diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-11 17:21:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-11 17:21:12 +0000 |
commit | e8bfd5e0314d63e3f9a0fe012d7d8f032ae10fbb (patch) | |
tree | a44ed54d44044aba622a0ce6a1331b427c3e46a1 /packages | |
parent | 90f4790206716b6d4291b7133a63b9270fc2b907 (diff) |
remove older version of sharp pxa27x kernel, the new version works with all models
Diffstat (limited to 'packages')
37 files changed, 2 insertions, 68499 deletions
diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/.mtn2git_empty b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/.mtn2git_empty +++ /dev/null diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/1764-1.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/1764-1.patch deleted file mode 100644 index 0b660f3521..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/1764-1.patch +++ /dev/null @@ -1,16 +0,0 @@ -__arch_strncpy_from_user needs to be exported if you build the framebuffer console driver as a module. - -Cheers, - -Ian. - ---- linux-2.6-bkpxa.orig/arch/arm/kernel/armksyms.c 2004-02-27 10:35:29.000000000 +0000 -+++ linux-2.6-bkpxa/arch/arm/kernel/armksyms.c 2004-02-27 14:55:02.000000000 +0000 -@@ -187,6 +187,7 @@ - EXPORT_SYMBOL(__arch_copy_to_user); - EXPORT_SYMBOL(__arch_clear_user); - EXPORT_SYMBOL(__arch_strnlen_user); -+EXPORT_SYMBOL(__arch_strncpy_from_user); - - /* consistent area handling */ - EXPORT_SYMBOL(consistent_alloc); diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/CPAR050218.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/CPAR050218.patch deleted file mode 100644 index a0b866219b..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/CPAR050218.patch +++ /dev/null @@ -1,422 +0,0 @@ ---- 050125/include/asm-arm/proc-armv/ptrace.h Tue Jan 25 00:22:44 2005 -+++ 050218/include/asm-arm/proc-armv/ptrace.h Thu Feb 17 16:13:54 2005 -@@ -40,6 +40,10 @@ - - struct pt_regs { - long uregs[18]; -+#if defined(CONFIG_CPU_PXA27X) -+ long cpar; -+ long mmx[ 16*2 + 6 + 1 ]; -+#endif - }; - - #define ARM_cpsr uregs[16] ---- 050125/include/asm-arm/sigcontext.h Tue Jan 25 00:22:42 2005 -+++ 050218/include/asm-arm/sigcontext.h Thu Feb 17 18:16:28 2005 -@@ -28,6 +28,10 @@ - unsigned long arm_pc; - unsigned long arm_cpsr; - unsigned long fault_address; -+#if defined(CONFIG_CPU_PXA27X) -+ unsigned long arm_cpar; -+ unsigned long arm_mmx[ 16*2 + 6 + 1 ]; -+#endif - }; - - ---- 050125/include/asm-arm/elf.h Tue Jan 25 00:54:49 2005 -+++ 050218/include/asm-arm/elf.h Thu Feb 17 16:19:02 2005 -@@ -1,6 +1,8 @@ - #ifndef __ASMARM_ELF_H - #define __ASMARM_ELF_H - -+#include <linux/config.h> -+ - /* - * ELF register definitions.. - */ -@@ -14,6 +16,7 @@ - - #define EM_ARM 40 - #define EF_ARM_APCS26 0x08 -+#define EF_ARM_SOFT_FLOAT 0x200 - - #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) - typedef elf_greg_t elf_gregset_t[ELF_NGREG]; ---- 050125/arch/arm/kernel/entry-armv.S Tue Jan 25 00:21:45 2005 -+++ 050218/arch/arm/kernel/entry-armv.S Fri Feb 18 07:29:34 2005 -@@ -271,7 +271,7 @@ - tst \irqstat, #IRQ_MASK_DOORBELLHOST - movne \irqnr, #IRQ_DOORBELLHOST - bne 1001f -- -+ - tst \irqstat, #IRQ_MASK_I2OINPOST - movne \irqnr, #IRQ_I2OINPOST - bne 1001f -@@ -494,12 +494,12 @@ - - #elif defined(CONFIG_ARCH_L7200) - #include <asm/hardware.h> -- -+ - .equ irq_base_addr, IO_BASE_2 - - .macro disable_fiq - .endm -- -+ - .macro get_irqnr_and_base, irqnr, irqstat, base, tmp - mov \irqstat, #irq_base_addr @ Virt addr IRQ regs - add \irqstat, \irqstat, #0x00001000 @ Status reg -@@ -589,7 +589,7 @@ - .endm - - .macro get_irqnr_and_base, irqnr, irqstat, base, tmp -- -+ - /* Read all interrupts pending... */ - ldr \irqnr, =IO_ADDRESS(PLAT_PERIPHERAL_BASE) + OMAHA_INTPND - ldr \irqstat, [\irqnr] /* INTPND */ -@@ -607,7 +607,7 @@ - .endm - - .macro irq_prio_table -- .endm -+ .endm - - #elif defined(CONFIG_ARCH_CLPS711X) - -@@ -654,23 +654,23 @@ - - .macro irq_prio_table - .endm -- -+ - #elif defined (CONFIG_ARCH_CAMELOT) - #include <asm/arch/platform.h> - #undef IRQ_MODE /* same name defined in asm/proc/ptrace.h */ - #include <asm/arch/int_ctrl00.h> -- -+ - .macro disable_fiq - .endm - - .macro get_irqnr_and_base, irqnr, irqstat, base, tmp -- -+ - ldr \irqstat, =INT_ID(IO_ADDRESS(EXC_INT_CTRL00_BASE)) -- ldr \irqnr,[\irqstat] -+ ldr \irqnr,[\irqstat] - cmp \irqnr,#0 - subne \irqnr,\irqnr,#1 - -- -+ - .endm - - .macro irq_prio_table -@@ -910,7 +910,7 @@ - mov pc, r7 @ check, if this is a relevant code - cmp r0, #0 @ check return value - beq 1f @ else let linux do what it has to do --2: -+2: - #endif - #ifndef CONFIG_KGDB - adrsvc al, r9, 1f @ r9 = normal FP return -@@ -977,6 +977,9 @@ - stmia r5, {r2 - r4} @ Save USR pc, cpsr, old_r0 - stmdb r5, {sp, lr}^ - alignment_trap r7, r7, __temp_abt -+#ifdef CONFIG_CPU_PXA27X -+ save_user_mmx -+#endif - zero_fp - mov r0, r2 @ remove once everyones in sync - #ifdef MULTI_CPU -@@ -1001,6 +1004,9 @@ - stmia r8, {r5 - r7} @ save pc, psr, old_r0 - stmdb r8, {sp, lr}^ - alignment_trap r4, r7, __temp_irq -+#ifdef CONFIG_CPU_PXA27X -+ save_user_mmx -+#endif - zero_fp - get_current_task tsk - #ifdef CONFIG_PREEMPT -@@ -1039,6 +1045,9 @@ - stmia r8, {r5 - r7} @ Save USR pc, cpsr, old_r0 - stmdb r8, {sp, lr}^ @ Save user sp, lr - alignment_trap r4, r7, __temp_und -+#ifdef CONFIG_CPU_PXA27X -+ save_user_mmx -+#endif - zero_fp - tst r6, #T_BIT @ Thumb mode - bne fpundefinstr -@@ -1068,6 +1077,9 @@ - stmia r8, {r5 - r7} @ Save USR pc, cpsr, old_r0 - stmdb r8, {sp, lr}^ @ Save sp_usr lr_usr - alignment_trap r4, r7, __temp_abt -+#ifdef CONFIG_CPU_PXA27X -+ save_user_mmx -+#endif - zero_fp - mov r0, #MODE_SVC - msr cpsr_c, r0 @ Enable interrupts -@@ -1394,7 +1406,7 @@ - stmfd sp!, {r4, r5} - #endif - mrc p15, 0, r2, c3, c0 -- str r2, [sp, #-4]! -+ str r2, [sp, #-4]! - - ldr r2, [r0] - str sp, [r2] ---- 050125/arch/arm/kernel/entry-header.S Tue Jan 25 00:21:45 2005 -+++ 050218/arch/arm/kernel/entry-header.S Thu Feb 17 20:15:24 2005 -@@ -42,9 +42,44 @@ - @ Stack format (ensured by USER_* and SVC_*) - @ - #ifdef CONFIG_CPU_32 --#define S_FRAME_SIZE 72 --#define S_OLD_R0 68 --#define S_PSR 64 -+#ifdef CONFIG_CPU_PXA27X -+ #define S_MMX 80 -+ -+ #define MMX_WR0 (0x00) -+ #define MMX_WR1 (0x08) -+ #define MMX_WR2 (0x10) -+ #define MMX_WR3 (0x18) -+ #define MMX_WR4 (0x20) -+ #define MMX_WR5 (0x28) -+ #define MMX_WR6 (0x30) -+ #define MMX_WR7 (0x38) -+ #define MMX_WR8 (0x40) -+ #define MMX_WR9 (0x48) -+ #define MMX_WR10 (0x50) -+ #define MMX_WR11 (0x58) -+ #define MMX_WR12 (0x60) -+ #define MMX_WR13 (0x68) -+ #define MMX_WR14 (0x70) -+ #define MMX_WR15 (0x78) -+ #define MMX_WCSSF (0x80) -+ #define MMX_WCASF (0x84) -+ #define MMX_WCGR0 (0x88) -+ #define MMX_WCGR1 (0x8C) -+ #define MMX_WCGR2 (0x90) -+ #define MMX_WCGR3 (0x94) -+ -+ #define MMX_SIZE (0x98) -+ -+ #define S_FRAME_SIZE (76+4+MMX_SIZE) -+ -+ #define S_CPAR 72 -+ #define S_OLD_R0 68 -+ #define S_PSR 64 -+#else -+ #define S_FRAME_SIZE 72 -+ #define S_OLD_R0 68 -+ #define S_PSR 64 -+#endif - #else - #define S_FRAME_SIZE 68 - #define S_OLD_R0 64 -@@ -88,6 +123,43 @@ - set_cpsr_c \temp, #MODE_SVC - .endm - -+#ifdef CONFIG_CPU_PXA27X -+ .macro save_user_mmx -+ mrc p15, 0, r0, c15, c1, 0 -+ str r0, [sp, #S_CPAR] @ Save CPAR -+ cmp r0, #3 -+ bne 1f -+ add r0,sp,#S_MMX @ StoreMMX -+ bic r0, r0, #7 -+ wstrw wCSSF, [r0, #MMX_WCSSF] -+ wstrw wCASF, [r0, #MMX_WCASF] -+ wstrw wCGR0, [r0, #MMX_WCGR0] -+ wstrw wCGR1, [r0, #MMX_WCGR1] -+ wstrw wCGR2, [r0, #MMX_WCGR2] -+ wstrw wCGR3, [r0, #MMX_WCGR3] -+ wstrd wR0, [r0, #MMX_WR0] -+ wstrd wR1, [r0, #MMX_WR1] -+ wstrd wR2, [r0, #MMX_WR2] -+ wstrd wR3, [r0, #MMX_WR3] -+ wstrd wR4, [r0, #MMX_WR4] -+ wstrd wR5, [r0, #MMX_WR5] -+ wstrd wR6, [r0, #MMX_WR6] -+ wstrd wR7, [r0, #MMX_WR7] -+ wstrd wR8, [r0, #MMX_WR8] -+ wstrd wR9, [r0, #MMX_WR9] -+ wstrd wR10, [r0, #MMX_WR10] -+ wstrd wR11, [r0, #MMX_WR11] -+ wstrd wR12, [r0, #MMX_WR12] -+ wstrd wR13, [r0, #MMX_WR13] -+ wstrd wR14, [r0, #MMX_WR14] -+ wstrd wR15, [r0, #MMX_WR15] -+1: -+ mov r0, #1 -+ mcr p15, 0, r0, c15, c1, 0 @ CP0 Only. -+ ldr r0, [sp] @ Restore R0 -+ .endm -+#endif -+ - .macro save_user_regs - sub sp, sp, #S_FRAME_SIZE - stmia sp, {r0 - r12} @ Calling r0 - r12 -@@ -97,12 +169,44 @@ - str lr, [sp, #S_PC] @ Save calling PC - str r8, [sp, #S_PSR] @ Save CPSR - str r0, [sp, #S_OLD_R0] @ Save OLD_R0 -+ save_user_mmx - .endm - - /* - * Must be called with IRQs already disabled. - */ - .macro restore_user_regs -+#ifdef CONFIG_CPU_PXA27X -+ ldr r1, [sp, #S_CPAR] -+ mcr p15, 0, r1, c15, c1, 0 -+ cmp r1, #3 -+ bne 2f -+ add r1,sp,#S_MMX @ LoadMMX -+ bic r1, r1, #7 -+ wldrd wR0, [r1, #MMX_WR0] -+ wldrd wR1, [r1, #MMX_WR1] -+ wldrd wR2, [r1, #MMX_WR2] -+ wldrd wR3, [r1, #MMX_WR3] -+ wldrd wR4, [r1, #MMX_WR4] -+ wldrd wR5, [r1, #MMX_WR5] -+ wldrd wR6, [r1, #MMX_WR6] -+ wldrd wR7, [r1, #MMX_WR7] -+ wldrd wR8, [r1, #MMX_WR8] -+ wldrd wR9, [r1, #MMX_WR9] -+ wldrd wR10, [r1, #MMX_WR10] -+ wldrd wR11, [r1, #MMX_WR11] -+ wldrd wR12, [r1, #MMX_WR12] -+ wldrd wR13, [r1, #MMX_WR13] -+ wldrd wR14, [r1, #MMX_WR14] -+ wldrd wR15, [r1, #MMX_WR15] -+ wldrw wCSSF, [r1, #MMX_WCSSF] -+ wldrw wCASF, [r1, #MMX_WCASF] -+ wldrw wCGR0, [r1, #MMX_WCGR0] -+ wldrw wCGR1, [r1, #MMX_WCGR1] -+ wldrw wCGR2, [r1, #MMX_WCGR2] -+ wldrw wCGR3, [r1, #MMX_WCGR3] -+2: -+#endif - ldr r1, [sp, #S_PSR] @ Get calling cpsr - ldr lr, [sp, #S_PC]! @ Get PC - msr spsr, r1 @ save in spsr_svc -@@ -116,6 +220,37 @@ - * Must be called with IRQs already disabled. - */ - .macro fast_restore_user_regs -+#ifdef CONFIG_CPU_PXA27X -+ ldr r1, [sp, #S_OFF + S_CPAR] -+ mcr p15, 0, r1, c15, c1, 0 -+ cmp r1, #3 -+ bne 3f -+ add r1,sp,#S_OFF + S_MMX @ LoadMMX -+ bic r1, r1, #7 -+ wldrd wR0, [r1, #MMX_WR0] -+ wldrd wR1, [r1, #MMX_WR1] -+ wldrd wR2, [r1, #MMX_WR2] -+ wldrd wR3, [r1, #MMX_WR3] -+ wldrd wR4, [r1, #MMX_WR4] -+ wldrd wR5, [r1, #MMX_WR5] -+ wldrd wR6, [r1, #MMX_WR6] -+ wldrd wR7, [r1, #MMX_WR7] -+ wldrd wR8, [r1, #MMX_WR8] -+ wldrd wR9, [r1, #MMX_WR9] -+ wldrd wR10, [r1, #MMX_WR10] -+ wldrd wR11, [r1, #MMX_WR11] -+ wldrd wR12, [r1, #MMX_WR12] -+ wldrd wR13, [r1, #MMX_WR13] -+ wldrd wR14, [r1, #MMX_WR14] -+ wldrd wR15, [r1, #MMX_WR15] -+ wldrw wCSSF, [r1, #MMX_WCSSF] -+ wldrw wCASF, [r1, #MMX_WCASF] -+ wldrw wCGR0, [r1, #MMX_WCGR0] -+ wldrw wCGR1, [r1, #MMX_WCGR1] -+ wldrw wCGR2, [r1, #MMX_WCGR2] -+ wldrw wCGR3, [r1, #MMX_WCGR3] -+3: -+#endif - ldr r1, [sp, #S_OFF + S_PSR] @ get calling cpsr - ldr lr, [sp, #S_OFF + S_PC]! @ get pc - msr spsr, r1 @ save in spsr_svc ---- 050125/arch/arm/kernel/signal.c Tue Jan 25 00:21:45 2005 -+++ 050218/arch/arm/kernel/signal.c Thu Feb 17 18:22:10 2005 -@@ -198,6 +198,13 @@ - { - int err = 0; - -+#if defined(CONFIG_CPU_PXA27X) -+ int _m; -+ __get_user_error(regs->cpar, &sc->arm_cpar, err); -+ for( _m=0; _m<16*2 + 6 + 1; ++_m ) { -+ __get_user_error(regs->mmx[ _m ], &sc->arm_mmx[ _m ], err); -+ } -+#endif - __get_user_error(regs->ARM_r0, &sc->arm_r0, err); - __get_user_error(regs->ARM_r1, &sc->arm_r1, err); - __get_user_error(regs->ARM_r2, &sc->arm_r2, err); -@@ -312,6 +319,13 @@ - { - int err = 0; - -+#if defined(CONFIG_CPU_PXA27X) -+ int _m; -+ __put_user_error(regs->cpar, &sc->arm_cpar, err); -+ for( _m=0; _m<16*2 + 6 + 1; ++_m ) { -+ __put_user_error(regs->mmx[ _m ], &sc->arm_mmx[ _m ], err); -+ } -+#endif - __put_user_error(regs->ARM_r0, &sc->arm_r0, err); - __put_user_error(regs->ARM_r1, &sc->arm_r1, err); - __put_user_error(regs->ARM_r2, &sc->arm_r2, err); ---- 050125/arch/arm/Makefile Tue Jan 25 00:21:44 2005 -+++ 050218/arch/arm/Makefile Thu Feb 17 09:38:40 2005 -@@ -69,7 +69,8 @@ - - ifeq ($(CONFIG_ARCH_SHARP_SL),y) - CROSS_COMPILE = arm-linux- --arch-y :=-D__LINUX_ARM_ARCH__=4 -march=armv4 -Wa,-mxscale -+#arch-y :=-D__LINUX_ARM_ARCH__=4 -march=armv4 -Wa,-mxscale -+arch-y :=-D__LINUX_ARM_ARCH__=4 -Wa,-mcpu=iwmmxt - tune-y :=-mtune=strongarm - endif - -@@ -212,7 +213,7 @@ - MACHINE = omaha - endif - --ifeq ($(CONFIG_XIP_KERNEL),y) -+ifeq ($(CONFIG_XIP_KERNEL),y) - DATAADDR := $(TEXTADDR) - # Replace phys addr with virt addr while keeping offset from base. - # Virt base addr also defined in include/asm-arm/arch-*/hardware.h ---- 050125/fs/binfmt_elf.c Tue Jan 25 00:22:37 2005 -+++ 050218/fs/binfmt_elf.c Thu Feb 17 08:52:54 2005 -@@ -815,6 +815,15 @@ - ELF_PLAT_INIT(regs); - #endif - -+#if defined(CONFIG_CPU_PXA27X) -+ if( elf_ex.e_flags & EF_ARM_SOFT_FLOAT ) { -+ regs->cpar = 0x03; //CP0 CP1 Used. -+ } -+ else { -+ regs->cpar = 0x01; //CP0 Only. -+ } -+#endif -+ - start_thread(regs, elf_entry, bprm->p); - if (current->ptrace & PT_PTRACED) - send_sig(SIGTRAP, current, 0); diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P01-C3000-clockup_050221.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P01-C3000-clockup_050221.patch deleted file mode 100644 index d193f23733..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P01-C3000-clockup_050221.patch +++ /dev/null @@ -1,202 +0,0 @@ -diff -Nur c3000_org/linux/arch/arm/config.in c3000_work/linux/arch/arm/config.in ---- c3000_org/linux/arch/arm/config.in 2004-08-21 09:48:07.000000000 +0900 -+++ c3000_work/linux/arch/arm/config.in 2005-02-21 21:41:40.000000000 +0900 -@@ -195,7 +195,7 @@ - dep_bool ' SHARP Spitz' CONFIG_ARCH_PXA_SPITZ $CONFIG_ARCH_PXA_BOXER - dep_bool ' Using Trial 0' CONFIG_SPITZ_TR0 $CONFIG_ARCH_PXA_SPITZ - dep_bool ' Using Trial 0.5' CONFIG_SPITZ_TR0_5 $CONFIG_ARCH_PXA_SPITZ --dep_bool ' SHARP Tosa' CONFIG_ARCH_PXA_TOSA -+dep_bool ' SHARP Tosa' CONFIG_ARCH_PXA_TOSA $CONFIG_ARCH_PXA - dep_bool ' SHARP Tosa skipping' CONFIG_ARCH_PXA_TOSA_SKIP $CONFIG_ARCH_PXA_TOSA - - if [ "$CONFIG_SABINAL_DISCOVERY" = "y" -o "$CONFIG_ARCH_PXA_POODLE" = "y" -o \ -@@ -475,6 +475,9 @@ - if [ "$CONFIG_ARCH_PXA_SPITZ" = "y" ]; then - define_bool CONFIG_CPU_PXA27X y - fi -+ if [ "$CONFIG_ARCH_PXA_SPITZ" = "y" ]; then -+ bool 'Use clock change(cccr_change) enable (EXPERIMENTAL)' CONFIG_SL_CCCR_CHANGE -+ fi - if [ "$CONFIG_ARCH_SHARP_SL" = "y" ]; then - define_bool CONFIG_BATT y - fi -@@ -557,7 +560,7 @@ - # bool ' Real-Time Scheduling support' CONFIG_RTSCHED - define_bool CONFIG_RTSCHED y - if [ "$CONFIG_RTSCHED" = "y" ]; then -- int ' MAX PTHREAD (int)' CONFIG_RTH_PTHREAD_MAX 128 -+ int ' MAX PTHREAD (int)' CONFIG_RTH_PTHREAD_MAX 128 - hex ' RT MEMORY SIZE (hex)' CONFIG_RT_MEM_SIZE 80000 - bool ' Real-Time Calibrate support' CONFIG_RTHAL_CALIBRATION - if [ "$CONFIG_RTHAL_CALIBRATION" != "y" ]; then -@@ -615,7 +618,7 @@ - hex 'Compressed ROM boot loader BSS address' CONFIG_ZBOOT_ROM_BSS 0 - else - define_hex CONFIG_ZBOOT_ROM_TEXT 0 -- define_hex CONFIG_ZBOOT_ROM_BSS 0 -+ define_hex CONFIG_ZBOOT_ROM_BSS 0 - fi - - if [ "$CONFIG_ARCH_SA1100" = "y" -o \ -diff -Nur c3000_org/linux/arch/arm/mach-pxa/sharpsl_apm.c c3000_work/linux/arch/arm/mach-pxa/sharpsl_apm.c ---- c3000_org/linux/arch/arm/mach-pxa/sharpsl_apm.c 2004-11-16 15:31:06.000000000 +0900 -+++ c3000_work/linux/arch/arm/mach-pxa/sharpsl_apm.c 2005-02-21 21:44:13.000000000 +0900 -@@ -130,6 +130,11 @@ - extern int HWR_flag; - #endif - -+#if defined(CONFIG_SL_CCCR_CHANGE) -+extern unsigned int CCCR_ValAdr_high; -+struct proc_dir_entry *proc_zaurus; -+#endif -+ - #if defined(CONFIG_SABINAL_DISCOVERY) - #define SHARPSL_AC_LINE_STATUS (( ASIC3_GPIO_PSTS_D & AC_IN )? APM_AC_OFFLINE : APM_AC_ONLINE) - #define BACKPACK_IN_DETECT() ( ASIC3_GPIO_PSTS_D & BACKPACK_DETECT ) /* 0: exist , 1: not in */ -@@ -974,6 +979,63 @@ - - EXPORT_SYMBOL(lock_FCS); - -+#if defined(CONFIG_SL_CCCR_CHANGE) -+ -+void write_cccr(int cccr) -+{ -+ printk("Change CCCR = %x.\n",cccr); -+ CCCR_ValAdr_high = cccr; -+ sharpsl_chg_freq = cccr; -+ cpu_xscale_sl_change_speed_high(); -+ cccr_reg = CCCR; -+ printk("Changed CCCR = %x.\n",cccr_reg); -+ return; -+} -+ -+int read_cccr(void) -+{ -+ return CCCR_ValAdr_high; -+} -+ -+static ssize_t cccr_change_read_params(struct file *file, char *buf, -+ size_t nbytes, loff_t *ppos) -+{ -+ char outputbuf[32]; -+ int count; -+ -+ if (*ppos>0) /* Assume reading completed in previous read*/ -+ return 0; -+ count = sprintf(outputbuf, "0x%08X\n", read_cccr()); -+ count++; -+ *ppos += count; -+ if (count>nbytes)/* Assume output can be read at one time */ -+ return -EINVAL; -+ if (copy_to_user(buf, outputbuf, count+1)) -+ return -EFAULT; -+ return count; -+} -+ -+static ssize_t cccr_change_write_params(struct file *file, const char *buf, -+ size_t nbytes, loff_t *ppos) -+{ -+ unsigned int param=0; -+ -+ sscanf(buf,"%x",¶m); -+ if (param) { -+ write_cccr(param); -+ } -+ return nbytes; -+} -+ -+static struct file_operations proc_cccr_change_params_operations = { -+ read:cccr_change_read_params, -+ write:cccr_change_write_params, -+}; -+ -+EXPORT_SYMBOL(read_cccr); -+EXPORT_SYMBOL(write_cccr); -+#endif -+ - #ifdef CONFIG_APM_CPU_IDLE - #ifdef SHARPSL_NEW_IDLE - static int save_icmr; -@@ -2786,6 +2848,7 @@ - struct proc_dir_entry *apm_proc; - struct proc_dir_entry *lock_fcs_proc; - struct proc_dir_entry *power_mode_proc; -+ struct proc_dir_entry *cccr_change_proc; - - apm_info.bios = apm_bios_info; - if (apm_info.bios.version == 0) { -@@ -2822,6 +2885,9 @@ - printk("FCS : CCCR = %x\n",cccr_reg); - #if defined(CONFIG_CPU_PXA27X) - sharpsl_chg_freq = cccr_reg; -+#if defined(CONFIG_SL_CCCR_CHANGE) -+ CCCR_ValAdr_high = sharpsl_chg_freq; -+#endif - #endif - #endif - -@@ -2902,6 +2968,19 @@ - power_mode_proc->proc_fops = &proc_power_mode_params_operations; - } - -+#if defined(CONFIG_SL_CCCR_CHANGE) -+ proc_zaurus = proc_mkdir("zaurus", NULL); -+ if (proc_zaurus == NULL) { -+ unregister_chrdev(228, "zaurus"); -+ printk(KERN_ERR "proc: can't create /proc/zaurus\n"); -+ return -ENOMEM; -+ } -+ -+ cccr_change_proc = create_proc_entry("zaurus/CCCR", 0, NULL); -+ if (cccr_change_proc) { -+ cccr_change_proc->proc_fops = &proc_cccr_change_params_operations; -+ } -+#endif - kernel_thread(apm_thread, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD); - - #if defined(CONFIG_SABINAL_DISCOVERY) || defined(CONFIG_ARCH_PXA_TOSA) -diff -Nur c3000_org/linux/arch/arm/mach-pxa/sharpsl_suspend.S c3000_work/linux/arch/arm/mach-pxa/sharpsl_suspend.S ---- c3000_org/linux/arch/arm/mach-pxa/sharpsl_suspend.S 2004-11-09 14:30:36.000000000 +0900 -+++ c3000_work/linux/arch/arm/mach-pxa/sharpsl_suspend.S 2005-02-21 21:41:40.000000000 +0900 -@@ -64,7 +64,7 @@ - - sleep_param: .word 0 @ virtual address of parameter array - sleep_param_p: .word 0 @ physical address of parameter array -- -+ - IC_BASE: .word io_p2v(0x40D00000) - - -@@ -1109,6 +1109,9 @@ - - #else /* CONFIG_CPU_PXA27X */ - -+#if defined(CONFIG_SL_CCCR_CHANGE) -+ .global CCCR_ValAdr_high -+#endif - CCCR_ValAdr_high: .word 0x02000210 - MSC0_ValAdr_high: .word 0x7ff02DD8 - MSC1_ValAdr_high: .word 0x7ff434D4 -@@ -1305,8 +1308,12 @@ - stmfd sp!, {r0, r1, r2, r3, r4, lr} - - ldr r0, CMR_BASE -+#if defined(CONFIG_SL_CCCR_CHANGE) -+ ldr r1, CCCR_ValAdr_high -+#else - ldr r1, CCCR_ValAdr_208 -- str r1, [r0, #CMR_CCCR] -+#endif -+ str r1, [r0, #CMR_CCCR] - - ldr r0, MD_BASE - ldr r4, MDREFR_ValAdr_208 -@@ -1333,7 +1340,7 @@ - - .align 5 - .text -- -+ - ENTRY(pxa27x_get_ccnt) - mrc p14, 0, r0, c1, c1, 0 - mov pc, lr @ return diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P02++050226.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P02++050226.patch deleted file mode 100644 index d9c94e5ac1..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P02++050226.patch +++ /dev/null @@ -1,221 +0,0 @@ ---- BASE/arch/arm/mach-pxa/pxa27x_power.c Sat Feb 26 01:35:47 2005 -+++ 050226/arch/arm/mach-pxa/pxa27x_power.c Sat Feb 26 02:01:45 2005 -@@ -152,6 +152,10 @@ - - #if defined(CONFIG_CHANGE_CORE_VOLT) - static unsigned char current_core_voltage = 0x1a; -+static unsigned char core_voltage_value = 0; -+extern unsigned int CCCR_ValAdr_high; -+#include <linux/sem.h> -+static DECLARE_MUTEX(core_voltage_sem); - #endif - - void PrintParamTable(void); -@@ -397,9 +401,9 @@ - } - #endif //DEBUG - -+#if !defined(CONFIG_CHANGE_CORE_VOLT) - static void cpu_xscale_voltage_low(void) - { -- - pwr_i2c_open(); - pwr_i2c_write( 0x0c, 0x13 ); // 1.00V - SlewRate 1 - //pwr_i2c_write( 0x0c, 0x12 ); // 0.95V - SlewRate 1 -@@ -409,38 +413,90 @@ - static void cpu_xscale_voltage_high(void) - { - pwr_i2c_open(); --#if defined(CONFIG_CHANGE_CORE_VOLT) -- pwr_i2c_write( 0x0c, current_core_voltage ); -- pwr_i2c_close(); -- printk("current voltage %x\n", current_core_voltage ); --#else - pwr_i2c_write( 0x0c, 0x1a ); // 1.35V - SlewRate 1 - pwr_i2c_close(); --#endif - } -+#endif - - #if defined(CONFIG_CHANGE_CORE_VOLT) -+static void cpu_xscale_voltage_change(unsigned char value) -+{ -+ if(core_voltage_value!=value) { -+ core_voltage_value = value; -+ pwr_i2c_open(); -+ pwr_i2c_write( 0x0c, current_core_voltage ); -+ pwr_i2c_close(); -+ } -+} -+ -+void cpu_xscale_voltage_high(void) -+{ -+ down(&core_voltage_sem); -+ cpu_xscale_voltage_change(current_core_voltage); -+ up(&core_voltage_sem); -+} - void cpu_xscale_voltage_write(unsigned char value) - { - if (value > 0x10 ) - return; - value += 0x10; -+ down(&core_voltage_sem); -+ core_voltage_value = value; - pwr_i2c_open(); - pwr_i2c_write( 0x0c, value ); - pwr_i2c_close(); - current_core_voltage = value; -+ up(&core_voltage_sem); - printk("current voltage %x\n", current_core_voltage ); - - } -+ -+void cpu_xscale_sl_change_speed_high(void) -+{ -+ down(&core_voltage_sem); -+ cpu_xscale_voltage_change(current_core_voltage); -+ _cpu_xscale_sl_change_speed_high(); -+ up(&core_voltage_sem); -+} -+void cpu_xscale_sl_change_speed_low(void) -+{ -+ down(&core_voltage_sem); -+ _cpu_xscale_sl_change_speed_low(); -+ cpu_xscale_voltage_change(0x13); -+ up(&core_voltage_sem); -+} -+void cpu_xscale_sl_change_speed_91(void) -+{ -+ down(&core_voltage_sem); -+ _cpu_xscale_sl_change_speed_91(); -+ core_voltage_value = 0x13; -+ pwr_i2c_open(); -+ pwr_i2c_write( 0x0c, core_voltage_value ); -+ pwr_i2c_close(); -+ up(&core_voltage_sem); -+} -+void cpu_xscale_sl_change_speed_208(void) -+{ -+ down(&core_voltage_sem); -+ core_voltage_value = current_core_voltage; -+ pwr_i2c_open(); -+ pwr_i2c_write( 0x0c, core_voltage_value ); -+ pwr_i2c_close(); -+ _cpu_xscale_sl_change_speed_208(); -+ up(&core_voltage_sem); -+} -+ - #endif - - #if defined(DEBUG) || defined(CONFIG_CHANGE_CORE_VOLT) - unsigned char cpu_xscale_voltage_read(void) - { - unsigned char value=0xff; -+ down(&core_voltage_sem); - pwr_i2c_open(); - pwr_i2c_read( 0x0c, &value ); - pwr_i2c_close(); -+ up(&core_voltage_sem); - return value; - } - #endif -@@ -520,7 +576,7 @@ - sys_ctx.oier = OIER; - - #if defined(CONFIG_CPU_PXA27X) -- if ( CCCR != 0x02000210 ) { -+ if ( CCCR != CCCR_ValAdr_high ) { //0x02000210 ) { - cpu_xscale_sl_change_speed_high(); - } - #endif -@@ -571,8 +627,10 @@ - cpu_xscale_sl_disable_fastbus_mode(); - udelay(1); - cpu_xscale_sl_change_speed_91(); -+#if !defined(CONFIG_CHANGE_CORE_VOLT) - cpu_xscale_voltage_low(); - #endif -+#endif - - /* Scoop suspend */ - sharpsl_check_scoop_reg(); -@@ -790,7 +848,9 @@ - SCP2_REG_GPWR = sys_ctx.scp2_gpwr; - - #if defined(PXA27X_SUSPEND) -+#if !defined(CONFIG_CHANGE_CORE_VOLT) - cpu_xscale_voltage_high(); -+#endif - cpu_xscale_sl_change_speed_208(); - udelay(1); - cpu_xscale_sl_enable_fastbus_mode(); ---- BASE/arch/arm/mach-pxa/sharpsl_apm.c Sat Feb 26 01:35:52 2005 -+++ 050226/arch/arm/mach-pxa/sharpsl_apm.c Sat Feb 26 01:54:16 2005 -@@ -143,6 +143,7 @@ - #if defined(CONFIG_CHANGE_CORE_VOLT) - extern unsigned char cpu_xscale_voltage_read(void); - extern void cpu_xscale_voltage_write(unsigned char); -+extern void cpu_xscale_voltage_high(void); - #endif - - #if defined(CONFIG_SABINAL_DISCOVERY) -@@ -1389,6 +1390,9 @@ - - #if defined(CONFIG_CPU_PXA27X) - #if defined(CONFIG_FB_SHARPSL_PXA) -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ cpu_xscale_voltage_high(); -+#endif - while (1) { - if (!(LCCR0 & 0x1) || (GPLR(GPIO74_LCD_FCLK) & - GPIO_bit(GPIO74_LCD_FCLK))) ---- BASE/arch/arm/mach-pxa/sharpsl_suspend.S Sat Feb 26 01:35:42 2005 -+++ 050226/arch/arm/mach-pxa/sharpsl_suspend.S Sat Feb 26 01:54:16 2005 -@@ -1119,7 +1119,11 @@ - MDREFR_ValAdr_high_pre: .word 0x001BC00B - MDREFR_ValAdr_high: .word 0x001BC030 - -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ENTRY(_cpu_xscale_sl_change_speed_high) -+#else - ENTRY(cpu_xscale_sl_change_speed_high) -+#endif - stmfd sp!, {r0, r1, r2, r3, r4, lr} - - ldr r0, CMR_BASE -@@ -1168,7 +1172,11 @@ - @MDREFR_ValAdr_low: .word 0x0019C017 - MDREFR_ValAdr_low: .word 0x001BC017 - -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ENTRY(_cpu_xscale_sl_change_speed_low) -+#else - ENTRY(cpu_xscale_sl_change_speed_low) -+#endif - stmfd sp!, {r0, r1, r2, r3, r4, lr} - - ldr r0, CMR_BASE -@@ -1261,7 +1269,11 @@ - MDREFR_ValAdr_91_pre: .word 0x001BC00B - MDREFR_ValAdr_91: .word 0x001BC013 - -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ENTRY(_cpu_xscale_sl_change_speed_91) -+#else - ENTRY(cpu_xscale_sl_change_speed_91) -+#endif - stmfd sp!, {r0, r1, r2, r3, r4, lr} - - ldr r0, CMR_BASE -@@ -1304,7 +1316,11 @@ - MSC2_ValAdr_208: .word 0x7FF034D4 - MDREFR_ValAdr_208: .word 0x001BC00B - -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ENTRY(_cpu_xscale_sl_change_speed_208) -+#else - ENTRY(cpu_xscale_sl_change_speed_208) -+#endif - stmfd sp!, {r0, r1, r2, r3, r4, lr} - - ldr r0, CMR_BASE diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P02-C3000-voltage_050221.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P02-C3000-voltage_050221.patch deleted file mode 100644 index 1663304aae..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P02-C3000-voltage_050221.patch +++ /dev/null @@ -1,179 +0,0 @@ -diff -Nur c3000_pre/linux/arch/arm/config.in c3000_work/linux/arch/arm/config.in ---- c3000_pre/linux/arch/arm/config.in 2005-02-21 21:41:40.000000000 +0900 -+++ c3000_work/linux/arch/arm/config.in 2005-02-21 22:25:37.000000000 +0900 -@@ -478,6 +478,9 @@ - if [ "$CONFIG_ARCH_PXA_SPITZ" = "y" ]; then - bool 'Use clock change(cccr_change) enable (EXPERIMENTAL)' CONFIG_SL_CCCR_CHANGE - fi -+ if [ "$CONFIG_SL_CCCR_CHANGE" = "y" ]; then -+ bool 'Core voltage change enable (EXPERIMENTAL)' CONFIG_CHANGE_CORE_VOLT -+ fi - if [ "$CONFIG_ARCH_SHARP_SL" = "y" ]; then - define_bool CONFIG_BATT y - fi -diff -Nur c3000_pre/linux/arch/arm/mach-pxa/pxa27x_power.c c3000_work/linux/arch/arm/mach-pxa/pxa27x_power.c ---- c3000_pre/linux/arch/arm/mach-pxa/pxa27x_power.c 2004-11-04 14:13:54.000000000 +0900 -+++ c3000_work/linux/arch/arm/mach-pxa/pxa27x_power.c 2005-02-21 22:25:37.000000000 +0900 -@@ -150,6 +150,10 @@ - extern int sharpsl_main_bk_flag; - int sharpsl_request_off = 0; - -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+static unsigned char current_core_voltage = 0x1a; -+#endif -+ - void PrintParamTable(void); - - int sharpsl_restart(void) -@@ -324,7 +328,7 @@ - return -1; - } - --#ifdef DEBUG -+#if defined(DEBUG) || defined(CONFIG_CHANGE_CORE_VOLT) - int pwr_i2c_read( unsigned char device, unsigned char *value ) - { - unsigned long r; -@@ -405,12 +409,33 @@ - static void cpu_xscale_voltage_high(void) - { - pwr_i2c_open(); -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ pwr_i2c_write( 0x0c, current_core_voltage ); -+ pwr_i2c_close(); -+ printk("current voltage %x\n", current_core_voltage ); -+#else - pwr_i2c_write( 0x0c, 0x1a ); // 1.35V - SlewRate 1 - pwr_i2c_close(); -+#endif -+} -+ -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+void cpu_xscale_voltage_write(unsigned char value) -+{ -+ if (value > 0x10 ) -+ return; -+ value += 0x10; -+ pwr_i2c_open(); -+ pwr_i2c_write( 0x0c, value ); -+ pwr_i2c_close(); -+ current_core_voltage = value; -+ printk("current voltage %x\n", current_core_voltage ); -+ - } -+#endif - --#ifdef DEBUG --static unsigned char cpu_xscale_voltage_read(void) -+#if defined(DEBUG) || defined(CONFIG_CHANGE_CORE_VOLT) -+unsigned char cpu_xscale_voltage_read(void) - { - unsigned char value=0xff; - pwr_i2c_open(); -@@ -418,7 +443,9 @@ - pwr_i2c_close(); - return value; - } -+#endif - -+#if defined(DEBUG) - #define CLKCFG(a) asm("mrc p14, 0, %0, C6, C0, 0" : "=r"(a)) - static void __debug_printk(void) - { -diff -Nur c3000_pre/linux/arch/arm/mach-pxa/sharpsl_apm.c c3000_work/linux/arch/arm/mach-pxa/sharpsl_apm.c ---- c3000_pre/linux/arch/arm/mach-pxa/sharpsl_apm.c 2005-02-21 21:44:13.000000000 +0900 -+++ c3000_work/linux/arch/arm/mach-pxa/sharpsl_apm.c 2005-02-21 22:29:17.000000000 +0900 -@@ -135,6 +135,11 @@ - struct proc_dir_entry *proc_zaurus; - #endif - -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+extern unsigned char cpu_xscale_voltage_read(void); -+extern void cpu_xscale_voltage_write(unsigned char); -+#endif -+ - #if defined(CONFIG_SABINAL_DISCOVERY) - #define SHARPSL_AC_LINE_STATUS (( ASIC3_GPIO_PSTS_D & AC_IN )? APM_AC_OFFLINE : APM_AC_ONLINE) - #define BACKPACK_IN_DETECT() ( ASIC3_GPIO_PSTS_D & BACKPACK_DETECT ) /* 0: exist , 1: not in */ -@@ -1036,6 +1041,58 @@ - EXPORT_SYMBOL(write_cccr); - #endif - -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ -+void write_vcore(int vcore) -+{ -+ printk("Change Core voltage = %x.\n", vcore); -+ cpu_xscale_voltage_write(vcore); -+ return; -+} -+ -+int read_vcore(void) -+{ -+ return cpu_xscale_voltage_read(); -+} -+ -+static ssize_t core_volt_read_params(struct file *file, char *buf, -+ size_t nbytes, loff_t *ppos) -+{ -+ char outputbuf[32]; -+ int count; -+ -+ if (*ppos>0) /* Assume reading completed in previous read*/ -+ return 0; -+ count = sprintf(outputbuf, "0x%02X\n", (unsigned int) cpu_xscale_voltage_read() ); -+ count++; -+ *ppos += count; -+ if (count>nbytes)/* Assume output can be read at one time */ -+ return -EINVAL; -+ if (copy_to_user(buf, outputbuf, count+1)) -+ return -EFAULT; -+ return count; -+} -+ -+static ssize_t core_volt_write_params(struct file *file, const char *buf, -+ size_t nbytes, loff_t *ppos) -+{ -+ unsigned int param=0; -+ -+ sscanf(buf,"%x",¶m); -+ if (param) { -+ write_vcore(param); -+ } -+ return nbytes; -+} -+ -+static struct file_operations proc_core_volt_params_operations = { -+ read:core_volt_read_params, -+ write:core_volt_write_params, -+}; -+EXPORT_SYMBOL(read_vcore); -+EXPORT_SYMBOL(write_vcore); -+#endif -+ - #ifdef CONFIG_APM_CPU_IDLE - #ifdef SHARPSL_NEW_IDLE - static int save_icmr; -@@ -2849,6 +2906,7 @@ - struct proc_dir_entry *lock_fcs_proc; - struct proc_dir_entry *power_mode_proc; - struct proc_dir_entry *cccr_change_proc; -+ struct proc_dir_entry *core_volt_proc; - - apm_info.bios = apm_bios_info; - if (apm_info.bios.version == 0) { -@@ -2981,6 +3039,14 @@ - cccr_change_proc->proc_fops = &proc_cccr_change_params_operations; - } - #endif -+ -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ core_volt_proc = create_proc_entry("zaurus/VCORE", 0, NULL); -+ if (core_volt_proc) { -+ core_volt_proc->proc_fops = &proc_core_volt_params_operations; -+ } -+#endif -+ - kernel_thread(apm_thread, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD); - - #if defined(CONFIG_SABINAL_DISCOVERY) || defined(CONFIG_ARCH_PXA_TOSA) diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P03-C3000-SIGSTOP_FIX_041207.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P03-C3000-SIGSTOP_FIX_041207.patch deleted file mode 100644 index 332f52f939..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P03-C3000-SIGSTOP_FIX_041207.patch +++ /dev/null @@ -1,195 +0,0 @@ -diff -Nur c3000_pre/linux/arch/arm/config.in c3000_work/linux/arch/arm/config.in ---- c3000_pre/linux/arch/arm/config.in 2004-12-05 22:17:18.000000000 +0900 -+++ c3000_work/linux/arch/arm/config.in 2004-12-06 01:13:03.000000000 +0900 -@@ -481,6 +481,7 @@ - if [ "$CONFIG_SL_CCCR_CHANGE" = "y" ]; then - bool 'Core voltage change enable (EXPERIMENTAL)' CONFIG_CHANGE_CORE_VOLT - fi -+ bool 'Fix send SIGSTOP to all tasks at suspend (EXPERIMENTAL)' CONFIG_SL_SIGSTOP_FIX - if [ "$CONFIG_ARCH_SHARP_SL" = "y" ]; then - define_bool CONFIG_BATT y - fi -diff -Nur c3000_pre/linux/arch/arm/mach-pxa/sharpsl_apm.c c3000_work/linux/arch/arm/mach-pxa/sharpsl_apm.c ---- c3000_pre/linux/arch/arm/mach-pxa/sharpsl_apm.c 2004-12-05 22:17:18.000000000 +0900 -+++ c3000_work/linux/arch/arm/mach-pxa/sharpsl_apm.c 2004-12-06 23:48:35.000000000 +0900 -@@ -75,6 +75,11 @@ - #include <asm/system.h> - #include <asm/hardware.h> - -+extern int errno; -+// unistd.h is included for the configuration ioctl stuff -+#define __KERNEL_SYSCALLS__ 1 -+#include <asm/unistd.h> -+ - #ifdef CONFIG_ARCH_SHARP_SL - #include <asm/irq.h> - #include <asm/arch/irqs.h> -@@ -363,6 +368,8 @@ - }; - #define ERROR_COUNT (sizeof(error_table)/sizeof(lookup_t)) - -+#define APP_NAME_LIST "/etc/suspend.lst" -+ - /* - * Function - */ -@@ -650,14 +657,81 @@ - struct task_struct* p = NULL; - struct task_struct* tsk = current; - -+#if defined(CONFIG_SL_SIGSTOP_FIX) -+ int fd,x; -+ mm_segment_t old_fs = get_fs (); -+ char line_buffer[256]; -+ - if (! spin_trylock(&lock)) - return; -+ -+ // Try opening the send sig application name list -+ -+ set_fs(KERNEL_DS); -+ fd = open(APP_NAME_LIST, O_RDONLY, 0); -+ set_fs(old_fs); - - /* send signal to all procs except for kernel-threads */ - read_lock(&tasklist_lock); -+ -+ if(fd < 0){ -+ for_each_task(p) { -+ struct siginfo si; -+ -+ if (p->pid == 1 || p->pid == tsk->pid || is_kernel_thread(p)) -+ continue; -+ if (!strcmp(p->comm,"cardmgr")) { //Send sig to cardmgr -+ si.si_signo = signo; -+ si.si_errno = 0; -+ si.si_code = SI_KERNEL; -+ si.si_pid = tsk->pid; -+ si.si_uid = tsk->uid; -+ send_sig_info(signo, &si, p); -+ } -+ } -+ -+ }else { -+ for(;;){ -+ memset(line_buffer, '\0', 256); -+ set_fs(KERNEL_DS); -+ for (x = 0; x < 256; x++) { -+ if (!read(fd, &line_buffer[x], 1)) -+ goto sig_send_done; -+ if (line_buffer[x] == '\n' || line_buffer[x] == '\r') -+ break; -+ } -+ set_fs(old_fs); -+ -+ for_each_task(p) { -+ struct siginfo si; -+ -+ if (p->pid == 1 || p->pid == tsk->pid || is_kernel_thread(p)) -+ continue; -+ if (!strncmp(p->comm,line_buffer,strlen(p->comm))) { //Send sig to cardmgr -+// printk ("Send SIG to application\n"); -+ si.si_signo = signo; -+ si.si_errno = 0; -+ si.si_code = SI_KERNEL; -+ si.si_pid = tsk->pid; -+ si.si_uid = tsk->uid; -+ send_sig_info(signo, &si, p); -+ } -+ } -+ } -+ sig_send_done: -+ -+ close(fd); -+ -+ } -+#else -+ if (! spin_trylock(&lock)) -+ return; -+ -+ /* send signal to all procs except for kernel-threads */ -+ read_lock(&tasklist_lock); - for_each_task(p) { - struct siginfo si; -- -+ - if (p->pid == 1 || p->pid == tsk->pid || is_kernel_thread(p)) - continue; - -@@ -667,7 +741,8 @@ - si.si_pid = tsk->pid; - si.si_uid = tsk->uid; - send_sig_info(signo, &si, p); -- } -+ } -+#endif - read_unlock(&tasklist_lock); - - if (signo == SIGSTOP) { -@@ -679,6 +754,58 @@ - schedule(); - set_current_state(state); - -+#if defined(CONFIG_SL_SIGSTOP_FIX) -+ set_fs(KERNEL_DS); -+ fd = open(APP_NAME_LIST, O_RDONLY, 0); -+ set_fs(old_fs); -+ -+ read_lock(&tasklist_lock); -+ if(fd < 0){ -+ for_each_task(p) { -+ if (p->pid == 1 || p->pid == tsk->pid || is_kernel_thread(p)) -+ continue; -+ if (!strcmp(p->comm,"cardmgr")) { -+// printk ("Check application stopped\n"); -+ -+ if (p->state != TASK_STOPPED) { -+ read_unlock(&tasklist_lock); -+ goto retry; -+ } -+ } -+ } -+ }else { -+ -+ for(;;){ -+ memset(line_buffer, '\0', 256); -+ old_fs = get_fs(); -+ set_fs(KERNEL_DS); -+ for (x = 0; x < 256; x++) { -+ if (!read(fd, &line_buffer[x], 1)) -+ goto sig_stop_done; -+ if (line_buffer[x] == '\n' || line_buffer[x] == '\r') -+ break; -+ } -+ set_fs(old_fs); -+ -+ for_each_task(p) { -+ if (p->pid == 1 || p->pid == tsk->pid || is_kernel_thread(p)) -+ continue; -+ if (!strncmp(p->comm,line_buffer,strlen(p->comm))) { -+ -+ if (p->state != TASK_STOPPED) { -+ read_unlock(&tasklist_lock); -+ goto retry; -+ } -+ } -+ } -+ } -+ sig_stop_done: -+ close(fd); -+ } -+ -+ read_unlock(&tasklist_lock); -+ } -+#else - read_lock(&tasklist_lock); - for_each_task(p) { - if (p->pid == 1 || p->pid == tsk->pid || is_kernel_thread(p)) -@@ -691,6 +818,7 @@ - } - read_unlock(&tasklist_lock); - } -+#endif - - spin_unlock(&lock); - } diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P04-C3000-UNICON_041206.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P04-C3000-UNICON_041206.patch deleted file mode 100644 index eaa56faf42..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P04-C3000-UNICON_041206.patch +++ /dev/null @@ -1,40089 +0,0 @@ -diff -Nur c3000_pre/linux/drivers/char/Makefile c3000_work/linux/drivers/char/Makefile ---- c3000_pre/linux/drivers/char/Makefile 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_work/linux/drivers/char/Makefile 2004-12-06 09:25:00.000000000 +0900 -@@ -12,7 +12,8 @@ - # - # This file contains the font map for the default (hardware) font - # --FONTMAPFILE = cp437.uni -+#FONTMAPFILE = cp437.uni -+FONTMAPFILE = direct.uni - - O_TARGET := char.o - -diff -Nur c3000_pre/linux/drivers/char/console.c c3000_work/linux/drivers/char/console.c ---- c3000_pre/linux/drivers/char/console.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_work/linux/drivers/char/console.c 2004-12-06 09:44:28.000000000 +0900 -@@ -88,6 +88,11 @@ - #include <linux/slab.h> - #include <linux/major.h> - #include <linux/mm.h> -+ -+#ifdef CONFIG_UNICON -+#include <linux/fb_doublebyte.h> -+#endif -+ - #include <linux/console.h> - #include <linux/init.h> - #include <linux/devfs_fs_kernel.h> -@@ -112,7 +117,10 @@ - - #include "console_macros.h" - -- -+#ifdef CONFIG_UNICON -+#define video_erase_char_ext ((video_erase_char)&0xff) -+extern unsigned short translations[][256]; -+#endif - const struct consw *conswitchp; - - /* A bitmap for codes <32. A bit of 1 indicates that the code -@@ -242,6 +250,20 @@ - p = sw->con_screen_pos(vc_cons[currcons].d, offset); - return p; - } -+#ifdef CONFIG_UNICON -+static inline unsigned short *screenpos_ext(int currcons, int offset, int viewed) -+{ -+ unsigned short *p; -+ -+ if (!viewed) -+ p = (unsigned short *)(origin + offset + screenbuf_size); -+ else if (!sw->con_screen_pos) -+ p = (unsigned short *)(visible_origin + offset + screenbuf_size); -+ else -+ p = sw->con_screen_pos(vc_cons[currcons].d, -offset-1); -+ return p; -+} -+#endif - - static inline void scrolldelta(int lines) - { -@@ -268,6 +290,14 @@ - s = (unsigned short *) (origin+video_size_row*(t+nr)); - scr_memcpyw(d, s, (b-t-nr) * video_size_row); - scr_memsetw(d + (b-t-nr) * video_num_columns, video_erase_char, video_size_row*nr); -+ -+#ifdef CONFIG_UNICON -+ d += (screenbuf_size>>1); -+ s += (screenbuf_size>>1); -+ scr_memcpyw(d, s, (b-t-nr) * video_size_row); -+ scr_memsetw(d + (b-t-nr) * video_num_columns, video_erase_char_ext, video_size_row*nr); -+#endif -+ - } - - static void -@@ -286,6 +316,11 @@ - step = video_num_columns * nr; - scr_memmovew(s + step, s, (b-t-nr)*video_size_row); - scr_memsetw(s, video_erase_char, 2*step); -+#ifdef CONFIG_UNICON -+ s += (screenbuf_size>>1); -+ scr_memmovew(s + step, s, (b-t-nr)*video_size_row); -+ scr_memsetw(s, video_erase_char_ext, 2*step); -+#endif - } - - static void do_update_region(int currcons, unsigned long start, int count) -@@ -309,6 +344,10 @@ - int startx = xx; - u16 *q = p; - while (xx < video_num_columns && count) { -+#ifdef CONFIG_UNICON -+ //line by line, so the following putcs will be assured to -+ //handle only in-line string. -+#endif - if (attrib != (scr_readw(p) & 0xff00)) { - if (p > q) - sw->con_putcs(vc_cons[currcons].d, q, p-q, yy, startx); -@@ -438,6 +477,39 @@ - } - - /* used by selection: complement pointer position */ -+#ifdef CONFIG_UNICON -+void complement_pos(int currcons, int offset) -+{ -+ static unsigned short *p = NULL; -+ static unsigned short old = 0; -+ static unsigned short oldx = 0, oldy = 0; -+ static unsigned short *p_ext = NULL; -+ static unsigned short old_ext = 0; -+ -+ if (p) { -+ scr_writew(old, p); -+ //scr_writew(old_ext, p_ext); -+ if (DO_UPDATE) -+ sw->con_putc(vc_cons[currcons].d, (old_ext<<16)| old, oldy, oldx); -+ } -+ if (offset == -1) -+ p = NULL; -+ else { -+ unsigned short new; -+ p = screenpos(currcons, offset, 1); -+ p_ext = screenpos_ext(currcons, offset, 1); -+ old = scr_readw(p); -+ old_ext = scr_readw(p_ext); -+ new = old ^ complement_mask; -+ scr_writew(new, p); -+ if (DO_UPDATE) { -+ oldx = (offset >> 1) % video_num_columns; -+ oldy = (offset >> 1) / video_num_columns; -+ sw->con_putc(vc_cons[currcons].d, (old_ext<<16) | new, oldy, oldx); -+ } -+ } -+} -+#else - void complement_pos(int currcons, int offset) - { - static unsigned short *p; -@@ -464,15 +536,23 @@ - } - } - } -- -+#endif - static void insert_char(int currcons, unsigned int nr) - { - unsigned short *p, *q = (unsigned short *) pos; - - p = q + video_num_columns - nr - x; -- while (--p >= q) -+ while (--p >= q) { - scr_writew(scr_readw(p), p + nr); -+#ifdef CONFIG_UNICON -+ scr_writew(scr_readw(p+(screenbuf_size>>1)),p+(screenbuf_size>>1)+nr); -+#endif -+ } - scr_memsetw(q, video_erase_char, nr*2); -+#ifdef CONFIG_UNICON -+ scr_memsetw(q+(screenbuf_size>>1),video_erase_char_ext,nr*2); -+#endif -+ - need_wrap = 0; - if (DO_UPDATE) { - unsigned short oldattr = attr; -@@ -480,8 +560,9 @@ - video_num_columns-x-nr); - attr = video_erase_char >> 8; - while (nr--) -- sw->con_putc(vc_cons[currcons].d, -+ sw->con_putc(vc_cons[currcons].d, - video_erase_char,y,x+nr); -+ - attr = oldattr; - } - } -@@ -490,12 +571,17 @@ - { - unsigned int i = x; - unsigned short *p = (unsigned short *) pos; -- - while (++i <= video_num_columns - nr) { - scr_writew(scr_readw(p+nr), p); -+#ifdef CONFIG_UNICON -+ scr_writew(scr_readw(p+nr+(screenbuf_size>>1)),p+(screenbuf_size>>1)); -+#endif - p++; - } - scr_memsetw(p, video_erase_char, nr*2); -+#ifdef CONFIG_UNICON -+ scr_memsetw(p+(screenbuf_size>>1), video_erase_char_ext, nr*2); -+#endif - need_wrap = 0; - if (DO_UPDATE) { - unsigned short oldattr = attr; -@@ -504,8 +590,8 @@ - attr = video_erase_char >> 8; - while (nr--) - sw->con_putc(vc_cons[currcons].d, -- video_erase_char, y, -- video_num_columns-1-nr); -+ video_erase_char, y, -+ video_num_columns-1-nr); - attr = oldattr; - } - } -@@ -526,7 +612,11 @@ - if ((type & 0x40) && ((i & 0x700) == ((i & 0x7000) >> 4))) i ^= 0x0700; - scr_writew(i, (u16 *) pos); - if (DO_UPDATE) -+#ifndef CONFIG_UNICON - sw->con_putc(vc_cons[currcons].d, i, y, x); -+#else -+ sw->con_putc(vc_cons[currcons].d, scr_readw((u16 *) pos+ (screenbuf_size>>1))<<16 | (i & 0xffff), y, x); -+#endif - } - - static void hide_cursor(int currcons) -@@ -536,7 +626,11 @@ - if (softcursor_original != -1) { - scr_writew(softcursor_original,(u16 *) pos); - if (DO_UPDATE) -+#ifndef CONFIG_UNICON - sw->con_putc(vc_cons[currcons].d, softcursor_original, y, x); -+#else -+ sw->con_putc(vc_cons[currcons].d, scr_readw((u16 *) pos+ (screenbuf_size>>1))<<16 | softcursor_original, y, x); -+#endif - softcursor_original = -1; - } - sw->con_cursor(vc_cons[currcons].d,CM_ERASE); -@@ -683,7 +777,11 @@ - visual_init(currcons, 1); - if (!*vc_cons[currcons].d->vc_uni_pagedir_loc) - con_set_default_unimap(currcons); -+#ifndef CONFIG_UNICON - q = (long)kmalloc(screenbuf_size, GFP_KERNEL); -+#else -+ q = (long)kmalloc(screenbuf_size*2,GFP_KERNEL); -+#endif - if (!q) { - kfree((char *) p); - vc_cons[currcons].d = NULL; -@@ -725,7 +823,11 @@ - (cc == video_num_columns && ll == video_num_lines)) - newscreens[currcons] = NULL; - else { -+#ifndef CONFIG_UNICON - unsigned short *p = (unsigned short *) kmalloc(ss, GFP_USER); -+#else -+ unsigned short *p = (unsigned short *) kmalloc(ss*2, GFP_USER); -+#endif - if (!p) { - for (i = first; i < currcons; i++) - if (newscreens[i]) -@@ -767,13 +869,23 @@ - - while (ol < scr_end) { - scr_memcpyw((unsigned short *) nl, (unsigned short *) ol, rlth); -+#ifdef CONFIG_UNICON -+ scr_memcpyw((unsigned short *) (nl + ss), (unsigned short*) (ol + oss), rlth); -+#endif - if (rrem) - scr_memsetw((void *)(nl + rlth), video_erase_char, rrem); -+#ifdef CONFIG_UNICON -+ if (rrem) -+ scr_memsetw((void *)(nl + rlth + ss), video_erase_char_ext, rrem); -+#endif - ol += osr; - nl += sr; - } - if (nlend > nl) - scr_memsetw((void *) nl, video_erase_char, nlend - nl); -+#ifdef CONFIG_UNICON -+ scr_memsetw((void *) (nl + ss), video_erase_char_ext, nlend - nl); -+#endif - if (kmalloced) - kfree(screenbuf); - screenbuf = newscreens[currcons]; -@@ -996,6 +1108,9 @@ - return; - } - scr_memsetw(start, video_erase_char, 2*count); -+#ifdef CONFIG_UNICON -+ scr_memsetw(start + (screenbuf_size>>1), video_erase_char_ext, 2*count); -+#endif - need_wrap = 0; - } - -@@ -1030,6 +1145,9 @@ - return; - } - scr_memsetw(start, video_erase_char, 2 * count); -+#ifdef CONFIG_UNICON -+ scr_memsetw(start + (screenbuf_size>>1), video_erase_char_ext, 2*count); -+#endif - need_wrap = 0; - } - -@@ -1042,6 +1160,9 @@ - count = (vpar > video_num_columns-x) ? (video_num_columns-x) : vpar; - - scr_memsetw((unsigned short *) pos, video_erase_char, 2 * count); -+#ifdef CONFIG_UNICON -+ scr_memsetw((unsigned short *) pos + (screenbuf_size>>1), video_erase_char_ext, 2*count); -+#endif - if (DO_UPDATE) - sw->con_clear(vc_cons[currcons].d, y, x, 1, count); - need_wrap = 0; -@@ -1638,7 +1759,13 @@ - if (ques) { - clear_selection(); - if (par[0]) -- complement_mask = par[0]<<8 | par[1]; -+#ifndef CONFIG_UNICON -+ complement_mask = par[0]<<8 | par[1]; -+#else -+ // force the low byte to be zero -+ complement_mask = par[0]<<8; -+#endif -+ - else - complement_mask = s_complement_mask; - return; -@@ -1856,6 +1983,11 @@ - const unsigned char *orig_buf = NULL; - int orig_count; - -+#ifdef CONFIG_UNICON -+#define GB_LEFT 0x8000 -+#define GB_RIGHT 0xc000 -+#endif -+ - if (in_interrupt()) - return count; - -@@ -1996,6 +2128,56 @@ - ((attr << 8) & ~himask) + ((tc & 0x100) ? himask : 0) + (tc & 0xff) : - (attr << 8) + tc, - (u16 *) pos); -+#ifdef CONFIG_UNICON -+#define HIGH_WORD ((u16 *) ((long)pos + screenbuf_size)) -+#define HIGH_WORD_PREV ((u16 *) ((long)pos - 2 + screenbuf_size)) -+#define HIGH_WORD_NEXT ((u16 *) ((long)pos + 2 + screenbuf_size)) -+ /* -+ * following condiction we do not tread the char as -+ * double byte. -+ * 1. default encoding is NULL. The encode module not -+ * install yet. -+ * 2. Current char set is not the default one. We are -+ * possible drawing a table lines right now. -+ * -Chris -+ */ -+ -+ if (doublebyte_default && translate == translations[0] -+ && (pos==origin||!(scr_readw(HIGH_WORD_PREV)&DB_HALF_MASK)) -+ && doublebyte_default->is_left(tc)){ -+ /*possible the left char of the Double Byte -+ , but we don't know yet, because the right -+ char is unknow right now. So mark it as -+ Half char, the possible candidate -+ -Chris -+ */ -+ scr_writew(DB_HALF_MASK,HIGH_WORD); -+ -+ } else if(doublebyte_default&& translate == translations -+ && scr_readw(HIGH_WORD_PREV)==DB_HALF_MASK -+ && doublebyte_default->is_right(tc)) { -+ scr_writew(DB_LEFT|(tc & 0xff),HIGH_WORD_PREV); -+ scr_writew(DB_RIGHT|(scr_readw((u16*)(pos-2))&0xff),HIGH_WORD); -+ if (DO_UPDATE && draw_x < 0) { -+ draw_from = pos-2 ; -+ if (x>0) { -+ draw_x = x-1; -+ } else { -+ draw_to = pos; -+ draw_x = video_num_columns -1; -+ y--; -+ FLUSH -+ y++; -+ draw_x = 0; -+ draw_from = pos; -+ } -+ } -+ } else { -+ /*normal ASCII or table lines, clean hight byte*/ -+ scr_writew(0,HIGH_WORD); -+ } -+ -+#endif - if (DO_UPDATE && draw_x < 0) { - draw_x = x; - draw_from = pos; -@@ -2154,6 +2336,9 @@ - continue; - } - scr_writew((attr << 8) + c, (unsigned short *) pos); -+#ifdef CONFIG_UNICON -+ scr_writew(0,(unsigned short *) pos + (screenbuf_size>>1)); -+#endif - cnt++; - if (myx == video_num_columns - 1) { - need_wrap = 1; -@@ -2510,7 +2695,11 @@ - vt_cons[currcons] = (struct vt_struct *) - alloc_bootmem(sizeof(struct vt_struct)); - visual_init(currcons, 1); -+#ifdef CONFIG_UNICON -+ screenbuf = (unsigned short *) alloc_bootmem(screenbuf_size * 2); -+#else - screenbuf = (unsigned short *) alloc_bootmem(screenbuf_size); -+#endif - kmalloced = 0; - vc_init(currcons, video_num_lines, video_num_columns, - currcons || !sw->con_save_screen); -@@ -2983,7 +3172,12 @@ - gotoxy(currcons, p[0], p[1]); - set_cursor(currcons); - } -- -+#ifdef CONFIG_UNICON -+/* -+Now, the unicon doesn't support vcs! -+To support it, first change the vc_screen.c! -+*/ -+#endif - u16 vcs_scr_readw(int currcons, const u16 *org) - { - if ((unsigned long)org == pos && softcursor_original != -1) -@@ -3025,6 +3219,15 @@ - /* - * Visible symbols for modules - */ -+#ifdef CONFIG_UNICON -+int (*Unicon_fnKeyHook) -+ (struct tty_struct *tty, unsigned char ch, char flag) = NULL; -+int (*Unicon_fnLowerKeyHook) (unsigned char ch) = NULL; -+ -+EXPORT_SYMBOL(Unicon_fnLowerKeyHook); -+EXPORT_SYMBOL(Unicon_fnKeyHook); -+EXPORT_SYMBOL(vc_cons); -+#endif - - EXPORT_SYMBOL(color_table); - EXPORT_SYMBOL(default_red); -diff -Nur c3000_pre/linux/drivers/char/consolemap.c c3000_work/linux/drivers/char/consolemap.c ---- c3000_pre/linux/drivers/char/consolemap.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_work/linux/drivers/char/consolemap.c 2004-12-06 09:25:00.000000000 +0900 -@@ -22,7 +22,11 @@ - #include <linux/console_struct.h> - #include <linux/vt_kern.h> - -+#ifndef CONFIG_UNICON - static unsigned short translations[][256] = { -+#else -+unsigned short translations[][256] = { -+#endif - /* 8-bit Latin-1 mapped to Unicode -- trivial mapping */ - { - 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, -diff -Nur c3000_pre/linux/drivers/char/direct.uni c3000_work/linux/drivers/char/direct.uni ---- c3000_pre/linux/drivers/char/direct.uni 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/char/direct.uni 2004-12-06 09:25:00.000000000 +0900 -@@ -0,0 +1,259 @@ -+0x00 U+0000 -+0x20 U+0020 -+0x21 U+0021 -+0x22 U+0022 -+0x23 U+0023 -+0x24 U+0024 -+0x25 U+0025 -+0x26 U+0026 -+0x27 U+0027 -+0x28 U+0028 -+0x29 U+0029 -+0x2a U+002a -+0x2b U+002b -+0x2c U+002c -+0x2d U+002d -+0x2e U+002e -+0x2f U+002f -+0x30 U+0030 -+0x31 U+0031 -+0x32 U+0032 -+0x33 U+0033 -+0x34 U+0034 -+0x35 U+0035 -+0x36 U+0036 -+0x37 U+0037 -+0x38 U+0038 -+0x39 U+0039 -+0x3a U+003a -+0x3b U+003b -+0x3c U+003c -+0x3d U+003d -+0x3e U+003e -+0x3f U+003f -+0x40 U+0040 -+0x41 U+0041 -+0x42 U+0042 -+0x43 U+0043 -+0x44 U+0044 -+0x45 U+0045 -+0x46 U+0046 -+0x47 U+0047 -+0x48 U+0048 -+0x49 U+0049 -+0x4a U+004a -+0x4b U+004b -+0x4c U+004c -+0x4d U+004d -+0x4e U+004e -+0x4f U+004f -+0x50 U+0050 -+0x51 U+0051 -+0x52 U+0052 -+0x53 U+0053 -+0x54 U+0054 -+0x55 U+0055 -+0x56 U+0056 -+0x57 U+0057 -+0x58 U+0058 -+0x59 U+0059 -+0x5a U+005a -+0x5b U+005b -+0x5c U+005c -+0x5d U+005d -+0x5e U+005e -+0x5f U+005f -+0x60 U+0060 -+0x61 U+0061 -+0x62 U+0062 -+0x63 U+0063 -+0x64 U+0064 -+0x65 U+0065 -+0x66 U+0066 -+0x67 U+0067 -+0x68 U+0068 -+0x69 U+0069 -+0x6a U+006a -+0x6b U+006b -+0x6c U+006c -+0x6d U+006d -+0x6e U+006e -+0x6f U+006f -+0x70 U+0070 -+0x71 U+0071 -+0x72 U+0072 -+0x73 U+0073 -+0x74 U+0074 -+0x75 U+0075 -+0x76 U+0076 -+0x77 U+0077 -+0x78 U+0078 -+0x79 U+0079 -+0x7a U+007a -+0x7b U+007b -+0x7c U+007c -+0x7d U+007d -+0x7e U+007e -+0x7f U+007f -+0x80 U+0080 -+0x81 U+0081 -+0x82 U+0082 -+0x83 U+0083 -+0x84 U+0084 -+0x85 U+0085 -+0x86 U+0086 -+0x87 U+0087 -+0x88 U+0088 -+0x89 U+0089 -+0x8a U+008a -+0x8b U+008b -+0x8c U+008c -+0x8d U+008d -+0x8e U+008e -+0x8f U+008f -+0x90 U+0090 -+0x91 U+0091 -+0x92 U+0092 -+0x93 U+0093 -+0x94 U+0094 -+0x95 U+0095 -+0x96 U+0096 -+0x97 U+0097 -+0x98 U+0098 -+0x99 U+0099 -+0x9a U+009a -+0x9b U+009b -+0x9c U+009c -+0x9d U+009d -+0x9e U+009e -+0x9f U+009f -+0xa0 U+00a0 -+0xa1 U+00a1 -+0xa2 U+00a2 -+0xa3 U+00a3 -+0xa4 U+00a4 -+0xa5 U+00a5 -+0xa6 U+00a6 -+0xa7 U+00a7 -+0xa8 U+00a8 -+0xa9 U+00a9 -+0xaa U+00aa -+0xab U+00ab -+0xac U+00ac -+0xad U+00ad -+0xae U+00ae -+0xaf U+00af -+0xb0 U+00b0 -+0xb1 U+00b1 -+0xb2 U+00b2 -+0xb3 U+00b3 -+0xb4 U+00b4 -+0xb5 U+00b5 -+0xb6 U+00b6 -+0xb7 U+00b7 -+0xb8 U+00b8 -+0xb9 U+00b9 -+0xba U+00ba -+0xbb U+00bb -+0xbc U+00bc -+0xbd U+00bd -+0xbe U+00be -+0xbf U+00bf -+0xc0 U+00c0 -+0xc1 U+00c1 -+0xc2 U+00c2 -+0xc3 U+00c3 -+0xc4 U+00c4 -+0xc5 U+00c5 -+0xc6 U+00c6 -+0xc7 U+00c7 -+0xc8 U+00c8 -+0xc9 U+00c9 -+0xca U+00ca -+0xcb U+00cb -+0xcc U+00cc -+0xcd U+00cd -+0xce U+00ce -+0xcf U+00cf -+0xd0 U+00d0 -+0xd1 U+00d1 -+0xd2 U+00d2 -+0xd3 U+00d3 -+0xd4 U+00d4 -+0xd5 U+00d5 -+0xd6 U+00d6 -+0xd7 U+00d7 -+0xd8 U+00d8 -+0xd9 U+00d9 -+0xda U+00da -+0xdb U+00db -+0xdc U+00dc -+0xdd U+00dd -+0xde U+00de -+0xdf U+00df -+0xe0 U+00e0 -+0xe1 U+00e1 -+0xe2 U+00e2 -+0xe3 U+00e3 -+0xe4 U+00e4 -+0xe5 U+00e5 -+0xe6 U+00e6 -+0xe7 U+00e7 -+0xe8 U+00e8 -+0xe9 U+00e9 -+0xea U+00ea -+0xeb U+00eb -+0xec U+00ec -+0xed U+00ed -+0xee U+00ee -+0xef U+00ef -+0xf0 U+00f0 -+0xf1 U+00f1 -+0xf2 U+00f2 -+0xf3 U+00f3 -+0xf4 U+00f4 -+0xf5 U+00f5 -+0xf6 U+00f6 -+0xf7 U+00f7 -+0xf8 U+00f8 -+0xf9 U+00f9 -+0xfa U+00fa -+0xfb U+00fb -+0xfc U+00fc -+0xfd U+00fd -+0xfe U+00fe -+0xff U+00ff -+0x07 U+2022 -+0x13 U+203c -+0x4b U+212a -+0x1b U+2190 -+0x18 U+2191 -+0x1a U+2192 -+0x19 U+2193 -+0x1d U+2194 -+0x12 U+2195 -+0x17 U+21a8 -+0x1c U+221f -+0x16 U+25ac -+0x1e U+25b2 -+0x10 U+25b6 -+0x10 U+25ba -+0x1f U+25bc -+0x11 U+25c0 -+0x11 U+25c4 -+0x04 U+25c6 -+0x09 U+25cb -+0x08 U+25d8 -+0x0a U+25d9 -+0x01 U+263a -+0x02 U+263b -+0x0f U+263c -+0x0c U+2640 -+0x0b U+2642 -+0x06 U+2660 -+0x05 U+2663 -+0x03 U+2665 -+0x04 U+2666 -+0x0d U+266a -+0x0e U+266b -+0x5f U+f804 -diff -Nur c3000_pre/linux/drivers/char/pc_keyb.c c3000_work/linux/drivers/char/pc_keyb.c ---- c3000_pre/linux/drivers/char/pc_keyb.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_work/linux/drivers/char/pc_keyb.c 2004-12-06 09:25:01.000000000 +0900 -@@ -467,14 +467,36 @@ - - static unsigned char kbd_exists = 1; - --static inline void handle_keyboard_event(unsigned char scancode) -+#ifdef CONFIG_UNICON -+extern int (*Unicon_fnLowerKeyHook) (unsigned char ch); -+extern int (*Unicon_fnKeyHook) (struct tty_struct *tty, \ -+ unsigned char ch, char flag); -+#endif -+static inline int handle_keyboard_event(unsigned char scancode) - { - #ifdef CONFIG_VT - kbd_exists = 1; -- if (do_acknowledge(scancode)) -- handle_scancode(scancode, !(scancode & 0x80)); -+ if (do_acknowledge(scancode)){ -+#ifdef CONFIG_UNICON -+ if (Unicon_fnLowerKeyHook != NULL){ -+ /* return 1 ==> processed by kernel -+ return 0 ==> processed by app */ -+ if (scancode == 0x58){ /* F12 kill unicode */ -+ Unicon_fnKeyHook = NULL; -+ Unicon_fnLowerKeyHook = NULL; -+ return 1; -+ } -+ if ((*Unicon_fnLowerKeyHook) (scancode) == 1) -+ return 1; -+ else -+ handle_scancode(scancode,!(scancode & 0x80)); -+ } else -+#endif -+ handle_scancode(scancode, !(scancode & 0x80)); -+ } - #endif - tasklet_schedule(&keyboard_tasklet); -+ return 0; - } - - /* -@@ -504,7 +526,8 @@ - if (status & KBD_STAT_MOUSE_OBF) - handle_mouse_event(scancode); - else -- handle_keyboard_event(scancode); -+ if(handle_keyboard_event(scancode)) -+ return status; - } - - status = kbd_read_status(); -diff -Nur c3000_pre/linux/drivers/video/Config.in c3000_work/linux/drivers/video/Config.in ---- c3000_pre/linux/drivers/video/Config.in 2004-08-21 09:48:58.000000000 +0900 -+++ c3000_work/linux/drivers/video/Config.in 2004-12-06 10:01:36.000000000 +0900 -@@ -13,6 +13,21 @@ - bool ' Hitachi HD64413 support' CONFIG_FB_HD64413 - fi - if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then -+ bool "UNICON Support(EXPERIMENTAL)" CONFIG_UNICON -+ if [ "$CONFIG_UNICON" = "y" ]; then -+ tristate "Double Byte GB encode (module only)" CONFIG_UNICON_GB -+ if [ "$CONFIG_UNICON_GB" = "y" -o "$CONFIG_UNICON_GB" = "m" ]; then -+ define_tristate CONFIG_UNICON_GB m -+ fi -+ tristate "Double Byte SJIS encode (module only)" CONFIG_UNICON_SJIS -+ if [ "$CONFIG_UNICON_SJIS" = "y" -o "$CONFIG_UNICON_SJIS" = "m" ]; then -+ define_tristate CONFIG_UNICON_SJIS m -+ fi -+ tristate "Double Byte EUCJP encode (module only)" CONFIG_UNICON_EUCJP -+ if [ "$CONFIG_UNICON_EUCJP" = "y" -o "$CONFIG_UNICON_EUCJP" = "m" ]; then -+ define_tristate CONFIG_UNICON_EUCJP m -+ fi -+ fi - if [ "$CONFIG_PCI" = "y" ]; then - tristate ' nVidia Riva support (EXPERIMENTAL)' CONFIG_FB_RIVA - fi -diff -Nur c3000_pre/linux/drivers/video/Makefile c3000_work/linux/drivers/video/Makefile ---- c3000_pre/linux/drivers/video/Makefile 2004-08-21 09:48:58.000000000 +0900 -+++ c3000_work/linux/drivers/video/Makefile 2004-12-06 09:25:01.000000000 +0900 -@@ -42,6 +42,10 @@ - obj-$(CONFIG_PPC) += macmodes.o - endif - -+obj-$(CONFIG_UNICON_GB) += encode-gb.o -+obj-$(CONFIG_UNICON_BIG5) += encode-big5.o -+obj-$(CONFIG_UNICON_SJIS) += encode-sjis.o -+obj-$(CONFIG_UNICON_EUCJP) += encode-eucjp.o - obj-$(CONFIG_FB_ACORN) += acornfb.o - obj-$(CONFIG_FB_AMIGA) += amifb.o - obj-$(CONFIG_FB_PM2) += pm2fb.o fbgen.o -diff -Nur c3000_pre/linux/drivers/video/encode-eucjp.c c3000_work/linux/drivers/video/encode-eucjp.c ---- c3000_pre/linux/drivers/video/encode-eucjp.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/encode-eucjp.c 2004-12-06 09:25:01.000000000 +0900 -@@ -0,0 +1,67 @@ -+/* -+ * linux/video/encode_eucjp.c -+ * -+ * Copyright (C) 2000 Kazuhide Takahashi -+ * HOLON Inc. -+ * Copyright (C) 1999 Christopher Li, Jim Chen -+ * GNU/Linux Research Center -+ * -+ * This file is subject to the terms and conditions of the GNU General Public -+ * License. See the file COPYING in the main directory of this archive -+ * for more details. -+ * -+ * -+ */ -+ -+ -+#include <linux/module.h> -+#include <linux/fb_doublebyte.h> -+#include "font_jis16.h" -+#define min1 0xa1 -+#define max1 0xfe -+ -+ -+int is_left(int c) -+{ -+ return ( c >= min1 && c<=max1); -+} -+int is_right(int c) -+{ -+ return ( c >= min1 && c<=max1); -+} -+int index_euc (int left, int right) -+{ -+ if ( left == 0x8E ) -+ left = 0; -+ else -+ left &= 0x7F; -+ right &= 0x7F; -+ -+ if (left > 0x29) -+ return ((right - 0x40 + (left - 0x25) * 96) << 5); -+ else -+ return ((right - 0x20 + (left - 0x20) * 96) << 5); -+} -+struct double_byte db_gb = -+{ -+ 0, -+ "EUCJP", -+ is_left, -+ is_right, -+ index_euc, -+ 16,16, -+ max_jis16, -+ font_jis16 -+}; -+ -+int init_module(void) -+{ -+ if (doublebyte_default) return 1; -+ doublebyte_default = &db_gb; -+ return 0; -+} -+ -+void cleanup_module(void) -+{ -+ doublebyte_default = (void*) 0; -+} -diff -Nur c3000_pre/linux/drivers/video/encode-gb.c c3000_work/linux/drivers/video/encode-gb.c ---- c3000_pre/linux/drivers/video/encode-gb.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/encode-gb.c 2004-12-06 09:25:01.000000000 +0900 -@@ -0,0 +1,50 @@ -+/* -+ * linux/video/encode_gb.c -+ * -+ * Copyright (C) 1999 Christopher Li, Jim Chen -+ * GNU/Linux Research Center -+ * -+ * This file is subject to the terms and conditions of the GNU General Public -+ * License. See the file COPYING in the main directory of this archive -+ * for more details. -+ * -+ * -+ */ -+ -+ -+#include <linux/module.h> -+#include <linux/fb_doublebyte.h> -+#include "font_gb16.h" -+#define min1 0xa1 -+#define max1 0xfe -+int index_gb(int left, int right) -+{ -+ return ((left-min1)*94+right-min1) << 5; -+} -+int is_hz(int c) -+{ -+ return ( c >= min1 && c<=max1); -+} -+struct double_byte db_gb = -+{ -+ 0, -+ "GB", -+ is_hz, -+ is_hz, -+ index_gb, -+ 16,16, -+ max_gb16, -+ font_gb16 -+}; -+ -+int init_module(void) -+{ -+ if (doublebyte_default) return 1; -+ doublebyte_default = &db_gb; -+ return 0; -+} -+ -+void cleanup_module(void) -+{ -+ doublebyte_default = (void*) 0; -+} -diff -Nur c3000_pre/linux/drivers/video/encode-sjis.c c3000_work/linux/drivers/video/encode-sjis.c ---- c3000_pre/linux/drivers/video/encode-sjis.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/encode-sjis.c 2004-12-06 09:25:01.000000000 +0900 -@@ -0,0 +1,84 @@ -+/* -+ * linux/video/encode_sjis.c -+ * -+ * Copyright (C) 2000 Kazuhide Takahashi -+ * HOLON Inc. -+ * Copyright (C) 1999 Christopher Li, Jim Chen -+ * GNU/Linux Research Center -+ * -+ * This file is subject to the terms and conditions of the GNU General Public -+ * License. See the file COPYING in the main directory of this archive -+ * for more details. -+ * -+ * -+ */ -+ -+ -+#include <linux/module.h> -+#include <linux/fb_doublebyte.h> -+#include "font_jis16.h" -+#define min1 0x81 -+#define max1 0xfc -+ -+ -+int is_left(int c) -+{ -+ return ( (c >= 0x81 && c <= 0x9f) || (c >= 0xe0 && c <= 0xfc) ); -+} -+int is_right(int c) -+{ -+ return ( (c >= 0x40 && c <= 0x7e) || (c >= 0x80 && c <= 0xfc) ); -+} -+int index_sjis (int left, int right) -+{ -+ int ch1, ch2; -+ -+ if ( !is_left(left) || !is_right(right) ) return -512; -+ -+ ch1 = left; -+ ch2 = right; -+ -+ if ( ch1 <= 0x9f ) -+ ch1 -= 0x71; -+ else -+ ch1 -= 0xb1; -+ ch1 *= 2; -+ ++ch1; -+ -+ if ( ch2 >= 0x7f ) -+ --ch2; -+ if ( ch2 >= 0x9e ) { -+ ch2 -= 0x7d; -+ ++ch1; -+ } else { -+ ch2 -= 0x1f; -+ } -+ -+ if (ch1 > 0x29) -+ return ((ch2 - 0x40 + (ch1 - 0x25) * 96) << 5); -+ else -+ return ((ch2 - 0x20 + (ch1 - 0x20) * 96) << 5); -+} -+struct double_byte db_gb = -+{ -+ 0, -+ "SJIS", -+ is_left, -+ is_right, -+ index_sjis, -+ 16,16, -+ max_jis16, -+ font_jis16 -+}; -+ -+int init_module(void) -+{ -+ if (doublebyte_default) return 1; -+ doublebyte_default = &db_gb; -+ return 0; -+} -+ -+void cleanup_module(void) -+{ -+ doublebyte_default = (void*) 0; -+} -diff -Nur c3000_pre/linux/drivers/video/fbcon-cfb16.c c3000_work/linux/drivers/video/fbcon-cfb16.c ---- c3000_pre/linux/drivers/video/fbcon-cfb16.c 2004-11-16 15:31:08.000000000 +0900 -+++ c3000_work/linux/drivers/video/fbcon-cfb16.c 2004-12-06 09:25:01.000000000 +0900 -@@ -242,10 +242,17 @@ - u8 *dest, *cdat, bits; - int bytes = p->next_line, rows; - u32 eorx, fgx, bgx; -+#ifdef CONFIG_UNICON -+ u8 *temp; -+#endif - - #if defined(CONFIG_FBCON_ROTATE_R) - dest = p->screen_base + -+#ifdef CONFIG_UNICON -+ yy * fontwidth(p) * bytes + (p->var.xres - (xx+1) * fontheight(p) - 1) * 2; -+#else - yy * fontwidth(p) * bytes + (p->var.xres - xx * fontheight(p) - 1) * 2; -+#endif - #elif defined(CONFIG_FBCON_ROTATE_L) - dest = p->screen_base + - (p->var.yres - yy * fontwidth(p) - 1) * bytes + xx * fontheight(p) * 2; -@@ -264,6 +271,32 @@ - case 8: - cdat = p->fontdata + (c & p->charmask) * fontheight(p); - #if defined(CONFIG_FBCON_ROTATE_R) -+#ifdef CONFIG_UNICON -+ rows = fontheight(p); -+ temp = dest+rows*2; -+ for (; rows--; dest += 2,temp -= 2) { -+ bits = *cdat++; -+ fb_writew((tab_cfb16[bits >> 7 & 1] & eorx) ^ bgx, -+ temp); -+ fb_writew((tab_cfb16[bits >> 6 & 1] & eorx) ^ bgx, -+ temp+1*bytes); -+ fb_writew((tab_cfb16[bits >> 5 & 1] & eorx) ^ bgx, -+ temp+2*bytes); -+ fb_writew((tab_cfb16[bits >> 4 & 1] & eorx) ^ bgx, -+ temp+3*bytes); -+ if (fontwidth(p) == 8) { -+ fb_writew((tab_cfb16[bits >> 3 & 1] & eorx) ^ bgx, -+ temp+4*bytes); -+ fb_writew((tab_cfb16[bits >> 2 & 1] & eorx) ^ bgx, -+ temp+5*bytes); -+ fb_writew((tab_cfb16[bits >> 1 & 1] & eorx) ^ bgx, -+ temp+6*bytes); -+ fb_writew((tab_cfb16[bits & 1] & eorx) ^ bgx, -+ temp+7*bytes); -+ } -+ } -+ dest = temp; -+#else - for (rows = fontheight(p); rows--; dest += 2) { - bits = *cdat++; - fb_writew((tab_cfb16[bits >> 7 & 1] & eorx) ^ bgx, -@@ -285,6 +318,7 @@ - dest+7*bytes); - } - } -+#endif - #elif defined(CONFIG_FBCON_ROTATE_L) - for (rows = fontheight(p); rows--; dest += 2) { - bits = *cdat++; -diff -Nur c3000_pre/linux/drivers/video/fbcon.c c3000_work/linux/drivers/video/fbcon.c ---- c3000_pre/linux/drivers/video/fbcon.c 2004-11-16 15:31:08.000000000 +0900 -+++ c3000_work/linux/drivers/video/fbcon.c 2004-12-06 09:25:01.000000000 +0900 -@@ -80,6 +80,11 @@ - #include <linux/kernel.h> - #include <linux/delay.h> /* MSch: for IRQ probe */ - #include <linux/tty.h> -+ -+#ifdef CONFIG_UNICON -+#include <linux/fb_doublebyte.h> -+#endif -+ - #include <linux/console.h> - #include <linux/string.h> - #include <linux/kd.h> -@@ -675,7 +680,12 @@ - if (con == fg_console && p->type != FB_TYPE_TEXT) { - if (fbcon_softback_size) { - if (!softback_buf) { -+#ifndef CONFIG_UNICON - softback_buf = (unsigned long)kmalloc(fbcon_softback_size, GFP_KERNEL); -+#else -+ softback_buf = (unsigned long)kmalloc(fbcon_softback_size*2, GFP_KERNEL); -+#endif -+ - if (!softback_buf) { - fbcon_softback_size = 0; - softback_top = 0; -@@ -936,6 +946,27 @@ - * restriction is simplicity & efficiency at the moment. - */ - -+#ifdef CONFIG_UNICON -+static inline unsigned short * hibyte_pos(struct vc_data * conp,unsigned short* p) -+{ -+ unsigned long pos=(long)p; -+ -+ if (pos >= conp->vc_origin && pos < conp->vc_scr_end) { -+ /* pos in the vc buffer - Chrisl 99.11.12*/ -+ return (unsigned short*)(pos+conp->vc_screenbuf_size); -+ } else if (conp->vc_num == fg_console){ -+ /*&& softback_lines,because the scroll will first change -+ softback_lines, then call this function, so it is ignored here -+ -JimChen 99.11.12*/ -+ return (unsigned short*)(pos+fbcon_softback_size); -+ } else { -+ /* Should not happen */ -+ printk("Warnning, changing not active console\n"); -+ return p; -+ } -+} -+#endif -+ - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - static __inline__ int real_x(struct display *p, int xpos) - { -@@ -1013,6 +1044,60 @@ - vbl_cursor_cnt = CURSOR_DRAW_DELAY; - } - -+#ifdef CONFIG_UNICON -+struct double_byte * doublebyte_default = NULL; -+EXPORT_SYMBOL(doublebyte_default); -+/* ypos is absolute y(relative to video buffer), not y in screen coordinate, -+ and the validation is assured by the caller */ -+#if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+void fbcon_putc_tl(struct vc_data *conp, int c, int xpos, int ypos) -+#else -+void fbcon_putc_tl(struct vc_data *conp, int c, int ypos, int xpos) -+#endif -+{ -+ int unit = conp->vc_num; -+ struct display *p = &fb_display[unit]; -+ int extendedchar; -+ u_char * fontdata_save; -+ -+ if (!doublebyte_default){ -+#if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+ p->dispsw->putc(conp, p, c&0xffff, xpos, ypos); -+#else -+ p->dispsw->putc(conp, p, c&0xffff, ypos, xpos); -+#endif -+ return; -+ } -+ extendedchar = c & (DB_VALIDATE<<16); -+ fontdata_save = p -> fontdata; -+ if (extendedchar) { -+ int index; -+ if ( c & (DB_RIGHT_MASK << 16)) {// right half -+ index = doublebyte_default->font_index((c>>16)&0xff, (c&0xff)) + 16; -+ } else { -+ index = doublebyte_default->font_index((c&0xff),(c>>16)&0xff); -+ } -+ //printk("<6>%d %x",(unsigned long)p->fontdata-(unsigned long) font_gb16,c); -+ if (index >=0 && index < doublebyte_default->charcount) { -+ p->fontdata = doublebyte_default->font_data +index; -+ c = (c & 0xff00); -+ }else c = c & 0xffff; -+ } else { -+ c = c & 0xffff; -+ } -+ -+#if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+ p->dispsw->putc(conp, p, c, xpos, ypos); -+#else -+ p->dispsw->putc(conp, p, c, ypos, xpos); -+#endif -+ -+ if (extendedchar) { -+ p->fontdata = fontdata_save; -+ } -+} -+EXPORT_SYMBOL(fbcon_putc_tl); -+#endif - - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - static void fbcon_putc(struct vc_data *conp, int c, int xpos, int ypos) -@@ -1039,16 +1124,39 @@ - redraw_cursor = 1; - } - -+#ifdef CONFIG_UNICON -+#if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+ fbcon_putc_tl(conp, c, real_x(p, xpos), ypos); -+#else -+ fbcon_putc_tl(conp, c, real_y(p, ypos), xpos); -+#endif -+#else - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - p->dispsw->putc(conp, p, c, real_x(p, xpos), ypos); - #else - p->dispsw->putc(conp, p, c, real_y(p, ypos), xpos); - #endif -+#endif - - if (redraw_cursor) - vbl_cursor_cnt = CURSOR_DRAW_DELAY; - } - -+#ifdef CONFIG_UNICON -+//ypos is absolute pos. -+static void fbcon_putcs_tl(struct vc_data *conp, const unsigned short *s, int count, -+ int ypos, int xpos) -+{ -+ const unsigned short *str=s; -+ -+ while (count--) { -+ fbcon_putc_tl(conp, (scr_readw(hibyte_pos(conp,(unsigned short *)str))<<16)|scr_readw(str), -+ ypos, xpos); -+ str++; -+ xpos++; -+ } -+} -+#endif - - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - static void fbcon_putcs(struct vc_data *conp, const unsigned short *s, int count, int xpos, int ypos) -@@ -1077,11 +1185,19 @@ - cursor_undrawn(); - redraw_cursor = 1; - } -+#ifndef CONFIG_UNICON - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - p->dispsw->putcs(conp, p, s, count, real_x(p, xpos), ypos); - #else - p->dispsw->putcs(conp, p, s, count, real_y(p, ypos), xpos); - #endif -+#else -+#if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+ fbcon_putcs_tl(conp,s,count,real_x(p,xpos),ypos); -+#else -+ fbcon_putcs_tl(conp,s,count,real_y(p,ypos),xpos); -+#endif -+#endif - if (redraw_cursor) - vbl_cursor_cnt = CURSOR_DRAW_DELAY; - } -@@ -1406,6 +1522,9 @@ - unsigned short *start; - unsigned short *le; - unsigned short c; -+#ifdef CONFIG_UNICON -+ unsigned short c_ext; -+#endif - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - int y = 0; - #else -@@ -1417,30 +1536,53 @@ - le = advance_row(s, 1); - do { - c = scr_readw(s); -+#ifdef CONFIG_UNICON -+ c_ext = scr_readw(hibyte_pos(conp,s)); -+#endif - if (attr != (c & 0xff00)) { - attr = c & 0xff00; - if (s > start) { - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, - real_x(p, line), y); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_x(p,line),y); -+#endif - y += s - start; - #else -- p->dispsw->putcs(conp, p, start, s - start, -- real_y(p, line), x); -+#ifndef CONFIG_UNICON -+ p->dispsw->putcs(conp, p, start, s - start, -+ real_y(p, line), x); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_y(p,line),x); -+#endif - x += s - start; - #endif - start = s; - } - } -+#ifndef CONFIG_UNICON - if (c == scr_readw(d)) { -+#else -+ if (c == scr_readw(d) && c_ext == scr_readw(hibyte_pos(conp,d))) { -+#endif - if (s > start) { - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, - real_x(p, line), y); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_x(p,line),y); -+#endif - y += s - start + 1; - #else -- p->dispsw->putcs(conp, p, start, s - start, -- real_y(p, line), x); -+#ifndef CONFIG_UNICON -+ p->dispsw->putcs(conp, p, start, s - start, -+ real_y(p, line), x); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_y(p,line),x); -+#endif - x += s - start + 1; - #endif - start = s + 1; -@@ -1458,9 +1600,17 @@ - } while (s < le); - if (s > start) - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, real_x(p, line), y); - #else -+ fbcon_putcs_tl(conp,start,s-start,real_x(p,line),y); -+#endif -+#else -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, real_y(p, line), x); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_y(p,line),x); -+#endif - #endif - line++; - if (d == (u16 *)softback_end) -@@ -1485,6 +1635,9 @@ - unsigned short *start = s; - unsigned short *le = advance_row(s, 1); - unsigned short c; -+#ifdef CONFIG_UNICON -+ unsigned short c_ext; -+#endif - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - int y = 0; - #else -@@ -1494,30 +1647,53 @@ - - do { - c = scr_readw(s); -+#ifdef CONFIG_UNICON -+ c_ext = scr_readw(hibyte_pos(conp,s)); -+#endif - if (attr != (c & 0xff00)) { - attr = c & 0xff00; - if (s > start) { - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, - real_x(p, line), y); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_x(p,line),y); -+#endif - y += s - start; - #else -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, - real_y(p, line), x); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_y(p,line),x); -+#endif - x += s - start; - #endif - start = s; - } - } -+#ifndef CONFIG_UNICON - if (c == scr_readw(d)) { -+#else -+ if (c == scr_readw(d) && c_ext == scr_readw(hibyte_pos(conp,d))) { -+#endif - if (s > start) { - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, - real_x(p, line), y); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_x(p,line),y); -+#endif - y += s - start + 1; - #else -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, s - start, - real_y(p, line), x); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_y(p,line),x); -+#endif - x += s - start + 1; - #endif - start = s + 1; -@@ -1531,17 +1707,28 @@ - } - } - scr_writew(c, d); -+#ifdef CONFIG_UNICON -+ scr_writew(scr_readw(s+(conp->vc_screenbuf_size>>1)),d+(conp->vc_screenbuf_size>>1)); -+#endif - console_conditional_schedule(); - s++; - d++; - } while (s < le); - if (s > start) -+#ifndef CONFIG_UNICON - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - p->dispsw->putcs(conp, p, start, s - start, real_x(p, line), y); - #else - p->dispsw->putcs(conp, p, start, s - start, real_y(p, line), x); - #endif - console_conditional_schedule(); -+#else -+#if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+ fbcon_putcs_tl(conp,start,s-start,real_x(p,line),y); -+#else -+ fbcon_putcs_tl(conp,start,s-start,real_y(p,line),x); -+#endif -+#endif - if (offset > 0) - line++; - else { -@@ -1647,10 +1834,18 @@ - attr = c & 0xff00; - if (d > start) { - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, d - start, dx, y); -+#else -+ fbcon_putcs_tl(conp,start,d-start,dx,y); -+#endif - y += d - start; - #else -- p->dispsw->putcs(conp, p, start, d - start, dy, x); -+#ifndef CONFIG_UNICON -+ p->dispsw->putcs(conp, p, start, d - start, dy, x); -+#else -+ fbcon_putcs_tl(conp,start,d-start,dy,x); -+#endif - x += d - start; - #endif - start = d; -@@ -1659,10 +1854,18 @@ - if (s >= ls && s < le && c == scr_readw(s)) { - if (d > start) { - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, d - start, dx, y); -+#else -+ fbcon_putcs_tl(conp,start,d-start,dx,y); -+#endif - y += d - start + 1; - #else -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, d - start, dy, x); -+#else -+ fbcon_putcs_tl(conp,start,d-start,dy,x); -+#endif - x += d - start + 1; - #endif - start = d + 1; -@@ -1680,9 +1883,17 @@ - } while (d < le); - if (d > start) - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, d - start, dx, y); - #else -+ fbcon_putcs_tl(conp,start,d-start,dx,y); -+#endif -+#else -+#ifndef CONFIG_UNICON - p->dispsw->putcs(conp, p, start, d - start, dy, x); -+#else -+ fbcon_putcs_tl(conp,start,d-start,dy,x); -+#endif - #endif - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - sx++; -@@ -1704,6 +1915,9 @@ - - while (count) { - scr_memcpyw((u16 *)softback_in, p, conp->vc_size_row); -+#ifdef CONFIG_UNICON -+ scr_memcpyw((u16 *)softback_in+(fbcon_softback_size>>1),p+(conp->vc_screenbuf_size>>1),conp->vc_size_row); -+#endif - count--; - p = advance_row(p, 1); - softback_in += conp->vc_size_row; -@@ -1808,6 +2022,13 @@ - conp->vc_size_row * (b-count)), - conp->vc_video_erase_char, - conp->vc_size_row * count); -+#ifdef CONFIG_UNICON -+ scr_memsetw((unsigned short *)(conp->vc_origin + -+ conp->vc_size_row * (b-count) + -+ conp->vc_screenbuf_size), -+ conp->vc_video_erase_char & 0xff, -+ conp->vc_size_row * count); -+#endif - return 1; - } - #else -@@ -1923,6 +2144,13 @@ - conp->vc_size_row * t), - conp->vc_video_erase_char, - conp->vc_size_row * count); -+#ifdef CONFIG_UNICON -+ scr_memsetw((unsigned short *)(conp->vc_origin + -+ conp->vc_size_row * t + -+ conp->vc_screenbuf_size), -+ conp->vc_video_erase_char & 0xff, -+ conp->vc_size_row * count); -+#endif - return 1; - } - #else -@@ -2606,11 +2834,31 @@ - return p->fb_info->fbops->fb_set_cmap(&palette_cmap, 1, unit, p->fb_info); - } - -+#ifdef CONFIG_UNICON -+/*offset:relative to softback_curr if softback valid in this vc -+The return pos may exists in buffer pointed by conp->vc_origin or softback_top. -+I assume the offset is always >=0 in normal case and I use the -offset-1 to mean to get the pos of the second word -+*/ -+#endif -+ - static u16 *fbcon_screen_pos(struct vc_data *conp, int offset) - { - int line; - unsigned long p; -- -+#ifdef CONFIG_UNICON -+ if (offset < 0) { -+ offset = -offset - 1; -+ if (conp->vc_num != fg_console || !softback_lines) -+ return (u16 *)(conp->vc_origin + offset + conp->vc_screenbuf_size); -+ line = offset / conp->vc_size_row; -+ if (line >= softback_lines) -+ return (u16 *)(conp->vc_origin + offset - softback_lines * conp->vc_size_row + conp->vc_screenbuf_size); -+ p = softback_curr + offset; -+ if (p >= softback_end) -+ p += softback_buf - softback_end; -+ return (u16 *)(p+fbcon_softback_size); -+ } -+#endif - if (conp->vc_num != fg_console || !softback_lines) - return (u16 *)(conp->vc_origin + offset); - line = offset / conp->vc_size_row; -@@ -2622,6 +2870,10 @@ - return (u16 *)p; - } - -+#ifdef CONFIG_UNICON -+// pos is a pointer either pointing into softback or (vc_origin--vc_scr_end), -+// return the pointer to the start of next row ( no matter in vi_origin or softback!) -+#endif - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - static unsigned long fbcon_getxy(struct vc_data *conp, unsigned long pos, int *py, int *px) - #else -@@ -2724,6 +2976,11 @@ - p -= conp->vc_size_row; - q -= conp->vc_size_row; - scr_memcpyw((u16 *)q, (u16 *)p, conp->vc_size_row); -+#ifdef CONFIG_UNICON -+ scr_memcpyw((u16* )(q+conp->vc_screenbuf_size), -+ (u16* )(p+fbcon_softback_size), -+ conp->vc_size_row); -+#endif - } - softback_in = p; - update_region(unit, conp->vc_origin, logo_lines * conp->vc_cols); -diff -Nur c3000_pre/linux/drivers/video/font_gb16.h c3000_work/linux/drivers/video/font_gb16.h ---- c3000_pre/linux/drivers/video/font_gb16.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/font_gb16.h 2004-12-06 09:25:01.000000000 +0900 -@@ -0,0 +1,8180 @@ -+#define max_gb16 261696 -+unsigned char font_gb16[max_gb16] = { -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x60,0x30,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x50,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0x4,0x4,0x2,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0xc,0xc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x60,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x2,0x2,0x4,0x4,0x9,0x9,0x12,0x24,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x4,0x4,0x4,0x8,0x8,0x1f,0x20,0x40,0x0,0x8,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x10,0x10,0x20,0x40,0x80,0x0,0xc0,0x40,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x0,0x0,0x0,0x0,0x0,0x63,0x63,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x18,0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x4,0x8,0xc,0xc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x60,0x60,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x44,0x88,0x10,0x98,0x98,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x0,0x1,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x98,0x98,0x88,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0x4,0x0, -+0x0,0x40,0x20,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x0,0x0, -+0x0,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x12,0x24,0x48,0x90,0x20,0x40,0x80,0x40,0x20,0x90,0x48,0x24,0x12,0x8,0x4, -+0x20,0x90,0x48,0x24,0x12,0x9,0x4,0x2,0x4,0x9,0x12,0x24,0x48,0x90,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7,0x4,0x5,0x5,0x5,0x5,0x5,0x5,0x5,0x5,0x5,0x5,0x7,0x0,0x0,0x0,0xc0,0x40,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x7,0x4,0x7,0x0,0x0,0x0,0xc0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0xc0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x84,0x88,0x88,0x90,0x90,0x90,0x90,0x90,0x90,0x88,0x88,0x84,0xfe,0x0, -+0x0,0xfe,0x42,0x22,0x22,0x12,0x12,0x12,0x12,0x12,0x12,0x22,0x22,0x42,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0xfc,0xf8,0xf0,0xf0,0xe0,0xe0,0xe0,0xe0,0xf0,0xf0,0xf8,0xfc,0xfe,0x0, -+0x0,0xfe,0x7e,0x3e,0x1e,0x1e,0xe,0xe,0xe,0xe,0x1e,0x1e,0x3e,0x7e,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1,0x1,0x1,0xf,0x1,0x1,0x1,0x0,0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x10,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x20,0x40,0x80,0x0,0x80,0x40,0x20,0x10,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1f,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3,0x3,0x0,0x0,0x0,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x10,0x20,0x20,0x20,0x40,0x40,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0x20,0x10,0x10,0x8,0x8,0x8,0x4,0x4,0x0, -+0x0,0x40,0x40,0x20,0x20,0x20,0x10,0x10,0x8,0x8,0x4,0x4,0x2,0x2,0x1,0x0,0x0,0x4,0x4,0x8,0x8,0x8,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0, -+0x0,0x7f,0x20,0x10,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x10,0x20,0x7f,0x0,0x0,0x0,0xfc,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0xfc,0x0,0x0, -+0x0,0x3f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x78,0x0,0x0,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x3c,0x0, -+0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0x8,0x7,0x0,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0xc0,0x0, -+0x0,0x7,0x8,0x10,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0xc0,0x20,0x10,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x0, -+0x0,0x7,0x18,0x20,0x20,0x40,0x40,0x7f,0x40,0x40,0x40,0x20,0x20,0x18,0x7,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0, -+0x0,0x0,0x0,0x18,0x18,0x0,0x0,0x0,0x0,0x0,0x18,0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x41,0xa2,0x14,0x8,0x0,0x0,0x0,0x0,0x0,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0, -+0x2,0x2,0x2,0x2,0x2,0x2,0x4,0x4,0x4,0x4,0x4,0x9,0x9,0x9,0x9,0x9,0x40,0x40,0x40,0x40,0x40,0x40,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x7f,0x0,0x0,0x0,0x4,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, -+0x0,0x0,0x0,0x7,0x18,0x20,0x20,0x40,0x40,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x60,0x10,0x10,0x8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x7,0x18,0x20,0x20,0x40,0x43,0x43,0x40,0x20,0x20,0x18,0x7,0x0,0x0,0x0,0x0,0x80,0x60,0x10,0x10,0x8,0x8,0x8,0x8,0x10,0x10,0x60,0x80,0x0,0x0, -+0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x6,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1,0x1,0x7,0x9,0x9,0xa,0xa,0x7,0x2,0x2,0x4,0x24,0x18,0x60,0x90,0x80,0x0,0x0,0x80,0x40,0x40,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7f,0x0,0x7f,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0xfc,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x18,0x20,0x41,0x41,0x42,0x22,0x1c,0x0,0x7f,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x70,0x88,0x4,0x4,0x4,0x8,0x30,0x0,0xfc,0x0,0xfc,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x38,0x47,0x0,0x38,0x47,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x8,0xf0,0x4,0x8,0xf0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x38,0x40,0x41,0x81,0x81,0x41,0x42,0x3c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0x84,0x2,0x2,0x2,0x2,0x4,0x38,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3c,0x42,0x41,0x81,0x81,0x41,0x42,0x3c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7e,0x80,0x0,0x0,0x0,0x0,0x80,0x7e,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7f,0x0,0x1,0x2,0x7f,0x4,0x4,0x8,0x10,0x10,0x20,0x10,0x20,0x20,0x40,0x40,0xfc,0x80,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x4,0x4,0x5,0x6,0x1c,0x64,0x84,0x64,0x1c,0x6,0x5,0x4,0x4,0x0,0x0,0x0,0x18,0x60,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x60,0x18,0x0,0x0, -+0x0,0x30,0xc,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xc,0x30,0x0,0x0,0x0,0x40,0x40,0x40,0xc0,0x70,0x4c,0x42,0x4c,0x70,0xc0,0x40,0x40,0x40,0x0,0x0, -+0x0,0x0,0x1,0x6,0x18,0x60,0x80,0x60,0x98,0x66,0x19,0x6,0x1,0x0,0x0,0x0,0x18,0x60,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x60,0x98,0x60,0x18,0x0, -+0x30,0xc,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xc,0x33,0xc,0x30,0x0,0x0,0x0,0x0,0xc0,0x30,0xc,0x2,0xc,0x32,0xcc,0x30,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3c,0x42,0x81,0x81,0x81,0x42,0x3c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0x84,0x2,0x2,0x2,0x84,0x78,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0, -+0x0,0x1,0x3,0x5,0x9,0x11,0x1,0x1,0x1,0x1,0x3,0x4,0x4,0x4,0x3,0x0,0x0,0x0,0x80,0x40,0x20,0x10,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x40,0x80,0x0, -+0x0,0x3,0x4,0x4,0x4,0x3,0x1,0x1,0x3f,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x80,0x40,0x40,0x40,0x80,0x0,0x0,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x30,0x48,0x48,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x2,0x2,0x2,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x2,0x2,0x2,0x4,0x4,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x20,0x40,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x20,0x53,0x24,0x8,0x8,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0x8,0x4,0x3,0x0,0x0,0xf4,0xc,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0x8,0xf0,0x0, -+0x1,0xf,0x11,0x21,0x21,0x21,0x11,0xf,0x1,0x1,0x1,0x21,0x21,0x31,0x2f,0x1,0x0,0xe8,0x18,0x8,0x8,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x8,0x10,0xe0,0x0, -+0x0,0x40,0x27,0x18,0x10,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0x18,0x27,0x40,0x0,0x0,0x2,0xe4,0x18,0x8,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x18,0xe4,0x2,0x0, -+0x0,0x0,0xf,0x10,0x20,0x40,0x40,0x41,0x41,0x42,0x42,0x24,0x14,0xf,0x10,0x20,0x10,0x20,0xe8,0x58,0x48,0x80,0x80,0x0,0x0,0x0,0x0,0x8,0x10,0xe0,0x0,0x0, -+0x1,0x2,0x2,0x2,0x2,0x2,0x3f,0x2,0x2,0x2,0x3a,0x46,0x42,0x45,0x38,0x0,0xc0,0x20,0x20,0x0,0x0,0x0,0xe0,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0xf8,0x0, -+0x0,0x30,0x48,0x48,0x48,0x49,0x32,0x4,0x8,0x11,0x22,0x42,0x82,0x2,0x1,0x0,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x8c,0x52,0x52,0x52,0x52,0x8c,0x0, -+0x7,0x8,0x8,0x4,0x2,0x3,0x4,0x8,0x8,0x5,0x2,0x1,0x4,0x8,0x8,0x7,0x80,0x40,0xc0,0x0,0x0,0x0,0x80,0x40,0x40,0x80,0x0,0x0,0x80,0x40,0x40,0x80, -+0x60,0x21,0x31,0x31,0x29,0x29,0x29,0x29,0x25,0x25,0x25,0x25,0x23,0x23,0xa1,0x41,0x80,0x40,0x0,0x0,0x18,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x18,0x0,0x7e,0x0, -+0x1,0x1,0x2,0x2,0x2,0x4,0xfc,0x40,0x30,0x8,0x8,0x11,0x16,0x18,0x20,0x0,0x0,0x0,0x80,0x80,0x80,0x40,0x7e,0x4,0x18,0x20,0x20,0x90,0x50,0x30,0x8,0x0, -+0x1,0x1,0x3,0x3,0x3,0x7,0xff,0x3f,0x1f,0xf,0xf,0x1f,0x1e,0x18,0x20,0x0,0x0,0x0,0x80,0x80,0x80,0xc0,0xfe,0xf8,0xf0,0xe0,0xe0,0xf0,0xf0,0x30,0x8,0x0, -+0x0,0x7,0x18,0x20,0x20,0x40,0x40,0x40,0x40,0x40,0x20,0x20,0x18,0x7,0x0,0x0,0x0,0xc0,0x30,0x8,0x8,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x30,0xc0,0x0,0x0, -+0x0,0x7,0x1f,0x3f,0x3f,0x7f,0x7f,0x7f,0x7f,0x7f,0x3f,0x3f,0x1f,0x7,0x0,0x0,0x0,0xc0,0xf0,0xf8,0xf8,0xfc,0xfc,0xfc,0xfc,0xfc,0xf8,0xf8,0xf0,0xc0,0x0,0x0, -+0x0,0x7,0x18,0x27,0x28,0x50,0x50,0x50,0x50,0x50,0x28,0x27,0x18,0x7,0x0,0x0,0x0,0xc0,0x30,0xc8,0x28,0x14,0x14,0x14,0x14,0x14,0x28,0xc8,0x30,0xc0,0x0,0x0, -+0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,0x0,0x0,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x0,0x0, -+0x1,0x3,0x7,0xf,0x1f,0x3f,0x7f,0xff,0x7f,0x3f,0x1f,0xf,0x7,0x3,0x1,0x0,0x0,0x80,0xc0,0xe0,0xf0,0xf8,0xfc,0xfe,0xfc,0xf8,0xf0,0xe0,0xc0,0x80,0x0,0x0, -+0x0,0x7f,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x7f,0x0,0x0,0x0,0xfc,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x0,0x0, -+0x0,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x0,0x0,0x0,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0x0,0x0, -+0x0,0x1,0x2,0x4,0x4,0x8,0x8,0x10,0x10,0x20,0x20,0x40,0x40,0xff,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x20,0x20,0x10,0x10,0x8,0x8,0x4,0x4,0xfe,0x0,0x0, -+0x0,0x1,0x3,0x7,0x7,0xf,0xf,0x1f,0x1f,0x3f,0x3f,0x7f,0x7f,0xff,0x0,0x0,0x0,0x0,0x80,0xc0,0xc0,0xe0,0xe0,0xf0,0xf0,0xf8,0xf8,0xfc,0xfc,0xfe,0x0,0x0, -+0x0,0x43,0x23,0x10,0x8,0x4,0x2,0x61,0x62,0x4,0x8,0x10,0x23,0x43,0x80,0x0,0x0,0x4,0x8,0x10,0x20,0x40,0x80,0xc,0x8c,0x40,0x20,0x10,0x8,0x4,0x2,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x38,0xfe,0x38,0x20,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x8,0x38,0xff,0x38,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x3,0x3,0x7,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x80,0x80,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x7,0x3,0x3,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x80,0x80,0x0,0x0, -+0x0,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0xfe,0xfe,0x0,0x0,0x0,0xfe,0xfe,0xfe,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x2,0x6,0xa,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x0, -+0x0,0xf,0x10,0x10,0x0,0x0,0x0,0x1,0x6,0x8,0x10,0x10,0x10,0x10,0x1f,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x90,0x0, -+0x0,0xf,0x10,0x10,0x0,0x0,0x1,0x6,0x1,0x0,0x0,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x10,0x0, -+0x0,0x3,0x5,0x5,0x5,0x9,0x9,0x9,0x11,0x11,0x1f,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x8,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x10,0x17,0x18,0x10,0x0,0x0,0x10,0x10,0xf,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x10,0x0, -+0x0,0xf,0x10,0x10,0x10,0x10,0x10,0x17,0x18,0x10,0x10,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x10,0x0, -+0x0,0x1f,0x10,0x10,0x0,0x1,0x1,0x1,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x0,0xc0,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0, -+0x0,0xf,0x10,0x10,0x10,0x10,0x9,0x6,0x9,0x10,0x10,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x10,0x0, -+0x0,0xf,0x10,0x10,0x10,0x10,0x10,0x11,0xe,0x0,0x0,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x10,0x0, -+0x0,0x23,0x64,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x23,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xc8,0x0, -+0x0,0x20,0x61,0xa2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x90,0x0, -+0x0,0x23,0x64,0xa4,0x20,0x20,0x20,0x20,0x21,0x22,0x24,0x24,0x24,0x24,0x27,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x20,0x20,0xe4,0x0, -+0x0,0x23,0x64,0xa4,0x20,0x20,0x20,0x21,0x20,0x20,0x20,0x24,0x24,0x24,0x23,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x40,0x80,0x40,0x20,0x20,0x20,0x20,0x20,0xc4,0x0, -+0x0,0x20,0x61,0xa1,0x21,0x22,0x22,0x22,0x24,0x24,0x27,0x20,0x20,0x20,0x20,0x0,0x0,0xc0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0xf0,0x40,0x40,0x40,0x48,0x0, -+0x0,0x27,0x64,0xa4,0x24,0x24,0x24,0x25,0x26,0x24,0x20,0x20,0x24,0x24,0x23,0x0,0x0,0xe0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x20,0xc4,0x0, -+0x0,0x23,0x64,0xa4,0x24,0x24,0x24,0x25,0x26,0x24,0x24,0x24,0x24,0x24,0x23,0x0,0x0,0xc0,0x20,0x20,0x20,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x20,0xc4,0x0, -+0x0,0x27,0x64,0xa4,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0xf0,0x10,0x10,0x20,0x40,0x40,0x40,0x80,0x80,0x80,0x80,0x80,0x80,0x84,0x0, -+0x0,0x23,0x64,0xa4,0x24,0x24,0x22,0x21,0x22,0x24,0x24,0x24,0x24,0x24,0x23,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x40,0x80,0x40,0x20,0x20,0x20,0x20,0x20,0xc4,0x0, -+0x0,0x23,0x64,0xa4,0x24,0x24,0x24,0x24,0x23,0x20,0x20,0x24,0x24,0x24,0x23,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x60,0xa0,0x20,0x20,0x20,0x20,0x20,0xc4,0x0, -+0x0,0x38,0x45,0x45,0x5,0x5,0x5,0x19,0x21,0x41,0x41,0x41,0x45,0x45,0x7c,0x0,0x0,0xe0,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xe4,0x0, -+0x0,0x40,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x40,0x0,0x0,0x4,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x4,0x0, -+0x0,0x40,0x87,0x88,0x88,0x80,0x80,0x80,0x80,0x83,0x84,0x88,0x88,0x8f,0x40,0x0,0x0,0x4,0x82,0x42,0x42,0x42,0x42,0x42,0x82,0x2,0x2,0x42,0x42,0xc2,0x4,0x0, -+0x0,0x40,0x87,0x88,0x88,0x80,0x80,0x83,0x80,0x80,0x80,0x88,0x88,0x87,0x40,0x0,0x0,0x4,0x82,0x42,0x42,0x42,0x82,0x2,0x82,0x42,0x42,0x42,0x42,0x82,0x4,0x0, -+0x0,0x41,0x82,0x82,0x82,0x84,0x84,0x88,0x88,0x8f,0x80,0x80,0x80,0x80,0x40,0x0,0x0,0x84,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0xe2,0x82,0x82,0x82,0x82,0x4,0x0, -+0x0,0x40,0x8f,0x88,0x88,0x88,0x8b,0x8c,0x88,0x80,0x80,0x88,0x88,0x87,0x40,0x0,0x0,0x4,0xc2,0x2,0x2,0x2,0x82,0x42,0x42,0x42,0x42,0x42,0x42,0x82,0x4,0x0, -+0x0,0x40,0x87,0x88,0x88,0x88,0x88,0x8b,0x8c,0x88,0x88,0x88,0x88,0x87,0x40,0x0,0x0,0x4,0x82,0x42,0x42,0x2,0x2,0x82,0x42,0x42,0x42,0x42,0x42,0x82,0x4,0x0, -+0x0,0x40,0x8f,0x88,0x88,0x80,0x80,0x80,0x80,0x81,0x81,0x81,0x81,0x81,0x40,0x0,0x0,0x4,0xe2,0x22,0x22,0x42,0x82,0x82,0x82,0x2,0x2,0x2,0x2,0x2,0x4,0x0, -+0x0,0x40,0x87,0x88,0x88,0x88,0x88,0x87,0x88,0x88,0x88,0x88,0x88,0x87,0x40,0x0,0x0,0x4,0x82,0x42,0x42,0x42,0x42,0x82,0x42,0x42,0x42,0x42,0x42,0x82,0x4,0x0, -+0x0,0x40,0x87,0x88,0x88,0x88,0x88,0x88,0x87,0x80,0x80,0x88,0x88,0x87,0x40,0x0,0x0,0x4,0x82,0x42,0x42,0x42,0x42,0xc2,0x42,0x42,0x42,0x42,0x42,0x82,0x4,0x0, -+0x0,0x40,0x88,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x88,0x40,0x0,0x0,0x4,0xe2,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0xe2,0x4,0x0, -+0x0,0x40,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x40,0x0,0x0,0x4,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x4,0x0, -+0x0,0x40,0x91,0x92,0x92,0x90,0x90,0x90,0x90,0x91,0x92,0x92,0x92,0x93,0x40,0x0,0x0,0x4,0xe2,0x12,0x12,0x12,0x12,0x22,0xc2,0x2,0x2,0x12,0x12,0xf2,0x4,0x0, -+0x0,0x40,0x91,0x92,0x92,0x90,0x90,0x90,0x90,0x90,0x90,0x92,0x92,0x91,0x40,0x0,0x0,0x4,0xe2,0x12,0x12,0x12,0x22,0xc2,0x22,0x12,0x12,0x12,0x12,0xe2,0x4,0x0, -+0x0,0x40,0x90,0x90,0x90,0x90,0x91,0x91,0x92,0x92,0x93,0x90,0x90,0x90,0x40,0x0,0x0,0x4,0x62,0xa2,0xa2,0xa2,0x22,0x22,0x22,0x22,0xfa,0x22,0x22,0x22,0x4,0x0, -+0x0,0x40,0x93,0x92,0x92,0x92,0x92,0x93,0x92,0x90,0x90,0x92,0x92,0x91,0x40,0x0,0x0,0x4,0xf2,0x2,0x2,0x2,0xe2,0x12,0x12,0x12,0x12,0x12,0x12,0xe2,0x4,0x0, -+0x0,0x40,0x91,0x92,0x92,0x92,0x92,0x92,0x93,0x92,0x92,0x92,0x92,0x91,0x40,0x0,0x0,0x4,0xe2,0x12,0x12,0x2,0x2,0xe2,0x12,0x12,0x12,0x12,0x12,0xe2,0x4,0x0, -+0x0,0x40,0x93,0x92,0x92,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x40,0x0,0x0,0x4,0xf2,0x12,0x12,0x22,0x42,0x42,0x42,0x82,0x82,0x82,0x82,0x82,0x4,0x0, -+0x0,0x40,0x91,0x92,0x92,0x92,0x92,0x91,0x92,0x92,0x92,0x92,0x92,0x91,0x40,0x0,0x0,0x4,0xe2,0x12,0x12,0x12,0x12,0xe2,0x12,0x12,0x12,0x12,0x12,0xe2,0x4,0x0, -+0x0,0x40,0x91,0x92,0x92,0x92,0x92,0x92,0x91,0x90,0x90,0x92,0x92,0x91,0x40,0x0,0x0,0x4,0xe2,0x12,0x12,0x12,0x12,0x32,0xd2,0x12,0x12,0x12,0x12,0xe2,0x4,0x0, -+0x0,0x40,0x9c,0xa2,0xa2,0x82,0x82,0x84,0x88,0x90,0xa0,0xa2,0xa2,0xbe,0x40,0x0,0x0,0x4,0x72,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x72,0x4,0x0, -+0x7,0x18,0x20,0x41,0x41,0x81,0x81,0x81,0x81,0x81,0x41,0x41,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0x4,0x4,0x2,0x2,0x2,0x2,0x2,0x4,0x4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x47,0x44,0x80,0x80,0x81,0x82,0x84,0x44,0x47,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xc4,0x44,0x42,0x42,0x82,0x2,0x2,0x44,0xc4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x47,0x44,0x80,0x80,0x83,0x80,0x80,0x44,0x47,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xc4,0x44,0x42,0xc2,0x2,0xc2,0x42,0x44,0xc4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x43,0x45,0x85,0x85,0x89,0x89,0x8f,0x41,0x41,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0x4,0x4,0x2,0x2,0x2,0x2,0xc2,0x4,0x4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x47,0x44,0x84,0x84,0x87,0x80,0x80,0x44,0x47,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xc4,0x4,0x2,0x2,0xc2,0x42,0x42,0x44,0xc4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x47,0x44,0x84,0x84,0x87,0x84,0x84,0x44,0x47,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xc4,0x44,0x2,0x2,0xc2,0x42,0x42,0x44,0xc4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x47,0x44,0x80,0x80,0x80,0x81,0x81,0x41,0x41,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xc4,0x44,0x42,0x82,0x82,0x2,0x2,0x4,0x4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x47,0x44,0x84,0x84,0x83,0x84,0x84,0x44,0x47,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xc4,0x44,0x42,0x42,0x82,0x42,0x42,0x44,0xc4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x47,0x44,0x84,0x84,0x87,0x80,0x80,0x44,0x47,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xc4,0x44,0x42,0x42,0xc2,0x42,0x42,0x44,0xc4,0x8,0x30,0xc0,0x0, -+0x7,0x18,0x20,0x4b,0x4a,0x8a,0x8a,0x8a,0x8a,0x8a,0x4a,0x4b,0x20,0x18,0x7,0x0,0xc0,0x30,0x8,0xe4,0x24,0x22,0x22,0x22,0x22,0x22,0x24,0xe4,0x8,0x30,0xc0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x20,0x40,0x80,0x80,0x80,0x80,0xbf,0x80,0x80,0x80,0x80,0x80,0x40,0x20,0x0,0x0,0x8,0x4,0x2,0x2,0x2,0x12,0xfa,0x2,0x2,0x2,0x2,0x2,0x4,0x8,0x0, -+0x0,0x20,0x40,0x80,0x9f,0x80,0x80,0x80,0x80,0x80,0xbf,0x80,0x80,0x40,0x20,0x0,0x0,0x8,0x4,0x22,0xf2,0x2,0x2,0x2,0x2,0x12,0xfa,0x2,0x2,0x4,0x8,0x0, -+0x0,0x20,0x40,0x9f,0x80,0x80,0x80,0x8f,0x80,0x80,0x80,0xbf,0x80,0x40,0x20,0x0,0x0,0x8,0x24,0xf2,0x2,0x2,0x42,0xe2,0x2,0x2,0x12,0xfa,0x2,0x4,0x8,0x0, -+0x0,0x20,0x40,0x80,0xbf,0xa4,0xa4,0xa4,0xa4,0xa4,0xbf,0x80,0x80,0x40,0x20,0x0,0x0,0x8,0x4,0x2,0xfa,0x4a,0x4a,0x4a,0x4a,0x4a,0xfa,0x2,0x2,0x4,0x8,0x0, -+0x0,0x20,0x40,0x9f,0x82,0x82,0x82,0x9f,0x84,0x84,0x84,0x84,0xbf,0x40,0x20,0x0,0x0,0x8,0x24,0xf2,0x2,0x2,0x22,0xf2,0x22,0x22,0x22,0x22,0xfa,0x4,0x8,0x0, -+0x0,0x20,0x40,0x82,0x81,0x80,0xbf,0x80,0x80,0x84,0x84,0x88,0x90,0x40,0x20,0x0,0x0,0x8,0x4,0x2,0x2,0x12,0xfa,0x2,0x2,0x42,0x22,0x12,0x12,0x4,0x8,0x0, -+0x0,0x20,0x42,0x82,0x82,0x82,0x82,0x83,0xbe,0x82,0x82,0x82,0x82,0x41,0x20,0x0,0x0,0x8,0x4,0x2,0x2,0x12,0x7a,0x82,0x2,0x2,0x2,0x22,0x22,0xe4,0x8,0x0, -+0x0,0x20,0x40,0x84,0x84,0x84,0x84,0x84,0x88,0x88,0x90,0xa0,0x80,0x40,0x20,0x0,0x0,0x8,0x84,0x82,0x82,0x82,0x82,0x82,0x42,0x22,0x1a,0x12,0x2,0x4,0x8,0x0, -+0x0,0x20,0x42,0x82,0x82,0x9f,0x82,0x82,0x82,0x84,0x84,0x88,0x90,0x40,0x20,0x0,0x0,0x8,0x4,0x2,0x42,0xe2,0x42,0x42,0x42,0x42,0x4a,0x4a,0x3a,0x4,0x8,0x0, -+0x0,0x20,0x41,0x81,0x81,0x81,0xbf,0x81,0x81,0x81,0x81,0x81,0x81,0x40,0x20,0x0,0x0,0x8,0x4,0x2,0x2,0x12,0xfa,0x2,0x2,0x2,0x2,0x2,0x2,0x4,0x8,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0, -+0x0,0xe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0xe,0x0,0x0,0xe0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0xe0,0x0, -+0x0,0x3b,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x3b,0x0,0x0,0xb8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xb8,0x0, -+0x0,0x77,0x22,0x22,0x22,0x21,0x21,0x21,0x21,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x1c,0x8,0x8,0x8,0x10,0x10,0x10,0x10,0xa0,0xa0,0xa0,0xa0,0x40,0x40,0x0, -+0x0,0x70,0x20,0x10,0x10,0x8,0x8,0x8,0x4,0x4,0x4,0x2,0x2,0x1,0x1,0x0,0x0,0x1c,0x8,0x10,0x10,0x20,0x20,0x20,0x40,0x40,0x40,0x80,0x80,0x0,0x0,0x0, -+0x0,0x71,0x20,0x20,0x20,0x11,0x11,0x11,0x11,0xa,0xa,0xa,0xa,0x4,0x4,0x0,0x0,0xdc,0x88,0x88,0x88,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x1c,0x0, -+0x0,0xe3,0x41,0x41,0x41,0x22,0x22,0x22,0x22,0x14,0x14,0x14,0x14,0x8,0x8,0x0,0x0,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x7e,0x0, -+0x0,0xe3,0x41,0x41,0x41,0x22,0x22,0x22,0x22,0x14,0x14,0x14,0x14,0x8,0x8,0x0,0x0,0xfe,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0xfe,0x0, -+0x0,0xee,0x44,0x42,0x42,0x41,0x40,0x40,0x40,0x40,0x41,0x41,0x42,0x44,0xee,0x0,0x0,0xe,0x4,0x8,0x8,0x10,0xa0,0x40,0xa0,0xa0,0x10,0x10,0x8,0x4,0xe,0x0, -+0x0,0x70,0x20,0x10,0x8,0x4,0x2,0x1,0x2,0x2,0x4,0x8,0x10,0x20,0x70,0x0,0x0,0x1c,0x8,0x10,0x20,0x40,0x80,0x0,0x80,0x80,0x40,0x20,0x10,0x8,0x1c,0x0, -+0x0,0xe0,0x40,0x20,0x11,0xa,0xa,0x4,0xa,0xa,0x11,0x11,0x20,0x40,0xe0,0x0,0x0,0xee,0x44,0x84,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x84,0x44,0xee,0x0, -+0x0,0xe0,0x40,0x20,0x11,0xa,0xa,0x4,0xa,0xa,0x11,0x11,0x20,0x40,0xe0,0x0,0x0,0xfe,0x54,0x94,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x94,0x54,0xfe,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x2,0x2,0x2,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x40,0x40,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x3f,0x4,0x4,0x4,0x4,0x3f,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x40,0x40,0x78,0xc0,0x40,0x40,0x40,0x78,0xc0,0x40,0x40,0x40,0x0,0x0, -+0x0,0x38,0x10,0x8,0x4,0x2,0x2,0x1,0x1,0xf,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x38,0x10,0x20,0x40,0x80,0x80,0x0,0x0,0xe0,0x0,0x0,0x0,0x0,0x80,0x0, -+0x0,0x18,0x24,0x24,0x24,0x24,0x24,0x19,0x2,0x4,0x8,0x10,0x20,0x40,0x0,0x0,0x0,0x4,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x60,0x90,0x90,0x90,0x90,0x90,0x60, -+0x0,0xf,0x10,0x10,0x10,0x10,0xb,0x4,0x1c,0x22,0x41,0x40,0x40,0x21,0x1e,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x70,0x20,0xa0,0x44,0xa4,0x18,0x0, -+0x10,0x10,0x10,0x20,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc,0x10,0x20,0x40,0x40,0x80,0x80,0x80,0x80,0x80,0x80,0x40,0x40,0x20,0x10,0xc, -+0x60,0x10,0x8,0x4,0x4,0x2,0x2,0x2,0x2,0x2,0x2,0x4,0x4,0x8,0x10,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1,0x1,0x21,0x11,0x9,0x5,0x1,0x2,0x4,0x8,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x10,0x20,0x40,0x0,0x80,0x40,0x20,0x10,0x0,0x0,0x0, -+0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1f,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x4,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x1,0x3,0x5,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0, -+0x0,0x7,0x8,0x10,0x10,0x0,0x0,0x0,0x3,0x4,0x8,0x10,0x10,0x10,0x1f,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0xe0,0x0,0x0,0x0,0x0,0x10,0x10,0xf0,0x0, -+0x0,0xf,0x10,0x10,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x10,0x10,0xf,0x0,0x0,0xe0,0x10,0x10,0x10,0x20,0x40,0x80,0x40,0x20,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x1,0x2,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x3f,0x0,0x0,0x3,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xf0,0x80,0x80,0xe0,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x17,0x18,0x10,0x0,0x0,0x0,0x10,0x10,0xf,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x17,0x18,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0xc0,0x20,0x10,0x10,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x1f,0x10,0x10,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x2,0x2,0x2,0x0,0x0,0xf0,0x10,0x10,0x20,0x20,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x10,0x10,0x8,0x7,0x8,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x20,0xc0,0x20,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x10,0x10,0x8,0x7,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x30,0xd0,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x30,0x0,0x30,0x30,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3,0xc,0x30,0x40,0x30,0xc,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0xc,0x30,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x30,0xc,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0x0,0x0,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x60,0x18,0x6,0x1,0x0,0x0,0x0,0x0,0x0,0x1,0x6,0x18,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x60,0x18,0x4,0x18,0x60,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x18,0x24,0x42,0x42,0x4,0x8,0x8,0x8,0x8,0x8,0x0,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7,0x18,0x20,0x46,0x49,0x48,0x48,0x48,0x49,0x46,0x20,0x18,0x7,0x0,0x0,0x0,0xc0,0x20,0x10,0x90,0x88,0x88,0x88,0x88,0x90,0x90,0x64,0x8,0xf0,0x0,0x0, -+0x0,0x1,0x2,0x2,0x4,0x4,0x8,0xf,0x10,0x10,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0xe0,0x10,0x10,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x10,0x10,0x20,0xc0,0x20,0x10,0x10,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0xf,0x10,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x0,0x0,0x0,0x0,0x0,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xfc,0x4,0x4,0x0,0x20,0xe0,0x20,0x0,0x4,0x4,0xfc,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xfc,0x4,0x4,0x0,0x20,0xe0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1f,0x20,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x20,0x1f,0x0,0x0,0x0,0x0,0x0,0xd0,0x30,0x10,0x0,0x0,0x0,0x38,0x10,0x10,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x3,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x3,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x5,0x2,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x71,0x21,0x22,0x24,0x38,0x24,0x22,0x21,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x70,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x0,0xc0,0x60,0x50,0x48,0x44,0x42,0x41,0x40,0x40,0x40,0xe0,0x0,0x0,0x0,0x0,0x0,0x6,0xc,0x14,0x24,0x44,0x84,0x4,0x4,0x4,0x4,0xe,0x0,0x0,0x0,0x0, -+0x0,0x60,0x30,0x28,0x24,0x22,0x21,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x8,0x8,0x88,0x48,0x28,0x18,0x8,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x20,0x20,0x20,0x20,0x20,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x20,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x20,0x20,0x20,0x20,0x20,0x11,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x8,0x8,0x8,0x8,0x8,0x90,0x60,0xc0,0x30,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x24,0x22,0x21,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x20,0xc0,0x0,0x0,0x0,0x80,0x70,0x0,0x0,0x0,0x0, -+0x0,0xf,0x10,0x20,0x20,0x10,0xf,0x0,0x0,0x20,0x30,0x2f,0x0,0x0,0x0,0x0,0x0,0xe8,0x18,0x8,0x0,0x0,0xe0,0x10,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x41,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x10,0x10,0x8,0x8,0x4,0x4,0x2,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0xe3,0x41,0x41,0x41,0x22,0x22,0x22,0x14,0x14,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x8e,0x4,0x4,0x4,0x88,0x88,0x88,0x50,0x50,0x20,0x20,0x0,0x0,0x0,0x0, -+0x0,0x70,0x10,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x10,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x10,0x20,0x40,0x80,0x0,0x80,0x40,0x20,0x10,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x10,0x8,0x4,0x2,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x20,0x20,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xe,0x0,0x0, -+0x0,0x40,0x20,0x10,0x8,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x10,0x8,0x4,0x0,0x0, -+0x0,0xe0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x2,0x2,0x4,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x10,0x10,0x8,0x8,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0xf,0x10,0x0,0xf,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x40,0xc0,0x40,0x50,0xa0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0x8,0x8,0xb,0xc,0x8,0x8,0x8,0xc,0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x0,0x0,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x20,0x20,0xa0,0x60,0x20,0x20,0x20,0x60,0xa0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0xf,0x10,0x10,0x1f,0x10,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0xc0,0x0,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x2,0x2,0x2,0xf,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x0,0x0,0x80,0x80,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xa0,0x60,0x20,0x20,0x20,0x60,0xa0,0x20,0x20,0x40,0x80,0x0, -+0x0,0x8,0x8,0x8,0x8,0xb,0xc,0x8,0x8,0x8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x5,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0x8,0x8,0x8,0x9,0xa,0xd,0x8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x40,0x20,0x0,0x0,0x0,0x0, -+0x0,0x3,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x1a,0xd,0x9,0x9,0x9,0x9,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x30,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x1b,0xc,0x8,0x8,0x8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x1b,0xc,0x8,0x8,0x8,0xc,0xb,0x8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3,0x4,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa0,0x60,0x20,0x20,0x20,0x60,0xa0,0x20,0x20,0x20,0x30,0x0, -+0x0,0x0,0x0,0x0,0x0,0x5,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7,0x8,0x8,0x7,0x0,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x0,0x80,0x40,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x2,0x2,0x2,0xf,0x2,0x2,0x2,0x2,0x2,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0xc,0x4,0x4,0x4,0x4,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0xc0,0x60,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x8,0x8,0x4,0x4,0x2,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x11,0x9,0x9,0xa,0xa,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x20,0x20,0xa0,0xa0,0x40,0x40,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x40,0x80,0x0,0x80,0x40,0x20,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x8,0x4,0x4,0x2,0x1,0x1,0x2,0x2,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0xf,0x8,0x0,0x1,0x2,0x4,0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x40,0x80,0x0,0x0,0x40,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0x10,0x8,0x8,0x8,0x8,0x8,0x4,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x40,0x20,0x20,0x20,0x20,0x20,0x10,0x8,0x10,0x20,0x20,0x20,0x20,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x4,0x4,0x25,0x1e,0x4,0x7,0xc,0x14,0x23,0x22,0x25,0x18,0x0,0x0,0x0,0x0,0x0,0x20,0xc0,0x0,0x80,0xe0,0x90,0x88,0x8,0x8,0x10,0x20,0xc0, -+0x4,0x4,0x4,0x47,0x3c,0x4,0x4,0x1f,0x24,0x42,0x42,0x41,0x22,0x1c,0x0,0x0,0x0,0x0,0x60,0x80,0x0,0x40,0x40,0xf0,0x48,0x84,0x84,0x4,0x84,0x8,0x30,0x0, -+0x0,0x0,0x0,0x0,0x0,0x10,0x18,0x10,0x10,0x10,0x10,0x11,0xa,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x10,0x8,0x18,0x10,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x20,0x30,0x20,0x20,0x20,0x20,0x20,0x21,0x22,0x14,0xc,0x0,0x0,0x0,0x0,0x0,0x20,0x10,0x8,0x4,0x4,0xc,0x8,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0xf,0x1,0x2,0x0,0x11,0xe,0x0,0x0,0x0,0x0,0x1,0x2,0xc,0x0,0x0,0x0,0x80,0x80,0x0,0x0,0xc0,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0xf,0x0,0x1,0x0,0x21,0x1e,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xc,0x0,0x0,0x80,0x40,0x80,0x0,0xe0,0x10,0x10,0x10,0x10,0x20,0x20,0xc0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x0,0x1,0x0,0x3,0x1c,0x1,0x3,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0xc0,0x80,0x0,0x0,0x80,0x80,0x40,0x38,0x0, -+0x0,0xf,0x0,0x1,0x0,0x3,0x3c,0x1,0x2,0x3,0x4,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x80,0x0,0x0,0xc0,0x80,0x0,0x0,0x80,0x80,0x80,0x80,0x40,0x3c,0x0, -+0x0,0x0,0x0,0x4,0x4,0x4,0x3f,0x4,0x7,0x4,0xc,0x14,0x34,0x15,0x8,0x0,0x0,0x0,0x0,0x0,0x10,0x8,0x4,0x8,0xe0,0x10,0x8,0x8,0x8,0x30,0xc0,0x0, -+0x0,0x4,0x4,0x7,0x3c,0x4,0x5,0x6,0xc,0x14,0x24,0x64,0x35,0xc,0x4,0x0,0x0,0x0,0x10,0x88,0x4,0x18,0xc0,0x20,0x10,0x8,0x8,0x8,0x10,0xe0,0x0,0x0, -+0x0,0x2,0x2,0x2,0x2,0x43,0x3c,0x4,0x4,0x4,0x8,0x8,0x10,0x22,0x41,0x0,0x0,0x0,0x0,0x20,0x10,0xc8,0x44,0x54,0x4c,0x40,0x40,0x80,0x80,0x80,0x0,0x0, -+0x0,0x4,0x4,0x4,0x4,0x87,0x78,0x8,0x8,0x8,0x10,0x11,0x21,0x45,0x82,0x0,0x8,0x4,0x12,0x48,0x24,0x90,0x88,0xa8,0x98,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x2,0x2,0x2,0x3,0x1d,0x0,0x3,0x1c,0x0,0x3,0x0,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x60,0x80,0x0,0xe0,0x80,0x40,0x40,0xe0,0x20,0x0,0x0,0x0,0xc0,0x0, -+0x4,0x4,0x4,0x7,0x3a,0x1,0x7,0x38,0x0,0x7,0x0,0x20,0x20,0x10,0xf,0x0,0x0,0x8,0xc4,0x12,0x8,0xc4,0x0,0x80,0x80,0xc0,0x40,0x0,0x0,0x0,0x80,0x0, -+0x0,0x1,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x8,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x0, -+0x0,0x2,0x1,0x1,0x2,0x4,0x8,0x10,0x20,0x10,0x8,0x4,0x2,0x1,0x1,0x0,0x0,0x8,0x4,0x22,0x10,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x10,0x10,0x20,0x20,0x27,0x40,0x40,0x40,0x50,0x50,0x20,0x20,0x1,0x0,0x0,0x80,0x40,0x40,0x40,0x78,0xc0,0x40,0x40,0x40,0x40,0x40,0x40,0x80,0x0,0x0, -+0x0,0x0,0x10,0x10,0x20,0x20,0x27,0x40,0x40,0x40,0x50,0x50,0x20,0x20,0x1,0x0,0x8,0x84,0x52,0x48,0x44,0x70,0xc0,0x40,0x40,0x40,0x40,0x40,0x40,0x80,0x0,0x0, -+0x0,0x0,0x10,0xf,0x0,0x3,0x4,0x0,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0, -+0x0,0x0,0x10,0xf,0x0,0x3,0x4,0x0,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0x8,0xe4,0x82,0x10,0x8,0x4,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0, -+0x0,0x4,0x2,0x2,0x3f,0x1,0x0,0x0,0x1,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x30,0xc0,0x0,0x0,0x80,0x40,0xe0,0x20,0x0,0x0,0x0,0x0,0xe0,0x0, -+0x0,0x4,0x2,0x2,0x3f,0x1,0x0,0x0,0x1,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x8,0x4,0xd2,0x8,0x4,0x80,0x40,0xe0,0x20,0x0,0x0,0x0,0x0,0xe0,0x0, -+0x0,0x18,0xc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x9,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x20,0x40,0x80,0x0,0x0, -+0x0,0x18,0xc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x9,0x6,0x0,0x0,0x10,0x8,0x24,0x10,0x8,0x0,0x0,0x0,0x0,0x10,0x20,0x40,0x80,0x0,0x0, -+0x0,0x3,0x1,0x1,0x7f,0x1,0x7,0x9,0x9,0x9,0x6,0x0,0x1,0x1,0x2,0xc,0x0,0x0,0x0,0x0,0xf8,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0, -+0x3,0x1,0x1,0x1,0x7f,0x1,0x7,0x9,0x9,0x9,0x6,0x0,0x1,0x1,0x2,0xc,0x8,0x4,0x12,0x8,0xf4,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x10,0x8,0x8,0xb,0x7c,0x8,0x8,0x8,0x9,0x8,0x8,0x8,0x7,0x0,0x0,0x80,0x40,0x40,0x40,0xfc,0x40,0x40,0x40,0x40,0x40,0x80,0x0,0x0,0xf0,0x0, -+0x0,0x0,0x10,0x8,0x8,0xb,0x7c,0x8,0x8,0x8,0x9,0x8,0x8,0x8,0x7,0x0,0x8,0x84,0x52,0x48,0x44,0xf0,0x40,0x40,0x40,0x40,0x40,0x80,0x0,0x0,0xf0,0x0, -+0x0,0x10,0xf,0x1,0x2,0x4,0x8,0x1f,0x22,0x44,0x4,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, -+0x0,0x10,0xf,0x1,0x2,0x4,0x8,0x1f,0x22,0x44,0x4,0x4,0x2,0x1,0x0,0x0,0x8,0x24,0x92,0x8,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, -+0x0,0x4,0x4,0x47,0x3c,0x9,0x8,0x8,0x10,0x10,0x12,0x22,0x21,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x30,0x40,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0, -+0x0,0x4,0x4,0x47,0x3c,0x9,0x8,0x8,0x10,0x10,0x12,0x22,0x21,0x40,0x0,0x0,0x8,0x4,0x12,0x8,0x4,0xe0,0x30,0x40,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0, -+0x0,0x2,0x2,0x2,0x3,0x7e,0x4,0x7,0x4,0xc,0x8,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x80,0xc0,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x20,0x20,0xc0,0x0, -+0x0,0x4,0x4,0x5,0x7,0x7c,0x8,0xb,0xc,0x18,0x10,0x0,0x0,0x0,0x0,0x3,0x0,0x8,0x4,0x12,0x88,0x4,0x0,0xc0,0x20,0x10,0x10,0x10,0x20,0x20,0xc0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0x8,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x20,0x40,0x80,0x0, -+0x0,0x0,0x0,0x1,0x6,0x78,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0xc0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3,0xc,0xf0,0x40,0x0,0x0,0x0,0x0,0x0,0x1,0xe,0x0,0x0,0x8,0x4,0x12,0xc8,0x24,0x10,0x10,0x10,0x10,0x10,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7f,0x21,0x2,0x4,0x4,0x4,0x4,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x8,0xfc,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7f,0x21,0x2,0x4,0x4,0x4,0x4,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x8,0xfc,0xc0,0x8,0x4,0x12,0x8,0x4,0x0,0x0,0x0,0xf0,0x0, -+0x0,0x0,0x2,0x1,0x1,0x1,0x1,0x1,0x6,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x60,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0, -+0x0,0x0,0x2,0x1,0x1,0x1,0x1,0x1,0x6,0x8,0x10,0x10,0x10,0x8,0x7,0x0,0x8,0x4,0x12,0x8,0x4,0x30,0x60,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0, -+0x0,0x0,0xc,0x4,0x7,0x7c,0x24,0x8,0x8,0x10,0x10,0x23,0x44,0x4,0x3,0x0,0x0,0x0,0x20,0x10,0x8,0x18,0x40,0x40,0x40,0x40,0x40,0xe0,0x50,0x48,0x84,0x0, -+0x0,0x20,0x10,0x10,0x13,0x20,0x20,0x20,0x40,0x4a,0x4a,0x52,0x51,0x60,0x40,0x0,0x0,0x0,0x0,0x1c,0xe8,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0, -+0x0,0x2,0x1,0x21,0x11,0x17,0x19,0x11,0x31,0x4a,0x4a,0x44,0x44,0x4a,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x8,0x4,0x4,0x4,0x74,0x8c,0x94,0x62,0x0,0x0, -+0x0,0x10,0x8,0x8,0x8,0x1e,0x69,0xa,0xc,0x18,0x28,0x48,0xa9,0x29,0x18,0x0,0x0,0x0,0x0,0x0,0x60,0x90,0x10,0x10,0x10,0x10,0x10,0xf0,0x18,0x24,0xc2,0x0, -+0x0,0x0,0x0,0x7,0x19,0x21,0x42,0x42,0x42,0x44,0x44,0x28,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x30,0x8,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0xc0,0x0, -+0x0,0x20,0x10,0x10,0x10,0x27,0x20,0x20,0x40,0x48,0x48,0x53,0x54,0x64,0x43,0x0,0x0,0x80,0x40,0x50,0x78,0xc0,0x40,0x40,0x40,0x40,0x40,0xc0,0x70,0x48,0x84,0x0, -+0x0,0x20,0x10,0x10,0x10,0x27,0x20,0x20,0x40,0x48,0x48,0x53,0x54,0x64,0x43,0x0,0x8,0x84,0x52,0x48,0x74,0xc0,0x40,0x40,0x40,0x40,0x40,0xc0,0x70,0x48,0x84,0x0, -+0x0,0x20,0x10,0x10,0x10,0x27,0x20,0x20,0x40,0x48,0x48,0x53,0x54,0x64,0x43,0x0,0xc,0x92,0x52,0x4c,0x70,0xc0,0x40,0x40,0x40,0x40,0x40,0xc0,0x70,0x48,0x84,0x0, -+0x0,0x0,0x2,0x3e,0x4,0x8,0x8,0x10,0x10,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x20,0x20,0x30,0x28,0x24,0x20,0x20,0x40,0x40,0x40,0x80,0x0,0x0, -+0x0,0x0,0x2,0x3e,0x4,0x8,0x8,0x10,0x10,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0x8,0x4,0x12,0x28,0x24,0x30,0x28,0x24,0x20,0x20,0x40,0x40,0x40,0x80,0x0,0x0, -+0x0,0x0,0x2,0x3e,0x4,0x8,0x8,0x10,0x10,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0xc,0x12,0x12,0x2c,0x20,0x30,0x28,0x24,0x20,0x20,0x40,0x40,0x40,0x80,0x0,0x0, -+0x0,0x2,0x1,0x0,0x1,0x2,0x2,0x1,0x0,0x3,0x4,0x8,0x78,0x26,0x1,0x0,0x0,0x0,0x80,0xc0,0x0,0x0,0x0,0x0,0xe0,0x98,0x84,0x8c,0x90,0x80,0x0,0x0, -+0x0,0x2,0x1,0x0,0x1,0x2,0x2,0x1,0x0,0x3,0x4,0x8,0x78,0x26,0x1,0x0,0x8,0x4,0x92,0xc8,0x4,0x0,0x0,0x0,0xe0,0x98,0x84,0x8c,0x90,0x80,0x0,0x0, -+0x0,0x2,0x1,0x0,0x1,0x2,0x2,0x1,0x0,0x3,0x4,0x8,0x78,0x26,0x1,0x0,0xc,0x12,0x92,0xcc,0x0,0x0,0x0,0x0,0xe0,0x98,0x84,0x8c,0x90,0x80,0x0,0x0, -+0x0,0x0,0x0,0x0,0x7,0x8,0x10,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x18,0x6,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x7,0x8,0x10,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x4,0x12,0x8,0x84,0x40,0x20,0x18,0x6,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x7,0x8,0x10,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x18,0x24,0x24,0x18,0x80,0x40,0x20,0x18,0x6,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x20,0x17,0x10,0x10,0x20,0x27,0x20,0x40,0x48,0x48,0x51,0x52,0x62,0x41,0x0,0x0,0x70,0xc0,0x40,0x40,0x40,0xf8,0x40,0x40,0x40,0x40,0xc0,0x70,0x48,0x84,0x0, -+0x0,0x20,0x17,0x10,0x10,0x20,0x27,0x20,0x40,0x48,0x48,0x51,0x52,0x62,0x41,0x0,0x8,0xe4,0x52,0x48,0x44,0x40,0xf8,0x40,0x40,0x40,0x40,0xc0,0x70,0x48,0x84,0x0, -+0x0,0x20,0x17,0x10,0x10,0x20,0x27,0x20,0x40,0x48,0x48,0x51,0x52,0x62,0x41,0x0,0x0,0xec,0x52,0x52,0x4c,0x40,0xf0,0x40,0x40,0x40,0x40,0xc0,0x70,0x48,0x84,0x0, -+0x0,0x1,0x1,0x1,0x3f,0x1,0x1,0x1f,0x1,0x1,0x1,0x1d,0x23,0x21,0x1e,0x0,0x0,0x0,0x0,0xf0,0x0,0x0,0xe0,0x0,0x0,0x0,0x0,0x0,0xc0,0x30,0x8,0x0, -+0x0,0x0,0x13,0xc,0x0,0x1,0x1,0x1,0x2,0x1a,0x27,0x44,0x48,0x30,0x0,0x1,0x0,0x0,0x80,0x80,0x80,0x0,0x10,0x10,0x10,0x10,0xa0,0x70,0x28,0x44,0x80,0x0, -+0x0,0x8,0x4,0x4,0x7,0x7c,0x4,0x1c,0x24,0x24,0x24,0x1c,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x90,0xc8,0x4,0xc,0x10,0x0,0x0,0x10,0x10,0x10,0x18,0xf0,0x0, -+0x0,0x1,0x10,0x10,0x10,0x1f,0x11,0x29,0x45,0x42,0x45,0x48,0x30,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0xc0,0x20,0x10,0x8,0x8,0x8,0x10,0x10,0x20,0xc0,0x0, -+0x2,0x2,0x2,0x2,0x23,0x1e,0x4,0x4,0x44,0x3f,0x4,0x4,0x4,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x10,0x8,0xc8,0x8,0x8,0x8,0x8,0x8,0xf0,0x0, -+0x0,0x0,0x2,0x1,0x0,0x0,0x3,0x24,0x1f,0x2,0x2,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x30,0x48,0x88,0x8,0x8,0x70,0x0,0x80,0x80,0x40, -+0x0,0x2,0x1,0x0,0x6,0x9,0x10,0x11,0x7e,0x8,0x8,0x4,0x2,0x2,0x1,0x0,0x0,0x0,0x80,0x40,0x40,0x80,0x30,0xc8,0x4,0x4,0x88,0x70,0x0,0x0,0x0,0x80, -+0x0,0x0,0x0,0x1,0x0,0x0,0x11,0x12,0x14,0x14,0x18,0x1a,0x11,0x10,0x1,0x2,0x0,0x0,0x0,0x0,0x80,0x80,0xe0,0x90,0x88,0x88,0x88,0x88,0x90,0xe0,0x0,0x0, -+0x0,0x0,0x10,0x10,0x10,0x11,0x22,0x24,0x24,0x24,0x28,0x2a,0x31,0x10,0x0,0x3,0x0,0x80,0x40,0x40,0xf8,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x58,0xe0,0x80,0x0, -+0x0,0x0,0x0,0x2,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xf,0x11,0x11,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0xc0,0x0,0x0,0x0,0x0,0xc0,0x30,0x8,0x0,0x0, -+0x0,0x2,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1f,0x21,0x41,0x42,0x3c,0x0,0x0,0x0,0x0,0x0,0x10,0x38,0xc0,0x0,0x0,0x0,0x0,0xc0,0x30,0x8,0x4,0x0, -+0x0,0x1c,0x2,0x2,0x4,0x8,0x10,0x10,0x10,0x13,0x14,0x18,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x8,0x30,0xc0,0x0, -+0x0,0x10,0x8,0x9,0xa,0xa,0x12,0x14,0x14,0x18,0x8,0x0,0x0,0x0,0x1,0x2,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0, -+0x0,0x0,0xf,0x0,0x0,0x0,0x1,0x2,0x7,0x8,0x10,0x3,0x4,0x4,0x3,0x0,0x0,0x40,0xa0,0x20,0x40,0x80,0x0,0xf0,0x8,0x4,0x4,0x84,0x44,0x28,0xf0,0x0, -+0x0,0x8,0x8,0x8,0xe,0x79,0xa,0xc,0x8,0x18,0x28,0x28,0x68,0x18,0x8,0x0,0x0,0x0,0x20,0x50,0x88,0x8,0x10,0x10,0x10,0x10,0x10,0x12,0x14,0x8,0x0,0x0, -+0x0,0x3,0x1c,0x0,0x1,0x2,0x4,0xf,0x18,0x20,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xc0,0x40,0x80,0x0,0x0,0xe0,0x10,0x8,0x8,0x8,0x10,0x10,0x60,0x80,0x0, -+0x0,0x0,0x8,0x4,0x4,0x7,0x3c,0x7,0xc,0x14,0x24,0x34,0xc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x8,0x8,0x8,0x8,0x10,0x20,0xc0,0x0,0x0, -+0x0,0x10,0x8,0x8,0x4f,0x38,0xb,0xc,0x8,0x18,0x28,0x48,0x68,0x18,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x18,0x4,0x4,0x4,0x4,0x8,0x10,0x60,0x0, -+0x0,0x0,0x3,0x1c,0x0,0x1,0x1,0x3,0xf,0x12,0x22,0x44,0x38,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x0,0x0,0xf0,0x8,0x4,0x4,0x64,0x94,0x88,0x70,0x0, -+0x0,0xf,0x0,0x1,0x3,0x6,0x8,0x13,0x24,0x3,0x2,0x4,0x18,0x26,0x41,0x0,0x0,0xc0,0x80,0x0,0xe0,0x10,0x10,0x90,0xa0,0xc0,0x0,0x0,0x38,0x44,0x88,0x0, -+0x0,0x2,0x1,0x1,0x1f,0x1,0x2,0x3,0x4,0x8,0x11,0x2,0x2,0x2,0x1,0x0,0x0,0x0,0x0,0xe0,0x0,0x8,0xc,0xd0,0x60,0xc0,0x40,0x40,0x40,0x0,0xf8,0x0, -+0x0,0x2,0x1,0x1,0x1,0x2,0x2,0x2,0x3,0x2,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x22,0x22,0x24,0x24,0x18,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x1f,0x0,0x2,0x1,0x1,0x1,0x1,0x1,0x2,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0xf0,0x10,0x60,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x3f,0x0,0x0,0x0,0x2,0x1,0x1,0x1,0x1,0x2,0x2,0x4,0x8,0x0,0x0,0x0,0xf8,0x8,0x10,0x20,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x3,0x5,0x9,0x11,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x1,0x3,0x5,0x9,0x11,0x21,0x1,0x1,0x1,0x1,0x1,0x0,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1,0x11,0x1f,0x10,0x10,0x10,0x0,0x0,0x0,0x0,0x3,0xc,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0, -+0x0,0x0,0x1,0x21,0x3f,0x20,0x20,0x20,0x0,0x0,0x0,0x0,0x0,0x3,0xc,0x0,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x1f,0x1,0x1,0x1,0x1,0x1,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3f,0x1,0x1,0x1,0x1,0x1,0x1,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1,0x1,0x1,0x3f,0x3,0x5,0x9,0x11,0x21,0x1,0x5,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7f,0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x42,0x1,0x0,0x0,0x80,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x0, -+0x0,0x2,0x2,0x2,0x3f,0x2,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x21,0x40,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x0, -+0x0,0x2,0x2,0x2,0x3f,0x2,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x21,0x40,0x0,0x8,0x4,0x12,0x8,0xe4,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x0, -+0x0,0x8,0x8,0x4,0x4,0x3f,0x2,0x1,0x1,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0,0x0,0x70,0x80,0x80,0x40,0x40,0x20,0x20,0x0, -+0x0,0x8,0x8,0x4,0x4,0x3f,0x2,0x1,0x1,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x4,0x12,0x8,0xe4,0x0,0x0,0x0,0x70,0x80,0x80,0x40,0x40,0x20,0x20,0x0, -+0x0,0x2,0x2,0x2,0x3,0x4,0x4,0x8,0x10,0x20,0x0,0x1,0x2,0xc,0x30,0x0,0x0,0x0,0x0,0x10,0xf8,0x10,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x2,0x2,0x2,0x3,0x4,0x4,0x8,0x10,0x20,0x0,0x1,0x2,0xc,0x30,0x0,0x8,0x4,0x12,0x8,0xe4,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0x8,0xf,0x10,0x20,0x41,0x1,0x2,0x2,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x10,0xf8,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0x8,0xf,0x10,0x20,0x41,0x1,0x2,0x2,0x4,0x8,0x10,0x20,0x0,0x8,0x4,0x12,0x8,0xf4,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x20,0x20,0xf0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0x8,0x4,0x12,0x8,0x24,0xf0,0x20,0x20,0x20,0x40,0xe0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x4,0x7f,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0x1,0x0,0x0,0x40,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x80,0x80,0x0,0x0, -+0x0,0x0,0x0,0x8,0x8,0x8,0x8,0x7f,0x8,0x8,0x8,0x8,0x9,0x1,0x2,0x0,0x8,0x4,0x92,0x88,0x84,0x80,0x88,0xfc,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x18,0x4,0x2,0x30,0x8,0x4,0x0,0x0,0x1,0x2,0x24,0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x18,0x4,0x2,0x30,0x8,0x4,0x0,0x0,0x1,0x2,0x24,0x18,0x0,0x8,0x4,0x12,0x8,0x4,0x0,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x1,0x3,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0xe0,0x20,0x40,0x40,0x80,0x0,0x0,0x80,0x40,0x30,0x10,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x1,0x3,0x4,0x8,0x10,0x20,0x0,0x8,0x4,0x12,0x8,0xe4,0x20,0x40,0x40,0x80,0x0,0x80,0x40,0x20,0x18,0x8,0x0, -+0x0,0x4,0x4,0x4,0x4,0x7,0x7c,0x4,0x4,0x4,0x4,0x4,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x20,0x40,0x80,0x0,0x0,0x0,0x20,0xf0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x4,0x7,0x7c,0x4,0x4,0x4,0x4,0x4,0x3,0x0,0x0,0x8,0x4,0x12,0x8,0x4,0x0,0xe0,0x20,0x40,0x80,0x0,0x0,0x20,0xf0,0x0,0x0, -+0x0,0x0,0x0,0x20,0x10,0x8,0xc,0x4,0x0,0x0,0x0,0x1,0x2,0xc,0x30,0x0,0x0,0x0,0x20,0x10,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x40,0x20,0x10,0x18,0x8,0x0,0x0,0x1,0x2,0x4,0x18,0x60,0x8,0x4,0x12,0x48,0x24,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x4,0x4,0x7,0x4,0x8,0x8,0x10,0x24,0x2,0x1,0x2,0x4,0x18,0x60,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0xf,0x8,0x10,0x10,0x20,0x49,0x5,0x2,0x5,0x8,0x30,0xc0,0x0,0x8,0x4,0x52,0xe8,0x44,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1,0x1f,0x1,0x1,0x7f,0x1,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x0,0x0,0x20,0xf0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3,0x3e,0x2,0x2,0xff,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x8,0x4,0x52,0xe8,0x4,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x4,0x3,0x21,0x18,0x8,0x0,0x0,0x0,0x1,0x6,0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x4,0x2,0x21,0x11,0x8,0x8,0x0,0x0,0x1,0x2,0x4,0x8,0x30,0x0,0x0,0x0,0x0,0x10,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x8,0x4,0x42,0x22,0x10,0x10,0x0,0x1,0x2,0x4,0x8,0x10,0x60,0x0,0x8,0x4,0x12,0x28,0x24,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1f,0x0,0x0,0x0,0x7f,0x1,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0x0,0x20,0xf0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0xff,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x8,0x4,0x92,0xc8,0x4,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x4,0x6,0x5,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x40,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x4,0x4,0x4,0x4,0x6,0x5,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x8,0x4,0x12,0x8,0x4,0x0,0x0,0x80,0x60,0x20,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x2,0x2,0x4,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1f,0x0,0x0,0xc,0x2,0x1,0x0,0x0,0x1,0x2,0x4,0x8,0x30,0x0,0x0,0x10,0xf8,0x10,0x20,0x20,0x40,0x40,0x80,0xc0,0x30,0x10,0x0,0x0,0x0,0x0, -+0x2,0x1,0x0,0x0,0x1f,0x0,0x1,0x3,0x5,0x9,0x11,0x21,0x1,0x1,0x1,0x0,0x0,0x80,0x80,0x0,0xc0,0x80,0x0,0x0,0x40,0x30,0x10,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x2,0x4,0x8,0x10,0x0,0x0,0x0,0x20,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x4,0x4,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x20,0x10,0x10,0x8,0x8,0xc,0x4,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x4,0x4,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x0,0x8,0x4,0x12,0x8,0x44,0x20,0x10,0x10,0x8,0x8,0xc,0x4,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x4,0x4,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0xc,0x12,0x12,0x4c,0x20,0x10,0x10,0x8,0x8,0xc,0x4,0x0,0x0,0x0,0x0, -+0x0,0x0,0x8,0x8,0x8,0x8,0x9,0xe,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x60,0x80,0x0,0x0,0x0,0x0,0x20,0xf0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x20,0x20,0x21,0x21,0x26,0x38,0x20,0x20,0x20,0x20,0x1f,0x0,0x0,0x8,0x4,0x12,0x8,0x4,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0xc0,0x0,0x0, -+0x0,0x0,0x0,0x20,0x20,0x21,0x21,0x26,0x38,0x20,0x20,0x20,0x20,0x1f,0x0,0x0,0x0,0xc,0x12,0x12,0xc,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0xc0,0x0,0x0, -+0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x20,0xf0,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x1,0x1,0x2,0x4,0x8,0x10,0x20,0x0,0x8,0x4,0x12,0x48,0xe4,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x1,0x1,0x2,0x4,0x8,0x10,0x20,0x0,0x0,0xc,0x12,0x52,0xec,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x18,0x24,0x43,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x30,0xe,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x18,0x24,0x43,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x4,0x12,0x8,0x4,0x0,0x0,0x0,0xc0,0x30,0xe,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x18,0x24,0x43,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc,0x12,0x12,0xc,0x0,0x0,0x0,0xc0,0x30,0xe,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x7f,0x1,0x1,0x9,0x9,0x11,0x21,0x1,0x5,0x2,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x20,0x10,0x8,0x8,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x7f,0x1,0x1,0x9,0x9,0x11,0x21,0x5,0x2,0x0,0x8,0x4,0x12,0x8,0x4,0x8,0xfc,0x0,0x0,0x20,0x10,0x8,0x8,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x7f,0x1,0x1,0x9,0x9,0x11,0x21,0x5,0x2,0x0,0xc,0x12,0x12,0xc,0x0,0x8,0xfc,0x0,0x0,0x20,0x10,0x8,0x8,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x6,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x10,0x20,0x20,0x40,0x80,0x80,0x40,0x40,0x0,0x0,0x0, -+0x0,0x0,0xe,0x1,0x0,0x0,0x1c,0x3,0x0,0x0,0x1c,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x60,0x20,0x0,0x0,0xc0,0x40,0x0,0x80,0x60,0x20,0x0,0x0, -+0x0,0x2,0x2,0x2,0x2,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x10,0x3f,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x20,0x10,0xf8,0x8,0x8,0x0, -+0x0,0x0,0x0,0x0,0x0,0x4,0x2,0x1,0x0,0x1,0x2,0x4,0x8,0x10,0x60,0x0,0x0,0x0,0x20,0x10,0x20,0x20,0x40,0x80,0x80,0x60,0x20,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x3,0x3e,0x2,0x2,0x3,0x7e,0x2,0x2,0x2,0x2,0x2,0x1,0x0,0x0,0x0,0x40,0xe0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x8,0x4,0x5,0x3e,0x2,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x10,0x20,0x0,0x80,0x80,0x40,0x20, -+0x0,0x10,0x8,0x8,0x4,0x5,0x7e,0x2,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x10,0x20,0x0,0x80,0x80,0x40,0x40,0x20,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x40,0x48,0xfc,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x20,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x0,0x0,0x1f,0x0,0x0,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x3f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10,0x0,0x0,0x0,0x0, -+0x0,0x0,0xf,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x6,0x18,0x0,0x0,0x40,0xe0,0x0,0x10,0xf8,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x1,0x1,0x2,0x4,0x8,0x0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x84,0x88,0x90,0xa0,0xc0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x20,0x10,0x10,0x10,0x10,0x10,0x11,0x12,0x14,0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x40,0x40,0xe0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x10,0x1f,0x10,0x10,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x20,0x3f,0x20,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x1f,0x9,0x9,0x9,0x9,0x7f,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x40,0xe0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x0,0x2,0x1,0x1,0x1,0x1,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x40,0x80,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0xf8,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x10,0x8,0x6,0x2,0x0,0x0,0x0,0x1,0x2,0x24,0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x2,0x2,0x22,0x3f,0x20,0x20,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x8,0x0,0x8,0x4,0x12,0x28,0xf4,0x20,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1,0x1,0x1,0xf,0x1,0x1,0x2,0x2,0x2,0x5,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x7,0x8,0x10,0x21,0x1,0x2,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0xe0,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x2,0x4,0x4,0x8,0xf,0x10,0x10,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0xe0,0x10,0x10,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x10,0x10,0x20,0xc0,0x20,0x10,0x10,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x10,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0x10,0x10,0x8,0x8,0xfc,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x0,0x40,0xc0,0x40,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x20,0x20,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x20,0x28,0x2f,0x28,0x20,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x8,0x28,0xe8,0x28,0x8,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x3,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x71,0x21,0x22,0x24,0x28,0x38,0x24,0x22,0x21,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x10,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0x20,0x10,0x10,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x60,0x30,0x30,0x28,0x28,0x24,0x24,0x22,0x22,0x21,0x70,0x0,0x0,0x0,0x0,0x0,0xc,0x18,0x18,0x28,0x28,0x48,0x48,0x88,0x88,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x60,0x30,0x28,0x24,0x22,0x21,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x8,0x8,0x88,0x48,0x28,0x18,0xc,0x0,0x0,0x0,0x0, -+0x0,0x1f,0x10,0x10,0x0,0x4,0x7,0x4,0x0,0x10,0x10,0x1f,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x0,0x20,0xe0,0x20,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x20,0x20,0x20,0x20,0x20,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x10,0x8,0x4,0x2,0x4,0x8,0x10,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x41,0x41,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0xfc,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x6,0x9,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x40,0xa0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x3,0x1,0xf,0x11,0x21,0x21,0x21,0x11,0xf,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0xe0,0x10,0x8,0x8,0x8,0x10,0xe0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x70,0x10,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x10,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x10,0x20,0x40,0x80,0x0,0x80,0x40,0x20,0x10,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x43,0x21,0x11,0x11,0x11,0x11,0xf,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x84,0x8,0x10,0x10,0x10,0x10,0xe0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x20,0x20,0x20,0x20,0x10,0x48,0x44,0x7c,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x8,0x8,0x8,0x8,0x10,0x24,0x44,0x7c,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0xc0,0x40,0x40,0x40,0x40,0x40,0xd0,0x20,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0xc,0xb,0x8,0x8,0x8,0x0,0x0,0x80,0x40,0x40,0x80,0x0,0xc0,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0xc,0x12,0x22,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x10,0x20,0x20,0x40,0x40,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3,0x4,0x2,0x1,0x2,0x4,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3,0x4,0x4,0x2,0x1,0x2,0x4,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x0,0x0,0x80,0x0,0x0,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x2,0x4,0x4,0x3,0x2,0x4,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x3,0x0,0x0,0x0,0x40,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0xc0,0x0, -+0x0,0x0,0x0,0x1,0xa,0x14,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0, -+0x0,0x3,0x4,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0xe0,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x0, -+0x0,0x0,0x0,0x18,0x8,0x8,0xd,0xa,0x9,0x8,0x8,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x40,0x80,0x0,0x0,0x0,0x80,0x40,0x70,0x0,0x0,0x0,0x0, -+0x4,0xa,0x2,0x1,0x1,0x1,0x3,0x2,0x2,0x4,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x50,0x50,0x20,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xc,0xb,0x8,0x8,0x8,0x0,0x0,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0xd0,0x20,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x18,0x8,0x4,0x4,0x4,0x2,0x2,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x10,0x20,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x4,0x8,0x7,0x8,0x8,0x7,0x4,0x8,0x8,0x8,0x7,0x0,0x2,0x1,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0xc0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x24,0x4,0x4,0x4,0x4,0x4,0x8,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x40,0x40,0x40,0x40,0x40,0x40,0x50,0x20,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x18,0x14,0x13,0x10,0x10,0x10,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x40,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x9,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x8,0x14,0x4,0x4,0x4,0x4,0x4,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x7,0x9,0x11,0x11,0x11,0x11,0x11,0x9,0x7,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x14,0x4,0x2,0x2,0x1,0x1,0x2,0x4,0x8,0x8,0x10,0x0,0x0,0x0,0x0,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0x80,0x80,0x40,0x50,0x20,0x0,0x0,0x0, -+0x0,0x1,0x1,0x11,0x29,0x9,0x9,0x9,0x9,0x9,0x9,0x7,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x40,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x4,0x8,0x11,0x11,0x11,0x11,0x11,0xa,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x20,0x10,0x10,0x10,0x10,0x10,0xa0,0x40,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x2,0x4,0x4,0x8,0xf,0x10,0x10,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0xe0,0x10,0x10,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x0,0x0,0xe0,0x10,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x10,0xe0,0x10,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1f,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x3f,0x20,0x0,0x0,0x0,0x0,0x0,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xf8,0x8,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x0,0x20,0xe0,0x20,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x8,0x0,0x7f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x20,0x0,0xf8,0x8,0x8,0x20,0xe0,0x20,0x0,0x8,0x8,0xf8,0x0,0x0,0x0,0x0, -+0x0,0x33,0x49,0x9,0x5,0x3,0x5,0x9,0x9,0x11,0x11,0x63,0x0,0x0,0x0,0x0,0x0,0x98,0x24,0x20,0x40,0x80,0x40,0x20,0x20,0x10,0x10,0x8c,0x0,0x0,0x0,0x0, -+0x0,0x17,0x18,0x10,0x0,0x0,0x1,0x0,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x10,0xe0,0x10,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x20,0x20,0x20,0x23,0x24,0x28,0x30,0x20,0x60,0x0,0x0,0x0,0x0,0x0,0xc,0x8,0x18,0x28,0xc8,0x8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x4,0x74,0x23,0x20,0x20,0x20,0x23,0x24,0x28,0x30,0x20,0x60,0x0,0x0,0x0,0x0,0x40,0x4c,0x88,0x18,0x28,0xc8,0x8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x21,0x22,0x3c,0x22,0x21,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x60,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x38,0x0,0x0,0x0,0x0, -+0x0,0x1f,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x28,0x10,0x0,0x0,0x0,0x0,0x0,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x30,0x28,0x28,0x24,0x24,0x22,0x21,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x18,0x28,0x28,0x48,0x48,0x88,0x8,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x20,0x20,0x20,0x20,0x20,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0xf,0x10,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0xd0,0x30,0x10,0x0,0x0,0x0,0x0,0x0,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x41,0x41,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0xfc,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x1c,0x8,0x8,0x4,0x4,0x2,0x1,0x0,0x1,0x12,0xc,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x10,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x70,0x10,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x10,0x70,0x0,0x0,0x0,0x0,0x0,0x1c,0x10,0x20,0x40,0x80,0x0,0x80,0x40,0x20,0x10,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x3,0x1,0x1f,0x21,0x41,0x41,0x41,0x21,0x1f,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0xf0,0x8,0x4,0x4,0x4,0x8,0xf0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x38,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0x38,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xf8,0x4,0x4,0x0,0x0, -+0x0,0x38,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x38,0x10,0x10,0x10,0x10,0x30,0xd0,0x10,0x10,0x10,0x38,0x0,0x0,0x0,0x0, -+0x0,0x73,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x7f,0x0,0x0,0x0,0x0,0x0,0x9c,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xfc,0x0,0x0,0x0,0x0, -+0x0,0x73,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x7f,0x0,0x0,0x0,0x0,0x0,0x9c,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xfc,0x4,0x4,0x0,0x0, -+0x0,0x3e,0x24,0x4,0x4,0x7,0x4,0x4,0x4,0x4,0x4,0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x8,0x4,0x4,0x4,0x8,0xf0,0x0,0x0,0x0,0x0, -+0x0,0x70,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x8,0x88,0x48,0x48,0x48,0x88,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x1c,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x8,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x2f,0x30,0x20,0x0,0x0,0x1,0x0,0x0,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xe0,0x10,0x8,0x4,0x4,0xfc,0x4,0x4,0x8,0x10,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x71,0x22,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x22,0x71,0x0,0x0,0x0,0x0,0x0,0xf0,0x8,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0xf0,0x0,0x0,0x0,0x0, -+0x0,0x3,0x4,0x8,0x8,0x4,0x3,0x0,0x3,0x4,0x8,0x38,0x0,0x0,0x0,0x0,0x0,0xfc,0x8,0x8,0x8,0x8,0xf8,0x88,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x0,0xf,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x40,0xc0,0x40,0x40,0xd0,0x20,0x0,0x0,0x0,0x0, -+0x0,0x7,0x8,0x10,0x17,0x18,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x20,0xc0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x40,0x80,0x40,0x40,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x2,0x2,0x2,0x2,0x4,0x4,0x8,0x1f,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xf0,0x10,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x1f,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0xe0,0x0,0x0,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x4,0x0,0x7,0x8,0x10,0x10,0x1f,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x40,0x20,0x20,0xe0,0x0,0x0,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x33,0x9,0x9,0x5,0x7,0x9,0x9,0x11,0x23,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x98,0x20,0x20,0x40,0xc0,0x20,0x20,0x10,0x88,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0xb,0xc,0x8,0x0,0x1,0x0,0x0,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0xc0,0x20,0x20,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x38,0x10,0x10,0x10,0x11,0x12,0x14,0x18,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x20,0x60,0xa0,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0, -+0x0,0x4,0x3,0x38,0x10,0x10,0x10,0x11,0x12,0x14,0x18,0x30,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x70,0x20,0x60,0xa0,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1c,0x8,0x8,0x9,0xe,0x9,0x8,0x8,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x60,0x80,0x80,0x0,0x0,0x0,0x80,0x90,0x60,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0xf,0x4,0x4,0x4,0x4,0x4,0x14,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x38,0x10,0x18,0x14,0x12,0x12,0x11,0x10,0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x38,0x10,0x30,0x50,0x90,0x90,0x10,0x10,0x38,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x20,0x20,0x20,0xe0,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3,0x4,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0xb,0x1c,0x8,0x8,0x8,0x8,0xc,0xb,0x8,0x8,0x8,0x1c,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x40,0x0,0x0,0x0,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x11,0x1,0x1,0x1,0x1,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1c,0x8,0x8,0x4,0x4,0x4,0x2,0x1,0x1,0x2,0x14,0x8,0x0,0x0,0x0,0x0,0x70,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0xd,0x13,0x11,0x11,0x11,0x11,0x13,0xd,0x1,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x60,0x90,0x10,0x10,0x10,0x10,0x90,0x60,0x0,0x0,0x80,0x0, -+0x0,0x0,0x0,0x1c,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x20,0x40,0x80,0x0,0x80,0x40,0x20,0x70,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xf0,0x10,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x40,0x40,0x40,0xc0,0x40,0x40,0x40,0xe0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3b,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xf8,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3b,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xf8,0x8,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3c,0x28,0x8,0x8,0xf,0x8,0x8,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x38,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x38,0x10,0x10,0x10,0x10,0x90,0x90,0x90,0x38,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x1c,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x7,0x8,0x0,0x0,0x1,0x0,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0xe0,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x38,0x11,0x12,0x12,0x1e,0x12,0x12,0x11,0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x3,0x4,0x4,0x4,0x3,0x1,0x2,0xa,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x20,0x20,0x20,0xe0,0x20,0x20,0x20,0x70,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x7,0x0,0x0,0x7,0x8,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x40,0xc0,0x40,0x40,0x40,0x40,0xc0,0x60,0x0,0x0,0x0, -+0x0,0x0,0x1,0x2,0x0,0x7,0x8,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x40,0xc0,0x40,0x40,0x40,0x40,0xc0,0x60,0x0,0x0,0x0, -+0x0,0x4,0x2,0x1,0x0,0x7,0x8,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x40,0xc0,0x40,0x40,0x40,0x40,0xc0,0x60,0x0,0x0,0x0, -+0x0,0x2,0x1,0x0,0x0,0x7,0x8,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x40,0xc0,0x40,0x40,0x40,0x40,0xc0,0x60,0x0,0x0,0x0, -+0x0,0x0,0x7,0x0,0x0,0x3,0x4,0x8,0xf,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x80,0x40,0x20,0xe0,0x0,0x0,0x20,0xc0,0x0,0x0,0x0, -+0x0,0x0,0x1,0x2,0x0,0x3,0x4,0x8,0xf,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x40,0x20,0xe0,0x0,0x0,0x40,0x80,0x0,0x0,0x0, -+0x0,0x4,0x2,0x1,0x0,0x3,0x4,0x8,0xf,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x80,0x40,0x20,0xe0,0x0,0x0,0x20,0xc0,0x0,0x0,0x0, -+0x0,0x2,0x1,0x0,0x0,0x3,0x4,0x8,0xf,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x40,0x20,0xe0,0x0,0x0,0x20,0xc0,0x0,0x0,0x0, -+0x0,0x0,0x3,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x4,0x0,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x4,0x2,0x1,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x2,0x1,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x7,0x0,0x3,0x4,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1,0x2,0x0,0x3,0x4,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x4,0x2,0x1,0x0,0x3,0x4,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x2,0x1,0x0,0x0,0x3,0x4,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x40,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x0,0xf,0x0,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x0,0x0,0x1,0x2,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x0,0x8,0x5,0x2,0x0,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0x40,0xc0,0x60,0x0,0x0,0x0, -+0x0,0x2,0x1,0x0,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x0,0xf,0x0,0x2,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0xe0,0x0,0x80,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x0,0x2,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x4,0x2,0x1,0x0,0x2,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x80,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x2,0x1,0x0,0x0,0x2,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x2,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xb0,0x0,0x0,0x0, -+0x0,0x1,0x2,0x4,0x0,0x3,0x4,0x8,0xf,0x8,0x8,0x4,0x3,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x0,0x80,0x40,0x20,0xe0,0x0,0x0,0x20,0xc0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x7,0x8,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0xc0,0x40,0x40,0x40,0x40,0xc0,0x60,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x7,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x8,0x7,0x0,0x0,0x0,0x0,0x0,0xa0,0x60,0x20,0x20,0x20,0x60,0xa0,0x20,0x20,0x40,0x80,0x0, -+0x0,0x0,0x1,0x2,0x0,0x1a,0xd,0x9,0x9,0x9,0x9,0x9,0x9,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0xc0,0x20,0x20,0x20,0x20,0x20,0x20,0x30,0x0,0x0,0x0, -+0x0,0x0,0x1,0x2,0x0,0xd,0x6,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x40,0x40,0x40,0x40,0x40,0x40,0x60,0x0,0x0,0x0, -+0x0,0x4,0x2,0x1,0x0,0xd,0x6,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x40,0x80,0x0,0x0,0x80,0x40,0x40,0x40,0x40,0x40,0x40,0x60,0x0,0x0,0x0, -+0x0,0x2,0x1,0x0,0x0,0xd,0x6,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x40,0x40,0x40,0x40,0x40,0x40,0x60,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0xa0,0x40, -+0x0,0x4,0x4,0x8,0x1f,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0xc,0x30,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x10,0x10,0xa0,0x40,0xa0,0x10,0x10,0x0,0x0, -+0x0,0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x0,0x0,0x0,0x0, -+0x0,0x0,0x3f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x0,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, -+0x0,0x4,0x4,0x8,0x1f,0x1,0x1,0x1,0x1,0x2,0x2,0x4,0x8,0x11,0x20,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0xa0,0x40, -+0x0,0x1,0x1,0x1,0x1,0x7f,0x1,0x1,0x2,0x2,0x4,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x8,0x0,0x0, -+0x0,0x0,0x3f,0x0,0x0,0x1,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0xc0,0x40,0x80,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0xa0,0x40, -+0x0,0x1,0x9,0x9,0x11,0x1f,0x1,0x1,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x50,0x20, -+0x0,0x0,0x2,0x2,0x4,0x4,0x8,0x8,0x11,0x8,0x8,0x4,0x4,0x2,0x2,0x0,0x0,0x0,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x80,0x80,0x40,0x40,0x20,0x20,0x0, -+0x0,0x0,0x7f,0x2,0x2,0x4,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x20,0xa0,0x40, -+0x0,0x0,0x3f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x9,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x60,0xa0,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x0,0x0,0x0,0x1,0x1,0x2,0x4,0x2,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x0, -+0x0,0x0,0x7f,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x11,0x11,0x11,0x11,0x11,0x11,0x1f,0x1,0x1,0x1,0x7f,0x0,0x0,0x0,0x0,0x0,0x10,0x10,0x10,0x10,0x10,0x10,0xf0,0x0,0x0,0x0,0xfc,0x0,0x0, -+0x0,0x0,0x0,0x1,0x2,0x4,0x8,0x11,0x3,0x5,0x9,0x11,0x1,0x1,0x1,0x1,0x0,0x40,0x80,0x0,0x0,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x10,0x10,0x10,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0xf8,0x8,0x8,0x8,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0xf,0x8,0x8,0x8,0xa,0x9,0x8,0x8,0x8,0x8,0x8,0xf,0x0,0x0,0x0,0x0,0xe0,0x20,0x20,0x20,0x20,0x20,0xa0,0x20,0x20,0x20,0x20,0xe0,0x0,0x0, -+0x0,0x0,0x3f,0x4,0x4,0x4,0x4,0x4,0x4,0x5,0x4,0x4,0x4,0x4,0x4,0x4,0x0,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x20,0x20,0xc0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x2,0x2,0x2,0x7f,0x4,0x4,0x4,0xf,0x0,0x0,0x0,0x0,0x0,0x2,0x1,0x0,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0xf0,0x10,0x10,0x20,0x20,0x40,0x80,0x0, -+0x0,0x1,0x1,0x1,0x1,0x2,0x2,0x2,0x4,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x20,0xf0,0x8,0x0,0x0, -+0x0,0x10,0x8,0x4,0x2,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x7f,0x1,0x1,0x1,0xf,0x10,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x10,0xe0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x7f,0x1,0x1,0xf,0x10,0x20,0x20,0x20,0x20,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x10,0xe0,0x0, -+0x0,0x0,0x8,0x8,0x8,0x7f,0x8,0x8,0x8,0x8,0x8,0x9,0x8,0x7,0x0,0x0,0x0,0x0,0x40,0x40,0x40,0xfc,0x40,0x40,0x40,0x80,0x80,0x0,0x0,0xf0,0x0,0x0, -+0x0,0x0,0x7f,0x9,0x9,0x11,0x1f,0x1,0x1,0x1,0x2,0x2,0x4,0x8,0x10,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0x20,0x0, -+0x0,0x0,0x1c,0x4,0x4,0x4,0x2,0x2,0x2,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x18,0x0, -+0x0,0x2,0x2,0x4,0x4,0x8,0x8,0x1f,0x1,0x2,0x4,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x40,0x20,0xf0,0x10,0x0,0x0, -+0x0,0x0,0x0,0x1f,0x0,0x0,0x4,0x2,0x1,0x0,0x0,0x1,0x2,0x4,0x8,0x0,0x0,0x0,0x0,0xf0,0x10,0x20,0x20,0x40,0x40,0x80,0x80,0x40,0x20,0x0,0x0,0x0, -+0x0,0x3f,0x8,0x8,0x8,0x10,0x10,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x20,0x20,0x20,0x40,0x40,0xf8,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x0, -+0x0,0x8,0x8,0x8,0x8,0x10,0x10,0x10,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x8,0x8,0x8,0x10,0x10,0x20,0x0, -+0x0,0x2,0x2,0x2,0x2,0x7f,0x2,0x2,0x2,0x4,0x4,0x4,0x8,0x10,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x7c,0x0, -+0x0,0x0,0x1,0x1,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0,0x0, -+0x0,0x0,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x60,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x84,0x84,0x7c,0x0, -+0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x8,0x4,0x2,0x1,0x0,0x0,0x1,0x2,0x4,0x18,0x60,0x0,0x0,0x10,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x80,0x40,0x20,0x10,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x10,0x10,0x10,0x10,0x10,0x20,0x20,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x78,0x88,0x8,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x73,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x73,0x73,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9c,0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x0,0x0,0x1,0x1,0x1,0x0,0x0,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1,0x1,0x1,0x0,0x0,0x1,0x1,0x1,0x0,0x0,0x1,0x1,0x1,0x0,0x0,0x0,0x80,0x80,0x80,0x0,0x0,0x80,0x80,0x80,0x0,0x0,0x80,0x80,0x80,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xee,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xee,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xee,0xee,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xee,0xee,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x0,0x1,0x1,0x1,0x0,0x1,0x1,0x1,0x0,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x0,0x1,0x1,0x1,0x0,0x1,0x1,0x1,0x0,0x1,0x1,0x1,0x0,0x80,0x80,0x80,0x0,0x80,0x80,0x80,0x0,0x80,0x80,0x80,0x0,0x80,0x80,0x80,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x3,0x3,0x3,0x3,0x3,0x3,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x3,0x3,0x3,0x3,0x3,0x3,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x3,0x3,0x3,0x3,0x3,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x3,0x3,0x3,0x3,0x3,0x3,0x7f,0x7f,0x3,0x3,0x3,0x3,0x3,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xff,0xff,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x8,0x8,0x8,0x8,0x8,0x9,0x8,0xff,0x9,0x9,0x8,0x8,0x8,0x9,0xe,0x8,0x0,0x10,0x30,0x40,0x80,0x0,0x4,0xfe,0x0,0x0,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x20,0x20,0x20,0x27,0xfc,0x24,0x24,0x27,0x24,0x24,0x3c,0xe6,0x45,0x4,0x8,0x10,0x20,0x28,0x24,0xfe,0x20,0x20,0x24,0xa4,0xa8,0xa8,0x90,0x90,0x30,0x4a,0x8a,0x6, -+0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x17,0x18,0x10,0x0,0x0,0x0,0x10,0x10,0xf,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x7,0x8,0x10,0x10,0x0,0x0,0x0,0x3,0x4,0x8,0x10,0x10,0x10,0x1f,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0xe0,0x0,0x0,0x0,0x0,0x10,0x10,0xf0,0x0, -+0x0,0x7,0x8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0x7,0x0,0x0,0xc0,0x20,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0xc0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x2f,0xf9,0xa9,0xaa,0xaa,0xac,0xaa,0xaa,0xa9,0xe9,0xad,0xa,0x8,0x8,0x8,0x4,0x7e,0x4,0x4,0x14,0x7c,0x54,0x54,0x54,0x54,0x74,0x54,0x4,0x4,0x14,0xc, -+0x0,0x7f,0x44,0x48,0x48,0x51,0x49,0x49,0x45,0x45,0x45,0x69,0x51,0x40,0x40,0x40,0x4,0xfe,0x8,0x8,0x28,0xf8,0x28,0x28,0x28,0x28,0x28,0xe8,0x28,0x8,0x28,0x10, -+0x10,0x10,0x10,0x11,0x13,0xfc,0x11,0x11,0x12,0x10,0x17,0x1c,0xf0,0x40,0x1,0x6,0x40,0x40,0x90,0x8,0xfc,0x4,0x10,0xf8,0x40,0x44,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x10,0x10,0x10,0x11,0xff,0x10,0x11,0x15,0x1a,0x30,0xd7,0x10,0x10,0x10,0x51,0x26,0x40,0x40,0x90,0x8,0xfc,0x4,0x10,0xf8,0x40,0x44,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x0,0x0,0x8,0x7f,0x48,0x48,0x49,0x49,0x48,0x48,0x48,0x78,0x48,0x1,0x2,0x4,0x90,0x90,0x94,0xfe,0x90,0x90,0x8,0x8,0x90,0x90,0x60,0x40,0xa0,0x10,0xe,0x4, -+0x0,0x0,0x8,0x7d,0x4b,0x48,0x49,0x49,0x4a,0x48,0x4f,0x78,0x48,0x0,0x1,0x6,0x40,0x40,0x90,0x8,0xfc,0x4,0x10,0xf8,0x40,0x44,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x2,0x1,0xff,0x0,0x1f,0x10,0x10,0x10,0x1f,0x5,0xc,0x14,0x24,0xc5,0x6,0x4,0x0,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0xf0,0x8,0x90,0x60,0x30,0xe,0x4,0x0, -+0x10,0x10,0x25,0x7f,0x45,0x44,0x45,0x7c,0x44,0x45,0x45,0x45,0x7d,0x45,0x0,0x0,0x20,0x20,0x24,0x24,0xfc,0x0,0xfc,0x4,0x4,0xfc,0x4,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x0,0x1f,0x10,0x93,0x52,0x53,0x10,0x37,0x54,0xd7,0x10,0x24,0x24,0x47,0x4,0x80,0x44,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xbc,0xa4,0xbc,0x40,0x44,0x44,0xfc,0x4, -+0x8,0xff,0x8,0x43,0x32,0x13,0x2,0xf3,0x11,0x13,0x14,0x12,0x16,0x1a,0x13,0x0,0x24,0xfe,0x20,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x44,0x44,0xa4,0x4,0xd4,0x8, -+0x20,0x21,0x28,0x3c,0x53,0x90,0x15,0xfe,0x10,0x17,0x10,0x29,0x24,0x44,0x81,0x6,0x18,0xe0,0x40,0x48,0xfc,0xe0,0x5c,0x48,0x40,0xfe,0x90,0x10,0xa0,0x60,0x98,0x8, -+0x4,0x4,0xff,0x4,0x4,0x0,0x8,0x4,0x4,0x2,0x1,0x2,0x4,0x8,0x30,0xc0,0x40,0x44,0xfe,0x40,0x40,0x20,0x20,0x40,0x40,0x80,0x0,0x80,0x40,0x30,0xe,0x4, -+0x0,0x5,0xff,0x11,0x11,0x21,0x24,0x7f,0xa4,0x27,0x25,0x24,0x3c,0x24,0x0,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xfc,0x10,0xfe,0x10,0x90,0x90,0x10,0x50,0x20, -+0x0,0x3f,0x11,0x9,0x7f,0x42,0x82,0x7f,0x4,0x7,0xa,0x9,0x10,0x11,0x22,0xc,0x78,0x80,0x10,0x20,0xfe,0x2,0x4,0xf8,0x0,0xf0,0x20,0x40,0x80,0x60,0x1c,0x8, -+0x4,0x7a,0x49,0x48,0x57,0x60,0x51,0x4a,0x4c,0x4b,0x6a,0x52,0x42,0x42,0x4f,0x40,0x4,0x8,0x10,0x4,0xfe,0xa0,0x10,0x8,0x8,0xfc,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x28,0x28,0xfe,0x29,0x39,0x12,0x7c,0x57,0x54,0x7c,0x11,0xfe,0x10,0x10,0x10,0x13,0x40,0x20,0x0,0xfe,0x2,0x44,0x40,0xfe,0x88,0x88,0x8,0x90,0x60,0x50,0x8c,0x4, -+0x10,0x1f,0x20,0x5f,0x80,0x3f,0x2,0x3f,0x22,0x4,0xff,0x8,0x19,0x6,0x9,0x30,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xe8,0x28,0x8,0xf8,0x88,0x8,0xa,0x8a,0x44, -+0x2,0x1,0x7f,0x40,0x82,0x2,0x2,0xff,0x4,0x8,0x18,0x6,0x1,0x2,0xc,0x30,0x0,0x0,0xfe,0x2,0x4,0x0,0x4,0xfe,0x20,0x20,0x20,0x40,0x80,0x40,0x30,0x10, -+0x8,0x8,0x8,0x17,0x10,0x31,0x52,0x94,0x1b,0x12,0x13,0x12,0x13,0x12,0x10,0x10,0x40,0x40,0x48,0xfc,0xa0,0x10,0x4e,0x44,0xf8,0x48,0xf8,0x48,0xf8,0x4a,0x42,0x3e, -+0x10,0x10,0x10,0x13,0xfa,0x14,0x10,0x3f,0xd0,0x10,0x11,0x10,0x10,0x10,0x50,0x23,0x40,0x20,0x0,0xfe,0x2,0x44,0x40,0xfe,0x88,0x88,0x8,0x90,0x60,0x50,0x8c,0x4, -+0x0,0x8,0x7f,0x48,0x49,0x48,0x4f,0x78,0x4b,0x4a,0x4a,0x4b,0x7a,0x4a,0x3,0x2,0x80,0x48,0xfc,0x0,0x10,0xa4,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x1,0x21,0x21,0x3f,0x0,0x3f,0x20,0x2f,0x20,0x20,0x3f,0x20,0x20,0x40,0x80,0x0,0x0,0x8,0x8,0xf8,0x0,0xfc,0x10,0xf8,0x80,0x88,0xfc,0x80,0x80,0x80,0x80,0x80, -+0x4,0x3e,0x24,0x25,0x25,0x3e,0x24,0x27,0x24,0x3c,0x25,0x24,0x24,0x44,0x94,0x9,0x40,0x20,0x0,0xfe,0x2,0x44,0x40,0xfe,0x88,0x88,0x8,0x90,0x60,0x50,0x8c,0x4, -+0x1,0x7f,0x41,0x82,0x7f,0x4,0xc,0x3,0x1c,0x1,0xff,0x5,0x9,0x11,0x61,0x1,0x0,0xfe,0x2,0x4,0xfc,0x20,0x40,0x80,0x70,0x4,0xfe,0x40,0x20,0x1c,0x8,0x0, -+0x4,0x3e,0x24,0x27,0x24,0x3c,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x45,0x96,0x8,0x40,0x20,0x4,0xfe,0x10,0xf8,0x90,0x90,0x90,0x90,0x90,0x90,0x92,0x12,0xe,0x0, -+0x3f,0x20,0x3f,0x20,0x3f,0x0,0x6,0x78,0x40,0x40,0x40,0x46,0x58,0x60,0x0,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0x4,0xfe,0x84,0x84,0x84,0xa4,0x94,0x88,0x80,0x80, -+0x1,0x1,0x3f,0x21,0x21,0xff,0x2,0xc,0x30,0xc0,0x3f,0x24,0x24,0x24,0xff,0x0,0x0,0x8,0xfc,0x8,0x8,0xfe,0x80,0x60,0x1e,0x4,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x0,0x0,0x7c,0x44,0x44,0x44,0x44,0x44,0x44,0x47,0x40,0x40,0x40,0x7f,0x40,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x44,0xc4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x8,0x8,0xa,0x7f,0x8,0x3f,0x8,0xff,0x10,0x1e,0x12,0x22,0x22,0x54,0x89,0x2,0x40,0x40,0x44,0x7e,0x88,0x8,0x48,0x48,0x48,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0xa,0x7f,0x8,0x3e,0x9,0xfe,0x10,0x1e,0x22,0x4a,0x85,0x0,0x24,0x22,0x40,0x40,0x40,0x40,0x44,0xfe,0x8,0x48,0x50,0x20,0x50,0x8e,0x4,0x0,0x88,0x44,0x4, -+0x10,0x20,0x7d,0x44,0x7c,0x45,0x7c,0x10,0xfe,0x28,0x55,0x92,0x7c,0x10,0x11,0x10,0x0,0x4,0xde,0x44,0x44,0x54,0xcc,0x44,0x44,0xcc,0x54,0x44,0x44,0x44,0x54,0x88, -+0x20,0x10,0x13,0xfc,0x8,0x10,0x10,0x37,0x58,0x94,0x10,0x10,0x10,0x11,0x12,0x14,0x10,0x38,0xc0,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x12,0x12,0x12,0x2f,0x22,0x6f,0xa2,0x3f,0x24,0x27,0x24,0x24,0x28,0x33,0x20,0x20,0x10,0x10,0x10,0x94,0x3e,0xc4,0x24,0xa8,0x28,0xa8,0x90,0x90,0xa8,0x28,0x46,0x84, -+0x2,0x4,0x1f,0x11,0x15,0x11,0x1f,0x11,0x15,0x11,0x1,0xff,0x2,0x4,0x18,0x60,0x0,0x10,0xf8,0x10,0x50,0x10,0xf0,0x10,0x50,0x10,0x4,0xfe,0x80,0x60,0x1c,0x8, -+0x10,0x11,0x17,0x14,0x5d,0x54,0x57,0x94,0x15,0x14,0x10,0x1f,0x10,0x11,0x12,0x1c,0x80,0x4,0xfe,0x44,0x54,0x44,0xfc,0x44,0x54,0x4,0x40,0xfe,0xa0,0x10,0xe,0x4, -+0x0,0x41,0x37,0x14,0x85,0x64,0x27,0xc,0x15,0x24,0xe0,0x2f,0x20,0x21,0x22,0x2c,0x80,0x4,0xfe,0x44,0x54,0x44,0xfc,0x44,0x54,0x4,0x40,0xfe,0xa0,0x10,0xe,0x4, -+0x4,0x4,0xff,0x4,0x4,0x1f,0x11,0x11,0x11,0x1f,0x10,0x10,0x10,0x10,0xf,0x0,0x40,0x44,0xfe,0x40,0x50,0xf8,0x10,0x10,0x10,0xf0,0x10,0x0,0x4,0x4,0xfc,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x13,0x11,0x19,0x37,0xd1,0x11,0x12,0x12,0x15,0x58,0x20,0x44,0xe4,0x44,0x54,0x54,0xd4,0x14,0x54,0xf4,0x54,0x54,0x44,0x44,0x44,0x94,0x8, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x12,0x12,0x12,0x14,0x58,0x20,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0x10,0x18,0xe,0x4,0x0, -+0x0,0x0,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x4a,0x7a,0x4a,0x4,0x8,0x10,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0x10,0x18,0xe,0x4,0x0, -+0x0,0x8,0x7f,0x4a,0x4a,0x4a,0x4a,0x4a,0x4b,0x4a,0x4a,0x7a,0x4a,0x2,0x1,0x0,0x0,0x8,0xfc,0x48,0x48,0x48,0x48,0x48,0xf8,0x8,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x12,0x1f,0x28,0x45,0x80,0x3f,0x21,0x21,0x21,0x3f,0x20,0x20,0x20,0x20,0x1f,0x0,0x48,0x7c,0xa0,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x0,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x20,0x20,0x20,0x10,0x8,0xe,0x4,0x0, -+0x0,0x0,0x1f,0x10,0x90,0x57,0x54,0x14,0x34,0x57,0xd4,0x14,0x24,0x24,0x43,0x0,0x80,0x44,0xfe,0x0,0x4,0xfe,0x44,0x44,0x44,0xfc,0x4,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x0,0x3f,0x21,0x21,0x21,0x21,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x1f,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x10,0xfc,0x13,0x10,0x14,0x19,0x31,0xd1,0x12,0x12,0x14,0x14,0x58,0x23,0xa0,0x90,0x90,0x84,0xfe,0x80,0x80,0xf8,0x8,0x8,0x90,0x60,0x20,0x50,0x8e,0x4, -+0x4,0x7e,0x44,0x44,0x47,0x7c,0x10,0x11,0x5d,0x51,0x52,0x52,0x5c,0x74,0xc8,0x3,0xa0,0x90,0x90,0x84,0xfe,0x80,0x80,0xf8,0x8,0x8,0x90,0x60,0x20,0x50,0x8e,0x4, -+0x28,0x28,0xff,0x29,0x39,0x11,0x7d,0x55,0x55,0x7d,0x11,0xff,0x11,0x11,0x10,0x10,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0xfc,0x4,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x11,0x50,0x20,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0xfc,0x4,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x15,0xff,0x11,0x7d,0x11,0xff,0x11,0x31,0x39,0x55,0x55,0x91,0x10,0x10,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0xfc,0x4,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x11,0x11,0x11,0x11,0xfd,0x11,0x11,0x11,0x11,0x1d,0xf1,0x40,0x0,0x0,0x3,0x4,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x3f,0x1,0x7f,0x89,0x22,0x7f,0x22,0x3e,0x8,0x7f,0x49,0x7f,0x8,0x7f,0x8,0x9,0xf8,0x0,0xfe,0x24,0x8,0x7c,0x48,0x48,0x78,0x48,0x48,0x78,0x48,0x48,0x88,0x18, -+0x0,0x3f,0x24,0x24,0x3f,0x1,0x1,0x3f,0x1,0x1,0xff,0x2,0x4,0x8,0x1f,0x0,0x8,0xfc,0x48,0x48,0xf8,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x20,0x10,0xf8,0x8, -+0x4,0x4,0xc,0x32,0x1,0x2,0xc,0x30,0xdf,0x11,0x11,0x1f,0x10,0x10,0x10,0xf,0x40,0x20,0x58,0x88,0x0,0x80,0x60,0x18,0xf6,0x10,0x10,0xf0,0x10,0x4,0x4,0xfc, -+0x2,0x4,0x8,0x3f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x3f,0x20,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x0,0x20,0x40,0x84,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0xff,0x1,0x2,0x4,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x4,0xfe,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x17,0x14,0x14,0xff,0x14,0x10,0x1b,0x30,0xd0,0x1f,0x10,0x11,0x12,0x57,0x20,0x4,0xfe,0xa4,0xa4,0xfc,0x44,0x50,0xf8,0x40,0x44,0xfe,0x80,0x10,0x8,0xfc,0x4, -+0x8,0x8,0xf,0x10,0x10,0x33,0x52,0x92,0x12,0x13,0x12,0x12,0x12,0x12,0x13,0x12,0x0,0x4,0xfe,0x40,0x88,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x7e,0x44,0x54,0x54,0x55,0x54,0x54,0x54,0x54,0x54,0x10,0x28,0x24,0x45,0x82,0x40,0x40,0x44,0x7e,0x88,0x8,0x48,0x48,0x48,0x50,0x50,0x20,0x50,0x8e,0x4,0x0, -+0x4,0xe,0x78,0x8,0x8,0x7e,0x8,0x8,0xff,0x8,0x9,0x8,0x10,0x10,0x20,0x40,0x8,0xfc,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x8,0x1c,0xf1,0x11,0x11,0xfd,0x11,0x39,0x35,0x50,0x51,0x97,0x10,0x10,0x10,0x10,0x20,0x44,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x12,0xf9,0x20,0x2f,0x20,0x24,0xfa,0x21,0x21,0x22,0x22,0x3c,0xe4,0x48,0x0,0x0,0x4,0x7e,0x10,0xd0,0x10,0x90,0xfc,0x10,0x10,0x90,0x50,0x50,0x14,0xfe,0x0, -+0x1,0x9,0xfd,0x21,0x25,0x25,0x25,0xf5,0x25,0x29,0x21,0x22,0x3a,0xe2,0x44,0x8,0x0,0x4,0x7e,0x10,0x10,0x10,0x10,0x7c,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x0, -+0x21,0x22,0x27,0x24,0xfe,0x25,0x24,0x2f,0x34,0xe6,0x25,0x24,0x24,0x28,0xb2,0x41,0x4,0x3e,0xa4,0xa4,0xa4,0xa4,0xc2,0xbc,0xa4,0xa4,0xa4,0x98,0x88,0x94,0xa4,0x42, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x11,0x15,0x19,0x31,0xd1,0x12,0x12,0x14,0x59,0x20,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x48,0x48,0x50,0x30,0x20,0x50,0x8e,0x4,0x0, -+0x8,0x12,0x3f,0x22,0x32,0x2a,0x22,0xfe,0x22,0x32,0x2a,0x22,0x22,0x22,0x4a,0x85,0x8,0x7c,0x48,0x48,0x48,0x86,0x0,0xfc,0x44,0x48,0x28,0x10,0x30,0x48,0x8e,0x4, -+0x0,0x2b,0x28,0x24,0x45,0x43,0x85,0x7f,0x25,0x25,0x25,0x25,0x24,0x24,0x4c,0x83,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x12,0x12,0x14,0x19,0x10,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x48,0x48,0x50,0x30,0x20,0x50,0x8e,0x4,0x0, -+0x8,0x48,0x49,0x49,0x49,0x7d,0x41,0x41,0x79,0x49,0x49,0x4a,0x4a,0x4c,0x89,0x8,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x48,0x48,0x50,0x30,0x20,0x50,0x8e,0x4,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x12,0x1c,0x33,0xd0,0x10,0x10,0x11,0x11,0x52,0x24,0x20,0xa0,0xa0,0x90,0x10,0xe,0x4,0x8,0xfc,0x88,0x88,0x88,0x8,0x8,0x28,0x10, -+0x10,0x10,0x12,0x11,0xfc,0x13,0x14,0x18,0x30,0xd7,0x10,0x10,0x10,0x10,0x50,0x20,0x40,0x40,0x48,0x50,0x40,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x8,0x8,0xa,0x11,0x10,0x37,0x30,0x50,0x90,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0x48,0x50,0x40,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x40,0x20,0xf8,0x7,0x54,0x55,0xfd,0x25,0x25,0x25,0x3d,0xe5,0x26,0x4b,0x90,0x0,0x10,0x48,0xbe,0x40,0x54,0x54,0x7e,0x48,0x48,0x48,0x7e,0x48,0xa8,0x98,0x8,0x8, -+0x1,0x21,0x19,0x9,0x1,0x3f,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x8,0x18,0x20,0x0,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0, -+0x2,0x2,0x2,0x2,0x3f,0x2,0x2,0x12,0x32,0x22,0x44,0x84,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x30,0x2c,0x26,0x22,0x20,0x20,0xa0,0x40,0x0, -+0x10,0x10,0x21,0x20,0x44,0xf8,0x11,0x20,0x40,0xfc,0x3,0x0,0x1c,0xe0,0x40,0x0,0x20,0x20,0x24,0xac,0xb0,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x8,0x8,0xa,0xff,0x8,0x8,0x7e,0x8,0xa,0xff,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0xa,0xff,0x8,0x7e,0x8,0xff,0x8,0x11,0x3f,0xd1,0x11,0x11,0x11,0x11,0x1,0x0,0x7c,0x48,0x50,0x58,0x44,0x64,0x58,0x50,0xf0,0x10,0x10,0x10,0x50,0x20,0x0, -+0x11,0x11,0x11,0x17,0xf9,0x11,0x37,0x39,0x55,0x57,0x91,0x11,0x12,0x12,0x14,0x10,0x0,0x3e,0x22,0xe4,0x24,0x28,0xe4,0x24,0x22,0xe2,0x22,0x34,0x28,0x20,0x20,0x20, -+0x10,0x10,0x11,0x10,0xfc,0x13,0x32,0x38,0x57,0x50,0x90,0x10,0x10,0x11,0x12,0x14,0x40,0x28,0xfc,0x88,0x50,0xfe,0x44,0x20,0xfe,0x80,0xf8,0x88,0x88,0x8,0x28,0x10, -+0x8,0x7c,0x49,0x48,0x48,0x7b,0x4a,0x48,0x4f,0x78,0x48,0x48,0x48,0x48,0x89,0x1a,0x40,0x28,0xfc,0x88,0x50,0xfe,0x44,0x20,0xfe,0x80,0xf8,0x88,0x88,0x88,0x28,0x10, -+0x11,0x11,0x21,0x27,0x49,0xf1,0x27,0x41,0xf9,0x47,0x1,0x19,0xe2,0x42,0x4,0x0,0x0,0x3e,0x22,0xe4,0x24,0x28,0xe4,0x24,0x22,0xe2,0x22,0x34,0x28,0x20,0x20,0x20, -+0x10,0x10,0x17,0x10,0xfd,0x10,0x37,0x39,0x55,0x52,0x95,0x10,0x13,0x10,0x10,0x10,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0x20,0x50,0x4e,0xf4,0x40,0xf8,0x40,0x40,0x40, -+0x0,0x8,0xfd,0x10,0x10,0x23,0x22,0x3c,0x67,0xa4,0x24,0x24,0x24,0x3c,0x25,0x2,0x40,0x28,0xfc,0x88,0x50,0xfe,0x44,0x20,0xfe,0x80,0xf8,0x88,0x88,0x88,0x28,0x10, -+0x10,0x10,0x10,0x14,0x7f,0x54,0x54,0x55,0x54,0x7c,0x13,0x14,0x1c,0xe4,0x40,0x0,0x20,0x20,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x10,0x10,0x11,0x1c,0x20,0x23,0x7e,0x90,0x13,0x7c,0x10,0x10,0x14,0x18,0x11,0x2,0x40,0x28,0xfc,0x88,0x50,0xfe,0x44,0x20,0xfe,0x80,0xf8,0x88,0x88,0x88,0x28,0x10, -+0x8,0x8,0xb,0x11,0x10,0x37,0x54,0x90,0x1f,0x11,0x11,0x11,0x11,0x11,0x12,0x14,0x80,0x50,0xf8,0x10,0xa0,0xfc,0x88,0x40,0xfe,0x0,0xf0,0x10,0x10,0x10,0x50,0x20, -+0x0,0x40,0x37,0x11,0x0,0xf,0xe8,0x20,0x2f,0x21,0x21,0x21,0x29,0x31,0x22,0x4,0x80,0x48,0xfc,0x10,0xa0,0xfe,0x84,0x40,0xfe,0x0,0xf0,0x10,0x10,0x10,0x50,0x20, -+0x4,0x4,0xff,0x4,0x4,0xf,0x10,0x2f,0x48,0x8,0xf,0x8,0x8,0x8,0x7,0x0,0x40,0x44,0xfe,0x40,0x10,0xf8,0x10,0x90,0x90,0x90,0x90,0x30,0x4,0x4,0xfc,0x0, -+0x4,0x3e,0x24,0x25,0x26,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x45,0x94,0x8,0x80,0x88,0xfc,0x8,0x28,0xf8,0x28,0x28,0x28,0xe8,0x28,0x10,0x2,0x2,0xfe,0x0, -+0x4,0x4,0x4,0xf,0x10,0x20,0x5f,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x10,0xf8,0x10,0x90,0xd0,0x90,0x90,0x90,0x90,0x30,0x4,0x4,0xfc,0x0, -+0x2,0x1,0x7f,0x8,0x17,0x14,0x37,0x50,0x9f,0x12,0x14,0x5,0xc,0x14,0x66,0x4,0x0,0x8,0xfc,0x0,0xf0,0x10,0xf0,0x80,0xfc,0xa0,0x90,0x8,0xd0,0x20,0x5c,0x8, -+0x1,0x7f,0x1,0x3f,0x1,0xff,0x8,0x49,0x29,0x2a,0x1c,0x2a,0xc9,0x8,0x28,0x10,0x4,0x84,0x4,0x24,0x24,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x84,0x84,0x14,0x8, -+0x8,0xff,0x8,0x47,0x20,0x27,0x84,0x4f,0x14,0x27,0xe4,0x20,0x2f,0x22,0x21,0x20,0x20,0xfe,0x50,0xfc,0x40,0xfc,0x44,0xfc,0x44,0xfc,0x44,0x10,0xfe,0x10,0x10,0x30, -+0x1f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x8,0xf,0x10,0x2f,0x48,0xf,0x8,0x8,0x7,0xf0,0x0,0xfe,0x2,0x74,0x0,0x70,0x0,0xf0,0x90,0xd0,0x90,0x90,0xb4,0x4,0xfc, -+0x8,0xb,0xa,0x12,0x12,0x33,0x32,0x50,0x9f,0x10,0x10,0x11,0x12,0x14,0x18,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x44,0xfe,0x40,0xe0,0x50,0x48,0x4e,0x44,0x40, -+0x10,0x17,0x14,0x24,0x27,0x60,0xbf,0x21,0x22,0x2c,0x1,0x3f,0x1,0x1,0xff,0x0,0x10,0xf8,0x10,0x10,0xf0,0x80,0xfc,0xc0,0xa0,0x9c,0x80,0xf8,0x0,0x4,0xfe,0x0, -+0x20,0x20,0x20,0x3c,0x25,0x4a,0x45,0xa1,0x21,0x21,0x21,0x25,0x29,0x31,0x20,0x0,0x80,0x80,0x84,0xfe,0x4,0x14,0xfc,0x14,0x14,0xf4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x2,0x1,0x7f,0x40,0x80,0x0,0x3f,0x1,0x1,0x1f,0x1,0x1,0x1,0x1,0x7f,0x0,0x0,0x0,0xfe,0x2,0x4,0x10,0xf8,0x0,0x20,0xf0,0x0,0x60,0x20,0x8,0xfc,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x11,0x1d,0x31,0xd1,0x11,0x11,0x11,0x11,0x50,0x20,0x80,0x80,0x84,0xfe,0x4,0x14,0xfc,0x14,0x14,0xf4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x11,0x51,0x21,0x8,0xfc,0x8,0x8,0x28,0x10,0x0,0xf8,0x8,0x90,0x50,0x20,0x50,0x8e,0x4,0x0, -+0x1f,0x10,0x1f,0x10,0x1f,0x4,0x7f,0x4,0xff,0x4,0x9,0x35,0xc3,0x9,0x11,0x3,0xf0,0x10,0xf0,0x10,0xf0,0x40,0xfc,0x40,0xfe,0x40,0x20,0x5e,0x84,0x20,0x10,0x0, -+0x8,0x10,0x22,0xd4,0x48,0x31,0x2a,0xcc,0x14,0x24,0xcc,0x14,0x64,0x4,0x28,0x10,0x40,0x40,0x40,0x44,0xfe,0x4,0x4,0x84,0x44,0x44,0x4,0x4,0x4,0x4,0x28,0x10, -+0x8,0x8,0x1e,0x14,0x28,0x7f,0xaa,0x2a,0x3e,0x2a,0x2a,0x3e,0x0,0xe,0x70,0x20,0x40,0x40,0x44,0x7e,0x84,0x14,0xf4,0x94,0x94,0xf4,0x94,0x88,0x82,0x82,0x7e,0x0, -+0x13,0x12,0x13,0x16,0x5b,0x51,0x57,0x91,0x1f,0x11,0x12,0x2d,0x28,0x41,0x82,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x10,0xfc,0x10,0xfe,0x10,0x48,0x56,0xe4,0x50,0x48,0xc0, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x30,0x38,0x55,0x52,0x94,0x18,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x20,0x20,0x40,0x40,0xd0,0x48,0x46,0x42,0x40,0x40,0x40,0x40,0x40, -+0x0,0x8,0xfd,0x11,0x11,0x21,0x25,0x3f,0x65,0xa4,0x25,0x27,0x24,0x3c,0x24,0x0,0x20,0x44,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x4,0xfc,0x4,0x4,0x7c,0x4,0x4,0xfc,0x4,0x0,0x12,0x51,0x50,0x90,0xf,0x0,0x44,0x7e,0x40,0x48,0x7c,0x40,0x44,0x7e,0x40,0x0,0x0,0x84,0x92,0x12,0xf0,0x0, -+0x1,0x2,0x1f,0x11,0x11,0x1f,0x11,0x12,0x1f,0x5,0x9,0xff,0x1,0x1,0x1,0x1,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x4,0x4,0x4,0x4,0x4,0x7c,0x4,0x4,0x4,0x4,0x4,0x4,0x1c,0xe4,0x44,0x0,0x80,0x80,0x88,0x98,0xa0,0xc0,0x80,0x80,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x4,0x7c,0x4,0x7c,0x4,0x7c,0x6,0x4,0x3f,0x9,0x1f,0x1,0xff,0x1,0x1,0x1,0x88,0xfc,0x80,0xfc,0x80,0xfc,0x80,0x10,0xf8,0x0,0xf0,0x4,0xfe,0x0,0x0,0x0, -+0x4,0x4,0x7c,0x4,0x1c,0xe4,0x40,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x10,0x40,0x44,0x78,0x42,0x42,0x3e,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x0,0x1f,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x12,0x2,0x4,0x8,0x30,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x40,0x20,0x18,0x8, -+0x10,0x10,0x11,0x1d,0x21,0x41,0xbd,0x11,0x11,0xfd,0x11,0x11,0x14,0x18,0x11,0x2,0x0,0x4,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x50,0x88,0x6,0x2, -+0x8,0x8,0xf,0x10,0x12,0x31,0x51,0x9f,0x10,0x13,0x12,0x12,0x12,0x12,0x13,0x12,0x80,0x48,0xfc,0x0,0x18,0x10,0x24,0xfe,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x44,0x29,0x11,0x29,0x49,0x89,0x9,0x19,0x29,0x49,0x89,0x8,0x8,0x51,0x22,0x0,0x4,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x50,0x88,0x6,0x2, -+0x4,0x7,0x8,0x14,0x23,0x2,0xc,0x30,0xdf,0x11,0x11,0x1f,0x11,0x11,0x1f,0x10,0x0,0xf0,0x20,0x40,0x80,0x80,0x60,0x1e,0xf4,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x8,0xf,0x14,0x12,0x23,0xc,0x30,0xdf,0x11,0x1f,0x11,0x1f,0x2,0x29,0x28,0x47,0x0,0xe0,0x40,0x80,0x80,0x60,0x1e,0xf4,0x10,0xf0,0x10,0xf0,0x0,0x88,0x94,0xf4, -+0x10,0x10,0x17,0x14,0x5a,0x51,0x51,0x9f,0x10,0x13,0x12,0x2a,0x26,0x46,0x83,0x2,0x80,0x48,0xfc,0x0,0x18,0x10,0x24,0xfe,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x10,0x10,0x5,0xfd,0x9,0x11,0x35,0x59,0x95,0x11,0x12,0x12,0x14,0x18,0x13,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0x20,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x1,0x1,0x7f,0x2,0x5,0x9,0x37,0xc1,0x9,0x8,0x7f,0x8,0x8,0x8,0x10,0x20,0x0,0x8,0xfc,0x80,0x40,0x30,0xce,0x4,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20, -+0x4,0x4,0xff,0x4,0x1,0x1,0xff,0x3,0x5,0x9,0x11,0x2f,0xc1,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x0,0x4,0xfe,0x80,0x40,0x20,0x10,0xee,0x4,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x7f,0x5,0x5,0x5,0x9,0x9,0x11,0x2f,0xc1,0x1,0x1,0x1,0x0,0x0,0x0,0x8,0xfc,0x40,0x40,0x40,0x20,0x20,0x10,0xee,0x4,0x0,0x0,0x0, -+0x8,0xa,0x1f,0x28,0x45,0x1,0x7f,0x3,0x5,0x9,0x11,0x2f,0xc1,0x1,0x1,0x1,0x40,0x48,0x7c,0xa0,0x10,0x0,0xfc,0x80,0x40,0x20,0x10,0xee,0x4,0x0,0x0,0x0, -+0x1,0x21,0x21,0x3f,0x0,0x3e,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x22,0x4a,0x85,0x0,0x8,0x8,0xf8,0x8,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88,0x88,0xa8,0x10, -+0x10,0x17,0x24,0x24,0x44,0xff,0x14,0x24,0x44,0xff,0x44,0x4,0x1c,0xe4,0x4a,0x11,0x4,0xbe,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xc4,0x94,0x8, -+0x0,0xff,0x1,0x7,0x19,0xe1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x41,0x81,0x4,0xfe,0x0,0x60,0x18,0x4,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x28,0x10, -+0x0,0xff,0x4,0x8,0x1f,0x28,0xc8,0xf,0x9,0x1,0x7d,0x5,0x9,0x11,0x61,0x3,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0xf0,0x8,0x18,0xa0,0x40,0x20,0x1e,0x4,0x0, -+0x0,0x7a,0x4a,0x4b,0x48,0x7b,0x12,0x12,0x13,0x5a,0x52,0x53,0x5a,0xe2,0x44,0x9,0x40,0x44,0x44,0xfc,0x4,0xbe,0xa4,0xa4,0xbc,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xcc, -+0x4,0x42,0x21,0x2f,0x2,0x2,0xe2,0x2f,0x22,0x22,0x22,0x22,0x24,0x58,0x8f,0x0,0x10,0x20,0x40,0xf8,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20,0x26,0xfc,0x0, -+0x0,0x4f,0x20,0x27,0x4,0x4,0xe7,0x20,0x2f,0x28,0x2f,0x28,0x2f,0x50,0x8f,0x0,0x10,0xf8,0x0,0xf0,0x10,0x10,0xf0,0x0,0xf8,0x88,0xf8,0x88,0xf8,0x6,0xfc,0x0, -+0x1,0x1f,0x12,0x11,0x10,0x1f,0x0,0x3f,0x21,0x3f,0x21,0x3f,0x0,0xff,0x4,0x18,0x10,0xf8,0x10,0x10,0x90,0xf0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x40,0x40, -+0x0,0x20,0x20,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x20,0x20,0x26,0x38,0x60,0x0,0x80,0x80,0x80,0x80,0x88,0x98,0xa0,0xc0,0x80,0x80,0x80,0x82,0x82,0x82,0x7e,0x0, -+0x2,0x3f,0x22,0x22,0x3e,0x9,0xff,0x8,0x7f,0x41,0x5d,0x55,0x5d,0x41,0x7f,0x41,0x0,0x7c,0x44,0x44,0x48,0x48,0xd0,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0xa,0x1f,0x28,0x45,0x0,0x7f,0x1,0x1,0x3f,0x1,0x1,0xff,0x1,0x1,0x0,0x20,0x28,0x7c,0xa0,0x10,0x7c,0x80,0x10,0x78,0x80,0x8,0x7c,0x80,0x2,0x2,0xfe, -+0x8,0x8,0x10,0x13,0x22,0x4a,0x8a,0x12,0x33,0x52,0x93,0x12,0x14,0x14,0x19,0x16,0x40,0x40,0x40,0xfc,0x44,0x48,0x40,0x40,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x4,0xfe,0x11,0x7d,0x11,0x1f,0xf1,0x0,0x7f,0x4,0x8,0x1f,0x28,0xc8,0xf,0x8,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xfc,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x8,0xff,0x9,0x2,0x3f,0x24,0x23,0x24,0x3f,0x0,0x20,0x3e,0x20,0x26,0x78,0x20,0x24,0xfe,0x20,0x10,0xf8,0x90,0x10,0x90,0xf0,0x0,0x88,0x98,0xa0,0xc4,0x84,0x7c, -+0x4,0x4,0xff,0x4,0x49,0x2a,0xc,0x7f,0x49,0x49,0x5d,0x6b,0x49,0x49,0x41,0x43,0x40,0x44,0xfe,0x40,0x20,0x24,0x3e,0x44,0xa4,0x24,0x24,0x28,0x10,0x28,0x46,0x84, -+0x20,0x20,0x20,0x3e,0x20,0x22,0x2c,0x70,0x21,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x80,0x80,0x98,0xe0,0x80,0x84,0x84,0x7c,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x20,0x20,0x3e,0x20,0x2e,0x30,0x0,0xff,0x10,0x1e,0x22,0x52,0xc,0x8,0x10,0x60,0x80,0x98,0xe0,0x80,0x88,0x78,0x4,0xfe,0x80,0x88,0x98,0xa0,0xc0,0x84,0x84,0x7c, -+0x0,0x20,0x24,0x3e,0x20,0x20,0x2e,0x30,0x4,0x12,0x50,0x51,0x96,0x18,0x67,0x0,0x80,0x88,0x98,0xa0,0xc0,0x84,0x84,0x7c,0x0,0x40,0x88,0x6,0x12,0x10,0xf0,0x0, -+0x0,0x3,0x7d,0x1,0x1,0x3f,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x1,0x1,0x1,0x38,0xc0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x28,0x10,0x0,0x0,0x0, -+0x1,0x0,0x3f,0x20,0x24,0x24,0x24,0x24,0x27,0x24,0x24,0x24,0x25,0x4e,0x84,0x0,0x0,0x88,0xfc,0x0,0x40,0x40,0x44,0x4c,0x50,0x60,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x1,0x0,0x3f,0x20,0xaf,0x68,0x2f,0x28,0x2f,0x60,0xbf,0x24,0x24,0x44,0x88,0x10,0x0,0x88,0xfc,0x0,0xf8,0x88,0xf8,0x88,0xf8,0x0,0xfe,0x10,0x10,0x10,0x10,0x10, -+0x20,0x1b,0x8,0x40,0x40,0x5f,0x40,0x41,0x42,0x44,0x48,0x50,0x40,0x42,0x41,0x40,0x4,0xfe,0x4,0x84,0xa4,0xf4,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x14,0x8, -+0x8,0x49,0x2b,0x2c,0x9,0x7f,0x49,0x49,0x5d,0x5b,0x69,0x49,0x49,0x4b,0x40,0x41,0x20,0x20,0x20,0x24,0x7e,0x84,0x44,0x44,0x44,0x48,0x28,0x10,0x28,0x48,0x86,0x4, -+0x8,0x49,0x2a,0x8,0x7f,0x49,0x5d,0x6b,0x49,0x43,0x8,0xff,0x8,0x8,0x10,0x20,0x20,0x20,0x24,0x3e,0x44,0xc4,0x28,0x10,0x28,0x46,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x2,0x1,0x1,0x1,0x8,0x8,0x48,0x48,0x48,0x89,0xa,0xc,0x18,0x28,0x47,0x0,0x0,0x0,0x20,0x30,0x20,0x40,0x48,0x46,0x82,0x0,0x0,0x10,0x10,0x10,0xf0,0x0, -+0x0,0x0,0x3e,0x23,0x22,0x22,0x3e,0x23,0x20,0x3e,0x23,0x62,0xa2,0x3e,0x20,0x0,0x40,0x20,0x8,0xfc,0x0,0x88,0x50,0xfe,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20, -+0x2,0x3f,0x22,0x22,0x3e,0x21,0x3e,0x62,0xa2,0x3e,0x20,0x1f,0x0,0x0,0x7f,0x0,0x20,0x14,0xfe,0x44,0x28,0xfe,0x10,0xfe,0x10,0x90,0x80,0xf8,0x80,0x84,0xfe,0x0, -+0x2,0x3f,0x22,0x3e,0x21,0x3e,0x62,0xbe,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x20,0xfc,0x88,0x50,0xfe,0x20,0xf8,0x20,0x20,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x30, -+0x1,0x4f,0x29,0x9,0x9,0xf,0xe8,0x28,0x2f,0x39,0x29,0x29,0x2f,0x50,0x8f,0x0,0x20,0x90,0x14,0xfe,0x0,0x44,0x28,0xfe,0x10,0x10,0x7c,0x10,0x10,0x16,0xfc,0x0, -+0x2,0x7a,0x4a,0x53,0x52,0x62,0x52,0x4b,0x48,0x48,0x68,0x53,0x40,0x40,0x4f,0x40,0x20,0x20,0x24,0xac,0x30,0x20,0xa4,0x1c,0x40,0x40,0x50,0xf8,0x40,0x44,0xfe,0x0, -+0x28,0x28,0xfe,0x29,0x3b,0x15,0x7d,0x55,0x55,0x7d,0x11,0xff,0x11,0x11,0x11,0x11,0x84,0xfe,0x90,0x7c,0x54,0x54,0x7c,0x54,0x54,0x7c,0x10,0x50,0x20,0x30,0x4e,0x84, -+0x0,0x20,0x10,0x10,0x7,0x0,0xf0,0x10,0x11,0x11,0x11,0x12,0x14,0x28,0x47,0x0,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x8,0x8,0x8,0x50,0x20,0x6,0xfc,0x0, -+0x10,0x10,0x23,0x22,0x4a,0xfb,0x12,0x22,0x43,0xf6,0x4a,0x3,0x1a,0xe2,0x42,0x2,0x80,0x48,0xfc,0x8,0x8,0xf8,0x0,0x4,0xfe,0x94,0x94,0xfc,0x94,0x94,0x94,0xc, -+0x4,0x7e,0x45,0x54,0x54,0x54,0x55,0x54,0x54,0x54,0x54,0x10,0x28,0x47,0x82,0x0,0x8,0x1c,0xe0,0x0,0x40,0x20,0xfc,0x4,0x8,0x10,0x20,0x40,0x80,0x46,0x3c,0x0, -+0x1,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x19,0x29,0x2f,0x49,0x89,0x9,0x8,0x0,0x88,0xfc,0x8,0x8,0xf8,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x10,0x17,0x10,0x10,0x27,0x24,0x67,0xa4,0x27,0x24,0x22,0x21,0x20,0x21,0x22,0x2c,0x4,0xfe,0x40,0x44,0xfe,0x44,0xfc,0x44,0xfc,0x44,0x40,0x40,0x80,0x60,0x1e,0x4, -+0x2,0x1,0x7f,0x4,0x14,0x14,0x24,0x44,0x1f,0x8,0x4,0x2,0x1,0x2,0xc,0x30,0x0,0x8,0xfc,0x40,0x50,0x48,0x4c,0x44,0xf0,0x20,0x40,0x80,0x0,0xc0,0x3c,0x8, -+0x2,0x1,0x1,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x40,0x20,0x10,0x10,0x0,0x0,0x0,0x0,0x0, -+0x20,0x10,0x10,0x7c,0x8,0x2a,0x2a,0xfe,0x12,0x10,0xfc,0x11,0x11,0x12,0x24,0x40,0x10,0x88,0x88,0xbe,0x84,0x94,0x94,0xbe,0x88,0x88,0xbe,0x8,0x8,0x8,0x8,0x8, -+0x20,0x12,0x11,0x7d,0x8,0x2f,0x29,0xfd,0x11,0x11,0xfd,0x11,0x11,0x11,0x21,0x40,0x20,0x10,0x10,0x7c,0x8,0x28,0x28,0x7e,0x10,0x10,0x7c,0x10,0x50,0x90,0x10,0x10, -+0x20,0x10,0x10,0x7d,0x9,0x2b,0x28,0xfc,0x11,0x13,0xfc,0x10,0x10,0x13,0x20,0x40,0x10,0x88,0x88,0x3e,0x4,0xd4,0x54,0xbe,0x8,0xc8,0x3e,0x8,0xc8,0x8,0x8,0x8, -+0x0,0x40,0x27,0x24,0x4,0x7,0xe4,0x27,0x26,0x26,0x2b,0x2a,0x32,0x50,0x8f,0x0,0x80,0x48,0xfc,0x8,0x8,0xf8,0x0,0xf8,0xa8,0xa8,0xf8,0xa8,0xa8,0x6,0xfc,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x10,0x37,0x38,0x54,0x51,0x91,0x12,0x14,0x10,0x11,0x10,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x40,0x40,0x50,0x48,0x4c,0x44,0x40,0x40,0x80, -+0x5,0x7,0x4,0x3f,0x24,0x27,0x3c,0x27,0x20,0x2f,0x29,0x29,0x29,0x49,0x90,0x20,0x0,0x84,0xc,0xd0,0xa0,0x4,0x8c,0x90,0x20,0x44,0xc,0x10,0x22,0x42,0xfe,0x0, -+0x0,0x7b,0x48,0x48,0x49,0x79,0x49,0x49,0x48,0x79,0x48,0x4b,0x48,0x49,0x4a,0x98,0x4,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x0,0xfc,0x0,0xfe,0xa8,0x24,0x22,0x60, -+0x1,0x1,0x7f,0x1,0x3f,0x1,0x1,0xff,0x2,0x5,0xc,0x34,0xc4,0x5,0x6,0x4,0x0,0x8,0xfc,0x0,0xf8,0x0,0x4,0xfe,0x0,0x10,0xa0,0x40,0x30,0xe,0x4,0x0, -+0x8,0x2a,0x1c,0x7f,0x49,0x5d,0x6b,0x47,0x8,0x3f,0x51,0x1f,0x11,0x1f,0x0,0xff,0x20,0x24,0x3e,0x44,0xa8,0x10,0x2e,0xc4,0x90,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe, -+0x49,0x2a,0x8,0x7f,0x49,0x5d,0x6b,0x49,0x43,0x0,0x2a,0x29,0x28,0x48,0x7,0x0,0x20,0x20,0x24,0x3e,0x48,0xa8,0x10,0x2e,0x44,0x0,0x10,0x88,0xa4,0x24,0xe0,0x0, -+0x1,0x3f,0x21,0x21,0x21,0x3f,0x28,0x9,0xff,0x9,0x9,0x11,0x11,0x25,0x42,0x0,0x4,0x84,0x4,0x24,0x24,0x24,0x24,0x24,0xa4,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x0,0x3f,0x21,0xa7,0x64,0x27,0x24,0x27,0x64,0xa7,0x21,0x22,0x26,0x3b,0x42,0x81,0x84,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x20,0x10,0x6e,0x84,0x8,0xf8, -+0x10,0x10,0x10,0x10,0xff,0x10,0x31,0x39,0x52,0x52,0x94,0x10,0x10,0x10,0x10,0x10,0x80,0x82,0x82,0x84,0xe8,0x90,0x82,0xc2,0xa4,0x88,0x92,0x82,0x84,0x88,0x90,0xa0, -+0x0,0x20,0x11,0x0,0xfc,0xb,0x48,0x28,0x29,0x11,0x29,0x25,0x45,0x81,0x3,0x0,0x10,0x10,0xf4,0x12,0x10,0xfe,0x10,0x50,0x50,0x70,0x50,0x48,0x48,0x6a,0x86,0x2, -+0x2,0x42,0x2a,0x2b,0xa,0x8a,0x5f,0x2,0x2a,0x2a,0xd3,0x42,0x44,0x48,0x50,0x1,0x4,0xfe,0x10,0xa4,0x7e,0x44,0xd4,0x54,0x54,0xd4,0x54,0x54,0x10,0x28,0x46,0x82, -+0x0,0x40,0x2f,0x28,0x10,0x83,0x52,0x13,0x12,0x22,0xe2,0x3f,0x20,0x23,0x22,0x24,0x80,0x40,0xfe,0x2,0x64,0x80,0x10,0xf8,0x20,0x20,0x24,0xfe,0x0,0x20,0x18,0x8, -+0x2,0x1,0x3f,0x20,0x40,0xf,0x8,0xf,0x8,0x8,0x8,0xff,0x0,0xc,0x8,0x10,0x0,0x0,0xfc,0x4,0xe8,0x0,0x20,0xf0,0x40,0x40,0x44,0xfe,0x0,0x40,0x30,0x10, -+0x10,0x10,0x17,0x14,0xfc,0x11,0x15,0x19,0x31,0xd1,0x11,0x1f,0x10,0x11,0x51,0x22,0x40,0x20,0xfe,0x2,0x34,0xc0,0x10,0xf8,0x10,0x10,0x14,0xfe,0x0,0x90,0xc,0x4, -+0x0,0x0,0xf,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0xff,0x0,0x4,0xc,0x10,0x20,0x20,0xf0,0x0,0x0,0x0,0x10,0xf8,0x40,0x40,0x44,0xfe,0x0,0x40,0x30,0x18,0x8, -+0x0,0x40,0x30,0x10,0x0,0xf,0x11,0x12,0x22,0xe4,0x24,0x28,0x30,0x20,0x22,0x21,0x80,0x80,0x84,0x8c,0x90,0xa0,0xc0,0xc0,0xa0,0x90,0x88,0x8e,0x84,0x80,0x80,0x0, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x33,0x3a,0x56,0x52,0x92,0x13,0x12,0x12,0x12,0x12,0x0,0x4,0xfe,0x40,0x40,0x44,0xfe,0x44,0x44,0x64,0x9c,0xc,0x4,0x4,0x14,0x8, -+0x0,0x0,0xff,0x1,0x1,0x1,0x3f,0x21,0x21,0x21,0x22,0x24,0x28,0x20,0x20,0x20,0x0,0x4,0xfe,0x0,0x0,0x8,0xfc,0x8,0x8,0x88,0x48,0x28,0x28,0x8,0x28,0x10, -+0x0,0x3f,0x1,0x7f,0x1,0x3f,0x1,0xff,0x1,0x3f,0x3,0x5,0x9,0x11,0x61,0x1,0x78,0x80,0x8,0xfc,0x0,0xf0,0x14,0xfe,0x10,0xf0,0x80,0x40,0x30,0xe,0x4,0x0, -+0x20,0x21,0x20,0x3c,0x47,0x48,0xa0,0x20,0x27,0x20,0x20,0x24,0x28,0x31,0x22,0x4,0x0,0x8,0x90,0x0,0xfc,0x90,0x90,0x94,0xfe,0x90,0x90,0x90,0x90,0x10,0x10,0x10, -+0x0,0x20,0x2f,0x20,0x28,0xb0,0xa7,0xa4,0x24,0x24,0x24,0x25,0x54,0x4c,0x84,0x4,0x0,0x4,0xfe,0x40,0x40,0x44,0xfe,0x44,0x44,0x64,0x94,0x14,0x4,0x4,0x14,0x8, -+0x0,0x0,0x1f,0x10,0x90,0x57,0x50,0x10,0x37,0x54,0x94,0x14,0x25,0x24,0x44,0x4,0x80,0x44,0xfe,0x0,0x8,0xfc,0x40,0x44,0xfe,0x44,0x44,0xa4,0x14,0x4,0x14,0x8, -+0x10,0xc,0x4,0x3f,0x4,0x4,0x4,0x4,0xff,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x10,0x30,0x40,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x8,0xfc,0x11,0x11,0x11,0x7d,0x11,0x11,0x11,0x1e,0xf2,0x42,0x4,0x8,0x3,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xfc,0x4,0x88,0x48,0x50,0x20,0x50,0x8e,0x4, -+0x8,0x8,0xff,0x8,0x20,0x13,0x92,0x42,0xa,0x12,0xe2,0x24,0x24,0x24,0x29,0x32,0x20,0x24,0xfe,0x20,0x20,0xfe,0x22,0x24,0xf8,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x13,0x10,0x12,0xfd,0x17,0x11,0x1a,0x34,0xd3,0x12,0x12,0x13,0x12,0x52,0x23,0x38,0xc0,0x44,0x4c,0x50,0xfe,0x50,0x4e,0x44,0xf8,0x48,0x48,0xf8,0x48,0x48,0xf8, -+0x10,0x10,0x12,0x12,0xff,0x10,0x14,0x18,0x11,0x31,0xd2,0x12,0x14,0x18,0x51,0x22,0x40,0x50,0x48,0x40,0xfe,0x80,0x80,0xf8,0x8,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x20,0x20,0x20,0x38,0x47,0x80,0x78,0x20,0x21,0xfa,0x24,0x21,0x28,0x30,0x20,0x0,0x40,0x40,0x40,0x48,0xfc,0x40,0xe0,0xd0,0x48,0x4e,0x44,0xf0,0x40,0x40,0x40,0x40, -+0x0,0x40,0x30,0x17,0x4,0x84,0x44,0xf,0x14,0x25,0xe4,0x24,0x28,0x29,0x32,0x24,0x40,0x40,0x40,0xfc,0x44,0x48,0x40,0xf8,0x8,0x10,0xa0,0x40,0xa0,0x10,0xe,0x4, -+0x20,0x20,0x2f,0x20,0x27,0xfc,0x27,0x24,0x27,0x24,0x20,0x2f,0x22,0x21,0x20,0x20,0x50,0x48,0xfe,0x40,0xfc,0x44,0xfc,0x44,0xfc,0x44,0x10,0xfe,0x10,0x10,0x50,0x20, -+0x8,0xa,0x7f,0x8,0x8,0x7f,0x41,0x82,0x3e,0x4,0x8,0x7e,0x8,0x8,0x29,0x12,0x20,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x10,0x10,0x17,0x10,0xfb,0x12,0x13,0x1a,0x33,0xd2,0x10,0x1f,0x12,0x11,0x50,0x20,0x50,0x48,0xfc,0x40,0xf8,0x48,0xf8,0x48,0xf8,0x48,0x10,0xfe,0x10,0x10,0x50,0x20, -+0x10,0x10,0x10,0x1d,0x21,0x21,0x7d,0x91,0x11,0x7d,0x11,0x11,0x15,0x19,0x11,0x0,0x40,0x40,0x84,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x10,0x12,0x1f,0x28,0x45,0x20,0x10,0x83,0x42,0xa,0x13,0xe2,0x22,0x22,0x23,0x22,0x40,0x44,0x7e,0xa0,0x10,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x8,0x11,0x11,0x31,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x40,0x40,0x84,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x2,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x11,0x1,0x3f,0x21,0x21,0x21,0x21,0x21,0x1,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0x8,0xfc,0x8,0x8,0x8,0x28,0x10,0x0, -+0x8,0x8,0x12,0x3f,0x22,0x32,0x2a,0x22,0xfe,0x22,0x32,0x2a,0x22,0x22,0x4a,0x84,0x20,0x20,0x44,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84,0x84,0x84,0x84,0xfc,0x84,0x0, -+0x8,0x7c,0x4b,0x48,0x4b,0x7a,0x4c,0x49,0x48,0x78,0x4f,0x48,0x48,0x48,0x49,0x98,0x40,0x48,0xfc,0x40,0xfc,0x4,0x8,0xf0,0x20,0x44,0xfe,0x40,0x40,0x40,0x40,0x80, -+0x8,0x7c,0x4f,0x48,0x4b,0x7a,0x4b,0x4a,0x4b,0x7a,0x48,0x4f,0x4a,0x49,0x48,0x98,0x50,0x48,0xfe,0x40,0xf8,0x48,0xf8,0x48,0xf8,0x48,0x10,0xfe,0x10,0x10,0x50,0x20, -+0x2,0x42,0x32,0x1f,0x82,0x5f,0x50,0xf,0x11,0x22,0xe3,0x2e,0x22,0x22,0x2a,0x25,0x10,0x10,0x90,0xd4,0x3e,0xd4,0x54,0x94,0x14,0x24,0xa4,0x24,0x44,0x44,0x94,0x8, -+0x0,0x40,0x30,0x13,0x82,0x62,0x22,0xa,0x13,0x22,0xe2,0x22,0x22,0x23,0x22,0x20,0x40,0x40,0x88,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0, -+0x4,0x7f,0x4,0x24,0x24,0x24,0x24,0x25,0x3e,0x2,0x2,0x1e,0xe2,0x42,0xb,0x4,0x0,0x8,0x88,0x50,0x20,0x50,0x88,0x8,0x4,0x8c,0x50,0x20,0x50,0x8e,0x4,0x0, -+0x20,0x20,0x20,0x2f,0xf8,0x27,0x24,0x2c,0x37,0xe4,0x24,0x27,0x24,0x24,0xa4,0x44,0x40,0x50,0x48,0xfe,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x8, -+0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x0,0x0,0x0,0x0,0x80,0x60,0x30,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x10,0x78,0x57,0x50,0x57,0x54,0x54,0x57,0x54,0x54,0x77,0x54,0x4,0x4,0x4,0x40,0x50,0x48,0xfe,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x8, -+0x10,0x8,0x8,0x2,0xfe,0x4,0x8,0xa,0x1c,0x2a,0x48,0x88,0x8,0x8,0x8,0x8,0x40,0x40,0x40,0x40,0x40,0x40,0x60,0x50,0x4c,0x44,0x40,0x40,0x40,0x40,0x40,0x40, -+0x20,0x21,0x23,0x22,0xfb,0x22,0x23,0x22,0x23,0x22,0x38,0xe7,0x40,0x0,0x0,0x0,0x80,0x8,0xfc,0x8,0xf8,0x0,0xf8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x0,0xff,0x0,0x0,0x1,0x1,0x3,0x5,0x9,0x11,0x21,0x41,0x1,0x1,0x1,0x1,0x4,0xfe,0x80,0x80,0x0,0x0,0x40,0x20,0x18,0xc,0x4,0x0,0x0,0x0,0x0,0x0, -+0x2,0x2,0x2,0xff,0x4,0x9,0x11,0x3f,0x51,0x91,0x11,0x11,0x11,0x11,0x1,0x1,0x0,0x0,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x28,0x10,0x0,0x0, -+0x1,0x9,0x9,0x9,0x9,0x9,0xff,0x1,0x9,0xd,0x11,0x21,0x0,0x3,0xc,0x70,0x0,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x10,0x18,0x20,0x20,0xc0,0x0,0x0,0x0, -+0x10,0x3e,0x49,0x0,0x27,0x10,0x13,0x82,0x43,0xa,0x13,0xe2,0x2f,0x21,0x20,0x20,0x40,0xfc,0x20,0x48,0xfc,0x40,0xf8,0x48,0xf8,0x48,0xf8,0x48,0xfe,0x10,0x90,0x30, -+0x10,0x8,0x2,0x7f,0x0,0x22,0x14,0xff,0x2,0x3f,0x22,0x22,0x22,0x3e,0x22,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0xc8,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x10,0x10,0x10,0x13,0x58,0x55,0x51,0x93,0x15,0x19,0x11,0x11,0x11,0x10,0x10,0x10,0x40,0x40,0x44,0xfe,0x80,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x2c,0x20,0x20,0x20, -+0x20,0x20,0x2f,0x2a,0xfb,0x26,0x25,0x2b,0x32,0xe5,0x28,0x27,0x22,0x22,0xa5,0x40,0x80,0x40,0xfe,0x2,0xbc,0xa4,0x28,0x18,0x8,0xf6,0x0,0xfc,0x48,0x44,0x44,0x80, -+0x0,0x48,0x2f,0x10,0x2b,0x48,0xf,0x18,0x2b,0x4a,0x8b,0xa,0xb,0xa,0x52,0x22,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x18, -+0x4,0x4,0x3f,0x4,0xff,0x10,0x8,0x7f,0x8,0x11,0x3a,0x54,0x93,0x19,0x11,0x2,0x40,0x50,0x48,0x40,0xfe,0x40,0x44,0x44,0x48,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x8,0x8,0x8,0x8,0xfe,0x8,0x18,0x1c,0x2a,0x28,0x48,0x89,0x8,0x8,0x8,0x8,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x30,0x30,0x50,0x90,0x10,0x10,0x10,0x50,0x20, -+0x0,0x0,0x0,0x0,0xff,0x0,0x1,0x1,0x2,0x4,0x8,0x10,0x60,0x0,0x2,0x1,0x80,0x80,0x80,0x84,0xfe,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0, -+0x4,0x7e,0x44,0x54,0x57,0x54,0x54,0x54,0x54,0x54,0x55,0x2a,0x24,0x44,0x80,0x0,0x10,0x10,0x10,0x14,0xfe,0x10,0x30,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x50,0x20, -+0x8,0x7f,0x48,0x4a,0x49,0x78,0x48,0x4f,0x48,0x78,0x48,0x49,0x4a,0x7c,0x48,0x0,0x1c,0xe0,0x88,0x48,0x50,0x0,0x44,0xfe,0x40,0xc0,0xe0,0x50,0x4e,0x44,0x40,0x40, -+0x4,0x7f,0x44,0x45,0x44,0x7c,0x10,0x13,0x5c,0x50,0x50,0x50,0x5d,0xe2,0x40,0x0,0x1c,0xe0,0x44,0x26,0xa8,0x0,0x24,0xfe,0x20,0x60,0x70,0xa8,0x26,0x24,0x20,0x20, -+0x0,0x0,0x7f,0x0,0x11,0x8,0x1,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x1,0x8,0x7c,0x80,0x8,0x18,0xa0,0x0,0x4,0xfe,0x80,0x40,0x30,0xe,0x4,0x0,0x0, -+0x1,0xe,0xf1,0x49,0x2a,0x20,0x8,0xff,0x8,0x1c,0x1b,0x29,0x48,0x88,0x8,0x8,0x0,0x8,0x18,0x20,0x40,0x84,0xc,0x10,0x20,0x40,0x4,0xc,0x10,0x20,0x40,0x80, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x12,0x9,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x40,0x44,0xfe,0x40,0x38,0xc0,0x10,0x20,0x4,0xfe,0x80,0x40,0x30,0xe,0x4,0x0, -+0x4,0x4,0xff,0x14,0x16,0x12,0x2c,0x68,0x17,0x20,0x5f,0x81,0x9,0x19,0x21,0x3,0x40,0x44,0xfe,0x40,0xf8,0x90,0x60,0x20,0xd0,0xe,0xf4,0x0,0x20,0x18,0x8,0x0, -+0x10,0x1e,0x10,0x3e,0x44,0x29,0x12,0x65,0xf,0x38,0xcf,0x8,0xf,0xa,0x9,0xc,0x0,0xf8,0x88,0x50,0x20,0x50,0x8c,0x44,0xe0,0x3e,0xe4,0x20,0xe0,0x10,0xa0,0x78, -+0x2,0x2,0x4,0x1f,0x2,0xff,0x4,0x8,0x13,0x2c,0xc1,0xe,0x0,0x1,0xe,0x70,0x0,0x40,0x20,0xf0,0x4,0xfe,0x40,0xa0,0x10,0x4e,0x84,0x10,0x60,0x80,0x0,0x0, -+0x0,0x3f,0x1,0x1,0xff,0x2,0x5,0x9,0x3f,0xd1,0x11,0x1f,0x1,0x1,0x3f,0x0,0x10,0xf8,0x0,0x4,0xfe,0x80,0x40,0x20,0xfe,0x14,0x10,0xf0,0x0,0x10,0xf8,0x8, -+0x0,0x4,0x7e,0x10,0x10,0x1f,0x22,0x22,0x65,0x94,0x8,0x8,0x10,0x20,0x43,0x80,0x40,0x50,0x48,0x40,0x7c,0xc0,0x48,0x7c,0xc0,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x21,0x21,0x21,0x2f,0xb2,0xad,0xa5,0x2f,0x21,0x21,0x21,0x2f,0x25,0x21,0x21,0x21,0x0,0x6,0x38,0xe0,0x20,0x20,0x3e,0xe8,0x28,0x28,0xe8,0x28,0x48,0x48,0x88,0x8, -+0x20,0x20,0x21,0x27,0xb0,0xaf,0xa1,0x22,0x24,0x39,0x22,0x20,0x23,0x20,0x20,0x27,0x80,0xa0,0x10,0xf8,0x80,0xfe,0x20,0x50,0x8e,0x24,0x40,0x88,0x10,0x20,0xc0,0x0, -+0x10,0x10,0x10,0x14,0x54,0x59,0x51,0x91,0x11,0x11,0x11,0x29,0x25,0x45,0x81,0x1,0x20,0x20,0x20,0x20,0x20,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x4,0x4,0xff,0x4,0x1,0x2,0x4,0x18,0x6f,0x88,0x8,0x8,0x8,0x8,0x7,0x0,0x40,0x44,0xfe,0x40,0x0,0x80,0x40,0x30,0xee,0x24,0xa0,0x40,0x10,0x10,0xf0,0x0, -+0x8,0x10,0x3c,0x24,0x34,0x2d,0x26,0xfc,0x24,0x34,0x2c,0x24,0x24,0x24,0x54,0x88,0x20,0x20,0x50,0x50,0x88,0x6,0x4,0xf8,0x88,0x88,0xa8,0x90,0x80,0x84,0x84,0x7c, -+0x1,0x1,0x2,0x2,0x4,0x8,0x30,0xcf,0x8,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x80,0x80,0x40,0x20,0x1e,0xe4,0x20,0x20,0xa0,0x40,0x8,0x8,0xf8,0x0, -+0x0,0x40,0x31,0x11,0x82,0x44,0x48,0x13,0x12,0x22,0xe2,0x22,0x22,0x22,0x21,0x20,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0xf4,0x10,0x10,0x50,0x20,0x4,0x4,0xfc,0x0, -+0x4,0xff,0x4,0x4,0x5f,0x50,0x57,0x75,0x17,0x74,0x57,0x55,0x95,0x27,0x44,0x80,0x84,0xfe,0xa8,0xa4,0xfe,0x20,0xa0,0x24,0xa4,0xa4,0xa8,0x28,0x10,0xb2,0x4a,0x86, -+0x10,0x11,0x11,0x11,0xfc,0x17,0x14,0x1f,0x30,0xd0,0x1f,0x10,0x11,0x12,0x54,0x20,0x10,0xf8,0x10,0xf0,0x4,0xbe,0xa4,0xbc,0x40,0x44,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x10,0x10,0x55,0x39,0x10,0xfc,0x10,0x33,0x39,0x55,0x91,0x11,0x11,0x12,0x14,0x10,0x10,0x50,0x50,0x7c,0x90,0x10,0xfe,0x4,0x7e,0x44,0x44,0x44,0x7c,0x80,0x7e,0x0, -+0x10,0x10,0x17,0x10,0xff,0x12,0x33,0x3a,0x57,0x54,0x91,0x11,0x11,0x11,0x11,0x11,0x90,0x94,0xfe,0x90,0xfc,0x94,0xfc,0x94,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x3f,0x24,0x3f,0x24,0x3f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x40,0x44,0xfe,0x48,0xfc,0x48,0xf8,0x48,0xf8,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10, -+0x8,0x8,0x7f,0x8,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x1,0x1,0x1,0x1,0x20,0x28,0xfc,0x20,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x20,0x2f,0x28,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x22,0x45,0x44,0x88,0x10,0x4,0xfe,0x0,0x84,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0x24,0x4,0x84,0x94,0x8, -+0x10,0x3e,0x50,0x9,0x1,0xff,0x1,0x3f,0x21,0x23,0x25,0x5,0x9,0x11,0x61,0x1,0x20,0x7c,0xa0,0x10,0x4,0xfe,0x8,0xfc,0x8,0x88,0x58,0x20,0x10,0xe,0x4,0x0, -+0x10,0x10,0x17,0x24,0x25,0x65,0xa5,0x25,0x25,0x25,0x25,0x21,0x22,0x24,0x28,0x20,0x0,0x44,0xe4,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x44,0x4,0x84,0x44,0x14,0x8, -+0x2,0x1f,0x12,0x12,0x12,0x12,0x12,0xff,0x12,0x12,0x12,0x12,0x12,0x12,0x26,0x41,0x8,0x7c,0x48,0x48,0x48,0x48,0x48,0xfe,0x48,0x48,0x48,0x48,0x48,0x48,0xa8,0x10, -+0x0,0x40,0x27,0x24,0x85,0x65,0x25,0xd,0x15,0x25,0xe5,0x21,0x22,0x24,0x28,0x20,0x0,0x44,0xe4,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x4,0x84,0x44,0x54,0x8, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x17,0x10,0x10,0x1f,0x11,0x22,0x24,0x4f,0x80,0x4,0xfe,0x4,0x4,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x10,0x8,0xfc,0x4, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x7a,0x12,0x53,0x5c,0x51,0x51,0x5d,0xf1,0x41,0x1,0x88,0x50,0x0,0xfe,0x22,0xaa,0x72,0x22,0xfe,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x4, -+0x10,0x10,0x17,0x10,0xf8,0x17,0x10,0x19,0x36,0xd4,0x14,0x17,0x14,0x14,0x57,0x24,0x10,0x38,0xc0,0x40,0x44,0xfe,0x40,0x44,0x5e,0x44,0x44,0x5c,0x44,0x44,0xfc,0x4, -+0x0,0x0,0x3f,0x0,0x12,0x11,0x9,0x4,0x4,0x2,0x1,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0xf8,0x8,0x8,0x10,0x10,0x20,0x40,0x80,0x0,0x80,0x40,0x30,0xe,0x4, -+0x8,0x8,0xff,0xa,0x2,0xff,0x4,0x8,0x10,0x17,0x30,0x50,0x90,0x10,0x1f,0x10,0x20,0x24,0xfe,0x20,0x4,0xfe,0x0,0x40,0x48,0xfc,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x1,0x2,0x4,0x19,0x21,0xdf,0x1,0x9,0x19,0x21,0x5,0x2,0x40,0x44,0xfe,0x40,0x0,0x80,0x40,0x30,0xe,0xf4,0x0,0x20,0x18,0x8,0x0,0x0, -+0x1,0x1,0xff,0x5,0x9,0x11,0x3f,0xd0,0x10,0x1f,0x10,0x10,0x1f,0x0,0xff,0x0,0x0,0x4,0xfe,0x40,0x20,0x10,0xfe,0x14,0x10,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x0, -+0x0,0x8,0xfc,0x17,0x10,0x21,0x22,0x7c,0xab,0x2a,0x2b,0x2a,0x2b,0x38,0x27,0x0,0x40,0x40,0x44,0xfe,0xe0,0x50,0x4e,0x44,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x0, -+0x11,0x11,0x17,0x11,0xfc,0x10,0x15,0x1a,0x34,0xd3,0x10,0x12,0x12,0x14,0x51,0x20,0x10,0x10,0xfc,0x10,0x40,0xa0,0x10,0x4e,0x44,0xf8,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x2,0x1,0x7f,0x48,0x8e,0x12,0x2c,0x68,0x17,0x20,0x5f,0x81,0x9,0x11,0x25,0x2,0x0,0x0,0xfe,0x2,0xf4,0x90,0x60,0x20,0xd0,0xe,0xf4,0x0,0x20,0x18,0x8,0x0, -+0x0,0x4,0x8,0x10,0x2f,0xc4,0x4,0x8,0x30,0x1,0x21,0x21,0x21,0x21,0x3f,0x20,0x80,0x40,0x20,0x10,0xee,0x24,0x20,0xa0,0x40,0x0,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x4,0x7f,0x1,0x1,0x3f,0x1,0x2,0xff,0x4,0x8,0x17,0x20,0x40,0x80,0x1f,0x20,0x48,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x20,0xf0,0x80,0x80,0x88,0xfc, -+0x0,0x40,0x37,0x14,0x0,0x0,0xf7,0x10,0x10,0x10,0x17,0x10,0x14,0x18,0x10,0x0,0x80,0x40,0xfe,0x2,0x24,0x70,0x80,0x80,0x88,0xfc,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x11,0x1d,0x31,0xd1,0x11,0x11,0x11,0x12,0x54,0x20,0x8,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x20,0x20,0x30,0x2c,0x24,0x20,0x20,0x20,0x20, -+0x8,0x8,0x28,0x2e,0x28,0x28,0x2e,0x71,0x1,0xff,0x3,0x5,0x9,0x11,0x21,0x1,0x80,0x88,0x98,0xa0,0xc0,0x84,0x84,0x7c,0x0,0xff,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x4,0x8,0x12,0xea,0x2c,0x29,0x14,0xe6,0xa,0x12,0x66,0xa,0x13,0xe2,0x14,0x8,0x8,0x8,0x8,0x8,0x8,0xfe,0x8,0x18,0x18,0x28,0x48,0x88,0x8,0x8,0x28,0x10, -+0x10,0x10,0x11,0x12,0xff,0x12,0x16,0x1b,0x30,0xd1,0x12,0x1c,0x10,0x11,0x50,0x20,0x40,0x80,0xf0,0x20,0xf8,0x48,0x48,0xf8,0xa0,0x22,0x1e,0xc0,0x30,0x80,0x60,0x10, -+0x10,0x10,0x11,0x13,0xf8,0x17,0x10,0x19,0x32,0xd4,0x19,0x12,0x10,0x11,0x50,0x23,0x80,0xa0,0x10,0xf8,0x80,0xfe,0xa0,0x10,0x48,0x8e,0x24,0x40,0x90,0x20,0x40,0x80, -+0x11,0x10,0x10,0x7d,0x55,0x55,0x55,0x55,0x7d,0x11,0x14,0x1f,0xe4,0x40,0x0,0x0,0x4,0x8c,0x50,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x20,0x20,0x20, -+0x20,0x20,0x20,0x39,0x4b,0x56,0x82,0x23,0x20,0x21,0x26,0x20,0x28,0x31,0x20,0x0,0x80,0x80,0xf0,0x20,0xf8,0x48,0x48,0xf8,0xa2,0x22,0x1e,0xc0,0x30,0x80,0x60,0x10, -+0x1,0x21,0x11,0x12,0x7,0x2,0xf2,0x13,0x10,0x11,0x16,0x10,0x10,0x15,0x18,0x0,0x0,0x0,0xf0,0x20,0xf8,0x48,0x48,0xf8,0xa2,0x22,0x1e,0xc0,0x30,0x80,0x60,0x10, -+0x10,0x10,0x27,0x24,0x4d,0xf5,0x25,0x45,0xfd,0x5,0x5,0x1c,0xe5,0x48,0x13,0x20,0x40,0x24,0xfe,0x0,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x10,0x10,0x10,0x1d,0x20,0x20,0x7c,0x91,0x11,0xfd,0x11,0x11,0x15,0x19,0x12,0x4,0x20,0x10,0x4,0xfe,0x0,0x84,0x48,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x2,0x1,0x1,0x7f,0x8,0x4,0x4,0x1f,0x10,0x10,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0x8,0xfc,0x10,0x20,0x48,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x20,0x17,0x50,0x44,0x42,0x4f,0x49,0x4f,0x49,0x4f,0x41,0x5f,0x41,0x41,0x41,0x40,0x4,0xfe,0x4,0x44,0x84,0xe4,0x24,0xe4,0x24,0xe4,0x4,0xf4,0x4,0x4,0x4,0xc, -+0x8,0xff,0x0,0x7f,0x55,0x5d,0x55,0x7f,0x0,0x3e,0x32,0x2a,0x3e,0x0,0xff,0x0,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x10,0x28,0x46,0x82, -+0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x1,0x45,0x29,0x11,0x29,0x49,0x9,0x18,0x2b,0x4a,0x8a,0xb,0xa,0xa,0x53,0x22,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x20,0x27,0x20,0x20,0xf8,0x21,0x27,0x21,0x21,0x21,0x3a,0xe2,0x44,0x8,0x11,0x0,0x0,0xf8,0x20,0x40,0x80,0x4,0xfe,0x24,0x24,0x24,0x24,0x44,0x44,0x84,0x28,0x10, -+0x1,0x11,0x9,0x1,0x7f,0x40,0x80,0x1f,0x0,0x0,0x7f,0x2,0x4,0x8,0x1f,0x0,0x0,0x10,0x20,0x0,0xfe,0x2,0x24,0xf0,0x0,0x8,0xfc,0x0,0x40,0x20,0xf0,0x10, -+0x1,0x11,0x9,0x7f,0x40,0x8f,0x8,0xf,0x1,0x1f,0x11,0x11,0x11,0x11,0x1,0x1,0x0,0x10,0x20,0xfe,0x2,0xe4,0x20,0xe0,0x10,0xf8,0x10,0x10,0x10,0x50,0x20,0x0, -+0x8,0x8,0x8,0x8,0x8,0x9,0x8,0xff,0x9,0x9,0x8,0x8,0x8,0x9,0xe,0x8,0x0,0x10,0x30,0x40,0x80,0x0,0x4,0xfe,0x0,0x0,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x8,0xa,0x9,0x10,0x17,0x34,0x58,0x93,0x10,0x10,0x1f,0x10,0x10,0x11,0x13,0x10,0x40,0x48,0x50,0x40,0xfe,0x2,0x14,0xf8,0x0,0x4,0xfe,0x40,0x90,0x8,0xfc,0x4, -+0x8,0x7f,0x48,0x48,0x48,0x79,0x4b,0x48,0x48,0x79,0x49,0x4a,0x4c,0x48,0x49,0x98,0x0,0xf8,0x20,0x40,0x80,0x4,0xfe,0x94,0x94,0x24,0x24,0x44,0x44,0x84,0x28,0x10, -+0x0,0x0,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x49,0x29,0x2a,0x8,0x7f,0x41,0x41,0x5d,0x55,0x55,0x55,0x5d,0x41,0x45,0x42,0x20,0x20,0x20,0x24,0x7e,0x84,0x44,0x44,0x48,0x28,0x28,0x10,0x28,0x28,0x46,0x84, -+0x10,0x13,0x10,0x7c,0x54,0x55,0x57,0x7c,0x54,0x55,0x55,0x7e,0x54,0x10,0x11,0x10,0x0,0xf8,0x20,0x40,0x80,0x4,0xfe,0x94,0x94,0x24,0x24,0x44,0x44,0x84,0x28,0x10, -+0x1,0x9,0x7d,0x49,0x49,0x49,0x49,0x48,0x4b,0x4a,0x7a,0x4b,0x2,0x2,0x3,0x2,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x13,0x12,0x12,0x23,0x22,0x62,0xa3,0x20,0x27,0x24,0x24,0x27,0x24,0x24,0x27,0x24,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x10,0x13,0x10,0x7c,0x10,0x10,0xfd,0x12,0x51,0x5d,0x51,0x51,0x71,0x48,0x87,0x0,0x8,0xfc,0x88,0x88,0x88,0xa8,0x10,0x0,0xf8,0x8,0x8,0x8,0xf8,0x6,0xfc,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x15,0x1a,0x32,0xd4,0x10,0x10,0x10,0x10,0x50,0x27,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x48,0x48,0x48,0x50,0x10,0x20,0xc0,0x0, -+0x10,0x10,0x10,0x1c,0x21,0x21,0x7d,0x92,0x12,0x7c,0x10,0x10,0x14,0x18,0x10,0x7,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x48,0x48,0x48,0x50,0x10,0x20,0xc0,0x0, -+0x8,0xa,0x7f,0x8,0x9,0x7f,0x41,0x7f,0x41,0x7f,0x48,0xa,0xff,0x8,0x8,0x9,0x4,0x7e,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x44,0x94,0x8, -+0x2,0x22,0xff,0xa2,0xa2,0xaf,0xa8,0xaf,0xa8,0xaf,0xaa,0xe2,0xbf,0x2,0x2,0x2,0x4,0x3e,0xa4,0x24,0xa4,0xfc,0xa4,0xa4,0xa4,0xbc,0x24,0xa4,0xe4,0x24,0x44,0x8c, -+0x2,0x42,0x2f,0x22,0x2,0x8f,0x48,0x4f,0x8,0x1f,0x2a,0xe2,0x3f,0x22,0x22,0x22,0x4,0x3e,0xa4,0x24,0xa4,0xfc,0xa4,0xa4,0xa4,0xbc,0x24,0xa4,0xe4,0x24,0x44,0x8c, -+0x11,0x11,0x22,0x11,0x3f,0x21,0x3f,0x21,0x3f,0x1,0xff,0x5,0x9,0x11,0x61,0x1,0x10,0x10,0x20,0x10,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x40,0x20,0x1c,0x8,0x0, -+0x0,0x8,0x7c,0x48,0x49,0x49,0x49,0x4a,0x4a,0x4c,0x48,0x78,0x48,0x0,0x0,0x7,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x48,0x48,0x48,0x10,0x10,0x20,0xc0,0x0, -+0x10,0x10,0x10,0x10,0x55,0x59,0x51,0x92,0x12,0x14,0x10,0x28,0x24,0x44,0x80,0x7,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x48,0x48,0x48,0x10,0x10,0x20,0xc0,0x0, -+0x2,0x2,0x7f,0x4,0x9,0x11,0x21,0x3f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x0,0x8,0xfc,0x0,0x0,0x0,0x20,0xf0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x10,0xfc,0x11,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x17,0x50,0x20,0x20,0x20,0x20,0x20,0x20,0x28,0x3c,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x22,0x21,0x2f,0x22,0xf4,0x2f,0x20,0x37,0x24,0xe7,0x24,0x27,0x24,0x24,0xa4,0x45,0x10,0x10,0xd0,0x14,0xbe,0xc4,0x24,0xa8,0xa8,0xa8,0x90,0x90,0xa8,0xa8,0xc6,0x84, -+0x25,0x3f,0x44,0xbf,0x4,0x3f,0x24,0x25,0x0,0x3f,0x1,0x1f,0x1,0x7f,0x1,0x3,0x4,0x84,0x24,0xa4,0x24,0xa4,0xa4,0x8c,0x30,0xc0,0x0,0xf0,0x0,0xfc,0x0,0x0, -+0x10,0x12,0x12,0x22,0x42,0x92,0x13,0x2e,0x62,0xa2,0x22,0x23,0x20,0x20,0x21,0x22,0x0,0x4,0xfe,0x24,0x24,0xa4,0xe4,0x24,0x24,0x64,0xa4,0x24,0x44,0x84,0x28,0x10, -+0x2,0x41,0x2f,0x22,0x4,0x8f,0x40,0x47,0x14,0x27,0xe4,0x27,0x24,0x24,0x24,0x25,0x10,0x10,0xd0,0x14,0xbe,0xc4,0x24,0xa8,0xa8,0xa8,0x90,0x90,0xa8,0xa8,0xc6,0x84, -+0x11,0x11,0x11,0x11,0xff,0x11,0x33,0x3b,0x55,0x55,0x99,0x11,0x11,0x11,0x11,0x11,0x0,0x3e,0x22,0x24,0xe4,0x28,0x28,0xa4,0x62,0x22,0x22,0x32,0x2a,0x24,0x20,0x20, -+0x0,0x3f,0x21,0x21,0x21,0x3f,0x20,0x20,0x20,0x3f,0x21,0x21,0x21,0x21,0x3f,0x0,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x8,0xfc,0x0, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x25,0x25,0x24,0x24,0x44,0x45,0x86,0x4,0x10,0xf8,0x0,0x20,0xf0,0x0,0x8,0xfc,0x0,0x10,0xa0,0x40,0x30,0xe,0x4,0x0, -+0x1,0x1,0x5,0xd,0x11,0x21,0x41,0x0,0x1,0x1,0x7f,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x40,0x20,0x18,0xc,0x4,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x0, -+0x1f,0x10,0x1f,0x10,0x1f,0x0,0x3f,0x20,0x2f,0x20,0x3f,0x25,0x44,0x44,0x87,0x4,0xf0,0x10,0xf0,0x10,0xf0,0x0,0xf8,0x0,0xf0,0x4,0xfe,0x8,0x90,0x60,0x1e,0x4, -+0x10,0x10,0x10,0x10,0x53,0x5a,0x54,0x90,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x18,0x40,0x40,0x40,0x40,0xfc,0x44,0x48,0x40,0x40,0xa0,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x40,0x37,0x14,0x84,0x68,0x21,0x9,0x11,0x21,0xe1,0x21,0x22,0x22,0x24,0x28,0x0,0x0,0xfc,0x4,0x8,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x78,0x48,0x57,0x50,0x60,0x51,0x4a,0x4b,0x48,0x69,0x51,0x42,0x44,0x40,0x40,0x40,0x40,0x44,0xfe,0x80,0xa0,0x20,0x28,0xfc,0x20,0x28,0x24,0x26,0x22,0xa0,0x40, -+0x10,0x10,0x10,0x7d,0x11,0x12,0xfc,0x11,0x10,0x5c,0x51,0x50,0x70,0x48,0x87,0x0,0x40,0x40,0xa0,0x10,0x28,0x6e,0x84,0x20,0x60,0x88,0x18,0x20,0x40,0x86,0xfc,0x0, -+0x20,0x10,0x10,0x0,0xfc,0xb,0x10,0x34,0x59,0x94,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x90,0x90,0x10,0x10,0x10,0x50,0x20, -+0x12,0x11,0x17,0x14,0xf9,0x11,0x11,0x18,0x37,0xd0,0x13,0x10,0x17,0x10,0x51,0x20,0x48,0x50,0xfe,0x2,0xf4,0x10,0xf0,0x18,0xe0,0x40,0xf8,0x40,0xfc,0x40,0x40,0x80, -+0x4,0xe,0x78,0x8,0x9,0xfe,0x8,0x1c,0x1a,0x28,0x29,0x49,0x8a,0x8,0x8,0x8,0x40,0x40,0x80,0x80,0xfe,0x4,0x28,0x20,0xa8,0xa4,0x26,0x22,0x20,0x20,0xa0,0x40, -+0x20,0x20,0x20,0x27,0xfc,0x24,0x24,0x27,0x24,0x24,0x3c,0xe6,0x45,0x4,0x8,0x10,0x20,0x28,0x24,0xfe,0x20,0x20,0x24,0xa4,0xa8,0xa8,0x90,0x90,0x30,0x4a,0x8a,0x6, -+0x10,0x13,0x10,0x12,0xfd,0x12,0x37,0x38,0x57,0x52,0x92,0x13,0x11,0x10,0x1f,0x10,0x0,0xa8,0xb4,0xa8,0x10,0x8,0xfe,0x4,0xf8,0x8,0x8,0xf8,0x10,0xa0,0xfe,0x0, -+0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x3e,0x22,0x22,0x22,0x2a,0x24,0x40,0x81,0x0,0x80,0xa0,0x90,0xfc,0x80,0x80,0x84,0x44,0x48,0x48,0x30,0x20,0x62,0x92,0xa,0x6, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x7f,0x1,0x1,0x3f,0x1,0x1,0xff,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x8,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0, -+0x0,0x0,0x1f,0x1,0xff,0x5,0x3d,0x5,0xd,0x75,0x3,0x5,0x9,0x11,0x61,0x1,0x20,0xf0,0x0,0x4,0xfe,0x40,0x58,0x60,0x44,0x3c,0x80,0x40,0x30,0x1c,0x8,0x0, -+0x8,0x1d,0xf1,0x11,0x11,0xff,0x11,0x38,0x37,0x54,0x50,0x91,0x10,0x10,0x17,0x10,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x0,0xfe,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x10,0x1b,0x20,0x40,0x12,0x1a,0x32,0x52,0x97,0x10,0x2a,0x29,0x28,0x48,0x7,0x0,0x8,0xfc,0x40,0x50,0x78,0x40,0x40,0x48,0xfc,0x0,0x10,0x88,0xa4,0x24,0xe0,0x0, -+0x0,0x47,0x31,0x15,0x82,0x44,0x4f,0x10,0x17,0x24,0xe4,0x27,0x22,0x21,0x3f,0x20,0x0,0x50,0x68,0x50,0x20,0x10,0xfe,0x4,0xf0,0x10,0x10,0xf0,0x20,0x44,0xfe,0x0, -+0x0,0x40,0x20,0x27,0x4,0x4,0xe4,0x27,0x24,0x24,0x24,0x2e,0x35,0x24,0x8,0x10,0x20,0x28,0x24,0xfe,0x20,0x20,0x24,0xa4,0xa8,0xa8,0x90,0x90,0x30,0x4a,0x8a,0x6, -+0x1f,0x0,0x1,0x1,0x79,0xf,0x9,0x11,0x17,0x21,0x21,0x4f,0x81,0x1,0x5,0x2,0xf0,0x20,0x40,0x84,0x2c,0xf0,0x20,0x10,0xd0,0x8,0x4e,0xe4,0x0,0x0,0x0,0x0, -+0x0,0x47,0x24,0x24,0x7,0x0,0xef,0x20,0x20,0x27,0x20,0x20,0x2f,0x50,0x8f,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0xf8,0x80,0xa0,0xf0,0x80,0x90,0xf8,0x6,0xfc,0x0, -+0x8,0xfc,0x9,0x49,0x49,0x49,0x49,0x48,0x7f,0x4,0x5,0x1c,0xe4,0x44,0x14,0x8,0x20,0x24,0xfe,0x24,0xfc,0x24,0xfc,0x4,0xfe,0x80,0xfc,0x4,0x4,0x4,0x28,0x10, -+0x8,0x1c,0xf1,0x10,0x11,0xfc,0x10,0x38,0x37,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x0,0x8,0xfc,0x20,0x24,0xa4,0xa8,0x20,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x8,0x7c,0x48,0x49,0x4a,0x4d,0x48,0x48,0x48,0x48,0x79,0x4a,0x2,0x1,0x0,0x80,0x80,0x88,0xfc,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x2,0x2,0xfe,0x0, -+0x1,0x0,0x1f,0x12,0x92,0x53,0x55,0x19,0x31,0x5f,0xd1,0x11,0x12,0x22,0x44,0x8,0x0,0x84,0xfe,0x0,0x4,0xfe,0x24,0x24,0x24,0xe4,0x24,0x24,0xa4,0x7c,0x24,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x17,0x18,0x30,0xd7,0x12,0x11,0x11,0x10,0x50,0x20,0x40,0x40,0x50,0xf8,0x40,0x48,0xfc,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x50,0x20, -+0x2,0x3f,0x22,0x22,0x3e,0x22,0x3e,0x2,0xff,0x8,0x2a,0x2f,0x28,0x58,0x87,0x0,0x40,0x40,0x40,0x40,0x48,0x58,0x60,0x40,0x40,0x44,0x44,0x3c,0x0,0x6,0xfc,0x0, -+0x0,0x40,0x32,0x12,0x82,0x63,0x2e,0x2,0x12,0x22,0xe2,0x22,0x22,0x22,0x21,0x20,0x40,0x40,0x40,0x48,0x7c,0xc8,0x48,0x48,0x48,0x48,0x68,0x50,0x42,0x2,0xfe,0x0, -+0x0,0x43,0x22,0x22,0x2,0x3,0xe2,0x22,0x22,0x22,0x22,0x24,0x28,0x50,0x8f,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x80,0x80,0x40,0x20,0x1c,0x0,0x6,0xfc,0x0, -+0x8,0x7c,0x9,0x9,0x9,0x79,0x41,0x47,0x41,0x79,0x9,0x9,0x9,0x9,0x50,0x20,0x20,0x20,0x20,0x20,0x24,0x3e,0xe4,0x24,0x24,0x24,0x34,0x28,0x22,0x2,0xfe,0x0, -+0x8,0xfc,0x9,0x49,0x49,0x49,0x49,0x4b,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x28,0x10,0x20,0x20,0x20,0x20,0x24,0x3e,0xe4,0x24,0x24,0x24,0x34,0x28,0x22,0x2,0xfe,0x0, -+0x2,0xff,0x24,0x24,0x3c,0x24,0x24,0x3c,0x24,0x24,0x3f,0xe4,0x44,0x7,0x4,0x4,0x10,0x10,0x10,0x90,0x94,0x9e,0x90,0x90,0x90,0x90,0x90,0x90,0x94,0xfe,0x0,0x0, -+0x1,0x11,0x11,0x11,0x11,0x11,0xff,0x0,0x21,0x21,0x22,0x24,0x28,0x20,0x3f,0x20,0x0,0x20,0xf0,0x0,0x0,0x4,0xfe,0x0,0x8,0x8,0x88,0x68,0x28,0x8,0xf8,0x8, -+0x8,0x8,0x9,0x13,0x10,0x30,0x50,0x91,0x16,0x10,0x10,0x13,0x10,0x10,0x10,0x17,0x80,0xfc,0x8,0x10,0xa0,0x40,0x90,0x10,0x20,0x7e,0x84,0x48,0x30,0x20,0xc0,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x14,0x14,0x12,0x11,0x10,0x20,0x20,0x40,0x80,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10,0x0,0x0,0x0,0x80,0x40,0x30,0xe,0x4, -+0x1,0x1,0x1,0x3f,0x1,0x1,0xff,0x4,0x4,0x14,0x14,0x24,0x48,0x88,0x11,0x20,0x0,0x0,0x10,0xf8,0x0,0x4,0xfe,0x40,0x40,0x50,0x48,0x46,0x42,0x40,0x40,0x80, -+0x20,0x20,0x27,0xf8,0x24,0x22,0x70,0x50,0x52,0x54,0x50,0x52,0x21,0x50,0x4f,0x80,0x0,0x4,0xbe,0x84,0xa4,0x94,0x84,0x84,0x94,0xa4,0x84,0x94,0x8,0x6,0xfc,0x0, -+0x0,0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x23,0x20,0x20,0x40,0x40,0x80,0x0,0x10,0x78,0x80,0x0,0x0,0x8,0xfc,0x80,0x80,0x80,0xe0,0xb0,0x90,0x80,0x80,0x80, -+0x10,0x10,0x11,0x15,0x59,0x51,0x51,0x91,0x11,0x11,0x10,0x28,0x25,0x42,0x84,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x90,0x88,0xc,0x4,0x0, -+0x2,0x1,0x1,0xff,0x2,0x4,0x8,0x1f,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x60,0x0,0x0,0x4,0xfe,0x0,0x40,0x20,0xf0,0x50,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x40,0x20,0x20,0x7,0x14,0x14,0x14,0x24,0xe7,0x24,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xfc,0x44,0x40,0x40,0x40,0x40,0x40, -+0x1,0x1,0x1,0x1,0x3f,0x21,0x21,0x21,0x21,0x3f,0x21,0x1,0x1,0x1,0x7e,0x20,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x10,0x8,0xfc,0x4,0x0, -+0x1,0x21,0x21,0x3f,0x22,0x1,0x7f,0x40,0x9f,0x0,0x7f,0x1,0x11,0x11,0x25,0x2,0x0,0x8,0x8,0xf8,0x8,0x0,0xfe,0x2,0xf4,0x0,0xfc,0x0,0x20,0x18,0x8,0x0, -+0x2,0x1,0x7f,0x42,0x82,0x2,0x3f,0x2,0x2,0x4,0x4,0x8,0x9,0x12,0x20,0x40,0x0,0x0,0xfe,0x2,0x84,0x50,0xf8,0x80,0x90,0xb0,0xc0,0x80,0x82,0x82,0x7e,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x11,0x51,0x21,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x2,0xff,0x28,0x2a,0xff,0xaa,0xaa,0xaa,0xc6,0x82,0xfe,0x82,0x82,0xfe,0x83,0x2,0x44,0x44,0x54,0x54,0x54,0x54,0xfc,0x54,0x54,0x54,0x54,0x54,0x94,0x94,0x4,0x4, -+0x0,0x4,0x7f,0x54,0x57,0x54,0x57,0x7c,0x54,0x57,0x55,0x55,0x7e,0x44,0x8,0x0,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x80,0x88,0xfe,0x8,0x48,0x28,0x8,0x28,0x10, -+0x0,0x7c,0x47,0x44,0x47,0x44,0x7f,0x10,0x10,0x5f,0x51,0x51,0x5a,0xe4,0x48,0x0,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x80,0x88,0xfe,0x8,0x48,0x28,0x8,0x28,0x10, -+0x8,0x1f,0xf2,0x12,0x12,0xfe,0x12,0x3a,0x36,0x52,0x52,0x92,0x12,0x12,0x14,0x18,0x0,0xfe,0x22,0x22,0xfa,0x22,0x22,0xfa,0x2,0xfa,0x8a,0x8a,0x8a,0xfa,0x8a,0x4, -+0x4,0xe,0x78,0x8,0xfe,0x8,0x1d,0x2a,0x48,0x9,0x2,0x29,0x28,0x48,0x7,0x0,0x20,0x20,0x20,0xa4,0xac,0xb0,0x50,0x48,0x8e,0x4,0x0,0x90,0xac,0x24,0xe0,0x0, -+0x10,0x1f,0x28,0x45,0x1,0x7f,0x2,0x3f,0x4,0xff,0x8,0x1f,0x24,0x42,0x2,0x0,0x40,0x7c,0xa0,0x10,0x0,0xfc,0x0,0xf8,0x0,0xfe,0x10,0xfc,0x10,0x10,0x50,0x20, -+0x9,0x9,0x9,0x11,0x17,0x31,0x51,0x91,0x11,0x11,0x11,0x12,0x12,0x14,0x18,0x10,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x10,0x17,0x24,0x24,0x4d,0xfc,0x14,0x25,0x44,0xfd,0x5,0x5,0x1d,0xe5,0x48,0x10,0x4,0xfe,0x44,0x44,0xf4,0x44,0x44,0xf4,0x4,0xf4,0x14,0x14,0x14,0xf4,0x14,0x8, -+0x0,0x9,0x7f,0x49,0x49,0x7f,0x49,0x4b,0x4b,0x7d,0x49,0x49,0x49,0x79,0x49,0x1,0x80,0xd0,0x10,0x12,0x56,0xb8,0x10,0x90,0x50,0x10,0x28,0x28,0x28,0x46,0x84,0x0, -+0x0,0x3f,0x2,0x2,0x2,0x2,0x2,0x1f,0x4,0x4,0x4,0x4,0x4,0x4,0xff,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x0, -+0x2,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x1,0x1,0xff,0x2,0x4,0x18,0x60,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x20,0x14,0xfe,0x80,0x60,0x1c,0x8, -+0x20,0x10,0x10,0x5,0xfc,0x8,0x10,0x34,0x58,0x94,0x10,0x10,0x10,0x11,0x12,0x14,0x0,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x28,0x10, -+0x1,0x1,0x21,0x21,0x21,0x21,0x3f,0x21,0x1,0x41,0x41,0x41,0x41,0x41,0x7f,0x40,0x0,0x0,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x27,0x24,0x24,0xff,0x24,0x75,0x6d,0xa5,0x25,0x24,0x25,0x25,0x2b,0x30,0x20,0x4,0xfe,0x0,0x44,0xe4,0x4,0xde,0x44,0x44,0xd4,0xc,0x44,0x44,0xe4,0x14,0x8, -+0x0,0x3f,0x20,0x3f,0x20,0x2f,0x29,0x29,0x29,0x2f,0x20,0x29,0x2a,0x23,0x5c,0x80,0x4,0xfe,0x0,0x88,0x8,0x8,0xfe,0x8,0x8,0x48,0x28,0x8,0x8,0x88,0x28,0x10, -+0x4,0x7f,0x44,0x44,0x47,0x7c,0x10,0x17,0x50,0x59,0x53,0x55,0x5d,0xf1,0x41,0x1,0x90,0xfe,0x90,0x48,0xf8,0x50,0x64,0xfe,0x80,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x20,0x20,0x23,0x7a,0x82,0x2,0xfb,0x22,0x22,0xfb,0x22,0x22,0x2f,0x30,0x20,0x0,0x10,0x10,0xd0,0x54,0x7e,0x54,0xd4,0x54,0x54,0xd4,0x54,0x54,0xf4,0x24,0x54,0x88, -+0x10,0x10,0x20,0x3c,0x45,0x8a,0x14,0xfe,0x4,0x4,0x7c,0x4,0x4,0xfc,0x4,0x0,0x40,0x50,0x94,0xfe,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80,0x80, -+0x0,0x5e,0x32,0x34,0x14,0x95,0x5a,0x14,0x32,0x33,0xda,0x54,0x51,0x52,0x50,0x10,0x20,0x20,0x50,0x50,0x88,0x6,0xfc,0x20,0x24,0xfe,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x0,0x78,0x48,0x50,0x51,0x62,0x55,0x48,0x48,0x4f,0x68,0x51,0x42,0x44,0x41,0x40,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x40,0x50,0xfc,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x8,0x8,0x7e,0x8,0x1c,0x2a,0x48,0x3f,0x1,0x9,0x9,0x11,0x11,0x29,0x47,0x80,0x20,0x28,0xfc,0x20,0x78,0xa4,0x20,0xf8,0x10,0x40,0xe0,0x0,0x0,0x6,0xfc,0x0, -+0x0,0x4,0xfe,0x11,0x11,0x21,0x25,0x7f,0xa4,0x25,0x25,0x25,0x25,0x3d,0x25,0x1,0x20,0x20,0x20,0x24,0x24,0x24,0x24,0xfc,0x20,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x10,0x18,0x25,0x24,0x60,0xbd,0x24,0x25,0x26,0x24,0x25,0x26,0x24,0x20,0x20,0x40,0x40,0x48,0xfc,0x50,0x64,0xfe,0x88,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88, -+0x1,0x3f,0x1,0xf,0x8,0x9,0x9,0x7f,0x8,0x7e,0x8,0x3e,0x22,0x2a,0x2a,0xff,0x10,0xf8,0x0,0xe0,0x20,0x20,0x28,0xfc,0x20,0xfc,0x20,0xf8,0x88,0xa8,0xa8,0xfe, -+0x10,0x10,0x1f,0x10,0xfd,0x13,0x10,0x18,0x33,0xd0,0x17,0x14,0x17,0x14,0x57,0x24,0x80,0x44,0xfe,0x80,0x10,0xf0,0x40,0x88,0xf8,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x4, -+0x20,0x20,0x3c,0x48,0x51,0xfd,0x55,0x55,0x7d,0x55,0x55,0x7d,0x54,0x54,0x55,0x8c,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0xfc,0x20,0x28,0x3c,0xe2,0x82, -+0x0,0x10,0x10,0x10,0x1e,0x22,0x22,0x22,0x54,0x94,0x8,0x14,0x14,0x22,0x41,0x80,0x40,0x40,0x40,0x40,0x40,0x60,0x50,0x4c,0x44,0x40,0x40,0x40,0x40,0x6,0xfc,0x0, -+0x10,0x10,0x12,0x12,0xfb,0x10,0x17,0x18,0x30,0xd7,0x14,0x14,0x14,0x14,0x54,0x24,0x40,0x40,0x48,0x48,0xf8,0x4,0xfe,0x40,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xb4,0x8, -+0x0,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0x40,0x0,0x4,0x4,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x4,0x4,0x4, -+0x2,0x1,0x7f,0x44,0x88,0x0,0x3f,0x8,0x10,0x3f,0x1,0x2,0x4,0x18,0x61,0x0,0x0,0x0,0xfe,0x42,0x24,0x0,0xf8,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x80, -+0x10,0x10,0x10,0x11,0xfc,0x13,0x30,0x39,0x56,0x50,0x91,0x16,0x10,0x17,0x10,0x10,0x80,0xf8,0x88,0xf8,0x14,0xfe,0x80,0x44,0x6c,0xb0,0x30,0x68,0xa6,0x24,0xa0,0x40, -+0x8,0x8,0x8,0x17,0x10,0x30,0x5f,0x90,0x11,0x13,0x10,0x11,0x10,0x10,0x10,0x10,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x80,0x0,0xfc,0x8,0x10,0xa0,0x40,0x60,0x20, -+0x8,0x12,0x3f,0x22,0x32,0x2a,0x22,0x23,0xfe,0x22,0x32,0x2a,0x22,0x42,0x8a,0x4,0x8,0x7c,0x48,0x48,0x48,0x48,0x86,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x0,0x8,0x7e,0x4a,0x4b,0x48,0x4f,0x48,0x48,0x4b,0x4a,0x4a,0x7a,0x4a,0x2,0x2,0x40,0x40,0x48,0x48,0xf8,0x4,0xfe,0x40,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xb4,0x8, -+0x1,0x1,0x3f,0x21,0x21,0x3f,0x1,0x1,0x7f,0x41,0x41,0x7f,0x41,0x1,0x1,0x1,0x0,0x8,0xfc,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0x4,0xfc,0x4,0x0,0x0,0x0, -+0x1,0x0,0x1f,0x10,0x91,0x52,0x54,0x1b,0x32,0x52,0xd2,0x12,0x22,0x22,0x41,0x0,0x0,0x84,0xfe,0x80,0x40,0x20,0x10,0xee,0x24,0x20,0xa0,0x40,0x8,0x8,0xf8,0x0, -+0x2,0x1,0x7f,0x48,0x92,0x4,0x3f,0x22,0x23,0x24,0x2a,0x21,0x22,0x24,0x3f,0x20,0x0,0x0,0xfe,0x22,0x14,0x0,0xf8,0x8,0xc8,0x48,0x88,0x8,0x88,0x8,0xf8,0x8, -+0x20,0x20,0x27,0xf9,0xa8,0xaf,0xa8,0xab,0xaa,0xab,0xaa,0xbb,0x20,0x23,0x20,0x2f,0x80,0x48,0xfc,0x10,0xa4,0xfe,0x8,0xfc,0x48,0xf8,0x48,0xf8,0x40,0xf8,0x40,0xfe, -+0x1,0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x21,0x21,0x22,0x24,0x48,0x50,0x80,0x0,0x0,0x84,0xfe,0x80,0x80,0x88,0xfc,0x80,0xc0,0xa0,0x90,0x88,0x8e,0x84,0x80,0x80, -+0x20,0x17,0x50,0x40,0x4f,0x40,0x44,0x44,0x44,0x47,0x40,0x5f,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x44,0xe4,0x44,0x44,0x44,0x44,0xf4,0x14,0xd4,0x14,0x54,0x24,0xc, -+0x8,0x8,0x14,0x12,0x21,0x20,0x7e,0xa2,0x22,0x2a,0x24,0x20,0x21,0x21,0x1f,0x0,0x4,0x4,0x4,0x24,0xa4,0xa4,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x4,0x14,0x8, -+0x0,0x8,0x7c,0x48,0x49,0x4a,0x48,0x48,0x48,0x48,0x48,0x78,0x49,0x2,0x4,0x8,0x80,0x80,0x80,0xfc,0x4,0x48,0x40,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x10,0x10,0x10,0x10,0x55,0x5a,0x50,0x90,0x10,0x10,0x10,0x10,0x19,0x26,0x44,0x88,0x80,0x80,0x80,0xfc,0x4,0x48,0x40,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x10,0x10,0x13,0x10,0xfc,0x17,0x11,0x19,0x37,0xd1,0x11,0x17,0x10,0x10,0x53,0x20,0x8,0x3c,0xc0,0x40,0x48,0xfc,0x50,0x54,0xfe,0x50,0x50,0xfc,0x40,0x50,0xf8,0x0, -+0x10,0x10,0x13,0x1c,0x20,0x23,0x7d,0x91,0x17,0x79,0x11,0x13,0x14,0x18,0x13,0x0,0x8,0x3c,0xc0,0x40,0x48,0xfc,0x50,0x54,0xfe,0x50,0x50,0xfc,0x40,0x50,0xf8,0x0, -+0x0,0x0,0x3f,0x1,0x1,0x7f,0x9,0x9,0xff,0x9,0x9,0x7f,0x1,0x1,0x3f,0x0,0x10,0x78,0x80,0x0,0x8,0xfc,0x20,0x24,0xfe,0x20,0x28,0xfc,0x0,0x10,0xf8,0x0, -+0x1,0x7f,0x1,0x3f,0x2,0xff,0x4,0x8,0x1f,0x28,0xc8,0xf,0x8,0x8,0xf,0x8,0x0,0xfc,0x0,0xf8,0x0,0xfe,0x40,0x20,0xf0,0x2e,0x24,0xe0,0x20,0x20,0xe0,0x20, -+0x10,0x17,0x10,0x13,0xfc,0x17,0x39,0x32,0x57,0x5a,0x92,0x13,0x12,0x12,0x13,0x12,0x40,0xfc,0x40,0xf8,0x80,0xfe,0x10,0x8,0xfe,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x4,0xfe,0x29,0x28,0xfe,0xaa,0xaa,0xae,0xc2,0x82,0x82,0xfe,0x83,0x82,0xfe,0x82,0x20,0x10,0xfe,0x4,0xfe,0x84,0xfc,0x0,0xfc,0x8,0x30,0x24,0xfe,0x20,0xa0,0x40, -+0x0,0x3f,0x20,0x2f,0x20,0x3f,0x2a,0x29,0x28,0x2e,0x40,0x9f,0x10,0x10,0x1f,0x10,0x10,0xf8,0x0,0xf0,0x0,0xfc,0x10,0xa0,0x60,0x1e,0x4,0xf0,0x10,0x10,0xf0,0x10, -+0x0,0x40,0x37,0x10,0x83,0x62,0x23,0x8,0x13,0x20,0xe0,0x2f,0x20,0x20,0x21,0x20,0x80,0x44,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xf8,0x10,0x64,0xfe,0x40,0x40,0x40,0x80, -+0x10,0x10,0x20,0x27,0x48,0xfa,0x12,0x22,0x42,0xfb,0x42,0x0,0x18,0xe0,0x40,0x0,0x40,0x40,0x44,0xfe,0x40,0x48,0x48,0x48,0x48,0xf8,0x48,0x40,0x42,0x42,0x3e,0x0, -+0x1,0x7f,0x1,0x3f,0x2,0x7f,0x8,0x1f,0xe8,0xf,0x10,0x7c,0x54,0x7c,0x12,0xfe,0x8,0xfc,0x0,0xf8,0x0,0xfc,0x20,0xf0,0x2e,0xe4,0x20,0xf8,0xa8,0xf8,0x24,0xfc, -+0x0,0xf7,0x52,0x31,0x52,0x94,0x10,0x14,0x3f,0x64,0xbf,0x24,0x3f,0x24,0x3f,0x20,0x20,0xa0,0xa8,0xa4,0xa0,0xae,0xf0,0x20,0xa4,0x24,0x18,0x10,0x30,0x4a,0x8a,0x4, -+0x10,0x10,0x20,0x20,0x4b,0xfa,0x13,0x22,0x43,0xf8,0x40,0x7,0x18,0xe0,0x40,0x0,0x48,0x7c,0x40,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x1,0x0,0x1f,0x11,0x91,0x51,0x55,0x15,0x35,0x55,0xd5,0x15,0x25,0x25,0x4e,0x4,0x0,0x84,0xfe,0x20,0x20,0x20,0x24,0x2c,0xf0,0x20,0x20,0x20,0x22,0xe2,0x1e,0x0, -+0x8,0x8,0xff,0x8,0x1,0x41,0x33,0x12,0x4,0x10,0xe0,0x20,0x21,0x21,0x22,0xc,0x20,0x24,0xfe,0x20,0x0,0x8,0xfc,0x8,0x90,0x80,0x80,0x80,0x40,0x30,0xe,0x4, -+0x2,0x11,0xf8,0x27,0x21,0x41,0x42,0x77,0xd0,0x51,0x51,0x52,0x54,0x77,0x50,0x0,0x8,0x98,0xa0,0xfe,0x8,0x8,0x52,0xbc,0x84,0x8,0x8,0x10,0xa4,0xfe,0x42,0x0, -+0x14,0x14,0x14,0x54,0x55,0x5e,0x54,0x54,0x54,0x54,0x54,0x54,0x5d,0xe6,0x44,0x0,0x50,0x50,0x84,0xfe,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80,0x80, -+0x8,0x1c,0xf0,0x11,0x10,0x14,0xfe,0x10,0x15,0x7e,0x44,0x45,0x44,0x44,0x7c,0x44,0x40,0x20,0x28,0xfc,0x0,0x88,0x50,0x4,0xfe,0x20,0x28,0xfc,0x20,0x20,0x20,0x20, -+0x8,0x4,0xff,0x8,0x8,0x12,0x7c,0x8,0x12,0x7e,0x0,0xa,0x29,0x28,0x48,0x7,0x20,0x44,0xfe,0x20,0x20,0x44,0xf8,0x10,0x24,0xfc,0x0,0x0,0x88,0xa4,0x24,0xe0, -+0x21,0x11,0x1,0xa,0x70,0x20,0x27,0x0,0xff,0x10,0x1f,0x10,0x13,0x10,0x16,0x38,0x0,0x8,0xfc,0x48,0x40,0xa0,0x1c,0x4,0xfe,0x0,0xe0,0x20,0x20,0xa4,0x24,0x1c, -+0x20,0x13,0x10,0x0,0x7,0xf0,0x10,0x13,0x12,0x12,0x12,0x13,0x16,0x18,0x10,0x0,0x4,0xfe,0x4,0x24,0xf4,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x24,0x4,0x14,0x8, -+0x4,0x4,0x4,0x24,0x24,0x24,0x27,0x24,0x24,0x24,0x24,0x24,0x27,0xf8,0x40,0x0,0x40,0x40,0x40,0x44,0x4c,0x50,0x60,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x8,0x8,0x9,0xff,0x8,0x7f,0x49,0x49,0x4b,0x18,0x1c,0x2b,0x49,0x88,0x8,0x8,0x4,0x4,0x4,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x0,0x7d,0x45,0x55,0x55,0x55,0x55,0x54,0x55,0x56,0x54,0x11,0x2a,0x44,0x81,0x0,0x8,0xfc,0x8,0xf8,0x8,0x8,0xf8,0x84,0xfe,0x54,0x94,0x24,0x44,0x84,0x28,0x10, -+0x0,0x40,0x30,0x11,0x1,0x2,0x8,0x10,0x20,0xe0,0x20,0x20,0x21,0x22,0x24,0x28,0x80,0x80,0x80,0x8,0xfc,0x8,0x50,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x5,0xfe,0x24,0x24,0x3d,0x25,0x25,0x25,0x3d,0x25,0x24,0x24,0xfd,0x6,0x4,0x4,0x4,0xcc,0x50,0x4,0xfe,0x4,0x4,0x4,0xfc,0x44,0x20,0xa4,0x8a,0x8a,0x78,0x0, -+0x4,0x4,0xff,0x14,0x1f,0x12,0x2e,0x25,0x48,0x11,0x2,0x4,0x52,0x51,0x90,0xf,0x40,0x44,0xfe,0x40,0xf8,0x48,0x48,0x88,0xc8,0x28,0x10,0x0,0x4,0x92,0x92,0xf0, -+0x4,0x8,0x7f,0x44,0x44,0x47,0x44,0x48,0x54,0x42,0x41,0x42,0x44,0x48,0x7f,0x40,0x0,0x4,0xfe,0x4,0x4,0xe4,0x24,0x44,0x44,0x84,0x4,0x84,0x4,0x4,0xfc,0x4, -+0x8,0x8,0x8,0x1f,0x12,0x22,0x4a,0x86,0x5,0x4,0x8,0x11,0x22,0x44,0x8,0x0,0x0,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x84,0xc4,0x34,0x14,0x4,0x28,0x10, -+0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x14,0x12,0x21,0x21,0x42,0x84,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x50,0x50,0x88,0x88,0xc,0x6,0x4, -+0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x14,0x12,0x21,0x41,0x82,0x0,0xff,0x0,0x0,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x50,0x90,0x88,0xe,0x4,0x0,0xfe,0x0, -+0x0,0x40,0x2f,0x20,0x7,0x1,0xf,0x12,0x24,0xeb,0x30,0x27,0x20,0x21,0x22,0x24,0x80,0x88,0xfc,0x80,0xf8,0x0,0xfc,0x20,0x10,0xee,0x84,0xf0,0x80,0x40,0x30,0x10, -+0x8,0x8,0x4a,0x2a,0x1c,0x8,0xfe,0x8,0x1c,0x1a,0x28,0x48,0x88,0x8,0xb,0x8,0x0,0x8,0xfc,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0xfe,0x0, -+0x2,0x7f,0x14,0x15,0x7f,0x55,0x55,0x55,0x55,0x63,0x41,0x7f,0x41,0x41,0x7f,0x41,0x28,0x28,0xfe,0x28,0xa8,0x28,0xfe,0x4,0x7e,0x44,0x44,0x7c,0x44,0x44,0x7c,0x44, -+0x10,0x12,0x1f,0x24,0x42,0x10,0x8,0xff,0x10,0x1c,0x14,0x27,0x24,0x44,0x94,0xb,0x20,0x24,0x3e,0x48,0x84,0x80,0xfe,0x40,0x7c,0xa0,0x24,0xfe,0x20,0x50,0x8e,0x4, -+0x8,0xb,0xa,0x12,0x12,0x33,0x50,0x90,0x12,0x12,0x12,0x12,0x15,0x18,0x10,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0xc6,0x7c,0x0, -+0x0,0x78,0x4b,0x4a,0x4d,0x78,0x11,0x11,0x5d,0x50,0x53,0x52,0x5f,0xe2,0x40,0x0,0x40,0x20,0xfe,0x8a,0x24,0x20,0xfc,0x24,0xfc,0x20,0xfe,0x22,0xfe,0x22,0x20,0x20, -+0x10,0x1f,0x28,0x5f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x4,0xff,0xa,0x32,0xc4,0xf,0x40,0x7c,0xa0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x20,0x9e,0x44,0xe0, -+0x2,0x1,0x7f,0x44,0x99,0x1,0x3f,0x21,0x3f,0x1,0x7f,0x41,0x7f,0x41,0x1,0x1,0x0,0x0,0xfe,0x42,0x34,0x0,0xf8,0x8,0xf8,0x0,0xfc,0x4,0xfc,0x4,0x0,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x10,0x15,0x19,0x33,0xd5,0x11,0x11,0x11,0x11,0x51,0x21,0x20,0x24,0x24,0x24,0xfc,0xa0,0x14,0xfe,0x10,0xfc,0x10,0xfc,0x10,0x14,0xfe,0x0, -+0x1,0x21,0x21,0x3f,0x28,0x11,0x10,0x3f,0x50,0x9f,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x8,0x8,0xf8,0x8,0x0,0x88,0xfc,0x80,0xf8,0x80,0xf8,0x80,0x84,0xfe,0x0, -+0x8,0x9,0x9,0x11,0x11,0x30,0x51,0x93,0x15,0x19,0x11,0x11,0x11,0x11,0x11,0x11,0x20,0x24,0x24,0x24,0xfc,0xa0,0x14,0xfe,0x20,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x8,0x7c,0x48,0x49,0x4a,0x79,0x49,0x49,0x49,0x79,0x49,0x49,0x49,0x49,0x5a,0x84,0x80,0x80,0xf8,0x10,0x24,0xfe,0x0,0x78,0x48,0x48,0x68,0x50,0x42,0x42,0x3e,0x0, -+0x1,0x0,0x1f,0x10,0x90,0x57,0x51,0x11,0x32,0x54,0xd0,0x1f,0x20,0x20,0x40,0x0,0x0,0x84,0xfe,0x80,0x48,0xfc,0x10,0x10,0xac,0x44,0x40,0xfe,0x40,0x40,0x40,0x40, -+0x10,0x10,0x10,0x55,0x38,0x10,0xfe,0x11,0x38,0x34,0x53,0x90,0x10,0x10,0x10,0x10,0x40,0x20,0x28,0xfc,0x88,0x88,0x88,0x54,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x40,0x30,0x17,0x1,0x81,0x61,0x22,0x4,0x10,0x2f,0xe0,0x20,0x20,0x20,0x20,0x20,0x80,0x48,0xfc,0x10,0x10,0x10,0xac,0x44,0x40,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x3e,0x2,0x12,0xa,0x12,0x1,0x7f,0x8,0x14,0x22,0x1,0xff,0x1,0x1,0x1,0x1,0xf8,0x8,0x48,0x28,0x48,0x0,0xfc,0x20,0x50,0x88,0x0,0xfe,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x14,0xff,0x10,0x30,0x38,0x54,0x54,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x90,0x50,0x50,0x10,0x10,0x10,0x10,0x50,0x20, -+0x2,0x2,0xff,0x4,0x8,0xb,0x10,0x10,0x30,0x5f,0x90,0x10,0x10,0x10,0x11,0x10,0x0,0x4,0xfe,0x0,0x0,0xf8,0x10,0x20,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x80, -+0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x8,0x4,0x4,0x0,0x0,0x0,0x0,0x1,0x0,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x0,0x4,0xfe,0x13,0x10,0x21,0x24,0x7f,0xa4,0x24,0x24,0x25,0x3d,0x22,0x4,0x0,0x88,0x4c,0x50,0xfe,0x20,0xfc,0x20,0xfe,0x40,0x88,0xfc,0x10,0x10,0x14,0xfe,0x0, -+0x20,0x23,0x22,0x23,0xfa,0x23,0x20,0x2f,0x34,0xe7,0x24,0x27,0x24,0x2f,0xa0,0x40,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x80,0xfc,0x84,0xa8,0x90,0x90,0xae,0xc4, -+0x11,0x10,0x10,0x17,0xfc,0x13,0x10,0x1f,0x30,0xd1,0x11,0x12,0x14,0x18,0x53,0x20,0x8,0x98,0xa0,0xfc,0x40,0xf8,0x40,0xfe,0x80,0x8,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x11,0x11,0x11,0x17,0xfd,0x11,0x17,0x18,0x33,0xd2,0x12,0x13,0x12,0x12,0x53,0x22,0x10,0x10,0x10,0xfc,0x10,0x14,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x12,0x12,0xfa,0x12,0x15,0x18,0x30,0xd0,0x17,0x10,0x10,0x10,0x5f,0x20,0x40,0x40,0x48,0x48,0x48,0x48,0x54,0xe2,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x1f,0x20,0x20,0x7f,0x90,0x11,0x7d,0x11,0x11,0x15,0x19,0x11,0x1,0x90,0x90,0x90,0xfc,0x90,0x94,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x11,0x11,0x17,0x11,0xfc,0x10,0x11,0x1a,0x35,0xd0,0x13,0x12,0x12,0x12,0x53,0x22,0x10,0x10,0xfc,0x10,0x40,0xa0,0x10,0xe,0xf4,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x20,0x20,0x0,0xf,0xe0,0x21,0x21,0x22,0x22,0x24,0x28,0x50,0x8f,0x0,0x80,0x80,0x80,0x80,0x88,0xfc,0x80,0x0,0x40,0x20,0x10,0x18,0x8,0x6,0xfc,0x0, -+0x10,0x12,0x1f,0x28,0x45,0x2,0x4,0x8,0x1f,0x20,0xcf,0x8,0x8,0x8,0xf,0x8,0x40,0x48,0x7c,0xa0,0x10,0x80,0x40,0x20,0xf8,0xe,0xe4,0x20,0x20,0x20,0xe0,0x20, -+0x1,0x0,0x1f,0x92,0x52,0x5f,0x12,0x31,0x52,0xd7,0x18,0x17,0x24,0x24,0x47,0x4,0x0,0x84,0xfe,0x20,0x28,0xfc,0xa0,0x40,0x20,0xf0,0xe,0xf4,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x14,0x18,0x30,0xd0,0x10,0x10,0x10,0x10,0x50,0x20,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x2,0x2,0x2,0x4,0x4,0x8,0x10,0x60,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0x4,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x11,0x1,0xff,0x1,0x3,0x5,0x9,0x11,0x61,0x1,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x4,0xfe,0x0,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x0,0xff,0x2,0x2,0x2,0x3,0x4,0xc,0xa,0x11,0x20,0x40,0x0,0x3,0xc,0x30,0x4,0xfe,0x0,0x0,0x0,0xf8,0x8,0x8,0x10,0x90,0xa0,0x40,0x80,0x0,0x0,0x0, -+0x10,0x10,0x1f,0x20,0x2f,0x61,0xbf,0x22,0x24,0x2c,0x32,0x21,0x22,0x24,0x28,0x21,0x80,0x88,0xfc,0x80,0xf8,0x0,0xfe,0x20,0x90,0x9e,0xa4,0xc0,0xa0,0x98,0x88,0x80, -+0x8,0x7f,0x8,0xff,0x0,0x7f,0x49,0x7f,0x49,0x7f,0x22,0x7f,0x22,0xff,0x22,0x41,0x50,0x48,0x44,0xfe,0x40,0x48,0x48,0x50,0x50,0x20,0x20,0x60,0x90,0x92,0xa,0x6, -+0x9,0x9,0x7f,0x9,0x9,0x7f,0x41,0x81,0x1f,0x11,0x11,0x11,0x11,0x11,0x11,0x1,0x20,0x28,0xfc,0x20,0x20,0xfe,0x2,0x4,0xf0,0x10,0x10,0x10,0x10,0x50,0x20,0x0, -+0x4,0xfe,0x20,0x20,0x3c,0x25,0x27,0x44,0xa5,0x15,0x9,0x9,0x11,0x21,0x41,0x0,0x20,0x20,0x40,0x40,0x88,0x4,0xfe,0x2,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x8,0x8,0x8,0x10,0x10,0x30,0x5f,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x80,0xa0,0x90,0x90,0x84,0xfe,0x80,0x40,0x40,0x40,0x20,0x20,0x12,0x12,0xa,0x6, -+0x8,0x8,0x10,0x37,0x50,0x90,0x10,0x1f,0x10,0x11,0x11,0x11,0x11,0x2,0xc,0x30,0xa0,0x90,0xbc,0xc0,0x42,0x32,0xe,0xf0,0x10,0x10,0x10,0x10,0x10,0xc0,0x30,0x10, -+0x8,0x8,0x10,0x37,0xd0,0x10,0x12,0x11,0xff,0xa,0x9,0x18,0x28,0xc9,0xa,0xc,0xa0,0x90,0xfc,0x80,0x40,0x24,0x1c,0x0,0xfe,0x8,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x8,0x8,0x13,0x20,0x48,0x8,0x17,0x30,0x50,0x97,0x10,0x12,0x11,0x11,0x10,0x10,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x50,0x20, -+0x0,0x40,0x27,0x20,0xf,0x0,0xe7,0x20,0x24,0x22,0x24,0x28,0x22,0x51,0x8f,0x0,0x80,0x90,0xf8,0x90,0xfc,0x90,0xf0,0x80,0x90,0xa0,0x98,0x88,0x80,0x6,0xfc,0x0, -+0x4,0x4,0x8,0x10,0x7f,0x0,0x3f,0x20,0x20,0x3f,0x2,0x11,0x50,0x50,0x8f,0x0,0x0,0x40,0x20,0x10,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x0,0x80,0x94,0x12,0xf2,0x0, -+0x4,0xfe,0x48,0x4b,0x7a,0x4c,0x48,0x48,0x78,0x48,0x48,0x4d,0xf9,0xa,0xc,0x8,0x40,0x40,0x44,0xfe,0x44,0x48,0x60,0x60,0xa0,0xa0,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x13,0x1e,0x32,0xd2,0x13,0x10,0x10,0x1f,0x50,0x20,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x0,0x0, -+0x0,0x1f,0x10,0x12,0x11,0x11,0x10,0xff,0x10,0x10,0x10,0x10,0x10,0x10,0x20,0x40,0x10,0xf8,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x10,0x8,0x4,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x1,0xff,0x1,0x1,0x1,0x10,0x20,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0, -+0x41,0x22,0x14,0x7f,0x49,0x49,0x7f,0x49,0x49,0x7f,0x8,0x8,0xff,0x8,0x8,0x8,0x0,0x7c,0x44,0x48,0x48,0x50,0x50,0x48,0x44,0x44,0x44,0x64,0xd4,0x48,0x40,0x40, -+0x11,0x10,0x10,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x10,0x17,0x10,0x10,0x50,0x20,0x4,0x88,0x50,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x20,0x20,0x20, -+0x4,0x3e,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x25,0x54,0x88,0x0,0x4,0xfe,0x84,0x84,0x84,0xfc,0x84,0x84,0x84,0xfc,0x0,0x4,0xfe,0x0,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0xff,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x10,0xf0,0x10,0x4,0xfe,0x0, -+0x10,0x1f,0x10,0x3f,0x40,0xbf,0x12,0xa,0x5,0x38,0x2,0x12,0xa,0x5,0x8,0x70,0x8,0xfc,0x0,0xf8,0x0,0xf0,0x50,0x90,0x10,0xf0,0x10,0x50,0x90,0x12,0xca,0x24, -+0x10,0x10,0x17,0x24,0x24,0x64,0xa7,0x24,0x24,0x24,0x27,0x20,0x20,0x3f,0x20,0x20,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x0,0x0, -+0x12,0x11,0x10,0x13,0x5a,0x56,0x53,0x92,0x12,0x13,0x10,0x1f,0x10,0x10,0x10,0x10,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0xfe,0x40,0x40,0x40,0x40, -+0x0,0x44,0x33,0x11,0x80,0x40,0x41,0xa,0x10,0x22,0xe1,0x20,0x20,0x21,0x22,0x2c,0x40,0x44,0x4c,0x50,0x40,0xa0,0x1c,0x48,0x40,0x48,0x58,0xa0,0x90,0x10,0xe,0x4, -+0x0,0x40,0x2f,0x21,0x2,0x4,0xef,0x21,0x29,0x25,0x22,0x2a,0x33,0x24,0x8,0x10,0x8,0x1c,0x70,0x10,0x10,0x10,0x5c,0x50,0x50,0x50,0x50,0x7c,0x0,0x80,0x46,0x3c, -+0xa,0x7d,0x8,0xb,0xa,0x7a,0x4b,0x42,0x42,0x7b,0x8,0xf,0x8,0x8,0x50,0x20,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0xfe,0x40,0x40,0x40,0x40, -+0x7f,0x1,0x9,0x9,0x9,0x15,0x23,0x41,0x1f,0x11,0x11,0x1f,0x11,0x1,0x7f,0x0,0xfc,0x8,0x20,0xf0,0x0,0x6,0xfc,0x10,0xf8,0x10,0x10,0xf0,0x0,0x10,0xf8,0x4, -+0x1,0x21,0x19,0x9,0x1,0x1,0x7f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x7f,0x0,0x0,0x8,0x18,0x20,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x12,0x11,0xfd,0x10,0x17,0x18,0x30,0xd0,0x13,0x10,0x10,0x10,0x57,0x20,0x40,0x40,0x44,0x4c,0x50,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x11,0xd,0x5,0x7f,0x40,0x8f,0x8,0x8,0x8,0xf,0x4,0x4,0x4,0x8,0x30,0x0,0x10,0x30,0x40,0xfe,0x22,0xf4,0x20,0x20,0x20,0xe0,0x80,0x80,0x84,0x84,0x7c, -+0x8,0x8,0xff,0x8,0x47,0x30,0x10,0x81,0x47,0x11,0x21,0xe2,0x22,0x24,0x29,0x20,0x20,0x24,0xfe,0x20,0xf0,0x40,0x80,0x4,0xfe,0x24,0x24,0x44,0x44,0x84,0x28,0x10, -+0x10,0x10,0x12,0x11,0xfd,0x10,0x37,0x38,0x54,0x50,0x93,0x10,0x10,0x10,0x17,0x10,0x40,0x40,0x44,0x4c,0x50,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x0,0x7f,0x2,0x2,0x2,0x2,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x50,0x20, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x10,0x14,0x14,0x17,0x50,0x20,0x40,0x88,0xfc,0x8,0x48,0x8,0x28,0x10,0x0,0xfe,0x82,0x92,0x92,0xf2,0xa,0x4, -+0x4,0x7f,0x44,0x46,0x45,0x45,0x7c,0x13,0x12,0x5e,0x53,0x52,0x5e,0xf2,0x43,0x2,0x1c,0xe0,0x48,0x2c,0x28,0x10,0x44,0x9e,0x4,0x4,0x9c,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x1f,0x22,0x22,0x64,0xaf,0x21,0x21,0x2f,0x21,0x21,0x21,0x2f,0x24,0x20,0x4,0x44,0xe4,0x4,0x94,0x54,0xd4,0x14,0x14,0xd4,0x14,0x14,0xc4,0x4,0x14,0x8, -+0x1,0x2,0xf,0x8,0xa,0x9,0x8,0x8,0xf,0x8,0x2,0x22,0x22,0x3f,0x20,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x60,0x4,0xfe,0x4,0x4,0x24,0x24,0xe4,0x34,0x8, -+0x20,0x10,0x13,0x0,0xfd,0x8,0x13,0x38,0x54,0x93,0x11,0x11,0x12,0x14,0x18,0x10,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x80,0x88,0xfe,0x8,0x48,0x28,0x8,0x28,0x10, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x1f,0x0,0x0,0xff,0x0,0x8,0x4,0x0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x14,0x4,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0xa0,0x40, -+0x1,0x7f,0x8,0x10,0x22,0x41,0x7f,0x8,0xa,0x7f,0x8,0x8,0x8,0xf,0xf8,0x0,0x4,0x84,0x4,0x24,0x24,0x24,0xa4,0xa4,0x24,0x24,0x24,0x24,0x4,0x84,0x14,0x8, -+0x8,0x1f,0xf0,0x12,0x11,0xfd,0x10,0x3b,0x36,0x52,0x53,0x92,0x12,0x12,0x13,0x12,0x1c,0xe0,0x48,0x4c,0x48,0x10,0x44,0x9e,0x4,0x4,0x9c,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x10,0x5b,0x56,0x53,0x92,0x13,0x12,0x10,0x1f,0x10,0x10,0x10,0x10,0x48,0x7c,0x40,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x2,0x41,0x37,0x10,0x1,0x3,0xf2,0x13,0x12,0x12,0x13,0x12,0x12,0x2b,0x44,0x3,0x8,0x10,0xfc,0x80,0x8,0xfc,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x6,0xfc, -+0x1,0x41,0x33,0x12,0x4,0x10,0x21,0xc6,0x40,0x1f,0x12,0x12,0x12,0x12,0xff,0x0,0x0,0x8,0xfc,0x48,0x40,0xa0,0x10,0xe,0x4,0xf0,0x90,0x90,0x90,0x94,0xfe,0x0, -+0x10,0x10,0x2f,0x20,0x47,0x94,0x14,0x27,0x60,0xaf,0x20,0x21,0x25,0x25,0x28,0x20,0x40,0x44,0xfe,0x40,0xfc,0xa4,0xa4,0xfc,0x0,0xfe,0x40,0x20,0x24,0xa,0xfa,0x0, -+0x8,0xb,0x12,0x13,0x22,0x4b,0x88,0x17,0x30,0x50,0x9f,0x12,0x11,0x11,0x10,0x10,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x10,0x14,0xfe,0x10,0x10,0x10,0x50,0x20, -+0x10,0x10,0x22,0x7f,0x42,0x43,0x42,0x42,0x7e,0x42,0x42,0x42,0x42,0x7e,0x42,0x0,0x40,0x40,0x44,0x7e,0x84,0x4,0x4,0x84,0x64,0x24,0x4,0x4,0x4,0x4,0x28,0x10, -+0x8,0x7f,0x48,0x4a,0x49,0x49,0x7b,0x14,0x13,0x5a,0x52,0x53,0x5d,0xe0,0x4f,0x0,0x20,0xa8,0xb0,0xa4,0x18,0x10,0xf8,0x6,0xf8,0x8,0x8,0xf8,0x10,0xa4,0xfe,0x0, -+0x10,0x10,0x17,0x10,0x54,0x58,0x50,0x90,0x10,0x10,0x10,0x28,0x24,0x44,0x80,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x3e,0x2,0x12,0xc,0x8,0x1f,0x20,0xcf,0x8,0x8,0xf,0x4,0x2,0x7f,0x0,0x80,0x90,0xa0,0x48,0x50,0x20,0xf0,0x2e,0xf4,0x20,0x20,0xe0,0x40,0x88,0xfc,0x0, -+0x10,0x14,0x3e,0x49,0x5,0x1,0x3f,0x1,0xff,0x0,0x0,0x3f,0x8,0x4,0x1,0x0,0x40,0x48,0xfc,0x20,0x10,0x0,0xf8,0x0,0xfe,0x40,0x50,0xf8,0x40,0x40,0x40,0x80, -+0x8,0x7f,0x48,0x4a,0x49,0x79,0x4b,0x4c,0x4b,0x7a,0x4a,0x4b,0x49,0x78,0x4f,0x0,0x20,0xa8,0xb0,0xa4,0x18,0x8,0xfe,0x4,0xf8,0x8,0x8,0xf8,0x10,0xa4,0xfe,0x0, -+0x3e,0x12,0xc,0xf,0x10,0x2f,0xc8,0xf,0x4,0x7f,0x0,0x7,0x4,0x4,0x8,0x30,0x90,0xa0,0x48,0xf0,0x10,0xee,0x24,0xe0,0x48,0xfc,0x40,0xe0,0x40,0x44,0x44,0x3c, -+0x0,0xfe,0x2,0x42,0x24,0x24,0x18,0x8,0x18,0x14,0x24,0x22,0x42,0x80,0x0,0x0,0x0,0xfc,0x84,0x88,0x88,0x90,0xa0,0x98,0x84,0x84,0x84,0xc4,0xa8,0x90,0x80,0x80, -+0x23,0x22,0x22,0x23,0xfa,0x22,0x23,0x20,0x2f,0x20,0x3a,0xe2,0x42,0x5,0x8,0x10,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x40,0x50,0x78,0x40,0x40,0xc6,0x7c, -+0x10,0x10,0x17,0x24,0x24,0x64,0xa4,0x27,0x24,0x24,0x24,0x24,0x25,0x26,0x24,0x20,0x8,0x3c,0xc0,0x40,0x40,0x40,0x44,0xfe,0x20,0x20,0x20,0x90,0x12,0x4a,0x2a,0x4, -+0x0,0x40,0x2f,0x22,0x1,0x87,0x44,0x4d,0x14,0x25,0xe5,0x25,0x25,0x25,0x24,0x24,0x80,0x44,0xfe,0x8,0x14,0xfe,0x44,0xf4,0x44,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x0,0x40,0x20,0x2f,0x8,0x8,0xe8,0x2f,0x28,0x28,0x28,0x2f,0x28,0x50,0x8f,0x0,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0xf8,0x8,0x6,0xfc,0x0, -+0x2,0x7,0x78,0x8,0x8,0xa,0xff,0x8,0xa,0x3f,0x22,0x22,0x22,0x3e,0x22,0x1,0x20,0x20,0x20,0x44,0x7e,0x88,0x48,0x48,0x48,0x48,0x50,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x12,0x1f,0x28,0x45,0x81,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x20,0x40,0x44,0x7e,0xa0,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x44,0x28,0x10,0x29,0x49,0x89,0xa,0x18,0x28,0x48,0x88,0x9,0x9,0x52,0x24,0x40,0x40,0x40,0x44,0x4c,0x50,0x60,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x1,0x41,0x31,0x13,0x84,0x60,0x20,0x9,0x12,0x24,0xeb,0x21,0x22,0x24,0x21,0x20,0x0,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x10,0x4e,0x40,0xfc,0x50,0x4c,0x44,0x40,0x80, -+0x0,0x7e,0x2,0x22,0x1a,0x12,0x23,0x8,0x1f,0x30,0x5f,0x90,0x1f,0x10,0x1f,0x10,0x8,0xfc,0x8,0x48,0x38,0x28,0x48,0x80,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfe,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x0,0x40,0x24,0xfe,0x88,0x54,0xfe,0x24,0xfc,0x24,0x74,0x54,0x54,0x74,0x4,0x14,0x8, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x16,0x1b,0x32,0xd2,0x12,0x12,0x12,0x13,0x52,0x20,0x8,0x3c,0xe0,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x50,0xd0,0x2a,0xa,0x4, -+0x2,0x1,0x3f,0x20,0x20,0x2f,0x28,0x28,0x2f,0x28,0x28,0x28,0x4a,0x4d,0x88,0x0,0x0,0x4,0xfe,0x0,0x70,0x80,0x80,0x88,0xfc,0x80,0x80,0x40,0x40,0xa4,0x94,0xc, -+0x0,0x20,0x22,0x22,0x22,0x22,0xfb,0x26,0x22,0x22,0x22,0x22,0x3a,0xe2,0x41,0x0,0x40,0x40,0x40,0x40,0x48,0x7c,0xc8,0x48,0x48,0x48,0x68,0x50,0x42,0x2,0xfe,0x0, -+0x4,0x7f,0x4,0x1,0x3f,0x8,0x4,0x7f,0x41,0x81,0x1f,0x11,0x11,0x11,0x1,0x1,0x48,0xfc,0x40,0x10,0xf8,0x20,0x40,0xfe,0x2,0x14,0xf8,0x10,0x10,0x50,0x20,0x0, -+0x10,0x14,0x3e,0x49,0xbf,0x1,0x1,0x3f,0x21,0x21,0x3f,0x3,0x5,0x19,0x61,0x1,0x80,0x88,0xfc,0x20,0xf8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0x4,0x24,0x18,0x0, -+0x2,0x1,0x3f,0x8,0x4,0x7f,0x41,0x81,0x1f,0x11,0x11,0x11,0x11,0x11,0x1,0x1,0x0,0x10,0xf8,0x20,0x40,0xfe,0x2,0x14,0xf8,0x10,0x10,0x10,0x50,0x20,0x0,0x0, -+0x8,0x6,0x2,0x7f,0x1,0x1,0x3f,0x21,0x21,0x3f,0x3,0x5,0x19,0x61,0x1,0x1,0x20,0x60,0x88,0xfc,0x8,0x8,0xf8,0x8,0x0,0xfc,0x4,0x4,0x14,0x8,0x0,0x0, -+0x4,0x42,0x2f,0x20,0x0,0xf,0xe8,0x28,0x2f,0x21,0x22,0x24,0x28,0x50,0x88,0x7,0x10,0x28,0xfc,0x88,0x88,0xf8,0x80,0x88,0xfc,0x88,0x88,0xa8,0x90,0x80,0x86,0xfc, -+0x10,0x10,0x27,0x21,0x48,0xff,0x14,0x28,0x43,0xfa,0x42,0x2,0x1a,0xe2,0x40,0x0,0x80,0x48,0xfc,0x10,0xa0,0xfe,0x42,0x44,0xf8,0x48,0x48,0x48,0x48,0x58,0x40,0x40, -+0x10,0x15,0xfe,0x10,0x7c,0x44,0x7c,0x44,0x7c,0x44,0x7c,0x44,0xfe,0x0,0x28,0x45,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0xa4,0x40,0x48,0x86,0x2, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x16,0x1a,0x32,0xd2,0x12,0x12,0x14,0x14,0x58,0x20,0x40,0x20,0x4,0xfe,0x20,0x24,0x3e,0x20,0x24,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x0,0x40,0x37,0x10,0x83,0x62,0x23,0xa,0x13,0x22,0xe3,0x22,0x2f,0x21,0x23,0x24,0x40,0x48,0xfc,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x10,0xc,0x4, -+0x0,0x4,0xfe,0x11,0x11,0x21,0x25,0x3f,0x65,0xa5,0x25,0x27,0x24,0x3c,0x25,0x2,0x50,0x50,0x54,0xfe,0x54,0x54,0x54,0xfc,0x54,0x54,0x54,0xfe,0x0,0x88,0x86,0x2, -+0x2,0x2,0x2,0x3,0x2,0x2,0x3f,0x20,0x20,0x20,0x3f,0x0,0x29,0x24,0x44,0x80,0x0,0x0,0x8,0xfc,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x0,0x10,0xc8,0x44,0x4, -+0x4,0x4,0x4,0x3f,0x24,0x24,0x24,0x3f,0x24,0x24,0x24,0xff,0x0,0x10,0x30,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0xf8,0x48,0x48,0x48,0xfe,0x0,0x10,0xc,0x4, -+0x10,0x7c,0x11,0x7d,0x12,0xff,0x4,0x7e,0x44,0x7c,0x44,0x7c,0x44,0x45,0x56,0x48,0x40,0x20,0xfe,0x2,0x4,0xfe,0x20,0x20,0xa8,0xbc,0xa0,0xa0,0xa0,0x60,0x26,0x1c, -+0x8,0x8,0x7e,0x8,0xa,0x1c,0x68,0x8,0x2b,0x11,0x1,0x7f,0x1,0x1,0xff,0x0,0x40,0x48,0xfc,0x48,0xc8,0x68,0x58,0x8a,0x6,0x0,0x8,0xfc,0x0,0x4,0xfe,0x0, -+0x2,0x2,0x2,0x7f,0x42,0x42,0x7f,0x42,0x42,0x7f,0x42,0x2,0x2,0x2,0x1,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x0,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x10,0x27,0x24,0x64,0xa4,0x24,0x27,0x24,0x24,0x24,0x24,0x27,0x24,0x20,0x0,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0x44,0xfc,0x4,0x0, -+0x8,0x8,0x1f,0x20,0x40,0x80,0x3f,0x22,0x22,0x3f,0x22,0x22,0x3f,0x20,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x24,0x14,0x8, -+0x1,0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x2f,0x28,0x28,0x28,0x48,0x48,0x8f,0x8,0x0,0x84,0xfe,0x80,0x88,0xfc,0x80,0x88,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x13,0x5a,0x56,0x52,0x92,0x12,0x12,0x12,0x12,0x14,0x14,0x18,0x10,0x40,0x20,0x4,0xfe,0x20,0x24,0x3e,0x20,0x24,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x10,0x8,0x7f,0x4,0x1f,0x14,0x14,0x18,0x1f,0x10,0x1f,0x1,0xff,0x2,0x4,0x38,0x10,0x20,0xfc,0x50,0xf8,0x50,0x50,0x30,0xf0,0x10,0xf0,0x4,0xfe,0x80,0x78,0x10, -+0x0,0x40,0x30,0x17,0x84,0x68,0x27,0x0,0x12,0x22,0xe2,0x22,0x22,0x25,0x28,0x20,0x80,0x40,0x40,0xfe,0x4,0x8,0xfc,0x40,0x48,0x7c,0x40,0x40,0x40,0x40,0xc6,0x7c, -+0x0,0x7f,0x41,0x41,0x7f,0x40,0x52,0x7f,0x52,0x52,0x7f,0x40,0x52,0x51,0xa0,0x1,0x8,0x7c,0x48,0x48,0x48,0x48,0x86,0x0,0xfc,0x88,0x50,0x20,0x50,0x88,0x86,0x4, -+0x8,0xfd,0x11,0x11,0x21,0x25,0x3f,0x65,0xa5,0x25,0x25,0x25,0x25,0x3d,0x22,0x4,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4,0x74,0x54,0x54,0x74,0x4,0x14,0x8, -+0x0,0x8,0x7d,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x49,0x7b,0x49,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x14,0x24,0x44,0x84,0x84,0x4,0x4,0x4,0x28,0x10, -+0x1,0x7f,0x49,0x49,0x7f,0x49,0x49,0x7f,0x41,0x5d,0x55,0x55,0x5d,0x51,0x85,0x2,0x20,0xa8,0x40,0x7e,0xc8,0x48,0x7c,0x48,0x48,0x7c,0x48,0x48,0x48,0x7e,0x40,0x40, -+0x0,0x7,0x44,0x24,0x25,0x4,0xc,0x17,0x24,0xe5,0x25,0x25,0x25,0x25,0x8,0x10,0x4,0xfe,0x44,0x44,0xf4,0x44,0x54,0xfc,0x4,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x30,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x48,0x88,0x8,0x8,0x8,0x8,0x8,0x8,0x50,0x20,0x0, -+0x10,0x10,0x10,0x10,0xff,0x12,0x17,0x1a,0x33,0xd2,0x10,0x1f,0x10,0x10,0x50,0x20,0x48,0x7c,0x40,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x11,0x1,0x3f,0x21,0x21,0x21,0x21,0x21,0x1,0x1,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x8,0xfc,0x8,0x8,0x8,0x28,0x10,0x0,0x0, -+0x10,0x10,0x10,0x1c,0x20,0x21,0x7c,0x90,0x10,0xfc,0x10,0x12,0x14,0x18,0x10,0x0,0x40,0x40,0x44,0x7e,0x84,0x4,0x4,0x84,0x64,0x24,0x4,0x4,0x4,0x44,0x28,0x10, -+0x40,0x27,0x24,0x4,0x5,0xe4,0x24,0x27,0x24,0x25,0x25,0x2d,0x35,0x25,0x8,0x10,0x4,0xfe,0x44,0x44,0xf4,0x44,0x54,0xfc,0x4,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x4,0x7e,0x45,0x45,0x45,0x7d,0x52,0x10,0x13,0x5c,0x50,0x50,0x5e,0xf0,0x41,0x2,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x50,0x50,0x88,0x8c,0x6,0x4, -+0x4,0x8,0x34,0x3,0x6,0x1a,0x67,0x8c,0x13,0x6,0x19,0x2,0xd,0x1,0x6,0x38,0x40,0x20,0x58,0x80,0xc0,0x30,0xce,0x44,0x80,0x80,0xf0,0x20,0x40,0x80,0x0,0x0, -+0x0,0x9,0xfd,0x13,0x11,0x21,0x25,0x3f,0x65,0xa4,0x27,0x24,0x24,0x3d,0x22,0x0,0x50,0x50,0x54,0xfe,0x50,0x50,0x70,0x0,0xfc,0x20,0xfe,0x70,0xa8,0x26,0x24,0x20, -+0x10,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x50,0x17,0x1c,0xf4,0x41,0x2,0x0,0x50,0x50,0x54,0xfe,0x50,0x50,0x70,0x0,0xfc,0x20,0xfe,0x70,0xa8,0x26,0x24,0x20, -+0x0,0x42,0x32,0x13,0x2,0x4,0xf0,0x17,0x10,0x10,0x10,0x11,0x12,0x28,0x44,0x3,0x40,0x40,0x50,0xf8,0x40,0x40,0x48,0xfc,0x40,0x80,0xa0,0x18,0x8,0x0,0x6,0xfc, -+0x0,0x41,0x31,0x17,0x1,0x1,0xf1,0x11,0x11,0x10,0x17,0x10,0x14,0x19,0x12,0x0,0x50,0x50,0x54,0xfe,0x50,0x50,0x70,0x0,0xfc,0x20,0xfe,0x70,0xa8,0x26,0x24,0x20, -+0x1f,0x4,0x3,0x3e,0x14,0x8,0x76,0x0,0x7f,0x40,0x9f,0x10,0x1e,0x11,0x10,0xff,0xf0,0x40,0x80,0xf8,0x50,0x20,0xdc,0x0,0xfe,0x2,0xf4,0x10,0x10,0xf0,0x14,0xfe, -+0x0,0x0,0x7f,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x78,0x4f,0x48,0x48,0x78,0x48,0x48,0x48,0x78,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x8,0x7f,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x13,0x1c,0x20,0x20,0x7c,0x90,0x10,0xfc,0x10,0x12,0x14,0x18,0x10,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0xb,0xfc,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x50,0x20,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x40,0x58,0x84,0x2, -+0xf,0x8,0xf,0x28,0x2f,0x28,0x2f,0x20,0x3e,0x2,0xfe,0x12,0x12,0x22,0xc2,0x2,0xe0,0x20,0xe0,0x28,0xe8,0x28,0xe8,0x8,0xf8,0x80,0xfc,0x84,0x84,0x84,0x84,0x80, -+0x10,0x10,0x10,0x1d,0x21,0x22,0x7d,0x90,0x10,0x7d,0x11,0x11,0x15,0x1a,0x14,0x8,0x40,0x20,0x20,0xfe,0x2,0x4,0xfc,0x20,0x28,0x3c,0x20,0x20,0x20,0xa0,0x66,0x3c, -+0x2,0x1,0x7f,0x40,0x80,0x1f,0x1,0x1,0x11,0x11,0x11,0x11,0x11,0x29,0x47,0x80,0x0,0x0,0xfe,0x2,0x24,0xf0,0x0,0x0,0x20,0xf0,0x0,0x0,0x0,0x6,0xfc,0x0, -+0x0,0x40,0x27,0x20,0x0,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x3f,0x1,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x2,0x4,0x8,0x10,0x3f,0x0,0xf0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x20,0x10,0xf8,0x8, -+0x2,0x2,0x2,0xff,0x4,0x9,0x9,0x11,0x3f,0x1,0x9,0x9,0x11,0x21,0x45,0x2,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x10,0xf8,0x0,0x40,0x20,0x10,0x18,0x8,0x0, -+0x4,0x4,0x7,0x8,0x14,0x22,0x1,0x2,0xc,0x30,0xc6,0x1,0x0,0x6,0x1,0x0,0x0,0x0,0xf0,0x20,0x40,0x80,0x0,0xc0,0x30,0xe,0x4,0x80,0x0,0x0,0x80,0x40, -+0x4,0xff,0x4,0x3f,0x1,0xff,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x3f,0x1,0x7f,0x44,0xfe,0x40,0xf8,0x0,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xf8,0x0,0xfc, -+0x21,0x2f,0x21,0x27,0xb0,0xaf,0xa0,0x27,0x24,0x27,0x24,0x27,0x20,0x27,0x20,0x2f,0x14,0xfe,0x10,0xfc,0x40,0xfe,0x44,0xfe,0x44,0xfc,0x44,0xfc,0x40,0xfc,0x40,0xfe, -+0x0,0x8,0x7c,0x0,0x5,0xfe,0x10,0x10,0x20,0x24,0x42,0xfe,0x41,0x1,0x2,0x4,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x4,0x28,0x10, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x38,0x35,0x53,0x50,0x91,0x11,0x12,0x14,0x10,0x10,0x40,0x40,0x48,0xfc,0x80,0x80,0xa0,0x24,0xfe,0x20,0x28,0x24,0x22,0x22,0xa0,0x40, -+0x8,0xb,0xa,0x12,0x13,0x32,0x52,0x92,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x4,0xfe,0x4,0x14,0xfc,0x4,0x14,0xfc,0x94,0x94,0x94,0xf4,0x94,0x4,0x14,0x8, -+0x10,0x13,0x12,0x12,0x5b,0x56,0x52,0x92,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x4,0xfe,0x4,0x14,0xfc,0x4,0x14,0xfc,0x94,0x94,0x94,0xf4,0x94,0x4,0x14,0x8, -+0x0,0x40,0x23,0x10,0x10,0x1,0x1,0xb,0x10,0x60,0x20,0x21,0x22,0x24,0x20,0x0,0x40,0x48,0xfc,0x80,0x80,0x20,0x24,0xfe,0x20,0xa0,0xa8,0x24,0x22,0x22,0xa0,0x40, -+0x0,0x43,0x32,0x12,0x83,0x42,0x4a,0x12,0x12,0x22,0xe2,0x22,0x22,0x22,0x22,0x22,0x4,0xfe,0x4,0x14,0xfc,0x4,0x14,0xfc,0x94,0x94,0x94,0xf4,0x94,0x4,0x14,0x8, -+0x1,0xa,0x37,0x24,0x24,0x27,0x24,0x2c,0x37,0x20,0x4,0x4,0x4,0x8,0x10,0x60,0x0,0x8,0xdc,0x48,0x48,0xc8,0x48,0x48,0xd8,0x8,0x40,0x42,0x42,0x42,0x3e,0x0, -+0x10,0x11,0x10,0x10,0xfc,0x11,0x14,0x18,0x30,0xd0,0x17,0x10,0x10,0x10,0x50,0x20,0x10,0x10,0xd0,0x50,0x10,0x10,0xd0,0x50,0x14,0x1e,0xf0,0x10,0x10,0x10,0x10,0x10, -+0x0,0x8,0x6,0x2,0x10,0xc,0x4,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0x7e,0xc0,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x78,0x48,0x53,0x50,0x60,0x57,0x48,0x4a,0x4a,0x6a,0x52,0x45,0x44,0x48,0x40,0x40,0x40,0x50,0xf8,0x40,0x48,0xfc,0x40,0x50,0x78,0x40,0x40,0x40,0xc6,0x3c,0x0, -+0x0,0x7f,0x0,0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x0,0x8,0x4,0x2,0xff,0x0,0x8,0xfc,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x0,0x20,0x40,0x84,0xfe,0x0, -+0x0,0x47,0x20,0x20,0x3,0x2,0xf2,0x13,0x10,0x11,0x10,0x17,0x10,0x28,0x47,0x0,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0xf8,0x0,0x10,0xa0,0xfc,0x0,0x6,0xfc,0x0, -+0x1,0x0,0x1f,0x10,0x97,0x50,0x53,0x12,0x32,0x52,0xd3,0x10,0x21,0x20,0x4f,0x0,0x0,0x84,0xfe,0x0,0xfc,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x10,0xa4,0xfe,0x0, -+0x10,0x12,0x7f,0x12,0x14,0xff,0x8,0x12,0x3f,0x62,0xa2,0x3e,0x22,0x22,0x3e,0x22,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0xe,0x8,0xff,0x28,0x2a,0x49,0x58,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x0,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0xf4,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x1,0x3f,0x1,0x1f,0x1,0x7f,0x0,0x1f,0x12,0x11,0xff,0x22,0x21,0x3f,0x0,0x0,0x10,0xf8,0x0,0xf0,0x0,0xfc,0x0,0xf0,0x10,0x14,0xfe,0x10,0x10,0xf8,0x10,0x60, -+0x10,0x10,0x51,0x50,0x7c,0x53,0x90,0x14,0x19,0x30,0xd7,0x10,0x10,0x10,0x10,0x13,0x20,0x28,0xfc,0x20,0x20,0xfe,0x92,0x54,0x10,0x94,0xfe,0x20,0x20,0x50,0x8c,0x4, -+0x0,0x44,0x28,0x10,0x2b,0x4a,0x8a,0x1a,0x2a,0x4b,0xa,0x8,0x8,0x8,0x57,0x20,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0x48,0xf8,0x48,0x40,0x48,0x78,0x84,0x4, -+0x0,0x20,0x13,0x10,0x0,0x7,0xf0,0x10,0x11,0x10,0x17,0x10,0x14,0x18,0x10,0x3,0x20,0x28,0xfc,0x20,0x20,0xfe,0x92,0x54,0x10,0x94,0xfe,0x20,0x20,0x50,0x8c,0x4, -+0x10,0x10,0x10,0x11,0xfc,0x10,0x17,0x10,0x10,0x11,0x1e,0xe4,0x48,0x10,0x0,0x0,0x40,0x40,0x44,0xf8,0x48,0x50,0xfe,0x48,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88, -+0x8,0x7c,0x48,0x49,0x48,0x78,0x4f,0x48,0x48,0x79,0x4a,0x4c,0x48,0x78,0x48,0x0,0x40,0x40,0x44,0xf8,0x48,0x50,0xfe,0x48,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88, -+0x4,0x7e,0x44,0x55,0x54,0x54,0x57,0x54,0x54,0x55,0x56,0x54,0x10,0x28,0x44,0x84,0x40,0x40,0x44,0xf8,0x48,0x50,0xfe,0x48,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88, -+0x10,0x10,0x10,0x14,0xfe,0x10,0x31,0x38,0x54,0x54,0x90,0x10,0x10,0x10,0x13,0x10,0x20,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x3b,0x42,0x82,0x7b,0x22,0x22,0xfa,0x23,0x22,0x2a,0x34,0x24,0x8,0x3,0x40,0x24,0xfe,0x50,0x50,0xfc,0x50,0x70,0x0,0xf8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x3e,0x24,0x24,0x24,0x3c,0x25,0x24,0x24,0x3c,0x24,0x24,0x24,0x27,0x54,0x88,0x20,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x1,0x0,0x3f,0x22,0x22,0x3f,0x22,0x23,0x20,0x2f,0x22,0x21,0x20,0x43,0x8c,0x30,0x0,0x84,0xfe,0x20,0x28,0xfc,0x20,0xe0,0x0,0xf0,0x20,0x40,0x80,0x60,0x1e,0x4, -+0x0,0x40,0x37,0x14,0x84,0x67,0x24,0x4,0x14,0x25,0xe4,0x24,0x28,0x28,0x31,0x26,0x80,0x44,0xfe,0x90,0x94,0xfe,0x90,0xf0,0x0,0xf8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x10,0x10,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x2a,0x46,0x84,0x8,0x40,0x20,0x20,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x20,0x11,0x11,0xfd,0x1,0x48,0x4b,0x48,0x49,0x49,0x11,0x1d,0xe1,0x41,0x1,0x20,0x20,0x24,0x24,0x24,0xfc,0x0,0xfe,0x44,0xfe,0x54,0x54,0x54,0x54,0x4,0xc, -+0x20,0x20,0x2b,0x3c,0x50,0x91,0x11,0x15,0xff,0x11,0x10,0x11,0x28,0x24,0x47,0x80,0x0,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x8,0x90,0x94,0xfe,0x0, -+0x21,0x26,0x3c,0x44,0x87,0x7c,0x24,0x27,0xfd,0x24,0x24,0x27,0x2c,0x34,0x25,0x6,0x88,0x7c,0x48,0x48,0x48,0x48,0x86,0x0,0xfc,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x0,0x6,0x38,0x20,0x24,0x3e,0x21,0x24,0x3e,0x20,0x20,0x3e,0xe0,0x20,0x20,0x23,0x8,0xfc,0x88,0x88,0x88,0x88,0x6,0x0,0xf8,0x88,0x90,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x44,0x64,0x55,0x4e,0x44,0x7f,0x44,0x4e,0x55,0x64,0x44,0x44,0x7f,0x40,0x1,0x0,0xc,0xf0,0x40,0x40,0x44,0x7e,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x88,0x8, -+0x21,0x26,0x24,0x44,0x4f,0xf4,0x24,0x47,0x45,0xfc,0x4,0xf,0x34,0xc4,0x5,0x6,0x88,0x7c,0x48,0x48,0x48,0x48,0x86,0x0,0xfc,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x10,0x10,0x10,0x11,0xfd,0x13,0x15,0x11,0x11,0x1d,0xe1,0x41,0x1,0x1,0x1,0x80,0xa0,0x90,0x84,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x0, -+0x10,0x8,0x4,0x1f,0x10,0x10,0x10,0x10,0x1f,0x14,0x4,0x4,0x8,0x8,0x10,0x60,0x10,0x20,0x50,0xf8,0x10,0x10,0x10,0x10,0xf0,0x50,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x7c,0x44,0x48,0x48,0x50,0x48,0x48,0x44,0x44,0x44,0x69,0x51,0x42,0x44,0x48,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0xa0,0xa0,0xa0,0x10,0x10,0x8,0x6,0x4, -+0x0,0x0,0x0,0xfc,0x7,0x4,0x48,0x29,0x10,0x10,0x28,0x24,0x44,0x80,0x0,0x0,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x90,0x90,0x10,0x10,0x10,0x10,0x50,0x20, -+0x24,0x22,0x3f,0x20,0x2f,0xf8,0x2f,0x20,0x2f,0x21,0x22,0x3f,0xe2,0x42,0xa,0x4,0x20,0xa0,0xe0,0x24,0xbe,0xc4,0xa4,0x24,0xa4,0x28,0x28,0x90,0x10,0x28,0x46,0x84, -+0x0,0x8,0x7c,0x4f,0x48,0x48,0x4a,0x4a,0x4a,0x4a,0x4b,0x7a,0x48,0x0,0x0,0x0,0x40,0x40,0x48,0xfc,0x40,0x40,0x48,0x48,0x48,0x48,0xf8,0x48,0x40,0x42,0x42,0x3e, -+0x8,0x7f,0x48,0x49,0x49,0x49,0x79,0x51,0x11,0x59,0x50,0x57,0x59,0xe0,0x40,0x0,0x88,0xfe,0x54,0xfe,0x54,0xdc,0x4,0xfc,0x4,0xfc,0x8,0xfe,0x8,0x88,0x28,0x10, -+0x10,0xa,0xff,0x0,0x7e,0x43,0x42,0x7e,0x0,0x7e,0x4,0x8,0xfe,0x8,0x29,0x12,0x40,0x40,0x44,0x7e,0x88,0x8,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x11,0x14,0xfe,0x11,0x55,0x55,0x55,0x55,0x7d,0x55,0x11,0x14,0x18,0x10,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x20,0x50,0x8c,0x4, -+0x0,0x7f,0x41,0x41,0x5f,0x41,0x49,0x49,0x49,0x4f,0x49,0x41,0x40,0x40,0x7f,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0x24,0x24,0x24,0xe4,0x4,0x14,0xf4,0x4,0xfc,0x4, -+0x10,0x10,0x1c,0x23,0x20,0x7d,0x91,0x11,0xfd,0x11,0x11,0x10,0x14,0x18,0x10,0x0,0x20,0x20,0x24,0xfe,0x20,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x2f,0x28,0x2f,0x28,0x2f,0x48,0x48,0x8f,0x8,0x78,0x80,0x80,0x84,0xfe,0x80,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x47,0x24,0x24,0x7,0x4,0xe5,0x25,0x25,0x25,0x25,0x29,0x21,0x50,0x8f,0x0,0x38,0xc0,0x40,0x48,0xfc,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x6,0xfc,0x0, -+0x20,0x2f,0x24,0x25,0xfa,0x25,0x28,0x20,0x3f,0xe0,0x28,0x25,0x22,0x25,0xa8,0x50,0x0,0xfc,0xa4,0x28,0x10,0x28,0xc4,0x0,0xbc,0x84,0xc4,0x28,0x10,0x28,0xce,0x84, -+0x0,0x8,0x7c,0x49,0x4a,0x48,0x48,0x49,0x4e,0x48,0x49,0x7a,0x48,0x0,0x1,0x6,0x40,0x40,0xfc,0x8,0x90,0x60,0x40,0xa0,0x7e,0x84,0x88,0x50,0x20,0x40,0x80,0x0, -+0x2,0x2,0x7,0x8,0x18,0x25,0x2,0xc,0x71,0x2,0xc,0x12,0x21,0x1,0xe,0x70,0x0,0x0,0xf0,0x20,0x40,0x80,0x80,0x80,0xfc,0x8,0x10,0x20,0xc0,0x0,0x0,0x0, -+0x1,0x1,0x7f,0x2,0x4,0x8,0x30,0xc0,0x0,0x7f,0x4,0x2,0x2,0x0,0x0,0x0,0x0,0x8,0xfc,0x80,0x40,0x30,0xe,0x24,0x20,0xfc,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x16,0x10,0x1f,0x10,0x1c,0xf1,0x42,0x4,0x8,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x4c,0x40,0xfe,0xc0,0xe0,0x50,0x48,0x46,0x44,0x40, -+0x8,0x10,0x3c,0x24,0x3c,0x24,0x3d,0x24,0xff,0x14,0x14,0x24,0x24,0x45,0x96,0x8,0x8,0xfc,0x88,0x88,0x88,0x88,0x26,0x24,0xfe,0x60,0x70,0xb0,0xa8,0x26,0x24,0x20, -+0x0,0xf,0x8,0x8,0x8,0x8,0x31,0x1,0xff,0x3,0x3,0x5,0x9,0x11,0x61,0x1,0x20,0xf0,0x20,0x20,0x20,0x20,0x1c,0x0,0xfe,0x0,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x8,0x7d,0x49,0x49,0x49,0x49,0x7a,0x10,0x17,0x58,0x50,0x51,0x5d,0xe2,0x44,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xc,0x40,0xfe,0xc0,0xe0,0x50,0x4e,0x44,0x40,0x40, -+0x8,0x10,0x3c,0x25,0x35,0x2e,0x24,0xfc,0x24,0x34,0x2c,0x24,0x24,0x44,0x94,0x8,0x40,0x20,0x0,0xfe,0x2,0x4,0x80,0x88,0x90,0xa0,0xc0,0x80,0x84,0x84,0x7c,0x0, -+0x2,0x3f,0x22,0x22,0x22,0x22,0x49,0x9,0xff,0x8,0x1c,0x2b,0x49,0x88,0x8,0x8,0x4,0x4,0x4,0x24,0x24,0x24,0xa4,0x24,0xa4,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x10,0x10,0x17,0x11,0x59,0x56,0x53,0x94,0x19,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x80,0x84,0xfe,0x0,0xfc,0x20,0xfe,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x0,0x7b,0x48,0x49,0x52,0x4c,0x48,0x68,0x50,0x41,0x41,0x3f,0x1,0x1,0xff,0x0,0x44,0xfe,0x88,0xfc,0x88,0xf8,0x88,0xf8,0x88,0x98,0x0,0xf8,0x0,0x4,0xfe,0x0, -+0x10,0x10,0x13,0x10,0x7c,0x57,0x54,0x54,0x54,0x57,0x7c,0x50,0x14,0x1c,0xf2,0x41,0x10,0xd4,0x92,0x90,0x90,0xfe,0x90,0x90,0xd4,0x98,0x90,0xa8,0xc8,0x8a,0x86,0x2, -+0x10,0x10,0x13,0x54,0x54,0x57,0x54,0x54,0x54,0x57,0x54,0x54,0x5c,0x74,0x42,0x1,0x10,0xd0,0x94,0x92,0x90,0xfe,0x90,0x90,0xd4,0x98,0x90,0xa8,0xc8,0x8a,0x86,0x2, -+0x8,0x38,0xec,0x2a,0x28,0xfe,0x28,0x28,0x38,0xea,0x2c,0x28,0x35,0x24,0xa5,0x42,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x80,0xfe,0x2,0x12,0xfa,0x2,0x14,0x8, -+0x8,0x9,0xf,0x11,0x11,0x3f,0x51,0x91,0x11,0x13,0x1d,0x11,0x11,0x11,0x15,0x12,0x20,0xa8,0x24,0x20,0x24,0xfe,0x20,0x20,0xa4,0x18,0x10,0x30,0x48,0x8a,0x6,0x2, -+0x10,0x8,0x7f,0x41,0x92,0x1e,0x22,0x54,0x8,0x14,0x22,0x7f,0xa2,0x22,0x3e,0x20,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x10,0x28,0x46,0x82, -+0x1,0x41,0x31,0x11,0x1,0x3,0xf5,0x19,0x11,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0x20,0x20,0x24,0x2c,0x30,0x20,0x60,0xa0,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x27,0x24,0x24,0x24,0x45,0x2a,0x10,0x28,0x44,0x86,0x1,0x10,0xd0,0x94,0x92,0x90,0xfe,0x90,0x90,0xd4,0x98,0x90,0xa8,0xc8,0x8a,0x86,0x2, -+0x0,0x7f,0x4,0x24,0x14,0x14,0x4,0x4,0xff,0x0,0x2a,0x29,0x28,0x48,0x7,0x0,0x8,0xfc,0x40,0x48,0x58,0x60,0x40,0x44,0xfe,0x0,0x10,0x88,0xa4,0x24,0xe0,0x0, -+0x0,0x3f,0x20,0x20,0x20,0x27,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x43,0x80,0x8,0xfc,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0xa0,0x40,0x0,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x16,0x1a,0x32,0xd2,0x12,0x12,0x12,0x14,0x58,0x20,0x0,0x4,0xfe,0x0,0x8,0xfc,0x88,0x88,0x88,0xa8,0x90,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x47,0x24,0x27,0x4,0x7,0xe2,0x25,0x2c,0x34,0x25,0x24,0x27,0x50,0x8f,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x8,0xfc,0x88,0x88,0x48,0x28,0xd0,0x6,0xfc,0x0, -+0x0,0x77,0x55,0x55,0x77,0x0,0x7f,0x0,0xff,0x10,0x22,0x3f,0x2,0x2,0x12,0xc,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0xc4,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x20,0x20,0x23,0x3c,0x24,0x4b,0x40,0xa0,0x20,0x21,0x22,0x20,0x28,0x30,0x22,0x1,0x10,0xd0,0x94,0x92,0x90,0xfe,0x90,0x90,0xd4,0x98,0x90,0xa8,0xc8,0x8a,0x86,0x2, -+0x0,0x3f,0x21,0x21,0x2f,0x21,0x22,0x24,0x28,0x3f,0x20,0x2,0x51,0x50,0x90,0xf,0x8,0xfc,0x8,0x48,0xe8,0x8,0x88,0x68,0x28,0xf8,0x8,0x0,0x84,0x92,0x12,0xf0, -+0x0,0xff,0x2,0x2,0x4,0x7f,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x40,0x4,0xfe,0x0,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x54,0x8, -+0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x80,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x42,0x3e,0x0, -+0x0,0x7f,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x8,0x8,0xff,0x0,0x0,0x0,0x0,0x8,0xfc,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20,0x24,0x3e,0xe0,0x20,0x20,0x20,0x20, -+0x8,0xc,0x8,0x1f,0x20,0x41,0x81,0x1,0x9,0x9,0x11,0x11,0x21,0x1,0x5,0x2,0x0,0x0,0x8,0xfc,0x8,0x10,0x0,0x0,0x40,0x20,0x10,0x18,0x8,0x0,0x0,0x0, -+0x20,0x23,0x21,0x3d,0x25,0x49,0x41,0xa1,0x21,0x21,0x27,0x20,0x28,0x30,0x20,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0xfe,0x8,0x8,0x8,0x8,0x8, -+0x0,0x47,0x32,0x12,0x83,0x62,0x22,0xb,0x12,0x22,0xe2,0x2f,0x20,0x20,0x20,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x8,0x8,0x8,0x8, -+0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0, -+0x0,0x0,0xff,0x0,0x3f,0x0,0x7f,0x0,0x3f,0x20,0x24,0x24,0x24,0xa,0x11,0x60,0x28,0x24,0xfe,0x20,0xa0,0x20,0xe0,0x20,0xa0,0x90,0x90,0x90,0x92,0xa,0x8a,0x84, -+0x1,0x11,0x11,0x21,0x7f,0x2,0x2,0x7,0x6,0xa,0x9,0x10,0x21,0x42,0x8c,0x30,0x0,0x20,0x10,0x4,0xfe,0x0,0x0,0xf0,0x10,0x20,0x40,0x80,0x40,0x30,0xe,0x4, -+0x0,0x7f,0x44,0x44,0x7f,0x20,0x18,0x8,0x0,0xf0,0x10,0x12,0x14,0x18,0x10,0x0,0x4,0xfe,0x44,0x44,0xfc,0x0,0x8,0x88,0x88,0x88,0x88,0x88,0x88,0x8,0x28,0x10, -+0x10,0x1f,0x28,0x45,0x0,0x8,0x8,0x10,0x37,0x50,0x90,0x10,0x10,0x10,0x13,0x10,0x40,0x7c,0xa0,0x10,0x80,0x90,0x88,0xfe,0x80,0x50,0x50,0x20,0x60,0x92,0xa,0x6, -+0x8,0x8,0x8,0x10,0x10,0x30,0x57,0x90,0x10,0x10,0x10,0x10,0x10,0x11,0x16,0x10,0x80,0xa0,0x98,0x88,0x80,0xfc,0x80,0x88,0x88,0x50,0x60,0x40,0xa0,0x12,0xa,0x6, -+0x0,0x0,0x7f,0x4,0x3,0x1,0x3f,0x0,0x0,0x1,0x6,0x8,0x30,0x48,0x7,0x0,0x10,0x78,0x80,0x0,0x0,0x0,0xf8,0x10,0x60,0x80,0x0,0x0,0x0,0x6,0xfc,0x0, -+0x20,0x17,0x10,0x45,0x45,0x49,0x49,0x5f,0x69,0x48,0x48,0x49,0x4a,0x48,0x48,0x40,0x4,0xfe,0x4,0x44,0x24,0x4,0xf4,0x4,0x24,0xc4,0x84,0x44,0x54,0x34,0x4,0xc, -+0x0,0x40,0x30,0x10,0x87,0x60,0x20,0x8,0x17,0x20,0xe0,0x20,0x21,0x22,0x27,0x20,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x80,0x10,0x8,0xfc,0x4, -+0x0,0x10,0xf8,0x20,0x27,0x20,0x20,0xf8,0x2f,0x20,0x20,0x20,0x39,0xe2,0x47,0x0,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x80,0x8,0x4,0xfe,0x2, -+0x8,0xff,0x8,0x4f,0x24,0x22,0x8f,0x62,0x2a,0x14,0x2f,0xe4,0x27,0x24,0x27,0x24,0x24,0xfe,0x20,0xf8,0x90,0xa0,0xfc,0xa0,0x90,0x8e,0xf4,0x90,0xf0,0x90,0xf0,0x10, -+0x10,0x10,0x14,0x7e,0x54,0x54,0x54,0x54,0x54,0x54,0x5c,0x54,0x11,0x11,0x12,0x14,0x8,0xfc,0x88,0x88,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0x88,0xa,0xa,0x6,0x0, -+0x0,0x3f,0x11,0xd,0x5,0xff,0x9,0x11,0x3f,0xd1,0x11,0x1f,0x11,0x11,0x1f,0x10,0x78,0x80,0x10,0x30,0x44,0xfe,0x20,0x10,0xfe,0x14,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0xe,0xf1,0x54,0x38,0xfe,0x11,0x54,0x92,0x7c,0x54,0x55,0x7c,0x54,0x54,0x7d,0x44,0x4,0xde,0x44,0x44,0x44,0x54,0xcc,0x44,0x44,0xcc,0x54,0x44,0x44,0x44,0x54,0x88, -+0x10,0x14,0x12,0xfd,0x12,0x38,0x56,0x91,0x12,0x14,0x1,0xff,0x2,0x4,0x18,0x60,0x10,0x50,0x94,0x7e,0x90,0x38,0xd4,0x12,0x90,0x50,0x4,0xfe,0x80,0x40,0x3c,0x8, -+0x8,0xfd,0x11,0x11,0x21,0x29,0x7d,0xa9,0x29,0x29,0x29,0x29,0x3a,0x2a,0x4,0x8,0x10,0xf8,0x10,0x10,0x10,0x90,0x50,0x50,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x10,0x11,0x3d,0x21,0x41,0xfd,0x11,0x11,0xfd,0x11,0x11,0x15,0x1a,0x12,0x4,0x8,0x10,0xf8,0x10,0x10,0x10,0x90,0x50,0x50,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x22,0x3f,0x40,0xbe,0x2a,0xff,0x2a,0x3e,0x2,0x1f,0x1,0x6,0x3f,0x9,0x19,0x22,0x20,0x24,0x7e,0xc4,0x28,0x90,0x2e,0xc4,0x20,0xc0,0x80,0x10,0xf8,0x20,0x18,0x8, -+0x0,0xf,0x8,0x8,0x8,0xa,0x9,0x9,0x8,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0xa0,0xa0,0x20,0x20,0x22,0x22,0x22,0x1e,0x0, -+0x10,0x13,0x10,0x14,0x59,0x51,0x51,0x91,0x11,0x11,0x11,0x29,0x24,0x44,0x81,0x2,0x4,0xfe,0x40,0x88,0xfc,0x8,0x28,0x28,0x28,0x48,0x48,0x48,0x80,0x90,0xc,0x4, -+0x0,0x0,0x3f,0x20,0x20,0x3f,0x24,0x24,0x22,0x22,0x21,0x20,0x41,0x42,0x84,0x18,0x10,0x78,0x80,0x0,0x0,0xf8,0x8,0x10,0x10,0x20,0x40,0x80,0x40,0x30,0xe,0x4, -+0x0,0x40,0x33,0x12,0x2,0x2,0xf2,0x12,0x12,0x12,0x12,0x14,0x15,0x28,0x44,0x3,0x8,0x1c,0xe0,0x0,0x0,0xf8,0x8,0x90,0x50,0x20,0x50,0x8c,0x4,0x0,0x6,0xfc, -+0x8,0x8,0xff,0x8,0x20,0x1b,0x4a,0x22,0x22,0xa,0xf2,0x22,0x22,0x22,0x21,0x20,0x20,0x24,0xfe,0x20,0x10,0xf8,0x10,0x10,0x10,0x50,0x20,0x0,0x2,0x2,0xfe,0x0, -+0x4,0x7e,0x45,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x11,0x2a,0x44,0x81,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x48,0x48,0x50,0x30,0x20,0x50,0x48,0x8e,0x4, -+0x2,0x44,0x29,0x11,0x29,0x49,0x89,0x9,0x19,0x29,0x49,0x89,0x9,0x9,0x50,0x20,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x28,0x10,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x20,0x20,0x21,0x3d,0x25,0x49,0x41,0xa1,0x21,0x21,0x21,0x25,0x29,0x32,0x24,0x9,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x48,0x48,0x50,0x30,0x20,0x50,0x48,0x8e,0x4, -+0x0,0x40,0x37,0x10,0x80,0x40,0x47,0x10,0x10,0x20,0xe0,0x21,0x26,0x29,0x20,0x20,0x10,0x38,0xc0,0x80,0x40,0x40,0xfc,0x8,0x30,0x40,0x80,0x0,0x0,0x6,0xfc,0x0, -+0x10,0x10,0x10,0x10,0x13,0xfc,0x10,0x10,0x10,0x10,0x1c,0xf0,0x41,0x1,0x2,0x4,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x8,0x8,0xff,0x8,0xa,0x1,0xff,0x4,0x4,0x7,0x4,0x4,0x8,0x8,0x10,0x20,0x20,0x24,0xfe,0x20,0x20,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x4,0x3,0x1,0x0,0xff,0x4,0x4,0x7,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x0,0x0,0x0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x4,0x3e,0x24,0x24,0x27,0x3c,0x24,0x24,0x24,0x3c,0x24,0x24,0x25,0x25,0x4e,0x84,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x2,0x1,0x3f,0x20,0x3f,0x21,0x20,0x3f,0x22,0x22,0x23,0x22,0x44,0x44,0x88,0x10,0x0,0x8,0xfc,0x8,0xf8,0x0,0x84,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0xa0,0x40, -+0x0,0x7c,0x44,0x48,0x4f,0x50,0x48,0x48,0x44,0x44,0x44,0x68,0x51,0x41,0x42,0x44,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x10,0x10,0x10,0x10,0xff,0x24,0x24,0x24,0x24,0x44,0x28,0x10,0x29,0x45,0x82,0x4,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x8,0x8,0x8,0x10,0x17,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x0,0x20,0x10,0x10,0x7,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x15,0x19,0x12,0x4,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x10,0x10,0x20,0x20,0x47,0xfc,0x10,0x20,0x40,0xfc,0x40,0x0,0x1d,0xe1,0x42,0x4,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x20,0x10,0x10,0x0,0xff,0x20,0x24,0x3e,0x24,0x24,0x24,0x24,0x44,0x54,0x89,0x2,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x50,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x8,0x8,0xff,0x8,0x4,0x4,0x7c,0x4,0x4,0x7c,0x4,0x4,0xfc,0x4,0x4,0x4,0x20,0x24,0xfe,0x20,0x40,0x48,0x7c,0x40,0x48,0x7c,0x40,0x44,0x7e,0x40,0x40,0x40, -+0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x7c,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x40,0x40,0x44,0x7e,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x44,0x7e,0x40,0x40,0x40, -+0x0,0x8,0x7c,0x4f,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x78,0x4f,0x0,0x0,0x0,0x90,0x90,0x94,0x9e,0x90,0x90,0x94,0x9e,0x90,0x90,0x90,0x94,0x9e,0x90,0x90,0x90, -+0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x24,0x2c,0x30,0x20,0x30,0x2c,0x24,0x20,0x20,0x10,0x12,0xa,0x4, -+0x4,0x7f,0x45,0x45,0x45,0x7d,0x45,0x45,0x45,0x7d,0x45,0x45,0x45,0x45,0x54,0x88,0x4,0xfe,0x24,0x24,0x24,0x24,0x24,0xfc,0x4,0x0,0x0,0x2,0x2,0x2,0xfe,0x0, -+0x0,0x7f,0x42,0x42,0x5e,0x42,0x42,0x5e,0x42,0x42,0x7e,0x42,0x42,0x42,0x7f,0x0,0x4,0xfe,0x40,0x50,0x78,0x40,0x50,0x78,0x40,0x48,0x7c,0x40,0x40,0x44,0xfe,0x0, -+0x20,0x10,0x10,0x7,0x0,0xf0,0x10,0x13,0x10,0x10,0x10,0x17,0x14,0x18,0x10,0x0,0x90,0x90,0x94,0x9e,0x90,0x90,0x90,0x9c,0x90,0x90,0x94,0x9e,0x90,0x90,0x90,0x90, -+0x0,0x8,0x7c,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x49,0x79,0x4a,0x2,0x4,0x8,0x40,0x50,0x48,0x48,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4,0x0, -+0x4,0x3e,0x24,0x27,0x24,0x3c,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x24,0x54,0x88,0x20,0x20,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x2c,0x20,0x20,0x20, -+0x1,0x0,0x3f,0x20,0x24,0x24,0x2f,0x21,0x23,0x22,0x25,0x24,0x28,0x30,0x43,0x8c,0x0,0x88,0xfc,0x80,0x90,0x88,0xfe,0x0,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x1,0x41,0x2f,0x21,0x1,0x8f,0x49,0x9,0x1f,0x29,0xe1,0x21,0x22,0x22,0x24,0x28,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x20,0xfe,0x22,0x22,0x2a,0x24,0x20,0x20,0x20, -+0x4,0x7f,0x4,0x7f,0x44,0x7f,0x4,0x8,0x3f,0xd0,0x11,0x11,0x11,0x2,0xc,0x30,0x48,0xfc,0x48,0xf8,0x40,0xfe,0x42,0x4a,0xf4,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x8,0x8,0xff,0x8,0x4,0x4,0x8,0x10,0x20,0xcf,0x4,0x4,0x4,0x8,0x10,0x20,0x20,0x24,0xfe,0x20,0x80,0x80,0x40,0x30,0xe,0xe4,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xab,0xae,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x1,0x8,0x48,0x48,0x48,0x84,0x84,0x2,0xfc,0x44,0x44,0x44,0x44,0x44,0x44,0x94,0x8, -+0x0,0x8,0x7c,0x48,0x48,0x49,0x49,0x4a,0x4d,0x48,0x48,0x78,0x49,0x1,0x2,0x4,0x20,0xa0,0xa0,0x90,0x90,0x8,0xe,0x4,0xf8,0x88,0x88,0x88,0x8,0x8,0x28,0x10, -+0x10,0x1f,0x10,0x2f,0x40,0xbf,0x1,0x9,0x8,0x10,0x3f,0x48,0x8,0x8,0x12,0x21,0x8,0xfc,0x0,0xf8,0x0,0xf8,0x8,0x8,0x88,0x48,0xb8,0xa8,0x88,0x8a,0x8a,0x4, -+0x0,0x4,0x4,0x8,0x8,0x10,0x20,0x4f,0x84,0x4,0x4,0x4,0x4,0x8,0x11,0x20,0x80,0x80,0x40,0x40,0x20,0x10,0x8,0xee,0x24,0x20,0x20,0x20,0x20,0x20,0x40,0x80, -+0x10,0x10,0x20,0x20,0x48,0xf9,0x11,0x22,0x45,0xf8,0x40,0x0,0x19,0xe1,0x42,0x4,0x20,0xa0,0xa0,0x90,0x90,0x8,0xe,0x4,0xf8,0x88,0x88,0x88,0x8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x10,0x13,0xfc,0x10,0x10,0x10,0x10,0x10,0x1c,0xf0,0x40,0x1,0x6,0x40,0x20,0x20,0x4,0xfe,0x88,0x88,0x88,0x88,0x48,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0x8,0x8,0xfe,0x18,0x2c,0x4b,0x8,0x1,0x11,0x9,0xa,0x4,0x8,0x30,0xc0,0x20,0x20,0x24,0xfe,0x60,0xb8,0x24,0x20,0x10,0x30,0x40,0x80,0x40,0x30,0xe,0x4, -+0x0,0x41,0x31,0x11,0x82,0x64,0x28,0x7,0x11,0x21,0xe1,0x21,0x22,0x22,0x24,0x28,0x20,0x20,0x20,0x10,0x10,0xe,0x4,0xf0,0x10,0x10,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x10,0x10,0x10,0x54,0x38,0x11,0xfd,0x12,0x39,0x34,0x50,0x90,0x11,0x11,0x12,0x14,0x20,0xa0,0xa0,0x90,0x90,0x8,0xe,0x4,0xf8,0x88,0x88,0x88,0x8,0x8,0x28,0x10, -+0x1,0x1,0x1,0xff,0x2,0x4,0x8,0x30,0xdf,0x11,0x11,0x1f,0x11,0x11,0x1f,0x10,0x0,0x0,0x4,0xfe,0x80,0x40,0x20,0x1e,0xf4,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x8,0x9,0x9,0x11,0x12,0x32,0x54,0x9b,0x11,0x11,0x11,0x11,0x12,0x12,0x14,0x10,0x20,0x20,0x20,0x10,0x10,0xe,0x4,0xf0,0x10,0x10,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x0,0x4,0x4,0x8,0x1f,0x24,0xc4,0x9,0x30,0x0,0x2a,0x29,0x28,0x48,0x7,0x0,0x80,0x80,0x40,0x20,0xf0,0x2e,0x24,0x20,0xc0,0x0,0x10,0x88,0xa4,0x24,0xe0,0x0, -+0x10,0x10,0x13,0x10,0x59,0x57,0x51,0x93,0x12,0x12,0x12,0x12,0x12,0x10,0x11,0x16,0x40,0x50,0xf8,0x40,0x54,0xfe,0x10,0xf8,0x8,0x48,0x48,0x48,0x48,0xa0,0x18,0x8, -+0x11,0xd,0x5,0x7f,0x3,0x5,0x19,0x4,0x4,0x3f,0x4,0x4,0xff,0x8,0x18,0x20,0x10,0x30,0x40,0xfc,0x80,0x40,0x3c,0x48,0x40,0xf8,0x40,0x44,0xfe,0x20,0x18,0x8, -+0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x0,0x0,0x8,0xfc,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x8,0x8,0xa,0x7f,0x8,0xa,0xff,0x8,0xa,0x7f,0x8,0x8,0xf,0x78,0x20,0x0,0x8,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x28,0x10, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x3b,0x36,0x52,0x52,0x92,0x13,0x12,0x14,0x14,0x18,0x0,0x8,0xfc,0x8,0x8,0x8,0x18,0xa8,0x48,0x48,0xa8,0x18,0x8,0xa,0xa,0x6, -+0x10,0x10,0x10,0x15,0x7e,0x54,0x54,0x57,0x54,0x7c,0x51,0x14,0x1d,0xe4,0x40,0x0,0x80,0x80,0xfc,0x88,0x50,0x20,0xde,0x24,0xf8,0x20,0xfc,0x20,0xfc,0x20,0x20,0x20, -+0x10,0x10,0x10,0x11,0x56,0x54,0x54,0x57,0x54,0x54,0x55,0x5c,0x65,0x0,0x0,0x0,0x80,0x80,0xfc,0x88,0x50,0x20,0xde,0x24,0xf8,0x20,0xfc,0x20,0xfc,0x20,0x20,0x20, -+0x10,0x10,0x10,0x1d,0x22,0x20,0x7c,0x93,0x10,0xfc,0x11,0x10,0x15,0x18,0x10,0x0,0x80,0x80,0xfc,0x88,0x50,0x20,0xde,0x24,0xf8,0x20,0xfc,0x20,0xfc,0x20,0x20,0x20, -+0x0,0x3f,0x20,0x28,0x24,0x22,0x22,0x21,0x21,0x22,0x22,0x24,0x28,0x30,0x40,0x80,0x10,0xf8,0x10,0x50,0x50,0x90,0x90,0x10,0x10,0x90,0x90,0x50,0x50,0x12,0xa,0x6, -+0x1,0x0,0x1f,0x10,0x97,0x54,0x56,0x15,0x34,0x54,0xd4,0x14,0x25,0x2a,0x48,0x10,0x0,0x84,0xfe,0x8,0xfc,0x8,0x18,0x18,0xa8,0x48,0x48,0xa8,0x18,0x1a,0xa,0x6, -+0x10,0x10,0x10,0x15,0x5a,0x50,0x50,0x93,0x10,0x10,0x29,0x24,0x45,0x40,0x80,0x0,0x80,0x80,0xfc,0x88,0x50,0x20,0xde,0x24,0xf8,0x20,0xfc,0x20,0xfc,0x20,0x20,0x20, -+0x0,0x41,0x23,0x24,0x0,0x1,0xee,0x20,0x27,0x20,0x23,0x20,0x27,0x20,0x50,0x8f,0x80,0xfc,0x8,0xb0,0x40,0xb0,0x4e,0x40,0xfc,0x40,0xf8,0x40,0xfc,0x40,0x46,0xfc, -+0x0,0x47,0x30,0x12,0x2,0xa,0x12,0x12,0x23,0xe0,0x20,0x2f,0x20,0x20,0x20,0x20,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x4,0x24,0xf4,0x4,0x4,0x28,0x10, -+0x10,0x10,0x24,0x23,0x4a,0xf8,0x17,0x22,0x42,0xfa,0x42,0x3,0x1a,0xe2,0x45,0x8,0x40,0x7c,0x88,0x50,0x20,0xd8,0x26,0xf8,0x20,0xf8,0x20,0xfc,0x20,0x20,0x26,0xfc, -+0x0,0x47,0x24,0x24,0x6,0x5,0xe4,0x24,0x24,0x24,0x25,0x2e,0x34,0x24,0x8,0x10,0x8,0xfc,0x8,0x8,0x18,0x18,0xa8,0x48,0x48,0xa8,0x18,0x18,0x8,0xa,0xa,0x6, -+0x1,0x1,0x7f,0x1,0x3f,0x2,0xff,0x4,0x9,0x31,0xcf,0x1,0x1f,0x1,0x1,0x1,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x40,0x20,0x1e,0xe4,0x0,0xf0,0x0,0x0,0x0, -+0x0,0x3f,0x20,0x20,0x2f,0x20,0x28,0x24,0x22,0x21,0x22,0x24,0x28,0x20,0x40,0x80,0x10,0xf8,0x10,0x10,0xf0,0x50,0x50,0x90,0x90,0x10,0x90,0xd0,0x50,0x12,0xa,0x6, -+0x10,0x12,0x12,0x2f,0x22,0x62,0xaf,0x2a,0x2a,0x2f,0x22,0x22,0x22,0x24,0x28,0x20,0x40,0x40,0x48,0xfc,0x48,0x48,0xf8,0x40,0x44,0xfe,0x44,0x44,0x54,0x48,0x40,0x40, -+0x0,0xff,0x0,0x1,0x3,0x5,0x9,0x31,0xc1,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x4,0xfe,0x80,0x0,0x0,0x60,0x18,0x6,0x12,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0xff,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x60,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x40,0x30,0xe,0x4, -+0x8,0xff,0x8,0x7f,0x49,0x7f,0x49,0x7f,0x49,0x8,0xff,0x10,0x1e,0x12,0x22,0x47,0x20,0xa0,0x20,0x24,0x7e,0x84,0x44,0x44,0x28,0x28,0x90,0x10,0x28,0x48,0x86,0x4, -+0x4,0x3e,0x24,0x25,0x24,0x3c,0x24,0x27,0x24,0x3c,0x24,0x24,0x24,0x24,0x4d,0x86,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x10,0x20,0x57,0x55,0x55,0x55,0x77,0x55,0x55,0x55,0x77,0x14,0x24,0x24,0x44,0x84,0xc,0xf0,0x2,0x54,0x54,0x0,0x7c,0x8,0x10,0x14,0xfe,0x10,0x10,0x10,0x50,0x20, -+0x10,0x10,0x10,0x11,0xfc,0x10,0x14,0x1b,0x30,0xd0,0x10,0x10,0x10,0x10,0x51,0x26,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x10,0x11,0x11,0x17,0xf9,0x11,0x17,0x1d,0x35,0xd7,0x11,0x11,0x11,0x12,0x54,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x20,0xfe,0x22,0x22,0x2a,0x24,0x20,0x20, -+0x10,0x17,0x20,0xfb,0x22,0x52,0x53,0xf8,0x17,0x14,0xfc,0x17,0x14,0x14,0x17,0x14,0x8,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x10,0x11,0x14,0x7e,0x54,0x54,0x54,0x54,0x55,0x55,0x55,0x5d,0x11,0x11,0x11,0x11,0x8,0xfc,0x0,0xf8,0x88,0x88,0xf8,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4, -+0x10,0x1f,0x10,0x2f,0x40,0xbf,0xa,0x7f,0xa,0x7f,0x4a,0x7f,0xa,0xa,0x12,0x62,0x8,0xfc,0x0,0xf8,0x0,0xf8,0x8,0xc8,0x48,0xc8,0x8,0xe8,0x28,0xaa,0x4a,0x4, -+0x10,0x12,0x1f,0x28,0x45,0x88,0x8,0x17,0x30,0x52,0x91,0x11,0x10,0x10,0x10,0x10,0x40,0x44,0x7e,0xa0,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x8,0x8,0x8,0x10,0x10,0x3f,0x50,0x90,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x18,0x40,0x40,0x50,0x4c,0x44,0xfe,0x40,0x40,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4, -+0x10,0x10,0x17,0x20,0x22,0x62,0xa0,0x27,0x20,0x20,0x2f,0x20,0x20,0x20,0x21,0x20,0x8,0x3c,0xc0,0x8,0x48,0x50,0x0,0xf8,0x20,0x44,0xfe,0x40,0x40,0x40,0x40,0x80, -+0x2,0x3f,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x22,0x4a,0x84,0x8,0xfc,0x88,0x88,0x88,0x98,0x80,0xfc,0xa4,0xa4,0xa8,0x90,0xa8,0xa8,0xc6,0x84, -+0x40,0x30,0x17,0x0,0x82,0x62,0x20,0xb,0x10,0x20,0xef,0x20,0x20,0x20,0x21,0x20,0x8,0x3c,0xc0,0x8,0x48,0x50,0x0,0xf8,0x20,0x44,0xfe,0x40,0x40,0x40,0x40,0x80, -+0x40,0x30,0x17,0x0,0x81,0x60,0x20,0xf,0x10,0x23,0xe2,0x22,0x22,0x22,0x23,0x22,0x80,0x48,0xfc,0x0,0x10,0xa0,0x4,0xfe,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x17,0x10,0x3,0xfa,0xa,0x13,0x38,0x57,0x94,0x14,0x17,0x14,0x14,0x17,0x14,0x8,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x20,0x10,0x10,0x1,0xfd,0xb,0x15,0x31,0x55,0x99,0x15,0x11,0x11,0x11,0x11,0x11,0x90,0x90,0x94,0x12,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x28,0x28,0x46,0x84,0x0, -+0x4,0x4,0x4,0x7f,0x4,0x4,0x7f,0x44,0x44,0x7f,0x44,0x4,0x8,0x30,0xc0,0x0,0x40,0x40,0x48,0xfc,0x48,0x48,0xf8,0x40,0x44,0xfe,0x44,0x44,0x54,0x48,0x40,0x40, -+0x1,0x1,0xff,0x1,0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x21,0x21,0x20,0x20,0x14,0xfe,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x17,0x18,0x30,0xd0,0x10,0x11,0x11,0x12,0x54,0x28,0x0,0x8,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0xa0,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x15,0xfe,0x20,0x29,0x49,0x7f,0x9,0x9,0xf,0xf9,0x49,0x9,0x9,0x9,0x28,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x10,0x10,0x17,0x24,0x24,0x64,0xa5,0x25,0x27,0x25,0x25,0x25,0x29,0x29,0x31,0x21,0x80,0x44,0xfe,0x80,0x88,0x88,0x8,0xfe,0x8,0x48,0x28,0x28,0x8,0x8,0x28,0x10, -+0x4,0x8,0x14,0x62,0x1,0xe,0x30,0xdf,0x1,0x1,0x3f,0x1,0x9,0x5,0x7f,0x0,0x40,0x20,0x50,0x8c,0x0,0xe0,0x1e,0xf4,0x0,0x10,0xf8,0x0,0x20,0x48,0xfc,0x0, -+0x4,0x8,0x34,0x3,0xc,0x30,0xc0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x20,0x40,0x0,0x40,0x20,0x58,0x80,0x60,0x1e,0xe4,0x0,0x0,0x10,0xf8,0x80,0x80,0x80,0x80,0x80, -+0x0,0x3c,0x27,0x24,0x24,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x25,0x45,0x8d,0x28,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x8,0x7c,0x4b,0x4a,0x4a,0x7a,0x4a,0x4a,0x4b,0x7a,0x4a,0x4a,0x4a,0x5a,0x84,0x8,0x40,0x24,0xfe,0x40,0x44,0x44,0x84,0xfe,0x84,0xa4,0x94,0x94,0x84,0x84,0x94,0x88, -+0x2,0x1,0x3f,0x22,0x22,0x22,0x24,0x27,0x2c,0x35,0x24,0x24,0x24,0x44,0x84,0x4,0x0,0x8,0xfc,0x0,0x10,0x10,0x14,0xfe,0x10,0x10,0x90,0x90,0x10,0x10,0x50,0x20, -+0x1,0x0,0x3f,0x22,0x22,0x25,0x2c,0x34,0x24,0x2f,0x29,0x2a,0x48,0x49,0x8a,0x8,0x0,0x84,0xfe,0x10,0x14,0xfe,0x90,0x10,0xb4,0xfe,0x44,0xa4,0x84,0x44,0x34,0x8, -+0x8,0x8,0xa,0x7f,0x8,0xa,0xff,0x8,0x28,0x2a,0x2f,0x28,0x28,0x58,0x88,0x7,0x40,0x40,0x40,0x40,0x40,0x60,0x50,0x4c,0x44,0x40,0x40,0x40,0x40,0x40,0x6,0xfc, -+0x0,0xff,0x0,0x3f,0x20,0x20,0x3f,0x0,0x7f,0x44,0x44,0x7f,0x44,0x44,0x7f,0x40,0x44,0xe4,0x84,0xd4,0x94,0x94,0x94,0x54,0xf4,0x54,0x54,0xd4,0x44,0x44,0xd4,0x48, -+0xff,0x4,0x3f,0x24,0x3f,0x12,0x23,0x4a,0x17,0x32,0x53,0x91,0x13,0x1d,0x10,0x17,0xfe,0x40,0xf8,0x48,0xf8,0x0,0xfc,0x0,0xf8,0x48,0xf8,0x0,0xf8,0x10,0xe2,0x1c, -+0x4,0x7e,0x44,0x55,0x54,0x54,0x57,0x54,0x55,0x55,0x55,0x11,0x29,0x27,0x45,0x80,0x8,0x8,0x2c,0xfa,0x8,0x8,0xfe,0x48,0x48,0x78,0x48,0x48,0x78,0xca,0xa,0x4, -+0x10,0x1f,0x20,0x2f,0x48,0x8f,0x8,0xf,0x4,0xf,0xc,0x12,0x21,0x42,0x4,0x38,0x8,0xfc,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x0,0xf0,0x20,0x40,0x80,0x40,0x30,0xe, -+0x8,0x8,0xf,0x10,0x17,0x34,0x57,0x94,0x17,0x14,0x10,0x1f,0x12,0x11,0x10,0x10,0x50,0x48,0xfe,0x40,0xfc,0x44,0xfc,0x44,0xfc,0x44,0x10,0xfe,0x10,0x10,0x50,0x20, -+0x8,0x8,0x8,0x10,0x10,0x37,0x50,0x90,0x11,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x90,0x90,0x10,0x10,0x10,0x50,0x20, -+0x1,0x2,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x1f,0x11,0x1,0xff,0x1,0x1,0x1,0x0,0x10,0xf8,0x10,0xf0,0x0,0xf0,0x10,0x10,0xf0,0x0,0x4,0xfe,0x0,0x0,0x0, -+0x4,0x8,0x10,0x20,0x40,0x8,0x4,0x4,0x2,0x2,0x1,0x2,0x4,0x8,0x30,0xc0,0x40,0x20,0x10,0xc,0x24,0x20,0x40,0x40,0x80,0x80,0x0,0x80,0x40,0x30,0xe,0x4, -+0x9,0x7d,0x49,0x4b,0x4d,0x79,0x49,0x49,0x49,0x79,0x4a,0x4c,0x48,0x48,0x49,0x9e,0x4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x4,0xf,0x10,0x20,0x5f,0x10,0x11,0x11,0x11,0x11,0x11,0x2,0x4,0x18,0x60,0x0,0x0,0xe0,0x40,0x90,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0xc0,0x30,0x18,0x8, -+0x2,0x1,0x7f,0x40,0x9f,0x0,0x1f,0x10,0x1f,0x0,0x3f,0x21,0x3f,0x21,0x3f,0x20,0x0,0x0,0xfe,0x22,0xf4,0x0,0xf0,0x10,0xf0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x0,0x20,0x18,0x8,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x40,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x7c,0x44,0x49,0x49,0x53,0x4d,0x49,0x45,0x45,0x45,0x69,0x51,0x41,0x41,0x41,0x88,0x88,0x88,0x8,0x8,0xfe,0x8,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x13,0xfc,0x24,0x24,0x24,0x25,0x48,0x28,0x10,0x28,0x47,0x84,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x10,0x10,0x27,0x20,0x43,0xfa,0x13,0x22,0x43,0xfa,0x40,0x7,0x1a,0xe1,0x40,0x0,0x50,0x48,0xfc,0x40,0xf8,0x48,0xf8,0x48,0xf8,0x48,0x10,0xfe,0x10,0x10,0x10,0x20, -+0x0,0x8,0x7c,0x49,0x49,0x4b,0x4d,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x88,0x88,0x88,0x8,0x8,0xfe,0x8,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x28,0x10, -+0x1,0xf,0x79,0x4b,0x4a,0x4b,0x4a,0x4b,0x49,0x49,0x4a,0x7c,0x4a,0x2,0x3,0x0,0x10,0xfe,0x10,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x44,0x64,0x94,0x4,0xe4,0xc, -+0x7,0x8,0x7f,0x4a,0x4b,0x4a,0x4b,0x4a,0x4b,0x49,0x49,0x7f,0x48,0x0,0x1,0xe,0xfc,0x80,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x40,0x3e,0xc0,0xa0,0x42,0xb2,0xe, -+0x1,0x40,0x2f,0x0,0x1,0x1,0xe2,0x27,0x20,0x20,0x20,0x25,0x2a,0x30,0x23,0xc,0x0,0x84,0xfe,0x80,0x0,0x10,0x10,0xe0,0x48,0x48,0x90,0x20,0x50,0x88,0x4,0x4, -+0x0,0x4,0xfe,0x4,0x4,0x5,0x7e,0x44,0x40,0x40,0x40,0x40,0x4c,0x70,0x41,0x6,0x80,0x80,0x80,0x84,0xfe,0x8,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x10,0x17,0x14,0xfc,0x17,0x34,0x3c,0x57,0x54,0x95,0x15,0x16,0x14,0x10,0x10,0x0,0x84,0xfe,0x88,0x88,0xa8,0xa8,0xbe,0x88,0x10,0x18,0xa8,0xaa,0x4a,0x86,0x0, -+0x10,0x13,0x10,0x1c,0x21,0x21,0x7d,0x91,0x11,0x7c,0x10,0x10,0x14,0x18,0x10,0x0,0x4,0xfe,0x20,0x28,0x3c,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x8,0x4,0x7f,0x1,0x1,0x3f,0x1,0x1,0x7f,0x0,0x3f,0x24,0x24,0x24,0xff,0x0,0x20,0x48,0xfc,0x0,0x10,0xf8,0x0,0x8,0xfc,0x0,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x41,0x2f,0x29,0x9,0x8f,0x49,0x49,0x1f,0x28,0x28,0xca,0x4b,0x4d,0x48,0x40,0x41,0x4,0xfe,0x10,0x10,0x50,0x50,0x54,0x7e,0x10,0x10,0x20,0x30,0x52,0x52,0x8e,0x0, -+0x0,0x3f,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x10,0xf8,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0x8,0x8,0xff,0x8,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0xf,0x8,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0xe0,0x20,0x20,0x20,0x20,0xe0,0x20, -+0x10,0x10,0x11,0x10,0xfc,0x10,0x30,0x3b,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x11,0x11,0x11,0x11,0xff,0x11,0x39,0x35,0x51,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x12,0x1f,0x28,0x45,0x80,0x3f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x40,0x44,0x7e,0xa0,0x10,0x0,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3d,0x24,0x24,0x24,0x3c,0x24,0x27,0x24,0x3c,0x24,0x24,0x24,0x44,0x94,0x8,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x8,0x8,0x9,0x7e,0x8,0x8,0xfe,0x9,0x28,0x28,0x2e,0x28,0x28,0x38,0x48,0x87,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x6,0xfc, -+0x0,0x0,0x7f,0x40,0x7f,0x40,0x5f,0x51,0x51,0x5f,0x90,0x2,0x29,0x28,0x48,0x7,0x50,0x48,0xfc,0x40,0xc0,0x48,0x48,0x50,0x22,0x52,0x8e,0x0,0x90,0xac,0x24,0xe0, -+0x8,0x1d,0xf0,0x10,0x10,0xfc,0x10,0x3b,0x34,0x50,0x50,0x90,0x10,0x10,0x10,0x10,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x7c,0x4,0x8,0xff,0x24,0x24,0x3c,0x24,0x3c,0x24,0x24,0xfe,0x4,0x5,0x6,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x50,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x10,0xfe,0x44,0x29,0xfe,0x1,0x7c,0x44,0x7d,0x44,0x7c,0x10,0xfe,0x10,0x10,0x11,0x40,0x78,0xd0,0x20,0x58,0x86,0xf8,0x20,0xfc,0x0,0xf8,0x88,0xa8,0xa8,0x58,0x84, -+0x0,0x7f,0x40,0x40,0x48,0x44,0x42,0x41,0x42,0x44,0x48,0x50,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x24,0x64,0x84,0x4,0x84,0x64,0x34,0x14,0x4,0x4,0x14,0x8, -+0x1,0x7f,0x41,0x41,0x63,0x63,0x55,0x55,0x49,0x55,0x53,0x63,0x41,0x41,0x45,0x42,0x4,0x84,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x10,0x13,0x12,0x1e,0x23,0x22,0x7e,0x92,0x12,0x7e,0x12,0x13,0x16,0x1a,0x12,0x2,0x4,0xfe,0x4,0x4,0xc,0x8c,0x54,0x24,0x24,0x54,0x8c,0xc,0x4,0x4,0x14,0x8, -+0x20,0x22,0x3f,0x48,0x48,0x88,0x9,0xff,0x8,0x2a,0x2a,0x2a,0x2a,0x3e,0x23,0x2,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0xa0,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x3e,0x25,0x24,0x24,0x3c,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x27,0x44,0x8c,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x20,0x23,0x22,0x4a,0x4b,0xf2,0x12,0x22,0x42,0xfa,0x42,0x3,0x1a,0xe2,0x42,0x2,0x4,0xfe,0x4,0x4,0xc,0x8c,0x54,0x24,0x24,0x54,0x8c,0xc,0x4,0x4,0x14,0x8, -+0x1,0x41,0x41,0x7f,0x0,0x7f,0x40,0x48,0x44,0x42,0x41,0x42,0x44,0x48,0x50,0x40,0x0,0x4,0x4,0xfc,0x4,0xfe,0x4,0x24,0x44,0x84,0x4,0x84,0x44,0x34,0x14,0x8, -+0x41,0x31,0x17,0x81,0x61,0x2f,0x1,0x12,0x27,0xea,0x22,0x23,0x22,0x22,0x21,0x20,0x10,0x10,0xfc,0x10,0x14,0xfe,0x20,0x10,0xfe,0x14,0x10,0xf0,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x10,0x11,0xfc,0x10,0x30,0x38,0x54,0x50,0x90,0x10,0x10,0x13,0x10,0x10,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x20,0x3e,0x50,0x81,0x7f,0x0,0x1f,0x10,0x1f,0x0,0x7f,0x40,0x4f,0x48,0x4f,0x40,0x40,0x7c,0x90,0x0,0xfc,0x0,0xf0,0x10,0xf0,0x4,0xfe,0x4,0xe4,0x24,0xe4,0xc, -+0x2,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x2,0xff,0x4,0x9,0x11,0x2f,0xc1,0x1,0x1,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x40,0x20,0x50,0xee,0x4,0x0,0x0, -+0x2,0x1,0xff,0x0,0x1f,0x10,0x10,0x1f,0x0,0x7f,0x40,0x4f,0x48,0x48,0x4f,0x40,0x0,0x4,0xfe,0x0,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x4,0xe4,0x24,0x24,0xe4,0xc, -+0x1,0x7f,0x8,0xf,0x0,0x7f,0x48,0x8f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x8,0xfc,0x20,0xe0,0x0,0xfe,0x22,0xe4,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x30, -+0x10,0xc,0x4,0x7f,0x1,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x20,0x24,0x22,0x40,0x10,0x30,0x40,0xfc,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x10,0x88,0x44,0x4, -+0x11,0x10,0x92,0x55,0x38,0x10,0xfe,0x11,0x38,0x34,0x54,0x53,0x90,0x12,0x12,0x14,0x4,0x88,0x50,0xfc,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0xa4,0x92,0x2, -+0x10,0x10,0x1f,0x10,0xfb,0x12,0x12,0x1b,0x30,0xd7,0x14,0x15,0x15,0x15,0x54,0x24,0x80,0x44,0xfe,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0xf4,0x14,0xf4,0x4,0xc, -+0x10,0x10,0x1f,0x20,0x21,0x7d,0x91,0x11,0x7c,0x13,0x12,0x12,0x16,0x1a,0x12,0x2,0x40,0x24,0xfe,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0xf4,0x94,0xf4,0x4,0xc, -+0x8,0x1c,0xf3,0x10,0x11,0xfd,0x11,0x39,0x34,0x53,0x52,0x92,0x12,0x12,0x12,0x12,0x40,0x24,0xfe,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0xf4,0x94,0xf4,0x4,0xc, -+0x1,0x11,0x11,0x1f,0x11,0x21,0x1,0xff,0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x7f,0x0,0x1f,0x10,0x10,0x1f,0x0,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0xfc,0x10,0x90,0x90,0x90,0x90,0x14,0xfe,0x10,0x90,0x90,0x90,0x90,0x10,0x50,0x20, -+0x2,0xff,0x2,0x7a,0x4a,0x4a,0x7b,0x2,0xff,0x2,0x7a,0x4a,0x4a,0x7a,0x4a,0x5,0x20,0x20,0x20,0x40,0x7c,0x84,0x28,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x8e,0x4, -+0x10,0x14,0x12,0x10,0xfc,0x15,0x16,0x1c,0x34,0xd7,0x15,0x15,0x15,0x15,0x55,0x24,0x0,0x4,0xfe,0x44,0xf4,0x14,0xa4,0x44,0xa4,0x1c,0xf4,0x14,0x14,0xf4,0x14,0x8, -+0x4,0x4,0x4,0x4,0x4,0xff,0x4,0x4,0x4,0x2,0x2,0x1,0x2,0xc,0x70,0x0,0x0,0x80,0x40,0x4,0xfe,0x0,0x0,0x20,0x30,0x40,0x80,0x0,0x80,0x44,0x34,0xc, -+0x10,0x10,0x29,0x29,0x25,0x43,0x89,0x7d,0x1,0x7d,0x44,0x44,0x47,0x44,0x7c,0x40,0x20,0x48,0xfc,0x8,0x48,0x28,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x4,0x3e,0x24,0x24,0x24,0x3d,0x26,0x24,0x24,0x3d,0x26,0x24,0x24,0x44,0x94,0x8,0x40,0x40,0x7c,0x84,0x88,0x50,0x20,0x50,0x8e,0x4,0xf8,0x88,0x88,0x88,0xf8,0x88, -+0x1,0x0,0x1f,0x12,0x92,0x53,0x54,0x18,0x37,0x50,0xd0,0x13,0x24,0x24,0x44,0x3,0x0,0x84,0xfe,0x0,0x10,0xf8,0x0,0x0,0xf0,0x20,0xc0,0x0,0x0,0x2,0x2,0xfe, -+0x8,0x4,0x7f,0x44,0xbf,0x4,0x3f,0x4,0x7f,0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x4,0x4,0xe4,0x54,0x94,0x14,0x94,0x14,0xd4,0x94,0xd4,0x94,0x84,0x84,0x94,0x88, -+0x8,0x8,0x7f,0x8,0xf,0x1,0x3f,0x21,0x21,0x3f,0x1,0xff,0x1,0x1,0x1,0x1,0x20,0x28,0xfc,0x20,0xe0,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x4,0xff,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x4,0xf,0x11,0x22,0x54,0x10,0x1f,0x0,0x44,0xfe,0x40,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x4,0x84,0x44,0x4,0xd4,0x8, -+0x11,0x11,0x11,0x12,0xff,0x14,0x38,0x34,0x51,0x52,0x97,0x1a,0x12,0x12,0x13,0x12,0x0,0x0,0xf8,0x8,0x10,0xa0,0x40,0xa0,0x10,0xe,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x14,0x7e,0x55,0x56,0x55,0x54,0x7c,0x51,0x11,0x15,0x1d,0xe5,0x41,0x1,0x20,0x20,0x50,0x88,0x6,0x4,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x1b,0x4a,0x42,0x47,0x4c,0x52,0x41,0x46,0x58,0x60,0x4f,0x48,0x48,0x4f,0x40,0x4,0xfe,0x4,0x4,0xe4,0x44,0x84,0x4,0xc4,0x3c,0x14,0xe4,0x24,0x24,0xf4,0x8, -+0x0,0x7f,0x48,0x53,0x52,0x62,0x53,0x48,0x4f,0x4d,0x6c,0x57,0x44,0x44,0x44,0x44,0x8,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x14,0xa4,0xfc,0x44,0x44,0x54,0x8, -+0x10,0x10,0x1c,0x11,0x21,0x3e,0x50,0x90,0x7c,0x13,0x11,0x11,0x15,0x19,0x11,0x1,0x80,0x80,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x1,0x2,0x4,0x8,0x11,0x21,0xc1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x80,0x40,0x20,0x10,0xe,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x4,0x4,0x7,0x8,0x14,0x22,0x1,0x6,0x18,0xe0,0xf,0x8,0x8,0x8,0xf,0x8,0x0,0x0,0xf0,0x10,0x20,0x40,0x80,0x60,0x1e,0x4,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x20,0x20,0x49,0xfa,0x14,0x23,0x40,0xf8,0x43,0x2,0x1a,0xe2,0x43,0x2,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4,0xf8,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x39,0x35,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x44,0x48,0x30,0x20,0x10,0x4e,0x84,0x0, -+0x0,0x7d,0x45,0x45,0x45,0x45,0x7d,0x11,0x51,0x5d,0x51,0x51,0x51,0x5d,0xe1,0x41,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x44,0x48,0x30,0x20,0x10,0x4e,0x84,0x0, -+0x10,0x10,0x14,0xfe,0x11,0x7c,0x10,0xfe,0x13,0x38,0x34,0x54,0x51,0x91,0x12,0x10,0x88,0x88,0x88,0x88,0xfc,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x8,0x8,0x8,0x8, -+0x0,0xff,0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x29,0x5,0x2,0x5,0x18,0xe0,0x4,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x0,0x0,0x80,0x70,0xe, -+0x1,0x0,0x3f,0x20,0x20,0x2f,0x20,0x3f,0x20,0x2f,0x20,0x21,0x41,0x42,0x84,0x18,0x0,0x84,0xfe,0x80,0x88,0xfc,0x88,0xfe,0x88,0xf8,0x88,0x40,0x40,0x30,0xe,0x4, -+0x4,0x7f,0x1,0x3f,0x1,0xff,0x28,0x42,0x3f,0x1,0x1f,0x1,0xff,0x2,0xc,0x30,0x48,0xfc,0x0,0xf8,0x0,0xfe,0x28,0x84,0xf8,0x0,0xf0,0x4,0xfe,0x80,0x78,0x10, -+0x20,0x2f,0x20,0x27,0xfc,0x24,0x27,0x24,0x24,0x27,0x3c,0xe3,0x40,0x1,0x6,0x18,0x4,0xfe,0x40,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x40,0x80,0x60,0x1e,0x4, -+0x2,0xff,0x24,0x24,0x3c,0x24,0x24,0x3d,0x24,0x24,0x24,0x3e,0xe4,0x44,0x7,0x4,0x20,0x20,0x20,0x20,0xa4,0xac,0xb0,0x20,0x20,0x20,0x20,0x50,0x50,0x8e,0x4,0x0, -+0x10,0x1f,0x10,0x13,0xfe,0x12,0x33,0x3a,0x52,0x53,0x92,0x11,0x10,0x11,0x12,0x1c,0x4,0xfe,0x48,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x48,0x40,0x80,0x60,0x1e,0x4, -+0x0,0x0,0x7f,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0, -+0x0,0x0,0x8,0xfd,0x11,0x12,0x14,0x11,0x11,0x11,0x10,0x1c,0xf0,0x41,0x2,0xc,0x80,0x80,0x80,0x8,0xfc,0x10,0x10,0x10,0x20,0x20,0xc0,0x40,0xa0,0x10,0xe,0x4, -+0x0,0x0,0x8,0xfc,0x10,0x17,0x10,0x10,0x10,0x10,0x1d,0xf1,0x41,0x2,0x4,0x8,0x80,0x80,0x80,0x80,0x84,0xfe,0x84,0x84,0x84,0x84,0x4,0x4,0x4,0x44,0x28,0x10, -+0x8,0x8,0x7f,0x8,0x8,0xff,0x4,0x9,0x11,0x21,0xc9,0x9,0x11,0x21,0x5,0x2,0x20,0x28,0xfc,0x20,0x24,0xfe,0x40,0x20,0x10,0xe,0x24,0x90,0x48,0x8,0x0,0x0, -+0x2,0x2,0xff,0x5,0x5,0x9,0x32,0xc8,0x8,0x3f,0x8,0x8,0xff,0x8,0x18,0x20,0x20,0x14,0xfe,0x0,0x64,0x84,0xfc,0x20,0x20,0xf8,0x20,0x24,0xfe,0x20,0x18,0x8, -+0x12,0x12,0x12,0x22,0x2f,0x62,0xa2,0x22,0x22,0x3f,0x20,0x22,0x22,0x24,0x28,0x20,0x10,0x10,0x10,0x10,0xfc,0x10,0x10,0x10,0x14,0xfe,0x0,0x10,0x8,0xc,0x4,0x0, -+0x8,0x12,0x3f,0x22,0x3e,0x22,0x3e,0x22,0x22,0xfe,0x6,0xa,0x12,0x22,0x4a,0x4,0x0,0x4,0xfe,0x4,0x4,0xfc,0x80,0x84,0xfe,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x0,0x0,0x4,0x4,0x8,0x8,0x11,0x21,0xc2,0x2,0x4,0x8,0x10,0x1f,0x0,0x0,0x0,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0x4,0x0,0x0,0x40,0x20,0xf0,0x10,0x0, -+0x2,0x1,0x7f,0x40,0x80,0xf,0x8,0x8,0xf,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0xfe,0x2,0x24,0xf0,0x20,0x20,0xe0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x7f,0x0,0x0,0x0,0x3f,0x20,0x20,0x40,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0xe0,0x20,0x0,0x8,0xfc,0x8,0x8,0x8,0x90,0x50,0x20, -+0x0,0x9,0xfd,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x1d,0xf1,0x42,0x2,0x4,0x8,0x8,0xfc,0x8,0x8,0x8,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0xa,0xa,0x6,0x0, -+0x0,0x3f,0x1,0x1,0xff,0x0,0x1,0x1,0x7d,0x5,0x9,0x11,0x21,0xc1,0x5,0x2,0x10,0xf8,0x0,0x4,0xfe,0x0,0x8,0x18,0xa0,0x40,0x20,0x10,0xe,0x4,0x0,0x0, -+0x11,0x11,0x11,0x11,0xfb,0x11,0x11,0x19,0x31,0xdf,0x10,0x11,0x11,0x12,0x54,0x20,0x10,0x10,0x10,0x10,0xfc,0x10,0x10,0x10,0x14,0xfe,0x0,0x10,0x8,0xc,0x4,0x0, -+0x0,0x3f,0x1,0x1,0xff,0x0,0x1f,0x10,0x11,0x11,0x11,0x11,0x11,0x2,0xc,0x30,0x10,0xf8,0x0,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x8,0x8,0x8,0x8,0x7f,0x8,0x8,0x8,0x8,0x8,0xff,0x0,0x4,0xc,0x10,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0,0x40,0x30,0x18,0x8, -+0x10,0x10,0x10,0x1c,0x21,0x22,0x7c,0x90,0x10,0x7c,0x11,0x10,0x14,0x18,0x10,0x0,0x80,0x80,0x84,0xfe,0x4,0x4,0x44,0x44,0x84,0xa4,0xf4,0x14,0x4,0x4,0x28,0x10, -+0x8,0x8,0x8,0xf,0x10,0x22,0x42,0x84,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x84,0x44,0xc4,0x44,0x4,0x28,0x10, -+0x2,0x42,0x32,0x13,0x84,0x68,0x20,0x1,0x9,0x12,0xe4,0x27,0x20,0x20,0x20,0x20,0x0,0x0,0x4,0xfe,0x4,0x84,0x84,0x4,0x4,0x44,0x24,0xe4,0x24,0x4,0x28,0x10, -+0x8,0x8,0xff,0x8,0x10,0x1f,0x20,0x20,0x5f,0x90,0x10,0x10,0x1f,0x10,0x0,0x0,0x20,0x24,0xfe,0x20,0x8,0xfc,0x8,0x88,0xc8,0x88,0x88,0x88,0x88,0x8,0x50,0x20, -+0x4,0x44,0x28,0x11,0x29,0x4a,0x8,0x9,0x19,0x29,0x49,0x89,0x9,0x8,0x50,0x20,0x80,0x80,0x84,0xfe,0x4,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x4,0x4,0x28,0x10, -+0x10,0x13,0x12,0x12,0xfe,0x13,0x12,0x12,0x12,0x12,0x16,0x1a,0xe4,0x44,0x8,0x0,0xc,0xf0,0x0,0x0,0x4,0xfe,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x30,0x38,0x54,0x50,0x11,0x11,0x10,0x10,0x10,0x10,0x80,0x80,0x84,0xfe,0x4,0x4,0x44,0x44,0x84,0xa4,0x14,0xf4,0x14,0x4,0x28,0x10, -+0x4,0x7e,0x44,0x54,0x55,0x56,0x54,0x54,0x54,0x54,0x55,0x55,0x10,0x28,0x44,0x84,0x80,0x80,0x84,0xfe,0x4,0x4,0x44,0x44,0x84,0xa4,0x14,0xf4,0x14,0x4,0x28,0x10, -+0x20,0x20,0x22,0x3f,0x42,0x83,0x7a,0x4a,0x4a,0x4b,0x4a,0x7a,0x42,0xa,0x4,0x0,0x20,0x20,0x7c,0x44,0x88,0x50,0x20,0x50,0x9e,0x22,0x44,0xa8,0x10,0x20,0x40,0x80, -+0x1,0xff,0x1,0x3f,0x20,0x3f,0x1,0x3f,0x8,0x4,0xff,0x1,0x3f,0x1,0x1,0x1,0x4,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xf8,0x20,0x44,0xfe,0x0,0xf8,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x10,0x10,0xff,0x12,0x12,0x22,0x22,0x14,0x8,0x14,0x22,0x40,0x40,0x44,0xfe,0x40,0x20,0x24,0xfe,0x20,0x24,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x0,0x8,0x7c,0x48,0x4f,0x48,0x48,0x48,0x4b,0x4a,0x4a,0x7a,0x4a,0x2,0x3,0x2,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x1f,0x28,0x45,0x90,0x13,0x12,0xfe,0x12,0x1a,0x32,0xd2,0x12,0x12,0x53,0x20,0x40,0x7e,0xa0,0x10,0x0,0xfc,0x20,0x28,0xfc,0xa8,0xa8,0xa8,0xb8,0x20,0xfe,0x0, -+0x8,0x8,0x8,0x10,0x1f,0x30,0x50,0x90,0x13,0x12,0x12,0x12,0x12,0x12,0x13,0x12,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x30,0x10,0x87,0x60,0x20,0x8,0x13,0x22,0xe2,0x22,0x22,0x22,0x23,0x22,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x7c,0x7,0xa,0x12,0x12,0x16,0x1a,0x32,0xd2,0x12,0x12,0x14,0x15,0x58,0x20,0x8,0x3c,0xc0,0x10,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0xa8,0xee,0x24,0x0, -+0x10,0x10,0x10,0x10,0x13,0xfc,0x24,0x24,0x45,0x25,0x19,0x11,0x29,0x45,0x81,0x1,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x14,0xfe,0x11,0x7c,0x0,0x7d,0x44,0x44,0x7c,0x0,0x44,0x28,0xfe,0x40,0x3,0x20,0x20,0x24,0xfe,0x20,0x28,0xfc,0x88,0x88,0x88,0x50,0x20,0x50,0x48,0x8e,0x4, -+0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1f,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x1,0x1,0x1f,0x11,0x11,0x1f,0x11,0x1,0x3f,0x0,0x3f,0x24,0x24,0x24,0xff,0x0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x4,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x1f,0x10,0x1f,0x11,0x11,0x7f,0x40,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x10,0xfe,0x2,0xf4,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x8,0x8,0x10,0x21,0x41,0x2,0x4,0x8,0x30,0xc0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x40,0x30,0x18,0x8,0x0,0x80,0x40,0x30,0xe,0x4,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x4,0x3e,0x24,0x24,0x24,0x3d,0x26,0x25,0x24,0x3c,0x24,0x24,0x24,0x24,0x4d,0x86,0x8,0xfc,0x88,0x88,0x88,0xe,0x0,0xfc,0x84,0x88,0x48,0x70,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x10,0x14,0xfe,0x11,0x12,0x10,0x7c,0x44,0x44,0x44,0x44,0x7c,0x44,0x3,0x40,0x40,0x40,0x44,0xfe,0x8,0x88,0x88,0x88,0x88,0x50,0x20,0x20,0x50,0x8e,0x4, -+0x4,0x7f,0x40,0x40,0x5e,0x52,0x52,0x52,0x5a,0x54,0x50,0x52,0x54,0x58,0x80,0x1,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0xa4,0x30,0x4c,0x86,0x2, -+0x0,0x7f,0x41,0x41,0x5f,0x41,0x41,0x4f,0x48,0x48,0x48,0x4f,0x48,0x40,0x7f,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x24,0x4,0xfc,0x4, -+0x2,0x1,0x3f,0x20,0x3f,0x22,0x22,0x27,0x24,0x2f,0x34,0x27,0x24,0x24,0x47,0x84,0x0,0x4,0xfe,0x4,0xfc,0x80,0x48,0xfc,0x40,0xf8,0x40,0xf8,0x40,0x48,0xfc,0x0, -+0x1,0x7e,0x8,0x8,0x9,0xff,0x8,0x8,0x9,0x7f,0x41,0x41,0x41,0x41,0x7f,0x41,0x84,0x4,0x4,0x24,0x24,0xa4,0x24,0x24,0x24,0xa4,0x24,0x24,0x4,0x4,0x14,0x8, -+0x0,0x1,0x3e,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x42,0x83,0x0,0x38,0xc0,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0x10,0x10,0x88,0x68,0xa6,0x4,0x0, -+0x0,0x3f,0x20,0x20,0x20,0x3f,0x24,0x4,0x7f,0x44,0x44,0x4a,0x51,0x40,0x41,0x40,0x84,0xc4,0x84,0x94,0x94,0x94,0x94,0x14,0xd4,0x54,0x54,0x54,0x44,0x44,0x54,0x88, -+0x1,0x7f,0x40,0x9f,0x2,0xf,0xa,0x9,0x8,0x7f,0x4,0xf,0x32,0xc2,0x4,0x18,0x0,0xfe,0x22,0xf4,0x0,0xe0,0x20,0x20,0xa8,0xfc,0x40,0xe0,0x5e,0x44,0x40,0xc0, -+0x10,0x10,0x10,0x17,0xfc,0x10,0x14,0x1f,0x30,0xd0,0x17,0x10,0x10,0x10,0x5f,0x20,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x41,0x21,0x21,0x7,0xf1,0x11,0x2f,0x71,0xa1,0x37,0x21,0x21,0x21,0x2f,0x24,0x20,0x10,0x10,0x10,0xd0,0x10,0x10,0xf8,0x16,0x12,0xd0,0x10,0x10,0xf0,0x10,0x10,0x10, -+0x0,0x1f,0x1,0x1,0xff,0x1,0x9,0x9,0x79,0x9,0x9,0x39,0xc9,0x1,0x1,0x1,0x70,0x80,0x0,0x4,0xfe,0x0,0x24,0x2c,0x30,0x20,0x22,0x22,0x1e,0x0,0x0,0x0, -+0x10,0x11,0x11,0xfd,0x11,0x15,0x18,0x30,0xd3,0x10,0x10,0x10,0x11,0x11,0x52,0x24,0x8,0xfc,0x8,0x8,0x8,0xf8,0x80,0x84,0xfe,0x84,0x84,0x84,0x4,0x4,0x14,0x8, -+0x10,0x17,0x12,0x11,0x58,0x54,0x50,0x93,0x1c,0x10,0x17,0x10,0x10,0x10,0x1f,0x10,0x8,0xfc,0x8,0x10,0xa0,0x40,0xb0,0xe,0x44,0x40,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x13,0x12,0xfc,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x11,0x40,0x20,0xfe,0x2,0x4,0xfc,0x4,0x4,0xfc,0x0,0xfc,0x4,0x4,0x4,0xfc,0x0, -+0x10,0x8,0x4,0x4,0x7f,0x1,0x1,0x1,0xff,0x1,0x2,0x2,0x4,0x8,0x30,0xc0,0x10,0x18,0x20,0x48,0xfc,0x0,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x30,0xe,0x4, -+0x2,0x1,0x7f,0x40,0x80,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0xfe,0x2,0x14,0xf8,0x10,0x10,0xf0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x0, -+0x0,0x7f,0x40,0x84,0x3e,0x0,0x2,0x7f,0x14,0x14,0x14,0x14,0x24,0x24,0x43,0x80,0x0,0xfe,0x2,0xc,0x8,0x8,0xfe,0x8,0x48,0x28,0x8,0x28,0x12,0x2,0xfe,0x0, -+0x0,0x1,0x7d,0x5,0x45,0x29,0x29,0x11,0x11,0x29,0x25,0x44,0x80,0x1,0x6,0x18,0x8,0xfc,0x8,0x28,0x28,0x28,0x28,0x48,0x48,0x48,0x68,0xa0,0xa0,0x22,0x22,0x1e, -+0x10,0x1f,0x28,0x45,0x1,0x7f,0x40,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x1f,0x10,0x40,0x7c,0x90,0x8,0x0,0xfe,0x2,0xf4,0x10,0xf0,0x0,0xf0,0x10,0x10,0xf0,0x0, -+0x20,0x20,0x23,0x3a,0x4c,0x51,0x81,0x21,0x21,0x21,0x21,0x25,0x29,0x31,0x21,0x1,0x80,0x40,0xfe,0x2,0x4,0xf8,0x8,0x8,0xf8,0x0,0xf8,0x8,0x8,0x8,0xf8,0x0, -+0x20,0x23,0x3c,0x51,0x91,0x11,0xfe,0x10,0x55,0x56,0x54,0x54,0x54,0x7c,0x44,0x0,0x88,0xfe,0x88,0xdc,0x54,0xdc,0x90,0xfc,0x90,0xfc,0x90,0xfc,0x90,0x94,0xfe,0x80, -+0x10,0x13,0x12,0x1f,0x5a,0x57,0x50,0x93,0x12,0x12,0x12,0x12,0x12,0x10,0x11,0x16,0x8,0xfc,0x48,0xfe,0x48,0xf8,0x0,0xf8,0x8,0x48,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x1,0x4f,0x31,0x17,0x84,0x67,0x22,0x3,0x16,0x2b,0xc2,0x43,0x42,0x42,0x43,0x42,0x10,0xfe,0x10,0xbc,0xa4,0xbc,0x20,0xfc,0x20,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x0,0x1f,0x11,0x11,0xff,0x11,0x1f,0x0,0x1f,0x10,0x11,0x11,0x11,0x2,0xc,0x30,0x10,0xf8,0x10,0x14,0xfe,0x10,0xf0,0x0,0xf0,0x10,0x10,0x10,0x10,0x60,0x18,0x8, -+0x1,0x21,0x11,0x9,0x9,0x1,0xff,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x0,0x8,0xc,0x10,0x20,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x1,0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x84,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x40,0x29,0x27,0x2,0x6,0xea,0x22,0x26,0x2a,0x32,0x22,0x2b,0x24,0x50,0x8f,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0xf8,0x20,0x20,0x20,0x28,0xfc,0x0,0x6,0xfc,0x0, -+0x0,0x11,0xfb,0x22,0x22,0x23,0xfa,0x22,0x23,0x22,0x20,0x39,0xe1,0x42,0x4,0x8,0x80,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x80,0xd0,0x68,0x78,0x42,0x42,0x3e, -+0x10,0x10,0x11,0x11,0x7d,0x11,0x15,0xff,0x11,0x11,0x10,0x28,0x24,0x41,0x82,0x4,0x0,0x8,0xfc,0x28,0x28,0x28,0x28,0x48,0x48,0x48,0x40,0x90,0x90,0x12,0x12,0xe, -+0x1,0x1,0x1,0x7f,0x1,0x1,0xff,0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x8,0xfc,0x0,0x4,0xfe,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x4,0xfe,0x11,0x10,0x20,0x23,0x7c,0xa4,0x24,0x25,0x24,0x24,0x3c,0x27,0x0,0x20,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x4,0x25,0x24,0x24,0x24,0x24,0x25,0x24,0x24,0x24,0x4,0x8,0x13,0x60,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x8,0x8,0x1f,0x10,0x20,0x7f,0xa1,0x21,0x3f,0x21,0x21,0x3f,0x21,0x1,0x1,0x0,0x0,0x0,0xe0,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0xa,0x2,0x2,0xfe, -+0x20,0x1b,0x49,0x41,0x4f,0x41,0x41,0x5f,0x41,0x41,0x4f,0x41,0x41,0x5f,0x40,0x40,0x4,0xfe,0x4,0x44,0xe4,0x4,0x24,0xf4,0x4,0x44,0xe4,0x4,0x24,0xf4,0x4,0xc, -+0x10,0x10,0x14,0xfe,0x21,0x28,0x48,0x7e,0x8,0x8,0x8,0xfe,0x8,0x8,0x9,0xa,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0x48,0x48,0x48,0x88,0x8a,0x8a,0x6,0x0, -+0x2,0x4,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x22,0x2,0x4,0x4,0x8,0x10,0x60,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x88,0x80,0x90,0xa8,0xba,0x82,0x7e, -+0x1,0x41,0x21,0x22,0x4,0xb,0xe2,0x22,0x22,0x22,0x22,0x26,0x2a,0x32,0x24,0x8,0x0,0x0,0xf0,0x20,0x44,0xfe,0x0,0xf8,0x88,0x88,0xa8,0x90,0x82,0x82,0x7e,0x0, -+0x0,0x3e,0x2,0x24,0x18,0x10,0x20,0x4f,0x81,0x1,0x3f,0x1,0x2,0x4,0x18,0x60,0x80,0x90,0xa0,0x48,0x50,0x20,0x10,0xee,0x4,0x10,0xf8,0x0,0xc0,0x30,0x18,0x8, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x37,0x38,0x54,0x50,0x93,0x10,0x10,0x10,0x1f,0x10,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x13,0x32,0x3a,0x56,0x53,0x92,0x12,0x12,0x12,0x13,0x10,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x4,0xfe,0x0, -+0x4,0x7e,0x44,0x45,0x46,0x7d,0x51,0x11,0x51,0x5d,0x51,0x51,0x5d,0xf2,0x44,0x8,0x80,0x80,0xf8,0x10,0x24,0xfe,0x8,0x7c,0x48,0x48,0x68,0x50,0x42,0x42,0x3e,0x0, -+0x1,0x1,0x3f,0x21,0x3f,0x1,0xff,0x0,0x1f,0x10,0x11,0x11,0x11,0x2,0xc,0x30,0x0,0x8,0xfc,0x8,0xf8,0x0,0xfe,0x10,0xf8,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x8,0x8,0x14,0x22,0x41,0xbe,0x0,0x2,0x7f,0x8,0x8,0x10,0x22,0x7f,0x1,0x0,0x4,0x4,0x4,0x24,0xa4,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x20,0x23,0x22,0xfe,0x43,0x42,0x92,0xff,0x12,0x12,0x1f,0xf2,0x52,0x12,0x13,0x10,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x24,0x2c,0xb0,0x20,0x22,0xa2,0x1e,0x0, -+0x0,0x40,0x37,0x11,0x83,0x64,0x20,0x9,0x13,0x20,0xe1,0x23,0x25,0x29,0x21,0x21,0x80,0x48,0xfc,0x10,0x4c,0x44,0x80,0x10,0xf8,0x80,0x44,0x28,0x10,0x4e,0x84,0x0, -+0x10,0x13,0x12,0x12,0xff,0x12,0x32,0x3b,0x56,0x52,0x93,0x12,0x12,0x12,0x13,0x10,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x24,0x2c,0xb0,0x20,0x22,0xa2,0x1e,0x0, -+0x10,0x11,0x11,0x1d,0x21,0x21,0x7d,0x90,0x13,0xfe,0x12,0x12,0x17,0x1a,0x12,0x2,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x44,0xfe,0x44,0x64,0x9c,0xc,0x4,0x14,0x8, -+0x8,0x4,0xff,0x0,0x3f,0x21,0x21,0x3f,0x0,0x7f,0x2,0x4,0xff,0x4,0x14,0x8,0x0,0x7c,0xc4,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x0,0x7f,0x40,0x5f,0x41,0x41,0x41,0x4f,0x41,0x41,0x41,0x41,0x5f,0x40,0x7f,0x40,0x4,0xfe,0x24,0xf4,0x4,0x4,0x44,0xe4,0x4,0x44,0x24,0x4,0xf4,0x4,0xfc,0x4, -+0x0,0x1f,0x11,0x11,0x1f,0x11,0x11,0x1f,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x1,0x7f,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x1,0xff,0x9,0x35,0xc,0x14,0x65,0x6,0x0,0xfc,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x20,0x18,0xa0,0x40,0x3c,0x8, -+0x0,0x40,0x20,0x17,0x0,0x0,0xf1,0x10,0x10,0x10,0x10,0x10,0x10,0x28,0x47,0x0,0x10,0x10,0x10,0xfc,0x10,0x10,0x10,0x90,0x90,0x10,0x10,0x50,0x20,0x6,0xfc,0x0, -+0x0,0x0,0x8,0x7c,0x49,0x49,0x4a,0x4d,0x48,0x48,0x4b,0x7a,0x4a,0x2,0x3,0x2,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0xf4,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x7e,0x44,0x77,0x54,0x54,0xfe,0x82,0x7c,0x44,0x7c,0x45,0x7c,0x44,0x54,0x4b,0x40,0x20,0x4,0xfe,0x20,0x20,0x44,0xfc,0x10,0x24,0x44,0x88,0x10,0x28,0xc6,0x2, -+0x0,0xfc,0x4,0xb,0x10,0x10,0x15,0x1b,0x31,0xd0,0x10,0x11,0x16,0x10,0x51,0x26,0x80,0x40,0x4,0xfe,0x40,0x80,0x8,0xf8,0x10,0x24,0x4c,0x90,0x20,0x50,0x8c,0x4, -+0x2,0x42,0x33,0x14,0x8b,0x62,0x22,0xa,0x1f,0x24,0xe4,0x24,0x27,0x20,0x20,0x20,0x0,0x8,0xfc,0x0,0xf8,0x88,0x48,0x8,0xfe,0x88,0x48,0x8,0xfc,0x8,0x28,0x10, -+0x10,0x1f,0x10,0x2f,0x40,0xbf,0x2,0x3f,0x4,0x8,0x3f,0x2,0xc,0x31,0x46,0x18,0x8,0xfc,0x0,0xf8,0x0,0xf8,0x8,0xe8,0x8,0x88,0x8,0x8,0x88,0x8a,0x6a,0x24, -+0x2,0x1,0x1,0xff,0x1,0x2,0x4,0x8,0x1f,0x2,0x4,0x8,0x31,0x6,0x18,0x60,0x0,0x0,0x4,0xfe,0x0,0x20,0x60,0x80,0x10,0x30,0x40,0xc0,0x20,0x10,0xc,0x4, -+0x2,0x1,0x7f,0x41,0x9f,0x1,0x1f,0x1,0x7f,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0xfe,0x2,0xf4,0x0,0xf0,0x0,0xfc,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x8,0xfc,0x8,0x4f,0x48,0x48,0x49,0x4b,0x7d,0x4,0x4,0x1d,0xe6,0x44,0x15,0xa,0x80,0x40,0x44,0xfe,0x40,0x80,0x8,0xf8,0x10,0x24,0x4c,0x90,0x20,0x58,0x8c,0x4, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x63,0x41,0x41,0x7f,0x41,0x41,0x7f,0x41,0x44,0xc4,0x44,0x44,0xfe,0x44,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x44,0x7c,0x44, -+0x3e,0x4,0xff,0x22,0x3f,0x22,0x3e,0x22,0xff,0x2,0xa,0x29,0x28,0x48,0x7,0x0,0x40,0x44,0x7e,0x84,0x44,0x48,0x28,0x10,0x2e,0xc4,0x0,0x88,0xa4,0x24,0xe0,0x0, -+0x22,0x22,0x22,0x22,0xff,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x22,0x3e,0x22,0x0,0x0,0x7c,0x44,0x44,0xc8,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0xa,0xff,0x8,0x8,0x7f,0x41,0x7f,0x41,0x7f,0x8,0x9,0xff,0x8,0x8,0x8,0x20,0x20,0x24,0xfe,0x20,0x28,0xfc,0x20,0x20,0xfe,0x22,0x22,0xaa,0x24,0x20,0x20, -+0x1,0x1,0x2,0x4,0xa,0x11,0x20,0xdf,0x0,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x80,0x40,0x20,0x90,0x8e,0xe4,0x40,0x90,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x40,0x37,0x10,0x0,0x84,0x44,0x46,0xd,0x14,0x25,0xe6,0x24,0x25,0x24,0x27,0x24,0x0,0xfc,0x8,0x10,0x64,0x44,0x4c,0x54,0xe4,0x54,0x4c,0x44,0x44,0x84,0xfc,0x4, -+0x2,0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0x7f,0x4,0xb,0x10,0x20,0xc6,0x1,0x0,0x0,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x40,0xfc,0x40,0x20,0x90,0x4e,0x4,0x80,0x40, -+0x0,0x1f,0x0,0x0,0x41,0x51,0x49,0x45,0x41,0x45,0x49,0x51,0x45,0x42,0x7f,0x40,0x0,0xf0,0x20,0x40,0x84,0x14,0x34,0x44,0x4,0x44,0x34,0x14,0x4,0x4,0xfc,0x4, -+0x0,0x10,0x78,0x57,0x54,0x57,0x54,0x55,0x55,0x55,0x55,0x75,0x45,0x8,0x11,0x20,0x10,0x18,0x14,0xfe,0x10,0xf0,0x14,0xd4,0x54,0x54,0x58,0xd0,0x28,0x4a,0x8a,0x4, -+0x0,0x7f,0x40,0x84,0x8,0x0,0x3f,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x0,0xfe,0x2,0x44,0x20,0x0,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x14,0xfe,0x11,0x7e,0x45,0x7c,0x45,0x7c,0x10,0xfe,0x11,0x10,0x11,0x10,0x20,0x20,0x50,0x88,0x6,0x4,0xdc,0x44,0x54,0xcc,0x44,0xcc,0x54,0x44,0x54,0x88, -+0x10,0x10,0x10,0x17,0xfc,0x17,0x14,0x1d,0x35,0xd5,0x15,0x14,0x19,0x13,0x55,0x20,0x10,0x14,0x10,0xfe,0x10,0xf0,0x14,0xd4,0x58,0x52,0xea,0x6,0x40,0x24,0xa,0xf8, -+0x13,0x12,0x12,0x13,0xfa,0x12,0x13,0x18,0x37,0xd0,0x10,0x1f,0x10,0x10,0x50,0x20,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x40,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x0,0x3f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x0,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x17,0x5c,0x57,0x54,0x95,0x15,0x15,0x15,0x14,0x19,0x13,0x15,0x10,0x10,0x14,0x10,0xfe,0x10,0xf0,0x14,0xd4,0x58,0x52,0xea,0x6,0x40,0x24,0xa,0xf8, -+0x13,0x12,0x12,0x13,0x5a,0x56,0x53,0x90,0x17,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x11,0x11,0x11,0x15,0x59,0x51,0x51,0x90,0x13,0x10,0x10,0x2b,0x24,0x44,0x80,0x0,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc,0x0,0xfe,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x47,0x30,0x10,0x80,0x60,0x20,0xf,0x10,0x20,0xe0,0x20,0x20,0x20,0x20,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x40,0x37,0x10,0x82,0x62,0x22,0x9,0x11,0x20,0xe0,0x20,0x21,0x22,0x24,0x8,0x0,0x8,0xfc,0x8,0x8,0x8,0x10,0x10,0x20,0xa0,0x40,0xa0,0x10,0x8,0xe,0x4, -+0x1,0x1,0x1,0x7f,0x2,0x4,0xa,0x32,0xc2,0x1f,0x2,0x2,0x2,0x4,0x8,0x30,0x0,0x0,0x8,0xfc,0x80,0x40,0x30,0xe,0x4,0xf0,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x12,0x14,0x18,0x80,0x40,0x48,0xfc,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x8,0x10,0x3e,0x23,0x32,0x2a,0x22,0xfe,0x22,0x32,0x2a,0x22,0x22,0x22,0x4a,0x85,0x40,0x30,0x14,0xfe,0x0,0x8,0x7c,0x48,0x48,0x48,0x48,0x48,0x4a,0x4a,0x86,0x0, -+0x20,0x23,0x20,0x21,0xf9,0x27,0x24,0x2b,0x20,0x23,0x20,0x3b,0xe0,0x47,0x0,0x0,0x40,0xfc,0x0,0xf8,0x8,0xfe,0x2,0xfc,0xc0,0x68,0xb0,0x28,0xe6,0x24,0xa0,0x40, -+0x0,0x17,0xf8,0x91,0x91,0x97,0x94,0x9b,0x90,0x91,0x96,0xf1,0x96,0x1,0x6,0x0,0x48,0xfc,0x0,0xf0,0x10,0xfe,0x2,0xfc,0x80,0x48,0xf0,0x50,0xce,0x44,0x40,0xc0, -+0x1,0x7f,0x0,0xf,0x8,0x7f,0x40,0x9f,0x6,0xb,0x35,0x9,0x33,0x5,0x39,0x3,0x8,0xfc,0x0,0xe0,0x20,0xfe,0x2,0xf4,0x10,0x20,0x40,0x80,0x60,0x1c,0x8,0x0, -+0x1,0x7f,0x0,0xf,0x8,0xf,0x0,0x7f,0x40,0x9f,0x1,0xf,0x1,0x3f,0x1,0x0,0x8,0xfc,0x20,0xf0,0x20,0xe0,0x0,0xfe,0x2,0xf4,0x0,0xe0,0x0,0xf4,0x4,0xfc, -+0x8,0x8,0xa,0x7f,0x8,0x9,0xff,0x14,0x14,0x56,0x55,0x95,0x24,0x24,0x4c,0x80,0x0,0x7c,0x44,0x44,0x48,0x48,0xd0,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x10,0x11,0x10,0x10,0xfc,0x24,0x24,0x27,0x24,0x44,0x28,0x10,0x28,0x44,0x84,0x0,0x0,0xfc,0x4,0x8,0x10,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x15,0xfe,0x10,0x7c,0x11,0xfe,0x10,0x38,0x35,0x54,0x50,0x90,0x10,0x10,0x8,0x3c,0xc0,0x40,0x50,0x78,0xc0,0x40,0x48,0x7c,0xc0,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x0,0xff,0x4,0x8,0x1f,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0xa0,0x40, -+0x40,0x32,0x12,0x3,0x84,0x68,0x20,0xf,0x10,0x23,0xe2,0x22,0x22,0x22,0x23,0x22,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0xb,0x7c,0x48,0x48,0x4b,0x4a,0x4a,0x4a,0x4a,0x4b,0x7a,0x48,0x0,0x0,0x0,0x4,0xfe,0x8,0x8,0x48,0xe8,0x48,0x48,0x48,0x48,0xc8,0x48,0x8,0x8,0x28,0x10, -+0x0,0xb,0x7e,0x4b,0x4a,0x4b,0x48,0x49,0x4a,0x4c,0x4a,0x7a,0x4a,0x3,0x0,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x84,0xfe,0x4,0x44,0x44,0xa4,0x4,0xe4,0x14,0x8, -+0x8,0x8,0xff,0x8,0x10,0x1f,0x10,0x30,0x53,0x92,0x12,0x12,0x13,0x12,0x10,0x10,0x20,0x24,0xfe,0x20,0x4,0xfe,0x8,0x48,0xe8,0x48,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x8,0x8,0xff,0x8,0x40,0x3f,0x10,0x80,0x63,0x22,0xa,0x12,0xe3,0x22,0x20,0x20,0x20,0x24,0xfe,0x20,0x4,0xfe,0x8,0x48,0xe8,0x48,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x39,0x37,0x55,0x50,0x90,0x11,0x16,0x10,0x11,0x16,0x80,0x40,0x44,0xfe,0x40,0x80,0x8,0xf8,0x10,0x24,0x4c,0x90,0x20,0x50,0x8c,0x4, -+0x0,0x0,0x3f,0x1,0x1,0x1,0xff,0x1,0x3,0x5,0x9,0x11,0x21,0x41,0x1,0x1,0x10,0x38,0xc0,0x0,0x0,0x4,0xfe,0x0,0x80,0x40,0x20,0x18,0xe,0x4,0x0,0x0, -+0x2,0x7,0x78,0x8,0xa,0xff,0x8,0x18,0x1c,0x2a,0x2a,0x48,0x88,0x8,0x8,0x8,0x0,0x0,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x0,0x0, -+0x8,0x8,0xf,0x10,0x10,0x33,0x52,0x92,0x12,0x12,0x13,0x12,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x8,0x48,0xe8,0x48,0x48,0x48,0x48,0xc8,0x48,0x8,0x8,0x28,0x10, -+0x1,0x1,0x2,0x4,0x8,0x10,0x2f,0xc0,0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x80,0x40,0x20,0x10,0xee,0x4,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x1,0x2,0x4,0xf,0x10,0x2f,0xc8,0x8,0xf,0x0,0x1f,0x12,0x12,0x12,0xff,0x0,0x0,0x80,0x40,0xe0,0x10,0xee,0x24,0x20,0xe0,0x10,0xf8,0x90,0x90,0x94,0xfe,0x0, -+0x8,0x10,0x24,0x54,0x89,0x52,0x28,0x4c,0x94,0x27,0x4c,0x94,0x24,0x44,0x14,0x8,0x40,0x40,0x7c,0x84,0x88,0x50,0x20,0x50,0x88,0xe,0xfc,0x88,0x88,0x88,0xf8,0x88, -+0x20,0x1b,0x48,0x42,0x41,0x5f,0x41,0x42,0x44,0x4f,0x42,0x44,0x49,0x52,0x44,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x4,0x44,0x84,0x24,0x44,0x84,0x84,0x64,0x24,0xc, -+0x40,0x3f,0x10,0x0,0x80,0x67,0x24,0xc,0x14,0x24,0xe7,0x24,0x20,0x20,0x20,0x20,0x4,0xfe,0x8,0x8,0x48,0xe8,0x48,0x48,0x48,0x48,0xc8,0x48,0x8,0x8,0x28,0x10, -+0x40,0x37,0x14,0x4,0x87,0x64,0x24,0xd,0x15,0x25,0xe5,0x25,0x25,0x24,0x27,0x24,0x4,0xfe,0x44,0x54,0xfc,0x44,0x54,0xfc,0x14,0x14,0x14,0xf4,0x14,0x4,0xfc,0x4, -+0x8,0x8,0x7e,0x8,0x8,0xff,0x14,0x14,0x36,0x75,0x94,0x14,0x14,0x14,0x24,0x4d,0x20,0x28,0xfc,0x20,0x24,0xfe,0x50,0x50,0xd8,0x56,0x52,0x50,0x50,0x50,0x90,0x30, -+0x40,0x23,0x22,0x3,0xfa,0x13,0x21,0x6b,0xb4,0x28,0x22,0x22,0x22,0x23,0x20,0x20,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x4,0x44,0x44,0xa4,0x4,0xe4,0x14,0x8, -+0x8,0x8,0x7f,0x52,0x90,0x28,0x7e,0xa8,0x3e,0x28,0x3e,0x28,0x29,0x3e,0x20,0x20,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x10,0x7f,0x11,0x11,0x25,0x42,0x9f,0x10,0x11,0x11,0x11,0x11,0x2,0xc,0x30,0x0,0x4,0x7e,0x44,0x44,0x7c,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x0,0xb,0x7e,0x4b,0x4a,0x4a,0x4a,0x4b,0x48,0x4b,0x48,0x4f,0x78,0x4a,0x2,0x4,0x8,0xfc,0x48,0x58,0xe8,0x48,0x48,0xf8,0x40,0xf8,0x40,0xfe,0x0,0xa8,0xa4,0x4, -+0x0,0x3f,0x21,0x31,0x2d,0x25,0x21,0x3f,0x1,0x7f,0x1,0xff,0x0,0x28,0x24,0x44,0x8,0xfc,0x8,0x28,0x38,0x48,0x8,0xf8,0x0,0xfc,0x0,0xfe,0x0,0x90,0x4c,0x44, -+0x1,0x0,0x1f,0x10,0x97,0x54,0x57,0x14,0x37,0x54,0xd4,0x14,0x24,0x25,0x46,0x4,0x0,0x84,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x84,0x8c,0x50,0x20,0x10,0xe,0x4, -+0x8,0xb,0x12,0x12,0x23,0x4a,0x8a,0x13,0x32,0x52,0x92,0x12,0x12,0x12,0x13,0x12,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x8c,0x50,0x20,0x10,0x88,0xe,0x4, -+0x0,0x8b,0x5a,0x22,0x53,0x8a,0xa,0x1b,0x2a,0x4a,0x8a,0xa,0xa,0xa,0x53,0x22,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x8c,0x50,0x20,0x10,0x88,0xe,0x4, -+0x10,0x13,0x12,0x12,0x5b,0x56,0x52,0x93,0x12,0x12,0x12,0x12,0x12,0x12,0x13,0x12,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x8c,0x50,0x20,0x10,0x88,0xe,0x4, -+0x0,0x8,0x7f,0x48,0x49,0x49,0x49,0x49,0x48,0x4b,0x48,0x78,0x48,0x0,0x0,0x0,0x40,0x24,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x0,0xfc,0x8,0x30,0x20,0x20,0xa0,0x40, -+0x2,0x1,0xff,0x0,0x1f,0x10,0x10,0x1f,0x0,0x3f,0x0,0x1,0x1,0x1,0x5,0x3,0x0,0x4,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x0,0xf8,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x11,0x11,0x17,0x11,0xfd,0x17,0x30,0x3b,0x56,0x53,0x92,0x13,0x10,0x11,0x13,0x14,0x10,0x10,0xfc,0x10,0x14,0xfe,0x48,0xfc,0x48,0xf8,0x48,0xf8,0x0,0x10,0xc,0x4, -+0x12,0x13,0x24,0x49,0x9f,0x19,0x2f,0x69,0xaf,0x21,0x21,0x3f,0x22,0x24,0x28,0x20,0x0,0xc4,0x9e,0x0,0xe0,0x20,0xfe,0x24,0xe4,0x4,0x24,0xf4,0x84,0x44,0x54,0x8, -+0x10,0x17,0x10,0x10,0x5b,0x56,0x52,0x93,0x12,0x12,0x13,0x10,0x10,0x1f,0x10,0x10,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x0,0x0, -+0x2,0x7f,0x8,0x11,0x3f,0x1,0xff,0x1,0x1,0x7e,0x22,0x14,0x8,0x14,0x22,0xc1,0x8,0xfc,0x0,0x0,0xf8,0x0,0xfe,0x0,0x0,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x8,0x7c,0x48,0x4b,0x48,0x48,0x48,0x48,0x48,0x4f,0x78,0x48,0x0,0x1,0x2,0x90,0x90,0x90,0x90,0xfc,0x90,0x90,0x90,0x90,0x94,0xfe,0x0,0x90,0x88,0xc,0x4, -+0x10,0x10,0x10,0x10,0x57,0x58,0x50,0x90,0x10,0x10,0x17,0x28,0x24,0x44,0x81,0x2,0x90,0x90,0x90,0x90,0xfc,0x90,0x90,0x90,0x90,0x94,0xfe,0x0,0x90,0x88,0xc,0x4, -+0x10,0x10,0x15,0x7e,0x54,0x54,0x54,0x54,0x7c,0x50,0x10,0x14,0x1e,0xe2,0x47,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x40,0x30,0x10,0x2,0x9f,0x64,0x24,0x4,0x14,0x14,0xe7,0x3c,0x29,0x20,0x20,0x20,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x42,0x32,0x12,0x2,0x8f,0x62,0x22,0xa,0x12,0x3f,0xe0,0x22,0x22,0x24,0x24,0x28,0x10,0x10,0x10,0x10,0xfc,0x10,0x10,0x10,0x14,0xfe,0x0,0x20,0x10,0x8,0xc,0x4, -+0x2,0x1,0x7f,0x40,0x82,0x2,0xff,0x4,0x4,0x8,0x9,0x11,0x12,0x24,0x4f,0x0,0x0,0x0,0xfc,0x4,0x8,0x0,0xfe,0x0,0x80,0x80,0x0,0x0,0x20,0x10,0xf8,0x8, -+0x4,0xfe,0x4,0x4,0x4,0x7c,0x40,0x40,0x44,0x7e,0x4,0x4,0x5,0x45,0x2b,0x10,0x20,0x20,0x20,0x20,0x40,0x40,0x40,0x40,0x80,0x80,0x80,0x90,0x8,0x4,0xfc,0x4, -+0x10,0x10,0x23,0x20,0x44,0xf8,0x10,0x20,0x40,0xfc,0x40,0x0,0x1c,0xe0,0x47,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x1,0x9,0x7d,0x4a,0x4a,0x4e,0x4a,0x4a,0x4a,0x4a,0x4b,0x7a,0x4a,0x2,0x2,0x2,0x8,0x7c,0x8,0x8,0xfe,0x0,0x40,0x7e,0x90,0x14,0xfe,0x10,0x20,0x28,0x46,0x82, -+0x8,0xb,0x8,0x10,0x17,0x32,0x52,0x93,0x14,0x10,0x1f,0x10,0x10,0x10,0x11,0x16,0x10,0xf8,0x10,0x10,0xfc,0x0,0x8,0xfc,0x40,0x44,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x5,0x89,0x51,0x22,0x53,0x96,0x1a,0x12,0x33,0x52,0x93,0x12,0x12,0x12,0x52,0x23,0x8,0xfc,0x8,0x8,0xfe,0x0,0x88,0xfc,0x20,0x24,0xfe,0x20,0x20,0x50,0x8e,0x4, -+0x0,0x7,0x78,0x48,0x49,0x49,0x49,0x49,0x49,0x4f,0x49,0x79,0x49,0x1,0x5,0x2,0x10,0xd0,0x50,0x90,0x10,0x10,0x10,0x50,0x90,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x3f,0x20,0x2f,0x28,0x2f,0x28,0x2f,0x20,0x2f,0x20,0x20,0x5f,0x40,0x82,0x1,0x8,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xf8,0x40,0x84,0xfe,0x80,0x80,0x0, -+0x10,0x13,0x20,0x28,0x6f,0xa9,0x29,0x2b,0x2c,0x28,0x2f,0x28,0x28,0x21,0x22,0x24,0x10,0xf8,0x10,0x14,0xfe,0x0,0x8,0xfc,0x40,0x44,0xfe,0x40,0xa0,0x10,0xe,0x4, -+0x0,0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x27,0x24,0x24,0x24,0x44,0x44,0x87,0x4,0x10,0x78,0x80,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x8,0x7f,0x48,0x4a,0x49,0x49,0x48,0x4f,0x48,0x48,0x78,0x48,0x0,0x1,0x0,0x8,0x1c,0xe0,0x40,0x48,0x58,0x60,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x0,0x3f,0x1,0x1,0x11,0xd,0x5,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x78,0x80,0x0,0x0,0x10,0x30,0x40,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0xf,0x12,0x12,0x22,0x44,0x4,0x9,0x12,0x2,0x29,0x28,0x48,0x7,0x0,0x0,0x8,0xfc,0x48,0x48,0x48,0x88,0x88,0x28,0x10,0x0,0x88,0xa4,0x24,0xe0,0x0, -+0x1,0x11,0xf9,0x27,0x21,0x21,0xf9,0x27,0x24,0x24,0x24,0x3c,0xe7,0x44,0x0,0x1,0x4,0x3e,0x24,0xe4,0x24,0x3c,0x24,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0x44,0x94,0x8, -+0x1,0x1,0x7f,0x1,0x3f,0x1,0x7f,0x44,0x84,0x24,0x14,0xc,0x4,0x4,0x7f,0x0,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x44,0x40,0x48,0x58,0x60,0x40,0x48,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x8,0x9,0x7f,0x8,0xa,0x3f,0x22,0x22,0x22,0x3e,0x22,0x1,0x40,0x44,0xfe,0x40,0x7c,0x44,0xc4,0x7c,0x44,0x44,0x7c,0x44,0x44,0x44,0x94,0x8, -+0x8,0x8,0x8,0x9,0xff,0x8,0x8,0xa,0x3f,0x22,0x22,0x22,0x22,0x3e,0x22,0x1,0x4,0x7e,0x44,0x44,0xc4,0x7c,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x44,0x94,0x8, -+0x21,0x21,0x21,0x21,0xf9,0xaf,0xa9,0xa9,0xab,0xfa,0xa2,0x2a,0x3b,0xea,0x0,0x1,0x4,0x3e,0x24,0x24,0x24,0xfc,0x24,0x24,0xa4,0xbc,0xa4,0xa4,0xa4,0x44,0x94,0x8, -+0x0,0x88,0x53,0x22,0x52,0x92,0x12,0x12,0x32,0x52,0x92,0x12,0x14,0x15,0x58,0x20,0x8,0x1c,0xe0,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0xa8,0x94,0xf6,0x4,0x0, -+0x11,0x11,0x55,0x39,0x17,0x11,0xfd,0x33,0x3a,0x56,0x52,0x93,0x12,0x10,0x10,0x11,0x4,0x3e,0x24,0x24,0xe4,0x3c,0x24,0xa4,0xa4,0xbc,0xa4,0xa4,0x24,0x44,0x94,0x8, -+0x42,0x32,0x12,0x2,0x9f,0x62,0x22,0xf,0x18,0x28,0xc8,0x48,0x48,0x4f,0x48,0x40,0x4,0x3e,0x24,0x24,0xe4,0x3c,0xa4,0xe4,0xa4,0xbc,0xa4,0xa4,0xa4,0xa4,0x54,0x88, -+0x0,0xf8,0xb,0xa,0xa,0x7a,0x42,0x42,0x42,0x7a,0xa,0xa,0xa,0xa,0x54,0x28,0x8,0x1c,0xe8,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0xa8,0x94,0xf6,0x4, -+0x1,0x1,0x1,0x3f,0x22,0x22,0x3f,0x22,0x21,0x20,0x27,0x24,0x24,0x24,0x48,0x90,0x20,0xf0,0x0,0xfc,0x4,0x68,0x80,0x8,0xf8,0x40,0xe0,0x40,0x40,0x44,0x44,0x3c, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x4b,0x4a,0x4a,0x4a,0x4a,0x7a,0x4c,0x8,0x11,0x6,0x48,0x7c,0x40,0xfe,0x42,0x5c,0xe0,0x44,0x3c,0x10,0xf8,0x90,0x90,0x92,0x12,0xe, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x16,0x1b,0x32,0xd2,0x12,0x12,0x12,0x14,0x54,0x28,0x80,0x60,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0x10,0x1f,0x0,0x0,0x0,0xff,0x0,0x8,0xfc,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0xe0,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x40,0x30,0x13,0x82,0x62,0x22,0xb,0x12,0x12,0xe2,0x22,0x22,0x24,0x24,0x28,0x80,0x60,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x0,0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x0,0x80,0x84,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0xff,0x8,0x8,0x8,0x10,0x10,0x30,0x50,0x90,0x11,0x12,0x14,0x10,0x10,0x20,0x24,0xfe,0x20,0x20,0x80,0x88,0x98,0xa0,0xc0,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x8,0x7d,0x49,0x4b,0x4d,0x49,0x49,0x49,0x48,0x4f,0x78,0x48,0x0,0x0,0x0,0xa0,0xa4,0x2c,0x30,0x60,0x22,0x22,0x1e,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x4,0x4,0x8,0x8,0x18,0x29,0x4a,0x8,0x9,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x40,0x48,0x58,0x60,0xc0,0x40,0x44,0x44,0x3c,0x0,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x83,0x4a,0x2b,0x12,0x32,0x57,0x94,0x1b,0x32,0x53,0x92,0x13,0x12,0x12,0xa2,0x42,0xf8,0x8,0xc8,0x48,0x48,0xfe,0x2,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x43,0x32,0x13,0x2,0x82,0x4f,0x48,0x13,0x12,0x23,0xe2,0x23,0x22,0x22,0x22,0x22,0xf8,0x8,0xc8,0x48,0x48,0xfe,0x2,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x7f,0x0,0x1f,0x11,0x51,0x51,0x5f,0x51,0x51,0x51,0x5f,0x50,0x40,0x7f,0x40,0x8,0xfc,0x10,0xf8,0x10,0x14,0x14,0xf4,0x14,0x14,0x14,0xf4,0x14,0x4,0xfc,0x4, -+0x10,0x14,0x12,0x10,0x13,0xfc,0x10,0x10,0x11,0xb,0xc,0x8,0x14,0x24,0x42,0x1,0x4,0x4,0x4,0x24,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x84,0x94,0x88, -+0x8,0x8,0x8,0x10,0x10,0x30,0x50,0x90,0x11,0x12,0x14,0x10,0x10,0x10,0x10,0x10,0x80,0x80,0x80,0x88,0x98,0xa0,0xc0,0x80,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x40,0x33,0x10,0x0,0x0,0xf7,0x10,0x10,0x13,0x12,0x12,0x16,0x1a,0x13,0x2,0x10,0x38,0xc0,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x13,0x12,0xfe,0x13,0x3a,0x36,0x53,0x52,0x90,0x11,0x11,0x12,0x14,0x18,0x40,0x88,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x80,0xc8,0x54,0x5c,0x42,0x42,0x3e, -+0x8,0x8,0x13,0x12,0x22,0x4a,0x8a,0x12,0x32,0x52,0x92,0x12,0x12,0x13,0x12,0x10,0x0,0x4,0xfe,0x4,0x4,0xf4,0x94,0x94,0x94,0x94,0xf4,0x4,0x4,0xfc,0x4,0x0, -+0x10,0x10,0x17,0x10,0x58,0x54,0x50,0x90,0x11,0x12,0x14,0x18,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x20,0x20,0x40,0x40,0xd0,0x4c,0x46,0x42,0x40,0x40,0x40,0x40,0x40, -+0x41,0x31,0x11,0x3,0x86,0x6a,0x23,0xa,0x12,0x23,0xe2,0x22,0x22,0x23,0x22,0x22,0x40,0x20,0x4,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x20,0x20,0x2f,0x20,0xf8,0x20,0x20,0x20,0x21,0x2a,0x34,0xe8,0x40,0x0,0x0,0x0,0x0,0x4,0xfe,0x20,0x20,0x40,0x40,0xd0,0x4c,0x46,0x42,0x40,0x40,0x40,0x40,0x40, -+0x0,0x0,0xfc,0x4,0x45,0x46,0x28,0x28,0x10,0x28,0x24,0x44,0x81,0x1,0x2,0xc,0x80,0x80,0x80,0xfc,0x4,0x48,0x40,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x10,0xf8,0x27,0x20,0x20,0x20,0xf8,0x20,0x21,0x22,0x24,0x20,0x38,0xe0,0x40,0x0,0x0,0x4,0xfe,0x20,0x20,0x40,0x40,0xd0,0x4c,0x46,0x42,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x17,0x10,0xff,0x12,0x3a,0x36,0x53,0x52,0x92,0x12,0x13,0x10,0x1f,0x10,0x0,0x8,0xfc,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x4,0xfe,0x0, -+0x0,0x40,0x2f,0x20,0x0,0xe0,0x20,0x21,0x22,0x24,0x28,0x20,0x20,0x50,0x8f,0x0,0x0,0x4,0xfe,0x40,0x40,0x80,0x80,0xa0,0x98,0x8c,0x84,0x80,0x80,0x6,0xfc,0x0, -+0x10,0x13,0x22,0x21,0x44,0xfb,0x10,0x27,0x40,0xfc,0x1,0x1,0x1a,0xe4,0x49,0x2,0xc,0xf0,0x48,0x50,0x20,0xfc,0x40,0xfe,0x80,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x11,0x12,0xfc,0x13,0x12,0x1e,0x32,0xd2,0x1f,0x10,0x10,0x11,0x52,0x2c,0x80,0x80,0xf0,0x20,0x48,0xfc,0x48,0x48,0x48,0x48,0xfe,0x40,0xa0,0x10,0xe,0x4, -+0x1,0x3f,0x21,0x21,0x3f,0x1,0x7f,0x41,0x41,0x7f,0x41,0x2,0x29,0x28,0x48,0x7,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x0,0x90,0xac,0x24,0xe0, -+0x0,0x8,0x7c,0x49,0x4a,0x49,0x49,0x49,0x49,0x49,0x4f,0x78,0x48,0x0,0x1,0x6,0x40,0x40,0xf8,0x10,0x24,0xfe,0x24,0x24,0x24,0x24,0xfe,0x20,0x50,0x88,0x6,0x4, -+0x1,0x0,0x1f,0x11,0x51,0x32,0x14,0x33,0x52,0xd2,0x12,0x1f,0x20,0x21,0x42,0xc,0x0,0x84,0xfe,0x0,0xf0,0x20,0x48,0xfc,0x48,0x48,0x48,0xfe,0xa0,0x10,0xe,0x4, -+0x9,0x5,0x7f,0x2,0xff,0x4,0xf,0x12,0x25,0xda,0x4,0x19,0x62,0xc,0x72,0x1,0x20,0x48,0xfc,0x0,0xfe,0x40,0xe0,0x10,0x1e,0xa4,0xc0,0xa0,0x98,0x88,0x80,0x0, -+0x10,0x10,0x10,0x15,0x5a,0x51,0x51,0x91,0x11,0x11,0x17,0x28,0x24,0x40,0x81,0x6,0x40,0x40,0xf8,0x10,0x24,0xfe,0x24,0x24,0x24,0x24,0xfe,0x20,0x50,0x88,0x6,0x4, -+0x40,0x30,0x11,0x2,0x84,0x63,0x22,0xa,0x12,0x12,0xef,0x20,0x20,0x21,0x22,0x2c,0x80,0x80,0xf0,0x20,0x48,0xfc,0x48,0x48,0x48,0x48,0xfe,0x40,0xa0,0x10,0xe,0x4, -+0x2,0x1,0x7f,0x40,0x9f,0x11,0x11,0x1f,0x10,0x10,0x1f,0x11,0x11,0x11,0x1f,0x10,0x0,0x0,0xfe,0x2,0xf4,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x0,0x10,0xf8,0x0, -+0x8,0x8,0xb,0x10,0x10,0x20,0x42,0xfe,0x4,0x8,0x10,0x20,0x42,0xff,0x1,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x4,0x4,0x7f,0x4,0x1,0xff,0x10,0x10,0x1f,0x0,0x11,0x11,0x11,0x11,0x21,0x41,0x40,0x48,0xfc,0x40,0x4,0xfe,0x0,0x20,0xf0,0x0,0x10,0x10,0x10,0x12,0x12,0xe, -+0x11,0x11,0x1f,0x11,0x58,0x57,0x52,0x92,0x13,0x10,0x12,0x12,0x12,0x12,0x14,0x18,0x10,0x14,0xfe,0x10,0x44,0xfe,0x0,0x8,0xfc,0x0,0x48,0x48,0x48,0x4a,0x4a,0x46, -+0x4,0x4,0x3f,0x4,0x4,0xff,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x10,0x4,0x18,0x60,0x40,0x50,0xf8,0x40,0x44,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0x60,0x18,0x4, -+0x0,0x8,0xfd,0x10,0x10,0x23,0x3c,0x65,0xa5,0x25,0x25,0x25,0x3c,0x24,0x1,0x6,0x88,0x88,0xfc,0x88,0x88,0xfe,0x24,0xfe,0x24,0xfc,0x24,0xfc,0x0,0x88,0x6,0x2, -+0x10,0x10,0x11,0x15,0x7f,0x55,0x55,0x54,0x57,0x7c,0x50,0x15,0x1c,0xf4,0x43,0x0,0x20,0x44,0xfe,0x4,0xfc,0x4,0xfc,0x4,0xfe,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x10,0x1f,0x28,0x45,0x4,0x7f,0x4,0xff,0x1,0x1f,0x11,0x1f,0x11,0x1f,0xc,0x30,0x40,0x7c,0xa0,0x50,0x40,0xfc,0x40,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x60,0x18, -+0x2,0x4,0x3f,0x20,0x3f,0x20,0x3f,0x0,0x7f,0x1,0x1,0x3f,0x1,0x1,0xff,0x0,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0, -+0x0,0x3f,0x22,0x2f,0x28,0x2f,0x28,0x2f,0x20,0x2f,0x21,0x27,0x21,0x5f,0x40,0x80,0x8,0xfc,0x8,0xe8,0x28,0xe8,0x28,0xe8,0x8,0xe8,0x8,0xc8,0xa,0xfa,0xa,0x4, -+0x10,0x10,0x13,0x12,0x5b,0x56,0x53,0x90,0x17,0x10,0x10,0x13,0x10,0x10,0x1f,0x10,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x40,0x50,0xf8,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x13,0x16,0x5b,0x52,0x53,0x90,0x17,0x10,0x10,0x13,0x28,0x44,0x8f,0x0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x40,0x50,0xf8,0x40,0x44,0xfe,0x0, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x1,0x11,0x9,0xff,0x4,0x4,0x4,0x8,0x10,0x60,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0x10,0x24,0xfe,0x40,0x40,0x40,0x42,0x42,0x3e, -+0x10,0x11,0x15,0x7f,0x55,0x55,0x54,0x55,0x54,0x54,0x57,0x5c,0x10,0x11,0x11,0x16,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x20,0x24,0xac,0x30,0xfe,0x90,0x90,0x12,0x12,0xe, -+0x10,0x10,0x12,0x11,0x59,0x54,0x57,0x90,0x10,0x10,0x11,0x11,0x11,0x12,0x12,0x1c,0x40,0x40,0x44,0x4c,0x50,0x44,0xfe,0xa0,0xa0,0xa0,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x1,0x41,0x2f,0x21,0x0,0xf,0xe2,0x22,0x23,0x20,0x22,0x22,0x2a,0x32,0x24,0x8,0x10,0x14,0xfe,0x10,0x44,0xfe,0x0,0x8,0xfc,0x0,0x48,0x48,0x48,0x4a,0x4a,0x46, -+0x4,0x4,0x4,0xff,0x4,0x8,0x8,0xc,0x12,0x10,0x21,0x41,0x82,0x2,0x4,0x18,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0x98,0xa0,0x80,0x40,0x40,0x20,0x10,0xe,0x4, -+0x10,0x13,0x12,0x14,0xfb,0x10,0x11,0x1a,0x33,0xd0,0x10,0x17,0x10,0x10,0x50,0x20,0x0,0xfe,0x44,0x48,0xfc,0x80,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x10,0x11,0x95,0x56,0x38,0x11,0xfe,0x29,0x29,0x28,0x28,0x2b,0x4c,0x48,0x80,0x0,0x0,0xfe,0x4,0x40,0x48,0xfc,0x80,0x20,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x12,0x12,0x2a,0x2a,0x4f,0x90,0x1f,0x24,0x6f,0xa2,0x25,0x2f,0x22,0x2a,0x32,0x26,0x10,0x10,0x90,0x90,0xbe,0x44,0x84,0xa4,0x24,0x24,0x28,0x98,0x10,0xa8,0x46,0x84, -+0x10,0x10,0x10,0x17,0x58,0x55,0x51,0x91,0x12,0x12,0x12,0x14,0x14,0x18,0x10,0x13,0x80,0x80,0x84,0xfe,0x80,0x20,0x20,0x24,0xac,0x70,0x20,0x20,0x50,0x50,0x8e,0x4, -+0x10,0x10,0x11,0x11,0x7d,0x55,0x55,0x55,0x55,0x7d,0x11,0x11,0x15,0xfd,0x5,0x1,0x0,0x4,0xfe,0x4,0x4,0x74,0x54,0x54,0x54,0x54,0x54,0x74,0x4,0x4,0xfc,0x4, -+0x0,0x0,0x7f,0x40,0x40,0x47,0x44,0x44,0x44,0x44,0x47,0x44,0x40,0x7f,0x40,0x0,0x0,0x4,0xfe,0x4,0x44,0xe4,0x44,0x44,0x44,0x44,0xc4,0x44,0x4,0xfc,0x4,0x0, -+0x10,0x66,0x42,0x42,0x66,0x42,0x43,0x7e,0x1,0x7e,0x8,0x8,0xe,0xf8,0x40,0x3,0x8,0xfc,0x88,0x88,0x88,0x88,0x6,0x0,0xfc,0x88,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x11,0x11,0x11,0x1a,0x55,0x51,0x51,0x91,0x1f,0x12,0x12,0x12,0x13,0x10,0x10,0x10,0x0,0x8,0xfc,0x0,0xf8,0x8,0x48,0x28,0xfe,0x8,0x88,0x48,0xfc,0x8,0x28,0x10, -+0x8,0x7e,0x8,0x3e,0x8,0x7e,0x8,0x3f,0x0,0xff,0x0,0x3f,0x9,0x28,0x48,0x7,0x20,0xfc,0x20,0xf8,0x20,0xfc,0x20,0xf8,0x8,0xfe,0x8,0xf8,0x0,0xa8,0x24,0xe0, -+0x1,0x1,0x1,0x7f,0x1,0x9,0x9,0x8,0xff,0x8,0x8,0x8,0x8,0x10,0x20,0x0,0x0,0x0,0x8,0xfc,0x0,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x1,0x1,0xff,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x1,0x7f,0x2,0x29,0x28,0x48,0x7,0x0,0x4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x10,0xf8,0x4,0x90,0x8c,0x24,0xe0, -+0x1,0x1,0x79,0x4a,0x4d,0x49,0x49,0x79,0x4f,0x4a,0x4a,0x4a,0x7b,0x48,0x0,0x0,0x0,0x8,0xfc,0x0,0xf8,0x8,0x48,0x28,0xfe,0x8,0x88,0x48,0xfc,0x8,0x50,0x20, -+0x4,0x7e,0x44,0x57,0x54,0x54,0x55,0x56,0x54,0x54,0x54,0x54,0x28,0x24,0x44,0x80,0x20,0x20,0x24,0xfe,0x40,0x84,0xfe,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84,0x94,0x88, -+0x8,0x1c,0xf1,0x11,0x11,0xfd,0x11,0x38,0x34,0x51,0x52,0x90,0x10,0x10,0x10,0x17,0x20,0x20,0x24,0x24,0x24,0xfc,0x44,0x40,0xfe,0x4,0x84,0x48,0x30,0x20,0xc0,0x0, -+0x1,0x1,0x2,0x4,0x8,0x10,0x2f,0xc0,0x0,0x3f,0x2,0x2,0x4,0x8,0x1f,0x0,0x0,0x0,0x80,0x40,0x20,0x10,0xee,0x4,0x10,0xf8,0x0,0x0,0x40,0x20,0xf0,0x10, -+0x10,0x10,0x10,0x14,0x59,0x52,0x55,0x90,0x10,0x17,0x10,0x28,0x24,0x41,0x83,0x0,0x40,0x40,0xa0,0x90,0x8,0x26,0xf4,0x0,0x4,0xfe,0x40,0x40,0x90,0x8,0xfc,0x4, -+0x0,0x40,0x37,0x14,0x4,0x84,0x64,0x24,0xc,0x14,0xe4,0x24,0x24,0x24,0x27,0x20,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x40,0x2f,0x20,0x0,0x7,0xe0,0x20,0x2f,0x20,0x20,0x24,0x28,0x30,0x20,0x0,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0x44,0xfe,0x44,0x44,0x44,0x54,0x48,0x40,0x40, -+0x1,0x41,0x31,0x12,0x5,0x1,0xf1,0x11,0x17,0x12,0x12,0x12,0x17,0x18,0x10,0x0,0x0,0x8,0xfc,0x0,0xf8,0x8,0x48,0x28,0xfe,0x8,0x88,0x48,0xfc,0x8,0x28,0x10, -+0x10,0x10,0x20,0x20,0x49,0xfa,0x15,0x20,0x40,0xfb,0x0,0x0,0x18,0xe1,0x43,0x0,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x0,0x8,0xfc,0x40,0x40,0x90,0x8,0xfc,0x4, -+0x4,0x4,0x7f,0x4,0x7f,0x42,0x82,0x3f,0x5,0x9,0x1f,0x1,0xff,0x1,0x1,0x1,0x40,0x48,0xfc,0x40,0xfe,0x4,0x8,0xf8,0x0,0x20,0xf0,0x4,0xfe,0x0,0x0,0x0, -+0x0,0x3f,0x21,0x21,0x3f,0x20,0x28,0x30,0x20,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x78,0x80,0x0,0x10,0xf8,0x80,0x42,0x32,0xe,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x24,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0xc,0xf0,0x20,0x24,0xfe,0x10,0x50,0x8a,0x6,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc, -+0x0,0x11,0x7b,0x2,0xa,0xff,0x22,0x22,0x23,0x42,0x48,0xfd,0x5,0x2,0x4,0x8,0x80,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x80,0xc8,0x48,0x54,0x5c,0x42,0x3e, -+0x40,0x27,0x24,0x8,0x81,0x67,0x21,0xa,0x14,0x27,0xe0,0x20,0x2f,0x20,0x20,0x20,0x0,0xfe,0x84,0x88,0x0,0xfc,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40, -+0x40,0x37,0x14,0x4,0x87,0x64,0x24,0xf,0x10,0x24,0xe7,0x24,0x24,0x24,0x25,0x26,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x40,0x48,0x58,0x60,0x40,0xc2,0x42,0x3e, -+0x20,0x10,0xfe,0x92,0x7d,0x10,0x7c,0x10,0xfe,0x11,0x7c,0x44,0x44,0x44,0x7c,0x44,0x0,0x50,0x48,0x84,0x20,0x20,0x50,0x48,0x86,0xfc,0x88,0x88,0x88,0x88,0xf8,0x88, -+0x40,0x30,0x17,0x0,0x80,0x60,0x2f,0x8,0x10,0x23,0xe2,0x22,0x22,0x22,0x23,0x22,0x10,0x38,0xc0,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x8,0x10,0x12,0x32,0x52,0x94,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x18,0x40,0x40,0x40,0x40,0x44,0x4c,0x50,0x60,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4, -+0x1,0x1,0x1,0x1,0x11,0x11,0x11,0x21,0x42,0x2,0x4,0x4,0x8,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0x8,0x18,0x20,0x40,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0x4, -+0x4,0x4,0xff,0x4,0x24,0x18,0x10,0x2b,0x48,0x8,0x18,0x28,0xc8,0x8,0x29,0x12,0x40,0x44,0xfe,0x40,0x28,0x24,0x20,0xfe,0x20,0x20,0x20,0x50,0x50,0x88,0x6,0x4, -+0x0,0x0,0x0,0xff,0x0,0x2,0x3f,0x22,0x22,0x22,0x3e,0x20,0x7,0x78,0x0,0x3,0x50,0x48,0x40,0xfe,0x40,0x40,0x48,0x48,0x48,0x50,0x50,0x20,0x22,0x52,0x8a,0x4, -+0x0,0x0,0xff,0x0,0x3e,0x22,0x3e,0x20,0xe,0x70,0x0,0x2,0x29,0x28,0x48,0x7,0xa0,0x94,0xfe,0x80,0x88,0x88,0x50,0x50,0x22,0x52,0x8e,0x0,0x90,0xac,0x24,0xe0, -+0x3f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x8,0x1f,0x30,0x57,0x90,0x17,0x10,0x1f,0x10,0xf8,0x0,0xfe,0x2,0x74,0x0,0x70,0x80,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfe,0x0, -+0x8,0x8,0x10,0x30,0x57,0x90,0x10,0x10,0x1f,0x10,0x11,0x11,0x11,0x2,0xc,0x30,0x80,0x88,0x98,0xe0,0x82,0x82,0x7e,0x10,0xf8,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x40,0x23,0x22,0x2,0xfa,0x13,0x20,0x70,0xaf,0x24,0x24,0x24,0x25,0x24,0x24,0x24,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x44,0xfe,0x44,0x44,0xb4,0x14,0x4,0x14,0x8, -+0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x21,0x21,0x21,0x3f,0x20,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x17,0x11,0x11,0x11,0xfd,0x11,0x11,0x11,0x11,0x1e,0xf2,0x44,0x4,0x9,0x12,0x8,0xfc,0x8,0x8,0x10,0x10,0x3c,0x84,0x88,0x48,0x50,0x20,0x50,0x90,0xe,0x4, -+0x8,0x8,0x7f,0x8,0xf,0x8,0xf,0x8,0xff,0x4,0x9,0x31,0xcf,0x1,0x1,0x3f,0x20,0x28,0xfc,0x20,0xe0,0x20,0xe0,0x24,0xfe,0x40,0x30,0x4e,0xe4,0x0,0x10,0xf8, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x12,0x14,0x18,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x4,0x7f,0x54,0x54,0x54,0x7f,0x54,0x55,0x55,0x7d,0x45,0x1,0x1,0x0,0x0,0x20,0x28,0xfc,0x20,0x50,0x88,0xfe,0x8,0xe8,0x28,0x28,0x28,0xe8,0x8,0x28,0x10, -+0x8,0x1c,0xf3,0x10,0x10,0xfd,0x13,0x31,0x39,0x55,0x50,0x91,0x11,0x11,0x11,0x11,0x50,0x48,0xfc,0xa0,0xa2,0x3e,0x0,0xf0,0x4,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8, -+0x4,0xe,0x78,0x8,0x8,0xfe,0x8,0x18,0x1c,0x2a,0x28,0x48,0x88,0x9,0xa,0x8,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x0,0x88,0xc4,0x6,0x2,0x0, -+0x12,0x1f,0x28,0x45,0x88,0x3f,0x8,0xf,0x8,0xf,0x8,0xff,0x0,0x8,0x18,0x20,0x44,0x7e,0xa0,0x10,0x20,0xf8,0x20,0xe0,0x20,0xe0,0x24,0xfe,0x0,0x20,0x18,0x8, -+0x4,0x3e,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x24,0x4d,0x86,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x8a,0x8a,0x6,0x0, -+0x20,0x20,0x21,0x3d,0x25,0x49,0x41,0xa1,0x21,0x21,0x21,0x25,0x29,0x32,0x24,0x8,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x1,0x40,0x20,0x2f,0x1,0x1,0xe5,0x25,0x25,0x29,0x21,0x21,0x22,0x50,0x8f,0x0,0x0,0xc0,0x48,0xfc,0x20,0x20,0x28,0x24,0x24,0x24,0x20,0x20,0x60,0x6,0xfc,0x0, -+0x2,0x44,0x2f,0x28,0xf,0x88,0x4f,0x42,0x1f,0x24,0xc7,0x44,0x44,0x48,0x4a,0x51,0x10,0x90,0xd0,0x94,0xbe,0xc4,0xa4,0x28,0xa8,0x28,0x90,0x90,0xa8,0xa8,0xc6,0x84, -+0x0,0x20,0x11,0x11,0x1,0xf1,0x11,0x11,0x11,0x11,0x11,0x15,0x19,0x12,0x4,0x8,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x0,0x1,0xfd,0x5,0x49,0x29,0x11,0x11,0x29,0x24,0x40,0x87,0x0,0x0,0x0,0x40,0x88,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x0,0x4,0xfe,0x10,0x10,0x14,0x7e,0x44,0x44,0x44,0x44,0x7c,0x10,0x10,0x14,0xfe,0x0, -+0x10,0x10,0x27,0x20,0x49,0xf8,0x17,0x20,0x43,0xfa,0x2,0x2,0x1a,0xe0,0x41,0x6,0x40,0x48,0xfc,0x40,0xf0,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0x48,0x90,0xc,0x4, -+0x10,0x11,0x21,0x21,0x49,0xf8,0x17,0x21,0x41,0xf9,0x1,0x1,0x19,0xe7,0x40,0x0,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x8,0xf8,0x8,0xf8,0x8,0x8,0xfe,0x8,0x8, -+0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x3f,0x0,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x17,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x92,0x12,0x12,0x14,0x19,0x12,0x8,0xfc,0x8,0x8,0x10,0x10,0x3c,0x84,0x88,0x48,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x14,0xfe,0x10,0x14,0x7e,0x54,0x54,0x54,0x54,0x38,0x54,0x93,0x12,0x10,0x10,0x20,0x24,0xfe,0x20,0x28,0xfc,0xa8,0xa8,0xa8,0xa8,0x70,0xa8,0x26,0x24,0x20,0x20, -+0x10,0x11,0x11,0xfd,0x21,0x28,0x4b,0x7d,0x9,0x9,0xf,0xf9,0x49,0xf,0x8,0x8,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x8,0xf8,0x8,0xf8,0x8,0x8,0xfe,0x8,0x8, -+0x10,0x14,0x3e,0x49,0x90,0x7d,0x10,0x7c,0x13,0xfe,0x11,0x39,0x55,0x91,0x11,0x11,0x40,0x48,0xfc,0x20,0x90,0xfc,0x90,0x94,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x9,0x8,0x1f,0x31,0x5f,0x91,0x1f,0x11,0x1f,0x11,0xff,0x5,0x9,0x11,0x61,0x1,0x0,0x90,0xf8,0x0,0xf0,0x0,0xf0,0x0,0xf8,0x0,0xfe,0x40,0x20,0x1c,0x8,0x0, -+0x0,0x7f,0x8,0x8,0x8,0x8,0x8,0x8,0x14,0x12,0x11,0x20,0x21,0x42,0x84,0x8,0x0,0xf0,0x20,0x20,0x40,0x40,0xf8,0x8,0x10,0x20,0x40,0x80,0x40,0x30,0xe,0x4, -+0x4,0x4,0xf,0x8,0x10,0x3f,0x40,0x1f,0x0,0x3f,0x2,0x51,0x50,0x90,0xf,0x0,0x0,0x0,0xe0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x0,0x84,0x92,0x12,0xf0,0x0, -+0x1,0x0,0x1f,0x12,0x92,0x53,0x54,0x18,0x30,0x5f,0xd0,0x10,0x20,0x21,0x42,0xc,0x0,0x84,0xfe,0x0,0x8,0xfc,0x40,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x40,0x37,0x11,0x1,0x81,0x61,0x25,0x9,0x11,0x21,0xe2,0x22,0x22,0x24,0x29,0x22,0x8,0xfc,0x8,0x8,0x10,0x10,0x3c,0x84,0x88,0x48,0x50,0x20,0x50,0x88,0xe,0x4, -+0x0,0x7e,0x42,0x42,0x7e,0x42,0x42,0x7e,0x40,0x44,0x44,0x4a,0x72,0x40,0x0,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0xa4,0x94,0x88,0x80,0x80,0x80,0x80, -+0x20,0x20,0x21,0x21,0xf9,0x4d,0x4b,0x49,0x49,0x8b,0x55,0x51,0x22,0x52,0x8c,0x8,0x20,0x14,0xfe,0x40,0x48,0x7c,0x50,0x90,0x14,0xfe,0x10,0x10,0x20,0x28,0x46,0x82, -+0x10,0x17,0x21,0x21,0x49,0xf9,0x11,0x21,0x41,0xf9,0x2,0x2,0x1a,0xe4,0x49,0x2,0x8,0xfc,0x8,0x8,0x10,0x10,0x3c,0x84,0x88,0x48,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x10,0x17,0x10,0xfd,0x10,0x14,0x19,0x36,0xd1,0x11,0x11,0x11,0x11,0x52,0x24,0x80,0x48,0xfc,0x8,0x10,0xa0,0x40,0xb0,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0xf,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0x40,0x40,0xe0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x1,0x21,0x11,0xa,0x12,0x24,0x8,0x1f,0x28,0xcf,0x8,0xf,0x8,0x8,0x8,0x8,0x0,0x8,0x10,0xa0,0x98,0x48,0x20,0xf0,0x2e,0xe4,0x20,0xe0,0x20,0x20,0xa0,0x40, -+0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x1f,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10,0x0,0x0,0x0,0x4,0x4,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x8,0x1f,0x22,0x7f,0x24,0x3f,0x24,0x3f,0x20,0x3,0x7c,0x0,0x40,0x44,0xfe,0x40,0x4,0x24,0x24,0xa4,0xa4,0xa4,0xa4,0xa4,0x4,0x84,0x14,0x8, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x10,0x13,0x1a,0x31,0xd1,0x10,0x10,0x10,0x51,0x26,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0xf8,0x8,0x10,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x2,0x7e,0x2,0xfe,0x0,0x3f,0x21,0x3f,0x21,0x3f,0x4,0x3f,0x4,0xff,0x10,0x60,0x80,0xf8,0x82,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xf8,0x40,0xfe,0x10,0xc, -+0x0,0x1f,0x1,0x1,0x7f,0x5,0x9,0x11,0x6f,0x0,0x0,0xff,0x1,0x1,0x5,0x2,0xe0,0x0,0x0,0x8,0xfc,0x40,0x20,0x1c,0xe8,0x40,0x84,0xfe,0x0,0x0,0x0,0x0, -+0x8,0x8,0x8,0x17,0x10,0x30,0x50,0x93,0x12,0x11,0x11,0x10,0x10,0x10,0x11,0x16,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0xf8,0x8,0x10,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x10,0x10,0x1e,0x22,0x52,0xcc,0x28,0x17,0x20,0xc0,0x1f,0x1,0x9,0x11,0x25,0x2,0x0,0x0,0xfc,0x88,0x50,0x20,0x20,0xd0,0xe,0x24,0xf0,0x0,0x40,0x30,0x10,0x0, -+0x8,0x4,0x7f,0x11,0xa,0x4,0xa,0x31,0xd1,0x11,0x11,0x11,0x11,0x21,0x41,0x0,0x4,0x84,0xc4,0x24,0x24,0x24,0x24,0xa4,0x64,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x10,0x13,0x10,0x18,0x57,0x50,0x51,0x92,0x15,0x10,0x10,0x1f,0x10,0x10,0x11,0x10,0x38,0xc0,0x40,0x48,0xfc,0xe0,0x50,0x4e,0xf4,0x20,0x44,0xfe,0x40,0x40,0x40,0x80, -+0x0,0x40,0x37,0x11,0x80,0x60,0x21,0xe,0x11,0x21,0xe1,0x21,0x21,0x22,0x24,0x20,0x80,0x44,0xfe,0x10,0xa0,0x40,0xb0,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x2,0x1,0x7f,0x41,0x81,0x1f,0x2,0x4,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0x0,0xfe,0x2,0x24,0xf0,0x80,0x44,0xfe,0x10,0x90,0x90,0x90,0x90,0x50,0x20, -+0x2,0x1,0x7f,0x40,0x88,0xe,0x8,0x8,0xff,0x8,0x2c,0x2b,0x49,0x88,0x28,0x13,0x0,0x0,0xfe,0x2,0x4,0xf8,0x8,0x88,0x88,0x50,0x50,0x20,0x20,0x50,0x8e,0x4, -+0x0,0x20,0x10,0x10,0x0,0x0,0xf7,0x10,0x10,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x20,0x17,0x10,0x0,0x0,0xf0,0x13,0x12,0x12,0x12,0x12,0x16,0x1a,0x11,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x2,0x2,0x2,0xfe,0x0, -+0x0,0x7d,0x44,0x44,0x7d,0x45,0x45,0x45,0x7c,0x40,0x48,0x44,0x5c,0x60,0x41,0x6,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0x92,0x92,0xe,0x0, -+0x0,0x7f,0x0,0x0,0x3f,0x20,0x20,0x20,0x1f,0x0,0x52,0x51,0x50,0x90,0xf,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x4,0x4,0xfc,0x0,0x4,0x82,0x92,0x12,0xf0,0x0, -+0x0,0x7d,0x44,0x48,0x48,0x50,0x4b,0x48,0x44,0x44,0x44,0x69,0x52,0x40,0x40,0x40,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x20,0x20,0xa8,0xa4,0x22,0x22,0x20,0xa0,0x40, -+0x10,0x10,0x10,0x13,0xfc,0x24,0x24,0x25,0x25,0x44,0x28,0x10,0x28,0x44,0x84,0x3,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0xfc,0x4,0x88,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x12,0x22,0x23,0x4a,0xfa,0x12,0x23,0x42,0xfa,0x42,0x3,0x1a,0xe2,0x43,0x0,0x20,0x20,0x20,0x24,0xac,0x70,0x20,0xfc,0x20,0x70,0xac,0x24,0x20,0x24,0xfe,0x0, -+0x8,0x8,0x13,0x10,0x24,0xfc,0x8,0x11,0x21,0xfd,0x41,0x1,0x1d,0xe1,0x40,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x1,0x7f,0x1,0x3f,0x0,0x1f,0x10,0x1f,0x4,0xff,0x10,0x7e,0x12,0x12,0x2a,0x44,0x8,0xfc,0x0,0xf8,0x0,0xf0,0x10,0xf0,0x44,0xfe,0x8,0xfc,0x88,0x88,0xf8,0x88, -+0x12,0x12,0x12,0x12,0xfe,0x17,0x32,0x3a,0x56,0x52,0x92,0x12,0x14,0x15,0x18,0x10,0x0,0x0,0x0,0x4,0x1e,0xd4,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x5c,0x94,0x0, -+0x1,0x1,0x1,0x7f,0x1,0x11,0x9,0x1,0xff,0x1,0x2,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0x8,0xfc,0x0,0x10,0x20,0x4,0xfe,0x0,0x80,0x80,0x40,0x30,0xe,0x4, -+0x8,0x8,0x8,0x17,0x10,0x30,0x5f,0x90,0x10,0x10,0x17,0x10,0x10,0x10,0x1f,0x10,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x2,0x1,0x7f,0x40,0x80,0x3f,0x4,0x1a,0x63,0x5,0x19,0x63,0x5,0x19,0x65,0x2,0x0,0x0,0xfe,0x2,0x4,0xf8,0x0,0x10,0x30,0x40,0x80,0x40,0x30,0xe,0x4,0x0, -+0x10,0x10,0x10,0x12,0xff,0x12,0x12,0x12,0x12,0x22,0x22,0x22,0x22,0x4a,0x84,0x0,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x7c,0x44,0x0, -+0x4,0x4,0xff,0x4,0x1,0x7f,0x1,0x9,0x5,0xff,0x1,0x2,0x4,0x8,0x30,0xc0,0x40,0x44,0xfe,0x40,0x8,0xfc,0x0,0x20,0x44,0xfe,0x0,0x80,0x40,0x30,0xe,0x4, -+0x10,0x13,0x10,0xfe,0x11,0x55,0x39,0x11,0xff,0x11,0x11,0x29,0x25,0x44,0x81,0x2,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x44,0x54,0x8c,0x4,0x2, -+0x0,0xff,0x4,0x7f,0x44,0x44,0x7f,0x0,0x1f,0x10,0x11,0x11,0x11,0x2,0xc,0x30,0x4,0xfe,0x40,0xfc,0x44,0x44,0xfc,0x10,0xf8,0x10,0x10,0x10,0x10,0x60,0x18,0x8, -+0x0,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x21,0x1,0x1,0x1,0x1,0x1,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x11,0x1d,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x11,0x14,0x18,0x10,0x0,0x0,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20, -+0x10,0x17,0x14,0x24,0x24,0x67,0xa4,0x24,0x27,0x24,0x24,0x27,0x24,0x24,0x25,0x26,0x4,0xbe,0x84,0x84,0x84,0xbc,0x0,0x7c,0x84,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0x1c,0xf3,0x12,0x10,0xfd,0x10,0x39,0x36,0x54,0x51,0x92,0x14,0x11,0x12,0x10,0x40,0x20,0xfe,0x2,0x4,0xfc,0x80,0x44,0x6c,0xb0,0x30,0x68,0xa8,0x26,0xa4,0x40, -+0x8,0x8,0x8,0x10,0x11,0x32,0x54,0x99,0x11,0x11,0x11,0x11,0x11,0x11,0x12,0x14,0x40,0x40,0x40,0xa0,0x10,0x8,0x6,0x14,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x10,0x7e,0x12,0x12,0x12,0x2a,0x44,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x0,0x8,0xfc,0x88,0x88,0x88,0xf8,0x80,0x4,0xfe,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x10,0x10,0x7f,0x11,0x11,0x25,0x42,0x9f,0x0,0x8,0x8,0xf,0x0,0x7f,0x0,0x0,0x0,0x4,0x7e,0x44,0x44,0x7c,0x44,0xe0,0x20,0x20,0x24,0xfe,0x4,0xc4,0x14,0x8, -+0x10,0x10,0x13,0x12,0xfc,0x25,0x24,0x25,0x26,0x44,0x29,0x12,0x28,0x45,0x84,0x0,0x40,0x20,0xfe,0x2,0x4,0xfc,0x80,0x44,0x6c,0xb0,0x30,0x68,0xa8,0x26,0xa4,0x40, -+0x4,0x7e,0x11,0x10,0x10,0x3e,0x22,0x63,0x92,0xc,0x4,0x8,0x10,0x20,0x40,0x0,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x4,0x4,0x24,0x24,0x24,0x25,0x24,0x24,0x4,0x3f,0x24,0x24,0x24,0x24,0xff,0x0,0x40,0x40,0x48,0x7c,0xa0,0x18,0x8,0x0,0x8,0xfc,0x48,0x48,0x48,0x48,0xfe,0x0, -+0x4,0x25,0x25,0x24,0x24,0x24,0x24,0x24,0x27,0x5,0x1,0x3f,0x1,0x1,0xff,0x0,0x0,0xf8,0x8,0x90,0x90,0x60,0x20,0xd0,0xe,0x4,0x10,0xf8,0x0,0x4,0xfe,0x0, -+0x1,0x1,0x9,0xd,0x11,0x21,0x0,0x1,0xff,0x1,0x2,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0x20,0x10,0x18,0x8,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x30,0xe,0x4, -+0x10,0x14,0x3e,0x48,0x2,0x2,0x7f,0x2,0x1,0x7f,0x1,0x1,0x0,0x7,0x38,0x0,0x40,0x48,0xfc,0x20,0x80,0x50,0xf8,0x0,0x4,0xfe,0x10,0x20,0xc0,0x44,0x24,0x1c, -+0x20,0x1b,0x8,0x40,0x4f,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x4f,0x48,0x40,0x40,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x24,0x24,0x24,0xe4,0x24,0x14,0x8, -+0x8,0x4,0xff,0x2,0x3f,0x22,0x3e,0x22,0x3e,0x22,0x22,0x26,0x0,0x24,0x22,0x40,0x20,0x44,0xfe,0x0,0x8,0x48,0x48,0x48,0x48,0x48,0x8,0x18,0x0,0x90,0x4c,0x4, -+0x10,0x8,0x7f,0x4,0x3f,0x4,0x4,0xff,0x4,0x4,0x3f,0xc,0x14,0x24,0xc4,0x4,0x20,0x48,0xfc,0x90,0xf8,0x90,0x94,0xfe,0x90,0x90,0xf0,0xc0,0xb0,0x8e,0x84,0x80, -+0x2,0x1,0x1f,0x10,0x10,0x1f,0x10,0x17,0x14,0x17,0x14,0x27,0x24,0x44,0x84,0x4,0x0,0x8,0xfc,0x8,0x8,0xf8,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x1,0x7d,0x5,0x45,0x29,0x29,0x11,0x11,0x29,0x29,0x45,0x85,0x1,0x1,0x1,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x44,0x4c,0x30,0x20,0x10,0x4e,0x84,0x0, -+0x10,0x11,0x10,0x14,0xfe,0x24,0x24,0x27,0x24,0x44,0x28,0x10,0x28,0x44,0x84,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x10,0x10,0x20,0x27,0x44,0xfc,0x15,0x24,0x45,0xfd,0x45,0x5,0x1d,0xe5,0x48,0x10,0x10,0x18,0x14,0xfe,0x10,0x10,0xd0,0x14,0xd4,0x54,0x54,0x58,0xd0,0x2a,0x46,0x82, -+0x8,0x8,0xff,0x8,0x9,0x1,0x3f,0x21,0x21,0x21,0x3f,0x21,0x1,0x1,0x7f,0x0,0x20,0x24,0xfe,0x20,0x20,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x10,0xf8,0x4,0x4, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x35,0x30,0x58,0x56,0x91,0x11,0x11,0x10,0x1f,0x10,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x0,0x40,0x48,0x4c,0x48,0x50,0x4,0xfe,0x0, -+0x1,0x1,0xff,0x1,0x3f,0x21,0x29,0x25,0x21,0x3f,0x23,0x5,0x9,0x31,0xc1,0x1,0x0,0x4,0xfe,0x8,0xfc,0x8,0x28,0x48,0x8,0xf8,0x88,0x40,0x30,0xe,0x4,0x0, -+0x0,0x10,0xf8,0x27,0x24,0x44,0x55,0x7c,0xd5,0x55,0x55,0x55,0x55,0x75,0x48,0x10,0x10,0x18,0x14,0xfe,0x10,0x10,0xd0,0x14,0xd4,0x54,0x54,0x58,0xd0,0x2a,0x46,0x82, -+0x0,0x8,0xfc,0x10,0x11,0x22,0x2d,0x78,0xa8,0x2a,0x29,0x29,0x29,0x38,0x27,0x0,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x0,0x40,0x48,0x4c,0x48,0x50,0x4,0xfe,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x13,0x11,0x1e,0x33,0xd0,0x10,0x10,0x11,0x12,0x54,0x20,0x40,0x44,0xfe,0x80,0x80,0xe0,0x20,0x24,0xfe,0x20,0x20,0xa8,0x24,0x22,0xa2,0x40, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x15,0x18,0x30,0xd2,0x11,0x11,0x11,0x10,0x57,0x20,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x0,0x40,0x48,0x4c,0x48,0x50,0x4,0xfe,0x0, -+0x12,0x1f,0x28,0x45,0x90,0x2b,0x20,0x27,0x24,0x24,0x27,0x24,0x24,0x27,0x20,0x20,0x44,0x7e,0xa0,0x10,0x8,0xfc,0x8,0xc8,0x48,0x48,0xc8,0x48,0x48,0xc8,0x28,0x10, -+0x8,0x8,0x8,0x10,0x11,0x32,0x55,0x98,0x10,0x12,0x11,0x11,0x11,0x10,0x1f,0x10,0x40,0x40,0xa0,0xa0,0x10,0x8,0xf6,0x4,0x40,0x48,0x4c,0x48,0x50,0x4,0xfe,0x0, -+0x8,0x4,0xff,0x2,0x3f,0x22,0x3e,0x22,0x3e,0x22,0x26,0x7f,0x4,0x4,0x18,0x60,0x20,0x44,0xfe,0x0,0x48,0x48,0x48,0x48,0x48,0x18,0x8,0xfc,0x8,0x8,0x28,0x10, -+0x0,0x40,0x30,0x17,0x4,0x4,0xd,0x14,0x25,0xe5,0x25,0x25,0x25,0x25,0x8,0x10,0x10,0x18,0x14,0xfe,0x10,0x10,0xd0,0x14,0xd4,0x54,0x54,0x58,0xd0,0x2a,0x46,0x82, -+0x8,0x8,0xff,0xa,0x2,0x7f,0x4,0xb,0x10,0x10,0x3f,0x50,0x90,0x10,0x11,0x10,0x20,0x24,0xfe,0x20,0x8,0xfc,0x0,0xf0,0x20,0x44,0xfe,0x40,0x40,0x40,0x40,0x80, -+0x10,0x10,0x12,0x12,0xfe,0x12,0x32,0x38,0x54,0x53,0x92,0x12,0x12,0x12,0x1f,0x10,0x80,0x90,0x94,0xbe,0xd0,0x8c,0x84,0x80,0x8,0xfc,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x4,0x24,0x24,0x25,0x26,0x25,0x1,0x6,0x18,0x6f,0x81,0x1f,0x9,0x5,0x7f,0x0,0x40,0x48,0xfc,0x40,0x30,0x10,0x0,0xc0,0x30,0xee,0x4,0xf0,0x20,0x48,0xfc,0x0, -+0x4,0x7e,0x44,0x44,0x44,0x7d,0x10,0x10,0x53,0x5c,0x50,0x50,0x5c,0x70,0xc3,0x0,0x40,0x50,0x48,0x40,0x7c,0xc0,0x48,0x7c,0xc0,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x4,0x7e,0x44,0x54,0x54,0x55,0x54,0x54,0x57,0x54,0x54,0x54,0x10,0x28,0x47,0x84,0x40,0x50,0x48,0x40,0x7c,0xc0,0x48,0x7c,0xc0,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x0,0x1f,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x12,0x12,0x4,0x4,0x8,0x30,0xc0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x90,0x80,0x82,0x82,0x7e,0x0, -+0x20,0x27,0x39,0x41,0x82,0x7a,0x24,0x27,0xf9,0x21,0x25,0x22,0x2a,0x35,0x28,0x0,0x10,0x10,0x7c,0x14,0xfe,0x14,0x7c,0x10,0x7c,0x10,0x14,0xfe,0x10,0x10,0x96,0x7c, -+0x10,0x1e,0x28,0x45,0x8,0x4,0xff,0x2,0x3f,0x22,0x3e,0x22,0x3e,0x22,0x2a,0x24,0x40,0x7c,0x90,0x8,0x20,0x44,0xfe,0x8,0x8,0x48,0x48,0x48,0x48,0x48,0x8,0x18, -+0x10,0x10,0x12,0x22,0x23,0x64,0xa4,0x28,0x20,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x10,0x2e,0x23,0x62,0xa4,0x28,0x2f,0x22,0x32,0x2d,0x24,0x2a,0x31,0x20,0x20,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfe,0x20,0x24,0xfe,0x20,0x20,0x26,0xfc, -+0x8,0x10,0x3e,0x22,0x22,0x32,0x2a,0x22,0xfe,0x22,0x32,0x2a,0x22,0x22,0x4a,0x85,0x0,0x4,0xfe,0x84,0x94,0x94,0x94,0x94,0xa4,0xa4,0x20,0x50,0x50,0x52,0x92,0xe, -+0x4,0x4,0xa,0x11,0x20,0x42,0xbf,0x0,0x24,0x14,0x15,0x15,0x3,0x7c,0x20,0x0,0x4,0x4,0x4,0x24,0xa4,0x64,0x24,0x24,0xa4,0xa4,0x24,0x24,0x84,0x4,0x14,0x8, -+0x20,0x20,0x20,0x3c,0x24,0x4b,0x40,0xa0,0x23,0x20,0x20,0x24,0x28,0x30,0x23,0x0,0x40,0x50,0x48,0x40,0x7c,0xc0,0x48,0x7c,0xc0,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x2,0x42,0x22,0x2f,0x4,0x85,0x69,0x2f,0x11,0x21,0xe1,0x3f,0x29,0x21,0x21,0x21,0x0,0xc,0x30,0xe0,0x20,0x24,0x3e,0xe8,0x28,0x28,0xe8,0x28,0x28,0x48,0x88,0x8, -+0x0,0x40,0x2f,0x28,0xa,0x8a,0x4a,0x4a,0x1a,0x2a,0xca,0x4a,0x42,0x45,0x48,0x50,0x20,0x20,0xa4,0xae,0xf0,0xa0,0xae,0xf0,0xa4,0xa4,0xa8,0x90,0x30,0x4a,0x8a,0x6, -+0x2,0x41,0x34,0x14,0x84,0x65,0x25,0xd,0x15,0x25,0xe5,0x25,0x25,0x24,0x24,0x24,0x4,0xbe,0x84,0x4,0x4,0xf4,0x14,0x14,0xf4,0x14,0x14,0xf4,0x14,0x4,0x14,0x8, -+0x0,0x0,0xfb,0x8,0x17,0x10,0x3b,0x8,0x8b,0x50,0x50,0x37,0x20,0x50,0x88,0x7,0x40,0x48,0xfc,0x48,0xfe,0x48,0xf8,0x40,0xf8,0x40,0x48,0xfc,0x40,0x40,0x46,0xfc, -+0x10,0x1f,0x10,0x27,0x24,0x67,0xa4,0x2f,0x20,0x27,0x24,0x27,0x24,0x27,0x20,0x2f,0x4,0xfe,0x0,0xfc,0x44,0xfc,0x44,0xfe,0x0,0xfc,0x44,0xfc,0x44,0xfc,0x0,0xfe, -+0x8,0x4,0x7f,0x1,0x3f,0x1,0x7f,0x2,0x2,0xff,0x4,0x8,0x6,0x1,0x6,0x38,0x20,0x48,0xfc,0x0,0xf8,0x0,0xfc,0x0,0x4,0xfe,0x20,0x20,0xc0,0x80,0x60,0x10, -+0x10,0x10,0x11,0x91,0x73,0x34,0x10,0x10,0x1f,0x30,0x52,0xd1,0x10,0x10,0x10,0x10,0x80,0x80,0xf8,0x8,0x10,0xa0,0x40,0x94,0xfe,0x10,0x10,0x90,0x90,0x10,0x50,0x20, -+0x4,0x44,0x24,0x4,0x15,0x24,0x64,0x5,0x1,0x7d,0x5,0x9,0x9,0x11,0x65,0x2,0x40,0x40,0x7c,0x84,0x48,0x30,0x20,0x40,0x8,0x98,0x60,0x20,0x10,0xe,0x4,0x0, -+0x40,0x30,0x17,0x0,0x80,0x60,0x20,0x8,0x10,0x20,0xe0,0x20,0x20,0x2f,0x20,0x20,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0,0x0, -+0x0,0xff,0x4,0x5,0x7d,0x45,0x41,0x43,0x7c,0x25,0x75,0x25,0x35,0xc5,0x14,0xb,0x4,0xfe,0x0,0xfc,0x24,0xfc,0x24,0xfe,0x0,0xfc,0x24,0xfc,0x24,0xfc,0x0,0xfe, -+0x4,0x4,0xff,0x4,0x4,0x8,0x49,0x2a,0x28,0x8,0x1f,0x28,0x49,0x88,0x8,0x8,0x40,0x44,0xfe,0x40,0x40,0xf8,0x8,0xb0,0x50,0x94,0xfe,0x10,0x10,0x90,0x10,0x30, -+0x4,0x44,0x24,0x4,0x15,0x24,0x64,0x5,0x1,0xff,0x5,0x9,0x11,0x21,0xc1,0x1,0x40,0x40,0x7c,0x84,0x48,0x30,0x20,0x40,0x4,0xfe,0x40,0x20,0x10,0xe,0x4,0x0, -+0x4,0x44,0x24,0x4,0x15,0x24,0x64,0x4,0x1,0xff,0x1,0x2,0x4,0x8,0x30,0xc0,0x40,0x40,0x7c,0x84,0x48,0x30,0x20,0x40,0x4,0xfe,0x0,0x80,0x40,0x30,0xe,0x4, -+0x1,0x21,0x11,0x17,0x1,0x1,0xf1,0x11,0x1f,0x11,0x11,0x15,0x19,0x11,0x2,0x0,0x10,0x10,0x10,0xfc,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0x7f,0x40,0x40,0x4f,0x48,0x48,0x4f,0x48,0x48,0x48,0x50,0x60,0x40,0x7f,0x0,0x8,0xfc,0x20,0x70,0x80,0x0,0x10,0xf8,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x4,0x44,0x24,0xd,0x16,0x64,0x4,0xff,0x4,0x3f,0x24,0x38,0x27,0x20,0x3f,0x20,0x80,0xf8,0x88,0x90,0x60,0x40,0x84,0xfe,0x40,0xf8,0x48,0x38,0xc8,0x8,0xf8,0x8, -+0x0,0x7c,0x45,0x4a,0x48,0x50,0x49,0x4a,0x44,0x45,0x45,0x69,0x53,0x40,0x40,0x40,0x80,0x80,0xf8,0x10,0xa0,0x40,0xb0,0x4e,0x44,0xf0,0x40,0x48,0xfc,0x40,0x40,0x40, -+0x8,0x8,0xff,0x9,0x8,0x1f,0x10,0x3f,0x50,0x1f,0x10,0x1f,0x10,0x24,0x22,0x40,0x20,0x24,0xfe,0x20,0x88,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfc,0x0,0x48,0x26,0x2, -+0x22,0x22,0x22,0x23,0xfa,0x22,0x7f,0x6a,0xa2,0x27,0x2a,0x32,0x22,0x2a,0x24,0x21,0x0,0x0,0x7c,0xc4,0x44,0x24,0x28,0x28,0x28,0x10,0x90,0x28,0x28,0x46,0x84,0x0, -+0x1,0x9,0xfd,0x11,0x13,0x25,0x21,0x79,0xa9,0x29,0x29,0x29,0x29,0x3a,0x22,0x4,0x20,0x14,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x14,0xfe,0x0,0xa4,0x92,0x2, -+0x9,0x8,0xf,0x10,0x10,0x3f,0x50,0x90,0x1f,0x10,0x10,0x1f,0x10,0x24,0x22,0x40,0x0,0x88,0xfc,0x80,0x90,0xf8,0x80,0x90,0xf8,0x80,0x84,0xfe,0x0,0x90,0x4c,0x4, -+0x4,0x3e,0x24,0x27,0x24,0x3c,0x25,0x26,0x24,0x3c,0x24,0x24,0x24,0x44,0x95,0xa,0x40,0x20,0x24,0xfe,0x0,0x88,0x6,0x2,0x88,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x2,0x1,0x1,0xff,0x8,0x8,0x10,0x28,0x44,0x2,0x1,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0x4,0xfe,0x20,0x10,0xc,0x24,0x40,0x80,0x0,0x80,0x40,0x30,0xe,0x4, -+0x10,0x8,0x9,0xff,0x0,0x14,0x22,0x41,0xa2,0x14,0x8,0x14,0x12,0x22,0x40,0x0,0x0,0x7c,0x44,0xc4,0x48,0x48,0x50,0x48,0xc4,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x41,0x31,0x10,0x7,0x80,0x60,0x20,0xb,0x10,0x27,0xe1,0x21,0x21,0x21,0x22,0x2c,0x0,0x8,0xfc,0x80,0xa0,0x44,0xa4,0x1c,0x0,0xfc,0x20,0x20,0x20,0x22,0x22,0x1e, -+0x8,0xfd,0x8,0x48,0x4b,0x48,0x48,0x49,0x7e,0x4,0x1c,0xe4,0x44,0x14,0x9,0x2,0xc,0xf0,0x20,0x24,0xfe,0x50,0x88,0x6,0x8c,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x10,0x13,0x10,0x10,0xfc,0x27,0x24,0x25,0x27,0x45,0x29,0x11,0x29,0x45,0x82,0x4,0x18,0xe0,0x40,0x40,0x44,0xfe,0xa0,0x10,0x1e,0x14,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0xf,0x2,0xef,0xa9,0xaf,0xa0,0xaf,0xa8,0xaf,0xa8,0xaf,0xe8,0x89,0xf,0x0,0x1c,0xe0,0x48,0xfc,0x24,0xfc,0x0,0x88,0x88,0xfe,0x88,0xa8,0x28,0x8,0xa8,0x10, -+0x12,0x11,0x11,0x17,0xfc,0x14,0x13,0x1a,0x32,0xd2,0x12,0x12,0x12,0x10,0x51,0x26,0x44,0x24,0x28,0xfe,0x2,0x4,0xf8,0x8,0x48,0x48,0x48,0x48,0x48,0xa2,0x22,0x1e, -+0x10,0x10,0x10,0x1f,0x20,0x20,0x7d,0x92,0x10,0x7c,0x10,0x10,0x14,0x18,0x11,0x2,0x40,0x20,0x24,0xfe,0x0,0x88,0x6,0x2,0x88,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x20,0x23,0x28,0x3c,0x50,0x97,0x10,0xfd,0x13,0x15,0x11,0x29,0x25,0x41,0x82,0x4,0x18,0xe0,0x40,0x40,0x44,0xfe,0xa0,0x10,0x1e,0x14,0x10,0x10,0x10,0x10,0x10,0x10, -+0x9,0x9,0x8,0x17,0x10,0x30,0x50,0x93,0x10,0x17,0x11,0x11,0x11,0x11,0x12,0x1c,0x0,0x8,0xfc,0x80,0xa0,0x44,0xa4,0x1c,0x0,0xfc,0x20,0x20,0x20,0x22,0x22,0x1e, -+0x9,0x7d,0x49,0x4f,0x49,0x79,0x49,0x4f,0x49,0x79,0x4a,0x4a,0x4f,0x48,0x88,0x18,0x0,0x4,0x3e,0xe4,0x24,0x24,0x24,0xe4,0x24,0x24,0x24,0xb4,0xe8,0x60,0x20,0x20, -+0x8,0x88,0x50,0x27,0x50,0x89,0xa,0x1c,0x29,0x48,0x88,0x8,0x8,0x9,0x52,0x24,0x80,0x40,0x44,0xfe,0x0,0x10,0xc,0x4,0x10,0xa0,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x8,0xf,0x10,0x20,0x5f,0x91,0x11,0x1f,0x11,0x11,0x1f,0x11,0x11,0x21,0x41,0x80,0x0,0xe0,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x8,0x28,0x10, -+0x20,0x20,0x20,0x3f,0x24,0x48,0x41,0xa2,0x20,0x20,0x20,0x24,0x28,0x30,0x21,0x2,0x40,0x20,0x24,0xfe,0x0,0x88,0x6,0x2,0x88,0x50,0x20,0x50,0x50,0x88,0x6,0x4, -+0x22,0x24,0x2f,0x48,0x4f,0xf8,0x1f,0x22,0x5f,0x84,0xf7,0x4,0x34,0xc8,0x49,0x10,0x10,0x90,0xd0,0x94,0xbe,0xc4,0xa4,0x28,0xe8,0x28,0x90,0x90,0xa8,0xa8,0xc6,0x84, -+0x10,0x10,0x20,0x23,0x44,0xf8,0x11,0x22,0x40,0xfc,0x0,0x0,0x1c,0xe0,0x41,0x2,0x40,0x20,0x24,0xfe,0x0,0x88,0x6,0x2,0x88,0x50,0x20,0x50,0x50,0x88,0x6,0x4, -+0x24,0x24,0x49,0x24,0x3f,0x24,0x3f,0x24,0x3f,0x4,0xff,0x15,0x14,0x24,0x44,0x4,0x84,0x84,0x24,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0x24,0xe4,0x24,0x84,0x84,0x14,0x8, -+0x8,0x8,0x7f,0x9,0xa,0xff,0x8,0x1f,0x22,0xcc,0x8,0xe,0x78,0x8,0x29,0x12,0x40,0x40,0x40,0x44,0x7e,0x88,0x8,0x48,0x50,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x2,0xff,0x28,0x28,0xfe,0xab,0xaa,0xaa,0xc7,0x82,0x83,0xfe,0x82,0x82,0xfe,0x82,0x20,0x24,0xfc,0x28,0x28,0xfe,0x10,0x20,0xfc,0x88,0x10,0xfe,0x10,0x10,0x50,0x20, -+0x10,0x13,0x20,0xfc,0x20,0x57,0x50,0xfd,0x13,0x15,0x1d,0xf1,0x51,0x11,0x12,0x14,0xc,0xf0,0x40,0x40,0x44,0xfe,0x90,0x18,0x1e,0x14,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x10,0x20,0xff,0x20,0x50,0x51,0xfe,0x10,0x10,0x1e,0xf0,0x50,0x10,0x11,0x12,0x40,0x20,0x24,0xfe,0x0,0x88,0x6,0x2,0x88,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x7c,0x44,0x0,0x0,0x0,0x4,0x4,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x9c,0xe4,0x84,0x4,0x4,0x4, -+0x2,0x1,0x7f,0x48,0x91,0x9,0xf,0x11,0x1,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0xfe,0x22,0x14,0x0,0xf0,0x0,0x4,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x10,0x13,0x12,0x13,0xfe,0x13,0x14,0x19,0x33,0xd4,0x1c,0x14,0x15,0x17,0x50,0x20,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x80,0x4,0xfe,0x44,0x44,0xa4,0x14,0xe4,0x28,0x10, -+0x10,0x10,0x17,0x10,0xfd,0x10,0x17,0x18,0x30,0xdf,0x10,0x11,0x10,0x10,0x50,0x23,0x80,0x48,0xfc,0x0,0x10,0xa0,0xfc,0x80,0x84,0xfe,0x90,0x10,0xa0,0x60,0x98,0x8, -+0x20,0x24,0x3e,0x20,0x20,0x26,0x78,0x2,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x80,0x88,0x98,0xe0,0x82,0x82,0x7e,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x4,0xe,0x78,0xb,0x8,0xfe,0x8,0x19,0x1c,0x2a,0x29,0x49,0x89,0x9,0x9,0x9,0x20,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x12,0x12,0x22,0x4f,0x82,0x12,0x1f,0x22,0x62,0xaf,0x22,0x22,0x23,0x3e,0x28,0x20,0x0,0x8,0x7c,0x80,0x0,0x4,0xfe,0x8,0x8,0x88,0x8,0x8,0xc8,0x8,0x28,0x10, -+0x0,0x78,0x48,0x50,0x51,0x62,0x55,0x49,0x49,0x49,0x69,0x51,0x41,0x41,0x42,0x44,0x40,0x40,0xa0,0xa0,0x10,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x4,0x4,0x7f,0x4,0xff,0x10,0x15,0x3f,0x64,0xbf,0x24,0x3f,0x24,0x24,0x3f,0x20,0x40,0x50,0x48,0x40,0xfe,0x40,0x40,0xa0,0x24,0x28,0x30,0x20,0x52,0x92,0x8a,0x4, -+0x8,0x8,0xa,0x7f,0x8,0x8,0x9,0xff,0x10,0x10,0x20,0x24,0x42,0x7e,0x1,0x2,0x20,0x20,0x20,0x20,0x24,0xfe,0x24,0xa4,0x24,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x4,0x4,0xff,0x4,0x4,0x7f,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x40,0x44,0xfe,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x48,0x28,0x10,0x0,0x0,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x31,0x38,0x54,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x20,0x20,0x24,0xfe,0x20,0x28,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x1,0x1,0xff,0x3,0x5,0x9,0x11,0x21,0xc1,0x1,0x0,0x24,0x22,0x22,0x40,0x0,0x0,0x4,0xfe,0x80,0x40,0x20,0x10,0xe,0x4,0x0,0x0,0x90,0x48,0x44,0x4, -+0x10,0x10,0x17,0x10,0xfb,0x10,0x17,0x18,0x33,0xd0,0x12,0x12,0x12,0x13,0x54,0x28,0x40,0x48,0xfc,0x40,0xf8,0x48,0xfe,0x48,0xf8,0x40,0x48,0x7c,0x40,0x40,0xc6,0x3c, -+0x0,0x0,0x7f,0x48,0x4b,0x48,0x7f,0x48,0x4b,0x78,0x4a,0x4a,0x4a,0x7b,0x44,0x8,0x40,0x48,0xfc,0x40,0xf8,0x48,0xfe,0x48,0xf8,0x40,0x48,0x7c,0x40,0x40,0xc6,0x3c, -+0x20,0x13,0x12,0xff,0x2,0x4b,0x48,0x49,0x4a,0x54,0x12,0x1e,0xe2,0x43,0x0,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x80,0x4,0xfe,0x44,0x44,0xa4,0x4,0xe4,0x28,0x10, -+0x0,0x40,0x30,0x17,0x0,0x80,0x67,0x20,0x8,0x13,0xe2,0x22,0x22,0x22,0x23,0x22,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x10,0x23,0x44,0x78,0x9,0x10,0x20,0x7d,0x1,0x1,0xd,0x71,0x21,0x1,0x20,0x20,0x24,0xfe,0x20,0x20,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x11,0x3e,0x24,0x48,0xbe,0x2b,0x2a,0x3e,0x2a,0x2a,0x3f,0x2a,0x2a,0x42,0x86,0x4,0xfe,0x44,0x44,0x54,0x88,0x10,0x50,0x7c,0x90,0x14,0xfe,0x10,0x10,0x10,0x10, -+0x10,0x11,0x11,0x15,0xff,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x87,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x0,0x0,0x0,0xff,0x0,0x12,0x12,0x12,0x7f,0x12,0x12,0x12,0x12,0x22,0x41,0x2,0x40,0x50,0x48,0xfe,0x40,0x40,0x44,0x44,0x48,0x48,0x50,0x20,0x62,0x92,0xa,0x4, -+0x4,0xff,0x4,0x10,0x7f,0x10,0x7c,0x13,0x7c,0x11,0x39,0x35,0x51,0x91,0x11,0x11,0x44,0xfe,0x40,0x90,0xfc,0x90,0x94,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x8,0x8,0xff,0x8,0x9,0x2,0x4,0x8,0x14,0x24,0xc4,0x4,0x4,0x8,0x10,0x20,0x20,0x24,0xfe,0x20,0x20,0x80,0x40,0x20,0x50,0x4e,0x44,0x40,0x40,0x40,0x40,0x40, -+0x0,0x1f,0x11,0x11,0x1f,0x11,0x11,0x1f,0x2,0x4,0xc,0x34,0xc4,0x4,0x8,0x10,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x80,0x60,0x50,0x4e,0x44,0x40,0x40,0x40, -+0x9,0x9,0x9,0x17,0x11,0x31,0x5f,0x90,0x13,0x12,0x12,0x13,0x12,0x12,0x13,0x12,0x10,0x10,0x10,0xfc,0x10,0x14,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x1,0x1,0x2,0x4,0x8,0x10,0x24,0xc4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x0,0x0,0x0,0x80,0x40,0x20,0x10,0x4e,0x44,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x0,0x1f,0x10,0x90,0x50,0x51,0x12,0x3d,0x51,0xd1,0x11,0x22,0x22,0x44,0x0,0x80,0x44,0xfe,0x40,0x40,0xa0,0x10,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0x40,0x20,0x2f,0x0,0xe5,0x25,0x25,0x2f,0x25,0x25,0x2d,0x35,0x24,0x9,0x0,0x20,0x28,0x24,0xfe,0x20,0x20,0x24,0x24,0xe8,0x28,0x30,0x20,0x60,0x92,0xa,0x4, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x20,0x2f,0x28,0x28,0x2f,0x28,0x48,0x8f,0x8,0x8,0xfc,0x8,0x8,0xf8,0x80,0x80,0x88,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x8, -+0x1,0x1,0x1,0x3f,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x1,0x1,0x1,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x28,0x10,0x0,0x0,0x0, -+0x10,0x14,0x3e,0x49,0x80,0x3e,0x22,0x23,0x3e,0x22,0x22,0x3e,0x22,0x22,0x4a,0x85,0x40,0x48,0xfc,0x10,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x94,0x8, -+0x0,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x20,0x20,0x40,0x0,0x10,0x38,0xc0,0x0,0x0,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x1,0x1,0x2,0x4,0x8,0x10,0x2f,0xc1,0x1,0x1f,0x1,0x11,0x9,0x5,0x7f,0x0,0x0,0x0,0x80,0x40,0x20,0x50,0xee,0x4,0x0,0xf0,0x0,0x10,0x20,0x48,0xfc,0x0, -+0x1,0x1,0x2,0x4,0x8,0x12,0x21,0xc0,0x0,0x1f,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x80,0x40,0x20,0x10,0x8e,0x84,0x0,0xf0,0x10,0x20,0x20,0x40,0x80,0x0, -+0x0,0x40,0x37,0x10,0xf,0x80,0x67,0x20,0x8,0x17,0xe0,0x20,0x2f,0x20,0x20,0x20,0x80,0x88,0xfc,0x88,0xfe,0x88,0xf8,0x80,0x90,0xf8,0x80,0x88,0xfc,0x80,0x80,0x80, -+0x41,0x31,0x17,0x1,0xfb,0xd,0x11,0x29,0x73,0xa8,0x2f,0x20,0x21,0x22,0x24,0x20,0x10,0x10,0xfc,0x10,0xb8,0x56,0x10,0x10,0xf8,0x0,0xfe,0x40,0x50,0x4c,0x44,0xc0, -+0x4,0x25,0x25,0x24,0x24,0x24,0x7,0x4,0x1f,0x1,0x2,0x7f,0x1,0x9,0x11,0x63,0x0,0xf8,0x10,0xa0,0x40,0xb0,0xe,0x24,0xc0,0x0,0x10,0xf8,0x8,0x20,0x18,0x8, -+0x20,0x20,0x3b,0x42,0x83,0x7a,0x23,0x20,0xff,0x24,0x24,0x24,0x2c,0x30,0x20,0x0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfc,0x44,0x44,0x44,0x54,0x48,0x40,0x40, -+0x8,0x8,0xb,0x10,0x11,0x31,0x51,0x91,0x10,0x10,0x10,0x10,0x10,0x10,0x11,0x16,0x0,0x4,0xfe,0x4,0x4,0x4,0x8,0x8,0x88,0x90,0x50,0x20,0x50,0x88,0x6,0x4, -+0x41,0x21,0x2f,0x1,0x1,0xe0,0x27,0x24,0x27,0x20,0x27,0x20,0x2b,0x30,0x2f,0x0,0x10,0x14,0xfe,0x10,0xf0,0x44,0xfe,0x44,0xfc,0x40,0xfc,0x40,0xf8,0x40,0xfe,0x0, -+0x2,0x42,0x22,0x2f,0x2,0x2,0xe2,0x22,0x2f,0x22,0x22,0x22,0x24,0x50,0x8f,0x0,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x26,0xfc,0x0, -+0x22,0x22,0xff,0x22,0x3e,0x8,0x7f,0x49,0x49,0x7f,0x8,0xff,0x8,0x8,0x9,0x8,0x2,0x6,0xf8,0x40,0x40,0x44,0x7e,0x48,0x48,0x48,0x48,0xc8,0x48,0x88,0x8,0x8, -+0x0,0x7f,0x4,0x24,0x14,0x4,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x8,0xfc,0x40,0x48,0x50,0x44,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x8,0x8,0x7e,0x18,0x2c,0x4b,0x88,0x0,0x3f,0x0,0xff,0x1,0x9,0x11,0x25,0x2,0x20,0x28,0xfc,0x70,0xa8,0x24,0x22,0x0,0xf8,0x0,0xfe,0x0,0x20,0x18,0x8,0x0, -+0x0,0x40,0x33,0x12,0x2,0x2,0xf3,0x12,0x12,0x12,0x12,0x14,0x10,0x28,0x44,0x3,0x8,0x1c,0xe0,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6,0xfc, -+0x10,0x11,0x11,0x15,0x59,0x51,0x51,0x92,0x12,0x14,0x10,0x10,0x28,0x44,0x84,0x0,0x8,0xfc,0x8,0x8,0xf8,0x28,0x20,0x10,0xe,0xc4,0x20,0x10,0xc0,0x30,0x8,0x0, -+0x40,0x33,0x10,0x1,0x80,0x63,0x20,0x7,0x14,0x29,0xe1,0x20,0x20,0x20,0x23,0x2c,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x2,0xf4,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x0,0x1f,0x10,0x10,0x1f,0x11,0x10,0x10,0x10,0x16,0x21,0x40,0x86,0x1,0x0,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x80,0x80,0x40,0x20,0x90,0xe,0x4,0x80,0xc0,0x40, -+0x0,0xff,0x2,0x4,0xc,0x12,0x21,0x40,0xfe,0x8,0x8,0x8,0xf,0x71,0x22,0x0,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x84,0x4,0x28,0x10, -+0x12,0x12,0xff,0x12,0x0,0x7f,0x12,0x12,0xff,0x12,0x12,0x12,0x12,0x22,0x42,0x2,0x4,0x84,0xc4,0x24,0x24,0xa4,0x24,0xa4,0xe4,0x24,0x24,0x24,0x24,0x4,0x14,0x8, -+0x8,0x8,0x8,0xfe,0x8,0x7e,0x42,0x42,0x42,0x7e,0x14,0x15,0x16,0x24,0x41,0x82,0x20,0x20,0x24,0xfe,0x20,0xfc,0x84,0x84,0x84,0xfc,0x50,0x50,0x50,0x92,0x12,0xe, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x0,0x1,0xe,0x70,0x1f,0x1,0x1,0x1,0xff,0x0,0x40,0x44,0xfe,0x40,0x0,0xf8,0x20,0xc0,0x38,0x6,0xf0,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x8,0x7f,0x48,0x4b,0x48,0x7f,0x48,0x4b,0x7a,0x4b,0x4a,0x4b,0x7a,0x4a,0x2,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x28,0x10, -+0xf,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x7e,0x42,0x42,0x7e,0x42,0x42,0x7e,0x42,0xe0,0x20,0x20,0xe0,0x20,0x20,0xe0,0x24,0xfe,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x10,0x10,0x1e,0x25,0x48,0xbe,0x2a,0x2a,0x3e,0x2a,0x2a,0x3e,0x0,0xf,0x70,0x20,0x40,0x20,0x24,0xfe,0x8,0xfc,0x88,0x88,0x88,0xf8,0x20,0x70,0xac,0x24,0xa0,0x40, -+0x2,0x1,0x1,0xff,0x0,0x1f,0x10,0x10,0x10,0x1f,0x1,0x9,0x9,0x11,0x25,0x2,0x0,0x0,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0xf0,0x0,0x40,0x30,0x18,0x8,0x0, -+0x10,0x10,0x17,0x10,0x58,0x57,0x52,0x92,0x12,0x13,0x10,0x11,0x12,0x14,0x11,0x10,0x80,0x44,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x10,0x10,0x93,0x54,0x19,0xfc,0x13,0x10,0x39,0x35,0x51,0x91,0x11,0x11,0x11,0x11,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x4,0x4,0xc, -+0x10,0x13,0x92,0x54,0x19,0xfd,0x11,0x31,0x39,0x55,0x90,0x10,0x10,0x10,0x11,0x16,0x4,0xfe,0x20,0x24,0xfe,0x24,0xfc,0x24,0xfc,0x24,0xa0,0x40,0x60,0x90,0xe,0x4, -+0x10,0x13,0x20,0x20,0x44,0xfc,0x8,0x13,0x20,0x41,0xfc,0x0,0x1c,0xe0,0x47,0x0,0x0,0xfc,0x8,0x10,0x30,0x48,0x86,0x2,0x0,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x8,0x8,0x8,0x8,0x7f,0x8,0x8,0x8,0x8,0xff,0x8,0x8,0x8,0x8,0x10,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20, -+0x14,0x7f,0x10,0x3f,0x55,0x1d,0x3,0xff,0x0,0x1f,0x0,0x1f,0x0,0x1f,0x10,0x1f,0x40,0x7c,0xc8,0x28,0x10,0x6e,0x4,0xfe,0x0,0xf0,0x0,0xf0,0x0,0xf0,0x10,0xf0, -+0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x0,0x1f,0x10,0x10,0x1f,0x9,0x11,0x65,0x2,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x20,0x18,0x8,0x0, -+0x0,0xfd,0x4,0x8,0x18,0x26,0xc2,0x0,0x7c,0x10,0x10,0x10,0x1e,0xe0,0x40,0x3,0x4,0xfe,0x10,0x24,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0xa4,0x20,0x58,0x84,0x2, -+0x8,0x8,0x7e,0x9,0x3e,0x8,0xff,0x0,0x3f,0x22,0x3e,0x22,0x3e,0x22,0x22,0x26,0x40,0x40,0xf8,0x10,0x24,0xfe,0x24,0x24,0xfe,0x24,0x24,0xfc,0x24,0x20,0xa0,0x40, -+0x20,0x20,0x27,0x21,0x20,0xff,0x20,0x23,0x22,0x23,0x22,0x3b,0xe1,0x41,0x2,0xc,0x80,0x48,0xfc,0x10,0xa4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x20,0x22,0x22,0x1e, -+0x12,0x12,0xff,0x12,0x20,0x3f,0x41,0xbd,0x25,0x25,0x25,0x25,0x3d,0x21,0x5,0x2,0x20,0x20,0xa0,0x24,0x7e,0x84,0x44,0x44,0x48,0x28,0x28,0x10,0x28,0x28,0x46,0x84, -+0x20,0x20,0x27,0x79,0x40,0x87,0x78,0x23,0x22,0xfb,0x22,0x23,0x29,0x31,0x22,0xc,0x80,0x48,0xfc,0x10,0xa4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x20,0x22,0x22,0x1e, -+0x8,0xb,0x10,0x20,0x40,0x8,0x11,0x36,0x50,0x93,0x10,0x10,0x10,0x10,0x17,0x10,0x0,0xf8,0x10,0x20,0x60,0x98,0xe,0x2,0x0,0xf8,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x0,0x1f,0x10,0x57,0x30,0x10,0x13,0x3c,0x50,0x97,0x10,0x20,0x20,0x4f,0x80,0x80,0x44,0xfe,0x0,0xf8,0x30,0xc0,0x38,0x6,0x0,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x20,0x10,0x13,0xfc,0x3,0x48,0x4f,0x48,0x4b,0x12,0x13,0x1e,0xe3,0x42,0x2,0x2,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x28,0x10, -+0x2,0x1,0x3f,0x8,0x4,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x14,0x4,0x8,0x70,0x0,0x10,0xf8,0x20,0x44,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x50,0x42,0x42,0x3e, -+0x2,0x1,0x3f,0x8,0x4,0xff,0x0,0x1f,0x10,0x10,0x1f,0x14,0x4,0x4,0x8,0x70,0x0,0x10,0xf8,0x20,0x44,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x50,0x40,0x42,0x42,0x3e, -+0x1,0x1,0x83,0x64,0x28,0x7,0x10,0x20,0x3f,0xe0,0x20,0x2f,0x20,0x20,0x22,0x21,0x0,0x0,0xf0,0x20,0x48,0xfc,0x88,0x88,0xfe,0x88,0x88,0xf8,0x88,0x80,0x80,0x0, -+0x10,0x10,0x13,0x12,0x56,0x5a,0x52,0x92,0x12,0x12,0x12,0x12,0x2a,0x46,0x82,0x2,0x0,0x4,0xfe,0x4,0x4,0xf4,0x94,0x94,0x94,0x94,0x94,0xf4,0x94,0x4,0x14,0x8, -+0x2,0x1,0x7f,0x44,0x88,0x3f,0x4,0xff,0x4,0x3f,0x8,0xf,0x18,0x28,0xcf,0x8,0x0,0x0,0xfe,0x42,0x24,0xf0,0x14,0xfe,0x10,0xf0,0x0,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x17,0x11,0xf9,0x17,0x11,0x1b,0x33,0xd5,0x19,0x11,0x11,0x11,0x51,0x21,0x10,0xd0,0x10,0x12,0x54,0xb8,0x10,0x10,0x90,0x50,0x10,0x10,0x28,0x46,0x84,0x0, -+0x2,0x1,0x7f,0x44,0x88,0x12,0x2,0x3f,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x60,0x0,0x0,0xfe,0x42,0x34,0x10,0x20,0xf0,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x20,0x21,0x45,0xfd,0x9,0x11,0x21,0xfd,0x41,0x0,0x1c,0xe0,0x40,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x78,0x88,0x8,0x8,0x8,0x8,0x8, -+0x0,0x4,0xfe,0x10,0x11,0x11,0xfe,0x10,0x10,0x10,0x1e,0xf0,0x40,0x1,0x2,0xc,0x40,0x40,0x88,0xfc,0x8,0x8,0x10,0x10,0x20,0x20,0x50,0x50,0x88,0xe,0x4,0x0, -+0x4,0x4,0x7c,0x4,0x4,0x4,0x7c,0x4,0x4,0x4,0x7c,0x4,0x4,0x4,0xff,0x0,0x40,0x48,0x7c,0x40,0x40,0x48,0x7c,0x40,0x40,0x48,0x7c,0x40,0x40,0x44,0xfe,0x0, -+0x4,0x4,0x7,0x8,0x8,0x10,0x20,0x0,0x1,0x1,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0x40,0xe0,0x40,0x40,0x80,0x80,0x80,0x40,0x40,0x20,0x20,0x10,0xe,0x4,0x0, -+0x4,0x7,0x8,0x10,0x21,0x2,0xc,0x11,0x69,0x9,0x9,0x11,0x2,0x4,0x18,0xe0,0x20,0xf0,0x20,0x40,0x80,0x60,0x10,0xc,0x24,0x30,0x20,0x40,0x0,0x40,0x30,0xe, -+0x4,0x4,0x4,0x4,0xff,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x10,0x20,0xc0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x40,0x2f,0x20,0x0,0x87,0x64,0x24,0xc,0x15,0x26,0xe4,0x25,0x24,0x24,0x27,0x24,0x4,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xa4,0x1c,0x4,0x4,0xf4,0x4,0x4,0xfc,0x4, -+0x0,0x3f,0x20,0x2f,0x29,0x29,0x2f,0x29,0x29,0x2f,0x2a,0x29,0x2e,0x48,0x41,0x82,0x4,0xfe,0x0,0x7c,0x10,0x50,0x50,0x54,0x7e,0x20,0x30,0x50,0xd2,0x92,0xe,0x0, -+0x10,0x14,0x12,0x10,0xfe,0x11,0x92,0x54,0x18,0x30,0x54,0xd2,0x10,0x10,0x50,0x23,0x40,0x40,0x40,0x44,0xfe,0x8,0x88,0x88,0x90,0x50,0x50,0x20,0x50,0x50,0x8e,0x4, -+0x0,0x20,0x23,0x22,0x22,0x22,0x22,0x23,0x22,0x22,0x22,0x22,0x22,0x23,0x22,0x20,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x0,0x1,0x6,0x78,0x40,0x40,0x40,0x44,0x7e,0x40,0x40,0x40,0x40,0x40,0x7f,0x40,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x3e,0x20,0x3c,0x20,0x3f,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x7f,0x2,0xc,0x70,0x78,0x8,0x78,0x8,0xf8,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xf8,0x8,0x48,0x30, -+0x10,0x10,0x1f,0x21,0x62,0x14,0x8,0x14,0x23,0xc0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x40,0x40,0x40,0x50,0x4c,0x44,0x40,0x46,0xfc,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x8,0x2,0xff,0x0,0x3f,0x22,0x22,0x22,0x3e,0x8,0x2a,0x49,0x88,0x29,0x12,0x40,0x50,0x48,0x40,0x44,0xfe,0x40,0x50,0x50,0x50,0x50,0x50,0x52,0x92,0xe,0x0, -+0x1,0x0,0x1f,0x11,0x91,0x51,0x52,0x14,0x30,0x50,0xd0,0x11,0x22,0x24,0x48,0x10,0x0,0x84,0xfe,0x0,0x0,0xf8,0x10,0x20,0x20,0x40,0xc0,0x20,0x10,0x8,0xe,0x4, -+0x28,0x28,0xfe,0x29,0x3a,0x11,0x7c,0x54,0x57,0x7c,0x10,0xfe,0x11,0x12,0x10,0x10,0x80,0x84,0xfe,0x4,0x44,0x54,0xe4,0x44,0xfc,0x44,0xe4,0xd4,0x54,0x44,0x54,0x48, -+0x10,0x10,0x11,0x11,0xfe,0x14,0x11,0x1d,0x31,0xd1,0x11,0x11,0x11,0x11,0x50,0x20,0x80,0x80,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0x24,0xe4,0x4,0x14,0x8, -+0x0,0x45,0x2d,0x11,0x29,0x49,0x89,0x19,0x29,0x49,0x89,0x9,0x9,0x9,0x57,0x20,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x1,0x0,0x1f,0x10,0x93,0x52,0x12,0x13,0x32,0x52,0xd3,0x12,0x12,0x22,0x2f,0x40,0x0,0x84,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0x20,0x2f,0x28,0x48,0x48,0x8f,0x8,0x8,0xfc,0x8,0x8,0xf8,0x80,0x84,0xfe,0x80,0x88,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x8,0xfc,0x9,0x49,0x4a,0x4c,0x49,0x49,0x49,0x7d,0x5,0x1d,0xe5,0x4,0x28,0x10,0x80,0x80,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0xe4,0x24,0x4,0x14,0x8, -+0x8,0x8,0xff,0x8,0x10,0x1f,0x22,0x52,0x8a,0x7f,0x6,0xb,0xa,0x12,0x22,0x2,0x20,0x24,0xfe,0x20,0x4,0xfe,0x4,0x44,0x84,0xf4,0x4,0x84,0xc4,0x44,0x14,0x8, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0x27,0x24,0x24,0x27,0x24,0x40,0x80,0x8,0xfc,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0xe4,0x24,0x24,0xe4,0x4,0x14,0x8, -+0x0,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0xf,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x20,0x23,0x2a,0x3e,0x52,0x93,0x12,0xfe,0x12,0x12,0x13,0x2a,0x26,0x42,0x83,0x0,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x4,0xfe,0x0, -+0x22,0x19,0x9,0x0,0xff,0x4,0x9,0x11,0x2f,0xc1,0x1,0x3f,0x1,0x1,0x1,0x1,0x8,0x18,0x20,0x44,0xfe,0x40,0x20,0x10,0xee,0x4,0x10,0xf8,0x0,0x0,0x0,0x0, -+0x40,0x33,0x12,0x2,0x82,0x63,0x22,0xa,0x12,0x23,0xe2,0x22,0x22,0x22,0x3f,0x20,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x14,0xfe,0x0, -+0xff,0x22,0x3e,0x22,0x3e,0x22,0xff,0x2,0x3f,0x5,0x9,0x33,0x5,0x9,0x71,0x1,0x80,0xfe,0x44,0x28,0x10,0x28,0xc6,0x70,0x88,0x18,0xa0,0x40,0x30,0xe,0x4,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x13,0x16,0x1a,0x32,0xd2,0x13,0x12,0x12,0x12,0x53,0x20,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x4,0xfe,0x0, -+0x10,0x13,0x12,0x12,0xff,0x12,0x16,0x1b,0x32,0xd2,0x13,0x15,0x15,0x15,0x59,0x21,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x3f,0x0,0x10,0xf8,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x0,0x0,0x8,0xfc,0x0, -+0x0,0xf,0x8,0x8,0xf,0x8,0xf,0x8,0xf,0x8,0x8,0xff,0x4,0xc,0x10,0x20,0x20,0xf0,0x20,0x20,0xe0,0x20,0xe0,0x20,0xe0,0x20,0x24,0xfe,0x40,0x20,0x18,0x8, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x11,0x11,0x51,0x5d,0x51,0x51,0x5d,0xf1,0x41,0x0,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x11,0x11,0x51,0x5d,0x51,0x52,0x5e,0xe4,0x48,0x0,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xfe,0x20,0x24,0xfe,0x84,0x84,0x84,0xfc,0x84, -+0x20,0x21,0x3d,0x41,0x81,0x7d,0x21,0x21,0xfd,0x21,0x25,0x2a,0x32,0x24,0x8,0x0,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xfe,0x20,0x24,0xfe,0x84,0x84,0x84,0xfc,0x84, -+0x8,0xb,0xa,0x12,0x13,0x32,0x53,0x92,0x13,0x12,0x12,0x1f,0x10,0x11,0x13,0x14,0x8,0xfc,0x8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xfe,0x0,0x10,0xc,0x4, -+0x4,0x4,0x8,0xf,0x10,0x20,0x4f,0x8,0x8,0x8,0x8,0xf,0x8,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x44,0xe4,0x44,0x44,0x44,0x44,0xc4,0x44,0x4,0x28,0x10, -+0x10,0x13,0x12,0x12,0x5b,0x56,0x53,0x92,0x13,0x12,0x12,0x1f,0x10,0x11,0x13,0x14,0x8,0xfc,0x8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xfe,0x0,0x10,0xc,0x4, -+0x10,0x11,0x11,0x15,0x59,0x51,0x51,0x91,0x11,0x11,0x11,0x29,0x25,0x45,0x81,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x3f,0x20,0x20,0x3f,0x24,0x25,0x3f,0x24,0x24,0x3f,0x50,0x50,0x50,0x9f,0x10,0x84,0xc4,0xa4,0xa4,0xa4,0x24,0x24,0xa4,0x24,0xa4,0xe4,0xa4,0x84,0x84,0x94,0x88, -+0x10,0x11,0x11,0x11,0xfd,0x10,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x11,0x51,0x21,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0xc, -+0x2,0x7f,0x42,0x42,0x7e,0x0,0x7e,0x42,0x42,0x7e,0x42,0x42,0x7f,0x42,0x4a,0x44,0x20,0x44,0xfe,0x84,0xa4,0x84,0x94,0x88,0x80,0xfe,0x2,0x12,0xfa,0x2,0x14,0x8, -+0x10,0x11,0x11,0x11,0xfd,0x24,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x81,0x1,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x14,0x8, -+0x8,0xa,0x9,0x10,0x17,0x30,0x5f,0x91,0x12,0x15,0x19,0x11,0x11,0x11,0x11,0x10,0x40,0x48,0x50,0x40,0xfc,0xa0,0xfe,0x10,0x8,0xf6,0x14,0x10,0x50,0x24,0x4,0xfc, -+0x1,0x11,0x9,0x7f,0x2,0xff,0x4,0x8,0x1f,0x28,0xcf,0x8,0xf,0x8,0xf,0x8,0x0,0x10,0x20,0xfc,0x0,0xfe,0x40,0x20,0xf0,0x2e,0xe4,0x20,0xe0,0x20,0xe0,0x20, -+0x1,0x11,0x9,0x1,0x7f,0x2,0xff,0x4,0x8,0x1f,0x28,0xc8,0x9,0x8,0x8,0x7,0x0,0x10,0x20,0x8,0xfc,0x80,0xfe,0x40,0x20,0xf0,0x2e,0x24,0x20,0xc8,0x8,0xf8, -+0x8,0x9,0x11,0x21,0x45,0xfc,0x9,0x11,0x21,0xfd,0x41,0x1,0x1d,0xe1,0x41,0x1,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x14,0x8, -+0x20,0x2f,0x28,0x2a,0xf9,0x2f,0x38,0x6a,0xaa,0x2a,0x2b,0x2a,0x28,0x31,0xa1,0x42,0x4,0xfe,0x8,0x28,0x4e,0xf2,0xa0,0xa8,0xa8,0xa8,0xe8,0x94,0x94,0x24,0x22,0x40, -+0x27,0x26,0x25,0x24,0xff,0x20,0x23,0x26,0x3b,0xe2,0x22,0x20,0x23,0x20,0xa0,0x47,0xbc,0xb4,0xac,0xa4,0xbc,0x40,0xfc,0x40,0xf8,0x40,0x7c,0x0,0xf8,0x90,0x60,0x9e, -+0x10,0x10,0x10,0x10,0xff,0x10,0x14,0x18,0x30,0xd7,0x10,0x11,0x11,0x12,0x54,0x28,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0xfe,0x80,0x40,0x20,0x10,0xe,0x4, -+0x20,0x27,0x24,0x24,0xff,0x24,0x25,0x2d,0x35,0xe5,0x24,0x25,0x25,0x29,0xb1,0x41,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0x24,0x24,0xfc,0x20,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x17,0x14,0x24,0x27,0x64,0xa5,0x25,0x25,0x25,0x24,0x25,0x25,0x29,0x31,0x21,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0x24,0x24,0xfc,0x20,0x24,0x24,0x24,0xfc,0x4, -+0x0,0x7f,0x11,0x9,0x7f,0x44,0x7f,0x0,0x7e,0x43,0x7e,0x42,0x7e,0x44,0x7e,0x2,0x38,0xd0,0x10,0x24,0xfe,0x44,0xfc,0x8,0x8,0xfe,0x8,0x88,0x48,0x8,0x28,0x10, -+0x12,0x9,0x9,0x7f,0x40,0x80,0x1f,0x10,0x11,0x11,0x11,0x12,0x12,0x4,0x8,0x70,0x10,0x10,0x20,0xfe,0x2,0x14,0xf8,0x10,0x10,0x10,0x90,0x90,0x90,0x84,0x84,0x7c, -+0x0,0x40,0x30,0x10,0x7,0x8,0x10,0x10,0x20,0xef,0x20,0x21,0x21,0x22,0x24,0x28,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0xfe,0x80,0x40,0x20,0x10,0xe,0x4, -+0x0,0x40,0x30,0x10,0x7,0x0,0xf0,0x10,0x10,0x1f,0x10,0x15,0x19,0x12,0x4,0x8,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0xfe,0x80,0x40,0x20,0x10,0xe,0x4, -+0x10,0x10,0x10,0x20,0x45,0xff,0x9,0x11,0x21,0xfd,0x41,0x1,0x1d,0xe1,0x41,0x0,0x40,0x40,0x78,0x90,0x24,0xfe,0x24,0x24,0x24,0xfc,0x4,0x0,0x0,0x2,0x2,0xfe, -+0x10,0x10,0x10,0x10,0x11,0xfd,0x12,0x10,0x10,0x10,0x10,0x1d,0xf0,0x40,0x0,0x0,0x80,0x80,0x84,0xfe,0x4,0x4,0x84,0x44,0x14,0x24,0x44,0x84,0x84,0x4,0x28,0x10, -+0x8,0x8,0xff,0x8,0x7f,0x40,0x41,0x4f,0x41,0x7f,0x45,0x49,0x51,0x41,0x7f,0x40,0x20,0x24,0xfe,0x20,0xfc,0x44,0xe4,0x4,0x24,0xf4,0x44,0x34,0x14,0x4,0xfc,0x4, -+0x10,0x10,0x14,0x1e,0x21,0x41,0xbe,0x10,0x10,0x7c,0x10,0x11,0x14,0x18,0x10,0x0,0x80,0x80,0x84,0xfe,0x4,0x4,0x84,0x44,0x14,0x24,0x44,0x84,0x84,0x4,0x28,0x10, -+0x0,0x7f,0x42,0x82,0x3f,0x4,0x9,0x11,0x3f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x0,0xfe,0x2,0x14,0xf8,0x0,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x4,0x4,0xff,0x4,0x4,0x3f,0x8,0x8,0x1f,0x18,0x28,0x48,0x8f,0x8,0x10,0xf8,0x10,0x14,0xfe,0x10,0x10,0xf0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x11,0x57,0x54,0x55,0x56,0x54,0x55,0x56,0x7c,0x44,0x0,0x1,0x6,0x40,0x40,0x90,0x8,0xfc,0x90,0xc,0x84,0xf8,0x88,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x8,0x8,0x8,0x11,0x17,0x31,0x52,0x95,0x11,0x12,0x13,0x14,0x18,0x10,0x11,0x16,0x40,0x40,0x90,0x8,0xfc,0x10,0xc,0x4,0xf0,0x10,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x0,0x40,0x30,0x10,0xff,0x0,0x49,0x4a,0x48,0x49,0x51,0x12,0x1c,0xe0,0x40,0x3,0x20,0x20,0x48,0x84,0xfe,0x88,0x6,0x82,0xf8,0x8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x40,0x30,0x10,0x1,0x87,0x61,0x22,0x5,0x11,0x22,0xe3,0x24,0x28,0x20,0x21,0x26,0x40,0x40,0x90,0x8,0xfc,0x10,0xc,0x4,0xf0,0x10,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x0,0x7f,0x11,0x11,0xff,0x11,0x11,0x7f,0x20,0x41,0xbf,0x21,0x21,0x21,0x3f,0x21,0x0,0x7c,0x44,0x44,0xc8,0x48,0x50,0x48,0x44,0x42,0xc2,0x62,0x54,0x48,0x40,0x40, -+0x8,0xfc,0x8,0x48,0x4b,0x48,0x49,0x4a,0x48,0x7d,0x6,0x4,0x34,0xc4,0x14,0xb,0x20,0x20,0x48,0x84,0xfe,0x88,0x6,0x82,0xf8,0x8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x0,0xf7,0x94,0x98,0x91,0x92,0x90,0x91,0x9e,0x93,0xf2,0x92,0x2,0x3,0x2,0x80,0x40,0xfe,0x82,0xf4,0x10,0xa0,0x40,0xb0,0xe,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x4,0x74,0x54,0x5f,0x54,0x54,0x54,0x54,0x54,0x54,0x74,0x48,0xa,0x11,0x20,0x0,0x0,0x4,0xbe,0xe4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xbc,0x24,0x0, -+0x2,0x2,0x3,0x2,0x2,0x2,0xff,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x20,0xf0,0x0,0x0,0x4,0xfe,0x0,0x0,0x80,0x60,0x30,0x10,0x0,0x0,0x0, -+0x0,0x8,0x7c,0x49,0x4b,0x4c,0x48,0x48,0x49,0x4e,0x49,0x79,0x49,0x1,0x1,0x1,0x80,0x80,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x7f,0x8,0x8,0x8,0x8,0x8,0xff,0x8,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x10,0x12,0x12,0x13,0xfe,0x12,0x17,0x1a,0x30,0xd3,0x12,0x12,0x13,0x12,0x52,0x23,0x20,0x20,0x24,0xac,0x30,0xa2,0x22,0x1e,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x10,0x12,0x12,0x13,0xfe,0x12,0x3b,0x36,0x50,0x53,0x92,0x12,0x13,0x12,0x12,0x13,0x20,0x20,0x24,0xac,0x30,0xa2,0x22,0x5e,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x8,0x49,0x49,0x49,0x7f,0x2,0xff,0x2,0x2,0x7e,0x42,0x40,0x46,0x58,0x61,0x2,0x8,0x7c,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x8a,0x8a,0x6,0x0, -+0x20,0x27,0x24,0x24,0xb7,0xac,0xa4,0x27,0x24,0x24,0x25,0x24,0x27,0x24,0x20,0x21,0x4,0xbe,0x88,0xa8,0xa8,0xa8,0xa8,0xbe,0x8,0x10,0x18,0xa8,0xaa,0x4a,0x86,0x0, -+0x1,0x3f,0x4,0x4,0x4,0x4,0x4,0xff,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x84,0x4,0x24,0x24,0x24,0xa4,0xe4,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x11,0x11,0x17,0x11,0xfd,0x11,0x11,0x11,0x11,0x1f,0x12,0x1e,0xf3,0x42,0x3,0x0,0x10,0x10,0xfc,0x10,0xf0,0x10,0xf0,0x10,0x14,0xfe,0x0,0x90,0x8,0x0,0xfc,0x0, -+0x22,0x22,0x7f,0x22,0x3e,0x22,0x3e,0x22,0x22,0xff,0x54,0x62,0x40,0x7e,0x1,0x2,0x20,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xa4,0x24,0x44,0x44,0x84,0x14,0x8, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x14,0x10,0x10,0x10,0x10,0x1c,0xe1,0x42,0x4,0x8,0x80,0x80,0x80,0xfc,0x4,0x8,0x40,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x4,0xfe,0x10,0x11,0x22,0x24,0x7e,0xa4,0x24,0x24,0x24,0x25,0x3e,0x24,0x8,0x80,0x80,0x80,0xfc,0x4,0x8,0x40,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x7f,0x2,0x7f,0x4,0xff,0x8,0x1f,0x30,0x5f,0x90,0x1f,0x10,0x10,0x1f,0x10,0x70,0x80,0x10,0xf8,0x0,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x1,0x0,0x3f,0x20,0x2f,0x20,0x3f,0x20,0x2f,0x28,0x24,0x22,0x44,0x48,0x92,0x1,0x0,0x84,0xfe,0x80,0xf8,0x88,0xfe,0x88,0xf8,0x80,0xc4,0xa8,0x90,0x8e,0x84,0x0, -+0x20,0x20,0x27,0x24,0xb7,0xac,0xa7,0xa4,0x27,0x24,0x25,0x24,0x25,0x2a,0x30,0x20,0x80,0x44,0xfe,0x40,0xfc,0x44,0xfe,0x44,0xfc,0x48,0x50,0xe0,0x50,0x4e,0x44,0xc0, -+0x20,0x20,0x27,0xac,0x77,0x24,0xff,0x24,0x77,0x6c,0xa5,0x24,0x25,0x2a,0x30,0x20,0x80,0x44,0xfe,0x40,0xfc,0x44,0xfe,0x44,0xfc,0x48,0x50,0xe0,0x50,0x4e,0x44,0xc0, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x14,0x18,0x30,0xd0,0x10,0x10,0x10,0x1f,0x50,0x20,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0,0x0, -+0x10,0x10,0x10,0x17,0xfc,0x10,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x12,0x52,0x24,0x80,0x40,0x44,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x2,0x1,0x1,0xff,0x0,0x0,0xf,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x4,0xfe,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x10,0x17,0x54,0x58,0x51,0x91,0x11,0x11,0x11,0x29,0x25,0x42,0x82,0x4,0x80,0x40,0x44,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x2,0x2,0x3f,0x2,0x2,0xff,0x2,0x4,0xf,0x12,0x27,0x40,0x80,0x2,0x1,0x0,0x0,0x10,0xe0,0x40,0x84,0xfe,0x0,0x10,0xf8,0x0,0xf0,0x10,0x10,0x20,0x20,0xc0, -+0x10,0x10,0x13,0x10,0xfc,0x17,0x10,0x19,0x33,0xd4,0x19,0x10,0x10,0x11,0x50,0x20,0x80,0x88,0xf8,0x90,0xa4,0xfe,0x80,0x8,0xfc,0x80,0xf8,0x8,0x8,0x10,0x90,0x60, -+0x10,0x10,0x13,0x54,0x58,0x53,0x90,0x11,0x13,0x14,0x19,0x28,0x24,0x45,0x80,0x0,0x80,0x88,0xf8,0x90,0xa4,0xfe,0x80,0x8,0xfc,0x80,0xf8,0x8,0x8,0x10,0x90,0x60, -+0x11,0x1f,0x21,0xff,0x0,0x1f,0x10,0x1f,0x2,0x7e,0x2,0x3e,0x2,0x7e,0x2,0x2,0x20,0xf0,0x4,0xfe,0x0,0xf0,0x10,0xf0,0x80,0xfc,0x80,0xf8,0x80,0xfc,0x80,0x80, -+0x10,0x10,0x17,0x10,0x10,0xfd,0x11,0x11,0x11,0x11,0x11,0x1d,0xf1,0x40,0x0,0x0,0x0,0x4,0xfe,0x8,0x8,0xe8,0x28,0x28,0x28,0x28,0x28,0xe8,0x28,0x8,0x28,0x10, -+0x8,0x8,0x7f,0x8,0x0,0xff,0x0,0x1,0x1f,0x11,0x11,0x11,0x1f,0x11,0x0,0x0,0x20,0x28,0xfc,0x20,0x4,0xfe,0x20,0x20,0xa0,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x17,0x10,0xfc,0x11,0x39,0x35,0x51,0x51,0x91,0x11,0x11,0x10,0x10,0x10,0x0,0x4,0xfe,0x8,0x8,0xe8,0x28,0x28,0x28,0x28,0x28,0xe8,0x28,0x8,0x28,0x10, -+0x10,0x13,0x12,0x12,0xff,0x12,0x3a,0x37,0x50,0x5f,0x90,0x10,0x11,0x12,0x1c,0x10,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x0,0x4,0xff,0x10,0x10,0x21,0x20,0x7c,0xa5,0x24,0x25,0x25,0x25,0x3d,0x23,0x0,0x20,0x28,0xfc,0x20,0x24,0xfe,0x40,0x88,0xfc,0x0,0xfc,0x54,0x54,0x54,0xfe,0x0, -+0x0,0x7f,0x54,0x54,0x7d,0x55,0x55,0x7d,0x11,0xff,0x31,0x39,0x55,0x54,0x90,0x13,0x4,0xfe,0x40,0x84,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x8c,0x4, -+0x4,0xe,0xf8,0x8,0x8,0xfe,0x8,0x1c,0x1a,0x29,0x28,0x48,0x88,0x8,0x8,0x8,0x10,0x10,0x90,0x50,0x10,0x90,0x50,0x14,0x1e,0xf0,0x10,0x10,0x10,0x10,0x10,0x10, -+0x1,0x1,0x7f,0x1,0x3f,0x0,0x7f,0x40,0x8f,0x8,0x8,0x8,0x8,0x8,0x10,0x60,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x22,0xf4,0x20,0x20,0x20,0x24,0x24,0x1c,0x0, -+0x0,0x0,0x8,0x7f,0x48,0x48,0x49,0x4b,0x48,0x48,0x48,0x79,0x4e,0x0,0x1,0x6,0x80,0x40,0x44,0xfe,0x40,0x80,0x8,0xf8,0x10,0x24,0x4c,0x90,0x20,0x50,0x8c,0x4, -+0x0,0xff,0x0,0x0,0x1f,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x0,0x0,0x4,0xfe,0x10,0x90,0xd0,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x10,0x10,0x50,0x20, -+0x0,0x47,0x34,0x17,0x84,0x67,0x22,0x3,0x14,0x24,0xe8,0x35,0x24,0x27,0x20,0x20,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x44,0x44,0xa4,0x14,0x4,0xe4,0x14,0x8, -+0x1,0x1,0xff,0x1,0x1,0x1f,0x10,0x10,0x10,0x1f,0x14,0x4,0x4,0x8,0x10,0x60,0x0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x50,0x40,0x40,0x42,0x42,0x3e, -+0x8,0x4,0x4,0xff,0x4,0x8,0x10,0x7f,0x2,0x4,0x9,0x72,0x6,0x19,0xe0,0x0,0x4,0x4,0x84,0xc4,0x4,0xa4,0xa4,0x24,0x24,0xa4,0x24,0x24,0x4,0x84,0x94,0x8, -+0x2,0x1,0x7f,0x48,0x8f,0x8,0x14,0x23,0xc,0x30,0xcf,0x8,0x8,0x8,0xf,0x8,0x0,0x0,0xfe,0x2,0xf4,0x20,0x40,0x80,0x60,0x1e,0xe4,0x20,0x20,0x20,0xe0,0x20, -+0x0,0x43,0x22,0x22,0x3,0x2,0xe2,0x23,0x20,0x2f,0x20,0x29,0x32,0x24,0x8,0x0,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0xfe,0xe0,0x50,0x48,0x4e,0x44,0x40, -+0x1,0x9,0x9,0x9,0x9,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x10,0x0,0x10,0xf8,0x0,0x4,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x0,0x9,0x7d,0x49,0x49,0x4f,0x48,0x4b,0x4a,0x4b,0x4a,0x7b,0x4a,0x2,0x2,0x2,0x40,0x48,0x7c,0x40,0x44,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x22,0x21,0x24,0x38,0x1,0x7f,0x1,0x1,0xff,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x8,0x90,0x60,0x1c,0x8,0xfc,0x0,0x4,0xfe,0x0, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x22,0x21,0x24,0x38,0x2,0x51,0x50,0x90,0xf,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x8,0x90,0x60,0x1c,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x10,0x10,0x10,0x17,0xfc,0x10,0x11,0x11,0x11,0x11,0x1d,0xf1,0x41,0x2,0x2,0x4,0x80,0x40,0x44,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x8,0x7c,0x4f,0x48,0x48,0x49,0x49,0x49,0x49,0x49,0x79,0x49,0x2,0x2,0x4,0x80,0x40,0x44,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x2,0x1,0x7f,0x40,0x84,0xc,0x10,0x20,0x0,0x3f,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0xfe,0x2,0x44,0x30,0x18,0x8,0x0,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x4,0xfe,0x10,0x10,0x10,0x10,0x1e,0xf1,0x42,0x0,0x52,0x51,0x50,0x90,0xf,0x0,0x10,0xf8,0x90,0x90,0xd0,0xb0,0x92,0x12,0xe,0x0,0x4,0x82,0x92,0x12,0xf0,0x0, -+0x0,0x7f,0x21,0x2,0xc,0x8,0x8,0xb,0x1c,0xe8,0x8,0x8,0x8,0x8,0x28,0x10,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x13,0x12,0xfc,0x10,0x15,0x18,0x30,0xd3,0x10,0x10,0x10,0x10,0x57,0x20,0x40,0x20,0xfe,0x2,0x54,0x88,0x4,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x13,0x12,0x13,0xfe,0x12,0x16,0x1a,0x32,0xd2,0x12,0x13,0x12,0x12,0x53,0x20,0x8,0xfc,0x0,0x8,0x88,0x50,0x50,0x20,0x20,0x50,0x98,0x8,0x0,0x4,0xfe,0x0, -+0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3f,0x20,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0, -+0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0xa,0xc,0x18,0xe8,0x8,0x8,0x8,0x28,0x10,0x0,0x0,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x0,0x0, -+0x2,0x1,0x7f,0x40,0x84,0x3e,0x0,0x1,0x7f,0x14,0x14,0x14,0x25,0x26,0x44,0x83,0x0,0x0,0xfe,0x42,0x74,0x40,0x40,0xf0,0x10,0xa0,0x40,0xa0,0x18,0xa,0x2,0xfe, -+0x10,0x10,0x10,0x10,0xff,0x10,0x38,0x34,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x2,0x3f,0x22,0x22,0x22,0x3e,0x22,0x1,0x1,0xff,0x1,0x2,0x4,0x8,0x30,0xc0,0x8,0xfc,0x88,0x88,0x88,0xf8,0x88,0x40,0x24,0xfe,0x0,0x80,0x40,0x30,0xe,0x4, -+0x2,0x1,0x7f,0x44,0x88,0x1f,0x10,0x1f,0x10,0x14,0x17,0x10,0x28,0x28,0x4f,0x88,0x0,0x0,0xfe,0x42,0x24,0xf8,0x8,0xf8,0x80,0x90,0xf0,0x80,0x88,0x88,0xf8,0x8, -+0x8,0x8,0x7f,0x8,0x9,0x1,0xff,0x1,0x1,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x20,0x28,0xfc,0x20,0x20,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x57,0x61,0x41,0x41,0x7f,0x41,0x41,0x7f,0x41,0x10,0x90,0x50,0x7c,0x50,0x90,0x10,0xfe,0x4,0x7e,0x44,0x44,0x44,0x44,0x7c,0x44, -+0x1,0x0,0x3f,0x21,0x21,0x3f,0x22,0x24,0x28,0x2f,0x20,0x20,0x3f,0x40,0x40,0x80,0x0,0x88,0xfc,0x0,0x8,0xfc,0x0,0x80,0x90,0xf8,0x80,0x84,0xfe,0x80,0x80,0x80, -+0x40,0x30,0x13,0x2,0xfe,0xb,0x12,0x37,0x5b,0x96,0x12,0x13,0x12,0x14,0x18,0x10,0x40,0x24,0xfe,0x40,0x48,0xfc,0x80,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x1,0x1,0x7f,0x2,0x4,0x18,0xe7,0x0,0x3f,0x4,0xf,0x0,0x0,0x4,0x2,0x1,0x0,0x8,0xfc,0x80,0x40,0x30,0xce,0x4,0xf8,0x0,0xe0,0x20,0x20,0x20,0x40,0x80, -+0x20,0x20,0x20,0x27,0xf8,0x21,0x22,0x25,0x28,0x23,0x38,0xe1,0x40,0x0,0x0,0x0,0x40,0x40,0x48,0xfc,0xa0,0x10,0xe,0xf4,0x0,0xfc,0x80,0xf8,0x8,0x8,0x90,0x60, -+0x10,0x10,0x10,0x17,0xf8,0x11,0x1a,0x35,0xd0,0x17,0x10,0x11,0x10,0x10,0x50,0x20,0x40,0x40,0x48,0xfc,0xa0,0x10,0xe,0xf4,0x0,0xfc,0x80,0xf8,0x8,0x8,0x90,0x60, -+0x4,0x7e,0x44,0x47,0x44,0x7d,0x12,0x15,0x5c,0x53,0x50,0x51,0x5c,0xf0,0x40,0x0,0x40,0x40,0x48,0xfc,0xa0,0x10,0xe,0xf4,0x0,0xfc,0x80,0xf8,0x8,0x8,0x90,0x60, -+0x0,0x78,0x48,0x4f,0x48,0x79,0x4a,0x4d,0x48,0x7b,0x48,0x49,0x48,0x48,0x48,0x98,0x40,0x40,0x48,0xfc,0xa0,0x10,0xe,0xf4,0x0,0xfc,0x80,0xf8,0x8,0x8,0x90,0x60, -+0x10,0x10,0x10,0x10,0x13,0xfc,0x10,0x10,0x10,0x17,0x1c,0xf1,0x41,0x2,0x4,0x8,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0xfe,0x80,0x40,0x20,0x10,0xe,0x4, -+0x12,0x1f,0x28,0x45,0x90,0x10,0x13,0x58,0x54,0x50,0x97,0x10,0x10,0x11,0x12,0x1c,0x44,0x7e,0xa0,0x10,0x40,0x48,0xfc,0x48,0x48,0x48,0xfe,0x40,0xa0,0x10,0xe,0x4, -+0x10,0x10,0x11,0x21,0x22,0x64,0xa8,0x33,0x20,0x20,0x2f,0x21,0x21,0x22,0x27,0x20,0x80,0x80,0x40,0x40,0x20,0x10,0x4e,0xe4,0x0,0x8,0xfc,0x0,0x20,0x10,0xf8,0x8, -+0x10,0x10,0x10,0x10,0x5b,0x54,0x50,0x90,0x10,0x1f,0x10,0x11,0x11,0x12,0x14,0x18,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0xfe,0x80,0x40,0x20,0x10,0xe,0x4, -+0x2,0x1,0x7f,0x44,0x84,0x7f,0x4,0x1f,0x10,0x11,0x11,0x11,0x12,0x4,0x8,0x70,0x0,0x0,0xfe,0x42,0x44,0xfc,0x50,0xf8,0x10,0x10,0x10,0x90,0x90,0x82,0x82,0x7e, -+0x8,0x9,0xff,0x8,0xa,0x7f,0x0,0x7f,0x0,0xff,0x8,0x2a,0x49,0x88,0x29,0x12,0x20,0x20,0xa0,0x7e,0x82,0x4,0x28,0x20,0x20,0xa0,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0x7f,0x40,0x5f,0x41,0x41,0x41,0x4f,0x41,0x41,0x41,0x5f,0x40,0x40,0x7f,0x0,0x8,0xfc,0x0,0xf0,0x0,0x0,0x40,0xe0,0x0,0x0,0x20,0xf0,0x0,0x4,0xfe,0x0, -+0x12,0x1f,0x28,0x45,0xbf,0x20,0x2f,0x20,0x20,0x27,0x20,0x20,0x2f,0x20,0x3f,0x0,0x48,0x7c,0xa0,0x10,0xfc,0x0,0xf8,0x80,0xa0,0xf0,0x80,0x90,0xf8,0x0,0xfc,0x0, -+0x82,0x47,0x28,0x10,0x28,0x48,0x88,0x9,0x18,0x28,0x48,0x88,0x8,0x8,0x57,0x20,0x4,0xfe,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x12,0x3a,0x36,0x52,0x52,0x92,0x12,0x13,0x12,0x13,0x10,0x8,0xfc,0x0,0xf8,0x20,0x20,0x20,0xf8,0x20,0x20,0x20,0x28,0xfc,0x0,0xfe,0x0, -+0x0,0x4,0xfe,0x11,0x11,0x21,0x25,0x3f,0x65,0xa5,0x25,0x25,0x3d,0x22,0x4,0x8,0x40,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0xb,0x7e,0x4a,0x4a,0x4a,0x7a,0x4a,0x4a,0x7a,0x4a,0x4a,0x4b,0x7a,0x4b,0x0,0x8,0xfc,0x0,0xf8,0x20,0x20,0x20,0xf8,0x20,0x20,0x20,0x28,0xfc,0x0,0xfe,0x0, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x4a,0x7a,0x44,0x4,0x8,0x10,0x40,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x47,0x34,0x14,0x4,0x4,0xf,0x12,0x22,0xe2,0x22,0x22,0x24,0x24,0x28,0x30,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x3f,0x0,0x0,0x0,0xff,0x4,0x4,0x8,0xf,0x0,0x0,0x0,0x2,0x1,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x20,0xc0, -+0x2,0x2,0xff,0x4,0x4,0xa,0x9,0x11,0x22,0x44,0x3f,0x24,0x24,0x24,0xff,0x0,0x0,0x4,0xfe,0x80,0x90,0xa0,0x40,0x20,0x1c,0x8,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x1,0x21,0x21,0x3f,0x20,0x8,0x4f,0x48,0x48,0x4b,0x48,0x50,0x10,0x27,0x40,0x80,0x0,0x8,0x8,0xf8,0x8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x2,0x1,0x7f,0x44,0x88,0x8,0x3e,0x8,0x8,0x7e,0x8,0x8,0x14,0x12,0x20,0x43,0x0,0x0,0xfe,0x42,0x24,0xf8,0x88,0xa8,0xa8,0xa8,0xa8,0x30,0x52,0x52,0x8e,0x0, -+0x8,0x8,0xff,0x8,0x3e,0x22,0x14,0x8,0x3f,0xc1,0x1,0x3f,0x1,0x2,0xc,0x30,0x20,0x24,0xfe,0x20,0xa0,0x48,0x30,0x10,0xee,0x4,0x10,0xf8,0x0,0xc0,0x30,0x8, -+0x1,0x1,0xff,0x4,0x9,0x11,0x2f,0xc1,0x3f,0x1,0x1,0x1f,0x1,0x1,0x7f,0x0,0x0,0x4,0xfe,0x40,0x20,0x10,0xee,0x4,0xf8,0x0,0x20,0xf0,0x0,0x8,0xfc,0x0, -+0x10,0x20,0x7f,0x49,0x49,0x7f,0x49,0x49,0x7f,0x49,0xc,0x15,0x15,0x27,0x44,0x83,0x0,0x8,0x48,0x28,0x8,0x48,0x28,0x8,0xe,0xf8,0x8,0x8,0x48,0xc8,0x2,0xfe, -+0x10,0x11,0x17,0x24,0x24,0x67,0xa4,0x24,0x27,0x24,0x20,0x21,0x21,0x22,0x24,0x28,0x80,0x8,0xfc,0x48,0x48,0xf8,0x48,0x88,0xf8,0x88,0x90,0x50,0x68,0x7a,0x42,0x3e, -+0x20,0x20,0x23,0x3a,0x4b,0x50,0x8f,0x20,0x23,0x22,0x22,0x22,0x2a,0x30,0x21,0x6,0x40,0x48,0xfc,0x48,0xf8,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x10,0x11,0x13,0x12,0x5a,0x57,0x52,0x92,0x13,0x12,0x10,0x11,0x11,0x12,0x14,0x18,0x80,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x80,0xc8,0x48,0x54,0x5e,0x42,0x3e, -+0x0,0x40,0x33,0x12,0x83,0x60,0x2f,0x8,0x13,0x22,0xe2,0x22,0x22,0x20,0x21,0x26,0x40,0x48,0xfc,0x48,0xf8,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x20,0x20,0x20,0x27,0xfc,0x24,0x24,0x27,0x24,0x24,0x3c,0xe7,0x44,0x0,0x0,0x0,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x44,0x40,0x40,0x40, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x0,0x20,0x24,0x3e,0x20,0x20,0x2e,0x70,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x80,0x84,0x98,0xe0,0x80,0x82,0x82,0x7e, -+0x10,0x17,0x14,0x14,0xfc,0x17,0x14,0x1c,0x34,0xd5,0x16,0x14,0x14,0x14,0x57,0x24,0x4,0xfe,0x44,0x44,0x44,0xfc,0x44,0xc4,0xe4,0x5c,0x4c,0x44,0x44,0x4,0xfc,0x4, -+0x0,0x7f,0x41,0x41,0x41,0x5f,0x41,0x43,0x43,0x45,0x49,0x51,0x41,0x41,0x7f,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x4,0x4,0x84,0x64,0x34,0x14,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x13,0x10,0xfc,0x10,0x17,0x18,0x30,0xd3,0x12,0x12,0x12,0x12,0x53,0x22,0x8,0x3c,0xc0,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x16,0x1a,0x32,0xd2,0x12,0x12,0x12,0x14,0x54,0x28,0x40,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x22,0x3f,0x20,0x2f,0x28,0x2f,0x20,0x3f,0x21,0x22,0x5f,0x42,0x8a,0x4,0x84,0xfe,0x0,0xc0,0x3e,0xa2,0xa4,0xa8,0x24,0xa2,0x22,0x32,0xac,0x20,0x20,0x20, -+0x10,0xd,0x44,0x50,0x4b,0x40,0x60,0x57,0x40,0x48,0x53,0x72,0x52,0x53,0x52,0x40,0x4,0xfe,0x4,0x64,0x84,0x84,0xa4,0xf4,0x84,0xa4,0xf4,0x24,0x24,0xe4,0x14,0x8, -+0x10,0x10,0x10,0x13,0x10,0xfd,0x11,0x11,0x10,0x10,0x10,0x1c,0xe0,0x40,0x7,0x0,0x80,0x40,0x48,0xfc,0x0,0x8,0x8,0x8,0x90,0x90,0x90,0xa0,0x20,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x11,0x15,0x19,0x30,0xd0,0x10,0x10,0x10,0x10,0x57,0x20,0x80,0x40,0x48,0xfc,0x0,0x8,0x8,0x8,0x90,0x90,0x90,0xa0,0x20,0x44,0xfe,0x0, -+0x1,0x11,0x7f,0x51,0x51,0x57,0x55,0x55,0x55,0x57,0x51,0x73,0x45,0x9,0x1,0x1,0x4,0x44,0xe4,0x4,0x54,0xf4,0x54,0x54,0x54,0xd4,0x14,0x84,0x44,0x4,0x14,0x8, -+0x10,0x10,0x10,0x13,0x7c,0x54,0x57,0x54,0x55,0x7d,0x51,0x15,0x1d,0xf5,0x41,0x1,0x90,0x90,0x90,0xfc,0x90,0x94,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x8,0x7c,0x48,0x4b,0x48,0x78,0x4f,0x48,0x49,0x79,0x49,0x49,0x49,0x49,0x89,0x19,0x90,0x90,0x90,0xfc,0x90,0x94,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x20,0x10,0x13,0xfe,0x44,0x29,0x29,0xff,0x11,0x15,0xfe,0x10,0x11,0x12,0x20,0x40,0x20,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x70,0xa8,0x2e,0x24,0x20,0x20, -+0x2,0x2,0x72,0x5f,0x52,0x52,0x52,0x53,0x52,0x5e,0x52,0x72,0x52,0x2,0xb,0x4,0x20,0x10,0x14,0xfe,0x0,0x44,0xc4,0x44,0x44,0x48,0x28,0x28,0x28,0x0,0xfe,0x0, -+0x8,0x8,0xff,0x9,0x1,0x7f,0x1,0x9,0x5,0xff,0x3,0x5,0x9,0x31,0xc1,0x1,0x20,0x24,0xfe,0x20,0x8,0xfc,0x0,0x20,0x44,0xfe,0x80,0x40,0x30,0xe,0x4,0x0, -+0x1,0x1,0x1,0x7f,0x1,0x21,0x19,0x9,0xff,0x3,0x5,0x9,0x31,0xc1,0x1,0x1,0x0,0x0,0x8,0xfc,0x0,0x10,0x30,0x44,0xfe,0x80,0x40,0x30,0x1e,0x4,0x0,0x0, -+0x10,0x14,0xfe,0x10,0x7d,0x56,0x54,0x54,0x7c,0x10,0x38,0x34,0x54,0x90,0x10,0x13,0x20,0x20,0x7c,0x88,0x14,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0x20,0x58,0x84,0x2, -+0x8,0x8,0xff,0x8,0x4,0x24,0x25,0x26,0x24,0x4,0x3f,0x24,0x24,0x24,0xff,0x0,0x20,0x24,0xfe,0x20,0x90,0xf8,0x0,0x40,0x20,0x8,0xfc,0x48,0x48,0x48,0xfe,0x0, -+0x8,0x8,0x7e,0x8,0x1c,0x2a,0x49,0xa,0x2,0xff,0x4,0x8,0x4,0x3,0x4,0x18,0x20,0x28,0xfc,0x20,0x70,0xac,0x24,0x20,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x10,0x12,0x11,0x10,0xff,0x10,0x30,0x38,0x57,0x50,0x90,0x10,0x10,0x10,0x1f,0x10,0x0,0x8,0x10,0xa4,0xfe,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x10,0x12,0x11,0x10,0xff,0x10,0x14,0x18,0x33,0xd0,0x10,0x10,0x10,0x10,0x5f,0x20,0x0,0x8,0x10,0xa4,0xfe,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x12,0x1f,0x28,0x45,0x84,0x24,0x25,0x26,0x24,0x4,0x3f,0x24,0x24,0x24,0xff,0x0,0x48,0x7c,0xa0,0x10,0x80,0xfc,0x40,0x20,0x20,0x8,0xfc,0x48,0x48,0x48,0xfe,0x0, -+0x20,0x1b,0x49,0x41,0x7f,0x41,0x5f,0x59,0x55,0x51,0x5f,0x43,0x45,0x49,0x51,0x41,0x4,0xfe,0x4,0x14,0xfc,0x4,0xf4,0x34,0x54,0x14,0xf4,0x84,0x44,0x34,0x14,0xc, -+0x10,0x8,0x4,0x7f,0x0,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x10,0x20,0x48,0xfc,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x42,0x31,0x15,0x4,0x87,0x64,0x25,0xd,0x15,0x25,0xe5,0x24,0x25,0x26,0x24,0x24,0x4,0x7e,0x4,0x54,0xfc,0x44,0xf4,0x54,0xf4,0x54,0xf4,0xe4,0x54,0x4c,0x44,0xc, -+0x2,0x41,0x25,0x24,0x7,0x4,0xe5,0x25,0x25,0x25,0x25,0x24,0x2d,0x36,0x24,0x4,0x4,0x7e,0x4,0x54,0xfc,0x44,0xf4,0x54,0xf4,0x54,0xf4,0xe4,0x54,0x4c,0x44,0xc, -+0x10,0x12,0x12,0x12,0xfe,0x12,0x14,0x1b,0x32,0xd2,0x12,0x12,0x12,0x10,0x51,0x26,0x90,0x94,0x9e,0xa8,0xc4,0x84,0x88,0xfc,0x8,0x48,0x48,0x68,0xa8,0xa2,0x22,0x1e, -+0x8,0x48,0x48,0x49,0x4a,0x48,0x1f,0x10,0x11,0x11,0x11,0x11,0x12,0x4,0x18,0xe0,0x80,0x84,0xfe,0x20,0x10,0x10,0xf8,0x10,0x10,0x10,0x10,0x90,0x90,0x82,0x82,0x7e, -+0x22,0x22,0x3f,0x22,0xaf,0xaa,0xaa,0xaa,0x2f,0x22,0x27,0x2a,0x32,0x22,0x22,0x22,0x10,0x10,0xdc,0x24,0xc8,0xbe,0xa2,0xaa,0xaa,0x2a,0x2a,0xaa,0x2a,0x8,0x14,0x62, -+0x10,0x12,0x22,0x22,0x42,0xfe,0x8,0x13,0x22,0xfe,0x2,0x2,0x1c,0xe0,0x41,0xe,0x90,0x90,0x9e,0xa8,0xc4,0x84,0x88,0xfc,0x8,0x48,0x48,0x68,0xa0,0xa2,0x22,0x1e, -+0x10,0x11,0x10,0x54,0x58,0x57,0x50,0x90,0x10,0x13,0x10,0x28,0x24,0x40,0x8f,0x0,0x0,0x8,0x90,0xa0,0x4,0xfe,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x1,0x41,0x35,0x15,0x85,0x65,0x25,0x1,0x10,0x27,0xe5,0x25,0x25,0x25,0x3f,0x20,0x20,0x20,0x24,0x3e,0x50,0x88,0x8,0x0,0x8,0xfc,0x28,0x28,0x28,0x28,0xfe,0x0, -+0x0,0x8,0xff,0x12,0x12,0x13,0x12,0xfe,0x13,0x12,0x12,0x12,0x1e,0xf2,0x43,0x2,0x80,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x48,0x30,0x10,0x8e,0x4,0x0, -+0x22,0x21,0x20,0x27,0xfc,0x24,0x77,0x6c,0xa4,0x27,0x24,0x25,0x25,0x26,0x24,0x20,0x0,0x0,0x3e,0xa2,0xa4,0xa4,0xa8,0xa4,0xa4,0xa2,0x22,0x22,0xb4,0xa8,0x20,0x20, -+0x0,0x44,0x2b,0x12,0x2a,0x4b,0x8a,0xa,0x1b,0x2a,0x4a,0x8a,0xa,0xa,0x53,0x22,0x80,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x48,0x30,0x10,0x8e,0x4,0x0, -+0x0,0x3f,0x24,0x22,0x2f,0x28,0x2f,0x28,0x2f,0x28,0x29,0x2b,0x4c,0x48,0x80,0x0,0x84,0xfe,0x0,0x0,0xbe,0xa2,0xa4,0xa8,0xa4,0x22,0x22,0xa2,0xb4,0x28,0x20,0x20, -+0x8,0x5,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x20,0x24,0x26,0x79,0x20,0x0,0x0,0x0,0xfc,0x44,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40,0x40, -+0x8,0x5,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x20,0x24,0x26,0x79,0x21,0x2,0x4,0x7e,0xc4,0x44,0x44,0x7c,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x84,0x14,0x8, -+0x0,0x40,0x33,0x12,0x82,0x63,0x26,0xa,0x13,0x22,0xe2,0x22,0x22,0x22,0x23,0x22,0x80,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x48,0x30,0x10,0x8e,0x4,0x0, -+0x11,0x11,0x17,0x11,0xf8,0x17,0x14,0x18,0x33,0xd0,0x10,0x10,0x10,0x11,0x51,0x2e,0x10,0x10,0xfc,0x10,0x0,0xfe,0x82,0x84,0xf8,0x88,0x88,0x88,0x88,0x8,0x28,0x10, -+0x4,0x4,0x7f,0x4,0x4,0x7f,0x42,0x82,0x1f,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x48,0xfc,0x40,0x40,0xfe,0x2,0x14,0xf8,0x10,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x2,0x1,0x7f,0x41,0x91,0x11,0x1f,0x11,0x21,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0xfe,0x2,0x4,0x20,0xf0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x2,0x2,0x2,0x3f,0x2,0x2,0xff,0x1,0x2,0x4,0xc,0x14,0x27,0x44,0x84,0x3,0x0,0x0,0x88,0xd8,0x20,0x44,0xfe,0x0,0x0,0x10,0x30,0xc0,0x0,0x4,0x4,0xfc, -+0x8,0x8,0x8,0x17,0x10,0x30,0x50,0x9f,0x11,0x13,0x15,0x19,0x11,0x11,0x10,0x10,0x80,0x80,0x84,0xec,0x90,0xa0,0xc4,0xfe,0x0,0x8,0x30,0xc0,0x4,0x4,0xfc,0x0, -+0x20,0x20,0x20,0x27,0xf8,0x48,0x48,0x4f,0x49,0x8b,0x55,0x21,0x51,0x49,0x80,0x0,0x80,0x80,0x84,0xec,0x90,0xa0,0xc4,0xfe,0x0,0x8,0x30,0xc0,0x4,0x4,0xfc,0x0, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x55,0x55,0x63,0x41,0x7f,0x41,0x7f,0x41,0x20,0xa0,0x3c,0x44,0xc4,0x28,0x10,0x28,0xc6,0x4,0x7e,0x44,0x44,0x44,0x7c,0x44, -+0x10,0x10,0x10,0x15,0x59,0x52,0x50,0x90,0x11,0x16,0x11,0x11,0x29,0x25,0x41,0x81,0x80,0x80,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x41,0x31,0x17,0x81,0x60,0x2f,0x8,0x10,0x10,0x27,0xe0,0x21,0x21,0x22,0x24,0x28,0x10,0x10,0xfc,0x10,0x0,0xfe,0x2,0x84,0x88,0xfc,0x88,0x8,0x8,0x8,0x50,0x20, -+0x22,0x22,0xff,0x22,0x22,0x3e,0x8,0x7f,0x49,0x49,0x7f,0x8,0xff,0x8,0x9,0xa,0x20,0x20,0xa0,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x44,0x44,0xc4,0x84,0x14,0x8, -+0x0,0x0,0x1f,0x10,0x11,0x11,0x21,0x7f,0x1,0x1,0x9,0x9,0x11,0x21,0x45,0x2,0x20,0xf0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x20,0x10,0x8,0xc,0x4,0x0, -+0x0,0x3f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x10,0xf8,0x0,0xfe,0x2,0x74,0x0,0x70,0x0,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x20,0x23,0x38,0x47,0x84,0x7b,0x20,0x23,0xf8,0x27,0x24,0x24,0x2f,0x34,0x24,0x7,0x8,0xfc,0x40,0xfe,0x42,0x58,0x40,0x58,0x40,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc, -+0x4,0x7f,0x4,0x3f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x48,0xfc,0x40,0xf8,0x0,0xfe,0x2,0x74,0x0,0x70,0x0,0xf8,0x8,0xf8,0x8,0xf8, -+0x3f,0x4,0x8,0x1f,0x28,0x48,0x8f,0x4,0xfe,0x10,0x20,0x7e,0xa3,0x22,0x3e,0x20,0xf8,0x0,0x10,0xf8,0x10,0x10,0xf0,0x4,0xfe,0x20,0x44,0xfe,0x44,0x44,0x7c,0x40, -+0x0,0x3f,0x21,0x3f,0x21,0x3f,0x22,0x4,0x3f,0x2,0x4,0x3f,0x9,0x11,0x65,0x2,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x20,0xc0,0x10,0x8,0xf8,0x20,0x18,0x8,0x0, -+0x13,0x12,0x12,0x23,0x22,0x62,0xa3,0x20,0x2f,0x2a,0x2a,0x2f,0x2a,0x2a,0x2f,0x28,0xf8,0x48,0x48,0xf8,0x48,0x48,0xf8,0x0,0xbe,0xaa,0xaa,0xbe,0xaa,0xaa,0xbe,0xa2, -+0x1,0x2,0x4,0x8,0x3f,0x8,0x10,0x24,0x7e,0x1,0x1,0x3f,0x1,0x1,0xff,0x0,0x0,0x0,0x20,0x10,0xf8,0x10,0x20,0x48,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0, -+0x20,0x23,0x20,0x27,0xfc,0x2b,0x20,0x2b,0x30,0xe7,0x24,0x24,0x27,0x24,0xa4,0x47,0x8,0xfc,0x40,0xfe,0x42,0x5c,0x40,0x58,0x0,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc, -+0x2,0x3f,0x22,0x22,0x22,0x3f,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x22,0x4b,0x84,0x40,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x28,0x10, -+0x1,0x11,0x9,0x1,0x7f,0x1,0x5,0x9,0x11,0x1,0xff,0x2,0x4,0x8,0x10,0x60,0x0,0x10,0x20,0x8,0xfc,0x0,0x40,0x30,0x10,0x4,0xfe,0x80,0x40,0x20,0x1c,0x8, -+0x0,0x47,0x34,0x14,0x4,0x87,0x64,0x24,0xc,0x17,0xe4,0x24,0x24,0x24,0x27,0x24,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x13,0x10,0xfc,0x17,0x39,0x36,0x54,0x51,0x91,0x12,0x14,0x10,0x11,0x16,0x40,0x50,0xf8,0x40,0x44,0xfe,0x10,0x8c,0xf4,0x10,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x10,0x13,0x12,0x12,0xfe,0x13,0x30,0x38,0x57,0x54,0x90,0x10,0x11,0x11,0x12,0x14,0x4,0xfe,0x94,0x94,0x94,0xfc,0x40,0x24,0xfe,0x80,0xf8,0x88,0x8,0x8,0x28,0x10, -+0x0,0x40,0x31,0x12,0x4,0x9,0x10,0x10,0x27,0xe0,0x20,0x20,0x22,0x21,0x20,0x0,0x80,0x80,0x40,0x20,0x10,0x8,0x8e,0x84,0xf0,0x10,0x20,0x40,0x80,0x0,0xc0,0x40, -+0x0,0x3f,0x20,0x2f,0x28,0x28,0x2f,0x28,0x28,0x2f,0x20,0x2f,0x20,0x20,0x5f,0x80,0x4,0xfe,0x8,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x80,0xf8,0x80,0x84,0xfe,0x0, -+0x3,0x3c,0x4,0x7f,0x4,0xe,0x15,0x64,0x5,0x1,0xff,0x3,0x5,0x19,0x61,0x1,0x8,0x8,0x48,0xc8,0x48,0x48,0x48,0x8,0x18,0x4,0xfe,0x80,0x40,0x3c,0x8,0x0, -+0x3,0x3c,0x4,0x7f,0x4,0xe,0x15,0x65,0x11,0x1f,0x21,0x1,0xff,0x1,0x1,0x1,0x8,0x8,0x48,0xc8,0x48,0x48,0x48,0x18,0x0,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0, -+0x6,0x78,0x8,0xfe,0x9,0x1c,0x2a,0x49,0x2,0xc,0x31,0xc9,0x5,0x9,0x11,0x3,0x40,0x44,0x7e,0xa4,0x24,0x44,0x94,0x8,0x80,0x60,0x1e,0x24,0x40,0x30,0x10,0x0, -+0x12,0x1f,0x28,0x45,0x1,0xff,0x14,0x13,0x14,0x1f,0x1,0x3f,0x22,0x27,0x20,0x20,0x48,0x7c,0xa0,0x10,0x4,0xfe,0x50,0x90,0x50,0xf0,0x8,0xfc,0x48,0xe8,0x28,0x10, -+0x4,0x44,0x2b,0x12,0x2a,0x4b,0x8a,0xa,0x1b,0x28,0x48,0x8b,0x8,0x8,0x57,0x20,0x0,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0x50,0xf8,0x40,0x44,0xfe,0x0, -+0x2,0x1,0xff,0x4,0x12,0x11,0x12,0x14,0x1f,0x1,0x7f,0x42,0x44,0x4f,0x40,0x40,0x0,0x4,0xfe,0x40,0x90,0x10,0x90,0x50,0xf0,0x4,0xfe,0x4,0x44,0xe4,0x14,0x8, -+0x0,0x40,0x2f,0x10,0x85,0x64,0x25,0x7,0x10,0x2f,0xe8,0x29,0x2b,0x28,0x28,0x28,0x80,0x48,0xfc,0x0,0x28,0xc8,0x28,0xf8,0x84,0xfe,0x84,0x24,0xf4,0x4,0x14,0x8, -+0x0,0x13,0xfa,0x22,0x23,0x22,0xfa,0x23,0x20,0x20,0x23,0x3c,0xe0,0x40,0xf,0x0,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x1,0x1,0x7f,0x1,0x5,0x9,0x31,0xc1,0xf,0x0,0x1,0x7f,0x1,0x1,0x5,0x2,0x0,0x8,0xfc,0x0,0x40,0x30,0xe,0x4,0xe0,0x40,0x88,0xfc,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x1,0x1,0x7f,0x1,0x1,0xff,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x0,0x8,0xfc,0x0,0x4,0xfe,0x0, -+0x20,0x20,0x3d,0x49,0x95,0x7f,0x55,0x55,0x7d,0x54,0x54,0x7d,0x0,0x1c,0xe3,0x40,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x20,0x18,0x8,0x0,0xfe,0x4,0x8,0x1c,0x2a,0x4a,0x88,0x8,0x8,0x8,0x8,0x8,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x8,0x8,0xff,0x8,0x6,0x78,0x8,0x8,0xff,0x8,0x1c,0x1a,0x2a,0x48,0x88,0x8,0x20,0x24,0xfe,0x20,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x8,0x28,0x10, -+0x8,0xff,0xa,0x2,0x1f,0x4,0x4,0x8,0x10,0x10,0x7e,0x12,0x12,0x22,0x4a,0x85,0x20,0xfe,0x20,0x0,0xf0,0x10,0x90,0x60,0x20,0x24,0xfe,0x24,0x24,0x44,0x94,0x8, -+0x1,0x1,0x1,0xff,0x1,0x3f,0x21,0x21,0x21,0x3f,0x29,0x5,0x2,0x5,0x18,0x60,0x0,0x0,0x4,0xfe,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x80,0x70,0xe, -+0x0,0xff,0x4,0x3f,0x24,0x24,0x3f,0x1,0x1,0xff,0x3,0x3,0x5,0x19,0x61,0x1,0x4,0xfe,0x48,0xfc,0x48,0x48,0xf8,0x0,0x4,0xfe,0x80,0x40,0x30,0xe,0x4,0x0, -+0x0,0xff,0x0,0x0,0x3e,0x22,0x22,0x22,0x32,0x2a,0x22,0x22,0x22,0x22,0x2a,0x24,0x4,0xfe,0x0,0x8,0xfc,0x88,0x88,0x88,0xc8,0xa8,0x88,0x88,0x88,0x88,0xa8,0x90, -+0x0,0x3f,0x20,0x20,0x3f,0x22,0x22,0x23,0x22,0x22,0x22,0x22,0x44,0x44,0x88,0x10,0x8,0xfc,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x88,0x50,0x20, -+0x1,0x7f,0x40,0x41,0x7f,0x48,0x49,0x4f,0x49,0x49,0x49,0x49,0x55,0x52,0xa0,0x1,0x20,0xa0,0x20,0x20,0xa4,0x7e,0x24,0xa4,0x24,0x24,0x24,0x44,0x44,0x84,0xa8,0x10, -+0x0,0x8,0xfd,0x11,0x11,0x21,0x25,0x7f,0xa4,0x24,0x24,0x25,0x3d,0x22,0x4,0x0,0x8,0x1c,0xe0,0x0,0x20,0x20,0x24,0xfe,0x20,0x20,0xa8,0x24,0x22,0x22,0xa0,0x40, -+0x0,0x3f,0x21,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x21,0x22,0x42,0x44,0x88,0x10,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x1,0x7,0x7c,0x4,0x4,0x5,0xff,0xc,0xe,0x15,0x14,0x24,0x44,0x4,0x4,0x4,0x4,0x84,0x4,0x24,0x24,0x24,0xa4,0x24,0x24,0xa4,0xa4,0x24,0x4,0x4,0x14,0x8, -+0x10,0x1f,0x10,0x27,0x24,0x64,0xa4,0x27,0x20,0x20,0x2f,0x20,0x21,0x22,0x2c,0x20,0x4,0xfe,0xa4,0xfe,0xa4,0xa4,0xa4,0xfc,0x40,0x44,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x10,0x10,0x1f,0x22,0x22,0x67,0xa4,0x28,0x34,0x22,0x21,0x22,0x24,0x28,0x20,0x20,0x4,0x44,0xe4,0x4,0x14,0xd4,0x54,0x54,0x94,0x94,0x14,0x4,0x4,0x4,0x14,0x8, -+0x10,0x11,0x1f,0x21,0x21,0x7f,0xa1,0x23,0x23,0x25,0x25,0x29,0x31,0x21,0x21,0x21,0x84,0xc4,0x4,0x4,0x14,0xf4,0x14,0x14,0x94,0x54,0x54,0x4,0x4,0x4,0x14,0x8, -+0x1,0x0,0x1f,0x10,0x97,0x51,0x51,0x1f,0x31,0x53,0xd3,0x15,0x29,0x21,0x41,0x1,0x0,0x84,0xfe,0x44,0x84,0x14,0x54,0xf4,0x14,0x94,0x54,0x54,0x4,0x4,0x14,0x8, -+0x2,0x1,0x1,0x0,0x7f,0x0,0x0,0x10,0x8,0x8,0x4,0x4,0x4,0x0,0xff,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x4,0xfe,0x0, -+0x10,0x10,0x10,0x54,0x3b,0x10,0xfd,0x11,0x38,0x34,0x54,0x90,0x10,0x10,0x17,0x10,0x80,0x40,0x40,0x8,0xfc,0x0,0x8,0x8,0x90,0x90,0x90,0xa0,0xa0,0x24,0xfe,0x0, -+0x0,0x47,0x34,0x14,0x4,0x84,0x67,0x24,0xc,0x14,0xe4,0x24,0x24,0x28,0x29,0x32,0x4,0xfe,0x40,0x40,0x44,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x14,0x8, -+0x1,0x3f,0x1,0x1,0xff,0x1,0x1,0x3f,0x21,0x11,0xd,0x9,0x31,0xc1,0x5,0x2,0x10,0xf8,0x10,0x14,0xfe,0x10,0x10,0xf0,0x8,0x98,0x60,0x20,0x18,0xe,0x4,0x0, -+0x2,0x2,0x2,0x2,0x7f,0x2,0x2,0x2,0x2,0x2,0x2,0x4,0x4,0x8,0x8,0x70,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x88,0x50,0x20, -+0x0,0x10,0xff,0x20,0x22,0x22,0xfb,0x23,0x20,0x27,0x24,0x3c,0xe5,0x44,0x4,0x4,0x40,0x24,0xfe,0x90,0x64,0x94,0xc,0xfc,0x40,0xfe,0x42,0x92,0xfa,0x2,0xa,0x4, -+0x0,0xb,0x7e,0x4a,0x4b,0x4a,0x4a,0x4b,0x48,0x48,0x4b,0x78,0x48,0x0,0xf,0x0,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x1f,0x21,0x21,0x6f,0xa9,0x29,0x29,0x29,0x2a,0x2c,0x28,0x28,0x28,0x28,0x0,0x4,0xfe,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xd4,0x8c,0x4,0x4,0x14,0x8, -+0x1,0xfe,0x24,0x24,0x3d,0x24,0x24,0x24,0x3f,0x24,0x24,0x24,0x3e,0xe4,0x5,0x6,0x4,0xcc,0x50,0x0,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0x88,0xe,0x4, -+0x4,0x4,0xff,0x24,0x10,0x17,0x1,0x71,0x13,0x10,0x10,0x17,0x10,0x28,0x47,0x0,0x40,0x44,0xfe,0x40,0x90,0xf8,0x0,0x50,0xf8,0x40,0x48,0xfc,0x40,0x46,0xfc,0x0, -+0x0,0x40,0x2f,0x21,0x1,0x2,0xe7,0x20,0x20,0x20,0x2f,0x20,0x20,0x50,0x8f,0x0,0x80,0x88,0xfc,0x0,0x40,0x50,0xf8,0x40,0x40,0x48,0xfc,0x40,0x40,0x46,0xfc,0x0, -+0x20,0x27,0x25,0x3f,0x44,0x85,0x7c,0x27,0x24,0xfd,0x24,0x25,0x2d,0x36,0x28,0x0,0x44,0xfe,0x8,0xfe,0x90,0xfc,0x94,0xfe,0x94,0xfc,0x94,0x98,0x98,0x96,0x90,0x90, -+0x1,0x3f,0x24,0x22,0x3f,0x22,0x2f,0x22,0x3f,0x22,0x2f,0x26,0x4a,0x52,0xa2,0x2,0x8,0xfc,0x20,0x48,0xfc,0x40,0xf8,0x48,0xfe,0x48,0xf8,0x68,0x50,0x4e,0x44,0x40, -+0x10,0x10,0x10,0x18,0x55,0x52,0x54,0x98,0x10,0x13,0x10,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0x88,0x4e,0x44,0x0,0xf8,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x0,0x88,0x65,0x24,0x0,0x81,0x6d,0x24,0xc,0x14,0xe7,0x24,0x24,0x2a,0x31,0x20,0x20,0x28,0xfc,0x40,0xa0,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x26,0xfc,0x0, -+0x2,0x1,0x7f,0x40,0x89,0x11,0x21,0x1f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x1,0x0,0x0,0xfe,0x2,0x24,0x10,0x8,0xf0,0x10,0x10,0x10,0x10,0x10,0x50,0x20,0x0, -+0x8,0x8,0x14,0x13,0x21,0x40,0xbe,0x0,0x11,0x49,0x2a,0x2a,0x2a,0x7,0x78,0x21,0x20,0x20,0x20,0x24,0x7e,0x84,0x44,0x44,0x48,0x28,0x28,0x10,0x28,0x28,0x46,0x84, -+0x8,0x7c,0x48,0x48,0x49,0x7a,0x4d,0x48,0x4a,0x7a,0x49,0x49,0x49,0x48,0x4f,0x98,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x0,0x88,0x48,0x48,0x50,0x50,0x24,0xfe,0x0, -+0x20,0x24,0x3a,0x42,0x40,0xf8,0x26,0x22,0xfa,0x22,0x23,0x2a,0x32,0x25,0x8,0x0,0x10,0x14,0xfe,0x20,0x50,0x94,0xfe,0x10,0x10,0x14,0xfe,0x10,0x10,0x16,0xfc,0x0, -+0x2,0x1,0xff,0x4,0xc,0xc,0x14,0x24,0x44,0x2,0x29,0x29,0x28,0x48,0x7,0x0,0x0,0x4,0xfe,0x40,0x60,0x58,0x4c,0x44,0x40,0x0,0x10,0x28,0x24,0x24,0xe0,0x0, -+0x10,0x10,0x17,0x14,0x58,0x57,0x51,0x91,0x12,0x13,0x10,0x28,0x25,0x42,0x84,0x0,0x40,0x48,0xfc,0x80,0xa0,0xf0,0x20,0x20,0x24,0xfe,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x10,0x10,0x27,0x40,0x48,0xfb,0x11,0x21,0x42,0xfb,0x0,0x0,0x39,0xc2,0x44,0x0,0x40,0x48,0xfc,0x80,0xa0,0xf0,0x20,0x20,0x24,0xfe,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x10,0x10,0x57,0x3a,0x12,0xff,0x12,0x32,0x3b,0x56,0x52,0x92,0x12,0x12,0x13,0x12,0x40,0x28,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x48,0x30,0x10,0x8e,0x4,0x0, -+0x0,0x40,0x2f,0x10,0x3,0x2,0xa,0x12,0x23,0xe2,0x20,0x21,0x22,0x24,0x29,0x0,0x80,0x44,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x48,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x10,0xb,0x40,0x22,0xa,0x54,0x21,0x22,0x25,0x1,0xff,0x5,0x9,0x11,0x61,0x1,0x8,0xfc,0x88,0x8c,0x8a,0x88,0x8,0x28,0x10,0x4,0xfe,0x40,0x20,0x1c,0x8,0x0, -+0x10,0xb,0x40,0x22,0xa,0x55,0x22,0x21,0x9,0x5,0xff,0x5,0x9,0x11,0x61,0x1,0x8,0xfc,0x88,0x8c,0x8a,0x28,0x10,0x0,0x20,0x44,0xfe,0x40,0x20,0x1c,0x8,0x0, -+0x2,0x1,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x24,0x24,0x22,0x21,0x28,0x30,0x20,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf8,0x10,0x20,0x40,0x80,0x60,0x1c,0x8, -+0x0,0xff,0x4,0x4,0x7f,0x44,0x44,0x44,0x44,0x44,0x4a,0x51,0x62,0x40,0x40,0x40,0x4,0xfe,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0xa4,0x1c,0xc,0x4,0x14,0x8, -+0x10,0x13,0xfc,0x20,0x33,0x52,0x52,0xfe,0x12,0x12,0x1f,0xf2,0x52,0x12,0x12,0x12,0x4,0xfe,0x90,0x94,0xfe,0x94,0x94,0x94,0x94,0x94,0x54,0x2c,0x4,0x4,0x14,0x8, -+0x0,0x1f,0x10,0x1f,0x10,0xff,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x1f,0x1,0x7f,0x10,0xf8,0x10,0xf0,0x14,0xfe,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x0,0xf0,0x0,0xfc, -+0x0,0x0,0x78,0x4f,0x48,0x4b,0x4a,0x7a,0x4a,0x4b,0x48,0x49,0x7a,0x44,0x9,0x0,0x80,0x40,0x44,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x1,0x7f,0x0,0x1f,0x10,0x10,0x1f,0x0,0x7f,0x40,0x8f,0x8,0x8,0x8,0x10,0x60,0x8,0xfc,0x10,0xf8,0x10,0x10,0xf0,0x0,0xfe,0x22,0xf4,0x20,0x20,0x22,0x22,0x1e, -+0x0,0x40,0x2f,0x20,0x3,0x2,0xe2,0x22,0x23,0x20,0x24,0x29,0x32,0x24,0x9,0x0,0x80,0x44,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x40,0x50,0x4c,0x46,0x42,0x80, -+0x10,0x10,0x1f,0x10,0xfd,0x12,0x17,0x1a,0x33,0xd2,0x13,0x10,0x11,0x12,0x55,0x20,0x40,0x44,0xfe,0xa0,0x14,0x8,0xfe,0x8,0xf8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x80, -+0x8,0xfd,0x4a,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x7a,0x4b,0x4a,0xfc,0x8,0x9,0xa,0x80,0x4,0x3e,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xb4,0xa8,0xa0,0x20,0x20, -+0x10,0x10,0x1f,0x21,0x2a,0x64,0xaf,0x34,0x27,0x24,0x27,0x20,0x22,0x24,0x2a,0x21,0x80,0x88,0xfc,0x40,0x28,0x10,0xfe,0x14,0xf0,0x10,0xf0,0x80,0xa0,0x98,0x88,0x0, -+0x1,0x0,0x1f,0x10,0x90,0x57,0x50,0x10,0x30,0x50,0xd0,0x10,0x20,0x22,0x41,0x0,0x0,0x84,0xfe,0x0,0x0,0xf8,0x10,0x20,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x10,0x10,0x17,0x10,0x56,0x59,0x53,0x96,0x1b,0x12,0x13,0x28,0x25,0x42,0x84,0x0,0x40,0x44,0xfe,0x40,0xa8,0x10,0xf8,0xe,0xf8,0x8,0xf8,0x40,0x50,0x4c,0x44,0xc0, -+0x1,0x7f,0x40,0xbc,0x24,0x14,0x25,0x6,0x8,0x33,0xcc,0x1,0xe,0x0,0x3,0x1c,0x0,0xfe,0x2,0xfc,0x48,0x28,0x48,0x88,0x40,0x30,0x4e,0x84,0x20,0xc0,0x0,0x0, -+0x40,0x37,0x10,0x0,0x0,0x70,0x10,0x10,0x10,0x10,0x10,0x11,0x10,0x28,0x47,0x0,0x0,0xfc,0x8,0x10,0x60,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80,0x6,0xfc,0x0, -+0x0,0x40,0x2f,0x10,0x82,0x61,0x23,0xe,0x13,0x22,0xe3,0x20,0x21,0x22,0x25,0x20,0x40,0x44,0xfe,0x40,0xa8,0x10,0xf8,0xe,0xf8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x80, -+0x0,0x7f,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x13,0x12,0x13,0xfe,0x13,0x14,0x19,0x33,0xd0,0x13,0x1f,0x12,0x12,0x53,0x22,0x8,0xfc,0x48,0xf8,0x48,0xf8,0x80,0xf8,0x10,0xe0,0x18,0xfe,0x8,0x8,0xf8,0x8, -+0x20,0x20,0x3f,0x40,0x82,0x79,0x23,0x26,0xfb,0x22,0x23,0x20,0x29,0x32,0x25,0x0,0x40,0x44,0xfe,0x40,0xa8,0x10,0xf8,0xe,0xf8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x80, -+0x0,0x3f,0x20,0x3f,0x29,0x25,0x29,0x23,0x2c,0x31,0x26,0x21,0x46,0x40,0x83,0xc,0x88,0xfc,0x0,0x78,0x48,0x28,0xc8,0x60,0x5e,0x84,0x40,0x90,0x20,0xc0,0x0,0x0, -+0x8,0x49,0x2a,0x2c,0x8,0xff,0x8,0x18,0x1c,0x2b,0x2a,0x48,0x88,0x8,0x8,0x8,0x8,0x8,0x48,0x28,0x8,0x48,0x28,0x28,0xe,0xf8,0x8,0x8,0x8,0x8,0x8,0x8, -+0x1,0x7f,0x10,0x10,0x1f,0x21,0x21,0x52,0x8a,0x4,0x4,0x8,0x10,0x20,0x40,0x0,0x4,0x84,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x1,0xff,0x10,0x1f,0x31,0x4a,0x4,0x39,0x1,0xff,0x2,0x4,0xc,0x15,0x66,0x4,0x4,0x84,0x24,0x24,0x24,0x24,0x24,0xc,0x4,0xfe,0x8,0x90,0x60,0x30,0xe,0x4, -+0x1,0x7f,0x10,0x10,0x1f,0x21,0x21,0x52,0xc,0x8,0x30,0x40,0x28,0x24,0x44,0x80,0x4,0x84,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0xc,0x0,0x90,0x4c,0x46,0x2, -+0x1,0x9,0x9,0x11,0x21,0x41,0x6,0x19,0xe1,0x1f,0x1,0x2,0x2,0x4,0x8,0x30,0x0,0x20,0x18,0xc,0x34,0xc0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x50,0x20, -+0x0,0x44,0x2c,0x13,0x28,0x48,0x8f,0x8,0x19,0x29,0x49,0x89,0x9,0x9,0x51,0x21,0x90,0x90,0x90,0xfc,0x90,0x94,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x2,0x12,0xfa,0x22,0x2f,0x22,0xfa,0x27,0x26,0x2a,0x3a,0xe2,0x42,0x2,0x2,0x2,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x38,0xb8,0x54,0x54,0x92,0x10,0x10,0x10,0x10, -+0x8,0x8,0x8,0x8,0xfe,0x8,0x18,0x1c,0x2a,0x28,0x49,0x8a,0x8,0x8,0x8,0x8,0x20,0x20,0x20,0x24,0xfe,0x20,0x60,0x70,0xa8,0xae,0x24,0x20,0x20,0x20,0x20,0x20, -+0x8,0xfd,0x10,0x13,0x20,0x20,0x7d,0xa6,0x24,0x25,0x26,0x25,0x24,0x3d,0x22,0x0,0x20,0x24,0xa8,0xfe,0x70,0xa8,0x26,0xa4,0xa4,0xde,0x54,0x54,0xbe,0x4,0x4,0x4, -+0x1f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x8,0x8,0x7e,0x8,0x1c,0x2a,0x49,0x8,0x8,0xf0,0x0,0xfe,0x2,0x74,0x0,0x70,0x20,0x28,0xfc,0x20,0x70,0xae,0x24,0x20,0x20, -+0x10,0x10,0x51,0x51,0x52,0x54,0x58,0x50,0x57,0x54,0x54,0x54,0x54,0x14,0x17,0x14,0x80,0x80,0x4,0xfe,0x0,0x80,0x60,0x24,0xfe,0x44,0x44,0x44,0x44,0x44,0xfc,0x4, -+0x8,0x8,0x14,0x12,0x21,0x50,0x88,0x0,0x7f,0x1,0x2,0x14,0x8,0x4,0x4,0x0,0x0,0x7c,0x44,0x44,0xc8,0xc8,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x20,0x21,0x3c,0x4b,0x90,0x7c,0x55,0x56,0x7c,0x55,0x56,0x7d,0x0,0x1d,0xe2,0x40,0x20,0x24,0xa8,0xfe,0x70,0xa8,0x26,0xa4,0x84,0xde,0x54,0x54,0xbe,0x4,0x4,0x4, -+0x2,0x42,0x22,0x22,0x1f,0x82,0x42,0x47,0x16,0x2a,0xea,0x32,0x22,0x22,0x22,0x22,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x38,0xb8,0x54,0x54,0x92,0x10,0x10,0x10,0x10, -+0x0,0x9f,0x60,0x2f,0xa,0xb,0x1a,0x1f,0x20,0xe7,0x20,0x3f,0x24,0x28,0x32,0x1,0x80,0xfc,0x8,0xfc,0x28,0xe8,0x28,0xf8,0x0,0xf0,0x0,0xfc,0x90,0x8c,0x84,0x0, -+0x8,0x17,0x30,0x5f,0x90,0x17,0x0,0x1f,0x10,0x11,0x11,0x11,0x11,0x2,0xc,0x30,0x18,0xe0,0x44,0xfe,0x40,0xfc,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x2,0x1,0x7f,0x4,0x2,0x1,0x6,0x18,0xe0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x8,0xfc,0x40,0x80,0x0,0xc0,0x30,0xe,0xf4,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x14,0x18,0x30,0xd3,0x10,0x10,0x10,0x10,0x50,0x20,0x40,0x40,0xa0,0xa0,0x10,0x88,0x4e,0x44,0x0,0xf8,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x0,0x10,0xf8,0x20,0x21,0x22,0xfc,0x28,0x20,0x23,0x20,0x38,0xc0,0x0,0x0,0x0,0x40,0x40,0xa0,0xa0,0x10,0x88,0x4e,0x44,0x0,0xf8,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x8,0xff,0x9,0x1,0x3f,0x1,0xff,0x8,0xa,0x13,0x24,0xc,0x12,0x1,0xe,0x70,0x24,0xfe,0x20,0x0,0xf8,0x0,0xfe,0x20,0x18,0xe8,0x20,0x20,0x40,0x80,0x70,0xe, -+0x1f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x2,0xc,0x32,0xc1,0xf,0x0,0x2,0x1,0x0,0xf0,0x0,0xfe,0x2,0x74,0x0,0x70,0x80,0x60,0x18,0x6,0xe0,0x40,0x80,0x0,0x80, -+0x8,0x28,0x28,0x2f,0x28,0x29,0xff,0x0,0x49,0x49,0x49,0x55,0x63,0x41,0x7f,0x41,0x20,0x20,0x50,0x50,0x88,0x4e,0x24,0x20,0x0,0xfc,0x4,0x8,0x50,0x20,0x10,0x10, -+0x10,0x10,0x10,0x1c,0x21,0x22,0x7c,0x90,0x10,0x7d,0x10,0x10,0x14,0x18,0x10,0x0,0x40,0x40,0xa0,0xa0,0x10,0x88,0x4e,0x44,0x0,0xf8,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x8,0x8,0x8,0x10,0x11,0x32,0x54,0x98,0x10,0x13,0x10,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0x88,0x4e,0x44,0x0,0xf8,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x0,0x44,0x28,0xfe,0x11,0x12,0x7c,0x10,0x10,0x13,0xfc,0x10,0x10,0x20,0x20,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x44,0x40,0x0,0xf8,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x0,0x40,0x37,0x10,0x0,0xf,0x9,0x12,0x24,0xe1,0x23,0x24,0x28,0x20,0x23,0xc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x10,0x8c,0xf4,0x10,0x10,0xa0,0x40,0xa0,0x1e,0x4, -+0x0,0x7f,0x0,0x3f,0x0,0x7f,0x1,0x1,0x21,0x19,0xa,0x2,0x4,0x8,0x30,0xc0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x0,0x8,0x18,0xa0,0x80,0x40,0x30,0xe,0x4, -+0x0,0x7c,0x45,0x48,0x48,0x53,0x48,0x49,0x46,0x44,0x45,0x6a,0x50,0x40,0x41,0x46,0x20,0x28,0xfc,0x20,0x24,0xfe,0x88,0x44,0x7a,0x88,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x10,0x10,0x54,0x55,0x56,0x54,0x54,0x55,0x54,0x5c,0x74,0x44,0x0,0x0,0x20,0x20,0x50,0x50,0x88,0x4e,0x24,0x20,0x0,0xfc,0x4,0x8,0x50,0x20,0x10,0x10, -+0x10,0x13,0x28,0x24,0x43,0xa1,0x11,0x1,0xff,0x3,0x5,0x29,0x10,0x8,0x8,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x12,0x2,0x7f,0x2,0x2,0x4,0x4,0x8,0x10,0x60,0x10,0xf8,0x10,0x10,0x10,0xf0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x88,0x50,0x20, -+0x1,0x1,0x2,0x4,0xa,0x11,0x21,0xc0,0x1f,0x0,0x0,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x80,0x40,0x20,0x10,0xe,0x4,0xf0,0x10,0x20,0x40,0x80,0x0,0x80,0x80, -+0x0,0x47,0x34,0x15,0x84,0x65,0x26,0x8,0x17,0x24,0xe4,0x27,0x24,0x24,0x27,0x24,0x84,0x7e,0x24,0x24,0xa4,0x24,0x54,0x88,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x0,0x8,0xff,0x10,0x10,0x11,0x7f,0x10,0x11,0x11,0x1d,0xf1,0x41,0x1,0x2,0x4,0x80,0x48,0xfc,0x40,0x90,0x8,0xfc,0x4,0x50,0x50,0x50,0x50,0x52,0x52,0x4e,0x40, -+0x20,0x27,0x24,0x25,0xfc,0x25,0x66,0x70,0xaf,0x24,0x24,0x27,0x24,0x24,0x27,0x24,0x84,0x7e,0x24,0x24,0xa4,0x24,0x54,0x88,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x0,0x8,0xff,0x10,0x10,0x21,0x23,0x3c,0x65,0xa5,0x25,0x25,0x25,0x3d,0x22,0x4,0x80,0x48,0xfc,0x40,0x90,0x8,0xfc,0x4,0x50,0x50,0x50,0x50,0x52,0x52,0x4e,0x40, -+0x20,0x27,0x24,0x3d,0x4c,0x55,0x86,0x20,0x27,0x24,0x24,0x27,0x2c,0x34,0x27,0x4,0x84,0x7e,0x24,0x24,0xa4,0x24,0x54,0x88,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x2,0x7c,0x40,0x48,0x46,0x4a,0xf0,0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x20,0x4,0xfe,0x44,0x44,0x44,0x44,0x94,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x20,0x18,0x9,0xff,0x2,0x42,0x22,0x14,0x14,0x8,0x8,0x14,0x22,0x43,0x81,0x0,0x4,0x4,0x24,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x0,0x1f,0x10,0x97,0x54,0x55,0x15,0x16,0x30,0x57,0xd4,0x14,0x27,0x24,0x44,0x7,0x84,0xfe,0x80,0x7c,0x24,0x24,0xa4,0x4c,0x80,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc, -+0x0,0x40,0x37,0x10,0x80,0x61,0x27,0x8,0x11,0x21,0xe1,0x21,0x21,0x21,0x22,0x24,0x80,0x48,0xfc,0x40,0x90,0x8,0xfc,0x4,0x50,0x50,0x50,0x50,0x52,0x52,0x4e,0x40, -+0x20,0x27,0x24,0x24,0xfc,0x24,0x64,0x74,0xac,0x25,0x26,0x24,0x20,0x21,0x22,0x24,0x84,0x3e,0x24,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xb4,0xa8,0x20,0x20,0x20, -+0x0,0x4,0x2,0x3,0x1,0xff,0x0,0x0,0x4,0xc,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x40,0x20,0x10,0x18,0xc,0xc,0x4,0x0, -+0x2,0x2,0x2,0x2,0xff,0x2,0x2,0x4,0x4,0x4,0x8,0x8,0x11,0x16,0x20,0x40,0x0,0x40,0x20,0x4,0xfe,0x80,0x88,0x88,0x90,0xa0,0xc0,0x82,0x82,0x82,0x7e,0x0, -+0x2,0x2,0xff,0x2,0x4,0x18,0x23,0x7f,0x8,0xf,0x8,0xf,0x8,0xff,0x0,0x0,0x40,0x24,0xfe,0xa0,0xc4,0xfc,0x0,0xfc,0x20,0xe0,0x20,0xe0,0x24,0xfe,0x20,0x20, -+0x0,0x8,0x7c,0x48,0x4f,0x48,0x48,0x48,0x49,0x49,0x49,0x7a,0x42,0x4,0xb,0x10,0x80,0xa0,0x90,0x84,0xfe,0xa0,0xa4,0xa4,0x28,0x28,0x30,0x20,0x62,0xa2,0x1e,0x0, -+0x10,0x1f,0x28,0x45,0x2,0x2,0xff,0x2,0x2,0x4,0x4,0x8,0x8,0x11,0x26,0x40,0x40,0x7c,0xa0,0x10,0x40,0x24,0xfe,0x80,0x90,0x90,0xa0,0xc2,0x82,0x82,0x7e,0x0, -+0x1,0x7f,0x48,0x91,0x79,0x4a,0x54,0x61,0x56,0x49,0x4a,0x6b,0x54,0x43,0x40,0x4f,0x0,0xfe,0x22,0x14,0xf0,0xa0,0x40,0xb0,0xe,0xf4,0x40,0xf8,0x40,0xf8,0x40,0xfc, -+0x0,0x7c,0x45,0x4a,0x48,0x50,0x4b,0x48,0x44,0x45,0x45,0x6a,0x51,0x40,0x47,0x40,0x80,0xfc,0x88,0x50,0x20,0xd8,0x6,0xf8,0x20,0x28,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x2,0x2,0xff,0x5,0x5,0x9,0x11,0x27,0xc0,0x1,0x1,0x7f,0x1,0x1,0xff,0x0,0x80,0x44,0xfe,0x0,0x10,0x20,0xc4,0x4,0xfc,0x0,0x8,0xfc,0x0,0x4,0xfe,0x0, -+0x10,0x10,0x10,0x10,0xfc,0x13,0x14,0x18,0x31,0xd1,0x11,0x12,0x12,0x14,0x54,0x28,0x80,0xa0,0x90,0x90,0x84,0xfe,0xa0,0xa0,0x24,0x24,0x28,0x32,0x22,0x62,0x9e,0x0, -+0x0,0x7c,0x44,0x48,0x48,0x57,0x48,0x48,0x45,0x45,0x65,0x5a,0x42,0x44,0x44,0x48,0x80,0xa0,0x90,0x90,0x84,0xfe,0xa0,0xa0,0x24,0x24,0x28,0x32,0x22,0x62,0x9e,0x0, -+0x10,0x12,0x11,0x10,0xff,0x11,0x3a,0x34,0x50,0x5f,0x91,0x12,0x11,0x10,0x11,0x16,0x40,0x48,0x50,0x44,0xfe,0x50,0x4c,0x44,0x80,0xfe,0x8,0x8,0xb0,0x40,0xb0,0x8, -+0x11,0xd,0x5,0x7f,0x5,0xd,0x11,0x21,0x2,0xff,0x4,0x8,0x6,0x1,0x6,0x38,0x10,0x30,0x40,0xfc,0x40,0x20,0x1c,0x8,0x0,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x10,0x12,0x11,0x10,0xff,0x11,0x12,0x1c,0x30,0xd7,0x11,0x12,0x11,0x10,0x51,0x26,0x40,0x48,0x50,0x44,0xfe,0x50,0x4c,0x44,0x80,0xfe,0x8,0x8,0xb0,0x40,0xb0,0x8, -+0x10,0x1f,0x28,0x45,0x9,0x5,0x7f,0x5,0x9,0x11,0xff,0x4,0xc,0x3,0x4,0x38,0x40,0x7c,0xa0,0x10,0x20,0x48,0xfc,0x40,0x20,0x14,0xfe,0x20,0x40,0x80,0x60,0x10, -+0x40,0x2f,0x28,0x8,0x8f,0x68,0x2f,0x8,0x2f,0x4c,0xd5,0x54,0x55,0x64,0x44,0x44,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfe,0x4,0xfe,0x44,0x54,0x44,0x54,0x44,0x54,0x48, -+0x0,0x7b,0x48,0x50,0x52,0x62,0x52,0x4a,0x4a,0x4a,0x6a,0x52,0x42,0x42,0x43,0x40,0x4,0xfe,0x20,0x24,0xfe,0xa4,0xa4,0xa4,0xd4,0xcc,0x84,0x94,0x88,0x0,0xfe,0x0, -+0x8,0x8,0xff,0x8,0x1,0x3f,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x20,0x24,0xfe,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x40,0x80,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x0, -+0x10,0x15,0x1e,0x10,0x12,0x7f,0x42,0x42,0x42,0x7e,0x42,0x40,0x40,0x40,0x80,0x3,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0xa4,0x50,0x48,0x86,0x2, -+0x1,0x0,0x3f,0x21,0x20,0x27,0x24,0x24,0x24,0x27,0x24,0x24,0x44,0x44,0x88,0x10,0x0,0x84,0xfe,0x0,0x88,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x12,0x15,0x59,0x51,0x51,0x91,0x11,0x11,0x11,0x11,0x29,0x45,0x82,0x4,0x40,0x20,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x17,0x1a,0x32,0xd2,0x13,0x12,0x12,0x14,0x54,0x29,0x48,0x7c,0x40,0xfe,0x44,0x70,0xc4,0x7c,0x0,0x44,0xfe,0x44,0x44,0x84,0x94,0x8, -+0x1,0x1,0x1,0x1,0x3f,0x20,0x28,0x24,0x22,0x21,0x21,0x22,0x24,0x28,0x3f,0x20,0x4,0xfe,0x0,0x8,0xfc,0x8,0x28,0x68,0x88,0x8,0x88,0x48,0x28,0x18,0xf8,0x8, -+0x1,0x1,0x1,0x3f,0x21,0x21,0x2f,0x21,0x20,0x21,0x2f,0x21,0x41,0x41,0x82,0x1c,0x10,0xf8,0x0,0xfe,0x2,0xf4,0x0,0x8,0xf8,0x0,0xf8,0x8,0x8,0x8,0x28,0x10, -+0x4,0xf,0x10,0x3f,0xe1,0x3f,0x21,0x3f,0x0,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x0,0xe0,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0, -+0x8,0x8,0xff,0x1c,0x2a,0x49,0x3f,0x22,0x3f,0x22,0x3f,0x28,0x2f,0x28,0x4f,0x88,0x20,0x24,0xfe,0x70,0xae,0x24,0xfc,0x40,0xf8,0x48,0xf8,0x48,0x50,0x62,0x42,0x3e, -+0x8,0xff,0x10,0x11,0x20,0x23,0x3c,0x64,0xa5,0x24,0x24,0x24,0x25,0x3e,0x20,0x0,0x8,0xfc,0x8,0xf8,0x8,0xfe,0x20,0x24,0x2c,0xb0,0x20,0xb0,0x2e,0x24,0xa0,0x40, -+0x3f,0x1,0x7f,0x49,0x85,0x9,0x3e,0x22,0x22,0x3f,0x8,0x2e,0x29,0x2e,0x70,0x20,0xf8,0x0,0xfe,0x22,0x44,0x20,0x40,0x78,0x88,0x50,0x20,0x50,0xfe,0x88,0x88,0xf8, -+0x4,0x7e,0x44,0x45,0x46,0x44,0x7c,0x50,0x13,0x5d,0x51,0x51,0x51,0x5d,0xe1,0x1,0x40,0x40,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x4,0x7e,0x44,0x55,0x56,0x54,0x54,0x54,0x57,0x55,0x55,0x55,0x29,0x25,0x45,0x81,0x40,0x40,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x0,0x3f,0x22,0x22,0x3f,0x22,0x22,0x3f,0x28,0x28,0x2f,0x48,0x49,0x8a,0xc,0x0,0x84,0xfe,0x40,0x48,0xfc,0x48,0x48,0xf8,0x40,0x48,0x58,0x60,0x42,0x42,0x3e, -+0x40,0x2f,0x28,0x8,0x88,0x4f,0x4a,0x2,0x1a,0x2b,0xca,0x4a,0x4a,0x4b,0x5c,0x8,0x20,0xa0,0xbc,0xc4,0xc4,0xa8,0x90,0x28,0x46,0x84,0x7c,0x44,0x44,0xc4,0x7c,0x44, -+0x20,0x13,0x10,0x1,0xf8,0xb,0x10,0x38,0x56,0x91,0x10,0x11,0x12,0x14,0x11,0x10,0x8,0xfc,0x8,0xf8,0x8,0xfe,0x40,0x44,0x68,0x70,0xd0,0x48,0x4e,0x44,0x40,0x80, -+0x0,0x3f,0x0,0x0,0x1f,0x0,0x0,0xff,0x1,0x11,0x9,0x5,0x9,0x11,0x65,0x2,0x10,0xf8,0x10,0x10,0xf0,0x10,0x14,0xfe,0x8,0x10,0xa0,0x40,0x20,0x1e,0x4,0x0, -+0x0,0x7c,0x44,0x49,0x48,0x50,0x48,0x4b,0x44,0x45,0x45,0x69,0x51,0x41,0x41,0x41,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x1,0xf7,0x11,0x55,0x33,0x55,0x9,0x14,0x2b,0xd1,0x24,0x48,0x12,0x24,0x9,0x10,0x20,0xa8,0x24,0x20,0x3e,0xe0,0x20,0x24,0x24,0x28,0x10,0x30,0x52,0x8a,0xa,0x4, -+0x8,0xfc,0x9,0x49,0x49,0x49,0x49,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x2a,0x14,0x40,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x3f,0x20,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x11,0x1d,0x21,0x21,0x7d,0x91,0x10,0x7c,0x13,0x12,0x12,0x16,0x1a,0x13,0x2,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0xb,0xa,0x12,0x12,0x33,0x50,0x90,0x17,0x14,0x14,0x14,0x14,0x14,0x17,0x14,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x10,0x10,0xfd,0x22,0x20,0x3d,0x25,0x25,0x25,0x25,0x25,0x25,0x45,0x95,0x9,0x80,0x80,0x88,0xfc,0x10,0x60,0x84,0x4c,0x50,0x20,0x20,0x10,0x10,0x4e,0x84,0x0, -+0x3f,0x20,0x3f,0x25,0x29,0x32,0x25,0x29,0x39,0x29,0x29,0x29,0x4b,0x4c,0x88,0xb,0xfc,0x4,0xfc,0x0,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xf8,0x90,0x60,0x9c, -+0x3f,0x20,0x3f,0x24,0x22,0x3f,0x22,0x24,0x28,0x21,0x3f,0x22,0x46,0x41,0x82,0xc,0xfc,0x4,0xfc,0x90,0xa4,0xfe,0xa0,0x98,0x88,0x0,0xfe,0x10,0x20,0xc0,0x30,0x8, -+0x10,0x12,0x21,0x20,0x47,0xf9,0x12,0x24,0x40,0xff,0x1,0x2,0x19,0xe0,0x41,0x6,0x40,0x48,0x50,0x40,0xfe,0x50,0x4c,0x44,0x80,0xfe,0x8,0x8,0xb0,0x40,0xb0,0x8, -+0x1,0x1,0x1,0x3f,0x21,0x21,0x2f,0x21,0x20,0x20,0x20,0x2a,0x4a,0x52,0x81,0x0,0x10,0xf8,0x0,0xfe,0x2,0xf4,0x0,0x8,0xf8,0x0,0x80,0x48,0x46,0x12,0xf0,0x0, -+0x10,0x1f,0x10,0x2f,0x40,0xbf,0x0,0x3f,0x0,0x1f,0x0,0xff,0x12,0xa,0x32,0x6,0x8,0xfc,0x0,0xf8,0x0,0xf8,0x48,0xe8,0x48,0xc8,0x48,0xf8,0x48,0x8a,0x6a,0x4, -+0x8,0x8,0x13,0x10,0x27,0x48,0x8b,0x10,0x30,0x57,0x90,0x10,0x1f,0x10,0x10,0x10,0x40,0x48,0xfc,0x48,0xfe,0x48,0xf8,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40, -+0x2,0x1,0x7f,0x1,0x42,0x27,0x11,0x22,0x4f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x0,0x8,0xfc,0x0,0x44,0x88,0x10,0x48,0xe4,0x20,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x0,0x40,0x20,0x2f,0x8,0x88,0x5f,0x48,0x18,0x28,0xc9,0x4b,0x4d,0x51,0x50,0x60,0x90,0xf8,0x80,0xfe,0x82,0xf4,0x80,0x88,0x78,0x0,0x40,0x24,0x2a,0xa,0xf8,0x0, -+0x10,0x13,0x20,0x21,0x44,0xff,0x10,0x22,0x41,0xf9,0x0,0x1,0x1a,0xe4,0x41,0x0,0x8,0xfc,0x8,0xf8,0x8,0xfe,0x40,0x44,0x4c,0x50,0xe0,0x50,0x48,0x4e,0x44,0x80, -+0x2,0x1,0xff,0x4,0x14,0x14,0x24,0x24,0x44,0x1,0x21,0x21,0x21,0x21,0x3f,0x20,0x0,0x4,0xfe,0x40,0x50,0x48,0x44,0x44,0x40,0x0,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x2,0x1,0xff,0x4,0x14,0x34,0x44,0x3f,0x1,0x1f,0x1,0xff,0x1,0x1,0x5,0x2,0x0,0x4,0xfe,0x40,0x50,0x4c,0x74,0x80,0x0,0xf0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x2,0x1,0xff,0x4,0x14,0x24,0x44,0x1f,0x0,0x1,0xff,0x1,0x1,0x1,0x5,0x2,0x0,0x4,0xfe,0x40,0x50,0x4c,0x44,0xe0,0x80,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x1,0x40,0x3f,0x22,0x6,0x8a,0x52,0x42,0x10,0x2f,0xc1,0x42,0x44,0x48,0x50,0x40,0x0,0x84,0xfe,0x20,0x30,0x2c,0x24,0xa0,0x84,0xfe,0xc0,0xa0,0x90,0x8e,0x84,0x80, -+0xc,0x70,0x44,0x44,0x64,0x54,0x54,0x44,0x44,0x5c,0xe4,0x4,0x8,0x10,0x60,0x0,0x4,0xfe,0x84,0x84,0xa4,0x94,0x94,0x84,0x84,0xc4,0xa8,0x90,0x80,0x80,0x80,0x80, -+0x2,0x7,0x78,0x8,0x8,0x9,0xff,0x8,0xa,0x3f,0x22,0x22,0x22,0x22,0x3e,0x22,0x40,0x40,0x40,0x40,0x40,0x40,0xc0,0x40,0x40,0x40,0x40,0x42,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x17,0x10,0xfc,0x13,0x16,0x1a,0x32,0xd3,0x10,0x11,0x12,0x14,0x51,0x20,0x80,0x44,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x0,0x4,0x7e,0x55,0x56,0x54,0x7c,0x54,0x55,0x57,0x55,0x7d,0x41,0x1,0x1,0x1,0x80,0x80,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x12,0x1d,0x31,0xd1,0x11,0x11,0x11,0x11,0x50,0x20,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4,0x10,0x30,0xc0,0x0,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x20,0xfc,0x21,0x51,0x52,0xfd,0x11,0x11,0x1d,0xf1,0x51,0x11,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4,0x10,0x30,0xc0,0x0,0x4,0x4,0xfc,0x0, -+0x8,0x8,0x8,0x10,0x11,0x32,0x54,0x99,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4,0x10,0x30,0xc0,0x0,0x4,0x4,0xfc,0x0, -+0x1,0x1,0x2,0x2,0x4,0x8,0x30,0xc8,0x8,0x9,0xe,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x80,0x80,0x40,0x30,0x1e,0x24,0x60,0x80,0x0,0x0,0x8,0x8,0xf8,0x0, -+0x0,0x40,0x30,0x10,0x1,0x82,0x64,0x29,0x11,0x11,0xe1,0x21,0x21,0x21,0x20,0x20,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4,0x10,0x30,0xc0,0x0,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x10,0x20,0x25,0x7e,0x4,0x9,0x11,0x7d,0x1,0x1,0xd,0x71,0x20,0x0,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4,0x0,0x10,0x30,0xc0,0x0,0x4,0x4,0xfc,0x0, -+0x0,0x40,0x30,0x10,0x1,0x2,0xf4,0x11,0x11,0x11,0x11,0x11,0x15,0x19,0x10,0x0,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4,0x0,0x10,0x30,0xc0,0x0,0x4,0x4,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x3f,0x24,0x24,0x3f,0x2,0x7,0x18,0x64,0x2,0x1,0x6,0x78,0x40,0x44,0xfe,0x48,0xfc,0x48,0x48,0xf8,0x0,0xf8,0x8,0x10,0x60,0x80,0x0,0x0, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x54,0x54,0x55,0x7c,0x51,0x14,0x1c,0xe5,0x42,0x0,0x4,0xfe,0x24,0xfc,0x24,0xfc,0x20,0x48,0xf0,0x24,0xfc,0x20,0xa8,0x26,0xa2,0x40, -+0x0,0x7f,0x44,0x44,0x44,0x7f,0x42,0x2,0x7,0x8,0x14,0x62,0x1,0x6,0x18,0xe0,0x4,0xfe,0x44,0x44,0x44,0xfc,0x4,0x0,0xf0,0x10,0x20,0xc0,0x0,0x0,0x0,0x0, -+0x0,0x4f,0x29,0x29,0xf,0x8,0xe1,0x23,0x26,0x29,0x20,0x20,0x27,0x50,0x8f,0x0,0x4,0xfe,0x24,0x24,0xfc,0x84,0x0,0xf8,0x8,0x10,0xa0,0xc0,0x0,0x6,0xfc,0x0, -+0x10,0x13,0x22,0x3e,0x42,0x83,0x7e,0x10,0x10,0x7d,0x13,0x10,0x14,0x18,0x11,0x6,0x4,0xfe,0x94,0x94,0x94,0xfc,0x44,0x80,0xfc,0x4,0x8,0x90,0x60,0x40,0x80,0x0, -+0x22,0x3f,0x50,0x89,0x7f,0x44,0x44,0x7f,0x44,0xf,0x10,0x28,0x4,0x3,0xe,0x70,0x44,0x7e,0xa0,0x14,0xfe,0x44,0x44,0xfc,0x4,0xf0,0x10,0x20,0x40,0x80,0x0,0x0, -+0x8,0xfd,0x9,0x49,0x49,0x49,0x48,0x48,0x7d,0x4,0x5,0x1c,0xe4,0x45,0x16,0x8,0x4,0xfe,0x24,0xfc,0x24,0xfc,0x20,0x48,0xf0,0x24,0xfc,0x20,0xa8,0x26,0xa2,0x40, -+0x40,0x33,0x12,0x2,0xfb,0xa,0x12,0x33,0x58,0x97,0x18,0x11,0x12,0x1c,0x10,0x10,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40,0x40, -+0x8,0x8,0xff,0x9,0x41,0x23,0x24,0x80,0x49,0x12,0x2f,0xe2,0x22,0x22,0x23,0x22,0x20,0x24,0xfe,0x20,0xf8,0x10,0xa0,0x40,0xb0,0xe,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x1,0x41,0x31,0x13,0x84,0x60,0x20,0x9,0x12,0x27,0xea,0x22,0x22,0x22,0x23,0x22,0x0,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x10,0xe,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0xfc,0x8,0x49,0x4a,0x48,0x48,0x48,0x7d,0x7,0x5,0x1d,0xe5,0x45,0x15,0x9,0x80,0x80,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x20,0x21,0x4a,0xf8,0x10,0x20,0x41,0xfb,0x5,0x1,0x19,0xe1,0x41,0x1,0x80,0x80,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x13,0x10,0x11,0xfd,0x25,0x25,0x25,0x25,0x44,0x28,0x13,0x28,0x44,0x84,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x4,0x24,0xf4,0x4,0x4,0x28,0x10, -+0x2,0x1,0x7f,0x44,0x44,0x44,0x7f,0x44,0x4e,0x4d,0x54,0x54,0x65,0x44,0x84,0x4,0x0,0x8,0xfc,0x20,0x20,0x24,0xfe,0x20,0x70,0x68,0xae,0xa4,0x20,0x20,0x20,0x20, -+0x0,0xb,0xfc,0x11,0x11,0x11,0x7d,0x11,0x11,0x10,0x1c,0xf3,0x40,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x4,0x24,0xf4,0x4,0x4,0x14,0x8, -+0x8,0xff,0x10,0x11,0x21,0x25,0x3f,0x65,0xa5,0x24,0x24,0x27,0x24,0x3c,0x24,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x4,0x24,0xf4,0x4,0x4,0x14,0x8, -+0x10,0x13,0x10,0x7d,0x55,0x55,0x55,0x55,0x55,0x7c,0x10,0x17,0x1c,0xe4,0x40,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0xfc,0x4,0x24,0xf4,0x4,0x4,0x14,0x8, -+0x0,0x3f,0x0,0x8,0x8,0x8,0x8,0x8,0xf,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x4,0x24,0xf4,0x4,0x4,0x28,0x10, -+0x7e,0x42,0x42,0x7e,0x0,0x3f,0x0,0x8,0x8,0x8,0xf,0x0,0x0,0xff,0x0,0x0,0xfc,0x84,0x84,0xfc,0x20,0xf0,0x20,0x20,0x20,0x24,0xfe,0x4,0x24,0xf4,0x14,0x8, -+0x0,0x20,0xff,0xa9,0xa9,0xa9,0xaf,0xa9,0xab,0xab,0xad,0xe9,0x89,0x11,0x21,0x1,0x80,0x44,0xfe,0x10,0x10,0x14,0xfe,0x10,0x30,0xb8,0x56,0x54,0x90,0x10,0x10,0x10, -+0x0,0xb,0x7c,0x49,0x49,0x49,0x49,0x49,0x49,0x48,0x48,0x7f,0x48,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x4,0x24,0xf4,0x4,0x4,0x14,0x8, -+0x20,0x27,0x24,0x24,0xff,0x24,0x24,0x24,0x27,0x20,0x38,0xe7,0x40,0x0,0x1f,0x0,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0, -+0x0,0x7f,0x0,0x8,0x6,0x2,0x20,0x19,0x9,0xff,0x2,0x2,0x4,0x8,0x30,0xc0,0x0,0xfc,0x84,0x88,0x80,0x80,0x80,0x0,0x4,0xfe,0x0,0xc0,0x30,0x18,0xc,0x4, -+0x1,0x1,0x7f,0x1,0x3f,0x1,0x1,0xff,0x4,0xf,0xa,0x11,0x20,0x43,0xc,0x30,0x0,0x8,0xfc,0x0,0xf8,0x0,0x4,0xfe,0x0,0xf0,0x20,0x40,0x80,0x40,0x30,0xe, -+0x1,0x1,0x3f,0x1,0x1,0x7f,0x8,0x6,0x22,0x18,0x8,0xff,0x1,0x2,0xc,0x30,0x0,0x10,0xf8,0x0,0x0,0xfc,0x4,0x88,0x80,0x80,0x84,0xfe,0x40,0x30,0x18,0x8, -+0x0,0x47,0x31,0x11,0x1,0x1,0xf1,0x11,0x11,0x11,0x12,0x14,0x10,0x28,0x47,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x50,0x20,0x6,0xfc,0x0, -+0x8,0x7c,0x48,0x4b,0x48,0x78,0x4f,0x48,0x49,0x79,0x4a,0x4a,0x4c,0x48,0x49,0x98,0x80,0x40,0x0,0xc4,0x4c,0x50,0xe0,0xe0,0x50,0x50,0x48,0x4e,0x44,0x40,0x40,0x80, -+0x1,0x79,0x4f,0x49,0x48,0x7f,0x48,0x48,0x4b,0x7a,0x4a,0x4b,0x4a,0x7a,0x4a,0x2,0x10,0x14,0xfe,0x10,0x4,0xfe,0x90,0x94,0xfe,0x94,0x94,0x6c,0x4,0x4,0x14,0x8, -+0x23,0x22,0x23,0x3a,0x2b,0x48,0x57,0x84,0x27,0x20,0x23,0x21,0x28,0x30,0x21,0x6,0xfc,0x4,0xfc,0x4,0xfc,0x0,0xfe,0x92,0xfe,0x0,0xfc,0x8,0x90,0x60,0x9e,0x4, -+0x2,0x1,0xff,0x4,0x14,0x24,0x45,0x1,0x1f,0x11,0x11,0x1f,0x1,0x1,0x7f,0x0,0x0,0x4,0xfe,0x40,0x50,0x4c,0x44,0x10,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x8, -+0x41,0x31,0x1f,0x1,0x80,0x6f,0x21,0x1,0x1f,0x29,0xe9,0x2a,0x2c,0x28,0x28,0x28,0x20,0x24,0xfe,0x20,0x8,0xfc,0x20,0x24,0xfe,0x24,0x24,0xd4,0xc,0x4,0x14,0x8, -+0x8,0xff,0x8,0x1f,0x11,0x1f,0x0,0x7f,0x44,0x7f,0x40,0x1f,0x4,0x3,0xc,0x70,0x24,0xfe,0x20,0xf0,0x10,0xf0,0x4,0xfe,0x44,0xfc,0x4,0xf0,0x40,0x80,0x60,0x1c, -+0x1f,0x10,0x1f,0x10,0x1f,0x0,0x7f,0x44,0x44,0x7f,0x40,0x1f,0x4,0x3,0xc,0x70,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x44,0x44,0xfc,0x4,0xf0,0x40,0x80,0x60,0x1c, -+0x13,0x12,0x13,0x5a,0x57,0x50,0x97,0x14,0x14,0x17,0x10,0x13,0x11,0x10,0x11,0x16,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0xa4,0xa4,0xfc,0x0,0xf8,0x10,0xe0,0x18,0x6, -+0x47,0x34,0x17,0x4,0x87,0x60,0x2f,0x9,0x19,0x2f,0xe0,0x27,0x22,0x21,0x26,0x38,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x24,0x24,0xfc,0x0,0xf0,0x20,0xc0,0x30,0xe, -+0x47,0x24,0x27,0x4,0x7,0xe0,0x2f,0x29,0x2f,0x28,0x23,0x22,0x29,0x30,0x23,0xc,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x24,0xfc,0x4,0xf0,0x10,0x20,0xc0,0x30,0xe, -+0x8,0x8,0xff,0x8,0x8,0x2,0x1,0xff,0x10,0x10,0x10,0x10,0x10,0x10,0x1f,0x0,0x20,0x24,0xfe,0x20,0x20,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0, -+0x8,0x8,0xff,0x8,0x20,0x10,0x90,0x47,0x41,0x9,0x11,0xe1,0x21,0x21,0x21,0x20,0x20,0x24,0xfe,0x20,0x0,0x80,0x44,0xfe,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x2,0x1,0xff,0x10,0x10,0x10,0x1f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x20,0x13,0x12,0x2,0xfe,0x43,0x42,0x42,0x43,0x42,0x42,0x4a,0x7e,0x2,0x3,0x2,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x20,0x20,0x10,0x92,0xa,0x6, -+0x10,0x10,0x10,0x10,0x5f,0x5a,0x52,0x92,0x12,0x12,0x12,0x12,0x12,0x13,0x10,0x10,0x80,0x60,0x20,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0, -+0x4,0x4,0xff,0x4,0x5,0x2,0xff,0x4,0x8,0x34,0xc4,0x3f,0x4,0x4,0x8,0x30,0x40,0x44,0xfe,0x40,0x50,0x8,0xfe,0x40,0x30,0x4e,0x44,0xf8,0x40,0x40,0x40,0x40, -+0x1,0x89,0x51,0x2f,0x51,0x91,0x17,0x14,0x34,0x54,0x97,0x14,0x14,0x14,0x57,0x24,0x10,0x10,0x14,0xfe,0x10,0x14,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x4, -+0x4,0x4,0xff,0x4,0x1f,0x0,0x1,0x0,0xff,0x1,0x2,0x4,0x8,0x10,0x22,0x1,0x40,0x44,0xfe,0x40,0xf0,0x20,0x40,0x80,0xfe,0x82,0x84,0x80,0x80,0x80,0x80,0x0, -+0x21,0x21,0x39,0x27,0x41,0x79,0xa7,0x24,0xfc,0x24,0x27,0x24,0x2c,0x34,0x27,0x4,0x10,0x10,0x14,0xfe,0x10,0x14,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x4, -+0x0,0x0,0x3f,0x2,0x2,0x3,0x3e,0x2,0x3,0xfe,0x2,0x2,0x2,0x2,0x1,0x0,0x10,0x78,0x80,0x0,0x20,0xf0,0x0,0x8,0xfc,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x1f,0x0,0x2,0x1,0x0,0xff,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x2,0x1,0x0,0xf0,0x20,0x40,0x80,0x80,0xfe,0x84,0x88,0x80,0x80,0x80,0x80,0x80,0x80,0x0, -+0x21,0x26,0x3c,0x44,0x84,0x7c,0x24,0x24,0xfd,0x26,0x24,0x20,0x29,0x31,0x22,0x4,0x4,0x3e,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xb4,0xa8,0xa0,0x20,0x20,0x20,0x20, -+0x4,0xe,0x30,0x22,0x22,0x22,0x22,0x22,0x22,0x2e,0x32,0x2,0x4,0x18,0x60,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x44,0x64,0x54,0x48,0x40,0x40,0x40,0x40, -+0x8,0x8,0xff,0x8,0x9,0x1,0x3f,0x21,0x20,0x20,0x20,0x20,0x20,0x23,0x4c,0x80,0x40,0x44,0xfe,0x40,0x20,0x10,0xfc,0x0,0x88,0x88,0x50,0x60,0xa0,0x12,0xa,0x6, -+0x0,0x7f,0x40,0x5f,0x40,0x5f,0x40,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x1f,0x10,0x4,0xfe,0x4,0xf4,0x4,0xf4,0x4,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x20,0x23,0x22,0xfa,0xaa,0xaa,0xa8,0xa9,0xa9,0xa9,0xa9,0xb9,0x21,0x21,0x21,0x21,0x4,0xfe,0x4,0xf4,0x4,0xf4,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x4,0x8,0x35,0xd5,0x49,0x39,0x25,0xcd,0x15,0x65,0xc,0x14,0x64,0x4,0x29,0x12,0x40,0x84,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x54,0x50,0x50,0x92,0x92,0xe,0x0, -+0x6,0x78,0x40,0x48,0x4e,0x72,0xc1,0x1f,0x10,0x11,0x11,0x11,0x11,0x2,0xc,0x70,0x4,0xfe,0x44,0x44,0x54,0x88,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xc0,0x38,0x8, -+0x1,0x1,0x2,0x2,0x4,0x8,0x10,0x21,0x41,0x2,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x40,0x80,0x0,0x0,0x0,0x20,0x10,0x8,0xfc,0x4,0x0, -+0x0,0x8,0xfc,0x10,0x10,0x11,0x12,0x7c,0x10,0x10,0x10,0x10,0x1c,0xe0,0x41,0x6,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x88,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x10,0x10,0x10,0xfc,0x11,0x32,0x38,0x54,0x50,0x90,0x10,0x10,0x10,0x11,0x16,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x88,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x12,0x12,0x13,0x14,0xff,0x12,0x32,0x3a,0x57,0x52,0x94,0x14,0x17,0x10,0x10,0x10,0x0,0x8,0xfc,0x0,0xf8,0x8,0x88,0x48,0xfe,0x8,0x88,0x48,0xfc,0x8,0x28,0x10, -+0x2,0xff,0x28,0x2a,0xff,0xaa,0xaa,0xae,0xc2,0x83,0x82,0xfe,0x82,0x82,0xfe,0x82,0x40,0x44,0x7e,0x80,0x4,0x7e,0x44,0x64,0x54,0xfe,0x84,0xa4,0x94,0xfc,0x4,0x18, -+0x1f,0x1,0x7f,0x49,0x85,0x9,0x10,0x1f,0x20,0x5f,0x12,0xff,0x20,0x3f,0x0,0x0,0xf0,0x0,0xfe,0x22,0x44,0x20,0x0,0xf8,0x0,0xf0,0x14,0xfe,0x90,0xf8,0x10,0x30, -+0x11,0x11,0x11,0x17,0x55,0x59,0x51,0x91,0x10,0x1f,0x10,0x10,0x29,0x46,0x84,0x0,0x10,0x10,0x14,0xfe,0x10,0xf0,0x10,0xf0,0x44,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x40,0x31,0x11,0x1,0x81,0x62,0x24,0x3,0x12,0x21,0xe1,0x20,0x20,0x20,0x23,0x2c,0x10,0xf8,0x10,0x10,0x10,0xe,0x0,0xf8,0x8,0x10,0x10,0xa0,0x40,0xa0,0x1e,0x8, -+0x0,0x3f,0x21,0x21,0x3f,0x20,0x2f,0x28,0x28,0x2f,0x28,0x2f,0x28,0x48,0x8f,0x8,0x8,0xfc,0x8,0x8,0xf8,0x8,0xfc,0x8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x21,0x21,0x21,0x27,0xf9,0x49,0x49,0x49,0x48,0x8f,0x50,0x20,0x51,0x4a,0x84,0x0,0x10,0x10,0x10,0xfc,0x10,0xf0,0x10,0xf0,0x44,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x21,0x20,0x3f,0x20,0x43,0x78,0xa0,0x27,0xf8,0x20,0x2f,0x20,0x28,0x31,0x22,0xc,0x10,0xa0,0xfc,0x40,0xf8,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0xa0,0x10,0xe,0x4, -+0x10,0x10,0x1f,0x20,0x5f,0x12,0x11,0x10,0xff,0x12,0x21,0x20,0x3f,0x0,0x0,0x0,0x0,0x8,0xfc,0x10,0xf8,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0xf8,0x20,0xa0,0x40, -+0x8,0x6,0x2,0x7f,0x1,0x3f,0x1,0xff,0x1,0x1,0x7f,0x1,0x2,0x4,0x18,0xe0,0x20,0x60,0x88,0xfc,0x0,0xf8,0x0,0xfe,0x0,0x8,0xfc,0x0,0x80,0x60,0x1e,0x4, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x48,0x7f,0x48,0x48,0x48,0x49,0x7a,0x44,0x8,0x0,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0xe0,0xd0,0x48,0x4e,0x44,0x40,0x40, -+0x2,0x1,0x7f,0x40,0xa4,0x24,0x25,0x3c,0x4,0xff,0x24,0x24,0x24,0x25,0x46,0x4,0x0,0x0,0xfe,0x2,0x24,0x20,0xfc,0x20,0x24,0xfe,0x20,0x70,0xa8,0x2e,0x24,0x20, -+0x20,0x20,0x20,0x23,0xf8,0x48,0x48,0x4f,0x48,0x88,0x50,0x21,0x52,0x4c,0x88,0x0,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0xe0,0xd0,0x48,0x4e,0x44,0x40,0x40, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x46,0x84,0x0,0x4,0xfe,0x24,0x24,0xfc,0x0,0x7c,0x44,0x44,0x7c,0x44,0x7c,0x44,0x44,0x7c,0x44, -+0x20,0x1b,0x48,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x14,0x8, -+0x20,0x1b,0x48,0x42,0x41,0x44,0x54,0x54,0x64,0x44,0x44,0x43,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x4,0x84,0x94,0xc,0xc,0x24,0x24,0xe4,0x4,0x4,0x14,0x8, -+0x10,0x12,0x11,0x24,0x24,0x64,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x0,0x4,0x7e,0x84,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x14,0x8, -+0x8,0x8,0xff,0x8,0x7c,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x7d,0x41,0x2,0xc,0x20,0x24,0xfe,0x28,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88,0x8,0x8,0x28,0x10, -+0x4,0x7f,0x4,0x7f,0x40,0x8f,0x0,0x7f,0x6,0x3b,0x5,0x1a,0x64,0x18,0x62,0x1,0x48,0xfc,0x40,0xfe,0x2,0xe4,0x0,0xfc,0x10,0x30,0xc0,0xa0,0x90,0x8e,0x84,0x0, -+0x10,0x10,0x17,0x10,0xff,0x14,0x39,0x34,0x53,0x50,0x97,0x10,0x13,0x10,0x17,0x10,0x90,0x94,0xfe,0x90,0xfe,0x2,0xf4,0x0,0xfc,0xc0,0x68,0xb0,0x68,0xae,0x24,0x60, -+0x3e,0x22,0x22,0x3e,0x22,0x22,0x3e,0x21,0x2,0x4,0x3f,0x24,0x24,0x24,0xff,0x0,0xf8,0x88,0x88,0xf8,0x88,0x88,0xf8,0x8,0x28,0x10,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x20,0x23,0x38,0x40,0x80,0x7b,0x20,0x21,0xf8,0x23,0x22,0x22,0x2a,0x32,0x2f,0x0,0x0,0xf8,0x10,0x60,0x48,0xfc,0x40,0x40,0x88,0xfc,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x0,0x8b,0x50,0x20,0x50,0x97,0x10,0x11,0x30,0x53,0x92,0x12,0x12,0x12,0xaf,0x40,0x0,0xf8,0x10,0x60,0x48,0xfc,0x40,0x40,0x88,0xfc,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x8,0x8,0xff,0x8,0x1c,0x2a,0x49,0x8c,0x7,0xc,0x14,0x22,0x1,0x1,0xe,0x70,0x20,0x24,0xfe,0x20,0x70,0xae,0x24,0x20,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x1f,0x0,0x0,0x1,0xff,0x1,0x5,0x2,0x3f,0x24,0x24,0x24,0x24,0xff,0x0,0x0,0xf0,0x20,0xc0,0x4,0xfe,0x0,0x0,0x8,0xfc,0x48,0x48,0x48,0x48,0xfe,0x0, -+0x8,0x7c,0x4a,0x49,0x49,0x78,0x4f,0x48,0x78,0x48,0x49,0x49,0x7a,0x44,0x0,0x0,0x40,0x40,0x44,0x4c,0x50,0x44,0xfe,0x40,0xe0,0xe0,0x50,0x48,0x4e,0x44,0x40,0x40, -+0x2,0xff,0x28,0x29,0xfe,0xaa,0xaa,0xaf,0xc2,0x82,0x82,0xfe,0x82,0x82,0xff,0x82,0x10,0x10,0x52,0x34,0xb8,0x10,0x7e,0x90,0xb0,0xb8,0xd6,0x92,0x90,0x90,0x46,0x3c, -+0x1,0x0,0x7f,0x44,0x5f,0x4e,0x55,0x64,0x41,0x5f,0x41,0x4f,0x41,0x5f,0x81,0x1,0x0,0x84,0xfe,0x10,0x7c,0x38,0x54,0x92,0x40,0x7c,0x40,0x78,0x40,0x7c,0x40,0x40, -+0x1,0x0,0x7f,0x44,0x5f,0x4e,0x55,0x64,0x44,0x42,0x7f,0x41,0x42,0x4c,0xb0,0x0,0x0,0x84,0xfe,0x10,0x7c,0x38,0x54,0x92,0x90,0xa4,0xfe,0xc0,0xb0,0x8e,0x84,0x80, -+0x0,0x40,0x32,0x11,0x0,0x0,0xf7,0x10,0x11,0x11,0x12,0x14,0x10,0x28,0x44,0x83,0x40,0x40,0x48,0x50,0x40,0x44,0xfe,0x40,0x60,0x50,0x48,0x48,0x40,0x40,0x6,0xfc, -+0x0,0x40,0x29,0x24,0x4,0x0,0xe3,0x2c,0x24,0x24,0x24,0x2d,0x34,0x24,0xa,0x11,0x20,0x20,0x24,0xa8,0x20,0x24,0xfe,0x20,0x70,0x68,0xa4,0x24,0x20,0x20,0x6,0xfc, -+0x8,0xfc,0x8,0x8,0x9,0x79,0x4a,0x40,0x48,0x7c,0x9,0xa,0x8,0x8,0x50,0x20,0x80,0x80,0x80,0xfe,0x2,0x4,0x20,0x20,0xa8,0xa4,0x26,0x22,0x20,0x20,0xa0,0x40, -+0x1,0x21,0x19,0xd,0x5,0x1,0xff,0x3,0x3,0x5,0x9,0x11,0x21,0xc1,0x1,0x1,0x0,0x8,0x18,0x20,0x40,0x4,0xfe,0x0,0x80,0x40,0x20,0x10,0xe,0x4,0x0,0x0, -+0x8,0x1c,0xf0,0x10,0x11,0xfd,0x11,0x39,0x35,0x55,0x55,0x99,0x13,0x15,0x18,0x10,0x0,0x80,0x60,0x2c,0x8,0x10,0x10,0x20,0x28,0x44,0x86,0x2,0x8,0x8,0xf8,0x0, -+0x0,0x7f,0x11,0x9,0x0,0x1f,0x10,0x11,0x11,0x11,0x11,0x12,0x2,0x4,0x18,0x60,0xfc,0x0,0x10,0x20,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x90,0x80,0x82,0x82,0x7e, -+0x40,0x30,0x10,0x0,0x81,0x61,0x21,0x9,0x15,0x25,0xe5,0x29,0x23,0x25,0x28,0x20,0x0,0x80,0x60,0x2c,0x8,0x10,0x10,0x20,0x28,0x44,0x86,0x2,0x8,0x8,0xf8,0x0, -+0x2,0x1,0x7f,0x42,0x89,0x28,0x4b,0xc,0x77,0x1,0x3f,0x21,0x3f,0x1,0x7f,0x20,0x0,0x0,0xfe,0x2,0x24,0xc8,0x4,0x10,0xf0,0x0,0xf8,0x8,0xf8,0x4,0xfc,0x4, -+0x2,0x1,0x7f,0x42,0x89,0x28,0x4b,0xc,0x77,0x1,0x21,0x21,0x21,0x21,0x3f,0x20,0x0,0x0,0xfe,0x2,0x24,0xc8,0x4,0x10,0xf0,0x0,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x7f,0x40,0x9f,0x10,0x1f,0x10,0x1f,0x0,0xff,0x9,0x1f,0x29,0xc9,0x9,0x1,0x0,0xfe,0x2,0xf4,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x20,0xf0,0x2e,0x24,0x60,0x0, -+0x10,0x10,0x13,0x12,0xff,0x12,0x33,0x38,0x57,0x54,0x94,0x14,0x14,0x14,0x10,0x10,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x44,0xfe,0x44,0x44,0x44,0x54,0x48,0x40,0x40, -+0x0,0x7b,0x4a,0x4a,0x4a,0x7b,0x4a,0x4a,0x4b,0x7a,0x4a,0x4a,0x4a,0x7a,0x4b,0x2,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x20,0x20,0x10,0x92,0xa,0x6, -+0x10,0x10,0x23,0x22,0x4b,0xfa,0x13,0x20,0x47,0xfc,0x4,0x4,0x1c,0xe4,0x40,0x0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x44,0xfe,0x44,0x44,0x44,0x54,0x48,0x40,0x40, -+0x7f,0x40,0x5f,0x40,0x5f,0x8,0xf,0x10,0x1f,0x31,0x51,0x9f,0x12,0x4,0x18,0x60,0xfc,0x4,0xf4,0x4,0xf4,0x0,0xe0,0x48,0xfc,0x8,0x8,0xf8,0x88,0x82,0x82,0x7e, -+0x8,0x8,0x1f,0x10,0x20,0x7f,0xa1,0x21,0x21,0x3f,0x22,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0xe0,0x40,0x88,0xfc,0x8,0x8,0x8,0xf8,0x88,0x80,0x80,0x82,0x82,0x7e, -+0x10,0x10,0x3e,0x24,0x48,0xff,0x49,0x49,0x7f,0x55,0x14,0x24,0x25,0x44,0x83,0x0,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x44,0x44,0x94,0xa,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x11,0xfe,0x25,0x25,0x25,0x25,0x45,0x28,0x10,0x28,0x45,0x82,0x4,0x80,0x80,0xf8,0x10,0x24,0xfe,0x24,0x24,0xfc,0x54,0x50,0x90,0x92,0x12,0xe,0x0, -+0x10,0x17,0x20,0x20,0x4b,0xfa,0x12,0x22,0x42,0xfa,0x2,0x2,0x1a,0xe2,0x43,0x2,0x4,0xfe,0x40,0x84,0xfe,0x94,0x94,0xf4,0x94,0x94,0xf4,0x94,0x94,0x94,0xfc,0x4, -+0x0,0xff,0x2,0x4,0x7f,0x44,0x44,0x47,0x44,0x44,0x44,0x47,0x44,0x44,0x7f,0x40,0x4,0xfe,0x0,0x4,0xfe,0x44,0x44,0xc4,0x44,0x44,0x44,0xc4,0x44,0x44,0xfc,0x4, -+0x4,0x4,0xff,0x4,0x4,0x0,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x20,0x40,0x44,0xfe,0x40,0x40,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x21,0x21,0x21,0x2f,0xf9,0x21,0x27,0x2c,0x34,0xe4,0x27,0x24,0x24,0x24,0xa7,0x44,0x10,0x10,0x14,0xfe,0x10,0x14,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x4, -+0x9,0x7d,0x49,0x4f,0x49,0x79,0x4b,0x4a,0x4a,0x7a,0x4b,0x4a,0x4a,0x7a,0x4b,0x2,0x10,0x10,0x14,0xfe,0x10,0x14,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x4, -+0x8,0xff,0xa,0xc,0x12,0x6b,0x2d,0x31,0xc9,0x15,0x24,0xcc,0x14,0xe4,0x29,0x12,0x24,0xfe,0x20,0x20,0x44,0xfe,0x4,0xfc,0x4,0xfc,0x90,0x90,0x92,0x92,0xe,0x0, -+0x4,0xe,0x78,0x8,0x8,0xfe,0x8,0x1d,0x1a,0x28,0x28,0x48,0x88,0x8,0x8,0xb,0x20,0x20,0x20,0x20,0xa8,0xa6,0xa2,0x20,0x24,0x24,0x28,0x10,0x20,0x40,0x80,0x0, -+0x80,0x61,0x2f,0x9,0x9,0x8f,0x69,0x29,0x9,0x1f,0x29,0xc9,0x4f,0x48,0x41,0x46,0x10,0x10,0x90,0x10,0x10,0x54,0x52,0x52,0x90,0x14,0x14,0x8,0x10,0x60,0x80,0x0, -+0x1,0x0,0x3f,0x20,0x20,0x20,0x2f,0x28,0x28,0x28,0x2f,0x28,0x48,0x48,0x8f,0x8,0x0,0x84,0xfe,0x0,0x80,0x88,0xfc,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0xf8,0x8, -+0x10,0x10,0x10,0x10,0xfc,0x24,0x24,0x25,0x24,0x44,0x28,0x10,0x28,0x44,0x80,0x3,0x20,0x20,0x20,0x20,0xa8,0xa6,0xa2,0x20,0x24,0x24,0x28,0x10,0x20,0x40,0x80,0x0, -+0x4,0xff,0x4,0x3f,0x24,0x24,0x3f,0x1,0x3f,0x21,0x21,0x28,0x24,0x40,0x41,0x8e,0x44,0xfe,0x40,0xf8,0x48,0x48,0xf8,0x20,0xfc,0x0,0x8,0x90,0xa0,0x42,0xa2,0x1e, -+0x0,0xff,0x1,0x1,0x11,0x11,0x11,0x21,0x2,0x2,0x4,0x4,0x8,0x10,0x60,0x0,0x4,0xfe,0x0,0x0,0x8,0x18,0x20,0x40,0x80,0x80,0x40,0x20,0x10,0xe,0x4,0x0, -+0x0,0x7f,0x40,0x40,0x40,0x7f,0x42,0x42,0x7f,0x42,0x41,0x41,0x48,0x50,0x60,0x40,0x10,0xf8,0x10,0x10,0x10,0xf0,0x0,0x8,0xfc,0x0,0x0,0x0,0x80,0x42,0x32,0xe, -+0x10,0x13,0x12,0x12,0xfe,0x13,0x16,0x1a,0x33,0xd2,0x12,0x12,0x12,0x12,0x53,0x22,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x20,0x20,0x10,0x92,0xa,0x6, -+0x0,0x0,0x3f,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0xff,0x0,0x0,0x0,0x8,0xfc,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0xfe,0x0,0x0, -+0x10,0x11,0x3f,0x20,0x7f,0xa9,0x25,0x21,0xff,0x29,0x45,0x41,0x7f,0x1,0xa,0x4,0x20,0x20,0xa0,0x24,0x7e,0x84,0x44,0x44,0xc8,0x28,0x28,0x10,0xa8,0x28,0x46,0x84, -+0x12,0x11,0x10,0x12,0x5a,0x57,0x52,0x92,0x12,0x12,0x12,0x13,0x12,0x12,0x12,0x12,0x4,0x7e,0x4,0x44,0x24,0xfc,0x94,0x54,0x54,0x24,0x54,0x8c,0x4,0x4,0x14,0x8, -+0x20,0x1b,0x48,0x41,0x41,0x4f,0x49,0x49,0x49,0x4f,0x49,0x41,0x41,0x5f,0x40,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x4,0x24,0xf4,0x14,0x14,0x8, -+0x0,0x4,0x7e,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x7c,0x44,0x1,0x1,0x2,0x4,0x4,0xfe,0x84,0x84,0x84,0xfc,0x84,0x84,0x84,0xfc,0x84,0x84,0x4,0x4,0x14,0x8, -+0x10,0x13,0x12,0x14,0x7d,0x55,0x55,0x55,0x7d,0x54,0x10,0x17,0x1c,0xe4,0x41,0x2,0x0,0xfe,0x2,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x40,0x24,0xfe,0x0,0x88,0x6,0x2, -+0x0,0x8,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x78,0x48,0x7,0x0,0x0,0x0,0x40,0x88,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x10,0x1e,0x20,0x21,0x7e,0x90,0x10,0x7c,0x11,0x12,0x10,0x14,0x18,0x10,0x0,0x40,0x40,0xfc,0x84,0x88,0x50,0x20,0x40,0x84,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x2,0x2,0x7,0x4,0xc,0x12,0x1,0x6,0x18,0xef,0x8,0x8,0x8,0x8,0xf,0x8,0x0,0x0,0xf0,0x10,0x20,0x40,0x80,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x1,0x1,0x2,0x4,0x8,0x3f,0xc0,0x3e,0x22,0x22,0x22,0x22,0x3e,0x22,0x0,0x0,0x0,0x0,0x80,0x40,0x30,0xfe,0x8,0xfc,0x88,0x88,0x88,0xc8,0xa8,0x90,0x80,0x80, -+0x0,0x4f,0x24,0x22,0x4,0xe0,0x21,0x22,0x2c,0x21,0x22,0x20,0x2b,0x30,0x20,0x3,0x84,0xfe,0xa4,0x94,0xa4,0xc4,0x20,0x50,0x8e,0x24,0x40,0x90,0x20,0x40,0x80,0x0, -+0x11,0x11,0x1f,0x11,0xfd,0x13,0x16,0x1b,0x32,0xd3,0x10,0x1f,0x10,0x10,0x51,0x26,0x10,0x14,0xfe,0x10,0x18,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0xa0,0x1c,0x8, -+0x8,0xff,0x8,0x3f,0x21,0x3f,0x2,0xff,0x4,0x1f,0x21,0xdf,0x1,0x3f,0x1,0x3,0x24,0xfe,0x20,0xf8,0x8,0xf8,0x0,0xfe,0x40,0xf0,0x8,0xf6,0x0,0xf8,0x0,0x0, -+0x8,0xff,0x9,0x7f,0x44,0x7f,0x4c,0x56,0x65,0x7f,0x42,0x44,0x4f,0x74,0x84,0x7,0x24,0xfe,0x20,0xfc,0x20,0xfc,0x70,0xae,0x24,0xfc,0x0,0x8,0xfc,0x8,0x8,0xf8, -+0x11,0x11,0x1f,0x11,0xfd,0x13,0x32,0x3b,0x56,0x53,0x90,0x1f,0x10,0x10,0x11,0x16,0x10,0x14,0xfe,0x10,0x18,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0xb0,0xe,0x4, -+0x1,0x79,0x4f,0x49,0x49,0x7b,0x4a,0x4b,0x4a,0x7b,0x48,0x4f,0x48,0x48,0x49,0x9e,0x10,0x14,0xfe,0x10,0x18,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0xb0,0xe,0x4, -+0x1,0x7f,0x44,0x44,0x7f,0x4e,0x55,0x64,0x7f,0x42,0x44,0x4f,0x54,0x64,0x87,0x4,0x4,0xfe,0x20,0x24,0xfe,0x70,0xa8,0x24,0xfe,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8, -+0x1,0x7f,0x44,0x44,0x7f,0x4e,0x55,0x64,0x5f,0x41,0x4f,0x41,0x7f,0x41,0x85,0x2,0x8,0xfc,0x20,0x20,0xfc,0x70,0xae,0x24,0xf0,0x0,0xf0,0x0,0xfc,0x0,0x0,0x0, -+0x0,0x3f,0x22,0x3f,0x26,0x2b,0x32,0x2f,0x28,0x2f,0x28,0x2f,0x49,0x42,0x8c,0x30,0x84,0xfe,0x20,0xfc,0x30,0x6e,0xa4,0xf8,0x88,0xf8,0x88,0xf8,0x40,0x52,0x42,0x3e, -+0x10,0x10,0x10,0x17,0xfc,0x10,0x13,0x1c,0x30,0xd0,0x11,0x12,0x14,0x10,0x50,0x20,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0xe0,0xd0,0x48,0x4e,0x44,0x40,0x40,0x40, -+0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x7f,0x3,0x3,0x5,0x9,0x11,0x61,0x1,0x1,0x0,0x0,0x4,0xfe,0x0,0x0,0x8,0xfc,0x80,0x40,0x20,0x18,0xe,0x4,0x0,0x0, -+0x4,0x4,0x7f,0x4,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x1,0x2,0xc,0x70,0x40,0x48,0xfc,0x40,0x50,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x80,0x60,0x1c, -+0x0,0x3f,0x29,0x25,0x3f,0x1,0x3f,0x1,0x7f,0x24,0x42,0x81,0x3f,0x1,0x1,0x7f,0x8,0xfc,0x28,0x48,0xf8,0x0,0xf8,0x0,0xfc,0x48,0x26,0x12,0xf8,0x0,0x8,0xfc, -+0x1,0x7f,0x49,0x6b,0x5d,0x7f,0x8,0x7f,0x8,0xf,0x78,0x5,0x55,0x54,0x91,0x2,0x20,0xb0,0x28,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0x40,0x30,0x1f,0x80,0x60,0x27,0x8,0x10,0x20,0xe1,0x22,0x24,0x20,0x20,0x20,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0xe0,0xd0,0x48,0x4e,0x44,0x40,0x40,0x40, -+0x1,0x41,0x2f,0x11,0x81,0x63,0x22,0xb,0x12,0x23,0xe0,0x3f,0x20,0x20,0x23,0x2c,0x10,0x14,0xfe,0x10,0x18,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0xb0,0xe,0x4, -+0x1,0x7f,0x44,0x84,0x3f,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x2,0xc,0x30,0x0,0xfe,0x42,0x54,0xf8,0x40,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x80,0x60,0x1c, -+0x0,0x7f,0x44,0x48,0x48,0x51,0x49,0x49,0x45,0x45,0x45,0x69,0x51,0x41,0x41,0x41,0x4,0xfe,0x20,0x20,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x2,0x42,0x3f,0x12,0x3,0x2,0xf2,0x13,0x10,0x1f,0x10,0x10,0x15,0x1a,0x14,0x0,0x8,0x8,0xfe,0x8,0xf8,0x8,0x8,0xf8,0x44,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x1,0x2,0x4,0x8,0x3f,0x1,0x11,0x1f,0x21,0x41,0x1,0xff,0x1,0x1,0x1,0x1,0x0,0x0,0x20,0x10,0xf8,0x8,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x8,0x8,0x7f,0x8,0xf,0x8,0x8,0xf,0x1,0xff,0x1,0x3,0x5,0x19,0x61,0x1,0x20,0x28,0xfc,0x20,0xe0,0x20,0x20,0xe0,0x4,0xfe,0x0,0x80,0x60,0x1c,0x8,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x12,0x12,0x1f,0x34,0xd4,0x14,0x14,0x17,0x10,0x50,0x20,0x8,0xfc,0x8,0x88,0x48,0x8,0x8,0xfe,0x8,0x88,0x48,0x8,0xfc,0x8,0x50,0x20, -+0x8,0x8,0x48,0x4a,0x7f,0x48,0x89,0x8,0x8,0xe,0x18,0xe8,0x8,0x8,0xb,0x8,0x20,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x2,0x1,0xff,0x0,0x0,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x21,0x3f,0x20,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x10,0xfc,0x24,0x24,0x27,0x25,0x45,0x29,0x11,0x29,0x44,0x84,0x0,0x4,0xfe,0x84,0xa4,0x94,0x84,0x84,0xfe,0x4,0x24,0x14,0x4,0xfe,0x4,0x28,0x10, -+0x0,0x1f,0x10,0x12,0x11,0x10,0x10,0xff,0x20,0x22,0x21,0x20,0x3f,0x0,0x0,0x0,0x10,0xf8,0x10,0x10,0x90,0x90,0x14,0xfe,0x10,0x10,0x90,0x90,0xf8,0x10,0xa0,0x40, -+0x4,0x7f,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x2,0xff,0x4,0x9,0x37,0xc1,0x1,0x1f,0x48,0xfc,0x50,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x40,0x30,0xce,0x4,0x20,0xf0, -+0x4,0x7f,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x4,0xff,0x8,0x1f,0x28,0xcf,0x8,0xf,0x48,0xfc,0x50,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x20,0xf0,0x28,0xe6,0x20,0xe0, -+0x4,0x7f,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x4,0xff,0x11,0x3f,0xd1,0x11,0x11,0x1,0x48,0xfc,0x50,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x10,0xfe,0x14,0x50,0x20,0x0, -+0x4,0x7f,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x4,0xff,0x12,0x22,0xdf,0x4,0x8,0x30,0x48,0xfc,0x50,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x10,0xe,0xe4,0x20,0xa0,0x40, -+0x4,0x7f,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x4,0xff,0x12,0x22,0xcb,0x12,0x22,0x6,0x48,0xfc,0x50,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x10,0xe,0x24,0x90,0x90,0x0, -+0x1,0x1,0x1,0x1,0xff,0x1,0x3,0x3,0x5,0x9,0x11,0x21,0xc1,0x1,0x1,0x1,0x0,0x0,0x0,0x4,0xfe,0x0,0x80,0x40,0x20,0x10,0x8,0xe,0x4,0x0,0x0,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10,0x0, -+0x8,0x7c,0x4b,0x48,0x48,0x78,0x4f,0x49,0x4a,0x7c,0x4b,0x48,0x48,0x78,0x4f,0x0,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x10,0x4c,0x44,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x8,0x8,0x48,0x48,0x7e,0x49,0x8a,0x8,0xe,0x18,0xe8,0x8,0x8,0x8,0x9,0xe,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x88,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0x1c,0xf3,0x12,0x13,0xfe,0x33,0x39,0x52,0x54,0x53,0x90,0x13,0x10,0x10,0x17,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x50,0x64,0x42,0x90,0x20,0xc8,0x10,0x60,0x80, -+0x1,0x2,0xc,0x37,0xc0,0x1f,0x10,0x1f,0x0,0x3f,0x1,0x1f,0x1,0x7f,0x1,0x3,0x0,0x80,0x60,0xde,0x4,0xf0,0x10,0xf0,0x30,0xc0,0x0,0xf0,0x0,0xfc,0x0,0x0, -+0x0,0xf,0x72,0x52,0x5f,0x52,0x52,0x52,0x5f,0x52,0x52,0x74,0x54,0x9,0x10,0x0,0x0,0xde,0x52,0x54,0xd4,0x54,0x58,0x54,0xd2,0x52,0x52,0x52,0x5a,0x54,0x90,0x10, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4b,0x4a,0x7a,0x4a,0x2,0x2,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xa4,0x94,0x14,0x4,0x4,0x4,0x14,0x8, -+0x20,0x20,0x38,0x23,0x42,0x7a,0xa2,0x22,0xfa,0x22,0x23,0x22,0x2a,0x32,0x22,0x2,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xa4,0x94,0x14,0x4,0x4,0x4,0x14,0x8, -+0x0,0x7f,0x9,0x9,0x7f,0x9,0x9,0x9,0x7f,0x9,0x9,0x11,0x11,0x25,0x42,0x0,0x4,0x7e,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x20,0x27,0x22,0x22,0xfa,0x4f,0x4a,0x4a,0x8a,0x57,0x22,0x52,0x4d,0x84,0x8,0x0,0x0,0xde,0x52,0x52,0x54,0xd4,0x58,0x54,0x54,0xd2,0x52,0x5a,0x54,0x90,0x10,0x10, -+0x10,0x10,0x20,0x23,0x4a,0xfa,0x12,0x22,0x42,0xfa,0x3,0x2,0x1a,0xe2,0x42,0x2,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xa4,0x94,0x14,0x4,0x4,0x4,0x14,0x8, -+0x10,0x1f,0x10,0x2f,0x40,0x9f,0x0,0x7f,0x8,0x8,0x9,0x8,0x10,0x10,0x21,0x40,0x8,0xfc,0x0,0xf8,0x0,0xf8,0x88,0xc8,0x88,0x88,0xe8,0x28,0x2a,0x2a,0x4a,0x84, -+0x0,0x7f,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0x10,0x20,0x40,0x80,0x0,0x10,0xf8,0x10,0x10,0x20,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x17,0x10,0x10,0xfc,0x24,0x24,0x24,0x24,0x49,0x29,0x11,0x2a,0x4a,0x84,0x8,0x8,0xfc,0x88,0x88,0x88,0x90,0x94,0xbe,0x84,0x4,0x4,0x4,0x4,0x4,0x28,0x10, -+0x1,0xff,0x8,0x8,0x10,0x7f,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x43,0x0,0x8,0x88,0x8,0x8,0xfe,0x8,0x8,0x88,0x68,0x28,0x8,0x8,0x8,0x8,0x28,0x10, -+0x1,0x1,0x7f,0x2,0x4,0x8,0x10,0xef,0x0,0x0,0x3f,0x1,0x9,0x11,0x65,0x2,0x0,0x8,0xfc,0x80,0x40,0x30,0x4e,0xe4,0x0,0x10,0xf8,0x0,0x20,0x18,0x8,0x0, -+0x1,0x1,0xff,0x1,0x1,0x7f,0x48,0x44,0x5f,0x41,0x41,0x5f,0x41,0x41,0x41,0x40,0x0,0x4,0xfe,0x0,0x4,0xfe,0x24,0x44,0xf4,0x4,0x4,0xf4,0x4,0x4,0x14,0x8, -+0x0,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x1,0xff,0x2,0x2,0x4,0x18,0x60,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0x4,0x4,0x28,0x10, -+0x0,0x4,0xfe,0x4,0x44,0x45,0x2a,0x28,0x10,0x10,0x28,0x24,0x44,0x80,0x0,0x0,0x60,0x50,0x44,0xfe,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80,0x80, -+0x1,0x3f,0x9,0x7f,0x52,0x9e,0x4,0x7f,0x4,0x3f,0x4,0x7f,0xc,0x14,0x65,0x6,0x10,0xf8,0x20,0xfe,0x92,0xf4,0x40,0xfc,0x40,0xf8,0x40,0xfc,0x90,0x60,0x1c,0x8, -+0x10,0x10,0x10,0x17,0xfc,0x10,0x10,0x1f,0x30,0xd7,0x11,0x11,0x11,0x11,0x52,0x2c,0x80,0x88,0xfc,0x80,0x48,0x32,0xd2,0xe,0x8,0xfc,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x8,0x7c,0x48,0x4f,0x48,0x7a,0x4b,0x4a,0x4a,0x7a,0x4a,0x4b,0x4a,0x4a,0x4b,0x9a,0x80,0x40,0x4,0xfe,0x0,0x14,0x14,0xa4,0xa4,0x44,0xa4,0x1c,0xc,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x17,0x58,0x52,0x53,0x92,0x12,0x12,0x12,0x13,0x12,0x12,0x13,0x12,0x80,0x40,0x4,0xfe,0x0,0x14,0x14,0xa4,0xa4,0x44,0xa4,0x1c,0xc,0x4,0xfc,0x4, -+0x40,0x37,0x10,0x42,0x41,0x5f,0x41,0x41,0x4f,0x49,0x49,0x49,0x49,0x41,0x41,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x4,0x24,0xf4,0x24,0x24,0x24,0x64,0x4,0x14,0x8, -+0x40,0x30,0x10,0x0,0x87,0x64,0x27,0xc,0x17,0x20,0xe0,0x3f,0x20,0x20,0x20,0x20,0x88,0xfc,0x80,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x80,0x84,0xfe,0x80,0x80,0x80,0x80, -+0x0,0xb,0x7e,0x4a,0x4a,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x7c,0x44,0x8,0x10,0x20,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x88,0x98,0xa0,0xc0,0x80,0x82,0x82,0x7e,0x0, -+0x20,0x27,0x20,0x3a,0x49,0x51,0x80,0x20,0x2f,0x21,0x22,0x21,0x28,0x30,0x21,0x6,0x1c,0xe0,0x0,0x44,0x24,0x28,0x80,0x84,0xfe,0x8,0x8,0x10,0xa0,0xe0,0x18,0x8, -+0x1,0x1,0x1,0x1,0x7f,0x41,0x41,0x42,0x42,0x44,0x48,0x50,0x40,0x40,0x40,0x40,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x84,0x64,0x34,0x14,0x4,0x4,0x14,0x8, -+0x21,0x21,0x2f,0x21,0xf1,0x57,0x55,0x55,0x55,0x97,0x53,0x23,0x55,0x49,0x81,0x1,0x10,0x50,0xf4,0x1e,0x24,0xd4,0x54,0x54,0x54,0xd4,0x14,0x88,0x54,0x14,0x24,0x42, -+0x10,0x10,0x24,0x44,0xfe,0x2,0x7c,0x44,0x7c,0x44,0x44,0x7c,0x44,0x44,0x54,0x48,0x80,0x88,0x98,0xa0,0xc0,0x84,0x84,0x7c,0x0,0x88,0x98,0xa0,0xc0,0x82,0x82,0x7e, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x49,0x29,0x12,0x2a,0x46,0x84,0x8,0x4,0xfe,0x4,0x4,0x4,0xfc,0x0,0x40,0x44,0x4c,0x50,0x60,0x42,0x42,0x3e,0x0, -+0x1f,0x1,0x7f,0x49,0x85,0x9,0x2,0x3c,0x20,0x3e,0x20,0x3f,0x24,0x4,0x18,0x60,0xf0,0x0,0xfe,0x22,0x44,0x20,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x48,0x42,0x42,0x3e, -+0x8,0x8,0xb,0x12,0x12,0x33,0x52,0x92,0x13,0x12,0x10,0x10,0x11,0x11,0x12,0x14,0x40,0x84,0x3e,0x4,0x4,0xbc,0x4,0x4,0xfc,0x94,0x90,0x90,0x12,0x12,0xe,0x0, -+0x40,0x37,0x14,0x4,0x84,0x67,0x25,0xd,0x15,0x25,0xe5,0x25,0x25,0x29,0x28,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x8,0x18,0x20,0x40,0x80,0x2,0x2,0xfe,0x0, -+0x0,0x3f,0x20,0x20,0x20,0x3f,0x24,0x24,0x24,0x24,0x27,0x24,0x24,0x44,0x43,0x80,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x10,0x30,0xc0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x12,0xfe,0x12,0x16,0x1a,0x32,0xd2,0x12,0x12,0x13,0x12,0x50,0x20,0x0,0x8,0x88,0x48,0x68,0x28,0x8,0x8,0x8,0x8,0x48,0x88,0x14,0x22,0x42,0x80, -+0x11,0x11,0x11,0x23,0x22,0x64,0xa8,0x20,0x21,0x21,0x22,0x24,0x20,0x20,0x21,0x20,0x0,0x0,0x0,0xfc,0x4,0x8,0x40,0x40,0x50,0x48,0x4c,0x44,0x40,0x40,0x40,0x80, -+0x0,0x7f,0x44,0x44,0x7f,0x44,0x41,0x7f,0x42,0x47,0x4c,0x54,0x47,0x40,0x7f,0x0,0x8,0xfc,0x40,0x50,0xf8,0x40,0x8,0xfc,0x0,0xf0,0x10,0x10,0xf0,0x8,0xfc,0x0, -+0x0,0x78,0x4f,0x48,0x4b,0x78,0x4f,0x48,0x4b,0x7a,0x4a,0x4a,0x4a,0x4a,0x49,0x9a,0x14,0x10,0xfe,0x10,0xd0,0x10,0xf0,0x10,0xe8,0x28,0xa8,0xa8,0xaa,0xaa,0x4a,0x24, -+0x2,0x41,0x30,0x17,0x0,0x2,0xf2,0x12,0x12,0x13,0x12,0x10,0x10,0x29,0x47,0x0,0x8,0x10,0xa0,0xfc,0x40,0x48,0x48,0x48,0x48,0xf8,0x48,0x40,0x80,0x6,0xfc,0x0, -+0x0,0x47,0x30,0x10,0x87,0x64,0x24,0xf,0x10,0x24,0xe2,0x22,0x24,0x20,0x22,0x21,0x0,0xbc,0x84,0x84,0xbc,0x20,0x24,0xbe,0x84,0xa4,0x94,0x94,0xa4,0x84,0x94,0x8, -+0x8,0xff,0x8,0x3f,0x1,0x9,0x9,0xff,0x10,0x1f,0x10,0x1f,0x29,0x24,0x44,0x0,0x24,0xfe,0x20,0xf8,0x0,0xf0,0x4,0xfe,0x0,0xf8,0x0,0xfc,0x24,0x94,0x94,0xc, -+0x10,0x10,0x10,0x10,0xfc,0x10,0x14,0x18,0x33,0xd2,0x12,0x12,0x12,0x12,0x53,0x22,0x40,0x40,0x44,0x7e,0x40,0x40,0x40,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0x1f,0x11,0x21,0x41,0x1f,0x11,0x11,0x11,0xff,0x1,0x1,0x1,0x1,0x1,0x0,0x8,0xfc,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x0,0xb,0xfe,0x12,0x13,0x22,0x2b,0x7e,0xaa,0x2b,0x2a,0x2a,0x3c,0x24,0x8,0x0,0x4,0xfe,0x4,0x4,0xfc,0x50,0xfc,0x50,0x54,0xfe,0xc4,0xa8,0x90,0x8e,0xc4,0x80, -+0x21,0x21,0x27,0x21,0xff,0x21,0x22,0x3c,0x67,0xa1,0x22,0x27,0x20,0x3f,0xa0,0x40,0x10,0x10,0xfc,0x10,0xfe,0x10,0xae,0x84,0xf8,0x0,0x40,0xf8,0x40,0xfe,0x40,0x40, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x14,0x18,0x33,0xd0,0x10,0x12,0x16,0x1a,0x52,0x21,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x44,0x0,0xf8,0x10,0x20,0x80,0x64,0x22,0x8,0xf8, -+0x1,0x2,0x4,0x8,0x12,0x21,0xc1,0x1f,0x0,0x0,0x4,0x13,0x51,0x50,0x8f,0x0,0x0,0x80,0x40,0x20,0x10,0xe,0x4,0xf8,0x20,0x40,0x0,0x0,0x14,0x12,0xf2,0x0, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0x40,0x28,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x44,0x48,0x30,0x10,0x4e,0x84,0x0, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x57,0x61,0x41,0x41,0x7f,0x41,0x41,0x7f,0x41,0x20,0x94,0x7e,0x44,0x44,0x7c,0x44,0x44,0x7c,0x60,0x52,0x54,0x48,0x48,0x64,0x42, -+0x2,0x4,0x1f,0x10,0x14,0x12,0x12,0x10,0x10,0x1f,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0xa0,0x44,0xfe,0x4,0x24,0xf4,0x4,0x28,0x10, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x2e,0x22,0x22,0x24,0x24,0x48,0x50,0x82,0x1,0x4,0xfe,0x4,0x4,0xfc,0x84,0x80,0xa4,0xa8,0xb0,0xa0,0x90,0x8e,0x84,0x80,0x0, -+0x10,0x13,0x12,0x12,0xff,0x12,0x16,0x1b,0x30,0xd0,0x17,0x10,0x10,0x10,0x5f,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x7f,0x8,0xf,0x8,0xf,0x8,0x7f,0x0,0x7e,0x2,0x24,0x14,0x8,0x16,0x62,0x8,0xfc,0x20,0xe0,0x20,0xe0,0x28,0xfc,0x20,0xfc,0x4,0x48,0x28,0x10,0x2e,0xc4, -+0x4,0xff,0x10,0x7e,0x42,0x7e,0x41,0x7e,0x42,0x7e,0x40,0xf,0x0,0x7f,0x1,0x3,0x44,0xfe,0x20,0xf8,0x50,0x50,0xfc,0x20,0xf8,0x20,0x20,0xe0,0x88,0xfc,0x0,0x0, -+0x0,0x8,0x7d,0x49,0x49,0x49,0x4f,0x48,0x4a,0x4a,0x4a,0x4a,0x7b,0x4a,0x3,0x2,0x40,0x48,0x7c,0x40,0x40,0x44,0xfe,0x0,0x44,0x44,0x44,0xb4,0x14,0x4,0xfc,0x4, -+0x23,0x21,0x39,0x41,0x81,0x79,0x27,0x20,0xff,0x24,0x22,0x22,0x29,0x32,0x22,0xc,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x8,0xfe,0x62,0x94,0x94,0x8,0x98,0xa4,0x42, -+0x20,0x21,0x3b,0x42,0x83,0x7a,0x23,0x22,0xfb,0x20,0x2f,0x20,0x29,0x32,0x24,0x0,0x80,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x44,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x40,0x37,0x14,0x4,0x87,0x64,0x24,0xf,0x10,0x20,0xe7,0x20,0x20,0x20,0x2f,0x20,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x9,0x9,0x13,0x12,0x34,0x59,0x91,0x12,0x14,0x11,0x10,0x2,0x51,0x50,0x90,0xf,0x0,0x0,0xfc,0x4,0x48,0x40,0x50,0x4c,0x44,0x40,0x80,0x0,0x84,0x92,0x12,0xf0, -+0x10,0x10,0x10,0x13,0xfe,0x14,0x30,0x3b,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x44,0x2c,0x13,0x2a,0x4c,0x88,0xb,0x18,0x28,0x48,0x88,0x8,0x8,0x50,0x20,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x8,0x89,0x6e,0x28,0x8,0x7,0x28,0x2f,0x32,0xc2,0x5f,0x42,0x45,0x44,0x48,0x11,0x0,0x7c,0x4,0x28,0x90,0x88,0x7e,0x82,0x14,0x50,0xdc,0x50,0x70,0xd0,0x8e,0x4, -+0x2,0x1,0x7f,0x40,0x80,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0x0,0xfe,0x2,0x4,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x13,0xfa,0x14,0x10,0x1b,0x30,0xd0,0x10,0x10,0x10,0x10,0x50,0x20,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x40,0x30,0x10,0x7,0x84,0x68,0x20,0xf,0x10,0x20,0xe0,0x20,0x20,0x20,0x21,0x20,0x80,0x40,0x40,0xfe,0x2,0x4,0x0,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x1,0x11,0x11,0x1f,0x21,0x21,0x41,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x13,0x10,0x10,0xfc,0x10,0x14,0x1b,0x30,0xd0,0x10,0x10,0x10,0x10,0x57,0x20,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0x88,0x88,0xfe,0x0, -+0x20,0x27,0x39,0x41,0x81,0x79,0x21,0x27,0xf9,0x21,0x21,0x29,0x31,0x21,0xf,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x10,0x17,0x21,0x21,0x49,0xf9,0x11,0x27,0x41,0xf9,0x1,0x1,0x19,0xe1,0x47,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x8,0x7c,0x4b,0x4a,0x4c,0x78,0x48,0x49,0x4b,0x7d,0x49,0x49,0x49,0x49,0x49,0x99,0x40,0x40,0xfc,0x44,0x48,0x80,0x84,0x4c,0x50,0x20,0x20,0x10,0xe,0x44,0x80,0x0, -+0x40,0x30,0x17,0x4,0x88,0x60,0x20,0x9,0x13,0x25,0xe9,0x21,0x21,0x21,0x21,0x21,0x40,0x40,0xfc,0x44,0x48,0x80,0x84,0x4c,0x50,0x20,0x20,0x10,0xe,0x44,0x80,0x0, -+0x1,0x1,0x7f,0x41,0x81,0x2,0x2,0x5,0x9,0x18,0x28,0x48,0x88,0xa,0xc,0x8,0x0,0x0,0xfe,0x2,0x4,0x0,0x8,0x18,0x20,0xc0,0x80,0x40,0x30,0xe,0x4,0x0, -+0x0,0x7f,0x1,0x1,0x3f,0x1,0x1,0x7f,0x4,0x4,0xff,0x4,0x8,0x8,0x10,0x60,0x8,0xfc,0x0,0x10,0xf8,0x0,0x8,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x11,0x10,0xfe,0x22,0x22,0x22,0x42,0x24,0x14,0x8,0x14,0x22,0x41,0x6,0x0,0x0,0xfc,0x4,0x84,0x84,0x88,0x88,0x48,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x10,0xfe,0x22,0x24,0x64,0x18,0x14,0x62,0x2,0x3f,0x2,0x4,0x4,0x18,0x60,0x0,0x0,0xfc,0x84,0x48,0x30,0x20,0x50,0x8e,0x4,0xf0,0x10,0x10,0x10,0x50,0x20, -+0x10,0x10,0xfe,0x22,0x24,0x64,0x18,0x14,0x62,0x0,0x12,0x51,0x50,0x90,0xf,0x0,0x0,0x0,0xfc,0x84,0x48,0x30,0x20,0x50,0x8e,0x4,0x0,0x84,0x92,0x12,0xf0,0x0, -+0x2,0x2,0x2,0x2,0x2,0xff,0x4,0x4,0x8,0x10,0xc,0x2,0x1,0x6,0x18,0x60,0x0,0x0,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x40,0x80,0x80,0x60,0x18,0x8, -+0x0,0xb,0x7c,0x4a,0x49,0x4b,0x48,0x7f,0x48,0x48,0x49,0x49,0x7a,0x44,0x8,0x3,0xc,0xf0,0x84,0x4c,0x50,0xfc,0x80,0xfe,0x80,0xf8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x1,0x1,0x1,0x3f,0x21,0x21,0x3f,0x21,0x20,0x20,0x27,0x24,0x3f,0x24,0x47,0x80,0x10,0xf8,0x0,0xfc,0x4,0xe8,0x0,0x8,0xf8,0x0,0xf0,0x4,0xfe,0x0,0xf8,0x0, -+0x1,0x0,0x1f,0x10,0x90,0x53,0x52,0x12,0x32,0x5f,0xd2,0x12,0x22,0x22,0x43,0x0,0x0,0x84,0xfe,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x10,0x17,0x12,0x12,0xfa,0x17,0x12,0x1a,0x32,0xd7,0x12,0x12,0x14,0x19,0x50,0x20,0x0,0xde,0x52,0x54,0x54,0xd4,0x58,0x58,0x54,0xd2,0x52,0x52,0x5a,0x54,0x90,0x10, -+0x20,0x27,0x20,0x2f,0xba,0xa9,0xa2,0x20,0x2f,0x20,0x27,0x24,0x24,0x24,0x24,0x24,0x8,0xfc,0x40,0xfe,0x4a,0x50,0x48,0x40,0xfc,0x80,0xfc,0xa4,0xa4,0xa4,0xa4,0xc, -+0x10,0x11,0x54,0x3b,0x12,0xfc,0x10,0x30,0x3b,0x54,0x53,0x92,0x12,0x12,0x12,0x12,0x8,0xfc,0x20,0xfe,0xaa,0x70,0xa8,0x20,0xfe,0x40,0xfe,0x52,0x52,0x52,0x52,0x6, -+0x1,0x41,0x37,0x11,0x1,0x0,0xef,0x20,0x21,0x23,0x2d,0x21,0x29,0x31,0x21,0x1,0x10,0x10,0xfc,0x10,0x50,0x44,0xfe,0x80,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x8,0x7f,0x49,0x49,0x4f,0x49,0x49,0x49,0x49,0x4f,0x49,0x79,0x41,0x5,0x2,0x20,0xb0,0x28,0x20,0x24,0xfe,0x20,0x20,0x20,0xd4,0x18,0x10,0x30,0x4a,0x8a,0x6, -+0x4,0x7e,0x40,0x42,0x62,0x55,0x54,0x48,0x54,0x52,0x62,0x40,0x44,0x7e,0x1,0x2,0x40,0x40,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x8e,0x4,0x0, -+0x4,0x7e,0x40,0x42,0x62,0x54,0x54,0x48,0x54,0x52,0x62,0x40,0x45,0x7e,0x0,0x0,0x10,0x24,0xfe,0x84,0xa4,0x84,0x94,0x88,0x80,0xfe,0x2,0x12,0xfa,0x2,0x14,0x8, -+0x4,0x7e,0x40,0x42,0x62,0x54,0x55,0x48,0x55,0x52,0x62,0x40,0x44,0x7e,0x0,0x3,0x8,0xfc,0x88,0x88,0x88,0x88,0x6,0x0,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x4,0xff,0x14,0x11,0x7d,0x11,0x7d,0x11,0xfc,0x13,0x3a,0x56,0x92,0x12,0x12,0x40,0x44,0xfe,0x40,0xfc,0x24,0xfc,0x24,0xfc,0x20,0xfe,0x22,0x2a,0xfa,0xa,0x4, -+0x0,0xb,0x7e,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7b,0x4a,0x3,0x0,0x8,0xfc,0x0,0x8,0x88,0x50,0x50,0x20,0x20,0x50,0x50,0x88,0x8,0x4,0xfe,0x0, -+0x10,0x17,0x14,0x24,0x27,0x64,0xa4,0x27,0x20,0x2f,0x28,0x28,0x2b,0x28,0x28,0x28,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x40,0xfe,0x42,0x4a,0xfa,0x2,0xa,0x4, -+0x0,0x43,0x32,0x13,0x82,0x62,0x22,0xa,0x12,0x22,0xe2,0x22,0x23,0x22,0x23,0x20,0x8,0xfc,0x0,0x8,0x88,0x50,0x50,0x20,0x20,0x50,0x50,0x88,0x8,0x4,0xfe,0x0, -+0x2,0x12,0x7a,0x5f,0x52,0x52,0x52,0x52,0x53,0x5e,0x52,0x72,0x52,0x2,0xa,0x4,0x10,0x10,0x24,0xfe,0x44,0x44,0x44,0xc4,0x7c,0x44,0x44,0x44,0x44,0x44,0x7c,0x44, -+0x4,0x7e,0x44,0x44,0x44,0x7c,0x10,0x10,0x5c,0x51,0x51,0x51,0x5e,0xe2,0x44,0x8,0x10,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x10,0x10,0x10,0x8,0xe,0x4,0x0, -+0x7,0x78,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x52,0x52,0x51,0x90,0x10,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0xfc,0x0,0x2,0x2,0xfe,0x0,0x6,0xfc,0x0, -+0x10,0x10,0x10,0x7d,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x5d,0x11,0x11,0x11,0x20,0x20,0x44,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x11,0x59,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x20,0x20,0x44,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x4,0x7e,0x8,0x3e,0x8,0x7e,0x0,0x3f,0x21,0x21,0x3f,0x20,0x20,0x20,0x1f,0x0,0x8,0xfc,0x20,0xf8,0x20,0xfc,0x8,0xfc,0x8,0x8,0xf8,0x8,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x11,0x51,0x21,0x20,0x20,0x44,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x17,0xfc,0x10,0x14,0x1b,0x30,0xd0,0x10,0x1f,0x10,0x10,0x50,0x20,0xa0,0xa0,0xa4,0xbe,0xa0,0xa0,0xa8,0xbc,0xa0,0xa0,0xa4,0xbe,0xa0,0xa0,0xa0,0xa0, -+0x8,0x48,0x49,0x49,0x49,0x7d,0x41,0x41,0x79,0x48,0x49,0x4f,0x48,0x48,0x88,0x8,0x40,0x84,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x8,0x8,0x10,0x2f,0x40,0x88,0x8,0x17,0x30,0x50,0x90,0x1f,0x10,0x10,0x10,0x10,0xa0,0xa0,0xa4,0xbe,0xa0,0xa0,0xa8,0xbc,0xa0,0xa0,0xa4,0xbe,0xa0,0xa0,0xa0,0xa0, -+0x40,0x3f,0x12,0x2,0x82,0x6f,0x22,0xa,0x12,0x22,0xef,0x22,0x22,0x24,0x24,0x28,0x88,0x7c,0x10,0x10,0x7c,0x90,0x10,0x7c,0x10,0x10,0x94,0xfe,0x10,0x10,0x10,0x10, -+0x40,0x37,0x14,0x4,0x85,0x65,0x25,0xd,0x15,0x25,0xe5,0x25,0x25,0x29,0x29,0x11,0x1c,0xe0,0x8,0x3c,0xc0,0x40,0x40,0x24,0x2c,0x30,0x20,0x10,0x10,0x4e,0x84,0x0, -+0x22,0x21,0xfa,0x22,0x71,0xaa,0x22,0xff,0x4,0xf,0x31,0xcf,0x1,0x3f,0x1,0x3,0x88,0x8,0xbe,0x88,0x1c,0xaa,0x8,0xfe,0x40,0xe0,0x18,0xe6,0x0,0xf8,0x0,0x0, -+0x0,0x47,0x32,0x11,0x8f,0x61,0x22,0xc,0x17,0x24,0xe4,0x27,0x24,0x24,0x27,0x24,0x3c,0xc0,0x48,0x50,0xfe,0x50,0x48,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x2,0x1f,0x10,0x12,0x11,0xff,0x10,0x12,0x21,0x40,0x3f,0x24,0x24,0x24,0xff,0x0,0x10,0xf8,0x10,0x10,0x14,0xfe,0x10,0x10,0x50,0x20,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x10,0x3e,0x22,0x2a,0xff,0x22,0x2a,0x22,0x46,0xff,0x4,0xf,0x18,0x68,0xf,0x8,0x78,0x48,0x48,0x86,0x78,0x48,0x30,0x4e,0x84,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x0,0x8,0x7c,0x49,0x49,0x7a,0x4a,0x4d,0x48,0x78,0x48,0x48,0x49,0x79,0x42,0x4,0x20,0xa0,0xa0,0x10,0x10,0x8,0xe,0xf4,0x90,0x90,0x90,0x90,0x10,0x10,0x50,0x20, -+0x0,0x4,0x7f,0x54,0x54,0x54,0x55,0x7c,0x54,0x54,0x57,0x54,0x7c,0x44,0x0,0x0,0x20,0x20,0x24,0xa8,0xa8,0x20,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x4,0x44,0x34,0x15,0x4,0x7f,0x4,0x4,0x5,0xff,0x4,0x8,0x8,0x10,0x20,0x0,0x4,0x44,0xc4,0x24,0x24,0xa4,0x24,0x24,0x24,0xa4,0x24,0x24,0x4,0x4,0x14,0x8, -+0x10,0x10,0x93,0x55,0x39,0x11,0x7d,0x11,0x11,0xfd,0x11,0x11,0x22,0x22,0x44,0x89,0x8,0x1c,0xe0,0x0,0x0,0x0,0xf8,0x8,0x88,0x48,0x50,0x20,0x50,0x48,0x8e,0x4, -+0x0,0xf,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0xff,0x0,0x0,0x0,0x0,0x0,0x30,0xc0,0x0,0x0,0x10,0xf8,0x20,0x20,0x20,0x24,0xfe,0x0,0x40,0x30,0x18,0x8, -+0x2,0x1,0x7f,0x42,0x42,0x42,0x7f,0x42,0x42,0x44,0x44,0x44,0x48,0x4b,0x90,0x20,0x0,0x4,0xfe,0x0,0x40,0x28,0xfc,0x80,0x80,0x88,0x90,0xa0,0xc2,0x82,0x82,0x7e, -+0x2,0x1,0x7f,0x8,0x4,0x7f,0x42,0x81,0x7f,0x4,0x7,0x4,0x8,0x8,0x10,0x60,0x0,0x8,0xfc,0x20,0x40,0xfe,0x2,0x4,0xfc,0x0,0xf0,0x10,0x10,0x10,0xa0,0x40, -+0x10,0x10,0x13,0xfc,0x10,0x7f,0x12,0xfc,0x13,0x38,0x34,0x50,0x90,0x11,0x12,0x14,0x40,0x24,0xfe,0x88,0x50,0xfe,0x42,0x24,0xfe,0x80,0xf8,0x88,0x88,0x8,0x28,0x10, -+0x0,0x78,0x4c,0x4a,0x49,0x78,0x4f,0x48,0x48,0x78,0x4f,0x48,0x48,0x48,0x48,0x98,0x40,0x40,0x44,0x48,0x50,0x40,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x12,0x12,0x12,0x12,0xfe,0x17,0x12,0x1a,0x32,0xd2,0x12,0x12,0x12,0x12,0x54,0x28,0x20,0x20,0x20,0x24,0x7e,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xd4,0x8a,0x82,0x7e,0x0, -+0x0,0x8,0x7c,0x49,0x49,0x4b,0x4d,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x0,0x0,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x10,0x11,0x1f,0x21,0x21,0x7d,0xa5,0x25,0x25,0x3d,0x25,0x22,0x20,0x20,0x1f,0x0,0x4,0x4,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x84,0x84,0x94,0x8, -+0x10,0x10,0x10,0x15,0x59,0x53,0x55,0x91,0x11,0x11,0x11,0x29,0x25,0x45,0x80,0x0,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x20,0x10,0x10,0x1,0xf9,0xb,0x11,0x35,0x59,0x95,0x11,0x11,0x11,0x11,0x10,0x10,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x4,0x7e,0x44,0x45,0x45,0x7f,0x15,0x11,0x5d,0x51,0x51,0x51,0x5d,0xe1,0x40,0x0,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x1,0x41,0x31,0x12,0x82,0x67,0x2a,0x2,0xa,0x13,0xe2,0x22,0x22,0x22,0x21,0x20,0x0,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x0,0x7,0x78,0x48,0x48,0x48,0x48,0x49,0x49,0x4a,0x4c,0x78,0x48,0x0,0xf,0x0,0x8,0xfc,0x20,0x20,0x40,0xc0,0xc0,0x50,0x4c,0x46,0x42,0x40,0x40,0x44,0xfe,0x0, -+0x8,0x7f,0x48,0x48,0x48,0x78,0x48,0x49,0x49,0x7a,0x4c,0x48,0x48,0x48,0x4f,0x98,0x8,0xfc,0x20,0x20,0x40,0xc0,0xc0,0x50,0x4c,0x46,0x42,0x40,0x40,0x44,0xfe,0x0, -+0x20,0x20,0x27,0x20,0x21,0xf8,0x20,0x2f,0x20,0x23,0x22,0x22,0x3a,0xe2,0x43,0x2,0x80,0x48,0xfc,0x0,0x10,0xa0,0x4,0xfe,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x2,0x2,0x7e,0x2,0x3e,0x2,0x7e,0x2,0x1,0xff,0x2,0x4,0xc,0x35,0xc6,0x4,0x80,0x88,0xfc,0x80,0xf8,0x80,0xfc,0x80,0x4,0xfe,0x80,0x88,0x50,0x30,0xe,0x4, -+0x0,0x7c,0x45,0x54,0x54,0x54,0x54,0x57,0x54,0x55,0x55,0x55,0x11,0x29,0x45,0x81,0x40,0x20,0xfc,0x0,0x88,0x50,0x4,0xfe,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x78,0x4f,0x50,0x51,0x50,0x60,0x57,0x48,0x4b,0x6a,0x52,0x42,0x42,0x43,0x42,0x80,0x48,0xfc,0x0,0x10,0xa0,0x4,0xfe,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x55,0x63,0x41,0x7f,0x41,0x41,0x7f,0x41,0x4,0xfe,0x4,0x4,0x4,0x4,0x7c,0x44,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x1f,0x28,0x2f,0x68,0xa8,0x2b,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x28,0x30,0x20,0x8,0xfc,0x8,0xf8,0x88,0xa8,0xf8,0xa8,0xa8,0xa8,0xa8,0xa8,0xea,0x8a,0x86,0x80, -+0x0,0x40,0x20,0x2f,0x80,0x60,0x27,0xc,0x14,0x24,0xe4,0x24,0x24,0x20,0x20,0x20,0x40,0x40,0x44,0xfe,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x54,0x48,0x40,0x40,0x40, -+0x0,0xb,0x7c,0x49,0x4f,0x49,0x48,0x4b,0x4a,0x4a,0x4a,0x7a,0x4a,0x0,0x1,0x6,0x48,0xfc,0x40,0x14,0xfe,0x10,0x8,0xfc,0x8,0x48,0x48,0x48,0x48,0x90,0xc,0x4, -+0x0,0x4,0x8,0x10,0x2f,0xc4,0x4,0x9,0x30,0x0,0x3f,0x24,0x24,0x24,0xff,0x0,0x80,0x80,0x40,0x20,0xd0,0x4e,0x44,0x40,0x80,0x8,0xfc,0x48,0x48,0x48,0xfe,0x0, -+0x4,0xff,0x10,0x10,0x21,0x24,0x3e,0x64,0xa7,0x24,0x24,0x24,0x24,0x3c,0x24,0x0,0x8,0xfc,0x20,0x20,0x24,0xa8,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x10,0x11,0x10,0x10,0xfd,0x10,0x14,0x18,0x33,0xd0,0x10,0x10,0x10,0x10,0x50,0x20,0x8,0xfc,0x20,0x20,0x24,0xa8,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x1,0xff,0x0,0x1f,0x10,0x10,0x1f,0x0,0x3f,0x0,0x1,0x5,0x3,0x48,0x44,0x84,0x4,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x0,0xf0,0x40,0x80,0x0,0x0,0x48,0x24,0x24, -+0x41,0x21,0x2f,0x1,0x87,0x60,0x27,0xc,0x14,0x27,0xe0,0x24,0x22,0x20,0x2f,0x0,0x0,0x42,0xe6,0x8,0xd0,0x2,0xc6,0x48,0x50,0xc0,0x2,0x46,0x88,0xf0,0x20,0x40, -+0x8,0x9,0xff,0x8,0x7f,0x0,0x7f,0x41,0x41,0x7f,0x0,0x22,0x14,0xf,0xf0,0x40,0x4,0xc,0x90,0x20,0x40,0x4,0xc,0x10,0x20,0x42,0x6,0x8,0x10,0x20,0x40,0x80, -+0x4,0xff,0x5,0x41,0x33,0x14,0x1,0xf6,0x1b,0x10,0x13,0x10,0x17,0x10,0x28,0x47,0x44,0xfe,0x40,0xf8,0x10,0xe0,0x18,0x46,0xf8,0x40,0xf8,0x40,0xfc,0x40,0x46,0xfc, -+0x20,0x27,0x24,0x24,0xfc,0x27,0x64,0x74,0xac,0x27,0x24,0x24,0x24,0x24,0x25,0x28,0x4,0xbe,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xa4,0xa4,0x4c, -+0x10,0xff,0x24,0x24,0x44,0x47,0x74,0xd4,0x54,0x57,0x54,0x54,0x54,0x74,0x45,0x8,0x4,0xbe,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xa4,0xa4,0x4c, -+0x10,0x3e,0x49,0x81,0x43,0x24,0x1,0xf6,0x1b,0x10,0x13,0x10,0x17,0x10,0x28,0x47,0x40,0xfc,0x20,0xf8,0x10,0xe0,0x18,0x46,0xf8,0x40,0xf8,0x40,0xfc,0x40,0x46,0xfc, -+0x0,0x78,0x4f,0x48,0x4b,0x78,0x4b,0x4a,0x4a,0x7b,0x48,0x4a,0x49,0x4f,0x48,0x98,0x80,0xa2,0xf2,0x84,0xe8,0x12,0xe2,0x24,0x28,0xf0,0x2,0x22,0x44,0xe8,0x10,0x60, -+0x2,0x3f,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x4a,0x44,0x81,0x4,0x7e,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x84,0x94,0x8, -+0x0,0x77,0x55,0x55,0x55,0x77,0x55,0x55,0x55,0x77,0x55,0x55,0x55,0x55,0x8b,0x0,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0xa,0xfe,0x2,0xa,0x4, -+0x10,0x10,0x17,0xfc,0x13,0x10,0x17,0x18,0x31,0xd2,0x1d,0x10,0x17,0x10,0x50,0x20,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0xa0,0x50,0x4e,0xf4,0x40,0xfc,0x40,0x40,0x40, -+0x1,0x8,0xfc,0x20,0x23,0x40,0x48,0x7c,0xca,0x4a,0x4a,0x48,0x48,0x78,0x47,0x0,0x8,0x88,0x90,0x8,0xfc,0x90,0x90,0x92,0x96,0x94,0x98,0x90,0x90,0x94,0xfe,0x0, -+0x10,0x10,0x13,0x10,0x10,0xfc,0x10,0x10,0x10,0x11,0x12,0x1c,0xf0,0x40,0x7,0x0,0x0,0x4,0xfe,0x10,0x10,0x20,0x20,0x68,0xa4,0x22,0x22,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x5,0xff,0x11,0x11,0x21,0x25,0x3f,0x65,0xa5,0x25,0x25,0x25,0x3d,0x25,0x0,0x10,0x10,0x10,0x10,0x12,0x16,0xd8,0x10,0x10,0x10,0x10,0x10,0x12,0x52,0x8e,0x0, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x3e,0x23,0x22,0x3e,0x21,0x3e,0x62,0xa2,0x3e,0x20,0xf0,0x0,0xfe,0x12,0x64,0x10,0x20,0xfc,0x88,0x50,0xfe,0x20,0xfc,0x20,0x20,0x20, -+0x12,0x12,0x12,0x12,0xfe,0x12,0x13,0x1a,0x32,0xd2,0x12,0x12,0x12,0x13,0x52,0x20,0x20,0x20,0x20,0x20,0x24,0x2c,0xb0,0x20,0x20,0x20,0x20,0x20,0xa4,0x24,0x1c,0x0, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x16,0x1b,0x32,0xd2,0x12,0x12,0x12,0x14,0x54,0x29,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xf8,0x88,0x88,0x50,0x20,0x50,0x48,0x8e,0x4, -+0x0,0x3e,0x23,0x22,0x3e,0x21,0x3e,0x62,0xa2,0x3e,0x0,0x7f,0x4,0x4,0x8,0x30,0x40,0x20,0xfc,0x88,0x50,0xfe,0x20,0xf8,0x20,0x20,0x8,0xfc,0x8,0x8,0x50,0x20, -+0x4,0x7e,0x8,0x8,0x3e,0x8,0x8,0x7e,0x0,0x20,0x24,0x3e,0x20,0x20,0x2e,0x30,0x8,0xfc,0x20,0x20,0xf8,0x20,0x28,0xfc,0x0,0x80,0x98,0xe0,0x80,0x82,0x82,0x7e, -+0x0,0x5,0x7f,0x55,0x55,0x55,0x55,0x7d,0x55,0x55,0x55,0x55,0x7d,0x45,0x1,0x0,0x10,0x10,0x10,0x10,0x10,0x12,0xdc,0x10,0x10,0x10,0x10,0x10,0x52,0x92,0xe,0x0, -+0x0,0x8,0x7f,0x4a,0x4a,0x4b,0x4a,0x4a,0x4b,0x48,0x49,0x4f,0x78,0x48,0x0,0x0,0x40,0x88,0xfc,0x48,0x48,0xf8,0x48,0x88,0xf8,0x80,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x4,0x3e,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3c,0x24,0x27,0x24,0x24,0x54,0x88,0x20,0x44,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0x40,0xa4,0xfe,0x20,0x20,0x20,0x20, -+0x1,0x0,0x1f,0x90,0x50,0x57,0x14,0x14,0x37,0x54,0xd5,0x14,0x24,0x24,0x49,0x12,0x0,0x84,0xfe,0x40,0x40,0xfc,0x44,0x40,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x2f,0x20,0x24,0x22,0x21,0x20,0x41,0x46,0x98,0x80,0x80,0x80,0xfc,0x84,0x88,0x80,0xf8,0x8,0x10,0x20,0x40,0x80,0x60,0x1e,0x4, -+0x0,0x0,0x7f,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x48,0x50,0x40,0x7f,0x0,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0x44,0x3c,0x0,0x4,0xfe,0x0, -+0x1,0x0,0x1f,0x90,0x57,0x50,0x10,0x10,0x31,0x56,0xdb,0x12,0x22,0x22,0x43,0x2,0x0,0x84,0xfe,0x8,0xfc,0x20,0x40,0xd8,0x46,0x42,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x1f,0x29,0x29,0x69,0xaf,0x28,0x28,0x2f,0x29,0x39,0x29,0x2f,0x28,0x20,0x20,0x10,0x14,0xfe,0x44,0x28,0x10,0xfe,0x10,0x10,0xfe,0x10,0x10,0x10,0x10,0x10, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x28,0x28,0x2a,0x2f,0x28,0x28,0x29,0x4e,0x48,0x80,0x8,0xfc,0x8,0x8,0xf8,0x48,0x40,0x40,0x4c,0x70,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x3f,0x21,0x3f,0x20,0x7f,0xa1,0x3f,0x21,0x7f,0x0,0x3f,0x0,0x0,0x1f,0x10,0x1f,0x10,0x7c,0x28,0xfe,0x10,0x7c,0x10,0x14,0xfe,0x0,0x0,0xf8,0x0,0xf0,0x10,0xf0, -+0x12,0x1f,0x28,0x45,0x80,0x3f,0x20,0x3f,0x20,0x3f,0x32,0x52,0x5f,0x52,0x92,0x10,0x44,0x7e,0xa0,0x10,0x80,0xf8,0x8,0xf8,0x4,0xfe,0x24,0x24,0xfc,0x24,0x34,0x8, -+0x10,0x10,0x17,0x24,0x24,0x67,0xa4,0x24,0x27,0x26,0x2a,0x2b,0x2a,0x32,0x22,0x22,0x80,0x44,0xfe,0x4,0x4,0xfc,0x0,0x4,0xfe,0x94,0x94,0xfc,0x94,0x94,0x94,0xc, -+0x0,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x80,0x80,0x80,0x80,0x84,0xfe,0x0,0x0,0xc0,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0xf8,0x13,0x52,0x52,0x53,0x52,0x52,0x7b,0xa,0xa,0x3b,0xce,0xa,0x2a,0x12,0x40,0x28,0xfc,0x8,0x8,0xf8,0x0,0x4,0xfe,0x94,0x94,0xfc,0x94,0x94,0x94,0xc, -+0x4,0xfe,0x28,0xfe,0xaa,0xaa,0xfe,0x0,0x7c,0x0,0xfe,0x10,0x58,0x55,0x92,0x34,0x8,0xfc,0x88,0x88,0x88,0xd8,0xd8,0xa8,0xa8,0xd8,0xd8,0x88,0x8a,0xa,0x6,0x0, -+0x40,0x3f,0x10,0x7,0x84,0x64,0x27,0x8,0x13,0x20,0xef,0x20,0x22,0x24,0x29,0x20,0x4,0xfe,0xa0,0xfc,0xa4,0xa4,0xfc,0x0,0xf8,0x0,0xfe,0x40,0x50,0x4c,0x44,0x80, -+0x4,0xfe,0x28,0xfe,0xaa,0xaa,0xfe,0x0,0x7c,0x0,0xfe,0x10,0x59,0x55,0x92,0x30,0x4,0xf8,0x80,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa4,0x24,0x52,0x78,0x0, -+0x0,0x7f,0x4,0x3f,0x24,0x24,0x3f,0x0,0x1f,0x0,0xff,0x1,0x11,0x21,0x45,0x2,0x8,0xfc,0x40,0xf8,0x48,0x48,0xf8,0x0,0xf0,0x4,0xfe,0x0,0x20,0x18,0x8,0x0, -+0x22,0x22,0x2a,0x27,0xf2,0x2f,0x2a,0x2a,0x3a,0xef,0x2e,0x2a,0x2a,0x29,0xa8,0x40,0x10,0x10,0x90,0x24,0x3e,0xc4,0xa4,0xa4,0xa8,0xa8,0x90,0x90,0xa8,0xa8,0x46,0x84, -+0x8,0x49,0x2a,0x7f,0x49,0x5d,0x6b,0x49,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x20,0x20,0x7e,0xc4,0x28,0x10,0x2e,0x44,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x12,0x11,0x10,0x13,0xfd,0x11,0x15,0x19,0x37,0xd1,0x11,0x11,0x11,0x11,0x52,0x24,0x8,0x18,0xa0,0xfc,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x13,0x54,0x5e,0x51,0x55,0xff,0x11,0x55,0x55,0x55,0x95,0x8,0x10,0x20,0x43,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x20,0x50,0x8c,0x4, -+0x0,0x4,0x8,0x1f,0x24,0xc4,0x9,0x30,0x1f,0x10,0x11,0x11,0x11,0x2,0xc,0x30,0x40,0x40,0x20,0xd0,0x4e,0x44,0x40,0x90,0xf8,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x2,0x7f,0x42,0x42,0x42,0x42,0x42,0x7e,0x42,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x8,0xfc,0x4b,0x4a,0x7b,0x4a,0x4b,0x78,0x4f,0x48,0x5c,0xe9,0x48,0x8,0x8,0x8,0x40,0x48,0xfc,0x48,0xf8,0x48,0xf8,0x0,0xfe,0x80,0x80,0xf8,0x8,0x8,0x50,0x20, -+0x0,0xf,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0xff,0x0,0x2,0x6,0x8,0x10,0x30,0xc0,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x10,0x17,0x10,0x10,0x12,0xfd,0x11,0x11,0x10,0x1f,0x10,0x1c,0xe0,0x40,0x0,0x0,0x8,0xfc,0x40,0x40,0x48,0x48,0x50,0x50,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x1,0x11,0x9,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x8,0xfc,0x0,0x10,0x20,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x20,0x17,0x80,0x4a,0x11,0x20,0xef,0x20,0x20,0x20,0x20,0x20,0x40,0x44,0xfe,0x40,0x8,0xfc,0x40,0x48,0x50,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x0,0x7f,0x1,0x11,0x11,0x9,0x9,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x8,0xfc,0x0,0x10,0x10,0x20,0x20,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0xb,0x10,0x10,0x37,0x50,0x90,0x13,0x10,0x7,0x4,0x4,0x4,0x4,0x8,0x30,0x30,0xc0,0x40,0x48,0xfc,0x40,0x50,0xf8,0x20,0xf0,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x42,0x25,0x28,0xfe,0x24,0x24,0x24,0x24,0xff,0x24,0x24,0x25,0x25,0x45,0x85,0x4,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0xc8,0xa8,0xa8,0x88,0x8,0x28,0xca,0xa,0x6, -+0x0,0x47,0x30,0x10,0x4,0x3,0xf1,0x10,0x1f,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x8,0xfc,0x40,0x40,0x44,0x4c,0x50,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x3f,0x20,0x20,0x3f,0x22,0x21,0x2f,0x22,0x22,0x3f,0x22,0x22,0x42,0x84,0x8,0x8,0xfc,0x8,0x8,0xf8,0x20,0x48,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x12,0x13,0x12,0x12,0x1e,0xe2,0x42,0x4,0x8,0x13,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xfc,0x84,0x88,0x48,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x42,0x32,0x14,0x87,0x60,0x20,0x9,0x11,0x23,0xe2,0x24,0x28,0x20,0x21,0x26,0x40,0x50,0x48,0x40,0xfe,0x80,0x80,0xf8,0x8,0x10,0x90,0xa0,0x40,0xb0,0xe,0x4, -+0x8,0x9,0x8,0x7f,0x49,0x4a,0x48,0x7e,0x42,0x54,0x54,0x48,0x54,0x52,0xa2,0x1,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0xa4,0x20,0x50,0x8c,0x4, -+0x20,0x1b,0x4a,0x22,0x3,0x12,0x22,0x64,0x28,0x22,0xff,0x8,0x4,0x3,0xc,0x30,0x20,0xfe,0x22,0x24,0xf8,0x88,0x50,0x20,0x50,0x8c,0xfe,0x20,0x40,0x80,0x60,0x10, -+0x0,0x8,0xfc,0x13,0x12,0x22,0x22,0x7b,0xaa,0x2a,0x2a,0x2a,0x3c,0x24,0x8,0x13,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xfc,0x84,0x88,0x48,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x10,0x23,0x7a,0x4a,0x4b,0x4a,0x7a,0x4b,0x48,0x48,0x49,0x79,0x42,0x4,0x8,0x40,0x88,0xfc,0x48,0x48,0xf8,0x48,0x88,0xf8,0x80,0xd0,0x54,0x7c,0x42,0x42,0x3e, -+0x0,0x40,0x33,0x12,0x2,0x2,0xf3,0x12,0x12,0x12,0x12,0x13,0x12,0x28,0x47,0x0,0x40,0x88,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x0,0x6,0xfc,0x0, -+0x10,0x10,0x54,0x39,0x11,0xff,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x20,0x20,0x44,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x4,0x7f,0x21,0x11,0x12,0xff,0x1,0x3f,0x21,0x21,0x21,0x21,0x3f,0x21,0x0,0x4,0x4,0x84,0x24,0x24,0x24,0xe4,0x24,0xa4,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x8,0x8,0x8,0xa,0x7f,0x8,0xa,0xc,0x18,0x68,0x8,0x8,0x8,0x8,0x28,0x10,0x40,0x40,0x40,0x40,0x40,0x50,0x4c,0x46,0x42,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x1c,0x23,0x20,0x7d,0x91,0x11,0x7d,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0x28,0x24,0xfe,0x20,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x34,0x28, -+0x4,0x4,0x4,0x8,0x8,0x10,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x80,0x80,0x80,0x80,0x80,0xa0,0x98,0x8c,0x84,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x4,0x4,0x7f,0x4,0x5,0x1,0xff,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x11,0x11,0x11,0x40,0x48,0xfc,0x40,0x50,0x8,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x8,0x8,0xff,0x8,0x1f,0x21,0x7f,0x81,0x1f,0x11,0x1f,0x11,0x1f,0x11,0x11,0x11,0x20,0x24,0xfe,0x20,0xfc,0x44,0xfc,0x4,0xf4,0x14,0xf4,0x14,0xf4,0x14,0x34,0xc, -+0x4,0x4,0xff,0x4,0x1,0x3f,0x8,0x4,0xff,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x40,0x44,0xfe,0x40,0x10,0xf8,0x20,0x44,0xfe,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x4,0x4,0xff,0x4,0x40,0x2f,0x0,0x87,0x54,0x17,0x24,0xe7,0x24,0x24,0x24,0x24,0x40,0x44,0xfe,0x50,0x48,0xfe,0x44,0xfe,0x44,0xfc,0x44,0xfc,0x44,0x44,0x54,0x48, -+0x20,0x20,0x20,0x2f,0xf8,0x27,0x24,0x24,0x27,0x24,0x3c,0xe7,0x44,0x4,0x4,0x4,0x40,0x50,0x48,0xfe,0x40,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x48, -+0x10,0x10,0x10,0x14,0xfe,0x10,0x30,0x38,0x54,0x54,0x90,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0x40,0x40,0x40,0x60,0x58,0x4c,0x44,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x7f,0x41,0x41,0x5f,0x41,0x4f,0x49,0x4f,0x49,0x4f,0x49,0x49,0x40,0x7f,0x40,0x4,0xfe,0x4,0x44,0xf4,0x4,0xe4,0x24,0xe4,0x24,0xe4,0x24,0x64,0x4,0xfc,0x4, -+0x8,0x4,0x7f,0x4,0x24,0x14,0x4,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x20,0x48,0xfc,0x40,0x48,0x50,0x44,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0, -+0x0,0x40,0x30,0x1f,0x80,0x67,0x24,0x4,0x17,0x24,0xe4,0x27,0x24,0x24,0x24,0x24,0x40,0x50,0x48,0xfe,0x40,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x48, -+0x1,0x40,0x27,0x20,0x2,0x1,0xef,0x20,0x23,0x22,0x22,0x23,0x2a,0x32,0x23,0x2,0x10,0xa0,0xfc,0xa0,0xa8,0xb0,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x3,0xa,0x7f,0x4a,0x4b,0x49,0x7b,0x49,0x4f,0x49,0x4a,0x7d,0x48,0x1,0x2,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x10,0xf8,0x10,0xfe,0x10,0x48,0x56,0xe0,0x58,0x48,0xc0, -+0x3,0x42,0x33,0x12,0x83,0x61,0x27,0x1,0x1f,0x21,0xe2,0x25,0x28,0x21,0x22,0x20,0xf8,0x8,0xf8,0x8,0xf8,0x10,0xfc,0x10,0xfe,0x10,0x48,0x56,0xe0,0x58,0x48,0xc0, -+0x22,0x22,0x22,0x7f,0x22,0x3e,0x22,0x3e,0x22,0x22,0xff,0x0,0x24,0x22,0x41,0x82,0x4,0x7e,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0x7c,0xc4,0x44,0x44,0x84,0x14,0x8, -+0x22,0x22,0x22,0x7f,0x22,0x3e,0x23,0x3e,0x22,0x22,0xff,0x0,0x24,0x22,0x41,0x82,0x40,0x40,0x40,0x7c,0x44,0x88,0x20,0x20,0x20,0x20,0xd0,0x50,0x50,0x88,0xe,0x4, -+0x20,0x20,0x2f,0x20,0xf8,0x27,0x64,0x74,0xac,0x24,0x24,0x25,0x26,0x24,0x27,0x24,0x0,0x4,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xa4,0xa4,0xa4,0x1c,0x4,0x4,0xfc,0x4, -+0x0,0x0,0x0,0x3f,0x22,0x23,0x22,0x22,0x3f,0x22,0x2b,0x2a,0x32,0x42,0x8a,0x4,0x20,0x28,0x24,0xfe,0x20,0xa0,0x24,0xa4,0xe8,0x28,0x10,0x90,0x30,0x4a,0x8a,0x6, -+0x1,0x7f,0x1,0x3f,0x1,0xff,0x1,0x3f,0x1,0xff,0x4,0x8,0x6,0x1,0x6,0x18,0x8,0xfc,0x0,0xf0,0x14,0xfe,0x10,0xf0,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x2,0x2,0x2,0x2,0x2,0x2,0x3,0xfe,0x2,0x2,0x2,0x2,0x2,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x4,0x4,0x4,0xfc,0x0, -+0x0,0x8f,0x60,0x27,0x0,0x1f,0x0,0x17,0x20,0xe1,0x3f,0x22,0x26,0x21,0x22,0xc,0x88,0xfc,0x80,0xf8,0x88,0xfe,0x88,0xf8,0x80,0x4,0xfe,0x20,0x20,0xc0,0x30,0x8, -+0x0,0x40,0x37,0x11,0x81,0x62,0x24,0x1,0x12,0x2c,0xe2,0x21,0x22,0x24,0x21,0x20,0x40,0x48,0xfc,0x50,0x4c,0x44,0xa0,0x10,0x4e,0x44,0x48,0x50,0x4c,0x44,0x40,0x80, -+0x20,0x10,0x40,0x20,0xf,0x10,0x60,0x20,0x21,0xff,0x5,0x5,0x9,0x11,0x61,0x1,0x80,0x80,0x88,0xfc,0x80,0x88,0x88,0x78,0x4,0xfe,0x40,0x20,0x10,0x1c,0x8,0x0, -+0x44,0x34,0x14,0x4,0x85,0x5f,0x44,0x4,0x14,0x24,0xe5,0x26,0x24,0x20,0x21,0x22,0x0,0x4,0xfe,0x24,0x24,0xa4,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0x14,0x8, -+0x8,0x8,0x3f,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x8,0xff,0x0,0x8,0x18,0x20,0x20,0x20,0xf8,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20,0x24,0xfe,0x0,0x20,0x18,0x8, -+0x11,0x11,0x13,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x17,0x10,0x11,0x13,0x14,0x8,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0xfe,0x0,0x8,0x6,0x2, -+0x1,0x1,0x3f,0x2,0x4,0x8,0xff,0x0,0x0,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0x0,0x10,0xf8,0x80,0x60,0x24,0xfe,0x10,0x90,0xd0,0x90,0x90,0x90,0x90,0x50,0x20, -+0x10,0x10,0x10,0x17,0x50,0x5c,0x53,0x52,0x51,0x51,0x50,0x5c,0xe0,0x41,0x6,0x18,0x40,0x40,0x48,0xfc,0x40,0x40,0xf8,0x8,0x10,0x10,0xa0,0x40,0xa0,0x10,0xe,0x4, -+0x0,0x4,0x7e,0x55,0x54,0x54,0x54,0x7f,0x54,0x54,0x54,0x55,0x7c,0x44,0x0,0x3,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe, -+0x10,0x10,0x13,0x54,0x54,0x55,0x57,0x54,0x55,0x55,0x55,0x55,0x7d,0x45,0x0,0x0,0x40,0x48,0xfc,0x40,0xa0,0x14,0xfe,0x8,0xe8,0x28,0x28,0x28,0xe8,0x8,0x28,0x10, -+0x0,0x78,0x4f,0x49,0x48,0x78,0x48,0x49,0x4e,0x79,0x49,0x49,0x49,0x4a,0x8c,0x18,0x80,0x48,0xfc,0x10,0xa0,0x40,0xb0,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x2,0x1,0x7f,0x8,0x4,0x2,0x1,0x6,0x18,0x20,0xc8,0x8,0x8,0x8,0x10,0x20,0x0,0x8,0xfc,0x20,0x40,0x80,0x0,0xc0,0x30,0x2e,0x24,0x20,0x20,0x20,0x20,0x20, -+0x20,0x10,0x10,0xff,0x22,0x21,0x3c,0x24,0x24,0x24,0x24,0x27,0x24,0x34,0x49,0x82,0x80,0x84,0xfe,0x0,0x88,0xfc,0x88,0xf8,0x88,0xf8,0x88,0xfe,0x0,0x88,0x86,0x2, -+0x20,0x10,0x11,0xfd,0x5,0x9,0x11,0x39,0x55,0x91,0x11,0x11,0x11,0x12,0x14,0x10,0x0,0xc,0xf0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x8,0x8,0xfe,0x2,0x4,0x8,0x1c,0x2a,0x48,0x88,0x8,0x8,0x8,0x8,0x8,0x0,0xf8,0x88,0x88,0x90,0x90,0xa0,0x90,0x88,0x84,0x84,0xc4,0xa8,0x90,0x80,0x80, -+0x8,0xfc,0xb,0x48,0x48,0x49,0x4f,0x48,0x7d,0x5,0x5,0x1d,0xe5,0x45,0x14,0x8,0x40,0x48,0xfc,0x40,0xb0,0x14,0xfe,0x8,0xe8,0x28,0x28,0x28,0xe8,0x8,0x28,0x10, -+0x8,0x8,0x8,0x7e,0x8,0x8,0xfe,0x8,0x28,0x2e,0x28,0x28,0x28,0x58,0x8f,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x88,0x80,0x84,0x84,0x7c,0x0,0x6,0xfc,0x0, -+0x1,0x21,0x21,0x21,0x3f,0x0,0x7f,0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x1f,0x0,0x8,0x8,0x8,0xf8,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x0,0x2,0x2,0xfe, -+0x8,0x8,0x10,0x1f,0x20,0x40,0x9f,0x0,0x1,0x6,0x8,0x10,0x10,0x10,0x10,0xf,0x0,0x0,0x8,0xfc,0x0,0x0,0xe0,0x40,0x80,0x0,0x0,0x0,0x0,0x2,0x2,0xfe, -+0x1,0x1,0x2,0x4,0x9,0x11,0x21,0xc9,0x9,0x9,0x9,0x9,0x9,0x9,0xff,0x0,0x0,0x0,0x80,0x40,0x20,0x10,0xe,0x24,0xf0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x1,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x1f,0x18,0x28,0x28,0x48,0x8f,0x8,0x0,0x84,0xfe,0x4,0x4,0x4,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0xa,0x7f,0x8,0x3e,0x8,0x7f,0x8,0x9,0x1,0xff,0x1,0x2,0x4,0x18,0x60,0x0,0x4,0x7e,0x24,0x24,0x24,0x44,0x54,0x88,0x0,0xfe,0x0,0x80,0x60,0x1c,0x8, -+0x1,0x9,0xfd,0x11,0x11,0x21,0x27,0x79,0xa9,0x29,0x29,0x29,0x29,0x38,0x20,0x1,0x0,0x4,0x7e,0x24,0x24,0xe4,0x24,0x24,0x24,0x24,0x64,0xa4,0x24,0x44,0x94,0x8, -+0x3e,0x22,0x22,0x22,0x3e,0x1,0x1,0xff,0x2,0xc,0x30,0xfe,0x22,0x22,0x22,0x3e,0xf8,0x88,0x88,0x88,0xf8,0x20,0x14,0xfe,0x80,0x60,0x18,0xfe,0x88,0x88,0x88,0xf8, -+0x10,0x10,0x1f,0x20,0x2f,0x40,0xbf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0xf0,0x0,0xe0,0x20,0x20,0x20,0x20,0x20,0x22,0x12,0xa,0x4, -+0x1,0x41,0x31,0x12,0x4,0x1,0xf0,0x10,0x11,0x12,0x12,0x12,0x11,0x10,0x28,0x47,0x0,0x8,0xfc,0x0,0x0,0xf8,0x10,0x60,0x80,0x0,0x4,0x4,0xfc,0x0,0x6,0xfc, -+0x2,0x1,0x7f,0x2,0x4,0x8,0x1f,0x4,0x4,0xff,0x4,0x4,0x4,0x8,0x30,0x0,0x0,0x8,0xfc,0x0,0x40,0x20,0xf0,0x50,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x2,0x42,0x33,0x14,0x87,0x68,0x27,0x0,0x10,0x20,0xe0,0x20,0x20,0x20,0x20,0x20,0x0,0x8,0xfc,0x0,0xf8,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x10,0xa,0xa,0x6, -+0x0,0x40,0x30,0x17,0x0,0x82,0x42,0x4a,0x12,0x21,0xe1,0x21,0x21,0x20,0x2f,0x20,0x80,0x40,0x48,0xfc,0x0,0x8,0x8,0x8,0x10,0x10,0x10,0x20,0x20,0x44,0xfe,0x0, -+0x1,0x41,0x21,0x22,0x2,0x4,0xeb,0x20,0x20,0x20,0x20,0x21,0x2a,0x32,0x21,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0xf0,0x10,0x20,0x40,0x80,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x11,0x12,0xfc,0x10,0x17,0x1a,0x32,0xd2,0x13,0x12,0x12,0x12,0x53,0x22,0x80,0x80,0xfc,0x8,0x10,0xa4,0x1e,0x4,0x4,0x4,0xbc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x10,0x59,0x56,0x54,0x9b,0x10,0x10,0x13,0x12,0x12,0x12,0x13,0x12,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4,0xf8,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x30,0x10,0x81,0x62,0x2c,0x3,0x10,0x20,0xe3,0x22,0x22,0x22,0x23,0x22,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4,0xf8,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x1,0x1,0x3f,0x2,0x4,0x8,0x7f,0x49,0x89,0x1f,0x21,0x1,0x7f,0x1,0x1,0x1,0x0,0x10,0xf8,0x80,0x60,0x20,0xfe,0x2,0x24,0xf0,0x0,0x8,0xfc,0x0,0x0,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x10,0x14,0x1f,0x30,0xd0,0x10,0x10,0x10,0x10,0x50,0x20,0x10,0x38,0xc0,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x11,0x1c,0x20,0x40,0xbc,0x13,0x10,0xfc,0x10,0x10,0x14,0x18,0x10,0x0,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x10,0x10,0x10,0x1c,0x20,0x40,0xbd,0x12,0x10,0xfd,0x11,0x11,0x15,0x19,0x11,0x1,0x8,0xfc,0x88,0x88,0x88,0x88,0x6,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x0,0x3f,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x20,0xf0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x40,0x33,0x10,0x0,0x0,0xf7,0x10,0x10,0x10,0x10,0x10,0x10,0x28,0x47,0x0,0x10,0x38,0xc0,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x6,0xfc,0x0, -+0x10,0x12,0x1f,0x28,0x45,0x2,0x4,0x8,0x30,0xcf,0x0,0x12,0x9,0x9,0x0,0x3f,0x40,0x48,0x7c,0xa0,0x10,0x80,0x40,0x30,0x4e,0xe4,0x0,0x10,0x10,0x20,0x40,0xf8, -+0x8,0x8,0xb,0x10,0x10,0x30,0x50,0x9f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x38,0xc0,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x42,0x21,0x2f,0x1,0x7,0xe1,0x21,0x3f,0x21,0x21,0x27,0x29,0x33,0x25,0x9,0x1,0x10,0x20,0xfc,0x20,0xf8,0x28,0x28,0xfe,0x28,0x28,0xf8,0x20,0x30,0x2e,0x24,0x20, -+0x10,0x14,0xfe,0x10,0x10,0x7d,0x46,0x7c,0x44,0x7c,0x10,0x14,0xfe,0x10,0x10,0x10,0x40,0x40,0x44,0x7e,0x80,0x0,0xf8,0x10,0x20,0x40,0x40,0x80,0x82,0x82,0x7e,0x0, -+0x1,0x7f,0x49,0x6b,0x5d,0x49,0x7f,0x8,0x7f,0x8,0x7f,0x0,0x55,0x55,0x94,0x0,0x10,0x90,0x28,0x28,0x44,0x86,0x20,0x10,0x0,0x7c,0x4,0x4,0x8,0x8,0x90,0x0, -+0x10,0x10,0x10,0x3c,0x43,0x80,0x3c,0x10,0x13,0xfc,0x10,0x10,0x14,0x18,0x11,0x0,0x40,0x50,0x48,0x7c,0xc0,0x40,0x44,0x7e,0xc0,0x44,0x4c,0x30,0x20,0x52,0x8a,0x6, -+0x10,0x10,0x10,0x1c,0x23,0x40,0xbc,0x10,0x10,0xfc,0x10,0x10,0x14,0x18,0x10,0x0,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0xf8,0x88, -+0x10,0xc,0x4,0xff,0x0,0x3e,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x22,0x2a,0x24,0x10,0x30,0x44,0xfe,0x0,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x8,0x8,0x28,0x10, -+0x42,0x22,0x2f,0x82,0x62,0x2f,0x2,0x15,0x28,0xe7,0x24,0x24,0x27,0x24,0x24,0x27,0x10,0x10,0xbc,0x10,0x10,0xfe,0x10,0x28,0xc6,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x0,0x43,0x32,0x13,0x0,0xf,0xf0,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x2a,0x47,0x48,0xfc,0x48,0xf8,0x40,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xf8,0x8,0xf8,0x6,0xfc, -+0x40,0x30,0x10,0x0,0x87,0x60,0x20,0x8,0x17,0x20,0xe0,0x20,0x20,0x23,0x2c,0x20,0x80,0xa0,0x90,0xfc,0x80,0x80,0x88,0xfc,0x80,0x90,0xa0,0x40,0xc0,0x24,0x14,0xc, -+0x40,0x21,0x29,0x5,0x0,0xef,0x24,0x25,0x25,0x25,0x25,0x2d,0x35,0x25,0xa,0x11,0x20,0xfc,0x24,0xfc,0x20,0xfe,0x0,0xfc,0x4,0xfc,0x0,0xfc,0x4,0xfc,0x0,0xfe, -+0x10,0xfe,0x20,0x28,0x7e,0x8,0xf,0xf9,0x4a,0x9,0x1,0x3f,0x1,0x1,0xff,0x0,0xc,0xf0,0x80,0x84,0xfe,0x90,0x90,0x10,0x10,0x10,0x0,0xf8,0x0,0x4,0xfe,0x0, -+0x1,0x21,0x21,0x3f,0x22,0x22,0xff,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x3e,0x21,0x0,0x8,0x8,0xf8,0x28,0x20,0x7c,0x44,0xa8,0x20,0x20,0x20,0x50,0x48,0x8e,0x4, -+0x8,0x8,0x8,0x1f,0x10,0x21,0x41,0x81,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0xc0,0x0,0x0,0x0,0xfc,0x4,0x8,0x10,0x0,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0x4, -+0x22,0x14,0xff,0x14,0x7f,0x15,0x15,0xff,0x15,0x15,0x7f,0x14,0x36,0x55,0x94,0x15,0x20,0x20,0xa0,0x3e,0x42,0x94,0x10,0xd0,0x10,0x10,0x28,0x28,0x48,0x4c,0x86,0x4, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x35,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x10,0x10,0x10,0x50,0x20,0x4,0x4,0xfc,0x0, -+0x0,0x8,0x7c,0x48,0x49,0x4a,0x4d,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x0,0x0,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x10,0x10,0x10,0x50,0x20,0x4,0x4,0xfc,0x0, -+0x8,0x7c,0x4b,0x4a,0x4c,0x79,0x4a,0x4c,0x48,0x7b,0x48,0x48,0x48,0x48,0x4f,0x98,0x80,0x40,0xfe,0x2,0x4,0x10,0x8,0x4,0x0,0xf8,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x8,0x4,0x7f,0x1,0x1,0x3f,0x1,0x1,0xff,0x2,0x2,0x2,0x4,0x8,0x10,0x60,0x20,0x48,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x80,0x80,0x80,0x80,0x82,0x82,0x7e, -+0x20,0x20,0x27,0x20,0xfa,0x21,0x2f,0x20,0x23,0x22,0x3a,0xe2,0x42,0x2,0x3,0x2,0x40,0x48,0xfc,0x40,0x48,0x50,0xfe,0x8,0xfc,0x8,0xe8,0xa8,0xe8,0x8,0xf8,0x8, -+0x8,0x7f,0x9,0x1,0x7f,0x9,0x5,0xff,0x0,0x1f,0x10,0x17,0x14,0x17,0x10,0x1f,0x28,0xfc,0x20,0x8,0xfc,0x20,0x44,0xfe,0x10,0xf8,0x10,0xd0,0x50,0xd0,0x10,0xf0, -+0x8,0xfd,0x9,0x9,0x9,0x79,0x48,0x43,0x42,0x7a,0xb,0xa,0x8,0x88,0x53,0x20,0x4,0xfe,0x4,0x4,0xfc,0x24,0x20,0xfe,0x22,0x22,0xfe,0x22,0x20,0x24,0xfe,0x2, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x11,0x50,0x20,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x10,0x10,0x10,0x50,0x20,0x4,0x4,0xfc,0x0, -+0x13,0x10,0x11,0x10,0xff,0x10,0x30,0x38,0x57,0x51,0x97,0x11,0x1f,0x11,0x11,0x11,0xf8,0x40,0xf0,0x40,0xf8,0x42,0x7e,0x0,0xbc,0x10,0xbc,0x10,0xbe,0x10,0x52,0x8e, -+0x20,0x27,0x39,0x41,0x41,0xff,0x21,0x23,0xfb,0x25,0x29,0x21,0x29,0x31,0x21,0x1,0xd0,0x10,0x10,0x52,0x34,0xd8,0x10,0x10,0x90,0x50,0x28,0x28,0x44,0x44,0x82,0x0, -+0x10,0x9,0xff,0x0,0x3e,0x22,0x3e,0x0,0x7f,0x41,0x5d,0x55,0x5d,0x41,0x45,0x42,0x10,0x10,0x94,0x1e,0x10,0x10,0xfc,0x4,0x44,0x44,0x28,0x28,0x10,0x28,0x4e,0x84, -+0x10,0x12,0x11,0x11,0x58,0x57,0x52,0x92,0x13,0x12,0x12,0x13,0x12,0x12,0x12,0x12,0x40,0x44,0x48,0x50,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x10,0x13,0x10,0x10,0xfc,0x17,0x31,0x39,0x56,0x55,0x99,0x11,0x11,0x12,0x14,0x10,0x38,0xc0,0x40,0x40,0x84,0xfe,0x20,0x10,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10, -+0x9,0x7d,0x49,0x4b,0x4d,0x79,0x49,0x49,0x49,0x79,0x49,0x49,0x49,0x7a,0x42,0x4,0x40,0x28,0xfc,0x20,0x20,0xf8,0x20,0x20,0xf8,0x20,0x28,0xfc,0x0,0xa8,0xa6,0x2, -+0x0,0x1f,0x2,0x2,0xff,0x4,0x4,0x8,0x34,0xc4,0x4,0x4,0x8,0x8,0x10,0x0,0xf0,0x0,0x0,0x4,0xfe,0x40,0x20,0x50,0x4e,0x44,0x40,0x40,0x40,0x40,0x40,0x40, -+0x8,0xb,0x8,0x10,0x10,0x3f,0x51,0x91,0x12,0x15,0x19,0x11,0x11,0x12,0x14,0x10,0x38,0xc0,0x40,0x40,0x84,0xfe,0x20,0x10,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0xb,0xfc,0x10,0x10,0x10,0x10,0x11,0x10,0x10,0x1e,0xf0,0x40,0x0,0x0,0x0,0x4,0xfe,0x40,0x40,0x40,0x80,0x84,0xfe,0x4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x44,0x45,0xfe,0x44,0x7c,0x11,0x7d,0x55,0x55,0x55,0x7d,0x11,0xff,0x11,0x11,0x11,0x20,0x24,0xa4,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x13,0x10,0x11,0x10,0xff,0x10,0x14,0x18,0x37,0xd1,0x17,0x11,0x1f,0x11,0x51,0x21,0xf8,0x40,0xf0,0x40,0xf8,0x42,0x7e,0x0,0xbc,0x10,0xbc,0x10,0xbe,0x10,0x52,0x8e, -+0x20,0x21,0xfe,0x28,0x11,0x2a,0xc6,0x0,0xfd,0x2a,0x28,0x29,0x28,0x28,0x47,0x80,0x4,0xde,0x44,0x44,0x54,0xcc,0x44,0xcc,0x54,0x64,0x44,0x54,0x88,0x2,0xfe,0x0, -+0x10,0x11,0x10,0x54,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x45,0x1,0x1,0x20,0x24,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x4,0x14,0x8, -+0x8,0x9,0x8,0x10,0x11,0x31,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x20,0x24,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x4,0x14,0x8, -+0x2,0x1,0x7f,0x44,0x88,0x10,0x3,0x7e,0x8,0x9,0x8,0x8,0xe,0x78,0x20,0x0,0x0,0x0,0xfe,0x42,0x34,0x10,0xfc,0x80,0x88,0xfc,0x8,0x8,0x8,0x88,0x50,0x20, -+0x10,0x10,0x11,0x10,0x14,0x1e,0xf0,0x10,0x10,0x12,0x14,0x18,0x10,0x1,0x2,0xc,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x28,0x10, -+0x4,0x4,0xff,0x4,0x14,0x12,0xff,0x12,0x12,0x12,0x12,0x12,0x22,0x22,0x4a,0x84,0x40,0x44,0xfe,0x40,0x40,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x7c,0x44, -+0x0,0xf,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0xff,0x0,0x20,0xf0,0x20,0x20,0x20,0xe0,0x20,0x20,0x20,0xe0,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x10,0x10,0x5b,0x54,0x50,0x90,0x17,0x10,0x10,0x10,0x11,0x12,0x17,0x10,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0x80,0x80,0x10,0x8,0xfc,0x4, -+0x2,0x1,0x7f,0x44,0x88,0x10,0x0,0x11,0x14,0xfe,0x10,0x10,0x14,0x18,0x11,0x2,0x0,0x0,0xfe,0x42,0x34,0x10,0x4,0xfe,0x44,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x10,0x10,0x10,0x1c,0x20,0x21,0x7e,0x90,0x10,0xfc,0x10,0x12,0x14,0x18,0x11,0x2,0x40,0x40,0x40,0x7c,0x84,0x8,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x8e,0x4,0x0, -+0x8,0xb,0x8,0x13,0x10,0x33,0x50,0x97,0x14,0x19,0x11,0x10,0x10,0x10,0x11,0x16,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x2,0xf4,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x2,0x1,0x7f,0x8,0x4,0x2,0xff,0x1,0x1,0x7f,0x1,0x9,0x19,0x21,0x45,0x2,0x0,0x8,0xfc,0x20,0x40,0x84,0xfe,0x0,0x8,0xfc,0x0,0x20,0x18,0xc,0x4,0x0, -+0x1,0x7f,0x1,0x3f,0x2,0xff,0x4,0x8,0x37,0xc1,0x1f,0x1,0x5,0x9,0x31,0x1,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x40,0xe0,0x1e,0x24,0xf0,0x0,0x60,0x18,0x8,0x0, -+0x4,0x7e,0x8,0x3e,0x8,0x7e,0x1,0x2,0xc,0x32,0xc1,0xf,0x0,0x0,0x0,0x1,0x8,0xfc,0x20,0xf8,0x20,0xfc,0x0,0x80,0x60,0x1e,0x4,0xe0,0x20,0x40,0x80,0x0, -+0x22,0xff,0x22,0x3e,0x8,0x7f,0x49,0x49,0x7f,0x8,0x7f,0x8,0x3e,0x8,0xff,0x1,0x20,0xa0,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x94,0x8, -+0x8,0x8,0xff,0x8,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x20,0x40,0x20,0x20,0xfe,0x20,0x18,0xe0,0x0,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x11,0x12,0xfd,0x10,0x12,0x1a,0x33,0xd0,0x17,0x14,0x14,0x15,0x54,0x24,0x40,0xa0,0x10,0x48,0xf6,0xa4,0x48,0xa8,0xf8,0x44,0xfe,0x84,0xa4,0xf4,0x4,0xc, -+0x1,0x2,0x6,0x8,0x3f,0xc4,0x13,0x14,0x1f,0x1,0x3f,0x22,0x24,0x2f,0x20,0x20,0x0,0x80,0x40,0x30,0xfe,0x44,0x90,0x50,0xf0,0x8,0xfc,0x8,0x48,0xe8,0x8,0x18, -+0x1,0x7f,0x40,0x97,0x10,0x97,0x50,0x57,0x10,0x37,0x58,0x93,0x11,0x10,0x11,0x16,0x0,0xfe,0x2,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x4,0xf0,0x20,0xc0,0x20,0x1c, -+0x20,0x18,0x8,0x80,0x61,0x21,0x1,0x15,0x25,0x25,0xe9,0x29,0x21,0x21,0x20,0x20,0x0,0x80,0x40,0x60,0x20,0x20,0x0,0x8,0x4,0x6,0x2,0x8,0x8,0x8,0xf8,0x0, -+0x1,0x1,0x7f,0x1,0x3f,0x1,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x10,0x11,0x14,0xfe,0x20,0x28,0x4b,0x7c,0x8,0x9,0xe,0xf8,0x48,0x8,0xb,0x8,0x0,0xfc,0x8,0x10,0x38,0xcc,0x2,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x1f,0x10,0x2f,0x40,0xbf,0x0,0x3f,0x2,0xd,0x70,0x1f,0x2,0x2,0x7f,0x0,0x8,0xfc,0x0,0xf8,0x10,0xf8,0x10,0x90,0x10,0x90,0x70,0xd0,0x10,0x52,0xea,0x6, -+0x10,0x13,0x10,0x28,0x29,0x69,0xaf,0x29,0x29,0x29,0x2b,0x2d,0x28,0x20,0x20,0x23,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x4c,0x86,0x2, -+0x8,0x77,0x44,0x54,0x54,0x57,0x54,0x54,0x54,0x57,0x74,0x55,0x14,0x25,0x46,0x80,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0x24,0x34,0xa8,0xa0,0x20,0x20, -+0x0,0x40,0x37,0x10,0x83,0x60,0x2f,0x8,0x13,0x22,0xe3,0x22,0x23,0x22,0x22,0x22,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x28,0x10, -+0x24,0xff,0x24,0x3f,0x41,0xbd,0x25,0x3d,0x2,0x3f,0x1,0x1f,0x1,0xff,0x1,0x3,0x20,0x24,0x3e,0x44,0xa8,0x10,0x2e,0x44,0x70,0x80,0x0,0xf0,0x4,0xfe,0x0,0x0, -+0x0,0x8,0x7f,0x48,0x4b,0x48,0x4f,0x78,0x4b,0x4a,0x4b,0x4a,0x7b,0x4a,0x2,0x2,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x28,0x10, -+0x10,0x1f,0x10,0x2f,0x40,0xbf,0x4,0x3f,0x4,0x3f,0x4,0x7f,0x0,0x9,0x6,0x2,0x8,0xfc,0x0,0xf8,0x10,0xf8,0x10,0x90,0x10,0x90,0x10,0xd0,0x90,0x12,0xa,0x6, -+0x10,0x17,0x10,0x13,0x58,0x57,0x50,0x93,0x12,0x13,0x12,0x13,0x12,0x12,0x12,0x12,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x4f,0x40,0x40,0x53,0x7a,0x42,0x42,0x42,0x4a,0x52,0x62,0x40,0x1,0x2,0xc,0x4,0xfe,0x40,0x88,0xfc,0x8,0x48,0x48,0x48,0x48,0x48,0x88,0xa0,0x18,0xc,0x4, -+0x0,0x47,0x20,0x23,0x0,0xef,0x20,0x23,0x22,0x23,0x22,0x23,0x2a,0x32,0x22,0x2,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x1,0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x21,0x21,0x22,0x22,0x44,0x88,0x30,0x0,0x88,0xfc,0x80,0x80,0x88,0xfc,0x80,0x80,0x40,0x40,0x20,0x20,0x10,0xe,0x4, -+0x0,0x10,0xf8,0x27,0x20,0x23,0xfa,0x22,0x22,0x23,0x20,0x39,0xe3,0x44,0x1,0x0,0x80,0x40,0x4,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x2,0x1,0x7f,0x40,0x84,0xc,0x12,0x2,0x3f,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0x0,0x0,0xfe,0x2,0x44,0x30,0x10,0x8,0xfc,0x8,0x8,0x8,0x8,0x88,0x50,0x20, -+0x8,0x1c,0xf0,0x10,0x11,0xfd,0x11,0x32,0x38,0x54,0x50,0x91,0x11,0x12,0x14,0x18,0x40,0x40,0x40,0x40,0x44,0x4c,0x50,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4,0x0, -+0x0,0x0,0x1,0xe,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0x8,0x8,0x8,0xff,0x0,0x20,0x70,0x80,0x0,0x0,0x0,0x10,0xf8,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x2,0x6,0x38,0x20,0x20,0x21,0x3f,0x22,0x22,0x22,0x22,0x22,0x3f,0xe0,0x40,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0xd0,0x48,0x44,0x42,0x42,0x62,0xd4,0x48,0x40,0x40, -+0x0,0x8,0xfc,0x13,0x10,0x12,0x7d,0x11,0x10,0x10,0x11,0x1e,0xe4,0x0,0x1,0x0,0x40,0x50,0x48,0xfe,0x40,0x44,0x4c,0x50,0x60,0xd0,0x50,0x4e,0x44,0x40,0x40,0x80, -+0x1,0x1,0x1,0x7f,0x1,0x21,0x19,0x9,0x3,0x5,0x9,0x11,0x61,0x1,0x5,0x2,0x0,0x40,0x28,0xfc,0x0,0x8,0x18,0xa0,0x40,0x40,0x30,0xe,0x4,0x0,0x0,0x0, -+0x0,0x7f,0x40,0x41,0x41,0x41,0x41,0x42,0x42,0x44,0x44,0x48,0x50,0x40,0x7f,0x40,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x84,0x84,0x44,0x24,0x3c,0x14,0x4,0xfc,0x4, -+0x10,0xc,0x4,0xff,0x4,0x4,0x3f,0x24,0x24,0x38,0x20,0x2f,0x20,0x20,0x3f,0x20,0x10,0x30,0x44,0xfe,0x40,0x48,0xfc,0x48,0x48,0x38,0x8,0xe8,0x8,0x8,0xf8,0x8, -+0x40,0x37,0x14,0x4,0x84,0x44,0x54,0x14,0x14,0x24,0xe4,0x25,0x26,0x24,0x27,0x24,0x4,0xfe,0x4,0x44,0x44,0x44,0x44,0xa4,0xa4,0xa4,0x94,0x1c,0x4,0x4,0xfc,0x4, -+0x8,0x8,0x8,0x7e,0x9,0x8,0xff,0x8,0x28,0x2e,0x28,0x28,0x29,0x58,0x88,0x7,0x40,0x40,0x78,0x88,0x10,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x0,0x6,0xfc, -+0x0,0x3f,0x20,0x28,0x24,0x22,0x21,0x20,0x21,0x22,0x24,0x28,0x20,0x20,0x3f,0x0,0x8,0xfc,0x0,0x8,0x18,0x20,0x40,0x80,0x40,0x30,0x18,0x8,0x0,0x4,0xfe,0x0, -+0x10,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xf5,0x47,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x4,0x4,0x4,0x4,0x7f,0x44,0x44,0x44,0x44,0x7f,0x44,0x44,0x44,0x44,0x7f,0x40,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0x44,0xfc,0x4, -+0x8,0x11,0x7d,0x45,0x7d,0x45,0x7d,0x45,0x45,0xfd,0x15,0x25,0x45,0x85,0x15,0x8,0x4,0xfe,0x0,0x44,0x44,0x28,0x28,0x10,0x10,0x28,0x28,0x44,0x84,0x0,0xfe,0x0, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x28,0x28,0x28,0x2f,0x20,0x30,0x50,0x50,0x9f,0x10,0x4,0xfe,0x4,0x4,0xfc,0x80,0x88,0x88,0x88,0xf8,0x80,0x84,0x84,0x84,0xfc,0x4, -+0x8,0xfd,0x9,0x49,0x49,0x49,0x49,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x45,0x15,0x8,0x4,0xfe,0x0,0x44,0x44,0x28,0x28,0x10,0x10,0x28,0x28,0x44,0x84,0x0,0xfe,0x0, -+0x23,0x12,0x43,0x22,0xa,0x13,0x62,0x23,0x20,0x0,0xff,0x5,0x9,0x11,0x61,0x1,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x0,0xfc,0x0,0x4,0xfe,0x40,0x20,0x1c,0x8,0x0, -+0x1,0xff,0x22,0x23,0x3e,0x22,0x22,0x3e,0x22,0x22,0x22,0x3e,0xe2,0x42,0x3,0x2,0x0,0x80,0x0,0xfc,0x4,0x84,0x88,0x88,0x48,0x50,0x20,0x50,0x48,0x8e,0x4,0x0, -+0x0,0x7f,0x22,0x3e,0x22,0x3e,0x22,0xff,0x2,0x1,0xff,0x4,0xc,0x2,0x1,0xe,0x0,0x0,0xfc,0x44,0x48,0x28,0x10,0x2e,0x44,0x0,0xfe,0x20,0x20,0x40,0x80,0x70, -+0x10,0x13,0x10,0x5d,0x51,0x51,0xfd,0x0,0x55,0x55,0x55,0x6d,0x45,0x7d,0x45,0x1,0xc,0xf0,0x24,0xfe,0x24,0x24,0xfc,0x20,0xfc,0x24,0x24,0x54,0x74,0x4,0x14,0x8, -+0x10,0x17,0x12,0x7e,0x13,0x12,0xfe,0x13,0x52,0x5e,0x52,0x57,0x70,0x50,0x8f,0x0,0x40,0xe0,0x40,0x7c,0xc4,0x54,0x54,0xd4,0x48,0x54,0x52,0xe2,0x40,0x46,0xfc,0x0, -+0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0xff,0x2,0x2,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x40,0x20,0x10,0xf8,0x8, -+0x0,0x7f,0x49,0x45,0x5f,0x42,0x7f,0x44,0x4f,0x74,0x45,0x44,0x43,0x40,0x7f,0x40,0x4,0xfe,0x24,0x44,0xf4,0x4,0xfc,0x44,0xe4,0x5c,0x84,0x24,0xe4,0x4,0xfc,0x4, -+0x22,0x22,0xff,0x22,0x77,0x55,0x77,0x24,0x3f,0x64,0xbf,0x24,0x3f,0x24,0x3f,0x20,0x4,0xfe,0x90,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x10,0x28,0x46,0x82, -+0x10,0x10,0x13,0x10,0xfe,0x12,0x31,0x39,0x55,0x50,0x90,0x10,0x11,0x12,0x14,0x10,0x0,0x0,0xf8,0x8,0x8,0x8,0x8,0x10,0x10,0xa0,0x40,0xa0,0x10,0xe,0x4,0x0, -+0x4,0xfe,0x2b,0x28,0xfe,0xaa,0xaa,0xab,0xc6,0x82,0xfe,0x82,0x82,0xfe,0x83,0x0,0x88,0x88,0xfe,0x88,0x20,0x50,0x8e,0x4,0xf8,0x20,0x20,0xf8,0x20,0x24,0xfe,0x0, -+0x2,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x1,0x7d,0x5,0x9,0x11,0x21,0xc5,0x2,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x4,0x8c,0x50,0x20,0x10,0xe,0x4,0x0, -+0x1,0x1,0x2,0x4,0x8,0x10,0x2f,0xc1,0x1,0x1,0xf,0x1,0x1,0x1,0x7f,0x0,0x0,0x0,0x80,0x40,0x20,0x50,0xee,0x4,0x0,0x40,0xe0,0x0,0x0,0x8,0xfc,0x0, -+0x0,0x0,0x1f,0x10,0x90,0x51,0x52,0x1d,0x30,0x50,0xd3,0x10,0x20,0x20,0x4f,0x0,0x80,0x44,0xfe,0x40,0xa0,0x10,0xe,0xf4,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x1,0x9,0x5,0x7f,0x2,0xff,0x4,0x9,0x1f,0x21,0xcf,0x1,0x3f,0x1,0x5,0x2,0x0,0x20,0x48,0xfc,0x0,0xfe,0x40,0xe0,0x10,0xe,0xe4,0x0,0xf8,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x60,0x0,0x0,0x40,0x30,0x10,0x4,0xfe,0x0,0x0,0x80,0x80,0x40,0x20,0x10,0xe,0x4,0x0, -+0x1,0x9,0x5,0x7f,0x2,0xff,0x4,0x8,0x1f,0x22,0xc2,0x4,0x4,0x8,0x10,0x20,0x0,0x20,0x48,0xfc,0x0,0xfe,0x40,0x20,0xf0,0x2e,0x24,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x0,0x7e,0x2,0x23,0x22,0x14,0x14,0x8,0x14,0x14,0x22,0x42,0x81,0x2,0x4,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x28,0x10, -+0x20,0x20,0x24,0x3e,0x51,0x90,0x14,0xfe,0x13,0x54,0x54,0x54,0x54,0x7d,0x46,0x4,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0xfe,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x10,0x10,0x12,0x56,0x59,0x50,0x90,0x10,0x17,0x28,0x28,0x24,0x44,0x41,0x82,0x4,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0xfe,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x0,0x1f,0x12,0x9f,0x52,0x52,0x12,0x15,0x38,0x57,0xd4,0x15,0x24,0x24,0x45,0x4,0x84,0xfe,0x0,0xbc,0xa4,0xa4,0xa4,0xbc,0x44,0xfe,0x44,0xb4,0x44,0xa4,0x14,0x8, -+0x8,0x8,0xa,0x7f,0x8,0x8,0x9,0xff,0x8,0x10,0x10,0x24,0x22,0x7f,0x1,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0xc4,0x44,0x44,0x64,0x54,0x48,0x40,0x40,0x40, -+0x24,0x24,0x24,0x7e,0x24,0x24,0xff,0x0,0x7e,0x42,0x42,0x7e,0x43,0x42,0x7e,0x42,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x14,0xfc,0x4,0x14,0x8, -+0x10,0x10,0x13,0x12,0xfc,0x11,0x31,0x3b,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x40,0x40,0xfe,0xa2,0xa4,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x0,0x4,0xfe,0x10,0x11,0x23,0x25,0x7d,0xa5,0x25,0x25,0x25,0x25,0x3d,0x22,0x4,0x40,0x40,0x78,0x90,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x1,0x9,0xd,0x11,0x21,0x3,0xc,0x30,0xdf,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x0,0x20,0x18,0x4c,0x84,0x0,0x0,0x88,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfe,0x0, -+0x20,0x11,0x10,0x0,0xfb,0x8,0x10,0x35,0x58,0x95,0x11,0x12,0x14,0x10,0x10,0x10,0x4,0xfe,0x84,0x84,0xfe,0x84,0x84,0xfc,0x80,0x4,0xfe,0x84,0x84,0x84,0xfc,0x84, -+0x2,0x7f,0x22,0x22,0xff,0x22,0x22,0x7e,0x20,0x42,0xbf,0x22,0x22,0x22,0x3e,0x22,0x82,0x44,0x28,0xfe,0x10,0x10,0x14,0xfe,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10, -+0x10,0x10,0x10,0x1e,0x22,0x33,0x4a,0xa4,0x14,0x8,0x11,0x22,0x40,0x24,0x24,0x40,0x20,0x20,0x28,0x24,0x20,0xfe,0x20,0x50,0x50,0x88,0xe,0x4,0x0,0x48,0x46,0x2, -+0x11,0x11,0x11,0x15,0x5a,0x53,0x54,0x9a,0x11,0x12,0x20,0x28,0x44,0x42,0x82,0x4,0x10,0x18,0xd4,0x50,0x7e,0x50,0x90,0x90,0x28,0x28,0x46,0x84,0x0,0xa8,0xa4,0x4, -+0x1,0x1,0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0xff,0x20,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xfe,0x8,0x8,0x8,0x8,0x28,0x10, -+0x20,0x10,0x43,0x20,0x8,0x51,0x22,0x25,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x80,0x90,0xf8,0x90,0x90,0x12,0x12,0xe,0x0,0xfe,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x10,0xfe,0x0,0xee,0xaa,0xee,0x28,0xfe,0x28,0x7c,0x28,0xfe,0x24,0x68,0xa5,0x32,0x8,0x1c,0xe0,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa4,0xaa,0x38,0x0, -+0x20,0x27,0x20,0x23,0xfa,0x23,0x21,0x27,0x21,0x23,0x39,0xef,0x41,0x3,0xd,0x1,0x44,0xfe,0x0,0xb8,0xa8,0xb8,0x10,0xfc,0x10,0xf8,0x10,0xfe,0x48,0x30,0xe,0x84, -+0x10,0x17,0x10,0x13,0xfe,0x13,0x11,0x1f,0x31,0xd3,0x11,0x1f,0x11,0x13,0x55,0x21,0x44,0xfe,0x0,0xb8,0xa8,0xb8,0x10,0xfc,0x10,0xf8,0x10,0xfe,0x48,0x30,0xe,0x84, -+0x0,0xf,0x70,0x53,0x52,0x53,0x51,0x57,0x51,0x53,0x51,0x5f,0x71,0x43,0xd,0x1,0x44,0xfe,0x0,0xb8,0xa8,0xb8,0x10,0xfc,0x10,0xf8,0x10,0xfe,0x48,0x30,0xe,0x84, -+0x0,0x40,0x30,0x10,0x0,0x0,0xf0,0x10,0x10,0x10,0x10,0x12,0x14,0x18,0x17,0x0,0x40,0x40,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x20,0x20,0x20,0x38,0x4f,0x50,0x80,0x20,0x27,0x20,0x27,0x21,0x29,0x31,0x22,0xc,0x80,0x80,0x88,0xfc,0x80,0x50,0x22,0xd2,0xe,0x8,0xfc,0x20,0x20,0x22,0x22,0x1e, -+0x10,0x10,0x10,0x10,0xfc,0x13,0x14,0x18,0x30,0xd0,0x10,0x10,0x11,0x11,0x52,0x24,0x40,0x50,0x48,0x40,0x44,0xfe,0x40,0x60,0xa0,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x20,0x20,0x47,0xf8,0x10,0x20,0x47,0xf8,0x7,0x1,0x19,0xe1,0x42,0xc,0x80,0x80,0x88,0xfc,0x80,0x50,0x22,0xd2,0xe,0x8,0xfc,0x20,0x20,0x22,0x22,0x1e, -+0x8,0x8,0x7f,0xa,0x2,0xff,0x4,0xf,0x18,0x28,0xcf,0x2,0x29,0x28,0x48,0x7,0x20,0x28,0xfc,0x20,0x4,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x0,0x88,0x84,0x14,0xf0, -+0x8,0x8,0x8,0x7f,0x8,0xa,0x1c,0x68,0x8,0x8,0x29,0x12,0x0,0x48,0x44,0x84,0x40,0x40,0x48,0xfc,0x48,0x48,0xc8,0x48,0xa8,0x8a,0xa,0x4,0x0,0x88,0x46,0x42, -+0x0,0x0,0x3f,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x3f,0x0,0x10,0x78,0x80,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x10,0xf8,0x0, -+0x8,0x8,0x8,0x17,0x10,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x2,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0x4, -+0x0,0x7f,0x2,0x12,0x12,0x22,0x4,0x18,0x60,0x0,0x4,0x13,0x51,0x50,0x8f,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x50,0x20,0x0,0x0,0x0,0x14,0x12,0xf2,0x0, -+0x10,0x10,0x15,0xfe,0x10,0x10,0x7c,0x10,0x11,0xfe,0x12,0x12,0x1a,0x14,0x10,0x13,0x0,0x4,0xfe,0x24,0x24,0xa4,0xa4,0xa4,0x24,0x24,0x24,0x44,0x44,0x84,0x94,0x8, -+0x8,0x8,0xb,0x10,0x10,0x30,0x50,0x9f,0x10,0x10,0x10,0x10,0x10,0x17,0x10,0x10,0x0,0x18,0xe0,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x48,0xfc,0x0,0x0, -+0x0,0x40,0x30,0x10,0x0,0x0,0xf0,0x10,0x10,0x11,0x11,0x15,0x1a,0x12,0x4,0x8,0x40,0x40,0x40,0x40,0x40,0x40,0xa0,0xa0,0xa0,0x10,0x10,0x10,0x8,0x8,0x6,0x4, -+0x0,0x7f,0x1,0x1,0x1,0x9,0x9,0x11,0x21,0x1,0x2,0x2,0x4,0x8,0x10,0x60,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x10,0x11,0x10,0xfc,0x24,0x24,0x27,0x24,0x44,0x28,0x10,0x28,0x44,0x85,0x0,0x8,0x3c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x28,0xfc,0x0, -+0x10,0x10,0x23,0x20,0x44,0xf9,0x11,0x22,0x40,0xfc,0x0,0x0,0x1c,0xe1,0x42,0x4,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x84,0x4,0x28,0x10, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x14,0x18,0x30,0xd0,0x11,0x11,0x11,0x12,0x54,0x28,0x0,0x8,0xfc,0x88,0x88,0x90,0x94,0xbe,0x84,0x84,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x10,0x1f,0x21,0x21,0x61,0xa1,0x21,0x21,0x21,0x22,0x22,0x22,0x24,0x28,0x30,0x0,0x8,0xfc,0x8,0x8,0x8,0x10,0x14,0x3e,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x10,0x10,0xf0,0x10,0x0, -+0x0,0x0,0x0,0xff,0x0,0x8,0x8,0x8,0x7e,0x8,0x8,0x10,0x11,0x22,0x4c,0x0,0x80,0xa0,0x94,0xfe,0x80,0x80,0x88,0x88,0x90,0x60,0x40,0xc0,0x20,0x12,0xa,0x6, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x8,0xf,0x8,0xf,0x8,0x8,0x7f,0x0,0x0,0x0,0x40,0x44,0xfe,0x40,0x8,0xfc,0x20,0xe0,0x20,0xe0,0x28,0x3c,0xe0,0x20,0x20,0x20, -+0x8,0x8,0xff,0x8,0x1,0x7f,0x40,0x89,0x12,0x4,0x1f,0x28,0xc8,0x8,0xf,0x8,0x20,0x24,0xfe,0x20,0x0,0xfe,0x2,0x24,0x90,0x40,0xf0,0x2e,0x24,0x20,0xe0,0x20, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x41,0x81,0x1,0x7f,0x3,0x5,0x9,0x11,0x61,0x1,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0x4,0x0,0xfc,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x2,0x7f,0x0,0x3e,0x22,0x22,0x3e,0x0,0x7f,0x63,0x55,0x7f,0x49,0x49,0x49,0x43,0x10,0x10,0x10,0x14,0x7e,0x54,0x54,0x54,0x54,0x7c,0x54,0x10,0x10,0x14,0xfe,0x2, -+0x10,0x10,0x17,0x14,0x59,0x52,0x54,0x91,0x12,0x14,0x1b,0x12,0x2a,0x26,0x43,0x82,0x80,0x40,0xfe,0x2,0x14,0x48,0xa4,0x10,0xe,0x4,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x40,0x30,0x17,0x4,0x89,0x62,0x24,0x1,0x12,0x24,0xeb,0x22,0x22,0x22,0x23,0x22,0x80,0x40,0xfe,0x2,0x14,0x48,0xa4,0x10,0xe,0x4,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x2,0x1,0x7f,0x40,0x84,0x9,0x12,0x4,0x8,0x10,0x2f,0xc8,0x8,0x8,0xf,0x8,0x0,0x0,0xfe,0x2,0x44,0x30,0x90,0x40,0x20,0x10,0xee,0x24,0x20,0x20,0xe0,0x20, -+0x10,0x10,0x20,0x27,0x44,0xf9,0x11,0x21,0x47,0xf9,0x1,0x1,0x1a,0xe2,0x45,0x0,0x20,0x30,0x28,0xfe,0x20,0x24,0x24,0x28,0xe8,0x28,0x30,0x20,0x50,0x92,0xa,0x6, -+0x0,0x0,0x7f,0x40,0x80,0xf,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0xfe,0x2,0x44,0xe0,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0x44,0x3c,0x0, -+0x10,0x13,0x10,0x10,0xfb,0x10,0x11,0x1a,0x30,0xd7,0x10,0x11,0x11,0x12,0x54,0x20,0x0,0xf8,0x90,0x60,0xfc,0xa8,0x20,0x60,0x44,0xfe,0xe0,0x50,0x48,0x4e,0x44,0x40, -+0x0,0x1f,0x2,0x1,0x7f,0x2,0x4,0x19,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x0,0xe0,0x40,0x80,0xfc,0x88,0x90,0x80,0x4,0xfe,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x1,0x1,0x1,0x7f,0x41,0x41,0x42,0x44,0x49,0x41,0x42,0x44,0x48,0x40,0x40,0x40,0x0,0x0,0x4,0xfe,0x4,0x4,0x84,0x64,0x24,0x4,0x84,0x64,0x24,0x4,0x14,0x8, -+0x4,0x4,0xff,0x4,0x14,0x10,0xfe,0x22,0x22,0x22,0x42,0x24,0x14,0x8,0x14,0x62,0x40,0x44,0xfe,0x40,0x40,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x0, -+0x20,0x23,0x20,0x27,0xfd,0xac,0xa9,0xa8,0xaf,0xf8,0xa3,0x22,0x2a,0xfa,0x4a,0x2,0x10,0xf8,0x40,0xfe,0x52,0xe4,0x50,0x40,0xfc,0x88,0xfc,0xa8,0xa8,0xa8,0xa8,0x18, -+0x10,0x13,0x10,0x27,0x25,0x68,0xa1,0x20,0x2f,0x20,0x27,0x24,0x24,0x24,0x24,0x24,0x10,0xf8,0x40,0xfe,0x52,0xe4,0x50,0x44,0xfe,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xc, -+0x0,0xfb,0x8,0x17,0x25,0x28,0x21,0x28,0x37,0xe0,0x27,0x24,0x24,0x24,0xa4,0x44,0x10,0xf8,0x40,0xfe,0x52,0xe4,0x50,0x44,0xfe,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xc, -+0x10,0x10,0x10,0x10,0xfe,0x22,0x22,0x22,0x22,0x42,0x24,0x14,0x8,0x14,0x22,0x40,0x0,0x0,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x0, -+0x0,0x3f,0x20,0x2f,0x20,0x3f,0x29,0x28,0x4a,0x8c,0x0,0xff,0x4,0x2,0x0,0x0,0x10,0xf8,0x0,0xf0,0x0,0xfc,0x10,0xa0,0x60,0x1c,0x20,0xfe,0x20,0x20,0xa0,0x40, -+0x2,0xf,0x70,0x29,0x2a,0x7f,0x2,0xc,0x8,0xb,0xc,0x38,0xc8,0x8,0x28,0x10,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x42,0x3e,0x0, -+0x20,0x18,0x8,0x80,0x60,0x2f,0x1,0x9,0x12,0x24,0xe2,0x21,0x20,0x21,0x22,0x2c,0x80,0x80,0x80,0x80,0x84,0xfe,0x8,0x8,0x8,0x10,0x10,0x20,0xc0,0x20,0x18,0x8, -+0x4,0x2,0x1,0x1,0x1,0x2,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x80,0x40,0x40,0x20,0x20,0x10,0x10,0xe,0x4, -+0x20,0x13,0x12,0x3,0xfe,0xb,0x12,0x36,0x5a,0x94,0x10,0x17,0x11,0x10,0x10,0x10,0x8,0xfc,0x0,0xfc,0x0,0xfe,0xc4,0xa8,0x90,0xce,0x8,0xfe,0x8,0x88,0x28,0x10, -+0x10,0x10,0x14,0xfe,0x20,0x29,0x48,0x7e,0x8,0x8,0xe,0xf8,0x48,0x8,0x9,0xa,0x40,0x40,0x40,0x7c,0x84,0x8,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x0,0x7d,0x44,0x48,0x48,0x53,0x48,0x48,0x44,0x44,0x44,0x68,0x51,0x41,0x42,0x44,0x8,0xfc,0x0,0x0,0x4,0xfe,0x90,0x90,0x90,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x8,0x8,0xff,0x8,0x2,0x29,0x29,0x48,0x7,0x10,0x8,0x20,0x66,0xa5,0x3c,0x0,0x20,0x24,0xfe,0x20,0x0,0x8,0x24,0x24,0xe0,0x20,0x10,0x40,0xcc,0x4a,0x78,0x0, -+0x0,0x14,0xfc,0x24,0x24,0x27,0x20,0xff,0x20,0x27,0x24,0x24,0x3c,0xe4,0x44,0x4,0x40,0x44,0x44,0x44,0x44,0xfc,0x0,0xfe,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xa4,0xc, -+0x11,0x10,0x10,0x1c,0x21,0x21,0x7d,0x91,0x11,0x7c,0x10,0x10,0x15,0x19,0x12,0x4,0x4,0x88,0x50,0x4,0xfe,0x4,0x4,0x4,0xfc,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x20,0x1b,0x8,0x40,0x5f,0x41,0x41,0x41,0x4f,0x41,0x41,0x41,0x5f,0x40,0x40,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0x4,0x44,0xe4,0x4,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x4,0x43,0x31,0x14,0x85,0x44,0x44,0x14,0x15,0x24,0xe4,0x24,0x25,0x24,0x24,0x24,0x4,0x7e,0x4,0x24,0xf4,0x44,0x44,0x44,0xf4,0x44,0x44,0x44,0xf4,0x4,0x14,0x8, -+0x8,0x8,0x7f,0x8,0xa,0x2,0xff,0x4,0x8,0x1f,0x28,0x48,0x88,0x8,0xf,0x8,0x20,0x28,0xfc,0x20,0x20,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x7e,0x2,0x2,0x7e,0x40,0x40,0x7e,0x22,0x12,0x6,0x1a,0x62,0x22,0x2,0x4,0x4,0xfe,0x4,0x4,0xfc,0x80,0x84,0xfe,0x44,0x24,0xc,0x34,0xc4,0x44,0x14,0x8, -+0x22,0x22,0x27,0x22,0xfa,0x2f,0x20,0x2f,0x34,0xe7,0x24,0x27,0x24,0x24,0xa5,0x44,0x90,0x90,0xd4,0x9e,0xa4,0xf4,0x14,0xd4,0x54,0xd4,0x48,0xc8,0x54,0x54,0x62,0x80, -+0x0,0x40,0x3f,0x10,0x0,0x87,0x44,0x4c,0x14,0x24,0xe5,0x26,0x24,0x24,0x27,0x24,0x0,0x4,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xa4,0xa4,0x1c,0x4,0x4,0x4,0xfc,0x4, -+0x4,0x4,0xff,0x4,0x7c,0x45,0x48,0x50,0x49,0x45,0x45,0x65,0x59,0x41,0x42,0x44,0x40,0x44,0xfe,0x40,0x20,0xfc,0x88,0x50,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x7d,0x49,0x49,0x49,0x79,0x49,0x49,0x49,0x78,0x48,0x4a,0x4a,0x4c,0x48,0x98,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4,0x0,0x40,0xa4,0xa2,0x8a,0x88,0x78, -+0x20,0x21,0x7d,0x89,0x11,0x7d,0x55,0x55,0x7d,0x54,0x54,0x7e,0x2,0x1c,0xe0,0x40,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4,0x0,0x40,0xa4,0xa2,0x8a,0x88,0x78, -+0x2,0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0x7f,0x5,0x19,0x67,0x81,0x1,0x7f,0x0,0x0,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x40,0xfc,0x40,0x30,0xce,0x4,0x10,0xf8,0x0, -+0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0x7f,0x8,0x1f,0x28,0xc9,0x9,0x1,0x6,0x18,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x40,0xfc,0x20,0xf0,0x2e,0x24,0x20,0x0,0xc0,0x30, -+0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0, -+0x2,0x4,0x8,0x3f,0x2,0x2,0xff,0x4,0xf,0x10,0x20,0xcf,0x0,0x0,0x3f,0x0,0x0,0x40,0x20,0xf0,0x10,0x4,0xfe,0x40,0xe0,0x10,0x4e,0xe4,0x0,0x10,0xf8,0x0, -+0x1,0x1,0x2,0x4,0x9,0x11,0x21,0xd1,0xd,0x5,0xff,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x80,0x40,0x20,0x10,0xe,0x14,0x30,0x44,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x24,0x24,0x7e,0x24,0x24,0xff,0x2,0x7f,0x42,0x7e,0x42,0x7e,0x42,0x42,0x4a,0x45,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x48,0x8e,0x4, -+0x1f,0x8,0x4,0x3,0x4,0x8,0x7f,0x24,0x18,0x66,0x1,0xff,0x5,0x19,0x61,0x1,0xf0,0x20,0x40,0x80,0x40,0x20,0xfc,0x48,0x30,0xcc,0x0,0xfe,0x40,0x30,0xc,0x0, -+0x3,0x11,0xf8,0x91,0x92,0x97,0x94,0x93,0x94,0x90,0x9f,0x90,0xf1,0x92,0xc,0x0,0xf8,0x10,0xe0,0x10,0x8,0xbc,0xa4,0x18,0xa4,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x1,0x1,0x3f,0x1,0x11,0xd,0x5,0xff,0x10,0x12,0x11,0x10,0x10,0x14,0x18,0x10,0x0,0x10,0xf8,0x0,0x10,0x30,0x44,0xfe,0x10,0x20,0x40,0x80,0x40,0x30,0xe,0x4, -+0x10,0x17,0x10,0x11,0xfc,0x11,0x16,0x18,0x33,0xd2,0x12,0x13,0x12,0x10,0x57,0x20,0x0,0xfc,0x48,0x10,0xe0,0x10,0x4e,0x48,0xfc,0x48,0x48,0xf8,0x40,0x48,0xfc,0x4, -+0x8,0xff,0x9,0x48,0x48,0x48,0x4b,0x48,0x7d,0x5,0x1d,0xe5,0x45,0x4,0x15,0x8,0x0,0xfc,0x24,0x88,0x70,0x88,0x26,0x24,0xfe,0x24,0x24,0xfc,0x20,0x28,0xfc,0x4, -+0x10,0x10,0x13,0x10,0xfc,0x10,0x14,0x19,0x30,0xd0,0x10,0x10,0x10,0x13,0x50,0x20,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x24,0x45,0x28,0x10,0x28,0x44,0x84,0x3,0xa0,0x2c,0x24,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x7e,0x8,0x8,0x3e,0x8,0x8,0x7e,0x2,0x1,0x11,0x50,0x51,0x96,0x18,0x6f,0x8,0xfc,0x20,0x20,0xf8,0x20,0x28,0xfc,0x0,0x20,0x40,0x84,0x2,0xa,0x8,0xf8, -+0x4,0x4,0x7,0x8,0x8,0x1f,0x28,0x48,0x8,0xf,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0xf0,0x20,0x48,0xfc,0x88,0x88,0x88,0xf8,0x8,0x0,0x2,0x2,0xfe,0x0, -+0x20,0x1b,0x8,0x81,0x62,0x20,0x9,0x12,0x24,0xe2,0x22,0x22,0x22,0x22,0x2f,0x20,0x4,0xfe,0x44,0x44,0x44,0x84,0x14,0x8,0x40,0x48,0x7c,0x40,0x40,0x44,0xfe,0x0, -+0x1,0x1,0x3f,0x3,0x5,0x19,0x61,0x9,0x8,0x7e,0x8,0x1c,0x2a,0xc9,0x8,0x8,0x0,0x8,0xfc,0x80,0x60,0x1c,0x8,0x20,0x28,0xfc,0x20,0x70,0xae,0x24,0x20,0x20, -+0x12,0x11,0x17,0x24,0x25,0x64,0xa7,0x20,0x23,0x22,0x22,0x23,0x22,0x22,0x23,0x22,0x8,0x14,0xfe,0x44,0x54,0x44,0xfc,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0xff,0x8,0x20,0x10,0x81,0x49,0x12,0x24,0xe0,0x20,0x20,0x20,0x23,0x2c,0x20,0x24,0xfe,0x20,0x40,0x40,0x48,0x46,0x42,0x48,0x50,0x20,0x40,0x80,0x0,0x0, -+0x0,0x4,0xfe,0x10,0x10,0x20,0x20,0x3d,0x64,0xa4,0x24,0x24,0x24,0x3c,0x23,0xc,0x20,0x20,0x20,0x20,0xa8,0xa6,0xa2,0x20,0x24,0x28,0x10,0x20,0x40,0x80,0x0,0x0, -+0x10,0x8,0x6,0x1,0x2,0xc,0x31,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x5,0x2,0x10,0x30,0xc0,0x0,0xc0,0x30,0x8,0x0,0xfe,0x80,0x40,0x20,0x1c,0x8,0x0,0x0, -+0x20,0x11,0xa,0x4,0xa,0x11,0x64,0x4,0xff,0x4,0x15,0x14,0x24,0x44,0x14,0x8,0x84,0x84,0x24,0x24,0x24,0xa4,0xa4,0x24,0xe4,0x24,0x24,0x84,0x84,0x4,0x14,0x8, -+0x0,0x20,0x18,0x8,0x81,0x61,0x22,0xa,0x14,0x20,0xe0,0x20,0x20,0x20,0x23,0x2c,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x48,0x48,0x50,0x20,0x40,0x80,0x0,0x0, -+0x10,0x10,0x20,0x20,0x49,0xf9,0x12,0x22,0x44,0xf8,0x0,0x0,0x18,0xe0,0x43,0xc,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x48,0x48,0x50,0x20,0x40,0x80,0x0,0x0, -+0x10,0x11,0x17,0x25,0x24,0x65,0xa7,0x22,0x25,0x29,0x23,0x24,0x28,0x20,0x23,0x2c,0x80,0x4,0xfe,0x14,0xe4,0x14,0xfc,0x8,0x6,0xfa,0x8,0x90,0x60,0x90,0xe,0x4, -+0x0,0x8,0x7c,0x49,0x4b,0x4c,0x48,0x4f,0x48,0x48,0x4b,0x7a,0x4a,0x2,0x3,0x2,0x40,0x40,0xa0,0x10,0xfe,0x44,0x40,0xfc,0x40,0x48,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x1e,0x24,0x48,0xff,0x1,0x1,0x7f,0x1,0x1,0x7f,0x0,0x44,0x42,0x80,0x20,0x24,0x3e,0x44,0xa4,0x24,0x24,0x28,0x10,0x28,0x46,0x84,0x0,0x88,0x46,0x2, -+0x12,0x1f,0x28,0x45,0x8,0x4b,0x48,0x49,0x49,0x49,0x49,0x49,0x11,0x11,0x20,0x40,0x48,0x7c,0xa0,0x10,0x4,0xfe,0x20,0xfc,0x24,0x24,0x24,0x24,0x34,0x28,0x20,0x20, -+0x0,0x7,0x78,0x48,0x4b,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x4b,0x7a,0x4a,0x3,0x2,0x4,0xfe,0x90,0x94,0xfe,0x94,0x94,0x94,0x94,0x94,0x9c,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x17,0xfc,0x24,0x24,0x24,0xfc,0x2f,0x24,0x24,0x3c,0xe4,0x44,0x5,0x8,0x10,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0xfe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0x44,0x8c, -+0x8,0x8,0xff,0x8,0x9,0x1,0x1,0x1,0x1,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x20,0x24,0xfe,0x20,0x20,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x8,0x8,0xfe,0x8,0x18,0x1c,0x2a,0x2a,0x48,0x88,0x8,0x8,0x8,0x9,0x4,0x8,0x10,0x20,0xc0,0x4,0x8,0x10,0x20,0xc0,0x2,0x4,0x8,0x10,0x60,0x80, -+0x1,0x1,0x1,0x1,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x7f,0x40,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x0,0x7b,0x4a,0x4a,0x4a,0x4a,0x4a,0xff,0x4a,0x4a,0x4a,0x4a,0x4a,0x5a,0x42,0x84,0x44,0xe4,0x44,0x54,0x54,0x54,0x54,0xf4,0x54,0x54,0x54,0x54,0x44,0x44,0x54,0xc8, -+0x10,0x10,0x13,0x16,0x5a,0x53,0x52,0x92,0x13,0x12,0x13,0x2a,0x25,0x44,0x89,0x0,0x40,0x24,0xfe,0x4,0x4,0xfc,0x0,0x44,0xfe,0x44,0x54,0xcc,0x54,0x44,0x54,0x88, -+0x10,0x8,0x8,0xfe,0x2,0x4,0x8,0xa,0x1c,0x2a,0x48,0x8,0x8,0x8,0x8,0x9,0x4,0x8,0x10,0x20,0xc0,0x4,0x8,0x10,0x20,0xc0,0x2,0x4,0x8,0x10,0x60,0x80, -+0x20,0x1b,0x8,0x40,0x41,0x41,0x41,0x41,0x42,0x42,0x44,0x48,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x84,0x44,0x24,0x24,0x4,0x4,0x14,0x8, -+0x0,0x78,0x48,0x57,0x50,0x62,0x51,0x48,0x4f,0x48,0x68,0x50,0x41,0x42,0x44,0x48,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x10,0x17,0x10,0x13,0xfe,0x12,0x16,0x1b,0x30,0xd1,0x11,0x11,0x11,0x11,0x50,0x27,0x40,0xfe,0x0,0xfc,0x94,0xf4,0x94,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe, -+0x0,0x7c,0x45,0x57,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x2a,0x44,0x88,0x80,0xfc,0x8,0xfe,0x44,0x92,0xfe,0x0,0x7c,0x0,0x7c,0x0,0x7c,0x44,0x44,0x7c, -+0x2,0x79,0x4f,0x48,0x4b,0x78,0x4f,0x4a,0x49,0x7f,0x48,0x4b,0x4a,0x4a,0x4b,0x9a,0x8,0x10,0xfc,0x40,0xf8,0x40,0xfc,0x48,0x50,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8, -+0x8,0x4,0x7f,0x1,0x3f,0x1,0x7f,0x9,0x5,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x20,0x48,0xfc,0x0,0xf8,0x0,0xfc,0x20,0x44,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x0,0x40,0x30,0x10,0x84,0x64,0x24,0xc,0x14,0x24,0xe4,0x24,0x24,0x24,0x27,0x24,0x40,0x40,0x40,0x40,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0xfc,0x4, -+0x2,0x1,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x21,0x29,0x25,0x29,0x51,0x85,0x2,0x0,0x8,0xfc,0x8,0x8,0xf8,0x0,0x4,0x7e,0x4,0x24,0x14,0x24,0x44,0x14,0x8, -+0x12,0x11,0x27,0x20,0x4b,0xf8,0x17,0x22,0x41,0xff,0x40,0x3,0x1a,0xe2,0x43,0x2,0x8,0x10,0xfc,0x40,0xf8,0x40,0xfc,0x48,0x50,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x17,0x11,0xfc,0x13,0x12,0x12,0x13,0x12,0x1e,0xf2,0x42,0x2,0x2,0x2,0x40,0x24,0xfe,0x8,0x94,0xfe,0x4,0x94,0xc,0xf4,0x94,0x94,0xf4,0x4,0x14,0x8, -+0x9,0x9,0xa,0x13,0x14,0x38,0x50,0x97,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x18,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x8,0x8,0x8,0x50,0x20, -+0x2,0x1,0xff,0x8,0x4,0x3f,0x20,0x24,0x28,0x37,0x24,0x24,0x24,0x27,0x20,0x20,0x0,0x4,0xfe,0x20,0x48,0xfc,0x8,0x48,0x28,0xd8,0x48,0x48,0x48,0xc8,0x28,0x10, -+0x1,0x11,0x9,0x7f,0x40,0x8f,0x8,0xf,0x0,0x1f,0x10,0x11,0x11,0x2,0xc,0x30,0x0,0x10,0x20,0xfe,0x2,0xe4,0x20,0xe0,0x10,0xf8,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x4a,0x7a,0x4a,0x2,0x2,0x20,0x40,0x84,0xfe,0x4,0x14,0xfc,0x94,0x94,0x94,0x94,0xf4,0x94,0x4,0x14,0x8, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x1,0x21,0x19,0x9,0x1,0x7f,0x40,0x40,0x4f,0x48,0x48,0x48,0x4f,0x48,0x40,0x40,0x0,0x8,0x18,0x20,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x24,0x14,0x8, -+0x1,0x9,0x5,0x7f,0x40,0x8f,0x8,0xf,0x1,0x7f,0x5,0xc,0x14,0x25,0x46,0x4,0x0,0x20,0x40,0xfe,0x2,0xe4,0x20,0xe0,0x8,0xfc,0x10,0xa0,0x40,0x20,0x1c,0x8, -+0x10,0x11,0x10,0x10,0xfc,0x11,0x31,0x39,0x55,0x55,0x91,0x11,0x11,0x11,0x11,0x11,0x20,0x24,0xa4,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x10,0x11,0x10,0x10,0xfc,0x11,0x15,0x19,0x11,0x31,0xd1,0x11,0x11,0x11,0x51,0x21,0x20,0x24,0xa4,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x8,0x1d,0xf0,0x10,0x10,0xfd,0x11,0x39,0x35,0x51,0x51,0x91,0x11,0x11,0x11,0x11,0x20,0x24,0xa4,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x10,0x10,0x10,0x14,0x5f,0x50,0x50,0x90,0x17,0x10,0x17,0x29,0x25,0x45,0x82,0xc,0x80,0x80,0x88,0xfc,0x80,0x50,0x22,0xd2,0xe,0x8,0xfc,0x20,0x20,0x22,0x22,0x1e, -+0x4,0x4,0xff,0x4,0x10,0x1f,0x10,0x20,0x24,0x43,0x81,0x0,0x0,0x0,0x0,0x0,0x40,0x44,0xfe,0x40,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x50,0x20, -+0x10,0x10,0x10,0x3f,0x20,0x40,0x80,0x4,0x2,0x3,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x8,0x7f,0x0,0x22,0x14,0xff,0x2,0x3f,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x4,0xfe,0x24,0x24,0x24,0x44,0x54,0x88,0x4,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x1,0x1,0x1,0x9,0x9,0x11,0x11,0x21,0x41,0x1,0x1,0x0,0x1,0x2,0xc,0x70,0x0,0x0,0x0,0x20,0x10,0xc,0x4,0x10,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x0,0x9,0x7c,0x48,0x48,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x20,0x24,0xa4,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x2,0xff,0x22,0x22,0x22,0x42,0x4a,0x84,0x2,0x7f,0x42,0x42,0x42,0x7e,0x42,0x0,0x0,0xfc,0x84,0x84,0x88,0x88,0x90,0x88,0x84,0x82,0xc2,0xa2,0x94,0x88,0x80,0x80, -+0x10,0x13,0x20,0x20,0x44,0xf9,0x11,0x22,0x44,0xfc,0x1,0x1,0x1d,0xe1,0x41,0x1,0x4,0xfe,0x84,0x84,0x84,0x4,0x4,0x14,0x8,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x2,0x2,0xff,0x4,0xa,0x32,0xcf,0x2,0x7f,0x4,0xf,0x38,0xcf,0x8,0xf,0x8,0x0,0x8,0xfc,0x40,0x20,0x5e,0xe4,0x80,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10, -+0x4,0x7e,0x44,0x54,0x55,0x56,0x54,0x54,0x57,0x54,0x54,0x10,0x29,0x26,0x44,0x80,0x20,0x20,0x50,0x88,0x6,0xf8,0x0,0x4,0xfe,0x20,0x20,0xa8,0xa6,0x22,0xa0,0x40, -+0x10,0x10,0x10,0x11,0x7d,0x56,0x54,0x54,0x54,0x7c,0x50,0x14,0x1c,0xe4,0x40,0x0,0x40,0x20,0x20,0xfe,0x2,0x4,0x80,0x88,0x98,0xa0,0xc0,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x0,0x1f,0x1,0x1,0xff,0x1,0x1,0x1,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x20,0xf0,0x0,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x1,0x1,0x2,0x4,0x8,0x37,0xc1,0x1,0x3f,0x1,0x1,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0x80,0x40,0x30,0xce,0x4,0x10,0xf8,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x8,0x8,0xa,0x7f,0x8,0xa,0xff,0x14,0x14,0x56,0x55,0x94,0x14,0x24,0x44,0x8c,0x20,0x20,0x20,0x24,0x7e,0x84,0x44,0x44,0x48,0x28,0x28,0x10,0x28,0x28,0x46,0x84, -+0x10,0x13,0x11,0x11,0xfd,0x11,0x15,0x1b,0x30,0xd7,0x14,0x12,0x11,0x12,0x54,0x28,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x8,0xbc,0xa4,0xa8,0x10,0xa8,0x46,0x4, -+0x8,0x12,0x3f,0x22,0x22,0x3f,0x22,0x3e,0x22,0x22,0xfe,0xa,0x12,0x22,0xca,0x4,0x8,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x88,0x48,0x48,0x8,0x8,0x8,0x28,0x10, -+0x10,0x13,0x11,0x59,0x55,0x51,0x91,0x17,0x10,0x17,0x14,0x12,0x11,0x12,0x14,0x18,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x8,0xbc,0xa4,0xa8,0x10,0xa8,0x46,0x4, -+0x0,0x40,0x32,0x12,0x82,0x62,0x2f,0x8,0x10,0x22,0xe2,0x24,0x20,0x20,0x23,0x2c,0x40,0x48,0x7c,0x40,0x40,0x44,0xfe,0x40,0x44,0x44,0x48,0x50,0x20,0xc0,0x0,0x0, -+0x20,0x10,0x10,0x0,0xfc,0xb,0x10,0x38,0x54,0x90,0x10,0x10,0x10,0x17,0x10,0x10,0x40,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0,0x0, -+0x1,0x21,0x11,0x11,0x1,0x2,0xf4,0x13,0x11,0x11,0x10,0x10,0x14,0x18,0x13,0xc,0xf0,0x10,0x10,0x10,0x10,0xe,0x0,0xf8,0x8,0x10,0x90,0xa0,0x40,0xb0,0xe,0x4, -+0x0,0x4,0xfe,0x11,0x11,0x21,0x25,0x7f,0xa5,0x25,0x25,0x25,0x3d,0x24,0x0,0x0,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20, -+0x1,0x1,0x1,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x21,0x1,0x1,0x1,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0, -+0x0,0x0,0x8,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x49,0x0,0x0,0x0,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20, -+0x8,0x8,0x8,0x17,0x14,0x34,0x54,0x97,0x14,0x14,0x14,0x17,0x14,0x10,0x10,0x10,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x44,0x40,0x40,0x40, -+0x1,0x2,0xf,0x8,0xf,0x8,0xf,0x8,0x8,0x7f,0x0,0x0,0x3,0x1c,0xe0,0x0,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf2,0x14,0x18,0xf0,0x50,0x90,0x10,0x10,0x50,0x20, -+0x0,0x47,0x34,0x18,0x81,0x62,0x20,0x8,0x17,0x20,0xe1,0x22,0x2c,0x20,0x20,0x20,0x0,0xfe,0x2,0xa4,0x10,0x48,0x40,0x44,0xfe,0xe0,0x50,0x4e,0x44,0x40,0x40,0x40, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x12,0x2a,0x44,0x88,0x0,0x4,0xfe,0x0,0x8,0x7c,0x0,0x4,0xfe,0x54,0x58,0x50,0x48,0x48,0x56,0x64,0x40, -+0x10,0x10,0x20,0x21,0x45,0xf9,0x11,0x21,0x41,0xfd,0x1,0x1,0x1d,0xe0,0x40,0x0,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20, -+0x20,0x10,0x10,0xfd,0x9,0x11,0x39,0x55,0x91,0x11,0x11,0x11,0x11,0x10,0x10,0x10,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20, -+0x0,0x40,0x30,0x17,0x84,0x68,0x20,0x9,0x11,0x21,0xe1,0x22,0x22,0x24,0x28,0x30,0x80,0x80,0x80,0xfc,0x84,0x88,0xc0,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x2,0x1,0x7f,0x41,0x81,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x1,0x1,0x1,0x0,0x0,0xfe,0x2,0x4,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0, -+0x10,0x10,0x13,0x12,0xfc,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x44,0x80,0x0,0x40,0x20,0xfe,0x22,0x20,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x20,0x20,0x20, -+0x8,0x8,0xff,0x8,0xf,0x8,0xf,0x8,0x8,0xff,0x10,0x12,0x14,0x10,0x1f,0x0,0x20,0x28,0xfc,0x20,0xe0,0x20,0xe0,0x20,0x24,0xfe,0x0,0x20,0x10,0x0,0xf8,0x0, -+0x8,0x4b,0x49,0x48,0x48,0x48,0x49,0x4a,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x10,0xe,0xf4,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x10,0x10,0x17,0x10,0x5b,0x56,0x53,0x92,0x13,0x12,0x13,0x12,0x1f,0x11,0x12,0x14,0x40,0x48,0xfc,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x10,0xc,0x4, -+0x40,0x31,0x12,0x7,0x80,0x6f,0x21,0xa,0x14,0x29,0xe2,0x20,0x23,0x20,0x21,0x26,0x80,0x20,0x10,0xf8,0x80,0xfc,0x20,0x50,0x8e,0x24,0x40,0x90,0x20,0x40,0x80,0x0, -+0x1,0x1,0xff,0x1,0x7f,0x0,0x3f,0x21,0x21,0x3f,0x20,0x20,0x20,0x40,0x40,0x80,0x0,0x4,0xfe,0x0,0xfc,0x8,0xfc,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x0, -+0x1,0x11,0x11,0x11,0x3f,0x21,0x41,0x41,0x81,0x3f,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x10,0x11,0x51,0x51,0x7d,0x91,0x11,0x11,0x7c,0x13,0x10,0x10,0x1c,0xf0,0x41,0x2,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x40,0xfc,0x44,0x44,0x84,0x84,0x28,0x10, -+0x8,0x28,0x29,0x29,0x3f,0x4a,0x8c,0xa,0xd,0x38,0xc8,0x8,0x8,0xb,0x8,0x8,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x1,0x7,0x7c,0x4,0x4,0x4,0x4,0xff,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x0,0x20,0xa0,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x10,0x13,0x22,0x22,0x4b,0xf8,0x17,0x24,0x44,0xff,0x44,0x4,0x1f,0xe4,0x40,0x0,0x8,0xfc,0x8,0x8,0xf8,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x40,0x42,0x3e, -+0x1,0x9,0x9,0x11,0x11,0x20,0x3,0xc,0x3f,0xc8,0xf,0x8,0xf,0x8,0xf,0x8,0x0,0x20,0x10,0xc,0x24,0xc0,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8, -+0x0,0x0,0x3f,0x20,0x20,0x3e,0x22,0x22,0x4a,0x44,0x80,0x1f,0x12,0x12,0xff,0x0,0xa0,0x90,0xfc,0x80,0x88,0x88,0x50,0x50,0x22,0xd2,0xe,0xf0,0x90,0x94,0xfe,0x0, -+0x3,0x3c,0x4,0xff,0x4,0x15,0x75,0x15,0x75,0xc,0x16,0x25,0x44,0x4,0x4,0x4,0x84,0x4,0x84,0xd4,0x14,0x14,0xd4,0x14,0xd4,0x14,0x14,0x94,0x84,0x4,0x14,0x8, -+0x8,0x7c,0x49,0x49,0x49,0x79,0x4a,0x4c,0x48,0x79,0x48,0x48,0x48,0x48,0x4b,0x98,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x3f,0x10,0xc,0x2,0x1,0x2,0xc,0x31,0xc1,0x1f,0x1,0x1,0x1,0xff,0x0,0x0,0xf8,0x10,0x60,0x80,0x0,0xc0,0x30,0xe,0x24,0xf0,0x0,0x0,0x4,0xfe,0x0, -+0x8,0xb,0x48,0x48,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x11,0x11,0x20,0x40,0x4,0xfe,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x34,0x28,0x20,0x20, -+0x1,0x11,0x11,0x11,0x1f,0x21,0x41,0x1,0xff,0x1,0x2,0x2,0x4,0x8,0x10,0x60,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x30,0xe,0x4, -+0x1,0x89,0x51,0x25,0x55,0x95,0x15,0x15,0x35,0x55,0x95,0x15,0x11,0x12,0x54,0x20,0x4,0xfe,0x10,0x10,0x7c,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x5c,0x10,0x10, -+0x20,0x10,0x14,0xfe,0x21,0x22,0x3d,0x25,0x25,0x27,0x25,0x25,0x25,0x45,0x94,0x8,0x80,0x80,0x84,0xfe,0x20,0x20,0x24,0x3e,0xe4,0x24,0x34,0x28,0x22,0x2,0xfe,0x0, -+0x0,0x47,0x34,0x14,0x87,0x64,0x24,0xf,0x11,0x21,0xe9,0x25,0x23,0x21,0x3f,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x20,0x20,0x24,0x28,0x30,0x24,0xfe,0x0, -+0x0,0x20,0x13,0x10,0x0,0x7,0xf0,0x10,0x17,0x10,0x11,0x10,0x14,0x18,0x10,0x0,0x40,0x48,0xfc,0x40,0x44,0xfe,0x10,0x14,0xfe,0x10,0x10,0x90,0x10,0x10,0x50,0x20, -+0x0,0x3f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x0,0x3,0x7c,0x4,0x3f,0x24,0x24,0x24,0x3f,0x4,0x4,0x7,0x7c,0x20,0x10,0xf8,0x90,0xd0,0x10,0x90,0xd0,0x90,0x90,0x90,0x90,0x10,0x92,0xca,0x46,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0xff,0x2,0x2,0x4,0x4,0x8,0x1f,0x28,0x48,0x88,0x8,0x8,0xf,0x8,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x15,0x1c,0x30,0xd3,0x12,0x12,0x12,0x12,0x53,0x22,0x40,0x40,0xa0,0xa0,0x10,0x8,0xf6,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x4,0x7e,0x44,0x47,0x44,0x44,0x7c,0x44,0x44,0x44,0x44,0x7c,0x44,0x0,0x0,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x88,0x48,0x48,0x8,0x8,0x8,0x48,0x28,0x10, -+0x8,0x8,0x8,0x10,0x10,0x30,0x5f,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x1,0x2,0x4,0xa,0x31,0xdf,0x10,0x1f,0x10,0x1f,0x10,0x13,0x10,0x14,0x18,0x10,0x0,0x80,0x40,0x30,0xe,0xf4,0x10,0xf0,0x10,0xf8,0x10,0x20,0xc0,0x30,0x18,0x8, -+0x20,0x20,0x20,0x3d,0x25,0x49,0x41,0xa1,0x21,0x21,0x21,0x24,0x28,0x30,0x23,0x1,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x24,0x3e,0xc2,0x0, -+0x2,0x1,0x7f,0x48,0x86,0x2,0x10,0xc,0x4,0xff,0x1,0x1,0x2,0x4,0x18,0x60,0x0,0x0,0xfe,0x2,0x84,0x80,0x80,0x80,0x84,0xfe,0x0,0x40,0x20,0x10,0xc,0x4, -+0x20,0x13,0x12,0x2,0x2,0xf2,0x12,0x12,0x13,0x12,0x10,0x15,0x19,0x12,0x4,0x8,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x20,0x10,0x8,0x4,0x4, -+0x1,0x1,0x1,0x3f,0x21,0x21,0x21,0x3f,0x21,0x9,0x5,0x2,0x5,0x8,0x30,0xc0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x80,0x60,0x1e,0x4, -+0x10,0x10,0x10,0x1f,0x11,0x21,0x41,0x1,0xff,0x1,0x2,0x2,0x4,0x8,0x10,0x60,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x20,0x1c,0x8, -+0x10,0x10,0x1f,0x20,0x27,0x64,0xa4,0x24,0x27,0x24,0x22,0x21,0x20,0x21,0x26,0x28,0x40,0x44,0xfe,0x40,0xfc,0x44,0x44,0x44,0xfc,0x44,0x40,0x80,0xc0,0x30,0xe,0x4, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x24,0x22,0x3f,0x20,0x21,0x22,0x44,0x48,0x90,0x0,0x4,0xfe,0x4,0x4,0xfc,0x84,0x90,0xa4,0xfe,0x80,0xc0,0xa0,0x90,0x8e,0x84,0x80, -+0x8,0xfc,0x8,0x49,0x49,0x49,0x49,0x49,0x7d,0x4,0x4,0x1c,0xe4,0x44,0x15,0xa,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x20,0xa0,0x40,0x60,0x90,0xe,0x4, -+0x10,0x10,0x10,0x10,0xfc,0x25,0x27,0x24,0x24,0x49,0x29,0x11,0x29,0x45,0x85,0x1,0x40,0x40,0x40,0x80,0x88,0x4,0xfe,0x2,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x3e,0x8,0x8,0x8,0x9,0xe,0x70,0x20,0x0,0x80,0xa0,0x90,0x84,0xfe,0x80,0x80,0x80,0x80,0x40,0x40,0x20,0x22,0x12,0xa,0x4, -+0x0,0x3f,0x0,0x0,0x0,0x0,0xff,0x1,0x1,0x9,0x19,0x21,0x41,0x1,0x5,0x2,0x10,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x20,0x18,0xc,0x4,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0, -+0x1,0x11,0x11,0x11,0x11,0xff,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x1f,0x0,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0xf0,0x10,0x0,0x8,0xfc,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x10,0x10,0x40,0x20,0x4,0xfe,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x34,0x28,0x20,0x20, -+0x1,0x1,0xff,0x1,0x3f,0x21,0x3f,0x1,0x3f,0x1,0xff,0x1,0x3f,0x1,0x5,0x2,0x0,0x4,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xf8,0x8,0xfe,0x8,0xf8,0x8,0x0,0x0, -+0x10,0x10,0x10,0x10,0xff,0x10,0x14,0x1b,0x31,0xd1,0x11,0x11,0x11,0x17,0x52,0x20,0x20,0x28,0x24,0x20,0xfe,0x20,0x20,0xe0,0x20,0x10,0x10,0x10,0xd2,0x12,0xa,0x4, -+0x8,0x7e,0x8,0x1c,0x68,0xa,0x19,0xff,0x0,0x3f,0x0,0x3f,0x0,0x1f,0x10,0x1f,0x8,0xf0,0x80,0xfc,0x90,0x90,0x14,0xfe,0x0,0xf8,0x0,0xf8,0x0,0xf0,0x10,0xf0, -+0x2,0x42,0x22,0x2f,0x2,0x2,0xe3,0x26,0x2a,0x22,0x22,0x2b,0x24,0x50,0x8f,0x0,0x4,0x78,0x40,0xc0,0x40,0x7e,0x48,0x48,0x48,0x48,0x88,0x8,0x8,0x6,0xfc,0x0, -+0x8,0x8,0x7d,0x8,0x1c,0xe9,0x8,0x29,0x12,0x2,0x7f,0x2,0x4,0x8,0x10,0x60,0x40,0x48,0xfc,0x48,0x48,0x88,0xca,0x2a,0x6,0x0,0xf8,0x8,0x8,0x88,0x50,0x20, -+0xf,0x8,0x8,0xf,0x8,0x8,0xf,0x0,0xff,0x1,0x9,0x9,0x9,0x15,0x23,0x40,0xe0,0x20,0x20,0xe0,0x20,0x20,0xe0,0x4,0xfe,0x0,0x20,0xf0,0x0,0x0,0x6,0xfc, -+0x0,0x0,0x7b,0x48,0x4f,0x48,0x49,0x4a,0x4c,0x48,0x4b,0x7a,0x4b,0x2,0x3,0x2,0x80,0x88,0xf0,0xa4,0xfe,0x80,0xf0,0x82,0x7e,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x2,0x2,0x7b,0x4d,0x48,0x48,0x4f,0x48,0x4a,0x4a,0x4a,0x7d,0x48,0x0,0xf,0x0,0x10,0x10,0xde,0x28,0x84,0x0,0xfc,0x40,0x48,0x48,0x48,0x54,0xe2,0x40,0xfe,0x0, -+0x0,0x47,0x30,0x10,0xf,0x0,0xf0,0x13,0x12,0x12,0x12,0x13,0x12,0x28,0x47,0x0,0x38,0xc0,0x40,0x44,0xfe,0x40,0x48,0xfc,0x8,0x8,0x8,0xf8,0x8,0x6,0xfc,0x0, -+0x8,0x8,0x8,0x10,0x10,0x3f,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x17,0x10,0x10,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x48,0xfc,0x0,0x0, -+0x8,0x8,0x8,0x17,0x10,0x30,0x5f,0x90,0x10,0x17,0x10,0x12,0x11,0x11,0x10,0x10,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x10,0x10,0xfc,0x10,0x10,0x10,0x10,0x50,0x20, -+0x4,0xf9,0x10,0x54,0x38,0x10,0xfe,0x13,0x30,0x39,0x54,0x50,0x93,0x10,0x10,0x10,0x0,0xfc,0x88,0x50,0x20,0x50,0x8e,0x24,0x20,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20, -+0x20,0x20,0x20,0x3c,0x25,0x4a,0x41,0xa1,0x21,0x21,0x21,0x25,0x29,0x31,0x20,0x0,0x80,0x80,0x84,0xfe,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x34,0x28,0x20,0x20, -+0x0,0x20,0x3f,0x21,0x21,0x21,0x21,0x3f,0x20,0x20,0x20,0x24,0x28,0x30,0x60,0x0,0x20,0xf0,0x0,0x0,0x0,0x0,0x8,0xfc,0x80,0x80,0x40,0x40,0x22,0x12,0xa,0x6, -+0x2,0x1,0x0,0xff,0x1,0x1,0x3f,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x1,0x1,0x0,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x28,0x10,0x0,0x0, -+0x10,0x10,0x10,0x13,0x58,0x54,0x57,0x90,0x10,0x17,0x10,0x12,0x11,0x11,0x10,0x10,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x10,0x10,0xfc,0x10,0x10,0x10,0x10,0x50,0x20, -+0x2,0x1,0x7f,0x40,0x80,0x3f,0x4,0x8,0x1f,0x1,0x1,0x1f,0x1,0x1,0x7f,0x0,0x0,0x0,0xfe,0x2,0x14,0xf8,0x0,0x20,0xf0,0x10,0x0,0xf0,0x0,0x8,0xfc,0x0, -+0x20,0x13,0x12,0x2,0xfe,0xa,0x12,0x32,0x5a,0x96,0x12,0x10,0x11,0x11,0x12,0x14,0x8,0xfc,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x68,0xa8,0xa0,0x22,0x22,0x1e,0x0, -+0x0,0x40,0x20,0x20,0xf,0x0,0xe0,0x27,0x21,0x21,0x21,0x21,0x29,0x37,0x22,0x0,0x20,0x28,0x24,0x20,0xfe,0x20,0x20,0xe0,0x20,0x10,0x10,0x10,0xd2,0x12,0xa,0x4, -+0x8,0x8,0x8,0x48,0x48,0x49,0x49,0x4a,0x48,0x58,0x68,0x48,0x8,0x8,0x9,0xe,0x80,0x80,0x80,0x84,0xfe,0x8,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x0,0x0,0x7f,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x5,0x2,0x10,0xf8,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x4,0xff,0x1,0x2,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x20,0x44,0xfe,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x2,0x1,0x7f,0x40,0x80,0x0,0x0,0x7f,0x0,0x8,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x2,0x24,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x2,0x2,0x7f,0x2,0x3f,0x4,0xff,0x8,0x8,0x17,0x10,0x22,0x41,0x81,0x0,0x0,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x50,0x20, -+0x10,0x13,0x10,0x11,0xfc,0x13,0x12,0x1c,0x31,0xd1,0x10,0x10,0x10,0x10,0x51,0x26,0xc,0xf0,0x0,0x24,0xa8,0xfe,0x2,0x4,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x9,0x8,0xf,0x10,0x3f,0x50,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x88,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x3f,0x11,0x9,0x9,0x7f,0x40,0x80,0x1f,0x8,0x4,0x2,0x1,0x6,0x18,0x60,0x78,0x80,0x10,0x10,0x20,0xfe,0x2,0x4,0xf0,0x20,0x40,0x80,0x0,0xc0,0x3c,0x8, -+0x1,0x0,0x3f,0x22,0xac,0x68,0x2e,0x28,0x2f,0x60,0xaf,0x22,0x21,0x40,0x83,0x1c,0x0,0x88,0xfc,0x80,0xb8,0x88,0xb8,0x88,0xf8,0x80,0xf0,0x20,0x40,0x80,0x60,0x1c, -+0x8,0x4,0x3f,0x21,0x3f,0x21,0x3f,0x0,0xff,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x20,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x4,0x4,0xff,0x4,0x0,0xfd,0x8,0x10,0x51,0x5c,0x50,0x50,0x5e,0xf0,0x41,0x2,0x40,0x44,0xfe,0x40,0x24,0xfe,0x40,0x88,0xfc,0x0,0xa8,0xa8,0xaa,0xaa,0x26,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x12,0x32,0x3a,0x56,0x52,0x92,0x12,0x12,0x12,0x13,0x10,0x8,0xfc,0x0,0x8,0x88,0x50,0x50,0x20,0x20,0x50,0x48,0x88,0x0,0x4,0xfe,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x30,0x39,0x54,0x50,0x90,0x10,0x10,0x11,0x12,0x14,0x40,0x20,0x24,0xfe,0x20,0x40,0x88,0xfc,0x0,0xa8,0xa8,0xa8,0xaa,0x2a,0x26,0x20, -+0x0,0xa,0xfe,0x23,0x22,0x3c,0x48,0x4f,0x48,0xb0,0x11,0x22,0x44,0x88,0x0,0x0,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0xc0,0xe0,0x50,0x4e,0x44,0x40,0x40,0x40, -+0x10,0x13,0x10,0x10,0xfc,0x10,0x17,0x18,0x30,0xd0,0x10,0x10,0x10,0x10,0x51,0x20,0x0,0xf8,0x10,0xa0,0x40,0x40,0xfe,0x42,0x44,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x20,0x20,0x28,0xfd,0x22,0x45,0x50,0x93,0xfa,0x13,0x3a,0xd3,0x12,0x12,0x12,0x12,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x0,0xc4,0x54,0xd4,0x54,0xd4,0x54,0x44,0x44,0xcc, -+0x8,0xa,0xf,0x8,0x8,0xa,0xff,0x8,0x8,0x2c,0x2b,0x49,0x48,0x88,0x29,0x12,0x0,0x0,0x0,0xfc,0x84,0x84,0x48,0x48,0x48,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x8,0x8,0x14,0x22,0x41,0xbe,0x9,0x8,0x7f,0xa,0x3f,0x22,0x22,0x22,0x3e,0x22,0x0,0xfc,0x4,0x48,0x28,0x10,0xfe,0x12,0x14,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x2,0x42,0x33,0x12,0x82,0x62,0x2f,0xa,0x12,0x27,0xea,0x32,0x22,0x2a,0x24,0x21,0x0,0x0,0x80,0x7c,0x44,0x44,0xc4,0x44,0x28,0x28,0x90,0x10,0x28,0x46,0x84,0x0, -+0x0,0x0,0x3c,0xb,0x10,0x10,0x10,0x5d,0x50,0x50,0x50,0x50,0x5c,0xf1,0x42,0x4,0x40,0x20,0x24,0xfe,0x20,0x40,0x88,0xfc,0x0,0xa8,0xa8,0xa8,0xaa,0x2a,0x26,0x20, -+0x2,0x2,0x2,0x7f,0x2,0x2,0x2,0x2,0xff,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x0,0x10,0xc,0xe4,0x20,0x20,0x20,0x20,0xfc,0x4,0x4,0x4,0x4,0x28,0x10,0x0, -+0x4,0x7e,0x45,0x54,0x54,0x57,0x54,0x54,0x55,0x54,0x54,0x55,0x28,0x24,0x44,0x83,0x20,0x28,0xfc,0x20,0x20,0xfe,0x82,0x54,0x10,0x90,0x14,0xfe,0x20,0x50,0x8c,0x4, -+0x10,0xa,0xff,0x0,0x7f,0x42,0x7e,0x0,0x7e,0x4,0x8,0x1e,0xe8,0x9,0x2a,0x14,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0xc8,0x68,0x58,0x88,0x89,0x9,0x3,0x0, -+0x8,0xff,0x0,0x7e,0x42,0x7e,0x0,0x7e,0x4,0x8,0x7c,0x9,0x1a,0x44,0x42,0x82,0x40,0x40,0x48,0xfc,0x48,0x48,0xc8,0x48,0xa8,0x8a,0x8a,0x6,0x0,0x88,0x46,0x42, -+0x4,0xff,0x4,0x3f,0x24,0x3f,0x2,0x3f,0x2,0xff,0xc,0x1f,0x30,0xdf,0x10,0x1f,0x44,0xfe,0x40,0xf8,0x48,0xf8,0x20,0xf0,0x84,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8, -+0x1f,0x10,0x1f,0x10,0x1f,0x2,0x3f,0x2,0xff,0x4,0xf,0x38,0xcf,0x8,0xf,0x8,0xf0,0x10,0xf0,0x14,0xf8,0x20,0xf0,0x84,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x0,0xb,0x7e,0x4a,0x4b,0x48,0x4b,0x78,0x4f,0x48,0x49,0x49,0x7b,0x4d,0x1,0x1,0x4,0xfe,0x94,0x94,0xfc,0x48,0xfc,0x50,0xfe,0x40,0xfc,0x4,0xfc,0x4,0xfc,0x4, -+0x3f,0x24,0x24,0x3f,0x2,0x3f,0x2,0xff,0x3,0xc,0x3f,0xc8,0xf,0x8,0xf,0x8,0xf8,0x48,0x48,0xf8,0x20,0xf0,0x44,0xfe,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x0,0x3f,0x24,0x24,0x3f,0x10,0x3f,0x42,0xbf,0x22,0x22,0x3f,0x2,0x3,0x7e,0x20,0x8,0xfc,0x48,0x48,0xf8,0x4,0xfe,0x4,0xe4,0x24,0x24,0xe4,0x24,0xf4,0x14,0x8, -+0x0,0x3f,0x1,0xff,0x5,0x9,0x32,0x4,0x9,0x39,0xc5,0x3,0xd,0x31,0x5,0x2,0xf0,0x0,0x4,0xfe,0x40,0x30,0x90,0x40,0x30,0x2e,0x44,0x80,0x60,0x18,0x8,0x0, -+0xc,0x71,0x40,0x7c,0x40,0x7f,0x2,0x52,0x4a,0x42,0x52,0x4a,0x42,0x73,0xc6,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0x90,0x50,0x10,0x90,0x50,0x10,0x8a,0xa,0x6, -+0x3f,0x20,0x3f,0x20,0x2f,0x20,0x2f,0x28,0x2f,0x20,0x3f,0x50,0x50,0x57,0x90,0x10,0xf8,0x8,0xf8,0x0,0xf8,0x80,0xf8,0x88,0xf8,0x84,0xfe,0x84,0x94,0xf4,0x14,0x8, -+0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x3,0x5,0x9,0x11,0x21,0xc1,0x1,0x1,0x1,0x0,0x40,0x30,0x10,0x4,0xfe,0x0,0x80,0x40,0x20,0x10,0xe,0x4,0x0,0x0,0x0, -+0x0,0x40,0x20,0x20,0xf,0x0,0xe1,0x22,0x24,0x28,0x20,0x20,0x20,0x50,0x8f,0x0,0x80,0xa0,0x90,0x80,0xfc,0x80,0xc0,0xa0,0x98,0x88,0x80,0x80,0x80,0x6,0xfc,0x0, -+0x10,0x10,0x10,0x17,0xfc,0x14,0x32,0x3a,0x51,0x51,0x92,0x12,0x14,0x18,0x10,0x10,0x8,0x8,0x8,0xc8,0x7e,0x48,0x88,0xa8,0x18,0x8,0x88,0x48,0x48,0x8,0x28,0x10, -+0x1,0x1,0xff,0x1,0x1,0x3f,0x21,0x21,0x21,0x3f,0x23,0x5,0x9,0x31,0xc1,0x1,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x88,0x40,0x30,0xe,0x4,0x0, -+0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x28,0x26,0x22,0x20,0x20,0x20,0x21,0x42,0x84,0x80,0xa0,0x90,0xfc,0x80,0x80,0x88,0x48,0x50,0x50,0x20,0x60,0x90,0x12,0xa,0x6, -+0x4,0x25,0x25,0x24,0x24,0x24,0x24,0x24,0x7,0x1,0x3f,0x8,0x8,0x4,0xff,0x0,0x0,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0x4,0x10,0xf8,0x20,0x20,0x44,0xfe,0x0, -+0x7f,0x49,0x7f,0x49,0x7f,0x8,0x7f,0x8,0xf,0x79,0x1,0x3f,0x1,0x1,0xff,0x0,0x7c,0x4,0x28,0x10,0xfe,0x12,0x14,0x10,0x50,0x20,0x0,0xf8,0x0,0x4,0xfe,0x0, -+0x1,0x0,0x3f,0x20,0x22,0x22,0x3f,0x22,0x22,0x22,0x23,0x22,0x40,0x4a,0x89,0x11,0x0,0x84,0xfe,0x0,0x20,0x24,0xfe,0x20,0x20,0x20,0xe0,0x20,0x0,0x48,0x26,0x22, -+0x8,0x49,0x2a,0x8,0xff,0x19,0x2c,0x4a,0x10,0xfe,0x22,0x22,0x14,0x18,0x25,0x42,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x88,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x2,0x42,0x3f,0x22,0x82,0x4f,0x4a,0xa,0x1f,0x22,0xe7,0x2a,0x32,0x22,0x22,0x23,0x10,0x90,0xd0,0x10,0xbe,0xc2,0x94,0x90,0x90,0x10,0x10,0xa8,0x28,0x48,0x86,0x4, -+0x10,0x10,0x10,0xfe,0x22,0x22,0x14,0x8,0x14,0x62,0x0,0x2a,0x29,0x28,0x48,0x7,0x0,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0xf8,0x88,0x0,0x10,0x88,0xa4,0x24,0xe0, -+0x0,0x3f,0x20,0x20,0x3f,0x22,0x22,0x3f,0x32,0x32,0x52,0x52,0x53,0x92,0x2,0x2,0x44,0xe4,0x44,0x54,0xd4,0x14,0x54,0xf4,0x54,0x54,0x54,0x54,0x44,0x84,0x14,0x8, -+0x0,0x7f,0x2,0x3f,0x24,0x24,0x24,0x22,0x2,0xff,0x4,0x8,0x4,0x3,0xc,0x30,0x8,0xfc,0x0,0xf8,0x48,0x48,0x48,0x18,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x10,0x10,0x13,0x10,0xfc,0x12,0x15,0x1a,0x30,0xd0,0x17,0x10,0x10,0x10,0x50,0x20,0x40,0x24,0xfe,0x20,0x48,0xf2,0x24,0x52,0xf8,0x20,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x2,0x1,0x7f,0x0,0x1f,0x10,0xff,0x10,0x1f,0x4,0x9,0x18,0x28,0x4a,0x8c,0x8,0x0,0x8,0xfc,0x0,0xf0,0x14,0xfe,0x10,0xf0,0x8,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x0,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x21,0x41,0x80,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x28,0x12,0x2,0xfe, -+0x8,0x8,0x48,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x9,0x11,0x11,0x20,0x40,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x34,0x28,0x20,0x20, -+0x10,0x10,0x10,0x11,0xfe,0x14,0x33,0x38,0x54,0x50,0x97,0x10,0x10,0x10,0x1f,0x10,0x40,0x40,0xa0,0x10,0xe,0x4,0xf8,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x11,0xfe,0x14,0x13,0x1c,0x30,0xd0,0x17,0x10,0x10,0x10,0x5f,0x20,0x40,0x40,0xa0,0x10,0xe,0x4,0xf8,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x1f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x8,0x8,0x7e,0x8,0x1c,0x2a,0x48,0x8,0x8,0xf0,0x0,0xfe,0x2,0x74,0x0,0x70,0x4,0xfe,0x84,0xfc,0x84,0xfc,0x84,0xfc,0x84, -+0x0,0x0,0xfd,0x4,0x44,0x44,0x28,0x28,0x10,0x10,0x28,0x28,0x44,0x44,0x81,0x6,0x0,0x4,0xfe,0x84,0x84,0x84,0x88,0x48,0x48,0x50,0x20,0x30,0x50,0x88,0xe,0x4, -+0x1,0x1,0xff,0x1,0x29,0x11,0x29,0x1,0x29,0x11,0x29,0x2,0x4,0x8,0x30,0xc0,0x0,0x4,0xfe,0x0,0x28,0x10,0x28,0x0,0x28,0x10,0x28,0x80,0x40,0x30,0xe,0x4, -+0x0,0x20,0x11,0x11,0x3,0x5,0xf1,0x11,0x11,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x80,0xa0,0x14,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x7d,0x5,0x5,0x9,0x9,0x11,0x21,0x41,0x81,0x5,0x2,0x0,0x0,0x0,0x8,0x18,0x20,0xc0,0x80,0x40,0x20,0x10,0xe,0x4,0x0,0x0,0x0, -+0x0,0x8,0x7b,0x48,0x48,0x4f,0x79,0x49,0x4f,0x79,0x49,0x49,0x4f,0x78,0x48,0x3,0x0,0x18,0xe0,0x40,0x48,0xfc,0x50,0x54,0xfe,0x50,0x50,0x50,0xfc,0x40,0x50,0xf8, -+0x8,0x1d,0xf0,0x10,0x11,0xfd,0x11,0x39,0x35,0x51,0x90,0x10,0x10,0x10,0x11,0x12,0x0,0x4,0x88,0x50,0xfc,0x4,0x4,0x4,0xfc,0x54,0x50,0x50,0x92,0x92,0xe,0x0, -+0x0,0x8,0x7c,0x48,0x49,0x4b,0x48,0x48,0x48,0x48,0x49,0x79,0x4a,0x2,0x4,0x8,0x40,0x40,0x80,0x80,0x8,0xfc,0x94,0x90,0x90,0x90,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x8,0x7f,0x49,0x48,0x4b,0x7a,0x4d,0x49,0x7a,0x4d,0x48,0x48,0x79,0x4a,0x0,0x8,0x3c,0xc0,0x24,0xa8,0xfe,0x2,0x4,0xde,0x44,0x54,0x94,0xbe,0x4,0x4,0x4, -+0x0,0x47,0x54,0x54,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x54,0x44,0x84,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x20,0x58,0x84,0x2, -+0x0,0x3f,0x11,0x9,0x7f,0x48,0x88,0x1e,0x12,0x22,0x54,0xd,0x8,0x10,0x20,0x40,0x78,0x80,0x10,0x20,0xfe,0x22,0x24,0xf8,0x20,0xa0,0xa8,0xfc,0x20,0x20,0x20,0x20, -+0x0,0x22,0x11,0x10,0x3,0x2,0xf2,0x12,0x13,0x12,0x10,0x10,0x15,0x19,0x12,0x4,0x0,0x8,0x10,0xa0,0xf8,0x8,0x8,0x8,0xf8,0xa8,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x8,0xfd,0x10,0x10,0x21,0x25,0x3f,0x65,0xa5,0x25,0x25,0x25,0x3c,0x24,0x0,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x20,0x58,0x84,0x2, -+0x41,0x22,0x14,0xff,0x8,0x49,0x49,0x49,0x49,0x49,0x7f,0x9,0x8,0x10,0x21,0x42,0x4,0x7e,0x44,0xc4,0x44,0x7c,0x44,0x44,0x44,0x7c,0x44,0x44,0x84,0x84,0x14,0x8, -+0x10,0x10,0x13,0x16,0x5a,0x52,0x52,0x93,0x10,0x10,0x10,0x29,0x26,0x44,0x80,0x0,0x8,0x1c,0xe0,0x0,0x20,0x20,0x24,0xfe,0x20,0x20,0xa8,0x24,0x22,0x22,0xa0,0x40, -+0x22,0x22,0x7f,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x22,0xff,0x0,0x15,0x22,0x40,0x8,0x1c,0x60,0x40,0x40,0x40,0x7e,0x48,0x48,0x48,0x48,0x48,0x88,0x8,0x8,0x8, -+0x24,0x24,0x2f,0x24,0xfc,0x27,0x2c,0x34,0x27,0xe4,0x24,0x3f,0x20,0x24,0xa8,0x40,0x80,0x8c,0xf0,0xa0,0xa0,0xa4,0xbe,0xa8,0xa8,0xa8,0xa8,0xe8,0x28,0xa8,0x48,0x8, -+0x4,0x14,0x7f,0x54,0x54,0x57,0x54,0x54,0x57,0x54,0x54,0x7f,0x50,0x4,0x8,0x0,0x80,0x8c,0xf0,0xa0,0xa0,0xa4,0xbe,0xa8,0xa8,0xa8,0xa8,0xe8,0x28,0xa8,0x48,0x8, -+0x0,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x20,0x2,0x51,0x50,0x90,0xf,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x0,0x88,0x96,0x12,0xf0, -+0x4,0xe,0xf8,0x8,0xa,0xff,0x8,0x1c,0x1a,0x28,0x48,0x89,0x9,0xb,0x8,0x8,0x20,0x20,0x20,0x20,0x40,0x40,0x40,0x40,0x80,0x80,0x80,0x8,0x4,0xfe,0x2,0x0, -+0x0,0x3f,0x0,0x0,0xff,0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x3f,0x20,0x0,0x0,0x8,0xfc,0x8,0x48,0xe8,0x8,0x88,0xc8,0x88,0x88,0x88,0x88,0x88,0x88,0x28,0x10, -+0x8,0x8,0x8,0x10,0x10,0x22,0x7e,0x4,0x8,0x10,0x20,0x7e,0x0,0x0,0xff,0x0,0x10,0x10,0x10,0x20,0x20,0x44,0xfc,0x8,0x10,0x20,0x40,0xfc,0x0,0x4,0xfe,0x0, -+0x0,0xff,0x8,0x8,0x10,0x1f,0x21,0x21,0x62,0x92,0xc,0x4,0x8,0x10,0x20,0x40,0x4,0xfe,0x40,0x40,0x40,0x44,0x4c,0x50,0x60,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x4,0x3e,0x21,0x24,0x3f,0x20,0x25,0x3e,0x20,0x21,0xff,0x10,0x25,0x7e,0x2,0x0,0x20,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20, -+0x1,0x1,0x7f,0x1,0x1,0x1,0xff,0x0,0x0,0x7f,0x8,0x4,0x4,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x2,0x3f,0x22,0x22,0x3e,0x0,0x7f,0x55,0x55,0x55,0x7f,0x55,0x55,0x55,0x55,0x43,0x4,0x7e,0x4,0x4,0xfc,0x4,0x74,0x54,0x54,0x54,0x54,0x54,0x74,0x4,0x14,0x8, -+0x0,0x0,0x7f,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x48,0x50,0x40,0x7f,0x40,0x0,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x3c,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x8,0xb,0x8,0x10,0x17,0x30,0x50,0x93,0x12,0x12,0x12,0x12,0x13,0x12,0x10,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0xe4,0x4,0x14,0x8, -+0x10,0x11,0x10,0x20,0x24,0x64,0xa4,0x24,0x24,0x24,0x24,0x25,0x26,0x24,0x20,0x21,0x0,0x8,0x88,0x48,0x48,0x8,0x8,0x8,0x8,0x10,0x90,0x20,0x28,0x46,0x82,0x0, -+0x20,0x23,0x20,0x3c,0x27,0x48,0x40,0xa3,0x22,0x22,0x22,0x26,0x2b,0x32,0x20,0x0,0x4,0xfe,0x4,0x24,0xf4,0x4,0x4,0xf4,0x24,0x24,0x24,0x24,0xe4,0x4,0x14,0x8, -+0x0,0x7f,0x40,0x40,0x40,0x40,0x7f,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x3f,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x39,0x36,0x54,0x50,0x90,0x10,0x11,0x13,0x10,0x10,0x10,0x90,0x90,0x90,0x8,0x8,0x4,0x42,0x40,0x40,0x80,0x88,0x4,0xfc,0x4,0x0, -+0x8,0x8,0x18,0x24,0x43,0x82,0x7f,0x10,0x1f,0x10,0x1f,0x10,0x10,0xff,0x0,0x0,0x20,0x20,0x50,0x88,0x6,0x0,0xfc,0x10,0xf0,0x10,0xf0,0x14,0xfe,0x10,0x10,0x10, -+0x8,0x8,0x8,0x8,0x14,0x14,0x22,0x22,0x41,0x80,0x2a,0x29,0x28,0x48,0x7,0x0,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x8e,0x4,0x0,0x10,0x88,0xa4,0x24,0xe0,0x0, -+0x0,0x2b,0x28,0x28,0x45,0x53,0x91,0x11,0x21,0x21,0x29,0x45,0x7c,0x4,0x0,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x20,0x58,0x84,0x2, -+0x2,0x41,0x30,0x17,0x0,0x0,0xf0,0x1f,0x10,0x10,0x10,0x10,0x11,0x2a,0x44,0x3,0x8,0x10,0xa0,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x80,0xa0,0x18,0x8,0x6,0xfc, -+0x2,0x1,0x7f,0x40,0x81,0x1,0x1,0xff,0x3,0x5,0x9,0x11,0x21,0x41,0x1,0x1,0x0,0x0,0xfe,0x2,0x4,0x0,0x4,0xfe,0x80,0x40,0x30,0xe,0x4,0x0,0x0,0x0, -+0x0,0x40,0x31,0x11,0x1,0x2,0xf2,0x14,0x18,0x10,0x10,0x10,0x15,0x1b,0x10,0x0,0x40,0x20,0x20,0x20,0x10,0x8,0xe,0x44,0x40,0x40,0x80,0x90,0x8,0xf8,0x8,0x0, -+0x0,0x47,0x20,0x20,0x0,0x7,0xe4,0x24,0x27,0x24,0x24,0x27,0x2c,0x34,0x24,0x4,0x0,0xf8,0x10,0xa0,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x48, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x15,0x19,0x30,0xd3,0x10,0x10,0x10,0x10,0x50,0x23,0x24,0xae,0x24,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x8,0x10,0x3d,0x25,0x35,0x2d,0x25,0x25,0xfc,0x27,0x34,0x2c,0x44,0x44,0x94,0xb,0x24,0xae,0x24,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x22,0x2a,0x27,0x22,0xff,0x22,0x37,0x2a,0x62,0xbf,0x24,0x28,0x25,0x22,0xa5,0x48,0x10,0x90,0x10,0x14,0xbe,0x44,0x24,0xa4,0x28,0xe8,0x90,0x90,0x28,0x28,0x46,0x84, -+0x2,0x22,0xff,0xa2,0xa2,0xaf,0xaa,0xaa,0xaf,0xa2,0xa7,0xea,0x92,0x2,0x2,0x3,0x10,0x90,0xd0,0x10,0xbe,0xc2,0x94,0x90,0x90,0x10,0x10,0xa8,0x28,0x48,0x86,0x4, -+0x8,0x8,0xff,0x8,0xa,0x2,0x3f,0x2,0x2,0x22,0x24,0x44,0x8,0x10,0x20,0x40,0x20,0x24,0xfe,0x20,0x20,0x10,0xf8,0x10,0x10,0x18,0x16,0x12,0x10,0x10,0x50,0x20, -+0x4,0xfe,0x29,0x28,0xfe,0xaa,0xab,0xaa,0xae,0xc2,0x82,0xff,0x82,0xfe,0x82,0x0,0x8,0x1c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x70,0x68,0xae,0x24,0x20,0x20,0x20,0x20, -+0x10,0x11,0x11,0x22,0x24,0x60,0xa1,0x22,0x24,0x2b,0x22,0x22,0x22,0x22,0x23,0x22,0x0,0x10,0xc,0x44,0x40,0xa0,0x10,0xe,0x4,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x1,0x1,0x7f,0x1,0x3f,0x1,0xff,0x4,0x1f,0x1,0x2,0x1f,0x1,0x9,0x15,0x22,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x20,0xc0,0x0,0x20,0xf0,0x0,0x20,0x18,0x8, -+0x0,0x40,0x37,0x10,0x7,0x4,0xf4,0x17,0x14,0x10,0x11,0x12,0x14,0x28,0x47,0x0,0x40,0x44,0xfe,0x40,0xfc,0x44,0x44,0xfc,0x44,0xe0,0x58,0x48,0x40,0x46,0xfc,0x0, -+0x0,0x7f,0x4,0x3f,0x24,0x24,0x3f,0x1,0x11,0x9,0xff,0x5,0x9,0x31,0xc1,0x1,0x8,0xfc,0x40,0xf8,0x48,0x48,0xf8,0x0,0x10,0x24,0xfe,0x40,0x30,0xe,0x4,0x0, -+0x10,0x1f,0x10,0x27,0x24,0x64,0xa7,0x20,0x22,0x21,0x2f,0x21,0x22,0x24,0x28,0x20,0x4,0xfe,0xa0,0xfc,0xa4,0xa4,0xfc,0x40,0x48,0x50,0xfe,0x50,0x48,0x46,0x44,0x40, -+0x22,0x14,0xff,0x8,0x2a,0x2a,0x2a,0x3e,0x8,0x11,0x21,0x7f,0x1,0x1,0xff,0x0,0x4,0x7e,0xc4,0x7c,0x44,0x7c,0x44,0x44,0x94,0x8,0x0,0xfc,0x0,0x4,0xfe,0x0, -+0x48,0x25,0x20,0x1f,0x82,0x4a,0x4a,0xa,0x1a,0x2a,0xef,0x22,0x22,0x24,0x28,0x21,0x84,0x3e,0x24,0xe4,0x24,0xbc,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0x44,0x44,0x94,0x8, -+0x2,0x1,0x7f,0x40,0x88,0xf,0x8,0x10,0x13,0x32,0x52,0x93,0x12,0x12,0x13,0x12,0x0,0x0,0xfe,0x2,0x4,0xfe,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x43,0x32,0x12,0x2,0x2,0xf3,0x12,0x12,0x12,0x12,0x16,0x1a,0x14,0x8,0x0,0x1c,0xe0,0x0,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x60,0x30,0x2c,0x24,0x20,0x20, -+0x1,0x1,0x3f,0x1,0xff,0x1,0x3f,0x1,0x21,0x25,0x25,0x25,0x29,0x21,0x41,0x81,0x0,0x8,0xfc,0x8,0xfe,0x8,0xf8,0x0,0x8,0x48,0x48,0x28,0x28,0x8,0x8,0x8, -+0x4,0xfe,0x28,0x28,0xff,0xaa,0xaa,0xab,0xae,0xc2,0x83,0xfe,0x82,0xfe,0x82,0x1,0x20,0x20,0x40,0x84,0xfe,0x48,0x86,0x42,0x78,0x88,0x48,0x50,0x20,0x50,0x8e,0x4, -+0x8,0x8,0xff,0x8,0x4,0x7e,0x0,0x4,0xfe,0x8,0x2c,0x2a,0x48,0x89,0x28,0x10,0x20,0x24,0xfe,0x20,0x8,0xfc,0x0,0x4,0xfe,0x10,0x58,0x56,0x92,0x10,0x50,0x20, -+0x20,0x3e,0x49,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x8,0xff,0x8,0x8,0x10,0x20,0x80,0xfc,0x20,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x1f,0x10,0x10,0x1f,0x1,0x1,0x3f,0x21,0x21,0x3f,0x1,0x1,0x1,0x7f,0x0,0x10,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x8,0x8,0xf8,0x0,0x10,0xfc,0x4,0x0, -+0x0,0x78,0x4f,0x51,0x51,0x62,0x55,0x48,0x4b,0x4a,0x6b,0x52,0x43,0x42,0x42,0x42,0x80,0x84,0xfe,0x0,0xf8,0x40,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x28,0x10, -+0x0,0x78,0x4a,0x51,0x51,0x60,0x57,0x49,0x49,0x49,0x69,0x51,0x41,0x41,0x42,0x44,0x20,0x24,0xfe,0x20,0x44,0xfe,0x44,0x7c,0x44,0x7c,0x44,0x44,0x54,0x48,0x80,0x7e, -+0x10,0x17,0x20,0x22,0x41,0xf8,0x10,0x2f,0x41,0xf9,0x42,0x1,0x18,0xe0,0x41,0x6,0x1c,0xe0,0x0,0x48,0x50,0x20,0x84,0xfe,0x8,0x8,0x10,0x10,0xa0,0x40,0xb0,0x8, -+0x0,0x7d,0x44,0x76,0x55,0x55,0xfe,0x83,0x7d,0x45,0x7d,0x45,0x7d,0x45,0x56,0x48,0x20,0xfe,0x40,0x7c,0x90,0x7c,0x0,0x7c,0x44,0x7c,0x44,0x7c,0x44,0x4c,0x80,0x7e, -+0x0,0x8,0xfd,0x10,0x10,0x21,0x22,0x7c,0xa4,0x27,0x24,0x24,0x24,0x3c,0x20,0x0,0x40,0x20,0xfc,0x88,0x88,0x54,0x22,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20, -+0x1,0x21,0x21,0x21,0x3f,0x24,0x4,0xf,0x10,0x24,0x42,0x1,0x1,0x3,0x1c,0xe0,0x0,0x8,0x8,0x8,0xf8,0x8,0x0,0xfc,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x0, -+0x8,0x1c,0xf3,0x10,0x11,0xff,0x11,0x31,0x39,0x54,0x51,0x90,0x12,0x12,0x14,0x10,0x20,0x24,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x28,0xfc,0x40,0xa4,0xa2,0x8a,0x78, -+0x2,0x81,0x60,0x2f,0x1,0x2,0xe4,0x29,0x22,0x24,0x29,0x22,0x25,0x50,0x8f,0x0,0x10,0x20,0x48,0xfc,0x0,0x88,0xd0,0x60,0x40,0xe0,0x58,0x48,0x40,0x86,0xfc,0x0, -+0x0,0x78,0x49,0x54,0x52,0x60,0x50,0x4e,0x4a,0x4a,0x6a,0x52,0x42,0x45,0x48,0x40,0x44,0x28,0xfe,0x20,0x40,0xa4,0x38,0x50,0x98,0x34,0x54,0x90,0x30,0x6,0xfc,0x0, -+0x1,0x21,0x21,0x3f,0x1,0x41,0x7f,0x0,0x3f,0x0,0x0,0xff,0x9,0x11,0x25,0x2,0x0,0x8,0x8,0xf8,0x0,0x4,0xfc,0x0,0xf8,0x0,0x4,0xfe,0x20,0x18,0x8,0x0, -+0x0,0x7e,0x2,0x4,0x8,0xa,0xc,0x39,0xc9,0xa,0xc,0x8,0x8,0x8,0x28,0x10,0x20,0x20,0x20,0x20,0x20,0xb0,0xa8,0x24,0x26,0x22,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x11,0x11,0x11,0xfd,0x10,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x10,0x50,0x23,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x4,0x24,0x24,0x24,0x24,0x24,0x50,0x8c,0x4, -+0x10,0x12,0x1f,0x28,0x45,0xbf,0x4,0x4,0xff,0x4,0x4,0x3f,0x4,0x8,0x10,0x60,0x40,0x44,0x7e,0xa0,0x10,0xf0,0x10,0x14,0xfe,0x10,0x10,0xf0,0x10,0x0,0x0,0x0, -+0x8,0x8,0xff,0x9,0x7f,0x0,0x1f,0x10,0xff,0x10,0x1f,0x9,0x18,0x2a,0xcc,0x8,0x20,0x24,0xfe,0x20,0xfc,0x0,0xf0,0x14,0xfe,0x10,0xf0,0x8,0x90,0x60,0x1c,0x8, -+0x10,0x10,0x11,0x13,0xfc,0x10,0x31,0x3a,0x54,0x51,0x92,0x14,0x10,0x10,0x11,0x16,0x40,0x90,0x8,0xfc,0x4,0x88,0x6,0x82,0xf8,0x8,0x90,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x8,0x7d,0x4b,0x48,0x48,0x49,0x4a,0x48,0x49,0x4a,0x7c,0x48,0x0,0x1,0x6,0x40,0x90,0x8,0xfc,0x4,0x88,0x6,0x82,0xf8,0x8,0x90,0x50,0x20,0x50,0x8e,0x4, -+0x20,0x20,0x27,0x44,0x49,0xf1,0x12,0x26,0x4a,0xfa,0x42,0x2,0x1a,0xe2,0x42,0x2,0x40,0x20,0xfe,0x2,0x4,0xfe,0x20,0x44,0xfe,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x0,0x9,0xfc,0x10,0x10,0x11,0x11,0x7d,0x11,0x11,0x11,0x1d,0xf0,0x40,0x1,0x6,0x20,0x24,0xa4,0xa8,0x24,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x20,0x58,0x84,0x2, -+0x1,0x1,0x3f,0x1,0x7f,0x42,0x84,0xf,0x1,0x2,0x3f,0x1,0x9,0x11,0x25,0x2,0x0,0x10,0xf8,0x0,0xfe,0x2,0x24,0xc0,0x0,0x10,0xf8,0x8,0x20,0x18,0x8,0x0, -+0x10,0x11,0x10,0x1c,0x20,0x21,0x7d,0x91,0x11,0x7d,0x11,0x11,0x14,0x18,0x11,0x6,0x20,0x24,0xa4,0xa8,0x24,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x20,0x58,0x84,0x2, -+0x2,0x7,0x38,0x20,0x20,0x3e,0x22,0x22,0x22,0x3e,0x22,0x20,0x21,0x42,0x84,0x0,0x8,0x1c,0xe0,0x80,0x80,0x84,0xfe,0x88,0x88,0x88,0x88,0x88,0x8,0x8,0x8,0x8, -+0x20,0x23,0x22,0x23,0x22,0xfb,0x20,0x27,0x20,0x24,0x22,0x39,0xe2,0x44,0x2,0x1,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xbe,0x84,0xa4,0x94,0x8c,0x94,0xa4,0x94,0x8, -+0x8,0x8,0x8,0x10,0x12,0x32,0x53,0x9e,0x12,0x12,0x12,0x12,0x12,0x12,0x11,0x10,0x40,0x40,0x40,0x40,0x48,0x7c,0xc8,0x48,0x48,0x68,0x50,0x40,0x42,0x2,0xfe,0x0, -+0x2,0x1,0x7f,0x40,0x80,0x8,0x8,0x8,0x9,0xe,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0xfe,0x2,0x4,0x0,0x20,0x60,0x80,0x0,0x0,0x0,0x8,0x8,0xf8,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x25,0x25,0x27,0x25,0x45,0x29,0x11,0x29,0x45,0x84,0x0,0x20,0x20,0x20,0x20,0x24,0x3e,0xe4,0x24,0x24,0x34,0x28,0x20,0x22,0x2,0xfe,0x0, -+0x21,0x21,0x27,0x21,0x20,0xf8,0x21,0x22,0x2d,0x20,0x23,0x3a,0xe2,0x42,0x3,0x2,0x10,0x10,0xfc,0x10,0x40,0xa0,0x10,0xe,0xf4,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x8a,0x52,0x2f,0x62,0xaf,0x2a,0x2a,0x6a,0xaf,0x22,0x27,0x2a,0x32,0x22,0xa2,0x42,0x10,0x10,0x9c,0x24,0xc8,0xbe,0xa2,0xaa,0xaa,0x2a,0x2a,0xaa,0x8,0x14,0x22,0x42, -+0x10,0x12,0x11,0x11,0xfc,0x10,0x17,0x19,0x31,0xd1,0x11,0x11,0x11,0x12,0x54,0x20,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x28,0x28,0x46,0x84,0x0,0x86,0x7c,0x0, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x10,0x13,0x5c,0x51,0x50,0x51,0x5e,0xf0,0x41,0x0,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x0,0xdc,0x44,0x54,0xcc,0x54,0x64,0x44,0x54,0x88, -+0x0,0x7d,0x44,0x44,0x44,0x7d,0x12,0x10,0x5d,0x51,0x51,0x51,0x5d,0xf1,0x41,0x1,0x20,0x24,0xa8,0x70,0xa8,0x26,0x24,0x60,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x4,0x3e,0x24,0x24,0x24,0x3d,0x27,0x24,0x24,0x3d,0x25,0x25,0x25,0x45,0x95,0x9,0x20,0x20,0x40,0x40,0x88,0x4,0xfe,0x2,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0xff,0x8,0x2,0x4,0x8,0x3f,0x0,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x20,0x24,0xfe,0x20,0x0,0x20,0x10,0xf8,0x8,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x10,0x10,0xfc,0x11,0x17,0x18,0x30,0xd1,0x11,0x11,0x11,0x11,0x51,0x21,0x20,0x20,0x40,0x40,0x88,0x4,0xfe,0x2,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x2,0x2,0x4,0x8,0x10,0x20,0x7f,0x0,0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x0,0x20,0x10,0x8,0xfc,0x4,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x1,0x1,0x7f,0x1,0x3f,0x2,0xff,0x4,0x9,0x39,0xc5,0x3,0xd,0x11,0x5,0x2,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x40,0x20,0x30,0x4e,0x84,0x60,0x10,0x0,0x0, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x10,0x90,0x10,0x10,0x14,0xfe,0x10,0x10,0x28,0x28,0x28,0x28,0x44,0x54,0x82,0x0, -+0x1,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x2,0x2,0x4,0x6,0x9,0x31,0xc0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x80,0x80,0x40,0x40,0x30,0xe,0x4,0x0, -+0x1,0x1,0xff,0x1,0x2,0x4,0xa,0x31,0xc0,0x2,0x29,0x29,0x28,0x48,0x7,0x0,0x0,0x4,0xfe,0x0,0x80,0x40,0x30,0xe,0x4,0x0,0x10,0x8,0x24,0x24,0xe0,0x0, -+0x0,0x40,0x30,0x10,0x87,0x60,0x20,0x8,0x10,0x20,0xe1,0x21,0x22,0x24,0x28,0x20,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0xa0,0xa0,0x10,0x90,0x48,0x4e,0x4,0x0, -+0x20,0x23,0x22,0x22,0x22,0xfa,0x22,0x22,0x2f,0x22,0x22,0x3a,0xe2,0x44,0x4,0x8,0x8,0xfc,0x8,0x8,0x88,0x48,0x48,0x8,0xfe,0x8,0x8,0x8,0x8,0x8,0x28,0x10, -+0x20,0x20,0x20,0x2e,0xf3,0x2a,0x2a,0x3a,0x6a,0xa4,0x2a,0x29,0x31,0x20,0xa0,0x40,0x40,0x50,0x44,0xfe,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80,0x80, -+0x1,0x2,0x6,0x9,0x37,0xc0,0x0,0x1f,0x10,0x11,0x11,0x11,0x12,0x4,0x8,0x30,0x0,0x80,0x40,0x30,0xce,0x44,0x90,0xf8,0x10,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x0,0x0,0x1f,0x10,0x90,0x5f,0x51,0x19,0x35,0x52,0x92,0x15,0x25,0x28,0x40,0x0,0x80,0x44,0xfe,0x20,0x28,0x7e,0x48,0xc8,0x7e,0x48,0x48,0x7e,0x48,0x48,0x7e,0x40, -+0x0,0x40,0x30,0x1f,0x81,0x69,0x29,0x6,0x12,0x25,0xe9,0x30,0x20,0x20,0x20,0x20,0x20,0x28,0x20,0x7e,0x48,0xc8,0x7c,0x48,0x48,0x7c,0x48,0x48,0x48,0x7e,0x40,0x40, -+0x10,0x10,0x13,0x10,0x10,0xfc,0x17,0x10,0x10,0x10,0x10,0x1d,0xf1,0x43,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x40,0x40,0x80,0x90,0x8,0x4,0xfc,0x4,0x0, -+0x10,0x17,0x10,0x17,0xfd,0x15,0x3d,0x37,0x50,0x53,0x92,0x13,0x12,0x13,0x10,0x1f,0x40,0xfe,0x0,0xfc,0x14,0xf4,0x14,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe, -+0x1,0x0,0x1f,0x10,0x92,0x51,0x50,0x11,0x36,0x50,0x92,0x11,0x20,0x21,0x42,0xc,0x0,0x84,0xfe,0x40,0x48,0x50,0xa0,0x10,0x4c,0x40,0x48,0x50,0xa0,0x10,0xe,0x4, -+0x40,0x3f,0x10,0x7,0x84,0x67,0x20,0xb,0x12,0x23,0xe2,0x23,0x20,0x2f,0x20,0x20,0x4,0xfe,0xa0,0xfc,0xa4,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0x40, -+0x40,0x2f,0x20,0x7,0x4,0xe7,0x20,0x23,0x22,0x23,0x22,0x23,0x28,0x37,0x20,0x0,0x4,0xfe,0xa0,0xfc,0xa4,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0x40, -+0x0,0x40,0x32,0x11,0x0,0x0,0xf1,0x16,0x10,0x12,0x11,0x10,0x14,0x19,0x12,0x4,0x40,0x40,0x48,0x50,0xa0,0x90,0xe,0x44,0x40,0x48,0x50,0xa0,0xa0,0x10,0xe,0x4, -+0x10,0x10,0x11,0x11,0x11,0xfd,0x11,0x11,0x11,0x11,0x11,0x1d,0xf1,0x40,0xf,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x0,0xfe,0x0, -+0x4,0xe,0xf0,0x11,0x10,0x7c,0x11,0x10,0xfe,0x10,0x11,0x10,0x10,0x13,0x10,0xf,0x20,0xa4,0xa8,0x30,0x50,0x8c,0x24,0x20,0xa8,0xb0,0x20,0x50,0x8c,0x6,0x2,0xfe, -+0x20,0x10,0x11,0x1,0xfd,0x9,0x11,0x35,0x59,0x95,0x11,0x11,0x11,0x10,0x17,0x10,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x0,0xfe,0x0, -+0x0,0x8,0xfd,0x11,0x11,0x20,0x23,0x7c,0xa4,0x25,0x25,0x26,0x24,0x3c,0x25,0x2,0x20,0x20,0x24,0x24,0xfc,0x80,0xfe,0x80,0xa0,0x24,0xa8,0x50,0x50,0x88,0xe,0x4, -+0x10,0x13,0x12,0x14,0xfc,0x11,0x14,0x18,0x33,0xd0,0x10,0x10,0x11,0x12,0x50,0x20,0x0,0xfe,0x2,0x54,0x88,0x4,0x20,0x24,0xfe,0x20,0x70,0xa8,0x26,0x24,0x20,0x20, -+0x0,0x8,0x7f,0x4a,0x4a,0x49,0x49,0x48,0x48,0x48,0x48,0x78,0x49,0x2,0x4,0x18,0x0,0x0,0xf8,0x8,0x8,0x10,0x10,0xa0,0xa0,0x40,0xa0,0xa0,0x10,0x10,0xe,0x4, -+0x1,0x21,0x21,0x3f,0x8,0xff,0x9,0x9,0x15,0x15,0x2a,0x22,0x44,0x84,0x8,0x30,0x0,0x8,0x8,0xf8,0x4,0xfe,0x0,0x10,0x30,0x40,0x80,0x80,0x40,0x20,0x1c,0x8, -+0x0,0x23,0x18,0x8,0x80,0x60,0x23,0x8,0x10,0x21,0xe1,0x22,0x24,0x29,0x22,0x20,0x0,0xf8,0x10,0x20,0x40,0x84,0xfe,0xa4,0xa4,0x24,0x44,0x44,0x84,0x4,0x28,0x10, -+0x10,0x10,0x13,0x12,0x13,0xfe,0x13,0x12,0x13,0x12,0x13,0x1d,0xf5,0x45,0x9,0x1,0x40,0x24,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x13,0x12,0xff,0x12,0x17,0x1a,0x33,0xd2,0x13,0x15,0x15,0x15,0x59,0x21,0x40,0x24,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x11,0x9,0x7f,0x40,0x9f,0x10,0x10,0x1f,0x1,0x1,0x7f,0x1,0x1,0xff,0x0,0x0,0x10,0x20,0xfe,0x2,0xf4,0x10,0x10,0xf0,0x0,0x8,0xfc,0x0,0x4,0xfe,0x0, -+0x1,0x9,0x5,0x7f,0x40,0x8f,0x8,0x8,0xf,0x1,0xff,0x3,0x5,0x19,0x61,0x1,0x0,0x20,0x40,0xfe,0x2,0xe4,0x20,0x20,0xe0,0x4,0xfe,0x80,0x60,0x1c,0x8,0x0, -+0x8,0x7d,0x48,0x4b,0x4a,0x7d,0x49,0x49,0x49,0x78,0x48,0x49,0x48,0x48,0x8b,0x18,0x20,0x24,0xa8,0xfe,0x2,0xfc,0x4,0x4,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x1,0x0,0x3f,0x20,0x2f,0x20,0x3f,0x20,0x2f,0x20,0x2f,0x28,0x48,0x48,0x8f,0x8,0x0,0x88,0xfc,0x80,0xf8,0x88,0xfe,0x88,0xf8,0x80,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x57,0x3a,0x13,0xfe,0x13,0x32,0x3b,0x56,0x53,0x93,0x15,0x15,0x19,0x11,0x40,0x24,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x8,0xa,0x9,0x11,0x10,0x37,0x54,0x94,0x15,0x15,0x15,0x15,0x15,0x15,0x14,0x14,0x40,0x48,0x48,0x50,0x44,0xfe,0x4,0x4,0xf4,0x14,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x10,0x22,0x79,0x49,0x48,0x7b,0x4a,0x7a,0x4a,0x4a,0xfa,0x2a,0x4a,0x8a,0x2a,0x12,0x40,0x48,0x48,0x50,0x44,0xfe,0x4,0x4,0xf4,0x94,0x94,0x94,0xf4,0x84,0x14,0x8, -+0x0,0x42,0x31,0x11,0x80,0x67,0x24,0xc,0x15,0x25,0xe5,0x25,0x25,0x25,0x24,0x24,0x40,0x48,0x48,0x50,0x44,0xfe,0x4,0x4,0xf4,0x14,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x10,0x12,0x11,0x7d,0x10,0x13,0xfe,0x12,0x52,0x5e,0x52,0x72,0x52,0x48,0x87,0x0,0x40,0x48,0x48,0x50,0x44,0xfe,0x4,0xf4,0x94,0x94,0x94,0xf4,0xc,0x6,0xfc,0x0, -+0x23,0x10,0x40,0x23,0x9,0x71,0x11,0x12,0x14,0x1,0x9,0xa,0x12,0x4,0x18,0x60,0xf0,0x40,0x84,0xfe,0x24,0x24,0x24,0x54,0x88,0x0,0x10,0xa0,0x80,0x60,0x1c,0x8, -+0x11,0x11,0x11,0x13,0xfc,0x12,0x13,0x1c,0x30,0xd3,0x10,0x12,0x12,0x13,0x50,0x20,0x0,0x0,0x4,0xfe,0x4,0x44,0xe4,0x84,0xa4,0xf4,0x84,0xa4,0xa4,0xe4,0x14,0x8, -+0x0,0x40,0x37,0x10,0x83,0x60,0x2f,0x9,0x11,0x23,0xe2,0x25,0x28,0x30,0x20,0x20,0x80,0x88,0xfc,0x80,0xf8,0x80,0xfe,0x8,0x8,0xfe,0x8,0x8,0x88,0x88,0x28,0x10, -+0x40,0x30,0x17,0x0,0x82,0x61,0x20,0xf,0x14,0x24,0xe7,0x24,0x24,0x24,0x27,0x24,0x8,0x3c,0xc0,0x4,0x4c,0x50,0x84,0x3e,0x4,0x4,0xbc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x21,0x23,0x4c,0xf8,0x10,0x21,0x46,0xf8,0x47,0x0,0x19,0xe2,0x45,0x0,0x80,0x80,0xf8,0x10,0xa0,0x40,0xa0,0x10,0x4e,0x44,0xfc,0x40,0x50,0x4c,0x44,0x80, -+0x4,0x4,0xff,0x14,0x1f,0x28,0x4f,0x11,0x21,0xff,0x1,0x11,0x11,0x1f,0x0,0x0,0x40,0x44,0xfe,0x40,0xfc,0x4,0xf4,0x4,0x14,0xfc,0x4,0x14,0x14,0xf4,0x14,0x8, -+0x10,0x10,0x10,0x10,0xfc,0x12,0x39,0x34,0x51,0x52,0x94,0x11,0x11,0x12,0x14,0x18,0xa0,0xa0,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xb0,0xa8,0xa8,0x20,0x22,0x22,0x1e,0x0, -+0x1,0x41,0x29,0x25,0x5,0x1,0xe3,0x25,0x29,0x21,0x22,0x24,0x28,0x50,0x88,0x7,0x40,0x40,0x48,0x58,0x60,0x40,0x60,0x50,0x50,0x40,0x44,0x44,0x3c,0x0,0x6,0xfc, -+0x42,0x32,0x13,0x5,0x89,0x63,0x24,0x0,0x1f,0x20,0xe4,0x24,0x27,0x20,0x20,0x20,0x0,0x4,0xfe,0x4,0x24,0xf4,0x84,0x94,0xfc,0x84,0x94,0x94,0xf4,0x4,0x14,0x8, -+0x1,0x79,0x49,0x52,0x55,0x61,0x52,0x48,0x4f,0x48,0x69,0x51,0x41,0x40,0x40,0x40,0x0,0x4,0xfe,0x4,0x24,0xf4,0x44,0x54,0xfc,0x44,0x54,0x54,0xf4,0x4,0x14,0x8, -+0x0,0x40,0x30,0x10,0x7,0x0,0xf0,0x11,0x10,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x8,0x88,0x88,0x8,0x8,0x8,0x8,0x28,0x10, -+0x1,0x1,0xff,0x2,0x4,0xf,0x18,0x2f,0xc8,0xf,0x8,0xff,0x4,0x8,0x1f,0x0,0x0,0x4,0xfe,0x80,0x40,0xe0,0x10,0xee,0x4,0xe0,0x4,0xfe,0x0,0x20,0xf0,0x10, -+0x10,0x10,0x50,0x53,0x7c,0x90,0x17,0x18,0x30,0xd7,0x11,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x10,0x14,0xfe,0x10,0x90,0x90,0x10,0x50,0x20, -+0x4,0x4,0xff,0x4,0x7a,0x49,0x4b,0x78,0x4f,0x49,0x7a,0x4d,0x48,0x49,0x8a,0x18,0x20,0x24,0xfe,0x20,0x48,0x50,0xfc,0x80,0xfe,0x10,0x4e,0x54,0xe0,0x58,0x48,0xc0, -+0x0,0x7a,0x49,0x4b,0x48,0x7f,0x49,0x4a,0x4d,0x78,0x49,0x49,0x48,0x4f,0x88,0x18,0x40,0x48,0x50,0xfc,0x80,0xfe,0x10,0xe,0xf4,0x10,0x14,0xfe,0x4,0xe4,0x14,0x8, -+0x1,0x0,0x1f,0x11,0x91,0x53,0x55,0x10,0x30,0x50,0x93,0x2c,0x20,0x40,0x80,0x0,0x0,0x84,0xfe,0x0,0x0,0xf8,0x10,0xa0,0x40,0xb0,0x8e,0x64,0x20,0x80,0x60,0x20, -+0x11,0x9,0x7f,0x2,0xff,0x4,0x9,0x3f,0xc0,0x1f,0x0,0x1f,0x0,0x1f,0x10,0x1f,0x10,0x20,0xfc,0x0,0xfe,0x40,0x20,0xfe,0x4,0xf0,0x0,0xf0,0x0,0xf0,0x10,0xf0, -+0x12,0x11,0x10,0x13,0xfc,0x10,0x33,0x3a,0x56,0x53,0x90,0x11,0x12,0x14,0x18,0x10,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x40,0x44,0xfe,0xc4,0x44,0x54,0x48,0x40,0x40, -+0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x10,0x3f,0x54,0x94,0x14,0x24,0x4a,0x11,0x4,0x84,0x24,0x24,0x24,0x24,0x24,0x24,0xa4,0xe4,0xa4,0x84,0x84,0x84,0x94,0x8, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x11,0x11,0x5c,0x51,0x52,0x54,0x5c,0xf1,0x42,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0xfe,0xa4,0xa4,0xa4,0x24,0x54,0x88, -+0x22,0x21,0x38,0x43,0x80,0x78,0x23,0x22,0xfa,0x23,0x20,0x29,0x32,0x24,0x8,0x0,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x40,0x44,0xfe,0xc4,0x44,0x54,0x48,0x40,0x40, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x15,0x19,0x30,0xd7,0x10,0x11,0x11,0x11,0x52,0x24,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfe,0x20,0x28,0x3c,0x20,0xa6,0x7c, -+0x3e,0x23,0x22,0x3e,0x22,0x22,0x3e,0x0,0xff,0x8,0x2a,0x2f,0x28,0x58,0x49,0x87,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0x20,0x58,0x84,0x6,0xfc, -+0x0,0x7c,0x45,0x44,0x44,0x7f,0x12,0x14,0x5d,0x51,0x51,0x51,0x5d,0xf1,0x40,0x0,0x40,0x20,0xfc,0x88,0x50,0xfe,0x22,0x24,0xfe,0x24,0x24,0x24,0x24,0x2c,0x20,0x20, -+0x0,0x8,0x7d,0x48,0x48,0x4b,0x4a,0x4c,0x49,0x49,0x49,0x79,0x49,0x1,0x0,0x0,0x40,0x20,0xfc,0x88,0x50,0xfe,0x22,0x24,0xfe,0x24,0x24,0x24,0x24,0x2c,0x20,0x20, -+0x10,0x10,0x10,0x20,0x2f,0x62,0xa2,0x24,0x24,0x28,0x2b,0x30,0x20,0x20,0x20,0x20,0x80,0x80,0x80,0x88,0xfc,0xa0,0xa0,0x90,0x90,0x88,0xee,0x84,0x80,0x80,0x80,0x80, -+0x8,0x8,0x7e,0x8,0xfe,0x8,0x14,0x22,0xdf,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x20,0x28,0xfc,0x20,0xfe,0x20,0x50,0x8e,0xf4,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x0,0x13,0x78,0x57,0x54,0x5b,0x52,0x53,0x52,0x53,0x50,0x77,0x52,0x3,0x4,0x8,0x50,0xf8,0x40,0xfe,0x2,0xfc,0x48,0xf8,0x48,0xf8,0x0,0xfc,0x44,0x70,0xc0,0x7e, -+0x10,0x11,0x11,0x11,0x59,0x55,0x51,0x91,0x10,0x11,0x12,0x14,0x10,0x11,0x12,0x10,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0xfe,0xa4,0xa4,0xa4,0x24,0x54,0x88, -+0x2,0x41,0x30,0x17,0x80,0x60,0x27,0xc,0x14,0x27,0xe0,0x21,0x22,0x24,0x28,0x20,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x40,0x44,0xfe,0xc4,0x44,0x54,0x48,0x40,0x40, -+0x41,0x22,0x14,0x7f,0x9,0x9,0x7f,0x48,0x49,0x7f,0x19,0x29,0x4d,0x8a,0x8,0x8,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0xa4,0x24,0x24,0x24,0x4,0x14,0x8, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x24,0x24,0x3f,0x24,0x24,0x24,0x24,0x44,0x87,0x0,0x8,0xfc,0x8,0x8,0xf8,0x90,0x90,0x94,0xfe,0x90,0x90,0xf0,0x0,0x8,0xfc,0x0, -+0x0,0x7f,0x1,0x1,0x1,0x1,0xff,0x1,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0xc0,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0x4, -+0x40,0x37,0x10,0x0,0x8f,0x61,0x21,0xa,0x14,0x28,0xe2,0x22,0x24,0x20,0x22,0x21,0x8,0xfc,0x80,0x84,0xfe,0x20,0x10,0x90,0x8e,0x84,0xd0,0xa8,0xa8,0x88,0x80,0x0, -+0x10,0x10,0x17,0x10,0x13,0xfe,0x13,0x12,0x13,0x12,0x1f,0xf2,0x4f,0x1,0x3,0x4,0x40,0x44,0xfe,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x10,0xc,0x4, -+0x0,0x3f,0x21,0x21,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x21,0x21,0x3f,0x20,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0, -+0x4,0xe,0xf8,0x8,0xb,0x8,0xff,0x8,0xa,0x3f,0x22,0x22,0x22,0x3e,0x22,0x0,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0xf8,0x88, -+0x10,0x10,0x17,0x10,0x58,0x54,0x57,0x90,0x10,0x13,0x12,0x12,0x12,0x12,0x13,0x12,0x10,0x78,0xc0,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0xc,0xf3,0x10,0x10,0x13,0xfe,0x10,0x11,0x7d,0x46,0x45,0x45,0x46,0x7c,0x45,0x0,0x8,0xfc,0x40,0x44,0xfe,0x90,0x88,0x48,0x46,0x44,0x48,0x64,0x54,0x54,0x40,0x80, -+0x8,0x7c,0x48,0x4b,0x4a,0x7a,0x4a,0x4b,0x4a,0x7a,0x4a,0x4f,0x48,0x49,0x8b,0x1c,0x90,0x90,0x94,0xfe,0x94,0x94,0x94,0xfc,0x94,0x94,0x94,0xfe,0x0,0x10,0xc,0x4, -+0x10,0x10,0x10,0x10,0xfc,0x12,0x15,0x18,0x31,0xd2,0x14,0x11,0x11,0x12,0x54,0x28,0xa0,0xa0,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xb0,0xa8,0xa8,0x20,0x22,0x22,0x1e,0x0, -+0x8,0xf,0x18,0x24,0x43,0xc,0x30,0xc1,0x1,0x3f,0x1,0x9,0x11,0x21,0x5,0x2,0x0,0xf0,0x20,0x40,0x80,0x60,0x1e,0x4,0x10,0xf8,0x0,0x20,0x18,0x8,0x0,0x0, -+0x0,0x47,0x31,0x11,0x1,0x2,0xf4,0x1b,0x12,0x12,0x12,0x13,0x12,0x28,0x47,0x0,0x8,0xfc,0x8,0x8,0x8,0x28,0x10,0xf8,0x8,0x8,0x8,0xf8,0x8,0x6,0xfc,0x0, -+0x8,0x7c,0x48,0x48,0x48,0x7a,0x49,0x48,0x49,0x7a,0x4c,0x49,0x49,0x7a,0x44,0x8,0xa0,0xa0,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xb0,0xa8,0xa8,0x20,0x22,0x22,0x1e,0x0, -+0x4,0x7e,0x44,0x44,0x44,0x7e,0x11,0x10,0x5d,0x52,0x54,0x51,0x5d,0xf2,0x44,0x8,0xa0,0xa0,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xb0,0xa8,0xa8,0x20,0x22,0x22,0x1e,0x0, -+0x4,0x7e,0x44,0x54,0x54,0x54,0x54,0x55,0x55,0x55,0x55,0x55,0x11,0x29,0x45,0x81,0x40,0x40,0x44,0x7e,0x40,0x40,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x11,0x11,0x1d,0x21,0x22,0x7c,0x93,0x10,0x7c,0x10,0x10,0x15,0x19,0x12,0x4,0x40,0x40,0x50,0xf8,0x40,0x40,0x48,0xfc,0x40,0x40,0xa0,0xa0,0x10,0x10,0xe,0x4, -+0x10,0x10,0x14,0x7e,0x54,0x54,0x54,0x55,0x55,0x55,0x55,0x55,0x5d,0x11,0x11,0x11,0x40,0x40,0x44,0x7e,0x40,0x40,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x82,0x1,0x8,0xfc,0x0,0x0,0x4,0xfe,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0, -+0x0,0x8,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x4a,0x7a,0x44,0x8,0x0,0x10,0x38,0xc0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x13,0x10,0x14,0x58,0x50,0x51,0x96,0x10,0x11,0x10,0x28,0x24,0x40,0x87,0x0,0x0,0xfc,0x8,0x10,0x20,0x58,0x86,0x2,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x40,0x30,0x17,0x0,0x80,0x60,0x20,0x8,0x10,0x20,0xe0,0x20,0x20,0x20,0x21,0x20,0x0,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x0,0x0,0xfb,0x8,0x10,0x20,0x47,0x78,0x8,0x8,0x48,0x2b,0x10,0x28,0x47,0x80,0x10,0x38,0xc0,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x50,0xf8,0x0,0x6,0xfc,0x0, -+0x10,0x10,0x17,0x20,0x23,0x62,0xa3,0x20,0x2f,0x28,0x33,0x20,0x20,0x20,0x21,0x20,0x80,0x48,0xfc,0x0,0xf8,0x8,0xf8,0x0,0xfe,0x2,0xf4,0x40,0x40,0x40,0x40,0x80, -+0x2,0x1,0x7f,0x0,0x1f,0x10,0x1f,0x0,0x7f,0x40,0x9f,0x1,0x1,0x1,0x5,0x2,0x0,0x8,0xfc,0x10,0xf8,0x10,0xf0,0x0,0xfe,0x2,0xf4,0x0,0x0,0x0,0x0,0x0, -+0x1,0x0,0x3f,0x20,0x3f,0x22,0x24,0x28,0x2f,0x21,0x21,0x2a,0x44,0x4a,0x91,0x20,0x0,0x88,0xfc,0x0,0x1c,0x70,0x10,0x14,0xfe,0x10,0x10,0x10,0x7c,0x0,0x6,0xfc, -+0x20,0x20,0x2f,0x21,0xf2,0x24,0x28,0x2f,0x31,0xe1,0x29,0x25,0x22,0x25,0xa8,0x50,0x0,0xc,0x70,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x7c,0x0,0x0,0x86,0x7c, -+0x10,0x20,0x7f,0x48,0x49,0x6a,0x5c,0x4f,0xf8,0x48,0x48,0x6c,0x5a,0x49,0x8a,0x1c,0x0,0xc,0xf0,0x90,0x10,0x14,0x7e,0x90,0x90,0x90,0x90,0xfc,0x80,0x0,0x86,0x7c, -+0x3,0x40,0x30,0x10,0x3,0x2,0xf2,0x13,0x12,0x12,0x13,0x12,0x12,0x2a,0x44,0x3,0xf8,0x10,0xa0,0x48,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x48,0x68,0x50,0x6,0xfc, -+0x10,0x13,0x12,0x12,0xfe,0x12,0x32,0x3a,0x56,0x52,0x92,0x12,0x12,0x12,0x12,0x12,0x4,0xfe,0x4,0x4,0xf4,0x4,0x4,0xf4,0x94,0x94,0x94,0xf4,0x4,0x4,0x14,0x8, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xaa,0xae,0xc2,0x82,0x82,0xfe,0x82,0x82,0xfe,0x82,0x0,0xfe,0x82,0x82,0xfe,0x82,0x82,0xba,0xaa,0xaa,0xaa,0xba,0x82,0x82,0x8a,0x84, -+0x0,0x0,0x7b,0x49,0x48,0x4f,0x78,0x4b,0x4a,0x7b,0x4a,0x4b,0x48,0x7b,0x40,0xf,0x80,0x48,0xfc,0x10,0xa4,0xfe,0x0,0xf8,0x48,0xf8,0x48,0xf8,0x40,0xf8,0x40,0xfe, -+0x0,0x7f,0x40,0x40,0x5f,0x40,0x40,0x4f,0x48,0x48,0x48,0x48,0x4f,0x48,0x40,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0xe4,0x24,0x14,0x8, -+0x20,0x23,0x3e,0x42,0x82,0x7a,0x22,0x22,0xfa,0x22,0x22,0x26,0x2a,0x32,0x22,0x2,0x4,0xfe,0x4,0x4,0xf4,0x4,0x4,0xf4,0x94,0x94,0x94,0xf4,0x4,0x4,0x14,0x8, -+0x2,0x3f,0x22,0x22,0x32,0x2a,0x2a,0x22,0xff,0x22,0x22,0x22,0x22,0x42,0x4a,0x85,0x4,0xc,0x10,0x20,0x40,0x84,0xc,0x10,0xa0,0x42,0x6,0x8,0x10,0x20,0x40,0x80, -+0x2,0x1,0x3f,0x8,0x4,0xff,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x3f,0x1,0x7f,0x0,0x10,0xf8,0x20,0x44,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xf8,0x0,0xfc, -+0x20,0x27,0x20,0x20,0xf8,0x27,0x74,0x6c,0xa7,0x24,0x24,0x27,0x24,0x24,0x24,0x24,0x0,0xf8,0x10,0xa0,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x48, -+0x20,0x27,0x20,0x20,0xf8,0x27,0x24,0x2c,0x37,0xe4,0x24,0x27,0x24,0x24,0xa4,0x44,0x0,0xf8,0x10,0xa0,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x48, -+0x10,0x14,0x3e,0x49,0x84,0x3f,0x20,0x2f,0x20,0x27,0x24,0x24,0x24,0x27,0x20,0x20,0x40,0x44,0xfe,0x20,0x10,0xf8,0x8,0xe8,0x8,0xc8,0x48,0x48,0x48,0xc8,0x28,0x10, -+0x10,0x10,0x20,0x27,0x48,0xf9,0x12,0x27,0x41,0xf9,0x41,0x1,0x1a,0xe2,0x44,0x8,0x80,0x40,0x48,0xfc,0x80,0x10,0x8,0xfc,0x24,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x1,0x0,0x1f,0x10,0x97,0x50,0x50,0x17,0x34,0x57,0xd4,0x17,0x24,0x24,0x44,0x4,0x0,0x84,0xfe,0x0,0xf8,0xa0,0x44,0xfe,0x44,0xfc,0x44,0xfc,0x44,0x44,0x54,0x48, -+0x10,0x10,0x11,0x22,0x24,0x6b,0xb0,0x27,0x24,0x27,0x24,0x27,0x24,0x24,0x24,0x25,0x80,0x80,0x40,0x20,0x10,0xee,0x4,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0x88,0xa8,0x90, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x15,0x1a,0x33,0xd0,0x11,0x10,0x10,0x10,0x51,0x26,0x10,0xf8,0x10,0x10,0x10,0x14,0xe,0x0,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x0,0x0,0x8,0x6,0x22,0x18,0x8,0x0,0xff,0x0,0x1,0x1,0x2,0x4,0x18,0x60,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x84,0xfe,0x80,0x0,0x60,0x10,0x8,0xc,0x4, -+0x0,0x43,0x30,0x17,0x0,0x1,0xf2,0x17,0x11,0x11,0x12,0x12,0x14,0x28,0x44,0x3,0x18,0xe0,0x40,0xfc,0xe0,0x50,0x4e,0xf4,0x10,0x38,0x8,0x8,0x50,0x20,0x6,0xfc, -+0x0,0xf,0x8,0x8,0x8,0x8,0x8,0x78,0x40,0x40,0x40,0x40,0x40,0x40,0x7f,0x40,0x20,0xf0,0x20,0x20,0x20,0x20,0x24,0x3e,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x3f,0x1,0x1,0xff,0x5,0x9,0x11,0x27,0x44,0x4,0x4,0x8,0x8,0x10,0x60,0xf0,0x0,0x0,0x4,0xfe,0x40,0x20,0x10,0xce,0x44,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x2,0x1,0x7f,0x44,0x88,0x11,0x1,0x1,0xff,0x1,0x2,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0xfe,0x42,0x34,0x10,0x40,0x24,0xfe,0x0,0x80,0x80,0x40,0x30,0xe,0x4, -+0x0,0x7f,0x44,0x47,0x4c,0x52,0x41,0x42,0x46,0x49,0x70,0x46,0x41,0x40,0x7f,0x40,0x4,0xfe,0x4,0xe4,0x44,0x84,0x4,0x84,0x44,0x3c,0x94,0x4,0x4,0x84,0xfc,0x4, -+0x8,0x8,0x10,0x27,0x48,0x8,0x17,0x30,0x52,0x92,0x12,0x12,0x15,0x14,0x18,0x10,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x48,0x7c,0x40,0x40,0x40,0xc6,0x7c,0x0, -+0x0,0x40,0x30,0x11,0x2,0x5,0xf0,0x10,0x17,0x10,0x11,0x12,0x14,0x29,0x44,0x3,0x40,0x40,0xa0,0x10,0xe,0xf4,0x40,0x48,0xfc,0x40,0x50,0x4c,0x44,0x40,0x86,0xfc, -+0x0,0x40,0x31,0x12,0x84,0x48,0x57,0x0,0x10,0x2f,0xe0,0x22,0x24,0x28,0x22,0x21,0x80,0x80,0x40,0x20,0x10,0x2e,0xf4,0x80,0x88,0xfc,0x80,0xa0,0x98,0x88,0x80,0x0, -+0x0,0x3f,0x20,0x3f,0x21,0x2f,0x21,0x3f,0x21,0x22,0x27,0x2c,0x57,0x64,0x87,0x4,0x8,0xfc,0x8,0xf8,0x10,0xe0,0x44,0xfe,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x1,0x1,0x1,0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x8,0x7c,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0xf,0x0,0x40,0x40,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x8,0xf,0x10,0x20,0x7f,0xa1,0x21,0x21,0x3f,0x22,0x2,0x4,0x4,0x8,0x10,0x60,0x0,0xe0,0x40,0x88,0xfc,0x8,0x8,0x8,0xf8,0x88,0xa0,0x90,0x92,0x82,0x7e,0x0, -+0x0,0x44,0x34,0x14,0x87,0x40,0x4f,0x8,0x17,0x24,0xe4,0x24,0x24,0x24,0x24,0x24,0x40,0x44,0x44,0x44,0xfc,0x0,0xfe,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xc, -+0x0,0x7f,0x40,0x40,0x40,0x7f,0x41,0x42,0x44,0x48,0x50,0x60,0x42,0x41,0x7f,0x40,0x4,0xfe,0x84,0x84,0x94,0xfc,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x11,0xfd,0x13,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x11,0x51,0x21,0xa0,0x90,0x84,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xff,0x0,0x0, -+0xc,0xf1,0x10,0x14,0xfe,0x10,0x38,0x56,0x92,0x38,0x28,0x28,0x2a,0x4c,0x48,0x81,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0x20,0x58,0x44,0x82,0x2, -+0x0,0x78,0x4c,0x4a,0x48,0x78,0x4e,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x4d,0x88,0x18,0x8,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x84,0xa8,0x90,0x8c,0xc4,0x80,0x86,0x7c, -+0x10,0x11,0x10,0x14,0x7f,0x55,0x55,0x55,0x55,0x7c,0x50,0x14,0x1d,0xf5,0x42,0x4,0x0,0x8,0x90,0x8,0xfc,0x8,0x8,0x8,0xf8,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x40,0x34,0x13,0x1,0xfc,0x8,0x17,0x39,0x55,0x91,0x11,0x11,0x11,0x12,0x14,0x10,0x4,0x7e,0x44,0x44,0x7c,0x44,0x44,0x7c,0x42,0x54,0x48,0x66,0x42,0x80,0x46,0x3c, -+0x3,0x42,0x32,0x13,0x2,0x2,0xf3,0x12,0x12,0x12,0x12,0x13,0x12,0x28,0x44,0x3,0xf8,0x8,0x8,0xf8,0x8,0x8,0xfc,0x8,0xd0,0x20,0x90,0xc,0x4,0x0,0x6,0xfc, -+0x0,0x3f,0x2,0x2,0xff,0x4,0x4,0x8,0x10,0x2f,0x48,0x88,0x8,0x8,0xf,0x8,0x10,0xf8,0x0,0x4,0xfe,0x40,0x40,0x20,0x10,0xee,0x24,0x20,0x20,0x20,0xe0,0x20, -+0x1,0x1,0x1,0xff,0x1,0x21,0x21,0x21,0x21,0x21,0x3f,0x21,0x1,0x1,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x2,0x2,0xfe,0x0, -+0x7f,0x41,0x7f,0x52,0x7f,0x52,0x7f,0x52,0xa1,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x78,0x48,0x4c,0x80,0xfc,0x48,0x30,0x4e,0x84,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x30, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x11,0x1d,0x31,0xd7,0x11,0x11,0x11,0x11,0x50,0x20,0x80,0x80,0x84,0xfe,0x20,0x20,0x24,0x3e,0xe4,0x24,0x34,0x28,0x22,0x2,0xfe,0x0, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x14,0x18,0x37,0xd0,0x10,0x10,0x10,0x10,0x50,0x20,0x10,0x38,0xc0,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x8,0x7d,0x48,0x48,0x4b,0x7a,0x4a,0x4a,0x4b,0x7a,0x48,0x48,0x49,0x49,0x8a,0x1c,0x0,0x10,0xa0,0x8,0xfc,0x8,0x8,0x8,0xf8,0xa8,0xa0,0xa0,0x20,0x22,0x22,0x1e, -+0x10,0x20,0x7c,0x45,0x55,0x46,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0x14,0x8,0x40,0x20,0x0,0xfe,0x2,0x4,0x80,0x88,0x90,0xe0,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x7c,0x44,0x49,0x49,0x52,0x48,0x48,0x44,0x44,0x44,0x68,0x50,0x40,0x40,0x40,0x40,0x20,0x0,0xfe,0x2,0x4,0x80,0x88,0x90,0xe0,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x4,0x7e,0x4,0x24,0x24,0x27,0x24,0x24,0x3e,0x2,0x2,0x1a,0xe2,0x42,0x15,0xa,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x50,0x50,0x50,0x90,0x88,0xe,0x4, -+0x4,0x7e,0x4,0x25,0x25,0x26,0x24,0x24,0x3e,0x2,0x2,0x1a,0xe2,0x42,0x14,0x8,0x40,0x20,0x0,0xfe,0x2,0x4,0x80,0x88,0x90,0xe0,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x20,0x27,0x24,0x25,0xfd,0x26,0x75,0x6d,0xa4,0x24,0x26,0x25,0x24,0x24,0x24,0x24,0x10,0x90,0x94,0x7e,0x10,0x24,0x7e,0xa4,0xa4,0xbc,0xa4,0x24,0x3c,0x24,0x24,0x2c, -+0x0,0x3f,0x2,0x11,0xd,0x4,0x2,0x2,0xff,0x4,0x8,0x18,0x6,0x1,0x6,0x18,0x78,0x80,0x8,0x18,0x20,0x40,0x0,0x4,0xfe,0x10,0x10,0x20,0x40,0x80,0x60,0x10, -+0x10,0x10,0x13,0x10,0xfc,0x11,0x15,0x19,0x33,0xd5,0x19,0x11,0x11,0x11,0x51,0x21,0x0,0x4,0xfe,0x80,0x80,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0xb,0x7c,0x48,0x4f,0x49,0x49,0x49,0x4f,0x49,0x49,0x79,0x4f,0x0,0x0,0x7,0x38,0xc0,0x40,0x44,0xfe,0x50,0x50,0x54,0xfe,0x50,0x50,0x54,0xfe,0x40,0x48,0xfc, -+0x10,0x10,0x10,0x13,0xfa,0x14,0x11,0x1a,0x31,0xd0,0x10,0x11,0x12,0x12,0x52,0x21,0x40,0x20,0x0,0xfe,0x2,0x94,0x8,0x4,0xf8,0x10,0x60,0x80,0x0,0x2,0x2,0xfe, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x4f,0x48,0x48,0x48,0x4f,0x78,0x48,0x0,0xf,0x0,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x11,0x7c,0x54,0x57,0x54,0x54,0x7c,0x51,0x14,0x1c,0xf4,0x43,0x0,0x20,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x40,0x30,0x17,0x80,0x60,0x2f,0x8,0x10,0x20,0xe7,0x20,0x20,0x20,0x2f,0x20,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x11,0xfc,0x24,0x27,0x24,0x24,0x44,0x29,0x10,0x28,0x44,0x87,0x0,0x20,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x7f,0x8,0x8,0xf,0x8,0x8,0xa,0x11,0x11,0x10,0x24,0x28,0x30,0x60,0x0,0x8,0xfc,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x22,0x22,0x1e,0x0, -+0x40,0x30,0x10,0x7,0xfc,0x8,0x10,0x37,0x58,0x94,0x11,0x11,0x12,0x14,0x10,0x10,0x40,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0xe0,0xd0,0x48,0x4e,0x44,0x40,0x40,0x40, -+0x0,0x7f,0x3,0x5,0x19,0x61,0x1,0x7f,0x1,0x9,0x9,0x9,0x9,0x9,0xff,0x0,0x8,0xfc,0x0,0x60,0x18,0x8,0x0,0xfc,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0, -+0x8,0x8,0x8,0x10,0x1f,0x21,0x21,0x62,0x92,0xa,0x4,0x8,0x10,0x20,0x40,0x0,0x40,0x40,0x40,0x40,0x40,0x60,0x50,0x48,0x46,0x42,0x40,0x40,0x40,0x40,0x40,0x40, -+0x8,0xfc,0x3,0x2,0x7d,0x49,0x49,0x49,0x7a,0x2,0x4d,0x48,0x10,0xf9,0x2,0x4,0x40,0x20,0xfe,0x2,0x4,0xde,0x54,0x54,0x54,0x54,0x5c,0x94,0x90,0x12,0xe,0x0, -+0x1,0xff,0x4,0x14,0x34,0x44,0x3f,0x0,0x1f,0x10,0x1f,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x40,0x50,0x4c,0x44,0xf0,0x10,0xf0,0x0,0xf8,0x8,0x8,0x88,0x50,0x20, -+0x40,0x3f,0x10,0x2,0x86,0x68,0x27,0x8,0x17,0x24,0xe7,0x20,0x20,0x20,0x20,0x20,0x44,0xfe,0xa0,0xa8,0xa6,0xa2,0xf8,0x8,0xf8,0x0,0xfc,0x4,0x4,0x44,0x28,0x10, -+0x8,0xfd,0x10,0x10,0x10,0x13,0x7c,0x10,0x10,0x10,0x10,0x1c,0xf1,0x41,0x2,0x4,0x8,0xfc,0x0,0x0,0x4,0xfe,0x90,0x90,0x90,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x8,0x7d,0x0,0x0,0x4,0xfe,0x28,0x28,0x28,0x28,0x28,0x2a,0x2c,0x48,0x80,0x1,0x4,0xfe,0x10,0x24,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0xa4,0x58,0x44,0x82,0x2, -+0x2,0x2,0x2,0x2,0x7f,0x2,0x2,0xe,0x2,0x5,0x4,0x4,0x8,0x8,0x30,0xc0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0xa0,0xa2,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x13,0x16,0x5a,0x51,0x50,0x90,0x13,0x10,0x10,0x28,0x25,0x45,0x82,0x4,0x40,0x20,0xfe,0x2,0x14,0xf8,0x0,0x8,0xfc,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x2,0x1,0x7f,0x40,0x80,0x1f,0x0,0x0,0x7f,0x4,0x4,0x4,0x8,0x8,0x10,0x60,0x0,0x0,0xfe,0x2,0x24,0xf0,0x0,0x8,0xfc,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x8,0xff,0x12,0x15,0x21,0x21,0x79,0xaa,0x2a,0x2d,0x28,0x28,0x39,0x22,0x4,0x40,0x20,0xfe,0x2,0x4,0xde,0x54,0x54,0x54,0x54,0x5c,0x94,0x90,0x12,0xe,0x0, -+0x10,0x10,0x11,0x12,0xfc,0x13,0x12,0x1a,0x32,0xd3,0x12,0x10,0x10,0x11,0x52,0x24,0x80,0x80,0xf8,0x10,0x24,0xfe,0x44,0x44,0x44,0xfc,0x64,0xa0,0xa2,0x22,0x1e,0x0, -+0x0,0x8,0x7d,0x4a,0x4c,0x4b,0x4a,0x7a,0x4a,0x4b,0x4a,0x48,0x78,0x49,0x2,0x4,0x80,0x80,0xf8,0x10,0x24,0xfe,0x44,0x44,0x44,0xfc,0x64,0xa0,0xa2,0x22,0x1e,0x0, -+0x10,0x10,0x21,0x7d,0x46,0x44,0x44,0x7c,0x47,0x44,0x44,0x44,0x7d,0x45,0x2,0x4,0x40,0x20,0xfe,0x2,0x14,0xf8,0x0,0x4,0xfe,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x20,0x20,0x27,0x34,0xaa,0xa2,0xa3,0xa4,0x24,0x24,0x2a,0x21,0x21,0x22,0x24,0x28,0x80,0x40,0xfe,0x2,0x4,0x0,0xbc,0xa4,0xa4,0xb4,0xa8,0x20,0x22,0x22,0x1e,0x0, -+0x2,0x1,0x7f,0x40,0x90,0x1e,0x12,0x12,0x22,0x32,0x4a,0x4,0x8,0x10,0x20,0x40,0x0,0x0,0xfe,0x2,0x4,0xf8,0x88,0x88,0x88,0xa8,0x90,0x80,0x82,0x82,0x7e,0x0, -+0x20,0x20,0x23,0x22,0xfd,0x49,0x49,0x49,0x4a,0x92,0x55,0x20,0x50,0x49,0x82,0x4,0x40,0x20,0xfe,0x2,0x4,0xde,0x54,0x54,0x54,0x5c,0x54,0x90,0x92,0x12,0xe,0x0, -+0x0,0x0,0xff,0x2,0x2,0x2,0x3,0x2,0x2,0x4,0x4,0x4,0x8,0x10,0x20,0x40,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x8,0x7c,0x4b,0x4a,0x4d,0x79,0x49,0x49,0x4a,0x7a,0x4d,0x48,0x48,0x49,0x4a,0x9c,0x40,0x20,0xfe,0x2,0x4,0xdc,0x54,0x54,0x54,0x54,0x5c,0x94,0x90,0x12,0xe,0x0, -+0x0,0x40,0x37,0x10,0x80,0x60,0x20,0xb,0x10,0x20,0xe0,0x20,0x20,0x20,0x2f,0x20,0x0,0x8,0xfc,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x7f,0x1,0x1,0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x2,0x1,0x1,0x0,0xff,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x30,0x38,0x57,0x50,0x90,0x10,0x10,0x10,0x1f,0x10,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x7f,0x40,0x42,0x62,0x54,0x54,0x48,0x48,0x54,0x52,0x62,0x61,0x42,0x40,0x40,0x4,0xfe,0x4,0xc,0x8c,0x54,0x54,0x24,0x24,0x54,0x4c,0x8c,0x4,0x4,0x14,0x8, -+0x8,0x8,0x10,0x27,0x40,0x8,0x8,0x10,0x37,0x50,0x90,0x10,0x10,0x10,0x1f,0x10,0x80,0x40,0x8,0xfc,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x0,0x7,0x78,0x48,0x48,0x48,0x78,0x4f,0x48,0x48,0x48,0x78,0x40,0xf,0x0,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x10,0xa,0xff,0x20,0x20,0x26,0x38,0x20,0x0,0x3f,0x1,0x1f,0x1,0x1,0xff,0x0,0x4,0x7e,0x44,0x7c,0x44,0x7c,0x44,0x8c,0x0,0xf8,0x0,0xf0,0x0,0x4,0xfe,0x0, -+0x2,0x1,0xff,0x10,0x10,0x10,0x10,0x1f,0x0,0x2,0x11,0x50,0x50,0x90,0xf,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x84,0x92,0x12,0xf0,0x0, -+0x2,0x1,0x7f,0x10,0x10,0x10,0x1f,0x2,0x2,0xff,0x4,0x8,0x4,0x3,0x4,0x38,0x0,0x8,0xfc,0x0,0x0,0x20,0xf0,0x0,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x0,0x0,0x0,0x3f,0x20,0x3f,0x24,0x24,0x3f,0x29,0x31,0x2a,0x24,0x4a,0x91,0x2,0x80,0xa0,0x90,0xfc,0x80,0x80,0x84,0x44,0xc8,0x48,0x30,0x20,0x60,0x92,0xa,0x6, -+0x1,0x21,0x3f,0x0,0x7c,0x11,0xff,0x39,0x55,0x11,0xfd,0x24,0x48,0x30,0x29,0x46,0x0,0x8,0xf8,0x20,0x44,0xfe,0x24,0xfc,0x24,0xfc,0x44,0x60,0xa8,0xa2,0x22,0x1e, -+0x12,0x12,0x2a,0x4a,0x8a,0x1f,0x20,0x7f,0xa0,0x2f,0x29,0x29,0x29,0x29,0x30,0x20,0x10,0x10,0x90,0xa4,0xbe,0xc4,0x24,0xa8,0x28,0x28,0x10,0x50,0xa8,0x28,0x46,0x84, -+0x8,0xf,0x10,0x20,0x5f,0x10,0x10,0x13,0x12,0x12,0x12,0x12,0x22,0x22,0x41,0x80,0x0,0xe0,0x40,0x88,0xfc,0x0,0x10,0xf8,0x10,0x10,0x50,0x20,0x2,0x2,0xfe,0x0, -+0x1,0x1,0x1,0xff,0x1,0x1,0x3f,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x4,0xfe,0x0,0x10,0xf8,0x0,0x4,0xfe,0x4,0x4,0x4,0x28,0x10,0x0, -+0x0,0x40,0x2f,0x20,0x0,0x7,0xe0,0x20,0x2f,0x20,0x20,0x20,0x20,0x50,0x8f,0x0,0x80,0x88,0xfc,0x80,0x90,0xf8,0x80,0x88,0xfc,0x88,0x88,0xa8,0x90,0x86,0xfc,0x0, -+0x10,0x10,0x11,0x12,0xff,0x12,0x32,0x3a,0x56,0x52,0x92,0x12,0x12,0x14,0x14,0x18,0x80,0xf8,0x10,0x24,0xfe,0x0,0x8,0xfc,0x88,0x88,0xa8,0x90,0x82,0x82,0x7e,0x0, -+0x0,0x7f,0x41,0x41,0x5f,0x41,0x4f,0x41,0x5f,0x41,0x41,0x41,0x41,0x41,0x7f,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0xe4,0x4,0xf4,0x14,0x14,0x54,0x24,0x4,0xfc,0x4, -+0x0,0x8,0x7c,0x49,0x49,0x4b,0x4d,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x80,0xa0,0x94,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x0,0x0, -+0x10,0x10,0x10,0x11,0x59,0x57,0x55,0x91,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x80,0xa0,0x94,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x0,0x0, -+0x0,0x10,0xc,0x4,0x0,0xff,0x1,0x1,0x2,0x2,0x4,0x8,0x10,0x20,0x40,0x0,0x80,0x80,0x80,0x80,0x84,0xfe,0x4,0x4,0x4,0x84,0x64,0x24,0x4,0x4,0x28,0x10, -+0x0,0x44,0x24,0x24,0x88,0x5f,0x42,0x4,0x28,0x5f,0xc0,0x40,0x43,0x5c,0x48,0x40,0x40,0x50,0x44,0xfe,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80,0x80, -+0x10,0x10,0x20,0x21,0x49,0xfb,0x15,0x21,0x41,0xfd,0x1,0x1,0x1d,0xe1,0x41,0x1,0x80,0xa0,0x94,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x0,0x0, -+0x8,0x8,0xff,0x9,0x1,0x7f,0x1,0x3f,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x20,0x24,0xfe,0x20,0x8,0xfc,0x0,0xf8,0x0,0xfc,0x4,0x4,0x4,0x28,0x10,0x0, -+0x4,0x4,0xff,0x4,0x1f,0x1,0x7f,0x5,0x19,0x2,0xff,0x4,0x8,0x7,0x4,0x18,0x40,0x44,0xfe,0x40,0xf0,0x0,0xfc,0x40,0x30,0x4,0xfe,0x20,0x40,0x80,0x60,0x10, -+0x0,0x3f,0x1,0x1,0xff,0x5,0x9,0x31,0x5,0xff,0x4,0x8,0x4,0x3,0xc,0x30,0x30,0xc0,0x0,0x4,0xfe,0x40,0x38,0x10,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x8,0x8,0x8,0x17,0x10,0x30,0x57,0x90,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0x44,0xfe,0x44,0x44,0x54,0x48,0x40,0x40, -+0x8,0xa,0x9,0x10,0x17,0x30,0x50,0x90,0x10,0x10,0x11,0x11,0x12,0x14,0x18,0x10,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0xc4,0xa4,0x14,0x4,0x4,0x4,0x28,0x10, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x2f,0x21,0x21,0x2f,0x21,0x21,0x5f,0x41,0x81,0x0,0x8,0xfc,0x8,0x8,0xf8,0x20,0xf0,0x8,0xfc,0x0,0x8,0xfc,0x0,0x2,0x2,0xfe, -+0x10,0x10,0x20,0x27,0x48,0xf8,0x17,0x20,0x40,0xff,0x0,0x0,0x1c,0xe0,0x40,0x0,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0x44,0xfe,0x44,0x44,0x54,0x48,0x40,0x40, -+0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0xff,0x3,0x5,0x9,0x11,0x21,0x41,0x1,0x1,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x80,0x40,0x20,0x10,0xe,0x4,0x0,0x0, -+0x8,0x8,0xff,0x8,0x3f,0x21,0x3f,0x20,0x3f,0x20,0x3f,0x44,0x56,0x95,0x24,0xc,0x20,0x24,0xfe,0x20,0x8,0x8,0x8,0xfe,0x8,0x48,0x28,0x28,0x8,0x8,0x28,0x10, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x48,0x4f,0x48,0x48,0x49,0x7a,0x44,0x8,0x0,0x0,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0xe0,0x50,0x50,0x4e,0x44,0x40,0x40, -+0x1f,0x11,0x11,0x1f,0x11,0x11,0x1f,0x0,0xff,0x10,0x12,0x11,0x10,0x14,0x18,0x10,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x0,0x20,0x40,0x80,0x60,0x1c,0x8, -+0x0,0x3f,0x21,0x3f,0x21,0x3f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x10,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x0,0xb,0x7e,0x4a,0x4b,0x4a,0x4a,0x4b,0x48,0x4f,0x4a,0x7a,0x4a,0x2,0x3,0x2,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x0,0xfe,0x88,0x50,0x20,0x90,0xe,0x4, -+0x6,0xf8,0x11,0x11,0xff,0x39,0x55,0x91,0x11,0xfe,0x24,0x44,0x28,0x11,0x2a,0x44,0x40,0x84,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0x40,0x60,0xa0,0xa8,0x22,0x22,0x1e, -+0x8,0x8,0x8,0x10,0x17,0x30,0x52,0x92,0x11,0x11,0x10,0x10,0x10,0x1f,0x10,0x10,0x80,0x40,0x40,0x8,0xfc,0x0,0x8,0x8,0x10,0x10,0x90,0xa0,0x24,0xfe,0x0,0x0, -+0x0,0x47,0x34,0x17,0x84,0x67,0x20,0xb,0x12,0x23,0xe2,0x23,0x22,0x22,0x22,0x22,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x47,0x24,0x27,0x4,0x7,0xe0,0x23,0x22,0x23,0x22,0x23,0x2a,0x32,0x22,0x2,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x1,0x3f,0x21,0x21,0x3f,0x20,0x3f,0x20,0x3f,0x24,0x24,0x55,0x54,0xa4,0x14,0x8,0x8,0x88,0x8,0x8,0x8,0xfe,0x8,0x48,0x28,0x28,0x8,0x8,0x88,0x8,0x28,0x10, -+0x3f,0x21,0x3f,0x20,0x3f,0x20,0x3f,0x24,0x56,0x95,0x2c,0x2,0x51,0x50,0x90,0xf,0x8,0x8,0x8,0xfe,0x8,0x48,0x28,0x28,0x8,0x28,0x10,0x0,0x84,0x92,0x12,0xf0, -+0x0,0x0,0x7f,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0xff,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x28,0x10,0x0,0x0,0x4,0xfe,0x0, -+0x1,0x0,0x1f,0x10,0x93,0x52,0x53,0x12,0x33,0x50,0xd7,0x14,0x24,0x24,0x4f,0x0,0x0,0x84,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0xa4,0xa4,0xa4,0xfe,0x0, -+0x0,0x43,0x32,0x12,0x83,0x62,0x22,0xb,0x10,0x27,0xe4,0x24,0x24,0x24,0x2f,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfc,0xa4,0xa4,0xa4,0xa4,0xfe,0x0, -+0x10,0x10,0x10,0x14,0x7f,0x54,0x54,0x54,0x54,0x7c,0x50,0x14,0x1e,0xe2,0x41,0x2,0x40,0x20,0x20,0x4,0xfe,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x2,0x1,0x1,0xff,0x10,0x8,0x8,0x4,0x4,0x2,0x1,0x2,0x4,0x8,0x30,0xc0,0x0,0x0,0x4,0xfe,0x10,0x10,0x20,0x20,0x40,0x80,0x0,0x80,0x60,0x10,0xe,0x4, -+0x20,0x1b,0x48,0x40,0x5f,0x44,0x47,0x44,0x47,0x44,0x44,0x5f,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x24,0xf4,0x44,0xc4,0x44,0xc4,0x44,0x44,0xf4,0x44,0x44,0x54,0x8, -+0x10,0x10,0x20,0x20,0x4f,0xfa,0x11,0x21,0x40,0xfc,0x0,0x0,0x1c,0xe1,0x42,0x4,0x80,0x40,0x40,0x4,0xfe,0x8,0x10,0x10,0xa0,0xa0,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x1,0x9,0x7d,0x49,0x4a,0x4c,0x48,0x48,0x49,0x49,0x49,0x7a,0x4c,0x1,0x2,0x0,0x0,0x0,0x4,0xfe,0xa4,0xa4,0xa4,0xa4,0x24,0x24,0x44,0x44,0x84,0x4,0x28,0x10, -+0x8,0x1c,0xf0,0x11,0x12,0xff,0x10,0x33,0x38,0x57,0x50,0x95,0x15,0x19,0x10,0x10,0x40,0x40,0xf8,0x10,0x24,0xfe,0x4,0xfc,0x4,0xfc,0x40,0x24,0x22,0xa,0xf8,0x0, -+0x2,0x1,0x7f,0x8,0x4,0x3,0x1c,0xe2,0x1f,0x1,0x2,0x3f,0x9,0x11,0x25,0x2,0x0,0x8,0xfc,0x20,0x40,0x80,0x70,0x4e,0x80,0x20,0x10,0xf0,0x20,0x18,0x8,0x0, -+0x20,0x1b,0x8,0x40,0x40,0x4f,0x48,0x48,0x48,0x48,0x48,0x4f,0x48,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0x24,0xe4,0x24,0x4,0x14,0x8, -+0x0,0x10,0x79,0x52,0x54,0x59,0x53,0x50,0x57,0x50,0x54,0x72,0x54,0x0,0x2,0x1,0x20,0xa0,0x10,0x48,0x86,0x14,0xf8,0x0,0xbc,0x84,0xa4,0x94,0xa4,0x84,0x94,0x8, -+0x4,0x4,0x9,0x12,0xe4,0xf,0x0,0x3e,0x2,0x22,0x12,0xa,0x12,0x22,0xa,0x4,0x40,0x40,0x20,0x10,0x4e,0xe0,0x8,0xfc,0x8,0x88,0x48,0x28,0x48,0x88,0x28,0x10, -+0x4,0x4,0x9,0x12,0xe4,0xf,0x0,0x7f,0x8,0x8,0xf,0x9,0x8,0xb,0x1c,0x0,0x40,0x40,0x20,0x10,0x4e,0xe0,0x8,0xfc,0x0,0x20,0xf0,0x20,0xa0,0x22,0x22,0x1e, -+0x10,0x10,0x14,0x12,0xf8,0x10,0x16,0x1a,0x32,0xd2,0x12,0x12,0x12,0x15,0x58,0x20,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x48,0x28,0x28,0x8,0x8,0x28,0x16,0xfc,0x0, -+0x10,0x10,0x10,0x14,0x7e,0x54,0x54,0x55,0x7d,0x55,0x11,0x15,0x1d,0xe5,0x41,0x1,0x8,0xfc,0x88,0x88,0x88,0xf8,0x24,0xfe,0x24,0x24,0x54,0x8c,0x4,0x4,0x14,0x8, -+0x0,0x43,0x32,0x12,0x82,0x63,0x20,0xf,0x14,0x24,0xe4,0x24,0x25,0x24,0x24,0x24,0x8,0xfc,0x8,0x8,0x8,0xf8,0x44,0xfe,0x44,0x44,0x44,0xa4,0x14,0x4,0x14,0x8, -+0x2,0x1,0x7f,0x44,0x88,0x1f,0x28,0x8,0xf,0x1,0x3f,0x21,0x22,0x2c,0x20,0x20,0x0,0x0,0xfe,0x42,0x24,0xf0,0x28,0x20,0xe0,0x8,0xfc,0x8,0x88,0x68,0x28,0x10, -+0x4,0xe,0x78,0x8,0x8,0xff,0x8,0x8,0xa,0xc,0x18,0x68,0x9,0xa,0x28,0x10,0x80,0xa0,0x90,0x90,0x84,0xfe,0x80,0x90,0x90,0x60,0x40,0xa0,0x20,0x14,0x14,0xc, -+0x10,0x14,0xfe,0x10,0x7c,0x45,0x7e,0x44,0x7d,0x10,0xfe,0x11,0x10,0x10,0x10,0x10,0x20,0x20,0x50,0x50,0x88,0x16,0x94,0x50,0x10,0x94,0x1e,0xf0,0x10,0x10,0x10,0x10, -+0x2,0x7f,0x48,0x48,0x48,0x7e,0x42,0x42,0x42,0x7e,0x48,0x48,0x4a,0x7f,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0x60,0x50,0x48,0x44,0x44,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x13,0x12,0x12,0xff,0x12,0x17,0x1a,0x32,0xd3,0x12,0x12,0x14,0x14,0x5b,0x20,0x8,0xfc,0x8,0x8,0xf8,0x0,0xfc,0x40,0x88,0xfc,0x20,0xf8,0x20,0x24,0xfe,0x0, -+0x0,0x40,0x37,0x10,0x80,0x60,0x2f,0x8,0x10,0x20,0xe0,0x20,0x21,0x22,0x24,0x28,0x8,0x3c,0xc0,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x0,0x7f,0x1,0x11,0x11,0x11,0x11,0x29,0x29,0x45,0x85,0x1,0x1,0xff,0x0,0x0,0x8,0xfc,0x0,0x10,0x10,0x10,0x10,0x28,0x28,0x44,0x84,0x0,0x4,0xfe,0x0, -+0x0,0x8,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x48,0x78,0x47,0x0,0x0,0x0,0x40,0x88,0xfc,0x8,0x8,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x10,0x11,0x1d,0x21,0x21,0x7d,0x91,0x11,0x7d,0x10,0x10,0x17,0x18,0x10,0x0,0x40,0x88,0xfc,0x8,0x8,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x2,0x4,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x1f,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x20,0xf0,0x20,0x20,0x20,0xa0,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0x28,0x10, -+0x0,0x23,0x18,0x8,0x80,0x6f,0x21,0x9,0x11,0x23,0xe0,0x20,0x20,0x20,0x20,0x20,0x8,0xfc,0x0,0x0,0x4,0xfe,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x88,0x50,0x20, -+0x40,0x37,0x10,0x0,0x2,0xe2,0x22,0x22,0x25,0x29,0x20,0x28,0x30,0x20,0x1f,0x0,0x8,0xfc,0x40,0x40,0x48,0x48,0x48,0x48,0x54,0x64,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x3f,0x20,0x3f,0x20,0x2f,0x21,0x22,0x27,0x20,0x20,0x3f,0x40,0x40,0xbf,0x0,0x8,0xfc,0x8,0xf8,0x0,0xfc,0x0,0x20,0xf0,0x80,0x88,0xfc,0x80,0x84,0xfe,0x0, -+0x0,0x3f,0x2,0x2,0x2,0x2,0x7f,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x20,0xf0,0x0,0x0,0x0,0x8,0xfc,0x80,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x2,0x2,0x7f,0x2,0x2,0x4,0x4,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x0,0xf0,0x0,0x8,0xfc,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x10,0x13,0x10,0x10,0xfd,0x10,0x39,0x35,0x57,0x50,0x91,0x11,0x11,0x11,0x11,0x11,0x8,0xfc,0x80,0x88,0xfc,0x88,0x8,0x8,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x7f,0x4,0x4,0x3f,0x8,0x8,0xff,0x0,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x8,0xfc,0x0,0x20,0xf0,0x20,0x24,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x1f,0x10,0x10,0x1f,0x0,0x0,0x3f,0x1,0x1,0xff,0x2,0x2,0x4,0x18,0x60,0x10,0xf8,0x10,0x10,0xf0,0x0,0x10,0xf8,0x0,0x4,0xfe,0x80,0x40,0x20,0x1c,0x8, -+0x0,0x1f,0x11,0x11,0x11,0x11,0x11,0xff,0x11,0x11,0x22,0x22,0x3f,0x8,0x10,0x20,0x10,0xf8,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0xfc,0x10,0x50,0x20, -+0x0,0x2,0x3f,0x0,0x0,0xff,0x4,0x4,0x27,0x24,0x24,0x24,0x27,0xf8,0x40,0x0,0x40,0x50,0x48,0x48,0x40,0xfe,0x40,0x40,0x40,0x40,0x20,0x20,0xa0,0x12,0xa,0x6, -+0x0,0x0,0x7f,0x2,0x2,0x2,0x2,0x3f,0x4,0x4,0x4,0x8,0x8,0x8,0xff,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x10,0xfc,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x0, -+0x10,0x13,0x10,0x10,0xfd,0x10,0x15,0x19,0x37,0xd0,0x11,0x11,0x11,0x11,0x51,0x21,0x8,0xfc,0x80,0x88,0xfc,0x88,0x8,0x8,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0xf,0x11,0x11,0x21,0x41,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x20,0x3f,0x52,0x92,0x7f,0x12,0x12,0xff,0x10,0x1e,0x22,0x52,0xd,0x18,0xe0,0x0,0x8,0xfc,0x90,0x90,0xfc,0x90,0x94,0xfe,0x10,0xfc,0x90,0x94,0xfe,0x10,0x10,0x10, -+0x10,0x10,0x17,0x20,0x20,0x60,0xa0,0x27,0x21,0x21,0x21,0x22,0x22,0x22,0x3f,0x20,0x0,0x8,0xfc,0x80,0x80,0x80,0x88,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x9,0x9,0x9,0x12,0x15,0x31,0x51,0x91,0x1f,0x12,0x12,0x12,0x13,0x10,0x10,0x10,0x0,0x8,0xfc,0x0,0xf8,0x48,0x28,0x8,0xfe,0x48,0x28,0x8,0xfc,0x8,0x28,0x10, -+0x10,0x10,0x11,0x11,0x11,0xfd,0x11,0x11,0x11,0x11,0x10,0x1c,0xf3,0x40,0x0,0x0,0x40,0x88,0xfc,0x8,0x8,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x83,0x0,0x80,0xa0,0x90,0xfc,0x80,0x80,0x84,0x44,0x48,0x48,0x30,0x20,0x60,0x92,0xa,0x6, -+0x3f,0x1,0x7f,0x51,0x89,0x14,0x7,0xc,0x13,0xc,0xf2,0xf,0x2,0x4,0x8,0x30,0xf8,0x0,0xfe,0x12,0x24,0x10,0xe0,0x40,0x80,0x60,0x1e,0xe4,0x20,0x20,0xa0,0x40, -+0x0,0xb,0x7c,0x48,0x49,0x48,0x49,0x79,0x4f,0x48,0x49,0x49,0x79,0x49,0x1,0x1,0x8,0xfc,0x80,0x88,0xfc,0x88,0x8,0x8,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x11,0x11,0x51,0x51,0x7b,0x54,0x90,0x1c,0x31,0xd1,0x12,0x12,0x14,0x10,0x11,0x10,0x0,0x0,0x0,0x4,0xfe,0xa4,0xa4,0xa4,0x24,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x10,0x10,0x10,0x1f,0x24,0x44,0x84,0x8,0x8,0x8,0x10,0x11,0x21,0x42,0x4,0x8,0x0,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x84,0x84,0x84,0x4,0x4,0x4,0x28,0x10, -+0x8,0x8,0xf,0x18,0x26,0x41,0x6,0x1a,0xe2,0x1f,0x2,0x2,0x4,0x4,0x8,0x30,0x0,0x0,0xf0,0x20,0xc0,0x0,0xc0,0x30,0xe,0xf4,0x10,0x10,0x10,0x10,0xa0,0x40, -+0x10,0x13,0x10,0x10,0x59,0x54,0x51,0x91,0x17,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x8,0xfc,0x80,0x88,0xfc,0x88,0x8,0x8,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x43,0x32,0x12,0x3,0x0,0xe7,0x20,0x20,0x2f,0x20,0x20,0x28,0x31,0x22,0x4,0x8,0xfc,0x8,0x8,0xf8,0x0,0xfc,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x4,0x4,0x3f,0x4,0x4,0x4,0xff,0x0,0xf,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x20,0xf0,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20, -+0x2,0x7f,0x44,0x44,0x5f,0x51,0x51,0x5f,0x44,0x44,0x7f,0x0,0x24,0x22,0x42,0x80,0x4,0x7e,0x44,0x44,0x44,0x7c,0x40,0x40,0x44,0x44,0x3c,0x0,0x88,0x44,0x42,0x2, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x12,0x12,0x14,0x10,0x8,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0x0,0xff,0x4,0x4,0x4,0x7f,0x44,0x44,0x44,0x44,0x48,0x50,0x40,0x7f,0x40,0x0,0x4,0xfe,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x34,0x4,0x4,0xfc,0x4, -+0x0,0xb,0xfc,0x10,0x10,0x21,0x25,0x7f,0xa5,0x25,0x25,0x25,0x25,0x3d,0x25,0x1,0x4,0xfe,0x50,0x50,0x54,0xfe,0x54,0x54,0x54,0x54,0x5c,0x84,0x4,0x4,0xfc,0x4, -+0x0,0x4,0xfe,0x10,0x10,0x20,0x20,0x7d,0xa6,0x24,0x24,0x24,0x24,0x3c,0x24,0x1,0x40,0x40,0x40,0x7e,0x42,0x82,0x84,0x44,0x24,0x18,0x8,0x10,0x20,0x40,0x80,0x0, -+0x1,0x9,0x7d,0x49,0x4f,0x49,0x4b,0x7b,0x4d,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0x0,0x6,0x38,0x20,0xe0,0x20,0xbe,0x68,0x28,0x28,0x28,0x28,0x48,0x48,0x88,0x8, -+0x0,0x8,0x7f,0x48,0x4b,0x48,0x4b,0x4a,0x4b,0x49,0x4f,0x78,0x4b,0x2,0x2,0x3,0x40,0x48,0xfc,0x40,0xf8,0x0,0xf8,0x8,0xf8,0x10,0xfe,0x8,0xfc,0x8,0x8,0xf8, -+0x0,0x7,0x7a,0x4a,0x4a,0x4a,0x4b,0x4a,0x4a,0x4a,0x4a,0x7a,0x4c,0x8,0x11,0x2,0x8,0xfc,0x8,0x8,0x10,0x20,0x3c,0x84,0x88,0x48,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x11,0x11,0x1d,0x21,0x21,0x7d,0x91,0x11,0x7d,0x12,0x10,0x15,0x1a,0x10,0x0,0x8,0xfc,0x8,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x54,0x54,0xa4,0x24,0x44,0xa8,0x10, -+0x10,0x10,0x57,0x50,0x7c,0x50,0x97,0x1a,0x32,0xd2,0x12,0x12,0x13,0x12,0x13,0x12,0x0,0x4,0xfe,0x90,0x90,0x94,0xfe,0x94,0x94,0x94,0x94,0x8c,0x4,0x4,0xfc,0x4, -+0x9,0x1c,0xf0,0x10,0x11,0xfc,0x13,0x38,0x35,0x51,0x53,0x95,0x11,0x10,0x10,0x10,0x4,0xd8,0x20,0xd8,0x4,0x80,0xfe,0xa0,0x24,0xfe,0x24,0x24,0x34,0x28,0x20,0x20, -+0x2,0x4,0x1f,0x10,0x10,0x1f,0x10,0x1f,0x10,0x10,0x1f,0x2,0x51,0x50,0x90,0xf,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0xf0,0x10,0x10,0xf0,0x0,0x84,0x92,0x12,0xf0, -+0x8,0x6,0x1,0x6,0x3a,0x2,0xff,0x4,0x8,0x1f,0x28,0xc8,0x8,0x8,0x0,0x0,0x30,0xc0,0x0,0xc0,0x38,0x0,0xfe,0x80,0x88,0xfc,0x88,0x88,0xa8,0x90,0x80,0x80, -+0x0,0x3f,0x11,0x9,0x5,0xff,0x3,0x5,0x9,0x31,0x0,0x12,0x51,0x50,0x90,0xf,0xf8,0x0,0x10,0x20,0x44,0xfe,0x80,0x60,0x1c,0x8,0x0,0x0,0x84,0x92,0x12,0xf0, -+0x0,0x78,0x4f,0x48,0x49,0x7a,0x48,0x49,0x4e,0x7a,0x49,0x48,0x49,0x4a,0x48,0x98,0x40,0x44,0xfe,0xe0,0x58,0x48,0xa0,0x10,0x4e,0x48,0x50,0xe0,0x58,0x48,0x40,0xc0, -+0x2,0x2,0x2,0x7,0x4,0x8,0x10,0x24,0x43,0x1,0x0,0x1,0x2,0x4,0x18,0x60,0x0,0x0,0x8,0xfc,0x8,0x8,0x10,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0, -+0x11,0x11,0x17,0x11,0x59,0x55,0x5f,0x90,0x13,0x12,0x12,0x13,0x12,0x12,0x13,0x12,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x13,0x12,0x56,0x5b,0x52,0x93,0x12,0x12,0x13,0x28,0x2a,0x46,0x8a,0x1,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x80,0x60,0x2c,0xa,0xf8, -+0x11,0x10,0x10,0x14,0x59,0x50,0x57,0x90,0x11,0x11,0x13,0x2d,0x29,0x45,0x80,0x0,0x4,0xd8,0x20,0xd8,0x4,0x80,0xfe,0xa0,0x24,0xfe,0x24,0x24,0x34,0x28,0x20,0x20, -+0x40,0x37,0x12,0x1,0x80,0x61,0x23,0x8,0x10,0x27,0xe0,0x3f,0x20,0x21,0x22,0x2c,0x1c,0xe0,0x48,0x50,0x80,0x10,0xf8,0x40,0x84,0xfc,0x40,0xfe,0xa0,0x10,0xe,0x4, -+0x20,0x18,0x8,0x0,0x81,0x61,0x22,0xb,0x14,0x20,0xe0,0x20,0x20,0x21,0x22,0x2c,0x80,0x80,0x84,0xfe,0x4,0x4,0x4,0x8,0xc8,0x50,0x20,0x40,0x80,0x0,0x0,0x0, -+0x0,0x3f,0x20,0x3f,0x24,0x22,0x24,0x28,0x24,0x27,0x28,0x3f,0x40,0x40,0x80,0x0,0x8,0xfc,0x8,0xf8,0x90,0xa0,0x98,0x88,0x80,0xf0,0x84,0xfe,0x80,0x80,0x80,0x80, -+0x21,0x22,0x27,0x24,0xff,0x24,0x77,0x62,0xbf,0x24,0x27,0x24,0x24,0x2a,0x31,0x20,0x10,0x10,0x90,0x94,0xbe,0xc4,0xa4,0x28,0xe8,0x28,0x90,0x90,0xa8,0xa8,0x46,0x84, -+0x2,0x2,0x7f,0x4,0x4,0xb,0x10,0x22,0x1,0xff,0x5,0x9,0x38,0xca,0xc,0x8,0x40,0x28,0xfc,0x80,0xf0,0x84,0x7c,0x0,0x4,0xfe,0x8,0x10,0xa0,0x60,0x1c,0x8, -+0x1,0x0,0x3f,0x22,0x22,0x3f,0x22,0x22,0x23,0x20,0x2f,0x28,0x48,0x48,0x88,0x0,0x0,0x88,0xfc,0x20,0x24,0xfe,0x20,0x20,0xe0,0x88,0xfc,0x88,0x88,0xa8,0x90,0x80, -+0x0,0x0,0xff,0x0,0x8,0x4,0x2,0x2,0x0,0x3,0xc,0x30,0x10,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x24,0xc4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x10,0x29,0x47,0x85,0x0,0x40,0x84,0xfe,0x4,0x4,0xfc,0x4,0xfc,0x4,0x4,0xfc,0x40,0x20,0x2c,0xa,0xf8, -+0x1,0x7f,0x1,0x3f,0x0,0x1f,0x10,0x1f,0x4,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x8,0xfc,0x0,0xf8,0x0,0xf0,0x10,0xf0,0x44,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x10,0x11,0x11,0x1d,0x21,0x22,0x7c,0x93,0x10,0x7c,0x10,0x10,0x14,0x19,0x12,0x4,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x50,0x50,0x50,0x90,0x92,0x12,0xe,0x0, -+0x0,0x42,0x32,0x13,0x82,0x64,0x20,0xf,0x10,0x20,0xe0,0x21,0x21,0x22,0x24,0x28,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0xa0,0xa0,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x7f,0x4,0x4,0x8,0x3f,0x1,0x2,0x4,0x3f,0x1,0x9,0x9,0x11,0x25,0x2,0x38,0xc0,0x0,0x10,0x20,0xc0,0x0,0x20,0x10,0xf8,0x8,0x20,0x10,0x8,0x8,0x0, -+0x0,0x79,0x4b,0x54,0x50,0x63,0x52,0x4b,0x4a,0x4b,0x68,0x51,0x42,0x44,0x41,0x40,0x40,0x50,0x4c,0x44,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x0,0x0,0x7e,0x2,0x43,0x24,0x14,0x14,0x8,0x14,0x12,0x22,0x40,0x80,0x1,0x2,0x40,0x50,0x48,0x40,0xfe,0x40,0x44,0x44,0x48,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x10,0x10,0x21,0x21,0x45,0xf9,0x11,0x21,0x41,0xfd,0x1,0x1,0x1d,0xe1,0x41,0x1,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x0,0x0,0x7b,0x4a,0x4d,0x78,0x48,0x48,0x7f,0x48,0x49,0x49,0x79,0x49,0x1,0x1,0x40,0x20,0xfe,0x22,0xfc,0x20,0xf8,0x20,0xfe,0x20,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x13,0x14,0x7e,0x54,0x54,0x54,0x54,0x7c,0x50,0x14,0x1e,0xf2,0x40,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x30,0x28,0x24,0x24,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x7f,0x40,0x5f,0x51,0x51,0x5f,0x51,0x51,0x5f,0x51,0x41,0x41,0x41,0x7f,0x0,0x8,0xfc,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x0,0x0,0x4,0xfe,0x0, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x3e,0x22,0x3e,0x20,0x3e,0x20,0x3e,0x20,0x20,0x23,0xf0,0x0,0xfe,0x12,0x64,0x10,0xf8,0x8,0xf8,0x0,0xf8,0x88,0x50,0x20,0xde,0x4, -+0x10,0x10,0x23,0xfe,0x25,0x50,0x51,0xfc,0x13,0x10,0x1d,0xf1,0x51,0x11,0x11,0x11,0x40,0x20,0xfe,0x22,0xfc,0x20,0xf8,0x20,0xfe,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x17,0x7c,0x54,0x54,0x57,0x54,0x74,0x57,0x54,0x54,0x57,0x74,0x54,0x4,0x4,0x4,0xbe,0x84,0x84,0x84,0xbc,0x0,0x7c,0xc4,0x44,0x28,0x90,0x28,0x28,0x46,0x84, -+0x10,0x10,0x10,0x55,0x54,0x55,0x54,0x54,0x57,0x54,0x54,0x7c,0x4,0x0,0x1,0x6,0x20,0x20,0x28,0xfc,0x20,0x24,0xa8,0x20,0xfe,0x20,0x20,0x50,0x50,0x88,0xe,0x4, -+0x8,0x8,0x8,0x17,0x10,0x32,0x51,0x90,0x1f,0x10,0x10,0x10,0x11,0x12,0x14,0x18,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x44,0x2c,0x11,0x28,0x49,0x88,0x8,0x1b,0x28,0x48,0x88,0x8,0x8,0x51,0x26,0x20,0x20,0x28,0xfc,0x20,0x24,0xa8,0x20,0xfe,0x20,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0xff,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x4,0xfe,0x0,0x0,0x0,0x80,0x40,0x30,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x3f,0x20,0x3f,0x22,0x27,0x24,0x27,0x24,0x27,0x24,0x27,0x22,0x47,0x4a,0x81,0x1e,0xfe,0x0,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xf0,0x20,0xc0,0x3e, -+0x7f,0x2,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x8,0xf,0x14,0x22,0x41,0x6,0x38,0xfc,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x0,0xf0,0x20,0x40,0x80,0x60,0x1c, -+0x0,0xf,0x7c,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x4,0xfe,0x40,0x40,0x40,0x40,0x50,0x48,0x44,0x44,0x40,0x40,0x40,0x40,0x40,0x40, -+0x20,0x20,0x27,0x24,0xfc,0x24,0x27,0x2d,0x35,0xe5,0x25,0x25,0x25,0x29,0xa1,0x40,0x10,0x90,0x10,0x20,0x3e,0x42,0x94,0x10,0x10,0x10,0x28,0x28,0x28,0x44,0x44,0x82, -+0x20,0x20,0x27,0x3c,0x44,0x84,0x7f,0x25,0x25,0xfd,0x25,0x25,0x2d,0x35,0x29,0x0,0x10,0x90,0x10,0x20,0x3e,0x42,0x94,0x10,0x10,0x10,0x28,0x28,0x28,0x44,0x44,0x82, -+0x1,0x11,0x11,0x1f,0x11,0x21,0x1,0xff,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x10,0x10,0x10,0x20,0x24,0x64,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x27,0x24,0x40,0x40,0x40,0x40,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0xfc,0x4, -+0x11,0x10,0x1e,0x25,0x28,0x7e,0xaa,0x2b,0x3e,0x2a,0x2a,0x3f,0x0,0xe,0xf0,0x40,0x4,0x88,0x54,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x8,0x8,0x11,0x10,0x22,0x7e,0x8,0x13,0x20,0x7e,0x0,0x0,0x1e,0xe0,0x40,0x0,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x0,0x0,0x3f,0x20,0x20,0x3f,0x20,0x2f,0x29,0x29,0x29,0x4f,0x48,0x83,0x0,0x80,0xa0,0x90,0xfc,0x80,0x80,0x84,0x44,0x48,0x48,0x30,0x20,0x60,0x92,0xa,0x6, -+0x8,0x4b,0x49,0x48,0x48,0x48,0x4b,0x1f,0x10,0x11,0x11,0x11,0x12,0x2,0xc,0x30,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x1e,0xf4,0x10,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x9,0x9,0x11,0x23,0x42,0xc,0x13,0x31,0x51,0x97,0x11,0x11,0x11,0x11,0x10,0x10,0x4,0x3e,0x0,0xc0,0x4,0x7e,0x88,0x8,0x8,0xc8,0x8,0x48,0x88,0x8,0x28,0x10, -+0x8,0x12,0x3f,0x23,0x32,0x2a,0x22,0xfe,0x22,0x32,0x2a,0x22,0x22,0x43,0x8a,0x4,0x40,0x20,0x4,0xfe,0x20,0x20,0x40,0x84,0xf8,0x10,0x20,0x40,0x88,0xfc,0x4,0x0, -+0x20,0x1b,0x48,0x41,0x41,0x41,0x5f,0x41,0x43,0x45,0x49,0x51,0x41,0x41,0x40,0x40,0x4,0xfe,0x4,0x4,0x4,0x24,0xf4,0x4,0x84,0x44,0x34,0x14,0x4,0x4,0x14,0x8, -+0x40,0x20,0x2f,0x1,0x82,0x42,0x44,0x7,0x11,0x29,0xe6,0x22,0x25,0x24,0x28,0x30,0x0,0xc,0x70,0x10,0x10,0x50,0x5c,0x50,0x50,0x50,0x54,0xfe,0x0,0x80,0x7e,0x0, -+0x0,0xf8,0x8,0xf,0x8,0x78,0x40,0x41,0x41,0x78,0x8,0x8,0x9,0xb,0x50,0x20,0x80,0x40,0x4,0xfe,0x40,0x40,0x80,0x8,0xf0,0x20,0x40,0x80,0x8,0xfc,0x4,0x0, -+0x21,0x20,0x2f,0x20,0xfb,0x48,0x4f,0x48,0x4b,0x88,0x51,0x22,0x52,0x4c,0x88,0x0,0x10,0xa4,0xfe,0xa0,0xf8,0xa8,0xfe,0xa8,0xf8,0xa0,0xb0,0xa8,0xa8,0xa6,0xa0,0xa0, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x14,0x44,0x34,0x14,0x4,0x4,0xff,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x50,0x44,0x4c,0x50,0x40,0x44,0xfe,0x0, -+0x0,0x78,0x48,0x51,0x52,0x65,0x50,0x4a,0x4a,0x49,0x69,0x51,0x41,0x40,0x4f,0x40,0x40,0x40,0xa0,0x10,0x2e,0xf4,0x0,0x48,0x48,0x48,0x48,0x50,0x50,0x24,0xfe,0x0, -+0x0,0x9,0xfd,0x11,0x11,0x11,0x11,0x7d,0x11,0x11,0x10,0x1c,0xf0,0x41,0x2,0xc,0x8,0xfc,0x8,0x28,0x28,0x28,0x28,0x48,0x48,0x48,0x40,0xa0,0xa0,0x22,0x22,0x1e, -+0x8,0x8,0x9,0xff,0x8,0x9,0x7f,0x55,0x55,0x7f,0x49,0x7f,0x49,0x49,0x43,0x41,0x10,0x10,0x18,0x94,0x10,0x14,0xfe,0x10,0x10,0x10,0x28,0x28,0x28,0x44,0x44,0x82, -+0x0,0xf,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x8,0xff,0x4,0x8,0x10,0x3f,0x0,0x20,0xf0,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20,0x24,0xfe,0x0,0x20,0x10,0xf8,0x8, -+0x8,0x7c,0x4b,0x4a,0x4b,0x7a,0x4b,0x48,0x48,0x7f,0x49,0x49,0x4a,0x4c,0x49,0x98,0x40,0x88,0xfc,0x8,0xf8,0x8,0xfc,0x48,0x50,0xe0,0x60,0x50,0x4e,0x44,0x40,0x80, -+0x20,0x20,0x20,0x3d,0x26,0x48,0x41,0xa2,0x22,0x22,0x23,0x26,0x2a,0x32,0x23,0x2,0x80,0x80,0xf8,0x8,0x10,0x24,0x9e,0x4,0x4,0x4,0x9c,0x4,0x4,0x4,0xfc,0x4, -+0x4,0x2,0x7f,0x1,0x3f,0x1,0xff,0x0,0x44,0x29,0x12,0x20,0x60,0x20,0x23,0x2c,0x40,0x88,0xfc,0x0,0xf8,0x0,0xfe,0x80,0xfc,0x4,0x48,0x40,0xa0,0x90,0xe,0x4, -+0x2,0x1,0x7f,0x49,0x89,0xf,0x11,0x21,0xff,0x2,0x2,0x2,0x4,0x4,0x18,0x60,0x0,0x0,0xfe,0x2,0x24,0xf0,0x0,0x4,0xfe,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x78,0x48,0x51,0x52,0x64,0x51,0x4a,0x4a,0x4a,0x6b,0x52,0x42,0x42,0x43,0x42,0x80,0x80,0xf8,0x8,0x10,0x24,0x9e,0x4,0x4,0x4,0x9c,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x7d,0x45,0x49,0x49,0x51,0x49,0x49,0x45,0x45,0x45,0x69,0x51,0x41,0x41,0x41,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x4,0x88,0x50,0x20,0x10,0x4e,0x84,0x0, -+0x8,0x8,0x10,0x10,0x22,0x7f,0x8,0x10,0x23,0x7c,0x0,0x0,0x1c,0xe0,0x43,0x0,0x40,0x50,0x48,0x40,0x7c,0xc0,0x44,0x7e,0xc0,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x3f,0x22,0x22,0x22,0x3f,0x22,0x26,0x27,0x2a,0x2a,0x32,0x42,0x42,0x82,0x2,0x4,0xfe,0x0,0x4,0x7e,0xc4,0x44,0x7c,0x44,0xc4,0x7c,0x44,0x44,0x44,0x7c,0x44, -+0x20,0x27,0x38,0x43,0x82,0x7b,0x21,0x27,0xf9,0x23,0x21,0x2f,0x29,0x33,0x2d,0x1,0x40,0xfc,0x0,0xb8,0xa8,0xb8,0x10,0xfc,0x10,0xf8,0x10,0xfe,0x48,0x30,0x8e,0x4, -+0x0,0x3f,0x1,0x1,0xff,0x5,0x9,0x31,0xcf,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x30,0xc0,0x0,0x4,0xfe,0x40,0x30,0xe,0xe4,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20, -+0x12,0x1f,0x28,0x45,0x8,0x8,0xfe,0x8,0x18,0x1c,0x2a,0x28,0x48,0x88,0x8,0x8,0x44,0x7e,0xa0,0x10,0x4,0xfe,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x1,0xff,0x0,0x3e,0x22,0x3e,0x4,0x7f,0x4,0x3f,0x4,0xff,0x9,0x18,0x6c,0x8,0x4,0xfe,0x0,0xf8,0x88,0xf8,0x40,0xfc,0x40,0xf8,0x40,0xfe,0x10,0xa0,0x70,0xe, -+0x2,0x42,0x32,0x12,0x8f,0x62,0x26,0x7,0x1a,0x2a,0xf2,0x22,0x22,0x22,0x22,0x22,0x0,0x4,0x7e,0x44,0xc4,0x44,0x7c,0x44,0xc4,0x44,0x7c,0x44,0x44,0x44,0x7c,0x44, -+0x2,0x2,0x4,0x8,0x10,0x3f,0x1,0x2,0x4,0x3f,0x0,0x0,0x0,0x3,0xc,0x70,0x0,0x0,0x20,0x20,0x40,0x80,0x0,0x8,0x8,0xf0,0x20,0x40,0x80,0x0,0x0,0x0, -+0x82,0x44,0x29,0xfe,0x10,0x11,0x7c,0x10,0x10,0xfe,0x11,0x12,0x10,0x20,0x21,0x40,0x0,0x4,0xde,0x44,0x44,0x54,0xcc,0x44,0x44,0xcc,0x54,0x64,0x44,0x44,0x54,0x88, -+0x22,0x11,0x10,0xff,0x8,0x10,0x3b,0x54,0x90,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x8,0x10,0xa0,0xfc,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x2,0x41,0x30,0x17,0x0,0x0,0xf3,0x10,0x10,0x10,0x1f,0x10,0x14,0x18,0x10,0x0,0x8,0x10,0xa0,0xfc,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x10,0x11,0x11,0xff,0x11,0x31,0x39,0x55,0x91,0x11,0x0,0x12,0x51,0x50,0x90,0xf,0x8,0xfc,0x8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x0,0x0,0x84,0x92,0x12,0xf0, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x4a,0x2,0x2,0x2,0x20,0x40,0x84,0xfe,0x4,0x4,0xf4,0x94,0x94,0x94,0x94,0xf4,0x4,0x4,0x14,0x8, -+0x2,0x1,0x7f,0x0,0x1f,0x10,0x1f,0x0,0x3f,0x0,0x1,0xff,0x1,0x1,0x5,0x2,0x0,0x8,0xfc,0x0,0xf0,0x10,0xf0,0x0,0xf8,0x40,0x84,0xfe,0x0,0x0,0x0,0x0, -+0x0,0xb,0xfc,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x1d,0xf1,0x41,0x0,0x0,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x58,0x84,0x2, -+0x8,0x8,0x7f,0x8,0x8,0xff,0x4,0x8,0x1f,0x28,0xc8,0xf,0x8,0x8,0x8,0x7,0x20,0x28,0xfc,0x20,0x24,0xfe,0x40,0x20,0xf0,0x2e,0x24,0xe0,0x20,0x8,0x8,0xf8, -+0x11,0x11,0x12,0x17,0xfc,0x17,0x30,0x39,0x56,0x51,0x96,0x10,0x11,0x16,0x10,0x10,0x0,0xf0,0x24,0xfe,0x44,0xfc,0x80,0x44,0x68,0xb0,0x30,0x68,0xa6,0x20,0xa0,0x40, -+0x9,0x9,0xa,0x17,0x1c,0x37,0x50,0x91,0x16,0x10,0x17,0x10,0x11,0x16,0x10,0x10,0x0,0xf0,0x24,0xfe,0x44,0xfc,0x80,0x44,0x68,0xb0,0x30,0x68,0xa6,0x20,0xa0,0x40, -+0x2,0x4,0x8,0x7f,0x40,0x40,0x4f,0x48,0x48,0x48,0x48,0x4f,0x48,0x40,0x40,0x40,0x0,0x0,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0xe4,0x24,0x4,0x14,0x8, -+0x8,0xf,0x10,0x3f,0x61,0xa1,0x3f,0x6,0x19,0x62,0xc,0x31,0x6,0x18,0x62,0x1,0x0,0xe0,0x48,0xfc,0x8,0x8,0xf8,0x10,0x20,0xc0,0xc0,0xa0,0x90,0x8e,0x84,0x0, -+0x8,0xff,0x9,0x3f,0x1,0xff,0x1,0x3f,0x1,0x21,0x25,0x25,0x25,0x29,0x41,0x1,0x24,0xfe,0x20,0xf8,0x8,0xfe,0x8,0xf8,0x0,0x8,0x48,0x28,0x28,0x28,0x8,0x8, -+0x0,0x5,0xfe,0x10,0x11,0x21,0x25,0x7f,0xa5,0x25,0x25,0x25,0x25,0x3d,0x25,0x1,0x20,0x24,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x4,0x14,0x8, -+0x1f,0x1,0x7f,0x51,0x89,0x11,0x5,0x3,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0xf0,0x0,0xfe,0x12,0x24,0x10,0x40,0x90,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x8,0x49,0x2a,0x9,0x7f,0x41,0x41,0x7f,0x41,0x41,0x7f,0x41,0x41,0x41,0x45,0x42,0x4,0x4,0x4,0x24,0xa4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x0,0x8,0x7f,0x48,0x48,0x4f,0x48,0x49,0x4a,0x4c,0x4b,0x48,0x78,0x48,0x0,0x0,0x40,0x44,0xf8,0x50,0x64,0xfe,0x80,0xf8,0x10,0x24,0xfe,0x20,0x20,0x20,0xa0,0x40, -+0x3e,0x22,0x3e,0x0,0xff,0x2,0x1f,0x10,0x11,0x12,0x4,0x78,0x0,0x3e,0x22,0x3e,0xf8,0x88,0xf8,0x4,0xfe,0x0,0xf0,0x10,0x10,0x90,0x40,0x3c,0x0,0xf8,0x88,0xf8, -+0x10,0x11,0x10,0x3c,0x21,0x41,0xbd,0x11,0x11,0xfd,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0x24,0xa8,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x4,0x14,0x8, -+0x0,0x42,0x31,0x10,0x83,0x62,0x22,0xb,0x12,0x22,0xe3,0x22,0x22,0x22,0x22,0x22,0x40,0x48,0x50,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x8,0x28,0x10, -+0x2,0x1,0x7f,0x41,0x89,0x5,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x10,0x10,0x0,0x0,0xfe,0x2,0x24,0x50,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x50,0x20, -+0x2,0x41,0x30,0x11,0x82,0x6f,0x20,0x9,0x13,0x25,0xe9,0x21,0x21,0x21,0x21,0x21,0x8,0xb0,0x40,0xb0,0x48,0xfe,0x80,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x8,0x7c,0x4f,0x48,0x48,0x78,0x4b,0x48,0x4b,0x48,0x78,0x49,0x1,0x2,0xc,0x80,0x88,0xfc,0x80,0x50,0x22,0xd2,0xe,0x0,0xfc,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x1,0x1,0x1,0x1,0x1,0x5,0x5,0x9,0x9,0x11,0x21,0x41,0x1,0x1,0x5,0x2,0x0,0x0,0x0,0x0,0x0,0x40,0x20,0x10,0x8,0x4,0x4,0x0,0x0,0x0,0x0,0x0, -+0x2,0x2,0x3f,0x2,0x2,0xff,0x2,0x4,0x3f,0x10,0x21,0x5f,0x81,0x1,0x5,0x2,0x0,0x10,0xe0,0x40,0x84,0xfe,0x0,0x0,0xe0,0x80,0x8,0xfc,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x31,0x3a,0x54,0x50,0x90,0x10,0x10,0x10,0x13,0x1c,0x40,0x20,0x4,0xfe,0x0,0x88,0x6,0x8a,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x1,0x11,0x9,0x5,0x1,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0x0,0x10,0x20,0x40,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x0,0x0,0x7b,0x48,0x4f,0x48,0x4b,0x48,0x4a,0x4a,0x4a,0x7b,0x42,0x4,0x8,0x0,0x40,0x48,0xfc,0x48,0xfe,0x48,0xf8,0x40,0x48,0xe8,0xd8,0x58,0x48,0x48,0x48,0x40, -+0x10,0x12,0x1f,0x28,0x45,0x0,0x3f,0x1,0x1,0xff,0x2,0x2,0x4,0x8,0x10,0x60,0x40,0x48,0x7c,0xa0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x80,0x40,0x30,0xe,0x4, -+0x10,0x8,0x2,0xff,0x24,0x22,0x41,0xa4,0x14,0x8,0x14,0x24,0x22,0x42,0x80,0x1,0x20,0x20,0x20,0x24,0x7e,0x84,0x44,0x44,0x48,0x28,0x28,0x10,0x28,0x28,0x46,0x84, -+0x21,0x21,0x27,0x21,0xff,0x21,0x77,0x69,0xa1,0x20,0x2f,0x20,0x20,0x20,0x23,0x2c,0x0,0x4,0xfe,0x14,0xd4,0x14,0xd4,0x24,0x4c,0x44,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x4,0x4,0x24,0x27,0x24,0x24,0x24,0x27,0xfc,0x0,0x0,0x1f,0x0,0x0,0x7f,0x0,0x40,0x40,0x40,0x4c,0x70,0x40,0x42,0x42,0x3e,0x0,0x20,0xf0,0x0,0x8,0xfc,0x0, -+0x1,0x3f,0x21,0x3f,0x21,0x3f,0x10,0x10,0x3f,0x48,0xc8,0x54,0x40,0x7c,0x5,0x2,0x20,0xa0,0x20,0x3e,0x42,0x94,0x10,0x90,0xd0,0x90,0x90,0xa8,0xa8,0xa4,0x44,0x82, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x54,0x54,0x55,0x7e,0x51,0x15,0x1d,0xf5,0x40,0x0,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x80,0x80,0xfe,0x22,0x22,0x52,0x2,0xfa,0xa,0x4, -+0x28,0x28,0xfe,0x29,0x38,0x10,0x7f,0x54,0x54,0x7c,0x11,0xfe,0x10,0x10,0x13,0x10,0x20,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x20,0x20,0xfb,0x20,0x20,0x24,0x24,0x24,0x29,0x21,0x21,0x22,0x24,0x20,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x8c,0x8a,0x8a,0x8,0x8,0x8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x17,0xf8,0x12,0x11,0x18,0x37,0xd0,0x10,0x10,0x11,0x11,0x52,0x24,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0xe,0x4, -+0x12,0x12,0x13,0x16,0xfb,0x12,0x13,0x1a,0x33,0xd2,0x17,0x11,0x11,0x11,0x52,0x24,0x80,0x48,0xfc,0x40,0xf8,0x40,0xf8,0x40,0xfc,0x0,0xf8,0x10,0x3c,0x4,0x14,0x8, -+0x2,0x7f,0x4,0x24,0x24,0x45,0x7f,0xc,0xc,0x14,0x24,0x44,0x84,0x4,0x14,0x8,0x0,0x7c,0x44,0x44,0x48,0x48,0xd0,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0x8,0x14,0x22,0x41,0xbe,0x8,0x8,0x7f,0x8,0x2a,0x29,0x49,0x8,0x28,0x10,0x8,0x8,0x8,0x48,0x28,0x8,0x48,0x28,0xe,0xf8,0x8,0x8,0x8,0x8,0x8,0x8, -+0x8,0x7c,0x48,0x48,0x4b,0x78,0x48,0x4a,0x4a,0x7a,0x4d,0x49,0x49,0x4a,0x4c,0x98,0x80,0x80,0x80,0x88,0xfc,0x88,0x88,0x8c,0x8a,0x8a,0x8,0x8,0x8,0x8,0x28,0x10, -+0x4,0x24,0x17,0x14,0x4,0x5,0xf6,0x10,0x13,0x12,0x12,0x13,0x16,0x1a,0x13,0x2,0x20,0x24,0xa8,0x30,0x22,0xa2,0x5e,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x7f,0x40,0x88,0x8,0xf,0x8,0x8,0xf,0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0xfe,0x2,0x4,0x20,0xf0,0x0,0x8,0xfc,0x8,0x48,0xe8,0x8,0x8,0x50,0x20, -+0x10,0x10,0x10,0x17,0xfc,0x12,0x32,0x3a,0x57,0x52,0x92,0x12,0x14,0x18,0x10,0x13,0x20,0x28,0x24,0xfe,0x20,0xa0,0xa0,0xa4,0xe4,0xa8,0xa8,0x90,0xb0,0x52,0x8a,0x6, -+0x20,0x22,0x3f,0x48,0x88,0xa,0xff,0x8,0x28,0x2e,0x28,0x28,0x2f,0xf8,0x40,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x64,0x54,0x48,0x40,0x40, -+0x20,0x3e,0x44,0xbe,0x2a,0x3e,0x2a,0x3f,0x2a,0x41,0x9f,0x11,0x1f,0x1,0x7f,0x20,0x0,0xfc,0x24,0x4c,0xd0,0x7c,0x90,0xfe,0x10,0x10,0xf8,0x10,0xf0,0x8,0xfc,0x4, -+0x22,0x22,0x27,0x29,0xbf,0xaa,0xaa,0x2f,0x2a,0x2a,0x2f,0x2a,0x2a,0x2a,0x31,0x20,0x4,0x7e,0xa4,0x24,0xa4,0xc8,0xa8,0xbe,0xc8,0x88,0xfe,0x88,0x88,0x88,0x88,0x8, -+0x2,0x42,0x32,0x12,0x82,0x62,0x2f,0xa,0x12,0x22,0xe2,0x22,0x22,0x22,0x23,0x20,0x48,0x48,0x48,0x48,0x48,0x48,0xfe,0x48,0x48,0x48,0x48,0x78,0x40,0x8,0xfc,0x0, -+0x40,0x27,0x24,0x9,0x81,0x61,0x21,0x9,0x11,0x20,0xe0,0x2f,0x20,0x20,0x20,0x20,0x0,0xfe,0x2,0x4,0x0,0xfc,0x0,0x4,0xfe,0x4,0x24,0xf4,0x4,0x4,0x14,0x8, -+0x2,0x44,0x2f,0x28,0xf,0x8,0xef,0x28,0x28,0x3f,0x21,0x2a,0x34,0x28,0x12,0x1,0x8,0x88,0xc8,0x88,0x88,0xfe,0x88,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0xa8,0x10, -+0x3f,0x20,0x3f,0x20,0x24,0x22,0x2f,0x28,0x28,0x2f,0x28,0x28,0x4f,0x48,0x88,0x8,0xf8,0x8,0xf8,0x80,0x90,0xa8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x28,0x10, -+0x4,0xff,0x14,0x8,0x7f,0x22,0x14,0xff,0x8,0xa,0x7f,0x2a,0x49,0x88,0x29,0x10,0x40,0xfe,0x40,0x6,0x78,0x40,0x44,0xfe,0x48,0x48,0x48,0x48,0x88,0x88,0x8,0x8, -+0x8,0x8,0xff,0x8,0x8,0x0,0x2,0x1,0x50,0x50,0x50,0x90,0x10,0x10,0xf,0x0,0x20,0x24,0xfe,0x20,0x20,0x0,0x0,0x0,0x84,0x82,0x2,0x2,0x8,0x8,0xf8,0x0, -+0x10,0x10,0x1d,0x20,0x20,0x7c,0x93,0x10,0x7c,0x10,0x11,0x10,0x14,0x18,0x10,0x0,0x40,0x20,0xfc,0x0,0x88,0x50,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20, -+0x2,0x7,0x38,0x20,0x20,0x20,0x3f,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x85,0x2,0x40,0x40,0x40,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x2,0x1,0x3f,0x8,0x4,0x4,0xff,0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x1,0x0,0x10,0xf8,0x20,0x20,0x44,0xfe,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0, -+0x10,0xa,0x7f,0x0,0x22,0x14,0xff,0xa,0x7f,0x8,0xa,0x29,0x48,0x89,0x28,0x10,0x8,0x1c,0x60,0x40,0x40,0x44,0xfe,0x48,0x48,0x48,0x48,0x88,0x88,0x8,0x8,0x8, -+0x10,0x10,0x11,0x11,0x59,0x55,0x51,0x91,0x11,0x11,0x11,0x12,0x12,0x14,0x18,0x10,0x8,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x2,0x1,0x0,0x0,0x8,0x8,0x28,0x28,0x28,0x48,0x88,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x80,0xc0,0x80,0x0,0x8,0x4,0x2,0x2,0x2,0x0,0x10,0x10,0xf0,0x0, -+0x8,0x8,0xf,0x10,0x10,0x37,0x50,0x90,0x17,0x10,0x13,0x12,0x12,0x12,0x13,0x12,0x80,0x44,0xfe,0x0,0x8,0xfc,0x0,0x8,0xfc,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x8,0x10,0x7f,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x57,0xf8,0x40,0x0,0x0,0x10,0x92,0x54,0x54,0x10,0xfe,0x10,0x10,0x14,0xfe,0x10,0x90,0x10,0x10,0x10,0x10, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x1,0x21,0x3f,0x21,0x41,0xbf,0x1,0x1,0xff,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0x8,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0, -+0x0,0x7b,0x4a,0x4b,0x4a,0x7b,0x48,0x4a,0x4b,0x7c,0x48,0x4b,0x48,0x48,0x8f,0x18,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0x48,0xfc,0x40,0x50,0xf8,0x40,0x44,0xfe,0x0, -+0x2,0x45,0x29,0x11,0x29,0x49,0x88,0x9,0x19,0x2a,0x4c,0x89,0x8,0x8,0x57,0x20,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x20,0x24,0xfe,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x10,0x13,0x12,0x13,0x5a,0x57,0x50,0x92,0x13,0x14,0x18,0x13,0x10,0x10,0x1f,0x10,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0x48,0xfc,0x40,0x50,0xf8,0x40,0x44,0xfe,0x0, -+0x2,0x2,0x21,0x11,0x19,0x9,0x0,0x0,0xff,0x0,0x0,0x4,0xc,0x10,0x20,0x40,0x0,0x8,0x8,0x10,0x10,0x20,0x20,0x44,0xfe,0x0,0x0,0x40,0x20,0x18,0xc,0x4, -+0x0,0x7f,0x11,0x11,0x11,0x11,0x11,0xff,0x11,0x11,0x11,0x11,0x21,0x21,0x41,0x1,0x84,0xc4,0x4,0x24,0x24,0x24,0x24,0xe4,0x24,0x24,0x24,0x24,0x4,0x4,0x14,0x8, -+0x1,0x7f,0x12,0x12,0x12,0xff,0x12,0x12,0x12,0x23,0x41,0x7f,0x1,0x1,0xff,0x0,0x4,0x84,0x24,0x24,0x24,0xa4,0x24,0x24,0x4,0x14,0x8,0xfc,0x0,0x4,0xfe,0x0, -+0x0,0x7f,0x11,0x11,0x11,0x11,0x11,0xff,0x11,0x11,0x11,0x11,0x21,0x21,0x41,0x1,0x80,0xc4,0xc,0x10,0x20,0x44,0xc,0xd0,0x20,0x42,0x6,0x8,0x10,0x20,0x40,0x80, -+0x0,0x7f,0x12,0x12,0x12,0x12,0x12,0xff,0x12,0x12,0x12,0x12,0x22,0x22,0x42,0x2,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0xc8,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0xb,0x10,0x20,0x40,0x8,0x17,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xaa,0xae,0xc2,0x83,0x82,0xfe,0x82,0x82,0xff,0x82,0x4,0xfe,0x84,0xfc,0x84,0xfc,0x20,0xa0,0xfc,0x20,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x1,0x1,0x3f,0x1,0x1,0xff,0x8,0x4,0x3f,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x0,0x10,0xf8,0x0,0x4,0xfe,0x20,0x50,0xf8,0x0,0x8,0xfc,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0xff,0x3,0x5,0x9,0x31,0xc1,0x1f,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x4,0xfe,0x80,0x40,0x30,0xe,0x4,0xf0,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x12,0x12,0x5b,0x54,0x54,0x98,0x10,0x13,0x10,0x10,0x10,0x10,0x1f,0x10,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x50,0xf8,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x26,0x24,0x24,0x45,0x28,0x10,0x28,0x44,0x87,0x0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x14,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x50,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x0,0x20,0x50,0x48,0x44,0x42,0x41,0x42,0x44,0x48,0x50,0x40,0x7f,0x40,0x0,0x0,0x10,0x10,0x24,0x24,0x44,0x84,0x4,0x84,0x44,0x34,0x14,0x4,0xfc,0x4,0x0, -+0x8,0x7c,0x49,0x49,0x4a,0x7c,0x49,0x4a,0x4a,0x7a,0x4b,0x4a,0x4b,0x4a,0x88,0x18,0x80,0x80,0x0,0xfe,0x2,0x2,0x12,0xaa,0x4a,0xaa,0x1a,0xa,0xfa,0x2,0x14,0x8, -+0x8,0x8,0x10,0x1f,0x20,0x40,0x90,0x28,0x25,0x22,0x25,0x28,0x20,0x3f,0x20,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x44,0xa4,0x24,0x24,0x24,0xa4,0x24,0xe4,0x14,0x8, -+0x0,0x42,0x31,0x14,0x84,0x64,0x24,0xc,0x14,0x25,0xe5,0x26,0x24,0x27,0x24,0x20,0x0,0x8,0x10,0x94,0xa4,0x44,0x44,0xa4,0xa4,0x14,0xc,0xc,0x4,0xfc,0x4,0x0, -+0x10,0x10,0x10,0xfd,0x11,0x13,0x25,0x21,0x51,0x51,0x91,0x25,0x45,0x7d,0x1,0x1,0x40,0xa0,0x88,0xfc,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x10,0x10,0x22,0x7f,0x0,0x3e,0x22,0x3e,0x22,0x3e,0x22,0x26,0x0,0x48,0x44,0x80,0x80,0x98,0xe0,0x84,0x84,0x7c,0x80,0x98,0xe0,0x84,0x84,0x7c,0x0,0x88,0x46,0x2, -+0x8,0x8,0x8,0x10,0x17,0x30,0x50,0x90,0x11,0x11,0x12,0x14,0x18,0x10,0x10,0x10,0x40,0x40,0x40,0x44,0xfe,0x40,0xe0,0xe0,0x50,0x50,0x48,0x46,0x44,0x40,0x40,0x40, -+0x11,0x11,0x11,0x21,0x2a,0x6c,0xa9,0x2e,0x28,0x2b,0x28,0x28,0x23,0x20,0x21,0x26,0x0,0x0,0xf8,0x10,0xa0,0x40,0xb0,0x2e,0xc0,0x10,0x60,0x88,0x10,0x60,0x80,0x0, -+0x8,0x4,0x2,0x7f,0x1,0x3f,0x2,0xff,0x4,0xf,0x11,0x2f,0x42,0x84,0x3f,0x0,0x20,0x40,0x88,0xfc,0x0,0xf8,0x0,0xfe,0x10,0xf8,0x10,0xf0,0x10,0x14,0xfe,0x0, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x31,0x39,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x80,0x80,0x80,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x88,0x50,0x20, -+0x0,0x8,0x7f,0x4a,0x4b,0x4a,0x4b,0x4a,0x4b,0x48,0x48,0x7f,0x48,0x1,0x2,0xc,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x50,0x48,0xfe,0xa0,0x10,0xe,0x4, -+0x10,0x13,0x1c,0x20,0x27,0x7c,0x91,0x12,0x7d,0x10,0x10,0x10,0x15,0x19,0x12,0x4,0x18,0xe0,0x40,0x48,0xfc,0xe0,0x50,0x4e,0xf8,0x88,0x90,0x9c,0x4,0x4,0x28,0x10, -+0x0,0x3f,0x1,0x1,0x7f,0x5,0x9,0x31,0xcf,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x78,0x80,0x0,0x8,0xfc,0x40,0x30,0xe,0xe4,0x20,0x40,0x70,0x10,0x10,0xa0,0x40, -+0x20,0x10,0x10,0x0,0xfd,0x9,0x11,0x35,0x59,0x95,0x11,0x11,0x11,0x11,0x11,0x11,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x13,0x20,0x20,0x4f,0xf8,0x11,0x22,0x45,0xf8,0x0,0x0,0x19,0xe1,0x42,0x4,0x18,0xe0,0x40,0x48,0xfc,0xe0,0x50,0x4e,0xf8,0x88,0x90,0x9c,0x4,0x4,0x28,0x10, -+0x20,0x20,0x20,0x27,0xfc,0x24,0x27,0x24,0x24,0x24,0x3e,0xe5,0x48,0x8,0x17,0x20,0x88,0xfc,0x80,0xfe,0x82,0xf0,0x84,0xfc,0x0,0xa0,0xa8,0xb0,0xa0,0xa4,0xfe,0x0, -+0x0,0x0,0x0,0x3f,0x20,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x40,0x40,0x83,0x0,0x80,0xa0,0x90,0xfc,0x80,0x80,0x84,0x44,0x48,0x48,0x30,0x20,0x60,0x92,0xa,0x6, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x1,0xff,0x2,0x4,0x3f,0x24,0x24,0x24,0x24,0x20,0xf0,0x0,0xfe,0x12,0x64,0x10,0x4,0xfe,0x0,0x8,0xfc,0x88,0x88,0x88,0xa8,0x10, -+0x2,0x3,0x2,0x3f,0x22,0x23,0x3e,0x23,0x20,0x22,0x32,0x2a,0x4a,0x42,0xbf,0x0,0x10,0xf8,0x0,0xfe,0x2,0xe4,0x8,0xf8,0x0,0x40,0x48,0x58,0x60,0x40,0xfe,0x0, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x4b,0x4a,0x4a,0x4a,0x4b,0x7a,0x4c,0x4,0xb,0x0,0x48,0x7c,0x40,0xfe,0x42,0x70,0xc4,0x7c,0x0,0x50,0x54,0xd8,0x50,0x54,0xfe,0x0, -+0x4,0xb,0x10,0x20,0x41,0x5,0x9,0x11,0x21,0x41,0x5,0x9,0x11,0x20,0x40,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x58,0x86,0x2, -+0x8,0x8,0x10,0x21,0x42,0xc,0x13,0x30,0x50,0x97,0x10,0x11,0x12,0x14,0x11,0x10,0x40,0x40,0xa0,0x10,0xe,0x4,0xf8,0x40,0x48,0xfc,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x2,0x42,0x33,0x12,0x4,0x0,0xf0,0x1f,0x10,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x0,0x8,0xfc,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x8,0x7f,0x9,0x7f,0x2,0x4,0x1f,0x1,0x2,0x3f,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x20,0xfc,0x20,0xfc,0x0,0x10,0xe0,0x0,0x8,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xaa,0xae,0xa2,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x0,0x0,0x44,0x44,0xaa,0xaa,0xaa,0x92,0x92,0xaa,0xaa,0xa6,0xc6,0x82,0xfe,0x82, -+0x8,0x8,0x14,0x12,0x21,0x5e,0x88,0x8,0x7e,0x8,0x2c,0x2a,0x4a,0x8,0x29,0x12,0x0,0x0,0x8,0xfc,0x8,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x10,0x10,0x10,0x10,0xfe,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x22,0x22,0x41,0x80,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0xfa,0x2,0xfe,0x0, -+0x1,0x0,0x3f,0x20,0x2f,0x20,0x21,0x20,0x2f,0x20,0x20,0x20,0x40,0x40,0x82,0x1,0x0,0x88,0xfc,0x0,0xf8,0x20,0x40,0x80,0xfc,0x88,0x90,0x80,0x80,0x80,0x80,0x0, -+0x2,0x1,0xff,0x2,0x4,0x1f,0x1,0x2,0x3f,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x10,0x0,0x4,0xfe,0x0,0x10,0xe0,0x0,0x8,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x10,0x10,0x11,0x13,0x5a,0x56,0x52,0x92,0x12,0x12,0x12,0x12,0x12,0x1f,0x10,0x10,0x80,0x80,0x8,0xfc,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xfe,0x0,0x0, -+0x10,0xfe,0x22,0x64,0x18,0x14,0x62,0x4,0x1f,0x3,0xc,0x3f,0x1,0x11,0x65,0x2,0x4,0xfe,0x84,0x84,0x84,0xfc,0x84,0x20,0xc0,0x0,0x10,0xf8,0x0,0x30,0x8,0x0, -+0x10,0x13,0x10,0x11,0xfd,0x25,0x26,0x24,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0x0,0xfe,0x42,0x70,0x40,0x40,0xfe,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x4,0x4,0xc, -+0x10,0x10,0x23,0x20,0x48,0xf8,0x17,0x21,0x43,0xfd,0x9,0x1,0x1d,0xe1,0x41,0x1,0x40,0x44,0xf8,0x50,0x60,0x44,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x23,0x20,0x48,0xff,0x11,0x20,0x42,0xf9,0x7,0x0,0x1c,0xe0,0x41,0x2,0x40,0x50,0xf8,0x40,0x40,0xfc,0x24,0xa8,0x20,0x24,0xfe,0x40,0x60,0x90,0xc,0x4, -+0x10,0x11,0x14,0xfe,0x20,0x28,0x48,0x7f,0x8,0x8,0xe,0xf8,0x48,0x8,0x8,0x8,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x0,0x7b,0x4a,0x4c,0x4b,0x48,0x4b,0x4a,0x4b,0x4a,0x7b,0x48,0x0,0x7,0x0,0x40,0x20,0xfe,0x2,0x4,0xfc,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x0,0x4,0xfe,0x0, -+0x2,0x1,0x7f,0x40,0x80,0x3f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x0,0xff,0x0,0x0,0x0,0xfe,0x2,0x14,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x4,0xfe,0x0, -+0x1f,0x10,0x1f,0x10,0x1f,0x10,0xff,0x4,0x8,0x1f,0x2,0x51,0x50,0x90,0xf,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x14,0xfe,0x0,0x20,0xf0,0x10,0x84,0x82,0x12,0xf0,0x0, -+0x20,0x10,0x14,0xfe,0x21,0x22,0x3c,0x24,0x24,0x24,0x24,0x24,0x44,0x55,0x8a,0x4,0x80,0x84,0xfe,0x80,0x0,0xfe,0x22,0x24,0xa0,0xa8,0xbc,0xa0,0xa0,0x60,0x26,0x1c, -+0x2,0x1,0x1,0xff,0x2,0x2,0x4,0x8,0x3f,0x1,0x2,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x10,0x20,0xc0,0x0,0x0,0x0,0x10,0x10,0xf8,0x8, -+0x0,0x42,0x32,0x13,0x2,0x4,0xf7,0x10,0x10,0x10,0x11,0x11,0x12,0x2c,0x44,0x3,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0,0x6,0xfc, -+0x1,0x0,0x3f,0x24,0xa4,0x6f,0x32,0x2f,0x6a,0xaf,0x2a,0x2f,0x40,0x43,0x9c,0x8,0x0,0x84,0xfe,0x44,0x28,0x7c,0x10,0x90,0xfc,0x90,0x94,0xfe,0x10,0x90,0x10,0x10, -+0x0,0x8,0x7c,0x4f,0x48,0x48,0x79,0x4a,0x4b,0x78,0x48,0x49,0x4a,0x7b,0x48,0x0,0x80,0x40,0x44,0xfe,0x40,0x80,0x8,0x10,0xe0,0x40,0x80,0x0,0x8,0xfc,0x4,0x0, -+0x10,0x10,0x20,0x20,0x45,0xfa,0x11,0x21,0x41,0xfd,0x1,0x1,0x1d,0xe0,0x40,0x0,0x80,0x80,0x84,0xfe,0x4,0x4,0xf4,0x14,0x14,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x28,0x28,0xfe,0x29,0x29,0x3b,0x15,0x7d,0x55,0x55,0x7d,0x11,0xff,0x11,0x11,0x11,0xa0,0xa0,0xa0,0x20,0x24,0x28,0x30,0x20,0x60,0xa0,0x20,0x22,0x22,0x22,0x1e,0x0, -+0x8,0x8,0xff,0x8,0x20,0x7c,0x45,0x44,0x7c,0x43,0x7c,0x44,0x45,0x7c,0x40,0x0,0x20,0x24,0xfe,0x20,0x40,0x28,0xfc,0x88,0x50,0xfe,0x20,0x28,0xfc,0x20,0x20,0x20, -+0x22,0x11,0x11,0x0,0x7f,0x40,0x80,0x1f,0x0,0x1,0xff,0x1,0x1,0x1,0x5,0x2,0x8,0x8,0x10,0x20,0xfe,0x2,0x4,0xe0,0x40,0x84,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x2,0x1,0x1,0x7f,0x40,0x80,0x4,0x4,0x4,0x8,0x8,0x10,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0xfe,0x2,0x84,0x80,0x80,0x40,0x40,0x40,0x20,0x10,0xe,0x4,0x0, -+0x1f,0x1,0x7f,0x41,0x9d,0x1,0x1d,0x1,0x3f,0x0,0x0,0x1f,0x0,0x0,0x3f,0x0,0xf0,0x0,0xfe,0x2,0x74,0x0,0x70,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x1,0x1,0x2,0x3f,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0xff,0x0,0x0,0x0,0x0,0x8,0xfc,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0xfe,0x0, -+0x2,0x3f,0x22,0x22,0x3e,0x0,0x7f,0x41,0x49,0x49,0x49,0x49,0x49,0x14,0x23,0xc1,0x20,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x94,0x8, -+0x0,0x3f,0x1,0xff,0x1,0x3f,0x29,0x25,0x3f,0x1,0x3f,0x1,0x7f,0x24,0x22,0x40,0x38,0xc0,0x4,0xfe,0x0,0xf8,0x28,0x48,0xf8,0x0,0xf8,0x0,0xfc,0x48,0x24,0x4, -+0x10,0x17,0x24,0x24,0x47,0x94,0x25,0x65,0xa5,0x25,0x25,0x25,0x29,0x29,0x31,0x21,0x1c,0xe0,0x20,0x24,0xfe,0x20,0xfc,0x4,0x4,0xfc,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x8,0x8,0xf,0x10,0x10,0x2f,0x48,0x88,0xf,0x8,0x8,0xf,0x8,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x24,0x4,0x28,0x10, -+0x2,0x42,0x33,0x14,0x4,0x9,0xf1,0x11,0x11,0x11,0x11,0x13,0x15,0x18,0x10,0x0,0x0,0x4,0xfe,0x4,0x4,0xf4,0x14,0x14,0xf4,0x14,0x14,0xf4,0x14,0x4,0x14,0x8, -+0x0,0x3f,0x0,0x0,0x1f,0x0,0x0,0x3f,0x0,0x0,0xff,0x8,0x4,0x4,0x0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x20,0x24,0xfe,0x20,0x20,0x20,0xa0,0x40, -+0x9,0xfd,0x9,0x49,0x49,0x49,0x49,0x49,0x7d,0x5,0x1d,0xe5,0x45,0x15,0xa,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4, -+0x0,0x41,0x31,0x12,0x2,0x4,0xf9,0x14,0x12,0x12,0x11,0x11,0x11,0x28,0x44,0x3,0x0,0x24,0x24,0x48,0x48,0x90,0x20,0x90,0x48,0x48,0x24,0x24,0x24,0x0,0x6,0xfc, -+0x0,0x4,0xfe,0x21,0x21,0x3f,0x45,0x45,0xa5,0x19,0x9,0x11,0x21,0x40,0x80,0x0,0x80,0x84,0xfe,0x4,0x4,0xf4,0x14,0x14,0xf4,0x14,0x14,0xf4,0x14,0x4,0x14,0x8, -+0x0,0x47,0x30,0x11,0x81,0x61,0x21,0x9,0x17,0x21,0xe1,0x21,0x21,0x21,0x21,0x21,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x50,0xf0,0x10,0x10,0x10,0xa,0xa,0x6,0x0, -+0x1,0x41,0x31,0x11,0x1,0x1,0xf1,0x11,0x11,0x11,0x11,0x11,0x16,0x1a,0x14,0x8,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x4, -+0x0,0x47,0x30,0x11,0x1,0x1,0xf1,0x11,0x17,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x50,0xf0,0x10,0x10,0x10,0xa,0xa,0x6,0x0, -+0x0,0x40,0x3f,0x21,0x2,0x4,0xe4,0x27,0x3c,0x24,0x25,0x24,0x2c,0x54,0x88,0x7,0x10,0x10,0x10,0x10,0x10,0x10,0x58,0x54,0x94,0x92,0x12,0x50,0x20,0x0,0x6,0xfc, -+0x0,0x47,0x30,0x11,0x1,0x1,0xf7,0x11,0x11,0x11,0x11,0x11,0x11,0x29,0x44,0x3,0x10,0xf8,0x10,0x10,0x10,0x50,0xf0,0x10,0x10,0x10,0x12,0xa,0x6,0x0,0x6,0xfc, -+0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x2f,0x20,0x20,0x20,0x20,0x40,0x40,0x9f,0x0,0x8,0xfc,0x80,0x80,0x80,0x80,0x88,0xfc,0x80,0xa0,0x98,0x88,0x80,0x84,0xfe,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x11,0x10,0x10,0x10,0x50,0x20,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20,0x20, -+0x4,0xfe,0x9,0x29,0x29,0x49,0xff,0x9,0x19,0x29,0x48,0x88,0xb,0x8,0x28,0x10,0x40,0x88,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x2,0xff,0x92,0x92,0x92,0xfe,0x92,0x92,0x92,0xfe,0x92,0x10,0x11,0x10,0x10,0x10,0x20,0x44,0xfe,0x84,0xa4,0x84,0x94,0x88,0x80,0xfe,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x0,0xb,0x7c,0x48,0x48,0x49,0x49,0x4b,0x48,0x48,0x48,0x79,0x46,0x0,0x0,0x0,0x8,0xfc,0x10,0x90,0x90,0x10,0x14,0xfe,0x10,0x30,0x50,0x90,0x10,0x10,0x50,0x20, -+0x0,0x20,0x10,0xc,0x4,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x10,0x30,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0xff,0x8,0x0,0x3f,0x8,0x8,0x10,0x3f,0x0,0x3,0xc,0x30,0xc0,0x0,0x40,0x44,0xfe,0x40,0x10,0xf8,0x20,0x20,0x24,0xfe,0xa0,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x7f,0x0,0x10,0x10,0x20,0x20,0x7f,0x1,0x2,0x4,0x8,0x30,0xc0,0x1,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x10,0x11,0x14,0x7e,0x54,0x55,0x55,0x57,0x7c,0x10,0x14,0x1c,0xf4,0x41,0x2,0x0,0x8,0xfc,0x8,0x88,0x88,0x8,0x8,0xfe,0x28,0x28,0x48,0x48,0x88,0x8,0x28,0x10, -+0x1,0x21,0x21,0x3f,0x0,0x3f,0x20,0x2f,0x20,0x3f,0x20,0x20,0x2f,0x40,0x5f,0x80,0x0,0x8,0x8,0xf8,0x0,0xfc,0x80,0xf8,0x80,0xfe,0x80,0x80,0xf8,0x80,0xfe,0x0, -+0x10,0x1f,0x22,0x42,0x8f,0x14,0x24,0x7f,0xa0,0x2f,0x28,0x28,0x28,0x2f,0x28,0x20,0x80,0xc4,0x3e,0x0,0x84,0xfe,0x88,0xe8,0x48,0xe8,0x48,0x48,0x48,0xc8,0x28,0x10, -+0x0,0x43,0x32,0x12,0x83,0x62,0x22,0xb,0x12,0x22,0xe3,0x22,0x24,0x24,0x2b,0x30,0x8,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x2,0x7f,0x4,0x24,0x24,0x45,0xfe,0x4,0xc,0x14,0x24,0x44,0x84,0x4,0x14,0x8,0x40,0x50,0x54,0xfe,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80,0x80, -+0x0,0xb,0x7c,0x48,0x48,0x48,0x4c,0x4a,0x4a,0x49,0x48,0x78,0x48,0x0,0x7,0x0,0x8,0xfc,0x90,0x90,0x90,0x90,0x92,0x94,0x94,0x98,0x90,0x90,0x90,0x94,0xfe,0x0, -+0x0,0x7f,0x4,0x4,0x4,0x4,0x44,0x24,0x24,0x14,0x14,0x4,0x4,0x4,0xff,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x48,0x4c,0x50,0x50,0x60,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x47,0x20,0x22,0x2,0x4,0xef,0x20,0x20,0x20,0x24,0x29,0x32,0x24,0x8,0x0,0x8,0xfc,0x10,0x10,0x10,0x14,0xfe,0x10,0x30,0x50,0x90,0x10,0x10,0x10,0x50,0x20, -+0x0,0x7f,0x1,0x11,0x11,0x11,0xff,0x10,0x1f,0x10,0x1f,0x0,0x29,0x24,0x40,0x0,0x8,0xfc,0x0,0xf0,0x0,0x4,0xfe,0x0,0xf0,0x4,0xfe,0x4,0x24,0x94,0x14,0x8, -+0x0,0x17,0x7c,0x54,0x54,0x54,0x57,0x54,0x54,0x54,0x54,0x75,0x56,0x4,0x7,0x4,0x4,0xfe,0x4,0x44,0x44,0x44,0xfc,0x44,0x44,0xa4,0x94,0xc,0xc,0x4,0xfc,0x4, -+0x20,0x1b,0x49,0x41,0x5f,0x42,0x44,0x49,0x5f,0x69,0x4f,0x49,0x4f,0x41,0x40,0x40,0x4,0xfe,0x4,0x24,0xf4,0x84,0x44,0x24,0xfc,0x24,0xe4,0x24,0xe4,0x14,0xf4,0x8, -+0x20,0x27,0x24,0x24,0x2c,0xb4,0xa7,0xa4,0x24,0x24,0x24,0x25,0x56,0x4c,0x87,0x4,0x4,0xfe,0x4,0x44,0x44,0x44,0xfc,0x44,0x44,0xa4,0x94,0xc,0xc,0x4,0xfc,0x4, -+0x0,0x40,0x37,0x10,0x81,0x62,0x27,0xa,0x12,0x23,0xe2,0x22,0x23,0x20,0x20,0x20,0x40,0x48,0xfc,0xa0,0x10,0x8,0xfe,0x48,0x48,0xf8,0x48,0x48,0xf8,0x42,0x42,0x3e, -+0x8,0x8,0x8,0x7f,0x8,0x8,0xf,0x78,0x0,0x3f,0x24,0x24,0x24,0x24,0xff,0x0,0x40,0x40,0x40,0x50,0x48,0x44,0x44,0x40,0x8,0xfc,0x48,0x48,0x48,0x48,0xfe,0x0, -+0x0,0x7f,0x2,0x12,0xa,0x2,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x80,0x8,0xfc,0x40,0x48,0x50,0x44,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0xfd,0x10,0x10,0x20,0x20,0x7c,0xa7,0x24,0x24,0x24,0x25,0x3d,0x22,0x4,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x8,0x8,0x8,0x8,0x8, -+0x20,0x20,0x27,0x20,0xf9,0xa9,0xaa,0xaf,0xa8,0xf8,0x22,0x29,0x39,0xea,0x44,0x8,0x0,0x6,0xb8,0x88,0x8,0x8,0x2e,0xa8,0xa8,0xa8,0xa8,0x3e,0x0,0x86,0x7c,0x0, -+0x1,0x21,0x21,0x21,0x3f,0x0,0xff,0x2,0x4,0xf,0x18,0x28,0x48,0x8,0xf,0x8,0x0,0x8,0x8,0x8,0xf8,0x0,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x0,0x7d,0x4,0x8,0x11,0x21,0x7d,0x5,0x5,0x49,0x29,0x10,0x28,0x47,0x80,0x8,0x1c,0xe0,0x20,0x20,0x28,0x3c,0x20,0x20,0x20,0x28,0xfc,0x0,0x6,0xfc,0x0, -+0x2,0x1,0xff,0x0,0x0,0x1f,0x0,0x1f,0x0,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x4,0xfe,0x0,0x20,0xf0,0x0,0xf0,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x9,0x7f,0x22,0x14,0x7f,0x44,0x48,0x52,0x44,0x48,0x52,0x44,0x48,0x90,0x21,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0xa4,0xa4,0xa4,0xa4,0x48,0x86,0x2, -+0x20,0x1b,0x4a,0x42,0x47,0x48,0x51,0x4e,0x48,0x48,0x4e,0x48,0x48,0x4f,0x40,0x40,0x4,0xfe,0x4,0x4,0xc4,0x84,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x14,0x8, -+0x1,0x1,0x11,0x11,0x22,0x4,0x19,0x61,0x1,0x11,0x11,0x22,0x2,0x4,0x18,0x60,0x0,0x8,0x18,0x20,0xc0,0x30,0xc,0x4,0x10,0x30,0x40,0x80,0x40,0x30,0xe,0x4, -+0x0,0x41,0x31,0x11,0x81,0x61,0x22,0xc,0x10,0x23,0xe2,0x22,0x22,0x22,0x23,0x22,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xe,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x1,0x1,0x7f,0x2,0xc,0x31,0xdf,0x11,0x11,0x1f,0x11,0x11,0x1f,0x11,0x1,0x0,0x0,0x8,0xfc,0x80,0x60,0x1e,0xf4,0x10,0x10,0xf0,0x10,0x10,0xf0,0x14,0x4,0xfc, -+0x10,0x10,0x10,0x13,0xfc,0x11,0x13,0x1e,0x32,0xd3,0x12,0x12,0x13,0x10,0x50,0x20,0x40,0x40,0x48,0xfc,0xa0,0x50,0xf8,0x4e,0x48,0xf8,0x48,0x48,0xf8,0x42,0x42,0x3e, -+0x0,0xb,0x7e,0x4a,0x4b,0x4a,0x7a,0x4b,0x4a,0x7a,0x4a,0x4a,0x4a,0x7a,0x4b,0x2,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x88,0x50,0x20,0x10,0x8e,0x4,0x0, -+0x10,0x14,0x23,0x41,0x80,0x14,0x23,0x61,0xa0,0x21,0x22,0x2e,0x22,0x22,0x22,0x22,0x8,0x7c,0x0,0x0,0x0,0x4,0x7e,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x28,0x10, -+0x40,0x20,0x2f,0x8,0x90,0x67,0x20,0xf,0x14,0x27,0xe4,0x27,0x20,0x21,0x23,0x24,0x80,0x40,0xfe,0x2,0x4,0xfc,0x40,0xfc,0x44,0xfc,0x44,0xfc,0x0,0x10,0xc,0x4, -+0x10,0x10,0x10,0xff,0x11,0x13,0x7d,0x11,0x11,0xff,0x11,0x11,0x11,0x11,0x10,0x10,0x40,0x40,0xf8,0x10,0x24,0xfe,0x24,0x24,0x24,0xfc,0x4,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x13,0x12,0x12,0x12,0xfe,0x12,0x12,0x12,0x13,0x1e,0xf2,0x42,0x2,0x3,0x0,0x8,0xfc,0x0,0xfc,0x84,0xfc,0x84,0xfc,0x20,0xfe,0x48,0xc8,0x30,0x48,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x14,0x17,0xf0,0x17,0x14,0x14,0x34,0xc7,0x0,0x48,0x44,0x80,0x40,0x44,0xfe,0x40,0x50,0xd0,0x12,0xdc,0x50,0x52,0x52,0xce,0x0,0x88,0x46,0x2, -+0x0,0x3f,0x20,0x20,0x20,0x20,0x3f,0x20,0x20,0x21,0x21,0x22,0x42,0x44,0x88,0x10,0x8,0xfc,0x80,0xa0,0x90,0x94,0xfe,0x80,0x80,0x40,0x40,0x20,0x20,0x10,0xe,0x4, -+0x4,0x7f,0x11,0x11,0x21,0x25,0x7f,0xa5,0x25,0x25,0x24,0x24,0x3c,0x25,0x2,0x4,0x8,0xfc,0x8,0x28,0x28,0x28,0x48,0x48,0x48,0x48,0x60,0xa0,0xa2,0x22,0x1e,0x0, -+0x0,0x3f,0x24,0x24,0x29,0x29,0x3b,0x2d,0x29,0x29,0x29,0x29,0x49,0x49,0x89,0x9,0x8,0xfc,0x80,0xa0,0x14,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x14,0xfe,0x0, -+0x0,0x8,0x7f,0x48,0x48,0x4b,0x48,0x4b,0x48,0x48,0x4b,0x7a,0x4a,0x2,0x3,0x2,0x40,0x24,0xfe,0x0,0x8,0xfc,0x0,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x2,0x1,0x3f,0x8,0x4,0x3f,0x20,0x20,0x23,0x2c,0x20,0x23,0x4c,0x40,0x83,0x1c,0x0,0x10,0xf8,0x20,0x44,0xfe,0x20,0xc0,0x10,0x20,0xc0,0x8,0x10,0x60,0x80,0x0, -+0x10,0x10,0x10,0x15,0x5a,0x50,0x53,0x92,0x12,0x12,0x13,0x2a,0x26,0x46,0x83,0x2,0x80,0x80,0xfc,0x8,0x10,0x84,0x3e,0x4,0x4,0x4,0xbc,0x4,0x4,0x4,0xfc,0x4, -+0x2,0x1,0x7f,0x40,0x9f,0x10,0x1f,0x10,0x1f,0x2,0xff,0x4,0xc,0x3,0xc,0x30,0x0,0x0,0xfe,0x2,0xf4,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x20,0x40,0x80,0x60,0x18, -+0x0,0x40,0x33,0x10,0x0,0x3,0xf2,0x12,0x12,0x12,0x12,0x12,0x16,0x1a,0x14,0x9,0x40,0x24,0xfe,0x88,0x50,0xfe,0x10,0x20,0x48,0x90,0x24,0x44,0x88,0x10,0x60,0x80, -+0x8,0xfc,0x8,0x48,0x49,0x4a,0x4d,0x48,0x7c,0x6,0x5,0x1d,0xe5,0x44,0x17,0x8,0x40,0x40,0xa0,0xa0,0x10,0xe,0xf4,0x0,0x48,0x48,0x48,0x50,0x10,0x24,0xfe,0x0, -+0x4,0xfe,0x20,0x21,0x3d,0x25,0x25,0x45,0x65,0x9b,0x8,0x10,0x20,0x40,0x81,0x2,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0xfe,0x20,0x50,0x50,0x88,0x6,0x4, -+0x1,0x1,0x1,0x1f,0x11,0x11,0x11,0x11,0x11,0xff,0x1,0x2,0x2,0x4,0x8,0x30,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x14,0xfe,0x0,0x80,0x80,0x60,0x1c,0x8, -+0x1,0x1f,0x11,0x11,0xff,0x4,0xa,0x3f,0xca,0x8,0x8,0xf,0x0,0x7f,0x0,0x0,0x10,0xf8,0x10,0x14,0xfe,0x40,0x30,0xee,0x24,0xa0,0x44,0xfe,0x4,0xc4,0x14,0x8, -+0x8,0x1c,0xf0,0x11,0x15,0xff,0x11,0x39,0x35,0x53,0x50,0x90,0x10,0x10,0x11,0x12,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0xfe,0x20,0x50,0x50,0x88,0x6,0x4, -+0x10,0x13,0x10,0x10,0xfc,0x10,0x33,0x38,0x54,0x50,0x91,0x11,0x12,0x14,0x11,0x10,0x0,0xf8,0x10,0x20,0x40,0x84,0xfe,0xa4,0xa4,0xa4,0x24,0x44,0x44,0x84,0x28,0x10, -+0x10,0x13,0x10,0x10,0xfc,0x10,0x17,0x18,0x30,0xd0,0x11,0x11,0x12,0x14,0x51,0x20,0x0,0xf8,0x10,0x20,0x40,0x84,0xfe,0xa4,0xa4,0xa4,0x24,0x44,0x44,0x84,0x28,0x10, -+0xa,0x9,0x8,0x17,0x10,0x30,0x53,0x90,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x8,0x10,0xa0,0xfc,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x1,0x0,0x1f,0x10,0x97,0x50,0x50,0x11,0x37,0x51,0xd1,0x12,0x22,0x24,0x49,0x0,0x0,0x84,0xfe,0x0,0xf0,0x40,0x80,0x4,0xfe,0x24,0x24,0x44,0x44,0x84,0x28,0x10, -+0x8,0x4,0x2,0x7f,0x1,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x20,0x40,0x88,0xfc,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x2,0x41,0x30,0x17,0x80,0x60,0x23,0x8,0x10,0x20,0xef,0x20,0x20,0x20,0x20,0x20,0x8,0x10,0xa0,0xfc,0x40,0x40,0xf8,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x0,0x7d,0x45,0x49,0x49,0x51,0x49,0x49,0x45,0x45,0x45,0x69,0x51,0x41,0x41,0x41,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x8,0x5,0x3f,0x2,0x1f,0x2,0x7f,0x2,0x2,0x2,0x0,0xfc,0x0,0xf8,0x0,0xf8,0x88,0x8,0xe8,0x8,0xc8,0x8,0xfa,0xa,0x4,0x0, -+0x10,0x11,0x12,0x24,0x24,0x64,0xa4,0x24,0x24,0x24,0x25,0x26,0x24,0x20,0x20,0x20,0x80,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x54,0x48,0x40,0x40,0x40, -+0x1,0x0,0x1f,0x11,0x90,0x5f,0x50,0x10,0x37,0x50,0xd0,0x1f,0x20,0x20,0x40,0x0,0x0,0x84,0xfe,0x10,0xa4,0xfe,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x8,0x4,0x2,0x7f,0x1,0x3f,0x1,0xff,0x4,0x8,0x34,0xc4,0x4,0x4,0x8,0x10,0x20,0x40,0x88,0xfc,0x0,0xf8,0x0,0xfe,0x40,0x30,0x4e,0x44,0x40,0x40,0x40,0x40, -+0x12,0x11,0x10,0x17,0xfc,0x10,0x3b,0x34,0x50,0x50,0x9f,0x10,0x10,0x10,0x10,0x10,0x8,0x10,0xa0,0xfc,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x1,0x40,0x3f,0x10,0x87,0x60,0x2f,0x8,0x10,0x23,0xe0,0x27,0x21,0x22,0x2d,0x20,0x10,0xa4,0xfe,0x40,0xfc,0x40,0xfe,0x80,0x40,0xc8,0x50,0x60,0x50,0x4e,0x44,0x80, -+0x2,0x44,0x2f,0x28,0xf,0x8,0xef,0x22,0x3f,0x24,0x27,0x24,0x28,0x52,0x89,0x7,0x10,0x10,0x94,0xbe,0xc4,0xa4,0xa4,0x28,0xa8,0x10,0x90,0xa8,0xa4,0xc4,0x6,0xfc, -+0x8,0x7f,0x48,0x4b,0x4a,0x7a,0x4b,0x48,0x48,0x7f,0x48,0x49,0x48,0x48,0x88,0x1b,0x4,0xfe,0x90,0xfc,0x94,0x94,0xfc,0x40,0x40,0xfe,0x88,0x8,0x90,0x60,0x98,0x4, -+0x10,0x10,0x11,0x10,0xfc,0x24,0x24,0x27,0x24,0x44,0x28,0x10,0x28,0x45,0x82,0x4,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0x88,0x8,0x6,0x4, -+0x8,0xfd,0x10,0x11,0x10,0x10,0x7d,0x11,0x12,0x14,0x13,0x1c,0xf1,0x41,0x1,0x1,0x1c,0xe0,0x0,0x24,0xa4,0xa8,0x0,0xfc,0x20,0x24,0xfe,0x20,0x24,0x24,0xfc,0x4, -+0x10,0x10,0x17,0x12,0xfd,0x11,0x16,0x1b,0x34,0xd0,0x1f,0x10,0x12,0x12,0x53,0x22,0x8,0x3c,0xc0,0x48,0x48,0x50,0x0,0xfc,0x40,0x44,0xfe,0x40,0x48,0x48,0xf8,0x8, -+0x4,0x4,0x3,0x7e,0x1,0x0,0x7,0x38,0x0,0x7f,0x2,0x2,0x4,0x4,0x8,0x70,0x0,0x8,0xfc,0x20,0x40,0x84,0x64,0x1c,0x8,0xfc,0x40,0x40,0x40,0x42,0x42,0x3e, -+0x0,0x47,0x32,0x11,0x2,0x3,0xf4,0x10,0x1f,0x10,0x12,0x13,0x12,0x28,0x47,0x0,0x38,0xc0,0x48,0x50,0x40,0xf8,0x40,0x44,0xfe,0x40,0x48,0xf8,0x8,0x6,0xfc,0x0, -+0x2,0x1,0x7f,0x48,0x90,0x28,0xf,0x11,0x21,0xff,0x1,0x21,0x21,0x21,0x3f,0x20,0x0,0x0,0xfe,0x22,0x14,0x8,0xf0,0x0,0x4,0xfe,0x0,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x27,0x22,0x1,0x1,0xe2,0x23,0x24,0x20,0x2f,0x20,0x2a,0x32,0x23,0x2,0x8,0x3c,0xc0,0x48,0x48,0x50,0x0,0xfc,0x40,0x44,0xfe,0x40,0x48,0x48,0xf8,0x8, -+0x10,0x10,0x10,0x12,0xfd,0x25,0x24,0x24,0x24,0x45,0x2a,0x10,0x28,0x45,0x82,0x4,0x50,0x50,0x50,0x52,0x54,0x58,0x50,0x50,0xd8,0x54,0x54,0x90,0x92,0x12,0xe,0x0, -+0x0,0x8,0x7c,0x4f,0x48,0x49,0x4a,0x4d,0x49,0x48,0x48,0x48,0x78,0x49,0x2,0xc,0x80,0x40,0x44,0xfe,0x0,0x10,0x8,0x14,0x10,0xa0,0xa0,0x40,0xa0,0x10,0xe,0x4, -+0x0,0x0,0x7f,0x2,0x21,0x11,0x11,0x4,0x38,0x20,0x20,0x3e,0x20,0x20,0x3f,0x20,0x10,0x78,0x80,0x8,0x8,0x10,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x8,0x10,0x22,0x7c,0x9,0x10,0x7e,0x0,0xe,0x70,0x20,0x0,0x40,0x44,0xfe,0x40,0x40,0x44,0x7e,0x84,0x4,0x44,0x24,0x24,0x4,0x4,0x28,0x10, -+0x0,0x7f,0x4,0x3f,0x24,0x24,0x3f,0x2,0x2,0xff,0x4,0x8,0x6,0x1,0x6,0x38,0x8,0xfc,0x40,0xf8,0x48,0x48,0xf8,0x0,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x10,0x13,0x11,0x54,0x39,0x10,0xfd,0x29,0x2b,0x2d,0x29,0x2b,0x2d,0x49,0x81,0x1,0x0,0xfc,0x54,0xcc,0x54,0x44,0x20,0xfe,0x20,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x10,0x17,0x12,0x12,0xfe,0x13,0x3a,0x36,0x53,0x52,0x92,0x13,0x1e,0x10,0x10,0x10,0x0,0xfe,0x52,0x54,0x54,0xd8,0x54,0x52,0xd2,0x52,0x5a,0xd4,0x50,0x50,0x50,0x50, -+0x0,0x17,0x78,0x53,0x50,0x57,0x54,0x5b,0x50,0x53,0x52,0x73,0x41,0x0,0xf,0x0,0x48,0xfc,0x40,0xf8,0x0,0xfe,0x2,0xfc,0x0,0xf8,0x8,0xf8,0x10,0xa4,0xfe,0x0, -+0x2,0x7f,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x22,0x27,0xfa,0x42,0x2,0x2,0x2,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x64,0x58,0x40,0x40,0x40, -+0x4,0x8,0x14,0x2,0x1,0x6,0x18,0xe0,0x1f,0x2,0x2,0x2,0x2,0x2,0x2,0x2,0x40,0x20,0x50,0x80,0x0,0xc0,0x30,0xe,0xf0,0x10,0x10,0x10,0x50,0x20,0x0,0x0, -+0x0,0x7f,0x49,0x49,0x7f,0x49,0x49,0x7f,0x8,0xa,0x7f,0x8,0x8,0xf,0xf8,0x40,0x0,0x7c,0x4,0x28,0x10,0x10,0xfe,0x12,0x14,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x0,0x40,0x30,0x10,0x1,0x2,0xf,0x10,0x20,0xe3,0x22,0x22,0x22,0x22,0x23,0x2,0x40,0x40,0x80,0x80,0x10,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x1,0x1,0x1,0x11,0x11,0x11,0x1f,0xf1,0x11,0x11,0x11,0x11,0x10,0x10,0xf,0x0,0x0,0x0,0x0,0x0,0x30,0xd0,0x10,0x10,0x10,0x50,0x20,0x2,0x2,0x2,0xfe,0x0, -+0x0,0xff,0x2,0x4,0x1f,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x12,0x4,0x8,0x30,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x90,0x60,0x18,0x8, -+0x10,0x10,0x17,0x10,0xf9,0x11,0x12,0x1a,0x36,0xdb,0x12,0x12,0x12,0x12,0x53,0x22,0x80,0x44,0xfe,0x20,0x20,0x3c,0x44,0x64,0x98,0x48,0x50,0x20,0x50,0x8e,0x4,0x0, -+0x4,0x4,0x4,0x4,0x44,0x24,0x24,0x14,0x14,0x14,0x14,0x4,0x4,0x4,0xff,0x0,0x40,0x40,0x40,0x40,0x44,0x44,0x48,0x48,0x50,0x50,0x60,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x8,0x7c,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x2,0x2,0x3f,0x22,0x22,0x3f,0x22,0x22,0x3f,0x22,0x1,0x1,0x6,0x18,0xe0,0x0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x20,0xc0,0x80,0x44,0x34,0xc, -+0x0,0x78,0x4f,0x48,0x49,0x79,0x4a,0x4a,0x4e,0x7b,0x4a,0x4a,0x4a,0x4a,0x8b,0x1a,0x80,0x44,0xfe,0x20,0x20,0x3c,0x44,0x64,0x98,0x48,0x50,0x20,0x50,0x8e,0x4,0x0, -+0x2,0x1,0xff,0x8,0x8,0x10,0x11,0x32,0x56,0x99,0x10,0x10,0x10,0x11,0x12,0x1c,0x0,0x4,0xfe,0x80,0x80,0xf8,0x8,0x88,0x50,0x10,0xa0,0x40,0xa0,0x10,0xe,0x4, -+0x0,0x40,0x37,0x10,0x81,0x61,0x22,0xa,0x16,0x2b,0xe2,0x22,0x22,0x22,0x23,0x22,0x80,0x44,0xfe,0x20,0x20,0x3c,0x44,0x64,0x98,0x48,0x50,0x20,0x50,0x8e,0x4,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x7f,0x1,0x3f,0x0,0x7f,0x40,0x9f,0x0,0x1f,0x10,0x10,0x1f,0x4,0xff,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x2,0xf4,0x0,0xf0,0x10,0x10,0xf0,0x44,0xfe,0x0, -+0x0,0x7f,0x44,0x44,0x4f,0x50,0x40,0x5f,0x40,0x41,0x41,0x42,0x4c,0x40,0x7f,0x0,0x8,0xfc,0x0,0x10,0xf8,0x80,0x88,0xfc,0x80,0x40,0x30,0x18,0x8,0x0,0xfc,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x10,0x17,0x19,0x31,0xd1,0x11,0x11,0x11,0x17,0x50,0x20,0x8,0xfc,0x8,0x8,0xf8,0x0,0xfe,0x8,0xf8,0x8,0xf8,0x8,0xe,0xf8,0x8,0x8, -+0x10,0x10,0x10,0x1f,0x20,0x20,0x7c,0x90,0x11,0x7e,0x14,0x10,0x14,0x18,0x10,0x0,0x40,0x20,0x24,0xfe,0x40,0x40,0xa0,0xa4,0xa8,0x90,0x90,0x88,0x8e,0xa4,0xc0,0x80, -+0x8,0x8,0x8,0x17,0x10,0x30,0x50,0x90,0x11,0x12,0x14,0x10,0x10,0x10,0x10,0x10,0x40,0x20,0x24,0xfe,0x40,0x40,0xa0,0xa4,0xa8,0x90,0x90,0x88,0x8e,0xa4,0xc0,0x80, -+0x8,0xb,0x8,0x10,0x10,0x3f,0x50,0x90,0x10,0x13,0x10,0x10,0x11,0x11,0x12,0x14,0x8,0xfc,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0xf8,0x88,0x80,0x0,0x0,0x0,0x0, -+0x2,0x1,0x1,0xff,0x2,0x2,0x5,0x5,0xc,0x14,0x24,0xc4,0x4,0x5,0x6,0x4,0x0,0x0,0x4,0xfe,0x0,0x8,0x18,0x20,0xc0,0x80,0x40,0x20,0x18,0xe,0x4,0x0, -+0x4,0x7f,0x48,0x48,0x48,0x5e,0x52,0x52,0x52,0x5e,0x48,0x48,0x48,0x48,0x7e,0x1,0x4,0xfe,0x20,0x44,0xfe,0x84,0x94,0x94,0x94,0x94,0xa4,0xa4,0xa4,0x58,0x86,0x2, -+0x1,0x1,0xff,0x1,0x3f,0x1,0x1,0x3f,0x21,0x21,0x3f,0x1,0x2,0xc,0x30,0xc0,0x0,0x4,0xfe,0x0,0xf8,0x8,0x8,0xf8,0x8,0x0,0xfc,0x4,0x94,0x48,0x30,0xe, -+0x0,0x43,0x32,0x13,0x0,0xf,0xf0,0x13,0x12,0x12,0x12,0x10,0x11,0x2a,0x44,0x3,0x48,0xfc,0x48,0xf8,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0xa0,0x18,0x8,0x6,0xfc, -+0x8,0x1c,0xf0,0x11,0x12,0xfc,0x10,0x39,0x34,0x54,0x90,0x11,0x10,0x10,0x10,0x17,0x40,0x40,0xfc,0x84,0x48,0x30,0x60,0xa0,0x3e,0x42,0xc4,0x24,0x18,0x30,0xc0,0x0, -+0x8,0x8,0x8,0x12,0x12,0x32,0x51,0x91,0x10,0x10,0x10,0x10,0x11,0x12,0x14,0x18,0x0,0x80,0x64,0x24,0x4,0x8,0x8,0x10,0x90,0xa0,0x40,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x78,0x4f,0x48,0x4b,0x78,0x4b,0x4a,0x4a,0x7b,0x48,0x48,0x48,0x48,0x89,0x1e,0x40,0x44,0xfe,0x40,0xf8,0x48,0xf8,0x48,0x40,0xfe,0x42,0x4a,0xa4,0x90,0xe,0x4, -+0x20,0x26,0x38,0x22,0x1e,0x21,0x3e,0x48,0x8,0xfe,0x8,0x8,0x14,0x22,0x41,0x2,0x0,0xfc,0x8,0x50,0x20,0xfe,0x22,0x24,0xa0,0xb8,0xa0,0xa0,0xe0,0xa0,0x1e,0x4, -+0x0,0x40,0x33,0x12,0x82,0x62,0x23,0xa,0x12,0x22,0xe2,0x22,0x24,0x24,0x28,0x20,0x8,0x3c,0xc0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x2,0x1,0x7f,0x40,0x80,0xf,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x8,0xff,0x0,0x0,0x0,0xfe,0x2,0x24,0xf0,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x2f,0x20,0xfb,0x48,0x4b,0x4a,0x4a,0x93,0x50,0x20,0x50,0x48,0x81,0x6,0x40,0x44,0xfe,0x40,0xf8,0x48,0xf8,0x48,0x40,0xfe,0x42,0x4a,0xa4,0x90,0xe,0x4, -+0x8,0xf,0x10,0x1f,0x0,0xff,0x49,0x2a,0x7f,0x1c,0x2a,0x48,0xff,0x8,0x10,0x60,0x20,0xf0,0x20,0xe0,0x24,0xfe,0x20,0x78,0x24,0xfe,0x54,0x92,0xfe,0x10,0x10,0x10, -+0x10,0x10,0x17,0x10,0xfc,0x11,0x37,0x38,0x57,0x52,0x92,0x12,0x13,0x12,0x10,0x10,0x40,0x48,0xfc,0x40,0xa0,0x14,0xfe,0x8,0xe8,0x28,0x28,0x28,0xe8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x12,0x7e,0x55,0x55,0x55,0x54,0x7c,0x10,0x14,0x1c,0xf5,0x42,0xc,0x0,0x80,0x64,0x24,0x4,0x8,0x8,0x10,0x90,0xa0,0x40,0xa0,0x90,0x8,0xe,0x4, -+0x8,0x8,0xf,0x10,0x10,0x31,0x5f,0x90,0x13,0x12,0x12,0x12,0x13,0x12,0x10,0x10,0x40,0x48,0xfc,0x40,0xa0,0x14,0xfe,0x8,0xe8,0x28,0x28,0x28,0xe8,0x8,0x28,0x10, -+0x0,0x7f,0x0,0x0,0x20,0x20,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x1f,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10,0x0,0x0,0x0,0x4,0x4,0x4,0xfc,0x0, -+0x0,0x0,0x7f,0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x10,0x20,0x20,0x20,0x1f,0x0,0x0,0x0,0xe0,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0x4,0xfc,0x0, -+0x2,0x4,0x8,0x10,0x3f,0x8,0x8,0x1f,0x21,0x1,0xff,0x2,0x4,0x8,0x10,0x60,0x0,0x0,0x20,0x10,0xf8,0x8,0x10,0xf8,0x0,0x4,0xfe,0x80,0x40,0x30,0x1c,0x8, -+0x0,0x4,0x42,0x43,0x41,0x40,0x40,0x40,0x41,0x42,0x44,0x48,0x50,0x60,0x1,0x6,0x0,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0x10,0x20,0x30,0x48,0x84,0x4, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x20,0x20,0x1f,0x40,0x44,0xfe,0x40,0x0,0xc0,0x80,0x0,0x0,0x0,0x0,0x0,0x2,0x2,0x2,0xfe, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x16,0x1a,0x32,0xd2,0x12,0x13,0x12,0x10,0x50,0x20,0x40,0x84,0x3e,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0xa4,0x34,0x28,0x20,0x20,0x20, -+0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x8,0x1f,0x24,0x44,0x88,0x10,0x21,0x2,0x4,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x44,0x44,0x84,0x84,0x4,0x28,0x10, -+0x1f,0x10,0x10,0x1f,0x0,0x3f,0x21,0x21,0x21,0x3f,0x20,0x20,0x20,0x20,0x1f,0x0,0xf0,0x10,0x10,0xf0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x10,0x10,0x55,0x56,0x55,0x54,0x54,0x54,0x54,0x55,0x7d,0x45,0x0,0x0,0x80,0x80,0x88,0xfc,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x2,0x2,0xfe,0x0, -+0x8,0x8,0xb,0x10,0x10,0x30,0x50,0x91,0x12,0x12,0x14,0x14,0x14,0x14,0x13,0x10,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x8,0x9,0x11,0x21,0x41,0xa,0x14,0x33,0x51,0x91,0x10,0x10,0x10,0x10,0x13,0x1c,0x10,0xf8,0x10,0x10,0x10,0xe,0x0,0xf8,0x8,0x10,0x90,0xe0,0x40,0xb0,0xe,0x4, -+0x0,0x7b,0x49,0x48,0x4f,0x78,0x4b,0x4a,0x4b,0x7a,0x4b,0x48,0x4b,0x4b,0x8d,0x18,0x40,0xf8,0x10,0xa4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x80,0x68,0x26,0xa,0xf8, -+0x2,0x43,0x24,0x28,0x1f,0x8,0xe8,0x2f,0x20,0x21,0x21,0x22,0x24,0x58,0x88,0x7,0x0,0xe0,0x20,0x48,0xfc,0x88,0x88,0xf8,0x80,0x40,0x54,0x44,0x3c,0x0,0x6,0xfc, -+0x40,0x4c,0x71,0x40,0x47,0x3c,0x41,0x7c,0x91,0x10,0xfe,0x13,0x28,0x24,0x44,0x80,0x20,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x0,0x1f,0x10,0x91,0x51,0x51,0x12,0x34,0x53,0xd1,0x10,0x20,0x21,0x46,0x18,0x80,0x44,0xfe,0x0,0xf0,0x10,0x10,0xc,0x0,0xf8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x2,0x1,0x1,0xff,0x4,0x4,0x4,0x14,0x14,0x24,0x44,0x4,0x8,0x8,0x11,0x0,0x0,0x0,0x4,0xfe,0x40,0x40,0x40,0x50,0x48,0x44,0x44,0x40,0x40,0x40,0x40,0x80, -+0x2,0x1,0xff,0x5,0xc,0x34,0xc5,0x6,0x3f,0x24,0x28,0x37,0x24,0x24,0x27,0x20,0x0,0x4,0xfe,0x10,0xa0,0x60,0x1c,0x8,0xfc,0x48,0x28,0xd8,0x48,0x48,0xc8,0x18, -+0x1,0x3f,0x8,0x4,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x2,0x51,0x50,0x90,0xf,0x10,0xf8,0x20,0x44,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0x84,0x92,0x12,0xf0, -+0x10,0x8,0x7f,0x22,0x14,0xff,0x20,0x52,0x9c,0x28,0x4c,0x1b,0x29,0xc8,0x28,0x11,0x8,0x7c,0x48,0x48,0x48,0x86,0x0,0xf8,0x48,0x48,0x48,0x30,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x13,0x10,0x58,0x54,0x50,0x91,0x12,0x12,0x14,0x14,0x14,0x14,0x13,0x10,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x2,0x21,0x21,0x10,0x10,0x8,0x8,0x4,0x2,0x1,0x2,0x4,0x8,0x10,0x60,0x0,0x8,0x8,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x0,0x80,0x60,0x18,0xe,0x4, -+0x8,0x4,0x0,0x7f,0x0,0x4,0x8,0x10,0x0,0x3f,0x24,0x24,0x24,0x24,0xff,0x0,0x20,0x40,0x8,0xfc,0x0,0x40,0x30,0x10,0x0,0xf8,0x48,0x48,0x48,0x48,0xfe,0x0, -+0x2,0x41,0x30,0x17,0x80,0x61,0x22,0xc,0x10,0x27,0xe5,0x25,0x25,0x25,0x3f,0x20,0x10,0x20,0x8,0xfc,0x0,0x20,0x18,0x8,0x0,0xf8,0x28,0x28,0x28,0x28,0xfe,0x0, -+0x2,0x42,0x33,0x12,0x2,0x1,0xf0,0x10,0x13,0x12,0x12,0x13,0x16,0x1a,0x13,0x2,0x0,0x38,0xc0,0x2,0x2,0xfe,0x0,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x0,0x40,0x30,0x12,0x2,0x2,0xf1,0x11,0x10,0x10,0x10,0x14,0x19,0x12,0x4,0x8,0x0,0x80,0x44,0x44,0x4,0x8,0x8,0x10,0x90,0xa0,0x40,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x40,0x2f,0x28,0x10,0x3,0xe2,0x22,0x23,0x22,0x22,0x23,0x2a,0x32,0x2f,0x0,0x80,0x40,0xfe,0x2,0x4,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0xfe,0x0, -+0x0,0x47,0x22,0x21,0x0,0x0,0xe3,0x2c,0x20,0x23,0x20,0x24,0x2f,0x30,0x20,0x0,0x0,0xfc,0x8,0xb0,0x40,0xa0,0x1e,0x44,0x50,0xf8,0x40,0x48,0xfc,0x40,0x40,0x40, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x1f,0x8,0x8,0xff,0x8,0x8,0x8,0x10,0x20,0x10,0xf8,0x10,0x10,0xf0,0x4,0x4,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x7e,0x22,0x1a,0x22,0x2,0x1f,0x11,0x1f,0x11,0x1f,0x4,0x3f,0x4,0xff,0x8,0x30,0xf8,0x88,0x68,0x88,0x8,0xf0,0x10,0xf0,0x10,0xf0,0x40,0xf8,0x40,0xfe,0x20,0x10, -+0x0,0x7e,0x22,0x12,0x6,0x1a,0x62,0x1,0x1,0x7f,0x0,0x8,0x4,0x4,0xff,0x0,0x4,0xfe,0x44,0x24,0xc,0x34,0xc4,0x0,0x8,0xfc,0x20,0x20,0x40,0x44,0xfe,0x0, -+0x10,0x11,0x20,0x20,0x44,0xf8,0x10,0x23,0x40,0xfd,0x0,0x0,0x1d,0xe0,0x40,0x0,0x0,0xfc,0x88,0x50,0x20,0x50,0x8e,0x24,0x20,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20, -+0x4,0x4,0xff,0x4,0x3f,0x21,0x21,0x2f,0x21,0x22,0x22,0x24,0x28,0x20,0x3f,0x20,0x40,0x44,0xfe,0x40,0xf8,0x8,0x8,0xe8,0x8,0x88,0x88,0x48,0x28,0x8,0xf8,0x8, -+0x8,0x8,0xff,0x8,0x7c,0x44,0x48,0x50,0x48,0x44,0x44,0x64,0x59,0x41,0x42,0x44,0x20,0x24,0xfe,0x20,0xfc,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84,0x4,0x4,0x14,0x8, -+0x0,0x7f,0x41,0x41,0x41,0x5f,0x41,0x41,0x42,0x42,0x44,0x48,0x50,0x40,0x7f,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x4,0x4,0x84,0x84,0x44,0x34,0x14,0x4,0xfc,0x4, -+0xc,0x70,0x44,0x7e,0x44,0x7d,0x46,0x7d,0x40,0x7c,0x44,0x44,0x44,0x54,0x48,0x83,0x8,0xfc,0x88,0x88,0x88,0x6,0x0,0xfc,0x88,0x88,0x50,0x20,0x50,0x50,0x8e,0x4, -+0x2,0x1,0x3f,0x8,0x4,0x4,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x10,0xf8,0x20,0x20,0x44,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x0,0x7c,0x44,0x48,0x48,0x50,0x48,0x48,0x44,0x44,0x44,0x68,0x51,0x41,0x42,0x44,0x4,0xfe,0x84,0x84,0x84,0xfc,0x84,0x84,0x84,0xfc,0x84,0x84,0x4,0x4,0x14,0x8, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x54,0x54,0x54,0x8c,0x4,0x4,0xfc,0x4, -+0x0,0x8,0x7c,0x48,0x49,0x49,0x4a,0x4c,0x48,0x4b,0x48,0x78,0x48,0x0,0x0,0x0,0x40,0x40,0xa0,0xa0,0x10,0x10,0x8e,0x44,0x40,0xf8,0x8,0x10,0x10,0x20,0x40,0x80, -+0x10,0x11,0x11,0x3d,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x13,0x15,0x19,0x11,0x1,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x4,0x8c,0x50,0x20,0x10,0x4e,0x84,0x0, -+0x40,0x30,0x17,0x0,0x84,0x62,0x22,0x7,0x10,0x20,0xef,0x20,0x20,0x20,0x27,0x20,0x8,0x3c,0xc0,0x4,0x84,0x48,0x10,0xfc,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x0, -+0x2,0x1,0x7f,0x40,0x80,0x3f,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x0,0xc,0x30,0x40,0x0,0x0,0xfe,0x2,0x14,0xf8,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0x60,0x18,0x4, -+0x10,0x10,0x10,0x10,0x1e,0x22,0x25,0x50,0x90,0x10,0x10,0x12,0x14,0x18,0x11,0x2,0x20,0x20,0x20,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x50,0x50,0x90,0x88,0xe,0x4, -+0x0,0x0,0x3f,0x4,0x4,0xff,0x4,0x4,0x3f,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x0,0x10,0xf8,0x10,0x14,0xfe,0x10,0x10,0xf0,0x10,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x7f,0x1,0x1,0x1,0x3f,0x20,0x20,0x41,0x7f,0x1,0x1,0x1,0x11,0xa,0x4,0x8,0x88,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x88,0x8,0x8,0x8,0x8,0x8,0x8, -+0x0,0x78,0x48,0x51,0x52,0x67,0x50,0x4b,0x48,0x4b,0x68,0x52,0x42,0x46,0x4a,0x41,0x80,0x80,0xf0,0x10,0x24,0xfe,0x4,0xfc,0x4,0xfc,0x4,0x80,0x60,0x2c,0xa,0xf8, -+0x6,0x78,0x40,0x40,0x40,0x44,0x7e,0x40,0x40,0x40,0x40,0x4e,0x70,0x0,0x0,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0xa8,0x90,0x80,0x80,0x80, -+0x8,0x8,0x7f,0x8,0x1,0x1f,0x11,0x11,0x11,0xff,0x1,0x2,0x2,0x4,0x18,0x60,0x20,0x28,0xfc,0x20,0x10,0xf8,0x10,0x10,0x14,0xfe,0x0,0x80,0x80,0x60,0x1c,0x8, -+0x10,0x17,0x14,0x15,0xfd,0x16,0x3b,0x34,0x50,0x5f,0x90,0x11,0x10,0x10,0x11,0x16,0x0,0xbc,0xa4,0xac,0xac,0xb4,0x18,0xa4,0x80,0xfe,0x90,0x10,0xa0,0x40,0xb0,0x8, -+0x0,0x3e,0x22,0x2a,0x2a,0x2a,0x14,0x62,0x2,0xff,0x4,0x8,0x4,0x3,0x4,0x38,0x8,0xfc,0x88,0xa8,0xa8,0xa8,0x50,0x88,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x0,0x3f,0x22,0x24,0x2c,0x35,0x24,0x24,0x21,0x27,0x24,0x24,0x47,0x40,0x9f,0x0,0x80,0xfe,0x50,0x7c,0xd0,0x7c,0x50,0x5c,0x0,0xf0,0x90,0x20,0xfc,0x4,0xe4,0xc, -+0x1,0x0,0x3f,0x20,0x21,0x28,0x24,0x24,0x22,0x22,0x22,0x22,0x40,0x40,0x9f,0x0,0x0,0x84,0xfe,0x0,0x4,0x84,0x84,0x48,0x48,0x48,0x10,0x10,0x20,0x44,0xfe,0x0, -+0x10,0x17,0x24,0x25,0x45,0xfe,0x13,0x24,0x40,0xff,0x0,0x1,0x1c,0xe0,0x41,0x6,0x0,0xbc,0xa4,0xac,0xac,0xb4,0x18,0xa4,0x80,0xfe,0x90,0x10,0xa0,0x40,0xb0,0x8, -+0x4,0x4,0x7f,0x4,0x4,0x7f,0x40,0xbf,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x0,0x40,0x48,0xfc,0x40,0x40,0xfe,0x2,0xf4,0x0,0x10,0xf8,0x0,0x40,0x24,0xfe,0x0, -+0x4,0x4,0x7f,0x4,0x4,0x7f,0x41,0x81,0x1f,0x11,0x11,0x1f,0x1,0x1,0x3f,0x0,0x40,0x48,0xfc,0x40,0x40,0xfe,0x2,0x14,0xf8,0x10,0x10,0xf0,0x0,0x10,0xf8,0x8, -+0x4,0x4,0x7f,0x4,0x7f,0x40,0x8f,0x8,0x8,0xf,0x0,0x1f,0x10,0x10,0x1f,0x10,0x40,0x48,0xfc,0x40,0xfe,0x2,0xe4,0x20,0x20,0xe0,0x0,0xf0,0x10,0x10,0xf0,0x10, -+0x4,0x4,0x7f,0x4,0x4,0x7f,0x41,0x81,0x9,0x9,0x11,0x2,0x2,0x4,0x18,0x60,0x40,0x48,0xfc,0x40,0x40,0xfe,0x2,0x14,0x30,0x40,0x0,0x80,0x40,0x30,0xe,0x4, -+0x10,0x10,0x14,0x7e,0x54,0x54,0x55,0x55,0x55,0x7d,0x11,0x15,0x1d,0xf4,0x40,0x0,0x8,0xfc,0x88,0x88,0xf8,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0x22,0x1e, -+0x0,0x41,0x26,0x14,0x4,0x4,0xf4,0x14,0x15,0x16,0x14,0x10,0x10,0x28,0x47,0x0,0x0,0x84,0x7e,0x44,0x44,0x44,0x44,0xc4,0x44,0x54,0x48,0x40,0x40,0x46,0xfc,0x0, -+0x1,0xff,0x10,0x1f,0x0,0x1f,0x10,0x1f,0x0,0x77,0x54,0x75,0x55,0x71,0x52,0xb4,0x0,0xfe,0x0,0xf0,0x0,0xf0,0x10,0xf0,0x0,0xdc,0x54,0x54,0x5c,0x14,0x96,0x62, -+0x0,0x7f,0x10,0x17,0x14,0x12,0x21,0x22,0x44,0x0,0x3f,0x24,0x24,0x24,0xff,0x0,0x10,0xf8,0x10,0xd0,0x7c,0x84,0x4,0xd4,0x48,0x0,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x4,0xff,0x0,0x3f,0x20,0x3f,0x15,0x24,0x54,0x8,0x84,0xc4,0x88,0x90,0xa0,0x84,0x4,0xe8,0x10,0xa2,0x82,0x84,0x8,0x90,0xa0,0x40, -+0x40,0x4b,0x70,0x40,0x45,0x3d,0x1,0x1d,0xf1,0x15,0xff,0x11,0x38,0x54,0x91,0x16,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x20,0x58,0x84,0x2, -+0x4,0xff,0x10,0x10,0x21,0x25,0x7f,0xa5,0x25,0x25,0x25,0x24,0x3d,0x24,0x0,0x3,0x4,0xfe,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xa0,0x60,0x9e,0x4, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x4a,0x7a,0x4a,0x4f,0x48,0x48,0x78,0x49,0x2,0xc,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0x48,0x48,0xfe,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x0,0x11,0x79,0x52,0x52,0x54,0x5f,0x52,0x54,0x5f,0x50,0x71,0x4e,0x4,0x0,0x0,0x20,0x20,0x24,0x3e,0x44,0x84,0x4,0x44,0x24,0xa4,0x4,0x84,0x4,0x44,0x28,0x10, -+0x20,0x27,0x24,0x24,0xfc,0x27,0x2c,0x34,0x64,0xa7,0x24,0x24,0x28,0x28,0xb0,0x40,0x4,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0x44,0x54,0x8, -+0x10,0x17,0x14,0x24,0x24,0x67,0xa4,0x24,0x24,0x27,0x24,0x24,0x28,0x28,0x30,0x20,0x4,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0x44,0x54,0x8, -+0x0,0x78,0x4f,0x49,0x4a,0x7a,0x4f,0x49,0x4a,0x7c,0x4f,0x48,0x48,0x49,0x4a,0x9c,0x40,0x24,0xfe,0x10,0x28,0xbe,0x68,0x28,0xbe,0xa8,0xa8,0xbe,0xa8,0x28,0x3e,0x20, -+0x0,0x0,0x1f,0x10,0x97,0x54,0x54,0x17,0x34,0x54,0xd7,0x14,0x24,0x24,0x48,0x10,0x80,0x44,0xfe,0x0,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x44,0x54,0x8, -+0x0,0x3f,0x20,0x2f,0x20,0x3f,0x20,0x2f,0x20,0x2f,0x28,0x2f,0x48,0x4f,0x88,0x8,0x84,0xfe,0x80,0xf8,0x88,0xfe,0x88,0xf8,0x80,0xf8,0x88,0xf8,0x88,0xf8,0x88,0x98, -+0x1,0x0,0xff,0x8,0x10,0x21,0x49,0xfb,0x11,0x25,0x45,0xf9,0x9,0x11,0x21,0x41,0x0,0x84,0xfe,0xa0,0x94,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x14,0xfe,0x0, -+0x0,0x7d,0x44,0x44,0x44,0x7d,0x11,0x11,0x5d,0x51,0x51,0x51,0x5d,0xf1,0x41,0x1,0x0,0xfc,0x8,0x50,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x10,0x11,0x10,0x14,0x7e,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xf5,0x41,0x1,0x0,0xfc,0x8,0x50,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x4f,0x48,0x49,0x49,0x4a,0x7a,0x44,0x8,0x1,0x0,0x80,0x40,0x0,0xc0,0x44,0x4c,0xf0,0xe0,0x50,0x50,0x48,0x4e,0x44,0x40,0x40,0x80, -+0x0,0x40,0x30,0x13,0x80,0x60,0x27,0x8,0x11,0x21,0xe2,0x22,0x24,0x28,0x21,0x20,0x80,0x40,0x0,0xc0,0x44,0x4c,0xf0,0xe0,0x50,0x50,0x48,0x4e,0x44,0x40,0x40,0x80, -+0x0,0x47,0x30,0x10,0x80,0x67,0x24,0xc,0x17,0x24,0xe4,0x27,0x24,0x24,0x24,0x24,0x0,0xf8,0x10,0xa0,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x8, -+0x2,0x1,0x0,0x1f,0x1,0x1,0x7d,0x5,0x5,0x9,0x9,0x11,0x21,0x41,0x5,0x2,0x0,0x0,0x0,0x0,0x8,0x18,0xa0,0x40,0x40,0x20,0x20,0x10,0xe,0x4,0x0,0x0, -+0x3f,0x2,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x21,0x21,0x2,0x51,0x50,0x90,0xf,0x0,0xf0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x18,0x0,0x84,0x92,0x12,0xf0,0x0, -+0x3f,0x2,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x21,0x21,0x7f,0x2,0x2,0x4,0x18,0x60,0xf0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x10,0xf8,0x8,0x8,0x8,0x50,0x20, -+0x0,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x41,0x41,0x80,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x28,0x10, -+0x1,0x1,0x9,0x49,0x49,0x51,0x53,0x7d,0x45,0x49,0x55,0x7f,0x43,0x41,0x7f,0x40,0x0,0x0,0x20,0x24,0x24,0x44,0x4c,0xf4,0x14,0x24,0x54,0xfc,0xc,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x20,0x20,0x7f,0xa1,0x21,0x21,0x22,0x22,0x22,0x24,0x24,0x28,0x30,0x80,0xa0,0x90,0x90,0x84,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x8,0x8,0x10,0x15,0x36,0x54,0x94,0x14,0x14,0x11,0x2,0x51,0x50,0x90,0xf,0x0,0x80,0x84,0xfe,0x8,0x88,0x50,0x20,0x50,0x8e,0x4,0x0,0x84,0x92,0x12,0xf0,0x0, -+0x10,0x10,0x10,0x10,0x58,0x57,0x51,0x91,0x11,0x11,0x12,0x12,0x12,0x14,0x14,0x18,0x80,0xa0,0x90,0x90,0x84,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x1,0x1,0x1,0x1,0x1,0xff,0x2,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x0,0x40,0x20,0x20,0x4,0xfe,0x80,0x80,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x1,0x1,0x1,0x1,0x7f,0x41,0x41,0x41,0x41,0x7f,0x41,0x41,0x41,0x41,0x7f,0x40,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0x9,0x7f,0x49,0x49,0x49,0x49,0x7f,0x49,0x49,0x49,0x49,0x7f,0x41,0x0,0x0,0x0,0x7c,0xc4,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x10,0x10,0x10,0x1d,0x21,0x21,0x7d,0x91,0x11,0x7d,0x11,0x11,0x15,0x19,0x11,0x0,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4,0x0, -+0x0,0x44,0x2c,0x10,0x28,0x4f,0x89,0x9,0x19,0x29,0x49,0x8a,0xa,0xa,0x54,0x28,0x80,0xa0,0x90,0x90,0x84,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x40,0x30,0x10,0x87,0x64,0x24,0xc,0x14,0x27,0xe4,0x24,0x24,0x24,0x27,0x24,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0x44,0xfc,0x4, -+0x2,0x41,0x20,0x2f,0x82,0x62,0x23,0x2,0x12,0x22,0xe2,0x24,0x24,0x28,0x31,0x20,0x10,0x14,0x1e,0xe0,0x40,0x3e,0x84,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0xa8,0x10, -+0x0,0xff,0x4,0x4,0x3f,0x24,0x24,0x24,0x24,0x28,0x30,0x2f,0x20,0x20,0x3f,0x20,0x4,0xfe,0x40,0x48,0xfc,0x48,0x48,0x48,0x78,0x8,0x48,0xe8,0x8,0x8,0xf8,0x8, -+0x2,0x2,0xff,0x4,0x4,0xf,0x8,0x18,0x2f,0x48,0x88,0xf,0x8,0x8,0x8,0x8,0x0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x4,0x4,0x4,0xff,0x4,0x4,0xf,0x8,0x14,0x12,0x21,0x40,0x81,0x6,0x18,0x60,0x0,0x0,0x4,0xfe,0x0,0x0,0xf0,0x10,0x20,0x20,0x40,0x80,0x40,0x30,0xe,0x4, -+0x2,0x2,0x2,0xff,0x4,0x4,0x8,0x8,0x1f,0x28,0x48,0x88,0x8,0x8,0xf,0x8,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x8,0x10,0x1f,0x31,0x51,0x92,0x13,0x15,0x19,0x11,0x11,0x11,0x11,0x11,0x80,0x80,0x80,0x84,0xfe,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x4,0xe,0xf0,0x12,0x57,0x39,0x11,0xff,0x11,0x39,0x35,0x55,0x91,0x11,0x11,0x11,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x0,0x47,0x20,0x20,0xf,0x1,0xe2,0x24,0x2b,0x21,0x21,0x21,0x2a,0x32,0x24,0x8,0x38,0xc0,0x40,0x44,0xfe,0x60,0x50,0x4e,0xf4,0x10,0x20,0x3c,0x4,0x4,0x28,0x10, -+0x0,0x7f,0x10,0x10,0x10,0x8,0x8,0x4,0x4,0x2,0x1,0x2,0x4,0x8,0x30,0xc0,0x0,0xf0,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x80,0x40,0x30,0xe,0x4, -+0x0,0x10,0x10,0x10,0x20,0x25,0x44,0xf8,0x10,0x10,0x20,0x48,0xfc,0x45,0x2,0x4,0x40,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x28,0x10, -+0x0,0x43,0x30,0x10,0x0,0x7,0xf0,0x10,0x10,0x10,0x10,0x11,0x10,0x28,0x47,0x0,0x10,0xf8,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x80,0x6,0xfc,0x0, -+0x4,0x42,0x22,0x3f,0x84,0x44,0x47,0xd,0x15,0x25,0xe5,0x25,0x25,0x29,0x35,0x22,0x10,0x10,0x90,0xd0,0x28,0x28,0x44,0x82,0x20,0x18,0x8,0x0,0x20,0x18,0xc,0x4, -+0x0,0x3f,0x1,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x10,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x1,0x1,0xff,0x1,0x1,0x5,0x2,0x3f,0x24,0x24,0x24,0x24,0xff,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0,0x8,0xfc,0x48,0x48,0x48,0x48,0xfe,0x0, -+0x10,0x10,0x10,0x11,0xfe,0x14,0x33,0x3a,0x56,0x53,0x92,0x12,0x13,0x12,0x12,0x12,0x40,0x60,0x90,0x8,0xf6,0x0,0xc4,0x54,0x54,0xd4,0x54,0x54,0xc4,0x44,0x54,0xc8, -+0x1,0x1,0x3f,0x20,0x2f,0x20,0x27,0x24,0x27,0x20,0x2f,0x20,0x5f,0x41,0x86,0x18,0xf8,0x0,0xfe,0x84,0xf0,0x84,0xfc,0x10,0xf0,0x80,0xf8,0x80,0xfe,0x40,0x30,0xc, -+0x0,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x3f,0x21,0x22,0x27,0x22,0x51,0x50,0x90,0xf,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x8,0xfc,0x8,0x48,0xe8,0x10,0x84,0x92,0x12,0xf0, -+0x1,0x9,0x31,0x27,0x22,0x3d,0x27,0x21,0x39,0x27,0x21,0xff,0x0,0x10,0x30,0x40,0x0,0x8,0x3c,0xc8,0x8,0x38,0xc8,0x8,0x38,0xc8,0x8,0xfe,0x0,0x10,0xc,0x4, -+0x1,0x1,0x2,0x4,0x8,0x10,0x2f,0xc1,0x1,0x3f,0x1,0x9,0x19,0x21,0x45,0x2,0x0,0x0,0x80,0x40,0x20,0x10,0xee,0x4,0x10,0xf8,0x0,0x20,0x18,0xc,0x4,0x0, -+0x1,0x2,0x4,0x8,0x37,0xc0,0x3e,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x22,0x26,0x0,0x80,0x40,0x30,0xce,0x4,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x8,0x18, -+0x0,0x41,0x22,0x24,0xb,0x10,0xe7,0x24,0x27,0x24,0x27,0x24,0x25,0x50,0x8f,0x0,0x80,0x40,0x20,0x10,0xee,0x4,0x88,0xa8,0xa8,0xa8,0xa8,0x88,0x98,0x6,0xfc,0x0, -+0x4,0x4,0xf,0x10,0x20,0x7f,0xa1,0x21,0x3f,0x21,0x21,0x3f,0x20,0x0,0xff,0x0,0x0,0x0,0xe0,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x4,0xfe,0x0, -+0x20,0x20,0x21,0x22,0xb5,0xa8,0xa7,0x24,0x24,0x27,0x24,0x24,0x27,0x24,0x24,0x25,0x40,0xc0,0x20,0x10,0xee,0x4,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0x88,0xa8,0x90, -+0x0,0x40,0x31,0x12,0x85,0x68,0x27,0xc,0x14,0x27,0xe4,0x24,0x27,0x24,0x24,0x25,0x40,0xc0,0x20,0x10,0xee,0x4,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0x88,0xa8,0x90, -+0x1,0x41,0x31,0x12,0x84,0x6f,0x24,0xc,0x17,0x24,0xe4,0x27,0x24,0x20,0x2f,0x20,0x0,0x0,0xf8,0x10,0x24,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4,0x0,0xfe,0x0, -+0x0,0x7b,0x4a,0x52,0x53,0x62,0x52,0x4b,0x48,0x4f,0x6c,0x54,0x45,0x44,0x44,0x44,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x44,0xfe,0x44,0x54,0xf4,0x84,0x14,0x8, -+0x0,0x3f,0x0,0x2,0x1,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0xf0,0x40,0x80,0x0,0x80,0xfc,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x24,0x25,0x24,0x44,0x2f,0x10,0x28,0x45,0x82,0x4,0x8,0xfc,0x8,0x8,0xf8,0x8,0x0,0xf8,0x40,0x44,0xfe,0x40,0xa0,0x10,0xe,0x4, -+0x0,0xff,0x1,0x1,0x3f,0x21,0x21,0x29,0x25,0x21,0x21,0x29,0x25,0x21,0x21,0x20,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x48,0x28,0x8,0x8,0x48,0x28,0x8,0x28,0x10, -+0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x1f,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x48,0xe8,0x8,0x8,0x50,0x20, -+0x10,0x10,0x10,0x10,0x54,0x54,0x54,0x54,0x54,0x54,0x57,0x7c,0x44,0x0,0x0,0x0,0x80,0x80,0x88,0xfc,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x4,0x4,0x4,0x28,0x10, -+0x0,0x0,0x7f,0x1,0x3f,0x21,0x21,0x3f,0x1,0x7f,0x41,0x41,0x5f,0x48,0x40,0x40,0x10,0x78,0x80,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x4,0x44,0xe4,0x24,0x4,0xc, -+0x2,0x1,0x7f,0x40,0x80,0x1f,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0x0,0xfe,0x2,0x24,0xf0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x4f,0x21,0x21,0x7,0x2,0xe2,0x3f,0x20,0x20,0x27,0x24,0x2c,0x34,0x27,0x4,0x8,0xfc,0x0,0x10,0xf8,0x10,0x14,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x7e,0x2,0x2,0x22,0x12,0x12,0x2,0xa,0x12,0x62,0x22,0x2,0x2,0x14,0x8,0x4,0xfe,0x4,0x4,0x44,0x24,0x24,0x4,0x14,0x24,0xc4,0x44,0x4,0x4,0x28,0x10, -+0x0,0x7f,0x1,0x1,0x1,0x1,0x1,0x3f,0x1,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x40,0x30,0x10,0x4,0xfe,0x0, -+0x20,0x20,0x20,0x27,0xf8,0x20,0x27,0x24,0x24,0x24,0x3f,0xe0,0x43,0xc,0x0,0x1,0x20,0x28,0x24,0xfe,0x20,0xa0,0xe0,0xa4,0xa4,0xa8,0x90,0x10,0xaa,0x4a,0x86,0x0, -+0x8,0x8,0xff,0x8,0x0,0x3f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x20,0x24,0xfe,0x20,0x10,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x11,0xff,0x20,0x22,0x7f,0x62,0xa2,0x3e,0x22,0x22,0x3e,0x22,0x22,0x2a,0x24,0x0,0x7c,0xc4,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x0,0xb,0x7c,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x1,0x0,0x8,0xfc,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x0,0x47,0x24,0x27,0x4,0x7,0xe0,0x2f,0x28,0x28,0x2b,0x28,0x28,0x50,0x88,0x7,0x8,0xfc,0x88,0xf8,0x88,0xf8,0x84,0xfe,0x84,0xa4,0xf4,0x4,0x14,0x8,0x6,0xfc, -+0x0,0x10,0x79,0x52,0x55,0x58,0x57,0x54,0x54,0x57,0x54,0x74,0x57,0x4,0x4,0x5,0x40,0xc0,0x20,0x10,0xee,0x4,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0x88,0xa8,0x90, -+0x10,0x10,0x10,0x55,0x54,0x54,0x54,0x55,0x56,0x55,0x55,0x7d,0x45,0x1,0x1,0x1,0x50,0x50,0x88,0x24,0x50,0x50,0x88,0x6,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x14,0x14,0x27,0x4a,0x82,0x12,0x2f,0x62,0xaa,0x2b,0x2a,0x2a,0x2b,0x3c,0x28,0x20,0x0,0x4,0xbe,0x24,0x24,0xa4,0xe4,0x24,0x24,0xa4,0x24,0x34,0xa8,0x20,0x20,0x20, -+0x1,0x2,0x4,0xf,0x30,0xde,0x12,0x1e,0x12,0x1e,0x12,0x16,0x29,0x28,0x48,0x7,0x0,0x80,0x40,0xf0,0xe,0x14,0x90,0x90,0x90,0x90,0x10,0x30,0x4,0x92,0x12,0xf0, -+0x28,0x28,0x44,0x92,0x10,0x29,0x46,0x82,0x7c,0x44,0x44,0x44,0x44,0x7c,0x45,0x2,0x40,0x40,0x40,0x7c,0x84,0x28,0x20,0x20,0x20,0x20,0x50,0x50,0x90,0x88,0xe,0x4, -+0x4,0x88,0x54,0x22,0x52,0x91,0x1e,0x12,0x32,0x52,0x92,0x13,0x12,0x10,0xa1,0x42,0x20,0x20,0x30,0x28,0x20,0xfe,0x20,0x20,0x20,0x20,0xd0,0x50,0x88,0x88,0x6,0x4, -+0x2,0x1,0xff,0x4,0x8,0x3f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x0,0x10,0xf8,0x8,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x22,0x11,0x9,0xff,0x4,0x9,0x1f,0x20,0xdf,0x0,0x1f,0x0,0x1f,0x10,0x1f,0x10,0x8,0x10,0x24,0xfe,0x40,0x20,0xf0,0xe,0xf4,0x0,0xf0,0x0,0xf0,0x10,0xf0,0x10, -+0x1,0x41,0x32,0x14,0x80,0x60,0x20,0x9,0x12,0x27,0xea,0x22,0x22,0x22,0x23,0x22,0x10,0x10,0x8,0x44,0x40,0xa0,0xa0,0x10,0x8,0xfe,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x2,0x1,0x7f,0x40,0x9f,0x11,0x1f,0x11,0x1f,0x1,0x3f,0x21,0x21,0x2f,0x20,0x20,0x0,0x0,0xfe,0x2,0xf4,0x10,0xf0,0x10,0xf0,0x8,0xfc,0x8,0x28,0xe8,0x28,0x10, -+0x21,0x11,0x12,0xfc,0x8,0x10,0x10,0x35,0x5a,0x97,0x12,0x12,0x12,0x12,0x13,0x12,0x10,0x10,0x8,0x44,0x40,0xa0,0xa0,0x10,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x7d,0x4,0x8,0x29,0x11,0xff,0x15,0x11,0x11,0x11,0x11,0x11,0x10,0x50,0x23,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x58,0x84,0x2, -+0x0,0x7c,0x4,0x9,0x2b,0x11,0xff,0x15,0x10,0x11,0x12,0x11,0x16,0x10,0x53,0x20,0x40,0x78,0x90,0x24,0xfe,0x24,0x44,0xfc,0x84,0x48,0xb0,0x30,0x68,0xa6,0x24,0x60, -+0x4,0x7e,0x5,0x24,0x24,0x24,0x24,0x24,0x3e,0x2,0x2,0x1e,0xe2,0x42,0x14,0xb,0x0,0x0,0xfc,0x4,0x4,0x84,0x84,0x88,0x88,0x50,0x20,0x50,0x50,0x88,0x8e,0x4, -+0x10,0x1e,0x22,0x52,0x14,0x8,0x12,0xef,0xa,0x8,0x8,0xf,0x0,0x7f,0x0,0x0,0x8,0xfc,0x88,0xa8,0x98,0x82,0x7e,0xe0,0x20,0xa0,0x48,0xfc,0x8,0xe8,0x8,0x18, -+0x0,0x44,0x36,0x15,0x85,0x64,0x27,0x4,0xc,0x14,0x25,0xe5,0x26,0x24,0x28,0x30,0x4,0x44,0x4c,0x54,0x64,0x44,0xfc,0x44,0xc4,0xe4,0x5c,0x4c,0x44,0x44,0x44,0x4, -+0x0,0x7f,0x44,0x87,0x8,0x10,0x3f,0x51,0x11,0x1f,0x12,0x2,0x4,0x8,0x10,0x60,0x0,0xfe,0x2,0xe4,0x40,0x90,0xf8,0x10,0x10,0xf0,0x90,0x80,0xa2,0x92,0x7e,0x0, -+0x0,0x3f,0x0,0x0,0x0,0xff,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0xc0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x13,0x10,0x10,0xfd,0x11,0x11,0x11,0x11,0x11,0x11,0x1d,0xf1,0x40,0x7,0x0,0x4,0xfe,0x0,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x0,0xfe,0x0, -+0x1,0x1,0x3f,0x1,0xff,0x0,0x1f,0x10,0x10,0x1f,0x5,0x8,0x18,0xea,0xc,0x8,0x0,0x10,0xf8,0x0,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x8,0x90,0x60,0x30,0xe,0x4, -+0x0,0x3f,0x21,0x21,0x22,0x2f,0x28,0x2f,0x28,0x2f,0x20,0x24,0x44,0x48,0x92,0x1,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x80,0x90,0x88,0x84,0x84,0x0, -+0x10,0x17,0x12,0x11,0xff,0x10,0x10,0x1f,0x30,0xd1,0x11,0x12,0x12,0x14,0x59,0x22,0x1c,0xe8,0x48,0x50,0xfc,0x80,0x84,0xfe,0x80,0xf8,0x8,0x90,0x60,0x90,0xe,0x4, -+0x10,0x10,0x23,0xfc,0x27,0x40,0x93,0xfe,0x12,0x13,0x1d,0xf1,0x53,0x15,0x11,0x11,0x40,0x48,0xfc,0x40,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x44,0x28,0x10,0x4e,0x84,0x0, -+0x0,0x7f,0x40,0x4f,0x40,0x40,0x5f,0x44,0x44,0x44,0x44,0x48,0x50,0x40,0x7f,0x40,0x4,0xfe,0x44,0xe4,0x4,0x24,0xf4,0x84,0x84,0x84,0x94,0x94,0x74,0x4,0xfc,0x4, -+0x0,0x1f,0x10,0x10,0x1f,0x0,0x3f,0x20,0x21,0x21,0x21,0x21,0x22,0x4,0x18,0x60,0x10,0xf8,0x10,0x10,0xf0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0x60,0x18,0x4, -+0x0,0x7f,0x40,0x4f,0x48,0x4f,0x40,0x5f,0x50,0x51,0x51,0x52,0x44,0x48,0x7f,0x40,0x4,0xfe,0x4,0xe4,0x24,0xe4,0x4,0xf4,0x14,0x14,0x14,0x94,0x44,0x24,0xfc,0x4, -+0x2,0x44,0x2b,0x10,0x2f,0x48,0x8b,0xa,0x1a,0x2b,0x49,0x89,0xb,0xd,0x51,0x21,0x40,0x48,0xfc,0x40,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x44,0x28,0x10,0x4e,0x84,0x0, -+0x0,0x47,0x34,0x14,0x84,0x65,0x25,0xd,0x15,0x25,0xe4,0x24,0x29,0x2a,0x30,0x20,0x4,0xfe,0x20,0x20,0x44,0xfe,0x4,0xfc,0x4,0xfc,0x20,0xa8,0xa6,0x22,0xa0,0x40, -+0x10,0x10,0x21,0x23,0x48,0xff,0x10,0x21,0x42,0xfc,0x1,0x2,0x1c,0xe1,0x46,0x0,0x80,0xf8,0x8,0xf0,0x14,0xfe,0x80,0x88,0x50,0xe0,0x60,0x50,0xc8,0x4e,0x44,0xc0, -+0x0,0x43,0x30,0x10,0x0,0x7,0xf1,0x11,0x11,0x11,0x12,0x12,0x14,0x28,0x47,0x0,0x10,0xf8,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0x24,0x1c,0x0,0x6,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x10,0x1e,0x12,0x22,0x22,0x64,0x94,0x8,0x8,0x10,0x20,0x40,0x40,0x44,0xfe,0x40,0x8,0xfc,0x88,0x88,0x88,0x88,0xa8,0x90,0x82,0x82,0x7e,0x0, -+0x0,0x3f,0x21,0x22,0x2f,0x28,0x2f,0x28,0x2f,0x20,0x44,0x89,0x9,0x28,0x28,0x47,0x8,0xfc,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x80,0x90,0x88,0x0,0x94,0x12,0xf2, -+0x10,0x1e,0x12,0x22,0x22,0x54,0x8c,0x8,0x10,0x20,0x42,0x11,0x51,0x50,0x8f,0x0,0x8,0xfc,0x88,0x88,0x88,0xa8,0x90,0x84,0x84,0x7c,0x0,0x0,0x14,0x12,0xf2,0x0, -+0x0,0x78,0x4f,0x54,0x58,0x63,0x50,0x48,0x4f,0x48,0x68,0x50,0x41,0x41,0x42,0x4c,0x80,0x40,0xfe,0x2,0x14,0xf8,0x0,0x8,0xfc,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x0,0x0,0x7f,0x40,0x40,0x40,0x40,0x7f,0x40,0x40,0x40,0x40,0x7f,0x40,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4,0x0,0x0, -+0x10,0x10,0x20,0x21,0x45,0xfa,0x14,0x20,0x40,0xfc,0x0,0x0,0x1c,0xe0,0x40,0x0,0x80,0x80,0x80,0x4,0xfe,0x4,0x4,0x84,0x64,0x24,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x10,0x10,0x7d,0x11,0x11,0xff,0x11,0x51,0x5d,0x51,0x50,0x70,0x49,0x44,0x83,0x20,0x28,0x28,0xfc,0x20,0x20,0x28,0x28,0x70,0xa0,0x24,0x54,0x8c,0x0,0x6,0xfc, -+0x0,0x7c,0x47,0x44,0x44,0x7c,0x10,0x13,0x5c,0x50,0x50,0x51,0x5d,0xf2,0x44,0x8,0x8,0x1c,0xe0,0x40,0x40,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4, -+0x10,0x11,0x11,0x1d,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x11,0x15,0x19,0x12,0x4,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x28,0x10, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x10,0xff,0x1,0x11,0x11,0x11,0x11,0x1f,0x10,0xf0,0x0,0x0,0x10,0xf8,0x80,0x80,0x84,0xfe,0x0,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x2,0x1f,0x15,0x11,0x1f,0x11,0x15,0x1f,0x0,0xff,0x4,0xf,0x0,0x0,0x0,0x0,0x10,0xf8,0x50,0x10,0xf0,0x10,0x50,0xf0,0x4,0xfe,0x0,0xf0,0x10,0x10,0xa0,0x40, -+0x0,0xf,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0xf,0x8,0x8,0x10,0x10,0x20,0x40,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x10,0x50,0x20, -+0x12,0x11,0x10,0x13,0x5a,0x56,0x52,0x92,0x13,0x11,0x11,0x11,0x12,0x12,0x14,0x18,0x8,0x18,0xa0,0xf8,0x8,0x8,0x8,0x8,0xf8,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x20,0x17,0x50,0x44,0x42,0x4f,0x48,0x48,0x4f,0x4a,0x42,0x42,0x44,0x48,0x50,0x40,0x4,0xfe,0x4,0x44,0x84,0xe4,0x24,0x24,0xe4,0xa4,0x84,0x94,0x94,0x74,0x4,0xc, -+0x8,0x8,0x7e,0x8,0x8,0x7e,0x9,0x8,0xfe,0x18,0x1c,0x2a,0x28,0x49,0x8,0x8,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x20,0x20,0x40,0x40,0x88,0x84,0xfc,0x4,0x0, -+0x0,0x0,0x1f,0x0,0x0,0x0,0xff,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x3f,0x0,0x0,0x20,0xf0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x20,0x10,0xf8,0x8, -+0x2,0x3f,0x22,0x22,0x3e,0x1,0x7f,0x41,0x49,0x49,0x49,0x49,0x14,0x12,0x21,0x41,0x0,0x7c,0x44,0x48,0x48,0x50,0xc8,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40,0x40, -+0x8,0x8,0xf,0x10,0x10,0x26,0x43,0x81,0x0,0x0,0x3,0x1c,0x8,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x24,0xc4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x0,0x7c,0x44,0x48,0x48,0x50,0x49,0x49,0x45,0x45,0x45,0x69,0x50,0x40,0x40,0x43,0x8,0xfc,0x88,0x88,0xf8,0x4,0xfe,0x4,0x24,0x24,0x24,0x24,0x50,0x48,0x84,0x4, -+0x2,0x2,0x4,0x8,0x10,0x7f,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x10,0x20,0xc0,0x0,0x0,0x40,0x20,0x10,0xf8,0x88,0x80,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x43,0x30,0x10,0x0,0x7,0xf0,0x10,0x11,0x11,0x12,0x17,0x10,0x28,0x47,0x0,0x10,0xf8,0x0,0x0,0x8,0xfc,0x80,0x80,0x0,0x20,0x10,0xf8,0x8,0x6,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x11,0x21,0x45,0x79,0x11,0x20,0x7f,0x2,0x1e,0xe2,0x47,0x0,0x40,0x44,0xfe,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x94,0x94,0x94,0xfe,0x0, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x53,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x0,0x88,0x7c,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x20,0x20,0x44,0xfe,0x2,0x0, -+0x1f,0x10,0x1f,0x10,0x1f,0x0,0x7f,0x42,0x9f,0x4,0x9,0x1f,0x1,0x7f,0x1,0x1,0xf0,0x10,0xf0,0x10,0xf0,0x0,0xfe,0x2,0xf4,0x0,0x0,0xf0,0x0,0xfc,0x0,0x0, -+0x10,0x8,0x7f,0x0,0x22,0x14,0xff,0x2,0x3f,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x20,0x20,0x24,0x7e,0x84,0x4,0x44,0x24,0x24,0xc,0x34,0xc4,0x4,0x4,0x28,0x10, -+0x0,0x3f,0x8,0x8,0x8,0x10,0x1f,0x20,0x40,0x1,0xff,0x1,0x1,0x1,0x5,0x2,0x20,0xf0,0x20,0x24,0x7e,0x4,0xc4,0x54,0x88,0x0,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x20,0x20,0x20,0x2f,0x28,0x28,0x28,0x28,0x28,0x28,0x20,0x20,0x3f,0x0,0x8,0xfc,0x80,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0xa8,0x90,0x80,0x84,0xfe,0x0, -+0x8,0xfd,0x11,0x11,0x21,0x25,0x7f,0xa5,0x25,0x25,0x25,0x25,0x3d,0x25,0x1,0x0,0x4,0xfe,0x10,0x10,0x7c,0x54,0x54,0x54,0x54,0x54,0x54,0x5c,0x10,0x14,0xfe,0x0, -+0x4,0x4,0x3f,0x4,0x4,0x8,0x8,0x11,0x21,0x1,0xff,0x1,0x9,0x11,0x25,0x2,0x0,0x20,0xf0,0x20,0x20,0x24,0x24,0x1c,0x0,0x4,0xfe,0x0,0x20,0x18,0x8,0x0, -+0x8,0xa,0x7f,0x8,0x8,0xff,0x8,0xa,0x7f,0x8,0x1c,0x1a,0x2a,0x48,0x89,0xa,0x40,0x50,0x48,0x48,0x40,0xfe,0x40,0x40,0x48,0x48,0x30,0x20,0x60,0x92,0xa,0x6, -+0x8,0x8,0xa,0x7f,0x8,0x8,0xff,0x2,0x3f,0x22,0x22,0x22,0x22,0x3e,0x21,0x2,0x40,0x60,0x58,0x48,0x40,0x44,0xfe,0x40,0x48,0x48,0x30,0x20,0x60,0x92,0xa,0x6, -+0x2,0x1,0x7f,0x40,0x81,0x1,0x11,0x11,0x11,0x21,0x2,0x2,0x4,0x8,0x10,0x60,0x0,0x0,0xfe,0x2,0x4,0x0,0x10,0x18,0x20,0x40,0x80,0x80,0x40,0x30,0xe,0x4, -+0x2,0x1,0x7f,0x42,0x81,0x3f,0x8,0x4,0x2,0xff,0x1,0x1,0x3f,0x1,0x1,0x1,0x0,0x0,0xfe,0x2,0x14,0xf8,0x20,0x40,0x84,0xfe,0x0,0x10,0xf8,0x0,0x0,0x0, -+0x8,0xa,0x7f,0x8,0x8,0xff,0x10,0xff,0x20,0x28,0x7e,0x8,0xf,0xf8,0x9,0xa,0x40,0x50,0x48,0x48,0x40,0xfe,0x40,0x40,0x48,0x48,0x30,0x20,0x60,0x92,0xa,0x6, -+0x0,0x7f,0x1,0x1,0x1f,0x11,0x11,0x1f,0x11,0x11,0xff,0x10,0x10,0x10,0x10,0x10,0x8,0xfc,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x14,0xfe,0x10,0x10,0x10,0x50,0x20, -+0x2,0x2,0x2,0xff,0x4,0x4,0x8,0x8,0x13,0x30,0x50,0x90,0x10,0x10,0x17,0x10,0x0,0x0,0x4,0xfe,0x0,0x40,0x40,0x50,0xf8,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x8,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x20,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x22,0x2a,0x2f,0x32,0xff,0x25,0x25,0x29,0x33,0xe2,0x22,0x22,0x22,0x20,0xa3,0x4c,0x8,0x28,0xbe,0x48,0xfe,0x14,0x14,0xa6,0xf8,0x8,0x48,0x48,0x48,0xa0,0x18,0x4, -+0x10,0x7e,0x10,0x28,0x7e,0x8,0xfe,0x9,0xa,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0xc,0xf0,0x80,0x84,0xfe,0x90,0x90,0x10,0x10,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10, -+0x8,0x28,0x3e,0x48,0xff,0x14,0x16,0x24,0x40,0x1f,0x10,0x11,0x11,0x12,0xc,0x30,0x10,0x50,0x7c,0x90,0xfe,0x28,0x28,0x4a,0x86,0xf0,0x10,0x10,0x10,0x90,0x60,0x18, -+0x4,0x7e,0x45,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x29,0x45,0x82,0x20,0x14,0xfe,0x0,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x0, -+0x4,0x3e,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x45,0x95,0xa,0x20,0x14,0xfe,0x0,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x0, -+0x4,0xff,0x4,0x7f,0x10,0x1e,0x22,0x54,0x8,0x70,0x4,0xff,0x4,0x4,0x8,0x10,0x44,0xfe,0x40,0xfc,0x80,0x98,0xe0,0x84,0x84,0x7c,0x40,0xfe,0x40,0x40,0x40,0x40, -+0x0,0x4f,0x30,0x17,0x4,0x7,0xf4,0x17,0x10,0x13,0x12,0x13,0x12,0x13,0x28,0x47,0xa4,0xfe,0xa0,0xfc,0xa4,0xfc,0xa4,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x6,0xfc, -+0x20,0x20,0xaf,0x70,0x27,0x24,0xff,0x24,0x77,0x68,0xa3,0x22,0x23,0x22,0x23,0x22,0xa0,0xa4,0xfe,0xa0,0xfc,0xa4,0xfc,0xa4,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x4,0x24,0x14,0x4,0xff,0x0,0x4,0x22,0x2f,0x21,0x21,0x2f,0x21,0x21,0x3f,0x20,0x40,0x48,0x50,0x44,0xfe,0x0,0x40,0x88,0xe8,0x8,0x48,0xe8,0x8,0x8,0xf8,0x8, -+0x4,0xff,0x4,0x23,0x1a,0x8b,0x40,0x4f,0x14,0x27,0xe0,0x2f,0x20,0x21,0x22,0x24,0x44,0xfe,0x40,0xf8,0x8,0xf8,0x0,0xbc,0xa4,0xbc,0x40,0xfe,0xe0,0x50,0x4e,0x44, -+0x1,0x1,0xff,0x1,0x3f,0x21,0x23,0x25,0x9,0x30,0xc7,0x0,0x0,0xe,0x1,0x0,0x0,0x4,0xfe,0x0,0xf8,0x8,0x88,0x50,0x30,0xe,0x4,0xc0,0x40,0x0,0xc0,0x40, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x11,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x3,0x42,0x32,0x13,0x80,0x67,0x24,0xc,0x17,0x20,0xef,0x20,0x21,0x22,0x24,0x28,0xf8,0x8,0x8,0xf8,0x0,0xbc,0xa4,0xa4,0xbc,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x3f,0x0,0x11,0x9,0x4,0x3,0xd,0x11,0x7f,0x91,0x11,0x1f,0x1,0x1,0x3f,0x10,0xf8,0x8,0x10,0x20,0x40,0x80,0x60,0x10,0xfe,0x14,0x10,0xf0,0x20,0xf0,0x8,0x8, -+0x4,0x7e,0x44,0x44,0x44,0x7d,0x11,0x51,0x5d,0x50,0x53,0x50,0x5c,0xf1,0x42,0x0,0xf8,0x88,0x88,0xf8,0x0,0xdc,0x54,0x54,0xdc,0x20,0xfe,0x70,0xa8,0x2e,0x24,0x20, -+0x3,0x12,0x7a,0x53,0x50,0x57,0x54,0x54,0x57,0x50,0x5f,0x70,0x51,0x2,0x4,0x0,0xf8,0x8,0x8,0xf8,0x0,0xbc,0xa4,0xa4,0xbc,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x0,0x42,0x32,0x13,0x4,0x0,0xf7,0x10,0x13,0x12,0x12,0x12,0x13,0x28,0x47,0x0,0x40,0x40,0x50,0xf8,0x40,0x44,0xfe,0x8,0xfc,0x8,0x8,0x8,0xf8,0x6,0xfc,0x0, -+0x2,0x4,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x1,0x1,0xff,0x1,0x1,0x1,0x0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x0,0x0,0x4,0x4,0xfc, -+0x10,0x10,0x10,0x12,0x54,0x58,0x53,0x90,0x10,0x10,0x10,0x28,0x24,0x44,0x87,0x0,0x40,0x40,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x12,0x54,0x59,0x51,0x91,0x11,0x10,0x13,0x28,0x24,0x45,0x82,0x0,0xf8,0x88,0x88,0xf8,0x0,0xdc,0x54,0x54,0xdc,0x20,0xfe,0x70,0xa8,0x2e,0x24,0x20, -+0x1,0x1,0x3f,0x1,0x1f,0x1,0xff,0x0,0x1f,0x10,0x11,0x11,0x12,0x2,0xc,0x30,0x0,0x10,0xf8,0x0,0xf0,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x10,0x13,0x11,0x10,0xfc,0x10,0x15,0x1a,0x35,0xd0,0x10,0x17,0x10,0x10,0x50,0x20,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x10,0x4e,0xf4,0x40,0x48,0xfc,0x40,0x40,0x40,0x40, -+0x1,0x7f,0x41,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x14,0x12,0x21,0xc1,0x4,0x84,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x4,0x14,0x8, -+0x40,0x33,0x11,0x0,0x80,0x60,0x21,0xa,0x15,0x20,0xe0,0x27,0x20,0x20,0x20,0x20,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x10,0x4e,0xf4,0x40,0x40,0xfc,0x40,0x40,0x40,0x40, -+0x4,0x7e,0x44,0x54,0x57,0x54,0x54,0x54,0x57,0x54,0x54,0x54,0x29,0x25,0x42,0x84,0x20,0x28,0x24,0x20,0xfe,0xa0,0xa0,0x94,0xf4,0x98,0x98,0x90,0x28,0x2a,0x4a,0x86, -+0x8,0x8,0xf,0x14,0x24,0x47,0x4,0x4,0x7,0x4,0x4,0x52,0x51,0x90,0xf,0x0,0x0,0x8,0xfc,0x0,0x20,0xf0,0x0,0x20,0xf0,0x0,0x0,0x4,0x92,0x92,0xf0,0x0, -+0x22,0x21,0x20,0x20,0x27,0xfc,0x25,0x24,0x27,0x20,0x3b,0xe2,0x43,0x2,0x3,0x2,0x8,0x10,0xa0,0x4,0xfe,0x44,0x54,0x44,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x12,0x11,0x10,0x10,0x5f,0x54,0x55,0x94,0x17,0x10,0x13,0x12,0x13,0x12,0x13,0x12,0x8,0x10,0xa0,0x4,0xfe,0x44,0x54,0x44,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x10,0x8,0x4,0x0,0x3f,0x21,0x29,0x21,0x3f,0x0,0xf,0x8,0xf,0x8,0xf,0x8,0x10,0x20,0x40,0x8,0xfc,0x8,0x28,0x8,0xf8,0x20,0xf0,0x20,0xe0,0x20,0xe0,0x20, -+0x1,0x7c,0x44,0x54,0x55,0x55,0x55,0x55,0x55,0x54,0x54,0x54,0x20,0x28,0x44,0x80,0x4,0x88,0x50,0x4,0xfe,0x24,0xac,0x24,0xfc,0x8,0xfc,0x88,0xf8,0x88,0xf8,0x88, -+0x8,0x8,0x8,0xa,0xff,0x8,0xa,0xc,0x38,0xc8,0x8,0x8,0x8,0x8,0x28,0x10,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x8,0x7c,0x4f,0x48,0x49,0x4a,0x4c,0x4b,0x4a,0x4b,0x7a,0x4b,0x0,0xf,0x0,0x40,0x40,0x48,0xfc,0xe0,0x50,0x4e,0x44,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x0, -+0x0,0x40,0x30,0x17,0x80,0x61,0x22,0xc,0x13,0x22,0xe3,0x22,0x23,0x20,0x2f,0x20,0x40,0x40,0x48,0xfc,0xe0,0x50,0x4e,0x44,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x0, -+0x8,0x8,0x8,0x8,0xff,0x8,0x18,0x1c,0x2a,0x28,0x48,0x8,0x8,0x8,0x8,0x8,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x12,0xff,0x20,0x28,0x4a,0x7f,0x8,0x8,0xf,0xf8,0x48,0x8,0x8,0x8,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x20,0x27,0x3c,0x45,0x85,0x7d,0x25,0x25,0xfd,0x25,0x25,0x21,0x2a,0x32,0x24,0x8,0x44,0xe4,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x14,0x84,0x44,0x54,0x8, -+0x20,0x1b,0x48,0x40,0x4f,0x49,0x49,0x4f,0x49,0x49,0x4f,0x49,0x41,0x41,0x41,0x40,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x24,0x4,0x4,0x14,0x8, -+0x8,0x7c,0x4b,0x48,0x48,0x78,0x4b,0x48,0x48,0x78,0x48,0x49,0x4e,0x7d,0x48,0x0,0xc,0x30,0xc0,0x80,0x40,0x40,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x6,0xfc,0x0, -+0x20,0x27,0x24,0x24,0xfc,0x24,0x74,0x6f,0xa4,0x24,0x24,0x24,0x24,0x29,0x30,0x20,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0xfe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0x54,0x88, -+0x10,0x10,0x13,0x12,0xfd,0x10,0x38,0x35,0x52,0x54,0x90,0x10,0x10,0x10,0x10,0x10,0x40,0x20,0xfe,0x8a,0x4,0x40,0xfe,0x80,0x88,0xfc,0x80,0x84,0xfe,0x80,0x80,0x80, -+0x1,0x9,0x7d,0x49,0x4a,0x4a,0x4c,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0xfc,0x80,0x80,0x84,0xfe,0x80,0x80,0x80,0x80, -+0x8,0x8,0xf,0x12,0x12,0x22,0x43,0x82,0x2,0x2,0x3,0x2,0x2,0x2,0x2,0x2,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0, -+0x11,0x11,0x11,0x15,0x5a,0x52,0x54,0x90,0x10,0x10,0x10,0x28,0x24,0x44,0x80,0x0,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0xfc,0x80,0x80,0x84,0xfe,0x80,0x80,0x80,0x80, -+0x1,0x41,0x31,0x11,0x2,0x2,0xf4,0x10,0x10,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0xfc,0x80,0x80,0x84,0xfe,0x80,0x80,0x80,0x80, -+0x10,0x10,0x17,0x11,0xf8,0x17,0x14,0x1c,0x37,0xd4,0x15,0x15,0x15,0x15,0x55,0x24,0x80,0x44,0xfe,0x10,0xa4,0xfe,0x44,0x44,0xfc,0x44,0xf4,0x14,0x14,0xf4,0x14,0x8, -+0x2,0x1,0xff,0x8,0x4,0x3,0x1c,0xe0,0x1f,0x2,0x4,0x3f,0x24,0x24,0x24,0x20,0x0,0x4,0xfe,0x20,0x40,0x80,0x70,0xe,0xf0,0x0,0x8,0xfc,0x48,0x48,0x48,0x18, -+0x2,0x1,0x7f,0x40,0x80,0x3,0x3e,0x2,0x3,0x7e,0x2,0x2,0x2,0x2,0x1,0x0,0x0,0x0,0xfe,0x2,0x34,0xc0,0x0,0x8,0xfc,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x2,0x1,0x7f,0x48,0x94,0x4,0xb,0x12,0x22,0x43,0x2,0x2,0x3,0x2,0x2,0x2,0x0,0x0,0xfe,0x22,0x14,0x0,0xfc,0x0,0x20,0xf0,0x0,0x10,0xf8,0x0,0x0,0x0, -+0x8,0xf,0x8,0x13,0x10,0x3f,0x50,0x93,0x12,0x12,0x12,0x12,0x12,0x10,0x11,0x16,0x40,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0x48,0x48,0xb0,0x8,0x4, -+0x2,0x1,0x7f,0x44,0xbf,0x4,0x1f,0x4,0xff,0x4,0x9,0x3f,0xc5,0x9,0x15,0x2,0x0,0x0,0xfe,0x42,0xfc,0x40,0xf0,0x44,0xfe,0x40,0x20,0xf8,0x46,0x30,0x10,0x0, -+0x8,0x7c,0x49,0x4b,0x4a,0x7b,0x4b,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x7a,0x44,0x8,0x80,0xf8,0x10,0xfe,0x88,0x24,0xfe,0x0,0xfc,0x0,0xfc,0x0,0xfc,0x84,0xfc,0x84, -+0x4,0xe,0xf0,0x10,0x14,0x1e,0x70,0x14,0x1f,0xf1,0x11,0x11,0x11,0x11,0xf,0x0,0x40,0x40,0x40,0x48,0x7c,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0xfa,0xa,0xfe,0x0, -+0x10,0x1f,0x20,0x7f,0xa5,0x28,0x3f,0x20,0x27,0x20,0x27,0x20,0x47,0x44,0x87,0x4,0x0,0xf0,0x44,0xfe,0x10,0x88,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xfc,0x8,0xf8,0x8, -+0x8,0x8,0x49,0x2a,0x8,0xff,0x8,0x18,0x1d,0x2b,0x29,0x49,0x89,0x9,0x9,0x8,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x0,0x40,0x30,0x10,0x80,0x60,0x20,0xf,0x14,0x24,0xe4,0x24,0x24,0x24,0x27,0x24,0x80,0x80,0x84,0xfe,0x80,0x80,0x88,0xfc,0x8,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x2,0x2,0x3,0x7e,0x3,0x7e,0x1,0x1,0xe,0x70,0x3f,0x24,0x24,0x24,0xff,0x0,0x40,0x20,0xf8,0x0,0xfc,0x20,0x40,0x82,0x62,0x1e,0xf8,0x48,0x48,0x48,0xfe,0x0, -+0x10,0x10,0x14,0xfe,0x20,0x28,0x48,0x7e,0x8,0x8,0xe,0xf8,0x49,0x9,0xa,0x8,0x8,0x1c,0xe0,0x80,0x80,0x84,0xfe,0x90,0x90,0x90,0x90,0x90,0x10,0x10,0x10,0x10, -+0x20,0x23,0x2a,0xff,0x42,0x52,0x93,0xfe,0x12,0x13,0x1e,0xf2,0x54,0x14,0x18,0x10,0x4,0xfe,0x4,0xfc,0x50,0x50,0xfc,0x50,0x54,0xfe,0xa4,0xa8,0x90,0x88,0xce,0x84, -+0x1,0x21,0x3f,0x10,0x14,0xfe,0x20,0x48,0x7e,0x8,0xe,0xf8,0x49,0x9,0xa,0x8,0x0,0x8,0xf8,0x0,0x1c,0xe0,0x80,0x84,0xfe,0x90,0x90,0x90,0x10,0x10,0x10,0x10, -+0x0,0x3f,0x20,0x3f,0x22,0x22,0x2f,0x22,0x22,0x3f,0x24,0x24,0x24,0x45,0x86,0x4,0x8,0xfc,0x8,0xf8,0x20,0x20,0xf8,0x20,0x24,0xfe,0x88,0x50,0x30,0xe,0x4,0x0, -+0x8,0xff,0x8,0xfe,0x28,0x29,0x7e,0x54,0x54,0x54,0x6c,0x44,0x7c,0x45,0x7d,0x46,0x20,0xfe,0x20,0x90,0x90,0xfe,0x90,0xfc,0x90,0xfc,0x90,0xfe,0x0,0x54,0x52,0x2, -+0x10,0x10,0x10,0x10,0xfc,0x13,0x30,0x38,0x57,0x50,0x10,0x10,0x10,0x11,0x16,0x10,0x80,0x90,0x88,0x80,0xf8,0x80,0x88,0xfc,0x80,0x48,0x50,0x20,0x60,0x92,0xa,0x6, -+0x2,0x2,0x2,0x3,0x2,0x2,0x2,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x3f,0x20,0x0,0x0,0x8,0xfc,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x12,0x1f,0x10,0x13,0x10,0x7e,0x42,0x42,0x42,0x42,0x42,0x7e,0x41,0x2,0x40,0x50,0x48,0x48,0x7e,0xc0,0x40,0x40,0x48,0x28,0x30,0x20,0x50,0x92,0xa,0x6, -+0x0,0x20,0x10,0x10,0xfe,0x0,0x44,0x44,0x25,0x25,0x29,0x9,0x1f,0xe1,0x41,0x1,0x40,0x40,0x44,0x7e,0x40,0x40,0x40,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x41,0x37,0x11,0x81,0x61,0x21,0x9,0x11,0x2f,0xe4,0x25,0x26,0x24,0x27,0x20,0x10,0x10,0xfc,0x10,0xf0,0x10,0xf0,0x10,0x14,0xfe,0xa0,0x18,0x8,0x0,0xfc,0x0, -+0x10,0x10,0x23,0x22,0x44,0xf8,0x13,0x20,0x40,0xfc,0x40,0x1,0x1d,0xe2,0x44,0x0,0x40,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0xa8,0xbc,0xa0,0x20,0xa0,0x66,0x1c,0x0, -+0x10,0x17,0x11,0x10,0xff,0x10,0x33,0x3a,0x57,0x52,0x93,0x10,0x1f,0x10,0x10,0x10,0x48,0xfc,0x10,0xa4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0x40,0x40, -+0x1,0x3f,0x8,0x4,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x1,0x1,0x1,0x0,0xf8,0x20,0x44,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x0,0x0, -+0x4,0x7f,0x11,0xa,0xff,0x0,0x3f,0x20,0x3f,0x20,0x3f,0x4,0xff,0x4,0x4,0x4,0x4,0xc4,0x8,0x10,0xe0,0x84,0xc4,0x88,0x90,0xa2,0x82,0x4,0xe8,0x10,0x20,0xc0, -+0x0,0x47,0x31,0x10,0x8f,0x60,0x23,0xa,0x13,0x22,0xe3,0x20,0x2f,0x20,0x20,0x20,0x40,0xfc,0x10,0xa4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0x40,0x40, -+0x9,0xfd,0x9,0x9,0x9,0x79,0x41,0x47,0x41,0x79,0x9,0x9,0x9,0x9,0x51,0x21,0x0,0x8,0x8,0x10,0x20,0x40,0x4,0xfe,0x40,0x40,0x20,0x20,0x10,0x4e,0x84,0x0, -+0x11,0x9,0x7f,0x40,0x9f,0x10,0x1f,0x0,0x7f,0x1,0x3f,0x1,0xff,0x1,0x5,0x2,0x10,0x20,0xfe,0x2,0xf4,0x10,0xf0,0x38,0xc0,0x0,0xf8,0x0,0xfe,0x0,0x0,0x0, -+0x40,0x2f,0x21,0x1,0x81,0x4f,0x48,0x8,0x18,0x2f,0xe1,0x21,0x21,0x21,0x2a,0x24,0x40,0x40,0x44,0x44,0x48,0x50,0x44,0xfe,0x50,0x50,0x50,0x48,0x48,0x44,0x62,0x40, -+0x10,0x10,0x10,0x10,0xff,0x10,0x31,0x39,0x54,0x50,0x90,0x10,0x10,0x10,0x11,0x16,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0xa0,0xa0,0xa0,0x40,0x60,0x90,0xe,0x4, -+0x0,0x0,0x0,0x0,0xff,0x0,0x8,0x8,0x4,0x4,0x2,0x1,0x2,0x4,0x18,0xe0,0x80,0x80,0x80,0x84,0xfe,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x80,0x60,0x1e,0x4, -+0x10,0x10,0x14,0x7e,0x54,0x54,0x54,0x57,0x54,0x54,0x54,0x5c,0x10,0x10,0x10,0x10,0x80,0x84,0x84,0x88,0x90,0xa0,0x84,0xfe,0xa0,0xa0,0x90,0x90,0x88,0x8e,0xc4,0x80, -+0x4,0x7e,0x44,0x54,0x54,0x54,0x54,0x57,0x54,0x54,0x54,0x54,0x10,0x28,0x44,0x80,0x80,0x84,0x84,0x88,0x90,0xa0,0x84,0xfe,0xa0,0xa0,0x90,0x90,0x88,0x8e,0xc4,0x80, -+0x8,0x8,0x8,0x10,0x17,0x30,0x51,0x91,0x10,0x10,0x10,0x10,0x10,0x10,0x11,0x16,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0xa0,0xa0,0xa0,0x40,0x60,0x90,0xe,0x4, -+0x4,0x3e,0x24,0x24,0x24,0x3c,0x24,0x27,0x24,0x3c,0x24,0x24,0x24,0x44,0x94,0x8,0x80,0x84,0x84,0x88,0x90,0xa0,0x84,0xfe,0xa0,0xa0,0x90,0x90,0x88,0x8e,0xc4,0x80, -+0x0,0x1f,0x10,0x97,0x51,0x5f,0x10,0x17,0x34,0x57,0x94,0x17,0x20,0x2f,0x40,0x0,0x80,0xfe,0x40,0xfc,0x10,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x40,0xfe,0x40,0x40, -+0x0,0x7b,0x49,0x50,0x57,0x60,0x53,0x4a,0x4b,0x4a,0x6b,0x50,0x4f,0x40,0x40,0x40,0x40,0xf8,0x10,0xa4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0x40,0x40, -+0x10,0x13,0x10,0x10,0xfc,0x10,0x15,0x19,0x32,0xd5,0x11,0x11,0x11,0x11,0x51,0x21,0x4,0xfe,0x84,0x84,0x84,0x84,0x14,0x8,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0xb,0x7c,0x48,0x48,0x48,0x49,0x79,0x4a,0x4d,0x49,0x49,0x79,0x49,0x1,0x1,0x4,0xfe,0x84,0x84,0x84,0x84,0x14,0x8,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x10,0xfc,0x13,0x10,0x1c,0x30,0xd0,0x10,0x10,0x11,0x12,0x54,0x20,0x80,0xa0,0x90,0x84,0x9e,0xe0,0x80,0x88,0x50,0x60,0x40,0xc0,0x20,0x12,0xa,0x6, -+0x40,0x33,0x10,0x0,0x80,0x60,0x21,0x9,0x12,0x25,0xe1,0x21,0x21,0x21,0x21,0x21,0x4,0xfe,0x84,0x84,0x84,0x84,0x14,0x8,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0x8,0x7e,0x8,0xa,0xff,0x8,0x28,0x2e,0x28,0x39,0x48,0x44,0x83,0x0,0x0,0x8,0x88,0x88,0x50,0x50,0x20,0x20,0x50,0x48,0x8c,0x4,0x0,0x6,0xfc,0x0, -+0x0,0x7d,0x44,0x44,0x44,0x44,0x7d,0x44,0x44,0x44,0x44,0x7c,0x0,0x24,0x62,0x82,0x4,0xfe,0x44,0x44,0x84,0x94,0x8,0xfc,0x84,0x84,0x84,0xfc,0x0,0x88,0x46,0x42, -+0x7f,0x44,0x7f,0x1,0x1,0x1,0x3f,0x20,0x3f,0x20,0x3f,0x1,0xff,0x1,0x1,0x1,0xfc,0x44,0xfc,0x0,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x0,0x0,0x0, -+0x4,0x4,0x4,0x24,0x14,0x14,0x4,0x4,0x1c,0x64,0x4,0x8,0x8,0x10,0x20,0x40,0x80,0x80,0x80,0x90,0xa0,0xc0,0x80,0xc0,0xb0,0x90,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x8,0x3e,0x22,0x3e,0x21,0x5f,0x81,0xff,0x1,0x1f,0x1,0x3f,0x1,0xff,0x1,0x1,0x44,0x7e,0xa8,0x10,0x6e,0xf0,0x14,0xfe,0x10,0xf0,0x0,0xf8,0x0,0xfe,0x0,0x0, -+0x0,0x3f,0x4,0x4,0x4,0x8,0x8,0x10,0x3f,0x50,0x10,0x10,0x10,0x10,0x1f,0x10,0x8,0xfc,0x8,0x8,0x8,0x28,0x10,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x27,0x24,0x4,0x7,0xe4,0x24,0x24,0x24,0x25,0x29,0x32,0x50,0x88,0x7,0x40,0x20,0xfc,0x90,0x94,0xfe,0x90,0x90,0xf0,0x0,0x54,0x52,0x52,0x0,0x6,0xfc, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x15,0x19,0x31,0xd1,0x11,0x11,0x12,0x12,0x54,0x20,0x8,0x3c,0xc0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x8,0x8,0xfe,0x8,0xe,0x78,0x9,0x9,0x2a,0x10,0x1f,0x10,0x10,0x10,0x1f,0x10,0xc,0xf0,0x80,0x84,0xfe,0x90,0x10,0x10,0x10,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x8,0x8,0xff,0x8,0xe,0x78,0x8,0x29,0x11,0x1f,0x11,0x11,0x1f,0x1,0x7f,0x0,0x40,0x48,0xfc,0x48,0xc8,0x48,0x6a,0x8a,0x6,0xf0,0x10,0x10,0xf0,0x4,0xfc,0x4, -+0x22,0x21,0x27,0xfa,0x24,0x57,0x50,0xff,0x14,0x17,0x1c,0xf7,0x54,0x14,0x14,0x15,0x20,0x20,0xe4,0x3e,0xc4,0xa4,0xa4,0xa4,0xa4,0xa8,0x90,0x90,0xa8,0xa8,0xc6,0x84, -+0x2,0x2,0x3f,0x2,0x2,0xff,0x2,0x4,0xf,0x18,0x28,0x4f,0x88,0x8,0xf,0x8,0x0,0x10,0xe0,0x40,0x84,0xfe,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x13,0x1c,0x20,0x23,0x7c,0x91,0x13,0xfd,0x11,0x11,0x15,0x19,0x11,0x1,0x40,0x44,0xf8,0x50,0x64,0xfe,0x80,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0xff,0x9,0x0,0x3f,0x22,0x22,0x3f,0x22,0x22,0x23,0x40,0x49,0x89,0x10,0x20,0x24,0xfe,0x20,0x88,0xfc,0x20,0x28,0xfc,0x20,0x20,0xe0,0x0,0x24,0x22,0x2, -+0x0,0x40,0x30,0x17,0x0,0x2,0xf1,0x10,0x10,0x10,0x10,0x11,0x12,0x28,0x47,0x0,0x80,0x40,0x48,0xfc,0x10,0x10,0x20,0xa0,0x40,0x40,0xa0,0x10,0x10,0x6,0xfc,0x0, -+0x2,0x42,0x32,0x12,0x8f,0x62,0x22,0xa,0x13,0x2e,0xe2,0x22,0x22,0x22,0x2b,0x24,0x0,0xc,0x70,0x40,0xc0,0x44,0x7e,0xc8,0x48,0x48,0x48,0x48,0x48,0x88,0x8,0x8, -+0x0,0x8,0xfc,0x10,0x11,0x12,0x14,0x7d,0x10,0x10,0x11,0x1c,0xf0,0x40,0x0,0x3,0x40,0x40,0xa0,0xa0,0x10,0x2e,0x44,0x80,0x10,0x60,0x84,0x8,0x10,0x20,0xc0,0x0, -+0x22,0x22,0x7f,0x22,0x3e,0x22,0x3e,0x22,0x22,0xff,0x40,0x54,0x62,0x40,0x7f,0x0,0x8,0x8,0x48,0x28,0x8,0x88,0x48,0x8,0x8,0x8e,0xf8,0x8,0x8,0x8,0x8,0x8, -+0x1,0x1,0x7f,0x1,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0xff,0x8,0x10,0x20,0x0,0x8,0xfc,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x14,0xfe,0x20,0x18,0x8, -+0x2,0xff,0x14,0x15,0x7f,0x55,0x55,0x7f,0x49,0x8,0x7f,0x8,0x8,0xf,0x78,0x20,0x4,0xfe,0x40,0x40,0xc8,0x7c,0x48,0x48,0x68,0x58,0x58,0x88,0x88,0xaa,0xca,0x6, -+0x4,0xfe,0x10,0x10,0x20,0x24,0x7e,0xa5,0x25,0x25,0x25,0x25,0x3d,0x25,0x1,0x1,0x40,0x40,0x44,0x7e,0x40,0x40,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0xfc,0x23,0x20,0x4b,0xfc,0x27,0x21,0xfa,0x25,0x20,0x3b,0xe1,0x42,0x4,0x0,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0x10,0xe,0xf4,0x40,0xf8,0x50,0x4c,0x44,0x40, -+0x1,0x1,0x1,0x1,0x1,0x1f,0x10,0x11,0x11,0x11,0x11,0x11,0x2,0x4,0x18,0x60,0x0,0x8,0xfc,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x40,0x30,0x8,0x4, -+0x10,0x10,0x10,0x1e,0x20,0x20,0x7d,0x90,0x10,0xfe,0x10,0x12,0x14,0x18,0x10,0x0,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x8,0x8,0x8,0x10,0x10,0x37,0x54,0x94,0x14,0x14,0x14,0x14,0x10,0x11,0x16,0x18,0x40,0x44,0x7e,0x40,0x44,0xfe,0x4,0x44,0x44,0x44,0x44,0x44,0x90,0xc,0x6,0x2, -+0x10,0x10,0x10,0x13,0xfe,0x14,0x30,0x38,0x54,0x50,0x90,0x10,0x11,0x11,0x12,0x14,0x40,0x40,0x40,0xfc,0x44,0x48,0x40,0x60,0x60,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x1,0x0,0x1f,0x10,0x90,0x51,0x52,0x14,0x39,0x52,0xd4,0x11,0x22,0x20,0x43,0xc,0x0,0x88,0xfc,0x80,0x80,0x40,0x30,0x8e,0x24,0x40,0x80,0x10,0x20,0xc0,0x0,0x0, -+0x0,0x40,0x20,0x21,0x2,0x4,0xe8,0x20,0x23,0x20,0x20,0x23,0x28,0x30,0x23,0xc,0x40,0x40,0xa0,0x20,0x10,0x2e,0x44,0x90,0x20,0x40,0x88,0x10,0x20,0xc0,0x0,0x0, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x3f,0x20,0x2f,0x20,0x3f,0x2a,0x29,0x48,0x8c,0x8,0xf0,0x0,0xfe,0x12,0x64,0x10,0xf8,0x0,0xf0,0x0,0xf8,0x10,0x20,0xc0,0x30,0xc, -+0x10,0x13,0x12,0x12,0xff,0x12,0x16,0x1b,0x32,0xd2,0x12,0x12,0x14,0x14,0x58,0x20,0x4,0xfe,0x0,0x8,0xfc,0x0,0x4,0xfe,0xa0,0xa2,0xa4,0x98,0x90,0x8e,0xc4,0x80, -+0x10,0x10,0x13,0x1c,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x11,0x17,0x18,0x11,0x2,0x20,0x24,0xfe,0x20,0xfc,0x4,0xfc,0x4,0xfc,0x4,0xfc,0x4,0xfe,0x88,0x6,0x2, -+0x0,0x78,0x4f,0x50,0x50,0x61,0x51,0x4b,0x48,0x48,0x68,0x57,0x40,0x40,0x40,0x40,0x80,0x84,0xfe,0x80,0xa0,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x8,0x8,0xff,0x8,0x1f,0x0,0x3d,0x5,0x5,0x9,0x35,0xc2,0xf,0x20,0x24,0x42,0x20,0x24,0xfe,0x20,0xe0,0x48,0x98,0x20,0x40,0x30,0xe,0x4,0xe0,0x10,0x8c,0x44, -+0x10,0x10,0x11,0x12,0xfc,0x13,0x14,0x18,0x37,0xd0,0x10,0x13,0x10,0x10,0x51,0x20,0x80,0x80,0xf8,0x10,0x20,0xf8,0x48,0x48,0xfe,0x48,0x48,0xf8,0x48,0x40,0x40,0x80, -+0x8,0x7c,0x49,0x4a,0x48,0x7b,0x48,0x48,0x4f,0x78,0x48,0x4b,0x48,0x78,0x49,0x0,0x80,0x80,0xf8,0x10,0x20,0xf8,0x48,0x48,0xfe,0x48,0x48,0xf8,0x48,0x40,0x40,0x80, -+0x8,0xb,0x10,0x10,0x20,0x48,0x88,0x12,0x32,0x52,0x92,0x12,0x12,0x12,0x1f,0x10,0x8,0xfc,0x40,0x40,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x2,0x44,0x29,0x12,0x28,0x4b,0x88,0x8,0x1f,0x28,0x48,0x8b,0x8,0x8,0x29,0x10,0x80,0x80,0xf8,0x10,0x20,0xf8,0x48,0x48,0xfe,0x48,0x48,0xf8,0x48,0x40,0x40,0x80, -+0x8,0xf,0x8,0x10,0x3f,0x41,0x1,0xff,0x1,0x1,0x3f,0x1,0x1,0x1,0x5,0x2,0x0,0xe0,0x40,0x90,0xf8,0x10,0x14,0xfe,0x10,0x10,0xf0,0x10,0x0,0x0,0x0,0x0, -+0x10,0x17,0x10,0x10,0x58,0x54,0x50,0x92,0x12,0x12,0x12,0x12,0x12,0x12,0x1f,0x10,0x8,0xfc,0x40,0x40,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x8,0x7f,0x8,0x7f,0x49,0x7f,0x1c,0x2a,0xc8,0x3f,0x1,0x9,0x9,0x9,0xff,0x0,0x40,0x44,0x7e,0x88,0x48,0x50,0x20,0x50,0x8e,0xf8,0x0,0xf0,0x0,0x4,0xfe,0x0, -+0x10,0x13,0x10,0x10,0xfc,0x13,0x15,0x19,0x31,0xd2,0x14,0x10,0x11,0x10,0x5f,0x20,0x0,0xf8,0x10,0x20,0x44,0x48,0x70,0x50,0x50,0x4e,0x44,0x40,0x40,0x84,0xfe,0x0, -+0x0,0x7f,0x1,0x1,0x1,0x1,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0xff,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x4,0xfe,0x10,0x10,0x11,0x5e,0x50,0x50,0x50,0x50,0x5e,0xf0,0x40,0x1,0x2,0x40,0x40,0x44,0xfe,0x88,0x8,0x88,0x88,0x50,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x10,0x10,0x10,0x7c,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x5d,0x11,0x10,0x10,0x13,0x20,0x24,0x3e,0x20,0xfc,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x58,0x84,0x2, -+0x0,0x0,0x1f,0x10,0x90,0x57,0x50,0x10,0x32,0x52,0xd2,0x12,0x22,0x22,0x5f,0x0,0x80,0x48,0xfc,0x0,0x8,0xfc,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x41,0x22,0x14,0x7f,0x8,0x8,0x9,0xff,0x8,0x8,0x8,0x14,0x12,0x22,0x40,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0xc8,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x20,0x17,0x10,0x0,0x0,0xf0,0x11,0x11,0x11,0x11,0x11,0x11,0x15,0x19,0x17,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x8,0x8,0xff,0x8,0x2,0x1,0x3f,0x0,0x0,0x3,0xc,0x10,0x60,0x90,0xf,0x0,0x20,0x24,0xfe,0x20,0x0,0x0,0xf0,0x20,0xc0,0x0,0x0,0x0,0x0,0x6,0xfc,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x31,0x39,0x54,0x50,0x90,0x10,0x10,0x10,0x11,0x16,0x20,0x20,0x24,0xfe,0x20,0x20,0xfc,0x4,0x88,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x1,0x1,0x1,0xff,0x1,0x1,0x3f,0x8,0x8,0x4,0x2,0x1,0x2,0xc,0x30,0xc0,0x0,0x0,0x4,0xfe,0x0,0x0,0xf0,0x20,0x20,0x40,0x80,0x0,0x80,0x60,0x1e,0x4, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x49,0x49,0x48,0x48,0x48,0x78,0x48,0x0,0x1,0x6,0x20,0x20,0x24,0xfe,0x20,0x20,0xfc,0x4,0x88,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x22,0x22,0x22,0xfb,0xad,0xa9,0xa9,0xaf,0xf9,0xa1,0x29,0x39,0xea,0x42,0x4,0x8,0x0,0x0,0x4,0xfe,0x24,0x24,0x24,0xe4,0x24,0x24,0x24,0x24,0xbc,0x64,0x40,0x0, -+0x20,0x20,0x22,0x3f,0x28,0x48,0x88,0x9,0xff,0x8,0x8,0x14,0x12,0x22,0x40,0x80,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0xc4,0x44,0x44,0x44,0x44,0x7c,0x44,0x0, -+0x4,0x3e,0x24,0x27,0x24,0x3c,0x25,0x25,0x24,0x3c,0x24,0x24,0x24,0x44,0x95,0xa,0x20,0x20,0x24,0xfe,0x20,0x20,0xfc,0x4,0x88,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x5,0x3f,0x25,0x25,0x25,0x3d,0x24,0x24,0x25,0x3d,0x25,0x25,0x25,0x45,0x95,0x9,0x0,0x8,0x1c,0xe0,0x2,0x2,0xfe,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x0,0x40,0x30,0x10,0x80,0x60,0x27,0x8,0x10,0x20,0xe0,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x2,0x1,0x1,0x0,0x7f,0x0,0x0,0x0,0x0,0x1,0x2,0xc,0x30,0x48,0x7,0x0,0x0,0x0,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x6,0xfc,0x0, -+0x10,0x10,0x21,0x21,0x45,0xf9,0x11,0x21,0x41,0xfd,0x40,0x0,0x1c,0xe0,0x41,0x2,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x0,0x50,0x48,0x84,0x2,0x2, -+0x4,0xfe,0x24,0x24,0x3c,0x24,0x24,0x3c,0x24,0x24,0x27,0xfc,0x44,0x4,0x5,0x4,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x48,0x48,0x84,0x86,0x2,0x0, -+0x1,0x1,0x7f,0x1,0x1,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0xff,0x0,0x0,0x8,0xfc,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x14,0xfe,0x0, -+0x10,0x10,0x17,0x10,0xfc,0x13,0x32,0x3b,0x56,0x53,0x92,0x13,0x12,0x12,0x1f,0x10,0x40,0x48,0xfc,0x40,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xfe,0x0, -+0x4,0xfe,0x13,0x10,0x10,0x3d,0x25,0x45,0xa5,0x19,0x9,0x11,0x21,0x41,0x87,0x0,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0xfc,0x4,0xfc,0x4,0xfc,0x4,0x4,0xfe,0x0, -+0x10,0x10,0x10,0x10,0xff,0x10,0x14,0x18,0x31,0xd0,0x11,0x11,0x11,0x12,0x54,0x28,0x80,0x80,0x80,0x90,0xf8,0x90,0x90,0x90,0x90,0x90,0x50,0x52,0x12,0x12,0xe,0x0, -+0x8,0x8,0xf,0x10,0x10,0x33,0x52,0x93,0x12,0x13,0x12,0x13,0x12,0x12,0x1f,0x10,0x40,0x48,0xfc,0x40,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xfe,0x0, -+0x8,0x8,0xf,0x10,0x11,0x32,0x57,0x90,0x10,0x10,0x17,0x10,0x10,0x10,0x1f,0x10,0x0,0x8,0xfc,0x80,0x0,0x8,0xfc,0x44,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x15,0xff,0x11,0x11,0x11,0x11,0x11,0x11,0x13,0x1d,0xf1,0x47,0x0,0x20,0x20,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x11,0x11,0x11,0x11,0xfd,0x11,0x14,0x18,0x31,0xd1,0x11,0x11,0x11,0x11,0x51,0x21,0x0,0x8,0x1c,0xe0,0x2,0x2,0xfe,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x1,0x1,0x1,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x4,0x7e,0x44,0x44,0x45,0x7d,0x11,0x51,0x5d,0x51,0x51,0x51,0x5d,0xf1,0x47,0x0,0x20,0x20,0x20,0x20,0x28,0x3c,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x0,0x1f,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x0,0x4,0xc,0x10,0x20,0x40,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0xf0,0x10,0x0,0x40,0x20,0x18,0xc,0x4, -+0x20,0x20,0x21,0x3e,0x20,0x20,0x1f,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x18,0xe0,0x0,0x4,0x4,0xfc,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x23,0x22,0x46,0xfa,0x12,0x23,0x42,0xfe,0x2,0x2,0x1e,0xe2,0x43,0x2,0x0,0x3c,0xe0,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x10,0x92,0xa,0x6, -+0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x3f,0x0,0x2,0x11,0x50,0x50,0x90,0xf,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x0,0x0,0x80,0x84,0x12,0x12,0xf0,0x0, -+0x8,0x8,0x7e,0x8,0xe,0xf8,0x48,0x19,0x3f,0x1,0x1f,0x1,0xff,0x1,0x1,0x3,0x40,0x48,0xfc,0x48,0xc8,0x68,0x8a,0x36,0xc0,0x0,0xf0,0x4,0xfe,0x0,0x0,0x0, -+0x28,0x25,0x20,0x2f,0xf2,0x22,0x22,0x2a,0x3f,0xe2,0x22,0x25,0x24,0x28,0xb0,0x40,0x80,0x7c,0x44,0xc4,0x48,0x48,0x50,0x48,0xc4,0x42,0x42,0x62,0xd4,0x48,0x40,0x40, -+0x0,0x7f,0x2,0x4,0x8,0x10,0x3f,0x1,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x0,0x8,0xfc,0x0,0x0,0x20,0x10,0xf8,0x8,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0, -+0x4,0xfe,0x10,0x10,0x20,0x45,0xfe,0x10,0x10,0x7c,0x10,0x10,0x1e,0xf0,0x41,0x6,0x40,0x40,0x40,0x44,0xfe,0x8,0x88,0x88,0x88,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x3f,0x24,0x3f,0x1,0x7f,0x1,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0xff,0x0,0xf8,0x48,0xf8,0x0,0xfc,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x14,0xfe,0x0, -+0x10,0x10,0x15,0x7f,0x55,0x55,0x55,0x55,0x55,0x55,0x54,0x5c,0x10,0x10,0x11,0x12,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x0,0x50,0x48,0x84,0x6,0x2, -+0x10,0x10,0x11,0x54,0x54,0x57,0x54,0x54,0x57,0x54,0x54,0x54,0x7c,0x44,0x0,0x0,0x20,0x28,0xfc,0x20,0x24,0xfe,0x8,0x8,0xfe,0x8,0x88,0x48,0x48,0x8,0x28,0x10, -+0x4,0x24,0x25,0x3f,0x24,0x44,0xff,0x4,0x3f,0x24,0x24,0x24,0x26,0x25,0x4,0x4,0x4,0x4,0x4,0xa4,0x24,0xa4,0xe4,0x24,0xa4,0xa4,0xa4,0x84,0x84,0x4,0x14,0x8, -+0x20,0x22,0x3f,0x48,0x8,0xff,0x10,0x14,0x22,0x42,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x0,0x4,0x7e,0x44,0x44,0xc4,0x44,0x7c,0x44,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10, -+0x8,0x1c,0xf2,0x12,0x13,0xfe,0x14,0x30,0x3b,0x54,0x50,0x90,0x11,0x11,0x12,0x1c,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0xe,0x4, -+0x8,0x1c,0xf0,0x11,0x13,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0xa0,0x90,0x84,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x2f,0x28,0x28,0x28,0x28,0x49,0x42,0x8c,0x30,0x78,0x80,0x80,0x84,0xfe,0x80,0x88,0xfc,0x8,0x88,0x88,0x88,0x8,0x70,0xc,0x4, -+0x4,0x4,0xf,0x11,0x28,0x44,0x3,0xc,0x71,0x9,0x9,0x12,0x4,0x8,0x30,0xc0,0x0,0x0,0xf8,0x10,0xa0,0xc0,0x0,0x0,0x10,0x30,0x40,0x80,0x40,0x30,0xe,0x4, -+0x1,0x0,0x1f,0x10,0x90,0x57,0x50,0x10,0x3f,0x50,0xd7,0x12,0x21,0x21,0x40,0x0,0x0,0x88,0xfc,0x80,0x90,0xf8,0x80,0x84,0xfe,0x10,0xfc,0x10,0x10,0x10,0x50,0x20, -+0x2,0x42,0x2f,0x22,0x80,0x67,0x24,0x8,0x13,0x22,0xe2,0x22,0x22,0x22,0x20,0x20,0x48,0x48,0xfe,0x48,0x0,0xfe,0x42,0x44,0xf8,0x48,0x48,0x48,0x48,0x58,0x40,0x40, -+0x0,0x40,0x31,0x11,0x82,0x67,0x20,0x8,0x13,0x22,0xe2,0x22,0x22,0x22,0x23,0x22,0x80,0x80,0x0,0x10,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x2,0x1,0x7f,0x44,0x88,0x3f,0x2,0x4,0x1f,0x1,0x1,0x7f,0x1,0x1,0xff,0x0,0x0,0x0,0xfe,0x42,0x24,0xf8,0x0,0x20,0xf0,0x0,0x8,0xfc,0x0,0x4,0xfe,0x0, -+0x1,0x1,0x1,0x7f,0x41,0x41,0x41,0x41,0x7f,0x41,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x3f,0x21,0x21,0x21,0x3f,0x21,0x1,0x1,0x3f,0x24,0x24,0x24,0xff,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x8,0xfc,0x48,0x48,0x48,0xfe,0x0, -+0x1,0x1,0x3f,0x21,0x21,0x21,0x3f,0x21,0x1,0x1,0x12,0x51,0x51,0x90,0xf,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x4,0x12,0x12,0xf0,0x0, -+0x10,0x10,0x10,0x1c,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x10,0x14,0x18,0x10,0x0,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20,0x20, -+0x2,0x1,0xff,0x1,0x1f,0x11,0x11,0x1f,0x11,0x5,0x8,0x18,0x28,0xca,0xc,0x8,0x0,0x4,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x8,0x18,0xa0,0x40,0x30,0xe,0x4,0x0, -+0x10,0x10,0x20,0x21,0x45,0xfa,0x10,0x20,0x40,0xfd,0x2,0x0,0x1c,0xe0,0x40,0x0,0x80,0x80,0xfc,0x8,0x90,0x50,0x20,0x50,0x88,0xe,0x64,0x10,0x8,0xc0,0x30,0x8, -+0x8,0x1c,0xf0,0x10,0x11,0xff,0x11,0x39,0x35,0x55,0x51,0x90,0x10,0x10,0x10,0x10,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20,0x20, -+0x4,0x3e,0x24,0x24,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x24,0x24,0x44,0x94,0x8,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20,0x20, -+0x0,0x3f,0x1,0xff,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x3f,0x1,0x1,0xff,0x0,0x38,0xc0,0x4,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xf8,0x0,0x4,0xfe,0x0, -+0x8,0x8,0x8,0x10,0x17,0x34,0x54,0x94,0x14,0x17,0x14,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xfc,0x44,0x40,0x40,0x40,0x40,0x40, -+0x1,0x1,0x1,0x2,0x4,0x8,0x30,0x0,0x8,0x8,0x14,0x12,0x22,0x41,0x82,0x0,0x0,0x0,0x0,0x80,0x40,0x38,0x10,0x0,0x20,0x20,0x50,0x50,0x88,0xe,0x4,0x0, -+0x2,0x4,0x1f,0x10,0x12,0x11,0x11,0xff,0x10,0x12,0x11,0x11,0x10,0x20,0x40,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x0,0x3f,0x21,0x21,0x2f,0x21,0x21,0x3f,0x20,0x27,0x24,0x24,0x24,0x47,0x84,0x0,0x8,0xfc,0x8,0x48,0xe8,0x8,0x28,0xf8,0x48,0xe8,0x48,0x48,0x48,0xc8,0x28,0x10, -+0x10,0x10,0x10,0x10,0x54,0x52,0x52,0x90,0x10,0x10,0x10,0x10,0x20,0x20,0x40,0x0,0x4,0x84,0x84,0x84,0xa4,0x94,0x94,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x4,0x4, -+0x1,0x41,0x31,0x11,0x81,0x65,0x23,0xb,0x11,0x21,0xe1,0x21,0x22,0x22,0x24,0x20,0x4,0x4,0x24,0x24,0x24,0xb4,0x6c,0x6c,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4, -+0x1,0x41,0x21,0x22,0x4,0x8,0xe7,0x20,0x20,0x20,0x23,0x20,0x28,0x30,0x27,0x0,0x0,0x0,0xf8,0x10,0x20,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x9,0xfd,0x9,0x9,0xd,0x7b,0x41,0x47,0x41,0x79,0xb,0xd,0x9,0x89,0x51,0x21,0x4,0x3e,0x4,0x4,0x44,0xbc,0x20,0xe0,0x24,0x3e,0x84,0x44,0x4,0x4,0x28,0x10, -+0x10,0x10,0x14,0xfe,0x21,0x21,0x49,0x7f,0x9,0x9,0xf,0xf9,0x49,0x9,0x9,0x8,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4,0x0, -+0x4,0x3e,0x24,0x24,0x24,0x3d,0x24,0x24,0x24,0x3c,0x24,0x24,0x24,0x44,0x94,0x8,0x8,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x88,0x48,0x48,0x8,0x8,0x8,0x28,0x10, -+0x0,0x3f,0x0,0x1f,0x0,0x3f,0x1,0x7f,0x41,0x9f,0x11,0x11,0x11,0x11,0x1,0x1,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xfe,0x2,0xf4,0x10,0x10,0x50,0x20,0x0,0x0, -+0x4,0x7e,0x44,0x44,0x44,0x7c,0x0,0xf,0x8,0x8,0x8,0x8,0x8,0x10,0x20,0x40,0x8,0xfc,0x88,0x88,0x88,0xf8,0x40,0xe0,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x1e,0x22,0xc4,0x8,0x7e,0x2,0x2,0x7e,0x2,0x2,0x7f,0x1,0x2,0x0,0x10,0x10,0x10,0xfe,0x92,0x94,0x90,0xfc,0x84,0xc4,0xa8,0xa8,0x10,0x28,0x4e,0x84, -+0x2,0x1,0x7f,0x40,0x81,0x1,0x3f,0x21,0x21,0x21,0x3f,0x21,0x21,0x21,0x3f,0x20,0x0,0x0,0xfe,0x2,0x4,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x20,0x3f,0x50,0x9f,0x10,0x1f,0x0,0x7f,0x0,0x10,0xf8,0x10,0x10,0xf0,0x90,0x40,0x20,0xfe,0x14,0xf0,0x10,0xf0,0x0,0xfc,0x0, -+0x10,0xff,0x12,0x53,0x52,0x53,0x52,0x57,0x78,0xb,0x8,0x3b,0xc8,0x9,0x2e,0x10,0x0,0xfc,0x44,0xd4,0x48,0xd4,0x62,0xd8,0x60,0xa4,0x68,0xb0,0x68,0xa6,0x20,0x20, -+0x0,0x9,0xfd,0x11,0x11,0x12,0x7c,0x13,0x10,0x10,0x1c,0xf0,0x41,0x2,0x4,0x0,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x60,0x70,0xb0,0xa8,0x2e,0x24,0x20,0x20, -+0x10,0x11,0x11,0x11,0xfd,0x12,0x30,0x3b,0x54,0x50,0x90,0x10,0x11,0x12,0x14,0x10,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x60,0x70,0xb0,0xa8,0x2e,0x24,0x20,0x20, -+0x10,0x11,0x11,0x11,0x7d,0x56,0x54,0x57,0x54,0x7c,0x10,0x14,0x1d,0xf6,0x44,0x0,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x60,0x70,0xb0,0xa8,0x2e,0x24,0x20,0x20, -+0x1,0x11,0x11,0x1f,0x11,0x21,0x1,0xff,0x3,0x5,0x9,0x11,0x21,0xc1,0x1,0x1,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x80,0x40,0x30,0xe,0x4,0x0,0x0, -+0x2,0x44,0x2b,0x10,0x28,0x4b,0x88,0x9,0x1b,0x2d,0x49,0x89,0x9,0x9,0x29,0x11,0x40,0x44,0xf8,0x50,0x64,0xfe,0x80,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x20,0x1b,0x8,0x0,0x7,0xf0,0x11,0x13,0x15,0x19,0x11,0x15,0x19,0x11,0x1,0x40,0x44,0xf8,0x50,0x64,0xfe,0x80,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x42,0x22,0x23,0x2,0x4,0xe0,0x2f,0x20,0x20,0x21,0x29,0x32,0x24,0x8,0x0,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0xc0,0xe0,0x60,0x50,0x4e,0x44,0x40,0x40, -+0x0,0x4f,0x20,0x21,0x3,0xc,0xe1,0x22,0x2c,0x21,0x22,0x2c,0x21,0x50,0x8f,0x0,0x8,0xfc,0x80,0x0,0x88,0xd8,0x60,0x40,0xe0,0x50,0x48,0x48,0x40,0x86,0xfc,0x0, -+0x10,0x10,0x10,0x12,0x1f,0x28,0x49,0x8a,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x40,0x40,0x40,0x44,0x7e,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x10,0x10,0x10,0x12,0x55,0x59,0x51,0x91,0x11,0x11,0x11,0x28,0x24,0x44,0x83,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x24,0x3c,0xe2,0x2, -+0x2,0x2,0x3f,0x2,0xff,0x2,0xf,0x38,0xc8,0xf,0x8,0x8,0xf,0x20,0x24,0x42,0x0,0x20,0xf0,0x84,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x8,0x84,0x44, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x14,0x18,0x31,0xd0,0x10,0x10,0x10,0x10,0x57,0x20,0x40,0x20,0x4,0xfe,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x7,0x74,0x57,0x54,0x75,0x54,0x55,0x75,0x55,0x54,0x77,0x4a,0x12,0x22,0x2,0x4,0xfe,0x4,0xfc,0x0,0xfc,0x20,0xfc,0x24,0xfc,0x20,0xfe,0x22,0x2a,0xfa,0x6, -+0x0,0x7,0x74,0x57,0x54,0x55,0x54,0x55,0x55,0x55,0x54,0x77,0x4a,0x12,0x22,0x2,0x4,0xfe,0x4,0xfc,0x0,0xfc,0x20,0xfc,0x24,0xfc,0x20,0xfe,0x22,0x2a,0xfa,0x6, -+0x2,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x3f,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x8,0x8,0xff,0x9,0x1,0x1f,0x1,0xff,0x1,0x2,0xf,0x18,0x2f,0xc8,0xf,0x8,0x20,0x24,0xfe,0x20,0x10,0xe0,0x44,0xfe,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x30,0x38,0x55,0x50,0x90,0x10,0x10,0x10,0x17,0x10,0x40,0x20,0x24,0xfe,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x2,0x3f,0x22,0x22,0x23,0x3e,0x22,0x22,0x3e,0x22,0x22,0x22,0x2f,0xf0,0x41,0x2,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0x28,0x10, -+0x10,0x10,0x10,0x15,0x7e,0x54,0x54,0x54,0x55,0x7c,0x54,0x10,0x14,0xfc,0x47,0x0,0x40,0x20,0x24,0xfe,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x7e,0x44,0x54,0x55,0x55,0x56,0x54,0x54,0x54,0x54,0x54,0x10,0x2b,0x44,0x84,0x40,0x20,0x20,0x0,0xfe,0x2,0x4,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0, -+0x10,0x10,0x13,0x1c,0x20,0x23,0x7c,0x90,0x13,0xfd,0x12,0x15,0x10,0x14,0x18,0x0,0x40,0x48,0xfc,0x40,0x48,0xfc,0x80,0x84,0xfe,0x8,0x8,0xfe,0x8,0x88,0x48,0x18, -+0x10,0x12,0x1f,0x28,0x45,0x80,0x8,0x7d,0x11,0x11,0x11,0x11,0x1d,0xf2,0x44,0x8,0x40,0x44,0x7e,0xa0,0x10,0x0,0x10,0xf8,0x10,0x10,0x90,0x50,0x52,0x12,0xe,0x0, -+0x8,0x8,0x8,0x17,0x10,0x30,0x50,0x90,0x17,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x80,0x40,0x44,0xfe,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x40,0x30,0x17,0x80,0x60,0x20,0x8,0x17,0x20,0xe0,0x20,0x20,0x20,0x2f,0x20,0x80,0x40,0x44,0xfe,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x20,0x13,0x12,0x2,0xfe,0xa,0x12,0x3b,0x56,0x90,0x10,0x11,0x11,0x12,0x14,0x18,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0xa8,0xa0,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x8,0xfc,0x8,0x4b,0x48,0x48,0x48,0x48,0x7d,0x4,0x4,0x1c,0xe4,0x44,0x17,0x8,0x40,0x20,0x24,0xfe,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x16,0x1a,0x32,0xd2,0x12,0x12,0x14,0x14,0x58,0x20,0x8,0x1c,0xe0,0x50,0x50,0x50,0x50,0x50,0x50,0x48,0x48,0x48,0x44,0x44,0x42,0x40, -+0x0,0x0,0x1f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x21,0x21,0x41,0x81,0x1,0x10,0x78,0x80,0x20,0x20,0x20,0x20,0x20,0x20,0x10,0x10,0x10,0x8,0xe,0x4,0x0, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x17,0x1a,0x32,0xd3,0x12,0x10,0x10,0x10,0x57,0x20,0x40,0x40,0x48,0xfc,0x48,0x48,0xf8,0x48,0x48,0xfc,0x48,0x50,0x20,0xd2,0xa,0x6, -+0x1,0x1,0x1,0x3f,0x2,0x2,0xff,0x4,0x4,0xf,0x0,0x0,0x0,0x6,0x1,0x0,0x0,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x80,0x40, -+0x0,0x4,0xfe,0x11,0x10,0x20,0x23,0x7c,0xa4,0x25,0x24,0x24,0x24,0x3c,0x24,0x0,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x80,0x80,0xfc,0x8,0x10,0x90,0x60,0x20,0x10, -+0x10,0x10,0x10,0xfd,0x20,0x28,0x4b,0x7c,0x8,0x9,0x1c,0xe8,0x48,0x8,0x8,0x8,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x80,0x80,0xfc,0x8,0x10,0x90,0x60,0x20,0x10, -+0x10,0x17,0x14,0x14,0xff,0x14,0x13,0x19,0x31,0xd7,0x11,0x11,0x1f,0x11,0x52,0x24,0x4,0xbe,0xa4,0xa4,0xbc,0x62,0xde,0x10,0x10,0xfc,0x10,0x14,0xfe,0x10,0xc,0x4, -+0x0,0x7c,0x47,0x54,0x55,0x54,0x54,0x57,0x54,0x54,0x55,0x54,0x10,0x29,0x46,0x80,0x88,0x50,0xfe,0x50,0xfc,0x54,0x54,0xfe,0x54,0x54,0xfc,0x50,0xd8,0x56,0x54,0x50, -+0x10,0x1e,0x28,0x4f,0x8,0x1f,0x0,0xff,0x2,0xd,0x71,0x6,0x39,0x6,0x78,0x3,0x40,0x7c,0xa0,0xc0,0x40,0x80,0x84,0xfe,0x10,0x20,0xc0,0xa0,0x90,0x8e,0x84,0x0, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x32,0x3a,0x57,0x52,0x92,0x12,0x14,0x14,0x1b,0x10,0x40,0x20,0x24,0xfe,0x0,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x1,0x0,0x0,0x3f,0x20,0x20,0x20,0x20,0x2f,0x20,0x20,0x20,0x40,0x40,0xbf,0x0,0x0,0x80,0x88,0xfc,0x0,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80,0x84,0xfe,0x0, -+0x8,0x48,0x2b,0x8,0x18,0x29,0x4a,0x9,0xff,0x2,0x4,0xc,0x14,0x65,0x6,0x4,0x40,0x48,0xfc,0x40,0x50,0xf8,0x0,0x4,0xfe,0x8,0x90,0xa0,0x40,0x30,0xe,0x4, -+0x8,0x8,0x8,0x48,0x28,0x2f,0x9,0x9,0x19,0x2a,0x49,0xc8,0x8,0x8,0x9,0xa,0x40,0x40,0x40,0x80,0x84,0xfe,0x8,0x8,0x8,0x8,0x10,0xa0,0x40,0xb0,0xc,0x4, -+0x10,0x17,0x11,0x10,0xff,0x10,0x17,0x1a,0x33,0xd2,0x13,0x10,0x17,0x10,0x5f,0x20,0x40,0xfc,0x10,0xa4,0xfe,0x8,0xfc,0x48,0xf8,0x48,0xf8,0x40,0xfc,0x40,0xfe,0x0, -+0x10,0x10,0x10,0x90,0x50,0x50,0x1f,0x10,0x30,0x50,0xd0,0x10,0x10,0x17,0x10,0x10,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x48,0xfc,0x0,0x0, -+0x8,0x8,0x8,0x48,0x28,0x2f,0x8,0x8,0x18,0x28,0x49,0xc9,0x9,0xa,0xc,0x8,0x40,0x50,0x48,0x40,0x44,0xfe,0x40,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4,0x0, -+0x10,0x10,0x10,0x11,0xfd,0x13,0x35,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0xa0,0xa0,0x84,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x10,0x10,0x10,0x1d,0x21,0x23,0x7d,0x91,0x11,0xfd,0x11,0x11,0x15,0x19,0x11,0x1,0xa0,0xa0,0x84,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x0,0x40,0x33,0x12,0x2,0x3,0xf2,0x12,0x13,0x12,0x12,0x12,0x13,0x2a,0x47,0x0,0x40,0x90,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x6,0xfc,0x0, -+0x8,0x7f,0x8,0x3e,0x8,0xff,0x10,0x1e,0x22,0xcc,0x1f,0x10,0x11,0x11,0x6,0x38,0x40,0x44,0x7e,0x84,0xc4,0x28,0x10,0x28,0x46,0x90,0xf8,0x10,0x10,0x10,0xc0,0x38, -+0x0,0x7c,0x44,0x48,0x50,0x48,0x45,0x65,0x5a,0x44,0x41,0x5f,0x1,0x1,0xff,0x0,0x40,0x40,0x40,0xa0,0xa0,0xa0,0x10,0x8,0xe,0x4,0x0,0xf0,0x0,0x0,0xfe,0x0, -+0x10,0x17,0x24,0x22,0x41,0xfa,0x12,0x24,0x47,0xfc,0x4,0x2,0x19,0xe2,0x44,0x8,0x0,0xbc,0xa4,0xa8,0x10,0xa8,0xa6,0x40,0xbc,0xa4,0xa4,0xa8,0x10,0xa8,0x46,0x4, -+0x0,0x4f,0x30,0x13,0x2,0x2,0xf3,0x10,0x13,0x10,0x10,0x17,0x14,0x18,0x11,0x0,0x44,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x0,0xf8,0x20,0x44,0xfe,0x40,0x40,0x40,0x80, -+0x1,0x41,0x31,0x13,0x2,0x16,0x1b,0x12,0x22,0xe3,0x22,0x22,0x22,0x23,0x22,0x2,0x40,0x20,0x24,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x12,0x17,0x1a,0x30,0xd2,0x12,0x12,0x13,0x14,0x58,0x20,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x48,0x40,0x48,0x7c,0x40,0x40,0xc6,0x7c,0x0, -+0x10,0x10,0x12,0x12,0xfe,0x12,0x17,0x18,0x30,0xd4,0x14,0x14,0x14,0x14,0x57,0x20,0x40,0x40,0x48,0x48,0x48,0x48,0xf8,0x48,0x40,0x44,0x44,0x44,0x44,0x44,0xfc,0x4, -+0x1,0x1,0x1,0x1,0x1f,0x10,0x1f,0x10,0x1f,0x11,0x1,0xff,0x1,0x1,0x1,0x1,0x8,0xfc,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x1,0x1,0x1,0x1,0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x3,0x5,0x9,0x31,0x1,0x8,0xfc,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x80,0x60,0x1c,0x8,0x0, -+0x0,0x17,0xf8,0x20,0x21,0x22,0x26,0xf9,0x22,0x24,0x20,0x21,0x3a,0xe4,0x41,0x0,0x4,0xfe,0x40,0x80,0x84,0x4c,0xb0,0x20,0xb0,0x68,0xa8,0x24,0x22,0x20,0x40,0x80, -+0x8,0x8,0xff,0x8,0x1,0x21,0x21,0x21,0x3f,0x1,0x41,0x41,0x41,0x41,0x7f,0x40,0x20,0x24,0xfe,0x20,0x0,0x8,0x8,0x8,0xf8,0x0,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x55,0x63,0x41,0x7f,0x41,0x41,0x7f,0x41,0x20,0xa0,0x20,0x24,0x7e,0x84,0x4,0x44,0x24,0x24,0x4,0x4,0x4,0x4,0x28,0x10, -+0x0,0xb,0x7c,0x48,0x49,0x4a,0x4e,0x49,0x4a,0x4c,0x48,0x79,0x4a,0x4,0x1,0x0,0x4,0xfe,0x40,0x80,0x84,0x4c,0xb0,0x20,0xb0,0x68,0xa8,0x24,0x22,0x20,0x40,0x80, -+0x8,0x4,0x7f,0x1,0x3f,0x2,0xff,0x4,0xf,0x18,0x2f,0xc8,0xf,0x8,0xf,0x8,0x20,0x48,0xfc,0x0,0xf8,0x0,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x10,0x10,0x10,0x12,0x54,0x59,0x52,0x90,0x10,0x10,0x10,0x28,0x24,0x44,0x80,0x0,0x40,0x40,0x40,0x44,0xfe,0x4,0x4,0x84,0x44,0x44,0x4,0x4,0x4,0x44,0x28,0x10, -+0x0,0x40,0x30,0x10,0x87,0x64,0x24,0xc,0x14,0x27,0xe4,0x20,0x20,0x20,0x2f,0x24,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xfc,0x44,0x50,0x48,0x7c,0xc4,0x4, -+0x10,0xc,0x4,0x0,0xff,0x10,0x10,0x22,0x24,0x78,0x8,0x10,0x14,0x22,0x7e,0x2,0x10,0x30,0x40,0x4,0xfe,0x20,0x20,0x44,0x48,0xf0,0x10,0x20,0x28,0x44,0xfc,0x4, -+0x41,0x31,0x11,0x2,0xa,0xf4,0x20,0x20,0x21,0x26,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0xfc,0x4,0x48,0x40,0xa0,0x90,0xe,0x4,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x41,0x21,0x21,0xa,0x34,0xe0,0x21,0x26,0x1f,0x10,0x11,0x11,0x11,0x2,0xc,0x30,0x0,0x0,0xfc,0x44,0x48,0xa0,0x10,0xe,0xf4,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x20,0x10,0x10,0x5,0xa,0x70,0x10,0x13,0x12,0xff,0x4,0x8,0x4,0x3,0x4,0x38,0x80,0xfc,0x84,0x28,0x20,0x50,0x8e,0x4,0x0,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x44,0x22,0x21,0xf,0x82,0x42,0x44,0x14,0x1f,0x21,0xe2,0x24,0x29,0x2f,0x21,0x20,0x8,0x10,0x24,0xfe,0x10,0x10,0x20,0xa4,0x78,0x8,0x10,0x20,0x44,0x7c,0x4,0x0, -+0x2,0x42,0x24,0x29,0x84,0x62,0x22,0x8,0x17,0x24,0xe4,0x27,0x24,0x24,0x27,0x24,0x48,0x48,0x90,0x20,0x90,0x48,0x48,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x0,0x0,0xfe,0x4,0x8,0x11,0x15,0x1a,0xf0,0x50,0x10,0x10,0x10,0x10,0x51,0x26,0x80,0x80,0x80,0x84,0xfe,0x8,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0x28,0x2e,0x28,0x2e,0xf8,0x42,0x4,0x3f,0x1,0x2,0x3f,0x1,0x9,0x11,0x23,0x80,0x80,0x98,0xe2,0x82,0x7e,0x0,0x10,0xe0,0x0,0x10,0xf8,0x8,0x20,0x18,0x8, -+0x8,0xb,0x8,0x10,0x10,0x30,0x50,0x9f,0x10,0x10,0x10,0x10,0x10,0x10,0x11,0x10,0x0,0xf8,0x8,0x10,0x20,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x10,0x11,0x52,0x34,0x18,0xfe,0x10,0x33,0x38,0x54,0x54,0x90,0x10,0x10,0x10,0x10,0x0,0xfc,0x4,0x8,0x10,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x40,0x37,0x14,0x88,0x67,0x20,0x9,0x10,0x2f,0xe0,0x20,0x27,0x20,0x20,0x20,0x80,0x40,0xfe,0x2,0x44,0xfc,0x0,0x10,0xa4,0xfe,0x40,0x48,0xfc,0x40,0x40,0x40, -+0x0,0x3f,0x0,0x0,0x0,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0xf0,0x10,0x20,0x40,0x80,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x2,0x4,0x1f,0x10,0x10,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x47,0x30,0x13,0x80,0x6f,0x20,0xb,0x12,0x22,0xe2,0x22,0x22,0x20,0x23,0x2c,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x2,0x1,0x3f,0x20,0x40,0x1f,0x0,0x0,0x1,0xff,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0x0,0xfc,0x4,0x8,0xe0,0x40,0x80,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x13,0x1c,0x10,0x7f,0x14,0x3e,0x1,0x7f,0x40,0x9f,0x0,0x7f,0x9,0x11,0x23,0x4,0x18,0x64,0x18,0x64,0x18,0x60,0x0,0xfe,0x2,0xf4,0x0,0xfc,0x20,0x18,0x8, -+0x10,0x10,0x13,0x12,0xfc,0x11,0x30,0x38,0x57,0x50,0x90,0x11,0x11,0x12,0x10,0x10,0x40,0x20,0xfe,0x2,0x4,0xfc,0x0,0x4,0xfe,0x20,0xa8,0x24,0x22,0x22,0xa0,0x40, -+0x0,0x78,0x4b,0x4a,0x4c,0x79,0x50,0x10,0x13,0x5c,0x50,0x51,0x5d,0xf2,0x40,0x0,0x40,0x20,0xfe,0x2,0x4,0xfc,0x0,0x4,0xfe,0x20,0xa8,0x24,0x22,0x22,0xa0,0x40, -+0x2,0x1,0x7f,0x40,0x80,0x1f,0x0,0x0,0xff,0x1,0x9,0x9,0x11,0x21,0x5,0x2,0x0,0x0,0xfe,0x2,0x24,0xf0,0x0,0x4,0xfe,0x0,0x20,0x10,0x8,0x8,0x0,0x0, -+0x10,0x10,0x23,0x22,0x44,0xf9,0x10,0x20,0x43,0xf8,0x0,0x1,0x19,0xe2,0x40,0x0,0x40,0x20,0xfe,0x2,0x4,0xfc,0x0,0x4,0xfe,0x20,0xa8,0x24,0x22,0x22,0xa0,0x40, -+0x10,0x8,0x4,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x2,0x51,0x50,0x90,0xf,0x0,0x10,0x20,0x40,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x0,0x84,0x92,0x12,0xf0,0x0, -+0x11,0x11,0x21,0x21,0x45,0xf9,0x11,0x21,0x41,0xfd,0x42,0x2,0x1c,0xe4,0x48,0x11,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xa8,0xa8,0x48,0x44,0x82,0x0, -+0x10,0x10,0x10,0x3f,0x42,0x84,0x7f,0x1,0x1,0x3f,0x1,0x1,0x7f,0x1,0x0,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x1,0x1,0x1,0x3f,0x1,0x1,0xff,0x1,0x9,0x9,0x9,0x9,0x9,0x15,0x23,0x40,0x0,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x0,0x10,0xf8,0x0,0x0,0x6,0xfc,0x0, -+0x1,0x1,0x7f,0x1,0x3f,0x2,0xff,0x4,0x8,0x37,0xc1,0x1f,0x1,0x2,0x4,0x38,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x40,0x30,0xce,0x4,0xf0,0x0,0xc0,0x30,0x8, -+0x10,0x10,0x17,0x10,0xfb,0x10,0x17,0x19,0x32,0xdd,0x10,0x17,0x10,0x10,0x51,0x26,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0x10,0xe,0xf4,0x40,0xfc,0x40,0xb0,0xc,0x4, -+0x8,0x1c,0xf1,0x11,0x15,0xff,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x1f,0x10,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x0,0x1f,0x10,0x10,0x10,0x10,0x1f,0x11,0x1,0x11,0x11,0x11,0x11,0x29,0x47,0x80,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10,0x0,0x10,0xf8,0x0,0x0,0x6,0xfc,0x0, -+0x2,0x1,0x7f,0x8,0x8,0x8,0x14,0x22,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x0,0x8,0xfc,0x20,0x20,0x20,0x50,0x88,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x20,0x18,0x8,0x0,0xfe,0x21,0x20,0x3c,0x24,0x25,0x27,0x24,0x44,0x44,0x94,0x9,0x40,0x40,0x48,0x7c,0x80,0x48,0x7c,0xa0,0xa0,0x24,0xfe,0x20,0x50,0x50,0x8e,0x4, -+0x20,0x10,0x11,0x1,0xfd,0x9,0x11,0x39,0x55,0x91,0x11,0x11,0x11,0x11,0x17,0x10,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x40,0x30,0x11,0x1,0x1,0xf1,0x11,0x11,0x11,0x11,0x11,0x13,0x15,0x19,0x17,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x0,0x7c,0x45,0x49,0x49,0x51,0x49,0x49,0x45,0x45,0x45,0x69,0x51,0x41,0x47,0x40,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x10,0x10,0x21,0x21,0x45,0xf9,0x11,0x21,0x41,0xfd,0x41,0x1,0x1d,0xe1,0x47,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x10,0x10,0x10,0x1e,0x20,0x20,0x7c,0x91,0x11,0xff,0x11,0x13,0x15,0x19,0x11,0x1,0x20,0x20,0x24,0x3e,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x3e,0x48,0x9f,0x12,0x10,0x1f,0x8,0xff,0x14,0x2f,0x41,0x9f,0x5,0x9,0x13,0x40,0x7e,0x90,0xf0,0x10,0x90,0xf0,0x4,0xfe,0x50,0x88,0x2e,0xe4,0x40,0x30,0x10, -+0x1,0x5,0x75,0x55,0x55,0x5f,0x51,0x52,0x57,0x5a,0x53,0x72,0x43,0x2,0x4,0x8,0x20,0x20,0xe6,0x38,0xe2,0x1e,0xf0,0x28,0xfc,0x48,0xf8,0x48,0xf8,0x48,0x48,0x58, -+0x4,0xfe,0x29,0x28,0xfe,0xaa,0xaa,0xab,0xa6,0xc2,0x83,0xfe,0x82,0x82,0xfe,0x82,0x20,0x24,0xfe,0x0,0x88,0x88,0x88,0x54,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x1f,0x10,0x1f,0x10,0x1f,0x0,0xff,0x22,0x3f,0x22,0x3e,0x22,0x3e,0xe2,0x2,0x3,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0xfc,0x84,0x88,0x50,0x20,0x58,0x8e,0x4, -+0x0,0x7f,0x44,0x44,0x7f,0x0,0x4,0xfc,0x4,0x4,0x7c,0x4,0x4,0xfc,0x4,0x4,0x4,0xfe,0x44,0x44,0xfc,0x0,0x44,0x7e,0x40,0x48,0x7c,0x40,0x44,0x7e,0x40,0x40, -+0x8,0x7f,0x4,0x3f,0x24,0x24,0x28,0x3f,0x20,0x3f,0x0,0xff,0x8,0x4,0x4,0x0,0x40,0xfc,0x80,0xf8,0x88,0xe8,0x8,0xf8,0x8,0xf8,0x20,0xfe,0x20,0x20,0xa0,0x40, -+0x2,0x5f,0x21,0x2f,0x9,0xa,0xe8,0x2b,0x28,0x2f,0x20,0x3f,0x24,0x22,0x50,0x8f,0x20,0xfc,0x40,0xf8,0x48,0x38,0x8,0xe8,0x8,0xf8,0x20,0xfe,0x20,0xa0,0x46,0xfc, -+0x1,0x9,0x7d,0x49,0x4a,0x4c,0x48,0x78,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x0,0x4,0xfe,0x80,0x80,0x90,0xf8,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80, -+0x2,0x2,0x2,0xff,0x4,0x4,0x4,0x8,0xf,0x10,0x10,0x20,0x40,0x80,0x7f,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x10,0xf8,0x80,0x80,0x80,0x80,0x84,0xfe,0x0, -+0x8,0x8,0x8,0x17,0x10,0x30,0x51,0x91,0x11,0x12,0x14,0x18,0x10,0x10,0x17,0x10,0x80,0x80,0x84,0xfe,0x80,0x80,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x11,0x11,0x11,0x11,0xfe,0x14,0x30,0x38,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x4,0xfe,0x80,0x80,0x90,0xf8,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80, -+0x10,0x12,0x12,0x22,0x3f,0x62,0xa2,0x22,0x2f,0x28,0x28,0x28,0x28,0x2f,0x28,0x20,0x20,0x20,0x20,0x24,0xfe,0x84,0x44,0x44,0xc8,0xa8,0xa8,0x90,0xa8,0xa8,0x46,0x84, -+0x9,0x9,0x9,0x11,0x12,0x32,0x54,0x98,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x4,0xfe,0x80,0x80,0x90,0xf8,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80, -+0x1,0x1,0x11,0x11,0x11,0x29,0x25,0x45,0x81,0x1,0x3f,0x1,0x1,0x1,0xff,0x0,0x0,0x0,0x10,0x10,0x10,0x28,0x24,0x44,0x80,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0, -+0x1,0x0,0x3f,0x20,0x24,0x24,0x24,0x2a,0x29,0x31,0x20,0x2f,0x40,0x40,0xbf,0x0,0x0,0x84,0xfe,0x80,0x90,0x90,0x90,0xa8,0xa4,0xc4,0x90,0xf8,0x80,0x84,0xfe,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x0,0x0,0x0,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x8,0xfc,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0xff,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0xff,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0xff,0x1,0x1,0x21,0x21,0x21,0x21,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x0,0x8,0x8,0x8,0x8,0xff,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xf,0x8,0x0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xe0,0x20, -+0x10,0x11,0x11,0x11,0x11,0x11,0x11,0xff,0x11,0x11,0x11,0x11,0x11,0x21,0x20,0x40,0x10,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0x7f,0x0,0x0,0x1,0x3,0x5,0x9,0x11,0x21,0x41,0x1,0x1,0x1,0xff,0x0,0x8,0xfc,0x80,0x80,0x0,0x0,0x60,0x10,0x8,0x4,0x4,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x7f,0x0,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0xff,0x0,0x8,0xfc,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x0,0x4,0xfe,0x0, -+0x0,0x3f,0x0,0x0,0x1,0x7d,0x5,0x9,0x9,0x11,0x11,0x21,0x45,0x2,0xff,0x0,0x20,0xf0,0x40,0x80,0x8,0x18,0xa0,0x40,0x20,0x10,0xe,0x4,0x0,0x4,0xfe,0x0, -+0x0,0xff,0x0,0x1f,0x10,0x10,0x1f,0x0,0x7f,0x44,0x42,0x5f,0x41,0x41,0x41,0x40,0x4,0xfe,0x0,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x44,0x84,0xf4,0x4,0x4,0x14,0x8, -+0x0,0x7f,0x3,0x5,0x19,0x61,0x10,0x10,0xfe,0x22,0x22,0x23,0x14,0x8,0x14,0x62,0x8,0xfc,0x0,0x60,0x18,0x4,0x0,0xf8,0x8,0x10,0x24,0xfe,0x20,0x20,0xa0,0x40, -+0x0,0xff,0x1,0x3d,0x25,0x3d,0x1,0x7f,0x1,0x3d,0x25,0x25,0x3d,0x1,0xff,0x0,0x4,0xfe,0x0,0x78,0x48,0x78,0x0,0xfc,0x0,0x78,0x48,0x48,0x78,0x4,0xfe,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x1f,0x11,0x11,0x1f,0x11,0x11,0x1f,0x1,0x7f,0x41,0x41,0x4f,0x40,0x40,0x40,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x4,0x24,0xe4,0x24,0x14,0x8, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x2,0x2,0x4,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x10,0x10,0x10,0x10,0x11,0x12,0x14,0x18,0x10,0x10,0x10,0x10,0x10,0xf,0x0,0x0,0x0,0x20,0x60,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0xfc,0x0, -+0x0,0x3,0x7e,0x2,0x2,0x2,0x2,0x3,0xfe,0x2,0x2,0x2,0x2,0x2,0x2,0x1,0x10,0xf8,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x2,0x2,0xfe, -+0x0,0x1,0x3f,0x1,0x1,0x1,0x1,0xff,0x1,0x2,0x2,0x4,0x4,0x8,0x30,0xc0,0x10,0xf8,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x80,0x80,0x40,0x20,0x10,0xe,0x4, -+0x0,0x10,0xc,0x2,0x1,0x2,0xc,0x70,0x8,0x4,0x2,0x1,0x2,0xc,0x30,0xc0,0x10,0x30,0x40,0x80,0x0,0xc0,0x30,0x28,0x40,0x40,0x80,0x0,0x80,0x60,0x1e,0x4, -+0x0,0x1,0x3e,0x20,0x3f,0x20,0x20,0x27,0x24,0x24,0x24,0x24,0x44,0x44,0x84,0x3,0x10,0xf8,0x0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x90,0x50,0x20,0x2,0x2,0xfe, -+0x0,0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20,0x22,0x24,0x28,0x33,0x20,0x0,0x10,0xf8,0x80,0x80,0x80,0x84,0xfe,0x80,0x80,0x40,0x40,0x20,0x20,0x12,0x8a,0x6, -+0x2,0x2,0x4,0x3f,0x20,0x28,0x24,0x22,0x21,0x22,0x24,0x28,0x30,0x20,0x3f,0x20,0x0,0x0,0x8,0xfc,0x8,0x28,0x48,0x88,0x8,0x88,0x48,0x28,0x18,0x8,0xf8,0x8, -+0x1,0x12,0x14,0x1f,0x11,0x12,0x1f,0x10,0x17,0x14,0x17,0x24,0x27,0x44,0x85,0x4,0x0,0x10,0x50,0x90,0x10,0x50,0xf0,0x10,0xd0,0x50,0xd0,0x50,0xd2,0x52,0x4e,0x80, -+0x10,0x10,0x10,0x13,0xfc,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x24,0x24,0x43,0x80,0x0,0x88,0x50,0xfe,0x20,0xf8,0x88,0xf8,0x88,0xf8,0x88,0xf8,0x8a,0x2,0xfe,0x0, -+0x20,0x20,0x24,0x7f,0x80,0x7c,0x44,0x55,0x44,0xfe,0x44,0x54,0x44,0x7e,0x5,0x1a,0x40,0x20,0x24,0xfe,0x40,0x50,0x88,0xfc,0x0,0xa8,0xa8,0xa8,0xaa,0xaa,0x2e,0x0, -+0x4,0x8,0x3f,0x24,0x3f,0x1,0x1f,0x1,0xff,0x4,0x1f,0x1,0x7f,0x1,0x1,0x1,0x0,0x8,0xfc,0x48,0xf8,0x0,0xf0,0x4,0xfe,0x40,0xf0,0x0,0xfc,0x0,0x0,0x0, -+0x12,0xa,0x12,0x2,0x3c,0x8,0x7e,0x9,0xff,0x0,0x3e,0x22,0x3e,0x14,0x7e,0x1,0x48,0x50,0x48,0x44,0x3c,0x20,0x28,0xfc,0x20,0xf8,0x88,0x88,0x50,0x20,0x50,0x8e, -+0x0,0x0,0x0,0x0,0x0,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x40,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x0,0x0,0x1,0x3d,0x25,0x25,0x25,0x25,0x25,0x3d,0x1,0x2,0xff,0x0,0x20,0xf0,0x40,0x80,0x8,0x7c,0x8,0x48,0x30,0x10,0x28,0x48,0x0,0x4,0xfe,0x0, -+0x7f,0x10,0x17,0x14,0x27,0x24,0x57,0x94,0x17,0x10,0x1e,0x2,0x7e,0x12,0x12,0x62,0xf0,0x10,0xd4,0x5e,0xc4,0x44,0xd4,0x5c,0xd0,0x10,0xf0,0x80,0xf8,0x88,0x88,0x88, -+0x0,0x8,0x8,0x8,0x8,0x9,0xe,0x18,0x68,0x8,0x8,0x8,0x8,0x8,0x7,0x0,0x0,0x0,0x0,0x20,0x70,0xa0,0x20,0x20,0x20,0x20,0xa0,0x44,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x12,0x1f,0x10,0x10,0x10,0x12,0x7f,0x42,0x42,0x42,0x42,0x42,0x7e,0x42,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x42,0x3e,0x0, -+0x0,0x3f,0x0,0x0,0x0,0xff,0x4,0x4,0x4,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x10,0xf8,0x0,0x0,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x1,0x9,0x9,0x79,0x9,0x9,0x9,0x7f,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x0,0x20,0x28,0x3c,0x20,0x20,0x28,0xfc,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x1,0x1,0x7f,0x1,0x41,0x7f,0x40,0x9f,0x0,0x1,0x1,0xff,0x1,0x1,0x5,0x2,0x0,0x8,0xfc,0x0,0x0,0xfe,0x2,0xe4,0x40,0x80,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x1,0x1,0x7f,0x1,0x9,0x5,0xff,0x0,0x3f,0x20,0x27,0x24,0x27,0x20,0x3f,0x20,0x0,0x8,0xfc,0x0,0x20,0x44,0xfe,0x0,0xf8,0x8,0xc8,0x48,0xc8,0x8,0xf8,0x8, -+0x20,0x27,0x24,0xfc,0x24,0x27,0x24,0x74,0x57,0x54,0x54,0x57,0x74,0x54,0x4,0x4,0x4,0xbe,0x84,0x84,0x84,0xbc,0x84,0x0,0xbc,0x4,0x24,0xa8,0x10,0x28,0x2e,0xc4, -+0x0,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x21,0x21,0x22,0x22,0x44,0x48,0x90,0x20,0x8,0xfc,0x0,0x80,0x80,0x80,0x80,0x80,0x40,0x40,0x20,0x20,0x10,0x10,0xe,0x4, -+0x0,0x3f,0x21,0x21,0x2f,0x22,0x22,0x24,0x2f,0x20,0x20,0x3f,0x40,0x40,0x80,0x0,0x8,0xfc,0x0,0x8,0xfc,0x40,0x40,0x50,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x0,0x3f,0x22,0x22,0x2f,0x22,0x3f,0x20,0x27,0x24,0x24,0x27,0x44,0x44,0x87,0x4,0x8,0xfc,0x20,0x28,0xfc,0x20,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x3f,0x20,0x20,0x2f,0x21,0x3e,0x20,0x2f,0x28,0x2f,0x28,0x4f,0x48,0x80,0x0,0x8,0xfc,0xa0,0x90,0xfc,0x40,0x3c,0x8,0xfc,0x88,0xf8,0x88,0xf8,0x88,0x80,0x80, -+0x0,0x3f,0x20,0x28,0x25,0x3f,0x22,0x2a,0x2a,0x2a,0x2f,0x22,0x42,0x44,0x88,0x10,0x8,0xfc,0x20,0xa0,0x20,0xbe,0x22,0xd4,0x90,0x90,0x90,0x90,0x28,0x28,0x44,0x82, -+0x0,0x3f,0x29,0x29,0x3f,0x29,0x2f,0x29,0x2f,0x29,0x29,0x3f,0x42,0x49,0x90,0x1,0x8,0xfc,0x0,0xc,0xf0,0x40,0x44,0x7e,0x48,0x48,0x48,0xc8,0x48,0x48,0x88,0x8, -+0x0,0x3f,0x20,0x2f,0x21,0x26,0x38,0x2f,0x20,0x2f,0x29,0x29,0x49,0x49,0x89,0xf,0x8,0xfc,0xa0,0xfc,0x40,0x30,0xe,0xfc,0x80,0xfc,0x24,0xe4,0x24,0xe4,0x24,0xfc, -+0x0,0x3f,0x22,0x24,0x2d,0x36,0x24,0x24,0x24,0x2f,0x28,0x28,0x48,0x41,0x86,0x18,0x8,0xfc,0x50,0xfc,0x90,0xfc,0x90,0x9e,0x80,0xf8,0x8,0x88,0x88,0x60,0x18,0x4, -+0x0,0x7f,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x7f,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x7f,0x40,0x40,0x47,0x44,0x44,0x44,0x44,0x44,0x47,0x44,0x40,0x40,0x7f,0x0,0x8,0xfc,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0xe0,0x20,0x0,0x4,0xfe,0x0, -+0x0,0x7f,0x48,0x4a,0x7f,0x50,0x54,0x7f,0x44,0x44,0x7f,0x44,0x44,0x45,0x7f,0x0,0x8,0xfc,0x40,0x40,0x50,0xf8,0x50,0x50,0x50,0x50,0x54,0x54,0x8c,0x0,0xfe,0x0, -+0x0,0x7f,0x40,0x4f,0x48,0x4f,0x40,0x7f,0x40,0x4f,0x48,0x48,0x43,0x4c,0x7f,0x0,0x8,0xfc,0x80,0xf8,0x88,0xf8,0x80,0xfc,0x8,0xfc,0x88,0x88,0x60,0x18,0xfe,0x0, -+0x0,0x7f,0x40,0x4f,0x48,0x4f,0x48,0x4f,0x59,0x69,0x4f,0x49,0x49,0x48,0x7f,0x0,0x8,0xfc,0x80,0xf8,0x8,0xf8,0x0,0xfc,0x24,0x24,0xfc,0x24,0x2c,0x4,0xfe,0x0, -+0x0,0x4,0x7f,0x48,0x49,0x48,0x5f,0x54,0x55,0x55,0x5d,0x49,0x49,0x48,0x7e,0x1,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x4,0xfe,0x4,0x24,0x24,0x24,0x50,0x4c,0x84, -+0x8,0x8,0xa,0x7f,0x8,0x9,0xff,0x8,0xa,0x7f,0x8,0x8,0xf,0x78,0x20,0x0,0x40,0x40,0x40,0x40,0x40,0x60,0xd0,0x48,0x44,0x44,0x40,0x40,0x40,0x40,0x40,0x40, -+0x1,0x1,0x1,0x1,0x1,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0x0,0x8,0xfc,0x0,0x8,0xfc,0x8,0x88,0xc8,0x88,0x88,0x88,0x88,0x8,0xf8,0x8, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x4,0x14,0x8, -+0x0,0x41,0x21,0x11,0x12,0xa,0xa,0x4,0x4,0xa,0x9,0x11,0x10,0x20,0x40,0x0,0x4,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x84,0x84,0x14,0x8, -+0x20,0x20,0x20,0x3f,0x2a,0x4a,0x4a,0x8a,0x12,0x14,0x14,0x24,0x48,0x12,0x1,0x0,0x4,0x4,0xa4,0xe4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0x84,0x84,0x14,0x8, -+0x0,0x7f,0x1,0x2,0x4,0xb,0x30,0xc0,0x3f,0x4,0x4,0x4,0x7,0x7c,0x20,0x0,0x4,0x84,0x4,0x24,0x24,0x24,0xa4,0x24,0xa4,0x24,0x24,0x4,0x84,0x4,0x14,0x8, -+0x8,0x9,0xff,0x14,0x12,0x21,0xde,0x0,0xff,0x10,0x3f,0x1,0x1,0x11,0xa,0x4,0x4,0x4,0x84,0x24,0x24,0xa4,0xa4,0x24,0xa4,0x24,0x24,0x4,0x4,0x4,0x14,0x8, -+0x4,0x4,0x24,0x24,0x3f,0x8,0x8,0xf,0x10,0x11,0x31,0x4a,0x4,0x8,0x10,0x60,0x4,0x4,0x84,0xa4,0xa4,0xa4,0x24,0xa4,0xa4,0x24,0x24,0x4,0x4,0x4,0x14,0x8, -+0x8,0x8,0x49,0x49,0x7f,0x0,0x7f,0x1,0x1,0x3f,0x21,0x20,0x21,0x26,0x38,0x0,0x4,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x84,0x4,0x14,0x8, -+0x8,0x9,0xff,0x8,0x9,0x7f,0x49,0x49,0x7f,0x59,0x1c,0x2a,0x29,0x49,0x88,0x8,0x4,0x4,0x84,0x24,0x24,0xa4,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x4,0x14,0x8, -+0x8,0x9,0xff,0x8,0x14,0x22,0xff,0x1,0x3d,0x25,0x25,0x25,0x3d,0x21,0x5,0x2,0x4,0x4,0x84,0x24,0x24,0xa4,0xe4,0x24,0x24,0x24,0x24,0x4,0x4,0x4,0x14,0x8, -+0x8,0x49,0x29,0x2a,0x8,0x16,0x21,0xc8,0x8,0x29,0x2a,0x48,0x16,0x21,0xc0,0x0,0x4,0x4,0x4,0x24,0x24,0x24,0xa4,0xa4,0x24,0x24,0x24,0x4,0x4,0x84,0x94,0x8, -+0x8,0x44,0x7f,0x40,0xa0,0x3b,0x2a,0x4a,0x6a,0x93,0x12,0x22,0x22,0x42,0x83,0x0,0x4,0x4,0xc4,0x54,0x94,0xd4,0x94,0x94,0x94,0x94,0x14,0x4,0x44,0x84,0x14,0x8, -+0x11,0x11,0xff,0x11,0x7b,0x4a,0x4a,0x7b,0x4a,0x4a,0x7b,0x4a,0x4a,0x4a,0x9c,0x8,0x4,0x44,0xe4,0x14,0xd4,0x54,0x54,0xd4,0x54,0x54,0xd4,0x44,0x44,0x44,0xd4,0x48, -+0x0,0xff,0xa,0xa,0x7f,0x4a,0x4a,0x7f,0x0,0x7f,0x0,0xff,0x15,0x24,0x44,0xc,0x84,0xc4,0x4,0x54,0xf4,0x54,0x54,0xd4,0x14,0xd4,0x14,0xe4,0x4,0xc4,0x54,0x8, -+0x0,0x7f,0x40,0x51,0x4a,0x7f,0x44,0x55,0x55,0x55,0x5f,0x44,0x44,0x48,0x91,0x22,0x22,0xf2,0x2,0x4a,0x4a,0x7a,0x9a,0xa,0x4a,0x4a,0x4a,0x4a,0xa2,0x92,0x16,0x2, -+0x4,0x25,0x3f,0x24,0x25,0x7f,0xa4,0x25,0x3f,0x24,0x25,0x3f,0x20,0x54,0x4a,0x8a,0x4,0x4,0x84,0x24,0x24,0xa4,0x24,0x24,0xa4,0x24,0x24,0x84,0x4,0x84,0x54,0x48, -+0x11,0x7f,0x11,0x12,0x3f,0x52,0x1f,0x12,0x13,0x10,0x3f,0x11,0xa,0x4,0x1b,0x60,0x4,0xc4,0x4,0x24,0xa4,0x24,0xa4,0x24,0xa4,0x24,0xa4,0x4,0x4,0x4,0x14,0x88, -+0x4,0x3f,0x28,0x24,0x3f,0x0,0x7f,0x44,0x7f,0x44,0x7f,0x0,0xff,0x11,0x11,0x21,0x4,0x84,0x84,0x94,0x94,0x14,0xd4,0x54,0xd4,0x54,0xd4,0x4,0xc4,0x4,0x14,0x8, -+0x0,0x7f,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x14,0x8, -+0x0,0x7f,0x48,0x44,0x42,0x5f,0x42,0x41,0x5f,0x48,0x48,0x48,0x4f,0x40,0x40,0x40,0x4,0xfe,0x24,0x44,0x84,0xf4,0x4,0x24,0xf4,0x4,0x4,0x44,0xe4,0x4,0x14,0x8, -+0x8,0x8,0x8,0x10,0x10,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0xb,0x10,0x10,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x11,0x10,0x10,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x8,0x8,0x9,0x11,0x11,0x31,0x51,0x91,0x11,0x11,0x11,0x11,0x12,0x12,0x14,0x18,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x8,0x8,0x8,0x10,0x17,0x30,0x50,0x90,0x10,0x10,0x11,0x11,0x11,0x12,0x14,0x18,0x80,0x80,0x80,0x84,0xfe,0x84,0x84,0x84,0x84,0x84,0x4,0x4,0x4,0x48,0x28,0x10, -+0x8,0x8,0xb,0x10,0x10,0x30,0x50,0x93,0x10,0x10,0x10,0x10,0x10,0x17,0x10,0x10,0x0,0x8,0xfc,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0, -+0x9,0x9,0x9,0x12,0x12,0x37,0x58,0x90,0x10,0x10,0x11,0x12,0x12,0x12,0x11,0x10,0x0,0x8,0xfc,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x8,0x8,0x8,0x10,0x10,0x30,0x51,0x92,0x14,0x18,0x11,0x12,0x14,0x17,0x10,0x10,0x20,0x20,0x40,0x40,0x80,0xa0,0x20,0x40,0x40,0x80,0x0,0x10,0x8,0xfc,0x4,0x0, -+0x8,0x8,0xf,0x10,0x10,0x32,0x52,0x92,0x12,0x14,0x10,0x11,0x11,0x12,0x14,0x18,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x4,0x4,0x28,0x10, -+0x8,0x8,0xb,0x12,0x12,0x32,0x52,0x92,0x12,0x12,0x12,0x12,0x13,0x12,0x13,0x10,0x0,0x8,0xfc,0x0,0x8,0x88,0x50,0x50,0x20,0x20,0x50,0x88,0x8,0x4,0xfe,0x0, -+0x8,0xa,0xa,0x12,0x12,0x32,0x53,0x92,0x12,0x12,0x12,0x12,0x12,0x13,0x12,0x10,0x20,0x20,0x20,0x20,0x22,0x24,0xb8,0x20,0x20,0x20,0x20,0x20,0x20,0xa2,0x22,0x1e, -+0x8,0x8,0xb,0x10,0x11,0x31,0x53,0x90,0x10,0x10,0x10,0x11,0x12,0x14,0x10,0x10,0x0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x30,0x30,0x50,0x90,0x10,0x10,0x10,0x50,0x20, -+0x8,0x8,0xf,0x11,0x11,0x31,0x51,0x91,0x11,0x12,0x12,0x12,0x13,0x16,0x10,0x10,0x0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x90,0x50,0x30,0x10,0xd2,0x12,0xe,0x0, -+0x9,0x9,0xa,0x13,0x14,0x38,0x50,0x90,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x8,0xfc,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x9,0x9,0x9,0x11,0x11,0x31,0x51,0x9f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x0,0x8,0x10,0x20,0x40,0x80,0x4,0xfe,0x40,0x40,0x20,0x10,0x8,0x46,0x84,0x0, -+0x8,0x8,0x8,0x10,0x11,0x32,0x54,0x99,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4,0xf0,0x10,0x10,0x50,0x20,0x4,0x4,0xfc,0x0, -+0x8,0x8,0x8,0x17,0x10,0x30,0x51,0x91,0x11,0x11,0x11,0x11,0x12,0x12,0x14,0x18,0x80,0x40,0x44,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x8,0x8,0x8,0x13,0x12,0x34,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x1f,0x10,0x10,0x80,0x40,0x40,0xfc,0x4,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0, -+0x8,0xb,0x8,0x10,0x17,0x30,0x50,0x9f,0x11,0x11,0x12,0x11,0x10,0x10,0x11,0x16,0x10,0xf8,0x0,0x8,0xfc,0x80,0x84,0xfe,0x10,0x10,0x10,0xa0,0x40,0xa0,0x18,0x4, -+0x8,0x8,0x8,0x10,0x10,0x30,0x50,0x9f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x80,0x80,0x90,0xf8,0x80,0x80,0x84,0xfe,0x80,0xc0,0xa0,0x98,0x88,0x80,0x80,0x80, -+0x8,0x8,0x8,0x10,0x15,0x35,0x56,0x94,0x14,0x14,0x14,0x14,0x14,0x10,0x11,0x16,0x80,0x80,0x80,0x84,0xfe,0x8,0x88,0x88,0x88,0x50,0x50,0x20,0x50,0x90,0xe,0x4, -+0x8,0x8,0xa,0x12,0x13,0x34,0x58,0x90,0x1f,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0xe,0x4, -+0x9,0x9,0x9,0x13,0x12,0x34,0x5b,0x92,0x12,0x12,0x12,0x13,0x12,0x10,0x10,0x10,0x0,0x0,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0xe4,0x24,0x44,0x28,0x10, -+0x9,0x9,0x9,0x12,0x15,0x38,0x50,0x90,0x11,0x12,0x1c,0x10,0x11,0x10,0x10,0x10,0x0,0x0,0xf8,0x8,0x10,0xa0,0x40,0xa0,0x10,0x8e,0x64,0x20,0x80,0x60,0x30,0x10, -+0x8,0x8,0x8,0x13,0x12,0x35,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x80,0x40,0x40,0xfc,0x4,0x8,0x0,0x10,0x30,0x40,0x80,0x0,0x4,0x4,0xfc,0x0, -+0x8,0xb,0xa,0x12,0x12,0x33,0x52,0x92,0x12,0x12,0x12,0x12,0x14,0x14,0x18,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x80,0x88,0x98,0xa0,0xc0,0x82,0x82,0x7e,0x0, -+0x14,0x14,0x14,0x24,0x3f,0x64,0xa4,0x24,0x24,0x24,0x24,0x24,0x28,0x28,0x32,0x21,0x0,0x0,0x4,0xbe,0xe4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xbc,0xa4,0x0, -+0x8,0x8,0x8,0x1f,0x10,0x30,0x57,0x90,0x10,0x13,0x12,0x12,0x12,0x12,0x13,0x12,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0xf,0x9,0x11,0x11,0x31,0x51,0x91,0x11,0x11,0x11,0x17,0x10,0x10,0x10,0x10,0x4,0xfe,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x7e,0x88,0x8,0x8,0x8,0x8, -+0x8,0x8,0x8,0x17,0x11,0x31,0x53,0x95,0x19,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x80,0x80,0x84,0xfe,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x28,0x10, -+0x8,0x8,0x8,0x1f,0x10,0x31,0x52,0x9c,0x13,0x11,0x11,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0x44,0xfe,0xa0,0x10,0xee,0x4,0xf8,0x0,0xf8,0x8,0x8,0x90,0x50,0x20, -+0x8,0xb,0xa,0x12,0x12,0x33,0x50,0x92,0x12,0x12,0x12,0x12,0x12,0x14,0x18,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x48,0x48,0x48,0x48,0x48,0x4a,0x4a,0x4e,0x0, -+0x8,0xa,0xa,0x13,0x14,0x38,0x50,0x9f,0x10,0x10,0x11,0x12,0x14,0x18,0x10,0x10,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0xc0,0xe0,0x50,0x48,0x4e,0x44,0x40,0x40, -+0x8,0x9,0x9,0x12,0x14,0x3b,0x52,0x92,0x13,0x12,0x12,0x13,0x12,0x12,0x12,0x12,0x40,0x40,0x20,0x10,0xe,0xf4,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x8,0x8,0x8,0x14,0x12,0x32,0x50,0x91,0x12,0x14,0x10,0x11,0x11,0x12,0x14,0x18,0xa0,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xb0,0xac,0xa4,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x8,0x8,0xf,0x11,0x10,0x30,0x50,0x93,0x1d,0x11,0x11,0x11,0x11,0x11,0x12,0x14,0x40,0x28,0xfc,0x10,0xa0,0x40,0xb0,0xe,0x14,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x8,0x8,0x8,0x17,0x11,0x31,0x52,0x95,0x11,0x10,0x10,0x10,0x10,0x11,0x12,0x1c,0x80,0x40,0x48,0xfc,0x20,0x10,0xc,0x14,0x10,0xa0,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x8,0x8,0x8,0x17,0x14,0x38,0x51,0x91,0x13,0x15,0x19,0x11,0x11,0x11,0x11,0x11,0x40,0x40,0x40,0xfe,0x82,0x84,0x40,0x48,0x30,0x20,0x10,0x10,0x8,0x4e,0x84,0x0, -+0x8,0x8,0x9,0x12,0x17,0x32,0x52,0x93,0x14,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x80,0x80,0x10,0x8,0xfc,0x44,0x50,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x8,0x8,0xf,0x10,0x17,0x31,0x5f,0x91,0x12,0x13,0x15,0x18,0x10,0x10,0x10,0x10,0x80,0x88,0xfc,0x80,0xf8,0x0,0xfe,0x10,0x14,0xfe,0x10,0x90,0x90,0x10,0x50,0x20, -+0x8,0xf,0x8,0x14,0x12,0x30,0x57,0x94,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x18,0x8,0xfc,0xa0,0xa4,0xa8,0xa0,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0xf,0x10,0x10,0x37,0x54,0x94,0x16,0x15,0x14,0x14,0x14,0x14,0x14,0x15,0x0,0x4,0xfe,0x0,0x4,0xbe,0xa4,0xa4,0xb4,0xac,0xa4,0xa4,0xa4,0xa4,0xa4,0xac, -+0x8,0x8,0x8,0x10,0x17,0x30,0x54,0x92,0x12,0x10,0x11,0x12,0x14,0x10,0x11,0x10,0x40,0x50,0x48,0x48,0xfe,0x40,0x48,0x50,0x60,0xd0,0x50,0x48,0x4e,0x44,0x40,0x80, -+0x8,0x8,0xf,0x14,0x14,0x37,0x54,0x94,0x17,0x14,0x10,0x17,0x10,0x10,0x1f,0x10,0x0,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x40,0xfc,0x40,0x44,0xfe,0x0, -+0x8,0xb,0xa,0x12,0x12,0x33,0x50,0x97,0x10,0x10,0x1f,0x10,0x10,0x11,0x12,0x1c,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0xfc,0x40,0x44,0xfe,0xa0,0xa0,0x10,0xe,0x4, -+0x8,0x8,0xb,0x12,0x13,0x32,0x53,0x90,0x1f,0x11,0x11,0x10,0x10,0x10,0x10,0x10,0x40,0x48,0xfc,0x48,0xf8,0x48,0xf8,0x0,0xfe,0x0,0xf8,0x8,0x8,0x88,0x50,0x20, -+0x8,0xb,0x8,0x10,0x10,0x37,0x54,0x94,0x17,0x14,0x14,0x17,0x14,0x14,0x14,0x14,0x0,0xf8,0x10,0xa0,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x44,0x54,0x8, -+0x8,0x8,0x9,0x12,0x17,0x31,0x51,0x91,0x12,0x14,0x1f,0x10,0x10,0x10,0x11,0x16,0x80,0x80,0x10,0x8,0xfc,0x4,0x0,0xf8,0x40,0x44,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x8,0x8,0xf,0x10,0x13,0x30,0x5f,0x91,0x12,0x15,0x18,0x10,0x17,0x10,0x10,0x10,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0x10,0x48,0xfe,0x44,0x40,0xfc,0x40,0x40,0x40, -+0x8,0x8,0xf,0x10,0x13,0x30,0x5f,0x90,0x13,0x12,0x13,0x12,0x13,0x12,0x12,0x12,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x28,0x10, -+0x9,0x9,0xf,0x11,0x11,0x30,0x5f,0x91,0x11,0x12,0x13,0x16,0x1a,0x12,0x13,0x12,0x10,0x10,0xfc,0x10,0x90,0x84,0xfe,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x8,0x17,0x10,0x30,0x50,0x97,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0xa0,0xa0,0xa4,0xbe,0xa0,0xa0,0xa8,0xbc,0xa0,0xa0,0xa4,0xbe,0xa0,0xa0,0xa0,0xa0, -+0x8,0x8,0x8,0x10,0x13,0x32,0x53,0x92,0x13,0x12,0x10,0x1f,0x10,0x10,0x10,0x10,0x40,0x48,0x7c,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x11,0x11,0x11,0x29,0x2a,0x6c,0xa8,0x29,0x2e,0x28,0x2f,0x28,0x20,0x20,0x21,0x26,0x0,0x8,0xfc,0x10,0xa0,0x40,0xb0,0x4e,0x50,0x48,0xfc,0x40,0xa0,0x90,0xe,0x4, -+0x8,0xf,0xc,0x14,0x17,0x34,0x54,0x97,0x14,0x10,0x1f,0x10,0x11,0x12,0x1c,0x10,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x8,0xb,0x8,0x10,0x17,0x31,0x52,0x94,0x10,0x1f,0x11,0x12,0x11,0x10,0x11,0x16,0x18,0xe0,0x40,0x48,0xfc,0x50,0x48,0x46,0x80,0xfe,0x10,0x10,0xa0,0x40,0xb0,0x8, -+0x8,0x9,0xb,0x12,0x12,0x33,0x52,0x92,0x13,0x10,0x11,0x1f,0x10,0x10,0x10,0x10,0x80,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x8,0xf,0xc,0x14,0x17,0x34,0x54,0x95,0x14,0x15,0x15,0x15,0x15,0x14,0x14,0x18,0x4,0xfe,0x44,0x54,0xfc,0x44,0x44,0xf4,0x4,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x8,0x8,0xb,0x12,0x14,0x33,0x52,0x92,0x13,0x12,0x13,0x12,0x12,0x12,0x13,0x12,0x80,0x40,0xfe,0x2,0x4,0xf8,0x8,0x8,0xf8,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x8,0x17,0x14,0x39,0x52,0x94,0x10,0x13,0x10,0x10,0x10,0x10,0x1f,0x10,0x80,0x40,0x40,0xfe,0x2,0x14,0x8,0x4,0x10,0xf8,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x8,0xb,0xa,0x12,0x13,0x32,0x52,0x93,0x12,0x12,0x13,0x13,0x15,0x15,0x19,0x11,0x4,0xfe,0x4,0x4,0xfc,0x24,0x20,0xfe,0x20,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0xf,0x10,0x11,0x3f,0x51,0x90,0x13,0x12,0x12,0x12,0x12,0x10,0x11,0x16,0x40,0x48,0xfc,0x40,0x54,0xfe,0x10,0x8,0xfc,0x8,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x8,0xf,0xc,0x15,0x15,0x35,0x55,0x95,0x14,0x17,0x14,0x14,0x14,0x14,0x17,0x10,0x4,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x40,0xfe,0x48,0x90,0x70,0x88,0xfe,0x0, -+0xa,0xa,0xb,0x12,0x12,0x33,0x56,0x90,0x13,0x12,0x12,0x13,0x12,0x12,0x13,0x12,0x20,0x24,0xac,0x30,0xa2,0x22,0x5e,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x8,0xb,0xa,0x13,0x12,0x33,0x51,0x91,0x13,0x14,0x1a,0x12,0x12,0x13,0x10,0x10,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0x4,0xfe,0x44,0x44,0xa4,0x4,0xe4,0x14,0x8, -+0x8,0xb,0xa,0x12,0x13,0x32,0x52,0x93,0x10,0x1f,0x12,0x12,0x12,0x12,0x13,0x12,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x4,0xfe,0x88,0x50,0x20,0x90,0xe,0x4, -+0x9,0x9,0x9,0x12,0x13,0x34,0x59,0x92,0x14,0x11,0x10,0x15,0x15,0x19,0x10,0x10,0x0,0x4,0xfe,0xa4,0xa4,0xf4,0x2c,0x44,0x94,0x8,0x40,0x24,0x22,0xa,0xf8,0x0, -+0x8,0xa,0x9,0x10,0x17,0x30,0x51,0x92,0x10,0x1f,0x11,0x12,0x11,0x10,0x11,0x16,0x40,0x48,0x50,0x40,0xfc,0xe0,0x50,0x4c,0x80,0xfe,0x10,0x10,0x20,0xc0,0x30,0x8, -+0x10,0x14,0x12,0x20,0x2f,0x68,0xb7,0x24,0x24,0x24,0x27,0x25,0x21,0x21,0x22,0x2c,0x80,0x90,0xa0,0x80,0xfc,0x4,0xf8,0x10,0x10,0x10,0xf0,0x50,0x40,0x44,0x44,0x3c, -+0x8,0x8,0xb,0x12,0x14,0x31,0x51,0x91,0x11,0x11,0x11,0x1f,0x10,0x10,0x11,0x16,0x80,0x40,0xfe,0x2,0x34,0xc0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x0,0x90,0xc,0x4, -+0x10,0x10,0x10,0x2f,0x21,0x71,0xaa,0x2a,0x24,0x24,0x2a,0x29,0x31,0x20,0x20,0x20,0x20,0x30,0x28,0x7e,0x48,0xc8,0x7e,0x48,0x48,0x7e,0x48,0x48,0x48,0x7e,0x40,0x40, -+0xa,0xa,0xb,0x14,0x1a,0x35,0x53,0x92,0x14,0x18,0x17,0x11,0x12,0x14,0x11,0x10,0x0,0x20,0xbc,0xa4,0xa8,0x10,0x10,0xe8,0x6,0x0,0xfc,0x50,0x4c,0x44,0x40,0x80, -+0x8,0xf,0x8,0x13,0x10,0x33,0x52,0x93,0x11,0x1f,0x10,0x13,0x12,0x12,0x13,0x12,0x48,0xfc,0x40,0xf8,0x0,0xf8,0x8,0xf8,0x10,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8, -+0x15,0x15,0x1f,0x25,0x25,0x68,0xaf,0x28,0x30,0x2e,0x2a,0x2a,0x2e,0x20,0x22,0x21,0x20,0x20,0xa0,0x24,0x7e,0x84,0xc4,0xc4,0xa8,0xa8,0xa8,0x90,0xa8,0xa8,0xc6,0x4, -+0x11,0x1f,0x1a,0x2a,0x2f,0x62,0xa6,0x2a,0x33,0x20,0x27,0x24,0x27,0x24,0x27,0x24,0x4,0xbe,0x28,0x28,0xbe,0x8,0x18,0xaa,0x4e,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x9,0x9,0x9,0x12,0x16,0x3b,0x52,0x92,0x13,0x12,0x12,0x13,0x12,0x15,0x14,0x18,0x40,0x24,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0,0x24,0x92,0x2, -+0x14,0x12,0x12,0x3f,0x20,0x6f,0xa8,0x28,0x28,0x2f,0x22,0x2b,0x2a,0x32,0x26,0x20,0x10,0x10,0x98,0xd4,0x10,0xfe,0x90,0x90,0x98,0x98,0x28,0x28,0xa8,0xca,0x4a,0x86, -+0x8,0xf,0x9,0x10,0x1f,0x30,0x57,0x94,0x17,0x14,0x17,0x10,0x17,0x10,0x1f,0x10,0x40,0xfc,0x10,0xa4,0xfe,0x0,0xfc,0x44,0xfc,0x44,0xfc,0x40,0xfc,0x40,0xfe,0x0, -+0x8,0xf,0xc,0x14,0x17,0x30,0x5f,0x90,0x13,0x12,0x13,0x10,0x11,0x13,0x1d,0x11,0x4,0xfe,0xa4,0xa4,0xfc,0x0,0xfe,0x8,0xfc,0x8,0xf8,0xc4,0x28,0x10,0x8e,0x4, -+0x9,0x9,0xa,0x17,0x14,0x35,0x57,0x94,0x15,0x14,0x15,0x14,0x15,0x15,0x19,0x11,0x0,0xf8,0x10,0xfe,0x88,0x24,0xfe,0x0,0xfc,0x0,0xfc,0x0,0xfc,0x4,0xfc,0x4, -+0x1,0x1,0x2,0x4,0x8,0x10,0x20,0xc0,0x1f,0x1,0x1,0x1,0x1,0x1,0x7f,0x0,0x0,0x0,0x80,0x40,0x20,0x10,0xe,0x24,0xf0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x1,0x1,0x2,0x4,0x9,0x31,0xc1,0x3d,0x5,0x9,0x9,0x11,0x21,0x41,0x5,0x2,0x0,0x0,0x80,0x40,0x30,0xe,0x4,0x90,0x60,0x40,0x20,0x10,0xe,0x4,0x0,0x0, -+0x1,0x1,0x2,0x4,0x8,0x30,0xcf,0x0,0x0,0x7f,0x1,0x9,0x19,0x21,0x45,0x2,0x0,0x0,0x80,0x40,0x30,0x4e,0xe4,0x0,0x8,0xfc,0x0,0x20,0x18,0xc,0x4,0x0, -+0x1,0x1,0x2,0x4,0x8,0x10,0x2f,0xc0,0x12,0x9,0x9,0x9,0x8,0x0,0xff,0x0,0x0,0x0,0x80,0x40,0x20,0x50,0xee,0x4,0x10,0x10,0x20,0x20,0x40,0x84,0xfe,0x0, -+0x10,0x11,0x11,0x29,0x29,0x45,0x95,0x11,0x11,0x29,0x29,0x45,0x45,0x81,0xf,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x1,0x1,0x2,0xc,0x37,0xc0,0x3b,0x2a,0x3b,0x0,0x3f,0x24,0x3f,0x24,0x24,0x20,0x0,0x0,0x80,0x60,0xd8,0x6,0xb8,0xa8,0xb8,0x0,0xf8,0x48,0xf8,0x48,0x48,0x18, -+0x6,0x1,0x2,0xc,0x31,0xc1,0x1,0x3d,0x5,0x9,0x9,0x11,0x21,0x41,0x5,0x2,0x0,0x0,0x80,0x60,0x18,0x6,0x0,0x90,0x60,0x40,0x20,0x10,0xe,0x4,0x0,0x0, -+0x6,0x1,0x2,0xc,0x31,0xc1,0x11,0x9,0x1,0x7f,0x3,0x5,0x9,0x11,0x61,0x1,0x0,0x0,0x80,0x60,0x18,0x6,0x10,0x20,0x8,0xfc,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x4,0x4,0x8,0x8,0x10,0x20,0x5f,0x88,0x8,0x1f,0x0,0x0,0x0,0x2,0x1,0x0,0x40,0x40,0x20,0x20,0x10,0x58,0xee,0x4,0x20,0xf0,0x20,0x20,0x20,0x20,0x40,0x80, -+0x0,0x3e,0x22,0x22,0x3e,0x20,0x22,0x1e,0x4,0x3f,0x4,0x4,0xff,0x4,0x18,0x20,0x8,0xfc,0x88,0x88,0xf8,0x80,0x84,0x7c,0x40,0xf8,0x40,0x44,0xfe,0x40,0x30,0x8, -+0x22,0x11,0x7f,0x44,0x9f,0x4,0xff,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x4,0x18,0x20,0x8,0x10,0xfe,0x42,0xf4,0x40,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x40,0x30,0x8, -+0x0,0x44,0x28,0xff,0x10,0x20,0x7d,0x45,0x45,0x7d,0x45,0x7c,0x44,0x47,0x7c,0x44,0x10,0x18,0x14,0xfe,0x10,0x10,0xd4,0x54,0x54,0x54,0xd4,0x18,0xd2,0x2a,0x46,0x82, -+0x44,0x25,0x29,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x12,0xfe,0x12,0x14,0x18,0x10,0x4,0xfe,0x4,0x4,0xfc,0x48,0xfc,0x48,0x48,0xfe,0xa4,0xa8,0x90,0x88,0xc6,0x80, -+0x4,0xff,0x1,0x17,0x54,0x5f,0x54,0x57,0x5c,0xe7,0x14,0x27,0x4c,0x13,0xc,0x70,0x40,0xfe,0x0,0xdc,0x54,0xd4,0x5c,0xd0,0x52,0xce,0x10,0xc8,0x44,0x80,0x60,0x1c, -+0x10,0x10,0x1f,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x10,0x1f,0x22,0x42,0xbf,0x2,0x3f,0x22,0x3f,0x22,0x3f,0x22,0x22,0x22,0x0,0x0,0x4,0xfe,0x84,0x44,0xf4,0x4,0xe4,0x24,0xe4,0x24,0xe4,0x24,0x64,0x34,0x8, -+0x10,0x10,0x1f,0x24,0x42,0xbf,0x0,0x1f,0x0,0x1f,0x0,0x1f,0x10,0x10,0x1f,0x0,0x0,0x4,0xfe,0x4,0x44,0xe4,0x4,0xc4,0x4,0xc4,0x4,0xc4,0x44,0x44,0xd4,0x8, -+0x10,0x10,0x1f,0x20,0x7f,0x80,0x1f,0x10,0x1f,0x0,0x3f,0x22,0x3f,0x22,0x3f,0x0,0x0,0x4,0xfe,0x44,0xe4,0x4,0xc4,0x44,0xc4,0x4,0xe4,0x24,0xe4,0x24,0xf4,0x8, -+0x2,0x4,0x3f,0x20,0x24,0x22,0x20,0x3f,0x0,0xf,0x8,0x8,0x8,0x10,0x20,0xc0,0x0,0x20,0xf0,0x20,0x20,0xa0,0x48,0xfc,0x8,0xa8,0x90,0x80,0x80,0x82,0x82,0x7e, -+0x0,0x3f,0x20,0x20,0x2f,0x22,0x22,0x27,0x24,0x2c,0x32,0x21,0x22,0x44,0x48,0x80,0x10,0xf8,0x10,0x90,0xd0,0x10,0x10,0xd0,0x50,0x50,0x90,0x10,0x12,0x12,0xa,0x4, -+0x0,0x3c,0x24,0x24,0x27,0x20,0x20,0x3f,0x24,0x4,0x4,0x4,0x8,0x10,0x20,0x40,0x8,0x7c,0x48,0x48,0xc8,0x8,0x8,0xf8,0x48,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x0,0x0,0x0,0x2,0x1,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x2,0x1,0xff,0x8,0x12,0x22,0x44,0x8,0x1f,0x4,0x4,0x4,0x4,0x8,0x10,0x60,0x0,0x4,0xfe,0x20,0x18,0xc,0x44,0x20,0xf0,0x90,0x80,0x80,0x84,0x84,0x7c,0x0, -+0x1,0xff,0x0,0x1f,0x10,0x1f,0x40,0x7f,0x40,0x9f,0x1,0x1,0x3f,0x1,0x1,0x0,0x0,0xfe,0x0,0xf0,0x10,0xf0,0x0,0xfe,0x12,0xe4,0x0,0xf8,0x0,0x4,0x4,0xfc, -+0x2,0x1,0xff,0x8,0x12,0x22,0x44,0x1f,0x2,0x6,0xd,0x14,0x24,0xc5,0x6,0x4,0x0,0x4,0xfe,0x20,0x18,0x4c,0x24,0xf0,0x0,0x18,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x1,0xff,0x0,0x1f,0x2,0x1,0x7f,0x4,0x8,0x32,0x1,0x2,0xc,0x15,0x66,0x4,0x0,0xfe,0x0,0xf0,0x40,0x80,0xfc,0x84,0x88,0x80,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x1,0xff,0x8,0x8,0x7e,0x8,0xe,0x78,0x9,0x1a,0x1,0x2,0xc,0x15,0x66,0x4,0x0,0xfe,0x40,0x48,0xfc,0x48,0xc8,0xa8,0xa,0x6,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x1,0xff,0x4,0x14,0x24,0x45,0x1,0x3f,0x22,0x24,0x29,0x22,0x24,0x28,0x20,0x20,0x0,0xfe,0x40,0x50,0x4c,0x44,0x0,0xf8,0x88,0x68,0x28,0x88,0x68,0x28,0x28,0x10, -+0x1,0xff,0x2,0x1c,0x10,0x10,0x1c,0x10,0x10,0x1f,0x5,0x8,0x18,0x2a,0xcc,0x8,0x0,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x8,0x90,0x60,0x30,0xe,0x4, -+0x1,0xff,0x0,0x3f,0x24,0x27,0x24,0x3f,0x0,0x3f,0x0,0xff,0x9,0x11,0x21,0x3,0x0,0xfe,0x8,0xfc,0x48,0xc8,0x48,0xf8,0x0,0xf8,0x0,0xfe,0x20,0x18,0x8,0x0, -+0x1,0xff,0x20,0x3f,0x0,0x1f,0x10,0x1f,0x79,0x49,0x7f,0x4a,0x7a,0x49,0x4e,0x98,0x0,0xfe,0x0,0xf8,0x0,0xf0,0x10,0xf0,0x38,0x28,0xe8,0xb8,0xa8,0x2a,0xea,0x46, -+0x1,0xff,0x20,0x3f,0x0,0x1f,0x10,0x1f,0x71,0x57,0x75,0x57,0x71,0x51,0x57,0xb0,0x0,0xfe,0x0,0xf8,0x0,0xf0,0x10,0xf0,0x1c,0xd4,0x54,0xdc,0x14,0x54,0xd4,0x22, -+0x1,0xff,0x20,0x3f,0x0,0x1f,0x10,0x1f,0x7a,0x4f,0x79,0x4f,0x79,0x4f,0x49,0x99,0x0,0xfe,0x0,0xf8,0x0,0xf0,0x10,0xf0,0xb8,0xe8,0x28,0xe8,0x38,0xea,0x2a,0x46, -+0x0,0x40,0x20,0x10,0x10,0x0,0x0,0x10,0x20,0x20,0xe0,0x20,0x20,0x20,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x4f,0x22,0x12,0x12,0x3,0x2,0x12,0x22,0x22,0xe7,0x20,0x20,0x20,0x2f,0x0,0x8,0xfc,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x20,0x20,0x44,0xfe,0x0, -+0x0,0x4f,0x22,0x12,0x13,0x2,0x14,0x14,0x26,0x29,0xe0,0x21,0x22,0x24,0x28,0x0,0x44,0xe4,0x4,0x14,0xd4,0x54,0x54,0x54,0x54,0x94,0x94,0x14,0x4,0x4,0x14,0x8, -+0x0,0x42,0x22,0x13,0x12,0x4,0x0,0x17,0x21,0x21,0xe1,0x21,0x22,0x22,0x24,0x8,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x2,0x42,0x22,0x22,0x1f,0x2,0x26,0x27,0x2a,0x4a,0xd2,0x42,0x42,0x42,0x42,0x2,0x0,0x28,0x28,0x28,0xc4,0x44,0x92,0x10,0x90,0xa0,0x20,0x48,0x44,0xfe,0x2,0x0, -+0x0,0x0,0x0,0x0,0x40,0x7f,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x2,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x7f,0x40,0x80,0x3f,0x6,0x9,0x1a,0x74,0xb,0x16,0x64,0x8,0x10,0x62,0x1,0x0,0xfe,0x2,0x24,0xf0,0x0,0x8,0x90,0xe0,0xa0,0xa0,0x90,0x8e,0x84,0x80,0x0, -+0x40,0x7f,0x40,0x80,0x1f,0x10,0x1f,0x10,0x1f,0x12,0x1,0xff,0x0,0x8,0x10,0x20,0x0,0xfe,0x2,0x14,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x4,0xfe,0x0,0x20,0x18,0x8, -+0x0,0x40,0x30,0x10,0x0,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x47,0x30,0x10,0x0,0x0,0xf0,0x17,0x10,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x40,0x37,0x10,0x0,0x0,0xf0,0x10,0x10,0x10,0x10,0x12,0x14,0x1f,0x10,0x0,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0,0x0, -+0x0,0x40,0x20,0x20,0x4,0x4,0xe4,0x24,0x24,0x24,0x24,0x24,0x2c,0x37,0x20,0x0,0x40,0x40,0x40,0x40,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0xfc,0x4,0x0, -+0x0,0x47,0x24,0x24,0x5,0x4,0xe4,0x24,0x24,0x24,0x25,0x26,0x2c,0x34,0x27,0x0,0x8,0xfc,0x0,0x4,0x4,0x88,0x50,0x20,0x50,0x88,0xc,0x4,0x0,0x4,0xfe,0x0, -+0x0,0x43,0x32,0x12,0x2,0x3,0xf2,0x12,0x12,0x13,0x12,0x12,0x16,0x1a,0x13,0x0,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x40,0x20,0x20,0x7,0x4,0xe4,0x24,0x24,0x24,0x25,0x25,0x2e,0x34,0x24,0x4,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0xa4,0xa4,0x14,0x14,0xc,0x4,0x14,0x8, -+0x0,0x40,0x30,0x10,0x7,0x0,0xf0,0x10,0x13,0x12,0x12,0x12,0x16,0x1a,0x13,0x2,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x37,0x10,0x0,0x3,0xf2,0x12,0x12,0x12,0x13,0x10,0x14,0x18,0x10,0x0,0x0,0x4,0xfe,0x8,0x48,0xe8,0x48,0x48,0x48,0x48,0xc8,0x8,0x8,0x8,0x28,0x10, -+0x0,0x40,0x27,0x24,0x4,0x4,0xe7,0x24,0x24,0x24,0x24,0x24,0x2d,0x36,0x24,0x0,0x10,0x78,0xc0,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x20,0xa0,0x12,0x92,0x4a,0x6, -+0x0,0x47,0x30,0x10,0x0,0x1,0xf1,0x12,0x14,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x4,0xfe,0x84,0x84,0x84,0x4,0x14,0x8,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x40,0x22,0x22,0x2,0x2,0xe2,0x23,0x20,0x24,0x24,0x24,0x2c,0x34,0x27,0x0,0x40,0x40,0x48,0x48,0x48,0x48,0x48,0xf8,0x40,0x44,0x44,0x44,0x44,0x44,0xfc,0x4, -+0x0,0x40,0x30,0x11,0x2,0x7,0xf0,0x10,0x13,0x12,0x12,0x12,0x16,0x1a,0x13,0x2,0x40,0x40,0x80,0x8,0x4,0xfe,0x2,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x43,0x32,0x12,0x3,0x2,0xf2,0x12,0x12,0x12,0x12,0x13,0x16,0x1a,0x13,0x0,0x8,0xfc,0x0,0x8,0xfc,0x20,0x20,0xf8,0x20,0x20,0x28,0xfc,0x0,0x4,0xfe,0x0, -+0x0,0x40,0x37,0x10,0x0,0x3,0xf0,0x10,0x1f,0x10,0x10,0x15,0x19,0x12,0x4,0x0,0x40,0x48,0xfc,0x40,0x50,0xf8,0x40,0x44,0xfe,0xc0,0xe0,0x50,0x48,0x4e,0x44,0x40, -+0x0,0x40,0x33,0x10,0x0,0x0,0xf7,0x10,0x10,0x10,0x13,0x10,0x14,0x18,0x17,0x0,0x40,0x50,0xf8,0x40,0x40,0x48,0xfc,0x0,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x40,0x30,0x1f,0x0,0x0,0xf7,0x10,0x10,0x13,0x12,0x12,0x16,0x1a,0x13,0x2,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x30,0x17,0x1,0x1,0xf1,0x12,0x12,0x14,0x19,0x10,0x14,0x18,0x11,0x2,0x80,0x80,0x84,0xfe,0x0,0x20,0x20,0xa4,0xac,0xb0,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0x42,0x32,0x13,0x4,0x0,0xf0,0x1f,0x11,0x11,0x11,0x15,0x1a,0x12,0x4,0x8,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x40,0x33,0x12,0x2,0x3,0xf2,0x12,0x12,0x12,0x12,0x16,0x1a,0x12,0x4,0x8,0x8,0x1c,0xe0,0x0,0x4,0xfe,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x0,0x40,0x30,0x11,0x2,0xc,0xf3,0x10,0x10,0x10,0x13,0x10,0x14,0x18,0x17,0x0,0x40,0x40,0xa0,0x10,0xe,0x4,0xf8,0x40,0x40,0x50,0xf8,0x40,0x40,0x48,0xfc,0x0, -+0x1,0x41,0x31,0x12,0x4,0xb,0xf0,0x10,0x1f,0x10,0x10,0x13,0x14,0x18,0x11,0x0,0x0,0x0,0xf0,0x20,0x48,0xfc,0x48,0x48,0xfe,0x48,0x48,0xf8,0x48,0x40,0x40,0x80, -+0x0,0x47,0x34,0x18,0x7,0x1,0xf1,0x12,0x17,0x10,0x10,0x1f,0x10,0x14,0x18,0x0,0x0,0xfc,0x84,0x88,0xfc,0x0,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x0,0x40,0x37,0x10,0x0,0x4,0xf2,0x12,0x10,0x11,0x16,0x10,0x14,0x18,0x12,0x1,0x0,0x4,0xbe,0x84,0x84,0xa4,0x94,0x94,0x84,0x8c,0xb4,0x84,0x84,0x84,0x94,0x8, -+0x0,0x42,0x31,0x11,0x0,0x3,0xf2,0x12,0x13,0x12,0x12,0x13,0x16,0x1a,0x12,0x2,0x40,0x48,0x58,0x60,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x42,0x32,0x13,0x4,0x8,0xf7,0x10,0x10,0x13,0x12,0x12,0x16,0x1a,0x13,0x2,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x45,0x32,0x15,0x9,0x1,0xf1,0x13,0x15,0x19,0x11,0x11,0x15,0x19,0x15,0x2,0x80,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x7c,0x10,0x10,0x10,0x10,0x14,0xfe,0x0, -+0x0,0x40,0x31,0x12,0x7,0x1,0xf1,0x11,0x12,0x10,0x1f,0x10,0x14,0x18,0x11,0x6,0x80,0x80,0x10,0x8,0xfc,0x4,0x10,0xf8,0x40,0x44,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x0,0x5f,0x24,0x24,0x7,0x4,0xe4,0x27,0x24,0x24,0x24,0x2f,0x28,0x30,0x20,0x0,0x4,0xfe,0x80,0x80,0xbe,0x82,0xa2,0x94,0x94,0x94,0x88,0xc8,0x94,0x94,0xa2,0xc0, -+0x0,0x4f,0x20,0x21,0x3,0x4,0xe8,0x25,0x22,0x26,0x29,0x21,0x2a,0x34,0x21,0x0,0x4,0xfe,0x80,0x0,0x4,0x8c,0xd0,0x60,0x60,0x50,0xd0,0x48,0x4e,0x44,0x40,0x80, -+0x0,0x43,0x30,0x10,0x7,0x1,0xf2,0x14,0x10,0x1f,0x11,0x11,0x14,0x18,0x11,0x6,0x3c,0xc0,0x40,0x48,0xfc,0x50,0x4e,0x44,0x80,0xfe,0x10,0x10,0xa0,0x60,0x98,0x4, -+0x0,0x41,0x36,0x14,0x4,0x7,0xf4,0x14,0x17,0x14,0x10,0x10,0x15,0x19,0x12,0xc,0x40,0x44,0x5e,0x44,0x44,0x5c,0x44,0x44,0xfc,0x44,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x40,0x20,0x21,0x2,0x4,0xe8,0x23,0x20,0x20,0x21,0x2d,0x35,0x25,0x9,0x0,0x40,0x40,0xa0,0x10,0x88,0x46,0x4,0xf0,0x10,0x20,0x0,0x48,0x24,0x4,0x10,0xf0, -+0x0,0x40,0x30,0x11,0x2,0x4,0xf0,0x13,0x12,0x12,0x13,0x12,0x16,0x1a,0x13,0x2,0x80,0x80,0xfc,0x8,0x10,0x20,0x84,0x3e,0x4,0x4,0xbc,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x40,0x37,0x11,0x1,0x1,0xf2,0x14,0x10,0x1f,0x10,0x10,0x14,0x18,0x10,0x0,0x80,0x48,0xfc,0x10,0x10,0x10,0xa8,0x44,0x40,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x1,0x41,0x37,0x11,0x1,0x1,0xf1,0x11,0x11,0x1f,0x12,0x12,0x17,0x1a,0x13,0x0,0x10,0x10,0xfc,0x10,0xf0,0x10,0xf0,0x10,0x14,0xfe,0x0,0x90,0x8,0x0,0xfc,0x0, -+0x0,0x40,0x2f,0x20,0x7,0x4,0xe5,0x24,0x24,0x27,0x21,0x29,0x32,0x24,0x8,0x0,0x40,0x44,0xfe,0x40,0xfc,0x44,0x54,0xe4,0x44,0xfc,0x60,0x50,0x48,0x4e,0x44,0x40, -+0x0,0x40,0x20,0x27,0x4,0x4,0xe7,0x24,0x24,0x24,0x25,0x2d,0x37,0x29,0x9,0x10,0x48,0x7c,0x40,0xfe,0x42,0x7c,0xc0,0x44,0x7c,0x0,0xfc,0x0,0xfe,0x0,0xfc,0x0, -+0x0,0x43,0x22,0x23,0x2,0x3,0xe1,0x23,0x24,0x28,0x22,0x23,0x2a,0x33,0x20,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x44,0x44,0xb4,0x14,0x4,0xf4,0x14,0x8, -+0x0,0x47,0x24,0x24,0x7,0x0,0xe3,0x20,0x2f,0x21,0x21,0x24,0x28,0x30,0x20,0x0,0x4,0xbe,0xa4,0xa4,0xbc,0x0,0xf8,0x0,0xfe,0x0,0xf8,0x8,0x8,0x88,0x50,0x20, -+0x0,0x40,0x21,0x22,0x4,0xb,0xf0,0x27,0x24,0x27,0x24,0x27,0x2c,0x34,0x24,0x5,0x80,0x80,0x40,0x20,0x10,0xee,0x4,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0x88,0xa8,0x90, -+0x0,0x47,0x20,0x22,0x1,0xf,0xe0,0x20,0x2f,0x21,0x21,0x2b,0x32,0x24,0x8,0x3,0x3c,0xc0,0x88,0x48,0x50,0xfc,0x80,0x84,0xfe,0x0,0xf0,0x10,0xa0,0x40,0xb0,0xc, -+0x0,0x40,0x37,0x12,0x1,0x0,0xf7,0x10,0x13,0x12,0x12,0x13,0x16,0x1a,0x13,0x2,0x80,0x48,0xfc,0x10,0x10,0xa4,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x37,0x11,0x0,0x7,0xf4,0x18,0x13,0x12,0x12,0x12,0x16,0x1a,0x10,0x0,0x80,0x48,0xfc,0x10,0xa0,0xfe,0x42,0x44,0xf8,0x48,0x48,0x48,0x48,0x58,0x40,0x40, -+0x0,0x48,0x24,0x24,0x1,0x6,0xe8,0x30,0x21,0x22,0x27,0x22,0x2a,0x32,0x23,0x2,0x80,0x80,0x80,0xfc,0x4,0x48,0x40,0xa0,0x10,0xe,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x27,0x24,0x4,0x7,0xe4,0x24,0x27,0x24,0x2c,0x37,0x24,0x2c,0x34,0x4,0x80,0x48,0xfc,0x8,0x8,0xf8,0x0,0x4,0xfe,0xa4,0xa4,0xfc,0xa4,0xa4,0xb4,0x8, -+0x1,0x41,0x37,0x11,0x0,0x3,0xf2,0x13,0x12,0x13,0x10,0x1f,0x10,0x19,0x12,0xc,0x10,0x14,0xfe,0x10,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x44,0xfe,0xa0,0x10,0xe,0x4, -+0x0,0x42,0x21,0x2f,0x8,0x13,0xe2,0x22,0x22,0x23,0x20,0x21,0x29,0x32,0x24,0x8,0x40,0x48,0x50,0xfe,0x2,0xfc,0x8,0x8,0x8,0xf8,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x47,0x24,0x27,0x4,0x7,0xe2,0x25,0x29,0x22,0x25,0x20,0x28,0x30,0x23,0xc,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x8,0x4,0xfa,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x4,0x42,0x21,0x2f,0x0,0x1,0xe2,0x24,0x23,0x22,0x22,0x22,0x2a,0x32,0x2f,0x0,0x4,0x8,0x10,0xfe,0x0,0x10,0xc,0x4,0xf8,0xa8,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x1,0x40,0x30,0x15,0x5,0x9,0xf1,0x12,0x14,0x13,0x12,0x12,0x16,0x1a,0x17,0x0,0x0,0xc8,0x48,0x14,0x22,0x42,0x88,0xf8,0x0,0xf8,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x0,0x40,0x2f,0x21,0x0,0x7,0xe4,0x24,0x27,0x24,0x25,0x25,0x2d,0x35,0x25,0x4,0x80,0x44,0xfe,0x10,0xa4,0xfe,0x44,0x54,0xfc,0x44,0xf4,0x14,0x14,0xf4,0x14,0x8, -+0x1,0x40,0x37,0x10,0x3,0x2,0xf3,0x12,0x13,0x12,0x10,0x13,0x14,0x18,0x11,0x6,0x8,0x90,0xfe,0x0,0xd4,0x54,0xd4,0x54,0xc4,0x4c,0x0,0xfc,0x84,0x84,0x14,0x8, -+0x2,0x4f,0x22,0x2a,0xf,0x2,0xe6,0x2b,0x32,0x20,0x23,0x22,0x2b,0x32,0x23,0x2,0x4,0xbe,0x8,0x28,0xbe,0x8,0x98,0x2a,0x4e,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x1,0x41,0x23,0x22,0x6,0xb,0xe2,0x22,0x23,0x22,0x22,0x23,0x2a,0x35,0x24,0x8,0x40,0x24,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0,0x24,0x92,0x2, -+0x0,0x47,0x20,0x20,0xf,0x1,0xe2,0x2c,0x27,0x24,0x27,0x25,0x2d,0x35,0x24,0x4,0x0,0xf8,0x90,0x60,0xfe,0x44,0x40,0xc4,0xfe,0xa4,0x1c,0xf4,0x14,0xf4,0x14,0x8, -+0x1,0x41,0x21,0x2f,0x1,0x1,0xef,0x2a,0x2a,0x2f,0x29,0x2f,0x29,0x39,0x28,0x0,0x8,0x8,0x4c,0xe8,0x3e,0x8,0xe8,0xa8,0xa8,0xe8,0x28,0xe8,0x28,0x74,0x24,0x42, -+0x1,0x41,0x22,0x27,0xc,0x5,0xe7,0x24,0x25,0x24,0x25,0x2c,0x35,0x25,0x9,0x1,0x0,0xf8,0x10,0xfe,0x88,0x24,0xfe,0x0,0xfc,0x0,0xfc,0x0,0xfc,0x4,0xfc,0x4, -+0x0,0x44,0x24,0x2b,0x0,0x1f,0xe2,0x2e,0x22,0x2e,0x22,0x2e,0x2a,0x32,0x2f,0x0,0x10,0x90,0x98,0x54,0x10,0xfe,0x90,0xf0,0x94,0xf4,0x94,0xe8,0x9a,0xaa,0xe6,0x2, -+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3c,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x34,0x28,0x20,0x20,0x20,0x20, -+0x1f,0x0,0x1,0x3d,0x5,0x9,0x33,0xc1,0x3f,0x0,0x1f,0x10,0x10,0x10,0x10,0xf,0xf0,0x40,0x88,0xb0,0x40,0x30,0xe,0x4,0xf8,0x10,0xf8,0x10,0x90,0x64,0x4,0xfc, -+0x0,0x78,0x48,0x48,0x50,0x50,0x60,0x50,0x50,0x48,0x48,0x68,0x50,0x40,0x40,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x78,0x4f,0x49,0x51,0x51,0x61,0x51,0x51,0x49,0x49,0x69,0x52,0x42,0x44,0x48,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x7c,0x45,0x48,0x48,0x50,0x48,0x4b,0x44,0x44,0x44,0x68,0x50,0x40,0x40,0x40,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x1,0x79,0x49,0x49,0x57,0x51,0x61,0x51,0x51,0x4f,0x49,0x69,0x51,0x42,0x42,0x44,0x10,0x10,0x10,0x10,0xfc,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0x78,0x4b,0x4a,0x52,0x53,0x62,0x52,0x52,0x4a,0x4a,0x6a,0x54,0x44,0x49,0x42,0x8,0x3c,0xc0,0x0,0x8,0xfc,0x8,0x88,0x88,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x0,0x7c,0x44,0x48,0x48,0x50,0x48,0x49,0x45,0x45,0x45,0x69,0x51,0x41,0x41,0x41,0x40,0x40,0x44,0x7e,0x40,0x40,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x7d,0x45,0x49,0x4a,0x52,0x4c,0x48,0x44,0x44,0x44,0x68,0x50,0x40,0x40,0x40,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0xfc,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80, -+0x0,0x78,0x48,0x4b,0x52,0x52,0x62,0x53,0x52,0x4a,0x4a,0x6a,0x54,0x44,0x49,0x42,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xf8,0x88,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x0,0x7b,0x48,0x48,0x50,0x50,0x61,0x56,0x50,0x4b,0x48,0x68,0x50,0x40,0x4f,0x40,0x0,0xf8,0x10,0x20,0x40,0xb0,0xc,0x4,0x10,0xf8,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x78,0x48,0x4f,0x50,0x50,0x61,0x53,0x51,0x48,0x48,0x6b,0x50,0x40,0x43,0x4c,0x80,0x40,0x44,0xfe,0x80,0x90,0x10,0xe0,0x28,0x48,0x90,0x10,0x20,0xd8,0x6,0x2, -+0x0,0x78,0x49,0x49,0x51,0x51,0x67,0x50,0x51,0x49,0x4a,0x68,0x50,0x40,0x43,0x4c,0x40,0x48,0x7c,0x40,0x40,0x44,0xfe,0x40,0x48,0x48,0x50,0x60,0x40,0x80,0x0,0x0, -+0x0,0x7b,0x4a,0x4a,0x53,0x52,0x62,0x53,0x52,0x48,0x4b,0x68,0x50,0x40,0x4f,0x40,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x48,0x40,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x70,0x5f,0x54,0x54,0x57,0x64,0x54,0x57,0x54,0x54,0x5f,0x70,0x40,0x40,0x40,0x0,0x40,0xe0,0x80,0xbc,0x84,0xa4,0xa8,0xa8,0x90,0x90,0xe8,0xa8,0xc6,0x80,0x80, -+0x0,0x78,0x4f,0x48,0x50,0x5f,0x61,0x51,0x57,0x49,0x49,0x6f,0x50,0x40,0x47,0x40,0x8,0x3c,0xc0,0x40,0x44,0xfe,0x50,0x50,0xfc,0x50,0x54,0xfe,0x40,0x48,0xfc,0x0, -+0x0,0x79,0x4b,0x4a,0x52,0x53,0x62,0x52,0x53,0x48,0x49,0x6f,0x50,0x40,0x40,0x40,0x80,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x7b,0x4a,0x4a,0x53,0x52,0x62,0x53,0x50,0x4f,0x4a,0x6a,0x52,0x42,0x43,0x42,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x4,0xfe,0x88,0x50,0x20,0x90,0xe,0x4, -+0x0,0x78,0x4b,0x4a,0x53,0x52,0x63,0x50,0x57,0x48,0x48,0x6b,0x50,0x40,0x4f,0x40,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x40,0x50,0xf8,0x40,0x44,0xfe,0x0, -+0x0,0x78,0x4b,0x4a,0x52,0x53,0x62,0x52,0x4b,0x48,0x68,0x51,0x41,0x42,0x44,0x48,0x40,0x88,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x80,0xc8,0x54,0x5c,0x42,0x42,0x3e, -+0x0,0x7b,0x4a,0x4b,0x52,0x53,0x61,0x52,0x57,0x49,0x4a,0x6f,0x50,0x45,0x44,0x48,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x8,0x10,0xbe,0x8,0x94,0xbe,0x0,0x24,0x92,0x2, -+0x2,0x7f,0x8,0x8,0x8,0x9,0xff,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x0,0x7c,0x44,0x44,0x48,0x48,0xd0,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x0,0x2,0x7f,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xf,0xf8,0x40,0x0,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x4,0x2,0x3f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x80,0x0,0x0,0x7c,0xc4,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x10,0x8,0x9,0xff,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x3f,0x0,0x0,0x0,0x0,0x0,0x7c,0x44,0xc4,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0x12,0x3f,0x22,0x22,0x22,0x2a,0x24,0x20,0x3f,0x0,0x4,0xfe,0x0,0x2,0x1,0x0,0x3c,0x24,0x24,0x28,0x28,0x30,0x28,0xa4,0xe2,0xa2,0xa2,0xb4,0xa8,0xa0,0x20, -+0x10,0x8,0x9,0xff,0x10,0x12,0x1f,0x12,0x12,0x12,0x12,0x22,0x22,0x4a,0x84,0x0,0x0,0x7c,0x44,0xc4,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x1,0xff,0x8,0x8,0x9,0x7f,0x49,0x49,0x49,0x55,0x63,0x41,0x41,0x45,0x42,0x0,0x0,0xfc,0x44,0x44,0x48,0xc8,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x1,0xff,0x4,0x8,0x18,0x1c,0x2a,0x29,0x49,0x88,0x8,0x8,0xf,0xf8,0x40,0x0,0x0,0xfc,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x14,0x14,0x14,0x14,0x15,0xf7,0x14,0x14,0x14,0x14,0x14,0x35,0xd6,0x14,0x0,0x0,0x0,0x7c,0x44,0x44,0x48,0xc8,0x50,0x48,0x44,0x42,0xc2,0x62,0x54,0x48,0x40,0x40, -+0x14,0x14,0x14,0x14,0x94,0x54,0x55,0x35,0x36,0x14,0x14,0x17,0xf8,0x40,0x0,0x0,0x0,0x7c,0x44,0x44,0xc8,0xc8,0x50,0x48,0x44,0x42,0x42,0xe2,0x54,0x48,0x40,0x40, -+0x2,0x7,0x78,0x48,0x48,0x4a,0x7f,0x48,0x48,0x48,0x44,0x44,0x52,0x69,0x44,0x0,0x0,0x3c,0x24,0x24,0x28,0x28,0x30,0x28,0x24,0x22,0x22,0xa2,0xb4,0xa8,0x20,0x20, -+0x10,0x10,0x20,0x24,0x42,0xff,0x0,0x2,0x7f,0x42,0x42,0x42,0x42,0x7e,0x42,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0x8,0x9,0xff,0x8,0x49,0x29,0x2a,0xff,0x8,0x8,0x14,0x12,0x23,0xc1,0x0,0x0,0x7c,0x44,0xc4,0x48,0x48,0x50,0x48,0xc4,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x2,0xff,0x10,0x10,0x22,0x41,0x7f,0x8,0x8,0x7f,0x8,0x8,0xf,0xf8,0x40,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0xd4,0x48,0x40,0x40, -+0x8,0x8,0x4a,0x7f,0x48,0x88,0x9,0xff,0x8,0x1c,0x1c,0x2a,0x29,0x48,0x88,0x8,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0xc8,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0x8,0x14,0x12,0x21,0x20,0x7f,0x80,0x1,0xff,0x10,0x14,0x22,0x7f,0x21,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0xd0,0x48,0x44,0xc2,0x42,0x62,0x54,0x48,0x40,0x40, -+0x41,0x22,0x14,0x8,0x14,0x63,0x10,0xff,0x10,0x24,0x28,0x48,0x92,0x3f,0x1,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0xc8,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x20,0x21,0x3f,0x41,0x41,0xbd,0x25,0x25,0x3d,0x25,0x25,0x3d,0x25,0x1,0xa,0x4,0x0,0x7c,0xc4,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x0,0x7f,0x50,0x91,0x3f,0x10,0x14,0x25,0x7f,0x4,0x4,0x7,0xfc,0x44,0x4,0x4,0x0,0xfc,0xc4,0x44,0x48,0x48,0x50,0x48,0xc4,0x42,0x42,0xe2,0x54,0x48,0x40,0x40, -+0x0,0xff,0x0,0x0,0x7b,0x4a,0x4a,0x4a,0x6b,0x5a,0x4a,0x4a,0x4a,0x4a,0x5a,0x0,0x40,0xfe,0x12,0x52,0xf4,0x54,0x58,0x54,0x54,0xd2,0x52,0x5a,0x54,0x50,0xd0,0x10, -+0x2,0x3f,0x22,0x22,0x22,0x3e,0x0,0xff,0x8,0xa,0x7f,0x8,0xf,0xf8,0x40,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0xd4,0x48,0x40,0x40, -+0x8,0x28,0x2a,0x3f,0x48,0x88,0x9,0xff,0x0,0x7f,0x41,0x41,0x41,0x7f,0x41,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0xc8,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x20,0x11,0xe,0x11,0x28,0x8,0xff,0x14,0x24,0x7f,0xa4,0x24,0x24,0x25,0x24,0x4,0x80,0x3c,0x24,0x24,0xa8,0x28,0xf0,0x28,0xa4,0xe2,0xa2,0xa2,0xb4,0xa8,0xa0,0x20, -+0x1,0x3,0xfc,0x49,0x29,0x2,0x7f,0x2,0xc,0x8,0xff,0x48,0x8,0x8,0x28,0x10,0x0,0xfc,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0x11,0x7f,0x49,0x49,0x7f,0x49,0x51,0x7f,0x10,0x29,0xff,0x8,0x8,0x8,0x8,0x0,0x7c,0xc4,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0xe2,0x54,0x48,0x40,0x40, -+0x8,0x29,0x2a,0x4c,0x94,0x12,0x21,0xc8,0x8,0x29,0x2a,0x54,0x12,0x21,0xc1,0x0,0x0,0x7c,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x1,0x7f,0x40,0x5f,0x51,0x5f,0x51,0x5f,0x48,0x7f,0x49,0x52,0x4e,0x51,0x7f,0x0,0x0,0xbc,0x24,0x24,0x28,0x28,0x30,0x28,0x24,0xe2,0x22,0x22,0x34,0x28,0xa0,0x20, -+0x1,0xff,0x14,0x15,0x7f,0x55,0x55,0x55,0x7f,0x49,0x8,0x7f,0x8,0xf,0xf8,0x40,0x0,0xfc,0x44,0x44,0xc8,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x1,0x7f,0x4,0x17,0x14,0xff,0x20,0x3f,0x20,0x3f,0x0,0xaa,0xaa,0x0,0x2,0x1,0x0,0xbc,0x24,0xa4,0x28,0xe8,0x30,0x28,0x24,0xa2,0xa2,0xa2,0xb4,0xa8,0xa0,0x20, -+0x22,0xff,0x22,0x3e,0x8,0x7f,0x49,0x7f,0x8,0x7f,0x8,0x3e,0x8,0xf,0x78,0x20,0x0,0xfc,0x44,0x44,0x48,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x8,0x7f,0x22,0x14,0xff,0x0,0x7f,0x41,0x7f,0x41,0x7f,0x8,0xff,0x8,0x8,0x8,0x0,0x7c,0x44,0x44,0xc8,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0xd4,0x48,0x40,0x40, -+0x3,0x7c,0x24,0x15,0x7f,0xc,0x15,0x24,0xff,0x24,0x24,0x3f,0x24,0x24,0x3f,0x20,0x80,0x3c,0xa4,0x24,0xe8,0x28,0x30,0xa8,0xe4,0xa2,0xa2,0xa2,0xb4,0xa8,0xa0,0xa0, -+0x11,0xa,0x7f,0x4,0x3f,0x4,0x7f,0x24,0x15,0xff,0x0,0x3f,0x20,0x20,0x3f,0x20,0x0,0x3c,0xe4,0x24,0xa8,0x28,0xf0,0xa8,0x24,0xe2,0x22,0xa2,0xb4,0xa8,0xa0,0xa0, -+0xff,0x48,0x7b,0x4a,0x7a,0x49,0xfa,0x8,0x7f,0x14,0x25,0x4e,0x15,0x24,0xc4,0x4,0x80,0x3c,0xa4,0xa4,0xa8,0x28,0xb0,0x28,0x24,0xa2,0x22,0x22,0xb4,0xa8,0x20,0x20, -+0x2,0x7f,0x8,0x7f,0x48,0xaa,0x8,0x2a,0x0,0x7f,0x55,0x55,0x55,0x55,0x7f,0x0,0x0,0x7c,0x44,0xc4,0xc8,0x48,0x50,0x48,0x44,0x42,0x42,0x62,0x54,0x48,0x40,0x40, -+0x2a,0x7f,0xaa,0xff,0xaa,0xff,0xaa,0xff,0x0,0xff,0x1,0x7f,0x41,0x7f,0x22,0xff,0x0,0x3c,0xa4,0xa4,0xa8,0xa8,0xb0,0xa8,0x24,0xa2,0x22,0xa2,0x34,0x28,0x20,0xa0, -+0x8,0x8,0xf,0x10,0x10,0x20,0x5f,0x80,0x0,0x0,0x1f,0x0,0x0,0x0,0x3f,0x0,0x0,0x20,0xf0,0x20,0x40,0x88,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0xf,0x10,0x10,0x20,0x5f,0x11,0x11,0x11,0xff,0x1,0x2,0x4,0x18,0x60,0x0,0x0,0xe0,0x20,0x40,0x90,0xf8,0x10,0x10,0x14,0xfe,0x0,0x80,0x60,0x1c,0x8, -+0x0,0x1,0xff,0x10,0x10,0x12,0x1f,0x12,0x12,0x12,0x12,0x22,0x22,0x4a,0x84,0x1,0x20,0x20,0xa0,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0xa8,0x10, -+0x20,0x22,0x3f,0x42,0x42,0x8a,0x7e,0x4a,0x4a,0x4a,0x4a,0x7a,0x42,0xa,0x4,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0xa8,0x10, -+0x2,0xff,0x22,0x22,0x22,0x2a,0x44,0x80,0x7e,0x42,0x42,0x42,0x42,0x7e,0x42,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0xa8,0x10, -+0x10,0x9,0xff,0x10,0x12,0x22,0x24,0x7c,0x8,0xa,0x12,0x24,0x4c,0x92,0x20,0x1,0x20,0x20,0xa0,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0xa8,0x10, -+0x8,0x8,0x7f,0x9,0x11,0x15,0x62,0x0,0xff,0x0,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x7c,0x0,0xfe,0x10,0x90,0x90,0x90,0x90,0x50,0x20, -+0x0,0x7f,0x2,0x4,0x7e,0x4,0x14,0x8,0x7f,0x55,0x55,0x55,0x55,0xff,0x0,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0xa8,0x10, -+0x1,0xff,0x81,0xbd,0x81,0xbd,0x0,0x7e,0x42,0x7e,0x42,0x7e,0x42,0x7e,0x42,0x1,0x20,0xa0,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x44,0x84,0xa8,0x10, -+0x10,0x12,0x7f,0x12,0x12,0x2a,0x44,0x0,0x44,0xff,0x55,0x55,0x55,0x55,0x99,0x33,0x0,0xfe,0x92,0x92,0xfe,0x92,0x92,0xfe,0x82,0x20,0x10,0x50,0xc2,0xc6,0x44,0x3c, -+0x5,0x39,0x21,0x21,0x3d,0x21,0x21,0x3f,0x1,0x7f,0x8,0x6,0x1,0x6,0x18,0xe0,0x8,0x7c,0x8,0x8,0x78,0x8,0x8,0xf8,0x0,0xf0,0x20,0xc0,0x0,0xc0,0x30,0xe, -+0x21,0x2f,0x20,0xaf,0x70,0x2f,0x20,0x27,0x54,0x87,0x0,0x1f,0x4,0x3,0xc,0x70,0x8,0xe8,0x8,0xea,0x1c,0xe8,0x8,0xc8,0x54,0xc2,0x0,0xe0,0x40,0x80,0x60,0x1c, -+0x3e,0x32,0x2a,0x26,0x3e,0x8,0x1f,0x28,0x4f,0x8,0x8,0x1f,0x4,0x3,0x1c,0xe0,0xf8,0xc8,0xa8,0x98,0xf8,0x80,0xf8,0x80,0xf0,0x84,0x7c,0xe0,0x40,0x80,0x70,0xe, -+0x0,0x0,0xf8,0x8,0x10,0x20,0x40,0x78,0x8,0x88,0x50,0x30,0x20,0x50,0x88,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0xfc, -+0x0,0x0,0x0,0x0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x1,0x1,0x1,0x41,0x41,0x5f,0x43,0x45,0x45,0x49,0x51,0x61,0x45,0x42,0x7f,0x0,0x0,0x0,0x0,0x14,0x34,0x44,0x84,0x44,0x44,0x24,0x24,0x1c,0x4,0x4,0xfc,0x4, -+0x9,0x4,0x22,0x29,0x22,0x24,0x29,0x20,0x3f,0x28,0x8,0x9,0xe,0x8,0x7,0x0,0x20,0x40,0x88,0x28,0x88,0x48,0x28,0x8,0xf8,0x8,0x60,0x80,0x0,0x4,0xfc,0x0, -+0x0,0x0,0x1,0x1,0x1,0x2,0x2,0x4,0x4,0x8,0x8,0x10,0x20,0x7f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x10,0x8,0xfc,0x4,0x0, -+0x1,0x1,0x2,0x4,0x1f,0x0,0x4,0x4,0xff,0x4,0x4,0x4,0x8,0x8,0x10,0x20,0x0,0x0,0x0,0x20,0xf0,0x10,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x2,0x4,0x8,0x1f,0x2,0xff,0x4,0x8,0x3f,0xd1,0x11,0x1f,0x11,0x11,0x1f,0x10,0x0,0x40,0x20,0xf0,0x4,0xfe,0x40,0x20,0xf8,0x16,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x0,0x0,0xfb,0x8,0x10,0x2d,0xc3,0x8,0x7d,0x11,0x11,0x11,0x1d,0xf2,0x44,0x8,0x80,0x44,0xfe,0x80,0x80,0x8,0xfc,0x4,0x50,0x50,0x50,0x50,0x52,0x52,0x4e,0x0, -+0x1,0x4,0x4,0x8,0x10,0x2f,0xc4,0x4,0x8,0x31,0x1,0x3f,0x1,0x1,0xff,0x0,0x80,0x80,0x40,0x20,0x10,0xee,0x24,0x20,0xa0,0x40,0x10,0xf8,0x0,0x4,0xfe,0x0, -+0x0,0x7f,0x2,0x22,0x1a,0xa,0x2,0xff,0x1,0x1,0x3f,0x1,0x1,0x1,0xff,0x0,0x8,0xfc,0x80,0x88,0x98,0xa0,0x84,0xfe,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0, -+0x9,0x9,0x9,0x11,0x1f,0x30,0x50,0x90,0x11,0x17,0x1,0x3f,0x1,0x1,0xff,0x0,0x20,0x10,0x0,0xfc,0x0,0x90,0xa0,0x44,0xa4,0x1c,0x0,0xf8,0x0,0x4,0xfe,0x0, -+0x8,0xff,0x0,0x3e,0x22,0x3e,0x0,0x7e,0x4,0x7e,0x9,0x19,0x7f,0x1,0x1,0xff,0x20,0xa0,0x28,0xfc,0x28,0x68,0x28,0x58,0x48,0x8a,0x6,0x10,0xfc,0x0,0x4,0xfe, -+0x8,0xff,0x8,0x7f,0x49,0x7f,0x49,0x7f,0x8,0xff,0x49,0x7f,0x1,0x3f,0x1,0xff,0x8,0x7c,0x48,0x48,0x86,0x7c,0x44,0x44,0x28,0x90,0x28,0xc6,0x0,0xf8,0x0,0xfe, -+0x1,0xff,0x10,0x14,0x25,0x7a,0x10,0x24,0x7c,0x8,0x11,0x61,0x3f,0x1,0x1,0xff,0x0,0xfe,0x90,0xfe,0x90,0xfc,0x90,0xfc,0x90,0xfe,0x80,0x10,0xf8,0x0,0x4,0xfe, -+0x8,0xf,0x48,0x7f,0x40,0xbf,0x8,0x55,0x3e,0xe3,0x22,0x3e,0x1,0x3f,0x1,0xff,0x0,0x0,0x7c,0x84,0xc4,0x28,0x28,0x10,0x28,0xa8,0x46,0x0,0x10,0xf8,0x0,0xfe, -+0x10,0x10,0x11,0x10,0x14,0xfe,0x10,0x13,0x10,0x10,0x1e,0xf0,0x40,0x0,0x0,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x11,0x10,0x14,0xfe,0x13,0x10,0x10,0x11,0x1e,0xf0,0x40,0x0,0x0,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x80,0x88,0xfc,0x8,0x8,0x8,0x88,0x50,0x20, -+0x10,0x10,0x10,0x10,0x15,0xfe,0x11,0x10,0x10,0x10,0x1e,0xf1,0x41,0x1,0x0,0x0,0x80,0x80,0x84,0xfe,0x0,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x11,0x11,0x11,0x15,0xff,0x11,0x11,0x11,0x11,0x1d,0xf1,0x42,0x2,0x4,0x0,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4,0x4, -+0x10,0x10,0x10,0x13,0x12,0xfe,0x12,0x12,0x12,0x12,0x1e,0xf2,0x44,0x4,0x8,0x10,0x40,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x13,0x10,0x14,0xfe,0x10,0x13,0x12,0x12,0x1e,0xf2,0x42,0x2,0x1,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x13,0x12,0x12,0xfe,0x12,0x13,0x12,0x12,0x1e,0xf2,0x42,0x2,0x1,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x13,0x12,0x12,0xfe,0x13,0x12,0x12,0x12,0x1e,0xf2,0x44,0x4,0x9,0x12,0x0,0x4,0xfe,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x10,0x10,0x11,0x11,0x15,0xff,0x11,0x11,0x11,0x11,0x1d,0xf1,0x42,0x2,0x4,0x8,0x8,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x10,0x11,0x11,0x11,0xfd,0x11,0x11,0x11,0x11,0x1d,0xf2,0x42,0x4,0x9,0x12,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x88,0x48,0x50,0x30,0x20,0x50,0x88,0xe,0x4, -+0x11,0x11,0x11,0x11,0x17,0xfd,0x11,0x11,0x11,0x11,0x1d,0xf1,0x41,0x1,0x1,0x1,0x8,0x8,0x8,0xa,0xfe,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x10,0x17,0xfc,0x10,0x10,0x10,0x11,0x1d,0xf1,0x42,0x2,0x4,0x8,0x80,0xa0,0x90,0x94,0xfe,0xa0,0xa0,0xa4,0xa4,0x28,0x28,0x30,0x62,0xa2,0x1e,0x0, -+0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x13,0x12,0x12,0x1e,0xf2,0x42,0x3,0x2,0x40,0x40,0x44,0x7e,0x40,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x10,0x10,0xff,0x12,0x12,0x12,0x13,0x1e,0xf2,0x44,0x4,0x8,0x10,0x40,0x44,0x7e,0x40,0x48,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x11,0x11,0x11,0xfd,0x11,0x11,0x11,0x11,0x1d,0xf1,0x42,0x2,0x4,0x0,0x8,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x10,0x10,0x50,0x30,0x18,0x14,0x10,0x10,0x10, -+0x10,0x10,0x13,0x12,0x12,0xfe,0x13,0x12,0x12,0x12,0x1e,0xf2,0x42,0x3,0x6,0x0,0x8,0x3c,0xe0,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x10,0x90,0x52,0x2a,0x6, -+0x10,0x10,0x10,0x13,0x12,0xfc,0x11,0x11,0x11,0x11,0x1d,0xf1,0x41,0x1,0x0,0x0,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0x10,0x30,0x40,0x80,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x13,0x12,0x12,0x12,0xff,0x12,0x12,0x12,0x12,0x1e,0xf2,0x44,0x4,0x8,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x80,0x88,0x98,0xa0,0xc0,0x82,0x82,0x7e,0x0, -+0x10,0x11,0x11,0x11,0x11,0xfd,0x11,0x17,0x12,0x12,0x1e,0xf2,0x43,0x0,0x0,0x0,0x8,0xfc,0x8,0x48,0x28,0x28,0xa,0xfe,0x8,0x88,0x48,0x48,0xfc,0x8,0x50,0x20, -+0x10,0x11,0x11,0x12,0x12,0xfc,0x17,0x11,0x12,0x14,0x17,0x1c,0xf0,0x40,0x0,0x1,0x20,0x20,0x20,0x24,0x7e,0xa4,0xa4,0x24,0x24,0xa4,0xa4,0x24,0x44,0x44,0x94,0x8, -+0x10,0x17,0x10,0x10,0x10,0xfc,0x14,0x12,0x12,0x12,0x1c,0xf0,0x40,0x0,0xf,0x0,0x8,0xfc,0xa0,0xa0,0xa0,0xa4,0xa4,0xa4,0xa8,0xa8,0xa0,0xa0,0xa0,0xa4,0xfe,0x0, -+0x10,0x17,0x10,0x10,0x11,0xfd,0x13,0x10,0x10,0x10,0x13,0x1c,0xf0,0x40,0xf,0x0,0x8,0xfc,0x80,0x80,0x10,0x8,0xfc,0x0,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x13,0x12,0x12,0x12,0xfe,0x12,0x12,0x12,0x12,0x1e,0xf2,0x42,0x2,0x2,0x2,0x4,0xfe,0x4,0x4,0xf4,0x4,0x4,0xf4,0x94,0x94,0x94,0xf4,0x4,0x4,0x14,0x8, -+0x10,0x10,0x14,0x14,0x17,0xfc,0x10,0x13,0x10,0x10,0x13,0x1e,0xf2,0x42,0x2,0x1,0x40,0x40,0x44,0x44,0xfc,0x4,0x8,0xfc,0x8,0x8,0xf8,0x8,0x0,0x2,0x2,0xfe, -+0x20,0x20,0x2f,0x21,0x22,0xfa,0x24,0x2f,0x21,0x29,0x25,0x3a,0xe2,0x5,0x8,0x10,0x4,0xc,0x70,0x10,0x10,0x50,0x5c,0x50,0x50,0x50,0x50,0x50,0x7c,0x0,0x86,0x7c, -+0x10,0x10,0x10,0x13,0x12,0xfe,0x12,0x12,0x12,0x12,0x1e,0xf2,0x42,0x2,0x2,0x2,0x40,0x40,0x84,0xfe,0x4,0x4,0xf4,0x94,0x94,0x94,0x94,0xf4,0x4,0x4,0x14,0x8, -+0x20,0x20,0x20,0x2f,0x20,0xf8,0x25,0x24,0x24,0x24,0x24,0x3c,0xe5,0x44,0x7,0x4,0x80,0x40,0x44,0xfe,0x0,0x10,0x14,0xa4,0xa4,0x44,0xa4,0x94,0x14,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x17,0x10,0xfc,0x11,0x13,0x11,0x10,0x1c,0xf1,0x46,0x0,0x3,0xc,0x80,0x40,0x44,0xfe,0x80,0x90,0x10,0xe0,0x28,0x48,0x90,0x10,0x20,0xd8,0x6,0x2, -+0x10,0x13,0x12,0x12,0x13,0xfe,0x12,0x13,0x12,0x12,0x1e,0xf2,0x42,0x2,0x3,0x2,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x88,0x50,0x20,0x10,0x8e,0x4,0x0, -+0x10,0x11,0x11,0x11,0x11,0xfd,0x11,0x10,0x13,0x10,0x10,0x1d,0xf0,0x40,0x7,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0xfe,0x20,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x27,0x24,0x24,0xfc,0x24,0x27,0x24,0x24,0x24,0x3c,0xe7,0x44,0x0,0x0,0x8,0x88,0xc8,0x88,0x8a,0xfe,0x88,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0x28,0x10, -+0x10,0x11,0x11,0x11,0x11,0xfd,0x10,0x13,0x12,0x12,0x1e,0xf2,0x43,0x2,0x2,0x2,0x8,0xfc,0x8,0x8,0xf8,0x48,0x44,0xfe,0x44,0x44,0x44,0xb4,0x14,0x4,0x14,0x8, -+0x10,0x11,0x11,0x11,0x11,0xfc,0x13,0x12,0x12,0x12,0x1e,0xf2,0x42,0x0,0x3,0xc,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x4,0x24,0x24,0x24,0x44,0x44,0x98,0x4,0x2, -+0x10,0x10,0x17,0x10,0x12,0xfd,0x10,0x10,0x17,0x11,0x10,0x1c,0xf0,0x40,0x0,0x0,0x8,0x3c,0xc0,0x44,0x24,0x28,0x10,0x14,0xfe,0x10,0x90,0x90,0x10,0x10,0x50,0x20, -+0x10,0x10,0x13,0x12,0x14,0xfd,0x10,0x10,0x17,0x10,0x1c,0xf0,0x41,0x1,0x2,0xc,0x80,0x40,0xfe,0x2,0x24,0xf0,0x0,0x4,0xfe,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x17,0x10,0x10,0xff,0x12,0x13,0x12,0x13,0x1e,0xf3,0x42,0x2,0xf,0x0,0x40,0x48,0xfc,0x40,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xa,0xfe,0x0, -+0x10,0x10,0x10,0x17,0x11,0xfd,0x13,0x16,0x1a,0x13,0x1e,0xf2,0x43,0x2,0x0,0x0,0x80,0x80,0x84,0xfe,0x10,0x50,0xf8,0x4e,0x48,0xf8,0x48,0x48,0xf8,0x4a,0x42,0x3e, -+0x10,0x13,0x12,0x13,0x12,0xff,0x11,0x11,0x13,0x14,0x10,0x1d,0xf1,0x42,0x4,0x1,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0x4,0xfe,0xa4,0xa4,0x24,0x44,0x44,0x94,0x8, -+0x10,0x10,0x13,0x12,0x12,0xff,0x12,0x12,0x13,0x10,0x1d,0xf7,0x40,0x0,0x0,0x0,0x40,0x84,0xfe,0x24,0x24,0xfc,0x44,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x10,0x10,0x10,0x10,0x11,0xfe,0x14,0x13,0x10,0x10,0x1c,0xf0,0x45,0x5,0x9,0x0,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x44,0xf8,0x10,0x20,0x80,0x40,0x44,0x12,0x12,0xf0, -+0x20,0x27,0x24,0x24,0x24,0xff,0x24,0x24,0x24,0x27,0x3c,0xe4,0x44,0x8,0x9,0x10,0x4,0xbe,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0xa4,0xd4,0x88, -+0x10,0x10,0x10,0x11,0x12,0xff,0x12,0x12,0x12,0x13,0x1e,0xf0,0x40,0x1,0x6,0x18,0x80,0x80,0xf8,0x10,0x24,0xfe,0x24,0x24,0x44,0xfc,0x44,0xa0,0xb0,0x2a,0x22,0x1e, -+0x20,0x23,0x20,0x21,0x28,0xfb,0x20,0x27,0x24,0x2b,0x3a,0xe2,0x42,0x2,0x0,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x42,0xfc,0x48,0x48,0x48,0x58,0x40,0x40, -+0x10,0x10,0x13,0x10,0x10,0xff,0x10,0x10,0x13,0x10,0x1e,0xf1,0x42,0xc,0x1,0x0,0x40,0x48,0xfc,0x48,0x4a,0xfe,0x48,0x48,0xf8,0x40,0x48,0x50,0x50,0x4e,0x44,0x80, -+0x10,0x13,0x12,0x12,0x13,0xfe,0x12,0x12,0x12,0x12,0x1e,0xf3,0x45,0x5,0x9,0x10,0x4,0xfe,0x4,0x4,0xfc,0x20,0xa8,0xa8,0xa8,0xf8,0x20,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x12,0x12,0x17,0x12,0xfe,0x12,0x12,0x13,0x10,0x1f,0xf0,0x41,0x2,0xc,0x0,0x90,0x90,0x94,0xfe,0x90,0x90,0xf0,0x0,0xfc,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x10,0x17,0x10,0x10,0x17,0xfc,0x14,0x14,0x17,0x10,0x1c,0xf7,0x40,0x0,0xf,0x0,0x4,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xa4,0xfc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0, -+0x10,0x13,0x12,0x12,0x12,0xff,0x12,0x10,0x17,0x10,0x1c,0xf0,0x41,0x1,0x2,0xc,0x4,0xfe,0x94,0x94,0x94,0xfc,0x44,0x20,0xfe,0x80,0xf8,0x88,0x8,0x8,0x28,0x10, -+0x11,0x11,0x11,0x12,0x13,0xfe,0x16,0x1a,0x13,0x12,0x1f,0xf2,0x42,0x2,0x2,0x3,0x0,0x78,0x8,0x12,0xfe,0x0,0x88,0xfc,0x20,0x24,0xfe,0x20,0x20,0x50,0x8e,0x4, -+0x10,0x17,0x10,0x13,0x12,0xfe,0x13,0x10,0x17,0x15,0x1c,0xf5,0x44,0x4,0x4,0x4,0x8,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x14,0xa4,0xf4,0x44,0x44,0x54,0x8, -+0x10,0x13,0x12,0x12,0x12,0xfe,0x12,0x12,0x12,0x12,0x1e,0xf2,0x44,0x5,0xa,0x0,0x4,0xfe,0x20,0x44,0xfe,0x84,0x84,0xfc,0x84,0x84,0xfc,0x20,0xa8,0x26,0x22,0x60, -+0x13,0x12,0x13,0x12,0x13,0xfc,0x17,0x14,0x14,0x17,0x1c,0xf3,0x41,0x0,0x3,0xc,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0xa4,0xa4,0xfc,0x0,0xf8,0x10,0xe0,0x18,0x6, -+0x20,0x27,0x24,0x25,0x24,0xff,0x24,0x25,0x24,0x25,0x3d,0xe5,0x49,0x9,0x11,0x1,0x20,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x24,0x2c, -+0x24,0x22,0x28,0x24,0x21,0xfc,0x24,0x29,0x20,0x2f,0x38,0xe0,0x41,0x2,0xc,0x0,0x8,0xfc,0x48,0xc8,0x48,0x88,0xa8,0x10,0x44,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x20,0x27,0x24,0x27,0x24,0xfd,0x24,0x25,0x24,0x25,0x3e,0xe4,0x47,0x8,0x10,0x0,0x4,0xfe,0x4,0xfc,0x20,0x24,0xa8,0x24,0xa0,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20, -+0x8,0x7f,0x8,0x7f,0x49,0x7f,0x40,0x4f,0x81,0x3f,0x5,0xf,0x18,0x2f,0x8,0xf,0x78,0x48,0x4c,0x80,0x7c,0x28,0x10,0xee,0x0,0xf8,0x0,0xf0,0x1c,0xf0,0x10,0xf0, -+0x8,0x7f,0x8,0xff,0x22,0x3e,0x14,0x7f,0x2,0x1f,0x11,0x1f,0x12,0xff,0x1,0x1,0x10,0x10,0xfe,0x10,0x7c,0x28,0x10,0x6e,0x0,0xf0,0x10,0xf0,0x14,0xfe,0x0,0x0, -+0x10,0xfe,0x11,0x7c,0x0,0xfe,0x82,0x7c,0x1,0x7c,0x44,0x44,0x7d,0x29,0xfe,0x0,0x20,0x20,0x20,0xbe,0x42,0x14,0x50,0x98,0x26,0x42,0x20,0x10,0x54,0x42,0x4a,0x38, -+0x4,0x4,0xff,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x44,0xfe,0x40,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x6,0x2,0x2,0x7f,0x2,0x4,0x4,0x4,0x8,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x40,0x0,0x20,0xf0,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x4,0x4,0xff,0x4,0x4,0x3f,0x4,0x4,0x4,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x40,0x44,0xfe,0x40,0x40,0xf0,0x10,0x20,0x48,0xfc,0x8,0x8,0x8,0x88,0x50,0x20, -+0x4,0x4,0xff,0x4,0x4,0x1,0x1,0x1,0x7f,0x1,0x1,0x1,0x1,0x1,0xff,0x0,0x40,0x44,0xfe,0x40,0x40,0x0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x4,0x0,0x3f,0x1,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x50,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x4,0x3f,0x8,0x8,0xc,0x12,0x12,0x11,0x20,0x20,0x43,0xc,0x40,0x44,0xfe,0x40,0x40,0xf0,0x20,0x40,0xf0,0x10,0x20,0x20,0xc0,0xb0,0xe,0x4, -+0x4,0x4,0xff,0x4,0x6,0x2,0x3f,0x2,0x1a,0x4,0x6,0x5,0x8,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x40,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0xa2,0x22,0x1e,0x0, -+0x4,0x4,0xff,0x4,0x4,0x3f,0x0,0x0,0x1f,0x10,0x20,0x3f,0x0,0x0,0x0,0x0,0x40,0x44,0xfe,0x40,0x50,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x8,0x8,0x50,0x20, -+0x4,0x4,0xff,0x4,0x4,0x3f,0x0,0x0,0x1f,0x10,0x10,0x10,0x10,0x10,0xf,0x0,0x40,0x44,0xfe,0x40,0x50,0xf8,0x10,0x10,0xf0,0x10,0x0,0x0,0x4,0x4,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x2,0x4,0x1f,0x0,0x3,0xc,0x3f,0x0,0x0,0x1,0xe,0x70,0x40,0x44,0xfe,0x40,0x0,0x20,0xc0,0x80,0x20,0x20,0xc0,0x40,0x80,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x5,0x1,0x3f,0x1,0x1,0xff,0x2,0x2,0x4,0x8,0x30,0xc0,0x40,0x44,0xfe,0x40,0x40,0x10,0xf8,0x0,0x4,0xfe,0x80,0x80,0x40,0x30,0xe,0x4, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x0,0x0,0xff,0x4,0x4,0x4,0x8,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x10,0xf8,0x0,0x4,0xfe,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x4,0x4,0xff,0x4,0x4,0x0,0x3f,0x0,0x0,0xff,0x2,0x2,0x4,0x8,0x1f,0x0,0x40,0x44,0xfe,0x40,0x40,0x10,0xf8,0x0,0x4,0xfe,0x0,0x0,0x40,0x20,0xf0,0x10, -+0x4,0x4,0xff,0x4,0x1,0xff,0x1,0x1,0x1f,0x11,0x11,0x11,0x11,0x11,0x1,0x1,0x40,0x44,0xfe,0x40,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x50,0x20,0x0,0x0, -+0x4,0x4,0xff,0x5,0x1,0xff,0x1,0x1,0x3f,0x8,0x4,0x2,0x1,0x6,0x18,0xe0,0x40,0x44,0xfe,0x40,0x4,0xfe,0x0,0x0,0xf0,0x20,0x40,0x80,0x0,0xc0,0x30,0xe, -+0x4,0x4,0xff,0x4,0x4,0x3f,0x21,0x21,0x2f,0x21,0x21,0x22,0x42,0x44,0x88,0x10,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x50,0x20, -+0x4,0x4,0xff,0x4,0x4,0x1f,0x10,0x10,0x17,0x14,0x14,0x24,0x24,0x44,0x84,0x3,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x20,0xf0,0x20,0x20,0xa0,0x40,0x4,0x4,0xfc, -+0x4,0x4,0xff,0x4,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0x20,0x20,0x3f,0x0,0x40,0x44,0xfe,0x40,0xf8,0x0,0x20,0xf0,0x20,0x20,0xe0,0x20,0x0,0x8,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x4,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x26,0x38,0x20,0x0,0x40,0x44,0xfe,0x40,0x40,0x80,0x88,0x98,0xa0,0xc0,0x80,0x80,0x84,0x84,0x7c,0x0, -+0x4,0x4,0xff,0x4,0x5,0x1,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0xff,0x0,0x40,0x44,0xfe,0x40,0x40,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x5,0x1,0x3f,0x21,0x21,0x22,0x22,0x24,0x28,0x20,0x20,0x20,0x40,0x44,0xfe,0x40,0x40,0x8,0xfc,0x8,0x8,0x88,0x48,0x68,0x28,0x8,0x28,0x10, -+0x4,0x4,0xff,0x4,0x0,0x1f,0x10,0x11,0x11,0x11,0x12,0x12,0x4,0x8,0x30,0xc0,0x40,0x44,0xfe,0x40,0x10,0xf8,0x10,0x10,0x10,0x90,0x90,0x90,0x80,0x84,0x84,0x7c, -+0x4,0x4,0xff,0x4,0x8,0x8,0xb,0x8,0xff,0xa,0x9,0x8,0x8,0xa,0xc,0x8,0x40,0x44,0xfe,0x40,0x20,0xc0,0x0,0x4,0xfe,0x0,0x0,0x80,0x40,0x20,0x1c,0x8, -+0x4,0x4,0xff,0x4,0x4,0x8,0x8,0x8,0x8,0x8,0x8,0x14,0x12,0x20,0x41,0x2,0x40,0x44,0xfe,0x40,0x40,0x20,0x20,0x20,0x20,0x50,0x50,0x50,0x88,0x88,0x4,0x2, -+0x4,0x4,0xff,0x5,0x2,0x4,0x8,0x33,0xc0,0x0,0x1f,0x0,0x0,0x0,0x0,0x1,0x40,0x44,0xfe,0x40,0x80,0x40,0x30,0xe,0x84,0x20,0xf0,0x20,0x40,0x40,0x80,0x0, -+0x4,0x4,0xff,0x4,0x8,0x8,0xf,0x12,0x22,0x44,0x4,0x8,0x11,0x22,0x4,0x0,0x40,0x44,0xfe,0x40,0x0,0x8,0xfc,0x48,0x48,0x48,0x88,0x88,0x8,0x8,0x50,0x20, -+0x4,0x4,0xff,0x4,0xc,0x8,0xf,0x11,0x11,0x21,0x2,0x2,0x4,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x40,0x0,0xf8,0x10,0x20,0x0,0x80,0x80,0x40,0x30,0xe,0x4, -+0x4,0x4,0xff,0x4,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x14,0x18,0x10,0x40,0x44,0xfe,0x40,0xf8,0x80,0x80,0x80,0x88,0xfc,0x80,0x40,0x40,0x22,0x12,0xe, -+0x4,0x4,0xff,0x4,0x0,0x7,0x4,0x8,0x30,0xf,0x4,0x2,0x1,0x2,0xc,0x70,0x40,0x44,0xfe,0x40,0x0,0xc0,0x48,0x7c,0x0,0xe0,0x40,0x80,0x0,0x80,0x60,0x1c, -+0x4,0x4,0xff,0x4,0x6,0x1,0xff,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x40,0x4,0xfe,0x0,0x0,0x40,0x30,0x10,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x6,0x41,0x7f,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x7f,0x0,0x40,0x44,0xfe,0x40,0x40,0x0,0xfe,0x2,0x4,0x0,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x2,0xc,0x8,0xf,0xf8,0x48,0x8,0x8,0x28,0x10,0x40,0x44,0xfe,0x40,0x0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x4,0x4,0xff,0x4,0x0,0x24,0x22,0x21,0x21,0x20,0x20,0x24,0x28,0x30,0x1,0x6,0x40,0x44,0xfe,0x40,0x8,0x8,0x8,0x10,0x10,0x10,0x20,0x20,0x50,0x8c,0x4,0x0, -+0x4,0x4,0xff,0x5,0x1,0xff,0x1,0x1,0x7f,0x3,0x5,0x9,0x31,0xc1,0x1,0x1,0x40,0x44,0xfe,0x40,0x4,0xfe,0x0,0x8,0xfc,0x80,0x40,0x30,0xe,0x4,0x0,0x0, -+0x4,0x4,0xff,0x4,0x8,0x8,0xff,0x8,0x8,0x8,0xf,0x8,0x8,0x8,0xf,0x8,0x40,0x44,0xfe,0x40,0x20,0x24,0xfe,0x20,0x20,0x20,0xe0,0x20,0x20,0x20,0xe0,0x20, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x0,0x1,0x3,0x5,0x19,0x61,0x1,0x1,0xff,0x0,0x40,0x44,0xfe,0x40,0x4,0xfe,0x80,0x0,0x0,0x60,0x18,0x4,0x0,0x4,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x2,0x2,0xff,0x2,0x2,0x4,0x4,0x8,0x8,0x11,0x26,0x40,0x40,0x44,0xfe,0x40,0x20,0x14,0xfe,0x80,0x88,0x98,0xa0,0xc0,0x82,0x82,0x7e,0x0, -+0x4,0x4,0xff,0x4,0x2,0x2,0xff,0x4,0x4,0x7,0xa,0x9,0x10,0x21,0x46,0x18,0x40,0x44,0xfe,0x40,0x40,0x24,0xfe,0x0,0x0,0xf0,0x20,0x40,0x80,0x60,0x1c,0x8, -+0x4,0x4,0xff,0x4,0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x40,0x44,0xfe,0x40,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x4,0x4,0xff,0x4,0x0,0xf,0x8,0x8,0xf,0x8,0x8,0xf,0x8,0x8,0xff,0x0,0x40,0x44,0xfe,0x40,0x20,0xf0,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20,0x24,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x1,0x1f,0x11,0x11,0x1f,0x11,0x11,0xff,0x10,0x10,0x10,0x10,0x40,0x44,0xfe,0x40,0x10,0xf8,0x10,0x10,0xf0,0x10,0x14,0xfe,0x10,0x10,0x50,0x20, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x20,0x20,0x27,0x24,0x24,0x24,0x27,0x24,0x20,0x20,0x40,0x44,0xfe,0x40,0x8,0xfc,0x8,0x48,0xe8,0x48,0x48,0x48,0xc8,0x48,0x28,0x10, -+0x4,0x4,0xff,0x4,0x8,0x8,0x10,0x1f,0x30,0x50,0x90,0x10,0x10,0x17,0x10,0x10,0x20,0x24,0xfe,0x20,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x48,0xfc,0x0,0x0, -+0x4,0x4,0xff,0x4,0x8,0x8,0x10,0x17,0x30,0x51,0x90,0x10,0x10,0x10,0x10,0x10,0x40,0x44,0xfe,0x40,0x10,0x10,0x14,0xfe,0x10,0x10,0x90,0x90,0x10,0x10,0x50,0x20, -+0x4,0x4,0xff,0x5,0x2,0x4,0xa,0x31,0xc1,0x3f,0x0,0x0,0xc,0x3,0x0,0x0,0x40,0x44,0xfe,0x40,0x80,0x40,0x30,0xe,0x4,0xf0,0x20,0x40,0x80,0x0,0xc0,0x40, -+0x4,0x4,0xff,0x5,0x2,0xf,0x8,0xa,0x9,0x8,0xf,0x0,0xff,0x0,0x0,0x0,0x40,0x44,0xfe,0x40,0x20,0xf0,0x20,0x20,0x60,0x8,0xfc,0x8,0xc8,0x8,0x50,0x20, -+0x4,0x4,0xff,0x4,0x6,0x38,0x20,0x20,0x3e,0x20,0x20,0x26,0x38,0x20,0x0,0x0,0x40,0x44,0xfe,0x40,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0xa8,0x90,0x80,0x80,0x80, -+0x4,0x4,0xff,0x4,0x6,0x38,0x22,0x22,0x22,0x22,0x22,0x3c,0x24,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x8,0xfc,0x88,0x88,0x88,0x88,0xc8,0xa8,0x90,0x80,0x80,0x80, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x41,0x81,0x1,0x3f,0x1,0x1,0x1,0x1,0x7f,0x0,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0x4,0x10,0xf8,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x40,0x9f,0x4,0x5,0x3f,0x4,0x4,0x4,0x4,0x4,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0xe4,0x20,0x20,0xa0,0x20,0x20,0x24,0x14,0x8, -+0x4,0x4,0xff,0x4,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x20,0x20,0x28,0x30,0x20,0x40,0x44,0xfe,0x40,0xf8,0x8,0x8,0xf8,0x80,0x88,0xfc,0x40,0x40,0x22,0x12,0xe, -+0x4,0x4,0xff,0x4,0x3f,0x4,0x4,0x8,0x10,0x60,0x1f,0x10,0x10,0x10,0x1f,0x10,0x40,0x44,0xfe,0x40,0xf8,0x8,0x8,0x8,0x50,0x20,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x4,0x4,0xff,0x4,0x0,0xff,0x4,0x4,0x3f,0x24,0x24,0x28,0x30,0x20,0x3f,0x20,0x40,0x44,0xfe,0x40,0x4,0xfe,0x40,0x48,0xfc,0x48,0x48,0x38,0x8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x1,0xff,0x1,0x3f,0x1,0x3f,0x21,0x3f,0x2,0xc,0x30,0xc0,0x40,0x44,0xfe,0x40,0x4,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xfc,0x84,0x4c,0x30,0xe, -+0x4,0x4,0xff,0x4,0x1,0x1,0x7f,0x1,0x3,0x3c,0x0,0x7f,0x4,0x4,0x8,0x70,0x40,0x44,0xfe,0x40,0x0,0xf8,0x20,0x44,0x84,0x7c,0x10,0xf8,0x80,0x82,0x82,0x7e, -+0x4,0x4,0xff,0x4,0x20,0x20,0x3e,0x20,0x26,0x39,0x1,0xff,0x1,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x80,0x98,0xe0,0x80,0x84,0x7c,0x0,0xfe,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x0,0x4,0x24,0x27,0x24,0x24,0x24,0x24,0x27,0xf8,0x40,0x0,0x40,0x44,0xfe,0x40,0x0,0x40,0x44,0x4c,0x50,0x60,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x4,0x4,0xff,0x4,0x1f,0x10,0x10,0x10,0x1f,0x0,0x3f,0x20,0x20,0x20,0x3f,0x20,0x40,0x44,0xfe,0x40,0xf0,0x10,0x10,0x10,0xf0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x3f,0x20,0x2f,0x20,0x27,0x24,0x24,0x24,0x27,0x20,0x20,0x20,0x40,0x44,0xfe,0x40,0xf8,0x8,0xe8,0x8,0xc8,0x48,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x20,0x20,0x27,0x24,0x24,0x27,0x20,0x20,0x3f,0x20,0x40,0x44,0xfe,0x40,0x8,0xfc,0x8,0x48,0xe8,0x48,0x48,0xc8,0x8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x11,0x11,0x1f,0x21,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x40,0x44,0xfe,0x40,0x0,0x20,0xf0,0x0,0x4,0xfe,0x80,0x40,0x20,0x1c,0x8,0x0, -+0x4,0x4,0xff,0x4,0x0,0x7d,0x4,0x8,0x13,0x3c,0x4,0x24,0x19,0xc,0x32,0xc1,0x40,0x44,0xfe,0x40,0x1c,0xe0,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x0,0x6,0xfc, -+0x4,0x4,0xff,0x4,0x1,0x3e,0x2,0xff,0x4,0x8,0x34,0xc4,0x4,0x4,0x8,0x10,0x40,0x44,0xfe,0x40,0xf0,0x0,0x4,0xfe,0x40,0x30,0x4e,0x44,0x40,0x40,0x40,0x40, -+0x4,0x4,0xff,0x4,0x8,0x8,0x10,0x1f,0x30,0x50,0x90,0x10,0x11,0x12,0x14,0x18,0x40,0x44,0xfe,0x40,0x50,0x48,0x40,0xfe,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x4,0x4,0xff,0x4,0x8,0x8,0x17,0x10,0x30,0x50,0x9f,0x10,0x10,0x10,0x17,0x10,0x40,0x44,0xfe,0x40,0x8,0x3c,0xc0,0x40,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x4,0x9,0x10,0x64,0xb,0x18,0x28,0xc8,0x8,0x8,0x8,0x8,0x40,0x44,0xfe,0x40,0x8,0xfc,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x4,0x4,0xff,0x5,0x2,0x4,0x8,0x30,0xdf,0x1,0x1,0x1f,0x1,0x1,0x7f,0x0,0x40,0x44,0xfe,0x40,0x80,0x40,0x30,0xe,0xf4,0x0,0x20,0xf0,0x0,0x8,0xfc,0x0, -+0x4,0x4,0xff,0x5,0x2,0x4,0x8,0x30,0xcf,0x0,0x3f,0x2,0x4,0x8,0x1f,0x0,0x40,0x44,0xfe,0x40,0x80,0x40,0x30,0x4e,0xe4,0x0,0xf8,0x0,0x40,0x20,0xf0,0x10, -+0x4,0x4,0xff,0x14,0x10,0x3f,0x20,0x5f,0x90,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x40,0x44,0xfe,0x40,0x8,0xfc,0x8,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0xa8,0x10, -+0x4,0x4,0xff,0x4,0x2,0x7,0x8,0x14,0x23,0x4,0xf,0x38,0xc8,0x8,0xf,0x8,0x40,0x44,0xfe,0x40,0x0,0xf0,0x20,0xc0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x1,0x7f,0x8,0x6,0x1,0x2,0xc,0x34,0xc4,0x4,0x8,0x10,0x40,0x44,0xfe,0x40,0x8,0xfc,0x20,0xc0,0x0,0xc0,0x70,0x4e,0x44,0x40,0x40,0x40, -+0x4,0x4,0xff,0x4,0x1,0x7f,0x8,0x8,0x14,0x24,0x42,0x1,0x2,0x4,0x18,0x60,0x40,0x44,0xfe,0x40,0x8,0xfc,0x0,0x10,0x4c,0x44,0x80,0x0,0x80,0x60,0x1c,0x8, -+0x4,0x4,0xff,0x4,0x1,0xff,0x2,0x4,0x8,0x1f,0x4,0x4,0x4,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x4,0xfe,0x0,0x40,0x20,0xf0,0x90,0x80,0x80,0x84,0x84,0x7c, -+0x4,0x4,0xff,0x4,0x20,0x18,0xb,0x40,0x20,0x28,0x10,0x20,0x60,0x20,0x2f,0x20,0x40,0x44,0xfe,0x40,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x40,0x7f,0x41,0x89,0xf,0x11,0x21,0x7f,0x1,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0x24,0xf0,0x0,0x8,0xfc,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x40,0x7f,0x41,0x41,0xbd,0x5,0x9,0x9,0x11,0x61,0x5,0x2,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0x14,0x20,0xc0,0x40,0x20,0x20,0x1c,0x0,0x0, -+0x4,0x4,0xff,0x4,0x1f,0x0,0xf,0x0,0x1f,0x0,0xff,0x8,0x4,0x4,0x0,0x0,0x40,0x44,0xfe,0x40,0xf0,0x10,0xf0,0x10,0xf0,0x24,0xfe,0x20,0x20,0x20,0xa0,0x40, -+0x4,0x4,0xff,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x14,0x12,0x11,0x10,0x14,0x18,0x10,0x40,0x44,0xfe,0x40,0xf0,0x10,0xf0,0x10,0xf8,0x10,0x20,0x40,0x80,0x60,0x1c,0x8, -+0x4,0x4,0xff,0x4,0x1f,0x10,0x10,0x1f,0x10,0x12,0x11,0x20,0x20,0x43,0x80,0x0,0x40,0x44,0xfe,0x40,0xf0,0x10,0x10,0xf0,0x40,0x20,0x90,0x8e,0x4,0x0,0xc0,0x20, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x0,0xc,0x2,0x18,0x4,0xff,0x1,0x2,0xc,0x30,0x40,0x44,0xfe,0x40,0x0,0xf8,0x8,0x90,0x80,0x80,0x84,0xfe,0x0,0x60,0x18,0x4, -+0x4,0x4,0xff,0x4,0x0,0x7e,0x4,0x8,0xe,0x38,0xc9,0x9,0xa,0x8,0x28,0x10,0x40,0x44,0xfe,0x40,0x20,0x20,0x20,0xa0,0xa8,0xa4,0x24,0x22,0x22,0x20,0xa0,0x40, -+0x4,0x4,0xff,0x4,0x10,0x10,0x23,0x7c,0x8,0x10,0x26,0x78,0x20,0xe,0x73,0x20,0x40,0x44,0xfe,0x40,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x10,0x10,0x22,0x7d,0x8,0x10,0x26,0x78,0x0,0xe,0x70,0x20,0x40,0x44,0xfe,0x40,0x8,0x8,0x8,0xfe,0x8,0x88,0x48,0x48,0x8,0x8,0x28,0x10, -+0x4,0x4,0xff,0x4,0x10,0x10,0x10,0xfd,0x12,0x10,0x10,0x10,0x1c,0xe1,0x42,0x4,0x40,0x44,0xfe,0x40,0x80,0x84,0xfe,0x4,0x48,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x4,0x4,0xff,0x5,0x1,0x3f,0x1,0x7f,0x40,0x9f,0x0,0x1,0x7f,0x1,0x5,0x2,0x40,0x44,0xfe,0x40,0x10,0xf8,0x0,0xfe,0x2,0xe4,0x80,0x8,0xfc,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x0,0x7c,0x44,0x47,0x44,0x7c,0x44,0x44,0x44,0x7c,0x44,0x0,0x40,0x44,0xfe,0x40,0x10,0x10,0x14,0xfe,0x10,0x90,0x50,0x50,0x10,0x10,0x50,0x20, -+0x4,0x4,0xff,0x4,0xf,0x8,0x8,0xf,0x1,0x3f,0x21,0x21,0x22,0x2c,0x20,0x20,0x40,0x44,0xfe,0x40,0xe0,0x20,0x20,0xe0,0x8,0xfc,0x8,0x8,0xc8,0x48,0x28,0x10, -+0x4,0x4,0xff,0x4,0x1,0x3f,0x1,0x7f,0x5,0x9,0x3f,0xc4,0x4,0x4,0x8,0x30,0x40,0x44,0xfe,0x40,0xf0,0x0,0x4,0xfe,0x40,0x30,0xce,0x44,0xf0,0x10,0x50,0x20, -+0x4,0x4,0xff,0x4,0x6,0x3c,0x4,0xff,0x4,0x5,0x6,0x1c,0x64,0x4,0x15,0x8,0x40,0x44,0xfe,0x40,0x60,0x50,0x44,0xfe,0x40,0x48,0x48,0x30,0x20,0x52,0x8a,0x6, -+0x4,0x4,0xff,0x14,0x10,0x1f,0x20,0x5f,0x12,0x11,0xff,0x22,0x21,0x3f,0x0,0x0,0x40,0x44,0xfe,0x40,0x10,0xf8,0x0,0xf0,0x10,0x14,0xfe,0x10,0x10,0xfc,0x50,0x20, -+0x4,0x4,0xff,0x4,0x8,0x8,0x14,0x15,0x36,0x54,0x94,0x14,0x14,0x10,0x11,0x12,0x40,0x44,0xfe,0x40,0x80,0x84,0xfe,0x88,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x4,0x4,0xff,0x4,0x8,0x8,0x10,0x17,0x30,0x52,0x91,0x11,0x11,0x10,0x1f,0x10,0x40,0x44,0xfe,0x40,0x80,0x40,0x48,0xfc,0x0,0x18,0x10,0x10,0x20,0x24,0xfe,0x0, -+0x4,0x4,0xff,0x5,0x2,0x4,0x8,0x3f,0xc1,0x1,0x3f,0x1,0x9,0x11,0x25,0x2,0x40,0x44,0xfe,0x40,0x80,0x40,0x30,0xee,0x4,0x10,0xf8,0x0,0x20,0x18,0x8,0x0, -+0x4,0x4,0xff,0x5,0x2,0x4,0x8,0x3f,0xc0,0x2,0x11,0x9,0x9,0x0,0x7f,0x0,0x40,0x44,0xfe,0x40,0x80,0x40,0x30,0xee,0x4,0x10,0x10,0x20,0x20,0x48,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x0,0x7f,0x11,0x9,0x3f,0x0,0x1,0x1,0xff,0x1,0x5,0x2,0x40,0x44,0xfe,0x40,0xf8,0x10,0x10,0x20,0xf0,0x40,0x80,0x4,0xfe,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x11,0x9,0x2,0xff,0x4,0x8,0x6,0x1,0x6,0x38,0x40,0x44,0xfe,0x40,0xf8,0x10,0x10,0x20,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x4,0x4,0xff,0x4,0x20,0x14,0xb,0x14,0x64,0xc,0x14,0x24,0xc5,0x5,0x2a,0x14,0x40,0x44,0xfe,0x40,0x50,0x48,0xfe,0x40,0x60,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x4,0x4,0xff,0x4,0x20,0x14,0x8,0x14,0x64,0xd,0x14,0x24,0xc4,0x4,0x29,0x12,0x40,0x44,0xfe,0x40,0x20,0x20,0xa4,0xa4,0xa8,0x20,0x50,0x50,0x90,0x88,0xe,0x4, -+0x4,0x4,0xff,0x4,0x1,0x3f,0x8,0x4,0x4,0xff,0x1,0x1,0x3f,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x10,0xf8,0x20,0x40,0x84,0xfe,0x0,0x10,0xf8,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x1,0x7f,0x40,0x9f,0x0,0x7f,0x4,0x4,0x4,0x8,0x10,0x60,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0xf4,0x0,0xfc,0x80,0x80,0x80,0x84,0x84,0x7c, -+0x4,0x4,0xff,0x4,0x1,0x1f,0x10,0x1f,0x10,0x1f,0x12,0x11,0x10,0x14,0x18,0x10,0x40,0x44,0xfe,0x40,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x20,0xc0,0x60,0x1e,0x4, -+0x4,0x4,0xff,0x4,0x7f,0x42,0x8f,0x8,0xb,0x8,0x8,0xf,0x0,0x7f,0x0,0x0,0x40,0x44,0xfe,0x40,0xfe,0x2,0xe4,0x20,0x20,0xa0,0x48,0xfc,0x8,0xc8,0x28,0x10, -+0x4,0x4,0xff,0x4,0x10,0x17,0x20,0x7e,0xa,0x12,0x23,0x7c,0x0,0xe,0x70,0x20,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0x48,0x48,0x48,0xf8,0x48,0x40,0x42,0x42,0x3e, -+0x4,0xff,0x5,0x3f,0x1,0x1f,0x1,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x40,0xfe,0x40,0xf8,0x0,0xf0,0x4,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x30, -+0x4,0x4,0xff,0x4,0x8,0x7f,0x8,0xf,0x8,0xf,0x8,0x8,0xff,0x4,0x8,0x30,0x40,0x44,0xfe,0x40,0x28,0xfc,0x20,0xe0,0x20,0xe0,0x20,0x24,0xfe,0x40,0x30,0x8, -+0x4,0x4,0xff,0x4,0x8,0x8,0xfe,0x8,0x1c,0x1a,0x28,0x48,0x89,0x9,0xa,0x8,0x40,0x44,0xfe,0x40,0x1c,0xe0,0x80,0x84,0xfe,0x90,0x90,0x90,0x10,0x10,0x10,0x10, -+0x4,0x4,0x7f,0x4,0x8,0xa,0x7f,0x8,0x1c,0x1a,0x29,0x48,0x88,0x8,0x9,0x8,0x40,0x44,0xfe,0x40,0x0,0x50,0x50,0x50,0x88,0xae,0x24,0x40,0x50,0x88,0xfc,0x4, -+0x8,0x8,0xff,0x8,0xf,0x1,0x3f,0x21,0x3f,0x1,0x7f,0x1,0x3f,0x1,0xff,0x0,0x20,0x24,0xfe,0x20,0xe0,0x8,0xfc,0x8,0xf8,0x0,0xfc,0x0,0xf8,0x0,0xfe,0x0, -+0x4,0x4,0xff,0x5,0x1,0x7f,0x2,0x4,0xf,0x30,0xdf,0x1,0x9,0x11,0x25,0x2,0x40,0x44,0xfe,0x40,0x8,0xfc,0x80,0x40,0xf0,0xe,0xf4,0x0,0x20,0x18,0x8,0x0, -+0x4,0xff,0x5,0x7f,0x1,0x3f,0x1,0xff,0x1,0x3f,0x2,0xff,0x4,0x8,0x7,0x38,0x40,0xfe,0x40,0xfc,0x0,0xf0,0x14,0xfe,0x10,0xf0,0x4,0xfe,0x40,0x80,0x80,0x78, -+0x4,0x4,0xff,0x4,0x10,0x10,0xff,0x11,0x11,0x1d,0xf2,0x52,0x14,0x18,0x50,0x23,0x40,0x44,0xfe,0x40,0x90,0x88,0xfe,0x0,0xf8,0x88,0x90,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x4,0xff,0x4,0x8,0xf,0x8,0xa,0xff,0x8,0x2c,0x2b,0x49,0x88,0x28,0x11,0x40,0x44,0xfe,0x40,0x0,0x7c,0x4,0x44,0x44,0x28,0x28,0x10,0x28,0x48,0x86,0x4, -+0x4,0x4,0xff,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x0,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x40,0x44,0xfe,0x40,0xf0,0x10,0xf0,0x10,0xf0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x10,0x10,0x7c,0x54,0x54,0x55,0x55,0x55,0x5d,0x11,0x11,0x11,0x40,0x44,0xfe,0x40,0x20,0x24,0x3e,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x4,0x4,0xff,0x4,0xd,0x31,0x21,0x21,0x3d,0x21,0x21,0x3f,0x2,0x4,0x18,0x60,0x40,0x44,0xfe,0x40,0x8,0x7c,0x8,0x8,0x78,0x8,0x8,0xf8,0x80,0x60,0x1c,0x8, -+0x4,0xff,0x4,0x9,0x8,0x1f,0x10,0x30,0x5f,0x90,0x10,0x1f,0x10,0x10,0x1f,0x10,0x40,0xfe,0x40,0x0,0x88,0xfc,0x80,0x90,0xf8,0x80,0x90,0xf8,0x80,0x88,0xfc,0x0, -+0x4,0x4,0xff,0x5,0x2,0x3f,0x21,0x3f,0x22,0x3f,0x5,0x9,0xff,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x3d,0x25,0x25,0x3d,0x25,0x25,0x3d,0x25,0x25,0x45,0x55,0x89,0x40,0x44,0xfe,0x40,0xf8,0x8,0x48,0x30,0x0,0xf8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x4,0xff,0x4,0xf,0x8,0x10,0x3f,0x51,0x11,0x1f,0x12,0x2,0x4,0x18,0x60,0x40,0x44,0xfe,0x40,0xe0,0x20,0x48,0xfc,0x8,0x8,0xf8,0x80,0xa0,0x94,0x84,0x7c, -+0x4,0x4,0xff,0x4,0x8,0xf,0x10,0x26,0x78,0xa0,0x24,0x3e,0x20,0x20,0x3f,0x20,0x40,0x44,0xfe,0x40,0x0,0xf0,0x20,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x4,0x4,0xff,0x4,0x1,0x7f,0x8,0x8,0x14,0x22,0x1,0xff,0x1,0x1,0x1,0x1,0x40,0x44,0xfe,0x40,0x8,0xfc,0x20,0x20,0x50,0x88,0x0,0xfe,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x10,0x8,0xff,0x10,0x1e,0x13,0x12,0x22,0x22,0x42,0x8a,0x4,0x40,0x44,0xfe,0x40,0x20,0x20,0x50,0x50,0x8e,0x4,0x60,0x10,0x0,0xc0,0x30,0x8, -+0x4,0x4,0xff,0x4,0x40,0x33,0x12,0x82,0x4b,0x12,0x22,0xe3,0x22,0x22,0x3f,0x20,0x40,0x44,0xfe,0x40,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x14,0xfe,0x0, -+0x4,0xff,0x4,0x41,0x7f,0x40,0x80,0x7f,0x4,0x4,0xf,0x18,0x28,0x48,0xf,0x8,0x40,0xfe,0x40,0x0,0xfe,0x2,0x4,0xfc,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x4,0xff,0x4,0x41,0x7f,0x40,0x8f,0x8,0x8,0xf,0x8,0xf,0x8,0x8,0xf,0x8,0x40,0xfe,0x40,0x0,0xfe,0x2,0xe4,0x20,0x20,0xe0,0x0,0xf0,0x10,0x10,0xf0,0x0, -+0x4,0x4,0xff,0x4,0x41,0x7f,0x50,0x9e,0x12,0x22,0x52,0xc,0x4,0x8,0x30,0x40,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0xfc,0x88,0x88,0x88,0xa8,0x92,0x82,0x7e,0x0, -+0x4,0x4,0xff,0x4,0x40,0x7f,0x42,0x84,0x1f,0x1,0x2,0x1f,0x9,0x9,0x31,0x3,0x40,0x44,0xfe,0x40,0x0,0xfe,0x2,0x24,0xc0,0x0,0x20,0xf0,0x20,0x18,0x8,0x0, -+0x4,0x4,0xff,0x4,0x7c,0x9,0x11,0x11,0x15,0x39,0xd2,0x12,0x12,0x14,0x58,0x20,0x40,0x44,0xfe,0x40,0x1c,0xe0,0x50,0x50,0x50,0x50,0x50,0x48,0x48,0x54,0xf6,0x0, -+0x4,0x4,0xff,0x4,0x1f,0x0,0x40,0x51,0x49,0x45,0x45,0x49,0x53,0x41,0x7f,0x40,0x40,0x44,0xfe,0x40,0xe0,0x20,0x44,0x94,0x24,0x44,0x44,0x34,0x14,0x4,0xfc,0x4, -+0x4,0xff,0x4,0x8,0x7e,0x8,0x3e,0x8,0x7e,0x9,0x1,0xff,0x2,0x4,0x18,0x60,0x40,0xfe,0x40,0x8,0xfc,0x48,0x48,0x48,0xa8,0x10,0x4,0xfe,0x80,0x40,0x30,0xc, -+0x4,0x4,0xff,0x4,0x8,0x7f,0x8,0x8,0x7f,0x0,0x8,0x7f,0x8,0xf,0x78,0x20,0x40,0x44,0xfe,0x40,0x8,0x8,0xfe,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x28,0x10, -+0x4,0xff,0x4,0x8,0x3f,0x8,0xf,0x8,0xf,0x8,0xff,0x12,0x14,0x10,0x1f,0x0,0x40,0xfe,0x40,0x20,0xf8,0x20,0xe0,0x20,0xe0,0x24,0xfe,0x80,0x40,0x10,0xf8,0x0, -+0x4,0x4,0xff,0x4,0x8,0x8,0x7e,0x8,0x18,0x1c,0x2a,0x28,0x48,0x88,0x8,0x8,0x40,0x44,0xfe,0x40,0x4,0xfe,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x20,0x3f,0x24,0x3f,0x25,0x29,0x2a,0x44,0x5b,0x80,0x40,0x44,0xfe,0x50,0x48,0xfc,0x40,0xc8,0x48,0xd0,0x20,0x20,0x60,0xa2,0x12,0xe, -+0x4,0x4,0xff,0x4,0x0,0x3f,0x20,0x2f,0x28,0x2a,0x2a,0x2a,0x2a,0x45,0x44,0x98,0x40,0x44,0xfe,0x50,0x28,0xfc,0x20,0xa0,0xa4,0xa4,0xa8,0xa8,0x90,0x32,0xca,0x86, -+0x4,0x4,0xff,0x4,0x20,0x3e,0x20,0x2e,0x72,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x40,0x44,0xfe,0x40,0x80,0x98,0xe0,0x84,0x7c,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10, -+0x4,0xff,0x4,0xf,0x8,0xf,0x0,0xff,0x8,0xf,0x8,0xf,0x8,0x7f,0x0,0x0,0x44,0xfe,0x40,0xe0,0x20,0xe0,0x4,0xfe,0x20,0xe0,0x20,0xe0,0x28,0xfc,0x20,0x20, -+0x4,0xff,0x5,0x1f,0x11,0x1f,0x1,0xff,0x0,0x1f,0x10,0x11,0x11,0x12,0xc,0x30,0x40,0xfe,0x40,0xf0,0x10,0xf0,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0x90,0x60,0x1c, -+0x4,0x4,0xff,0x4,0x1f,0x11,0x11,0x1f,0x11,0x11,0x1f,0x2,0x29,0x29,0x48,0x7,0x40,0x44,0xfe,0x40,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x0,0x8,0x24,0x24,0xe0, -+0x4,0xff,0x4,0x3e,0x22,0x3e,0x0,0x1f,0x0,0xff,0x8,0xf,0x0,0x0,0x0,0x0,0x40,0xfe,0x40,0xf8,0x88,0xf8,0x0,0xf0,0x4,0xfe,0x0,0xf0,0x10,0x10,0xa0,0x40, -+0x4,0x4,0xff,0x4,0xb,0xa,0x12,0x13,0x30,0x5f,0x90,0x10,0x11,0x12,0x14,0x10,0x40,0x44,0xfe,0x40,0xf8,0x8,0x8,0xf8,0x40,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x4,0x4,0xff,0x14,0x20,0x7d,0x45,0x45,0x45,0x7d,0x45,0x45,0x45,0x7d,0x44,0x0,0x40,0x44,0xfe,0x40,0x4,0xfe,0x24,0x24,0x24,0x24,0xfc,0x4,0x0,0x2,0xfe,0x0, -+0x4,0xff,0x5,0x7f,0x0,0x1f,0x10,0x1f,0x40,0x7f,0x40,0x9f,0x1,0x1,0x5,0x2,0x40,0xfe,0x40,0xfc,0x0,0xf0,0x10,0xf0,0x0,0xfe,0x2,0xf4,0x0,0x0,0x0,0x0, -+0x4,0x4,0xff,0x4,0x11,0x9,0x7f,0x5,0x39,0x2,0xff,0x4,0xc,0x3,0x6,0x38,0x40,0x44,0xfe,0x40,0x10,0x20,0xfc,0x40,0x38,0x0,0xfe,0x40,0x40,0x80,0x60,0x18, -+0x4,0x4,0xff,0x4,0x20,0x1b,0x4a,0x22,0xa,0x12,0x22,0x64,0x24,0x24,0x28,0x30,0x40,0x44,0xfe,0x40,0x1c,0xe0,0xc,0xf0,0xa4,0xa8,0x90,0x90,0x90,0xa8,0xce,0x84, -+0x4,0xff,0x4,0x41,0x7f,0x40,0x9f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x0,0xff,0x0,0x40,0xfe,0x40,0x0,0xfe,0x2,0xf4,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0, -+0x4,0x4,0xff,0x4,0x7e,0x42,0x42,0x7e,0x40,0x49,0x7c,0x40,0x44,0x7e,0x41,0x46,0x40,0x44,0xfe,0x40,0xfc,0x4,0x4,0xfc,0x0,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x4,0xff,0x5,0x7f,0x1,0x1f,0x2,0xff,0x4,0xf,0x31,0xdf,0x5,0x9,0x31,0x1,0x40,0xfe,0x40,0xfc,0x0,0xf0,0x4,0xfe,0x40,0xf0,0xe,0xf4,0x40,0x30,0x8,0x0, -+0x4,0xff,0x5,0x3f,0x1,0xff,0x1,0x7,0x1c,0x67,0x0,0xf,0x8,0xf,0x8,0xf,0x40,0xfe,0x40,0xd0,0x24,0xfe,0x0,0xe8,0x8,0xf8,0x0,0xe0,0x20,0xe0,0x20,0xe0, -+0x4,0xff,0x4,0x3f,0x20,0x2f,0x20,0x3f,0x29,0x2a,0x2c,0x20,0x5f,0x44,0x82,0x0,0x40,0xfe,0x40,0xfc,0x0,0xf0,0x4,0xfe,0x10,0xe0,0x1e,0x20,0xfc,0x20,0x20,0x60, -+0x4,0xff,0x4,0x1f,0x10,0x1f,0x10,0xff,0x8,0x3f,0xc0,0x8,0xf,0x0,0x3f,0x0,0x40,0xfe,0x40,0xf0,0x10,0xf0,0x14,0xfe,0x20,0xf8,0x26,0x20,0xf8,0x8,0xc8,0x30, -+0x4,0x4,0xff,0x4,0x1f,0x11,0x11,0x1f,0x11,0x12,0x14,0x1f,0x29,0x28,0x48,0x7,0x40,0x44,0xfe,0x40,0xf0,0x10,0x10,0xf0,0x10,0x90,0x50,0xf0,0x8,0x84,0x24,0xe0, -+0x4,0x4,0xff,0x4,0x8,0xf,0x10,0x11,0x30,0x5f,0x90,0x13,0x12,0x12,0x13,0x12,0x40,0x44,0xfe,0x80,0x48,0xfc,0x0,0x10,0xa4,0xfe,0x0,0xf8,0x8,0x8,0xf8,0x8, -+0x4,0xff,0x4,0x5,0xa,0x14,0xef,0x0,0x7e,0x2,0x12,0x6,0x1a,0x63,0xa,0x4,0x40,0xfe,0x40,0x40,0x20,0x50,0xee,0x4,0xf8,0x8,0x48,0x18,0x68,0x88,0x28,0x10, -+0x4,0xff,0x5,0x7f,0x0,0x1f,0x10,0x1f,0x0,0x7f,0x40,0x4f,0x48,0x4f,0x40,0x40,0x40,0xfe,0x40,0xfc,0x0,0xf0,0x10,0xf0,0x4,0xfe,0x4,0xe4,0x24,0xe4,0x14,0x8, -+0x4,0x4,0x7f,0x5,0x1f,0x92,0x52,0x13,0x34,0x50,0x9f,0x10,0x20,0x21,0x42,0xc,0x40,0x44,0xfe,0x40,0xfc,0x0,0x10,0xf8,0x40,0x44,0xfe,0xa0,0xa0,0x10,0xe,0x4, -+0x4,0xff,0x4,0x1,0xff,0x14,0x13,0x14,0x1f,0x1,0x7f,0x42,0x44,0x4f,0x40,0x40,0x40,0xfe,0x40,0x4,0xfe,0x50,0x90,0x50,0xf0,0x4,0xfe,0x4,0x24,0xf4,0x14,0x8, -+0x4,0xff,0x4,0x1,0x3f,0x4,0x7f,0x42,0x81,0x3f,0x4,0x7,0x8,0x8,0x10,0x60,0x40,0xfe,0x40,0x10,0xf8,0x40,0xfe,0x2,0x14,0xf8,0x0,0xe0,0x20,0x20,0xa0,0x40, -+0x4,0xff,0x14,0x8,0x7f,0x4,0x3f,0x4,0xff,0x4,0x3f,0xc,0x14,0x24,0xc4,0x4,0x40,0xfe,0x50,0x20,0xfc,0x40,0xf8,0x48,0xfe,0x48,0xf8,0x60,0x50,0x4e,0x44,0x40, -+0x4,0x4,0xff,0x4,0x22,0x14,0xff,0x8,0x49,0x49,0x7f,0x9,0x8,0x8,0x10,0x21,0x40,0x44,0xfe,0x40,0x7c,0x44,0xc4,0x7c,0x44,0x44,0x7c,0x44,0x44,0x84,0x94,0x8, -+0x4,0x4,0xff,0x4,0x20,0x1b,0xa,0x43,0x26,0xb,0x12,0x72,0x12,0x12,0x13,0x12,0x40,0x44,0xfe,0x80,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x88,0x50,0x20,0x90,0xe,0x4, -+0x4,0x4,0xff,0x4,0x7f,0x41,0x82,0xc,0x37,0xc1,0x1f,0x1,0x9,0x5,0x7f,0x0,0x40,0x44,0xfe,0x40,0xfe,0x2,0x84,0x60,0xde,0x4,0xf0,0x0,0x20,0x48,0xfc,0x0, -+0x4,0x4,0xff,0x4,0x7d,0x4,0x28,0x11,0xfd,0x15,0x11,0x11,0x11,0x10,0x50,0x23,0x40,0x44,0xfe,0x40,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x44,0x58,0x84,0x2, -+0x4,0x4,0xff,0x4,0x9,0xff,0x8,0x7f,0x49,0x49,0x7f,0x18,0x1c,0x2a,0xc8,0x9,0x40,0x44,0xfe,0x40,0x20,0xa4,0x7e,0x44,0xa8,0x20,0x20,0x20,0x50,0x48,0x8e,0x4, -+0x4,0xff,0x4,0x3f,0x24,0x3f,0x40,0x7f,0x40,0x9f,0x4,0x7,0xa,0x9,0x1f,0x0,0x40,0xfe,0x40,0xf8,0x48,0xf8,0x0,0xfe,0x22,0xf4,0x0,0xc0,0x40,0x44,0xc4,0x3c, -+0x4,0x4,0xff,0x5,0xa,0x37,0x24,0x27,0x24,0x2f,0x30,0x4,0x4,0x8,0x30,0xc0,0x40,0x44,0xfe,0x40,0x8,0xfc,0x48,0xc8,0x48,0xc8,0x38,0x40,0x40,0x42,0x42,0x3e, -+0x4,0x4,0xff,0x4,0x8,0x11,0x25,0x49,0x17,0x30,0x52,0x92,0x13,0x12,0x14,0x18,0x40,0x44,0xfe,0x40,0x48,0x7c,0x40,0x44,0xfe,0x40,0x48,0x7c,0x40,0xc0,0x3e,0x8, -+0x4,0x4,0xff,0x4,0x8,0x14,0x22,0x41,0xbe,0x0,0x49,0x29,0x2a,0x7,0x78,0x20,0x40,0x44,0xfe,0x40,0x20,0x24,0x3e,0x44,0xa4,0x24,0x24,0x28,0x10,0x28,0x46,0x84, -+0x4,0x4,0xff,0x4,0x11,0x11,0xfe,0x24,0x20,0x3c,0x25,0x27,0x24,0x44,0x54,0x89,0x40,0x44,0xfe,0x40,0x4,0xfe,0x0,0x88,0xfc,0xa0,0x24,0xfe,0x50,0x50,0x8e,0x4, -+0x4,0x4,0xff,0x4,0x17,0x45,0x44,0x4f,0x58,0x6f,0x48,0x4f,0x48,0x4f,0x48,0x40,0x40,0x44,0xfe,0x40,0xfc,0x4,0xa4,0xf4,0x84,0xe4,0x84,0xe4,0x84,0xf4,0x14,0x8, -+0x4,0xff,0x24,0x13,0x42,0x2b,0x12,0x63,0x22,0x23,0x1,0xff,0x5,0x19,0x61,0x1,0x40,0xfe,0x40,0xfc,0x0,0xf8,0x8,0xf8,0x0,0xfc,0x0,0xfe,0x40,0x30,0xc,0x0, -+0x4,0xff,0x4,0x1,0x7f,0x40,0x84,0x3e,0x0,0xff,0x14,0x14,0x14,0x25,0x44,0x83,0x40,0xfe,0x40,0x0,0xfe,0x42,0x74,0x40,0xf8,0x8,0x50,0x20,0x50,0x8a,0x2,0xfe, -+0x4,0xff,0x4,0x1,0x7f,0x48,0x88,0x17,0x30,0x53,0x92,0x13,0x12,0x12,0x13,0x12,0x40,0xfe,0x40,0x0,0xfe,0x2,0x8,0xfc,0x40,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x4,0xff,0x4,0x3e,0x12,0xa,0x13,0x22,0xc,0x31,0xc6,0x18,0x7,0x18,0x3,0x3c,0x40,0xfe,0x40,0xf8,0x48,0x28,0x48,0x88,0x60,0x98,0x6,0xc0,0x18,0x60,0x80,0x0, -+0x4,0xff,0x5,0x7f,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x7f,0x12,0x51,0x50,0x8f,0x40,0xfe,0x40,0xfc,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x8,0xfc,0x0,0x14,0x12,0xf2, -+0x4,0xff,0x4,0x7f,0x4,0x3f,0x24,0x3f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x1,0x1,0x40,0xfe,0x40,0xfc,0x40,0xf8,0x48,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x0, -+0x4,0xff,0x4,0x3f,0x28,0x25,0x3f,0x22,0x2a,0x2a,0x2a,0x2f,0x42,0x42,0x84,0x8,0x40,0xfe,0x40,0xfc,0xa0,0x20,0xbe,0x42,0x94,0x90,0x90,0xa8,0xa8,0x28,0x46,0x84, -+0x4,0xff,0x4,0xff,0x10,0x31,0x4a,0x96,0x25,0x4d,0x15,0x25,0x44,0x84,0x28,0x10,0x40,0xfe,0x40,0x10,0x50,0x7c,0x90,0x10,0x7c,0x10,0x14,0xfe,0x80,0x40,0x3e,0xc, -+0x4,0xff,0x4,0x1f,0x10,0x1f,0x10,0xff,0x21,0x3f,0x21,0x3f,0x21,0xff,0x1,0x1,0x40,0xfe,0x40,0xf0,0x10,0xf0,0x14,0xfe,0x0,0x7c,0x44,0x28,0x10,0xa8,0x4e,0x84, -+0x4,0xff,0x4,0x3e,0x22,0x3e,0x0,0xff,0x22,0x3e,0x22,0x3e,0x22,0xff,0x2,0x2,0x40,0xfe,0x40,0x10,0x48,0x48,0x40,0xfe,0x40,0x48,0x48,0x30,0x20,0x52,0x8a,0x4, -+0x4,0xff,0x4,0x3f,0x24,0x3f,0x0,0x7f,0x40,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x40,0xfe,0x40,0xf8,0x48,0xf8,0x0,0xfe,0x2,0xf4,0x10,0xf0,0x10,0xf0,0x10,0xf0, -+0x4,0xff,0x4,0x3f,0x9,0x5,0xff,0x5,0x9,0x31,0xdf,0x11,0x1f,0x11,0x1f,0x10,0x40,0xfe,0x40,0xf8,0x20,0x44,0xfe,0x40,0x20,0x18,0xf6,0x10,0xf0,0x10,0xf0,0x10, -+0x4,0xff,0x4,0x22,0x14,0x7f,0x49,0x7f,0x49,0x7f,0x8,0xff,0x8,0x8,0x9,0x8,0x40,0xfe,0x40,0xc,0x70,0x40,0x40,0x7e,0x48,0x48,0x48,0x48,0x88,0x88,0x8,0x8, -+0x4,0x4,0xff,0x4,0x3e,0x20,0x3d,0x20,0x3c,0x20,0xff,0x10,0x24,0x24,0x7d,0x2,0x40,0x44,0xfe,0x40,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x0,0x90,0x88,0x4,0x4, -+0x4,0xff,0x4,0x0,0x7e,0x11,0x10,0x1c,0x25,0x54,0x8,0x9,0x10,0x20,0x43,0x0,0x20,0xfe,0x20,0x50,0x50,0xdc,0x50,0x50,0xdc,0x50,0x50,0xdc,0x50,0x54,0xfe,0x0, -+0x4,0xff,0x4,0x3f,0x24,0x3f,0x0,0x7f,0x40,0x9f,0x8,0x1e,0x32,0x4c,0x8,0x70,0x40,0xfe,0x40,0xf8,0x48,0xf8,0x0,0xfe,0x2,0xf4,0x80,0x90,0xa0,0xc4,0x84,0x7c, -+0x4,0xff,0x4,0x12,0x1a,0x2a,0x4f,0x90,0x2f,0x60,0xa7,0x25,0x25,0x29,0x28,0x30,0x40,0xfe,0x40,0x20,0xa4,0xbe,0xc4,0x24,0xa4,0x28,0x28,0x10,0x90,0x28,0x46,0x84, -+0x4,0xff,0x5,0x3f,0x8,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x9,0x28,0x28,0x47,0x40,0xfe,0x40,0xf8,0x20,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0x88,0x24,0xe4, -+0x4,0x4,0xff,0x5,0xff,0x10,0x14,0x25,0x7a,0x10,0x24,0x7c,0x4,0x8,0x10,0x60,0x40,0x40,0xfe,0x40,0xfe,0xa0,0x94,0xfe,0x90,0xfc,0x90,0xfc,0x90,0x94,0xfe,0x80, -+0x4,0x4,0xff,0x4,0x49,0x2a,0xff,0x2a,0x49,0x10,0xff,0x22,0x64,0x18,0x26,0x41,0x40,0x44,0xfe,0x40,0x20,0x24,0x7e,0x84,0x44,0x48,0x48,0x30,0x20,0x50,0x8e,0x4, -+0x4,0x4,0xff,0x4,0x3e,0x23,0x22,0x3e,0x21,0x20,0x3e,0x53,0x52,0x92,0x1e,0x10,0x40,0x44,0xfe,0x40,0x20,0xfc,0x88,0x50,0xfe,0x20,0x28,0xfc,0x20,0x20,0x20,0x20, -+0x4,0xff,0x24,0x23,0x22,0xfa,0x4a,0x4b,0x4a,0x92,0x52,0x22,0x55,0x4c,0x88,0x10,0x40,0xfe,0x40,0xfc,0x0,0xf8,0x0,0xfe,0xa8,0x90,0xce,0x8,0xfe,0x88,0x48,0x18, -+0x4,0xff,0x8,0x3f,0xa,0x9,0x48,0x7f,0x40,0x9f,0x4,0xf,0x1,0x1f,0x1,0x7f,0x40,0xfe,0x20,0xf8,0x20,0x20,0xa0,0xfe,0x2,0xf4,0x40,0xe0,0x0,0xf0,0x0,0xfc, -+0x4,0xff,0x4,0x7f,0x1,0x7f,0x51,0x8d,0x11,0x7f,0x2,0x3f,0x24,0x24,0x24,0x20,0x40,0xfe,0x40,0xfc,0x0,0xfe,0x12,0x64,0x10,0xfc,0x0,0xf8,0x48,0x48,0x48,0x18, -+0x4,0xff,0x4,0x3f,0x1,0xff,0x1,0x3f,0x25,0x3f,0x1,0x3f,0x1,0x7f,0x24,0x42,0x40,0xfe,0x40,0xf8,0x0,0xfe,0x0,0xf8,0x48,0xf8,0x0,0xf8,0x0,0xfc,0x88,0x44, -+0x4,0xff,0x14,0x10,0x3e,0x44,0x88,0x7f,0x49,0x7f,0x49,0x7f,0x0,0xf,0xf0,0x0,0x40,0xfe,0x40,0x44,0x28,0xfe,0x10,0x10,0x7c,0x10,0x10,0xfe,0x10,0x10,0x10,0x10, -+0x4,0xff,0x5,0x7f,0x9,0x8,0x7f,0x40,0x4f,0x48,0x4f,0x1,0xff,0x5,0x19,0x61,0x40,0xfe,0x40,0xfc,0x20,0xa0,0xfc,0x4,0xe4,0x24,0xec,0x0,0xfe,0x40,0x30,0xc, -+0x4,0xff,0x4,0x3e,0x8,0x7e,0x18,0x2d,0x4a,0x4,0x19,0xe9,0x5,0x9,0x15,0x2,0x40,0xfe,0x40,0x44,0x7e,0x94,0x24,0x44,0x98,0x40,0x30,0x2e,0x40,0x20,0x10,0x0, -+0x4,0xff,0x4,0x3f,0x1,0x7f,0x51,0x8d,0x10,0x1f,0x30,0x5f,0x90,0x1f,0x10,0x1f,0x40,0xfe,0x40,0xf8,0x0,0xfe,0x12,0x64,0x90,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfc, -+0x4,0xff,0x4,0x40,0x30,0x17,0x4,0x5,0xf4,0x15,0x16,0x15,0x14,0x19,0x28,0x47,0x40,0xfe,0x40,0x78,0x40,0xfc,0x44,0xf0,0x44,0x3c,0xa8,0x68,0xa8,0x24,0x40,0xfe, -+0x4,0xff,0x4,0x12,0x13,0x24,0x4f,0x95,0x27,0x65,0xa7,0x21,0x2f,0x21,0x22,0x2c,0x40,0xfe,0x40,0x0,0xdc,0x80,0xc0,0x7e,0xc8,0x48,0xc8,0x8,0xe8,0x8,0x88,0x58, -+0x4,0xff,0x24,0x3f,0x40,0xbf,0x29,0xff,0x25,0x3f,0x2,0xf,0x2,0x1f,0x5,0x39,0x40,0xfe,0x20,0xa4,0x7e,0x84,0x24,0xa8,0x10,0x2e,0x44,0xe0,0x20,0xf0,0x40,0x38, -+0x4,0xff,0x14,0x3f,0x62,0x3e,0x21,0x3e,0x23,0x3e,0x1,0xff,0x5,0x19,0x61,0x1,0x40,0xfe,0x20,0xfc,0x88,0x50,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x40,0x30,0xc,0x0, -+0x2,0x7f,0x2,0x3f,0x22,0x3f,0x2b,0x32,0x21,0x2f,0x21,0x2f,0x41,0x5f,0x81,0x1,0x20,0xfe,0xa0,0xfc,0x10,0xfe,0x54,0x92,0x20,0x3c,0x20,0x3c,0x20,0x3e,0x20,0x20, -+0x0,0x0,0x0,0x0,0x4,0x4,0x4,0x4,0x4,0xff,0x4,0x4,0x8,0x8,0x10,0x20,0x0,0x0,0x0,0x0,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x2,0x1,0x7f,0x4,0x14,0x24,0x48,0x10,0x4,0x4,0xff,0x4,0x4,0x8,0x10,0x20,0x0,0x8,0xfc,0x40,0x50,0x4c,0xc4,0x0,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x1,0x1,0xff,0x2,0x4,0x8,0x30,0xc9,0x9,0x9,0x9,0x9,0x11,0x11,0x21,0x0,0x0,0x4,0xfe,0x80,0x40,0x30,0xe,0x24,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x1,0x1,0xff,0x2,0x4,0x8,0x3f,0xd0,0x14,0x12,0x11,0x12,0x14,0x18,0x1f,0x0,0x0,0x4,0xfe,0x80,0x40,0x20,0xf8,0x26,0x40,0x80,0x0,0x80,0x60,0x20,0xf8,0x0, -+0x1,0x1,0xff,0x2,0x4,0x8,0x3f,0xc8,0xf,0x8,0xf,0x8,0x8,0x7f,0x0,0x0,0x0,0x4,0xfe,0x80,0x40,0x20,0xf8,0x26,0xe0,0x20,0xe0,0x28,0xfc,0x20,0x20,0x20, -+0x2,0x1,0x7f,0x4,0x14,0x24,0x48,0x11,0x1,0xff,0x2,0x2,0x4,0x8,0x30,0xc0,0x0,0x8,0xfc,0x40,0x50,0x4c,0xc4,0x0,0x4,0xfe,0x80,0x80,0x40,0x30,0xe,0x4, -+0x0,0x7f,0x22,0x11,0x12,0x4,0x1f,0x2,0x4,0x1f,0x1,0xff,0x1,0x2,0xc,0x70,0x3c,0xc8,0x8,0x10,0x40,0x20,0xf0,0x0,0x20,0xf0,0x4,0xfe,0x0,0x80,0x60,0x1c, -+0x4,0x24,0x24,0x3d,0x4,0x7c,0x24,0x25,0x44,0x1,0xff,0x1,0x2,0x4,0x18,0x60,0x20,0x20,0x28,0xfc,0x20,0x20,0x28,0xfc,0x0,0x4,0xfe,0x0,0x80,0x40,0x30,0xe, -+0x10,0x10,0x10,0xfe,0x29,0x46,0xfd,0x1,0xff,0x21,0x3d,0x5,0x5,0x5,0x28,0x10,0x80,0x80,0x88,0xfc,0x8,0x8,0xe8,0x28,0x28,0xe8,0x28,0x10,0x2,0x2,0xfe,0x0, -+0x2,0x2,0x2,0x2,0xff,0x2,0x2,0x2,0x2,0x4,0x4,0x4,0x8,0x10,0x20,0x40,0x0,0x0,0x0,0x4,0xfe,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x84,0x84,0x7c,0x0, -+0x20,0x20,0x20,0x20,0xfd,0x29,0x2a,0x28,0x28,0x28,0x28,0x28,0x28,0x48,0x47,0x80,0x80,0x80,0x88,0xfc,0x8,0x8,0x88,0x48,0x48,0x8,0x8,0x88,0x52,0x22,0xfe,0x0, -+0x20,0x20,0x20,0x20,0xfd,0x2a,0x2c,0x28,0x28,0x28,0x29,0x29,0x2a,0x48,0x47,0x80,0x20,0x20,0x50,0x90,0x8,0x6,0x94,0x90,0x90,0x90,0x10,0x10,0x12,0x2,0xfe,0x0, -+0x20,0x22,0x22,0x22,0xfe,0x2a,0x28,0x28,0x2b,0x2a,0x2a,0x2a,0x2f,0x48,0x47,0x80,0x90,0x90,0xa0,0xfc,0x80,0x90,0x88,0x80,0xf8,0xa8,0xa8,0xa8,0xfe,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x10,0xfc,0x10,0x10,0x14,0x18,0x30,0xd0,0x10,0x10,0x10,0x50,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x12,0x11,0x12,0xfe,0x12,0x12,0x16,0x1a,0x32,0xd2,0x12,0x12,0x12,0x52,0x20,0x0,0x4,0x7e,0x84,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x14,0x8, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x17,0x14,0x18,0x31,0xd0,0x13,0x10,0x10,0x50,0x20,0x40,0x40,0x48,0xfc,0x40,0x44,0xfe,0x80,0x80,0xf8,0x8,0x10,0xd0,0x20,0x10,0x8, -+0x10,0x10,0x10,0x10,0xfb,0x12,0x12,0x1b,0x32,0xd2,0x13,0x12,0x10,0x10,0x50,0x20,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x40,0x40,0x40,0x40, -+0x10,0x10,0x10,0x11,0xfd,0x13,0x15,0x15,0x19,0x31,0xd1,0x11,0x11,0x11,0x51,0x21,0x88,0x88,0x88,0x8,0x8,0xfe,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x11,0xff,0x10,0x11,0x15,0x19,0x37,0xd1,0x11,0x11,0x11,0x52,0x24,0x40,0x40,0x90,0x8,0xfc,0x4,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x11,0x11,0x12,0xfa,0x14,0x1f,0x11,0x1a,0x32,0xd4,0x1f,0x10,0x10,0x50,0x21,0x20,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xa4,0xa4,0x44,0x44,0x94,0x8, -+0x10,0x10,0x10,0x10,0xff,0x10,0x10,0x17,0x18,0x30,0xd3,0x12,0x12,0x12,0x53,0x22,0x40,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x17,0x10,0xfc,0x17,0x10,0x15,0x1a,0x35,0xd9,0x11,0x11,0x12,0x52,0x24,0x8,0x3c,0xc0,0x40,0x84,0xfe,0xa0,0x10,0x8,0x16,0x14,0x10,0x10,0x10,0x10,0x10, -+0x11,0x11,0x12,0x11,0xfd,0x10,0x10,0x14,0x19,0x31,0xd2,0x14,0x10,0x10,0x50,0x23,0x24,0x24,0x48,0x24,0x24,0x80,0x84,0xfe,0x4,0x84,0x48,0x28,0x10,0x20,0xc0,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x10,0x13,0x16,0x1a,0x32,0xd3,0x12,0x12,0x12,0x52,0x21,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x44,0x44,0x44,0xfc,0x4,0x0,0x2,0x2,0xfe, -+0x10,0x10,0x17,0x12,0xfd,0x11,0x10,0x14,0x1b,0x30,0xd1,0x10,0x10,0x10,0x50,0x20,0x8,0x7c,0x80,0x48,0x48,0x50,0x20,0x8,0xfe,0x8,0x8,0x88,0x88,0x8,0x28,0x10, -+0x10,0x17,0x11,0x11,0xff,0x11,0x11,0x17,0x19,0x32,0xd3,0x15,0x15,0x19,0x51,0x21,0x8,0xfc,0x8,0x8,0xfe,0x8,0x8,0xf8,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x13,0x10,0x10,0xfc,0x17,0x10,0x15,0x1a,0x34,0xd9,0x11,0x12,0x14,0x51,0x20,0x8,0xfc,0x40,0x40,0x84,0xfe,0xa0,0x10,0x4e,0x44,0x68,0x54,0x54,0x44,0x40,0x80, -+0x20,0x2f,0x24,0x24,0xfc,0x27,0x24,0x24,0x2f,0x34,0xe4,0x24,0x2f,0x20,0xa0,0x40,0x0,0xfc,0xa4,0xa4,0xa4,0xa8,0xa4,0xa4,0xa2,0xa2,0xa2,0xb4,0xe8,0xa0,0xa0,0xa0, -+0x10,0x13,0x12,0x12,0xff,0x12,0x12,0x17,0x1a,0x32,0xd3,0x12,0x14,0x14,0x5b,0x20,0x4,0xfe,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x10,0x17,0xf8,0x11,0x12,0x15,0x18,0x30,0xd7,0x10,0x12,0x12,0x55,0x20,0x40,0x40,0x48,0xfc,0xa0,0x10,0x8,0xf6,0x4,0x8,0xfc,0x40,0x50,0x4c,0x44,0x80, -+0x10,0x10,0x17,0x10,0xfc,0x11,0x17,0x10,0x18,0x33,0xd2,0x12,0x13,0x10,0x50,0x20,0x40,0x48,0xfc,0x40,0xa0,0x14,0xfe,0x8,0x8,0xc8,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x20,0x27,0x24,0x24,0xfd,0x24,0x24,0x25,0x2c,0x34,0xe4,0x27,0x24,0x24,0xa7,0x44,0x4,0xfe,0x4,0x4,0xf4,0x44,0x44,0xf4,0x44,0x54,0x44,0xfc,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x13,0x12,0xfe,0x13,0x12,0x16,0x1b,0x30,0xd1,0x1f,0x10,0x10,0x50,0x20,0x40,0x84,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x11,0x11,0x11,0x13,0xfe,0x14,0x12,0x10,0x1b,0x30,0xd1,0x12,0x14,0x10,0x50,0x20,0x0,0x0,0x4,0xfe,0x84,0x94,0xa4,0x84,0xf4,0x84,0xc4,0xb4,0x94,0x84,0x14,0x8, -+0x10,0x10,0x10,0x17,0xfc,0x11,0x10,0x17,0x18,0x30,0xd3,0x12,0x12,0x12,0x53,0x22,0x80,0x40,0x48,0xfc,0x0,0x10,0xa4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x13,0x12,0xfe,0x13,0x12,0x16,0x1a,0x33,0xd2,0x12,0x14,0x14,0x59,0x22,0x40,0x24,0xfe,0x4,0x4,0xfc,0x20,0x28,0x24,0xfe,0x50,0x50,0x88,0x88,0x6,0x4, -+0x10,0x10,0x13,0x12,0xfe,0x13,0x12,0x16,0x1a,0x32,0xd2,0x12,0x14,0x14,0x58,0x20,0x40,0x24,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x84,0xfc,0x84,0xfc,0x84,0x84,0x94,0x88, -+0x10,0x13,0x12,0x17,0xfa,0x12,0x13,0x10,0x1b,0x32,0xd2,0x12,0x12,0x10,0x51,0x26,0x8,0xfc,0x48,0xfe,0x48,0x48,0xf8,0x0,0xf8,0x8,0x48,0x48,0x48,0xb0,0x8,0x4, -+0x10,0x12,0x12,0x17,0xfa,0x12,0x12,0x16,0x1b,0x30,0xd7,0x10,0x11,0x12,0x54,0x20,0x90,0x90,0x94,0xfe,0x90,0x90,0xf0,0x0,0xfc,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x10,0x10,0x17,0x10,0xfc,0x11,0x12,0x14,0x1b,0x32,0xd3,0x12,0x13,0x10,0x5f,0x20,0x40,0x48,0xfc,0x40,0xe0,0x50,0x4e,0x44,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x0, -+0x10,0x17,0x14,0x15,0xfd,0x15,0x15,0x15,0x1c,0x37,0xd4,0x15,0x14,0x14,0x57,0x20,0x8,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x88,0x90,0x60,0x98,0xfe,0x0, -+0x20,0x24,0x24,0x27,0xf4,0x28,0x37,0x22,0x32,0x2f,0xe2,0x22,0x23,0x22,0xa0,0x41,0x20,0x20,0x20,0xa4,0x3e,0x44,0xa8,0x20,0x20,0xa0,0x20,0x50,0x50,0x88,0x8e,0x4, -+0x10,0x10,0x10,0x11,0xfe,0x15,0x18,0x13,0x1a,0x33,0xd2,0x13,0x12,0x12,0x52,0x22,0x40,0x40,0xa0,0x10,0x8,0xf6,0x0,0xc4,0x54,0xd4,0x54,0xd4,0x54,0x44,0x54,0xc8, -+0x10,0x10,0x17,0x10,0xfd,0x10,0x1f,0x14,0x1b,0x32,0xd2,0x13,0x12,0x12,0x53,0x22,0x80,0x48,0xfc,0x0,0x10,0xa4,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x14,0x17,0x14,0xfc,0x13,0x10,0x13,0x1a,0x33,0xd2,0x13,0x12,0x10,0x57,0x20,0x80,0x40,0xfe,0x2,0x8,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x4,0xfe,0x0, -+0x20,0x27,0x24,0x24,0xff,0x25,0x24,0x27,0x2c,0x34,0xe7,0x24,0x28,0x28,0xb1,0x42,0x4,0xfe,0x4,0x4,0xfc,0x8,0x90,0xfc,0x90,0x94,0xfe,0x90,0x90,0x90,0x10,0x10, -+0x10,0x17,0x10,0x14,0xfb,0x11,0x12,0x13,0x1c,0x30,0xd7,0x10,0x10,0x11,0x52,0x24,0x20,0xa8,0xb0,0xa4,0x28,0x10,0x8,0xf6,0x44,0x40,0xfc,0x80,0xa0,0x10,0x8,0x4, -+0x10,0x10,0x10,0x11,0xfd,0x10,0x17,0x14,0x19,0x36,0xd1,0x16,0x11,0x16,0x50,0x20,0x80,0x80,0xf8,0x8,0xf0,0x14,0xfe,0x88,0x50,0xa0,0x30,0x68,0xae,0x24,0xa0,0x40, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x13,0x16,0x1a,0x32,0xd2,0x14,0x1a,0x12,0x54,0x20,0x48,0x7c,0x40,0xfc,0x44,0x48,0xf8,0x40,0x44,0x3c,0x0,0xa0,0x94,0x82,0x8a,0x78, -+0x10,0x13,0x12,0x12,0xff,0x12,0x12,0x17,0x1a,0x33,0xd0,0x11,0x15,0x15,0x59,0x20,0x8,0xfc,0x48,0x48,0xf8,0x48,0xa8,0x18,0x8,0xf8,0x0,0x40,0x44,0x12,0x12,0xf0, -+0x10,0x10,0x17,0x14,0xfc,0x15,0x15,0x15,0x1d,0x35,0xd5,0x15,0x15,0x16,0x58,0x23,0x8,0x7c,0xa0,0x3c,0x20,0xfe,0x22,0xf8,0x24,0x3c,0x0,0x78,0x48,0x4a,0x8a,0x6, -+0x12,0x11,0x10,0x17,0xf8,0x10,0x17,0x10,0x1f,0x30,0xd7,0x11,0x12,0x14,0x58,0x20,0x8,0x10,0xa4,0xfe,0xa0,0xa4,0xfe,0xa4,0xfe,0xa4,0xfc,0xb0,0xa8,0xa6,0xa4,0xa0, -+0x20,0x28,0x25,0x20,0xff,0x22,0x2a,0x2a,0x2a,0x3a,0xef,0x22,0x22,0x24,0xa8,0x51,0x4,0xbe,0x24,0x24,0xe4,0x3c,0xa4,0xa4,0xa4,0xbc,0xa4,0xa4,0x44,0x44,0x94,0x8, -+0x10,0x13,0x12,0x12,0xff,0x12,0x12,0x17,0x1a,0x32,0xd3,0x15,0x15,0x15,0x59,0x21,0x4,0xfe,0x4,0x4,0xfc,0x94,0x90,0xfc,0x90,0x94,0xfe,0x40,0x28,0x10,0x8e,0x4, -+0x10,0x17,0x10,0x10,0xff,0x14,0x14,0x17,0x18,0x34,0xd2,0x12,0x14,0x10,0x52,0x21,0x4,0xbe,0x84,0x84,0xbc,0x20,0x24,0xbe,0x84,0xa4,0x94,0x94,0xa4,0x84,0x94,0x8, -+0x10,0x13,0x11,0x10,0xfb,0x10,0x17,0x14,0x1b,0x34,0xd0,0x1f,0x11,0x12,0x54,0x20,0x0,0xf8,0x10,0xe0,0x18,0x0,0xbc,0xa4,0x18,0xa4,0x40,0xfe,0x50,0x48,0x46,0x40, -+0x10,0x17,0x14,0x17,0xfc,0x17,0x14,0x11,0x1b,0x30,0xd0,0x17,0x11,0x12,0x54,0x20,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x84,0x10,0xe0,0x40,0x88,0xfc,0x50,0x4c,0x44,0xc0, -+0x10,0x17,0x14,0x15,0xfd,0x16,0x13,0x14,0x18,0x37,0xd1,0x12,0x11,0x10,0x51,0x26,0x0,0xbc,0xa4,0xac,0xac,0x34,0x18,0xa4,0x80,0xfe,0x10,0x10,0x20,0xe0,0x98,0x4, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x13,0x16,0x1a,0x32,0xd4,0x14,0x15,0x15,0x5a,0x20,0x40,0x24,0xfe,0x88,0x88,0x88,0xfe,0x88,0x88,0xf8,0x88,0x0,0x54,0x52,0x52,0x0, -+0x20,0x20,0x27,0x21,0xfa,0x2f,0x24,0x27,0x2c,0x37,0xe4,0x24,0x3f,0x20,0xa0,0x40,0x0,0x10,0x90,0x24,0x3e,0xc4,0xa4,0xa8,0xa8,0xa8,0x90,0xd0,0xa8,0xa8,0xc6,0x84, -+0x10,0x17,0x10,0x14,0xfa,0x12,0x14,0x10,0x1b,0x32,0xd2,0x13,0x12,0x12,0x53,0x22,0x4,0xbe,0x84,0xa4,0x94,0x94,0xa4,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x12,0x12,0x12,0xff,0x12,0x12,0x17,0x18,0x37,0xd5,0x15,0x15,0x17,0x50,0x21,0x0,0x4,0x7e,0x10,0xa4,0x7e,0x44,0xd4,0x54,0x54,0x54,0x54,0x54,0x20,0x4c,0x82, -+0x11,0x13,0x14,0x17,0xfc,0x17,0x14,0x17,0x18,0x37,0xd0,0x13,0x12,0x13,0x52,0x23,0x0,0xf0,0x24,0xfe,0x44,0xfc,0x44,0xfc,0x0,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8, -+0x12,0x11,0x17,0x10,0xfb,0x12,0x13,0x12,0x1a,0x33,0xd0,0x1f,0x12,0x11,0x50,0x20,0x8,0x10,0xfc,0xa8,0xfc,0xa8,0x18,0xe8,0x8,0xf8,0x14,0xfe,0x10,0x10,0x50,0x20, -+0x10,0x10,0x17,0x15,0xfa,0x14,0x13,0x12,0x1b,0x30,0xd7,0x14,0x17,0x10,0x50,0x20,0x80,0x40,0xfe,0x12,0x48,0x44,0xf8,0x48,0xf8,0x40,0xfc,0x44,0xfc,0x40,0x40,0x40, -+0x22,0x22,0x22,0x2f,0xf2,0x2f,0x28,0x2f,0x38,0xef,0x22,0x2f,0x22,0x22,0xa2,0x42,0x10,0x10,0x28,0xa8,0x44,0x82,0xfc,0x90,0x90,0x94,0x7e,0x90,0x10,0x10,0x10,0x10, -+0x10,0x17,0x14,0x14,0xff,0x10,0x17,0x10,0x1b,0x32,0xd3,0x11,0x13,0x15,0x59,0x21,0x4,0xfe,0xa4,0xa4,0xfc,0x0,0xfe,0x0,0xf8,0x8,0xf8,0x44,0x28,0x10,0x8e,0x4, -+0x20,0x20,0x27,0x24,0xf4,0x27,0x24,0x34,0x27,0xe6,0x26,0x2a,0x2a,0x33,0xa2,0x40,0x10,0x8,0xc8,0x7e,0x40,0xd4,0x14,0x3e,0xc8,0x48,0x7e,0x48,0x48,0xc8,0x48,0x8, -+0x10,0x13,0x12,0x12,0xfb,0x10,0x17,0x14,0x1f,0x34,0xd7,0x10,0x1f,0x11,0x51,0x26,0x80,0xf8,0x88,0x48,0xf8,0x0,0xfc,0x44,0xfc,0x44,0xfc,0x0,0xfe,0x10,0x10,0x10, -+0x10,0x17,0x10,0x12,0xf8,0x12,0x11,0x11,0x1a,0x37,0xda,0x13,0x12,0x12,0x53,0x22,0x0,0xbc,0x84,0x94,0x84,0x94,0x20,0xfe,0x20,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x20,0x27,0x20,0x2f,0xfa,0x21,0x22,0x28,0x37,0xe4,0x2f,0x34,0x27,0x24,0xa7,0x44,0x8,0xfc,0x40,0xfe,0x4a,0x50,0x48,0x40,0xfc,0x40,0xf8,0x40,0xf8,0x40,0xfe,0x0, -+0x12,0x13,0x15,0x13,0xfe,0x12,0x13,0x18,0x17,0x31,0xd2,0x1d,0x10,0x13,0x51,0x26,0x10,0xde,0x28,0xf8,0x88,0x48,0xf8,0x80,0xfe,0x50,0x98,0xe6,0x90,0xf8,0x50,0x4c, -+0x20,0x27,0x20,0x23,0xf2,0x2f,0x29,0x27,0x21,0x33,0xe1,0x27,0x21,0x23,0xad,0x41,0x40,0xfc,0x40,0xf8,0x48,0xfe,0x12,0xfc,0x10,0xf8,0x10,0xfc,0x48,0x30,0x8e,0x4, -+0x2,0x2,0x2,0x2,0x3,0xfe,0x2,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x80,0x80,0x44,0x24,0x1c,0x0, -+0x0,0x0,0x0,0x0,0xff,0x0,0x8,0x4,0x14,0x54,0x50,0x50,0x91,0x11,0xf,0x0,0x80,0xa0,0x94,0xfe,0x80,0x40,0x40,0x40,0x20,0xa0,0x60,0x50,0x12,0xa,0xa,0x4, -+0x0,0x0,0x0,0x0,0xff,0x22,0x22,0xff,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x0,0x80,0xa0,0x94,0xfe,0x80,0x40,0x40,0xc0,0x40,0x40,0x20,0x20,0x12,0x12,0xa,0x4, -+0x0,0x22,0x14,0xb,0x14,0x62,0x8,0x9,0xfe,0x8,0x2c,0x2a,0x48,0xb,0x28,0x10,0x20,0x28,0x24,0xfe,0x20,0x20,0x20,0xd0,0x90,0x90,0x90,0x90,0xf2,0x8a,0xa,0x4, -+0x0,0x0,0x8,0x7c,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x80,0x80,0x80,0x80,0x80,0xa0,0x98,0x8c,0x84,0x80,0x80,0x80,0x80,0x80,0x80,0x80, -+0x0,0x8,0x7c,0x48,0x48,0x48,0x48,0x49,0x4a,0x4c,0x48,0x78,0x48,0x0,0x0,0x0,0x80,0x80,0x88,0x98,0xa0,0xc0,0x80,0x80,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x4a,0x2,0x4,0x8,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x8,0x7c,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0xc8,0xa8,0x90,0x80,0x80,0x80, -+0x0,0x8,0x7d,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x79,0x49,0x2,0x4,0x8,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x4,0x4,0x28,0x10, -+0x0,0x8,0x7c,0x48,0x4b,0x48,0x48,0x48,0x48,0x48,0x48,0x79,0x49,0x2,0x4,0x8,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x84,0x84,0x4,0x4,0x4,0x28,0x10, -+0x0,0x8,0x7d,0x48,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x8,0x1c,0xe0,0x40,0x40,0x44,0x7e,0xc0,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0xa,0x7d,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x0,0x4,0xc,0x90,0xa0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x8,0x7c,0x48,0x48,0x49,0x4b,0x48,0x48,0x48,0x48,0x78,0x49,0x2,0x3,0x0,0x40,0x40,0x40,0x80,0x84,0x4,0xf8,0x8,0x10,0x20,0x40,0x80,0x8,0x4,0xfe,0x2, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x79,0x49,0x2,0x4,0x8,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4, -+0x0,0xb,0x7c,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x49,0x79,0x4a,0x2,0x4,0x8,0x8,0xfc,0x80,0x80,0x80,0x84,0xfe,0xa0,0xa0,0xa0,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x0,0x7b,0x48,0x48,0x4b,0x48,0x48,0x48,0x48,0x49,0x7a,0x4a,0x2,0x1,0x0,0x90,0x94,0xfe,0x90,0x0,0xf8,0x10,0x20,0x40,0x80,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x8,0x7c,0x48,0x4f,0x48,0x48,0x48,0x48,0x48,0x49,0x79,0x4a,0x4,0x8,0x10,0x40,0x40,0x40,0x44,0xfe,0x40,0xa0,0xa0,0xa0,0xa0,0x10,0x90,0x48,0x48,0x6,0x4, -+0x0,0xb,0x7e,0x4a,0x4a,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x44,0x4,0x9,0x12,0x4,0xfe,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x0,0xb,0x7e,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x44,0x4,0x8,0x10,0x4,0xfe,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0xa8,0x90,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x2,0xa,0x7e,0x4a,0x4a,0x4b,0x4a,0x4a,0x4a,0x4a,0x7a,0x4a,0x3,0x2,0x0,0x20,0x20,0x20,0x20,0x24,0x28,0xb0,0x20,0x20,0x20,0x20,0x20,0xa2,0x22,0x1e,0x0, -+0x0,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x48,0x0,0x1,0x2,0x4,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x40,0x98,0x6,0x2, -+0x0,0x1f,0x10,0x10,0x10,0x1f,0x11,0x1,0x7f,0x42,0x42,0x44,0x48,0x40,0x40,0x40,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10,0x4,0xfe,0x84,0x44,0x24,0x24,0x4,0x14,0x8, -+0x0,0x0,0x8,0x7c,0x48,0x48,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x44,0x0,0x0,0x0,0x40,0x20,0x20,0x20,0xa0,0x80,0x88,0x84,0x82,0x82,0x82,0x8a,0x8a,0x88,0x78,0x0, -+0x0,0xb,0x7c,0x48,0x48,0x4b,0x4a,0x4a,0x4a,0x4b,0x48,0x78,0x48,0x2,0x1,0x0,0x24,0xf4,0x24,0x24,0x24,0xe4,0x4,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0x44,0x84, -+0x0,0x3,0x7a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x4a,0x2,0x3,0x0,0x8,0xfc,0x20,0x28,0xfc,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xb8,0x20,0x24,0xfe,0x0, -+0x0,0x0,0x8,0x7c,0x48,0x48,0x48,0x4f,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x80,0x80,0x88,0xfc,0x80,0x80,0x84,0xfe,0x80,0xa0,0x90,0x88,0x88,0x80,0x80,0x80, -+0x0,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x48,0x0,0x0,0x0,0x0,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20,0x20, -+0x0,0x0,0x7b,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x44,0x5,0x9,0x10,0x8,0x1c,0xe0,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0xa4,0x14,0xf2,0x0, -+0x0,0x0,0x8,0x7c,0x49,0x4a,0x4c,0x48,0x48,0x4b,0x48,0x79,0x48,0x0,0x0,0x0,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x64,0x20,0x0,0xf8,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x0,0x8,0x7c,0x49,0x49,0x4a,0x48,0x48,0x49,0x4a,0x4c,0x78,0x49,0x0,0x0,0x0,0x80,0x80,0xf8,0x8,0x10,0xa0,0x40,0xa0,0x10,0x8e,0x64,0x20,0x80,0x60,0x10,0x0, -+0x0,0x8,0x7c,0x4b,0x4a,0x4a,0x48,0x4b,0x48,0x48,0x48,0x78,0x48,0x0,0x0,0x0,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x8,0x7d,0x49,0x49,0x49,0x49,0x48,0x48,0x49,0x49,0x79,0x49,0x1,0x1,0x0,0x20,0x20,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x2,0x12,0x7a,0x52,0x5f,0x52,0x52,0x52,0x54,0x54,0x55,0x72,0x55,0x8,0x10,0x0,0x0,0x0,0x8,0x7c,0x88,0x88,0xa8,0xa8,0xa8,0x90,0x10,0x28,0x28,0xc4,0x44,0x82, -+0x0,0x11,0x79,0x51,0x52,0x54,0x5f,0x51,0x52,0x52,0x54,0x7f,0x54,0x0,0x1,0x2,0x20,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xa4,0xc4,0x44,0x84,0x28,0x10, -+0x0,0x11,0x79,0x51,0x52,0x52,0x57,0x51,0x52,0x52,0x54,0x77,0x50,0x0,0xf,0x0,0x0,0x8,0x8,0x8,0x10,0x94,0xbc,0x8,0x10,0x10,0x20,0xbc,0x0,0x4,0xfe,0x0, -+0x0,0xb,0x7e,0x4a,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7b,0x4a,0x2,0x3,0x0,0x8,0xfc,0x0,0x8,0xfc,0x20,0x20,0xf8,0x20,0x20,0x28,0xfc,0x0,0x4,0xfe,0x0, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x49,0x48,0x48,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x20,0x20,0x24,0xfe,0x20,0x20,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x7,0x8,0x7c,0x48,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x7b,0x4a,0x2,0x3,0x2,0x4,0xfe,0x90,0x90,0x94,0xfe,0x94,0x94,0x94,0x94,0x9c,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x0,0x8,0x7f,0x48,0x48,0x49,0x49,0x4a,0x4c,0x49,0x78,0x48,0x0,0x1,0x2,0x80,0x80,0x84,0xfe,0x80,0xa0,0x20,0x24,0xac,0xb0,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0x0,0x70,0x54,0x52,0x52,0x50,0x5e,0x52,0x52,0x52,0x72,0x53,0x6,0x9,0x0,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x50,0x48,0x8c,0x4,0x0,0x6,0xfc, -+0x0,0x7,0x9,0x7d,0x49,0x4a,0x4a,0x4a,0x4d,0x48,0x48,0x79,0x49,0x2,0x4,0x8,0x44,0xe4,0x4,0x4,0xd4,0x54,0x54,0x54,0x54,0x94,0x94,0x14,0x4,0x4,0x14,0x8, -+0x0,0x0,0x7b,0x48,0x4b,0x48,0x48,0x4b,0x4a,0x4a,0x7b,0x48,0x0,0x1,0x2,0xc,0x40,0x48,0xfc,0x40,0xf8,0x48,0x48,0xf8,0x40,0x44,0xfe,0x44,0xac,0x10,0x8,0x6, -+0x0,0x8,0x7c,0x4b,0x48,0x48,0x48,0x4b,0x48,0x4f,0x49,0x79,0x49,0x2,0x4,0x18,0x80,0x88,0xfc,0x80,0x48,0x50,0x62,0x92,0xe,0xf8,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x2,0x2,0x7a,0x4b,0x4a,0x4a,0x4a,0x4b,0x48,0x48,0x4f,0x78,0x48,0x0,0x0,0x0,0x20,0x20,0x24,0xa8,0x30,0x24,0xa4,0x1c,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x0,0x8,0x7c,0x48,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x4a,0x3,0xc,0x0,0x90,0x90,0x90,0x90,0x92,0x94,0xf8,0x90,0x90,0x90,0x90,0xb0,0xd2,0x12,0xe,0x0, -+0x0,0x0,0x7a,0x49,0x49,0x49,0x48,0x4f,0x49,0x49,0x49,0x79,0x4a,0x2,0x4,0x8,0x40,0x40,0x48,0x4c,0x50,0x50,0x44,0xfe,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x8,0x7d,0x49,0x49,0x49,0x48,0x48,0x48,0x49,0x4a,0x78,0x48,0x0,0x1,0x6,0x20,0x20,0x24,0x24,0x24,0xfc,0x44,0x40,0xfc,0x84,0x44,0x28,0x10,0x60,0x80,0x0, -+0x1,0x1,0x11,0x7a,0x52,0x57,0x5a,0x52,0x52,0x52,0x52,0x72,0x53,0x2,0x2,0x2,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x70,0x68,0xa8,0xa8,0xa6,0x24,0x20,0x20,0x20, -+0x1,0x1,0x11,0x7a,0x52,0x56,0x5b,0x52,0x52,0x52,0x53,0x72,0x52,0x2,0x2,0x3,0x0,0x4,0xfe,0x44,0x44,0x44,0xfe,0x44,0x44,0x44,0xfc,0x44,0x40,0x40,0x80,0x0, -+0x0,0x0,0x7b,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x44,0x4,0x8,0x0,0x8,0x3c,0xc0,0x4,0x18,0xe0,0xa0,0xa4,0xa8,0x90,0x90,0x90,0x88,0xae,0xc4,0x80, -+0x0,0x0,0x8,0x7c,0x49,0x4a,0x4d,0x48,0x48,0x4f,0x48,0x78,0x49,0x2,0x7,0x0,0x40,0x40,0xa0,0xa0,0x10,0x8,0xf6,0x0,0x4,0xfe,0x80,0x80,0x10,0x8,0xfc,0x4, -+0x0,0x1,0x9,0x7d,0x49,0x49,0x4a,0x48,0x4f,0x48,0x48,0x78,0x49,0x2,0xc,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x4c,0x40,0xfe,0x40,0xe0,0xd0,0x48,0x4e,0x44,0x40, -+0x0,0x0,0x78,0x4b,0x49,0x48,0x48,0x48,0x49,0x4e,0x48,0x78,0x48,0x1,0x2,0x4,0x80,0x40,0x24,0xfe,0x8,0x90,0x60,0x90,0xe,0x94,0x90,0x90,0x90,0x10,0x10,0x10, -+0x2,0x9,0x7c,0x4b,0x48,0x48,0x48,0x4b,0x48,0x48,0x48,0x7f,0x48,0x0,0x0,0x0,0x8,0x10,0xa0,0xfc,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x0,0x8,0x7c,0x4a,0x49,0x48,0x4f,0x48,0x48,0x48,0x49,0x79,0x4a,0x4,0x8,0x0,0x40,0x40,0x44,0x48,0x50,0x44,0xfe,0x40,0xe0,0xd0,0x50,0x48,0x46,0x44,0x40,0x40, -+0x0,0x0,0x7b,0x4a,0x4c,0x48,0x4b,0x48,0x48,0x4f,0x48,0x78,0x48,0x0,0x0,0x0,0x80,0x40,0xfe,0x2,0x4,0x38,0xc0,0x44,0x7e,0xc0,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x8,0x7c,0x49,0x49,0x4a,0x48,0x48,0x48,0x49,0x49,0x7a,0x44,0x8,0x0,0x0,0x20,0x20,0x20,0xfe,0x42,0x44,0x40,0xa0,0xa4,0x28,0x90,0x90,0x88,0xae,0xc4,0x80, -+0x0,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x44,0x48,0x30,0x20,0x10,0x4e,0x84,0x0, -+0x0,0x0,0x8,0x7d,0x4b,0x48,0x49,0x49,0x49,0x4a,0x48,0x7b,0x48,0x0,0x0,0x0,0x20,0x40,0x88,0x4,0xfe,0x22,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x0,0x7b,0x48,0x4b,0x48,0x4f,0x48,0x49,0x49,0x49,0x7a,0x44,0x0,0x3,0xc,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x80,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x0,0x0,0x7b,0x48,0x48,0x48,0x4f,0x48,0x4a,0x4a,0x7a,0x45,0x9,0x2,0x4,0x0,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0xa0,0xa8,0xa4,0xa4,0x24,0x20,0x20,0xa0,0x40, -+0x0,0x0,0x7b,0x48,0x48,0x4b,0x4a,0x4c,0x4b,0x48,0x48,0x78,0x49,0x2,0x4,0x8,0x90,0x94,0xfe,0x90,0x90,0xfe,0x42,0x44,0xf8,0x48,0x88,0x88,0x8,0x8,0x50,0x20, -+0x0,0x3,0x78,0x48,0x4b,0x4a,0x4a,0x4b,0x4a,0x4a,0x4b,0x7a,0x49,0x0,0x3,0xc,0x8,0xfc,0x40,0x48,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0x40,0xc0,0x30,0xe, -+0x0,0x3,0x8,0x7c,0x4b,0x49,0x49,0x49,0x4f,0x48,0x4b,0x7a,0x4a,0x2,0x3,0x2,0x10,0xf8,0x80,0x90,0xf8,0x10,0x10,0x14,0xfe,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x2,0x2,0x72,0x5f,0x52,0x52,0x52,0x52,0x53,0x5e,0x52,0x72,0x52,0x2,0xb,0x4,0x0,0xc,0x70,0xc0,0x40,0x44,0x7e,0xc8,0x48,0x48,0x48,0x48,0x88,0x88,0x8,0x8, -+0x0,0x2,0x9,0x7d,0x48,0x4b,0x4a,0x4a,0x4a,0x4a,0x4a,0x7a,0x4a,0x0,0x1,0x6,0x40,0x44,0x4c,0x50,0x48,0xfc,0x8,0x48,0x48,0x48,0x48,0x48,0xa8,0x90,0xc,0x4, -+0x0,0x0,0x7b,0x4a,0x4a,0x4b,0x4a,0x4a,0x4b,0x4a,0x78,0x40,0xf,0x0,0x0,0x0,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x40,0x44,0x7e,0xc0,0x44,0x44,0x3c, -+0x1,0x8,0x7c,0x48,0x49,0x48,0x4f,0x48,0x49,0x4b,0x4d,0x79,0x49,0x1,0x0,0x0,0x8,0xd0,0x20,0x58,0x84,0x40,0xfe,0xa0,0x24,0xfe,0x24,0x24,0x34,0x28,0x20,0x20, -+0x0,0x0,0x2,0x7a,0x4a,0x4a,0x4d,0x48,0x48,0x48,0x4b,0x78,0x48,0x0,0xf,0x0,0x40,0x40,0x48,0x48,0x48,0x48,0x54,0xe2,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x7,0x74,0x54,0x57,0x54,0x54,0x57,0x54,0x54,0x55,0x74,0x55,0x6,0x0,0x0,0x80,0xc4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0x24,0x24,0xb4,0x28,0x20,0x20,0x20, -+0x0,0x8,0x7f,0x48,0x4b,0x48,0x4f,0x48,0x49,0x4b,0x4c,0x78,0x47,0x0,0x0,0x0,0x40,0x44,0xfe,0x40,0xfc,0x40,0xfe,0xa0,0x50,0xf8,0x46,0x40,0xfc,0x40,0x40,0x40, -+0x0,0x8,0x7f,0x48,0x4b,0x48,0x4f,0x48,0x4b,0x4a,0x4a,0x7a,0x4a,0x0,0x1,0x6,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x1,0x9,0x7f,0x49,0x48,0x48,0x4f,0x48,0x48,0x49,0x49,0x7b,0x45,0x9,0x1,0x1,0x10,0x10,0xfc,0x10,0x40,0x44,0xfe,0x80,0x88,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x1,0x11,0x7f,0x51,0x51,0x50,0x57,0x54,0x54,0x54,0x57,0x74,0x54,0x4,0x7,0x4,0x10,0x14,0xfe,0x10,0x10,0x4,0xfe,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x4, -+0x1,0x11,0x79,0x51,0x5f,0x51,0x53,0x53,0x55,0x55,0x55,0x79,0x51,0x1,0x1,0x1,0x10,0x10,0x10,0x14,0xfe,0x10,0x30,0xb8,0x58,0x54,0x54,0x92,0x10,0x10,0x10,0x10, -+0x1,0x11,0x79,0x57,0x52,0x52,0x55,0x55,0x5f,0x51,0x51,0x73,0x4d,0x1,0x1,0x1,0x10,0x10,0x14,0xfe,0x10,0x14,0x7e,0x10,0x90,0x20,0x7e,0x84,0x28,0x10,0xc,0x4, -+0x0,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x79,0x4a,0x2,0x4,0x8,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4,0x74,0x54,0x54,0x74,0x4,0x14,0x8, -+0x2,0x12,0x7b,0x54,0x5a,0x53,0x54,0x50,0x5f,0x50,0x54,0x74,0x57,0x0,0x0,0x0,0x0,0x4,0xfe,0x4,0x24,0xf4,0x84,0x94,0xfc,0x84,0x94,0x94,0xf4,0x4,0x14,0x8, -+0x1,0x9,0x7d,0x4a,0x4a,0x4c,0x49,0x49,0x4a,0x48,0x49,0x7d,0x45,0x9,0x0,0x0,0x0,0x4,0xfe,0x94,0x94,0x94,0x24,0x24,0x54,0x8,0x40,0x24,0x22,0xa,0xf8,0x0, -+0x0,0x8,0x7f,0x49,0x49,0x49,0x4a,0x4a,0x4c,0x48,0x4f,0x78,0x48,0x0,0x0,0x0,0x80,0x48,0xfc,0x10,0x10,0x10,0xa8,0x44,0x44,0x40,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x0,0x0,0xb,0x7c,0x49,0x48,0x4f,0x48,0x48,0x4f,0x49,0x7a,0x49,0x0,0x1,0x6,0x80,0x50,0xf8,0x0,0x10,0xa0,0xfc,0x80,0x84,0xfe,0x10,0x10,0x20,0xc0,0x30,0x8, -+0x0,0x8,0x7f,0x48,0x49,0x4b,0x48,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x80,0x44,0xfe,0x80,0x8,0xfc,0x4,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x8,0x7d,0x49,0x4a,0x48,0x49,0x4a,0x48,0x49,0x49,0x7a,0x48,0x0,0x3,0xc,0x40,0x40,0x48,0x50,0x40,0xa0,0x10,0xc,0x40,0x48,0x50,0x40,0xa0,0x90,0xe,0x4, -+0x0,0x4,0x72,0x52,0x58,0x54,0x50,0x52,0x52,0x54,0x5c,0x74,0x55,0x5,0x6,0x4,0x10,0x10,0x10,0xfe,0x92,0x94,0x90,0xfc,0xa4,0xa4,0xa8,0x90,0x28,0x28,0x46,0x84, -+0x0,0x8,0x7c,0x4b,0x4a,0x4c,0x48,0x4b,0x48,0x49,0x49,0x79,0x49,0x2,0x4,0x8,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0x20,0x3c,0x20,0x20,0xa0,0x60,0x1e, -+0x2,0x1,0x17,0x7c,0x54,0x57,0x54,0x54,0x57,0x54,0x54,0x75,0x54,0x5,0x6,0x0,0x0,0x0,0xbc,0xa4,0xa8,0xa8,0xb0,0xa8,0xa4,0x24,0x24,0x24,0xb4,0xa8,0x20,0x20, -+0x0,0x8,0x7f,0x4a,0x4a,0x4b,0x4a,0x4a,0x4a,0x4b,0x4a,0x7a,0x44,0x4,0x9,0x2,0x40,0x24,0xfe,0x4,0x4,0xfc,0x20,0x28,0x24,0xfe,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0x17,0x7c,0x54,0x57,0x55,0x55,0x57,0x55,0x75,0x4d,0x15,0x15,0x25,0x1,0x1,0x4,0xc4,0x54,0x54,0xd4,0x14,0x14,0xd4,0x54,0x54,0x54,0x44,0x44,0xc4,0x14,0x8, -+0x0,0xf,0x4,0x75,0x52,0x55,0x58,0x50,0x5f,0x50,0x55,0x75,0x52,0x5,0x8,0x10,0x0,0xfc,0xa4,0x28,0x10,0x28,0xc4,0x0,0xfc,0x84,0x28,0x28,0x10,0x28,0xc6,0x84, -+0x0,0x2,0x12,0x7f,0x52,0x52,0x52,0x52,0x53,0x50,0x5f,0x70,0x51,0x2,0xc,0x0,0x90,0x90,0x94,0xfe,0x90,0x90,0xf0,0x0,0xfc,0x40,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x1,0x1,0xf,0x79,0x48,0x48,0x49,0x4a,0x4d,0x48,0x4b,0x7a,0x4a,0x2,0x3,0x2,0x10,0x14,0xfe,0x50,0x40,0xa0,0x10,0xe,0xf4,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x0,0xf,0x70,0x50,0x57,0x55,0x54,0x55,0x54,0x54,0x77,0x54,0x4,0x4,0x4,0x40,0x44,0xfe,0x40,0x44,0xfe,0x14,0xa4,0xf4,0x44,0x44,0xfc,0x44,0x44,0x54,0x8, -+0x0,0x17,0x7c,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x54,0x74,0x49,0x8,0x10,0x3,0x4,0xfe,0x0,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe, -+0x0,0x0,0x0,0x77,0x50,0x51,0x53,0x5c,0x53,0x50,0x50,0x77,0x50,0x0,0xf,0x0,0x40,0x40,0x44,0xfe,0xa0,0x50,0xf8,0x46,0xf8,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0, -+0x2,0x2,0x7b,0x4a,0x4a,0x4a,0x4b,0x48,0x49,0x49,0x79,0x49,0x1,0x1,0x1,0x1,0x20,0x24,0xa8,0x30,0x22,0xa2,0x5e,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x13,0x7a,0x52,0x53,0x52,0x52,0x53,0x50,0x57,0x74,0x54,0x5,0x4,0x4,0x4,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x44,0xfe,0x44,0x54,0xf4,0x4,0x14,0x8, -+0x0,0x7,0x74,0x57,0x54,0x57,0x50,0x53,0x52,0x53,0x72,0x53,0x2,0x2,0x2,0x2,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x1,0x77,0x51,0x51,0x51,0x57,0x51,0x53,0x53,0x55,0x75,0x49,0x11,0x1,0x1,0x90,0xd0,0x10,0x52,0x34,0x38,0xd0,0x10,0x90,0x50,0x28,0x28,0x28,0x44,0x44,0x82, -+0x0,0x1,0x7a,0x4a,0x4a,0x4b,0x4a,0x4a,0x4b,0x48,0x7b,0x49,0x0,0x0,0x1,0xe,0x40,0x48,0x5c,0x48,0x48,0x58,0x48,0x48,0xf8,0x40,0xf8,0x10,0xa0,0x40,0xb0,0xe, -+0x0,0x0,0x7,0x78,0x49,0x48,0x4f,0x48,0x4b,0x4a,0x4a,0x7b,0x4a,0x2,0x3,0x2,0x80,0x48,0xfc,0x0,0x10,0xa4,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x1,0x3f,0x8,0x4,0x7f,0x41,0x9f,0x11,0x11,0x11,0x1,0x1f,0x10,0x10,0x1f,0x10,0x0,0xf8,0x20,0x40,0xfe,0x2,0xf4,0x10,0x10,0x30,0x0,0xf0,0x10,0x10,0xf0,0x10, -+0x0,0x9,0x7c,0x4b,0x48,0x49,0x48,0x4f,0x48,0x48,0x49,0x7a,0x44,0x8,0x13,0x0,0x8,0x8,0x90,0xfc,0x40,0xf8,0x40,0xfe,0x80,0x88,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x0,0xa,0x7d,0x48,0x4f,0x48,0x49,0x4a,0x48,0x4f,0x49,0x7a,0x49,0x0,0x1,0x6,0x40,0x48,0x50,0x40,0xfc,0x40,0x50,0x48,0x80,0xfe,0x10,0x10,0x20,0xc0,0x30,0x8, -+0x22,0x11,0x0,0x7f,0x41,0x91,0x1f,0x21,0xff,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x8,0x10,0x20,0xfe,0x2,0x24,0xf0,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x3,0x7a,0x4a,0x4b,0x4a,0x4b,0x4a,0x4a,0x4a,0x7a,0x42,0x4,0x4,0xb,0x10,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x40,0x88,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x1,0x1,0x7a,0x4b,0x48,0x4f,0x49,0x49,0x4a,0x4c,0x79,0x46,0x1,0xe,0x1,0x0,0x0,0xf0,0x10,0xf0,0x24,0xfe,0x0,0x88,0x50,0xe0,0x50,0xd0,0x4e,0x44,0x40,0x80, -+0x0,0x0,0xb,0x7c,0x4b,0x48,0x4f,0x48,0x49,0x4b,0x4c,0x7b,0x48,0x1,0x6,0x0,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0xa0,0x10,0xf8,0x46,0xf8,0xc0,0x70,0x48,0x40, -+0x1,0x1,0x17,0x79,0x57,0x51,0x5f,0x52,0x53,0x52,0x52,0x74,0x44,0x9,0x10,0x0,0x10,0x10,0xd0,0x14,0xfe,0x24,0xe4,0x28,0xa8,0xa8,0x90,0x90,0xa8,0xa8,0x46,0x84, -+0x0,0x0,0x7,0x78,0x4b,0x48,0x4f,0x48,0x48,0x4b,0x48,0x7b,0x49,0x2,0x4,0x0,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x40,0x90,0xe0,0x48,0xf8,0x50,0x4c,0x44,0x40, -+0x2,0x12,0x7f,0x52,0x52,0x5f,0x52,0x57,0x5c,0x54,0x57,0x74,0x54,0x7,0x4,0x0,0x0,0x3c,0xa4,0x24,0xa4,0xe8,0x24,0xa4,0xa2,0xa2,0xa2,0xb4,0xa8,0xa0,0xa0,0x20, -+0x0,0x0,0xb,0x7c,0x48,0x4f,0x48,0x49,0x4b,0x48,0x4b,0x7a,0x4a,0x2,0xf,0x0,0x40,0x48,0xfc,0x40,0x44,0xfe,0x80,0x10,0xf8,0x0,0xf8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x0,0xf,0x72,0x53,0x52,0x53,0x52,0x5f,0x50,0x5f,0x50,0x74,0x55,0x2,0x5,0x8,0x8,0xfc,0x10,0xf0,0x10,0xf0,0x14,0xfe,0x10,0xbc,0x84,0xa4,0x28,0x10,0x28,0xc6, -+0x1,0x1,0x17,0x79,0x51,0x53,0x52,0x56,0x5a,0x52,0x52,0x72,0x52,0x2,0x2,0x2,0x20,0x28,0xfc,0x20,0x4,0xfe,0x8,0x8,0xe8,0xa8,0xa8,0xe8,0x8,0x8,0x28,0x10, -+0x0,0x0,0x7,0x78,0x4b,0x4a,0x4b,0x4a,0x4b,0x4a,0x4b,0x7a,0x4f,0x1,0x2,0x4,0x40,0x44,0xfe,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x10,0xc,0x4, -+0x0,0x0,0x17,0x78,0x57,0x54,0x58,0x53,0x50,0x50,0x57,0x71,0x52,0x4,0x1,0x0,0x40,0x48,0xfc,0x40,0xfe,0x42,0x94,0xf0,0x40,0x88,0xfc,0x50,0x4c,0x44,0x40,0x80, -+0x0,0x7,0x10,0x7b,0x52,0x52,0x53,0x50,0x57,0x55,0x54,0x75,0x54,0x4,0x4,0x4,0x4,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x14,0xa4,0xf4,0x44,0x44,0x54,0x8, -+0x0,0x7,0x0,0x7b,0x4a,0x4b,0x4a,0x4b,0x4a,0x4b,0x49,0x79,0x4a,0x4,0x8,0x3,0x4,0xfe,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xf8,0x90,0x60,0x90,0xe, -+0x0,0x3,0x7a,0x4a,0x4b,0x4a,0x4a,0x4b,0x4a,0x4b,0x78,0x45,0x5,0x9,0x0,0x0,0x8,0xfc,0x48,0x48,0xf8,0x48,0xa8,0x18,0x8,0xf8,0x0,0x44,0x22,0xa,0xf8,0x0, -+0x0,0x0,0x7b,0x4a,0x4b,0x4a,0x4b,0x48,0x4f,0x48,0x49,0x7a,0x45,0x8,0x0,0x0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x84,0xfe,0xa0,0x50,0x48,0xfe,0x44,0x40,0x40, -+0x0,0x1,0xa,0x7c,0x49,0x4e,0x48,0x4b,0x48,0x4b,0x48,0x7b,0x48,0x0,0x0,0x7,0x90,0x18,0xa4,0x40,0xb0,0x4e,0xf0,0x90,0x60,0xa0,0x78,0x88,0x90,0x60,0xc0,0x0, -+0x0,0x10,0x7b,0x52,0x51,0x57,0x54,0x58,0x57,0x51,0x51,0x73,0x52,0x4,0x8,0x3,0x10,0x78,0x80,0x48,0x50,0xfe,0x82,0x84,0xfc,0x0,0xf0,0x10,0xa0,0x40,0xb0,0xc, -+0x0,0x2,0x1,0x78,0x4f,0x48,0x49,0x4a,0x48,0x4b,0x4a,0x7a,0x4a,0x2,0xf,0x0,0x0,0x8,0x10,0x4,0xfe,0xa0,0x18,0x8,0x0,0xf8,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x8,0x4,0x12,0x7f,0x51,0x55,0x55,0x55,0x55,0x55,0x57,0x71,0x51,0x2,0x4,0x8,0x24,0x5e,0x94,0xf4,0x14,0x5c,0x54,0x54,0x54,0x5c,0xd4,0x54,0x24,0x24,0x54,0x88, -+0x0,0x8,0x75,0x51,0x53,0x59,0x55,0x51,0x57,0x55,0x55,0x75,0x59,0x9,0x8,0x0,0x80,0x88,0xfc,0x0,0xf8,0x8,0x48,0x28,0xfe,0x8,0x48,0x28,0x8,0xfc,0x8,0x30, -+0x1,0x8,0x74,0x54,0x51,0x51,0x5d,0x55,0x55,0x55,0x55,0x75,0x55,0xa,0x11,0x0,0xfc,0x8,0x50,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x2c,0x6,0xfc,0x0, -+0x0,0x2,0x7a,0x4b,0x48,0x4f,0x48,0x48,0x4b,0x4a,0x4a,0x7b,0x4a,0x0,0x7,0x0,0x40,0x48,0x48,0xf8,0x40,0xfe,0x40,0x48,0xfc,0x48,0x48,0xf8,0x40,0x48,0xfc,0x4, -+0x11,0x11,0x27,0x22,0x7d,0x17,0x21,0x79,0x7,0xf9,0x1,0x1f,0x10,0x10,0x1f,0x10,0x8,0x8,0xd0,0x10,0x3c,0xc8,0x10,0x3c,0xc0,0x3e,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x2,0x12,0x7f,0x52,0x53,0x51,0x57,0x55,0x55,0x57,0x51,0x5f,0x71,0x1,0x1,0x1,0x90,0x90,0xf0,0x94,0xbe,0x14,0xd4,0x54,0x54,0xd4,0x14,0xf4,0x24,0x24,0x54,0x88, -+0x0,0x0,0xf,0x70,0x57,0x54,0x57,0x54,0x57,0x50,0x53,0x72,0x53,0x2,0x3,0x2,0xa0,0xa4,0xfe,0xa0,0xfc,0xa4,0xfc,0xa4,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8, -+0x0,0x7,0x70,0x50,0x57,0x54,0x54,0x57,0x50,0x57,0x50,0x7f,0x51,0x2,0x5,0x0,0x4,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xfc,0x0,0xfc,0x0,0xfe,0x50,0x4c,0x44,0x80, -+0x0,0x0,0x77,0x54,0x55,0x55,0x55,0x55,0x57,0x55,0x55,0x7b,0x4d,0x11,0x23,0x0,0x28,0x24,0xfe,0x20,0x20,0xe4,0x24,0x24,0xe8,0x28,0x28,0x90,0x50,0x2a,0x4a,0x84, -+0x7,0x14,0x7d,0x55,0x56,0x56,0x55,0x58,0x50,0x5f,0x51,0x72,0x51,0x0,0x1,0x6,0xbc,0xa4,0xac,0xac,0xb4,0xb4,0x28,0xc4,0x80,0xfe,0x10,0x10,0x20,0xc0,0x30,0x8, -+0x0,0x14,0x7c,0x57,0x50,0x57,0x54,0x54,0x57,0x54,0x54,0x77,0x54,0x8,0xa,0x11,0x40,0x44,0x44,0xfc,0x4,0xbe,0xa4,0xa4,0xbc,0xa4,0xa4,0xbc,0xa4,0xa4,0xd4,0x8, -+0x4,0x2,0x72,0x5f,0x54,0x54,0x57,0x55,0x55,0x55,0x55,0x75,0x49,0xb,0x10,0x0,0x20,0x24,0x3e,0x40,0xa0,0x24,0x3e,0x50,0x14,0xfe,0x10,0x10,0x28,0x28,0x44,0x82, -+0x0,0x10,0x7f,0x51,0x50,0x57,0x54,0x54,0x57,0x54,0x55,0x75,0x55,0x5,0x4,0x4,0x80,0x44,0xfe,0x10,0xa4,0xfe,0x44,0x44,0xfc,0x44,0xf4,0x14,0x14,0xf4,0x14,0x8, -+0x0,0x0,0x7,0x74,0x58,0x51,0x55,0x55,0x59,0x52,0x5c,0x72,0x52,0x2,0x3,0x0,0x80,0x40,0xfe,0x2,0x94,0x50,0x24,0x4a,0x8a,0xf8,0x40,0x48,0x48,0x48,0xf8,0x8, -+0x1,0x1,0xf,0x71,0x57,0x50,0x57,0x54,0x54,0x57,0x50,0x74,0x52,0xf,0x0,0x0,0x4,0x44,0xe4,0x8,0xc8,0x10,0xc4,0x44,0x48,0xd2,0x2,0x44,0x84,0xe8,0x10,0x20, -+0x0,0x7,0x74,0x56,0x55,0x57,0x54,0x56,0x56,0x56,0x7b,0x48,0x8,0x11,0x22,0x0,0x4,0xfe,0x8,0x28,0x4e,0xf2,0x84,0xa8,0xa8,0xa8,0xe8,0xa8,0x88,0x14,0x24,0x42, -+0x0,0x8,0x7f,0x48,0x4a,0x49,0x4b,0x4e,0x4b,0x4a,0x4b,0x78,0x49,0x2,0x5,0x0,0x40,0x44,0xfe,0x40,0xa8,0x10,0xf8,0xe,0xf8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x80, -+0x0,0x2,0x79,0x48,0x4f,0x49,0x48,0x4b,0x48,0x4b,0x48,0x7f,0x48,0x1,0x1,0x6,0xa0,0xa8,0xb0,0xa4,0xfe,0x10,0xa0,0xf8,0x40,0xf8,0x40,0xfe,0xa0,0x10,0x10,0xc, -+0x1,0x9,0x7d,0x49,0x49,0x48,0x4f,0x4a,0x4b,0x4a,0x4b,0x7a,0x43,0xe,0x4,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x40,0xfc,0x44,0xe8,0x68,0xd0,0x68,0x46,0x40, -+0x0,0x8,0x7d,0x49,0x4b,0x4d,0x49,0x49,0x49,0x49,0x49,0x79,0x49,0x2,0x2,0x4,0xa0,0x90,0xfc,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0,0xa8,0xa4,0x4, -+0x0,0x1,0x77,0x54,0x55,0x54,0x57,0x54,0x55,0x56,0x70,0x4f,0x0,0x1,0x2,0xc,0x80,0x4,0xfe,0x44,0x54,0x44,0xfc,0xc4,0x74,0x4c,0x40,0xfe,0xa0,0x10,0x8,0x6, -+0x0,0x0,0x10,0x79,0x52,0x55,0x58,0x52,0x52,0x53,0x50,0x77,0x54,0x5,0x4,0x4,0x40,0x40,0xa0,0x10,0x48,0xf6,0xa0,0x48,0xa8,0xf8,0x44,0xfe,0x94,0xf4,0x4,0xc, -+0x1,0x11,0x7a,0x57,0x5c,0x57,0x54,0x57,0x50,0x5f,0x50,0x73,0x52,0x3,0x2,0x3,0x0,0xf0,0x20,0xfc,0x44,0xfc,0x44,0xfc,0x0,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8, -+0x2,0x11,0x78,0x57,0x54,0x55,0x54,0x57,0x50,0x53,0x52,0x72,0x53,0x2,0x2,0x3,0x8,0x10,0xa4,0xfe,0x44,0x54,0x44,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x0,0x7,0x71,0x55,0x52,0x53,0x54,0x5b,0x52,0x52,0x53,0x70,0x52,0x1,0x1f,0x0,0x40,0x48,0x30,0x24,0x18,0xf0,0x8,0xf6,0x10,0x10,0xf0,0x0,0x10,0x24,0xfe,0x0, -+0x1,0xf,0x71,0x50,0x57,0x50,0x53,0x52,0x53,0x50,0x57,0x74,0x55,0x5,0x5,0x4,0x10,0xfe,0x10,0x44,0xfe,0x0,0xf8,0x8,0xf8,0x4,0xfe,0x4,0xf4,0x14,0xf4,0xc, -+0x1,0x11,0x7f,0x51,0x53,0x55,0x59,0x51,0x57,0x50,0x5f,0x70,0x52,0x4,0x9,0x0,0x10,0x14,0xfe,0x10,0xb8,0x54,0x12,0x10,0xfc,0x0,0xfe,0x40,0x48,0x46,0x42,0x80, -+0x0,0x10,0x78,0x57,0x54,0x57,0x54,0x54,0x57,0x54,0x55,0x7a,0x49,0x10,0x23,0x0,0x48,0x7c,0x40,0xfe,0x42,0xf8,0x40,0x38,0xfe,0x80,0x48,0xb0,0x70,0xae,0x24,0x60, -+0x0,0x0,0x77,0x52,0x51,0x5f,0x50,0x53,0x52,0x53,0x52,0x73,0x54,0x5,0x9,0x1,0x80,0x40,0xfc,0x8,0x10,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x44,0x42,0x12,0xf0, -+0x0,0x0,0x77,0x55,0x5b,0x51,0x53,0x51,0x5f,0x51,0x52,0x75,0x48,0x0,0x7,0x0,0x80,0x40,0xfe,0x12,0xfc,0x10,0xf8,0x10,0xfe,0x50,0x48,0xf6,0x40,0x48,0xfc,0x0, -+0x0,0x7,0x74,0x54,0x54,0x57,0x54,0x54,0x57,0x56,0x76,0x4a,0xa,0x13,0x22,0x0,0x10,0xc8,0x7e,0x40,0x54,0xd4,0x3e,0x8,0xc8,0x48,0x7e,0x48,0x48,0xc8,0x48,0x8, -+0x0,0x7,0x70,0x57,0x54,0x5b,0x50,0x53,0x50,0x5f,0x50,0x77,0x54,0x4,0x4,0x4,0x8,0xfc,0x40,0xfe,0x42,0x5c,0x40,0x58,0x4,0xfe,0x80,0xfc,0xa4,0xa4,0xa4,0xc, -+0x0,0x0,0x77,0x55,0x59,0x52,0x56,0x51,0x53,0x54,0x5b,0x70,0x51,0x2,0x5,0x0,0x80,0x40,0xfe,0x2,0xbc,0xa8,0xb0,0x10,0xf8,0x6,0xf8,0x40,0x50,0x4c,0x44,0x80, -+0x0,0x7,0x70,0x57,0x55,0x58,0x51,0x51,0x53,0x56,0x5b,0x72,0x53,0x2,0x3,0x2,0x8,0xfc,0x40,0xfe,0x52,0xe4,0x50,0x20,0xfc,0x20,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x0,0x17,0x78,0x53,0x52,0x57,0x55,0x5b,0x51,0x57,0x51,0x7f,0x51,0x3,0xd,0x1,0x48,0xfc,0x40,0xf8,0x8,0xfe,0x12,0xfc,0x10,0xfc,0x10,0xfe,0x48,0x30,0x9e,0x4, -+0x0,0x7f,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x7f,0x40,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x7f,0x40,0x4f,0x40,0x40,0x41,0x5f,0x41,0x41,0x41,0x41,0x43,0x40,0x7f,0x40,0x4,0xfe,0x4,0xe4,0x44,0x84,0x24,0xf4,0x4,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x7f,0x42,0x42,0x42,0x7f,0x44,0x44,0x48,0x44,0x43,0x42,0x44,0x48,0x7f,0x40,0x4,0xfe,0x4,0x4,0x14,0xfc,0x44,0x44,0x44,0x44,0x84,0x84,0x64,0x14,0xfc,0x4, -+0x0,0x7f,0x41,0x41,0x42,0x44,0x48,0x54,0x64,0x45,0x46,0x44,0x43,0x40,0x7f,0x40,0x4,0xfe,0x4,0x4,0x84,0x44,0x24,0x5c,0x84,0x4,0x4,0x24,0xe4,0x4,0xfc,0x4, -+0x0,0x7f,0x48,0x48,0x4f,0x54,0x54,0x64,0x48,0x49,0x51,0x62,0x44,0x40,0x7f,0x40,0x4,0xfe,0x4,0x14,0xfc,0x94,0x94,0x94,0x94,0x14,0x14,0x54,0x24,0x4,0xfc,0x4, -+0x0,0x7f,0x41,0x41,0x42,0x44,0x4a,0x51,0x6f,0x40,0x44,0x42,0x41,0x40,0x7f,0x40,0x4,0xfe,0x4,0x4,0x84,0x44,0x24,0x1c,0xe4,0x24,0x44,0x84,0x4,0x84,0xfc,0x4, -+0x0,0x7f,0x42,0x42,0x7f,0x44,0x47,0x4c,0x57,0x64,0x47,0x44,0x44,0x44,0x7f,0x40,0x4,0xfe,0x4,0x14,0xfc,0x4,0xe4,0x24,0xe4,0x24,0xe4,0x24,0xa4,0x44,0xfc,0x4, -+0x0,0x7f,0x40,0x5f,0x42,0x4f,0x44,0x7f,0x40,0x4f,0x48,0x48,0x4f,0x40,0x7f,0x40,0x4,0xfe,0x4,0xf4,0x4,0xe4,0x24,0xfc,0x4,0xe4,0x24,0x24,0xe4,0x4,0xfc,0x4, -+0x0,0x7f,0x41,0x41,0x5f,0x41,0x4f,0x41,0x5f,0x40,0x44,0x42,0x41,0x40,0x7f,0x40,0x4,0xfe,0x4,0x4,0xf4,0x4,0xe4,0x4,0xf4,0x24,0x44,0x84,0x4,0x84,0xfc,0x4, -+0x0,0x7f,0x41,0x41,0x5f,0x41,0x7f,0x44,0x42,0x4f,0x41,0x5f,0x41,0x41,0x7f,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0xfc,0x44,0x84,0xe4,0x4,0xf4,0x4,0x4,0xfc,0x4, -+0x0,0x7f,0x40,0x5f,0x52,0x5f,0x40,0x7f,0x48,0x4f,0x45,0x4c,0x56,0x44,0x7f,0x40,0x4,0xfe,0x4,0xf4,0x94,0xf4,0x4,0xfc,0x24,0xe4,0x44,0x84,0x74,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x7f,0x54,0x54,0x55,0x54,0x54,0x57,0x5c,0x54,0x10,0x10,0x10,0x10,0x20,0x20,0x24,0xfe,0x20,0x28,0xfc,0x20,0x20,0xfe,0x22,0x22,0x2a,0x24,0x20,0x20, -+0x10,0x10,0x11,0x7d,0x55,0x55,0x56,0x54,0x57,0x54,0x5c,0x54,0x10,0x10,0x11,0x16,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x20,0x50,0x50,0x88,0x88,0x4,0x2, -+0x10,0x10,0x10,0x7d,0x55,0x55,0x55,0x55,0x55,0x55,0x5d,0x55,0x12,0x12,0x14,0x13,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xf8,0x8,0x48,0x50,0x50,0x20,0x50,0x8e,0x4, -+0x8,0x8,0xfe,0x12,0x32,0xc,0x12,0x61,0x1,0x1f,0x11,0x11,0x11,0x11,0x1,0x1,0x0,0x0,0xfc,0x44,0x28,0x10,0x28,0x46,0x10,0xf8,0x10,0x10,0x50,0x20,0x0,0x0, -+0x10,0x10,0x13,0x7c,0x55,0x54,0x57,0x54,0x54,0x55,0x5d,0x52,0x14,0x10,0x10,0x10,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x88,0x88,0xfe,0x8,0x88,0x48,0x8,0x28,0x10, -+0x10,0x10,0x11,0x7c,0x55,0x54,0x57,0x54,0x55,0x55,0x5d,0x55,0x11,0x10,0x10,0x13,0x20,0x28,0xfc,0x20,0xfc,0x20,0xfe,0x0,0xfc,0x4,0x24,0x24,0x20,0x58,0x86,0x2, -+0x10,0x11,0x11,0x7d,0x55,0x55,0x55,0x55,0x55,0x55,0x5d,0x55,0x11,0x11,0x11,0x11,0x4,0xfe,0x4,0xfc,0x24,0x24,0xfc,0x24,0x34,0x2c,0x24,0xfc,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x7d,0x55,0x57,0x55,0x55,0x55,0x55,0x55,0x5d,0x11,0x11,0x11,0x11,0x80,0xa0,0x94,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x0,0x0, -+0x10,0x11,0x11,0x7d,0x55,0x55,0x55,0x55,0x55,0x55,0x5d,0x56,0x12,0x14,0x19,0x10,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x20,0x48,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x21,0x21,0x21,0xf9,0xa9,0xa8,0xab,0xaa,0xab,0xa8,0xab,0xb9,0x20,0x20,0x21,0x2e,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x94,0xfc,0x0,0xf8,0x10,0xa0,0x40,0xb0,0xe, -+0x10,0x11,0x10,0x7c,0x57,0x54,0x55,0x55,0x55,0x55,0x5d,0x54,0x13,0x10,0x10,0x10,0x20,0xfc,0x88,0x50,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x20,0x20, -+0x10,0x11,0x10,0x7c,0x57,0x54,0x54,0x55,0x54,0x55,0x5c,0x57,0x10,0x10,0x10,0x13,0x50,0x54,0xd8,0x50,0xfe,0x88,0x50,0xfc,0x20,0xfc,0x20,0xfe,0x20,0x50,0x88,0x6, -+0x10,0x10,0x13,0x7d,0x54,0x57,0x54,0x54,0x57,0x54,0x5d,0x55,0x11,0x11,0x11,0x11,0x8,0x1c,0xe0,0x24,0xa8,0xfe,0x70,0xa8,0x26,0x24,0xfe,0x24,0xfc,0x24,0xfc,0x4, -+0x1,0x21,0x21,0x3f,0x0,0x3f,0x8,0x8,0x8,0x14,0x12,0x21,0x20,0x41,0x86,0x18,0x0,0x8,0x8,0xf8,0x0,0xf0,0x20,0x40,0x80,0xf0,0x10,0x20,0xc0,0x40,0x30,0xe, -+0x10,0x10,0x11,0x10,0x54,0x54,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x5,0x0,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x13,0x10,0x54,0x54,0x54,0x57,0x54,0x54,0x54,0x54,0x7d,0x5,0x2,0x4,0x0,0x4,0xfe,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0x8,0x8,0x8,0x8, -+0x10,0x10,0x10,0x13,0x54,0x54,0x54,0x55,0x54,0x54,0x54,0x54,0x7c,0x4,0x1,0x6,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0xfc,0x84,0x88,0x50,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x11,0x11,0x11,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x5,0x1,0x0,0x4,0xfe,0x0,0x4,0x44,0x28,0x28,0x10,0x10,0x28,0x24,0x44,0x80,0x0,0xfe,0x0, -+0x10,0x10,0x11,0x10,0x55,0x55,0x55,0x54,0x54,0x54,0x54,0x55,0x7e,0x4,0x0,0x0,0x0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x10,0x30,0x50,0x90,0x10,0x10,0x10,0x50,0x20, -+0x10,0x11,0x11,0x11,0x55,0x55,0x55,0x55,0x55,0x55,0x54,0x54,0x7d,0x5,0x2,0xc,0x8,0xfc,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x68,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x0,0x0,0x3f,0x2,0x2,0xff,0x4,0x8,0x31,0xc1,0x11,0x11,0x11,0x11,0x1f,0x0,0x10,0x38,0xc0,0x0,0x4,0xfe,0x40,0x30,0xe,0x4,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x1,0x21,0x21,0x3f,0x21,0x2,0x4,0xa,0x31,0xc0,0xf,0x0,0x0,0x0,0x0,0x1,0x0,0x8,0x8,0xf8,0x8,0x80,0x40,0x30,0xe,0x4,0xf0,0x10,0x20,0x40,0x80,0x0, -+0x1,0x21,0x21,0x3f,0x0,0x1f,0x10,0x10,0x14,0x12,0x11,0x12,0x24,0x28,0x40,0x80,0x0,0x8,0x8,0xf8,0x0,0xf0,0x10,0x10,0x50,0x90,0x10,0x90,0x50,0x52,0xa,0x4, -+0x1,0x21,0x21,0x3f,0x0,0x3f,0x21,0x21,0x21,0x3f,0x20,0x20,0x20,0x20,0x1f,0x0,0x0,0x8,0x8,0xf8,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x10,0x55,0x54,0x54,0x54,0x54,0x55,0x55,0x55,0x7d,0x5,0x1,0x1,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x21,0x21,0x3f,0x0,0xff,0x0,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x0,0x0,0x8,0x8,0xf8,0x4,0xfe,0x10,0x90,0xd0,0x90,0x90,0x90,0x90,0x10,0x50,0x20, -+0x1,0x21,0x21,0x3f,0x2,0x2,0xff,0x4,0x4,0x8,0x1f,0x0,0x8,0x10,0x62,0x1,0x0,0x8,0x8,0xf8,0x0,0x4,0xfe,0x0,0x80,0x90,0xf8,0x80,0x90,0x8c,0x84,0x0, -+0x10,0x10,0x11,0x11,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7c,0x4,0x0,0x0,0x0,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20, -+0x10,0x10,0x10,0x10,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x5,0x1,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x9,0x9,0x11,0x11,0x3f,0x50,0x90,0x10,0x11,0x1,0x21,0x21,0x21,0x21,0x3f,0x0,0x0,0x40,0x24,0xfe,0x0,0x80,0x84,0x44,0x3c,0x0,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x10,0x55,0x56,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x4,0x0,0x0,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0xe4,0x24,0x4,0x28,0x10, -+0x1,0x21,0x21,0x3f,0x4,0x78,0x42,0x42,0x42,0x42,0x4e,0x72,0x4,0x4,0x18,0x60,0x0,0x8,0x8,0xf8,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xa4,0x98,0x80,0x80,0x80, -+0x10,0x11,0x11,0x11,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x5,0x1,0x0,0x4,0xfe,0x4,0x4,0xfc,0x20,0x20,0x24,0xfe,0x10,0x10,0x10,0x8,0x4a,0x86,0x2, -+0x10,0x13,0x10,0x10,0x54,0x54,0x57,0x54,0x55,0x54,0x54,0x57,0x7c,0x4,0x0,0x0,0x0,0xfc,0x88,0x50,0x20,0xd8,0x6,0x20,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x10,0x11,0x11,0x11,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x5,0x1,0x1,0x4,0xfe,0x4,0x14,0xfc,0x4,0x4,0x74,0x54,0x54,0x54,0x74,0x54,0x4,0x14,0x8, -+0x20,0x20,0x23,0x20,0xa8,0xaf,0xa8,0xa9,0xa9,0xab,0xad,0xa9,0xf9,0x9,0x2,0x4,0x8,0x3c,0xc0,0x40,0x44,0xfe,0xa0,0x10,0x18,0x16,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x10,0x10,0x10,0x55,0x56,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x5,0x0,0x0,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x4,0x28,0x10, -+0x10,0x10,0x10,0x11,0x56,0x55,0x54,0x54,0x57,0x54,0x54,0x55,0x7c,0x4,0x0,0x0,0x40,0x40,0xf8,0x10,0x24,0xfe,0x24,0x24,0xfe,0x24,0x24,0xfc,0x24,0x20,0xa0,0x40, -+0x10,0x10,0x17,0x10,0x54,0x57,0x56,0x54,0x55,0x54,0x54,0x54,0x7c,0x4,0x1,0x2,0x90,0x94,0xfe,0x90,0x0,0xfe,0x42,0x44,0xf8,0x48,0x48,0x48,0x88,0x88,0x28,0x10, -+0x10,0x10,0x10,0x13,0x54,0x55,0x54,0x54,0x57,0x54,0x54,0x54,0x7c,0x5,0x2,0x0,0x20,0x20,0x24,0xfe,0x20,0x24,0xa8,0x20,0xfe,0x20,0x70,0xa8,0xa8,0x24,0x22,0x20, -+0x1,0x21,0x21,0x3f,0x8,0x8,0x8,0x7e,0x9,0x1d,0x2a,0x28,0x48,0x89,0x9,0x8,0x0,0x8,0x8,0xf8,0x0,0x10,0x90,0x90,0x8,0x48,0x46,0x80,0x90,0x8,0xfc,0x4, -+0x10,0x10,0x10,0x13,0x54,0x54,0x55,0x57,0x55,0x55,0x55,0x55,0x7d,0x4,0x0,0x0,0x20,0x20,0x24,0xfe,0x50,0xa8,0xfc,0x26,0x24,0xfc,0x24,0x24,0xfc,0x20,0x22,0x1e, -+0x1,0x21,0x21,0x3f,0x0,0x3f,0x21,0x2f,0x21,0x27,0x24,0x24,0x27,0x20,0x3f,0x20,0x0,0x8,0x8,0xf8,0x0,0xf8,0x8,0xe8,0x8,0xc8,0x48,0x48,0xc8,0x8,0xf8,0x8, -+0x11,0x10,0x10,0x10,0x55,0x54,0x57,0x54,0x54,0x55,0x56,0x54,0x7c,0x4,0x0,0x0,0x8,0x90,0x60,0x90,0x48,0x40,0xfe,0x80,0xf8,0x88,0xf8,0x88,0xf8,0x88,0xa8,0x90, -+0x10,0x10,0x13,0x10,0x55,0x55,0x55,0x54,0x55,0x54,0x54,0x57,0x7c,0x4,0x1,0x0,0x80,0x48,0xfc,0x0,0xf8,0x8,0xf8,0x0,0xf8,0x10,0x60,0xfe,0x40,0x40,0x40,0x80, -+0x10,0x10,0x10,0x11,0x55,0x56,0x54,0x55,0x54,0x55,0x54,0x54,0x7c,0x4,0x3,0x0,0x40,0x20,0x20,0xfe,0x2,0x54,0x88,0x4,0x0,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x11,0x11,0x11,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x2,0x4,0x8,0x0,0x4,0xfe,0x4,0x4,0xfc,0x10,0x54,0x54,0x54,0x7c,0x10,0x12,0x92,0x92,0xfe,0x2, -+0x10,0x10,0x13,0x10,0x54,0x55,0x55,0x56,0x54,0x55,0x54,0x54,0x7c,0x5,0x2,0x0,0x88,0x88,0xfe,0x88,0x0,0xfe,0x2,0x24,0x20,0xfe,0x20,0x70,0xa8,0x26,0x24,0x20, -+0x10,0x13,0x10,0x10,0x55,0x55,0x55,0x55,0x54,0x54,0x57,0x54,0x7c,0x4,0x0,0x3,0x4,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x40,0x44,0xfe,0x88,0x90,0x60,0x98,0x4, -+0x1,0x21,0x21,0x3f,0x0,0x3f,0x20,0x3f,0x24,0x3f,0x24,0x29,0x46,0x45,0x98,0x0,0x0,0x8,0x8,0xf8,0x50,0xfe,0x40,0xc4,0x44,0xc8,0xa8,0x30,0x20,0x52,0x8a,0x6, -+0x1,0x21,0x21,0x3f,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x2,0x51,0x51,0x90,0xf,0x0,0x0,0x8,0x8,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x0,0x8,0x6,0x12,0xf0,0x0, -+0x1,0x21,0x21,0x3f,0x0,0x1f,0x11,0x1f,0x11,0x1f,0x12,0x2,0x4,0x8,0x30,0x40,0x0,0x8,0x8,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x90,0xa8,0xba,0x82,0x7e,0x0, -+0x1,0x21,0x21,0x3f,0x1,0x6,0x38,0xcf,0x0,0x3e,0x22,0x3e,0x22,0x3e,0x22,0x26,0x0,0x8,0x8,0xf8,0x0,0xc0,0x30,0xee,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x18, -+0x11,0x10,0x10,0x13,0x54,0x55,0x54,0x57,0x54,0x54,0x55,0x55,0x7e,0x4,0xb,0x0,0x8,0x90,0xa0,0xfe,0x40,0xfc,0x40,0xfe,0x80,0x88,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x11,0x10,0x54,0x57,0x54,0x54,0x55,0x54,0x57,0x54,0x55,0x7c,0x4,0x0,0x3,0x20,0x24,0xa8,0x20,0xfe,0x20,0xa8,0x24,0x40,0xfe,0x88,0x8,0x90,0x60,0x98,0x4, -+0x11,0x10,0x10,0x13,0x54,0x54,0x55,0x55,0x57,0x54,0x55,0x55,0x7e,0x3,0x0,0x0,0x4,0x88,0x0,0xfe,0x88,0x88,0x10,0x54,0xb8,0x88,0x10,0x14,0xa4,0xfc,0x84,0x0, -+0x10,0x11,0x11,0x11,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x7d,0x2,0x4,0x0,0x4,0xfe,0x24,0x24,0xfc,0x0,0x4,0x7e,0x44,0x7c,0x44,0x7c,0x44,0x44,0x7c,0x44, -+0x20,0x20,0x27,0x20,0xaf,0xa8,0xa9,0xaf,0xa9,0xaf,0xa8,0xa9,0xf9,0xa,0x4,0x0,0x8,0x3c,0xc0,0x44,0xfe,0x40,0x50,0x5c,0x50,0x5c,0xe0,0x50,0x48,0x4e,0x44,0x40, -+0x1,0x21,0x3f,0x1,0xff,0x0,0x1f,0x10,0x1f,0x0,0x3f,0x20,0x2f,0x28,0x2f,0x20,0x0,0x8,0xf8,0x0,0xfe,0x0,0xf0,0x10,0xf0,0x0,0xf8,0x8,0xe8,0x28,0xe8,0x18, -+0x20,0x22,0x21,0xaa,0xa8,0xa9,0xab,0xad,0xa9,0xa9,0xa9,0xa9,0xf9,0x9,0x1,0x1,0x40,0x48,0x50,0x48,0xa0,0x10,0xfe,0x14,0x10,0xf0,0x10,0x10,0xf0,0x10,0x50,0x20, -+0x10,0x13,0x10,0x54,0x57,0x54,0x55,0x55,0x55,0x55,0x55,0x54,0x7f,0x4,0x0,0x0,0x20,0xfe,0x88,0x50,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x20,0x20, -+0x20,0x22,0x21,0x20,0xaf,0xa9,0xaa,0xac,0xaa,0xab,0xac,0xaa,0xf9,0x9,0x2,0x4,0x40,0x48,0x50,0x44,0xfe,0x50,0x48,0x44,0x8,0xbc,0xa8,0xa8,0x7e,0x8,0x8,0x8, -+0x20,0x27,0x20,0x22,0xa9,0xa9,0xaa,0xac,0xab,0xaa,0xaa,0xab,0xf9,0x8,0x7,0x0,0x20,0xa8,0xb0,0xa4,0x18,0xf0,0xe,0x4,0xf8,0x8,0x8,0xf8,0x10,0xa4,0xfe,0x0, -+0x1,0x1,0x45,0x7f,0x51,0x59,0x6b,0x5d,0x69,0x5d,0x6b,0x49,0x59,0x41,0x7f,0x40,0x0,0x0,0x14,0xfc,0x44,0x64,0xac,0x74,0xa4,0x74,0xac,0x24,0x64,0x4,0xfc,0x4, -+0x1,0x21,0x3f,0x0,0x26,0x38,0x21,0x1f,0x20,0x3e,0x48,0xa,0xff,0x14,0x22,0x41,0x0,0x8,0xf8,0x0,0xfc,0x8,0x30,0x10,0xfe,0x14,0x50,0x5c,0x50,0xb0,0x90,0xe, -+0x1,0x21,0x3f,0x8,0xff,0x8,0x3e,0x22,0x2a,0x2a,0x2a,0x2a,0xff,0x8,0x14,0x62,0x0,0x8,0xf8,0x0,0xfe,0x20,0x7c,0x44,0x54,0x54,0x54,0x54,0x54,0x28,0x26,0xc2, -+0x0,0x0,0x1,0x2,0x4,0x8,0x10,0x1,0x3,0x5,0x9,0x31,0x1,0x1,0x1,0x1,0x80,0x80,0x0,0x0,0x40,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0x10,0x27,0x40,0x8,0x10,0x20,0x50,0x90,0x11,0x11,0x12,0x14,0x18,0x10,0x80,0x40,0x44,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x8,0x8,0x8,0x8,0x50,0x20, -+0x8,0x8,0x11,0x21,0x49,0x9,0x11,0x31,0x51,0x91,0x11,0x11,0x11,0x11,0x1f,0x10,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xfe,0x0, -+0x8,0x8,0x10,0x20,0x49,0xa,0x11,0x31,0x51,0x91,0x11,0x11,0x11,0x11,0x10,0x10,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x4,0x28,0x10, -+0xa,0x9,0x10,0x20,0x4b,0x8,0x10,0x37,0x50,0x90,0x1f,0x10,0x10,0x10,0x10,0x10,0x8,0x10,0xa0,0x8,0xfc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x8,0x8,0x10,0x21,0x4b,0x8,0x10,0x37,0x51,0x91,0x12,0x15,0x10,0x10,0x11,0x16,0x40,0x40,0x88,0x10,0xe0,0x40,0x88,0xfc,0x0,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe, -+0x8,0x8,0x10,0x27,0x48,0xa,0x11,0x37,0x50,0x90,0x11,0x12,0x14,0x18,0x10,0x10,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0xfe,0x40,0xe0,0x50,0x48,0x4e,0x44,0x40,0x40, -+0x8,0x8,0x12,0x22,0x4a,0xa,0x17,0x30,0x50,0x92,0x12,0x12,0x13,0x14,0x14,0x18,0x40,0x40,0x48,0x7c,0x40,0x44,0xfe,0x40,0x40,0x48,0x7c,0x40,0x40,0xc0,0x66,0x1c, -+0x8,0x8,0x12,0x21,0x49,0x8,0x17,0x34,0x54,0x95,0x15,0x15,0x15,0x14,0x14,0x14,0x40,0x48,0x4c,0x48,0x50,0x44,0xfe,0x4,0x4,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x8,0x8,0x13,0x22,0x4b,0xa,0x13,0x30,0x57,0x90,0x10,0x13,0x10,0x10,0x1f,0x10,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0, -+0x8,0x8,0x17,0x22,0x49,0x9,0x12,0x33,0x54,0x90,0x1f,0x10,0x12,0x12,0x13,0x10,0x8,0x7c,0x80,0x48,0x48,0x50,0x0,0xfc,0x40,0x44,0xfe,0x40,0x48,0x48,0xf8,0x8, -+0x12,0x12,0x2a,0x4a,0x8f,0x10,0x2f,0x60,0xaf,0x22,0x2f,0x22,0x23,0x2e,0x20,0x21,0x10,0x10,0x90,0xa4,0xbe,0x44,0xa4,0x28,0xa8,0x10,0x90,0x28,0xa8,0x44,0x86,0x0, -+0x12,0x14,0x2f,0x48,0x8f,0x18,0x2f,0x62,0xbf,0x24,0x27,0x24,0x28,0x2b,0x30,0x21,0x10,0x10,0x90,0xa4,0xbe,0xc4,0xa4,0x28,0xa8,0x10,0x90,0xa8,0xa8,0x44,0x86,0x0, -+0xe,0x1a,0x2e,0x4a,0x8e,0x1a,0x2e,0x64,0xa7,0x2c,0x37,0x24,0x27,0x24,0x27,0x24,0xe0,0xa4,0xfe,0xa0,0xe0,0xa0,0xfe,0x84,0xe4,0x84,0xe4,0x84,0xe4,0x84,0xf4,0x8, -+0x0,0x0,0x8,0x10,0x20,0x40,0x8,0x10,0x20,0x40,0x8,0x10,0x20,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x4,0x88,0x50,0x20,0x50,0x88,0x8,0x18,0x28,0x48,0x88,0x8,0x8,0x8,0x50,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x4,0x88,0x50,0x20,0x57,0x88,0x8,0x18,0x28,0x49,0x89,0x9,0xa,0xa,0x54,0x28,0x80,0x80,0x80,0x90,0xf8,0x90,0x90,0x90,0x90,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x4,0x8b,0x50,0x20,0x50,0x88,0xf,0x18,0x28,0x48,0x88,0x8,0x8,0x8,0x50,0x20,0x10,0xf8,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x4,0x88,0x50,0x21,0x51,0x89,0x9,0x19,0x29,0x49,0x89,0x9,0xa,0xa,0x54,0x28,0x40,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x4,0x8b,0x50,0x21,0x51,0x89,0x9,0x19,0x29,0x48,0x88,0xf,0x8,0x8,0x50,0x20,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x4,0x24,0xf4,0x4,0x4,0x28,0x10, -+0x4,0x88,0x53,0x20,0x50,0x88,0x8,0x18,0x2b,0x48,0x88,0x8,0x8,0x8,0x57,0x20,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0x88,0xfe,0x0, -+0x4,0x88,0x50,0x20,0x51,0x8a,0xb,0x18,0x28,0x48,0x88,0x8,0x9,0x9,0x52,0x24,0x40,0x40,0x40,0x90,0x8,0x4,0xfe,0x90,0x90,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x4,0x88,0x51,0x21,0x51,0x89,0x9,0x19,0x29,0x49,0x89,0x9,0x8,0x8,0x50,0x20,0x0,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20, -+0x5,0x89,0x51,0x22,0x52,0x8d,0x9,0x19,0x29,0x49,0x89,0x9,0x9,0x9,0x50,0x20,0x0,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x28,0x10,0x2,0x2,0xfe,0x0, -+0x4,0x88,0x50,0x27,0x50,0x88,0xb,0x1a,0x2a,0x4b,0x88,0x8,0x9,0x9,0x52,0x24,0xa0,0xa0,0xa8,0xfc,0xa8,0xa8,0xf8,0xa0,0xa4,0xfe,0xa4,0xa4,0x34,0x28,0x20,0x20, -+0x4,0x88,0x50,0x20,0x57,0x88,0x9,0x19,0x2f,0x49,0x89,0x9,0x9,0xa,0x50,0x20,0x20,0x28,0x24,0x20,0xfe,0x20,0x20,0x28,0xe8,0x28,0x28,0x10,0x12,0x2a,0xc6,0x2, -+0x4,0x88,0x50,0x21,0x52,0x8c,0x9,0x18,0x28,0x4f,0x88,0x8,0x9,0xa,0x53,0x20,0x40,0x40,0xa0,0x10,0xe,0x24,0xf0,0x0,0x4,0xfe,0x40,0x80,0x10,0x8,0xfc,0x4, -+0x4,0x88,0x53,0x22,0x54,0x88,0x8,0x1f,0x28,0x49,0x88,0x8,0x8,0x8,0x50,0x20,0x40,0x20,0xfe,0x2,0x14,0x10,0x14,0xfe,0x10,0x10,0x90,0x90,0x10,0x10,0x50,0x20, -+0x0,0x88,0x57,0x20,0x51,0x92,0x12,0x33,0x56,0x9a,0x12,0x12,0x12,0x1a,0xa4,0x40,0x10,0x10,0x90,0x90,0x10,0x10,0xd8,0x54,0x54,0x52,0x92,0x10,0x10,0x10,0x50,0x20, -+0x4,0x8a,0x52,0x22,0x53,0x8a,0xa,0x1a,0x2b,0x48,0x88,0xb,0x8,0x8,0x57,0x20,0x0,0x20,0x24,0x28,0xb0,0x20,0x22,0xa2,0x1e,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0, -+0x4,0x89,0x51,0x21,0x51,0x88,0xb,0x1a,0x2a,0x4b,0x8a,0xa,0xb,0xa,0x52,0x22,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x14,0x8, -+0x4,0x88,0x57,0x21,0x51,0x91,0x1f,0x31,0x53,0x93,0x15,0x15,0x19,0x11,0xa1,0x41,0x4,0xc4,0x4,0x14,0x14,0x54,0xf4,0x14,0x14,0x94,0x54,0x14,0x4,0x4,0x14,0x8, -+0x4,0x88,0x50,0x21,0x52,0x8d,0x8,0x18,0x2f,0x48,0x89,0x9,0xa,0xc,0x51,0x20,0x40,0x40,0xa0,0x10,0x8,0xf6,0x40,0x48,0xfc,0x40,0x50,0x48,0x44,0x44,0x40,0x80, -+0x4,0x88,0x50,0x21,0x52,0x8c,0xb,0x18,0x28,0x4a,0x89,0x9,0x9,0x8,0x57,0x20,0x40,0x40,0xa0,0x10,0x8,0x6,0xf8,0x0,0x8,0x48,0x48,0x50,0x50,0x4,0xfe,0x0, -+0x4,0x88,0x57,0x20,0x50,0x8b,0x8,0x1b,0x28,0x48,0x8b,0xa,0xa,0xa,0x53,0x22,0x80,0x44,0xfe,0x0,0x0,0xfc,0x0,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x4,0x88,0x51,0x22,0x57,0x91,0x12,0x35,0x51,0x91,0x13,0x14,0x10,0x10,0xa1,0x46,0x40,0x80,0x10,0x8,0xfc,0x10,0x8,0x4,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x4,0x88,0x57,0x20,0x50,0x89,0xf,0x18,0x2b,0x4a,0x8a,0xa,0xb,0xa,0x50,0x20,0x40,0x44,0xfe,0x40,0xa0,0x14,0xfe,0x8,0xc8,0x48,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x4,0x8b,0x52,0x22,0x53,0x8a,0xa,0x1b,0x28,0x4f,0x88,0x8,0x9,0xa,0x54,0x20,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x4,0x8f,0x54,0x24,0x54,0x97,0x14,0x10,0x31,0x52,0x95,0x10,0x10,0x10,0xa1,0x46,0x4,0xfe,0xa4,0xa4,0xa4,0xfc,0x84,0x80,0xf8,0x8,0x8,0x90,0x60,0x40,0x80,0x0, -+0x4,0x88,0x53,0x22,0x52,0x8b,0xa,0x1a,0x2b,0x4a,0x88,0x8,0x8,0x9,0x52,0x24,0x0,0x44,0x9e,0x4,0x4,0x9c,0x4,0x4,0xfc,0x94,0x90,0x90,0x90,0x12,0x12,0xe, -+0x4,0x88,0x50,0x21,0x52,0x95,0x18,0x30,0x57,0x90,0x13,0x12,0x12,0x12,0xa3,0x42,0x40,0x40,0xa0,0x10,0x8,0xf6,0x40,0x48,0xfc,0x40,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x88,0x57,0x21,0x51,0x89,0xa,0x1c,0x28,0x4f,0x88,0x8,0x8,0x8,0x50,0x20,0x80,0x48,0xfc,0x10,0x10,0x10,0xa8,0x44,0x40,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x8,0x8f,0x51,0x21,0x51,0x97,0x14,0x34,0x54,0x97,0x11,0x11,0x11,0x11,0xaa,0x44,0x20,0x20,0x20,0x40,0x7e,0x82,0x14,0x10,0x54,0x54,0x52,0x52,0x92,0x10,0x50,0x20, -+0x5,0x89,0x51,0x21,0x5f,0x91,0x11,0x31,0x57,0x94,0x14,0x14,0x17,0x14,0xa0,0x41,0x4,0x3e,0x24,0x24,0xe4,0x3c,0x24,0x24,0xa4,0xbc,0xa4,0xa4,0xa4,0x44,0x94,0x8, -+0x4,0x88,0x57,0x20,0x51,0x92,0x14,0x3b,0x52,0x93,0x12,0x13,0x12,0x10,0xaf,0x40,0x40,0x48,0xfc,0xe0,0x50,0x48,0x46,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x0,0xfe,0x0, -+0x4,0x8b,0x52,0x22,0x53,0x92,0x12,0x33,0x50,0x9f,0x12,0x12,0x12,0x12,0xa3,0x42,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x0,0xfe,0x40,0x48,0x30,0x90,0xe,0x4, -+0x0,0x8f,0x54,0x27,0x54,0x97,0x10,0x33,0x52,0x93,0x12,0x13,0x12,0x12,0xa2,0x42,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x4,0x8b,0x52,0x22,0x53,0x8a,0xa,0x1a,0x2a,0x4a,0x8a,0xa,0xa,0xa,0x54,0x28,0x4,0xfe,0x24,0x24,0xfc,0x0,0xfc,0x84,0xfc,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x4,0x8b,0x50,0x20,0x57,0x88,0x9,0xa,0x18,0x2f,0x48,0x88,0x9,0xa,0x54,0x20,0x0,0xf8,0x90,0x60,0xfc,0xc4,0x48,0xc0,0x44,0xfe,0x40,0xe0,0x50,0x4e,0x44,0x40, -+0x4,0x8f,0x51,0x20,0x5f,0x88,0xb,0x1a,0x2b,0x4a,0x8b,0x8,0xf,0x8,0x50,0x20,0x40,0xfc,0x10,0xa4,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0x40,0x40, -+0x4,0x8f,0x51,0x20,0x5f,0x88,0xb,0x1a,0x2b,0x4a,0x8b,0x8,0x8,0x9,0x52,0x2c,0x40,0xfc,0x10,0xa4,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0xa0,0xa0,0x22,0x22,0x1e, -+0x0,0x8f,0x58,0x2a,0x69,0xaf,0x28,0x2a,0x6a,0xaa,0x2b,0x28,0x28,0x29,0xb2,0x44,0x4,0xfe,0x0,0x28,0x48,0xee,0x92,0xa4,0xa8,0xa8,0xe8,0x88,0x94,0x14,0x24,0x42, -+0x4,0x88,0x57,0x20,0x52,0x91,0x13,0x36,0x5b,0x92,0x13,0x10,0x12,0x14,0xa9,0x40,0x40,0x44,0xfe,0x40,0xa8,0x10,0xf8,0xe,0xf8,0x8,0xf8,0x40,0x50,0x4c,0x44,0x80, -+0x2,0x8a,0x53,0x24,0x59,0x97,0x15,0x35,0x57,0x95,0x15,0x17,0x15,0x15,0xa8,0x40,0x4,0x3e,0x94,0x94,0x14,0xec,0x40,0x58,0xde,0x68,0x48,0xfe,0x48,0x48,0xc8,0x8, -+0x0,0x8b,0x50,0x2f,0x50,0x97,0x15,0x34,0x57,0x90,0x17,0x10,0x1f,0x15,0xa4,0x48,0x38,0xc0,0x44,0xfe,0x40,0xfc,0x54,0xe4,0xfc,0x40,0xfc,0x40,0xfe,0x24,0x92,0x2, -+0x1,0x8f,0x51,0x27,0x54,0x97,0x11,0x32,0x57,0x9a,0x13,0x12,0x13,0x12,0xa3,0x42,0x10,0xfe,0x10,0xbc,0xa4,0xbc,0x40,0x24,0xfe,0x20,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x0,0x10,0x10,0x10,0x1f,0x22,0x22,0x22,0x54,0x8c,0x8,0x8,0x10,0x20,0xc0,0x0,0x10,0x10,0x10,0x10,0xfc,0x10,0x90,0x90,0x90,0x94,0xfe,0x10,0x10,0x10,0x10,0x10, -+0x1,0x7f,0x49,0x49,0x7f,0x49,0x49,0x7f,0x8,0xff,0x8,0x1c,0x2a,0x49,0x88,0x8,0x20,0xa0,0x3c,0x44,0xa8,0x10,0x20,0x60,0xbe,0x22,0x44,0xa4,0x18,0x10,0x20,0xc0, -+0x20,0x20,0x20,0x21,0x3a,0x4c,0x4b,0x4a,0xab,0x12,0x13,0x22,0x22,0x42,0x83,0x2,0x40,0x40,0xa0,0x10,0x8e,0x44,0xf8,0x8,0xf8,0x8,0xf8,0x48,0x30,0x90,0xc,0x4, -+0x4,0xf,0x32,0x7,0x59,0x7f,0x40,0x9f,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x8,0x30,0x0,0xf0,0x60,0x80,0x0,0xfe,0x2,0xf4,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x20,0x18, -+0x2,0x2,0x7,0x4,0xa,0x11,0x6,0x18,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x40,0x80,0x0,0xc0,0x30,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x1e,0x24,0x28,0x40,0x90,0x10,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x20,0x23,0x20,0x3c,0x44,0x89,0x23,0x20,0x20,0x20,0x21,0x25,0x2a,0x32,0x24,0x0,0x0,0xf8,0x20,0x40,0x80,0x4,0xfe,0x94,0x94,0x94,0x24,0x24,0x44,0x44,0xa8,0x10, -+0x20,0x20,0x20,0x3f,0x44,0x8a,0x22,0x22,0x22,0x22,0x23,0x20,0x28,0x30,0x20,0x0,0x40,0x40,0x44,0xfe,0x40,0x48,0x48,0x48,0x48,0x48,0xf8,0x48,0x40,0x42,0x42,0x3e, -+0x21,0x21,0x21,0x3d,0x46,0x89,0x20,0x23,0x20,0x20,0x20,0x24,0x28,0x30,0x20,0x0,0x0,0x0,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0xa,0xa,0x6, -+0x20,0x20,0x23,0x3c,0x44,0x88,0x20,0x20,0x2f,0x20,0x20,0x24,0x28,0x30,0x27,0x0,0x8,0x3c,0xc0,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x48,0xfc,0x0, -+0x20,0x20,0x23,0x3c,0x44,0x88,0x20,0x2f,0x20,0x20,0x20,0x24,0x29,0x31,0x22,0xc,0x8,0x3c,0xc0,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x20,0x20,0x21,0x3d,0x46,0x88,0x23,0x20,0x20,0x20,0x20,0x24,0x28,0x30,0x21,0x6,0x80,0x84,0xfe,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x20,0x20,0x20,0x3c,0x45,0x8a,0x27,0x20,0x20,0x23,0x22,0x26,0x2a,0x32,0x23,0x2,0x40,0x40,0x80,0x80,0x10,0x8,0xfc,0x4,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x20,0x20,0x3f,0x46,0x8a,0x22,0x22,0x22,0x22,0x22,0x26,0x2a,0x32,0x22,0x2,0x40,0x40,0x84,0xfe,0x4,0x4,0xf4,0x94,0x94,0x94,0x94,0xf4,0x4,0x4,0x14,0x8, -+0x20,0x20,0x23,0x3c,0x44,0x8b,0x22,0x24,0x21,0x20,0x20,0x27,0x28,0x30,0x21,0x0,0x40,0x48,0xfc,0x40,0x40,0xfc,0x4,0x8,0xf0,0x20,0x44,0xfe,0x40,0x40,0x40,0x80, -+0x20,0x20,0x20,0x3c,0x45,0x8a,0x25,0x20,0x20,0x27,0x20,0x21,0x2a,0x34,0x21,0x0,0x40,0x40,0xa0,0xa0,0x10,0x8,0xf6,0x40,0x48,0xfc,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x20,0x23,0x22,0x3e,0x47,0x8a,0x22,0x23,0x22,0x22,0x23,0x26,0x2a,0x32,0x23,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x20,0x24,0xa8,0x30,0x22,0xa2,0x1e,0x0, -+0x20,0x20,0x27,0x3c,0x45,0x8a,0x24,0x2b,0x22,0x23,0x22,0x23,0x2a,0x30,0x27,0x0,0x40,0x48,0xfc,0xe0,0x50,0x48,0x46,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x0,0xfc,0x0, -+0x20,0x20,0x21,0x3d,0x45,0x89,0x21,0x21,0x21,0x20,0x23,0x20,0x28,0x30,0x20,0x7,0x20,0xa4,0x2e,0x24,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0xd8,0x6, -+0x21,0x21,0x27,0x39,0x49,0x93,0x2,0x23,0x22,0x23,0x20,0x27,0x28,0x31,0x22,0xc,0x10,0x14,0xfe,0x10,0x10,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0xa0,0x10,0xe,0x4, -+0x21,0x20,0x27,0x38,0x4b,0x90,0xf,0x20,0x21,0x21,0x22,0x2b,0x34,0x28,0x17,0x0,0x10,0xa0,0xfc,0x40,0xfc,0x40,0xfe,0x88,0xfc,0x48,0x48,0xf8,0x88,0x88,0xfe,0x0, -+0x21,0x21,0x27,0x39,0x49,0x90,0x3,0x22,0x23,0x20,0x27,0x20,0x2b,0x30,0x2f,0x0,0x10,0x14,0xfe,0x10,0xf0,0x40,0xf8,0x48,0xf8,0x40,0xfc,0x40,0xf8,0x40,0xfe,0x0, -+0x22,0x22,0x22,0x3f,0x4a,0x92,0xf,0x20,0x27,0x24,0x27,0x24,0x2f,0x34,0x25,0x4,0x88,0x88,0x88,0xd0,0x9e,0xa4,0xf4,0x14,0xd4,0x54,0xc8,0x48,0xd4,0x54,0x64,0x82, -+0x20,0x27,0x24,0x3c,0x4f,0x94,0x4,0x27,0x21,0x27,0x21,0x21,0x2f,0x31,0x22,0x4,0x4,0xbe,0xa4,0xa4,0xbc,0x20,0xa4,0xbc,0x10,0xfc,0x10,0x14,0xfe,0x10,0xc,0x4, -+0x20,0x2f,0x20,0x3b,0x4a,0x97,0x5,0x2b,0x21,0x23,0x21,0x27,0x29,0x33,0x2d,0x1,0x40,0xfe,0x40,0xf8,0x48,0xfe,0x12,0xfc,0x10,0xf8,0x10,0xfe,0x48,0x30,0x8e,0x4, -+0x1,0x0,0x3f,0x20,0x24,0x24,0x24,0x24,0x24,0x27,0x24,0x24,0x44,0x44,0x83,0x0,0x0,0x88,0xfc,0x0,0x0,0x0,0x8,0x30,0xc0,0x0,0x0,0x0,0x4,0x4,0xfc,0x0, -+0x1,0x0,0x3f,0x20,0x20,0x2f,0x20,0x20,0x3f,0x21,0x21,0x21,0x42,0x42,0x84,0x18,0x0,0x88,0xfc,0x0,0x10,0xf8,0x80,0x84,0xfe,0x40,0x40,0x40,0x40,0x42,0x42,0x3e, -+0x1,0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x2f,0x24,0x22,0x21,0x40,0x41,0x86,0x18,0x0,0x88,0xfc,0x80,0x84,0xfe,0x80,0x80,0xf8,0x10,0x20,0x40,0x80,0x60,0x1e,0x4, -+0x1,0x0,0x3f,0x24,0x24,0x27,0x28,0x30,0x27,0x24,0x24,0x27,0x44,0x44,0x84,0x3,0x0,0x88,0xfc,0x0,0x8,0xfc,0x8,0x48,0xe8,0x48,0x48,0xc8,0x28,0x12,0x2,0xfe, -+0x1,0x0,0x3f,0x20,0x22,0x24,0x24,0x2f,0x34,0x24,0x24,0x24,0x45,0x46,0x84,0x4,0x0,0x88,0xfc,0x0,0x20,0x20,0x24,0xfe,0x60,0x70,0xa8,0xa8,0x26,0x24,0x20,0x20, -+0x1,0x0,0x3f,0x24,0x22,0x3f,0x20,0x20,0x2f,0x20,0x20,0x3f,0x40,0x40,0x80,0x0,0x0,0x88,0xfc,0x10,0x20,0xfc,0x80,0x90,0xf8,0x80,0x84,0xfe,0x80,0x80,0x80,0x80, -+0x1,0x0,0x3f,0x22,0x3f,0x22,0x23,0x20,0x27,0x24,0x27,0x24,0x44,0x48,0x88,0x10,0x0,0x88,0xfc,0x20,0xfc,0x20,0xe0,0x0,0xf0,0x10,0xf0,0x80,0x40,0x30,0xe,0x4, -+0x1,0x0,0x3f,0x20,0x2f,0x21,0x22,0x24,0x2f,0x34,0x27,0x24,0x47,0x44,0x80,0x0,0x0,0x88,0xfc,0x80,0xfc,0x40,0xa0,0x90,0xfe,0x94,0xf0,0x90,0xf0,0x92,0x82,0x7e, -+0x1,0x0,0x3f,0x22,0x2c,0x28,0x28,0x2e,0x28,0x28,0x2f,0x29,0x42,0x44,0x88,0x30,0x0,0x88,0xfc,0x80,0xb8,0x88,0x88,0xb8,0x88,0x88,0xf8,0x48,0x20,0x10,0xe,0x4, -+0x1,0x0,0x3f,0x21,0x2f,0x28,0x2f,0x28,0x2f,0x21,0x22,0x3f,0x40,0x40,0x80,0x0,0x0,0x88,0xfc,0x0,0xf8,0x88,0xf8,0x88,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x0,0x3f,0x20,0x2f,0x20,0x3f,0x21,0x2f,0x22,0x27,0x2c,0x34,0x24,0x41,0x42,0x8c,0x80,0xfe,0x80,0xf8,0x88,0xfe,0x8,0xf8,0x20,0xf0,0x1e,0x94,0x90,0x40,0x30,0x8, -+0x1,0x0,0x3f,0x22,0x2f,0x22,0x2f,0x22,0x3f,0x24,0x27,0x24,0x44,0x4a,0x91,0x0,0x0,0x88,0xfc,0x20,0xa4,0x3e,0xa8,0x48,0xa8,0x28,0xa8,0x90,0x90,0xa8,0x44,0x82, -+0x0,0x3f,0x24,0x3f,0x24,0x27,0x20,0x2f,0x28,0x2f,0x20,0x2f,0x20,0x4f,0x40,0xbf,0x80,0xfe,0x10,0xfc,0x10,0xf0,0x80,0xf8,0x88,0xf8,0x80,0xf8,0x80,0xf8,0x80,0xfe, -+0x0,0x3f,0x20,0x2f,0x28,0x2f,0x28,0x2f,0x20,0x2f,0x20,0x3f,0x24,0x4b,0x40,0xbf,0x80,0xfe,0x0,0xf8,0x88,0xf8,0x88,0xf8,0x80,0xf8,0x80,0xfe,0x90,0xe8,0x80,0xfe, -+0x0,0x3f,0x24,0x27,0x29,0x2a,0x3f,0x2a,0x2f,0x2a,0x2f,0x2a,0x2a,0x4a,0x51,0x80,0x80,0xfe,0x0,0xfc,0x24,0x24,0xac,0xc8,0xa8,0xbe,0xc8,0x88,0xfe,0x88,0x88,0x8, -+0x0,0x3f,0x20,0x3f,0x20,0x2f,0x2a,0x2b,0x2a,0x2f,0x20,0x27,0x20,0x5f,0x42,0x8c,0x80,0xfe,0x80,0xfe,0x0,0xf8,0x28,0xe8,0x28,0xf8,0x0,0xf0,0x0,0xfc,0xa0,0x98, -+0x0,0x3f,0x22,0x24,0x2d,0x36,0x24,0x24,0x27,0x24,0x27,0x24,0x27,0x44,0x44,0x84,0x80,0xfe,0x50,0xfc,0x90,0xfc,0x90,0x9c,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x10,0x10,0x10,0x10,0x58,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x17,0x10,0x58,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x11,0x12,0x14,0x0,0x4,0xfe,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x84,0x4,0x28,0x10, -+0x10,0x10,0x10,0x10,0x5b,0x54,0x50,0x91,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x90,0x90,0x10,0x10,0x10,0x10,0x50,0x20, -+0x10,0x10,0x13,0x10,0x58,0x54,0x50,0x97,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0x1c,0xe0,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x17,0x10,0x58,0x54,0x5f,0x90,0x10,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x0,0x8,0xfc,0x40,0x40,0x44,0xfe,0x40,0x60,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x10,0x17,0x58,0x54,0x50,0x93,0x12,0x11,0x10,0x10,0x10,0x11,0x12,0x1c,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0xf8,0x8,0x10,0xa0,0x40,0xa0,0x10,0xe,0x4, -+0x10,0x13,0x12,0x12,0x5a,0x56,0x52,0x92,0x12,0x12,0x12,0x12,0x13,0x12,0x13,0x10,0x8,0xfc,0x0,0x4,0x84,0x48,0x48,0x30,0x10,0x28,0x48,0x84,0x4,0x0,0xfe,0x0, -+0x20,0x20,0x20,0x20,0xb7,0xac,0xa4,0xa4,0x24,0x27,0x24,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xfc,0x44,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x10,0x10,0x59,0x56,0x50,0x90,0x17,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x80,0x80,0x88,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x11,0x11,0x11,0x12,0x5b,0x54,0x53,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x0,0xf8,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x12,0xa,0x6,0x2, -+0x11,0x11,0x11,0x11,0x59,0x55,0x51,0x9f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x0,0x8,0x10,0x20,0x40,0x80,0x4,0xfe,0x40,0x40,0x20,0x20,0x10,0x4e,0x84,0x0, -+0x10,0x10,0x10,0x10,0x59,0x56,0x54,0x91,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x40,0x40,0xa0,0x90,0x8,0xe,0x4,0xf0,0x10,0x10,0x50,0x20,0x4,0x4,0xfc,0x0, -+0x10,0x10,0x10,0x10,0x59,0x55,0x52,0x94,0x10,0x10,0x10,0x11,0x12,0x13,0x10,0x10,0x0,0x20,0xa0,0x90,0x10,0x8,0xe,0x44,0x40,0x80,0x80,0x10,0x8,0xfc,0x4,0x0, -+0x10,0x10,0x10,0x17,0x58,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x80,0x40,0x4,0xfe,0x40,0x40,0x60,0x50,0x4c,0x44,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x13,0x10,0x58,0x54,0x50,0x93,0x10,0x10,0x10,0x10,0x10,0x10,0x17,0x10,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0x88,0x88,0xfe,0x0, -+0x10,0x10,0x10,0x10,0x5f,0x54,0x50,0x90,0x13,0x12,0x12,0x12,0x12,0x12,0x13,0x12,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x10,0x10,0x5b,0x54,0x50,0x90,0x11,0x11,0x12,0x14,0x18,0x10,0x10,0x10,0x40,0x50,0x48,0x40,0xfe,0x40,0xc0,0xe0,0x50,0x50,0x48,0x4e,0x44,0x40,0x40,0x40, -+0x10,0x17,0x10,0x12,0x59,0x55,0x51,0x90,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x8,0xfc,0x40,0x48,0x48,0x48,0x50,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x13,0x12,0x5a,0x56,0x53,0x92,0x12,0x12,0x13,0x12,0x10,0x10,0x1f,0x10,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x0,0x4,0xfe,0x0, -+0x10,0x10,0x10,0x13,0x5a,0x56,0x52,0x92,0x12,0x1f,0x10,0x10,0x10,0x11,0x12,0x14,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0x48,0x48,0xfe,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x11,0x11,0x11,0x11,0x5a,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0xfc,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80, -+0x10,0x13,0x12,0x12,0x5b,0x56,0x52,0x92,0x12,0x12,0x12,0x12,0x14,0x14,0x18,0x10,0x4,0xfe,0x4,0x4,0xfc,0x0,0x80,0x84,0x88,0x90,0xa0,0xc0,0x82,0x82,0x7e,0x0, -+0x10,0x10,0x10,0x17,0x58,0x54,0x57,0x94,0x14,0x17,0x10,0x10,0x11,0x11,0x12,0x14,0xa0,0xa0,0xa4,0xfe,0xa4,0xa4,0xfc,0xa4,0xa0,0xfe,0xa2,0xa2,0x2a,0x24,0x20,0x20, -+0x10,0x10,0x13,0x10,0x58,0x54,0x51,0x92,0x14,0x13,0x12,0x12,0x12,0x12,0x13,0x12,0x0,0x4,0xfe,0x84,0x84,0x84,0x14,0x8,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x13,0x11,0x10,0x58,0x54,0x51,0x92,0x15,0x10,0x10,0x17,0x10,0x10,0x10,0x10,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x50,0x4e,0xf4,0x40,0x48,0xfc,0x40,0x40,0x40,0x40, -+0x10,0x10,0x10,0x18,0x55,0x52,0x57,0x90,0x10,0x13,0x12,0x12,0x12,0x12,0x13,0x12,0x40,0x40,0x80,0x80,0x10,0x8,0xfc,0x4,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x21,0x2f,0x30,0xa8,0xa0,0xbf,0xa2,0x22,0x24,0x25,0x28,0x2f,0x20,0x20,0x21,0x10,0x10,0x90,0x14,0x7e,0x14,0xd4,0x14,0x14,0x14,0x24,0xa4,0xa4,0x44,0x94,0x8, -+0x20,0x27,0x24,0x24,0xb4,0xac,0xa7,0xa4,0x24,0x24,0x24,0x24,0x28,0x29,0x31,0x26,0x4,0xfe,0x40,0x50,0x48,0x40,0xfe,0x40,0x40,0x40,0xa0,0xa0,0xa0,0x10,0xe,0x4, -+0x20,0x27,0x24,0x24,0xb5,0xad,0xa5,0xa5,0x25,0x25,0x25,0x21,0x22,0x22,0x24,0x28,0x44,0xe4,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x4,0x84,0x44,0x54,0x8, -+0x10,0x12,0x12,0x12,0x5b,0x54,0x53,0x90,0x10,0x13,0x12,0x12,0x12,0x12,0x11,0x10,0x40,0x48,0x48,0x48,0xf8,0x0,0xf8,0x8,0x8,0xf8,0x8,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x11,0x5a,0x54,0x53,0x92,0x12,0x13,0x12,0x12,0x13,0x12,0x10,0x10,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x4,0x28,0x10, -+0x10,0x10,0x11,0x11,0x5a,0x54,0x50,0x91,0x12,0x14,0x1b,0x12,0x12,0x12,0x13,0x12,0x80,0x80,0xf8,0x10,0xa0,0x40,0xa0,0x10,0xe,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x27,0x24,0x28,0xb7,0xa9,0xa1,0xa2,0x27,0x20,0x20,0x2f,0x20,0x20,0x20,0x20,0x0,0xfe,0x82,0x84,0xf8,0x0,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x10,0x10,0x17,0x10,0x58,0x57,0x54,0x98,0x13,0x10,0x10,0x17,0x10,0x10,0x11,0x10,0x40,0x48,0xfc,0x40,0x40,0xfe,0x2,0x4,0xf8,0x10,0x24,0xfe,0x40,0x40,0x40,0x80, -+0x10,0x10,0x17,0x10,0x58,0x57,0x54,0x94,0x17,0x14,0x10,0x11,0x12,0x14,0x18,0x10,0x40,0x44,0xfe,0x40,0x44,0xfe,0x44,0x44,0xfc,0x44,0xe0,0x50,0x48,0x46,0x44,0x40, -+0x21,0x25,0x25,0x25,0xb5,0xad,0xa5,0xa5,0x25,0x20,0x20,0x2f,0x20,0x20,0x3f,0x20,0x0,0x0,0xfc,0x4,0x28,0x10,0x28,0x46,0x80,0x80,0x90,0xf8,0x80,0x84,0xfe,0x0, -+0x10,0x10,0x17,0x14,0x5c,0x57,0x54,0x94,0x17,0x10,0x10,0x17,0x10,0x10,0x1f,0x10,0x0,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0, -+0x10,0x17,0x14,0x14,0x5c,0x57,0x54,0x94,0x14,0x15,0x16,0x14,0x14,0x14,0x17,0x14,0x4,0xfe,0x44,0x44,0x54,0xfc,0x44,0xc4,0xe4,0x5c,0x4c,0x44,0x44,0x4,0xfc,0x4, -+0x10,0x13,0x12,0x12,0x5b,0x54,0x57,0x94,0x14,0x14,0x17,0x14,0x14,0x14,0x13,0x10,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x44,0x44,0x44,0xfc,0x0,0x2,0x2,0xfe,0x0, -+0x12,0x11,0x10,0x13,0x58,0x50,0x57,0x94,0x14,0x17,0x10,0x11,0x12,0x14,0x10,0x10,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x40,0x44,0xfe,0xc4,0x44,0x54,0x48,0x40,0x40, -+0x10,0x10,0x11,0x1a,0x57,0x51,0x52,0x94,0x11,0x12,0x15,0x10,0x10,0x10,0x13,0x14,0x40,0x80,0x10,0x8,0xfc,0x10,0x8c,0x84,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x4, -+0x10,0x17,0x14,0x14,0x5d,0x54,0x54,0x94,0x17,0x14,0x14,0x14,0x14,0x15,0x17,0x10,0x8,0xfc,0x20,0x28,0xfc,0x20,0xa8,0x20,0xfe,0x20,0x50,0x50,0x88,0x4,0xfe,0x0, -+0x10,0x10,0x17,0x10,0x58,0x57,0x52,0x91,0x10,0x17,0x10,0x10,0x1f,0x10,0x10,0x10,0x40,0x48,0xfc,0x40,0x44,0xfe,0x8,0x10,0xa0,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40, -+0x10,0x10,0x10,0x17,0x58,0x54,0x50,0x97,0x10,0x10,0x10,0x1f,0x10,0x10,0x10,0x10,0xa0,0xa0,0xa8,0xbc,0xa0,0xa0,0xa0,0xbc,0xa0,0xa0,0xa4,0xbe,0xa0,0xa0,0xa0,0xa0, -+0x10,0x14,0x12,0x11,0x58,0x57,0x54,0x94,0x15,0x15,0x15,0x15,0x15,0x14,0x14,0x14,0x40,0x44,0x48,0x50,0x44,0xfe,0x4,0x4,0xf4,0x14,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x10,0x17,0x14,0x15,0x5c,0x57,0x54,0x94,0x17,0x15,0x15,0x15,0x15,0x14,0x14,0x14,0x4,0xfe,0x4,0x14,0xa4,0xfc,0x44,0x54,0xfc,0x4,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x17,0x14,0x14,0x5d,0x54,0x54,0x97,0x14,0x15,0x15,0x15,0x15,0x15,0x18,0x10,0x4,0xfe,0x44,0x44,0xf4,0x44,0x54,0xfc,0x4,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x11,0x11,0x11,0x12,0x5c,0x55,0x51,0x92,0x14,0x11,0x11,0x15,0x15,0x19,0x10,0x10,0x0,0x4,0xfe,0xa4,0xa4,0x24,0x44,0x54,0x88,0x40,0x20,0x24,0xa,0xa,0xf8,0x0, -+0x10,0x10,0x17,0x11,0x59,0x55,0x52,0x94,0x10,0x1f,0x10,0x10,0x10,0x10,0x10,0x10,0x80,0x48,0xfc,0x10,0x10,0x10,0xa8,0x44,0x40,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x20,0x27,0x24,0x24,0xb7,0xac,0xa4,0xa7,0x20,0x2f,0x29,0x29,0x29,0x29,0x3f,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfc,0x24,0x24,0x24,0x24,0xfe,0x0, -+0x10,0x10,0x13,0x1a,0x53,0x50,0x5f,0x90,0x13,0x12,0x12,0x12,0x12,0x10,0x11,0x16,0x40,0x48,0xfc,0x48,0xf8,0x40,0xfe,0x8,0xfc,0x8,0x48,0x48,0x48,0xb0,0x8,0x4, -+0x10,0x17,0x14,0x14,0x5f,0x54,0x53,0x90,0x1f,0x11,0x13,0x10,0x10,0x10,0x10,0x10,0x4,0xbe,0xa4,0xa4,0xbc,0x0,0xf8,0x0,0xfe,0x0,0xf8,0x8,0x8,0x88,0x50,0x20, -+0x10,0x17,0x14,0x14,0x5f,0x54,0x50,0x9f,0x10,0x10,0x10,0x10,0x11,0x11,0x12,0x14,0x4,0xfe,0xa4,0xa4,0xfc,0x80,0x44,0xfe,0x80,0x88,0xfc,0x88,0x8,0x8,0x28,0x10, -+0x10,0x12,0x12,0x12,0x5b,0x54,0x50,0x97,0x10,0x10,0x17,0x14,0x14,0x14,0x14,0x14,0x40,0x48,0x48,0x48,0xf8,0x0,0x4,0xfe,0x40,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xc, -+0x10,0x11,0x17,0x11,0x59,0x55,0x57,0x91,0x13,0x13,0x15,0x15,0x19,0x11,0x11,0x11,0x90,0xd0,0x10,0x10,0x52,0x34,0xd8,0x10,0x10,0x90,0x50,0x28,0x28,0x44,0x82,0x0, -+0x11,0x11,0x11,0x1a,0x55,0x51,0x51,0x91,0x11,0x11,0x11,0x13,0x14,0x10,0x11,0x16,0x0,0x4,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xf8,0x10,0xa0,0x40,0xb0,0xe, -+0x10,0x10,0x17,0x18,0x57,0x50,0x5f,0x90,0x11,0x13,0x10,0x17,0x11,0x12,0x14,0x10,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x80,0x10,0xe0,0x48,0xfc,0x50,0x4c,0x44,0xc0, -+0x22,0x21,0x2f,0x21,0xb7,0xa9,0xa1,0xbf,0x21,0x21,0x27,0x21,0x23,0x25,0x29,0x21,0x10,0x24,0xfe,0x20,0xfc,0x24,0x24,0xfe,0x24,0x24,0xfc,0x20,0x30,0x2e,0x24,0x20, -+0x10,0x13,0x12,0x13,0x5a,0x57,0x52,0x93,0x12,0x13,0x13,0x13,0x15,0x15,0x19,0x11,0x20,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x24,0x2c, -+0x10,0x13,0x12,0x13,0x5a,0x57,0x50,0x9f,0x10,0x13,0x12,0x13,0x11,0x12,0x14,0x10,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x0,0xf8,0x8,0xf8,0x50,0x4c,0x44,0xc0, -+0x11,0x11,0x11,0x1a,0x56,0x5b,0x52,0x92,0x13,0x12,0x12,0x13,0x12,0x12,0x12,0x14,0x40,0x24,0xfe,0x20,0x20,0xfc,0x20,0x20,0xfc,0x20,0x20,0xfe,0x0,0x94,0x4a,0x2, -+0x10,0x17,0x11,0x10,0x5f,0x54,0x53,0x92,0x13,0x12,0x13,0x10,0x17,0x10,0x1f,0x10,0x40,0xfc,0x10,0xa4,0xfe,0x0,0xf8,0x48,0xf8,0x48,0xf8,0x40,0xfc,0x40,0xfe,0x0, -+0x11,0x11,0x1f,0x11,0x5b,0x55,0x51,0x97,0x10,0x12,0x12,0x12,0x13,0x12,0x14,0x18,0x10,0x14,0xfe,0x10,0xb8,0x54,0x10,0xfc,0x48,0x40,0x7c,0x40,0x40,0xc0,0x46,0x3c, -+0x10,0x1f,0x10,0x17,0x5d,0x55,0x55,0x97,0x10,0x13,0x10,0x1f,0x11,0x12,0x14,0x10,0x40,0xfe,0x0,0xfc,0x14,0xf4,0x14,0xfc,0x0,0xf8,0x0,0xfe,0x50,0x4c,0x44,0xc0, -+0x21,0x2f,0x21,0x23,0xb2,0xab,0xa0,0xaf,0x28,0x33,0x22,0x23,0x22,0x23,0x22,0x23,0x10,0xfe,0x10,0xf8,0xa8,0xf8,0x0,0xfe,0x2,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8, -+0x0,0x3f,0x2,0x2,0xff,0x4,0x4,0x8,0x12,0x22,0xcb,0xa,0x12,0x22,0xa,0x4,0x10,0xf8,0x0,0x4,0xfe,0x80,0x40,0x20,0x10,0xe,0x24,0x90,0x48,0x48,0x0,0x0, -+0x3c,0x27,0x24,0x29,0x26,0x24,0x34,0x28,0x21,0x26,0x18,0xe1,0x9,0x11,0x25,0x2,0x40,0xfc,0x80,0xf8,0x88,0xf8,0x88,0xf8,0x88,0xc0,0x30,0xe,0x50,0x28,0x28,0x0, -+0x20,0x17,0x40,0x40,0x40,0x40,0x40,0x5f,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x4,0x4,0x24,0xf4,0x4,0x4,0x4,0x4,0x4,0x4,0x14,0x8, -+0x20,0x17,0x40,0x40,0x5f,0x40,0x40,0x40,0x4f,0x40,0x40,0x40,0x5f,0x40,0x40,0x40,0x4,0xfe,0x4,0x24,0xf4,0x4,0x4,0x44,0xe4,0x4,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x20,0x17,0x41,0x41,0x5f,0x41,0x41,0x4f,0x41,0x41,0x5f,0x41,0x41,0x41,0x41,0x41,0x4,0xfe,0x4,0x24,0xf4,0x4,0x44,0xe4,0x4,0x14,0xfc,0x14,0x54,0x24,0xc,0x4, -+0x20,0x17,0x42,0x42,0x42,0x5f,0x42,0x44,0x45,0x49,0x4a,0x52,0x67,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x4,0x84,0x4,0x4,0x44,0x24,0xe4,0x4,0x14,0x8, -+0x20,0x17,0x40,0x42,0x41,0x5f,0x40,0x44,0x42,0x41,0x42,0x44,0x48,0x40,0x40,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x44,0x44,0x84,0x4,0x84,0x64,0x24,0x4,0x14,0x8, -+0x20,0x17,0x40,0x42,0x41,0x5f,0x40,0x47,0x44,0x44,0x44,0x44,0x48,0x50,0x40,0x40,0x4,0xfe,0x4,0x4,0x24,0xf4,0x4,0xc4,0x44,0x44,0x44,0x54,0x74,0x4,0x14,0x8, -+0x20,0x17,0x40,0x50,0x48,0x47,0x40,0x58,0x49,0x49,0x4a,0x4c,0x53,0x60,0x40,0x40,0x4,0xfe,0x4,0x84,0xa4,0xf4,0x84,0x84,0x44,0x34,0x14,0x4,0xfc,0x4,0x14,0x8, -+0x20,0x17,0x40,0x40,0x47,0x44,0x44,0x47,0x40,0x4f,0x48,0x48,0x48,0x4f,0x48,0x40,0x4,0xfe,0x4,0x44,0xe4,0x44,0x44,0xc4,0x4,0xe4,0x24,0x24,0x24,0xe4,0x14,0x8, -+0x20,0x17,0x40,0x40,0x5f,0x51,0x51,0x5f,0x51,0x53,0x55,0x59,0x51,0x5f,0x50,0x40,0x4,0xfe,0x4,0x4,0xf4,0x14,0x54,0xf4,0x14,0x94,0x54,0x34,0x14,0xf4,0x14,0x8, -+0x20,0x17,0x42,0x47,0x48,0x51,0x4f,0x49,0x4f,0x49,0x4f,0x41,0x41,0x40,0x40,0x40,0x4,0xfe,0x4,0xc4,0x84,0x24,0xf4,0x24,0xe4,0x24,0xe4,0x4,0x14,0xf4,0x4,0xc, -+0x20,0x17,0x42,0x41,0x4f,0x48,0x4f,0x48,0x4f,0x4a,0x49,0x48,0x4a,0x4c,0x48,0x40,0x4,0xfe,0x4,0x24,0xf4,0x24,0xe4,0x24,0xe4,0x14,0x24,0xc4,0x44,0x34,0x4,0xc, -+0x20,0x17,0x40,0x40,0x7f,0x40,0x5e,0x52,0x52,0x52,0x5e,0x40,0x7e,0x41,0x42,0x40,0x4,0xfe,0xa4,0x94,0xfc,0x84,0x84,0x94,0x54,0x64,0x44,0x54,0xb4,0x14,0x4,0xc, -+0x20,0x17,0x40,0x4f,0x48,0x4f,0x48,0x4f,0x40,0x5f,0x50,0x5f,0x50,0x5f,0x40,0x40,0x4,0xfe,0x4,0xe4,0x24,0xe4,0x24,0xe4,0x4,0xf4,0x14,0xf4,0x14,0xf4,0x14,0x8, -+0x20,0x17,0x40,0x42,0x4c,0x48,0x4e,0x48,0x4f,0x42,0x42,0x44,0x44,0x48,0x50,0x40,0x4,0xfe,0x4,0x24,0xf4,0x24,0xe4,0x24,0xe4,0x84,0x84,0x94,0x94,0x74,0x4,0xc, -+0x20,0x17,0x40,0x40,0x5f,0x49,0x45,0x5f,0x50,0x67,0x44,0x42,0x41,0x46,0x58,0x40,0x4,0xfe,0x24,0xf4,0x4,0x24,0x44,0xfc,0xc,0xd4,0x44,0x84,0x4,0xc4,0x34,0x8, -+0x20,0x17,0x40,0x4f,0x49,0x4f,0x48,0x4a,0x4c,0x40,0x4f,0x48,0x4f,0x48,0x4f,0x40,0x4,0xfe,0x4,0xe4,0x4,0xf4,0x84,0x54,0x34,0x4,0xe4,0x24,0xe4,0x24,0xf4,0x8, -+0x20,0x17,0x48,0x44,0x44,0x7f,0x48,0x49,0x4e,0x4a,0x4a,0x52,0x52,0x66,0x40,0x40,0x4,0xfe,0x4,0x44,0x44,0xa4,0xa4,0x14,0x8c,0x64,0x24,0x4,0x84,0x64,0x24,0xc, -+0x20,0x17,0x40,0x4f,0x48,0x4f,0x48,0x4f,0x48,0x4f,0x41,0x7f,0x41,0x46,0x58,0x40,0x4,0xfe,0x4,0xe4,0x24,0xe4,0x24,0xe4,0x24,0xe4,0x44,0xfc,0x4,0xc4,0x34,0xc, -+0x20,0x17,0x40,0x5e,0x52,0x4a,0x44,0x4f,0x71,0x41,0x5f,0x41,0x42,0x44,0x58,0x40,0x4,0xfe,0x84,0xa4,0xcc,0x94,0x64,0xe4,0x1c,0x4,0xf4,0x4,0xc4,0x34,0x14,0x8, -+0x20,0x17,0x41,0x4f,0x41,0x5f,0x42,0x44,0x4f,0x40,0x4f,0x4a,0x4a,0x4a,0x5f,0x40,0x4,0xfe,0x4,0xe4,0x4,0xf4,0x4,0x44,0xe4,0x4,0xe4,0xa4,0xa4,0xa4,0xf4,0x8, -+0x20,0x17,0x41,0x5f,0x41,0x4f,0x48,0x4f,0x48,0x4f,0x48,0x4f,0x48,0x7f,0x44,0x48,0x4,0xfe,0x4,0xf4,0x4,0xe4,0x24,0xe4,0x24,0xe4,0x24,0xe4,0x24,0xfc,0x44,0x2c, -+0x20,0x17,0x40,0x51,0x4a,0x7f,0x44,0x55,0x55,0x5f,0x54,0x44,0x48,0x51,0x40,0x40,0x4,0xfe,0x4,0x44,0x44,0xfc,0x94,0x44,0x44,0x44,0x44,0xa4,0xa4,0x14,0x14,0x8, -+0x20,0x17,0x40,0x5c,0x44,0x7e,0x53,0x5e,0x52,0x5e,0x52,0x7e,0x43,0x42,0x42,0x40,0x4,0xfe,0x4,0x44,0x44,0xfc,0x14,0x94,0xa4,0xa4,0x44,0xa4,0x1c,0x4,0x14,0x8, -+0x10,0x10,0x10,0x90,0x50,0x50,0x10,0x10,0x10,0x30,0x50,0x90,0x10,0x10,0x10,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x8,0x8,0x8,0x8,0xf,0x0,0x0,0x7f,0x8,0x8,0x8,0x8,0x10,0x60,0x0,0x20,0x20,0x20,0x20,0x20,0xe0,0x20,0x20,0xe0,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x4,0x24,0x24,0x24,0x24,0x3c,0x7,0x4,0xfc,0x24,0x24,0x24,0x24,0x44,0x85,0x4,0x40,0x50,0x48,0x40,0x44,0x7e,0xc0,0x40,0x48,0x48,0x50,0x20,0x60,0x92,0xa,0x4, -+0x0,0x40,0x30,0x10,0x80,0x48,0x48,0x10,0x10,0x20,0xe0,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x41,0x31,0x11,0x82,0x4c,0x4b,0x10,0x10,0x20,0xe0,0x21,0x22,0x22,0x21,0x20,0x0,0x0,0x4,0xfe,0x0,0x0,0xf0,0x10,0x20,0x40,0x80,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x40,0x33,0x12,0x82,0x4a,0x4a,0x13,0x12,0x22,0xe2,0x22,0x22,0x22,0x21,0x20,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x0,0x40,0x37,0x10,0x82,0x4a,0x49,0x11,0x10,0x20,0xe0,0x20,0x20,0x21,0x22,0x2c,0x0,0x0,0xfc,0x8,0x88,0x50,0x50,0x10,0xa0,0xa0,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x0,0x40,0x30,0x17,0x80,0x48,0x4b,0x10,0x10,0x20,0xef,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x48,0xfc,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x0,0x47,0x30,0x10,0x80,0x4f,0x49,0x11,0x11,0x21,0xe1,0x22,0x22,0x24,0x28,0x30,0x8,0xfc,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x40,0x30,0x10,0x87,0x48,0x48,0x11,0x11,0x22,0xe2,0x24,0x28,0x20,0x20,0x20,0x40,0x40,0x40,0x44,0xfe,0x40,0xe0,0x50,0x50,0x48,0x48,0x44,0x46,0x40,0x40,0x40, -+0x0,0x4f,0x30,0x10,0x82,0x4a,0x4a,0x12,0x12,0x23,0xe0,0x20,0x20,0x20,0x20,0x20,0x4,0xfe,0x40,0x40,0x44,0x7e,0x44,0x44,0x44,0xfc,0x4,0x4,0x4,0x4,0x28,0x10, -+0x0,0x40,0x20,0x2f,0x80,0x44,0x4c,0x14,0x14,0x27,0xe0,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x44,0xfe,0x40,0x44,0x44,0x44,0x44,0xfc,0x44,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x40,0x33,0x12,0x82,0x4a,0x4a,0x12,0x13,0x22,0xe2,0x22,0x22,0x22,0x23,0x22,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x30,0x17,0x84,0x44,0x4c,0x14,0x17,0x24,0xe4,0x24,0x24,0x27,0x24,0x20,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4,0x0, -+0x1,0x40,0x30,0x10,0x8f,0x40,0x48,0x10,0x10,0x20,0xe0,0x20,0x20,0x20,0x20,0x20,0x0,0x80,0x80,0x4,0xfe,0x80,0x80,0xa0,0x90,0x8c,0x84,0x80,0x80,0x80,0x80,0x80, -+0x0,0x40,0x30,0x17,0x80,0x4a,0x4a,0x11,0x11,0x20,0xe0,0x20,0x21,0x22,0x24,0x28,0x80,0x40,0x44,0xfe,0x8,0x8,0x8,0x10,0x10,0xa0,0x40,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x40,0x30,0x17,0x80,0x48,0x49,0x11,0x11,0x21,0xe1,0x21,0x22,0x22,0x24,0x28,0x80,0x40,0x44,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x40,0x34,0x13,0x81,0x4f,0x48,0x10,0x10,0x20,0xe1,0x21,0x22,0x22,0x24,0x28,0x40,0x40,0x40,0x40,0x44,0xfe,0x84,0x84,0x84,0xc4,0x34,0x14,0x4,0x44,0x28,0x10, -+0x0,0x4f,0x39,0x1a,0x8a,0x4c,0x4a,0x19,0x19,0x29,0xed,0x2a,0x28,0x28,0x29,0x2a,0x20,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x44,0x44,0x84,0x28,0x10, -+0x2,0x42,0x22,0x22,0x9f,0x42,0x4a,0x12,0x12,0x23,0xe2,0x22,0x22,0x22,0x23,0x22,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x40,0x30,0x10,0x87,0x48,0x48,0x11,0x11,0x22,0xe2,0x24,0x28,0x20,0x20,0x20,0x40,0x50,0x4c,0x44,0xfe,0x40,0xe0,0x50,0x50,0x48,0x48,0x44,0x46,0x40,0x40,0x40, -+0x1,0x41,0x31,0x11,0x8f,0x49,0x49,0x11,0x11,0x22,0xe2,0x22,0x24,0x25,0x28,0x30,0x0,0x20,0x10,0x4,0xfe,0x40,0x48,0x48,0x50,0x50,0x60,0x40,0xc2,0x42,0x3e,0x0, -+0x0,0x40,0x30,0x10,0x80,0x4b,0x4a,0x12,0x12,0x23,0xe2,0x22,0x22,0x24,0x24,0x28,0x40,0x44,0x7e,0x40,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0, -+0x0,0x40,0x30,0x13,0x82,0x4a,0x4a,0x12,0x12,0x2f,0xe0,0x20,0x20,0x21,0x22,0x2c,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0x48,0x48,0xfe,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x0,0x40,0x30,0x1f,0x89,0x49,0x59,0x19,0x29,0x29,0xca,0x4c,0x48,0x4f,0x48,0x40,0x0,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0x1c,0x4,0x4,0xfc,0x4,0x0, -+0x1,0x41,0x31,0x12,0x84,0x42,0x4a,0x13,0x16,0x22,0xe2,0x22,0x22,0x22,0x21,0x20,0x0,0x8,0xfc,0x40,0x40,0x48,0x7c,0xc8,0x48,0x48,0x68,0x50,0x42,0x2,0xfe,0x0, -+0x0,0x40,0x30,0x11,0x81,0x4a,0x4c,0x10,0x17,0x20,0xe0,0x21,0x20,0x20,0x20,0x20,0x40,0x40,0xa0,0x10,0x10,0x88,0x46,0x40,0xf8,0x8,0x10,0x20,0xc0,0x40,0x30,0x10, -+0x0,0x41,0x36,0x14,0x84,0x44,0x4c,0x14,0x15,0x26,0xe0,0x21,0x21,0x22,0x24,0x28,0x80,0x4,0x3e,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xb4,0xa8,0x20,0x20,0x20,0x20,0x20, -+0x0,0x40,0x37,0x14,0x84,0x44,0x44,0x17,0x10,0x20,0xe1,0x22,0x24,0x28,0x21,0x20,0x8,0x7c,0x80,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x50,0x48,0x46,0x42,0x40,0x80, -+0x0,0x40,0x30,0x17,0x80,0x40,0x49,0x12,0x17,0x20,0xe0,0x21,0x22,0x24,0x27,0x20,0x80,0x40,0x44,0xfe,0x80,0x80,0x8,0x18,0xe0,0x40,0x80,0x0,0x10,0x8,0xfc,0x4, -+0x0,0x44,0x33,0x11,0x80,0x47,0x48,0x10,0x10,0x2f,0xe0,0x20,0x20,0x20,0x20,0x20,0x40,0x44,0x4c,0x50,0x40,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40, -+0x0,0x40,0x30,0x17,0x84,0x48,0x42,0x12,0x12,0x22,0xe3,0x22,0x22,0x22,0x21,0x20,0x80,0x40,0x40,0xfc,0x4,0x4,0x10,0x30,0x40,0x80,0x0,0x0,0x4,0x4,0xfc,0x0, -+0x0,0x4f,0x30,0x10,0x80,0x47,0x4c,0x14,0x14,0x27,0xe0,0x20,0x20,0x21,0x25,0x22,0x0,0x90,0x90,0x90,0x90,0x90,0x10,0x20,0x20,0xa0,0xa0,0xa8,0xa4,0x42,0x7e,0x0, -+0x0,0x47,0x34,0x14,0x84,0x47,0x4c,0x14,0x14,0x27,0xe4,0x24,0x24,0x25,0x26,0x24,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x40,0x44,0xfe,0x40,0x20,0x20,0x12,0xa,0x4, -+0x0,0x40,0x37,0x10,0x80,0x48,0x49,0x12,0x14,0x27,0xe0,0x20,0x20,0x20,0x2f,0x20,0x0,0x10,0xf8,0x10,0x20,0xc0,0x18,0x6,0x2,0xfc,0x40,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x47,0x30,0x10,0x83,0x4a,0x4a,0x13,0x12,0x22,0xe2,0x23,0x22,0x20,0x2f,0x20,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x0,0xfe,0x0, -+0x0,0x40,0x37,0x10,0x81,0x49,0x4b,0x15,0x11,0x21,0xe1,0x21,0x21,0x21,0x21,0x21,0x80,0x84,0xfe,0x80,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x0,0x40,0x37,0x12,0x82,0x43,0x42,0x14,0x16,0x29,0xe0,0x20,0x21,0x21,0x22,0x24,0x4,0x44,0xe4,0x4,0x14,0xd4,0x54,0x54,0x54,0x94,0x94,0x94,0x4,0x4,0x14,0x8, -+0x0,0x40,0x30,0x17,0x80,0x4a,0x49,0x10,0x1f,0x20,0xe0,0x20,0x21,0x21,0x22,0x2c,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x8,0xe,0x4, -+0x0,0x40,0x30,0x10,0x80,0x4b,0x4a,0x12,0x12,0x22,0xe2,0x22,0x20,0x20,0x21,0x26,0x40,0x44,0x7e,0x40,0x48,0xfc,0x8,0x48,0x48,0x48,0x48,0x48,0xa0,0x90,0xc,0x4, -+0x0,0x47,0x34,0x14,0x84,0x4f,0x4c,0x14,0x14,0x24,0xe4,0x25,0x26,0x24,0x27,0x24,0x4,0xfe,0x44,0x44,0x54,0xfc,0x44,0x44,0xa4,0xa4,0xa4,0x14,0xc,0x4,0xfc,0x4, -+0x0,0x4f,0x28,0x18,0x89,0x49,0x49,0x19,0x19,0x29,0xe9,0x29,0x28,0x28,0x2f,0x28,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0x24,0xe4,0x24,0x4,0x4,0xfc,0x4, -+0x0,0x42,0x32,0x13,0x84,0x48,0x48,0x17,0x10,0x21,0xe1,0x22,0x24,0x28,0x20,0x20,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0xe0,0x50,0x50,0x48,0x4e,0x44,0x40,0x40, -+0x0,0x40,0x33,0x12,0x82,0x4a,0x4b,0x12,0x12,0x22,0xe3,0x22,0x22,0x22,0x23,0x22,0x40,0x88,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x30,0x11,0x87,0x45,0x4d,0x15,0x15,0x25,0xe5,0x25,0x25,0x25,0x3f,0x20,0x40,0x40,0x80,0x8,0xfc,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0xfe,0x0, -+0x0,0x40,0x30,0x11,0x82,0x4c,0x49,0x10,0x10,0x2f,0xe0,0x20,0x21,0x22,0x27,0x20,0x40,0x40,0xa0,0x10,0x8,0xe,0xf4,0x0,0x4,0xfe,0x40,0x80,0x10,0x8,0xfc,0x4, -+0x0,0x40,0x30,0x14,0x82,0x4a,0x48,0x11,0x12,0x24,0xe0,0x21,0x21,0x22,0x24,0x28,0xa0,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xb0,0xac,0xa4,0xa0,0x20,0x22,0x22,0x1e,0x0, -+0x1,0x41,0x31,0x11,0x82,0x4c,0x4b,0x12,0x12,0x23,0xe2,0x22,0x23,0x22,0x20,0x20,0x0,0x0,0x4,0xfe,0x4,0x24,0xf4,0x24,0x24,0xe4,0x24,0x24,0xe4,0x4,0x28,0x10, -+0x1,0x41,0x31,0x13,0x84,0x40,0x49,0x16,0x10,0x23,0xe2,0x22,0x27,0x20,0x20,0x20,0x0,0x0,0xf8,0x10,0xa0,0x40,0xb0,0x4e,0x40,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40, -+0x2,0x41,0x31,0x1f,0x80,0x44,0x42,0x12,0x11,0x21,0xe2,0x22,0x24,0x28,0x20,0x20,0x4,0x4,0x14,0xf4,0x54,0x54,0x94,0x94,0x14,0x14,0x94,0x94,0x44,0x44,0x14,0x8, -+0x0,0x48,0x24,0x24,0x80,0x51,0x5c,0x14,0x25,0x24,0xe4,0x25,0x26,0x24,0x20,0x20,0x40,0x40,0x48,0xfc,0xa0,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x47,0x30,0x10,0x83,0x48,0x48,0x13,0x10,0x2f,0xe2,0x21,0x21,0x20,0x20,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x14,0xfe,0x10,0x10,0x10,0x10,0x50,0x20, -+0x4,0x44,0x24,0x24,0x9f,0x44,0x44,0x14,0x14,0x28,0xe5,0x22,0x25,0x24,0x28,0x30,0x0,0x0,0x0,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0x24,0x24,0x24,0xbc,0xa4,0x0, -+0x0,0x40,0x37,0x10,0x80,0x4b,0x4a,0x12,0x12,0x23,0xe0,0x21,0x22,0x2c,0x20,0x20,0x40,0x44,0xfe,0x40,0x48,0xfc,0x48,0x48,0x48,0xf8,0xe0,0x50,0x4e,0x44,0x40,0x40, -+0x0,0x47,0x30,0x10,0x87,0x49,0x49,0x11,0x1f,0x20,0xe3,0x22,0x22,0x22,0x23,0x22,0x8,0xfc,0x80,0x90,0xf8,0x10,0x10,0x14,0xfe,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x40,0x30,0x17,0x80,0x42,0x49,0x10,0x17,0x20,0xe1,0x22,0x24,0x28,0x20,0x20,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0x44,0xfe,0xd0,0x50,0x48,0x4e,0x44,0x40,0x40, -+0x0,0x47,0x34,0x14,0x87,0x4c,0x4d,0x14,0x17,0x24,0xe4,0x24,0x24,0x24,0x27,0x24,0x4,0xfe,0x44,0x54,0xfc,0x44,0xf4,0x44,0xf4,0x54,0x54,0x74,0x44,0x44,0xfc,0x4, -+0x0,0x43,0x32,0x12,0x82,0x4b,0x48,0x10,0x12,0x22,0xe2,0x22,0x23,0x22,0x24,0x28,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0xc0,0x30,0xe, -+0x0,0x41,0x31,0x11,0x81,0x48,0x4b,0x12,0x12,0x23,0xe2,0x22,0x23,0x22,0x22,0x22,0x8,0xfc,0x8,0x8,0xf8,0x0,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x14,0x8, -+0x0,0x40,0x34,0x14,0x87,0x40,0x48,0x11,0x12,0x24,0xeb,0x20,0x20,0x20,0x20,0x20,0x40,0x40,0x44,0x44,0xfc,0x44,0xa0,0x10,0x4e,0x4,0xf8,0x8,0x10,0x20,0x40,0x80, -+0x0,0x40,0x33,0x12,0x82,0x43,0x42,0x12,0x12,0x22,0xef,0x20,0x21,0x22,0x24,0x28,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x10,0x10,0x10,0x14,0xfe,0x0,0x20,0x10,0xc,0x4, -+0x2,0x41,0x30,0x11,0x82,0x40,0x4f,0x11,0x12,0x27,0xea,0x22,0x22,0x22,0x20,0x0,0x8,0xb0,0x40,0xb0,0x48,0x80,0xfe,0x40,0x48,0xfc,0x48,0x48,0x48,0x58,0x40,0x40, -+0x1,0x41,0x31,0x12,0x84,0x47,0x4c,0x14,0x14,0x27,0xe4,0x20,0x21,0x21,0x22,0x2c,0x0,0x0,0xf8,0x10,0x24,0xfe,0x44,0x44,0x44,0xfc,0xa4,0xa0,0x20,0x22,0x22,0x1e, -+0x0,0x44,0x37,0x14,0x88,0x43,0x48,0x10,0x17,0x21,0xe1,0x21,0x21,0x22,0x24,0x28,0x80,0x40,0xfe,0x2,0x24,0xf0,0x0,0x8,0xfc,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x40,0x27,0x10,0x80,0x4f,0x48,0x10,0x13,0x22,0xe6,0x2b,0x32,0x22,0x23,0x22,0x80,0x88,0xf8,0x90,0xa4,0xfe,0x40,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x2,0x42,0x37,0x12,0x82,0x4b,0x4a,0x12,0x13,0x22,0xe2,0x3f,0x20,0x22,0x24,0x28,0x10,0x10,0xfc,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x14,0xfe,0x0,0x10,0xc,0x4, -+0x2,0x42,0x32,0x12,0x8f,0x42,0x56,0x17,0x2a,0x2a,0xf2,0x22,0x22,0x22,0x23,0x22,0x0,0xc,0x70,0x40,0xc0,0x44,0x7e,0x48,0xc8,0x48,0x48,0x48,0x88,0x88,0x8,0x8, -+0x2,0x42,0x32,0x12,0x8f,0x42,0x56,0x17,0x2a,0x2a,0xf2,0x22,0x22,0x22,0x22,0x22,0x0,0x10,0x50,0x50,0xd0,0x48,0x88,0x26,0xa0,0x20,0x40,0x48,0x44,0xfc,0x4,0x0, -+0x0,0x40,0x37,0x10,0x80,0x4f,0x41,0x10,0x12,0x21,0xe0,0x2f,0x20,0x20,0x21,0x26,0x40,0x48,0xfc,0x40,0x40,0xfe,0x22,0xa4,0x60,0x20,0xa4,0xfe,0x40,0x50,0x8c,0x4, -+0x0,0x4f,0x30,0x11,0x86,0x40,0x55,0x12,0x16,0x29,0xe2,0x24,0x28,0x20,0x21,0x20,0x4,0xfe,0x80,0x0,0x88,0xd0,0x60,0x60,0xd0,0x50,0x48,0x4e,0x44,0x40,0x40,0x80, -+0x0,0x47,0x34,0x14,0x87,0x54,0x54,0x17,0x10,0x2f,0xe1,0x21,0x21,0x22,0x24,0x28,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x0,0xfe,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0x43,0x32,0x12,0x83,0x48,0x4f,0x14,0x14,0x27,0xe4,0x24,0x27,0x20,0x20,0x20,0x8,0xfc,0x8,0x8,0xf8,0x40,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x40,0x42,0x3e, -+0x0,0x40,0x30,0x11,0x82,0x4d,0x48,0x10,0x17,0x20,0xe2,0x21,0x21,0x20,0x2f,0x20,0x40,0x40,0xa0,0x10,0xe,0xf4,0x40,0x48,0xfc,0x40,0x44,0x48,0x50,0x40,0xfe,0x0, -+0x0,0x4f,0x29,0x29,0x89,0x4f,0x59,0x19,0x29,0x2f,0xe9,0x29,0x29,0x29,0x2b,0x10,0x4,0x7e,0x54,0x54,0x54,0x54,0x54,0x54,0x7c,0x44,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x40,0x37,0x14,0x88,0x43,0x48,0x10,0x17,0x20,0xe1,0x22,0x24,0x28,0x21,0x20,0x80,0x40,0xfe,0x2,0x14,0xf8,0x0,0x4,0xfe,0x40,0x50,0x48,0x44,0x44,0x40,0x80, -+0x0,0x40,0x37,0x14,0x88,0x47,0x44,0x14,0x17,0x24,0xe4,0x27,0x24,0x20,0x20,0x20,0x80,0x40,0xfe,0x42,0x40,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x44,0x40,0x40,0x40, -+0x0,0x40,0x37,0x14,0x88,0x43,0x4a,0x12,0x13,0x22,0xe3,0x22,0x22,0x22,0x23,0x22,0x80,0x40,0xfe,0x2,0x4,0xf8,0x8,0x8,0xf8,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x0,0x43,0x30,0x10,0x83,0x48,0x48,0x17,0x10,0x24,0xe2,0x21,0x22,0x2c,0x21,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xfe,0x40,0x44,0xe8,0x50,0x48,0x4e,0x44,0x80, -+0x0,0x47,0x34,0x14,0x87,0x45,0x4d,0x17,0x15,0x2d,0xed,0x35,0x25,0x25,0x21,0x21,0x44,0xe4,0x44,0x54,0xd4,0x14,0x54,0xf4,0x54,0x54,0x54,0x54,0x44,0xc4,0x14,0x8, -+0x0,0x42,0x32,0x17,0x82,0x4a,0x4a,0x12,0x13,0x20,0xe7,0x20,0x21,0x22,0x2c,0x20,0x90,0x90,0x94,0xfe,0x90,0x90,0xf0,0x0,0xfc,0x40,0xfc,0xe0,0x50,0x4e,0x44,0x40, -+0x0,0x47,0x30,0x10,0x87,0x44,0x4c,0x14,0x17,0x24,0xe0,0x27,0x20,0x20,0x2f,0x20,0x4,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xa4,0xfc,0x44,0x40,0xfc,0x40,0x44,0xfe,0x0, -+0x0,0x40,0x37,0x10,0x81,0x4f,0x49,0x19,0x19,0x29,0xe9,0x29,0x29,0x29,0x2f,0x28,0x0,0x4,0xfe,0x80,0x4,0xfe,0x24,0x24,0xe4,0x24,0x24,0xe4,0x24,0x24,0xfc,0x4, -+0x0,0x41,0x36,0x12,0x82,0x5f,0x42,0x16,0x17,0x2a,0xea,0x32,0x22,0x22,0x22,0x23,0x10,0x90,0x10,0x10,0x92,0xd4,0x38,0x10,0x10,0x90,0x28,0x28,0x48,0x48,0x84,0x2, -+0x0,0x41,0x36,0x14,0x87,0x44,0x4c,0x17,0x10,0x27,0xe2,0x21,0x20,0x20,0x23,0x2c,0x40,0x44,0x5e,0x44,0x5c,0x44,0x44,0xfc,0x40,0xfc,0x8,0x10,0xe0,0xa0,0x10,0xe, -+0x0,0x41,0x33,0x12,0x83,0x4a,0x4b,0x10,0x17,0x20,0xe0,0x27,0x20,0x20,0x2f,0x20,0x80,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x0, -+0x2,0x42,0x35,0x14,0x88,0x57,0x42,0x12,0x1f,0x22,0xe7,0x2a,0x32,0x22,0x2a,0x24,0x0,0x0,0x4,0xfe,0x44,0x44,0x44,0x28,0xa8,0x28,0x10,0x90,0x28,0x28,0x44,0x82, -+0x0,0x41,0x31,0x12,0x87,0x49,0x41,0x12,0x14,0x27,0xe5,0x25,0x25,0x25,0x3f,0x20,0x20,0x20,0x20,0x10,0xfe,0x14,0x10,0x50,0x20,0xf8,0x28,0x28,0x28,0x28,0xfe,0x0, -+0x4,0x42,0x31,0x1f,0x80,0x47,0x44,0x14,0x17,0x24,0xe4,0x27,0x24,0x24,0x25,0x24,0x8,0x10,0x24,0xfe,0x0,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0x88,0x88,0xa8,0x90, -+0x0,0x40,0x37,0x14,0x89,0x40,0x4b,0x12,0x12,0x23,0xe2,0x22,0x23,0x20,0x2f,0x20,0x80,0x40,0xfe,0x2,0xf4,0x0,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfe,0x0, -+0x0,0x47,0x34,0x14,0x87,0x4c,0x4d,0x14,0x14,0x25,0xe4,0x25,0x28,0x28,0x33,0x20,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x40,0x88,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x0,0x47,0x34,0x14,0x87,0x44,0x4d,0x15,0x15,0x25,0xe5,0x25,0x25,0x29,0x29,0x31,0x4,0xfe,0x44,0x44,0xfc,0x0,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0xfc, -+0x2,0x42,0x22,0x2f,0x82,0x42,0x4f,0x12,0x12,0x22,0xef,0x22,0x22,0x22,0x22,0x22,0x20,0x20,0x3c,0x48,0x94,0x7e,0xd4,0x54,0x54,0x54,0xfc,0x40,0x42,0x42,0x3e,0x0, -+0x0,0x40,0x37,0x10,0x87,0x40,0x4f,0x11,0x12,0x25,0xe8,0x23,0x20,0x21,0x26,0x20,0x40,0x44,0xfe,0x40,0xfc,0x80,0xfe,0x10,0x8,0xfe,0x44,0xf8,0xe0,0x50,0x4c,0x40, -+0x0,0x40,0x37,0x10,0x80,0x4f,0x48,0x11,0x13,0x20,0xe7,0x24,0x24,0x24,0x2f,0x20,0x40,0x48,0xfc,0x40,0x44,0xfe,0x80,0x10,0xf8,0x0,0xfc,0xa4,0xa4,0xa4,0xfe,0x0, -+0x0,0x4f,0x32,0x13,0x82,0x4b,0x4a,0x1f,0x10,0x2f,0xe8,0x25,0x22,0x25,0x28,0x30,0x8,0xfc,0x10,0xf0,0x10,0xf0,0x14,0xfe,0x10,0xfc,0x84,0x28,0x10,0x28,0xc6,0x84, -+0x1,0x41,0x3f,0x11,0x80,0x4f,0x40,0x11,0x12,0x2d,0xe1,0x27,0x21,0x21,0x22,0x24,0x10,0x10,0xfe,0x10,0x48,0xfe,0xa0,0x10,0xe,0x14,0x10,0xfc,0x10,0x10,0x10,0x10, -+0x1,0x41,0x3f,0x11,0x8f,0x48,0x48,0x17,0x10,0x20,0xe3,0x20,0x20,0x20,0x2f,0x20,0x10,0x14,0xfe,0x10,0xfe,0x2,0x4,0xfc,0x40,0x50,0xf8,0x40,0x50,0x48,0xfe,0x0, -+0x0,0x40,0x37,0x10,0x87,0x44,0x4f,0x14,0x17,0x24,0xe0,0x2f,0x21,0x20,0x20,0x20,0x50,0x48,0xfe,0x40,0xfc,0x44,0xfc,0x44,0xfc,0x44,0x40,0xfe,0x8,0x88,0x28,0x10, -+0x0,0x47,0x30,0x10,0x87,0x44,0x44,0x17,0x10,0x20,0xef,0x20,0x21,0x22,0x2c,0x20,0x4,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xfc,0x40,0x44,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x0,0x47,0x34,0x15,0x84,0x47,0x4d,0x15,0x15,0x29,0xe0,0x2f,0x22,0x21,0x20,0x20,0x8,0xfc,0x0,0xf8,0x0,0xfc,0x44,0x28,0x90,0xe,0x10,0xfe,0x10,0x10,0x50,0x20, -+0x0,0x47,0x34,0x17,0x84,0x4f,0x48,0x17,0x10,0x24,0xe3,0x22,0x24,0x20,0x22,0x21,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xbe,0x84,0xa4,0x9c,0x94,0xa4,0x84,0x94,0x8, -+0x0,0x47,0x34,0x17,0x84,0x45,0x4e,0x14,0x17,0x24,0xe7,0x24,0x25,0x24,0x27,0x24,0x4,0xfe,0x4,0xfc,0x84,0x8c,0x54,0xe4,0x44,0xe4,0x5c,0x4c,0x44,0x84,0xfc,0x4, -+0x2,0x42,0x33,0x15,0x88,0x40,0x4f,0x10,0x17,0x20,0xe0,0x2f,0x20,0x20,0x20,0x20,0x20,0x24,0xbe,0x50,0x88,0x3c,0xc0,0x90,0xf8,0x80,0x84,0xfe,0x80,0x84,0x84,0x7c, -+0x0,0x41,0x37,0x14,0x87,0x44,0x47,0x14,0x17,0x20,0xe0,0x3f,0x21,0x21,0x22,0x2c,0x80,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0xa0,0x94,0xfe,0x40,0x20,0x10,0xe, -+0x1,0x42,0x35,0x10,0x80,0x49,0x4e,0x13,0x10,0x20,0xe7,0x22,0x21,0x20,0x2f,0x20,0x10,0xc,0x14,0xa0,0x40,0xb0,0xe,0xf8,0x40,0x40,0xfc,0x48,0x50,0x44,0xfe,0x0, -+0x0,0x40,0x37,0x14,0x85,0x44,0x57,0x14,0x25,0x24,0xe5,0x25,0x25,0x29,0x29,0x31,0x40,0x24,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x40,0x37,0x11,0x80,0x4f,0x48,0x10,0x1f,0x21,0xe1,0x21,0x21,0x21,0x22,0x24,0x80,0x48,0xfc,0x10,0xa0,0xfe,0x82,0x44,0xfe,0x10,0xf8,0x10,0x10,0x10,0x50,0x20, -+0x0,0x4f,0x28,0x10,0x83,0x4a,0x4b,0x12,0x13,0x20,0xe0,0x2f,0x20,0x21,0x22,0x24,0x0,0xfe,0x2,0x4,0xf8,0x8,0xf8,0x8,0xf8,0x80,0x44,0xfe,0x0,0x10,0xc,0x4, -+0x1,0x41,0x37,0x11,0x81,0x4f,0x48,0x17,0x14,0x27,0xe4,0x27,0x24,0x21,0x22,0x24,0x10,0x10,0xfc,0x10,0x14,0xfe,0x40,0xfc,0x44,0xfc,0x44,0xfc,0x4,0x10,0xc,0x4, -+0x1,0x41,0x2f,0x11,0x87,0x44,0x49,0x13,0x10,0x21,0xe7,0x20,0x22,0x24,0x29,0x20,0x10,0x14,0xfe,0x10,0xfe,0x82,0x14,0xe0,0x80,0x8,0xfc,0x44,0x50,0x4c,0x44,0x80, -+0x1,0x4f,0x31,0x10,0x87,0x40,0x4f,0x10,0x17,0x20,0xe4,0x25,0x25,0x26,0x28,0x30,0x10,0xfe,0x10,0x40,0xfc,0x44,0xfe,0x44,0xfc,0x40,0x44,0x64,0x54,0x54,0x44,0x44, -+0x2,0x42,0x2f,0x12,0x87,0x4a,0x52,0x12,0x10,0x2f,0xe1,0x22,0x21,0x20,0x23,0x2c,0x10,0x10,0xfc,0x10,0x38,0xd4,0x12,0x90,0x84,0xfe,0x10,0x10,0x20,0xc0,0x30,0x8, -+0x1,0x41,0x3f,0x11,0x8f,0x49,0x4f,0x19,0x2f,0x20,0xe7,0x24,0x27,0x24,0x27,0x24,0x20,0x24,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8, -+0x0,0x40,0x30,0x17,0x84,0x45,0x44,0x14,0x14,0x25,0xe5,0x24,0x2b,0x28,0x30,0x20,0x48,0x7c,0x40,0xfe,0x44,0xf0,0x44,0x3c,0x8,0xf0,0x24,0xa8,0xfe,0x20,0xa0,0x40, -+0x0,0x47,0x34,0x17,0x84,0x47,0x44,0x11,0x17,0x20,0xe1,0x27,0x22,0x24,0x29,0x20,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x84,0x8,0xf0,0x80,0x8,0xfc,0x50,0x4c,0x44,0x80, -+0x0,0x40,0x37,0x14,0x84,0x47,0x40,0x17,0x14,0x24,0xe7,0x20,0x2a,0x2a,0x32,0x21,0x40,0x44,0xfe,0x44,0x44,0xfc,0x40,0xfc,0x44,0x44,0xfc,0x40,0x88,0x46,0xa,0xf8, -+0x2,0x42,0x35,0x14,0x88,0x57,0x40,0x1a,0x1a,0x2a,0xea,0x21,0x23,0x3c,0x28,0x21,0x10,0x10,0x10,0xa4,0x7e,0xa4,0x24,0xa4,0xa8,0xa8,0x90,0x10,0xa8,0x28,0x44,0x82, -+0x0,0x48,0x25,0x12,0x86,0x4a,0x4b,0x12,0x16,0x2b,0xf2,0x22,0x22,0x22,0x2a,0x24,0x20,0xa0,0x24,0xfc,0x28,0x30,0xfe,0x40,0xfc,0x44,0x44,0x7c,0x44,0x44,0x7c,0x44, -+0x1,0x49,0x25,0x12,0x86,0x4a,0x53,0x12,0x26,0x2a,0xf2,0x22,0x22,0x22,0x2a,0x24,0x20,0x28,0xfc,0x20,0x50,0x88,0xfe,0x4,0xf4,0x94,0x94,0x94,0xf4,0x4,0x14,0x8, -+0x0,0x40,0x37,0x14,0x84,0x4f,0x4c,0x14,0x17,0x25,0xe5,0x25,0x29,0x29,0x31,0x21,0x80,0x44,0xfe,0xa0,0xa4,0xfe,0xa4,0xa4,0xfc,0x20,0x24,0xe8,0x30,0x62,0xa2,0x1e, -+0x4,0x42,0x32,0x1f,0x84,0x44,0x4f,0x15,0x15,0x25,0xe5,0x29,0x29,0x2d,0x32,0x21,0x20,0x20,0x24,0xfe,0x80,0x0,0x7e,0x12,0x14,0x50,0x5c,0x50,0x50,0x70,0x98,0x6, -+0x0,0x47,0x30,0x11,0x8f,0x44,0x4c,0x17,0x14,0x24,0xe7,0x24,0x24,0x3f,0x20,0x20,0x10,0x90,0x90,0x24,0xfe,0xa4,0xa4,0xa4,0xa8,0xa8,0x90,0x90,0xa8,0xa8,0xc4,0x82, -+0x2,0x42,0x2f,0x22,0x8f,0x50,0x1f,0x28,0x28,0x4f,0xc0,0x48,0x45,0x5f,0x40,0x40,0x8,0x88,0xc8,0x8,0xbe,0x8,0x88,0xa8,0x98,0x88,0x8,0x88,0x8,0xc8,0x28,0x10, -+0x9,0x49,0x29,0x1f,0x89,0x49,0x5f,0x19,0x2f,0x29,0xe9,0x3f,0x24,0x29,0x30,0x21,0x0,0xc,0x70,0xc0,0x40,0x44,0x7e,0x48,0x48,0x48,0x48,0xc8,0x48,0x48,0x88,0x8, -+0x2,0x42,0x2f,0x12,0x87,0x4a,0x42,0x17,0x14,0x27,0xe4,0x24,0x27,0x24,0x24,0x24,0x10,0x10,0xfc,0x10,0x38,0xd6,0x10,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x28,0x10, -+0x0,0x41,0x2e,0x12,0x82,0x5f,0x42,0x16,0x17,0x2a,0xea,0x32,0x22,0x22,0x22,0x22,0x10,0x90,0x54,0x38,0x10,0xfc,0x44,0x44,0x7c,0xc4,0x44,0x7c,0x44,0x44,0x54,0x48, -+0x0,0x47,0x31,0x10,0x8f,0x40,0x47,0x14,0x17,0x24,0xe7,0x20,0x27,0x20,0x2f,0x20,0x40,0xfc,0x10,0xa4,0xfe,0x0,0xfc,0x44,0xfc,0x44,0xfc,0x40,0xfc,0x40,0xfe,0x0, -+0x7,0x44,0x37,0x14,0x85,0x44,0x4f,0x14,0x14,0x27,0xe4,0x25,0x2b,0x29,0x31,0x23,0xfc,0x4,0xfc,0x0,0xf8,0x10,0xfe,0x20,0x64,0xde,0x84,0x8,0xfe,0x8,0x8,0x18, -+0x4,0x44,0x3f,0x24,0x84,0x5f,0x15,0x55,0x5f,0x44,0xcc,0x4e,0x55,0x64,0x44,0x44,0x20,0x20,0x7c,0x88,0x10,0x7c,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x28,0x46,0x82, -+0x0,0x40,0x2f,0x29,0x89,0x49,0x5f,0x19,0x29,0x2f,0xe9,0x29,0x29,0x2f,0x29,0x20,0x20,0x30,0x48,0x7e,0xc8,0x48,0x7e,0x48,0x48,0x7e,0x48,0x48,0x48,0x7e,0x40,0x40, -+0x0,0x40,0x37,0x14,0x87,0x44,0x57,0x10,0x27,0x20,0xe3,0x22,0x23,0x21,0x20,0x2f,0xa0,0xa4,0xfe,0xa4,0xfc,0xa4,0xfc,0x0,0xfc,0x0,0xf8,0x8,0xf8,0x10,0xa0,0xfe, -+0x0,0x41,0x32,0x17,0x84,0x45,0x57,0x14,0x25,0x24,0xe5,0x24,0x29,0x29,0x31,0x21,0x80,0xf0,0x24,0xfe,0x88,0x24,0xfe,0x0,0xfc,0x0,0xfc,0x0,0xfc,0x4,0x4,0xfc, -+0x0,0x4f,0x20,0x27,0x85,0x45,0x45,0x17,0x10,0x23,0xe2,0x23,0x22,0x23,0x20,0x2f,0x40,0xfe,0x0,0xfc,0x14,0xf4,0x14,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe, -+0x0,0x40,0x37,0x15,0x87,0x4c,0x4f,0x14,0x17,0x24,0xe7,0x24,0x29,0x2a,0x34,0x20,0x40,0x24,0xfe,0x8,0xfc,0x90,0xfc,0x94,0xfe,0x94,0xfc,0x90,0x98,0x94,0x92,0x90, -+0x0,0x47,0x20,0x2f,0x88,0x53,0x40,0x13,0x10,0x2f,0xe0,0x27,0x24,0x24,0x24,0x24,0x8,0xfc,0x40,0xfe,0x42,0x58,0x40,0x58,0x40,0xfe,0x80,0xfc,0xa4,0xa4,0xa4,0xc, -+0x2,0x43,0x22,0x24,0x8f,0x54,0x44,0x17,0x14,0x25,0xe4,0x27,0x24,0x24,0x24,0x27,0x50,0x54,0xd8,0x50,0xfe,0x88,0x50,0xfe,0x20,0xfc,0x20,0xfe,0x20,0x50,0x8e,0x4, -+0x0,0x43,0x32,0x12,0x83,0x48,0x4f,0x14,0x17,0x24,0xe7,0x20,0x2f,0x21,0x21,0x22,0x80,0xf8,0x88,0x48,0xf8,0x0,0xfc,0x44,0xfc,0x44,0xfc,0x0,0xfe,0x10,0x10,0x10, -+0x0,0x4f,0x30,0x13,0x82,0x4f,0x48,0x13,0x10,0x23,0xec,0x23,0x2c,0x23,0x2d,0x20,0x40,0xfe,0x0,0xf8,0x8,0xfe,0x2,0xfc,0x80,0x48,0x50,0x60,0xd0,0x4e,0x44,0x80, -+0x0,0x4f,0x34,0x12,0x82,0x44,0x41,0x11,0x13,0x26,0xeb,0x22,0x23,0x22,0x23,0x22,0x0,0xbc,0xa4,0x94,0x94,0xa4,0x0,0x24,0xfe,0x20,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x4,0x44,0x3f,0x4,0x9f,0x51,0x11,0x3f,0x51,0x51,0xdf,0x44,0x7f,0x44,0x44,0x44,0x10,0x10,0xa8,0x28,0x44,0x82,0xfc,0x24,0xb4,0x6c,0x6c,0xb4,0x24,0x24,0xb4,0x48, -+0x2,0x43,0x32,0x17,0x84,0x4a,0x41,0x12,0x17,0x20,0xe7,0x20,0x27,0x20,0x2f,0x20,0x0,0xbc,0x24,0xa8,0x90,0xa8,0x46,0xa0,0xbc,0xa0,0xbc,0xa0,0xbc,0xa0,0xfe,0x0, -+0x0,0x5f,0x24,0x27,0x80,0x47,0x4c,0x17,0x10,0x2e,0xeb,0x2e,0x2b,0x2f,0x2a,0x37,0x80,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xf8,0x80,0x9c,0xf4,0x9c,0x54,0x54,0x96,0x62, -+0x0,0x41,0x22,0x24,0x8b,0x50,0x4f,0x19,0x2f,0x20,0xef,0x29,0x29,0x2f,0x29,0x28,0x80,0x40,0x20,0x10,0xee,0x4,0xfc,0x24,0xfc,0x0,0xfc,0x24,0x24,0xfc,0x24,0xc, -+0x0,0x42,0x2f,0x21,0x82,0x4f,0x44,0x17,0x14,0x27,0xe1,0x27,0x21,0x2f,0x22,0x24,0x40,0x48,0xfe,0x50,0x48,0xfe,0x44,0xfc,0x44,0xfc,0x10,0xfc,0x10,0xfe,0x8,0x4, -+0x40,0x3f,0x31,0x9f,0x51,0x5f,0x4,0x3f,0x20,0x5f,0xd1,0x5f,0x44,0x55,0x64,0x4c,0x4,0x7e,0x10,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x20,0x28,0x46,0x82, -+0x47,0x20,0x2f,0xa,0x95,0x4f,0x45,0x17,0x12,0x2f,0xea,0x2f,0x22,0x3f,0x22,0x22,0xfc,0x40,0xfe,0x4a,0x40,0xbc,0x24,0x24,0x3c,0xa4,0xa4,0xbc,0x24,0xe4,0x54,0x88, -+0x0,0x0,0x0,0x2,0x1,0x1,0x7f,0x40,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x2,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x2,0x1,0x7f,0x42,0x82,0x2,0x3f,0x2,0x2,0x2,0x4,0x4,0x8,0x10,0x20,0x40,0x0,0x0,0xfe,0x2,0x4,0x20,0xf0,0x20,0x20,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x2,0x1,0x7f,0x40,0x80,0xff,0x4,0x4,0x8,0xf,0x18,0x28,0x48,0x8,0xf,0x8,0x0,0x0,0xfe,0x2,0x4,0xfe,0x0,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0xf0,0x10, -+0x2,0x1,0x7f,0x40,0x82,0x1,0x9,0x8,0x28,0x28,0x29,0x4a,0xc,0x18,0x67,0x0,0x0,0x0,0xfe,0x2,0x4,0x10,0x10,0x20,0x48,0x84,0x4,0x4,0x10,0x10,0xf0,0x0, -+0x2,0x1,0x7f,0x42,0x82,0xff,0x4,0xf,0x18,0x2f,0xc8,0xf,0x8,0x8,0x8,0x8,0x0,0x0,0xfe,0x2,0x4,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x2,0x1,0x7f,0x40,0x9f,0x10,0x17,0x10,0x1f,0x15,0x25,0x24,0x24,0x45,0x86,0x4,0x0,0x0,0xfe,0x2,0xf4,0x0,0xe0,0x8,0xfc,0x0,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x2,0x1,0x7f,0x42,0xa9,0x28,0x47,0x0,0x3f,0x21,0x3f,0x21,0x3f,0x21,0x21,0x21,0x0,0x0,0xfe,0x2,0x14,0x28,0xe4,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x28,0x10, -+0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0xff,0x8,0x1f,0xe4,0x4,0x7,0x0,0x3f,0x0,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x44,0xfe,0x20,0xd0,0x4e,0x40,0xf8,0x8,0xe8,0x10, -+0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0xff,0x8,0x17,0x21,0xcf,0x1,0x3f,0x1,0x3,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x44,0xfe,0x20,0xd0,0xe,0xe4,0x0,0xf8,0x0,0x0, -+0x2,0x1,0x7f,0x40,0xa5,0x24,0x25,0x3c,0x4,0xff,0x24,0x25,0x25,0x25,0x45,0x5,0x0,0x0,0xfe,0x2,0xfc,0x40,0xf8,0x88,0x88,0xfe,0x0,0xfc,0x4,0x4,0xfc,0x4, -+0x1,0x7f,0x41,0xbf,0x1,0xa,0x4,0x1f,0x30,0xdf,0x10,0x1f,0x9,0x11,0x25,0x2,0x0,0xfe,0x2,0xf8,0x0,0xa0,0x40,0xf0,0x1e,0xf4,0x10,0xf0,0x20,0x18,0x8,0x0, -+0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0xff,0x9,0x1f,0x22,0xc4,0xc,0x35,0x6,0x4,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x44,0xfe,0x20,0xf0,0x1e,0xa4,0x40,0x20,0x1c,0x8, -+0x1,0x7f,0x40,0xbf,0x24,0x3f,0x0,0xff,0x0,0x1f,0x10,0x1f,0x4,0xc,0x75,0x6,0x0,0xfe,0x2,0xfc,0x48,0xf8,0x0,0xfe,0x0,0xf0,0x10,0xf0,0x88,0x50,0x20,0x1c, -+0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0xff,0x8,0x1f,0x28,0xcf,0x9,0xd,0x13,0x20,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x44,0xfe,0x20,0xf0,0x2e,0xe4,0x0,0xe0,0x0,0xf8, -+0x1,0x7f,0x44,0x9f,0x4,0x1f,0x4,0xff,0x9,0x1f,0x27,0xc0,0xf,0x8,0x8,0xf,0x0,0xfe,0x42,0xf4,0x40,0xf0,0x44,0xfe,0x20,0xf0,0x8,0xe6,0xe0,0x20,0x20,0xe0, -+0x0,0x40,0x30,0x10,0x0,0x0,0xf0,0x10,0x10,0x10,0x10,0x10,0x10,0x28,0x47,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0xfc,0x0, -+0x0,0x40,0x37,0x10,0x2,0x2,0xf7,0x10,0x10,0x10,0x11,0x12,0x14,0x28,0x47,0x0,0x0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x50,0x50,0x90,0x10,0x10,0x50,0x26,0xfc,0x0, -+0x1,0x41,0x31,0x12,0x4,0x0,0xf0,0x1f,0x10,0x10,0x10,0x10,0x10,0x28,0x47,0x0,0x0,0x8,0xfc,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x46,0xfc,0x0, -+0x0,0x40,0x27,0x24,0x4,0x5,0xe5,0x25,0x25,0x25,0x25,0x24,0x24,0x50,0x8f,0x0,0x0,0x8,0xfc,0x8,0x8,0xe8,0x28,0x28,0x28,0xe8,0x28,0x8,0x18,0x6,0xfc,0x0, -+0x1,0x41,0x31,0x11,0x2,0x4,0xf0,0x10,0x10,0x10,0x10,0x10,0x10,0x28,0x47,0x0,0x0,0x0,0x8,0xfc,0x80,0x90,0xf8,0x80,0x90,0xf8,0x80,0x80,0x80,0x86,0xfc,0x0, -+0x2,0x42,0x33,0x14,0x8,0x2,0xf3,0x16,0x12,0x12,0x12,0x11,0x10,0x28,0x47,0x0,0x0,0x8,0xfc,0x40,0x48,0x7c,0xc8,0x48,0x68,0x50,0x4,0xfc,0x0,0x6,0xfc,0x0, -+0x1,0x41,0x21,0x21,0x2,0x4,0xf0,0x11,0x11,0x12,0x14,0x11,0x20,0x48,0x87,0x0,0x0,0x0,0x8,0xfc,0x8,0x10,0x40,0x50,0x48,0x44,0x44,0x40,0x80,0x6,0xfc,0x0, -+0x4,0x44,0x2f,0x24,0x4,0x4,0xe4,0x24,0x24,0x24,0x28,0x32,0x21,0x50,0x8f,0x0,0x0,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xbc,0x20,0x6,0xfc,0x0, -+0x0,0x43,0x30,0x10,0x1,0x6,0xf0,0x13,0x10,0x10,0x10,0x17,0x10,0x28,0x47,0x0,0x0,0xf8,0x10,0x60,0x98,0x4,0x10,0xf8,0x40,0x40,0x48,0xfc,0x0,0x6,0xfc,0x0, -+0x0,0x40,0x31,0x12,0x4,0x7,0xf0,0x13,0x12,0x12,0x12,0x13,0x12,0x28,0x47,0x0,0x80,0x80,0x10,0x8,0x4,0xfc,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8,0x6,0xfc,0x0, -+0x0,0x40,0x27,0x24,0x4,0x7,0xe4,0x24,0x25,0x29,0x29,0x31,0x21,0x50,0x8f,0x0,0x0,0x18,0xe0,0x0,0x8,0xfc,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x6,0xfc,0x0, -+0x1,0x41,0x31,0x12,0x4,0x1,0xf6,0x10,0x13,0x12,0x12,0x17,0x10,0x28,0x47,0x0,0x0,0xf8,0x10,0xa0,0x40,0xb0,0x4e,0x40,0xf8,0x40,0x48,0xfc,0x40,0x46,0xfc,0x0, -+0x0,0x40,0x2f,0x20,0xf,0x8,0xe8,0x2f,0x28,0x28,0x2f,0x28,0x28,0x50,0x8f,0x0,0xa0,0x90,0xfc,0x80,0xf8,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88,0x98,0x6,0xfc,0x0, -+0x0,0x4f,0x30,0x17,0x4,0x4,0xf6,0x15,0x14,0x14,0x14,0x15,0x14,0x28,0x47,0x0,0x4,0xfe,0x0,0xbc,0xa4,0xa4,0xb4,0xac,0xa4,0xa4,0xa4,0xac,0xa4,0x2,0xfc,0x0, -+0x0,0x40,0x30,0x17,0x0,0x2,0xf1,0x10,0x11,0x16,0x10,0x11,0x10,0x28,0x47,0x0,0x40,0x50,0x48,0xfc,0x40,0x48,0x50,0x40,0x50,0x4c,0x44,0x40,0x80,0x6,0xfc,0x0, -+0x0,0x42,0x31,0x10,0x3,0x2,0xf2,0x13,0x12,0x12,0x13,0x12,0x12,0x28,0x47,0x0,0x40,0x48,0x50,0x40,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x18,0x6,0xfc,0x0, -+0x0,0x48,0x25,0x22,0x5,0x9,0xe3,0x25,0x29,0x31,0x21,0x25,0x22,0x50,0x8f,0x0,0x10,0x90,0x10,0x10,0x52,0x54,0x58,0x90,0x28,0x28,0x28,0x44,0x82,0x6,0xfc,0x0, -+0x0,0x41,0x32,0x17,0x1,0x2,0xf5,0x11,0x11,0x12,0x14,0x10,0x13,0x28,0x47,0x0,0x80,0x10,0x8,0xfc,0x10,0xc,0x4,0xf0,0x10,0xa0,0x40,0xa0,0x1c,0x6,0xfc,0x0, -+0x0,0x40,0x37,0x10,0x0,0xf,0xf1,0x16,0x10,0x17,0x10,0x10,0x17,0x28,0x47,0x0,0x40,0x48,0xfc,0x40,0x44,0xfe,0x10,0x4c,0x40,0xfc,0x40,0x44,0xfe,0x0,0xfe,0x0, -+0x0,0x43,0x30,0x17,0x0,0x1,0xf6,0x10,0x1f,0x11,0x13,0x10,0x11,0x2a,0x47,0x0,0x18,0xe0,0x48,0xfc,0xe0,0x50,0x4e,0x84,0xfe,0x10,0x10,0xe0,0x10,0x8,0xfe,0x0, -+0x0,0x40,0x2f,0x28,0x13,0x2,0xe2,0x23,0x22,0x23,0x22,0x22,0x23,0x52,0x8f,0x0,0x80,0x40,0xfe,0x2,0xf4,0x10,0x10,0xf0,0x0,0xf8,0x8,0x8,0xf8,0x6,0xfc,0x0, -+0x0,0x47,0x20,0x13,0x0,0xf,0xf0,0x12,0x11,0x11,0x12,0x14,0x11,0x28,0x47,0x0,0x8,0xfc,0x8,0xf8,0x8,0xfe,0x40,0x44,0x68,0x50,0x48,0x44,0x40,0x86,0xfc,0x0, -+0x0,0x42,0x32,0x12,0x3,0x0,0xf7,0x10,0x17,0x14,0x14,0x14,0x14,0x28,0x47,0x0,0x40,0x48,0x48,0x48,0xf8,0x0,0xfe,0x80,0xfc,0xa4,0xa4,0xa4,0xac,0x2,0xfc,0x0, -+0x0,0x40,0x33,0x12,0x3,0x2,0xf3,0x10,0x17,0x10,0x13,0x10,0x17,0x28,0x47,0x0,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x40,0xf8,0x40,0xfc,0x0,0xfe,0x0, -+0x1,0x40,0x37,0x10,0x7,0x4,0xf4,0x14,0x15,0x16,0x15,0x14,0x17,0x28,0x47,0x0,0x10,0xa4,0xfe,0xa0,0xfc,0xa4,0xa4,0xa4,0x1c,0x4,0xf4,0x4,0xfc,0x0,0xfe,0x0, -+0x0,0x47,0x34,0x14,0x7,0x4,0xf4,0x17,0x14,0x14,0x17,0x14,0x14,0x28,0x47,0x0,0x4,0xbe,0x84,0x84,0xbc,0x4,0x0,0x7c,0x44,0x44,0xa8,0x10,0x28,0x44,0xfe,0x0, -+0x2,0x42,0x2f,0x22,0xf,0x2,0xff,0x24,0x27,0x24,0x24,0x28,0x29,0x50,0x8f,0x0,0x10,0x10,0x94,0x3e,0xa4,0x44,0xe4,0x14,0x94,0x88,0x94,0x94,0xa2,0x42,0xfe,0x0, -+0x1,0x47,0x31,0x17,0x1,0xf,0xf0,0x13,0x12,0x13,0x12,0x1f,0x12,0x2a,0x47,0x0,0x10,0xfc,0x10,0xfc,0x10,0xfe,0x40,0xf8,0x48,0xf8,0x48,0xfe,0x8,0x18,0xfe,0x0, -+0x3,0x42,0x33,0x12,0x3,0x0,0xf7,0x10,0x14,0x12,0x12,0x14,0x11,0x28,0x47,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xbc,0x84,0xa4,0x94,0x94,0xa4,0x8c,0x86,0xfc,0x0, -+0x1,0x46,0x34,0x15,0x6,0x4,0xf3,0x12,0x12,0x13,0x12,0x12,0x13,0x28,0x47,0x0,0x4,0xfe,0x24,0x24,0x54,0x88,0xf8,0x48,0x48,0xf8,0x48,0x48,0xf8,0x6,0xfc,0x0, -+0x7,0x44,0x27,0x24,0x7,0x2,0xe7,0x2c,0x37,0x24,0x27,0x24,0x27,0x54,0x8f,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x40,0xfc,0x40,0xf8,0x40,0xf8,0x40,0xfc,0x0,0xfe,0x0, -+0x0,0x42,0x31,0x17,0x0,0x1,0xf6,0x12,0x13,0x14,0x1a,0x11,0x12,0x2c,0x47,0x0,0x40,0x48,0x50,0xfc,0xe0,0x50,0x4c,0x8,0xfe,0xa8,0xa8,0x3e,0x8,0x8,0xfe,0x0, -+0x0,0x40,0x20,0x27,0x4,0x7,0xe4,0x25,0x26,0x25,0x2a,0x28,0x33,0x50,0x8f,0x0,0x48,0x7c,0x40,0xfc,0x84,0xf0,0x84,0x78,0xa0,0x30,0x68,0xa4,0x24,0x60,0xfe,0x0, -+0x4,0x47,0x29,0x32,0xf,0xa,0xea,0x2f,0x2a,0x2a,0x2f,0x2a,0x2a,0x51,0x8f,0x0,0x4,0xfe,0x24,0x24,0xac,0xc4,0xa8,0xbe,0xc8,0x88,0xfe,0x88,0x88,0x88,0xfe,0x0, -+0x0,0x43,0x3c,0x2a,0x5,0x6,0xeb,0x25,0x39,0x23,0x25,0x39,0x25,0x52,0x8f,0x0,0x90,0x24,0xfe,0xc4,0x44,0x7c,0x44,0x44,0x7c,0x28,0x28,0x2a,0x4e,0x80,0xfe,0x0, -+0x0,0x40,0x2f,0x29,0x12,0x1,0xef,0x21,0x2e,0x21,0x2e,0x21,0x2e,0x50,0x8f,0x0,0x80,0x40,0xfe,0x12,0xc,0x10,0xfc,0x88,0x50,0xe0,0x50,0xce,0x40,0xc6,0xfc,0x0, -+0x2,0x44,0x22,0x2f,0x9,0x8,0xe9,0x2f,0x24,0x26,0x24,0x26,0x24,0x56,0x88,0x7,0x48,0x90,0x48,0xfc,0x24,0xc4,0x24,0xfc,0x90,0xd0,0x90,0xd4,0x94,0xdc,0x0,0xfe, -+0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x0,0x7f,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0, -+0x10,0x14,0xfe,0x10,0x7c,0x10,0xfe,0x10,0x7f,0x0,0x0,0x3f,0x0,0x0,0x7f,0x0,0x10,0x14,0xfe,0x10,0x7c,0x10,0xfe,0x10,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x4,0x7,0x8,0x1f,0x0,0xff,0x2,0x5,0x19,0x62,0x4,0x19,0x62,0xc,0x72,0x1,0x0,0xf0,0x10,0xe0,0x44,0xfe,0x8,0x10,0xa0,0xc0,0xa0,0x90,0x8e,0x84,0x80,0x0, -+0x4,0x7,0x8,0x1f,0x0,0xff,0x2,0x22,0x27,0x39,0x21,0x2f,0x29,0x32,0x24,0x8,0x0,0xf0,0x20,0xe0,0x44,0xfe,0x0,0x20,0xe4,0x28,0x30,0xe0,0x22,0xa2,0x5e,0x0, -+0x0,0x3f,0x20,0x20,0x3f,0x22,0x22,0x22,0x3f,0x22,0x22,0x22,0x44,0x44,0x88,0x10,0x8,0xfc,0x8,0x8,0xf8,0x8,0x0,0x20,0xf0,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x2,0x3f,0x22,0x22,0x22,0x22,0x3e,0x28,0x28,0x24,0x24,0x22,0x41,0x40,0x80,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x7c,0x0,0x28,0x24,0x46,0x82,0x80,0x60,0x1e,0x4, -+0x0,0x3f,0x20,0x3f,0x22,0x24,0x29,0x32,0x24,0x2d,0x34,0x24,0x44,0x44,0x84,0x5,0x4,0xfe,0x4,0xfc,0x20,0x28,0xfc,0x20,0x20,0xf8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x3f,0x20,0x3f,0x20,0x2f,0x2a,0x2a,0x2c,0x2a,0x2a,0x2e,0x4a,0x48,0x88,0x8,0x4,0xfe,0x4,0xfc,0x0,0xfe,0x8,0xe8,0xa8,0xa8,0xa8,0xa8,0xe8,0x8,0x28,0x10, -+0x3f,0x20,0x3f,0x20,0x27,0x20,0x2f,0x20,0x21,0x3f,0x22,0x24,0x5f,0x44,0x84,0xc,0xfc,0x4,0xfc,0x0,0xe0,0x48,0xfc,0x80,0x80,0x7c,0x8,0x10,0x7e,0x10,0x10,0x30, -+0x0,0x3f,0x20,0x3f,0x22,0x24,0x28,0x32,0x25,0x2c,0x34,0x24,0x44,0x45,0x86,0x4,0x4,0xfe,0x4,0xfc,0x20,0xbc,0xa0,0xa8,0xfc,0x20,0xa8,0xbc,0xa0,0x60,0x3e,0x0, -+0x0,0x3f,0x20,0x3f,0x22,0x24,0x28,0x33,0x24,0x2d,0x34,0x27,0x44,0x44,0x84,0x5,0x4,0xfe,0x4,0xfc,0x20,0xa8,0x20,0xfc,0xa8,0x24,0x40,0xfe,0x88,0x70,0x48,0x84, -+0x3f,0x20,0x3f,0x22,0x2f,0x20,0x27,0x20,0x3f,0x2a,0x3f,0x24,0x5f,0x44,0xbf,0x4,0xfc,0x4,0xfc,0x20,0xf8,0x80,0xf0,0x80,0xfc,0xa8,0x7c,0x10,0x7c,0x10,0xfe,0x10, -+0x0,0x7d,0x4,0x4,0x4,0x7c,0x43,0x40,0x41,0x7c,0x4,0x4,0x4,0x4,0x2b,0x10,0x8,0xfc,0x8,0x30,0x58,0x86,0x2,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x8,0x7e,0x12,0x22,0x1c,0x14,0x62,0x3f,0x0,0x1f,0x10,0x1f,0x0,0x0,0x0,0x0,0x0,0xfc,0x44,0x48,0x30,0x48,0x86,0xf0,0x10,0xf0,0x0,0xf8,0x8,0x8,0x50,0x20, -+0x0,0x7f,0x5,0x5,0x5,0x7d,0x41,0x41,0x41,0x7d,0x7,0x4,0x4,0x4,0x28,0x10,0x4,0xfe,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0xfe,0x8,0x8,0x8,0x8,0x8, -+0x14,0x14,0x7f,0x15,0x15,0x7f,0x54,0x54,0x54,0x7f,0x15,0x15,0x15,0x27,0x24,0x44,0x20,0x20,0x3c,0x48,0x90,0x7c,0x54,0x54,0x54,0x7c,0x44,0x40,0x42,0x42,0x3e,0x0, -+0x0,0xf0,0x1f,0x12,0x12,0x77,0x44,0x44,0x44,0x77,0x14,0x14,0x14,0x17,0xa4,0x40,0x4,0xbe,0xc4,0x4,0x4,0xbc,0xa0,0xa0,0xa4,0xbe,0x84,0x84,0x84,0x84,0xa8,0x10, -+0x79,0xd,0x79,0x47,0x79,0xd,0x31,0xff,0x0,0xf,0x8,0x3f,0x24,0x2f,0x21,0x21,0x3c,0x44,0x3c,0xe0,0x3c,0x44,0x18,0xfe,0x0,0xe0,0x20,0xf8,0x48,0xe8,0x8,0x18, -+0x1,0x11,0x11,0x11,0x11,0x1f,0x11,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0x0,0x10,0x10,0x10,0x10,0xf0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x26,0x24,0x24,0x24,0x44,0x28,0x10,0x28,0x44,0x84,0x0,0x80,0x80,0x84,0xfe,0x4,0x4,0x4,0x84,0x44,0x44,0x4,0x4,0x4,0x44,0x28,0x10, -+0x10,0x10,0x11,0x10,0xfc,0x24,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x84,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x17,0x10,0x10,0xfc,0x24,0x24,0x27,0x24,0x44,0x28,0x10,0x28,0x44,0x81,0x2,0x4,0xfe,0x88,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x10,0x11,0x10,0x10,0xfc,0x24,0x27,0x24,0x24,0x44,0x28,0x10,0x28,0x45,0x82,0x4,0x8,0xfc,0x40,0x40,0x40,0x44,0xfe,0x50,0x50,0x50,0x90,0x90,0x92,0x12,0xe,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x0,0x4,0xfe,0x0,0x4,0x84,0x48,0x28,0x10,0x10,0x28,0x44,0x84,0x0,0x4,0xfe,0x0, -+0x11,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x0,0x20,0x20,0x20,0x24,0x2c,0xf0,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0xa2,0x1e,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x25,0x26,0x24,0x24,0x45,0x28,0x10,0x28,0x44,0x84,0x0,0x40,0x40,0xa0,0xa0,0x10,0xe,0x44,0x20,0x0,0xf8,0x8,0x10,0x10,0x20,0x40,0x80, -+0x10,0x10,0x10,0x11,0xfd,0x25,0x25,0x25,0x24,0x44,0x28,0x10,0x29,0x46,0x80,0x0,0x20,0x28,0x3c,0xe0,0x20,0x20,0x20,0xfe,0x22,0x62,0x6a,0xa4,0x20,0x20,0x20,0x20, -+0x10,0x12,0x11,0x11,0xfc,0x27,0x24,0x24,0x24,0x44,0x28,0x10,0x29,0x45,0x82,0x4,0x40,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xa4,0x94,0x4,0x4,0x28,0x10, -+0x10,0x13,0x10,0x10,0xfc,0x24,0x24,0x25,0x24,0x44,0x28,0x10,0x28,0x44,0x87,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0x88,0x88,0xfe,0x0, -+0x10,0x11,0x10,0x10,0xfc,0x24,0x27,0x24,0x24,0x44,0x28,0x10,0x28,0x44,0x84,0x0,0x0,0xf8,0x8,0x50,0x20,0x20,0xfe,0x22,0x24,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x44,0x84,0x0,0x0,0x8,0x48,0x28,0x28,0x28,0x8,0x8,0x8,0x8,0x48,0x90,0x10,0x28,0x46,0x82, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x28,0x44,0x87,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x27,0x25,0x45,0x29,0x11,0x29,0x45,0x82,0x4,0x4,0xde,0x54,0x54,0x54,0x54,0x54,0xfe,0x54,0x54,0x54,0x54,0x54,0x54,0xec,0x44, -+0x2,0x1,0x7f,0x0,0x8,0x4,0xff,0x1,0x2,0xff,0x4,0x8,0x6,0x1,0x6,0x38,0x0,0x8,0xfc,0x0,0x20,0x44,0xfe,0x0,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x18, -+0x10,0x10,0x17,0x10,0xfc,0x24,0x24,0x26,0x25,0x44,0x28,0x10,0x28,0x44,0x87,0x0,0x0,0x4,0xfe,0x90,0x90,0x90,0x92,0x94,0x98,0x90,0x90,0x90,0x90,0x94,0xfe,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x24,0x24,0x27,0x24,0x47,0x28,0x10,0x28,0x44,0x81,0x6,0x40,0x40,0x5c,0xe0,0x48,0x52,0x62,0x9e,0x0,0xf8,0x90,0x90,0x90,0x92,0x12,0xe, -+0x10,0x11,0x11,0x11,0xfd,0x26,0x24,0x27,0x24,0x44,0x28,0x10,0x29,0x46,0x84,0x0,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x70,0xa8,0xa8,0x24,0x22,0x20,0x20, -+0x2,0x1,0x7f,0x4,0x14,0x24,0x44,0x5,0x2,0xff,0x4,0x8,0x6,0x1,0x6,0x38,0x0,0x8,0xfc,0x40,0x50,0x4c,0x44,0x40,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x18, -+0x10,0x10,0x10,0x13,0xfc,0x24,0x25,0x26,0x24,0x44,0x28,0x10,0x28,0x44,0x81,0x6,0x40,0x20,0x4,0xfe,0x0,0x88,0x6,0x8a,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x11,0x10,0x10,0x13,0xfc,0x24,0x24,0x24,0x27,0x44,0x28,0x10,0x28,0x44,0x81,0x2,0x4,0x88,0x0,0xfe,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x10,0x10,0x13,0x12,0xfc,0x24,0x25,0x24,0x24,0x47,0x28,0x10,0x28,0x44,0x84,0x0,0x40,0x20,0xfe,0x2,0x4,0x38,0xc0,0x40,0x44,0xfe,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x44,0x28,0x11,0x28,0x44,0x87,0x0,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x25,0x24,0x27,0x44,0x28,0x10,0x28,0x44,0x84,0x0,0x20,0x24,0xfe,0x24,0xfc,0x24,0xfc,0x0,0xfe,0x80,0xfc,0x4,0x4,0x44,0x28,0x10, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x24,0x27,0x4a,0x2a,0x12,0x2a,0x46,0x82,0x2,0x4,0xfe,0x4,0x4,0x4,0xfc,0x24,0x20,0xfe,0x22,0x22,0x52,0x8a,0x2,0xa,0x4, -+0x11,0x10,0x10,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0x4,0xbe,0x84,0x24,0x24,0x24,0xfc,0x24,0x74,0x6c,0xac,0x24,0x24,0x4,0x14,0x8, -+0x10,0x8,0x41,0x25,0x9,0x72,0x10,0x17,0x1,0xff,0x4,0x8,0x6,0x1,0x6,0x38,0x40,0x40,0x50,0x4c,0x44,0x50,0xe0,0x0,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x18, -+0x10,0x10,0x10,0x11,0xfc,0x24,0x25,0x25,0x25,0x45,0x28,0x10,0x28,0x45,0x82,0x0,0x88,0x48,0x10,0xfc,0x24,0x24,0xfc,0x20,0x20,0xfe,0x62,0x62,0xaa,0x24,0x20,0x20, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x82,0x4,0x4,0xfe,0x4,0x4,0xfc,0x0,0xc,0xf0,0x20,0xfc,0x20,0xfe,0x20,0x22,0x22,0x1e, -+0x20,0x27,0x24,0x25,0xf5,0x56,0x55,0x55,0x55,0x95,0x55,0x27,0x25,0x54,0x94,0x4,0x0,0x84,0xfe,0x4,0x4,0x74,0x54,0x54,0x54,0x54,0x54,0x74,0x4,0x4,0x14,0x8, -+0x10,0x10,0x13,0x10,0xfd,0x24,0x27,0x24,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x10,0x10,0x13,0x10,0xfc,0x25,0x24,0x24,0x27,0x44,0x28,0x11,0x2a,0x44,0x80,0x0,0x20,0x24,0xfe,0x20,0x20,0xfc,0x20,0x24,0xfe,0x40,0xa4,0xa8,0x90,0x88,0xc6,0x80, -+0x20,0x20,0x27,0x20,0xfb,0x48,0x4f,0x48,0x4b,0x90,0x52,0x22,0x23,0x52,0x84,0x8,0x40,0x48,0xfc,0x40,0xf8,0x48,0xfe,0x48,0xf8,0x40,0x48,0x7c,0x40,0xc0,0x60,0x1e, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x25,0x24,0x27,0x4a,0x2a,0x13,0x2a,0x46,0x83,0x2,0x8,0xfc,0x8,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x44,0x28,0x13,0x28,0x44,0x80,0x0,0x20,0x44,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x50,0x94,0xfe,0x10,0x10,0x10,0x10, -+0x11,0x10,0x10,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x28,0x13,0x28,0x44,0x84,0x0,0x4,0x88,0x50,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x20,0x20,0x20, -+0x10,0x10,0xfe,0x12,0x34,0xc,0x32,0xc1,0x3f,0x21,0x22,0x24,0x21,0x22,0x24,0x20,0x0,0x0,0xfc,0x8,0x50,0x20,0xd8,0x6,0xf8,0x8,0x88,0x48,0x8,0x88,0x48,0x18, -+0x20,0x23,0x22,0x22,0xfb,0x4a,0x4a,0x4b,0x48,0x97,0x54,0x24,0x24,0x54,0x8f,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfc,0xa4,0xa4,0xa4,0xa4,0xfe,0x0, -+0x10,0x10,0x13,0x11,0xfc,0x25,0x24,0x27,0x24,0x44,0x28,0x11,0x2a,0x44,0x84,0x3,0x8,0x1c,0xe0,0x24,0xa8,0xfc,0x40,0xfe,0x80,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x13,0x10,0xfd,0x25,0x25,0x24,0x27,0x4a,0x29,0x10,0x28,0x44,0x84,0x0,0x40,0x24,0xfe,0x0,0xfc,0x4,0xfc,0x0,0xfe,0x2,0xfc,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x7f,0x12,0xc,0x7f,0x15,0x24,0x4c,0x2,0xff,0x4,0x8,0x4,0x3,0x4,0x38,0x40,0x44,0x7e,0x88,0x50,0x20,0x50,0x8e,0x4,0xfe,0x20,0x20,0x40,0x80,0x60,0x10, -+0x10,0x10,0x13,0x10,0xfd,0x24,0x27,0x24,0x25,0x45,0x29,0x11,0x2b,0x45,0x85,0x1,0x88,0x88,0xfe,0x88,0xfc,0x88,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfe,0x4,0x14,0x8, -+0x10,0x10,0x13,0x10,0xfc,0x25,0x25,0x25,0x25,0x45,0x28,0x13,0x28,0x44,0x84,0x3,0x88,0x88,0xfe,0x88,0x88,0xfc,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x11,0x11,0xfd,0x25,0x25,0x25,0x25,0x45,0x29,0x11,0x29,0x45,0x81,0x0,0x20,0x44,0xfe,0x54,0x24,0x54,0x4,0xfc,0x10,0x12,0xd4,0x18,0x12,0x52,0x8e,0x0, -+0x20,0x23,0x21,0x20,0xfb,0x4a,0x4c,0x4b,0x48,0x88,0x51,0x22,0x24,0x50,0x88,0x3,0x1c,0xe0,0x24,0xa8,0xfe,0x42,0x44,0xfe,0x80,0x80,0xfc,0x88,0x50,0x20,0xd8,0x6, -+0x10,0x10,0x13,0x12,0xfc,0x24,0x24,0x24,0x24,0x44,0x28,0x13,0x28,0x44,0x85,0x2,0x40,0x20,0xfe,0x2,0x1c,0xe0,0x80,0xfc,0x88,0x88,0x88,0xfe,0x0,0x88,0x6,0x2, -+0x10,0x11,0x11,0x11,0xfc,0x27,0x24,0x24,0x25,0x45,0x29,0x11,0x28,0x44,0x85,0x0,0x20,0x24,0x24,0xfc,0x20,0xfe,0x0,0x24,0xfe,0x24,0x24,0xfc,0x20,0x24,0xfe,0x2, -+0x4,0x3f,0x4,0x7f,0xe,0x15,0x24,0x3f,0x21,0x21,0x3f,0x22,0x26,0x41,0x46,0x98,0x20,0x24,0x3e,0xe8,0x10,0x28,0x44,0xfe,0x0,0x4,0xfe,0x10,0x20,0xc0,0x30,0x8, -+0x20,0x23,0x20,0x21,0xf9,0x4f,0x49,0x49,0x49,0x89,0x51,0x20,0x22,0x52,0x88,0x0,0x8,0xfc,0x20,0x3c,0x20,0xfe,0x0,0x8,0xfc,0x0,0xfe,0x2,0xaa,0xaa,0x2,0xc, -+0x10,0x10,0x11,0x10,0xfd,0x24,0x27,0x24,0x25,0x45,0x29,0x11,0x29,0x45,0x85,0x1,0x20,0x28,0xfc,0x20,0x24,0xa8,0xfe,0x0,0xfc,0x4,0x74,0x54,0x74,0x4,0xfc,0x4, -+0x10,0x13,0x10,0x10,0xfd,0x25,0x25,0x25,0x24,0x45,0x28,0x13,0x28,0x45,0x82,0x0,0x4,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x0,0xfc,0x0,0xfe,0xa8,0x24,0x22,0x20, -+0x10,0x11,0x10,0x13,0xfe,0x24,0x24,0x24,0x24,0x44,0x29,0x11,0x29,0x45,0x84,0x0,0x20,0x24,0xa8,0xfe,0x2,0xfc,0x88,0x88,0xf8,0x20,0xfc,0x24,0x24,0x2c,0x20,0x20, -+0x10,0x11,0x11,0x11,0xfd,0x25,0x24,0x24,0x25,0x44,0x28,0x11,0x28,0x45,0x86,0x0,0x4,0xfe,0x24,0xfc,0x24,0xfc,0x40,0x84,0xf8,0x20,0x48,0xfc,0xa8,0x26,0x22,0x60, -+0x10,0x11,0x10,0x10,0xff,0x24,0x25,0x25,0x25,0x45,0x29,0x10,0x2b,0x44,0x84,0x0,0x20,0xfc,0x88,0x50,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x20,0x20, -+0x10,0x13,0x10,0x11,0xfc,0x25,0x25,0x25,0x24,0x47,0x28,0x11,0x29,0x45,0x85,0x1,0x20,0xfe,0x20,0xfc,0x0,0xfc,0x4,0xfc,0x88,0xfe,0x0,0xfc,0x4,0x4,0xfc,0x4, -+0x10,0x13,0x10,0x11,0xfd,0x25,0x25,0x25,0x24,0x45,0x29,0x11,0x29,0x45,0x84,0x3,0x20,0xfe,0x0,0xfc,0x54,0x74,0x54,0xfc,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x0,0xfe, -+0x0,0x3e,0x23,0x3e,0x20,0x3f,0x52,0x52,0x9e,0x1,0xff,0x4,0xc,0x3,0x4,0x18,0x40,0x20,0xfc,0x88,0x50,0xfc,0x20,0xf8,0x20,0x20,0xfe,0x20,0x40,0x80,0x60,0x10, -+0x2,0xfa,0xaa,0xaa,0xff,0xaa,0xaa,0xfa,0x22,0xfa,0x2a,0x2a,0x49,0x4a,0xac,0x10,0x0,0x3e,0x2a,0xaa,0xfe,0xaa,0xaa,0xbe,0x88,0xbe,0x8a,0x8a,0x12,0x92,0x6a,0x4, -+0x40,0x40,0x47,0x44,0xf4,0x57,0x54,0x55,0x56,0x94,0x54,0x25,0x24,0x54,0x89,0x10,0x40,0x24,0xfe,0x88,0x88,0xfe,0x88,0xdc,0xaa,0x40,0x90,0x20,0x48,0x84,0xfc,0x4, -+0x20,0x21,0x20,0x23,0xfa,0x4c,0x49,0x49,0x4f,0x89,0x53,0x23,0x25,0x55,0x89,0x1,0x8,0xfc,0x20,0xfe,0xaa,0x70,0xa8,0x20,0xfc,0x24,0x3c,0xa4,0x7c,0x24,0x3c,0x24, -+0x0,0x3f,0x4,0x4,0x4,0x8,0x8,0x11,0x21,0x49,0x89,0x11,0x11,0x21,0x5,0x2,0x0,0xf0,0x10,0x24,0x7e,0x4,0x4,0x14,0x8,0x0,0x20,0x10,0x10,0xc,0x4,0x0, -+0x1,0x9,0x9,0x11,0x23,0x0,0x1,0xff,0x2,0xc,0x31,0xc9,0x9,0x11,0x25,0x2,0x0,0x20,0x10,0x8,0x8,0x0,0x4,0xfe,0x80,0x60,0x1e,0x24,0x20,0x18,0x8,0x0, -+0x0,0x0,0x3f,0x0,0x11,0x9,0x3f,0x0,0x0,0x1,0xff,0x1,0x1,0x1,0x5,0x2,0x10,0x78,0x80,0x10,0x10,0x20,0xf0,0x40,0x80,0x4,0xfe,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0xfe,0x12,0x34,0xc,0x32,0xc1,0x1f,0x0,0x1,0xff,0x1,0x1,0x5,0x2,0x0,0x8,0xfc,0x8,0x50,0x20,0xd8,0x6,0xe0,0x40,0x84,0xfe,0x0,0x0,0x0,0x0, -+0x4,0xff,0x8,0x12,0x3c,0x8,0x14,0x3e,0x0,0x1f,0x0,0x1,0xff,0x1,0x5,0x2,0x40,0xfe,0x20,0x48,0xf0,0x20,0x50,0xf8,0x0,0xe0,0x40,0x84,0xfe,0x0,0x0,0x0, -+0x0,0x3f,0x0,0x0,0x1,0x1,0x1,0x1,0x7,0x19,0x61,0x1,0x1,0x1,0x5,0x2,0x0,0xf0,0x20,0x40,0x80,0xc,0x30,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3f,0x0,0x0,0x11,0x9,0x5,0x3,0x1,0x1,0x1,0x1,0x1,0x1,0x5,0x2,0x0,0xf0,0x20,0x40,0x80,0x0,0x0,0x0,0x0,0x80,0x40,0x30,0xc,0x0,0x0,0x0, -+0x0,0x0,0xfc,0x5,0xa,0x10,0x13,0x1e,0x32,0xd3,0x12,0x12,0x12,0x12,0x51,0x20,0x80,0x80,0x88,0xfc,0x8,0x8,0xe8,0x28,0x28,0xe8,0x8,0x28,0x12,0x2,0xfe,0x0, -+0x8,0xfd,0x9,0x49,0x49,0x49,0x49,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x17,0x8,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x8,0xfc,0x9,0x49,0x49,0x49,0x49,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x15,0x8,0x0,0x4,0xfe,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x9c,0x4,0x4,0xfc,0x4,0x0, -+0x8,0xfc,0x8,0x49,0x49,0x4b,0x4d,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x15,0x9,0x88,0x88,0x88,0x8,0x8,0xfe,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x8,0x28,0x10, -+0x8,0xfc,0x8,0x49,0x4a,0x48,0x4b,0x48,0x7c,0x4,0x5,0x1c,0xe4,0x4,0x17,0x8,0x80,0x80,0xf8,0x8,0x10,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x8,0xfd,0x8,0x48,0x48,0x48,0x48,0x4b,0x7c,0x5,0x4,0x1c,0xe7,0x4,0x14,0x8,0x0,0xfc,0x88,0x50,0x20,0x50,0x8e,0x24,0x20,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20, -+0x10,0x10,0xfe,0x12,0x34,0xc,0x32,0xc1,0x1f,0x0,0x8,0xf,0x0,0x7f,0x0,0x0,0x0,0x0,0xfc,0x8,0x50,0x20,0xd8,0x6,0xe0,0x20,0x24,0xfe,0x4,0xf4,0x14,0x8, -+0x8,0xfc,0x8,0x48,0x49,0x4b,0x48,0x48,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x15,0x9,0x20,0x20,0x40,0x88,0x4,0xfe,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0xfc,0x8,0x4b,0x48,0x48,0x48,0x4b,0x7c,0x7,0x4,0x1c,0xe4,0x5,0x15,0xa,0x80,0x80,0xbc,0xc0,0x50,0x24,0xd4,0xc,0x0,0xfc,0x90,0x90,0x90,0x12,0x12,0xe, -+0x8,0xfc,0x9,0x49,0x4b,0x4d,0x49,0x49,0x7d,0x4,0x7,0x1c,0xe4,0x4,0x14,0x8,0xa0,0xa0,0x24,0x28,0x30,0x60,0xa2,0x1e,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x9,0xfc,0x8,0x4b,0x48,0x48,0x48,0x48,0x7f,0x4,0x4,0x1c,0xe4,0x4,0x15,0xa,0x4,0x88,0x50,0xfe,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x0,0xfb,0x8,0x48,0x49,0x49,0x49,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x15,0x8,0x4,0xfe,0x0,0x0,0xdc,0x54,0x54,0x54,0xdc,0x54,0x54,0x54,0x54,0x54,0x54,0x0, -+0x8,0xfc,0xb,0x48,0x48,0x48,0x48,0x48,0x7c,0x4,0x4,0x1f,0xe4,0x4,0x15,0xa,0x88,0x88,0xfe,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88,0x88,0xfe,0x0,0x88,0x6,0x2, -+0x8,0xfd,0x9,0x49,0x49,0x49,0x49,0x49,0x7c,0x7,0x4,0x1c,0xe5,0x6,0x14,0x8,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x70,0xa8,0x2e,0x24,0x20,0x20, -+0x8,0xfc,0x9,0x49,0x4b,0x4d,0x49,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x15,0x9,0xa0,0x90,0x4,0xfe,0x10,0x10,0xfc,0x10,0x10,0xfc,0x10,0x10,0x14,0xfe,0x0,0x0, -+0x8,0xfc,0x9,0x4b,0x48,0x4f,0x48,0x49,0x7e,0x5,0x4,0x1c,0xe5,0x4,0x14,0xb,0x40,0x80,0x8,0xfc,0x44,0xfe,0x90,0x28,0x46,0x90,0x20,0x44,0x88,0x30,0xc0,0x0, -+0x0,0x79,0x49,0x57,0x48,0x69,0x56,0x41,0x5f,0x0,0x8,0xf,0x0,0x7f,0x0,0x0,0x40,0x7c,0x40,0xfe,0x48,0x50,0x60,0x80,0xe0,0x20,0x24,0xfe,0x4,0xf4,0x14,0x8, -+0x0,0xfe,0x14,0x8,0xfe,0x1a,0x28,0x49,0x1f,0x0,0x8,0xf,0x0,0x7f,0x0,0x0,0x80,0x88,0xfc,0x88,0x50,0x20,0xd0,0xe,0xe0,0x20,0x24,0xfe,0x4,0xf4,0x14,0x8, -+0x8,0x7e,0x8,0x7e,0x8,0xff,0x10,0x3e,0x42,0x9f,0x0,0x8,0xf,0x0,0x7f,0x0,0x40,0x44,0xfe,0x88,0x50,0x20,0x58,0x86,0x0,0xf0,0x10,0x14,0xfe,0x4,0xf4,0x8, -+0x8,0xff,0xa,0x4a,0x4a,0x4b,0x4a,0x48,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x15,0x9,0x40,0xbe,0x12,0x12,0x92,0x2a,0x44,0x0,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4, -+0x8,0xfc,0x9,0x49,0x49,0x49,0x49,0x49,0x7d,0x5,0x5,0x1d,0xe5,0x5,0x16,0x8,0x20,0x10,0xfe,0x2,0xfe,0x0,0xee,0x22,0x22,0xaa,0x66,0x66,0xaa,0x22,0xaa,0x44, -+0x8,0xfd,0x8,0x48,0x49,0x49,0x49,0x49,0x7c,0x5,0x4,0x1f,0xe4,0x5,0x16,0x8,0x4,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x0,0xfc,0x0,0xfe,0xa8,0x26,0x22,0x60, -+0x8,0xfc,0x9,0x49,0x49,0x49,0x49,0x49,0x7d,0x5,0x4,0x1c,0xe5,0x6,0x14,0x8,0x20,0x44,0xfe,0x44,0x74,0x54,0xb4,0x24,0x44,0xfc,0x0,0xa0,0xa4,0x8a,0x88,0x78, -+0x13,0xfa,0x13,0x52,0x52,0x52,0x53,0x52,0x7a,0xb,0xa,0x3a,0xcb,0xa,0x2c,0x11,0xfc,0x4,0xfc,0x0,0xf8,0x10,0xfe,0x20,0x60,0xdc,0x44,0x88,0xfe,0x88,0x88,0x98, -+0x8,0xfd,0x8,0x4b,0x48,0x49,0x49,0x49,0x7d,0x5,0x4,0x1d,0xe4,0x7,0x14,0x9,0x50,0xdc,0x50,0xde,0x0,0xfc,0x24,0xfc,0x24,0xfc,0x88,0xfc,0x88,0xfe,0x88,0x4, -+0x10,0xff,0x10,0x57,0x54,0x57,0x51,0x53,0x79,0xb,0x9,0x3f,0xc9,0xb,0x2d,0x11,0x40,0xfe,0x0,0xbc,0xa4,0xbc,0x10,0xf8,0x10,0xf8,0x10,0xfe,0x48,0x30,0x8e,0x4, -+0x8,0x8,0x10,0x12,0x24,0x7c,0x8,0x10,0x20,0x7e,0x20,0x0,0xe,0x70,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0x10,0x11,0x22,0x7e,0x8,0x13,0x20,0x7e,0x20,0x0,0xe,0x70,0x20,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x8,0x8,0x10,0x12,0x24,0x7d,0x8,0x10,0x20,0x7e,0x20,0x0,0xe,0x70,0x20,0x0,0x8,0x8,0x8,0x8,0x8,0xfe,0x8,0x8,0x88,0x48,0x48,0x8,0x8,0x8,0x28,0x10, -+0x8,0x8,0x10,0x12,0x25,0x7c,0x9,0x10,0x20,0x7e,0x20,0x0,0xf,0x71,0x20,0x0,0x80,0x80,0x84,0xfe,0x0,0x0,0xf8,0x8,0x10,0x20,0x40,0x80,0x2,0x2,0xfe,0x0, -+0x8,0x8,0x10,0x12,0x25,0x7c,0x8,0x11,0x20,0x7e,0x20,0x0,0xe,0x71,0x21,0x2,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0xc8,0x48,0xa8,0x88,0x8a,0xa,0xa,0x4, -+0x8,0x8,0x10,0x13,0x25,0x7d,0x9,0x11,0x21,0x7d,0x21,0x1,0xe,0x72,0x24,0x8,0x40,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x8,0x8,0x11,0x12,0x24,0x7c,0xb,0x10,0x20,0x7e,0x20,0x0,0xe,0x71,0x21,0x0,0x0,0x8,0xfc,0x0,0x0,0x4,0xfe,0x40,0x40,0x40,0x80,0x80,0x88,0x4,0xfc,0x4, -+0x9,0x9,0x11,0x13,0x25,0x7d,0x9,0x11,0x21,0x7f,0x21,0x1,0xf,0x71,0x21,0x0,0x20,0x20,0x20,0x20,0x24,0x2c,0xf0,0x20,0x20,0x20,0x20,0x20,0x62,0xa2,0x1e,0x0, -+0x8,0x9,0x10,0x10,0x24,0x7c,0x9,0x10,0x20,0x7e,0x20,0x0,0xe,0x70,0x20,0x0,0x8,0xfc,0x8,0x50,0x20,0x10,0xfe,0x22,0x24,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x8,0x8,0x10,0x12,0x27,0x7c,0x8,0x10,0x20,0x7e,0x20,0x0,0xe,0x70,0x20,0x0,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0xf8,0x88, -+0x10,0x11,0x21,0x25,0x49,0xff,0x11,0x21,0x41,0xfd,0x41,0x1,0x1d,0xe1,0x41,0x0,0x48,0x48,0x48,0x48,0x48,0xfe,0x48,0x48,0x48,0x48,0x48,0x78,0x0,0x0,0xfc,0x0, -+0x10,0x10,0x20,0x24,0x4f,0xf8,0x10,0x21,0x41,0xfd,0x42,0x2,0x1c,0xe4,0x48,0x13,0xa0,0x90,0x90,0x84,0xfe,0x80,0x80,0xf8,0x8,0x8,0x90,0x60,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x20,0x25,0x4a,0xf8,0x13,0x20,0x40,0xfc,0x41,0x0,0x1c,0xe0,0x43,0x0,0x80,0x80,0xf8,0x8,0x10,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x20,0x27,0x48,0xf8,0x13,0x22,0x46,0xfb,0x40,0x0,0x1c,0xe1,0x41,0x2,0x90,0x90,0x94,0xfe,0x94,0x94,0xfc,0x90,0x90,0xfe,0x92,0x92,0x9a,0x14,0x10,0x10, -+0x8,0x8,0x11,0x11,0x25,0x7d,0x9,0x10,0x21,0x7d,0x21,0x1,0xd,0x71,0x20,0x0,0x20,0x20,0x24,0x24,0x24,0x24,0xfc,0x20,0x24,0x24,0x24,0x24,0x24,0xfc,0x4,0x0, -+0x10,0x10,0x20,0x20,0x48,0xf9,0x13,0x20,0x40,0xfd,0x41,0x1,0x1d,0xe1,0x41,0x1,0x20,0x20,0x40,0x40,0x88,0x4,0xfe,0x2,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x27,0x24,0x48,0xf9,0x13,0x24,0x43,0xfd,0x41,0x0,0x1c,0xe0,0x40,0x0,0x40,0x44,0xfe,0xa0,0xa0,0x10,0xf8,0x6,0xfc,0x0,0xf8,0x8,0x8,0x88,0x50,0x20, -+0x10,0x10,0x21,0x25,0x7f,0xf8,0x11,0x23,0x45,0xf9,0x41,0x1,0x1d,0xe1,0x41,0x1,0x80,0x88,0x7c,0x0,0xff,0x84,0xfe,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x28,0x10, -+0x11,0x11,0x23,0x24,0x40,0xf8,0x11,0x26,0x43,0xfa,0x42,0x7,0x18,0xe0,0x40,0x0,0x0,0xf8,0x10,0xa0,0x40,0xa0,0x58,0x46,0xf8,0x40,0x48,0xfc,0x40,0x40,0x40,0x40, -+0x10,0x17,0x20,0x23,0x4a,0xfa,0x13,0x22,0x42,0xfb,0x42,0x1,0x18,0xe1,0x42,0x4,0x4,0xfe,0x40,0xf8,0x48,0x48,0xf8,0x48,0x48,0xf8,0x40,0x40,0x80,0x60,0x1e,0x4, -+0x8,0x9,0x10,0x10,0x24,0x7d,0x9,0x11,0x21,0x7f,0x21,0x1,0xf,0x71,0x21,0x1,0x20,0x24,0xa8,0xb0,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x12,0x11,0x20,0x27,0x48,0xf8,0x13,0x22,0x42,0xfb,0x40,0x4,0x19,0xe2,0x44,0x8,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x40,0x44,0xfe,0xc4,0xc4,0x54,0x48,0x40,0x40, -+0x10,0x10,0x21,0x24,0x48,0xfb,0x10,0x21,0x42,0xfc,0x40,0x1,0x1c,0xe0,0x41,0x6,0x20,0x28,0xfc,0x20,0x24,0xfe,0x88,0x46,0x7a,0x88,0x90,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x27,0x20,0x48,0xf9,0x17,0x20,0x43,0xfa,0x42,0x2,0x1b,0xe2,0x40,0x0,0x40,0x48,0xfc,0x40,0xb0,0x14,0xfe,0x8,0xc8,0x48,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x10,0x10,0x20,0x23,0x48,0xf8,0x10,0x23,0x40,0xfc,0x40,0x3,0x1c,0xe0,0x40,0x0,0x50,0x50,0x54,0xde,0x50,0x50,0x54,0xde,0x50,0x50,0x54,0xde,0x50,0x50,0x50,0x50, -+0x10,0x12,0x21,0x21,0x48,0xff,0x14,0x24,0x45,0xfd,0x45,0x5,0x1d,0xe4,0x44,0x4,0x40,0x48,0x48,0x50,0x44,0xfe,0x4,0x4,0xf4,0x14,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x8,0x9,0x11,0x13,0x25,0x7d,0x9,0x11,0x20,0x7d,0x21,0x1,0xd,0x71,0x21,0x1,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x10,0x12,0x16,0xd8,0x10,0x52,0x92,0xe, -+0x10,0x13,0x20,0x2f,0x49,0xf9,0x11,0x27,0x41,0xf9,0x41,0x7,0x18,0xe0,0x47,0x0,0x18,0xe0,0x44,0xfe,0x50,0x50,0x50,0xfc,0x50,0x50,0x54,0xfe,0x40,0x48,0xfc,0x0, -+0x10,0x17,0x20,0x22,0x41,0xf7,0x14,0x28,0x41,0xfc,0x41,0x0,0x1c,0xe0,0x41,0x6,0x1c,0xe0,0x0,0x48,0x50,0xfe,0x2,0x4,0xf0,0x10,0x10,0xa0,0x40,0xa0,0x1e,0x4, -+0x11,0x11,0x21,0x25,0x4a,0xfb,0x14,0x21,0x42,0xfc,0x41,0x1,0x1d,0xe1,0x41,0x1,0x10,0x10,0xd0,0x58,0x56,0x52,0x90,0x50,0x3e,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x12,0x21,0x20,0x47,0xf8,0x1f,0x20,0x41,0xfb,0x45,0x1,0x1d,0xe1,0x41,0x0,0x40,0x48,0x50,0x40,0xfc,0x40,0xfe,0xa0,0x10,0xfe,0x14,0x10,0x50,0x24,0x4,0xfc, -+0x10,0x10,0x24,0x27,0x4c,0xf3,0x12,0x22,0x43,0xfe,0x43,0x2,0x1e,0xe2,0x43,0x2,0x80,0x40,0x40,0xfe,0x2,0xf8,0x8,0x8,0xf8,0x0,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x11,0x11,0x22,0x24,0x4a,0xf9,0x11,0x20,0x47,0xfc,0x44,0x7,0x1c,0xe4,0x47,0x4,0x24,0x24,0x48,0x90,0x48,0x24,0x24,0x4,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x11,0x11,0x2f,0x21,0x49,0xf8,0x13,0x22,0x42,0xfb,0x40,0x7,0x18,0xe0,0x40,0x0,0x10,0x14,0xfe,0x10,0xf0,0x40,0xf8,0x48,0x48,0xf8,0x40,0xfe,0x40,0x40,0x40,0x40, -+0x11,0x11,0x21,0x21,0x4f,0xf9,0x13,0x23,0x45,0xfd,0x49,0x1,0x1d,0xe1,0x41,0x1,0x0,0x4,0x3e,0x24,0xe4,0x24,0x3c,0xa4,0x64,0x24,0x3c,0x24,0x24,0x24,0x3c,0x24, -+0x13,0x12,0x22,0x23,0x4a,0xfa,0x13,0x20,0x47,0xf8,0x2,0x2,0x1a,0xe3,0x44,0x18,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfe,0x40,0x48,0x7c,0x40,0x40,0xc6,0x3c, -+0x10,0x10,0x27,0x24,0x4c,0xfc,0x17,0x24,0x44,0xff,0x44,0x4,0x1c,0xe7,0x44,0x1,0x10,0x90,0xd0,0x90,0xb8,0xb6,0xd2,0x90,0x94,0x94,0x98,0x88,0x90,0xa0,0x40,0x80, -+0x10,0x10,0x23,0x22,0x4b,0xf8,0x17,0x20,0x43,0xfa,0x42,0x2,0x1a,0xe0,0x41,0x6,0x40,0x48,0xfc,0x48,0xf8,0x40,0xfe,0x0,0xf8,0x8,0x48,0x48,0x88,0xb0,0xc,0x4, -+0x10,0x10,0x23,0x22,0x4a,0xfb,0x12,0x22,0x43,0xf8,0x41,0x5,0x1d,0xe5,0x48,0x0,0x0,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x80,0x40,0x24,0x2,0xa,0xf8,0x0, -+0x12,0x13,0x22,0x25,0x4d,0xf5,0x15,0x25,0x45,0xfd,0x44,0x4,0x1c,0xe4,0x44,0x7,0x4,0xfe,0x20,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0xa0,0xa0,0x40,0x60,0x98,0x6, -+0x11,0x11,0x21,0x22,0x4b,0xf6,0x1a,0x22,0x43,0xfa,0x43,0x2,0x1a,0xe2,0x42,0x3,0x8,0x7c,0x8,0x8,0xfe,0x40,0x48,0xfc,0x20,0x24,0xfe,0x20,0x20,0x50,0x8e,0x4, -+0x10,0x14,0x22,0x22,0x48,0xf8,0x16,0x22,0x42,0xfa,0x42,0x2,0x1a,0xe5,0x48,0x0,0x20,0x48,0xfc,0x88,0x88,0x88,0xf8,0x80,0xf8,0x88,0x88,0x88,0xf8,0x0,0x86,0x7c, -+0x10,0x13,0x22,0x27,0x4a,0xfb,0x12,0x22,0x43,0xfd,0x41,0x1,0x1d,0xe1,0x41,0x1,0x8,0xfc,0x8,0xf8,0x40,0xfc,0x20,0x92,0xe,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x10,0x13,0x20,0x22,0x49,0xf8,0x17,0x20,0x41,0xfd,0x41,0x1,0x1d,0xe1,0x41,0x1,0x8,0xfc,0x90,0x94,0x98,0x90,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x27,0x20,0x4b,0xfa,0x13,0x22,0x43,0xfa,0x43,0x2,0x1f,0xe1,0x42,0x4,0x40,0x48,0xfc,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x10,0xc,0x4, -+0x10,0x17,0x24,0x25,0x4c,0xf7,0x15,0x25,0x45,0xfc,0x47,0x4,0x1c,0xe4,0x48,0x0,0x4,0xfe,0x0,0xf8,0x0,0xfe,0x48,0x30,0x8e,0x10,0xfe,0x90,0x50,0x10,0x50,0x20, -+0x10,0x10,0x27,0x20,0x49,0xf9,0x11,0x20,0x43,0xfa,0x42,0x2,0x1a,0xe2,0x42,0x2,0x40,0x24,0xfe,0x0,0xf8,0x8,0xf8,0x4,0xfe,0x4,0xf4,0x94,0x94,0xf4,0x14,0x8, -+0x10,0x10,0x2f,0x21,0x4a,0xfa,0x12,0x23,0x40,0xff,0x44,0x4,0x1d,0xe4,0x44,0x4,0x80,0x44,0xfe,0x10,0xa8,0x48,0xa8,0xf8,0x44,0xfe,0x44,0x94,0xf4,0x4,0x14,0x8, -+0x10,0x12,0x21,0x20,0x4b,0xf8,0x11,0x22,0x44,0xfb,0x42,0x2,0x1a,0xe2,0x4f,0x0,0x0,0x8,0x10,0x0,0xfc,0x0,0x10,0x8,0x4,0xf8,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x11,0x10,0x2f,0x20,0x4b,0xf8,0x17,0x20,0x40,0xfb,0x40,0x1,0x1a,0xe4,0x48,0x0,0x10,0xa4,0xfe,0xa0,0xf8,0xa8,0xfe,0xa8,0xa8,0xf8,0xa0,0xb0,0xa8,0xae,0xa4,0xa0, -+0x10,0x10,0x27,0x24,0x48,0xf9,0x11,0x21,0x41,0xf9,0x41,0x7,0x18,0xe1,0x42,0x4,0x40,0x20,0xfe,0x2,0x34,0xc0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x0,0x10,0xc,0x4, -+0x10,0x17,0x20,0x28,0x4f,0xf4,0x14,0x27,0x40,0xfb,0x40,0xf,0x19,0xe2,0x45,0x0,0x8,0xfc,0xa0,0xa4,0xfe,0xa4,0xa4,0xfc,0x0,0xf8,0x0,0xfe,0x50,0x4c,0x44,0x80, -+0x13,0x12,0x23,0x22,0x4b,0xf8,0x17,0x24,0x47,0xf8,0x43,0x2,0x19,0xe0,0x43,0xc,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfc,0xa4,0xfc,0x0,0xf8,0x8,0xb0,0x40,0xb0,0xe, -+0x10,0x17,0x24,0x2f,0x54,0xf7,0x14,0x21,0x43,0xf8,0x40,0x7,0x19,0xe2,0x45,0x0,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x84,0x10,0xe0,0x40,0x88,0xfc,0x50,0x4c,0x44,0x80, -+0x10,0x17,0x24,0x22,0x4a,0xf4,0x10,0x20,0x41,0xfa,0x45,0x0,0x19,0xe0,0x40,0x7,0x4,0xbe,0xa4,0x94,0x94,0xa4,0x50,0x88,0x24,0x42,0x90,0x60,0x88,0x30,0xc0,0x0, -+0x12,0x12,0x24,0x22,0x4a,0xf7,0x14,0x27,0x44,0xf7,0x40,0xf,0x18,0xe1,0x46,0x0,0x48,0x48,0x90,0x48,0x48,0xfc,0x44,0xfc,0x44,0xfc,0x40,0xfe,0xe0,0x50,0x4e,0x40, -+0x12,0x12,0x22,0x2f,0x42,0xfa,0x17,0x20,0x47,0xfd,0x45,0x5,0x1d,0xe7,0x40,0x0,0x4,0xfe,0x10,0xa4,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x28,0x26,0xc2, -+0x10,0x10,0x2f,0x20,0x4a,0xf9,0x13,0x22,0x43,0xfa,0x43,0x1,0x1a,0xe4,0x41,0x0,0x40,0x44,0xfe,0xa0,0xa8,0x10,0xfe,0xc,0xf8,0x8,0xf8,0x50,0x4c,0x44,0x40,0x80, -+0x12,0x11,0x27,0x24,0x4d,0xfc,0x17,0x24,0x43,0xfa,0x42,0x3,0x1a,0xe2,0x43,0x2,0x8,0x10,0xfc,0x44,0x54,0x44,0xfc,0x4,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x1f,0x20,0x27,0x4c,0xff,0x14,0x27,0x40,0xff,0x44,0x7,0x1c,0xe7,0x40,0xf,0x4,0xfe,0x0,0xfc,0x44,0xfc,0x44,0xfc,0x0,0xfe,0x44,0xfc,0x44,0xfc,0x0,0xfe, -+0x10,0x11,0x25,0x23,0x4a,0xf9,0x10,0x2e,0x42,0xfa,0x42,0x2,0x1a,0xe5,0x48,0x0,0x24,0xfe,0x24,0xfc,0x20,0xfe,0x0,0xf8,0x88,0xf8,0x80,0xf8,0x88,0xf8,0x86,0x7c, -+0x10,0x11,0x21,0x25,0x49,0xf8,0x17,0x24,0x44,0xff,0x40,0x7,0x18,0xe1,0x46,0x0,0x10,0xf8,0x10,0x10,0xf0,0x0,0xbc,0xa4,0xa4,0xbc,0x40,0xfe,0xe0,0x50,0x4e,0x40, -+0x10,0x13,0x22,0x26,0x4b,0xf8,0x17,0x20,0x43,0xfa,0x43,0x1,0x1b,0xe5,0x49,0x1,0x8,0xfc,0xa8,0xa8,0xf8,0x4,0xfe,0x0,0xf8,0x8,0xf8,0x44,0x48,0x30,0x8e,0x4, -+0x11,0x15,0x27,0x29,0x47,0xfb,0x15,0x29,0x43,0xfa,0x42,0x2,0x1a,0xe0,0x41,0x6,0x8,0x28,0xbc,0x48,0xbe,0x18,0x2a,0x4e,0xf8,0x8,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x0,0x2,0x2,0x4,0x4,0x8,0x10,0x3f,0x0,0x1,0x2,0x4,0x8,0x10,0x3f,0x0,0x0,0x0,0x0,0x0,0x10,0x10,0x20,0xc0,0x80,0x0,0x0,0x0,0x20,0x10,0xf8,0x8, -+0x11,0x25,0x79,0x11,0x29,0x7d,0x1,0xff,0x0,0x7f,0x49,0x7f,0x49,0x7f,0x40,0x3,0x10,0x24,0x78,0x10,0x28,0x7c,0x10,0xfe,0x80,0x88,0x48,0x50,0x50,0x22,0xd2,0xe, -+0x0,0x0,0x4,0x4,0x4,0x9,0x9,0x12,0x9,0x9,0x4,0x4,0x4,0x0,0x0,0x0,0x0,0x0,0x90,0x90,0x90,0x20,0x20,0x40,0x20,0x20,0x90,0x90,0x90,0x0,0x0,0x0, -+0x11,0x11,0x22,0x44,0x22,0x11,0x11,0x0,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x20,0x10,0x10,0x20,0x40,0x20,0x10,0x10,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x21,0x42,0x21,0x10,0x1f,0x10,0x1f,0x0,0x3f,0x21,0x21,0x3f,0x20,0x20,0x1f,0x84,0x8,0x10,0x8,0x88,0xf0,0x10,0xf0,0x8,0xfc,0x8,0x8,0xf8,0xa,0x2,0xfe, -+0x0,0x8,0x7d,0x10,0x10,0x10,0x7c,0x10,0x10,0x10,0x10,0x1c,0x70,0x21,0x0,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x9,0x7d,0x11,0x11,0x11,0x7d,0x11,0x11,0x11,0x11,0x1e,0x72,0x24,0x8,0x10,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x12,0x12,0xe,0x0, -+0x0,0x8,0x7c,0x13,0x10,0x10,0x7d,0x10,0x10,0x17,0x10,0x1c,0x70,0x20,0x0,0x0,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0x44,0xfe,0x44,0x44,0x44,0x54,0x48,0x40, -+0x0,0x8,0x7c,0x10,0x11,0x12,0x7c,0x13,0x10,0x10,0x10,0x1c,0x71,0x21,0x2,0x4,0x10,0x90,0x90,0x90,0x8,0x4,0x2,0xf8,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x0,0x8,0x7c,0x17,0x10,0x11,0x7d,0x11,0x10,0x10,0x10,0x1c,0x71,0x22,0x4,0x8,0x80,0x40,0x24,0xfe,0x8,0x8,0x8,0x10,0x90,0xa0,0x40,0xa0,0x10,0x8,0xe,0x4, -+0x0,0xb,0x7c,0x10,0x10,0x10,0x7c,0x13,0x10,0x10,0x10,0x10,0x1c,0x70,0x27,0x0,0x8,0xfc,0x40,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x50,0x48,0x48,0x40,0xfe,0x0, -+0x0,0x8,0x7f,0x10,0x10,0x11,0x11,0x7d,0x11,0x11,0x11,0x1d,0x70,0x20,0x0,0x0,0x0,0x4,0xfe,0x8,0x8,0xe8,0x28,0x28,0x28,0x28,0xe8,0x8,0x8,0x8,0x28,0x10, -+0x0,0x8,0x7c,0x10,0x17,0x10,0x7c,0x10,0x11,0x11,0x11,0x1e,0x72,0x24,0x8,0x10,0x80,0xa0,0x98,0x88,0xfe,0xa0,0xa0,0xa4,0x24,0x28,0x30,0x20,0x62,0xa2,0x1e,0x0, -+0x0,0x8,0x7c,0x10,0x10,0x10,0x7c,0x10,0x11,0x11,0x11,0x1d,0x71,0x21,0x1,0x1,0x40,0x40,0x44,0x7e,0x40,0x40,0x40,0x44,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x8,0xfc,0x21,0x21,0x23,0xfd,0x21,0x21,0x21,0x25,0x39,0xe1,0x41,0x1,0x1,0xa0,0xa8,0xa4,0x24,0x20,0x3e,0xe0,0x20,0x20,0x20,0x10,0x10,0x12,0xa,0xa,0x4, -+0x0,0x8,0x7c,0x11,0x11,0x11,0x7d,0x11,0x11,0x11,0x11,0x11,0x1d,0x71,0x21,0x1,0x20,0x20,0x44,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x9,0x7d,0x11,0x11,0x11,0x7d,0x11,0x11,0x11,0x11,0x11,0x1d,0x71,0x21,0x1,0x4,0xfe,0x4,0x4,0xfc,0x24,0x20,0x24,0xfe,0x20,0x20,0x10,0x10,0x4a,0x8a,0x6, -+0x2,0x12,0xfa,0x2f,0x22,0x22,0xfa,0x22,0x22,0x22,0x22,0x3a,0xe4,0x4a,0x11,0x0,0x0,0x0,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xbc,0xa4,0x0,0x0, -+0x0,0xb,0x7d,0x11,0x11,0x11,0x7d,0x11,0x11,0x11,0x11,0x1d,0x73,0x20,0x0,0x0,0x4,0xfe,0x8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0xe,0xf8,0x8,0x8,0x8, -+0x1,0x11,0xf9,0x21,0x27,0x21,0xf9,0x21,0x21,0x21,0x2f,0x20,0x39,0xe2,0x44,0x8,0x10,0x10,0x10,0x10,0xfc,0x10,0x10,0x10,0x10,0x14,0xfe,0x0,0x10,0x8,0x4,0x4, -+0x0,0xb,0x7c,0x10,0x11,0x11,0x7d,0x11,0x11,0x11,0x11,0x1d,0x70,0x20,0x0,0x3,0x4,0xfe,0x20,0x40,0xfc,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x0,0x17,0xf8,0x22,0x22,0x24,0xf7,0x21,0x21,0x22,0x2a,0x34,0xe4,0x4a,0x1,0x0,0x0,0xc0,0xbe,0xa2,0xa4,0xa4,0xe8,0xa4,0xa4,0xa2,0xa2,0xa2,0xb4,0xa8,0x20,0x20, -+0x1,0x11,0xfa,0x24,0x29,0x21,0xfa,0x26,0x2a,0x22,0x22,0x3a,0xe2,0x42,0x2,0x2,0x0,0x8,0x7c,0x0,0x0,0x4,0xfe,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x28,0x10, -+0x1,0x11,0xf9,0x25,0x23,0x21,0xf9,0x21,0x23,0x2d,0x21,0x39,0xe2,0x42,0x4,0x18,0x20,0x20,0x24,0x2c,0x30,0x20,0x20,0x30,0x2c,0x24,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x1,0x11,0xf9,0x22,0x25,0x20,0xf8,0x20,0x23,0x2c,0x23,0x3a,0xe2,0x42,0x3,0x2,0x0,0x0,0xfc,0x8,0x10,0xa0,0x40,0xa0,0x18,0x6,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x1f,0x21,0x49,0x11,0x23,0x0,0x7f,0x1,0x1,0x3f,0x1,0x1,0xff,0x0,0x0,0x8,0xfc,0x8,0x20,0x18,0x8,0x0,0xfc,0x0,0x10,0xf8,0x40,0x24,0xfe,0x0, -+0x0,0x13,0xfa,0x24,0x23,0x20,0xf8,0x21,0x23,0x20,0x28,0x37,0xe0,0x40,0x0,0x0,0x0,0xfe,0x42,0x44,0xfc,0x80,0xa0,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x14,0xfa,0x21,0x20,0x26,0xfa,0x22,0x22,0x22,0x22,0x3a,0xe2,0x45,0x8,0x0,0x20,0x20,0x24,0xfe,0x40,0x50,0x90,0xfc,0x10,0x14,0xfe,0x10,0x10,0x16,0xfc,0x0, -+0x1,0x9,0x7f,0x11,0x11,0x11,0x7d,0x11,0x11,0x11,0x11,0x17,0x1c,0x71,0x22,0x4,0x10,0x10,0xfc,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x14,0xfe,0x0,0x10,0xc,0x4, -+0x1,0x11,0xff,0x21,0x20,0x23,0xfa,0x22,0x22,0x22,0x27,0x38,0xe0,0x41,0x2,0xc,0x10,0x14,0xfe,0x10,0x40,0xf8,0x48,0x48,0x48,0x48,0xfe,0x40,0xa0,0x10,0xe,0x4, -+0x0,0x10,0xfb,0x20,0x20,0x21,0xfb,0x20,0x23,0x22,0x22,0x3a,0xe3,0x42,0x0,0x0,0x40,0x48,0xfc,0x40,0xa0,0x14,0xfe,0x8,0xc8,0x48,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x0,0x10,0xf8,0x23,0x22,0x22,0xfb,0x22,0x22,0x22,0x22,0x3a,0xe2,0x44,0x9,0x2,0x48,0x7c,0x40,0xfe,0x42,0x78,0xc4,0x7c,0x0,0xf0,0x90,0x90,0x90,0x92,0x12,0xe, -+0x0,0xb,0x7e,0x12,0x13,0x12,0x7e,0x13,0x12,0x12,0x13,0x1e,0x72,0x22,0x3,0x2,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x20,0x24,0xa8,0x30,0x20,0xa2,0x22,0x1e, -+0x0,0x8,0x7d,0x11,0x12,0x10,0x7c,0x11,0x12,0x11,0x11,0x1e,0x70,0x21,0x2,0xc,0x40,0x40,0x48,0x50,0x40,0xa0,0x98,0x48,0x44,0x48,0x50,0xa0,0xa0,0x10,0xe,0x4, -+0x0,0x14,0xff,0x24,0x28,0x23,0xf8,0x20,0x27,0x20,0x21,0x39,0xe2,0x44,0x1,0x0,0x80,0x40,0xfe,0x2,0x14,0xf8,0x0,0x4,0xfe,0x40,0x50,0x48,0x44,0x44,0x40,0x80, -+0x0,0x14,0xff,0x24,0x2a,0x23,0xfa,0x24,0x24,0x2a,0x21,0x39,0xe2,0x44,0x8,0x10,0x80,0x40,0xfe,0x2,0x4,0xbc,0xa4,0xa4,0xa4,0xa4,0x34,0x28,0x22,0x22,0x1e,0x0, -+0x0,0x17,0xfc,0x28,0x21,0x22,0xf8,0x20,0x2f,0x20,0x20,0x39,0xe2,0x44,0x8,0x0,0x0,0xfe,0x2,0xa4,0x18,0x8,0x40,0x44,0xfe,0x40,0xe0,0x50,0x48,0x4e,0x44,0x40, -+0x0,0x13,0xfa,0x22,0x23,0x22,0xfa,0x23,0x22,0x22,0x23,0x3d,0xe5,0x49,0x11,0x1,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x7,0xfc,0x25,0x24,0x25,0xf8,0x20,0x23,0x22,0x23,0x3a,0xe3,0x42,0x3,0x2,0x4,0xfe,0x4,0xf4,0x4,0xf4,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8, -+0x0,0x10,0xf9,0x22,0x25,0x28,0xff,0x24,0x24,0x27,0x24,0x3c,0xe7,0x44,0x4,0x5,0x40,0xc0,0x20,0x10,0xe8,0x6,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0x88,0xa8,0x90, -+0x0,0x17,0xfa,0x21,0x20,0x23,0xf8,0x27,0x21,0x21,0x22,0x3a,0xe4,0x48,0x1,0x6,0x1c,0xe0,0x48,0x50,0x20,0xfc,0x80,0xfe,0x0,0xf8,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x17,0xfc,0x24,0x24,0x27,0xfc,0x24,0x27,0x24,0x24,0x3f,0xe4,0x44,0x4,0x4,0x4,0xbe,0x84,0x84,0x84,0xbc,0x4,0x0,0xbc,0x4,0x24,0xa8,0x10,0x28,0x46,0x84, -+0x1,0x11,0xfa,0x21,0x21,0x20,0xf8,0x23,0x22,0x22,0x22,0x3a,0xe3,0x42,0x3,0x2,0x24,0x24,0x48,0x24,0x24,0x40,0x84,0xfe,0x4,0x94,0x64,0x94,0xc,0x4,0xfc,0x4, -+0x0,0x17,0xfa,0x21,0x27,0x24,0xf8,0x27,0x21,0x21,0x22,0x3a,0xe4,0x48,0x1,0x6,0x38,0xc0,0x48,0x50,0xfe,0x82,0x84,0xfe,0x0,0xf0,0x10,0xa0,0x40,0xa0,0x1e,0x4, -+0x0,0x10,0xfb,0x22,0x22,0x22,0xfb,0x22,0x22,0x22,0x23,0x3d,0xe5,0x49,0x11,0x1,0x40,0x24,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x11,0xff,0x21,0x21,0x20,0xff,0x24,0x27,0x20,0x27,0x38,0xe7,0x40,0xf,0x0,0x10,0x14,0xfe,0x10,0xf0,0x44,0xfe,0x44,0xfc,0x40,0xfc,0x40,0xfc,0x40,0xfe,0x0, -+0x1,0x11,0xff,0x21,0x21,0x2f,0xf8,0x23,0x22,0x23,0x22,0x3b,0xe0,0x41,0x2,0x4,0x10,0x10,0xfc,0x10,0x14,0xfe,0x40,0xf8,0x48,0xf8,0x48,0xf8,0x0,0x10,0xc,0x4, -+0x0,0x17,0xfd,0x25,0x26,0x26,0xfb,0x24,0x20,0x2f,0x20,0x39,0xe0,0x40,0x1,0x6,0x0,0xbc,0xac,0xac,0xb4,0xb4,0x18,0xa4,0x40,0xfe,0x90,0x10,0xa0,0x40,0xb0,0xc, -+0x0,0x14,0xfc,0x27,0x21,0x21,0xfb,0x22,0x27,0x2a,0x23,0x3a,0xe2,0x43,0x2,0x2,0x40,0x44,0x44,0xfc,0x44,0x20,0xfe,0x20,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0,0x0, -+0x0,0x10,0xfb,0x22,0x22,0x22,0xfa,0x23,0x22,0x22,0x23,0x38,0xe5,0x45,0x9,0x0,0x40,0x84,0xfe,0x44,0x74,0x94,0xd4,0x24,0x44,0x84,0xfc,0x40,0x24,0x2a,0xa,0xf8, -+0x4,0x2,0xf2,0x2f,0x24,0x24,0xf7,0x25,0x25,0x25,0x35,0xe9,0x49,0x15,0x22,0x1,0x40,0x40,0x44,0xfe,0x80,0x0,0x7e,0x12,0x54,0x50,0x5e,0x50,0x50,0xb0,0x90,0xe, -+0x0,0x17,0xf9,0x20,0x2f,0x20,0xfb,0x22,0x23,0x22,0x23,0x38,0xef,0x40,0x0,0x0,0x40,0xfc,0x10,0xa0,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x40,0xfe,0x40,0x40,0x40, -+0x0,0x14,0xfa,0x20,0x2f,0x21,0xf8,0x27,0x20,0x23,0x20,0x3f,0xe0,0x40,0x3,0xc,0xa0,0xa4,0xa8,0xa0,0xfe,0x10,0xa0,0xfc,0x40,0xf8,0x40,0xfe,0x40,0xa0,0x18,0x6, -+0x2,0x13,0xfa,0x27,0x28,0x25,0xfa,0x24,0x2a,0x21,0x27,0x38,0xe1,0x42,0xc,0x0,0x0,0xbc,0x4,0xa8,0x90,0x28,0x46,0x40,0x48,0x50,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x0,0x10,0xff,0x24,0x24,0x27,0xfc,0x24,0x27,0x24,0x27,0x3c,0xe7,0x48,0x13,0x0,0x78,0x40,0xfe,0x82,0xf4,0x88,0xf8,0x0,0xfe,0xc0,0x68,0xb0,0x68,0xa6,0x24,0x40, -+0x0,0xf,0xf8,0x28,0x28,0x2f,0xf2,0x22,0x2b,0x2a,0x2a,0x3a,0xcb,0x5e,0x0,0x0,0x20,0xa0,0xbe,0xc4,0xa4,0xa8,0x10,0x28,0xc4,0x82,0x7c,0x44,0xc4,0x44,0x7c,0x44, -+0x3e,0x23,0x3e,0x20,0x3f,0x22,0x62,0xbe,0x0,0x7f,0x1,0x3f,0x1,0x1,0xff,0x0,0x20,0xfc,0x88,0x50,0xfe,0x20,0xf8,0x20,0x20,0xfc,0x0,0xf8,0x40,0x24,0xfe,0x0, -+0x1,0x5,0xf7,0x29,0x2f,0x23,0xf5,0x29,0x23,0x22,0x22,0x3a,0xe2,0x40,0x1,0x6,0x8,0x28,0xbc,0x48,0xbe,0x18,0xaa,0x4e,0xf8,0x8,0x48,0x48,0x48,0xb0,0xc,0x4, -+0xf,0x78,0x4b,0x68,0x4b,0x6a,0x4b,0x48,0xff,0x80,0x3f,0x1,0x1f,0x1,0x1,0xff,0xe4,0x3e,0xa4,0x2c,0xa4,0xac,0xa4,0x24,0xfe,0x2,0xf8,0x0,0xf0,0x40,0x24,0xfe, -+0x0,0x3e,0x22,0x3e,0x22,0x3e,0x0,0xff,0x9,0x28,0x2f,0x28,0x38,0x48,0x84,0x3,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x24,0x24,0x34,0x28,0x20,0x26,0xfc, -+0x20,0x23,0x22,0xfa,0x23,0x22,0xfa,0x23,0x20,0xfb,0x2a,0x2a,0x3a,0x22,0x2f,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xf8,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x20,0x20,0x27,0xfa,0x21,0x21,0xf8,0x23,0x22,0xfa,0x2b,0x2a,0x3a,0x22,0x23,0x22,0x8,0x3c,0xc0,0x48,0x48,0x50,0x84,0x3e,0x4,0x4,0xbc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x30,0x38,0x54,0x50,0x90,0x11,0x11,0x12,0x14,0x18,0x0,0x4,0xfe,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x10,0x12,0x12,0xe,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x30,0x38,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x80,0x80,0x80,0x84,0xfe,0x4,0x4,0x84,0x44,0x44,0x4,0x4,0x4,0x4,0x28,0x10, -+0x10,0x10,0x13,0x10,0xfc,0x10,0x30,0x3b,0x56,0x52,0x92,0x12,0x12,0x12,0x11,0x10,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x12,0x31,0x39,0x54,0x50,0x90,0x10,0x11,0x12,0x14,0x18,0x0,0x8,0xfc,0x8,0x88,0x50,0x50,0x10,0xa0,0xa0,0x40,0xa0,0x20,0x18,0xe,0x4, -+0x10,0x10,0x13,0x10,0xfd,0x11,0x31,0x39,0x55,0x51,0x90,0x10,0x17,0x10,0x10,0x10,0x0,0x10,0xf8,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x33,0x3a,0x56,0x52,0x92,0x12,0x14,0x14,0x19,0x12,0x0,0x4,0xfe,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x10,0x12,0x12,0x12,0xfe,0x12,0x33,0x3a,0x56,0x52,0x92,0x12,0x12,0x13,0x12,0x10,0x20,0x20,0x20,0x20,0x24,0x2c,0xb0,0x20,0x20,0x20,0x20,0x22,0xa2,0x22,0x1e,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x32,0x3a,0x54,0x50,0x90,0x10,0x10,0x10,0x13,0x1c,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x42,0x48,0x48,0x50,0x50,0x20,0xc0,0x0,0x0, -+0x1,0x1,0x1,0xff,0x3,0x5,0x9,0x31,0xdf,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x0,0x4,0xfe,0x80,0x40,0x30,0xe,0xf4,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x10,0x10,0x10,0x10,0xff,0x12,0x32,0x3a,0x56,0x52,0x92,0x13,0x12,0x12,0x12,0x12,0x40,0x40,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0xa4,0x9c,0xc,0x4,0x4,0x14,0x8, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x90,0x10,0x10,0x11,0x12,0x14,0x8,0xfc,0x8,0x28,0x28,0x28,0x28,0x28,0x48,0x48,0x60,0xa0,0xa2,0x22,0x1e,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x32,0x38,0x57,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x80,0x80,0x88,0xfc,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x11,0x11,0x11,0x11,0xfd,0x11,0x31,0x3b,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x0,0x8,0x18,0x20,0x40,0x80,0x4,0xfe,0x40,0x20,0x20,0x10,0x10,0x4e,0x84,0x0, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x52,0x92,0x14,0x14,0x18,0x11,0x10,0x0,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0xa8,0xa8,0x48,0x44,0x84,0x2,0x0, -+0x2,0x4,0x1f,0x10,0x12,0x11,0x10,0x1f,0x1,0x1,0x7f,0x3,0x5,0x19,0x61,0x1,0x0,0x10,0xf8,0x10,0x10,0x60,0x4,0xfe,0x4,0x4,0xf4,0x94,0x48,0x30,0xe,0x0, -+0x10,0x10,0x10,0x10,0xff,0x10,0x30,0x38,0x54,0x50,0x90,0x10,0x11,0x11,0x12,0x14,0x80,0x40,0x40,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x8,0x8,0x50,0x20, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x32,0x3a,0x57,0x52,0x92,0x12,0x12,0x12,0x11,0x10,0x0,0x8,0xfc,0x48,0x48,0x48,0x48,0x48,0xf8,0x8,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x11,0x10,0x10,0xfc,0x10,0x33,0x38,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x0,0xfc,0x8,0x90,0x60,0x20,0xfe,0x22,0x24,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x1,0x1,0x7f,0x5,0x9,0x11,0x20,0xdf,0x0,0x0,0x7f,0x1,0x9,0x11,0x25,0x2,0x0,0x8,0xfc,0x40,0x30,0xe,0x24,0xf0,0x0,0x8,0xfc,0x0,0x20,0x18,0x8,0x0, -+0x11,0x11,0x11,0x17,0xfd,0x10,0x33,0x38,0x54,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x14,0xfe,0x10,0x8,0xfc,0x88,0x88,0x88,0x88,0xa8,0x90,0x80,0x80,0x80, -+0x10,0x10,0x17,0x10,0xfc,0x10,0x31,0x39,0x55,0x53,0x95,0x19,0x11,0x11,0x11,0x11,0x0,0x4,0xfe,0x80,0x80,0x80,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x10,0xff,0x10,0x30,0x38,0x54,0x50,0x91,0x11,0x12,0x12,0x14,0x18,0x80,0xa0,0x90,0x94,0xfe,0xa0,0xa0,0xa4,0xa4,0xa8,0x28,0x30,0x62,0xa2,0x1e,0x0, -+0x10,0x13,0x12,0x12,0xfe,0x12,0x32,0x3b,0x56,0x52,0x92,0x12,0x13,0x12,0x13,0x10,0x8,0xfc,0x0,0x40,0x40,0x78,0x88,0x10,0x20,0x20,0x50,0x8c,0x4,0x0,0xfe,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x12,0x31,0x38,0x57,0x50,0x90,0x10,0x10,0x10,0x10,0x10,0x0,0x8,0xfc,0x40,0x40,0x48,0x50,0x44,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x10,0x10,0xfc,0x13,0x32,0x3a,0x56,0x53,0x92,0x12,0x12,0x14,0x14,0x18,0x40,0x44,0x7e,0x40,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x11,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20, -+0x10,0x11,0x11,0x11,0xfd,0x11,0x30,0x3b,0x54,0x50,0x91,0x10,0x10,0x10,0x10,0x10,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0xfe,0x80,0x88,0xfc,0x8,0x8,0x88,0x50,0x20, -+0x10,0x10,0x10,0x10,0xfd,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x32,0x3a,0x57,0x52,0x91,0x11,0x12,0x12,0x14,0x10,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x10,0x10,0x8,0x4,0x4,0x0, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x33,0x3a,0x56,0x52,0x92,0x12,0x14,0x14,0x18,0x10,0x8,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x20,0x60,0x20,0x30,0x2c,0x24,0x20,0x20,0x20, -+0x10,0x10,0x13,0x12,0xfe,0x13,0x32,0x3a,0x56,0x52,0x92,0x12,0x14,0x14,0x18,0x10,0x8,0x1c,0xe0,0x0,0x8,0xfc,0x0,0xf8,0x88,0x88,0xa8,0x90,0x82,0x82,0x7e,0x0, -+0x10,0x10,0x10,0x10,0xfd,0x12,0x34,0x38,0x54,0x53,0x90,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x44,0x40,0x0,0xf8,0x8,0x10,0x10,0xa0,0x40,0x20, -+0x10,0x10,0x10,0x11,0xfd,0x12,0x35,0x39,0x55,0x51,0x91,0x11,0x11,0x10,0x10,0x10,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0xe4,0x24,0x4,0x28,0x10, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x33,0x3a,0x56,0x52,0x92,0x12,0x12,0x13,0x12,0x10,0x8,0x1c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x10,0x52,0x8a,0x26,0x12,0x0, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x32,0x3b,0x54,0x50,0x90,0x11,0x12,0x14,0x10,0x10,0x8,0x1c,0xe0,0x0,0x20,0x20,0x24,0xfe,0x20,0x20,0xa8,0x24,0x22,0x22,0xa0,0x40, -+0x10,0x10,0x10,0x13,0xfe,0x14,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x11,0x10,0x10,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0x10,0x30,0x40,0x80,0x0,0x4,0x4,0xfc,0x0, -+0x10,0x13,0x12,0x11,0xfc,0x10,0x30,0x3b,0x54,0x50,0x93,0x10,0x10,0x10,0x17,0x10,0x0,0xf8,0x8,0x10,0xa0,0x40,0xb0,0xe,0x44,0x50,0xf8,0x40,0x40,0x48,0xfc,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x37,0x38,0x55,0x52,0x94,0x18,0x10,0x10,0x10,0x10,0x40,0x40,0x48,0xf8,0x50,0x64,0xfe,0x80,0xfc,0x40,0x88,0xfc,0x8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x37,0x38,0x54,0x51,0x92,0x14,0x18,0x10,0x10,0x10,0x40,0x40,0x44,0xf8,0x50,0x64,0xfe,0x40,0x88,0x98,0xa0,0xc0,0x84,0x84,0x7c,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x10,0x32,0x3a,0x55,0x50,0x90,0x10,0x10,0x10,0x17,0x10,0x0,0x8,0xfc,0x90,0x90,0x90,0x94,0x94,0x94,0x98,0x90,0x90,0x90,0x94,0xfe,0x0, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x30,0x39,0x54,0x53,0x90,0x10,0x10,0x11,0x12,0x14,0x80,0x80,0x9c,0xe0,0x50,0x20,0x52,0x8e,0x0,0xfc,0x90,0x90,0x90,0x12,0x12,0xe, -+0x10,0x10,0x17,0x10,0xfc,0x11,0x32,0x3b,0x54,0x50,0x97,0x10,0x10,0x10,0x1f,0x10,0x0,0x4,0xfe,0x40,0x80,0x10,0x8,0xfc,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x10,0x10,0x10,0x10,0xfc,0x13,0x32,0x3a,0x56,0x52,0x92,0x12,0x10,0x10,0x11,0x16,0x40,0x44,0x7e,0x40,0x48,0xfc,0x8,0x48,0x48,0x48,0x48,0x48,0x80,0xb0,0xc,0x4, -+0x10,0x10,0x14,0x12,0xfd,0x10,0x37,0x38,0x54,0x50,0x90,0x10,0x11,0x11,0x12,0x14,0x40,0x40,0x44,0x48,0x50,0x44,0xfe,0xa0,0xa0,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x10,0x10,0x12,0x12,0xff,0x10,0x33,0x38,0x54,0x53,0x92,0x12,0x12,0x12,0x11,0x10,0x40,0x40,0x48,0x48,0xf8,0x0,0xf8,0x8,0x8,0xf8,0x8,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x17,0x11,0xfd,0x12,0x3a,0x37,0x51,0x51,0x95,0x15,0x12,0x15,0x18,0x10,0x0,0xc,0x70,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x7c,0x0,0x6,0xfc,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x10,0x37,0x38,0x54,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x8,0x3c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x11,0xfe,0x12,0x32,0x3a,0x57,0x52,0x92,0x12,0x12,0x12,0x13,0x12,0x0,0x40,0xc0,0x4,0x3e,0x4,0x4,0x4,0xbc,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x11,0xfd,0x13,0x35,0x39,0x55,0x50,0x97,0x10,0x10,0x10,0x10,0x10,0xa0,0xa0,0xa4,0x28,0x30,0x60,0xa4,0x1c,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x10,0x10,0x11,0x12,0xfe,0x14,0x31,0x39,0x53,0x55,0x91,0x11,0x11,0x11,0x11,0x11,0x80,0x88,0x7c,0x0,0x80,0x84,0x7e,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0x28,0x10, -+0x10,0x10,0x10,0x11,0xfe,0x14,0x31,0x38,0x54,0x57,0x90,0x10,0x11,0x12,0x17,0x10,0x40,0x40,0xa0,0x10,0xe,0x24,0xf0,0x0,0x8,0xfc,0x80,0x80,0x10,0x8,0xfc,0x4, -+0x10,0x10,0x1e,0x22,0x24,0x54,0x8,0x11,0x21,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x10,0x10,0xfc,0x10,0x50,0x90,0xfc,0x10,0x14,0xfe,0x80,0x40,0x30,0xe,0x4,0x0, -+0x2,0x1,0x7f,0x4,0x14,0x14,0x24,0x45,0x1,0xff,0x3,0x5,0x9,0x11,0x61,0x1,0x0,0x8,0xfc,0x40,0x50,0x48,0x44,0x44,0x0,0xfe,0x80,0x40,0x30,0xe,0x4,0x0, -+0x1,0x11,0x9,0x3f,0x2,0x7f,0x4,0x8,0x31,0xc1,0x3f,0x1,0x9,0x11,0x25,0x2,0x0,0x10,0x20,0xf8,0x0,0xfc,0x40,0x30,0xe,0x4,0xf8,0x0,0x20,0x18,0x8,0x0, -+0x10,0x10,0x12,0x13,0xfe,0x14,0x30,0x38,0x57,0x50,0x91,0x10,0x10,0x10,0x11,0x12,0x40,0x20,0x20,0xfe,0x2,0x44,0x40,0x84,0xfe,0x88,0x8,0x90,0x60,0x90,0xc,0x4, -+0x10,0x10,0x17,0x10,0xfc,0x12,0x32,0x38,0x54,0x51,0x96,0x10,0x10,0x10,0x12,0x11,0x0,0x4,0xbe,0x84,0x84,0xa4,0x94,0x94,0x84,0x8c,0xb4,0x84,0x84,0x84,0x94,0x8, -+0x8,0x8,0x8,0xfe,0x1c,0x2a,0x49,0x0,0xf,0x8,0xa,0x9,0x8,0x10,0x10,0x60,0x20,0x20,0x24,0xfe,0x70,0xa8,0x26,0x20,0xf0,0x20,0x20,0xa0,0xa0,0x22,0x22,0x1e, -+0x10,0x11,0x11,0x11,0xfd,0x12,0x30,0x3b,0x54,0x51,0x91,0x11,0x11,0x11,0x11,0x11,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x17,0x12,0xfd,0x11,0x33,0x38,0x54,0x50,0x97,0x10,0x10,0x10,0x11,0x10,0x8,0x3c,0xc0,0x48,0x48,0x50,0xf8,0x10,0x60,0x44,0xfe,0x40,0x40,0x40,0x40,0x80, -+0x10,0x10,0x10,0x11,0xfe,0x11,0x31,0x39,0x55,0x51,0x91,0x11,0x11,0x12,0x12,0x14,0x40,0x40,0xf8,0x10,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x34,0x28, -+0x10,0x10,0x10,0x17,0xfc,0x11,0x30,0x3f,0x54,0x50,0x90,0x17,0x10,0x10,0x10,0x10,0x80,0x40,0x48,0xfc,0x0,0x10,0xa4,0xfe,0x40,0x40,0x48,0xfc,0x40,0x40,0x40,0x40, -+0x10,0x12,0x11,0x11,0xfc,0x12,0x32,0x38,0x55,0x51,0x92,0x16,0x12,0x12,0x10,0x13,0x10,0x10,0x10,0x10,0x54,0x52,0x90,0x14,0x14,0x18,0x8,0x10,0x20,0x40,0x80,0x0, -+0x10,0x13,0x10,0x10,0xfd,0x10,0x30,0x3b,0x54,0x51,0x91,0x12,0x10,0x10,0x11,0x16,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x40,0x48,0x48,0x50,0xa0,0x90,0xe,0x4, -+0x10,0x10,0x10,0x13,0xfc,0x10,0x37,0x38,0x55,0x53,0x95,0x19,0x11,0x11,0x11,0x11,0x40,0x40,0x44,0xf8,0x50,0x64,0xfe,0x80,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x8,0x8,0x7e,0x8,0x1c,0x2a,0x49,0x4,0x8,0x10,0x2f,0xc4,0x4,0x4,0x8,0x10,0x20,0x28,0xfc,0x20,0x70,0xac,0x20,0xc0,0x20,0x10,0xee,0x24,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x13,0x10,0xfc,0x13,0x31,0x38,0x56,0x51,0x90,0x17,0x10,0x10,0x11,0x16,0x40,0x48,0xfc,0x40,0x40,0xfe,0x22,0xa4,0x20,0x20,0x24,0xfe,0x40,0x58,0x86,0x2, -+0x8,0xa,0x7f,0x14,0x14,0x3f,0x4,0x7f,0x4,0x5,0xff,0x3,0x5,0x19,0x61,0x1,0x8,0xc,0x70,0x40,0x44,0x7e,0x48,0x48,0x88,0x8,0xfe,0x80,0x40,0x30,0xe,0x0, -+0x10,0x10,0x10,0x10,0xff,0x12,0x33,0x3a,0x57,0x52,0x90,0x1f,0x10,0x10,0x10,0x10,0x44,0x7e,0x40,0x48,0xfc,0x8,0xf8,0x8,0xf8,0x48,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x10,0x13,0x12,0x12,0xfe,0x13,0x30,0x38,0x55,0x51,0x92,0x14,0x10,0x10,0x13,0x1c,0x4,0xfe,0x94,0x94,0x94,0xfc,0x80,0x88,0xfc,0x8,0x88,0x50,0x20,0xc0,0x0,0x0, -+0x10,0x10,0x17,0x10,0xff,0x12,0x32,0x3a,0x57,0x52,0x92,0x1f,0x10,0x10,0x17,0x10,0x10,0x38,0xc0,0x44,0xfe,0x48,0x48,0x48,0xfc,0x48,0x48,0xfe,0x40,0x48,0xfc,0x0, -+0x10,0x10,0x10,0x17,0xf8,0x10,0x33,0x3a,0x56,0x52,0x93,0x10,0x12,0x14,0x19,0x10,0x80,0x40,0x44,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x40,0x48,0x46,0x42,0x80, -+0x10,0x10,0x17,0x10,0xff,0x12,0x32,0x3b,0x54,0x53,0x90,0x1f,0x10,0x10,0x11,0x10,0x80,0x48,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x0,0xf8,0x10,0xfe,0x40,0x40,0x40,0x80, -+0x10,0x10,0x17,0x11,0xfd,0x12,0x37,0x39,0x55,0x51,0x95,0x15,0x12,0x15,0x18,0x10,0x10,0x14,0x7e,0x14,0xfe,0x14,0x7c,0x10,0x7c,0x10,0xfe,0x10,0x10,0x16,0xfc,0x0, -+0x10,0x10,0x13,0x10,0xfc,0x13,0x30,0x38,0x57,0x52,0x91,0x10,0x11,0x16,0x11,0x10,0x40,0x48,0xfc,0x48,0x48,0xfe,0x48,0x48,0xf8,0x48,0x50,0xe0,0x50,0x4e,0x44,0x80, -+0x10,0x13,0x12,0x12,0xff,0x12,0x32,0x3b,0x56,0x52,0x93,0x13,0x15,0x15,0x19,0x11,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x13,0x10,0xfd,0x10,0x37,0x39,0x56,0x55,0x98,0x13,0x10,0x10,0x11,0x16,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfc,0x10,0x8,0xf6,0x40,0xf8,0x40,0xb0,0xc,0x4, -+0x11,0x11,0x13,0x11,0xfd,0x11,0x31,0x39,0x55,0x51,0x9f,0x12,0x12,0x12,0x13,0x10,0x10,0x10,0xfc,0x10,0xf0,0x10,0x10,0xf0,0x10,0x14,0xfe,0x50,0x88,0x0,0xfc,0x0, -+0x20,0x20,0x20,0x2f,0xf8,0x20,0x37,0x6d,0x64,0xa5,0x24,0x24,0x27,0x24,0x24,0x24,0x40,0x40,0x44,0xfe,0x40,0x44,0xfe,0x14,0xa4,0xf4,0x44,0x44,0xfc,0x44,0x54,0x8, -+0x10,0x10,0x10,0x17,0xfc,0x11,0x32,0x3c,0x57,0x52,0x93,0x12,0x13,0x10,0x1f,0x10,0x40,0x40,0x48,0xfc,0xe0,0x50,0x4e,0x44,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x0, -+0x10,0x10,0x17,0x10,0xff,0x12,0x33,0x3a,0x56,0x53,0x90,0x10,0x11,0x12,0x14,0x10,0x40,0x44,0xfe,0x40,0xf8,0x48,0x58,0xe8,0x48,0xf8,0xc0,0xe0,0x50,0x4e,0x44,0x40, -+0x11,0x15,0x15,0x15,0xfd,0x15,0x30,0x3b,0x56,0x52,0x92,0x12,0x12,0x10,0x11,0x16,0x20,0x20,0x24,0x3e,0x50,0x88,0x8,0xfc,0x8,0x48,0x48,0x48,0xa8,0xa2,0x22,0x1e, -+0x10,0x13,0x12,0x12,0xfb,0x10,0x37,0x3a,0x57,0x52,0x93,0x12,0x12,0x1f,0x10,0x10,0x8,0xfc,0x8,0x8,0xf8,0x0,0xfe,0x8,0xf8,0x8,0xf8,0x8,0xe,0xf8,0x8,0x8, -+0x10,0x10,0x13,0x12,0xfe,0x12,0x33,0x38,0x54,0x57,0x94,0x14,0x14,0x14,0x17,0x14,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xbc,0xa4, -+0x10,0x10,0x3e,0x48,0x8,0x7e,0x14,0x22,0x41,0x1,0xff,0x3,0x5,0x39,0xc1,0x1,0x8,0xfc,0x80,0xf8,0x88,0xf8,0x80,0xfc,0x0,0x4,0xfe,0x80,0x40,0x30,0xe,0x0, -+0x10,0x10,0x17,0x11,0xf9,0x17,0x31,0x3b,0x53,0x55,0x95,0x19,0x11,0x11,0x11,0x11,0x10,0xd0,0x10,0x10,0x54,0xd4,0x38,0x90,0x50,0x28,0x28,0x28,0x28,0x44,0x82,0x0, -+0x10,0x10,0x13,0x12,0xfe,0x13,0x32,0x3a,0x57,0x52,0x92,0x13,0x1e,0x12,0x12,0x13,0x40,0xbc,0x24,0x24,0x24,0xa6,0x40,0x3c,0x84,0x24,0x28,0xa8,0x10,0x28,0x46,0x84, -+0x10,0x14,0x12,0x12,0xfc,0x10,0x36,0x3a,0x56,0x52,0x92,0x12,0x12,0x15,0x18,0x10,0x20,0x44,0xfe,0x84,0x84,0xfc,0x80,0xfc,0x84,0x84,0x84,0xfc,0x80,0x6,0xfc,0x0, -+0x10,0x10,0x17,0x10,0xfd,0x10,0x37,0x38,0x54,0x57,0x90,0x11,0x12,0x14,0x11,0x10,0x80,0x48,0xfc,0x0,0x10,0xa4,0xfe,0x40,0x48,0xfc,0x40,0x50,0x4c,0x44,0x40,0x80, -+0x10,0x14,0x12,0x14,0xfc,0x15,0x35,0x3d,0x55,0x54,0x95,0x15,0x15,0x15,0x14,0x14,0x0,0x4,0xfe,0x4,0x4,0xf4,0x14,0x14,0xf4,0x4,0xf4,0x14,0x14,0xf4,0x14,0x8, -+0x11,0x10,0x13,0x10,0xfc,0x13,0x30,0x38,0x57,0x50,0x91,0x12,0x14,0x18,0x13,0x10,0x8,0x90,0xfc,0x40,0x50,0xf8,0x40,0x44,0xfe,0x80,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x14,0x12,0x10,0xfc,0x17,0x30,0x39,0x56,0x55,0x98,0x13,0x10,0x10,0x10,0x10,0x80,0x44,0x48,0x10,0x4,0xfe,0xa0,0x10,0x48,0xf6,0x40,0xf8,0x40,0x40,0x40,0x40, -+0x10,0x14,0x17,0x14,0xf8,0x13,0x30,0x3b,0x56,0x53,0x92,0x13,0x12,0x10,0x1f,0x10,0x80,0x40,0xfe,0x2,0x14,0xf8,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x0,0xfe,0x0, -+0x10,0x13,0x12,0x12,0xff,0x12,0x32,0x3a,0x56,0x52,0x92,0x12,0x14,0x14,0x18,0x10,0x4,0xfe,0x24,0x24,0xfc,0x0,0xfc,0x84,0x84,0xfc,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x10,0x17,0x11,0x11,0xfd,0x12,0x3a,0x35,0x54,0x5b,0x92,0x12,0x12,0x12,0x1f,0x10,0x0,0xf8,0x10,0x1c,0xe4,0xa4,0x44,0xb4,0x8,0xfc,0xa8,0xa8,0xa8,0xa8,0xfe,0x0, -+0x10,0x10,0x17,0x10,0xff,0x10,0x37,0x39,0x52,0x55,0x98,0x17,0x10,0x11,0x16,0x10,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0x10,0x38,0xce,0x44,0xfc,0xe0,0x58,0x44,0x40, -+0x10,0x13,0x12,0x12,0xff,0x12,0x32,0x3b,0x56,0x52,0x93,0x12,0x12,0x12,0x13,0x10,0x8,0xfc,0x50,0x50,0xdc,0x50,0x50,0xdc,0x50,0x50,0xdc,0x50,0x50,0x54,0xfe,0x0, -+0x10,0x13,0x12,0x13,0xfe,0x13,0x38,0x37,0x50,0x54,0x92,0x11,0x16,0x10,0x12,0x11,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xbe,0x84,0xa4,0x94,0x8c,0xb4,0x84,0x94,0x8, -+0x11,0x11,0x11,0xfa,0x17,0x32,0x3b,0x56,0x53,0x92,0x10,0x17,0x10,0x10,0x10,0x10,0x40,0x24,0xfe,0x20,0xfc,0x20,0xfc,0x20,0xfe,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x10,0x11,0x13,0x12,0xff,0x12,0x3b,0x36,0x52,0x57,0x90,0x11,0x12,0x14,0x11,0x10,0x84,0x4,0xc4,0x44,0xc4,0x7e,0xc4,0x64,0x54,0xd4,0xc4,0x44,0x44,0x44,0x54,0x88, -+0x10,0x10,0x13,0x12,0xff,0x12,0x33,0x38,0x57,0x51,0x92,0x14,0x1b,0x10,0x10,0x10,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x80,0xfe,0x10,0x48,0x46,0xf8,0x40,0x40,0x40, -+0x10,0x10,0x17,0x10,0xfd,0x11,0x37,0x39,0x55,0x50,0x91,0x13,0x15,0x19,0x11,0x11,0x40,0x24,0xfe,0x0,0xf8,0x8,0xfe,0x8,0xf8,0x84,0x48,0x30,0x10,0x4e,0x84,0x0, -+0x10,0x10,0x17,0x10,0xfb,0x12,0x33,0x38,0x57,0x54,0x95,0x15,0x15,0x15,0x14,0x14,0x80,0x44,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xfc,0x4,0xf4,0x14,0x14,0xf4,0x14,0x8, -+0x22,0x14,0xff,0x8,0x49,0x49,0x7f,0x8,0x11,0x21,0xff,0x3,0xd,0x31,0xc1,0x1,0x4,0x7e,0xc4,0x7c,0x44,0x7c,0x44,0x94,0x8,0x0,0xfe,0x80,0x40,0x30,0xe,0x0, -+0x10,0x10,0x17,0x14,0xf8,0x11,0x31,0x39,0x55,0x51,0x91,0x1f,0x10,0x11,0x12,0x14,0x80,0x40,0xfe,0x2,0x34,0xc0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x0,0x10,0xc,0x4, -+0x10,0x10,0x17,0x14,0xf8,0x11,0x32,0x38,0x55,0x52,0x97,0x1a,0x12,0x12,0x13,0x12,0x80,0x40,0xfe,0x2,0xa4,0x10,0x48,0xa0,0x10,0x8,0xfe,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x14,0x12,0x12,0xf8,0x16,0x33,0x3a,0x56,0x53,0x92,0x12,0x12,0x13,0x12,0x10,0x20,0x20,0x24,0xfc,0x28,0x30,0xfe,0x40,0xfc,0x44,0x44,0x7c,0xc4,0x44,0x7c,0x44, -+0x10,0x13,0x12,0x12,0xff,0x12,0x33,0x3a,0x57,0x53,0x95,0x15,0x15,0x15,0x19,0x11,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xa8,0xfc,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x11,0x11,0x1f,0x11,0xfd,0x10,0x37,0x3c,0x57,0x50,0x97,0x10,0x13,0x10,0x1f,0x10,0x10,0x14,0xfe,0x10,0xf0,0x44,0xfe,0x44,0xfc,0x40,0xfc,0x40,0xf8,0x40,0xfe,0x0, -+0x10,0x10,0x17,0x10,0xfa,0x11,0x37,0x38,0x57,0x54,0x95,0x15,0x15,0x14,0x17,0x14,0x40,0x48,0xfc,0x40,0x48,0x50,0xfe,0x0,0xfc,0x4,0xf4,0x14,0xf4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x13,0xfe,0x12,0x32,0x3a,0x57,0x52,0x93,0x12,0x14,0x15,0x18,0x10,0x10,0x18,0x14,0xfe,0x10,0x90,0xd2,0x92,0xf4,0x94,0xd8,0xa8,0x9a,0xaa,0xc6,0x4, -+0x10,0x13,0x10,0x17,0xfd,0x14,0x31,0x38,0x57,0x50,0x9f,0x11,0x11,0x10,0x10,0x10,0x10,0xf8,0x40,0xfe,0x52,0xe4,0x50,0x40,0xfc,0x0,0xfe,0x0,0xf8,0x8,0x48,0x30, -+0x10,0x12,0x11,0x14,0xff,0x14,0x31,0x39,0x55,0x51,0x90,0x17,0x10,0x10,0x17,0x10,0x40,0x48,0x50,0x40,0xfe,0x2,0xf4,0x10,0x10,0xf0,0x40,0xfc,0x40,0x44,0xfe,0x0, -+0x44,0x29,0x10,0x2f,0x48,0x19,0x2b,0x4d,0x9,0x29,0x11,0xff,0x5,0x19,0x61,0x1,0x48,0xf0,0x54,0xfe,0x80,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x40,0x30,0xe,0x0, -+0x22,0x22,0x23,0x24,0xff,0x25,0x75,0x6f,0x65,0xa5,0x27,0x25,0x25,0x25,0x29,0x30,0x4,0x4,0xd4,0x8c,0xcc,0x64,0x54,0xd4,0x46,0x7c,0xc4,0x44,0x44,0x44,0x44,0x84, -+0x10,0x13,0x10,0x11,0xff,0x12,0x32,0x3b,0x56,0x53,0x92,0x12,0x17,0x10,0x10,0x10,0x8,0xc8,0x88,0x10,0xfe,0x64,0x54,0xd4,0x54,0xd4,0x48,0x68,0xc8,0x54,0x52,0x60, -+0x22,0x22,0x22,0x2f,0xf2,0x22,0x7f,0x6a,0xa2,0x2b,0x2a,0x2a,0x2e,0x2a,0x31,0x20,0x10,0x18,0x14,0x94,0x7e,0x50,0xd0,0x54,0x54,0xc8,0x6a,0x56,0x20,0x6,0xfc,0x0, -+0x14,0xff,0x14,0x3f,0x41,0xbd,0x25,0x3d,0x2,0x1,0xff,0x3,0xd,0x31,0xc1,0x1,0x20,0x24,0x3e,0x44,0xa4,0x28,0x10,0x28,0x46,0x0,0xfe,0x80,0x40,0x30,0xe,0x0, -+0x1,0x3f,0x9,0x7f,0x40,0x9f,0x8,0x1f,0x68,0xf,0x1,0xff,0x5,0x19,0x61,0x1,0x0,0xf8,0x20,0xfe,0x2,0xf4,0x0,0xf0,0x10,0xf0,0x4,0xfe,0x40,0x30,0xe,0x0, -+0x20,0x20,0x2f,0x28,0xfa,0x29,0x6f,0x78,0x6a,0xaa,0x2b,0x28,0x28,0x28,0x29,0x32,0x0,0x4,0xfe,0x8,0x28,0x48,0xee,0x92,0xa4,0xa8,0xe8,0xa8,0x88,0x94,0x14,0x22, -+0x10,0x10,0x10,0x11,0xfd,0x13,0x35,0x39,0x55,0x51,0x91,0x11,0x11,0x12,0x12,0x14,0xa0,0x90,0x84,0xfe,0x10,0x10,0xfc,0x10,0xfc,0x10,0x14,0xfe,0x0,0xa8,0xa6,0x2, -+0x10,0x10,0x11,0x12,0xfd,0x10,0x3a,0x36,0x53,0x50,0x97,0x14,0x14,0x15,0x14,0x14,0x40,0xa0,0x10,0x48,0xf6,0xa0,0x48,0xa8,0xf8,0x44,0xfe,0x44,0xa4,0xf4,0x14,0x8, -+0x11,0x11,0x12,0x17,0xfc,0x17,0x3c,0x37,0x50,0x5f,0x90,0x13,0x12,0x13,0x12,0x13,0x0,0xf0,0x24,0xfe,0x44,0xfc,0x44,0xfc,0x0,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8, -+0x11,0x10,0x17,0x10,0xff,0x12,0x33,0x3a,0x56,0x52,0x93,0x10,0x1f,0x12,0x11,0x10,0x10,0xa0,0xfc,0xa0,0xf8,0xa8,0x38,0x8,0xe8,0x8,0xf8,0x10,0xfe,0x10,0x50,0x20, -+0x10,0x13,0x12,0x13,0xfe,0x13,0x32,0x3b,0x56,0x52,0x92,0x12,0x13,0x14,0x18,0x10,0x4,0xfe,0x4,0xfc,0x20,0xac,0x70,0xac,0x20,0xa8,0xfc,0x20,0xfe,0x20,0x20,0x20, -+0x10,0x13,0x10,0x10,0xff,0x10,0x33,0x38,0x57,0x54,0x95,0x17,0x15,0x15,0x14,0x14,0x0,0xf8,0x90,0x60,0xfe,0xc4,0x48,0x44,0xfe,0xa4,0x14,0xfc,0x14,0xf4,0x14,0x8, -+0x20,0x22,0x22,0x22,0xf4,0x2f,0x32,0x6c,0x64,0xaf,0x20,0x23,0x2c,0x20,0x21,0x20,0x40,0x78,0x48,0x48,0xf8,0x8,0xfe,0x20,0x54,0xb8,0x50,0xb8,0x54,0x92,0x10,0x30, -+0x10,0x13,0x10,0x17,0xfd,0x14,0x31,0x38,0x57,0x52,0x92,0x13,0x12,0x12,0x13,0x12,0x10,0xf8,0x40,0xfe,0x52,0xe4,0x50,0x40,0xf8,0x48,0x48,0xf8,0x48,0x48,0xf8,0x8, -+0x10,0x10,0x11,0x13,0xfe,0x13,0x33,0x3a,0x56,0x52,0x92,0x12,0x14,0x14,0x18,0x10,0x80,0xf8,0x10,0xfe,0x88,0x24,0xfe,0x0,0xfc,0x0,0xfc,0x0,0xfc,0x84,0xfc,0x84, -+0x10,0x1f,0x10,0x17,0xfd,0x15,0x35,0x3f,0x50,0x53,0x90,0x1f,0x11,0x12,0x15,0x10,0x40,0xfe,0x0,0xfc,0x14,0xf4,0x14,0xfc,0x0,0xf8,0x0,0xfe,0x50,0x4c,0x44,0x80, -+0x0,0x3e,0x23,0x3e,0x20,0x3f,0x62,0xa2,0x3e,0x1,0xff,0x3,0xd,0x31,0xc1,0x1,0x20,0x28,0xfc,0x88,0x50,0xfe,0x20,0xf8,0x20,0x24,0xfe,0x80,0x40,0x30,0xe,0x0, -+0x10,0x14,0x17,0x15,0xf9,0x12,0x35,0x3b,0x52,0x54,0x9b,0x10,0x11,0x12,0x14,0x10,0x80,0x40,0xfe,0x2,0xbc,0xa8,0xb0,0x10,0xe8,0x6,0xf8,0x40,0x50,0x4c,0x44,0xc0, -+0x0,0x22,0x14,0xff,0x14,0x7f,0x55,0x55,0x67,0x41,0x7f,0x41,0x41,0x7f,0x40,0x1,0x20,0x28,0x24,0xa4,0x20,0xfe,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x8e,0x4, -+0x8,0x7f,0x8,0x3e,0x8,0x7f,0x10,0x1e,0x22,0x4a,0x5,0xff,0x1,0x2,0xc,0x70,0x40,0x44,0x7e,0x48,0x88,0x28,0x10,0x28,0x46,0x90,0x8,0xfe,0x0,0x80,0x70,0xe, -+0x0,0x4,0xfe,0x20,0x20,0x3d,0x26,0x45,0x64,0x98,0x8,0x10,0x10,0x20,0x41,0x6,0x8,0xfc,0x88,0x88,0x88,0xe,0x0,0xf8,0x8,0x88,0x50,0x20,0x50,0x90,0xe,0x4, -+0x0,0x5,0xff,0x21,0x21,0x3d,0x25,0x45,0x65,0x99,0x9,0x11,0x11,0x21,0x47,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0xf8,0x8,0x8,0x8,0x8,0xfe,0x0, -+0x0,0x4,0xfe,0x21,0x22,0x3c,0x24,0x45,0x64,0x98,0x9,0x11,0x12,0x24,0x41,0x0,0x80,0x84,0xfe,0x0,0xf8,0x10,0x24,0xfe,0x94,0x94,0x24,0x24,0x44,0x84,0x28,0x10, -+0x0,0x4,0xfe,0x20,0x21,0x3e,0x24,0x44,0x67,0x98,0x8,0x11,0x10,0x20,0x41,0x6,0x40,0x40,0xa0,0xa0,0x18,0x26,0x40,0x88,0x10,0x20,0x44,0x88,0x10,0x60,0x80,0x0, -+0x0,0x5,0xff,0x21,0x21,0x3c,0x25,0x45,0x65,0x99,0x9,0x11,0x11,0x20,0x40,0x3,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x4,0x24,0x24,0x24,0x24,0x24,0x50,0x8c,0x4, -+0x0,0x4,0xfe,0x20,0x21,0x3e,0x25,0x44,0x64,0x99,0x9,0x11,0x11,0x20,0x47,0x0,0x20,0x20,0x50,0x88,0x4,0xa,0xfc,0x0,0x44,0x24,0x24,0x28,0x28,0x10,0xfe,0x0, -+0x0,0x5,0xfe,0x21,0x20,0x3c,0x25,0x44,0x64,0x98,0xb,0x10,0x10,0x20,0x40,0x0,0x1c,0xe0,0x0,0x24,0xa8,0x0,0xfc,0x8,0x30,0x24,0xfe,0x20,0x20,0x20,0xa0,0x40, -+0x1,0x4,0xfe,0x21,0x21,0x3d,0x25,0x45,0x65,0x99,0x8,0x10,0x13,0x20,0x40,0x0,0x4,0x88,0x10,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20, -+0x0,0x5,0xfe,0x20,0x20,0x3b,0x2a,0x4a,0x6a,0x9a,0xb,0x12,0x10,0x20,0x4f,0x0,0x0,0xfc,0x8,0x10,0x20,0xbe,0xa2,0xb4,0xb4,0xa8,0xb6,0x22,0xa0,0x44,0xfe,0x0, -+0x0,0x4,0xff,0x22,0x24,0x3d,0x25,0x45,0x65,0x99,0x9,0x17,0x10,0x21,0x42,0x4,0x80,0x40,0xfe,0x2,0x34,0xc0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x0,0x10,0xc,0x4, -+0x0,0xb,0xfc,0x21,0x20,0x3b,0x2a,0x4d,0x68,0x99,0x9,0x11,0x10,0x20,0x47,0x0,0x20,0xfe,0x20,0xfc,0x0,0xfe,0x2,0xfc,0x0,0xfc,0x4,0xfc,0x88,0x50,0xfe,0x0, -+0x10,0x10,0x15,0xfe,0x20,0x28,0x48,0x7e,0x9,0x8,0xe,0xf8,0x48,0x8,0x9,0x8,0x0,0x4,0xfe,0x24,0x24,0xa4,0xa4,0xa4,0x24,0x24,0x24,0x44,0x44,0x84,0x28,0x10, -+0x20,0x21,0x29,0xfd,0x41,0x51,0x91,0xfd,0x11,0x11,0x1d,0xf2,0x52,0x14,0x18,0x10,0x4,0xfe,0x0,0x0,0x4,0x7e,0x44,0x44,0x44,0x54,0x48,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x14,0xfe,0x23,0x28,0x48,0x7e,0x9,0x9,0xf,0xf9,0x49,0x9,0x9,0x9,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x15,0xfe,0x20,0x29,0x49,0x7f,0x9,0x9,0xf,0xf9,0x48,0x8,0x8,0x8,0x0,0x4,0xfe,0x8,0x8,0xe8,0x28,0x28,0x28,0x28,0xe8,0x28,0x8,0x8,0x28,0x10, -+0x10,0x10,0x14,0xfe,0x20,0x29,0x49,0x7f,0x9,0x9,0xf,0xf9,0x49,0xa,0xa,0xc,0x20,0x24,0x3e,0x20,0x24,0xfe,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x10,0x14,0xfe,0x20,0x28,0x48,0x7e,0x8,0x8,0xe,0xf8,0x48,0x8,0x9,0xa,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x0,0x48,0x48,0x84,0x6,0x2, -+0x10,0x10,0x14,0xfe,0x20,0x29,0x48,0x7e,0x9,0x8,0xe,0xf8,0x48,0x8,0x8,0xb,0x20,0xa0,0xa0,0xa8,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0x88,0x8e,0x4, -+0x20,0x20,0x28,0xfc,0x41,0x52,0x94,0xfc,0x11,0x10,0x18,0xf1,0x50,0x10,0x11,0x16,0x40,0x40,0xa0,0xa0,0x18,0x26,0x40,0x80,0x10,0x20,0x40,0x88,0x10,0x60,0x80,0x0, -+0x10,0x10,0x15,0xfe,0x20,0x29,0x48,0x7e,0x8,0x9,0xe,0xf8,0x48,0x8,0x8,0x8,0x8,0x1c,0xe0,0x20,0x24,0x24,0xa8,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x15,0xff,0x21,0x29,0x49,0x7f,0x9,0x8,0xe,0xf8,0x49,0xa,0x8,0x8,0x8,0x1c,0xe0,0x0,0x20,0x20,0x20,0x24,0xfe,0x20,0xa8,0xa4,0x26,0x22,0xa0,0x40, -+0x10,0x11,0x14,0xfe,0x20,0x28,0x48,0x7e,0x9,0x8,0xe,0xf8,0x48,0x8,0x8,0x8,0x4,0xfe,0x44,0x44,0x44,0x44,0x94,0x88,0x4,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x10,0x10,0x14,0xfe,0x21,0x28,0x48,0x7d,0x8,0x8,0xe,0xf8,0x4b,0x8,0x8,0x8,0x10,0x18,0x14,0x14,0xfe,0x10,0x10,0xf0,0x90,0x90,0x90,0xf0,0x88,0xa,0x6,0x2, -+0x10,0x13,0x14,0xfe,0x20,0x29,0x49,0x7e,0x8,0x8,0xf,0xf8,0x48,0x8,0xb,0x8,0x4,0xfe,0x40,0x40,0x88,0x4,0xfe,0x22,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x14,0xfe,0x20,0x29,0x4a,0x7e,0x8,0x8,0xe,0xf8,0x48,0x8,0xb,0x8,0x20,0x20,0x50,0x50,0x88,0x4,0xfa,0x20,0x20,0x20,0xf8,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x14,0xff,0x21,0x2a,0x48,0x7e,0x8,0x9,0xf,0xf9,0x49,0x9,0x9,0x9,0x80,0x80,0xfc,0x4,0x88,0x50,0x20,0x50,0x88,0x6,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x13,0x15,0xff,0x21,0x29,0x49,0x7f,0x9,0x9,0xf,0xf9,0x4b,0x9,0x8,0x8,0x4,0xfe,0x20,0x28,0xe8,0x28,0x28,0x28,0xe8,0x28,0x28,0x3a,0xea,0x2e,0x20,0x20, -+0x8,0x8,0x7e,0x8,0x7e,0x14,0x22,0x42,0x3f,0x5,0x9,0x1f,0x1,0xff,0x1,0x1,0x20,0x20,0xfc,0x20,0xfc,0x50,0x88,0x6,0xf8,0x0,0x20,0xf0,0x4,0xfe,0x0,0x0, -+0x20,0x20,0x2b,0xfe,0x42,0x52,0x93,0xfe,0x12,0x13,0x1e,0xf2,0x52,0x12,0x12,0x12,0x0,0x4,0xfe,0x4,0x94,0x94,0xfc,0x44,0x24,0xfc,0x84,0x84,0xf4,0x4,0x14,0x8, -+0x20,0x2f,0x24,0xfd,0x42,0x55,0x90,0xf8,0x17,0x10,0x18,0xf5,0x52,0x15,0x18,0x10,0x0,0xfc,0xa4,0x28,0x10,0x28,0xc4,0x0,0xbc,0x84,0xc4,0x28,0x10,0x28,0xce,0x84, -+0x20,0x21,0x29,0xfe,0x42,0x51,0x91,0xfc,0x11,0x11,0x1d,0xf1,0x51,0x11,0x11,0x11,0x0,0x24,0x24,0x48,0x48,0x24,0x24,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4, -+0x10,0x10,0x13,0xfe,0x21,0x28,0x4b,0x7e,0x8,0x9,0xe,0xf9,0x48,0x8,0x8,0xb,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x50,0x88,0xfc,0x22,0xfc,0x20,0x58,0x86,0x2, -+0x20,0x20,0x2b,0xfe,0x42,0x53,0x92,0xfe,0x13,0x12,0x1e,0xf2,0x52,0x12,0x14,0x10,0x40,0x24,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x92,0x94,0xf8,0x90,0xb2,0xd2,0x8e, -+0x20,0x22,0x29,0xff,0x41,0x52,0x94,0xfa,0x13,0x12,0x1a,0xf5,0x51,0x11,0x12,0x14,0x40,0x48,0x50,0xfe,0x50,0x4c,0x44,0x8,0xbe,0x88,0xa8,0xa8,0x3e,0x8,0x8,0x8, -+0x1,0x7f,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x1,0xff,0x1,0x1f,0x10,0x10,0x1f,0x10,0x0,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x4,0x4,0x4,0x4,0x7f,0x4,0x2,0x2,0xff,0x1,0x1,0x0,0x1,0x6,0x38,0x0,0x0,0x80,0x48,0xfc,0x0,0x0,0x4,0xfe,0x0,0x10,0x20,0xc0,0x80,0x44,0x24,0x1c, -+0x8,0x8,0x14,0x13,0x21,0x40,0xbf,0x22,0x22,0x2a,0x24,0x20,0x22,0x22,0x1e,0x0,0x40,0x50,0x48,0x48,0x40,0x7e,0xc0,0x24,0x24,0x28,0x28,0x10,0x12,0x2a,0x4a,0x84, -+0x0,0x7f,0x1,0xf,0x8,0xf,0x8,0xf,0x8,0xf,0x1,0xff,0x1,0x0,0x7,0x38,0x8,0xfc,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x44,0xfe,0x20,0xc4,0x44,0x3c, -+0x8,0x9,0xff,0x8,0x9,0x7f,0x41,0x7f,0x41,0x7f,0x8,0x9,0xff,0x8,0x8,0x9,0x20,0x28,0xa4,0x24,0x20,0xfe,0x20,0x20,0x24,0x24,0x28,0x10,0xb2,0x4a,0x8a,0x4, -+0x1,0x3f,0x21,0x3f,0x0,0xff,0x21,0x3f,0x21,0x3f,0x21,0x21,0xff,0x41,0x1,0x1,0x20,0xa8,0x24,0x24,0x20,0xfe,0x20,0x20,0x24,0x24,0x28,0x10,0xb2,0x4a,0x8a,0x4, -+0x22,0x22,0xff,0x22,0x3e,0x22,0x3e,0x22,0x22,0xff,0x54,0x53,0x61,0x40,0x7f,0x1,0x20,0x28,0xa4,0x24,0x20,0xfe,0x20,0x20,0x24,0xa4,0x28,0x10,0x32,0x4a,0x8a,0x4, -+0x1,0x7f,0x41,0x7f,0x41,0x7f,0x28,0x2a,0x3f,0x48,0xbe,0x8,0xf,0xf8,0x40,0x1,0x20,0xa8,0x24,0x24,0x20,0xfe,0x20,0x20,0x24,0x24,0x28,0x10,0x32,0x4a,0x8a,0x4, -+0x1,0xff,0x21,0x22,0x3d,0x55,0x49,0x55,0x82,0x7f,0x55,0x55,0x55,0xff,0x0,0x1,0x20,0xa8,0x24,0x24,0x20,0xfe,0x20,0x20,0x24,0x24,0x28,0x10,0x32,0xca,0x8a,0x4, -+0x2,0x7f,0x14,0x55,0x36,0x14,0xff,0x0,0x3e,0x22,0x22,0x3e,0x22,0x22,0x3e,0x1,0x20,0x28,0x24,0x24,0x20,0xfe,0x20,0x20,0x24,0x24,0x28,0x10,0x32,0x4a,0x8a,0x4, -+0x0,0x0,0x1f,0x50,0x57,0x55,0x75,0x17,0xf4,0x54,0x57,0x95,0x25,0x27,0x40,0x80,0x28,0x24,0xfe,0x20,0xa0,0x20,0x24,0xa4,0xa8,0xa8,0x90,0x10,0x12,0xaa,0x4a,0x84, -+0x0,0x3,0x7e,0x40,0x62,0x52,0x54,0x48,0x48,0x54,0x52,0x62,0x40,0x44,0x7e,0x0,0x4,0xfe,0x80,0x88,0xfc,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0xaa,0xca,0x86,0x2, -+0x8,0xb,0x14,0x14,0x22,0x51,0x88,0x0,0x7e,0x2,0x24,0x14,0x8,0x4,0x4,0x0,0x4,0xfe,0x80,0x88,0xfc,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0xaa,0xca,0x86,0x2, -+0x40,0x23,0xfe,0x0,0x44,0x28,0xfe,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x7c,0x44,0x4,0xfe,0x80,0x88,0xfc,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0xaa,0xca,0x86,0x2, -+0x8,0x7f,0x8,0x7f,0x22,0x3e,0x14,0x7f,0x0,0xff,0x8,0xf,0x9,0x8,0xe,0x10,0x4,0x8,0x74,0x8,0x74,0x8,0x10,0x60,0x4,0xfe,0x0,0xe0,0x20,0xa4,0x24,0x1c, -+0x44,0x29,0xfe,0x92,0xd6,0xba,0x92,0xfe,0x4,0x7e,0x44,0x7c,0x44,0x44,0x7c,0x0,0x4,0xfe,0x80,0x88,0xfc,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0xaa,0xca,0x86,0x2, -+0x0,0x7f,0x42,0x7e,0x41,0x7e,0x62,0xbe,0x0,0xff,0x8,0xf,0x9,0x8,0xe,0x10,0x20,0xfc,0x88,0x50,0xfe,0x0,0xf8,0x20,0x24,0xfe,0x0,0xe0,0x20,0xa4,0x24,0x1c, -+0x1,0x1,0x1,0x1,0x1,0x3f,0x0,0x8,0x8,0x4,0x2,0x1,0x2,0xc,0x30,0xc0,0x0,0x8,0xfc,0x0,0x0,0xf0,0x10,0x20,0x20,0x40,0x80,0x0,0xc0,0x30,0xe,0x4, -+0x2,0x2,0x7f,0x4,0x4,0x8,0x10,0x20,0xdf,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x20,0xf0,0x20,0x20,0x22,0x22,0x1e,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x2,0x2,0x7f,0x4,0x4,0x8,0x10,0x60,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x0,0x20,0xf0,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x4,0x7f,0x44,0x44,0x44,0x44,0x7c,0x47,0x44,0x44,0x44,0x7c,0x44,0x0,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x1f,0x10,0x1f,0x10,0x1f,0x0,0x3f,0x1,0x1,0xff,0x1,0x2,0x4,0x18,0x60,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xf8,0x0,0x4,0xfe,0x0,0x80,0x60,0x1c,0x8, -+0x0,0x1f,0x10,0x1f,0x10,0x1f,0x0,0x3f,0x0,0x0,0xff,0x2,0x4,0x8,0x1f,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xf8,0x0,0x4,0xfe,0x0,0x40,0x20,0xf0,0x10, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x1,0x1,0xff,0x3,0x5,0x19,0x61,0x1,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x0,0x4,0xfe,0x80,0x60,0x1c,0x8,0x0, -+0x0,0x1f,0x10,0x1f,0x10,0x1f,0x0,0x3f,0x20,0x20,0x21,0x21,0x42,0x44,0x88,0x10,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x80,0x80,0x40,0x40,0x20,0x10,0xe,0x4, -+0x0,0x4,0x7f,0x45,0x45,0x45,0x45,0x7d,0x45,0x45,0x45,0x45,0x7d,0x41,0x2,0x4,0x8,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x0,0x4,0x7e,0x44,0x45,0x46,0x44,0x7c,0x44,0x44,0x45,0x44,0x7c,0x44,0x0,0x0,0x80,0x80,0x84,0xfe,0x4,0x84,0x44,0x44,0x14,0x64,0x84,0x4,0x4,0x44,0x28,0x10, -+0x0,0x1f,0x10,0x1f,0x10,0x1f,0x1,0x1,0x9,0xa,0x12,0x24,0x4,0x8,0x10,0x60,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0x8,0x18,0xa0,0xc0,0x40,0x20,0x10,0xe,0x4, -+0x0,0x1f,0x10,0x1f,0x10,0x1f,0x8,0x1f,0x21,0x61,0xa2,0x24,0x20,0x3f,0x0,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x4,0x4,0xc4,0x44,0x4,0xc4,0x28,0x10, -+0x10,0x1e,0x22,0x34,0x48,0x16,0x21,0x40,0x9f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x40,0x40,0x60,0x58,0x40,0x46,0xfc,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x4,0x78,0x42,0x42,0x4e,0x72,0x2,0x4,0x18,0x60,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x84,0x84,0x84,0xa4,0x98,0x80,0x80,0x80, -+0x0,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x2,0x1,0x7f,0x8,0x4,0x4,0xff,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x0,0x8,0xfc,0x20,0x20,0x44,0xfe,0x0, -+0x10,0xc,0x0,0x3c,0x4,0x5,0x7e,0x16,0x15,0x15,0x24,0x24,0x44,0x84,0x14,0x8,0x0,0x4,0x7e,0x44,0xc4,0x44,0x7c,0x44,0x44,0x44,0xfc,0x84,0x40,0x30,0xe,0x4, -+0x0,0x5,0x7f,0x45,0x45,0x45,0x45,0x7d,0x45,0x45,0x45,0x45,0x7e,0x42,0x4,0x8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x40,0x44,0x4c,0x50,0x60,0x40,0x42,0x42,0x3e,0x0, -+0x2,0x3f,0x2,0xff,0x1,0xa,0xf,0x38,0xc7,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0xe0,0x44,0xfe,0x0,0x70,0x84,0x4,0xfc,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x0,0x3f,0x20,0x3e,0x22,0x22,0x2a,0x44,0x41,0x80,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x90,0xfc,0x80,0x88,0x50,0x60,0x40,0xa2,0x12,0xe, -+0x0,0x8,0x7d,0x49,0x4b,0x4d,0x49,0x79,0x49,0x48,0x4f,0x48,0x78,0x48,0x0,0x0,0xa0,0xa4,0x2c,0x30,0x20,0x62,0xa2,0x1e,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x0,0x3f,0x20,0x3f,0x20,0x3f,0x2,0x22,0x12,0x16,0xa,0x72,0x2,0x4,0x18,0x60,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x80,0x90,0xa0,0xc0,0xa0,0x98,0x8a,0x82,0x7e,0x0, -+0x0,0x1f,0x10,0x1f,0x10,0x1f,0x1,0x3f,0x22,0x42,0xff,0x4,0xc,0x3,0x4,0x18,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xfc,0x4,0x8,0xfe,0x20,0x40,0x80,0x60,0x10, -+0x0,0x3,0x7a,0x4a,0x48,0x4b,0x48,0x79,0x4b,0x48,0x48,0x4b,0x78,0x48,0x0,0x0,0x0,0xfe,0x2,0x44,0x40,0xfc,0x80,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x0,0x78,0x4f,0x48,0x4b,0x4a,0x7a,0x4b,0x4a,0x4a,0x4b,0x7a,0x4a,0x2,0x2,0x50,0x48,0x40,0xfe,0x48,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x48,0x48,0x68,0x50, -+0x0,0x8,0x7c,0x48,0x49,0x4a,0x4c,0x7b,0x48,0x48,0x4b,0x4a,0x7a,0x4a,0x3,0x2,0x40,0x40,0xa0,0xa0,0x90,0x4e,0x4,0xf0,0x20,0x48,0xfc,0x8,0x8,0x8,0xf8,0x8, -+0x1f,0x10,0x1f,0x10,0x1f,0x8,0x1f,0x22,0xd4,0x8,0x37,0xc0,0x1f,0x10,0x10,0x1f,0xf0,0x10,0xf0,0x10,0xf0,0x40,0x60,0x58,0x40,0x46,0xfc,0x8,0xfc,0x8,0x8,0xf8, -+0x0,0x8,0x7f,0x4c,0x4b,0x48,0x4b,0x7a,0x4a,0x4b,0x4a,0x4a,0x7b,0x40,0xf,0x0,0x80,0x40,0xfe,0x2,0xfc,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfe,0x0, -+0x0,0xb,0x7c,0x4a,0x49,0x49,0x4a,0x7d,0x48,0x48,0x4f,0x48,0x78,0x49,0x2,0x4,0x20,0xa8,0xb4,0xa8,0x10,0x10,0xe,0xf4,0x40,0x44,0xfe,0x40,0xa0,0x10,0xc,0x4, -+0x0,0xb,0x7d,0x48,0x4f,0x4c,0x48,0x7b,0x48,0x48,0x49,0x49,0x7a,0x4c,0x1,0x6,0x1c,0xe0,0x24,0xa8,0xfe,0x42,0x44,0xfe,0x80,0xf8,0x8,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x3,0x7a,0x4c,0x4b,0x4a,0x4b,0x7a,0x4b,0x48,0x48,0x4f,0x78,0x49,0x2,0x4,0x0,0xfc,0x4,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x80,0x44,0xfe,0x0,0x10,0xc,0x4, -+0x2,0x11,0x7f,0x50,0x57,0x54,0x54,0x77,0x50,0x5f,0x50,0x51,0x7f,0x51,0x5,0x2,0x10,0x10,0xd4,0x1e,0xa4,0xc4,0xa4,0xa4,0x24,0xa8,0x90,0x50,0xa8,0x28,0x44,0x82, -+0x0,0x7,0x70,0x5f,0x50,0x57,0x55,0x75,0x57,0x50,0x57,0x50,0x7f,0x55,0x4,0x8,0x1c,0xe0,0x44,0xfe,0x40,0xfc,0x54,0x54,0xfc,0x40,0xfc,0x40,0xfe,0x24,0x92,0x92, -+0x0,0x7,0x78,0x4a,0x49,0x4a,0x48,0x79,0x49,0x4b,0x4d,0x49,0x79,0x49,0x1,0x1,0x84,0xbe,0x84,0x94,0x8c,0x94,0xa4,0x10,0xfe,0x10,0xfc,0x10,0xfc,0x10,0xfe,0x0, -+0x1,0x7,0x78,0x4b,0x48,0x4f,0x48,0x7b,0x49,0x4f,0x4d,0x4f,0x7a,0x4b,0x0,0x1,0x10,0xfc,0x40,0xf8,0x40,0xfc,0x10,0xd8,0x14,0xfe,0x10,0x94,0x8,0x9a,0xaa,0x84, -+0x3f,0x20,0x3f,0x20,0x3f,0x1,0xff,0x4,0x3f,0x4,0x3f,0x4,0x7f,0xd,0x74,0x6,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfe,0x40,0xf8,0x40,0xf8,0x40,0xfc,0x10,0xe0,0x1e, -+0x1,0x1,0x3f,0x1,0x8,0xff,0x8,0x8,0x1f,0x10,0x11,0x11,0x11,0x2,0x4,0x38,0x0,0x10,0xf8,0x0,0x24,0xfe,0x20,0x20,0xf0,0x10,0x10,0x10,0x10,0xc0,0x20,0x18, -+0x12,0x12,0xff,0x12,0x13,0x10,0x1f,0x0,0x1f,0x10,0x11,0x11,0x11,0x2,0x4,0x38,0x20,0x24,0xfe,0x20,0xe0,0x0,0xf8,0x0,0xf0,0x10,0x10,0x10,0x10,0xc0,0x20,0x18, -+0x0,0x7d,0x45,0x55,0x55,0x55,0x55,0x55,0x54,0x54,0x54,0x10,0x28,0x25,0x42,0x84,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x90,0x90,0x90,0x90,0x92,0x12,0x12,0x1e, -+0x4,0x7e,0x44,0x54,0x55,0x57,0x54,0x54,0x55,0x55,0x55,0x11,0x29,0x25,0x45,0x81,0x20,0x20,0x40,0x88,0x4,0xfe,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0xfd,0x10,0x1d,0xf0,0x11,0x62,0x1f,0x10,0x11,0x11,0x11,0x2,0xc,0x30,0x40,0x48,0xfc,0x48,0xc8,0xa8,0xa,0x6,0xf0,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x8,0x8,0x2e,0x28,0x28,0x2e,0xf0,0x0,0x1f,0x10,0x11,0x11,0x11,0x2,0x4,0x38,0x80,0x84,0x98,0xe0,0x82,0x82,0x7e,0x10,0xf8,0x10,0x10,0x10,0x10,0xc0,0x30,0x8, -+0x4,0x7e,0x44,0x57,0x54,0x54,0x54,0x55,0x54,0x54,0x54,0x11,0x28,0x24,0x44,0x81,0x40,0x20,0x4,0xfe,0x40,0x44,0x88,0xf4,0x24,0x48,0x88,0x10,0x28,0x44,0x82,0x2, -+0x4,0x7e,0x44,0x54,0x54,0x54,0x54,0x55,0x55,0x56,0x54,0x10,0x28,0x24,0x44,0x80,0x4,0xfe,0x84,0x84,0xfc,0xa0,0x90,0x8,0x4e,0x24,0x20,0x0,0xc0,0x30,0x18,0x8, -+0x0,0x7d,0x45,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x11,0x2a,0x24,0x48,0x80,0x4,0xfe,0x0,0x0,0x7c,0x0,0x0,0xfe,0x52,0x54,0x48,0x48,0x44,0x54,0x62,0x40, -+0x1,0x1,0x7f,0x9,0x5,0xff,0x5,0x9,0x3f,0xd0,0x11,0x11,0x11,0x12,0x4,0x38,0x0,0x8,0xfc,0x20,0x44,0xfe,0x40,0x20,0xf8,0x16,0x10,0x10,0x10,0xc0,0x20,0x18, -+0x4,0x7e,0x44,0x57,0x54,0x55,0x54,0x54,0x54,0x54,0x54,0x13,0x28,0x24,0x44,0x80,0x20,0x28,0x24,0xfe,0x20,0x24,0xa8,0xb0,0x30,0x68,0xa8,0x24,0x22,0x20,0xa0,0x40, -+0x1,0x1,0x7f,0x9,0x9,0x15,0x7f,0x40,0x9f,0x10,0x11,0x11,0x11,0x2,0x4,0x38,0x0,0x8,0xfc,0x20,0x20,0x50,0xfe,0x2,0xf4,0x10,0x10,0x10,0x10,0xc0,0x20,0x18, -+0x4,0x7e,0x44,0x54,0x55,0x54,0x54,0x55,0x54,0x54,0x54,0x11,0x28,0x24,0x44,0x83,0x20,0x24,0xac,0xb0,0x20,0x50,0x4c,0xa4,0x20,0xa4,0xa8,0x30,0x50,0x48,0x8e,0x4, -+0x0,0x7c,0x47,0x54,0x55,0x55,0x55,0x55,0x55,0x55,0x54,0x13,0x29,0x24,0x44,0x80,0x30,0x28,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x24,0x8,0xfe,0x8,0x88,0xa8,0x10, -+0x10,0x11,0x15,0x1f,0x11,0x11,0x15,0x7f,0x45,0x45,0x45,0x44,0x7c,0x44,0x1,0x6,0x4,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x34,0x50,0x50,0x92,0x12,0xe, -+0x8,0x49,0x49,0x49,0x7f,0x0,0x7f,0x1,0x1,0x3f,0x21,0x20,0x23,0x2c,0x30,0x3,0x4,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x18,0x28,0x28,0x4a,0x8a,0x6, -+0x0,0x1,0xff,0x8,0x8,0x2a,0x2a,0x2a,0x5d,0x88,0x8,0xf,0xf8,0x40,0x0,0x3,0x4,0x7e,0xc4,0x54,0x54,0x54,0x54,0x54,0x54,0xd4,0x18,0xa8,0x28,0x4a,0x8a,0x6, -+0x8,0xa,0x7f,0x8,0x8,0xff,0x25,0x14,0x64,0x14,0xff,0x4,0x8,0xc,0x12,0x61,0x4,0x7e,0x44,0x54,0x54,0xd4,0x54,0x54,0x54,0x54,0x18,0x28,0x28,0x4a,0x8a,0x6, -+0x8,0x8,0x14,0x14,0x22,0x7f,0x80,0x71,0x55,0x75,0x55,0x75,0x51,0x55,0x52,0x3,0x4,0x7e,0x44,0x54,0x54,0x54,0xd4,0x54,0x54,0x54,0x18,0x28,0x28,0x4a,0x8a,0x6, -+0x14,0x14,0x7f,0x14,0x7f,0x14,0xff,0x8,0x7f,0x49,0x7f,0x49,0xff,0x41,0x45,0x43,0x4,0x7e,0x44,0x54,0x54,0x54,0xd4,0x54,0x54,0x54,0x18,0x28,0xa8,0x4a,0x8a,0x6, -+0x22,0x22,0xff,0x22,0x3e,0x8,0x7f,0x49,0x7f,0x8,0x7f,0x8,0x7f,0x8,0xff,0x1,0x4,0x7e,0xc4,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x18,0x28,0x28,0x4a,0x8a,0x6, -+0xa,0xf,0x8,0x7f,0x49,0x4e,0x79,0x4f,0x40,0x4a,0x6a,0x5b,0x4a,0x4a,0xbf,0x1,0x4,0x7e,0x44,0xd4,0x54,0x54,0x54,0x54,0x54,0x54,0x98,0x28,0x28,0x4a,0x8a,0x6, -+0x8,0x8,0x8,0x17,0x30,0x50,0x91,0x19,0x9,0xf,0x11,0x21,0xff,0x1,0x1,0x1,0xa0,0x94,0x9e,0xe0,0x80,0x44,0x34,0xc,0x20,0xf0,0x0,0x4,0xfe,0x0,0x0,0x0, -+0x7d,0x5,0x7d,0x44,0x41,0x7d,0x5,0x28,0x13,0x11,0x1f,0x21,0xff,0x1,0x1,0x1,0xfc,0x4,0xfc,0x20,0xfc,0x24,0xfc,0x28,0xfc,0x2,0xf8,0x0,0xfe,0x0,0x0,0x0, -+0x8,0x8,0x28,0x28,0x3e,0x48,0x48,0x88,0xe,0x18,0x68,0x8,0x8,0x8,0x8,0x8,0x80,0x80,0x80,0x84,0x8c,0x90,0xa0,0xc0,0x80,0x80,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x8,0x8,0x2b,0x28,0x3e,0x48,0x49,0x88,0xe,0x18,0x6b,0x8,0x8,0x8,0x8,0x8,0x8,0x1c,0xe0,0x40,0x40,0x5c,0xe0,0x40,0x44,0x7e,0xc0,0x40,0x42,0x42,0x3e,0x0, -+0x8,0x8,0x28,0x28,0x3e,0x4b,0x48,0x88,0xe,0x19,0x69,0x9,0x9,0x9,0x9,0x9,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0xb,0x28,0x28,0x3f,0x48,0x48,0x88,0xf,0x18,0x69,0x9,0x9,0x9,0x9,0x9,0x8,0xfc,0x40,0x48,0xfc,0x88,0x88,0x88,0xfe,0x0,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0x28,0x28,0x3e,0x49,0x48,0x8b,0xe,0x18,0x69,0x9,0x9,0x9,0x9,0x9,0x20,0x20,0xa0,0xa8,0xfc,0x20,0x24,0xfe,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0x2b,0x28,0x3e,0x49,0x4f,0x88,0xd,0x19,0x69,0x9,0x9,0x8,0x8,0x8,0x40,0x48,0xfc,0xa0,0x98,0x8,0xfe,0x8,0xe8,0x28,0x28,0x28,0xe8,0x8,0x28,0x10, -+0x8,0x9,0x29,0x29,0x3f,0x49,0x4b,0x8d,0x9,0x19,0x6f,0x8,0x9,0x9,0xa,0xc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x8,0xfe,0x0,0x10,0x8,0x4,0x4, -+0x10,0x10,0x57,0x51,0x7d,0x92,0x14,0x17,0x19,0x35,0xd5,0x12,0x13,0x12,0x14,0x18,0x10,0x10,0x7c,0x14,0xfe,0x14,0x7c,0x10,0x7c,0x10,0xfe,0x10,0x10,0x96,0x7c,0x0, -+0x10,0x10,0x53,0x52,0x7e,0x93,0x12,0x12,0x1f,0x33,0xd3,0x15,0x15,0x19,0x11,0x11,0x40,0x24,0xfe,0x4,0x4,0xfc,0x0,0x4,0xfe,0x54,0x54,0xfc,0x54,0x54,0x54,0xc, -+0x10,0x10,0x5f,0x50,0x7b,0x92,0x13,0x10,0x1f,0x34,0xd5,0x15,0x15,0x15,0x14,0x14,0x80,0x44,0xfe,0x0,0xf8,0x8,0xf8,0x0,0xfc,0x4,0xf4,0x14,0x14,0xf4,0x14,0x8, -+0x8,0x7f,0x8,0x3e,0x8,0x7e,0x9,0x0,0x7f,0x1,0x3f,0x1,0xff,0x1,0x5,0x2,0x4,0xfe,0x44,0x44,0x44,0x94,0x8,0xf0,0x0,0x10,0xf8,0x0,0xfe,0x0,0x0,0x0, -+0x10,0x9,0x41,0x26,0x8,0x70,0x23,0xc,0x7f,0x1,0x3f,0x1,0xff,0x1,0x5,0x2,0x40,0x50,0x4c,0x54,0x60,0xc0,0x0,0xf0,0x0,0x10,0xf8,0x0,0xfe,0x0,0x0,0x0, -+0x0,0xc,0xf2,0x12,0x14,0x78,0x17,0x12,0x1e,0xf2,0x12,0x14,0x24,0x29,0x40,0x0,0x0,0x86,0xb8,0x88,0x48,0x3e,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0x28,0x10, -+0x0,0xd,0xf1,0x12,0x14,0x78,0x17,0x10,0x17,0xfc,0x14,0x14,0x24,0x27,0x20,0x40,0x0,0x6,0x38,0x88,0x48,0x3e,0xc8,0x8,0xc8,0x7e,0x48,0x48,0x48,0xc8,0x28,0x10, -+0x0,0x3e,0x23,0x3e,0x21,0x3e,0x62,0xbe,0x0,0x3f,0x1,0x1f,0x1,0xff,0x1,0x3,0x40,0x28,0xfc,0x50,0xfe,0x20,0xf8,0x20,0x20,0xf8,0x0,0xf0,0x4,0xfe,0x0,0x0, -+0x2,0x3f,0x2,0xff,0x2,0xf,0x34,0xc7,0x0,0x3f,0x2,0x1f,0x2,0xff,0x2,0x1,0x20,0xc0,0x84,0xfe,0x0,0xe0,0x8,0xf8,0x30,0xc0,0x0,0xf0,0x0,0xfa,0x2,0xfe, -+0x4,0x1e,0xf0,0x10,0x11,0x10,0x7d,0x11,0x11,0x1e,0xf3,0x10,0x10,0x10,0xf,0x0,0x40,0x40,0x88,0x84,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x22,0x22,0xfe,0x0, -+0x3f,0x1,0x1f,0x1,0x7f,0x1,0x0,0x4,0x79,0x10,0x7c,0x10,0xff,0x10,0x14,0x18,0xf8,0x0,0xf0,0x0,0xf8,0x2,0xfe,0x0,0xf8,0x40,0xf8,0x40,0xfc,0x40,0x42,0x3e, -+0x0,0x18,0xe0,0x2e,0x23,0x24,0xf4,0x2e,0x22,0x22,0xfb,0x24,0x2a,0x31,0x20,0x1f,0x20,0x28,0xfc,0x28,0xfe,0x28,0xf8,0x20,0xf8,0x20,0xfc,0x20,0x22,0xfe,0x2,0xfe, -+0x10,0x10,0x25,0x7e,0x10,0xff,0x28,0x4c,0x92,0x24,0x49,0x12,0x64,0x8,0x30,0xc0,0x8,0x3c,0xe0,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x22,0x22,0x1e, -+0x8,0x8,0x15,0x22,0x7f,0x80,0x71,0x55,0x55,0x75,0x55,0x55,0x75,0x51,0x55,0x52,0x8,0x3c,0xe0,0x20,0x20,0xa8,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x22,0x22,0x1e, -+0x8,0x49,0x2a,0x7f,0x41,0x5d,0x55,0x5d,0x41,0x3f,0x2,0x1f,0x2,0xff,0x2,0x1,0x20,0x20,0x24,0x7e,0xa8,0x10,0x28,0xc6,0x30,0xc0,0x0,0xf0,0x0,0xfa,0x2,0xfe, -+0x1,0x39,0xe2,0x27,0x2a,0x23,0xf2,0x2f,0x20,0x23,0xfa,0x23,0x22,0x23,0x20,0x1f,0x0,0xf0,0x20,0xf8,0x48,0xf8,0x48,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xfa,0x2,0xfe, -+0x2,0x39,0xe7,0x21,0x25,0x23,0xf1,0x2f,0x20,0x23,0xfa,0x23,0x22,0x23,0x20,0x1f,0x10,0x20,0xfc,0x20,0x28,0x30,0x24,0xfe,0x0,0xf0,0x10,0xf0,0x10,0xf2,0x2,0xfe, -+0x77,0x55,0x77,0x55,0x77,0x55,0x77,0x24,0x3f,0x64,0x7f,0xa4,0x3f,0x24,0x3f,0x20,0x8,0x3c,0xe0,0x20,0x20,0x28,0xfc,0x20,0xa0,0x24,0xfe,0x20,0x20,0x22,0xa2,0x1e, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x0,0x2,0x2,0x2,0x2,0x2,0x4,0x4,0x8,0x10,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0x8,0x8,0x8,0x8,0x8,0x8,0xa,0xa,0x4, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x0,0x8,0x8,0x8,0x8,0x8,0x10,0x10,0x20,0x40,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0x88,0x88,0x88,0x88,0x88,0x88,0x8a,0x8a,0x84, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x2,0x2,0x22,0x22,0x22,0x22,0x22,0x3f,0x0,0x0,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0x8,0x28,0x28,0x28,0x28,0x28,0xea,0x2a,0x4, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x0,0x12,0x12,0x12,0x12,0x12,0x12,0x22,0x22,0x40,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x4a,0x4a,0x44, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x4,0xf,0x10,0x6d,0x2,0xd,0x76,0x1,0xc,0x3,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xc8,0x88,0x8,0x8,0x88,0x78,0xa,0xa,0x4, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x0,0x7f,0x9,0x49,0x29,0x29,0x9,0x9,0xff,0x0,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xe8,0x8,0x28,0x48,0x88,0x8,0xa,0xfa,0x4, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x0,0x3f,0x22,0x22,0x2f,0x22,0x25,0x28,0x3f,0x20,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xe8,0x28,0x28,0xa8,0x28,0x28,0xaa,0xea,0x24, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x4,0x7f,0x4,0x3f,0x20,0x3f,0xa,0xa,0x12,0x61,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xe8,0x8,0x88,0x88,0x88,0x8,0x2a,0x2a,0xe4, -+0x10,0x1f,0x20,0x2f,0x40,0xbf,0x0,0x3f,0x26,0x3f,0x0,0x7f,0x49,0x49,0xff,0x0,0x4,0xfe,0x0,0xf8,0x0,0xf8,0x8,0xc8,0x48,0xc8,0x8,0xe8,0x28,0x2a,0xfa,0x4, -+0x10,0x10,0x11,0x1f,0x22,0x42,0x12,0x12,0x12,0x14,0x14,0x8,0x14,0x22,0x43,0x81,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0, -+0x8,0x8,0xa,0xff,0x8,0x7f,0x49,0x49,0x7f,0x49,0x1c,0x2b,0x49,0x88,0x9,0xa,0x40,0x40,0x44,0x7e,0x48,0x88,0x48,0x48,0x48,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0x10,0x7e,0x42,0x7e,0x42,0x7f,0x10,0xa,0xff,0x10,0x1e,0x22,0x22,0x4b,0x86,0x40,0x40,0x44,0x7e,0x88,0x88,0x48,0x48,0x48,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0x48,0x4b,0x48,0x4b,0x7c,0x41,0x40,0x7a,0x49,0x48,0x4f,0x48,0x48,0x88,0x3,0x40,0x48,0xfc,0x40,0xfe,0x2,0x24,0xa0,0x20,0x20,0x24,0xfe,0x40,0x50,0x8c,0x4, -+0x9,0x49,0x4f,0x49,0x49,0x7d,0x41,0x41,0x78,0x48,0x4b,0x48,0x48,0x49,0x8a,0x8,0x48,0x48,0xfe,0x48,0x48,0x78,0x0,0xfc,0x20,0x24,0xfe,0x70,0xa8,0x2e,0x24,0x20, -+0x10,0x50,0x57,0x54,0x57,0x7c,0x47,0x44,0x75,0x55,0x55,0x55,0x55,0x55,0x99,0x11,0x40,0x24,0xfe,0x4,0xfc,0x28,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x24,0x24,0x2c, -+0x0,0x0,0x3f,0x11,0x9,0x9,0x7f,0x2,0xff,0x4,0x7,0xa,0x11,0x20,0x43,0x1c,0x10,0x78,0x80,0x10,0x10,0x20,0xfc,0x0,0xfe,0x0,0xf0,0x20,0x40,0x80,0x60,0x1e, -+0x4,0xe,0xf0,0x3,0x93,0x55,0x1,0x9,0xff,0x9,0x49,0x29,0x9,0xa,0x2c,0x11,0x24,0x3e,0x20,0xfe,0x22,0xf8,0x24,0x3c,0x0,0x78,0x48,0x48,0x48,0x4a,0x8a,0x6, -+0x2,0x3f,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x3e,0x22,0x22,0x42,0x42,0x8a,0x4,0x8,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x8,0x8,0x28,0x10, -+0x4,0x3e,0x24,0x24,0x24,0x3f,0x24,0x24,0x24,0x3c,0x24,0x24,0x44,0x44,0x94,0x8,0x8,0xfc,0x0,0x0,0x4,0xfe,0x80,0x80,0x84,0xfe,0x4,0x4,0x4,0x44,0x28,0x10, -+0x2,0x3f,0x22,0x22,0x22,0x3e,0x22,0x22,0x22,0x3e,0x22,0x22,0x42,0x42,0x8a,0x4,0x8,0x18,0x20,0x40,0x84,0xc,0x10,0x20,0x40,0x80,0x4,0xc,0x10,0x20,0x40,0x80, -+0x2,0x1,0xff,0x10,0x10,0x1f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x10,0x0,0x4,0xfe,0x0,0x10,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x4,0x3e,0x24,0x24,0x25,0x3c,0x24,0x24,0x27,0x3c,0x24,0x24,0x44,0x45,0x95,0xa,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0x8,0x8,0x8, -+0x4,0x3f,0x24,0x24,0x24,0x3c,0x27,0x24,0x24,0x3c,0x24,0x24,0x44,0x45,0x96,0x8,0x8,0xfc,0x0,0x0,0x0,0x4,0xfe,0x90,0x90,0x90,0x90,0x90,0x92,0x12,0xe,0x0, -+0x4,0x3e,0x24,0x24,0x24,0x3f,0x24,0x24,0x24,0x3c,0x24,0x24,0x44,0x44,0x95,0xa,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x50,0x50,0x50,0x50,0x88,0xc8,0xa8,0x6,0x4, -+0x4,0x3e,0x24,0x24,0x27,0x3c,0x24,0x24,0x24,0x3d,0x25,0x26,0x44,0x44,0x95,0x8,0x40,0x40,0x40,0x44,0xfe,0x80,0x80,0xa0,0xa0,0x20,0x40,0x50,0x48,0x84,0xfc,0x4, -+0x4,0x3e,0x24,0x27,0x24,0x3d,0x25,0x25,0x25,0x3d,0x24,0x24,0x44,0x44,0x94,0x8,0x20,0x20,0x24,0xfe,0x20,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x22,0x22,0x1e,0x0, -+0x4,0x3e,0x24,0x24,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0x9,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x54,0x4c,0x8c,0x4,0x4,0x14,0x8, -+0x10,0xc,0x3,0xc,0x12,0xff,0x4,0x8,0x1f,0x28,0xcf,0x8,0xf,0x8,0x8,0x8,0x10,0x70,0x80,0x60,0x14,0xfe,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x4,0x3e,0x24,0x24,0x24,0x3d,0x26,0x24,0x24,0x3c,0x24,0x24,0x44,0x44,0x95,0xa,0x80,0x80,0x80,0xfe,0x82,0x24,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x4,0x3e,0x24,0x24,0x27,0x3c,0x24,0x24,0x24,0x3c,0x24,0x24,0x45,0x45,0x96,0x8,0x80,0xa0,0x90,0x94,0xfe,0xa0,0xa4,0xa4,0xa8,0xa8,0xb0,0xa0,0x62,0x22,0x1e,0x0, -+0x4,0x3e,0x24,0x27,0x24,0x3c,0x25,0x25,0x27,0x3c,0x24,0x24,0x45,0x46,0x94,0x8,0x40,0x40,0x44,0xfe,0x80,0xa0,0x20,0x24,0xfe,0x20,0xa8,0xa4,0x26,0x22,0xa0,0x40, -+0x4,0x3e,0x24,0x24,0x24,0x3c,0x24,0x27,0x24,0x3c,0x24,0x24,0x44,0x44,0x94,0x8,0x40,0x40,0x48,0x7c,0x40,0x40,0x44,0xfe,0x40,0x40,0x60,0x50,0x4c,0x44,0x40,0x40, -+0x4,0x3e,0x24,0x24,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0xa,0x24,0x3e,0x20,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x24,0x44,0x44,0x94,0x8,0x4,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20,0x20, -+0x0,0x3c,0x24,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x44,0x94,0x8,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20, -+0x1,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x4,0x3e,0x24,0x24,0x25,0x3d,0x26,0x24,0x24,0x3c,0x24,0x24,0x44,0x44,0x94,0x8,0x80,0x80,0x84,0xfe,0x40,0x40,0x48,0x7c,0x40,0x48,0x7c,0x40,0x40,0x40,0x40,0x40, -+0x4,0x3e,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x45,0x96,0x8,0x8,0x1c,0xe0,0x10,0x50,0x50,0x50,0x50,0x48,0x48,0x48,0x44,0x54,0x54,0x72,0x0, -+0x4,0x3e,0x24,0x24,0x25,0x3e,0x24,0x24,0x25,0x3c,0x24,0x25,0x44,0x44,0x94,0xb,0x40,0x40,0xa0,0xa0,0x18,0x36,0x40,0x88,0x10,0x20,0x44,0x88,0x10,0x20,0xc0,0x0, -+0x4,0x3e,0x24,0x24,0x25,0x3e,0x24,0x24,0x24,0x3c,0x24,0x24,0x44,0x44,0x94,0x8,0x80,0x80,0x84,0xfe,0x4,0x4,0xf4,0x94,0x94,0x94,0x94,0xf4,0x84,0x4,0x14,0x8, -+0x4,0x3e,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0x9,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x10,0x10,0x10,0x2a,0x4a,0xa6,0x12, -+0x4,0x3f,0x24,0x24,0x24,0x3c,0x24,0x27,0x24,0x3d,0x24,0x24,0x44,0x44,0x97,0x8,0x0,0xfc,0x8,0x10,0x20,0x58,0x86,0x2,0x0,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x3e,0x25,0x24,0x24,0x3c,0x27,0x24,0x24,0x3c,0x24,0x24,0x44,0x45,0x96,0x8,0x20,0x20,0x24,0xac,0xb0,0x24,0xfe,0x50,0x50,0x50,0x50,0x90,0x92,0x12,0xe,0x0, -+0x0,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0x9,0x4,0xfe,0x4,0x14,0xfc,0x4,0x4,0x74,0x54,0x54,0x54,0x74,0x4,0x4,0x14,0x8, -+0x0,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0x9,0x4,0xfe,0x4,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x54,0x4c,0x8c,0x4,0xfc,0x4, -+0x4,0x3e,0x24,0x24,0x25,0x3e,0x24,0x24,0x24,0x3f,0x24,0x24,0x44,0x44,0x95,0x8,0x20,0x20,0x50,0x88,0x6,0x10,0xf8,0x0,0x4,0xfe,0x40,0x40,0x48,0x84,0xfc,0x4, -+0x0,0x3d,0x24,0x24,0x24,0x3c,0x25,0x24,0x27,0x3c,0x24,0x25,0x46,0x44,0x94,0x8,0x0,0x8,0x90,0x60,0x50,0x8c,0x24,0x20,0xfe,0x20,0xa8,0x26,0x22,0x20,0xa0,0x40, -+0x4,0x3e,0x24,0x27,0x24,0x3c,0x24,0x25,0x24,0x3c,0x24,0x25,0x44,0x44,0x94,0x9,0x40,0x20,0x4,0xfe,0x40,0x48,0x88,0xf4,0x24,0x48,0x88,0x10,0x28,0x44,0x82,0x2, -+0x5,0x3e,0x24,0x27,0x24,0x3c,0x24,0x24,0x27,0x3c,0x24,0x24,0x45,0x45,0x96,0x8,0x8,0x90,0x0,0xfc,0x90,0x90,0x90,0x94,0xfe,0x90,0x90,0x90,0x10,0x10,0x10,0x10, -+0x4,0x3e,0x24,0x24,0x25,0x3c,0x24,0x24,0x27,0x3c,0x24,0x24,0x44,0x44,0x95,0xa,0x0,0x88,0x50,0x0,0xfc,0x20,0x20,0x24,0xfe,0x20,0x50,0x50,0x88,0x88,0x4,0x2, -+0x4,0x3e,0x25,0x24,0x24,0x3c,0x27,0x24,0x24,0x3c,0x24,0x24,0x45,0x46,0x94,0x8,0x20,0x20,0x24,0xa4,0xa8,0x20,0xfe,0x20,0x60,0x70,0xa8,0xa8,0x26,0x24,0x20,0x20, -+0x0,0x3c,0x27,0x24,0x24,0x3d,0x26,0x24,0x25,0x3e,0x24,0x25,0x46,0x44,0x94,0x8,0x0,0x4,0xfe,0x40,0x84,0x4c,0x70,0xa0,0x30,0x70,0xa8,0x28,0x26,0x24,0xa0,0x40, -+0x0,0x3d,0x25,0x25,0x25,0x3d,0x24,0x24,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0x9,0x4,0xfe,0x4,0x4,0x4,0xfc,0x20,0x24,0xfe,0x24,0x24,0x54,0x8c,0x4,0x14,0x8, -+0x4,0x3e,0x24,0x24,0x24,0x3d,0x26,0x24,0x24,0x3d,0x24,0x24,0x44,0x44,0x97,0x8,0x20,0x20,0xa8,0xa8,0xa8,0x74,0x22,0x20,0x28,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x3e,0x25,0x25,0x24,0x3c,0x25,0x24,0x24,0x3c,0x27,0x24,0x44,0x44,0x94,0x8,0x8,0x1c,0xe0,0x4,0xa4,0xa8,0xfc,0x10,0x20,0x24,0xfe,0x20,0x20,0x20,0xa0,0x40, -+0x4,0x3e,0x25,0x25,0x26,0x3c,0x24,0x24,0x27,0x3c,0x24,0x24,0x44,0x45,0x96,0x8,0x40,0x20,0xfe,0x2,0x14,0xf8,0x0,0x4,0xfe,0x90,0x90,0x90,0x92,0x12,0xe,0x0, -+0x0,0x7b,0x4a,0x4a,0x4b,0x7a,0x4a,0x4b,0x4a,0x7a,0x4a,0x4a,0x4b,0x4a,0xac,0x10,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xa8,0xb0,0xa8,0xa8,0xa4,0x24,0x22,0xa0,0x40, -+0x4,0x3e,0x27,0x24,0x25,0x3c,0x27,0x24,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0x9,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x8,0x7c,0x48,0x4f,0x48,0x79,0x4a,0x4f,0x4a,0x7b,0x4a,0x4b,0x4a,0x48,0xa8,0x10,0x40,0x40,0x44,0xfe,0xa0,0x10,0x48,0xfe,0x48,0xf8,0x48,0xf8,0x48,0x40,0x44,0x3c, -+0x4,0x3e,0x24,0x27,0x24,0x3c,0x24,0x27,0x24,0x3c,0x24,0x27,0x44,0x44,0x94,0x8,0x50,0x50,0x54,0xde,0x50,0x50,0x54,0xde,0x50,0x50,0x54,0xde,0x50,0x50,0x50,0x50, -+0x4,0x3e,0x25,0x25,0x25,0x3d,0x25,0x25,0x25,0x3d,0x24,0x24,0x44,0x45,0x96,0x8,0x20,0xa4,0x2e,0x24,0x24,0xac,0x24,0x24,0xfc,0x24,0x50,0x50,0x88,0x6,0x4,0x0, -+0x0,0x7a,0x4b,0x4a,0x4c,0x79,0x48,0x48,0x4b,0x78,0x49,0x49,0x49,0x4a,0xa8,0x10,0x40,0x20,0xfe,0x2,0x4,0xfc,0x0,0x4,0xfe,0x20,0x20,0x28,0x26,0x22,0xa0,0x40, -+0x0,0x78,0x4b,0x4a,0x4c,0x78,0x4b,0x48,0x48,0x79,0x49,0x49,0x49,0x4a,0xac,0x10,0x40,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0x20,0x28,0x3c,0x20,0x20,0xa6,0x7c,0x0, -+0x0,0x78,0x4f,0x49,0x49,0x79,0x4a,0x4f,0x49,0x79,0x4d,0x4b,0x49,0x4a,0xac,0x10,0x10,0x10,0x7c,0x14,0xfe,0x14,0x7c,0x10,0x7c,0x10,0xfe,0x10,0x10,0x96,0x7c,0x0, -+0x8,0x7c,0x4b,0x48,0x4b,0x78,0x4f,0x48,0x49,0x7b,0x4c,0x4b,0x48,0x48,0xa8,0x13,0x40,0x48,0xfc,0x40,0xfc,0x40,0xfe,0xa0,0x10,0xf8,0x46,0xf8,0x40,0xa0,0x98,0x8, -+0x0,0x3c,0x27,0x24,0x24,0x3d,0x25,0x25,0x25,0x3d,0x25,0x25,0x45,0x45,0x95,0x9,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0x54,0xfc,0x24,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x8,0x7c,0x4b,0x48,0x48,0x7b,0x4a,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x4a,0xab,0x12,0x0,0x4,0xfe,0x40,0x84,0xfe,0x94,0x94,0xf4,0x94,0x94,0xf4,0x94,0x94,0xfc,0x4, -+0x8,0x7d,0x49,0x49,0x49,0x79,0x49,0x49,0x48,0x7b,0x4a,0x4a,0x4a,0x4a,0xaf,0x10,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x0,0xfc,0x94,0x94,0x94,0x94,0xfe,0x0, -+0x0,0x7b,0x4a,0x4a,0x4b,0x78,0x4b,0x48,0x4f,0x79,0x49,0x48,0x48,0x48,0xa8,0x10,0x8,0xbc,0xa8,0xa8,0xb8,0x0,0xf8,0x0,0xfe,0x0,0xf8,0x8,0x8,0x88,0x50,0x20, -+0x8,0x7c,0x48,0x49,0x4b,0x7c,0x4b,0x4a,0x4a,0x7b,0x4a,0x4a,0x4b,0x4a,0xaa,0x12,0x40,0x40,0xa0,0x10,0xf8,0x6,0xc4,0x54,0x54,0xd4,0x54,0x54,0xd4,0x44,0x54,0xc8, -+0x0,0x7a,0x49,0x48,0x4b,0x78,0x4f,0x48,0x49,0x7a,0x4c,0x4b,0x48,0x48,0xab,0x10,0x40,0x48,0x50,0x40,0xfc,0x40,0xfe,0xa0,0x10,0x4e,0x44,0xf8,0x40,0x48,0xfc,0x0, -+0x0,0x7a,0x49,0x4b,0x48,0x7f,0x48,0x49,0x4a,0x7c,0x4f,0x48,0x49,0x48,0xa9,0x16,0x40,0x48,0x50,0xfc,0x40,0xfe,0xa0,0x10,0x4e,0x44,0xfe,0x90,0x10,0xe0,0x18,0x4, -+0x0,0x7b,0x48,0x49,0x49,0x79,0x49,0x48,0x4b,0x7a,0x4a,0x4b,0x4a,0x4a,0xaa,0x12,0x4,0xfe,0x0,0xfc,0x4,0x4,0xfc,0x0,0xfe,0x8a,0x52,0xfe,0x22,0x22,0x2a,0x4, -+0x10,0x8,0xfe,0x11,0x1e,0x22,0x2a,0x44,0x9f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x40,0x44,0xfe,0x18,0xe4,0xa8,0x90,0xc8,0xf6,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x8,0x7c,0x4b,0x4a,0x4c,0x79,0x49,0x49,0x49,0x79,0x49,0x4f,0x48,0x48,0xa9,0x12,0x40,0x20,0xfe,0x2,0x34,0xc0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x0,0x90,0xc,0x4, -+0x0,0x7a,0x49,0x48,0x4f,0x78,0x4f,0x48,0x49,0x7a,0x4d,0x49,0x48,0x49,0xaa,0x10,0x40,0x48,0x50,0x40,0xfc,0x40,0xfe,0xa0,0x10,0x4e,0x54,0x50,0xe0,0x50,0x4c,0xc0, -+0x0,0x78,0x4b,0x4a,0x4d,0x78,0x4b,0x48,0x48,0x79,0x48,0x49,0x48,0x48,0xab,0x10,0x40,0x20,0xfe,0x52,0x8c,0x0,0xfe,0x40,0x88,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x8,0x7d,0x48,0x48,0x4b,0x7a,0x4d,0x49,0x49,0x79,0x48,0x49,0x49,0x49,0xa9,0x11,0x20,0xfc,0x88,0x50,0xfe,0x22,0xfc,0x24,0x24,0x2c,0x20,0xfc,0x4,0x4,0xfc,0x4, -+0x1,0x79,0x4f,0x49,0x4b,0x78,0x4b,0x4a,0x4a,0x7a,0x4b,0x48,0x4a,0x49,0xae,0x10,0x8,0x8,0xc8,0x3e,0x88,0x8,0xbe,0xa2,0xa2,0x94,0x94,0x8,0x88,0xd4,0x14,0x62, -+0x8,0x7f,0x48,0x4b,0x4a,0x7c,0x48,0x4b,0x48,0x79,0x4a,0x49,0x4a,0x49,0xaa,0x10,0x88,0xfe,0x88,0xfe,0x2,0xf8,0x0,0xfe,0x80,0x44,0xa8,0x70,0xa8,0x26,0xa4,0x40, -+0x9,0x7d,0x49,0x49,0x48,0x7b,0x4a,0x4a,0x4b,0x78,0x4f,0x48,0x48,0x49,0xaa,0x10,0xfc,0x4,0x4,0xfc,0x0,0xde,0x52,0x52,0xde,0x20,0xfe,0x70,0xa8,0x2e,0x24,0x20, -+0x8,0x7f,0x48,0x4b,0x4a,0x7a,0x4a,0x4b,0x48,0x7b,0x4a,0x4b,0x4a,0x4b,0xa8,0x17,0x40,0xfe,0x0,0xfc,0x94,0xf4,0x94,0xfc,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x0,0xfe, -+0x8,0x7c,0x4b,0x4a,0x4b,0x7a,0x4b,0x4a,0x4b,0x7a,0x4b,0x4a,0x4a,0x4a,0xad,0x10,0x40,0x24,0xfe,0x88,0xfe,0x50,0xfc,0x54,0xfe,0x54,0xfc,0x50,0xd8,0xd4,0x52,0x50, -+0x0,0x7a,0x49,0x4f,0x48,0x79,0x4a,0x4a,0x4b,0x7a,0x4c,0x4b,0x49,0x4a,0xac,0x10,0x40,0x48,0x50,0xfc,0xe0,0x50,0x48,0x8,0xbe,0xa8,0xa8,0x28,0x7e,0x8,0x8,0x8, -+0x0,0x20,0x24,0x3e,0x20,0x21,0x22,0x3f,0x2,0x2,0x1a,0xe2,0x2,0x14,0x9,0x2,0x40,0x40,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x6,0x4, -+0x42,0x24,0x18,0x24,0x42,0x1,0xff,0x28,0x3e,0x6a,0xaa,0x2a,0x2a,0x2e,0x9,0xa,0x40,0x40,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x6,0x4, -+0x10,0x12,0xff,0x10,0x28,0x45,0xff,0x2,0x7a,0x4a,0x4a,0x4a,0x7a,0x2,0xb,0x6,0x40,0x40,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x6,0x4, -+0x2,0xf,0x78,0x8,0x8,0xff,0x28,0x4b,0x49,0x49,0x6b,0x49,0x49,0x7f,0x41,0x2,0x40,0x40,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x6,0x4, -+0x10,0xa,0x7f,0x0,0x22,0x15,0xff,0x0,0x3e,0x22,0x22,0x3e,0x22,0x22,0x3f,0x22,0x40,0x40,0x40,0x7e,0x82,0x24,0xa0,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x6,0x4, -+0x8,0x14,0x22,0x7f,0x80,0x3e,0x23,0x3e,0x0,0x77,0x11,0x55,0x33,0x55,0x11,0x33,0x40,0x40,0x40,0x7e,0x42,0x84,0x20,0x20,0x20,0x20,0x20,0x50,0x50,0x88,0x6,0x4, -+0x4,0x7e,0x44,0x45,0x46,0x6d,0x6d,0x55,0x55,0x55,0x6d,0x6d,0x44,0x44,0x43,0x80,0x80,0x88,0xfc,0x8,0x8,0xe8,0x28,0x28,0xe8,0x28,0x10,0x4,0xfe,0x2,0xfe,0x0, -+0x0,0x23,0x12,0x12,0xff,0x2,0x4a,0x4a,0x4a,0x52,0x52,0x1e,0xf3,0x44,0x4,0x18,0x8,0xfc,0x8,0x8,0x18,0x98,0xa8,0xa8,0x48,0x48,0xa8,0x98,0x1a,0xa,0xa,0x4, -+0x4,0x7e,0x44,0x44,0x44,0x6c,0x6c,0x54,0x54,0x54,0x6f,0x6c,0x44,0x44,0x43,0x80,0x8,0xfc,0x88,0xf8,0x88,0xf8,0x88,0xf8,0x88,0x88,0xfe,0x50,0x8a,0x2,0xfe,0x0, -+0x0,0x7d,0x45,0x45,0x45,0x6d,0x6d,0x54,0x55,0x54,0x6c,0x6c,0x44,0x44,0x43,0x80,0x20,0xac,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0x52,0x8a,0xfe,0x0, -+0x10,0x18,0x14,0xfe,0x10,0x28,0x44,0x82,0x24,0x36,0xff,0x24,0x24,0x5a,0x49,0x92,0x8,0xfc,0x88,0x88,0x88,0xd8,0xd8,0xa8,0xa8,0xa8,0xd8,0xd8,0x8a,0x8a,0xa,0x4, -+0x4,0x7e,0x44,0x44,0x45,0x6c,0x6d,0x54,0x56,0x55,0x6c,0x6d,0x46,0x44,0x43,0x80,0x20,0x20,0xa4,0xa8,0x50,0x88,0x6,0x88,0xaa,0xdc,0x88,0x54,0x22,0x2,0xfe,0x0, -+0x2,0x3f,0x22,0x22,0x22,0x22,0x41,0x80,0x7f,0x21,0x22,0x14,0x8,0x14,0x23,0xc1,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0, -+0x10,0xfe,0x10,0x7c,0x0,0xfe,0x83,0xbe,0x1,0x7c,0x4,0x7c,0x40,0x7c,0x4,0x1b,0x8,0xfc,0x88,0x88,0x88,0x88,0x6,0x0,0xfc,0x84,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x8,0x7f,0x8,0x3e,0x0,0xff,0x91,0x92,0x7f,0x28,0x28,0x7e,0x8,0xff,0x8,0xb,0x8,0x7c,0x48,0x48,0x48,0x48,0x86,0x0,0xfc,0x84,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x8,0x7f,0x8,0x3e,0x0,0xff,0x91,0x9c,0x25,0x7e,0xaa,0x3e,0x2a,0x3e,0x4a,0x8b,0x8,0xfc,0x88,0x88,0x88,0x88,0x6,0x0,0xfc,0x84,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x2,0x2,0x7e,0x2,0x3e,0x2,0x7e,0x2,0x1,0xff,0x8,0x4,0x3,0x2,0xc,0x70,0x80,0x88,0xfc,0x80,0xf8,0x80,0xfc,0x80,0x4,0xfe,0x20,0x40,0x80,0x80,0x60,0x1c, -+0x1,0xff,0x18,0x6,0x1,0xe,0xf2,0x2e,0x22,0x2e,0x22,0x2e,0x22,0x3f,0x20,0x40,0x0,0xfe,0x30,0xc0,0x0,0xe0,0x9e,0xe8,0x88,0xe8,0x88,0xe8,0x88,0xf8,0x8,0x8, -+0x4,0x42,0x20,0x4,0xff,0x14,0x55,0x25,0x25,0x55,0x55,0x4c,0x8d,0x6,0x4,0x4,0x4,0xfe,0x44,0x54,0xfc,0x44,0xf4,0x54,0xf4,0x54,0xf4,0xe4,0x54,0x4c,0x54,0x48, -+0x20,0x18,0x8,0x0,0xfe,0x20,0x25,0x3e,0x24,0x24,0x24,0x24,0x44,0x44,0x94,0x8,0x20,0x20,0x50,0x50,0x88,0x88,0x6,0x44,0x30,0x10,0x80,0x40,0x30,0x18,0x8,0x0, -+0x20,0x18,0x8,0x1,0xfe,0x20,0x25,0x3e,0x25,0x25,0x25,0x25,0x45,0x45,0x94,0x8,0x80,0x80,0x84,0xfe,0x20,0x24,0xfe,0x20,0xfc,0x24,0x24,0x24,0x34,0x28,0x20,0x20, -+0x20,0x18,0x8,0x1,0xfe,0x21,0x24,0x3e,0x25,0x24,0x24,0x27,0x44,0x44,0x94,0x8,0x80,0x84,0xfe,0x0,0x18,0xe0,0x28,0x3c,0xe0,0x24,0x3e,0xe0,0x20,0x22,0x22,0x1e, -+0x21,0x19,0x9,0xfe,0x24,0x21,0x3d,0x25,0x25,0x27,0x25,0x25,0x45,0x45,0x95,0xa,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x48,0x28,0xfe,0x8,0x8,0x8,0x8,0x28,0x10, -+0x20,0x18,0x8,0x1,0xfe,0x21,0x21,0x3d,0x26,0x24,0x25,0x24,0x44,0x44,0x97,0x8,0x80,0x80,0x84,0xfe,0x20,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x18,0x8,0x0,0xfd,0x22,0x20,0x3c,0x24,0x24,0x24,0x24,0x44,0x45,0x95,0xa,0x80,0x80,0x84,0xfe,0x0,0xfc,0x84,0x84,0xfc,0x80,0xa4,0xa8,0xb0,0x22,0x22,0x1e, -+0x20,0x18,0x8,0x1,0xfe,0x23,0x20,0x3c,0x25,0x24,0x24,0x24,0x44,0x45,0x95,0xa,0x80,0x84,0xfe,0x40,0x24,0xfe,0x40,0x88,0xfc,0x0,0xa8,0xa8,0xa8,0x2a,0x2a,0x26, -+0x20,0x18,0x9,0x2,0xfe,0x20,0x20,0x3c,0x27,0x24,0x25,0x25,0x45,0x45,0x94,0x8,0x80,0x84,0xfe,0x20,0xf8,0x20,0x50,0x88,0xfe,0x8,0xe8,0x28,0x28,0xe8,0x8,0x18, -+0x10,0x13,0x10,0x14,0x54,0x58,0x53,0x90,0x10,0x10,0x19,0x25,0x22,0x44,0x81,0x0,0x0,0xf8,0x10,0x20,0x40,0x84,0xfe,0xa4,0xa4,0xa4,0x24,0x44,0x44,0x84,0x28,0x10, -+0x10,0x10,0x10,0x17,0x54,0x58,0x53,0x90,0x10,0x17,0x10,0x28,0x24,0x44,0x80,0x0,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0x40,0x44,0xfe,0x44,0x44,0x54,0x48,0x40,0x40, -+0x10,0x10,0x10,0x17,0x54,0x5a,0x52,0x92,0x12,0x13,0x10,0x28,0x24,0x44,0x80,0x0,0x40,0x40,0x44,0xfe,0x40,0x48,0x48,0x48,0x48,0xf8,0x48,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x10,0x14,0x55,0x59,0x52,0x95,0x19,0x11,0x11,0x29,0x25,0x45,0x80,0x0,0x40,0x40,0xa0,0xa0,0x10,0x10,0xe,0xf4,0x10,0x10,0x10,0x50,0x24,0x4,0xfc,0x0, -+0x10,0x10,0x17,0x10,0x54,0x54,0x58,0x91,0x13,0x15,0x11,0x29,0x25,0x45,0x41,0x81,0x0,0x4,0xfe,0x40,0x40,0x80,0x80,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x13,0x10,0x55,0x54,0x58,0x90,0x17,0x10,0x10,0x28,0x24,0x44,0x40,0x80,0x8,0x1c,0xe0,0x20,0x24,0xac,0xb0,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x10,0x13,0x54,0x54,0x58,0x90,0x11,0x10,0x10,0x28,0x24,0x44,0x43,0x80,0x40,0x20,0x24,0xfe,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x10,0x17,0x54,0x58,0x50,0x91,0x13,0x10,0x10,0x28,0x25,0x42,0x47,0x80,0x40,0x20,0x4,0xfe,0x40,0x40,0x80,0x8,0xf0,0x20,0x40,0x80,0x8,0x4,0xfc,0x4, -+0x1,0x2,0x4,0x8,0x3f,0x0,0x1f,0x10,0x10,0x1f,0x1,0x11,0x11,0x22,0xc,0x70,0x0,0x0,0x20,0x10,0xf8,0x0,0xf0,0x10,0x10,0xf0,0x8,0x10,0x20,0x80,0x60,0x1c, -+0x10,0x10,0x10,0x15,0x55,0x59,0x53,0x95,0x11,0x10,0x17,0x28,0x24,0x44,0x40,0x80,0xa0,0xa0,0xa0,0x24,0x28,0x30,0x64,0x1c,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x12,0x11,0x10,0x14,0x57,0x58,0x50,0x93,0x10,0x10,0x17,0x28,0x24,0x44,0x40,0x80,0x8,0x10,0xa0,0x8,0xfc,0x40,0x48,0xfc,0x40,0x44,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x10,0x13,0x10,0x14,0x57,0x59,0x51,0x91,0x17,0x10,0x11,0x29,0x25,0x45,0x41,0x81,0x8,0xfc,0x80,0x88,0xfc,0x8,0x8,0x8,0xfe,0x0,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x14,0x55,0x59,0x52,0x95,0x18,0x10,0x13,0x2a,0x26,0x46,0x43,0x82,0x40,0x40,0xa0,0xa0,0x10,0x90,0x48,0xf6,0x14,0x20,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x24,0x22,0x20,0x24,0xac,0xb4,0xa4,0x24,0x25,0x26,0x24,0x24,0x54,0x4c,0x84,0x4,0x4,0xfe,0x4,0x4,0x44,0x24,0xa4,0x84,0x94,0xac,0xa4,0xe4,0x4,0x4,0x14,0x8, -+0x10,0x10,0x10,0x14,0x57,0x5a,0x53,0x92,0x13,0x10,0x10,0x2b,0x24,0x44,0x40,0x80,0x48,0x7c,0x40,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x40,0x44,0xfe,0x40,0x40,0x40,0x40, -+0x1,0x11,0x11,0x11,0x22,0xc,0x30,0xc8,0x8,0x2a,0x2a,0x4d,0x14,0x12,0x20,0xc1,0x0,0x10,0x30,0x40,0x80,0x60,0x1e,0x24,0x20,0xa4,0xa8,0x30,0x50,0x48,0x8e,0x4, -+0x21,0x21,0x21,0x2f,0xa9,0xb1,0xa1,0x27,0x24,0x24,0x24,0x24,0x57,0x48,0x80,0x1,0x4,0x3e,0x24,0xe4,0x24,0x3c,0x24,0xa4,0xa4,0xbc,0xa4,0xa4,0xa4,0x44,0x94,0x8, -+0x10,0x13,0x12,0x12,0x57,0x5a,0x52,0x93,0x10,0x10,0x13,0x29,0x24,0x40,0x47,0x80,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x40,0x20,0xfc,0x8,0x88,0x90,0xfe,0x0, -+0x10,0x13,0x12,0x12,0x57,0x5a,0x52,0x93,0x10,0x1f,0x12,0x12,0x2a,0x26,0x43,0x82,0x8,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x0,0xfe,0x88,0x50,0x20,0x90,0xe,0x4, -+0x10,0x13,0x12,0x12,0x57,0x5a,0x52,0x93,0x12,0x12,0x12,0x17,0x2a,0x2a,0x42,0x82,0x44,0xbe,0x24,0x24,0xa4,0x42,0x0,0xbc,0x4,0x24,0x28,0x90,0x10,0x28,0x4e,0x84, -+0x8,0xb,0xa,0x13,0x30,0x5f,0x90,0x11,0x16,0x11,0x9,0x9,0x12,0x4,0x18,0x60,0x8,0xfc,0x8,0xf8,0x40,0xfe,0xe0,0x50,0x4e,0x40,0x10,0x20,0xc0,0x40,0x30,0xe, -+0x10,0x10,0x17,0x14,0x54,0x5b,0x50,0x93,0x12,0x13,0x12,0x2b,0x24,0x40,0x47,0x80,0x80,0x40,0xfe,0x2,0x4,0xf8,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x0,0x4,0xfe,0x0, -+0x10,0x10,0x13,0x12,0x56,0x5b,0x52,0x92,0x13,0x15,0x15,0x29,0x25,0x45,0x41,0x81,0x40,0x24,0xfe,0x4,0x4,0xfc,0x0,0x4,0xfe,0x54,0x54,0xfc,0x54,0x54,0x54,0xc, -+0x10,0x10,0x14,0x12,0x56,0x58,0x50,0x96,0x12,0x12,0x12,0x2a,0x26,0x45,0x88,0x0,0x8,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0xa4,0xa8,0x90,0xc8,0x84,0x6,0xfc,0x0, -+0x20,0x27,0x24,0x25,0xac,0xb5,0xa6,0x20,0x27,0x24,0x24,0x27,0x54,0x4c,0x87,0x4,0x84,0x7e,0x24,0x24,0xa4,0xa4,0x54,0x88,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x11,0x11,0x11,0x15,0x55,0x58,0x53,0x92,0x13,0x10,0x13,0x29,0x24,0x44,0x41,0x86,0xf8,0x8,0xf8,0x8,0xf8,0x0,0xfc,0x94,0xfc,0x0,0xfc,0x8,0x90,0x60,0x90,0xe, -+0x20,0x20,0x2f,0x21,0xa8,0xb7,0xa4,0x25,0x26,0x25,0x25,0x25,0x55,0x4c,0x84,0x4,0x80,0x44,0xfe,0x10,0xa4,0xfe,0xa4,0x14,0xc,0xf4,0x14,0x14,0xf4,0x4,0x14,0x8, -+0x0,0x3f,0x21,0x3f,0x20,0x3f,0x40,0x7f,0x95,0x24,0xd,0x11,0x11,0x22,0xc,0x70,0x8,0x8,0x8,0x8,0x7e,0x8,0x28,0xa8,0x8,0xa8,0x10,0x10,0x20,0x80,0x60,0x1c, -+0x20,0x2f,0x24,0x22,0xa8,0xb2,0xa4,0x20,0x23,0x22,0x22,0x23,0x52,0x4a,0x83,0x2,0x84,0xfe,0xa4,0x94,0x84,0x94,0xa4,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x20,0x20,0x27,0x24,0xad,0xb4,0xa7,0x24,0x25,0x26,0x24,0x2f,0x50,0x49,0x86,0x18,0x40,0x84,0xfe,0x44,0x54,0x44,0xfc,0x44,0x54,0x4c,0x44,0xfe,0xa0,0x10,0xe,0x4, -+0x10,0x17,0x12,0x11,0x57,0x59,0x52,0x94,0x1b,0x12,0x12,0x13,0x2a,0x26,0x43,0x82,0x1c,0xe0,0x48,0x50,0xfe,0x50,0x48,0x4e,0xfc,0x48,0x48,0xf8,0x48,0x48,0xf8,0x8, -+0x21,0x28,0x24,0x23,0xa8,0xb0,0xad,0x26,0x24,0x27,0x24,0x27,0x54,0x4a,0x91,0x0,0x4,0x88,0x0,0xfe,0x40,0xc0,0x24,0x68,0xb0,0x70,0xa8,0x26,0xa0,0x46,0xfc,0x0, -+0x4,0xfe,0x10,0x32,0xdc,0x28,0xdc,0x2a,0xd9,0x1,0x9,0x9,0x12,0x4,0x18,0xe0,0x4,0xfe,0x10,0x32,0xdc,0x28,0xdc,0x2a,0xd8,0x0,0x10,0x20,0x80,0x40,0x30,0xe, -+0x27,0x22,0x21,0x27,0xac,0xb7,0xa0,0x27,0x24,0x27,0x24,0x27,0x55,0x4d,0x86,0x4,0xfc,0x48,0x50,0xfc,0xa4,0xfc,0x0,0x88,0x88,0xfe,0x88,0xc8,0x28,0x8,0xa8,0x10, -+0x11,0x9,0x7f,0x48,0xbe,0x1c,0x2a,0x9,0x7f,0x2,0xd,0x39,0xc5,0x2,0x4,0x18,0x10,0x20,0xfe,0x22,0xfc,0x70,0xa8,0x20,0xfc,0x80,0x60,0x38,0x46,0x80,0x40,0x38, -+0x0,0x0,0x0,0x0,0x0,0x0,0x48,0x44,0x44,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x88,0x44,0x42,0x2,0x0,0x0,0x0,0x0,0x0,0x0, -+0x2,0x2,0x7f,0x2,0x3f,0x4,0xff,0x8,0x1f,0x24,0x42,0x80,0x0,0x24,0x22,0x42,0x0,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x20,0xfc,0x20,0x20,0xa0,0x40,0x88,0x44,0x44, -+0x0,0x78,0x48,0x49,0x4a,0x79,0x49,0x49,0x49,0x79,0x49,0x0,0x28,0x24,0x44,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x14,0x8,0x90,0x48,0x46,0x2, -+0x1,0x7f,0x1,0x3f,0x0,0x1f,0x10,0x1f,0x4,0xff,0x0,0x1f,0x10,0x1f,0x24,0x42,0x0,0xfc,0x0,0xf8,0x0,0xf0,0x10,0xf0,0x44,0xfe,0x0,0xf0,0x10,0xf0,0x88,0x44, -+0x2,0x1,0x3f,0x20,0x20,0x3f,0x21,0x21,0x3f,0x21,0x21,0x22,0x42,0x44,0x88,0x30,0x0,0x8,0xfc,0x8,0x8,0xf8,0x40,0x24,0xfe,0x0,0x0,0x80,0x80,0x60,0x1c,0x8, -+0x2,0x1,0x3f,0x20,0x20,0x3f,0x24,0x23,0x29,0x26,0x22,0x3f,0x40,0x40,0x80,0x0,0x0,0x8,0xfc,0x8,0x8,0xf8,0x20,0x20,0x20,0x24,0x3e,0xe0,0x20,0x20,0x20,0x20, -+0x2,0x1,0x3f,0x20,0x20,0x3f,0x20,0x2f,0x28,0x28,0x2b,0x2a,0x4a,0x4b,0x88,0x8,0x0,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe,0x4,0x4,0xf4,0x14,0x14,0xf4,0x4,0x8, -+0x1,0x0,0x3f,0x20,0x3f,0x20,0x2f,0x28,0x2f,0x20,0x2f,0x28,0x4f,0x48,0x88,0x7,0x0,0x88,0xfc,0x8,0xf8,0x0,0xf0,0x10,0xf0,0x0,0xf8,0x88,0xf8,0x2,0x2,0xfe, -+0x1,0x0,0x3f,0x20,0x3f,0x22,0x22,0x3e,0x22,0x22,0x3e,0x22,0x42,0x5e,0x82,0x2,0x0,0x88,0xfc,0x8,0xf8,0x40,0x48,0x7c,0x40,0x50,0x78,0x40,0x48,0x7c,0x40,0x40, -+0x2,0x1,0x0,0x1f,0x0,0x1,0x1,0x3,0x5,0x9,0x11,0x1,0x1,0x1,0x1,0x1,0x0,0x0,0x0,0xc0,0x80,0x0,0x0,0x80,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x20,0x13,0x2,0xfe,0xa,0x12,0x12,0x3b,0x56,0x92,0x12,0x12,0x12,0x12,0x11,0x10,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x20,0x10,0x3,0xfc,0x8,0x10,0x10,0x3b,0x54,0x90,0x10,0x11,0x11,0x12,0x14,0x18,0x8,0x7c,0xc0,0x40,0x40,0x40,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4, -+0x20,0x10,0x0,0xfd,0x9,0x11,0x11,0x39,0x55,0x91,0x11,0x11,0x11,0x11,0x17,0x10,0x20,0x20,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x10,0x0,0xfc,0xb,0x10,0x10,0x38,0x57,0x90,0x10,0x10,0x11,0x12,0x17,0x10,0x40,0x40,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x40,0x40,0x80,0x10,0x8,0xfc,0x4, -+0x20,0x10,0x0,0xfb,0x8,0x10,0x10,0x38,0x57,0x92,0x12,0x12,0x12,0x12,0x13,0x12,0x40,0x40,0x44,0xfe,0x40,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x10,0x0,0xfb,0x8,0x10,0x10,0x39,0x55,0x91,0x12,0x12,0x14,0x18,0x11,0x12,0xa0,0x90,0x84,0xfe,0x80,0x80,0xf8,0x8,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x21,0x11,0x1,0xfd,0xa,0x14,0x10,0x38,0x54,0x90,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x4,0xfe,0x80,0x80,0x88,0xfc,0x80,0x80,0x88,0xfc,0x80,0x80,0x80,0x80, -+0x20,0x10,0x0,0xfc,0x9,0x12,0x10,0x38,0x54,0x90,0x11,0x11,0x12,0x10,0x10,0x10,0x80,0x80,0x80,0xfe,0x2,0x4,0x20,0x20,0xa8,0xa4,0x24,0x22,0x22,0x20,0xa0,0x40, -+0x20,0x10,0x3,0xfa,0xa,0x12,0x13,0x3a,0x56,0x92,0x12,0x12,0x12,0x13,0x12,0x10,0x8,0x3c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x50,0x90,0x4a,0x2a,0x4, -+0x20,0x13,0x0,0xfc,0xb,0x10,0x10,0x3b,0x56,0x92,0x12,0x13,0x12,0x10,0x10,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x24,0xf4,0x24,0x24,0x24,0xe4,0x24,0x4,0x14,0x8, -+0x20,0x10,0x0,0xfc,0xb,0x12,0x12,0x3a,0x56,0x92,0x12,0x12,0x10,0x10,0x11,0x16,0x40,0x48,0x7c,0x40,0xf8,0x8,0x48,0x48,0x48,0x48,0x48,0x48,0xa0,0x98,0xc,0x4, -+0x20,0x10,0x0,0xfc,0xa,0x11,0x10,0x38,0x55,0x92,0x14,0x10,0x11,0x11,0x12,0x14,0x20,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xa0,0xb0,0xac,0xa4,0xa0,0x22,0x22,0x1e,0x0, -+0x21,0x11,0x7,0xf9,0x9,0x11,0x11,0x39,0x55,0x91,0x11,0x1f,0x10,0x11,0x12,0x14,0x10,0x10,0xfc,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x14,0xfe,0x0,0x10,0xc,0x4, -+0x21,0x10,0x0,0xfd,0x9,0x11,0x11,0x39,0x55,0x91,0x10,0x17,0x10,0x10,0x10,0x10,0x4,0x88,0x50,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x20,0x20,0x20, -+0x21,0x11,0x7,0xf9,0x17,0x11,0x17,0x39,0x55,0x90,0x17,0x10,0x10,0x10,0x13,0x14,0x0,0x4,0xfe,0x14,0xd4,0x14,0xd4,0x24,0x4c,0x40,0xfe,0x40,0x40,0xa0,0x1e,0x4, -+0x21,0x10,0x0,0xfb,0x8,0x10,0x11,0x38,0x54,0x90,0x13,0x10,0x12,0x12,0x14,0x10,0x4,0x88,0x50,0xfe,0x20,0x20,0xfc,0x20,0x20,0x24,0xfe,0x0,0xa4,0x52,0x52,0x0, -+0x20,0x17,0x0,0xff,0x8,0x13,0x1a,0x37,0x51,0x9f,0x10,0x13,0x12,0x12,0x13,0x12,0x40,0xfe,0x40,0xfc,0x0,0xf8,0x8,0xf8,0x10,0xfe,0x0,0xf8,0x8,0x8,0xf8,0x8, -+0x20,0x17,0x0,0xff,0xc,0x17,0x11,0x3b,0x55,0x93,0x11,0x1f,0x11,0x13,0x1d,0x11,0x40,0xfe,0x0,0xbc,0xa4,0xbc,0x10,0xf8,0x10,0xf8,0x10,0xfe,0x48,0x30,0x8e,0x4, -+0x0,0x7f,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0xa,0x29,0x28,0x48,0x88,0x7,0x0,0x4,0xfe,0x0,0x80,0x60,0x30,0x10,0x0,0x0,0x0,0x88,0x84,0x12,0x12,0xf0,0x0, -+0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x7f,0x0,0xa,0x29,0x28,0x48,0x88,0x7,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0,0x0,0x88,0x84,0x12,0x12,0xf0,0x0, -+0x0,0x0,0x7e,0x3,0x24,0x14,0x8,0x14,0x22,0x40,0x2a,0x29,0x48,0x88,0x7,0x0,0x10,0x10,0x14,0xfe,0x10,0x90,0x50,0x10,0x50,0x20,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x8,0x8,0x7f,0x8,0x3e,0x8,0x7f,0x8,0x8,0x0,0x2a,0x29,0x48,0x88,0x7,0x0,0x0,0x4,0x7e,0x24,0x24,0x24,0x44,0x54,0x88,0x0,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x1,0x1,0x3f,0x1,0xff,0x1,0x3f,0x1,0xff,0x0,0x2a,0x29,0x48,0x88,0x7,0x0,0x0,0x10,0xf8,0x0,0xfe,0x0,0xf8,0x0,0xfe,0x0,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x0,0xff,0x2,0x4,0x3f,0x24,0x24,0x24,0x24,0x0,0x2a,0x29,0x48,0x88,0x7,0x0,0x4,0xfe,0x0,0x8,0xfc,0x48,0x48,0x48,0x58,0x0,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x8,0x8,0x17,0x10,0x30,0x5f,0x90,0x10,0x17,0x10,0x2a,0x29,0x48,0x88,0x7,0x0,0x8,0x1c,0xe0,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x8,0x4,0x7f,0x1,0x1,0x3f,0x1,0x1,0xff,0x0,0x2a,0x29,0x48,0x88,0x7,0x0,0x20,0x48,0xfc,0x0,0x10,0xf8,0x0,0x4,0xfe,0x0,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x40,0x30,0x10,0x5,0xa,0x10,0xe0,0x21,0x26,0x0,0x2a,0x29,0x48,0x88,0x7,0x0,0x80,0x80,0xfc,0x4,0x48,0x40,0xa0,0x10,0xe,0x0,0x8,0x84,0x92,0x12,0xf0,0x0, -+0x1,0x7f,0x1,0x3f,0x0,0x7f,0x40,0x8f,0x8,0x8,0x30,0xa,0x29,0x48,0x88,0x7,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x2,0xe4,0x20,0x28,0x38,0x0,0x84,0x92,0x12,0xf0, -+0x8,0x12,0x21,0x4c,0x12,0x30,0x51,0x96,0x12,0x10,0xa,0x29,0x28,0x48,0x88,0x7,0x8,0x7c,0x0,0x4,0xfe,0x88,0x8,0x8,0x28,0x10,0x0,0x88,0x84,0x12,0x12,0xf0, -+0x0,0x7e,0x42,0x7e,0x49,0x7e,0x48,0x49,0x65,0x42,0x0,0x2a,0x29,0x48,0x88,0x7,0x40,0x40,0x44,0xfe,0x48,0x28,0x10,0x28,0x4e,0x84,0x0,0x8,0x84,0x92,0x12,0xf0, -+0x3f,0x22,0x2f,0x22,0x3f,0x22,0x27,0x2a,0x23,0x20,0x3f,0xa,0x29,0x48,0x88,0x7,0xfc,0x20,0xf8,0xa0,0xfc,0x0,0xf0,0x10,0xf0,0x0,0xfc,0x0,0x84,0x92,0x12,0xf0, -+0xe,0x78,0x8,0xff,0x8,0x3e,0x22,0x22,0x22,0x3e,0x0,0x2a,0x29,0x48,0x88,0x7,0x20,0x24,0xfe,0x84,0xfc,0x84,0xfc,0x84,0xfc,0x84,0x0,0x8,0x84,0x92,0x12,0xf0, -+0x8,0xff,0x0,0x7e,0x43,0x7e,0x0,0x7f,0x4,0xff,0x8,0x1a,0x51,0x50,0x90,0xf,0x40,0x40,0x44,0xfe,0x4,0x44,0x28,0x10,0x28,0x46,0x84,0x0,0x84,0x92,0x12,0xf0, -+0x10,0x17,0x12,0xf9,0x17,0x39,0x33,0x55,0x91,0x13,0x0,0x2a,0x29,0x48,0x88,0x7,0x10,0xd0,0x94,0x7e,0xd0,0x58,0x34,0x52,0x90,0x10,0x0,0x8,0x84,0x92,0x12,0xf0, -+0x41,0x2f,0x11,0x87,0x61,0x2f,0x15,0x26,0xe4,0x24,0x0,0x2a,0x29,0x48,0x88,0x7,0x10,0xfe,0x10,0xfc,0x10,0xfc,0x14,0xac,0x44,0xc,0x0,0x8,0x84,0x92,0x12,0xf0, -+0x8,0xff,0x14,0xff,0x22,0x3e,0x22,0x3e,0x8,0x7f,0x8,0xa,0x51,0x50,0x90,0xf,0x40,0x7e,0xa8,0x10,0xee,0x0,0x7c,0x44,0x54,0x54,0x28,0x44,0x84,0x92,0x12,0xf0, -+0x1,0x1,0x3f,0x1,0xff,0x1,0x3f,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x0,0x8,0xfc,0x8,0xfe,0x8,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x1,0x1,0x3f,0x1,0xff,0x1,0x3f,0x1,0x7f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x0,0x8,0xfc,0x8,0xfe,0x8,0xf8,0x0,0xfc,0x0,0x4,0xfe,0x0,0x0,0x0,0x0, -+0x1,0x1,0x7d,0x5,0x9,0x11,0x25,0xc2,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0x8,0x18,0xa0,0x40,0x30,0xe,0x4,0xf0,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x22,0x11,0x9,0x0,0x7f,0x41,0x81,0x1,0x3d,0x5,0x9,0x11,0x21,0xc1,0x5,0x2,0x8,0x18,0x20,0x40,0xfe,0x2,0x4,0x10,0xa0,0x40,0x20,0x10,0xe,0x4,0x0,0x0, -+0x1,0x1,0x7d,0x5,0x9,0x11,0x25,0x42,0x8,0x9,0xfa,0x1c,0x2c,0xcb,0x28,0x10,0x8,0x10,0xa0,0xc0,0x40,0x30,0xe,0x4,0x20,0x24,0xe8,0x70,0xa8,0x26,0xa4,0x40, -+0x4,0xfe,0x10,0x10,0x20,0x24,0x3e,0x64,0xa4,0x24,0x24,0x24,0x25,0x3d,0x22,0x4,0x8,0xfc,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0xa,0xa,0x6,0x0, -+0x4,0xfd,0x10,0x10,0x20,0x20,0x3c,0x67,0xa4,0x24,0x24,0x24,0x24,0x3c,0x20,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x1,0xfe,0x10,0x20,0x20,0x21,0x7c,0xa4,0x24,0x24,0x24,0x25,0x3d,0x22,0x0,0x0,0xf8,0x10,0x20,0x40,0x84,0xfe,0x54,0x54,0x54,0x94,0xa4,0x24,0x44,0x54,0x88, -+0x1,0x7f,0x1,0x3f,0x1,0x7f,0x1,0xff,0x4,0x4,0xf,0x18,0x28,0xc8,0xf,0x8,0x0,0xfc,0x0,0xf8,0x0,0xfc,0x0,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x4,0xfe,0x13,0x10,0x20,0x21,0x3d,0x67,0xa4,0x24,0x24,0x27,0x24,0x3c,0x20,0x0,0x40,0x48,0xfc,0x80,0xa0,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x4,0xfe,0x11,0x10,0x21,0x21,0x3d,0x65,0xa5,0x25,0x25,0x24,0x24,0x3c,0x20,0x0,0x20,0x24,0xfe,0x20,0x24,0x24,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x22,0x1e,0x0, -+0x4,0xfe,0x10,0x10,0x20,0x21,0x3d,0x64,0xa4,0x24,0x24,0x24,0x25,0x3e,0x24,0x0,0x4,0xfe,0x8,0x88,0x88,0x8,0xfe,0x28,0x28,0x48,0x48,0x88,0x8,0x8,0x28,0x10, -+0x4,0xfe,0x11,0x11,0x21,0x21,0x3d,0x65,0xa5,0x25,0x25,0x25,0x3d,0x21,0x2,0x4,0x0,0x1c,0xe0,0x0,0x0,0x4,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x4,0xfe,0x13,0x10,0x20,0x24,0x3f,0x64,0xa4,0x24,0x24,0x24,0x25,0x3f,0x22,0x0,0x8,0x3c,0xc0,0x40,0x20,0x20,0xfc,0x8,0x10,0x20,0x40,0x80,0x0,0x0,0x86,0x7c, -+0x4,0xff,0x12,0x12,0x23,0x22,0x3a,0x6a,0xaa,0x2a,0x2a,0x2a,0x3b,0x24,0x8,0x10,0x8,0xfc,0x8,0x8,0x18,0x98,0xa8,0xa8,0x48,0x48,0xa8,0x98,0x1a,0xa,0xa,0x4, -+0x4,0xfe,0x10,0x11,0x20,0x20,0x3c,0x67,0xa4,0x24,0x24,0x24,0x25,0x3d,0x20,0x0,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x40,0x80,0x8,0xfc,0x4,0x0, -+0x4,0xfe,0x13,0x10,0x20,0x20,0x3d,0x65,0xa4,0x24,0x24,0x24,0x24,0x3c,0x21,0x6,0x88,0x88,0xfe,0x88,0x88,0x0,0x4,0x4,0x88,0x88,0x50,0x20,0x50,0x88,0xe,0x4, -+0x8,0xff,0x12,0x12,0x23,0x22,0x3a,0x6a,0xaa,0x2a,0x2a,0x2a,0x3a,0x24,0x9,0x12,0x8,0xfc,0x0,0x4,0xfe,0x40,0x44,0x7e,0x44,0x44,0x44,0x84,0x84,0x84,0x28,0x10, -+0x4,0x4,0x7f,0x5,0x5,0x9,0x37,0xc1,0x0,0xff,0x4,0xf,0x18,0x28,0xcf,0x8,0x40,0x28,0xfc,0x0,0x30,0xc4,0x4,0xfc,0x4,0xfe,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x4,0xfe,0x10,0x10,0x21,0x22,0x3c,0x64,0xa4,0x24,0x24,0x24,0x24,0x3c,0x20,0x0,0x80,0x80,0x84,0xfe,0x40,0x40,0x48,0x7c,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x40, -+0x4,0xfe,0x10,0x10,0x20,0x25,0x3e,0x64,0xa5,0x24,0x24,0x24,0x24,0x3c,0x23,0x0,0x20,0x20,0x50,0x50,0x88,0x4,0x2,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x4,0xfe,0x11,0x11,0x21,0x21,0x3d,0x65,0xa5,0x25,0x25,0x25,0x25,0x3d,0x21,0x0,0x8,0x1c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x10,0x50,0x4a,0xaa,0x4, -+0x4,0xfe,0x10,0x13,0x20,0x20,0x3d,0x65,0xa4,0x24,0x24,0x24,0x24,0x3c,0x27,0x0,0x40,0x20,0x24,0xfe,0x0,0x8,0x8,0x8,0x90,0x90,0x90,0x90,0x20,0x24,0xfe,0x0, -+0x4,0xfe,0x10,0x13,0x22,0x24,0x3e,0x64,0xa4,0x24,0x24,0x24,0x24,0x3c,0x20,0x0,0x40,0x20,0x20,0xfe,0x2,0x84,0x80,0x88,0x98,0xa0,0xc0,0x80,0x82,0x82,0x7e,0x0, -+0x0,0x0,0xfc,0x13,0x20,0x20,0x23,0x7a,0xaa,0x2b,0x28,0x28,0x28,0x38,0x1,0x2,0x90,0x90,0x94,0xfe,0x94,0x94,0xfc,0x90,0x90,0xfe,0x92,0x92,0x9a,0x94,0x10,0x10, -+0x8,0xff,0x12,0x12,0x22,0x22,0x3a,0x6f,0xaa,0x2a,0x2a,0x2a,0x3a,0x22,0x4,0x8,0x44,0xe4,0x44,0x54,0x54,0x54,0x54,0xf4,0x54,0x54,0x54,0x54,0x44,0x44,0x54,0x48, -+0x4,0xfe,0x13,0x10,0x20,0x20,0x3c,0x67,0xa5,0x25,0x25,0x25,0x25,0x3d,0x20,0x0,0x88,0x88,0xfe,0x88,0x88,0x20,0x24,0xfe,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x8,0xfc,0x17,0x10,0x22,0x21,0x39,0x68,0xaf,0x28,0x28,0x29,0x29,0x3a,0x24,0x8,0x40,0x48,0xfc,0x40,0x48,0x48,0x50,0x44,0xfe,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4, -+0x4,0xfe,0x10,0x13,0x20,0x20,0x3c,0x65,0xa4,0x27,0x24,0x24,0x24,0x3d,0x21,0x6,0x40,0x48,0x7c,0xc0,0x28,0x12,0x6a,0x86,0x0,0xfc,0x90,0x90,0x90,0x12,0x12,0xe, -+0x4,0x4,0x27,0x24,0x24,0x3f,0xe0,0x0,0x7f,0x4,0x8,0x1f,0x28,0xc8,0xf,0x8,0x40,0x40,0x4c,0x70,0x42,0x42,0x3e,0x0,0xfc,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10, -+0x8,0xff,0x12,0x12,0x22,0x22,0x3a,0x6a,0xaa,0x2a,0x2a,0x2a,0x2a,0x3a,0x22,0x2,0x4,0xfe,0x4,0x4,0xf4,0x4,0x4,0xf4,0x94,0x94,0x94,0xf4,0x94,0x4,0x14,0x8, -+0x4,0xfe,0x10,0x11,0x21,0x21,0x3d,0x65,0xa5,0x25,0x25,0x25,0x25,0x3d,0x21,0x1,0x20,0x20,0x44,0xfe,0x4,0x8c,0x54,0x54,0x24,0x54,0x4c,0x8c,0x4,0x4,0xfc,0x4, -+0x0,0x4,0xfe,0x11,0x21,0x22,0x20,0x7c,0xa4,0x25,0x27,0x25,0x25,0x3d,0x21,0x1,0x80,0x88,0xfc,0x8,0x88,0x50,0x20,0x50,0x8e,0x4,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0xfe,0x13,0x10,0x20,0x23,0x3c,0x64,0xa4,0x24,0x27,0x24,0x24,0x3c,0x22,0x1,0x10,0x58,0x94,0x94,0x90,0xfe,0x90,0x90,0xb4,0xd4,0x98,0x90,0xaa,0xca,0x8a,0x4, -+0x8,0xfc,0x13,0x10,0x21,0x24,0x3f,0x64,0xa5,0x25,0x25,0x25,0x25,0x3c,0x20,0x3,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x0,0xfc,0x4,0x24,0x24,0x24,0x58,0x84,0x2, -+0x4,0xfe,0x10,0x10,0x20,0x25,0x3e,0x64,0xa4,0x24,0x24,0x24,0x24,0x3c,0x20,0x0,0x60,0x50,0x44,0xfe,0x90,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80, -+0x4,0xfe,0x13,0x10,0x21,0x20,0x3c,0x67,0xa4,0x25,0x25,0x25,0x25,0x3d,0x21,0x1,0x40,0x28,0xfc,0x0,0x8,0x90,0x4,0xfe,0x0,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0xfe,0x13,0x12,0x24,0x21,0x3c,0x64,0xa5,0x25,0x25,0x25,0x25,0x3d,0x22,0x4,0x40,0x20,0xfe,0x2,0x4,0xfc,0x20,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0xa6,0x7c, -+0x8,0xfc,0x11,0x13,0x20,0x27,0x38,0x69,0xaa,0x2d,0x28,0x28,0x2b,0x38,0x20,0x3,0x40,0x90,0x8,0xfc,0x40,0xfe,0x90,0x28,0x46,0x94,0x20,0xc8,0x10,0x20,0xc0,0x0, -+0x4,0xff,0x10,0x11,0x20,0x23,0x3c,0x65,0xa5,0x25,0x27,0x25,0x25,0x3d,0x20,0x0,0x20,0xfc,0x20,0xfc,0x20,0xfe,0x0,0xfc,0x44,0x24,0xfe,0x44,0x24,0xfe,0x4,0x18, -+0x8,0xfd,0x11,0x11,0x21,0x29,0x3d,0x69,0xaa,0x2c,0x2a,0x2b,0x2a,0x3b,0x20,0x0,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x44,0x44,0xb4,0x14,0x4,0xfc,0x4,0x8, -+0x4,0xfe,0x11,0x10,0x20,0x23,0x3e,0x64,0xa5,0x25,0x25,0x25,0x25,0x3c,0x20,0x0,0x40,0x24,0xfe,0x88,0x50,0xfe,0x22,0x24,0xfe,0x24,0x24,0x34,0x28,0x20,0x20,0x20, -+0x4,0xfe,0x13,0x12,0x24,0x21,0x3c,0x65,0xa5,0x25,0x25,0x25,0x24,0x3c,0x23,0x0,0x40,0x20,0xfe,0x2,0x4,0xfc,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x0,0x4,0xfe,0x0, -+0x8,0xfc,0x13,0x12,0x22,0x23,0x3a,0x6a,0xab,0x2b,0x2b,0x2d,0x29,0x39,0x21,0x1,0x40,0x24,0xfe,0x4,0x4,0xfc,0x0,0x4,0xfe,0x54,0x54,0xfc,0x54,0x54,0x54,0xc, -+0x9,0xfd,0x11,0x12,0x26,0x21,0x39,0x6a,0xa8,0x2f,0x28,0x28,0x29,0x3a,0x2c,0x0,0x8,0x8,0xfc,0x48,0xa8,0x3e,0x8,0x48,0x44,0xfe,0xc0,0xe0,0x50,0x4e,0x44,0x40, -+0x8,0xfc,0x17,0x11,0x22,0x24,0x39,0x6b,0xa8,0x28,0x29,0x2b,0x2d,0x39,0x21,0x1,0x40,0x24,0xfe,0x8,0x46,0x92,0x8,0xfc,0x80,0x88,0x50,0x20,0x10,0x48,0x8e,0x4, -+0x5,0xfe,0x10,0x10,0x21,0x23,0x3d,0x64,0xa5,0x24,0x27,0x24,0x24,0x3d,0x22,0x0,0xfc,0x88,0x70,0x88,0x6,0xfc,0x54,0x88,0x54,0x22,0xfe,0x70,0xa8,0x26,0x20,0x20, -+0x8,0x7f,0x8,0x3e,0x0,0x7f,0x49,0x7f,0x40,0x40,0xbf,0x4,0xf,0x18,0x68,0xf,0x78,0x48,0x48,0x48,0x86,0x78,0x48,0x30,0x48,0x86,0xfc,0x0,0xf0,0x10,0x10,0xf0, -+0xa,0xff,0x11,0x14,0x22,0x20,0x39,0x6a,0xaa,0x28,0x2f,0x28,0x29,0x3a,0x24,0x0,0x4,0x7e,0x40,0x7c,0x44,0xfc,0x40,0x7e,0x40,0x44,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x9,0xfd,0x17,0x10,0x27,0x24,0x3f,0x68,0xaf,0x28,0x29,0x29,0x2f,0x39,0x25,0x2,0x10,0x10,0xd0,0x1e,0xe4,0x44,0xd4,0x14,0xd4,0x94,0x8,0xc8,0x14,0x14,0x22,0x40, -+0x8,0xff,0x10,0x12,0x21,0x21,0x3b,0x6c,0xab,0x2a,0x2a,0x2b,0x29,0x38,0x27,0x0,0x20,0xa8,0xb0,0xa4,0x18,0x10,0xf8,0x6,0xf8,0x8,0x8,0xf8,0x10,0xa4,0xfe,0x0, -+0xb,0xfc,0x11,0x11,0x21,0x25,0x3f,0x64,0xa5,0x25,0x25,0x25,0x25,0x3c,0x23,0x0,0xfe,0x0,0xfc,0x24,0xfc,0x24,0xfe,0x0,0xfc,0x24,0xfc,0x24,0xfc,0x0,0xfe,0x0, -+0x1,0xff,0x21,0x22,0x23,0x44,0x7b,0xd6,0x55,0x58,0x57,0x50,0x51,0x72,0x44,0x0,0x10,0xfe,0x10,0x20,0xbc,0xa4,0x18,0x8,0xf4,0x2,0xfc,0x40,0x50,0x4c,0x44,0xc0, -+0x1,0xff,0x21,0x27,0x24,0x49,0x70,0xd7,0x50,0x51,0x56,0x50,0x57,0x70,0x47,0x0,0x10,0xfe,0x10,0xfe,0x2,0xf4,0x0,0xfc,0x80,0x48,0x70,0xb0,0x68,0xa6,0x20,0x60, -+0x1,0xff,0x21,0x2b,0x24,0x41,0x79,0xd5,0x55,0x51,0x55,0x57,0x54,0x78,0x48,0x0,0x10,0xfe,0x28,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x24,0xfe,0x88,0x48,0x8,0x18, -+0x1,0x2,0xc,0x3f,0xc0,0x1f,0x10,0x1f,0x2,0xff,0x2,0x4,0x4,0x9,0x12,0x60,0x0,0x80,0x60,0xf8,0x6,0xf0,0x10,0xf0,0x24,0xfe,0x80,0xa0,0xc0,0x84,0x84,0x7c, -+0x4,0x24,0x14,0x4,0xff,0x9,0x5,0x3f,0x21,0x21,0x23,0x25,0x29,0x21,0x21,0x21,0x40,0x48,0x50,0x44,0xfe,0x20,0x48,0xfc,0x8,0x8,0x88,0x68,0x28,0x8,0x28,0x10, -+0x14,0x55,0x36,0x14,0xff,0x49,0x2a,0x7f,0x49,0x49,0x5d,0x6b,0x49,0x49,0x49,0x43,0x20,0x28,0x24,0x24,0xfe,0x20,0x20,0x3c,0x54,0x54,0x54,0x48,0x54,0x94,0x24,0x42, -+0x28,0xaa,0x6c,0x29,0xfe,0x54,0x39,0x7d,0x55,0x55,0x7d,0x55,0x55,0x55,0x55,0x45,0x20,0x28,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x24,0x2c, -+0x0,0x5,0x7e,0x44,0x44,0x7c,0x44,0x47,0x7c,0x44,0x44,0x44,0x7c,0x44,0x0,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x3,0x7c,0x45,0x45,0x7d,0x45,0x45,0x7d,0x44,0x44,0x44,0x7c,0x44,0x0,0x0,0x4,0xfe,0x20,0x20,0x24,0x3e,0x24,0x24,0xfc,0x4,0x4,0x4,0x4,0x44,0x28,0x10, -+0x0,0x1,0x7d,0x45,0x45,0x7d,0x45,0x45,0x7d,0x45,0x45,0x45,0x7d,0x45,0x1,0x0,0x4,0xfe,0x0,0x4,0x84,0x48,0x28,0x10,0x28,0x28,0x44,0x84,0x0,0x4,0xfe,0x0, -+0x0,0x0,0x78,0x4f,0x48,0x7a,0x4a,0x4a,0x7a,0x4a,0x4b,0x48,0x78,0x48,0x0,0x0,0x40,0x40,0x44,0xfe,0x40,0x48,0x48,0x48,0x48,0x48,0xf8,0x48,0x42,0x42,0x3e,0x0, -+0x0,0x8,0x7c,0x48,0x49,0x79,0x4a,0x4a,0x7c,0x48,0x48,0x48,0x78,0x48,0x3,0xc,0x40,0x40,0x40,0x40,0x50,0x48,0x46,0x4a,0x48,0x50,0x50,0x20,0x40,0x80,0x0,0x0, -+0x0,0x8,0x7c,0x4b,0x4a,0x7c,0x48,0x48,0x78,0x48,0x48,0x48,0x79,0x49,0x2,0xc,0x40,0x40,0x40,0xfe,0x42,0x44,0x40,0x40,0x60,0xa0,0xa0,0xa0,0x22,0x22,0x1e,0x0, -+0x11,0x11,0x1f,0x21,0x5f,0x1,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x0,0x10,0xf8,0x0,0xf0,0x4,0xfe,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x10,0x1e,0x12,0x32,0x4a,0x4,0x8,0x30,0xdf,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x8,0xfc,0x88,0x88,0xa8,0x90,0x82,0x7e,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x0,0x4,0x7e,0x44,0x44,0x7d,0x47,0x44,0x7c,0x45,0x45,0x45,0x7d,0x45,0x1,0x1,0x20,0x20,0x40,0x40,0x88,0x4,0xfe,0x2,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0x0,0x7d,0x44,0x44,0x7c,0x47,0x44,0x7c,0x44,0x45,0x44,0x7c,0x44,0x3,0x0,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x8,0x7c,0x48,0x4a,0x7a,0x4a,0x4a,0x7a,0x4a,0x4a,0x4a,0x7a,0x4b,0x6,0x0,0x10,0x90,0x90,0x90,0x90,0x92,0xf6,0x98,0x90,0x90,0x90,0x90,0xf2,0x92,0x1e,0x0, -+0x0,0x4,0x7e,0x45,0x46,0x7c,0x44,0x44,0x7f,0x44,0x44,0x45,0x7c,0x44,0x0,0x3,0x40,0x40,0xfc,0x8,0x90,0x60,0x40,0xa0,0x3e,0x42,0x84,0x44,0x28,0x10,0x60,0x80, -+0x0,0x8,0x7c,0x49,0x4b,0x78,0x49,0x49,0x7a,0x48,0x4f,0x48,0x78,0x48,0x0,0x0,0x40,0x40,0x90,0x8,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x0,0x0,0x78,0x4f,0x48,0x7a,0x49,0x48,0x7f,0x48,0x48,0x49,0x79,0x4a,0x4,0x0,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0x64,0xfe,0xc0,0xe0,0x50,0x48,0x4e,0x44,0x40, -+0x0,0x8,0x7c,0x49,0x4a,0x7c,0x49,0x48,0x7a,0x4a,0x49,0x49,0x79,0x48,0x7,0x0,0x40,0x40,0xa0,0x10,0xe,0x24,0xf0,0x0,0x48,0x48,0x48,0x50,0x50,0x24,0xfe,0x0, -+0x2,0x9,0x7c,0x4b,0x48,0x78,0x4b,0x4a,0x7a,0x4b,0x48,0x49,0x7a,0x44,0x0,0x0,0x8,0x10,0xa0,0xf8,0x48,0x48,0xf8,0x40,0x44,0xfe,0xc4,0x44,0x54,0x48,0x40,0x40, -+0x0,0x8,0x7c,0x49,0x4b,0x78,0x49,0x4a,0x78,0x49,0x49,0x4a,0x7c,0x48,0x1,0x6,0x40,0x40,0x90,0x8,0xfc,0x90,0xc,0x84,0xf8,0x8,0x10,0xa0,0x40,0xa0,0x18,0x6, -+0x0,0xb,0x7e,0x4a,0x4a,0x7a,0x4a,0x4b,0x7a,0x4a,0x4a,0x4a,0x7a,0x42,0x5,0x8,0x4,0xfe,0x20,0x20,0xf8,0x20,0x20,0xfc,0x20,0x20,0xf8,0x20,0x20,0x24,0xfe,0x0, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x45,0x45,0x7d,0x44,0x44,0x44,0x7c,0x41,0x2,0xc,0x44,0x9e,0x4,0x4,0xdc,0x4,0x4,0xfc,0x54,0x50,0x50,0x90,0x92,0x12,0xe,0x0, -+0x0,0x8,0x7c,0x49,0x49,0x7b,0x4d,0x49,0x79,0x49,0x49,0x49,0x79,0x49,0x1,0x1,0xc0,0xa0,0x84,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x0,0x8,0x7f,0x4a,0x4a,0x7b,0x4a,0x4a,0x7b,0x48,0x49,0x4f,0x78,0x48,0x0,0x0,0x40,0x84,0xfe,0x44,0x44,0xfc,0x44,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x1,0x1,0x41,0x7f,0x40,0x9f,0x9,0x32,0xc,0x3f,0xd0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0xf8,0x0,0xfe,0x2,0xf4,0x20,0x98,0x60,0xf0,0x1e,0xf0,0x10,0xf0,0x10,0xf0, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x45,0x45,0x7c,0x47,0x44,0x44,0x7c,0x44,0x1,0x6,0x24,0xae,0x24,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x0,0x3,0x78,0x4a,0x49,0x79,0x4a,0x4d,0x78,0x48,0x4b,0x48,0x78,0x48,0x1,0x6,0x28,0xb0,0xa4,0xa8,0x10,0x8,0xe,0xf4,0x40,0x48,0xfc,0x40,0xa0,0xa0,0x1c,0x8, -+0x7e,0x24,0x18,0xfe,0x2b,0x28,0x48,0x89,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x40,0x44,0x7e,0x88,0x50,0x20,0x50,0x8e,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x0,0x0,0x7b,0x48,0x4f,0x78,0x49,0x4b,0x78,0x4b,0x4a,0x4a,0x7a,0x4a,0x7,0x0,0x40,0x48,0xfc,0x40,0xfe,0x80,0x10,0xf8,0x0,0xfc,0x94,0x94,0x94,0x94,0xfe,0x0, -+0x0,0x7b,0x4a,0x4c,0x49,0x79,0x49,0x49,0x79,0x48,0x48,0x4f,0x78,0x48,0x1,0x2,0x0,0xfe,0x2,0x4,0xf8,0x8,0xf8,0x8,0xf8,0x40,0x24,0xfe,0x0,0x88,0x6,0x2, -+0x0,0x7,0x78,0x48,0x4b,0x7a,0x4a,0x4b,0x78,0x49,0x48,0x4f,0x79,0x4a,0x4,0x0,0x4,0xfe,0x90,0x94,0xfe,0x94,0x94,0xfc,0x0,0xf8,0x0,0xfe,0x50,0x4c,0x44,0xc0, -+0x0,0x9,0x7c,0x48,0x4b,0x7a,0x4d,0x49,0x79,0x49,0x48,0x49,0x78,0x48,0x3,0x0,0x20,0x24,0xa8,0x20,0xfe,0x2,0xfc,0x4,0x4,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x0,0xb,0x7c,0x48,0x4f,0x7a,0x4a,0x4b,0x7a,0x4a,0x4b,0x4a,0x7a,0x4f,0x0,0x0,0x10,0x90,0x90,0x9e,0xe4,0x54,0x54,0xd4,0x54,0x4c,0xc8,0x54,0xf4,0x54,0x62,0x40, -+0x0,0x2,0x79,0x4f,0x49,0x7a,0x4c,0x4a,0x7b,0x4a,0x4a,0x4d,0x79,0x42,0x4,0x0,0x40,0x48,0x50,0xfe,0x50,0x48,0x46,0x8,0xbc,0xa8,0xa8,0x28,0x7e,0x8,0x8,0x8, -+0x8,0xff,0x8,0x7f,0x22,0x3e,0x14,0x1f,0xf0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x10,0xfe,0x10,0x7c,0x44,0x28,0x10,0x28,0x46,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf0, -+0x0,0x3,0x7c,0x54,0x54,0x54,0x54,0x7c,0x54,0x54,0x54,0x54,0x7c,0x44,0x0,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x0,0x1f,0x11,0x11,0x1f,0x11,0x11,0x1f,0x0,0xff,0x8,0x8,0x8,0x8,0x10,0x20,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20, -+0x0,0x4,0x7e,0x54,0x54,0x57,0x54,0x7c,0x54,0x54,0x54,0x55,0x7d,0x42,0x4,0x8,0x40,0x60,0x50,0x50,0x44,0xfe,0x40,0x40,0x40,0xa0,0xa0,0x10,0x10,0x8,0xe,0x4, -+0x0,0x4,0x7e,0x54,0x54,0x55,0x56,0x7c,0x54,0x54,0x54,0x54,0x7c,0x44,0x1,0x2,0x40,0x40,0x40,0x84,0xfe,0x8,0x88,0x88,0x50,0x50,0x20,0x50,0x50,0x88,0x6,0x4, -+0x0,0x4,0x7f,0x55,0x55,0x55,0x55,0x7d,0x55,0x55,0x55,0x55,0x7e,0x42,0x4,0x1,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x44,0x48,0x28,0x28,0x10,0x28,0x28,0x44,0x82, -+0x0,0x4,0x7e,0x54,0x55,0x56,0x54,0x7c,0x57,0x54,0x54,0x55,0x7c,0x44,0x0,0x3,0x40,0x40,0xa0,0xa0,0x18,0x16,0x20,0xc8,0x10,0x20,0x44,0x88,0x10,0x20,0xc0,0x0, -+0x1,0x2,0xc,0x17,0xe0,0x1f,0x9,0x11,0x25,0x2,0x1f,0x11,0x1f,0x11,0x1f,0x10,0x0,0x80,0x60,0xd0,0xe,0xf0,0x20,0x18,0x8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x0,0x4,0x7f,0x56,0x55,0x55,0x55,0x7d,0x55,0x56,0x54,0x54,0x7c,0x45,0x2,0x4,0x40,0x20,0xfe,0x2,0x4,0xde,0x54,0x54,0x54,0xd4,0x5c,0x94,0x90,0x12,0xe,0x0, -+0x0,0x5,0x7e,0x54,0x57,0x54,0x55,0x7d,0x55,0x55,0x55,0x54,0x7d,0x44,0x3,0x0,0x20,0xfc,0x88,0x50,0xfe,0x0,0xfc,0x24,0xfc,0x24,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x0,0x3f,0x24,0x24,0x24,0x3f,0x0,0xff,0x0,0x1,0x3,0x5,0x19,0x61,0x1,0x1,0x8,0xfc,0x48,0x48,0x48,0xf8,0x4,0xfe,0x80,0x0,0x0,0x60,0x18,0x4,0x0,0x0, -+0x0,0x3f,0x24,0x24,0x24,0x3f,0x0,0x3f,0x1,0x11,0x11,0x11,0x11,0x11,0xff,0x0,0x8,0xfc,0x48,0x48,0x48,0xf8,0x0,0xfc,0x0,0x10,0xf8,0x0,0x0,0x4,0xfe,0x0, -+0x0,0x7f,0x44,0x44,0x7f,0x1,0x1,0xff,0x1,0x1,0x1f,0x10,0x10,0x10,0x1f,0x10,0x4,0xfe,0x44,0x44,0xfc,0x0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x7f,0x44,0x44,0x7f,0x1,0xff,0x0,0x3f,0x0,0x3f,0x0,0x1f,0x10,0x10,0x1f,0x4,0xfe,0x44,0x44,0xfc,0x0,0xfe,0x0,0xf8,0x0,0xf8,0x0,0xf0,0x10,0x10,0xf0, -+0x0,0x7f,0x44,0x44,0x7f,0x2,0xff,0x4,0x9,0x3f,0xd1,0x1f,0x11,0x1f,0x1,0x0,0x4,0xfe,0x44,0x44,0xfc,0x0,0xfe,0x40,0x20,0xf8,0x16,0xf0,0x10,0xf4,0x4,0xfc, -+0x0,0x7f,0x44,0x44,0x7f,0x1,0x3f,0x1,0xff,0x2,0x4,0x1f,0x0,0x24,0x22,0x42,0x4,0xfe,0x44,0x44,0xfc,0x0,0xf8,0x0,0xfe,0x0,0x20,0xf0,0x0,0x88,0x44,0x44, -+0x0,0x7f,0x44,0x44,0x7f,0x1,0xff,0x1,0x3f,0x24,0x2f,0x21,0x3f,0x21,0x21,0x20,0x4,0xfe,0x44,0x44,0xfc,0x0,0xfe,0x8,0xfc,0x48,0xe8,0x8,0xf8,0x8,0x28,0x10, -+0x0,0x7f,0x44,0x44,0x7f,0x11,0x11,0x5b,0x52,0x97,0x1a,0x13,0x12,0x12,0x13,0x12,0x4,0xfe,0x44,0x44,0xfc,0x40,0x24,0xfe,0x20,0xfc,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x0,0x7f,0x44,0x7f,0x22,0xff,0x22,0x3e,0x8,0x7f,0x49,0x7f,0x8,0xff,0x8,0x8,0x4,0xfe,0x44,0xfc,0x0,0xf8,0x8,0x48,0x48,0x48,0x7c,0x4,0xf4,0x4,0x14,0x8, -+0x0,0x3f,0x24,0x3f,0x8,0x7f,0x51,0x49,0x7f,0x40,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x8,0xfc,0x48,0xf8,0x20,0xfc,0x14,0x24,0xfc,0x4,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x1,0x1,0x3f,0x1,0x1,0x7f,0x4,0x8,0x1f,0x0,0x3f,0x24,0x24,0x24,0xff,0x0,0x0,0x10,0xf8,0x0,0x8,0xfc,0x0,0x20,0xf0,0x8,0xfc,0x48,0x48,0x48,0xfe,0x0, -+0x9,0x71,0x4d,0x45,0x75,0x49,0x41,0x75,0x42,0x3f,0x24,0x24,0x24,0x24,0xff,0x0,0x4,0x3e,0xc4,0x84,0x5c,0x44,0x24,0x1c,0x4,0xf8,0x48,0x48,0x48,0x48,0xfe,0x0, -+0x0,0x45,0x29,0xff,0x1,0x28,0x44,0x1,0x7f,0x45,0x65,0x55,0x4c,0x44,0xff,0x0,0x4,0xfe,0x54,0x54,0xfc,0x84,0xfe,0x44,0xf4,0x54,0x54,0xf4,0x54,0x74,0x94,0x8, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x90,0x14,0xfe,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x90,0x14,0xfe,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x82,0x82,0x82,0x7e,0x0, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x90,0x14,0xfe,0x10,0x10,0x11,0x15,0x19,0x10,0x0,0x0,0x0,0xfc,0x8,0x10,0x20,0x20,0x40,0x40,0x80,0x80,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x90,0x14,0xfe,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x40,0x40,0x40,0x40,0x40,0x60,0x50,0x48,0x44,0x44,0x40,0x40,0x40,0x40,0x40,0x40, -+0x10,0x12,0x1f,0x20,0x24,0x7e,0x90,0x12,0xff,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x4,0x4,0x4,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x4,0x4,0x14,0x8, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x90,0x14,0xfe,0x10,0x10,0x12,0x14,0x18,0x10,0x0,0x0,0x0,0xfc,0x4,0x8,0x30,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x91,0x14,0xfe,0x10,0x10,0x12,0x14,0x18,0x13,0x0,0x20,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x15,0xff,0x11,0x11,0x13,0x15,0x19,0x12,0x4,0x4,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x4,0x4, -+0x10,0x12,0x1f,0x20,0x24,0x7e,0x90,0x12,0xff,0x10,0x10,0x12,0x14,0x18,0x11,0x6,0x4,0xc,0x10,0x20,0x40,0x84,0xc,0x10,0x20,0x42,0x6,0x8,0x10,0x60,0x80,0x0, -+0x12,0x11,0x1c,0x22,0x22,0x7e,0x92,0x12,0xfe,0x12,0x12,0x12,0x16,0x1a,0x12,0x2,0x4,0x7e,0x84,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x4,0x14,0x8, -+0x10,0x14,0x1e,0x20,0x21,0x7c,0x90,0x14,0xfe,0x10,0x10,0x12,0x14,0x18,0x11,0x6,0x0,0x4,0xfe,0x4,0x44,0xa8,0xa8,0x48,0x50,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x10,0x14,0x1e,0x20,0x20,0x7f,0x90,0x14,0xfe,0x11,0x10,0x12,0x14,0x18,0x11,0x6,0x40,0x40,0x40,0x40,0x44,0xfe,0x88,0x88,0x88,0x8,0x88,0x50,0x20,0x50,0x8c,0x4, -+0x10,0x14,0x1f,0x20,0x20,0x7c,0x90,0x14,0xfe,0x11,0x12,0x10,0x14,0x18,0x10,0x0,0x0,0x4,0xfe,0x10,0x10,0x20,0x20,0x60,0xa8,0x26,0x22,0x20,0x20,0x20,0x20,0x20, -+0x10,0x14,0x1e,0x20,0x20,0x7f,0x90,0x14,0xfe,0x10,0x10,0x15,0x19,0x12,0x4,0x8,0x40,0x40,0x40,0x40,0x44,0xfe,0x40,0x40,0xa0,0xa0,0x90,0x10,0x88,0x48,0x46,0x4, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x15,0xff,0x11,0x11,0x11,0x15,0x19,0x11,0x0,0x8,0xfc,0x0,0x0,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0, -+0x10,0x14,0x1f,0x21,0x21,0x7d,0x91,0x15,0xff,0x11,0x11,0x11,0x15,0x1a,0x12,0x5,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x4,0x44,0x48,0x48,0x30,0x10,0x28,0x48,0x86,0x4, -+0x10,0x14,0x1e,0x20,0x21,0x7e,0x94,0x10,0xfe,0x11,0x10,0x12,0x14,0x18,0x10,0x0,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x44,0x40,0x0,0xf8,0x8,0x10,0x10,0x20,0x40,0x80, -+0x10,0x14,0x1e,0x21,0x20,0x7c,0x90,0x14,0xfe,0x10,0x10,0x10,0x15,0x19,0x12,0x4,0x40,0x20,0x24,0xfe,0x40,0x44,0x7e,0x44,0x44,0x44,0x84,0x84,0x4,0x4,0x28,0x10, -+0x10,0x14,0x1e,0x21,0x20,0x7c,0x90,0x14,0xfe,0x10,0x10,0x12,0x15,0x19,0x12,0x4,0x40,0x20,0x4,0xfe,0x0,0x10,0xf8,0x90,0x90,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x10,0x14,0x1e,0x20,0x24,0x7e,0x90,0x14,0xfe,0x10,0x13,0x10,0x14,0x18,0x10,0x0,0x8,0x88,0x48,0x48,0x8,0x88,0x48,0x48,0xe,0x78,0x88,0x8,0x8,0x8,0x8,0x8, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x90,0x11,0xfe,0x10,0x10,0x12,0x14,0x18,0x11,0x2,0x20,0x20,0x20,0x20,0xa4,0xac,0xb0,0x20,0x20,0x50,0x50,0x50,0x88,0x88,0x6,0x4, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xff,0x11,0x11,0x13,0x15,0x19,0x10,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0x24,0xfc,0x4,0x0,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x15,0x1e,0x20,0x20,0x7c,0x90,0x11,0xfe,0x10,0x10,0x12,0x14,0x18,0x13,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x28,0xfc,0x20,0x30,0x28,0x28,0x20,0x24,0xfe,0x0, -+0x10,0x13,0x1e,0x20,0x20,0x7c,0x91,0x11,0xfd,0x11,0x11,0x11,0x15,0x19,0x17,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x14,0x1e,0x20,0x23,0x7c,0x90,0x10,0xfd,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x14,0x1f,0x20,0x20,0x7d,0x91,0x11,0xff,0x11,0x11,0x11,0x14,0x18,0x10,0x0,0x0,0x4,0xfe,0x8,0x8,0xe8,0x28,0x28,0x28,0x28,0xe8,0x8,0x8,0x8,0x28,0x10, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xff,0x11,0x11,0x11,0x15,0x19,0x11,0x0,0x4,0xfe,0x0,0x8,0x7c,0x48,0x48,0x48,0x48,0x48,0x78,0x48,0x0,0x4,0xfe,0x0, -+0x10,0x10,0x1e,0x23,0x20,0x7c,0x91,0x13,0xfd,0x11,0x11,0x11,0x15,0x19,0x10,0x0,0x40,0x40,0x44,0xfe,0x80,0xa0,0x24,0xfe,0x24,0x24,0x24,0x24,0x34,0x28,0x20,0x20, -+0x10,0x14,0x1e,0x20,0x23,0x7c,0x90,0x14,0xfe,0x10,0x10,0x13,0x15,0x19,0x12,0x4,0x40,0x50,0x48,0x48,0xfe,0x40,0x40,0xfc,0x84,0xa4,0xa8,0x28,0x10,0x28,0x46,0x84, -+0x10,0x14,0x1e,0x20,0x21,0x7d,0x91,0x15,0xff,0x11,0x11,0x13,0x15,0x19,0x10,0x0,0x20,0x28,0x24,0x20,0xfe,0x20,0x20,0x24,0x24,0x24,0x18,0x50,0x92,0x2a,0x4a,0x84, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xff,0x11,0x11,0x13,0x15,0x19,0x11,0x1,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x14,0x1f,0x21,0x21,0x7d,0x91,0x11,0xff,0x11,0x11,0x11,0x14,0x18,0x13,0x0,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0xfe,0x0, -+0x10,0x14,0x1f,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x10,0x1d,0x21,0x21,0x7d,0x91,0x15,0xfe,0x10,0x10,0x10,0x15,0x1a,0x10,0x0,0x8,0x1c,0xe0,0x0,0x20,0x20,0x24,0xfe,0x20,0x20,0xa8,0xa4,0x26,0x22,0xa0,0x40, -+0x10,0x10,0x1e,0x23,0x20,0x7c,0x91,0x15,0xff,0x11,0x11,0x11,0x15,0x19,0x10,0x0,0x40,0x20,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0x2c,0x20,0x20, -+0x10,0x10,0x1e,0x23,0x20,0x7c,0x90,0x11,0xfd,0x10,0x10,0x12,0x14,0x19,0x13,0x0,0x40,0x20,0x24,0xfe,0x40,0x40,0x88,0x8,0xf0,0x20,0x40,0x40,0x88,0x4,0xfc,0x4, -+0x10,0x10,0x1e,0x23,0x22,0x7c,0x90,0x14,0xfc,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x40,0x20,0x20,0xfe,0x2,0x84,0x80,0x90,0xb0,0xc0,0x80,0x80,0x82,0x82,0x7e,0x0, -+0x10,0x14,0x1e,0x20,0x20,0x7c,0x90,0x12,0xfe,0x12,0x14,0x10,0x15,0x1a,0x14,0x0,0x0,0x44,0x24,0x28,0x88,0x90,0x90,0xa4,0xa2,0xc2,0x82,0x80,0x84,0x84,0x7c,0x0, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x15,0xff,0x11,0x11,0x11,0x15,0x19,0x12,0x4,0x4,0xfe,0x4,0x4,0xfc,0x0,0x40,0x44,0x4c,0x50,0x60,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x14,0x1e,0x21,0x21,0x7d,0x91,0x15,0xff,0x11,0x11,0x11,0x15,0x1a,0x12,0x5,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xfc,0x8,0x48,0x50,0x20,0x50,0x48,0x8e,0x4, -+0x10,0x15,0x1e,0x20,0x20,0x7c,0x90,0x13,0xfe,0x10,0x10,0x11,0x14,0x18,0x10,0x0,0x0,0xfc,0x88,0x50,0x20,0x50,0x8e,0x24,0xf8,0x20,0x28,0xfc,0x20,0x20,0x20,0x20, -+0x10,0x14,0x1f,0x20,0x24,0x7f,0x90,0x10,0xfd,0x12,0x14,0x12,0x14,0x18,0x10,0x0,0x40,0x44,0xf8,0x50,0x64,0xfe,0x40,0x88,0xfc,0x40,0x7c,0x4,0x4,0x44,0x28,0x10, -+0x10,0x10,0x1d,0x20,0x20,0x7c,0x93,0x10,0xfd,0x12,0x14,0x10,0x14,0x18,0x10,0x0,0x40,0x44,0xfc,0x48,0x50,0x64,0xfe,0x80,0x88,0x98,0xa0,0xc0,0x84,0x84,0x7c,0x0, -+0x10,0x17,0x1d,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x11,0x11,0x17,0x18,0x10,0x0,0x4,0xfe,0x8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x3e,0xc8,0x8,0x8,0x8, -+0x10,0x14,0x1f,0x20,0x21,0x7d,0x93,0x15,0xfd,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x80,0x84,0xfe,0x80,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x10,0x10,0x1c,0x23,0x22,0x7e,0x92,0x13,0xfe,0x12,0x12,0x17,0x1a,0x12,0x4,0x8,0x10,0x18,0x14,0xfe,0x10,0x10,0x10,0xd4,0x54,0x54,0x54,0x58,0x88,0xa,0xa,0x6, -+0x10,0x10,0x1e,0x23,0x20,0x7e,0x91,0x10,0xff,0x10,0x10,0x10,0x15,0x19,0x12,0xc,0x40,0x40,0x48,0xfc,0x40,0x48,0x50,0x44,0xfe,0x40,0xa0,0xa0,0x10,0x10,0xe,0x4, -+0x10,0x10,0x1e,0x23,0x20,0x7c,0x91,0x14,0xff,0x10,0x10,0x10,0x15,0x19,0x12,0x4,0x40,0x40,0x5c,0xe0,0x28,0x32,0xce,0x0,0xfc,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x20,0x2f,0x38,0x22,0x42,0x7c,0xa4,0x27,0xf9,0x21,0x22,0x2a,0x34,0x24,0xa,0x1,0x0,0xfc,0xa4,0xa4,0xa4,0xa8,0xa4,0xe4,0xa2,0xa2,0xa2,0xb4,0xa8,0xa0,0xa0,0x20, -+0x10,0x15,0x1e,0x20,0x20,0x7c,0x93,0x10,0xfe,0x10,0x11,0x10,0x14,0x18,0x13,0x0,0x20,0x24,0xa4,0xa8,0xb0,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x23,0x3a,0x22,0x43,0x78,0xa0,0x27,0xfc,0x24,0x24,0x24,0x2c,0x34,0x20,0x0,0x8,0xfc,0x8,0x8,0xf8,0x40,0x44,0xfe,0x44,0x44,0x44,0x44,0x54,0x48,0x40,0x40, -+0x20,0x27,0x3c,0x24,0x44,0x7c,0xa7,0x24,0xfc,0x24,0x24,0x25,0x2c,0x34,0x27,0x4,0x4,0xfe,0x4,0x44,0x44,0x54,0xfc,0x44,0x44,0xa4,0x94,0x14,0x4,0x4,0xfc,0x4, -+0x10,0x15,0x1f,0x21,0x21,0x7c,0x91,0x14,0xfe,0x11,0x11,0x11,0x15,0x19,0x10,0x0,0x20,0x24,0x24,0x24,0xfc,0x0,0xfc,0x4,0x4,0xfc,0x4,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x11,0x1d,0x21,0x22,0x7e,0x90,0x13,0xfc,0x10,0x10,0x14,0x19,0x12,0x4,0x0,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x60,0x70,0xa8,0xa8,0x24,0x26,0x20,0x20, -+0x10,0x10,0x1c,0x27,0x20,0x7d,0x92,0x13,0xfc,0x10,0x14,0x12,0x15,0x19,0x12,0x4,0x0,0xc,0x70,0x90,0x90,0x14,0x7e,0x90,0x90,0x90,0x94,0xfe,0x0,0x80,0x46,0x3c, -+0x10,0x10,0x1d,0x20,0x20,0x7d,0x90,0x10,0xfc,0x13,0x10,0x12,0x14,0x19,0x13,0x0,0x8,0x3c,0xe0,0x20,0x20,0xfc,0x20,0x20,0x24,0xfe,0x40,0x40,0x90,0x8,0xfc,0x4, -+0x10,0x10,0x1c,0x20,0x21,0x7e,0x94,0x10,0xfc,0x10,0x13,0x10,0x14,0x18,0x10,0x0,0x50,0x50,0x94,0x98,0x90,0xb0,0xd2,0x8e,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x10,0x10,0x1c,0x21,0x22,0x7f,0x90,0x10,0xfc,0x13,0x10,0x10,0x14,0x18,0x17,0x0,0x40,0x40,0xa0,0x10,0x8,0xfe,0x44,0x40,0x40,0xf8,0x40,0x40,0x40,0x48,0xfc,0x0, -+0x10,0x10,0x1e,0x20,0x21,0x7e,0x91,0x10,0xfe,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0x20,0x50,0x88,0x4,0x2,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x11,0x14,0x1e,0x20,0x20,0x7c,0x91,0x10,0xfd,0x10,0x10,0x12,0x15,0x1a,0x10,0x0,0x4,0x8c,0x50,0x20,0x50,0x8c,0x24,0x20,0xfe,0x20,0xa8,0xa4,0x22,0x22,0xa0,0x40, -+0x10,0x14,0x1e,0x20,0x24,0x7e,0x91,0x10,0xfc,0x11,0x16,0x10,0x15,0x19,0x12,0x4,0x20,0xa0,0xa0,0xa0,0xa4,0xac,0xb0,0xa0,0xa0,0xb0,0xa8,0xa8,0x22,0x22,0x1e,0x0, -+0x10,0x14,0x1e,0x21,0x20,0x7d,0x90,0x10,0xfd,0x10,0x10,0x11,0x14,0x18,0x10,0x0,0x40,0x40,0xf8,0x10,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x20,0xa0,0x40, -+0x10,0x14,0x1e,0x21,0x22,0x7d,0x91,0x15,0xff,0x11,0x11,0x13,0x15,0x19,0x10,0x0,0x80,0x80,0xf8,0x10,0x24,0xfe,0x24,0x24,0x24,0xfc,0x4,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x14,0x1e,0x23,0x20,0x7c,0x90,0x15,0xfe,0x10,0x10,0x12,0x14,0x19,0x12,0x0,0x40,0x20,0x24,0xfe,0x40,0x88,0x84,0xfc,0x90,0x90,0x90,0x90,0x92,0x12,0xe,0x0, -+0x20,0x24,0x3b,0x41,0x40,0x74,0xa2,0x22,0xf8,0x21,0x22,0x22,0x2c,0x35,0x22,0x0,0x0,0xfc,0x8,0x10,0x20,0x44,0xfe,0x54,0x54,0x54,0x54,0x94,0xa4,0x24,0x54,0x88, -+0x10,0x10,0x1e,0x23,0x22,0x7c,0x90,0x17,0xfc,0x10,0x11,0x10,0x14,0x18,0x11,0x2,0x40,0x20,0x20,0xfe,0x2,0x44,0x40,0xfe,0x88,0x88,0x8,0x90,0x60,0x90,0xc,0x4, -+0x11,0x11,0x1d,0x27,0x21,0x7d,0x91,0x11,0xfd,0x12,0x11,0x14,0x19,0x12,0x4,0x0,0x0,0x0,0x4,0xde,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x94,0x54,0x5c,0x14,0x0, -+0x10,0x10,0x1f,0x20,0x20,0x7b,0x92,0x12,0xfd,0x10,0x10,0x10,0x14,0x18,0x11,0x2,0x88,0x88,0xfe,0x88,0x88,0xfe,0x42,0x44,0xfe,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x20,0x20,0x3b,0x40,0x42,0x79,0xa0,0x27,0xf8,0x20,0x21,0x21,0x2a,0x34,0x28,0x0,0x40,0x40,0xfc,0x40,0x48,0x50,0x44,0xfe,0x40,0xe0,0x50,0x50,0x48,0x46,0x44,0x40, -+0x20,0x20,0x38,0x47,0x40,0x7a,0xa1,0x20,0xfa,0x22,0x26,0x2a,0x2a,0x32,0x21,0x0,0x20,0x28,0x24,0xfe,0x20,0x20,0xa0,0xa0,0x10,0x90,0x50,0x50,0x90,0x8a,0x86,0x2, -+0x20,0x22,0x3a,0x42,0x42,0x7a,0xa2,0x22,0xf8,0x20,0x20,0x25,0x28,0x30,0x23,0x0,0x80,0xfc,0xa4,0xa8,0x90,0xa8,0xa6,0xc4,0x80,0xa0,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x90,0x13,0xfc,0x10,0x11,0x10,0x14,0x18,0x13,0x0,0x4,0xfe,0x4,0x4,0x4,0xfc,0x0,0xfe,0x20,0x20,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xff,0x10,0x11,0x10,0x14,0x18,0x13,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x24,0x20,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x1c,0x21,0x21,0x7e,0x90,0x13,0xfc,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0xa0,0xa4,0xfe,0x20,0x20,0x24,0xfe,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x1c,0x23,0x20,0x7f,0x90,0x10,0xfc,0x11,0x12,0x10,0x14,0x18,0x12,0x1,0x10,0x58,0x94,0x90,0x90,0xfe,0x90,0x94,0xd4,0x98,0x90,0xb0,0xd2,0x92,0x8a,0x4, -+0x10,0x14,0x1e,0x21,0x21,0x7d,0x91,0x12,0xfc,0x10,0x11,0x10,0x14,0x18,0x13,0x0,0x20,0x20,0x20,0x24,0x24,0x28,0xac,0x72,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x14,0x1f,0x20,0x21,0x7c,0x90,0x10,0xfd,0x10,0x11,0x10,0x14,0x18,0x10,0x0,0x8,0x1c,0xe0,0x44,0x24,0xa8,0x90,0x8,0xfe,0x8,0x8,0x88,0x88,0x8,0x28,0x10, -+0x10,0x14,0x1f,0x20,0x20,0x7d,0x93,0x10,0xfd,0x11,0x11,0x11,0x15,0x19,0x12,0x4,0x40,0x24,0xfe,0x80,0x90,0x8,0xfc,0x4,0x50,0x50,0x50,0x50,0x52,0x52,0x4e,0x0, -+0x12,0x11,0x1c,0x22,0x22,0x7f,0x92,0x12,0xfe,0x13,0x12,0x12,0x16,0x1b,0x12,0x2,0x4,0x7e,0x84,0x4,0x4,0xfc,0x94,0x94,0x94,0xfc,0x94,0x94,0x94,0x14,0x4,0xc, -+0x12,0x11,0x1c,0x22,0x22,0x7e,0x92,0x12,0xfe,0x12,0x12,0x12,0x16,0x1a,0x12,0x2,0x4,0x7e,0x84,0x4,0x4,0xf4,0x94,0x94,0xf4,0x94,0x94,0xf4,0x94,0x4,0x14,0x8, -+0x10,0x14,0x1f,0x21,0x21,0x7d,0x91,0x11,0xfd,0x11,0x11,0x13,0x15,0x19,0x11,0x1,0x40,0x28,0xfc,0x8,0x8,0xf8,0x8,0x8,0xfc,0x48,0x50,0x20,0x10,0x48,0x86,0x0, -+0x10,0x11,0x1e,0x20,0x20,0x7d,0x90,0x13,0xfe,0x14,0x10,0x12,0x14,0x18,0x10,0x3,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x0,0xfe,0x2,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x13,0x1e,0x22,0x23,0x7e,0x92,0x13,0xfe,0x12,0x12,0x16,0x1a,0x12,0x4,0x8,0x4,0xfe,0x4,0x4,0xfc,0x0,0x4,0xfe,0x4,0xf4,0x94,0x94,0xf4,0x4,0x14,0x8, -+0x20,0x27,0x3d,0x45,0x45,0x7e,0xa5,0x25,0xfd,0x25,0x27,0x25,0x2c,0x34,0x24,0x4,0x0,0x4,0xfe,0x4,0x4,0x74,0x54,0x54,0x54,0x54,0x54,0x74,0x44,0x4,0x14,0x8, -+0x10,0x14,0x1f,0x20,0x21,0x7c,0x93,0x10,0xfd,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x10,0x10,0x1f,0x20,0x20,0x7c,0x97,0x10,0xfc,0x11,0x13,0x15,0x11,0x19,0x11,0x1,0x88,0x88,0xfe,0x88,0x40,0x44,0xfe,0x80,0x84,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x1f,0x20,0x21,0x7e,0x95,0x10,0xfd,0x11,0x1f,0x11,0x15,0x19,0x12,0x4,0x40,0x44,0xfe,0xa0,0x10,0x4e,0xf4,0x40,0x50,0x14,0xfe,0x10,0x10,0x10,0x10,0x10, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x90,0x15,0xfe,0x10,0x13,0x10,0x14,0x18,0x10,0x0,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x0,0xfc,0x8,0x8,0xfe,0x88,0x48,0x8,0x28,0x10, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xfc,0x13,0x10,0x10,0x14,0x19,0x12,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x70,0xa8,0x26,0x24,0x20, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xfe,0x11,0x11,0x13,0x15,0x19,0x11,0x0,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x10,0x14,0xd8,0x10,0x12,0x52,0x8e,0x0, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xff,0x11,0x11,0x13,0x15,0x19,0x11,0x1,0x4,0xfe,0x4,0x24,0x24,0xfc,0x24,0x24,0x74,0x54,0x54,0x74,0x54,0x4,0xfc,0x4, -+0x11,0x11,0x1d,0x22,0x22,0x7c,0x91,0x11,0xfe,0x10,0x13,0x13,0x15,0x19,0x10,0x0,0x0,0x4,0xfe,0x94,0x94,0xa4,0x24,0x54,0x8,0x40,0x28,0x26,0xa,0x8,0xf8,0x0, -+0x10,0x14,0x1f,0x20,0x21,0x7c,0x90,0x13,0xfc,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x40,0x28,0xfc,0x0,0x8,0x90,0x4,0xfe,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x12,0x1d,0x20,0x23,0x7c,0x97,0x10,0xfd,0x13,0x15,0x11,0x15,0x19,0x11,0x0,0x40,0x48,0x50,0x40,0xfc,0x40,0xfe,0xa0,0x10,0xf8,0x16,0x10,0x50,0x24,0x4,0xfc, -+0x10,0x14,0x1e,0x20,0x21,0x7c,0x90,0x13,0xfe,0x10,0x10,0x11,0x14,0x18,0x10,0x3,0x20,0x24,0xac,0xb0,0x20,0x58,0x86,0x22,0x20,0xa4,0xac,0x30,0x50,0x50,0x8e,0x4, -+0x21,0x21,0x3a,0x44,0x42,0x79,0xa1,0x27,0xfc,0x24,0x27,0x24,0x2c,0x34,0x27,0x4,0x24,0x24,0x48,0x90,0x48,0x24,0x24,0xfe,0x44,0x44,0xfc,0x44,0x44,0x44,0xfc,0x4, -+0x21,0x21,0x3f,0x41,0x47,0x79,0xa7,0x21,0xf9,0x20,0x27,0x20,0x28,0x30,0x21,0x6,0x0,0x4,0xfe,0x14,0xd4,0x14,0xd4,0x24,0x4c,0x40,0xfe,0x40,0xa0,0x90,0xe,0x4, -+0x10,0x12,0x1f,0x22,0x22,0x7e,0x93,0x10,0xfd,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x20,0x24,0xa8,0x30,0x22,0xa2,0x5e,0x88,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x11,0x1d,0x21,0x21,0x7d,0x91,0x11,0xfd,0x10,0x12,0x12,0x14,0x18,0x10,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4,0x40,0xa8,0xa4,0x8a,0x8a,0x78,0x0, -+0x10,0x15,0x1f,0x21,0x21,0x7c,0x91,0x10,0xff,0x10,0x10,0x10,0x14,0x18,0x10,0x0,0x0,0xdc,0x54,0x54,0xdc,0x8,0xfc,0x0,0xfe,0x80,0xf8,0x8,0x8,0x8,0x50,0x20, -+0x20,0x20,0x3b,0x40,0x48,0x7f,0xa0,0x21,0xfe,0x24,0x24,0x27,0x2c,0x34,0x27,0x4,0x8,0x7c,0xc0,0x40,0x44,0xfe,0x40,0x44,0x5e,0x44,0x44,0x5c,0x44,0x44,0xfc,0x4, -+0x10,0x10,0x1d,0x21,0x21,0x7d,0x91,0x11,0xfe,0x11,0x10,0x12,0x14,0x18,0x11,0x6,0x20,0xac,0x24,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x13,0x1c,0x21,0x20,0x7d,0x90,0x13,0xfc,0x10,0x11,0x11,0x16,0x1a,0x14,0x1,0x3c,0xc0,0x24,0x24,0xa8,0xfc,0x40,0xfe,0x80,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x14,0x1f,0x20,0x21,0x7d,0x91,0x11,0xfe,0x10,0x10,0x10,0x15,0x1a,0x14,0x0,0x40,0x24,0xfe,0x0,0xfc,0x4,0x4,0xfc,0x40,0x44,0xa8,0x90,0x90,0xa8,0xc6,0x84, -+0x10,0x11,0x1c,0x20,0x23,0x7c,0x90,0x11,0xfc,0x13,0x10,0x11,0x14,0x18,0x10,0x3,0x20,0x24,0xa8,0x20,0xfe,0x70,0xa8,0x26,0x40,0xfe,0x88,0x8,0xd0,0x30,0xcc,0x4, -+0x21,0x21,0x39,0x45,0x43,0x79,0xa1,0x21,0xfb,0x25,0x29,0x21,0x29,0x31,0x21,0x1,0x20,0x20,0x3c,0x44,0xa8,0x10,0x28,0x48,0xfe,0x8,0x48,0x28,0x28,0x8,0x28,0x10, -+0x21,0x21,0x3f,0x41,0x47,0x7d,0xa7,0x21,0xfb,0x22,0x22,0x22,0x2a,0x30,0x21,0x6,0x10,0x14,0xfe,0x14,0xfc,0x10,0xfe,0x12,0xfe,0x8,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x10,0x15,0x1f,0x21,0x21,0x7d,0x91,0x11,0xfe,0x12,0x12,0x16,0x1a,0x12,0x4,0x8,0x4,0xfe,0x24,0x24,0xfc,0x0,0xfc,0x84,0x84,0xfc,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x11,0x11,0x1f,0x21,0x23,0x7e,0x93,0x12,0xff,0x10,0x10,0x17,0x14,0x18,0x11,0x6,0x10,0x14,0xfe,0x10,0xf8,0x8,0xf8,0x8,0xf8,0x40,0x44,0xfe,0x40,0xa0,0x1c,0x8, -+0x20,0x27,0x38,0x43,0x42,0x7a,0xa3,0x20,0xff,0x25,0x24,0x27,0x2c,0x34,0x24,0x4,0x8,0xfc,0x0,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x14,0xa4,0xfc,0x44,0x44,0x54,0x8, -+0x10,0x10,0x1d,0x21,0x23,0x7d,0x91,0x11,0xfd,0x11,0x13,0x10,0x14,0x19,0x12,0x4,0xa0,0xa8,0xfc,0x20,0xf8,0x20,0xf8,0x20,0xfe,0x0,0xf8,0x88,0x9c,0x4,0x28,0x10, -+0x20,0x20,0x39,0x43,0x44,0x7b,0xa2,0x23,0xf8,0x27,0x20,0x23,0x28,0x37,0x20,0x0,0x40,0xa0,0x10,0xf8,0x6,0xf8,0x8,0xf8,0x1c,0xe0,0x40,0xf8,0x40,0xfe,0x40,0xc0, -+0x20,0x27,0x3c,0x44,0x45,0x7d,0xa6,0x20,0xff,0x24,0x24,0x27,0x2c,0x34,0x27,0x4,0x84,0x7e,0x24,0x24,0x24,0xa4,0x54,0x88,0xfc,0x44,0x44,0xfc,0x44,0x44,0xfc,0x4, -+0x10,0x14,0x1e,0x20,0x23,0x7c,0x90,0x15,0xfe,0x11,0x11,0x11,0x15,0x19,0x13,0x0,0x0,0x88,0x50,0x4,0xfe,0x50,0x8c,0x4,0x0,0xfc,0x54,0x54,0x54,0x54,0xfe,0x0, -+0x10,0x12,0x1f,0x22,0x24,0x7f,0x90,0x10,0xff,0x10,0x13,0x10,0x14,0x1b,0x10,0x0,0x40,0x20,0xfe,0x2,0x4,0xfe,0x40,0xc4,0x68,0xb0,0x30,0x68,0xa8,0x26,0xa4,0x40, -+0x10,0x12,0x1f,0x22,0x24,0x7d,0x91,0x11,0xfd,0x11,0x11,0x17,0x14,0x19,0x12,0x4,0x40,0x20,0xfe,0x2,0x34,0xc0,0x8,0xfc,0x10,0x10,0x14,0xfe,0x0,0x10,0xc,0x4, -+0x10,0x13,0x1c,0x20,0x21,0x7d,0x91,0x15,0xfe,0x11,0x10,0x13,0x14,0x19,0x12,0x0,0x4,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x0,0xfc,0x0,0xfe,0xa8,0x26,0x22,0x60, -+0x20,0x22,0x39,0x40,0x47,0x7c,0xa9,0x21,0xf9,0x21,0x20,0x23,0x28,0x30,0x2f,0x0,0x40,0x48,0x50,0x40,0xfe,0x2,0xf4,0x10,0x10,0xf0,0x40,0xf8,0x40,0x44,0xfe,0x0, -+0x20,0x23,0x3a,0x43,0x42,0x7b,0xa0,0x27,0xfc,0x27,0x20,0x23,0x29,0x30,0x23,0xc,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x4,0xfe,0xa4,0xfc,0x0,0xf8,0x10,0xe0,0x10,0xe, -+0x20,0x27,0x3c,0x47,0x44,0x7f,0xa0,0x21,0xfb,0x20,0x20,0x27,0x29,0x32,0x24,0x0,0x4,0xfe,0x44,0xfc,0x44,0xfc,0x80,0x8,0xf0,0x20,0x48,0xfc,0x50,0x4c,0x44,0xc0, -+0x20,0x27,0x3c,0x45,0x44,0x7f,0xa4,0x25,0xfc,0x25,0x25,0x25,0x2d,0x35,0x29,0x11,0x20,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x24,0x2c, -+0x22,0x21,0x39,0x47,0x42,0x7a,0xa3,0x22,0xfa,0x22,0x22,0x22,0x2c,0x34,0x29,0x0,0x20,0x20,0x24,0xfe,0x40,0x20,0xbc,0xd0,0x94,0xfe,0x90,0x90,0xa8,0xa6,0xc2,0x0, -+0x24,0x22,0x38,0x4f,0x44,0x7c,0xa7,0x25,0xfd,0x25,0x25,0x2d,0x35,0x25,0xb,0x11,0x40,0x40,0x44,0xfe,0x80,0x0,0x7e,0x14,0x10,0x54,0x5e,0x50,0x50,0x70,0x9e,0x4, -+0x20,0x28,0x3f,0x41,0x40,0x7f,0xa4,0x24,0xff,0x24,0x25,0x25,0x2d,0x35,0x24,0x4,0x80,0x44,0xfe,0x10,0xa4,0xfe,0x44,0x54,0xfc,0x44,0xf4,0x14,0x14,0xf4,0x4,0xc, -+0x10,0x13,0x1c,0x21,0x21,0x7d,0x90,0x15,0xff,0x11,0x11,0x11,0x14,0x1b,0x10,0x0,0x4,0xfe,0x50,0xfc,0x54,0xfc,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x20, -+0x20,0x2f,0x38,0x4a,0x49,0x7f,0xa8,0x2a,0xfa,0x2a,0x2b,0x28,0x38,0x29,0x12,0x24,0x4,0xfe,0x8,0x28,0x48,0xee,0x92,0xa4,0xa8,0xa8,0xe8,0xa8,0x94,0x14,0x24,0x42, -+0x20,0x24,0x3a,0x40,0x4f,0x79,0xa0,0x27,0xf8,0x23,0x20,0x27,0x28,0x30,0x21,0x6,0xa0,0xa4,0xa8,0xa0,0xfe,0x10,0xa0,0xfc,0x40,0xf8,0x40,0xfc,0x40,0xa0,0x1c,0x8, -+0x10,0x10,0x1d,0x23,0x21,0x7d,0x91,0x11,0xfc,0x13,0x10,0x11,0x15,0x19,0x11,0x1,0x80,0xf8,0x10,0xfc,0x24,0xfc,0x24,0xfc,0x0,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc, -+0x22,0x21,0x3f,0x40,0x47,0x7c,0xa4,0x27,0xf8,0x27,0x20,0x21,0x2f,0x31,0x25,0x2,0x10,0x10,0xf4,0x1e,0xe4,0x54,0x54,0xd4,0x14,0xc8,0x88,0xd4,0x14,0x24,0x22,0x40, -+0x24,0x22,0x39,0x44,0x47,0x7c,0xa5,0x25,0xfd,0x25,0x25,0x24,0x2d,0x36,0x24,0x4,0x4,0xfe,0x44,0x54,0xfc,0x44,0xf4,0x54,0xf4,0x54,0xf4,0xe4,0x54,0x4c,0x44,0x4c, -+0x11,0x10,0x1f,0x20,0x22,0x7d,0x90,0x17,0xfc,0x11,0x11,0x11,0x15,0x19,0x11,0x1,0x8,0x90,0xfc,0x90,0x94,0x98,0x90,0xfe,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8, -+0x20,0x20,0x3f,0x45,0x4a,0x78,0xa3,0x22,0xfb,0x20,0x23,0x22,0x2b,0x32,0x20,0x0,0x80,0x40,0xfe,0x12,0x4c,0x40,0xf8,0x48,0xf8,0x40,0xf8,0x48,0xf8,0x48,0x40,0x40, -+0x20,0x27,0x39,0x41,0x41,0x7f,0xa4,0x24,0xfc,0x27,0x21,0x21,0x29,0x31,0x2a,0x4,0x4,0x7e,0x44,0x44,0x7c,0x10,0xfe,0x92,0x92,0x92,0xfe,0x10,0x10,0x14,0xfe,0x42, -+0x20,0x23,0x38,0x42,0x41,0x7b,0xa4,0x23,0xfa,0x22,0x23,0x20,0x29,0x30,0x2f,0x0,0x28,0xb0,0xa4,0x98,0x10,0xf8,0x4,0xfa,0x8,0x8,0xf8,0x0,0x10,0xa4,0xfe,0x0, -+0x21,0x27,0x39,0x41,0x42,0x7f,0xa2,0x23,0xfa,0x23,0x22,0x23,0x29,0x30,0x23,0xc,0x8,0xfe,0x28,0xfe,0x20,0xfc,0x20,0xfc,0x20,0xfe,0x0,0xf8,0x10,0xe0,0x18,0x6, -+0x20,0x27,0x3c,0x44,0x47,0x79,0xa3,0x24,0xf8,0x27,0x24,0x27,0x28,0x30,0x27,0x0,0x4,0xfe,0xa4,0xa4,0xfc,0x0,0xfc,0x84,0x84,0xf4,0x94,0xf4,0x84,0xa4,0xf4,0x8, -+0x20,0x28,0x3f,0x41,0x48,0x7f,0xa0,0x23,0xfe,0x23,0x22,0x2b,0x30,0x25,0x9,0x0,0x80,0x48,0xfc,0x10,0xa4,0xfe,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x40,0x24,0xa,0xf8, -+0x20,0x20,0x3f,0x45,0x41,0x7a,0xa7,0x2d,0xf3,0x24,0x2b,0x20,0x29,0x32,0x24,0x0,0x80,0x40,0xfe,0x2,0xbc,0xa4,0xa8,0x10,0xf8,0x6,0xf8,0x40,0x50,0x4c,0x44,0xc0, -+0x20,0x20,0x3f,0x44,0x47,0x7c,0xa7,0x25,0xfd,0x25,0x25,0x2d,0x34,0x25,0x9,0x12,0x40,0x24,0xfe,0x90,0xfc,0x94,0xfc,0x10,0xd4,0x18,0x52,0x8e,0x0,0x54,0x52,0x2, -+0x20,0x20,0x3b,0x40,0x4f,0x78,0xa3,0x2a,0xff,0x22,0x23,0x20,0x2b,0x30,0x2f,0x0,0x8,0x1c,0xe0,0x44,0xfe,0x40,0xf8,0x48,0xf8,0x48,0xf8,0x40,0xf8,0x40,0xfe,0x0, -+0x20,0x23,0x20,0x3c,0x50,0x93,0x12,0xfe,0x12,0x13,0x10,0x28,0x24,0x44,0x81,0x0,0x44,0xe4,0x44,0x44,0x44,0xc4,0x44,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0x44,0x84, -+0x20,0x20,0x22,0x3e,0x52,0x92,0x15,0xfc,0x10,0x10,0x13,0x28,0x24,0x40,0x8f,0x0,0x40,0x40,0x48,0x48,0x48,0x48,0x54,0xe2,0x40,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x20,0x20,0x20,0x3d,0x51,0x93,0x15,0xfd,0x11,0x11,0x11,0x29,0x25,0x45,0x81,0x1,0x80,0xa0,0x94,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x0,0xe,0xf2,0x12,0x12,0xfe,0x13,0x32,0x3a,0x56,0x52,0x92,0x12,0x13,0x12,0x10,0x20,0x20,0x20,0x20,0x20,0x24,0xac,0x30,0x20,0x20,0x20,0x20,0xa2,0x22,0x1e,0x0, -+0x0,0xc,0xf0,0x13,0x12,0xfe,0x12,0x33,0x38,0x54,0x51,0x92,0x14,0x10,0x10,0x10,0x40,0x50,0x78,0xc0,0x40,0x40,0x44,0xfe,0x44,0xc4,0x44,0x54,0x48,0x40,0x40,0x40, -+0x0,0xc,0xf0,0x17,0x10,0xfc,0x13,0x30,0x38,0x55,0x51,0x92,0x14,0x10,0x10,0x10,0x40,0x40,0x44,0xfe,0x40,0x48,0xfc,0xc0,0xe0,0x50,0x50,0x48,0x4e,0x44,0x40,0x40, -+0x0,0xc,0xf0,0x10,0x17,0xfc,0x10,0x30,0x38,0x55,0x51,0x91,0x12,0x14,0x18,0x10,0x40,0x50,0x48,0x48,0xfe,0x40,0x40,0xc0,0xe0,0x50,0x50,0x48,0x4e,0x44,0x40,0x40, -+0x0,0xd,0xf1,0x11,0x11,0xfd,0x11,0x30,0x38,0x57,0x52,0x92,0x12,0x12,0x13,0x12,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x0,0xc,0xf0,0x17,0x10,0xfc,0x11,0x31,0x3a,0x54,0x50,0x92,0x12,0x12,0x13,0x10,0x80,0xa0,0x94,0xfe,0xa0,0xa0,0x22,0x22,0x1e,0x40,0x40,0x48,0x48,0x48,0xf8,0x8, -+0x8,0xc,0xf7,0x12,0x11,0xfc,0x13,0x30,0x38,0x54,0x57,0x90,0x10,0x10,0x11,0x10,0x8,0x3c,0xc0,0x48,0x50,0x0,0xf8,0x10,0x60,0x44,0xfe,0x40,0x40,0x40,0x40,0x80, -+0x0,0xc,0xf3,0x12,0x12,0xff,0x12,0x32,0x3b,0x56,0x52,0x92,0x12,0x12,0x13,0x12,0x80,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x84,0x4c,0x50,0x20,0x90,0xe,0x4, -+0x4,0xf,0xf1,0x11,0x15,0xff,0x11,0x31,0x38,0x57,0x50,0x90,0x10,0x11,0x12,0x10,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x70,0xa8,0x26,0x24,0x20, -+0x0,0xc,0xf0,0x10,0x11,0xfe,0x14,0x31,0x38,0x54,0x50,0x95,0x15,0x19,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x44,0xf0,0x10,0xa0,0x40,0x44,0x12,0x12,0xf0,0x0, -+0x0,0xc,0xf7,0x10,0x13,0xfe,0x13,0x32,0x3b,0x56,0x53,0x92,0x1f,0x11,0x12,0x14,0x40,0x48,0xfc,0x40,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x10,0xc,0x4, -+0x0,0xd,0xf1,0x11,0x11,0xfd,0x11,0x31,0x39,0x56,0x50,0x91,0x12,0x10,0x11,0x16,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x44,0x7a,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x0,0xc,0xf7,0x10,0x12,0xf9,0x17,0x30,0x3f,0x54,0x55,0x95,0x15,0x14,0x17,0x14,0x40,0x48,0xfc,0x40,0x48,0x50,0xfe,0x4,0xfe,0x4,0xf4,0x14,0xf4,0x4,0xfc,0x4, -+0x0,0x6,0x78,0x9,0xff,0x1c,0x2a,0x48,0x14,0x2a,0x6b,0x9c,0x1a,0x69,0x8,0x18,0x20,0x20,0x24,0x3e,0xa0,0x20,0x24,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x4,0xe,0xf1,0x12,0xfe,0x10,0x38,0x56,0x92,0x7c,0x44,0x7d,0x46,0x7c,0x44,0x1,0x84,0xfe,0x0,0xfc,0x84,0xfc,0x84,0xfc,0x40,0xfc,0x84,0x88,0x50,0x20,0x50,0x8e, -+0x4,0xb,0xf0,0x17,0x14,0xff,0x11,0x37,0x39,0x57,0x51,0x9f,0x11,0x13,0x1d,0x11,0x40,0xfe,0x0,0xbc,0xa4,0xbc,0x10,0xfc,0x10,0xf8,0x10,0xfe,0x48,0x30,0x8e,0x4, -+0x10,0x10,0x21,0x7d,0x45,0x45,0x45,0x7d,0x45,0x45,0x45,0x45,0x7e,0x42,0x4,0xb,0x8,0x1c,0xe0,0x0,0x0,0x0,0xfc,0x4,0x84,0x88,0x48,0x50,0x20,0x50,0x8e,0x4, -+0x10,0x10,0x20,0x7f,0x48,0x49,0x4a,0x4d,0x79,0x48,0x48,0x48,0x48,0x79,0x42,0xc,0x80,0x40,0x44,0xfe,0x0,0x10,0xc,0x14,0x10,0xa0,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x10,0x11,0x21,0x79,0x49,0x4a,0x48,0x4f,0x78,0x49,0x49,0x49,0x49,0x79,0x49,0x1,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x8,0xfe,0x8,0x1c,0x2a,0x48,0x89,0xa,0x1f,0x10,0x1f,0x10,0x10,0x1f,0x10,0xc,0xf0,0x80,0x84,0xfe,0x90,0x90,0x10,0x10,0xf8,0x10,0xf0,0x10,0x10,0xf0,0x10, -+0x10,0x17,0x20,0x7a,0x4f,0x48,0x49,0x4a,0x7f,0x4a,0x4a,0x4b,0x4a,0x7a,0x4b,0x2,0x38,0xc0,0x48,0x54,0xfe,0xe0,0x50,0x48,0xfe,0x48,0x48,0xf8,0x48,0x48,0xf8,0x8, -+0x2,0x7,0x7a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x29,0x2a,0x5e,0x40,0x80,0x10,0x10,0x50,0x54,0x7e,0x90,0x14,0xfe,0x10,0x28,0x26,0x42,0x80,0x40,0x3e,0x4, -+0x10,0x12,0xff,0x28,0x26,0x42,0xbc,0x0,0xfe,0x20,0x7c,0x4,0x4,0x44,0x29,0x12,0x0,0xc,0xf8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xc8,0xd4,0x74,0x2, -+0x0,0x7f,0x4,0x2,0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x21,0x21,0x20,0x10,0xf8,0x20,0xc0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x20,0x20,0x21,0x29,0xfd,0x29,0x29,0x29,0x29,0x29,0x28,0x2a,0x4d,0x48,0x80,0x0,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x4,0x4,0x2,0xff,0x0,0x4,0x1f,0x14,0x12,0x10,0x10,0x1f,0x0,0x7f,0x0,0x0,0x80,0x44,0x7e,0x80,0x82,0x62,0xfe,0x20,0x20,0xa0,0x44,0xfe,0x4,0xe4,0x14,0x8, -+0x0,0x40,0x49,0x59,0x61,0x45,0x45,0x3d,0x11,0x11,0xfe,0x10,0x13,0x10,0x10,0x10,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x10,0x11,0x51,0x7f,0x53,0x95,0x11,0x11,0x29,0x28,0x2a,0x4d,0x48,0x80,0x0,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x10,0x11,0x15,0xff,0x11,0x11,0x11,0x7d,0x45,0x44,0x44,0x47,0x7c,0x44,0x0,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x10,0x15,0xff,0x21,0x51,0x95,0xff,0x11,0x39,0x34,0x54,0x93,0x10,0x50,0x20,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x10,0x14,0x1f,0x11,0x15,0x7f,0x45,0x45,0x7d,0x45,0x40,0x40,0x43,0x40,0x80,0x0,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x20,0x20,0x25,0x7f,0x85,0x5,0x75,0x55,0x55,0x55,0x74,0x54,0x5,0x8,0x28,0x10,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x0,0x6,0x79,0x51,0x51,0x55,0x7f,0x49,0x49,0x49,0x48,0x44,0x45,0x54,0x6a,0x1,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x94,0x8, -+0x8,0x8,0x32,0xc,0x10,0x3e,0x0,0xff,0x2,0x1f,0x12,0x11,0x1f,0x0,0x7f,0x0,0x20,0x20,0xc8,0x30,0x40,0xf8,0x4,0xfe,0x0,0xf0,0x10,0x24,0xfe,0x4,0xe4,0xc, -+0x0,0x1,0xff,0x8,0x10,0x7f,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x41,0x43,0x0,0x10,0x24,0xfe,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x8,0x8,0xfe,0x8,0xe,0x78,0x9,0x1a,0x1f,0x12,0x11,0x1f,0x0,0x7f,0x0,0x0,0x40,0x48,0xfc,0x48,0xc8,0xaa,0xa,0x6,0xe0,0x20,0x44,0xfe,0x4,0xf4,0x4,0x18, -+0x0,0xc,0x71,0x11,0x11,0x15,0xff,0x11,0x15,0x7f,0x44,0x44,0x47,0x7c,0x44,0x0,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x12,0x12,0x12,0x22,0x3f,0x62,0xa6,0x27,0x2a,0x2a,0x32,0x22,0x22,0x22,0x22,0x22,0x10,0x24,0x7e,0x44,0xd4,0x44,0x54,0x48,0xc0,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x2,0x1,0xff,0x4,0x14,0x25,0x46,0x1f,0x12,0x11,0x10,0x1f,0x0,0x7f,0x0,0x0,0x0,0x4,0xfe,0x40,0x50,0x4c,0x44,0xe0,0x20,0x20,0x44,0xfe,0x4,0xf4,0x4,0x18, -+0x8,0xa,0x7f,0x8,0x48,0x7f,0x41,0x82,0x3e,0x4,0x8,0xfe,0xb,0x8,0x28,0x10,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x0,0x1,0xff,0x0,0x0,0x77,0x55,0x55,0x55,0x77,0x55,0x55,0x55,0x55,0x55,0x0,0x10,0x24,0xfe,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x8,0x28,0x2a,0x3f,0x48,0x88,0xa,0xff,0x0,0x3e,0x22,0x22,0x23,0x22,0x3e,0x22,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x0,0x28,0x45,0x93,0x11,0x29,0x45,0x83,0x7d,0x45,0x44,0x44,0x47,0x7c,0x44,0x0,0x20,0x48,0xfc,0x8,0x48,0x8,0x28,0x10,0x4,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x40,0x2f,0x11,0x49,0x49,0x7f,0x49,0x59,0x5d,0x5b,0x69,0x49,0x49,0x41,0x45,0x42,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x22,0x14,0x7f,0x9,0x9,0x7f,0x48,0x48,0x7f,0x9,0x19,0x1d,0x2a,0xc8,0x8,0x8,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x4,0x6,0x7d,0x4,0x4,0xff,0x14,0x54,0x5c,0x54,0x52,0x52,0x5e,0xf1,0x40,0x0,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x82,0x8a,0x4, -+0x22,0x22,0xff,0x22,0x22,0x0,0x7f,0x49,0x49,0x49,0x7f,0x49,0x49,0x49,0x7f,0x41,0x10,0x24,0xfe,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x8,0x9,0xff,0x14,0x12,0x29,0x7f,0xc9,0x7f,0x49,0x49,0x7f,0x8,0xa,0xc,0x8,0x10,0x24,0xfe,0x44,0x54,0x44,0xd4,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x8,0x11,0x7f,0x49,0x49,0x7f,0x49,0x51,0x7f,0x10,0x29,0xff,0x8,0x8,0x8,0x8,0x10,0x24,0xfe,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x92,0xfa,0x2,0xa,0x4, -+0x10,0xa,0xff,0x0,0x3e,0x22,0x22,0x3e,0x0,0x7e,0x4,0xff,0x9,0x8,0x28,0x10,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x20,0x27,0x25,0xfd,0x25,0x27,0x25,0x75,0x55,0x57,0x55,0x55,0x75,0x49,0x13,0x0,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x0,0x77,0x55,0x55,0x77,0x0,0x7f,0x0,0xff,0x20,0x3e,0x2,0x2,0x2,0x14,0x8,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0xc0,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x0,0x41,0x22,0x0,0xff,0x0,0x22,0x22,0x55,0xff,0x22,0x22,0x55,0xff,0x11,0x0,0x10,0x24,0x7e,0x44,0xd4,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x1,0x7f,0x49,0x49,0x7f,0x40,0x5f,0x51,0x51,0x5f,0x51,0x5f,0x51,0x51,0x9f,0x11,0x10,0xa4,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x7c,0x8,0xff,0x32,0x54,0x91,0x32,0x1f,0x12,0x11,0x10,0x1f,0x0,0x7f,0x0,0x0,0x80,0xfe,0x88,0x50,0x20,0x50,0x8e,0xe0,0x20,0x20,0x44,0xfe,0x4,0xf4,0x4,0x18, -+0x2,0x7,0xf8,0x41,0x2a,0x2a,0x40,0x7e,0x88,0x9,0xff,0x8,0x49,0x49,0x7f,0x1,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x82,0x12,0xfa,0x2,0xa,0x4, -+0x22,0x14,0x7f,0x14,0x7f,0x15,0xff,0x15,0x7f,0x14,0x36,0x55,0x94,0x14,0x14,0x14,0x10,0x24,0x7e,0x44,0x54,0x44,0xd4,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x0,0x77,0x55,0x55,0x55,0x55,0x22,0x55,0x10,0xff,0x22,0x22,0x14,0x8,0x16,0x61,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0xfe,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x8,0x5,0x7f,0x52,0x52,0x52,0x7f,0x52,0x52,0x5e,0x40,0x52,0x52,0x6d,0x80,0x0,0x10,0x24,0xfe,0x44,0x54,0x44,0xd4,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x0,0xee,0x22,0xaa,0x66,0xaa,0x32,0x10,0x28,0x46,0x9a,0x60,0x19,0x64,0x8,0x70,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x24,0xf4,0x4,0x14,0x8, -+0x8,0x9,0xff,0x55,0x22,0x41,0xbe,0x22,0x3e,0x22,0x3e,0x8,0x2a,0x49,0x88,0x18,0x10,0x24,0xfe,0x44,0x54,0x44,0xd4,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0x8a,0x4, -+0x14,0x14,0x3f,0x24,0x64,0xbf,0x24,0x24,0x3f,0x24,0x24,0x3f,0x20,0x55,0x54,0x80,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0x8a,0x84, -+0x8,0xff,0x22,0x3e,0x2a,0x49,0x9a,0x1f,0x12,0x11,0x10,0x1f,0x0,0x7f,0x0,0x0,0x28,0xa4,0xfe,0x20,0x52,0x92,0xe,0xe0,0x20,0x20,0x44,0xfe,0x4,0xe4,0x14,0x8, -+0x2,0x7f,0x14,0x8,0xff,0x1a,0x28,0x49,0x7f,0x55,0x63,0x5d,0x55,0x5d,0x41,0x43,0x10,0x24,0x7e,0x44,0x54,0x44,0x54,0x48,0xc0,0x7e,0x2,0x12,0xfa,0x2,0xa,0x4, -+0x10,0x23,0x7c,0x45,0x57,0x45,0x55,0x49,0x41,0x7f,0x2,0x12,0xfa,0x2,0xa,0x5,0x88,0xfe,0xa8,0xfc,0x20,0xfc,0x20,0xfc,0x20,0xfe,0x0,0xf8,0x48,0x30,0x48,0x86, -+0x0,0x7c,0x45,0x7c,0x10,0x5d,0x50,0xfe,0x4,0x1f,0x12,0x11,0x1f,0x0,0x7f,0x0,0x80,0xf8,0x50,0x20,0x50,0xfe,0x88,0xf8,0x0,0xe0,0x20,0x44,0xfe,0x4,0xe4,0x18, -+0x22,0xff,0x22,0x77,0x55,0x77,0x24,0x3f,0x64,0xbf,0x24,0x3f,0x24,0x24,0x3f,0x20,0x10,0xa4,0x7e,0x44,0x54,0x44,0x54,0x48,0x40,0x7e,0x2,0x12,0xfa,0x2,0x8a,0x4, -+0x0,0x0,0x1f,0x10,0x90,0x50,0x50,0x10,0x30,0x50,0xd0,0x10,0x20,0x20,0x40,0x0,0x80,0x44,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x0,0x0,0x1f,0x10,0x90,0x5f,0x50,0x10,0x30,0x50,0xd0,0x10,0x20,0x20,0x41,0x0,0x80,0x44,0xfe,0x0,0x4,0xfe,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x80, -+0x0,0x0,0x1f,0x10,0x90,0x57,0x50,0x10,0x30,0x50,0xd0,0x10,0x20,0x20,0x40,0x0,0x80,0x44,0xfe,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0xa4,0x94,0x88,0x80,0x80,0x80, -+0x0,0x0,0x1f,0x10,0x90,0x5f,0x51,0x11,0x31,0x51,0xd1,0x12,0x22,0x24,0x48,0x10,0x80,0x44,0xfe,0x0,0x4,0xfe,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0x50,0x20, -+0x0,0x0,0x1f,0x10,0x90,0x50,0x54,0x14,0x34,0x54,0xd4,0x14,0x24,0x27,0x40,0x0,0x80,0x44,0xfe,0x0,0x40,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0xfc,0x4,0x4, -+0x0,0x0,0x1f,0x10,0x97,0x54,0x54,0x14,0x35,0x54,0xd4,0x14,0x28,0x28,0x51,0x2,0x80,0x44,0xfe,0x0,0xfc,0x0,0x40,0x44,0xfe,0x44,0x44,0x44,0x84,0x84,0x28,0x10, -+0x0,0x0,0x1f,0x10,0x90,0x50,0x5f,0x10,0x30,0x51,0xd1,0x11,0x22,0x22,0x44,0x8,0x80,0x44,0xfe,0x80,0xa0,0x94,0xfe,0xa0,0xa0,0x20,0x20,0x20,0x22,0x22,0x1e,0x0, -+0x0,0x0,0x1f,0x12,0x92,0x52,0x5f,0x12,0x32,0x52,0xd3,0x12,0x22,0x22,0x43,0x2,0x80,0x44,0xfe,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x0,0x0,0x1f,0x10,0x90,0x5f,0x50,0x10,0x33,0x52,0xd2,0x12,0x23,0x20,0x40,0x0,0x80,0x44,0xfe,0x0,0x4,0xfe,0x8,0x8,0xc8,0x48,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x0,0x0,0x1f,0x10,0x90,0x53,0x52,0x12,0x33,0x52,0xd2,0x13,0x22,0x20,0x4f,0x0,0x80,0x44,0xfe,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x0,0xfe,0x0, -+0x0,0x0,0x1f,0x11,0x91,0x51,0x52,0x12,0x34,0x58,0xd0,0x10,0x20,0x20,0x40,0x0,0x80,0x44,0xfe,0x0,0x8,0xfc,0x80,0x90,0xf8,0x80,0x88,0xfc,0x80,0x80,0x80,0x80, -+0x0,0x0,0x1f,0x12,0x92,0x53,0x54,0x1b,0x32,0x52,0xd3,0x12,0x22,0x22,0x41,0x0,0x80,0x44,0xfe,0x0,0x8,0xfc,0x8,0xc8,0x48,0x48,0xc8,0x28,0x12,0x2,0xfe,0x0, -+0x0,0x0,0x1f,0x10,0x90,0x50,0x57,0x10,0x30,0x50,0xd3,0x10,0x20,0x20,0x4f,0x0,0x80,0x44,0xfe,0x0,0x80,0x48,0xfc,0x40,0x40,0x50,0xf8,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x0,0x1f,0x10,0x90,0x5f,0x50,0x11,0x32,0x57,0xd0,0x10,0x21,0x22,0x47,0x0,0x80,0x44,0xfe,0x80,0x44,0xfe,0x80,0x0,0x10,0xe0,0x40,0x80,0x10,0x8,0xfc,0x4, -+0x0,0x0,0x1f,0x12,0x92,0x52,0x5f,0x12,0x32,0x52,0xd2,0x12,0x24,0x24,0x4a,0x11,0x80,0x44,0xfe,0x0,0x0,0x4,0xbe,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xbc,0x24, -+0x0,0x0,0x1f,0x10,0x9f,0x51,0x51,0x19,0x35,0x55,0xd5,0x15,0x21,0x21,0x5f,0x0,0x80,0x44,0xfe,0x0,0xfc,0x20,0x20,0x24,0x24,0x28,0x28,0x30,0x20,0x24,0xfe,0x0, -+0x1,0x0,0x3f,0x20,0xbf,0x60,0x2f,0x20,0x6f,0xa8,0x2f,0x20,0x41,0x41,0x86,0x18,0x0,0x84,0xfe,0x80,0xfe,0x80,0xf8,0x88,0xf8,0x80,0xfc,0x84,0x54,0x48,0x20,0x1c, -+0x0,0x0,0x1f,0x10,0x90,0x5f,0x50,0x10,0x37,0x50,0xd0,0x15,0x25,0x29,0x40,0x0,0x80,0x44,0xfe,0x40,0x44,0xfe,0x40,0x48,0xfc,0x0,0x80,0x64,0x2a,0xa,0xf8,0x0, -+0x0,0x0,0x1f,0x11,0x97,0x51,0x51,0x17,0x34,0x58,0xd3,0x10,0x20,0x21,0x42,0xc,0x80,0x44,0xfe,0x10,0xfc,0x10,0x10,0xfe,0x82,0x84,0xf8,0x88,0x88,0x8,0x28,0x10, -+0x0,0x0,0x1f,0x10,0x97,0x50,0x53,0x11,0x31,0x5f,0xd0,0x13,0x22,0x22,0x43,0x2,0x80,0x44,0xfe,0x0,0xfc,0x80,0xf0,0x10,0x14,0xfe,0x0,0xf8,0x8,0x8,0xf8,0x8, -+0x0,0x0,0x1f,0x10,0x92,0x52,0x52,0x15,0x38,0x50,0xd7,0x10,0x20,0x20,0x4f,0x0,0x80,0x44,0xfe,0x40,0x48,0x48,0x48,0x54,0xe2,0x48,0xfc,0x40,0x40,0x44,0xfe,0x0, -+0x0,0x0,0x1f,0x12,0x91,0x55,0x54,0x17,0x34,0x54,0xd4,0x15,0x26,0x24,0x44,0x4,0x80,0x44,0xfe,0x0,0xfc,0x44,0x44,0xf4,0x44,0xc4,0xe4,0x54,0x4c,0x44,0x54,0x8, -+0x0,0x0,0x1f,0x10,0x94,0x52,0x52,0x18,0x35,0x50,0xd2,0x14,0x2c,0x24,0x44,0x3,0x80,0x44,0xfe,0x20,0x20,0xa8,0xa4,0xa2,0x2a,0x28,0x30,0x10,0x20,0x40,0x80,0x0, -+0x0,0x0,0x1f,0x10,0x9f,0x50,0x53,0x1c,0x35,0x52,0xdd,0x11,0x22,0x2c,0x41,0x0,0x80,0x44,0xfe,0x0,0xfc,0x80,0x8,0x98,0x60,0x40,0xe0,0x50,0x4e,0x44,0x40,0x80, -+0x0,0x0,0x1f,0x11,0x91,0x5f,0x51,0x11,0x3f,0x51,0xd1,0x1f,0x21,0x21,0x41,0x1,0x80,0x44,0xfe,0x20,0x24,0x3e,0x20,0x28,0x3c,0x20,0x24,0x3e,0x20,0x20,0x20,0x20, -+0x0,0x0,0x1f,0x10,0x97,0x54,0x54,0x17,0x34,0x55,0xd5,0x15,0x25,0x24,0x47,0x4,0x80,0x44,0xfe,0x0,0xfc,0x44,0x44,0xfc,0x44,0xf4,0x14,0x14,0xf4,0x4,0xfc,0x4, -+0x0,0x0,0x1f,0x10,0x93,0x50,0x5f,0x11,0x36,0x50,0xdf,0x11,0x23,0x20,0x41,0x6,0x80,0x44,0xfe,0x0,0xf8,0x40,0xfe,0x50,0x4c,0x80,0xfe,0x10,0x20,0xc0,0x30,0x8, -+0x1,0x0,0x3f,0x22,0xac,0x68,0x28,0x2e,0x68,0xa8,0x2f,0x28,0x41,0x42,0x8c,0x30,0x0,0x84,0xfe,0x80,0xb8,0x88,0x88,0xb8,0x88,0x88,0xf8,0x88,0x40,0x20,0x1e,0x4, -+0x0,0x0,0x1f,0x14,0x92,0x50,0x5f,0x12,0x33,0x52,0xd2,0x14,0x24,0x2a,0x51,0x0,0x80,0x44,0xfe,0x0,0x10,0x10,0xe8,0x28,0xa4,0xc6,0xb0,0x88,0xa0,0x98,0x8,0x0, -+0x1,0x0,0x3f,0x24,0xa2,0x6f,0x28,0x2f,0x68,0xaf,0x20,0x3f,0x40,0x40,0x80,0x0,0x0,0x84,0xfe,0x10,0x20,0xf8,0x88,0xf8,0x88,0xf8,0x80,0xfe,0x80,0x80,0x80,0x80, -+0x0,0x0,0x1f,0x11,0x9f,0x51,0x57,0x15,0x35,0x57,0xd1,0x13,0x25,0x29,0x41,0x1,0x80,0x44,0xfe,0x0,0xe4,0x4,0xd4,0x54,0x54,0xd4,0x14,0x94,0x54,0x44,0x14,0x8, -+0x1,0x0,0x3f,0x20,0xaf,0x64,0x22,0x3f,0x62,0xa4,0x28,0x37,0x40,0x40,0x9f,0x0,0x0,0x84,0xfe,0x80,0xf8,0x90,0xa4,0xfe,0x20,0x90,0x8e,0xf4,0x80,0x88,0xfc,0x0, -+0x0,0x0,0x1f,0x12,0x92,0x54,0x55,0x1c,0x34,0x55,0xd4,0x17,0x24,0x24,0x44,0x7,0x80,0x44,0xfe,0x0,0xf8,0x8,0xfe,0x40,0xfc,0x20,0x24,0xfe,0x20,0x50,0x8e,0x4, -+0x0,0x0,0x1f,0x11,0x9f,0x50,0x57,0x10,0x3f,0x51,0xd2,0x17,0x28,0x30,0x47,0x0,0x80,0x44,0xfe,0x20,0xfc,0x80,0xf8,0x80,0xfe,0x0,0x8,0xfc,0x40,0x44,0xfe,0x0, -+0x0,0x0,0x1f,0x10,0x92,0x51,0x57,0x11,0x36,0x50,0xdf,0x11,0x23,0x20,0x41,0x6,0x80,0x44,0xfe,0x40,0x48,0x50,0xfc,0x50,0x4c,0x80,0xfe,0x10,0x20,0xc0,0x30,0x8, -+0x0,0x0,0x1f,0x10,0x97,0x54,0x54,0x17,0x34,0x57,0xd4,0x14,0x27,0x24,0x44,0x5,0x80,0x44,0xfe,0x0,0xbc,0x84,0x84,0xbc,0x0,0xfc,0x24,0x28,0x90,0x28,0x46,0x84, -+0x1,0x0,0x3f,0x20,0xaf,0x64,0x22,0x21,0x62,0xbc,0x27,0x24,0x47,0x40,0x9f,0x0,0x0,0x84,0xfe,0x0,0xf8,0x90,0x20,0xc0,0x20,0x9e,0xf4,0x90,0xf0,0x88,0xfc,0x4, -+0x0,0x0,0x1f,0x12,0x9f,0x52,0x5f,0x12,0x3f,0x52,0xd1,0x12,0x2a,0x2a,0x51,0x0,0x80,0x44,0xfe,0x0,0xfc,0x24,0xa4,0x24,0xd4,0x88,0x0,0xc0,0x54,0x12,0xf2,0x0, -+0x1,0x0,0x3f,0x22,0xbf,0x62,0x2f,0x28,0x6f,0xa8,0x2f,0x20,0x5f,0x41,0x86,0x18,0x0,0x84,0xfe,0x20,0xfc,0x20,0xf8,0x8,0xf8,0x8,0xf8,0x80,0xfe,0x40,0x20,0x1c, -+0x1,0x0,0x3f,0x24,0xaf,0x69,0x2d,0x2b,0x7f,0xa9,0x2d,0x2b,0x49,0x49,0x93,0x20,0x0,0x84,0xfe,0x0,0x78,0x48,0x48,0x46,0x80,0x78,0x48,0x28,0x10,0x28,0x46,0x84, -+0x1,0x0,0x3f,0x28,0xa4,0x69,0x22,0x24,0x6f,0xb4,0x27,0x24,0x47,0x44,0x84,0x4,0x0,0x84,0xfe,0x88,0x90,0x48,0x20,0x10,0xfe,0x14,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x1,0x0,0x3f,0x22,0xaf,0x62,0x3f,0x20,0x6f,0xa8,0x2f,0x28,0x4f,0x42,0x84,0x8,0x0,0x84,0xfe,0x20,0xf8,0x20,0xfe,0x88,0xf8,0x88,0xf8,0x88,0xf8,0x20,0x18,0x8, -+0x0,0x3f,0x20,0x3f,0xa1,0x6f,0x29,0x2f,0x60,0xaf,0x20,0x3f,0x44,0x48,0x92,0x1,0x80,0xfe,0x0,0xfc,0x40,0xf8,0x48,0xf8,0x0,0xf8,0x0,0xfe,0x90,0x8c,0x84,0x0, -+0x0,0x3f,0x20,0x2f,0xa8,0x6f,0x28,0x2f,0x61,0xaf,0x21,0x2f,0x44,0x48,0x92,0x1,0x80,0xfe,0x8,0xfc,0x88,0xf8,0x88,0xf8,0x10,0xe0,0x8,0xfc,0x90,0x8c,0x84,0x0, -+0x0,0x3f,0x20,0x2f,0xa9,0x6b,0x2b,0x26,0x69,0xa1,0x3f,0x22,0x46,0x41,0x82,0xc,0x80,0xfe,0x0,0x78,0x48,0x58,0x58,0x30,0x48,0x0,0xfe,0x20,0x40,0xc0,0x30,0x10, -+0x0,0x3f,0x24,0x27,0xa9,0x75,0x2a,0x24,0x6b,0xb0,0x2f,0x20,0x44,0x44,0x8a,0x1,0x80,0xfe,0x40,0x78,0x48,0x50,0x20,0x18,0xe6,0x0,0xf8,0x80,0x90,0x8c,0x84,0x0, -+0x0,0x3f,0x20,0x2f,0xa9,0x6a,0x2c,0x2a,0x69,0xa9,0x2d,0x2a,0x48,0x48,0x89,0x8,0x80,0xfe,0x20,0x3c,0x68,0x90,0x28,0xc6,0x38,0x50,0x7c,0x90,0x7c,0x10,0xfe,0x0, -+0x0,0x3f,0x20,0x2e,0xaa,0x6a,0x2c,0x2a,0x69,0xa9,0x2d,0x2a,0x49,0x49,0x8a,0x8,0x80,0xfe,0x40,0x78,0x90,0xfc,0x4,0xfc,0x4,0xfc,0x20,0x10,0x44,0x4a,0x4a,0x38, -+0x0,0x3f,0x20,0xaf,0x69,0x25,0x25,0x69,0xa6,0x28,0x37,0x20,0x47,0x40,0x80,0xf,0x80,0xfc,0x0,0x78,0x48,0x28,0xa8,0x48,0x70,0x8e,0x24,0x40,0x90,0x20,0xc0,0x0, -+0x0,0x3f,0x21,0x20,0xbc,0x6b,0x28,0x29,0x69,0xbd,0x28,0x29,0x4a,0x4e,0xb8,0x0,0x80,0xfe,0x0,0x80,0x1e,0xe8,0x48,0x48,0x48,0x5c,0x88,0x48,0x28,0x8,0x3e,0x0, -+0x0,0x3f,0x22,0x22,0xaf,0x62,0x2f,0x2a,0x6a,0xaf,0x22,0x27,0x4a,0x52,0x82,0x2,0x80,0xfe,0x20,0x3c,0xa4,0x48,0xbe,0xa2,0xaa,0xaa,0x2a,0x2a,0xaa,0x10,0x14,0x22, -+0x0,0x3f,0x20,0x2f,0xa2,0x7f,0x20,0x2f,0x68,0xaf,0x28,0x2f,0x40,0x4a,0x92,0x21,0x80,0xfe,0x80,0xf8,0x20,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x80,0x44,0x14,0xf0, -+0x0,0x3f,0x20,0x2f,0xa8,0x6f,0x28,0x2a,0x6f,0xaa,0x2a,0x2f,0x50,0x52,0xa4,0x0,0x80,0xfe,0x0,0xdc,0x54,0xd4,0x14,0xa6,0xc0,0xbc,0x94,0xd4,0x8,0x94,0x62,0x0, -+0x1,0x0,0x3f,0x20,0xaf,0x69,0x29,0x2f,0x68,0xaf,0x39,0x29,0x49,0x4f,0x89,0x0,0x0,0x84,0xfe,0x20,0x14,0xfe,0x4,0x8,0xfe,0x10,0x10,0x7c,0x10,0x10,0x10,0x10, -+0x0,0x3f,0x22,0xbf,0x62,0x2f,0x28,0x6f,0xa8,0x2f,0x28,0x2f,0x48,0x5f,0x85,0x8,0x80,0xfe,0x0,0xfe,0x10,0xbe,0xa2,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xd0,0x14,0xa2, -+0x0,0x3f,0x20,0x2f,0xad,0x6b,0x2f,0x22,0x67,0xac,0x37,0x24,0x47,0x44,0x87,0x4,0x80,0xfe,0x0,0x78,0x68,0x58,0x78,0x40,0xfc,0x40,0xf8,0x40,0xf8,0x40,0xfc,0x0, -+0x20,0x10,0x13,0x0,0xfe,0x1,0x5,0x44,0x24,0x29,0x2a,0x8,0x16,0xf8,0x1,0x0,0x0,0x4,0xfe,0x44,0x64,0x54,0x54,0x44,0xcc,0x54,0x64,0x44,0x44,0x44,0x54,0x88, -+0x20,0x10,0x13,0x0,0xfe,0x1,0x5,0x45,0x25,0x29,0x28,0x8,0x16,0xf9,0x2,0x0,0x20,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x20,0x70,0xa8,0x26,0x24,0x20, -+0x2,0x41,0x7f,0x40,0x88,0x12,0x22,0x7,0x8,0x14,0x22,0x1,0x1,0x6,0x18,0x60,0x0,0x0,0xfe,0x2,0x24,0x10,0x8,0xf0,0x10,0x20,0x40,0x80,0x0,0x0,0x0,0x0, -+0x2,0x41,0x7f,0x48,0x90,0x2f,0x0,0x0,0x1f,0x10,0x10,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x22,0x14,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x8,0x8,0x50,0x20, -+0x2,0x41,0x7f,0x48,0x91,0x1,0xff,0x1,0x11,0x11,0x11,0x1f,0x1,0x1,0x1,0x0,0x0,0x0,0xfe,0x22,0x14,0x0,0xfe,0x0,0x10,0x10,0x10,0xf0,0x10,0x2,0x2,0xfe, -+0x2,0x41,0x7f,0x48,0x90,0x0,0x1f,0x2,0x1,0x3f,0x0,0x1,0xe,0x30,0x48,0x7,0x0,0x0,0xfe,0x22,0x14,0x70,0x80,0x0,0x20,0xf0,0x40,0x80,0x0,0x0,0x6,0xfc, -+0x2,0x41,0x7f,0x48,0x90,0x4,0x8,0x11,0x7e,0x4,0x8,0x14,0x22,0x7e,0x1,0x2,0x0,0x0,0xfe,0x22,0x14,0x40,0x48,0xfc,0x48,0x48,0x48,0x48,0x88,0x88,0x28,0x10, -+0x2,0x41,0x7f,0x48,0x92,0x2,0x22,0x12,0x16,0xa,0x12,0x62,0x4,0x4,0x18,0x60,0x0,0x0,0xfe,0x22,0x94,0x80,0x90,0x98,0xa0,0xc0,0xa0,0x98,0x8a,0x82,0x7e,0x0, -+0x41,0x7f,0x48,0x91,0x2f,0x1,0x3f,0x8,0x4,0x12,0x8,0xff,0x1,0x2,0xc,0x30,0x0,0xfe,0x22,0x14,0xe8,0x0,0xfc,0x84,0x88,0x80,0x84,0xfe,0x40,0x30,0x18,0x8, -+0x41,0x7f,0x48,0x90,0x3f,0x11,0x1f,0x11,0x1f,0x1,0xff,0x3,0x5,0x19,0x61,0x1,0x0,0xfe,0x22,0x14,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x80,0x60,0x1e,0x8,0x0, -+0x41,0x7f,0x48,0x91,0x22,0x4,0xf,0x30,0xde,0x12,0x1e,0x12,0x1e,0x12,0x12,0x16,0x0,0xfe,0x22,0x14,0x88,0x40,0xf0,0xe,0x14,0x90,0x90,0x90,0x90,0x90,0x10,0x30, -+0x41,0x7f,0x48,0x92,0x1,0x3f,0x8,0x4,0xff,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x0,0xfe,0x22,0x14,0x0,0xf8,0x20,0x44,0xfe,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x41,0x7f,0x49,0x91,0x29,0x5,0x7f,0x9,0x31,0x2,0xff,0x4,0xe,0x1,0x6,0x38,0x0,0xfe,0x22,0x14,0x28,0x40,0xfc,0x20,0x18,0x4,0xfe,0x20,0x40,0x80,0x70,0x8, -+0x41,0x7f,0x48,0x90,0x26,0x38,0x2c,0x2c,0x2a,0x2a,0x29,0x29,0x34,0x5d,0x81,0x2,0x0,0xfe,0x22,0x14,0x18,0xe8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa4,0x54,0x72,0x0, -+0x20,0x10,0x10,0x0,0xfc,0x8,0x10,0x34,0x58,0x94,0x10,0x10,0x10,0x10,0x10,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -+0x20,0x10,0x13,0x0,0xfd,0x8,0x10,0x34,0x58,0x94,0x10,0x10,0x10,0x11,0x12,0x14,0x0,0x4,0xfe,0x4,0x44,0xa8,0xa8,0x88,0x50,0x50,0x20,0x50,0x90,0x8,0x6,0x4, -+0x20,0x10,0x10,0x0,0xfd,0x9,0x11,0x35,0x59,0x95,0x11,0x11,0x11,0x11,0x11,0x11,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x54,0x4c,0x8c,0x4,0x4,0x4,0x14,0x8, -+0x20,0x10,0x13,0x0,0xfc,0x8,0x10,0x35,0x58,0x94,0x10,0x10,0x10,0x10,0x13,0x10,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x10,0x10,0x0,0xfd,0xa,0x14,0x30,0x54,0x9b,0x14,0x10,0x10,0x10,0x10,0x10,0x40,0x40,0xa0,0xa0,0x10,0x8e,0x64,0x20,0x0,0xf8,0x8,0x10,0x10,0x20,0x40,0x80, -+0x20,0x10,0x10,0x0,0xfd,0x8,0x10,0x34,0x5b,0x94,0x10,0x10,0x10,0x11,0x12,0x14,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0xfe,0x40,0x40,0xa0,0xa0,0x10,0xe,0x4, -+0x20,0x10,0x11,0x0,0xfc,0x8,0x11,0x34,0x58,0x94,0x13,0x10,0x10,0x10,0x10,0x10,0x20,0x20,0x24,0xac,0xb0,0x20,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x20,0x10,0x11,0x0,0xfc,0x8,0x11,0x34,0x58,0x94,0x11,0x10,0x10,0x10,0x13,0x10,0x20,0x20,0x24,0xac,0xb0,0x24,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x10,0x10,0x0,0xfd,0xa,0x15,0x30,0x54,0x99,0x15,0x11,0x11,0x11,0x11,0x11,0x40,0x40,0xa0,0x90,0x8,0xe,0xf4,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x10,0x10,0x1,0xfd,0xa,0x10,0x34,0x5b,0x95,0x11,0x11,0x11,0x11,0x11,0x11,0x80,0x88,0xfc,0x88,0x50,0x20,0x50,0x88,0x6,0xf8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x11,0x11,0x1,0xfd,0x9,0x11,0x35,0x59,0x95,0x11,0x11,0x11,0x11,0x11,0x11,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x44,0x48,0x30,0x20,0x10,0x4e,0x84,0x0, -+0x40,0x24,0x22,0x2,0xf8,0x10,0x26,0x2a,0x72,0xaa,0x22,0x22,0x22,0x25,0x28,0x20,0x20,0x20,0x28,0xfc,0x40,0x50,0x90,0xfc,0x10,0x14,0xfe,0x10,0x10,0x16,0xfc,0x0, -+0x20,0x11,0x11,0x1,0xfd,0x9,0x10,0x35,0x58,0x94,0x11,0x10,0x10,0x10,0x17,0x10,0x4,0xfe,0x4,0x4,0x4,0xfc,0x0,0xfc,0x20,0x20,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x10,0x10,0x1,0xfd,0xa,0x15,0x34,0x5a,0x95,0x11,0x11,0x11,0x10,0x17,0x10,0x40,0x40,0xa0,0x10,0x10,0x28,0xf6,0x0,0x48,0x48,0x48,0x50,0x50,0x24,0xfe,0x0, -+0x22,0x11,0x10,0x2,0xfe,0xa,0x12,0x36,0x5a,0x96,0x12,0x12,0x12,0x12,0x12,0x12,0x4,0xbe,0x84,0x4,0x4,0xf4,0x94,0x94,0xf4,0x94,0x94,0xf4,0x4,0x4,0x14,0x8, -+0x20,0x10,0x10,0x3,0xfc,0x9,0x10,0x37,0x58,0x94,0x11,0x13,0x15,0x11,0x11,0x11,0x40,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0x44,0xa8,0x30,0x20,0x10,0x48,0x8e,0x4, -+0x20,0x10,0x10,0x3,0xfc,0x8,0x13,0x34,0x59,0x95,0x13,0x15,0x19,0x11,0x11,0x11,0x80,0x80,0x88,0xf8,0x90,0xa4,0xfe,0x40,0xf8,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x20,0x11,0x11,0x1,0xfd,0x9,0x11,0x34,0x58,0x95,0x12,0x14,0x11,0x12,0x10,0x11,0x8,0xfc,0x8,0xf8,0x8,0x8,0xf8,0x84,0xfe,0x54,0x94,0xa4,0x24,0x44,0xa8,0x10, -+0x20,0x10,0x11,0x1,0xfd,0x9,0x11,0x35,0x59,0x94,0x11,0x17,0x10,0x10,0x10,0x10,0x20,0x44,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x20,0x11,0x11,0x1,0xfd,0x9,0x11,0x35,0x59,0x95,0x11,0x12,0x12,0x14,0x18,0x10,0x4,0xfe,0x4,0x4,0xfc,0x20,0x24,0xfe,0x20,0x24,0xfe,0x84,0x84,0x84,0xfc,0x84, -+0x40,0x2f,0x20,0x5,0xfa,0x15,0x20,0x68,0xb7,0x28,0x24,0x25,0x22,0x25,0x28,0x30,0x0,0xfc,0x84,0x28,0x10,0x28,0xc4,0x0,0xbc,0x84,0xc4,0x28,0x10,0x28,0xce,0x84, -+0x21,0x11,0x17,0x1,0xfc,0x8,0x11,0x3a,0x55,0x98,0x13,0x12,0x12,0x12,0x13,0x12,0x10,0x14,0xfe,0x10,0x40,0xa0,0x10,0x8,0xf6,0x0,0xf8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x10,0x13,0x0,0xfc,0xb,0x10,0x35,0x59,0x95,0x11,0x11,0x11,0x11,0x11,0x11,0x90,0x94,0x98,0x90,0x92,0x8e,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0x28,0x10, -+0x21,0x11,0x11,0x1,0xfa,0xa,0x16,0x3a,0x52,0x9a,0x12,0x12,0x12,0x12,0x12,0x12,0x4,0x7e,0x44,0x44,0x44,0x7c,0x10,0x10,0xfe,0x10,0x38,0x54,0x54,0x92,0x10,0x10, -+0x20,0x12,0x11,0x0,0xff,0x9,0x12,0x34,0x58,0x97,0x19,0x12,0x11,0x10,0x11,0x16,0x40,0x48,0x50,0x44,0xfe,0x50,0x48,0x46,0x80,0xfe,0x10,0x10,0xa0,0x40,0xb0,0xc, -+0x40,0x20,0x27,0x4,0xfc,0x17,0x24,0x6c,0xb7,0x2e,0x26,0x2b,0x2a,0x32,0x22,0x22,0x80,0x44,0xfe,0x4,0x4,0xfc,0x0,0x4,0xfe,0x94,0x94,0xfc,0x94,0x94,0x94,0x8, -+0x20,0x12,0x12,0x2,0xfe,0xa,0x12,0x34,0x58,0x97,0x12,0x12,0x12,0x12,0x17,0x10,0x90,0x90,0x94,0xbe,0xa0,0xd0,0x88,0x80,0x4,0xfe,0x94,0x94,0x94,0x94,0xfe,0x0, -+0x40,0x27,0x24,0x4,0xfd,0x15,0x25,0x6d,0xb5,0x2d,0x25,0x25,0x29,0x2a,0x34,0x21,0x3c,0xe0,0x3c,0x20,0xfe,0x22,0xf8,0x24,0x1c,0x0,0x78,0x48,0x48,0x4a,0x8a,0x6, -+0x40,0x2f,0x20,0x4,0xfa,0x12,0x24,0x68,0xb3,0x2a,0x22,0x23,0x22,0x22,0x23,0x22,0x4,0xbe,0x84,0xa4,0x94,0x94,0xa4,0x48,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8, -+0x40,0x2f,0x21,0x1,0xf9,0x17,0x24,0x6c,0xb7,0x29,0x21,0x21,0x21,0x21,0x2a,0x24,0x4,0x7e,0x44,0x44,0x44,0x7c,0x10,0x7c,0x54,0x54,0x54,0x7c,0x10,0x14,0xfe,0x2, -+0x43,0x20,0x2f,0x8,0xfb,0x10,0x23,0x68,0xb7,0x28,0x27,0x24,0x24,0x24,0x24,0x24,0xf8,0x40,0xfe,0x42,0x5c,0x40,0x58,0x44,0xfe,0x80,0xfc,0xa4,0xa4,0xa4,0xb4,0x8, -+0x42,0x22,0x2f,0x2,0xf7,0x2a,0x22,0x77,0xa1,0x33,0x24,0x29,0x20,0x27,0x20,0x20,0xa8,0x48,0xbe,0xa8,0x5c,0xaa,0x8,0xfe,0x10,0xf8,0x44,0xf2,0x40,0xfc,0x40,0xc0, -+0x0,0x0,0x7f,0x1,0x1,0x9,0x9,0x9,0x9,0x11,0x11,0x19,0x25,0x23,0x41,0x80,0x0,0x8,0xfc,0x8,0x10,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x0,0x0,0x86,0x7c, -+0x7f,0x1,0x9,0x9,0x9,0x15,0x23,0xc0,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0xfc,0x8,0x0,0xf0,0x0,0x6,0xfc,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x50,0x20, -+0x0,0x7f,0x52,0x91,0x7d,0x11,0x29,0x29,0x7d,0x9,0x9,0xfd,0xa,0xa,0xd,0xa,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xfc,0x88,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x10,0x10,0x28,0x45,0xfd,0x45,0xa3,0x3d,0x25,0x45,0xa9,0x11,0x2a,0x44,0x89,0x2,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xf8,0x88,0x50,0x20,0x50,0x50,0x88,0xe,0x4, -+0x0,0x7e,0x2,0x24,0x18,0x9,0xfe,0xa,0x18,0x19,0x28,0x48,0x88,0x8,0x28,0x10,0x20,0x20,0x50,0x50,0x88,0x46,0x24,0x20,0x8,0xfc,0x8,0x8,0x10,0x10,0x20,0x40, -+0x1,0x1,0x7f,0x1,0x1,0x3f,0x1,0x1,0xff,0x3,0x5,0x9,0x11,0x21,0x41,0x1,0x0,0x8,0xfc,0x0,0x0,0xf8,0x0,0x4,0xfe,0x80,0x40,0x20,0x10,0xe,0x4,0x0, -+0x10,0x10,0x15,0xfe,0x10,0x7c,0x10,0xfe,0x33,0x38,0x54,0x50,0x90,0x10,0x10,0x10,0x0,0x8,0xfc,0x8,0x10,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x10,0x10,0x14,0xfe,0x10,0x10,0x7c,0x11,0xfd,0x30,0x38,0x54,0x50,0x90,0x11,0x16,0x20,0x20,0x20,0x20,0xa8,0xa4,0xa2,0x22,0x28,0x2c,0x10,0x20,0x40,0x80,0x0,0x0, -+0x10,0x11,0x15,0xff,0x11,0x7d,0x11,0xff,0x31,0x39,0x55,0x55,0x91,0x11,0x11,0x11,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x14,0xfe,0x11,0x7e,0x11,0xfe,0x30,0x39,0x55,0x55,0x91,0x11,0x11,0x11,0x40,0x40,0xa0,0x90,0x8,0x2e,0xf4,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x13,0xfc,0x10,0x7f,0x12,0xfc,0x30,0x3b,0x54,0x54,0x91,0x11,0x12,0x14,0x88,0x88,0xfe,0x88,0x88,0xfe,0x2,0x84,0x80,0xf8,0x88,0x88,0x8,0x8,0x28,0x10, -+0x10,0x12,0x11,0xfd,0x11,0x7c,0x13,0xfe,0x32,0x3a,0x56,0x56,0x92,0x12,0x12,0x12,0x40,0x48,0x4c,0x48,0x50,0x44,0xfe,0x4,0xf4,0x94,0x94,0x94,0xf4,0x4,0x14,0x8, -+0x10,0x11,0x15,0xff,0x11,0x7d,0x11,0xfd,0x30,0x3b,0x56,0x56,0x92,0x12,0x12,0x12,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x22,0x2a,0xfa,0x2,0xa,0x4, -+0x10,0x12,0x11,0xfc,0x13,0x7d,0x12,0xfc,0x38,0x37,0x51,0x52,0x91,0x10,0x11,0x16,0x40,0x48,0x50,0x44,0xfe,0x50,0x4c,0x44,0x80,0xfe,0x10,0x10,0xa0,0x40,0xb0,0xc, -+0x11,0x11,0x17,0xf9,0x13,0x79,0x17,0xf8,0x33,0x3a,0x57,0x52,0x9f,0x12,0x12,0x12,0x10,0x10,0xfc,0x10,0xf8,0x10,0xfe,0x40,0xf8,0x48,0xf8,0x48,0xfe,0x8,0x28,0x10, -+0x10,0x13,0x12,0xff,0x12,0x7f,0x12,0xfe,0x32,0x32,0x52,0x53,0x94,0x14,0x18,0x10,0x8,0xfc,0x0,0xf8,0x0,0xfe,0xa4,0x98,0xae,0xc4,0x8,0xfe,0x88,0x88,0x28,0x10, -+0x10,0x10,0x13,0xfe,0x13,0x7e,0x12,0xff,0x32,0x3b,0x56,0x52,0x92,0x15,0x1a,0x10,0x40,0x24,0xfe,0x48,0xfe,0x58,0xec,0x4a,0x48,0xfe,0x40,0xfc,0x84,0x84,0xfc,0x84, -+0x1,0x1f,0x1,0xff,0x4,0x1b,0x68,0x7,0x0,0x7f,0x10,0x3f,0x1,0x1f,0x1,0xff,0x20,0xc0,0x4,0xfe,0x0,0xe0,0x8,0xf8,0x0,0xfc,0x10,0xf8,0x4,0xf0,0x4,0xfe, -+0x2,0xff,0x25,0x24,0x3c,0x24,0x24,0x3c,0x24,0x24,0x27,0x3c,0xe4,0x44,0x4,0x4,0x0,0x4,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x2,0xff,0x24,0x25,0x3d,0x25,0x25,0x3d,0x25,0x27,0x25,0x3f,0xe5,0x45,0x5,0x5,0x20,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfe,0x4,0x4,0x4,0x4,0x14,0x8, -+0x2,0xff,0x24,0x24,0x3c,0x25,0x26,0x3c,0x25,0x24,0x26,0x3c,0xe4,0x44,0x4,0x4,0x20,0x20,0x50,0x50,0x88,0x46,0x24,0x20,0xfc,0x4,0x8,0x90,0x60,0x20,0x10,0x0, -+0x2,0xff,0x24,0x25,0x3d,0x26,0x24,0x3f,0x24,0x24,0x27,0x3c,0xe4,0x44,0x4,0x4,0x40,0x20,0x20,0xfe,0x2,0x4,0x0,0xfe,0x20,0x20,0x20,0x20,0x20,0x20,0xa0,0x40, -+0x2,0xff,0x25,0x24,0x3c,0x27,0x24,0x3c,0x24,0x25,0x27,0x3d,0xe5,0x45,0x5,0x5,0x8,0x1c,0xe0,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x2,0xff,0x25,0x25,0x3d,0x24,0x27,0x3c,0x25,0x25,0x27,0x3d,0xe5,0x44,0x4,0x5,0x20,0x24,0xfe,0x24,0xfc,0x20,0xfe,0x0,0xfc,0x4,0x24,0x24,0x24,0x50,0x8c,0x4, -+0x8,0x7f,0x8,0x7f,0x8,0xff,0x10,0x2e,0x42,0xbf,0xc,0xb,0x8,0xff,0x0,0x0,0x40,0x44,0x7e,0x44,0xa8,0x10,0x28,0x46,0x84,0xf8,0x20,0xa0,0x64,0xfe,0x20,0x20, -+0xff,0x4,0x3f,0x24,0x3f,0x0,0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x1,0x1,0x1,0xfe,0x40,0xf8,0x48,0xf8,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x0,0x0, -+0x0,0xb,0x7c,0x10,0x11,0x11,0x15,0xff,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x13,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x58,0x86,0x2, -+0x4,0xf,0x70,0x40,0x41,0x41,0x7f,0x49,0x49,0x49,0x49,0x49,0x49,0x88,0x8,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x58,0x86,0x2, -+0x20,0x13,0x10,0xfe,0x1,0x9,0x7d,0x49,0x49,0x49,0x49,0x49,0x4d,0x48,0x80,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x44,0x58,0x86,0x2, -+0x10,0x13,0x10,0xfe,0x11,0x11,0x7d,0x1,0x7d,0x45,0x45,0x45,0x44,0x7c,0x40,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x10,0x13,0x10,0x28,0x45,0x81,0x7d,0x1,0x7d,0x45,0x45,0x45,0x44,0x7c,0x40,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x40,0x45,0x48,0x70,0x45,0x7d,0x1,0x13,0xf5,0x39,0x39,0x55,0x54,0x90,0x30,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x20,0x13,0x10,0xfe,0x11,0x11,0x25,0x7d,0x9,0x11,0x25,0xc9,0x18,0x24,0xc2,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x10,0x13,0x28,0x26,0x53,0x81,0x7d,0x5,0x9,0x7d,0x45,0x45,0x44,0x7c,0x44,0x3,0x4,0xfe,0x20,0x44,0xfe,0x4,0x24,0x24,0x24,0x24,0x24,0x24,0x50,0x48,0x86,0x2, -+0x1,0x77,0x55,0x55,0x77,0x0,0x3e,0x0,0xff,0x20,0x3e,0x2,0x2,0x2,0x14,0x9,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x64,0x28,0x46,0x82, -+0x8,0x49,0x49,0x49,0x7f,0x0,0xff,0x8,0x7f,0x55,0x55,0x55,0x55,0x55,0x43,0x0,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x64,0x28,0x46,0x82, -+0x2,0xff,0x22,0x3e,0x22,0x3e,0x22,0xff,0x2,0x77,0x11,0x55,0x22,0x22,0x55,0x88,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0xd4,0x54,0x54,0x54,0x54,0x64,0x28,0x46,0x82, -+0x24,0x24,0xff,0x24,0x2,0xff,0x24,0x24,0xff,0xa5,0xa5,0xdb,0x81,0x85,0x82,0x0,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0x54,0x54,0x20,0x28,0x46,0x82, -+0x0,0x3e,0x14,0x8,0x14,0x77,0x55,0x22,0x55,0x8,0xff,0x18,0x2c,0x4b,0x89,0x8,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0x54,0x54,0x54,0xd4,0x54,0x20,0x28,0x46,0x82, -+0x2,0x3f,0x22,0x3e,0x22,0x3e,0x8,0xff,0x0,0x3e,0x22,0x3e,0x8,0x2a,0x49,0x18,0x4,0xfe,0x10,0x24,0x7e,0x44,0x54,0xd4,0x54,0x54,0x54,0x54,0x20,0x28,0x46,0x82, -+0x2,0x7f,0x8,0xff,0x88,0x6b,0x8,0x6b,0x8,0xff,0x10,0x7f,0x55,0x55,0x55,0x43,0x4,0xfe,0x10,0xa4,0xfe,0x44,0x54,0x54,0x54,0xd4,0x54,0x54,0x20,0x28,0x46,0x82, -+0x9,0x2e,0x28,0xff,0x4a,0xc,0x32,0xdf,0x11,0x1f,0x12,0x1f,0x5,0xff,0x1,0x1,0xfe,0x20,0xfc,0x94,0x94,0x28,0xc4,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x0, -+0x1,0x1,0x1,0x1,0x3f,0x20,0x22,0x22,0x22,0x22,0x23,0x26,0x5a,0x42,0x81,0x0,0x0,0x10,0xf8,0x0,0xfc,0x4,0x8,0x20,0x60,0x80,0x0,0x0,0x4,0x4,0xfc,0x0, -+0x1,0x1,0x1,0x3f,0x22,0x3f,0x22,0x23,0x21,0x20,0x2f,0x22,0x41,0x40,0x83,0x1c,0x10,0xf8,0x0,0xfc,0x4,0xc8,0x10,0xf0,0x0,0x88,0xfc,0x20,0x40,0x80,0x60,0x1c, -+0x8,0x8,0x8,0x9,0x7f,0x49,0x49,0x49,0x49,0x7f,0x48,0x9,0xf,0xf1,0x40,0x0,0x40,0x40,0x40,0x40,0xc0,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x10,0x10,0x10,0x14,0x7e,0x54,0x54,0x54,0x54,0x7c,0x50,0x14,0x1d,0xe5,0x42,0x4,0x0,0x10,0xf8,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x12,0x12,0xe,0x0, -+0x0,0xff,0x4,0x4,0x7,0x8,0x31,0xc1,0x3f,0x21,0x21,0x3f,0x1,0x1,0x7f,0x0,0x4,0xfe,0x0,0x10,0xf8,0x10,0x50,0x28,0xfc,0x8,0x8,0xf8,0x0,0x8,0xfc,0x4, -+0x0,0x2,0xff,0x24,0x25,0x25,0x25,0x25,0x25,0x24,0x24,0x24,0x25,0x44,0x43,0x80,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x20,0x24,0x3c,0xc6,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x15,0x7e,0x54,0x55,0x54,0x54,0x7c,0x50,0x14,0x1d,0xe5,0x40,0x0,0x80,0x80,0x88,0xfc,0x0,0x0,0xf8,0x8,0x10,0x20,0x40,0x80,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x10,0x14,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x40,0x0,0x40,0x20,0x20,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xfc,0x0, -+0x10,0x10,0x10,0x14,0x7d,0x54,0x54,0x54,0x57,0x7c,0x50,0x14,0x1c,0xe4,0x41,0x6,0x20,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x0,0x20,0x20,0x20,0x20,0x24,0xec,0x30,0x20,0x20,0x20,0x20,0x20,0x62,0xa2,0x1e,0x0, -+0x10,0x10,0x10,0x14,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x54,0x4c,0x8c,0x4,0x4,0x14,0x8, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x14,0x1c,0xe5,0x42,0xc,0x8,0xfc,0x8,0x28,0x28,0x28,0x28,0x48,0x48,0x48,0xa8,0xa0,0xa0,0x22,0x22,0x1e, -+0x10,0x10,0x13,0x14,0x7e,0x54,0x57,0x54,0x54,0x7c,0x53,0x14,0x1c,0xe4,0x40,0x0,0x8,0x1c,0xe0,0x40,0x48,0x7c,0xc0,0x40,0x44,0x7e,0xc0,0x40,0x40,0x42,0x42,0x3e, -+0x10,0x10,0x10,0x14,0x7e,0x55,0x56,0x54,0x54,0x7c,0x50,0x14,0x1c,0xe4,0x41,0x2,0x20,0x20,0x50,0x50,0x88,0xe,0x4,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x10,0x10,0x10,0x14,0x7e,0x54,0x54,0x55,0x56,0x7c,0x50,0x14,0x1c,0xe5,0x41,0x0,0x0,0x10,0x58,0x50,0x50,0x88,0x88,0x26,0x24,0x20,0x40,0x40,0x90,0x8,0xfc,0x4, -+0x10,0x10,0x11,0x14,0x7e,0x54,0x55,0x54,0x54,0x7c,0x53,0x14,0x1c,0xe4,0x40,0x0,0x10,0x10,0x10,0xd0,0x50,0x10,0x10,0x90,0x94,0x1e,0xf0,0x10,0x10,0x10,0x10,0x10, -+0x10,0x13,0x10,0x14,0x7f,0x55,0x55,0x55,0x55,0x7c,0x50,0x14,0x1c,0xe4,0x1,0x0,0x24,0xf4,0x24,0x24,0xe4,0x4,0x4,0x24,0xf4,0x24,0x24,0x24,0x24,0x24,0x44,0x84, -+0x1,0x21,0x21,0x3f,0x1,0xff,0x1,0x1,0x1f,0x11,0x11,0x1f,0x1,0x1,0x7f,0x0,0x0,0x8,0x8,0xf8,0x4,0xfe,0x0,0x10,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x4, -+0x10,0x10,0x10,0x14,0x7f,0x54,0x54,0x54,0x54,0x7c,0x50,0x14,0x1c,0xe4,0x40,0x0,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0xf8,0x88, -+0x10,0x10,0x10,0x14,0x7f,0x54,0x54,0x54,0x54,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x17,0x14,0x7e,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1c,0xe4,0x40,0x0,0x0,0x4,0xfe,0x8,0x8,0xe8,0x28,0x28,0x28,0x28,0xe8,0x28,0x8,0x8,0x28,0x10, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe6,0x44,0x9,0x4,0xfe,0x0,0x4,0xfe,0x20,0x24,0x3e,0x24,0x24,0x24,0x24,0x44,0x44,0x94,0x8, -+0x10,0x10,0x10,0x14,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x10,0x10,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x17,0x1d,0xe5,0x41,0x1,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0xfe,0x4,0x4,0x14,0x8, -+0x10,0x10,0x10,0x14,0x7f,0x55,0x56,0x54,0x54,0x7c,0x50,0x14,0x1c,0xe4,0x40,0x0,0x80,0xc0,0x84,0xfe,0x40,0x40,0x48,0x7c,0x40,0x40,0x44,0x7e,0x40,0x40,0x40,0x40, -+0x10,0x10,0x10,0x14,0x7e,0x54,0x54,0x54,0x54,0x7c,0x50,0x14,0x1c,0xe4,0x47,0x0,0x8,0x1c,0xe0,0x80,0x80,0x80,0x88,0xfc,0x90,0x90,0x90,0x90,0x90,0x94,0xfe,0x0, -+0x10,0x10,0x10,0x14,0x7e,0x55,0x56,0x54,0x54,0x7d,0x50,0x14,0x1c,0xe4,0x40,0x0,0x20,0x20,0x50,0x50,0x88,0x46,0x24,0x20,0x0,0xfc,0x8,0x10,0xa0,0x40,0x20,0x20, -+0x10,0x11,0x11,0x14,0x7e,0x54,0x54,0x54,0x57,0x7c,0x51,0x14,0x1c,0xe4,0x43,0x0,0x0,0xfc,0x4,0x88,0x50,0x20,0x50,0x8e,0x24,0x20,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x10,0x14,0x7e,0x55,0x55,0x57,0x54,0x7c,0x51,0x17,0x1c,0xe4,0x40,0x1,0x10,0x90,0x90,0x94,0xbe,0x14,0x54,0xd4,0x94,0x94,0x54,0xf4,0x24,0x44,0x94,0x8, -+0x4,0x7e,0x8,0x8,0x8,0xe,0xf1,0x1,0x1f,0x11,0x11,0x1f,0x11,0x1,0x7f,0x0,0x8,0xfc,0x88,0xc8,0xaa,0x8a,0x6,0x10,0xf8,0x10,0x10,0xf0,0x0,0x8,0xfc,0x4, -+0x10,0x10,0x10,0x15,0x7e,0x55,0x54,0x54,0x54,0x7f,0x50,0x14,0x1c,0xe4,0x41,0x2,0x20,0x20,0x28,0xfc,0x20,0x24,0xac,0xb0,0x24,0xfe,0x50,0x50,0x90,0x88,0x6,0x4, -+0x10,0x10,0x10,0x15,0x7e,0x54,0x54,0x57,0x54,0x7d,0x50,0x14,0x1c,0xe4,0x41,0x2,0x80,0x80,0x5c,0xe0,0x50,0x22,0xd2,0xe,0x0,0xfc,0x90,0x90,0x92,0x92,0xe,0x0, -+0x10,0x10,0x11,0x14,0x7e,0x54,0x54,0x55,0x54,0x7c,0x51,0x14,0x1c,0xe4,0x43,0x0,0x0,0x8,0xfc,0x20,0x20,0x48,0x84,0xfe,0x22,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x22,0x2a,0xfe,0xaa,0xaa,0xaa,0xaa,0xfa,0xa2,0x2a,0x38,0xc9,0x1,0x2,0x80,0x84,0xbe,0x88,0x88,0xbe,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xae,0x8,0x8,0x8, -+0x10,0x10,0x10,0x14,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x50,0x50,0x50,0x54,0xfe,0x54,0x54,0x54,0x54,0xfc,0x54,0x54,0x54,0x54,0xfc,0x4, -+0x20,0x20,0x27,0x29,0xfd,0xaa,0xaa,0xaf,0xa9,0xf9,0xa5,0x2b,0x39,0xca,0x4,0x8,0x0,0xc,0x70,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x7c,0x0,0x86,0x7c,0x0, -+0x10,0x10,0x11,0x14,0x7e,0x54,0x57,0x54,0x54,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x8,0x1c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x10,0x10,0x10,0x15,0x7e,0x54,0x54,0x54,0x57,0x7c,0x50,0x14,0x1c,0xe4,0x41,0x2,0x40,0x20,0x24,0xfe,0x88,0x50,0x20,0xd8,0x6,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x10,0x10,0x10,0x15,0x7e,0x54,0x55,0x56,0x54,0x7c,0x50,0x14,0x1c,0xe4,0x1,0x6,0x40,0x20,0x4,0xfe,0x88,0x88,0x4,0x8a,0x88,0x50,0x50,0x20,0x50,0x88,0x6,0x4, -+0x11,0x10,0x10,0x10,0x7d,0x54,0x54,0x55,0x54,0x7c,0x53,0x14,0x1c,0xe4,0x40,0x0,0x4,0x8c,0x50,0x4,0xfe,0x20,0x20,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x10,0x10,0x10,0x14,0x7f,0x54,0x54,0x54,0x55,0x7c,0x53,0x14,0x1c,0xe4,0x40,0x0,0x20,0x20,0x40,0x88,0xfc,0x20,0xa8,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x3f,0x20,0x2f,0x20,0x3f,0x24,0x24,0x26,0x24,0x2f,0x28,0x28,0x4f,0x40,0xbf,0x0,0xfc,0x0,0xf8,0x0,0xfe,0x88,0x50,0xb0,0x8e,0xf8,0x88,0x88,0xf8,0x84,0xfc,0x2, -+0x8,0x8,0xfe,0x8,0xe,0xf8,0x9,0x2a,0x11,0x3f,0x21,0x21,0x3f,0x1,0x7f,0x0,0x4,0xf8,0x80,0x84,0xfe,0x90,0x10,0x10,0x10,0xf8,0x8,0x8,0xf8,0x4,0xfc,0x2, -+0x10,0x11,0x10,0x14,0x7e,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x20,0x24,0xa8,0xb0,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x54,0x57,0x54,0x7c,0x53,0x14,0x1c,0xe5,0x42,0x4,0x8,0xfc,0x8,0x8,0x8,0xf8,0x0,0xfc,0x40,0x44,0xfe,0xa0,0xa0,0x10,0xe,0x4, -+0x10,0x10,0x13,0x10,0x7c,0x57,0x54,0x55,0x55,0x7e,0x52,0x14,0x1c,0xe4,0x40,0x0,0x44,0xe4,0x84,0x84,0x94,0xf4,0x94,0x94,0xd4,0xb4,0x94,0x94,0x84,0x84,0x94,0x88, -+0x10,0x10,0x10,0x14,0x7e,0x55,0x56,0x54,0x54,0x7d,0x50,0x14,0x1d,0xe6,0x40,0x0,0x20,0x20,0x50,0x88,0x88,0x6,0xf8,0x20,0x28,0xfc,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x10,0x10,0x13,0x11,0x7c,0x54,0x55,0x54,0x54,0x7c,0x53,0x14,0x1c,0xe4,0x40,0x0,0x8,0x1c,0xe0,0x24,0xa4,0xa8,0xfc,0x8,0x30,0x24,0xfe,0x20,0x20,0x20,0xa0,0x40, -+0x11,0x10,0x13,0x14,0x7e,0x55,0x54,0x54,0x57,0x7c,0x50,0x14,0x1c,0xe4,0x41,0x6,0x4,0x88,0xfe,0x20,0x28,0xfc,0x20,0x24,0xfe,0x50,0x50,0x50,0x92,0x92,0xe,0x0, -+0x10,0x10,0x13,0x10,0x7d,0x54,0x57,0x54,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x20,0x24,0xfe,0x20,0xfc,0x20,0xfe,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x10,0x10,0x13,0x14,0x7e,0x54,0x54,0x54,0x54,0x7c,0x50,0x17,0x1c,0xe4,0x41,0x2,0x88,0x88,0xfe,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88,0x88,0xfe,0x0,0x88,0x6,0x2, -+0x10,0x10,0x10,0x14,0x7f,0x54,0x55,0x55,0x55,0x7e,0x52,0x14,0x1c,0xe4,0x40,0x0,0x80,0x86,0x98,0x90,0xf0,0x90,0x9e,0xd4,0xb4,0x94,0x94,0x94,0xa4,0xa4,0xc4,0x84, -+0x20,0x20,0x20,0x27,0xf8,0xa8,0xab,0xaa,0xaa,0xfa,0xa3,0x28,0x39,0xce,0x4,0x0,0x20,0x28,0x24,0xfe,0x20,0x20,0xa4,0xa4,0xa4,0xa8,0xa8,0x10,0xb2,0x52,0x8a,0x4, -+0x2,0x2,0x7e,0x2,0x3e,0x2,0x7e,0x2,0x1,0x3f,0x21,0x21,0x3f,0x1,0xff,0x0,0x80,0x88,0xfc,0x80,0xf8,0x80,0xfe,0x80,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfc,0x2, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x55,0x54,0x7f,0x50,0x14,0x1c,0xe5,0x42,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x70,0xa8,0x2e,0x24,0x20, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x4,0xfe,0x4,0x14,0xfc,0x24,0x24,0xfc,0x24,0x34,0x2c,0xfc,0x4,0x4,0xfc,0x4, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x54,0x54,0x7d,0x52,0x14,0x1d,0xe6,0x40,0x1,0x8,0xfc,0x8,0xf8,0x8,0x8,0xf8,0x84,0xfe,0x54,0x94,0xa4,0x24,0x44,0xa8,0x10, -+0x10,0x10,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7c,0x50,0x17,0x1c,0xe4,0x40,0x0,0x20,0x44,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0x50,0x94,0xfe,0x10,0x10,0x10,0x10, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x42,0x4,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4,0x74,0x54,0x54,0x74,0x4,0x14,0x8, -+0x10,0x11,0x10,0x10,0x7d,0x54,0x57,0x54,0x54,0x7d,0x52,0x14,0x1c,0xe4,0x40,0x0,0x20,0x24,0xa8,0x20,0xfc,0x20,0xfe,0x50,0x88,0xfe,0x88,0x88,0xa8,0x92,0x82,0x7e, -+0x10,0x12,0x13,0x12,0x7d,0x55,0x55,0x55,0x56,0x7d,0x50,0x14,0x1c,0xe5,0x42,0x4,0x40,0x20,0xfe,0x2,0x4,0x0,0xdc,0x54,0x54,0x54,0xdc,0x90,0x92,0x12,0xe,0x0, -+0x21,0x20,0x20,0x2b,0xfe,0xaa,0xab,0xaa,0xaa,0xfb,0xa2,0x2a,0x3a,0xcb,0x2,0x0,0x0,0x80,0x9e,0xd2,0x54,0x54,0xd8,0x54,0x54,0xd2,0x12,0x9a,0xd4,0x50,0x10,0x10, -+0x10,0x11,0x10,0x14,0x7e,0x55,0x54,0x54,0x54,0x7d,0x51,0x15,0x1d,0xe5,0x43,0x0,0x0,0xfc,0x8,0x30,0x24,0xfe,0x20,0xa0,0x44,0xfe,0x54,0x54,0x54,0x54,0xfe,0x0, -+0x20,0x20,0x27,0x20,0xfb,0xa8,0xaf,0xa9,0xab,0xfe,0xaa,0x23,0x3a,0xca,0x3,0x2,0x40,0x48,0xfc,0x40,0xf8,0x80,0xfe,0x10,0xf8,0xc,0xa,0xf8,0x8,0x8,0xf8,0x8, -+0x10,0x10,0x13,0x10,0x7c,0x57,0x56,0x54,0x55,0x7c,0x50,0x14,0x1c,0xe5,0x42,0x0,0x88,0x88,0xfe,0x88,0x88,0xfe,0x2,0x24,0xfc,0x20,0x70,0x68,0xa8,0x26,0x24,0x20, -+0x10,0x10,0x10,0x13,0x7c,0x54,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x20,0x20,0x24,0xfe,0x20,0x24,0xfe,0x4,0x54,0xfc,0x24,0xfc,0x24,0x24,0x24,0xc, -+0x10,0x13,0x10,0x14,0x7e,0x54,0x54,0x54,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x4,0xfe,0x8,0xfc,0x88,0x88,0xf8,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4, -+0x10,0x10,0x10,0x13,0x7c,0x54,0x55,0x56,0x54,0x7d,0x50,0x14,0x1c,0xe4,0x43,0x0,0x20,0x20,0x24,0xfe,0x50,0x88,0x26,0xf8,0x20,0xfc,0x20,0xf8,0x20,0x24,0xfe,0x0, -+0x10,0x10,0x13,0x10,0x7c,0x57,0x54,0x55,0x55,0x7e,0x52,0x14,0x1c,0xe4,0x40,0x0,0x4,0x64,0x84,0xa4,0x94,0xc4,0xa4,0x94,0xc4,0xbe,0x84,0x84,0x84,0x84,0x84,0x84, -+0x10,0x10,0x10,0x15,0x7e,0x54,0x54,0x54,0x54,0x7c,0x50,0x14,0x1d,0xe6,0x40,0x3,0x80,0x84,0xfe,0x0,0xfc,0x84,0xfc,0x84,0xfc,0x80,0xfc,0x84,0x58,0x20,0xd8,0x6, -+0x10,0x10,0x11,0x15,0x7f,0x55,0x55,0x55,0x54,0x7d,0x50,0x14,0x1c,0xe4,0x40,0x3,0x20,0xac,0x24,0x24,0xac,0x24,0x24,0xfc,0x20,0xfc,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x20,0x20,0x20,0x28,0xfd,0xaa,0xac,0xab,0xaa,0xfb,0xa2,0x2b,0x3a,0xca,0x2,0x2,0x20,0x20,0x50,0x90,0x8,0xf4,0x2,0xc4,0x54,0xd4,0x54,0xd4,0x54,0x54,0x44,0xcc, -+0x22,0x21,0x21,0x27,0xfa,0xaa,0xab,0xaa,0xfa,0xa2,0x22,0x2a,0x3a,0xcc,0x5,0x8,0x20,0x20,0x24,0xbe,0x40,0x0,0xbc,0x88,0x90,0xfe,0x90,0x90,0x90,0x90,0xd0,0x20, -+0x20,0x22,0x21,0x28,0xff,0xa8,0xa9,0xaa,0xa8,0xff,0xa1,0x2a,0x39,0xe8,0x1,0x6,0x40,0x48,0x50,0x40,0xfc,0xe0,0x58,0x48,0x80,0xfe,0x10,0x10,0xa0,0x40,0xb0,0x8, -+0x10,0x10,0x10,0x13,0x7c,0x54,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x0,0x88,0x50,0xfe,0x50,0x54,0xfe,0x54,0x54,0x54,0x9c,0x4,0x74,0x4,0xfc,0x4, -+0x10,0x10,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x53,0x15,0x1d,0xe5,0x41,0x1,0x40,0x24,0xfe,0x4,0x4,0xfc,0x4,0x0,0xfe,0x4a,0x4a,0xfe,0x4a,0x4a,0x4a,0x6, -+0x0,0x7e,0x14,0x8,0xff,0x1a,0x28,0x49,0x19,0x3f,0x21,0x21,0x3f,0x1,0xff,0x0,0x40,0x44,0x7e,0xc8,0x28,0x10,0x28,0x46,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfc,0x2, -+0x20,0x20,0x27,0x28,0xff,0xa8,0xaf,0xa8,0xa9,0xfb,0xa4,0x2b,0x38,0xc9,0x2,0x0,0x40,0x48,0xfc,0x40,0xf8,0x40,0xfe,0xa0,0x10,0xe8,0x46,0xf8,0x40,0x50,0x48,0x40, -+0x8,0x7f,0x8,0x3e,0x8,0xff,0x10,0x1c,0x25,0x4d,0x3f,0x21,0x21,0x3f,0x1,0xff,0x20,0x20,0x24,0x7e,0xc8,0x28,0x10,0x28,0x46,0x8,0xfc,0x8,0x8,0xf8,0x4,0xfe, -+0x20,0x20,0x27,0x28,0xfc,0xab,0xa8,0xaa,0xab,0xfa,0xa2,0x2b,0x3a,0xca,0x2,0x2,0x90,0x94,0xfe,0x90,0x90,0xfc,0x90,0x94,0xfe,0x94,0x94,0x6c,0x44,0x4,0x14,0x8, -+0x21,0x21,0x27,0x21,0xf8,0xaf,0xa8,0xa9,0xaa,0xfd,0xa1,0x2f,0x39,0xc9,0x2,0x4,0x10,0x14,0xfe,0x18,0x44,0xfe,0xa0,0x10,0xe,0x14,0x10,0xfe,0x10,0x10,0x10,0x10, -+0x10,0x10,0x13,0x14,0x7e,0x55,0x55,0x55,0x55,0x7d,0x50,0x17,0x1c,0xe4,0x40,0x3,0x88,0x88,0xfe,0x88,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x50,0x8e,0x4, -+0x10,0x11,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe6,0x42,0x4,0x4,0xfe,0x10,0x24,0x7e,0x44,0x44,0x7c,0x44,0x44,0x7c,0x10,0x58,0x56,0x92,0x30, -+0x10,0x10,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x14,0x1c,0xe6,0x42,0x4,0x40,0x88,0xfc,0x8,0xf8,0x8,0xf8,0x8,0x8,0xf8,0x48,0x20,0xa4,0x82,0x8a,0x78, -+0x10,0x10,0x13,0x10,0x7d,0x55,0x55,0x55,0x54,0x7d,0x51,0x15,0x1d,0xe5,0x41,0x1,0x40,0x24,0xfe,0x0,0x54,0x24,0x54,0xfc,0x24,0xfe,0x24,0x54,0x74,0x4,0x14,0x8, -+0x10,0x10,0x11,0x15,0x7f,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe6,0x42,0x4,0x20,0x14,0xfe,0x10,0x7c,0x14,0xfe,0x14,0x7c,0x10,0x7c,0x44,0x44,0x44,0x7c,0x44, -+0x10,0x10,0x13,0x10,0x7c,0x57,0x56,0x54,0x57,0x7c,0x50,0x14,0x1c,0xe5,0x42,0x4,0x40,0x20,0xfe,0x88,0x50,0xfe,0x42,0x20,0xfe,0x80,0xf8,0x88,0x88,0x8,0x28,0x10, -+0x8,0x7f,0x8,0xff,0x14,0x56,0x55,0x94,0x25,0x3f,0x21,0x21,0x3f,0x1,0xff,0x0,0x40,0x40,0x44,0x7e,0xc8,0x28,0x10,0x28,0x46,0xf8,0x8,0x8,0xf8,0x4,0xfc,0x2, -+0x10,0x10,0x13,0x10,0x7c,0x57,0x54,0x55,0x55,0x7d,0x51,0x15,0x1c,0xe4,0x41,0x2,0x88,0x88,0xfe,0x88,0x88,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x0,0x88,0x6,0x2, -+0x20,0x20,0x27,0x20,0xfb,0xaa,0xab,0xaa,0xab,0xf8,0xa1,0x29,0x39,0xc9,0x1,0x1,0x90,0x94,0xfe,0x90,0xfc,0x94,0xfc,0x94,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8, -+0x10,0x13,0x10,0x10,0x7d,0x55,0x55,0x55,0x54,0x7c,0x50,0x17,0x1c,0xe5,0x42,0x0,0x4,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x0,0xf8,0x0,0xfe,0xa8,0x26,0x22,0x60, -+0x10,0x11,0x10,0x10,0x7d,0x55,0x56,0x54,0x54,0x7c,0x50,0x15,0x1c,0xe4,0x43,0x0,0x20,0x24,0xa8,0x20,0xfe,0x2,0xf8,0x88,0x88,0xf8,0x20,0xfc,0x20,0x24,0xfe,0x0, -+0x10,0x11,0x10,0x11,0x7c,0x57,0x54,0x54,0x55,0x7e,0x50,0x14,0x1d,0xe2,0x44,0x0,0xc,0xf0,0x24,0x24,0xa8,0xfe,0x68,0xa8,0x26,0x24,0x0,0xa0,0xa4,0x8a,0x8a,0x78, -+0x10,0x10,0x11,0x13,0x7d,0x55,0x55,0x54,0x54,0x7d,0x52,0x14,0x1f,0xe4,0x43,0x0,0x80,0xf8,0x10,0xfc,0x24,0x24,0xfc,0x40,0xc4,0x28,0x70,0xb0,0x68,0xae,0x24,0x60, -+0x8,0xf,0x18,0x26,0x1,0xe,0xf2,0x1,0xa,0x9,0x3e,0x2a,0x3e,0x9,0x7f,0x1,0x0,0xf0,0x20,0xc0,0x0,0xe0,0x1e,0x0,0x20,0x20,0xf8,0xa8,0xf8,0x24,0xfc,0x4, -+0x10,0x11,0x10,0x14,0x7f,0x54,0x55,0x55,0x55,0x7d,0x51,0x14,0x1f,0xe4,0x40,0x0,0x20,0xfc,0x88,0x50,0xfe,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x20,0x20, -+0x10,0x10,0x13,0x10,0x7c,0x56,0x55,0x56,0x54,0x7c,0x53,0x14,0x1c,0xe4,0x40,0x0,0x40,0x24,0xfe,0x20,0x48,0xf2,0x24,0x52,0xf8,0x20,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x0,0x1f,0x2,0x1,0x7f,0x2,0xc,0x30,0xca,0x9,0x3e,0x2a,0x3e,0x9,0x7f,0x1,0x0,0xf0,0x20,0x40,0xfe,0x82,0x84,0x80,0xa0,0x28,0xfc,0xa8,0xf8,0x24,0xfc,0x4, -+0x20,0x20,0x27,0x20,0xfb,0xa8,0xab,0xaa,0xaa,0xfb,0xa0,0x2a,0x39,0xcf,0x0,0x0,0x82,0xa2,0xf4,0x84,0xe8,0x12,0xe2,0x24,0x28,0xf0,0x2,0x22,0x44,0xe8,0x10,0x60, -+0x10,0x10,0x13,0x10,0x7d,0x55,0x55,0x55,0x55,0x7c,0x53,0x14,0x1c,0xe6,0x42,0x0,0x20,0x24,0xfe,0x24,0xfe,0x24,0xfc,0x24,0xfc,0x22,0xfe,0x42,0xa0,0xa4,0x8a,0x78, -+0x10,0x11,0x10,0x11,0x7c,0x57,0x54,0x54,0x55,0x7f,0x51,0x15,0x1d,0xe5,0x41,0x1,0xc,0xf0,0x20,0x24,0xa8,0xfe,0x70,0xa8,0x26,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc, -+0x10,0x10,0x13,0x10,0x7d,0x54,0x57,0x55,0x54,0x7f,0x50,0x15,0x1d,0xe5,0x41,0x1,0x88,0x50,0xfe,0x20,0xfc,0x20,0xfe,0x24,0xa8,0xfe,0x4,0xfe,0x4,0x4,0xfc,0x4, -+0x10,0x13,0x10,0x10,0x7d,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1c,0xe4,0x41,0x6,0x88,0xfe,0x88,0xa0,0xfc,0x20,0xfc,0x20,0x3c,0x0,0xfc,0x8,0x90,0x60,0x98,0x6, -+0x20,0x20,0x27,0x20,0xfb,0xaa,0xad,0xa8,0xaf,0xf8,0xa3,0x28,0x3b,0xe8,0x43,0x0,0x90,0x94,0xfe,0x90,0xfe,0x2,0xf4,0x0,0xfe,0x40,0xa4,0x78,0xb0,0x68,0xa6,0x60, -+0x10,0x10,0x11,0x13,0x7d,0x55,0x55,0x55,0x55,0x7d,0x51,0x15,0x1d,0xe6,0x42,0x4,0x80,0xf8,0x10,0xfe,0x44,0x92,0xfe,0x0,0x7c,0x0,0x7c,0x0,0x7c,0x44,0x7c,0x44, -+0x20,0x23,0x22,0x2a,0xff,0xaa,0xaa,0xaa,0xab,0xfa,0xa2,0x2a,0x3a,0xcd,0x6,0x8,0x20,0xfe,0x88,0x50,0xfe,0x50,0xfc,0x54,0xfe,0x54,0xfc,0x50,0xd8,0x54,0x52,0x50, -+0x10,0x10,0x13,0x10,0x7d,0x55,0x55,0x55,0x54,0x7d,0x51,0x15,0x1d,0xe5,0x42,0x4,0x88,0x88,0xfe,0x88,0xfc,0x54,0x54,0xfc,0x28,0xfe,0x20,0x24,0x98,0x52,0x2a,0x46, -+0xf,0x8,0x1f,0x0,0xff,0xc,0x73,0xd,0x72,0x1c,0x6b,0x3e,0x2a,0x3e,0x9,0x7f,0xe0,0x20,0xe0,0x44,0xfe,0x10,0x20,0xc0,0xa0,0x9e,0x24,0xf8,0xa8,0xf8,0x24,0xfc, -+0x1,0x7f,0x9,0x7f,0x40,0x9f,0x4,0xf,0x38,0xcf,0x8,0x3e,0x2a,0x3e,0x8,0x7f,0x0,0xfc,0x20,0xfe,0x2,0xf4,0x0,0xf0,0x10,0xf0,0x20,0xf8,0xa8,0xf8,0x24,0xfc, -+0x27,0x26,0x25,0x27,0xf9,0xab,0xae,0xab,0xaa,0xfa,0xa0,0x2b,0x39,0xc8,0x1,0x6,0xbc,0xb4,0xac,0xbc,0x40,0xfc,0x40,0xf8,0x40,0x7c,0x0,0xf8,0x10,0xe0,0x10,0xe, -+0x8,0x8,0x8,0x1f,0x21,0x41,0x1,0x1,0xff,0x1,0x21,0x21,0x21,0x21,0x3f,0x0,0x0,0x0,0x10,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x3e,0x22,0x2a,0x2a,0x2a,0x14,0x22,0x8,0xf,0x11,0x1,0xff,0x1,0x11,0x11,0x1f,0xf8,0x88,0xa8,0xa8,0xa8,0x50,0x88,0x20,0xf0,0x0,0x4,0xfe,0x0,0x10,0x10,0xf0, -+0x8,0x7f,0x8,0x3e,0x0,0x7f,0x49,0x7f,0x44,0x4f,0x91,0x1,0xff,0x1,0x11,0x1f,0x78,0x48,0x4e,0x80,0x78,0x48,0x30,0x48,0x86,0xf0,0x0,0x4,0xfe,0x0,0x10,0xf0, -+0x20,0x24,0x3e,0x51,0x91,0x15,0xff,0x11,0x11,0x55,0x55,0x55,0x55,0x7d,0x2,0x4,0x20,0x3c,0x20,0xfe,0x24,0xf8,0x24,0x38,0x0,0xfe,0x54,0x54,0xfe,0x10,0x10,0x30, -+0x0,0x6,0x79,0x11,0x15,0xff,0x11,0x11,0x15,0x7f,0x45,0x45,0x45,0x7d,0x45,0x1,0x8,0x1c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x10,0x10,0x4a,0x8a,0x4, -+0x10,0x12,0x1f,0x20,0x28,0x45,0x80,0x0,0x3f,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x40,0x44,0x7e,0x80,0x90,0x8,0x0,0x10,0xf8,0x0,0x0,0x0,0x4,0xfe,0x0,0x0, -+0x10,0x12,0x1f,0x28,0x45,0x80,0x3f,0x1,0x1,0xff,0x1,0x1,0x1,0x1,0x5,0x2,0x40,0x44,0x7e,0xa0,0x10,0x0,0xf8,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x0,0x3f,0x8,0x8,0x9,0x14,0x12,0x11,0x21,0x46,0x98,0x40,0x44,0x7e,0xa0,0x10,0x20,0xf0,0x40,0x90,0xf8,0x20,0x40,0x80,0x60,0x1e,0x4, -+0x10,0x12,0x1f,0x28,0x45,0x0,0x3f,0x8,0x8,0x8,0xf,0x0,0x7f,0x0,0x0,0x0,0x40,0x44,0x7e,0xa0,0x10,0x20,0xf0,0x20,0x20,0x24,0xfe,0x4,0xf4,0x4,0x14,0x8, -+0x10,0x12,0x1f,0x28,0x45,0x0,0x3f,0x4,0x4,0xff,0x4,0x4,0x8,0x8,0x10,0x20,0x40,0x44,0x7e,0xa0,0x10,0x0,0xf8,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20, -+0x10,0x12,0x1f,0x28,0xc5,0x0,0x1f,0x10,0x11,0x11,0x11,0x12,0x12,0x4,0x18,0xe0,0x40,0x44,0x7e,0xa0,0x10,0x10,0xf8,0x10,0x10,0x10,0x90,0x90,0x90,0x82,0x82,0x7e, -+0x10,0x12,0x1f,0x28,0x45,0x0,0x1f,0x11,0x11,0x11,0x11,0x11,0x11,0x21,0x41,0x1,0x40,0x44,0x7e,0xa0,0x10,0x38,0xe0,0x20,0x20,0x20,0x10,0x10,0x8,0xe,0x4,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x1,0x3f,0x21,0x21,0x3f,0x3,0x5,0x9,0x31,0xc1,0x1,0x40,0x44,0x7e,0xa0,0x10,0x8,0xf0,0x0,0x4,0xfe,0x4,0x4,0x44,0x28,0x10,0x0, -+0x10,0x12,0x1f,0x28,0x45,0x8,0xf,0x12,0x12,0x22,0x44,0x4,0x8,0x11,0x22,0x0,0x40,0x44,0x7e,0xa0,0x10,0x8,0xfc,0x48,0x48,0x48,0x48,0x88,0x88,0x8,0x50,0x20, -+0x10,0x12,0x1f,0x28,0x45,0x0,0x7e,0x8,0x8,0x8,0x8,0xe,0x78,0x20,0x0,0x0,0x40,0x44,0x7e,0xa0,0x10,0x0,0xfc,0x88,0x90,0x90,0x88,0xc4,0xa4,0x98,0x80,0x80, -+0x10,0x12,0x1f,0x28,0xc5,0x3f,0x20,0x20,0x27,0x24,0x24,0x27,0x24,0x20,0x3f,0x0,0x40,0x44,0x7e,0xa0,0x10,0xfc,0x0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x4,0xfe,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x1f,0x10,0x10,0x1f,0x10,0x10,0x1f,0x10,0x0,0xff,0x0,0x40,0x44,0x7e,0xa0,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x4,0xfe,0x0, -+0x10,0x12,0x1f,0x28,0x45,0x11,0x11,0x1f,0x21,0x41,0x1f,0x1,0x1,0x1,0xff,0x0,0x40,0x44,0x7e,0xa0,0x10,0x0,0x10,0xf8,0x0,0x20,0xf0,0x0,0x0,0x4,0xfe,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x4,0xf,0xa,0x12,0x23,0x42,0x2,0x3,0x2,0x2,0x2,0x40,0x44,0x7e,0xa0,0x10,0x8,0xfc,0x0,0x10,0xf8,0x0,0x8,0xfc,0x0,0x0,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x8,0xf,0x10,0x10,0x2f,0x48,0x8,0xf,0x8,0x0,0x0,0x40,0x44,0x7e,0xa0,0x10,0x8,0xfc,0x8,0x48,0xe8,0x48,0x48,0xc8,0x8,0x28,0x10, -+0x10,0x12,0x1f,0x28,0xc5,0x2,0x1,0x7f,0x0,0x8,0x4,0x4,0x2,0x2,0x7f,0x0,0x40,0x44,0x7e,0xa0,0x10,0x0,0x8,0xfc,0x0,0x20,0x20,0x40,0x40,0x84,0xfe,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x3f,0x0,0x7f,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x0,0x40,0x44,0x7e,0xa0,0x14,0xfe,0x4,0xe4,0x4,0x84,0x84,0x84,0x84,0x84,0x94,0x8, -+0x10,0x12,0x1f,0x28,0xc5,0x3f,0x2,0x2,0x4,0x8,0x3f,0xd0,0x10,0x10,0x1f,0x10,0x40,0x44,0x7e,0xa0,0x10,0xf8,0x8,0x10,0x50,0x20,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x12,0x1f,0x28,0xc5,0x8,0x8,0x7f,0x9,0x9,0x9,0x9,0x11,0x11,0x25,0xc2,0x40,0x44,0x7e,0xa0,0x10,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x7c,0x44,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x20,0x10,0x7,0x70,0x10,0x11,0x11,0x12,0x2c,0x44,0x3,0x40,0x44,0x7e,0xa0,0x10,0x80,0x88,0xfc,0x88,0x88,0x8,0x8,0x28,0x10,0x6,0xfc, -+0x10,0x12,0x1f,0x28,0x45,0x84,0x8,0x10,0x3f,0x0,0x1f,0x10,0x10,0x10,0x1f,0x10,0x40,0x44,0x7e,0xa0,0x10,0x0,0x20,0x10,0xf8,0x8,0xf0,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x12,0x1f,0x28,0xc5,0x8,0x8,0xfe,0x8,0x8,0xe,0x78,0x8,0x8,0x28,0x10,0x40,0x44,0x7e,0xa0,0x10,0x0,0x4,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x10,0x1e,0x10,0x10,0x1e,0x1,0xff,0x1,0x1,0x1,0x1,0x40,0x44,0x7e,0xa0,0x10,0x80,0x98,0xe0,0x84,0xfc,0x0,0xfe,0x0,0x0,0x0,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x11,0x1f,0x21,0x1,0xff,0x4,0x4,0x4,0x8,0x10,0x60,0x40,0x44,0x7e,0xa0,0x10,0x0,0xf8,0x0,0x4,0xfe,0x80,0x80,0x80,0x84,0x84,0x7c, -+0x10,0x12,0x1f,0x28,0xc5,0x0,0x7d,0x10,0x21,0x7d,0x5,0x49,0x29,0x10,0x28,0xc7,0x40,0x44,0x7e,0xa0,0x10,0xc,0xf0,0x20,0x28,0x3c,0x20,0x28,0xfc,0x0,0x6,0xfc, -+0x10,0x12,0x1f,0x28,0xc5,0x2,0x4,0x8,0x3f,0xc1,0x1,0x1f,0x1,0x1,0x7f,0x0,0x40,0x44,0x7e,0xa0,0x10,0x80,0x40,0x20,0xfe,0x4,0x20,0xf0,0x0,0x8,0xfc,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x7,0x8,0x3f,0x1,0xff,0x1,0x3f,0x1,0x1,0x5,0x2,0x40,0x44,0x7e,0xa0,0x10,0xe0,0x48,0xfc,0x8,0xfe,0x8,0xf8,0x8,0x0,0x0,0x0, -+0x10,0x12,0x1f,0x28,0xc5,0x10,0x10,0x7c,0x11,0x12,0x10,0x1c,0xe1,0x40,0x0,0x0,0x40,0x44,0x7e,0xa0,0x10,0x84,0xfe,0x84,0x44,0x24,0x4,0x34,0xc4,0x84,0x14,0x8, -+0x10,0x12,0x1f,0x28,0xc5,0x0,0x7f,0x1,0x11,0x11,0x11,0x29,0x45,0x1,0xff,0x0,0x40,0x44,0x7e,0xa0,0x10,0x0,0xfc,0x0,0x10,0x10,0x10,0x28,0x44,0x0,0xfe,0x0, -+0x10,0x1f,0x28,0x45,0xff,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x29,0x5,0x3,0xc,0x70,0x40,0x7e,0xa0,0x14,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8,0x0,0x0,0xe0,0x1e, -+0x10,0x12,0x1f,0x28,0x45,0x8,0x9,0x7f,0x9,0xd,0x19,0x69,0x9,0x9,0x29,0x10,0x40,0x44,0x7e,0xa0,0x10,0x4,0xfe,0x24,0x24,0x24,0xfc,0x4,0x0,0x2,0x2,0xfe, -+0x10,0x12,0x1f,0x28,0xc5,0x9,0x5,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x10,0x10,0x10,0x40,0x44,0x7e,0xa0,0x10,0x20,0x50,0xf8,0x10,0xf0,0x10,0xf0,0x10,0x10,0x50,0x20, -+0x10,0x12,0x1f,0x28,0xc5,0x8,0x8,0x14,0x35,0x56,0x94,0x14,0x14,0x14,0x11,0x12,0x40,0x44,0x7e,0xa0,0x10,0x84,0xfe,0x88,0x88,0x90,0x50,0x20,0x50,0x88,0xe,0x4, -+0x10,0x12,0x1f,0x68,0x85,0x7f,0x1,0x3f,0x1,0xff,0x10,0x1f,0x10,0x1f,0x10,0x10,0x40,0x44,0x7e,0xa0,0x10,0xfc,0x0,0xf8,0x0,0xfe,0x10,0xf0,0x10,0xf0,0x10,0x30, -+0x12,0x1f,0x28,0x45,0x7f,0x1,0x1f,0x1,0xff,0x0,0x1f,0x10,0x11,0x12,0x4,0x38,0x48,0x7c,0xa0,0x10,0xfc,0x0,0xf8,0x0,0xfe,0x10,0xf8,0x10,0x10,0xd0,0x30,0x8, -+0x12,0x1f,0x28,0xc5,0x3f,0x20,0x20,0x2f,0x24,0x22,0x3f,0x21,0x22,0x24,0x3f,0x0,0x44,0x7e,0xa0,0x10,0xfc,0x80,0x90,0xf8,0x90,0xa0,0xfc,0x40,0x30,0x14,0xfe,0x0, -+0x10,0x12,0x1f,0x28,0xc2,0x3f,0x2,0x2,0xff,0x4,0xf,0x18,0x6f,0x8,0xf,0x8,0x40,0x44,0x7e,0xa0,0x10,0xe0,0x40,0x84,0xfe,0x0,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x12,0x1f,0x28,0xc5,0x8,0x7f,0xa,0x2,0xff,0x4,0xf,0x38,0xc8,0x8,0xf,0x8,0x48,0x7c,0xa0,0x10,0x20,0xfc,0x20,0x4,0xfe,0x10,0xf8,0x10,0x10,0x10,0xf0,0x10, -+0x10,0x12,0x1f,0x28,0x45,0x8,0x8,0xff,0x8,0x8,0xe,0xf8,0x48,0x8,0x28,0x10,0x40,0x48,0x7c,0xa0,0x10,0x88,0x88,0xfe,0x88,0x88,0xf8,0x88,0x88,0x88,0xf8,0x88, -+0x10,0x12,0x1f,0x28,0x45,0x13,0x11,0xfc,0x11,0x12,0x1d,0xf0,0x13,0x10,0x50,0x20,0x40,0x44,0x7e,0xa0,0x10,0xf8,0x10,0xe0,0x10,0x4e,0xf4,0x40,0xf8,0x40,0x40,0x40, -+0x10,0x12,0x1f,0x28,0x45,0x1f,0x11,0x1f,0x11,0x1f,0x0,0xff,0x8,0x8,0x10,0x20,0x40,0x44,0x7e,0xa0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x20,0x20,0x20,0x20, -+0x12,0x1f,0x28,0x45,0x8,0x4,0x1f,0x11,0x1f,0x11,0x1f,0x1,0xff,0x1,0x1,0x1,0x48,0x7c,0x90,0x8,0x20,0x40,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x0,0x0, -+0x12,0x1f,0x28,0x45,0x1,0x7f,0x40,0x88,0x10,0x20,0x1f,0x1,0x1,0x1,0xff,0x0,0x48,0x7c,0xa0,0x10,0x0,0xfe,0x2,0x24,0x18,0x8,0xf0,0x0,0x0,0x4,0xfe,0x0, -+0x12,0x1f,0x28,0x45,0x1,0x7f,0x48,0x8e,0x12,0x12,0x32,0x4c,0x8,0x10,0x20,0x40,0x48,0x7c,0xa0,0x10,0x0,0xfe,0x2,0xf4,0x90,0x90,0x90,0xd0,0xa0,0x82,0x82,0x7e, -+0x12,0x1f,0x28,0x45,0x3f,0x1,0xff,0x1,0x3f,0x1,0x25,0x25,0x29,0x29,0x31,0x41,0x48,0x7c,0xa0,0x10,0xf8,0x8,0xfe,0x8,0xf8,0x0,0x48,0x28,0x28,0x18,0x18,0x8, -+0x12,0x1f,0x28,0x45,0x0,0x3f,0x20,0x3f,0x20,0x2f,0x29,0x29,0x4f,0x49,0x80,0x0,0x48,0x7c,0xa0,0x10,0x50,0xfc,0x40,0xc0,0x28,0x28,0x28,0x30,0x20,0x52,0x8a,0x4, -+0x12,0x1f,0x28,0x41,0x3f,0x21,0x3f,0x1,0xff,0x0,0x1f,0x10,0x11,0x11,0x6,0x38,0x48,0x7c,0xa0,0x8,0xfc,0x8,0xf8,0x0,0xfe,0x10,0xf8,0x10,0x10,0x10,0x60,0x18, -+0x12,0x1f,0x28,0x41,0x1f,0x10,0x1f,0x10,0x1f,0x0,0x7f,0x1,0x3f,0x1,0xff,0x0,0x48,0x7c,0xa0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x0,0xfc,0x0,0xf8,0x0,0xfe,0x0, -+0x12,0x1f,0x28,0x45,0x5,0x8,0x17,0x31,0x51,0x96,0x10,0x17,0x10,0x10,0x11,0x16,0x48,0x7c,0xa0,0x0,0xf0,0x10,0xfc,0x0,0xfc,0x40,0x44,0xfe,0x40,0xa0,0x18,0x6, -+0x12,0x1f,0x28,0x41,0x7f,0x4,0x3f,0x4,0xff,0x11,0x1f,0x11,0xff,0x10,0x10,0x10,0x48,0x7c,0xa0,0x50,0xfc,0x40,0xf8,0x40,0xfe,0x10,0xf0,0x14,0xfe,0x10,0x10,0x30, -+0x10,0x1f,0x28,0x45,0x3f,0x22,0x22,0x3e,0x22,0x3e,0x22,0x3e,0x22,0x22,0x3f,0x0,0x40,0x7c,0xa0,0x10,0xfc,0x40,0x50,0x78,0x40,0x78,0x40,0x78,0x40,0x48,0xfc,0x0, -+0x10,0x1f,0x28,0x45,0x7f,0x4,0x3f,0x24,0x24,0x3f,0x1,0xff,0x3,0xd,0x71,0x1,0x40,0x7c,0xa0,0x10,0xfc,0x40,0xf8,0x48,0x48,0xf8,0x0,0xfe,0x80,0x60,0x1c,0x0, -+0x10,0x1f,0x28,0x45,0x1,0x3f,0x24,0x23,0x24,0x3f,0x20,0x3c,0x20,0x22,0x2c,0x30,0x40,0x7c,0xa0,0x10,0x8,0xfc,0x48,0x88,0x48,0xf8,0x80,0x8c,0xb0,0xc2,0x82,0x7e, -+0x10,0x1f,0x28,0x45,0x1e,0x10,0x10,0x17,0x14,0x15,0x24,0x24,0x29,0x49,0x91,0x26,0x44,0x7e,0xa0,0xfc,0x80,0xf0,0x80,0xfe,0x44,0xf0,0x48,0x38,0xe0,0x22,0x22,0x1e, -+0x10,0x1f,0x28,0x45,0x8,0xff,0x8,0x7f,0x49,0x7f,0x49,0x1c,0x2a,0x4a,0x88,0x9,0x40,0x7c,0xa0,0x50,0x40,0x7e,0x82,0x24,0x20,0x20,0x20,0x50,0x50,0x88,0x8e,0x4, -+0x10,0x1f,0x28,0x45,0x3f,0x24,0x24,0x3f,0x1,0x3f,0x21,0x28,0x24,0x40,0x43,0x8c,0x40,0x7c,0xa0,0x10,0xf8,0x48,0x48,0xf8,0x40,0xfc,0x10,0xa0,0x40,0xa2,0x1a,0x6, -+0x10,0x1f,0x28,0x45,0xa,0x37,0x24,0x27,0x24,0x2f,0x30,0x4,0x4,0x4,0x8,0x70,0x40,0x7c,0xa0,0x10,0x8,0xfc,0x48,0xc8,0x48,0xc8,0x38,0x40,0x40,0x42,0x42,0x3e, -+0x10,0x1f,0x28,0x45,0x1,0x3f,0x22,0x3f,0x22,0x22,0x3f,0x28,0x2f,0x48,0x49,0x8e,0x40,0x7c,0xa0,0x10,0x0,0xfc,0x40,0xf8,0x48,0x48,0xf8,0x44,0x48,0x72,0x42,0x3e, -+0x10,0x1f,0x28,0x45,0x8,0x6a,0x5c,0x48,0x7e,0x48,0x58,0x6a,0x48,0x7e,0x1,0x0,0x40,0x7c,0xa0,0x10,0xc,0xf0,0x80,0x84,0xfe,0x90,0x90,0x90,0x90,0x90,0x10,0x10, -+0x10,0x1f,0x28,0x5f,0x10,0x1f,0x10,0x1f,0x11,0x14,0x18,0x3f,0x24,0x24,0xff,0x0,0x40,0x7c,0xa0,0xf0,0x10,0xf0,0x10,0xf8,0x10,0xe0,0x1c,0xf8,0x48,0x48,0xfe,0x0, -+0x10,0x1f,0x28,0x7f,0x4,0x3f,0x24,0x3f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x1,0x1,0x40,0x7c,0xa0,0xfc,0x40,0xf8,0x48,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0,0x0, -+0x10,0x1f,0x28,0x41,0x3e,0x28,0x7f,0x18,0x28,0xcd,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x40,0x7c,0xa0,0x10,0xf8,0xa0,0xfc,0x62,0xa2,0x1e,0xf0,0x10,0xf0,0x10,0xf0,0x10, -+0x10,0x1f,0x28,0x45,0x3e,0x2,0x14,0xf,0x10,0x2f,0xc8,0xf,0x4,0x2,0x7f,0x0,0x40,0x7c,0xa0,0x10,0xa0,0xc8,0x50,0xe0,0x10,0xee,0x24,0xe0,0x40,0x88,0xfc,0x0, -+0x10,0x1f,0x28,0x45,0x24,0x7e,0x24,0x3c,0x24,0x3c,0x24,0xfe,0x0,0x29,0x46,0x80,0x40,0x7c,0xa0,0x10,0x10,0xfe,0x92,0x90,0xfc,0xa4,0xa4,0xa8,0x90,0x28,0x46,0x84, -+0x10,0x1f,0x28,0x45,0x8,0x7f,0x8,0x3f,0x2a,0x2a,0x3e,0x18,0x2c,0x4a,0x88,0x8,0x40,0x7c,0xa0,0x50,0x40,0x78,0x90,0xfc,0x84,0x94,0x94,0xa4,0xb4,0x48,0x46,0x82, -+0x10,0x1f,0x28,0x45,0x10,0x17,0xfc,0x15,0x1e,0x34,0xd3,0x12,0x13,0x12,0x53,0x22,0x40,0x7c,0xa0,0x10,0x84,0x7e,0x24,0x24,0xd4,0x8,0xf8,0x8,0xf8,0x8,0xf8,0x8, -+0x1,0x5,0x39,0x21,0x21,0x3d,0x21,0x21,0x21,0x3f,0x21,0x2,0x2,0x4,0x18,0xe0,0x0,0x8,0x7c,0x8,0x8,0x78,0x8,0x8,0x8,0xf8,0x8,0x80,0x80,0x40,0x30,0xe, -+0x6,0x38,0x20,0x20,0x3e,0x20,0x20,0x3f,0x24,0x4,0xff,0x4,0x4,0x8,0x10,0x20,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x48,0x40,0xfe,0x40,0x40,0x40,0x40,0x40, -+0x1,0x7f,0x1,0x3f,0x2,0xff,0x4,0x8,0x16,0x38,0xd0,0x1e,0x10,0x10,0x1f,0x10,0x8,0xfc,0x0,0xf8,0x0,0xfe,0x40,0x20,0x10,0xfe,0x14,0xf0,0x10,0x10,0xf0,0x10, -+0x6,0x38,0x20,0x20,0x3e,0x20,0x20,0x3f,0x8,0x1f,0x20,0xe9,0x24,0x24,0x40,0x0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x4,0xfe,0x4,0x24,0x94,0x84,0x14,0x8, -+0x2,0x4,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x1f,0x1,0xff,0x3,0x5,0x19,0x61,0x1,0x0,0x10,0xf8,0x10,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x80,0x60,0x1c,0x8,0x0, -+0x8,0x8,0x10,0x7f,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x5f,0xf0,0x1,0x0,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xa4,0x24,0xfe,0x0, -+0x10,0x20,0x7d,0x44,0x64,0x54,0x44,0xfc,0x44,0x64,0x54,0x54,0x44,0x44,0x57,0x88,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x10,0x24,0x7e,0x44,0x65,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x55,0x88,0x20,0x20,0x20,0x20,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x24,0x7e,0x45,0x65,0x54,0x44,0xfc,0x44,0x64,0x54,0x54,0x44,0x45,0x56,0x88,0x0,0x44,0x24,0x24,0x28,0x88,0x88,0x90,0x50,0x20,0x50,0x50,0x88,0xe,0x4,0x0, -+0x10,0x25,0x7f,0x45,0x65,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x55,0x88,0x20,0x20,0x20,0x20,0x20,0x24,0xec,0x30,0x20,0x20,0x20,0x20,0x62,0xa2,0x1e,0x0, -+0x10,0x24,0x7e,0x45,0x65,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x44,0x44,0x54,0x88,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0x24,0xfc,0x24,0x20,0x20,0x20,0x20, -+0x10,0x24,0x7f,0x45,0x65,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x46,0x54,0x89,0x8,0x1c,0xe0,0x0,0x0,0xfc,0x44,0x44,0x44,0x28,0x28,0x10,0x28,0x48,0x84,0x2, -+0x10,0x24,0x7e,0x45,0x64,0x54,0x44,0xfc,0x44,0x64,0x54,0x54,0x44,0x45,0x55,0x8a,0x40,0x20,0x24,0xfe,0x40,0x40,0x44,0x7e,0x44,0x44,0x84,0x84,0x84,0x4,0x28,0x10, -+0x10,0x24,0x7f,0x44,0x64,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x44,0x44,0x54,0x88,0x0,0x4,0xfe,0x8,0x8,0xe8,0x28,0x28,0x28,0x28,0xe8,0x28,0x8,0x8,0x28,0x10, -+0x10,0x24,0x7e,0x44,0x64,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x55,0x8a,0x20,0x24,0x3e,0x20,0x24,0xfe,0x4,0x4,0x4,0xfc,0x0,0x0,0x0,0x0,0x0,0x0, -+0x10,0x24,0x7e,0x44,0x65,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x55,0x89,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfc,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x10,0x24,0x7e,0x44,0x65,0x55,0x46,0xfc,0x44,0x64,0x54,0x54,0x44,0x44,0x54,0x88,0x80,0x80,0x84,0xfe,0x40,0x40,0x50,0x78,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x40, -+0x10,0x21,0x7c,0x44,0x64,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x55,0x89,0x4,0xfe,0x50,0x50,0x54,0xfe,0x54,0x54,0x54,0x54,0x5c,0x84,0x4,0x4,0xfc,0x4, -+0x10,0x25,0x7e,0x44,0x64,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x55,0x89,0x20,0x24,0xa8,0xb0,0x24,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4,0x4,0x14,0x8, -+0x10,0x25,0x7f,0x45,0x65,0x55,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x56,0x88,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfc,0x20,0xfc,0x20,0xfe,0x20,0x20,0x22,0x22,0x1e, -+0x10,0x24,0x7e,0x44,0x64,0x57,0x44,0xfc,0x44,0x65,0x55,0x55,0x45,0x45,0x57,0x88,0x8,0xfc,0x10,0x20,0x24,0xfe,0x20,0xa0,0x44,0xfe,0x54,0x54,0x54,0x54,0xfe,0x0, -+0x11,0x20,0x7c,0x47,0x64,0x54,0x45,0xfd,0x45,0x65,0x55,0x55,0x45,0x45,0x55,0x89,0x4,0x88,0x50,0xfe,0x20,0x44,0xfe,0x4,0x4,0xfc,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x10,0x24,0x7f,0x44,0x65,0x55,0x45,0xfd,0x45,0x64,0x55,0x55,0x45,0x45,0x55,0x89,0x50,0x54,0xfe,0x50,0xfc,0x54,0xfc,0x54,0xfc,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x4, -+0x10,0x25,0x7e,0x44,0x67,0x54,0x45,0xfd,0x45,0x65,0x55,0x54,0x45,0x44,0x57,0x88,0x20,0xfc,0x88,0x50,0xfe,0x0,0xfc,0x24,0xfc,0x24,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x10,0x24,0x7f,0x44,0x65,0x55,0x46,0xfc,0x47,0x64,0x57,0x54,0x47,0x44,0x57,0x88,0x50,0x54,0xfe,0x50,0xfe,0x2,0xf4,0x0,0xfe,0x84,0x48,0xb0,0x70,0xae,0x24,0x60, -+0x1,0x2,0x6,0x9,0x37,0xc0,0x2,0x1,0xff,0x5,0xd,0x14,0x24,0xc5,0x6,0x4,0x0,0x80,0x40,0x30,0xee,0x24,0x40,0x4,0xfe,0x0,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x4,0x1f,0x10,0x14,0x12,0x10,0x1f,0x2,0x1,0xff,0x5,0xc,0x14,0x65,0x6,0x4,0x20,0xf0,0x20,0x20,0xa0,0x44,0xfe,0x4,0x24,0xf4,0x14,0xa8,0x40,0x3c,0x8,0x0, -+0x10,0x10,0x7e,0x12,0x12,0x22,0x2a,0x45,0x1,0xff,0x5,0xc,0x34,0xc5,0x6,0x4,0x0,0x8,0xfc,0x88,0x88,0x88,0xf8,0x0,0x4,0xfe,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x1,0x1,0x7f,0x11,0xd,0x5,0x9,0x33,0xff,0x5,0xd,0x14,0x24,0xc5,0x6,0x4,0x40,0x28,0xfc,0x10,0x60,0x80,0x60,0x14,0xfe,0x8,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x10,0x8,0x41,0x25,0xa,0x10,0x21,0x2e,0x1,0xff,0x5,0xc,0x34,0xc5,0x6,0x4,0x40,0x50,0x4c,0x44,0x50,0x60,0x80,0x0,0x4,0xfe,0x10,0xa0,0x40,0x30,0xe,0x4, -+0x2,0x3f,0x22,0x3e,0x21,0x7e,0xa2,0x22,0x3f,0x1,0xff,0x4,0xc,0x15,0x66,0x4,0x20,0xfc,0x88,0x50,0xfe,0x20,0xf8,0x20,0x20,0x24,0xfe,0x90,0x60,0x1e,0x4,0x0, -+0x44,0x24,0x29,0xff,0x11,0x11,0x7d,0x11,0x11,0xff,0x11,0x11,0x21,0x21,0x41,0x81,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x10,0x10,0x10,0x2a,0x4a,0xa6,0x12, -+0x44,0x25,0x28,0xfe,0x10,0x10,0x7c,0x11,0x12,0xfe,0x10,0x10,0x20,0x20,0x43,0x80,0x8,0xfc,0x8,0x10,0x20,0x50,0x88,0x6,0x0,0xf8,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x44,0x24,0x28,0xfe,0x11,0x10,0x7d,0x12,0x10,0xfe,0x10,0x11,0x22,0x20,0x40,0x83,0x20,0x20,0x50,0x88,0xfc,0x88,0x6,0x82,0xf8,0x88,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x44,0x25,0x29,0xfd,0x11,0x11,0x7c,0x10,0x11,0xfe,0x15,0x11,0x21,0x21,0x40,0x80,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x84,0xfe,0x4,0x24,0x24,0x54,0x4,0xe4,0x14,0x8, -+0x44,0x25,0x29,0xfd,0x11,0x10,0x7c,0x13,0x10,0xfe,0x11,0x11,0x22,0x22,0x44,0x88,0x20,0x24,0x24,0x24,0xfc,0x80,0x84,0xfe,0x90,0x90,0x54,0x58,0xa8,0x28,0x44,0x82, -+0x4,0x7f,0x1,0x3f,0x1,0xff,0x0,0x3e,0x8,0xff,0x2a,0x3d,0x51,0x9e,0x2,0xc,0x40,0xfc,0x0,0xf8,0x0,0xfe,0x80,0xa0,0x94,0xfe,0x80,0x48,0x50,0x22,0x52,0x8e, -+0x10,0x10,0x94,0x54,0x59,0x11,0xff,0x31,0x39,0x55,0x55,0x91,0x11,0x11,0x10,0x10,0x20,0x20,0x20,0x20,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0xfc,0x4,0x0, -+0x10,0x10,0x94,0x54,0x58,0x11,0xfe,0x30,0x38,0x54,0x54,0x90,0x10,0x10,0x11,0x12,0x40,0x40,0x40,0x44,0xfe,0x8,0x88,0x88,0x88,0x90,0x50,0x20,0x50,0x8e,0x4,0x0, -+0x10,0x10,0x95,0x55,0x59,0x11,0xff,0x31,0x39,0x55,0x55,0x91,0x11,0x11,0x10,0x10,0x0,0x4,0xfe,0x24,0x24,0x24,0x24,0x24,0xfc,0x4,0x0,0x0,0x2,0x2,0xfe,0x0, -+0x10,0x10,0x95,0x55,0x59,0x11,0xff,0x31,0x39,0x55,0x55,0x91,0x12,0x12,0x14,0x11,0x0,0x4,0xfe,0x0,0x4,0xfe,0x40,0x44,0x7e,0x44,0x44,0x44,0x44,0x44,0x94,0x8, -+0x1,0x11,0x11,0x1f,0x21,0x21,0x3f,0x11,0x9,0x5,0xff,0x3,0x5,0x19,0x61,0x1,0x0,0x10,0x10,0xf0,0x8,0x8,0xf8,0x10,0x30,0x44,0xfe,0x80,0x60,0x1c,0x8,0x0, -+0x10,0x10,0x97,0x54,0x58,0x10,0xff,0x32,0x3a,0x56,0x56,0x93,0x12,0x12,0x13,0x12,0x0,0x4,0xfe,0x90,0x90,0x94,0xfe,0x94,0x94,0x94,0x9c,0x4,0x4,0x4,0xfc,0x4, -+0x1,0x41,0x31,0x12,0x4,0x11,0x26,0x50,0x9,0x5,0xff,0x3,0x5,0x19,0x61,0x1,0x0,0x0,0xfc,0x48,0xa0,0x10,0xe,0x10,0x30,0x44,0xfe,0x80,0x60,0x1c,0x8,0x0, -+0x8,0xf,0x28,0x3f,0x21,0x52,0x8c,0x19,0x69,0x5,0xff,0x3,0x5,0x19,0x61,0x1,0x0,0x7c,0x44,0x28,0x10,0x28,0xc6,0x10,0x30,0x44,0xfe,0x80,0x60,0x1c,0x8,0x0, -+0x8,0x49,0x2a,0xff,0x1c,0x2a,0x49,0x49,0x7f,0x95,0x55,0x37,0x21,0x41,0x81,0x1,0x0,0x12,0x12,0x92,0x24,0x24,0x24,0x48,0xa4,0x24,0x24,0x92,0x12,0x12,0x12,0x0, -+0x10,0x10,0x95,0x55,0x59,0x12,0xfe,0x30,0x38,0x57,0x54,0x90,0x11,0x12,0x10,0x10,0x40,0x20,0x20,0xfe,0x2,0x4,0xf8,0x0,0x4,0xfe,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x10,0x10,0x94,0x55,0x58,0x13,0xfe,0x30,0x39,0x56,0x54,0x90,0x11,0x10,0x10,0x17,0x20,0x40,0x88,0xfc,0x40,0xfe,0x50,0x98,0x24,0xca,0x10,0x64,0x88,0x30,0xc0,0x0, -+0x10,0x10,0x94,0x55,0x59,0x13,0xfd,0x31,0x39,0x55,0x55,0x91,0x11,0x11,0x11,0x11,0x80,0xf8,0x88,0x8,0xfe,0x40,0x40,0x7c,0x90,0x14,0xfe,0x10,0x10,0x28,0x24,0xc2, -+0x11,0x11,0x95,0x55,0x5a,0x11,0xfe,0x31,0x3a,0x54,0x55,0x91,0x11,0x11,0x11,0x11,0x10,0x10,0xd0,0x58,0x54,0x50,0x90,0x56,0x3c,0x8,0xfc,0x8,0xf8,0x8,0xf8,0x8, -+0x10,0x10,0x94,0x54,0x5b,0x10,0xfe,0x30,0x39,0x57,0x54,0x90,0x11,0x11,0x13,0x10,0x0,0x88,0x50,0x4,0xfe,0x0,0x88,0x88,0x54,0xfc,0x88,0x88,0x10,0x54,0xfe,0x22, -+0x10,0x11,0x94,0x54,0x58,0x12,0xfd,0x32,0x39,0x55,0x55,0x91,0x11,0x11,0x11,0x11,0x0,0xfc,0x24,0xa0,0xbc,0xe0,0x3e,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x10,0x11,0x94,0x54,0x59,0x10,0xfe,0x31,0x3a,0x54,0x55,0x90,0x10,0x11,0x12,0x10,0x0,0xf8,0x50,0x20,0xfe,0x62,0xa4,0x20,0x60,0x24,0xfe,0x70,0xa8,0x26,0x20,0x20, -+0x10,0x10,0x95,0x55,0x59,0x11,0xff,0x31,0x39,0x54,0x50,0x97,0x10,0x10,0x10,0x13,0x40,0x84,0xfe,0x4,0xfc,0x4,0xfc,0x4,0xfc,0x28,0x24,0xfe,0x50,0x50,0x8e,0x4, -+0x20,0x2f,0x21,0xa9,0x71,0x27,0xfc,0x24,0x77,0x69,0xa9,0x21,0x21,0x21,0x2a,0x24,0x4,0x7e,0x44,0x44,0x7c,0x10,0x14,0x7e,0x54,0x54,0x7c,0x10,0x10,0x14,0xfe,0x2, -+0x0,0x3f,0x20,0x20,0x3f,0x20,0x20,0x3f,0x24,0x24,0x22,0x21,0x20,0x28,0x30,0x20,0x10,0xf8,0x10,0x10,0xf0,0x10,0x10,0xf0,0x10,0x20,0x40,0x80,0x60,0x1e,0x4,0x0, -+0x7d,0x44,0x7d,0x45,0x7c,0x48,0x5c,0x63,0x1f,0x10,0x1f,0x10,0x1f,0x0,0xff,0x0,0xf8,0x20,0x24,0xfe,0x20,0x52,0x92,0xe,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0, -+0x2,0x7f,0x22,0x12,0x2,0x1a,0x63,0xa,0x4,0x8,0xff,0x8,0x8,0x8,0x10,0x20,0x8,0xfc,0x88,0x48,0x8,0x68,0x88,0x28,0x10,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x10,0x10,0x2b,0x24,0x50,0x8a,0x1,0x7c,0x4,0x8,0x49,0x32,0x10,0x8,0x9,0x0,0x0,0x44,0xfe,0x44,0x44,0x64,0x54,0xcc,0x44,0xcc,0x54,0x64,0x44,0x44,0x54,0x88, -+0x1,0x2,0xc,0x37,0xc0,0x1f,0x10,0x1f,0x2,0x7f,0x12,0xa,0x12,0x22,0xa,0x4,0x0,0x80,0x60,0xd8,0x6,0xf0,0x10,0xf0,0x8,0xfc,0x48,0x28,0x48,0x88,0x28,0x10, -+0x2,0x1f,0x2,0xff,0x2,0xf,0x38,0xcf,0x8,0xf,0x0,0x7e,0x22,0x1a,0x62,0x6,0x20,0xc0,0x84,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x4,0xfe,0x44,0x34,0xc4,0xc, -+0x2,0x2,0x7e,0x2,0x3e,0x2,0xfe,0x2,0x7f,0x22,0x12,0xa,0x12,0x63,0xa,0x4,0x80,0x88,0xfc,0x80,0xf8,0x80,0xfe,0x88,0xfc,0x8,0x48,0x28,0x48,0x88,0x28,0x10, -+0x8,0x4,0xff,0x0,0x3e,0x22,0x3e,0x22,0x3e,0x22,0x7e,0x22,0x12,0x1a,0x62,0x6,0x20,0x44,0xfe,0x8,0x48,0x48,0x48,0x48,0x48,0x18,0xfc,0x44,0x24,0x34,0xc4,0xc, -+0x10,0x9,0x7f,0x41,0x41,0x7f,0x40,0x40,0x7f,0x55,0x55,0x7f,0xd5,0x55,0x41,0x43,0x0,0x24,0xfe,0x24,0x24,0xb4,0x6c,0x24,0x24,0x6c,0xb4,0x24,0x24,0x24,0xb4,0x48, -+0x2,0x7f,0x0,0x3e,0x22,0x3e,0x0,0x7f,0x41,0x55,0x55,0x7f,0x49,0x49,0x43,0x0,0x24,0xfe,0x24,0x24,0x24,0xb4,0x6c,0x24,0x24,0x6c,0xb4,0x24,0x24,0x24,0xb4,0x48, -+0x7f,0x50,0x5e,0x68,0x7f,0x48,0x54,0x7f,0x0,0x7e,0x22,0x12,0x1a,0x62,0xa,0x4,0x7c,0x44,0x46,0x80,0x7c,0x28,0x10,0x6e,0x4,0xfe,0x44,0x24,0x34,0xc4,0x14,0x8, -+0x1,0x3,0x4,0x8,0x10,0x3f,0x1,0x2,0x4,0x3f,0x1,0x9,0x19,0x21,0x45,0x2,0x0,0x0,0x0,0x10,0x30,0xc0,0x0,0x20,0x10,0xf8,0x0,0x20,0x18,0xc,0x4,0x0, -+0x8,0x8,0xfe,0x8,0x3e,0xc8,0x29,0x12,0x1f,0x1,0x2,0x3f,0x9,0x11,0x21,0x3,0x40,0x48,0xfc,0x48,0xc8,0x6a,0x8a,0x26,0xc0,0x0,0x10,0xf8,0x20,0x18,0x8,0x0, -+0x8,0x8,0x7f,0xa,0x9,0x8,0xff,0x9,0x12,0x2f,0xc1,0x2,0x3f,0x9,0x11,0x23,0x20,0x28,0xfc,0x20,0x20,0xa4,0xfe,0x20,0x30,0xee,0x4,0x10,0xf8,0x20,0x18,0x8, -+0x10,0x8,0x3e,0x23,0x22,0x3e,0x41,0x42,0x9f,0x1,0x2,0x3f,0x9,0x11,0x21,0x3,0x40,0x48,0xfc,0x48,0x30,0x48,0x86,0x20,0xc0,0x0,0x10,0xf8,0x20,0x18,0x8,0x0, -+0x2,0xd,0xf0,0x94,0x54,0x49,0x7e,0x90,0x10,0xfd,0x10,0x54,0x55,0x56,0x7c,0x0,0x1c,0xe0,0x20,0x40,0x84,0xf8,0x10,0x20,0x44,0xfe,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x1,0xff,0x1,0x1f,0x12,0xff,0x10,0x1f,0x0,0x3e,0x32,0x2a,0xff,0x28,0x4a,0x18,0x4,0xfe,0x0,0xf0,0x14,0xfe,0x90,0xf0,0x1c,0xe0,0x24,0xf8,0x24,0xfe,0x54,0xb2, -+0x10,0x14,0xfe,0x11,0x7c,0x10,0xfe,0x21,0x3c,0x44,0xa4,0x28,0x10,0x28,0x41,0x82,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0x88,0x88,0x6,0x4, -+0x10,0x14,0xfe,0x10,0x55,0xba,0x11,0x28,0x67,0xbc,0x24,0x29,0x5a,0x10,0x20,0xc0,0x80,0x80,0x84,0xfe,0x4,0x4c,0x54,0xe4,0xfc,0x44,0xe4,0x54,0x4c,0x44,0x54,0x48, -+0x8,0xa,0x7f,0x8,0x9,0xff,0x8,0x28,0x2a,0x2f,0x28,0x28,0x58,0x48,0x87,0x0,0x8,0x8,0x48,0x48,0x48,0xc8,0x48,0x48,0x48,0x78,0x8,0x8,0x8,0x6,0xfc,0x0, -+0x8,0x8,0x7f,0x8,0xa,0xff,0x8,0x28,0x28,0x2e,0x28,0x2b,0x58,0x48,0x87,0x0,0x8,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88,0x88,0x88,0xfe,0x0,0x6,0xfc,0x0, -+0x10,0x17,0x7d,0x11,0x11,0xfd,0x12,0x55,0x50,0x5c,0x51,0x72,0x50,0x48,0x87,0x0,0x44,0xe4,0x4,0x14,0xd4,0x54,0x54,0x54,0xd4,0x94,0x4,0x14,0x8,0x6,0xfc,0x0, -+0x10,0x12,0x7d,0x11,0x14,0xfe,0x10,0x50,0x51,0x5d,0x52,0x72,0x50,0x48,0x87,0x0,0x20,0x20,0x20,0x7e,0x82,0x14,0x90,0x90,0x10,0x28,0x26,0x42,0x80,0x6,0xfc,0x0, -+0x11,0x15,0x7f,0x19,0x17,0xfb,0x15,0x59,0x57,0x5a,0x52,0x72,0x52,0x49,0x86,0x3,0x8,0x28,0xbc,0x48,0xfe,0x18,0xaa,0x4e,0xf8,0x8,0x48,0x48,0xb8,0x8,0x6,0xfc, -+0x8,0x8,0xa,0x7f,0x8,0x8,0xff,0x14,0x54,0x56,0x55,0x94,0x14,0x14,0x24,0x4c,0x8,0xfc,0x88,0x88,0x88,0xa8,0x90,0xfc,0x84,0xc4,0xa8,0xa8,0x90,0xa8,0xc6,0x84, -+0x8,0x8,0x8,0x7e,0x8,0x8,0xff,0x14,0x56,0x55,0x56,0x94,0x14,0x14,0x24,0x4c,0x20,0x20,0x24,0xfc,0x28,0x30,0xfe,0x40,0xfc,0x84,0x84,0xfc,0x84,0x84,0xfc,0x84, -+0x0,0xff,0x1,0x0,0x7e,0x42,0x42,0x42,0x7e,0x0,0x44,0x24,0x28,0xe,0xf1,0x40,0x0,0x8,0xfc,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x2,0xff,0x0,0x1,0x7e,0x42,0x42,0x42,0x7e,0x0,0x44,0x24,0x28,0xe,0xf0,0x43,0x20,0x20,0x24,0xfe,0x20,0x20,0xf8,0x8,0x88,0x50,0x50,0x20,0x50,0x48,0x8e,0x4, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x0,0x84,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x50,0x20, -+0x1,0xff,0x14,0x15,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x0,0x88,0x7c,0x10,0x90,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x8,0x88,0x8,0x8,0xfe,0x8,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x8,0x28,0x10, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xaa,0xab,0xae,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x20,0x20,0x20,0x24,0xa6,0xbc,0xe4,0xa4,0xa4,0xb4,0xa8,0xa0,0x82,0x82,0x7e,0x0, -+0x4,0xfe,0x28,0x28,0xff,0xaa,0xaa,0xaa,0xae,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x88,0x88,0x88,0x88,0x88,0xf8,0x88, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x20,0xa0,0x20,0x24,0x7e,0x60,0xa4,0x3e,0x20,0x20,0x24,0x3e,0x20,0x20,0x20,0x20, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x20,0x90,0x10,0x7e,0x42,0x84,0x20,0x20,0x24,0x28,0x30,0x20,0x22,0x22,0x1e,0x0, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x10,0x90,0x50,0x7c,0x50,0x90,0x14,0xfe,0x28,0x28,0x28,0x28,0x2a,0x4a,0x86,0x0, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x10,0x90,0x10,0x3e,0x44,0xa8,0x18,0x10,0x24,0x7e,0xc4,0x44,0x44,0x44,0x7c,0x44, -+0x1,0xff,0x14,0x14,0x7f,0x55,0x55,0x55,0x57,0x61,0x41,0x7f,0x41,0x41,0x7f,0x41,0x40,0xc4,0x4c,0x50,0x62,0x42,0x7e,0x4,0x7e,0x44,0x44,0x7c,0x44,0x44,0x7c,0x44, -+0x4,0xff,0x28,0x28,0xfe,0xaa,0xaa,0xaa,0xae,0xc2,0x82,0xfe,0x82,0x82,0xff,0x82,0x4,0xfe,0x28,0xaa,0x6c,0x28,0xfe,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x0, -+0x4,0xff,0x28,0x28,0x7d,0x55,0x55,0x55,0x6d,0x45,0x45,0x7d,0x45,0x45,0x7d,0x45,0x4,0xfe,0x0,0x4,0xde,0x54,0x54,0x54,0x54,0xdc,0x54,0x54,0x54,0x54,0x54,0x54, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xaa,0xab,0xae,0xc2,0x82,0xfe,0x82,0x82,0xff,0x82,0x4,0xfe,0x84,0x84,0x84,0xfc,0x0,0xfe,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x4,0xfe,0x28,0x28,0xfe,0xab,0xaa,0xaa,0xae,0xc3,0x82,0xfe,0x82,0x83,0xfe,0x82,0x20,0x20,0x50,0x50,0x8e,0x4,0xf8,0x20,0x24,0xfe,0x20,0x70,0xac,0x24,0xa0,0x40, -+0x4,0xfe,0x29,0x28,0xff,0xaa,0xaa,0xab,0xae,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x8,0x1c,0xe0,0x4,0x24,0xa8,0x8,0xfe,0x8,0x88,0x48,0x48,0x8,0x8,0x28,0x10, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xaa,0xaa,0xae,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x4,0xfe,0x84,0x84,0xfc,0x84,0x84,0xfc,0x10,0x90,0x92,0xf4,0x98,0xb2,0xd2,0x8e, -+0x4,0xfe,0x28,0x29,0xfe,0xaa,0xaa,0xab,0xae,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x20,0x10,0x14,0xfe,0x0,0x84,0x48,0xfe,0x0,0x4,0xfe,0x84,0x84,0x84,0xfc,0x84, -+0x4,0xfe,0x28,0x28,0x7f,0x54,0x54,0x55,0x6d,0x45,0x45,0x7d,0x45,0x45,0x7c,0x44,0x84,0x9e,0x94,0x94,0xf4,0x9c,0x94,0xd4,0x54,0x5c,0x54,0x54,0xd4,0x24,0x24,0x4c, -+0x4,0xfe,0x28,0x28,0x7c,0x54,0x54,0x57,0x6c,0x44,0x44,0x7c,0x44,0x44,0x7d,0x46,0x8,0xfc,0x88,0xf8,0x88,0xf8,0x0,0xfe,0x20,0xa8,0xbc,0xa0,0xa0,0xe6,0x3c,0x0, -+0x4,0xfe,0x28,0x28,0xfe,0xaa,0xaa,0xab,0xae,0xc2,0x82,0xfe,0x82,0x82,0xfe,0x82,0x0,0xfe,0x12,0x50,0x5c,0x50,0xb0,0xe,0x7c,0x44,0x7c,0x44,0x7c,0x44,0x54,0x48, -+0x4,0xfe,0x2b,0x28,0x7c,0x55,0x56,0x54,0x6c,0x44,0x45,0x7d,0x45,0x45,0x7f,0x44,0x40,0x44,0xfe,0x40,0x88,0xfc,0x88,0x88,0xf8,0x4,0xfe,0x54,0x54,0x54,0xfe,0x0, -+0x4,0xfe,0x29,0x29,0x7d,0x55,0x55,0x55,0x6d,0x45,0x45,0x7d,0x45,0x45,0x7e,0x44,0x20,0x14,0xfe,0x10,0x7c,0x14,0xfe,0x14,0x7c,0x10,0x7c,0x44,0x44,0x44,0x7c,0x44, -+0x4,0xff,0x29,0x28,0x7d,0x54,0x54,0x54,0x6f,0x44,0x45,0x7c,0x45,0x44,0x7c,0x45,0x4,0xde,0x54,0xcc,0x54,0x64,0x50,0xa8,0x46,0x90,0x20,0x48,0x90,0x20,0x40,0x80, -+0x2,0xff,0x28,0x28,0xff,0xaa,0xaa,0xaa,0xae,0xc2,0x82,0xff,0x82,0x82,0xfe,0x83,0x50,0x54,0xd8,0x50,0xfe,0x88,0x50,0xfc,0x20,0xfc,0x20,0xfe,0x20,0x50,0x8e,0x4, -+0x4,0xfe,0x28,0x28,0xff,0xaa,0xaa,0xaa,0xae,0xc2,0x82,0xfe,0x82,0x83,0xff,0x82,0x40,0x60,0x94,0xfe,0x90,0xfc,0x90,0x90,0xfc,0x90,0x94,0xfe,0x80,0x54,0x52,0x2, -+0x4,0xfe,0x29,0x28,0x7c,0x55,0x54,0x54,0x6d,0x46,0x45,0x7d,0x45,0x45,0x7f,0x44,0x40,0x24,0xfe,0x40,0x88,0xfc,0xa8,0xaa,0x2e,0x0,0xfc,0x54,0x54,0x54,0xfe,0x0, -+0x4,0xfe,0x28,0x29,0x7d,0x55,0x55,0x55,0x6d,0x45,0x45,0x7d,0x45,0x45,0x7e,0x44,0x20,0x3c,0x20,0xfe,0x22,0xfc,0x20,0xfe,0x20,0x54,0xb8,0x58,0xb6,0x54,0x90,0x30, -+0x4,0xff,0x29,0x29,0x7d,0x55,0x54,0x55,0x6c,0x45,0x45,0x7d,0x44,0x44,0x7f,0x44,0x50,0xfc,0x54,0xfc,0x54,0xfc,0x0,0xfc,0x0,0xfc,0x4,0xfc,0x88,0x50,0xfe,0x0, -+0x4,0xff,0x28,0x2b,0x7c,0x55,0x55,0x55,0x6d,0x44,0x45,0x7c,0x47,0x45,0x7d,0x46,0x1c,0xe0,0x24,0xfe,0x20,0xfc,0xac,0x74,0xfc,0x20,0xfc,0x20,0xfe,0x54,0x52,0x2, -+0x0,0xff,0x2,0x6,0x9,0x11,0x62,0x4,0x8,0x31,0x2,0x4,0x18,0x60,0x2,0x1,0x4,0xfe,0x0,0x8,0x18,0xa0,0xc0,0xc0,0xa0,0xa0,0x90,0x8e,0x84,0x80,0x80,0x0, -+0x11,0x10,0x1f,0x10,0x7d,0x44,0x47,0x6c,0x54,0x54,0x55,0x6d,0x46,0x44,0x7f,0x44,0x8,0x90,0xfe,0x40,0xfc,0x40,0xfe,0x80,0x88,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x0,0xff,0x4,0x7,0x4,0x8,0x30,0xdf,0x10,0x10,0x1f,0x9,0x9,0x19,0x27,0xc0,0x4,0xfe,0x0,0xf0,0x10,0x90,0x60,0xf0,0x10,0x10,0xf0,0x0,0xf8,0x0,0x6,0xfc, -+0x0,0x7e,0x8,0x8,0xe,0x71,0x2,0x1f,0x10,0x10,0x1f,0x9,0x9,0xd,0x33,0xc0,0x8,0xfc,0x88,0xc8,0xaa,0x6,0x10,0xf8,0x10,0x10,0xf0,0x0,0xf8,0x0,0x6,0xfc, -+0x8,0x8,0xfe,0x8,0x1e,0xe8,0x9,0x1f,0x10,0x10,0x1f,0x9,0x9,0xd,0x33,0xc0,0xc,0xf0,0x84,0xfe,0x90,0x90,0x10,0xf0,0x10,0x10,0xf0,0x0,0xf8,0x0,0x6,0xfc, -+0x0,0x3f,0x24,0x27,0x24,0x3f,0x55,0x64,0x9f,0x10,0x1f,0x9,0x9,0xd,0x33,0xc0,0x48,0xfe,0x40,0x48,0x50,0xa0,0x52,0x8a,0xf6,0x10,0xf0,0x0,0xf8,0x0,0x6,0xfc, -+0x49,0x2a,0x7f,0x49,0x5d,0x6b,0x49,0x1f,0x10,0x10,0x1f,0x9,0x9,0xd,0x33,0xc0,0x20,0x24,0x3e,0x44,0xa8,0x10,0x6e,0xf0,0x10,0x10,0xf0,0x0,0xf8,0x0,0x6,0xfc, -+0x4,0x7e,0x44,0x44,0x45,0x7d,0x56,0x10,0x50,0x5c,0x50,0x50,0x5c,0xf0,0x40,0x0,0x80,0x80,0x84,0xfe,0x4,0x4,0x4,0x84,0x44,0x44,0x4,0x4,0x4,0x44,0x28,0x10, -+0x4,0x7f,0x44,0x44,0x44,0x7c,0x54,0x10,0x50,0x5c,0x51,0x51,0x5d,0xf2,0x44,0x9,0x0,0xfc,0x84,0x88,0x88,0x90,0xbc,0x84,0xc4,0xa8,0x28,0x10,0x28,0x28,0x46,0x84, -+0x4,0x7f,0x44,0x44,0x44,0x7c,0x10,0x13,0x50,0x5c,0x50,0x51,0x5d,0xf1,0x42,0x4,0x4,0xfe,0x88,0x88,0x88,0x88,0x88,0xfe,0x88,0x88,0x88,0x8,0x8,0x8,0x8,0x8, -+0x4,0x7e,0x44,0x45,0x44,0x7c,0x54,0x13,0x50,0x5c,0x50,0x50,0x5c,0xf1,0x42,0x4,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x50,0x50,0x90,0x88,0x8,0x6,0x4, -+0x4,0x7e,0x44,0x44,0x44,0x7d,0x56,0x11,0x51,0x5d,0x51,0x51,0x5d,0xf1,0x41,0x0,0x40,0x40,0xa0,0xa0,0x90,0x8,0x16,0xf8,0x10,0x10,0x10,0x50,0x20,0x4,0x4,0xfc, -+0x4,0x7f,0x44,0x44,0x44,0x7c,0x54,0x10,0x51,0x5e,0x50,0x50,0x5c,0xf0,0x40,0x0,0x4,0xfe,0x40,0x40,0x40,0x80,0x84,0xfe,0x84,0x84,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x4,0x7e,0x44,0x45,0x45,0x7f,0x55,0x11,0x51,0x5d,0x51,0x51,0x5d,0xf1,0x41,0x1,0x88,0x88,0x88,0x8,0x8,0xfe,0x8,0x8,0x48,0x28,0x28,0x8,0x8,0x8,0x28,0x10, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x55,0x13,0x51,0x5d,0x51,0x51,0x5d,0xf2,0x42,0x4,0x4,0xde,0x54,0x54,0x54,0x54,0x54,0xfe,0x54,0x54,0x54,0x54,0x54,0x54,0xe4,0xc, -+0x4,0x7f,0x45,0x45,0x45,0x7d,0x55,0x11,0x50,0x5c,0x50,0x51,0x5e,0xf0,0x40,0x0,0x1c,0xe0,0x0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0xa8,0x26,0x22,0x20,0xa0,0x40, -+0x4,0x7e,0x44,0x45,0x45,0x7e,0x54,0x10,0x50,0x5c,0x50,0x52,0x5c,0xf0,0x40,0x0,0x40,0x20,0x20,0xfe,0x2,0x4,0x80,0x88,0x98,0xa0,0xc0,0x80,0x82,0x82,0x7e,0x0, -+0x9,0x7d,0x49,0x49,0x4f,0x79,0x51,0x11,0x51,0x5d,0x51,0x51,0x5e,0xf2,0x45,0x8,0x0,0x0,0x0,0x4,0xde,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x5c,0x54,0x80, -+0x4,0x7e,0x44,0x45,0x45,0x7d,0x55,0x11,0x51,0x5d,0x51,0x51,0x5d,0xf2,0x42,0x5,0x20,0x20,0x20,0xfe,0x22,0x24,0x20,0xfc,0x88,0x48,0x50,0x20,0x50,0x48,0x8e,0x4, -+0x4,0x7e,0x44,0x44,0x45,0x7f,0x54,0x10,0x51,0x5d,0x51,0x51,0x5d,0xf1,0x41,0x1,0x40,0x40,0x80,0x90,0x8,0xfc,0x2,0x8,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x4,0x7e,0x44,0x45,0x44,0x7c,0x53,0x10,0x50,0x5c,0x51,0x50,0x5c,0xf0,0x43,0x0,0x20,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x7e,0x44,0x47,0x44,0x7c,0x54,0x13,0x50,0x5d,0x50,0x50,0x5c,0xf1,0x42,0x4,0x40,0x48,0x7c,0xc0,0x50,0x22,0xd2,0xe,0x8,0xfc,0xa0,0xa0,0xa0,0x22,0x22,0x1e, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x55,0x11,0x50,0x5c,0x53,0x50,0x5c,0xf0,0x40,0x0,0x10,0x10,0x12,0xd4,0x18,0x12,0x52,0x8e,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20, -+0x4,0x7e,0x45,0x45,0x45,0x7e,0x54,0x13,0x50,0x5c,0x50,0x50,0x5c,0xf1,0x42,0x4,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x90,0x90,0x90,0x90,0x92,0x12,0xe,0x0, -+0x4,0x7e,0x45,0x45,0x44,0x7c,0x57,0x11,0x51,0x5d,0x51,0x51,0x5d,0xf2,0x44,0x0,0x0,0xc,0x70,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x86,0x7c,0x0, -+0x0,0x7c,0x47,0x44,0x44,0x7c,0x54,0x10,0x53,0x5c,0x50,0x50,0x5c,0xf0,0x41,0x2,0x40,0x24,0xfe,0x88,0x50,0x20,0x50,0x8e,0x4,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x4,0x7e,0x44,0x47,0x44,0x7c,0x55,0x12,0x50,0x5c,0x50,0x50,0x5c,0xf0,0x41,0x2,0x40,0x20,0x4,0xfe,0x0,0x88,0x6,0x8a,0x88,0x50,0x50,0x20,0x50,0x88,0xe,0x4, -+0x4,0x7e,0x45,0x45,0x45,0x7d,0x55,0x11,0x51,0x5d,0x51,0x51,0x5d,0xf1,0x41,0x1,0x40,0x28,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x40,0x24,0x28,0x10,0x4e,0x84,0x0, -+0x0,0x7d,0x44,0x44,0x45,0x7d,0x55,0x11,0x50,0x5c,0x50,0x52,0x5e,0xf4,0x40,0x0,0x8,0xfc,0x8,0x8,0xf8,0x0,0x4,0x4,0xfc,0x0,0x40,0xa4,0xa2,0x8a,0x78,0x0, -+0x4,0x7e,0x44,0x44,0x45,0x7d,0x55,0x11,0x51,0x5c,0x50,0x53,0x5c,0xf0,0x40,0x0,0x24,0x3e,0x20,0x20,0xfc,0x4,0xfc,0x4,0xfc,0x20,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x7d,0x45,0x45,0x45,0x7d,0x55,0x11,0x5c,0x53,0x50,0x50,0x5d,0xf2,0x40,0x0,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x70,0xa8,0x26,0x24,0x20,0x20, -+0x9,0x7d,0x49,0x49,0x4a,0x7c,0x50,0x17,0x50,0x5c,0x50,0x51,0x5d,0xf2,0x44,0x0,0x0,0x0,0x0,0xfe,0x92,0x92,0x92,0xf2,0x92,0x92,0x92,0x52,0x32,0x1e,0x12,0x0, -+0x4,0x7f,0x45,0x45,0x45,0x7d,0x55,0x11,0x51,0x5d,0x51,0x51,0x5e,0xf2,0x44,0x0,0xc,0xf0,0x10,0x14,0xfe,0x10,0x7c,0x44,0x54,0x54,0x54,0x54,0x20,0x28,0x46,0x82, -+0x4,0x7e,0x45,0x45,0x45,0x7d,0x55,0x11,0x51,0x5d,0x52,0x52,0x5c,0xf4,0x48,0x0,0x20,0x10,0xfe,0x20,0x24,0x3e,0x20,0x20,0x24,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x4,0x7e,0x45,0x44,0x44,0x7c,0x54,0x13,0x50,0x5d,0x51,0x51,0x5d,0xf1,0x41,0x1,0x40,0x28,0xfc,0x0,0x88,0x50,0x4,0xfe,0x0,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x4,0x7a,0x4a,0x48,0x4f,0x79,0x51,0x11,0x5f,0x59,0x51,0x51,0x5a,0xf2,0x44,0x0,0x40,0x5e,0x92,0x14,0xd4,0x18,0x14,0x54,0xf2,0x12,0x1a,0x14,0x90,0x50,0x50,0x10, -+0x0,0x78,0x4f,0x49,0x49,0x7a,0x57,0x11,0x51,0x5d,0x55,0x53,0x5d,0xf2,0x44,0x8,0x10,0x10,0x7c,0x14,0xfe,0x14,0x7c,0x10,0x7c,0x10,0xfe,0x10,0x10,0x96,0x7c,0x0, -+0x0,0x7d,0x47,0x45,0x45,0x7d,0x55,0x11,0x50,0x5c,0x53,0x50,0x5c,0xf1,0x42,0x0,0x48,0x48,0xfe,0x48,0x48,0x78,0x0,0xfc,0x20,0x24,0xfe,0x70,0xa8,0x26,0x24,0x20, -+0x8,0x7c,0x4a,0x4a,0x4b,0x78,0x57,0x10,0x58,0x57,0x54,0x54,0x5c,0xf4,0x44,0x4,0x40,0x40,0x48,0x48,0xf8,0x0,0xfe,0x40,0x84,0xfe,0xa4,0xa4,0xa4,0xa4,0xa4,0xc, -+0x0,0x7d,0x44,0x44,0x47,0x7c,0x55,0x11,0x51,0x5d,0x51,0x50,0x5d,0xf0,0x43,0x0,0xc,0xf0,0x20,0x24,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x0,0x7d,0x44,0x45,0x45,0x7d,0x55,0x11,0x50,0x5f,0x52,0x52,0x5e,0xf2,0x42,0x2,0xc,0xf0,0x24,0xfe,0x24,0x24,0xfc,0x24,0x20,0xfe,0x22,0x2a,0xfa,0x2,0xa,0x4, -+0x4,0x7e,0x45,0x45,0x45,0x7d,0x55,0x11,0x51,0x5d,0x51,0x51,0x5e,0xf2,0x44,0xb,0x20,0x14,0xfe,0x48,0x48,0xfe,0x48,0x78,0x0,0xfc,0x4,0x48,0x30,0x28,0xc6,0x4, -+0x1,0x7c,0x47,0x44,0x45,0x7c,0x57,0x10,0x50,0x5c,0x51,0x51,0x5e,0xf0,0x43,0x0,0x8,0x90,0xfe,0x40,0xfc,0x40,0xfe,0x80,0x88,0xfc,0x20,0x20,0x20,0x24,0xfe,0x0, -+0x4,0x7e,0x45,0x45,0x45,0x7d,0x55,0x11,0x51,0x5d,0x52,0x52,0x5c,0xf4,0x48,0x0,0x40,0x24,0xfe,0x4,0x4,0xfc,0x4,0x0,0xfe,0xaa,0xaa,0xfe,0xaa,0xaa,0xaa,0x84, -+0x4,0x7e,0x44,0x44,0x45,0x7c,0x54,0x11,0x50,0x5c,0x53,0x50,0x5c,0xf1,0x42,0x0,0x0,0xfc,0x48,0x30,0xfe,0x32,0x54,0x90,0x30,0x24,0xfe,0x70,0xa8,0x26,0x24,0x20, -+0x8,0x7f,0x49,0x49,0x49,0x79,0x51,0x17,0x50,0x5f,0x54,0x52,0x59,0xf2,0x44,0x8,0x4,0xfe,0x8,0xf8,0x8,0xf8,0x8,0xfe,0x8,0xbe,0xa2,0x94,0x8,0x94,0x24,0x42, -+0x8,0x7c,0x4b,0x48,0x48,0x7f,0x50,0x13,0x52,0x5e,0x52,0x53,0x5f,0xf2,0x42,0x2,0x90,0x90,0xfc,0x90,0x94,0xfe,0x90,0xfc,0x94,0x94,0x94,0x6c,0x2c,0x44,0x14,0x8, -+0x4,0x7f,0x45,0x44,0x44,0x7c,0x55,0x10,0x50,0x5d,0x50,0x53,0x5c,0xf0,0x40,0x3,0x1c,0xe0,0x24,0xa8,0x40,0x88,0xf0,0x20,0x44,0xfc,0x20,0xfe,0x20,0x50,0x8e,0x4, -+0x8,0x7f,0x4a,0x4b,0x4a,0x7a,0x52,0x12,0x52,0x5a,0x52,0x52,0x5c,0xf5,0x48,0x0,0x4,0xfe,0x0,0xf4,0x4,0xe4,0xbe,0xa4,0xb4,0xec,0xc,0xa4,0xa4,0xf4,0x14,0x8, -+0x10,0xff,0x94,0x96,0x95,0xf7,0xa4,0x26,0xa6,0xb7,0xa4,0xa4,0xa9,0xe9,0x92,0x24,0x4,0xfe,0x0,0x28,0x48,0xee,0x92,0xa4,0xa8,0xe8,0xa8,0x88,0x14,0x14,0x24,0x42, -+0x0,0x7d,0x44,0x44,0x47,0x7c,0x50,0x11,0x50,0x5d,0x50,0x53,0x5c,0xf0,0x41,0x6,0x50,0x54,0xd8,0x50,0xfe,0x88,0x50,0xfc,0x20,0xfc,0x20,0xfe,0x20,0x50,0x8e,0x4, -+0x4,0x7f,0x45,0x44,0x47,0x7c,0x54,0x13,0x51,0x5d,0x51,0x51,0x5d,0xf1,0x41,0x1,0x1c,0xe0,0x24,0xa8,0xfe,0x70,0xae,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4, -+0x14,0xfa,0x90,0x9f,0x90,0xff,0xa8,0x28,0xaf,0xb2,0xa7,0xaa,0xb2,0xe2,0x86,0x1,0x20,0x28,0x24,0xa0,0x7e,0xa8,0xa8,0xa8,0xa8,0x28,0x28,0xa8,0x4a,0x4a,0x86,0x0, -+0x4,0x7f,0x45,0x45,0x45,0x7c,0x55,0x12,0x55,0x5d,0x51,0x50,0x5c,0xf3,0x40,0x0,0x4,0xfe,0x54,0x54,0xfc,0x84,0xfe,0x44,0xf4,0x54,0xf4,0x44,0x54,0xfc,0x14,0x8, -+0x11,0xff,0x91,0x94,0x92,0xf5,0xa5,0x25,0xa5,0xbd,0xa5,0xa5,0xbd,0xe5,0x84,0x4,0x10,0xfe,0x10,0x4,0xfe,0x44,0xf4,0x44,0xf4,0x44,0xf4,0x44,0xfc,0x4,0x14,0x8, -+0x10,0xff,0x94,0x95,0x95,0xf5,0xa5,0x25,0xa4,0xbd,0xa4,0xa7,0xbd,0xea,0x90,0x3,0x40,0xfe,0x0,0xfc,0x24,0xfc,0x24,0xfc,0x20,0xfc,0x20,0xfe,0x24,0xfa,0x20,0xfe, -+0x9,0x7d,0x4a,0x49,0x4b,0x7a,0x52,0x12,0x53,0x5e,0x53,0x52,0x5f,0xf2,0x43,0x2,0x24,0x24,0x48,0x24,0xfe,0x94,0x64,0x94,0xfc,0x48,0x68,0x48,0x68,0x4a,0x6a,0x46, -+0x1,0xf5,0x97,0x99,0x97,0xf3,0xa5,0x29,0xa3,0xba,0xa2,0xa2,0xba,0xe0,0x81,0x6,0x8,0x28,0xbc,0x48,0xbe,0x18,0xaa,0x4e,0xf8,0xc,0x48,0x48,0x48,0xb0,0xc,0x4, -+0x10,0xff,0x90,0x95,0x94,0xf7,0xac,0x25,0xab,0xb1,0xa0,0xa3,0xb9,0xe0,0x83,0xc,0x40,0xfe,0x0,0xf4,0x4,0xf6,0xc,0xf4,0x1a,0xf2,0x0,0xf8,0x10,0xe0,0x10,0xe, -+0x0,0x3f,0x2,0x11,0x8,0x7,0x78,0x0,0x1,0x6,0x38,0x1,0x6,0x38,0x1,0x0,0xe0,0x8,0xc,0x30,0xc0,0x0,0x80,0xc0,0x20,0x50,0x90,0x10,0x10,0x10,0x20,0xc0, -+0x8,0x10,0x35,0xcc,0x28,0x10,0x30,0xc8,0x15,0x26,0xcc,0x14,0x24,0xc4,0x14,0x8,0x0,0x4,0xfe,0x44,0x44,0x44,0x94,0x88,0x4,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x8,0x13,0x34,0xcc,0x28,0x11,0x31,0xc9,0x15,0x25,0xcd,0x15,0x25,0xc5,0x15,0x9,0x4,0xfe,0x40,0x40,0x84,0xfe,0x4,0x4,0x4,0xfc,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x8,0x10,0x34,0xcc,0x29,0x11,0x33,0xcd,0x15,0x25,0xcd,0x15,0x25,0xc5,0x15,0x9,0x10,0x90,0x90,0x90,0x14,0xfe,0x10,0x38,0x34,0x54,0x54,0x92,0x10,0x10,0x10,0x10, -+0x8,0x10,0x37,0xcc,0x29,0x11,0x31,0xc9,0x15,0x24,0xcf,0x14,0x24,0xc4,0x15,0xa,0x88,0x88,0xfe,0x88,0xfc,0x4,0xfc,0x4,0xfc,0x20,0xfe,0x20,0x50,0x88,0x6,0x4, -+0x8,0x10,0x35,0xcd,0x29,0x11,0x31,0xc9,0x15,0x24,0xcd,0x15,0x25,0xc5,0x15,0x9,0x20,0x44,0xfe,0x4,0x54,0x24,0x54,0x4,0xfc,0x10,0x12,0xd4,0x18,0x12,0xd2,0xe, -+0x10,0x10,0x1e,0x24,0x28,0x7e,0xaa,0x2a,0x3e,0x2b,0x2a,0x3e,0x2a,0x4a,0x42,0x86,0x10,0x90,0x50,0x50,0x10,0x90,0x50,0x54,0x1e,0xf0,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x10,0x1e,0x24,0x28,0x7e,0xaa,0x2a,0x3e,0x2b,0x2a,0x3e,0x2a,0x4a,0x42,0x87,0x20,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0xfe,0x20,0x20,0x50,0x48,0x86,0x4, -+0x10,0x10,0x1e,0x25,0x28,0x7e,0xaa,0x2a,0x3e,0x2a,0x2a,0x3e,0x2a,0x4b,0x42,0x86,0x80,0x84,0xfe,0x0,0xf8,0x20,0x44,0xfe,0x54,0x54,0x54,0x94,0xa4,0x24,0x54,0x8, -+0x10,0x10,0x1f,0x24,0x28,0x7e,0xaa,0x2a,0x3e,0x2a,0x2a,0x3e,0x2a,0x4a,0x43,0x86,0x4,0xe,0xf0,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa4,0xac,0x7a,0x8, -+0x8,0x8,0x2e,0x28,0x2e,0xf4,0x44,0xf,0x10,0x3f,0x51,0x1f,0x11,0x1f,0x21,0x41,0x80,0x84,0x98,0xe2,0x82,0x7e,0x0,0xe0,0x40,0xf0,0x10,0xf0,0x10,0xf0,0x10,0x30, -+0x10,0x10,0x1d,0x24,0x28,0x7e,0xaa,0x2b,0x3e,0x2a,0x2a,0x3e,0x2a,0x4a,0x42,0x87,0x20,0x20,0x24,0xac,0xb0,0x20,0x24,0xfe,0x50,0x50,0x50,0x50,0x52,0x92,0x8e,0x0, -+0x20,0x20,0x3d,0x48,0x50,0xfd,0x55,0x55,0x7d,0x55,0x54,0x7c,0x55,0x56,0x44,0x8c,0x20,0x24,0xfe,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x70,0xa8,0x26,0x24,0x20,0x20, -+0x21,0x20,0x3c,0x49,0x51,0xfd,0x55,0x55,0x7d,0x55,0x54,0x7f,0x54,0x54,0x44,0x8c,0x4,0x88,0x50,0xfc,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x20,0x20,0x20,0x20, -+0x8,0x2f,0x28,0x2f,0x7a,0x1,0xff,0x0,0x1f,0x0,0x1f,0x0,0x1f,0x10,0x1f,0x10,0x40,0x58,0x60,0x44,0x7c,0x0,0xfe,0x0,0xf0,0x0,0xf0,0x0,0xf0,0x10,0xf0,0x10, -+0x8,0xff,0x8,0x3e,0x2b,0x3e,0x22,0x41,0xff,0x0,0x1e,0x0,0x0,0x1f,0x10,0x1f,0x78,0x48,0x48,0x86,0x78,0x48,0x30,0x4c,0xfe,0x0,0x0,0xf0,0x0,0xf0,0x10,0xf0, -+0x10,0x14,0xfe,0x10,0x7c,0x10,0xfe,0x0,0x7c,0x44,0x7c,0x44,0x7c,0x44,0x55,0x4a,0x0,0x8,0xfc,0x88,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0x50,0x52,0x92,0xe,0x0, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x1,0x3f,0x0,0xff,0x8,0xf,0x0,0x0,0x0,0x0,0xf0,0x0,0xfe,0x12,0x64,0x10,0x0,0xf8,0x0,0xfe,0x0,0xf0,0x10,0x10,0xa0,0x40, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x3f,0x21,0x21,0x2f,0x21,0x21,0x21,0x42,0x4c,0x90,0xf0,0x0,0xfe,0x12,0x64,0x10,0xfc,0x0,0x8,0xfc,0x8,0x8,0x8,0x8,0x50,0x20, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x2,0x1,0xff,0x8,0x4,0x2,0x1,0x6,0x18,0x60,0xf0,0x0,0xfe,0x12,0x64,0x10,0x0,0x4,0xfe,0x20,0x40,0x80,0x0,0xc0,0x3c,0x8, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x78,0xb,0x10,0x78,0xf,0x28,0x10,0x2b,0x44,0x83,0xf0,0x0,0xfe,0x12,0x64,0x10,0x38,0xc0,0x40,0x48,0xfc,0x40,0x50,0xf8,0x46,0xfc, -+0x1f,0x1,0x7f,0x51,0x8d,0x12,0x1,0x7f,0x8,0x4,0x3,0x1c,0xe8,0x8,0x10,0x20,0xf0,0x0,0xfe,0x12,0x64,0x10,0x0,0xfc,0x20,0x40,0x80,0x70,0x2e,0x20,0x20,0x20, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x41,0x20,0x8f,0x60,0x2b,0x12,0x62,0x22,0x22,0x20,0xf0,0x0,0xfe,0x12,0x64,0x10,0x40,0x44,0xfe,0x40,0xf8,0x48,0x48,0x48,0x58,0x40, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x2,0x7e,0x2,0x2,0x3e,0x2,0x2,0x7e,0x2,0x2,0xf0,0x0,0xfe,0x12,0x64,0x10,0x88,0xfc,0x80,0x90,0xf8,0x80,0x88,0xfc,0x80,0x80, -+0x1f,0x1,0x7f,0x51,0x8d,0x12,0x1,0x1f,0x4,0xff,0x1,0x7f,0x4,0xc,0x3,0x1c,0xf0,0x0,0xfe,0x12,0x64,0x10,0x0,0xf0,0x44,0xfe,0x0,0xfc,0x40,0x40,0x80,0x70, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x20,0x17,0x42,0x21,0xb,0x10,0x6f,0x20,0x20,0x27,0xf0,0x0,0xfe,0x12,0x64,0x10,0x38,0xc0,0x48,0x50,0xf8,0x40,0xfe,0x40,0x48,0xfc, -+0x1f,0x1,0x7f,0x51,0x8d,0x11,0x23,0x12,0x2,0xf3,0x11,0x13,0x1c,0x12,0x1b,0x10,0xf0,0x0,0xfe,0x12,0x64,0x10,0xf8,0x88,0x48,0xf8,0x0,0xfc,0x44,0xa4,0xf4,0x8, -+0x1f,0x1,0x7f,0x51,0x8d,0x12,0x3f,0x12,0xff,0x21,0x3f,0x21,0x3f,0x21,0x25,0x22,0xf0,0x0,0xfe,0x12,0x64,0x10,0x20,0x24,0xfe,0x4,0x44,0x28,0x10,0x28,0x46,0x84, -+0x1f,0x1,0x7f,0x51,0x8d,0x10,0x2b,0xe5,0x19,0x69,0x95,0x64,0x5,0x64,0x17,0x8,0xf0,0x0,0xfe,0x12,0x64,0x10,0xfc,0x24,0xfc,0x24,0xfc,0x20,0xfc,0x20,0xfe,0x0, -+0x8,0x8,0x2a,0x2f,0x28,0x29,0xff,0x0,0x49,0x49,0x49,0x55,0x63,0x41,0x7f,0x1,0x40,0x40,0x40,0x40,0x40,0x44,0xcc,0x50,0x60,0x40,0x40,0x40,0x42,0x42,0x3e,0x0, -+0x8,0x8,0x2a,0x2f,0x28,0x29,0xff,0x0,0x49,0x49,0x49,0x55,0x63,0x41,0x7f,0x1,0x0,0x4,0x7e,0x44,0x44,0x44,0xfc,0x44,0x44,0x44,0x7c,0x44,0x44,0x44,0xfe,0x0, -+0x10,0x10,0x50,0x5d,0x52,0x50,0xff,0x1,0x55,0x55,0x55,0x6d,0x45,0x45,0x7c,0x4,0x80,0x80,0x84,0xfe,0x4,0x24,0xf4,0x24,0x24,0xe4,0x14,0x8,0x2,0x2,0xfe,0x0, -+0x10,0x11,0x50,0x5c,0x50,0x54,0xfe,0x1,0x54,0x54,0x54,0x6c,0x44,0x44,0x7c,0x4,0x4,0xfe,0x44,0x44,0x44,0x44,0x94,0x8,0x0,0xfc,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x10,0x10,0x50,0x5d,0x51,0x55,0xff,0x1,0x55,0x55,0x55,0x6d,0x45,0x45,0x7f,0x4,0x50,0x50,0x50,0x50,0x52,0x74,0x58,0x50,0x50,0x50,0x50,0x50,0x50,0x72,0x92,0xe, -+0x10,0x11,0x51,0x5d,0x51,0x55,0xff,0x1,0x55,0x55,0x55,0x6d,0x45,0x45,0x7d,0x5,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x44,0x48,0x30,0x20,0x10,0x4e,0x84,0x0, -+0x10,0x11,0x50,0x5c,0x51,0x54,0xfe,0x0,0x57,0x54,0x54,0x6c,0x44,0x44,0x7c,0x4,0x8,0xfc,0x20,0x28,0xfc,0x48,0x48,0x48,0xfe,0x4,0xfe,0x84,0x84,0x84,0xfc,0x84, -+0x10,0x10,0x50,0x5c,0x50,0x54,0xfe,0x0,0x54,0x54,0x54,0x6c,0x44,0x45,0x7e,0x4,0x8,0xfc,0x88,0x88,0x88,0x88,0xf8,0xa0,0x28,0xbc,0xa0,0xa0,0xa0,0x66,0x3c,0x0, -+0x10,0x11,0x51,0x5d,0x51,0x55,0xff,0x1,0x55,0x55,0x55,0x6d,0x45,0x45,0x7e,0x4,0x4,0xfe,0x4,0x4,0xfc,0x0,0xfe,0x20,0x48,0xfc,0x10,0x7c,0x10,0x14,0xfe,0x0, -+0x0,0x1f,0x10,0x1f,0x1,0x3f,0x21,0x21,0x3f,0x21,0x21,0x3f,0x21,0x1,0x1,0x0,0x10,0xf8,0x10,0xf0,0x8,0xfc,0x8,0x8,0xf8,0x8,0x8,0xf8,0x8,0x2,0x2,0xfe, -+0x1f,0x0,0xff,0x4,0x78,0x1f,0x10,0x1f,0x1,0x3f,0x21,0x3f,0x21,0x3f,0x1,0x0,0xf0,0x4,0xfe,0x40,0x3c,0xf0,0x10,0xf0,0x8,0xfc,0x8,0xf8,0x8,0xfa,0x2,0xfe, -+0x3e,0x22,0x3e,0x1f,0x11,0x1f,0x11,0xff,0x1,0x1f,0x11,0x1f,0x11,0x1f,0x1,0x0,0xf8,0x88,0xf8,0xf0,0x10,0xf0,0x14,0xfe,0x0,0xf0,0x10,0xf0,0x10,0xf4,0x4,0xfc, -+0x9,0x8,0x8,0x1f,0x10,0x30,0x3f,0x50,0x90,0x1f,0x10,0x10,0x10,0x1f,0x10,0x10,0x0,0x80,0x88,0xfc,0x80,0x90,0xf8,0x80,0x90,0xf8,0x80,0x80,0x84,0xfe,0x0,0x0, -+0x9,0x8,0xf,0x10,0x3f,0x50,0x1f,0x10,0x1f,0x10,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x88,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfc,0x80,0x84,0xfe,0x80,0x80,0x80,0x80, -+0x9,0x8,0x1f,0x10,0x3f,0x50,0x9f,0x10,0x1f,0x10,0x7f,0x4,0x4,0x8,0x10,0x60,0x0,0x88,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfc,0x0,0xe0,0x28,0x7c,0x8,0x28,0x10, -+0x0,0x8,0x7d,0x49,0x4b,0x7d,0x49,0x49,0x79,0x49,0x49,0x4d,0xf1,0x41,0x1,0x1,0xc0,0xa0,0x24,0xfe,0x20,0x28,0xfc,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0,0x0, -+0x10,0x10,0x1e,0x22,0x65,0x99,0xa,0x14,0x22,0x7f,0xa2,0x22,0x22,0x3e,0x22,0x0,0x60,0x50,0x84,0xfe,0x90,0x90,0xfc,0x90,0x90,0xfc,0x90,0x90,0x94,0xfe,0x80,0x80, -+0x3e,0x22,0x2a,0x2a,0x22,0x3e,0x9,0x10,0x3f,0x50,0x9f,0x10,0x1f,0x10,0x1f,0x10,0xf8,0x88,0xa8,0xa8,0x88,0xf8,0x0,0x88,0xfc,0x80,0xf8,0x80,0xf8,0x80,0xfc,0x0, -+0x20,0x32,0x21,0x3d,0x50,0xd7,0x79,0x51,0x51,0x7d,0x51,0x51,0x51,0x7d,0x40,0x40,0x10,0x18,0x10,0x3e,0x68,0x28,0x3e,0x28,0x28,0x3e,0x28,0x68,0xa8,0x3e,0x20,0x20, -+0x4,0x7e,0x10,0x10,0x1e,0x71,0x2,0xc,0x37,0xc1,0x1f,0x1,0x9,0x5,0x7f,0x0,0x8,0xfc,0x88,0xc8,0xaa,0xe,0x80,0x60,0xde,0x4,0xf0,0x0,0x20,0x48,0xfc,0x0, -+0x2,0x1,0x7f,0x4,0x14,0x25,0x42,0xc,0x37,0xc1,0x1f,0x1,0x9,0x5,0x7f,0x0,0x0,0x8,0xfc,0x40,0x50,0x4c,0x84,0x30,0xee,0x4,0xf0,0x0,0x20,0x48,0xfc,0x0, -+0x20,0x13,0x40,0x27,0x8,0x73,0x22,0x2c,0x37,0xc1,0x1f,0x1,0x9,0x5,0x7f,0x0,0x38,0xc0,0x48,0xfc,0xa0,0x18,0x88,0x60,0xde,0x4,0xf0,0x0,0x20,0x48,0xfc,0x0, -+0x8,0x7e,0x10,0x28,0x7e,0x8,0x7d,0xa,0xc,0x37,0xc1,0x1f,0x9,0x5,0x7f,0x0,0xc,0xf0,0x80,0x88,0xfc,0x90,0x10,0x90,0x60,0xde,0x4,0xf0,0x20,0x48,0xfc,0x0, -+0x0,0x7e,0x14,0x8,0xfe,0x1a,0x29,0x4a,0xc,0x37,0xc1,0x1f,0x9,0x5,0x7f,0x0,0x40,0x44,0x7e,0xc8,0x48,0x30,0x48,0x86,0x60,0xde,0x4,0xf0,0x20,0x48,0xfc,0x0, -+0x8,0x7f,0x8,0x3e,0x9,0xfe,0x11,0x1e,0x24,0xdf,0x31,0xdf,0x9,0x5,0x7f,0x0,0x40,0x44,0x7e,0xc8,0x48,0x30,0x48,0x86,0x40,0xf0,0xe,0xf4,0x20,0x48,0xfc,0x0, -+0x20,0x17,0x40,0x23,0x9,0x71,0x23,0x22,0xc,0x37,0xc1,0x1f,0x9,0x5,0x7f,0x0,0x40,0xfe,0x90,0xf8,0x50,0x50,0x52,0x8e,0x60,0xde,0x4,0xf0,0x20,0x48,0xfc,0x0, -+0x3f,0x21,0x3f,0x20,0x3f,0x51,0x9f,0x2,0xc,0x37,0xc1,0x1f,0x9,0x5,0x7f,0x0,0x10,0x7c,0x28,0xfe,0x10,0x7c,0x10,0x90,0x60,0xde,0x4,0xf0,0x20,0x48,0xfc,0x0, -+0x1,0x6,0x18,0xef,0x1,0x1f,0x5,0x3f,0x10,0x28,0x7c,0x93,0x7c,0x10,0x54,0xfe,0x0,0xc0,0x30,0xee,0x0,0xf0,0x40,0xf8,0x10,0x28,0x7c,0x92,0x7c,0x10,0x54,0xfe, -+0x20,0x20,0x3c,0x48,0x90,0x7f,0x54,0x54,0x7c,0x54,0x54,0x7c,0x0,0x1d,0xe2,0x44,0x40,0x60,0x50,0x50,0x44,0xfe,0x40,0x50,0x50,0x50,0x50,0x90,0x90,0x12,0x12,0xe, -+0x20,0x20,0x3c,0x48,0x93,0x7c,0x54,0x54,0x7c,0x54,0x54,0x7c,0x0,0x1d,0xe1,0x42,0x40,0x20,0x20,0x4,0xfe,0x80,0x88,0xfc,0x88,0x88,0x88,0x88,0x88,0x8,0x28,0x10, -+0x20,0x20,0x3c,0x48,0x93,0x7c,0x54,0x54,0x7c,0x54,0x55,0x7d,0x1,0x1e,0xe2,0x45,0x40,0x60,0x50,0x44,0xfe,0x80,0x80,0xfc,0x84,0xc4,0x48,0x28,0x10,0x28,0x46,0x84, -+0x20,0x20,0x3d,0x48,0x91,0x7c,0x54,0x54,0x7c,0x57,0x54,0x7c,0x0,0x1c,0xe0,0x40,0x0,0x8,0xfc,0x20,0x24,0xa8,0xa8,0x20,0x24,0xfe,0x20,0x20,0x20,0x20,0x20,0x20, -+0x20,0x20,0x3c,0x48,0x90,0x7c,0x54,0x54,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x40,0x40,0x48,0x7c,0x40,0x40,0x40,0x48,0xfc,0x8,0x8,0x8,0x8,0x8,0xf8,0x8, -+0x20,0x20,0x3c,0x48,0x90,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe2,0x44,0x40,0x44,0x7e,0x40,0x44,0xfe,0x4,0x4,0x4,0xfc,0x4,0x0,0x0,0x0,0x0,0x0, -+0x20,0x20,0x3d,0x48,0x90,0x7c,0x57,0x54,0x7c,0x54,0x54,0x7d,0x2,0x1c,0xe0,0x40,0x8,0x1c,0xe0,0x20,0x20,0x24,0xfe,0x20,0x70,0x68,0xa8,0x26,0x24,0x20,0x20,0x20, -+0x20,0x20,0x3c,0x48,0x90,0x7d,0x56,0x54,0x7c,0x54,0x54,0x7c,0x0,0x1c,0xe0,0x40,0x48,0x48,0x48,0x88,0x88,0xfe,0x88,0x88,0xc8,0xa8,0xa8,0x88,0x88,0x88,0xa8,0x90, -+0x11,0x9,0x49,0x7f,0x44,0x84,0xf,0x10,0x3f,0x51,0x1f,0x11,0x1f,0x0,0xff,0x0,0x10,0x20,0x40,0xfe,0x2,0x4,0xc0,0x90,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe,0x0, -+0x20,0x20,0x3c,0x48,0x91,0x7f,0x54,0x54,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x20,0x20,0x40,0x88,0x4,0xfe,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x20,0x3d,0x48,0x90,0x7c,0x57,0x54,0x7c,0x54,0x55,0x7c,0x0,0x1c,0xe3,0x40,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x20,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x3c,0x4b,0x90,0x7c,0x55,0x54,0x7c,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x20,0x20,0x24,0xfe,0x20,0x28,0xfc,0x0,0x4,0xfe,0x4,0x4,0x4,0x4,0xfc,0x4, -+0x20,0x20,0x3c,0x4b,0x90,0x7c,0x55,0x56,0x7c,0x54,0x54,0x7c,0x0,0x1c,0xe0,0x40,0x40,0x40,0x44,0xfe,0x80,0x88,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88,0xa8,0x90, -+0x20,0x23,0x3c,0x48,0x90,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x40,0x4,0xfe,0x20,0x20,0x44,0xfe,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x4,0x14,0x8, -+0x20,0x20,0x3c,0x4b,0x90,0x7c,0x54,0x54,0x7c,0x57,0x54,0x7c,0x0,0x1c,0xe1,0x42,0x40,0x20,0x4,0xfe,0x88,0x50,0x20,0x50,0x8e,0x4,0x88,0x88,0x88,0x88,0x8,0x8, -+0x20,0x20,0x3c,0x4b,0x90,0x7c,0x55,0x56,0x7c,0x54,0x54,0x7c,0x0,0x1c,0xe1,0x46,0x40,0x20,0x4,0xfe,0x0,0x88,0x6,0x8a,0x88,0x50,0x50,0x20,0x50,0x88,0x6,0x4, -+0x9,0x5,0x3f,0x2,0xff,0x4,0xa,0x37,0xc8,0x1f,0x31,0x1f,0x11,0x1f,0x0,0x7f,0x20,0x40,0xf8,0x0,0xfe,0x40,0x30,0xce,0x84,0xf0,0x10,0xf0,0x10,0xf0,0x0,0xfc, -+0x20,0x21,0x3c,0x48,0x91,0x7c,0x54,0x55,0x7c,0x54,0x57,0x7c,0x0,0x1c,0xe0,0x40,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x8,0x8,0xfe,0x88,0x48,0x8,0x28,0x10, -+0x20,0x23,0x3c,0x48,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7c,0x0,0x1c,0xe0,0x43,0x4,0xfe,0x20,0x24,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0xa0,0xa0,0x40,0xb0,0xe, -+0x20,0x23,0x3c,0x48,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x4,0xfe,0x0,0x4,0xde,0x54,0x54,0x54,0x54,0xdc,0x54,0x54,0x54,0x54,0x54,0x54, -+0x20,0x20,0x3c,0x4a,0x91,0x7d,0x54,0x57,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe2,0x44,0x20,0x20,0x24,0xfe,0x20,0x20,0x50,0x50,0xfc,0x10,0x14,0xfe,0x10,0x10,0x96,0x7c, -+0x20,0x20,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7c,0x54,0x55,0x7c,0x0,0x1c,0xe3,0x40,0x40,0x40,0x7e,0x62,0x54,0x48,0x54,0x62,0x20,0x28,0xfc,0x20,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe0,0x40,0x4,0x44,0xe4,0x44,0x44,0x7e,0x44,0xc4,0x64,0x54,0x54,0x44,0xc4,0x44,0x14,0x8, -+0x20,0x20,0x3c,0x48,0x91,0x7c,0x54,0x54,0x7f,0x54,0x55,0x7c,0x0,0x1d,0xe2,0x40,0x40,0x40,0x7c,0x88,0x50,0x20,0x50,0x8e,0x24,0x20,0xfc,0x20,0xa8,0x26,0xa2,0x40, -+0x20,0x21,0x3c,0x48,0x90,0x7d,0x54,0x54,0x7c,0x55,0x54,0x7c,0x1,0x1e,0xe0,0x40,0x1c,0xe0,0x40,0x40,0x88,0xf0,0x20,0x40,0x88,0xfc,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x20,0x10,0x40,0x25,0x8,0x77,0x22,0x27,0x8,0x1f,0x31,0x5f,0x11,0x1f,0x0,0xff,0x20,0xa8,0xa6,0x3a,0x60,0x80,0x0,0xc0,0x90,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfe, -+0x20,0x20,0x3c,0x4b,0x92,0x7c,0x54,0x54,0x7c,0x57,0x54,0x7c,0x0,0x1c,0xe1,0x46,0x40,0x20,0x20,0xfe,0x2,0x14,0xf8,0x0,0x4,0xfe,0x90,0x90,0x90,0x92,0x12,0xe, -+0x20,0x20,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe0,0x40,0x0,0x4,0xde,0x54,0x54,0xd4,0x54,0x54,0xd4,0x14,0x94,0x54,0x5c,0x90,0x10,0x10, -+0x20,0x20,0x3d,0x48,0x90,0x7c,0x57,0x54,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x20,0x28,0xfc,0x20,0xf8,0x20,0xfe,0x0,0xfc,0x4,0xfc,0x4,0xfc,0x4,0x14,0x8, -+0x20,0x20,0x3d,0x48,0x90,0x7f,0x54,0x55,0x7e,0x54,0x55,0x7e,0x0,0x1c,0xe0,0x43,0x20,0x28,0xfc,0x20,0x24,0xfe,0x88,0x46,0x7a,0x88,0x48,0x50,0x20,0x50,0x8e,0x4, -+0x20,0x23,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1f,0xe0,0x40,0x20,0xf0,0x44,0x7e,0x44,0xd4,0x54,0x54,0x54,0xd4,0x54,0x68,0xc8,0x54,0x52,0x60, -+0x20,0x20,0x3c,0x4b,0x90,0x7c,0x54,0x55,0x7c,0x54,0x54,0x7f,0x0,0x1c,0xe0,0x40,0x50,0x50,0x54,0xde,0x50,0x50,0x50,0xdc,0x50,0x50,0x54,0xde,0x50,0x50,0x50,0x50, -+0x20,0x21,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7c,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x10,0x12,0xd6,0x18,0x10,0x52,0x92,0xe, -+0x20,0x20,0x3c,0x48,0x90,0x7c,0x54,0x54,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x8,0xfc,0x88,0xf8,0x88,0x88,0xf8,0x4,0xfe,0x4,0x4,0xfc,0x4,0x4,0xfc,0x4, -+0x20,0x21,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x4,0xfe,0x4,0x24,0x24,0xfc,0x24,0x24,0x74,0x54,0x54,0x74,0x4,0x4,0xfc,0x4, -+0x20,0x20,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7d,0x55,0x54,0x7c,0x0,0x1c,0xe1,0x46,0x0,0x44,0x8e,0x4,0x4,0xdc,0x4,0x4,0xfc,0x54,0x50,0x50,0x90,0x92,0x12,0xe, -+0x20,0x20,0x3c,0x48,0x91,0x7e,0x54,0x55,0x7c,0x54,0x54,0x7c,0x1,0x1e,0xe2,0x40,0x20,0x20,0x50,0x88,0x46,0x24,0x20,0xf8,0x8,0x10,0x40,0xa0,0xa4,0x8a,0x8a,0x78, -+0x20,0x21,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe2,0x44,0x4,0xfe,0x24,0x24,0x74,0x24,0x24,0xfc,0x4,0x74,0x54,0x54,0x74,0x4,0x14,0x8, -+0x20,0x23,0x3c,0x48,0x91,0x7c,0x55,0x55,0x7d,0x55,0x55,0x7c,0x0,0x1c,0xe1,0x40,0x4,0xfe,0x4,0x74,0xc4,0x44,0xf4,0x54,0x54,0x54,0xf4,0x44,0x54,0x76,0xca,0x0, -+0x20,0x20,0x3c,0x49,0x92,0x7d,0x54,0x54,0x7d,0x55,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x0,0x92,0x92,0x24,0x48,0x24,0x92,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x4, -+0x20,0x21,0x3c,0x48,0x93,0x7c,0x54,0x55,0x7d,0x55,0x55,0x7d,0x1,0x1c,0xe0,0x43,0x20,0xfc,0x20,0x88,0xfe,0x88,0x4,0xfe,0x4,0x24,0x24,0x24,0x24,0x58,0x86,0x2, -+0x20,0x21,0x3d,0x4b,0x91,0x7d,0x55,0x55,0x7d,0x54,0x57,0x7c,0x0,0x1d,0xe2,0x40,0x48,0x48,0x48,0xfe,0x48,0x48,0x78,0x0,0xfc,0x20,0xfe,0x70,0xa8,0x26,0x24,0x20, -+0x20,0x21,0x3d,0x49,0x91,0x7d,0x54,0x55,0x7c,0x57,0x54,0x7c,0x0,0x1c,0xe0,0x40,0x4,0xde,0x54,0x54,0x54,0xdc,0x0,0xfc,0x0,0xfe,0x80,0xfc,0x4,0x4,0x28,0x10, -+0x20,0x20,0x3b,0x48,0x90,0x7f,0x54,0x55,0x7d,0x55,0x56,0x7c,0x0,0x1c,0xe0,0x40,0x8,0x68,0x88,0x88,0x8a,0xea,0x9c,0x88,0xc8,0xa8,0x88,0x88,0x94,0x94,0xa2,0xc0, -+0x20,0x20,0x3c,0x49,0x93,0x7d,0x55,0x55,0x7d,0x54,0x54,0x7d,0x2,0x1c,0xe0,0x43,0x80,0x84,0xfe,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x80,0xf8,0x88,0x50,0x20,0xd0,0xe, -+0x20,0x20,0x3d,0x49,0x91,0x7d,0x55,0x54,0x7d,0x54,0x54,0x7d,0x0,0x1c,0xe3,0x40,0x20,0x44,0xfe,0x4,0xfc,0x4,0xfc,0x0,0xfc,0x20,0x28,0xfc,0x20,0x24,0xfe,0x0, -+0x20,0x20,0x3d,0x49,0x91,0x7d,0x55,0x55,0x7d,0x55,0x57,0x7d,0x1,0x1d,0xe1,0x41,0x40,0x24,0xfe,0x4,0x4,0xfc,0x0,0x4,0xfe,0x54,0x54,0xfc,0x54,0x54,0x54,0xc, -+0x20,0x21,0x3d,0x48,0x90,0x7c,0x55,0x56,0x7d,0x55,0x55,0x7d,0x0,0x1c,0xe3,0x40,0x0,0xfc,0x24,0x88,0x70,0x88,0x26,0x24,0xfe,0x24,0x24,0xfc,0x20,0x24,0xfc,0x2, -+0x8,0x7f,0x8,0xfe,0x11,0x1e,0x22,0x4f,0x88,0x1f,0x31,0x5f,0x11,0x1f,0x0,0xff,0x40,0x44,0x7e,0xc8,0x48,0x30,0x48,0xc6,0x90,0xf8,0x10,0xf0,0x10,0xf0,0x4,0xfc, -+0x20,0x20,0x3d,0x48,0x93,0x7c,0x54,0x55,0x7e,0x54,0x55,0x7d,0x1,0x1d,0xe1,0x41,0x40,0x48,0xf8,0x50,0xfe,0x40,0xf0,0x84,0xfc,0x0,0xf8,0x8,0xf8,0x8,0xf8,0x8, -+0x20,0x21,0x3d,0x49,0x91,0x7d,0x54,0x57,0x7c,0x56,0x55,0x7d,0x2,0x1c,0xe1,0x40,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x0,0xde,0x42,0x52,0xce,0x4a,0x52,0x42,0x4a,0x84, -+0x20,0x21,0x3d,0x49,0x91,0x7d,0x54,0x54,0x7c,0x55,0x54,0x7c,0x0,0x1d,0xe2,0x40,0x4,0xfe,0x54,0x54,0x54,0xfc,0x20,0xa8,0xa8,0x24,0x20,0xa8,0xa4,0x22,0x22,0x20, -+0x20,0x20,0x3d,0x48,0x91,0x7c,0x54,0x54,0x7d,0x54,0x57,0x7c,0x1,0x1d,0xe1,0x41,0x8,0x1c,0xe0,0x4,0x24,0xa8,0x80,0xfc,0x20,0x24,0xfe,0x20,0x24,0x24,0xfc,0x4, -+0x21,0x21,0x7f,0x91,0x21,0xf8,0xab,0xaa,0xfa,0xaa,0xab,0xf8,0x7,0x18,0xe0,0x40,0x48,0x48,0xf8,0x48,0xc8,0x9e,0xea,0xaa,0xaa,0xaa,0xea,0x8a,0xea,0x8a,0x92,0xa6, -+0x20,0x23,0x3c,0x48,0x91,0x7d,0x55,0x55,0x7c,0x55,0x54,0x7f,0x0,0x1d,0xe2,0x40,0x4,0xfe,0x50,0x54,0xfe,0x54,0x54,0xfc,0x0,0xfc,0x0,0xfe,0xa8,0x26,0x22,0x60, -+0x20,0x21,0x3c,0x4b,0x92,0x7d,0x54,0x55,0x7c,0x54,0x55,0x7c,0x0,0x1c,0xe1,0x40,0x8,0xfc,0x20,0xfe,0x22,0xac,0x20,0xac,0x20,0x4,0xfe,0x4,0xfc,0x4,0xfc,0x4, -+0x20,0x20,0x3c,0x48,0x90,0x7c,0x55,0x55,0x7d,0x55,0x54,0x7c,0x0,0x1c,0xe0,0x43,0xfc,0x84,0xfc,0x84,0xfc,0x0,0xfe,0x4a,0x4a,0xfe,0x0,0xfc,0x48,0x30,0xc8,0x6, -+0x20,0x3f,0x40,0xbf,0x29,0xff,0x25,0x3f,0x8,0x1f,0x31,0x5f,0x11,0x1f,0x0,0xff,0x40,0x44,0xfe,0x4,0x44,0xa8,0x10,0xe8,0x86,0xf0,0x10,0xf0,0x10,0xf0,0x4,0xfe, -+0x20,0x23,0x7a,0x93,0x22,0xfb,0xaa,0xab,0xfa,0xab,0xab,0xfb,0x5,0x1d,0xe5,0x49,0x20,0xfe,0x20,0xfc,0x24,0xfe,0x24,0xfc,0x20,0xfc,0x24,0xfc,0x24,0xfc,0x24,0x2c, -+0x20,0x23,0x7a,0x92,0x22,0xfa,0xab,0xaa,0xfb,0xab,0xab,0xfb,0x2,0x1c,0xe4,0x49,0x4,0xfe,0x8,0xa8,0xae,0x12,0xf4,0x44,0x54,0x54,0x54,0xf4,0x54,0x4a,0x8a,0x10, -+0x21,0x20,0x3f,0x48,0x91,0x7c,0x57,0x55,0x7c,0x57,0x54,0x7d,0x1,0x1d,0xe1,0x41,0x4,0x88,0xfe,0x20,0xfc,0x20,0xfe,0x24,0xa8,0xfe,0x4,0xfe,0x4,0x4,0xfc,0x4, -+0x21,0x20,0x3f,0x48,0x91,0x7d,0x55,0x55,0x7d,0x55,0x55,0x7c,0x3,0x1c,0xe0,0x40,0x4,0x88,0xfe,0x50,0xfc,0x54,0x54,0x8c,0x74,0x4,0xfc,0x8,0xfe,0x88,0x48,0x18, -+0x20,0x21,0x3d,0x49,0x91,0x7d,0x54,0x57,0x7c,0x55,0x55,0x7d,0x0,0x1c,0xe3,0x40,0x50,0xfc,0x54,0xfc,0x54,0xfc,0x0,0xfe,0x0,0xfc,0x4,0xfc,0x88,0x50,0xfe,0x0, -+0x28,0x28,0xfc,0x28,0x38,0x10,0x7c,0x54,0x54,0x7c,0x10,0xfe,0x10,0x10,0x13,0x10,0x4,0xfe,0x84,0x84,0x84,0x84,0xfc,0x84,0x84,0x84,0x84,0xfc,0x0,0x4,0xfe,0x0, -+0x28,0x28,0xfe,0x29,0x39,0x11,0x7d,0x55,0x55,0x7f,0x10,0xfe,0x10,0x10,0x11,0x12,0x20,0x20,0x24,0xfe,0x24,0x24,0x24,0x24,0x24,0xfe,0x20,0x50,0x50,0x88,0x6,0x4, -+0x28,0x28,0xfe,0x29,0x39,0x10,0x7f,0x55,0x55,0x7d,0x11,0xfd,0x11,0x12,0x14,0x10,0x10,0x10,0x10,0x10,0x7c,0x10,0x10,0x10,0x28,0x28,0x24,0x44,0x0,0x86,0x7c,0x0, -+0x28,0x29,0xfe,0x28,0x3b,0x10,0x7c,0x55,0x56,0x7c,0x10,0xfe,0x10,0x10,0x11,0x12,0x1c,0xe0,0x20,0x24,0xfe,0x50,0x88,0x6,0x88,0x88,0x88,0x88,0x88,0x88,0x8,0x8, -+0x28,0x28,0xfe,0x28,0x39,0x13,0x7d,0x55,0x55,0x7d,0x10,0xfe,0x10,0x10,0x11,0x12,0x40,0x40,0x78,0x90,0x24,0xfe,0x24,0x24,0x24,0xfc,0x50,0x50,0x90,0x92,0x12,0xe, -+0x28,0x28,0xff,0x28,0x38,0x13,0x7c,0x54,0x55,0x7f,0x11,0xff,0x11,0x11,0x11,0x11,0x90,0x90,0xfc,0x90,0x44,0xfe,0x80,0xfc,0x8,0x10,0xfe,0x10,0x10,0x10,0x50,0x20, -+0x28,0x28,0xfe,0x29,0x3a,0x13,0x7c,0x55,0x54,0x7d,0x10,0xff,0x11,0x11,0x11,0x10,0x80,0x84,0xfe,0x4,0x44,0xfc,0x4,0xf4,0x4,0xf4,0x4,0xf4,0x14,0x14,0xf4,0x8, -+0x28,0x29,0xfe,0x28,0x3b,0x10,0x7c,0x55,0x56,0x7c,0x13,0xfc,0x10,0x11,0x12,0x10,0x0,0xfc,0x48,0x20,0xfe,0xa2,0xa4,0x20,0x60,0x24,0xfe,0x70,0xa8,0x26,0x24,0x20, -+0x28,0x28,0xff,0x28,0x39,0x10,0x7f,0x54,0x55,0x7d,0x11,0xfd,0x13,0x11,0x11,0x11,0x88,0x88,0xfe,0x88,0xfc,0x88,0xfe,0x20,0xfc,0x24,0xfc,0x24,0xfe,0x4,0x14,0x8, -+0x28,0x28,0xfd,0x28,0x3b,0x10,0x7d,0x57,0x55,0x7d,0x11,0xff,0x11,0x11,0x11,0x11,0x88,0x88,0xfc,0x88,0xfe,0x88,0x4,0xfe,0x24,0xfc,0x24,0xfc,0x24,0x24,0x34,0x28, -+0x2,0x3f,0x22,0x3a,0x2a,0x7f,0x41,0xbe,0x22,0x3e,0x22,0x3e,0x22,0x22,0x2a,0x25,0x20,0x20,0x50,0x50,0x88,0x6,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x88,0x8, -+0x2,0x3f,0x22,0x3a,0x2a,0x7f,0x41,0xbe,0x22,0x3e,0x22,0x3e,0x22,0x22,0x2a,0x25,0x8,0x7c,0x48,0x48,0x48,0x86,0x0,0xfc,0x44,0x48,0x28,0x10,0x30,0x48,0x8e,0x4, -+0x2,0x3f,0x22,0x3a,0x2a,0x7f,0x41,0xbe,0x22,0x3e,0x22,0x3e,0x22,0x22,0x2a,0x24,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x24,0xfe,0x84,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x4,0x7e,0x44,0x74,0x54,0xfe,0x82,0x7c,0x44,0x7c,0x44,0x7c,0x45,0x44,0x54,0x48,0x20,0x48,0xfc,0x88,0xa8,0x88,0xa8,0x90,0x84,0xfe,0x4,0x24,0xf4,0x4,0x28,0x10, -+0x4,0x7e,0x45,0x75,0x55,0xff,0x83,0x7d,0x45,0x7d,0x45,0x7d,0x45,0x45,0x55,0x49,0x8,0x1c,0xe0,0x20,0x20,0x20,0x24,0xfe,0x20,0x20,0x10,0x10,0x28,0x4a,0xa6,0x12, -+0x4,0x7e,0x45,0x75,0x55,0xff,0x83,0x7d,0x45,0x7d,0x45,0x7d,0x45,0x45,0x56,0x48,0x8,0x1c,0xe0,0x0,0x4,0xfe,0x0,0x4,0x7e,0x44,0x44,0x44,0x44,0x44,0x7c,0x44, -+0x4,0x7e,0x44,0x74,0x54,0xff,0x82,0x7c,0x44,0x7f,0x44,0x7c,0x44,0x44,0x54,0x48,0x40,0x40,0x7c,0x84,0x88,0x50,0x20,0x50,0x8e,0x4,0xf8,0x88,0x88,0x88,0xf8,0x88, -+0x0,0x7d,0x45,0x75,0x55,0xff,0x83,0x7d,0x44,0x7f,0x44,0x7c,0x44,0x45,0x56,0x48,0x4,0xfe,0x24,0x24,0xfc,0x24,0x24,0xfc,0x20,0xfe,0x60,0x70,0xa8,0x26,0x24,0x20, -+0x0,0x7c,0x45,0x75,0x55,0xff,0x83,0x7d,0x45,0x7c,0x45,0x7f,0x44,0x44,0x54,0x48,0x40,0x84,0xfe,0x24,0x24,0xfc,0x24,0x44,0xfc,0xa0,0x24,0xfe,0x20,0x20,0x20,0x20, -+0x0,0x7d,0x44,0x74,0x55,0xfe,0x82,0x7d,0x44,0x7f,0x44,0x7c,0x44,0x44,0x54,0x49,0x20,0x24,0xa8,0x20,0xfe,0x20,0xa8,0x24,0x40,0xfe,0x48,0x88,0x70,0x50,0x8c,0x4, -+0x4,0x7e,0x45,0x75,0x54,0xfe,0x83,0x7c,0x44,0x7d,0x44,0x7c,0x44,0x44,0x54,0x48,0x40,0x20,0xfe,0x42,0x7c,0x88,0x50,0x20,0x50,0x8e,0xf8,0x88,0x88,0x88,0xf8,0x88, -+0x4,0x7e,0x45,0x75,0x54,0xff,0x82,0x7c,0x44,0x7c,0x44,0x7c,0x44,0x44,0x54,0x49,0x20,0x10,0xfe,0x2,0x48,0xfe,0x48,0xfc,0x94,0x94,0xa4,0xa4,0x50,0x52,0x92,0xe, -+0x4,0x7e,0x45,0x75,0x54,0xfe,0x82,0x7c,0x44,0x7c,0x44,0x7f,0x44,0x44,0x55,0x4a,0x40,0x20,0xfe,0x2,0x1c,0xe0,0x84,0xfe,0x88,0x88,0x88,0xfe,0x0,0x88,0x6,0x2, -+0x0,0x7d,0x45,0x75,0x55,0xfe,0x82,0x7d,0x47,0x7d,0x45,0x7d,0x44,0x47,0x54,0x48,0x4,0xfe,0x54,0x54,0xfc,0x84,0xfe,0x44,0xf4,0x54,0x54,0xf4,0x4c,0xfc,0x14,0x8, -+0x10,0x24,0x7e,0x55,0x54,0x7c,0x55,0x54,0x7c,0x10,0x19,0x28,0x2a,0x48,0x87,0x0,0x20,0x20,0x28,0xfc,0x20,0x24,0xfe,0x20,0x70,0xac,0x24,0x20,0x22,0x2,0xfe,0x0, -+0x10,0x24,0x7e,0x55,0x54,0x7c,0x54,0x54,0x7d,0x12,0x18,0x28,0x2a,0x48,0x87,0x0,0x50,0x48,0x40,0xfe,0x40,0x40,0xfc,0x84,0x28,0x10,0x2c,0xc4,0x2,0x2,0xfe,0x0, -+0x3f,0x20,0x20,0x3f,0x21,0x26,0x39,0x27,0x24,0x27,0x24,0x27,0x41,0x42,0x84,0x18,0xfc,0xa0,0x94,0xfe,0x40,0x30,0xe,0xf8,0x88,0xf8,0x88,0xf8,0x40,0x52,0x42,0x3e, -+0x10,0x25,0x7e,0x54,0x55,0x7d,0x55,0x55,0x7d,0x11,0x19,0x2d,0x29,0x48,0x87,0x0,0x8,0xfc,0x50,0x54,0xfe,0x54,0x54,0x54,0x54,0xac,0x4,0x4,0xc,0x2,0xfe,0x0, -+0x10,0x25,0x7e,0x54,0x54,0x7c,0x54,0x54,0x7c,0x10,0x18,0x2a,0x28,0x48,0x87,0x0,0x20,0x24,0xa8,0x20,0xf8,0x88,0xf8,0x88,0xf8,0x88,0x88,0xa8,0x92,0x2,0xfe,0x0, -+0x10,0x25,0x7f,0x55,0x55,0x7d,0x55,0x55,0x7d,0x11,0x19,0x2d,0x29,0x48,0x87,0x0,0x4,0xfe,0x4,0x54,0xfc,0x24,0xfc,0x44,0x44,0x74,0x4,0x14,0xa,0x2,0xfe,0x0, -+0x10,0x24,0x7f,0x54,0x55,0x7d,0x55,0x54,0x7d,0x11,0x19,0x2d,0x29,0x48,0x87,0x0,0x40,0x24,0xfe,0x50,0x24,0x54,0xfc,0x20,0xfc,0x44,0x54,0x74,0xc,0x2,0xfe,0x0, -+0x20,0x20,0x20,0x48,0x49,0xf2,0x27,0x4a,0xfb,0xa,0x13,0x12,0x22,0x42,0x83,0x2,0x40,0x40,0xa0,0xa0,0x90,0x48,0xff,0x8,0xf8,0x8,0xf8,0x88,0x50,0x20,0x1e,0x4, -+0x3f,0x20,0x3f,0x21,0x26,0x38,0x21,0x26,0x2f,0x34,0x27,0x24,0x47,0x44,0x85,0x6,0xfc,0x90,0xfc,0x40,0x30,0x8e,0x44,0xb0,0xf8,0x16,0xf0,0x10,0xf4,0x48,0x30,0xc, -+0x7f,0x10,0x1e,0x23,0x54,0x9,0x32,0x4,0x1f,0x28,0xcf,0x8,0xf,0x8,0xa,0xc,0x20,0x50,0x98,0x26,0x48,0x10,0xa4,0x48,0xf0,0x2e,0xe4,0x20,0xf0,0xa0,0x60,0x18, -+0x7c,0x44,0x7d,0x1,0xff,0x21,0x7d,0x5,0x1a,0x5,0xf,0x39,0xcf,0xa,0x9,0xc,0x38,0x20,0xfc,0x24,0xf8,0x24,0x7c,0x50,0x9c,0x40,0xf0,0x2e,0xe4,0x20,0xc0,0x30, -+0x1,0x7f,0x8,0x12,0x7d,0xa,0x7c,0x9,0x32,0x45,0xf,0x39,0xcf,0xa,0x9,0xc,0x4,0xfe,0x90,0xfc,0x90,0xfc,0x90,0x9e,0x80,0x40,0xf0,0x2e,0xe4,0x20,0xc0,0x30, -+0x2,0x3f,0x20,0x24,0x3e,0x20,0x24,0x3e,0x20,0x22,0xff,0x10,0x10,0x20,0x7f,0x1,0x4,0x4,0x8,0x8,0x10,0x24,0x44,0x88,0x10,0x22,0x42,0x4,0x8,0x10,0x20,0x40, -+0x1,0x3f,0x20,0x3f,0x20,0x3f,0x20,0xff,0x12,0x3f,0x0,0xff,0x4,0x4,0x18,0x60,0x4,0x88,0x10,0x24,0x48,0x10,0x24,0x88,0x10,0x60,0x4,0xfe,0x40,0x42,0x42,0x3e, -+0x12,0x14,0x18,0x12,0xff,0x10,0x22,0x7f,0x0,0x1f,0x1,0xf,0x1,0x7f,0x1,0x0,0x8,0x10,0x64,0x8,0x72,0x4,0x18,0x60,0x18,0xe0,0x0,0xf0,0x0,0xfa,0x2,0xfe, -+0x12,0x14,0x18,0x12,0xff,0x10,0x22,0x7f,0x1,0x1f,0x11,0x1f,0x11,0xff,0x10,0x10,0x8,0x10,0x64,0x8,0x72,0x4,0x18,0x60,0x10,0xf8,0x10,0xf0,0x14,0xfe,0x10,0x30, -+0x12,0x14,0x18,0xfe,0x24,0x7e,0x0,0x3f,0x4,0x18,0x60,0x1f,0x10,0x10,0x1f,0x10,0x18,0xe0,0x18,0xe4,0x8,0xf0,0x0,0xf8,0x8,0x48,0x30,0xf0,0x10,0x10,0xf0,0x10, -+0x12,0x14,0x18,0xfe,0x24,0x7e,0x1,0xff,0x1,0x1,0x3f,0x0,0x1f,0x10,0x10,0x1f,0x18,0xe0,0x18,0xe4,0x8,0xf0,0x4,0xfe,0x0,0x10,0xf8,0x0,0xf0,0x10,0x10,0xf0, -+0x12,0x14,0x18,0x12,0xff,0x10,0x22,0x7f,0x4,0x24,0x27,0x24,0x24,0x2f,0xf0,0x40,0x8,0x10,0x64,0x8,0x72,0x4,0x18,0x60,0x40,0x44,0x48,0x70,0x40,0x42,0x3e,0x0, -+0x12,0x14,0x18,0x12,0xff,0x10,0x22,0x7f,0x4,0x8,0x17,0x30,0xd1,0x12,0x14,0x10,0x8,0x10,0x64,0x8,0x72,0x4,0x18,0x60,0x40,0x44,0xfe,0xe0,0x50,0x4e,0x44,0x40, -+0x12,0x14,0x18,0xfe,0x24,0x7e,0x11,0x9,0x3f,0x2,0x7f,0x8,0x3f,0xc8,0x8,0x7,0x8,0xf0,0x8,0xf0,0x4,0xf8,0x10,0x20,0xf8,0x0,0xfc,0x20,0xd8,0x46,0xd0,0xf0, -+0x12,0x14,0x18,0xfe,0x24,0x7e,0x0,0x6,0x78,0x8,0xff,0x18,0x2c,0xca,0x8,0x9,0x18,0xe0,0x18,0xe4,0x8,0xf0,0x20,0x24,0xac,0xb0,0x20,0x50,0x50,0x88,0x86,0x4, -+0x12,0x14,0x18,0xfe,0x24,0x7e,0x1,0x7f,0x40,0x8f,0x8,0xf,0x8,0xff,0x8,0x30,0x18,0xe0,0x18,0xe4,0x8,0xf0,0x0,0xfe,0x62,0x84,0x20,0xf0,0x44,0xfe,0x20,0x18, -+0x12,0x14,0x18,0xfe,0x24,0x7e,0x0,0x1f,0x12,0xff,0x8,0xf,0x5,0x18,0x6c,0x8,0x18,0xe0,0x18,0xe4,0x8,0xf0,0x0,0xf0,0x94,0xfe,0x20,0xf0,0x20,0xc0,0x3c,0x8, -+0x12,0x14,0x18,0xfe,0x24,0x7e,0x9,0x1f,0x14,0x13,0x14,0x1f,0x22,0x3b,0x22,0x3b,0x18,0xe0,0x18,0xe4,0x8,0xf0,0x20,0xf0,0x50,0x90,0x50,0xf0,0x20,0xa2,0x22,0x9e, -+0x1,0x0,0x3f,0x22,0x3f,0x22,0x27,0x2a,0x32,0x21,0x22,0x24,0x49,0x42,0x87,0x0,0x0,0x84,0xfe,0x10,0xfc,0x10,0x38,0xd6,0x10,0x0,0x40,0x80,0x10,0x8,0xfc,0x4, -+0x1,0x0,0x3f,0x22,0x3f,0x26,0x2b,0x32,0x3f,0x20,0x2f,0x20,0x5f,0x40,0x80,0x0,0x0,0x84,0xfe,0x10,0xfc,0x38,0x56,0x90,0xf0,0x80,0xf8,0x80,0xf8,0x82,0x82,0xfe, -+0x1,0x0,0x3f,0x22,0x3f,0x22,0x27,0x2a,0x32,0x27,0x21,0x22,0x4f,0x42,0x84,0x9,0x0,0x84,0xfe,0x10,0xfc,0x10,0x38,0x56,0x90,0x20,0xc0,0x10,0xf8,0xa0,0x98,0x88, -+0x1,0x3f,0x24,0x3f,0x24,0x3f,0x28,0x2f,0x28,0x2f,0x20,0x27,0x44,0x44,0x84,0x18,0x0,0xfc,0x40,0xf8,0x48,0xf8,0x40,0x78,0x44,0x3c,0x20,0xf8,0x20,0x22,0x22,0x1e, -+0x1,0x3f,0x24,0x3f,0x24,0x3f,0x2a,0x2c,0x2f,0x20,0x27,0x20,0x5f,0x42,0x9c,0x0,0x0,0xfe,0x40,0xf8,0x48,0xf8,0x50,0x64,0x7c,0x30,0xc0,0x88,0xfc,0xa0,0x9c,0x80, -+0x1,0x3f,0x24,0x3f,0x24,0x3f,0x28,0x2f,0x28,0x2f,0x20,0x3f,0x40,0x4f,0x80,0x3f,0x0,0xfc,0x40,0xf8,0x48,0xf8,0x40,0x78,0x44,0x3c,0x88,0xfc,0x80,0xf8,0x80,0xfe, -+0x1,0x3f,0x24,0x3f,0x24,0x3f,0x28,0x2f,0x28,0x2f,0x24,0x22,0x5f,0x42,0x9c,0x0,0x0,0xfc,0x40,0xf8,0x48,0xf8,0x40,0x78,0x44,0x3c,0x90,0xa0,0xfc,0xa0,0x9c,0x80, -+0x10,0xa,0x7f,0x54,0x54,0x7f,0x55,0x55,0x7f,0x44,0x55,0x5e,0x54,0x5f,0x94,0x1,0x48,0x48,0xfc,0x48,0x48,0x78,0x48,0x48,0x78,0x48,0x48,0xfe,0x0,0x48,0x86,0x2, -+0x1,0x3f,0x24,0x3f,0x24,0x3f,0x2a,0x2c,0x2e,0x21,0x27,0x38,0x4f,0x44,0x82,0x1f,0x0,0xfc,0x40,0xf8,0x48,0xf8,0x50,0x64,0xbc,0x40,0xf0,0x8e,0xf8,0x90,0xa0,0xfc, -+0x1,0x3f,0x24,0x3f,0x24,0x3f,0x2a,0x2c,0x2f,0x24,0x2f,0x3c,0x4a,0x4f,0x84,0x39,0x0,0xfc,0x40,0xf8,0x48,0xf8,0x50,0x64,0x3c,0x8,0x88,0xfe,0x88,0xa8,0x88,0x98, -+0x10,0xa,0x7f,0x54,0x54,0x7f,0x55,0x55,0x7f,0x44,0x55,0x5e,0x54,0x5f,0x94,0x1,0x10,0x54,0x10,0xfe,0x10,0x54,0x10,0x48,0x48,0xfe,0x28,0xa8,0x5e,0x48,0x88,0x8, -+0x8,0x10,0x30,0x5f,0x90,0x10,0x1f,0x19,0x15,0x1f,0x1,0x3f,0x1,0xff,0x24,0x42,0xa0,0x90,0xfc,0x40,0x32,0xe,0xf0,0x30,0x50,0xf0,0x0,0xf8,0x0,0xfe,0x88,0x44, -+0x4,0x7e,0x55,0x55,0x7d,0x55,0x55,0x7c,0x10,0x7d,0x11,0xff,0x1,0xab,0xab,0x0,0x20,0x20,0x24,0x24,0x24,0x24,0xfc,0x20,0x20,0x24,0x24,0x24,0x24,0x24,0xfc,0x4, -+0x4,0x7e,0x54,0x54,0x7d,0x55,0x57,0x7c,0x10,0x7c,0x11,0xff,0x1,0xaa,0xaa,0x0,0x10,0x90,0x90,0x94,0x3e,0x54,0xd4,0x94,0x94,0x94,0x14,0x54,0xd4,0x24,0x24,0x4c, -+0x4,0x7e,0x54,0x57,0x7c,0x54,0x55,0x7c,0x10,0x7c,0x10,0xfe,0x0,0xaa,0xaa,0x0,0x20,0x20,0x24,0xfe,0x20,0x28,0xfc,0x0,0x8,0xfc,0x88,0x88,0x88,0x88,0xf8,0x88, -+0x4,0x7e,0x54,0x54,0x7d,0x54,0x54,0x7d,0x10,0x7c,0x10,0xff,0x0,0xaa,0xaa,0x1,0x20,0x20,0x7c,0x84,0x48,0x30,0x60,0x90,0x3e,0x42,0xc4,0x28,0x10,0x20,0x40,0x80, -+0x4,0x7e,0x54,0x54,0x7d,0x54,0x55,0x7e,0x10,0x7c,0x11,0xfe,0x0,0xaa,0xaa,0x1,0x20,0x20,0x40,0x88,0xfc,0x88,0x6,0x82,0xf8,0x88,0x88,0x50,0x20,0x50,0x8e,0x4, -+0x4,0x7e,0x55,0x54,0x7c,0x57,0x54,0x7c,0x11,0x7c,0x13,0xfc,0x0,0xaa,0xaa,0x1,0x20,0x28,0xfc,0x20,0x20,0xfe,0x92,0x54,0x10,0x94,0xfe,0x20,0x20,0x58,0x86,0x2, -+0x3e,0x8,0xfe,0x1c,0x2a,0x48,0x1f,0x19,0x15,0x1f,0x1,0x3f,0x1,0xff,0x24,0x44,0x44,0x7e,0xa4,0x24,0x54,0x88,0xf0,0x30,0x50,0xf0,0x0,0xf8,0x0,0xfe,0x48,0x44, -+0x4,0x7e,0x54,0x57,0x7c,0x54,0x54,0x7c,0x10,0x7c,0x10,0xfe,0x1,0xaa,0xaa,0x0,0x40,0x20,0x4,0xfe,0x0,0xf8,0x88,0x88,0x88,0xf8,0x20,0xa8,0x26,0x22,0xa0,0x40, -+0x4,0x7e,0x54,0x55,0x7c,0x54,0x57,0x7c,0x10,0x7d,0x10,0xfe,0x0,0xaa,0xaa,0x1,0x20,0x40,0x88,0xfc,0x20,0x24,0xfe,0x50,0x98,0x26,0xc8,0x30,0xc4,0x18,0x60,0x80, -+0x4,0x7e,0x55,0x54,0x7c,0x54,0x57,0x7c,0x10,0x7c,0x10,0xfe,0x0,0xaa,0xaa,0x0,0x40,0x28,0xfc,0x0,0x88,0x50,0xfe,0x8,0xfc,0x88,0x88,0xf8,0x88,0x88,0xf8,0x88, -+0x12,0x6f,0x42,0x6e,0x42,0x7e,0x1,0x54,0x7c,0x54,0x7c,0x54,0x54,0x7d,0x52,0x1,0x10,0x50,0x50,0x50,0x88,0x88,0x6,0xf8,0x48,0x48,0x48,0x48,0x48,0x88,0xa8,0x10, -+0x12,0x6f,0x42,0x6e,0x42,0x7e,0x0,0x54,0x7c,0x54,0x7c,0x54,0x54,0x7d,0x52,0x0,0x10,0x10,0x10,0x10,0xfe,0x92,0x92,0x92,0x92,0xfe,0x92,0x92,0x92,0x92,0xfe,0x82, -+0x12,0x6f,0x42,0x6e,0x42,0x7e,0x0,0x55,0x7c,0x54,0x7c,0x54,0x54,0x7d,0x52,0x0,0x8,0xfc,0x40,0x48,0xfc,0x48,0x48,0xfe,0x0,0xfc,0x84,0x84,0x84,0x84,0xfc,0x84, -+0x12,0x6f,0x42,0x6e,0x42,0x7e,0x0,0x55,0x7d,0x56,0x7f,0x54,0x54,0x7e,0x52,0x1,0x4,0xfe,0x84,0xfc,0x84,0xfc,0x20,0xfe,0x22,0x24,0xfe,0x48,0x88,0x70,0x58,0x84, -+0x12,0x6f,0x42,0x6e,0x42,0x7e,0x1,0x54,0x7c,0x55,0x7c,0x57,0x54,0x7d,0x52,0x1,0x1c,0xe0,0xa4,0xa8,0x50,0x84,0xf8,0x20,0x48,0xfc,0x20,0xfe,0x20,0x50,0x4e,0x84, -+0x10,0x3e,0x32,0x2a,0x3e,0x0,0x7f,0x49,0x7f,0x49,0x7f,0x0,0xff,0x22,0x22,0x43,0x40,0x40,0x40,0x48,0xfc,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x4a,0x8a,0x86,0x0, -+0x10,0x3e,0x32,0x2a,0x3e,0x0,0x7f,0x49,0x7f,0x49,0x7f,0x0,0xff,0x22,0x22,0x42,0x0,0x8,0xfc,0x10,0x10,0x10,0x14,0xfe,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -+0x10,0x3e,0x32,0x2a,0x3e,0x0,0x7f,0x49,0x7f,0x49,0x7f,0x0,0xff,0x22,0x22,0x42,0x10,0x14,0xfe,0x10,0x38,0x56,0x90,0x7c,0x44,0x7c,0x44,0x7c,0x44,0x0,0xfe,0x0}; -diff -Nur c3000_pre/linux/drivers/video/font_jis16.h c3000_work/linux/drivers/video/font_jis16.h ---- c3000_pre/linux/drivers/video/font_jis16.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/font_jis16.h 2004-12-06 09:25:01.000000000 +0900 -@@ -0,0 +1,30231 @@ -+#define max_jis16 241824 -+unsigned char font_jis16[max_jis16] = { -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x40, 0x30, 0x18, 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, -+ 0x00, 0x00, 0x30, 0x48, 0x48, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x60, 0x60, 0x20, 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, 0x60, 0x60, 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, 0x07, 0x07, -+ 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, 0x00, -+ 0x03, 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, 0x03, 0x03, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x04, 0x08, 0x0c, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x80, 0xc0, 0x60, 0x60, 0x60, 0xc0, 0x80, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x01, -+ 0x01, 0x01, 0x00, 0x01, 0x03, 0x01, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, -+ 0x10, 0x48, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x30, 0x48, 0x48, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x0c, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x60, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, -+ 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x90, 0x40, 0x00, 0x80, 0x40, -+ 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x00, -+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xc0, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x00, -+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x90, 0x40, 0x00, 0x80, 0xc0, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x04, 0x08, -+ 0x08, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x40, 0x80, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x08, 0x10, 0x60, 0x0f, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x20, 0x10, 0x0c, 0xe0, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x03, 0x04, -+ 0x04, 0x08, 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x20, -+ 0x20, 0x40, 0x80, 0x80, 0x40, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x09, -+ 0x12, 0x14, 0x18, 0x10, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x10, 0x20, 0x40, 0x80, 0x00, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x18, 0x20, 0x20, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x20, 0x20, 0x18, 0x07, 0x00, 0x00, -+ 0x00, 0xc0, 0x30, 0x08, 0x08, 0x04, 0x04, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x30, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x3f, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, -+ 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x22, 0x41, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x10, -+ 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 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, 0x33, 0x33, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x30, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x18, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x60, -+ 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, 0x20, 0x30, 0x38, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x70, 0x30, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 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, 0x03, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x98, 0x20, 0x30, 0xb8, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x22, 0x77, 0x33, 0x11, 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, -+ 0x08, 0x10, 0x20, 0x60, 0x40, 0xc0, 0xc0, 0xc0, -+ 0xc0, 0x40, 0x60, 0x20, 0x10, 0x08, 0x00, 0x00, -+ 0x40, 0x20, 0x10, 0x18, 0x08, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x08, 0x18, 0x10, 0x20, 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, -+ 0x08, 0x10, 0x20, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x20, 0x10, 0x08, 0x00, 0x00, -+ 0x40, 0x20, 0x10, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x10, 0x20, 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, -+ 0xf8, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, -+ 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf8, 0x00, 0x00, -+ 0x7c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x7c, 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, -+ 0x18, 0x20, 0x60, 0x60, 0x60, 0x40, 0x80, 0x40, -+ 0x60, 0x60, 0x60, 0x60, 0x20, 0x18, 0x00, 0x00, -+ 0x60, 0x10, 0x18, 0x18, 0x18, 0x08, 0x06, 0x08, -+ 0x18, 0x18, 0x18, 0x18, 0x10, 0x60, 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, -+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x20, 0x10, 0x08, 0x00, 0x00, -+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01, 0x01, -+ 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x02, 0x02, -+ 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0x90, 0x20, 0x20, 0x40, 0x40, -+ 0x20, 0x20, 0x90, 0x90, 0x48, 0x48, 0x00, 0x00, -+ 0x48, 0x48, 0x24, 0x24, 0x12, 0x12, 0x09, 0x09, -+ 0x12, 0x12, 0x24, 0x24, 0x48, 0x48, 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, 0x00, 0x00, -+ 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, -+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x7e, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, -+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x00, 0x00, -+ 0xf8, 0x08, 0xf8, 0x80, 0x80, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x07, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, -+ 0x05, 0x05, 0x05, 0x7d, 0x41, 0x7f, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0xf8, 0xf0, 0xe0, 0xe0, 0xc0, 0xc0, 0xc0, 0xc0, -+ 0xc0, 0xc0, 0xe0, 0xe0, 0xf0, 0xf8, 0x00, 0x00, -+ 0x7c, 0x3c, 0x1c, 0x1c, 0x0c, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x1c, 0x1c, 0x3c, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x3f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x3f, 0x01, 0x01, -+ 0x01, 0x01, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01, 0x02, -+ 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x10, 0x20, 0x40, 0x80, 0x00, 0x80, -+ 0x40, 0x20, 0x10, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x03, 0x01, 0x00, 0x00, 0x3f, 0x00, -+ 0x00, 0x01, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0xf8, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3f, 0x01, 0x01, 0x01, -+ 0x3f, 0x02, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x80, 0xf8, 0x00, 0x00, 0x00, -+ 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x04, 0x18, 0x20, 0x18, -+ 0x04, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x60, 0x10, 0x00, 0x00, 0x00, -+ 0x20, 0x18, 0x04, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x04, 0x18, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x10, 0x60, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x0c, 0x30, 0x0c, 0x03, 0x00, -+ 0x00, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, -+ 0x30, 0x00, 0xf8, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x30, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x03, 0x0c, -+ 0x30, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x30, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1c, 0x36, 0x23, 0x23, -+ 0x36, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0xd8, 0x88, 0x88, -+ 0xd8, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x03, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x38, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x38, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x1d, 0x22, -+ 0x41, 0x41, 0x41, 0x22, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x18, 0x28, 0x48, 0x88, 0x08, 0x08, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x04, 0x08, 0x08, 0x08, 0x04, 0x03, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x20, 0x20, 0x20, 0x40, 0x80, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x18, 0x24, 0x24, 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, 0x18, 0x18, 0x30, 0x20, 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, 0x1b, 0x1b, 0x36, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x30, 0x48, 0x49, 0x33, 0x06, 0x06, 0x06, -+ 0x06, 0x06, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xe8, 0x18, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x10, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x30, 0x18, 0x0c, 0x3f, 0x06, 0x03, -+ 0x3f, 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x10, 0x20, 0x40, 0xf0, 0x80, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x07, 0x09, 0x11, 0x19, 0x0f, 0x03, -+ 0x01, 0x19, 0x19, 0x09, 0x07, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x20, 0x30, 0x30, 0x00, 0xc0, -+ 0x60, 0x30, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x05, 0x09, 0x19, 0x19, -+ 0x1a, 0x0a, 0x06, 0x07, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x80, 0x40, 0x60, 0x60, 0x00, -+ 0x00, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x06, 0x06, 0x3f, -+ 0x06, 0x36, 0x4c, 0x4f, 0x39, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x20, 0x30, 0x20, 0x00, 0x00, 0xe0, -+ 0x00, 0x00, 0x08, 0xf0, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x18, 0x24, 0x66, 0x66, 0x24, 0x19, 0x02, -+ 0x04, 0x09, 0x11, 0x20, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x10, 0x20, 0x40, 0x80, 0x00, 0x60, -+ 0x90, 0x98, 0x98, 0x90, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x02, 0x02, 0x1f, 0x04, 0x04, 0x04, -+ 0x04, 0x3f, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x20, 0x20, 0x20, 0xf8, 0x40, 0x40, 0x40, -+ 0x40, 0xf0, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x07, 0x08, 0x18, 0x19, 0x0e, 0x0c, 0x16, -+ 0x33, 0x31, 0x30, 0x19, 0x0e, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x80, 0x00, 0x00, 0x78, 0x30, -+ 0x20, 0xc0, 0xc0, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x03, 0x19, 0x1d, 0x03, 0x03, -+ 0x1d, 0x19, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x30, 0x70, 0x80, 0x80, -+ 0x70, 0x30, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x10, 0x23, 0x24, 0x44, 0x48, -+ 0x49, 0x27, 0x20, 0x18, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x10, 0xc8, 0xc8, 0xc8, 0x88, -+ 0x90, 0x60, 0x08, 0x30, 0xc0, 0x00, 0x00, 0x00, -+ 0x03, 0x04, 0x04, 0x06, 0x03, 0x03, 0x04, 0x06, -+ 0x03, 0x01, 0x00, 0x04, 0x04, 0x03, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0x00, 0x00, 0x80, 0xc0, 0x40, -+ 0x80, 0x80, 0xc0, 0x40, 0x40, 0x80, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x02, 0x02, 0x7c, 0x30, 0x0c, -+ 0x04, 0x09, 0x0a, 0x1c, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0x7c, 0x18, 0x60, -+ 0x40, 0x20, 0xa0, 0x70, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x03, 0x03, 0x7f, 0x3f, 0x0f, -+ 0x07, 0x0f, 0x0e, 0x1c, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0xfc, 0xf8, 0xe0, -+ 0xc0, 0xe0, 0xe0, 0x70, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x0c, 0x10, 0x10, 0x20, 0x20, -+ 0x20, 0x10, 0x10, 0x0c, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x60, 0x10, 0x10, 0x08, 0x08, -+ 0x08, 0x10, 0x10, 0x60, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x0f, 0x1f, 0x1f, 0x3f, 0x3f, -+ 0x3f, 0x1f, 0x1f, 0x0f, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0xe0, 0xf0, 0xf0, 0xf8, 0xf8, -+ 0xf8, 0xf0, 0xf0, 0xe0, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x0c, 0x13, 0x14, 0x28, 0x28, -+ 0x28, 0x14, 0x13, 0x0c, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x60, 0x90, 0x50, 0x28, 0x28, -+ 0x28, 0x50, 0x90, 0x60, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, -+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, -+ 0x08, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 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, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, -+ 0x3f, 0x1f, 0x0f, 0x07, 0x03, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, -+ 0xf8, 0xf0, 0xe0, 0xc0, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, -+ 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, -+ 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x02, 0x02, 0x04, 0x04, 0x08, -+ 0x08, 0x10, 0x10, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0x40, 0x40, 0x20, -+ 0x20, 0x10, 0x10, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x03, 0x03, 0x07, 0x07, 0x0f, -+ 0x0f, 0x1f, 0x1f, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0xc0, 0xc0, 0xe0, -+ 0xe0, 0xf0, 0xf0, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x10, 0x10, 0x08, 0x08, 0x04, 0x04, -+ 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x1f, 0x1f, 0x0f, 0x0f, 0x07, 0x07, -+ 0x03, 0x03, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xf0, 0xf0, 0xe0, 0xe0, 0xc0, 0xc0, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x21, 0x13, 0x09, 0x04, 0x12, 0x39, -+ 0x12, 0x04, 0x09, 0x13, 0x21, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x90, 0x20, 0x40, 0x90, 0x38, -+ 0x90, 0x40, 0x20, 0x90, 0x08, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x3f, 0x00, 0x00, 0x7f, 0x7f, 0x03, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0xf0, 0x00, 0x00, 0xf8, 0xf8, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x7f, 0x00, -+ 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0xf8, 0x60, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x02, 0x04, 0x18, 0x7f, 0x18, -+ 0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x03, 0x03, 0x05, 0x09, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0x40, 0x20, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x09, -+ 0x05, 0x03, 0x03, 0x01, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, -+ 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f, 0x00, 0x00, -+ 0x3f, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0xf0, 0x00, 0x00, -+ 0xf0, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 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, 0x10, 0x20, 0x3f, 0x20, -+ 0x10, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x3f, 0x00, -+ 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x20, 0x10, 0xf0, 0x10, -+ 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x10, 0x20, 0x20, 0x20, 0x10, -+ 0x0f, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0xf0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x3f, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x20, 0x10, 0x10, 0x10, 0x20, -+ 0xc0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x0c, 0x10, 0x20, 0x20, 0x20, -+ 0x20, 0x10, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x20, 0x10, 0x10, 0x10, -+ 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x07, 0x08, 0x10, 0x10, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x20, 0x20, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 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, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 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, 0x02, 0x02, 0x04, 0x04, -+ 0x08, 0x08, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, 0x40, 0x40, -+ 0x20, 0x20, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x10, 0x08, 0x08, 0x04, 0x04, -+ 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x7f, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x40, 0x20, 0xf0, 0x08, 0xf0, -+ 0x20, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x08, 0x10, 0x3f, 0x40, 0x3f, -+ 0x10, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x40, 0x20, 0xf0, 0x08, 0xf0, -+ 0x20, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x20, 0x10, 0x1f, 0x08, 0x08, 0x04, -+ 0x04, 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0x10, 0xf0, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, -+ 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, 0xe0, 0x20, -+ 0x20, 0x20, 0x20, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 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, -+ 0x04, 0x08, 0x10, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x30, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x18, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x02, 0x00, 0x00, 0x03, 0x06, 0x04, -+ 0x0c, 0x0c, 0x0c, 0x05, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x60, 0x20, 0x20, 0xa0, 0x60, 0x60, -+ 0x60, 0x40, 0xc0, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x1f, 0x18, 0x08, 0x0c, 0x04, -+ 0x06, 0x02, 0x03, 0x01, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xf0, 0x10, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x3f, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x1c, 0x08, 0x3f, 0x00, 0x00, -+ 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, -+ 0xf0, 0x40, 0xe0, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x02, 0x04, 0x08, 0x11, 0x22, 0x11, -+ 0x08, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x80, 0x40, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x22, 0x11, 0x08, 0x04, 0x02, 0x01, 0x02, -+ 0x04, 0x08, 0x11, 0x22, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x40, 0x20, 0x10, 0x20, -+ 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, -+ 0x22, 0x74, 0x1c, 0x0c, 0x04, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0c, 0x10, 0x21, 0x21, -+ 0x12, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x60, 0x90, 0x08, 0x08, -+ 0x10, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x10, 0x10, -+ 0x09, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x30, 0x40, 0x80, 0x80, -+ 0x40, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x38, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x38, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x02, 0x02, 0x03, 0x03, 0x01, 0x01, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, -+ 0xc0, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, -+ 0xc0, 0xc0, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x06, 0x0e, 0x11, 0x11, 0x19, 0x19, 0x0c, 0x0c, -+ 0x06, 0x06, 0x02, 0x02, 0x1d, 0x19, 0x00, 0x00, -+ 0x60, 0xe0, 0x00, 0x00, 0x80, 0x80, 0xc0, 0xc0, -+ 0x60, 0x60, 0x20, 0x20, 0xc0, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x04, 0x04, 0x03, 0x01, 0x03, 0x03, 0x04, -+ 0x04, 0x08, 0x0f, 0x10, 0x38, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x00, 0x00, 0x80, 0x80, 0xc0, -+ 0xc0, 0x60, 0xe0, 0x30, 0x78, 0x00, 0x00, 0x00, -+ 0x00, 0x18, 0x24, 0x66, 0x66, 0x25, 0x1a, 0x03, -+ 0x06, 0x0e, 0x16, 0x12, 0x21, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x40, 0x80, 0x80, 0x00, 0x00, 0x10, -+ 0xa8, 0xec, 0xec, 0xa8, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x04, 0x07, 0x1f, 0x1c, 0x04, 0x04, -+ 0x07, 0x1f, 0x1c, 0x04, 0x04, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0xe0, 0xe0, 0x80, 0x80, 0x80, 0xe0, -+ 0xe0, 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x06, -+ 0x04, 0x04, 0x04, 0x05, 0x06, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x60, -+ 0x60, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x07, 0x0f, 0x0f, 0x06, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xc0, 0x60, 0x20, 0x30, 0x10, 0x10, -+ 0x10, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x03, 0x01, 0x09, 0x1f, 0x09, 0x03, 0x03, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x80, 0x00, 0x20, 0xf0, 0x20, 0x80, 0x80, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x03, 0x09, 0x1f, 0x09, 0x03, 0x01, 0x01, -+ 0x03, 0x09, 0x1f, 0x09, 0x03, 0x01, 0x00, 0x00, -+ 0x00, 0x80, 0x20, 0xf0, 0x20, 0x80, 0x00, 0x00, -+ 0x80, 0x20, 0xf0, 0x20, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x07, 0x07, 0x07, 0x03, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 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, 0x07, 0x18, 0x20, 0x20, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x20, 0x20, 0x18, 0x07, 0x00, 0x00, -+ 0x00, 0xc0, 0x30, 0x08, 0x08, 0x04, 0x04, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x30, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 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, 0x18, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x03, 0x0f, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x08, 0x18, 0x1c, 0x08, 0x00, 0x01, -+ 0x02, 0x04, 0x0f, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xc0, 0x60, 0x60, 0xc0, 0x80, 0x00, -+ 0x00, 0x20, 0xc0, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x08, 0x18, 0x18, 0x00, 0x03, 0x00, -+ 0x18, 0x18, 0x08, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xc0, 0x60, 0x60, 0xc0, 0x80, 0x40, -+ 0x60, 0x60, 0xc0, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x04, 0x08, 0x18, -+ 0x1f, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, -+ 0xf0, 0xc0, 0xc0, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x0f, 0x08, 0x08, 0x0f, 0x00, 0x00, -+ 0x00, 0x18, 0x18, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0x00, 0x00, 0x80, 0xc0, 0x60, -+ 0x60, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x04, 0x0c, 0x08, 0x1b, 0x1c, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x60, 0x60, 0x00, 0xc0, 0x60, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x0f, 0x10, 0x00, 0x00, 0x01, 0x01, -+ 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0xe0, 0x40, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x08, 0x18, 0x1c, 0x0e, 0x07, 0x0d, -+ 0x18, 0x18, 0x08, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x60, 0x60, 0xc0, 0x80, 0xc0, -+ 0xe0, 0x60, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x18, 0x18, 0x0c, 0x07, -+ 0x00, 0x18, 0x18, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x60, 0x60, 0x60, 0xe0, 0x60, -+ 0x60, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 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, 0x03, 0x03, 0x04, 0x04, 0x08, -+ 0x0f, 0x10, 0x10, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0xc0, 0xc0, 0x60, -+ 0xe0, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0xc0, 0x30, -+ 0x18, 0x18, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xd0, 0x30, 0x10, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x10, 0x00, 0x40, 0xc0, 0x40, -+ 0x00, 0x08, 0x10, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x10, 0x00, 0x40, 0xc0, 0x40, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xd0, 0x30, 0x10, 0x00, 0x00, 0xf8, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x18, 0x1f, 0x18, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x30, 0x30, 0x30, 0x30, 0xf0, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, -+ 0x38, 0x30, 0x18, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, -+ 0x60, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x19, 0x1a, 0x1c, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x20, 0x40, 0x80, 0x80, 0xc0, 0xc0, -+ 0x60, 0x60, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x10, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x18, 0x1c, 0x1c, 0x16, 0x16, 0x17, -+ 0x13, 0x12, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x30, 0x70, 0x70, 0xb0, 0xb0, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x18, 0x1c, 0x16, 0x16, 0x13, 0x11, -+ 0x11, 0x10, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x70, 0x20, 0x20, 0x20, 0x20, 0x20, 0xa0, -+ 0xa0, 0xe0, 0x60, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x30, -+ 0x33, 0x1c, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0xb0, 0x60, 0xe0, 0x18, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0x80, 0xc0, -+ 0x60, 0x60, 0x30, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x08, 0x18, 0x1c, 0x0f, 0x03, 0x00, -+ 0x10, 0x18, 0x1c, 0x13, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xa0, 0x60, 0x20, 0x00, 0x00, 0xc0, 0xe0, -+ 0x30, 0x30, 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x23, 0x43, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x0c, 0x0c, 0x06, 0x06, -+ 0x03, 0x03, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3b, 0x19, 0x19, 0x19, 0x0d, 0x0e, 0x0e, -+ 0x06, 0x06, 0x06, 0x06, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xb8, 0x90, 0x90, 0x90, 0xd0, 0xe0, 0xe0, -+ 0x60, 0x60, 0x60, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x0c, 0x06, 0x03, 0x03, 0x03, -+ 0x04, 0x08, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x20, 0x40, 0x80, 0x00, 0x00, 0x80, -+ 0xc0, 0x60, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x0c, 0x06, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x20, 0x01, 0x01, 0x03, 0x06, -+ 0x06, 0x0c, 0x18, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x60, 0xc0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x08, 0x10, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 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, 0x03, -+ 0x0c, 0x18, 0x18, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, 0x60, 0xe0, -+ 0x60, 0x60, 0xe0, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1c, 0x0c, 0x0c, 0x0d, 0x0e, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0e, 0x1d, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x30, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x20, 0x00, -+ 0x00, 0x20, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x60, 0x60, 0x60, 0xe0, 0x60, 0x60, -+ 0x60, 0x60, 0xe0, 0x70, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x08, 0x18, 0x1f, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, 0x30, 0xf0, -+ 0x00, 0x10, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x02, 0x06, 0x06, 0x1f, 0x06, 0x06, -+ 0x06, 0x06, 0x06, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x60, 0x60, 0x00, 0xe0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x0c, 0x08, 0x08, -+ 0x07, 0x0c, 0x0f, 0x18, 0x08, 0x07, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0xc0, 0xc0, 0x80, -+ 0x00, 0x00, 0xc0, 0xe0, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x1c, 0x0c, 0x0c, 0x0d, 0x0e, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x1e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x60, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x03, 0x01, 0x00, 0x0f, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x03, 0x01, 0x00, 0x0f, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x19, 0x19, 0x0e, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0d, 0x0e, -+ 0x0c, 0x0c, 0x0c, 0x1e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x70, 0x40, 0x80, 0xc0, 0xc0, -+ 0x60, 0x60, 0x30, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x76, 0x3b, 0x33, 0x33, -+ 0x33, 0x33, 0x33, 0x7b, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0xb8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1d, 0x0e, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x1e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x30, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1d, 0x0e, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0e, 0x0d, 0x0c, 0x1e, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x60, 0x30, 0x30, -+ 0x30, 0x30, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x0c, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0xe0, 0x60, 0x60, -+ 0x60, 0x60, 0xe0, 0x60, 0x60, 0xf0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1d, 0x0e, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x1e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x60, 0x60, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0f, 0x18, 0x1c, 0x0f, -+ 0x03, 0x10, 0x18, 0x17, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x40, 0x00, 0x00, -+ 0xc0, 0xe0, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x02, 0x06, 0x06, 0x1f, 0x06, 0x06, -+ 0x06, 0x06, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1c, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x70, 0x98, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3e, 0x18, 0x0c, 0x0c, -+ 0x06, 0x06, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0x20, 0x40, 0x40, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3d, 0x19, 0x19, 0x0e, -+ 0x0e, 0x06, 0x06, 0x06, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xb8, 0x90, 0x90, 0xd0, -+ 0xe0, 0x60, 0x60, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1e, 0x0c, 0x06, 0x03, -+ 0x03, 0x04, 0x08, 0x1c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0x20, 0x40, 0x80, -+ 0x80, 0xc0, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x0c, 0x06, 0x06, -+ 0x03, 0x03, 0x01, 0x19, 0x19, 0x0e, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x10, 0x01, 0x03, -+ 0x06, 0x0c, 0x18, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0xc0, 0x80, 0x00, -+ 0x00, 0x00, 0x20, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 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, 0x13, 0x0e, 0x04, -+ 0x07, 0x0d, 0x16, 0x26, 0x2a, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, -+ 0xe0, 0x10, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, -+ 0x04, 0x02, 0x02, 0x1f, 0x04, 0x04, 0x07, 0x0d, -+ 0x15, 0x22, 0x26, 0x2a, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x00, 0x80, 0x80, 0xe0, 0x10, -+ 0x08, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10, -+ 0x10, 0x10, 0x0a, 0x0c, 0x04, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x20, -+ 0x10, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x40, 0x20, 0x20, 0x20, 0x22, -+ 0x24, 0x14, 0x18, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x60, 0x10, 0x08, 0x08, -+ 0x18, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x13, -+ 0x0c, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, -+ 0x40, 0x40, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x02, 0x01, 0x00, 0x00, 0x03, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0x00, 0xc0, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x01, -+ 0x0e, 0x01, 0x02, 0x07, 0x09, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xc0, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, -+ 0x04, 0x03, 0x00, 0x00, 0x11, 0x0e, 0x01, 0x02, -+ 0x04, 0x0e, 0x11, 0x21, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x00, 0x00, 0xc0, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x10, 0x08, 0x0c, 0x38, -+ 0x0b, 0x0c, 0x18, 0x28, 0x18, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x40, 0x30, 0x20, 0x00, -+ 0xc0, 0x20, 0x20, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x05, 0x06, 0x1c, 0x04, 0x05, -+ 0x06, 0x0c, 0x34, 0x0c, 0x04, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x30, 0x08, 0x0c, 0x00, 0x60, 0x90, -+ 0x08, 0x08, 0x88, 0x70, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x47, 0x3c, 0x08, 0x08, -+ 0x08, 0x10, 0x11, 0x25, 0x22, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x60, 0x10, 0x88, 0x98, 0x80, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x47, 0x3c, 0x08, 0x08, -+ 0x08, 0x10, 0x11, 0x25, 0x22, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x10, 0x40, 0x20, 0x90, 0x88, 0x98, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x01, 0x01, 0x0f, 0x00, 0x00, 0x1f, 0x00, -+ 0x00, 0x07, 0x08, 0x08, 0x06, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x60, 0x80, 0x80, 0xf0, 0x40, 0x20, -+ 0x20, 0xf0, 0x10, 0x00, 0x00, 0xc0, 0x00, 0x00, -+ 0x04, 0x02, 0x02, 0x1f, 0x01, 0x01, 0x3e, 0x00, -+ 0x00, 0x0f, 0x10, 0x10, 0x0c, 0x03, 0x00, 0x00, -+ 0x08, 0x24, 0xd0, 0x00, 0x00, 0xe0, 0x80, 0x40, -+ 0x40, 0xe0, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x08, 0x08, -+ 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x08, 0x08, -+ 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0x88, 0x24, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x10, 0x10, 0x23, 0x20, 0x20, -+ 0x20, 0x20, 0x18, 0x10, 0x10, 0x00, 0x00, 0x00, -+ 0x80, 0x40, 0x20, 0x20, 0x3c, 0xe0, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, -+ 0x01, 0x40, 0x20, 0x20, 0x20, 0x47, 0x40, 0x40, -+ 0x40, 0x40, 0x30, 0x20, 0x20, 0x01, 0x00, 0x00, -+ 0x08, 0xa4, 0x50, 0x40, 0x78, 0xc0, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x07, 0x00, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x20, 0x10, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x10, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x07, 0x00, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x20, 0x10, 0x0f, 0x00, 0x00, 0x00, -+ 0x08, 0x04, 0xf0, 0x88, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x10, 0xe0, 0x00, 0x00, 0x00, -+ 0x04, 0x02, 0x01, 0x21, 0x1e, 0x00, 0x00, 0x07, -+ 0x08, 0x10, 0x10, 0x0c, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x30, 0xc0, 0x80, 0x40, 0x40, 0xe0, -+ 0x20, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, -+ 0x04, 0x02, 0x01, 0x21, 0x1e, 0x00, 0x00, 0x07, -+ 0x08, 0x10, 0x10, 0x0c, 0x03, 0x00, 0x00, 0x00, -+ 0x08, 0x04, 0x30, 0xc8, 0x80, 0x40, 0x40, 0xe0, -+ 0x20, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x90, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, 0x00, -+ 0x01, 0x00, 0x40, 0x3f, 0x00, 0x03, 0x04, 0x04, -+ 0x03, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x80, 0xf8, 0x80, 0x80, 0x80, 0xc0, 0x40, -+ 0xc0, 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x00, 0x40, 0x3f, 0x00, 0x03, 0x04, 0x04, -+ 0x03, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x28, 0x94, 0xf8, 0x80, 0x80, 0x80, 0xc0, 0x40, -+ 0xc0, 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x08, 0x4b, 0x3c, 0x08, -+ 0x08, 0x08, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x40, 0x78, 0xc0, 0x40, 0x40, -+ 0x40, 0xc0, 0x40, 0x00, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x08, 0x4b, 0x3c, 0x08, -+ 0x08, 0x08, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, -+ 0x08, 0x84, 0x50, 0x48, 0x78, 0xc0, 0x40, 0x40, -+ 0x40, 0xc0, 0x40, 0x00, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x09, 0x06, 0x00, 0x01, 0x02, 0x07, 0x38, -+ 0x01, 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x80, 0x00, 0x38, 0xc0, 0x80, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, -+ 0x00, 0x09, 0x06, 0x00, 0x01, 0x02, 0x07, 0x38, -+ 0x01, 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0xc8, 0x64, 0x90, 0x00, 0x38, 0xc0, 0x80, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x07, 0x3c, 0x08, 0x08, 0x08, -+ 0x10, 0x10, 0x11, 0x21, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0xf0, 0x18, 0x20, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x07, 0x3c, 0x08, 0x08, 0x08, -+ 0x10, 0x10, 0x11, 0x21, 0x20, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x90, 0x00, 0x00, 0xf0, 0x18, 0x20, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x47, 0x3c, 0x08, 0x08, 0x0b, -+ 0x1c, 0x10, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x20, -+ 0x10, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x47, 0x3c, 0x08, 0x08, 0x0b, -+ 0x1c, 0x10, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, -+ 0x00, 0x08, 0xc4, 0x10, 0x08, 0x00, 0xc0, 0x20, -+ 0x10, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, -+ 0x38, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, -+ 0x10, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x4c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x10, 0x08, 0x08, 0x08, -+ 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x4c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x10, 0xe0, 0x10, 0x08, 0x08, 0x08, -+ 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x43, 0x3c, 0x01, 0x01, 0x02, 0x02, -+ 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0xc0, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x43, 0x3c, 0x01, 0x01, 0x02, 0x02, -+ 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0xc0, 0x88, 0x24, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x02, 0x02, 0x02, 0x03, 0x06, -+ 0x08, 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x02, 0x02, 0x02, 0x03, 0x06, -+ 0x08, 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x24, 0x10, 0x00, 0x70, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, -+ 0x04, 0x02, 0x02, 0x3f, 0x04, 0x08, 0x08, 0x10, -+ 0x10, 0x20, 0x03, 0x04, 0x04, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x70, 0x18, 0x20, 0x40, -+ 0x40, 0x40, 0xc0, 0x60, 0x50, 0x80, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x10, 0x13, 0x20, 0x20, 0x20, -+ 0x20, 0x22, 0x2a, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x18, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x00, 0x00, 0x13, 0x15, 0x19, 0x12, -+ 0x2a, 0x4c, 0x4c, 0x54, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x80, 0xe0, 0x10, 0x08, 0x08, -+ 0x08, 0x08, 0x68, 0x90, 0x68, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x08, 0x4c, 0x3f, 0x0c, 0x08, -+ 0x18, 0x18, 0x28, 0x59, 0x08, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0xf0, 0x18, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x0d, 0x11, 0x11, 0x22, 0x22, -+ 0x24, 0x24, 0x28, 0x10, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x20, 0x10, 0x08, 0x08, 0x08, -+ 0x08, 0x10, 0x10, 0x60, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x14, 0x13, 0x20, 0x20, 0x20, -+ 0x20, 0x29, 0x12, 0x12, 0x11, 0x00, 0x00, 0x00, -+ 0x40, 0x20, 0x20, 0x38, 0xe0, 0x20, 0x20, 0x20, -+ 0x20, 0xe0, 0x30, 0x28, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x40, 0x20, 0x28, 0x27, 0x40, 0x40, 0x40, -+ 0x40, 0x53, 0x24, 0x24, 0x23, 0x00, 0x00, 0x00, -+ 0x88, 0x44, 0x50, 0x78, 0xc0, 0x40, 0x40, 0x40, -+ 0x40, 0xc0, 0x60, 0x50, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x40, 0x20, 0x28, 0x27, 0x40, 0x40, 0x40, -+ 0x40, 0x53, 0x24, 0x24, 0x23, 0x00, 0x00, 0x00, -+ 0x98, 0x64, 0x64, 0x78, 0xc0, 0x40, 0x40, 0x40, -+ 0x40, 0xc0, 0x60, 0x50, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x04, 0x3c, 0x08, 0x08, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0x40, 0x40, 0x20, 0x20, 0x30, 0x28, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x04, 0x3c, 0x08, 0x08, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x08, 0x44, 0x50, 0x28, 0x20, 0x30, 0x28, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x04, 0x3c, 0x08, 0x08, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x30, 0x48, 0x48, 0x30, 0x20, 0x30, 0x28, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x03, 0x00, 0x01, 0x02, 0x02, 0x01, -+ 0x02, 0x4c, 0x38, 0x24, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0xb0, 0x88, 0x9c, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x03, 0x00, 0x01, 0x02, 0x02, 0x01, -+ 0x02, 0x4c, 0x38, 0x24, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x88, 0xa4, 0x10, 0x00, 0x00, 0x00, -+ 0xb0, 0x88, 0x9c, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x03, 0x00, 0x01, 0x02, 0x02, 0x01, -+ 0x02, 0x4c, 0x38, 0x24, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x98, 0xa4, 0x24, 0x18, 0x00, 0x00, -+ 0xb0, 0x88, 0x9c, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x50, 0x20, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, -+ 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x50, 0x20, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x48, 0x20, 0x00, 0x80, 0x40, -+ 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x50, 0x20, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x30, 0x48, 0x48, 0x30, 0x00, 0x80, 0x40, -+ 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x22, 0x11, 0x10, 0x10, 0x23, 0x20, 0x20, -+ 0x20, 0x29, 0x12, 0x12, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0x30, 0xc0, 0x40, 0x38, 0xe0, 0x20, 0x20, -+ 0x20, 0xe0, 0x30, 0x28, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x44, 0x23, 0x20, 0x20, 0x47, 0x40, 0x40, -+ 0x40, 0x53, 0x24, 0x24, 0x23, 0x00, 0x00, 0x00, -+ 0x00, 0x68, 0x84, 0x90, 0x78, 0xc0, 0x40, 0x40, -+ 0x40, 0xc0, 0x60, 0x50, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x44, 0x23, 0x20, 0x20, 0x47, 0x40, 0x40, -+ 0x40, 0x53, 0x24, 0x24, 0x23, 0x00, 0x00, 0x00, -+ 0x18, 0x64, 0xa4, 0x98, 0x70, 0xc0, 0x40, 0x40, -+ 0x40, 0xc0, 0x60, 0x50, 0x80, 0x00, 0x00, 0x00, -+ 0x01, 0x00, 0x10, 0x0f, 0x00, 0x10, 0x0f, 0x00, -+ 0x00, 0x0f, 0x10, 0x10, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xf0, 0x80, 0x80, 0xe0, 0x80, 0x80, -+ 0x80, 0x80, 0xe0, 0x90, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x07, 0x01, 0x01, 0x02, 0x02, 0x0f, -+ 0x34, 0x44, 0x48, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x00, 0x00, 0x20, 0x10, 0xf0, -+ 0x18, 0x24, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x08, 0x04, 0x27, 0x1c, 0x04, 0x1c, 0x24, 0x24, -+ 0x2c, 0x18, 0x08, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x30, 0x08, 0x0c, 0x00, 0x00, -+ 0x20, 0x10, 0x10, 0x10, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x00, 0x10, 0x13, 0x1c, 0x11, 0x29, -+ 0x2a, 0x46, 0x44, 0x4a, 0x30, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x80, 0xc0, 0xa0, 0x10, 0x08, -+ 0x08, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x02, 0x01, 0x11, 0x0e, 0x03, 0x12, 0x24, 0x1c, -+ 0x07, 0x04, 0x04, 0x04, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x20, 0x20, -+ 0x10, 0x10, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x08, 0x09, 0x0e, -+ 0x3c, 0x04, 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xe0, 0x10, -+ 0x10, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x00, 0x01, 0x18, 0x10, 0x0b, 0x4c, 0x34, -+ 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xc0, 0x00, 0xf0, 0x08, 0x08, 0x08, -+ 0x70, 0x00, 0x00, 0x00, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x21, 0x27, -+ 0x29, 0x31, 0x23, 0x21, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x10, -+ 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x40, 0x21, 0x22, 0x24, 0x28, 0x30, -+ 0x34, 0x22, 0x21, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0xe0, 0x90, 0x88, 0x88, 0x88, -+ 0x88, 0x90, 0xe0, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x0f, 0x11, 0x11, 0x0e, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0xc0, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x20, 0x00, 0x00, 0x00, -+ 0x02, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x1f, 0x21, 0x21, 0x1e, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x30, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x01, 0x01, 0x06, 0x08, 0x08, 0x08, 0x09, -+ 0x0e, 0x08, 0x08, 0x00, 0x00, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0xe0, -+ 0x10, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x10, 0x09, 0x0a, 0x0c, 0x0c, 0x08, 0x08, 0x08, -+ 0x08, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x07, 0x00, 0x01, 0x02, 0x07, 0x0c, -+ 0x10, 0x20, 0x03, 0x04, 0x04, 0x03, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x80, 0x00, 0x00, 0xc0, 0x20, -+ 0x10, 0x10, 0x90, 0x60, 0x40, 0x80, 0x00, 0x00, -+ 0x00, 0x10, 0x08, 0x09, 0x0a, 0x1c, 0x6c, 0x08, -+ 0x18, 0x18, 0x28, 0x48, 0x18, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x24, 0x18, 0x00, 0x00, 0x00, -+ 0x00, 0x11, 0x0e, 0x01, 0x02, 0x04, 0x0f, 0x08, -+ 0x10, 0x20, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x00, 0x00, 0x00, 0xc0, 0x20, -+ 0x10, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x04, 0x04, 0x06, -+ 0x1d, 0x06, 0x0c, 0x0c, 0x14, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, -+ 0x10, 0x10, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x08, 0x4c, 0x3f, 0x0c, 0x08, -+ 0x18, 0x18, 0x28, 0x48, 0x18, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x10, 0x08, 0x08, -+ 0x08, 0x08, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x09, 0x06, 0x01, 0x01, 0x03, 0x0e, 0x12, -+ 0x24, 0x24, 0x28, 0x19, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x00, 0x00, 0xe0, 0x10, 0x08, -+ 0x08, 0x08, 0xc8, 0x30, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x09, 0x07, 0x02, 0x07, 0x08, 0x10, 0x06, -+ 0x09, 0x07, 0x08, 0x1c, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0x80, 0x00, 0x00, 0xc0, 0x20, 0x20, 0x20, -+ 0xc0, 0x00, 0x00, 0xe0, 0x10, 0x38, 0x00, 0x00, -+ 0x04, 0x02, 0x12, 0x0f, 0x04, 0x04, 0x0f, 0x18, -+ 0x21, 0x02, 0x04, 0x08, 0x08, 0x07, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x00, 0x00, 0x20, 0x38, 0xc0, -+ 0x80, 0x80, 0x80, 0x00, 0x00, 0xe0, 0x00, 0x00, -+ 0x02, 0x01, 0x01, 0x02, 0x02, 0x04, 0x04, 0x0f, -+ 0x08, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x88, 0x90, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x21, 0x1e, -+ 0x02, 0x01, 0x01, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x20, -+ 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x21, 0x1e, 0x00, 0x02, 0x01, 0x01, -+ 0x01, 0x01, 0x02, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x20, 0x40, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, -+ 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0d, 0x30, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x1e, -+ 0x08, 0x08, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x01, 0x3e, 0x10, 0x10, -+ 0x08, 0x08, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, -+ 0x01, 0x01, 0x01, 0x01, 0x1e, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x02, 0x01, 0x01, -+ 0x01, 0x01, 0x03, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x70, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x10, 0x0f, -+ 0x01, 0x02, 0x04, 0x08, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xe0, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x20, 0x1f, 0x00, 0x01, -+ 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x40, 0x78, 0xc0, 0xc0, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xc0, 0x40, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x21, 0x1f, 0x02, 0x02, -+ 0x04, 0x04, 0x08, 0x11, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, -+ 0x20, 0x20, 0x20, 0x40, 0xc0, 0x80, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x21, 0x1f, 0x02, 0x02, -+ 0x04, 0x04, 0x08, 0x11, 0x20, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0x10, 0xf0, 0x10, 0x10, 0x10, -+ 0x20, 0x20, 0x20, 0x40, 0xc0, 0x80, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x02, 0x03, 0x1d, 0x01, 0x01, -+ 0x03, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x70, 0x80, 0x00, 0x00, 0x78, -+ 0x80, 0x80, 0x80, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x02, 0x03, 0x1d, 0x01, 0x01, -+ 0x03, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0x70, 0x80, 0x00, 0x00, 0x78, -+ 0x80, 0x80, 0x80, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x03, 0x02, 0x04, 0x04, 0x08, -+ 0x10, 0x00, 0x01, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x70, 0x90, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x07, 0x04, 0x08, 0x08, 0x10, -+ 0x21, 0x01, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x08, 0x24, 0xd4, 0x50, 0x40, 0x40, 0x80, 0x80, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x04, 0x0f, 0x09, 0x10, -+ 0x20, 0x00, 0x01, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x38, 0xc0, 0x00, 0x80, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x04, 0x0f, 0x09, 0x10, -+ 0x20, 0x00, 0x01, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0x10, 0x38, 0xc0, 0x00, 0x80, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x21, 0x1e, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x1c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, -+ 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x43, 0x3c, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x07, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0xd0, 0x40, 0x40, 0x40, 0x40, -+ 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x04, 0x04, 0x24, 0x1f, 0x04, -+ 0x04, 0x04, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, -+ 0x40, 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x04, 0x04, 0x24, 0x1f, 0x04, -+ 0x04, 0x04, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x08, 0xa4, 0x54, 0x50, 0x40, 0xf8, 0x40, 0x40, -+ 0x40, 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0c, 0x02, 0x00, 0x18, 0x04, 0x00, -+ 0x00, 0x00, 0x00, 0x13, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x10, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0c, 0x02, 0x00, 0x18, 0x04, 0x00, -+ 0x00, 0x00, 0x00, 0x13, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x24, 0x14, 0x10, 0x00, 0x08, 0x10, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0x40, 0x40, 0x80, 0x80, -+ 0x40, 0x20, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x21, 0x1e, 0x00, 0x00, 0x01, 0x01, -+ 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0xd4, 0x50, 0x80, 0x80, 0x00, 0x00, -+ 0x80, 0x40, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x04, 0x05, 0x26, 0x1c, -+ 0x04, 0x04, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x78, 0x88, 0x10, 0x20, -+ 0x40, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x04, 0x05, 0x26, 0x1c, -+ 0x04, 0x04, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0x10, 0x78, 0x88, 0x10, 0x20, -+ 0x40, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x04, 0x04, 0x04, 0x00, -+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x10, 0x10, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x10, 0x08, 0x08, 0x08, 0x00, -+ 0x00, 0x01, 0x01, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x08, 0xa4, 0x54, 0x50, 0x40, 0x40, 0x40, 0x80, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x02, 0x02, 0x05, 0x08, -+ 0x10, 0x00, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x20, 0x20, 0xc0, -+ 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x03, 0x04, 0x04, 0x0a, 0x11, -+ 0x20, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0xf0, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x1e, 0x01, 0x00, 0x23, 0x1c, -+ 0x00, 0x00, 0x01, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0x40, 0x80, 0x00, 0x00, 0xf8, 0x80, 0x80, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x1e, 0x01, 0x00, 0x23, 0x1c, -+ 0x00, 0x00, 0x01, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x08, 0x64, 0x94, 0x10, 0x00, 0xf8, 0x80, 0x80, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x12, -+ 0x0a, 0x08, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x04, 0x22, 0x11, 0x09, 0x08, 0x00, -+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x08, 0x10, 0x10, 0x20, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x44, 0x24, 0x10, 0x10, -+ 0x00, 0x01, 0x02, 0x04, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0x94, 0x50, 0x40, 0x40, 0x40, 0x80, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x11, 0x0e, 0x00, 0x00, 0x23, 0x1c, -+ 0x00, 0x01, 0x01, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x00, 0x00, 0x78, 0x80, 0x80, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x11, 0x0e, 0x00, 0x20, 0x1f, 0x00, -+ 0x00, 0x01, 0x01, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x08, 0x24, 0xd4, 0x10, 0x00, 0xf0, 0x00, 0x80, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x04, 0x04, 0x07, 0x04, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, -+ 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x08, 0x08, 0x08, 0x08, 0x0e, 0x09, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x90, 0x50, 0x40, 0x00, 0x00, 0x00, 0x80, -+ 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x00, 0x00, 0x20, 0x1f, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x80, 0xf8, 0x80, 0x80, 0x80, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x0e, 0x01, -+ 0x00, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x20, 0x20, 0x40, 0xc0, -+ 0xc0, 0x20, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x1e, 0x00, 0x00, 0x01, -+ 0x03, 0x0d, 0x31, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x20, 0x40, 0x80, 0x00, -+ 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x40, 0x20, 0x20, 0x20, 0x40, 0x40, 0x80, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x04, 0x04, 0x08, -+ 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, 0x20, 0x10, -+ 0x10, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x04, 0x04, 0x08, -+ 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x24, 0x14, 0x90, 0x40, 0x20, 0x10, -+ 0x10, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x04, 0x04, 0x08, -+ 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x18, 0x24, 0x24, 0x18, 0x80, 0x40, 0x20, 0x10, -+ 0x10, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x08, 0x08, 0x0f, 0x08, -+ 0x08, 0x08, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x08, 0x08, 0x08, 0x0f, -+ 0x08, 0x08, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x48, 0x28, 0x20, 0x00, 0xe0, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x08, 0x08, 0x08, 0x08, 0x0f, -+ 0x08, 0x08, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, -+ 0x00, 0x30, 0x48, 0x48, 0x30, 0x00, 0xe0, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x02, 0x04, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x23, 0x1c, 0x00, 0x00, 0x00, 0x01, -+ 0x01, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, 0x00, -+ 0x08, 0x24, 0xd4, 0x50, 0x40, 0x80, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x23, 0x1c, 0x00, 0x00, 0x00, 0x01, -+ 0x01, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, 0x00, -+ 0x18, 0x24, 0xe4, 0x58, 0x40, 0x80, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x05, 0x48, 0x30, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, -+ 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x05, 0x48, 0x30, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x90, 0x50, 0x40, 0x00, 0x80, 0x40, -+ 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x05, 0x48, 0x30, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x60, 0x90, 0x90, 0x60, 0x00, 0x80, 0x40, -+ 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x21, 0x1f, 0x01, 0x01, -+ 0x09, 0x09, 0x11, 0x21, 0x03, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x40, -+ 0x20, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x21, 0x1f, 0x01, 0x01, -+ 0x09, 0x09, 0x11, 0x21, 0x03, 0x01, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0x10, 0xf0, 0x00, 0x00, 0x40, -+ 0x20, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x21, 0x1f, 0x01, 0x01, -+ 0x09, 0x09, 0x11, 0x21, 0x03, 0x01, 0x00, 0x00, -+ 0x18, 0x24, 0x24, 0x18, 0xf0, 0x00, 0x00, 0x40, -+ 0x20, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x20, 0x1f, 0x00, 0x00, 0x00, -+ 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x08, 0x10, 0x20, 0x40, -+ 0x80, 0x00, 0x80, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x03, 0x00, 0x00, 0x08, 0x06, 0x01, -+ 0x00, 0x10, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x20, 0x00, 0x00, 0x80, -+ 0x40, 0x00, 0x00, 0x00, 0xc0, 0x20, 0x00, 0x00, -+ 0x00, 0x02, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, -+ 0x04, 0x04, 0x29, 0x1e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, -+ 0x20, 0x30, 0xc8, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x01, 0x00, -+ 0x00, 0x00, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0x40, 0x20, 0x20, 0x20, 0x20, 0xc0, 0x40, -+ 0xa0, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x0f, 0x02, 0x02, 0x23, 0x1e, -+ 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0xf8, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x02, 0x03, -+ 0x1e, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x90, -+ 0x20, 0x40, 0x00, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x08, 0x04, 0x04, 0x03, 0x26, 0x1a, 0x01, -+ 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x78, 0x88, 0x10, 0x20, 0x40, -+ 0x00, 0x00, 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0e, -+ 0x00, 0x00, 0x01, 0x1e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x40, -+ 0x40, 0x80, 0xe0, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x11, 0x0e, 0x00, 0x00, -+ 0x00, 0x01, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x40, 0x40, 0x80, -+ 0x80, 0xf0, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0e, 0x00, -+ 0x01, 0x0e, 0x00, 0x01, 0x0e, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x20, 0x20, -+ 0xe0, 0x40, 0x40, 0xc0, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x1e, 0x00, 0x00, 0x01, 0x0e, -+ 0x00, 0x00, 0x00, 0x01, 0x0e, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0xe0, 0x20, -+ 0x20, 0x20, 0x20, 0xe0, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x11, 0x0e, 0x00, 0x23, 0x1c, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x00, 0x70, 0x90, 0x10, 0x10, -+ 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x04, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x40, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x08, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0x80, 0x88, 0x88, -+ 0x90, 0x90, 0xa0, 0xc0, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x0b, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x21, 0x1e, 0x10, 0x10, 0x08, -+ 0x08, 0x09, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0x20, -+ 0x20, 0xe0, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x0f, -+ 0x08, 0x04, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x10, -+ 0x20, 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x21, 0x1e, 0x10, 0x08, 0x08, 0x08, -+ 0x00, 0x00, 0x00, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0x20, 0x20, -+ 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x00, 0x00, 0x01, 0x1e, 0x08, 0x04, -+ 0x05, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x80, 0xf0, 0x80, 0x80, 0x80, -+ 0xf0, 0x88, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x01, 0x1e, 0x02, 0x01, 0x01, -+ 0x01, 0x01, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x20, 0x40, 0x80, 0x00, -+ 0x00, 0xf0, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x1e, 0x00, 0x00, 0x01, 0x0e, -+ 0x00, 0x00, 0x00, 0x01, 0x06, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0x20, 0xe0, 0x20, -+ 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x18, 0x04, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x13, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x10, 0x10, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x02, 0x43, 0x3c, 0x20, 0x10, -+ 0x10, 0x00, 0x00, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x08, 0x24, 0x14, 0x10, 0xe0, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x11, -+ 0x0e, 0x02, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, -+ 0x20, 0x20, 0x20, 0x20, 0xc0, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x04, 0x04, -+ 0x07, 0x08, 0x10, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, -+ 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 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, 0x03, 0x03, 0x04, 0x04, 0x08, -+ 0x0f, 0x10, 0x10, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0xc0, 0xc0, 0x60, -+ 0xe0, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0xc0, 0x30, -+ 0x18, 0x18, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x60, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x03, 0x03, 0x04, 0x04, 0x08, -+ 0x08, 0x10, 0x10, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0xc0, 0xc0, 0x60, -+ 0x60, 0x30, 0x30, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x10, 0x00, 0x40, 0xc0, 0x40, -+ 0x00, 0x08, 0x10, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x20, 0x01, 0x01, 0x03, 0x06, -+ 0x06, 0x0c, 0x18, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x60, 0xc0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x08, 0x10, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x18, 0x1f, 0x18, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x30, 0x30, 0x30, 0x30, 0xf0, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x34, 0x37, 0x34, -+ 0x30, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x18, 0x58, 0xd8, 0x58, -+ 0x18, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x19, 0x1a, 0x1c, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x20, 0x40, 0x80, 0x80, 0xc0, 0xc0, -+ 0x60, 0x60, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x01, 0x03, 0x03, 0x04, 0x04, 0x08, -+ 0x08, 0x10, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0xc0, 0xc0, 0x60, -+ 0x60, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x18, 0x1c, 0x1c, 0x16, 0x16, 0x17, -+ 0x13, 0x12, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x30, 0x70, 0x70, 0xb0, 0xb0, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x18, 0x1c, 0x16, 0x16, 0x13, 0x11, -+ 0x11, 0x10, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x70, 0x20, 0x20, 0x20, 0x20, 0x20, 0xa0, -+ 0xa0, 0xe0, 0x60, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x1f, 0x20, 0x00, 0x10, 0x1f, 0x1f, -+ 0x10, 0x00, 0x10, 0x1f, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0xe0, 0x20, 0x00, 0x20, 0xe0, 0xe0, -+ 0x20, 0x00, 0x10, 0xe0, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x18, 0x0c, 0x06, 0x03, 0x01, 0x01, -+ 0x02, 0x04, 0x08, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x10, 0x00, 0x00, 0x80, 0x00, -+ 0x00, 0x10, 0x20, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x23, 0x43, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0c, 0x17, 0x23, 0x23, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0xa0, 0x10, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x03, 0x07, 0x1b, 0x33, 0x33, 0x33, -+ 0x1b, 0x07, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0x80, 0x60, 0x30, 0x30, 0x30, -+ 0x60, 0x80, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x0c, 0x06, 0x03, 0x03, 0x03, -+ 0x04, 0x08, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x20, 0x40, 0x80, 0x00, 0x00, 0x80, -+ 0xc0, 0x60, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x03, 0x63, 0x33, 0x33, 0x33, 0x13, -+ 0x0f, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0x18, 0x30, 0x30, 0x30, 0x20, -+ 0xc0, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x18, -+ 0x08, 0x04, 0x22, 0x3e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x18, 0x18, 0x18, 0x30, -+ 0x20, 0x40, 0x88, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 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, 0x18, 0x10, -+ 0x10, 0x10, 0x19, 0x0e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x20, 0x20, 0xa0, 0x60, 0x60, -+ 0x40, 0xc0, 0x40, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x02, 0x02, 0x04, 0x05, 0x04, -+ 0x0c, 0x08, 0x0c, 0x1b, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xe0, 0x10, 0x10, 0x10, 0x20, 0xc0, 0x20, -+ 0x20, 0x20, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x01, 0x01, -+ 0x01, 0x03, 0x03, 0x03, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x30, 0x40, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x04, 0x04, 0x02, 0x03, 0x04, 0x0c, -+ 0x08, 0x08, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xe0, 0x10, 0x00, 0x80, 0xc0, 0x40, -+ 0x40, 0xc0, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x06, 0x04, 0x03, -+ 0x06, 0x0c, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, 0x00, 0x80, -+ 0x00, 0x00, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x04, 0x0c, 0x07, 0x02, 0x04, 0x04, 0x08, -+ 0x08, 0x0e, 0x07, 0x00, 0x06, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0xc0, 0x40, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0c, 0x17, 0x02, 0x04, -+ 0x04, 0x0c, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, 0x20, 0x20, -+ 0x20, 0x40, 0x40, 0xc0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x02, 0x06, 0x04, 0x0f, 0x0c, -+ 0x08, 0x08, 0x08, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x10, 0x10, 0x10, 0x30, 0xf0, 0x20, -+ 0x60, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x02, 0x06, -+ 0x04, 0x04, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0d, 0x0e, -+ 0x09, 0x19, 0x11, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0xa0, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x01, 0x02, -+ 0x06, 0x04, 0x0c, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xc0, 0x40, 0xc0, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x60, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x04, 0x0c, -+ 0x08, 0x08, 0x0c, 0x1b, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x60, 0x40, -+ 0x40, 0x40, 0xe8, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x0c, 0x04, 0x04, -+ 0x04, 0x07, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x04, 0x03, 0x02, 0x04, 0x04, 0x03, 0x04, -+ 0x08, 0x08, 0x0e, 0x07, 0x00, 0x07, 0x00, 0x00, -+ 0x00, 0x60, 0xe0, 0x00, 0x00, 0x00, 0xc0, 0xc0, -+ 0x00, 0x00, 0x00, 0x80, 0xc0, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x06, 0x0c, -+ 0x0c, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, 0x10, 0x30, -+ 0x30, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x0c, 0x1f, 0x22, 0x04, 0x04, -+ 0x08, 0x08, 0x18, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x08, 0xf0, 0x40, 0x40, 0x80, -+ 0x80, 0x80, 0xc0, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x06, 0x04, -+ 0x0c, 0x0c, 0x0c, 0x1b, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x10, 0x10, 0x10, -+ 0x30, 0x20, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x07, 0x0c, 0x18, -+ 0x10, 0x10, 0x11, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x80, 0x40, 0x40, -+ 0x40, 0xc0, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x0f, 0x11, 0x03, -+ 0x02, 0x04, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x30, 0xe0, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0c, 0x0c, -+ 0x08, 0x08, 0x08, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x40, 0x60, 0x20, 0x20, -+ 0x60, 0x40, 0xc0, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0d, 0x19, 0x31, -+ 0x32, 0x12, 0x0e, 0x07, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x80, 0x80, 0xc0, 0x20, 0x30, -+ 0x30, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x06, 0x0b, 0x01, 0x01, 0x01, 0x01, 0x03, -+ 0x07, 0x05, 0x09, 0x19, 0x31, 0x20, 0x00, 0x00, -+ 0x00, 0x10, 0x30, 0x60, 0x40, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xa0, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x31, 0x59, 0x09, 0x09, -+ 0x12, 0x12, 0x12, 0x0f, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x80, 0x80, 0x80, 0xa0, 0x30, 0x10, 0x10, -+ 0x30, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x08, 0x10, 0x31, 0x23, -+ 0x22, 0x22, 0x36, 0x19, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x20, 0x10, 0x10, 0x10, -+ 0x30, 0x20, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 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, 0x03, 0x03, 0x04, 0x04, 0x08, -+ 0x0f, 0x10, 0x10, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x80, 0xc0, 0xc0, 0x60, -+ 0xe0, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x10, 0x00, 0x00, 0x80, 0x60, -+ 0x30, 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0xc0, 0x30, -+ 0x18, 0x18, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x60, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x1f, 0x30, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, -+ 0x60, 0x60, 0x60, 0xf8, 0x18, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x10, 0x00, 0x40, 0xc0, 0x40, -+ 0x00, 0x08, 0x10, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x0c, 0x0c, 0x3f, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0xc0, 0xc0, 0xe0, 0x10, 0x00, 0x40, 0xc0, 0x40, -+ 0x00, 0x08, 0x10, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x67, 0x73, 0x13, 0x13, 0x13, 0x0f, 0x0b, -+ 0x13, 0x33, 0x23, 0x77, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x98, 0x38, 0x20, 0x20, 0x20, 0xc0, 0x40, -+ 0x20, 0x30, 0x10, 0xb8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x1c, 0x10, 0x00, 0x00, 0x03, 0x00, -+ 0x00, 0x10, 0x1c, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0xc0, 0x60, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x18, 0x19, 0x1a, -+ 0x1c, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x30, 0x30, 0x70, 0xb0, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x06, 0x03, 0x3c, 0x18, 0x18, 0x18, 0x19, 0x1a, -+ 0x1c, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0xc0, 0x80, 0x78, 0x30, 0x70, 0xb0, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x19, 0x1f, 0x19, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x58, 0x80, 0x80, 0x00, 0x00, 0x80, -+ 0xc0, 0x60, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, -+ 0x02, 0x34, 0x34, 0x18, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x18, 0x18, 0x1c, 0x1c, 0x17, 0x26, -+ 0x22, 0x22, 0x20, 0x70, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x70, 0x60, 0x60, 0xe0, 0xe0, 0x60, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x18, 0x1f, 0x18, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x30, 0x30, 0x30, 0x30, 0xf0, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x30, 0x60, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xd0, 0x30, 0x10, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x23, 0x43, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x0c, 0x0c, 0x06, 0x06, -+ 0x03, 0x03, 0x01, 0x19, 0x1a, 0x0c, 0x00, 0x00, -+ 0x00, 0x78, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x03, 0x07, 0x1b, 0x33, 0x33, 0x33, -+ 0x1b, 0x07, 0x03, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0x80, 0x60, 0x30, 0x30, 0x30, -+ 0x60, 0x80, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x0c, 0x06, 0x03, 0x03, 0x03, -+ 0x04, 0x08, 0x10, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x20, 0x40, 0x80, 0x00, 0x00, 0x80, -+ 0xc0, 0x60, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x18, 0x18, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0xf8, 0x18, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x18, 0x18, 0x0f, -+ 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x60, 0x60, 0x60, 0x60, 0x60, 0xe0, -+ 0x60, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x77, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, -+ 0x33, 0x33, 0x33, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xb8, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x77, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, -+ 0x33, 0x33, 0x33, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xb8, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0xf8, 0x18, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x26, 0x46, 0x06, 0x07, 0x06, 0x06, -+ 0x06, 0x06, 0x06, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x30, 0x18, -+ 0x18, 0x18, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x18, 0x18, 0x18, 0x1e, 0x19, 0x18, -+ 0x18, 0x18, 0x19, 0x3e, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x30, 0x30, 0x30, 0x30, 0xb0, 0xf0, -+ 0xf0, 0xf0, 0xb0, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x0c, 0x0c, 0x0c, 0x0f, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x1c, 0x10, 0x00, 0x06, 0x0b, 0x00, -+ 0x00, 0x10, 0x1c, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x30, 0x10, 0x18, 0xb8, 0xd8, -+ 0x10, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x33, 0x32, 0x36, 0x36, 0x3e, 0x36, -+ 0x36, 0x32, 0x33, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x30, 0x10, 0x18, 0x18, 0x18, 0x18, -+ 0x18, 0x10, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x0c, 0x18, 0x18, 0x18, 0x0c, 0x07, -+ 0x03, 0x06, 0x0c, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x30, 0x30, 0x30, 0x30, 0x30, 0xf0, -+ 0x30, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 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, 0x03, -+ 0x0c, 0x18, 0x18, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, 0x60, 0xe0, -+ 0x60, 0x60, 0xe0, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x04, 0x05, 0x0e, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0xe0, 0xc0, 0x00, 0x80, 0x60, 0x30, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x0c, 0x0c, 0x0f, -+ 0x0c, 0x0c, 0x0c, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x60, 0x60, 0xc0, -+ 0x20, 0x30, 0x30, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x0c, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0c, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x20, 0x10, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x0f, 0x04, 0x04, 0x04, -+ 0x04, 0x04, 0x08, 0x3f, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0x60, 0x60, -+ 0x60, 0x60, 0x60, 0xe0, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x08, 0x18, 0x1f, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, 0x30, 0xf0, -+ 0x00, 0x10, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x06, 0x06, 0x00, 0x07, 0x08, 0x18, 0x1f, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x60, 0x60, 0x00, 0xc0, 0x20, 0x30, 0xf0, -+ 0x00, 0x10, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x67, 0x73, 0x0b, 0x0f, -+ 0x0b, 0x13, 0x33, 0x67, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x98, 0x38, 0x40, 0xc0, -+ 0x40, 0x20, 0x30, 0x98, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x18, 0x10, 0x03, -+ 0x00, 0x10, 0x18, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x60, 0xc0, -+ 0x60, 0x60, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x18, 0x18, 0x19, -+ 0x1a, 0x1c, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0xe0, 0x60, -+ 0x60, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x06, 0x03, 0x00, 0x3c, 0x18, 0x18, 0x19, -+ 0x1a, 0x1c, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x80, 0x00, 0xf0, 0x60, 0xe0, 0x60, -+ 0x60, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x18, 0x19, 0x1f, -+ 0x19, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x60, 0xe0, 0x00, 0x00, -+ 0x80, 0xc0, 0x60, 0x70, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x02, 0x02, 0x02, -+ 0x02, 0x34, 0x34, 0x18, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0x60, 0x60, -+ 0x60, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x38, 0x1c, 0x1c, 0x16, -+ 0x16, 0x13, 0x13, 0x38, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x38, 0x70, 0x70, 0xb0, -+ 0xb0, 0x30, 0x30, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x18, 0x18, 0x1f, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0x60, 0xe0, -+ 0x60, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x30, 0x30, -+ 0x30, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3f, 0x18, 0x18, 0x18, -+ 0x18, 0x18, 0x18, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0x60, 0x60, -+ 0x60, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1d, 0x0e, 0x0c, 0x0c, -+ 0x0c, 0x0c, 0x0e, 0x0d, 0x0c, 0x1e, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x60, 0x30, 0x30, -+ 0x30, 0x30, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x18, 0x18, -+ 0x18, 0x18, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x20, 0x00, -+ 0x00, 0x20, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x13, 0x23, 0x03, -+ 0x03, 0x03, 0x03, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x20, 0x10, 0x00, -+ 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x0c, 0x06, 0x06, -+ 0x03, 0x03, 0x01, 0x19, 0x19, 0x0e, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x03, 0x03, 0x1b, 0x37, 0x63, 0x63, -+ 0x63, 0x63, 0x37, 0x1b, 0x03, 0x07, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x60, 0xb0, 0x18, 0x18, -+ 0x18, 0x18, 0xb0, 0x60, 0x00, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1e, 0x0c, 0x06, 0x03, -+ 0x03, 0x04, 0x08, 0x1c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x70, 0x20, 0x40, 0x80, -+ 0x80, 0xc0, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x18, 0x18, 0x18, -+ 0x18, 0x18, 0x18, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0x60, 0x60, -+ 0x60, 0x60, 0x60, 0xf0, 0x30, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x18, 0x18, 0x18, -+ 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0x60, 0x60, -+ 0xe0, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x77, 0x33, 0x33, 0x33, -+ 0x33, 0x33, 0x33, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x78, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x77, 0x33, 0x33, 0x33, -+ 0x33, 0x33, 0x33, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x78, 0x30, 0x30, 0x30, -+ 0x30, 0x30, 0x30, 0xf8, 0x18, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3f, 0x26, 0x46, 0x07, -+ 0x06, 0x06, 0x06, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, -+ 0x30, 0x30, 0x30, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x18, 0x18, 0x1f, -+ 0x19, 0x19, 0x19, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x78, 0x30, 0x30, 0x30, -+ 0xb0, 0xb0, 0xb0, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1e, 0x0c, 0x0c, 0x0f, -+ 0x0c, 0x0c, 0x0c, 0x1f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, -+ 0x30, 0x30, 0x30, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x18, 0x10, 0x03, -+ 0x05, 0x10, 0x18, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x60, 0x30, 0x70, -+ 0xb0, 0x30, 0x60, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0x19, 0x1b, 0x1f, -+ 0x1b, 0x1b, 0x19, 0x3c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x10, 0x18, 0x18, -+ 0x18, 0x18, 0x10, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x07, 0x08, 0x18, 0x18, -+ 0x0f, 0x06, 0x0c, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x60, 0x60, 0x60, -+ 0xe0, 0x60, 0x60, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 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, 0xff, -+ 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xff, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 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, 0xff, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xff, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 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, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xff, 0xff, -+ 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, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xff, 0xff, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xff, 0xff, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xff, 0xff, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xff, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xff, 0xff, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xff, 0xff, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xff, 0xff, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xff, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xff, -+ 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x04, 0x3f, 0x24, 0x24, 0x24, -+ 0x3f, 0x24, 0x04, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0x80, 0xf0, 0x90, 0x90, 0x90, -+ 0xf0, 0x90, 0x80, 0x80, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x4b, 0x4a, 0x4a, 0x4a, -+ 0x4b, 0x7a, 0x48, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0xa8, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x13, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x11, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x28, 0x31, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x38, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xe8, 0x28, 0x28, 0x28, -+ 0xe8, 0x28, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x08, 0x0f, -+ 0x03, 0x0c, 0x74, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xe0, 0x20, 0x20, 0xe8, -+ 0x08, 0x90, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x09, 0x3f, 0x25, 0x54, 0x13, -+ 0x22, 0x07, 0x3a, 0x01, 0x06, 0x78, 0x00, 0x00, -+ 0x30, 0xd0, 0x10, 0x20, 0xfc, 0x88, 0x50, 0xc8, -+ 0x08, 0xe0, 0x40, 0x80, 0xe0, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x79, 0x17, 0x11, 0x11, 0x1a, -+ 0x74, 0x17, 0x10, 0x10, 0x13, 0x3c, 0x00, 0x00, -+ 0x80, 0xa0, 0x90, 0x38, 0xc8, 0x00, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x13, 0x12, -+ 0x32, 0x2c, 0x04, 0x0a, 0x10, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x21, 0x16, 0x10, 0x01, 0x0e, 0x73, 0x10, -+ 0x13, 0x10, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0xf8, 0x90, 0x60, 0xf0, 0x4c, 0xf8, 0x40, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x07, 0x11, 0x0a, 0x04, 0x1f, -+ 0x61, 0x1f, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x20, 0x28, 0xc8, 0x50, 0xf0, -+ 0x0c, 0xf0, 0x00, 0x80, 0x60, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x7f, 0x04, 0x3f, 0x24, -+ 0x24, 0x28, 0x30, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x80, 0xf8, 0x88, -+ 0x98, 0x78, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x19, 0x76, 0x11, 0x11, 0x7d, 0x11, 0x1b, -+ 0x36, 0x37, 0x52, 0x13, 0x12, 0x10, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xf0, 0x50, 0xf0, 0xf0, 0xf8, -+ 0x48, 0xf8, 0x48, 0xfc, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x1f, 0x12, 0x1f, 0x02, 0x7f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0xf0, 0x90, 0xf0, 0x80, 0xfc, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, 0x1a, -+ 0x73, 0x14, 0x17, 0x18, 0x17, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, 0x60, 0x90, -+ 0xe8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x02, 0x02, -+ 0x13, 0x12, 0x25, 0x24, 0x4f, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xfc, 0x50, 0x98, -+ 0xe4, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x0a, 0x0a, 0x0a, -+ 0x0a, 0x0a, 0x12, 0x12, 0x22, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0x88, 0xf8, 0x88, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x0f, 0x02, 0x7f, 0x0f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xfc, 0xe0, 0x20, -+ 0xe0, 0xf0, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3f, 0x00, 0x1f, 0x10, -+ 0x10, 0x1f, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x28, 0x41, 0x00, 0x00, -+ 0x20, 0x30, 0x48, 0xf4, 0x20, 0xfc, 0x50, 0x98, -+ 0x64, 0x10, 0x64, 0x08, 0x30, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x29, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x48, 0x50, 0xfc, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, -+ 0x10, 0x10, 0x20, 0x20, 0x4f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0x80, 0x80, 0xf8, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x22, 0x3e, 0x22, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x88, 0x54, 0x30, 0x90, 0x50, -+ 0x50, 0x1c, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x1d, -+ 0x72, 0x12, 0x12, 0x14, 0x15, 0x3e, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x20, 0x20, 0xf8, 0x88, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x28, 0x48, 0x0e, 0x12, 0x12, -+ 0x2a, 0x44, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xf8, 0x88, 0x88, -+ 0x88, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x08, 0x13, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2b, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0c, 0x0a, 0x0f, 0x71, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x78, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x2a, 0x48, 0x3e, 0x23, 0x3e, -+ 0x22, 0x3e, 0x24, 0x26, 0x3a, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x50, 0x48, 0x9c, 0xe4, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x11, 0x11, 0x15, 0x65, 0x1a, 0x13, 0x29, 0x7d, -+ 0x15, 0x19, 0x35, 0x34, 0x50, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xe8, 0x28, 0xe8, -+ 0x28, 0xe8, 0x28, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x64, 0x1f, 0x10, 0x29, 0x7e, -+ 0x14, 0x39, 0x36, 0x34, 0x51, 0x16, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0xa0, 0x24, 0x9c, -+ 0xf0, 0x90, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x3c, 0x20, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x1e, 0x12, 0x12, -+ 0x1e, 0x10, 0x03, 0x0c, 0x71, 0x06, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x88, 0x88, 0x48, -+ 0x50, 0x30, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x1f, 0x12, 0x12, 0x1f, 0x09, -+ 0x05, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x90, 0x90, 0xf0, 0x20, -+ 0x40, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x09, 0x0b, 0x12, 0x3c, -+ 0x55, 0x13, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x42, 0x02, 0x7f, 0x04, -+ 0x04, 0x0f, 0x08, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0x00, 0xfc, 0x40, -+ 0x40, 0x40, 0xc0, 0x20, 0x10, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x11, 0x1f, 0x12, 0x14, 0x1f, -+ 0x14, 0x17, 0x24, 0x27, 0x44, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xfc, 0xa0, 0x90, 0xfc, -+ 0x90, 0xf0, 0x90, 0xf0, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x14, 0x10, 0x17, 0x18, -+ 0x70, 0x11, 0x11, 0x10, 0x10, 0x37, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x40, 0x40, 0xfc, 0x90, -+ 0x90, 0x90, 0x60, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x49, 0x48, 0x4f, 0x78, 0x49, -+ 0x49, 0x49, 0x79, 0x49, 0x41, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x7f, 0x04, 0x0f, 0x03, -+ 0x1d, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf8, 0x40, 0x80, 0x60, -+ 0x10, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x21, 0x2f, 0x22, -+ 0x3f, 0x27, 0x24, 0x27, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0x08, 0xe8, 0x88, -+ 0xf8, 0xc8, 0x48, 0xc8, 0xc8, 0x58, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1d, 0x08, 0x3f, 0x2a, -+ 0x3e, 0x08, 0x7e, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x20, 0x20, 0xfc, 0x48, -+ 0x48, 0xf0, 0x90, 0x28, 0x44, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x12, 0x11, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x16, 0x18, 0x61, 0x06, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x90, 0x90, 0x10, 0x10, -+ 0x10, 0x30, 0x28, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x10, 0x17, 0x30, 0x50, 0x13, -+ 0x10, 0x10, 0x10, 0x10, 0x11, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xfc, 0x48, 0x48, 0xf8, -+ 0x48, 0x40, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x1f, 0x30, 0x52, 0x11, -+ 0x11, 0x11, 0x11, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0xfc, 0x10, 0x10, 0x10, -+ 0x10, 0x20, 0x20, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x10, 0x30, 0x51, 0x13, -+ 0x15, 0x11, 0x11, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x80, 0xc8, 0x48, 0x50, -+ 0x20, 0x20, 0x10, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x17, 0x10, 0x33, 0x52, 0x13, -+ 0x10, 0x13, 0x12, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xf0, 0x90, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x20, 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x22, 0x22, 0x2f, 0x22, 0x22, -+ 0x3f, 0x22, 0x24, 0x28, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x48, 0x48, 0xe8, 0x48, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x3f, 0x01, 0x3f, 0x21, -+ 0x3f, 0x23, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, -+ 0xfc, 0x04, 0x84, 0x58, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x02, -+ 0x7f, 0x04, 0x0f, 0x10, 0x03, 0x3c, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, -+ 0xfc, 0x40, 0x40, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x1f, 0x14, -+ 0x14, 0x1f, 0x11, 0x22, 0x2c, 0x40, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xc8, 0x48, 0xc8, 0xd0, -+ 0xb0, 0x30, 0x24, 0xd4, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x20, 0x3e, 0x20, 0x3f, -+ 0x24, 0x2e, 0x2d, 0x35, 0x44, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0xfc, 0x08, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x19, 0x37, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x90, 0x90, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x04, 0x7f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x25, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x00, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x08, 0x84, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x2e, 0x20, 0x3f, 0x56, -+ 0x25, 0x4d, 0x04, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x90, 0x50, 0x50, 0x10, -+ 0x10, 0x30, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x02, 0x07, -+ 0x19, 0x62, 0x0c, 0x31, 0x06, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0xf8, -+ 0x28, 0x48, 0x88, 0x08, 0x10, 0xe0, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x29, 0x29, 0x49, 0x09, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x60, 0x50, 0x88, 0xfc, 0x08, -+ 0xe8, 0x28, 0xe8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x3f, 0x02, 0x02, 0x07, 0x04, -+ 0x0f, 0x08, 0x15, 0x32, 0x4a, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x20, 0x40, 0xf0, 0x10, -+ 0xfc, 0x04, 0x44, 0xa4, 0xa4, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x00, 0x7f, -+ 0x09, 0x08, 0x08, 0x0b, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x10, 0x90, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x04, 0x3f, -+ 0x04, 0x04, 0x7f, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x40, 0xf8, -+ 0x40, 0x40, 0xfc, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x09, 0x08, 0x7e, 0x09, 0x1c, -+ 0x1a, 0x2a, 0x49, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x40, 0x78, 0x88, 0x50, 0x20, 0x40, 0xa0, 0x3c, -+ 0x44, 0xa8, 0x18, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x08, 0x14, 0x7e, -+ 0x0a, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2b, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0xf8, 0x48, 0xfc, 0x00, 0xf8, 0x88, 0xf8, -+ 0x10, 0xf8, 0x90, 0xfc, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x00, 0x1f, -+ 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x01, 0x7f, 0x05, 0x19, -+ 0x62, 0x3f, 0x04, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xc0, 0x00, 0xfc, 0x40, 0x30, -+ 0x0c, 0xf8, 0x40, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x03, 0x04, 0x1c, -+ 0x64, 0x04, 0x04, 0x05, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x08, 0x88, 0x90, -+ 0x60, 0x40, 0x20, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x01, 0x3d, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0x24, 0xfc, 0x24, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x23, 0x10, 0x17, 0x01, 0x01, 0x71, 0x10, -+ 0x11, 0x11, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf0, 0x90, 0xfc, 0xf0, 0x10, 0xf0, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0xfc, 0x00, 0x00, -+ 0x00, 0x21, 0x11, 0x11, 0x07, 0x01, 0x71, 0x11, -+ 0x11, 0x11, 0x11, 0x1b, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf0, 0x50, 0xf0, 0xfc, 0xf0, 0x10, 0xf0, -+ 0xf0, 0x10, 0xf0, 0x10, 0x08, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x22, 0x27, 0x24, 0x28, 0x3f, -+ 0x21, 0x21, 0x22, 0x2c, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xf0, 0x80, 0x80, 0xf8, -+ 0x40, 0x20, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x3f, 0x04, 0x04, 0x04, -+ 0x7f, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x02, 0x1a, 0x04, 0x03, -+ 0x02, 0x0c, 0x11, 0x06, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x40, 0x40, 0x90, 0x20, -+ 0x40, 0xc0, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x17, 0x10, 0x7f, 0x12, 0x12, -+ 0x13, 0x16, 0x18, 0x63, 0x0c, 0x00, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xfc, 0x40, 0xc8, 0xc8, 0xa8, -+ 0xa8, 0x30, 0x94, 0x34, 0x4c, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x04, 0x3f, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x70, 0x88, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x08, 0x08, 0x1f, 0x11, 0x3f, -+ 0x51, 0x1f, 0x11, 0x11, 0x11, 0x13, 0x00, 0x00, -+ 0x00, 0x78, 0xc8, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x7d, 0x12, 0x16, 0x11, 0x3a, 0x2f, 0x68, -+ 0x2b, 0x2b, 0x3a, 0x2a, 0x04, 0x08, 0x00, 0x00, -+ 0x50, 0x50, 0x68, 0xd8, 0x50, 0xe8, 0xfc, 0x50, -+ 0xfc, 0x28, 0xa8, 0x94, 0x2c, 0xc4, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x00, 0x3f, 0x24, -+ 0x44, 0x07, 0x04, 0x04, 0x04, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x08, -+ 0x60, 0x80, 0x00, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x24, 0x12, 0x12, 0x4f, 0x22, 0x22, 0x04, 0x1f, -+ 0x15, 0x15, 0x25, 0x25, 0x5f, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x20, 0x20, 0x10, 0xf8, -+ 0x54, 0x50, 0x50, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x11, 0x12, 0x07, 0x02, 0x72, 0x13, -+ 0x12, 0x10, 0x11, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0xc8, 0xc0, 0x44, 0x3c, 0x00, 0xfc, 0x00, 0x00, -+ 0x02, 0x0f, 0x3a, 0x09, 0x09, 0x7e, 0x19, 0x1d, -+ 0x2b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x18, 0xe4, 0x44, 0x28, 0x30, 0x00, 0x78, 0x48, -+ 0x48, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x21, 0x11, 0x11, -+ 0x02, 0x04, 0x18, 0x61, 0x06, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xfc, 0x48, -+ 0x50, 0x40, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x1f, 0x01, 0x01, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7f, 0x2b, 0x3f, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2f, 0x28, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x20, 0xf8, 0x48, -+ 0x68, 0xd8, 0xd8, 0x68, 0x48, 0xb0, 0x00, 0x00, -+ 0x02, 0x02, 0x04, 0x08, 0x7f, 0x04, 0x04, 0x04, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x40, 0x30, 0x68, 0x84, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x06, 0x38, 0x20, 0x20, 0x3e, 0x20, 0x20, -+ 0x20, 0x3e, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0xf0, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4a, 0x4b, 0x4a, 0x4a, -+ 0x4a, 0x7a, 0x4b, 0x42, 0x03, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x48, 0x48, -+ 0xa8, 0x98, 0x18, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x1f, 0x10, 0x1f, -+ 0x10, 0x1f, 0x10, 0x1f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x21, 0x3f, 0x21, 0x23, -+ 0x22, 0x24, 0x28, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x08, -+ 0x88, 0x48, 0x28, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x25, -+ 0x79, 0x49, 0x0d, 0x15, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x48, 0x48, -+ 0x68, 0x98, 0x98, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x3f, 0x21, 0x20, 0x3f, -+ 0x21, 0x01, 0x01, 0x01, 0x02, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1a, 0x29, 0x7e, 0x23, 0x3e, -+ 0x22, 0x3e, 0x28, 0x24, 0x3b, 0x62, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x44, 0x22, 0x22, 0x03, 0x10, -+ 0x10, 0x13, 0x20, 0x20, 0x4f, 0x40, 0x00, 0x00, -+ 0x0c, 0x74, 0x84, 0x88, 0x50, 0x38, 0xc0, 0x40, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x1e, 0x12, 0x11, 0x1f, 0x10, 0x17, -+ 0x14, 0x17, 0x14, 0x27, 0x24, 0x44, 0x00, 0x00, -+ 0x10, 0x50, 0x50, 0x90, 0x50, 0xf0, 0x30, 0xd0, -+ 0x50, 0xd0, 0x50, 0xd4, 0x54, 0xcc, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3c, 0x27, 0x2c, 0x31, 0x28, -+ 0x25, 0x24, 0x27, 0x38, 0x21, 0x23, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xa0, 0xf0, 0x0c, 0xf0, 0x20, -+ 0xf8, 0x00, 0xfc, 0xa0, 0x30, 0xc8, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 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, 0x27, 0x2a, 0x30, 0x2b, 0x24, 0x27, -+ 0x24, 0x24, 0x39, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x00, 0xf8, 0x00, 0xfc, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x32, 0x28, 0x25, 0x24, -+ 0x25, 0x24, 0x3f, 0x20, 0x21, 0x27, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xe8, 0x04, 0xf0, 0x20, -+ 0xf0, 0x00, 0xfc, 0xa0, 0x30, 0xc8, 0x00, 0x00, -+ 0x00, 0x3f, 0x26, 0x29, 0x31, 0x28, 0x25, 0x24, -+ 0x25, 0x24, 0x3a, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x18, 0xe4, 0x44, 0x28, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xa8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x22, 0x14, 0x7f, 0x00, 0x3c, -+ 0x24, 0x3c, 0x24, 0x24, 0x3c, 0x27, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x4f, 0x48, 0x49, 0x48, -+ 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, -+ 0x90, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x7f, 0x04, 0x04, 0x08, 0x0f, -+ 0x18, 0x18, 0x28, 0x48, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x40, 0x1f, 0x01, 0x01, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xf0, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x29, 0x24, 0x24, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x00, 0xfc, -+ 0x00, 0xf8, 0x48, 0xa8, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x22, 0x12, 0x12, 0x02, -+ 0x06, 0x1a, 0x63, 0x02, 0x02, 0x06, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x88, 0x48, 0x48, 0x08, -+ 0x18, 0x68, 0x88, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x23, 0x10, 0x10, 0x00, 0x07, 0x70, 0x10, -+ 0x10, 0x10, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0xc0, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x3f, 0x29, 0x25, 0x25, -+ 0x21, 0x29, 0x25, 0x25, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x48, 0x28, 0x28, -+ 0x08, 0x48, 0x28, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x02, 0x0c, 0x30, 0x22, 0x22, 0x22, 0x22, 0x22, -+ 0x22, 0x3e, 0x64, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0xf0, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x24, 0x14, 0x18, 0x7e, 0x0a, 0x3e, 0x28, 0x3e, -+ 0x3a, 0x1a, 0x2e, 0x49, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x48, 0x19, 0x09, 0x3f, 0x09, -+ 0x7f, 0x09, 0x15, 0x14, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x78, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x02, 0x02, 0x02, 0x02, 0x3f, 0x04, -+ 0x04, 0x04, 0x04, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x11, 0x11, 0x3f, 0x25, 0x65, -+ 0x25, 0x25, 0x3d, 0x25, 0x21, 0x01, 0x00, 0x00, -+ 0x90, 0x90, 0xa0, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x06, 0x38, 0x20, 0x20, 0x20, 0x20, 0x3e, -+ 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x22, 0x07, 0x14, -+ 0x15, 0x15, 0x25, 0x25, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x90, 0x90, 0xf8, 0x08, -+ 0xe8, 0x28, 0xe8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x70, 0x57, 0x54, 0x57, 0x54, 0x54, -+ 0x56, 0x75, 0x49, 0x08, 0x17, 0x00, 0x00, 0x00, -+ 0x80, 0xf8, 0x80, 0xfc, 0xf8, 0x88, 0x78, 0xa0, -+ 0xa8, 0xa8, 0xb0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x3d, 0x25, 0x25, 0x25, 0x25, 0x25, -+ 0x25, 0x3d, 0x25, 0x20, 0x03, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x12, 0x7d, 0x3a, 0x55, 0x1f, 0x12, 0x1f, 0x3e, -+ 0x23, 0x3e, 0x3e, 0x24, 0x3e, 0x60, 0x00, 0x00, -+ 0x90, 0xfc, 0xb8, 0xd4, 0xf0, 0x90, 0xf0, 0x10, -+ 0xfc, 0x90, 0x50, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x21, 0x3f, 0x20, 0x2e, -+ 0x20, 0x3f, 0x2e, 0x2d, 0x55, 0x0c, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x08, 0x08, 0xfc, 0x08, 0x48, -+ 0x28, 0x28, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3f, 0x2b, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x28, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, 0x54, -+ 0xfc, 0xf8, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x10, 0x7c, 0x27, 0x24, 0x24, -+ 0x78, 0x49, 0x0e, 0x14, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x50, 0x50, 0xfc, 0x20, 0xc0, -+ 0x98, 0xe0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x2f, 0x29, 0x2f, 0x29, 0x2f, -+ 0x28, 0x2a, 0x29, 0x2b, 0x4c, 0x31, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x78, 0x50, 0x50, 0x50, 0xfc, -+ 0x30, 0x30, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x23, 0x22, 0x02, 0x0b, -+ 0x0a, 0x0a, 0x13, 0x12, 0x22, 0x22, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x09, 0x09, 0x09, 0x09, 0x09, -+ 0x09, 0x09, 0x11, 0x11, 0x2e, 0x40, 0x00, 0x00, -+ 0x10, 0xe0, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x10, 0x90, 0x50, 0xe8, 0x28, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x2f, -+ 0x21, 0x27, 0x21, 0x2f, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xe8, -+ 0x08, 0xc8, 0x08, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x00, 0x7f, 0x48, 0x4b, 0x4a, 0x4b, 0x4b, -+ 0x4b, 0x78, 0x4f, 0x41, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0x38, 0xf8, -+ 0xf8, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x00, 0x7f, 0x01, 0x01, -+ 0x01, 0x02, 0x02, 0x04, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x40, 0x20, 0x10, 0x70, 0x88, 0x08, 0x00, 0x00, -+ 0x00, 0x27, 0x14, 0x1f, 0x00, 0x03, 0x72, 0x13, -+ 0x12, 0x13, 0x10, 0x17, 0x2c, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x21, 0x3d, 0x4f, 0x00, -+ 0x1f, 0x00, 0x7f, 0x02, 0x04, 0x3f, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x04, 0x78, 0x38, 0x00, -+ 0xf0, 0x00, 0xfc, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x0b, 0x10, 0x10, -+ 0x37, 0x50, 0x10, 0x10, 0x13, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x18, 0xe0, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x0d, 0x12, 0x2a, 0x48, 0x3e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x24, 0x27, 0x3a, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x48, 0x78, 0x48, 0x48, 0x78, -+ 0x48, 0x4c, 0x78, 0x88, 0x08, 0x08, 0x00, 0x00, -+ 0x0e, 0x08, 0x7f, 0x5d, 0x5a, 0x2d, 0x52, 0x1f, -+ 0x32, 0x5e, 0x12, 0x1e, 0x12, 0x1f, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x48, 0x48, 0x50, 0x50, 0x30, -+ 0x20, 0x30, 0x50, 0x48, 0x88, 0x04, 0x00, 0x00, -+ 0x12, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x08, 0x0f, -+ 0x02, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0x20, 0xe0, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x3e, -+ 0x15, 0x7f, 0x04, 0x0f, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x50, 0xfc, 0x20, 0x40, 0xe0, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x04, 0x7f, -+ 0x1f, 0x11, 0x1f, 0x15, 0x64, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x20, 0x48, 0x08, 0x10, 0x90, -+ 0x24, 0x04, 0x08, 0x08, 0x90, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4b, 0x4a, 0x4a, 0x7a, 0x4f, -+ 0x48, 0x48, 0x78, 0x49, 0x02, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x11, 0x1f, -+ 0x11, 0x00, 0x00, 0x03, 0x3c, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf8, -+ 0x10, 0xa0, 0xc0, 0x44, 0x34, 0x0c, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x3f, 0x20, 0x41, 0x01, 0x7f, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x08, 0x00, 0x00, 0xfc, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x03, 0x00, 0x00, 0x0f, 0x01, 0x01, 0x7f, 0x05, -+ 0x05, 0x09, 0x11, 0x61, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x80, 0x00, 0x00, 0x08, 0x88, 0x90, 0x60, -+ 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x43, 0x20, 0x20, 0x07, 0x10, -+ 0x11, 0x11, 0x22, 0x24, 0x40, 0x40, 0x00, 0x00, -+ 0xc0, 0x20, 0x00, 0xc0, 0x48, 0x48, 0xf0, 0xe0, -+ 0x50, 0x50, 0x48, 0x44, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x22, 0x23, 0x02, 0x0b, -+ 0x0a, 0x08, 0x10, 0x10, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x30, 0x20, 0xd4, 0x0c, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x11, 0x10, 0x13, 0x7e, 0x12, -+ 0x17, 0x10, 0x1c, 0x60, 0x03, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0x40, 0xf8, 0x48, 0x48, -+ 0xfc, 0x40, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x04, 0x04, 0x0f, 0x0c, 0x13, 0x22, -+ 0x4c, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0xf8, 0x88, 0x08, 0x88, -+ 0x70, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x20, 0x25, 0x38, 0x22, 0x1c, 0x02, 0x3c, 0x08, -+ 0x7e, 0x18, 0x1c, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x20, 0x25, 0x38, 0x22, 0x1e, 0x00, 0x3e, 0x00, -+ 0x7f, 0x0c, 0x2a, 0x2a, 0x48, 0x1b, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x1f, 0x11, 0x11, -+ 0x11, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x10, 0x10, -+ 0x10, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x11, 0x17, 0x22, 0x4f, 0x08, 0x17, 0x14, 0x37, -+ 0x51, 0x17, 0x15, 0x1f, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xb8, 0x80, 0xc0, 0x7c, 0x90, 0x90, 0x90, -+ 0x10, 0x90, 0x10, 0xd0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x01, 0x3c, -+ 0x00, 0x3c, 0x25, 0x26, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0x20, 0x20, 0xe0, 0x28, 0x28, 0xf0, 0x70, -+ 0xb0, 0xa8, 0x28, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xf8, 0x88, 0x88, 0x88, 0xf8, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x41, 0x21, 0x22, 0x02, 0x16, -+ 0x1b, 0x12, 0x22, 0x22, 0x42, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x78, 0x48, 0xa8, 0x98, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x29, 0x29, 0x09, 0x1a, -+ 0x2f, 0x49, 0x10, 0x10, 0x21, 0x4e, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xe0, 0x24, 0x24, 0x1c, -+ 0xf0, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x7f, 0x08, 0x08, 0x10, 0x1f, -+ 0x2a, 0x4a, 0x0a, 0x0a, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xfc, 0x20, 0x20, 0x10, 0xf0, -+ 0xa8, 0xa4, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3a, 0x33, 0x45, 0x1a, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0x90, 0x90, 0x08, 0x08, 0x04, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x1b, 0x36, 0x36, 0x33, 0x52, -+ 0x10, 0x11, 0x11, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x08, 0x08, 0xf8, 0xa8, -+ 0xa0, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x01, 0x3d, 0x00, 0x3d, -+ 0x03, 0x3d, 0x25, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x80, 0xf8, -+ 0x28, 0xc8, 0x28, 0xe8, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x09, 0x09, 0x7f, 0x09, 0x29, -+ 0x2f, 0x29, 0x3b, 0x28, 0x46, 0x41, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0x28, 0x28, 0x30, -+ 0x50, 0x94, 0x2c, 0x44, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x24, 0x22, -+ 0x27, 0x24, 0x27, 0x22, 0x24, 0x28, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x48, 0x88, -+ 0xc8, 0x48, 0xc8, 0x88, 0xa8, 0x78, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x28, 0x4b, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x08, 0xf8, 0xf8, 0x08, -+ 0xf8, 0xf8, 0x90, 0x60, 0xb0, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x2f, 0x29, 0x2f, 0x2f, 0x20, -+ 0x2f, 0x29, 0x2f, 0x2f, 0x29, 0x4b, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x28, 0x24, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x70, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3f, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x2f, 0x21, 0x3f, 0x27, 0x24, -+ 0x27, 0x23, 0x2d, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0x08, 0xf8, 0xc8, 0x48, -+ 0xe8, 0xa8, 0x48, 0x28, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x12, 0x7e, 0x12, 0x12, 0x12, -+ 0x16, 0x1b, 0x62, 0x02, 0x02, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x20, 0xfc, 0xd0, 0x30, 0xc8, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x0d, 0x71, 0x1f, 0x11, -+ 0x1f, 0x11, 0x1f, 0x11, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x14, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x01, 0x7f, 0x04, 0x0e, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0x00, 0xfc, 0x40, 0x80, 0xc0, 0x30, 0x00, 0x00, -+ 0x00, 0x78, 0x0b, 0x10, 0x10, 0x3d, 0x05, 0x25, -+ 0x25, 0x15, 0x1b, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0x1c, 0xe0, 0x20, 0x20, 0x20, 0x38, 0x20, -+ 0x20, 0x20, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x11, 0x2a, 0x46, 0x04, 0x18, -+ 0x61, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0xb0, 0x84, 0x7c, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x11, 0x12, 0x1f, 0x12, -+ 0x33, 0x52, 0x13, 0x12, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x50, 0x48, 0xfc, 0x48, -+ 0xf8, 0x48, 0xf8, 0x48, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x11, 0x13, 0x10, 0x1f, -+ 0x71, 0x11, 0x12, 0x14, 0x18, 0x33, 0x00, 0x00, -+ 0x08, 0x30, 0xc8, 0x48, 0x10, 0xf8, 0x80, 0xfc, -+ 0x00, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x09, 0x41, 0x21, 0x22, 0x02, 0x17, -+ 0x12, 0x12, 0x22, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0xe0, 0x20, 0x20, 0x20, 0x10, 0x10, 0x08, 0xf4, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x44, 0x2f, 0x20, 0x03, 0x12, -+ 0x13, 0x12, 0x23, 0x20, 0x43, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xfc, 0x40, 0xf8, 0x48, -+ 0xf8, 0x48, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x13, 0x02, 0x0c, 0x31, 0x01, -+ 0x11, 0x13, 0x22, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x00, 0xc0, 0x30, 0x08, 0x10, -+ 0x10, 0x20, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x0a, 0x2b, 0x2c, 0x29, 0x49, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x10, 0x20, 0x78, 0x48, -+ 0x48, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x17, 0x36, 0x3a, 0x33, 0x52, -+ 0x18, 0x17, 0x24, 0x20, 0x47, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0x48, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x0f, 0x78, 0x0b, 0x1a, -+ 0x6a, 0x0b, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xe4, 0x28, 0xb0, 0xa0, -+ 0xa4, 0x9c, 0x90, 0x48, 0x44, 0x04, 0x00, 0x00, -+ 0x08, 0x4b, 0x30, 0x17, 0x30, 0x49, 0x09, 0x19, -+ 0x28, 0x4f, 0x09, 0x09, 0x31, 0x16, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0xc8, 0x48, 0x30, 0x10, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x14, 0x65, 0x18, 0x1b, 0x24, 0x7c, -+ 0x13, 0x38, 0x37, 0x34, 0x53, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xfc, 0x40, 0xe4, -+ 0x68, 0xb0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x14, 0x7f, 0x55, 0x7f, 0x55, 0x7f, 0x00, 0x7f, -+ 0x3e, 0x22, 0x3e, 0x24, 0x1e, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x78, 0x90, 0x20, 0xf8, 0xa8, 0xa8, -+ 0xf8, 0x88, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x1e, 0x12, -+ 0x22, 0x54, 0x0c, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x88, 0x88, -+ 0x88, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x21, 0x27, 0x3f, 0x24, -+ 0x27, 0x23, 0x2e, 0x22, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x08, 0xc8, 0xf8, 0x48, -+ 0xe8, 0xa8, 0x48, 0x28, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x23, 0x10, 0x17, 0x00, 0x03, 0x72, 0x13, -+ 0x10, 0x11, 0x1e, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x00, 0xf8, 0x08, 0xf8, -+ 0x88, 0xd0, 0xb0, 0x88, 0x80, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x70, 0x10, 0x90, 0x90, 0x88, 0x08, 0x04, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x1f, 0x72, 0x0c, 0x1a, 0x6f, 0x0b, 0x0f, -+ 0x0f, 0x08, 0x0f, 0x15, 0x25, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xb0, 0x84, 0xfc, 0xc0, 0xc0, -+ 0xf8, 0x00, 0xf8, 0x48, 0x28, 0x30, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x12, 0x7f, 0x15, 0x11, 0x10, -+ 0x17, 0x1a, 0x62, 0x02, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x0f, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x42, 0x0c, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x50, 0x50, 0x88, 0x44, 0x20, -+ 0x20, 0x00, 0x40, 0x20, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x40, 0x27, 0x20, 0x00, 0x09, -+ 0x09, 0x08, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0xfc, 0x80, 0x80, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x08, 0x2b, 0x2a, 0x3e, 0x2b, 0x4a, 0x0a, 0x3f, -+ 0x08, 0x0b, 0x0c, 0x18, 0x61, 0x06, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x24, 0x24, 0x24, 0x27, -+ 0x24, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, 0xc8, -+ 0x48, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x11, 0x11, 0x11, -+ 0x7f, 0x03, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, -+ 0xfc, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x02, 0x1f, 0x19, 0x15, 0x15, 0x1f, 0x13, -+ 0x15, 0x19, 0x7f, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x50, 0x50, 0x90, 0xf0, 0x90, -+ 0x50, 0x30, 0xfc, 0x80, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x10, 0x27, 0x44, 0x08, 0x08, 0x1b, -+ 0x28, 0x48, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x11, 0x11, 0x15, -+ 0x15, 0x15, 0x29, 0x29, 0x41, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0x40, 0x20, 0x20, 0x08, -+ 0x04, 0x04, 0x04, 0x10, 0x10, 0xf0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x13, 0x12, 0x7e, 0x13, 0x12, 0x12, 0x1f, -+ 0x72, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x44, 0x44, 0x44, 0x7c, 0x47, 0x44, -+ 0x44, 0x7c, 0x44, 0x40, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x17, 0x10, 0x3b, 0x36, -+ 0x37, 0x52, 0x53, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0xa0, 0xa0, 0xf8, 0xa0, 0xfc, 0x40, 0xf8, 0x48, -+ 0xf8, 0x48, 0xf8, 0xa0, 0x10, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x22, 0x32, 0x2b, 0x24, 0x26, -+ 0x2a, 0x29, 0x31, 0x20, 0x3f, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x22, 0x32, 0x2a, 0x25, 0x24, -+ 0x2a, 0x2a, 0x30, 0x20, 0x3e, 0x23, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x54, 0x94, 0x0c, 0xf8, -+ 0x48, 0x50, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x1f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x05, 0x04, 0x19, 0x61, 0x02, 0x3f, 0x00, 0x7f, -+ 0x22, 0x12, 0x06, 0x1a, 0x63, 0x06, 0x00, 0x00, -+ 0xe0, 0x20, 0x10, 0xcc, 0x60, 0x90, 0x00, 0xf8, -+ 0x88, 0x48, 0x18, 0x68, 0x88, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7f, 0x0a, 0x0b, 0x16, 0x1b, -+ 0x36, 0x57, 0x10, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x58, 0xe8, 0xf8, 0xe8, 0x58, -+ 0x48, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x12, 0x09, 0x3f, 0x22, 0x4f, 0x08, 0x0f, 0x0f, -+ 0x0f, 0x08, 0x0f, 0x29, 0x24, 0x40, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0xe0, -+ 0xfc, 0x00, 0xf8, 0x48, 0xa8, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x22, 0x22, 0x32, 0x2c, 0x24, -+ 0x26, 0x2a, 0x30, 0x21, 0x3f, 0x22, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x7f, 0x01, 0x1f, 0x11, -+ 0x1f, 0x11, 0x1f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x24, 0x24, 0x3f, 0x21, 0x29, -+ 0x29, 0x29, 0x2f, 0x28, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0xf8, 0x08, 0x28, -+ 0x28, 0x28, 0xe8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x43, 0x22, 0x22, 0x02, 0x0a, -+ 0x0b, 0x0a, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x34, 0x08, 0x18, -+ 0x65, 0x0d, 0x14, 0x64, 0x05, 0x1a, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x20, 0x28, 0xa8, 0xb0, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x17, 0x10, 0x31, 0x51, 0x11, -+ 0x11, 0x11, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0xa0, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x48, 0x24, 0x14, 0xf0, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x11, 0x12, -+ 0x1f, 0x10, 0x27, 0x20, 0x5f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, 0x40, 0x30, -+ 0xc8, 0x80, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x17, 0x38, 0x35, 0x35, 0x51, -+ 0x11, 0x11, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x48, 0x24, 0x14, 0xf0, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x3c, 0x25, 0x25, 0x3d, -+ 0x25, 0x25, 0x24, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x20, 0xfc, 0x90, 0xfc, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0xa8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x13, 0x12, 0x3a, 0x37, -+ 0x36, 0x52, 0x53, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x08, 0x08, 0x28, 0x28, 0x3e, 0x29, 0x28, 0x48, -+ 0x0e, 0x78, 0x08, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x01, 0x02, 0x04, 0x08, -+ 0x10, 0x20, 0x20, 0x20, 0x1f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0x08, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x11, 0x12, 0x34, 0x5f, 0x14, -+ 0x17, 0x14, 0x17, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x40, 0xa0, 0x98, 0xf4, 0x90, -+ 0xf0, 0x90, 0xf0, 0x94, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x24, 0x44, 0x7f, 0x04, 0x27, -+ 0x24, 0x24, 0x27, 0x3c, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x48, 0xc8, 0x48, 0x48, -+ 0x48, 0x48, 0x70, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x12, 0x1c, 0x1f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xd0, 0x30, 0xf0, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x02, 0x10, -+ 0x17, 0x15, 0x25, 0x25, 0x4f, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xf8, 0x28, 0x28, 0x28, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x1b, 0x72, 0x11, 0x11, 0x7c, 0x11, 0x18, -+ 0x35, 0x34, 0x52, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x10, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xa8, 0x84, 0x94, 0x70, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x08, 0x04, 0x7f, 0x00, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x20, 0x40, 0xfc, 0x00, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x80, 0x40, 0x20, 0x10, -+ 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x08, 0x08, 0x18, 0x28, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x88, 0x88, 0x90, 0xa0, 0xc0, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x52, 0x12, -+ 0x12, 0x12, 0x14, 0x14, 0x19, 0x16, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x13, 0x32, 0x52, 0x12, -+ 0x13, 0x12, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xc8, 0x48, 0x48, 0x48, -+ 0xc8, 0x48, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x0a, 0x0a, 0x0a, 0x1f, 0x12, 0x32, 0x52, 0x12, -+ 0x12, 0x12, 0x14, 0x14, 0x19, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x38, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0x00, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x10, 0x33, 0x52, 0x12, -+ 0x12, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x13, 0x10, 0x30, 0x57, 0x10, -+ 0x10, 0x13, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7f, 0x09, 0x09, 0x09, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7c, 0x44, 0x44, 0x44, 0x44, -+ 0x44, 0x44, 0x44, 0x7c, 0x44, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x00, 0x1f, 0x11, 0x11, 0x11, -+ 0x1f, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x04, 0x7f, 0x04, 0x3f, 0x09, 0x33, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xe0, 0x20, 0xe0, -+ 0x40, 0xfc, 0x00, 0x78, 0x48, 0x78, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x0f, 0x08, 0x0f, 0x0f, 0x08, -+ 0x0f, 0x07, 0x3c, 0x03, 0x06, 0x78, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x40, 0x80, 0xe0, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x12, 0x7f, 0x24, 0x24, 0x27, -+ 0x78, 0x4b, 0x0c, 0x17, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xfc, 0x40, 0xe4, 0x68, -+ 0xb0, 0x70, 0xa8, 0x24, 0x20, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x7f, 0x02, 0x0d, 0x33, -+ 0x0d, 0x32, 0x04, 0x18, 0x60, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf8, 0x00, 0x48, 0xc8, -+ 0xb0, 0xa0, 0x90, 0x88, 0x84, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x2f, 0x42, 0x0f, 0x08, 0x0f, 0x0f, -+ 0x0f, 0x7f, 0x0f, 0x72, 0x04, 0x19, 0x00, 0x00, -+ 0x00, 0xfc, 0xe8, 0x00, 0xe0, 0x20, 0xe0, 0xe0, -+ 0xe0, 0xfc, 0xe0, 0x5c, 0x40, 0x80, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x08, 0x09, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2b, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x90, 0x50, 0x50, 0x10, 0x90, 0x90, 0x1c, -+ 0x70, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x07, 0x74, 0x54, 0x57, 0x54, 0x74, 0x57, -+ 0x54, 0x54, 0x77, 0x54, 0x44, 0x04, 0x00, 0x00, -+ 0x00, 0xb8, 0x88, 0x88, 0xb8, 0x88, 0x00, 0x78, -+ 0x48, 0x28, 0x30, 0x10, 0x28, 0xc4, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x1f, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x7e, 0x12, 0x12, 0x22, 0x4d, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x3a, 0x2a, 0x3a, 0x03, 0x7f, -+ 0x02, 0x3a, 0x2a, 0x3a, 0x2b, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x40, 0x23, 0x22, 0x02, 0x02, -+ 0x0b, 0x0a, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xc8, 0x48, 0x48, 0x48, -+ 0xc8, 0x48, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x11, 0x11, 0x11, 0x21, 0x22, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x08, 0x10, 0x20, 0x80, 0x80, -+ 0x40, 0x40, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x7c, 0x10, 0x11, 0x11, 0x7d, 0x11, -+ 0x11, 0x11, 0x1c, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xe8, 0x28, 0x28, 0x28, -+ 0xe8, 0x28, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x09, 0x13, 0x1a, -+ 0x36, 0x56, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x70, 0x50, 0x50, 0xf8, 0x08, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x03, -+ 0x05, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x80, -+ 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x18, 0x73, 0x12, 0x17, 0x7c, 0x10, 0x3b, -+ 0x34, 0x57, 0x50, 0x13, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf8, 0x40, 0xe4, 0x68, -+ 0xb0, 0x70, 0xa8, 0x24, 0x20, 0xc0, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x21, 0x2f, 0x21, -+ 0x27, 0x24, 0x27, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0xf8, 0x08, 0xe8, 0x08, -+ 0xc8, 0x48, 0xc8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x04, 0x08, 0x08, -+ 0x18, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x80, 0x88, 0x90, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x7f, 0x00, 0x1f, -+ 0x11, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x14, 0x10, 0x7e, 0x12, -+ 0x12, 0x12, 0x12, 0x22, 0x22, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xf8, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x0b, 0x10, 0x13, -+ 0x32, 0x52, 0x13, 0x12, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x10, 0xd0, -+ 0x50, 0x50, 0xd0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x09, 0x7f, 0x09, -+ 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x20, 0xfc, 0x20, -+ 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x55, 0x55, 0x7d, -+ 0x51, 0x19, 0x15, 0x1d, 0x65, 0x01, 0x00, 0x00, -+ 0x00, 0xd8, 0x48, 0x48, 0xd8, 0x08, 0x00, 0xf8, -+ 0x28, 0x28, 0xd0, 0x10, 0x28, 0x44, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x01, 0x3d, 0x01, 0x3c, -+ 0x03, 0x3c, 0x25, 0x26, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x49, 0x4b, 0x49, 0x4f, 0x49, -+ 0x4b, 0x78, 0x4f, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xf8, 0x50, 0xfc, 0x50, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x18, 0x68, 0x08, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x80, 0x8c, 0xf0, 0x84, 0x7c, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x02, 0x22, 0x12, 0x1f, 0x02, 0x02, 0x72, 0x12, -+ 0x14, 0x14, 0x18, 0x1b, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0x00, 0x38, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xb8, 0x28, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x12, 0x02, 0x07, 0x74, 0x15, -+ 0x15, 0x15, 0x15, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x90, 0xf8, 0x08, 0xe8, -+ 0x28, 0xe8, 0x28, 0x18, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x01, 0x3e, -+ 0x22, 0x3e, 0x3d, 0x20, 0x3c, 0x21, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x00, 0xf8, -+ 0x08, 0xf8, 0xf8, 0x50, 0x70, 0x8c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x01, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x88, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x0f, 0x11, 0x11, 0x3f, 0x51, 0x11, -+ 0x11, 0x13, 0x1d, 0x11, 0x13, 0x11, 0x00, 0x00, -+ 0x60, 0xa8, 0x24, 0x24, 0x20, 0xfc, 0x20, 0xa8, -+ 0x28, 0x10, 0x10, 0x34, 0x4c, 0x04, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x10, 0x54, 0x57, 0x54, 0x54, -+ 0x54, 0x55, 0x7e, 0x44, 0x40, 0x01, 0x00, 0x00, -+ 0x60, 0xa8, 0xa4, 0xa4, 0xa0, 0xfc, 0xa4, 0xa8, -+ 0xd8, 0x90, 0xb0, 0xcc, 0x8c, 0x84, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x08, 0x7f, 0x08, 0x08, -+ 0x0e, 0x78, 0x08, 0x08, 0x0b, 0x18, 0x00, 0x00, -+ 0x80, 0x90, 0x88, 0x88, 0x80, 0xfc, 0x88, 0x88, -+ 0x50, 0x50, 0x24, 0xd4, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x08, 0x7f, 0x00, -+ 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x40, 0x40, 0x40, 0x40, 0xfc, 0xc0, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x2f, 0x29, 0x29, 0x2f, -+ 0x29, 0x29, 0x2f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xe8, 0x28, 0x28, 0xe8, -+ 0x28, 0x28, 0xe8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x3f, 0x21, 0x21, 0x21, -+ 0x3f, 0x24, 0x24, 0x3f, 0x21, 0x02, 0x00, 0x00, -+ 0x20, 0xa0, 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, -+ 0x50, 0x50, 0x90, 0x88, 0x08, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x08, 0x08, 0x7f, -+ 0x00, 0x01, 0x06, 0x18, 0x60, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x40, 0x40, 0xfc, -+ 0xc0, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x54, 0x57, 0x54, 0x7c, -+ 0x50, 0x1b, 0x14, 0x1e, 0x60, 0x01, 0x00, 0x00, -+ 0x60, 0xb0, 0xa8, 0xa8, 0xa0, 0xfc, 0xa0, 0xa8, -+ 0xe8, 0xb0, 0x90, 0xb4, 0xcc, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x12, 0x16, 0x2f, 0x48, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x24, 0x24, 0x25, 0x7e, 0x0c, 0x0c, -+ 0x14, 0x14, 0x24, 0x44, 0x04, 0x0c, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0xfc, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0xfc, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x17, 0x1a, 0x28, 0x7f, 0x24, 0x3c, -+ 0x24, 0x3f, 0x28, 0x24, 0x3e, 0x61, 0x00, 0x00, -+ 0x20, 0x68, 0xa4, 0xa4, 0xa0, 0xfc, 0xa0, 0xa8, -+ 0xe8, 0x90, 0x94, 0xac, 0xcc, 0x84, 0x00, 0x00, -+ 0x08, 0x7e, 0x12, 0x12, 0x26, 0x5f, 0x11, 0x1f, -+ 0x1f, 0x11, 0x1f, 0x2a, 0x25, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf0, 0x00, 0xe0, -+ 0xe0, 0x00, 0xf8, 0x48, 0x28, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x64, 0x04, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0x4c, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x67, 0x00, 0x00, -+ 0x3f, 0x02, 0x02, 0x04, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0xcc, 0x00, 0x00, -+ 0xf8, 0x40, 0x20, 0xf0, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x48, 0x3f, 0x2a, 0x2a, 0x3f, -+ 0x2a, 0x3f, 0x22, 0x22, 0x22, 0x46, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x88, 0x30, 0xa0, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x27, 0x24, 0x24, 0x24, -+ 0x24, 0x27, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x48, 0x48, 0x48, -+ 0x48, 0xc8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, -+ 0x10, 0x1d, 0x61, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xc8, -+ 0xd0, 0x50, 0x68, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x17, 0x10, 0x13, 0x7e, 0x12, 0x13, 0x10, -+ 0x17, 0x18, 0x63, 0x0d, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xa8, 0xa8, 0xf8, 0x40, -+ 0xfc, 0xc8, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x0a, 0x12, 0x12, 0x3a, 0x0a, -+ 0x4a, 0x2a, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x13, 0x38, 0x34, 0x34, 0x53, -+ 0x10, 0x10, 0x10, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xfc, -+ 0x60, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x10, 0x38, 0x37, 0x34, 0x50, -+ 0x13, 0x10, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0xa0, 0xc0, 0x30, 0x4c, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x1a, 0x35, 0x35, 0x31, 0x57, -+ 0x12, 0x12, 0x17, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x50, 0x50, 0xfc, -+ 0x50, 0x50, 0xfc, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x12, 0x3a, 0x36, 0x36, 0x52, -+ 0x13, 0x12, 0x12, 0x14, 0x1b, 0x1c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x20, 0x28, 0xa8, 0xb0, 0xa0, -+ 0x20, 0x20, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x36, 0x36, 0x33, 0x50, -+ 0x17, 0x10, 0x13, 0x1d, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xa8, 0xa8, 0xf8, 0x40, -+ 0xfc, 0xc8, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x12, 0x12, 0x12, -+ 0x7f, 0x12, 0x12, 0x22, 0x22, 0x41, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x88, 0x88, 0x50, -+ 0xd0, 0x20, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x13, 0x12, 0x10, 0x1f, -+ 0x70, 0x10, 0x10, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0xf8, -+ 0x88, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7c, 0x04, 0x04, 0x05, 0x7d, 0x46, 0x40, -+ 0x40, 0x44, 0x44, 0x3c, 0x03, 0x0c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 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, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x10, 0x3e, 0x2b, 0x3e, 0x2a, 0x3e, 0x2d, -+ 0x0d, 0x0d, 0x16, 0x17, 0x24, 0x43, 0x00, 0x00, -+ 0x90, 0x50, 0x50, 0x10, 0x90, 0x90, 0x1c, 0xf0, -+ 0x10, 0x10, 0x90, 0xd4, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4a, 0x4d, 0x49, 0x79, 0x4f, -+ 0x4a, 0x4a, 0x7b, 0x4a, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x50, 0x50, 0xfc, -+ 0x50, 0x50, 0xfc, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x12, 0x3a, 0x36, -+ 0x37, 0x52, 0x52, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0xa8, 0xa8, 0xa8, -+ 0xf0, 0x90, 0x94, 0xac, 0x4c, 0x84, 0x00, 0x00, -+ 0x11, 0x09, 0x0b, 0x42, 0x25, 0x21, 0x01, 0x1f, -+ 0x12, 0x12, 0x27, 0x24, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x50, 0x50, 0xfc, -+ 0x50, 0x50, 0xfc, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x12, 0x12, 0x14, -+ 0x10, 0x11, 0x21, 0x22, 0x4c, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x80, 0x88, 0x88, 0x90, 0xa0, -+ 0x80, 0x40, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x11, 0x02, -+ 0x0c, 0x74, 0x04, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x80, -+ 0x60, 0x5c, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x10, 0x10, 0x1d, 0x62, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x80, 0x98, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0d, 0x12, 0x7e, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x74, 0x00, 0x00, -+ 0xfc, 0x40, 0x50, 0x98, 0xe4, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x02, 0x04, 0x1c, -+ 0x64, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x80, 0x40, 0x70, -+ 0x4c, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x1d, 0x28, 0x7e, 0x2b, 0x3e, 0x2b, 0x3f, -+ 0x23, 0x5f, 0x11, 0x1f, 0x01, 0x3f, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x98, 0xa0, 0xf8, 0x20, 0xfc, -+ 0x20, 0xf0, 0x10, 0xf0, 0xf0, 0x08, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x2f, -+ 0x22, 0x3f, 0x22, 0x24, 0x28, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xe8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x01, 0x3d, 0x25, 0x29, 0x31, 0x29, 0x26, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x20, 0x24, 0xf8, 0x20, 0x24, 0xbc, 0x40, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x10, 0x1f, -+ 0x10, 0x10, 0x1f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0xf0, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x08, 0x2a, 0x2a, 0x3e, 0x00, 0x7e, 0x00, 0x3e, -+ 0x22, 0x3e, 0x24, 0x14, 0x1f, 0x62, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x10, 0x15, 0x64, 0x18, 0x0a, -+ 0x12, 0x24, 0x0c, 0x12, 0x21, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0f, 0x09, 0x11, 0x19, 0x26, -+ 0x42, 0x04, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xc0, 0x40, 0x60, 0x58, -+ 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x48, 0x4a, 0x49, 0x48, 0x48, -+ 0x48, 0x7b, 0x48, 0x40, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x48, 0x90, 0xa0, 0x48, -+ 0x90, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x3f, 0x21, 0x5f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x00, 0xf0, 0x00, 0xfc, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x11, 0x1f, 0x00, 0x1f, 0x10, 0x17, 0x10, -+ 0x1f, 0x10, 0x27, 0x20, 0x5f, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0xf0, 0x00, 0xfc, 0x80, 0xf0, 0x80, -+ 0xf8, 0x80, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x15, 0x3f, 0x3d, 0x35, 0x57, -+ 0x15, 0x14, 0x15, 0x16, 0x1c, 0x11, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x50, 0x50, 0x50, 0xfc, 0x10, -+ 0x30, 0xb0, 0xd0, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x7d, 0x17, 0x15, 0x3d, 0x37, -+ 0x36, 0x55, 0x55, 0x16, 0x1c, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x50, 0x50, 0x50, 0xfc, 0x30, -+ 0x30, 0x30, 0xd0, 0xd4, 0x94, 0x0c, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x22, 0x03, 0x02, -+ 0x12, 0x12, 0x24, 0x24, 0x4b, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7d, 0x11, 0x11, 0x11, 0x3d, 0x24, 0x65, -+ 0x24, 0x27, 0x3d, 0x20, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x10, 0xfc, 0x10, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x1f, 0x01, 0x7f, 0x02, 0x3f, -+ 0x00, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x00, 0xfc, 0x40, 0xf0, -+ 0x08, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x27, 0x49, 0x09, 0x17, 0x11, 0x31, -+ 0x57, 0x11, 0x11, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x00, 0x3c, 0xc0, 0x00, 0x00, 0xfc, 0x08, 0x08, -+ 0xc8, 0x08, 0x08, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x00, 0x3d, 0x00, 0x3c, -+ 0x00, 0x3c, 0x25, 0x24, 0x3d, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x50, 0x90, 0xa0, 0x68, -+ 0x48, 0x90, 0x30, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x20, 0xa8, 0xa8, 0xf8, 0x00, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x2e, 0x2a, 0x7f, 0x42, 0x7e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x27, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x40, 0x50, 0x90, 0xa0, 0x68, -+ 0x48, 0x90, 0x30, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x22, 0x02, 0x0b, -+ 0x08, 0x0b, 0x10, 0x10, 0x27, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x3e, 0x2a, 0x3e, 0x27, 0x41, -+ 0x7f, 0x05, 0x1f, 0x67, 0x04, 0x07, 0x00, 0x00, -+ 0x70, 0x54, 0x9c, 0xf0, 0x50, 0x70, 0xcc, 0x00, -+ 0xfc, 0x40, 0xf0, 0xcc, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2b, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0e, 0x73, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x17, 0x10, 0x11, 0x7d, 0x11, 0x11, 0x11, -+ 0x15, 0x19, 0x61, 0x00, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x18, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xfc, 0x24, -+ 0x24, 0x24, 0x24, 0x2c, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0b, 0x0f, 0x72, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xfc, 0xa0, 0xa0, 0xbc, -+ 0xa4, 0xa4, 0x44, 0x44, 0x84, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5e, 0x08, 0x7e, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x48, 0x48, 0xc8, -+ 0xa8, 0xd8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x3f, 0x09, 0x7f, 0x09, 0x3f, 0x3f, 0x7f, -+ 0x3f, 0x29, 0x3f, 0x3f, 0x07, 0x78, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0xc8, 0x48, 0x48, 0x48, 0xc8, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x52, 0x52, 0x5f, 0x55, 0x55, -+ 0x5d, 0x7d, 0x55, 0x49, 0x09, 0x13, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0x10, 0xfc, 0x28, 0x68, -+ 0xec, 0xac, 0x6c, 0x48, 0x48, 0x98, 0x00, 0x00, -+ 0x02, 0x02, 0x07, 0x0c, 0x12, 0x21, 0x03, 0x0c, -+ 0x7f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x20, 0x40, 0x80, 0x40, 0x30, -+ 0xec, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x10, 0x17, 0x14, 0x17, -+ 0x10, 0x17, 0x21, 0x2f, 0x41, 0x03, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xfc, 0x24, 0xa8, 0xb0, 0xa8, -+ 0x24, 0xa4, 0xa4, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x1d, -+ 0x71, 0x11, 0x12, 0x12, 0x17, 0x38, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x50, 0x48, 0x7c, 0x84, 0x04, 0x00, 0x00, -+ 0x12, 0x11, 0x13, 0x7e, 0x15, 0x11, 0x11, 0x1d, -+ 0x71, 0x11, 0x11, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x88, 0x50, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x09, 0x18, 0x1c, 0x1a, -+ 0x2b, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x50, 0x20, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x09, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x29, 0x48, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x48, 0x88, 0x50, 0x20, -+ 0x48, 0x90, 0x30, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x00, 0x3f, 0x22, -+ 0x5c, 0x14, 0x14, 0x16, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x54, 0x54, 0x8c, 0x00, 0xf8, -+ 0x88, 0x50, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x09, 0x4f, 0x31, 0x11, 0x33, 0x4d, 0x09, 0x19, -+ 0x29, 0x4b, 0x08, 0x08, 0x30, 0x17, 0x00, 0x00, -+ 0x10, 0xfc, 0x30, 0xfc, 0x20, 0xf8, 0xf8, 0x20, -+ 0xfc, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x11, 0x12, 0x3c, 0x25, 0x67, -+ 0x25, 0x25, 0x3d, 0x25, 0x21, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x90, 0xa0, 0xfc, 0x20, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x0b, 0x70, 0x11, 0x13, 0x7d, 0x11, 0x19, -+ 0x35, 0x37, 0x50, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x90, 0xfc, 0xb0, 0xfc, 0x20, 0xf8, 0xf8, 0x20, -+ 0xfc, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x12, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x02, 0x07, 0x18, 0x61, 0x1f, 0x11, 0x1f, 0x11, -+ 0x11, 0x1f, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xe0, 0x80, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x08, 0x7f, 0x14, 0x36, -+ 0x35, 0x55, 0x16, 0x24, 0x24, 0x4d, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x50, 0xd0, -+ 0xd8, 0x54, 0x54, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x09, 0x3e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x50, 0x88, 0x94, 0x90, -+ 0x50, 0x60, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x00, 0x1f, 0x11, 0x1f, 0x00, 0x3f, -+ 0x02, 0x07, 0x7c, 0x04, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x23, 0x2e, -+ 0x21, 0x22, 0x3f, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xc8, 0x48, -+ 0x88, 0xc8, 0xf8, 0x48, 0xc8, 0x58, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x29, 0x29, 0x31, 0x28, 0x27, -+ 0x26, 0x27, 0x3a, 0x22, 0x22, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0xa8, 0x38, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x07, 0x01, 0x1f, 0x11, -+ 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xc0, 0x00, 0xf0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x3f, 0x20, 0x4f, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x40, 0x80, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x7f, -+ 0x01, 0x11, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x20, 0xc0, 0x00, 0x00, 0xf8, 0x40, 0x40, 0xfc, -+ 0x00, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x22, 0x17, 0x14, 0x07, 0x1c, 0x67, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x08, 0xc8, 0x50, 0xe0, 0x58, 0xc4, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x3f, 0x29, 0x4e, 0x12, 0x34, 0x0c, -+ 0x12, 0x3f, 0x52, 0x12, 0x1e, 0x13, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x77, 0x55, 0x55, 0x77, 0x00, 0x3e, 0x00, -+ 0x7f, 0x10, 0x1e, 0x22, 0x02, 0x0f, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x79, 0x11, 0x17, 0x19, 0x11, -+ 0x37, 0x51, 0x11, 0x11, 0x1e, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0xd0, 0x10, 0x10, 0xf8, 0x14, 0x14, -+ 0xf0, 0x10, 0x10, 0xd0, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x18, 0x25, 0x45, 0x01, 0x3f, -+ 0x00, 0x08, 0x04, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x10, 0x00, 0xf8, -+ 0x20, 0x20, 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x3a, 0x37, -+ 0x34, 0x53, 0x50, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xe8, 0x50, 0xd0, 0xa8, 0xc4, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x7d, 0x11, 0x19, 0x35, 0x37, -+ 0x31, 0x51, 0x51, 0x11, 0x11, 0x17, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x50, 0xf0, 0x50, 0xf0, 0xf8, -+ 0xf0, 0x50, 0xf0, 0x50, 0xf0, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x0a, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf0, 0x40, 0xf8, -+ 0x40, 0xfc, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3f, 0x05, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x30, 0xd0, 0x90, 0x94, 0xb4, 0xf4, 0xb8, 0xd0, -+ 0xf0, 0xa8, 0xa8, 0xc8, 0xc4, 0x84, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x01, 0x13, -+ 0x16, 0x2a, 0x25, 0x45, 0x48, 0x40, 0x00, 0x00, -+ 0x80, 0x38, 0x08, 0xb8, 0x08, 0xf8, 0x00, 0xfc, -+ 0x24, 0x94, 0x54, 0x44, 0x04, 0x18, 0x00, 0x00, -+ 0x08, 0x7f, 0x49, 0x7f, 0x08, 0x3e, 0x08, 0x7f, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4b, 0x4a, 0x4b, 0x48, 0x49, -+ 0x4e, 0x7b, 0x4a, 0x42, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x80, 0xf8, -+ 0x68, 0x88, 0x08, 0x28, 0xe8, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x18, 0x35, 0x37, 0x34, 0x50, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x17, 0x10, 0x1c, -+ 0x73, 0x12, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x40, 0x20, 0x27, 0x00, 0x10, -+ 0x13, 0x12, 0x22, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x01, 0x13, -+ 0x16, 0x1b, 0x22, 0x22, 0x41, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x48, 0x88, 0x08, 0x28, 0xe8, 0x30, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x27, 0x04, 0x17, -+ 0x1a, 0x13, 0x22, 0x23, 0x42, 0x42, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x90, 0xfc, 0x04, 0xf8, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x07, 0x18, 0x6f, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0xf8, 0xc8, 0x08, 0x48, 0xc8, 0x70, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x0b, 0x14, 0x19, -+ 0x37, 0x55, 0x11, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x80, 0xf8, -+ 0x28, 0xc8, 0x08, 0x28, 0xe8, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x09, 0x3f, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x24, 0xf8, 0x20, 0xf8, 0x20, -+ 0xfc, 0x00, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x08, -+ 0x0f, 0x08, 0x08, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x20, -+ 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x1f, 0x25, 0x7f, 0x2b, 0x3f, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x44, 0xf4, 0x28, 0xe8, 0x54, 0xe4, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x48, 0x4f, 0x48, 0x48, -+ 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x7e, 0x08, 0x1c, 0x1a, 0x1b, -+ 0x29, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0x40, 0x64, 0xa4, 0xa8, -+ 0xb0, 0xa0, 0xa0, 0xa4, 0xa4, 0x9c, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7d, 0x13, 0x19, 0x37, 0x35, -+ 0x33, 0x50, 0x57, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xf8, 0x50, 0xfc, 0x50, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1d, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x88, 0xe8, 0x28, 0x28, 0xe8, -+ 0xb0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x1a, 0x1f, 0x1a, -+ 0x2a, 0x28, 0x49, 0x0a, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0x20, 0x20, 0xfc, 0x60, -+ 0x70, 0xb0, 0x28, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x09, 0x37, 0x24, 0x27, 0x24, 0x37, 0x20, -+ 0x04, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x80, 0x00, 0xf8, 0x48, 0xc8, 0x48, 0xd8, 0x08, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x3f, 0x2d, 0x77, 0x3f, 0x0f, 0x0f, 0x09, -+ 0x0f, 0x1f, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0xf8, 0xe0, 0xe0, 0x20, -+ 0xe0, 0xf0, 0xf0, 0x14, 0xf4, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x10, 0x0f, 0x48, 0x23, -+ 0x2a, 0x0b, 0x12, 0x13, 0x22, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0x48, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0x48, 0xf8, 0x48, 0x58, 0x00, 0x00, -+ 0x02, 0x0c, 0x32, 0x01, 0x02, 0x0c, 0x7f, 0x01, -+ 0x1f, 0x09, 0x05, 0x05, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x30, 0x48, 0x80, 0xc0, 0x30, 0xec, 0x00, -+ 0xf0, 0x20, 0x20, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x10, 0x1b, 0x24, 0x27, 0x78, 0x13, 0x7c, -+ 0x13, 0x54, 0x39, 0x32, 0x1c, 0x60, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xfc, 0xa8, -+ 0xf8, 0xa8, 0xb0, 0xa8, 0xa4, 0xa0, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x4f, 0x4b, 0x4a, 0x4a, -+ 0x4b, 0x7a, 0x4b, 0x42, 0x03, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0xfc, 0x58, 0xd8, 0xe8, -+ 0xf8, 0xe8, 0x58, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7c, 0x55, 0x55, 0x7d, 0x55, 0x55, 0x7d, -+ 0x55, 0x11, 0x11, 0x12, 0x12, 0x14, 0x00, 0x00, -+ 0x20, 0x40, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x04, 0x03, 0x7f, -+ 0x01, 0x03, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0xc0, 0x00, 0xfc, -+ 0x18, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x3f, 0x20, 0x7f, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0x08, 0xf8, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x71, 0x19, 0x15, 0x75, 0x41, 0x4f, 0x71, -+ 0x53, 0x13, 0x15, 0x19, 0x11, 0x61, 0x00, 0x00, -+ 0x00, 0x38, 0x48, 0x48, 0xb8, 0x20, 0xe0, 0x38, -+ 0xa8, 0x48, 0x48, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x22, 0x12, 0x0c, 0x04, 0x06, -+ 0x0a, 0x09, 0x11, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x02, 0x22, 0x12, -+ 0x0c, 0x04, 0x0c, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x08, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x04, 0x07, 0x04, 0x04, 0x06, -+ 0x09, 0x09, 0x08, 0x09, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xc0, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0xc4, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x22, 0x3e, 0x22, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0x00, 0xf8, 0x10, 0x20, -+ 0x40, 0x40, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x12, 0x33, 0x50, 0x12, -+ 0x12, 0x12, 0x12, 0x14, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x00, 0x90, -+ 0x90, 0x90, 0x90, 0x94, 0x94, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x7e, 0x00, 0x01, 0x7f, 0x14, -+ 0x14, 0x14, 0x14, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x10, 0x10, 0xfc, 0x10, 0x90, -+ 0x90, 0x10, 0x10, 0x34, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x7f, 0x04, 0x1f, 0x04, 0x7f, -+ 0x04, 0x1b, 0x60, 0x06, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0x40, 0xf0, 0x40, 0xfc, -+ 0x40, 0x30, 0x8c, 0x00, 0x80, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x08, 0x08, 0x7f, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x12, 0x12, 0x7f, 0x12, 0x1e, 0x12, 0x1e, 0x12, -+ 0x7f, 0x2c, 0x2d, 0x33, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0xc8, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x3f, 0x28, 0x5f, 0x14, 0x3f, 0x64, -+ 0x3f, 0x24, 0x3f, 0x24, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x3f, 0x02, 0x7f, 0x04, 0x1f, -+ 0x60, 0x0f, 0x08, 0x08, 0x08, 0x07, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf8, 0x80, 0xfc, 0x40, 0xf0, -+ 0x4c, 0xc0, 0x40, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x79, 0x4a, 0x4f, 0x4a, 0x4a, 0x4a, -+ 0x4b, 0x7a, 0x4f, 0x40, 0x03, 0x0c, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0xa8, 0xa8, 0xb8, -+ 0x28, 0x48, 0xfc, 0xa0, 0x18, 0x04, 0x00, 0x00, -+ 0x01, 0x17, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x17, -+ 0x12, 0x1a, 0x63, 0x02, 0x03, 0x02, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0xfc, -+ 0xa0, 0xa8, 0x18, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x04, 0x0e, 0x03, 0x1c, 0x08, -+ 0x7f, 0x12, 0x34, 0x0c, 0x1a, 0x61, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x40, 0x80, 0xc0, 0x30, 0x20, -+ 0xfc, 0x48, 0xd0, 0x30, 0x68, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x4f, 0x00, 0x00, 0x7f, -+ 0x04, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xe0, 0x00, 0x00, 0xfc, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x4f, 0x08, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xe0, 0x20, 0x20, 0xe0, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x7f, 0x04, 0x0f, 0x08, 0x0f, -+ 0x0f, 0x08, 0x0f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0x40, 0xe0, 0x20, 0xe0, -+ 0xe0, 0x20, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x22, 0x3e, 0x22, -+ 0x3f, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x88, 0x04, 0xf8, 0x20, 0x20, -+ 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x0f, 0x09, 0x0f, 0x01, 0x1f, 0x11, 0x1f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xf0, 0x10, 0xf0, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x2f, 0x29, -+ 0x4f, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x90, 0x88, 0xfc, 0x88, 0x48, 0x50, 0x20, 0x54, -+ 0x8c, 0x04, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x17, 0x3a, 0x37, 0x37, 0x52, -+ 0x13, 0x13, 0x12, 0x13, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xfc, 0x50, 0xf0, 0xf8, 0x08, -+ 0xf8, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x36, 0x37, 0x33, 0x55, -+ 0x18, 0x11, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x28, 0xfc, 0x20, 0xe8, 0x28, 0xd0, 0x54, 0xec, -+ 0x84, 0x50, 0x48, 0x14, 0x14, 0xf0, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7f, 0x12, 0x12, 0x13, 0x1a, -+ 0x70, 0x17, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0xf8, 0xa8, 0xa8, 0x38, 0x58, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x04, 0x7f, 0x12, 0x1f, 0x12, -+ 0x1e, 0x13, 0x1e, 0x62, 0x02, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0xfc, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, -+ 0x88, 0xf8, 0x88, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x7e, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf0, 0x10, 0x10, 0xf0, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x00, 0x3f, 0x00, -+ 0x7f, 0x0c, 0x2a, 0x2a, 0x49, 0x1a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x7f, 0x14, 0x1f, 0x34, -+ 0x5f, 0x14, 0x1f, 0x14, 0x1f, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x40, 0x20, 0x20, 0x07, 0x08, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x23, 0x22, 0x03, 0x10, -+ 0x13, 0x10, 0x27, 0x20, 0x41, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x20, 0x1f, 0x19, 0x4f, 0x29, 0x2f, 0x08, 0x0b, -+ 0x1a, 0x1b, 0x2a, 0x2b, 0x4a, 0x48, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x78, 0x48, 0x78, 0x08, 0xe8, -+ 0x28, 0xe8, 0x28, 0xe8, 0x28, 0x18, 0x00, 0x00, -+ 0x11, 0x09, 0x0b, 0x42, 0x27, 0x29, 0x03, 0x12, -+ 0x17, 0x2a, 0x23, 0x42, 0x43, 0x42, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x80, 0xfc, 0x20, 0xfc, 0x20, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x13, 0x10, 0x17, 0x7d, 0x11, -+ 0x11, 0x14, 0x19, 0x66, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x00, 0xfc, 0xf0, 0x10, -+ 0xf8, 0xc8, 0xb0, 0x90, 0x8c, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x08, -+ 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, -+ 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x22, 0x3f, 0x24, 0x3f, -+ 0x20, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x80, 0x00, 0x78, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x02, 0x3f, 0x02, 0x7f, 0x04, 0x07, -+ 0x0c, 0x0f, 0x14, 0x27, 0x44, 0x07, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xf8, 0x00, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x25, 0x42, 0x3f, 0x01, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x10, 0xf8, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x45, 0x3f, 0x20, 0x4f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0xfc, 0x08, 0xe0, 0x20, -+ 0xe0, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3e, 0x22, 0x3e, 0x22, -+ 0x3f, 0x24, 0x27, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x48, 0xc8, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x17, 0x0c, 0x13, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x29, 0x4a, 0x0b, 0x00, 0x00, -+ 0x1c, 0xe4, 0xa8, 0x50, 0xfc, 0x40, 0xfc, 0x40, -+ 0x78, 0xc8, 0xb0, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x11, 0x21, 0x7f, 0x01, -+ 0x11, 0x11, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x23, 0x3e, 0x23, -+ 0x3e, 0x08, 0x7f, 0x09, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x90, 0x08, 0xfc, 0x48, 0x68, -+ 0xd8, 0xd8, 0x68, 0x68, 0x48, 0xd8, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x24, 0x3c, 0x27, 0x24, -+ 0x3c, 0x24, 0x24, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x11, 0x3d, 0x25, 0x35, 0x2d, 0x2d, 0x7f, -+ 0x24, 0x2d, 0x2d, 0x2d, 0x25, 0x4f, 0x00, 0x00, -+ 0x10, 0xf0, 0x50, 0xfc, 0x30, 0xe0, 0x5c, 0xe0, -+ 0x00, 0xf8, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x3f, 0x20, 0x4f, -+ 0x00, 0x3f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x08, 0xe0, -+ 0x00, 0xfc, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x3e, 0x48, 0x7f, 0x14, 0x3f, 0x68, -+ 0x3e, 0x28, 0x3e, 0x28, 0x3f, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x50, 0x50, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3c, 0x25, 0x26, 0x3c, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0x0f, 0x09, 0x7f, 0x12, 0x1f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xfc, 0x40, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x27, 0x15, 0x17, 0x00, 0x0f, 0x73, 0x12, -+ 0x13, 0x10, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xf8, 0x00, 0xfc, 0xf0, 0x10, -+ 0xf8, 0xc8, 0xb0, 0x88, 0x80, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x1a, 0x27, 0x26, 0x7b, 0x12, 0x7f, -+ 0x12, 0x55, 0x39, 0x31, 0x1f, 0x60, 0x00, 0x00, -+ 0x10, 0xd0, 0x90, 0xdc, 0x60, 0xc0, 0x9c, 0xc0, -+ 0x00, 0xf8, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x27, -+ 0x24, 0x27, 0x24, 0x27, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xc8, -+ 0x48, 0xc8, 0x48, 0xc8, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x21, -+ 0x2f, 0x23, 0x25, 0x29, 0x21, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x08, -+ 0xe8, 0x88, 0x48, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x24, 0x22, -+ 0x27, 0x21, 0x2f, 0x22, 0x24, 0x28, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x48, 0x88, -+ 0xc8, 0x08, 0xe8, 0x88, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x28, 0x31, 0x2a, 0x25, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x90, 0x10, 0x20, 0x78, 0x48, -+ 0x48, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x09, 0x3e, 0x22, 0x3e, 0x22, -+ 0x3e, 0x08, 0x7e, 0x09, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0xf8, 0x28, 0xfc, 0x00, 0xf8, 0x88, 0xf8, -+ 0x10, 0xf8, 0x90, 0xfc, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x1b, 0x28, 0x7e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x24, 0x26, 0x39, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0xf0, 0x90, 0x90, 0xf0, -+ 0x80, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x22, 0x7e, 0x08, 0x7e, -+ 0x08, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0xf0, 0x90, 0x90, 0xf0, -+ 0x80, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x02, 0x7f, 0x02, 0x02, 0x1a, -+ 0x06, 0x05, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0xc4, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x1f, 0x60, 0x1f, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xe0, 0x40, -+ 0x80, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x00, 0x1f, 0x10, 0x17, -+ 0x10, 0x10, 0x2f, 0x20, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0xf0, -+ 0x80, 0x80, 0xf8, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x11, 0x1f, 0x09, 0x3f, 0x2f, 0x22, 0x3f, -+ 0x29, 0x2f, 0x2f, 0x2f, 0x39, 0x41, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x10, 0xfc, 0x20, 0x20, 0xbc, -+ 0x48, 0xa8, 0x10, 0xb0, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x01, 0x7c, 0x10, 0x10, 0x13, 0x7c, 0x10, -+ 0x10, 0x11, 0x1d, 0x62, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0xa0, 0xa0, -+ 0xa0, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x49, 0x29, 0x29, 0x0f, 0x1c, -+ 0x2f, 0x4c, 0x12, 0x12, 0x23, 0x42, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0xbc, 0xa4, -+ 0xbc, 0x44, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x79, 0x49, 0x49, 0x79, 0x49, 0x49, 0x79, -+ 0x49, 0x49, 0x79, 0x49, 0x41, 0x06, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf8, -+ 0x48, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x00, 0x7f, 0x04, 0x04, -+ 0x0f, 0x0c, 0x14, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x4c, 0x2a, 0x1b, 0x6c, 0x19, 0x08, -+ 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0x80, 0x80, 0xfc, 0xb0, 0x30, -+ 0x30, 0x30, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x14, 0x1d, 0x16, 0x14, 0x13, -+ 0x13, 0x13, 0x22, 0x23, 0x43, 0x1c, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0xfc, 0xf8, 0xf8, 0xfc, 0xf0, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x12, 0x14, 0x14, 0x1d, 0x16, -+ 0x14, 0x14, 0x24, 0x24, 0x44, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x01, 0x3e, 0x00, 0x00, 0x7f, 0x14, 0x14, -+ 0x14, 0x15, 0x23, 0x20, 0x41, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x22, 0x14, 0x3f, 0x24, 0x28, -+ 0x32, 0x24, 0x39, 0x22, 0x4c, 0x33, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x24, 0x2f, 0x29, 0x2f, 0x29, -+ 0x2f, 0x26, 0x2d, 0x35, 0x44, 0x0d, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x19, 0x61, 0x01, 0x09, -+ 0x09, 0x09, 0x09, 0x09, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x10, 0x30, 0x53, 0x11, -+ 0x11, 0x10, 0x10, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x08, -+ 0x10, 0x90, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x02, 0x07, 0x18, 0x61, 0x1f, 0x10, 0x13, 0x12, -+ 0x12, 0x12, 0x12, 0x22, 0x22, 0x41, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0x00, 0xfc, 0x00, 0xf0, 0x10, -+ 0x10, 0x10, 0x60, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x04, 0x7f, 0x00, 0x1f, 0x10, 0x1f, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xe0, 0x20, 0xe0, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0x00, -+ 0x00, 0x1e, 0x12, 0x12, 0x1e, 0x01, 0x7f, 0x04, -+ 0x18, 0x7e, 0x12, 0x12, 0x1e, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0xf0, 0x00, 0xfc, 0x40, -+ 0x30, 0xfc, 0x90, 0x90, 0xf0, 0x90, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x07, 0x04, 0x07, 0x04, 0x7f, -+ 0x09, 0x1f, 0x61, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xc0, 0x40, 0xc0, 0x40, 0xfc, -+ 0x20, 0xf0, 0x0c, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x02, 0x04, 0x18, 0x7f, 0x00, -+ 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x80, 0x40, 0x20, 0xfc, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x13, 0x7d, 0x25, 0x25, 0x24, -+ 0x7b, 0x48, 0x0d, 0x15, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xf8, 0x08, 0xf8, 0x90, -+ 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x21, 0x5f, 0x02, 0x0c, 0x7f, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf8, 0x40, 0x20, 0xfc, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x17, 0x54, 0x54, 0x57, 0x55, -+ 0x54, 0x7c, 0x44, 0x40, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x08, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x06, 0x01, 0x07, 0x39, 0x02, 0x7f, 0x04, 0x0f, -+ 0x18, 0x28, 0x48, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x20, 0xc0, 0x60, 0x10, 0x00, 0xfc, 0x80, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xb0, 0x80, 0x00, 0x00, -+ 0x11, 0x15, 0x65, 0x19, 0x0d, 0x13, 0x7f, 0x01, -+ 0x3f, 0x08, 0x0c, 0x12, 0x21, 0x46, 0x00, 0x00, -+ 0x20, 0x28, 0xc8, 0x30, 0x30, 0x48, 0xfc, 0x10, -+ 0xfc, 0x90, 0xa0, 0x44, 0xb4, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x0f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x08, 0xf8, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x10, 0x13, 0x12, 0x1f, -+ 0x72, 0x13, 0x10, 0x17, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x49, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x14, 0x14, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x13, 0x10, 0x1c, 0x14, -+ 0x14, 0x14, 0x27, 0x24, 0x44, 0x1b, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x90, 0xfc, 0x90, 0xf0, 0x90, -+ 0xf0, 0x90, 0xfc, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x23, 0x3e, -+ 0x28, 0x24, 0x26, 0x3a, 0x61, 0x02, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0x50, 0x50, 0x50, 0xfc, 0x30, -+ 0x30, 0x50, 0x50, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7f, 0x12, 0x1e, 0x12, 0x1e, -+ 0x12, 0x7f, 0x14, 0x12, 0x22, 0x41, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xc8, 0x78, 0x48, 0x48, 0x78, -+ 0x48, 0xc8, 0x48, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x2b, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, -+ 0x90, 0xfc, 0x90, 0x88, 0x04, 0x04, 0x00, 0x00, -+ 0x01, 0x7f, 0x02, 0x1f, 0x09, 0x7f, 0x09, 0x0f, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xe0, 0x30, 0xfc, 0x20, 0xe0, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x16, 0x7e, 0x11, 0x1a, 0x37, 0x34, -+ 0x33, 0x52, 0x53, 0x14, 0x14, 0x18, 0x00, 0x00, -+ 0x48, 0x48, 0xf4, 0xd4, 0x48, 0xd4, 0xfc, 0x50, -+ 0xfc, 0x28, 0x28, 0x90, 0x3c, 0xc4, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x09, 0x28, 0x2b, 0x28, 0x4f, -+ 0x0c, 0x0b, 0x0a, 0x12, 0x12, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xfc, -+ 0x44, 0xf8, 0x48, 0x48, 0x58, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x12, 0x0c, 0x7f, 0x19, 0x6d, -+ 0x16, 0x6d, 0x15, 0x64, 0x04, 0x1b, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x54, 0x94, 0x0c, 0xf8, -+ 0x48, 0x50, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x2f, 0x40, 0x3f, 0x01, -+ 0x01, 0x1a, 0x06, 0x05, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xe0, 0x00, 0xe0, 0x20, -+ 0x20, 0x20, 0x14, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x0b, 0x42, 0x25, 0x20, 0x07, 0x00, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xf0, 0x10, -+ 0x10, 0x10, 0x14, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x11, 0x15, 0x65, 0x19, 0x15, 0x7f, 0x02, 0x7f, -+ 0x3e, 0x2a, 0x3e, 0x2a, 0x3e, 0x21, 0x00, 0x00, -+ 0x20, 0x28, 0xc8, 0x30, 0x28, 0xfc, 0xa4, 0xfc, -+ 0x88, 0x48, 0x50, 0x20, 0x54, 0x8c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x04, 0x08, 0x0c, 0x1a, -+ 0x2a, 0x48, 0x09, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x6f, -+ 0x00, 0x01, 0x7f, 0x01, 0x01, 0x07, 0x00, 0x00, -+ 0x60, 0x80, 0x00, 0xfc, 0x80, 0x40, 0x30, 0xec, -+ 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x09, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1b, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0xd0, 0x30, 0xc8, 0x40, 0xfc, 0xa0, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7d, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x88, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x12, 0x1a, 0x2a, 0x4f, 0x14, 0x15, 0x3d, 0x62, -+ 0x25, 0x3f, 0x2a, 0x2b, 0x32, 0x22, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0x7c, 0x48, 0xc8, 0x28, -+ 0x28, 0xb0, 0x90, 0x30, 0xc8, 0x84, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x3f, 0x09, 0x09, 0x7f, 0x09, -+ 0x09, 0x08, 0x15, 0x15, 0x22, 0x44, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0xf8, -+ 0xa8, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x7f, 0x00, 0x3e, 0x00, 0x3e, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x88, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x0f, 0x09, 0x0f, 0x7f, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xfc, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x08, 0x7f, 0x08, 0x28, -+ 0x2f, 0x28, 0x38, 0x28, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x88, 0x80, -+ 0x80, 0x84, 0x84, 0x7c, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x70, 0xd0, 0x50, 0x50, 0x50, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x4b, 0x2b, 0x2c, 0x08, 0x7f, 0x14, -+ 0x14, 0x15, 0x16, 0x25, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x28, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1a, 0x28, 0x7e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x28, 0x25, 0x3b, 0x62, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x14, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3e, 0x28, 0x3e, 0x29, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x50, 0x88, 0xfc, 0x08, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x02, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x15, -+ 0x05, 0x05, 0x09, 0x09, 0x11, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, -+ 0x20, 0x20, 0x50, 0xfc, 0x04, 0xfc, 0x00, 0x00, -+ 0x02, 0x03, 0x0c, 0x7f, 0x09, 0x0f, 0x0f, 0x1f, -+ 0x11, 0x1f, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0xc0, 0x80, 0xe0, 0x20, 0xe0, 0xe0, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf4, 0x04, 0xfc, 0x00, 0x00, -+ 0x0a, 0x09, 0x09, 0x17, 0x10, 0x30, 0x51, 0x11, -+ 0x13, 0x15, 0x1c, 0x12, 0x12, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf0, 0x90, 0x90, 0xf8, 0x08, -+ 0xfc, 0x54, 0xac, 0x84, 0x04, 0x18, 0x00, 0x00, -+ 0x09, 0x08, 0x0f, 0x10, 0x13, 0x30, 0x57, 0x13, -+ 0x11, 0x1f, 0x11, 0x17, 0x11, 0x13, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xa8, -+ 0x24, 0xfc, 0xa8, 0x10, 0x6c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x08, 0x7e, 0x13, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x11, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x88, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x4f, 0x08, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xc0, 0x40, 0x40, 0xc0, -+ 0x40, 0xc0, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x07, 0x04, 0x3f, 0x27, 0x3d, 0x23, 0x2a, -+ 0x2a, 0x3b, 0x3a, 0x2b, 0x4c, 0x30, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0xa0, 0x3c, 0xe0, 0x28, 0x28, -+ 0xb0, 0x10, 0x34, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x13, 0x1d, -+ 0x70, 0x10, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x08, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x14, 0x15, 0x16, 0x7c, 0x13, 0x12, 0x13, 0x1d, -+ 0x77, 0x11, 0x13, 0x12, 0x14, 0x39, 0x00, 0x00, -+ 0x00, 0xfc, 0x28, 0x90, 0x90, 0x7c, 0x98, 0x50, -+ 0xdc, 0x50, 0x50, 0xf0, 0x90, 0x0c, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7f, 0x12, 0x1e, 0x13, 0x1e, -+ 0x12, 0x7f, 0x12, 0x11, 0x21, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x7c, 0xa8, 0x30, 0x20, -+ 0x20, 0x20, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x09, 0x08, 0x2b, 0x28, 0x3d, 0x28, 0x4b, 0x0d, -+ 0x18, 0x6f, 0x08, 0x0b, 0x08, 0x09, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xe8, -+ 0xa4, 0xfc, 0xe8, 0x94, 0xac, 0xc4, 0x00, 0x00, -+ 0x20, 0x27, 0x38, 0x22, 0x1e, 0x11, 0x1e, 0x28, -+ 0x7e, 0x08, 0x14, 0x13, 0x22, 0x44, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0x20, 0xfc, 0x28, 0xb0, -+ 0xa0, 0xb8, 0xa0, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x05, 0x09, 0x09, 0x19, -+ 0x35, 0x55, 0x11, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x10, 0x14, 0x14, 0xcc, 0x0c, 0x04, 0x00, 0x00, -+ 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x06, 0x38, -+ 0x7f, 0x08, 0x0e, 0x78, 0x08, 0x1b, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x90, 0x88, -+ 0xfc, 0x48, 0x50, 0x24, 0xd4, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x54, 0x57, 0x54, 0x7f, -+ 0x53, 0x18, 0x14, 0x1f, 0x60, 0x01, 0x00, 0x00, -+ 0x90, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xa8, 0xa4, -+ 0xfc, 0xa8, 0xd8, 0x94, 0xec, 0x84, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7e, 0x03, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x38, 0x07, 0x78, 0x03, 0x38, 0x07, 0x3b, -+ 0x01, 0x3f, 0x29, 0x2f, 0x39, 0x2b, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xa8, -+ 0x24, 0xfc, 0xa8, 0x14, 0x6c, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x12, 0x14, 0x12, 0x1a, -+ 0x77, 0x11, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x88, 0xa8, 0xa8, 0xc8, -+ 0xf8, 0xc8, 0xa8, 0x98, 0x88, 0xb0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x0c, 0x08, 0x1f, 0x12, 0x2a, -+ 0x4a, 0x3f, 0x07, 0x0a, 0x32, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x48, 0x48, -+ 0x88, 0xe8, 0x08, 0xc8, 0x28, 0x30, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1d, 0x0b, 0x3e, 0x2b, -+ 0x3e, 0x08, 0x7f, 0x0a, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0xc8, 0x58, 0x58, 0xe8, 0xf8, -+ 0xe8, 0xd8, 0x58, 0x48, 0x48, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x3f, 0x00, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x79, 0x4a, 0x4a, 0x4d, 0x48, -+ 0x48, 0x78, 0x49, 0x42, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x20, -+ 0x40, 0x80, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x52, 0x5f, 0x52, 0x53, 0x5e, -+ 0x50, 0x7f, 0x50, 0x41, 0x06, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0x28, 0xa8, 0x28, 0xc8, 0x58, -+ 0x80, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x29, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x10, 0x1b, 0x34, 0x37, -+ 0x32, 0x53, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0xa0, 0xfc, 0xc8, 0x50, 0xc0, 0xf8, -+ 0xa8, 0x38, 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x01, 0x3c, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x08, 0x08, 0x10, 0x1e, 0x32, -+ 0x52, 0x12, 0x12, 0x1e, 0x10, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x3c, 0x20, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x1a, 0x1c, 0x1b, -+ 0x2a, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x20, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x03, -+ 0x0d, 0x79, 0x07, 0x0d, 0x31, 0x03, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x80, -+ 0x60, 0x3c, 0xc0, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x08, 0x08, 0x7f, 0x08, -+ 0x0c, 0x12, 0x13, 0x7d, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x48, 0x48, 0x70, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x47, 0x0c, 0x32, 0x03, -+ 0x0c, 0x7f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xe0, 0x40, 0x80, 0x80, -+ 0x70, 0xec, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x39, 0x29, 0x2f, 0x39, 0x29, 0x2f, 0x39, -+ 0x29, 0x2a, 0x2a, 0x2f, 0x28, 0x58, 0x00, 0x00, -+ 0x00, 0x38, 0x28, 0xe8, 0x28, 0x28, 0xe8, 0x28, -+ 0x28, 0xa8, 0xf8, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x12, 0x1f, 0x11, 0x10, -+ 0x17, 0x14, 0x27, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0xe8, 0x10, 0xf0, 0x00, -+ 0xf8, 0x00, 0xf8, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x02, 0x21, 0x11, 0x17, 0x00, 0x02, 0x02, 0x72, -+ 0x13, 0x12, 0x10, 0x18, 0x27, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x40, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x40, 0x80, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0xc0, 0x00, 0x00, 0x00, 0xf8, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x03, 0x04, 0x04, 0x08, 0x10, -+ 0x20, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x20, 0x20, 0x40, 0x40, -+ 0xc0, 0x20, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x11, 0x11, 0x3f, 0x51, 0x11, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xe0, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x24, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x17, 0x30, 0x50, 0x10, -+ 0x11, 0x11, 0x12, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0xe0, 0xe0, -+ 0x50, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x04, 0x04, 0x06, 0x0a, 0x09, -+ 0x09, 0x08, 0x10, 0x10, 0x23, 0x4c, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x40, 0x40, 0xf0, 0x10, 0x10, -+ 0x20, 0xa0, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x07, 0x79, 0x49, 0x49, 0x49, 0x49, 0x49, -+ 0x7a, 0x4a, 0x42, 0x04, 0x09, 0x16, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x20, 0x20, 0xf8, 0x88, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x4f, 0x08, 0x08, 0x0f, -+ 0x01, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xe0, 0x20, 0x20, 0xe0, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x1f, -+ 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0x10, 0xe0, 0x00, 0x00, -+ 0x02, 0x07, 0x08, 0x3f, 0x00, 0x0f, 0x00, 0x1f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xc0, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x08, 0x0a, 0x09, 0x7f, 0x08, 0x4a, 0x2b, 0x2c, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x1b, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x88, 0x88, 0x50, 0x50, -+ 0x30, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x29, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0xf8, 0x88, 0x88, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x31, 0x09, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x03, 0x00, 0x00, -+ 0x20, 0x10, 0x10, 0xfc, 0x00, 0x88, 0x88, 0x50, -+ 0x60, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, 0x00, -+ 0x20, 0x17, 0x12, 0x42, 0x22, 0x23, 0x03, 0x12, -+ 0x12, 0x12, 0x24, 0x24, 0x48, 0x53, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x20, 0x20, 0x78, 0x08, 0x90, -+ 0x90, 0x60, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x22, 0x01, 0x09, -+ 0x08, 0x10, 0x10, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x10, 0x10, 0x10, 0x10, -+ 0x90, 0xa0, 0xa0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x03, 0x0c, 0x31, 0x02, 0x0d, 0x71, 0x01, -+ 0x11, 0x12, 0x22, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xc0, 0x80, 0x80, 0x40, 0x30, 0x0c, 0x10, -+ 0x10, 0xa0, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x13, 0x10, 0x12, 0x7d, 0x11, -+ 0x10, 0x14, 0x19, 0x66, 0x00, 0x00, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x48, 0x68, 0x70, -+ 0x50, 0xd0, 0x48, 0x44, 0x40, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x44, 0x04, 0x09, 0x11, -+ 0x3f, 0x02, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x80, 0x88, 0x78, 0x00, -+ 0xc0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x48, 0x14, 0x1e, 0x12, 0x1e, -+ 0x1e, 0x12, 0x7e, 0x06, 0x1a, 0x66, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x90, 0x70, 0xf0, 0x10, 0xf0, -+ 0x80, 0xf8, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x5f, 0x04, 0x04, -+ 0x06, 0x0a, 0x09, 0x10, 0x23, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0xe0, 0x20, 0x40, -+ 0xf0, 0x10, 0x20, 0xc0, 0x60, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2b, 0x49, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xb8, 0xc8, 0xc8, -+ 0xa8, 0xb0, 0x90, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7d, -+ 0x08, 0x2c, 0x2b, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x10, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x9c, 0xf0, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0d, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x00, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x20, 0x27, 0x24, 0x24, 0x24, 0x24, 0x27, 0x24, -+ 0x24, 0x24, 0x24, 0x27, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x1f, 0x11, 0x21, 0x01, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x01, 0x01, 0x01, 0x7f, -+ 0x02, 0x02, 0x04, 0x08, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x40, 0x20, 0xf0, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x1f, 0x10, -+ 0x10, 0x17, 0x24, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x88, 0x80, 0xfc, 0x80, -+ 0x80, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x3f, 0x20, 0x20, 0x20, -+ 0x3f, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xe0, 0x20, 0x20, 0x20, -+ 0xe0, 0x20, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x09, 0x09, 0x0f, -+ 0x79, 0x09, 0x09, 0x09, 0x09, 0x19, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x12, 0x12, 0x7a, 0x17, 0x15, 0x15, 0x1b, -+ 0x72, 0x12, 0x15, 0x19, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x90, 0x94, 0x14, 0x0c, 0xc0, 0x3c, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x7f, 0x04, 0x08, 0x1f, 0x61, -+ 0x1f, 0x01, 0x3f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x40, 0x60, 0x98, 0x04, -+ 0xf0, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x4a, 0x23, 0x22, 0x0b, 0x0a, 0x13, -+ 0x21, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x11, -+ 0x19, 0x15, 0x25, 0x21, 0x5f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0xe8, 0x08, 0xf8, 0x40, -+ 0x48, 0x48, 0x50, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x01, 0x3e, 0x00, 0x3f, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x08, 0x28, 0x2e, -+ 0x28, 0x28, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x88, 0x88, 0x88, -+ 0xf8, 0x88, 0x80, 0x80, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x23, 0x5d, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x08, 0x09, 0x41, 0x22, 0x27, 0x02, 0x13, -+ 0x12, 0x13, 0x20, 0x25, 0x44, 0x48, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x00, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x12, 0x13, 0x2d, 0x4f, 0x11, 0x35, 0x55, 0x15, -+ 0x1e, 0x1f, 0x00, 0x7f, 0x19, 0x63, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xe8, 0x28, 0xe8, 0x28, 0xf8, -+ 0x20, 0xf0, 0x00, 0xfc, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x07, 0x08, 0x11, 0x3f, 0x51, 0x1f, 0x11, -+ 0x11, 0x1f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xc0, 0x80, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0x10, 0xf0, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x1f, -+ 0x00, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xe0, -+ 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x1f, -+ 0x00, 0x01, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xe0, -+ 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x08, 0x0f, -+ 0x01, 0x09, 0x09, 0x11, 0x21, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xe0, 0x20, 0x20, 0xe0, -+ 0x00, 0x20, 0x10, 0x08, 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, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x09, 0x11, 0x17, 0x31, 0x51, 0x11, -+ 0x1f, 0x10, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0x20, -+ 0xfc, 0x00, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x12, 0x31, 0x51, 0x1f, -+ 0x10, 0x10, 0x10, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x48, 0x48, 0x50, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x1f, 0x11, 0x33, 0x55, 0x19, -+ 0x17, 0x14, 0x15, 0x15, 0x15, 0x14, 0x00, 0x00, -+ 0x30, 0xc0, 0x80, 0xfc, 0x20, 0xf0, 0x28, 0xe4, -+ 0xf8, 0x08, 0xe8, 0x28, 0xe8, 0x18, 0x00, 0x00, -+ 0x00, 0x20, 0x2d, 0x23, 0x22, 0x24, 0x28, 0x3f, -+ 0x24, 0x04, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x80, 0x90, 0x10, 0x10, 0x90, 0x90, 0x10, 0xf0, -+ 0x90, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x14, 0x14, 0x7f, 0x00, 0x3e, -+ 0x22, 0x3e, 0x14, 0x15, 0x26, 0x45, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x50, 0x50, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x50, 0x50, 0x94, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x3f, 0x04, 0x04, 0x04, -+ 0x7f, 0x00, 0x04, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, -+ 0xfc, 0x00, 0x40, 0x20, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x40, 0x58, 0x46, 0x41, 0x41, 0x42, -+ 0x44, 0x48, 0x50, 0x7f, 0x40, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x88, 0x88, 0x08, 0x88, 0x48, -+ 0x28, 0x28, 0x08, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x10, 0x7c, 0x11, 0x12, 0x12, -+ 0x1f, 0x12, 0x12, 0x14, 0x14, 0x19, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x88, 0x08, 0x30, 0x10, -+ 0xfc, 0x94, 0x94, 0xa4, 0xa4, 0xcc, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x2f, 0x20, 0x20, 0x27, 0x20, -+ 0x20, 0x20, 0x2f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x80, 0x80, 0xf0, 0x80, -+ 0x80, 0x80, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x33, 0x22, 0x2a, 0x2b, 0x2a, 0x2a, 0x2b, -+ 0x2a, 0x3b, 0x6a, 0x13, 0x16, 0x20, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0x28, 0x28, 0xa8, 0xf0, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x79, 0x49, 0x49, 0x49, 0x49, 0x49, -+ 0x49, 0x79, 0x4f, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x1c, 0xf0, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x0f, 0x01, 0x7f, 0x04, 0x1f, 0x64, 0x07, -+ 0x3f, 0x20, 0x27, 0x24, 0x27, 0x20, 0x00, 0x00, -+ 0x60, 0x80, 0x00, 0xfc, 0x40, 0xf0, 0x4c, 0xc0, -+ 0xf8, 0x08, 0xc8, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x00, 0x13, 0x11, 0x10, 0x7f, 0x10, 0x11, 0x11, -+ 0x15, 0x19, 0x61, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0xf8, 0x20, 0xa0, 0xfc, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xa0, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x10, 0x56, 0x55, 0x55, 0x57, -+ 0x54, 0x7c, 0x44, 0x41, 0x02, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x48, 0x48, 0x50, 0xfc, -+ 0x40, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x78, 0x08, 0x0f, 0x78, 0x4b, 0x42, 0x7a, -+ 0x4b, 0x4a, 0x08, 0x08, 0x17, 0x60, 0x00, 0x00, -+ 0x40, 0x50, 0x88, 0xfc, 0x44, 0xf8, 0x48, 0x48, -+ 0xf8, 0x50, 0x48, 0x7c, 0xc4, 0x04, 0x00, 0x00, -+ 0x00, 0x7b, 0x09, 0x09, 0x79, 0x49, 0x43, 0x79, -+ 0x49, 0x49, 0x09, 0x09, 0x17, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0xf0, 0x50, 0xf0, 0xf8, 0xf0, -+ 0x50, 0xf0, 0x50, 0xf0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x13, 0x38, 0x34, 0x34, 0x57, -+ 0x10, 0x10, 0x10, 0x11, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x90, 0x88, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x09, 0x09, 0x09, 0x0f, 0x72, 0x04, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x90, 0x54, 0x54, 0x0c, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x04, 0x7f, 0x04, 0x0a, -+ 0x12, 0x62, 0x12, 0x12, 0x22, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x20, -+ 0x10, 0x0c, 0x90, 0x48, 0x48, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x78, 0x12, 0x11, 0x11, 0x1f, -+ 0x70, 0x10, 0x10, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x48, 0x48, 0x50, 0xfc, -+ 0x40, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x3f, 0x0a, 0x0a, 0x7f, 0x09, 0x1f, -+ 0x22, 0x47, 0x3c, 0x04, 0x05, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x88, 0x88, 0x48, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x10, 0x19, 0x36, 0x34, -+ 0x33, 0x52, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0xa0, 0xf0, 0xa8, 0xe4, -+ 0xf8, 0x08, 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x23, 0x02, 0x10, -+ 0x10, 0x11, 0x21, 0x22, 0x44, 0x48, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x4f, 0x30, 0x10, 0x30, 0x48, 0x0b, 0x18, -+ 0x28, 0x48, 0x08, 0x08, 0x3f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x44, 0x28, 0x17, 0x32, 0x49, 0x09, 0x1f, -+ 0x28, 0x48, 0x08, 0x09, 0x32, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x48, 0x48, 0x50, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x3f, 0x28, 0x49, 0x0a, 0x7e, -+ 0x0b, 0x0e, 0x16, 0x12, 0x22, 0x42, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0xa0, 0xf0, 0xa8, 0xe4, -+ 0xf8, 0x08, 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x25, 0x3e, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x24, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x24, 0x24, 0xd4, 0x74, -+ 0xb4, 0x14, 0xf4, 0x14, 0x04, 0x18, 0x00, 0x00, -+ 0x02, 0x0f, 0x02, 0x0c, 0x7f, 0x12, 0x26, 0x4f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0xc0, 0xf8, 0x48, 0x98, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x37, 0x24, 0x27, 0x3c, 0x27, 0x3e, 0x27, -+ 0x24, 0x7f, 0x00, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xc8, 0x78, 0xc8, 0xf8, 0xc8, -+ 0x48, 0xfc, 0x00, 0x60, 0x10, 0x08, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x01, 0x3f, 0x07, 0x1c, -+ 0x67, 0x1f, 0x17, 0x14, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xc0, 0x00, 0xf8, 0xc0, 0x70, -+ 0xcc, 0xf0, 0xd0, 0x50, 0xd0, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x2b, 0x1a, 0x12, 0x1b, -+ 0x2b, 0x7a, 0x12, 0x13, 0x2c, 0x40, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, 0xa8, -+ 0x24, 0xa4, 0xe4, 0x78, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x13, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x73, 0x00, 0x00, -+ 0x20, 0xf8, 0x90, 0xfc, 0x00, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x13, 0x6a, 0x2b, 0x1f, 0x6a, 0x13, 0x3f, 0x04, -+ 0x7f, 0x0f, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0xb8, 0xa8, 0xb8, 0xa4, 0xf8, 0x60, 0xf8, 0x40, -+ 0xfc, 0xe0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x11, 0x5b, 0x2b, 0x16, 0x7f, 0x0b, 0x33, 0x07, -+ 0x1f, 0x67, 0x07, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x38, 0xa8, 0xb0, 0xa8, 0xe4, 0xf8, 0xa0, 0xc0, -+ 0xf0, 0xcc, 0xc0, 0xb0, 0x60, 0x18, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x3f, 0x7a, 0x2a, 0x3f, 0x08, -+ 0x0f, 0x0f, 0x0f, 0x2a, 0x25, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x30, 0xcc, 0xf0, 0x80, -+ 0xe0, 0xe0, 0xf8, 0x48, 0x28, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x12, 0x32, 0x52, 0x12, -+ 0x12, 0x13, 0x1e, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0xc8, 0x70, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x4e, 0x28, 0x27, 0x04, 0x17, 0x1a, -+ 0x22, 0x3f, 0x46, 0x45, 0x48, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xb0, 0x90, 0x7c, 0x98, 0x50, -+ 0x5c, 0xd0, 0x50, 0x70, 0x90, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x09, 0x7f, 0x08, 0x08, -+ 0x7f, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0x20, 0xfc, 0x20, 0x20, -+ 0xfc, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x48, 0x49, 0x4f, 0x79, 0x49, -+ 0x4f, 0x48, 0x78, 0x49, 0x42, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x50, 0xfc, 0x10, 0x10, -+ 0xfc, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x02, 0x12, 0x0a, 0x7f, 0x04, 0x3f, 0x01, 0x1f, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x80, 0x90, 0xa0, 0xfc, 0x40, 0xf8, 0x00, 0xf0, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x1f, 0x10, -+ 0x13, 0x12, 0x12, 0x23, 0x22, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xfc, 0x04, -+ 0xe4, 0x24, 0x24, 0xe4, 0x24, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x3f, 0x24, 0x24, 0x24, 0x3f, -+ 0x24, 0x24, 0x24, 0x3f, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0x48, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7c, 0x11, 0x11, 0x3b, 0x36, -+ 0x36, 0x53, 0x52, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xdc, 0x24, 0xb4, 0xa8, -+ 0xa8, 0xb4, 0x24, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x1f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, -+ 0x20, 0x10, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x13, 0x12, 0x3a, 0x36, -+ 0x36, 0x52, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xe8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x08, 0x7e, 0x09, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x09, 0x09, 0x0f, 0x11, 0x13, 0x32, 0x53, 0x10, -+ 0x13, 0x10, 0x13, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xf8, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x3e, 0x2b, 0x2a, 0x3e, 0x08, -+ 0x3e, 0x08, 0x3e, 0x08, 0x0e, 0x79, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x11, 0x7e, 0x13, 0x14, 0x10, -+ 0x10, 0x14, 0x1b, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x88, 0x88, -+ 0x28, 0xc8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x70, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x20, -+ 0xfc, 0x24, 0x24, 0x24, 0x38, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x08, -+ 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, 0x00, -+ 0x10, 0x60, 0x80, 0x00, 0x00, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x02, 0x1c, 0x10, 0x10, 0x1f, 0x15, 0x14, -+ 0x14, 0x14, 0x24, 0x24, 0x45, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x08, 0x3e, 0x08, 0x0f, 0x72, 0x04, -+ 0x1f, 0x60, 0x0f, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x80, 0x40, -+ 0xf0, 0x0c, 0xe0, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x49, 0x0f, -+ 0x00, 0x7f, 0x09, 0x11, 0x61, 0x03, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x60, 0x70, 0xa8, 0x24, 0xe0, -+ 0x00, 0xfc, 0x20, 0x10, 0x08, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x05, 0x1f, 0x6a, 0x09, 0x0e, 0x0f, -+ 0x01, 0x1f, 0x12, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0xf0, 0xac, 0xa0, 0x60, 0xe0, -+ 0x00, 0xf0, 0x90, 0xd0, 0x50, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x40, 0x1e, 0x13, -+ 0x1e, 0x12, 0x1e, 0x22, 0x22, 0x47, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x40, 0x40, 0xf8, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x22, 0x3e, 0x3f, 0x21, -+ 0x0e, 0x01, 0x7f, 0x0d, 0x31, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, 0x20, -+ 0x60, 0x98, 0xe4, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x0f, 0x08, 0x0f, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x70, 0xc0, 0x00, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x20, 0x2f, 0x21, 0x3f, -+ 0x23, 0x25, 0x39, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x68, 0x88, 0x08, 0xf8, -+ 0x88, 0x48, 0x28, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x08, 0x0b, 0x12, 0x3c, -+ 0x55, 0x12, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x60, 0xa0, 0x90, 0xf8, 0x04, 0x00, -+ 0xf8, 0x10, 0x10, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x09, 0x0a, 0x14, 0x19, -+ 0x34, 0x57, 0x11, 0x11, 0x12, 0x10, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0xd0, 0xb8, 0xd4, 0x90, 0xf8, -+ 0x00, 0xfc, 0x28, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x03, 0x3e, 0x03, 0x3c, -+ 0x03, 0x3c, 0x27, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf8, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x13, 0x12, 0x02, 0x03, 0x02, 0x72, -+ 0x12, 0x14, 0x14, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0x60, 0x80, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x67, 0x01, 0x3f, -+ 0x01, 0x09, 0x05, 0x05, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0xcc, 0x00, 0xf8, -+ 0x00, 0x20, 0x20, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x49, 0x4b, 0x4c, 0x48, -+ 0x4b, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xf8, 0x08, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x73, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x88, 0xf8, -+ 0xa4, 0xa8, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x02, 0x7f, 0x02, 0x02, 0x02, -+ 0x04, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x44, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x53, 0x12, -+ 0x13, 0x10, 0x1f, 0x11, 0x12, 0x1c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x20, 0x10, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x10, 0x2f, 0x48, 0x08, -+ 0x08, 0x0f, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x20, 0x2c, 0x23, 0x20, -+ 0x21, 0x22, 0x24, 0x28, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x40, 0x40, 0x80, 0x80, -+ 0x40, 0x20, 0x20, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x48, 0x30, 0x11, 0x31, 0x4a, 0x0d, 0x19, -+ 0x29, 0x49, 0x09, 0x08, 0x30, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, 0xe8, 0x28, -+ 0x28, 0xe8, 0x28, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x10, 0x11, 0x11, 0x7e, 0x10, -+ 0x10, 0x14, 0x18, 0x61, 0x02, 0x0c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf0, 0x10, 0x10, 0x20, 0x20, -+ 0x60, 0x60, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x3f, 0x28, 0x48, 0x08, 0x7f, -+ 0x08, 0x0c, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x88, 0x88, 0x88, -+ 0xf8, 0x88, 0x80, 0x80, 0xfc, 0x80, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x7f, 0x01, -+ 0x01, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xfc, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x10, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x23, -+ 0x3e, 0x66, 0x0a, 0x12, 0x62, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x88, 0x88, 0xc8, 0xb0, 0x90, -+ 0x90, 0xa8, 0xc8, 0x80, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x88, 0xc8, 0xb0, 0x90, 0x90, -+ 0xa8, 0xa8, 0xc0, 0x80, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x43, 0x0c, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x00, 0x7f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0x00, 0xfc, 0x60, 0x10, 0x08, 0x00, 0x00, -+ 0x00, 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x3f, 0x21, -+ 0x2f, 0x21, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xf8, 0x48, -+ 0xe8, 0x38, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x11, 0x1f, 0x10, 0x15, 0x15, -+ 0x15, 0x17, 0x20, 0x3f, 0x46, 0x18, 0x00, 0x00, -+ 0x00, 0xf0, 0xfc, 0xe8, 0x08, 0xf8, 0xf0, 0x10, -+ 0xf0, 0xe0, 0x20, 0xfc, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x49, 0x4e, 0x49, 0x49, 0x49, -+ 0x49, 0x79, 0x49, 0x41, 0x01, 0x0f, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xf0, 0x0c, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf8, 0x48, 0x30, 0xd8, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x44, 0x08, 0x10, 0x00, -+ 0x1f, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x80, 0x88, 0x78, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x13, 0x12, 0x33, 0x50, 0x17, -+ 0x14, 0x14, 0x17, 0x14, 0x14, 0x14, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0x80, 0xf8, -+ 0xa8, 0xf8, 0x18, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x4f, 0x09, 0x0f, 0x09, 0x0f, -+ 0x01, 0x3f, 0x21, 0x2f, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0x00, 0xf8, 0x48, 0xe8, 0x28, 0x18, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x13, 0x02, 0x03, 0x70, 0x17, -+ 0x14, 0x14, 0x17, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0x80, 0xf8, -+ 0xa8, 0xf8, 0x08, 0x18, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x31, 0x29, 0x25, 0x24, -+ 0x27, 0x26, 0x3a, 0x23, 0x22, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, 0x40, -+ 0xfc, 0x54, 0x7c, 0x8c, 0x04, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x11, 0x11, 0x1f, 0x01, 0x3f, -+ 0x21, 0x21, 0x3f, 0x21, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x00, 0xf8, -+ 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x12, 0x13, 0x13, 0x7c, 0x10, 0x1b, 0x36, 0x37, -+ 0x32, 0x53, 0x53, 0x12, 0x13, 0x1c, 0x00, 0x00, -+ 0x20, 0xfc, 0x30, 0xc8, 0x00, 0xb8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0x28, 0xb0, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1d, 0x19, 0x0e, 0x74, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0x28, 0x28, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x14, 0x12, 0x17, 0x14, -+ 0x17, 0x14, 0x27, 0x24, 0x44, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x90, 0xa0, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x14, 0x14, 0x17, -+ 0x14, 0x18, 0x28, 0x28, 0x4f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x88, 0x90, 0x90, 0xf0, -+ 0x90, 0x88, 0x88, 0x88, 0xf8, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x13, 0x12, 0x7f, 0x12, 0x12, 0x12, 0x1e, -+ 0x72, 0x13, 0x15, 0x15, 0x19, 0x31, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0xfc, 0x24, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0x24, 0x24, 0x24, 0xfc, 0x04, 0x00, 0x00, -+ 0x01, 0x3f, 0x26, 0x58, 0x1f, 0x10, 0x1f, 0x14, -+ 0x14, 0x17, 0x28, 0x28, 0x4f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x78, 0xf8, 0x08, 0xf8, 0x90, -+ 0x90, 0xf0, 0x88, 0x88, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x05, 0x09, 0x11, 0x63, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x08, 0x90, 0x60, 0x20, 0x10, 0x0c, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x09, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x60, 0x60, 0x60, 0xa4, 0xa4, 0xa8, 0xb0, 0xa0, -+ 0xa0, 0xa0, 0xa0, 0xa4, 0xa4, 0x9c, 0x00, 0x00, -+ 0x21, 0x2f, 0x4f, 0x35, 0x2f, 0x7d, 0x37, 0x5f, -+ 0x11, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x10, 0xd4, 0xe4, 0x58, 0xd4, 0x7c, 0xd8, 0xf4, -+ 0x10, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x44, 0x08, 0x10, 0x0b, 0x48, -+ 0x27, 0x20, 0x0b, 0x08, 0x17, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x88, 0x78, 0x40, 0xf8, 0x40, -+ 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x12, 0x7f, 0x01, 0x3e, 0x22, 0x3e, 0x22, -+ 0x3e, 0x22, 0x26, 0x14, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x48, 0x70, 0x44, 0x3c, 0x40, 0x4c, 0x70, -+ 0x40, 0x44, 0x3c, 0x90, 0x48, 0x44, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x31, 0x29, 0x24, 0x27, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, 0xfc, -+ 0x48, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x07, 0x18, 0x01, 0x07, 0x79, 0x09, 0x05, -+ 0x3f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0xc0, 0x30, 0x2c, 0x20, 0x40, -+ 0xf8, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x1f, 0x12, 0x12, 0x1f, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x90, 0x90, 0xf0, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0d, 0x13, 0x7f, -+ 0x08, 0x2d, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xdc, 0x54, 0xdc, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x04, 0x03, 0x3e, 0x12, 0x0d, 0x1b, -+ 0x61, 0x3f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0xf8, 0x48, 0x30, 0xc8, -+ 0x04, 0xf8, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x24, 0x24, 0x7b, 0x10, 0x7d, -+ 0x11, 0x55, 0x3a, 0x30, 0x1c, 0x60, 0x00, 0x00, -+ 0x50, 0x90, 0x90, 0x94, 0xb4, 0xf4, 0xb8, 0xd0, -+ 0xb0, 0x98, 0xa8, 0xa8, 0xc4, 0x84, 0x00, 0x00, -+ 0x02, 0x3c, 0x7f, 0x3f, 0x2a, 0x3e, 0x2a, 0x3e, -+ 0x3e, 0x0f, 0x79, 0x00, 0x24, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0x88, 0x88, 0x30, 0x00, 0x88, 0x44, 0x00, 0x00, -+ 0x00, 0x1f, 0x02, 0x02, 0x7f, 0x02, 0x02, 0x1f, -+ 0x04, 0x0f, 0x14, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xe0, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x7f, 0x0f, 0x09, 0x0f, -+ 0x09, 0x0f, 0x1f, 0x7f, 0x12, 0x61, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xc0, 0xfc, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0xf0, 0xfc, 0x48, 0x24, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x7f, 0x00, 0x3e, 0x00, 0x3e, -+ 0x00, 0x3e, 0x22, 0x23, 0x3f, 0x22, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x3e, 0x12, 0x13, 0x7f, 0x12, 0x3e, 0x10, -+ 0x1e, 0x33, 0x32, 0x52, 0x1e, 0x10, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x7f, 0x01, 0x1f, 0x11, 0x1f, -+ 0x11, 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf8, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x09, 0x09, 0x7f, 0x09, 0x3f, 0x08, -+ 0x0f, 0x19, 0x19, 0x29, 0x4f, 0x09, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0xd0, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x3f, 0x04, 0x04, 0x7f, 0x04, -+ 0x04, 0x3f, 0x04, 0x04, 0x07, 0x7c, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xa0, 0x20, 0x30, 0xe8, 0x24, -+ 0x24, 0xa0, 0x20, 0x20, 0xa0, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x7e, 0x12, 0x12, 0x22, 0x4d, 0x01, -+ 0x7f, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, -+ 0xfc, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x02, 0x04, 0x08, 0x1c, -+ 0x2a, 0x4a, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xa0, 0x90, 0x88, -+ 0x84, 0x84, 0xc4, 0xb8, 0x80, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x13, 0x30, 0x50, 0x11, -+ 0x17, 0x10, 0x12, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x90, 0x90, 0x20, 0xd0, 0x98, 0xe4, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x14, 0x15, 0x35, 0x56, 0x14, -+ 0x14, 0x15, 0x15, 0x13, 0x10, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x12, 0x12, 0x12, 0x7f, 0x12, -+ 0x12, 0x12, 0x12, 0x22, 0x22, 0x42, 0x00, 0x00, -+ 0x08, 0xc8, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x15, 0x05, -+ 0x05, 0x09, 0x09, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, -+ 0x00, 0x00, 0x08, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x3f, 0x22, 0x22, 0x3e, 0x23, -+ 0x20, 0x4f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0x90, 0x60, 0x60, 0x90, -+ 0x0c, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x01, -+ 0x3f, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x10, 0x10, 0x17, 0x7c, 0x10, -+ 0x13, 0x14, 0x18, 0x60, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x22, -+ 0x41, 0x1f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x08, 0xc8, 0x48, 0x48, 0xc8, 0x48, 0x48, 0x18, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x08, 0x3e, 0x08, 0x0f, 0x71, -+ 0x01, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x88, 0x08, 0x30, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x12, 0x12, 0x12, 0x7f, 0x12, -+ 0x12, 0x12, 0x12, 0x22, 0x22, 0x42, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x20, 0x48, 0x08, 0x90, 0x10, -+ 0x24, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x08, 0x0b, 0x11, 0x24, 0x04, 0x09, 0x1e, 0x28, -+ 0x4b, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0xa0, 0x40, 0xf0, 0x4c, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x1f, 0x15, -+ 0x19, 0x13, 0x2d, 0x20, 0x43, 0x1c, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0xfc, 0x58, -+ 0xe4, 0xf4, 0x20, 0xc0, 0x60, 0x1c, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x0f, 0x78, 0x0f, 0x07, -+ 0x00, 0x0f, 0x25, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0xfc, 0x20, 0xe0, 0xe0, -+ 0x20, 0xe0, 0x08, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x02, 0x3c, 0x08, 0x7f, 0x08, 0x3e, 0x22, 0x3e, -+ 0x20, 0x05, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x20, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x88, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x10, 0x1d, -+ 0x73, 0x15, 0x11, 0x11, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x80, 0xfc, -+ 0x34, 0xc4, 0x04, 0x14, 0xf4, 0x18, 0x00, 0x00, -+ 0x11, 0x11, 0x13, 0x7f, 0x15, 0x11, 0x11, 0x15, -+ 0x1f, 0x71, 0x11, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xf8, 0x20, 0xfc, -+ 0xe0, 0x20, 0x3c, 0x04, 0x04, 0x18, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x10, 0x1e, 0x23, 0x7a, -+ 0x2a, 0x2a, 0x3a, 0x22, 0x02, 0x0d, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x88, 0x88, 0x48, 0x50, -+ 0x30, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x01, 0x7f, -+ 0x0f, 0x08, 0x0f, 0x05, 0x09, 0x33, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0xfc, -+ 0xe0, 0x20, 0xe0, 0x60, 0x10, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x1b, 0x1c, 0x1a, -+ 0x2b, 0x28, 0x48, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x21, 0x21, 0x00, 0x13, -+ 0x10, 0x17, 0x20, 0x20, 0x41, 0x46, 0x00, 0x00, -+ 0x08, 0x70, 0x88, 0x48, 0x50, 0x20, 0x40, 0xf8, -+ 0x40, 0xfc, 0xc0, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x54, 0x54, 0x57, 0x7c, 0x54, -+ 0x57, 0x54, 0x7c, 0x44, 0x07, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x0d, 0x78, 0x08, 0x09, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x28, 0xfc, 0x60, 0xa4, 0x9c, 0xf0, 0x84, 0x7c, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x02, 0x1c, 0x03, 0x01, 0x7f, -+ 0x01, 0x09, 0x09, 0x11, 0x21, 0x01, 0x00, 0x00, -+ 0x38, 0xc0, 0x20, 0x20, 0x40, 0x90, 0x08, 0xfc, -+ 0x04, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x14, 0x0c, 0x13, 0x7f, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x4b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x20, 0x70, 0xac, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x0b, 0x73, 0x15, 0x0d, 0x13, 0x7f, -+ 0x09, 0x2d, 0x2b, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0xa8, 0x68, 0x70, 0x20, 0xfc, 0x20, -+ 0x70, 0xa8, 0x28, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3f, 0x2a, 0x3e, 0x7f, -+ 0x0a, 0x0e, 0x01, 0x7f, 0x0d, 0x31, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x8c, 0xf8, 0x90, 0x60, 0xb0, -+ 0x4c, 0xc0, 0x70, 0x88, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x04, 0x3f, 0x04, 0x7f, -+ 0x04, 0x3f, 0x04, 0x07, 0x78, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x20, 0x20, 0x30, 0xa8, -+ 0x24, 0x24, 0x20, 0xa0, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x04, 0x03, 0x0d, -+ 0x71, 0x0f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x60, 0x80, 0x60, -+ 0x1c, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x3f, 0x12, 0x12, -+ 0x7f, 0x12, 0x12, 0x12, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x48, 0x48, 0x48, -+ 0xc8, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x3f, 0x21, 0x41, 0x0f, 0x09, -+ 0x09, 0x0f, 0x09, 0x01, 0x01, 0x3e, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x08, 0x00, 0xe0, 0x20, -+ 0x20, 0xe0, 0x20, 0x10, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x80, 0x98, 0xe0, 0x80, 0x84, 0x7c, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x12, 0x7f, 0x1f, 0x3d, 0x55, 0x1e, 0x07, 0x7f, -+ 0x07, 0x07, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0xc8, 0x50, 0x30, 0xcc, 0xc0, 0xfc, -+ 0xc0, 0xc0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x08, 0x3e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x20, 0xf0, 0x2c, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x34, 0x0c, 0x1a, 0x29, 0x48, -+ 0x3e, 0x08, 0x08, 0x0e, 0x70, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x02, 0x0c, 0x72, 0x4a, 0x2c, 0x08, 0x3e, 0x08, -+ 0x7e, 0x08, 0x14, 0x13, 0x21, 0x42, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x38, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x1f, 0x00, 0x00, -+ 0x7f, 0x02, 0x02, 0x04, 0x3f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf0, 0x00, 0x00, -+ 0xfc, 0x40, 0x20, 0xf0, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x20, 0x13, 0x12, 0x02, 0x02, 0x72, 0x12, -+ 0x13, 0x1e, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x80, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0xc8, 0x70, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0xf8, -+ 0x20, 0xb0, 0xa8, 0xa4, 0x24, 0x60, 0x00, 0x00, -+ 0x04, 0x07, 0x3f, 0x26, 0x3b, 0x3f, 0x26, 0x3c, -+ 0x27, 0x3b, 0x26, 0x3a, 0x42, 0x0c, 0x00, 0x00, -+ 0x08, 0xa8, 0xe8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0x28, 0x28, 0xa8, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x22, 0x3e, 0x22, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x5c, 0xe0, 0x48, 0x48, 0x50, -+ 0x30, 0x20, 0x60, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3f, 0x3e, 0x7f, 0x08, -+ 0x0f, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x8c, 0xf8, 0x50, 0x30, 0xcc, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x21, 0x12, 0x17, 0x44, 0x27, 0x24, 0x07, 0x12, -+ 0x1f, 0x13, 0x24, 0x24, 0x4b, 0x50, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0xa0, 0xfc, 0xc8, 0xa8, 0x28, -+ 0xe8, 0x90, 0x90, 0xa8, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x2a, 0x31, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x39, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x1c, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x80, 0xf8, 0x00, 0x00, 0x80, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x09, 0x09, 0x0b, 0x12, 0x15, 0x31, 0x52, 0x14, -+ 0x1f, 0x10, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0xfc, 0xa8, 0xa8, 0x7c, 0x48, 0x48, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x1f, 0x11, 0x21, 0x41, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x08, 0x10, 0x20, -+ 0x80, 0x80, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x20, 0x00, 0x1f, -+ 0x10, 0x11, 0x21, 0x22, 0x44, 0x48, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf0, 0x90, 0x90, 0x90, 0xfc, -+ 0xc0, 0x20, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x22, 0x1f, 0x12, 0x4f, 0x22, 0x23, 0x0c, 0x11, -+ 0x17, 0x10, 0x2f, 0x22, 0x4c, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0x28, 0xd8, 0xa0, 0x20, -+ 0x50, 0xb8, 0xc8, 0xb0, 0x88, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x40, 0x01, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xc0, 0x40, 0x40, -+ 0x40, 0x20, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x02, 0x1f, 0x12, 0x12, 0x12, -+ 0x12, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x00, 0x3f, -+ 0x00, 0x3c, 0x24, 0x25, 0x3e, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x08, -+ 0x0f, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x13, 0x12, 0x34, 0x50, 0x17, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x12, 0x17, 0x38, 0x57, 0x14, -+ 0x17, 0x14, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x80, 0x80, 0x40, 0x20, 0xf0, 0x88, 0xf0, 0x90, -+ 0xf0, 0x90, 0x40, 0x20, 0x10, 0x08, 0x00, 0x00, -+ 0x08, 0x0a, 0x09, 0x13, 0x10, 0x37, 0x50, 0x11, -+ 0x12, 0x15, 0x11, 0x11, 0x11, 0x10, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xf8, 0x40, 0xfc, 0xa0, 0xf0, -+ 0x28, 0xe4, 0x20, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x08, 0x08, 0x0e, 0x13, 0x12, 0x34, 0x5f, 0x11, -+ 0x15, 0x15, 0x12, 0x13, 0x14, 0x18, 0x00, 0x00, -+ 0x20, 0xf8, 0x28, 0xfc, 0x28, 0xf8, 0x20, 0xf8, -+ 0x20, 0xfc, 0x20, 0x20, 0xc0, 0x3c, 0x00, 0x00, -+ 0x08, 0x04, 0x7f, 0x04, 0x3f, 0x04, 0x7f, 0x04, -+ 0x3f, 0x04, 0x1c, 0x64, 0x04, 0x04, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x80, 0xf0, 0x90, 0xfc, 0x90, -+ 0xf0, 0xc0, 0xb0, 0x8c, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x11, 0x09, 0x3f, 0x02, 0x7f, 0x04, 0x18, -+ 0x6f, 0x02, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x10, 0x20, 0xf8, 0x80, 0xfc, 0x40, 0x30, -+ 0xec, 0x20, 0x20, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x04, 0x04, 0x0a, 0x11, 0x7f, 0x04, 0x3f, 0x25, -+ 0x3f, 0x24, 0x0a, 0x09, 0x11, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x48, 0x48, 0xc8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4b, 0x48, 0x49, 0x49, -+ 0x49, 0x79, 0x49, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x08, 0xf8, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x25, 0x2f, 0x22, 0x3f, 0x24, 0x2f, -+ 0x30, 0x27, 0x24, 0x23, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xe8, 0x88, 0xf8, 0x48, 0xe8, -+ 0x58, 0xc8, 0x28, 0xe8, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x22, 0x3e, 0x24, 0x3f, -+ 0x21, 0x1f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x50, 0x20, 0xd0, 0x0c, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x10, 0x13, 0x10, 0x7d, 0x24, 0x27, 0x24, -+ 0x79, 0x48, 0x0d, 0x16, 0x24, 0x40, 0x00, 0x00, -+ 0x08, 0x90, 0xfc, 0xa0, 0xf8, 0xa8, 0xfc, 0xa8, -+ 0xf8, 0xa0, 0xb0, 0xa8, 0xa4, 0xa0, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x08, 0x17, 0x10, 0x3b, 0x08, -+ 0x4b, 0x28, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x01, 0x3f, 0x21, 0x7f, 0x1f, 0x01, 0x7f, 0x1f, -+ 0x12, 0x1f, 0x25, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf8, 0xf0, 0x00, 0xfc, 0xf0, -+ 0x90, 0xf0, 0x08, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x1e, 0x52, 0x5e, 0x5e, 0x52, 0x5f, 0x7e, 0x2a, -+ 0x29, 0x49, 0x04, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x18, 0xe0, 0x28, 0xd0, 0x28, 0xfc, 0x64, 0xa8, -+ 0x24, 0x20, 0x80, 0x88, 0x24, 0xe4, 0x00, 0x00, -+ 0x09, 0x11, 0x1f, 0x02, 0x7f, 0x08, 0x1f, 0x61, -+ 0x1f, 0x01, 0x3f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x20, 0x10, 0xf0, 0x80, 0xfc, 0x20, 0xd8, 0x04, -+ 0xf0, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x7f, 0x10, 0x17, 0x11, 0x13, -+ 0x1c, 0x71, 0x11, 0x11, 0x11, 0x30, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xf8, 0xa0, 0xfc, 0x10, 0xe8, -+ 0x24, 0xe0, 0x20, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x08, 0x08, 0x7f, 0x0b, 0x18, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x48, 0x08, 0x0b, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x44, 0xf8, 0x48, -+ 0x48, 0xf8, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x13, 0x30, 0x39, 0x37, -+ 0x55, 0x51, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x40, 0xfc, 0x90, 0xfc, 0x20, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x06, 0x03, 0x7f, 0x44, 0x5f, -+ 0x09, 0x0f, 0x11, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xc0, 0x00, 0xfc, 0x48, 0xe0, -+ 0x10, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, 0x03, 0x02, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x80, -+ 0x80, 0x40, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3f, 0x33, 0x2d, 0x3f, -+ 0x25, 0x3f, 0x25, 0x25, 0x25, 0x23, 0x00, 0x00, -+ 0x20, 0x28, 0xa4, 0x24, 0xfc, 0x20, 0x20, 0x30, -+ 0x50, 0x50, 0x48, 0x88, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x08, 0x08, 0x10, 0x1f, 0x32, -+ 0x52, 0x12, 0x12, 0x1f, 0x11, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0x90, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x11, 0x11, 0x11, 0x3d, 0x25, -+ 0x65, 0x24, 0x24, 0x3d, 0x22, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x00, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x07, 0x24, 0x27, 0x24, 0x27, 0x24, 0x27, -+ 0x20, 0x3f, 0x25, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0xfc, 0x60, 0x18, 0x04, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x14, 0x17, 0x24, 0x47, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x0a, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0xa0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x38, 0x03, 0x7c, 0x03, 0x38, 0x07, 0x38, -+ 0x03, 0x38, 0x29, 0x2a, 0x3c, 0x20, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xfc, 0xa8, -+ 0xf8, 0xa0, 0xb0, 0xa8, 0xa4, 0xa0, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x3e, 0x3f, 0x2f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x70, 0x8c, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x13, 0x00, 0x0f, 0x71, 0x11, -+ 0x11, 0x11, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xf8, 0x40, 0xfc, 0xf0, 0x10, -+ 0xf0, 0xf8, 0x08, 0xf8, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x24, 0x25, 0x79, 0x13, 0x7c, -+ 0x12, 0x56, 0x39, 0x31, 0x1a, 0x64, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0xa8, 0xfc, 0x28, 0xf8, 0xa0, -+ 0xf8, 0xa0, 0xfc, 0x20, 0xa0, 0x7c, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x2b, 0x30, 0x2b, 0x26, -+ 0x26, 0x27, 0x38, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x44, 0xf8, 0x48, -+ 0x48, 0xf8, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x3e, 0x22, 0x3e, 0x14, 0x15, -+ 0x55, 0x36, 0x34, 0x16, 0x18, 0x63, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x29, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x88, 0xfc, 0x20, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0x60, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x1e, 0x10, 0x7f, 0x52, 0x4e, 0x76, -+ 0x6e, 0x5a, 0x76, 0x4a, 0x7e, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x88, 0xfc, 0x20, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x00, 0x7f, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x80, 0x80, -+ 0x80, 0x80, 0x84, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x13, 0x12, 0x13, 0x12, 0x13, -+ 0x10, 0x12, 0x22, 0x24, 0x48, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x80, 0xa0, 0x90, 0x88, 0x88, 0x80, 0x00, 0x00, -+ 0x09, 0x04, 0x1f, 0x10, 0x1f, 0x12, 0x1f, 0x15, -+ 0x17, 0x17, 0x25, 0x3f, 0x41, 0x01, 0x00, 0x00, -+ 0x08, 0x90, 0xfc, 0x20, 0xa0, 0x20, 0xbc, 0x48, -+ 0xa8, 0x30, 0x10, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x0a, 0x72, 0x12, 0x0c, 0x04, -+ 0x0c, 0x0a, 0x12, 0x7d, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7c, 0x07, 0x04, 0x3c, 0x27, 0x20, 0x3c, -+ 0x24, 0x24, 0x04, 0x04, 0x0b, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x48, 0x88, 0x90, 0x50, -+ 0x20, 0x20, 0x50, 0x88, 0xf4, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x24, 0x27, 0x04, 0x17, -+ 0x16, 0x16, 0x27, 0x2a, 0x48, 0x51, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0xe8, 0x28, 0xa8, -+ 0xb0, 0x90, 0xb4, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x22, 0x02, 0x12, -+ 0x12, 0x12, 0x24, 0x24, 0x49, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x20, 0xa8, 0xa4, 0x24, 0x60, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x01, 0x02, 0x1a, 0x06, -+ 0x01, 0x00, 0x01, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0xa0, 0x10, 0x78, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x01, 0x7d, 0x11, 0x11, 0x11, 0x7d, 0x11, -+ 0x11, 0x10, 0x1c, 0x61, 0x06, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0d, 0x12, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x4b, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x28, 0xc8, 0x50, -+ 0x30, 0x20, 0x30, 0x48, 0xfc, 0x04, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x13, 0x1a, 0x16, 0x17, 0x7f, -+ 0x12, 0x1a, 0x1a, 0x2a, 0x23, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x28, 0xc8, 0x50, -+ 0x30, 0x10, 0x28, 0x48, 0xf4, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x00, 0x7f, 0x00, 0x0f, 0x00, 0x0f, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xe0, 0x00, 0xfc, 0x00, 0xe0, 0x00, 0xe0, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x00, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x26, 0x3e, 0x25, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x10, 0x20, -+ 0xc8, 0x10, 0x64, 0x08, 0x30, 0xc0, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x31, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x48, -+ 0x48, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x11, 0x09, 0x09, 0x01, 0x7f, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x30, 0xc0, 0x10, 0x10, 0x20, 0x40, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x0f, 0x0c, 0x14, 0x17, 0x34, 0x55, 0x15, -+ 0x15, 0x15, 0x15, 0x14, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xe8, 0x28, -+ 0x28, 0xe8, 0x28, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x1f, -+ 0x10, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x4a, 0x49, 0x49, 0x48, 0x4f, -+ 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x48, 0x48, 0x50, 0x60, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x3f, 0x21, 0x27, 0x24, -+ 0x24, 0x27, 0x24, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xc8, 0x48, -+ 0x48, 0xc8, 0x48, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x09, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x03, 0x05, 0x05, 0x09, 0x0d, 0x19, -+ 0x69, 0x09, 0x0a, 0x0a, 0x0f, 0x18, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x68, 0x58, 0x78, 0x94, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x00, 0x3f, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x1f, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, -+ 0x00, 0x00, 0x08, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x17, 0x14, 0x17, -+ 0x14, 0x17, 0x20, 0x3f, 0x40, 0x00, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf8, 0x80, 0xf0, 0x90, 0xf0, -+ 0x90, 0xf0, 0x80, 0xfc, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x7c, 0x05, 0x05, 0x3d, 0x25, 0x21, 0x3d, -+ 0x25, 0x25, 0x05, 0x06, 0x0b, 0x34, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x68, 0x58, 0x7c, 0x94, 0x14, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x1f, -+ 0x10, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x3e, -+ 0x22, 0x22, 0x22, 0x3e, 0x23, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1b, -+ 0x29, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x20, 0x12, 0x12, 0x42, 0x2f, 0x22, 0x02, 0x0f, -+ 0x19, 0x19, 0x2f, 0x29, 0x40, 0x41, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0xc8, 0x78, 0x48, 0x48, -+ 0x48, 0x78, 0x48, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x04, 0x44, 0x29, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x0a, 0x33, 0x14, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x68, 0x58, 0x78, 0x94, 0x04, 0x00, 0x00, -+ 0x10, 0x55, 0x35, 0x39, 0x17, 0x7d, 0x11, 0x1b, -+ 0x36, 0x36, 0x53, 0x12, 0x10, 0x11, 0x00, 0x00, -+ 0x00, 0x38, 0x28, 0x28, 0xe8, 0x38, 0x28, 0xa8, -+ 0xb8, 0xa8, 0xc8, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7c, 0x08, 0x0b, 0x12, 0x3d, -+ 0x54, 0x12, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x88, 0xfc, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x25, 0x26, 0x3d, -+ 0x24, 0x24, 0x24, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x94, 0x14, 0x0c, 0xf8, -+ 0x88, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x3e, -+ 0x22, 0x22, 0x22, 0x3f, 0x23, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x88, 0xf8, -+ 0x88, 0x88, 0x88, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x3f, 0x05, 0x09, -+ 0x0d, 0x19, 0x69, 0x0a, 0x0b, 0x1c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x18, 0xf0, 0x50, 0x50, -+ 0x50, 0x50, 0x68, 0x58, 0xf4, 0x14, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x11, 0x1f, 0x10, -+ 0x12, 0x12, 0x22, 0x24, 0x48, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0xf0, 0x08, 0xf8, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x01, 0x3e, 0x00, 0x3d, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0xf8, 0x04, 0xf8, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x22, 0x3e, 0x09, 0x28, 0x2f, -+ 0x28, 0x28, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x88, 0x74, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x17, -+ 0x1c, 0x17, 0x27, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x20, 0xfc, -+ 0x40, 0xf0, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x3f, 0x21, 0x3f, 0x2a, 0x2f, -+ 0x3a, 0x2f, 0x2f, 0x4a, 0x4f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x20, 0x78, 0x48, 0x78, 0xc8, -+ 0x78, 0x48, 0x78, 0x30, 0xc8, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x01, 0x3e, 0x22, -+ 0x3e, 0x22, 0x14, 0x16, 0x18, 0x63, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x88, 0x88, -+ 0x50, 0x70, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x02, 0x02, 0x02, 0x3f, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x02, 0x07, 0x04, 0x04, 0x04, -+ 0x0f, 0x08, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xe0, 0x20, 0x20, 0x20, -+ 0xe0, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x10, 0x30, 0x57, 0x11, -+ 0x11, 0x11, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0x80, 0x80, 0x80, 0xf0, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x11, 0x11, 0x21, 0x01, 0x7f, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x12, 0x12, 0x13, 0x10, 0x1f, 0x10, -+ 0x00, 0x7f, 0x00, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x00, 0xf0, 0x10, -+ 0x10, 0xfc, 0x00, 0x60, 0x10, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x02, 0x1f, 0x04, 0x04, 0x7f, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xe0, 0x20, 0x20, 0xfc, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x25, -+ 0x79, 0x48, 0x0f, 0x14, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x48, 0x78, 0x48, 0x00, -+ 0xf0, 0x10, 0xfc, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x23, 0x48, 0x08, 0x10, 0x17, 0x30, -+ 0x51, 0x17, 0x10, 0x10, 0x11, 0x1e, 0x00, 0x00, -+ 0x40, 0x50, 0x90, 0xa0, 0x50, 0x88, 0xf4, 0x84, -+ 0xf8, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x12, 0x12, 0x23, 0x4d, 0x09, 0x17, 0x11, 0x35, -+ 0x55, 0x15, 0x15, 0x15, 0x1e, 0x10, 0x00, 0x00, -+ 0x00, 0x38, 0xe8, 0x28, 0x28, 0xe8, 0x28, 0x28, -+ 0xe8, 0x28, 0x78, 0xa0, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x18, 0x35, 0x34, 0x30, 0x57, -+ 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf0, 0x90, 0x90, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x09, 0x1c, 0x1a, 0x1b, -+ 0x28, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf0, 0x90, 0x90, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x12, 0x7f, 0x12, 0x1a, 0x37, 0x37, -+ 0x30, 0x57, 0x55, 0x17, 0x14, 0x14, 0x00, 0x00, -+ 0x80, 0x40, 0xb0, 0xfc, 0xb0, 0x50, 0xb0, 0xf0, -+ 0x80, 0xf8, 0x28, 0xd8, 0x08, 0x18, 0x00, 0x00, -+ 0x02, 0x02, 0x7a, 0x17, 0x12, 0x12, 0x7f, 0x15, -+ 0x15, 0x15, 0x1f, 0x64, 0x01, 0x02, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xc8, 0x48, 0x78, 0x48, 0x48, -+ 0x78, 0x48, 0x88, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x07, 0x07, 0x04, 0x7f, 0x08, -+ 0x1f, 0x62, 0x0f, 0x34, 0x07, 0x04, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xc0, 0xc0, 0x40, 0xfc, 0x20, -+ 0xf0, 0x0c, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x01, 0x3c, 0x00, 0x3f, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0xf0, 0x90, 0x90, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x00, 0x3f, 0x24, 0x24, 0x3c, 0x25, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x00, 0xf8, 0x08, -+ 0x08, 0xfc, 0x50, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x3b, 0x00, 0x7d, 0x03, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3f, 0x24, 0x24, 0x3c, 0x27, 0x00, 0x00, -+ 0x90, 0xfc, 0xb0, 0xfc, 0x20, 0xf8, 0xf8, 0x20, -+ 0xfc, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2e, 0x2e, 0x3f, -+ 0x37, 0x27, 0x3f, 0x23, 0x3e, 0x22, 0x00, 0x00, -+ 0x80, 0xb8, 0xa8, 0xa8, 0xe8, 0xb8, 0xa8, 0xe8, -+ 0x78, 0x68, 0xe8, 0x48, 0x48, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x10, 0x20, 0x4f, 0x01, -+ 0x02, 0x04, 0x08, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0xc0, 0x00, -+ 0x00, 0x00, 0x00, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x04, 0x08, 0x14, 0x22, -+ 0x02, 0x01, 0x01, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x20, 0x50, 0x48, 0x48, -+ 0x80, 0x80, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x11, 0x11, 0x32, 0x55, 0x11, -+ 0x10, 0x10, 0x10, 0x11, 0x16, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x20, 0x10, 0x28, 0x28, 0x20, -+ 0xc0, 0xc0, 0xc0, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x09, 0x08, 0x08, 0x17, 0x11, 0x31, 0x51, 0x12, -+ 0x14, 0x17, 0x10, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0xf0, 0x10, 0x10, 0xfc, 0x00, 0x00, 0xf8, 0x40, -+ 0x40, 0xfc, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x09, 0x08, 0x0c, 0x17, 0x34, 0x54, 0x15, 0x16, -+ 0x17, 0x14, 0x14, 0x14, 0x11, 0x16, 0x00, 0x00, -+ 0xf0, 0x10, 0x10, 0xfc, 0x80, 0xf8, 0x20, 0x20, -+ 0xfc, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x10, 0x10, 0x37, 0x51, 0x11, -+ 0x17, 0x10, 0x10, 0x13, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x20, -+ 0xfc, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x11, 0x09, 0x09, 0x01, 0x7f, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x10, 0x20, 0x00, 0xfc, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x04, 0x04, 0x08, 0x08, 0x11, 0x21, 0x41, -+ 0x02, 0x02, 0x02, 0x04, 0x3f, 0x00, 0x00, 0x00, -+ 0xc0, 0x40, 0x20, 0x20, 0x10, 0x08, 0x04, 0x00, -+ 0x40, 0x20, 0x10, 0x70, 0x88, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7c, 0x13, 0x10, 0x10, 0x10, -+ 0x10, 0x15, 0x19, 0x61, 0x02, 0x04, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0xf8, 0x88, 0x88, 0x88, -+ 0x88, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x14, 0x12, 0x23, 0x52, -+ 0x0c, 0x04, 0x0a, 0x12, 0x21, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x12, 0x22, 0x42, 0x03, -+ 0x04, 0x05, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, -+ 0x88, 0xc8, 0x48, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x13, 0x12, 0x13, 0x12, 0x13, 0x10, -+ 0x13, 0x10, 0x2f, 0x20, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf0, 0x20, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x1f, 0x10, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0xf0, 0x10, 0x10, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x04, 0x3f, 0x20, 0x20, 0x27, 0x24, -+ 0x24, 0x24, 0x27, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x48, -+ 0x48, 0x48, 0xc8, 0x48, 0x08, 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, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x10, 0x13, -+ 0x12, 0x12, 0x22, 0x22, 0x43, 0x02, 0x00, 0x00, -+ 0x38, 0xc0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4b, 0x4a, 0x4e, 0x4a, 0x4a, -+ 0x4b, 0x7b, 0x4a, 0x42, 0x02, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0x40, 0x40, 0xfc, 0xa0, -+ 0x20, 0xfc, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x10, 0x17, 0x10, 0x7c, 0x11, 0x11, 0x11, -+ 0x11, 0x1d, 0x62, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0x00, 0xe0, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x12, -+ 0x12, 0x1e, 0x64, 0x04, 0x08, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x13, -+ 0x3c, 0x24, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x10, 0x10, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3e, 0x02, 0x04, 0x04, 0x08, 0x08, 0x0e, -+ 0x78, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x07, -+ 0x18, 0x60, 0x1f, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0x10, 0xf0, 0x20, 0x40, 0xfc, 0x00, 0xe0, -+ 0x40, 0x80, 0xf8, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x42, 0x7f, 0x02, 0x04, -+ 0x04, 0x08, 0x11, 0x21, 0x4f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xfc, 0x00, 0x80, -+ 0x80, 0x80, 0x20, 0x30, 0xc8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x00, 0x7c, 0x10, 0x10, 0x11, 0x11, -+ 0x10, 0x1c, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x04, 0x7f, 0x04, 0x0f, -+ 0x10, 0x6f, 0x08, 0x08, 0x08, 0x07, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0xe0, -+ 0x50, 0xcc, 0x40, 0x10, 0x10, 0xf0, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x08, 0x04, 0x7f, -+ 0x01, 0x01, 0x3f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x20, 0x40, 0xfc, -+ 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x11, 0x11, 0x22, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x80, 0x80, 0x80, 0x80, -+ 0x80, 0x20, 0x10, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x17, 0x10, 0x1f, 0x10, -+ 0x17, 0x10, 0x11, 0x21, 0x22, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0xf0, 0x90, 0xfc, 0x90, -+ 0xf0, 0x90, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x17, 0x10, 0x1f, 0x10, -+ 0x17, 0x1c, 0x23, 0x26, 0x58, 0x01, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0xf0, 0x90, 0xfc, 0x90, -+ 0xf0, 0xc8, 0xb0, 0x90, 0x8c, 0x80, 0x00, 0x00, -+ 0x00, 0x7e, 0x02, 0x02, 0x3e, 0x22, 0x20, 0x3e, -+ 0x22, 0x02, 0x02, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x40, 0x40, -+ 0x40, 0x50, 0x88, 0x98, 0xe4, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x11, 0x39, 0x35, 0x35, 0x51, -+ 0x11, 0x11, 0x11, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x18, 0x37, 0x35, 0x31, 0x50, -+ 0x11, 0x11, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x90, 0xfc, 0x90, 0x40, 0xfc, 0x00, 0x00, 0xf8, -+ 0x50, 0x50, 0x50, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x11, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x12, 0x12, 0x34, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0x00, 0xe0, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x12, 0x14, 0x13, 0x12, -+ 0x1a, 0x73, 0x12, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x48, -+ 0x48, 0xc8, 0x48, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x14, 0x10, 0x11, 0x16, -+ 0x1b, 0x70, 0x10, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0xa0, 0xa4, 0x1c, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7e, 0x11, 0x11, 0x12, 0x10, -+ 0x14, 0x18, 0x60, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x06, 0x38, -+ 0x20, 0x20, 0x26, 0x38, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x11, 0x09, -+ 0x09, 0x7f, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x10, 0x10, -+ 0x20, 0xfc, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x19, 0x05, 0x03, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x10, 0x00, 0x00, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x09, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x00, 0xf0, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x14, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x18, 0x1d, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x90, 0x88, 0x94, 0x94, -+ 0x50, 0x60, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x13, 0x3a, 0x37, -+ 0x36, 0x51, 0x50, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x40, 0x80, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7f, 0x08, 0x1b, 0x1c, 0x1b, -+ 0x2b, 0x29, 0x49, 0x0b, 0x09, 0x09, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa0, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0x48, 0xfc, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x40, 0x20, 0x20, 0x00, 0x08, -+ 0x08, 0x08, 0x10, 0x10, 0x27, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x41, 0x27, 0x21, 0x01, 0x01, -+ 0x1f, 0x11, 0x21, 0x22, 0x44, 0x48, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0x20, -+ 0xfc, 0x00, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x43, 0x22, 0x24, 0x0f, 0x00, -+ 0x13, 0x12, 0x22, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x2f, 0x21, 0x02, 0x17, -+ 0x18, 0x13, 0x22, 0x22, 0x42, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x20, 0x10, 0xec, -+ 0x20, 0xe0, 0x20, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x11, 0x0f, 0x09, 0x47, 0x21, 0x2f, 0x00, 0x13, -+ 0x12, 0x13, 0x22, 0x2f, 0x42, 0x42, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x80, 0xf0, -+ 0x90, 0xf0, 0x90, 0xfc, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x3f, 0x21, 0x21, 0x3f, -+ 0x21, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x08, 0xf8, -+ 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x00, -+ 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x13, 0x12, 0x23, 0x3e, 0x67, -+ 0x26, 0x25, 0x3c, 0x20, 0x23, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x40, 0x80, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x1b, 0x70, 0x11, 0x11, 0x7d, 0x10, 0x1b, -+ 0x36, 0x36, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x08, 0xe8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x57, 0x36, 0x3a, 0x12, 0x7f, 0x12, 0x1a, -+ 0x37, 0x36, 0x52, 0x14, 0x17, 0x18, 0x00, 0x00, -+ 0x40, 0xfc, 0x20, 0xf8, 0x28, 0xfc, 0x28, 0xf8, -+ 0x24, 0xa8, 0x70, 0xa8, 0x24, 0x60, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7d, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x4b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7e, -+ 0x0c, 0x2a, 0x2b, 0x29, 0x4b, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x50, 0x90, -+ 0x90, 0xa0, 0x30, 0x48, 0xf4, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0d, 0x12, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x90, 0x88, 0x94, 0x94, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x17, 0x66, 0x1a, 0x1b, 0x26, 0x7f, -+ 0x13, 0x3b, 0x37, 0x37, 0x52, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0xc8, 0xf8, 0x48, 0x58, -+ 0x58, 0x58, 0xf8, 0x18, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x08, 0x7f, 0x08, -+ 0x1d, 0x1a, 0x2a, 0x48, 0x09, 0x0a, 0x00, 0x00, -+ 0x48, 0x48, 0x48, 0xfc, 0x48, 0x48, 0x48, 0x48, -+ 0xfc, 0x48, 0x88, 0x88, 0x08, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x03, 0x0f, -+ 0x72, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0xf0, 0x20, 0xfc, 0x80, 0x00, 0xf8, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xe0, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x7f, 0x00, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x24, 0x3c, 0x24, 0x24, -+ 0x3c, 0x25, 0x25, 0x26, 0x25, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xa0, 0xa0, -+ 0xa0, 0x30, 0x48, 0x58, 0xe4, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x26, 0x24, 0x3c, 0x25, 0x26, -+ 0x3f, 0x24, 0x24, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0xa0, 0xa8, 0x18, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x07, 0x04, 0x07, 0x3f, 0x27, 0x47, -+ 0x0f, 0x08, 0x0f, 0x0f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0xc0, 0x40, 0xc0, 0xfc, 0xc8, 0xc0, -+ 0xe0, 0x20, 0xe0, 0xe0, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x13, 0x1a, 0x16, 0x16, 0x7f, -+ 0x12, 0x1a, 0x1a, 0x2a, 0x23, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x00, 0x70, 0x50, 0x50, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x7f, 0x08, 0x08, -+ 0x07, 0x09, 0x09, 0x09, 0x11, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x00, 0x00, -+ 0xf0, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x09, 0x10, 0x24, 0x04, 0x0b, 0x08, 0x18, -+ 0x28, 0x48, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x12, 0x13, 0x24, 0x49, 0x0f, 0x15, 0x37, 0x55, -+ 0x17, 0x11, 0x1f, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xbc, 0x80, 0x00, 0xfc, 0x48, 0xc8, 0x48, -+ 0xc8, 0x08, 0xe8, 0x88, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x7f, 0x00, 0x3f, 0x00, 0x3d, -+ 0x01, 0x3d, 0x25, 0x27, 0x3d, 0x25, 0x00, 0x00, -+ 0xa0, 0xf8, 0xa0, 0xf8, 0xa0, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0x48, 0xfc, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x3c, 0x27, 0x3c, 0x25, -+ 0x25, 0x3d, 0x19, 0x17, 0x25, 0x41, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa0, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0x48, 0xfc, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x7f, 0x12, 0x11, 0x22, 0x52, -+ 0x0c, 0x04, 0x0a, 0x12, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xd0, 0x50, 0x60, 0xd0, 0xc8, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x24, 0xfc, 0x28, 0x28, 0xfc, 0x20, 0xf8, -+ 0x88, 0x10, 0xfc, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1d, 0x19, 0x0f, 0x72, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x80, 0xa0, 0xa0, 0xa0, -+ 0xa0, 0xb0, 0x48, 0x58, 0xe4, 0x04, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x11, 0x11, 0x3d, 0x25, 0x65, -+ 0x25, 0x25, 0x3d, 0x26, 0x23, 0x04, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x00, 0x20, 0x20, 0x20, -+ 0x20, 0x30, 0x48, 0x48, 0xf4, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x1b, 0x26, 0x26, 0x7b, 0x12, 0x7f, -+ 0x13, 0x57, 0x3b, 0x33, 0x1e, 0x62, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0xc8, 0xf8, 0x48, 0x58, -+ 0x58, 0x58, 0xf8, 0x18, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x22, -+ 0x2f, 0x30, 0x27, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x88, -+ 0xe8, 0x18, 0xc8, 0x48, 0xc8, 0x58, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x32, 0x28, 0x27, 0x24, -+ 0x24, 0x24, 0x3b, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x78, 0x88, 0x50, 0x30, 0xdc, 0x10, 0xf8, -+ 0x90, 0x90, 0xfc, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x07, 0x00, 0x7c, 0x11, 0x11, 0x11, 0x11, -+ 0x15, 0x19, 0x61, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x6f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x80, 0x40, 0x30, 0xec, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x00, -+ 0x3f, 0x20, 0x27, 0x24, 0x27, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, -+ 0xf8, 0x08, 0xc8, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x20, 0x10, 0x11, 0x0f, 0x45, 0x25, 0x25, 0x05, -+ 0x15, 0x17, 0x39, 0x22, 0x42, 0x44, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x32, 0x2a, 0x2c, 0x3f, 0x24, 0x35, -+ 0x35, 0x35, 0x3f, 0x31, 0x20, 0x21, 0x00, 0x00, -+ 0x08, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x09, 0x08, 0x7f, 0x08, -+ 0x0c, 0x12, 0x16, 0x79, 0x01, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x00, 0x7f, 0x04, -+ 0x07, 0x08, 0x08, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x00, 0xfc, 0x00, -+ 0xe0, 0x20, 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x6f, 0x00, 0x00, -+ 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0xec, 0x00, 0x00, -+ 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x17, 0x11, 0x11, 0x7d, 0x17, 0x14, 0x17, -+ 0x14, 0x1f, 0x63, 0x00, 0x07, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0xf0, 0x10, 0xf0, 0xfc, 0x08, 0xf8, -+ 0xc8, 0x70, 0xb0, 0xe8, 0x24, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x17, 0x10, 0x1c, -+ 0x71, 0x12, 0x14, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x50, 0xfc, 0x40, 0xf8, -+ 0x80, 0xf8, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x0f, 0x09, 0x41, 0x21, 0x27, 0x04, 0x0f, -+ 0x10, 0x17, 0x23, 0x21, 0x46, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0xf0, 0x10, 0xf0, 0xfc, 0x08, 0xf8, -+ 0xc8, 0x70, 0xf0, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x08, 0x0f, 0x3f, 0x20, 0x7f, -+ 0x07, 0x3a, 0x1d, 0x06, 0x38, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0x20, 0xe0, 0xfc, 0x08, 0xf8, -+ 0x88, 0xd0, 0xe0, 0xb0, 0x8c, 0x00, 0x00, 0x00, -+ 0x01, 0x1f, 0x07, 0x07, 0x07, 0x3f, 0x09, 0x7f, -+ 0x3e, 0x3e, 0x2a, 0x3e, 0x7f, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0xc0, 0xc0, 0xc0, 0xf8, 0x20, 0xfc, -+ 0xf8, 0xf8, 0xa8, 0xf8, 0xfc, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x08, 0x7f, 0x08, -+ 0x1e, 0x12, 0x2d, 0x44, 0x1b, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa4, 0x2c, 0xb4, 0x64, 0xfc, -+ 0x74, 0xac, 0x2c, 0x38, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x10, 0x10, 0x1f, -+ 0x12, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x90, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x08, 0x0a, 0x32, 0x0c, 0x05, -+ 0x09, 0x12, 0x26, 0x09, 0x11, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0xc8, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x1f, 0x11, 0x21, 0x7f, 0x00, -+ 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, -+ 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x2f, 0x21, 0x21, 0x2f, 0x21, -+ 0x21, 0x21, 0x2f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0x08, 0x08, 0xe8, 0x08, -+ 0x48, 0x28, 0xe8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x00, 0x3f, 0x26, 0x79, -+ 0x08, 0x7f, 0x1c, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x94, 0x94, 0x0c, 0x00, 0xf8, -+ 0x88, 0x50, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x10, 0xd0, 0x50, 0x7c, 0x90, 0x10, 0xfc, 0x00, -+ 0x78, 0x48, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x08, 0x28, 0x28, 0x3e, 0x28, 0x48, 0x7f, 0x00, -+ 0x3e, 0x22, 0x22, 0x3f, 0x21, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x01, 0x3f, -+ 0x01, 0x7f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x00, 0xfc, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x4b, 0x30, 0x1f, 0x30, 0x4b, 0x08, 0x1b, -+ 0x28, 0x4b, 0x0a, 0x0b, 0x32, 0x10, 0x00, 0x00, -+ 0x10, 0x98, 0x14, 0xd4, 0x10, 0xfc, 0x10, 0x90, -+ 0x10, 0xa8, 0xa8, 0xa8, 0x44, 0x84, 0x00, 0x00, -+ 0x20, 0x10, 0x17, 0x44, 0x27, 0x24, 0x04, 0x17, -+ 0x15, 0x15, 0x25, 0x29, 0x49, 0x56, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x20, 0xe8, 0x30, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x2b, 0x2a, 0x3a, 0x2b, 0x28, -+ 0x3f, 0x28, 0x29, 0x28, 0x28, 0x5b, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0x40, -+ 0xfc, 0x90, 0xd0, 0x20, 0xd0, 0x08, 0x00, 0x00, -+ 0x22, 0x14, 0x7f, 0x49, 0x7f, 0x49, 0x7f, 0x00, -+ 0x3e, 0x22, 0x3e, 0x22, 0x3f, 0x22, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x78, 0x48, 0x68, 0x58, -+ 0x58, 0x88, 0x88, 0xec, 0x8c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x12, 0x22, 0x44, 0x08, 0x01, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x48, 0x48, 0x88, 0x88, 0x30, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x1a, 0x34, 0x35, 0x32, 0x50, -+ 0x10, 0x11, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xa8, 0xa8, 0x28, 0x48, 0xb0, -+ 0x80, 0x50, 0x48, 0x14, 0x14, 0xf0, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x09, 0x09, 0x3f, 0x20, 0x4f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xfc, 0x08, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x44, 0x28, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x09, 0x31, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x21, 0x10, 0x10, 0x00, 0x00, 0x70, 0x11, -+ 0x11, 0x12, 0x14, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0x40, 0xc0, 0xa0, 0x20, -+ 0x10, 0x10, 0x08, 0x04, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x04, 0x04, 0x04, 0x24, 0x27, 0x24, 0x24, -+ 0x24, 0x24, 0x25, 0x26, 0x38, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x48, 0xd0, 0x60, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x27, 0x20, 0x20, 0x27, 0x39, 0x21, 0x21, -+ 0x25, 0x25, 0x1d, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x67, 0x00, 0x00, -+ 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0xcc, 0x00, 0x00, -+ 0xe0, 0x20, 0x40, 0x40, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x3f, 0x23, 0x23, 0x25, -+ 0x25, 0x29, 0x31, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x88, 0x88, 0x48, -+ 0x48, 0x28, 0x18, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x13, 0x7e, 0x12, 0x13, 0x12, -+ 0x16, 0x1b, 0x62, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x0c, 0x79, 0x26, 0x18, 0x6c, 0x36, 0x1a, 0x62, -+ 0x0d, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0xc8, 0xb0, 0xd8, -+ 0x84, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x27, -+ 0x79, 0x49, 0x0d, 0x15, 0x21, 0x41, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0x20, 0x10, 0xd4, 0x0c, -+ 0xfc, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x35, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf4, -+ 0x44, 0x28, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x0c, 0x78, 0x26, 0x18, 0x78, 0x1c, 0x6c, 0x14, -+ 0x65, 0x19, 0x04, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xa4, 0xb8, -+ 0xc8, 0x04, 0x90, 0x88, 0x24, 0xe4, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x70, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x70, 0x80, 0x80, 0xfc, 0x40, 0x24, 0x1c, 0xf4, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x1f, 0x10, -+ 0x10, 0x1f, 0x10, 0x10, 0x1e, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x80, -+ 0x98, 0xe0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x09, 0x7f, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x0e, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf4, -+ 0x44, 0x28, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x13, 0x3a, 0x36, -+ 0x36, 0x53, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x48, 0xe8, -+ 0xd8, 0x58, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x22, 0x03, 0x12, -+ 0x12, 0x13, 0x22, 0x22, 0x43, 0x4c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x40, -+ 0x48, 0xf0, 0x40, 0x44, 0xc4, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x2a, 0x0b, 0x1a, -+ 0x2b, 0x4a, 0x12, 0x12, 0x23, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf8, 0x48, 0x50, 0x20, 0x90, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x17, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0x88, 0xfc, 0x88, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x10, 0x1f, -+ 0x11, 0x11, 0x10, 0x13, 0x1c, 0x70, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x20, 0xe8, -+ 0x08, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x02, 0x03, 0x7e, 0x13, 0x1a, -+ 0x14, 0x27, 0x7b, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xc8, -+ 0xd0, 0x50, 0x68, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x28, 0x2f, 0x28, 0x28, 0x2e, 0x70, -+ 0x00, 0x1f, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x98, 0xe0, 0x80, 0x84, 0x84, 0x7c, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x10, 0x30, 0x50, 0x11, -+ 0x11, 0x12, 0x14, 0x18, 0x13, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x80, 0x80, 0x80, 0xf8, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x09, 0x09, 0x04, 0x04, 0x02, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x79, 0x4f, 0x49, 0x49, 0x4a, 0x4c, -+ 0x49, 0x7b, 0x4c, 0x40, 0x01, 0x0e, 0x00, 0x00, -+ 0x80, 0x90, 0x18, 0xe4, 0x20, 0x24, 0x9c, 0xf0, -+ 0x10, 0x20, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x01, 0x10, 0x13, 0x10, 0x55, 0x54, 0x57, 0x54, -+ 0x55, 0x7d, 0x46, 0x44, 0x0b, 0x00, 0x00, 0x00, -+ 0x08, 0x90, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x80, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x7f, 0x02, 0x02, 0x04, 0x07, -+ 0x08, 0x08, 0x10, 0x20, 0x5f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xf0, -+ 0x80, 0x80, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x08, 0x0f, 0x10, 0x20, 0x5f, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x6f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0xec, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x42, 0x22, 0x22, 0x04, 0x14, -+ 0x18, 0x10, 0x20, 0x20, 0x41, 0x4e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x50, 0x48, 0x48, 0x4c, 0x54, -+ 0xd0, 0x60, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x01, 0x00, 0x7c, 0x13, 0x10, 0x11, 0x7c, 0x17, -+ 0x11, 0x13, 0x1a, 0x64, 0x0b, 0x00, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, -+ 0x00, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x08, 0x08, 0x10, 0x1f, 0x33, -+ 0x52, 0x12, 0x12, 0x1e, 0x10, 0x03, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa8, 0x24, 0x2c, -+ 0x68, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3d, 0x02, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x40, 0x40, 0x7c, 0x40, -+ 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x73, 0x00, 0x00, -+ 0x20, 0x24, 0xa4, 0xa8, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x09, 0x49, 0x22, 0x2c, 0x08, 0x17, 0x21, -+ 0x7f, 0x02, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x4c, 0xd4, 0x60, 0x80, 0x00, -+ 0xfc, 0x90, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x19, 0x15, 0x23, 0x41, -+ 0x3f, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x20, 0x20, 0x60, 0x50, 0x88, 0x04, -+ 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x14, 0x14, 0x16, 0x19, -+ 0x10, 0x17, 0x20, 0x20, 0x5f, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x90, 0x90, 0x98, 0xa4, -+ 0xc4, 0xf0, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x11, 0x12, 0x1c, -+ 0x70, 0x13, 0x10, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x50, 0x50, 0x50, 0x58, 0xe4, 0x44, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x13, 0x10, 0x3f, 0x53, 0x12, -+ 0x13, 0x13, 0x12, 0x13, 0x13, 0x1c, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x10, 0x08, 0x00, 0x00, -+ 0x08, 0x0a, 0x0a, 0x13, 0x12, 0x31, 0x53, 0x16, -+ 0x1b, 0x12, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x98, 0x20, 0xfc, 0x20, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x1f, 0x11, 0x11, 0x1f, 0x11, -+ 0x11, 0x7f, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0xfc, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x7f, 0x12, -+ 0x1e, 0x1e, 0x12, 0x1e, 0x73, 0x02, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xfc, 0x00, -+ 0xf8, 0x48, 0x30, 0x70, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x08, 0x08, 0x7f, 0x00, 0x3e, -+ 0x22, 0x22, 0x22, 0x3e, 0x22, 0x20, 0x00, 0x00, -+ 0x80, 0x90, 0x88, 0x88, 0x80, 0xfc, 0x48, 0x48, -+ 0x50, 0x30, 0x20, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x7f, 0x04, 0x1f, 0x04, 0x7f, -+ 0x05, 0x19, 0x6f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0x40, 0xf0, 0x40, 0xfc, -+ 0x40, 0x30, 0xec, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x1f, -+ 0x02, 0x7f, 0x04, 0x0f, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xfc, 0x10, 0xf0, -+ 0x00, 0xfc, 0x20, 0x40, 0xe0, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x21, 0x7f, 0x08, 0x04, 0x7f, -+ 0x01, 0x01, 0x3f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf8, 0x20, 0x40, 0xfc, -+ 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x06, 0x79, 0x49, 0x2a, 0x24, 0x08, 0x08, 0x7f, -+ 0x1c, 0x1a, 0x29, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x28, 0x48, 0x90, 0x10, 0x24, -+ 0x44, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x01, -+ 0x02, 0x0c, 0x30, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0xa0, 0xc0, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x11, 0x10, 0x10, 0x1f, -+ 0x70, 0x10, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x50, 0x20, 0x40, 0x40, 0xfc, -+ 0xe0, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x08, 0x08, 0x7f, 0x08, 0x7f, -+ 0x1c, 0x1a, 0x29, 0x48, 0x08, 0x09, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0x40, 0xfc, 0x48, 0x48, -+ 0x50, 0x30, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x3f, 0x00, 0x1f, 0x10, 0x1f, -+ 0x12, 0x17, 0x16, 0x2a, 0x32, 0x46, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x50, 0xfc, 0x40, 0xc8, -+ 0x28, 0x30, 0x90, 0xb4, 0x4c, 0x84, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x41, 0x20, 0x20, 0x07, 0x09, -+ 0x09, 0x09, 0x11, 0x12, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xe0, 0x1c, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x11, 0x22, 0x11, 0x08, 0x01, 0x01, -+ 0x11, 0x12, 0x22, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x88, 0x88, 0x10, 0x20, 0x10, 0x88, 0x00, 0x08, -+ 0x08, 0x90, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x11, 0x08, 0x08, 0x01, 0x7f, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x18, 0xe8, 0x08, 0x10, 0xa0, 0x40, 0x00, 0xfc, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x16, 0x10, 0x16, -+ 0x12, 0x17, 0x28, 0x2f, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x88, 0xb0, 0x80, 0xb0, -+ 0x80, 0xf0, 0x80, 0xf8, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x3f, 0x09, 0x08, 0x08, 0x10, 0x1f, 0x32, -+ 0x52, 0x13, 0x12, 0x1e, 0x10, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0x94, 0x94, 0x0c, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x2f, 0x28, 0x28, 0x2e, 0x70, 0x3f, -+ 0x02, 0x07, 0x1c, 0x64, 0x07, 0x04, 0x00, 0x00, -+ 0x80, 0x88, 0x90, 0xe4, 0x84, 0x7c, 0x00, 0xf8, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x0f, 0x11, 0x2a, 0x64, 0x18, 0x1f, 0x60, -+ 0x1f, 0x09, 0x09, 0x11, 0x21, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x20, 0x10, 0xec, 0x00, -+ 0xf8, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x03, 0x06, 0x78, 0x17, -+ 0x10, 0x1f, 0x15, 0x15, 0x29, 0x43, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x80, 0xc0, 0x3c, 0xd0, -+ 0x10, 0xf0, 0x90, 0x50, 0x50, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0xf8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x12, 0x09, 0x08, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x70, 0x90, 0x10, 0x20, 0x40, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x08, 0x7f, 0x08, 0x7f, 0x08, -+ 0x19, 0x36, 0x52, 0x15, 0x19, 0x60, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0xfc, 0x40, 0x48, 0x48, -+ 0x50, 0x30, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x04, 0x1f, 0x04, 0x7f, 0x04, 0x7f, 0x1f, 0x15, -+ 0x1f, 0x15, 0x1f, 0x7f, 0x04, 0x04, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xfc, 0x40, 0xc8, 0x48, 0x48, -+ 0x50, 0x30, 0x24, 0xd4, 0x8c, 0x04, 0x00, 0x00, -+ 0x01, 0x3d, 0x25, 0x2a, 0x32, 0x2d, 0x25, 0x26, -+ 0x27, 0x24, 0x39, 0x21, 0x22, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xe8, 0xb0, 0x90, 0xf8, 0x04, -+ 0xf8, 0x40, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x11, 0x0e, 0x1b, 0x71, 0x1f, -+ 0x11, 0x1f, 0x11, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x08, 0x48, 0xc8, 0x48, 0x48, 0xc8, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x7f, 0x04, 0x0c, 0x08, 0x0b, -+ 0x18, 0x28, 0x48, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x49, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0x30, 0x30, 0x50, -+ 0x50, 0x90, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x3f, 0x02, 0x3e, 0x02, -+ 0x3e, 0x02, 0x1c, 0x64, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x40, 0x78, 0x40, -+ 0x78, 0x40, 0x7c, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3f, 0x22, 0x3e, 0x22, -+ 0x22, 0x3e, 0x15, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x30, 0x30, 0x50, -+ 0x50, 0x90, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x03, 0x21, 0x11, 0x11, 0x01, 0x0f, 0x10, -+ 0x10, 0x20, 0x20, 0x43, 0x4c, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x10, 0x10, 0x10, 0xfc, 0x30, -+ 0x30, 0x50, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x11, -+ 0x11, 0x1e, 0x62, 0x04, 0x0b, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x29, 0x31, 0x29, 0x25, -+ 0x25, 0x25, 0x3a, 0x22, 0x25, 0x2e, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x13, 0x7e, 0x13, 0x12, 0x10, -+ 0x1d, 0x73, 0x0d, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x48, 0xa0, -+ 0x30, 0x28, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x10, 0x18, 0x35, 0x35, -+ 0x33, 0x55, 0x59, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0xd4, 0xd4, 0x7c, 0x54, -+ 0xd4, 0xfc, 0x54, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x02, 0x01, 0x1f, 0x01, 0x7f, 0x02, 0x07, 0x0c, -+ 0x17, 0x64, 0x07, 0x04, 0x04, 0x04, 0x00, 0x00, -+ 0x20, 0xc0, 0x60, 0x10, 0xfc, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x02, 0x01, 0x79, 0x4b, 0x48, 0x48, 0x48, 0x4f, -+ 0x48, 0x78, 0x48, 0x41, 0x06, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x2a, 0x2a, 0x2a, 0x2b, 0x2a, -+ 0x2a, 0x2a, 0x3e, 0x22, 0x20, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x50, 0x88, 0xfc, 0x08, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x10, 0x7c, 0x13, 0x17, 0x10, -+ 0x17, 0x1a, 0x62, 0x03, 0x02, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x60, 0x90, 0x08, 0xfc, 0x08, -+ 0xc8, 0x48, 0x48, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7c, 0x13, 0x10, 0x10, 0x3d, 0x27, 0x64, -+ 0x25, 0x25, 0x3d, 0x21, 0x21, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x60, 0x90, 0x10, 0xfc, 0x08, -+ 0xe8, 0x28, 0x28, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x3e, 0x2f, 0x3e, 0x6f, 0x08, -+ 0x0f, 0x0f, 0x0f, 0x0f, 0x2a, 0x45, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0x70, 0xfc, 0x70, 0xe0, 0x20, -+ 0xe0, 0xe0, 0xfc, 0xf8, 0x88, 0x70, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x13, 0x12, 0x34, 0x58, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x80, -+ 0x80, 0xf8, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x08, 0x49, 0x29, 0x2a, 0x08, 0x3e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x22, 0x22, 0x22, 0x26, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4b, 0x4a, 0x4c, 0x48, 0x48, -+ 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x80, -+ 0x80, 0xf8, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x14, 0x11, 0x13, 0x19, -+ 0x72, 0x14, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0xa8, 0x18, 0x00, 0xfc, -+ 0x40, 0x78, 0x40, 0x78, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x49, 0x4a, 0x4a, 0x7c, 0x48, -+ 0x48, 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x40, 0x40, 0x7c, 0x40, -+ 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x22, 0x12, 0x14, 0x7f, 0x08, 0x2a, 0x2a, 0x2a, -+ 0x3e, 0x2a, 0x28, 0x08, 0x11, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x1a, 0x17, 0x36, -+ 0x32, 0x52, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0xfc, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x44, 0x0a, 0x12, 0x07, -+ 0x19, 0x61, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0x00, 0xfc, -+ 0x00, 0xf8, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x7f, 0x01, 0x1f, -+ 0x11, 0x13, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0xfc, 0x00, 0xf0, -+ 0x10, 0xe0, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x3f, 0x22, 0x4c, 0x03, -+ 0x02, 0x7f, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x48, 0x80, 0x40, -+ 0x30, 0xc8, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x50, 0x50, 0x50, 0xfc, 0x50, 0x50, 0xfc, 0x00, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x0a, 0x09, 0x7f, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x29, 0x49, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x88, 0x48, 0x48, 0x10, 0x60, 0x40, 0xfc, 0x90, -+ 0x90, 0xd0, 0x20, 0x30, 0xc8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x49, 0x09, 0x7f, -+ 0x09, 0x09, 0x09, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0xe0, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x00, 0x7f, -+ 0x04, 0x17, 0x14, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x48, 0x50, 0x60, 0xc0, -+ 0x40, 0x44, 0x44, 0x3c, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x12, 0x12, 0x12, 0x12, 0x7f, -+ 0x12, 0x12, 0x12, 0x12, 0x12, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, 0xfc, -+ 0x90, 0x90, 0x90, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x3f, 0x24, 0x24, 0x3f, -+ 0x35, 0x55, 0x55, 0x17, 0x14, 0x04, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 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, -+ 0x01, 0x3f, 0x28, 0x4f, 0x19, 0x66, 0x14, 0x1f, -+ 0x60, 0x3f, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf8, 0x90, 0x60, 0x30, 0xec, -+ 0x00, 0xf8, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x12, 0x7c, 0x12, 0x11, 0x10, 0x14, -+ 0x18, 0x71, 0x12, 0x10, 0x10, 0x33, 0x00, 0x00, -+ 0x24, 0x24, 0x48, 0x90, 0x48, 0xa4, 0x40, 0x78, -+ 0x88, 0x90, 0x50, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x1f, 0x1c, -+ 0x77, 0x17, 0x14, 0x17, 0x1c, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, 0x80, -+ 0xf8, 0xc8, 0xa8, 0x90, 0xe8, 0x84, 0x00, 0x00, -+ 0x10, 0x13, 0x13, 0x7d, 0x13, 0x16, 0x11, 0x1b, -+ 0x74, 0x13, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0x08, 0xf8, 0x68, 0xf0, 0x90, 0xf8, -+ 0x04, 0xf8, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x18, 0x1c, 0x1a, -+ 0x29, 0x29, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x02, 0x02, 0x34, 0x0c, 0x1a, 0x69, 0x0a, 0x7f, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x0b, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x94, 0x94, 0x0c, 0x00, 0xf8, -+ 0x88, 0x50, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x24, 0x28, 0x31, 0x29, -+ 0x25, 0x25, 0x25, 0x3a, 0x25, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xfc, 0x88, 0x50, 0xfc, 0x60, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7c, 0x14, 0x15, 0x23, 0x48, 0x08, -+ 0x7f, 0x1c, 0x1a, 0x29, 0x48, 0x08, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x02, 0x04, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x1d, -+ 0x01, 0x1d, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x70, -+ 0x00, 0x70, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x7c, 0x14, 0x17, 0x12, 0x1a, -+ 0x73, 0x12, 0x14, 0x14, 0x18, 0x33, 0x00, 0x00, -+ 0x08, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x28, 0x28, -+ 0xa8, 0xa8, 0xa8, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2a, 0x3e, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x50, 0x48, 0x94, 0x54, -+ 0x50, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x12, 0x12, 0x12, 0x12, -+ 0x12, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x4b, 0x4a, 0x7a, 0x4a, -+ 0x4a, 0x4b, 0x7a, 0x4a, 0x43, 0x02, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xb8, 0x38, 0x18, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x05, 0x19, 0x69, 0x09, 0x15, 0x2b, -+ 0x09, 0x15, 0x23, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x30, 0x2c, 0x20, 0x50, 0xa8, -+ 0x20, 0x50, 0x88, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x04, 0x3f, 0x02, 0x7f, 0x04, 0x09, -+ 0x16, 0x61, 0x0e, 0x00, 0x01, 0x1e, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0x90, 0x00, 0xfc, 0xc0, 0x20, -+ 0x50, 0x8c, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x3f, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1b, 0x34, 0x37, 0x30, 0x51, -+ 0x16, 0x11, 0x10, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0x60, 0x90, 0xe8, 0x40, 0xfc, 0xa0, 0x10, -+ 0x4c, 0xa0, 0x48, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x12, 0x12, 0x17, 0x7a, 0x12, 0x1f, 0x10, 0x1f, -+ 0x74, 0x17, 0x14, 0x17, 0x14, 0x35, 0x00, 0x00, -+ 0xa0, 0xa0, 0xe0, 0xbc, 0xa8, 0xc8, 0x28, 0xa8, -+ 0xb0, 0x90, 0x90, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x14, 0x14, 0x3f, 0x14, 0x14, 0x7f, 0x01, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x27, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x88, 0x88, 0x48, 0x50, -+ 0x30, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x19, 0x1c, 0x1b, -+ 0x2a, 0x28, 0x48, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0xf8, 0x40, 0xfc, -+ 0x28, 0x28, 0x10, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x17, 0x36, 0x3d, 0x51, 0x16, -+ 0x11, 0x17, 0x18, 0x29, 0x26, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xe8, 0x90, 0xa8, 0x44, 0x48, -+ 0x50, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x12, 0x12, 0x12, 0x7f, 0x12, -+ 0x12, 0x12, 0x1e, 0x62, 0x02, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0xfc, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x04, 0x02, 0x1f, 0x12, 0x12, 0x17, -+ 0x18, 0x17, 0x20, 0x20, 0x5f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xfc, 0x80, 0x80, 0xf8, -+ 0x80, 0xf0, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x4f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x04, 0x7f, 0x04, 0x18, 0x00, 0x00, -+ 0x40, 0xfc, 0x90, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x4f, 0x08, 0x0f, 0x0f, 0x0f, -+ 0x7f, 0x16, 0x63, 0x3f, 0x0d, 0x31, 0x00, 0x00, -+ 0x40, 0xfc, 0x90, 0xe0, 0x20, 0xe0, 0xe0, 0xe0, -+ 0xfc, 0x90, 0x6c, 0xf0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x1f, 0x02, 0x05, 0x19, 0x6f, -+ 0x09, 0x09, 0x0f, 0x09, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x80, 0x40, 0x30, 0xec, -+ 0x20, 0x20, 0xe0, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x01, 0x3b, 0x01, 0x7f, 0x02, 0x3f, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x26, 0x00, 0x00, -+ 0x10, 0xf8, 0x10, 0xfc, 0xa8, 0xf4, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x90, 0x0c, 0x00, 0x00, -+ 0x04, 0x3f, 0x04, 0x7f, 0x0a, 0x1f, 0x68, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0x50, 0xe8, 0x24, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0xb0, 0x28, 0xfc, 0x50, 0x54, 0xac, 0x38, -+ 0x48, 0x50, 0xb0, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x0f, 0x1f, 0x72, 0x0d, 0x33, 0x0d, 0x77, -+ 0x04, 0x07, 0x07, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x30, 0x48, 0x84, 0x60, 0xdc, -+ 0x40, 0xc0, 0xd0, 0xa0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x09, 0x0a, 0x08, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3e, 0x3e, 0x7f, 0x09, -+ 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x90, 0x90, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x13, 0x1c, 0x27, 0x24, 0x57, -+ 0x18, 0x08, 0x10, 0x10, 0x20, 0x43, 0x00, 0x00, -+ 0x50, 0x48, 0x40, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x28, 0x28, 0x10, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x10, 0x37, 0x50, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x13, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x10, 0x10, 0x30, 0x50, 0x17, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x20, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x17, 0x10, 0x33, 0x52, 0x12, -+ 0x12, 0x13, 0x12, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0x08, 0xc8, 0x48, 0x48, -+ 0x48, 0xc8, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x13, 0x32, 0x52, 0x13, -+ 0x12, 0x11, 0x10, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x40, 0x80, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3f, 0x25, 0x25, 0x27, -+ 0x0c, 0x0e, 0x15, 0x25, 0x44, 0x04, 0x00, 0x00, -+ 0x08, 0x48, 0xc8, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x10, -+ 0x10, 0x1f, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xc8, 0x08, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x11, 0x11, 0x1f, -+ 0x11, 0x0a, 0x06, 0x07, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, -+ 0x10, 0x00, 0x00, 0x00, 0xc0, 0x3c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x00, 0x7f, 0x55, -+ 0x55, 0x7f, 0x55, 0x55, 0x55, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0x74, 0x04, 0x74, 0x54, 0x54, -+ 0x54, 0x74, 0x54, 0x04, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x44, 0x44, 0x44, 0x44, 0x48, 0x48, -+ 0x50, 0x60, 0x40, 0x7f, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x98, 0x98, -+ 0x78, 0x08, 0x08, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x7c, 0x24, 0x27, 0x24, -+ 0x75, 0x49, 0x0d, 0x15, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x50, 0x88, 0x9c, 0xe4, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xb0, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x31, 0x0b, 0x02, 0x0c, 0x11, 0x66, 0x01, -+ 0x7f, 0x02, 0x07, 0x08, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0xc0, 0x30, 0x0c, 0x00, -+ 0xfc, 0x20, 0x40, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x00, 0x01, 0x01, 0x7f, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x20, 0x40, 0x80, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x12, 0x13, -+ 0x14, 0x1d, 0x23, 0x22, 0x4c, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xfc, 0x40, 0xc8, -+ 0xf0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x01, 0x1f, 0x11, 0x11, -+ 0x11, 0x11, 0x11, 0x11, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x20, -+ 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xb0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x1f, 0x01, -+ 0x04, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x00, -+ 0x90, 0x88, 0x04, 0x24, 0x20, 0xe0, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x11, 0x1f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x11, 0x10, 0x10, 0x1d, -+ 0x71, 0x11, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x00, 0x18, 0xe0, 0x00, 0x04, 0xfc, 0x00, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x1f, 0x04, -+ 0x04, 0x02, 0x01, 0x03, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xe0, 0x20, -+ 0x40, 0x40, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x02, 0x04, 0x09, 0x09, 0x0e, 0x78, -+ 0x08, 0x08, 0x08, 0x08, 0x0b, 0x1c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7f, 0x12, 0x1e, 0x12, 0x1e, -+ 0x12, 0x7f, 0x14, 0x12, 0x23, 0x40, 0x00, 0x00, -+ 0x08, 0x10, 0x60, 0xc0, 0x40, 0x7c, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x11, 0x12, 0x1c, 0x17, -+ 0x14, 0x14, 0x24, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0xa0, 0xb8, 0xe8, 0xa8, -+ 0xa8, 0xa8, 0xb8, 0xa0, 0x84, 0x7c, 0x00, 0x00, -+ 0x20, 0x20, 0x3f, 0x20, 0x20, 0x1f, 0x00, 0x1f, -+ 0x10, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x70, 0x80, 0x08, 0x08, 0xf8, 0x00, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1b, 0x1b, -+ 0x28, 0x28, 0x48, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x08, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x11, 0x11, 0x11, 0x11, 0x11, -+ 0x11, 0x11, 0x11, 0x11, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x0e, 0x12, 0x12, 0x2a, -+ 0x44, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0x88, 0x88, 0x90, 0xa0, -+ 0xc0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x01, 0x1f, 0x11, 0x11, 0x11, 0x1f, 0x10, -+ 0x10, 0x10, 0x10, 0x13, 0x1c, 0x60, 0x00, 0x00, -+ 0x60, 0x80, 0x00, 0x00, 0x00, 0x78, 0x80, 0x80, -+ 0x40, 0x40, 0x24, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x12, 0x52, 0x34, 0x27, 0x35, 0x55, 0x17, 0x34, -+ 0x37, 0x55, 0x15, 0x17, 0x14, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x10, 0x7c, 0x54, 0x54, 0x54, -+ 0x54, 0x54, 0x5c, 0x50, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x04, 0x08, 0x0c, 0x1a, -+ 0x2a, 0x48, 0x08, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xa0, 0xbc, 0xa0, 0xa0, -+ 0xa0, 0xa0, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x06, 0x3c, 0x04, 0x04, 0x7f, 0x0c, 0x0e, -+ 0x15, 0x15, 0x24, 0x44, 0x07, 0x04, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x40, 0x40, -+ 0x60, 0x50, 0x88, 0x98, 0xe4, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x1c, 0x03, 0x01, 0x02, 0x7f, -+ 0x01, 0x09, 0x09, 0x11, 0x21, 0x01, 0x00, 0x00, -+ 0x00, 0x20, 0x20, 0x40, 0x80, 0x20, 0x18, 0xe4, -+ 0x00, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0xa0, 0xa0, 0xfc, 0xa0, 0xa0, -+ 0x90, 0x90, 0x94, 0xac, 0xcc, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x2f, 0x28, 0x28, 0x2f, 0x72, 0x0c, -+ 0x03, 0x7f, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x80, 0x98, 0xe0, 0x80, 0x84, 0x7c, 0x40, 0xc0, -+ 0x30, 0xc8, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x24, 0x27, 0x3d, -+ 0x24, 0x24, 0x24, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x08, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x01, 0x3d, 0x25, 0x25, 0x25, 0x3c, 0x24, 0x24, -+ 0x3c, 0x24, 0x24, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x00, 0x18, 0xe0, 0x04, 0x04, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x04, 0x3f, 0x01, 0x01, -+ 0x1f, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x40, 0x30, 0xc8, 0x00, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x09, 0x11, 0x19, -+ 0x35, 0x54, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0xf8, -+ 0xa8, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x01, 0x3c, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xe8, 0x28, -+ 0x28, 0xe8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3f, 0x00, 0x3c, -+ 0x03, 0x3d, 0x24, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x20, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0xfc, 0x20, 0x20, 0xe0, 0xa0, -+ 0x90, 0xb0, 0xd4, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3d, 0x25, 0x26, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x40, -+ 0xb0, 0xa8, 0x84, 0x94, 0x90, 0x70, 0x00, 0x00, -+ 0x00, 0x3e, 0x01, 0x7d, 0x00, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa4, 0x28, 0xb0, 0x50, 0x48, -+ 0x84, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x09, 0x0a, 0x04, 0x19, 0x6f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0xe0, 0x30, 0xec, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x3c, 0x27, -+ 0x25, 0x3d, 0x1a, 0x14, 0x25, 0x42, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0xa8, 0x48, 0xb0, 0x00, 0x00, -+ 0x0a, 0x0a, 0x0a, 0x0a, 0x2a, 0x2f, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2f, 0x3b, 0x61, 0x00, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x1a, 0x2a, 0x7e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x24, 0x26, 0x3a, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xe8, 0xa8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x7f, 0x29, 0x25, 0x3f, -+ 0x23, 0x25, 0x29, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xfc, 0x28, 0x48, 0xf8, -+ 0x88, 0x48, 0x28, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x0f, 0x09, 0x0f, 0x01, 0x1f, -+ 0x01, 0x7f, 0x01, 0x1f, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xf0, -+ 0x10, 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, -+ 0x08, 0x0a, 0x0b, 0x12, 0x12, 0x32, 0x52, 0x12, -+ 0x12, 0x12, 0x12, 0x13, 0x1c, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x90, 0x50, 0x50, 0x10, 0x10, -+ 0x10, 0x10, 0xb0, 0x28, 0x44, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x10, 0x10, 0x37, 0x50, 0x10, -+ 0x17, 0x12, 0x11, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x12, 0x13, 0x12, 0x12, 0x13, -+ 0x12, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x90, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x4f, 0x00, 0x01, 0x01, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xe0, 0x40, 0x80, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x01, 0x7f, 0x00, 0x00, -+ 0x7f, 0x08, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x04, 0x7f, 0x08, 0x32, 0x0c, 0x12, 0x7f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x20, 0xc8, 0x30, 0x48, 0xfc, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x17, 0x10, 0x10, -+ 0x1f, 0x71, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x48, 0x48, 0x4f, 0x78, 0x48, -+ 0x4f, 0x49, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x21, 0x11, 0x11, 0x02, 0x02, 0x14, -+ 0x10, 0x20, 0x20, 0x41, 0x46, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x48, 0x50, 0x40, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x11, 0x08, 0x08, 0x47, 0x21, 0x21, 0x01, 0x06, -+ 0x12, 0x11, 0x21, 0x22, 0x4f, 0x40, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0x10, 0x10, 0x54, 0x64, -+ 0xa8, 0x98, 0x10, 0xa8, 0xfc, 0x44, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x21, 0x21, 0x0f, 0x00, -+ 0x13, 0x12, 0x22, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xa0, 0x10, 0x38, 0xc4, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x61, 0x3f, 0x23, 0x2d, 0x2b, -+ 0x33, 0x2d, 0x25, 0x2b, 0x31, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x0c, 0xf8, 0x18, 0x68, 0x58, -+ 0x98, 0x68, 0x28, 0x58, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x3f, 0x5b, 0x15, 0x1b, 0x15, -+ 0x1b, 0x3f, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0xf8, 0xb4, 0x70, 0xb0, 0x50, -+ 0xb0, 0xf8, 0xf0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x2b, 0x08, 0x1f, -+ 0x28, 0x4f, 0x12, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0x40, 0xf8, 0x40, 0xfc, -+ 0x10, 0xfc, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x7c, 0x10, 0x17, 0x11, 0x21, 0x39, 0x6e, -+ 0x29, 0x28, 0x39, 0x2a, 0x27, 0x00, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0x10, 0x10, 0x54, 0x64, -+ 0x98, 0x88, 0x10, 0xa8, 0xfc, 0x44, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x00, 0x7f, 0x01, 0x09, -+ 0x09, 0x11, 0x11, 0x21, 0x41, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x20, -+ 0x10, 0x08, 0x08, 0x04, 0x04, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x02, 0x3f, 0x24, 0x24, 0x24, -+ 0x24, 0x24, 0x24, 0x24, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xf0, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x0f, 0x08, 0x08, 0x0f, -+ 0x08, 0x08, 0x0f, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xe0, 0x20, 0x20, 0xe0, -+ 0x20, 0x38, 0xe0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x1f, 0x10, 0x10, 0x1f, 0x10, -+ 0x10, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x3d, 0x24, 0x27, -+ 0x3c, 0x27, 0x25, 0x3c, 0x20, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x40, 0xfc, -+ 0x10, 0xfc, 0x10, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x02, 0x04, 0x39, 0x08, 0x08, 0x7e, 0x09, 0x08, -+ 0x3e, 0x23, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x48, 0x50, 0xfc, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x21, 0x21, 0x02, 0x0c, -+ 0x08, 0x08, 0x10, 0x10, 0x23, 0x2c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, 0x90, 0x50, -+ 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x12, 0x1f, -+ 0x14, 0x17, 0x24, 0x24, 0x47, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xc8, 0x70, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x3f, 0x04, -+ 0x04, 0x04, 0x04, 0x07, 0x78, 0x00, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x40, 0xc0, 0x20, -+ 0x20, 0x20, 0x14, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x01, 0x39, 0x07, 0x7a, 0x02, 0x3f, 0x00, 0x3b, -+ 0x02, 0x3b, 0x2a, 0x2b, 0x3a, 0x20, 0x00, 0x00, -+ 0x20, 0x30, 0xe8, 0xa8, 0xa0, 0xfc, 0x28, 0xa8, -+ 0xb0, 0x90, 0xb4, 0xac, 0x4c, 0x84, 0x00, 0x00, -+ 0x00, 0x00, 0x7d, 0x55, 0x55, 0x55, 0x7d, 0x55, -+ 0x55, 0x55, 0x7d, 0x42, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1f, 0x28, 0x24, 0x45, 0x00, -+ 0x1f, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0xa0, 0x90, 0x10, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x41, 0x01, 0x01, 0x7f, -+ 0x00, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x40, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x00, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x00, -+ 0xfc, 0x80, 0x60, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x07, 0x7c, 0x04, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x3c, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x44, 0x44, 0x44, 0x44, 0x44, -+ 0x47, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x88, 0x88, 0x90, 0xa0, 0xc0, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x09, 0x7f, 0x22, 0x12, 0x14, -+ 0x7f, 0x08, 0x3e, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf0, 0x50, 0x50, 0xd0, 0x50, -+ 0x70, 0xb0, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x1f, 0x11, 0x21, 0x7f, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, -+ 0x00, 0x80, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x15, 0x7b, 0x2b, 0x29, 0x29, -+ 0x7b, 0x55, 0x1a, 0x12, 0x24, 0x49, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x40, 0x40, 0x78, 0xa0, 0x20, -+ 0xfc, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x7f, 0x02, 0x04, 0x3f, -+ 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf8, 0x80, 0x60, 0x90, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x09, 0x7f, 0x03, 0x0d, 0x71, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x30, 0xd0, 0x10, 0x20, 0xfc, 0x80, 0x60, 0x1c, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x02, 0x10, -+ 0x14, 0x12, 0x22, 0x20, 0x4f, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0xa8, 0xa0, -+ 0xa8, 0xa8, 0xb0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x21, 0x26, 0x00, 0x13, -+ 0x1e, 0x11, 0x20, 0x21, 0x46, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0xa0, 0x58, -+ 0x4c, 0x50, 0xe0, 0x50, 0x4c, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x49, 0x29, 0x2b, 0x0a, 0x1c, -+ 0x2f, 0x48, 0x10, 0x11, 0x22, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xf8, 0x40, 0x40, -+ 0xfc, 0xc0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x06, 0x38, 0x3f, 0x24, 0x25, 0x4f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x30, 0xc0, 0xfc, 0x90, 0x10, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x21, 0x41, 0x1f, 0x01, 0x0f, -+ 0x01, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xf0, 0x00, 0xe0, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x08, 0x08, 0x7f, 0x22, 0x14, -+ 0x7f, 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0x78, 0x48, 0x50, 0x50, -+ 0x48, 0x44, 0x44, 0x44, 0x58, 0x40, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x08, 0x0c, 0x17, 0x14, -+ 0x37, 0x55, 0x14, 0x15, 0x16, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0x40, 0xf8, 0x90, 0xe0, -+ 0x5c, 0xf8, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x52, 0x13, -+ 0x10, 0x11, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0x20, 0x28, 0x04, 0x14, 0xf0, 0x00, 0x00, -+ 0x08, 0x08, 0x2f, 0x28, 0x28, 0x2e, 0x71, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x80, 0x98, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x3f, 0x00, -+ 0x00, 0x00, 0x13, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xf8, 0x10, -+ 0x20, 0xc0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x14, 0x12, 0x1f, 0x13, -+ 0x1c, 0x1f, 0x11, 0x23, 0x20, 0x4f, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x90, 0xa0, 0xfc, 0xe0, -+ 0x98, 0xfc, 0x20, 0xa0, 0xe0, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x01, 0x14, 0x14, 0x24, 0x03, -+ 0x08, 0x36, 0x35, 0x51, 0x55, 0x0c, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0x90, 0x88, 0x28, 0xe0, -+ 0x20, 0xd8, 0xd4, 0x44, 0x50, 0x30, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7f, -+ 0x09, 0x2d, 0x2b, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x08, 0xe8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x19, 0x61, 0x0f, 0x01, 0x3f, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x30, 0x0c, 0xe0, 0x00, 0xf8, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x44, 0x07, 0x04, 0x07, 0x04, -+ 0x00, 0x7f, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x00, 0xf0, 0x00, 0xc0, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x04, 0x08, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x11, -+ 0x1f, 0x73, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0xfc, 0x08, 0x48, 0xa8, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x16, 0x11, 0x10, 0x1f, -+ 0x70, 0x11, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x50, 0x4c, 0xf0, 0x40, 0xfc, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x08, 0x7f, 0x14, 0x36, -+ 0x35, 0x55, 0x14, 0x24, 0x24, 0x4d, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x88, 0x48, 0x48, 0x50, -+ 0x30, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x7e, 0x08, 0x7e, -+ 0x08, 0x2d, 0x2a, 0x2a, 0x48, 0x18, 0x00, 0x00, -+ 0x10, 0x90, 0x50, 0x50, 0x10, 0x90, 0x90, 0x1c, -+ 0x70, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x07, 0x1c, 0x67, -+ 0x04, 0x07, 0x04, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x10, 0xf0, 0x20, 0xfc, 0x00, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x04, 0x09, 0x0c, 0x1a, -+ 0x2a, 0x48, 0x08, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7f, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa8, 0xa4, 0x24, -+ 0x28, 0x78, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x07, -+ 0x1c, 0x67, 0x04, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0x10, 0xf0, 0x20, 0x40, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x39, 0x03, 0x7e, 0x03, 0x3a, 0x03, 0x3a, -+ 0x07, 0x38, 0x29, 0x2e, 0x38, 0x20, 0x00, 0x00, -+ 0x88, 0x08, 0xc8, 0x48, 0xfc, 0x48, 0xe8, 0x78, -+ 0xd8, 0xc8, 0x48, 0x48, 0x48, 0xd8, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x11, 0x1f, 0x11, -+ 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x13, 0x12, 0x03, 0x02, 0x72, 0x12, -+ 0x14, 0x15, 0x19, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0xfc, 0x90, 0xf0, 0x90, -+ 0x00, 0xa8, 0x54, 0x54, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x71, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x88, 0x40, 0x48, 0x48, -+ 0x50, 0x60, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x06, 0x06, -+ 0x0a, 0x0a, 0x12, 0x22, 0x42, 0x06, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x17, 0x11, 0x31, 0x5f, 0x10, -+ 0x13, 0x12, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0f, 0x10, 0x10, 0x24, 0x42, -+ 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x09, 0x09, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, -+ 0x80, 0x80, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x1a, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, 0x88, 0x48, -+ 0x48, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0a, 0x2a, 0x2d, 0x29, 0x4a, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x88, 0x08, 0x88, 0x48, -+ 0x48, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x3f, 0x24, 0x3f, 0x1e, 0x13, -+ 0x1e, 0x12, 0x1e, 0x14, 0x1e, 0x61, 0x00, 0x00, -+ 0x78, 0x90, 0x20, 0xf8, 0x48, 0xf8, 0x10, 0xfc, -+ 0x90, 0x50, 0x50, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0xc0, 0x40, 0x78, 0x88, 0x88, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x03, 0x0c, 0x79, 0x49, 0x2a, 0x2c, 0x7f, 0x08, -+ 0x1c, 0x1a, 0x2a, 0x49, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x23, 0x5d, 0x08, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x80, 0xfc, -+ 0x54, 0x54, 0x94, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x01, 0x7f, 0x02, -+ 0x07, 0x1c, 0x64, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x00, 0xfc, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x28, 0x48, 0x0e, 0x08, 0x7f, -+ 0x08, 0x2a, 0x29, 0x49, 0x08, 0x19, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xf8, 0x88, 0x48, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x7e, 0x02, 0x02, 0x3e, 0x20, 0x3e, 0x22, -+ 0x12, 0x0e, 0x1a, 0x62, 0x02, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x80, 0xf8, 0x88, -+ 0x48, 0x38, 0x68, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x7f, 0x04, 0x1f, 0x64, -+ 0x07, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x00, 0xf0, 0x10, -+ 0xf0, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x02, 0x01, 0x01, 0x3f, 0x01, 0x01, 0x01, 0x1f, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0xf0, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x13, 0x12, 0x1e, 0x12, 0x12, 0x1e, -+ 0x12, 0x12, 0x1e, 0x62, 0x03, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x48, 0x50, -+ 0x50, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x40, 0x00, 0x7f, 0x00, -+ 0x08, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x01, 0x01, 0x3f, 0x01, 0x01, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x20, 0xc0, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x0f, 0x11, 0x21, 0x7f, 0x03, -+ 0x05, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x80, -+ 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x11, 0x1e, 0x24, 0x27, 0x54, -+ 0x08, 0x09, 0x0a, 0x14, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xe0, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x48, 0x33, 0x12, 0x34, 0x48, 0x0f, 0x18, -+ 0x29, 0x48, 0x08, 0x08, 0x30, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x10, 0x10, 0xfc, 0x10, -+ 0x10, 0x90, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x01, 0x7d, 0x11, 0x12, 0x14, 0x7f, 0x10, -+ 0x10, 0x11, 0x1e, 0x64, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xe0, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x19, 0x70, 0x17, 0x10, 0x7f, 0x12, 0x1b, -+ 0x36, 0x37, 0x50, 0x13, 0x10, 0x17, 0x00, 0x00, -+ 0x08, 0xf0, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, -+ 0x00, 0x3b, 0x28, 0x2f, 0x38, 0x2b, 0x2a, 0x3b, -+ 0x2a, 0x2b, 0x28, 0x2b, 0x28, 0x4f, 0x00, 0x00, -+ 0x08, 0xf0, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, -+ 0x08, 0x0b, 0x3d, 0x09, 0x09, 0x7f, 0x09, 0x29, -+ 0x2f, 0x29, 0x3b, 0x28, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x78, 0xc8, 0x68, 0x58, 0xd0, -+ 0x58, 0x68, 0xe4, 0x44, 0x40, 0xfc, 0x00, 0x00, -+ 0x10, 0x0f, 0x09, 0x41, 0x27, 0x25, 0x05, 0x15, -+ 0x16, 0x14, 0x27, 0x24, 0x47, 0x44, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x58, -+ 0x38, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x04, 0x7f, 0x01, 0x02, 0x1f, 0x10, 0x1f, -+ 0x10, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x17, 0x17, 0x3b, 0x50, 0x17, -+ 0x10, 0x13, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xfc, 0x58, 0x58, 0x00, 0xfc, -+ 0x40, 0xf8, 0xa8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x00, 0x01, 0x3e, 0x12, 0x09, 0x3f, 0x20, 0x5f, -+ 0x04, 0x02, 0x01, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x30, 0xd0, 0x10, 0x20, 0x40, 0xfc, 0x08, 0xe0, -+ 0x20, 0x40, 0x80, 0x80, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4a, 0x4b, 0x4a, 0x48, -+ 0x48, 0x79, 0x49, 0x42, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x02, 0x7f, 0x04, -+ 0x7f, 0x08, 0x14, 0x22, 0x42, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x20, -+ 0xfc, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x11, 0x13, 0x12, 0x15, -+ 0x1c, 0x70, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x50, 0x20, 0xfc, 0x08, 0xf0, -+ 0x90, 0xa0, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x79, 0x17, 0x10, 0x3b, 0x36, -+ 0x37, 0x54, 0x52, 0x13, 0x1e, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0xc8, 0x3c, 0xc8, 0x28, 0xd8, 0x58, -+ 0xc8, 0x48, 0x88, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x0b, 0x72, 0x14, 0x0d, 0x13, 0x7f, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0e, 0x00, 0x00, -+ 0x08, 0xf4, 0x44, 0xa8, 0x90, 0xfc, 0x08, 0xf0, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x7f, -+ 0x02, 0x3f, 0x24, 0x24, 0x24, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0xfc, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, -+ 0x22, 0x24, 0x28, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x88, -+ 0x88, 0x48, 0x28, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x05, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, -+ 0x26, 0x3c, 0x64, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x50, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x17, 0x11, 0x1f, 0x10, -+ 0x17, 0x14, 0x14, 0x27, 0x24, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x08, 0xe8, 0x08, -+ 0xc8, 0x48, 0x48, 0xc8, 0x48, 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, -+ 0x01, 0x01, 0x3f, 0x20, 0x4f, 0x00, 0x00, 0x7f, -+ 0x01, 0x09, 0x09, 0x11, 0x21, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xe0, 0x00, 0x00, 0xfc, -+ 0x00, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x00, 0x3f, 0x22, 0x22, 0x3e, -+ 0x08, 0x2c, 0x2a, 0x2b, 0x4a, 0x18, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0xfc, 0x40, 0x60, 0x60, -+ 0x60, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x2c, 0x2a, 0x2a, 0x48, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x08, 0x88, 0x88, 0x88, 0xc8, 0xa8, 0xa8, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0c, 0x15, 0x16, 0x34, 0x57, 0x14, -+ 0x15, 0x14, 0x15, 0x14, 0x10, 0x13, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0xa0, 0xe0, 0x3c, 0x40, -+ 0x90, 0x60, 0x88, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x02, 0x3c, 0x08, 0x7e, 0x1d, 0x2a, 0x4a, 0x09, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x20, 0x24, 0xa4, 0xa8, 0x50, 0x50, 0x88, 0x04, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x11, 0x13, 0x14, 0x1c, -+ 0x71, 0x11, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x12, 0x0a, 0x0a, 0x42, 0x27, 0x26, 0x0a, 0x02, -+ 0x12, 0x12, 0x24, 0x24, 0x48, 0x50, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x68, 0xd8, 0xd8, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x6f, -+ 0x02, 0x02, 0x04, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x80, 0x40, 0x30, 0xcc, -+ 0x40, 0x78, 0x48, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x08, 0x08, 0x7e, 0x08, 0x1d, -+ 0x1a, 0x2a, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x24, 0xa4, 0xa8, 0xb0, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7f, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0xc8, 0x30, 0x20, 0xd0, 0x08, -+ 0x64, 0x10, 0x00, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x14, 0x67, 0x28, 0x1b, 0x26, 0x7f, -+ 0x12, 0x3b, 0x36, 0x37, 0x52, 0x14, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x48, 0x58, -+ 0xe8, 0xf8, 0xe8, 0x58, 0x58, 0x48, 0x00, 0x00, -+ 0x00, 0x7f, 0x22, 0x16, 0x1a, 0x63, 0x06, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x58, 0x68, 0x88, 0x18, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x01, 0x7f, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0x00, 0xfc, 0x80, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x0a, 0x09, 0x09, 0x08, 0x7f, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x02, 0x1f, 0x11, 0x1f, 0x11, -+ 0x1f, 0x05, 0x05, 0x09, 0x11, 0x60, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x20, 0x50, 0xfc, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x02, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x09, -+ 0x17, 0x61, 0x09, 0x11, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x90, 0x90, 0xfc, 0x40, 0x88, -+ 0x90, 0x60, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x04, 0x3f, 0x12, 0x7f, 0x1e, 0x1e, 0x1e, 0x12, -+ 0x17, 0x7f, 0x06, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0x7c, 0x78, 0x88, 0x78, 0x70, 0x70, 0x74, -+ 0x3c, 0xfc, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x12, 0x1f, 0x34, 0x5f, 0x1e, 0x1f, 0x07, 0x7f, -+ 0x07, 0x07, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x48, 0x7c, 0xd0, 0x78, 0x78, 0xfc, 0xc0, 0xfc, -+ 0xc0, 0xc0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x3d, 0x27, 0x24, 0x3f, 0x0a, 0x2a, 0x2f, -+ 0x29, 0x2b, 0x2b, 0x3d, 0x61, 0x03, 0x00, 0x00, -+ 0x10, 0x18, 0xd4, 0x14, 0x90, 0xfc, 0x90, 0x90, -+ 0x30, 0xb0, 0x70, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xfc, 0x88, 0xf8, -+ 0x88, 0xf8, 0x8c, 0xf8, 0x88, 0x08, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x13, 0x02, 0x03, 0x72, 0x13, -+ 0x15, 0x15, 0x19, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0xe8, -+ 0x28, 0xe8, 0x28, 0x18, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x7f, 0x02, 0x1f, 0x12, 0x14, -+ 0x18, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xfc, 0x80, 0xf0, 0x90, 0xb0, -+ 0x70, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7e, 0x18, 0x18, 0x7e, 0x5b, 0x5b, 0x5e, -+ 0x6e, 0x46, 0x7e, 0x43, 0x7f, 0x42, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0xa8, 0xa8, 0xf8, 0xf8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x28, 0x28, 0x08, 0x00, 0x00, -+ 0x08, 0x0f, 0x18, 0x1f, 0x28, 0x4f, 0x08, 0x0f, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x80, 0xf8, 0x80, 0xf0, 0x80, 0xf0, 0x80, 0xf8, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x60, -+ 0x68, 0x68, 0xb4, 0xbc, 0x24, 0x1c, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x08, 0x08, 0x1f, 0x28, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x10, 0x30, 0x50, 0x13, -+ 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x02, 0x04, 0x3f, 0x02, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x20, 0x70, 0x88, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x12, 0x11, 0x21, 0x4f, 0x08, 0x10, 0x12, 0x32, -+ 0x52, 0x12, 0x13, 0x14, 0x14, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x40, 0x40, 0x40, 0x78, -+ 0x40, 0x40, 0x40, 0xc0, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x08, 0x08, 0x0b, -+ 0x7c, 0x08, 0x08, 0x10, 0x11, 0x20, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x60, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x04, 0x03, 0x7f, 0x03, 0x0d, 0x33, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xc0, 0x80, 0x00, 0xf8, 0x30, 0x40, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x20, 0x27, 0x00, 0x08, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x0a, 0x42, 0x22, 0x22, 0x0f, 0x10, -+ 0x16, 0x11, 0x20, 0x20, 0x43, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, -+ 0x08, 0x30, 0x00, 0xa0, 0x18, 0x04, 0x00, 0x00, -+ 0x11, 0x49, 0x22, 0x3e, 0x2a, 0x3f, 0x2a, 0x3e, -+ 0x7f, 0x00, 0x3e, 0x22, 0x3f, 0x22, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0x24, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x15, 0x65, 0x2a, 0x18, 0x24, 0x7d, -+ 0x13, 0x39, 0x35, 0x35, 0x51, 0x11, 0x00, 0x00, -+ 0x88, 0xc8, 0x28, 0x30, 0xfc, 0x90, 0x90, 0x50, -+ 0x5c, 0x50, 0x50, 0xb0, 0x90, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x1f, -+ 0x11, 0x1f, 0x01, 0x3f, 0x01, 0x7f, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x00, 0xf8, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x48, 0x9c, 0xf4, 0x50, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x0f, 0x08, 0x08, 0x7f, 0x08, -+ 0x0a, 0x29, 0x29, 0x28, 0x49, 0x1a, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x50, 0x50, 0x50, -+ 0x20, 0x20, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x11, 0x11, 0x12, 0x12, -+ 0x15, 0x18, 0x10, 0x21, 0x22, 0x44, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xd0, 0x50, 0x50, -+ 0x50, 0x90, 0x94, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x48, 0x0f, 0x10, 0x13, -+ 0x32, 0x53, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xf8, 0x80, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x12, 0x0a, 0x0b, 0x42, 0x22, 0x2f, 0x02, 0x13, -+ 0x16, 0x16, 0x2a, 0x2a, 0x42, 0x47, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x48, 0x48, 0xc8, 0x28, 0x30, -+ 0xb0, 0x90, 0x30, 0x48, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x09, 0x11, 0x18, -+ 0x34, 0x54, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x15, 0x65, 0x2a, 0x18, 0x24, 0x7d, -+ 0x13, 0x39, 0x35, 0x35, 0x51, 0x11, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x80, 0xf8, 0xa0, 0x78, -+ 0x48, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x1f, 0x29, 0x25, -+ 0x3f, 0x23, 0x25, 0x39, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0x10, 0xf0, 0x28, 0x48, -+ 0xf8, 0x88, 0x48, 0x38, 0x08, 0x08, 0x00, 0x00, -+ 0x04, 0x7f, 0x1f, 0x12, 0x1f, 0x3e, 0x0c, 0x74, -+ 0x0d, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0xd0, 0x70, 0x54, 0x8c, -+ 0x04, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x01, 0x1e, 0x12, 0x1f, 0x3e, 0x06, -+ 0x7c, 0x05, 0x0e, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0x50, 0xd0, 0x50, 0x74, -+ 0x8c, 0x0c, 0x04, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x11, 0x11, 0x1f, 0x11, 0x21, -+ 0x21, 0x21, 0x21, 0x3f, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x08, -+ 0x08, 0x08, 0x08, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x11, 0x11, 0x21, 0x49, 0x0f, 0x11, 0x11, 0x35, -+ 0x55, 0x15, 0x15, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xbc, 0x40, 0x40, 0xc0, 0x3c, 0x88, 0x88, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x1f, 0x00, 0x02, 0x72, 0x12, -+ 0x14, 0x14, 0x18, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0x90, 0x88, 0xfc, 0x80, 0xa0, 0x90, 0x90, -+ 0x88, 0x88, 0x88, 0x80, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x17, 0x11, 0x31, 0x52, 0x14, -+ 0x11, 0x13, 0x14, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x80, 0x90, 0x18, 0xe4, 0x20, 0x24, 0x9c, 0xf0, -+ 0x10, 0x20, 0xc0, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x57, 0x54, 0x54, 0x55, 0x56, -+ 0x54, 0x7d, 0x46, 0x40, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x50, 0x98, 0xe4, 0xa0, 0xa4, 0x9c, 0xf0, -+ 0x90, 0xa0, 0x40, 0xa0, 0x18, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x02, 0x7f, 0x04, -+ 0x1f, 0x68, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x80, 0xfc, 0x40, -+ 0xf0, 0x2c, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x7b, 0x4a, 0x49, 0x79, 0x4f, 0x4d, 0x79, -+ 0x4a, 0x4e, 0x79, 0x49, 0x42, 0x04, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x50, 0x20, 0xfc, 0x18, 0xf8, -+ 0xd0, 0xd0, 0xfc, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x13, 0x7e, 0x04, 0x45, 0x26, -+ 0x28, 0x29, 0x0e, 0x70, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0x50, 0x88, 0xfc, 0xa4, 0xa4, 0x9c, 0xf0, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x00, 0x01, 0x3e, 0x11, 0x09, 0x3f, 0x28, 0x4e, -+ 0x12, 0x32, 0x0d, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x30, 0xd0, 0x10, 0x20, 0x40, 0xfc, 0x18, 0xf8, -+ 0x90, 0x90, 0xfc, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x28, 0x3e, 0x28, 0x3f, -+ 0x0a, 0x3e, 0x3f, 0x32, 0x44, 0x1b, 0x00, 0x00, -+ 0x20, 0x30, 0x48, 0xf4, 0x50, 0x54, 0xcc, 0x78, -+ 0x48, 0xd0, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x22, 0x13, 0x16, 0x06, 0x0b, 0x12, -+ 0x12, 0x23, 0x22, 0x42, 0x43, 0x02, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x23, 0x4a, 0x0b, 0x12, 0x12, 0x32, -+ 0x52, 0x12, 0x12, 0x14, 0x14, 0x18, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0xfc, 0x20, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x1f, 0x28, 0x48, 0x0f, -+ 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x13, 0x1a, 0x36, 0x36, -+ 0x32, 0x52, 0x54, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0xfc, 0x20, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x11, 0x1f, 0x25, 0x25, 0x55, -+ 0x09, 0x09, 0x09, 0x11, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x08, 0xe8, 0x28, 0x28, 0xe8, -+ 0x28, 0x28, 0xe8, 0x28, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x41, 0x21, 0x21, 0x00, 0x13, -+ 0x10, 0x10, 0x27, 0x20, 0x40, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x10, 0x60, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x11, 0x09, 0x4b, 0x22, 0x27, 0x0a, 0x0b, 0x12, -+ 0x23, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x20, 0xf8, 0x40, 0xf0, 0x40, 0xf0, 0x40, -+ 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x1f, 0x19, 0x4f, 0x29, 0x2f, 0x08, 0x0b, -+ 0x18, 0x1b, 0x28, 0x2b, 0x48, 0x48, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x78, 0x48, 0x78, 0x08, 0xe8, -+ 0x88, 0xe8, 0x88, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x17, 0x14, -+ 0x17, 0x14, 0x27, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0x80, 0xfc, 0x80, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0d, 0x13, 0x7f, -+ 0x09, 0x2d, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x4c, 0x70, 0xc0, 0x48, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x02, 0x42, 0x22, 0x24, 0x04, 0x09, 0x04, 0x74, -+ 0x12, 0x12, 0x12, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x48, 0x48, 0x48, 0x90, 0x90, 0x20, 0x90, 0x90, -+ 0x48, 0x48, 0x48, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x20, 0x17, 0x10, 0x03, 0x02, 0x73, 0x13, -+ 0x13, 0x10, 0x1f, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0xc0, 0xf8, 0xd8, 0x38, 0xf8, -+ 0xf8, 0x10, 0xfc, 0x90, 0x30, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0xfc, 0x00, 0x78, 0x48, 0x78, 0x00, 0x78, -+ 0x08, 0x10, 0xfc, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x23, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x22, 0x22, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0e, 0x12, 0x12, 0x32, 0x4a, -+ 0x0c, 0x04, 0x0d, 0x12, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x90, 0x94, 0x14, 0x0c, 0x80, 0x7c, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x04, 0x05, 0x09, 0x1e, -+ 0x2a, 0x49, 0x08, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1e, 0x12, 0x12, 0x12, 0x1e, -+ 0x12, 0x10, 0x11, 0x11, 0x22, 0x40, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x1f, 0x01, 0x1f, 0x01, -+ 0x7f, 0x07, 0x1f, 0x64, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0xf0, 0x10, 0xe0, 0x40, -+ 0xfc, 0xe0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4b, 0x48, 0x4b, 0x78, 0x4f, -+ 0x48, 0x4b, 0x7c, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x44, 0xf8, 0x50, 0xfc, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x40, 0x20, 0x27, 0x00, 0x10, -+ 0x13, 0x1d, 0x21, 0x21, 0x41, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x50, 0xfc, 0x40, 0x80, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x11, -+ 0x11, 0x11, 0x20, 0x2a, 0x49, 0x11, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0xe0, 0x20, 0x00, 0x48, 0x24, 0x24, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x0c, 0x0f, 0x12, 0x7e, -+ 0x09, 0x2e, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x50, 0x50, 0xfc, 0x40, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x07, 0x1c, 0x67, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x10, 0xe0, 0x40, 0xfc, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x1f, 0x01, 0x1f, 0x01, -+ 0x7f, 0x0f, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0xf0, 0x00, 0xf0, 0x00, -+ 0xfc, 0xe0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x1f, 0x12, 0x1f, 0x0f, 0x01, 0x7f, -+ 0x07, 0x1c, 0x67, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x40, 0xfc, 0xf0, 0x90, 0xf0, 0xf0, 0x40, 0xfc, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3c, 0x01, 0x7e, 0x03, 0x3c, -+ 0x3c, 0x01, 0x3e, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x48, 0xf8, 0x50, 0xfc, 0x40, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7c, 0x00, 0x3f, 0x00, 0x3c, -+ 0x01, 0x3e, 0x24, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x50, 0xfc, 0x40, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x24, 0x24, 0x3c, -+ 0x24, 0x24, 0x26, 0x38, 0x61, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x7e, 0x08, 0x7f, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x49, 0x1a, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x50, 0x50, 0x50, -+ 0x20, 0x20, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x02, 0x7f, 0x04, 0x04, 0x04, -+ 0x0f, 0x08, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x40, 0x40, 0x40, -+ 0x80, 0x80, 0x40, 0x20, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x17, 0x11, 0x10, 0x1f, -+ 0x10, 0x10, 0x20, 0x20, 0x40, 0x01, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf0, 0x20, 0xc0, 0xfc, -+ 0x88, 0x90, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x49, 0x0a, 0x15, 0x10, 0x37, -+ 0x50, 0x11, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0x08, 0xf4, 0x40, 0xfc, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x12, 0x12, 0x3c, 0x06, 0x18, -+ 0x61, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x13, 0x1a, 0x26, 0x27, 0x7a, 0x12, 0x7f, -+ 0x12, 0x56, 0x3b, 0x36, 0x1c, 0x61, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xe8, 0xc8, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x28, 0x31, 0x2b, 0x24, 0x27, -+ 0x24, 0x25, 0x39, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x90, 0x08, 0xf4, 0x40, 0xfc, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x09, 0x09, 0x0b, 0x15, 0x19, 0x31, 0x51, 0x1f, -+ 0x12, 0x13, 0x14, 0x19, 0x12, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x0a, 0x09, 0x0f, 0x15, 0x19, 0x31, 0x53, 0x12, -+ 0x13, 0x13, 0x12, 0x13, 0x13, 0x1c, 0x00, 0x00, -+ 0x88, 0x50, 0xfc, 0xe8, 0x20, 0xe0, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x10, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x25, 0x27, 0x24, 0x3f, 0x24, 0x25, -+ 0x3e, 0x27, 0x24, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xf8, 0x40, 0xfc, 0xa0, 0x50, -+ 0x48, 0xf4, 0x90, 0x90, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x27, 0x24, 0x27, 0x24, -+ 0x24, 0x28, 0x28, 0x30, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0xc0, 0x00, 0x00, 0xf8, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x06, 0x3c, 0x04, 0x04, 0x04, 0x7f, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x70, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x4a, 0x4c, 0x4b, 0x4a, 0x4b, -+ 0x4a, 0x7b, 0x4a, 0x42, 0x02, 0x02, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x08, 0x04, 0x3f, 0x24, 0x24, -+ 0x2f, 0x34, 0x24, 0x27, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0x98, -+ 0xf8, 0x48, 0x48, 0xc8, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x49, 0x49, 0x49, 0x48, -+ 0x7b, 0x4a, 0x43, 0x02, 0x03, 0x02, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x12, 0x09, 0x3f, 0x27, 0x44, 0x17, 0x1f, 0x10, -+ 0x0f, 0x0f, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0xc8, 0x40, 0xf0, 0xc0, 0x08, -+ 0xf8, 0xe0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x4b, 0x2a, 0x29, 0x08, 0x1f, 0x69, 0x08, -+ 0x09, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x1c, 0xe4, 0x48, 0x30, 0x10, 0xfc, 0x10, 0x90, -+ 0x30, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x08, 0x04, 0x7f, 0x01, 0x02, -+ 0x7f, 0x04, 0x0f, 0x10, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x20, 0x40, 0xfc, 0x00, 0x00, -+ 0xfc, 0x40, 0x40, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x24, -+ 0x7b, 0x4a, 0x0f, 0x16, 0x23, 0x42, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x29, 0x45, 0x05, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x28, 0x20, 0x40, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x4a, 0x29, 0x29, 0x08, 0x0f, -+ 0x19, 0x68, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x18, 0x60, 0x88, 0x48, 0x50, 0x20, 0x10, 0xfc, -+ 0x10, 0x90, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x09, 0x09, 0x11, 0x11, -+ 0x21, 0x41, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x20, 0x10, 0x08, 0x08, -+ 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x09, 0x09, 0x11, 0x11, 0x21, 0x41, -+ 0x03, 0x00, 0x00, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x10, 0x08, 0x14, 0x14, 0x20, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x11, 0x09, 0x09, 0x3f, 0x20, 0x27, 0x24, -+ 0x24, 0x27, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x20, 0xf8, 0x08, 0xc8, 0x48, -+ 0x48, 0xc8, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x1f, -+ 0x10, 0x10, 0x10, 0x20, 0x3f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x80, 0x80, 0x80, 0xf8, -+ 0x80, 0x80, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x11, -+ 0x11, 0x12, 0x12, 0x24, 0x28, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x80, 0x80, 0xfc, 0xc0, -+ 0xa0, 0xa0, 0x90, 0x88, 0x84, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x1a, 0x17, 0x1f, 0x18, -+ 0x1f, 0x1d, 0x2f, 0x2c, 0x48, 0x09, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0xa0, 0x20, 0xbc, 0xc8, -+ 0xa8, 0xb0, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x04, 0x3f, 0x0a, 0x7f, 0x00, 0x1f, 0x11, 0x1f, -+ 0x11, 0x1f, 0x04, 0x7f, 0x04, 0x04, 0x00, 0x00, -+ 0x10, 0x90, 0x20, 0xa8, 0x48, 0x10, 0x10, 0x24, -+ 0x44, 0x08, 0x08, 0x90, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x0f, 0x00, 0x00, 0x79, 0x0f, 0x09, 0x0f, -+ 0x11, 0x1f, 0x21, 0x41, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x84, 0x24, 0xe8, 0x30, 0xe0, -+ 0x10, 0xf0, 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x12, 0x12, 0x1c, -+ 0x70, 0x10, 0x10, 0x10, 0x13, 0x3c, 0x00, 0x00, -+ 0x40, 0x40, 0x60, 0x50, 0x48, 0x48, 0x54, 0x54, -+ 0xe0, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x11, 0x11, 0x16, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x08, 0x30, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x12, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x1f, -+ 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xf0, 0xc0, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x10, 0x17, 0x10, 0x1b, -+ 0x70, 0x11, 0x11, 0x13, 0x14, 0x38, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x40, 0x78, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x03, 0x3c, -+ 0x04, 0x7f, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x40, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, -+ 0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x48, 0x48, 0x49, 0x79, 0x4a, -+ 0x49, 0x49, 0x79, 0x49, 0x41, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x08, 0x30, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, -+ 0x7c, 0x44, 0x7c, 0x44, 0x7c, 0x44, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x1d, 0x1b, 0x1a, -+ 0x28, 0x28, 0x48, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x70, 0x10, 0x90, 0x90, 0x90, 0x08, 0x48, 0x44, -+ 0x40, 0xa0, 0x90, 0x18, 0xe4, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x24, 0xa4, 0xa8, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x0b, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0xfc, 0x50, 0xfc, 0x00, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7f, 0x13, 0x15, 0x39, 0x35, -+ 0x35, 0x51, 0x50, 0x12, 0x12, 0x14, 0x00, 0x00, -+ 0x90, 0x90, 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xf8, -+ 0x20, 0xfc, 0x00, 0xa8, 0x54, 0x54, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x40, 0x21, 0x21, 0x02, 0x04, -+ 0x13, 0x12, 0x22, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0c, 0x0a, 0x41, 0x21, 0x23, 0x02, 0x13, -+ 0x12, 0x13, 0x22, 0x22, 0x42, 0x42, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x50, 0x60, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x0a, 0x42, 0x22, 0x2f, 0x00, 0x12, -+ 0x12, 0x14, 0x28, 0x20, 0x41, 0x4e, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x50, 0x48, -+ 0x54, 0xd4, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x22, 0x12, 0x12, 0x4f, 0x22, 0x22, 0x07, 0x16, -+ 0x16, 0x1a, 0x2a, 0x22, 0x42, 0x42, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xc8, 0x48, 0x78, 0x48, 0xc8, -+ 0xf8, 0x48, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x0a, 0x2c, 0x2b, 0x28, 0x48, -+ 0x0f, 0x08, 0x14, 0x13, 0x22, 0x44, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xd0, 0xf8, 0x90, 0x90, -+ 0xfc, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x04, 0x04, 0x08, 0x0f, 0x18, 0x2f, 0x48, 0x0f, -+ 0x08, 0x0f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x80, 0xf0, 0x80, 0xf0, -+ 0x80, 0xfc, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x25, 0x3f, 0x25, 0x25, -+ 0x3d, 0x25, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x30, 0xf8, 0x08, 0x08, -+ 0xf8, 0x08, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x2f, 0x08, 0x18, -+ 0x2a, 0x4a, 0x12, 0x12, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xf8, 0x40, 0x40, -+ 0x78, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x09, 0x11, 0x63, 0x00, 0x07, 0x7f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x20, 0x18, 0x24, 0xc0, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x11, 0x10, 0x11, 0x3d, 0x25, -+ 0x65, 0x25, 0x25, 0x3d, 0x25, 0x01, 0x00, 0x00, -+ 0x40, 0x44, 0x44, 0x48, 0x50, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x11, 0x11, 0x3f, 0x25, 0x65, -+ 0x25, 0x25, 0x3c, 0x22, 0x22, 0x04, 0x00, 0x00, -+ 0x90, 0x90, 0xa0, 0xfc, 0x20, 0xf8, 0x20, 0xf8, -+ 0x20, 0xfc, 0x00, 0xa8, 0x54, 0x04, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x7f, 0x08, 0x08, 0x13, 0x18, -+ 0x34, 0x57, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x09, 0x09, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2b, 0x49, 0x0a, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x20, 0x20, 0xb0, 0xa8, -+ 0xa8, 0x24, 0x24, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x01, 0x1f, 0x04, 0x7f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x40, 0xfc, 0x00, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x25, 0x42, 0x01, 0x1f, -+ 0x01, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x10, 0xe0, 0x00, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x4a, 0x2b, 0x2d, 0x09, 0x7f, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x0a, 0x0b, 0x0c, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0x20, 0x20, 0x20, 0xf8, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7f, -+ 0x09, 0x2d, 0x2b, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x88, 0xb0, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x21, 0x11, 0x11, 0x01, 0x1f, 0x10, 0x1f, -+ 0x10, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0x10, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x08, 0x0f, 0x4a, 0x29, 0x28, -+ 0x0b, 0x19, 0x68, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x3c, 0xc8, 0x48, 0x30, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x08, 0x0f, 0x18, 0x1f, 0x28, -+ 0x4f, 0x08, 0x0f, 0x14, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x80, 0xf8, 0x80, 0xf0, 0x80, -+ 0xf0, 0x80, 0xf8, 0x90, 0x48, 0x44, 0x00, 0x00, -+ 0x10, 0x17, 0x21, 0x4f, 0x0f, 0x15, 0x17, 0x35, -+ 0x57, 0x11, 0x17, 0x11, 0x1e, 0x10, 0x00, 0x00, -+ 0xc0, 0x3c, 0x00, 0xc0, 0xfc, 0x48, 0xc8, 0x48, -+ 0xc8, 0x08, 0xc8, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x11, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x01, -+ 0x7f, 0x02, 0x0c, 0x74, 0x07, 0x18, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x00, -+ 0xfc, 0x90, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3d, 0x01, 0x3e, -+ 0x00, 0x3c, 0x24, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x60, 0x20, 0xa0, 0x90, 0x90, 0x48, 0x48, 0x44, -+ 0x40, 0x60, 0x90, 0x90, 0xe8, 0x08, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xa0, 0xa0, 0xb8, 0xa0, -+ 0xa0, 0xa0, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x00, 0x3c, 0x01, 0x3e, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3f, 0x24, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x02, 0x07, 0x18, 0x7f, 0x11, 0x1f, 0x13, 0x0d, -+ 0x72, 0x0d, 0x32, 0x0c, 0x30, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0xf0, 0x10, 0xf0, 0x18, 0x90, -+ 0xa0, 0xc0, 0xa0, 0x98, 0x84, 0x00, 0x00, 0x00, -+ 0x11, 0x09, 0x3f, 0x27, 0x44, 0x07, 0x0f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0xc8, 0x40, 0xc0, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x4f, 0x29, 0x1f, 0x69, 0x08, 0x7f, 0x02, -+ 0x1f, 0x14, 0x18, 0x1f, 0x1f, 0x10, 0x00, 0x00, -+ 0x3c, 0xc8, 0x50, 0xfc, 0x10, 0xb0, 0xfc, 0x80, -+ 0xf0, 0xb0, 0xf0, 0xf0, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xa0, 0xa0, 0xb8, 0xa0, -+ 0xa0, 0xa0, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x18, 0xe0, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x13, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1d, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x20, 0xf8, 0x90, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x2b, 0x28, 0x31, 0x29, 0x25, -+ 0x25, 0x25, 0x38, 0x27, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0xf8, 0x90, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x14, 0x15, 0x7f, 0x14, 0x1c, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x24, 0xa4, 0xa8, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x02, 0x02, -+ 0x02, 0x02, 0x02, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x11, 0x09, -+ 0x05, 0x03, 0x03, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x0f, 0x00, 0x00, 0x3d, 0x05, 0x09, 0x09, -+ 0x11, 0x21, 0x43, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x88, 0x48, 0x50, 0x20, 0x20, -+ 0x10, 0x08, 0x04, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x09, 0x7f, 0x09, 0x3f, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x60, 0x80, 0x00, 0xf8, 0x20, 0xfc, 0x20, 0xf8, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x40, 0x07, 0x04, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x00, 0x80, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x88, 0x88, 0x78, 0x00, 0x00, -+ 0x01, 0x1e, 0x04, 0x3f, 0x15, 0x7f, 0x15, 0x15, -+ 0x3f, 0x0e, 0x15, 0x25, 0x44, 0x04, 0x00, 0x00, -+ 0x08, 0x28, 0x28, 0xa8, 0x28, 0xe8, 0x28, 0x28, -+ 0xa8, 0x28, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x13, 0x7e, 0x12, 0x13, 0x12, -+ 0x16, 0x1a, 0x64, 0x06, 0x09, 0x10, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x48, 0xa8, 0xa8, -+ 0xb0, 0x90, 0x90, 0xb4, 0xcc, 0x04, 0x00, 0x00, -+ 0x00, 0x11, 0x11, 0x11, 0x7d, 0x11, 0x10, 0x17, -+ 0x15, 0x1b, 0x64, 0x01, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x00, 0x17, 0x11, 0x12, 0x7f, 0x10, 0x13, 0x10, -+ 0x17, 0x18, 0x63, 0x0d, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0x10, 0xa8, 0xfc, 0xa0, 0xf8, 0xa0, -+ 0xfc, 0xc8, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x12, 0x7f, 0x24, 0x25, 0x24, -+ 0x7b, 0x48, 0x0f, 0x14, 0x20, 0x43, 0x00, 0x00, -+ 0x40, 0xfc, 0xa8, 0xa4, 0xfc, 0xa0, 0xf8, 0xa0, -+ 0xfc, 0xc8, 0xb0, 0x90, 0xc8, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x01, -+ 0x1f, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x19, 0x34, 0x37, 0x30, 0x51, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7d, 0x11, 0x11, 0x17, 0x1e, -+ 0x72, 0x14, 0x11, 0x16, 0x10, 0x37, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf0, 0xf0, 0xf0, 0xfc, 0xd4, -+ 0xf8, 0xf4, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x02, 0x02, 0x07, 0x0c, 0x32, 0x03, 0x0d, 0x71, -+ 0x1f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x40, 0x80, 0x80, 0x60, 0x1c, -+ 0xf0, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1d, 0x1b, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0xa0, -+ 0xa0, 0x60, 0x60, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x09, 0x42, 0x24, 0x23, 0x00, 0x0f, -+ 0x10, 0x13, 0x20, 0x20, 0x40, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0xfc, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x48, 0x2f, 0x28, 0x08, 0x08, -+ 0x18, 0x28, 0x49, 0x0a, 0x0c, 0x08, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0xfc, 0x40, 0x40, 0x40, -+ 0xa0, 0xa0, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x3f, 0x2f, -+ 0x48, 0x0f, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xfc, 0xe8, -+ 0x20, 0xe0, 0xe0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x1b, 0x71, 0x12, 0x17, 0x7c, 0x13, 0x18, -+ 0x37, 0x34, 0x57, 0x10, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0xfc, 0x10, 0xa8, 0xfc, 0xa0, 0xf8, 0xa0, -+ 0xfc, 0xe8, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x00, 0x3d, 0x05, 0x19, -+ 0x63, 0x0f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x48, 0x88, 0x50, 0x30, -+ 0x0c, 0xe0, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x7e, 0x03, 0x3c, 0x01, 0x3c, -+ 0x03, 0x3c, 0x27, 0x24, 0x3c, 0x27, 0x00, 0x00, -+ 0x40, 0xfc, 0x10, 0xa8, 0xfc, 0xa0, 0xf8, 0xa0, -+ 0xfc, 0xe8, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0d, 0x3f, 0x2e, 0x2e, 0x36, -+ 0x37, 0x22, 0x3f, 0x22, 0x3e, 0x23, 0x00, 0x00, -+ 0x20, 0xfc, 0x88, 0x54, 0xfc, 0x50, 0xf8, 0x50, -+ 0xfc, 0x68, 0xd0, 0x50, 0x68, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0f, 0x72, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0xfc, 0x20, 0xa0, -+ 0xb8, 0xa0, 0xa0, 0x60, 0x20, 0x1c, 0x00, 0x00, -+ 0x00, 0x07, 0x74, 0x57, 0x54, 0x57, 0x55, 0x55, -+ 0x55, 0x77, 0x4a, 0x4b, 0x12, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x38, 0xc0, 0xf0, 0x50, -+ 0xf0, 0xf8, 0xa8, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x10, 0x7e, 0x12, 0x12, 0x12, -+ 0x16, 0x1a, 0x62, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x29, 0x7e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x24, 0x26, 0x3a, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x20, 0x20, 0xf8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x17, 0x11, -+ 0x19, 0x71, 0x11, 0x11, 0x1e, 0x30, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0x20, 0xe0, 0x20, -+ 0x20, 0x10, 0x50, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x10, 0x1d, 0x25, 0x25, 0x55, -+ 0x19, 0x09, 0x11, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x12, 0x17, 0x35, 0x39, 0x52, -+ 0x17, 0x1a, 0x17, 0x24, 0x20, 0x47, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0x00, 0xf8, 0x88, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0xf8, 0x30, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x66, 0x2a, 0x1b, 0x24, 0x7f, -+ 0x12, 0x3b, 0x36, 0x37, 0x52, 0x10, 0x00, 0x00, -+ 0x20, 0x30, 0xe8, 0xa8, 0xa0, 0xfc, 0x20, 0xa8, -+ 0xa8, 0x90, 0x90, 0xb4, 0x4c, 0x84, 0x00, 0x00, -+ 0x01, 0x7d, 0x2f, 0x2a, 0x3a, 0x2f, 0x28, 0x3b, -+ 0x2a, 0x2f, 0x3a, 0x6b, 0x0a, 0x08, 0x00, 0x00, -+ 0x20, 0x30, 0xe8, 0xa8, 0xa0, 0xfc, 0x20, 0xa8, -+ 0xa8, 0xb0, 0x90, 0xb4, 0x4c, 0x84, 0x00, 0x00, -+ 0x04, 0x07, 0x08, 0x10, 0x7f, 0x11, 0x11, 0x11, -+ 0x1f, 0x10, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0xf0, 0x10, 0x10, 0x10, -+ 0xf0, 0x10, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x1e, 0x24, 0x48, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x2a, 0x3e, 0x22, 0x22, 0x22, 0x47, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0x20, 0x30, 0x28, 0x3c, 0xc4, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x19, 0x6f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x09, 0x08, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0xec, 0x20, 0xe0, -+ 0x20, 0xf0, 0x10, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x2a, 0x48, 0x3e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x24, 0x26, 0x3a, 0x61, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0x20, 0x30, 0x28, 0x3c, 0xc4, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x10, 0x1f, 0x12, 0x23, -+ 0x5c, 0x00, 0x7f, 0x04, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x48, 0xb0, -+ 0x2c, 0x20, 0xfc, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x11, 0x11, 0x1f, -+ 0x11, 0x11, 0x12, 0x22, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0xe0, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x12, 0x33, 0x52, 0x12, -+ 0x13, 0x12, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, -+ 0xf8, 0x48, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x17, 0x10, 0x33, 0x50, 0x13, -+ 0x10, 0x13, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xf8, 0x00, 0xf8, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x13, 0x10, 0x33, 0x50, 0x17, -+ 0x14, 0x1b, 0x11, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x08, 0xf0, 0x20, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x10, 0x1f, 0x14, 0x27, -+ 0x58, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x90, 0x60, -+ 0x1c, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x25, -+ 0x79, 0x4d, 0x0a, 0x12, 0x24, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x00, 0xfc, 0x68, -+ 0x68, 0x70, 0x50, 0x50, 0x68, 0x84, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x49, 0x08, 0x49, 0x29, 0x2b, -+ 0x0a, 0x1f, 0x68, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0xf0, 0xfc, -+ 0x08, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x5f, 0x05, 0x7f, 0x05, 0x19, -+ 0x6f, 0x09, 0x0f, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x68, 0xa0, 0x40, 0xfc, 0x40, 0x30, -+ 0xec, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x00, 0x00, 0x02, 0x02, 0x02, 0x12, 0x12, -+ 0x12, 0x22, 0x42, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x40, 0x00, 0x00, 0x10, 0x08, -+ 0x04, 0x04, 0x00, 0x10, 0x10, 0xf0, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x19, 0x35, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x17, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0xfc, 0xa0, 0x10, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x12, 0x13, 0x1e, -+ 0x72, 0x12, 0x14, 0x14, 0x18, 0x33, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x00, 0xfc, 0xc8, -+ 0xc8, 0xb0, 0xa0, 0x90, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x22, 0x12, 0x14, 0x7f, 0x08, -+ 0x7e, 0x1c, 0x1b, 0x29, 0x4a, 0x08, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x14, 0x14, 0x7f, 0x00, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x50, 0xfc, 0x00, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x03, 0x0d, 0x31, 0x09, 0x08, -+ 0x7f, 0x18, 0x1c, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x80, 0x60, 0x18, 0x20, 0x20, -+ 0xfc, 0x60, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x10, 0x17, 0x39, 0x36, -+ 0x34, 0x53, 0x50, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xa0, 0xfc, 0x10, 0xe8, -+ 0x44, 0xf8, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x43, 0x20, 0x23, 0x00, 0x17, -+ 0x14, 0x1b, 0x21, 0x20, 0x41, 0x4e, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x08, 0xf0, 0x20, 0xc0, 0xe0, 0x1c, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x44, 0x20, 0x21, 0x02, 0x10, -+ 0x17, 0x10, 0x21, 0x22, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0xa0, 0xa4, 0x1c, 0x40, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x21, 0x21, 0x3f, 0x21, 0x21, -+ 0x3f, 0x21, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x08, -+ 0xf8, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x29, 0x2a, 0x0c, 0x19, -+ 0x28, 0x48, 0x13, 0x10, 0x20, 0x47, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0x40, 0x30, 0x4c, 0x80, -+ 0x20, 0xc8, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x7f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0xfc, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x0a, 0x0a, 0x13, 0x1a, -+ 0x36, 0x57, 0x12, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x02, 0x7f, 0x04, 0x0f, -+ 0x11, 0x6f, 0x03, 0x0d, 0x31, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x80, 0xfc, 0x40, 0xa0, -+ 0x10, 0xec, 0x80, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x67, 0x1a, 0x1a, 0x27, 0x7e, -+ 0x12, 0x1b, 0x36, 0x34, 0x50, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x3f, 0x20, 0x20, 0x20, -+ 0x3f, 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, -+ 0xf0, 0x10, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x00, 0x01, 0x04, -+ 0x14, 0x14, 0x24, 0x44, 0x04, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, 0x90, -+ 0x48, 0x44, 0x04, 0x20, 0x20, 0xe0, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x08, 0x3f, 0x12, 0x14, 0x7f, -+ 0x08, 0x7f, 0x1c, 0x2a, 0x4a, 0x09, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x0c, 0x70, 0x40, 0x40, 0x7c, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x22, 0x14, 0x7f, 0x08, 0x7f, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x68, 0x60, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3d, 0x02, 0x3d, -+ 0x00, 0x3c, 0x25, 0x24, 0x3c, 0x23, 0x00, 0x00, -+ 0x40, 0x40, 0x60, 0xa0, 0x90, 0x28, 0x44, 0x90, -+ 0x20, 0x44, 0x88, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x78, 0x01, 0x06, 0x38, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x24, 0xe8, 0x30, -+ 0xe0, 0x60, 0xa0, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x08, 0x04, 0x04, 0x7f, 0x01, -+ 0x01, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x20, 0x20, 0x40, 0xfc, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x21, 0x12, 0x13, 0x06, 0x0a, 0x73, 0x12, -+ 0x13, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x00, -+ 0x1f, 0x13, 0x1f, 0x14, 0x27, 0x58, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x00, -+ 0xf8, 0xe0, 0xfc, 0x90, 0x60, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, -+ 0x04, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, -+ 0x40, 0x40, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x10, 0x10, 0x30, 0x50, 0x10, -+ 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x02, 0x02, 0x1e, 0x07, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x88, 0x48, 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x17, 0x14, -+ 0x27, 0x58, 0x0f, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0xcc, 0x70, -+ 0x44, 0xbc, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x3d, 0x01, 0x01, 0x01, 0x7f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x1f, 0x00, 0x1f, 0x3e, 0x08, -+ 0x0e, 0x30, 0x7f, 0x04, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xf8, 0x88, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x04, 0x3f, 0x04, 0x07, 0x04, 0x07, 0x04, 0x7f, -+ 0x12, 0x12, 0x14, 0x18, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xc0, 0x40, 0xc0, 0x40, 0xfc, -+ 0x80, 0x88, 0x78, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x09, 0x10, 0x10, -+ 0x23, 0x40, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x80, 0x40, -+ 0x30, 0x8c, 0x00, 0x00, 0xc0, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x22, 0x3f, 0x3f, 0x2f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x60, 0x90, 0x0c, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x01, 0x3c, 0x24, 0x25, 0x3d, 0x22, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0xb0, 0xd0, -+ 0x90, 0x90, 0x94, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x27, 0x11, 0x11, 0x01, 0x01, 0x0f, 0x71, -+ 0x11, 0x11, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, 0xe0, 0x20, -+ 0x10, 0x14, 0x0c, 0x04, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x28, 0x2b, 0x32, 0x2b, 0x26, -+ 0x27, 0x24, 0x27, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x14, 0x15, 0x7f, 0x14, 0x1c, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xc8, 0x68, 0x58, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x00, 0x7f, 0x00, 0x3f, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf8, 0x08, 0xe8, -+ 0x08, 0x88, 0x88, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x7a, 0x03, 0x3a, 0x02, 0x3b, -+ 0x02, 0x3a, 0x2b, 0x2e, 0x38, 0x20, 0x00, 0x00, -+ 0x00, 0xc0, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0x98, -+ 0x90, 0xd0, 0xb0, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x10, 0x17, 0x20, 0x48, 0x09, 0x11, 0x25, 0x45, -+ 0x09, 0x09, 0x11, 0x20, 0x43, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0xc0, 0x40, 0x7c, 0xa0, 0xa0, 0x3c, 0x20, -+ 0x20, 0x3c, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x22, 0x29, 0x25, 0x24, 0x20, -+ 0x27, 0x20, 0x23, 0x2c, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x28, 0x28, 0x28, 0x48, 0x48, -+ 0x88, 0xc8, 0x28, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x17, 0x14, 0x14, -+ 0x17, 0x14, 0x12, 0x23, 0x23, 0x4c, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xc8, 0x08, 0x88, 0xfc, 0xc8, -+ 0xa8, 0xa8, 0x88, 0x08, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x27, 0x10, 0x13, 0x02, 0x02, 0x73, 0x12, -+ 0x11, 0x11, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x10, -+ 0x10, 0x20, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x49, 0x49, 0x4a, 0x4a, 0x4c, -+ 0x48, 0x78, 0x48, 0x41, 0x06, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x48, 0x50, 0x40, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x09, 0x09, 0x7f, 0x09, -+ 0x09, 0x3f, 0x01, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x3c, 0x25, 0x25, 0x3d, 0x25, 0x21, -+ 0x3d, 0x25, 0x25, 0x3c, 0x24, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x24, 0x24, 0x24, 0x24, -+ 0x24, 0x24, 0x38, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x13, 0x15, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x90, 0x90, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x05, 0x05, 0x09, -+ 0x09, 0x11, 0x21, 0x41, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x88, 0x90, 0x60, 0x40, 0x20, -+ 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0a, 0x2a, 0x2c, 0x29, 0x4a, -+ 0x08, 0x0c, 0x12, 0x12, 0x21, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x7b, 0x48, 0x4b, 0x79, 0x49, 0x4f, 0x79, -+ 0x49, 0x4b, 0x78, 0x48, 0x07, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xf8, 0x50, 0x50, 0xfc, 0x50, -+ 0x50, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x4a, 0x2b, 0x2c, 0x08, 0x7e, 0x09, 0x1c, -+ 0x1a, 0x2b, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0x54, 0x94, 0x2c, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x12, 0x0e, 0x32, 0x07, 0x01, 0x3f, -+ 0x04, 0x0b, 0x11, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x38, 0xc8, 0x18, 0x00, 0xf8, -+ 0x20, 0x50, 0x88, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x7f, 0x08, 0x0f, -+ 0x03, 0x0d, 0x74, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xfc, 0x20, 0xe0, -+ 0x10, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x02, 0x21, 0x17, 0x10, 0x01, 0x0e, 0x71, 0x16, -+ 0x11, 0x16, 0x10, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x80, 0x88, 0xc8, 0x70, 0xe0, -+ 0x50, 0x48, 0x44, 0x80, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0x50, 0x54, 0x94, 0x2c, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5e, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x13, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0xa8, 0xa8, 0xfc, 0xa8, -+ 0xa8, 0xfc, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x25, 0x29, 0x30, 0x28, 0x27, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x40, 0x78, 0xc8, 0x78, 0x48, -+ 0x78, 0x48, 0x48, 0x58, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x02, 0x7e, 0x13, 0x10, 0x17, 0x7c, 0x13, -+ 0x12, 0x16, 0x1a, 0x62, 0x02, 0x02, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x40, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x25, 0x2d, 0x2c, 0x7e, 0x43, 0x7d, -+ 0x25, 0x3d, 0x25, 0x3d, 0x26, 0x2c, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x78, 0x48, 0xf8, 0x48, -+ 0x78, 0x48, 0x48, 0x58, 0x80, 0x7c, 0x00, 0x00, -+ 0x11, 0x11, 0x1f, 0x01, 0x3f, 0x20, 0x4f, 0x00, -+ 0x7f, 0x09, 0x09, 0x11, 0x21, 0x03, 0x00, 0x00, -+ 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x08, 0xe0, 0x00, -+ 0xfc, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x01, 0x11, 0x1f, 0x01, 0x7f, 0x0f, 0x08, 0x0f, -+ 0x3f, 0x20, 0x27, 0x24, 0x27, 0x20, 0x00, 0x00, -+ 0x00, 0x10, 0xf0, 0x00, 0xfc, 0xe0, 0x20, 0xe0, -+ 0xf8, 0x08, 0xc8, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x49, 0x29, 0x2a, 0x7f, 0x1c, 0x1a, 0x2b, 0x48, -+ 0x7f, 0x12, 0x3a, 0x04, 0x1a, 0x61, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x88, 0x88, 0x48, 0x50, -+ 0x30, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x08, 0x08, 0x48, 0x30, 0x10, -+ 0x30, 0x48, 0x88, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x09, 0x09, 0x7e, 0x09, 0x28, -+ 0x2f, 0x29, 0x39, 0x28, 0x27, 0x41, 0x00, 0x00, -+ 0x80, 0xf8, 0x48, 0x58, 0xf8, 0x88, 0xb0, 0xf8, -+ 0x48, 0x58, 0xf8, 0x88, 0x30, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x3e, 0x52, 0x57, 0x7f, 0x52, 0x2c, -+ 0x3e, 0x52, 0x56, 0x7e, 0x52, 0x2c, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x12, 0x13, 0x1e, -+ 0x72, 0x15, 0x15, 0x19, 0x11, 0x31, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x48, 0x40, 0xfc, 0x40, -+ 0x40, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x40, 0x88, 0x08, 0x10, 0x20, -+ 0xc4, 0x04, 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7f, 0x11, 0x19, 0x35, 0x34, -+ 0x33, 0x52, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x3f, 0x20, 0x4f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x08, 0xe0, 0x20, -+ 0xe0, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x09, 0x3f, 0x2a, 0x2c, 0x28, 0x3e, 0x22, -+ 0x32, 0x2c, 0x24, 0x2a, 0x32, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x05, 0x19, 0x63, 0x00, 0x03, 0x0f, 0x78, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x60, 0x18, 0x24, 0xc0, 0x40, 0xf8, 0x80, -+ 0xf0, 0x80, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x0b, 0x13, 0x1d, -+ 0x35, 0x53, 0x12, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x23, 0x10, 0x15, 0x43, 0x23, 0x24, 0x0b, 0x12, -+ 0x13, 0x12, 0x21, 0x21, 0x4f, 0x40, 0x00, 0x00, -+ 0x90, 0x90, 0x64, 0x28, 0xf0, 0x08, 0xf4, 0x10, -+ 0xf0, 0x20, 0x20, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x7e, 0x13, 0x14, 0x11, 0x1c, -+ 0x73, 0x12, 0x13, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0xa8, 0xb8, 0xc8, 0x98, 0x80, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x08, 0x04, -+ 0x02, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x12, -+ 0x13, 0x12, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, -+ 0xe0, 0x20, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2f, 0x2a, 0x0a, 0x0f, -+ 0x12, 0x17, 0x26, 0x2a, 0x52, 0x42, 0x00, 0x00, -+ 0x00, 0x7c, 0x90, 0x78, 0xc8, 0xf8, 0xc8, 0xf8, -+ 0x48, 0x78, 0xb0, 0xa8, 0x44, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x00, 0x3e, 0x2b, 0x2a, -+ 0x3e, 0x2a, 0x2a, 0x3e, 0x23, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x78, 0x88, 0x88, 0x10, 0x10, -+ 0x30, 0x30, 0x48, 0x88, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x00, 0x7f, -+ 0x09, 0x09, 0x09, 0x15, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0xfc, -+ 0x00, 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x0f, 0x40, 0x23, 0x20, 0x0f, 0x00, 0x13, -+ 0x10, 0x2f, 0x21, 0x43, 0x40, 0x0f, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf0, 0x90, 0xfc, 0x90, 0xf0, -+ 0x80, 0xfc, 0x20, 0xe0, 0xd0, 0x08, 0x00, 0x00, -+ 0x14, 0x14, 0x1f, 0x24, 0x44, 0x7f, 0x04, 0x3f, -+ 0x25, 0x25, 0x25, 0x26, 0x24, 0x04, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x3e, 0x09, 0x7f, 0x15, 0x2b, 0x7e, 0x08, -+ 0x7f, 0x01, 0x3f, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0xd0, 0x50, 0x70, 0x94, -+ 0x0c, 0x00, 0xf0, 0x10, 0x10, 0xe0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x26, 0x26, 0x24, -+ 0x79, 0x48, 0x0c, 0x14, 0x23, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x10, 0x24, 0x45, 0x09, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x78, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x13, 0x3a, 0x34, 0x34, 0x53, -+ 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x1e, 0x12, -+ 0x12, 0x12, 0x12, 0x2c, 0x21, 0x40, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x64, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x29, 0x2f, 0x2a, 0x28, -+ 0x28, 0x28, 0x2e, 0x38, 0x63, 0x0c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3f, 0x1c, 0x2a, 0x49, -+ 0x3f, 0x01, 0x09, 0x09, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc8, 0x28, 0x30, 0xc8, 0x04, -+ 0xf8, 0x00, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x09, 0x09, -+ 0x1f, 0x21, 0x0f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0x00, -+ 0xf8, 0x00, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x49, 0x48, 0x4f, 0x78, 0x49, -+ 0x49, 0x49, 0x79, 0x49, 0x41, 0x01, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x10, 0x1b, 0x34, 0x35, -+ 0x30, 0x57, 0x50, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x40, 0xfc, 0x90, 0xd0, 0x70, 0x88, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7c, 0x10, 0x13, 0x3a, 0x36, -+ 0x36, 0x53, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, -+ 0xb8, 0x38, 0x18, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x11, 0x11, 0x11, -+ 0x11, 0x11, 0x11, 0x11, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x47, 0x20, 0x2f, 0x00, 0x03, -+ 0x12, 0x13, 0x22, 0x23, 0x42, 0x42, 0x00, 0x00, -+ 0x80, 0xf8, 0x80, 0xf0, 0x80, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x28, 0x28, 0x3f, 0x29, 0x2a, 0x48, -+ 0x0d, 0x78, 0x08, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xfc, 0x20, 0x20, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x1f, 0x11, 0x21, 0x41, -+ 0x1f, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x1e, 0x12, 0x22, 0x4c, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x90, 0x88, 0xfc, 0x90, 0x90, 0x60, 0x64, 0x9c, -+ 0xf4, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x4b, 0x2a, 0x2c, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x1e, 0x1e, 0x13, 0x7e, 0x02, -+ 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, -+ 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x3f, 0x00, 0x1f, 0x11, -+ 0x11, 0x1f, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf8, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x14, 0x1f, 0x24, 0x7f, 0x3f, 0x24, 0x27, 0x01, -+ 0x7f, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0xc8, 0xc8, 0xc8, 0x18, 0x00, -+ 0xfc, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x04, 0x04, 0x3f, 0x24, 0x24, -+ 0x28, 0x28, 0x30, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0x80, 0xf8, 0x88, 0x88, -+ 0x98, 0x98, 0x78, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x26, 0x3e, 0x24, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0x28, 0xe8, 0x68, -+ 0x50, 0x50, 0x54, 0xec, 0x4c, 0x84, 0x00, 0x00, -+ 0x08, 0x7e, 0x08, 0x0e, 0x78, 0x19, 0x07, 0x7f, -+ 0x07, 0x07, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x10, 0xc0, 0xfc, -+ 0xc0, 0xc0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x00, 0x3f, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x02, 0x22, 0x12, 0x1f, 0x02, 0x02, 0x03, 0x7e, -+ 0x12, 0x12, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x08, 0x10, 0x60, 0xc0, 0x7c, 0x50, 0xd0, 0x50, -+ 0x90, 0x90, 0x10, 0x10, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x78, 0x48, 0x78, 0x50, 0x7c, -+ 0x90, 0x78, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x09, 0x7f, 0x00, 0x3f, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x90, 0x20, 0xf8, 0x28, 0xfc, -+ 0x28, 0xf8, 0x28, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x02, 0x03, 0x0c, 0x78, -+ 0x0f, 0x08, 0x0f, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x80, 0x80, 0x60, 0x3c, -+ 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x03, 0x04, 0x38, 0x09, 0x09, 0x7f, 0x09, 0x1d, -+ 0x1a, 0x2a, 0x48, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x08, 0x08, 0xf8, 0x68, -+ 0x60, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x27, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0x20, 0xfc, 0x00, 0x78, 0x48, -+ 0x48, 0x70, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x0f, 0x18, 0x1f, 0x28, 0x4f, 0x08, 0x0f, -+ 0x08, 0x3f, 0x02, 0x01, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0xf8, 0x80, 0xf0, 0x80, 0xf0, 0x80, 0xfc, -+ 0x00, 0xf0, 0x60, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x13, 0x10, -+ 0x17, 0x14, 0x24, 0x24, 0x44, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0xfc, 0x20, 0xe0, 0x80, -+ 0xf8, 0x88, 0x88, 0x88, 0xb0, 0x80, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1b, 0x34, 0x34, 0x37, 0x50, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0xfc, 0x90, 0x90, 0xfc, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x13, 0x12, 0x1f, 0x12, -+ 0x17, 0x16, 0x2a, 0x32, 0x42, 0x06, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xc8, 0x48, 0xc8, 0x28, -+ 0x30, 0xb0, 0xb4, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x08, -+ 0x09, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, 0x00, -+ 0x10, 0x60, 0x80, 0x00, 0x00, 0xfc, 0x40, 0x40, -+ 0xc0, 0x70, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x04, 0x7f, 0x00, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x49, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x02, 0x02, 0x04, 0x07, 0x0c, -+ 0x0c, 0x14, 0x24, 0x44, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x1b, 0x70, 0x13, 0x10, 0x7f, 0x11, 0x19, -+ 0x35, 0x35, 0x51, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xf8, 0x08, -+ 0xf8, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x08, 0x7f, 0x08, 0x3f, -+ 0x08, 0x7f, 0x1c, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x50, 0x50, 0xfc, 0x50, 0xfc, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x14, 0x0f, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0xf8, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x01, 0x39, 0x01, 0x3a, 0x02, 0x04, 0x1f, 0x68, -+ 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x38, 0x00, 0xb8, 0x40, 0x20, 0xf0, 0x2c, -+ 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x0f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x02, 0x12, -+ 0x12, 0x22, 0x44, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x40, 0x50, -+ 0x48, 0x44, 0x44, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x23, 0x3e, 0x08, 0x28, 0x2e, -+ 0x29, 0x2a, 0x2e, 0x38, 0x61, 0x02, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x50, 0x50, 0xd8, 0xd8, -+ 0x54, 0x54, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x24, 0x3c, 0x2b, 0x08, 0x2e, -+ 0x28, 0x28, 0x28, 0x2e, 0x38, 0x63, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0xf8, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x11, 0x3d, 0x25, 0x65, -+ 0x25, 0x25, 0x3d, 0x20, 0x23, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x13, 0x1c, 0x70, 0x10, 0x10, -+ 0x12, 0x12, 0x0e, 0x01, 0x06, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x12, 0x7e, 0x12, 0x13, 0x12, 0x10, -+ 0x1a, 0x72, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x48, 0x48, 0xf8, 0x48, 0x40, -+ 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7d, 0x10, 0x17, 0x10, 0x17, -+ 0x18, 0x70, 0x11, 0x10, 0x10, 0x37, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x40, 0xfc, -+ 0x90, 0x90, 0xe0, 0x30, 0xc8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x1f, -+ 0x71, 0x10, 0x10, 0x10, 0x13, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0xf0, 0x90, 0xf0, 0x9c, 0xf0, -+ 0x18, 0xb0, 0x00, 0xa0, 0x18, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x1d, -+ 0x71, 0x12, 0x12, 0x14, 0x18, 0x30, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3d, 0x02, 0x3d, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x23, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x94, 0x94, 0x0c, 0x00, 0xf8, -+ 0x88, 0x90, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x44, 0x08, 0x10, 0x13, -+ 0x1c, 0x70, 0x10, 0x12, 0x0f, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0x00, 0xf8, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x1e, 0x12, 0x1e, -+ 0x12, 0x1e, 0x14, 0x12, 0x1d, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x78, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x3c, 0x00, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x00, 0x3c, 0x24, 0x24, 0x3d, 0x26, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x08, 0x08, 0xf8, 0x68, -+ 0x60, 0x60, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x01, -+ 0x1f, 0x00, 0x1f, 0x00, 0x1f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x90, 0x20, 0xf8, 0xa8, 0xa8, -+ 0xf8, 0x88, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x01, -+ 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0c, 0x0b, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x44, 0x24, 0xa8, 0x90, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x12, 0x12, 0x32, 0x52, 0x12, -+ 0x12, 0x12, 0x12, 0x13, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x0f, 0x11, 0x21, 0x7f, 0x02, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x01, 0x01, 0x01, 0x7f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x03, 0x02, 0x02, 0x02, 0x3f, -+ 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x5f, 0x00, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf0, 0x00, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x00, 0x7f, 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x09, 0x09, 0x11, 0x21, 0x03, 0x01, -+ 0x7f, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0xfc, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x08, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x11, 0x49, 0x2a, 0x24, 0x3e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0x7c, 0xc0, 0x48, 0x48, -+ 0x50, 0x30, 0x24, 0xd4, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, -+ 0x19, 0x15, 0x27, 0x39, 0x41, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x48, 0x28, 0x38, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x14, 0x14, 0x13, 0x19, -+ 0x77, 0x11, 0x1f, 0x11, 0x16, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x40, 0xc8, 0xb8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x09, 0x1e, 0x1b, 0x1a, -+ 0x28, 0x2b, 0x48, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0x08, 0xfc, 0x40, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x0a, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x2b, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xf8, 0xa8, 0xa8, -+ 0xa8, 0xfc, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x01, -+ 0x3f, 0x03, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x08, -+ 0x90, 0xe0, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x23, 0x00, 0x17, -+ 0x10, 0x10, 0x20, 0x21, 0x46, 0x40, 0x00, 0x00, -+ 0x90, 0x88, 0xf8, 0x80, 0xf0, 0x80, 0xf8, 0x90, -+ 0x50, 0x60, 0x64, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x41, 0x22, 0x24, 0x07, 0x10, -+ 0x10, 0x11, 0x21, 0x22, 0x44, 0x48, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xa0, -+ 0xa0, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x48, 0x2b, 0x20, 0x08, 0x11, 0x22, 0x41, -+ 0x3f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x80, 0x80, 0xe0, 0xa0, 0xa4, 0x24, 0x1c, 0x00, -+ 0xf8, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x2f, 0x23, 0x02, 0x14, -+ 0x1b, 0x12, 0x23, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x30, 0xd0, 0x88, -+ 0xf4, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x04, 0x7f, 0x00, 0x3e, 0x22, 0x3e, 0x3e, -+ 0x22, 0x26, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x00, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x18, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x13, 0x16, 0x37, 0x3a, 0x53, -+ 0x12, 0x1b, 0x16, 0x23, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x48, 0x68, 0xd8, 0x68, 0x48, 0xd8, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x11, 0x11, 0x1e, 0x14, -+ 0x14, 0x14, 0x24, 0x24, 0x45, 0x1a, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x00, 0xfc, 0x28, 0xb0, -+ 0xa0, 0xbc, 0xa0, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x48, 0x10, 0x0f, 0x08, -+ 0x08, 0x7f, 0x03, 0x0c, 0x70, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0xf0, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x4d, 0x04, 0x7f, 0x00, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x30, 0x40, 0xfc, 0x00, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7f, -+ 0x0d, 0x2a, 0x2a, 0x29, 0x4a, 0x08, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x20, -+ 0xe4, 0x78, 0xb0, 0x28, 0x24, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x10, 0x17, 0x64, 0x18, 0x1b, 0x25, 0x7d, -+ 0x13, 0x3b, 0x35, 0x31, 0x56, 0x10, 0x00, 0x00, -+ 0x90, 0x98, 0xf4, 0x94, 0x90, 0xfc, 0x50, 0x74, -+ 0x74, 0x58, 0x78, 0x94, 0x2c, 0x44, 0x00, 0x00, -+ 0x04, 0x3f, 0x01, 0x0f, 0x01, 0x7f, 0x10, 0x08, -+ 0x41, 0x22, 0x0c, 0x10, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x80, 0x80, -+ 0xfc, 0x48, 0x50, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x24, -+ 0x3d, 0x24, 0x24, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x20, -+ 0xe4, 0x78, 0xb0, 0x28, 0x24, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0e, 0x12, 0x12, 0x32, 0x4a, -+ 0x05, 0x04, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x90, 0x90, 0x90, 0x90, -+ 0xfc, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x12, 0x1a, 0x16, 0x17, 0x1e, -+ 0x72, 0x1a, 0x1a, 0x2a, 0x22, 0x46, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0x50, 0x88, 0x88, 0x04, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x1f, 0x12, 0x1f, 0x12, 0x1f, -+ 0x13, 0x12, 0x23, 0x2a, 0x49, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0xfc, 0x00, 0xfc, 0xa4, 0x54, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3e, 0x03, 0x3c, -+ 0x00, 0x3d, 0x24, 0x24, 0x3f, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0x08, 0xfc, 0x40, -+ 0x40, 0xf0, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x27, 0x3c, 0x27, -+ 0x24, 0x3c, 0x18, 0x14, 0x27, 0x40, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc0, 0x78, 0xc0, 0x7c, 0xc8, -+ 0x48, 0x30, 0x24, 0xd4, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x23, 0x3e, 0x09, 0x28, 0x2f, -+ 0x28, 0x28, 0x2e, 0x38, 0x61, 0x06, 0x00, 0x00, -+ 0x50, 0x48, 0x78, 0xc0, 0x78, 0xc0, 0x7c, 0xc8, -+ 0x48, 0x30, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x27, 0x10, 0x17, 0x04, 0x03, 0x71, 0x17, -+ 0x11, 0x1f, 0x10, 0x1b, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x44, 0xfc, 0x20, 0xf8, -+ 0x20, 0xfc, 0xa0, 0x18, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x27, 0x10, 0x13, 0x02, 0x03, 0x70, 0x1f, -+ 0x13, 0x1c, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0x80, 0xfc, -+ 0xf0, 0x28, 0xe4, 0x10, 0xf0, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5d, 0x08, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x73, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x40, 0xfc, -+ 0x48, 0x28, 0x30, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x21, -+ 0x22, 0x22, 0x24, 0x28, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x08, -+ 0x88, 0x88, 0x48, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x05, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x7f, 0x00, 0x3e, 0x22, 0x22, -+ 0x3e, 0x22, 0x3e, 0x22, 0x22, 0x26, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xfc, 0x00, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x3f, 0x09, -+ 0x7f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xf8, 0x20, -+ 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2f, 0x2a, 0x0f, 0x0a, -+ 0x1f, 0x12, 0x3f, 0x22, 0x42, 0x42, 0x00, 0x00, -+ 0x08, 0x08, 0xd0, 0x20, 0xa0, 0xbc, 0xa8, 0xa8, -+ 0xa8, 0x28, 0xe8, 0x48, 0x48, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x19, 0x15, 0x32, 0x4a, 0x0c, -+ 0x19, 0x60, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0x60, 0x50, 0x90, -+ 0x08, 0x04, 0x90, 0x48, 0x44, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x60, 0x1f, 0x01, -+ 0x01, 0x0f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0x0c, 0xf0, 0x00, -+ 0x00, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x7d, 0x0b, 0x0a, 0x13, 0x1a, -+ 0x37, 0x54, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0x20, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x14, 0x0f, 0x12, 0x7e, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x88, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0xa8, 0x70, -+ 0xfc, 0x00, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x3c, 0x27, 0x24, 0x25, 0x3c, 0x27, 0x25, -+ 0x3f, 0x24, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x50, -+ 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x57, 0x36, 0x3a, 0x12, 0x7e, 0x12, 0x1a, -+ 0x36, 0x36, 0x52, 0x14, 0x17, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x00, 0x7b, 0x4a, 0x4b, 0x4a, 0x4b, 0x48, -+ 0x49, 0x79, 0x49, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x22, 0x14, 0x7f, 0x2a, 0x2a, 0x3e, 0x2a, 0x09, -+ 0x11, 0x2f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x08, -+ 0x18, 0xe0, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x7d, 0x45, 0x41, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7d, 0x11, 0x17, 0x10, 0x1f, -+ 0x72, 0x13, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x04, 0x18, 0x7f, 0x15, 0x13, 0x1f, 0x10, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0xc0, 0x20, 0x10, 0xfc, 0x50, 0x90, 0xf0, 0x10, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x04, 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x20, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x0e, 0x15, 0x65, 0x04, 0x7f, -+ 0x01, 0x11, 0x11, 0x19, 0x27, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x60, 0xb0, 0x2c, 0x20, 0xf8, -+ 0x10, 0x20, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x04, 0x45, 0x29, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x19, 0x29, 0x49, 0x09, 0x0f, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x03, 0x0c, 0x08, 0x2b, 0x28, 0x2d, -+ 0x29, 0x29, 0x29, 0x2f, 0x3a, 0x64, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x98, 0xe4, 0x10, 0x50, -+ 0x50, 0x50, 0x50, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x07, 0x08, 0x0b, 0x2a, 0x2e, 0x2b, -+ 0x28, 0x28, 0x29, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0xe0, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x7d, 0x17, 0x11, 0x13, 0x3b, 0x2d, 0x6b, -+ 0x28, 0x2a, 0x3a, 0x23, 0x24, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xb8, 0x54, 0x10, 0xfc, -+ 0x48, 0x40, 0x78, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x09, 0x11, 0x19, -+ 0x35, 0x57, 0x11, 0x11, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x08, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x02, 0x0c, -+ 0x03, 0x7f, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x40, 0xc0, -+ 0x30, 0xc8, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7f, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x4b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x10, 0x1e, 0x24, 0x7e, 0x2b, -+ 0x3e, 0x2a, 0x3e, 0x3b, 0x2d, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x18, 0xe0, 0x20, 0x20, 0xfc, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x25, 0x25, 0x3e, 0x24, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0xb0, 0x98, 0x14, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x29, 0x31, 0x29, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x22, 0x13, 0x1f, 0x01, 0x05, 0x05, 0x77, -+ 0x15, 0x11, 0x12, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0xb8, 0x28, 0xe8, 0x38, 0x68, 0x68, 0xf8, -+ 0x28, 0x48, 0x48, 0x98, 0x00, 0xfc, 0x00, 0x00, -+ 0x03, 0x1c, 0x10, 0x1e, 0x10, 0x1f, 0x00, 0x15, -+ 0x13, 0x19, 0x15, 0x15, 0x19, 0x66, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0x50, -+ 0x30, 0x90, 0x54, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x09, 0x08, 0x0b, 0x12, 0x13, 0x32, 0x53, 0x10, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x06, 0x09, 0x14, 0x3f, 0x51, 0x1f, 0x11, -+ 0x1f, 0x10, 0x3f, 0x31, 0x5f, 0x11, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0xc8, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x22, 0x12, 0x0c, 0x04, -+ 0x04, 0x0a, 0x0a, 0x10, 0x21, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x50, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x12, 0x0a, 0x7f, 0x04, 0x3f, 0x1f, 0x01, 0x7f, -+ 0x12, 0x1f, 0x1e, 0x12, 0x7e, 0x03, 0x00, 0x00, -+ 0x90, 0xa0, 0xfc, 0x40, 0xf8, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x1f, 0x60, 0x0f, 0x08, 0x0f, -+ 0x0f, 0x08, 0x1f, 0x18, 0x2f, 0x08, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xe0, 0x20, 0xe0, -+ 0xe0, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x3d, 0x25, 0x3d, 0x25, 0x01, -+ 0x7f, 0x08, 0x08, 0x08, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x78, 0x48, 0x78, 0x48, 0x00, -+ 0xfc, 0x90, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x48, 0x28, 0x2f, 0x08, 0x08, -+ 0x18, 0x18, 0x28, 0x48, 0x0b, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x02, 0x7f, 0x04, -+ 0x1f, 0x61, 0x1f, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x80, 0xfc, 0xc0, -+ 0x30, 0x0c, 0xf0, 0x80, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x05, 0x35, 0x09, 0x1d, 0x65, -+ 0x19, 0x15, 0x66, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x68, 0x10, 0x68, 0xc8, -+ 0x30, 0xa8, 0xc8, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x41, 0x01, 0x7f, 0x03, -+ 0x05, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0x00, 0xfc, 0x80, -+ 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x17, 0x17, 0x14, -+ 0x17, 0x13, 0x23, 0x22, 0x43, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x20, 0xf8, 0xf8, 0x88, -+ 0xf8, 0xf0, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x27, 0x24, 0x24, 0x24, -+ 0x24, 0x24, 0x24, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf0, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0xe0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x09, 0x29, 0x3f, 0x2a, 0x4c, 0x19, 0x6a, 0x08, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xa8, 0xa8, 0x28, 0x48, 0xb0, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x08, 0x1c, 0x1a, 0x2a, 0x48, -+ 0x09, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x13, 0x12, 0x13, 0x10, -+ 0x1f, 0x71, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x40, -+ 0xf8, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x7d, 0x10, 0x11, 0x10, 0x1f, -+ 0x74, 0x13, 0x12, 0x12, 0x12, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x48, 0xf8, 0x48, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x17, 0x10, 0x13, 0x1e, -+ 0x73, 0x12, 0x13, 0x12, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0xfc, 0x40, 0xf8, 0x48, -+ 0xf8, 0x48, 0xf8, 0x48, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x17, 0x10, 0x1f, -+ 0x72, 0x13, 0x12, 0x10, 0x10, 0x37, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0xf0, 0x4c, 0x40, 0xf8, -+ 0x48, 0xf8, 0x48, 0x50, 0x78, 0x84, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x10, 0x17, 0x14, 0x1f, -+ 0x70, 0x17, 0x10, 0x11, 0x16, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xbc, 0xa4, 0xbc, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x1f, 0x11, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x10, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x24, 0x3f, 0x24, 0x3f, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x12, 0x15, 0x39, 0x35, -+ 0x35, 0x51, 0x53, 0x15, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xf0, 0x08, 0xf4, 0x10, 0xf0, -+ 0xf0, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x13, 0x3a, 0x37, -+ 0x35, 0x51, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x22, 0x23, 0x02, 0x0b, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x21, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x15, 0x34, 0x3b, 0x32, 0x53, -+ 0x10, 0x17, 0x18, 0x25, 0x26, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xb8, 0xa8, 0xb8, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x01, 0x03, 0x0c, 0x30, 0x1f, 0x01, 0x7f, 0x01, -+ 0x01, 0x1f, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0xf0, 0x10, 0xfc, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x4b, 0x2a, 0x2b, 0x0a, 0x1b, -+ 0x28, 0x4b, 0x10, 0x10, 0x21, 0x4e, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x40, 0xf8, 0x90, 0x60, 0xb0, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x45, 0x09, 0x12, 0x0f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x38, 0x40, 0x30, 0xc8, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x57, 0x34, 0x3b, 0x12, 0x7f, 0x12, 0x3b, -+ 0x35, 0x55, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x29, 0x4a, 0x08, 0x00, 0x00, -+ 0x30, 0x90, 0x90, 0xa8, 0x24, 0x50, 0xf8, 0x48, -+ 0x20, 0xe8, 0xc4, 0x54, 0x50, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7f, -+ 0x0c, 0x2a, 0x2a, 0x29, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x00, 0xf8, 0x00, 0xfc, -+ 0x20, 0xa8, 0xa4, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x25, 0x3e, 0x24, 0x25, 0x3c, -+ 0x24, 0x25, 0x3d, 0x66, 0x04, 0x04, 0x00, 0x00, -+ 0x70, 0x90, 0x90, 0x48, 0x64, 0x90, 0xf8, 0x48, -+ 0xa0, 0xa8, 0x84, 0x94, 0x90, 0x70, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x48, 0x28, 0x2f, -+ 0x08, 0x18, 0x28, 0x48, 0x0b, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x7f, 0x08, 0x1f, 0x72, 0x0c, -+ 0x74, 0x04, 0x7f, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0x80, 0x98, 0xe0, 0x84, -+ 0x7c, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x7f, 0x09, 0x02, 0x0f, 0x7f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x17, 0x14, 0x27, 0x44, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0x80, 0xe0, 0xfc, 0x20, 0xe0, -+ 0x20, 0xe0, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x11, 0x09, 0x49, 0x23, 0x22, -+ 0x0b, 0x08, 0x17, 0x11, 0x26, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0xb8, 0xa8, -+ 0xf8, 0x40, 0xfc, 0xf0, 0x4c, 0x40, 0x00, 0x00, -+ 0x04, 0x24, 0x17, 0x04, 0x1c, 0x65, 0x05, 0x01, -+ 0x7f, 0x04, 0x1c, 0x64, 0x07, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, 0x00, -+ 0xfc, 0x90, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x01, 0x7f, 0x01, 0x09, -+ 0x09, 0x09, 0x09, 0x15, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0xf8, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x02, 0x21, 0x11, 0x17, 0x00, 0x00, 0x7f, 0x10, -+ 0x11, 0x11, 0x12, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf8, 0x80, 0x80, 0xfc, 0xc0, -+ 0x20, 0x10, 0x08, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x27, 0x13, 0x12, 0x03, 0x02, 0x73, 0x11, -+ 0x11, 0x11, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0xa0, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1d, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0xf8, 0x04, 0xf8, 0x88, 0xf8, -+ 0xf8, 0x80, 0xfc, 0x84, 0xfc, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x3d, 0x5d, 0x00, 0x08, -+ 0x7f, 0x1c, 0x1a, 0x29, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x78, 0x70, 0x00, 0xf8, -+ 0x88, 0xf8, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x70, 0xac, 0x20, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0x28, 0x3c, 0xc4, 0x00, 0x00, -+ 0x08, 0x09, 0x0e, 0x13, 0x12, 0x33, 0x50, 0x11, -+ 0x16, 0x11, 0x16, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0xf8, 0x48, 0xf8, 0x40, 0x88, -+ 0xd0, 0x60, 0xb0, 0x28, 0x24, 0xc0, 0x00, 0x00, -+ 0x01, 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x10, -+ 0x15, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x11, 0x10, 0x13, 0x1a, 0x37, 0x36, 0x33, 0x50, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 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, -+ 0x01, 0x3f, 0x29, 0x28, 0x3b, 0x2a, 0x2b, 0x3b, -+ 0x2b, 0x2b, 0x2b, 0x2b, 0x2d, 0x58, 0x00, 0x00, -+ 0x20, 0xfc, 0x28, 0x24, 0xfc, 0x20, 0xe8, 0xa8, -+ 0xe8, 0x50, 0xd4, 0x9c, 0xec, 0x44, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x00, 0x1f, 0x10, 0x1f, 0x19, -+ 0x1f, 0x18, 0x1f, 0x29, 0x2f, 0x48, 0x00, 0x00, -+ 0x40, 0xfc, 0x50, 0x48, 0xfc, 0x40, 0xc8, 0x28, -+ 0xa8, 0xb0, 0x90, 0x34, 0xcc, 0x84, 0x00, 0x00, -+ 0x01, 0x3c, 0x25, 0x25, 0x3d, 0x25, 0x3d, 0x24, -+ 0x25, 0x3d, 0x19, 0x15, 0x25, 0x41, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x22, 0x12, 0x13, 0x04, 0x0f, 0x70, 0x13, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0xf0, -+ 0x10, 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x50, 0x12, -+ 0x12, 0x12, 0x12, 0x13, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x48, 0x40, 0x40, -+ 0x78, 0x40, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x08, 0x0f, 0x0c, 0x14, 0x17, 0x34, 0x54, 0x17, -+ 0x14, 0x14, 0x17, 0x13, 0x14, 0x18, 0x00, 0x00, -+ 0x08, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x08, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3e, 0x22, -+ 0x22, 0x3e, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x22, 0x3e, -+ 0x28, 0x24, 0x26, 0x3a, 0x62, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x13, 0x10, 0x16, -+ 0x1a, 0x72, 0x12, 0x13, 0x14, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x40, 0x40, -+ 0x78, 0x40, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x11, 0x1f, -+ 0x13, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x90, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, 0x00, -+ 0x20, 0x17, 0x14, 0x44, 0x27, 0x24, 0x07, 0x14, -+ 0x14, 0x17, 0x23, 0x22, 0x44, 0x48, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0x08, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x11, 0x01, 0x11, -+ 0x11, 0x11, 0x19, 0x15, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x20, 0x17, 0x10, 0x03, 0x02, 0x72, 0x13, -+ 0x10, 0x11, 0x16, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0xe0, 0x50, 0x4c, 0x40, 0x00, 0xfc, 0x00, 0x00, -+ 0x09, 0x09, 0x0a, 0x14, 0x10, 0x31, 0x51, 0x12, -+ 0x17, 0x1a, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x20, 0x10, 0x08, 0x88, 0x80, 0x40, 0x20, 0x10, -+ 0xf8, 0x14, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x17, 0x14, -+ 0x17, 0x1f, 0x18, 0x2f, 0x28, 0x48, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x78, 0x80, 0xf0, 0x90, -+ 0xf0, 0xf8, 0xa8, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x24, 0x3c, 0x27, -+ 0x24, 0x3c, 0x18, 0x14, 0x24, 0x40, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0xa8, 0xa8, 0xe8, -+ 0x90, 0x90, 0xb4, 0xac, 0xcc, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x12, 0x10, 0x1d, 0x16, -+ 0x17, 0x14, 0x24, 0x24, 0x45, 0x1a, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x80, 0xf8, 0x20, 0x20, -+ 0xfc, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0c, 0x13, 0x7f, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x48, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x00, 0xfc, 0x08, -+ 0x50, 0x50, 0x50, 0x94, 0x94, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x08, 0x08, 0x0c, 0x12, 0x23, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x40, 0x60, 0x90, 0x10, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x07, 0x04, 0x07, 0x04, -+ 0x04, 0x7f, 0x00, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xc0, 0x40, 0xc0, 0x40, -+ 0x40, 0xfc, 0x00, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x12, 0x11, 0x11, 0x7f, 0x10, 0x17, 0x14, 0x17, -+ 0x1c, 0x77, 0x14, 0x14, 0x14, 0x35, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x00, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x7f, 0x04, 0x05, 0x08, 0x18, -+ 0x28, 0x4f, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0xf8, 0x10, 0x20, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x7c, 0x07, 0x08, 0x0b, 0x10, 0x10, 0x1b, -+ 0x70, 0x11, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x50, 0x90, 0xa0, 0x48, 0xf4, -+ 0x44, 0x50, 0x48, 0x44, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x04, 0x7f, 0x02, 0x1f, 0x12, 0x14, 0x1f, -+ 0x1f, 0x00, 0x7f, 0x08, 0x04, 0x00, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x80, 0xf0, 0xd0, 0x50, 0xf0, -+ 0xf0, 0x40, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x10, 0x13, 0x12, 0x1f, -+ 0x72, 0x13, 0x12, 0x13, 0x11, 0x36, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, 0x50, -+ 0x50, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x2f, 0x11, 0x12, 0x02, 0x03, 0x0e, 0x72, -+ 0x12, 0x12, 0x13, 0x1e, 0x26, 0x41, 0x00, 0x00, -+ 0x0c, 0xf0, 0x28, 0x48, 0xd0, 0x30, 0x48, 0xfc, -+ 0xa8, 0xa4, 0x24, 0x20, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x12, 0x12, 0x33, 0x5e, 0x12, -+ 0x12, 0x12, 0x12, 0x12, 0x12, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x78, 0xc8, 0x48, 0x48, -+ 0x48, 0x58, 0x40, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x02, 0x03, 0x04, 0x0a, 0x31, 0x01, 0x06, 0x38, -+ 0x03, 0x0c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x40, 0x80, 0x40, 0x7c, 0x84, -+ 0x88, 0x50, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, 0x02, 0x02, -+ 0x04, 0x04, 0x0a, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x80, 0x80, -+ 0x40, 0x40, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x27, 0x20, 0x00, 0x10, -+ 0x10, 0x11, 0x21, 0x22, 0x44, 0x48, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xc0, -+ 0xa0, 0x20, 0x90, 0x50, 0x48, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x01, 0x3e, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x08, 0x80, 0x80, 0x98, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x4b, 0x49, 0x49, 0x4f, 0x49, -+ 0x49, 0x7b, 0x48, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xf8, 0x50, 0x50, 0xfc, 0x50, -+ 0x50, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x48, 0x71, 0x53, 0x4d, 0x49, 0x71, -+ 0x41, 0x41, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, -+ 0x08, 0x18, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x12, 0x09, 0x08, 0x01, 0x7f, -+ 0x02, 0x04, 0x07, 0x08, 0x03, 0x3c, 0x00, 0x00, -+ 0x18, 0xe8, 0x08, 0x10, 0x20, 0x40, 0x00, 0xfc, -+ 0x20, 0x20, 0x40, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x19, 0x36, 0x37, 0x30, 0x51, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0xfc, 0x80, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x08, 0x08, 0x0e, -+ 0x78, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7f, 0x0a, 0x18, 0x18, 0x1c, -+ 0x2a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x80, 0x80, 0x88, 0x90, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x12, 0x1b, 0x16, 0x16, 0x7f, -+ 0x12, 0x1a, 0x1a, 0x2a, 0x22, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x40, 0x40, 0x48, 0x50, -+ 0x60, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7f, 0x09, 0x1b, 0x1c, 0x1b, -+ 0x2b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x40, 0xfc, 0x80, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x29, 0x32, 0x28, 0x24, -+ 0x24, 0x24, 0x24, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x08, 0x80, 0x80, 0x98, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x29, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x45, 0x1a, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x70, -+ 0x50, 0x50, 0xc8, 0xa8, 0x24, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3f, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x44, 0x24, 0xa8, 0x90, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x17, 0x30, 0x50, 0x11, -+ 0x11, 0x12, 0x15, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xe0, 0xe0, 0x50, -+ 0x50, 0x48, 0xf4, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x13, 0x7f, 0x15, 0x11, 0x11, -+ 0x15, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x04, 0x04, 0x24, 0x14, -+ 0x0c, 0x0c, 0x0a, 0x12, 0x20, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, 0x50, -+ 0x50, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x10, 0x7f, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x55, 0x55, 0x55, 0x43, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0xfc, 0x08, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x10, 0x17, 0x30, 0x50, 0x10, 0x11, -+ 0x01, 0x11, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x90, 0x88, 0xfc, 0xc0, 0x40, 0x24, 0x14, 0x0c, -+ 0x00, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x09, 0x09, 0x7f, 0x09, 0x0f, 0x00, 0x3f, 0x21, -+ 0x5f, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xe0, 0x00, 0xfc, 0x08, -+ 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x13, 0x24, 0x04, 0x0f, 0x18, 0x28, -+ 0x4f, 0x09, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x02, 0x02, 0x04, 0x7f, 0x00, 0x0f, 0x08, 0x08, -+ 0x0f, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x40, 0x30, 0xe8, 0x04, 0xe0, 0x20, 0x20, -+ 0xe0, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x08, 0x12, 0x7f, 0x3e, 0x22, 0x3e, 0x3e, 0x22, -+ 0x26, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x40, 0x48, 0x70, 0x44, 0x3c, 0x48, 0x70, 0x44, -+ 0x3c, 0x10, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x04, 0x1f, 0x04, 0x7f, 0x1f, 0x15, 0x1f, 0x15, -+ 0x1f, 0x3f, 0x0a, 0x7f, 0x19, 0x60, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xfc, 0x40, 0x48, 0x48, 0x28, -+ 0x28, 0xb0, 0x14, 0xac, 0x4c, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x7f, 0x14, 0x12, 0x22, -+ 0x4f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x30, 0x50, 0x88, -+ 0xe4, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x0f, 0x02, 0x7f, 0x05, -+ 0x19, 0x6d, 0x03, 0x0d, 0x31, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xe0, 0x80, 0xfc, 0x40, -+ 0x30, 0x6c, 0x80, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x21, 0x20, 0x07, 0x04, -+ 0x1b, 0x12, 0x22, 0x22, 0x42, 0x40, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0xf0, 0x00, 0xfc, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x27, 0x3c, -+ 0x25, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x50, 0x88, 0x9c, 0xe4, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3e, 0x25, 0x25, 0x24, 0x3c, 0x24, 0x27, -+ 0x3d, 0x25, 0x25, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x48, 0x78, 0x64, -+ 0x58, 0x50, 0x68, 0x84, 0x80, 0x7c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x02, 0x04, 0x7f, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x40, 0x30, 0xc8, -+ 0x04, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x02, 0x04, 0x18, 0x6f, 0x08, 0x09, 0x09, 0x7f, -+ 0x03, 0x0c, 0x74, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x90, 0x88, 0x7c, 0xc0, 0x20, 0x14, 0x0c, 0xfc, -+ 0x10, 0x90, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x02, 0x04, 0x1b, 0x68, 0x08, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x90, 0x88, 0xfc, 0x40, 0x34, 0xec, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x13, 0x02, 0x03, 0x72, 0x12, -+ 0x12, 0x12, 0x1f, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x88, 0x48, -+ 0x30, 0xd0, 0x08, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x23, 0x10, 0x17, 0x00, 0x03, 0x74, 0x12, -+ 0x12, 0x11, 0x16, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x48, 0x50, -+ 0xe0, 0x50, 0x48, 0xc8, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x3c, 0x24, 0x2b, 0x28, 0x30, 0x2b, 0x24, -+ 0x27, 0x24, 0x38, 0x23, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0x40, 0xe8, 0x68, 0xb0, -+ 0x30, 0x70, 0xa8, 0x24, 0x20, 0xc0, 0x00, 0x00, -+ 0x02, 0x04, 0x1f, 0x68, 0x08, 0x1f, 0x11, 0x1f, -+ 0x1f, 0x3f, 0x01, 0x7f, 0x24, 0x42, 0x00, 0x00, -+ 0x90, 0xbc, 0xc0, 0x24, 0x1c, 0xf4, 0x10, 0xf0, -+ 0xf0, 0xf8, 0x00, 0xfc, 0x88, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2f, 0x29, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, 0xf8, 0x88, -+ 0xf8, 0xd8, 0xf8, 0x58, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x08, 0x08, 0x1f, 0x28, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0x80, 0xfc, 0x40, 0x40, 0x40, -+ 0x20, 0x20, 0x14, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x08, 0x7f, 0x00, 0x00, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x40, 0x30, 0xc8, 0x04, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, 0x02, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x80, -+ 0x80, 0x40, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x29, 0x46, 0x3f, 0x01, 0x3f, -+ 0x21, 0x3f, 0x23, 0x05, 0x19, 0x61, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x20, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0xf8, 0x08, 0x08, 0x30, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x2f, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x78, 0x48, 0x78, 0x00, 0xfc, -+ 0x10, 0x50, 0x5c, 0x50, 0xb0, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x3e, 0x22, 0x3e, 0x00, 0x7f, -+ 0x08, 0x2e, 0x28, 0x38, 0x2d, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x50, 0x88, 0x08, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x15, 0x1f, 0x15, 0x15, 0x13, -+ 0x13, 0x13, 0x23, 0x23, 0x4d, 0x12, 0x00, 0x00, -+ 0x80, 0xfc, 0xa0, 0xfc, 0xf0, 0xf0, 0xfc, 0xe0, -+ 0xe0, 0xe0, 0xf8, 0xf8, 0x48, 0xb0, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x42, 0x21, 0x2f, 0x00, 0x17, -+ 0x14, 0x17, 0x24, 0x27, 0x44, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x20, 0x40, 0xfc, 0x00, 0xf0, -+ 0x90, 0xf0, 0x90, 0xf4, 0x84, 0x7c, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x45, 0x25, 0x3f, 0x00, 0x0f, -+ 0x19, 0x1f, 0x29, 0x2f, 0x49, 0x4b, 0x00, 0x00, -+ 0x40, 0x78, 0xc0, 0x78, 0x08, 0xf8, 0x40, 0x78, -+ 0x40, 0x78, 0x40, 0x78, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x49, 0x4e, 0x48, 0x49, -+ 0x7e, 0x48, 0x43, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x88, 0xc8, 0x50, 0xe0, 0x20, -+ 0x70, 0xa8, 0x24, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x40, 0x01, 0x1e, 0x02, -+ 0x03, 0x7e, 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x60, 0x80, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x08, 0x08, 0x0f, -+ 0x18, 0x68, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0x40, 0x7c, 0xc0, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x1d, -+ 0x71, 0x11, 0x12, 0x12, 0x14, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x48, 0x40, -+ 0x20, 0x20, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x10, 0x11, 0x13, -+ 0x1d, 0x79, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x80, 0x80, 0xf8, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x23, 0x02, 0x12, -+ 0x12, 0x12, 0x24, 0x24, 0x48, 0x50, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x48, 0x40, -+ 0x40, 0x20, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x20, 0x17, 0x10, 0x47, 0x20, 0x27, 0x02, 0x13, -+ 0x16, 0x1b, 0x23, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x20, 0xf8, -+ 0x40, 0xf0, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x7c, 0x10, 0x11, 0x16, 0x7c, 0x11, -+ 0x16, 0x10, 0x1b, 0x6c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xc8, 0x48, 0xf0, 0x20, -+ 0x70, 0xa8, 0x24, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3c, 0x00, 0x3d, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0x40, 0x7c, 0xc0, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x22, 0x5c, 0x08, 0x7f, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x54, 0xfc, 0x20, 0xf8, 0x20, 0xfc, -+ 0x50, 0xfc, 0x20, 0xf8, 0x20, 0x20, 0x00, 0x00, -+ 0x20, 0x17, 0x15, 0x47, 0x22, 0x23, 0x05, 0x1f, -+ 0x15, 0x17, 0x25, 0x21, 0x4e, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x50, 0xf0, 0x00, 0xf8, 0x08, 0xc8, -+ 0x48, 0xc8, 0x48, 0xe8, 0x28, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3f, 0x00, 0x3c, -+ 0x00, 0x3d, 0x26, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0xd0, 0x40, 0xfc, 0x40, 0x80, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x7f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x78, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x20, 0xe0, 0x20, -+ 0xe0, 0x38, 0xe0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x17, 0x15, 0x15, 0x15, -+ 0x15, 0x15, 0x15, 0x21, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xd0, 0x50, 0x50, 0x50, -+ 0x50, 0x50, 0xd4, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x24, 0xa4, 0xa8, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1f, -+ 0x10, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0x10, 0xf0, -+ 0x10, 0x40, 0x20, 0x10, 0x08, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x44, 0x44, 0x44, 0x44, 0x44, -+ 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0xf0, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x12, 0x33, 0x52, 0x12, -+ 0x12, 0x13, 0x12, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x23, 0x10, 0x17, 0x01, 0x00, 0x77, 0x10, -+ 0x13, 0x10, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xa0, 0xfc, 0x40, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x10, 0x10, 0x1f, 0x12, -+ 0x12, 0x12, 0x22, 0x22, 0x43, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x88, -+ 0x48, 0x50, 0x20, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x02, 0x7f, 0x06, 0x1a, 0x67, 0x0c, 0x17, 0x07, -+ 0x04, 0x07, 0x7f, 0x04, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xb0, 0xfc, 0x80, 0xe0, 0xe0, -+ 0x80, 0xf0, 0xfc, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x01, 0x3c, 0x24, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3c, 0x24, 0x24, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x08, 0x88, 0x90, 0xf8, 0x08, 0x08, 0xf8, 0x68, -+ 0x60, 0x60, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3e, 0x02, 0x3e, 0x20, 0x22, 0x1e, 0x04, -+ 0x3f, 0x04, 0x7f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x80, 0x88, 0x78, 0x40, -+ 0xf8, 0x40, 0xfc, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x22, 0x3e, 0x24, 0x3f, -+ 0x01, 0x3f, 0x08, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x30, 0x30, 0xc8, 0x04, -+ 0x00, 0xf8, 0x20, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x20, 0x12, 0x12, 0x02, 0x02, 0x72, 0x12, -+ 0x12, 0x13, 0x12, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0xf8, 0x08, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x13, 0x3a, 0x36, -+ 0x37, 0x52, 0x52, 0x14, 0x14, 0x19, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0xa8, 0xc8, 0xc8, 0x98, 0x00, 0x00, -+ 0x04, 0x04, 0x08, 0x11, 0x01, 0x02, 0x04, 0x18, -+ 0x6f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x20, 0x10, 0x10, 0x00, 0x80, 0x40, 0x30, -+ 0xec, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x12, 0x33, 0x4a, 0x0a, 0x1b, -+ 0x28, 0x4b, 0x08, 0x08, 0x3f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3b, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0xfc, 0x24, 0xf8, 0xf8, 0x20, -+ 0xf8, 0x08, 0xfc, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x10, 0x17, 0x78, 0x13, 0x1a, 0x37, 0x37, -+ 0x33, 0x50, 0x57, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0xa0, 0xf8, 0xb8, 0x18, 0xf8, -+ 0xf8, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x01, 0x3f, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x21, 0x00, 0x00, -+ 0x90, 0x90, 0xa0, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0a, 0x09, 0x09, 0x08, 0x7f, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x1f, 0x11, 0x1f, 0x11, 0x11, -+ 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf0, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x49, 0x4b, 0x4a, 0x4b, 0x48, -+ 0x4b, 0x78, 0x4f, 0x40, 0x03, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xf8, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x18, 0x04, 0x00, 0x00, -+ 0x00, 0x11, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x11, -+ 0x15, 0x19, 0x61, 0x00, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7c, 0x11, 0x12, 0x10, 0x1f, -+ 0x70, 0x11, 0x12, 0x14, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0xa0, 0x24, 0x5c, 0x40, 0xfc, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x08, -+ 0x08, 0x0f, 0x08, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x20, -+ 0x20, 0xe0, 0x20, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x3e, 0x2b, 0x3e, 0x08, -+ 0x3e, 0x08, 0x7f, 0x14, 0x23, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x0a, 0x42, 0x24, 0x21, 0x06, 0x10, -+ 0x12, 0x12, 0x24, 0x21, 0x42, 0x4c, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xd0, 0xa0, 0x18, 0x44, 0x48, -+ 0x48, 0xd0, 0xa0, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x11, 0x0f, 0x09, 0x41, 0x21, 0x21, 0x01, 0x1f, -+ 0x14, 0x14, 0x25, 0x26, 0x47, 0x44, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0xfc, -+ 0xa0, 0xa4, 0x1c, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x00, 0x1f, 0x10, 0x10, -+ 0x14, 0x15, 0x29, 0x22, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x80, 0x88, -+ 0x88, 0x50, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x3f, 0x29, 0x49, 0x09, 0x7f, -+ 0x09, 0x08, 0x14, 0x12, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, -+ 0x08, 0x90, 0x90, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x12, 0x12, 0x13, 0x7c, 0x0b, 0x48, 0x2b, -+ 0x2a, 0x32, 0x1e, 0x72, 0x02, 0x02, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x40, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x12, 0x09, 0x1f, 0x11, -+ 0x1f, 0x11, 0x1f, 0x01, 0x7f, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x10, 0x20, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x0d, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2b, 0x49, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x00, 0xfc, 0x20, 0xa0, -+ 0xb8, 0xa0, 0xa0, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x25, 0x3d, 0x26, 0x24, 0x3c, -+ 0x24, 0x26, 0x3c, 0x64, 0x05, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x48, 0x40, 0x40, 0x60, -+ 0x60, 0x60, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x25, 0x3d, -+ 0x25, 0x25, 0x25, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x09, 0x09, 0x1d, 0x23, 0x41, 0x0f, -+ 0x09, 0x09, 0x0f, 0x09, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0xe0, -+ 0x20, 0x20, 0xe0, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x7d, 0x02, 0x3a, 0x07, 0x39, -+ 0x05, 0x3b, 0x2a, 0x2b, 0x3c, 0x28, 0x00, 0x00, -+ 0x00, 0x0c, 0xf0, 0x10, 0x50, 0x50, 0x5c, 0x50, -+ 0x50, 0x50, 0xfc, 0x00, 0xc0, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x23, 0x5d, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x1b, 0x0d, 0x71, 0x00, 0x00, -+ 0x40, 0xb8, 0x28, 0x28, 0xe8, 0x4c, 0x04, 0xf8, -+ 0x48, 0x28, 0xf0, 0x10, 0x28, 0xc4, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x3f, 0x20, 0x24, 0x22, -+ 0x22, 0x20, 0x20, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x17, 0x13, 0x12, 0x7e, 0x12, 0x13, 0x11, -+ 0x15, 0x19, 0x61, 0x01, 0x00, 0x0f, 0x00, 0x00, -+ 0x40, 0xfc, 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x7a, 0x09, 0x0b, 0x7a, 0x4b, 0x42, 0x7b, -+ 0x48, 0x4f, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x88, 0x48, 0x10, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x65, 0x55, 0x56, 0x44, 0x7f, 0x4c, -+ 0x4e, 0x55, 0x65, 0x44, 0x7f, 0x40, 0x00, 0x00, -+ 0x08, 0x10, 0x60, 0x40, 0x40, 0x7c, 0xc8, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x07, 0x7a, 0x49, 0x4b, 0x48, 0x7f, 0x48, -+ 0x49, 0x49, 0x7a, 0x4c, 0x09, 0x16, 0x00, 0x00, -+ 0x1c, 0xe4, 0x48, 0x30, 0xf8, 0x80, 0xfc, 0x80, -+ 0xf0, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x17, 0x13, 0x7e, 0x12, 0x12, 0x3b, 0x35, -+ 0x35, 0x51, 0x51, 0x11, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0xfc, 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x06, 0x38, 0x20, 0x20, 0x3c, 0x21, 0x22, 0x3d, -+ 0x20, 0x20, 0x3c, 0x60, 0x20, 0x23, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x94, 0x14, 0x0c, 0xf8, -+ 0x88, 0x90, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x11, 0x1f, -+ 0x01, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x25, 0x24, 0x3c, 0x27, 0x00, 0x00, -+ 0x20, 0x28, 0xa8, 0xb0, 0x20, 0x50, 0x88, 0x24, -+ 0xa4, 0xa8, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x15, 0x35, 0x55, 0x15, -+ 0x15, 0x15, 0x15, 0x14, 0x17, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x3f, 0x28, 0x48, 0x08, 0x7f, -+ 0x08, 0x0c, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, 0x00, -+ 0x00, 0x12, 0x12, 0x12, 0x7e, 0x13, 0x16, 0x12, -+ 0x12, 0x16, 0x1a, 0x62, 0x02, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x78, 0xc8, 0x48, 0x48, -+ 0x48, 0x70, 0x40, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7c, 0x04, 0x04, 0x3c, 0x24, 0x23, 0x3c, -+ 0x24, 0x24, 0x04, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa8, 0xb8, 0xe8, 0xa8, 0xa8, -+ 0xa8, 0xb8, 0xa0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x24, 0x3c, 0x24, 0x25, 0x3d, -+ 0x25, 0x26, 0x3e, 0x64, 0x04, 0x04, 0x00, 0x00, -+ 0x20, 0x10, 0x10, 0x40, 0x40, 0x40, 0x48, 0x44, -+ 0x44, 0x44, 0x40, 0x48, 0x48, 0x38, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x24, 0x7f, 0x0c, 0x0a, 0x12, -+ 0x2f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x10, 0x0a, 0x0a, 0x42, 0x22, 0x23, 0x0e, 0x02, -+ 0x0a, 0x0a, 0x12, 0x12, 0x22, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x78, 0xc8, 0x48, 0x48, -+ 0x48, 0x70, 0x40, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x4a, 0x2a, 0x2b, 0x0d, 0x19, -+ 0x2f, 0x49, 0x11, 0x12, 0x24, 0x48, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xf8, 0x28, 0x28, -+ 0xe8, 0x28, 0x28, 0xb8, 0xa8, 0x00, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x09, 0x0b, 0x7f, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x90, 0x90, 0xa0, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x00, 0x7f, 0x07, 0x24, -+ 0x27, 0x27, 0x24, 0x27, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x80, 0xfc, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x14, 0x23, 0x7f, 0x0a, 0x08, -+ 0x3e, 0x08, 0x08, 0x0e, 0x71, 0x06, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x56, 0x56, 0x54, 0x7f, -+ 0x50, 0x18, 0x15, 0x1f, 0x62, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x38, 0xe8, 0xa8, 0xa8, 0xa8, 0xe8, -+ 0xa8, 0xa8, 0x68, 0x78, 0x28, 0x00, 0x00, 0x00, -+ 0x00, 0x27, 0x14, 0x17, 0x05, 0x04, 0x77, 0x14, -+ 0x15, 0x14, 0x1b, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x10, 0xa0, 0xf8, 0x40, -+ 0xf0, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x20, 0xa0, 0xa8, 0xb8, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xb8, 0xa0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x7e, 0x08, 0x0e, 0x71, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0xf0, 0x90, 0xd4, 0x2c, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x1c, 0x05, 0x03, 0x7e, -+ 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0xc0, 0x20, 0xf0, 0x08, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x1f, 0x14, 0x25, 0x44, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x90, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x42, 0x7f, 0x11, -+ 0x11, 0x11, 0x1e, 0x72, 0x04, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x10, 0xf0, 0x10, -+ 0x90, 0x50, 0x50, 0x14, 0x14, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x7f, 0x02, 0x0c, 0x03, 0x7f, -+ 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xc0, 0x30, 0xc8, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x27, 0x10, 0x11, 0x0e, 0x01, 0x76, 0x10, -+ 0x13, 0x1c, 0x10, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x88, 0xc8, 0x50, 0x60, 0xd0, -+ 0x48, 0x44, 0x44, 0x80, 0x00, 0xfc, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x08, 0x7e, 0x09, 0x1d, -+ 0x1a, 0x2a, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x44, 0x08, 0x3f, 0x02, 0x04, -+ 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x90, 0x70, 0xf8, 0x40, 0x70, -+ 0x88, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x02, 0x04, 0x19, 0x61, -+ 0x1f, 0x01, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x40, 0x30, 0x0c, -+ 0xf0, 0x00, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x11, 0x78, 0x2b, 0x2a, 0x2b, -+ 0x2a, 0x7a, 0x5a, 0x16, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xf8, 0x48, 0xf8, -+ 0x48, 0xe8, 0xa8, 0xe8, 0xa8, 0x18, 0x00, 0x00, -+ 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x0f, 0x0c, -+ 0x17, 0x14, 0x27, 0x44, 0x07, 0x04, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x21, 0x21, 0x21, 0x21, -+ 0x3f, 0x21, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x14, 0x34, 0x54, 0x14, -+ 0x17, 0x14, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x44, 0x44, 0x44, 0x44, -+ 0xfc, 0x44, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x41, 0x01, 0x1f, 0x11, -+ 0x11, 0x1f, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x11, 0x11, 0x11, 0x1f, 0x11, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x13, 0x12, 0x12, 0x1e, -+ 0x73, 0x12, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x17, 0x14, -+ 0x27, 0x44, 0x07, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x90, 0x40, 0xe0, 0x50, -+ 0xc8, 0x44, 0xc0, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x18, 0x1c, 0x1b, -+ 0x2a, 0x28, 0x48, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x20, 0x00, 0x13, -+ 0x10, 0x10, 0x20, 0x20, 0x4f, 0x40, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x11, 0x11, 0x1f, -+ 0x11, 0x01, 0x01, 0x01, 0x7e, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, -+ 0x10, 0x20, 0x10, 0xf8, 0x04, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x1f, 0x11, -+ 0x03, 0x0c, 0x74, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0x08, 0xb0, 0xc0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x00, 0x3f, -+ 0x00, 0x3c, 0x24, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x80, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x08, 0x88, 0x08, 0x08, 0xfc, 0x08, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x48, -+ 0xfc, 0x48, 0xa8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x43, 0x0c, 0x00, 0x00, -+ 0x40, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0xf8, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x17, 0x13, 0x39, 0x34, -+ 0x37, 0x50, 0x50, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x58, 0x58, 0xf0, 0x00, -+ 0xfc, 0x80, 0xf0, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x20, 0x1f, 0x12, 0x42, 0x26, 0x2a, 0x03, 0x17, -+ 0x1b, 0x22, 0x26, 0x5a, 0x42, 0x4c, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0xb0, 0xfc, 0x20, 0x78, -+ 0xc8, 0xf8, 0xc8, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x04, 0x44, 0x2b, 0x10, 0x30, 0x4f, 0x08, 0x19, -+ 0x2b, 0x4d, 0x09, 0x09, 0x31, 0x11, 0x00, 0x00, -+ 0x80, 0x88, 0xf8, 0x90, 0xa0, 0xfc, 0x80, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x20, 0x40, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x08, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x7f, 0x09, 0x01, 0x1f, 0x01, 0x7f, 0x01, -+ 0x07, 0x1c, 0x67, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0x08, 0xf0, 0x20, 0xfc, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x3e, 0x24, 0x3d, 0x24, -+ 0x24, 0x3c, 0x18, 0x14, 0x24, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0x00, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x24, 0x14, 0x14, 0x04, 0x06, -+ 0x0c, 0x78, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0x90, 0x90, 0xa0, 0xc0, 0x80, 0xa0, -+ 0x90, 0x90, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x07, 0x44, 0x24, 0x27, 0x04, 0x17, 0x14, -+ 0x25, 0x25, 0x45, 0x49, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xe8, 0x88, 0xf8, 0x08, -+ 0xe8, 0x28, 0xe8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x48, -+ 0x4f, 0x78, 0x49, 0x46, 0x18, 0x00, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x70, 0x00, 0xf8, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x3f, 0x28, 0x7f, 0x14, 0x7f, 0x00, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x78, 0x40, 0x78, 0x08, 0x78, -+ 0x40, 0x78, 0x78, 0x7c, 0x44, 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, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x10, 0x10, 0x7c, 0x54, 0x54, 0x54, 0x55, -+ 0x55, 0x5d, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x55, 0x55, 0x57, -+ 0x55, 0x5d, 0x51, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xfc, -+ 0x48, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x02, 0x3f, 0x22, 0x22, 0x3f, -+ 0x22, 0x22, 0x02, 0x02, 0x02, 0x02, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x79, 0x09, 0x09, 0x79, 0x49, 0x41, 0x7f, -+ 0x49, 0x49, 0x09, 0x09, 0x11, 0x66, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xfc, -+ 0x48, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x2e, 0x24, 0x3f, 0x20, -+ 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x41, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xa0, 0xc8, 0x88, 0x90, 0x90, -+ 0xa4, 0x84, 0x88, 0x88, 0x90, 0xa0, 0x00, 0x00, -+ 0x12, 0x1a, 0x2a, 0x4a, 0x1f, 0x10, 0x2f, 0x62, -+ 0x22, 0x2f, 0x22, 0x23, 0x2c, 0x20, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xfc, 0x48, 0xc8, 0x28, -+ 0x28, 0xb0, 0x10, 0xb0, 0x48, 0x84, 0x00, 0x00, -+ 0x22, 0x2a, 0x4f, 0x10, 0x3f, 0x52, 0x17, 0x13, -+ 0x1c, 0x01, 0x14, 0x14, 0x24, 0x43, 0x00, 0x00, -+ 0x20, 0xa0, 0xbc, 0x48, 0xa8, 0x28, 0x90, 0xb0, -+ 0x48, 0x04, 0x90, 0x88, 0x24, 0xe4, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7e, 0x11, 0x11, 0x10, 0x1d, -+ 0x72, 0x14, 0x11, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xa0, 0xb0, 0xa8, -+ 0xa4, 0xa4, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x7d, 0x54, 0x7f, -+ 0x55, 0x53, 0x14, 0x11, 0x12, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x22, 0x3e, 0x22, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2f, 0x29, 0x0f, 0x19, -+ 0x1f, 0x22, 0x3f, 0x42, 0x42, 0x43, 0x00, 0x00, -+ 0x00, 0x78, 0xc8, 0x48, 0x48, 0x78, 0x48, 0x48, -+ 0x78, 0x48, 0xc8, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x29, 0x29, 0x2b, 0x29, 0x3d, 0x21, 0x21, 0x39, -+ 0x28, 0x2f, 0x28, 0x29, 0x2e, 0x48, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x50, 0x70, 0x00, 0xf8, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x24, 0x3f, 0x24, 0x24, -+ 0x24, 0x3f, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0xfc, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x4a, 0x79, 0x49, 0x48, 0x79, -+ 0x4e, 0x48, 0x79, 0x49, 0x42, 0x04, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xa0, 0xb0, 0xa8, -+ 0xa4, 0xa4, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x7c, 0x2b, 0x28, 0x3b, 0x2a, 0x2a, 0x3b, -+ 0x2a, 0x2c, 0x3a, 0x6a, 0x0c, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x48, 0xa0, 0xa8, 0x84, 0x94, 0x70, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x24, 0x3f, -+ 0x24, 0x24, 0x24, 0x24, 0x24, 0x4f, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0xf0, 0x80, 0xf0, 0x80, 0xfc, -+ 0xc8, 0xa8, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x24, 0x27, -+ 0x3d, 0x25, 0x26, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0d, 0x0a, 0x0e, 0x73, 0x00, 0x00, 0x00, -+ 0xa8, 0xa8, 0xfc, 0xa8, 0xa8, 0xb8, 0x80, 0xfc, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x26, 0x3e, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, 0x08, -+ 0xe8, 0xa8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x3d, 0x03, 0x7d, 0x01, 0x3d, 0x01, 0x3d, -+ 0x00, 0x3f, 0x24, 0x25, 0x3e, 0x24, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x50, 0x70, 0x00, 0xf8, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x3e, 0x08, 0x08, 0x7e, 0x09, 0x28, -+ 0x2e, 0x28, 0x38, 0x28, 0x46, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0xb0, 0x00, 0xf8, -+ 0x88, 0x88, 0xf8, 0x88, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x26, 0x3d, 0x09, 0x28, 0x2d, -+ 0x2a, 0x28, 0x2d, 0x39, 0x62, 0x04, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xa0, 0xb0, 0xa8, -+ 0xa4, 0xa4, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5c, 0x08, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x50, 0x50, 0x50, 0x54, 0xd4, 0xd8, 0x50, 0xd8, -+ 0x54, 0x54, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x7f, -+ 0x09, 0x08, 0x08, 0x08, 0x0f, 0x70, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xfc, -+ 0x10, 0x90, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x11, 0x11, 0x11, 0x11, -+ 0x11, 0x11, 0x11, 0x10, 0x33, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x0f, -+ 0x08, 0x0f, 0x29, 0x24, 0x24, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xfc, -+ 0x00, 0xfc, 0x24, 0x94, 0x04, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x2a, 0x2a, 0x3e, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x17, 0x11, 0x1d, -+ 0x72, 0x14, 0x10, 0x10, 0x11, 0x3e, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x50, 0x48, -+ 0x54, 0xd4, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x00, 0x27, 0x24, 0x27, 0x24, -+ 0x27, 0x24, 0x27, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x3d, 0x24, 0x24, 0x3f, 0x24, 0x24, 0x3f, -+ 0x24, 0x24, 0x24, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x08, 0x08, 0x90, 0xa0, 0xf8, 0x40, 0x40, 0xfc, -+ 0x40, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x23, 0x22, 0x04, 0x10, -+ 0x10, 0x20, 0x20, 0x41, 0x42, 0x44, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x48, 0x40, 0x60, -+ 0x60, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x10, 0x11, 0x12, 0x7c, 0x13, -+ 0x10, 0x11, 0x1c, 0x60, 0x00, 0x07, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0x48, 0x84, 0x20, -+ 0x40, 0x88, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x04, 0x19, 0x77, 0x10, 0x13, 0x1f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x30, 0xc0, 0xfc, 0x40, 0xf8, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1d, 0x18, 0x0e, 0x71, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0xfc, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x28, 0x2b, 0x32, 0x2b, 0x26, -+ 0x27, 0x24, 0x39, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x40, 0x27, 0x20, 0x03, 0x10, -+ 0x13, 0x10, 0x27, 0x20, 0x40, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x3c, 0x2b, 0x30, 0x2f, 0x24, 0x27, 0x38, -+ 0x23, 0x21, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0xc8, 0x68, 0xb0, 0x70, 0xa8, -+ 0x24, 0xc0, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x1b, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x90, 0x90, 0xa0, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x7d, 0x10, 0x10, 0x3b, 0x35, -+ 0x35, 0x51, 0x51, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x10, 0x20, 0x78, 0x48, 0x48, 0x78, 0x40, 0x78, -+ 0x48, 0x48, 0x78, 0x48, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x20, 0x13, 0x12, 0x02, 0x03, 0x72, 0x13, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0x10, 0xf0, 0x00, 0xf0, -+ 0x10, 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x12, 0x19, 0x25, 0x24, 0x78, 0x13, 0x7d, -+ 0x11, 0x55, 0x39, 0x31, 0x1e, 0x64, 0x00, 0x00, -+ 0x10, 0x20, 0x78, 0x48, 0x48, 0x78, 0x40, 0x78, -+ 0x48, 0x48, 0x78, 0x48, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x29, 0x08, 0x1b, -+ 0x2a, 0x4b, 0x12, 0x13, 0x22, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf0, 0x20, 0xc0, 0xf8, -+ 0x48, 0xf8, 0x48, 0xf8, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x27, 0x11, 0x10, 0x03, 0x02, 0x73, 0x12, -+ 0x13, 0x12, 0x12, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0xc0, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x48, 0x48, 0x58, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x17, 0x7c, 0x11, 0x16, 0x10, -+ 0x13, 0x1c, 0x61, 0x06, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf8, 0x40, 0xc8, 0x68, 0xb0, -+ 0x30, 0x68, 0xa4, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x1c, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x0b, 0x0a, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xc8, 0xa8, 0x88, 0xfc, 0x08, -+ 0x48, 0x28, 0x08, 0xfc, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x12, 0x13, 0x1e, -+ 0x72, 0x12, 0x13, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x48, 0x48, 0xf8, 0x48, -+ 0x68, 0x58, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7f, 0x12, 0x1a, 0x37, 0x36, -+ 0x32, 0x53, 0x52, 0x14, 0x14, 0x19, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xc8, 0x78, 0x48, 0xf8, 0x48, -+ 0x48, 0x78, 0xb0, 0xb4, 0x54, 0x8c, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x12, 0x32, 0x53, 0x12, -+ 0x12, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xf8, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x41, 0x20, 0x27, 0x01, 0x11, -+ 0x11, 0x11, 0x21, 0x21, 0x41, 0x46, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2b, 0x29, 0x4a, 0x0c, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x80, 0xf8, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x10, 0x00, 0x07, 0x70, 0x10, -+ 0x10, 0x10, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x00, 0xfc, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x0f, 0x08, 0x0f, 0x29, 0x24, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0xfc, 0x00, 0xfc, 0x24, 0x94, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x65, 0x18, 0x11, 0x2a, 0x7f, -+ 0x1a, 0x35, 0x34, 0x31, 0x52, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xb0, 0x90, 0x68, 0x48, 0xf8, -+ 0x48, 0x68, 0xb0, 0x90, 0x28, 0x44, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x22, 0x5c, 0x08, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xdc, 0x54, 0xdc, 0x00, 0xf8, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x11, 0x18, 0x37, 0x35, -+ 0x33, 0x55, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xf0, 0xa0, 0xfc, 0x10, -+ 0xf8, 0x14, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x20, 0x2f, 0x03, 0x12, -+ 0x13, 0x13, 0x22, 0x23, 0x43, 0x4c, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0xf0, 0x80, 0xfc, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x10, 0x08, 0x00, 0x00, -+ 0x00, 0x17, 0x10, 0x12, 0x7d, 0x11, 0x10, 0x17, -+ 0x10, 0x1c, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x48, 0x48, 0x50, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x00, 0x3f, 0x22, 0x5f, -+ 0x12, 0x1f, 0x12, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x88, 0xf0, -+ 0x90, 0xf0, 0x90, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x13, 0x7f, 0x2b, 0x28, 0x2f, -+ 0x28, 0x73, 0x5a, 0x16, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x58, 0x58, 0x40, 0xfc, -+ 0x40, 0xf8, 0xa8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x64, 0x1b, 0x1a, 0x26, 0x7e, -+ 0x13, 0x1a, 0x36, 0x36, 0x53, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x09, 0x09, 0x09, 0x09, 0x09, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x10, 0xe0, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x10, 0x10, 0x10, 0x08, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x11, 0x01, 0x3f, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x78, 0x88, 0x88, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x7f, 0x52, 0x14, 0x28, 0x3e, 0x68, -+ 0x3e, 0x28, 0x3e, 0x29, 0x3f, 0x22, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x3f, -+ 0x20, 0x5f, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xfc, -+ 0x08, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x12, 0x33, 0x52, 0x12, -+ 0x12, 0x13, 0x1c, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0x40, 0x40, 0xfc, 0x20, 0x20, -+ 0x20, 0x90, 0x14, 0x0c, 0xfc, 0x04, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x11, 0x11, 0x31, 0x50, 0x17, -+ 0x14, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x08, 0xf8, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x13, 0x32, 0x53, 0x12, -+ 0x13, 0x12, 0x13, 0x11, 0x16, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x80, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x20, 0x10, 0x08, 0x00, 0x00, -+ 0x22, 0x12, 0x14, 0x7f, 0x09, 0x7f, 0x48, 0x7f, -+ 0x59, 0x19, 0x2e, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x10, 0x1f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x00, 0x3f, 0x01, -+ 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x00, 0xf8, 0x00, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x11, 0x11, 0x11, 0x7d, 0x11, 0x10, 0x17, -+ 0x10, 0x1e, 0x62, 0x03, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x40, 0x78, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x40, 0x3f, 0x01, 0x09, -+ 0x09, 0x09, 0x09, 0x15, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xf8, 0x00, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x08, 0x04, 0x3f, 0x21, 0x5f, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x20, 0x40, 0xfc, 0x08, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x13, 0x12, 0x12, 0x13, -+ 0x12, 0x12, 0x13, 0x1c, 0x27, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x30, 0xc0, 0x40, 0x40, 0xfc, -+ 0x20, 0x20, 0x90, 0x14, 0xec, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x1e, 0x12, 0x14, 0x1f, -+ 0x12, 0x1a, 0x14, 0x26, 0x29, 0x50, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x18, 0xe0, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0xf8, 0x00, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x08, 0x10, 0x10, 0x3f, 0x08, -+ 0x48, 0x28, 0x13, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0xf8, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x3f, 0x01, 0x3f, 0x21, 0x3f, -+ 0x23, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x1b, 0x34, 0x37, 0x32, 0x53, -+ 0x12, 0x10, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x48, 0xf8, 0x40, 0xfc, -+ 0xc4, 0xc4, 0x44, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x1d, -+ 0x71, 0x11, 0x16, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0xd0, 0x14, 0x0c, 0xfc, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x7a, 0x12, 0x17, 0x11, 0x1d, -+ 0x75, 0x12, 0x12, 0x15, 0x18, 0x30, 0x00, 0x00, -+ 0x00, 0x18, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0xf8, 0x00, 0xc0, 0x3c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x10, 0x1f, -+ 0x70, 0x12, 0x12, 0x13, 0x14, 0x38, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x40, 0x78, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x09, 0x08, 0x08, 0x7f, 0x08, 0x1b, 0x1e, 0x1b, -+ 0x2a, 0x28, 0x49, 0x0a, 0x0c, 0x08, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x48, 0xf8, 0x40, 0xfc, -+ 0xc4, 0xc4, 0x44, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x40, 0x20, 0x20, 0x00, 0x08, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x11, 0x12, 0x3f, 0x24, 0x64, -+ 0x24, 0x24, 0x3c, 0x25, 0x22, 0x04, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0xfc, 0x20, 0xa0, -+ 0xb8, 0xa0, 0xa0, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x09, 0x09, 0x11, 0x19, -+ 0x35, 0x55, 0x11, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x02, 0x0d, 0x39, 0x09, 0x09, 0x7e, 0x09, 0x1c, -+ 0x1a, 0x2b, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xf8, 0x40, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x65, 0x28, 0x1b, 0x22, 0x7c, -+ 0x13, 0x3a, 0x36, 0x36, 0x52, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xfc, 0x48, 0x40, -+ 0xf8, 0x48, 0x48, 0x48, 0x58, 0x40, 0x00, 0x00, -+ 0x08, 0x13, 0x3c, 0x25, 0x35, 0x2f, 0x2c, 0x7e, -+ 0x26, 0x2d, 0x2d, 0x2e, 0x24, 0x4c, 0x00, 0x00, -+ 0x00, 0x8c, 0xf0, 0x10, 0x10, 0x90, 0xfc, 0x90, -+ 0x90, 0x10, 0x7c, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3d, 0x01, 0x3e, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x24, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x22, 0x3e, 0x29, 0x09, 0x2f, -+ 0x28, 0x28, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x28, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x27, 0x14, 0x17, 0x04, 0x07, 0x04, 0x77, -+ 0x1a, 0x1a, 0x12, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0x40, 0xfc, 0x40, 0xf8, -+ 0x48, 0x48, 0x70, 0x40, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x3c, 0x24, 0x24, 0x24, 0x3f, 0x24, 0x24, -+ 0x22, 0x3a, 0x61, 0x00, 0x7e, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0xe0, 0x50, 0x48, -+ 0x44, 0xc4, 0xe4, 0xd8, 0x40, 0x40, 0x00, 0x00, -+ 0x11, 0x0a, 0x7f, 0x0c, 0x3f, 0x2f, 0x33, 0x3f, -+ 0x3f, 0x04, 0x7f, 0x0a, 0x11, 0x20, 0x00, 0x00, -+ 0x00, 0x78, 0xc8, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0xe4, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x07, 0x24, 0x27, 0x27, 0x24, 0x27, 0x3e, -+ 0x02, 0x7e, 0x12, 0x12, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xc0, 0x48, 0xc8, 0xc8, 0x48, 0xc8, 0xf8, -+ 0x80, 0xfc, 0x90, 0x90, 0x90, 0x90, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x22, 0x02, 0x02, -+ 0x12, 0x12, 0x24, 0x24, 0x48, 0x50, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x88, 0x80, 0x98, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7d, 0x10, 0x13, 0x12, 0x1f, -+ 0x72, 0x12, 0x12, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xf8, 0x48, 0xf8, -+ 0x48, 0xe8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x10, 0x17, 0x11, 0x1f, -+ 0x76, 0x13, 0x13, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x20, 0xf8, -+ 0x40, 0xf0, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x22, 0x14, 0x7f, 0x49, 0x7f, -+ 0x49, 0x5d, 0x55, 0x5d, 0x41, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x7c, 0x90, 0x90, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x42, 0x21, 0x27, 0x04, 0x17, -+ 0x14, 0x15, 0x25, 0x25, 0x45, 0x44, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xe8, 0x28, 0xe8, 0x28, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x7c, 0x45, 0x45, 0x46, 0x7c, -+ 0x44, 0x44, 0x44, 0x7c, 0x40, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, 0x88, 0x48, -+ 0x48, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x41, 0x1f, 0x11, -+ 0x11, 0x1f, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x20, 0x17, 0x10, 0x03, 0x02, 0x73, 0x12, -+ 0x12, 0x12, 0x12, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0xf8, 0x48, 0xf8, 0x48, -+ 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x25, 0x24, 0x7b, 0x12, 0x7f, -+ 0x12, 0x56, 0x3a, 0x32, 0x1e, 0x62, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xf8, 0x48, 0xf8, -+ 0x48, 0xe8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x40, 0x27, 0x24, 0x07, 0x10, -+ 0x14, 0x13, 0x22, 0x24, 0x40, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x40, 0xf8, 0x88, -+ 0xc8, 0xb8, 0xa8, 0xc8, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x0e, 0x78, 0x09, 0x1a, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x90, 0x10, 0x10, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x11, 0x11, 0x2f, 0x4b, 0x0a, 0x1f, 0x10, 0x37, -+ 0x54, 0x17, 0x14, 0x17, 0x14, 0x15, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0x20, 0xfc, 0xc8, 0x48, 0xa8, -+ 0xa8, 0xb0, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7b, 0x12, 0x1f, 0x10, 0x1f, -+ 0x74, 0x17, 0x14, 0x17, 0x14, 0x35, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0x20, 0xfc, 0xc8, 0x48, 0xa8, -+ 0xa8, 0xb0, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x11, 0x11, 0x7f, 0x11, 0x7e, 0x57, 0x7c, 0x57, -+ 0x7e, 0x13, 0x7e, 0x13, 0x12, 0x12, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0x20, 0xbc, 0xc8, 0x68, 0xa8, -+ 0xa8, 0x90, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x00, 0x22, 0x12, 0x13, 0x04, 0x08, 0x7f, 0x10, -+ 0x10, 0x11, 0x12, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xc0, -+ 0xa0, 0x10, 0x08, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x1f, 0x12, 0x12, 0x1f, 0x12, -+ 0x12, 0x7f, 0x00, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf0, 0x90, 0x90, 0xf0, 0x90, -+ 0x90, 0xfc, 0x00, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x10, 0x17, 0x10, 0x7d, 0x11, 0x11, 0x11, -+ 0x11, 0x1d, 0x61, 0x07, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xfc, 0x90, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x01, 0x3f, 0x01, 0x03, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x80, -+ 0x80, 0x40, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x12, 0x1f, 0x12, -+ 0x1f, 0x12, 0x12, 0x22, 0x23, 0x5c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x48, 0x40, 0xf8, 0x40, -+ 0xfc, 0x48, 0x50, 0x20, 0x90, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x17, 0x14, 0x24, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0x80, 0xfc, 0x80, 0x80, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x47, 0x20, 0x21, 0x02, 0x14, -+ 0x12, 0x12, 0x24, 0x28, 0x40, 0x41, 0x00, 0x00, -+ 0x38, 0xc0, 0x40, 0xfc, 0xa0, 0x10, 0x88, 0x84, -+ 0xd0, 0xa8, 0xa4, 0xa4, 0x80, 0x80, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x2a, 0x1a, 0x26, 0x7e, -+ 0x13, 0x3a, 0x37, 0x36, 0x52, 0x15, 0x00, 0x00, -+ 0x20, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0xf8, -+ 0xfc, 0xb4, 0x2c, 0xf8, 0x20, 0xfc, 0x00, 0x00, -+ 0x06, 0x38, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x08, -+ 0x3e, 0x22, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0x88, 0xfc, 0x88, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3e, 0x22, -+ 0x22, 0x3e, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x3c, 0x20, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x50, 0x48, 0x78, 0xc4, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x08, 0x3e, 0x22, 0x3e, 0x3e, -+ 0x22, 0x3e, 0x7f, 0x0c, 0x12, 0x63, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x0f, 0x08, 0x08, 0x08, -+ 0x0f, 0x08, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xe0, 0x20, 0x20, 0x20, -+ 0xe0, 0x20, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x10, 0x10, 0x37, 0x50, 0x10, -+ 0x10, 0x11, 0x11, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x80, 0x80, -+ 0xa0, 0x10, 0x08, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x3f, 0x2a, 0x2a, 0x3f, -+ 0x2a, 0x3f, 0x2c, 0x4a, 0x52, 0x23, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x54, 0x94, 0x8c, 0xf8, -+ 0x48, 0x50, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x20, 0x1f, 0x18, 0x08, 0x4f, 0x2a, 0x2a, 0x0f, -+ 0x1a, 0x1a, 0x2f, 0x2b, 0x54, 0x48, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xa8, 0xac, 0xc4, 0xfc, -+ 0xa8, 0xa8, 0xd0, 0x30, 0xc8, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x21, 0x21, 0x3f, 0x21, -+ 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, -+ 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x1f, -+ 0x11, 0x1f, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf4, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x01, 0x1f, 0x11, 0x11, 0x1f, -+ 0x13, 0x03, 0x05, 0x09, 0x11, 0x60, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x40, 0x20, 0x24, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x4b, 0x48, 0x48, 0x48, -+ 0x48, 0x78, 0x48, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x10, 0x7c, 0x17, 0x10, 0x11, -+ 0x17, 0x1d, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x50, 0x60, 0xfc, 0x40, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x30, 0x08, 0x61, 0x17, 0x00, 0x0f, 0x11, 0x26, -+ 0x21, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xa0, 0x10, 0xfc, 0x40, 0xfc, 0x50, 0x48, -+ 0xc0, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x25, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x40, 0x40, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x17, 0x10, 0x1f, -+ 0x11, 0x17, 0x19, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x88, 0xf0, 0xa0, 0xfc, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x23, 0x48, 0x08, 0x17, 0x10, 0x32, -+ 0x52, 0x12, 0x12, 0x15, 0x18, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x78, 0x40, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x00, 0x0c, 0x02, 0x00, 0x18, 0x04, 0x00, 0x00, -+ 0x07, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x7c, -+ 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x19, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x44, 0x27, 0x24, 0x04, 0x14, -+ 0x17, 0x15, 0x24, 0x28, 0x49, 0x56, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0xfc, 0x90, 0xf0, 0x00, -+ 0xf8, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x0e, 0x02, 0x24, 0x14, 0x08, 0x1f, 0x20, 0x4f, -+ 0x08, 0x0f, 0x04, 0x04, 0x3f, 0x00, 0x00, 0x00, -+ 0x90, 0x90, 0x64, 0x44, 0x28, 0xf0, 0x08, 0xe4, -+ 0x20, 0xe0, 0x40, 0x80, 0xf8, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x07, 0x18, 0x7f, 0x11, -+ 0x11, 0x1f, 0x13, 0x05, 0x19, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xe0, 0x80, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x44, 0x24, 0xfc, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x3c, 0x27, 0x3c, 0x24, -+ 0x25, 0x3e, 0x18, 0x14, 0x24, 0x40, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x50, 0x50, 0xfc, 0x40, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x20, 0x11, 0x11, 0x02, 0x0f, 0x70, 0x1f, -+ 0x12, 0x12, 0x14, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0x40, 0x20, 0x10, 0xf8, 0x84, 0xf8, -+ 0xa0, 0x90, 0x88, 0x88, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x09, 0x0a, 0x7f, 0x08, 0x1f, -+ 0x31, 0x5f, 0x11, 0x11, 0x1f, 0x11, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0xe0, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x23, 0x7d, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x1a, 0x0e, 0x75, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0xfc, 0x50, 0x70, 0x00, -+ 0xf8, 0x48, 0x50, 0x20, 0x50, 0x8c, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x11, 0x11, 0x21, 0x3d, 0x65, -+ 0x25, 0x25, 0x27, 0x3c, 0x25, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x10, 0xd0, 0x14, 0x0c, 0xfc, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x11, 0x11, 0x3d, 0x25, 0x65, -+ 0x25, 0x25, 0x3e, 0x22, 0x24, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xfc, 0x20, 0x20, 0x38, -+ 0x28, 0x28, 0x48, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x12, 0x12, 0x3c, 0x06, 0x19, -+ 0x61, 0x3f, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x48, 0x50, 0x20, 0xd0, 0x0c, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xe0, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x13, 0x10, -+ 0x17, 0x12, 0x11, 0x20, 0x23, 0x5c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0xfc, 0x20, 0xe0, 0x00, -+ 0xf0, 0x20, 0x40, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x3f, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x11, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x48, 0x50, 0x50, -+ 0x20, 0x20, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x12, 0x12, 0x3c, 0x04, 0x1b, -+ 0x61, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x08, 0x0f, 0x09, 0x11, 0x12, 0x3f, 0x51, 0x11, -+ 0x17, 0x11, 0x11, 0x11, 0x1e, 0x10, 0x00, 0x00, -+ 0x08, 0xe8, 0x28, 0xa8, 0x68, 0xe8, 0x28, 0x28, -+ 0xe8, 0x28, 0x28, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x11, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x08, -+ 0x0f, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0x20, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x01, 0x03, 0x0c, 0x32, 0x01, 0x03, 0x0c, -+ 0x73, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x20, 0x40, 0x80, 0x40, 0x30, -+ 0x0c, 0x80, 0x00, 0x00, 0xc0, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x27, 0x10, 0x13, 0x02, 0x0b, 0x0a, -+ 0x13, 0x10, 0x21, 0x22, 0x2c, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x10, 0x1f, 0x10, 0x17, -+ 0x10, 0x17, 0x24, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf0, 0x90, 0xfc, 0x90, 0xf0, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x11, 0x17, 0x11, 0x7d, 0x10, 0x11, 0x17, -+ 0x14, 0x1b, 0x62, 0x02, 0x03, 0x02, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0x50, 0xa0, 0x10, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x13, 0x7e, 0x13, 0x12, 0x13, -+ 0x12, 0x1f, 0x65, 0x05, 0x09, 0x11, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x1f, 0x64, 0x07, 0x04, -+ 0x07, 0x04, 0x7f, 0x02, 0x04, 0x3f, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0xf0, 0x0c, 0xc0, 0x00, -+ 0xc0, 0x00, 0xfc, 0x80, 0x60, 0x90, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x40, 0x7f, 0x04, 0x04, -+ 0x0f, 0x0c, 0x14, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x22, 0x22, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0xfc, -+ 0x00, 0xfc, 0x24, 0x24, 0xe4, 0x38, 0x00, 0x00, -+ 0x00, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x7d, 0x47, 0x42, 0x04, 0x08, 0x00, 0x00, -+ 0x40, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x18, 0x37, 0x36, 0x33, 0x52, -+ 0x13, 0x10, 0x1f, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x12, 0x14, 0x1f, -+ 0x71, 0x11, 0x10, 0x10, 0x13, 0x3c, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0xf0, -+ 0x10, 0x20, 0xc0, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7d, 0x11, 0x10, 0x1b, 0x15, -+ 0x30, 0x53, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0x50, 0xa0, 0x18, 0xf4, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x1f, 0x11, -+ 0x1f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7e, 0x11, 0x39, 0x34, 0x35, -+ 0x56, 0x50, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xa0, 0xb0, 0xa8, -+ 0xa4, 0xa4, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x11, 0x10, 0x3f, 0x34, -+ 0x37, 0x51, 0x52, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x90, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x13, 0x12, 0x3b, 0x36, -+ 0x37, 0x50, 0x51, 0x16, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x21, 0x11, 0x02, 0x0a, 0x14, 0x21, 0x22, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x50, 0xa0, 0x10, 0x0c, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x43, 0x23, 0x25, 0x0a, 0x17, -+ 0x10, 0x12, 0x22, 0x23, 0x42, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xe8, 0x88, 0xf8, -+ 0x88, 0xa8, 0xa8, 0xe8, 0x28, 0x30, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x00, 0x1f, -+ 0x12, 0x23, 0x24, 0x49, 0x42, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x23, 0x20, 0x07, 0x08, -+ 0x0f, 0x11, 0x12, 0x24, 0x28, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x90, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x0a, 0x2a, 0x2c, 0x28, 0x48, -+ 0x08, 0x0c, 0x12, 0x12, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x11, 0x10, 0x16, 0x15, 0x39, 0x32, 0x35, 0x51, -+ 0x11, 0x19, 0x14, 0x24, 0x27, 0x40, 0x00, 0x00, -+ 0xc8, 0x48, 0xb0, 0xa4, 0xf8, 0x08, 0xf4, 0x10, -+ 0xf0, 0x10, 0x90, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x11, 0x09, 0x09, 0x01, 0x3f, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x10, 0x20, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2f, 0x28, 0x0b, 0x1a, -+ 0x2a, 0x4b, 0x12, 0x11, 0x21, 0x4f, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf8, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x20, 0x20, 0x40, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x05, 0x08, 0x0b, 0x14, -+ 0x37, 0x51, 0x12, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x90, -+ 0xfc, 0x90, 0x50, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x1f, 0x01, 0x3f, -+ 0x00, 0x7f, 0x08, 0x04, 0x04, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x42, 0x04, 0x1f, -+ 0x60, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x90, 0x80, 0x40, 0xf0, -+ 0x0c, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x5f, 0x10, 0x17, -+ 0x10, 0x13, 0x12, 0x12, 0x13, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0xf8, 0x08, 0xe8, -+ 0x08, 0xc8, 0x48, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x10, 0x57, 0x36, 0x3b, 0x12, 0x7f, 0x12, 0x1b, -+ 0x36, 0x37, 0x53, 0x15, 0x15, 0x19, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0c, 0x13, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x40, 0x50, 0x98, 0xe4, 0x50, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x0c, 0x12, 0x7d, 0x09, 0x08, -+ 0x7f, 0x08, 0x08, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x08, 0xc8, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 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, -+ 0x04, 0x7f, 0x04, 0x0f, 0x7f, 0x0f, 0x09, 0x0f, -+ 0x09, 0x0f, 0x3f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x80, 0xfc, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x11, 0x09, 0x49, 0x21, 0x21, -+ 0x0f, 0x09, 0x13, 0x1c, 0x23, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0xfc, 0x00, 0xf8, 0xa8, 0x48, 0xb0, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x39, 0x28, 0x2b, 0x38, 0x2f, -+ 0x29, 0x3b, 0x2c, 0x2b, 0x28, 0x58, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x50, 0xe0, 0xf8, 0xa0, 0xfc, -+ 0x50, 0x58, 0xe4, 0x50, 0x48, 0xc0, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3c, 0x01, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, -+ 0x90, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x02, 0x3d, 0x27, 0x24, 0x3f, 0x25, 0x26, 0x27, -+ 0x3c, 0x24, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x48, 0x50, 0xf8, 0xa0, 0xfc, 0x10, 0xf8, 0xfc, -+ 0xf0, 0xf0, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, -+ 0x08, 0x04, 0x04, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, -+ 0x20, 0x20, 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x22, 0x3e, 0x29, 0x08, 0x2e, -+ 0x28, 0x28, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x20, 0x24, 0xf8, 0x70, 0xa8, 0x24, 0x60, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x20, 0x14, 0x12, 0x02, 0x00, 0x71, 0x12, -+ 0x1d, 0x11, 0x12, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xa0, 0xb0, 0xa8, -+ 0x28, 0x24, 0x24, 0x1c, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x23, 0x10, 0x17, 0x00, 0x01, 0x77, 0x10, -+ 0x10, 0x11, 0x12, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0xe0, 0x40, 0xfc, 0xe0, 0x50, 0xec, 0xa0, -+ 0xb8, 0x28, 0x08, 0x30, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5d, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0xe8, 0x68, 0x74, 0x94, 0xf8, 0x08, 0xfc, 0x88, -+ 0xf8, 0x90, 0x50, 0x60, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x79, 0x49, 0x53, 0x65, 0x59, 0x4a, 0x4f, -+ 0x48, 0x4a, 0x72, 0x43, 0x42, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xe8, 0x88, 0xf8, -+ 0x88, 0xa8, 0xa8, 0xe8, 0x28, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, -+ 0x12, 0x14, 0x08, 0x0e, 0x71, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x02, 0x39, 0x2b, 0x28, 0x2f, 0x39, 0x2b, 0x2d, -+ 0x39, 0x29, 0x29, 0x2b, 0x2a, 0x5c, 0x00, 0x00, -+ 0x48, 0x50, 0xf8, 0xa0, 0xfc, 0xf0, 0x48, 0xf4, -+ 0xf0, 0x40, 0xfc, 0x54, 0xac, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x3f, -+ 0x2f, 0x2a, 0x2e, 0x2a, 0x27, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x28, 0x28, -+ 0xf8, 0xa8, 0xa8, 0x28, 0x28, 0x78, 0x00, 0x00, -+ 0x11, 0x1e, 0x12, 0x3f, 0x2f, 0x6a, 0x2f, 0x2a, -+ 0x2f, 0x22, 0x2f, 0x22, 0x23, 0x2c, 0x00, 0x00, -+ 0xa0, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0x28, 0xa8, 0x28, 0xc8, 0x98, 0x00, 0x00, -+ 0x06, 0x38, 0x08, 0x7f, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x3e, 0x08, 0x0f, 0x72, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x40, 0x40, 0x5f, 0x40, 0x4f, 0x48, -+ 0x48, 0x48, 0x4f, 0x48, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xe8, 0x08, 0xc8, 0x48, -+ 0x48, 0x48, 0xc8, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x11, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x08, 0x0f, -+ 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0x20, 0xe0, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x21, 0x1f, 0x10, 0x03, 0x72, 0x13, 0x13, 0x1a, -+ 0x67, 0x03, 0x7f, 0x04, 0x02, 0x00, 0x00, 0x00, -+ 0x20, 0xfc, 0x80, 0xf0, 0x10, 0xf0, 0xf0, 0x10, -+ 0xf0, 0xf8, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x17, 0x3b, 0x36, 0x37, 0x52, -+ 0x13, 0x10, 0x13, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xfc, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x7f, 0x13, 0x12, 0x13, 0x16, -+ 0x1b, 0x70, 0x13, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xfc, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x0c, 0x44, 0x27, 0x24, 0x05, 0x15, -+ 0x15, 0x15, 0x25, 0x24, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xe8, 0x28, -+ 0x28, 0xe8, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7b, 0x49, 0x4f, 0x7b, 0x4a, 0x4b, 0x7a, -+ 0x4b, 0x48, 0x7b, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xfc, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x1f, 0x04, 0x7f, 0x0f, 0x09, 0x0f, 0x09, -+ 0x0f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x40, 0xfc, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x25, 0x3d, -+ 0x25, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0x04, 0xfc, 0x04, 0x74, 0x54, -+ 0x54, 0x54, 0x74, 0x44, 0x04, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x0c, 0x08, 0x1f, 0x24, 0x4f, -+ 0x12, 0x3f, 0x12, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0xc8, -+ 0x08, 0xe8, 0x48, 0x48, 0xc8, 0x30, 0x00, 0x00, -+ 0x02, 0x21, 0x1f, 0x10, 0x03, 0x02, 0x73, 0x12, -+ 0x13, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x80, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x23, 0x5d, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xe8, 0xa8, -+ 0xa8, 0xa8, 0xe8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x10, 0x54, 0x57, 0x54, 0x57, -+ 0x54, 0x54, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0xfc, -+ 0x60, 0x50, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x20, 0x26, 0x39, 0x21, 0x23, 0x1f, 0x11, 0x11, -+ 0x7f, 0x11, 0x11, 0x12, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x2f, 0x22, 0x21, 0x3f, 0x22, -+ 0x27, 0x2a, 0x33, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xf0, 0x40, 0x00, 0xf8, 0x00, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x21, 0x49, 0x09, 0x11, 0x10, 0x37, -+ 0x50, 0x17, 0x11, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x10, 0xfc, 0x10, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x27, 0x48, 0x0b, 0x12, 0x12, 0x33, -+ 0x53, 0x10, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x08, 0xd0, 0x28, 0x04, 0x14, 0xf0, 0x00, 0x00, -+ 0x20, 0x10, 0x17, 0x40, 0x23, 0x20, 0x03, 0x12, -+ 0x14, 0x10, 0x20, 0x21, 0x42, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xfc, 0x08, -+ 0xa0, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x2b, 0x28, 0x3c, 0x2b, 0x28, 0x48, -+ 0x0f, 0x79, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x7f, 0x2a, 0x29, 0x5f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x50, 0x20, 0xd0, 0xec, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x61, -+ 0x04, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x29, 0x24, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0xf8, 0x80, 0xf0, 0x80, -+ 0xf0, 0x80, 0xfc, 0x24, 0x94, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x0f, -+ 0x09, 0x7f, 0x09, 0x1f, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xe0, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xc0, 0x00, 0x00, -+ 0x04, 0x44, 0x28, 0x13, 0x32, 0x4a, 0x0a, 0x1b, -+ 0x2a, 0x48, 0x08, 0x08, 0x37, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xf8, -+ 0x48, 0x50, 0x48, 0x78, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x01, 0x3c, 0x01, 0x3d, -+ 0x02, 0x3c, 0x24, 0x24, 0x3d, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xfc, 0x08, -+ 0xa0, 0xa0, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x2a, 0x4a, 0x0c, 0x09, 0x0a, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x00, 0xfc, 0x40, 0x40, 0x78, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x11, 0x16, 0x7f, 0x12, 0x13, 0x38, 0x35, -+ 0x36, 0x51, 0x56, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x80, 0xf0, 0x40, 0xf8, 0x48, 0xf8, 0x80, 0xe8, -+ 0x68, 0xb0, 0x68, 0xa4, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x07, 0x04, 0x04, 0x04, 0x04, 0x3c, 0x24, -+ 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0x40, 0x40, 0x78, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x44, 0x08, 0x11, 0x01, -+ 0x7f, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x80, 0x88, 0x78, 0x00, -+ 0xfc, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x13, 0x12, 0x3a, 0x37, -+ 0x36, 0x52, 0x53, 0x16, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0xb8, 0x28, 0x28, 0xac, 0x4c, 0x04, 0xf8, -+ 0x28, 0xa8, 0x10, 0x30, 0x48, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x1f, 0x18, -+ 0x18, 0x1f, 0x28, 0x28, 0x4f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x80, 0xf8, 0x88, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x7f, 0x02, 0x04, 0x1f, 0x1f, 0x10, 0x1f, -+ 0x1f, 0x10, 0x1f, 0x15, 0x25, 0x40, 0x00, 0x00, -+ 0x10, 0xfc, 0x80, 0x40, 0xe4, 0xdc, 0x44, 0xc0, -+ 0xf0, 0x00, 0xf8, 0x48, 0x28, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x01, 0x01, -+ 0x01, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xf8, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x5f, 0x01, 0x1f, 0x11, -+ 0x1f, 0x11, 0x1f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf0, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x04, 0x3f, 0x24, 0x24, 0x24, -+ 0x28, 0x30, 0x3f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x88, 0x98, 0x98, -+ 0x78, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x24, 0x1f, 0x14, 0x4f, 0x24, 0x3f, 0x00, 0x1f, -+ 0x19, 0x2f, 0x29, 0x4f, 0x49, 0x4b, 0x00, 0x00, -+ 0x20, 0x20, 0x78, 0x90, 0x20, 0xf8, 0x28, 0xfc, -+ 0x28, 0xf8, 0x28, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x02, 0x02, 0x73, 0x5e, 0x52, 0x5a, 0x5a, 0x5a, -+ 0x7f, 0x5a, 0x4a, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x7c, 0x90, 0x20, 0xf8, 0xc8, 0xf8, 0xc8, -+ 0xf8, 0xc8, 0x78, 0xb0, 0xa8, 0xc4, 0x00, 0x00, -+ 0x02, 0x02, 0x03, 0x7e, 0x22, 0x22, 0x22, 0x22, -+ 0x3f, 0x22, 0x22, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x30, 0xc0, 0x00, 0x20, 0x20, 0x20, 0x20, -+ 0xe0, 0x20, 0x20, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x19, 0x35, 0x35, 0x30, 0x53, -+ 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf0, -+ 0x20, 0x40, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x00, 0x3e, 0x22, 0x3f, 0x00, -+ 0x3e, 0x04, 0x0e, 0x78, 0x09, 0x1e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x22, 0x02, 0x0a, -+ 0x0b, 0x0a, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc0, 0x48, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x27, 0x3c, 0x24, 0x27, -+ 0x3c, 0x24, 0x27, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x88, 0x48, 0x70, 0xa0, 0x30, -+ 0x70, 0xa8, 0x24, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x13, 0x02, 0x02, 0x72, 0x12, -+ 0x12, 0x14, 0x14, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x0f, 0x78, 0x08, 0x2a, 0x2a, 0x2a, -+ 0x2a, 0x3e, 0x28, 0x0a, 0x0a, 0x07, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x01, 0x7f, 0x02, 0x04, 0x18, -+ 0x6f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, -+ 0xec, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x0f, 0x08, 0x0f, 0x0f, 0x3f, 0x01, 0x3f, 0x2d, -+ 0x4d, 0x1f, 0x00, 0x7f, 0x04, 0x3f, 0x00, 0x00, -+ 0xe0, 0x20, 0xe0, 0xe0, 0xf8, 0x00, 0xfc, 0x68, -+ 0x60, 0xf0, 0x00, 0xfc, 0x60, 0x90, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x3c, 0xe0, 0x28, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0xa8, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x02, 0x04, 0x18, 0x67, 0x00, -+ 0x3f, 0x01, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x80, 0x40, 0x30, 0xcc, 0x00, -+ 0xf8, 0x00, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x09, 0x09, 0x3f, 0x09, 0x09, 0x3f, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x21, 0x21, 0x22, 0x22, -+ 0x24, 0x28, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x88, 0x48, -+ 0x28, 0x28, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x0f, 0x09, 0x11, 0x21, 0x41, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x11, 0x11, 0x15, 0x15, 0x15, -+ 0x15, 0x15, 0x15, 0x3f, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xd0, 0x10, -+ 0x10, 0x10, 0x14, 0xec, 0x0c, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x14, 0x10, 0x3e, 0x28, 0x49, -+ 0x7e, 0x08, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x48, 0x90, 0xfc, 0x90, -+ 0xf8, 0x90, 0xf8, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x3a, 0x01, 0x7d, 0x00, 0x38, 0x07, 0x39, -+ 0x01, 0x39, 0x29, 0x2b, 0x3c, 0x28, 0x00, 0x00, -+ 0x20, 0x28, 0xa8, 0x70, 0x20, 0xfc, 0x70, 0x70, -+ 0xa8, 0xa4, 0x20, 0x20, 0xc0, 0x3c, 0x00, 0x00, -+ 0x25, 0x15, 0x1f, 0x45, 0x2f, 0x2a, 0x0f, 0x12, -+ 0x1f, 0x22, 0x2f, 0x43, 0x44, 0x58, 0x00, 0x00, -+ 0x28, 0x28, 0xb0, 0x7c, 0xd0, 0xd0, 0xfc, 0x50, -+ 0xd0, 0x7c, 0xd0, 0x50, 0xfc, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x11, 0x13, 0x1c, -+ 0x77, 0x11, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xa0, 0x10, 0xf8, 0x04, -+ 0xf8, 0x40, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xb8, 0xa8, 0xa8, 0xfc, 0x04, -+ 0x74, 0x54, 0x54, 0x74, 0x04, 0x0c, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x7f, 0x14, 0x13, 0x3a, 0x36, -+ 0x36, 0x53, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, -+ 0xb8, 0x18, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x45, 0x1a, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x2a, 0x1b, 0x24, 0x7f, -+ 0x12, 0x3b, 0x36, 0x37, 0x52, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x40, 0xf8, -+ 0x48, 0xf8, 0x48, 0xfc, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x03, 0x7c, 0x56, 0x55, 0x55, 0x7e, 0x57, -+ 0x54, 0x56, 0x7d, 0x45, 0x42, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0xa8, 0x10, 0xb0, 0x48, 0xf8, -+ 0xa8, 0xa8, 0x10, 0x90, 0x68, 0x44, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x01, 0x3f, 0x24, 0x22, -+ 0x2f, 0x21, 0x2f, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x48, 0x88, -+ 0xe8, 0x08, 0xe8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x13, 0x13, 0x3a, 0x37, -+ 0x36, 0x53, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x28, 0xc8, 0xf8, -+ 0x48, 0xf8, 0x48, 0x48, 0x48, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x3e, 0x2b, 0x3e, 0x08, -+ 0x3e, 0x08, 0x7f, 0x14, 0x22, 0x40, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x27, 0x21, 0x01, 0x09, -+ 0x0b, 0x0a, 0x10, 0x10, 0x21, 0x26, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0xfc, 0x10, 0x10, 0x10, -+ 0x90, 0x60, 0x20, 0x50, 0x88, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x12, 0x12, 0x12, -+ 0x13, 0x12, 0x12, 0x22, 0x22, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x38, -+ 0xc0, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x1f, -+ 0x00, 0x00, 0x01, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0xfc, 0x40, 0x40, 0x20, -+ 0x20, 0x20, 0x90, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x01, 0x21, 0x11, 0x13, 0x02, 0x04, 0x79, 0x11, -+ 0x12, 0x14, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x40, 0x40, 0x50, 0x48, -+ 0x44, 0x44, 0x40, 0xc0, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x10, 0x28, 0x49, 0x0e, -+ 0x08, 0x08, 0x08, 0x07, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x88, 0x08, -+ 0x08, 0x48, 0x48, 0xc8, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x3d, 0x25, -+ 0x25, 0x3d, 0x19, 0x15, 0x22, 0x45, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x78, 0x00, 0xfc, 0x60, -+ 0x64, 0x58, 0x50, 0x50, 0x68, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x21, 0x21, 0x22, 0x25, 0x29, -+ 0x21, 0x22, 0x24, 0x28, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x88, 0x48, 0x28, 0x28, -+ 0x88, 0x48, 0x28, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x3e, 0x2a, 0x2a, 0x2a, 0x2a, -+ 0x3e, 0x2c, 0x0a, 0x0f, 0x19, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x1f, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x03, 0x7c, 0x11, 0x49, 0x2a, 0x24, 0x3f, 0x02, -+ 0x04, 0x07, 0x7c, 0x04, 0x04, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x0f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, -+ 0x04, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, -+ 0x40, 0x40, 0x20, 0x10, 0x08, 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, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x10, 0x1f, -+ 0x11, 0x12, 0x24, 0x38, 0x40, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x80, 0x88, 0xc8, -+ 0xb0, 0xa0, 0x90, 0x88, 0x84, 0x80, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x04, 0x3c, 0x04, -+ 0x3c, 0x04, 0x3c, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x40, 0x78, 0x40, -+ 0x78, 0x40, 0x78, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x10, 0x10, 0x30, 0x57, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x13, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x08, 0x7e, 0x12, 0x12, 0x13, -+ 0x3c, 0x24, 0x06, 0x0a, 0x11, 0x20, 0x00, 0x00, -+ 0x00, 0x1c, 0xe0, 0x20, 0x20, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x0d, 0x03, 0x02, 0x0c, 0x30, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x90, 0x10, 0x60, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7f, 0x00, 0x3c, 0x01, 0x3c, -+ 0x00, 0x3d, 0x25, 0x26, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xc8, 0x68, 0x88, 0x30, 0x40, -+ 0xa0, 0xa8, 0x84, 0x94, 0x90, 0x70, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x47, 0x27, 0x23, 0x00, 0x0f, -+ 0x08, 0x13, 0x12, 0x22, 0x22, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x58, 0x58, 0x40, 0xfc, -+ 0x80, 0xf8, 0xa8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x7e, 0x07, 0x0a, 0x0b, 0x1a, -+ 0x37, 0x56, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0x4c, 0xf8, 0xd8, 0xf8, 0xd8, -+ 0x68, 0xd8, 0xf8, 0xd8, 0x68, 0x58, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0a, 0x10, 0x18, -+ 0x34, 0x55, 0x11, 0x12, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x20, 0x20, 0xb0, 0xa8, -+ 0xa8, 0x24, 0x24, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x01, 0x3f, 0x23, 0x54, 0x14, 0x23, 0x1f, 0x12, -+ 0x1f, 0x00, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xa0, 0x50, 0xc8, 0xf0, 0x90, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x0f, 0x12, 0x2f, 0x44, 0x09, -+ 0x13, 0x00, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xc8, 0xe8, 0x08, -+ 0x30, 0x80, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x09, 0x49, 0x37, 0x11, 0x31, 0x48, 0x0b, 0x1a, -+ 0x2a, 0x4b, 0x0a, 0x0a, 0x33, 0x12, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0x10, 0x00, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x08, 0x7f, 0x15, 0x2b, 0x7e, -+ 0x08, 0x0f, 0x70, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0x50, 0xd0, 0x50, 0x74, -+ 0x94, 0x0c, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x20, 0x4f, 0x08, 0x08, -+ 0x08, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x80, 0x80, 0xf0, 0x80, 0x80, -+ 0x80, 0xfc, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x1f, 0x60, 0x0f, 0x00, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xe0, 0x40, -+ 0x80, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x13, 0x14, 0x13, 0x1c, -+ 0x70, 0x11, 0x15, 0x15, 0x19, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xf8, 0x10, -+ 0xa0, 0x50, 0x48, 0x14, 0x14, 0xf0, 0x00, 0x00, -+ 0x12, 0x12, 0x13, 0x7a, 0x16, 0x15, 0x1d, 0x13, -+ 0x1a, 0x74, 0x18, 0x15, 0x14, 0x38, 0x00, 0x00, -+ 0x30, 0x28, 0xa8, 0xa0, 0xfc, 0xa0, 0x30, 0x50, -+ 0x48, 0x84, 0x00, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x11, 0x11, 0x15, 0x15, 0x3b, 0x32, 0x36, 0x59, -+ 0x12, 0x14, 0x18, 0x25, 0x24, 0x48, 0x00, 0x00, -+ 0x20, 0x28, 0xe4, 0x64, 0x7c, 0xa0, 0xa0, 0x50, -+ 0x50, 0x88, 0x04, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x08, 0x7e, 0x08, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0x40, 0x40, 0x78, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x08, 0x13, 0x12, 0x3a, 0x0a, -+ 0x4b, 0x2a, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xb8, -+ 0x38, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x11, 0x1a, 0x14, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x20, 0x20, 0x40, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x49, 0x09, -+ 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x70, 0x70, 0xa8, 0x24, 0x20, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x09, 0x0f, 0x3f, 0x2a, 0x7f, -+ 0x0f, 0x7f, 0x06, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0x20, 0xe0, 0xfc, 0xa8, 0xf8, -+ 0xe0, 0xfc, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x19, 0x34, 0x34, 0x33, 0x52, -+ 0x12, 0x12, 0x12, 0x13, 0x13, 0x12, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0x20, 0x40, 0x20, 0x28, 0xa8, -+ 0x48, 0x48, 0xa8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x07, 0x05, -+ 0x14, 0x17, 0x25, 0x25, 0x49, 0x56, 0x00, 0x00, -+ 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0xfc, 0xf0, -+ 0x00, 0xfc, 0x48, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x67, 0x1a, 0x1a, 0x26, 0x7e, -+ 0x12, 0x1b, 0x36, 0x36, 0x52, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xa8, -+ 0x98, 0x18, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x0c, 0x12, 0x7d, 0x01, 0x3e, 0x22, -+ 0x3e, 0x22, 0x3e, 0x22, 0x22, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0x4c, 0x70, 0x44, 0x44, 0x3c, 0x40, -+ 0x4c, 0x70, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3e, 0x25, 0x25, 0x3c, 0x25, 0x25, 0x3d, -+ 0x25, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x88, 0x48, 0x48, 0x10, 0x20, 0x18, 0x98, 0x68, -+ 0x28, 0x58, 0x98, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3b, 0x2a, 0x2b, 0x3a, 0x2b, 0x2b, 0x3a, -+ 0x2a, 0x2b, 0x2a, 0x2a, 0x2c, 0x5b, 0x00, 0x00, -+ 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0xfc, 0xf8, -+ 0x00, 0xfc, 0xc8, 0xb0, 0xd0, 0x0c, 0x00, 0x00, -+ 0x02, 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x1f, 0x17, -+ 0x10, 0x1f, 0x12, 0x12, 0x23, 0x5c, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0xf8, 0xf0, -+ 0x00, 0xfc, 0x90, 0x60, 0xb0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x02, 0x7e, 0x02, 0x3a, 0x2a, 0x2a, -+ 0x2a, 0x3a, 0x2a, 0x02, 0x02, 0x0d, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x50, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x12, 0x09, 0x07, 0x19, 0x6f, -+ 0x09, 0x09, 0x0f, 0x01, 0x01, 0x7e, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0x80, 0xc0, 0x30, 0xec, -+ 0x20, 0x20, 0xe0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x21, 0x21, 0x3f, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x1f, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x12, 0x13, 0x1e, -+ 0x72, 0x12, 0x12, 0x12, 0x12, 0x31, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x17, 0x10, 0x11, 0x1a, -+ 0x77, 0x12, 0x13, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x10, 0xe8, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0x48, -+ 0xfc, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x1f, 0x12, 0x1f, 0x14, 0x7f, 0x1c, -+ 0x3e, 0x2a, 0x3e, 0x7f, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x90, 0xf0, 0x00, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x22, 0x22, 0x03, 0x13, -+ 0x12, 0x12, 0x24, 0x24, 0x49, 0x56, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x50, 0x40, 0xf8, 0x08, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x22, 0x22, 0x02, 0x12, -+ 0x12, 0x12, 0x24, 0x24, 0x48, 0x50, 0x00, 0x00, -+ 0x20, 0xc0, 0x08, 0x30, 0xc0, 0xc8, 0xc8, 0xb0, -+ 0xa0, 0x90, 0x90, 0x88, 0x84, 0x80, 0x00, 0x00, -+ 0x00, 0x3e, 0x08, 0x3e, 0x08, 0x0e, 0x70, 0x1f, -+ 0x11, 0x1f, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x11, 0x11, 0x21, 0x3d, 0x65, -+ 0x25, 0x25, 0x26, 0x3e, 0x25, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x28, 0x30, 0x20, 0xf8, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x30, 0x0b, 0x62, 0x0b, 0x12, 0x24, 0x27, 0x09, -+ 0x7f, 0x02, 0x07, 0x08, 0x03, 0x3c, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xf8, 0x90, 0x60, 0x9c, 0x00, -+ 0xfc, 0x20, 0x40, 0xe0, 0x10, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x29, 0x24, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0xf8, 0x80, 0xf0, 0x80, -+ 0xf0, 0x80, 0xfc, 0x24, 0x94, 0x38, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x1f, 0x11, 0x11, -+ 0x1f, 0x10, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x00, 0x09, 0x24, 0x24, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xfc, -+ 0x04, 0x24, 0x94, 0x04, 0x04, 0x38, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x10, 0x30, 0x57, 0x10, -+ 0x10, 0x17, 0x10, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xbc, 0xa0, 0xa0, 0xbc, 0xa0, -+ 0xa0, 0xbc, 0xa0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x13, 0x18, 0x15, 0x12, 0x1f, -+ 0x11, 0x1f, 0x21, 0x22, 0x44, 0x18, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0x90, 0xd4, 0x24, 0x18, 0xf8, -+ 0x44, 0xf8, 0x40, 0x40, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x13, 0x10, 0x10, 0x13, -+ 0x18, 0x70, 0x17, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xf8, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x17, 0x18, -+ 0x70, 0x17, 0x10, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xbc, 0xa0, 0xa0, 0xbc, 0xa0, -+ 0xa0, 0xbc, 0xa0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3f, 0x22, -+ 0x22, 0x3e, 0x14, 0x12, 0x22, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x29, 0x4a, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x70, 0x68, 0xa8, -+ 0xa4, 0x24, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x03, 0x0d, 0x71, 0x01, 0x1f, -+ 0x12, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xc0, 0x30, 0x08, 0x04, 0xf0, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x28, 0x28, 0x2b, 0x2a, 0x3f, 0x22, 0x23, 0x3a, -+ 0x28, 0x29, 0x2f, 0x28, 0x28, 0x48, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xa8, -+ 0xa0, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x04, 0x7c, 0x04, 0x1c, 0x64, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x88, 0xf0, 0x80, 0x84, 0x7c, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x24, 0x25, 0x3d, -+ 0x25, 0x25, 0x25, 0x25, 0x24, 0x4c, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xfc, 0x24, -+ 0x24, 0x24, 0x24, 0x2c, 0x20, 0x20, 0x00, 0x00, -+ 0x02, 0x7e, 0x02, 0x3e, 0x7f, 0x05, 0x7f, 0x0f, -+ 0x09, 0x0f, 0x09, 0x0f, 0x7f, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0x40, 0x78, 0x7c, 0x40, 0xfc, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x78, 0x48, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x12, 0x11, 0x31, 0x5f, 0x10, -+ 0x13, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x10, 0x20, 0xfc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x11, 0x7c, 0x10, 0x17, 0x10, -+ 0x11, 0x1d, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x90, 0xa0, 0xfc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x10, 0x7c, 0x24, 0x24, 0x24, -+ 0x7f, 0x48, 0x0d, 0x16, 0x24, 0x40, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x0a, 0x18, 0x1c, 0x1b, -+ 0x2a, 0x28, 0x49, 0x09, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf8, 0xa8, 0xa8, 0xfc, -+ 0xa8, 0xa8, 0xfc, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x7e, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2b, 0x28, 0x49, 0x0e, 0x08, 0x08, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x0a, 0x2c, 0x28, 0x28, 0x48, -+ 0x0b, 0x08, 0x14, 0x13, 0x26, 0x40, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, 0x40, -+ 0xfc, 0xe0, 0xd0, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x04, 0x45, 0x29, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x19, 0x29, 0x48, 0x08, 0x09, 0x32, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xf8, 0x08, -+ 0x08, 0xf8, 0x90, 0x88, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x00, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x00, 0x3f, 0x20, -+ 0x44, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x08, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x22, 0x3e, 0x22, 0x3f, 0x22, -+ 0x22, 0x3e, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x48, 0x50, 0xfc, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x29, 0x28, 0x30, 0x2b, 0x24, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x90, 0xa0, 0xfc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x21, 0x10, 0x17, 0x00, 0x01, 0x70, 0x11, -+ 0x10, 0x11, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xf0, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x20, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xf8, 0xa4, 0x1c, 0x00, 0x00, -+ 0x02, 0x0d, 0x38, 0x09, 0x08, 0x7e, 0x08, 0x1d, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x28, 0xa8, 0xb0, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x3e, 0x29, 0x49, 0x09, 0x7f, -+ 0x09, 0x0c, 0x12, 0x12, 0x20, 0x41, 0x00, 0x00, -+ 0x08, 0xc8, 0x48, 0x48, 0xc8, 0x08, 0x08, 0xc8, -+ 0x48, 0x48, 0x48, 0x48, 0x48, 0x88, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x06, 0x38, 0x08, 0x7e, -+ 0x1c, 0x1b, 0x2a, 0x48, 0x08, 0x09, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x20, 0x24, 0xa4, 0xa8, -+ 0xb0, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x13, 0x32, 0x52, 0x12, -+ 0x13, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3e, 0x02, 0x3e, 0x02, 0x7f, 0x04, 0x25, -+ 0x15, 0x16, 0x1d, 0x64, 0x04, 0x0c, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x13, 0x7e, 0x13, 0x12, 0x13, -+ 0x10, 0x17, 0x11, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x10, 0xfc, 0x10, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x11, 0x11, 0x11, 0x1d, -+ 0x71, 0x11, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x43, 0x22, 0x22, 0x02, 0x13, -+ 0x12, 0x12, 0x22, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x1f, 0x10, 0x10, 0x10, 0x1f, -+ 0x10, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x43, 0x10, 0x09, 0x41, -+ 0x29, 0x09, 0x11, 0x11, 0x21, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x30, 0x40, 0xf8, 0x08, -+ 0x08, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x12, 0x1a, 0x16, 0x16, 0x7f, -+ 0x12, 0x1a, 0x1a, 0x2a, 0x22, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x10, 0x0f, 0x4b, 0x22, 0x23, -+ 0x12, 0x13, 0x2f, 0x21, 0x40, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0x50, 0x48, 0xfc, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x00, 0x20, 0x11, 0x13, 0x02, 0x02, 0x73, 0x12, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x79, 0x49, 0x49, 0x49, 0x78, 0x4b, 0x48, -+ 0x4f, 0x49, 0x7b, 0x4c, 0x43, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0xf0, 0xa0, 0xf8, 0xa0, -+ 0xfc, 0x50, 0x58, 0xe4, 0x58, 0xc0, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x23, 0x22, 0x03, 0x12, -+ 0x13, 0x10, 0x2f, 0x20, 0x43, 0x4c, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x80, 0xfc, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x15, 0x35, 0x38, 0x33, 0x50, -+ 0x17, 0x19, 0x17, 0x24, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0xf0, 0xa0, 0xf8, 0xa0, -+ 0xfc, 0x50, 0x58, 0xe4, 0x58, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x64, 0x2b, 0x1a, 0x27, 0x7e, -+ 0x13, 0x38, 0x37, 0x35, 0x50, 0x10, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3f, -+ 0x0a, 0x3e, 0x3a, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x08, 0x08, 0xd0, 0x30, 0x28, 0x44, 0x88, 0x48, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x01, -+ 0x03, 0x0e, 0x31, 0x01, 0x06, 0x78, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, -+ 0xf0, 0x20, 0x40, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x42, 0x47, 0x51, 0x49, 0x4b, -+ 0x45, 0x59, 0x43, 0x40, 0x7f, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0x08, 0x28, 0x28, 0xc8, 0x48, -+ 0x28, 0x28, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x28, 0x45, 0x08, 0x08, 0x7f, -+ 0x08, 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x00, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x12, 0x10, 0x3c, 0x24, 0x65, -+ 0x27, 0x25, 0x3d, 0x21, 0x21, 0x01, 0x00, 0x00, -+ 0xa0, 0x90, 0x08, 0x48, 0x40, 0xa0, 0xa0, 0x10, -+ 0xf8, 0x14, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x1f, 0x01, 0x7f, 0x03, -+ 0x0f, 0x74, 0x07, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0xf8, 0x20, 0xfc, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x3e, 0x23, 0x3e, 0x21, 0x4f, 0x7f, -+ 0x01, 0x0f, 0x3f, 0x01, 0x7f, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x30, 0xcc, 0xe0, 0xfc, -+ 0x20, 0xe0, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x5f, 0x01, 0x7f, -+ 0x01, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x18, 0xe0, 0x00, 0xfc, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1a, 0x36, 0x36, -+ 0x32, 0x54, 0x55, 0x19, 0x11, 0x17, 0x00, 0x00, -+ 0x70, 0xfc, 0x58, 0xe8, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x00, 0xf8, 0x68, 0x68, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x57, 0x54, 0x55, 0x57, -+ 0x55, 0x5d, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0xf8, -+ 0x54, 0xf0, 0x50, 0x50, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x24, 0x3c, -+ 0x24, 0x24, 0x24, 0x25, 0x25, 0x4e, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0x90, 0x90, 0x94, 0x14, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0a, 0x2a, 0x2c, 0x28, 0x48, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0xf8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x00, -+ 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x07, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x08, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x20, -+ 0x20, 0x20, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x70, 0x70, 0xa8, -+ 0xa8, 0x24, 0xf8, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x23, 0x10, 0x15, 0x43, 0x22, 0x27, 0x09, 0x01, -+ 0x1f, 0x11, 0x21, 0x22, 0x44, 0x58, 0x00, 0x00, -+ 0x90, 0x90, 0x64, 0x28, 0x10, 0xf8, 0x24, 0x20, -+ 0xfc, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x1e, 0x02, 0x24, 0x14, 0x08, 0x1f, 0x22, 0x42, -+ 0x3f, 0x02, 0x04, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x90, 0x90, 0x64, 0x44, 0x28, 0xf0, 0x48, 0x44, -+ 0xf8, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x21, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x68, 0x28, 0xd4, 0x54, 0x88, 0xfc, 0x50, 0x50, -+ 0xfc, 0x50, 0x50, 0x94, 0x94, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x01, -+ 0x7f, 0x02, 0x07, 0x1a, 0x61, 0x1e, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x00, -+ 0xfc, 0x00, 0xf0, 0x20, 0xc0, 0x7c, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x08, 0x08, 0x1f, 0x28, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0x7c, 0xc8, 0x48, 0x50, -+ 0x30, 0x20, 0x64, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x00, 0x1e, 0x7f, 0x00, -+ 0x1e, 0x1e, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x00, 0x48, 0xc8, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x10, 0x1c, -+ 0x70, 0x11, 0x11, 0x12, 0x14, 0x3b, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x80, 0x80, 0xf8, 0x88, -+ 0xc8, 0x50, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x14, 0x23, 0x44, 0x04, 0x0b, -+ 0x18, 0x28, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x50, 0x48, 0xfc, -+ 0x48, 0x30, 0x20, 0xd4, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x25, 0x25, -+ 0x29, 0x3f, 0x28, 0x2b, 0x28, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x48, 0x28, -+ 0xe8, 0x48, 0xa8, 0x68, 0x28, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x15, 0x15, 0x15, 0x17, -+ 0x17, 0x13, 0x21, 0x22, 0x42, 0x04, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x54, 0x52, 0x53, 0x5f, 0x52, -+ 0x5f, 0x77, 0x56, 0x4a, 0x12, 0x02, 0x00, 0x00, -+ 0x04, 0x08, 0xf0, 0xa0, 0xa0, 0x3c, 0xe8, 0x28, -+ 0xe8, 0x28, 0xa8, 0xc8, 0x48, 0x88, 0x00, 0x00, -+ 0x00, 0x10, 0x17, 0x10, 0x7d, 0x11, 0x11, 0x10, -+ 0x17, 0x1c, 0x65, 0x05, 0x05, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x08, 0xe8, 0x28, 0xe8, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x00, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x18, 0x2f, 0x48, 0x0f, 0x08, -+ 0x0f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x80, 0xf0, 0x80, 0xf0, 0x80, -+ 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x0a, 0x09, 0x11, 0x10, 0x33, 0x50, 0x10, -+ 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x50, 0x40, 0xf8, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x49, 0x29, 0x2a, 0x08, 0x7f, 0x08, 0x08, -+ 0x7f, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x11, 0x09, 0x09, 0x3f, 0x01, 0x01, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x10, 0x10, 0x20, 0xf8, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x12, 0x12, 0x12, -+ 0x11, 0x11, 0x10, 0x21, 0x26, 0x58, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x20, -+ 0x20, 0x40, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x0a, 0x4a, 0x2c, 0x28, 0x7e, 0x08, 0x08, -+ 0x0f, 0x79, 0x11, 0x12, 0x22, 0x44, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x88, 0x88, 0xc8, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x5d, 0x51, 0x12, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x90, 0x50, 0x50, -+ 0x50, 0x10, 0x10, 0x14, 0x14, 0x0c, 0x00, 0x00, -+ 0x12, 0x12, 0x17, 0x7c, 0x16, 0x15, 0x15, 0x1f, -+ 0x74, 0x16, 0x16, 0x1a, 0x18, 0x31, 0x00, 0x00, -+ 0x00, 0x38, 0xa8, 0xa8, 0xac, 0xac, 0xc4, 0xf8, -+ 0xa8, 0xa8, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x01, 0x7d, 0x11, 0x17, 0x10, 0x14, 0x7a, 0x13, -+ 0x11, 0x11, 0x1e, 0x62, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0x7c, 0x10, 0xd0, 0x90, 0x90, 0xfc, 0x10, -+ 0x10, 0x10, 0x90, 0x90, 0x7c, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x0a, 0x0a, 0x0d, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x41, 0x21, 0x21, 0x01, 0x09, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x41, 0x21, 0x21, 0x01, 0x09, -+ 0x09, 0x09, 0x11, 0x12, 0x22, 0x24, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x90, 0x50, 0x50, -+ 0x10, 0x10, 0x10, 0x14, 0x14, 0x0c, 0x00, 0x00, -+ 0x28, 0x29, 0x29, 0x29, 0x3f, 0x21, 0x21, 0x3d, -+ 0x25, 0x25, 0x26, 0x26, 0x45, 0x46, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x45, 0x29, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x09, 0x09, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7c, 0x12, 0x12, 0x12, 0x12, 0x7e, 0x12, -+ 0x12, 0x10, 0x1d, 0x61, 0x02, 0x04, 0x00, 0x00, -+ 0x80, 0xfc, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x02, 0x7d, 0x55, 0x54, 0x57, 0x7c, 0x54, -+ 0x57, 0x54, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x50, 0x40, 0xf8, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x3f, 0x5f, 0x15, 0x7f, 0x15, 0x3f, 0x23, -+ 0x0c, 0x03, 0x3f, 0x0d, 0x31, 0x01, 0x00, 0x00, -+ 0x40, 0xc0, 0x7c, 0xc8, 0x48, 0x30, 0xd8, 0x44, -+ 0xc0, 0x30, 0xc8, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x12, 0x1a, 0x16, 0x17, 0x7f, -+ 0x12, 0x1a, 0x1a, 0x2a, 0x22, 0x47, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x54, 0x94, 0x0c, 0xf8, -+ 0x88, 0x50, 0x50, 0x20, 0x50, 0x8c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x10, 0x0b, 0x49, 0x27, 0x20, -+ 0x0b, 0x0d, 0x11, 0x11, 0x21, 0x21, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x38, 0xc8, 0x50, 0xfc, 0xe0, -+ 0xf8, 0x54, 0xf0, 0x50, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3e, 0x22, -+ 0x22, 0x3e, 0x19, 0x15, 0x22, 0x47, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0xc8, 0xc8, 0xc8, -+ 0xa8, 0xb0, 0x10, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x4d, 0x7f, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x2a, 0x3e, 0x08, 0x7f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0xf8, 0x88, 0x88, 0x88, -+ 0x88, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x01, 0x3f, 0x11, 0x09, 0x09, 0x7f, 0x01, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x30, 0xc0, 0x10, 0x10, 0x20, 0x40, 0xfc, 0x00, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x0a, 0x2b, 0x2d, 0x29, 0x49, -+ 0x09, 0x0d, 0x13, 0x12, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x1c, 0x05, 0x14, 0x14, 0x12, 0x22, 0x3f, 0x52, -+ 0x12, 0x12, 0x12, 0x22, 0x2d, 0x42, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x2a, 0x48, 0x3e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x24, 0x27, 0x39, 0x63, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0xc8, 0xc8, 0xc8, -+ 0xa8, 0xb0, 0x90, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x17, 0x12, 0x12, 0x1f, -+ 0x72, 0x10, 0x10, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x68, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x79, 0x4a, 0x4f, 0x4a, 0x7a, 0x4b, -+ 0x4a, 0x48, 0x79, 0x49, 0x42, 0x04, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0xa8, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x11, 0x09, 0x7f, 0x03, 0x05, 0x19, -+ 0x7f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x30, 0xd0, 0x10, 0x20, 0xfc, 0x80, 0x40, 0x30, -+ 0xfc, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x3e, 0x32, 0x2a, 0x7f, 0x2a, 0x2a, 0x47, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x8c, 0xf8, 0x50, 0x70, 0x8c, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x3e, 0x32, 0x2a, 0x7f, 0x2a, 0x2a, 0x47, -+ 0x3f, 0x02, 0x0f, 0x74, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x8c, 0xf8, 0x50, 0x30, 0xcc, -+ 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x09, 0x7f, 0x05, 0x19, -+ 0x6f, 0x09, 0x0f, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xd0, 0x20, 0xfc, 0x40, 0x30, -+ 0xec, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x12, 0x12, 0x24, 0x49, 0x0f, -+ 0x09, 0x09, 0x0f, 0x09, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x50, 0x48, 0x44, 0xc4, 0xe0, -+ 0x20, 0x20, 0xe0, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x2f, 0x21, 0x2f, 0x21, -+ 0x2f, 0x22, 0x22, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x78, 0x40, 0x78, 0x40, -+ 0x78, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x04, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x1f, -+ 0x04, 0x08, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x03, 0x05, 0x19, 0x61, 0x01, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xc0, 0x30, 0x08, 0x04, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x88, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x14, 0x14, 0x14, 0x17, -+ 0x14, 0x14, 0x14, 0x25, 0x26, 0x58, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x40, 0x40, 0x44, 0xc8, -+ 0x70, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x10, 0x23, 0x4a, 0x0a, 0x12, 0x13, 0x32, -+ 0x52, 0x12, 0x12, 0x14, 0x15, 0x1e, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x50, 0x40, 0xf8, 0x88, -+ 0x90, 0x50, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x02, 0x02, 0x3e, 0x02, 0x3e, 0x02, 0x7e, 0x04, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x80, 0xf8, 0x80, 0xfc, 0x80, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x1f, 0x11, 0x1f, -+ 0x11, 0x1f, 0x21, 0x3e, 0x42, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x40, 0x78, -+ 0x40, 0x78, 0x40, 0x7c, 0x40, 0x40, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7e, 0x12, 0x13, 0x12, 0x1e, -+ 0x72, 0x12, 0x12, 0x12, 0x13, 0x3c, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x20, 0xe4, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x12, 0x12, 0x13, 0x1e, -+ 0x72, 0x12, 0x12, 0x14, 0x15, 0x3e, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x50, 0x40, 0xf8, 0x88, -+ 0x90, 0x50, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x02, 0x3e, 0x02, 0x3e, 0x02, 0x7c, 0x05, 0x09, -+ 0x7f, 0x04, 0x02, 0x03, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0x7c, 0x40, 0x7c, 0x40, 0x7c, 0x40, 0x00, -+ 0xfc, 0x40, 0x80, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x10, -+ 0x10, 0x10, 0x11, 0x16, 0x18, 0x60, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x88, 0x88, 0x90, 0xa0, 0xc0, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x20, 0x22, 0x02, 0x12, -+ 0x14, 0x14, 0x28, 0x21, 0x42, 0x44, 0x00, 0x00, -+ 0x40, 0x28, 0x28, 0x88, 0x90, 0x90, 0xb0, 0xa8, -+ 0xc4, 0xc4, 0x80, 0x88, 0x88, 0x78, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x2a, 0x0a, 0x1b, -+ 0x2b, 0x4a, 0x12, 0x14, 0x25, 0x4e, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0xfc, 0x48, 0x50, 0xf0, -+ 0x10, 0xa0, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x12, -+ 0x11, 0x11, 0x10, 0x20, 0x23, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x88, 0x90, 0x80, 0xf0, 0x10, -+ 0x20, 0x20, 0xc0, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x7c, 0x10, 0x13, 0x12, 0x13, 0x3e, 0x27, -+ 0x64, 0x25, 0x27, 0x3c, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0xa0, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x18, 0x70, 0x10, 0x10, 0x7e, 0x12, 0x1a, -+ 0x36, 0x34, 0x50, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x20, 0x28, 0x88, 0x88, 0x90, 0x90, 0xb0, -+ 0xa8, 0xc4, 0x84, 0x88, 0x88, 0x78, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x67, 0x18, 0x10, 0x2b, 0x7c, -+ 0x18, 0x37, 0x35, 0x31, 0x52, 0x14, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xbc, 0xa0, 0xa0, 0xbc, 0xa0, -+ 0xa0, 0xbc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x08, 0x12, 0x7f, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x40, 0x58, 0x60, 0x44, -+ 0x3c, 0x40, 0x58, 0x60, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x12, 0x12, 0x15, 0x1e, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x28, 0x30, 0xf8, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3c, 0x27, 0x24, 0x3d, 0x26, 0x00, 0x00, -+ 0x50, 0x50, 0x50, 0xdc, 0x50, 0x50, 0xdc, 0x50, -+ 0x50, 0xdc, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x02, 0x3f, 0x02, 0x3f, 0x3f, 0x44, 0x1f, 0x68, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x80, 0xf8, 0x88, 0xf8, 0xfc, 0x84, 0xf8, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x27, 0x14, 0x14, 0x07, 0x04, 0x77, 0x1c, -+ 0x14, 0x14, 0x17, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0x90, 0xfc, 0xc8, 0xa8, 0x30, 0xfc, 0x90, -+ 0x90, 0xfc, 0x90, 0x10, 0x10, 0xfc, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x3e, 0x02, 0x02, 0x3e, 0x02, -+ 0x02, 0x7e, 0x04, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x7c, 0x40, -+ 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x1f, 0x02, 0x0e, 0x32, 0x12, 0x12, 0x7f, -+ 0x12, 0x12, 0x22, 0x22, 0x42, 0x02, 0x00, 0x00, -+ 0x00, 0xc8, 0x70, 0x50, 0x48, 0x28, 0x18, 0xc8, -+ 0x50, 0x70, 0x28, 0x24, 0x14, 0x0c, 0x00, 0x00, -+ 0x10, 0x15, 0x12, 0x7e, 0x10, 0x10, 0x3e, 0x36, -+ 0x36, 0x52, 0x52, 0x12, 0x15, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0xa8, 0xa8, 0x98, 0x80, 0x7c, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x12, 0x7f, 0x12, 0x1e, -+ 0x12, 0x1e, 0x12, 0x7f, 0x15, 0x63, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x10, 0x20, 0xfc, 0xa8, 0xb0, -+ 0xf8, 0xc8, 0xa8, 0x90, 0x68, 0x84, 0x00, 0x00, -+ 0x09, 0x09, 0x0f, 0x11, 0x17, 0x34, 0x57, 0x16, -+ 0x17, 0x16, 0x17, 0x1a, 0x12, 0x12, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, 0x48, -+ 0xf8, 0x48, 0xf8, 0x48, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x17, 0x10, -+ 0x17, 0x10, 0x1f, 0x20, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x68, 0x80, 0xf0, -+ 0x80, 0xfc, 0x80, 0x80, 0x84, 0x7c, 0x00, 0x00, -+ 0x12, 0x1a, 0x2a, 0x4a, 0x1f, 0x18, 0x20, 0x7f, -+ 0x26, 0x26, 0x2a, 0x2b, 0x32, 0x20, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xfc, 0x48, 0xc8, 0xe8, -+ 0x28, 0x30, 0x90, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x20, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x1f, 0x10, -+ 0x10, 0x1f, 0x10, 0x10, 0x1e, 0x70, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x80, -+ 0x98, 0xe0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x7e, 0x08, 0x3e, 0x08, 0x0e, 0x70, 0x10, -+ 0x10, 0x1f, 0x10, 0x10, 0x1e, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x80, 0x80, -+ 0x98, 0xe0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x10, 0x17, 0x14, -+ 0x17, 0x14, 0x27, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x01, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 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, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x0f, 0x08, 0x0f, 0x0f, 0x0f, 0x1f, 0x11, -+ 0x1f, 0x1f, 0x04, 0x7f, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0xe0, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x1d, 0x1a, 0x1a, -+ 0x28, 0x29, 0x48, 0x09, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x90, 0x50, 0x20, 0x50, -+ 0xc8, 0x24, 0x00, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x04, 0x18, 0x73, 0x12, 0x13, 0x7e, 0x13, 0x18, -+ 0x35, 0x37, 0x50, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xa8, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x22, 0x22, 0x22, 0x22, 0x24, -+ 0x24, 0x28, 0x30, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0x40, 0x48, -+ 0x48, 0x38, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x09, 0x09, 0x09, 0x09, -+ 0x09, 0x09, 0x15, 0x13, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x10, 0x20, 0x00, 0x00, 0xf0, -+ 0x00, 0x00, 0x00, 0x00, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x04, -+ 0x14, 0x17, 0x14, 0x14, 0x17, 0x78, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x80, -+ 0x98, 0xe0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x04, 0x02, 0x1f, 0x10, 0x10, -+ 0x17, 0x10, 0x13, 0x20, 0x20, 0x47, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x40, 0xfc, 0x20, 0xc0, -+ 0x10, 0x60, 0x84, 0x18, 0x60, 0x80, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x3d, 0x26, 0x24, 0x3f, -+ 0x26, 0x25, 0x24, 0x27, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0xa0, 0x58, -+ 0x4c, 0x50, 0xe0, 0x58, 0x44, 0xc0, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x3f, 0x01, 0x7f, 0x04, 0x1a, -+ 0x63, 0x06, 0x19, 0x03, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x00, 0xfc, 0x88, 0x78, -+ 0xe0, 0x40, 0x80, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x27, 0x3c, 0x25, 0x24, -+ 0x3c, 0x24, 0x24, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, -+ 0x90, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x78, 0x0f, 0x09, 0x39, 0x23, 0x22, 0x3a, -+ 0x2b, 0x0a, 0x0a, 0x0b, 0x0a, 0x30, 0x00, 0x00, -+ 0x00, 0x78, 0xc8, 0x08, 0x38, 0xa0, 0xa0, 0xb8, -+ 0xa8, 0x88, 0x88, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x02, 0x01, 0x00, 0x04, 0x04, 0x04, 0x24, 0x24, -+ 0x24, 0x45, 0x46, 0x04, 0x1c, 0x63, 0x00, 0x00, -+ 0x00, 0x10, 0x90, 0x90, 0x20, 0x20, 0x50, 0x48, -+ 0x84, 0x04, 0x00, 0x10, 0x10, 0xf0, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x09, 0x7f, -+ 0x09, 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x20, 0xfc, -+ 0x20, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x25, 0x5f, 0x01, 0x7f, 0x01, 0x1f, -+ 0x01, 0x1f, 0x01, 0x3f, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x20, 0xf0, 0x10, 0xfc, 0x10, 0xf0, -+ 0x00, 0xf0, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x27, 0x10, 0x11, 0x01, 0x01, 0x70, 0x13, -+ 0x12, 0x13, 0x12, 0x13, 0x2c, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x48, 0xf8, 0x48, 0xf8, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x11, 0x1b, 0x34, 0x34, -+ 0x37, 0x50, 0x50, 0x11, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xfc, 0xa0, 0x90, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x25, -+ 0x79, 0x49, 0x0d, 0x15, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0xf8, 0x08, 0x08, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x11, 0x7f, 0x24, 0x27, 0x24, -+ 0x74, 0x48, 0x09, 0x16, 0x24, 0x43, 0x00, 0x00, -+ 0x1c, 0xe4, 0x48, 0x30, 0xfc, 0x40, 0xfc, 0x40, -+ 0xf8, 0xc8, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x14, 0x0c, 0x13, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xfc, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x02, 0x1f, 0x10, 0x10, 0x10, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x7b, 0x02, 0x3c, 0x01, 0x38, -+ 0x03, 0x3d, 0x28, 0x29, 0x38, 0x2b, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0xb8, 0xa8, 0xc8, 0x98, 0xc0, -+ 0x30, 0xcc, 0x20, 0xc8, 0x30, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x13, 0x30, 0x57, 0x10, -+ 0x11, 0x13, 0x15, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xc0, -+ 0x48, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x07, 0x04, 0x3f, 0x29, 0x2e, 0x38, 0x27, -+ 0x2a, 0x2a, 0x2a, 0x2a, 0x32, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xa8, 0x48, 0x10, 0x94, 0x24, -+ 0x08, 0x08, 0x10, 0x20, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x1b, 0x34, 0x35, -+ 0x30, 0x57, 0x51, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0x00, 0xf0, -+ 0x00, 0xfc, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x01, 0x11, 0x09, 0x09, 0x01, 0x7d, 0x05, 0x09, -+ 0x09, 0x11, 0x21, 0x41, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x88, 0x90, 0x60, 0x40, 0x20, -+ 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x22, 0x23, 0x00, 0x13, -+ 0x10, 0x17, 0x21, 0x22, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0x00, 0xf8, -+ 0x00, 0xfc, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x00, 0x7f, 0x19, 0x7f, 0x5b, 0x7f, 0x01, 0x3d, -+ 0x01, 0x7f, 0x19, 0x36, 0x53, 0x34, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x70, 0x50, 0x78, 0xd8, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x1f, 0x12, 0x1f, 0x00, 0x1f, -+ 0x00, 0x7f, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x90, 0xf0, 0x00, 0xf0, -+ 0x00, 0xfc, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x03, -+ 0x04, 0x1c, 0x64, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x10, -+ 0x90, 0xa0, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7f, 0x00, 0x3c, 0x00, 0x3f, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x28, 0xa8, 0xb0, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x18, 0x66, 0x14, 0x19, 0x6a, 0x0c, 0x14, -+ 0x64, 0x0c, 0x14, 0x64, 0x04, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, 0x88, 0x48, -+ 0x48, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x24, 0x2f, 0x29, 0x2f, -+ 0x29, 0x2f, 0x24, 0x3f, 0x44, 0x45, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf8, 0x48, 0x48, 0x78, 0x48, -+ 0x48, 0x78, 0x48, 0xc8, 0x88, 0x18, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7d, 0x11, 0x10, 0x1b, 0x12, -+ 0x32, 0x53, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0x10, 0x00, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x28, 0x0b, 0x1a, -+ 0x6a, 0x0a, 0x13, 0x12, 0x22, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf8, 0x40, 0xf8, 0x48, -+ 0x68, 0x98, 0x18, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x08, 0x08, 0x7e, 0x08, 0x1d, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa4, 0xa4, 0x28, -+ 0x68, 0x30, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x1f, 0x11, 0x11, -+ 0x1f, 0x11, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x7c, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0x90, 0x00, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x18, 0x0e, 0x71, 0x00, 0x00, -+ 0x08, 0xf0, 0x80, 0x80, 0xfc, 0x90, 0x90, 0x90, -+ 0xfc, 0x00, 0x50, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3e, 0x00, 0x7f, 0x08, -+ 0x2c, 0x2a, 0x2a, 0x49, 0x08, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xfc, 0x20, -+ 0xb0, 0xa8, 0xa4, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0e, 0x73, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x50, 0x88, 0xfc, 0x24, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2a, 0x3e, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0xf8, 0x28, 0xfc, 0x68, 0x70, 0xc4, 0x3c, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, -+ 0x7c, 0x44, 0x44, 0x44, 0x7c, 0x44, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0x40, 0xc0, 0x40, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x11, 0x19, 0x37, 0x37, -+ 0x33, 0x55, 0x55, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xe0, 0x08, 0x08, 0x90, 0x50, -+ 0x64, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x08, 0x08, 0x4a, 0x2a, -+ 0x12, 0x12, 0x1a, 0x2a, 0x27, 0x40, 0x00, 0x00, -+ 0x20, 0xe8, 0x24, 0xfc, 0xa0, 0xa0, 0xa0, 0xe0, -+ 0x90, 0x90, 0xb4, 0xcc, 0x0c, 0x04, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x22, 0x02, 0x12, -+ 0x1f, 0x20, 0x22, 0x42, 0x44, 0x48, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0xf8, 0x20, 0x20, 0x20, -+ 0xfc, 0x00, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x22, 0x12, 0x1a, 0x4b, 0x2a, 0x3f, 0x03, 0x16, -+ 0x16, 0x2f, 0x29, 0x42, 0x44, 0x49, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0xa0, 0x78, 0xc8, 0x78, 0xc8, -+ 0xf8, 0x48, 0x78, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x01, 0x04, 0x1f, 0x62, 0x0c, 0x3f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x80, 0x40, 0xf0, 0x4c, 0xc0, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x5f, 0x09, 0x33, 0x7f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x30, 0xc8, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x2e, 0x28, 0x28, 0x7f, 0x0c, 0x2a, -+ 0x29, 0x49, 0x1a, 0x04, 0x18, 0x63, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x3f, 0x40, 0x3e, 0x2a, 0x2b, -+ 0x7f, 0x2a, 0x2a, 0x7f, 0x43, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x7c, 0x88, 0x88, 0x48, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x22, 0x13, 0x14, 0x7f, 0x14, 0x14, 0x14, 0x7f, -+ 0x14, 0x14, 0x14, 0x24, 0x27, 0x44, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf0, 0x90, 0xd0, 0xb0, -+ 0xb0, 0x90, 0x94, 0xec, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x00, 0x01, 0x03, 0x05, 0x19, -+ 0x61, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0x00, 0x80, 0x60, 0x10, -+ 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x08, 0x0b, 0x18, 0x29, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, -+ 0x90, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, -+ 0x13, 0x1c, 0x67, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x00, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x01, 0x01, 0x01, 0x7f, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, -+ 0x80, 0x80, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x11, 0x7c, 0x25, 0x24, 0x27, -+ 0x7a, 0x4b, 0x0e, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x44, 0xf8, 0x48, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x5f, 0x07, 0x04, 0x07, 0x00, -+ 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0xc0, 0x40, 0xc0, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x5f, 0x0f, 0x08, 0x0f, 0x00, -+ 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0xe0, 0x20, 0xe0, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x7f, 0x04, 0x04, 0x0f, 0x08, -+ 0x18, 0x28, 0x48, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xb0, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x11, 0x11, 0x12, 0x13, 0x16, -+ 0x1a, 0x12, 0x12, 0x22, 0x22, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0x10, 0x10, 0xfc, 0x10, -+ 0x90, 0x50, 0x50, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x17, 0x38, 0x35, 0x35, 0x53, -+ 0x15, 0x19, 0x11, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xa0, 0x20, 0xfc, 0x24, -+ 0x24, 0x24, 0x24, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x10, 0x1f, -+ 0x70, 0x10, 0x10, 0x11, 0x16, 0x38, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x0a, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2b, 0x3e, -+ 0x08, 0x7f, 0x1e, 0x12, 0x23, 0x4e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x0c, 0x32, 0x03, 0x0c, 0x70, 0x0f, 0x08, -+ 0x0f, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x60, 0x30, 0x48, 0x80, 0x60, 0xdc, 0x00, 0x00, -+ 0xf8, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x08, 0x04, 0x3f, 0x22, 0x12, 0x12, 0x7f, 0x00, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x90, 0x90, 0xa0, 0xfc, 0x00, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x44, 0x22, 0x22, 0x03, 0x10, -+ 0x10, 0x17, 0x20, 0x20, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x70, 0x88, 0x48, 0x50, 0x00, 0xf8, 0x30, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x04, 0x04, 0x08, 0x10, 0x24, 0x04, 0x04, 0x02, -+ 0x02, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x20, 0x10, 0x08, 0x48, 0x40, 0x40, 0x80, -+ 0x80, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x08, 0x08, 0x17, -+ 0x11, 0x30, 0x50, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x10, 0x10, 0xfc, -+ 0x10, 0x90, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x13, 0x16, 0x1a, 0x12, 0x12, -+ 0x2f, 0x29, 0x4a, 0x09, 0x0a, 0x08, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0x90, 0x50, 0x50, 0xb0, -+ 0xf8, 0xc8, 0xa8, 0x48, 0x28, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x17, 0x11, 0x17, 0x17, 0x14, -+ 0x17, 0x13, 0x22, 0x23, 0x43, 0x02, 0x00, 0x00, -+ 0x00, 0xf0, 0xfc, 0x28, 0xe0, 0xf8, 0xf8, 0x88, -+ 0xf8, 0xf0, 0x10, 0xf0, 0xf0, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x1f, 0x01, -+ 0x7f, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xf0, 0x00, -+ 0xfc, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x3c, 0x03, 0x7e, 0x01, 0x3d, 0x03, 0x3c, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x21, 0x00, 0x00, -+ 0x08, 0x90, 0xfc, 0xa8, 0xa8, 0xb0, 0xfc, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x02, 0x07, 0x18, 0x61, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x10, 0x1f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x24, 0x3f, 0x24, 0x3d, 0x25, -+ 0x25, 0x3d, 0x19, 0x15, 0x27, 0x40, 0x00, 0x00, -+ 0x10, 0xf8, 0x14, 0x14, 0xfc, 0x50, 0x50, 0x70, -+ 0x50, 0x50, 0x74, 0xcc, 0x0c, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x04, 0x7f, 0x04, 0x14, -+ 0x17, 0x14, 0x14, 0x2c, 0x26, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0x20, 0x20, 0xf0, 0x28, 0x24, -+ 0xa4, 0x20, 0x20, 0x20, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xf0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x29, 0x33, 0x2b, 0x25, -+ 0x25, 0x25, 0x25, 0x39, 0x21, 0x21, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0x08, 0xfc, 0x08, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x12, 0x13, 0x35, 0x51, 0x1f, -+ 0x12, 0x12, 0x17, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x50, 0x50, 0xfc, -+ 0x50, 0x50, 0xfc, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x16, 0x12, 0x17, 0x1a, -+ 0x72, 0x17, 0x10, 0x15, 0x14, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0xa8, 0xa8, 0xfc, 0xa8, -+ 0xa8, 0xfc, 0x00, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x7f, 0x04, 0x04, 0x17, -+ 0x14, 0x14, 0x14, 0x17, 0x78, 0x00, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0xfc, 0x40, 0x40, 0xc0, -+ 0x40, 0x20, 0x24, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x2a, 0x7f, 0x0a, 0x3f, 0x08, -+ 0x0f, 0x12, 0x6a, 0x0d, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xa0, 0xfc, 0xa0, 0xf8, 0x20, -+ 0xf8, 0xa0, 0xa0, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x14, 0x1f, 0x12, 0x3f, 0x22, 0x5f, -+ 0x12, 0x1f, 0x12, 0x1f, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xe8, 0x28, 0xc8, -+ 0x48, 0xc8, 0x48, 0xc8, 0x48, 0xf0, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x10, 0x1f, 0x2a, 0x4a, 0x7f, -+ 0x0a, 0x0a, 0x7f, 0x14, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xf8, 0xa0, 0xa0, 0xfc, -+ 0xa0, 0xa0, 0xfc, 0x90, 0x48, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x22, 0x12, 0x14, 0x7f, 0x00, -+ 0x3e, 0x22, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x09, 0x08, 0x7f, 0x08, 0x08, -+ 0x3e, 0x08, 0x08, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, 0x50, -+ 0x50, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x37, 0x37, -+ 0x33, 0x53, 0x52, 0x14, 0x17, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x38, 0xc8, 0x48, 0xf8, 0x58, 0x58, -+ 0xf8, 0x6c, 0x5c, 0x7c, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x11, 0x17, 0x15, 0x15, -+ 0x17, 0x15, 0x11, 0x21, 0x2e, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0xd0, 0x10, 0x10, 0xd0, 0x50, 0x50, -+ 0xd0, 0x10, 0x54, 0xec, 0x2c, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x7f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0xfc, 0x20, -+ 0xe0, 0x20, 0xe0, 0x3c, 0xe0, 0x20, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3e, 0x22, 0x23, 0x3e, -+ 0x08, 0x2f, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x78, 0xc8, 0x50, 0x30, -+ 0xc8, 0xfc, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x10, 0x37, 0x50, 0x10, -+ 0x10, 0x10, 0x10, 0x11, 0x16, 0x18, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x3e, 0x22, 0x3e, 0x00, 0x7f, -+ 0x49, 0x7f, 0x49, 0x49, 0x7f, 0x41, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x11, 0x11, 0x21, 0x4b, 0x0d, 0x11, 0x11, 0x31, -+ 0x50, 0x11, 0x16, 0x10, 0x11, 0x1e, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x80, 0xf0, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x55, 0x55, 0x54, 0x57, -+ 0x56, 0x5f, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x30, 0x00, 0xf8, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 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, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x13, 0x10, 0x7d, 0x09, 0x09, 0x10, 0x1b, -+ 0x36, 0x57, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x3e, 0x24, 0x24, 0x3c, -+ 0x24, 0x24, 0x27, 0x24, 0x24, 0x4f, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x40, 0xf8, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x11, 0x11, 0x13, 0x7d, 0x09, 0x0b, 0x13, 0x1d, -+ 0x34, 0x51, 0x16, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x80, 0xf0, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x1f, 0x12, 0x1f, 0x11, 0x29, 0x4b, -+ 0x15, 0x31, 0x50, 0x13, 0x10, 0x17, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x90, 0xf0, 0x00, 0xfc, 0xf0, -+ 0xf0, 0xf0, 0xf0, 0xa0, 0xe0, 0x1c, 0x00, 0x00, -+ 0x12, 0x0a, 0x0a, 0x42, 0x23, 0x22, 0x03, 0x12, -+ 0x13, 0x12, 0x22, 0x24, 0x44, 0x48, 0x00, 0x00, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xb8, 0x08, 0xf8, 0x08, -+ 0xb8, 0xa8, 0xa8, 0xa8, 0xa8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x04, 0x3f, 0x24, 0x24, -+ 0x3f, 0x24, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x90, 0x90, 0xf0, 0x90, 0x80, -+ 0xf8, 0x88, 0x88, 0x88, 0xb0, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x08, 0x08, 0x0c, -+ 0x78, 0x08, 0x09, 0x09, 0x0f, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x80, -+ 0xa0, 0x90, 0x08, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x21, 0x27, 0x05, 0x15, -+ 0x17, 0x15, 0x21, 0x22, 0x42, 0x44, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0x28, 0xf8, 0x28, 0x20, -+ 0xfc, 0x24, 0x24, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x10, 0x10, 0x30, 0x51, -+ 0x11, 0x11, 0x12, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, -+ 0x20, 0x10, 0x08, 0x78, 0x84, 0x04, 0x00, 0x00, -+ 0x09, 0x29, 0x29, 0x29, 0x3e, 0x2a, 0x4c, 0x09, -+ 0x0d, 0x7a, 0x08, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0x28, -+ 0x28, 0x48, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x48, 0x48, 0x48, 0x88, 0xfc, 0x88, 0xc8, 0xa8, -+ 0xa8, 0x88, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x07, 0x00, 0x08, 0x08, 0x10, 0x10, 0x3f, 0x42, -+ 0x02, 0x02, 0x04, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0x20, 0x20, 0x10, 0xe8, 0x24, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4b, 0x4a, 0x4a, 0x4c, 0x49, -+ 0x49, 0x7a, 0x4c, 0x40, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0x28, -+ 0x48, 0x48, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x03, 0x79, 0x4f, 0x49, 0x4b, 0x4a, 0x4b, -+ 0x4a, 0x7b, 0x4a, 0x43, 0x01, 0x0e, 0x00, 0x00, -+ 0x40, 0xf8, 0x50, 0xfc, 0x10, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x13, 0x11, 0x17, 0x7d, 0x13, 0x12, 0x13, -+ 0x16, 0x1b, 0x62, 0x03, 0x03, 0x1c, 0x00, 0x00, -+ 0x40, 0xf8, 0x50, 0xfc, 0x10, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x1f, 0x35, 0x37, 0x32, 0x53, -+ 0x12, 0x13, 0x12, 0x13, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xf8, 0x50, 0xfc, 0x10, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x12, 0x13, 0x1c, -+ 0x70, 0x10, 0x11, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0xe0, 0x20, 0x20, 0x20, 0x10, 0x10, 0xf8, 0x94, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x1a, 0x29, 0x48, 0x01, -+ 0x09, 0x09, 0x12, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x60, 0xb0, 0x28, 0x24, 0x10, -+ 0x10, 0xa0, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x7f, 0x06, 0x1c, 0x6f, 0x1f, 0x2f, 0x08, -+ 0x0f, 0x1f, 0x11, 0x1f, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x60, 0x90, 0xfc, 0xe0, 0xe0, 0x80, -+ 0xf8, 0xf0, 0x10, 0xf0, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x08, 0x7f, 0x09, 0x1e, -+ 0x1a, 0x2a, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0xe0, 0x20, 0xa0, 0xa0, 0x90, 0x10, 0xf8, 0x54, -+ 0x50, 0x50, 0x90, 0x90, 0x10, 0x60, 0x00, 0x00, -+ 0x09, 0x3f, 0x07, 0x19, 0x6f, 0x09, 0x0f, 0x09, -+ 0x0f, 0x3f, 0x04, 0x7f, 0x0c, 0x30, 0x00, 0x00, -+ 0x20, 0xf8, 0xc0, 0x30, 0xfc, 0x20, 0xe0, 0x20, -+ 0xe0, 0xf8, 0x40, 0xfc, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0d, 0x13, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0xe0, 0x20, 0xa0, 0xa0, 0x90, 0x10, 0xf8, 0x54, -+ 0x50, 0x50, 0x90, 0x90, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x07, -+ 0x04, 0x18, 0x6f, 0x02, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0xc0, -+ 0x40, 0x30, 0xec, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x08, 0x08, 0x04, 0x04, -+ 0x02, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x2f, 0x24, -+ 0x27, 0x24, 0x27, 0x24, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xe8, 0x48, -+ 0xc8, 0x48, 0xc8, 0x48, 0xc8, 0x58, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x3f, 0x21, 0x21, 0x22, -+ 0x22, 0x24, 0x28, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x88, -+ 0x48, 0x28, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x0a, 0x09, 0x09, 0x17, 0x11, 0x31, 0x51, 0x1f, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf8, 0x20, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x08, 0x08, -+ 0x08, 0x7f, 0x00, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0xe0, 0x00, 0x00, 0x00, 0xf8, 0x40, 0x40, 0x40, -+ 0x40, 0xfc, 0x00, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x13, 0x7e, 0x12, 0x13, 0x12, -+ 0x16, 0x1b, 0x64, 0x04, 0x09, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0xfc, 0x8c, 0x50, 0xfc, 0x50, -+ 0x50, 0xfc, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x49, 0x2a, 0x7f, 0x5d, 0x5b, 0x6b, 0x41, -+ 0x1f, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc8, 0x30, 0x30, 0xc8, 0x04, -+ 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x11, 0x09, 0x09, 0x01, 0x7f, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x10, 0x10, 0x20, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x2a, 0x1c, 0x7f, 0x5d, 0x5b, 0x69, 0x4b, -+ 0x04, 0x7f, 0x04, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc8, 0x28, 0x30, 0xc8, 0x44, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x68, -+ 0x98, 0x98, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x7f, 0x04, 0x04, 0x24, 0x14, -+ 0x14, 0x14, 0x04, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xfc, 0x40, 0x40, 0x48, 0x48, -+ 0x50, 0x60, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x4d, 0x29, 0x2a, 0x7f, -+ 0x49, 0x5d, 0x5b, 0x6b, 0x49, 0x4b, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x7c, 0xc8, 0x48, -+ 0x28, 0x30, 0x10, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x20, -+ 0x2f, 0x21, 0x22, 0x24, 0x28, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x88, -+ 0xe8, 0x88, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x01, 0x3d, 0x25, 0x29, 0x29, 0x31, 0x29, 0x27, -+ 0x24, 0x27, 0x38, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x20, 0x24, 0x28, 0xf0, 0x20, 0x24, 0xe4, 0x5c, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x11, 0x09, 0x09, 0x01, 0x7f, 0x03, 0x03, -+ 0x05, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x20, 0x00, 0xfc, 0x80, 0x80, -+ 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x02, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x12, 0x33, 0x52, 0x12, -+ 0x17, 0x16, 0x1a, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x10, 0x90, 0xfc, 0xa8, 0xa8, 0xa8, 0x7c, 0x10, -+ 0x90, 0xfc, 0x90, 0x90, 0x90, 0x10, 0x00, 0x00, -+ 0x00, 0x1e, 0x13, 0x1e, 0x10, 0x3f, 0x32, 0x5f, -+ 0x12, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x20, 0xfc, -+ 0x20, 0x20, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x2a, 0x0a, 0x1b, -+ 0x2a, 0x4b, 0x16, 0x16, 0x2b, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0x90, 0xfc, 0xa8, 0xb0, -+ 0x7c, 0x90, 0xfc, 0x90, 0x90, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x3e, 0x08, 0x0f, 0x70, 0x00, -+ 0x7f, 0x02, 0x07, 0x1c, 0x67, 0x04, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, -+ 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x21, 0x21, 0x3f, 0x29, 0x08, -+ 0x0f, 0x09, 0x11, 0x11, 0x21, 0x46, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x49, 0x2a, 0x7f, 0x49, 0x5d, 0x6b, 0x4f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x7c, 0xc8, 0x30, 0xd0, 0xec, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x12, 0x1f, 0x00, 0x1f, -+ 0x10, 0x14, 0x12, 0x22, 0x20, 0x43, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x90, 0xfc, -+ 0x48, 0x48, 0x30, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x5f, 0x11, 0x12, 0x14, -+ 0x10, 0x1f, 0x10, 0x13, 0x1c, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0xf0, 0x10, 0x90, 0x50, -+ 0x88, 0x90, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x13, 0x12, 0x33, 0x52, 0x13, -+ 0x16, 0x16, 0x1b, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x12, 0x12, 0x24, 0x4a, -+ 0x03, 0x04, 0x1a, 0x01, 0x06, 0x78, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x50, 0x48, 0xc4, 0x04, -+ 0xe0, 0x40, 0x80, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x08, 0x0f, -+ 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0xe0, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x7f, 0x00, 0x1f, 0x10, 0x1f, -+ 0x10, 0x1f, 0x29, 0x2f, 0x49, 0x09, 0x00, 0x00, -+ 0x40, 0xfc, 0x90, 0xfc, 0x00, 0xf8, 0x08, 0xf8, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0x58, 0x00, 0x00, -+ 0x10, 0x13, 0x14, 0x65, 0x19, 0x19, 0x25, 0x7f, -+ 0x11, 0x3b, 0x37, 0x35, 0x51, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xfc, -+ 0x54, 0xfc, 0x54, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x00, 0x20, 0x17, 0x10, 0x00, 0x00, 0x70, 0x11, -+ 0x11, 0x12, 0x14, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x08, -+ 0x08, 0x08, 0x30, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x12, 0x03, 0x03, 0x72, 0x12, -+ 0x12, 0x14, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x90, 0x60, -+ 0x20, 0xd0, 0x08, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x27, 0x10, 0x13, 0x02, 0x03, 0x72, 0x13, -+ 0x16, 0x17, 0x1a, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0x18, 0xfc, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x13, 0x12, 0x33, 0x52, 0x13, -+ 0x12, 0x11, 0x10, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x40, 0x80, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x2a, 0x3e, -+ 0x2c, 0x0c, 0x15, 0x16, 0x24, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x88, 0x88, 0x08, 0x34, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x13, 0x7d, 0x25, 0x25, 0x25, -+ 0x79, 0x48, 0x0c, 0x14, 0x21, 0x46, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0x20, 0xf8, 0x48, 0x48, 0xf8, -+ 0x68, 0x60, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x3f, 0x04, 0x04, 0x04, -+ 0x7f, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x40, 0x30, 0xc8, 0x40, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x28, 0x28, 0x7c, 0x29, 0x39, 0x13, 0x7d, 0x55, -+ 0x55, 0x7d, 0x11, 0x7d, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0xfc, 0x90, 0x7c, 0x54, 0x7c, 0x54, 0x7c, -+ 0x54, 0x50, 0x20, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x50, 0x17, -+ 0x10, 0x11, 0x12, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x48, 0x40, 0xfc, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x17, 0x1a, 0x29, 0x7f, 0x09, 0x7f, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x28, 0x24, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0x98, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x21, 0x2f, 0x29, 0x2f, -+ 0x29, 0x2f, 0x29, 0x29, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xf8, 0x08, 0xe8, 0x28, 0xe8, -+ 0x28, 0xe8, 0x28, 0x68, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7c, 0x13, 0x12, 0x12, 0x1f, -+ 0x72, 0x12, 0x13, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x09, 0x7f, 0x01, 0x09, -+ 0x09, 0x11, 0x23, 0x01, 0x06, 0x78, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x20, -+ 0x10, 0x28, 0x48, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x11, 0x1f, -+ 0x11, 0x11, 0x1f, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x20, 0x10, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0xf0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x0b, 0x0a, 0x16, 0x3b, -+ 0x56, 0x16, 0x13, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x28, 0x24, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x04, 0x18, 0x77, 0x10, 0x13, 0x7e, 0x13, 0x1a, -+ 0x37, 0x34, 0x52, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xa8, 0x84, 0x94, 0x70, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x7f, 0x05, 0x1f, 0x61, 0x06, 0x18, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0xfc, 0x40, 0xf0, 0x2c, 0x20, 0xc0, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x7f, 0x19, 0x6f, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0xfc, 0x30, 0xec, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x7f, 0x0a, 0x1b, 0x6a, 0x12, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0xfc, 0x20, 0x50, 0xac, 0xa0, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x21, 0x26, 0x40, 0x00, 0x00, -+ 0x80, 0x90, 0x88, 0xfc, 0x80, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x64, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x0f, 0x7f, -+ 0x07, 0x1c, 0x67, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0xe0, 0xfc, -+ 0xc0, 0x70, 0xcc, 0x40, 0xc0, 0x40, 0x00, 0x00, -+ 0x00, 0x0f, 0x09, 0x08, 0x08, 0x7f, 0x12, 0x11, -+ 0x11, 0x10, 0x3f, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x90, 0x90, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0xfc, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x17, 0x09, 0x49, 0x21, -+ 0x29, 0x09, 0x17, 0x11, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x58, 0xfc, 0xf0, 0x50, 0xf0, -+ 0x50, 0xf0, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x08, 0x04, 0x7f, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x20, 0x40, 0xfc, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x0a, 0x0a, 0x0a, 0x1f, 0x12, 0x32, 0x53, 0x12, -+ 0x12, 0x12, 0x14, 0x14, 0x18, 0x13, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xa0, 0x7c, 0x48, 0xc8, 0xa8, -+ 0xa8, 0xb0, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x10, 0x13, 0x30, 0x57, 0x11, -+ 0x13, 0x14, 0x13, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xf8, 0xa0, 0xfc, 0x50, -+ 0xf8, 0x44, 0xf8, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x10, 0x3f, 0x40, 0x00, -+ 0x1f, 0x10, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x88, 0x88, 0x88, -+ 0x88, 0xb0, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x11, 0x01, 0x7f, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0xfc, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x7f, 0x22, 0x12, 0x14, -+ 0x7f, 0x08, 0x3e, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xb0, 0x80, 0xf8, 0xc8, -+ 0xa8, 0xb0, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x02, 0x7f, 0x09, -+ 0x17, 0x61, 0x1f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x80, 0xfc, 0x20, -+ 0xd0, 0x0c, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x40, 0x1f, 0x01, 0x01, -+ 0x1f, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0xf0, 0x00, 0x00, -+ 0xf0, 0x00, 0x20, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x10, 0x54, 0x57, 0x57, 0x54, -+ 0x55, 0x7c, 0x47, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0xf8, 0x90, 0x60, 0xb0, 0x4c, 0xf8, 0x40, -+ 0xf0, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x11, 0x1f, 0x02, 0x07, 0x3c, 0x03, 0x0d, 0x77, -+ 0x01, 0x0f, 0x01, 0x3f, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0xf0, 0x00, 0xe0, 0x40, 0x80, 0x60, 0xdc, -+ 0x00, 0xe0, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x00, 0x1e, 0x12, 0x1e, -+ 0x12, 0x1e, 0x12, 0x22, 0x22, 0x47, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x00, 0x78, 0x48, 0x78, -+ 0x48, 0x78, 0x48, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x11, 0x11, 0x12, 0x17, 0x18, -+ 0x13, 0x12, 0x12, 0x22, 0x22, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf8, 0x08, 0xc8, 0x48, -+ 0xc8, 0x70, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7e, 0x13, 0x14, 0x10, 0x1f, -+ 0x72, 0x12, 0x12, 0x12, 0x12, 0x31, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0xc8, 0x48, 0x48, 0xc8, -+ 0x48, 0x30, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x11, 0x10, 0x1f, 0x11, -+ 0x33, 0x54, 0x13, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xf0, 0xa0, 0xfc, 0x50, -+ 0xf8, 0x44, 0xf8, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x0f, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x43, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x88, 0x88, 0x48, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x02, 0x02, 0x03, 0x02, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0xe0, 0x00, 0x00, -+ 0x00, 0x1e, 0x12, 0x12, 0x12, 0x1e, 0x12, 0x12, -+ 0x1e, 0x12, 0x12, 0x22, 0x23, 0x46, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x48, 0x78, 0x48, 0x48, -+ 0x78, 0x48, 0x88, 0x88, 0x08, 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, -+ 0x10, 0x08, 0x08, 0x43, 0x20, 0x20, 0x07, 0x00, -+ 0x08, 0x08, 0x10, 0x11, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x90, 0x88, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x43, 0x22, 0x27, 0x08, 0x03, -+ 0x0a, 0x0a, 0x12, 0x12, 0x22, 0x21, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xc8, 0x48, 0xc8, -+ 0x70, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x3f, 0x00, -+ 0x01, 0x01, 0x03, 0x14, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0xf8, 0x60, -+ 0x80, 0x00, 0x00, 0x90, 0x48, 0x44, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x11, 0x13, 0x20, 0x3c, 0x65, -+ 0x25, 0x25, 0x25, 0x3d, 0x25, 0x20, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x08, 0xe8, 0x28, 0x28, 0xe8, -+ 0x30, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x12, 0x15, 0x65, 0x28, 0x18, 0x27, 0x7d, -+ 0x19, 0x35, 0x35, 0x31, 0x52, 0x14, 0x00, 0x00, -+ 0x20, 0x38, 0xc8, 0x30, 0xe8, 0x24, 0xf8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0xe0, 0x3c, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x3d, 0x26, 0x24, 0x3d, -+ 0x25, 0x25, 0x25, 0x25, 0x25, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x04, 0xe4, 0x24, 0x24, 0xe4, -+ 0x38, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x7f, 0x01, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xfc, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x7c, 0x44, 0x44, 0x7c, -+ 0x44, 0x44, 0x7c, 0x44, 0x41, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x88, 0x88, 0xf8, -+ 0x88, 0x88, 0xf8, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x21, 0x1f, 0x10, 0x03, 0x7f, -+ 0x10, 0x13, 0x10, 0x17, 0x2c, 0x43, 0x00, 0x00, -+ 0x40, 0xfc, 0xc0, 0xf0, 0x20, 0xe0, 0x5c, 0xf8, -+ 0x40, 0xf8, 0x40, 0xfc, 0x40, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x28, 0x0c, 0x0b, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x40, 0x78, 0xd0, 0x20, 0x70, 0xac, 0xf8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x7f, 0x09, 0x09, 0x11, 0x77, 0x11, 0x16, -+ 0x11, 0x03, 0x0c, 0x74, 0x07, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x10, 0xf0, 0xfc, 0x50, 0x4c, -+ 0x40, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x25, 0x3e, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x02, 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x00, 0x7f, -+ 0x0f, 0x08, 0x0f, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0x00, 0xfc, -+ 0xe0, 0x20, 0xe0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x04, 0x3f, 0x04, 0x04, -+ 0x7f, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x78, 0xc8, 0x50, 0x50, 0xe0, 0x50, 0x48, -+ 0xc4, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1d, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x78, 0xd0, 0x20, 0x70, 0xac, 0xf8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x2a, 0x49, 0x3e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x24, 0x26, 0x3a, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xe8, 0x28, 0x28, 0xe8, -+ 0xb0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x17, 0x14, 0x17, -+ 0x17, 0x17, 0x14, 0x27, 0x2d, 0x52, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xd0, 0x50, 0xd0, -+ 0xd0, 0xf4, 0x0c, 0xfc, 0x54, 0xe4, 0x00, 0x00, -+ 0x00, 0x3f, 0x2d, 0x2d, 0x2d, 0x3f, 0x2d, 0x2d, -+ 0x2d, 0x3f, 0x2d, 0x2d, 0x2d, 0x5b, 0x00, 0x00, -+ 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, 0x78, 0x7c, -+ 0x40, 0x7c, 0x34, 0xf4, 0xc4, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x3f, 0x01, 0x01, 0x1f, 0x00, 0x00, -+ 0x00, 0x09, 0x0e, 0x14, 0x23, 0x40, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x00, 0x00, 0xf0, 0x10, 0x20, -+ 0x40, 0x80, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x11, 0x10, 0x37, 0x54, 0x1f, -+ 0x10, 0x10, 0x10, 0x11, 0x16, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xfc, 0x44, 0xfc, -+ 0x40, 0xf8, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x11, 0x09, 0x0a, 0x7f, 0x00, -+ 0x1f, 0x11, 0x11, 0x11, 0x1f, 0x11, 0x00, 0x00, -+ 0x08, 0x48, 0xc8, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x17, 0x7c, 0x10, 0x10, 0x10, -+ 0x10, 0x1c, 0x61, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x78, -+ 0x88, 0x88, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x09, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x11, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x56, 0x57, 0x55, 0x55, -+ 0x55, 0x55, 0x59, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x08, 0x08, 0x08, 0x07, 0x01, -+ 0x04, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xf0, 0x00, -+ 0x80, 0x90, 0x08, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x17, 0x39, 0x35, 0x35, 0x51, -+ 0x11, 0x11, 0x11, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, -+ 0x10, 0x10, 0x11, 0x22, 0x2c, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x80, 0xfc, -+ 0x80, 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x3f, 0x04, -+ 0x7f, 0x09, 0x15, 0x67, 0x19, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xf8, 0x40, -+ 0xfc, 0x20, 0x50, 0xcc, 0x30, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x20, 0x20, 0x20, 0x1f, 0x02, -+ 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x30, -+ 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x0f, 0x08, 0x0f, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xe0, 0x20, 0xe0, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x7e, 0x09, 0x1c, 0x1b, 0x1b, -+ 0x2b, 0x2c, 0x4b, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0xa0, 0xfc, 0x50, -+ 0xf8, 0x44, 0xf8, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x2f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0xe8, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7d, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x24, 0x24, 0x3c, -+ 0x24, 0x24, 0x24, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x39, 0x2f, 0x29, 0x2f, 0x38, 0x2b, 0x2a, -+ 0x3b, 0x2a, 0x29, 0x29, 0x2e, 0x58, 0x00, 0x00, -+ 0x08, 0x08, 0xd0, 0x10, 0xe0, 0x08, 0xc8, 0x50, -+ 0xe4, 0x44, 0x88, 0xc8, 0x10, 0x20, 0x00, 0x00, -+ 0x01, 0x39, 0x03, 0x7d, 0x01, 0x3d, 0x01, 0x3c, -+ 0x03, 0x3c, 0x25, 0x26, 0x3c, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xf0, 0x10, 0xf0, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x04, 0x18, 0x6a, 0x25, 0x19, 0x69, 0x0d, 0x15, -+ 0x65, 0x0c, 0x14, 0x64, 0x05, 0x1a, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, -+ 0x68, 0x60, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x06, 0x38, 0x24, 0x26, 0x3a, 0x6f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0xf8, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7f, -+ 0x09, 0x2a, 0x1d, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0x50, 0x88, 0xf4, 0xa0, 0xa0, 0xf8, -+ 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x2b, 0x28, 0x30, 0x28, 0x24, -+ 0x24, 0x24, 0x24, 0x39, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x48, 0x4f, 0x48, 0x48, -+ 0x48, 0x78, 0x48, 0x41, 0x06, 0x18, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0x40, 0xfc, 0x40, 0x40, -+ 0x60, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7f, 0x0a, 0x4a, 0x2c, 0x28, -+ 0x7f, 0x0c, 0x12, 0x12, 0x20, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x7c, 0x04, 0x04, 0x04, -+ 0x04, 0x1c, 0x64, 0x04, 0x04, 0x04, 0x00, 0x00, -+ 0x80, 0x80, 0x88, 0x88, 0x90, 0xa0, 0xc0, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x0a, 0x09, 0x17, 0x11, 0x30, 0x57, 0x10, -+ 0x13, 0x10, 0x17, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0xa0, 0xa8, 0xb0, 0xfc, 0x10, 0xa0, 0xfc, 0x40, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x02, 0x03, 0x02, 0x02, 0x02, -+ 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, 0x20, -+ 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x1f, 0x01, -+ 0x7f, 0x15, 0x2f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xf0, 0x00, -+ 0xfc, 0x50, 0xe8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x7f, 0x11, 0x10, 0x13, 0x1c, -+ 0x71, 0x10, 0x17, 0x10, 0x13, 0x3c, 0x00, 0x00, -+ 0xa0, 0xa8, 0xb0, 0xfc, 0x10, 0xa0, 0xf8, 0x40, -+ 0xf0, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x60, 0x50, 0x48, 0x44, -+ 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x28, 0x28, 0x3e, 0x29, 0x29, 0x4a, -+ 0x0e, 0x78, 0x08, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, -+ 0x50, 0x60, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x78, 0x4b, 0x48, 0x7f, 0x49, 0x49, 0x7a, -+ 0x4c, 0x4b, 0x78, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0x20, 0x24, 0x5c, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x19, 0x71, 0x11, 0x11, 0x7d, 0x10, 0x19, -+ 0x36, 0x35, 0x50, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x40, 0x58, -+ 0x64, 0x90, 0x60, 0x88, 0x30, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x08, 0x3f, 0x22, 0x7e, 0x04, -+ 0x08, 0x0e, 0x78, 0x08, 0x09, 0x1a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x41, 0x21, 0x22, 0x04, 0x0b, -+ 0x09, 0x10, 0x10, 0x20, 0x21, 0x2e, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0xf0, -+ 0x10, 0x90, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x0e, 0x12, 0x13, 0x2a, -+ 0x45, 0x05, 0x09, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x50, 0x88, 0x8c, 0xf4, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x13, 0x7e, 0x12, 0x12, 0x12, -+ 0x16, 0x1b, 0x65, 0x05, 0x09, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0xfc, 0x20, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0x24, 0x24, 0x24, 0xfc, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x55, 0x56, 0x55, -+ 0x57, 0x54, 0x58, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x48, 0x50, -+ 0xfc, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x09, 0x1f, 0x61, 0x05, -+ 0x04, 0x7f, 0x04, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x20, 0xf0, 0x0c, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x03, 0x05, 0x05, -+ 0x09, 0x11, 0x2f, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x80, 0x40, 0x40, -+ 0x20, 0x10, 0xe8, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x06, 0x7b, 0x2a, 0x1c, 0x7f, 0x1c, 0x1a, 0x2a, -+ 0x7e, 0x2b, 0x3e, 0x2a, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x68, 0xd8, 0xd8, 0x48, -+ 0xd8, 0x68, 0x48, 0x48, 0x48, 0xd8, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x0a, 0x09, 0x09, -+ 0x09, 0x08, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x03, 0x08, 0x08, 0x1f, 0x21, 0x42, 0x0c, 0x30, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0xc0, 0x40, 0x20, 0xf0, 0x28, 0x24, 0x20, 0xc0, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x17, 0x1a, 0x12, 0x17, -+ 0x10, 0x17, 0x20, 0x3f, 0x40, 0x01, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0x38, 0xd4, 0x30, 0xc0, -+ 0x80, 0xf8, 0x80, 0xfc, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x1f, 0x17, 0x1a, 0x12, -+ 0x17, 0x10, 0x23, 0x2e, 0x43, 0x02, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0xfc, 0x38, 0xd4, 0x90, -+ 0xfc, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x1f, 0x12, 0x1f, 0x17, 0x1a, 0x17, 0x14, -+ 0x17, 0x17, 0x25, 0x22, 0x4c, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xfc, 0x70, 0xa8, 0xf4, 0x90, -+ 0xf0, 0xf0, 0xa8, 0xfc, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x12, 0x1f, 0x12, 0x17, -+ 0x16, 0x1a, 0x13, 0x22, 0x42, 0x02, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0x20, 0xfc, 0x20, 0x70, -+ 0xf0, 0xa8, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x13, -+ 0x10, 0x1f, 0x60, 0x00, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x09, 0x7e, 0x12, 0x13, 0x12, -+ 0x3c, 0x24, 0x07, 0x0a, 0x12, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x70, -+ 0x70, 0xa8, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4b, 0x48, 0x48, 0x7f, 0x48, -+ 0x48, 0x49, 0x7a, 0x4c, 0x48, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xe0, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x1a, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x2f, 0x49, 0x09, 0x7f, -+ 0x09, 0x09, 0x1f, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xe0, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4b, 0x4a, 0x4a, 0x4b, -+ 0x48, 0x7b, 0x48, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x7e, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x0f, 0x09, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xfc, 0x90, 0x08, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x0f, 0x08, 0x0f, 0x7f, -+ 0x05, 0x1f, 0x69, 0x09, 0x09, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0xe0, 0x20, 0xe0, 0xfc, -+ 0x40, 0xf0, 0x2c, 0x20, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x24, 0x27, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x1a, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x48, 0x40, 0x60, 0x60, -+ 0x60, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x40, 0x78, 0xc8, 0xf8, -+ 0x48, 0x78, 0x48, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3b, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x88, 0x50, 0xfc, 0x30, 0xf8, 0xb8, 0xd8, 0xf8, -+ 0xf8, 0x10, 0xfc, 0x90, 0x50, 0x30, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x12, 0x12, 0x3e, 0x35, -+ 0x34, 0x51, 0x51, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0xfc, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xfc, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x02, 0x02, 0x12, 0x12, -+ 0x22, 0x42, 0x04, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x40, 0x40, 0x50, 0x48, -+ 0x44, 0x44, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x30, 0x53, 0x10, -+ 0x10, 0x17, 0x10, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xf8, 0x40, -+ 0x40, 0xfc, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x08, 0x08, 0x04, 0x04, 0x02, -+ 0x02, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x13, 0x1c, -+ 0x70, 0x11, 0x12, 0x14, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0xe0, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x1f, 0x01, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x00, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x20, 0x03, 0x08, -+ 0x08, 0x09, 0x11, 0x12, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0xe0, -+ 0xe0, 0x50, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x21, 0x11, 0x12, 0x07, 0x00, 0x70, 0x11, -+ 0x12, 0x12, 0x11, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x40, 0x80, 0x00, -+ 0x04, 0x04, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x52, 0x12, -+ 0x14, 0x14, 0x18, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x28, 0x20, 0x90, -+ 0x50, 0x48, 0x04, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x29, 0x2b, 0x3b, 0x25, -+ 0x2b, 0x3f, 0x25, 0x2f, 0x35, 0x25, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0xd8, 0xd8, -+ 0xf8, 0x68, 0x58, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x13, 0x16, 0x1b, 0x12, -+ 0x13, 0x10, 0x27, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0x30, 0xd8, 0xf4, 0x10, -+ 0xf0, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x02, 0x03, 0x02, 0x02, -+ 0x04, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x35, 0x35, 0x33, 0x52, -+ 0x13, 0x17, 0x10, 0x10, 0x11, 0x1e, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xf8, 0xa8, -+ 0xf8, 0xf8, 0x90, 0x60, 0xb0, 0x0c, 0x00, 0x00, -+ 0x21, 0x11, 0x1f, 0x41, 0x2f, 0x20, 0x0f, 0x18, -+ 0x1a, 0x2a, 0x2b, 0x4a, 0x48, 0x48, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x80, 0xf8, 0x88, -+ 0xa8, 0xa8, 0xe8, 0x28, 0x08, 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, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x07, 0x15, -+ 0x17, 0x23, 0x21, 0x40, 0x41, 0x4e, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xf8, 0x28, -+ 0xf8, 0xf0, 0x20, 0xc0, 0xe0, 0x1c, 0x00, 0x00, -+ 0x04, 0x7f, 0x0f, 0x08, 0x0f, 0x0f, 0x1f, 0x12, -+ 0x1f, 0x3f, 0x04, 0x02, 0x07, 0x78, 0x00, 0x00, -+ 0x40, 0xfc, 0xe0, 0x20, 0xe0, 0xe0, 0xf0, 0x90, -+ 0xf0, 0xe0, 0x40, 0x80, 0x80, 0x78, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x48, 0x48, 0x4f, 0x48, 0x48, -+ 0x49, 0x7a, 0x4c, 0x48, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xe0, 0xe0, -+ 0x50, 0x48, 0x44, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x03, -+ 0x05, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x80, -+ 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x10, 0x3e, 0x2a, 0x3e, 0x2b, 0x3e, 0x2c, -+ 0x0d, 0x0d, 0x16, 0x17, 0x24, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x70, 0x70, -+ 0xa8, 0x24, 0xa0, 0xa0, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x1f, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, -+ 0x00, 0x00, 0x00, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x4d, 0x3f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x7f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0xfc, 0xa0, 0x30, 0xf8, 0x20, 0xe0, 0x20, -+ 0xe0, 0x20, 0xfc, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x11, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x24, 0x24, 0xfc, 0x24, 0x24, 0xfc, -+ 0x24, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x45, 0x15, 0x14, 0x25, -+ 0x07, 0x19, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x50, 0x48, 0x84, 0x24, -+ 0xe0, 0x00, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x23, 0x54, 0x15, 0x27, 0x19, -+ 0x0f, 0x09, 0x0f, 0x01, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x90, 0x28, 0xe4, 0x00, -+ 0xe0, 0x20, 0xe0, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x23, 0x20, 0x07, 0x11, -+ 0x13, 0x14, 0x23, 0x20, 0x41, 0x46, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0xa0, 0xfc, 0x10, -+ 0xe8, 0x44, 0xf8, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x01, 0x7f, 0x0f, 0x08, 0x7f, -+ 0x08, 0x0f, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xfc, 0xe0, 0x20, 0xfc, -+ 0x20, 0xe0, 0x88, 0x50, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x18, 0x70, 0x11, 0x12, 0x7c, 0x13, 0x18, -+ 0x34, 0x34, 0x52, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xe8, 0x04, 0xf8, 0x10, -+ 0x60, 0x28, 0xa4, 0x84, 0x90, 0x70, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x25, 0x3d, -+ 0x25, 0x25, 0x25, 0x26, 0x26, 0x4c, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x0c, 0x70, 0x64, 0x64, 0x68, -+ 0x50, 0x50, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x13, -+ 0x3d, 0x24, 0x06, 0x0a, 0x10, 0x23, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa8, 0xa4, 0x2c, -+ 0x28, 0x70, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x08, 0x4a, 0x2b, 0x2c, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1b, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xf8, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x10, 0x1f, -+ 0x10, 0x10, 0x10, 0x16, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x88, 0x80, 0xfc, -+ 0x40, 0x40, 0x24, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x79, 0x49, 0x49, 0x79, 0x49, 0x49, 0x79, -+ 0x49, 0x49, 0x79, 0x49, 0x41, 0x06, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x10, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x04, 0x19, 0x0a, 0x7e, 0x0a, 0x1b, -+ 0x1c, 0x2b, 0x48, 0x08, 0x09, 0x1a, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x90, 0x50, 0x20, 0xd0, 0x4c, -+ 0x40, 0xf8, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x12, 0x1f, 0x00, 0x3f, -+ 0x21, 0x43, 0x1e, 0x01, 0x03, 0x3c, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x90, 0xf0, 0x00, 0xfc, -+ 0x08, 0xe0, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x1a, 0x2a, 0x7f, 0x0a, 0x0a, -+ 0x0a, 0x7f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xa0, 0xa0, 0xf8, 0xa0, 0xa0, -+ 0xa0, 0xfc, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x04, 0x3f, 0x09, 0x0f, 0x11, -+ 0x21, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x40, 0x20, 0xf0, 0x08, 0x00, 0xf0, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x02, 0x01, 0x00, 0x7f, 0x00, 0x01, -+ 0x02, 0x04, 0x18, 0x60, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x20, 0x40, 0x80, 0xfc, 0x88, 0x90, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x01, 0x3e, -+ 0x14, 0x7f, 0x1b, 0x2c, 0x48, 0x19, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x40, 0x7c, -+ 0xd0, 0x70, 0xac, 0xf8, 0x48, 0x98, 0x00, 0x00, -+ 0x04, 0x3e, 0x05, 0x04, 0x7f, 0x14, 0x14, 0x3c, -+ 0x34, 0x34, 0x36, 0x3f, 0x63, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x18, 0x1c, 0x1a, -+ 0x2a, 0x28, 0x48, 0x09, 0x0a, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0xf8, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x11, 0x7d, 0x25, 0x26, 0x25, -+ 0x75, 0x49, 0x0d, 0x15, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x50, 0x78, 0xc0, 0x3c, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3a, 0x24, 0x06, 0x0a, 0x10, 0x23, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, -+ 0xa4, 0xa8, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x01, 0x7f, 0x00, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0x00, 0xfc, 0x00, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x02, 0x02, 0x07, 0x04, 0x0c, 0x12, 0x21, 0x02, -+ 0x07, 0x1c, 0x64, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x18, 0x6f, 0x00, 0x3c, 0x24, -+ 0x24, 0x24, 0x3c, 0x24, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x30, 0xec, 0x00, 0xf8, 0x88, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x7c, 0x44, 0x44, 0x44, 0x7c, 0x44, 0x44, -+ 0x44, 0x7c, 0x45, 0x41, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0x88, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x02, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x18, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x24, 0x12, 0x12, 0x00, 0x0f, 0x71, 0x11, -+ 0x12, 0x14, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0x90, 0x90, 0xa0, 0x80, 0xf8, 0xc0, 0xa0, -+ 0x90, 0x88, 0x80, 0x80, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x90, 0x50, 0x20, 0x40, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4b, 0x4a, 0x4b, 0x4b, -+ 0x4a, 0x7b, 0x4a, 0x45, 0x05, 0x08, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0xa4, 0x54, 0x04, 0x18, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x10, 0x7d, 0x27, 0x24, 0x24, -+ 0x77, 0x48, 0x0c, 0x14, 0x27, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xa0, 0x10, 0xf8, 0x48, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x28, 0x28, 0x28, 0x3e, 0x28, 0x48, 0x08, -+ 0x0e, 0x78, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x88, 0x88, 0x90, 0xa0, 0xc0, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x24, 0x27, 0x05, 0x17, -+ 0x17, 0x15, 0x25, 0x2a, 0x4c, 0x50, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0xe8, 0x28, 0x68, -+ 0xb0, 0x10, 0xb0, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x04, 0x07, 0x08, 0x11, 0x7f, 0x11, 0x11, 0x1f, -+ 0x12, 0x02, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0xc0, 0x80, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x90, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x29, 0x29, 0x49, 0x09, 0x09, 0x08, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x20, -+ 0xfc, 0x24, 0x24, 0x24, 0x38, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x15, 0x65, 0x19, 0x19, 0x25, 0x7c, -+ 0x13, 0x3a, 0x36, 0x32, 0x52, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x40, -+ 0xf8, 0x48, 0x48, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x64, 0x1b, 0x1a, 0x26, 0x7e, -+ 0x12, 0x3a, 0x36, 0x36, 0x53, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xf8, 0xa8, 0xa8, 0xe8, -+ 0xa8, 0xe8, 0xa8, 0xa8, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x02, 0x3f, 0x24, 0x24, 0x27, -+ 0x24, 0x27, 0x24, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x48, 0x48, 0xc8, -+ 0x48, 0xc8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x08, 0x3f, 0x09, 0x7f, 0x11, -+ 0x1d, 0x25, 0x55, 0x09, 0x16, 0x61, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xfc, 0x54, 0x74, 0x54, -+ 0x74, 0x54, 0xfc, 0x04, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7c, 0x11, 0x11, 0x19, 0x11, -+ 0x31, 0x50, 0x17, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0xa0, 0xa0, 0xfc, 0xa0, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x7e, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x28, 0x4f, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x01, 0x1f, 0x11, -+ 0x10, 0x10, 0x10, 0x10, 0x21, 0x46, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x10, 0x08, 0xfc, 0x00, -+ 0x90, 0x90, 0x60, 0x64, 0x9c, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x08, 0x08, 0x07, 0x01, 0x02, -+ 0x7f, 0x04, 0x0f, 0x10, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x00, 0x00, -+ 0xfc, 0x20, 0x40, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x1f, 0x00, 0x01, 0x01, 0x7f, 0x01, 0x03, 0x1f, -+ 0x12, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0xf0, 0x60, 0x80, 0x00, 0xfc, 0x00, 0x00, 0xf0, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x1e, 0x02, 0x02, 0x3f, 0x02, 0x02, -+ 0x7f, 0x02, 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, -+ 0xfc, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x4b, 0x30, 0x10, 0x37, 0x48, 0x08, 0x1b, -+ 0x2a, 0x4a, 0x0a, 0x0a, 0x0f, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x60, 0xfc, 0x40, 0xc0, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x08, 0x07, 0x00, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x17, 0x66, 0x1a, 0x1b, 0x26, 0x7f, -+ 0x12, 0x3a, 0x36, 0x36, 0x52, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0xc8, 0xf8, 0x48, 0xf8, -+ 0x88, 0x88, 0x88, 0x78, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x7e, 0x09, 0x7e, 0x08, -+ 0x1d, 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x58, 0xe0, 0x40, 0x5c, -+ 0xe0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x2f, 0x40, 0x7f, 0x03, -+ 0x3d, 0x06, 0x39, 0x06, 0x78, 0x03, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xe8, 0x00, 0xfc, 0x48, -+ 0xd0, 0xa0, 0x90, 0x88, 0x84, 0x00, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x1f, 0x10, 0x37, 0x50, 0x17, -+ 0x10, 0x17, 0x15, 0x15, 0x17, 0x15, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0x30, 0xfc, 0x20, 0x78, -+ 0xc8, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x03, 0x03, 0x05, -+ 0x09, 0x11, 0x21, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x80, 0x80, 0x40, -+ 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x25, 0x3f, 0x25, 0x3f, 0x04, 0x3f, -+ 0x06, 0x78, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0xfc, 0x20, 0x20, 0x50, 0x50, -+ 0x88, 0x04, 0x90, 0x48, 0x44, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x10, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, -+ 0x1f, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, -+ 0xf0, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0f, 0x12, 0x12, 0x22, 0x44, -+ 0x04, 0x08, 0x10, 0x01, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x09, 0x0c, 0x12, 0x2b, 0x48, 0x3c, 0x24, 0x3f, -+ 0x24, 0x3c, 0x28, 0x25, 0x3b, 0x62, 0x00, 0x00, -+ 0x08, 0x88, 0x90, 0xfc, 0x90, 0x90, 0x90, 0xfc, -+ 0x90, 0x90, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x03, 0x03, 0x03, -+ 0x05, 0x05, 0x09, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x10, -+ 0x1f, 0x10, 0x21, 0x22, 0x4c, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x88, 0x80, -+ 0xfc, 0x80, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x4a, 0x2a, 0x2c, 0x09, 0x7e, 0x0c, -+ 0x1a, 0x1a, 0x28, 0x48, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x68, -+ 0x58, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x09, 0x7f, 0x09, 0x09, 0x0f, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xe0, 0xf8, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x27, -+ 0x24, 0x24, 0x27, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xc8, -+ 0x48, 0x48, 0xc8, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x20, -+ 0x22, 0x2a, 0x2a, 0x32, 0x21, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x88, -+ 0x88, 0x28, 0x58, 0x58, 0xc8, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x88, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0f, 0x09, 0x15, 0x13, 0x21, -+ 0x42, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, -+ 0xd0, 0x30, 0x1c, 0x10, 0x20, 0xc0, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x11, 0x11, 0x17, 0x19, 0x71, -+ 0x11, 0x11, 0x11, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x30, 0xd0, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x60, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x10, 0x11, 0x01, 0x07, 0x10, -+ 0x13, 0x22, 0x22, 0x42, 0x43, 0x02, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xa0, 0x10, 0x38, 0xc4, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x08, 0x08, 0x10, 0x11, 0x31, -+ 0x53, 0x14, 0x10, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x80, 0xf0, 0x90, 0x50, -+ 0x20, 0xa0, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x02, 0x0c, 0x32, 0x01, 0x06, 0x78, 0x3f, 0x12, -+ 0x1e, 0x12, 0x1e, 0x13, 0x7e, 0x02, 0x00, 0x00, -+ 0xc0, 0x30, 0x48, 0x80, 0x60, 0x1c, 0xf8, 0x50, -+ 0x70, 0x48, 0x44, 0x44, 0x78, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x12, 0x1e, 0x12, 0x12, 0x1e, -+ 0x12, 0x13, 0x1e, 0x62, 0x02, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x2a, 0x3e, 0x2b, 0x2a, 0x3e, -+ 0x08, 0x3e, 0x08, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0x20, 0xfc, 0x28, 0x30, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x7c, 0x04, 0x05, 0x3d, 0x26, 0x20, 0x3c, -+ 0x24, 0x25, 0x05, 0x06, 0x08, 0x30, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x20, 0x20, 0xb0, 0xa8, -+ 0xa8, 0x24, 0x24, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x11, 0x21, 0x01, 0x7f, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x80, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x13, 0x12, 0x12, 0x12, -+ 0x12, 0x12, 0x12, 0x22, 0x22, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, -+ 0x10, 0x60, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x11, 0x21, 0x49, 0x09, 0x12, 0x14, 0x37, -+ 0x51, 0x11, 0x10, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0xf0, -+ 0x10, 0x20, 0xc0, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0d, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0x08, 0x88, 0x48, -+ 0x48, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x27, 0x14, 0x0f, 0x14, 0x67, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xc8, 0x50, 0xe0, 0x58, 0xc4, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x25, 0x25, 0x3e, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0xa0, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x3c, 0x2b, 0x08, 0x2d, -+ 0x2b, 0x29, 0x29, 0x2f, 0x39, 0x61, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x90, 0xfc, -+ 0x20, 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, -+ 0x00, 0x09, 0x08, 0x08, 0x7e, 0x05, 0x24, 0x14, -+ 0x14, 0x08, 0x0e, 0x70, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x12, 0x1a, 0x36, 0x36, -+ 0x32, 0x53, 0x14, 0x11, 0x11, 0x12, 0x00, 0x00, -+ 0x40, 0x80, 0x38, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xb8, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x2a, 0x1c, 0x7f, 0x1c, 0x2a, -+ 0x7f, 0x12, 0x3c, 0x04, 0x1a, 0x63, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x7c, 0x90, 0x90, -+ 0x50, 0x60, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x12, 0x19, 0x25, 0x24, 0x79, 0x10, 0x7f, -+ 0x11, 0x55, 0x39, 0x31, 0x1e, 0x64, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xf8, 0x20, 0xfc, 0x70, 0x50, -+ 0x70, 0x78, 0x48, 0x78, 0xc0, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x19, 0x37, 0x34, 0x37, 0x54, -+ 0x17, 0x14, 0x17, 0x14, 0x14, 0x15, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0x88, 0x98, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x1f, 0x7e, 0x12, 0x1e, 0x1e, -+ 0x12, 0x17, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0xf0, 0x9c, 0x90, 0x90, 0x90, -+ 0x10, 0x30, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x23, 0x22, 0x02, 0x0a, -+ 0x0b, 0x0a, 0x12, 0x12, 0x23, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x4f, 0x29, 0x2b, 0x0a, 0x1b, -+ 0x2b, 0x4a, 0x10, 0x15, 0x25, 0x48, 0x00, 0x00, -+ 0x80, 0xfc, 0xc0, 0x30, 0xfc, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0x98, 0xc0, 0x28, 0x14, 0xf4, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x38, 0x00, 0x7d, 0x03, 0x3c, 0x03, 0x3a, -+ 0x03, 0x3a, 0x2b, 0x2a, 0x3a, 0x2a, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x10, 0x7e, 0x10, 0x7d, 0x57, 0x7c, 0x57, -+ 0x7e, 0x13, 0x7e, 0x13, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x00, 0x79, 0x49, 0x4b, 0x4b, 0x4d, 0x49, -+ 0x49, 0x79, 0x49, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x90, 0x90, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x11, 0x31, 0x52, 0x13, -+ 0x15, 0x19, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x11, 0x11, 0x31, 0x57, 0x17, -+ 0x1a, 0x14, 0x11, 0x16, 0x11, 0x1e, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf0, 0xf0, 0xf0, 0xfc, 0x58, -+ 0xe8, 0xf4, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x04, 0x03, 0x1f, 0x11, 0x1f, 0x11, -+ 0x1f, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x00, 0xf8, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x7f, 0x02, 0x02, 0x07, 0x06, -+ 0x05, 0x09, 0x08, 0x11, 0x26, 0x58, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, -+ 0x20, 0x40, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x02, 0x02, 0x3f, 0x22, 0x7f, 0x04, 0x07, 0x0c, -+ 0x0f, 0x14, 0x27, 0x44, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xfc, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x05, 0x25, 0x39, 0x2b, 0x2b, 0x25, 0x27, -+ 0x2b, 0x3f, 0x21, 0x3f, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x20, 0x28, 0xc8, 0x58, 0x58, 0x28, 0x38, -+ 0x58, 0xf8, 0x08, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x15, 0x36, 0x54, 0x15, 0x16, -+ 0x11, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0xa0, 0x40, 0xb0, 0x0c, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x0f, 0x0f, 0x0f, 0x3f, 0x25, -+ 0x57, 0x23, 0x0e, 0x31, 0x07, 0x78, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0xe0, 0xe0, 0xfc, 0x38, -+ 0xe8, 0xe4, 0x40, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x10, 0x17, 0x11, 0x1d, -+ 0x71, 0x11, 0x11, 0x11, 0x17, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x10, 0xf0, -+ 0x10, 0xf0, 0x1c, 0xf0, 0x10, 0x10, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x04, 0x04, 0x0f, 0x0c, 0x17, -+ 0x24, 0x47, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x13, 0x12, 0x3a, 0x36, -+ 0x37, 0x52, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x40, 0x23, 0x22, 0x03, 0x12, -+ 0x13, 0x20, 0x2f, 0x40, 0x43, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xfc, 0x84, 0x04, 0x18, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x40, 0x23, 0x22, 0x02, 0x0b, -+ 0x0a, 0x0a, 0x13, 0x12, 0x22, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0xb0, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x09, 0x48, 0x30, 0x17, 0x30, 0x4b, 0x0a, 0x1a, -+ 0x2b, 0x4a, 0x0b, 0x0a, 0x33, 0x12, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, -+ 0x38, 0x18, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x21, 0x11, 0x12, 0x7f, 0x0c, 0x3f, 0x2d, 0x2d, -+ 0x37, 0x33, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xa4, 0x20, 0xfc, 0x20, 0x20, -+ 0x30, 0x50, 0x50, 0x88, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x3f, 0x21, 0x21, 0x21, -+ 0x3f, 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x08, 0x08, 0x18, 0x14, -+ 0x35, 0x51, 0x12, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x80, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x08, 0x0a, 0x14, 0x19, -+ 0x37, 0x55, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0xa0, 0x90, 0x08, 0x48, 0x40, 0xa0, 0xa0, 0x10, -+ 0xf8, 0x14, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7f, 0x00, 0x3d, 0x02, 0x3d, -+ 0x00, 0x3c, 0x24, 0x25, 0x3d, 0x22, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0xe0, 0x50, 0x48, 0xe4, -+ 0xa0, 0xb8, 0xa8, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x02, 0x22, 0x12, 0x1f, 0x02, 0x02, 0x73, 0x12, -+ 0x12, 0x14, 0x14, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x40, 0x7c, 0x88, 0x90, -+ 0xfc, 0x90, 0x90, 0xb0, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x00, 0x3f, 0x21, -+ 0x21, 0x3f, 0x20, 0x20, 0x20, 0x1f, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x00, 0xf8, 0x08, -+ 0x08, 0xf8, 0x08, 0x00, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x3e, 0x04, 0x3f, 0x15, 0x15, 0x7f, 0x15, -+ 0x15, 0x3f, 0x04, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x80, 0x78, 0x48, 0xd0, 0x50, 0x60, 0xd0, 0x48, -+ 0x44, 0xc4, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x0a, 0x0c, 0x0c, -+ 0x14, 0x16, 0x29, 0x4f, 0x38, 0x00, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x3e, 0x22, 0x3e, 0x00, 0x7f, -+ 0x55, 0x67, 0x5f, 0x49, 0x49, 0x4b, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0x30, 0x28, 0x38, 0xe4, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x02, 0x02, 0x05, 0x08, 0x10, -+ 0x00, 0x00, 0x00, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x08, 0x10, 0x90, 0x60, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x02, 0x01, 0x01, 0x7f, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x20, 0x40, 0x80, 0xfc, 0x08, 0x10, -+ 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x6f, 0x01, 0x01, -+ 0x3f, 0x09, 0x09, 0x11, 0x21, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0xec, 0x00, 0x00, -+ 0xf8, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x07, 0x04, 0x04, 0x07, 0x04, 0x00, -+ 0x7f, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0xc0, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x80, 0x00, 0x00, -+ 0x12, 0x09, 0x7f, 0x10, 0x17, 0x3f, 0x40, 0x07, -+ 0x07, 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x20, 0xd0, 0xf8, 0x04, 0xc0, -+ 0xc0, 0x00, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x09, 0x31, 0x2f, 0x27, 0x35, 0x27, 0x25, 0x37, -+ 0x2f, 0x21, 0x7f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x38, 0xe8, 0xc8, 0x58, 0xc8, 0x48, 0xd8, -+ 0xe8, 0x08, 0xfc, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x0c, 0x08, 0x7f, 0x09, 0x0a, -+ 0x0c, 0x08, 0x08, 0x08, 0x08, 0x1b, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x27, 0x24, 0x67, 0x27, 0x24, -+ 0x27, 0x26, 0x2b, 0x2b, 0x32, 0x22, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0xf8, 0x40, -+ 0xf8, 0x48, 0xf8, 0xf8, 0x48, 0x58, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x12, 0x53, 0x24, 0x14, 0x08, -+ 0x0c, 0x12, 0x16, 0x3a, 0x61, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x08, 0x7e, 0x12, 0x13, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x11, 0x22, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x44, 0x09, 0x12, 0x04, -+ 0x18, 0x6f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x20, 0x10, 0x90, 0x40, -+ 0x30, 0xec, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x10, 0x1f, 0x17, 0x10, -+ 0x17, 0x14, 0x27, 0x27, 0x44, 0x04, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf0, 0x90, 0xfc, 0xf0, 0x80, -+ 0xf0, 0x90, 0xf0, 0xf0, 0x90, 0xb0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x10, 0x1f, -+ 0x71, 0x13, 0x14, 0x11, 0x12, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x11, 0x10, 0x13, 0x18, -+ 0x77, 0x10, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x38, 0xc8, 0x48, 0x50, 0x20, 0x40, 0xf8, 0x40, -+ 0xfc, 0x40, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x79, 0x11, 0x16, 0x12, 0x19, -+ 0x72, 0x17, 0x11, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x28, 0x28, 0xfc, 0xd0, 0x7c, -+ 0xd0, 0xfc, 0x50, 0x50, 0x7c, 0x40, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x4b, 0x48, 0x4f, 0x79, 0x4b, -+ 0x4e, 0x4b, 0x7a, 0x4b, 0x42, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xb8, 0x88, 0xf8, 0x20, 0xf8, -+ 0x40, 0xf0, 0x40, 0xf0, 0x40, 0xf8, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x19, 0x34, 0x37, -+ 0x31, 0x53, 0x54, 0x11, 0x12, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x18, 0x1d, 0x1b, -+ 0x2a, 0x28, 0x48, 0x0b, 0x08, 0x08, 0x00, 0x00, -+ 0x88, 0x50, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x24, -+ 0xb8, 0x70, 0xa8, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x11, 0x08, 0x08, 0x47, 0x20, 0x20, 0x03, 0x08, -+ 0x08, 0x0f, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x25, 0x21, 0x02, 0x10, -+ 0x11, 0x23, 0x25, 0x41, 0x41, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x10, 0x48, 0x48, 0xa0, -+ 0x10, 0xf8, 0x14, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x16, 0x35, 0x35, 0x3a, 0x50, -+ 0x11, 0x1f, 0x15, 0x25, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x10, 0x48, 0x48, 0xa0, -+ 0x10, 0xfc, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x11, 0x1f, 0x11, 0x11, -+ 0x1f, 0x11, 0x11, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x4c, 0x12, 0x3f, 0x01, 0x0f, -+ 0x01, 0x3f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x48, 0xb8, 0xf0, 0x00, 0xe0, -+ 0x00, 0xf8, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x3f, 0x01, 0x01, 0x1f, 0x01, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x4a, 0x2b, 0x2c, 0x09, 0x7e, 0x19, -+ 0x1b, 0x19, 0x1b, 0x2d, 0x29, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x90, 0xfc, -+ 0x20, 0xf8, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x09, 0x7f, 0x09, 0x09, 0x0f, -+ 0x01, 0x3f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x20, 0xfc, 0x20, 0xe0, 0xf0, -+ 0x00, 0xf8, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x01, 0x3f, 0x24, 0x49, 0x12, -+ 0x04, 0x1f, 0x68, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x48, 0x20, 0x90, -+ 0x40, 0xf0, 0x2c, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x1f, 0x12, 0x12, 0x1f, 0x02, -+ 0x7f, 0x04, 0x0f, 0x08, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x90, 0x90, 0xf0, 0x00, -+ 0xfc, 0x40, 0x40, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7e, 0x01, 0x3d, 0x03, 0x3c, -+ 0x03, 0x38, 0x2a, 0x2a, 0x3b, 0x22, 0x00, 0x00, -+ 0x08, 0x30, 0xc8, 0x48, 0x50, 0x20, 0xf8, 0x40, -+ 0xfc, 0x40, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x3d, 0x29, 0x09, 0x2f, -+ 0x29, 0x29, 0x29, 0x2f, 0x39, 0x61, 0x00, 0x00, -+ 0x00, 0xf8, 0xa0, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x27, 0x12, 0x11, 0x01, 0x03, 0x70, 0x17, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x3c, 0xc8, 0x48, 0x50, 0x20, 0xf8, 0x40, 0xfc, -+ 0x48, 0x48, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x29, 0x31, 0x28, 0x27, -+ 0x25, 0x25, 0x3a, 0x24, 0x21, 0x22, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0xa8, 0x48, 0xb0, 0x00, 0x00, -+ 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x05, 0x1f, -+ 0x67, 0x04, 0x07, 0x05, 0x06, 0x38, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x40, 0xf0, -+ 0xcc, 0x40, 0xe0, 0x20, 0xc0, 0x38, 0x00, 0x00, -+ 0x14, 0x12, 0x2a, 0x0c, 0x13, 0x3e, 0x52, 0x1f, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa8, 0x30, 0x20, 0x50, 0x88, -+ 0x04, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x12, 0x12, 0x12, 0x1e, -+ 0x72, 0x13, 0x1e, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x80, 0x80, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0xc8, 0x70, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x14, 0x12, 0x22, 0x48, 0x08, 0x14, 0x13, 0x22, -+ 0x7e, 0x22, 0x22, 0x3e, 0x23, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa8, 0x30, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x40, 0x20, 0x20, 0x07, 0x10, -+ 0x10, 0x20, 0x20, 0x41, 0x42, 0x4c, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x0a, 0x42, 0x24, 0x20, 0x01, 0x12, -+ 0x17, 0x1a, 0x22, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0x20, 0x10, 0x08, 0x48, 0x40, 0xa0, 0x20, 0x10, -+ 0xf8, 0x14, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x0a, 0x0e, 0x32, 0x07, 0x01, -+ 0x3f, 0x04, 0x02, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x28, 0x38, 0xc8, 0x18, 0x00, -+ 0xf8, 0x40, 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x1a, 0x6f, 0x09, 0x0f, 0x09, -+ 0x0f, 0x1f, 0x04, 0x7f, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x98, 0x68, 0xf8, 0x20, 0xe0, 0x20, -+ 0xe0, 0xf0, 0x40, 0xfc, 0x60, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x24, 0x27, 0x00, 0x12, -+ 0x12, 0x22, 0x22, 0x43, 0x44, 0x48, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x00, 0xfc, 0x40, 0x40, -+ 0x78, 0x40, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x10, 0x14, 0x64, 0x19, -+ 0x16, 0x7e, 0x2c, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x88, 0x90, 0xfc, 0x90, -+ 0xf8, 0x90, 0xf8, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0d, 0x0a, 0x0e, 0x71, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x48, 0xd0, -+ 0x28, 0xfc, 0xa4, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x0b, 0x0a, 0x17, 0x18, -+ 0x37, 0x54, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x09, 0x05, 0x05, 0x7f, 0x01, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x20, 0x20, 0x40, 0xfc, 0x00, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x09, 0x05, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x20, 0x40, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x08, 0x3e, 0x2a, 0x2a, 0x3e, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x0b, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x00, -+ 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x41, 0x23, 0x24, 0x00, 0x13, -+ 0x1f, 0x22, 0x22, 0x42, 0x43, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x10, 0x20, 0xc0, 0xc0, 0x30, -+ 0xfc, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0d, 0x12, 0x7e, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xd0, 0x20, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x10, 0x09, 0x4a, 0x20, -+ 0x25, 0x0f, 0x11, 0x11, 0x21, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xc0, 0xf0, 0x90, 0x60, 0x60, -+ 0x90, 0xfc, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0xa0, 0x38, 0x48, 0xd0, 0x30, 0x30, 0x48, -+ 0xfc, 0x48, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x02, 0x0c, 0x38, 0x08, 0x08, 0x7f, 0x08, 0x08, -+ 0x3e, 0x22, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x02, 0x0c, 0x32, 0x22, 0x32, 0x2a, 0x2a, 0x22, -+ 0x22, 0x2e, 0x74, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0xc8, 0xa8, 0xa8, 0x88, -+ 0x88, 0x88, 0xf0, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x11, 0x11, 0x1f, 0x00, 0x1f, 0x10, 0x1f, 0x17, -+ 0x15, 0x17, 0x15, 0x21, 0x2e, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0xf0, 0x00, 0xf0, 0xd0, 0x10, 0xd0, -+ 0x50, 0xd0, 0x54, 0xec, 0x2c, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x7f, 0x17, 0x34, 0x3f, 0x3d, -+ 0x55, 0x55, 0x15, 0x14, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xbc, 0xa4, 0xbc, 0xbc, 0x44, 0xfc, 0xf4, -+ 0xf4, 0x54, 0xf4, 0xe4, 0x5c, 0x4c, 0x00, 0x00, -+ 0x20, 0x17, 0x15, 0x47, 0x24, 0x27, 0x05, 0x17, -+ 0x10, 0x17, 0x25, 0x25, 0x5f, 0x40, 0x00, 0x00, -+ 0x20, 0xe0, 0x20, 0xbc, 0xc0, 0x80, 0x38, 0xc0, -+ 0x00, 0xf8, 0x28, 0x28, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x24, 0x3e, 0x3f, 0x24, -+ 0x3f, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x40, 0x7c, 0x80, 0x00, 0x78, -+ 0x00, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x3e, 0x22, 0x3e, 0x3e, 0x21, 0x2f, -+ 0x27, 0x27, 0x27, 0x23, 0x2d, 0x21, 0x00, 0x00, -+ 0x40, 0xfc, 0xf8, 0x88, 0xf8, 0xf8, 0x08, 0xe8, -+ 0xc8, 0xc8, 0xc8, 0x88, 0x68, 0x18, 0x00, 0x00, -+ 0x00, 0x7e, 0x48, 0x7d, 0x7c, 0x7e, 0x4f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0x78, 0x00, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x06, 0x3c, 0x04, 0x04, 0x7f, 0x0c, 0x0e, -+ 0x15, 0x15, 0x24, 0x44, 0x04, 0x04, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x11, 0x1f, -+ 0x19, 0x05, 0x02, 0x05, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x00, 0x00, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x14, 0x1b, 0x12, -+ 0x14, 0x1c, 0x14, 0x27, 0x24, 0x47, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x80, 0xfc, 0xf0, 0xf0, -+ 0x90, 0xf0, 0xf8, 0x90, 0x60, 0x9c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x61, 0x0f, -+ 0x00, 0x01, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0xe0, -+ 0xc0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x3e, 0x04, 0x7f, 0x0e, 0x15, 0x64, 0x05, -+ 0x3f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0xc8, 0x48, 0x48, 0x98, 0x00, -+ 0xf8, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x12, 0x13, 0x12, 0x7e, 0x13, -+ 0x10, 0x13, 0x18, 0x60, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x7e, 0x12, 0x12, 0x12, 0x7f, 0x10, -+ 0x17, 0x14, 0x1c, 0x67, 0x04, 0x04, 0x00, 0x00, -+ 0x40, 0xfc, 0x28, 0xa8, 0x68, 0x98, 0xf8, 0x40, -+ 0xfc, 0x64, 0x94, 0xf4, 0x14, 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, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x29, 0x2f, 0x09, 0x1f, -+ 0x29, 0x4b, 0x13, 0x15, 0x29, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x48, 0xa8, 0x28, 0x28, 0xe8, -+ 0x28, 0xa8, 0x68, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x3f, -+ 0x01, 0x7f, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xf8, -+ 0x00, 0xfc, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x0b, 0x0a, 0x16, 0x1b, -+ 0x34, 0x57, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x11, 0x1f, -+ 0x01, 0x3f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x26, 0x3a, 0x37, 0x3e, 0x08, -+ 0x7f, 0x4d, 0x53, 0x7f, 0x41, 0x43, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0xd0, 0x50, 0x78, 0x50, -+ 0x50, 0x78, 0x50, 0x50, 0x7c, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x28, 0x2b, 0x30, 0x29, 0x26, -+ 0x24, 0x27, 0x38, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0xa0, 0x24, 0x5c, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x23, 0x48, 0x0f, 0x10, 0x13, 0x30, -+ 0x53, 0x10, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x21, 0x16, 0x02, 0x19, 0x62, -+ 0x0f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x50, 0x80, 0xb0, 0x4c, -+ 0xa0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x00, 0x08, 0x04, 0x04, -+ 0x02, 0x02, 0x02, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x13, 0x10, 0x2f, 0x48, 0x13, -+ 0x30, 0x57, 0x10, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0xc0, 0xf0, 0x90, 0xfc, 0x90, 0xf0, -+ 0x80, 0xf8, 0x80, 0xfc, 0x80, 0x80, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7c, 0x13, 0x12, 0x12, 0x1f, -+ 0x70, 0x11, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0xf8, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x54, 0x55, 0x56, 0x7c, 0x55, -+ 0x56, 0x54, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x50, 0x20, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x37, 0x32, 0x2a, 0x3c, 0x65, 0x0a, 0x1f, -+ 0x64, 0x3f, 0x15, 0x0e, 0x07, 0x78, 0x00, 0x00, -+ 0x04, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x24, 0x24, -+ 0xa4, 0xa4, 0x24, 0x04, 0x84, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x21, 0x27, 0x00, 0x12, -+ 0x12, 0x22, 0x22, 0x42, 0x44, 0x48, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0xe8, 0x08, 0xa0, -+ 0xa0, 0xa0, 0xa0, 0xa4, 0xa4, 0x1c, 0x00, 0x00, -+ 0x21, 0x16, 0x14, 0x45, 0x24, 0x25, 0x0e, 0x10, -+ 0x17, 0x24, 0x27, 0x44, 0x47, 0x44, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0x28, 0xa8, 0xc8, 0x58, 0x80, -+ 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x10, 0x10, 0x13, 0x7c, 0x11, -+ 0x11, 0x11, 0x1e, 0x62, 0x04, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x60, 0x90, 0xf8, 0x08, 0x50, -+ 0x50, 0x50, 0x50, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x06, 0x39, 0x20, 0x24, 0x26, 0x39, 0x62, 0x1f, -+ 0x11, 0x1f, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0x08, 0x30, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7c, 0x13, 0x10, 0x10, 0x3f, 0x24, 0x65, -+ 0x25, 0x25, 0x3d, 0x25, 0x22, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x60, 0x90, 0xe8, 0x08, 0x50, -+ 0x50, 0x50, 0x50, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x09, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x08, 0x88, 0x48, -+ 0x48, 0x50, 0x50, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x2a, 0x30, 0x2b, 0x25, -+ 0x25, 0x26, 0x39, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x90, 0x60, 0xf0, 0x4c, 0x40, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x04, 0x7f, 0x00, 0x1f, 0x11, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x40, 0xfc, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x14, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x22, 0x14, 0x7f, 0x00, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x80, 0xf8, 0x80, 0xf8, 0x08, 0xf8, 0x80, 0xf8, -+ 0x80, 0xf8, 0x80, 0xf8, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x12, 0x33, 0x50, 0x11, -+ 0x17, 0x14, 0x14, 0x14, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x80, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x11, 0x1f, 0x10, 0x17, 0x14, -+ 0x17, 0x14, 0x27, 0x2a, 0x4a, 0x11, 0x00, 0x00, -+ 0x00, 0xf0, 0xfc, 0xe8, 0x10, 0xf0, 0xf0, 0x90, -+ 0xf0, 0x90, 0xf8, 0x44, 0x34, 0xf0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x09, 0x0e, 0x0a, -+ 0x0a, 0x13, 0x12, 0x22, 0x42, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xa0, 0x28, 0x48, 0x70, -+ 0xe0, 0x50, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x17, 0x11, 0x17, 0x14, 0x17, -+ 0x14, 0x17, 0x2f, 0x20, 0x43, 0x0c, 0x00, 0x00, -+ 0x00, 0xf0, 0xfc, 0x28, 0xe0, 0xf0, 0x90, 0xf0, -+ 0x90, 0xf0, 0xf8, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x3f, -+ 0x20, 0x44, 0x04, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xfc, -+ 0x08, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x14, 0x13, 0x33, 0x55, 0x11, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa4, 0x18, 0xf8, 0x14, 0xf0, -+ 0x10, 0xf0, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x3f, 0x21, 0x29, 0x29, -+ 0x29, 0x29, 0x2f, 0x28, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x08, 0x28, 0x28, -+ 0x28, 0x28, 0xe8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x23, 0x10, 0x17, 0x00, 0x11, 0x16, -+ 0x20, 0x21, 0x46, 0x40, 0x01, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0xa0, 0x24, 0x9c, -+ 0xf0, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x01, 0x3f, 0x21, 0x7f, 0x24, 0x1f, 0x68, 0x0f, -+ 0x08, 0x0f, 0x05, 0x09, 0x31, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xfc, 0x48, 0xf0, 0x2c, 0xe0, -+ 0x20, 0xe0, 0x60, 0x10, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x09, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2b, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x90, 0x50, 0x50, 0x10, 0x90, 0x90, 0x1c, -+ 0x70, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x0b, 0x40, 0x22, 0x0a, 0x0d, 0x12, 0x21, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x98, 0x14, 0x64, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x23, 0x22, 0x02, 0x13, -+ 0x10, 0x12, 0x22, 0x24, 0x48, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0xf8, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x0c, 0x4a, 0x32, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x0a, 0x0a, 0x0c, 0x38, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xf0, 0x50, 0x50, 0xf0, 0x50, -+ 0x50, 0xf0, 0x54, 0x4c, 0x4c, 0x44, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x4f, 0x2a, 0x29, 0x0b, 0x1d, -+ 0x29, 0x49, 0x11, 0x12, 0x24, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xfc, 0xa8, 0x10, 0xf8, 0x14, -+ 0xf0, 0x10, 0xf0, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x00, 0x78, 0x4f, 0x4a, 0x79, 0x4b, 0x4d, 0x79, -+ 0x49, 0x49, 0x7a, 0x4a, 0x44, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0x10, 0xf8, 0x14, 0xf0, -+ 0x10, 0xf0, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x04, 0x18, 0x73, 0x10, 0x17, 0x7c, 0x11, 0x1a, -+ 0x34, 0x35, 0x52, 0x10, 0x11, 0x1e, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0xa0, 0x24, 0x9c, -+ 0xf0, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x10, 0x55, 0x35, 0x39, 0x11, 0x7f, 0x11, 0x19, -+ 0x35, 0x35, 0x53, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0xf0, 0x10, 0xf0, 0xfc, 0xf0, 0x50, -+ 0xf0, 0xf0, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x0f, -+ 0x0a, 0x09, 0x08, 0x08, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0xf0, -+ 0x10, 0x20, 0xc0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x25, 0x3e, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0xf8, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x00, 0x20, 0x17, 0x12, 0x01, 0x03, 0x75, 0x11, -+ 0x11, 0x11, 0x12, 0x14, 0x2c, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0x10, 0xf8, 0x14, 0xf0, -+ 0x10, 0xf0, 0x48, 0x44, 0xc0, 0xfc, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x0f, 0x7f, 0x0f, 0x09, -+ 0x0f, 0x0f, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0xfc, 0xe0, 0x20, -+ 0xe0, 0xe0, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x28, 0x33, 0x28, 0x25, 0x26, -+ 0x24, 0x25, 0x3a, 0x20, 0x21, 0x2e, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0xa0, 0x24, 0x9c, -+ 0xf0, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x00, 0x7e, -+ 0x12, 0x12, 0x12, 0x1c, 0x10, 0x13, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x02, 0x7f, 0x02, 0x02, 0x02, -+ 0x04, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x11, 0x14, 0x65, 0x18, 0x1b, 0x26, 0x7d, -+ 0x19, 0x34, 0x35, 0x36, 0x50, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xfc, 0x40, 0x64, -+ 0x68, 0xd0, 0x50, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x11, 0x13, 0x34, 0x5b, 0x12, -+ 0x12, 0x13, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x14, 0x17, 0x14, 0x17, -+ 0x10, 0x17, 0x10, 0x20, 0x3f, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x90, 0xf0, -+ 0x80, 0xf0, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x0c, 0x1a, 0x1a, -+ 0x29, 0x4a, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x60, 0xe0, 0xd0, -+ 0x50, 0x48, 0x44, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x22, 0x12, 0x12, 0x4f, 0x22, 0x23, 0x06, 0x16, -+ 0x1a, 0x1b, 0x22, 0x22, 0x42, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x30, 0xf0, 0xe8, -+ 0xa8, 0x24, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x17, 0x34, 0x39, 0x56, 0x11, -+ 0x11, 0x1a, 0x16, 0x21, 0x22, 0x44, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0x4c, 0x48, -+ 0xfc, 0xa8, 0xa8, 0x7c, 0x08, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x7d, 0x17, 0x11, 0x11, 0x7f, 0x13, -+ 0x13, 0x15, 0x1d, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0x90, 0x78, 0x78, -+ 0x54, 0x94, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x01, 0x7d, 0x51, 0x52, 0x7b, 0x4d, 0x49, 0x49, -+ 0x78, 0x53, 0x52, 0x7e, 0x43, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xb8, 0xa8, 0x00, 0x00, -+ 0x10, 0x10, 0x7e, 0x10, 0x7d, 0x57, 0x7c, 0x57, -+ 0x7e, 0x12, 0x7f, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x25, 0x2b, 0x30, 0x29, 0x26, 0x25, -+ 0x25, 0x26, 0x3b, 0x24, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0x4c, 0x48, -+ 0xfc, 0x68, 0xa8, 0xfc, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x05, 0x3b, 0x2e, 0x28, 0x41, 0x00, 0x00, -+ 0x20, 0xa8, 0x70, 0xfc, 0x70, 0xa8, 0x24, 0xa8, -+ 0xfc, 0x68, 0xe8, 0x7c, 0x88, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x2a, 0x3f, 0x2b, 0x2b, 0x3f, -+ 0x2a, 0x2f, 0x2a, 0x2a, 0x2f, 0x59, 0x00, 0x00, -+ 0x20, 0xa8, 0x70, 0xfc, 0x70, 0xa8, 0x64, 0x48, -+ 0xfc, 0xa8, 0xa8, 0x7c, 0x88, 0x08, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x12, 0x12, 0x13, 0x7c, 0x13, -+ 0x12, 0x13, 0x1e, 0x62, 0x03, 0x02, 0x00, 0x00, -+ 0x80, 0x7c, 0x14, 0x94, 0xd4, 0x24, 0x4c, 0xf8, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x30, 0x09, -+ 0x0d, 0x71, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x08, 0x30, -+ 0x60, 0x18, 0xf4, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x22, 0x23, 0x02, 0x12, -+ 0x13, 0x24, 0x24, 0x48, 0x53, 0x4c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x48, 0x40, -+ 0xfc, 0x40, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x02, 0x1c, -+ 0x03, 0x7f, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x40, 0xc0, -+ 0x30, 0xc8, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x7f, 0x1c, 0x1a, 0x2a, -+ 0x48, 0x7f, 0x08, 0x14, 0x22, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x18, 0x6f, 0x00, 0x1f, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0xec, 0x00, 0xf0, -+ 0x10, 0x10, 0x10, 0xe0, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x08, 0x09, 0x1b, 0x2c, 0x4b, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xf8, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x0f, 0x0a, 0x12, 0x13, 0x34, 0x54, 0x1a, -+ 0x11, 0x11, 0x11, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x08, 0xe8, 0x28, 0x28, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0x28, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x21, 0x11, 0x12, 0x05, 0x08, 0x17, -+ 0x10, 0x20, 0x20, 0x40, 0x40, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x40, 0x20, 0x10, 0xe8, 0x04, 0xf8, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x1e, 0x10, 0x10, 0x1f, 0x14, 0x14, 0x17, -+ 0x15, 0x15, 0x15, 0x29, 0x29, 0x57, 0x00, 0x00, -+ 0xa0, 0x20, 0x20, 0x20, 0xfc, 0x24, 0x24, 0x24, -+ 0x24, 0x24, 0x44, 0x44, 0x84, 0x18, 0x00, 0x00, -+ 0x11, 0x11, 0x1f, 0x18, 0x0d, 0x12, 0x1e, 0x20, -+ 0x7e, 0x0a, 0x0a, 0x0c, 0x08, 0x0b, 0x00, 0x00, -+ 0x10, 0x10, 0xf0, 0x10, 0xfc, 0x20, 0xf8, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x18, 0x35, 0x37, 0x34, 0x53, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xf8, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x10, 0x11, 0x12, 0x7c, 0x13, -+ 0x10, 0x14, 0x18, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xe8, 0x04, 0xf8, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x04, 0x08, 0x08, 0x1c, -+ 0x2a, 0x4a, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x02, 0x04, 0x1f, 0x60, -+ 0x1f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x40, 0xf0, 0x0c, -+ 0xf0, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5d, 0x08, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xe8, 0x04, 0xf8, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x08, 0x3f, 0x00, 0x3e, 0x01, -+ 0x7e, 0x08, 0x2c, 0x2b, 0x4a, 0x18, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0xfc, 0x28, 0xf8, 0x20, -+ 0xa4, 0xb8, 0x70, 0xa8, 0x24, 0x60, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x02, -+ 0x0f, 0x70, 0x1f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x80, -+ 0xe0, 0x1c, 0xf0, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x0f, -+ 0x00, 0x3f, 0x12, 0x0a, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x70, 0x70, 0xe0, -+ 0x00, 0xf8, 0x90, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x3e, 0x22, 0x2b, 0x1f, 0x12, 0x1f, -+ 0x12, 0x1f, 0x17, 0x24, 0x47, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x88, 0xa8, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0x58, 0x60, 0x44, 0x3c, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x24, 0x35, 0x2e, -+ 0x3f, 0x2e, 0x35, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0xa8, 0x28, 0xc4, 0xfc, 0x80, 0xfc, -+ 0x94, 0x94, 0x98, 0x90, 0x90, 0x90, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x3f, 0x27, 0x2a, 0x32, 0x22, -+ 0x27, 0x24, 0x27, 0x44, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xfc, 0x30, 0xe8, 0xa4, 0x20, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x22, 0x3f, 0x27, 0x2a, 0x32, -+ 0x20, 0x24, 0x24, 0x44, 0x5f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xfc, 0x70, 0xa8, 0xa4, -+ 0x80, 0xf0, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x0e, 0x12, 0x12, 0x2a, -+ 0x46, 0x04, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x11, 0x23, 0x01, 0x06, 0x78, -+ 0x0f, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x28, 0x44, 0x84, 0x80, 0x80, -+ 0xf8, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x0f, 0x11, 0x29, 0x06, 0x04, -+ 0x18, 0x60, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x08, 0x88, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x08, 0x18, 0x90, 0x48, 0x44, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x0f, 0x19, 0x26, 0x0d, 0x31, -+ 0x7f, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x08, 0xc8, 0x48, 0x48, 0x48, 0x48, 0x48, 0x18, -+ 0xfc, 0x10, 0xa0, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x11, 0x17, 0x11, 0x1f, -+ 0x11, 0x17, 0x23, 0x2d, 0x71, 0x01, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xfc, 0x40, 0xf0, 0x50, 0xfc, -+ 0x50, 0xf0, 0x60, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x12, 0x12, 0x22, 0x44, -+ 0x01, 0x14, 0x14, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x50, 0x48, 0x44, 0xc4, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x1b, 0x34, 0x35, 0x36, 0x52, -+ 0x13, 0x12, 0x15, 0x11, 0x12, 0x1c, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0x4c, 0x48, -+ 0xfc, 0xa8, 0xa8, 0x7c, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x15, 0x12, 0x42, 0x20, 0x20, 0x0e, 0x12, -+ 0x12, 0x23, 0x22, 0x42, 0x45, 0x48, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0x20, 0xfc, 0x20, 0x20, 0xa0, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x10, 0x17, 0x36, 0x3b, 0x52, -+ 0x13, 0x10, 0x19, 0x26, 0x24, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x5f, 0x12, 0x1f, 0x17, 0x11, -+ 0x1f, 0x11, 0x2f, 0x27, 0x59, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xfc, 0x20, 0xfc, 0xf0, 0x50, -+ 0xfc, 0x50, 0xf0, 0x70, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x64, 0x1b, 0x1a, 0x27, 0x7e, -+ 0x1b, 0x34, 0x35, 0x32, 0x54, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x01, 0x7d, 0x2e, 0x2a, 0x39, 0x2a, 0x2f, 0x38, -+ 0x2a, 0x2e, 0x3b, 0x6a, 0x09, 0x0a, 0x00, 0x00, -+ 0x10, 0x10, 0xe8, 0xa8, 0x10, 0xa8, 0xfc, 0xa4, -+ 0xa8, 0xa8, 0xb8, 0xa8, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x7f, 0x04, 0x20, 0x17, 0x13, 0x02, 0x73, -+ 0x12, 0x13, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x40, 0xfc, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0xfc, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x00, 0x20, 0x17, 0x10, 0x03, 0x02, 0x73, 0x12, -+ 0x13, 0x10, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x09, 0x02, -+ 0x1f, 0x10, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x02, 0x07, 0x19, 0x7f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x12, 0x6f, 0x08, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x48, 0xe4, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x10, 0x11, 0x16, 0x7f, 0x12, 0x1b, 0x36, 0x37, -+ 0x32, 0x53, 0x55, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0xf0, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0xa8, 0xf4, 0x14, 0xf0, 0x10, 0xf0, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x0a, 0x2a, 0x2c, 0x28, 0x48, -+ 0x08, 0x08, 0x15, 0x13, 0x22, 0x44, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x23, 0x3e, 0x22, -+ 0x23, 0x3e, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xd0, 0x50, 0x20, 0x50, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x09, 0x08, 0x2e, -+ 0x29, 0x28, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xd0, 0x20, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x3d, 0x5d, 0x01, 0x3e, -+ 0x23, 0x3e, 0x0f, 0x28, 0x2e, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x78, 0x70, 0x00, 0x78, -+ 0xd0, 0x70, 0xfc, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x3f, 0x20, 0x41, 0x01, 0x3f, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x08, 0x00, 0x00, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x01, 0x0f, 0x09, 0x7f, 0x09, 0x0f, 0x0f, 0x09, -+ 0x0f, 0x7f, 0x04, 0x0f, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xfc, 0x20, 0xe0, 0xe0, 0x20, -+ 0xe0, 0xfc, 0x40, 0x40, 0xc0, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x12, 0x17, 0x14, 0x17, -+ 0x14, 0x17, 0x25, 0x25, 0x46, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x38, 0xa8, 0xa8, 0xb0, -+ 0xa8, 0xa4, 0x24, 0xb8, 0xa0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x0f, 0x01, 0x01, 0x3f, 0x04, -+ 0x04, 0x7f, 0x04, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xe0, 0x00, 0x00, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3e, -+ 0x28, 0x24, 0x27, 0x39, 0x62, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x0a, 0x09, 0x7f, 0x08, 0x0d, 0x1a, 0x1a, -+ 0x2b, 0x48, 0x09, 0x08, 0x08, 0x0f, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0x48, 0x40, -+ 0xfc, 0x90, 0xd0, 0x20, 0xd0, 0x08, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7c, 0x14, 0x17, 0x3c, 0x3f, -+ 0x36, 0x55, 0x54, 0x15, 0x16, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0xa4, 0xa8, 0xa8, 0xb0, 0xa8, 0xa4, -+ 0x24, 0x24, 0xa4, 0x78, 0x60, 0x20, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x22, 0x23, 0x02, 0x13, -+ 0x12, 0x22, 0x22, 0x42, 0x43, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, -+ 0x88, 0x48, 0x50, 0x20, 0x90, 0x0c, 0x00, 0x00, -+ 0x20, 0x17, 0x14, 0x47, 0x24, 0x27, 0x04, 0x17, -+ 0x17, 0x16, 0x2a, 0x2b, 0x52, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xfc, 0x40, 0xf8, -+ 0x68, 0xd8, 0x48, 0x68, 0xd8, 0x58, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x49, 0x09, 0x0f, 0x11, -+ 0x21, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x44, 0x29, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x09, 0x09, 0x36, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, -+ 0x48, 0x28, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x45, 0x3f, 0x04, 0x7f, 0x1f, -+ 0x11, 0x1f, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf8, 0x40, 0xfc, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf4, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x03, 0x02, -+ 0x06, 0x1b, 0x62, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x10, 0xf0, 0x20, 0x40, 0xfc, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x04, 0x3f, 0x0a, 0x7f, 0x1e, 0x12, 0x1e, 0x1e, -+ 0x16, 0x7f, 0x07, 0x07, 0x7f, 0x00, 0x00, 0x00, -+ 0x80, 0xf8, 0xf0, 0x10, 0xf0, 0xf0, 0xf0, 0xf4, -+ 0x7c, 0xfc, 0xc0, 0xf8, 0xc0, 0x40, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x7d, 0x55, 0x55, 0x55, 0x7d, -+ 0x51, 0x19, 0x15, 0x1d, 0x62, 0x04, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xf0, 0x50, 0x50, 0xf0, 0x50, -+ 0x50, 0xf0, 0x54, 0x4c, 0x4c, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3e, -+ 0x24, 0x22, 0x27, 0x39, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x44, 0x44, 0x64, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x04, 0x04, -+ 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x40, 0x20, -+ 0x10, 0x10, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x0e, 0x15, 0x25, 0x5f, 0x12, 0x1f, -+ 0x12, 0x1f, 0x17, 0x24, 0x47, 0x18, 0x00, 0x00, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0x58, 0x60, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x7d, 0x08, 0x0b, 0x18, 0x16, -+ 0x35, 0x50, 0x11, 0x16, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xfc, 0x40, 0x64, -+ 0x68, 0xd0, 0x50, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x27, 0x3c, 0x24, 0x24, -+ 0x3c, 0x24, 0x24, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xfc, 0x20, 0x24, -+ 0xb8, 0x70, 0x68, 0xa4, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x38, 0x00, 0x7c, 0x01, 0x3b, 0x04, 0x3b, -+ 0x02, 0x3a, 0x2b, 0x2a, 0x3a, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x17, 0x10, 0x31, 0x52, 0x10, -+ 0x17, 0x10, 0x11, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0xe0, 0x50, 0x48, 0x40, -+ 0xfc, 0x90, 0xd0, 0x20, 0xd0, 0x08, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3f, 0x00, 0x3c, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x03, 0x0d, 0x71, 0x01, 0x3f, -+ 0x01, 0x09, 0x09, 0x09, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xc0, 0x30, 0x08, 0x00, 0xf8, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x3c, 0x24, 0x3c, 0x25, -+ 0x26, 0x3c, 0x18, 0x14, 0x24, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x24, 0x3c, 0x24, 0x25, 0x3d, -+ 0x27, 0x25, 0x25, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x48, 0x88, 0x30, 0x10, -+ 0xfc, 0x54, 0x54, 0x54, 0x64, 0xcc, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x00, 0x1e, 0x12, 0x1e, 0x07, -+ 0x79, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x90, 0x88, 0xfc, 0x90, 0x90, 0x60, 0x64, 0x9c, -+ 0x04, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x0c, 0x1b, 0x1a, -+ 0x28, 0x4b, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0x50, 0x94, 0x54, 0x4c, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x7f, 0x3f, 0x22, 0x3e, 0x2b, 0x5f, 0x08, -+ 0x0f, 0x0f, 0x0f, 0x0f, 0x29, 0x44, 0x00, 0x00, -+ 0x30, 0x28, 0xfc, 0x60, 0xa4, 0x1c, 0xe0, 0x20, -+ 0xe0, 0xe0, 0xfc, 0xfc, 0x24, 0x98, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x02, 0x07, 0x05, 0x04, 0x04, -+ 0x0a, 0x09, 0x09, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xe0, 0x20, 0xa0, 0xa0, -+ 0x20, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x0f, 0x08, 0x08, 0x0f, -+ 0x08, 0x08, 0x0f, 0x08, 0x00, 0x7f, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xe0, 0x20, 0x20, 0xe0, -+ 0x20, 0x20, 0xe0, 0x20, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x1f, 0x25, 0x7e, 0x2a, 0x3e, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xdc, 0x54, 0xdc, 0x00, 0xf8, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7f, 0x02, 0x3d, 0x00, 0x3c, -+ 0x03, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x18, 0xe0, 0x40, 0x7c, -+ 0xc0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x7f, 0x07, 0x07, 0x3f, 0x27, -+ 0x24, 0x27, 0x7f, 0x05, 0x19, 0x61, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xc0, 0xc0, 0xf8, 0xc8, -+ 0x48, 0xd8, 0xfc, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x14, 0x13, 0x1f, 0x1a, -+ 0x1a, 0x1f, 0x1a, 0x12, 0x24, 0x48, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xa0, 0x20, 0xfc, 0xb4, -+ 0xd8, 0x90, 0xb0, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x15, 0x19, 0x35, 0x37, -+ 0x32, 0x54, 0x50, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x00, 0xf8, 0x68, 0x68, -+ 0xe8, 0xb8, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x42, 0x24, 0x29, 0x03, 0x10, -+ 0x13, 0x12, 0x27, 0x24, 0x40, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0xa4, 0x64, 0xf0, 0x10, -+ 0xf0, 0x00, 0xf8, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x00, 0x7c, 0x13, 0x12, 0x11, 0x21, 0x3d, 0x65, -+ 0x26, 0x26, 0x3c, 0x25, 0x22, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x00, 0xf8, 0x68, 0x68, -+ 0xe8, 0xb8, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x26, 0x25, 0x3d, 0x25, 0x27, -+ 0x3e, 0x24, 0x24, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x00, 0xf8, 0x68, 0x68, -+ 0xe8, 0xb8, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0xfc, 0x40, 0x40, 0x20, -+ 0x20, 0xa0, 0x10, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x21, 0x21, 0x21, 0x3f, -+ 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x00, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x01, 0x03, 0x05, 0x09, 0x31, -+ 0x41, 0x01, 0x01, 0x00, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0x00, 0x80, 0x60, 0x10, 0x08, -+ 0x04, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x02, 0x04, 0x08, 0x11, 0x21, -+ 0x41, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x80, 0x40, 0x20, 0x10, 0x08, -+ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, -+ 0x7c, 0x44, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x80, 0x80, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0xf8, 0x88, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x3f, 0x04, 0x05, 0x04, 0x04, -+ 0x7f, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xa0, 0xa0, -+ 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x01, 0x06, 0x18, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x40, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x08, 0x08, 0x08, 0x04, 0x04, -+ 0x02, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x40, 0x40, 0x40, 0x80, -+ 0x80, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x09, 0x79, -+ 0x09, 0x09, 0x19, 0x69, 0x01, 0x01, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x00, 0x20, 0x2c, -+ 0x30, 0x20, 0x24, 0x1c, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x05, 0x3d, 0x05, 0x1d, -+ 0x65, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x60, 0x80, 0x00, 0xfc, 0x48, 0x70, 0x40, 0x48, -+ 0x38, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x07, 0x7a, 0x29, 0x3f, 0x56, 0x08, 0x7f, 0x55, -+ 0x7d, 0x5d, 0x55, 0x49, 0x55, 0x63, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x19, 0x08, 0x7e, 0x12, 0x14, -+ 0x1b, 0x10, 0x13, 0x10, 0x13, 0x30, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0xf8, 0xa8, 0xa8, 0xfc, 0x64, -+ 0xf8, 0xb0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x11, 0x09, 0x09, 0x1f, 0x01, -+ 0x7f, 0x01, 0x1f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x10, 0x10, 0x20, 0xf0, 0x10, -+ 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x7f, 0x08, 0x7e, -+ 0x08, 0x3e, 0x22, 0x22, 0x3e, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0x20, 0xfc, 0x24, 0x28, -+ 0x30, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x3f, -+ 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x40, 0x40, 0x20, -+ 0x20, 0x20, 0x10, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x04, 0x04, 0x3c, 0x20, 0x20, -+ 0x3c, 0x24, 0x04, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x78, 0x08, 0x08, -+ 0x78, 0x48, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x07, 0x3c, 0x24, 0x24, -+ 0x24, 0x3c, 0x20, 0x03, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0xc8, 0xa8, 0xb0, -+ 0x90, 0xa8, 0xc4, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x7f, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x00, 0x00, 0x07, 0x04, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0xc0, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x00, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x09, 0x09, 0x11, 0x21, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x3f, -+ 0x20, 0x4f, 0x01, 0x3f, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xfc, -+ 0xc8, 0x00, 0xf8, 0x00, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x7f, 0x1f, 0x17, 0x14, 0x17, 0x1f, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0xd0, 0x50, 0xd0, 0xf0, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x0c, 0x12, 0x12, 0x11, 0x21, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, -+ 0x50, 0x50, 0x90, 0x88, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x0f, 0x09, 0x11, 0x11, 0x31, 0x51, 0x11, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, 0x38, 0x28, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, -+ 0x11, 0x12, 0x22, 0x24, 0x48, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x80, 0x80, 0x80, 0x80, 0x40, -+ 0x40, 0x20, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x08, 0x08, 0x18, 0x28, 0x48, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x60, 0x50, 0x48, 0x44, -+ 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x1f, 0x30, 0x50, 0x10, -+ 0x10, 0x11, 0x11, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0xf8, 0x88, 0x88, 0x88, -+ 0x88, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x10, 0x32, 0x52, 0x11, -+ 0x11, 0x10, 0x10, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, -+ 0xc0, 0x80, 0xc0, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x10, 0x30, 0x52, 0x12, -+ 0x14, 0x10, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x10, 0x34, 0x52, 0x11, -+ 0x10, 0x11, 0x11, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x68, 0x1c, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x10, 0x10, 0x30, 0x5f, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x11, 0x11, 0x32, 0x55, 0x19, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xc0, 0x40, 0x20, 0x10, 0x28, 0x24, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x10, 0x31, 0x51, 0x11, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0x00, 0xe0, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x0a, 0x0a, 0x12, 0x13, 0x34, 0x58, 0x1f, -+ 0x10, 0x10, 0x11, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, -+ 0xc0, 0xa0, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x17, 0x10, 0x30, 0x50, 0x13, -+ 0x12, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x10, 0x37, 0x54, 0x14, -+ 0x17, 0x14, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0xa0, 0xa0, -+ 0xfc, 0xa4, 0x24, 0x24, 0x38, 0x20, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x13, 0x12, 0x34, 0x53, 0x12, -+ 0x12, 0x12, 0x13, 0x12, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x48, -+ 0x48, 0x48, 0xc8, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x12, 0x34, 0x50, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x04, 0x88, 0x80, 0x88, 0x90, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x12, 0x34, 0x57, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x04, 0x08, 0x00, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x10, 0x30, 0x53, 0x10, -+ 0x13, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x12, 0x14, 0x30, 0x51, 0x16, -+ 0x10, 0x13, 0x10, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x80, 0xf8, 0x08, 0x90, 0x60, 0x40, 0xa0, 0x7c, -+ 0x84, 0x48, 0x30, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x13, 0x12, 0x34, 0x5f, 0x10, -+ 0x10, 0x11, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xe0, -+ 0xe0, 0x50, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x12, 0x34, 0x53, 0x10, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x04, 0x18, 0x60, 0xc0, 0x40, -+ 0x7c, 0xc0, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x14, 0x12, 0x32, 0x50, 0x11, -+ 0x12, 0x1c, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xa0, 0xb0, 0xa8, -+ 0xa4, 0xa4, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x0f, 0x0c, 0x14, 0x17, 0x34, 0x57, 0x16, -+ 0x16, 0x16, 0x16, 0x1a, 0x18, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x90, 0xf0, 0xb0, -+ 0xb0, 0xb0, 0xf4, 0x8c, 0x8c, 0x84, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x13, 0x32, 0x52, 0x12, -+ 0x13, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x11, 0x31, 0x53, 0x15, -+ 0x19, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x0a, 0x09, 0x09, 0x17, 0x10, 0x30, 0x53, 0x10, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x09, 0x09, 0x0d, 0x13, 0x23, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x20, 0x30, 0x48, 0x88, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x1f, 0x60, 0x1f, 0x12, -+ 0x12, 0x1f, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xf0, 0x90, -+ 0x90, 0xf0, 0x90, 0x90, 0x90, 0xb0, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x2f, 0x27, 0x60, 0x3f, 0x2a, -+ 0x31, 0x27, 0x25, 0x25, 0x3f, 0x20, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0xfc, 0xf0, 0x80, 0xfc, 0x48, -+ 0x24, 0xf0, 0x50, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x13, 0x12, 0x33, 0x52, 0x13, -+ 0x12, 0x10, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0xf8, -+ 0xa8, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x11, 0x17, 0x31, 0x51, 0x12, -+ 0x14, 0x1f, 0x10, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x80, 0xa0, 0x90, 0x38, 0xc8, 0x00, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x25, 0x25, 0x51, 0x11, -+ 0x19, 0x15, 0x25, 0x21, 0x4f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x12, 0x34, 0x53, 0x10, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x48, 0x44, 0x04, 0xf8, 0x30, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x12, 0x17, 0x32, 0x52, 0x13, -+ 0x12, 0x10, 0x10, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x68, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x10, 0x13, 0x32, 0x52, 0x13, -+ 0x12, 0x12, 0x13, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x52, 0x13, -+ 0x10, 0x13, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x0f, 0x11, 0x11, 0x3f, 0x51, 0x13, -+ 0x13, 0x15, 0x15, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x48, 0xa8, 0x28, 0x28, 0x28, 0xe8, 0x28, 0x28, -+ 0xa8, 0x68, 0x68, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x09, 0x08, 0x08, 0x13, 0x10, 0x33, 0x52, 0x13, -+ 0x12, 0x10, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x48, 0xf8, 0x40, 0xfc, -+ 0xc4, 0xc4, 0x44, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x13, 0x32, 0x53, 0x12, -+ 0x13, 0x10, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x11, 0x32, 0x5f, 0x10, -+ 0x13, 0x12, 0x12, 0x13, 0x12, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0x10, 0xfc, 0x08, -+ 0xc8, 0x48, 0x48, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x52, 0x13, -+ 0x12, 0x15, 0x15, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x48, 0x40, 0xfc, -+ 0x40, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x13, 0x12, 0x32, 0x52, 0x12, -+ 0x12, 0x13, 0x15, 0x15, 0x19, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0xfc, 0x20, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0x24, 0x24, 0x24, 0xfc, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x12, 0x13, 0x32, 0x52, 0x13, -+ 0x12, 0x10, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x80, 0x38, 0x08, 0x08, 0xb8, 0x08, 0x08, 0xf8, -+ 0xa8, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x12, 0x34, 0x51, 0x12, -+ 0x13, 0x10, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa4, 0xa8, 0xa4, 0x1c, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x11, 0x11, 0x31, 0x52, 0x14, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x10, 0x30, 0xc8, 0x48, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x11, 0x31, 0x52, 0x14, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0xe0, 0xa0, 0x24, 0x24, 0x1c, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x0a, 0x0a, 0x0a, 0x13, 0x12, 0x32, 0x5f, 0x12, -+ 0x13, 0x16, 0x16, 0x1a, 0x12, 0x16, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x88, 0x48, 0x48, 0xc8, 0x28, -+ 0x30, 0x90, 0xb0, 0x28, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x13, 0x12, 0x33, 0x52, 0x10, -+ 0x17, 0x14, 0x17, 0x14, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x13, 0x10, 0x37, 0x50, 0x13, -+ 0x12, 0x12, 0x13, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0xf8, -+ 0x48, 0x48, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x10, 0x13, 0x32, 0x53, 0x12, -+ 0x13, 0x10, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x13, 0x32, 0x53, 0x10, -+ 0x10, 0x11, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x40, -+ 0xa0, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x14, 0x14, 0x34, 0x55, 0x15, -+ 0x17, 0x15, 0x15, 0x19, 0x19, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x88, 0x88, 0x88, 0xfc, 0x48, -+ 0x28, 0x28, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x0f, 0x0c, 0x17, 0x14, 0x37, 0x54, 0x14, -+ 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x00, 0x00, -+ 0x00, 0xbc, 0xa4, 0xbc, 0xa4, 0xbc, 0x04, 0x04, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x0c, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x17, 0x34, 0x57, 0x15, -+ 0x15, 0x16, 0x14, 0x14, 0x14, 0x14, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xfc, 0x44, 0x74, 0x54, -+ 0x54, 0xec, 0xcc, 0x44, 0x44, 0x4c, 0x00, 0x00, -+ 0x08, 0x0f, 0x0d, 0x15, 0x15, 0x35, 0x55, 0x14, -+ 0x17, 0x15, 0x14, 0x15, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x40, -+ 0xfc, 0x90, 0x60, 0xd8, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0f, 0x0c, 0x14, 0x17, 0x34, 0x54, 0x17, -+ 0x14, 0x14, 0x17, 0x14, 0x14, 0x14, 0x00, 0x00, -+ 0x00, 0xb8, 0x88, 0x88, 0xb8, 0x88, 0x00, 0x78, -+ 0x48, 0x28, 0x30, 0x10, 0x28, 0xc4, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x1f, 0x60, 0x1f, 0x19, 0x15, -+ 0x1f, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xf0, 0x30, 0x50, -+ 0xf0, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x0a, 0x0a, 0x0b, 0x12, 0x12, 0x33, 0x5e, 0x10, -+ 0x13, 0x12, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x20, 0x24, 0xe8, 0x30, 0x20, 0xa4, 0x5c, 0x80, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x10, 0x11, 0x33, 0x52, 0x12, -+ 0x13, 0x12, 0x12, 0x14, 0x14, 0x19, 0x00, 0x00, -+ 0x40, 0xfc, 0x90, 0x60, 0x90, 0xfc, 0x10, 0x60, -+ 0x88, 0x30, 0xc4, 0x08, 0x30, 0xc0, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x13, 0x12, 0x33, 0x52, 0x13, -+ 0x14, 0x1c, 0x15, 0x16, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x88, 0xc8, 0x28, 0x08, 0xe8, 0x30, 0x00, 0x00, -+ 0x08, 0x0a, 0x0a, 0x12, 0x1f, 0x32, 0x52, 0x17, -+ 0x14, 0x14, 0x14, 0x17, 0x14, 0x10, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x48, 0xc8, 0xa8, -+ 0xb0, 0x90, 0xb0, 0xa8, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x10, 0x10, 0x37, 0x50, 0x10, -+ 0x13, 0x1d, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x50, 0xfc, 0x60, 0x90, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x09, 0x09, 0x0b, 0x12, 0x15, 0x39, 0x52, 0x14, -+ 0x10, 0x11, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xa8, 0xa8, 0x68, 0x68, 0xb0, -+ 0x80, 0x50, 0x48, 0x04, 0x14, 0xf0, 0x00, 0x00, -+ 0x09, 0x08, 0x08, 0x11, 0x17, 0x38, 0x57, 0x14, -+ 0x16, 0x15, 0x16, 0x15, 0x14, 0x15, 0x00, 0x00, -+ 0xc0, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x12, 0x13, 0x32, 0x53, 0x12, -+ 0x10, 0x10, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xc8, -+ 0xd0, 0xd0, 0x68, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x1f, 0x15, 0x34, 0x54, 0x1b, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x48, 0xc8, 0xa8, 0x28, -+ 0x30, 0x10, 0x90, 0xa8, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x13, 0x12, 0x33, 0x52, 0x13, -+ 0x12, 0x10, 0x1f, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x50, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x58, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x08, 0x0f, 0x0c, 0x14, 0x14, 0x34, 0x54, 0x15, -+ 0x15, 0x15, 0x15, 0x14, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x68, 0x68, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x0a, 0x0a, 0x0f, 0x12, 0x1f, 0x32, 0x52, 0x1f, -+ 0x12, 0x13, 0x12, 0x14, 0x14, 0x19, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0x7c, 0xc8, 0x48, 0xa8, 0xa8, -+ 0x30, 0x90, 0x90, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x04, 0x1f, 0x60, 0x1e, 0x12, 0x12, -+ 0x1e, 0x08, 0x0c, 0x12, 0x22, 0x41, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xf0, 0x90, 0x90, -+ 0xf0, 0x20, 0x20, 0x50, 0x88, 0x08, 0x00, 0x00, -+ 0x08, 0x0f, 0x09, 0x17, 0x15, 0x37, 0x50, 0x1f, -+ 0x11, 0x17, 0x1a, 0x13, 0x12, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x28, 0xf8, 0x80, 0xfc, -+ 0x20, 0xf8, 0x24, 0xe0, 0x08, 0xf8, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x13, 0x12, 0x33, 0x53, 0x10, -+ 0x17, 0x10, 0x1f, 0x12, 0x11, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0xf8, 0x48, -+ 0xfc, 0x10, 0xfc, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x17, 0x12, 0x33, 0x53, 0x12, -+ 0x13, 0x10, 0x1f, 0x11, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0xf8, 0x48, -+ 0xf8, 0x80, 0xfc, 0x90, 0x70, 0x88, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x13, 0x10, 0x33, 0x52, 0x13, -+ 0x11, 0x1f, 0x10, 0x13, 0x12, 0x13, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xf8, 0x08, 0xf8, -+ 0x10, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0x00, -+ 0x08, 0x0f, 0x0a, 0x14, 0x13, 0x32, 0x53, 0x12, -+ 0x13, 0x12, 0x15, 0x14, 0x1a, 0x12, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x44, 0xf0, 0x10, 0xf8, 0x08, -+ 0xfc, 0x54, 0x2c, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x17, 0x11, 0x37, 0x51, 0x11, -+ 0x16, 0x17, 0x10, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xbc, 0x10, 0xbc, -+ 0x00, 0xfc, 0xa0, 0xa0, 0x24, 0x1c, 0x00, 0x00, -+ 0x09, 0x0f, 0x0d, 0x15, 0x17, 0x33, 0x55, 0x19, -+ 0x13, 0x12, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x10, 0xfc, 0x50, 0x50, 0xfc, 0x30, 0xb4, 0x4c, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x09, 0x09, 0x0f, 0x11, 0x1f, 0x33, 0x52, 0x14, -+ 0x1b, 0x12, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x30, 0xb0, 0xc8, -+ 0xf4, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x0f, 0x09, 0x1f, 0x10, 0x33, 0x52, 0x13, -+ 0x12, 0x13, 0x10, 0x13, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0xf8, 0x20, 0xfc, 0x00, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, -+ 0x08, 0x0f, 0x09, 0x17, 0x15, 0x37, 0x53, 0x12, -+ 0x13, 0x13, 0x12, 0x13, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x28, 0xf8, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x30, 0x08, 0x00, 0x00, -+ 0x08, 0x0f, 0x0b, 0x12, 0x13, 0x32, 0x53, 0x17, -+ 0x13, 0x12, 0x13, 0x12, 0x13, 0x17, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xfc, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x11, 0x17, 0x30, 0x53, 0x12, -+ 0x12, 0x13, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xfc, 0x00, 0xb8, 0xa8, -+ 0xa8, 0xb8, 0x10, 0x98, 0x64, 0x44, 0x00, 0x00, -+ 0x09, 0x09, 0x0b, 0x12, 0x17, 0x3a, 0x53, 0x12, -+ 0x13, 0x10, 0x17, 0x14, 0x14, 0x14, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x40, 0xf8, 0x40, 0xf8, 0x40, -+ 0xfc, 0x00, 0xbc, 0xa4, 0xe4, 0x0c, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x13, 0x12, 0x33, 0x50, 0x17, -+ 0x14, 0x17, 0x15, 0x19, 0x19, 0x17, 0x00, 0x00, -+ 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x00, 0xf8, -+ 0xe0, 0xfc, 0x48, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x08, 0x0f, 0x0d, 0x17, 0x14, 0x37, 0x55, 0x17, -+ 0x10, 0x13, 0x12, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x20, 0xe0, 0x20, 0xbc, 0xc0, 0x80, 0x38, 0xc0, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x11, 0x3e, 0x2a, 0x6a, 0x2e, 0x32, -+ 0x23, 0x22, 0x23, 0x22, 0x24, 0x28, 0x00, 0x00, -+ 0x80, 0xfc, 0x48, 0xb8, 0xa8, 0xb8, 0xe8, 0x14, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x0f, 0x08, 0x13, 0x1f, 0x33, 0x50, 0x13, -+ 0x1f, 0x10, 0x17, 0x15, 0x17, 0x14, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xfc, 0xe8, 0x40, 0xf8, -+ 0xfc, 0x08, 0xfc, 0x48, 0x28, 0x18, 0x00, 0x00, -+ 0x09, 0x0f, 0x09, 0x13, 0x12, 0x33, 0x50, 0x17, -+ 0x14, 0x18, 0x13, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0x00, 0xfc, -+ 0x44, 0xf8, 0x90, 0x60, 0xc0, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x0a, 0x13, 0x12, 0x33, 0x52, 0x10, -+ 0x17, 0x15, 0x17, 0x15, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, -+ 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x44, 0x00, 0x00, -+ 0x15, 0x1f, 0x15, 0x17, 0x22, 0x2f, 0x6a, 0x2f, -+ 0x22, 0x2f, 0x22, 0x2f, 0x25, 0x28, 0x00, 0x00, -+ 0x28, 0xa8, 0x28, 0x7c, 0x50, 0xd0, 0xfc, 0xd0, -+ 0x50, 0xfc, 0x50, 0xd0, 0x7c, 0xc0, 0x00, 0x00, -+ 0x0f, 0x08, 0x0f, 0x15, 0x10, 0x37, 0x54, 0x17, -+ 0x14, 0x17, 0x15, 0x19, 0x19, 0x17, 0x00, 0x00, -+ 0xbc, 0x00, 0xbc, 0xb4, 0x40, 0xfc, 0xa0, 0xf8, -+ 0xa8, 0xf8, 0xe4, 0x38, 0xe4, 0x1c, 0x00, 0x00, -+ 0x13, 0x12, 0x13, 0x20, 0x2f, 0x6b, 0x29, 0x2f, -+ 0x2a, 0x2b, 0x2b, 0x32, 0x37, 0x20, 0x00, 0x00, -+ 0xb8, 0xa8, 0xb8, 0x00, 0xfc, 0xa0, 0x20, 0xfc, -+ 0xe8, 0xa8, 0x90, 0xd0, 0xa8, 0xc4, 0x00, 0x00, -+ 0x09, 0x0f, 0x0d, 0x11, 0x13, 0x33, 0x52, 0x13, -+ 0x10, 0x13, 0x10, 0x17, 0x12, 0x14, 0x00, 0x00, -+ 0x50, 0xfc, 0x18, 0xf0, 0xf8, 0x58, 0xe8, 0xf8, -+ 0x40, 0xf8, 0x40, 0xfc, 0xa8, 0xa4, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x02, 0x3c, 0x20, 0x20, 0x3e, 0x20, 0x20, 0x3f, -+ 0x24, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x08, 0xf8, -+ 0x88, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x04, 0x08, 0x10, 0x6f, 0x08, 0x08, 0x08, -+ 0x0f, 0x02, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0xc0, 0x40, 0x20, 0x10, 0xec, 0x20, 0x20, 0x20, -+ 0xe0, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x02, 0x03, 0x04, 0x18, 0x7f, 0x11, 0x11, 0x1f, -+ 0x13, 0x03, 0x05, 0x09, 0x11, 0x60, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x40, 0x20, 0x24, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x22, 0x22, 0x3e, -+ 0x14, 0x14, 0x15, 0x26, 0x2c, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x88, 0x88, 0xf8, -+ 0x50, 0x50, 0x50, 0x94, 0x94, 0x0c, 0x00, 0x00, -+ 0x08, 0x3e, 0x14, 0x7f, 0x00, 0x3e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x14, 0x15, 0x26, 0x4d, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0x00, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x3f, 0x21, 0x2d, 0x25, -+ 0x25, 0x2b, 0x33, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x08, 0x68, 0x28, -+ 0x28, 0x58, 0x98, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x07, 0x02, 0x04, 0x18, 0x6f, 0x00, 0x3e, 0x22, -+ 0x3a, 0x27, 0x3a, 0x26, 0x22, 0x26, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x30, 0xec, 0x00, 0x48, 0x48, -+ 0x90, 0x20, 0x90, 0x90, 0x48, 0x48, 0x00, 0x00, -+ 0x01, 0x04, 0x08, 0x10, 0x6f, 0x04, 0x04, 0x07, -+ 0x08, 0x08, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0xc0, 0x40, 0x20, 0x10, 0xec, 0x00, 0x00, 0xe0, -+ 0x20, 0x20, 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, -+ 0x04, 0x3c, 0x04, 0x1f, 0x69, 0x0f, 0x09, 0x0f, -+ 0x04, 0x3f, 0x04, 0x7f, 0x08, 0x30, 0x00, 0x00, -+ 0x48, 0x70, 0x44, 0xfc, 0x20, 0xe0, 0x20, 0xe0, -+ 0x40, 0xf8, 0x40, 0xfc, 0x20, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x27, 0x24, 0x24, 0x27, -+ 0x24, 0x24, 0x24, 0x23, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x48, 0x48, 0xc8, -+ 0x08, 0x28, 0x28, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x1e, 0x12, 0x12, 0x12, 0x12, 0x7f, 0x12, -+ 0x12, 0x12, 0x12, 0x22, 0x22, 0x47, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x48, 0x48, 0xfc, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x11, 0x1f, 0x11, -+ 0x11, 0x7f, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, -+ 0x10, 0xfc, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x28, 0x28, 0x30, 0x27, -+ 0x24, 0x24, 0x24, 0x27, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x98, 0x78, 0x08, 0xc8, -+ 0x48, 0x48, 0x48, 0xc8, 0x48, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x00, 0x1f, -+ 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xf0, -+ 0x10, 0xd0, 0x10, 0xd0, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x3f, 0x04, 0x1f, 0x04, 0x7f, 0x01, 0x1f, -+ 0x11, 0x1f, 0x11, 0x7f, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xfc, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x07, 0x18, -+ 0x7f, 0x11, 0x1f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xc0, 0x80, -+ 0xf0, 0x10, 0xf0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x1f, 0x10, 0x20, 0x40, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x04, 0x08, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x47, 0x18, 0x7f, 0x11, 0x11, -+ 0x1f, 0x13, 0x03, 0x05, 0x19, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xc0, 0x80, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x40, 0x24, 0x24, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x5e, 0x00, 0x00, 0x7f, 0x14, -+ 0x14, 0x14, 0x14, 0x25, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x40, 0x7c, 0x40, 0xf8, 0x88, -+ 0x50, 0x30, 0x68, 0x8c, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x5f, 0x02, 0x06, 0x19, 0x6b, -+ 0x0c, 0x35, 0x06, 0x0c, 0x30, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf8, 0x00, 0x48, 0x48, 0x50, -+ 0xa0, 0xa0, 0x90, 0x88, 0x84, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x5c, 0x10, 0x1e, 0x10, 0x1f, -+ 0x04, 0x1f, 0x6a, 0x25, 0x25, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0xf8, 0x48, 0x28, 0x28, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x7f, 0x0f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x7f, 0x09, 0x1f, 0x69, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0xfc, 0x20, 0xf0, 0x2c, 0x60, 0x00, 0x00, -+ 0x00, 0x04, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x02, 0x02, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x17, 0x10, 0x00, 0x00, 0x1f, -+ 0x10, 0x21, 0x21, 0x42, 0x44, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf0, 0x90, 0x90, 0x90, 0xfc, -+ 0xc0, 0x20, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x22, 0x12, 0x13, 0x02, 0x02, 0x12, -+ 0x13, 0x22, 0x20, 0x40, 0x5f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x13, 0x12, 0x02, 0x02, 0x12, -+ 0x13, 0x22, 0x20, 0x40, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x10, 0x17, 0x00, 0x00, 0x11, -+ 0x11, 0x22, 0x24, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x44, 0xe4, 0xe8, 0xf0, 0x60, -+ 0x50, 0x50, 0x48, 0x44, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x03, 0x22, 0x12, 0x12, 0x03, 0x02, 0x10, -+ 0x10, 0x21, 0x21, 0x42, 0x44, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x0f, 0x22, 0x12, 0x13, 0x04, 0x04, 0x1a, -+ 0x13, 0x21, 0x22, 0x42, 0x44, 0x08, 0x00, 0x00, -+ 0x08, 0xc8, 0x28, 0x28, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0x28, 0x28, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x07, 0x24, 0x14, 0x17, 0x04, 0x04, 0x15, -+ 0x15, 0x25, 0x25, 0x44, 0x47, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x88, 0xe8, -+ 0x28, 0x28, 0xe8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x27, 0x10, 0x13, 0x02, 0x02, 0x13, -+ 0x10, 0x22, 0x22, 0x44, 0x48, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0xf8, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x00, 0x07, 0x20, 0x13, 0x12, 0x02, 0x02, 0x13, -+ 0x11, 0x20, 0x27, 0x41, 0x42, 0x04, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, -+ 0xf0, 0x00, 0xfc, 0x50, 0x48, 0x48, 0x00, 0x00, -+ 0x00, 0x07, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, -+ 0x04, 0x08, 0x08, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x12, 0x1f, 0x11, 0x14, -+ 0x17, 0x15, 0x1d, 0x22, 0x25, 0x58, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0xe8, 0x10, 0xf0, 0x00, -+ 0x70, 0x54, 0x54, 0xcc, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x11, 0x1f, 0x11, 0x13, -+ 0x13, 0x15, 0x15, 0x29, 0x31, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x90, -+ 0x50, 0x50, 0x34, 0x2c, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x10, 0x17, 0x30, 0x50, 0x13, 0x10, -+ 0x07, 0x04, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, -+ 0xc0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x17, 0x14, 0x17, 0x14, 0x17, -+ 0x10, 0x1f, 0x11, 0x27, 0x21, 0x4f, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xd0, 0x50, 0xd0, 0x50, 0xd0, -+ 0x10, 0xf0, 0x14, 0xcc, 0x0c, 0xe4, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x0f, 0x00, 0x40, 0x41, 0x5d, 0x55, 0x55, 0x55, -+ 0x5d, 0x55, 0x41, 0x46, 0x7f, 0x40, 0x00, 0x00, -+ 0xe0, 0x40, 0x88, 0x08, 0xf8, 0x98, 0x68, 0x28, -+ 0x58, 0x98, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x22, 0x12, 0x0a, 0x06, -+ 0x05, 0x04, 0x08, 0x10, 0x20, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x90, 0x70, 0x1c, 0x10, 0x20, 0xc0, 0x00, 0x00, -+ 0x01, 0x06, 0x3c, 0x04, 0x04, 0x04, 0x7f, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x09, 0x09, 0x09, 0x7f, -+ 0x08, 0x0c, 0x12, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0xc8, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1f, 0x2a, 0x2a, 0x4a, 0x12, -+ 0x14, 0x24, 0x08, 0x11, 0x01, 0x06, 0x00, 0x00, -+ 0x08, 0x28, 0x28, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x3f, 0x04, 0x04, 0x7f, 0x08, -+ 0x0a, 0x09, 0x11, 0x1f, 0x70, 0x00, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x2a, 0x2a, 0x2a, 0x7f, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x21, 0x00, 0x00, -+ 0x08, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xe8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x01, 0x06, 0x3c, 0x04, 0x04, 0x7f, 0x04, 0x04, -+ 0x3f, 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x14, 0x22, 0x5d, 0x00, 0x7f, -+ 0x10, 0x1e, 0x22, 0x02, 0x02, 0x0c, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x02, 0x02, 0x3c, 0x06, 0x19, 0x64, 0x04, 0x7f, -+ 0x0c, 0x0e, 0x15, 0x25, 0x44, 0x04, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x22, 0x12, 0x15, 0x7e, 0x14, 0x15, 0x14, 0x7f, -+ 0x14, 0x14, 0x14, 0x24, 0x25, 0x46, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x68, 0x58, 0x8c, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x2a, 0x2a, 0x54, 0x54, 0x2a, 0x2a, -+ 0x00, 0x7f, 0x08, 0x08, 0x0f, 0x78, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x22, 0x22, -+ 0x3e, 0x14, 0x14, 0x14, 0x24, 0x43, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x08, 0x1c, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x7f, 0x49, 0x49, 0x7f, -+ 0x4c, 0x1a, 0x19, 0x29, 0x48, 0x08, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x0c, 0x12, 0x22, 0x7f, 0x01, -+ 0x3d, 0x25, 0x25, 0x3d, 0x21, 0x03, 0x00, 0x00, -+ 0x08, 0x48, 0xc8, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x10, 0x1f, -+ 0x2b, 0x4b, 0x15, 0x25, 0x09, 0x16, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x04, 0x7f, 0x3e, 0x2a, 0x36, 0x2a, 0x2a, -+ 0x26, 0x00, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x18, 0x00, 0xf8, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x08, 0x2a, 0x2a, 0x3e, 0x00, 0x7f, 0x00, 0x3e, -+ 0x22, 0x3e, 0x22, 0x14, 0x1e, 0x70, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x7f, 0x15, 0x75, 0x15, 0x35, -+ 0x5c, 0x0e, 0x15, 0x24, 0x44, 0x04, 0x00, 0x00, -+ 0x88, 0x28, 0x28, 0xe8, 0x28, 0xe8, 0x28, 0x68, -+ 0xe8, 0x28, 0x28, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x12, 0x12, 0x7f, 0x12, 0x14, 0x0a, 0x11, 0x1f, -+ 0x20, 0x5f, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x08, 0x48, 0xc8, 0x48, 0x48, 0x48, 0x48, 0xc8, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x24, 0x49, 0x24, 0x3f, 0x24, 0x3f, 0x24, 0x3f, -+ 0x04, 0x7f, 0x0e, 0x15, 0x64, 0x04, 0x00, 0x00, -+ 0x88, 0x28, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0x28, 0xe8, 0x28, 0x08, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x14, 0x7f, 0x55, 0x7f, 0x00, 0x3e, -+ 0x00, 0x7f, 0x2a, 0x29, 0x49, 0x18, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x0a, 0x11, 0x3f, 0x40, 0x3f, 0x2d, -+ 0x3f, 0x12, 0x1a, 0x15, 0x24, 0x48, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x08, 0x88, 0x98, 0x00, 0x00, -+ 0x04, 0x04, 0x0a, 0x11, 0x3f, 0x40, 0x3f, 0x2d, -+ 0x3f, 0x12, 0x12, 0x2d, 0x25, 0x49, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0xa8, 0x68, 0x68, 0x28, -+ 0x38, 0x28, 0x4c, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x0a, 0x11, 0x3f, 0x40, 0x3f, 0x2d, -+ 0x3f, 0x12, 0x12, 0x2d, 0x25, 0x49, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0x28, 0x68, 0x68, 0xa8, 0xa8, -+ 0x28, 0x28, 0x48, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x3e, 0x49, 0x3e, 0x2a, -+ 0x2a, 0x3e, 0x14, 0x12, 0x23, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xc8, 0x48, -+ 0x68, 0x58, 0x8c, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x21, 0x3e, 0x32, 0x5e, -+ 0x10, 0x3f, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x50, 0xfc, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x04, 0x7f, 0x0a, 0x7f, 0x2e, 0x2e, 0x3f, 0x51, -+ 0x1f, 0x11, 0x1f, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x08, 0xe8, 0xa8, 0x28, 0xa8, 0xe8, 0x68, 0x28, -+ 0x28, 0x28, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x7c, 0x28, 0x2a, 0x2a, 0x7e, 0x12, -+ 0x1e, 0x70, 0x10, 0x11, 0x21, 0x42, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0xa8, 0xa8, 0xa8, 0xfc, 0x90, -+ 0x90, 0xfc, 0x90, 0x10, 0x10, 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, -+ 0x10, 0x10, 0x7f, 0x2a, 0x2a, 0x2a, 0x7e, 0x12, -+ 0x1e, 0x72, 0x12, 0x14, 0x24, 0x49, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0xa8, 0xa8, 0xa8, 0xfc, 0x90, -+ 0x90, 0xfc, 0x90, 0x90, 0x90, 0x90, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1e, 0x23, 0x22, 0x7a, 0x2a, -+ 0x2a, 0x2a, 0x3a, 0x22, 0x03, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7e, 0x12, 0x12, 0x13, 0x22, 0x4c, 0x00, -+ 0x3e, 0x22, 0x22, 0x22, 0x3f, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x08, 0x3e, 0x00, -+ 0x3e, 0x22, 0x22, 0x22, 0x3f, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x1f, 0x21, 0x02, 0x7f, 0x06, -+ 0x0a, 0x1f, 0x62, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0xf8, 0x08, 0x80, 0xfc, 0x40, -+ 0x20, 0xf0, 0x2c, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x7f, 0x2a, 0x2a, 0x55, 0x54, 0x2a, 0x2a, -+ 0x00, 0x7f, 0x08, 0x08, 0x0e, 0x79, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x00, 0x3f, 0x22, 0x22, 0x3e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x49, 0x1a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x3e, 0x22, -+ 0x3f, 0x22, 0x3e, 0x22, 0x3f, 0x61, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x40, 0x40, -+ 0xf8, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x0c, 0x2a, 0x2a, 0x59, 0x14, 0x22, 0x3f, -+ 0x22, 0x5f, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x20, 0x30, 0xa8, 0xa8, 0x60, 0x50, 0x88, 0xfc, -+ 0x08, 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x08, 0x7f, 0x3e, 0x22, -+ 0x3e, 0x3e, 0x22, 0x3e, 0x12, 0x61, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x2a, 0x54, 0x2a, 0x3e, 0x2b, 0x3e, 0x2a, 0x3e, -+ 0x08, 0x7e, 0x1c, 0x2a, 0x49, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x23, 0x7e, 0x23, 0x3e, -+ 0x22, 0x3e, 0x3e, 0x20, 0x3e, 0x21, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x40, 0x40, 0xf8, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x2b, 0x5d, 0x2b, 0x4d, 0x1a, 0x61, -+ 0x09, 0x34, 0x0a, 0x34, 0x09, 0x32, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x06, 0x38, 0x7f, 0x08, 0x7f, 0x6b, 0x5d, 0x7f, -+ 0x08, 0x7f, 0x08, 0x7e, 0x3a, 0x55, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x25, 0x3f, 0x25, 0x2f, 0x2a, 0x2f, -+ 0x2a, 0x2f, 0x3f, 0x33, 0x3f, 0x50, 0x00, 0x00, -+ 0x20, 0xa0, 0x20, 0xa0, 0x78, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xe8, 0x68, 0xc8, 0xd8, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x77, 0x55, 0x77, 0x24, 0x3f, -+ 0x24, 0x7e, 0x24, 0x3e, 0x24, 0x3f, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0f, 0x10, 0x10, 0x20, 0x40, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0f, 0x12, 0x12, 0x2e, 0x45, -+ 0x04, 0x08, 0x10, 0x01, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x48, 0x48, 0x48, 0xc8, -+ 0x48, 0xa8, 0x88, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0f, 0x10, 0x11, 0x39, 0x57, -+ 0x13, 0x14, 0x18, 0x1f, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x48, 0x48, -+ 0x48, 0xc8, 0x48, 0xc8, 0x48, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x10, 0x10, 0x3f, 0x52, 0x12, -+ 0x1f, 0x12, 0x12, 0x1f, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x48, 0x48, -+ 0xc8, 0x48, 0x48, 0xc8, 0x48, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x12, 0x3f, 0x42, 0x1f, 0x12, -+ 0x1f, 0x12, 0x1f, 0x12, 0x12, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x48, 0xe8, 0x08, 0xc8, 0x48, -+ 0xc8, 0x48, 0xc8, 0x48, 0xc8, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x3f, 0x4f, 0x08, 0x0f, -+ 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0xc8, 0x88, 0x88, 0x88, -+ 0xc8, 0x48, 0xc8, 0x48, 0xc8, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x14, 0x12, 0x3f, 0x40, 0x7e, -+ 0x10, 0x1e, 0x22, 0x02, 0x02, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x13, 0x1c, -+ 0x70, 0x10, 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x10, 0x20, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x04, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x27, 0x24, 0x27, 0x24, 0x27, -+ 0x24, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x90, 0xf0, 0x90, 0xf0, -+ 0x90, 0x80, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x24, 0x35, 0x2b, 0x29, 0x21, -+ 0x25, 0x25, 0x29, 0x29, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0xa0, 0xf8, 0x20, 0xf8, 0x20, -+ 0xf8, 0x20, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x27, 0x24, 0x3f, 0x27, 0x24, -+ 0x27, 0x27, 0x27, 0x2c, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x90, 0xfc, 0xf0, 0x10, -+ 0xf0, 0xf0, 0xf0, 0x18, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x21, 0x27, 0x38, 0x27, 0x25, -+ 0x27, 0x22, 0x25, 0x29, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0x40, 0xf0, 0x08, 0x70, 0x50, -+ 0x70, 0x20, 0x50, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x08, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x20, 0x23, 0x22, 0x23, 0x20, 0x2f, -+ 0x29, 0x2f, 0x29, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0x78, -+ 0x48, 0x78, 0x48, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x3f, 0x04, 0x04, 0x08, 0x11, 0x21, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xc0, 0x40, 0x44, 0x44, 0x3c, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x7f, 0x11, -+ 0x11, 0x11, 0x11, 0x21, 0x21, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x7f, 0x11, 0x11, -+ 0x11, 0x11, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x01, 0x09, 0x09, 0x08, -+ 0x7f, 0x08, 0x08, 0x10, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x00, 0x20, 0x20, 0x20, -+ 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x3f, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x01, 0x21, 0x13, 0x12, 0x07, 0x1a, 0x13, 0x22, -+ 0x23, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x20, 0xf8, 0x40, 0xf0, 0x40, 0xf0, 0x40, -+ 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0x80, 0x40, 0x20, -+ 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x09, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x13, 0x12, -+ 0x12, 0x12, 0x12, 0x22, 0x22, 0x41, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, -+ 0x10, 0x10, 0x60, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x1e, 0x12, 0x12, 0x32, 0x2a, 0x4c, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0xb0, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x21, 0x49, 0x0c, 0x12, 0x11, -+ 0x3f, 0x52, 0x12, 0x12, 0x1e, 0x10, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x70, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x1f, 0x02, 0x7f, 0x04, 0x08, -+ 0x17, 0x64, 0x04, 0x05, 0x04, 0x03, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0xf0, 0x80, 0xfc, 0x40, 0x20, -+ 0xd0, 0x4c, 0x40, 0x80, 0x10, 0xf0, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x13, 0x12, 0x12, 0x12, 0x1f, 0x12, -+ 0x13, 0x13, 0x25, 0x25, 0x49, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x90, 0xa8, 0x28, 0xd0, 0x14, -+ 0x24, 0x08, 0x10, 0x24, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x14, 0x17, 0x14, 0x17, -+ 0x14, 0x14, 0x17, 0x23, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x88, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x28, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x1f, 0x17, 0x10, 0x13, 0x12, 0x13, 0x13, -+ 0x12, 0x13, 0x11, 0x27, 0x20, 0x4f, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x80, 0xf0, 0x10, 0xf0, 0xf0, -+ 0x10, 0xf0, 0xf0, 0x20, 0xe0, 0x38, 0x00, 0x00, -+ 0x00, 0x1f, 0x18, 0x14, 0x15, 0x1f, 0x12, 0x1a, -+ 0x1a, 0x1f, 0x1a, 0x22, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0x20, 0xfc, 0x54, 0x98, -+ 0x90, 0x90, 0xb0, 0x28, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x1f, 0x15, 0x15, 0x1f, 0x15, 0x17, 0x15, -+ 0x17, 0x15, 0x1f, 0x25, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x10, 0xe0, 0x40, 0x7c, 0x50, -+ 0x50, 0x50, 0xd0, 0x50, 0x90, 0x90, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x17, 0x16, 0x1a, 0x1f, 0x18, -+ 0x1f, 0x1d, 0x1d, 0x2f, 0x28, 0x49, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xa0, 0xfc, 0xc8, 0xa8, -+ 0xa8, 0x90, 0x90, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, -+ 0x04, 0x04, 0x08, 0x10, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x10, 0x08, 0xf8, 0x04, 0x04, 0x00, 0x00, -+ 0x01, 0x02, 0x1f, 0x08, 0x15, 0x7e, 0x04, 0x18, -+ 0x63, 0x0c, 0x01, 0x0e, 0x00, 0x1f, 0x00, 0x00, -+ 0x00, 0x40, 0xf0, 0x10, 0x28, 0xfc, 0x40, 0xb0, -+ 0x0c, 0x40, 0x90, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x5f, 0x10, 0x1f, 0x17, 0x1f, -+ 0x02, 0x7f, 0x1a, 0x64, 0x19, 0x07, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0xf0, 0x10, 0xd0, 0xf0, 0xf0, -+ 0x00, 0xfc, 0xb0, 0xcc, 0x20, 0xd0, 0x00, 0x00, -+ 0x12, 0x1f, 0x24, 0x7f, 0x24, 0x3e, 0x24, 0x3f, -+ 0x20, 0x1f, 0x02, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x48, 0xfc, 0x90, 0xf8, 0x90, 0xf8, 0x90, 0xfc, -+ 0x80, 0xf0, 0x60, 0x80, 0xe0, 0x1c, 0x00, 0x00, -+ 0x05, 0x39, 0x21, 0x3d, 0x21, 0x21, 0x3f, 0x01, -+ 0x3f, 0x04, 0x02, 0x01, 0x06, 0x78, 0x00, 0x00, -+ 0x00, 0x78, 0x08, 0x78, 0x08, 0x08, 0xf8, 0x00, -+ 0xf0, 0x20, 0x40, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x3f, 0x24, -+ 0x3f, 0x0f, 0x02, 0x01, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xf8, 0x48, -+ 0xf8, 0xe0, 0x40, 0x80, 0xc0, 0x38, 0x00, 0x00, -+ 0x13, 0x17, 0x54, 0x5b, 0x33, 0x1b, 0x2a, 0x23, -+ 0x40, 0x1f, 0x04, 0x03, 0x06, 0x38, 0x00, 0x00, -+ 0x90, 0xd4, 0x34, 0xb8, 0xd0, 0x98, 0xa4, 0xc4, -+ 0x00, 0xe0, 0x40, 0x80, 0xc0, 0x38, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x79, 0x49, 0x42, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x00, 0x78, 0x48, 0x49, 0x49, 0x49, 0x49, -+ 0x49, 0x79, 0x4a, 0x42, 0x04, 0x08, 0x00, 0x00, -+ 0xe0, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x10, 0x10, 0x10, 0x08, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x00, 0x78, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x79, 0x49, 0x42, 0x04, 0x08, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0xa0, -+ 0xa0, 0x20, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x48, 0x48, 0x48, 0x4f, 0x48, -+ 0x48, 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x49, 0x4a, 0x4a, 0x4c, -+ 0x4f, 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x4a, 0x4a, 0x4a, 0x4b, 0x48, -+ 0x48, 0x48, 0x79, 0x4a, 0x44, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x60, -+ 0xa0, 0xa0, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x79, 0x49, 0x49, 0x49, 0x49, 0x49, -+ 0x49, 0x49, 0x7a, 0x42, 0x44, 0x00, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4f, 0x48, 0x49, 0x49, 0x49, -+ 0x49, 0x79, 0x49, 0x42, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x00, 0xe0, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x48, 0x49, 0x49, 0x49, -+ 0x4f, 0x79, 0x49, 0x41, 0x01, 0x03, 0x00, 0x00, -+ 0x20, 0xe0, 0x60, 0xa0, 0xa0, 0x20, 0x60, 0xa0, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x49, 0x4f, 0x48, 0x48, -+ 0x48, 0x48, 0x79, 0x49, 0x42, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x90, 0x88, 0x3c, 0xe4, 0xa0, 0xa0, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x00, 0x78, 0x4b, 0x4a, 0x4a, 0x4a, 0x4a, -+ 0x4a, 0x4b, 0x7a, 0x4a, 0x42, 0x02, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xa8, -+ 0x98, 0x18, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x4a, 0x4a, 0x4f, 0x48, -+ 0x48, 0x48, 0x79, 0x49, 0x42, 0x04, 0x00, 0x00, -+ 0x60, 0x20, 0x20, 0x20, 0x10, 0x10, 0xf8, 0x94, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x02, 0x01, 0x06, 0x78, -+ 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x40, 0x80, 0x60, 0x1c, -+ 0xe0, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x49, 0x49, 0x49, 0x49, -+ 0x79, 0x4a, 0x42, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x88, -+ 0x40, 0x40, 0x20, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x49, 0x48, 0x48, 0x4f, 0x48, -+ 0x48, 0x49, 0x79, 0x42, 0x44, 0x00, 0x00, 0x00, -+ 0x40, 0x20, 0x20, 0xc0, 0x44, 0x64, 0xe8, 0xf0, -+ 0xe0, 0x50, 0x50, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x4b, 0x4a, 0x4a, 0x4a, -+ 0x4a, 0x4b, 0x7a, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xc8, 0x48, 0x48, 0x48, -+ 0x48, 0xc8, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x12, 0x34, 0x4c, 0x0d, 0x13, -+ 0x60, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x60, 0x50, 0x88, 0x08, 0xfc, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4f, 0x48, 0x48, 0x4a, 0x49, -+ 0x48, 0x48, 0x78, 0x48, 0x41, 0x07, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x50, 0x90, 0x90, -+ 0xa0, 0x60, 0x50, 0x88, 0x3c, 0xc4, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4a, 0x4a, 0x4a, 0x4a, -+ 0x4a, 0x4a, 0x7a, 0x4c, 0x47, 0x08, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, -+ 0xa0, 0x90, 0xd0, 0xa8, 0xf8, 0x14, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4a, 0x4b, 0x4a, 0x4a, -+ 0x4a, 0x7b, 0x4a, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x48, 0x48, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x28, 0x2f, 0x28, 0x28, 0x2e, 0x38, -+ 0x60, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x80, 0x88, 0x90, 0xe0, 0x80, 0x84, 0x84, 0x7c, -+ 0x00, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x07, -+ 0x04, 0x04, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0xc0, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4a, 0x4b, 0x4a, 0x4a, -+ 0x4b, 0x7a, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, -+ 0xf8, 0x48, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x49, 0x49, 0x49, 0x49, -+ 0x49, 0x49, 0x79, 0x49, 0x47, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x72, 0x52, 0x5f, 0x55, 0x55, 0x55, -+ 0x5d, 0x53, 0x72, 0x52, 0x44, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x48, 0xc8, 0x48, 0x48, 0x30, -+ 0x30, 0x10, 0xb0, 0xa8, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x02, 0x7a, 0x4a, 0x4a, 0x4b, 0x4a, 0x48, -+ 0x4a, 0x4a, 0x7a, 0x4a, 0x43, 0x02, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x48, 0x48, 0xf8, 0x48, 0x40, -+ 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x49, 0x49, 0x4b, 0x4d, 0x49, -+ 0x49, 0x49, 0x79, 0x49, 0x41, 0x01, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0x08, 0xfc, 0x08, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4a, 0x4a, 0x4d, 0x49, 0x49, -+ 0x49, 0x79, 0x49, 0x41, 0x01, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x08, 0xe8, 0x28, 0x28, -+ 0xe8, 0x30, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x48, 0x48, 0x4f, 0x48, 0x48, -+ 0x4b, 0x78, 0x48, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x00, 0x1f, 0x00, 0x7f, -+ 0x04, 0x07, 0x08, 0x00, 0x00, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0x00, 0xe0, 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x1f, 0x10, 0x17, 0x10, 0x17, -+ 0x14, 0x14, 0x14, 0x27, 0x24, 0x40, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0xc8, 0x28, 0xa8, -+ 0xb0, 0x90, 0xb4, 0xac, 0x4c, 0x84, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x49, 0x4f, 0x48, 0x48, -+ 0x4b, 0x78, 0x48, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0x88, 0x3c, 0xc4, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x49, 0x49, 0x4b, 0x4c, 0x48, -+ 0x48, 0x78, 0x48, 0x40, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x08, 0x14, 0x94, 0x90, -+ 0x60, 0x60, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x49, 0x4f, 0x49, 0x49, 0x49, -+ 0x49, 0x7f, 0x49, 0x41, 0x02, 0x04, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0x20, -+ 0x20, 0xfc, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x49, 0x4b, 0x4c, 0x48, -+ 0x49, 0x79, 0x49, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x02, 0x04, 0x00, 0x19, 0x62, -+ 0x0f, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x44, 0x48, 0xb0, 0x10, 0x08, -+ 0xe4, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1e, 0x12, 0x12, 0x12, 0x12, 0x1e, 0x1a, -+ 0x18, 0x14, 0x15, 0x22, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0xf8, 0x60, -+ 0x50, 0x88, 0x08, 0x00, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x4b, 0x4a, 0x4a, 0x4a, -+ 0x4b, 0x7b, 0x4a, 0x42, 0x03, 0x02, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0x38, 0x38, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4c, 0x4b, 0x48, 0x48, -+ 0x4f, 0x48, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x30, 0xc0, 0x40, 0x7c, -+ 0xc0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x48, 0x48, 0x4f, 0x48, 0x48, -+ 0x49, 0x4e, 0x78, 0x48, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x50, 0xfc, 0x40, 0x88, -+ 0x90, 0xe0, 0x80, 0x88, 0x88, 0x78, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x09, 0x09, 0x09, 0x3f, 0x20, -+ 0x27, 0x24, 0x24, 0x27, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0x20, 0xf8, 0x08, -+ 0xc8, 0x48, 0x48, 0xc8, 0x48, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x7a, 0x4c, 0x48, 0x48, 0x49, 0x4b, -+ 0x4d, 0x79, 0x49, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x78, 0x00, 0x00, 0x80, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x11, 0x1f, 0x00, 0x7f, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x01, 0x7f, 0x49, 0x49, 0x4f, 0x49, 0x49, -+ 0x49, 0x7f, 0x49, 0x41, 0x01, 0x03, 0x00, 0x00, -+ 0xa0, 0x28, 0x24, 0x24, 0x20, 0xfc, 0x28, 0x28, -+ 0x90, 0x10, 0x34, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x01, 0x78, 0x4b, 0x48, 0x4f, 0x49, 0x4a, -+ 0x4b, 0x7e, 0x4a, 0x42, 0x02, 0x00, 0x00, 0x00, -+ 0x10, 0xa0, 0xe0, 0x90, 0x80, 0xfc, 0x40, 0x40, -+ 0xf8, 0x48, 0x48, 0x48, 0x58, 0x40, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x4b, 0x49, 0x49, 0x4f, -+ 0x48, 0x7b, 0x4a, 0x42, 0x03, 0x02, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf0, 0x10, 0x10, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x4b, 0x4a, 0x4b, 0x4a, 0x4b, -+ 0x4a, 0x79, 0x48, 0x41, 0x02, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x40, 0x80, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x48, 0x48, 0x4f, 0x48, 0x49, -+ 0x4b, 0x7c, 0x4f, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x80, 0x88, 0xe8, 0x90, 0x90, 0xfc, 0x40, 0xf8, -+ 0x30, 0x40, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x01, 0x01, -+ 0x7f, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x20, 0x10, -+ 0xfc, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x48, 0x4b, 0x4a, 0x4a, 0x4b, -+ 0x4a, 0x7a, 0x4b, 0x42, 0x02, 0x02, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x49, 0x48, 0x48, 0x4f, 0x49, -+ 0x49, 0x7f, 0x49, 0x41, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xf0, 0x40, 0x40, 0xfc, 0x10, -+ 0x10, 0xfc, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4f, 0x4a, 0x4a, 0x4a, 0x4b, -+ 0x4a, 0x7a, 0x4c, 0x44, 0x08, 0x13, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xe8, 0x28, 0x44, 0xa4, 0x90, -+ 0x90, 0x80, 0xa0, 0x90, 0x88, 0x08, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4a, 0x4a, 0x4b, 0x4a, -+ 0x4a, 0x7a, 0x4c, 0x44, 0x0b, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x72, 0x57, 0x55, 0x59, 0x5f, 0x51, -+ 0x55, 0x75, 0x55, 0x45, 0x07, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x38, 0xe8, 0x28, 0x28, 0xe8, 0x28, -+ 0xe8, 0x28, 0x28, 0xf0, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4c, 0x49, 0x4a, 0x48, -+ 0x4b, 0x78, 0x48, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0xa0, 0x24, 0x1c, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0f, 0x18, 0x1f, 0x28, 0x4f, 0x08, 0x0f, -+ 0x00, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0xfc, 0x40, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x07, 0x7c, 0x4a, 0x49, 0x4a, 0x4c, 0x4f, -+ 0x4c, 0x7a, 0x49, 0x41, 0x02, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0xa8, 0x10, 0xa8, 0xc8, 0xf8, -+ 0xc8, 0xa8, 0x30, 0x90, 0xa8, 0x44, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x48, 0x4b, 0x4a, 0x4b, 0x4a, -+ 0x4b, 0x78, 0x4f, 0x40, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x7a, 0x4a, 0x4c, 0x49, 0x4a, 0x48, -+ 0x4a, 0x7a, 0x4c, 0x41, 0x02, 0x0c, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xd0, 0xa0, 0x10, 0x50, 0x40, -+ 0x48, 0xc8, 0xb0, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x49, 0x4a, 0x4c, 0x4b, 0x4a, -+ 0x4a, 0x7b, 0x4a, 0x42, 0x03, 0x02, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x08, 0x10, 0xe0, 0x38, 0x08, -+ 0x08, 0xb8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x49, 0x4e, 0x48, 0x4b, 0x48, -+ 0x48, 0x78, 0x4d, 0x45, 0x09, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xec, 0x00, 0xf8, 0x10, -+ 0xa0, 0x50, 0x48, 0x04, 0x14, 0xf0, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x4b, 0x4a, 0x4a, 0x4b, 0x4a, -+ 0x4a, 0x7b, 0x4c, 0x44, 0x09, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x50, -+ 0x48, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x01, 0x7f, 0x49, 0x49, 0x4f, 0x49, 0x4b, -+ 0x4b, 0x7d, 0x45, 0x09, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x80, 0x38, 0x28, 0x28, 0xe8, 0x28, 0xa8, -+ 0xa8, 0x78, 0x40, 0x20, 0x10, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4b, 0x48, 0x4f, 0x48, 0x49, -+ 0x4e, 0x79, 0x4e, 0x41, 0x06, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xe0, 0x20, 0xfc, 0x88, 0xc8, -+ 0xf0, 0x60, 0xd0, 0x48, 0x44, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4c, 0x48, 0x49, 0x4a, -+ 0x48, 0x7b, 0x4d, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x88, 0xf0, 0x90, 0xa0, 0x60, -+ 0x90, 0xfc, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x79, 0x49, 0x4b, 0x4c, 0x48, 0x49, -+ 0x4f, 0x79, 0x49, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x10, 0x20, 0xa0, 0x60, 0x98, -+ 0xf4, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x70, 0x57, 0x54, 0x57, 0x54, 0x57, -+ 0x56, 0x76, 0x57, 0x4a, 0x08, 0x10, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0xc8, 0x28, 0xa8, -+ 0xb0, 0x90, 0xb4, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4b, 0x4a, 0x4b, 0x48, 0x49, -+ 0x49, 0x79, 0x49, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x3f, 0x04, 0x02, 0x3f, 0x21, 0x5f, 0x11, -+ 0x11, 0x01, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x80, 0xfc, 0x08, 0xf0, 0x10, -+ 0x30, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x01, 0x7f, 0x49, 0x49, 0x4f, 0x49, 0x49, -+ 0x4b, 0x7b, 0x4d, 0x49, 0x01, 0x01, 0x00, 0x00, -+ 0x50, 0x90, 0x10, 0x14, 0x34, 0xf8, 0x50, 0x90, -+ 0x50, 0x70, 0x28, 0x28, 0x44, 0x84, 0x00, 0x00, -+ 0x00, 0x02, 0x7a, 0x4b, 0x48, 0x4f, 0x48, 0x4b, -+ 0x4a, 0x7a, 0x4a, 0x42, 0x02, 0x02, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x40, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x02, 0x02, 0x77, 0x54, 0x57, 0x54, 0x57, 0x54, -+ 0x54, 0x77, 0x54, 0x47, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0x38, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0x28, 0xa8, 0x30, 0xa0, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x00, 0x1f, 0x11, 0x1f, -+ 0x11, 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x49, 0x48, 0x4b, 0x4a, 0x4c, -+ 0x4b, 0x7a, 0x4a, 0x42, 0x02, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x48, 0x40, -+ 0xf8, 0x48, 0x48, 0x48, 0x58, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x48, 0x4b, 0x4b, 0x4a, 0x4b, -+ 0x4a, 0x7b, 0x4a, 0x42, 0x02, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x28, 0xa8, 0xf8, -+ 0x48, 0xf8, 0x48, 0x48, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x71, 0x52, 0x57, 0x58, 0x57, 0x54, -+ 0x56, 0x75, 0x56, 0x45, 0x04, 0x05, 0x00, 0x00, -+ 0x80, 0x80, 0x40, 0x20, 0xf0, 0x08, 0xac, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x51, 0x57, 0x55, 0x55, 0x57, -+ 0x51, 0x73, 0x53, 0x45, 0x09, 0x01, 0x00, 0x00, -+ 0x08, 0x08, 0xe8, 0x28, 0xe8, 0x68, 0x68, 0xe8, -+ 0x28, 0xa8, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x49, 0x49, 0x49, 0x48, 0x4b, -+ 0x4a, 0x7c, 0x48, 0x40, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x08, 0xa0, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4a, 0x4b, 0x4a, 0x4b, -+ 0x4a, 0x7b, 0x4a, 0x45, 0x05, 0x08, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0x10, 0xf0, 0x00, 0xf8, -+ 0x00, 0xfc, 0xa4, 0x54, 0x54, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4b, 0x4a, 0x4b, 0x4a, -+ 0x4b, 0x78, 0x4f, 0x40, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x88, 0xfc, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x00, 0x7b, 0x48, 0x49, 0x48, 0x4f, 0x49, -+ 0x49, 0x7a, 0x4a, 0x44, 0x0b, 0x00, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x4b, 0x4a, 0x4b, 0x4b, 0x4a, -+ 0x4b, 0x79, 0x4b, 0x44, 0x01, 0x0e, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x20, 0xc0, 0xb0, 0x0c, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x4f, 0x48, 0x49, 0x4e, 0x48, -+ 0x4b, 0x7a, 0x4b, 0x42, 0x03, 0x02, 0x00, 0x00, -+ 0x80, 0xf8, 0x90, 0xfc, 0xd8, 0xe0, 0x88, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x02, 0x7a, 0x4b, 0x48, 0x4f, 0x48, 0x4b, -+ 0x4a, 0x7b, 0x4a, 0x40, 0x00, 0x0f, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x80, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0x50, 0x48, 0x7c, 0x84, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x48, 0x4a, 0x4a, 0x4a, 0x4a, -+ 0x4a, 0x7a, 0x4a, 0x43, 0x01, 0x0e, 0x00, 0x00, -+ 0x18, 0xe0, 0x04, 0xfc, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0xfc, 0x98, 0x04, 0x00, 0x00, -+ 0x00, 0x07, 0x74, 0x54, 0x54, 0x54, 0x54, 0x55, -+ 0x55, 0x75, 0x55, 0x44, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x68, 0xf8, 0x68, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x52, 0x52, 0x5f, 0x52, 0x5f, -+ 0x52, 0x73, 0x54, 0x44, 0x08, 0x13, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0x20, 0x7c, 0xc8, 0x48, 0xa8, -+ 0x28, 0x90, 0x90, 0xa8, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x49, 0x48, 0x4f, 0x49, 0x49, -+ 0x49, 0x79, 0x49, 0x41, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x02, 0x02, 0x7a, 0x4f, 0x4a, 0x4a, 0x4b, 0x4a, -+ 0x4a, 0x7a, 0x4c, 0x44, 0x08, 0x13, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xbc, 0x40, 0x60, 0xbc, 0xd0, -+ 0x90, 0xfc, 0xb0, 0xa8, 0xc8, 0x04, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x52, 0x5f, 0x5a, 0x5a, 0x5a, -+ 0x7f, 0x57, 0x46, 0x0a, 0x12, 0x02, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0x20, 0xfc, 0xd4, 0x98, 0x90, -+ 0x90, 0x30, 0xa8, 0xa8, 0x44, 0x84, 0x00, 0x00, -+ 0x00, 0x00, 0x77, 0x54, 0x54, 0x57, 0x54, 0x55, -+ 0x55, 0x75, 0x55, 0x4a, 0x08, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0x90, 0xfc, 0x90, 0xd8, -+ 0xf8, 0xf8, 0xfc, 0xbc, 0xd4, 0x90, 0x00, 0x00, -+ 0x00, 0x04, 0x73, 0x52, 0x58, 0x54, 0x54, 0x50, -+ 0x5e, 0x72, 0x53, 0x42, 0x05, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0xfc, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x49, 0x4b, 0x4a, 0x4f, 0x49, -+ 0x49, 0x79, 0x49, 0x40, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0xfc, 0x08, 0xfc, 0xf0, -+ 0x10, 0xf0, 0x10, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1e, 0x12, 0x12, 0x1e, 0x00, 0x3f, 0x01, -+ 0x7f, 0x00, 0x1e, 0x12, 0x1e, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0xf0, 0x00, 0xf8, 0x00, -+ 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x90, 0x00, 0x00, -+ 0x05, 0x16, 0x2c, 0x12, 0x3f, 0x20, 0x4f, 0x08, -+ 0x0f, 0x02, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x28, 0x70, 0xb0, 0x48, 0xfc, 0x08, 0xe0, 0x20, -+ 0xe0, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x05, 0x75, 0x55, 0x57, 0x5c, 0x51, 0x5f, -+ 0x52, 0x73, 0x52, 0x43, 0x04, 0x08, 0x00, 0x00, -+ 0x20, 0x24, 0xf8, 0x20, 0xa4, 0xfc, 0x20, 0xf8, -+ 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x05, 0x05, 0x75, 0x5f, 0x55, 0x57, 0x55, 0x57, -+ 0x55, 0x7f, 0x55, 0x45, 0x08, 0x11, 0x00, 0x00, -+ 0x08, 0x10, 0x60, 0xc0, 0x40, 0x7c, 0x50, 0x50, -+ 0x50, 0xd0, 0x50, 0x90, 0x90, 0x10, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x52, 0x57, 0x54, 0x57, 0x54, -+ 0x57, 0x72, 0x5f, 0x42, 0x02, 0x03, 0x00, 0x00, -+ 0x00, 0x38, 0xe8, 0x28, 0xa8, 0xb8, 0xa8, 0xa8, -+ 0xb8, 0x28, 0xc8, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x02, 0x02, 0x73, 0x56, 0x5a, 0x5f, 0x52, 0x52, -+ 0x52, 0x77, 0x50, 0x45, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0xa8, 0xa8, 0xfc, 0xa8, 0xa8, -+ 0xa8, 0xfc, 0x00, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x49, 0x4f, 0x49, 0x49, 0x49, -+ 0x49, 0x79, 0x48, 0x45, 0x05, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x20, 0xfc, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0xc0, 0x28, 0x14, 0xf4, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x4b, 0x4b, 0x4d, 0x49, 0x4b, -+ 0x48, 0x7f, 0x4a, 0x42, 0x04, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0xb0, 0x78, 0x54, 0x10, 0xf8, -+ 0x00, 0xfc, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x00, 0x07, 0x70, 0x5f, 0x50, 0x57, 0x55, 0x57, -+ 0x54, 0x77, 0x54, 0x47, 0x05, 0x09, 0x00, 0x00, -+ 0x80, 0xf8, 0x88, 0xfc, 0x88, 0xf8, 0xa8, 0xb8, -+ 0x88, 0xf8, 0x88, 0xb8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x02, 0x02, 0x7b, 0x4d, 0x48, 0x48, 0x4f, 0x49, -+ 0x49, 0x79, 0x4a, 0x44, 0x1f, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x88, 0x00, 0xfc, 0x50, -+ 0x50, 0x58, 0xe4, 0x44, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x48, 0x4b, 0x4a, 0x4b, -+ 0x48, 0x7f, 0x48, 0x41, 0x06, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xb8, 0xa8, 0xb8, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x01, 0x07, 0x79, 0x48, 0x4f, 0x49, 0x49, 0x49, -+ 0x4b, 0x7a, 0x4a, 0x42, 0x02, 0x02, 0x00, 0x00, -+ 0x10, 0xfc, 0x50, 0x40, 0xfc, 0xf0, 0x10, 0xf0, -+ 0xf8, 0x08, 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4c, 0x4a, 0x4a, 0x4c, 0x4b, -+ 0x4a, 0x7f, 0x48, 0x47, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xa8, 0xa4, 0x94, 0x70, 0xf8, -+ 0xa8, 0xfc, 0x00, 0xfc, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x49, 0x49, 0x49, 0x4b, -+ 0x4b, 0x7a, 0x4b, 0x47, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xf0, 0x10, 0xf0, 0xf0, 0x10, 0xf0, 0xf8, -+ 0xf8, 0x48, 0xf8, 0xfc, 0x10, 0x10, 0x00, 0x00, -+ 0x01, 0x06, 0x76, 0x55, 0x5f, 0x51, 0x52, 0x57, -+ 0x59, 0x77, 0x55, 0x43, 0x03, 0x0c, 0x00, 0x00, -+ 0x04, 0xf4, 0xb4, 0xb4, 0x74, 0x94, 0x94, 0xf4, -+ 0x34, 0xd4, 0x54, 0x84, 0xc4, 0x0c, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x4b, 0x4b, 0x4d, 0x49, 0x49, -+ 0x49, 0x78, 0x4b, 0x42, 0x05, 0x08, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0xf8, 0x50, 0xf0, 0x50, -+ 0xf0, 0xa0, 0xf0, 0x78, 0xc0, 0x7c, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x4b, 0x4b, 0x4d, 0x49, 0x49, -+ 0x49, 0x7f, 0x4a, 0x42, 0x05, 0x08, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0xf8, 0x50, 0xf0, 0x50, -+ 0xf0, 0xfc, 0x48, 0x78, 0xc0, 0x7c, 0x00, 0x00, -+ 0x01, 0x0f, 0x71, 0x55, 0x54, 0x5d, 0x55, 0x55, -+ 0x5d, 0x75, 0x50, 0x45, 0x04, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xd0, 0x14, 0xd8, 0x50, 0x54, -+ 0xd4, 0x4c, 0x00, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x17, 0x13, 0x6a, 0x2b, 0x13, 0x2a, 0x7b, 0x13, -+ 0x21, 0x3f, 0x27, 0x24, 0x27, 0x20, 0x00, 0x00, -+ 0xf8, 0xa8, 0xb0, 0xb0, 0xa8, 0x28, 0xb8, 0xa0, -+ 0x00, 0xf8, 0xc8, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4b, 0x4a, 0x4b, 0x4a, 0x4b, -+ 0x4a, 0x7c, 0x4f, 0x43, 0x00, 0x07, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, -+ 0xa8, 0xc4, 0xfc, 0x20, 0xe0, 0x18, 0x00, 0x00, -+ 0x1e, 0x12, 0x1e, 0x3f, 0x20, 0x2f, 0x22, 0x3f, -+ 0x29, 0x2f, 0x2f, 0x29, 0x3f, 0x41, 0x00, 0x00, -+ 0x78, 0x48, 0x78, 0xfc, 0x20, 0xa0, 0x20, 0xfc, -+ 0x48, 0xa8, 0x30, 0xb0, 0x48, 0x84, 0x00, 0x00, -+ 0x1e, 0x12, 0x1e, 0x7f, 0x02, 0x1f, 0x1f, 0x13, -+ 0x1f, 0x0c, 0x7e, 0x12, 0x1e, 0x12, 0x00, 0x00, -+ 0xf0, 0x90, 0xf0, 0xfc, 0x00, 0xf0, 0x90, 0xf0, -+ 0xf0, 0x60, 0xfc, 0x90, 0xf0, 0x90, 0x00, 0x00, -+ 0x00, 0x07, 0x74, 0x5f, 0x55, 0x57, 0x57, 0x54, -+ 0x57, 0x77, 0x54, 0x47, 0x07, 0x04, 0x00, 0x00, -+ 0x18, 0xf0, 0x88, 0xfc, 0x28, 0xf8, 0x88, 0x88, -+ 0xfc, 0xc8, 0x28, 0xa8, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x03, 0x79, 0x49, 0x49, 0x4b, 0x48, 0x4f, -+ 0x4a, 0x7b, 0x4b, 0x42, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0xf0, 0xf0, 0xf8, 0x10, 0xfc, -+ 0xa8, 0xb8, 0xb8, 0xac, 0xf8, 0x88, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x55, 0x55, 0x57, 0x5a, 0x52, -+ 0x5f, 0x77, 0x56, 0x4a, 0x12, 0x02, 0x00, 0x00, -+ 0x28, 0x28, 0xa8, 0x7c, 0x68, 0xa8, 0xbc, 0x28, -+ 0xa8, 0x3c, 0xa8, 0xa8, 0x3c, 0x20, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x52, 0x5f, 0x5a, 0x5f, 0x5a, -+ 0x5f, 0x72, 0x5f, 0x42, 0x02, 0x02, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x7c, 0xd4, 0xfc, 0xd4, 0xfc, -+ 0xa8, 0x7c, 0x88, 0x7c, 0x28, 0x18, 0x00, 0x00, -+ 0x01, 0x0f, 0x73, 0x57, 0x52, 0x5f, 0x57, 0x5f, -+ 0x53, 0x7e, 0x53, 0x4f, 0x01, 0x07, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xa0, 0xf8, 0xa8, 0xe8, 0xbc, -+ 0xac, 0x44, 0xf0, 0xfc, 0x10, 0xf8, 0x00, 0x00, -+ 0x00, 0x07, 0x75, 0x55, 0x57, 0x55, 0x55, 0x57, -+ 0x55, 0x75, 0x57, 0x46, 0x05, 0x09, 0x00, 0x00, -+ 0x30, 0x50, 0x48, 0xfc, 0xac, 0xf4, 0xfc, 0x00, -+ 0x78, 0x48, 0x78, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x0f, 0x08, 0x7f, 0x5b, 0x5b, 0x5f, 0x5d, 0x5f, -+ 0x5b, 0x7b, 0x4e, 0x0b, 0x10, 0x27, 0x00, 0x00, -+ 0xf8, 0x08, 0xf8, 0x58, 0x58, 0xf8, 0x28, 0xf8, -+ 0xf8, 0xe8, 0xa8, 0xe8, 0xa8, 0xf0, 0x00, 0x00, -+ 0x03, 0x0e, 0x73, 0x5e, 0x53, 0x5c, 0x52, 0x5f, -+ 0x55, 0x76, 0x57, 0x45, 0x06, 0x07, 0x00, 0x00, -+ 0x80, 0x78, 0xa8, 0x28, 0xc8, 0x98, 0xf0, 0xfc, -+ 0x28, 0xd8, 0xf8, 0x28, 0xd8, 0xf8, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x22, 0x22, 0x24, 0x2c, 0x34, -+ 0x24, 0x24, 0x24, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x88, 0x98, 0xa8, 0xc8, 0x88, -+ 0x98, 0x98, 0x78, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x22, 0x2c, 0x37, 0x20, 0x2f, -+ 0x21, 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x88, 0x68, 0xd8, 0x08, 0xe8, -+ 0x28, 0x28, 0xc8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x29, 0x21, 0x2f, 0x21, -+ 0x21, 0x22, 0x24, 0x28, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x98, 0x78, 0x08, 0xe8, 0x08, -+ 0xe8, 0x28, 0x28, 0xc8, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x3f, 0x22, 0x27, 0x26, 0x2b, -+ 0x32, 0x23, 0x22, 0x22, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xe8, 0x28, 0xe8, -+ 0x28, 0xe8, 0x28, 0x68, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x2f, 0x21, 0x2f, 0x22, 0x3f, -+ 0x27, 0x24, 0x27, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0x08, 0xc8, 0x48, 0xf8, -+ 0xc8, 0x48, 0xc8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x27, 0x21, 0x2f, 0x24, 0x22, -+ 0x2f, 0x21, 0x27, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xc8, 0x08, 0xe8, 0x48, 0x88, -+ 0xe8, 0x08, 0xc8, 0x08, 0xf8, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x37, 0x22, 0x3f, 0x24, 0x2f, -+ 0x34, 0x25, 0x24, 0x23, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xd8, 0x88, 0xf8, 0x48, 0xe8, -+ 0x58, 0x88, 0x28, 0xe8, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x3f, 0x20, 0x2e, 0x2a, -+ 0x2e, 0x23, 0x3c, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0xa8, 0xf8, 0x88, 0xa8, 0xa8, -+ 0x58, 0x78, 0xb8, 0x18, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x27, 0x22, 0x2f, 0x27, 0x27, -+ 0x27, 0x24, 0x2f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xc8, 0x48, 0xe8, 0xc8, 0xc8, -+ 0xe8, 0x48, 0xe8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x27, 0x24, 0x2f, 0x28, 0x2f, 0x2f, -+ 0x28, 0x2f, 0x26, 0x38, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0x48, 0xe8, 0x28, 0xe8, 0xe8, -+ 0x28, 0xe8, 0x68, 0x18, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x2f, 0x27, 0x25, 0x27, 0x25, -+ 0x27, 0x2f, 0x20, 0x2f, 0x22, 0x3f, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0xc8, 0x48, 0xc8, 0x48, -+ 0xe8, 0xe8, 0x48, 0xe8, 0x48, 0xf8, 0x00, 0x00, -+ 0x00, 0x3f, 0x27, 0x24, 0x27, 0x21, 0x3f, 0x2f, -+ 0x2b, 0x2a, 0x2b, 0x2f, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0x48, 0xc8, 0x08, 0xf8, 0xe8, -+ 0xa8, 0xa8, 0xa8, 0xe8, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x09, 0x15, 0x25, 0x7f, 0x00, -+ 0x1f, 0x17, 0x14, 0x17, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x20, 0x50, 0x90, 0xfc, 0x00, -+ 0xf0, 0xd0, 0x50, 0xd0, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x2f, 0x2a, 0x2f, 0x3f, 0x27, 0x24, -+ 0x27, 0x3e, 0x27, 0x2c, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0xc8, 0x48, -+ 0xd8, 0xa8, 0x48, 0x38, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x10, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x10, -+ 0x14, 0x19, 0x61, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0xa0, -+ 0xa0, 0x20, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x13, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x10, -+ 0x14, 0x18, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x60, 0x50, 0x48, -+ 0x48, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x12, 0x7e, 0x12, 0x12, 0x12, -+ 0x16, 0x1a, 0x62, 0x03, 0x02, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x11, 0x7e, 0x12, 0x14, 0x10, -+ 0x14, 0x18, 0x61, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x44, 0x48, 0x50, 0xc0, -+ 0xa0, 0xa0, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x11, -+ 0x15, 0x1a, 0x62, 0x04, 0x08, 0x00, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x12, 0x7e, 0x12, 0x12, 0x12, -+ 0x16, 0x1a, 0x62, 0x02, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x78, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x13, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x11, -+ 0x16, 0x18, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x40, 0x60, 0xd0, 0x48, -+ 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x17, 0x7d, 0x11, 0x11, 0x11, -+ 0x15, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x05, 0x3d, 0x05, 0x0d, -+ 0x35, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x48, 0x50, 0x60, 0x48, -+ 0x38, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x08, 0x0b, 0x18, 0x28, 0x49, 0x09, -+ 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x50, 0x48, 0x5c, 0xe0, 0x20, 0x10, 0x14, 0x0c, -+ 0x04, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x12, 0x7e, 0x12, 0x13, 0x13, -+ 0x16, 0x1a, 0x64, 0x04, 0x09, 0x16, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x50, 0x40, 0xf8, 0x08, -+ 0x90, 0x90, 0x60, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x11, 0x7d, 0x13, 0x15, 0x11, -+ 0x15, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0x10, 0xfc, 0x10, 0x90, 0x50, -+ 0x50, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x13, 0x7e, 0x17, 0x12, 0x12, -+ 0x17, 0x1a, 0x62, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xc8, 0x48, 0x48, -+ 0xc8, 0x70, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x10, 0x7c, 0x11, 0x10, 0x10, -+ 0x14, 0x18, 0x61, 0x00, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x50, 0x90, 0xa0, 0x68, -+ 0x48, 0x90, 0x30, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x13, -+ 0x16, 0x1a, 0x62, 0x02, 0x03, 0x0c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf4, -+ 0x44, 0x48, 0x30, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x10, 0x11, 0x12, 0x7c, 0x10, 0x11, 0x13, -+ 0x15, 0x19, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x80, 0xf8, 0x00, 0x00, 0x80, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x13, 0x10, 0x10, 0x7c, 0x13, 0x10, 0x10, -+ 0x17, 0x18, 0x60, 0x00, 0x07, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x50, 0x88, 0xfc, 0x44, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x10, 0x10, 0x13, 0x7c, 0x10, 0x10, 0x10, -+ 0x17, 0x18, 0x61, 0x01, 0x02, 0x04, 0x00, 0x00, -+ 0x08, 0x88, 0x90, 0xfc, 0x90, 0x90, 0x90, 0x90, -+ 0xfc, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x10, 0x7c, 0x13, 0x10, 0x13, -+ 0x14, 0x18, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0xfc, -+ 0x40, 0x70, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x13, 0x7c, 0x10, 0x11, 0x12, -+ 0x10, 0x1f, 0x60, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x50, 0x88, 0xfc, 0x84, 0x80, 0xf8, 0x40, -+ 0x40, 0xfc, 0xc0, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x10, 0x11, 0x16, 0x7f, 0x12, 0x12, 0x13, -+ 0x16, 0x1a, 0x63, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x17, 0x10, 0x7f, 0x12, 0x12, 0x13, -+ 0x16, 0x1a, 0x63, 0x02, 0x02, 0x02, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x11, 0x7d, 0x12, 0x10, 0x10, -+ 0x17, 0x19, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x48, 0x44, 0x44, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x11, 0x7c, 0x10, 0x13, 0x10, -+ 0x17, 0x19, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x44, 0xa4, 0x18, 0x90, 0xe0, 0x90, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x1e, 0x10, 0x1e, 0x12, 0x02, -+ 0x7f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x10, 0xf0, 0x90, 0x80, -+ 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x11, 0x17, 0x11, 0x7c, 0x10, 0x10, 0x11, -+ 0x15, 0x1b, 0x65, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xa0, 0xa0, 0xa4, 0x28, -+ 0x30, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x10, 0x17, 0x11, 0x7d, 0x11, 0x12, 0x14, -+ 0x10, 0x1f, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x10, 0x98, 0x64, 0x44, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x12, 0x7e, 0x13, 0x12, 0x12, -+ 0x13, 0x1e, 0x64, 0x04, 0x08, 0x11, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0xa8, 0xc8, 0xc8, 0x98, 0x00, 0x00, -+ 0x00, 0x17, 0x10, 0x13, 0x7e, 0x12, 0x13, 0x12, -+ 0x14, 0x1b, 0x60, 0x00, 0x0f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0x48, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x11, 0x11, 0x11, 0x7d, 0x11, 0x13, 0x12, -+ 0x16, 0x1a, 0x62, 0x02, 0x02, 0x02, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x70, 0x50, 0x50, 0xf8, 0x08, -+ 0xe8, 0xa8, 0xa8, 0xe8, 0x88, 0x18, 0x00, 0x00, -+ 0x01, 0x11, 0x13, 0x15, 0x7d, 0x11, 0x11, 0x11, -+ 0x17, 0x1a, 0x63, 0x05, 0x09, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0xfc, 0x00, 0xf8, 0x48, 0x48, 0xb0, 0x00, 0x00, -+ 0x08, 0x09, 0x11, 0x11, 0x30, 0x57, 0x10, 0x13, -+ 0x14, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x40, 0xfc, 0xe0, 0x58, -+ 0x44, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x12, 0x7e, 0x13, 0x12, 0x13, -+ 0x16, 0x1b, 0x62, 0x05, 0x05, 0x08, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0x10, 0xf0, 0x00, 0xf8, -+ 0x00, 0xfc, 0xa4, 0x54, 0x54, 0x18, 0x00, 0x00, -+ 0x08, 0x0c, 0x2a, 0x2a, 0x59, 0x14, 0x22, 0x3f, -+ 0x21, 0x5f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0x30, 0xa8, 0xa8, 0x60, 0x50, 0x88, 0xfc, -+ 0x08, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x09, 0x4a, 0x25, 0x21, 0x0f, 0x12, 0x23, -+ 0x21, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x68, 0xfc, 0x68, 0xfc, -+ 0x30, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x36, 0x22, 0x36, 0x22, 0x23, 0x3e, 0x2b, -+ 0x08, 0x3e, 0x08, 0x08, 0x0e, 0x73, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x94, 0x14, 0x0c, 0xf8, -+ 0x88, 0x90, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x10, 0x17, 0x15, 0x7d, 0x15, 0x17, 0x15, -+ 0x15, 0x1d, 0x67, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x10, 0x10, -+ 0xfc, 0x90, 0x50, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x12, 0x7f, 0x10, 0x17, 0x10, -+ 0x14, 0x1c, 0x64, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0x00, 0xfc, 0x40, -+ 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3e, 0x2a, 0x3e, 0x7f, -+ 0x0a, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x90, 0x90, 0x10, -+ 0x10, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x2a, 0x3e, 0x2b, 0x3e, 0x08, 0x3e, -+ 0x0c, 0x71, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xfc, 0x28, 0x30, 0x20, -+ 0x60, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x2f, 0x29, 0x2f, 0x79, 0x2f, 0x28, 0x2b, -+ 0x2a, 0x3b, 0x6a, 0x0b, 0x0a, 0x08, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x78, 0x48, 0x78, 0x08, 0xe8, -+ 0x28, 0xe8, 0x28, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0x17, 0x7c, 0x14, 0x17, 0x14, -+ 0x16, 0x1e, 0x6b, 0x08, 0x1f, 0x00, 0x00, 0x00, -+ 0x80, 0xf8, 0x80, 0xfc, 0xb8, 0xc8, 0x78, 0xa0, -+ 0xa8, 0xa8, 0xb8, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x11, 0x17, 0x10, 0x7f, 0x12, 0x13, 0x13, -+ 0x16, 0x1b, 0x60, 0x0f, 0x01, 0x00, 0x00, 0x00, -+ 0x60, 0x10, 0xfc, 0xa0, 0xf8, 0xb8, 0x38, 0xf8, -+ 0x08, 0xf8, 0x10, 0xfc, 0x10, 0xb0, 0x00, 0x00, -+ 0x00, 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, -+ 0x17, 0x18, 0x6f, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0xe8, 0x58, 0xe8, 0xf8, 0xe8, -+ 0x58, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x17, 0x10, 0x13, 0x7e, 0x13, 0x10, 0x13, -+ 0x17, 0x18, 0x63, 0x0d, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf8, 0xa8, 0xf8, 0x40, 0x58, -+ 0x58, 0xc8, 0x28, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x10, 0x17, 0x11, 0x7d, 0x12, 0x17, 0x10, -+ 0x17, 0x1a, 0x62, 0x02, 0x03, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0xd8, 0x64, 0xfc, 0x00, -+ 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x17, 0x11, 0x10, 0x7d, 0x10, 0x17, 0x10, -+ 0x15, 0x1f, 0x61, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x10, 0xfc, 0x50, 0x48, 0xf8, 0x50, 0xfc, 0x50, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x29, 0x3a, 0x25, 0x25, 0x39, -+ 0x21, 0x21, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x20, 0xf8, 0xf8, 0x08, 0xf8, -+ 0xf8, 0x18, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x10, 0x14, 0x65, 0x1a, 0x14, 0x7c, -+ 0x09, 0x11, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0xfc, 0x90, 0xf8, 0xf8, 0x90, -+ 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x2f, 0x2e, 0x2f, 0x2f, 0x28, 0x2f, -+ 0x2f, 0x49, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x98, 0x94, 0xfc, 0x90, 0xb0, 0xa8, -+ 0xc8, 0x84, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0e, 0x3f, 0x2d, 0x52, 0x2c, 0x1e, 0x73, -+ 0x1e, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x50, 0x20, 0x50, 0x88, -+ 0x04, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x13, 0x10, 0x17, 0x7c, 0x13, 0x10, 0x17, -+ 0x16, 0x1a, 0x67, 0x02, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x40, 0xfc, -+ 0xa8, 0x94, 0xf8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x13, 0x7e, 0x12, 0x13, 0x12, -+ 0x16, 0x1a, 0x62, 0x04, 0x04, 0x0b, 0x00, 0x00, -+ 0x40, 0xfc, 0x90, 0xfc, 0x90, 0xf0, 0xfc, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x3e, 0x2a, -+ 0x3e, 0x2b, 0x3f, 0x1f, 0x01, 0x7f, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xf8, 0xa8, -+ 0xf8, 0xa8, 0xf8, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x13, 0x12, 0x12, 0x7e, 0x12, 0x12, 0x12, -+ 0x17, 0x1a, 0x65, 0x05, 0x08, 0x13, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0xa8, 0xf8, 0xf8, 0x20, 0xf8, -+ 0xfc, 0xe8, 0x74, 0xf8, 0x20, 0xfc, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x11, 0x7f, 0x10, 0x17, 0x14, -+ 0x17, 0x1b, 0x61, 0x07, 0x00, 0x03, 0x00, 0x00, -+ 0xf0, 0x10, 0xf0, 0xf0, 0xf8, 0x40, 0xfc, 0x48, -+ 0x58, 0x58, 0xf0, 0xfc, 0x90, 0xf8, 0x00, 0x00, -+ 0x00, 0x17, 0x13, 0x12, 0x7f, 0x10, 0x17, 0x13, -+ 0x10, 0x1f, 0x61, 0x0f, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0xb8, 0xa8, 0xb8, 0xa0, 0xfc, 0xf8, -+ 0xa0, 0xfc, 0x48, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x08, 0x3e, 0x14, 0x7f, 0x3e, 0x22, 0x3e, 0x3e, -+ 0x26, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x80, 0xf8, 0xf8, 0x08, 0xf8, 0xf0, 0xb8, 0x9c, -+ 0x7c, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x24, 0x24, 0x24, 0x3c, 0x27, 0x04, 0x04, -+ 0x7c, 0x24, 0x24, 0x24, 0x47, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x00, 0x3f, 0x22, 0x5e, -+ 0x10, 0x1e, 0x12, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x88, 0xf0, -+ 0x10, 0xf0, 0x90, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x00, 0x3f, 0x20, 0x5f, -+ 0x0f, 0x08, 0x0f, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x08, 0xf0, -+ 0xe0, 0x20, 0xe0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x17, 0x10, 0x11, 0x7d, 0x12, 0x14, 0x13, -+ 0x16, 0x1b, 0x62, 0x03, 0x02, 0x02, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x50, 0x70, 0xc0, 0x3c, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x3f, 0x20, 0x5f, 0x02, -+ 0x1e, 0x10, 0x1e, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0xfc, 0x08, 0xf0, 0x80, -+ 0xf0, 0x10, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x00, 0x7f, 0x0f, 0x01, -+ 0x0f, 0x7f, 0x1e, 0x13, 0x1e, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0xe8, 0x00, -+ 0xe0, 0xfc, 0x10, 0xfc, 0x90, 0x30, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x07, 0x04, 0x0c, 0x14, 0x22, -+ 0x02, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x02, 0x22, 0x22, 0x17, 0x14, 0x08, 0x18, 0x24, -+ 0x02, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x20, 0x20, 0x40, 0x40, -+ 0x80, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x03, 0x0c, 0x7f, 0x12, 0x14, 0x0f, 0x08, 0x0f, -+ 0x0f, 0x08, 0x0f, 0x3c, 0x03, 0x7c, 0x00, 0x00, -+ 0xc0, 0x80, 0xf0, 0x90, 0x50, 0xe0, 0x20, 0xe0, -+ 0xe0, 0x20, 0xe0, 0x40, 0x80, 0x78, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x1f, 0x00, 0x7f, 0x01, 0x03, -+ 0x0c, 0x32, 0x01, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xfc, 0x00, 0xf0, -+ 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x49, 0x01, -+ 0x06, 0x1a, 0x01, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x70, 0x70, 0xa8, 0x24, 0xf0, -+ 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x2a, 0x3e, 0x2b, 0x3e, 0x08, 0x7e, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x50, 0x20, 0x50, 0x9c, -+ 0x24, 0x68, 0x98, 0x10, 0x20, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x01, 0x01, 0x01, 0x7f, -+ 0x01, 0x03, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x10, 0xfc, -+ 0x00, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x01, 0x1f, 0x01, 0x01, 0x01, 0x7f, 0x03, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, -+ 0x80, 0x80, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x02, 0x04, 0x19, 0x61, -+ 0x01, 0x1f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, -+ 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x04, 0x1f, 0x60, 0x1f, -+ 0x02, 0x03, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0xf0, 0x0c, 0xf0, -+ 0x00, 0xe0, 0x20, 0x40, 0x40, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x09, 0x09, 0x09, 0x15, 0x15, -+ 0x23, 0x02, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x20, 0x20, 0x50, 0x48, -+ 0x88, 0x80, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x08, 0x04, 0x04, 0x7f, 0x00, -+ 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x20, 0x20, 0x40, 0xfc, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x12, 0x12, 0x24, 0x09, -+ 0x01, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x50, 0x48, 0x48, 0xc0, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x03, 0x0c, 0x70, 0x1f, 0x12, 0x12, 0x14, -+ 0x11, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0xf0, 0x90, 0xb0, 0x70, -+ 0x10, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x05, 0x19, 0x6f, 0x01, -+ 0x1f, 0x01, 0x0f, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0xec, 0x00, -+ 0xf0, 0x00, 0xe0, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x22, 0x0e, 0x01, 0x03, -+ 0x1f, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x30, 0xe0, 0x10, 0x08, 0x48, 0x40, 0xa0, 0x10, -+ 0xf0, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x24, 0x24, 0x3c, 0x05, 0x7c, 0x24, 0x24, 0x45, -+ 0x01, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x00, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x02, 0x02, 0x7f, 0x09, 0x1f, 0x61, 0x1f, 0x02, -+ 0x0f, 0x74, 0x07, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0xf0, 0x4c, 0xf8, 0x40, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x07, 0x10, 0x2f, 0x42, 0x1f, 0x12, 0x14, 0x1f, -+ 0x10, 0x1f, 0x01, 0x7f, 0x0c, 0x70, 0x00, 0x00, -+ 0xe0, 0x20, 0xf0, 0x8c, 0xf0, 0xb0, 0x70, 0xf0, -+ 0x10, 0xf0, 0x00, 0xfc, 0x60, 0x1c, 0x00, 0x00, -+ 0x02, 0x04, 0x1f, 0x13, 0x15, 0x13, 0x1f, 0x13, -+ 0x15, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x90, 0x50, 0x90, 0xf0, 0x90, -+ 0x50, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x24, 0x24, 0x3f, 0x25, 0x04, 0x7f, 0x25, 0x24, -+ 0x44, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0xf8, 0x50, 0x20, 0xd0, 0xfc, 0x10, 0x90, -+ 0x30, 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x0c, 0x7f, 0x13, 0x12, -+ 0x13, 0x17, 0x15, 0x17, 0x10, 0x0f, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x30, 0xfc, 0xe0, 0x20, -+ 0xe0, 0x70, 0x50, 0x70, 0x00, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x13, 0x12, -+ 0x3e, 0x24, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x13, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0x08, 0x88, 0x48, -+ 0x48, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x24, 0x24, 0x24, 0x3f, 0x24, 0x04, 0x7c, -+ 0x15, 0x15, 0x14, 0x24, 0x25, 0x46, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x90, -+ 0x10, 0xa0, 0x60, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x10, 0x17, 0x30, 0x50, 0x17, -+ 0x11, 0x11, 0x13, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x80, 0x80, 0xfc, -+ 0x10, 0x10, 0xe0, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x12, 0x12, 0x31, 0x50, 0x17, -+ 0x11, 0x11, 0x13, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0x00, 0xf8, 0x80, 0xfc, -+ 0x10, 0x10, 0xe0, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x25, -+ 0x79, 0x49, 0x0d, 0x15, 0x21, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x24, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x20, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0a, 0x13, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0x88, 0xf8, 0x88, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x13, 0x12, -+ 0x3e, 0x24, 0x06, 0x0b, 0x11, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xc8, 0xa8, 0xa8, 0xfc, 0x88, -+ 0xc8, 0xa8, 0xa8, 0xfc, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3d, 0x24, 0x06, 0x08, 0x11, 0x26, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x28, 0xf8, 0xa0, -+ 0xfc, 0x24, 0x78, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x02, -+ 0x7f, 0x04, 0x0f, 0x11, 0x06, 0x38, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, -+ 0xfc, 0x40, 0x40, 0xc0, 0x20, 0x10, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x08, 0x7e, 0x12, 0x13, 0x12, -+ 0x3c, 0x24, 0x06, 0x0b, 0x11, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0x90, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x11, 0x7d, 0x27, 0x25, 0x25, -+ 0x79, 0x49, 0x0d, 0x15, 0x21, 0x41, 0x00, 0x00, -+ 0x80, 0x8c, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xfc, -+ 0x10, 0x10, 0x10, 0x10, 0x7c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x12, 0x11, 0x7d, 0x24, 0x24, 0x25, -+ 0x7a, 0x48, 0x0d, 0x15, 0x22, 0x44, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xa0, 0xb0, 0xa8, -+ 0xa8, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x10, 0x7c, 0x27, 0x24, 0x24, -+ 0x78, 0x4b, 0x0c, 0x14, 0x20, 0x41, 0x00, 0x00, -+ 0x60, 0xa8, 0xa4, 0xa4, 0xa0, 0xfc, 0xa8, 0xa8, -+ 0xd8, 0x90, 0x94, 0xac, 0xcc, 0x84, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x24, 0x25, 0x25, -+ 0x75, 0x49, 0x0d, 0x15, 0x25, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x49, 0x29, 0x22, 0x0c, 0x10, 0x20, 0x27, -+ 0x02, 0x7f, 0x04, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x54, 0xd4, 0x60, 0xc0, 0x00, -+ 0x00, 0xfc, 0x40, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x10, 0x17, 0x12, 0x12, 0x7f, 0x2a, 0x2a, 0x2f, -+ 0x2a, 0x72, 0x12, 0x1c, 0x27, 0x48, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, 0xa8, -+ 0xa4, 0xa4, 0xa4, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x13, -+ 0x3c, 0x04, 0x06, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3c, 0x05, 0x06, 0x0a, 0x10, 0x23, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x20, 0xfc, 0x24, 0x44, 0x84, 0x18, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x15, 0x7e, 0x2e, 0x2d, 0x2d, -+ 0x75, 0x55, 0x1f, 0x2c, 0x24, 0x44, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x11, 0x7e, 0x24, 0x25, 0x24, -+ 0x78, 0x08, 0x0c, 0x10, 0x27, 0x40, 0x00, 0x00, -+ 0x08, 0x30, 0xc8, 0x24, 0x24, 0x18, 0xe0, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x11, 0x7e, 0x24, 0x24, 0x25, -+ 0x6b, 0x18, 0x0c, 0x14, 0x21, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x04, 0x88, 0xb8, 0xe8, 0x68, -+ 0x68, 0xf0, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x17, 0x12, 0x12, 0x7b, 0x2a, 0x2a, 0x2b, -+ 0x6a, 0x12, 0x13, 0x1c, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0xc8, 0xc8, 0xa8, -+ 0xb0, 0x90, 0xb0, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x1e, 0x12, 0x1e, 0x12, 0x7f, -+ 0x02, 0x7f, 0x04, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, -+ 0x00, 0xfc, 0x40, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x7e, 0x12, 0x12, 0x12, -+ 0x3a, 0x24, 0x07, 0x0a, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0xa8, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x50, 0x90, 0xfc, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x49, 0x08, -+ 0x02, 0x7f, 0x04, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x70, 0x70, 0xa8, 0x24, 0x20, -+ 0x00, 0xfc, 0x40, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x12, 0x7f, 0x2a, 0x2a, 0x2a, -+ 0x6a, 0x12, 0x1a, 0x14, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x00, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x24, -+ 0x6b, 0x1a, 0x0e, 0x12, 0x2f, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x68, 0x98, 0x08, 0xf8, 0x00, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x08, 0x7e, 0x13, 0x12, 0x12, -+ 0x3c, 0x24, 0x06, 0x0b, 0x10, 0x20, 0x00, 0x00, -+ 0x50, 0xfc, 0x50, 0xf8, 0x50, 0xfc, 0x20, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xfc, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x10, 0x7f, 0x2a, 0x2a, 0x2b, -+ 0x29, 0x72, 0x11, 0x1a, 0x20, 0x43, 0x00, 0x00, -+ 0x00, 0xb8, 0x88, 0x88, 0xb8, 0x20, 0x20, 0xb8, -+ 0x98, 0xa8, 0x98, 0xa8, 0x88, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x12, 0x7b, 0x2a, 0x2a, 0x2b, -+ 0x28, 0x73, 0x11, 0x18, 0x20, 0x47, 0x00, 0x00, -+ 0xc0, 0x58, 0x48, 0x48, 0x58, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x10, 0xa0, 0xe0, 0x1c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x25, -+ 0x75, 0x08, 0x0d, 0x16, 0x22, 0x44, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xf8, 0x20, 0xf8, 0x20, -+ 0xfc, 0x54, 0x2c, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x10, 0x7c, 0x27, 0x24, 0x24, -+ 0x78, 0x08, 0x0d, 0x16, 0x22, 0x44, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xb8, 0xa0, 0xfc, 0x80, 0xf8, -+ 0x80, 0xfc, 0x54, 0xac, 0xac, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x12, 0x7a, 0x2a, 0x2a, 0x2b, -+ 0x2b, 0x73, 0x13, 0x1a, 0x23, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x68, 0x68, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x13, 0x7a, 0x2d, 0x29, 0x29, -+ 0x28, 0x73, 0x1a, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xfc, 0x08, 0xf0, 0x10, 0xf0, -+ 0x40, 0xf8, 0x48, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x17, 0x79, 0x2f, 0x2d, 0x2d, -+ 0x2f, 0x73, 0x13, 0x1d, 0x29, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xd0, 0x3c, 0xe8, 0x68, 0x68, -+ 0xd8, 0x98, 0x50, 0x58, 0x28, 0x44, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x13, 0x7a, 0x2a, 0x2b, 0x28, -+ 0x29, 0x70, 0x17, 0x19, 0x22, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0x00, -+ 0xf0, 0x00, 0xfc, 0x50, 0x48, 0xc0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x13, 0x7a, 0x2b, 0x2a, 0x2a, -+ 0x2a, 0x72, 0x12, 0x1a, 0x22, 0x43, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x08, 0xe8, -+ 0xa8, 0xe8, 0xa8, 0xe8, 0xa8, 0x78, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x13, 0x7a, 0x2b, 0x2a, 0x2a, -+ 0x2b, 0x72, 0x12, 0x1b, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x48, 0x48, -+ 0xf8, 0xe8, 0xd8, 0x58, 0x48, 0x58, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x13, 0x7c, 0x25, 0x26, 0x24, -+ 0x7b, 0x0a, 0x0e, 0x12, 0x22, 0x42, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xf8, 0xa0, 0xf0, 0xa8, 0xe4, -+ 0xf8, 0x08, 0xe8, 0xa8, 0xe8, 0x98, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x13, 0x7c, 0x2b, 0x2a, 0x2b, -+ 0x2a, 0x73, 0x18, 0x17, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0x00, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x21, 0x3e, 0x32, 0x5e, -+ 0x02, 0x7f, 0x04, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0x50, 0xfc, 0x20, 0xf8, 0x20, -+ 0x20, 0xfc, 0x40, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x01, 0x7d, 0x55, 0x55, 0x7f, 0x56, 0x7e, 0x12, -+ 0x7f, 0x15, 0x15, 0x26, 0x26, 0x4c, 0x00, 0x00, -+ 0x00, 0x7c, 0x54, 0x54, 0xfc, 0xd4, 0xfc, 0x90, -+ 0xfc, 0x14, 0x94, 0xa4, 0x24, 0x4c, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x15, 0x7f, 0x2d, 0x2f, 0x29, -+ 0x2f, 0x71, 0x12, 0x1a, 0x24, 0x48, 0x00, 0x00, -+ 0x08, 0xc8, 0x48, 0x48, 0xfc, 0x54, 0xd4, 0x14, -+ 0xd4, 0x78, 0x48, 0x48, 0x54, 0xe4, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x13, 0x7d, 0x26, 0x24, 0x27, -+ 0x24, 0x78, 0x08, 0x14, 0x20, 0x43, 0x00, 0x00, -+ 0x40, 0xfc, 0x08, 0xf8, 0x50, 0x60, 0xf8, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x11, 0x7d, 0x25, 0x25, 0x27, -+ 0x7a, 0x0b, 0x0f, 0x17, 0x21, 0x46, 0x00, 0x00, -+ 0x40, 0xf0, 0x10, 0xf0, 0xf0, 0x10, 0xf0, 0xf8, -+ 0x48, 0xf8, 0xf8, 0xfc, 0x10, 0x10, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x11, 0x7f, 0x2d, 0x2d, 0x2f, -+ 0x2b, 0x73, 0x15, 0x19, 0x29, 0x41, 0x00, 0x00, -+ 0x00, 0x3c, 0xd4, 0x14, 0xec, 0x7c, 0x64, 0xfc, -+ 0x24, 0xbc, 0x64, 0x3c, 0x18, 0x64, 0x00, 0x00, -+ 0x10, 0x17, 0x13, 0x12, 0x7b, 0x28, 0x2b, 0x29, -+ 0x28, 0x77, 0x11, 0x1f, 0x29, 0x43, 0x00, 0x00, -+ 0x40, 0xfc, 0xb8, 0xa8, 0xb8, 0xa0, 0xf8, 0xf0, -+ 0xa0, 0xfc, 0xc8, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x12, 0x12, 0x13, 0x15, 0x78, 0x2f, 0x2a, 0x2e, -+ 0x2a, 0x76, 0x12, 0x1e, 0x23, 0x4e, 0x00, 0x00, -+ 0xa0, 0xb0, 0xe8, 0x68, 0x20, 0xfc, 0xa0, 0xe8, -+ 0xa8, 0xd0, 0xd4, 0xac, 0xcc, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x13, 0x7b, 0x2d, 0x29, 0x29, -+ 0x2f, 0x73, 0x13, 0x1d, 0x29, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x58, 0x50, 0x78, 0x48, -+ 0xf8, 0x48, 0xf8, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, -+ 0x0f, 0x71, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x20, 0x40, 0x80, 0x00, 0x30, 0xc0, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x04, 0x08, 0x08, 0x1f, 0x20, -+ 0x40, 0x01, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x78, 0x08, 0x08, 0xe8, 0x70, -+ 0x80, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x1e, 0x11, 0x11, 0x2f, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x30, 0xe0, 0x10, 0x08, 0x08, 0xe0, 0x40, 0x80, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x3f, 0x20, 0x4f, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x08, 0xe0, 0x40, -+ 0x80, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x7f, 0x12, 0x12, 0x3c, 0x06, 0x19, 0x6f, -+ 0x00, 0x01, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x50, 0x20, 0xd0, 0x0c, 0xe0, -+ 0xc0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7c, 0x07, 0x08, 0x0a, 0x11, 0x10, 0x14, -+ 0x18, 0x70, 0x11, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x50, 0x90, 0xa0, 0x68, -+ 0x48, 0x90, 0x30, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x00, 0x3f, 0x22, 0x3f, 0x00, -+ 0x3e, 0x04, 0x0e, 0x78, 0x09, 0x1a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf0, 0x50, 0x50, 0xd0, -+ 0x50, 0x70, 0xb4, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x04, 0x7f, 0x0a, 0x34, 0x0a, 0x3f, 0x01, -+ 0x1f, 0x00, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x28, 0xd0, 0x28, 0xfc, 0x04, -+ 0xf0, 0xc0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x37, 0x2d, 0x2d, 0x3f, 0x3f, 0x2d, -+ 0x2d, 0x2d, 0x7d, 0x16, 0x14, 0x24, 0x00, 0x00, -+ 0x04, 0x78, 0x58, 0x54, 0x94, 0x00, 0x7c, 0x08, -+ 0x10, 0xfc, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x1a, 0x11, 0x1e, 0x12, 0x1d, 0x12, 0x3f, -+ 0x20, 0x4f, 0x00, 0x3f, 0x01, 0x03, 0x00, 0x00, -+ 0x80, 0xf0, 0x10, 0xf0, 0x90, 0x70, 0x90, 0xfc, -+ 0x08, 0xe0, 0xc0, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x02, 0x03, 0x0c, 0x77, -+ 0x00, 0x01, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x80, 0x80, 0x60, 0xdc, -+ 0x80, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3d, 0x04, 0x0b, 0x0b, 0x15, 0x10, 0x1f, -+ 0x70, 0x13, 0x12, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x58, 0x50, 0x40, 0xfc, -+ 0x80, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x01, 0x01, 0x3f, 0x20, 0x20, -+ 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x04, 0x08, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x22, 0x42, 0x02, 0x02, -+ 0x03, 0x02, 0x02, 0x02, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x04, 0x08, 0x00, 0x10, 0x60, -+ 0x80, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x3f, 0x51, 0x1f, 0x10, -+ 0x10, 0x1f, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x04, 0xf8, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x5f, 0x10, 0x17, 0x10, 0x1f, -+ 0x12, 0x12, 0x12, 0x22, 0x23, 0x4c, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0x80, 0x48, 0x50, 0x20, 0x90, 0x0c, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x47, 0x18, 0x7f, 0x11, 0x11, -+ 0x1f, 0x12, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xc0, 0x80, 0xf0, 0x10, 0x10, -+ 0xf0, 0x90, 0xa0, 0x94, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x20, 0x3e, 0x40, 0x7f, 0x14, -+ 0x14, 0x14, 0x14, 0x25, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x44, 0x78, 0x40, 0xf8, 0x88, -+ 0x50, 0x30, 0x70, 0x88, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x44, 0x08, 0x0f, 0x18, -+ 0x2f, 0x48, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0x40, 0x80, 0xf8, 0x80, -+ 0xf0, 0x80, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x00, 0x7f, 0x11, 0x19, 0x27, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x64, 0x25, 0x3c, 0x27, -+ 0x04, 0x7c, 0x15, 0x16, 0x24, 0x44, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x40, 0xf8, 0x40, 0xfc, -+ 0xe0, 0xd0, 0x50, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x65, 0x24, 0x3d, 0x24, -+ 0x07, 0x7c, 0x15, 0x15, 0x25, 0x45, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x08, 0xf8, 0x40, 0xf0, 0x90, -+ 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x3f, 0x27, 0x45, 0x7f, 0x09, 0x0f, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0xe8, 0x20, 0xfc, 0x40, 0xc0, 0xe0, -+ 0x20, 0xe0, 0xe0, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x25, 0x64, 0x27, 0x3c, 0x25, 0x07, -+ 0x7e, 0x15, 0x14, 0x14, 0x24, 0x47, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x10, 0xfc, 0x10, 0xf0, 0xfc, -+ 0x08, 0xf0, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x5f, 0x04, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x01, 0x7f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf0, 0x40, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x00, 0xfc, 0xc0, 0x38, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x5e, 0x0a, 0x16, 0x0b, 0x12, -+ 0x0c, 0x77, 0x01, 0x06, 0x01, 0x0e, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x50, 0xb0, 0x50, 0x80, -+ 0xe0, 0x5c, 0xa0, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x5c, 0x10, 0x1e, 0x10, 0x1f, -+ 0x08, 0x1f, 0x65, 0x12, 0x12, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x00, 0xf8, 0x48, 0xa8, 0xa8, 0x30, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x5f, 0x12, 0x1f, 0x7f, 0x0f, -+ 0x08, 0x0f, 0x0c, 0x74, 0x07, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x90, 0xf0, 0xfc, 0xe0, -+ 0x20, 0xe0, 0x88, 0x50, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x3f, 0x3e, 0x49, 0x3f, 0x0e, 0x38, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x08, 0x0f, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x20, 0xfc, 0xa8, 0xf8, 0xe0, -+ 0x20, 0xe0, 0xe0, 0x20, 0xe0, 0x38, 0x00, 0x00, -+ 0x01, 0x3f, 0x3e, 0x48, 0x3f, 0x0e, 0x39, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x08, 0x0f, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0xf8, 0xb0, 0xa8, 0x68, 0xe0, -+ 0x20, 0xe0, 0xe0, 0x20, 0xe0, 0x38, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x22, 0x22, 0x3e, -+ 0x14, 0x14, 0x14, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x90, 0x50, -+ 0x50, 0x10, 0x10, 0x34, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x24, 0x24, 0x24, 0x3d, 0x26, 0x04, 0x7c, -+ 0x17, 0x15, 0x14, 0x24, 0x44, 0x04, 0x00, 0x00, -+ 0x40, 0x78, 0x88, 0xd0, 0x30, 0xa0, 0xd0, 0x90, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x01, 0x3f, 0x00, 0x7f, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf8, 0x48, 0xfc, 0x40, 0xc0, 0x00, 0x00, -+ 0x0a, 0x4a, 0x2a, 0x2b, 0x7f, 0x11, 0x0a, 0x3f, -+ 0x04, 0x3f, 0x04, 0x04, 0x07, 0x78, 0x00, 0x00, -+ 0x08, 0x88, 0x88, 0x08, 0xfc, 0x08, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x1f, 0x11, 0x21, 0x49, 0x09, -+ 0x11, 0x11, 0x21, 0x41, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x20, 0x10, -+ 0x10, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x12, 0x12, 0x3f, 0x12, 0x1e, 0x12, 0x1e, 0x13, -+ 0x7f, 0x2c, 0x2d, 0x33, 0x20, 0x1f, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa8, 0xa4, 0x2c, -+ 0x68, 0x30, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, 0x02, 0x02, -+ 0x02, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x14, 0x12, 0x12, 0x7e, 0x15, 0x14, 0x14, -+ 0x14, 0x14, 0x14, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0x50, 0x90, 0x20, 0x28, 0x48, -+ 0x90, 0x10, 0x20, 0x44, 0x84, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x1f, -+ 0x01, 0x01, 0x02, 0x02, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xfc, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x14, 0x14, 0x14, -+ 0x17, 0x14, 0x14, 0x24, 0x27, 0x5c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x48, 0x40, 0x44, -+ 0xc8, 0x70, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x14, 0x17, -+ 0x14, 0x14, 0x15, 0x24, 0x27, 0x44, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x88, 0x80, 0x88, 0xf8, -+ 0x88, 0x88, 0xe8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x14, 0x12, 0x12, -+ 0x1f, 0x11, 0x12, 0x24, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x88, 0x90, 0x90, 0xa0, -+ 0xfc, 0xc0, 0xa0, 0x90, 0x8c, 0x80, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x17, 0x14, 0x17, -+ 0x14, 0x17, 0x14, 0x27, 0x23, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x30, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x12, 0x15, 0x1a, -+ 0x13, 0x14, 0x1c, 0x24, 0x24, 0x47, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x12, 0x11, 0x17, 0x11, -+ 0x11, 0x1f, 0x11, 0x22, 0x24, 0x48, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x10, 0x20, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x13, 0x10, 0x1f, 0x10, -+ 0x17, 0x11, 0x13, 0x3e, 0x22, 0x46, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0xe0, 0x40, 0xf8, 0x80, -+ 0xfc, 0x08, 0x10, 0xfc, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x16, 0x16, 0x17, 0x15, -+ 0x17, 0x17, 0x1d, 0x27, 0x21, 0x4f, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0xb0, 0xb0, 0xf0, 0x50, -+ 0xf0, 0xf8, 0x48, 0xc8, 0x68, 0xf0, 0x00, 0x00, -+ 0x01, 0x01, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3f, -+ 0x21, 0x22, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x54, 0x54, 0x54, 0x54, 0x54, -+ 0x54, 0x54, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x84, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x7f, -+ 0x02, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x55, 0x55, 0x56, 0x55, 0x54, -+ 0x54, 0x54, 0x7c, 0x45, 0x41, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x00, 0x00, 0xf0, 0x20, -+ 0x40, 0x80, 0x80, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x00, 0x3f, 0x04, 0x04, 0x07, -+ 0x04, 0x0a, 0x09, 0x10, 0x23, 0x4c, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x00, 0xc0, 0x40, 0x40, 0xf0, -+ 0x10, 0x20, 0x40, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x21, 0x21, 0x3f, 0x21, 0x02, 0x04, 0x18, -+ 0x67, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0xf8, 0x08, 0x80, 0x40, 0x30, -+ 0xcc, 0x00, 0xc0, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x07, 0x04, 0x18, 0x6f, 0x02, 0x02, 0x0c, 0x30, -+ 0x01, 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0xc0, 0x40, 0x30, 0xec, 0x20, 0x20, 0x20, 0xc0, -+ 0x00, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x00, 0x7f, 0x02, 0x3f, -+ 0x04, 0x04, 0x0f, 0x08, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0xf8, -+ 0x40, 0x40, 0x80, 0xe0, 0x10, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x54, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7d, 0x45, 0x41, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7d, 0x46, 0x43, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x10, 0x50, 0x94, 0x0c, 0xec, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7d, 0x45, 0x41, 0x01, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x55, 0x55, 0x56, 0x54, 0x57, -+ 0x54, 0x54, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x50, 0x48, 0x48, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7d, 0x45, 0x41, 0x06, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x28, 0x20, 0xfc, -+ 0x20, 0x20, 0x10, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x54, 0x57, 0x54, 0x54, 0x54, -+ 0x57, 0x7c, 0x45, 0x41, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x90, 0x98, 0xe4, 0x90, 0x90, 0x90, -+ 0xfc, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x54, 0x54, 0x54, 0x54, 0x55, -+ 0x55, 0x55, 0x7d, 0x45, 0x41, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x21, 0x21, 0x3f, 0x21, 0x02, 0x04, 0x1f, -+ 0x60, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0xf8, 0x08, 0x80, 0x40, 0xf0, -+ 0x0c, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x54, 0x54, 0x57, 0x54, 0x54, -+ 0x57, 0x55, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x20, 0x06, 0x38, 0x08, 0x7f, -+ 0x08, 0x0e, 0x78, 0x08, 0x09, 0x18, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x08, 0x50, 0x48, 0x40, 0xfc, -+ 0x48, 0x48, 0x30, 0x74, 0x8c, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x55, 0x55, 0x55, 0x56, 0x56, -+ 0x54, 0x54, 0x7c, 0x45, 0x42, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0x50, 0x50, 0xe8, 0x44, -+ 0x44, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x57, 0x55, 0x7c, 0x44, 0x43, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x40, 0x80, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x56, 0x54, 0x55, 0x55, 0x55, -+ 0x55, 0x7d, 0x45, 0x41, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x01, 0x0f, 0x08, 0x0f, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x2a, 0x25, 0x40, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x00, 0xe0, 0x20, 0xe0, 0xe0, -+ 0x00, 0xfc, 0xf8, 0x88, 0x48, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x56, 0x54, 0x54, 0x54, 0x55, -+ 0x57, 0x55, 0x7d, 0x45, 0x41, 0x01, 0x00, 0x00, -+ 0xa0, 0x90, 0x08, 0x48, 0x40, 0xa0, 0xa0, 0x10, -+ 0xf8, 0x14, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x00, 0x3f, 0x09, 0x7f, 0x09, -+ 0x09, 0x3f, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x00, 0xf8, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7d, 0x46, 0x43, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x00, 0x3f, 0x24, 0x22, 0x3f, -+ 0x21, 0x29, 0x29, 0x2f, 0x28, 0x20, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x00, 0xf8, 0x48, 0x88, 0xf8, -+ 0x08, 0x28, 0x28, 0xe8, 0x28, 0x18, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x01, 0x3f, 0x08, 0x04, 0x7f, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x00, 0xf8, 0x20, 0x40, 0xfc, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x21, 0x21, 0x3f, 0x22, 0x04, 0x1f, 0x61, -+ 0x1f, 0x09, 0x05, 0x05, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0xf8, 0x88, 0x40, 0xf0, 0x0c, -+ 0xf0, 0x20, 0x20, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x7e, 0x47, 0x45, 0x09, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0x04, 0xfc, 0x20, 0xa8, 0xa8, -+ 0xf8, 0x20, 0x24, 0x24, 0xfc, 0x04, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x20, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x10, 0x1e, 0x10, 0x1c, 0x70, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x08, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x98, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x21, 0x21, 0x3f, 0x24, 0x04, 0x0f, 0x08, -+ 0x1f, 0x28, 0x4f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0xf8, 0x48, 0x80, 0xf8, 0x80, -+ 0xf0, 0x80, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x55, 0x56, 0x55, 0x54, 0x57, -+ 0x54, 0x55, 0x7c, 0x44, 0x40, 0x00, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x24, 0x04, 0xf8, 0x48, 0xfc, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x57, 0x54, 0x54, 0x55, 0x56, -+ 0x54, 0x55, 0x7e, 0x44, 0x41, 0x0e, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0xa0, 0xa4, 0x5c, 0x40, -+ 0xf0, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x01, 0x21, 0x21, 0x3f, 0x22, 0x04, 0x1f, 0x60, -+ 0x1f, 0x12, 0x1f, 0x12, 0x12, 0x10, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0xf8, 0x88, 0x40, 0xf0, 0x0c, -+ 0xf0, 0x90, 0xf0, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x55, 0x57, 0x54, 0x57, 0x56, -+ 0x56, 0x57, 0x7e, 0x46, 0x42, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x01, 0x21, 0x21, 0x3f, 0x24, 0x24, 0x7f, 0x24, -+ 0x25, 0x3c, 0x24, 0x24, 0x3d, 0x26, 0x00, 0x00, -+ 0x00, 0x08, 0x08, 0xf8, 0x48, 0x40, 0x7c, 0xa8, -+ 0x30, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x3e, 0x22, 0x3e, -+ 0x22, 0x01, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xf8, 0x88, 0xf8, -+ 0x88, 0x00, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x54, -+ 0x57, 0x56, 0x7e, 0x47, 0x42, 0x02, 0x00, 0x00, -+ 0x00, 0xf0, 0x50, 0xf0, 0x50, 0x50, 0xf0, 0x40, -+ 0xf8, 0x68, 0x58, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7d, 0x46, 0x42, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0x28, 0xf8, 0x00, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x02, 0x1f, 0x11, 0x1f, 0x11, -+ 0x1f, 0x12, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0xb0, 0xa8, 0xfc, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x04, 0x7f, 0x01, 0x1f, 0x01, -+ 0x7f, 0x08, 0x0f, 0x11, 0x3f, 0x40, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x40, 0xfc, 0x00, 0xf0, 0x00, -+ 0xfc, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x54, 0x57, 0x56, 0x56, 0x57, -+ 0x55, 0x56, 0x7d, 0x46, 0x40, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x40, 0x40, 0xf8, -+ 0x98, 0xe8, 0x98, 0xe8, 0x88, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x56, 0x56, 0x56, 0x56, 0x57, -+ 0x57, 0x57, 0x7f, 0x46, 0x43, 0x02, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x68, 0x68, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x08, 0x7f, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x2a, 0x3e, 0x09, 0x7f, 0x0a, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x08, 0x30, 0xc0, 0x80, 0xfc, -+ 0x90, 0x90, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x57, 0x54, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7c, 0x47, 0x40, 0x00, 0x00, 0x00, -+ 0x40, 0xf8, 0x20, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x57, 0x55, 0x57, 0x55, 0x55, -+ 0x56, 0x7f, 0x44, 0x40, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xb8, 0x10, 0xfc, -+ 0x00, 0xfc, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x54, 0x55, 0x56, 0x55, 0x55, -+ 0x55, 0x7d, 0x45, 0x40, 0x03, 0x00, 0x00, 0x00, -+ 0xe0, 0x68, 0x50, 0x94, 0xf8, 0x08, 0xf4, 0x10, -+ 0x10, 0xf0, 0x10, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x10, 0x13, 0x54, 0x55, 0x54, 0x57, 0x54, -+ 0x57, 0x57, 0x7d, 0x47, 0x41, 0x03, 0x00, 0x00, -+ 0x08, 0x90, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xa8, -+ 0x24, 0xfc, 0xa8, 0x14, 0x2c, 0xc4, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x54, 0x55, 0x57, 0x54, 0x57, -+ 0x56, 0x7f, 0x45, 0x41, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xb8, -+ 0xa8, 0xb8, 0x10, 0x90, 0xa8, 0x44, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x08, 0x2b, 0x17, 0x18, 0x2b, -+ 0x4b, 0x18, 0x2b, 0x4a, 0x0b, 0x32, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x18, 0x94, 0xd4, 0x7c, 0x90, -+ 0x90, 0x10, 0xb0, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x00, 0x3c, 0x27, 0x28, 0x33, -+ 0x29, 0x25, 0x25, 0x3b, 0x20, 0x27, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x40, 0xf8, 0x90, 0x60, 0x9c, -+ 0xf0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x24, 0x38, 0x22, 0x1e, 0x21, -+ 0x3e, 0x48, 0x7e, 0x08, 0x15, 0x62, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x00, 0xf8, 0x50, 0x20, 0xfc, -+ 0x28, 0xa0, 0xb8, 0xa0, 0x60, 0x3c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x55, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x7f, 0x44, 0x41, 0x02, 0x00, 0x00, -+ 0x40, 0xd8, 0x68, 0x48, 0xf8, 0x28, 0x68, 0xf8, -+ 0x68, 0x68, 0xfc, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x54, 0x55, 0x55, 0x55, 0x57, -+ 0x54, 0x57, 0x7d, 0x45, 0x40, 0x03, 0x00, 0x00, -+ 0x70, 0xa0, 0xf8, 0x88, 0xf8, 0xb0, 0xe4, 0x5c, -+ 0xe0, 0xf0, 0x50, 0xf4, 0xac, 0x1c, 0x00, 0x00, -+ 0x01, 0x21, 0x3f, 0x0c, 0x39, 0x7f, 0x1d, 0x2b, -+ 0x49, 0x7e, 0x14, 0x3c, 0x0d, 0x32, 0x00, 0x00, -+ 0x00, 0x08, 0xf8, 0x40, 0xf0, 0x50, 0xf0, 0x50, -+ 0xf0, 0xd0, 0xe8, 0xfc, 0x44, 0x3c, 0x00, 0x00, -+ 0x21, 0x3f, 0x24, 0x3b, 0x1e, 0x5e, 0x52, 0x5e, -+ 0x5e, 0x52, 0x5e, 0x3e, 0x14, 0x63, 0x00, 0x00, -+ 0x08, 0xf8, 0x00, 0xfc, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x48, 0x84, 0x00, 0x00, -+ 0x13, 0x1f, 0x68, 0x13, 0x2b, 0x7c, 0x3b, 0x56, -+ 0x13, 0x01, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x90, 0xd8, 0x68, 0x90, 0xa8, 0x7c, 0xb8, 0xd4, -+ 0x90, 0x00, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x21, 0x3f, 0x1e, 0x12, 0x1e, 0x3f, 0x2f, 0x24, -+ 0x3f, 0x29, 0x2f, 0x2f, 0x3f, 0x41, 0x00, 0x00, -+ 0x08, 0xf8, 0xf0, 0x90, 0xf0, 0xfc, 0x20, 0x20, -+ 0xfc, 0x48, 0xb0, 0x90, 0x68, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x11, 0x11, 0x22, 0x44, -+ 0x22, 0x11, 0x11, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0x88, 0x10, 0x10, 0x20, 0x40, -+ 0x20, 0x10, 0x10, 0x88, 0x88, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x09, 0x09, 0x09, 0x09, 0x0d, -+ 0x13, 0x13, 0x21, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x20, 0x20, 0x20, 0x20, 0x60, -+ 0x50, 0x88, 0x08, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x20, 0x20, 0x3f, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x1f, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, -+ 0x00, 0x00, 0x04, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x17, 0x14, 0x14, -+ 0x17, 0x14, 0x14, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x00, 0xf0, 0x90, 0x90, -+ 0xf0, 0x10, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x10, 0x1e, 0x71, 0x01, -+ 0x1f, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0x80, 0x64, 0x1c, 0x04, -+ 0xf0, 0x10, 0x10, 0x10, 0xe0, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x00, 0x7f, 0x00, 0x0f, 0x00, 0x3f, -+ 0x21, 0x5f, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xfc, 0x20, 0xe0, 0x00, 0xfc, -+ 0x08, 0xf0, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x56, 0x54, 0x57, -+ 0x54, 0x58, 0x50, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x12, 0x12, 0x3c, 0x06, 0x19, -+ 0x7f, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, -+ 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x01, -+ 0x3f, 0x21, 0x21, 0x21, 0x21, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, 0x00, -+ 0x0a, 0x0a, 0x7f, 0x0a, 0x0b, 0x10, 0x3f, 0x21, -+ 0x5f, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0xa0, 0xa0, 0xfc, 0xa0, 0xa8, 0x18, 0xfc, 0x08, -+ 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x55, 0x57, 0x55, 0x55, -+ 0x55, 0x55, 0x59, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x90, 0x90, 0xa0, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x59, 0x12, 0x13, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xfc, 0x50, 0x58, -+ 0xe8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x54, 0x55, 0x55, 0x55, -+ 0x54, 0x55, 0x59, 0x17, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x20, 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x55, 0x59, 0x10, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x55, 0x55, 0x55, 0x55, -+ 0x54, 0x57, 0x58, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x40, 0xfc, 0x00, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x57, 0x56, 0x57, 0x57, -+ 0x57, 0x56, 0x5b, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x68, 0x58, 0xf8, 0x48, 0xd8, 0x58, -+ 0xe8, 0x78, 0xb8, 0x58, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x55, 0x57, 0x56, -+ 0x57, 0x55, 0x58, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xf8, 0xa8, -+ 0xf8, 0xf0, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7d, 0x55, 0x57, 0x54, 0x57, -+ 0x56, 0x57, 0x5a, 0x13, 0x12, 0x10, 0x00, 0x00, -+ 0xa0, 0xb0, 0xe8, 0x68, 0xa0, 0xfc, 0x20, 0xe8, -+ 0x68, 0xd8, 0x50, 0xd4, 0x2c, 0x44, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x55, 0x55, 0x55, 0x55, -+ 0x55, 0x54, 0x5b, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0xa0, 0xfc, 0xf0, 0x50, 0xf0, 0x50, -+ 0xf0, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x2a, 0x49, 0x7f, 0x5d, 0x55, 0x5d, 0x41, -+ 0x3f, 0x21, 0x21, 0x21, 0x21, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x88, 0x50, 0x30, 0xcc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, 0x00, -+ 0x08, 0x3e, 0x09, 0x7e, 0x08, 0x3e, 0x0f, 0x71, -+ 0x1f, 0x11, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x90, 0x50, 0x10, 0x30, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x08, 0x08, 0x08, 0x08, 0x7f, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x3f, 0x04, 0x04, 0x04, 0x7f, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x01, 0x01, 0x1a, 0x06, 0x01, 0x00, -+ 0x00, 0x01, 0x02, 0x04, 0x3f, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0x00, 0x10, 0x10, 0x20, 0x20, 0xc0, -+ 0x80, 0x20, 0x10, 0x78, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x16, 0x16, 0x1a, 0x12, -+ 0x11, 0x17, 0x10, 0x21, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xfc, 0x68, 0xec, 0xec, 0xa0, -+ 0x10, 0x20, 0xd0, 0x08, 0xfc, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x11, 0x1f, 0x10, 0x17, -+ 0x10, 0x10, 0x1f, 0x20, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0x40, 0xf8, 0x80, 0xf0, -+ 0x80, 0x80, 0xfc, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x14, 0x17, 0x14, 0x17, -+ 0x14, 0x17, 0x13, 0x22, 0x24, 0x48, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0x88, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0x28, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x12, 0x1f, 0x12, 0x13, -+ 0x16, 0x16, 0x1a, 0x32, 0x22, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x78, 0xc8, 0x48, 0x78, -+ 0xc8, 0xf8, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x13, 0x13, 0x13, -+ 0x12, 0x13, 0x11, 0x27, 0x20, 0x4f, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xfc, 0x80, 0xf0, 0xf0, 0xf0, -+ 0x10, 0xf0, 0xf0, 0x20, 0xe0, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x17, 0x15, 0x17, 0x15, -+ 0x17, 0x14, 0x15, 0x26, 0x24, 0x43, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x78, 0x50, 0x50, 0x7c, -+ 0x50, 0x10, 0x30, 0x34, 0xd4, 0x8c, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x12, 0x17, 0x15, 0x17, 0x15, -+ 0x17, 0x14, 0x15, 0x26, 0x24, 0x43, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x70, 0x50, 0x54, 0x8c, -+ 0xf8, 0x48, 0x50, 0x20, 0xd0, 0x8c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x11, 0x16, 0x11, 0x16, -+ 0x13, 0x1c, 0x13, 0x21, 0x20, 0x47, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf8, 0x98, 0xe8, 0x98, 0xe8, -+ 0x70, 0xdc, 0x60, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x13, 0x1f, 0x10, 0x17, -+ 0x14, 0x17, 0x24, 0x27, 0x43, 0x0c, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xf8, 0xe0, 0xfc, 0x80, 0xf0, -+ 0x90, 0xf0, 0x90, 0xf0, 0x30, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x15, 0x15, 0x1f, 0x15, 0x17, 0x15, -+ 0x17, 0x15, 0x3f, 0x25, 0x44, 0x08, 0x00, 0x00, -+ 0x80, 0xfc, 0x08, 0x70, 0xc0, 0x40, 0x7c, 0x50, -+ 0x50, 0x50, 0xd0, 0x50, 0x90, 0x90, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x17, 0x10, 0x17, -+ 0x14, 0x17, 0x14, 0x23, 0x23, 0x4c, 0x00, 0x00, -+ 0x80, 0xfc, 0x08, 0xc8, 0x08, 0xfc, 0x08, 0xc8, -+ 0xa8, 0xa8, 0x88, 0x08, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x17, 0x14, 0x17, 0x14, 0x17, 0x17, -+ 0x1f, 0x12, 0x14, 0x3b, 0x20, 0x5f, 0x00, 0x00, -+ 0x80, 0xfc, 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0xf0, -+ 0xfc, 0x28, 0xb8, 0xe0, 0x80, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x19, 0x16, 0x17, 0x19, -+ 0x17, 0x14, 0x1f, 0x21, 0x21, 0x46, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xd4, 0x24, 0x18, 0x7c, 0x50, -+ 0x54, 0x8c, 0xf8, 0x50, 0x30, 0xcc, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x12, 0x13, 0x16, 0x1a, 0x1f, -+ 0x12, 0x12, 0x17, 0x25, 0x24, 0x48, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0x00, 0xfc, 0xa8, 0xa8, 0xfc, -+ 0xa8, 0xa8, 0xfc, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x29, 0x32, 0x2f, 0x2a, -+ 0x2f, 0x2a, 0x2f, 0x28, 0x28, 0x51, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0x78, 0x28, 0x28, 0xd8, 0xb0, -+ 0xb0, 0xfc, 0xd0, 0xfc, 0x90, 0x90, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x17, 0x15, 0x15, 0x15, -+ 0x17, 0x10, 0x13, 0x3f, 0x26, 0x58, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf8, 0xf0, 0xd0, 0x50, 0xd0, -+ 0xf0, 0xe0, 0x80, 0xfc, 0xb0, 0x8c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x14, 0x17, 0x15, 0x15, -+ 0x15, 0x15, 0x25, 0x2b, 0x4a, 0x17, 0x00, 0x00, -+ 0x80, 0xfc, 0xf0, 0xfc, 0xe8, 0x78, 0xf0, 0x50, -+ 0xf0, 0x50, 0xf0, 0xf8, 0xa8, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x35, 0x2a, 0x2f, 0x29, 0x2f, -+ 0x20, 0x2f, 0x2a, 0x2f, 0x28, 0x47, 0x00, 0x00, -+ 0x80, 0xfc, 0xa8, 0x28, 0xbc, 0x68, 0x68, 0xbc, -+ 0x28, 0xbc, 0xa8, 0xa8, 0x7c, 0xe0, 0x00, 0x00, -+ 0x00, 0x3f, 0x3f, 0x29, 0x2f, 0x29, 0x2f, 0x29, -+ 0x3f, 0x3f, 0x25, 0x2f, 0x25, 0x4f, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xfc, 0x20, 0xfc, 0xb4, 0xfc, -+ 0x00, 0xfc, 0x28, 0xd4, 0xcc, 0x38, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x3f, 0x2a, 0x2b, 0x2f, 0x2b, -+ 0x2e, 0x2a, 0x2f, 0x3a, 0x23, 0x42, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xfc, 0x20, 0xfc, 0x54, 0xfc, -+ 0x20, 0x58, 0xd4, 0xc4, 0x48, 0x38, 0x00, 0x00, -+ 0x00, 0x3c, 0x04, 0x08, 0x08, 0x10, 0x3c, 0x04, -+ 0x24, 0x28, 0x18, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x78, 0x08, 0x10, 0x13, 0x22, 0x7a, 0x0b, -+ 0x4a, 0x32, 0x13, 0x2a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x04, 0x7f, 0x04, 0x04, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x02, 0x02, 0x04, 0x3f, 0x04, -+ 0x04, 0x7f, 0x04, 0x08, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x20, 0x10, 0xf8, 0x48, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x24, 0x24, 0x3c, 0x07, 0x7c, 0x24, 0x25, 0x44, -+ 0x04, 0x7f, 0x04, 0x04, 0x08, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x03, 0x07, 0x7f, 0x2a, 0x1c, 0x7e, 0x1d, -+ 0x2a, 0x49, 0x04, 0x7f, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0xfc, 0x28, 0xd0, 0x28, 0xfc, -+ 0xa8, 0x24, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x03, 0x07, 0x7f, 0x2a, 0x1c, 0x7f, 0x1c, -+ 0x2a, 0x48, 0x04, 0x7f, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0xfc, 0x50, 0x88, 0xfc, 0x48, -+ 0x48, 0x98, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x00, 0x07, 0x78, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x10, 0x10, 0x0c, 0xf0, 0x80, 0x80, 0x40, -+ 0x40, 0x20, 0x24, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x02, 0x02, 0x34, 0x0d, 0x1a, 0x6a, 0x09, 0x7e, -+ 0x18, 0x1c, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x18, 0x14, 0x14, 0xfc, 0x10, 0x10, 0xf0, 0x50, -+ 0x50, 0x54, 0x4c, 0x6c, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x1f, -+ 0x10, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0xf8, -+ 0x08, 0x08, 0x10, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x12, 0x3a, 0x06, 0x19, 0x6f, -+ 0x00, 0x0f, 0x08, 0x1f, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, 0xe0, -+ 0x20, 0xe0, 0x00, 0xf0, 0x10, 0xe0, 0x00, 0x00, -+ 0x00, 0x7f, 0x09, 0x09, 0x79, 0x49, 0x41, 0x41, -+ 0x79, 0x49, 0x09, 0x0f, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x7b, 0x0a, 0x0a, 0x7a, 0x4b, 0x42, 0x7a, -+ 0x4a, 0x0b, 0x0a, 0x0c, 0x14, 0x69, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0xa8, -+ 0xa8, 0xb8, 0xa8, 0xc8, 0xc8, 0x98, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x0b, 0x7a, 0x4b, 0x40, 0x7f, -+ 0x48, 0x0b, 0x0a, 0x0b, 0x0a, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xc8, 0x48, 0xc8, 0x18, 0xfc, -+ 0x08, 0xc8, 0x48, 0xc8, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x7b, 0x0a, 0x0b, 0x78, 0x4b, 0x42, 0x7b, -+ 0x4a, 0x0b, 0x08, 0x0f, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0x00, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x09, 0x0e, 0x7b, 0x4a, 0x43, 0x7a, -+ 0x4b, 0x0a, 0x0b, 0x0a, 0x0b, 0x32, 0x00, 0x00, -+ 0x00, 0xfc, 0x58, 0x44, 0xf8, 0xd8, 0xf8, 0xd8, -+ 0x68, 0xd8, 0xf8, 0xd8, 0x68, 0x58, 0x00, 0x00, -+ 0x13, 0x6f, 0x2b, 0x17, 0x7f, 0x3a, 0x57, 0x1f, -+ 0x00, 0x0f, 0x08, 0x1f, 0x10, 0x00, 0x00, 0x00, -+ 0x90, 0xe8, 0xa8, 0x94, 0xfc, 0xb8, 0xd4, 0xe0, -+ 0x20, 0xe0, 0x00, 0xf0, 0x10, 0xe0, 0x00, 0x00, -+ 0x01, 0x7f, 0x02, 0x12, 0x12, 0x24, 0x4f, 0x00, -+ 0x0f, 0x08, 0x1f, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x50, 0x48, 0xc4, 0xe4, 0x20, -+ 0xe0, 0x00, 0xf0, 0x10, 0x10, 0xe0, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x07, 0x04, 0x04, 0x04, 0x04, -+ 0x0f, 0x08, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xe0, 0x20, 0x20, 0x20, 0x20, -+ 0xe0, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x03, 0x04, 0x0f, 0x00, 0x7f, 0x01, 0x07, -+ 0x79, 0x06, 0x39, 0x06, 0x38, 0x03, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0x80, 0xfc, 0x00, 0x48, -+ 0xd0, 0xe0, 0xa0, 0x90, 0x8c, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x08, 0x3e, 0x08, 0x0e, 0x78, -+ 0x1f, 0x00, 0x7f, 0x00, 0x1f, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x20, -+ 0xf0, 0x10, 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x02, 0x07, 0x0f, 0x7f, 0x00, 0x3f, 0x2f, 0x49, -+ 0x0f, 0x09, 0x0f, 0x7f, 0x0d, 0x31, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0xfc, 0x00, 0xfc, 0xe8, 0x20, -+ 0xe0, 0x20, 0xe0, 0xfc, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x02, 0x04, 0x08, 0x10, 0x01, -+ 0x02, 0x04, 0x00, 0x00, 0x03, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x40, 0x40, 0x80, 0x90, 0x10, -+ 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x00, 0x3e, 0x22, -+ 0x3e, 0x22, 0x12, 0x14, 0x1e, 0x70, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x28, 0x48, 0x90, 0x14, 0x24, -+ 0x48, 0x08, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x02, 0x04, 0x08, 0x00, 0x01, -+ 0x03, 0x05, 0x09, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x40, 0x40, 0x80, 0x80, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x10, 0x17, 0x24, 0x08, 0x08, 0x18, -+ 0x28, 0x48, 0x08, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x88, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x12, 0x22, 0x2a, 0x4b, 0x14, 0x14, 0x38, -+ 0x53, 0x10, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x11, 0x15, 0x25, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x13, 0x14, 0x24, 0x4b, 0x0a, 0x1a, -+ 0x2b, 0x4a, 0x08, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, 0xa0, -+ 0xfc, 0xa4, 0xa4, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x22, 0x4a, 0x0a, 0x12, 0x12, 0x32, -+ 0x52, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x11, 0x15, 0x25, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x09, 0x09, 0x0e, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf4, -+ 0x44, 0x48, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x22, 0x4a, 0x0c, 0x12, 0x12, 0x30, -+ 0x53, 0x10, 0x10, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x48, 0x90, 0x48, 0x48, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x09, 0x09, 0x11, 0x15, 0x26, 0x4b, 0x0d, 0x19, -+ 0x29, 0x49, 0x09, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xe8, 0x28, 0xe8, -+ 0x28, 0xe8, 0x28, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x11, 0x11, 0x21, 0x4a, 0x0a, 0x14, 0x10, 0x32, -+ 0x52, 0x12, 0x12, 0x15, 0x14, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xa8, 0xa4, 0x44, 0x40, 0x40, -+ 0x40, 0x78, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x10, 0x10, 0x22, 0x4a, 0x0a, 0x12, 0x17, 0x30, -+ 0x52, 0x12, 0x12, 0x13, 0x14, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x78, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x4f, 0x08, 0x10, 0x17, 0x30, -+ 0x50, 0x1f, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xbc, 0xa0, 0xa0, 0xb8, 0xa0, -+ 0xa0, 0xbc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x27, 0x49, 0x09, 0x13, 0x12, 0x34, -+ 0x50, 0x10, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0x50, 0x58, 0xe4, 0x44, -+ 0xe0, 0xd0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x11, 0x15, 0x25, 0x49, 0x09, 0x18, -+ 0x2f, 0x48, 0x0b, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, -+ 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x21, 0x4e, 0x09, 0x11, 0x17, 0x31, -+ 0x52, 0x17, 0x10, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0x60, 0x40, 0x80, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x12, 0x27, 0x4c, 0x0f, 0x14, 0x17, 0x32, -+ 0x5f, 0x12, 0x13, 0x12, 0x14, 0x19, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0xa0, 0xfc, 0xc8, 0xa8, 0x28, -+ 0xb0, 0x10, 0x90, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x18, 0x37, 0x34, 0x31, 0x50, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x90, -+ 0x90, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x19, 0x35, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x19, 0x36, 0x34, 0x30, 0x57, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x19, 0x35, 0x35, 0x37, 0x51, -+ 0x11, 0x11, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x13, 0x3a, 0x36, 0x34, 0x50, -+ 0x10, 0x10, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x44, 0x48, 0x60, 0x60, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x01, 0x1f, 0x01, 0x7f, 0x02, 0x04, 0x1a, -+ 0x62, 0x0b, 0x0a, 0x12, 0x22, 0x06, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, -+ 0x0c, 0x20, 0x90, 0x48, 0x48, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x27, 0x24, 0x27, 0x27, 0x24, -+ 0x27, 0x3f, 0x01, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0xf0, 0x10, -+ 0xf0, 0xfc, 0x00, 0x88, 0x24, 0xe4, 0x00, 0x00, -+ 0x01, 0x04, 0x08, 0x10, 0x6f, 0x02, 0x04, 0x18, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0xc0, 0x40, 0x20, 0x10, 0xec, 0x20, 0x20, 0xc0, -+ 0x00, 0x90, 0x88, 0x04, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x18, 0x34, 0x34, 0x31, 0x57, 0x10, -+ 0x13, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x90, 0x88, 0x1c, 0xe4, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1b, 0x35, 0x35, 0x32, 0x56, -+ 0x1a, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x00, 0x20, 0x20, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x3b, 0x34, 0x34, 0x50, 0x13, -+ 0x12, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x3b, 0x36, 0x34, 0x53, 0x12, -+ 0x12, 0x12, 0x13, 0x12, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xc8, 0x48, -+ 0x48, 0x48, 0xc8, 0x48, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x1a, 0x36, 0x37, 0x32, 0x52, 0x12, -+ 0x12, 0x12, 0x14, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x80, 0x88, -+ 0x90, 0xe0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x11, 0x11, 0x21, 0x41, 0x01, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xf0, 0x00, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x12, 0x2e, 0x45, 0x08, 0x01, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x48, 0x48, 0x88, 0xc8, 0x30, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x35, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x11, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x19, 0x35, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x18, 0x34, 0x37, 0x32, 0x52, -+ 0x13, 0x12, 0x10, 0x10, 0x11, 0x12, 0x00, 0x00, -+ 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0xa0, 0xa0, -+ 0xfc, 0xa4, 0xa4, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x19, 0x35, 0x36, 0x30, 0x57, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x50, 0x48, 0x48, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1b, 0x36, 0x36, 0x32, 0x57, -+ 0x10, 0x10, 0x10, 0x11, 0x12, 0x1c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xfc, -+ 0x40, 0xc0, 0xa0, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x19, 0x34, 0x34, 0x33, 0x50, -+ 0x11, 0x11, 0x12, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x20, 0x20, 0xc0, 0x48, 0x68, 0xf0, 0xe0, -+ 0x50, 0x50, 0x48, 0x44, 0x40, 0xc0, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xfc, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x08, 0x0b, 0x10, 0x10, 0x37, 0x50, 0x10, 0x13, -+ 0x11, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x19, 0x35, 0x36, 0x30, 0x50, -+ 0x11, 0x17, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x10, 0xa0, 0x60, 0x60, 0x90, -+ 0xf8, 0x14, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x17, 0x10, 0x30, 0x51, 0x12, 0x14, -+ 0x11, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xe0, 0xe0, 0x50, 0x48, 0x44, -+ 0x40, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x1b, 0x34, 0x36, 0x39, 0x54, -+ 0x15, 0x16, 0x17, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x48, 0x48, 0xa8, 0xa8, -+ 0x68, 0x28, 0xe8, 0x28, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x18, 0x34, 0x35, 0x32, 0x52, -+ 0x1f, 0x12, 0x12, 0x14, 0x14, 0x19, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x88, 0x88, 0x08, 0x30, 0x10, -+ 0xfc, 0x94, 0x94, 0xa4, 0xa4, 0xcc, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x19, 0x35, 0x35, 0x31, 0x51, -+ 0x13, 0x12, 0x12, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x90, 0x50, 0x50, -+ 0x10, 0xa0, 0xa0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x12, 0x19, 0x35, 0x34, 0x37, 0x50, -+ 0x10, 0x10, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x48, 0x50, 0x40, 0xfc, 0xa0, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x02, 0x04, 0x18, 0x61, 0x06, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x50, 0xa0, 0x10, 0x0c, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x18, 0x34, 0x37, 0x30, 0x50, -+ 0x17, 0x11, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x18, 0x37, 0x36, 0x32, 0x52, -+ 0x12, 0x12, 0x12, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x80, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x19, 0x36, 0x37, 0x32, 0x53, -+ 0x12, 0x13, 0x12, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xc8, 0x48, 0xc8, -+ 0x48, 0xc8, 0x48, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x18, 0x34, 0x37, 0x30, 0x50, -+ 0x13, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1a, 0x37, 0x36, 0x32, 0x52, -+ 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xe8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x01, 0x7f, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0x00, 0xfc, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1a, 0x37, 0x34, 0x33, 0x52, -+ 0x13, 0x12, 0x13, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x36, 0x37, 0x30, 0x53, -+ 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x35, 0x35, 0x31, 0x51, -+ 0x11, 0x17, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x10, 0xfc, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1a, 0x36, 0x37, 0x32, 0x52, -+ 0x12, 0x13, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x48, 0xe8, -+ 0xd8, 0x58, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x10, 0x3b, 0x36, 0x36, 0x53, -+ 0x12, 0x10, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0xc8, 0xe0, 0x50, 0x48, 0x44, 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, -+ 0x10, 0x11, 0x11, 0x1a, 0x34, 0x37, 0x32, 0x53, -+ 0x12, 0x13, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1b, 0x34, 0x34, 0x31, 0x52, -+ 0x10, 0x11, 0x12, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x50, 0x88, 0xfc, 0xa4, 0xa0, 0x24, 0x9c, -+ 0xf0, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x14, 0x37, 0x32, 0x35, 0x50, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x08, 0xf0, 0x20, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x1a, 0x37, 0x36, 0x32, 0x53, -+ 0x12, 0x10, 0x10, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0xe0, 0xd0, 0x54, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x34, 0x37, 0x32, 0x52, -+ 0x13, 0x12, 0x12, 0x12, 0x12, 0x11, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, 0x48, 0x48, -+ 0xf8, 0x08, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x19, 0x35, 0x37, 0x31, 0x53, -+ 0x13, 0x15, 0x19, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x48, 0xa8, 0x28, 0x28, 0x28, 0xe8, 0x28, 0xa8, -+ 0x68, 0x68, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x19, 0x34, 0x34, 0x31, 0x56, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0x40, 0xb0, 0x0c, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x1e, 0x10, 0x1e, 0x02, 0x7f, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x10, 0xf0, 0x80, 0xfc, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x13, 0x18, 0x17, 0x34, 0x31, 0x36, 0x51, -+ 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0xf0, -+ 0x20, 0x40, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x01, 0x3f, 0x01, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf8, 0x00, 0x88, 0x24, 0xe4, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x1b, 0x34, 0x37, 0x31, 0x53, -+ 0x15, 0x11, 0x11, 0x11, 0x11, 0x10, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xf8, 0xa0, 0xfc, 0x10, 0xf8, -+ 0x14, 0x10, 0x60, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x19, 0x35, 0x35, 0x32, 0x54, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x10, 0x98, 0x64, 0x44, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x18, 0x34, 0x35, 0x31, 0x52, -+ 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0xe0, 0xa0, 0xa4, 0x24, 0x1c, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x34, 0x37, 0x30, 0x53, -+ 0x10, 0x17, 0x11, 0x13, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x80, 0xfc, 0x10, 0xe0, 0xd0, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1a, 0x36, 0x36, 0x32, 0x52, -+ 0x12, 0x12, 0x12, 0x14, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xe8, 0x48, 0xe8, 0x48, -+ 0xe8, 0xa8, 0xa8, 0xe8, 0x88, 0x18, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x35, 0x35, 0x31, 0x57, -+ 0x11, 0x11, 0x11, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xfc, -+ 0x48, 0x28, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x13, 0x1a, 0x36, 0x37, 0x32, 0x53, -+ 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0xc8, 0xf8, 0x48, 0xf8, -+ 0x88, 0x88, 0xe8, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x35, 0x35, 0x31, 0x50, -+ 0x13, 0x12, 0x12, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x50, 0x50, 0xb0, 0x10, 0xf0, 0x00, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x34, 0x35, 0x30, 0x57, -+ 0x10, 0x10, 0x11, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0x00, 0xf0, 0x00, 0xfc, -+ 0x80, 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x12, 0x11, 0x24, 0x4a, 0x08, 0x11, 0x32, 0x52, -+ 0x10, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0x78, 0x00, 0x00, 0xfc, 0x10, 0x10, 0x10, -+ 0x30, 0x00, 0x88, 0x84, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x19, 0x35, 0x35, 0x31, 0x50, -+ 0x13, 0x10, 0x11, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x1f, 0x0f, 0x02, 0x7f, 0x0f, 0x14, 0x67, -+ 0x04, 0x07, 0x21, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0xe0, 0x80, 0xfc, 0xe0, 0x50, 0xcc, -+ 0x40, 0xc0, 0x08, 0x84, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x19, 0x35, 0x37, 0x31, 0x51, -+ 0x13, 0x13, 0x15, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x50, 0x90, 0x10, 0x14, 0x34, 0xf8, 0x50, 0x90, -+ 0x50, 0x50, 0x28, 0x28, 0x44, 0x84, 0x00, 0x00, -+ 0x10, 0x12, 0x12, 0x12, 0x3b, 0x34, 0x37, 0x50, -+ 0x13, 0x12, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x80, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x36, 0x37, 0x31, 0x51, -+ 0x13, 0x14, 0x13, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x40, 0x40, -+ 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x1a, 0x37, 0x34, 0x31, 0x51, -+ 0x11, 0x11, 0x11, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf8, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x1a, 0x35, 0x35, 0x32, 0x50, -+ 0x10, 0x11, 0x15, 0x15, 0x19, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0xa8, 0xa8, 0x68, 0x58, 0xb0, -+ 0x80, 0x50, 0x48, 0x14, 0x14, 0xf0, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x1c, 0x3f, 0x3c, 0x37, 0x54, -+ 0x14, 0x17, 0x13, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0x28, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x11, 0x11, 0x12, 0x1a, 0x35, 0x35, 0x30, 0x53, -+ 0x12, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x28, 0x28, 0x50, 0x50, 0x28, 0x68, 0x80, 0xf8, -+ 0x28, 0xc8, 0x68, 0x98, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x29, 0x3f, 0x24, 0x3b, -+ 0x61, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc8, 0x48, 0x30, 0x30, 0xc8, -+ 0x04, 0x10, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x11, 0x11, 0x12, 0x1d, 0x35, 0x35, 0x31, 0x51, -+ 0x10, 0x11, 0x16, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x80, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x06, 0x38, 0x3e, 0x22, 0x3f, 0x3e, 0x3e, 0x23, -+ 0x4c, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x94, 0xfc, 0x90, 0x60, 0xb0, -+ 0x0c, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x1a, 0x35, 0x34, 0x37, 0x54, -+ 0x12, 0x12, 0x17, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xf0, 0xb0, -+ 0xb0, 0xd0, 0xf4, 0xcc, 0xac, 0x84, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x00, 0x3f, 0x22, 0x5e, -+ 0x00, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x70, 0x50, 0x54, 0x8c, 0xf8, 0x48, 0x30, 0xd8, -+ 0x04, 0x10, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x1a, 0x37, 0x36, 0x33, 0x52, -+ 0x10, 0x11, 0x11, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xc8, -+ 0xd0, 0x50, 0x68, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x1f, 0x34, 0x37, 0x30, 0x57, -+ 0x10, 0x13, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x48, 0xb0, 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xfc, -+ 0xa8, 0xf8, 0xb0, 0xa8, 0xa4, 0xa0, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x17, 0x17, 0x14, 0x27, 0x24, -+ 0x59, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0xf0, 0x10, 0xf0, 0xb0, -+ 0x8c, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x18, 0x34, 0x36, 0x32, 0x52, -+ 0x12, 0x12, 0x12, 0x13, 0x11, 0x16, 0x00, 0x00, -+ 0x10, 0x64, 0x84, 0xf8, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0xfc, 0x98, 0x04, 0x00, 0x00, -+ 0x22, 0x14, 0x7f, 0x08, 0x2a, 0x2a, 0x3e, 0x09, -+ 0x13, 0x20, 0x04, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x08, -+ 0x18, 0x80, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x19, 0x36, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x12, 0x13, 0x15, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xf0, 0x08, 0xf4, 0x10, 0xf0, -+ 0x10, 0xf0, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x36, 0x37, 0x32, 0x53, -+ 0x12, 0x10, 0x17, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x13, 0x08, 0x4b, 0x22, 0x23, 0x0a, 0x13, 0x22, -+ 0x22, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0xf0, 0xa0, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x48, -+ 0x58, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x36, 0x36, 0x33, 0x50, -+ 0x17, 0x10, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x1f, 0x34, 0x37, 0x35, 0x57, -+ 0x14, 0x13, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x24, 0xa8, 0x98, 0x90, 0x68, 0x84, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x36, 0x37, 0x32, 0x53, -+ 0x12, 0x13, 0x14, 0x17, 0x18, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x48, 0x68, 0xd0, 0x50, 0x4c, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x19, 0x35, 0x36, 0x37, 0x50, -+ 0x11, 0x17, 0x10, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0x90, 0xf8, 0x10, 0x18, 0xa4, 0xfc, 0xa0, -+ 0x50, 0xac, 0x48, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3e, 0x2a, 0x3e, 0x7f, -+ 0x08, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x08, 0xf0, 0x80, 0xfc, 0x90, 0x90, 0x90, 0x10, -+ 0x10, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x11, 0x3f, 0x3d, 0x37, 0x55, -+ 0x17, 0x11, 0x17, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x04, 0x38, 0xe0, 0x20, 0xe0, 0x7c, 0xe8, 0x68, -+ 0xe8, 0x28, 0xe8, 0x48, 0x48, 0x88, 0x00, 0x00, -+ 0x11, 0x11, 0x22, 0x4c, 0x0a, 0x12, 0x33, 0x54, -+ 0x18, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x10, 0x10, 0xa8, 0x44, 0x40, 0x78, 0x40, 0xc0, -+ 0x3c, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x1a, 0x35, 0x36, 0x34, 0x51, -+ 0x13, 0x12, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x98, 0xa8, 0xd8, 0xa8, 0xc8, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x11, 0x11, 0x13, 0x15, 0x39, 0x35, 0x35, 0x51, -+ 0x17, 0x11, 0x13, 0x14, 0x11, 0x12, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0xfc, 0x00, 0xf8, 0xa8, 0x48, 0xb0, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x19, 0x34, 0x37, 0x33, 0x50, -+ 0x16, 0x12, 0x12, 0x12, 0x15, 0x18, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, 0x20, -+ 0xf8, 0x88, 0x88, 0xf8, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x36, 0x37, 0x32, 0x53, -+ 0x10, 0x17, 0x10, 0x17, 0x11, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0xfc, 0x10, 0xfc, 0x10, 0xb0, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x17, 0x39, 0x3f, 0x35, 0x57, -+ 0x15, 0x17, 0x11, 0x17, 0x11, 0x17, 0x00, 0x00, -+ 0x50, 0x90, 0x10, 0xd0, 0x3c, 0xd4, 0x54, 0xd4, -+ 0x54, 0xd4, 0x14, 0xe4, 0xe4, 0x4c, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x25, 0x3f, 0x27, 0x3a, -+ 0x23, 0x3f, 0x01, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xf0, 0x40, 0xf8, 0xe0, 0x20, -+ 0xe0, 0xf8, 0x00, 0xa8, 0x24, 0xe4, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x36, 0x37, 0x30, 0x53, -+ 0x10, 0x17, 0x11, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0x00, 0xf8, -+ 0x00, 0xfc, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x1d, 0x3c, 0x3f, 0x34, 0x55, -+ 0x17, 0x16, 0x17, 0x1a, 0x1b, 0x12, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x58, 0x00, 0x00, -+ 0x01, 0x7f, 0x1f, 0x0f, 0x08, 0x0f, 0x04, 0x7f, -+ 0x0f, 0x08, 0x0f, 0x25, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0xe0, 0x20, 0xe0, 0x40, 0xfc, -+ 0xe0, 0x20, 0xe0, 0x08, 0xa4, 0xe4, 0x00, 0x00, -+ 0x08, 0x7f, 0x2a, 0x2a, 0x5d, 0x1c, 0x2a, 0x4b, -+ 0x01, 0x04, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0xfc, 0x20, 0x30, 0x48, 0x84, -+ 0x00, 0x90, 0x88, 0x24, 0x24, 0xe0, 0x00, 0x00, -+ 0x02, 0x3c, 0x09, 0x7e, 0x08, 0x3e, 0x22, 0x3e, -+ 0x20, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x88, 0x88, 0xfc, 0x88, 0xf8, 0x88, 0x88, 0xf8, -+ 0x88, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x35, 0x35, 0x30, 0x57, -+ 0x11, 0x11, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x40, 0xfc, -+ 0xf0, 0x10, 0xf0, 0x50, 0x48, 0xc8, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x1b, 0x37, 0x35, 0x31, 0x51, -+ 0x11, 0x11, 0x10, 0x12, 0x12, 0x14, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xf8, -+ 0x20, 0xfc, 0x00, 0xa8, 0x54, 0x54, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x34, 0x37, 0x32, 0x53, -+ 0x12, 0x13, 0x10, 0x17, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0x00, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x0b, 0x10, 0x17, 0x31, 0x53, 0x1d, 0x11, -+ 0x11, 0x11, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0xa0, 0xf8, 0xa0, 0xfc, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x58, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x23, 0x12, 0x13, 0x03, 0x0a, 0x13, 0x25, -+ 0x24, 0x09, 0x04, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xf0, 0xf0, 0x40, 0xfc, 0x54, -+ 0xac, 0x18, 0x80, 0x88, 0x24, 0xe4, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x36, 0x37, 0x32, 0x53, -+ 0x12, 0x12, 0x12, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x48, 0xf8, -+ 0xa8, 0x48, 0x68, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x12, 0x12, 0x13, 0x1e, 0x36, 0x37, 0x32, 0x52, -+ 0x12, 0x17, 0x10, 0x15, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0xa8, 0xa8, 0xfc, 0xa8, 0xa8, -+ 0xa8, 0xfc, 0x00, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x34, 0x37, 0x30, 0x57, -+ 0x11, 0x17, 0x10, 0x13, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x10, 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x1a, 0x37, 0x36, 0x33, 0x52, -+ 0x13, 0x10, 0x17, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0xe8, 0x58, 0xe8, 0xf8, 0xe8, -+ 0x58, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x12, 0x15, 0x1e, 0x14, 0x14, -+ 0x14, 0x14, 0x20, 0x2a, 0x4a, 0x11, 0x00, 0x00, -+ 0x80, 0xfc, 0x90, 0xfc, 0x90, 0xf8, 0x90, 0xf8, -+ 0x90, 0xfc, 0x80, 0x48, 0x14, 0xf4, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x36, 0x37, 0x30, 0x57, -+ 0x17, 0x11, 0x1f, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf8, 0xa8, 0xf8, 0x40, 0x5c, -+ 0x5c, 0xc8, 0x28, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x12, 0x13, 0x14, 0x19, 0x37, 0x3d, 0x3d, 0x57, -+ 0x15, 0x15, 0x17, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x00, 0xbc, 0x94, 0x14, 0xe4, 0x4c, 0x68, 0xe8, -+ 0x7c, 0x48, 0xfc, 0x48, 0x48, 0xc8, 0x00, 0x00, -+ 0x14, 0x7f, 0x1c, 0x3f, 0x2a, 0x3e, 0x7f, 0x3e, -+ 0x0f, 0x71, 0x04, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x88, 0x88, -+ 0x30, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x19, 0x34, 0x37, 0x32, 0x53, -+ 0x10, 0x17, 0x10, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xb8, 0xa8, 0xb8, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x1b, 0x36, 0x36, 0x33, 0x53, -+ 0x12, 0x12, 0x14, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xfc, 0xa8, 0x98, 0x70, 0xfc, -+ 0x70, 0x70, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x17, 0x7a, 0x11, 0x3f, 0x3b, 0x35, 0x59, -+ 0x13, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x10, 0xd0, 0xbc, 0x10, 0xf8, 0xb8, 0x34, 0x54, -+ 0x10, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x11, 0x11, 0x1b, 0x36, -+ 0x37, 0x52, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x10, 0x20, 0xf8, 0x40, -+ 0xf0, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x1b, 0x36, 0x36, 0x32, 0x53, -+ 0x13, 0x10, 0x17, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, -+ 0xf0, 0x40, 0xfc, 0xf0, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x1b, 0x36, 0x37, 0x33, 0x50, -+ 0x17, 0x10, 0x13, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0x58, 0x58, 0x40, -+ 0xfc, 0x80, 0xf8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x11, 0x0f, 0x49, 0x21, 0x27, 0x0f, 0x15, 0x15, -+ 0x26, 0x24, 0x01, 0x24, 0x24, 0x43, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xf0, 0xfc, 0x74, 0x54, 0x54, -+ 0xec, 0x44, 0x00, 0x88, 0x24, 0xe4, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x11, 0x3f, 0x3d, 0x35, 0x57, -+ 0x13, 0x13, 0x15, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0x3c, 0xd4, 0x14, 0xec, 0x7c, 0x64, 0xfc, -+ 0x24, 0xbc, 0x64, 0x7c, 0x28, 0x44, 0x00, 0x00, -+ 0x12, 0x12, 0x13, 0x1d, 0x38, 0x3f, 0x32, 0x56, -+ 0x12, 0x16, 0x12, 0x16, 0x13, 0x1e, 0x00, 0x00, -+ 0xa0, 0xb0, 0xe8, 0x68, 0x20, 0xfc, 0xa0, 0xe8, -+ 0xa8, 0xd0, 0xd4, 0xac, 0xcc, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x19, 0x3f, 0x32, 0x36, 0x52, -+ 0x16, 0x12, 0x16, 0x12, 0x13, 0x1e, 0x00, 0x00, -+ 0x20, 0x30, 0xe8, 0x28, 0xfc, 0xa0, 0xe8, 0xa8, -+ 0xd8, 0x90, 0xd4, 0xac, 0xcc, 0x04, 0x00, 0x00, -+ 0x10, 0x7c, 0x13, 0x38, 0x7c, 0x45, 0x7e, 0x00, -+ 0x3c, 0x24, 0x3d, 0x25, 0x1e, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa8, 0x30, 0x30, 0x48, 0xc4, -+ 0x20, 0x20, 0x48, 0x44, 0x54, 0x30, 0x00, 0x00, -+ 0x11, 0x17, 0x11, 0x1b, 0x36, 0x37, 0x31, 0x51, -+ 0x13, 0x15, 0x19, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xb8, 0xa8, 0xb8, 0x20, 0xfc, -+ 0x20, 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x1b, 0x37, 0x36, 0x33, 0x51, -+ 0x11, 0x13, 0x15, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xb8, 0xa8, 0xb8, 0x20, -+ 0xfc, 0x20, 0xf8, 0xf8, 0x20, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x19, 0x35, 0x37, 0x30, 0x57, -+ 0x12, 0x13, 0x13, 0x12, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0xf0, 0xf0, 0xf8, 0x10, 0xfc, -+ 0xa8, 0xb8, 0xb8, 0xac, 0xf8, 0x88, 0x00, 0x00, -+ 0x13, 0x1f, 0x68, 0x13, 0x2b, 0x7c, 0x3b, 0x56, -+ 0x13, 0x01, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x90, 0xd8, 0x68, 0x90, 0xa8, 0x7c, 0xb8, 0xd4, -+ 0x90, 0x00, 0x88, 0xa4, 0x24, 0xe0, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x03, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x08, 0x08, 0xfc, 0x80, 0x88, 0x88, -+ 0x50, 0x60, 0xe4, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x12, 0x14, 0x18, 0x61, 0x06, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x88, 0x88, 0x48, -+ 0x50, 0x30, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x18, 0x14, -+ 0x12, 0x12, 0x10, 0x20, 0x21, 0x46, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x88, 0x88, 0x48, -+ 0x50, 0x30, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x1f, 0x10, 0x10, 0x10, 0x10, -+ 0x1f, 0x10, 0x10, 0x20, 0x21, 0x46, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x88, 0x88, 0x48, -+ 0x50, 0x30, 0x24, 0x54, 0x8c, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x00, 0x00, 0x01, 0x1e, 0x01, -+ 0x7f, 0x00, 0x00, 0x00, 0x07, 0x38, 0x00, 0x00, -+ 0x20, 0x10, 0xfc, 0x90, 0x64, 0xb4, 0x2c, 0x10, -+ 0xfc, 0x90, 0x60, 0xe4, 0x1c, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x1f, 0x10, 0x1f, 0x1f, 0x10, -+ 0x1f, 0x01, 0x7f, 0x00, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0xf0, 0x10, -+ 0xf0, 0x08, 0xfc, 0xb0, 0xe4, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x0f, 0x08, 0x0f, 0x0f, 0x08, -+ 0x3f, 0x21, 0x5f, 0x00, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0x20, -+ 0xfc, 0x28, 0xf8, 0xa0, 0xe4, 0x1c, 0x00, 0x00, -+ 0x12, 0x12, 0x7f, 0x12, 0x1e, 0x12, 0x1e, 0x12, -+ 0x7f, 0x2a, 0x2b, 0x31, 0x20, 0x1f, 0x00, 0x00, -+ 0x28, 0x24, 0xa4, 0x3c, 0xe0, 0x28, 0x28, 0x28, -+ 0xb0, 0x10, 0x34, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x7f, 0x12, 0x1f, 0x32, -+ 0x3f, 0x52, 0x1f, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0xfc, 0x40, 0xa8, 0x28, -+ 0xb8, 0x10, 0x94, 0x2c, 0xcc, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x19, 0x2a, 0x5d, 0x2a, 0x4c, 0x16, -+ 0x69, 0x34, 0x09, 0x32, 0x0c, 0x70, 0x00, 0x00, -+ 0x30, 0xa8, 0xa8, 0xa0, 0xbc, 0xe0, 0xa8, 0x28, -+ 0x10, 0x10, 0x34, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x77, 0x55, 0x77, 0x00, 0x3e, 0x2a, 0x3e, -+ 0x2a, 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0x20, 0x3c, 0xe0, 0x28, 0x28, -+ 0x18, 0x10, 0x34, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x04, 0x07, 0x3f, 0x2b, 0x3d, 0x27, 0x3f, 0x20, -+ 0x2f, 0x29, 0x2f, 0x2a, 0x27, 0x5c, 0x00, 0x00, -+ 0x30, 0x28, 0xa8, 0x20, 0x3c, 0xe0, 0x28, 0x28, -+ 0x18, 0x10, 0x34, 0x4c, 0x8c, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x19, 0x2a, 0x5d, 0x2a, 0x5a, 0x1f, -+ 0x24, 0x7f, 0x24, 0x3f, 0x24, 0x3f, 0x00, 0x00, -+ 0x30, 0xa8, 0xa8, 0xa0, 0xbc, 0xe0, 0xa8, 0xa8, -+ 0x18, 0x10, 0x14, 0x2c, 0x4c, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, -+ 0x19, 0x19, 0x2f, 0x29, 0x49, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x14, -+ 0x18, 0x70, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, -+ 0x80, 0x80, 0x84, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x7c, 0x10, 0x10, 0x13, 0x14, -+ 0x18, 0x70, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x14, -+ 0x18, 0x70, 0x10, 0x10, 0x1f, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x11, 0x11, 0x10, 0x14, -+ 0x18, 0x70, 0x10, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x48, 0x28, 0x30, 0x90, 0xa0, -+ 0x60, 0x40, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x12, 0x11, 0x14, -+ 0x18, 0x70, 0x11, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, -+ 0xd0, 0xb0, 0x1c, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x12, 0x12, 0x16, -+ 0x1a, 0x72, 0x12, 0x14, 0x14, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x88, -+ 0x88, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7c, 0x10, 0x10, 0x13, 0x14, -+ 0x18, 0x70, 0x10, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x10, 0x17, -+ 0x18, 0x70, 0x11, 0x12, 0x14, 0x38, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf0, 0x90, 0x90, 0x90, 0xfc, -+ 0x80, 0xc0, 0x40, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x10, 0x13, 0x10, 0x14, -+ 0x18, 0x70, 0x10, 0x10, 0x13, 0x30, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0x7c, 0xc8, 0x48, 0x50, -+ 0x30, 0x20, 0x54, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x17, 0x10, 0x14, -+ 0x18, 0x70, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x60, 0x40, 0xfc, 0x48, 0x50, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x15, -+ 0x19, 0x71, 0x12, 0x12, 0x14, 0x38, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x50, 0x50, 0x48, 0x48, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x10, 0x11, 0x10, 0x14, -+ 0x18, 0x70, 0x13, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x90, 0x50, 0x50, 0x10, 0x10, 0x90, 0x90, -+ 0x1c, 0x70, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x10, 0x15, -+ 0x19, 0x71, 0x12, 0x12, 0x14, 0x39, 0x00, 0x00, -+ 0x90, 0x88, 0x88, 0xfc, 0x80, 0x90, 0x90, 0xd0, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x10, 0x14, -+ 0x18, 0x70, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x60, 0x50, -+ 0x48, 0x48, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x15, -+ 0x1a, 0x70, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x60, 0x60, 0xd0, 0x48, -+ 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x16, 0x12, 0x12, 0x15, -+ 0x19, 0x72, 0x12, 0x1f, 0x10, 0x30, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x78, 0xa8, 0xa8, 0x28, -+ 0x28, 0xa8, 0xa8, 0xc8, 0x48, 0x98, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x11, 0x11, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x12, 0x12, 0x13, 0x16, -+ 0x1a, 0x73, 0x12, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x7f, 0x12, 0x12, 0x3c, 0x06, 0x19, 0x60, -+ 0x0f, 0x1f, 0x01, 0x3f, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x50, 0x20, 0xd0, 0x0c, 0xe0, -+ 0x00, 0xf0, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x70, 0x0f, 0x08, 0x0f, 0x01, -+ 0x0f, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x80, 0xe0, 0x1c, 0xe0, 0x20, 0xe0, 0xc0, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x12, 0x13, 0x12, 0x16, -+ 0x1a, 0x72, 0x12, 0x14, 0x14, 0x38, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x20, 0xa0, -+ 0x60, 0x30, 0x28, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7f, 0x12, 0x12, 0x13, 0x16, -+ 0x1a, 0x72, 0x12, 0x14, 0x14, 0x38, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xfc, 0xa4, 0x9c, 0x70, 0xf8, -+ 0x70, 0x70, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x14, -+ 0x1b, 0x72, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x02, 0x05, 0x38, 0x08, 0x08, 0x3e, 0x08, 0x08, -+ 0x0e, 0x79, 0x08, 0x10, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x12, 0x11, 0x10, 0x14, -+ 0x1b, 0x70, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x50, 0x48, 0x48, 0xf0, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x13, 0x12, 0x16, 0x16, -+ 0x1a, 0x72, 0x12, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x90, 0x50, -+ 0x50, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x13, 0x12, 0x16, -+ 0x1b, 0x70, 0x10, 0x10, 0x11, 0x32, 0x00, 0x00, -+ 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0xa0, 0xa0, -+ 0xfc, 0xa4, 0xa4, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x17, 0x16, -+ 0x1a, 0x72, 0x12, 0x13, 0x12, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x48, 0x28, 0x28, 0xfc, 0x08, -+ 0x88, 0x48, 0x48, 0xfc, 0x08, 0x30, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7e, 0x17, 0x12, 0x12, 0x16, -+ 0x1a, 0x72, 0x12, 0x14, 0x14, 0x38, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x78, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xc8, 0x98, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x12, 0x11, 0x15, -+ 0x18, 0x70, 0x10, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x10, 0x10, 0x10, 0x10, -+ 0xa0, 0xa0, 0xa0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x13, 0x14, 0x10, 0x14, -+ 0x19, 0x77, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x10, 0x20, 0xa0, 0x40, 0xa0, -+ 0xf8, 0x14, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x10, 0x11, 0x14, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x17, 0x11, 0x11, 0x15, -+ 0x19, 0x77, 0x11, 0x11, 0x12, 0x34, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0x20, -+ 0x20, 0xfc, 0x20, 0x10, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7d, 0x11, 0x12, 0x14, 0x15, -+ 0x19, 0x72, 0x14, 0x10, 0x10, 0x31, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x98, 0x98, 0xa8, 0xc8, 0x98, -+ 0x98, 0xa8, 0xc8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x17, 0x10, 0x14, -+ 0x1b, 0x70, 0x10, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x0a, 0x0d, 0x3a, 0x0c, 0x3a, 0x0c, 0x39, 0x00, -+ 0x0f, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x88, 0x30, 0xe0, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x7c, 0x13, 0x10, 0x10, 0x15, -+ 0x19, 0x72, 0x14, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x20, 0x40, 0xc8, 0xe8, 0xf0, 0x50, -+ 0x50, 0x48, 0x44, 0xc0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x11, 0x11, 0x12, 0x16, -+ 0x1a, 0x73, 0x12, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x00, 0xf8, 0x08, 0x10, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x13, 0x10, 0x13, 0x16, -+ 0x1b, 0x72, 0x13, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x11, 0x11, 0x11, 0x16, -+ 0x1a, 0x70, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x50, 0x50, 0x58, 0xe4, -+ 0x44, 0x60, 0xa0, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x10, 0x17, -+ 0x18, 0x70, 0x17, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x11, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x13, 0x10, -+ 0x1f, 0x71, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x40, 0x58, 0x48, 0x58, 0x48, 0x48, 0xf8, 0x40, -+ 0xf8, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, 0x10, -+ 0x18, 0x73, 0x10, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x40, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7d, 0x11, 0x11, 0x12, 0x16, -+ 0x1a, 0x72, 0x12, 0x12, 0x12, 0x33, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x20, 0x20, 0x38, 0x48, 0x68, -+ 0x98, 0x50, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x11, 0x13, 0x14, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x90, 0x10, 0xfc, 0x08, -+ 0xe8, 0x28, 0x28, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x11, 0x16, 0x7c, 0x14, 0x17, 0x15, 0x15, -+ 0x1d, 0x75, 0x15, 0x19, 0x19, 0x31, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0x40, 0x7c, 0xa4, 0xa8, 0x20, -+ 0x20, 0x30, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x17, 0x12, 0x7e, 0x13, 0x12, 0x12, 0x17, -+ 0x1a, 0x72, 0x13, 0x16, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0xc8, 0xc8, 0xa8, -+ 0xb0, 0x90, 0xb0, 0xc8, 0x88, 0x84, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x11, 0x11, 0x17, 0x11, -+ 0x19, 0x73, 0x10, 0x10, 0x17, 0x30, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xf8, 0x50, 0x50, 0xfc, 0x50, -+ 0x50, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x28, 0x3e, 0x48, 0x7f, 0x08, 0x3e, 0x2a, 0x2e, -+ 0x07, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x08, 0xd8, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7e, 0x15, 0x11, 0x12, 0x17, -+ 0x18, 0x72, 0x12, 0x13, 0x12, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0x08, 0xe8, 0x88, 0xe8, -+ 0x88, 0xa8, 0xa8, 0xe8, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x13, 0x12, 0x13, 0x16, -+ 0x1b, 0x70, 0x17, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x14, 0x17, 0x10, 0x16, -+ 0x1a, 0x72, 0x12, 0x13, 0x14, 0x38, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x00, 0xfc, 0x40, 0x40, -+ 0x78, 0x40, 0x40, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x13, 0x14, 0x13, 0x16, -+ 0x1a, 0x72, 0x13, 0x12, 0x10, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xb8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x30, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, 0x16, -+ 0x1a, 0x72, 0x12, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x13, 0x12, 0x1e, -+ 0x73, 0x12, 0x14, 0x14, 0x1b, 0x3c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x48, 0x40, -+ 0xfc, 0x40, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x10, 0x17, 0x10, 0x14, -+ 0x1b, 0x70, 0x13, 0x10, 0x13, 0x30, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0xe0, 0x20, 0xfc, 0x40, 0xe8, -+ 0x68, 0xb0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x11, 0x11, 0x16, 0x10, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x20, 0x24, 0xf8, 0x20, 0x20, 0xe4, 0x5c, 0x80, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7c, 0x13, 0x13, 0x12, 0x16, -+ 0x1b, 0x70, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x58, 0xd8, 0xe8, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x11, 0x10, 0x12, 0x7d, 0x11, 0x12, 0x11, 0x14, -+ 0x18, 0x73, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0xd0, 0x54, 0xa4, 0xa8, 0x10, 0x08, 0xf4, 0x40, -+ 0x40, 0xf8, 0xa0, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x12, 0x12, 0x7e, 0x13, 0x10, 0x17, 0x10, -+ 0x1b, 0x72, 0x12, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x40, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x17, 0x10, 0x13, 0x14, -+ 0x18, 0x77, 0x10, 0x11, 0x16, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0xa0, 0x40, 0xfc, 0xc8, 0x50, 0xc0, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x17, 0x11, 0x12, -+ 0x1a, 0x73, 0x12, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xfc, 0x40, 0x58, -+ 0x48, 0x58, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x12, 0x7e, 0x13, 0x12, 0x12, 0x17, -+ 0x1a, 0x72, 0x13, 0x16, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, 0xa8, -+ 0xa4, 0xa4, 0xa4, 0xb8, 0xa0, 0xa0, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x7d, 0x13, 0x14, 0x17, 0x14, -+ 0x1e, 0x75, 0x16, 0x15, 0x14, 0x35, 0x00, 0x00, -+ 0xc0, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x11, 0x11, 0x17, 0x12, -+ 0x1f, 0x30, 0x52, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x80, 0xf0, 0x90, 0x60, 0x40, 0x80, 0xf8, 0x40, -+ 0xfc, 0x40, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x5f, 0x0f, 0x02, 0x3f, 0x08, -+ 0x17, 0x6f, 0x01, 0x3f, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0xf0, 0xe0, 0x80, 0xf8, 0xe0, -+ 0x10, 0xec, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x10, 0x17, 0x10, 0x17, -+ 0x1a, 0x77, 0x12, 0x17, 0x12, 0x32, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa0, 0xfc, 0x40, 0xf8, -+ 0x48, 0xfc, 0x48, 0xfc, 0x08, 0x18, 0x00, 0x00, -+ 0x11, 0x10, 0x13, 0x7c, 0x11, 0x10, 0x17, 0x11, -+ 0x19, 0x72, 0x14, 0x18, 0x17, 0x30, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x13, 0x12, 0x12, 0x17, -+ 0x19, 0x72, 0x15, 0x12, 0x14, 0x33, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xb8, 0x20, 0x20, 0xb8, -+ 0x98, 0xa8, 0xd8, 0xa8, 0xc8, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x12, 0x15, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x13, 0x15, 0x31, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xf0, 0x08, 0xf4, 0x10, 0xf0, -+ 0x10, 0xf0, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x7d, 0x11, 0x17, 0x10, 0x17, -+ 0x1a, 0x73, 0x13, 0x12, 0x17, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0xf0, 0xf0, 0xfc, 0x10, 0xfc, -+ 0xa8, 0xb8, 0xb8, 0xac, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x11, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, -+ 0xfc, 0x00, 0xfc, 0xa4, 0xe4, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x10, 0x17, -+ 0x19, 0x72, 0x15, 0x12, 0x14, 0x31, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x98, 0xa8, 0xd8, 0xa8, 0xc8, 0x98, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x13, 0x12, 0x17, -+ 0x1a, 0x70, 0x17, 0x11, 0x10, 0x30, 0x00, 0x00, -+ 0x50, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x10, 0x12, 0x12, 0x7f, 0x12, 0x10, 0x11, 0x15, -+ 0x1b, 0x75, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x98, 0xa0, 0xfc, 0x20, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x3e, 0x08, 0x7f, 0x14, 0x7f, 0x3f, 0x08, -+ 0x07, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0xd4, 0xb4, 0x0c, 0x60, -+ 0x80, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x13, 0x12, 0x17, -+ 0x18, 0x73, 0x10, 0x17, 0x11, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x50, 0xf8, 0x10, 0xfc, 0x10, 0xb0, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x7a, 0x15, 0x12, 0x14, 0x11, -+ 0x1e, 0x71, 0x10, 0x11, 0x10, 0x33, 0x00, 0x00, -+ 0x00, 0xf8, 0x98, 0xa8, 0xd8, 0xa8, 0xc8, 0x20, -+ 0x50, 0xac, 0x48, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x11, 0x12, 0x13, 0x7f, 0x12, 0x17, 0x15, 0x1d, -+ 0x71, 0x11, 0x11, 0x11, 0x11, 0x36, 0x00, 0x00, -+ 0xb8, 0x68, 0xb8, 0x78, 0xa8, 0xfc, 0xf8, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0xa4, 0x3c, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7f, 0x12, 0x13, 0x12, 0x17, -+ 0x1a, 0x77, 0x13, 0x12, 0x14, 0x38, 0x00, 0x00, -+ 0x84, 0x88, 0xb0, 0xe0, 0xa0, 0xbc, 0xa8, 0xa8, -+ 0xa8, 0xe8, 0x28, 0xc8, 0x48, 0x88, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x11, 0x17, 0x11, 0x11, -+ 0x1e, 0x73, 0x10, 0x10, 0x11, 0x36, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xfc, 0x10, 0xfc, -+ 0x00, 0xf8, 0xa0, 0xa0, 0x24, 0x1c, 0x00, 0x00, -+ 0x11, 0x12, 0x11, 0x7d, 0x12, 0x17, 0x11, 0x17, -+ 0x1c, 0x77, 0x15, 0x11, 0x11, 0x36, 0x00, 0x00, -+ 0xd0, 0x54, 0xa4, 0x18, 0x08, 0x74, 0x50, 0x54, -+ 0x8c, 0xf8, 0x48, 0x30, 0x28, 0xc4, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x13, 0x17, 0x11, 0x15, -+ 0x19, 0x71, 0x11, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa4, 0x18, 0xf8, 0x14, 0xf0, -+ 0x10, 0xf0, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x11, 0x15, 0x13, 0x79, 0x12, 0x14, 0x13, 0x12, -+ 0x1c, 0x73, 0x10, 0x10, 0x11, 0x32, 0x00, 0x00, -+ 0x10, 0x54, 0xb4, 0x18, 0xa8, 0x44, 0xfc, 0x48, -+ 0x40, 0xf8, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x13, 0x12, 0x13, 0x17, -+ 0x1b, 0x74, 0x12, 0x12, 0x14, 0x30, 0x00, 0x00, -+ 0x28, 0x24, 0xfc, 0x20, 0xe8, 0x28, 0xd0, 0x54, -+ 0xec, 0x44, 0xa8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x10, 0x13, 0x7e, 0x13, 0x12, 0x13, 0x16, -+ 0x1b, 0x72, 0x13, 0x14, 0x15, 0x38, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0x78, 0xc8, 0x38, 0xfc, 0x68, -+ 0xb8, 0x70, 0xb8, 0x58, 0x94, 0x60, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7f, 0x12, 0x12, 0x13, 0x17, -+ 0x18, 0x77, 0x14, 0x15, 0x14, 0x34, 0x00, 0x00, -+ 0x40, 0xa0, 0x58, 0xfc, 0xa8, 0x68, 0x98, 0xf8, -+ 0x40, 0xfc, 0xa4, 0xf4, 0x14, 0x0c, 0x00, 0x00, -+ 0x10, 0x17, 0x13, 0x7e, 0x12, 0x12, 0x13, 0x15, -+ 0x19, 0x71, 0x11, 0x11, 0x17, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x10, 0x13, 0x10, 0x17, -+ 0x19, 0x77, 0x10, 0x13, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x10, 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x14, 0x12, 0x12, 0x79, 0x14, 0x12, 0x13, 0x10, -+ 0x1e, 0x72, 0x13, 0x12, 0x15, 0x38, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0xfc, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3f, 0x20, 0x3e, 0x52, 0x1e, -+ 0x07, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0x20, 0xf8, 0x20, 0xe0, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x12, 0x17, 0x13, 0x10, -+ 0x1b, 0x72, 0x13, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0x58, 0x58, 0x40, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, 0x16, -+ 0x1b, 0x72, 0x13, 0x12, 0x12, 0x32, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x88, 0xe8, -+ 0xa8, 0x48, 0xf8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x0a, 0x13, 0x1a, 0x13, 0x18, 0x12, 0x7f, 0x08, -+ 0x17, 0x6f, 0x01, 0x3f, 0x01, 0x03, 0x00, 0x00, -+ 0x30, 0x90, 0x30, 0x90, 0xb0, 0x90, 0xfc, 0xe0, -+ 0x10, 0xec, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x06, 0x1b, 0x12, 0x1b, 0x12, 0x1a, 0x12, 0x7f, -+ 0x09, 0x17, 0x61, 0x1f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xb0, 0x10, 0xb0, 0x90, 0xb0, 0x90, 0xfc, -+ 0x20, 0xd0, 0x0c, 0xf0, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x2f, 0x21, 0x7e, 0x2a, 0x2a, 0x36, 0x22, -+ 0x33, 0x62, 0x23, 0x22, 0x24, 0x68, 0x00, 0x00, -+ 0x80, 0xfc, 0x48, 0xb8, 0xa8, 0xa8, 0xb4, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x11, 0x11, 0x11, 0x17, -+ 0x1d, 0x70, 0x11, 0x10, 0x11, 0x37, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xf0, 0x10, 0xf0, 0xfc, -+ 0xf8, 0x90, 0xf8, 0x40, 0xf0, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x10, 0x11, 0x17, 0x14, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x31, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x90, 0x88, 0x1c, 0xe4, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7d, 0x10, 0x17, 0x11, 0x14, -+ 0x19, 0x77, 0x13, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x00, 0xfc, 0xe8, 0x40, -+ 0xf0, 0xfc, 0x88, 0xfc, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x14, 0x11, 0x17, -+ 0x19, 0x71, 0x11, 0x11, 0x11, 0x36, 0x00, 0x00, -+ 0x40, 0xfc, 0x08, 0xf8, 0x58, 0xe4, 0xf4, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x20, 0x2f, 0x2a, 0x7f, 0x2f, 0x2a, 0x2f, 0x2b, -+ 0x32, 0x63, 0x23, 0x23, 0x21, 0x6e, 0x00, 0x00, -+ 0x40, 0xfc, 0x80, 0x78, 0xfc, 0xb4, 0xfc, 0xf0, -+ 0x10, 0xf0, 0xf0, 0xf4, 0xa4, 0x1c, 0x00, 0x00, -+ 0x14, 0x17, 0x15, 0x79, 0x10, 0x17, 0x10, 0x17, -+ 0x1c, 0x77, 0x14, 0x17, 0x14, 0x35, 0x00, 0x00, -+ 0x20, 0xfc, 0x50, 0x18, 0xa0, 0xfc, 0x00, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x13, 0x12, 0x16, -+ 0x1a, 0x72, 0x12, 0x14, 0x14, 0x3b, 0x00, 0x00, -+ 0x40, 0xfc, 0x90, 0xfc, 0xf0, 0xfc, 0x20, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x24, 0x27, 0x2b, 0x7f, 0x2b, 0x2d, 0x2f, 0x28, -+ 0x3f, 0x62, 0x2f, 0x23, 0x24, 0x68, 0x00, 0x00, -+ 0x80, 0xf8, 0x68, 0xe8, 0x70, 0xf0, 0xe8, 0x68, -+ 0xe4, 0x24, 0xe4, 0x38, 0xa0, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x14, 0x1f, 0x10, -+ 0x1f, 0x74, 0x17, 0x17, 0x14, 0x35, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x20, 0xa8, 0xf0, 0x64, -+ 0x9c, 0xa0, 0xa8, 0xb0, 0xa4, 0x9c, 0x00, 0x00, -+ 0x10, 0x13, 0x7d, 0x1a, 0x36, 0x51, 0x13, 0x7f, -+ 0x05, 0x1f, 0x6f, 0x3f, 0x01, 0x03, 0x00, 0x00, -+ 0x90, 0x90, 0x7c, 0xb0, 0xd8, 0x94, 0x50, 0xfc, -+ 0xc0, 0x30, 0xec, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x12, 0x12, 0x15, 0x7d, 0x12, 0x13, 0x15, 0x17, -+ 0x18, 0x77, 0x10, 0x11, 0x16, 0x30, 0x00, 0x00, -+ 0x48, 0x48, 0xf4, 0xb4, 0xe8, 0xac, 0xb4, 0xfc, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x17, 0x13, 0x7a, 0x13, 0x10, 0x13, 0x11, -+ 0x18, 0x77, 0x10, 0x17, 0x11, 0x33, 0x00, 0x00, -+ 0x40, 0xfc, 0xb8, 0xa8, 0xb8, 0xa0, 0xf8, 0xf0, -+ 0xa0, 0xfc, 0xc8, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x12, 0x13, 0x11, 0x7f, 0x12, 0x17, 0x13, 0x12, -+ 0x1b, 0x77, 0x15, 0x17, 0x15, 0x35, 0x00, 0x00, -+ 0x48, 0xf8, 0x20, 0xf8, 0x40, 0xf0, 0xf0, 0x40, -+ 0xf8, 0xf8, 0x58, 0xf8, 0x48, 0xd8, 0x00, 0x00, -+ 0x11, 0x17, 0x11, 0x7f, 0x11, 0x12, 0x15, 0x1d, -+ 0x71, 0x11, 0x11, 0x11, 0x11, 0x36, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0xb0, 0x48, 0xf4, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x25, 0x2f, 0x25, 0x7f, 0x2f, 0x2a, 0x2f, 0x22, -+ 0x3f, 0x62, 0x2f, 0x23, 0x24, 0x68, 0x00, 0x00, -+ 0x28, 0xa8, 0x28, 0x7c, 0xd0, 0xd0, 0xfc, 0x50, -+ 0xd0, 0x7c, 0xd0, 0x50, 0xfc, 0x40, 0x00, 0x00, -+ 0x13, 0x6f, 0x2b, 0x17, 0x7c, 0x3b, 0x56, 0x13, -+ 0x0f, 0x1f, 0x01, 0x7f, 0x01, 0x03, 0x00, 0x00, -+ 0x90, 0xe8, 0xa8, 0x94, 0x7c, 0xb8, 0xd4, 0xe0, -+ 0x80, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x13, 0x12, 0x13, 0x7f, 0x13, 0x11, 0x13, 0x16, -+ 0x1a, 0x73, 0x13, 0x10, 0x10, 0x37, 0x00, 0x00, -+ 0xb8, 0xa8, 0xb8, 0xb8, 0xb8, 0x20, 0xfc, 0xf0, -+ 0xf0, 0xfc, 0xf0, 0xa0, 0xe0, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x3f, 0x04, 0x02, -+ 0x02, 0x01, 0x00, 0x03, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x20, -+ 0x20, 0x40, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x0f, 0x0c, 0x14, 0x22, -+ 0x02, 0x01, 0x01, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x10, 0x11, 0x1d, 0x26, 0x24, -+ 0x04, 0x04, 0x04, 0x08, 0x08, 0x33, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x24, 0x25, 0x25, 0x26, 0x24, 0x24, -+ 0x26, 0x3c, 0x64, 0x04, 0x05, 0x06, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0c, 0x14, 0x15, 0x35, 0x56, 0x14, -+ 0x14, 0x14, 0x14, 0x14, 0x10, 0x13, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x54, 0x55, 0x55, 0x7e, 0x54, -+ 0x54, 0x54, 0x7c, 0x44, 0x01, 0x06, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x10, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x14, 0x12, 0x26, 0x65, 0x14, -+ 0x0c, 0x0c, 0x0a, 0x12, 0x20, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x90, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x7f, -+ 0x08, 0x0e, 0x12, 0x12, 0x22, 0x4d, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x50, 0x50, -+ 0x60, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2b, 0x2a, 0x3e, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x0b, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x3e, 0x49, 0x08, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x1b, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0x40, 0xf8, 0x88, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x3e, 0x49, 0x0a, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x1b, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x90, 0x90, 0x90, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x2a, 0x29, 0x49, 0x08, 0x7f, 0x41, 0x5d, -+ 0x55, 0x55, 0x5d, 0x55, 0x41, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0xc8, 0xc8, 0x48, 0x48, -+ 0x30, 0x30, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x2a, 0x29, 0x49, 0x08, 0x7f, 0x49, 0x6b, -+ 0x6b, 0x6b, 0x6b, 0x49, 0x49, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0xc8, 0xc8, 0x48, 0x48, -+ 0x30, 0x30, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x00, 0x3e, 0x22, 0x3e, 0x00, -+ 0x7f, 0x41, 0x5d, 0x55, 0x5d, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0x3c, 0x20, 0x20, 0xf8, 0x48, 0x48, -+ 0x28, 0x30, 0x10, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x04, 0x3f, 0x25, 0x7f, 0x25, 0x3f, 0x3f, 0x25, -+ 0x3f, 0x08, 0x7f, 0x12, 0x1e, 0x71, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x48, 0xc8, 0x48, 0x50, -+ 0x30, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x3f, 0x40, 0x77, 0x55, -+ 0x77, 0x12, 0x12, 0x2d, 0x25, 0x49, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0xc8, 0xc8, 0x28, 0x28, -+ 0x30, 0x10, 0x30, 0x48, 0x88, 0x04, 0x00, 0x00, -+ 0x49, 0x2a, 0x7f, 0x49, 0x5d, 0x6b, 0x4b, 0x00, -+ 0x7f, 0x08, 0x1e, 0x72, 0x0c, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x7c, 0xc8, 0x30, 0x30, 0xcc, 0x00, -+ 0xfc, 0x88, 0xb0, 0xc4, 0x84, 0x7c, 0x00, 0x00, -+ 0x13, 0x1f, 0x68, 0x13, 0x2b, 0x7f, 0x3a, 0x57, -+ 0x12, 0x07, 0x3c, 0x03, 0x0e, 0x70, 0x00, 0x00, -+ 0x90, 0xd8, 0x68, 0x90, 0xa8, 0xfc, 0xb8, 0xd4, -+ 0x10, 0xf8, 0x40, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x10, 0x1e, 0x24, 0x7e, 0x2a, 0x2a, 0x3e, 0x2a, -+ 0x2a, 0x3e, 0x23, 0x22, 0x22, 0x46, 0x00, 0x00, -+ 0x10, 0x90, 0x50, 0x50, 0x10, 0x90, 0x50, 0x50, -+ 0x1c, 0x70, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x12, 0x12, 0x7f, 0x12, 0x1e, 0x12, 0x1e, 0x12, -+ 0x7f, 0x2a, 0x2b, 0x33, 0x20, 0x1f, 0x00, 0x00, -+ 0x10, 0x90, 0x50, 0x50, 0x10, 0x90, 0x50, 0x50, -+ 0x1c, 0x70, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x08, 0x10, 0x1e, 0x32, -+ 0x32, 0x52, 0x13, 0x1f, 0x12, 0x10, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x12, 0x5b, 0x6d, 0x52, 0x6d, 0x7f, 0x7f, 0x5b, -+ 0x6d, 0x52, 0x6d, 0x7f, 0x7f, 0x40, 0x00, 0x00, -+ 0x08, 0x70, 0x40, 0x40, 0x40, 0x7c, 0x50, 0x50, -+ 0x50, 0x50, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x11, 0x12, 0x1c, 0x14, -+ 0x14, 0x15, 0x24, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xf8, 0xa8, 0xa8, -+ 0xa8, 0xfc, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x12, 0x13, 0x1c, 0x14, -+ 0x14, 0x14, 0x24, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0x20, 0xfc, 0x20, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x04, 0x02, 0x3f, 0x21, 0x41, -+ 0x3f, 0x01, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x40, 0x80, 0xfc, 0x08, 0x00, -+ 0xf8, 0x00, 0xf0, 0x10, 0x10, 0xe0, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x13, 0x10, 0x1c, 0x15, -+ 0x14, 0x14, 0x27, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0xe0, 0x40, 0x78, 0xc0, -+ 0x40, 0x7c, 0xc0, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x11, 0x12, 0x1c, 0x14, -+ 0x15, 0x14, 0x24, 0x24, 0x45, 0x18, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xa0, 0xa0, 0xf8, 0xa0, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x13, 0x10, 0x1c, 0x17, -+ 0x14, 0x15, 0x25, 0x25, 0x45, 0x1a, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0xfc, 0x50, 0x98, 0xe8, -+ 0x10, 0x50, 0x50, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x10, 0x11, 0x1c, 0x14, -+ 0x17, 0x14, 0x24, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x80, 0xfc, 0x18, 0xe8, 0xb0, 0xfc, 0x70, 0xa8, -+ 0xfc, 0xa8, 0xf8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7c, 0x13, 0x10, 0x1c, 0x17, -+ 0x14, 0x14, 0x24, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x18, 0xe8, 0x28, 0xb0, 0xfc, 0x70, 0xa8, 0x24, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x01, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x21, 0x21, 0x21, 0x3f, 0x21, -+ 0x01, 0x02, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x80, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x00, 0x3f, -+ 0x01, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x00, 0x7f, -+ 0x01, 0x3f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x00, 0x1f, -+ 0x10, 0x10, 0x11, 0x21, 0x26, 0x58, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x80, 0x80, 0xc0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x01, 0x7f, -+ 0x04, 0x04, 0x02, 0x03, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x40, 0x40, 0x80, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x61, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4b, 0x4a, 0x7a, 0x4a, -+ 0x4a, 0x4a, 0x7a, 0x4c, 0x44, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x80, 0x88, -+ 0x90, 0xe0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x7e, 0x00, 0x3c, 0x05, 0x05, 0x7e, 0x0e, -+ 0x0d, 0x15, 0x14, 0x24, 0x44, 0x0c, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x48, 0x48, 0x48, -+ 0x78, 0x48, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x02, 0x3c, -+ 0x22, 0x22, 0x2e, 0x72, 0x04, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x00, 0x7f, -+ 0x08, 0x0f, 0x12, 0x22, 0x04, 0x09, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0xfc, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x01, 0x3f, -+ 0x22, 0x7f, 0x04, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x08, 0xf8, 0x40, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x7a, 0x49, 0x49, 0x48, 0x7f, 0x48, -+ 0x48, 0x48, 0x79, 0x49, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x48, 0x50, 0x40, 0xfc, 0xa0, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x14, 0x3e, 0x02, 0x7f, 0x00, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x50, 0xf8, 0x08, 0xfc, 0x00, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x02, 0x12, -+ 0x0a, 0x0a, 0x1c, 0x64, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x90, 0x90, -+ 0xe0, 0xa0, 0x90, 0x94, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x01, 0x78, 0x4b, 0x48, 0x4f, 0x79, 0x4b, -+ 0x4e, 0x4a, 0x7a, 0x4a, 0x02, 0x00, 0x00, 0x00, -+ 0x08, 0xd0, 0x70, 0x88, 0x80, 0xfc, 0x40, 0xf8, -+ 0x48, 0x48, 0x48, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x1f, 0x0f, 0x01, 0x3f, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x7f, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0xf0, 0xe0, 0x00, 0xf8, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x48, 0x4b, 0x48, 0x78, 0x4f, -+ 0x48, 0x49, 0x79, 0x49, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf0, 0x90, 0x90, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x4a, 0x4c, 0x7f, 0x48, -+ 0x4b, 0x4a, 0x7a, 0x4a, 0x03, 0x02, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x3f, 0x20, -+ 0x2f, 0x20, 0x3f, 0x24, 0x26, 0x5c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xf8, 0x00, -+ 0xf0, 0x00, 0xfc, 0x90, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x00, 0x3f, -+ 0x20, 0x3e, 0x24, 0x24, 0x38, 0x43, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x88, 0xfc, -+ 0x80, 0x48, 0x50, 0x24, 0xd4, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x0e, 0x78, 0x09, 0x1a, -+ 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x90, 0x10, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x4f, 0x49, 0x49, 0x7b, 0x4b, -+ 0x4b, 0x4d, 0x7d, 0x49, 0x01, 0x01, 0x00, 0x00, -+ 0x04, 0x08, 0x30, 0xe0, 0x20, 0xbc, 0x68, 0x68, -+ 0x28, 0x28, 0x48, 0x48, 0x88, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x02, 0x7e, -+ 0x02, 0x3e, 0x02, 0x0e, 0x74, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x80, 0xfc, -+ 0x80, 0xf8, 0x80, 0xfc, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x0f, 0x3f, 0x21, 0x7f, -+ 0x0f, 0x0f, 0x09, 0x0f, 0x7f, 0x01, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0xfc, 0x08, 0xf8, -+ 0xe0, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x49, 0x48, 0x4b, 0x7a, 0x4a, -+ 0x4a, 0x4f, 0x78, 0x48, 0x03, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x50, 0x40, 0xf8, 0x48, 0x48, -+ 0x48, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4f, 0x48, 0x4b, 0x7a, 0x4b, -+ 0x4a, 0x4b, 0x78, 0x4f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4f, 0x48, 0x79, 0x49, -+ 0x49, 0x49, 0x79, 0x48, 0x07, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf8, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x49, 0x49, 0x49, 0x78, 0x4f, -+ 0x49, 0x4b, 0x7c, 0x49, 0x02, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0x28, 0x48, 0xb0, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4d, 0x49, 0x49, 0x79, 0x49, -+ 0x48, 0x4f, 0x78, 0x48, 0x01, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x40, 0xfc, 0x00, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x3e, 0x22, 0x3f, 0x3e, 0x26, 0x39, 0x1f, -+ 0x04, 0x07, 0x04, 0x07, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0xfc, 0x30, 0xd4, 0x0c, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x23, 0x13, 0x11, 0x01, 0x73, -+ 0x15, 0x11, 0x11, 0x19, 0x27, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0xf8, 0x10, 0xfc, 0x20, -+ 0xf8, 0xf8, 0x20, 0xfc, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x4f, 0x49, 0x4f, 0x79, 0x49, -+ 0x4e, 0x4b, 0x78, 0x40, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xbc, 0x10, 0xbc, -+ 0x00, 0xf8, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x48, 0x4b, 0x4a, 0x7b, 0x48, -+ 0x4f, 0x48, 0x79, 0x4f, 0x01, 0x03, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0x3c, 0xc8, 0xe8, 0xa8, 0x28, -+ 0xf0, 0x90, 0x98, 0x28, 0x44, 0x84, 0x00, 0x00, -+ 0x08, 0x2a, 0x49, 0x7f, 0x49, 0x5d, 0x6b, 0x49, -+ 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc8, 0x48, 0x30, 0x30, 0xc8, -+ 0xf4, 0x10, 0xf0, 0x10, 0xf0, 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, -+ 0x01, 0x07, 0x79, 0x4b, 0x49, 0x49, 0x7f, 0x49, -+ 0x49, 0x4b, 0x78, 0x4f, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xf8, 0x50, 0x50, 0xfc, 0x50, -+ 0x50, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x07, 0x7a, 0x49, 0x4b, 0x4d, 0x79, 0x49, -+ 0x49, 0x49, 0x79, 0x42, 0x04, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xb0, 0x18, 0xf4, 0x10, 0xf0, -+ 0x10, 0xf0, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x49, 0x4b, 0x4a, 0x7d, 0x49, -+ 0x4a, 0x48, 0x7b, 0x48, 0x00, 0x07, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x10, 0xfc, 0x68, 0x98, 0xf4, -+ 0x40, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x01, 0x07, 0x79, 0x4b, 0x4a, 0x4c, 0x7f, 0x48, -+ 0x4f, 0x48, 0x7b, 0x48, 0x07, 0x00, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xfc, 0xe8, 0x00, 0xfc, 0xc8, -+ 0x68, 0xb0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4b, 0x4a, 0x4b, 0x7a, 0x4a, -+ 0x4a, 0x4a, 0x7c, 0x44, 0x08, 0x03, 0x00, 0x00, -+ 0x40, 0xfc, 0x90, 0xfc, 0xf0, 0xfc, 0x20, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4b, 0x4a, 0x4a, 0x7a, 0x4a, -+ 0x4a, 0x4a, 0x7a, 0x44, 0x07, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x00, 0x20, 0x20, 0x20, -+ 0x40, 0x50, 0x88, 0x98, 0xe4, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x78, 0x49, 0x4f, 0x4b, 0x79, 0x4f, -+ 0x4b, 0x4d, 0x7f, 0x47, 0x04, 0x01, 0x00, 0x00, -+ 0x90, 0xf8, 0x40, 0xf0, 0xfc, 0xa8, 0x24, 0xfc, -+ 0xa8, 0x28, 0xd0, 0xb4, 0xcc, 0x84, 0x00, 0x00, -+ 0x1f, 0x17, 0x1f, 0x01, 0x7f, 0x1e, 0x12, 0x1e, -+ 0x3f, 0x0f, 0x7f, 0x0c, 0x77, 0x1c, 0x00, 0x00, -+ 0xf0, 0xd0, 0xf0, 0x00, 0xfc, 0xf0, 0x90, 0xf0, -+ 0xf8, 0xe0, 0xfc, 0x90, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x20, 0x20, 0x20, 0x3f, 0x20, -+ 0x20, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0x90, 0x10, -+ 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x11, 0x1f, -+ 0x11, 0x00, 0x00, 0x03, 0x3c, 0x00, 0x00, 0x00, -+ 0x20, 0x10, 0xf0, 0x10, 0xd0, 0x10, 0x10, 0xf8, -+ 0x10, 0xa0, 0xc0, 0x44, 0x34, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x12, 0x07, -+ 0x19, 0x71, 0x12, 0x14, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x08, 0x88, 0x48, 0x08, 0xe8, 0x30, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x24, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x20, 0x24, 0x24, 0x24, 0x24, 0xfc, 0x24, 0x20, -+ 0x24, 0x24, 0x24, 0x24, 0xfc, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4f, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, -+ 0x48, 0x28, 0x30, 0x10, 0xc8, 0x04, 0x00, 0x00, -+ 0x04, 0x3f, 0x04, 0x07, 0x07, 0x04, 0x7f, 0x08, -+ 0x17, 0x64, 0x07, 0x07, 0x08, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xc0, 0xc0, 0x40, 0xfc, 0x20, -+ 0xd0, 0x48, 0xc4, 0xc0, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x25, 0x25, 0x3e, 0x27, 0x24, -+ 0x3f, 0x24, 0x27, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x90, 0xfc, 0x90, 0xfc, 0x08, 0xf0, 0xfc, 0xc8, -+ 0x68, 0xb0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x01, 0x39, 0x2f, 0x2a, 0x2a, 0x3f, 0x28, 0x2b, -+ 0x3a, 0x2b, 0x2a, 0x2b, 0x2a, 0x5a, 0x00, 0x00, -+ 0x20, 0x3c, 0xe0, 0xb8, 0x88, 0xf8, 0x20, 0xb8, -+ 0xa0, 0xb8, 0xa0, 0xbc, 0xa4, 0x9c, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x4f, 0x15, 0x7f, -+ 0x14, 0x3e, 0x2a, 0x3e, 0x7f, 0x09, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0xe8, 0x70, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x18, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x01, 0x09, 0x09, 0x09, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x01, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0xfc, 0x00, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x11, 0x11, 0x11, -+ 0x11, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0x10, -+ 0x60, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x04, 0x08, 0x10, 0x21, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x78, 0x08, 0x08, 0x70, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x09, 0x08, 0x08, 0x7e, 0x08, 0x0c, 0x1a, 0x1a, -+ 0x18, 0x28, 0x29, 0x49, 0x0a, 0x0c, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0xe0, -+ 0xa0, 0xa0, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x49, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, -+ 0x88, 0x88, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x1c, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x09, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x1d, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0x7c, 0xc0, 0x40, 0x20, -+ 0x20, 0x20, 0x14, 0x14, 0x0c, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7e, 0x12, 0x1a, 0x36, 0x36, -+ 0x32, 0x52, 0x52, 0x13, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x49, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x78, 0x48, 0x48, -+ 0x88, 0x88, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x7f, 0x03, 0x05, 0x09, 0x11, -+ 0x61, 0x01, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x80, 0x40, 0x20, 0x10, -+ 0x0c, 0x00, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x03, 0x05, 0x19, 0x61, 0x04, -+ 0x08, 0x11, 0x61, 0x02, 0x04, 0x1f, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x40, -+ 0x30, 0x08, 0x04, 0x20, 0x70, 0x88, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7e, 0x08, 0x1f, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x60, 0x20, 0xfc, 0x24, 0x28, -+ 0x30, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa4, 0x2c, 0x28, -+ 0x70, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x7d, 0x11, 0x1a, 0x37, 0x34, -+ 0x30, 0x50, 0x51, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0xe0, 0xa0, 0xa0, 0x10, 0x10, 0x08, 0xf4, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x0a, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x18, 0x37, 0x34, -+ 0x30, 0x50, 0x51, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x50, 0x90, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x28, 0x49, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7f, 0x12, 0x1a, 0x36, 0x36, -+ 0x32, 0x52, 0x52, 0x14, 0x14, 0x19, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xb8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0x80, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xe8, 0x28, 0x28, 0x28, -+ 0xe8, 0x28, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x1d, 0x1a, 0x1b, -+ 0x2a, 0x28, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0xf8, -+ 0x48, 0x48, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x01, 0x1f, 0x19, 0x15, 0x15, -+ 0x1f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x00, 0xf0, 0x50, 0x50, 0x90, -+ 0xf0, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x28, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x00, 0x90, 0x88, 0x04, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x1a, 0x37, 0x36, -+ 0x32, 0x52, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x70, 0x90, 0x20, 0x20, -+ 0x50, 0x88, 0x04, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x11, 0x3a, 0x35, 0x35, -+ 0x51, 0x51, 0x11, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, 0xe8, 0x28, -+ 0x28, 0xe8, 0x28, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x1e, 0x1a, 0x1a, -+ 0x28, 0x28, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x40, 0x40, 0x78, 0x40, -+ 0x40, 0x78, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x4a, 0x0a, 0x0c, 0x08, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x20, 0x60, -+ 0x30, 0x28, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x0f, 0x09, 0x08, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x10, 0x10, 0xd4, 0x0c, 0xec, 0x04, 0x00, 0x00, -+ 0x10, 0x12, 0x12, 0x7e, 0x12, 0x1b, 0x36, 0x34, -+ 0x32, 0x52, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x48, 0x48, 0xf8, 0x48, 0x40, -+ 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x12, 0x1b, 0x35, 0x35, -+ 0x31, 0x51, 0x51, 0x11, 0x11, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xe8, 0x28, 0x28, -+ 0xe8, 0x30, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x11, 0x19, 0x37, 0x35, -+ 0x31, 0x51, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0x88, 0xfc, 0x08, 0x48, 0x28, -+ 0x28, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x12, 0x39, 0x35, -+ 0x34, 0x50, 0x50, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x10, 0x10, 0x10, 0x10, -+ 0x90, 0xa0, 0xa0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x0a, 0x0b, 0x0c, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x50, 0x70, 0x58, 0xf8, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x13, 0x13, 0x3a, 0x37, -+ 0x35, 0x51, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0xa0, 0x10, 0xe8, 0xfc, 0x58, 0xe8, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3e, 0x08, 0x08, 0x7f, 0x08, 0x09, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x1a, 0x36, 0x36, -+ 0x32, 0x52, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0x20, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7d, 0x11, 0x1a, 0x34, 0x35, -+ 0x31, 0x52, 0x54, 0x10, 0x10, 0x11, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x98, 0x98, 0xa8, 0xc8, 0x98, -+ 0x98, 0xa8, 0xc8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x22, 0x54, 0x0f, 0x18, 0x61, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x90, 0x90, 0xfc, 0x10, 0x10, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x19, 0x36, 0x37, -+ 0x30, 0x50, 0x51, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x90, 0xf8, 0x04, 0xf8, -+ 0x80, 0xf0, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x08, 0x1f, 0x1a, 0x1a, -+ 0x29, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x50, 0x50, 0xfc, 0x40, 0xfc, -+ 0x80, 0xf8, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x1f, 0x34, 0x34, -+ 0x33, 0x50, 0x50, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x50, 0x88, 0xfc, 0x44, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7c, 0x11, 0x1f, 0x34, 0x35, -+ 0x31, 0x51, 0x51, 0x12, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0x18, 0xe4, 0x00, 0x50, -+ 0x50, 0x50, 0x50, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x10, 0x18, 0x35, 0x35, -+ 0x33, 0x55, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x80, 0xf8, 0x08, 0x10, -+ 0x10, 0xfc, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1a, 0x1b, -+ 0x2a, 0x2b, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x50, 0x88, 0xfc, 0xa4, 0xa0, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x12, 0x7d, 0x11, 0x18, 0x37, 0x34, -+ 0x30, 0x53, 0x50, 0x10, 0x13, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x48, 0x50, 0x40, 0xf8, 0x08, -+ 0x08, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x13, 0x1a, 0x36, 0x37, -+ 0x32, 0x52, 0x53, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x34, 0x37, -+ 0x30, 0x50, 0x57, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x0f, 0x0f, 0x08, 0x0f, 0x0f, 0x08, 0x0f, -+ 0x09, 0x01, 0x7f, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xe0, 0xe0, 0x20, 0xe0, 0xf8, 0x00, 0xf0, -+ 0x10, 0x60, 0xfc, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x12, 0x1c, 0x37, 0x34, -+ 0x31, 0x51, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x29, 0x4a, 0x08, 0x09, 0x0e, 0x00, 0x00, -+ 0x40, 0x50, 0x98, 0xe4, 0xa0, 0xa4, 0x5c, 0x40, -+ 0xf0, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1a, 0x36, 0x36, -+ 0x32, 0x52, 0x54, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0xfc, 0x00, 0xf8, 0xa8, 0xa8, -+ 0xf8, 0x88, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0d, 0x16, 0x14, 0x37, 0x54, -+ 0x17, 0x14, 0x15, 0x16, 0x14, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0xa0, 0x60, 0xdc, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x17, 0x12, 0x7a, 0x17, 0x1a, 0x3a, 0x37, -+ 0x32, 0x52, 0x54, 0x14, 0x18, 0x13, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, 0xa8, -+ 0xa4, 0xa4, 0xa4, 0xb8, 0xa0, 0x20, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x7d, 0x12, 0x1a, 0x37, 0x31, -+ 0x35, 0x55, 0x52, 0x12, 0x15, 0x18, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0xf8, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x17, 0x11, 0x38, 0x35, -+ 0x37, 0x50, 0x53, 0x12, 0x13, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0xfc, 0xe8, 0x40, 0xf0, -+ 0xfc, 0x08, 0xfc, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x19, 0x35, 0x35, -+ 0x31, 0x57, 0x51, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0xfc, 0x10, 0x10, 0x10, -+ 0x10, 0xfc, 0x10, 0x08, 0x04, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7d, 0x11, 0x1a, 0x35, 0x34, -+ 0x30, 0x53, 0x50, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x30, 0xc8, 0x24, 0x24, 0x00, 0xf8, 0x10, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x49, 0x07, -+ 0x04, 0x06, 0x05, 0x09, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x70, 0x70, 0xa8, 0x24, 0xc0, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x19, 0x34, 0x34, -+ 0x33, 0x52, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x40, 0x80, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x2a, 0x4b, 0x08, 0x7f, -+ 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0xfc, -+ 0x00, 0xc0, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x10, 0x1b, 0x36, 0x36, -+ 0x33, 0x52, 0x50, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0xa0, 0xa0, 0xa0, 0xb8, 0x08, 0x08, -+ 0xb8, 0xa8, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x11, 0x19, 0x35, 0x34, -+ 0x30, 0x50, 0x53, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x80, -+ 0x9c, 0xe0, 0x80, 0x88, 0x88, 0x78, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x17, 0x10, 0x38, 0x37, -+ 0x35, 0x51, 0x53, 0x15, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0xfc, 0x90, 0x90, 0xf0, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7d, 0x11, 0x19, 0x34, 0x37, -+ 0x30, 0x50, 0x57, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x10, 0x60, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x04, 0x3f, 0x04, 0x07, 0x04, 0x07, 0x04, 0x7f, -+ 0x09, 0x1f, 0x63, 0x0d, 0x31, 0x01, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xc0, 0x40, 0xc0, 0x40, 0xfc, -+ 0x20, 0xf0, 0x8c, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7e, 0x14, 0x12, 0x39, 0x37, -+ 0x35, 0x51, 0x52, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x88, 0xa8, 0xa8, 0xc8, 0xf8, -+ 0xc8, 0xa8, 0xa8, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, -+ 0x2e, 0x0c, 0x1c, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xb8, 0x30, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1a, 0x37, 0x36, -+ 0x32, 0x52, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x48, 0x48, 0xf8, 0x48, -+ 0x68, 0x58, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7f, 0x10, 0x1b, 0x34, 0x35, -+ 0x36, 0x53, 0x50, 0x10, 0x11, 0x12, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xf8, 0x40, 0xfc, 0xa0, 0x50, -+ 0x4c, 0xf8, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x7c, 0x14, 0x1f, 0x3c, 0x35, -+ 0x35, 0x55, 0x55, 0x15, 0x14, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0xc8, 0xf8, 0x48, 0x58, -+ 0x58, 0x58, 0xf8, 0x18, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x14, 0x18, 0x35, 0x36, -+ 0x33, 0x50, 0x50, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0xa0, 0xa4, 0x1c, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x09, 0x09, 0x0f, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xf8, 0x20, -+ 0x24, 0xf8, 0x20, 0x24, 0xe4, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x09, 0x7f, 0x09, 0x1d, 0x1b, 0x1b, -+ 0x29, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0x20, 0x10, 0xd4, 0x0c, -+ 0xfc, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x08, 0x1c, 0x1b, 0x1a, -+ 0x28, 0x2b, 0x48, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc8, 0x30, 0x34, 0xcc, 0x54, -+ 0x7c, 0xc8, 0x30, 0x14, 0x6c, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7f, 0x0a, 0x1c, 0x1a, 0x1b, -+ 0x28, 0x28, 0x48, 0x09, 0x0a, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0xf8, 0x00, 0xfc, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x10, 0x12, 0x13, 0x7e, 0x12, 0x1b, 0x34, 0x35, -+ 0x32, 0x50, 0x51, 0x16, 0x10, 0x17, 0x00, 0x00, -+ 0x20, 0x28, 0xc8, 0x68, 0x98, 0xf8, 0xa0, 0x24, -+ 0x9c, 0xf0, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x11, 0x17, 0x39, 0x35, -+ 0x37, 0x53, 0x55, 0x19, 0x11, 0x13, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x24, 0x24, 0xe8, 0x28, 0x18, -+ 0x90, 0x50, 0x68, 0x28, 0x44, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7d, 0x10, 0x1f, 0x34, 0x37, -+ 0x30, 0x50, 0x51, 0x10, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x40, 0xfc, -+ 0x90, 0x90, 0xe0, 0x30, 0xc8, 0x08, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x13, 0x1d, 0x31, 0x7f, -+ 0x01, 0x1f, 0x13, 0x1d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x90, 0x60, 0x10, 0xfc, -+ 0x00, 0xf0, 0x90, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x13, 0x18, 0x37, 0x36, -+ 0x31, 0x51, 0x50, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x48, -+ 0x68, 0x70, 0xd0, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x7f, 0x15, 0x19, 0x3f, 0x35, -+ 0x35, 0x51, 0x52, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x38, 0xe8, 0x28, 0x28, 0xe8, 0x28, -+ 0x28, 0xa8, 0x68, 0x78, 0x28, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x13, 0x1a, 0x37, 0x36, -+ 0x33, 0x50, 0x57, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x11, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x01, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x13, 0x14, 0x39, 0x34, -+ 0x34, 0x50, 0x52, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xf0, 0x20, -+ 0x40, 0xa0, 0xa8, 0x84, 0x94, 0x70, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x12, 0x1a, 0x36, 0x36, -+ 0x33, 0x52, 0x54, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x48, 0x48, 0x48, 0xfc, 0xc8, -+ 0xa8, 0xa8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x7f, 0x10, 0x1a, 0x36, 0x35, -+ 0x31, 0x51, 0x51, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xfc, 0xa0, 0xa8, 0xa8, 0xa8, -+ 0xb0, 0xb0, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x36, 0x36, -+ 0x32, 0x52, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x12, 0x1a, 0x37, 0x36, -+ 0x32, 0x57, 0x50, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, -+ 0xa8, 0xfc, 0xa0, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x7d, 0x12, 0x17, 0x39, 0x35, -+ 0x37, 0x51, 0x51, 0x11, 0x17, 0x10, 0x00, 0x00, -+ 0x08, 0xc8, 0x28, 0xa8, 0xa8, 0xe8, 0x68, 0x28, -+ 0xe8, 0x28, 0x28, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x13, 0x14, 0x3b, 0x36, -+ 0x36, 0x53, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x11, 0x19, 0x36, 0x36, -+ 0x33, 0x52, 0x52, 0x12, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x9c, 0xf4, 0x54, 0x64, 0x98, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x09, 0x09, 0x09, 0x7f, 0x09, 0x19, 0x1f, 0x1a, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x20, 0x24, 0xe8, 0x30, 0x20, 0xe4, 0x3c, 0x40, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x11, 0x19, 0x37, 0x36, -+ 0x32, 0x52, 0x53, 0x12, 0x10, 0x11, 0x00, 0x00, -+ 0x00, 0x38, 0x28, 0xe8, 0x28, 0x38, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0xc8, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7d, 0x11, 0x17, 0x39, 0x35, -+ 0x37, 0x53, 0x55, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x50, 0x90, 0x10, 0x14, 0x34, 0xf8, 0x58, 0x90, -+ 0x50, 0x50, 0x28, 0x28, 0x44, 0x84, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x10, 0x1f, 0x35, 0x35, -+ 0x31, 0x51, 0x51, 0x11, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x10, 0xf0, -+ 0x10, 0xf0, 0x1c, 0xf0, 0x10, 0x10, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x79, 0x17, 0x11, 0x39, 0x37, -+ 0x35, 0x57, 0x50, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x24, 0xe4, 0x24, 0xc4, 0x18, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x13, 0x1a, 0x37, 0x34, -+ 0x37, 0x50, 0x51, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x48, -+ 0xe8, 0xf0, 0x50, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x10, 0x1f, 0x34, 0x34, -+ 0x31, 0x57, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x50, 0xfc, 0x60, 0x90, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7d, 0x11, 0x19, 0x35, 0x35, -+ 0x37, 0x52, 0x52, 0x13, 0x13, 0x12, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xf0, 0x10, 0xf0, 0x10, -+ 0xfc, 0xa0, 0xa8, 0x18, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7d, 0x10, 0x1b, 0x36, 0x34, -+ 0x33, 0x52, 0x52, 0x12, 0x12, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x48, 0x40, -+ 0xf8, 0x48, 0x48, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x10, 0x1f, 0x34, 0x37, -+ 0x30, 0x53, 0x50, 0x17, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0xf8, 0x10, 0xf0, 0x20, 0xfc, 0xc8, 0x68, -+ 0xb0, 0x70, 0xa8, 0x24, 0x20, 0xc0, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x11, 0x17, 0x39, 0x35, -+ 0x37, 0x53, 0x55, 0x19, 0x11, 0x13, 0x00, 0x00, -+ 0x10, 0xd0, 0x90, 0x7c, 0x10, 0xd0, 0x78, 0xb8, -+ 0x38, 0x54, 0x54, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x17, 0x12, 0x7e, 0x13, 0x1a, 0x36, 0x37, -+ 0x32, 0x52, 0x53, 0x16, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, 0xa8, -+ 0xa4, 0xe4, 0xa4, 0xb8, 0xa0, 0xa0, 0x00, 0x00, -+ 0x11, 0x10, 0x10, 0x7d, 0x13, 0x14, 0x3f, 0x3c, -+ 0x36, 0x55, 0x56, 0x15, 0x14, 0x15, 0x00, 0x00, -+ 0xc0, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x13, 0x12, 0x38, 0x37, -+ 0x34, 0x50, 0x50, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0x48, 0x40, 0xfc, -+ 0x40, 0x78, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7c, 0x13, 0x1b, 0x36, 0x36, -+ 0x33, 0x50, 0x51, 0x16, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x58, 0xd8, 0xe8, -+ 0xf8, 0xe0, 0x50, 0x4c, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x17, 0x18, 0x35, 0x37, -+ 0x30, 0x53, 0x50, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xfc, 0xa0, 0x10, 0xe8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7d, 0x11, 0x19, 0x35, 0x34, -+ 0x37, 0x50, 0x51, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x70, 0x00, 0xf8, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x1b, 0x37, 0x34, -+ 0x33, 0x52, 0x52, 0x12, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x68, 0x98, 0x08, 0xf8, 0x00, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x2a, 0x2c, 0x49, 0x14, 0x22, 0x3f, 0x21, -+ 0x5f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x20, 0xa4, 0xa8, 0x30, 0x48, 0x88, 0xfc, 0x08, -+ 0xf0, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x12, 0x1b, 0x36, 0x37, -+ 0x31, 0x51, 0x51, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, -+ 0x50, 0x50, 0x68, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x12, 0x12, 0x7f, 0x10, 0x1f, 0x34, 0x35, -+ 0x31, 0x51, 0x51, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7c, 0x11, 0x19, 0x35, 0x34, -+ 0x33, 0x52, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x08, 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7f, 0x08, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x09, 0x0e, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x1b, 0x36, 0x35, -+ 0x31, 0x51, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x78, 0x48, 0xfc, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x11, 0x10, 0x17, 0x7c, 0x13, 0x18, 0x37, 0x35, -+ 0x31, 0x52, 0x54, 0x18, 0x17, 0x10, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x7f, 0x04, 0x1f, 0x04, 0x7f, -+ 0x09, 0x1f, 0x63, 0x0d, 0x31, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0x40, 0xf0, 0x40, 0xfc, -+ 0x20, 0xf0, 0x8c, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x22, 0x14, 0x7f, 0x08, 0x2a, 0x2a, 0x3e, 0x09, -+ 0x11, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x18, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x36, 0x37, -+ 0x32, 0x53, 0x54, 0x14, 0x17, 0x14, 0x00, 0x00, -+ 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xfc, 0x94, 0x94, 0xf4, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x34, 0x37, -+ 0x31, 0x56, 0x51, 0x16, 0x10, 0x11, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x98, 0xe8, 0x98, 0xe8, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x3e, 0x32, 0x2b, 0x2f, 0x7a, 0x2a, 0x47, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0xf0, 0x90, 0x94, 0x0c, 0xf8, 0x90, 0x60, 0x9c, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x13, 0x1a, 0x37, 0x36, -+ 0x33, 0x52, 0x52, 0x13, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0x50, 0xdc, 0x50, 0xdc, 0x70, -+ 0xdc, 0x50, 0x90, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x1a, 0x37, 0x34, -+ 0x32, 0x52, 0x54, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0x40, -+ 0x48, 0x48, 0xd0, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x12, 0x1b, 0x36, 0x37, -+ 0x32, 0x50, 0x57, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x11, 0x19, 0x35, 0x35, -+ 0x30, 0x57, 0x50, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x40, 0xfc, 0x00, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7d, 0x10, 0x1b, 0x36, 0x37, -+ 0x30, 0x50, 0x50, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x48, 0xf8, -+ 0x40, 0x78, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x15, 0x19, 0x36, 0x34, -+ 0x31, 0x53, 0x55, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x10, 0x48, 0x48, 0xa0, -+ 0x10, 0xf8, 0x14, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x1a, 0x37, 0x34, -+ 0x33, 0x52, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0xbc, 0x14, 0x94, 0x54, 0xe4, 0x2c, 0x40, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7d, 0x10, 0x1f, 0x34, 0x37, -+ 0x32, 0x53, 0x52, 0x13, 0x12, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x00, 0xf8, -+ 0x48, 0xf8, 0x48, 0xfc, 0x44, 0x3c, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x7c, 0x13, 0x12, 0x3b, 0x34, -+ 0x37, 0x50, 0x51, 0x17, 0x11, 0x13, 0x00, 0x00, -+ 0x00, 0x38, 0xe8, 0x28, 0xb0, 0xb0, 0xa8, 0x28, -+ 0xa4, 0xa4, 0xa4, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x11, 0x11, 0x6b, 0x2a, 0x13, 0x1a, 0x2e, 0x77, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0xe8, 0xa8, 0x90, 0x98, 0xac, 0xf4, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x12, 0x19, 0x36, 0x35, -+ 0x36, 0x51, 0x50, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x00, 0xfc, 0xcc, 0x54, 0xec, 0x54, 0x64, 0xb0, -+ 0x4c, 0xa0, 0x48, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x11, 0x17, 0x11, 0x7d, 0x13, 0x1a, 0x37, 0x34, -+ 0x33, 0x50, 0x53, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xe0, 0xf8, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x17, 0x11, 0x7f, 0x12, 0x1b, 0x35, 0x35, -+ 0x33, 0x53, 0x55, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xb8, 0xa8, 0xb8, 0xfc, 0x20, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x13, 0x1a, 0x37, 0x34, -+ 0x33, 0x50, 0x53, 0x17, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x40, -+ 0x58, 0x40, 0x58, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x12, 0x13, 0x14, 0x7d, 0x17, 0x15, 0x3d, 0x3f, -+ 0x35, 0x55, 0x57, 0x14, 0x14, 0x18, 0x00, 0x00, -+ 0x08, 0xe8, 0x98, 0x18, 0xc8, 0x68, 0x58, 0xd8, -+ 0x4c, 0x78, 0xc8, 0x48, 0x48, 0xc8, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3e, 0x2a, 0x3e, 0x7f, -+ 0x09, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x90, 0x90, 0x10, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x12, 0x7c, 0x11, 0x19, 0x36, 0x36, -+ 0x36, 0x52, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x48, 0x48, 0x48, 0x48, 0xb4, 0xa4, 0x00, 0x20, -+ 0xa0, 0xb8, 0xa0, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7d, 0x11, 0x17, 0x39, 0x35, -+ 0x34, 0x51, 0x57, 0x11, 0x11, 0x13, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xfc, 0x10, 0xf0, -+ 0xc8, 0x48, 0x30, 0x10, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x1a, 0x36, 0x37, -+ 0x33, 0x53, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x68, 0x68, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x12, 0x1a, 0x36, 0x36, -+ 0x33, 0x52, 0x55, 0x15, 0x1a, 0x11, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0xa8, 0xe8, 0xa8, -+ 0xe8, 0x90, 0xd0, 0xb4, 0xac, 0xc4, 0x00, 0x00, -+ 0x12, 0x14, 0x12, 0x7f, 0x12, 0x1b, 0x36, 0x37, -+ 0x30, 0x57, 0x50, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x48, 0x90, 0x48, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x17, 0x13, 0x7e, 0x13, 0x1a, 0x37, 0x34, -+ 0x37, 0x50, 0x57, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x50, -+ 0xf8, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x7f, 0x11, 0x3a, 0x34, 0x57, 0x51, -+ 0x13, 0x7f, 0x01, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x90, 0x90, 0x7c, 0x90, 0xb8, 0xb8, 0x54, 0x94, -+ 0x10, 0xfc, 0x00, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7e, 0x14, 0x12, 0x3a, 0x34, -+ 0x35, 0x56, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x98, 0x50, 0xa8, 0xa4, 0xd4, -+ 0xf0, 0x40, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7c, 0x12, 0x1a, 0x34, 0x35, -+ 0x36, 0x53, 0x52, 0x13, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0xfc, 0x98, 0x50, 0xa8, 0xa4, 0xd4, 0xf0, -+ 0x40, 0xf8, 0x48, 0xf8, 0x58, 0xe4, 0x00, 0x00, -+ 0x11, 0x10, 0x13, 0x7c, 0x11, 0x18, 0x37, 0x34, -+ 0x31, 0x50, 0x57, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0xc0, -+ 0xc8, 0x68, 0xf0, 0x50, 0x4c, 0xc0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x37, 0x36, -+ 0x33, 0x50, 0x57, 0x11, 0x10, 0x17, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0xf8, 0x48, -+ 0xf8, 0x80, 0xfc, 0x90, 0x70, 0x88, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x7f, 0x12, 0x1a, 0x37, 0x36, -+ 0x33, 0x52, 0x53, 0x16, 0x10, 0x10, 0x00, 0x00, -+ 0x20, 0xe0, 0x20, 0xe0, 0xbc, 0xe8, 0xe8, 0xa8, -+ 0xb0, 0x90, 0xb0, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7f, 0x12, 0x1b, 0x35, 0x35, -+ 0x31, 0x51, 0x51, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xfc, 0x50, 0xf0, 0xf8, 0x08, -+ 0xf8, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x10, 0x19, 0x35, 0x35, -+ 0x30, 0x57, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x00, 0xf0, 0x10, 0xf0, -+ 0xa0, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x19, 0x37, 0x36, -+ 0x33, 0x52, 0x53, 0x12, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, 0x80, -+ 0xf8, 0xa8, 0xa8, 0x90, 0xe8, 0x84, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x11, 0x19, 0x35, 0x34, -+ 0x33, 0x52, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0xa8, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x10, 0x1b, 0x34, 0x35, -+ 0x36, 0x53, 0x56, 0x13, 0x16, 0x11, 0x00, 0x00, -+ 0x30, 0xc0, 0xf0, 0x80, 0xf8, 0x88, 0x78, 0x98, -+ 0x60, 0xb8, 0x60, 0xbc, 0x64, 0xdc, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x7d, 0x16, 0x17, 0x3d, 0x3d, -+ 0x35, 0x55, 0x56, 0x14, 0x14, 0x14, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0x78, 0x90, 0xfc, 0x00, 0x78, -+ 0x48, 0x78, 0x48, 0x78, 0x48, 0x58, 0x00, 0x00, -+ 0x11, 0x10, 0x12, 0x7d, 0x11, 0x1b, 0x34, 0x35, -+ 0x31, 0x51, 0x51, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0xd0, 0x50, 0xa8, 0xa8, 0x10, 0xf8, 0x04, 0xf0, -+ 0x10, 0xf0, 0x10, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x7f, 0x13, 0x1a, 0x37, 0x36, -+ 0x33, 0x50, 0x53, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xfc, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x11, 0x1b, 0x35, 0x35, -+ 0x36, 0x57, 0x50, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xb8, 0x10, 0xfc, -+ 0x00, 0xfc, 0xa0, 0xa0, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x7f, 0x11, 0x18, 0x37, 0x34, -+ 0x31, 0x50, 0x57, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0xa0, 0xa8, 0xb0, 0xfc, 0x10, 0xa0, 0xf8, 0x40, -+ 0xf0, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x36, 0x37, -+ 0x32, 0x53, 0x52, 0x15, 0x15, 0x18, 0x00, 0x00, -+ 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x00, 0xfc, 0xa4, 0x54, 0x04, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7f, 0x12, 0x1b, 0x36, 0x37, -+ 0x32, 0x52, 0x55, 0x15, 0x19, 0x11, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xfc, 0xa8, 0x58, 0x40, 0xfc, -+ 0xf0, 0xf0, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x7f, 0x10, 0x19, 0x35, 0x35, -+ 0x31, 0x51, 0x50, 0x12, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xfc, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x48, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x1e, 0x23, 0x7a, 0x2a, 0x3b, -+ 0x0d, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x90, 0x50, 0x20, 0x50, 0x8c, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x11, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x35, 0x37, -+ 0x31, 0x51, 0x52, 0x12, 0x14, 0x11, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xbc, 0xe8, 0xe8, 0x28, 0xe8, -+ 0x10, 0x90, 0x90, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x13, 0x14, 0x3b, 0x36, -+ 0x37, 0x51, 0x51, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xb8, 0xa8, -+ 0xb8, 0x10, 0x10, 0xa8, 0x64, 0x44, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x7d, 0x11, 0x1a, 0x37, 0x34, -+ 0x33, 0x52, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0x50, 0xe8, 0xfc, 0x00, -+ 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3f, 0x20, 0x3f, 0x52, 0x1f, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0x20, 0xfc, 0x20, 0x20, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3e, 0x22, 0x3f, 0x3e, 0x32, -+ 0x5f, 0x01, 0x7f, 0x07, 0x79, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xf8, 0x50, 0xfc, 0x20, 0xf8, -+ 0x20, 0x00, 0xfc, 0xc0, 0x3c, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x7f, 0x14, 0x17, 0x3d, 0x3f, -+ 0x34, 0x53, 0x52, 0x12, 0x17, 0x10, 0x00, 0x00, -+ 0x20, 0xe0, 0x20, 0xbc, 0xc0, 0x80, 0x38, 0xc0, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x12, 0x1b, 0x36, 0x36, -+ 0x32, 0x52, 0x52, 0x13, 0x13, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0xa8, 0xfc, 0xf8, 0xe8, -+ 0xb8, 0xf8, 0x50, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x10, 0x1b, 0x34, 0x35, -+ 0x33, 0x55, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0xcc, 0x74, 0xcc, 0x74, 0x90, 0xfc, -+ 0x20, 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x11, 0x12, 0x3b, 0x36, -+ 0x37, 0x50, 0x57, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xa8, 0x94, 0x70, 0xf8, 0xa8, -+ 0xfc, 0x00, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7d, 0x11, 0x12, 0x39, 0x37, -+ 0x35, 0x51, 0x51, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0xfc, 0x08, 0xf8, 0x50, 0x60, 0xf8, 0x08, -+ 0xf8, 0xf8, 0x08, 0xf8, 0x88, 0x04, 0x00, 0x00, -+ 0x11, 0x17, 0x11, 0x7f, 0x12, 0x15, 0x3f, 0x34, -+ 0x37, 0x50, 0x53, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xfc, 0x08, 0xf0, 0xfc, 0xc8, -+ 0x68, 0xb0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x11, 0x11, 0x16, 0x7e, 0x11, 0x19, 0x36, 0x37, -+ 0x31, 0x55, 0x55, 0x15, 0x19, 0x11, 0x00, 0x00, -+ 0x10, 0x3c, 0xa8, 0xf8, 0x08, 0xfc, 0xa0, 0xf4, -+ 0x34, 0xd8, 0xb8, 0xd4, 0x10, 0x60, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x36, 0x34, -+ 0x37, 0x55, 0x57, 0x15, 0x17, 0x14, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, -+ 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x44, 0x00, 0x00, -+ 0x12, 0x12, 0x15, 0x7f, 0x12, 0x15, 0x3f, 0x34, -+ 0x37, 0x50, 0x51, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x48, 0x48, 0xf4, 0xac, 0xe8, 0xb4, 0xfc, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x14, 0x13, 0x7d, 0x13, 0x13, 0x3d, 0x34, -+ 0x37, 0x50, 0x51, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x40, 0x84, 0xf4, 0x18, 0xf8, 0x14, 0xf4, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x12, 0x1b, 0x36, 0x36, -+ 0x32, 0x52, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0xe8, 0xa8, -+ 0xe8, 0x48, 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x7c, 0x17, 0x15, 0x3e, 0x3c, -+ 0x34, 0x55, 0x55, 0x19, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x90, 0xfc, 0xf0, 0xd8, 0x94, -+ 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x13, 0x12, 0x3b, 0x36, -+ 0x34, 0x57, 0x50, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xb8, 0xa8, 0xb8, 0xa8, -+ 0x44, 0xfc, 0x90, 0xe0, 0x70, 0x88, 0x00, 0x00, -+ 0x11, 0x12, 0x13, 0x7e, 0x13, 0x1a, 0x37, 0x31, -+ 0x33, 0x55, 0x50, 0x13, 0x10, 0x10, 0x00, 0x00, -+ 0x98, 0xe8, 0x98, 0xe8, 0xb8, 0xa8, 0xfc, 0x70, -+ 0xc8, 0xf4, 0x40, 0xf8, 0x40, 0xc0, 0x00, 0x00, -+ 0x04, 0x7f, 0x14, 0x3e, 0x22, 0x3f, 0x3e, 0x22, -+ 0x3f, 0x01, 0x7f, 0x07, 0x79, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xf8, 0x50, 0xfc, 0x20, 0xf8, -+ 0x20, 0x00, 0xfc, 0xc0, 0x3c, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x12, 0x17, 0x3b, 0x34, -+ 0x37, 0x55, 0x55, 0x15, 0x17, 0x15, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0x58, 0x58, 0x40, -+ 0xfc, 0xb4, 0xb4, 0xb4, 0xfc, 0xb4, 0x00, 0x00, -+ 0x13, 0x1f, 0x68, 0x13, 0x2b, 0x7f, 0x3a, 0x57, -+ 0x11, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x90, 0xd8, 0x68, 0x90, 0xa8, 0xfc, 0xb8, 0xd4, -+ 0x10, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x7f, 0x17, 0x15, 0x3f, 0x37, -+ 0x36, 0x53, 0x53, 0x13, 0x11, 0x1e, 0x00, 0x00, -+ 0x20, 0xfc, 0x40, 0xb8, 0xfc, 0x74, 0xfc, 0xf0, -+ 0x10, 0xf0, 0xf0, 0xf4, 0xa4, 0x1c, 0x00, 0x00, -+ 0x12, 0x7f, 0x17, 0x3d, 0x57, 0x3f, 0x2a, 0x7b, -+ 0x36, 0x2b, 0x3f, 0x26, 0x38, 0x1f, 0x00, 0x00, -+ 0x10, 0xfc, 0xd0, 0x78, 0xd4, 0xfc, 0x88, 0x90, -+ 0xe8, 0x90, 0xe4, 0x08, 0xb0, 0xc0, 0x00, 0x00, -+ 0x14, 0x1f, 0x14, 0x7f, 0x1b, 0x1f, 0x35, 0x3f, -+ 0x3d, 0x57, 0x57, 0x15, 0x17, 0x14, 0x00, 0x00, -+ 0x80, 0xf8, 0xa8, 0xe8, 0x78, 0xe8, 0x38, 0xe8, -+ 0x28, 0xb8, 0xb0, 0x54, 0xd4, 0x8c, 0x00, 0x00, -+ 0x08, 0x08, 0x0c, 0x12, 0x7d, 0x20, 0x3f, 0x28, -+ 0x48, 0x7f, 0x08, 0x14, 0x23, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x02, 0x34, 0x1c, 0x6a, 0x08, 0x7f, 0x11, 0x28, -+ 0x7e, 0x2a, 0x2a, 0x2e, 0x29, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x41, 0x21, 0x0a, 0x14, 0x20, 0x21, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x50, 0x60, 0x90, 0x0c, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x0c, 0x12, 0x22, 0x7f, 0x02, -+ 0x3a, 0x2a, 0x2a, 0x3a, 0x02, 0x07, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x1e, 0x20, 0x7e, 0x23, 0x3e, -+ 0x22, 0x3e, 0x3e, 0x20, 0x3e, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x11, 0x1f, -+ 0x29, 0x6d, 0x2b, 0x33, 0x3d, 0x27, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x03, 0x3c, 0x08, 0x7f, 0x08, 0x18, 0x6b, 0x49, -+ 0x49, 0x6b, 0x49, 0x49, 0x7f, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x12, 0x34, 0x7f, 0x14, 0x3f, 0x15, 0x7f, 0x15, -+ 0x3f, 0x16, 0x35, 0x35, 0x54, 0x15, 0x00, 0x00, -+ 0x40, 0x40, 0xc0, 0x40, 0x7c, 0xa4, 0xa8, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x40, 0x5e, 0x52, 0x5e, 0x40, 0x7f, -+ 0x6d, 0x6d, 0x7f, 0x40, 0x7f, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x7c, 0xa4, 0xa8, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x3f, 0x5e, 0x12, 0x1f, 0x7f, -+ 0x1b, 0x2d, 0x5b, 0x2d, 0x49, 0x1b, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x07, 0x04, 0x3f, 0x2b, 0x3d, 0x27, 0x2a, -+ 0x3b, 0x3b, 0x3b, 0x2a, 0x4f, 0x39, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xc0, 0x7c, 0xa4, 0xa8, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x0a, 0x11, 0x3f, 0x40, 0x3f, 0x2d, -+ 0x3f, 0x12, 0x1a, 0x17, 0x24, 0x49, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x18, 0x29, 0x2e, 0x28, 0x3f, 0x22, 0x2a, 0x3b, -+ 0x2a, 0x2a, 0x7f, 0x0a, 0x11, 0x61, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xfc, 0xe4, 0xa8, 0xb0, -+ 0xa0, 0xa0, 0xd0, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x77, 0x55, 0x77, 0x3f, 0x24, -+ 0x7f, 0x24, 0x3f, 0x24, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0xa4, 0x28, 0x30, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x3e, 0x22, 0x3f, 0x20, 0x3e, 0x22, 0x3f, -+ 0x09, 0x2e, 0x28, 0x28, 0x2e, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xfc, 0x08, 0xf8, 0x00, 0xfc, -+ 0x28, 0xf8, 0xa8, 0xa8, 0xb8, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x02, 0x02, 0x03, 0x04, 0x04, 0x0a, -+ 0x11, 0x21, 0x00, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf0, 0x10, 0x10, 0x20, -+ 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x10, 0x1e, 0x13, 0x32, 0x2b, -+ 0x4c, 0x04, 0x08, 0x10, 0x20, 0x47, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x88, 0x08, 0x30, 0xf8, -+ 0x88, 0x90, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x10, 0x1e, 0x22, 0x33, 0x4a, -+ 0x0c, 0x04, 0x08, 0x11, 0x22, 0x44, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0x40, 0xfc, 0x40, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x1f, 0x22, 0x32, 0x4b, -+ 0x0c, 0x04, 0x09, 0x10, 0x20, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0x28, 0x44, 0x80, -+ 0x10, 0x60, 0x88, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x11, 0x1d, 0x25, 0x25, 0x57, -+ 0x18, 0x08, 0x10, 0x11, 0x22, 0x44, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x7e, 0x13, 0x11, 0x1d, 0x26, 0x27, 0x54, -+ 0x18, 0x0f, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x48, 0x24, 0x04, 0xf8, 0x10, -+ 0x60, 0xfc, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x13, 0x1c, 0x24, 0x25, 0x54, -+ 0x08, 0x0b, 0x10, 0x10, 0x20, 0x43, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x54, -+ 0x7c, 0xc8, 0x50, 0x34, 0xdc, 0x04, 0x00, 0x00, -+ 0x00, 0x7e, 0x13, 0x11, 0x1c, 0x24, 0x27, 0x54, -+ 0x19, 0x09, 0x11, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0x90, 0xa0, 0xfc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7d, 0x11, 0x11, 0x1c, 0x25, 0x25, 0x55, -+ 0x19, 0x09, 0x11, 0x11, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x01, 0x7f, 0x11, 0x13, 0x1d, 0x25, 0x25, 0x57, -+ 0x19, 0x09, 0x12, 0x14, 0x21, 0x42, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xf8, 0xa8, 0xa8, 0x48, 0xb0, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x11, 0x1c, 0x27, 0x26, 0x57, -+ 0x19, 0x09, 0x11, 0x10, 0x27, 0x40, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x00, 0xfc, 0x08, 0xf8, -+ 0xf0, 0x10, 0xf0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x13, 0x1c, 0x27, 0x26, 0x57, -+ 0x1a, 0x0b, 0x10, 0x17, 0x20, 0x40, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0x00, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x15, 0x1d, 0x26, 0x25, 0x57, -+ 0x19, 0x09, 0x11, 0x11, 0x21, 0x46, 0x00, 0x00, -+ 0x40, 0xfc, 0x08, 0xf8, 0x50, 0x60, 0xf8, 0x08, -+ 0xf8, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x02, 0x7e, 0x13, 0x15, 0x38, 0x2f, 0x2a, 0x6e, -+ 0x5a, 0x1e, 0x12, 0x16, 0x23, 0x4e, 0x00, 0x00, -+ 0xa0, 0xb0, 0xe8, 0x68, 0x20, 0xfc, 0xa0, 0xe8, -+ 0xa8, 0xd0, 0xd4, 0x9c, 0xec, 0x44, 0x00, 0x00, -+ 0x01, 0x7d, 0x17, 0x11, 0x3f, 0x2a, 0x2e, 0x6a, -+ 0x5e, 0x1a, 0x16, 0x13, 0x2e, 0x40, 0x00, 0x00, -+ 0x20, 0x30, 0xe8, 0x28, 0xfc, 0xa0, 0xe8, 0xa8, -+ 0xe8, 0xd0, 0x94, 0xec, 0x4c, 0x84, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x08, 0x08, 0x10, 0x60, 0x3f, -+ 0x08, 0x04, 0x02, 0x03, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xc0, 0x40, 0x44, 0x44, 0x3c, 0x00, 0xe0, -+ 0x20, 0x40, 0x80, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x06, 0x38, 0x20, 0x3e, 0x22, 0x3e, 0x23, 0x3f, -+ 0x20, 0x3e, 0x22, 0x22, 0x22, 0x4f, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x94, 0x94, 0x8c, 0x00, 0xf8, -+ 0x88, 0x50, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x00, 0x3f, 0x22, 0x5d, -+ 0x00, 0x1c, 0x14, 0x16, 0x24, 0x4b, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x54, 0x54, 0x8c, 0xf8, -+ 0x88, 0x50, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x40, 0x5e, 0x52, 0x5e, 0x41, 0x7f, -+ 0x6d, 0x6d, 0x7f, 0x40, 0x7f, 0x41, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x54, 0x94, 0x0c, 0xf8, -+ 0x48, 0x50, 0x30, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x11, 0x11, 0x7f, 0x11, -+ 0x11, 0x11, 0x11, 0x3f, 0x20, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, -+ 0x10, 0x10, 0x10, 0xfc, 0x20, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x20, 0x7e, 0x33, 0x2a, 0x7f, -+ 0x32, 0x2a, 0x3f, 0x22, 0x05, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x30, 0x48, 0xfc, 0x04, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xac, 0x2c, 0x04, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x23, 0x41, 0x0e, 0x70, 0x1f, -+ 0x03, 0x3e, 0x03, 0x7e, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0x10, 0x18, 0x64, 0x84, 0x00, 0xe0, 0x00, -+ 0xf0, 0x00, 0xfc, 0x00, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x08, 0x73, 0x10, 0x1e, 0x71, 0x11, 0x1c, -+ 0x71, 0x16, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x50, 0x48, 0xf8, 0x40, 0x48, 0x68, 0x70, 0xd0, -+ 0x48, 0x44, 0x40, 0xc4, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x3f, 0x20, -+ 0x4f, 0x03, 0x1e, 0x03, 0x3e, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0xfc, 0xc8, -+ 0x00, 0xf0, 0x00, 0xf8, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x0f, 0x03, 0x1e, 0x03, 0x3e, 0x01, 0x06, -+ 0x38, 0x0e, 0x38, 0x0f, 0x79, 0x0f, 0x00, 0x00, -+ 0xc0, 0x00, 0xe0, 0x00, 0xf0, 0x08, 0xf8, 0x18, -+ 0xe0, 0x38, 0xe0, 0x3c, 0xe4, 0x3c, 0x00, 0x00, -+ 0x04, 0x09, 0x71, 0x12, 0x1c, 0x71, 0x12, 0x1d, -+ 0x71, 0x12, 0x10, 0x11, 0x12, 0x0f, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0x60, 0x90, 0x50, 0x48, 0x48, -+ 0x50, 0x60, 0x90, 0x14, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x26, 0x36, 0x37, 0x24, -+ 0x27, 0x21, 0x2f, 0x21, 0x3f, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xfc, 0xb0, 0xb4, 0x2c, 0x60, -+ 0x80, 0xf0, 0x00, 0xfc, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x7f, 0x3f, 0x2e, 0x2a, 0x2e, 0x3f, 0x1f, -+ 0x11, 0x1f, 0x1f, 0x11, 0x1f, 0x70, 0x00, 0x00, -+ 0x08, 0xd0, 0xe0, 0xa0, 0xb8, 0xe0, 0xa0, 0x20, -+ 0x3c, 0xe0, 0x20, 0x24, 0xa4, 0x1c, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x12, 0x7f, 0x42, 0x42, 0x43, -+ 0x42, 0x46, 0x3e, 0x02, 0x03, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x48, 0x40, 0xfc, -+ 0x40, 0x20, 0x24, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x3f, 0x40, 0x3f, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xe0, 0x00, 0xf0, 0x10, -+ 0x10, 0x10, 0x14, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x3f, 0x40, 0x3f, 0x0f, -+ 0x10, 0x7f, 0x04, 0x08, 0x10, 0x63, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xf0, 0x10, -+ 0x90, 0xf0, 0x94, 0x8c, 0x8c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x3f, 0x40, 0x3f, 0x1f, -+ 0x12, 0x1f, 0x15, 0x18, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xe0, 0x00, 0xf0, 0xd0, -+ 0x50, 0xd0, 0x54, 0xcc, 0xcc, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x10, 0x3f, 0x40, 0x3f, 0x12, -+ 0x0a, 0x3f, 0x07, 0x0a, 0x32, 0x02, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x00, 0xe0, 0x00, 0xf0, 0x50, -+ 0x90, 0xd0, 0x14, 0x8c, 0x4c, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x7d, -+ 0x05, 0x09, 0x09, 0x11, 0x61, 0x03, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x00, 0x88, 0x88, -+ 0x50, 0x60, 0x20, 0x10, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x42, 0x22, 0x22, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x23, 0x22, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0xf8, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x20, 0x23, 0x00, 0x08, -+ 0x08, 0x10, 0x10, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x40, 0x20, 0x20, 0x03, 0x08, -+ 0x08, 0x10, 0x10, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x22, 0x23, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x24, 0x24, 0x28, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x40, 0x21, 0x21, 0x01, 0x09, -+ 0x0b, 0x12, 0x10, 0x20, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf0, 0x10, 0x10, 0x10, -+ 0xf0, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x42, 0x22, 0x22, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x2f, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x78, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x20, 0x20, 0x02, 0x0a, -+ 0x0a, 0x14, 0x14, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x20, 0x20, 0x80, 0x80, 0x80, 0x88, 0x84, -+ 0x84, 0x80, 0x80, 0x88, 0x88, 0x78, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x20, 0x03, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x48, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x09, 0x41, 0x22, 0x22, 0x07, 0x08, -+ 0x08, 0x10, 0x11, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0xe0, 0x20, 0x20, 0x10, 0x10, 0x08, 0xf4, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x22, 0x03, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x22, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x24, 0x27, 0x2c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x41, 0x22, 0x24, 0x00, 0x0b, -+ 0x09, 0x10, 0x10, 0x20, 0x21, 0x2e, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x70, 0x00, 0xf8, -+ 0x08, 0x90, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x27, 0x20, 0x00, 0x08, -+ 0x09, 0x11, 0x12, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0xe0, 0xe0, -+ 0x50, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x12, 0x0a, 0x0a, 0x42, 0x27, 0x22, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x50, 0x50, 0x50, 0x50, 0xfc, 0x50, 0x50, 0x50, -+ 0x50, 0x70, 0x50, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x43, 0x22, 0x22, 0x02, 0x0a, -+ 0x0f, 0x10, 0x10, 0x20, 0x23, 0x2c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x48, -+ 0xfc, 0x40, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x0f, 0x09, 0x41, 0x27, 0x24, 0x04, 0x0f, -+ 0x0d, 0x11, 0x11, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x30, 0x48, 0x48, 0x5c, 0xe4, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x20, 0x00, 0x0b, -+ 0x0a, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0f, 0x0d, 0x45, 0x25, 0x25, 0x05, 0x0d, -+ 0x0e, 0x16, 0x14, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0x48, 0x58, -+ 0x58, 0x38, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0f, 0x0c, 0x44, 0x24, 0x24, 0x04, 0x0c, -+ 0x0d, 0x15, 0x16, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x88, 0x88, 0x88, 0x88, 0xc8, -+ 0x48, 0x28, 0x18, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x22, 0x23, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x24, 0x24, 0x28, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x00, 0x00, 0xfc, 0x20, 0xe0, -+ 0x30, 0x28, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x41, 0x21, 0x21, 0x01, 0x09, -+ 0x09, 0x11, 0x11, 0x21, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x25, 0x21, 0x01, 0x09, -+ 0x09, 0x11, 0x11, 0x21, 0x21, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x00, 0x00, 0x08, 0x30, -+ 0xc0, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x20, 0x20, 0x00, 0x0b, -+ 0x0a, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x0b, 0x0a, 0x42, 0x22, 0x22, 0x03, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xf8, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x40, 0x20, 0x27, 0x00, 0x08, -+ 0x08, 0x10, 0x12, 0x23, 0x24, 0x28, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xf8, 0x08, 0x10, -+ 0x10, 0x20, 0x40, 0x80, 0xc0, 0x3c, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x22, 0x02, 0x0b, -+ 0x0a, 0x12, 0x12, 0x22, 0x23, 0x2e, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x48, 0x40, 0xfc, -+ 0x20, 0x20, 0x10, 0x14, 0xcc, 0x04, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x41, 0x21, 0x22, 0x00, 0x0f, -+ 0x08, 0x10, 0x10, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x50, 0x48, 0x48, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x22, 0x23, 0x02, 0x0a, -+ 0x0b, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x23, 0x20, 0x03, 0x0a, -+ 0x0b, 0x12, 0x10, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x40, -+ 0xfc, 0x44, 0x58, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x12, 0x11, 0x21, 0x48, 0x0c, 0x12, 0x12, 0x30, -+ 0x51, 0x11, 0x12, 0x12, 0x14, 0x14, 0x00, 0x00, -+ 0x00, 0x78, 0x00, 0x00, 0x00, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x43, 0x22, 0x24, 0x0e, 0x15, -+ 0x14, 0x25, 0x26, 0x47, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0x48, 0x68, 0xa8, -+ 0xa8, 0x68, 0x28, 0xe8, 0x28, 0x30, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x43, 0x22, 0x22, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x21, 0x23, 0x04, 0x08, -+ 0x0b, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0a, 0x41, 0x21, 0x20, 0x07, 0x08, -+ 0x08, 0x10, 0x11, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x48, 0x50, 0x40, 0xfc, 0xa0, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x41, 0x22, 0x24, 0x07, 0x08, -+ 0x08, 0x11, 0x11, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xe0, -+ 0xe0, 0x50, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x41, 0x22, 0x23, 0x06, 0x0b, -+ 0x0a, 0x13, 0x12, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xf8, 0x08, 0xc8, 0x48, 0xc8, -+ 0x48, 0xc8, 0x48, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x41, 0x2f, 0x22, 0x02, 0x0a, -+ 0x0a, 0x17, 0x11, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x00, 0x00, 0x38, 0x28, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x78, 0x28, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x09, 0x41, 0x27, 0x25, 0x05, 0x0d, -+ 0x0d, 0x16, 0x16, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x58, -+ 0x58, 0x38, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0f, 0x0a, 0x42, 0x23, 0x24, 0x04, 0x0e, -+ 0x09, 0x11, 0x11, 0x22, 0x24, 0x28, 0x00, 0x00, -+ 0x08, 0xc8, 0x28, 0x28, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0x28, 0x28, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x27, 0x20, 0x00, 0x0f, -+ 0x08, 0x10, 0x11, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf8, 0x00, 0x00, 0xfc, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x20, 0x03, 0x0a, -+ 0x0b, 0x12, 0x13, 0x22, 0x22, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x24, 0x20, 0x07, 0x08, -+ 0x09, 0x11, 0x12, 0x24, 0x28, 0x23, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x80, 0x80, 0xfc, 0x80, -+ 0x20, 0x20, 0x50, 0x48, 0xfc, 0x84, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x21, 0x21, 0x02, 0x0c, -+ 0x09, 0x13, 0x14, 0x20, 0x21, 0x2e, 0x00, 0x00, -+ 0x40, 0x50, 0x98, 0xe4, 0x20, 0x24, 0x9c, 0xf0, -+ 0x10, 0x20, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x21, 0x21, 0x01, 0x0a, -+ 0x0c, 0x10, 0x10, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x50, 0x50, 0x58, 0xe4, -+ 0x44, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x12, 0x0a, 0x0a, 0x4f, 0x22, 0x22, 0x02, 0x0a, -+ 0x0b, 0x1e, 0x12, 0x22, 0x22, 0x27, 0x00, 0x00, -+ 0x08, 0x10, 0x60, 0xc0, 0x40, 0x7c, 0x50, 0xd0, -+ 0x50, 0x50, 0x50, 0x90, 0x90, 0x10, 0x00, 0x00, -+ 0x10, 0x0f, 0x09, 0x41, 0x22, 0x22, 0x07, 0x09, -+ 0x0d, 0x15, 0x12, 0x23, 0x24, 0x28, 0x00, 0x00, -+ 0x04, 0x08, 0x70, 0x10, 0x10, 0x50, 0x5c, 0x50, -+ 0x50, 0x50, 0x50, 0x3c, 0x80, 0x7c, 0x00, 0x00, -+ 0x12, 0x09, 0x09, 0x47, 0x20, 0x23, 0x02, 0x0b, -+ 0x0a, 0x10, 0x11, 0x22, 0x2c, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf8, 0x48, 0xf8, 0x40, 0xfc, -+ 0xc4, 0xc4, 0x44, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x20, 0x17, 0x10, 0x43, 0x2f, 0x23, 0x00, 0x13, -+ 0x1f, 0x20, 0x27, 0x45, 0x47, 0x40, 0x00, 0x00, -+ 0x80, 0xf8, 0x80, 0xf0, 0xfc, 0xe8, 0x80, 0xf0, -+ 0xfc, 0x10, 0xfc, 0x50, 0x30, 0x30, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x02, 0x08, -+ 0x0b, 0x10, 0x10, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x48, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x41, 0x21, 0x22, 0x07, 0x0a, -+ 0x0b, 0x12, 0x13, 0x22, 0x20, 0x20, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0x50, 0x48, 0xfc, 0x48, -+ 0xf8, 0x48, 0xf8, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x0c, 0x0a, 0x43, 0x27, 0x21, 0x01, 0x0f, -+ 0x09, 0x11, 0x12, 0x24, 0x28, 0x20, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0x28, 0xe8, 0x28, 0x28, 0xe8, -+ 0x28, 0xa8, 0x68, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x12, 0x0a, 0x0b, 0x42, 0x22, 0x22, 0x03, 0x0a, -+ 0x0a, 0x12, 0x13, 0x26, 0x24, 0x28, 0x00, 0x00, -+ 0x08, 0x48, 0x58, 0xd8, 0xe8, 0x48, 0xf8, 0x48, -+ 0xe8, 0xd8, 0x58, 0x48, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x1f, 0x11, 0x41, 0x29, 0x2e, 0x0a, 0x1a, -+ 0x19, 0x2e, 0x28, 0x49, 0x4f, 0x48, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xa8, 0xa8, 0xc8, 0xc8, -+ 0xa8, 0xa8, 0x98, 0x88, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x47, 0x21, 0x21, 0x01, 0x09, -+ 0x09, 0x17, 0x10, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0xfc, 0x10, 0xf0, 0x10, 0xf0, -+ 0x10, 0xfc, 0x00, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x41, 0x23, 0x24, 0x00, 0x0b, -+ 0x08, 0x12, 0x11, 0x21, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x44, 0x40, 0xf8, -+ 0x40, 0x48, 0x48, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x23, 0x22, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xe8, -+ 0xa8, 0xa8, 0xe8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x09, 0x08, 0x43, 0x27, 0x20, 0x01, 0x09, -+ 0x0b, 0x15, 0x19, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x10, 0xe0, 0xd0, 0x48, 0xfc, 0x80, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x41, 0x21, 0x21, 0x02, 0x0c, -+ 0x08, 0x17, 0x10, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x10, 0x18, 0xa4, 0x44, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x22, 0x12, 0x12, 0x4f, 0x22, 0x23, 0x06, 0x16, -+ 0x16, 0x2a, 0x2a, 0x42, 0x43, 0x42, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0xd0, 0x48, 0x48, 0xa4, 0xa0, -+ 0x20, 0x30, 0x48, 0x58, 0xe4, 0x04, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x42, 0x24, 0x23, 0x02, 0x0a, -+ 0x0a, 0x12, 0x12, 0x22, 0x22, 0x22, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xf8, 0x08, 0xe8, -+ 0xa8, 0xa8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x24, 0x23, 0x00, 0x0f, -+ 0x08, 0x13, 0x10, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x44, 0x04, 0xf8, 0x48, 0xfc, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x20, 0x27, 0x00, 0x0b, -+ 0x08, 0x17, 0x10, 0x21, 0x20, 0x27, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x40, 0xfc, 0x90, 0xe0, 0x70, 0x88, 0x00, 0x00, -+ 0x22, 0x12, 0x12, 0x4f, 0x22, 0x23, 0x06, 0x16, -+ 0x16, 0x2a, 0x2a, 0x52, 0x43, 0x42, 0x00, 0x00, -+ 0x08, 0x10, 0x60, 0xc0, 0x40, 0x7c, 0xd0, 0xd0, -+ 0x50, 0x50, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x47, 0x20, 0x20, 0x03, 0x08, -+ 0x08, 0x17, 0x10, 0x20, 0x20, 0x27, 0x00, 0x00, -+ 0x90, 0x88, 0xfc, 0x90, 0x50, 0x64, 0x9c, 0xa4, -+ 0xfc, 0x90, 0x50, 0x24, 0xdc, 0x04, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x25, 0x20, 0x00, 0x0f, -+ 0x08, 0x11, 0x11, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf0, 0x00, 0x00, 0xfc, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x12, 0x0a, 0x0a, 0x42, 0x2f, 0x22, 0x02, 0x0b, -+ 0x0a, 0x12, 0x14, 0x24, 0x28, 0x33, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x50, 0xd0, 0x88, 0x24, 0x90, -+ 0x90, 0xc0, 0xa0, 0x90, 0x88, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x40, 0x27, 0x21, 0x01, 0x0a, -+ 0x0c, 0x13, 0x10, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0x20, 0x24, 0x5c, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x41, 0x23, 0x24, 0x03, 0x0a, -+ 0x0a, 0x13, 0x12, 0x22, 0x22, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x11, 0x09, 0x09, 0x43, 0x22, 0x22, 0x07, 0x0a, -+ 0x0a, 0x13, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x0c, 0x47, 0x24, 0x27, 0x04, 0x0b, -+ 0x0a, 0x13, 0x12, 0x23, 0x22, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x0f, 0x09, 0x47, 0x25, 0x25, 0x06, 0x0f, -+ 0x08, 0x17, 0x10, 0x20, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0x58, 0x38, 0xf8, -+ 0x80, 0xf8, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x21, 0x27, 0x00, 0x0b, -+ 0x0a, 0x12, 0x13, 0x22, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0x10, 0xfc, 0x08, 0xc8, -+ 0x48, 0x48, 0xc8, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x20, 0x11, 0x12, 0x4f, 0x25, 0x25, 0x05, 0x16, -+ 0x14, 0x2f, 0x20, 0x41, 0x46, 0x58, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0xf8, 0x48, 0x58, 0x58, 0x38, -+ 0x88, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x25, 0x20, 0x07, 0x08, -+ 0x09, 0x11, 0x12, 0x24, 0x28, 0x23, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x44, 0xf4, 0x80, 0xfc, 0x80, -+ 0xf8, 0x48, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x23, 0x22, 0x03, 0x08, -+ 0x0f, 0x10, 0x13, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, -+ 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x47, 0x20, 0x23, 0x02, 0x0b, -+ 0x0a, 0x13, 0x10, 0x27, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x40, 0x21, 0x26, 0x01, 0x09, -+ 0x09, 0x11, 0x11, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x20, 0x11, 0x1e, 0x42, 0x22, 0x2f, 0x02, 0x17, -+ 0x16, 0x2a, 0x2a, 0x52, 0x42, 0x43, 0x00, 0x00, -+ 0xa0, 0x20, 0x20, 0x24, 0x64, 0xe8, 0x70, 0xa0, -+ 0xb0, 0xb0, 0x50, 0x48, 0x88, 0x04, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x21, 0x21, 0x01, 0x08, -+ 0x0f, 0x10, 0x11, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x70, 0x00, 0xf8, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x23, 0x22, 0x03, 0x08, -+ 0x0f, 0x10, 0x11, 0x22, 0x2c, 0x20, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x44, -+ 0xe4, 0xe8, 0x50, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x10, 0x0a, 0x0a, 0x42, 0x23, 0x20, 0x07, 0x08, -+ 0x0b, 0x12, 0x12, 0x22, 0x22, 0x22, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x80, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x41, 0x21, 0x21, 0x00, 0x0b, -+ 0x0a, 0x17, 0x10, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x08, 0xf8, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x09, 0x0f, 0x41, 0x21, 0x27, 0x01, 0x09, -+ 0x09, 0x17, 0x11, 0x22, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0xfc, 0x10, 0x10, 0x7c, 0x90, 0x10, 0x7c, -+ 0x90, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x20, 0x1f, 0x19, 0x49, 0x2f, 0x29, 0x09, 0x1f, -+ 0x19, 0x29, 0x2f, 0x49, 0x40, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x70, 0x68, 0x68, 0xa4, 0x2c, -+ 0x28, 0x70, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x41, 0x27, 0x25, 0x05, 0x0d, -+ 0x0d, 0x15, 0x15, 0x25, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x00, 0xf8, 0x28, 0x28, 0xe8, -+ 0x28, 0xe8, 0x28, 0x28, 0xf8, 0x08, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2f, 0x28, 0x17, 0x11, -+ 0x12, 0x23, 0x2e, 0x42, 0x42, 0x47, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0x20, 0xf8, 0xa8, 0x28, 0x28, -+ 0x28, 0xa8, 0x48, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x22, 0x1f, 0x12, 0x43, 0x20, 0x2f, 0x08, 0x1e, -+ 0x1a, 0x2a, 0x2d, 0x48, 0x48, 0x48, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xe0, 0x80, 0xf8, 0x88, 0xe8, -+ 0xa8, 0xa8, 0xd8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x11, 0x08, 0x08, 0x41, 0x23, 0x2c, 0x07, 0x0c, -+ 0x0e, 0x15, 0x16, 0x25, 0x24, 0x25, 0x00, 0x00, -+ 0xc0, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x12, 0x0a, 0x0a, 0x42, 0x2f, 0x22, 0x02, 0x0b, -+ 0x0a, 0x12, 0x12, 0x24, 0x24, 0x2b, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x3c, 0xc0, 0xf8, 0x08, 0x90, -+ 0x90, 0xfc, 0x90, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2f, 0x2a, 0x0a, 0x1f, -+ 0x12, 0x27, 0x26, 0x4a, 0x52, 0x42, 0x00, 0x00, -+ 0x08, 0x28, 0xe8, 0x28, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0x28, 0x28, 0xa8, 0x88, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x24, 0x21, 0x00, 0x08, -+ 0x0b, 0x10, 0x17, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x18, 0xf0, 0x88, 0x44, 0x54, 0x90, 0xa0, 0x50, -+ 0xf8, 0x48, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x40, 0x27, 0x20, 0x01, 0x0f, -+ 0x08, 0x13, 0x12, 0x22, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0xf8, -+ 0x08, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x02, 0x09, -+ 0x09, 0x17, 0x10, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x48, 0x48, -+ 0x50, 0xfc, 0xa0, 0xa0, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x0f, 0x0c, 0x47, 0x24, 0x25, 0x06, 0x0d, -+ 0x0e, 0x15, 0x16, 0x25, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x88, 0xd8, 0xd8, 0x68, -+ 0xe8, 0x58, 0x58, 0x88, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x24, 0x23, 0x01, 0x08, -+ 0x0f, 0x10, 0x13, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0x40, 0xf8, 0x10, 0xa0, -+ 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x27, 0x05, 0x09, -+ 0x0f, 0x10, 0x17, 0x21, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x00, 0xfc, 0x28, 0xd0, -+ 0x1c, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x28, 0x14, 0x15, 0x4f, 0x22, 0x2a, 0x0a, 0x1a, -+ 0x1f, 0x2a, 0x22, 0x42, 0x44, 0x49, 0x00, 0x00, -+ 0x80, 0xb8, 0x28, 0xe8, 0x28, 0xb8, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0x48, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x41, 0x22, 0x25, 0x01, 0x09, -+ 0x09, 0x12, 0x13, 0x25, 0x29, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xf0, 0x08, 0xf4, 0x10, 0xf0, -+ 0xf0, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x0a, 0x0a, 0x43, 0x22, 0x23, 0x02, 0x08, -+ 0x0b, 0x11, 0x10, 0x20, 0x21, 0x2e, 0x00, 0x00, -+ 0x40, 0x58, 0x48, 0x58, 0x48, 0x58, 0x48, 0x40, -+ 0xf8, 0x10, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x42, 0x24, 0x20, 0x03, 0x0a, -+ 0x0a, 0x13, 0x12, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x24, 0x24, 0x80, 0x38, 0x08, -+ 0x08, 0xb8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x27, 0x24, 0x3f, 0x25, 0x26, -+ 0x3d, 0x24, 0x24, 0x27, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xf8, 0xa0, 0xfc, 0x50, 0x48, -+ 0x54, 0xd0, 0xe0, 0x50, 0x48, 0xc0, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x44, 0x25, 0x24, 0x07, 0x14, -+ 0x15, 0x24, 0x25, 0x49, 0x49, 0x51, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, -+ 0xf8, 0x40, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x22, 0x23, 0x02, 0x0b, -+ 0x0a, 0x10, 0x17, 0x21, 0x20, 0x20, 0x00, 0x00, -+ 0x50, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x41, 0x20, 0x27, 0x04, 0x08, -+ 0x0f, 0x10, 0x10, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x48, 0x40, -+ 0xfc, 0x40, 0x78, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x45, 0x21, 0x21, 0x01, 0x09, -+ 0x08, 0x17, 0x10, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x40, 0xfc, 0x00, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x23, 0x3c, 0x20, 0x22, 0x1e, 0x08, 0x0a, -+ 0x7a, 0x1c, 0x2c, 0x2a, 0x49, 0x1b, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x49, 0x29, 0x2f, 0x09, 0x1f, -+ 0x18, 0x2f, 0x28, 0x4f, 0x48, 0x49, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x50, 0x50, 0x50, 0xfc, 0x20, -+ 0x30, 0x30, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x22, 0x23, 0x01, 0x13, -+ 0x16, 0x1b, 0x23, 0x22, 0x43, 0x42, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xb8, 0xa8, 0xb8, 0x20, 0xfc, -+ 0x40, 0xf8, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x20, 0x1f, 0x10, 0x47, 0x24, 0x27, 0x05, 0x15, -+ 0x15, 0x27, 0x26, 0x4b, 0x4a, 0x51, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0xf0, 0x10, -+ 0xf0, 0xf8, 0x48, 0xf8, 0x04, 0xfc, 0x00, 0x00, -+ 0x20, 0x17, 0x10, 0x4f, 0x20, 0x27, 0x00, 0x17, -+ 0x10, 0x27, 0x25, 0x45, 0x47, 0x45, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x50, 0x90, 0x10, 0x10, -+ 0xfc, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x0f, 0x09, 0x42, 0x2f, 0x22, 0x02, 0x0b, -+ 0x08, 0x11, 0x1f, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0xfc, 0x10, 0x08, 0xf4, 0x10, 0x10, 0xf0, -+ 0xc8, 0x28, 0x30, 0x10, 0xc8, 0x04, 0x00, 0x00, -+ 0x24, 0x24, 0x3f, 0x04, 0x7f, 0x15, 0x24, 0x45, -+ 0x01, 0x7f, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x40, 0xf8, 0x50, 0xf0, 0x90, 0xfc, 0x90, 0x30, -+ 0x08, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x41, 0x21, 0x22, 0x07, 0x08, -+ 0x0b, 0x1d, 0x10, 0x21, 0x20, 0x23, 0x00, 0x00, -+ 0x40, 0x90, 0xf8, 0x10, 0x98, 0x64, 0xfc, 0xa0, -+ 0x50, 0xac, 0x48, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2f, 0x2a, 0x0a, 0x1f, -+ 0x13, 0x26, 0x26, 0x4a, 0x52, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0x20, 0xfc, 0xe4, 0xa8, 0xb0, -+ 0x20, 0xa0, 0xd0, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x25, 0x15, 0x1f, 0x45, 0x25, 0x28, 0x0f, 0x18, -+ 0x17, 0x24, 0x24, 0x44, 0x44, 0x40, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0xd4, 0x0c, 0xfc, 0x88, -+ 0xf0, 0x90, 0x90, 0x90, 0xe0, 0x80, 0x00, 0x00, -+ 0x20, 0x1e, 0x12, 0x42, 0x2e, 0x28, 0x08, 0x1f, -+ 0x1a, 0x22, 0x22, 0x42, 0x42, 0x4d, 0x00, 0x00, -+ 0x00, 0xf8, 0x80, 0xf0, 0x80, 0xf0, 0x80, 0xfc, -+ 0xa8, 0xa8, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x22, 0x12, 0x12, 0x45, 0x25, 0x2d, 0x15, 0x15, -+ 0x15, 0x25, 0x25, 0x45, 0x45, 0x44, 0x00, 0x00, -+ 0x20, 0x20, 0x7c, 0x48, 0xb0, 0x30, 0xec, 0x20, -+ 0xfc, 0x70, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x0f, 0x08, 0x43, 0x20, 0x27, 0x03, 0x09, -+ 0x08, 0x17, 0x10, 0x21, 0x26, 0x20, 0x00, 0x00, -+ 0x10, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xf0, 0xc0, -+ 0x68, 0xe8, 0xd0, 0x48, 0x44, 0xc0, 0x00, 0x00, -+ 0x20, 0x1f, 0x14, 0x47, 0x24, 0x25, 0x07, 0x10, -+ 0x1f, 0x28, 0x29, 0x4f, 0x48, 0x48, 0x00, 0x00, -+ 0x80, 0xfc, 0x50, 0x50, 0xd0, 0x30, 0xf0, 0x80, -+ 0xf8, 0xc8, 0x28, 0xd8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x40, 0x27, 0x24, 0x06, 0x0d, -+ 0x0e, 0x15, 0x15, 0x26, 0x27, 0x24, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0xf8, 0xa8, 0x68, 0x68, -+ 0xd8, 0xc8, 0xa8, 0x58, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x47, 0x21, 0x27, 0x01, 0x09, -+ 0x0e, 0x17, 0x10, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xbc, 0x10, 0xbc, -+ 0x00, 0xfc, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x20, 0x17, 0x14, 0x47, 0x25, 0x24, 0x07, 0x14, -+ 0x17, 0x24, 0x29, 0x4f, 0x51, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0xf0, 0x60, 0xfc, 0x40, -+ 0xf8, 0x88, 0x90, 0x7c, 0x10, 0x30, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2a, 0x2a, 0x0a, 0x13, -+ 0x12, 0x23, 0x22, 0x43, 0x44, 0x48, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xd8, 0xdc, 0x94, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x20, 0x12, 0x12, 0x42, 0x22, 0x2f, 0x02, 0x1a, -+ 0x1b, 0x2a, 0x2a, 0x4b, 0x4e, 0x58, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x10, 0x50, -+ 0xdc, 0x50, 0x50, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x20, 0x1f, 0x12, 0x4a, 0x26, 0x24, 0x0b, 0x12, -+ 0x1b, 0x2a, 0x2a, 0x4b, 0x4e, 0x58, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xe8, 0xa8, 0xc8, 0xb0, 0x10, -+ 0xdc, 0x50, 0x50, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x47, 0x20, 0x23, 0x07, 0x09, -+ 0x09, 0x16, 0x17, 0x21, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0x10, 0xf0, 0xb8, 0x28, -+ 0xb8, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x22, 0x1f, 0x1a, 0x4a, 0x2f, 0x26, 0x07, 0x1a, -+ 0x13, 0x22, 0x23, 0x42, 0x43, 0x42, 0x00, 0x00, -+ 0x10, 0xfc, 0x50, 0x50, 0xfc, 0xb0, 0x34, 0x4c, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x26, 0x16, 0x1f, 0x4a, 0x3f, 0x25, 0x05, 0x15, -+ 0x1b, 0x22, 0x23, 0x42, 0x43, 0x42, 0x00, 0x00, -+ 0x30, 0x30, 0xfc, 0x50, 0xfc, 0x30, 0xb4, 0x4c, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x22, 0x23, 0x01, 0x09, -+ 0x09, 0x11, 0x11, 0x27, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x22, 0x1a, 0x1a, 0x4a, 0x2f, 0x20, 0x0f, 0x10, -+ 0x1f, 0x22, 0x2f, 0x42, 0x43, 0x5c, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xbc, 0x48, 0xe8, 0xa8, -+ 0xb0, 0x10, 0x90, 0x28, 0xc8, 0x84, 0x00, 0x00, -+ 0x10, 0x0b, 0x09, 0x47, 0x23, 0x22, 0x03, 0x0a, -+ 0x0b, 0x10, 0x13, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xfc, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x41, 0x2f, 0x20, 0x01, 0x0e, -+ 0x0b, 0x12, 0x13, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0x4c, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x11, 0x09, 0x0f, 0x41, 0x27, 0x20, 0x07, 0x0c, -+ 0x0f, 0x14, 0x12, 0x22, 0x23, 0x2c, 0x00, 0x00, -+ 0x10, 0x10, 0xe0, 0x28, 0xc8, 0x10, 0xd0, 0x64, -+ 0xc4, 0x88, 0x88, 0xd0, 0x20, 0x40, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x43, 0x22, 0x22, 0x03, 0x08, -+ 0x0b, 0x12, 0x13, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xb8, 0xa8, 0xa8, 0xb8, 0xa0, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x20, 0x17, 0x14, 0x47, 0x24, 0x27, 0x04, 0x17, -+ 0x14, 0x27, 0x25, 0x4a, 0x4c, 0x50, 0x00, 0x00, -+ 0x40, 0xfc, 0xd8, 0xfc, 0xa0, 0xf8, 0xa8, 0xfc, -+ 0xa8, 0xf8, 0xb0, 0xa8, 0xa4, 0xa0, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x44, 0x23, 0x23, 0x0d, 0x09, -+ 0x09, 0x11, 0x12, 0x22, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0x10, 0xf8, 0x14, 0xf0, -+ 0x10, 0xf0, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x23, 0x22, 0x03, 0x0a, -+ 0x0b, 0x10, 0x17, 0x20, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0xe8, 0x58, 0xe8, 0xf8, 0xe8, -+ 0x58, 0x40, 0xfc, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x22, 0x12, 0x1f, 0x42, 0x2f, 0x29, 0x0f, 0x19, -+ 0x1f, 0x22, 0x3f, 0x42, 0x42, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0xb0, 0x50, 0x48, 0xfc, 0x20, 0x20, -+ 0xfc, 0x20, 0xa0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x41, 0x20, 0x27, 0x04, 0x0f, -+ 0x08, 0x17, 0x10, 0x21, 0x26, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xbc, 0xa4, 0xbc, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x20, 0x23, 0x00, 0x0f, -+ 0x09, 0x17, 0x10, 0x23, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x10, 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x20, 0x13, 0x1c, 0x47, 0x24, 0x27, 0x04, 0x17, -+ 0x14, 0x24, 0x25, 0x49, 0x49, 0x51, 0x00, 0x00, -+ 0x80, 0xf0, 0x40, 0xfc, 0xa4, 0x1c, 0xf0, 0xfc, -+ 0xf0, 0xf0, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x0b, 0x09, 0x07, 0x41, 0x23, 0x22, 0x0b, -+ 0x0a, 0x13, 0x12, 0x23, 0x21, 0x2e, 0x00, 0x00, -+ 0x40, 0xf8, 0x50, 0xfc, 0x10, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x43, 0x22, 0x27, 0x03, 0x08, -+ 0x0b, 0x1c, 0x13, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0x58, 0x58, 0xa0, -+ 0xf8, 0x04, 0xf8, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x20, 0x1f, 0x11, 0x4f, 0x25, 0x25, 0x07, 0x1a, -+ 0x13, 0x22, 0x23, 0x42, 0x44, 0x48, 0x00, 0x00, -+ 0x80, 0xfc, 0x48, 0xb0, 0xa8, 0xa8, 0xb8, 0x14, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x43, 0x22, 0x23, 0x01, 0x0e, -+ 0x0b, 0x12, 0x17, 0x23, 0x24, 0x28, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x10, 0xe8, -+ 0x30, 0xa8, 0xfc, 0x48, 0xa4, 0xa4, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x42, 0x25, 0x21, 0x02, 0x09, -+ 0x0f, 0x11, 0x11, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0xe8, 0x10, 0x48, 0xa8, 0xf0, -+ 0x1c, 0xf0, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x20, 0x1f, 0x12, 0x4c, 0x2f, 0x29, 0x0e, 0x1b, -+ 0x1c, 0x29, 0x2e, 0x4b, 0x4c, 0x48, 0x00, 0x00, -+ 0x00, 0xfc, 0xb0, 0x88, 0xf8, 0x98, 0xe8, 0xa8, -+ 0xd8, 0x98, 0xe8, 0xa8, 0xd8, 0x98, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x45, 0x22, 0x24, 0x03, 0x0a, -+ 0x0f, 0x10, 0x13, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xa8, 0x94, 0x74, 0xf8, 0xa8, -+ 0xfc, 0x00, 0xf8, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x45, 0x22, 0x24, 0x01, 0x0f, -+ 0x09, 0x11, 0x11, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0xfc, 0x08, 0xf0, 0x58, 0xe4, 0xf8, 0x08, -+ 0xf8, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x22, 0x13, 0x12, 0x47, 0x24, 0x2c, 0x05, 0x14, -+ 0x14, 0x24, 0x25, 0x44, 0x44, 0x45, 0x00, 0x00, -+ 0x50, 0x54, 0xd8, 0xfc, 0x88, 0x50, 0xfc, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0x50, 0x8c, 0x00, 0x00, -+ 0x11, 0x0f, 0x09, 0x43, 0x22, 0x24, 0x07, 0x08, -+ 0x0f, 0x10, 0x13, 0x20, 0x23, 0x20, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xfc, 0xe8, 0x00, 0xfc, 0xc8, -+ 0x68, 0xf0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x47, 0x22, 0x23, 0x02, 0x0b, -+ 0x08, 0x13, 0x1e, 0x29, 0x25, 0x24, 0x00, 0x00, -+ 0x40, 0xfc, 0x88, 0x38, 0x08, 0xb8, 0x08, 0xf8, -+ 0x80, 0xfc, 0xa4, 0x54, 0x04, 0x18, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x47, 0x21, 0x27, 0x00, 0x0b, -+ 0x0f, 0x12, 0x13, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x40, 0xfc, 0x28, 0xc8, 0x50, 0xfc, 0xe0, 0x58, -+ 0xfc, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x20, 0x1f, 0x19, 0x49, 0x2f, 0x29, 0x09, 0x1f, -+ 0x19, 0x29, 0x2f, 0x46, 0x49, 0x51, 0x00, 0x00, -+ 0x50, 0x48, 0x5c, 0xe8, 0x28, 0x34, 0xcc, 0x54, -+ 0x5c, 0xe8, 0x28, 0x14, 0x6c, 0x84, 0x00, 0x00, -+ 0x20, 0x17, 0x14, 0x47, 0x24, 0x27, 0x0f, 0x12, -+ 0x1f, 0x26, 0x39, 0x42, 0x4c, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xf8, 0x20, -+ 0xfc, 0xb0, 0xcc, 0xb0, 0x88, 0x80, 0x00, 0x00, -+ 0x11, 0x0f, 0x08, 0x41, 0x27, 0x21, 0x02, 0x0d, -+ 0x09, 0x11, 0x11, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x10, 0xfc, 0x40, 0xf0, 0xfc, 0x10, 0xe8, 0xf4, -+ 0x10, 0xf0, 0xf8, 0x50, 0xb0, 0x0c, 0x00, 0x00, -+ 0x22, 0x1f, 0x1d, 0x4b, 0x3e, 0x22, 0x05, 0x1f, -+ 0x12, 0x2f, 0x2a, 0x47, 0x43, 0x4e, 0x00, 0x00, -+ 0x08, 0xc8, 0x68, 0x68, 0xe8, 0x28, 0x28, 0xe8, -+ 0x28, 0xe8, 0xa8, 0x08, 0x88, 0x18, 0x00, 0x00, -+ 0x20, 0x10, 0x17, 0x44, 0x27, 0x24, 0x05, 0x15, -+ 0x15, 0x25, 0x25, 0x4a, 0x4a, 0x54, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0xe8, 0x88, 0x78, 0xf0, 0x50, -+ 0xf0, 0x50, 0xf8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x20, 0x1f, 0x12, 0x41, 0x27, 0x24, 0x07, 0x1e, -+ 0x1b, 0x2f, 0x2b, 0x4e, 0x4a, 0x57, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf8, 0xf0, 0x10, 0xf0, 0xb8, -+ 0xe8, 0x68, 0x78, 0xbc, 0xec, 0x44, 0x00, 0x00, -+ 0x24, 0x14, 0x1f, 0x44, 0x2e, 0x2b, 0x0f, 0x1a, -+ 0x1e, 0x25, 0x3e, 0x45, 0x44, 0x44, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0xf8, 0x48, -+ 0xd8, 0x68, 0xd8, 0x68, 0x48, 0xd8, 0x00, 0x00, -+ 0x22, 0x12, 0x1b, 0x44, 0x24, 0x2b, 0x02, 0x16, -+ 0x17, 0x2a, 0x2a, 0x42, 0x42, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0x50, 0xfc, 0x50, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x20, 0x17, 0x15, 0x44, 0x27, 0x25, 0x06, 0x14, -+ 0x15, 0x25, 0x25, 0x49, 0x4f, 0x50, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x90, 0xfc, 0xf8, 0xd4, 0x40, -+ 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x20, 0x10, 0x17, 0x44, 0x27, 0x25, 0x05, 0x15, -+ 0x15, 0x25, 0x27, 0x4a, 0x57, 0x40, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0xc8, 0x78, 0xf0, 0x50, 0xf0, -+ 0x50, 0xf0, 0xf8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x22, 0x1f, 0x12, 0x47, 0x20, 0x3f, 0x07, 0x1a, -+ 0x1e, 0x2f, 0x28, 0x4e, 0x4a, 0x52, 0x00, 0x00, -+ 0x20, 0xfc, 0xa0, 0xf0, 0x90, 0xfc, 0xf0, 0xa8, -+ 0xb8, 0xf8, 0x88, 0xb8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x20, 0x1f, 0x12, 0x43, 0x2f, 0x29, 0x09, 0x1f, -+ 0x1b, 0x23, 0x23, 0x43, 0x43, 0x4d, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0x24, 0xfc, 0x6c, 0xfc, 0x6c, -+ 0xb4, 0x6c, 0xfc, 0x6c, 0xb4, 0x2c, 0x00, 0x00, -+ 0x20, 0x1f, 0x19, 0x4f, 0x29, 0x2f, 0x0f, 0x1b, -+ 0x1b, 0x2a, 0x2b, 0x49, 0x4e, 0x48, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x78, 0x48, 0xf8, 0xf8, 0xe8, -+ 0xe8, 0xa8, 0xe8, 0xc8, 0xb8, 0x98, 0x00, 0x00, -+ 0x22, 0x12, 0x13, 0x44, 0x27, 0x28, 0x0f, 0x1b, -+ 0x1b, 0x2f, 0x24, 0x44, 0x4b, 0x52, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xa0, 0xfc, 0x48, 0xe8, 0x68, -+ 0x68, 0xd0, 0x90, 0xa8, 0x68, 0x44, 0x00, 0x00, -+ 0x20, 0x1f, 0x10, 0x4f, 0x2d, 0x2f, 0x09, 0x1f, -+ 0x19, 0x2f, 0x2b, 0x4a, 0x53, 0x6c, 0x00, 0x00, -+ 0x00, 0x7c, 0x00, 0x78, 0xe8, 0xfc, 0x40, 0xf8, -+ 0x48, 0xf8, 0xc8, 0x70, 0xc4, 0x3c, 0x00, 0x00, -+ 0x24, 0x17, 0x1a, 0x44, 0x2e, 0x25, 0x0f, 0x1d, -+ 0x17, 0x20, 0x27, 0x47, 0x48, 0x40, 0x00, 0x00, -+ 0xc8, 0xec, 0x14, 0xc8, 0xdc, 0xe8, 0x3c, 0xec, -+ 0xf0, 0x10, 0xf0, 0xf8, 0x08, 0xf0, 0x00, 0x00, -+ 0x01, 0x03, 0x0d, 0x34, 0x02, 0x07, 0x79, 0x09, -+ 0x09, 0x11, 0x22, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0xa0, 0xc0, 0x00, 0x08, 0x08, -+ 0x10, 0x20, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0a, 0x2a, 0x2c, 0x28, 0x49, -+ 0x08, 0x0c, 0x12, 0x12, 0x21, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa8, 0xa4, 0x2c, -+ 0x68, 0x10, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x16, 0x36, 0x3a, 0x32, 0x52, -+ 0x12, 0x1a, 0x16, 0x26, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x16, 0x36, 0x3b, 0x32, 0x52, -+ 0x12, 0x1a, 0x16, 0x26, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xb8, 0x38, 0x18, 0xe8, -+ 0xa8, 0xa8, 0xe8, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x0b, 0x2b, 0x2d, 0x29, 0x49, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x0a, 0x2d, 0x29, 0x2a, 0x48, -+ 0x08, 0x0c, 0x12, 0x12, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x40, 0x40, 0x78, 0x40, -+ 0x40, 0x78, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x0a, 0x2b, 0x2d, 0x29, 0x49, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x68, -+ 0x98, 0x98, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x0a, 0x2d, 0x29, 0x2b, 0x49, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0xe8, 0x28, 0x28, -+ 0xe8, 0x30, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x0b, 0x2b, 0x2d, 0x29, 0x49, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xf8, 0x48, 0x48, -+ 0x68, 0x98, 0x98, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x10, 0x17, 0x30, 0x50, 0x11, 0x12, -+ 0x14, 0x10, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xe0, 0xe0, 0x50, 0x48, -+ 0x44, 0x40, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0x0f, 0x00, 0x01, 0x3f, 0x05, 0x09, 0x11, -+ 0x63, 0x1f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x88, 0x48, 0x50, 0x20, 0x10, -+ 0x0c, 0xf0, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x0a, 0x2a, 0x2d, 0x28, 0x48, -+ 0x0b, 0x0c, 0x12, 0x12, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xd0, 0x50, 0x20, 0xd8, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x09, 0x09, 0x7f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x1a, 0x15, 0x24, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xf0, -+ 0x00, 0xf8, 0x48, 0x28, 0x08, 0x70, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x0b, 0x2e, 0x28, 0x2f, 0x4b, -+ 0x08, 0x0d, 0x12, 0x13, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x90, 0x60, 0xf0, 0x4c, 0xf8, -+ 0x40, 0xf0, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x0b, 0x2b, 0x2d, 0x29, 0x49, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x47, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xf8, 0x20, -+ 0x24, 0xf8, 0x20, 0x24, 0xe4, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x0b, 0x2a, 0x2c, 0x2b, 0x48, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0x90, 0xa0, 0xfc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x16, 0x37, 0x3a, 0x32, 0x53, -+ 0x12, 0x1f, 0x14, 0x24, 0x21, 0x46, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0x40, 0xf8, 0xa8, 0xb8, 0x18, -+ 0x48, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x2b, 0x29, 0x29, 0x2b, 0x22, -+ 0x3f, 0x20, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x48, 0x40, 0x44, -+ 0x44, 0x3c, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0x2f, 0x2a, 0x2f, 0x29, 0x29, 0x2f, 0x2a, -+ 0x2f, 0x48, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x78, 0x48, 0x40, 0x44, -+ 0xc4, 0x3c, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x27, 0x3d, 0x25, 0x25, -+ 0x3d, 0x24, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x08, 0xe8, 0x28, 0x28, 0xe8, -+ 0x28, 0x08, 0x30, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x2a, 0x2c, 0x55, 0x22, 0x3f, 0x20, 0x5f, -+ 0x02, 0x02, 0x1f, 0x02, 0x02, 0x02, 0x00, 0x00, -+ 0x20, 0xa8, 0xb0, 0x50, 0x88, 0xfc, 0x08, 0xf0, -+ 0x10, 0x10, 0xd4, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x0b, 0x2b, 0x2d, 0x29, 0x48, -+ 0x0b, 0x08, 0x15, 0x14, 0x23, 0x40, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, -+ 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x0b, 0x2a, 0x2d, 0x28, 0x4b, -+ 0x08, 0x0c, 0x12, 0x11, 0x22, 0x45, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x24, 0x04, 0xf8, 0x40, 0xfc, -+ 0x40, 0xf8, 0xc8, 0x30, 0x70, 0x8c, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x0b, 0x2b, 0x2d, 0x28, 0x4b, -+ 0x09, 0x0d, 0x16, 0x14, 0x21, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xfc, -+ 0x00, 0xf8, 0xa8, 0xa8, 0x48, 0xb0, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x1f, 0x15, 0x13, 0x1f, -+ 0x01, 0x3f, 0x01, 0x7f, 0x24, 0x42, 0x00, 0x00, -+ 0x30, 0xc0, 0x00, 0xfc, 0xf0, 0x50, 0x90, 0xf0, -+ 0x00, 0xf8, 0x00, 0xfc, 0x88, 0x44, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x17, 0x37, 0x3b, 0x32, 0x53, -+ 0x10, 0x1b, 0x14, 0x27, 0x22, 0x44, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0xf8, 0x58, 0xe8, 0xf8, -+ 0x40, 0xf8, 0x40, 0xfc, 0xa8, 0x54, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x0b, 0x2b, 0x2d, 0x29, 0x49, -+ 0x09, 0x0c, 0x12, 0x12, 0x24, 0x40, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xa8, 0x84, 0x94, 0x70, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x0b, 0x2a, 0x2d, 0x29, 0x49, -+ 0x09, 0x0d, 0x13, 0x13, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x2e, 0x3f, 0x36, 0x55, -+ 0x2d, 0x09, 0x09, 0x12, 0x0c, 0x70, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0xfc, 0x48, 0xa8, 0x28, 0x08, -+ 0x18, 0x10, 0x10, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x08, 0x3e, 0x08, 0x7f, 0x08, 0x7f, 0x08, 0x0e, -+ 0x12, 0x23, 0x4c, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x90, 0x50, 0x50, 0x20, -+ 0x50, 0x88, 0x04, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x17, 0x36, 0x3b, 0x32, 0x52, -+ 0x12, 0x1a, 0x16, 0x26, 0x23, 0x42, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0xe8, 0xa8, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x68, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x0f, 0x08, 0x0f, 0x04, -+ 0x7f, 0x0f, 0x08, 0x0f, 0x24, 0x42, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0xe0, 0x20, 0xe0, 0x40, -+ 0xfc, 0xe0, 0x20, 0xe0, 0x88, 0x44, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x14, 0x36, 0x3f, 0x30, 0x53, -+ 0x12, 0x1b, 0x16, 0x27, 0x22, 0x40, 0x00, 0x00, -+ 0x20, 0x30, 0xe8, 0xa8, 0xa0, 0xfc, 0x20, 0xe8, -+ 0x58, 0xd0, 0x54, 0xec, 0x4c, 0x84, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x17, 0x35, 0x3b, 0x31, 0x51, -+ 0x16, 0x1b, 0x14, 0x24, 0x21, 0x46, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xb8, 0x10, 0xfc, -+ 0x00, 0xfc, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x14, 0x37, 0x3a, 0x33, 0x50, -+ 0x13, 0x18, 0x15, 0x27, 0x21, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0x20, 0xfc, 0xc8, 0xa8, 0x28, -+ 0xb0, 0x90, 0xd0, 0x28, 0x48, 0x84, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x15, 0x37, 0x38, 0x31, 0x52, -+ 0x17, 0x1a, 0x17, 0x26, 0x23, 0x42, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0x50, 0xfc, 0xe0, 0x50, 0x48, -+ 0xfc, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x16, 0x35, 0x3b, 0x35, 0x51, -+ 0x11, 0x19, 0x15, 0x25, 0x22, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0x10, 0xf8, 0x14, 0xf0, -+ 0x10, 0xf0, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x16, 0x37, 0x3a, 0x33, 0x52, -+ 0x12, 0x1b, 0x17, 0x24, 0x21, 0x46, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0xe8, 0x58, 0xe8, 0xf8, 0xe8, -+ 0xd8, 0x48, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x11, 0x16, 0x15, 0x14, 0x3f, 0x3c, 0x34, 0x57, -+ 0x11, 0x1b, 0x15, 0x25, 0x21, 0x46, 0x00, 0x00, -+ 0x00, 0x38, 0xa8, 0xa8, 0xac, 0xac, 0xc4, 0xf8, -+ 0x28, 0xa8, 0x10, 0x10, 0xa8, 0x44, 0x00, 0x00, -+ 0x12, 0x11, 0x11, 0x14, 0x36, 0x39, 0x31, 0x57, -+ 0x11, 0x19, 0x15, 0x25, 0x22, 0x44, 0x00, 0x00, -+ 0x30, 0x50, 0x48, 0x84, 0xfc, 0x24, 0xf4, 0x38, -+ 0xd8, 0x34, 0xd4, 0x10, 0xe0, 0x7c, 0x00, 0x00, -+ 0x12, 0x11, 0x11, 0x15, 0x36, 0x39, 0x31, 0x57, -+ 0x11, 0x19, 0x15, 0x25, 0x22, 0x44, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0x48, 0x50, 0xfc, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0xa0, 0x7c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x17, 0x34, 0x3b, 0x30, 0x57, -+ 0x12, 0x1c, 0x17, 0x22, 0x22, 0x47, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0x40, 0xfc, -+ 0xa8, 0x54, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x7a, 0x1e, 0x6c, 0x1a, 0x6a, -+ 0x31, 0x09, 0x09, 0x12, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf4, 0x34, 0xd8, 0x34, 0xd4, -+ 0x60, 0x10, 0x10, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x10, 0x17, 0x12, 0x15, 0x36, 0x34, 0x3a, 0x53, -+ 0x16, 0x1f, 0x17, 0x26, 0x23, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xd8, 0xa8, 0xc8, 0x20, 0xf8, -+ 0x40, 0xf0, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x12, 0x12, 0x15, 0x17, 0x36, 0x3d, 0x37, 0x50, -+ 0x17, 0x10, 0x19, 0x26, 0x24, 0x40, 0x00, 0x00, -+ 0x48, 0x48, 0xf4, 0xac, 0xe8, 0xb4, 0xfc, 0x40, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x14, 0x3f, 0x3d, 0x35, 0x55, -+ 0x15, 0x15, 0x1f, 0x26, 0x2a, 0x57, 0x00, 0x00, -+ 0x80, 0xf8, 0xfc, 0xc8, 0x78, 0xf0, 0x50, 0xf0, -+ 0x50, 0xf0, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, -+ 0x10, 0x17, 0x14, 0x1f, 0x3c, 0x37, 0x37, 0x55, -+ 0x15, 0x15, 0x1d, 0x2c, 0x27, 0x44, 0x00, 0x00, -+ 0x00, 0xbc, 0xa4, 0xbc, 0xa4, 0xfc, 0xfc, 0xf4, -+ 0x54, 0xf4, 0xf4, 0xe4, 0x54, 0x4c, 0x00, 0x00, -+ 0x0f, 0x15, 0x1f, 0x1e, 0x17, 0x3f, 0x24, 0x7f, -+ 0x0e, 0x35, 0x7f, 0x15, 0x6a, 0x1c, 0x00, 0x00, -+ 0xf0, 0xd0, 0xf0, 0xf0, 0xd0, 0xfc, 0x28, 0xfc, -+ 0x70, 0xac, 0xfc, 0x30, 0xcc, 0x70, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x11, 0x21, 0x5f, 0x01, 0x7f, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x30, 0xe0, 0x10, 0x08, 0x08, 0xf0, 0x10, 0xfc, -+ 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x06, 0x3a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, -+ 0x2a, 0x29, 0x29, 0x28, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x80, -+ 0x84, 0x84, 0x7c, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x10, 0x2f, 0x42, 0x7f, 0x04, -+ 0x07, 0x0a, 0x09, 0x10, 0x23, 0x5c, 0x00, 0x00, -+ 0x30, 0xe0, 0x10, 0x88, 0xf8, 0x00, 0xfc, 0x00, -+ 0xf0, 0x20, 0x40, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x11, 0x2f, 0x48, 0x0f, 0x08, -+ 0x08, 0x0f, 0x15, 0x1a, 0x2a, 0x50, 0x00, 0x00, -+ 0x30, 0xe0, 0x10, 0x08, 0xe8, 0x20, 0xf0, 0x10, -+ 0x10, 0xfc, 0x24, 0x94, 0x04, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x01, 0x06, 0x38, 0x04, 0x04, -+ 0x02, 0x02, 0x01, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x20, 0x40, 0x80, 0x60, 0x10, 0x40, 0x40, 0x40, -+ 0x80, 0x80, 0x00, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x04, 0x05, 0x65, 0x19, 0x09, 0x15, 0x21, 0x45, -+ 0x25, 0x19, 0x09, 0x15, 0x27, 0x40, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x04, 0x07, 0x04, 0x00, 0x3f, -+ 0x02, 0x02, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xe0, 0x20, 0x20, 0xe0, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x24, 0x24, 0x24, 0x3f, 0x24, 0x04, 0x7c, -+ 0x15, 0x15, 0x16, 0x24, 0x24, 0x44, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x40, 0xe0, 0xe0, -+ 0x50, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x28, 0x2f, 0x29, 0x3b, 0x2c, 0x0f, 0x78, -+ 0x2b, 0x2a, 0x2a, 0x2a, 0x2b, 0x4a, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0x58, 0xe4, 0xfc, 0x00, -+ 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0x08, 0x00, 0x00, -+ 0x24, 0x24, 0x24, 0x25, 0x3e, 0x20, 0x21, 0x3c, -+ 0x24, 0x27, 0x24, 0x24, 0x25, 0x44, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x54, -+ 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x04, 0x00, 0x00, -+ 0x28, 0x2f, 0x29, 0x2b, 0x3e, 0x23, 0x23, 0x39, -+ 0x29, 0x29, 0x29, 0x29, 0x29, 0x4e, 0x00, 0x00, -+ 0x40, 0xfc, 0xf0, 0xf8, 0xa8, 0x38, 0xf8, 0xf0, -+ 0x10, 0xf0, 0xf0, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x29, 0x29, 0x3f, 0x29, 0x29, 0x49, -+ 0x0f, 0x79, 0x0b, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0xd0, 0x14, 0x0c, 0xfc, 0x04, 0x00, 0x00, -+ 0x08, 0x0b, 0x28, 0x28, 0x3f, 0x28, 0x28, 0x4b, -+ 0x0c, 0x79, 0x09, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf0, 0x90, 0x90, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x06, 0x38, 0x08, 0x7f, 0x1d, 0x1a, 0x2a, 0x49, -+ 0x11, 0x1f, 0x21, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0xa8, 0x28, 0x48, 0x88, 0x30, -+ 0x00, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x3c, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x49, -+ 0x11, 0x1f, 0x21, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x08, 0x48, 0x48, 0x48, 0x48, 0x48, 0x08, 0x18, -+ 0x00, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x01, 0x09, 0x0f, 0x11, 0x3f, 0x01, 0x09, 0x28, -+ 0x3e, 0x28, 0x4f, 0x79, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0xf8, 0x00, 0x20, 0xa0, -+ 0xf8, 0xa0, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x2b, 0x28, 0x3d, 0x29, 0x29, 0x48, -+ 0x0f, 0x7a, 0x0a, 0x0a, 0x0a, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x08, 0xe8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x08, 0x2a, 0x2c, 0x49, 0x14, 0x22, 0x3f, 0x29, -+ 0x4f, 0x11, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x20, 0xa8, 0xb0, 0x20, 0x50, 0x88, 0xfc, 0x08, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x29, 0x2b, 0x3e, 0x2b, 0x2b, 0x49, -+ 0x0d, 0x79, 0x09, 0x09, 0x09, 0x0e, 0x00, 0x00, -+ 0x40, 0xfc, 0xf0, 0xf8, 0xb8, 0x18, 0xf8, 0xf0, -+ 0x10, 0xf0, 0xf0, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x08, 0x0b, 0x28, 0x29, 0x3f, 0x29, 0x28, 0x4b, -+ 0x0d, 0x7a, 0x0b, 0x09, 0x0a, 0x08, 0x00, 0x00, -+ 0x90, 0xfc, 0x40, 0xf8, 0xfc, 0xe8, 0xa4, 0xfc, -+ 0xe8, 0xa8, 0xd8, 0xd4, 0x6c, 0xc4, 0x00, 0x00, -+ 0x04, 0x44, 0x28, 0x10, 0x37, 0x48, 0x08, 0x18, -+ 0x28, 0x49, 0x09, 0x0a, 0x34, 0x18, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0xfc, 0xc0, 0xc0, 0xc0, -+ 0xc0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x04, 0x44, 0x28, 0x10, 0x37, 0x48, 0x08, 0x18, -+ 0x28, 0x49, 0x0a, 0x0c, 0x30, 0x10, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x60, 0x60, 0xa0, -+ 0xa0, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x47, 0x28, 0x10, 0x30, 0x48, 0x0b, 0x18, -+ 0x28, 0x48, 0x08, 0x08, 0x3f, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x48, 0x30, 0x13, 0x32, 0x4a, 0x0a, 0x1b, -+ 0x2a, 0x48, 0x08, 0x08, 0x30, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xf8, -+ 0x48, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x48, 0x30, 0x11, 0x31, 0x49, 0x0a, 0x1a, -+ 0x28, 0x48, 0x08, 0x09, 0x32, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x48, 0x48, 0x50, 0x60, 0x40, 0x60, -+ 0x60, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x12, 0x33, 0x4a, 0x0a, 0x1b, -+ 0x2a, 0x48, 0x08, 0x08, 0x30, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x44, 0x2b, 0x10, 0x30, 0x4b, 0x0a, 0x1a, -+ 0x2b, 0x4a, 0x08, 0x09, 0x32, 0x14, 0x00, 0x00, -+ 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, 0xa0, -+ 0xfc, 0xa4, 0xa4, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x48, 0x31, 0x11, 0x33, 0x4c, 0x08, 0x19, -+ 0x2f, 0x4a, 0x0a, 0x0a, 0x33, 0x12, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x10, 0x20, 0xc0, 0xc0, 0x30, -+ 0xfc, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x45, 0x29, 0x11, 0x31, 0x49, 0x09, 0x19, -+ 0x29, 0x49, 0x09, 0x09, 0x31, 0x17, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf4, -+ 0x44, 0x28, 0x30, 0x10, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x48, 0x37, 0x11, 0x31, 0x4b, 0x0d, 0x18, -+ 0x28, 0x48, 0x08, 0x09, 0x32, 0x1c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x08, 0x14, 0x14, 0xa0, -+ 0xa0, 0x40, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x48, 0x30, 0x17, 0x31, 0x49, 0x09, 0x1a, -+ 0x2c, 0x48, 0x08, 0x09, 0x32, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x50, 0x50, 0x50, 0xe8, -+ 0x44, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x12, 0x33, 0x48, 0x0b, 0x1a, -+ 0x2b, 0x4a, 0x0b, 0x0a, 0x32, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x15, 0x16, 0x34, 0x57, 0x14, -+ 0x14, 0x17, 0x14, 0x14, 0x11, 0x16, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x90, 0x60, 0xe0, 0x1c, 0x50, -+ 0x48, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x04, 0x44, 0x2b, 0x10, 0x30, 0x49, 0x0f, 0x18, -+ 0x29, 0x49, 0x09, 0x09, 0x30, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xa0, 0x10, 0xfc, 0x08, -+ 0xe8, 0x28, 0xe8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x12, 0x33, 0x4a, 0x0a, 0x1b, -+ 0x28, 0x48, 0x08, 0x09, 0x32, 0x14, 0x00, 0x00, -+ 0x80, 0x38, 0x08, 0x08, 0xb8, 0x08, 0x08, 0xf8, -+ 0xa0, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x4f, 0x30, 0x13, 0x30, 0x4f, 0x08, 0x1b, -+ 0x2a, 0x4a, 0x0b, 0x0a, 0x32, 0x12, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0xf8, -+ 0x48, 0x48, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x49, 0x31, 0x11, 0x31, 0x49, 0x09, 0x18, -+ 0x2b, 0x4a, 0x0b, 0x0a, 0x33, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x48, 0x37, 0x11, 0x31, 0x4a, 0x0c, 0x18, -+ 0x2f, 0x48, 0x08, 0x08, 0x30, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x10, 0xa8, 0x44, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x09, 0x49, 0x31, 0x12, 0x33, 0x4e, 0x0a, 0x1a, -+ 0x2b, 0x4b, 0x0a, 0x0a, 0x32, 0x13, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xfc, 0x80, 0xf8, 0xa0, -+ 0x20, 0xfc, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x4a, 0x32, 0x13, 0x30, 0x4f, 0x08, 0x1b, -+ 0x2a, 0x4a, 0x0a, 0x0a, 0x32, 0x12, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x40, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x13, 0x32, 0x4b, 0x09, 0x19, -+ 0x2a, 0x4d, 0x08, 0x08, 0x3f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x40, 0xf8, -+ 0x40, 0xf0, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x13, 0x32, 0x4b, 0x08, 0x1f, -+ 0x29, 0x49, 0x09, 0x09, 0x31, 0x16, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, 0xfc, -+ 0x48, 0x28, 0x30, 0x10, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x12, 0x32, 0x4f, 0x0c, 0x1b, -+ 0x2a, 0x4b, 0x0a, 0x0b, 0x32, 0x12, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x90, 0xfc, 0x08, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x24, 0x24, 0x3f, 0x25, 0x04, 0x7f, 0x25, 0x24, -+ 0x45, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0xf8, 0x50, 0x20, 0xd0, 0xfc, 0x10, 0xb0, -+ 0x20, 0x10, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x09, 0x4f, 0x31, 0x13, 0x32, 0x4b, 0x0a, 0x1b, -+ 0x28, 0x4f, 0x08, 0x08, 0x31, 0x16, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xf8, 0x08, 0xf8, 0x08, 0xf8, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x35, 0x2e, 0x2c, 0x3f, 0x04, 0x3f, -+ 0x04, 0x07, 0x78, 0x15, 0x2a, 0x40, 0x00, 0x00, -+ 0x10, 0x98, 0x94, 0x94, 0x90, 0xfc, 0x10, 0x90, -+ 0x10, 0x90, 0x28, 0x28, 0xc4, 0x84, 0x00, 0x00, -+ 0x10, 0x57, 0x36, 0x25, 0x35, 0x57, 0x15, 0x17, -+ 0x37, 0x37, 0x57, 0x19, 0x1a, 0x34, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0x50, 0x90, 0xfc, 0x34, 0x58, -+ 0x58, 0xd0, 0x30, 0x28, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x48, 0x31, 0x16, 0x33, 0x4b, 0x0a, 0x1b, -+ 0x29, 0x49, 0x09, 0x09, 0x31, 0x11, 0x00, 0x00, -+ 0x40, 0xa0, 0xf0, 0x0c, 0xf8, 0x58, 0xe8, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x13, 0x31, 0x49, 0x0a, 0x1f, -+ 0x2a, 0x4b, 0x08, 0x08, 0x37, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x00, 0xf8, 0x88, 0xe8, -+ 0xa8, 0xe8, 0xa8, 0xf8, 0x18, 0x30, 0x00, 0x00, -+ 0x08, 0x4b, 0x32, 0x16, 0x32, 0x4c, 0x0b, 0x1a, -+ 0x2b, 0x48, 0x0f, 0x08, 0x30, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xa8, 0x94, 0x70, 0xf8, 0xa8, -+ 0xf8, 0x00, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x77, 0x55, 0x77, 0x3f, 0x25, 0x3f, 0x25, 0x3f, -+ 0x7f, 0x00, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0x24, 0x20, 0xfc, 0x20, 0x20, -+ 0xa0, 0x30, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x0a, 0x4c, 0x32, 0x13, 0x32, 0x4b, 0x0b, 0x1b, -+ 0x2a, 0x4b, 0x0a, 0x0a, 0x33, 0x16, 0x00, 0x00, -+ 0x48, 0x90, 0x48, 0xf8, 0xe8, 0xa8, 0xf8, 0x68, -+ 0xd8, 0x68, 0xd8, 0x4c, 0x6c, 0x44, 0x00, 0x00, -+ 0x04, 0x07, 0x3f, 0x2d, 0x37, 0x3f, 0x2f, 0x29, -+ 0x2f, 0x3f, 0x36, 0x3f, 0x32, 0x52, 0x00, 0x00, -+ 0x20, 0xa8, 0xa4, 0x24, 0x20, 0xfc, 0x20, 0x20, -+ 0x30, 0xb0, 0xd0, 0xc8, 0x88, 0x84, 0x00, 0x00, -+ 0x12, 0x52, 0x2f, 0x22, 0x3f, 0x5a, 0x1a, 0x3f, -+ 0x32, 0x57, 0x16, 0x1a, 0x12, 0x62, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0x48, 0xf8, 0xc8, 0xf8, 0xc8, -+ 0x78, 0x48, 0xf8, 0x30, 0x48, 0x88, 0x00, 0x00, -+ 0x02, 0x02, 0x7a, 0x12, 0x1f, 0x12, 0x7a, 0x12, -+ 0x12, 0x12, 0x1c, 0x64, 0x08, 0x13, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x38, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x7d, 0x12, 0x12, 0x17, 0x7a, 0x12, -+ 0x12, 0x12, 0x1a, 0x62, 0x02, 0x02, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0x24, 0x3c, 0xe0, 0x20, 0x20, -+ 0x20, 0x10, 0x14, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x7d, 0x11, 0x12, 0x14, 0x7c, 0x11, -+ 0x11, 0x11, 0x1a, 0x64, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0xfc, 0x48, 0x50, 0x40, 0x60, -+ 0x50, 0x48, 0x44, 0x44, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x12, 0x12, 0x12, 0x7f, 0x12, -+ 0x12, 0x12, 0x1a, 0x64, 0x05, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x50, 0x40, 0xf8, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x11, 0x11, 0x11, 0x7d, 0x11, -+ 0x11, 0x11, 0x1d, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x07, 0x7d, 0x11, 0x11, 0x11, 0x7d, 0x11, -+ 0x11, 0x11, 0x19, 0x67, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x07, 0x7c, 0x17, 0x14, 0x14, 0x7f, 0x16, -+ 0x16, 0x16, 0x1e, 0x66, 0x08, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x90, 0x90, 0xf0, 0xb0, -+ 0xb0, 0xb0, 0xb4, 0xec, 0x8c, 0x84, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x11, 0x13, 0x14, 0x7c, 0x11, -+ 0x17, 0x12, 0x1a, 0x62, 0x03, 0x02, 0x00, 0x00, -+ 0x80, 0x80, 0xf0, 0x10, 0x20, 0xc0, 0xc0, 0x30, -+ 0xfc, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x07, 0x7c, 0x13, 0x12, 0x12, 0x7f, 0x10, -+ 0x13, 0x12, 0x1f, 0x62, 0x03, 0x02, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xb8, 0xa8, 0xa8, 0xb8, 0xa0, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x7d, 0x11, 0x11, 0x11, 0x7d, 0x11, -+ 0x11, 0x11, 0x1d, 0x61, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x08, 0xf8, 0x08, 0x08, 0xf8, -+ 0x24, 0x24, 0x18, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x14, 0x17, 0x14, 0x7c, 0x17, -+ 0x14, 0x15, 0x1c, 0x65, 0x06, 0x18, 0x00, 0x00, -+ 0x00, 0x38, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, 0xe8, -+ 0x64, 0xa4, 0xa4, 0x78, 0x60, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x13, 0x12, 0x12, 0x7f, 0x12, -+ 0x12, 0x12, 0x1c, 0x64, 0x09, 0x12, 0x00, 0x00, -+ 0x40, 0x78, 0x40, 0xfc, 0x48, 0x78, 0xc8, 0x38, -+ 0xa0, 0xa0, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x03, 0x7c, 0x10, 0x11, 0x10, 0x7c, 0x17, -+ 0x10, 0x11, 0x1d, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0xf0, 0x90, 0x90, 0xfc, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x17, 0x10, 0x10, 0x7f, 0x10, -+ 0x10, 0x11, 0x1f, 0x61, 0x02, 0x04, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xbc, 0xa0, 0xa0, 0xbc, 0xa0, -+ 0xa0, 0xbc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x02, 0x01, 0x7d, 0x14, 0x12, 0x12, 0x7d, 0x11, -+ 0x11, 0x12, 0x1e, 0x64, 0x05, 0x04, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x30, 0x48, 0x78, 0xc4, 0x04, 0x00, 0x00, -+ 0x00, 0x07, 0x7c, 0x14, 0x17, 0x14, 0x7c, 0x17, -+ 0x14, 0x14, 0x1f, 0x64, 0x04, 0x04, 0x00, 0x00, -+ 0x00, 0xb8, 0x88, 0x88, 0xb8, 0x88, 0x00, 0xf8, -+ 0x48, 0x28, 0xb0, 0x10, 0x28, 0xc4, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x17, 0x10, 0x13, 0x7e, 0x13, -+ 0x12, 0x13, 0x18, 0x67, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7e, 0x08, 0x3e, 0x08, 0x7e, 0x02, 0x01, -+ 0x05, 0x14, 0x14, 0x25, 0x46, 0x1b, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x20, 0x20, -+ 0x50, 0x48, 0x84, 0x14, 0x10, 0xf0, 0x00, 0x00, -+ 0x02, 0x02, 0x7c, 0x12, 0x12, 0x10, 0x7f, 0x12, -+ 0x13, 0x12, 0x1a, 0x63, 0x03, 0x02, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0x48, 0x48, 0x80, 0xf8, 0x28, -+ 0xa8, 0x48, 0xa8, 0x18, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x12, 0x12, 0x12, 0x7d, 0x11, -+ 0x11, 0x11, 0x1d, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0x08, 0xe8, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x00, 0x7c, 0x11, 0x13, 0x14, 0x7f, 0x14, -+ 0x16, 0x15, 0x1e, 0x65, 0x04, 0x05, 0x00, 0x00, -+ 0xc0, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x08, 0x0a, 0x2a, 0x2c, 0x55, 0x22, 0x3f, 0x20, -+ 0x7f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0x28, 0xa8, 0xb0, 0x50, 0x88, 0xfc, 0x08, -+ 0xf8, 0x00, 0xf0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x12, 0x13, 0x12, 0x7e, 0x13, -+ 0x10, 0x10, 0x1d, 0x61, 0x02, 0x0c, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0xd0, 0xd0, 0x68, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x01, 0x7d, 0x12, 0x17, 0x12, 0x7f, 0x12, -+ 0x13, 0x12, 0x1b, 0x60, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x44, 0xfc, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0xb0, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x13, 0x12, 0x13, 0x7e, 0x13, -+ 0x12, 0x10, 0x1e, 0x65, 0x09, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x24, 0x94, 0x54, 0x44, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0x03, 0x7e, 0x11, 0x11, 0x10, 0x7f, 0x10, -+ 0x17, 0x12, 0x1e, 0x62, 0x03, 0x02, 0x00, 0x00, -+ 0x38, 0xc8, 0x48, 0x50, 0x20, 0x40, 0xf8, 0x40, -+ 0xfc, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x07, 0x7d, 0x11, 0x13, 0x12, 0x7f, 0x10, -+ 0x13, 0x10, 0x1d, 0x60, 0x07, 0x00, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xf0, 0xf8, 0x48, 0xf8, 0x40, -+ 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x7d, 0x10, 0x17, 0x11, 0x7d, 0x11, -+ 0x11, 0x15, 0x18, 0x67, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x02, 0x7d, 0x17, 0x11, 0x10, 0x7f, 0x10, -+ 0x11, 0x10, 0x1f, 0x60, 0x01, 0x06, 0x00, 0x00, -+ 0xa0, 0xa8, 0xb0, 0xfc, 0x10, 0xa0, 0xf8, 0x40, -+ 0xf0, 0x40, 0xfc, 0x60, 0x90, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x3e, 0x21, 0x3e, 0x53, 0x1e, -+ 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x20, 0xfc, 0x20, -+ 0xf8, 0x00, 0xf0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x7e, 0x13, 0x12, 0x13, 0x7d, 0x11, -+ 0x11, 0x15, 0x19, 0x67, 0x00, 0x07, 0x00, 0x00, -+ 0x80, 0xf0, 0x20, 0xf8, 0xa8, 0xf8, 0x10, 0xf0, -+ 0xf0, 0x10, 0xf8, 0x10, 0xe0, 0x1c, 0x00, 0x00, -+ 0x01, 0x07, 0x7a, 0x12, 0x17, 0x10, 0x7f, 0x14, -+ 0x17, 0x14, 0x1f, 0x64, 0x04, 0x05, 0x00, 0x00, -+ 0x20, 0xfc, 0xa0, 0xb8, 0xc8, 0x38, 0xa0, 0xb8, -+ 0xa0, 0xb8, 0xa0, 0xb8, 0xa4, 0x9c, 0x00, 0x00, -+ 0x00, 0x07, 0x7c, 0x17, 0x17, 0x14, 0x7f, 0x13, -+ 0x14, 0x17, 0x18, 0x61, 0x00, 0x07, 0x00, 0x00, -+ 0x00, 0xbc, 0xa4, 0xbc, 0xbc, 0xa4, 0xbc, 0x28, -+ 0xc4, 0xfc, 0x90, 0xd0, 0x78, 0x84, 0x00, 0x00, -+ 0x00, 0x04, 0x7a, 0x12, 0x10, 0x10, 0x7f, 0x11, -+ 0x11, 0x13, 0x1c, 0x60, 0x01, 0x0e, 0x00, 0x00, -+ 0x84, 0x44, 0x48, 0x10, 0x80, 0x80, 0xfc, 0x10, -+ 0x10, 0xa0, 0x60, 0x50, 0x88, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x08, 0x7f, 0x19, 0x25, 0x5f, 0x01, 0x7f, -+ 0x11, 0x1d, 0x25, 0x06, 0x06, 0x1d, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x50, 0x70, 0x58, 0x78, 0xc4, 0x00, 0x00, -+ 0x10, 0x10, 0x7f, 0x2b, 0x2b, 0x2b, 0x7f, 0x13, -+ 0x1f, 0x73, 0x15, 0x15, 0x2f, 0x48, 0x00, 0x00, -+ 0x50, 0x90, 0xfc, 0xa8, 0xa8, 0xa8, 0xfc, 0x90, -+ 0x90, 0x7c, 0xd0, 0xd0, 0x30, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x1e, 0x13, 0x12, 0x1a, -+ 0x16, 0x16, 0x12, 0x16, 0x1a, 0x61, 0x00, 0x00, -+ 0x20, 0xa0, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x24, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x1e, 0x12, 0x1b, 0x16, -+ 0x16, 0x12, 0x12, 0x16, 0x1a, 0x61, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x24, 0x04, 0xfc, 0x00, 0x00, -+ 0x07, 0x04, 0x19, 0x61, 0x02, 0x1f, 0x00, 0x7f, -+ 0x04, 0x07, 0x05, 0x08, 0x0f, 0x70, 0x00, 0x00, -+ 0xc0, 0x40, 0x30, 0x8c, 0x60, 0x90, 0x00, 0xfc, -+ 0x00, 0xe0, 0x20, 0xa4, 0xa4, 0x1c, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x10, 0x1e, 0x12, 0x1a, 0x16, -+ 0x16, 0x12, 0x12, 0x16, 0x1a, 0x61, 0x00, 0x00, -+ 0x20, 0x2c, 0xf0, 0x20, 0xa8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0x20, 0x28, 0x1c, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x1e, 0x13, 0x1a, 0x16, -+ 0x16, 0x12, 0x13, 0x16, 0x1a, 0x61, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0x48, 0x88, 0xfc, 0x48, 0x48, -+ 0x48, 0x88, 0x30, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x10, 0x1e, 0x13, 0x1a, 0x16, -+ 0x17, 0x12, 0x12, 0x16, 0x1a, 0x61, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x78, 0xc0, 0x40, 0x7c, -+ 0xc0, 0x40, 0x44, 0x3c, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x10, 0x1e, 0x12, 0x1a, 0x16, -+ 0x16, 0x12, 0x12, 0x16, 0x1a, 0x61, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0x88, 0xf8, 0x88, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x01, 0x79, 0x02, 0x1c, 0x61, 0x06, 0x7f, -+ 0x08, 0x0f, 0x0a, 0x11, 0x1f, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0xd0, 0x20, 0x18, 0xfc, -+ 0x00, 0xe0, 0x20, 0x24, 0xa4, 0x1c, 0x00, 0x00, -+ 0x00, 0x7f, 0x14, 0x7f, 0x55, 0x55, 0x7f, 0x49, -+ 0x08, 0x7f, 0x08, 0x08, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x78, 0x48, 0x68, 0x58, -+ 0x58, 0x48, 0x48, 0x5c, 0x6c, 0x84, 0x00, 0x00, -+ 0x02, 0x3c, 0x08, 0x7e, 0x1d, 0x2a, 0x48, 0x7f, -+ 0x04, 0x07, 0x05, 0x08, 0x0f, 0x70, 0x00, 0x00, -+ 0x20, 0x24, 0xa4, 0xa8, 0x50, 0x48, 0x84, 0xfc, -+ 0x00, 0xe0, 0x20, 0xa4, 0xa4, 0x1c, 0x00, 0x00, -+ 0x00, 0x7f, 0x21, 0x21, 0x3d, 0x25, 0x35, 0x2d, -+ 0x2d, 0x26, 0x26, 0x2d, 0x34, 0x63, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0x20, 0xf8, 0x20, 0xfc, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x40, 0x5e, 0x52, 0x5e, 0x40, 0x7f, -+ 0x6d, 0x6d, 0x7f, 0x40, 0x7f, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x78, 0x48, 0x68, 0x58, -+ 0x58, 0x48, 0x4c, 0x5c, 0x64, 0x84, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x2a, 0x3e, 0x2a, 0x3e, 0x0a, -+ 0x7f, 0x04, 0x7f, 0x24, 0x14, 0x0d, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x78, 0x48, 0x68, 0x58, -+ 0x58, 0x48, 0x4c, 0x5c, 0x64, 0x84, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x12, 0x1f, 0x3f, 0x20, -+ 0x5f, 0x04, 0x3f, 0x09, 0x0f, 0x70, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x90, 0xf0, 0xfc, 0x08, -+ 0xf0, 0x00, 0xe0, 0x24, 0xa4, 0x1c, 0x00, 0x00, -+ 0x01, 0x7f, 0x08, 0x32, 0x0d, 0x0a, 0x7e, 0x04, -+ 0x08, 0x3f, 0x04, 0x3f, 0x09, 0x7e, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0xfc, 0x90, 0xf8, 0xf8, 0x90, -+ 0xfc, 0xf8, 0x00, 0xe4, 0x24, 0x9c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3f, 0x20, 0x3e, 0x52, 0x1e, -+ 0x7f, 0x04, 0x07, 0x09, 0x0f, 0x78, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0x20, 0xf8, 0x20, 0x20, -+ 0xfc, 0x00, 0xe0, 0x24, 0xa4, 0x1c, 0x00, 0x00, -+ 0x11, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x08, -+ 0x7f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x20, -+ 0xfc, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x3e, 0x2a, 0x3f, 0x2b, 0x3e, -+ 0x6a, 0x28, 0x11, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xfc, 0x20, 0x20, 0xf8, -+ 0x20, 0x20, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x03, 0x01, 0x3f, 0x21, 0x3f, -+ 0x21, 0x21, 0x3f, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x60, 0x80, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0x08, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x11, 0x1f, 0x00, -+ 0x7f, 0x01, 0x01, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x00, -+ 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x21, 0x11, 0x10, 0x00, 0x3f, 0x21, 0x21, -+ 0x3f, 0x21, 0x21, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x10, 0x20, 0x40, 0xf8, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x54, 0x54, 0x55, 0x7e, 0x54, -+ 0x54, 0x54, 0x7d, 0x45, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xa8, 0xa4, -+ 0xa0, 0xa0, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x57, 0x54, 0x54, 0x7c, 0x54, -+ 0x57, 0x54, 0x7d, 0x45, 0x02, 0x04, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0xfc, 0x90, 0x90, 0x90, 0x90, -+ 0xfc, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x57, 0x54, 0x54, 0x7c, 0x57, -+ 0x54, 0x54, 0x7c, 0x45, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x54, 0x55, 0x56, 0x7c, 0x57, -+ 0x54, 0x54, 0x7f, 0x44, 0x00, 0x07, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0x28, 0xc4, 0x10, -+ 0x20, 0xc8, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x00, 0x3e, 0x2a, 0x2a, -+ 0x3e, 0x2a, 0x2a, 0x2a, 0x3f, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x30, 0x48, 0x48, 0x7c, 0x84, 0x04, 0x00, 0x00, -+ 0x02, 0x02, 0x04, 0x3f, 0x01, 0x7f, 0x04, 0x18, -+ 0x7f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xc0, 0x70, 0x88, 0x00, 0xfc, 0x40, 0x30, -+ 0xfc, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x57, 0x54, 0x54, 0x7d, 0x55, -+ 0x57, 0x55, 0x7d, 0x45, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xc0, 0xc8, 0x48, 0x50, -+ 0x20, 0x20, 0x10, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x54, 0x54, 0x57, 0x7c, 0x54, -+ 0x57, 0x55, 0x7c, 0x44, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x10, 0x10, -+ 0xfc, 0x10, 0x90, 0x90, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x02, 0x07, -+ 0x3c, 0x03, 0x7f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf0, -+ 0x40, 0x80, 0xfc, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x1f, 0x7f, 0x01, 0x1f, 0x0f, 0x7f, 0x1f, -+ 0x11, 0x1f, 0x11, 0x1f, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0xfc, 0x10, 0xf0, 0xe0, 0xfc, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x55, 0x57, 0x54, 0x7c, 0x57, -+ 0x54, 0x55, 0x7d, 0x46, 0x04, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x44, 0x40, 0xfc, -+ 0x40, 0x50, 0x48, 0x44, 0x44, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x54, 0x54, 0x55, 0x7f, 0x54, -+ 0x55, 0x55, 0x7d, 0x45, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xa0, 0x10, 0xfc, 0x08, -+ 0xe8, 0x28, 0xe8, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x11, 0x09, 0x3f, 0x20, 0x4f, 0x08, 0x0f, 0x00, -+ 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x10, 0x20, 0xfc, 0x08, 0xe0, 0x20, 0xe0, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x05, 0x05, 0x3d, 0x21, 0x3d, 0x27, -+ 0x15, 0x3d, 0x15, 0x1d, 0x65, 0x1b, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xfc, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xfc, 0x00, 0x00, -+ 0x00, 0x03, 0x7c, 0x55, 0x57, 0x55, 0x7c, 0x55, -+ 0x57, 0x54, 0x7f, 0x46, 0x03, 0x02, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0xfc, 0xe8, 0x40, 0xf0, -+ 0xfc, 0x08, 0xfc, 0xa8, 0x98, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x54, 0x55, 0x54, 0x7f, 0x54, -+ 0x57, 0x55, 0x7d, 0x46, 0x04, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x90, -+ 0xfc, 0x90, 0x50, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x0f, 0x09, 0x0f, 0x0f, 0x3e, 0x2a, 0x3e, 0x3e, -+ 0x3f, 0x3f, 0x4f, 0x0f, 0x08, 0x7f, 0x00, 0x00, -+ 0xe0, 0x20, 0xe0, 0xe0, 0xf8, 0xa8, 0xf8, 0xf8, -+ 0xfc, 0xe8, 0xe0, 0xe0, 0x20, 0xfc, 0x00, 0x00, -+ 0x0f, 0x09, 0x0f, 0x0f, 0x3e, 0x2a, 0x3e, 0x3f, -+ 0x3f, 0x22, 0x47, 0x06, 0x09, 0x7f, 0x00, 0x00, -+ 0xe0, 0x20, 0xe0, 0xe0, 0xf8, 0xa8, 0xf8, 0xf8, -+ 0xfc, 0x08, 0xe0, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x0f, 0x09, 0x0f, 0x0f, 0x38, 0x0e, 0x30, 0x3f, -+ 0x2f, 0x4f, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0xe0, 0x20, 0xe0, 0xe0, 0x38, 0xe0, 0x18, 0xfc, -+ 0xe8, 0xe0, 0xe0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x2f, 0x08, 0x18, -+ 0x28, 0x48, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x00, 0x00, 0xfc, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x29, 0x09, 0x1a, -+ 0x2c, 0x48, 0x10, 0x11, 0x26, 0x58, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0x80, 0xf0, 0x10, 0x20, -+ 0x20, 0x40, 0xc0, 0x20, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x2a, 0x0a, 0x1a, -+ 0x2a, 0x4a, 0x12, 0x12, 0x23, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0x40, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x28, 0x09, 0x1b, -+ 0x2d, 0x49, 0x11, 0x11, 0x22, 0x44, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0x40, 0xa0, 0x10, 0x28, -+ 0x24, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x2f, 0x08, 0x18, -+ 0x28, 0x49, 0x11, 0x12, 0x24, 0x58, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x90, 0x88, 0xfc, 0x80, 0xc0, -+ 0xc0, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x4a, 0x2a, 0x2f, 0x0a, 0x1a, -+ 0x2a, 0x4a, 0x12, 0x12, 0x24, 0x49, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xb8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0x80, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x49, 0x29, 0x2f, 0x09, 0x19, -+ 0x29, 0x49, 0x11, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0x10, 0xfc, 0x10, 0x10, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x2f, 0x08, 0x18, -+ 0x2b, 0x48, 0x10, 0x10, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0x40, 0xfc, 0x40, 0x90, -+ 0x90, 0x60, 0x50, 0x98, 0xe4, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x51, 0x31, 0x35, 0x15, 0x15, -+ 0x35, 0x55, 0x15, 0x25, 0x27, 0x5c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x20, 0x20, 0x20, 0x24, 0xe8, -+ 0x30, 0x20, 0x20, 0xe4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x2a, 0x0a, 0x1b, -+ 0x2a, 0x4b, 0x12, 0x12, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x2a, 0x0a, 0x1b, -+ 0x2a, 0x4a, 0x13, 0x10, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x29, 0x0e, 0x18, -+ 0x2b, 0x4c, 0x10, 0x13, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0xf0, 0x10, 0xa0, 0xc0, -+ 0x30, 0xcc, 0x20, 0x80, 0x60, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x49, 0x29, 0x2b, 0x0c, 0x1b, -+ 0x2a, 0x4b, 0x12, 0x12, 0x22, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0x00, 0xf8, 0x08, 0xc8, -+ 0x48, 0xc8, 0x70, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x0f, 0x48, 0x2f, 0x28, 0x0b, 0x18, 0x2b, -+ 0x4a, 0x0f, 0x14, 0x10, 0x23, 0x4c, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x40, 0xfc, 0x44, 0xb8, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x49, 0x28, 0x29, 0x0f, 0x18, -+ 0x28, 0x4b, 0x10, 0x10, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xc0, 0xa0, 0x10, 0xfc, 0x40, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x49, 0x28, 0x2f, 0x08, 0x1b, -+ 0x28, 0x48, 0x1f, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xfc, 0x40, 0xf8, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2f, 0x2a, 0x0a, 0x1c, -+ 0x2a, 0x4b, 0x10, 0x10, 0x2f, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xfc, 0x48, 0x48, 0x90, -+ 0x48, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x28, 0x2f, 0x08, 0x1b, -+ 0x28, 0x49, 0x15, 0x15, 0x29, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0x40, 0xfc, 0x40, 0xf8, -+ 0x40, 0x20, 0x28, 0x04, 0x14, 0xf0, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2f, 0x28, 0x09, 0x1e, -+ 0x28, 0x4b, 0x12, 0x12, 0x23, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xfc, 0x60, 0xd8, 0x44, -+ 0x40, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x50, 0x37, 0x35, 0x16, 0x16, -+ 0x35, 0x55, 0x15, 0x26, 0x24, 0x44, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xfc, 0x08, 0xe8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x4b, 0x28, 0x2f, 0x09, 0x1e, -+ 0x28, 0x4f, 0x11, 0x13, 0x20, 0x47, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xf0, 0x40, 0xfc, 0xf0, 0x4c, -+ 0xc0, 0xfc, 0x20, 0xe0, 0xd0, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x1f, 0x50, 0x37, 0x34, 0x17, 0x14, -+ 0x35, 0x55, 0x15, 0x24, 0x27, 0x44, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf8, 0x88, 0xf8, 0x88, -+ 0xe8, 0x28, 0xe8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2f, 0x29, 0x09, 0x1b, -+ 0x2c, 0x48, 0x1f, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x40, 0xfc, 0x10, 0x10, 0x28, -+ 0xc4, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2a, 0x2a, 0x0c, 0x19, -+ 0x2e, 0x4a, 0x12, 0x14, 0x23, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x48, 0x48, 0x50, 0xb0, 0x4c, -+ 0x48, 0x48, 0x50, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x48, 0x2b, 0x2a, 0x0b, 0x1a, -+ 0x2b, 0x48, 0x11, 0x17, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x80, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xa0, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x49, 0x29, 0x2f, 0x09, 0x1b, -+ 0x2b, 0x4b, 0x13, 0x15, 0x29, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0x10, 0xfc, 0x10, 0xb8, -+ 0xb8, 0xb8, 0xdc, 0x5c, 0x90, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x49, 0x29, 0x2f, 0x09, 0x1b, -+ 0x2b, 0x4b, 0x15, 0x15, 0x29, 0x41, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x10, 0x10, 0xfc, 0x10, 0xb8, -+ 0xb8, 0x78, 0x54, 0x94, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x50, 0x37, 0x34, 0x17, 0x17, 0x36, -+ 0x56, 0x17, 0x14, 0x28, 0x2f, 0x50, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf0, 0x70, 0x90, 0xf0, 0xb0, -+ 0xb0, 0xf0, 0xac, 0xfc, 0x14, 0x04, 0x00, 0x00, -+ 0x00, 0x0f, 0x4b, 0x2a, 0x2b, 0x0a, 0x1b, 0x2f, -+ 0x4a, 0x0b, 0x15, 0x19, 0x22, 0x45, 0x00, 0x00, -+ 0x80, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x4b, 0x29, 0x2b, 0x0c, 0x1f, -+ 0x2e, 0x4d, 0x16, 0x15, 0x24, 0x45, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xc0, 0x20, 0xf0, 0x0c, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x00, 0x0f, 0x48, 0x2b, 0x2a, 0x0a, 0x1b, 0x2b, -+ 0x48, 0x0b, 0x12, 0x12, 0x3f, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf0, 0x90, 0xd0, 0x30, 0xf0, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x48, 0x28, 0x2b, 0x0a, 0x1b, 0x2a, -+ 0x4a, 0x0a, 0x17, 0x14, 0x28, 0x50, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0x78, 0xfc, 0x78, 0xc8, 0x38, -+ 0xf8, 0x80, 0xfc, 0x80, 0xf8, 0x80, 0x00, 0x00, -+ 0x00, 0x0f, 0x48, 0x2f, 0x28, 0x0f, 0x19, 0x2f, -+ 0x49, 0x09, 0x11, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0x5c, 0x40, 0xbc, 0x10, 0xfc, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x0f, 0x48, 0x28, 0x29, 0x0f, 0x19, 0x29, -+ 0x49, 0x09, 0x13, 0x13, 0x25, 0x49, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xa0, 0xf0, 0xfc, 0x10, 0xf0, -+ 0xf0, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x51, 0x32, 0x37, 0x14, 0x16, 0x35, -+ 0x5f, 0x16, 0x16, 0x26, 0x2a, 0x51, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0x38, 0xa8, 0xa8, 0xac, 0xc4, -+ 0xf8, 0xa8, 0xa8, 0x90, 0xa8, 0xc4, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x4b, 0x2b, 0x2a, 0x0f, 0x18, -+ 0x2b, 0x4a, 0x13, 0x12, 0x23, 0x42, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0x78, 0x28, 0xa8, 0xd8, 0x80, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x0f, 0x48, 0x2b, 0x28, 0x0f, 0x19, 0x29, -+ 0x49, 0x09, 0x11, 0x17, 0x20, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xf8, 0xa0, 0xfc, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x0f, 0x4b, 0x2a, 0x2b, 0x0a, 0x1b, 0x28, -+ 0x4b, 0x08, 0x1f, 0x11, 0x26, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x90, -+ 0x30, 0xc8, 0xfc, 0x58, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0x0f, 0x48, 0x2b, 0x2f, 0x0b, 0x18, 0x2b, -+ 0x4b, 0x08, 0x17, 0x11, 0x20, 0x47, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xf8, 0xfc, 0xf8, 0x40, 0xf8, -+ 0xf8, 0x40, 0xfc, 0x90, 0x70, 0x88, 0x00, 0x00, -+ 0x00, 0x1f, 0x50, 0x37, 0x34, 0x17, 0x14, 0x37, -+ 0x55, 0x15, 0x15, 0x25, 0x25, 0x45, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf8, 0xc8, 0xf8, 0xc8, 0xf8, -+ 0xe8, 0x28, 0xe8, 0x28, 0xe8, 0x38, 0x00, 0x00, -+ 0x00, 0x0f, 0x49, 0x2c, 0x2b, 0x0e, 0x1f, 0x29, -+ 0x4f, 0x0c, 0x17, 0x11, 0x21, 0x46, 0x00, 0x00, -+ 0x80, 0xfc, 0xd0, 0xd4, 0x24, 0x18, 0x74, 0x54, -+ 0x9c, 0xf8, 0x48, 0x30, 0x30, 0xcc, 0x00, 0x00, -+ 0x00, 0x0f, 0x49, 0x2d, 0x2d, 0x0a, 0x1c, 0x2f, -+ 0x4c, 0x0f, 0x10, 0x11, 0x22, 0x4c, 0x00, 0x00, -+ 0x80, 0xfc, 0x54, 0xb4, 0x58, 0xa8, 0xc4, 0xfc, -+ 0x88, 0xf8, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x50, 0x37, 0x34, 0x17, 0x16, 0x37, -+ 0x56, 0x16, 0x1f, 0x2a, 0x32, 0x44, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf8, 0x68, 0xec, 0xac, 0xc4, -+ 0xb8, 0xa8, 0xf0, 0x90, 0x68, 0x44, 0x00, 0x00, -+ 0x00, 0x0f, 0x49, 0x2f, 0x2b, 0x0a, 0x1b, 0x2a, -+ 0x4b, 0x0f, 0x14, 0x14, 0x27, 0x44, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0xfc, 0x54, 0x7c, 0x8c, 0x0c, 0x00, 0x00, -+ 0x00, 0x0f, 0x4a, 0x2a, 0x2b, 0x0a, 0x19, 0x2a, -+ 0x4b, 0x0d, 0x1f, 0x13, 0x24, 0x48, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xfc, 0x28, 0x90, 0xfc, 0x14, -+ 0xd8, 0x5c, 0xd0, 0x70, 0xd0, 0x8c, 0x00, 0x00, -+ 0x00, 0x0f, 0x49, 0x2f, 0x28, 0x0b, 0x1f, 0x29, -+ 0x4b, 0x0d, 0x11, 0x11, 0x21, 0x47, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0x40, 0xf8, 0xfc, 0x50, -+ 0xf8, 0x14, 0xf0, 0xf8, 0x70, 0x88, 0x00, 0x00, -+ 0x00, 0x0f, 0x4b, 0x28, 0x2f, 0x0f, 0x1b, 0x2b, -+ 0x4e, 0x0b, 0x13, 0x12, 0x23, 0x42, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x40, 0xfc, 0x58, 0x58, 0xf8, -+ 0x20, 0xf8, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x52, 0x3f, 0x32, 0x1f, 0x1a, 0x3a, -+ 0x5f, 0x17, 0x16, 0x2a, 0x32, 0x42, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf8, 0x28, 0xd8, 0xf8, 0xc8, -+ 0xf8, 0x78, 0xc8, 0xf8, 0x28, 0xc4, 0x00, 0x00, -+ 0x00, 0x1f, 0x51, 0x3e, 0x32, 0x12, 0x1f, 0x32, -+ 0x57, 0x16, 0x1a, 0x32, 0x22, 0x42, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xf8, 0x70, 0xfc, 0xf8, 0x48, -+ 0x78, 0xf8, 0xc8, 0x78, 0x28, 0xc4, 0x00, 0x00, -+ 0x00, 0x1f, 0x50, 0x37, 0x37, 0x15, 0x17, 0x35, -+ 0x57, 0x14, 0x15, 0x29, 0x2f, 0x50, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xfc, 0xb8, 0x10, 0xfc, 0x98, -+ 0x74, 0x40, 0x78, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x52, 0x37, 0x39, 0x1f, 0x1a, 0x3f, -+ 0x5a, 0x1f, 0x15, 0x2a, 0x2a, 0x50, 0x00, 0x00, -+ 0x80, 0xfc, 0x48, 0xa8, 0x30, 0xfc, 0x90, 0xb8, -+ 0x90, 0xfc, 0x90, 0xd0, 0xd0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x55, 0x3a, 0x35, 0x17, 0x14, 0x37, -+ 0x5f, 0x1a, 0x1f, 0x28, 0x28, 0x47, 0x00, 0x00, -+ 0x80, 0xfc, 0x68, 0xa8, 0x7c, 0xa8, 0xe8, 0xbc, -+ 0xa8, 0xbc, 0xa8, 0x28, 0xbc, 0xa0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x54, 0x37, 0x34, 0x13, 0x1b, 0x3b, -+ 0x5b, 0x1a, 0x1b, 0x2f, 0x22, 0x4c, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0x7c, 0x90, 0xb8, 0xa8, 0xb8, -+ 0xa8, 0xb8, 0xa8, 0xf8, 0x98, 0x64, 0x00, 0x00, -+ 0x00, 0x00, 0x0f, 0x01, 0x22, 0x12, 0x0c, 0x08, -+ 0x10, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x20, 0x20, 0xc8, 0x88, 0x50, 0x20, -+ 0x10, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x1e, 0x02, 0x24, 0x14, 0x08, 0x1f, 0x21, 0x41, -+ 0x3f, 0x01, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x90, 0x90, 0x64, 0x44, 0x28, 0xf0, 0x08, 0x04, -+ 0xf8, 0x00, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x1e, 0x02, 0x24, 0x18, 0x1c, 0x64, 0x04, 0x3d, -+ 0x23, 0x3c, 0x24, 0x04, 0x08, 0x33, 0x00, 0x00, -+ 0x90, 0x94, 0x64, 0x28, 0xf8, 0xa4, 0xa8, 0x18, -+ 0xf0, 0x90, 0xa0, 0x40, 0xb0, 0x0c, 0x00, 0x00, -+ 0x01, 0x02, 0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x20, -+ 0x10, 0x11, 0x1e, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, -+ 0x30, 0xc0, 0x00, 0x08, 0x08, 0xf8, 0x00, 0x00, -+ 0x01, 0x02, 0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x24, -+ 0x04, 0x04, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x88, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x11, 0x21, 0x79, 0x49, 0x49, 0x79, 0x49, -+ 0x49, 0x4a, 0x7a, 0x44, 0x09, 0x16, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x88, 0x88, 0x50, -+ 0x50, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x01, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x01, 0x7f, -+ 0x02, 0x05, 0x19, 0x6f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xfc, -+ 0x80, 0x40, 0x30, 0xec, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x27, 0x79, 0x49, 0x4a, 0x7d, 0x49, -+ 0x48, 0x48, 0x78, 0x48, 0x03, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0x08, 0x14, 0x14, 0x10, -+ 0xa0, 0xa0, 0x40, 0xa0, 0x18, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x23, 0x7a, 0x4d, 0x48, 0x78, 0x4f, -+ 0x48, 0x78, 0x48, 0x01, 0x06, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf0, 0x00, 0x00, 0xfc, -+ 0xa0, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x11, 0x21, 0x79, 0x4a, 0x4c, 0x7f, 0x48, -+ 0x49, 0x49, 0x79, 0x49, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x1c, 0x1a, 0x28, 0x4a, 0x0d, -+ 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x90, 0x90, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x12, 0x22, 0x7b, 0x48, 0x4f, 0x78, 0x4b, -+ 0x4a, 0x4b, 0x79, 0x48, 0x07, 0x00, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x00, 0xf8, -+ 0x08, 0xf8, 0x10, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x2a, 0x2c, 0x29, 0x3e, 0x32, -+ 0x2a, 0x24, 0x24, 0x2a, 0x32, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x84, 0xf4, 0x94, 0x94, -+ 0xf4, 0x98, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x7d, 0x14, 0x15, 0x2b, 0x48, -+ 0x1e, 0x32, 0x4c, 0x0d, 0x13, 0x62, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0xa8, 0xb0, 0xa0, 0xf8, 0xc8, -+ 0xa8, 0xb0, 0x90, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, -+ 0x2a, 0x3e, 0x08, 0x7f, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0xa8, 0xb0, 0xa0, 0xf8, 0xc8, -+ 0xa8, 0xb0, 0x90, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x2b, 0x2c, 0x28, 0x3e, 0x32, -+ 0x2a, 0x24, 0x24, 0x2b, 0x32, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x1e, 0x2a, 0x6e, 0x3e, 0x2a, 0x14, 0x1e, -+ 0x2a, 0x6e, 0x3e, 0x2a, 0x12, 0x25, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0xa8, 0xb0, 0xa0, 0xf8, 0xc8, -+ 0xa8, 0xb0, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x03, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x02, 0x04, 0x3f, 0x00, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x40, 0x70, 0x88, 0x00, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x1f, 0x60, 0x0f, 0x08, 0x0f, -+ 0x00, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xe0, 0x20, 0xe0, -+ 0x00, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x7f, 0x01, 0x01, 0x1e, 0x02, 0x7f, 0x01, -+ 0x1e, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x20, 0xfc, 0x60, 0xc4, 0xb4, 0xec, 0x20, 0xc4, -+ 0x34, 0xfc, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x1f, 0x01, 0x7f, 0x14, -+ 0x22, 0x5f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0xf0, 0x00, 0xfc, 0x90, -+ 0x48, 0xf4, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x09, 0x31, 0x27, 0x3b, 0x23, 0x3d, 0x29, 0x23, -+ 0x1f, 0x12, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xb8, 0x88, 0x78, 0x28, 0x08, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x11, 0x1f, 0x10, 0x17, 0x14, -+ 0x17, 0x14, 0x17, 0x2f, 0x29, 0x5f, 0x00, 0x00, -+ 0x00, 0xf0, 0xfc, 0xe8, 0x10, 0xf0, 0xf0, 0x90, -+ 0xf0, 0x90, 0xf0, 0xf8, 0x48, 0xfc, 0x00, 0x00, -+ 0x11, 0x09, 0x41, 0x21, 0x0f, 0x11, 0x13, 0x24, -+ 0x21, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0xf0, 0x10, 0xf0, 0xf0, 0xfc, 0x00, 0xfc, 0xa4, -+ 0x58, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x23, 0x13, 0x43, 0x2f, 0x13, -+ 0x2d, 0x42, 0x1f, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0xd0, 0xf0, 0xfc, 0xf8, -+ 0x48, 0xb0, 0xf0, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x01, 0x79, 0x4a, 0x4c, 0x7b, 0x48, 0x48, -+ 0x79, 0x49, 0x48, 0x78, 0x48, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0x10, 0x08, 0xf4, 0x80, 0xf0, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4b, 0x4a, 0x7a, 0x48, 0x48, -+ 0x78, 0x48, 0x49, 0x7a, 0x4c, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x48, 0x40, 0x60, 0x60, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x49, 0x49, 0x79, 0x4a, 0x4a, -+ 0x7c, 0x48, 0x48, 0x78, 0x49, 0x0e, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x50, 0x48, 0x44, 0x4c, 0x48, -+ 0x50, 0xd0, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x4a, 0x4a, 0x7a, 0x4a, 0x4a, -+ 0x7b, 0x4a, 0x4a, 0x78, 0x48, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x78, 0x48, 0x48, 0x48, -+ 0xf8, 0x08, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4f, 0x48, 0x7a, 0x49, 0x48, -+ 0x78, 0x48, 0x48, 0x79, 0x4f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x50, 0x90, 0xa0, -+ 0x60, 0x60, 0x90, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4b, 0x7a, 0x4a, 0x4a, -+ 0x7a, 0x4a, 0x4a, 0x7c, 0x4c, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x88, 0x80, 0x88, -+ 0xb0, 0xc0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x11, 0x1e, 0x0f, 0x27, 0x24, 0x27, 0x24, -+ 0x27, 0x24, 0x27, 0x3f, 0x0c, 0x70, 0x00, 0x00, -+ 0x30, 0xc0, 0x08, 0xf8, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xfc, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x17, 0x78, 0x1f, 0x10, -+ 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x48, 0x70, 0x44, 0x44, 0x3c, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4a, 0x4a, 0x7a, 0x4a, 0x4a, -+ 0x7a, 0x4a, 0x4a, 0x7a, 0x4b, 0x0c, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0x90, 0x94, 0xf8, 0x90, 0x90, -+ 0x90, 0x90, 0xb0, 0xd4, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4b, 0x48, 0x78, 0x4f, 0x48, -+ 0x78, 0x49, 0x4a, 0x7c, 0x48, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0xe0, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x09, 0x0f, 0x12, 0x7f, 0x08, 0x1f, 0x68, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x20, 0xf0, 0x90, 0xfc, 0x20, 0xf0, 0x2c, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x4f, 0x49, 0x79, 0x4b, 0x4c, -+ 0x78, 0x4f, 0x48, 0x78, 0x48, 0x00, 0x00, 0x00, -+ 0x40, 0x60, 0x90, 0xe8, 0x48, 0x40, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x00, 0x78, 0x4b, 0x48, 0x7b, 0x4a, 0x4b, -+ 0x7a, 0x48, 0x49, 0x7a, 0x4c, 0x00, 0x00, 0x00, -+ 0x10, 0x90, 0xa0, 0xf8, 0x48, 0xf8, 0x40, 0xfc, -+ 0xc4, 0xc4, 0x44, 0x58, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4a, 0x4a, 0x7a, 0x4b, 0x4a, -+ 0x7a, 0x4a, 0x4a, 0x7c, 0x4f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4b, 0x4a, 0x7a, 0x4b, 0x4a, -+ 0x78, 0x48, 0x49, 0x79, 0x4a, 0x0c, 0x00, 0x00, -+ 0x80, 0x38, 0x08, 0xb8, 0x08, 0x08, 0xf8, 0xa8, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x07, 0x78, 0x4b, 0x48, 0x7f, 0x48, 0x4b, -+ 0x78, 0x4a, 0x4a, 0x7b, 0x4c, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x48, 0x40, 0x7c, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x00, 0x7b, 0x48, 0x49, 0x78, 0x4f, 0x48, 0x7b, -+ 0x4a, 0x4a, 0x7b, 0x4a, 0x02, 0x02, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0xf8, -+ 0x48, 0x48, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x4a, 0x4b, 0x7a, 0x4b, 0x4a, -+ 0x78, 0x49, 0x4f, 0x78, 0x48, 0x00, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x88, -+ 0xa0, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x2f, 0x49, 0x12, 0x04, 0x1f, -+ 0x68, 0x0f, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0xfc, 0xe8, 0x20, 0x90, 0x40, 0xf0, -+ 0x2c, 0xe0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x3f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x04, 0x3f, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0x40, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x7b, 0x48, 0x48, 0x7f, 0x48, 0x48, -+ 0x79, 0x4f, 0x49, 0x79, 0x49, 0x01, 0x00, 0x00, -+ 0x80, 0x88, 0xf8, 0x90, 0xa0, 0xfc, 0x50, 0x88, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4d, 0x48, 0x7b, 0x48, 0x4f, -+ 0x78, 0x4b, 0x4a, 0x7a, 0x4b, 0x02, 0x00, 0x00, -+ 0x40, 0xfc, 0x58, 0xe0, 0x40, 0xf8, 0x40, 0xfc, -+ 0x40, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x79, 0x49, 0x4a, 0x7a, 0x4a, 0x4a, 0x7a, -+ 0x4a, 0x4a, 0x7a, 0x4b, 0x01, 0x06, 0x00, 0x00, -+ 0x08, 0x34, 0xc4, 0xfc, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0xfc, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4d, 0x49, 0x79, 0x49, 0x49, -+ 0x78, 0x4f, 0x48, 0x78, 0x49, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x40, 0xfc, 0x00, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x7a, 0x49, 0x4b, 0x7a, 0x4d, 0x49, 0x79, -+ 0x49, 0x48, 0x7b, 0x48, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x48, 0x50, 0xfc, 0x08, 0xf0, 0x10, 0x10, -+ 0xf0, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x77, 0x51, 0x51, 0x70, 0x57, 0x54, -+ 0x77, 0x55, 0x55, 0x76, 0x54, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xf0, 0x40, 0xfc, 0x44, -+ 0x74, 0x54, 0x54, 0xec, 0x44, 0x4c, 0x00, 0x00, -+ 0x00, 0x07, 0x72, 0x5f, 0x54, 0x74, 0x57, 0x54, -+ 0x77, 0x54, 0x57, 0x7c, 0x50, 0x00, 0x00, 0x00, -+ 0x20, 0xa0, 0x20, 0xe0, 0xbc, 0xe8, 0xa8, 0xa8, -+ 0xa8, 0x90, 0x90, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x4b, 0x4f, 0x7b, 0x4a, 0x4b, -+ 0x7a, 0x4b, 0x4a, 0x7b, 0x49, 0x06, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xf8, 0xfc, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x7a, 0x49, 0x4b, 0x7a, 0x4d, 0x4a, -+ 0x78, 0x49, 0x4e, 0x78, 0x49, 0x0e, 0x00, 0x00, -+ 0x18, 0xe4, 0x48, 0x30, 0xfc, 0x48, 0xa8, 0x94, -+ 0xf0, 0xf8, 0x90, 0x60, 0xb0, 0x0c, 0x00, 0x00, -+ 0x3e, 0x22, 0x3e, 0x3e, 0x22, 0x3e, 0x08, 0x0f, -+ 0x18, 0x2f, 0x4f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0xf8, 0x88, 0xf8, 0xf8, 0x88, 0xf8, 0x40, 0xf8, -+ 0x80, 0xf0, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x49, 0x4b, 0x7c, 0x4b, 0x4a, -+ 0x7a, 0x4b, 0x49, 0x79, 0x4a, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xb8, 0xa8, -+ 0xa8, 0xb8, 0x10, 0x98, 0x64, 0x44, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x3e, 0x22, 0x3e, 0x17, 0x7f, -+ 0x10, 0x1f, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x48, 0x30, 0xd8, 0xf4, -+ 0x10, 0xf0, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x4b, 0x4a, 0x7a, 0x4b, 0x4b, -+ 0x7a, 0x4a, 0x4a, 0x7c, 0x4c, 0x08, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xfc, 0xa8, 0x98, 0x70, 0xfc, -+ 0x70, 0x70, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x07, 0x79, 0x4b, 0x4a, 0x7c, 0x4f, 0x48, -+ 0x7f, 0x49, 0x4e, 0x79, 0x4e, 0x00, 0x00, 0x00, -+ 0x10, 0xfc, 0x10, 0xfc, 0xe8, 0x00, 0xfc, 0xc8, -+ 0x68, 0xf0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x3e, 0x22, 0x3e, 0x3e, 0x22, 0x3e, 0x0f, 0x1b, -+ 0x6b, 0x0f, 0x3f, 0x04, 0x03, 0x7c, 0x00, 0x00, -+ 0xf8, 0x88, 0xf8, 0xf8, 0x88, 0xf8, 0xf8, 0xe0, -+ 0xe0, 0xf8, 0xe0, 0x40, 0xc0, 0x3c, 0x00, 0x00, -+ 0x01, 0x3f, 0x07, 0x17, 0x17, 0x17, 0x1f, 0x7f, -+ 0x1c, 0x5d, 0x5d, 0x5d, 0x7f, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0xc0, 0xc0, 0xc0, 0xc0, 0xf8, 0xfc, -+ 0x70, 0x70, 0x70, 0x70, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x07, 0x74, 0x57, 0x57, 0x77, 0x57, 0x56, -+ 0x77, 0x55, 0x57, 0x79, 0x48, 0x17, 0x00, 0x00, -+ 0x00, 0xfc, 0x04, 0xfc, 0x58, 0x58, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0xf4, 0xf4, 0x7c, 0x98, 0x00, 0x00, -+ 0x00, 0x3f, 0x12, 0x0c, 0x04, 0x7f, 0x0d, 0x0e, -+ 0x14, 0x14, 0x24, 0x44, 0x04, 0x0c, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0xf4, 0x00, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x02, 0x04, 0x3f, 0x08, 0x0f, 0x11, -+ 0x21, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x40, 0x30, 0xc8, 0x00, 0xf8, 0x00, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x1f, 0x28, 0x28, 0x49, 0x7e, -+ 0x09, 0x0c, 0x12, 0x12, 0x20, 0x43, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, -+ 0xfc, 0x48, 0xc8, 0x30, 0x68, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x08, 0x08, 0x10, 0x1e, 0x32, -+ 0x52, 0x12, 0x12, 0x1e, 0x13, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x7e, 0x12, 0x12, 0x13, 0x3e, 0x2a, 0x6a, -+ 0x2a, 0x2a, 0x39, 0x28, 0x20, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xa8, 0x28, 0x28, 0x28, 0x28, -+ 0xa8, 0xa8, 0xc8, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x11, 0x11, 0x11, 0x3d, 0x25, 0x65, -+ 0x25, 0x25, 0x3d, 0x25, 0x21, 0x06, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x20, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x13, 0x12, 0x3a, 0x2b, 0x6a, -+ 0x2a, 0x2a, 0x3a, 0x2c, 0x24, 0x0b, 0x00, 0x00, -+ 0x20, 0xfc, 0x50, 0xfc, 0x50, 0x70, 0xfc, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x10, 0x10, 0x3c, 0x24, 0x64, -+ 0x24, 0x24, 0x3c, 0x24, 0x23, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x13, 0x12, 0x3a, 0x2a, 0x6a, -+ 0x2a, 0x2b, 0x3d, 0x25, 0x29, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0x34, 0xfc, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0x7e, 0x13, 0x10, 0x10, 0x3f, 0x24, 0x64, -+ 0x27, 0x24, 0x3c, 0x24, 0x27, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x13, 0x10, 0x10, 0x3c, 0x25, 0x66, -+ 0x24, 0x27, 0x3c, 0x24, 0x20, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x90, 0x90, 0x98, 0x64, 0x64, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x7c, 0x13, 0x10, 0x10, 0x3c, 0x24, 0x65, -+ 0x27, 0x25, 0x3d, 0x25, 0x21, 0x01, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0x90, 0xa0, 0xa4, 0x28, -+ 0x30, 0x20, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x0b, 0x42, 0x23, 0x0a, 0x12, 0x24, 0x2b, -+ 0x7f, 0x04, 0x1f, 0x68, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xf8, 0x90, 0x60, 0xf0, 0x0c, -+ 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x12, 0x12, 0x3b, 0x2a, 0x6a, -+ 0x2b, 0x2a, 0x3a, 0x2c, 0x24, 0x09, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0xa8, 0xc8, 0xc8, 0x98, 0x00, 0x00, -+ 0x00, 0x7e, 0x13, 0x11, 0x10, 0x3c, 0x27, 0x64, -+ 0x25, 0x25, 0x3d, 0x25, 0x21, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0x90, 0xa0, 0xfc, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x11, 0x10, 0x3f, 0x26, 0x65, -+ 0x25, 0x24, 0x3d, 0x26, 0x20, 0x00, 0x00, 0x00, -+ 0x80, 0xf0, 0x10, 0xe0, 0x20, 0xfc, 0x68, 0x68, -+ 0x50, 0xd0, 0x48, 0x44, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x11, 0x11, 0x3d, 0x24, 0x64, -+ 0x25, 0x27, 0x3d, 0x25, 0x21, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x80, 0xf8, -+ 0x48, 0x68, 0x98, 0xe8, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7e, 0x10, 0x10, 0x11, 0x3d, 0x25, 0x65, -+ 0x25, 0x25, 0x3d, 0x24, 0x21, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x08, 0xf8, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x7c, 0x13, 0x10, 0x10, 0x3c, 0x24, 0x64, -+ 0x27, 0x25, 0x3d, 0x25, 0x21, 0x01, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, 0x90, -+ 0xfc, 0x50, 0x54, 0x8c, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x7a, 0x14, 0x12, 0x12, 0x38, 0x2b, 0x6a, -+ 0x2b, 0x2a, 0x3a, 0x2b, 0x23, 0x02, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0x48, 0x48, 0x80, 0xf8, 0x28, -+ 0xa8, 0x48, 0xa8, 0x18, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7e, 0x13, 0x10, 0x17, 0x3c, 0x25, 0x65, -+ 0x25, 0x25, 0x3d, 0x24, 0x27, 0x00, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x00, 0xfc, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x11, 0x11, 0x3f, 0x26, 0x65, -+ 0x25, 0x25, 0x3d, 0x25, 0x21, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x70, 0x50, 0xfc, 0x08, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x7c, 0x13, 0x10, 0x11, 0x3c, 0x27, 0x64, -+ 0x24, 0x25, 0x3d, 0x26, 0x27, 0x00, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x80, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7d, 0x11, 0x12, 0x16, 0x39, 0x29, 0x6a, -+ 0x2f, 0x28, 0x39, 0x2a, 0x24, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0xbc, 0xa8, 0xa8, 0xfc, 0x48, 0x48, -+ 0xfc, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0x7d, 0x11, 0x11, 0x11, 0x3d, 0x25, 0x65, -+ 0x25, 0x25, 0x3e, 0x22, 0x04, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x50, 0x50, 0xf8, 0x50, -+ 0x50, 0xfc, 0xa8, 0x90, 0xe8, 0x84, 0x00, 0x00, -+ 0x00, 0x7f, 0x11, 0x11, 0x11, 0x3d, 0x25, 0x65, -+ 0x25, 0x24, 0x3f, 0x22, 0x22, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x20, 0xf8, 0x20, 0x20, -+ 0xfc, 0x54, 0x2c, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x00, 0x7e, 0x13, 0x11, 0x10, 0x3f, 0x26, 0x64, -+ 0x27, 0x24, 0x3c, 0x24, 0x21, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x10, 0xa0, 0xfc, 0x48, 0x40, -+ 0xfc, 0x40, 0x78, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x07, 0x1c, 0x67, 0x04, 0x7e, -+ 0x10, 0x1e, 0x32, 0x53, 0x1e, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xfc, -+ 0x40, 0x78, 0xc8, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x3f, 0x2a, 0x3e, 0x21, -+ 0x7f, 0x04, 0x1f, 0x68, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x8c, 0xf8, 0x50, 0x70, 0x8c, -+ 0xf8, 0x00, 0xf0, 0x10, 0xf0, 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, 0x7f, 0x10, 0x11, 0x10, 0x3f, 0x25, 0x65, -+ 0x25, 0x25, 0x3d, 0x25, 0x21, 0x06, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x11, 0x11, 0x3d, 0x25, 0x65, -+ 0x24, 0x27, 0x3c, 0x27, 0x20, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0xfc, 0x10, 0xfc, 0x90, 0x70, 0x00, 0x00, -+ 0x00, 0x7f, 0x10, 0x17, 0x11, 0x3f, 0x29, 0x69, -+ 0x2e, 0x2f, 0x38, 0x28, 0x21, 0x06, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xbc, 0x10, 0xbc, -+ 0x00, 0xfc, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x01, 0x7e, 0x12, 0x11, 0x11, 0x3f, 0x24, 0x65, -+ 0x25, 0x25, 0x3c, 0x24, 0x27, 0x00, 0x00, 0x00, -+ 0xd0, 0x54, 0xa4, 0xa8, 0x10, 0xf8, 0x04, 0xf8, -+ 0x08, 0xf8, 0x90, 0x60, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x13, 0x12, 0x3b, 0x2a, 0x6b, -+ 0x2a, 0x28, 0x3f, 0x28, 0x21, 0x06, 0x00, 0x00, -+ 0x40, 0xf8, 0xe8, 0x58, 0xe8, 0xf8, 0xe8, 0x58, -+ 0x48, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x01, 0x7f, 0x10, 0x13, 0x10, 0x3f, 0x28, 0x6f, -+ 0x2f, 0x29, 0x39, 0x2f, 0x21, 0x03, 0x00, 0x00, -+ 0x10, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0xa8, 0x24, -+ 0xfc, 0x28, 0x98, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x02, 0x7d, 0x13, 0x12, 0x15, 0x39, 0x29, 0x68, -+ 0x2b, 0x2a, 0x3b, 0x2a, 0x23, 0x02, 0x00, 0x00, -+ 0x48, 0x50, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x7c, 0x17, 0x14, 0x13, 0x3a, 0x2b, 0x6d, -+ 0x29, 0x2f, 0x3b, 0x2a, 0x24, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x28, 0x90, 0x90, 0x7c, 0x94, 0x58, -+ 0x50, 0xdc, 0x50, 0xf0, 0x50, 0x8c, 0x00, 0x00, -+ 0x10, 0x12, 0x7d, 0x1a, 0x36, 0x51, 0x12, 0x7f, -+ 0x04, 0x1f, 0x62, 0x0f, 0x34, 0x07, 0x00, 0x00, -+ 0x90, 0x90, 0x7c, 0x90, 0xb8, 0x54, 0x90, 0xfc, -+ 0x20, 0xf0, 0x0c, 0xf0, 0x10, 0xf0, 0x00, 0x00, -+ 0x02, 0x7e, 0x13, 0x15, 0x12, 0x3a, 0x2d, 0x6f, -+ 0x28, 0x2f, 0x38, 0x29, 0x26, 0x00, 0x00, 0x00, -+ 0x48, 0x48, 0xec, 0xb4, 0xe8, 0xa8, 0xf4, 0x5c, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x00, 0x7f, 0x08, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x01, 0x7e, 0x08, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xe8, 0xa8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x00, 0x7f, 0x08, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x2b, 0x49, 0x08, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0xa0, 0xa0, 0xfc, 0xa0, 0x90, -+ 0x90, 0xb4, 0xcc, 0x0c, 0xf4, 0x04, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x21, 0x3f, 0x20, 0x0f, -+ 0x00, 0x7f, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x08, 0xf8, 0x08, 0xe0, -+ 0x00, 0xfc, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x00, 0x7f, 0x08, 0x2b, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0xa0, 0xa0, 0x3c, 0x20, -+ 0x20, 0x3c, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x00, 0x7f, 0x08, 0x2a, 0x2a, -+ 0x2b, 0x2b, 0x2a, 0x28, 0x48, 0x09, 0x00, 0x00, -+ 0x20, 0x10, 0x50, 0x48, 0x48, 0xc8, 0xd8, 0xd4, -+ 0x54, 0x64, 0x60, 0x48, 0xc8, 0x38, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x00, 0x7f, 0x08, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x29, 0x4a, 0x0c, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0xfc, 0x40, 0x48, 0x68, -+ 0x68, 0xb0, 0x90, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x03, 0x7e, 0x08, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2b, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, -+ 0x90, 0x90, 0xfc, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x00, 0x7e, 0x09, 0x2b, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x2b, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x78, 0x88, 0xf0, 0x10, 0xfc, 0x20, 0xb4, -+ 0xb8, 0x70, 0xa8, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x01, 0x3d, 0x03, 0x01, 0x7f, 0x11, 0x37, 0x35, -+ 0x34, 0x37, 0x34, 0x34, 0x51, 0x16, 0x00, 0x00, -+ 0x00, 0x78, 0xa8, 0x28, 0xa8, 0xa8, 0x48, 0x98, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x00, 0x7f, 0x08, 0x2a, 0x2a, -+ 0x2b, 0x2a, 0x2a, 0x2b, 0x48, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x50, 0x94, -+ 0x4c, 0x70, 0xd0, 0x20, 0x50, 0x8c, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x00, 0x7e, 0x08, 0x2a, 0x2a, -+ 0x2a, 0x2b, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x00, 0xf8, 0x88, 0xf8, -+ 0x50, 0xfc, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x7f, 0x02, 0x7d, 0x15, 0x15, 0x2d, 0x50, -+ 0x1f, 0x10, 0x1f, 0x15, 0x25, 0x49, 0x00, 0x00, -+ 0x00, 0xfc, 0x98, 0x70, 0x50, 0x50, 0xe8, 0x14, -+ 0xf0, 0x10, 0xf0, 0x50, 0x30, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x01, 0x7e, 0x08, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x2b, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xdc, 0x54, 0xdc, 0x00, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x03, 0x7e, 0x13, 0x34, 0x37, -+ 0x35, 0x35, 0x35, 0x30, 0x57, 0x10, 0x00, 0x00, -+ 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x00, 0xfc, -+ 0xf0, 0x10, 0xf0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x03, 0x02, 0x7f, 0x10, 0x37, 0x35, -+ 0x34, 0x37, 0x34, 0x37, 0x51, 0x13, 0x00, 0x00, -+ 0x40, 0xfc, 0xb8, 0xa8, 0xb8, 0xa0, 0xf8, 0xf0, -+ 0xa0, 0xfc, 0xc8, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x1f, 0x11, 0x11, 0x1f, 0x01, -+ 0x3f, 0x21, 0x21, 0x3f, 0x20, 0x20, 0x00, 0x00, -+ 0x38, 0xc0, 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x00, -+ 0xf8, 0x48, 0x68, 0x98, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x11, 0x1f, 0x11, 0x1f, 0x01, -+ 0x3f, 0x21, 0x21, 0x3f, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x48, 0x68, 0x98, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x7f, 0x01, 0x1f, 0x01, 0x7f, 0x01, -+ 0x1f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x70, 0x80, 0xfc, 0x00, 0xf0, 0x10, 0xfc, 0x10, -+ 0xf0, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x03, 0x05, 0x39, 0x09, 0x09, 0x7f, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x09, 0x09, 0x0b, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x20, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x08, 0x7e, 0x08, 0x1d, -+ 0x1a, 0x2a, 0x48, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x88, 0x88, 0x88, -+ 0xf8, 0x88, 0x80, 0x80, 0xfc, 0x80, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x09, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x48, 0xfc, 0x40, 0x48, 0x68, -+ 0x68, 0xb0, 0x90, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x09, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x09, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x49, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, 0xf8, -+ 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x09, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0xb0, 0xa8, 0x24, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x0b, 0x08, 0x7e, 0x0c, 0x1a, -+ 0x1a, 0x28, 0x4b, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, -+ 0x90, 0x90, 0xfc, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x02, 0x04, 0x39, 0x08, 0x09, 0x7f, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x02, 0x05, 0x39, 0x09, 0x09, 0x7f, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x0a, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, 0x08, -+ 0xe8, 0xa8, 0xa8, 0xe8, 0xa8, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x1f, 0x17, 0x14, 0x17, 0x1f, 0x00, -+ 0x1f, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0xd0, 0x50, 0xd0, 0xf0, 0x60, -+ 0x80, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x1f, 0x17, 0x14, 0x17, 0x1f, 0x00, -+ 0x1f, 0x00, 0x7f, 0x0d, 0x31, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0xd0, 0x50, 0xd0, 0xf0, 0x00, -+ 0xf0, 0x00, 0xfc, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x09, 0x7e, 0x0c, 0x1a, -+ 0x1a, 0x28, 0x49, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x18, 0xf0, 0xa8, 0xa4, 0x04, 0x20, 0xf8, 0xa8, -+ 0xf8, 0xa8, 0xfc, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x02, 0x04, 0x39, 0x09, 0x0a, 0x7e, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x08, 0x30, 0xc8, 0x24, 0x24, 0x40, 0xb8, 0x08, -+ 0x08, 0xb8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x08, 0x0f, 0x3f, 0x27, 0x24, -+ 0x27, 0x1f, 0x7f, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0x20, 0xe0, 0xf8, 0xc8, 0x48, -+ 0xf8, 0xc0, 0xfc, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x02, 0x05, 0x39, 0x09, 0x09, 0x7f, 0x08, 0x1d, -+ 0x1a, 0x2a, 0x4b, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xa0, 0x24, -+ 0x5c, 0xf0, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x02, 0x04, 0x39, 0x09, 0x0a, 0x7e, 0x09, 0x1c, -+ 0x1a, 0x2b, 0x4a, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x90, 0xa8, 0x24, 0x50, -+ 0x88, 0xfc, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x02, 0x05, 0x38, 0x08, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1b, 0x2a, 0x48, 0x09, 0x0a, 0x08, 0x00, 0x00, -+ 0x20, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x28, -+ 0xf4, 0x40, 0xa8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x02, 0x05, 0x39, 0x09, 0x09, 0x7f, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x49, 0x0b, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x20, 0xac, 0xac, 0x20, -+ 0x60, 0x78, 0xa0, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x08, 0x77, 0x11, 0x11, 0x7e, 0x17, 0x38, -+ 0x37, 0x56, 0x52, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0x50, 0xe8, 0xfc, 0x00, -+ 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x09, 0x71, 0x11, 0x17, 0x7c, 0x13, 0x3a, -+ 0x37, 0x56, 0x53, 0x16, 0x14, 0x1b, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0xfc, 0x28, 0xfc, 0x20, -+ 0xe8, 0xd8, 0xb4, 0xdc, 0xac, 0x44, 0x00, 0x00, -+ 0x04, 0x09, 0x71, 0x13, 0x10, 0x7d, 0x11, 0x3b, -+ 0x34, 0x55, 0x50, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x08, 0xf0, 0x48, 0xf4, 0x40, 0xf0, 0xf8, 0xfc, -+ 0x08, 0xf8, 0x40, 0xa8, 0x94, 0x70, 0x00, 0x00, -+ 0x04, 0x09, 0x76, 0x13, 0x12, 0x7f, 0x13, 0x3f, -+ 0x37, 0x54, 0x53, 0x17, 0x13, 0x10, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xf8, 0xa8, 0xb8, 0xa0, 0xbc, -+ 0xbc, 0xac, 0xb4, 0xbc, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x0f, 0x73, 0x12, 0x13, 0x7c, 0x13, 0x39, -+ 0x34, 0x57, 0x50, 0x17, 0x11, 0x13, 0x00, 0x00, -+ 0x40, 0xfc, 0xb8, 0xa8, 0xb8, 0xa0, 0xf8, 0xf0, -+ 0xa0, 0xfc, 0xc8, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x4c, 0x30, 0x1f, 0x00, -+ 0x1f, 0x10, 0x3f, 0x20, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0xf0, 0x10, -+ 0xf0, 0x00, 0xf8, 0x08, 0x08, 0xf0, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x4c, 0x34, 0x04, 0x3f, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0x40, 0xf8, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x4c, 0x30, 0x08, 0x0a, -+ 0x73, 0x14, 0x0c, 0x0a, 0x1f, 0x62, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0x40, 0x40, -+ 0xf8, 0x48, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x49, 0x32, 0x1f, 0x11, -+ 0x17, 0x1e, 0x11, 0x16, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x48, 0x48, 0x38, 0xf0, 0x10, -+ 0xd0, 0x50, 0x90, 0x50, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x24, 0x48, 0x32, 0x02, 0x32, -+ 0x0a, 0x0e, 0x74, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0xf8, 0x88, 0xb0, -+ 0xc0, 0xb0, 0x88, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x4c, 0x30, 0x1f, 0x02, 0x7f, -+ 0x02, 0x1f, 0x07, 0x1c, 0x67, 0x04, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x88, 0x78, 0xf0, 0x10, 0xfc, -+ 0x10, 0xf0, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x4c, 0x35, 0x05, 0x0f, -+ 0x11, 0x7f, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0x00, 0xf0, -+ 0x00, 0xfc, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x22, 0x4c, 0x30, 0x0f, 0x09, -+ 0x09, 0x3f, 0x27, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x88, 0x88, 0x78, 0xe0, 0xe0, -+ 0x20, 0xf8, 0xc8, 0x48, 0xc8, 0x58, 0x00, 0x00, -+ 0x01, 0x3f, 0x29, 0x77, 0x3f, 0x1f, 0x12, 0x1e, -+ 0x3e, 0x22, 0x3e, 0x3e, 0x22, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x28, 0xd8, 0xf8, 0xf0, 0x90, 0xf0, -+ 0xf8, 0x88, 0xf8, 0xf8, 0x84, 0xfc, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x4c, 0x32, 0x07, 0x3a, 0x0b, -+ 0x7f, 0x09, 0x7f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x88, 0x78, 0xf0, 0x60, 0x80, -+ 0xf0, 0x00, 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x3f, 0x25, 0x7f, 0x09, 0x7f, 0x0f, 0x0f, -+ 0x09, 0x0f, 0x7f, 0x06, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0x20, 0xfc, 0xe0, 0xe0, -+ 0x20, 0xe0, 0xfc, 0x40, 0xe0, 0x10, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x4c, 0x38, 0x3e, 0x22, 0x3e, -+ 0x3f, 0x08, 0x7f, 0x0e, 0x12, 0x67, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x88, 0x78, 0x40, 0x7c, 0x88, -+ 0x48, 0x50, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x59, 0x1e, 0x10, 0x1e, 0x1f, -+ 0x11, 0x1d, 0x1d, 0x11, 0x1d, 0x73, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x78, 0xf0, 0x10, 0xf0, 0xf0, -+ 0x10, 0xd0, 0xd4, 0x0c, 0xcc, 0x04, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x4c, 0x30, 0x3c, 0x27, 0x38, -+ 0x2b, 0x25, 0x26, 0x39, 0x20, 0x27, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x78, 0x40, 0xf8, 0x90, 0xe0, -+ 0x5c, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x00, 0x00, -+ 0x20, 0x17, 0x14, 0x4b, 0x20, 0x27, 0x00, 0x77, -+ 0x10, 0x13, 0x10, 0x13, 0x2c, 0x43, 0x00, 0x00, -+ 0x40, 0xfc, 0xac, 0x3c, 0xa0, 0xfc, 0xc8, 0xe8, -+ 0xf0, 0x70, 0xa8, 0x28, 0xc0, 0xfc, 0x00, 0x00, -+ 0x01, 0x3f, 0x26, 0x59, 0x7f, 0x0f, 0x3f, 0x2c, -+ 0x3f, 0x1f, 0x1f, 0x17, 0x1f, 0x78, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x78, 0xfc, 0xe0, 0xf8, 0xe8, -+ 0xf8, 0xf0, 0xd0, 0xf0, 0xf0, 0x1c, 0x00, 0x00, -+ 0x01, 0x3f, 0x26, 0x58, 0x06, 0x7a, 0x2a, 0x1c, -+ 0x7e, 0x19, 0x1d, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x78, 0x20, 0x3c, 0xf8, 0xa8, -+ 0xd8, 0xfc, 0x54, 0xfc, 0x04, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x02, 0x22, 0x13, 0x12, -+ 0x14, 0x14, 0x06, 0x18, 0x60, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x02, 0x22, 0x13, 0x12, -+ 0x14, 0x14, 0x06, 0x18, 0x60, 0x00, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x04, 0x24, 0x15, 0x16, -+ 0x14, 0x18, 0x0e, 0x18, 0x61, 0x02, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0x50, 0x88, 0x88, 0xfc, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x04, 0x24, 0x15, 0x14, -+ 0x14, 0x19, 0x0e, 0x18, 0x60, 0x00, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x40, 0x40, 0x78, 0xc0, 0x40, -+ 0x7c, 0xc0, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x04, 0x24, 0x14, 0x15, -+ 0x15, 0x09, 0x0f, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7f, 0x06, 0x24, 0x15, 0x14, -+ 0x14, 0x18, 0x0e, 0x18, 0x60, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0x00, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x02, 0x22, 0x12, 0x12, -+ 0x14, 0x14, 0x06, 0x18, 0x63, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x08, 0x88, 0x48, 0x48, -+ 0x50, 0x50, 0x10, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x08, 0x7e, 0x05, 0x25, 0x15, 0x15, -+ 0x15, 0x09, 0x0f, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x08, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x05, 0x24, 0x14, 0x14, -+ 0x15, 0x09, 0x0e, 0x18, 0x60, 0x03, 0x00, 0x00, -+ 0x20, 0x20, 0x30, 0x48, 0xf4, 0x84, 0xf8, 0xa0, -+ 0x20, 0xfc, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x7e, 0x04, 0x24, 0x14, 0x14, -+ 0x14, 0x08, 0x0e, 0x19, 0x62, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x7f, 0x05, 0x25, 0x14, 0x14, -+ 0x15, 0x0b, 0x0f, 0x19, 0x61, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x80, 0xf8, -+ 0x48, 0x68, 0x98, 0xf8, 0x08, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x0a, 0x4a, 0x2a, 0x2a, -+ 0x2a, 0x32, 0x16, 0x1c, 0x67, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1e, 0x29, 0x45, 0x01, 0x3f, 0x01, -+ 0x0d, 0x03, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x20, 0x10, 0x00, 0xe0, 0x20, -+ 0x20, 0x20, 0xa0, 0x64, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x08, 0x0f, 0x12, -+ 0x22, 0x44, 0x08, 0x11, 0x02, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf8, 0x48, -+ 0x48, 0x88, 0x88, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x00, 0x0f, 0x09, -+ 0x09, 0x09, 0x11, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x18, 0xe0, 0x20, -+ 0x20, 0x20, 0x10, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x00, 0x1f, 0x11, -+ 0x11, 0x1f, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x08, 0x08, 0x7e, -+ 0x0a, 0x0a, 0x12, 0x12, 0x22, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf8, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x01, 0x01, 0x01, -+ 0x01, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xfc, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x09, 0x09, 0x1f, -+ 0x11, 0x2f, 0x41, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0x00, 0xf8, -+ 0x00, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x02, 0x02, 0x04, -+ 0x7f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0x60, 0x38, -+ 0xc4, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x10, 0x09, 0x49, -+ 0x21, 0x25, 0x09, 0x11, 0x21, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf8, 0x08, -+ 0x08, 0x08, 0x30, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x01, 0x01, 0x7f, -+ 0x03, 0x05, 0x19, 0x67, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0x00, 0xfc, -+ 0x80, 0x40, 0x30, 0xcc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x08, 0x0f, 0x11, -+ 0x21, 0x7f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf8, 0x00, -+ 0x00, 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x20, 0x2f, 0x20, -+ 0x27, 0x20, 0x2f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xfc, 0x00, 0xf8, 0x80, -+ 0xf0, 0x80, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x1f, 0x28, 0x45, 0x3f, 0x20, 0x2f, 0x20, -+ 0x27, 0x20, 0x2f, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xfc, 0x00, 0xf8, 0x80, -+ 0xf0, 0x90, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x00, 0x3f, 0x04, -+ 0x04, 0x7f, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf8, 0x40, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x04, 0x0f, 0x10, -+ 0x6f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf8, 0x08, -+ 0x88, 0x88, 0x88, 0x88, 0x88, 0xb0, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x1f, 0x01, 0x7f, -+ 0x01, 0x1f, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0xf0, 0x10, 0xfc, -+ 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x02, 0x04, 0x18, -+ 0x6f, 0x01, 0x0f, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x80, 0x40, 0x30, -+ 0xec, 0x00, 0xe0, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x09, 0x0f, 0x11, -+ 0x7f, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xf0, 0x00, -+ 0xfc, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x7b, 0x08, 0x11, -+ 0x3d, 0x49, 0x29, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x1c, 0xf0, 0x20, 0x3c, -+ 0x20, 0x20, 0x20, 0xfc, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x1f, 0x10, 0x10, 0x1f, -+ 0x02, 0x3f, 0x20, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf0, 0x10, 0x10, 0xf0, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x01, 0x7f, 0x09, -+ 0x09, 0x16, 0x22, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xfc, 0x20, -+ 0x30, 0xc8, 0x88, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x29, 0x4f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x20, 0xe0, 0x20, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x09, 0x09, 0x12, -+ 0x34, 0x50, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xfc, 0x40, -+ 0x7c, 0x40, 0x7c, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x08, 0x08, 0x14, -+ 0x35, 0x56, 0x14, 0x14, 0x14, 0x13, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x80, 0x80, 0xfc, -+ 0x90, 0x90, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x00, 0x1f, 0x10, -+ 0x1e, 0x12, 0x12, 0x12, 0x2c, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x90, 0xfc, 0x88, -+ 0x48, 0x50, 0x34, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x09, 0x09, -+ 0x0d, 0x13, 0x23, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0xf8, 0x20, 0x20, -+ 0x30, 0x48, 0x88, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x09, 0x09, 0x7f, -+ 0x09, 0x0d, 0x19, 0x69, 0x09, 0x19, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x10, 0x10, 0xfc, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x20, 0x2f, 0x21, -+ 0x3f, 0x27, 0x39, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf8, 0x28, 0xc8, 0x08, -+ 0xf8, 0xc8, 0x38, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x10, 0x1f, 0x10, 0x1e, 0x60, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x88, 0x90, 0xe4, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x10, 0x13, 0x7e, 0x12, -+ 0x12, 0x1a, 0x72, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xfc, 0x20, 0xf8, -+ 0xa8, 0xa8, 0xb8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x01, 0x3f, 0x22, 0x4c, -+ 0x30, 0x0f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x00, 0xfc, 0x88, 0x88, -+ 0x78, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x04, 0x06, 0x09, -+ 0x1f, 0x60, 0x1f, 0x11, 0x1f, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x08, 0x48, 0x48, -+ 0xc8, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x01, 0x00, 0x1f, -+ 0x02, 0x7f, 0x01, 0x00, 0x03, 0x3c, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x18, 0xfc, 0x10, 0xe0, 0xb4, -+ 0x4c, 0xf8, 0x20, 0xc4, 0xb4, 0x0c, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x5f, 0x00, 0x7f, 0x1f, 0x3f, -+ 0x21, 0x5f, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xf0, 0x10, 0xfc, 0xf0, 0xfc, -+ 0x08, 0xf0, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x11, 0x3f, 0x41, -+ 0x7f, 0x01, 0x1f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x18, 0xf0, 0x08, 0xf4, 0x10, -+ 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x03, 0x0c, 0x3f, 0x01, -+ 0x7f, 0x01, 0x1f, 0x01, 0x01, 0x03, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xe0, 0x80, 0xf0, 0x10, -+ 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3d, 0x25, 0x25, 0x3d, -+ 0x25, 0x3d, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf8, 0x08, 0x30, 0xf8, -+ 0x48, 0x48, 0x30, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x20, 0x2f, 0x24, -+ 0x26, 0x29, 0x22, 0x2c, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xfc, 0x80, 0xf8, 0x90, -+ 0xb0, 0x48, 0x20, 0x18, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x47, 0x0f, 0x08, 0x0f, 0x0f, -+ 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xe0, 0x20, 0xe0, 0xe0, -+ 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x09, 0x08, 0x17, 0x11, -+ 0x31, 0x52, 0x17, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf0, 0x10, 0xfc, 0x00, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x12, 0x12, 0x7f, -+ 0x12, 0x1f, 0x12, 0x12, 0x1e, 0x13, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0x40, 0x40, 0xfc, -+ 0xa4, 0x28, 0x70, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x00, 0x1f, 0x10, 0x1f, -+ 0x10, 0x17, 0x14, 0x17, 0x24, 0x41, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x50, 0xfc, 0x48, 0xc8, -+ 0x48, 0xb0, 0xb4, 0xb4, 0x4c, 0x84, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x47, 0x04, 0x0f, 0x7f, 0x03, -+ 0x7d, 0x07, 0x39, 0x06, 0x38, 0x03, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xe0, 0x40, 0xc0, 0xfc, 0x88, -+ 0xd0, 0xe0, 0xa0, 0x90, 0x8c, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x1f, 0x04, 0x7f, -+ 0x0f, 0x0f, 0x09, 0x7f, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x48, 0xf8, 0xf0, 0x40, 0xfc, -+ 0xe0, 0xe0, 0x20, 0xfc, 0x20, 0x60, 0x00, 0x00, -+ 0x10, 0x10, 0x1f, 0x28, 0x45, 0x09, 0x3e, 0x22, -+ 0x3e, 0x20, 0x3e, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xa0, 0x10, 0xfc, 0x20, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xb8, 0x20, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x45, 0x7f, 0x0f, 0x08, 0x7f, -+ 0x08, 0x0f, 0x06, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xfc, 0xe0, 0x20, 0xfc, -+ 0x20, 0xe8, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x45, 0x7f, 0x3f, 0x08, 0x7f, -+ 0x08, 0x3f, 0x06, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xfc, 0xf8, 0x20, 0xfc, -+ 0x20, 0xf8, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x47, 0x3f, 0x26, 0x21, 0x2e, -+ 0x3f, 0x10, 0x1f, 0x10, 0x1e, 0x70, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf8, 0x48, 0xc8, 0x28, -+ 0xf8, 0x88, 0x90, 0xe4, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x7f, 0x04, 0x3f, 0x24, -+ 0x3f, 0x01, 0x7f, 0x07, 0x79, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xfc, 0x40, 0xf8, 0x48, -+ 0xf8, 0x00, 0xfc, 0xc0, 0x3c, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x49, 0x7e, 0x14, 0x7f, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x40, 0x7c, 0x78, 0x08, 0x78, -+ 0x40, 0x78, 0x78, 0x78, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x45, 0x3f, 0x1f, 0x7f, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf8, 0xf0, 0xfc, 0xe0, -+ 0x20, 0xe0, 0xe0, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x08, 0x08, 0x7f, 0x08, -+ 0x0f, 0x13, 0x12, 0x22, 0x44, 0x1f, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x80, 0xfc, 0x80, 0xf8, -+ 0x20, 0xfc, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3f, 0x24, 0x3f, 0x24, -+ 0x3f, 0x24, 0x2e, 0x2a, 0x2e, 0x41, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x90, 0x90, 0xa8, 0xc8, -+ 0x90, 0xa4, 0x84, 0x88, 0x90, 0xa0, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x5f, 0x11, 0x1f, 0x11, 0x1f, -+ 0x7f, 0x09, 0x3f, 0x01, 0x3f, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0xfc, 0x20, 0xf8, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x10, 0x0b, 0x40, 0x27, -+ 0x03, 0x71, 0x13, 0x10, 0x2c, 0x43, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x90, 0xf0, 0xa0, 0xe0, 0x5c, -+ 0xf8, 0xf0, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x13, 0x48, 0x22, 0x15, -+ 0x23, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0xf0, 0x98, 0x94, 0x14, -+ 0x60, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x25, 0x4f, 0x09, 0x7f, 0x0f, 0x0f, -+ 0x09, 0x0f, 0x7f, 0x0e, 0x01, 0x3e, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xe0, 0x20, 0xfc, 0xe0, 0xe0, -+ 0x20, 0xe0, 0xfc, 0x40, 0xe0, 0x10, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x7f, 0x01, 0x09, 0x09, 0x7f, -+ 0x07, 0x04, 0x0f, 0x2a, 0x25, 0x40, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0xf0, 0x00, 0xf8, 0x48, 0x28, 0x30, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x4f, 0x09, 0x0f, 0x7f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xe0, 0x20, 0xe0, 0xfc, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x7f, 0x04, 0x07, 0x7f, 0x1f, -+ 0x11, 0x1f, 0x11, 0x1f, 0x06, 0x38, 0x00, 0x00, -+ 0x40, 0x7c, 0xd0, 0xf8, 0x40, 0xc0, 0xfc, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x60, 0x18, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x7e, 0x14, 0x7f, 0x0e, 0x14, -+ 0x7f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xf8, 0x50, 0xfc, 0x30, 0xd4, -+ 0xfc, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x7f, 0x1f, 0x12, 0x1f, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xfc, 0xf0, 0x90, 0xf0, 0xe0, -+ 0x20, 0xe0, 0xe0, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x25, 0x43, 0x0c, 0x7f, 0x12, 0x1d, -+ 0x17, 0x11, 0x11, 0x13, 0x22, 0x43, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xe0, 0x80, 0xfc, 0x24, 0xfc, -+ 0xf8, 0xe0, 0xe0, 0xf0, 0x10, 0xf0, 0x00, 0x00, -+ 0x10, 0x1f, 0x25, 0x5f, 0x01, 0x7f, 0x1f, 0x15, -+ 0x1d, 0x11, 0x1f, 0x1d, 0x25, 0x45, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xf0, 0x10, 0xfc, 0xf0, 0x50, -+ 0x70, 0x10, 0xf0, 0x70, 0x50, 0x50, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x02, 0x0c, 0x77, 0x00, -+ 0x1e, 0x12, 0x1e, 0x0c, 0x12, 0x61, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x10, 0x80, 0x60, 0xdc, 0x00, -+ 0xf0, 0x90, 0xf0, 0x60, 0x90, 0x08, 0x00, 0x00, -+ 0x10, 0x1f, 0x25, 0x7f, 0x1f, 0x7f, 0x1f, 0x01, -+ 0x1f, 0x7f, 0x1e, 0x13, 0x1e, 0x10, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xfc, 0xf0, 0xfc, 0xe8, 0x00, -+ 0xe0, 0xfc, 0x10, 0xfc, 0x90, 0x30, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x7f, 0x24, 0x3e, 0x3f, 0x24, -+ 0x3f, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x40, 0x7c, 0x80, 0x00, 0x78, -+ 0x00, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x5f, 0x15, 0x7f, 0x1f, 0x1f, -+ 0x15, 0x1f, 0x7f, 0x1a, 0x06, 0x39, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x20, 0x20, 0xfc, 0x48, 0xc8, -+ 0x28, 0x30, 0x90, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x4d, 0x09, 0x7e, 0x13, 0x1c, -+ 0x14, 0x14, 0x14, 0x27, 0x24, 0x5b, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x90, 0xfc, 0x90, 0xfc, 0x90, -+ 0xf0, 0xf0, 0x90, 0xfc, 0x90, 0x08, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x51, 0x13, 0x7e, 0x12, 0x17, -+ 0x13, 0x1e, 0x73, 0x12, 0x13, 0x32, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x40, 0xbc, 0x94, 0xe4, 0x58, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x1f, 0x28, 0x45, 0x3e, 0x27, 0x24, 0x3f, -+ 0x25, 0x3f, 0x24, 0x27, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x50, 0x48, 0xfc, 0xa0, 0xfc, -+ 0x50, 0x58, 0xe4, 0x50, 0x4c, 0xc0, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x41, 0x3f, 0x24, 0x27, 0x3d, -+ 0x27, 0x3c, 0x27, 0x25, 0x25, 0x4e, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x50, 0xf8, 0xa4, 0xfc, 0x50, -+ 0xac, 0xd0, 0xf8, 0x54, 0x48, 0x48, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x49, 0x7f, 0x08, 0x3e, 0x2a, -+ 0x2a, 0x3e, 0x1c, 0x2a, 0x48, 0x09, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0xf8, 0x48, 0x98, 0xf8, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0x48, 0x84, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x52, 0x12, 0x2d, 0x7f, 0x0a, -+ 0x3b, 0x3b, 0x0a, 0x3b, 0x0f, 0x78, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x40, 0x50, 0x48, 0xfc, 0x28, -+ 0xa8, 0xb0, 0x10, 0xb4, 0xcc, 0x84, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x44, 0x3f, 0x04, 0x7f, 0x0a, -+ 0x3b, 0x3b, 0x0a, 0x3b, 0x0f, 0x70, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x40, 0xd0, 0x48, 0xfc, 0x28, -+ 0xa8, 0xb0, 0x14, 0xb4, 0xcc, 0x84, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x46, 0x0c, 0x77, 0x3b, 0x2a, -+ 0x3b, 0x3f, 0x24, 0x3f, 0x24, 0x24, 0x00, 0x00, -+ 0x40, 0x7c, 0xa0, 0x90, 0x60, 0xdc, 0xb8, 0xa8, -+ 0xb8, 0xf8, 0x48, 0xf8, 0x48, 0x58, 0x00, 0x00, -+ 0x10, 0x1f, 0x24, 0x49, 0x7f, 0x26, 0x3a, 0x37, -+ 0x3e, 0x7f, 0x4d, 0x7f, 0x41, 0x43, 0x00, 0x00, -+ 0x40, 0x7c, 0x90, 0x48, 0x50, 0x7c, 0xd0, 0x78, -+ 0x50, 0x78, 0x50, 0x50, 0x7c, 0x40, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x11, 0x55, 0x35, 0x39, 0x11, 0x7d, 0x11, 0x39, -+ 0x35, 0x55, 0x51, 0x11, 0x11, 0x16, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x20, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x08, 0x4b, 0x2a, 0x2c, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x49, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x02, 0x1f, 0x15, 0x13, 0x1f, 0x13, 0x1d, 0x1f, -+ 0x00, 0x7f, 0x08, 0x0f, 0x10, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x50, 0x90, 0xf0, 0x90, 0x50, 0xf0, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xe0, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x09, 0x7f, 0x08, 0x1c, -+ 0x1b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x7c, 0x01, 0x02, 0x0c, 0x71, 0x13, 0x09, -+ 0x09, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x48, 0xc0, 0x30, 0x2c, 0x20, -+ 0x40, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x57, 0x34, 0x38, 0x10, 0x7f, 0x12, 0x3a, -+ 0x36, 0x56, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x80, 0xf8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x57, 0x36, 0x3a, 0x13, 0x7e, 0x12, 0x3a, -+ 0x36, 0x56, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0xe8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x4b, 0x2a, 0x2c, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x40, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x4b, 0x2a, 0x2d, 0x09, 0x7f, 0x09, 0x1d, -+ 0x1b, 0x2b, 0x48, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x80, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x0e, 0x08, 0x1f, 0x72, 0x0c, 0x73, 0x11, -+ 0x09, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x50, 0x20, 0xd0, 0x0c, 0x10, -+ 0x20, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x10, 0x0b, 0x40, 0x2a, 0x12, 0x25, 0x22, 0x11, -+ 0x09, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x98, 0x94, 0x14, 0x60, 0x10, -+ 0x20, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x08, 0x7f, 0x08, 0x1c, -+ 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, -+ 0xa4, 0xa8, 0x90, 0x90, 0xe8, 0x04, 0x00, 0x00, -+ 0x08, 0x4a, 0x2b, 0x2c, 0x08, 0x7e, 0x09, 0x1e, -+ 0x1a, 0x2b, 0x48, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x90, 0x90, 0xd8, 0x24, 0x24, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x4a, 0x2a, 0x2c, 0x09, 0x7e, 0x08, 0x1d, -+ 0x1a, 0x2a, 0x48, 0x09, 0x0a, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0xf8, 0x00, 0x00, 0xfc, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x10, 0x54, 0x37, 0x38, 0x10, 0x7c, 0x11, 0x39, -+ 0x37, 0x55, 0x51, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xa0, 0xa0, 0x24, 0x28, -+ 0x30, 0x60, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x10, 0x55, 0x34, 0x38, 0x13, 0x7c, 0x13, 0x38, -+ 0x34, 0x57, 0x50, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xfc, 0xe8, 0x30, 0x60, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x08, 0x4a, 0x2b, 0x2c, 0x08, 0x7e, 0x08, 0x1c, -+ 0x1b, 0x2b, 0x49, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, 0x90, -+ 0xfc, 0x50, 0x54, 0x8c, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x4a, 0x2b, 0x2d, 0x0b, 0x7e, 0x09, 0x1c, -+ 0x1b, 0x2a, 0x48, 0x0b, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0xfc, 0x40, 0xe4, 0x68, -+ 0xb0, 0x70, 0xa8, 0x24, 0x20, 0xc0, 0x00, 0x00, -+ 0x10, 0x57, 0x34, 0x38, 0x13, 0x7e, 0x12, 0x3a, -+ 0x36, 0x56, 0x52, 0x14, 0x14, 0x18, 0x00, 0x00, -+ 0x90, 0xfc, 0x90, 0x00, 0xfc, 0x00, 0xf8, 0xa8, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xa8, 0x98, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x16, 0x16, 0x1a, 0x14, -+ 0x12, 0x1f, 0x11, 0x26, 0x38, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0xb8, 0xbc, 0x54, 0x90, -+ 0xa0, 0xfc, 0xc0, 0xb0, 0x8c, 0x80, 0x00, 0x00, -+ 0x10, 0x54, 0x37, 0x38, 0x11, 0x7f, 0x11, 0x39, -+ 0x35, 0x54, 0x53, 0x10, 0x11, 0x16, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x3d, 0x0b, 0x3f, 0x3b, 0x0d, 0x31, 0x7f, 0x0f, -+ 0x08, 0x0f, 0x3f, 0x24, 0x3f, 0x21, 0x00, 0x00, -+ 0x78, 0x48, 0xf8, 0xb8, 0x48, 0x30, 0xfc, 0xe0, -+ 0x20, 0xe0, 0xf8, 0x58, 0xf8, 0x18, 0x00, 0x00, -+ 0x10, 0x57, 0x34, 0x3b, 0x13, 0x7d, 0x10, 0x3b, -+ 0x34, 0x57, 0x52, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xfc, 0x58, 0xf8, 0x40, 0xfc, -+ 0x80, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x57, 0x36, 0x3b, 0x12, 0x7e, 0x12, 0x3a, -+ 0x36, 0x57, 0x53, 0x15, 0x15, 0x19, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0x34, 0xfc, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0x39, 0x08, 0x09, 0x14, 0x23, 0x48, 0x2a, -+ 0x1d, 0x7e, 0x1c, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0xd8, 0x68, 0xd8, 0x68, 0x50, 0xfc, -+ 0x90, 0xf8, 0xf8, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x2b, 0x2a, 0x3f, 0x4a, 0x7f, 0x4a, 0x2a, -+ 0x1d, 0x7e, 0x1c, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0xd8, 0x68, 0xd8, 0x68, 0x50, 0xfc, -+ 0x90, 0xf8, 0xf8, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7d, -+ 0x08, 0x2a, 0x29, 0x29, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x13, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x08, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7d, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x10, 0x90, 0x50, -+ 0x50, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0d, 0x12, 0x7d, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x4b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x50, 0x48, 0x98, 0xe4, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x15, 0x65, 0x19, 0x19, 0x25, 0x7d, -+ 0x11, 0x39, 0x35, 0x35, 0x51, 0x16, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x20, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x03, 0x0d, 0x71, 0x02, -+ 0x1e, 0x03, 0x7f, 0x05, 0x09, 0x31, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x40, 0x80, 0x60, 0x1c, 0x40, -+ 0xa0, 0x18, 0xe4, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x1a, 0x1a, 0x26, 0x7e, -+ 0x12, 0x1a, 0x36, 0x36, 0x52, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x15, 0x0d, 0x13, 0x7f, -+ 0x0d, 0x2b, 0x2b, 0x29, 0x4b, 0x0c, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x00, 0x20, 0x20, 0x20, -+ 0x20, 0x30, 0x48, 0x58, 0xe4, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x1c, 0x1a, 0x29, 0x49, 0x02, -+ 0x1e, 0x03, 0x7f, 0x05, 0x09, 0x31, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x40, -+ 0xa0, 0x18, 0xe4, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xfc, 0xa8, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0x80, 0x80, 0xfc, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x13, 0x7e, -+ 0x09, 0x2d, 0x2b, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x90, 0x88, 0xf4, 0x04, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x0d, 0x0c, 0x13, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x00, 0x00, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7e, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xa8, 0xa4, 0x24, 0xf8, 0x20, 0x20, -+ 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x0d, 0x0c, 0x12, 0x7f, -+ 0x08, 0x2c, 0x2a, 0x2b, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x50, 0x30, 0xdc, 0x10, -+ 0xf8, 0x90, 0x90, 0xfc, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0c, 0x13, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0x24, 0xa4, 0xa8, 0x20, 0xfc, 0x50, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x15, 0x65, 0x1a, 0x18, 0x24, 0x7d, -+ 0x13, 0x19, 0x35, 0x35, 0x51, 0x11, 0x00, 0x00, -+ 0x80, 0xf8, 0x00, 0x00, 0x80, 0xfc, 0x90, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7f, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x28, 0xc8, 0x50, 0x30, 0x48, 0xfc, -+ 0x24, 0xb0, 0xa8, 0xa4, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x64, 0x1b, 0x18, 0x24, 0x7c, -+ 0x13, 0x38, 0x35, 0x35, 0x52, 0x10, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0x24, 0xfc, 0xa0, 0xa8, 0xe8, -+ 0xa8, 0x90, 0x14, 0x2c, 0x4c, 0x84, 0x00, 0x00, -+ 0x08, 0x7e, 0x12, 0x12, 0x3c, 0x04, 0x1b, 0x62, -+ 0x1c, 0x03, 0x7f, 0x05, 0x09, 0x31, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x40, -+ 0xa0, 0x18, 0xe4, 0x40, 0x30, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x73, 0x15, 0x0d, 0x13, 0x7f, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x4b, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x48, -+ 0x48, 0x30, 0x24, 0xd4, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7f, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xfc, 0x50, 0x50, 0x50, 0xfc, -+ 0x50, 0x50, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x15, 0x0c, 0x12, 0x7e, -+ 0x0d, 0x2a, 0x2a, 0x28, 0x4b, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0xa8, 0x50, 0xa8, 0xa8, 0x00, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x13, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x08, 0xf0, 0x20, 0xfc, 0x70, 0xa8, 0x24, 0xf0, -+ 0x50, 0x50, 0x9c, 0x84, 0x04, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x16, 0x14, 0x37, 0x54, 0x15, -+ 0x14, 0x17, 0x15, 0x15, 0x12, 0x10, 0x00, 0x00, -+ 0x80, 0xfc, 0x90, 0x60, 0xf0, 0x4c, 0x50, 0xb0, -+ 0x48, 0xfc, 0x50, 0x48, 0x48, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0d, 0x12, 0x7f, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x09, 0x00, 0x00, -+ 0x08, 0x10, 0xe8, 0xa4, 0x94, 0x20, 0x20, 0xfc, -+ 0x48, 0x48, 0xf0, 0x10, 0x68, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7e, -+ 0x09, 0x2d, 0x2b, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x20, 0x40, -+ 0xfc, 0x04, 0x04, 0x04, 0xfc, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x14, 0x64, 0x29, 0x18, 0x25, 0x7e, -+ 0x18, 0x35, 0x35, 0x32, 0x54, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xc8, 0xa8, 0x30, 0x40, -+ 0xa0, 0xa8, 0x84, 0x84, 0x90, 0x70, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0c, 0x13, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x60, 0x50, 0x88, 0xfc, 0x08, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7e, 0x00, 0x3f, 0x22, 0x3e, 0x23, 0x22, -+ 0x4e, 0x01, 0x7f, 0x0d, 0x31, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0x50, 0x60, 0x90, 0x4c, -+ 0xc0, 0x30, 0xc8, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0d, 0x12, 0x7e, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0xa8, 0xa4, 0xfc, 0x20, 0xfc, 0x50, 0x88, -+ 0xf4, 0x90, 0x90, 0xb4, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x0c, 0x0d, 0x12, 0x7e, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x08, 0x10, 0xe8, 0xa4, 0x94, 0x10, 0x20, 0x20, -+ 0xfc, 0x70, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x12, 0x12, 0x14, 0x66, 0x1a, 0x18, 0x27, 0x7e, -+ 0x12, 0x3b, 0x36, 0x36, 0x53, 0x12, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0x48, 0x48, 0x00, 0xf8, 0x48, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2b, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x3c, 0x20, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2d, 0x2a, 0x2a, 0x48, 0x09, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xe8, 0x28, 0x34, 0xcc, 0x50, -+ 0x5c, 0xe8, 0x28, 0x14, 0x6c, 0x84, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x2b, 0x1a, 0x26, 0x7f, -+ 0x18, 0x34, 0x36, 0x32, 0x54, 0x10, 0x00, 0x00, -+ 0x80, 0xf8, 0x48, 0xf8, 0xa8, 0x68, 0x98, 0xf8, -+ 0x40, 0xa8, 0xa4, 0x84, 0x90, 0x70, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x1b, 0x1a, 0x27, 0x7e, -+ 0x1a, 0x36, 0x36, 0x32, 0x54, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, 0x48, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x65, 0x1b, 0x19, 0x26, 0x7f, -+ 0x10, 0x3a, 0x36, 0x37, 0x52, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0xe8, 0x88, 0xf8, -+ 0x88, 0xa8, 0xa8, 0xe8, 0x28, 0x30, 0x00, 0x00, -+ 0x08, 0x11, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x09, -+ 0x7e, 0x4a, 0x4a, 0x4a, 0x4f, 0x08, 0x00, 0x00, -+ 0x0c, 0xf0, 0x20, 0xc8, 0x50, 0x30, 0x48, 0xfc, -+ 0x24, 0xb0, 0xa8, 0xa4, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x64, 0x19, 0x1b, 0x24, 0x7f, -+ 0x12, 0x3b, 0x36, 0x36, 0x52, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x14, 0x65, 0x19, 0x19, 0x25, 0x7d, -+ 0x19, 0x35, 0x35, 0x32, 0x53, 0x16, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x20, 0x20, -+ 0xfc, 0x20, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x73, 0x16, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xf0, 0x90, 0x90, 0xf0, -+ 0x80, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x67, 0x2a, 0x1b, 0x26, 0x7f, -+ 0x13, 0x3b, 0x37, 0x33, 0x54, 0x18, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0xe8, 0x28, 0xe8, -+ 0x50, 0x54, 0xdc, 0x6c, 0x44, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0f, 0x12, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x4b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xfc, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0c, 0x12, 0x7e, -+ 0x09, 0x2c, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0xa8, 0xa8, 0xfc, 0xa8, 0xb8, 0x80, 0xfc, 0x20, -+ 0xfc, 0x70, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x2b, 0x1a, 0x26, 0x7f, -+ 0x12, 0x3a, 0x37, 0x36, 0x52, 0x12, 0x00, 0x00, -+ 0x80, 0x70, 0x50, 0x54, 0xd4, 0x4c, 0x80, 0xf8, -+ 0x48, 0x28, 0xb0, 0x10, 0x28, 0xc4, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x69, 0x2a, 0x1a, 0x27, 0x7d, -+ 0x17, 0x39, 0x35, 0x31, 0x56, 0x10, 0x00, 0x00, -+ 0x20, 0xe0, 0x20, 0x20, 0xbc, 0xc8, 0x68, 0x28, -+ 0xe8, 0x10, 0x50, 0xa8, 0x48, 0x84, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x2b, 0x1a, 0x26, 0x7f, -+ 0x12, 0x3a, 0x37, 0x36, 0x50, 0x10, 0x00, 0x00, -+ 0x10, 0x90, 0x90, 0xb8, 0xb8, 0xb4, 0xd4, 0xd4, -+ 0xb8, 0x88, 0x90, 0xa0, 0x40, 0x80, 0x00, 0x00, -+ 0x10, 0x11, 0x15, 0x65, 0x29, 0x19, 0x25, 0x7d, -+ 0x13, 0x39, 0x35, 0x35, 0x51, 0x11, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x20, 0xfc, 0x10, 0xcc, -+ 0xfc, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x67, 0x2a, 0x1b, 0x26, 0x7f, -+ 0x13, 0x3b, 0x37, 0x34, 0x55, 0x1a, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0x20, 0xe8, 0xa8, 0xe8, -+ 0x58, 0x50, 0x94, 0xec, 0x2c, 0x44, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x65, 0x2a, 0x18, 0x24, 0x7d, -+ 0x13, 0x39, 0x35, 0x35, 0x53, 0x10, 0x00, 0x00, -+ 0xf0, 0x10, 0x90, 0xf8, 0x04, 0xb0, 0x90, 0x08, -+ 0xfc, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1e, 0x52, 0x5e, 0x52, 0x5e, 0x52, 0x5f, -+ 0x40, 0x7e, 0x2c, 0x2a, 0x4b, 0x08, 0x00, 0x00, -+ 0x04, 0xf8, 0x20, 0xc8, 0x50, 0x30, 0x48, 0xfc, -+ 0x24, 0xb0, 0xa8, 0xa4, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x66, 0x2c, 0x1b, 0x25, 0x7c, -+ 0x13, 0x38, 0x37, 0x34, 0x50, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x48, 0x40, 0xf8, 0x10, 0xa0, -+ 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7f, -+ 0x0c, 0x2a, 0x2b, 0x2a, 0x4f, 0x08, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xfc, 0x20, 0xf8, 0x20, 0xfc, -+ 0x80, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x12, 0x6a, 0x2d, 0x19, 0x25, 0x7e, -+ 0x16, 0x3a, 0x36, 0x36, 0x53, 0x12, 0x00, 0x00, -+ 0x50, 0x50, 0x50, 0x50, 0xb8, 0xa4, 0x24, 0xa0, -+ 0xa0, 0xb8, 0xa0, 0xe0, 0x20, 0x1c, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x2a, 0x1b, 0x26, 0x7e, -+ 0x13, 0x3a, 0x37, 0x34, 0x58, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x00, 0xfc, 0xa8, 0xf0, -+ 0x9c, 0x10, 0xfc, 0x90, 0x50, 0x30, 0x00, 0x00, -+ 0x10, 0x13, 0x14, 0x64, 0x29, 0x1b, 0x24, 0x7f, -+ 0x11, 0x39, 0x35, 0x35, 0x51, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0x90, 0x68, 0xfc, 0x00, 0xfc, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x12, 0x11, 0x15, 0x64, 0x2a, 0x19, 0x25, 0x7c, -+ 0x13, 0x39, 0x35, 0x35, 0x52, 0x14, 0x00, 0x00, -+ 0x10, 0x20, 0x78, 0x48, 0x48, 0x78, 0x40, 0x78, -+ 0x48, 0x48, 0x78, 0x48, 0xc0, 0x3c, 0x00, 0x00, -+ 0x00, 0x39, 0x29, 0x2a, 0x2f, 0x39, 0x2a, 0x2d, -+ 0x38, 0x2f, 0x29, 0x29, 0x2a, 0x58, 0x00, 0x00, -+ 0x40, 0x50, 0xf8, 0xa4, 0xfc, 0x50, 0x58, 0xb4, -+ 0x48, 0xfc, 0x50, 0x48, 0x48, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x14, 0x67, 0x28, 0x1b, 0x24, 0x7c, -+ 0x13, 0x39, 0x34, 0x35, 0x50, 0x13, 0x00, 0x00, -+ 0x00, 0xfc, 0xcc, 0x74, 0xcc, 0x74, 0x44, 0xa0, -+ 0x70, 0x9c, 0x68, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x69, 0x2f, 0x14, 0x2c, 0x7f, -+ 0x15, 0x39, 0x35, 0x35, 0x51, 0x16, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x20, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0x30, 0x28, 0xfc, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x16, 0x16, 0x1a, 0x11, -+ 0x17, 0x10, 0x1f, 0x22, 0x2c, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0xb8, 0xbc, 0xd4, 0x20, -+ 0x60, 0x98, 0xe4, 0xb0, 0x88, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x72, 0x14, 0x0c, 0x13, 0x7f, -+ 0x09, 0x2d, 0x2a, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, 0x54, -+ 0xfc, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x6b, 0x2a, 0x1b, 0x24, 0x7d, -+ 0x10, 0x3b, 0x35, 0x35, 0x52, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0x00, 0xf0, -+ 0x00, 0xfc, 0x50, 0x48, 0x48, 0xc0, 0x00, 0x00, -+ 0x10, 0x12, 0x16, 0x67, 0x28, 0x1b, 0x26, 0x7e, -+ 0x13, 0x3a, 0x37, 0x34, 0x54, 0x19, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0xf8, 0x00, 0xb8, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0xb8, 0xa8, 0xc8, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x0a, 0x73, 0x14, 0x0c, 0x12, 0x7e, -+ 0x08, 0x2d, 0x2a, 0x2a, 0x48, 0x09, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xfc, 0xa8, 0xf8, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0x48, 0xf0, 0x28, 0xc4, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x2a, 0x1b, 0x24, 0x7d, -+ 0x10, 0x3b, 0x35, 0x35, 0x52, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x90, 0xb0, -+ 0x48, 0xf4, 0x50, 0x48, 0x48, 0x40, 0x00, 0x00, -+ 0x12, 0x11, 0x15, 0x64, 0x2a, 0x19, 0x25, 0x7c, -+ 0x13, 0x39, 0x35, 0x35, 0x52, 0x14, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xfc, 0x20, 0xe0, 0x3c, 0x00, 0x00, -+ 0x10, 0x13, 0x14, 0x67, 0x2b, 0x1b, 0x24, 0x7d, -+ 0x10, 0x3b, 0x34, 0x34, 0x53, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xfc, 0x58, 0xf8, 0x40, 0xf8, -+ 0x00, 0xfc, 0x50, 0x88, 0xf4, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x2a, 0x1b, 0x26, 0x7e, -+ 0x12, 0x3a, 0x36, 0x36, 0x53, 0x12, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0xe8, 0xa8, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x68, 0x08, 0x00, 0x00, -+ 0x12, 0x12, 0x17, 0x6a, 0x2f, 0x18, 0x2b, 0x7e, -+ 0x13, 0x3a, 0x37, 0x36, 0x52, 0x12, 0x00, 0x00, -+ 0xa0, 0xa0, 0xe0, 0xa0, 0xfc, 0x48, 0xa8, 0xa8, -+ 0xa8, 0x90, 0x90, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x10, 0x11, 0x14, 0x67, 0x29, 0x1b, 0x25, 0x7d, -+ 0x13, 0x3b, 0x34, 0x34, 0x51, 0x12, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xb8, 0x10, 0xfc, -+ 0x00, 0xfc, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x09, 0x0a, 0x72, 0x17, 0x0c, 0x12, 0x7f, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x18, 0xe8, 0xa8, 0x70, 0xfc, 0x70, 0xa8, 0x24, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x73, 0x14, 0x0d, 0x12, 0x7e, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x54, 0x88, 0xfc, 0x88, 0xf8, -+ 0x88, 0xf8, 0xa8, 0xa4, 0x24, 0x60, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x28, 0x1b, 0x24, 0x7f, -+ 0x11, 0x3f, 0x34, 0x37, 0x50, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x10, 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x14, 0x65, 0x2a, 0x1b, 0x27, 0x7e, -+ 0x13, 0x39, 0x35, 0x35, 0x51, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xf0, 0x08, 0xfc, 0x58, 0xe8, -+ 0xf8, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x29, 0x1a, 0x26, 0x7f, -+ 0x12, 0x3a, 0x37, 0x36, 0x50, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xb8, 0xa0, 0xb8, 0xa8, 0xb8, -+ 0xa8, 0xa8, 0xb8, 0xa4, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x12, 0x17, 0x66, 0x2a, 0x1b, 0x27, 0x7e, -+ 0x13, 0x3a, 0x37, 0x37, 0x53, 0x12, 0x00, 0x00, -+ 0x90, 0xd8, 0x68, 0xd0, 0xa8, 0xf8, 0xfc, 0xd8, -+ 0x68, 0x90, 0x68, 0xf8, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x14, 0x67, 0x2b, 0x1f, 0x24, 0x7f, -+ 0x10, 0x3b, 0x36, 0x36, 0x52, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x58, 0x58, 0x40, 0xfc, -+ 0x40, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x17, 0x68, 0x2f, 0x12, 0x2a, 0x7d, -+ 0x11, 0x39, 0x35, 0x35, 0x52, 0x14, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa4, 0xf8, 0xe8, 0xf8, 0xe4, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x0b, 0x72, 0x14, 0x0c, 0x13, 0x7e, -+ 0x0c, 0x2a, 0x2a, 0x28, 0x49, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x50, 0x70, 0x8c, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x0b, 0x73, 0x14, 0x0d, 0x12, 0x7f, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x20, 0xfc, 0x08, 0xfc, 0xa8, 0x70, 0x78, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0x88, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x7d, 0x2e, 0x2a, 0x29, 0x7e, 0x13, -+ 0x1d, 0x75, 0x15, 0x25, 0x29, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x7c, 0xa8, 0xa8, 0x28, 0xfc, 0xd0, -+ 0x10, 0xfc, 0x50, 0x50, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x2a, 0x1b, 0x26, 0x7f, -+ 0x18, 0x37, 0x36, 0x32, 0x57, 0x10, 0x00, 0x00, -+ 0x10, 0xd0, 0x90, 0xdc, 0x60, 0xc0, 0xb8, 0xc0, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x15, 0x67, 0x29, 0x19, 0x27, 0x7c, -+ 0x13, 0x3a, 0x36, 0x37, 0x52, 0x10, 0x00, 0x00, -+ 0x00, 0x7c, 0x10, 0xd0, 0x38, 0x28, 0xb8, 0x28, -+ 0xb8, 0xa8, 0xb8, 0xa8, 0xa4, 0x44, 0x00, 0x00, -+ 0x11, 0x13, 0x15, 0x67, 0x29, 0x1a, 0x25, 0x7d, -+ 0x11, 0x39, 0x35, 0x35, 0x50, 0x13, 0x00, 0x00, -+ 0x10, 0xb8, 0x10, 0xfc, 0x10, 0xa8, 0xf4, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x10, 0x17, 0x11, 0x67, 0x2a, 0x1b, 0x27, 0x7f, -+ 0x11, 0x39, 0x35, 0x35, 0x51, 0x16, 0x00, 0x00, -+ 0x40, 0xfc, 0xf0, 0xf8, 0xb8, 0x38, 0xf8, 0xf0, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x66, 0x2a, 0x1a, 0x26, 0x7e, -+ 0x13, 0x3a, 0x37, 0x34, 0x54, 0x1b, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0xf8, -+ 0xfc, 0xa8, 0x74, 0xf8, 0x20, 0xfc, 0x00, 0x00, -+ 0x11, 0x11, 0x15, 0x67, 0x2a, 0x1a, 0x24, 0x7e, -+ 0x19, 0x35, 0x35, 0x32, 0x54, 0x10, 0x00, 0x00, -+ 0x00, 0x7c, 0x10, 0xd0, 0xb8, 0x68, 0xf8, 0xa8, -+ 0xb8, 0xa8, 0x78, 0x68, 0x24, 0x44, 0x00, 0x00, -+ 0x10, 0x13, 0x16, 0x67, 0x2b, 0x1a, 0x27, 0x7d, -+ 0x12, 0x3b, 0x34, 0x35, 0x50, 0x13, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xb8, 0xa8, 0xb8, 0xa8, -+ 0x44, 0xfc, 0x90, 0xe0, 0x70, 0x88, 0x00, 0x00, -+ 0x10, 0x11, 0x17, 0x65, 0x29, 0x19, 0x25, 0x7f, -+ 0x10, 0x3b, 0x35, 0x35, 0x50, 0x17, 0x00, 0x00, -+ 0xf0, 0x20, 0xf8, 0xf8, 0xe4, 0x38, 0xe4, 0x5c, -+ 0xf0, 0xf0, 0x50, 0xf8, 0xa4, 0x1c, 0x00, 0x00, -+ 0x12, 0x12, 0x13, 0x6d, 0x2f, 0x1a, 0x2e, 0x7a, -+ 0x16, 0x3a, 0x3e, 0x33, 0x56, 0x10, 0x00, 0x00, -+ 0xa0, 0xb0, 0xa8, 0x68, 0xfc, 0xa0, 0xe8, 0xa8, -+ 0xe8, 0xd0, 0x90, 0xf4, 0x4c, 0x84, 0x00, 0x00, -+ 0x11, 0x11, 0x17, 0x69, 0x2f, 0x1a, 0x2e, 0x7a, -+ 0x16, 0x3a, 0x3e, 0x33, 0x56, 0x10, 0x00, 0x00, -+ 0x20, 0x30, 0xe8, 0x28, 0xfc, 0xa0, 0xe8, 0xa8, -+ 0xe8, 0xd0, 0x90, 0xf4, 0x4c, 0x84, 0x00, 0x00, -+ 0x01, 0x3f, 0x0f, 0x7f, 0x0f, 0x7f, 0x1f, 0x2e, -+ 0x2f, 0x2e, 0x2e, 0x3f, 0x2a, 0x49, 0x00, 0x00, -+ 0x00, 0xf8, 0xe0, 0xfc, 0xe0, 0xfc, 0xe0, 0xdc, -+ 0xf8, 0xd0, 0x28, 0xfc, 0x58, 0x94, 0x00, 0x00, -+ 0x10, 0x17, 0x15, 0x6f, 0x2f, 0x15, 0x2f, 0x7d, -+ 0x19, 0x35, 0x35, 0x31, 0x50, 0x17, 0x00, 0x00, -+ 0x20, 0xbc, 0x40, 0xf8, 0xfc, 0x74, 0xfc, 0xf0, -+ 0xf0, 0xf0, 0x10, 0xf4, 0xa4, 0x1c, 0x00, 0x00, -+ 0x10, 0x11, 0x1e, 0x28, 0x48, 0x7f, 0x08, 0x2a, -+ 0x2a, 0x2a, 0x2a, 0x3e, 0x23, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x1e, 0x28, 0x48, 0x7f, 0x08, 0x2b, -+ 0x2a, 0x2a, 0x2a, 0x3e, 0x23, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x28, 0x28, 0x28, 0xfc, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 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, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x10, 0x11, 0x3f, 0x29, 0x49, 0x7f, 0x09, -+ 0x2d, 0x2d, 0x2d, 0x3e, 0x26, 0x24, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0x58, 0xe8, 0x38, 0x18, 0xe8, -+ 0xa8, 0x70, 0xfc, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x3e, 0x14, 0x66, -+ 0x0f, 0x11, 0x7f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0xf8, 0x50, 0x8c, -+ 0xf0, 0x00, 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x0f, 0x09, 0x0f, 0x0f, 0x3e, 0x3e, 0x2a, -+ 0x3e, 0x0f, 0x7f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0xf8, 0xf8, 0xa8, -+ 0xf8, 0xe0, 0xfc, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x3f, 0x2b, 0x48, 0x7f, 0x0b, -+ 0x2d, 0x2c, 0x2f, 0x3c, 0x24, 0x23, 0x00, 0x00, -+ 0xf0, 0x10, 0xf0, 0xf0, 0xf8, 0x40, 0xfc, 0x78, -+ 0xd8, 0xf0, 0xfc, 0x90, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x3f, 0x29, 0x49, 0x7e, 0x09, -+ 0x2f, 0x2d, 0x2d, 0x3d, 0x25, 0x21, 0x00, 0x00, -+ 0x90, 0xfc, 0x90, 0xf8, 0x68, 0xf8, 0x90, 0xfc, -+ 0x20, 0xf8, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x44, 0x44, 0x44, 0x66, 0x55, 0x48, -+ 0x4c, 0x4c, 0x53, 0x51, 0x62, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0x48, 0x88, -+ 0xc8, 0xc8, 0x28, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x44, 0x08, 0x10, 0x1f, 0x01, -+ 0x01, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x88, 0x78, 0x00, 0xf0, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x22, 0x22, 0x3f, 0x21, 0x27, -+ 0x24, 0x24, 0x24, 0x23, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0xf8, 0x08, 0xe8, -+ 0x08, 0x08, 0x08, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x3f, 0x00, 0x7f, 0x00, -+ 0x01, 0x07, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x00, 0xfc, 0x80, -+ 0x80, 0x60, 0x18, 0x04, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x3f, 0x21, 0x01, 0x7f, -+ 0x01, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0xfc, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x00, 0x1f, 0x10, 0x1f, -+ 0x11, 0x1f, 0x10, 0x10, 0x1f, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x00, 0xf0, 0x10, 0xf0, -+ 0x00, 0xf8, 0x80, 0x44, 0x34, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x02, 0x7f, 0x09, 0x1f, -+ 0x69, 0x0f, 0x09, 0x0f, 0x09, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x00, 0xfc, 0x20, 0xf0, -+ 0x2c, 0xe0, 0x20, 0xe8, 0x08, 0xf8, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x01, 0x01, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x00, 0xf8, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x3f, 0x08, 0x08, 0x7f, -+ 0x1c, 0x1a, 0x2a, 0x49, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x20, 0x20, 0xfc, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x00, 0x1c, 0x7f, 0x00, -+ 0x1c, 0x1c, 0x3e, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x10, 0x10, 0xfc, 0x10, -+ 0x90, 0x50, 0x50, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x10, 0x14, 0x64, 0x19, -+ 0x15, 0x7f, 0x2d, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0xf0, 0x90, 0xf0, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x14, 0x7e, 0x3e, 0x22, -+ 0x3e, 0x3e, 0x22, 0x26, 0x24, 0x42, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x90, 0xe0, 0x88, 0x78, -+ 0x90, 0xe0, 0x88, 0x78, 0x88, 0x44, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x7f, 0x0f, 0x08, 0x0f, -+ 0x0f, 0x7f, 0x1f, 0x69, 0x09, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0xfc, 0xe0, 0x20, 0xe0, -+ 0xe0, 0xfc, 0xf0, 0x2c, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x14, 0x7f, 0x14, 0x1c, -+ 0x3e, 0x2a, 0x3e, 0x7f, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0xfc, 0xa0, 0xf8, 0xa0, -+ 0xf8, 0xa0, 0xfc, 0xd4, 0x6c, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x14, 0x7f, 0x14, 0x1c, -+ 0x3f, 0x2a, 0x3e, 0x7f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x20, 0xf8, 0x60, 0x90, -+ 0xfc, 0xe8, 0xa8, 0xe8, 0x88, 0x18, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x04, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x04, 0x04, 0x3f, 0x01, 0x01, 0x1f, 0x01, -+ 0x01, 0x7f, 0x00, 0x24, 0x22, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x00, 0x00, 0xf0, 0x00, -+ 0x00, 0xfc, 0x00, 0x88, 0x44, 0x44, 0x00, 0x00, -+ 0x08, 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x08, -+ 0x0f, 0x11, 0x2f, 0x42, 0x3f, 0x00, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, -+ 0xe0, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x22, 0x12, 0x14, 0x7f, 0x08, 0x08, 0x3e, 0x08, -+ 0x0e, 0x78, 0x10, 0x11, 0x27, 0x40, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0xa0, 0xa0, 0xa0, 0xfc, 0x90, -+ 0x90, 0x94, 0xcc, 0x8c, 0xf4, 0x04, 0x00, 0x00, -+ 0x22, 0x12, 0x14, 0x7f, 0x08, 0x09, 0x3e, 0x09, -+ 0x0e, 0x78, 0x10, 0x10, 0x20, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x00, 0xf8, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x7f, 0x1f, 0x07, 0x1c, 0x67, -+ 0x04, 0x3f, 0x1f, 0x01, 0x7f, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0xf0, 0xf8, 0x08, 0xf8, -+ 0x40, 0xf8, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x22, 0x12, 0x14, 0x7f, 0x08, 0x08, 0x3e, 0x08, -+ 0x0f, 0x79, 0x11, 0x11, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x40, 0xfc, -+ 0x24, 0x64, 0x94, 0xf4, 0x04, 0x18, 0x00, 0x00, -+ 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x06, 0x38, -+ 0x7f, 0x1a, 0x7f, 0x1e, 0x02, 0x0d, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x50, 0x48, -+ 0xfc, 0x28, 0x28, 0x14, 0x6c, 0x84, 0x00, 0x00, -+ 0x04, 0x3f, 0x01, 0x1f, 0x7f, 0x24, 0x4a, 0x3f, -+ 0x0f, 0x7f, 0x01, 0x7f, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0xfc, 0x88, 0x64, 0xf8, -+ 0xe0, 0xfc, 0x00, 0xfc, 0x60, 0x1c, 0x00, 0x00, -+ 0x04, 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x24, 0x42, -+ 0x3f, 0x0f, 0x01, 0x7f, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x88, 0x44, -+ 0xf8, 0xe0, 0x00, 0xfc, 0x60, 0x1c, 0x00, 0x00, -+ 0x44, 0x2b, 0x7f, 0x12, 0x12, 0x3a, 0x13, 0x1d, -+ 0x71, 0x11, 0x21, 0x21, 0x47, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x1f, 0x1f, 0x10, 0x1f, 0x3a, -+ 0x2f, 0x3b, 0x29, 0x3f, 0x29, 0x59, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0xf0, 0x10, 0xf0, 0xb8, -+ 0xe8, 0xa8, 0x38, 0xec, 0x2c, 0x44, 0x00, 0x00, -+ 0x08, 0x3f, 0x01, 0x1f, 0x7f, 0x01, 0x19, 0x7f, -+ 0x19, 0x19, 0x3d, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x20, 0xf8, 0x00, 0xf0, 0xfc, 0x00, 0x30, 0xfc, -+ 0x30, 0x30, 0x78, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x11, 0x12, 0x7c, 0x24, -+ 0x15, 0x1a, 0x08, 0x14, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0xd8, 0xd8, 0x68, 0x48, 0xd8, 0xd8, -+ 0x68, 0x48, 0x48, 0xd8, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3e, 0x0a, 0x36, 0x0a, 0x32, 0x02, 0x3f, -+ 0x04, 0x09, 0x31, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0xd8, 0x28, 0xc8, 0x00, 0xc0, -+ 0x44, 0x3c, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7d, 0x09, 0x4a, 0x2c, 0x28, -+ 0x29, 0x11, 0x1a, 0x64, 0x00, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x98, 0x98, 0xa8, 0xc8, 0x98, -+ 0x98, 0xa8, 0xc8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x70, 0x0f, 0x08, 0x0f, 0x00, -+ 0x7f, 0x0a, 0x36, 0x0a, 0x32, 0x06, 0x00, 0x00, -+ 0x00, 0x80, 0xe0, 0x1c, 0xe0, 0x20, 0xe0, 0x00, -+ 0xf8, 0x28, 0xd8, 0x28, 0xc8, 0x18, 0x00, 0x00, -+ 0x44, 0x27, 0x28, 0x7c, 0x12, 0x11, 0x3d, 0x10, -+ 0x19, 0x72, 0x14, 0x10, 0x20, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xc8, 0xa8, 0xa8, 0x88, -+ 0x98, 0xa8, 0xc8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x04, 0x7c, 0x04, 0x3c, 0x04, 0x7c, 0x08, 0x7f, -+ 0x06, 0x1a, 0x67, 0x1a, 0x63, 0x06, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf8, 0x80, 0xfc, 0x80, 0xf8, -+ 0x18, 0x68, 0x98, 0x68, 0x88, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x3e, 0x3a, 0x26, 0x3a, 0x26, 0x26, -+ 0x7f, 0x0a, 0x36, 0x0a, 0x32, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0x08, 0x48, 0x48, 0x48, 0x48, 0x18, -+ 0xf8, 0x28, 0xd8, 0x28, 0xc8, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x3e, 0x22, 0x3f, 0x20, 0x3e, -+ 0x2e, 0x7f, 0x6e, 0x2e, 0x2e, 0x26, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xd8, 0xd8, 0x68, 0x48, 0xd8, -+ 0xd8, 0x68, 0x48, 0x48, 0x48, 0xd8, 0x00, 0x00, -+ 0x00, 0x3f, 0x2e, 0x34, 0x3f, 0x2c, 0x32, 0x3f, -+ 0x3e, 0x0a, 0x36, 0x0a, 0x32, 0x06, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x8c, 0xf8, 0x50, 0x30, 0xcc, -+ 0xf8, 0x28, 0xd8, 0x28, 0xc8, 0x18, 0x00, 0x00, -+ 0x08, 0x3d, 0x08, 0x7e, 0x25, 0x7e, 0x24, 0x3e, -+ 0x41, 0x7e, 0x14, 0x14, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0xd8, 0xd8, 0x68, 0x48, 0xd8, 0xd8, -+ 0x68, 0x48, 0x48, 0xdc, 0x04, 0xfc, 0x00, 0x00, -+ 0x06, 0x7b, 0x2a, 0x1c, 0x7f, 0x1c, 0x1a, 0x29, -+ 0x7e, 0x2a, 0x3e, 0x2a, 0x3f, 0x22, 0x00, 0x00, -+ 0x00, 0xf4, 0x78, 0xb8, 0xb4, 0xac, 0xa4, 0xf4, -+ 0xb8, 0xb8, 0xb4, 0xac, 0x2c, 0x24, 0x00, 0x00, -+ 0x02, 0x1f, 0x02, 0x7f, 0x03, 0x0f, 0x72, 0x01, -+ 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x10, 0xe0, 0x40, 0xfc, 0x30, 0xc8, 0x08, 0xf8, -+ 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x02, 0x1f, 0x02, 0x7f, 0x03, 0x0f, 0x72, 0x01, -+ 0x1f, 0x03, 0x3e, 0x03, 0x7e, 0x01, 0x00, 0x00, -+ 0x10, 0xe0, 0x40, 0xfc, 0x30, 0xc8, 0x08, 0xf8, -+ 0x80, 0xf0, 0x00, 0xfc, 0x04, 0xfc, 0x00, 0x00, -+ 0x02, 0x1f, 0x02, 0x7f, 0x03, 0x0f, 0x71, 0x3f, -+ 0x02, 0x3f, 0x0f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x10, 0xe0, 0x40, 0xfc, 0x30, 0xc4, 0xfc, 0xf8, -+ 0x20, 0xf8, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x01, 0x1f, 0x01, 0x01, 0x7f, -+ 0x03, 0x05, 0x19, 0x61, 0x01, 0x01, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, -+ 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, 0x00, -+ 0x08, 0x0e, 0x78, 0x08, 0x3e, 0x09, 0x7e, 0x08, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x20, 0x30, 0x48, 0x58, 0xe4, 0x04, 0x00, 0x00, -+ 0x08, 0x0e, 0x78, 0x08, 0x3e, 0x08, 0x7f, 0x08, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0xf8, 0x88, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x0e, 0x78, 0x08, 0x3e, 0x08, 0x7e, 0x08, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0xf0, 0x90, 0x80, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x1f, 0x72, 0x12, 0x3b, 0x12, 0x7e, 0x1b, -+ 0x36, 0x36, 0x53, 0x16, 0x10, 0x11, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xe8, 0xc8, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x0f, 0x79, 0x09, 0x3f, 0x09, 0x7f, 0x0d, -+ 0x1b, 0x1b, 0x29, 0x4a, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x00, 0xfc, 0x54, 0x78, -+ 0xcc, 0xfc, 0x48, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x12, 0x1e, 0x12, 0x12, 0x1f, -+ 0x12, 0x12, 0x1e, 0x72, 0x03, 0x02, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x24, 0xa4, 0xa8, 0xb0, 0x20, -+ 0x30, 0x50, 0x50, 0x88, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x24, 0x3c, 0x24, 0x24, 0x3c, -+ 0x24, 0x24, 0x3c, 0x64, 0x07, 0x04, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xa0, 0xb8, 0xa0, 0xa0, -+ 0xa0, 0xa0, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x2a, 0x2a, 0x3a, 0x2a, 0x2a, 0x3a, -+ 0x2a, 0x2b, 0x3e, 0x68, 0x09, 0x0a, 0x00, 0x00, -+ 0x80, 0x38, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xb8, 0xa0, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x24, 0x3d, 0x27, 0x24, 0x3f, -+ 0x24, 0x24, 0x3c, 0x64, 0x04, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xa0, 0x10, 0xf8, 0x04, 0xf8, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x24, 0x3c, 0x25, 0x24, 0x3c, -+ 0x24, 0x24, 0x3c, 0x64, 0x04, 0x04, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x7f, 0x25, 0x25, 0x3d, 0x25, 0x24, 0x3f, -+ 0x24, 0x24, 0x3c, 0x64, 0x04, 0x04, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x12, 0x1e, 0x1e, 0x12, 0x1f, 0x72, -+ 0x03, 0x09, 0x35, 0x09, 0x31, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x48, 0x30, 0x70, 0x88, 0x44, -+ 0x90, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x10, 0x1e, 0x28, 0x7f, 0x0c, 0x12, 0x20, 0x7f, -+ 0x08, 0x0f, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0xfc, -+ 0x20, 0xe0, 0xe0, 0x3c, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x7e, 0x25, 0x25, 0x3e, 0x25, 0x24, 0x3c, -+ 0x24, 0x24, 0x3c, 0x64, 0x05, 0x06, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0xfc, 0x20, 0xa0, -+ 0xb8, 0xa0, 0xa0, 0xe0, 0x20, 0x1c, 0x00, 0x00, -+ 0x01, 0x7d, 0x2e, 0x2a, 0x39, 0x2a, 0x2f, 0x38, -+ 0x28, 0x2f, 0x38, 0x68, 0x09, 0x0a, 0x00, 0x00, -+ 0x10, 0x10, 0xe8, 0xa8, 0x10, 0xa8, 0xfc, 0x44, -+ 0x90, 0xfc, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x09, 0x31, 0x0a, 0x15, 0x71, 0x12, 0x14, 0x7f, -+ 0x08, 0x0f, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x10, 0x90, 0x68, 0x44, 0x78, 0xc0, 0x7c, 0xfc, -+ 0x20, 0xe0, 0xe0, 0x3c, 0xe0, 0x20, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x3e, 0x2a, 0x3e, 0x21, -+ 0x5f, 0x0f, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x70, 0x50, 0x54, 0x8c, 0xf8, 0x50, 0x30, 0xcc, -+ 0xf8, 0xe0, 0xe0, 0x38, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x25, 0x25, 0x3d, 0x25, 0x25, 0x3d, -+ 0x24, 0x25, 0x3d, 0x66, 0x04, 0x04, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0x78, 0xa8, 0x68, 0x98, 0xf8, -+ 0x40, 0xa8, 0xa4, 0x84, 0x90, 0x70, 0x00, 0x00, -+ 0x00, 0x3f, 0x04, 0x07, 0x07, 0x3f, 0x00, 0x7f, -+ 0x12, 0x1e, 0x1e, 0x12, 0x7f, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xc0, 0xc0, 0xc0, 0x40, 0xfc, -+ 0x90, 0xf0, 0xf0, 0x90, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x2a, 0x2d, 0x3a, 0x2c, 0x2b, 0x3a, -+ 0x2f, 0x28, 0x3f, 0x68, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x48, 0xa8, 0x94, 0x70, 0xf8, 0xa8, -+ 0xfc, 0x00, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x7c, 0x2f, 0x38, 0x3b, 0x2a, 0x3b, 0x68, -+ 0x7f, 0x28, 0x7a, 0x3a, 0x6c, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0xa8, 0xf8, 0x00, -+ 0xfc, 0x40, 0xa8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x1f, 0x01, -+ 0x1f, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0xfc, 0x10, 0xf0, 0x00, -+ 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x20, 0x26, 0x38, 0x22, 0x1f, 0x10, 0x1e, 0x28, -+ 0x7e, 0x08, 0x15, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0xfc, 0x28, 0xf8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x20, 0x3c, 0x21, 0x3c, 0x20, 0x7e, -+ 0x10, 0x18, 0x25, 0x2a, 0x72, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0xfc, 0x28, 0xf8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x1f, 0x15, 0x1d, -+ 0x11, 0x1f, 0x11, 0x1d, 0x25, 0x45, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xfc, 0x10, 0xf0, 0x50, 0x70, -+ 0x10, 0xf0, 0x10, 0x70, 0x50, 0x50, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x24, 0x3c, 0x24, 0x24, -+ 0x3c, 0x24, 0x24, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3f, 0x20, 0x20, 0x1f, 0x00, 0x1f, 0x10, -+ 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0xf8, 0x00, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x24, 0x3f, 0x24, 0x24, -+ 0x3c, 0x24, 0x24, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0xf8, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x3c, 0x24, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x68, -+ 0x98, 0x18, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x20, 0x3f, 0x20, 0x3f, 0x20, 0x1f, -+ 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0x08, 0xe8, 0x08, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x24, 0x3c, 0x24, 0x24, -+ 0x3c, 0x24, 0x24, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x40, 0x60, 0x60, -+ 0x60, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x24, 0x24, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x09, 0x09, 0x17, 0x61, 0x00, 0x1f, -+ 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0xf8, 0x00, 0xfc, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x25, 0x3e, 0x24, 0x24, -+ 0x3c, 0x24, 0x24, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x40, 0x40, 0x7c, 0x40, -+ 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x27, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0xd4, 0x14, 0x0c, 0xfc, 0x04, 0x00, 0x00, -+ 0x01, 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x00, 0x1f, -+ 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x24, 0x3c, 0x24, 0x25, -+ 0x3e, 0x24, 0x24, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x40, 0x60, 0xd0, 0x48, -+ 0x44, 0x44, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x26, 0x3f, 0x24, 0x24, -+ 0x3f, 0x24, 0x24, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0x50, 0x48, 0x44, 0xf8, 0x40, 0x40, -+ 0xfc, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x24, 0x3f, 0x24, 0x24, -+ 0x3d, 0x25, 0x26, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x20, 0x20, 0xc0, 0x48, 0xe8, 0xf0, 0xe0, -+ 0x50, 0x50, 0x48, 0x44, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x25, 0x3e, 0x24, 0x27, -+ 0x3c, 0x24, 0x24, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0x10, 0xe8, 0x04, 0xf8, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x26, 0x25, 0x25, 0x3c, 0x27, 0x24, -+ 0x3c, 0x24, 0x25, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0x48, 0x48, 0x50, 0x60, 0x40, 0xfc, 0xa0, -+ 0xa0, 0xa0, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x25, 0x3d, 0x24, 0x24, -+ 0x3d, 0x24, 0x24, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0xa8, 0x50, 0x50, 0xa8, 0x00, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x15, 0x16, 0x34, 0x57, 0x14, -+ 0x14, 0x14, 0x14, 0x14, 0x14, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x90, 0x60, 0xf0, 0x0c, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x1f, 0x1f, 0x10, 0x1f, 0x14, 0x37, 0x2c, -+ 0x5f, 0x10, 0x1f, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x00, 0xfc, 0x90, 0x60, 0x1c, -+ 0xf0, 0x10, 0xf0, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x24, 0x3d, 0x25, 0x27, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0xa0, 0x38, 0x48, 0x68, -+ 0xd0, 0x50, 0x20, 0x50, 0x88, 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, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x28, 0x29, 0x32, 0x28, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x80, 0xfc, 0x80, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x38, 0x28, 0x2b, 0x2a, 0x3a, 0x2b, 0x2a, -+ 0x3a, 0x2f, 0x28, 0x28, 0x29, 0x5a, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, -+ 0xa8, 0xfc, 0xa0, 0x90, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3c, 0x24, 0x27, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x50, 0x90, 0xfc, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x24, 0x3c, 0x27, 0x24, -+ 0x3c, 0x27, 0x24, 0x25, 0x25, 0x4e, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xbc, 0xa0, 0xa0, 0xbc, 0xa0, -+ 0xe0, 0xbc, 0xa0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x38, 0x2b, 0x2a, 0x2a, 0x3a, 0x2a, 0x2b, -+ 0x3a, 0x2a, 0x2a, 0x2c, 0x2c, 0x58, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x48, 0x48, 0x88, 0xfc, 0xc8, -+ 0xa8, 0xa8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x01, 0x3c, 0x24, 0x27, 0x24, 0x3c, 0x24, 0x27, -+ 0x3c, 0x24, 0x24, 0x25, 0x25, 0x4e, 0x00, 0x00, -+ 0x08, 0x88, 0x90, 0xfc, 0x90, 0x90, 0x90, 0xfc, -+ 0x90, 0x90, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x38, 0x2f, 0x29, 0x2a, 0x3a, 0x2f, 0x29, -+ 0x3d, 0x2d, 0x2b, 0x2b, 0x2c, 0x58, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0xfc, 0x28, 0xf8, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0xe0, 0x3c, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3c, 0x25, 0x25, 0x26, 0x24, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xa8, 0xa4, 0x84, 0x90, 0x70, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x24, 0x24, -+ 0x3d, 0x26, 0x25, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0xa0, 0xa0, -+ 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x24, 0x3c, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0xa8, 0xa8, 0x50, 0x50, 0xa8, 0x40, 0xf8, 0x28, -+ 0xe8, 0x28, 0x58, 0x88, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3d, 0x26, 0x26, 0x27, 0x3e, 0x26, 0x27, -+ 0x3e, 0x24, 0x24, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x40, 0x58, 0x48, 0x48, 0x58, 0x48, 0x48, 0x58, -+ 0x48, 0x60, 0xa0, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x24, -+ 0x3d, 0x25, 0x25, 0x25, 0x27, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0x28, 0x58, 0x88, 0xf8, 0x00, -+ 0xf8, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3b, 0x28, 0x29, 0x29, 0x39, 0x28, 0x2b, -+ 0x3a, 0x2b, 0x2a, 0x2a, 0x2a, 0x5a, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0xa8, 0x38, 0xe8, 0x48, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x25, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x24, 0x27, 0x25, 0x24, 0x4c, 0x00, 0x00, -+ 0x50, 0xfc, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x48, -+ 0x58, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x25, 0x24, 0x3f, 0x26, 0x27, -+ 0x3c, 0x24, 0x24, 0x24, 0x25, 0x4e, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xfc, 0x48, 0xfc, -+ 0x40, 0x78, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x7e, 0x11, 0x1e, 0x14, 0x24, 0x39, 0x4f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0xfc, 0x20, 0xe8, 0x90, 0xe8, 0x84, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3f, 0x25, 0x26, 0x25, 0x3e, 0x24, 0x25, -+ 0x3e, 0x25, 0x24, 0x25, 0x24, 0x4f, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xd8, 0xa8, 0xc8, 0x40, 0xb0, -+ 0x4c, 0xa0, 0x48, 0x90, 0x60, 0x80, 0x00, 0x00, -+ 0x00, 0x3b, 0x2a, 0x2a, 0x2b, 0x3a, 0x2b, 0x2b, -+ 0x3b, 0x2a, 0x2b, 0x2a, 0x2b, 0x5a, 0x00, 0x00, -+ 0x00, 0xf8, 0x38, 0x28, 0xf8, 0x28, 0xe8, 0x78, -+ 0xf8, 0x68, 0xb8, 0x58, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x26, 0x3f, 0x27, 0x24, -+ 0x3d, 0x24, 0x27, 0x24, 0x25, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0x58, 0x58, 0x00, -+ 0xf8, 0x08, 0xfc, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x26, 0x24, 0x3d, 0x27, 0x24, -+ 0x3d, 0x24, 0x25, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa8, 0xa4, 0x1c, 0xf8, 0x90, -+ 0xf8, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x26, 0x27, 0x3c, 0x24, 0x27, -+ 0x3c, 0x25, 0x24, 0x24, 0x27, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x08, 0xfc, 0x50, 0x88, 0xf4, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x27, 0x25, 0x3d, 0x25, 0x25, -+ 0x3f, 0x25, 0x25, 0x26, 0x25, 0x4c, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0xfc, 0x00, 0xf8, 0xa8, 0x48, 0xb0, 0x00, 0x00, -+ 0x00, 0x38, 0x2f, 0x2b, 0x28, 0x3f, 0x2b, 0x2a, -+ 0x3b, 0x2b, 0x2a, 0x2b, 0x29, 0x5a, 0x00, 0x00, -+ 0x28, 0x24, 0xfc, 0xe0, 0x20, 0xe0, 0xe0, 0x50, -+ 0xd0, 0xd4, 0x4c, 0xcc, 0x84, 0x44, 0x00, 0x00, -+ 0x00, 0x3f, 0x25, 0x24, 0x27, 0x3c, 0x25, 0x26, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x18, 0xe8, 0x48, 0xd0, 0xfc, 0xe0, 0x50, 0x4c, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x24, 0x3f, 0x25, 0x25, -+ 0x3e, 0x24, 0x27, 0x24, 0x24, 0x4c, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0xd0, 0x40, 0xfc, 0x50, 0x50, -+ 0xe8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x26, 0x27, 0x3f, 0x26, 0x27, -+ 0x3d, 0x25, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0x40, 0xa0, 0xf0, 0x08, 0xfc, 0x58, 0xe8, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x02, 0x3d, 0x25, 0x24, 0x26, 0x3d, 0x25, 0x24, -+ 0x3f, 0x25, 0x25, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x78, 0x90, 0xfc, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x48, 0xd8, 0x7c, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x27, 0x25, 0x3d, 0x25, 0x25, -+ 0x3d, 0x25, 0x25, 0x26, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xfc, 0x54, 0x8c, 0x70, 0xfc, -+ 0x70, 0x70, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x3f, 0x2a, 0x3f, 0x52, -+ 0x3f, 0x10, 0x1f, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x9c, 0xf8, 0x50, 0x30, 0xcc, -+ 0xf0, 0x10, 0xf0, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3f, 0x3e, 0x32, 0x5e, 0x1f, -+ 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0x20, 0xf8, 0x20, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x12, 0x15, 0x1e, 0x14, 0x14, -+ 0x13, 0x12, 0x13, 0x23, 0x22, 0x42, 0x00, 0x00, -+ 0x80, 0xfc, 0x90, 0xfc, 0xf8, 0xf8, 0x90, 0xfc, -+ 0xf0, 0x10, 0xf0, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x27, 0x3c, 0x27, 0x26, -+ 0x3e, 0x27, 0x25, 0x25, 0x26, 0x4c, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xb8, 0xa8, -+ 0xa8, 0xb8, 0x10, 0x98, 0x64, 0x44, 0x00, 0x00, -+ 0x00, 0x38, 0x2f, 0x28, 0x2f, 0x3a, 0x2b, 0x2c, -+ 0x39, 0x29, 0x29, 0x29, 0x2a, 0x5c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa4, 0xf8, 0xe8, 0xf8, 0x44, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3b, 0x28, 0x2b, 0x2a, 0x3f, 0x2b, 0x28, -+ 0x3b, 0x28, 0x2b, 0x2a, 0x2a, 0x5a, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0x58, 0x58, 0x40, -+ 0xf8, 0x80, 0xf8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x28, 0x29, 0x3f, 0x29, 0x29, -+ 0x3b, 0x2d, 0x28, 0x2a, 0x2a, 0x5c, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xe0, 0x10, 0xf4, 0xb8, 0xb0, -+ 0xf4, 0xac, 0x00, 0xa8, 0x54, 0x54, 0x00, 0x00, -+ 0x02, 0x3a, 0x2c, 0x2a, 0x2b, 0x3a, 0x2a, 0x2b, -+ 0x3b, 0x2a, 0x2b, 0x2a, 0x2b, 0x5e, 0x00, 0x00, -+ 0x48, 0x48, 0x90, 0x48, 0xf8, 0x68, 0xe8, 0xf8, -+ 0x68, 0xd8, 0x68, 0xd8, 0x6c, 0xc4, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x25, 0x25, 0x3d, 0x25, 0x25, -+ 0x3c, 0x27, 0x25, 0x25, 0x25, 0x4d, 0x00, 0x00, -+ 0xa0, 0xa0, 0xfc, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0xf8, 0x48, 0x68, 0x98, 0xf8, 0x30, 0x00, 0x00, -+ 0x00, 0x38, 0x2b, 0x2a, 0x2b, 0x3a, 0x2a, 0x2a, -+ 0x3a, 0x2a, 0x2b, 0x2b, 0x2d, 0x5b, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0x68, 0xb8, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xf8, 0x68, 0x68, 0xfc, 0x00, 0x00, -+ 0x01, 0x3f, 0x29, 0x28, 0x2d, 0x3d, 0x2f, 0x29, -+ 0x3f, 0x2b, 0x2b, 0x2d, 0x2a, 0x5c, 0x00, 0x00, -+ 0x10, 0xfc, 0x18, 0x14, 0xfc, 0x10, 0xf4, 0xd4, -+ 0xf8, 0xb8, 0xf4, 0xdc, 0xec, 0x44, 0x00, 0x00, -+ 0x13, 0x6f, 0x13, 0x2b, 0x7f, 0x3a, 0x57, 0x01, -+ 0x3f, 0x22, 0x2d, 0x22, 0x2c, 0x20, 0x00, 0x00, -+ 0x90, 0xe8, 0x90, 0xa8, 0xfc, 0xb8, 0xd4, 0x00, -+ 0xf8, 0xc8, 0x28, 0xc8, 0x28, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x2f, 0x28, 0x2f, 0x3d, 0x2f, 0x0c, -+ 0x7c, 0x2f, 0x2d, 0x57, 0x14, 0x20, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xc8, 0x48, 0xc8, 0xa8, -+ 0xb0, 0xb0, 0x14, 0xf4, 0x4c, 0x84, 0x00, 0x00, -+ 0x01, 0x1f, 0x0f, 0x0f, 0x08, 0x0f, 0x3f, 0x2f, -+ 0x42, 0x1f, 0x0f, 0x01, 0x3f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0xe0, 0xe0, 0x20, 0xe0, 0xfc, 0xe8, -+ 0x40, 0xf0, 0xe0, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x7c, 0x13, 0x18, 0x25, 0x7c, 0x13, 0x11, -+ 0x7e, 0x13, 0x10, 0x1d, 0x62, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0xa0, 0xfc, 0x30, -+ 0xc8, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x01, 0x05, 0x39, 0x21, 0x21, 0x3d, 0x21, 0x21, -+ 0x3d, 0x21, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x00, 0x78, 0x08, 0x08, 0x78, 0x08, 0x08, -+ 0x78, 0x88, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x02, 0x1c, 0x10, 0x1e, 0x10, 0x10, 0x1f, 0x12, -+ 0x02, 0x7f, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x50, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x3f, 0x01, 0x1f, 0x02, 0x7f, 0x04, 0x1a, -+ 0x6c, 0x08, 0x0e, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x80, 0xfc, 0x40, 0x30, -+ 0xec, 0x20, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x02, 0x3c, 0x3e, 0x20, 0x3f, 0x1f, 0x11, 0x1f, -+ 0x11, 0x1f, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0xf8, 0x08, 0xf8, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0xf8, 0x08, 0x08, 0x70, 0x00, 0x00, -+ 0x0a, 0x32, 0x23, 0x22, 0x3b, 0x20, 0x3a, 0x22, -+ 0x22, 0x7f, 0x00, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0x38, 0x88, 0x08, 0xb8, 0x88, 0xb8, 0x88, -+ 0x88, 0xfc, 0x00, 0x60, 0x18, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x1f, 0x71, 0x1f, 0x1f, 0x1f, -+ 0x02, 0x1c, 0x1e, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0xc0, 0xf8, 0x00, 0xe0, 0xe0, 0xf8, -+ 0x00, 0xf0, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x18, 0x6f, 0x01, 0x01, 0x3f, -+ 0x01, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0x30, 0xec, 0x00, 0x00, 0xf8, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x02, 0x04, 0x38, 0x08, 0x08, 0x7f, 0x08, 0x08, -+ 0x3e, 0x22, 0x22, 0x22, 0x3e, 0x23, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0xa0, 0xa0, 0xa0, 0xfc, 0xa0, -+ 0xa0, 0x90, 0x94, 0xac, 0xcc, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x3f, 0x49, 0x09, 0x7f, -+ 0x09, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x12, 0x1a, 0x16, 0x17, 0x1f, -+ 0x72, 0x1a, 0x1a, 0x2a, 0x23, 0x46, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0x50, 0x88, 0x88, 0x24, 0x20, -+ 0x20, 0x50, 0x48, 0x98, 0xe4, 0x04, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x13, 0x1a, 0x16, 0x16, 0x1f, -+ 0x72, 0x1a, 0x1a, 0x2a, 0x23, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x40, 0x40, 0x78, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x09, 0x1e, 0x12, 0x1a, 0x16, 0x16, 0x1f, -+ 0x72, 0x1a, 0x1a, 0x2a, 0x22, 0x46, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x12, 0x1a, 0x16, 0x16, 0x1f, -+ 0x72, 0x1a, 0x1a, 0x2a, 0x22, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x09, 0x1e, 0x12, 0x1b, 0x16, 0x17, 0x1e, -+ 0x72, 0x1b, 0x1a, 0x2a, 0x22, 0x46, 0x00, 0x00, -+ 0x0c, 0xf0, 0xa8, 0xa4, 0x24, 0x10, 0xf8, 0x10, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x12, 0x1b, 0x16, 0x16, 0x1e, -+ 0x72, 0x1a, 0x1b, 0x2b, 0x22, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0xf8, 0x04, 0xf8, 0xf8, 0x88, -+ 0xf8, 0x80, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x10, 0x3d, 0x25, 0x35, 0x2d, 0x2d, 0x3f, -+ 0x64, 0x37, 0x34, 0x34, 0x25, 0x4e, 0x00, 0x00, -+ 0x40, 0xc0, 0x58, 0x48, 0xd8, 0x48, 0xd8, 0x48, -+ 0x40, 0xf8, 0x90, 0x60, 0xb0, 0x0c, 0x00, 0x00, -+ 0x08, 0x11, 0x3c, 0x27, 0x36, 0x2d, 0x2d, 0x3e, -+ 0x65, 0x34, 0x37, 0x34, 0x25, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0xd8, 0xd8, 0x40, -+ 0xf8, 0x08, 0xfc, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x13, 0x3c, 0x27, 0x36, 0x2f, 0x2e, 0x3f, -+ 0x65, 0x35, 0x35, 0x35, 0x25, 0x4d, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x08, 0x1e, 0x13, 0x1a, 0x16, 0x16, 0x1e, -+ 0x72, 0x1a, 0x1a, 0x2a, 0x23, 0x46, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x09, 0x10, 0x3f, 0x24, 0x35, 0x2c, 0x2f, 0x3c, -+ 0x65, 0x37, 0x34, 0x37, 0x24, 0x4d, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x68, -+ 0xa4, 0xfc, 0xe8, 0x94, 0xec, 0x84, 0x00, 0x00, -+ 0x08, 0x10, 0x3f, 0x25, 0x35, 0x2e, 0x2f, 0x3c, -+ 0x67, 0x36, 0x36, 0x36, 0x27, 0x4e, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x50, 0x50, 0xe8, 0xfc, 0x00, -+ 0xf8, 0xe8, 0xa8, 0xe8, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x13, 0x3c, 0x27, 0x36, 0x2c, 0x2f, 0x3c, -+ 0x67, 0x34, 0x37, 0x34, 0x27, 0x4c, 0x00, 0x00, -+ 0x90, 0xfc, 0x90, 0xfc, 0xe8, 0x00, 0xfc, 0x48, -+ 0xe8, 0xb0, 0x70, 0xa8, 0x24, 0xc0, 0x00, 0x00, -+ 0x08, 0x10, 0x3f, 0x25, 0x35, 0x2d, 0x2d, 0x3d, -+ 0x66, 0x35, 0x35, 0x35, 0x25, 0x4d, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xf8, 0x48, 0xf8, 0xf8, 0xa8, -+ 0x54, 0xf8, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x10, 0x3d, 0x25, 0x35, 0x2d, 0x2d, 0x3d, -+ 0x65, 0x35, 0x35, 0x36, 0x26, 0x4d, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0x68, 0xb8, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xf8, 0xe8, 0xe8, 0xfc, 0x00, 0x00, -+ 0x04, 0x09, 0x1e, 0x12, 0x1a, 0x16, 0x16, 0x1f, -+ 0x72, 0x1a, 0x1a, 0x2a, 0x23, 0x47, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x1c, 0x3e, 0x2a, 0x3e, 0x08, -+ 0x3e, 0x08, 0x7e, 0x14, 0x22, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0xa4, -+ 0xa4, 0xa8, 0x90, 0x90, 0xe8, 0x84, 0x00, 0x00, -+ 0x5b, 0x7f, 0x5b, 0x7f, 0x7f, 0x5b, 0x7f, 0x00, -+ 0x7f, 0x3e, 0x22, 0x3e, 0x16, 0x78, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0x88, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, -+ 0x3e, 0x2a, 0x08, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0xa8, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x08, 0x08, 0x04, -+ 0x04, 0x02, 0x01, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x20, 0x20, 0x20, 0x40, -+ 0x40, 0x80, 0x00, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x1f, 0x10, -+ 0x22, 0x41, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x00, 0xf8, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x7f, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x0f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x1f, 0x00, 0x7f, -+ 0x04, 0x04, 0x04, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x00, 0xfc, -+ 0x80, 0x80, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x07, 0x04, 0x04, 0x08, -+ 0x3f, 0x04, 0x02, 0x03, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xc0, 0x48, 0x48, 0x38, -+ 0xe0, 0x40, 0x80, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x08, 0x0f, 0x12, 0x72, 0x1f, 0x12, 0x0c, 0x38, -+ 0x0f, 0x12, 0x72, 0x1f, 0x04, 0x38, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xc8, 0x48, 0x30, 0x00, -+ 0xf8, 0x48, 0x48, 0xc8, 0x48, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x07, 0x04, 0x08, 0x10, -+ 0x7f, 0x02, 0x02, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xc0, 0x40, 0x20, 0x10, -+ 0xec, 0x20, 0x20, 0x20, 0x20, 0xc0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x04, 0x10, 0x12, 0x11, -+ 0x11, 0x10, 0x10, 0x16, 0x18, 0x63, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x30, 0x28, 0xc4, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x10, 0x1f, 0x10, -+ 0x10, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xf0, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x0f, 0x10, 0x2f, -+ 0x48, 0x08, 0x0f, 0x08, 0x00, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x1f, 0x11, 0x1f, -+ 0x11, 0x11, 0x7f, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0x10, 0xfc, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xe0, 0x20, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x06, 0x03, 0x0c, 0x32, 0x03, -+ 0x0e, 0x71, 0x01, 0x00, 0x01, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xe0, 0x40, 0x80, 0x80, -+ 0x60, 0x1c, 0x00, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x0f, 0x0a, 0x09, 0x7f, -+ 0x12, 0x11, 0x11, 0x3f, 0x20, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xe0, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0xf8, 0x40, 0x80, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x10, 0x1f, 0x20, 0x4f, 0x09, -+ 0x08, 0x7f, 0x12, 0x11, 0x3f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x00, 0xe0, 0x20, -+ 0xa0, 0xfc, 0x20, 0x20, 0xf8, 0xc0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x10, 0x09, 0x49, 0x21, -+ 0x21, 0x09, 0x11, 0x11, 0x21, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0x08, -+ 0x08, 0x30, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x17, 0x10, -+ 0x31, 0x50, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x10, 0x10, 0xfc, 0x10, -+ 0x10, 0x90, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3f, 0x09, 0x09, 0x11, -+ 0x21, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x20, 0x10, 0x08, -+ 0x08, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x0f, 0x10, 0x2f, -+ 0x48, 0x0f, 0x08, 0x08, 0x08, 0x07, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0x88, -+ 0x88, 0x88, 0xb0, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x06, 0x38, 0x24, 0x24, -+ 0x24, 0x24, 0x3c, 0x64, 0x08, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x10, 0x10, 0x1f, -+ 0x10, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x7f, 0x01, -+ 0x3f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xfc, 0x00, -+ 0xf8, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x01, 0x3f, 0x00, -+ 0x08, 0x04, 0x04, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x00, 0xf8, 0x20, -+ 0x20, 0x40, 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x04, 0x7f, 0x04, 0x00, 0x3f, 0x21, 0x2f, -+ 0x21, 0x22, 0x24, 0x28, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0xe8, -+ 0x08, 0x88, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x00, 0x3f, 0x20, 0x27, -+ 0x24, 0x24, 0x27, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0xc8, -+ 0x48, 0x48, 0xc8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x03, 0x3c, 0x03, -+ 0x06, 0x7f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xe0, 0x40, 0x80, -+ 0x60, 0xfc, 0x20, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x32, 0x12, -+ 0x0c, 0x04, 0x0c, 0x12, 0x7f, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x20, 0x20, 0xc8, 0x48, -+ 0x30, 0x10, 0x30, 0x48, 0xf4, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x09, 0x09, 0x1f, 0x21, -+ 0x7f, 0x03, 0x05, 0x19, 0x61, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x00, 0xf0, 0x00, -+ 0xfc, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x0f, 0x10, 0x2f, -+ 0x48, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0x88, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x7e, 0x12, -+ 0x12, 0x3a, 0x24, 0x06, 0x1a, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x88, 0x88, -+ 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x7f, 0x02, 0x0f, -+ 0x08, 0x18, 0x6f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x00, 0xf0, -+ 0x20, 0x40, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x02, 0x04, 0x18, 0x6f, -+ 0x00, 0x1f, 0x10, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x40, 0x30, 0xec, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x10, 0x17, -+ 0x30, 0x50, 0x10, 0x10, 0x13, 0x1c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x50, 0x48, 0x40, 0xfc, -+ 0x40, 0x60, 0xa0, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x10, 0x08, 0x4b, 0x22, -+ 0x22, 0x0a, 0x12, 0x12, 0x21, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xfc, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x03, 0x0e, 0x31, -+ 0x01, 0x0f, 0x74, 0x04, 0x07, 0x04, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x20, 0x40, -+ 0x80, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x01, 0x06, 0x18, -+ 0x00, 0x7f, 0x12, 0x12, 0x22, 0x4d, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0x10, 0x60, -+ 0x00, 0xf8, 0x48, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x17, 0x10, -+ 0x32, 0x51, 0x11, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x80, 0xf8, 0x10, -+ 0x10, 0x20, 0x20, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x78, 0x0b, 0x10, 0x3a, -+ 0x0a, 0x4a, 0x32, 0x11, 0x2c, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x18, 0xe0, 0x40, 0x40, -+ 0x78, 0x40, 0x40, 0xf8, 0x00, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x06, 0x38, 0x08, 0x7f, -+ 0x08, 0x0e, 0x78, 0x08, 0x0b, 0x18, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x50, 0x48, 0x40, 0xfc, -+ 0x48, 0x30, 0x20, 0xd4, 0x0c, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x02, 0x04, 0x1f, 0x60, -+ 0x1f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x40, 0xf0, 0x0c, -+ 0xe0, 0x40, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x7f, 0x09, 0x09, -+ 0x15, 0x23, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x20, 0x30, -+ 0x48, 0x88, 0x80, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x7f, 0x08, 0x11, 0x33, -+ 0x08, 0x3f, 0x01, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x88, 0x10, 0x30, -+ 0x88, 0xf8, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x13, 0x12, 0x13, 0x10, -+ 0x1f, 0x01, 0x7f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf0, 0x10, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x10, 0x09, 0x49, 0x22, -+ 0x22, 0x0c, 0x10, 0x10, 0x21, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x50, 0x48, 0x44, -+ 0x4c, 0xd0, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3c, 0x24, 0x25, 0x3c, -+ 0x24, 0x3c, 0x24, 0x26, 0x39, 0x62, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0xf8, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x24, 0x24, 0x3c, 0x27, -+ 0x04, 0x7c, 0x14, 0x14, 0x27, 0x44, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0xfc, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x02, 0x04, 0x1f, 0x61, -+ 0x1f, 0x01, 0x05, 0x19, 0x61, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x40, 0xf0, 0x0c, -+ 0xf0, 0x00, 0x40, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x02, 0x1f, 0x11, 0x11, -+ 0x1f, 0x11, 0x03, 0x05, 0x19, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x10, 0x10, -+ 0xf0, 0x10, 0x40, 0x24, 0x24, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3f, 0x00, 0x0f, 0x08, -+ 0x08, 0x0f, 0x04, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xe0, 0x20, -+ 0x20, 0xe0, 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3f, 0x02, 0x0e, 0x05, -+ 0x18, 0x61, 0x24, 0x24, 0x44, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0x10, 0x90, -+ 0x60, 0x00, 0x88, 0x84, 0x24, 0xe0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x01, 0x7f, 0x05, -+ 0x19, 0x6f, 0x02, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x70, 0xc0, 0x00, 0xfc, 0x40, -+ 0x30, 0xcc, 0x40, 0x70, 0x10, 0xe0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x06, 0x38, 0x08, 0x7f, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x08, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0x48, 0x08, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x1f, 0x10, 0x1f, -+ 0x10, 0x1f, 0x11, 0x10, 0x1e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf8, 0x10, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x7f, 0x05, 0x1f, -+ 0x69, 0x0f, 0x09, 0x0f, 0x09, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x40, 0xf0, -+ 0x2c, 0xe0, 0x20, 0xe8, 0x08, 0xf8, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x3f, 0x20, 0x4f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x08, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x7f, 0x1f, 0x11, 0x1f, 0x01, -+ 0x3f, 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1f, 0x10, 0x1f, 0x10, -+ 0x1f, 0x10, 0x1e, 0x10, 0x1e, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0x98, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x0e, 0x08, 0x7f, -+ 0x08, 0x2c, 0x2a, 0x2a, 0x48, 0x19, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x48, 0x48, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x04, 0x0a, -+ 0x31, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x20, 0x50, -+ 0x88, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x7e, 0x08, -+ 0x1d, 0x1a, 0x2a, 0x48, 0x0b, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x70, 0x10, 0x90, 0x88, -+ 0x44, 0x40, 0x50, 0x88, 0xfc, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x3f, 0x1f, 0x01, 0x7f, 0x01, -+ 0x1f, 0x7f, 0x04, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xe0, 0x20, 0xfc, 0x20, -+ 0xe0, 0xfc, 0x40, 0xc0, 0x60, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x3f, 0x01, 0x1f, 0x01, 0x7f, -+ 0x1f, 0x11, 0x1f, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xf0, 0x00, 0xfc, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x00, 0x7f, 0x00, 0x0f, -+ 0x3f, 0x21, 0x5f, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xfc, 0x20, 0xe0, -+ 0xfc, 0x08, 0xf0, 0x10, 0x30, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x0f, 0x08, 0x0f, -+ 0x08, 0x7f, 0x09, 0x08, 0x0e, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x00, 0xe0, 0x00, 0xe0, -+ 0x00, 0xfc, 0x10, 0xa0, 0x60, 0x1c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x10, 0x0b, 0x4a, 0x22, -+ 0x23, 0x0a, 0x12, 0x12, 0x24, 0x2b, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xfc, 0x48, 0x50, -+ 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x02, 0x02, 0x3e, 0x02, -+ 0x3e, 0x03, 0x7e, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x80, 0xf8, 0x80, -+ 0xf8, 0x80, 0xfc, 0x80, 0x80, 0x80, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x13, 0x09, 0x49, 0x22, -+ 0x20, 0x0f, 0x10, 0x10, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x50, 0x48, 0x48, -+ 0x40, 0xfc, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x11, 0x09, 0x4a, 0x27, -+ 0x20, 0x0b, 0x12, 0x12, 0x22, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x08, 0xc8, -+ 0x48, 0xc8, 0x70, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x1e, 0x12, 0x1a, 0x16, -+ 0x12, 0x1a, 0x16, 0x12, 0x22, 0x47, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x78, 0x48, 0x68, 0x58, -+ 0x48, 0x68, 0x58, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x01, 0x7f, 0x02, 0x04, -+ 0x1c, 0x64, 0x3f, 0x04, 0x08, 0x30, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x80, 0x40, -+ 0x70, 0x4c, 0xf8, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x05, 0x19, 0x11, 0x1d, -+ 0x11, 0x1d, 0x12, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x70, 0x10, 0x70, -+ 0x10, 0x70, 0x90, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x10, 0x0b, 0x48, 0x27, 0x21, -+ 0x16, 0x11, 0x23, 0x24, 0x41, 0x4e, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x40, 0xfc, 0x24, -+ 0x9c, 0xf0, 0x20, 0xc0, 0xb0, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x7f, 0x08, -+ 0x1c, 0x1a, 0x2a, 0x49, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x20, 0x20, 0xfc, 0x20, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3e, 0x22, 0x3e, 0x20, -+ 0x3e, 0x20, 0x3e, 0x20, 0x20, 0x23, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x08, 0xf8, 0x00, -+ 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x06, 0x38, 0x08, 0x7e, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x48, 0x28, 0x28, 0x88, -+ 0x48, 0x4c, 0x38, 0xc8, 0x08, 0x08, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1e, 0x12, 0x1e, 0x00, 0x1f, -+ 0x00, 0x7f, 0x04, 0x07, 0x08, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x90, 0xf0, 0x00, 0xf0, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xe0, 0x00, 0x00, -+ 0x04, 0x7f, 0x0f, 0x08, 0x0f, 0x3e, 0x22, 0x3e, -+ 0x0f, 0x7f, 0x08, 0x0f, 0x10, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0xe0, 0x20, 0xe0, 0xf8, 0x88, 0xf8, -+ 0xe0, 0xfc, 0x00, 0xf0, 0x10, 0xe0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3f, 0x20, 0x5e, 0x01, -+ 0x7e, 0x14, 0x14, 0x14, 0x24, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xfc, 0x18, 0x10, 0xfc, -+ 0x90, 0x50, 0x50, 0x14, 0x34, 0xfc, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x21, 0x7f, 0x0f, 0x09, -+ 0x0f, 0x09, 0x0f, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0x08, 0xf8, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x7f, 0x08, -+ 0x08, 0x3e, 0x22, 0x22, 0x3e, 0x23, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0x78, 0x48, 0x48, -+ 0x78, 0x48, 0x78, 0x88, 0x88, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x06, 0x1f, 0x72, 0x1f, 0x0c, 0x34, -+ 0x0f, 0x12, 0x72, 0x1f, 0x0c, 0x70, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xc8, 0x48, 0x30, -+ 0xf8, 0x48, 0x48, 0xc8, 0x48, 0x38, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x06, 0x1c, 0x10, 0x1e, 0x11, -+ 0x1f, 0x10, 0x1e, 0x70, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x94, 0x94, 0x0c, -+ 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x04, 0x3f, -+ 0x21, 0x4f, 0x09, 0x09, 0x09, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x40, 0xfc, -+ 0x08, 0xe0, 0x20, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x11, 0x3d, 0x25, -+ 0x25, 0x3d, 0x25, 0x25, 0x3d, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x48, 0x48, -+ 0xf8, 0x08, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x09, 0x09, 0x11, 0x10, -+ 0x37, 0x50, 0x11, 0x16, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf0, 0x40, -+ 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x09, 0x0f, 0x09, 0x0f, -+ 0x01, 0x3f, 0x21, 0x21, 0x2e, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xe0, -+ 0x00, 0xf8, 0x48, 0xe8, 0x28, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x10, 0x14, 0x64, 0x19, -+ 0x16, 0x7e, 0x2c, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0x80, 0xf8, 0x08, -+ 0x88, 0x48, 0x48, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x7f, 0x08, -+ 0x0e, 0x13, 0x12, 0x22, 0x42, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x80, 0xfc, 0x20, 0xb8, -+ 0xe8, 0xa8, 0xb8, 0xa4, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x08, 0x09, 0x09, 0x3f, -+ 0x20, 0x27, 0x24, 0x27, 0x24, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, 0x20, 0xf8, -+ 0x08, 0xc8, 0x48, 0xc8, 0x48, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x05, 0x19, 0x62, 0x1f, 0x00, -+ 0x3e, 0x0a, 0x36, 0x0a, 0x32, 0x06, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xc0, 0x30, 0x4c, 0xe0, 0x00, -+ 0xf8, 0x28, 0xd8, 0x28, 0xc8, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x04, 0x19, -+ 0x60, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x40, 0x30, -+ 0x8c, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x06, 0x0c, 0x7f, 0x1f, 0x02, 0x7f, -+ 0x02, 0x1f, 0x06, 0x1a, 0x62, 0x02, 0x00, 0x00, -+ 0x40, 0xfc, 0x60, 0xc0, 0xfc, 0xf0, 0x90, 0xfc, -+ 0x90, 0xf0, 0xc0, 0xb0, 0x8c, 0x80, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x01, 0x7f, 0x0f, 0x08, 0x0f, -+ 0x3f, 0x20, 0x27, 0x24, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xfc, 0xe0, 0x20, 0xe0, -+ 0xf8, 0x08, 0xc8, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x08, 0x7f, 0x06, -+ 0x24, 0x14, 0x18, 0x1e, 0x70, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xc0, 0x80, 0xf8, 0x08, 0xe8, -+ 0xa8, 0xa8, 0xe8, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x25, 0x25, -+ 0x2b, 0x31, 0x2f, 0x21, 0x5f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x20, 0x20, -+ 0x50, 0x88, 0xf0, 0x00, 0xf8, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x1f, 0x01, 0x7f, 0x07, 0x1e, -+ 0x63, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x40, 0xfc, 0x50, 0xe0, 0x40, 0xfc, 0xe0, 0x08, -+ 0xf8, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3e, 0x02, 0x3e, 0x20, -+ 0x3e, 0x0a, 0x36, 0x0a, 0x32, 0x06, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x08, 0xf8, 0x80, -+ 0xf8, 0x28, 0xd8, 0x28, 0xc8, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0c, 0x08, 0x15, 0x16, 0x34, -+ 0x57, 0x14, 0x14, 0x14, 0x14, 0x11, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xc0, 0xfc, 0x90, 0x60, 0xd0, -+ 0x2c, 0xc0, 0x30, 0xc8, 0x30, 0xc0, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x17, 0x10, 0x1f, 0x12, -+ 0x13, 0x1e, 0x3f, 0x22, 0x41, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xf0, 0x00, 0xfc, 0x48, -+ 0xb0, 0x2c, 0xfc, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x3f, 0x01, 0x1f, 0x7f, 0x04, -+ 0x1f, 0x6f, 0x03, 0x0d, 0x31, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xf0, 0xfc, 0xc0, -+ 0x30, 0xec, 0xc0, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x22, 0x3f, 0x22, 0x23, -+ 0x20, 0x2f, 0x28, 0x28, 0x48, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0xc0, 0xfc, 0x20, 0xfc, 0x20, 0xe0, -+ 0x80, 0xf8, 0x88, 0x88, 0xb0, 0x80, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x01, 0x1f, 0x12, 0x11, 0x16, -+ 0x1f, 0x10, 0x1e, 0x10, 0x1e, 0x70, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x50, 0x90, 0x50, -+ 0xf0, 0x98, 0xe0, 0x80, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x04, 0x3f, 0x21, -+ 0x7f, 0x01, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x40, 0xfc, 0x08, -+ 0xf8, 0x00, 0xf0, 0x10, 0x10, 0x60, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0f, 0x19, 0x66, 0x14, 0x1f, -+ 0x60, 0x1f, 0x01, 0x09, 0x31, 0x03, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x78, 0x90, 0x60, 0x30, 0xcc, -+ 0x00, 0xf0, 0x00, 0x30, 0x08, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x01, 0x3f, 0x28, 0x4f, 0x10, -+ 0x13, 0x32, 0x53, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xfc, 0x08, 0xf8, 0x80, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x7f, 0x1f, 0x11, 0x1f, 0x1f, -+ 0x01, 0x3f, 0x00, 0x7f, 0x04, 0x02, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xf0, 0x10, 0xf0, 0xf0, -+ 0x10, 0xf8, 0x20, 0xfc, 0x20, 0x60, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x01, 0x1f, 0x12, 0x12, 0x1f, -+ 0x12, 0x12, 0x1f, 0x20, 0x2a, 0x51, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xf8, 0x40, 0x40, 0xf0, -+ 0x40, 0x40, 0xf8, 0x00, 0x48, 0x24, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x02, 0x17, 0x29, 0x7e, 0x04, -+ 0x19, 0x6e, 0x01, 0x0e, 0x01, 0x1e, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x80, 0xd0, 0x28, 0xfc, 0x40, -+ 0xb0, 0x4c, 0x90, 0x60, 0x80, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x00, 0x7f, 0x0a, 0x0c, 0x29, -+ 0x2e, 0x29, 0x29, 0x2d, 0x3a, 0x64, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x20, 0xfc, 0x20, 0x48, 0xfc, -+ 0x00, 0x50, 0x50, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x08, 0x09, 0x7e, 0x08, -+ 0x0f, 0x13, 0x12, 0x22, 0x42, 0x0d, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xc0, 0x80, 0xfc, 0x80, 0xf8, -+ 0x20, 0xfc, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0a, 0x7f, 0x0a, 0x33, 0x3f, -+ 0x21, 0x5f, 0x11, 0x11, 0x11, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xa0, 0xfc, 0xa4, 0x9c, 0xfc, -+ 0x08, 0xf0, 0x10, 0x10, 0x60, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x14, 0x1f, 0x10, 0x3f, 0x4f, 0x08, -+ 0x0f, 0x1f, 0x1f, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x08, 0xe8, 0x88, 0x88, -+ 0x88, 0xc8, 0xc8, 0x48, 0xc8, 0x30, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3e, 0x0a, 0x36, 0x0b, 0x32, -+ 0x0d, 0x76, 0x01, 0x0e, 0x01, 0x1e, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x28, 0xd8, 0x28, 0xc8, -+ 0x60, 0x5c, 0xa0, 0x40, 0x80, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x08, 0x7f, 0x08, 0x3e, 0x2a, -+ 0x2a, 0x2e, 0x1c, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x20, 0xfc, 0x20, 0xf8, 0xa8, -+ 0xa8, 0xb8, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x12, 0x09, 0x3f, 0x28, -+ 0x4e, 0x12, 0x2a, 0x05, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0xfc, 0x70, 0x90, 0x20, 0x40, 0xfc, 0x28, -+ 0xf8, 0xa0, 0xa0, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x1f, 0x01, 0x7f, 0x08, 0x3e, -+ 0x0e, 0x71, 0x3f, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x00, 0xfc, 0x20, 0xf8, -+ 0x20, 0xfc, 0xf8, 0x80, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x7f, 0x1f, 0x12, 0x1f, 0x0f, -+ 0x0f, 0x08, 0x0f, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xf0, 0x90, 0xf0, 0xe0, -+ 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x7f, 0x04, 0x1f, 0x00, 0x7f, 0x1f, 0x3e, -+ 0x08, 0x3e, 0x7f, 0x08, 0x04, 0x00, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xfc, 0xf0, 0xf8, -+ 0x88, 0xf8, 0xfc, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x14, 0x14, 0x23, 0x1a, 0x35, -+ 0x55, 0x0d, 0x7f, 0x05, 0x19, 0x61, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xb0, 0x48, 0xc0, 0x68, 0xd4, -+ 0x54, 0x30, 0xfc, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x09, 0x09, 0x09, 0x3f, 0x08, -+ 0x08, 0x2e, 0x28, 0x2e, 0x39, 0x60, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x00, 0xf0, 0x00, 0xf8, 0x20, -+ 0xa0, 0xb8, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x08, 0x69, 0x13, 0x14, 0x2b, -+ 0x4a, 0x1b, 0x2b, 0x4a, 0x0b, 0x32, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xf8, 0xa4, 0xf8, -+ 0xa8, 0x38, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x13, 0x0a, 0x4a, 0x23, 0x23, -+ 0x10, 0x17, 0x25, 0x25, 0x4f, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x90, 0xd0, 0x30, 0xf0, -+ 0x00, 0xf8, 0x28, 0x28, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x7e, 0x10, 0x1f, 0x14, -+ 0x27, 0x58, 0x0b, 0x10, 0x27, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xa0, 0xa0, 0xb8, 0xa0, -+ 0xb8, 0xa0, 0xb8, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x7f, 0x09, 0x06, 0x1f, 0x7f, 0x19, 0x15, -+ 0x1f, 0x0f, 0x08, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xc0, 0xf0, 0xfc, 0x30, 0x50, -+ 0xf0, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x7f, 0x1f, 0x1f, 0x11, 0x1f, -+ 0x7f, 0x1f, 0x1f, 0x11, 0x1f, 0x7f, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0xf0, 0xf0, 0x10, 0xf0, -+ 0xfc, 0xf0, 0xf0, 0x10, 0xf0, 0xfc, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x0f, 0x12, 0x3f, 0x55, 0x1f, -+ 0x15, 0x1f, 0x15, 0x2a, 0x2a, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x08, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x48, 0xc8, 0x88, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x12, 0x1f, 0x3f, 0x20, -+ 0x7f, 0x1e, 0x72, 0x0c, 0x18, 0x60, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x90, 0xf0, 0xfc, 0x08, -+ 0xf8, 0x98, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x1f, 0x01, 0x7f, 0x1f, 0x15, -+ 0x1d, 0x1f, 0x11, 0x1d, 0x25, 0x45, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x10, 0xfc, 0xf0, 0x50, -+ 0x70, 0xf0, 0x10, 0x70, 0x50, 0x50, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x3f, 0x09, 0x0d, 0x13, 0x7f, -+ 0x1f, 0x17, 0x14, 0x17, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x20, 0x30, 0x48, 0xfc, -+ 0xf0, 0xd0, 0x50, 0xd0, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x0c, 0x10, 0x3d, 0x24, 0x3c, -+ 0x21, 0x3c, 0x25, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x60, 0x20, 0xfc, 0x88, 0x50, -+ 0xfc, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x1f, 0x15, 0x7f, 0x1f, 0x1f, -+ 0x15, 0x1f, 0x7f, 0x1a, 0x06, 0x39, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x20, 0x20, 0xfc, 0x48, 0xc8, -+ 0x28, 0x30, 0x90, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x22, 0x2a, 0x4a, 0x1f, 0x10, -+ 0x2f, 0x60, 0x27, 0x25, 0x29, 0x30, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x20, 0xa0, 0xa0, 0xfc, 0x48, -+ 0xa8, 0x30, 0x10, 0xb0, 0x48, 0x84, 0x00, 0x00, -+ 0x04, 0x04, 0x7f, 0x04, 0x3c, 0x25, 0x24, 0x3c, -+ 0x21, 0x3c, 0x65, 0x24, 0x3c, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x60, 0x20, 0xfc, 0x88, 0x50, -+ 0xfc, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x14, 0x08, 0x7f, 0x0a, -+ 0x0c, 0x08, 0x08, 0x08, 0x08, 0x19, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x58, 0x84, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x01, 0x3f, 0x2d, 0x4d, -+ 0x1f, 0x11, 0x1f, 0x11, 0x1f, 0x10, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x00, 0xfc, 0x68, 0x60, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x06, 0x39, 0x08, 0x7f, 0x08, -+ 0x1d, 0x1a, 0x29, 0x48, 0x08, 0x0b, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x40, 0xfc, 0xa4, -+ 0x5c, 0x70, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x0e, 0x78, 0x08, 0x3f, 0x08, -+ 0x7e, 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x50, 0x50, 0xf8, 0x50, 0xfc, 0x00, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x7f, 0x02, 0x7d, 0x15, 0x2d, -+ 0x49, 0x0f, 0x08, 0x0f, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0x88, 0x70, 0x50, 0xf8, -+ 0x24, 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x00, 0x2f, 0x28, 0x3f, 0x0d, -+ 0x7f, 0x2c, 0x2f, 0x55, 0x17, 0x24, 0x00, 0x00, -+ 0x40, 0xfc, 0x50, 0x48, 0xfc, 0x40, 0xc8, 0x48, -+ 0xa8, 0xb0, 0x90, 0x34, 0xcc, 0x84, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x3f, 0x1f, 0x08, 0x0f, 0x3f, -+ 0x2f, 0x42, 0x0f, 0x1f, 0x01, 0x3f, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xf0, 0x20, 0xe0, 0xfc, -+ 0xe8, 0x40, 0xf0, 0xf0, 0x00, 0xf8, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x0e, 0x73, 0x55, 0x29, 0x19, -+ 0x6d, 0x14, 0x6c, 0x14, 0x65, 0x1a, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0xa0, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x0b, 0x7c, 0x08, 0x3e, 0x08, -+ 0x7e, 0x1d, 0x1b, 0x2b, 0x49, 0x09, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0x20, 0xfc, 0x34, 0xfc, 0x04, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x3e, 0x7f, 0x2d, 0x5f, 0x0e, -+ 0x39, 0x1f, 0x7f, 0x02, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0x50, 0xd0, 0x74, 0x94, -+ 0x0c, 0xf0, 0xfc, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x04, 0x7f, 0x15, 0x6b, 0x2a, 0x13, 0x2a, 0x7f, -+ 0x01, 0x7f, 0x03, 0x0d, 0x71, 0x01, 0x00, 0x00, -+ 0x40, 0xfc, 0x50, 0xe8, 0xa8, 0x90, 0xa8, 0xfc, -+ 0x00, 0xfc, 0x80, 0x60, 0x1c, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x06, 0x38, 0x09, 0x7e, 0x1d, 0x6a, -+ 0x0e, 0x19, 0x65, 0x07, 0x39, 0x03, 0x00, 0x00, -+ 0x40, 0xfc, 0xc0, 0xf8, 0x28, 0x48, 0x88, 0xb0, -+ 0x40, 0x30, 0x4c, 0xc0, 0x38, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3c, 0x00, 0x7e, 0x00, 0x3c, -+ 0x3c, 0x01, 0x3f, 0x25, 0x3d, 0x21, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0xfc, 0x44, 0x64, 0x94, 0xf4, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x11, 0x15, 0x65, 0x19, 0x15, -+ 0x7e, 0x09, 0x2d, 0x2b, 0x4b, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0x68, 0x98, 0xf8, -+ 0x00, 0xf8, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x06, 0x38, 0x09, 0x7e, 0x08, -+ 0x1c, 0x1a, 0x2a, 0x49, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0x70, 0xa0, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0x00, 0xa8, 0x54, 0x54, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x09, 0x28, 0x2e, 0x28, 0x7f, -+ 0x28, 0x2a, 0x5a, 0x04, 0x18, 0x63, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xfc, 0x20, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x09, 0x7e, 0x08, 0x3f, 0x2a, -+ 0x3e, 0x1c, 0x1a, 0x2a, 0x48, 0x09, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0x98, 0xf8, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0x58, 0x84, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3e, 0x22, 0x3e, 0x3e, 0x24, -+ 0x27, 0x2f, 0x37, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x88, 0xf8, 0xf8, 0x88, -+ 0xe8, 0xc8, 0xc8, 0x88, 0xe8, 0x18, 0x00, 0x00, -+ 0x04, 0x7f, 0x05, 0x01, 0x1f, 0x11, 0x1e, 0x17, -+ 0x14, 0x17, 0x17, 0x2f, 0x29, 0x5f, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0xfc, 0xc8, 0xf8, 0xf0, -+ 0x90, 0xf0, 0xf0, 0xf8, 0x48, 0xfc, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x3e, 0x14, 0x7e, 0x00, 0x3c, -+ 0x24, 0x3c, 0x24, 0x3c, 0x24, 0x2c, 0x00, 0x00, -+ 0x40, 0xfc, 0xc0, 0xfc, 0xf8, 0x08, 0xf8, 0x80, -+ 0xf8, 0xf8, 0x80, 0xfc, 0x84, 0x7c, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x0f, 0x12, 0x3f, 0x55, 0x1f, -+ 0x15, 0x1f, 0x16, 0x2b, 0x2b, 0x40, 0x00, 0x00, -+ 0x40, 0xfc, 0xc8, 0x48, 0x50, 0xfc, 0x20, 0xf8, -+ 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x7f, 0x0c, 0x0a, 0x72, 0x14, 0x0d, 0x13, -+ 0x7f, 0x0d, 0x2a, 0x2a, 0x48, 0x0b, 0x00, 0x00, -+ 0x40, 0xfc, 0xf8, 0x88, 0xf8, 0xf8, 0xfc, 0x54, -+ 0xfc, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x04, 0x7f, 0x04, 0x3f, 0x24, 0x3f, 0x14, 0x74, -+ 0x1b, 0x7e, 0x2c, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x90, 0xfc, -+ 0x90, 0xf8, 0xf8, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x11, 0x11, 0x11, -+ 0x1f, 0x11, 0x11, 0x21, 0x21, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x08, 0x10, 0x1c, 0xe0, -+ 0x00, 0x00, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x1f, 0x10, 0x17, -+ 0x14, 0x14, 0x24, 0x24, 0x40, 0x00, 0x00, 0x00, -+ 0x78, 0x80, 0x80, 0xfc, 0x80, 0xfc, 0x80, 0xf8, -+ 0x88, 0x88, 0x88, 0xb0, 0x80, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x1f, 0x11, 0x1f, 0x10, 0x10, -+ 0x1f, 0x12, 0x11, 0x20, 0x23, 0x5c, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0xe8, 0x08, 0xf8, 0x80, -+ 0xfc, 0x20, 0x40, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x3d, 0x01, 0x7f, 0x11, -+ 0x1d, 0x25, 0x05, 0x0a, 0x0a, 0x35, 0x00, 0x00, -+ 0x40, 0x78, 0x40, 0xfc, 0x48, 0x70, 0xc4, 0x3c, -+ 0x50, 0x50, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x08, 0x0f, 0x3f, 0x2f, 0x39, 0x27, 0x2a, 0x2f, -+ 0x3a, 0x2f, 0x2f, 0x2a, 0x4f, 0x08, 0x00, 0x00, -+ 0x00, 0x78, 0xa0, 0x20, 0x20, 0xfc, 0x40, 0xc0, -+ 0x78, 0x48, 0x08, 0x08, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x03, 0x3c, 0x04, 0x3f, 0x24, -+ 0x24, 0x3f, 0x25, 0x04, 0x07, 0x78, 0x00, 0x00, -+ 0x00, 0xe0, 0xa0, 0x20, 0x20, 0x20, 0xa0, 0xa0, -+ 0xa0, 0xa0, 0x14, 0x94, 0x4c, 0x44, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x7c, 0x55, 0x55, 0x55, 0x7d, -+ 0x55, 0x18, 0x14, 0x1e, 0x62, 0x01, 0x00, 0x00, -+ 0x08, 0xe8, 0x28, 0x28, 0xe8, 0x08, 0x08, 0xe8, -+ 0x28, 0x28, 0x28, 0x28, 0x28, 0xc8, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2b, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x71, 0x00, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0x50, 0x88, 0x88, 0x24, 0x20, -+ 0x20, 0x30, 0x48, 0x58, 0xe4, 0x04, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x02, 0x7f, 0x01, 0x1f, -+ 0x11, 0x11, 0x1f, 0x11, 0x01, 0x7e, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0xf0, -+ 0x10, 0x10, 0xf0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x71, 0x00, 0x00, 0x00, -+ 0x08, 0x48, 0x28, 0x28, 0x88, 0x48, 0x48, 0x0c, -+ 0x38, 0xc8, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x60, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xd8, -+ 0xd8, 0x88, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0d, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x88, 0x88, 0x88, 0xfc, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0e, 0x71, 0x00, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x71, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x74, 0x00, 0xfc, -+ 0x24, 0x24, 0x24, 0x38, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x3f, 0x2b, 0x2b, 0x2b, 0x3f, -+ 0x29, 0x0d, 0x0b, 0x0f, 0x73, 0x05, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0x34, 0xfc, 0x04, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x3f, 0x2b, 0x2b, 0x2b, 0x3f, -+ 0x29, 0x0d, 0x0b, 0x0f, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x7d, 0x11, 0x11, 0x11, 0x1e, 0x64, 0x01, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x7e, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x90, 0x54, 0x54, 0x0c, 0x00, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x04, 0x7f, 0x05, 0x19, 0x6f, -+ 0x09, 0x09, 0x0f, 0x09, 0x01, 0x3e, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0x40, 0x30, 0xec, -+ 0x20, 0x20, 0xe0, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x3e, 0x2a, 0x2a, 0x2b, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x03, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x48, 0x94, 0x54, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2b, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x72, 0x00, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, 0x70, -+ 0x70, 0xa8, 0xa8, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0b, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x24, 0x28, 0xfc, 0x10, 0x60, -+ 0x4c, 0xf0, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7c, 0x55, 0x55, 0x57, 0x7c, -+ 0x52, 0x1a, 0x15, 0x1d, 0x62, 0x04, 0x00, 0x00, -+ 0x04, 0x88, 0xf0, 0x90, 0x10, 0x5c, 0xd0, 0xd0, -+ 0xd0, 0xd0, 0x3c, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0e, 0x71, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0xe8, 0x60, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0b, 0x0e, 0x70, 0x03, 0x00, 0x00, -+ 0x00, 0x38, 0xa8, 0xa8, 0xa8, 0xb8, 0x80, 0xf8, -+ 0xa8, 0x28, 0xfc, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x08, 0x0f, 0x12, 0x3f, -+ 0x52, 0x1f, 0x12, 0x03, 0x7c, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x00, 0xf8, 0x08, 0xc8, -+ 0x48, 0xc8, 0x48, 0xe8, 0x28, 0x70, 0x00, 0x00, -+ 0x00, 0x1f, 0x17, 0x10, 0x1f, 0x14, 0x27, 0x79, -+ 0x0f, 0x09, 0x0f, 0x09, 0x01, 0x3e, 0x00, 0x00, -+ 0x00, 0xf8, 0xf0, 0x00, 0xfc, 0x90, 0x60, 0x1c, -+ 0xe0, 0x20, 0xe0, 0x20, 0xf0, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0e, 0x71, 0x02, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0x48, 0x88, 0xfc, 0x88, 0x88, -+ 0xf8, 0x50, 0x50, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x7d, 0x08, 0x3d, 0x15, 0x08, 0x1e, 0x61, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x7e, 0x00, 0x00, -+ 0x0c, 0xf0, 0x20, 0x3c, 0x20, 0xfc, 0x00, 0xfc, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x28, 0x0d, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0xa8, 0xa4, 0x04, 0xf8, 0x10, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3f, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x72, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x20, 0xfc, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x98, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x54, 0x57, 0x54, 0x7d, -+ 0x51, 0x1a, 0x14, 0x1c, 0x60, 0x00, 0x00, 0x00, -+ 0x48, 0x88, 0xa8, 0xa8, 0xa8, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xe8, 0xa8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x29, 0x0e, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x40, 0xfc, -+ 0x54, 0x54, 0x94, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x56, 0x54, 0x54, 0x7d, -+ 0x57, 0x18, 0x14, 0x1e, 0x61, 0x02, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x80, 0xf8, 0xe8, 0x68, -+ 0x68, 0xf8, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2b, 0x3e, -+ 0x29, 0x0e, 0x0a, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0xa8, 0xa4, 0x24, 0xf8, 0x50, 0xfc, 0x88, -+ 0xf4, 0x90, 0x90, 0xb4, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7f, 0x54, 0x55, 0x55, 0x7d, -+ 0x52, 0x1a, 0x14, 0x1c, 0x64, 0x00, 0x00, 0x00, -+ 0x84, 0x88, 0xb0, 0xe0, 0xa0, 0xbc, 0xe8, 0xe8, -+ 0xa8, 0xa8, 0xc8, 0xc8, 0x88, 0x88, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x55, 0x55, 0x55, 0x7d, -+ 0x55, 0x19, 0x15, 0x1e, 0x62, 0x04, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, 0x48, -+ 0xe8, 0xa8, 0xe8, 0xa8, 0x08, 0x18, 0x00, 0x00, -+ 0x02, 0x3e, 0x02, 0x1e, 0x03, 0x7e, 0x04, 0x09, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x7e, 0x00, 0x00, -+ 0x40, 0x7c, 0x40, 0x78, 0x40, 0x7c, 0x40, 0x40, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3f, -+ 0x29, 0x0d, 0x0b, 0x0f, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x48, 0xf8, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x3f, 0x2b, 0x2b, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x24, 0xfc, 0x24, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2b, 0x3f, -+ 0x29, 0x0d, 0x0b, 0x0f, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0xf0, 0xd0, 0xd0, 0xf8, 0x08, -+ 0xe8, 0xa8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x54, 0x57, 0x54, 0x7d, -+ 0x51, 0x1a, 0x16, 0x1c, 0x60, 0x00, 0x00, 0x00, -+ 0x48, 0xa8, 0x98, 0x98, 0x88, 0xe8, 0x98, 0x98, -+ 0xcc, 0xb8, 0xa8, 0x88, 0x88, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x29, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x40, 0xfc, -+ 0xa4, 0xb4, 0xcc, 0xfc, 0x84, 0x18, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x57, 0x55, 0x55, 0x7f, -+ 0x52, 0x1a, 0x17, 0x1e, 0x60, 0x01, 0x00, 0x00, -+ 0x00, 0x38, 0x28, 0x28, 0xe8, 0x38, 0x28, 0xa8, -+ 0xb8, 0xa8, 0xc8, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x29, 0x0c, 0x0a, 0x0e, 0x73, 0x00, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, -+ 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x02, 0x3f, 0x02, 0x04, 0x08, 0x3e, -+ 0x2a, 0x2a, 0x3e, 0x2a, 0x0f, 0x71, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe4, 0x14, 0x0c, 0x24, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0xa8, 0x3c, 0xc4, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x0c, 0x0b, 0x0e, 0x70, 0x07, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x40, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x55, 0x55, 0x55, 0x7d, -+ 0x51, 0x19, 0x17, 0x1f, 0x65, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0x68, 0x68, 0xf8, 0x68, 0x68, 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, -+ 0x10, 0x10, 0x10, 0x7c, 0x55, 0x56, 0x57, 0x7e, -+ 0x53, 0x1a, 0x17, 0x1e, 0x62, 0x02, 0x00, 0x00, -+ 0xe0, 0x20, 0x50, 0x90, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7d, 0x57, 0x55, 0x55, 0x7d, -+ 0x51, 0x19, 0x15, 0x1e, 0x62, 0x05, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x3c, 0xc0, 0x7c, 0x08, 0xd0, -+ 0x50, 0x7c, 0x50, 0x50, 0x50, 0xb0, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3e, 0x2a, 0x2a, 0x2a, 0x3f, -+ 0x28, 0x0d, 0x0a, 0x0e, 0x71, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, 0xfc, -+ 0x80, 0xfc, 0x54, 0x94, 0x24, 0x58, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x54, 0x55, 0x56, 0x7f, -+ 0x52, 0x1b, 0x16, 0x1c, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xb8, 0xa0, 0xb8, 0xa8, 0xb8, -+ 0xa8, 0xb8, 0xa8, 0xa0, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x2a, 0x2c, 0x49, 0x14, 0x22, 0x3f, 0x21, -+ 0x5f, 0x11, 0x1f, 0x11, 0x01, 0x7e, 0x00, 0x00, -+ 0x20, 0xa8, 0xb0, 0x30, 0x48, 0x88, 0xfc, 0x08, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x09, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0d, 0x0a, 0x0f, 0x70, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x20, 0xfc, 0x00, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x13, 0x7e, 0x56, 0x57, 0x56, 0x7f, -+ 0x52, 0x1b, 0x16, 0x1e, 0x63, 0x0c, 0x00, 0x00, -+ 0x00, 0x38, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, 0xa8, -+ 0x64, 0xa4, 0xb8, 0xe0, 0x60, 0x20, 0x00, 0x00, -+ 0x08, 0x3e, 0x7f, 0x08, 0x7f, 0x0e, 0x12, 0x67, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x7e, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0x90, 0x50, 0x20, 0x50, 0x8c, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2b, 0x2a, 0x2a, 0x3f, -+ 0x28, 0x0c, 0x0a, 0x0e, 0x71, 0x00, 0x00, 0x00, -+ 0x18, 0xe8, 0xa8, 0x70, 0xfc, 0x70, 0xa8, 0x24, -+ 0x40, 0x28, 0xc4, 0xd4, 0x50, 0x30, 0x00, 0x00, -+ 0x01, 0x03, 0x1e, 0x01, 0x07, 0x78, 0x03, 0x08, -+ 0x3e, 0x2a, 0x3e, 0x2a, 0x0f, 0x71, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0x60, 0x9c, 0x80, 0x60, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0x3c, 0xc4, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x2b, 0x0c, 0x0b, 0x0e, 0x70, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xa8, 0x54, 0x20, 0xd8, -+ 0x74, 0x20, 0xfc, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x09, 0x08, 0x09, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x29, 0x0d, 0x0b, 0x0f, 0x71, 0x00, 0x00, 0x00, -+ 0x24, 0xa8, 0xfc, 0x08, 0xf8, 0x88, 0xf8, 0x20, -+ 0xfc, 0x24, 0x24, 0x24, 0x38, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x08, 0x3f, 0x2a, 0x2a, -+ 0x3e, 0x28, 0x0a, 0x0f, 0x71, 0x00, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x04, 0x3f, 0x04, 0x7f, 0x2b, 0x2a, 0x56, 0x21, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x7e, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc8, 0x28, 0x90, 0x68, 0x84, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x04, 0x00, 0x00, -+ 0x08, 0x3e, 0x09, 0x7f, 0x14, 0x7f, 0x3e, 0x09, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x3e, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0xd0, 0x74, 0x94, 0x0c, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3f, 0x2b, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0c, 0x0a, 0x0e, 0x73, 0x00, 0x00, 0x00, -+ 0x20, 0x24, 0xa8, 0xfc, 0x08, 0xf8, 0x88, 0xf8, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x7f, 0x0f, 0x08, 0x0f, 0x0f, 0x02, 0x7f, -+ 0x09, 0x1f, 0x69, 0x0f, 0x01, 0x3e, 0x00, 0x00, -+ 0x40, 0xfc, 0xe0, 0x20, 0xe0, 0xe0, 0x00, 0xfc, -+ 0x20, 0xf0, 0x2c, 0xe0, 0xf0, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x3e, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0c, 0x0b, 0x0e, 0x70, 0x03, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x20, 0xfc, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0d, 0x0a, 0x0e, 0x70, 0x03, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xfc, 0xa8, 0xf8, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0x50, 0xf0, 0x78, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x29, 0x0d, 0x0a, 0x0e, 0x70, 0x03, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0x88, 0xdc, 0x88, 0xfc, -+ 0x00, 0xfc, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x01, 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x3e, 0x08, -+ 0x3e, 0x2a, 0x3e, 0x2a, 0x0f, 0x71, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x08, 0x20, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0x3c, 0xc4, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2b, 0x2a, 0x2a, 0x3f, -+ 0x28, 0x0c, 0x0a, 0x0f, 0x70, 0x00, 0x00, 0x00, -+ 0x18, 0xe8, 0xa8, 0x70, 0xfc, 0x70, 0xa8, 0x24, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x11, 0x11, 0x12, 0x7c, 0x57, 0x56, 0x56, 0x7f, -+ 0x52, 0x1a, 0x17, 0x1c, 0x64, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x54, 0x94, 0xec, 0xc8, 0xd8, 0xdc, -+ 0xe8, 0xc8, 0xfc, 0x48, 0x48, 0xc8, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x56, 0x57, 0x55, 0x7f, -+ 0x53, 0x1f, 0x16, 0x1f, 0x62, 0x00, 0x00, 0x00, -+ 0x10, 0xd0, 0x50, 0xd0, 0x7c, 0xf4, 0x18, 0xd0, -+ 0x50, 0x50, 0xe8, 0xe8, 0x44, 0xc4, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7f, 0x55, 0x55, 0x55, 0x7d, -+ 0x51, 0x19, 0x16, 0x1e, 0x64, 0x00, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xfc, 0x54, 0x9c, 0x78, 0xfc, -+ 0x70, 0x70, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x13, 0x11, 0x7d, 0x55, 0x55, 0x57, 0x7c, -+ 0x51, 0x18, 0x14, 0x1c, 0x63, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x5c, 0xd4, 0xd4, 0x54, 0xdc, 0x58, -+ 0xe0, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x09, 0x08, 0x09, 0x3f, 0x2a, 0x2a, 0x2a, 0x3e, -+ 0x29, 0x0d, 0x0b, 0x0f, 0x71, 0x01, 0x00, 0x00, -+ 0x24, 0xa8, 0xfc, 0x08, 0xf0, 0x90, 0xf0, 0x00, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2b, 0x2a, 0x2a, 0x3f, -+ 0x28, 0x0c, 0x0b, 0x0e, 0x71, 0x02, 0x00, 0x00, -+ 0x50, 0xfc, 0x50, 0x20, 0xfc, 0x50, 0xa8, 0xfc, -+ 0x20, 0xa8, 0xfc, 0x88, 0x08, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x3e, 0x2a, 0x2b, 0x2a, 0x3e, -+ 0x29, 0x0c, 0x0b, 0x0e, 0x70, 0x01, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x20, 0xfc, 0x50, 0x88, -+ 0x54, 0x50, 0xfc, 0x50, 0x90, 0x10, 0x00, 0x00, -+ 0x10, 0x11, 0x12, 0x7c, 0x55, 0x56, 0x55, 0x7d, -+ 0x52, 0x1b, 0x14, 0x1c, 0x63, 0x00, 0x00, 0x00, -+ 0x90, 0xf4, 0xf8, 0x90, 0x68, 0x44, 0xfc, 0x28, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3e, 0x2b, 0x2a, 0x2a, 0x3e, -+ 0x28, 0x0d, 0x0a, 0x0e, 0x70, 0x03, 0x00, 0x00, -+ 0x50, 0xfc, 0x50, 0xfc, 0xa0, 0xf8, 0xf8, 0xa0, -+ 0xfc, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x3f, 0x2b, 0x2b, 0x2b, 0x3f, -+ 0x28, 0x0d, 0x0b, 0x0f, 0x71, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xfc, 0x28, 0xac, 0xac, 0xfc, -+ 0x20, 0xfc, 0x54, 0x54, 0x54, 0x0c, 0x00, 0x00, -+ 0x01, 0x3f, 0x0f, 0x7f, 0x07, 0x1c, 0x67, 0x07, -+ 0x08, 0x3e, 0x2a, 0x3e, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0xe0, 0xfc, 0xc0, 0x70, 0xcc, 0xc0, -+ 0x20, 0xf8, 0xa8, 0xf8, 0x38, 0xc4, 0x00, 0x00, -+ 0x04, 0x07, 0x0f, 0x7f, 0x07, 0x3b, 0x1d, 0x3e, -+ 0x0b, 0x3e, 0x2a, 0x3e, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0xfc, 0x90, 0xe0, 0xb0, 0x8c, -+ 0x20, 0xf8, 0xa8, 0xf8, 0x38, 0xc4, 0x00, 0x00, -+ 0x01, 0x0f, 0x09, 0x0f, 0x3f, 0x08, 0x3e, 0x3e, -+ 0x0e, 0x71, 0x1f, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xf0, 0xf8, 0x20, 0xf8, 0xf8, -+ 0x38, 0xc4, 0xf0, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x14, 0x7f, 0x1e, 0x6f, 0x0f, 0x08, -+ 0x0f, 0x3e, 0x2a, 0x3e, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0xfc, 0x74, 0xec, 0xe0, 0x20, -+ 0xe0, 0xf8, 0xa8, 0xf8, 0x38, 0xc4, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x0f, 0x3f, 0x2f, 0x47, 0x3a, -+ 0x0b, 0x3e, 0x2a, 0x3e, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0xe0, 0xfc, 0xf8, 0xe0, 0x20, -+ 0xe0, 0xf8, 0xa8, 0xf8, 0x38, 0xc4, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x3f, 0x2f, 0x47, 0x1c, 0x67, -+ 0x08, 0x3e, 0x2a, 0x3e, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0xfc, 0xf8, 0xe0, 0x20, 0xe0, -+ 0x20, 0xf8, 0xa8, 0xf8, 0x38, 0xc4, 0x00, 0x00, -+ 0x13, 0x17, 0x6b, 0x17, 0x7c, 0x3b, 0x36, 0x53, -+ 0x1f, 0x11, 0x1f, 0x11, 0x01, 0x3e, 0x00, 0x00, -+ 0x90, 0xd4, 0xa8, 0x98, 0x7c, 0xb8, 0xd4, 0x94, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x10, 0x3f, 0x2d, 0x2d, 0x2d, 0x2d, -+ 0x2d, 0x2d, 0x2f, 0x3c, 0x61, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0xfc, 0x48, -+ 0x48, 0x48, 0xc8, 0x48, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x10, 0x3f, 0x2d, 0x2d, 0x2d, 0x2d, -+ 0x2d, 0x2d, 0x2f, 0x3c, 0x61, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xc8, 0x48, 0x68, -+ 0x58, 0x4c, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x12, 0x12, 0x22, 0x4f, 0x0a, 0x12, 0x1c, 0x35, -+ 0x53, 0x13, 0x14, 0x1f, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x38, 0x00, 0xc0, 0x00, 0xfc, 0x90, 0x10, -+ 0x10, 0x10, 0x90, 0x50, 0x50, 0x30, 0x00, 0x00, -+ 0x10, 0x1f, 0x22, 0x4f, 0x0a, 0x12, 0x1f, 0x30, -+ 0x57, 0x14, 0x14, 0x17, 0x14, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x80, 0x80, 0xbc, 0xd0, 0x10, -+ 0x90, 0x90, 0x90, 0x90, 0x90, 0x30, 0x00, 0x00, -+ 0x11, 0x17, 0x22, 0x4f, 0x0f, 0x14, 0x17, 0x3f, -+ 0x51, 0x17, 0x15, 0x15, 0x15, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xe0, 0xc0, 0x7c, 0xc8, 0xe8, -+ 0x08, 0xc8, 0x48, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x10, 0x1e, 0x2a, 0x4e, 0x1e, 0x1a, 0x2e, 0x27, -+ 0x6c, 0x37, 0x27, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xe0, 0xe0, 0xbc, 0xe8, 0xe8, -+ 0x88, 0xc8, 0xc8, 0x88, 0xe8, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7e, 0x04, 0x05, 0x09, 0x1e, -+ 0x2a, 0x49, 0x08, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x28, 0x48, 0x90, 0x10, 0x24, -+ 0x44, 0x88, 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x01, 0x1f, 0x01, 0x7f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x02, 0x0c, 0x74, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, -+ 0x88, 0x88, 0x50, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x02, 0x0c, 0x77, 0x00, 0x1f, 0x00, 0x01, -+ 0x7f, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0x80, 0x60, 0xdc, 0x00, 0xf0, 0x20, 0x40, -+ 0xfc, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x04, 0x18, 0x6f, 0x08, 0x08, -+ 0x0f, 0x06, 0x7c, 0x04, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x60, 0x18, 0xe4, 0x20, 0x20, -+ 0xe0, 0x88, 0x50, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7c, 0x08, 0x0a, 0x13, 0x3c, -+ 0x54, 0x12, 0x10, 0x10, 0x11, 0x10, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0x8c, 0xf0, 0x10, 0x10, 0x10, 0x10, 0xfc, -+ 0x10, 0x10, 0x10, 0x10, 0x7c, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xa8, -+ 0xa8, 0x18, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x08, 0x0a, 0x12, 0x3d, -+ 0x54, 0x12, 0x10, 0x10, 0x11, 0x12, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xfc, -+ 0x40, 0x60, 0xa0, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x08, 0x0b, 0x12, 0x3d, -+ 0x54, 0x12, 0x11, 0x10, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0x40, 0x60, 0xa0, 0x90, 0x28, 0x44, 0x90, -+ 0x20, 0x48, 0x90, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x11, 0x10, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, -+ 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x08, 0x0b, 0x12, 0x3c, -+ 0x54, 0x12, 0x11, 0x12, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0x80, 0xfc, 0x20, 0x20, 0xb0, -+ 0xa8, 0xa8, 0x24, 0x24, 0x20, 0x60, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x40, 0x40, 0x80, 0xf8, 0x08, 0x08, 0x08, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x08, 0x0a, 0x12, 0x3d, -+ 0x54, 0x12, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x20, 0xa8, 0xa4, 0x24, 0xf8, 0x20, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0b, 0x13, 0x3d, -+ 0x55, 0x13, 0x11, 0x11, 0x11, 0x10, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0xe8, 0x28, 0x28, -+ 0xe8, 0x30, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x02, 0x7f, 0x03, 0x0d, 0x73, -+ 0x01, 0x7f, 0x03, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0x80, 0xfc, 0x30, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x07, 0x04, 0x7f, 0x09, 0x08, 0x1f, 0x01, -+ 0x01, 0x7f, 0x03, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0xfc, 0x10, 0x90, 0xfc, 0x60, -+ 0x00, 0xfc, 0x88, 0x50, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7c, 0x08, 0x0b, 0x12, 0x3c, -+ 0x55, 0x12, 0x10, 0x10, 0x13, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x40, 0x40, -+ 0xf8, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0b, 0x15, 0x39, -+ 0x55, 0x15, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0xa0, 0xa8, 0xa4, 0x24, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x50, 0x50, 0x88, 0x88, 0x04, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7c, 0x08, 0x0b, 0x12, 0x3d, -+ 0x54, 0x12, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0xfc, -+ 0x40, 0x70, 0x48, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7e, 0x08, 0x08, 0x15, 0x39, -+ 0x57, 0x15, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0xb8, 0x00, 0x00, 0x80, 0xfc, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x7f, 0x02, 0x0c, 0x74, 0x07, 0x38, 0x3f, -+ 0x24, 0x28, 0x37, 0x24, 0x27, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x50, 0x60, 0x30, 0x0c, 0xf8, -+ 0x98, 0x78, 0xc8, 0x48, 0xc8, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x39, 0x07, 0x19, 0x63, 0x01, -+ 0x7f, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x10, 0xfc, 0x08, 0xb0, 0x60, 0x18, 0x04, 0x00, -+ 0xfc, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x10, 0x7c, 0x0b, 0x08, 0x13, 0x3c, -+ 0x54, 0x13, 0x12, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xfc, 0x48, 0xf8, 0x80, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x24, 0x24, 0x3f, 0x04, 0x7c, 0x25, 0x45, 0x01, -+ 0x7f, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x00, 0x00, -+ 0xfc, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x7f, 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x7f, -+ 0x11, 0x63, 0x0c, 0x74, 0x07, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xfc, -+ 0x30, 0x28, 0xc4, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x13, 0x7c, 0x08, 0x0b, 0x14, 0x18, -+ 0x37, 0x54, 0x10, 0x10, 0x13, 0x10, 0x00, 0x00, -+ 0x90, 0x90, 0xf0, 0x90, 0x90, 0xf8, 0x94, 0x94, -+ 0xf0, 0x90, 0x90, 0xf0, 0x90, 0x10, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x0b, 0x12, 0x3c, -+ 0x55, 0x12, 0x14, 0x11, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x80, 0xfc, -+ 0x54, 0x54, 0x94, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x02, 0x7e, 0x02, 0x3e, 0x03, 0x7e, 0x04, 0x09, -+ 0x7f, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x40, 0x7c, 0x40, 0x78, 0x40, 0x7c, 0x40, 0x40, -+ 0xfc, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7d, 0x09, 0x0b, 0x13, 0x1d, -+ 0x34, 0x52, 0x13, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, -+ 0x50, 0x90, 0xfc, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x0a, 0x0b, 0x16, 0x3a, -+ 0x56, 0x17, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0xd8, 0xd8, -+ 0xd8, 0x68, 0x48, 0x48, 0x48, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x08, 0x0b, 0x14, 0x19, -+ 0x34, 0x57, 0x10, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, -+ 0x40, 0xfc, 0x90, 0xe0, 0x70, 0x88, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x08, 0x0b, 0x15, 0x19, -+ 0x35, 0x55, 0x10, 0x13, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x0a, 0x0b, 0x16, 0x1b, -+ 0x36, 0x56, 0x17, 0x1a, 0x12, 0x12, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0xa8, 0xa8, 0xf8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x7d, 0x09, 0x0b, 0x15, 0x39, -+ 0x55, 0x15, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0xf8, 0xc8, 0x48, 0x48, 0x78, 0x20, 0xfc, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x7f, 0x04, 0x38, 0x20, 0x3d, 0x20, 0x3d, -+ 0x21, 0x03, 0x0c, 0x74, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x88, 0xf8, 0xfc, 0x70, 0xac, -+ 0x20, 0x10, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7d, 0x09, 0x0b, 0x15, 0x38, -+ 0x57, 0x12, 0x12, 0x12, 0x17, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x50, 0x50, 0xb0, 0x10, 0xf0, 0x00, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x0b, 0x0a, 0x16, 0x3b, -+ 0x56, 0x17, 0x12, 0x14, 0x18, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x00, 0xfc, 0xa8, 0xf0, 0x8c, -+ 0x10, 0xfc, 0x90, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x12, 0x11, 0x11, 0x7c, 0x0a, 0x09, 0x15, 0x38, -+ 0x57, 0x15, 0x11, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x48, 0x7c, 0x44, -+ 0x58, 0x48, 0x74, 0xc4, 0xc0, 0x3c, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7e, 0x0a, 0x0a, 0x16, 0x1a, -+ 0x36, 0x52, 0x15, 0x15, 0x1a, 0x11, 0x00, 0x00, -+ 0x18, 0xe0, 0x38, 0x20, 0xfc, 0xb8, 0xe4, 0x9c, -+ 0xf0, 0xd0, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x20, 0x27, 0x21, 0x79, 0x17, 0x14, 0x2c, 0x37, -+ 0x6d, 0x29, 0x21, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x20, 0x30, 0x48, 0xfc, 0x24, 0xf8, 0xa8, 0xa8, -+ 0xf8, 0xa8, 0x30, 0x28, 0xf4, 0x04, 0x00, 0x00, -+ 0x01, 0x7f, 0x1e, 0x12, 0x1e, 0x04, 0x3f, 0x1f, -+ 0x04, 0x7f, 0x06, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0x90, 0xf0, 0x40, 0xf8, 0xf0, -+ 0x40, 0xfc, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x7f, 0x08, 0x3e, 0x7f, 0x2d, 0x4b, 0x3e, -+ 0x0e, 0x31, 0x06, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf0, 0x50, 0xd0, 0x70, 0x54, -+ 0x94, 0x8c, 0x90, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7d, 0x0a, 0x09, 0x16, 0x18, -+ 0x35, 0x55, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xfc, 0xcc, 0x54, 0xec, 0x54, 0x64, 0x80, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x7f, 0x09, 0x09, 0x15, 0x39, -+ 0x55, 0x17, 0x10, 0x11, 0x10, 0x13, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x48, 0xf8, 0xf8, 0x48, -+ 0xf8, 0xfc, 0x90, 0xe0, 0x70, 0x88, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x08, 0x0b, 0x15, 0x19, -+ 0x35, 0x55, 0x10, 0x17, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0x00, 0xf0, 0x50, 0xf0, -+ 0x50, 0xf0, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x12, 0x11, 0x7d, 0x09, 0x0b, 0x15, 0x19, -+ 0x35, 0x54, 0x17, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0x20, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x12, 0x11, 0x13, 0x7e, 0x09, 0x0b, 0x15, 0x18, -+ 0x37, 0x56, 0x13, 0x12, 0x13, 0x12, 0x00, 0x00, -+ 0x48, 0x50, 0xfc, 0x08, 0xf0, 0x10, 0xf0, 0x00, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x3e, 0x21, 0x3e, 0x53, 0x1e, -+ 0x11, 0x7f, 0x06, 0x7c, 0x07, 0x38, 0x00, 0x00, -+ 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x20, 0xfc, 0x20, -+ 0x20, 0xfc, 0x90, 0x60, 0x30, 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, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x13, 0x10, 0x7f, 0x0a, 0x0b, 0x17, 0x1b, -+ 0x34, 0x57, 0x12, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xfc, 0x48, 0x58, 0x58, 0xf8, -+ 0x80, 0xf8, 0xa8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x7f, 0x0a, 0x0b, 0x16, 0x3b, -+ 0x54, 0x17, 0x12, 0x12, 0x17, 0x10, 0x00, 0x00, -+ 0x10, 0xd0, 0x90, 0xdc, 0x60, 0xc0, 0xb8, 0xc0, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x11, 0x11, 0x11, 0x7f, 0x09, 0x09, 0x17, 0x18, -+ 0x37, 0x56, 0x12, 0x13, 0x12, 0x10, 0x00, 0x00, -+ 0x00, 0x7c, 0x10, 0xe0, 0x38, 0x28, 0xf8, 0x28, -+ 0xb8, 0xa8, 0xb8, 0x98, 0xa4, 0x44, 0x00, 0x00, -+ 0x10, 0x17, 0x10, 0x7f, 0x0a, 0x0b, 0x14, 0x1b, -+ 0x36, 0x57, 0x12, 0x12, 0x14, 0x18, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0x28, 0xfc, -+ 0x28, 0xa8, 0x10, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x10, 0x7f, 0x0a, 0x0e, 0x17, 0x19, -+ 0x37, 0x57, 0x13, 0x15, 0x11, 0x11, 0x00, 0x00, -+ 0x00, 0xb8, 0x28, 0xe8, 0xb8, 0xa8, 0xf8, 0x28, -+ 0xf8, 0xb0, 0x70, 0x34, 0x54, 0x8c, 0x00, 0x00, -+ 0x20, 0x27, 0x24, 0x7f, 0x14, 0x17, 0x2c, 0x37, -+ 0x6d, 0x2d, 0x25, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xbc, 0xa4, 0xbc, 0xa4, 0xbc, 0x44, 0xfc, -+ 0xf4, 0xf4, 0xf4, 0xe4, 0x5c, 0x4c, 0x00, 0x00, -+ 0x10, 0x11, 0x12, 0x7f, 0x0b, 0x0a, 0x17, 0x19, -+ 0x36, 0x55, 0x10, 0x13, 0x10, 0x10, 0x00, 0x00, -+ 0x80, 0xf8, 0xe8, 0x38, 0xb8, 0xa8, 0xfc, 0x30, -+ 0xc8, 0xf4, 0x40, 0xf8, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x04, 0x3f, 0x24, 0x24, 0x24, -+ 0x27, 0x24, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0xc8, 0x48, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x3f, 0x24, 0x27, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x7f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xc8, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x3f, 0x27, 0x08, 0x3e, 0x22, -+ 0x3e, 0x3f, 0x7f, 0x1e, 0x22, 0x4d, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0xc8, 0x40, 0x40, 0xfc, -+ 0x90, 0x90, 0x60, 0x20, 0x50, 0x8c, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x3f, 0x27, 0x14, 0x7f, 0x1c, -+ 0x3e, 0x2a, 0x3e, 0x7f, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0xc8, 0xfc, 0xa0, 0xf8, -+ 0xf8, 0xa0, 0xfc, 0xd4, 0x6c, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x11, 0x21, 0x4f, 0x08, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x38, 0xd0, 0x08, 0x04, 0xe4, 0x20, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x10, 0x11, 0x11, 0x1f, 0x11, 0x11, 0x7d, 0x45, -+ 0x45, 0x44, 0x7c, 0x45, 0x02, 0x0c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0xf0, 0x10, -+ 0xf0, 0xa0, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x08, 0x2a, 0x2a, 0x2a, 0x2a, -+ 0x3f, 0x5d, 0x48, 0x0e, 0x71, 0x06, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x50, 0x50, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x3f, 0x0a, 0x0a, 0x7f, 0x0c, 0x12, -+ 0x3e, 0x52, 0x1e, 0x12, 0x1f, 0x12, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x50, 0x50, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x0e, 0x06, 0x09, 0x10, 0x3f, 0x40, 0x3a, 0x2a, -+ 0x3a, 0x2d, 0x3d, 0x2a, 0x2a, 0x2a, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xc8, 0xf8, 0x48, 0xf8, 0xc8, -+ 0xf8, 0x30, 0x30, 0xb4, 0xd4, 0x8c, 0x00, 0x00, -+ 0x08, 0x2a, 0x2a, 0x3e, 0x00, 0x7f, 0x00, 0x3e, -+ 0x22, 0x3e, 0x22, 0x14, 0x1e, 0x61, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x50, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x3e, 0x14, 0x7f, 0x08, 0x3e, -+ 0x2a, 0x3e, 0x2a, 0x7f, 0x22, 0x27, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x50, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x1c, 0x08, 0x3e, 0x2a, 0x3e, -+ 0x08, 0x3e, 0x08, 0x3e, 0x0c, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x50, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x04, 0x1b, 0x12, 0x1a, 0x19, 0x12, 0x3f, 0x2f, -+ 0x48, 0x0f, 0x0f, 0x0f, 0x06, 0x78, 0x00, 0x00, -+ 0x80, 0x70, 0x90, 0xb0, 0x30, 0x90, 0xfc, 0xe8, -+ 0x20, 0xe0, 0xe0, 0xe4, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x7e, 0x49, 0x7e, 0x7d, 0x49, 0x7f, 0x4f, -+ 0x08, 0x0f, 0x0f, 0x0f, 0x06, 0x78, 0x00, 0x00, -+ 0x80, 0xfc, 0x00, 0xf8, 0xfc, 0x54, 0xfc, 0xe0, -+ 0x20, 0xe0, 0xe0, 0xe4, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x7f, 0x57, 0x7f, 0x3e, 0x22, -+ 0x3e, 0x3e, 0x22, 0x3e, 0x14, 0x63, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x30, 0x30, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x77, 0x55, 0x77, 0x14, 0x3f, -+ 0x64, 0x3f, 0x3f, 0x24, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x30, 0x30, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x10, 0x1e, 0x25, 0x49, 0x3f, 0x2b, 0x2b, 0x3f, -+ 0x2b, 0x3f, 0x23, 0x23, 0x23, 0x46, 0x00, 0x00, -+ 0x08, 0x30, 0xd0, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0x50, 0x70, 0x58, 0x78, 0x94, 0x04, 0x00, 0x00, -+ 0x08, 0x2f, 0x28, 0x2f, 0x72, 0x07, 0x18, 0x6f, -+ 0x09, 0x0f, 0x09, 0x0f, 0x10, 0x20, 0x00, 0x00, -+ 0x80, 0x98, 0xe4, 0x84, 0x7c, 0xc0, 0x80, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x30, 0x00, 0x00, -+ 0x10, 0x1e, 0x24, 0x48, 0x3e, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x3e, 0x23, 0x22, 0x23, 0x46, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0xa0, 0xa0, 0xfc, 0xa0, 0xa0, -+ 0x90, 0xf4, 0x8c, 0x0c, 0xf4, 0x04, 0x00, 0x00, -+ 0x10, 0x1e, 0x24, 0x49, 0x3e, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x3f, 0x22, 0x22, 0x22, 0x46, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xfc, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x1e, 0x24, 0x49, 0x3e, 0x2a, 0x2a, 0x3e, -+ 0x2b, 0x3e, 0x23, 0x22, 0x23, 0x46, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xf0, 0x90, 0xf0, 0x90, 0xf0, -+ 0xfc, 0xf8, 0x68, 0xa8, 0x48, 0x30, 0x00, 0x00, -+ 0x10, 0x1f, 0x25, 0x49, 0x3e, 0x2a, 0x2b, 0x3f, -+ 0x2b, 0x3f, 0x22, 0x22, 0x23, 0x46, 0x00, 0x00, -+ 0x00, 0xf8, 0x68, 0xf8, 0x80, 0xf8, 0x48, 0xf8, -+ 0x58, 0xf8, 0x68, 0x78, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x3e, 0x00, 0x7f, 0x00, 0x3e, 0x00, 0x3e, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x30, 0x28, 0x24, -+ 0x24, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3f, 0x00, 0x3c, -+ 0x00, 0x3c, 0x25, 0x25, 0x3d, 0x24, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xfc, 0x00, 0xf8, 0x10, 0x20, -+ 0x40, 0x80, 0x00, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x01, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3f, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3d, 0x03, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xa4, 0x24, 0x28, 0x28, 0x30, -+ 0x60, 0x20, 0x24, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x00, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3c, 0x24, 0x25, 0x3e, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x10, 0x90, 0x90, 0x90, 0xfc, 0x30, -+ 0x30, 0x50, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0x68, -+ 0xa8, 0x98, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xe8, 0x28, 0x28, 0x28, -+ 0xe8, 0x28, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3f, 0x24, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0xf0, 0x90, 0x90, -+ 0xf0, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x50, 0x48, 0x88, 0xf4, 0x04, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x27, 0x24, 0x3f, 0x24, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x10, 0xd0, 0x14, 0x0c, 0xec, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3f, 0x0f, 0x00, 0x7f, 0x0f, -+ 0x0f, 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0xe0, 0x00, 0xfc, 0xe0, -+ 0xe0, 0x00, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3c, 0x01, 0x3e, -+ 0x00, 0x3d, 0x24, 0x24, 0x3c, 0x25, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xa0, 0xa4, 0x24, 0xa8, -+ 0xb0, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x26, 0x3e, 0x24, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0x20, 0xfc, 0x00, 0x78, 0x48, -+ 0x48, 0x70, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x26, 0x26, 0x3c, 0x24, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3f, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0xe8, 0x28, 0xe8, -+ 0x28, 0xe8, 0x28, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3e, 0x03, 0x3c, -+ 0x00, 0x3c, 0x25, 0x26, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0x20, 0x20, 0xfc, 0x70, -+ 0x70, 0xa8, 0x28, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x38, 0x00, 0x7e, 0x01, 0x39, 0x00, 0x39, -+ 0x06, 0x38, 0x29, 0x29, 0x3a, 0x2c, 0x00, 0x00, -+ 0xa0, 0xa0, 0xa0, 0xa8, 0xa8, 0xb0, 0xb0, 0xa8, -+ 0xa4, 0xa4, 0x20, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x01, 0x3c, 0x03, 0x3c, -+ 0x00, 0x3d, 0x26, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x40, 0x58, 0xe0, 0x40, 0xf8, 0x40, 0xfc, 0xe0, -+ 0xe0, 0x50, 0x48, 0x44, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x02, 0x3c, 0x00, 0x3f, -+ 0x01, 0x3d, 0x25, 0x27, 0x3c, 0x24, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf8, 0xc8, 0xa8, 0xfc, -+ 0x48, 0x28, 0x28, 0xfc, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x38, 0x00, 0x7f, 0x00, 0x3a, 0x02, 0x3f, -+ 0x02, 0x3a, 0x2a, 0x2a, 0x3c, 0x28, 0x00, 0x00, -+ 0x28, 0x24, 0x24, 0xfc, 0x20, 0xa8, 0xa8, 0xe8, -+ 0xb8, 0x90, 0x94, 0xac, 0x4c, 0x84, 0x00, 0x00, -+ 0x00, 0x38, 0x02, 0x7d, 0x01, 0x3f, 0x00, 0x39, -+ 0x01, 0x3a, 0x2c, 0x28, 0x38, 0x2b, 0x00, 0x00, -+ 0x80, 0xfc, 0x90, 0x10, 0x10, 0x10, 0xfc, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x01, 0x3e, 0x03, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xfc, 0x20, 0x20, 0xfc, 0x20, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x02, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3b, 0x00, 0x7d, 0x01, 0x39, 0x01, 0x39, -+ 0x02, 0x3a, 0x2c, 0x28, 0x3f, 0x28, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x50, 0x50, 0x50, 0x50, 0x50, -+ 0xe8, 0xe4, 0x44, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x25, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0xf8, 0x88, 0xf8, 0x00, -+ 0xf8, 0x10, 0xfc, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x02, 0x3d, 0x00, 0x3f, -+ 0x00, 0x3d, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x24, 0x04, 0xf8, 0x48, 0xfc, -+ 0x48, 0xf8, 0x48, 0x40, 0x40, 0xc0, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3d, 0x00, 0x3d, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x88, 0x30, 0x40, 0xb8, -+ 0x08, 0xb8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7f, 0x02, 0x3d, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3d, 0x26, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0xfc, 0x20, 0xa0, -+ 0xb8, 0xa0, 0xa0, 0xe0, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7c, 0x03, 0x3f, 0x02, 0x3e, -+ 0x03, 0x3c, 0x25, 0x26, 0x3c, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x58, 0xd8, 0xe8, -+ 0xf8, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3c, 0x01, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x48, 0x50, 0xfc, 0x00, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x3d, 0x01, 0x7f, 0x01, 0x3d, 0x03, 0x3c, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x20, 0x24, 0xf8, 0x20, 0x24, 0xe4, 0x3c, 0x40, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x00, 0x3c, 0x00, 0x3d, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xdc, 0x54, 0xdc, 0x00, 0xf8, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7f, 0x00, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x24, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0x00, 0xf8, 0x88, 0xf8, -+ 0x10, 0xf8, 0x90, 0xfc, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7f, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x25, 0x26, 0x3e, 0x24, 0x00, 0x00, -+ 0x20, 0x3c, 0x20, 0xfc, 0x38, 0xe4, 0x1c, 0x00, -+ 0x7c, 0x40, 0xfc, 0x40, 0x7c, 0x40, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7f, 0x03, 0x3c, 0x00, 0x3c, -+ 0x00, 0x3c, 0x24, 0x24, 0x3f, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0xfc, 0x00, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x00, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3d, 0x24, 0x27, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, -+ 0x48, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3b, 0x02, 0x7f, 0x02, 0x3b, 0x03, 0x3b, -+ 0x03, 0x3a, 0x2a, 0x2c, 0x3f, 0x28, 0x00, 0x00, -+ 0x00, 0xf0, 0x30, 0xd0, 0x90, 0xf0, 0xb0, 0xb0, -+ 0xf0, 0x90, 0xb4, 0xfc, 0x1c, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x7f, 0x02, 0x3b, 0x02, 0x3b, -+ 0x02, 0x3f, 0x2a, 0x2a, 0x3a, 0x2a, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x3b, 0x02, 0x7e, 0x03, 0x3a, 0x02, 0x3b, -+ 0x02, 0x38, 0x28, 0x29, 0x3a, 0x2c, 0x00, 0x00, -+ 0xc0, 0x58, 0x48, 0x48, 0x58, 0x48, 0x48, 0xf8, -+ 0x48, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3d, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x3d, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x24, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0xe8, 0xa8, 0xe8, 0x18, 0xfc, -+ 0x08, 0xe8, 0xa8, 0xe8, 0x08, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x5f, 0x0f, 0x7f, 0x04, 0x1f, -+ 0x6f, 0x07, 0x07, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0xf8, 0xe0, 0xfc, 0x40, 0xf0, -+ 0xec, 0xc0, 0xc0, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7f, 0x00, 0x3c, 0x00, 0x3d, -+ 0x03, 0x3d, 0x25, 0x25, 0x3f, 0x24, 0x00, 0x00, -+ 0xf0, 0x90, 0x08, 0xf4, 0x00, 0xf0, 0x90, 0x08, -+ 0xfc, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7d, 0x02, 0x3c, 0x00, 0x3c, -+ 0x01, 0x3d, 0x25, 0x25, 0x3f, 0x24, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0xf8, 0x44, 0xf0, 0x10, 0x60, -+ 0xf8, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3d, 0x01, 0x7f, 0x01, 0x3d, 0x00, 0x3d, -+ 0x02, 0x3c, 0x27, 0x24, 0x3c, 0x27, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xa4, 0x5c, -+ 0x40, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x00, 0x38, 0x00, 0x7e, 0x02, 0x3a, 0x04, 0x38, -+ 0x03, 0x3a, 0x2a, 0x2a, 0x3f, 0x28, 0x00, 0x00, -+ 0x40, 0x28, 0xa8, 0x90, 0x98, 0xa4, 0xd4, 0xf0, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x01, 0x7e, 0x00, 0x3d, 0x01, 0x3e, -+ 0x01, 0x3c, 0x24, 0x24, 0x3c, 0x25, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x50, 0xfc, 0x28, 0x20, -+ 0xfc, 0x20, 0x38, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7e, 0x00, 0x3f, 0x00, 0x3d, -+ 0x03, 0x3c, 0x25, 0x25, 0x3d, 0x25, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xb0, 0xe0, 0x80, 0xf8, 0x20, -+ 0xfc, 0x20, 0x28, 0x28, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3b, 0x02, 0x7e, 0x02, 0x3a, 0x02, 0x3b, -+ 0x03, 0x3b, 0x2b, 0x2a, 0x3b, 0x2a, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x00, 0xf8, -+ 0x68, 0x68, 0xf8, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x1d, 0x0b, 0x3f, 0x2a, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x80, 0x80, 0xf8, 0x08, 0xe8, 0xf8, 0x08, 0xe8, -+ 0xe8, 0x08, 0xe8, 0xa8, 0xe8, 0x30, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x3f, 0x2a, 0x3e, 0x23, 0x47, -+ 0x3f, 0x07, 0x07, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x70, 0x50, 0x94, 0xfc, 0x90, 0x60, 0x9c, 0xc0, -+ 0xf8, 0xc0, 0xc0, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x00, 0x38, 0x07, 0x7d, 0x00, 0x3b, 0x02, 0x3b, -+ 0x02, 0x3a, 0x2a, 0x2a, 0x3a, 0x2a, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x10, 0xa0, 0xf8, 0x48, 0xf8, -+ 0x48, 0xe8, 0xa8, 0xe8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x00, 0x7e, 0x00, 0x3c, 0x01, 0x3d, -+ 0x01, 0x3d, 0x24, 0x24, 0x3c, 0x27, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, 0x54, -+ 0xfc, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x03, 0x7e, 0x01, 0x3d, 0x01, 0x3d, -+ 0x01, 0x3c, 0x27, 0x24, 0x3d, 0x26, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf8, 0x08, 0xf8, 0x08, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x38, 0x07, 0x7c, 0x03, 0x39, 0x07, 0x39, -+ 0x03, 0x38, 0x2f, 0x28, 0x38, 0x28, 0x00, 0x00, -+ 0xa0, 0xa0, 0xfc, 0xa0, 0xf8, 0x50, 0xfc, 0x50, -+ 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3b, 0x01, 0x7d, 0x03, 0x39, 0x01, 0x39, -+ 0x01, 0x3a, 0x2a, 0x2d, 0x39, 0x2a, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x24, 0xe4, 0x20, 0xf0, 0x10, -+ 0xfc, 0x04, 0xd4, 0x6c, 0x44, 0x18, 0x00, 0x00, -+ 0x01, 0x39, 0x06, 0x7e, 0x01, 0x3a, 0x07, 0x38, -+ 0x03, 0x39, 0x29, 0x2a, 0x3a, 0x2c, 0x00, 0x00, -+ 0x48, 0x48, 0xf4, 0xd4, 0x48, 0xd4, 0xfc, 0x50, -+ 0xfc, 0x28, 0xa8, 0x94, 0x2c, 0xc4, 0x00, 0x00, -+ 0x00, 0x3b, 0x00, 0x7c, 0x07, 0x38, 0x03, 0x38, -+ 0x03, 0x3a, 0x2b, 0x2a, 0x3a, 0x2a, 0x00, 0x00, -+ 0x00, 0xf0, 0xa0, 0x40, 0xfc, 0xc8, 0x50, 0xc0, -+ 0xf8, 0xb8, 0xf8, 0xa8, 0xe8, 0x18, 0x00, 0x00, -+ 0x01, 0x38, 0x02, 0x7d, 0x01, 0x3a, 0x05, 0x39, -+ 0x01, 0x39, 0x29, 0x28, 0x3f, 0x28, 0x00, 0x00, -+ 0xc8, 0x68, 0xb4, 0x94, 0xf8, 0x08, 0xf4, 0x10, -+ 0x10, 0xf0, 0x10, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3b, 0x02, 0x7e, 0x03, 0x39, 0x01, 0x3a, -+ 0x05, 0x39, 0x29, 0x29, 0x39, 0x29, 0x00, 0x00, -+ 0x88, 0xfc, 0xa8, 0xa8, 0xfc, 0xd8, 0xac, 0x4c, -+ 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x01, 0x39, 0x07, 0x79, 0x07, 0x39, 0x02, 0x3c, -+ 0x01, 0x39, 0x29, 0x29, 0x39, 0x29, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x10, 0xfc, 0x10, 0xa8, 0x44, -+ 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x7f, 0x02, 0x3b, 0x01, 0x39, -+ 0x01, 0x39, 0x29, 0x2f, 0x38, 0x28, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x38, 0x03, 0x7f, 0x02, 0x3b, 0x02, 0x3b, -+ 0x02, 0x3a, 0x2a, 0x2a, 0x3c, 0x28, 0x00, 0x00, -+ 0x40, 0xf8, 0x20, 0xfc, 0x54, 0x8c, 0x70, 0xfc, -+ 0x70, 0x70, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x39, 0x01, 0x7d, 0x00, 0x3b, 0x02, 0x3b, -+ 0x00, 0x3f, 0x28, 0x29, 0x3e, 0x28, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xb8, 0xa8, 0xb8, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3f, 0x3e, 0x33, 0x5e, 0x0f, -+ 0x7f, 0x07, 0x07, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0x20, 0xfc, 0x20, 0xe0, -+ 0xfc, 0xc0, 0xc0, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x00, 0x3b, 0x02, 0x7f, 0x00, 0x3b, 0x00, 0x3f, -+ 0x01, 0x3f, 0x28, 0x2b, 0x38, 0x28, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x10, 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3a, 0x01, 0x79, 0x04, 0x3b, 0x02, 0x38, -+ 0x06, 0x3a, 0x2a, 0x2a, 0x3d, 0x28, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xf8, 0x20, 0xfc, 0xf0, 0x90, -+ 0xf0, 0xf8, 0x88, 0xf8, 0x80, 0xfc, 0x00, 0x00, -+ 0x06, 0x1b, 0x13, 0x1c, 0x1e, 0x12, 0x7f, 0x17, -+ 0x3f, 0x47, 0x07, 0x0f, 0x08, 0x0f, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0xf0, 0xf0, 0x90, 0xfc, 0xd0, -+ 0xf8, 0xc4, 0xc0, 0xe0, 0x20, 0xe0, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x7f, 0x02, 0x3b, 0x03, 0x39, -+ 0x01, 0x39, 0x29, 0x29, 0x39, 0x2e, 0x00, 0x00, -+ 0x40, 0xfc, 0xf0, 0xf8, 0xa8, 0x38, 0xf8, 0xf0, -+ 0x10, 0xf0, 0xf0, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x00, 0x38, 0x07, 0x7c, 0x01, 0x3f, 0x01, 0x3b, -+ 0x05, 0x39, 0x28, 0x2a, 0x3a, 0x2c, 0x00, 0x00, -+ 0xa0, 0xa0, 0xfc, 0xa0, 0xf0, 0x14, 0xf8, 0xb0, -+ 0xf4, 0xac, 0x00, 0xa8, 0x54, 0x54, 0x00, 0x00, -+ 0x14, 0x17, 0x28, 0x3f, 0x68, 0x2b, 0x3c, 0x2b, -+ 0x28, 0x3f, 0x2a, 0x2b, 0x3e, 0x20, 0x00, 0x00, -+ 0x14, 0x94, 0x28, 0xfc, 0x68, 0xa8, 0x3c, 0xa8, -+ 0x28, 0xbc, 0xa8, 0xa8, 0xbc, 0x20, 0x00, 0x00, -+ 0x00, 0x38, 0x07, 0x7d, 0x01, 0x39, 0x01, 0x3b, -+ 0x00, 0x3b, 0x29, 0x29, 0x38, 0x2f, 0x00, 0x00, -+ 0x40, 0xf8, 0xf0, 0x10, 0xf4, 0xb8, 0xe4, 0x7c, -+ 0xa0, 0xf0, 0x50, 0xf4, 0xac, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x03, 0x7e, 0x03, 0x38, 0x07, 0x3b, -+ 0x00, 0x3f, 0x29, 0x2f, 0x39, 0x2e, 0x00, 0x00, -+ 0x40, 0xfc, 0xb8, 0xa8, 0xb8, 0xa0, 0xfc, 0xf8, -+ 0xa0, 0xfc, 0xa8, 0x30, 0xd0, 0x0c, 0x00, 0x00, -+ 0x02, 0x3a, 0x02, 0x7d, 0x07, 0x3a, 0x06, 0x3a, -+ 0x06, 0x3a, 0x2e, 0x2b, 0x3e, 0x28, 0x00, 0x00, -+ 0xa0, 0xb0, 0xa8, 0x68, 0xfc, 0xa0, 0xe8, 0xa8, -+ 0xe8, 0xd0, 0x94, 0xfc, 0x4c, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x7f, 0x02, 0x3b, 0x00, 0x39, -+ 0x03, 0x3d, 0x29, 0x29, 0x39, 0x29, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xb8, 0xa8, 0xb8, 0x90, 0xfc, -+ 0x20, 0xf8, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x03, 0x3b, 0x05, 0x7f, 0x03, 0x3b, 0x05, 0x39, -+ 0x01, 0x39, 0x29, 0x29, 0x39, 0x2e, 0x00, 0x00, -+ 0x30, 0xb8, 0x50, 0xfc, 0x30, 0xb4, 0x4c, 0xf0, -+ 0x10, 0xf0, 0xf0, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x14, 0x12, 0x22, 0x48, 0x08, 0x14, 0x13, 0x22, -+ 0x7e, 0x22, 0x22, 0x3f, 0x22, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x30, -+ 0x30, 0x50, 0x90, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x08, 0x3f, 0x2a, 0x7e, 0x09, 0x3e, 0x08, 0x7f, -+ 0x08, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x50, 0x48, 0x88, 0xa0, 0x20, 0x50, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x02, 0x3e, 0x29, 0x49, 0x0a, 0x32, 0x0c, 0x0a, -+ 0x3f, 0x08, 0x7f, 0x0c, 0x12, 0x60, 0x00, 0x00, -+ 0x50, 0x48, 0x88, 0x20, 0x20, 0x50, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x11, 0x11, 0x1f, 0x00, 0x7f, 0x00, 0x0f, -+ 0x08, 0x0f, 0x04, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0x10, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0xe0, -+ 0x20, 0xe0, 0x40, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x01, 0x3d, 0x26, 0x24, 0x24, 0x3d, -+ 0x27, 0x14, 0x18, 0x1c, 0x61, 0x02, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x80, 0xb8, 0xe8, 0x68, -+ 0x68, 0xf8, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x3e, 0x24, 0x3f, 0x3f, -+ 0x0f, 0x08, 0x0f, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x50, 0x20, 0xd0, 0x0c, 0xf8, -+ 0xe0, 0x20, 0xe0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x25, 0x2f, 0x25, 0x2f, 0x2f, 0x25, 0x3f, 0x7f, -+ 0x0f, 0x08, 0x0f, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x48, 0xe8, 0x48, 0xe8, 0xe8, 0x48, 0xf8, 0xfc, -+ 0xe0, 0x20, 0xe0, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x02, 0x0e, 0x73, 0x05, 0x19, -+ 0x62, 0x04, 0x18, 0x60, 0x01, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x48, 0x48, 0x50, 0xa0, -+ 0xa0, 0x90, 0x88, 0x84, 0x00, 0x00, 0x00, 0x00, -+ 0x09, 0x09, 0x1f, 0x02, 0x7f, 0x04, 0x1f, 0x63, -+ 0x3d, 0x06, 0x39, 0x06, 0x38, 0x03, 0x00, 0x00, -+ 0x20, 0x10, 0xf8, 0x80, 0xfc, 0x40, 0xf0, 0x1c, -+ 0x90, 0xa0, 0xe0, 0x98, 0x84, 0x00, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x10, 0x32, 0x4b, 0x1c, 0x2c, -+ 0x4a, 0x1b, 0x2a, 0x48, 0x08, 0x30, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x50, 0x50, 0xfc, 0x30, 0x48, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x00, 0x03, 0x3c, 0x02, 0x03, 0x7c, 0x01, -+ 0x06, 0x38, 0x01, 0x06, 0x38, 0x01, 0x00, 0x00, -+ 0x40, 0x80, 0x88, 0x50, 0x60, 0x80, 0x80, 0x40, -+ 0x60, 0xa0, 0x20, 0x20, 0x40, 0x80, 0x00, 0x00, -+ 0x04, 0x18, 0x6a, 0x24, 0x1b, 0x70, 0x08, 0x1c, -+ 0x64, 0x0c, 0x15, 0x66, 0x04, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x10, 0xfc, 0x30, 0x30, 0x50, -+ 0x50, 0x90, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x04, 0x19, 0x6a, 0x24, 0x18, 0x68, 0x0d, 0x14, -+ 0x65, 0x0d, 0x15, 0x65, 0x05, 0x19, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x88, 0x30, 0x00, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x18, 0x6a, 0x24, 0x19, 0x6a, 0x0c, 0x15, -+ 0x66, 0x0d, 0x15, 0x65, 0x05, 0x19, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x88, 0x90, 0x60, 0x60, 0x90, -+ 0x0c, 0xf8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x09, 0x11, 0x6d, 0x29, 0x13, 0x72, 0x1e, 0x2a, -+ 0x4a, 0x1a, 0x2b, 0x4a, 0x0a, 0x32, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x70, 0x70, -+ 0xa8, 0xa8, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x19, 0x6a, 0x24, 0x18, 0x68, 0x0c, 0x14, -+ 0x64, 0x0c, 0x14, 0x64, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x40, 0xf8, 0x88, 0x88, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x04, 0x19, 0x6b, 0x25, 0x19, 0x69, 0x0d, 0x15, -+ 0x64, 0x0d, 0x14, 0x64, 0x07, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xf8, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x19, 0x6b, 0x25, 0x19, 0x69, 0x0d, 0x15, -+ 0x64, 0x0c, 0x14, 0x64, 0x05, 0x1a, 0x00, 0x00, -+ 0x40, 0xb8, 0x08, 0x08, 0xb8, 0x08, 0x08, 0xf8, -+ 0xa0, 0xa0, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x04, 0x18, 0x6b, 0x25, 0x19, 0x69, 0x0d, 0x15, -+ 0x65, 0x0d, 0x15, 0x65, 0x05, 0x1e, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x28, 0xe8, 0x58, 0x88, 0xf8, -+ 0x24, 0xf8, 0x20, 0x24, 0xe4, 0x1c, 0x00, 0x00, -+ 0x05, 0x19, 0x6b, 0x25, 0x19, 0x69, 0x0d, 0x15, -+ 0x65, 0x0d, 0x15, 0x65, 0x05, 0x1e, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x24, 0xe8, 0x30, 0x20, -+ 0x20, 0x20, 0x24, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x04, 0x1b, 0x68, 0x25, 0x19, 0x69, 0x0d, 0x15, -+ 0x64, 0x0f, 0x14, 0x64, 0x05, 0x1e, 0x00, 0x00, -+ 0x90, 0xfc, 0x90, 0xf8, 0x08, 0xf8, 0x08, 0xf8, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x23, 0x3e, 0x22, -+ 0x22, 0x3e, 0x14, 0x12, 0x23, 0x42, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0x40, 0x7c, 0xc8, 0x48, 0x50, -+ 0x30, 0x20, 0x54, 0x94, 0x0c, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x1f, 0x10, 0x17, 0x14, 0x17, -+ 0x14, 0x17, 0x24, 0x27, 0x43, 0x1c, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x80, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x10, 0xf0, 0x30, 0x0c, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x70, 0x0f, 0x00, 0x0f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0x80, 0xe0, 0x1c, 0xe0, 0x40, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3f, 0x22, -+ 0x22, 0x3e, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x50, 0x48, 0x88, 0xf4, 0x04, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x2f, 0x28, 0x2e, 0x78, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x80, 0x98, 0xe0, 0x84, 0x7c, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x00, 0x7f, 0x1f, 0x00, 0x7f, 0x1f, 0x11, -+ 0x1f, 0x1f, 0x11, 0x1f, 0x19, 0x60, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0x40, 0xc0, 0x40, 0x40, -+ 0x20, 0x20, 0x14, 0x14, 0x0c, 0x84, 0x00, 0x00, -+ 0x00, 0x1f, 0x00, 0x7f, 0x00, 0x1f, 0x11, 0x1f, -+ 0x11, 0x1f, 0x11, 0x1f, 0x19, 0x60, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x40, 0x40, 0x40, -+ 0x20, 0x20, 0x14, 0x14, 0x0c, 0x84, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x3c, 0x27, 0x3c, 0x24, -+ 0x24, 0x3c, 0x19, 0x15, 0x22, 0x44, 0x00, 0x00, -+ 0x08, 0x30, 0xc0, 0x40, 0x40, 0xf8, 0x08, 0x10, -+ 0x10, 0x20, 0x40, 0x80, 0x40, 0x3c, 0x00, 0x00, -+ 0x00, 0x7f, 0x04, 0x3f, 0x24, 0x3f, 0x0f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x1f, 0x05, 0x7f, 0x04, 0x0f, 0x08, 0x0f, -+ 0x08, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf0, 0x40, 0xfc, 0x40, 0xe0, 0x20, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3c, 0x24, 0x3d, 0x24, -+ 0x24, 0x3f, 0x18, 0x14, 0x24, 0x43, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x54, -+ 0x7c, 0xc8, 0x30, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x01, 0x7f, 0x1f, 0x3f, 0x24, 0x3f, 0x0f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0xf0, 0xf8, 0x48, 0xf8, 0xe0, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x09, 0x17, 0x25, 0x19, 0x6f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0xa8, 0x48, 0x30, 0xec, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x3f, 0x24, 0x7f, 0x1f, 0x04, 0x7f, 0x0f, -+ 0x18, 0x6f, 0x0f, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xfc, 0xf0, 0x40, 0xfc, 0xe0, -+ 0x30, 0xec, 0xe0, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x00, 0x3d, 0x27, 0x24, 0x3f, 0x24, 0x3f, 0x24, -+ 0x27, 0x3d, 0x19, 0x16, 0x24, 0x40, 0x00, 0x00, -+ 0x48, 0xb0, 0xfc, 0xa0, 0xf8, 0xa8, 0xfc, 0xa8, -+ 0xf8, 0xb0, 0xb0, 0xa8, 0xa4, 0xa0, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x25, 0x3d, 0x25, 0x3d, 0x25, -+ 0x25, 0x3c, 0x1b, 0x15, 0x24, 0x40, 0x00, 0x00, -+ 0x50, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, 0xf8, -+ 0x48, 0x10, 0xfc, 0x10, 0x90, 0x30, 0x00, 0x00, -+ 0x08, 0x3e, 0x7f, 0x14, 0x7f, 0x3e, 0x09, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0xd4, 0xb4, 0x0c, 0xe0, -+ 0x20, 0xe0, 0xe0, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x3e, 0x7e, 0x09, 0x7f, 0x1e, 0x27, 0x4f, -+ 0x08, 0x0f, 0x0f, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0x50, 0x70, 0x8c, 0xe0, -+ 0x20, 0xe0, 0xe0, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x14, 0x1f, 0x25, 0x7f, 0x16, 0x25, 0x4f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0xa0, 0xf8, 0x20, 0xfc, 0x50, 0x94, 0xec, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x08, 0x7f, 0x12, 0x0d, 0x1d, 0x63, 0x0f, 0x08, -+ 0x0f, 0x0f, 0x08, 0x0f, 0x06, 0x38, 0x00, 0x00, -+ 0xd4, 0xfc, 0x70, 0x50, 0x74, 0x8c, 0xe4, 0x20, -+ 0xe0, 0xe0, 0x20, 0xe0, 0x60, 0x18, 0x00, 0x00, -+ 0x01, 0x7f, 0x08, 0x07, 0x1f, 0x10, 0x1f, 0x3b, -+ 0x2a, 0x3b, 0x2b, 0x3b, 0x2b, 0x5c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0xf0, 0x10, 0xf0, 0xb8, -+ 0xa8, 0xb8, 0xb8, 0xac, 0x4c, 0x84, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x25, 0x3d, 0x25, 0x3d, 0x25, -+ 0x25, 0x3d, 0x1a, 0x16, 0x24, 0x40, 0x00, 0x00, -+ 0x40, 0xf0, 0x20, 0xfc, 0x54, 0x8c, 0x70, 0xfc, -+ 0x70, 0x70, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x27, 0x3d, 0x24, 0x3f, 0x25, -+ 0x26, 0x3d, 0x19, 0x15, 0x27, 0x40, 0x00, 0x00, -+ 0x40, 0xf8, 0x48, 0xfc, 0xf8, 0x40, 0xfc, 0xa8, -+ 0x54, 0xf8, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x3e, 0x15, 0x1d, 0x3f, 0x5f, 0x17, -+ 0x14, 0x17, 0x17, 0x17, 0x22, 0x4c, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x50, 0x78, 0xf4, 0xf0, 0xd0, -+ 0x50, 0xd0, 0xd0, 0xd0, 0x90, 0x50, 0x00, 0x00, -+ 0x00, 0x38, 0x2d, 0x2d, 0x3d, 0x2f, 0x39, 0x2f, -+ 0x2d, 0x3d, 0x15, 0x1a, 0x2a, 0x44, 0x00, 0x00, -+ 0x18, 0x14, 0xfc, 0x10, 0xf4, 0xd4, 0xf4, 0xb8, -+ 0xf8, 0xdc, 0xfc, 0x9c, 0x24, 0x44, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x3d, 0x25, 0x3d, 0x25, -+ 0x25, 0x3d, 0x1a, 0x16, 0x27, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0x20, 0x20, 0xf8, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x0f, 0x08, 0x0f, 0x0f, 0x0f, 0x18, 0x3e, -+ 0x22, 0x3e, 0x3e, 0x3e, 0x14, 0x63, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0xe0, 0x30, 0xf8, -+ 0x88, 0xf8, 0xf8, 0xf8, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x25, 0x3d, 0x25, 0x3d, 0x24, -+ 0x24, 0x3c, 0x18, 0x14, 0x24, 0x43, 0x00, 0x00, -+ 0x20, 0xfc, 0xf8, 0xfc, 0x54, 0x9c, 0xfc, 0xf8, -+ 0x88, 0xf8, 0xf8, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x08, 0x7f, 0x14, 0x36, -+ 0x36, 0x35, 0x55, 0x14, 0x24, 0x4c, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x80, 0xf8, 0xc8, -+ 0xa8, 0xb0, 0x90, 0xb0, 0xc8, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x08, 0x08, 0x7f, 0x14, 0x36, -+ 0x37, 0x35, 0x55, 0x14, 0x24, 0x4c, 0x00, 0x00, -+ 0x40, 0x48, 0xf8, 0x50, 0x50, 0xfc, 0x50, 0x88, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x01, 0x7f, 0x08, 0x04, -+ 0x04, 0x10, 0x1b, 0x14, 0x23, 0x40, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0x00, 0xfc, 0x20, 0x20, -+ 0x40, 0x80, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x08, 0x7f, 0x08, 0x28, -+ 0x2e, 0x29, 0x38, 0x28, 0x46, 0x41, 0x00, 0x00, -+ 0x10, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x9c, -+ 0xf0, 0x90, 0x10, 0x10, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x08, 0x08, 0x7f, 0x08, 0x28, -+ 0x2e, 0x28, 0x38, 0x28, 0x47, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x24, 0x40, 0x90, -+ 0x24, 0xc8, 0x10, 0x60, 0x80, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x3e, 0x09, 0x08, 0x7f, 0x08, 0x28, -+ 0x2e, 0x28, 0x38, 0x28, 0x46, 0x41, 0x00, 0x00, -+ 0x20, 0xa8, 0xa4, 0x24, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0x88, 0x98, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x23, 0x3e, 0x08, 0x29, 0x2e, -+ 0x28, 0x28, 0x2e, 0x38, 0x61, 0x06, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x08, 0x28, 0x2e, -+ 0x28, 0x28, 0x2e, 0x38, 0x63, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xa0, 0xbc, 0xa0, 0xa0, -+ 0xa0, 0xa0, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x08, 0x29, 0x2e, -+ 0x28, 0x28, 0x2e, 0x38, 0x61, 0x06, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x01, 0x3d, 0x25, 0x27, 0x3d, 0x09, 0x29, 0x2d, -+ 0x29, 0x29, 0x2e, 0x3a, 0x64, 0x09, 0x00, 0x00, -+ 0x00, 0x00, 0x1c, 0xd4, 0x54, 0x54, 0x54, 0x54, -+ 0x54, 0x54, 0x54, 0x5c, 0x54, 0x80, 0x00, 0x00, -+ 0x00, 0x7b, 0x4a, 0x4a, 0x7a, 0x12, 0x57, 0x5e, -+ 0x52, 0x52, 0x5e, 0x72, 0x42, 0x02, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0xfc, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x22, 0x3e, 0x08, 0x28, 0x2f, -+ 0x29, 0x2a, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x80, 0xf8, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x09, 0x2b, 0x2e, -+ 0x28, 0x28, 0x2e, 0x38, 0x61, 0x06, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x3d, 0x09, 0x29, 0x2f, -+ 0x29, 0x29, 0x2e, 0x3a, 0x65, 0x0e, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x28, 0x20, 0x20, 0xf8, 0x88, -+ 0x50, 0x50, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x23, 0x3e, 0x08, 0x28, 0x2e, -+ 0x28, 0x28, 0x2f, 0x3a, 0x64, 0x0b, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x48, 0x48, 0xc8, -+ 0xb0, 0xb0, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x27, 0x3d, 0x09, 0x29, 0x2f, -+ 0x29, 0x29, 0x2e, 0x3a, 0x64, 0x08, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0x20, 0xfc, 0x00, 0x78, 0x48, -+ 0x48, 0x70, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3f, 0x09, 0x09, 0x0f, 0x71, 0x02, 0x1f, -+ 0x10, 0x1f, 0x09, 0x09, 0x15, 0x63, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x90, 0x54, 0x54, 0x0c, 0xf0, -+ 0x10, 0xf0, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x08, 0x28, 0x2e, -+ 0x28, 0x28, 0x28, 0x2e, 0x38, 0x63, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0xa4, -+ 0xa4, 0xa8, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x09, 0x29, 0x2e, -+ 0x28, 0x28, 0x2e, 0x38, 0x61, 0x02, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, 0x50, -+ 0x50, 0x50, 0x90, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x09, 0x29, 0x2f, -+ 0x29, 0x29, 0x2e, 0x3a, 0x64, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x00, 0xfc, 0x04, -+ 0xf4, 0x94, 0xf4, 0x94, 0x04, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x22, 0x3e, 0x08, 0x28, 0x2e, -+ 0x28, 0x28, 0x2e, 0x39, 0x62, 0x00, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x28, 0x08, 0x2e, -+ 0x28, 0x28, 0x28, 0x2e, 0x38, 0x63, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, -+ 0xa4, 0xa8, 0x90, 0xb0, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x09, 0x28, 0x2e, -+ 0x28, 0x28, 0x2f, 0x39, 0x62, 0x04, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, 0xa0, -+ 0xb8, 0xa0, 0xa0, 0x60, 0x30, 0x0c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x08, 0x28, 0x2e, -+ 0x29, 0x28, 0x2e, 0x39, 0x62, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, 0xf8, 0x20, -+ 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x09, 0x29, 0x2f, -+ 0x29, 0x29, 0x2e, 0x3a, 0x64, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x28, 0x20, 0xfc, -+ 0x20, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x23, 0x3e, 0x08, 0x29, 0x2e, -+ 0x28, 0x29, 0x2e, 0x38, 0x60, 0x03, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x54, -+ 0x7c, 0xc8, 0x30, 0x24, 0xdc, 0x04, 0x00, 0x00, -+ 0x01, 0x3d, 0x25, 0x25, 0x3d, 0x0a, 0x28, 0x2f, -+ 0x28, 0x28, 0x2f, 0x39, 0x62, 0x04, 0x00, 0x00, -+ 0x00, 0x00, 0x38, 0xe8, 0xa8, 0xa8, 0xa8, 0xe8, -+ 0xa8, 0xa8, 0x68, 0x78, 0x28, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3f, 0x28, 0x09, 0x2e, -+ 0x28, 0x29, 0x28, 0x2e, 0x39, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xfc, 0x68, 0xa0, 0x60, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x22, 0x3e, 0x08, 0x28, 0x2e, -+ 0x28, 0x28, 0x2e, 0x38, 0x63, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x3e, 0x28, 0x0b, 0x2e, -+ 0x2b, 0x2a, 0x2b, 0x2e, 0x3a, 0x62, 0x00, 0x00, -+ 0xe0, 0x60, 0x90, 0x08, 0xf4, 0x00, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x22, 0x3e, 0x28, 0x08, 0x2e, -+ 0x28, 0x28, 0x2b, 0x2c, 0x38, 0x63, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xfc, 0x44, 0x84, 0x18, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3e, 0x09, 0x28, 0x2e, -+ 0x29, 0x28, 0x2f, 0x38, 0x61, 0x06, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x24, 0x54, 0x90, 0x60, 0x50, -+ 0xf8, 0x40, 0xfc, 0xa0, 0x10, 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, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x3f, 0x24, 0x7f, 0x1f, 0x04, 0x7f, 0x0f, -+ 0x14, 0x67, 0x09, 0x09, 0x17, 0x61, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xf8, 0xf0, 0x40, 0xfc, 0xe0, -+ 0x50, 0xcc, 0x00, 0xe0, 0x00, 0xfc, 0x00, 0x00, -+ 0x01, 0x3c, 0x27, 0x24, 0x3d, 0x08, 0x2b, 0x2c, -+ 0x28, 0x28, 0x2f, 0x3a, 0x67, 0x00, 0x00, 0x00, -+ 0x10, 0xa0, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x80, -+ 0xf8, 0xa0, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x25, 0x3e, 0x09, 0x29, 0x2f, -+ 0x29, 0x29, 0x2f, 0x3b, 0x65, 0x01, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0xf0, 0x08, 0xf4, 0x10, 0xf0, -+ 0xf0, 0x00, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x3c, 0x29, 0x0b, 0x2f, -+ 0x29, 0x29, 0x29, 0x2f, 0x39, 0x61, 0x00, 0x00, -+ 0x40, 0x58, 0x40, 0x58, 0xa0, 0x10, 0xf8, 0x14, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3e, 0x28, 0x09, 0x2f, -+ 0x29, 0x29, 0x29, 0x2f, 0x39, 0x61, 0x00, 0x00, -+ 0x18, 0xf0, 0x48, 0x24, 0x24, 0x40, 0xb8, 0x08, -+ 0x08, 0xb8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x13, 0x1f, 0x17, 0x1a, 0x22, -+ 0x4f, 0x08, 0x0f, 0x09, 0x17, 0x21, 0x00, 0x00, -+ 0x50, 0xfc, 0x48, 0xa8, 0xf0, 0x30, 0xd4, 0x0c, -+ 0xe4, 0x20, 0xe0, 0xf0, 0x00, 0xf8, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x26, 0x3c, 0x08, 0x29, 0x2f, -+ 0x2b, 0x29, 0x29, 0x2f, 0x39, 0x61, 0x00, 0x00, -+ 0xa8, 0xa8, 0x28, 0x54, 0xd4, 0x90, 0x10, 0x50, -+ 0x5c, 0x50, 0x50, 0xb0, 0x90, 0x0c, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x25, 0x3d, 0x09, 0x29, 0x2d, -+ 0x29, 0x29, 0x2e, 0x3b, 0x65, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x50, 0xfc, 0x50, 0x50, -+ 0x70, 0x50, 0x00, 0xa8, 0x54, 0x54, 0x00, 0x00, -+ 0x00, 0x3e, 0x23, 0x23, 0x3e, 0x28, 0x08, 0x2f, -+ 0x28, 0x28, 0x28, 0x2d, 0x3a, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0xf8, 0x00, 0xfc, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x24, 0x3c, 0x28, 0x0b, 0x2e, -+ 0x2b, 0x2a, 0x2a, 0x2f, 0x3a, 0x62, 0x00, 0x00, -+ 0xa0, 0xa0, 0xfc, 0xa0, 0xe0, 0x40, 0xf8, 0x48, -+ 0xf8, 0xd8, 0xd8, 0x68, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x3f, 0x26, 0x27, 0x3e, 0x2b, 0x09, 0x2f, -+ 0x29, 0x2b, 0x28, 0x2f, 0x38, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x50, 0xfc, -+ 0x50, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x27, 0x26, 0x3e, 0x0b, 0x2a, 0x2f, -+ 0x2b, 0x2b, 0x2f, 0x3c, 0x65, 0x0a, 0x00, 0x00, -+ 0x00, 0xfc, 0x30, 0xb0, 0xd0, 0xfc, 0xb4, 0xf8, -+ 0xd0, 0xd0, 0x98, 0xa8, 0x24, 0x44, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x26, 0x3d, 0x29, 0x09, 0x2f, -+ 0x29, 0x28, 0x2b, 0x2c, 0x38, 0x60, 0x00, 0x00, -+ 0xf0, 0x90, 0xf8, 0x64, 0xf8, 0x78, 0x98, 0xf8, -+ 0xf8, 0x10, 0xfc, 0x90, 0x50, 0x30, 0x00, 0x00, -+ 0x00, 0x3e, 0x25, 0x27, 0x3d, 0x08, 0x2b, 0x2c, -+ 0x29, 0x28, 0x2f, 0x38, 0x61, 0x06, 0x00, 0x00, -+ 0xa0, 0xa8, 0xb0, 0xfc, 0x10, 0xa0, 0xf8, 0x40, -+ 0xf0, 0x40, 0xfc, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x09, 0x29, 0x2f, -+ 0x28, 0x29, 0x2e, 0x38, 0x63, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xdc, 0x54, 0xdc, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x3d, 0x28, 0x0b, 0x2e, -+ 0x28, 0x2b, 0x28, 0x2e, 0x38, 0x60, 0x00, 0x00, -+ 0x90, 0xfc, 0x90, 0x48, 0xf8, 0x50, 0xfc, 0x50, -+ 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3c, 0x09, 0x29, 0x2f, -+ 0x29, 0x29, 0x2e, 0x38, 0x63, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x68, 0xf8, 0x80, 0xfc, 0x44, 0xf4, -+ 0x54, 0xf4, 0x54, 0x7c, 0x8c, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3f, 0x3e, 0x32, 0x5e, 0x1f, -+ 0x08, 0x0f, 0x09, 0x09, 0x17, 0x21, 0x00, 0x00, -+ 0x20, 0xf8, 0x50, 0xfc, 0x20, 0xf8, 0x20, 0xe0, -+ 0x20, 0xe0, 0x00, 0xf0, 0x00, 0xf8, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x3e, 0x0b, 0x2c, 0x2f, -+ 0x29, 0x29, 0x2f, 0x39, 0x62, 0x04, 0x00, 0x00, -+ 0x40, 0xfc, 0xa8, 0xf0, 0xe8, 0xf8, 0x64, 0x10, -+ 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x25, 0x3f, 0x29, 0x08, 0x2f, -+ 0x2b, 0x28, 0x2b, 0x2e, 0x3b, 0x62, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0xfc, 0xe8, 0x40, 0xf0, -+ 0xfc, 0x08, 0xfc, 0xc8, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x25, 0x3d, 0x2a, 0x09, 0x2f, -+ 0x29, 0x29, 0x2f, 0x39, 0x61, 0x06, 0x00, 0x00, -+ 0x48, 0xb0, 0x20, 0xfc, 0x68, 0x48, 0xf0, 0x10, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x90, 0x08, 0x00, 0x00, -+ 0x02, 0x7a, 0x4f, 0x49, 0x7f, 0x15, 0x56, 0x5f, -+ 0x57, 0x51, 0x5f, 0x72, 0x44, 0x08, 0x00, 0x00, -+ 0x80, 0x78, 0xe8, 0xa8, 0xf0, 0xf0, 0xe8, 0xe8, -+ 0xe4, 0x24, 0xe4, 0xb8, 0x60, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x26, 0x26, 0x3e, 0x0a, 0x2a, 0x2e, -+ 0x2b, 0x2a, 0x2f, 0x3c, 0x6b, 0x00, 0x00, 0x00, -+ 0x20, 0xfc, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0xf8, -+ 0xfc, 0xac, 0xfc, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x26, 0x27, 0x3e, 0x2b, 0x0a, 0x2e, -+ 0x2b, 0x2a, 0x2a, 0x2e, 0x3a, 0x62, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x68, 0xf8, -+ 0xa8, 0xf8, 0xf8, 0xa8, 0xf8, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x27, 0x3e, 0x2b, 0x0b, 0x2e, -+ 0x2a, 0x2b, 0x2a, 0x2e, 0x3a, 0x62, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xb8, 0xa8, 0xb8, 0xb8, 0x68, -+ 0xf8, 0xf8, 0xf8, 0xa8, 0xf8, 0x18, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x24, 0x3c, 0x09, 0x28, 0x2f, -+ 0x2a, 0x2b, 0x2f, 0x3b, 0x66, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x90, 0xf0, 0xf0, 0xf0, 0x10, 0xfc, -+ 0xa8, 0xb8, 0xb8, 0xb8, 0xe8, 0x88, 0x00, 0x00, -+ 0x08, 0x11, 0x3c, 0x24, 0x3d, 0x25, 0x3d, 0x27, -+ 0x7d, 0x0d, 0x14, 0x64, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x10, 0x00, 0xf8, -+ 0x08, 0x08, 0x08, 0x08, 0x10, 0x60, 0x00, 0x00, -+ 0x08, 0x10, 0x3c, 0x27, 0x3c, 0x24, 0x3d, 0x27, -+ 0x7e, 0x0d, 0x14, 0x64, 0x04, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xe0, 0xe0, 0x50, 0x50, -+ 0x48, 0xf4, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x13, 0x3e, 0x27, 0x3e, 0x27, 0x3c, 0x27, -+ 0x7d, 0x0d, 0x15, 0x64, 0x07, 0x0c, 0x00, 0x00, -+ 0xa0, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x00, 0xfc, -+ 0xf0, 0x10, 0xf0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x11, 0x3c, 0x24, 0x3c, 0x25, 0x3e, 0x26, -+ 0x7f, 0x0c, 0x15, 0x66, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0xe0, 0xa0, 0xb8, 0xa8, 0x08, 0x70, 0x40, -+ 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x40, 0x00, 0x00, -+ 0x09, 0x10, 0x3f, 0x24, 0x3d, 0x24, 0x3f, 0x26, -+ 0x7c, 0x0f, 0x14, 0x64, 0x05, 0x0e, 0x00, 0x00, -+ 0x10, 0xa0, 0xf8, 0x40, 0xf0, 0x40, 0xfc, 0x40, -+ 0x40, 0xfc, 0x40, 0xa0, 0x10, 0x0c, 0x00, 0x00, -+ 0x08, 0x13, 0x3a, 0x2a, 0x3a, 0x2b, 0x3b, 0x2f, -+ 0x7b, 0x1b, 0x2d, 0x4d, 0x09, 0x19, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0xa8, 0xb0, 0x7c, 0xd0, 0x78, -+ 0x50, 0x78, 0x50, 0x50, 0x7c, 0x40, 0x00, 0x00, -+ 0x08, 0x13, 0x3a, 0x2a, 0x3b, 0x2b, 0x3b, 0x2f, -+ 0x7b, 0x1a, 0x2d, 0x4d, 0x0a, 0x18, 0x00, 0x00, -+ 0x40, 0xfc, 0xa8, 0xfc, 0xd0, 0x78, 0x78, 0x50, -+ 0x7c, 0x40, 0xa8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x09, 0x0a, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0xc8, 0xc8, 0xc8, -+ 0xd8, 0xc0, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x01, 0x3f, 0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x7f, -+ 0x01, 0x31, 0x0c, 0x06, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0xe0, 0x20, 0xe0, 0x20, 0xe0, 0xfc, -+ 0x00, 0x18, 0x60, 0xc0, 0x30, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3f, 0x2b, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7e, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x24, 0xc0, 0x10, -+ 0x20, 0xc4, 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x09, 0x3e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x08, 0x7e, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x28, 0x24, 0x24, 0xfc, 0x20, 0x20, 0xe0, 0xa0, -+ 0x90, 0x90, 0xb4, 0xcc, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x08, 0x3e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x30, 0x48, 0xf4, 0x24, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2b, 0x3e, 0x2a, -+ 0x3f, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xd0, 0x20, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x08, 0x3f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0xa8, 0xa8, 0x50, 0xa8, 0xa8, 0x00, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x0b, 0x7f, 0x09, 0x3d, 0x2d, 0x3d, 0x2d, -+ 0x3d, 0x09, 0x7f, 0x0b, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0x50, 0xd0, 0x50, 0x50, 0xd0, -+ 0x50, 0x50, 0xd4, 0x54, 0x54, 0x4c, 0x00, 0x00, -+ 0x08, 0x0b, 0x7f, 0x09, 0x3f, 0x2b, 0x3f, 0x2b, -+ 0x3f, 0x09, 0x7f, 0x0b, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x68, 0x68, 0xe8, -+ 0x50, 0x50, 0xd8, 0x68, 0x44, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x09, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x78, 0x90, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0x50, 0x50, 0x94, 0x14, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x09, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0xa8, 0xa8, 0x50, 0x50, 0xa8, 0xa8, 0x00, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x09, 0x3e, 0x2a, 0x3f, 0x2b, -+ 0x3e, 0x09, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x68, 0x90, 0xd8, 0x24, 0xf8, -+ 0x68, 0x68, 0x90, 0x90, 0x68, 0x44, 0x00, 0x00, -+ 0x10, 0x13, 0x7c, 0x10, 0x7f, 0x56, 0x7f, 0x56, -+ 0x7e, 0x13, 0x7e, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0xf8, 0xd8, -+ 0xd8, 0x68, 0x48, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x10, 0x13, 0x7c, 0x10, 0x7f, 0x56, 0x7f, 0x57, -+ 0x7f, 0x13, 0x7f, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0x58, 0x58, -+ 0x58, 0xf8, 0x18, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x3e, 0x08, 0x7f, 0x14, 0x23, 0x5f, 0x0f, -+ 0x09, 0x0f, 0x09, 0x0f, 0x7f, 0x01, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0x50, 0x88, 0xf4, 0xe0, -+ 0x20, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x09, 0x7e, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x50, -+ 0xf8, 0x24, 0xf8, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x09, 0x7f, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xf0, 0x90, 0x90, 0xf0, 0x00, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x09, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x0b, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xf0, 0x90, 0xf0, 0x90, 0xf0, -+ 0x40, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x09, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x09, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0x00, 0xf8, 0x88, 0xf8, -+ 0x24, 0x64, 0xd8, 0x50, 0x68, 0x84, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x3f, 0x5e, 0x7f, 0x3e, -+ 0x2a, 0x3e, 0x2a, 0x3e, 0x7f, 0x09, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x50, 0x54, 0x94, 0x0c, 0xf8, -+ 0x48, 0x50, 0x30, 0x20, 0x50, 0x8c, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x09, 0x3f, 0x2b, 0x3f, 0x2b, -+ 0x3f, 0x09, 0x7f, 0x0a, 0x0c, 0x09, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xf8, 0x50, 0xf8, 0x50, -+ 0x50, 0xfc, 0xa8, 0x90, 0xe8, 0x84, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x09, 0x3f, 0x2b, 0x3f, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xfc, 0x28, 0xac, 0xac, 0x00, -+ 0xf8, 0x08, 0xfc, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x09, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x28, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0x38, 0xe8, 0xfc, 0x90, 0x50, 0x30, 0x00, 0x00, -+ 0x10, 0x10, 0x7f, 0x12, 0x7f, 0x56, 0x7e, 0x57, -+ 0x7f, 0x13, 0x7f, 0x15, 0x15, 0x1a, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0x24, 0xe8, 0x30, 0x64, 0xa4, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x09, 0x3e, 0x2a, 0x3f, 0x2a, -+ 0x3f, 0x09, 0x7f, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0x50, 0xf8, 0x54, 0x70, -+ 0xfc, 0x04, 0x74, 0x54, 0x74, 0x0c, 0x00, 0x00, -+ 0x10, 0x10, 0x7f, 0x12, 0x7f, 0x56, 0x7f, 0x57, -+ 0x7d, 0x10, 0x7e, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x28, 0x24, 0xfc, 0x28, 0xe8, 0x10, 0xd4, 0x6c, -+ 0xc4, 0x40, 0xa8, 0x84, 0x94, 0x70, 0x00, 0x00, -+ 0x10, 0x13, 0x7c, 0x13, 0x7e, 0x57, 0x7f, 0x57, -+ 0x7c, 0x13, 0x7e, 0x12, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xfc, 0x48, 0x58, 0x58, 0xfc, -+ 0x80, 0xf8, 0xa8, 0xa8, 0xa8, 0x18, 0x00, 0x00, -+ 0x12, 0x12, 0x7d, 0x15, 0x7a, 0x5a, 0x7d, 0x5f, -+ 0x78, 0x17, 0x78, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x48, 0x48, 0xf4, 0xb4, 0xe8, 0xa8, 0xf4, 0x5c, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x13, 0x7e, 0x13, 0x7f, 0x56, 0x7f, 0x56, -+ 0x7e, 0x12, 0x7e, 0x14, 0x17, 0x18, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0xb0, 0xfc, 0xd0, 0xb8, 0x94, -+ 0x20, 0xb8, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x7f, 0x12, 0x7f, 0x57, 0x7f, 0x57, -+ 0x7f, 0x13, 0x7f, 0x15, 0x15, 0x1b, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0x68, 0xb8, 0xf0, 0x50, 0xf0, -+ 0x50, 0xf0, 0xf8, 0x68, 0x68, 0xfc, 0x00, 0x00, -+ 0x01, 0x7f, 0x01, 0x1f, 0x10, 0x1f, 0x01, 0x3f, -+ 0x08, 0x7f, 0x01, 0x3f, 0x01, 0x01, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x20, 0xfc, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x1e, 0x13, 0x12, 0x12, 0x1e, 0x13, 0x10, -+ 0x3e, 0x33, 0x52, 0x1e, 0x12, 0x10, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x48, 0x50, 0xfc, 0x20, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x24, 0x15, 0x19, 0x7f, 0x09, -+ 0x0e, 0x78, 0x09, 0x12, 0x10, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0xe0, 0xe0, 0x50, 0x48, 0x44, 0x40, 0x00, 0x00, -+ 0x03, 0x3e, 0x29, 0x3f, 0x4a, 0x04, 0x3f, 0x2b, -+ 0x3f, 0x3f, 0x2b, 0x25, 0x3b, 0x23, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x48, 0x28, 0x30, 0xfc, 0x10, -+ 0x10, 0xfc, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x10, 0x13, 0x7c, 0x2f, 0x28, 0x2b, 0x7c, 0x13, -+ 0x1c, 0x73, 0x12, 0x23, 0x22, 0x40, 0x00, 0x00, -+ 0x10, 0x90, 0x7c, 0xe8, 0x28, 0xa8, 0x7c, 0x90, -+ 0x10, 0xfc, 0x90, 0x90, 0x90, 0x10, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x20, 0x10, 0x17, 0x00, 0x70, -+ 0x10, 0x10, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x23, 0x12, 0x12, 0x02, 0x73, -+ 0x12, 0x10, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, 0xf8, -+ 0x48, 0x40, 0x40, 0x40, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x22, 0x12, 0x12, 0x02, 0x72, -+ 0x12, 0x12, 0x12, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xa8, 0xa8, 0xe8, -+ 0xa8, 0x08, 0x08, 0x18, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x20, 0x10, 0x11, 0x02, 0x71, -+ 0x11, 0x11, 0x11, 0x11, 0x2c, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x30, 0x00, 0xf8, -+ 0x08, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x20, 0x10, 0x13, 0x02, 0x02, 0x73, 0x12, -+ 0x12, 0x13, 0x12, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0xf8, 0x48, -+ 0x48, 0xf8, 0x08, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x22, 0x12, 0x12, 0x43, 0x24, 0x24, 0x0a, 0x71, -+ 0x11, 0x12, 0x14, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xa0, 0xb0, 0xa8, 0xa4, 0x24, -+ 0x20, 0x20, 0x20, 0x20, 0x00, 0xfc, 0x00, 0x00, -+ 0x20, 0x17, 0x11, 0x42, 0x27, 0x22, 0x03, 0x73, -+ 0x12, 0x13, 0x13, 0x12, 0x2a, 0x47, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x44, 0xfc, 0xd8, 0x68, 0xf8, -+ 0xd8, 0x68, 0xf8, 0x48, 0x58, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x22, 0x12, 0x12, 0x02, 0x72, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xe8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xe8, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x22, 0x13, 0x12, 0x02, 0x73, -+ 0x15, 0x15, 0x19, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x18, 0xe0, 0x00, 0x00, 0xfc, 0x00, 0x00, 0xf8, -+ 0x08, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x27, 0x10, 0x12, 0x02, 0x74, -+ 0x18, 0x11, 0x11, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0xa0, 0xb0, 0xa8, 0xa4, -+ 0xa4, 0x20, 0x20, 0x60, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x20, 0x13, 0x12, 0x02, 0x72, -+ 0x13, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xf8, 0xa8, 0xb8, 0xb8, -+ 0x18, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x27, 0x10, 0x12, 0x01, 0x71, -+ 0x11, 0x16, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x50, 0x48, 0x48, 0xfc, 0x40, 0x48, 0x48, 0x70, -+ 0xd0, 0x48, 0x48, 0xc0, 0x00, 0xfc, 0x00, 0x00, -+ 0x20, 0x17, 0x12, 0x42, 0x24, 0x22, 0x00, 0x73, -+ 0x10, 0x10, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x48, 0x48, 0x90, 0x48, 0x00, 0xf8, -+ 0x40, 0x40, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x09, 0x27, 0x11, 0x11, 0x02, 0x74, -+ 0x11, 0x12, 0x10, 0x1b, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0xa0, 0x18, 0xe4, 0x20, 0x24, 0x9c, 0xf0, -+ 0x90, 0x60, 0xd0, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x22, 0x15, 0x11, 0x01, 0x71, -+ 0x11, 0x11, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0x44, 0xf4, 0x10, 0xf0, 0x10, -+ 0xf0, 0x10, 0x10, 0x30, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x21, 0x11, 0x10, 0x03, 0x70, -+ 0x11, 0x10, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0x10, 0xf0, 0x00, 0xf8, 0x40, -+ 0xf0, 0x40, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x21, 0x11, 0x16, 0x42, 0x26, 0x2b, 0x03, 0x75, -+ 0x19, 0x11, 0x11, 0x1e, 0x26, 0x41, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x28, 0x68, 0x70, 0xa0, 0x20, -+ 0x50, 0x50, 0x88, 0x04, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x20, 0x13, 0x12, 0x03, 0x72, -+ 0x13, 0x12, 0x12, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x48, -+ 0xf8, 0x48, 0x48, 0x58, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x09, 0x22, 0x10, 0x10, 0x01, 0x73, -+ 0x15, 0x11, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0xa0, 0x90, 0x08, 0x48, 0x40, 0xa0, 0x10, 0xf8, -+ 0x14, 0x10, 0xf0, 0x10, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x27, 0x10, 0x11, 0x02, 0x77, -+ 0x10, 0x11, 0x10, 0x1b, 0x26, 0x41, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xfc, 0xe0, 0x50, 0x48, 0xfc, -+ 0x90, 0xd0, 0x70, 0x88, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x08, 0x27, 0x11, 0x11, 0x02, 0x74, -+ 0x11, 0x10, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x20, 0x24, 0x5c, 0x40, -+ 0xf0, 0x40, 0xfc, 0x00, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x0b, 0x20, 0x17, 0x11, 0x00, 0x77, -+ 0x10, 0x13, 0x10, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xa0, 0xfc, -+ 0x40, 0xf8, 0x40, 0x40, 0x00, 0xfc, 0x00, 0x00, -+ 0x22, 0x11, 0x11, 0x47, 0x21, 0x21, 0x0f, 0x71, -+ 0x11, 0x12, 0x14, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x0b, 0x0a, 0x23, 0x12, 0x13, 0x01, 0x73, -+ 0x16, 0x12, 0x13, 0x1b, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x48, 0xa8, 0x28, 0xf8, 0x10, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x22, 0x13, 0x12, 0x03, 0x72, -+ 0x12, 0x13, 0x12, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xb8, 0x88, 0x88, 0xb8, 0x00, 0xf8, 0x28, -+ 0x10, 0x90, 0x28, 0x48, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x21, 0x11, 0x11, 0x00, 0x73, -+ 0x10, 0x11, 0x10, 0x1f, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0x00, 0xf8, -+ 0x40, 0xf0, 0x40, 0xfc, 0x00, 0xfc, 0x00, 0x00, -+ 0x11, 0x09, 0x0a, 0x27, 0x10, 0x13, 0x02, 0x73, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0xf0, 0x10, 0x08, 0xfc, 0xa0, 0xf8, 0xa8, 0x38, -+ 0xe8, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x23, 0x12, 0x12, 0x02, 0x73, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xa8, 0xb8, 0x18, -+ 0xe8, 0x08, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x08, 0x23, 0x12, 0x13, 0x02, 0x73, -+ 0x12, 0x13, 0x13, 0x1c, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0xf8, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, -+ 0x10, 0xf0, 0x30, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x11, 0x08, 0x09, 0x23, 0x14, 0x13, 0x02, 0x73, -+ 0x12, 0x13, 0x12, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0xc0, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, 0xd0, -+ 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x08, 0x0f, 0x20, 0x13, 0x13, 0x02, 0x73, -+ 0x12, 0x13, 0x12, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x18, 0xa8, 0xf8, -+ 0x48, 0xf8, 0x48, 0x58, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x23, 0x10, 0x17, 0x01, 0x71, -+ 0x11, 0x11, 0x17, 0x19, 0x27, 0x41, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa0, 0xfc, 0xf0, 0x50, -+ 0xf0, 0x50, 0xfc, 0x10, 0x30, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x22, 0x12, 0x12, 0x02, 0x72, -+ 0x15, 0x15, 0x1a, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x18, 0xe0, 0x38, 0xfc, 0xa8, 0xb8, 0xe4, 0x9c, -+ 0x50, 0x54, 0x54, 0x8c, 0x00, 0xfc, 0x00, 0x00, -+ 0x11, 0x0b, 0x09, 0x27, 0x11, 0x17, 0x01, 0x71, -+ 0x12, 0x12, 0x14, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x20, 0xa0, 0x20, 0xfc, 0x48, 0xe8, 0x18, 0x90, -+ 0x98, 0xa8, 0xc4, 0x84, 0x00, 0xfc, 0x00, 0x00, -+ 0x20, 0x17, 0x15, 0x45, 0x27, 0x25, 0x05, 0x77, -+ 0x15, 0x15, 0x19, 0x1b, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x64, 0xb4, 0x38, 0xd8, 0x38, -+ 0xd4, 0x14, 0x10, 0x60, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x09, 0x08, 0x27, 0x11, 0x17, 0x01, 0x76, -+ 0x13, 0x10, 0x11, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf0, 0x40, 0xfc, 0x10, 0xb8, 0x90, 0x3c, -+ 0xf8, 0xa0, 0x24, 0x1c, 0x00, 0xfc, 0x00, 0x00, -+ 0x02, 0x39, 0x29, 0x2c, 0x32, 0x33, 0x28, 0x2f, -+ 0x25, 0x25, 0x25, 0x39, 0x22, 0x24, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x78, 0x90, 0xfc, 0x78, 0x48, -+ 0x78, 0x78, 0x48, 0x58, 0x80, 0x7c, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x23, 0x12, 0x13, 0x03, 0x72, -+ 0x12, 0x15, 0x17, 0x18, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x20, 0xac, 0xac, 0xa0, -+ 0xf8, 0x20, 0xfc, 0x20, 0x20, 0xfc, 0x00, 0x00, -+ 0x22, 0x13, 0x14, 0x49, 0x27, 0x25, 0x07, 0x75, -+ 0x17, 0x14, 0x14, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0x28, 0xd8, 0xb0, 0xb8, 0xd0, -+ 0xfc, 0x90, 0x90, 0x90, 0x00, 0xfc, 0x00, 0x00, -+ 0x20, 0x10, 0x17, 0x44, 0x27, 0x24, 0x07, 0x74, -+ 0x17, 0x14, 0x1b, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x80, 0xf0, 0xfc, 0xe8, 0x90, 0x70, 0xf8, 0xc8, -+ 0x68, 0xb0, 0x68, 0xa4, 0xc0, 0xfc, 0x00, 0x00, -+ 0x10, 0x0f, 0x08, 0x21, 0x11, 0x11, 0x01, 0x71, -+ 0x13, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf0, 0x50, 0xf0, 0x50, 0xf0, -+ 0xf8, 0x68, 0xf8, 0x08, 0x18, 0xfc, 0x00, 0x00, -+ 0x11, 0x0f, 0x0c, 0x27, 0x14, 0x17, 0x02, 0x7f, -+ 0x13, 0x12, 0x14, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xbc, 0xc8, 0xc8, 0x28, 0xd0, -+ 0x98, 0xa8, 0xc4, 0x84, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x21, 0x11, 0x11, 0x03, 0x72, -+ 0x15, 0x17, 0x10, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf0, 0x10, 0xf0, 0xf0, 0xf0, 0xfc, 0xa8, -+ 0x78, 0xfc, 0xf0, 0x10, 0x60, 0xfc, 0x00, 0x00, -+ 0x10, 0x09, 0x09, 0x21, 0x11, 0x11, 0x03, 0x72, -+ 0x15, 0x17, 0x11, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf0, 0x10, 0xd0, 0xd0, 0xf0, 0xfc, 0xe8, -+ 0x10, 0xfc, 0x10, 0xf0, 0x00, 0xfc, 0x00, 0x00, -+ 0x10, 0x0b, 0x0a, 0x23, 0x12, 0x1d, 0x03, 0x72, -+ 0x17, 0x13, 0x15, 0x19, 0x26, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x28, 0x7c, 0x50, 0xfc, -+ 0xd0, 0x7c, 0xd0, 0x7c, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x0f, 0x78, 0x0a, 0x2a, 0x2a, 0x2a, -+ 0x3e, 0x2a, 0x08, 0x0a, 0x0c, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xa0, 0x90, 0x88, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x12, 0x12, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x12, -+ 0x1e, 0x12, 0x12, 0x12, 0x1e, 0x12, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0xd0, 0x60, 0x50, 0x50, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x01, 0x06, 0x38, 0x20, 0x20, 0x3f, 0x24, 0x24, -+ 0x24, 0x24, 0x27, 0x38, 0x60, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xa0, 0x90, 0x88, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x7e, 0x12, 0x12, 0x12, 0x22, 0x4c, 0x00, -+ 0x3e, 0x22, 0x22, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xa0, 0x90, 0x88, -+ 0x88, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x00, 0x7e, 0x08, -+ 0x08, 0x3e, 0x08, 0x08, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xa0, 0x90, 0x88, -+ 0x88, 0x88, 0xc8, 0xb0, 0x80, 0x80, 0x00, 0x00, -+ 0x14, 0x12, 0x22, 0x48, 0x08, 0x14, 0x12, 0x22, -+ 0x7e, 0x22, 0x22, 0x3e, 0x22, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xa0, 0x90, 0x88, -+ 0x88, 0x88, 0xc8, 0xb0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x3f, 0x00, 0x1f, 0x10, 0x1f, 0x13, 0x12, -+ 0x13, 0x17, 0x14, 0x27, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x08, 0xf8, 0xe0, 0x20, -+ 0xe0, 0xf0, 0x90, 0xf4, 0x04, 0xfc, 0x00, 0x00, -+ 0x03, 0x3c, 0x32, 0x29, 0x29, 0x40, 0x3e, 0x04, -+ 0x08, 0x0e, 0x78, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x90, 0x90, 0xa0, 0x90, 0x88, -+ 0x88, 0x88, 0xc8, 0xb0, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x77, 0x55, 0x55, 0x77, 0x00, 0x3e, 0x00, -+ 0x7f, 0x10, 0x1e, 0x22, 0x02, 0x0c, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x10, 0x1f, 0x29, 0x6b, 0x3f, 0x29, 0x0e, 0x10, -+ 0x1f, 0x29, 0x6b, 0x3f, 0x29, 0x16, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x7f, 0x08, 0x3f, 0x21, -+ 0x2f, 0x2b, 0x2f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0xd0, 0x60, 0x50, 0x48, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x77, 0x55, 0x77, 0x00, 0x3e, 0x2a, 0x3e, -+ 0x2a, 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x50, 0x50, 0x60, 0x50, 0x48, -+ 0x48, 0x48, 0x48, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x04, 0x25, 0x16, 0x7f, 0x0e, 0x15, 0x75, 0x1f, -+ 0x2d, 0x6d, 0x1f, 0x11, 0x21, 0x41, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0xd0, 0x50, 0x60, 0xd0, 0xc8, -+ 0x48, 0x48, 0xc8, 0x70, 0x40, 0x40, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0x80, 0xfc, 0x10, 0x10, 0x10, 0x10, 0x10, -+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x2f, -+ 0x33, 0x31, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0xa0, 0x20, 0x20, 0xfc, 0xa8, 0x20, 0x20, -+ 0x30, 0x30, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf0, 0x50, 0x50, 0x54, 0x94, 0x0c, 0xf8, -+ 0x48, 0x50, 0x30, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x48, 0xc8, 0x48, 0x48, 0xfc, 0x48, 0x48, 0x48, -+ 0x78, 0x48, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x08, 0xb0, 0xe0, 0x20, 0x20, 0xfc, 0x70, 0x70, -+ 0x70, 0xa8, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0xa0, 0x38, 0x48, 0xd0, 0x30, 0x20, 0x40, -+ 0xf8, 0x48, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x28, 0xc8, 0x30, 0x28, 0xfc, 0x04, 0x78, -+ 0x48, 0x78, 0x48, 0x78, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x2f, -+ 0x37, 0x33, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x78, 0x08, 0xf0, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x37, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x50, 0xd0, 0x50, 0xf8, 0x50, 0x50, 0xfc, 0x00, -+ 0x78, 0x48, 0x78, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2d, 0x2d, 0x37, -+ 0x33, 0x23, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x48, 0x48, 0x68, 0xb4, 0x24, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3f, 0x2e, 0x2e, 0x37, -+ 0x37, 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, 0xd8, 0xf8, -+ 0xb8, 0xd4, 0xd4, 0x90, 0x90, 0x90, 0x00, 0x00, -+ 0x00, 0x7e, 0x18, 0x19, 0x7e, 0x5a, 0x5a, 0x7e, -+ 0x67, 0x47, 0x7f, 0x43, 0x7f, 0x42, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf0, 0x90, 0xf0, 0x00, -+ 0xf8, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x2e, 0x35, 0x3f, 0x2a, 0x3f, 0x7f, -+ 0x02, 0x1f, 0x14, 0x1f, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0x70, 0x54, 0x9c, 0xf8, 0x70, 0xd8, 0xfc, -+ 0x80, 0xf0, 0xd0, 0xf0, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0d, 0x3e, 0x2e, 0x2e, 0x36, -+ 0x37, 0x22, 0x3e, 0x22, 0x3f, 0x22, 0x00, 0x00, -+ 0x20, 0xfc, 0x50, 0xf8, 0x00, 0xa8, 0xa8, 0xac, -+ 0x04, 0xf8, 0xe8, 0xe8, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0d, 0x3e, 0x2f, 0x2e, 0x36, -+ 0x37, 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0xd8, 0x68, 0xd8, 0x68, 0x20, 0xd0, -+ 0x2c, 0xd0, 0x20, 0xc8, 0x30, 0xc0, 0x00, 0x00, -+ 0x00, 0x7f, 0x0c, 0x0c, 0x3e, 0x2e, 0x2e, 0x36, -+ 0x36, 0x22, 0x3e, 0x23, 0x3f, 0x22, 0x00, 0x00, -+ 0x20, 0x38, 0xfc, 0xb8, 0xe8, 0x98, 0xfc, 0xa0, -+ 0xf4, 0xb8, 0xd8, 0x34, 0x54, 0x30, 0x00, 0x00, -+ 0x00, 0x7f, 0x0d, 0x0d, 0x3f, 0x2f, 0x2e, 0x37, -+ 0x36, 0x22, 0x3e, 0x22, 0x3f, 0x22, 0x00, 0x00, -+ 0x60, 0xf8, 0x68, 0xf8, 0x68, 0xf8, 0x00, 0xfc, -+ 0xf8, 0x88, 0xf8, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x0d, 0x0c, 0x3e, 0x2e, 0x2e, 0x36, -+ 0x36, 0x22, 0x3f, 0x22, 0x3e, 0x23, 0x00, 0x00, -+ 0x18, 0xe0, 0xfc, 0x20, 0xf8, 0xb8, 0xe8, 0xf8, -+ 0x20, 0xf8, 0xfc, 0x00, 0xe8, 0x54, 0x00, 0x00, -+ 0x00, 0x7f, 0x0d, 0x0d, 0x3f, 0x2e, 0x2f, 0x36, -+ 0x36, 0x23, 0x3e, 0x23, 0x3e, 0x23, 0x00, 0x00, -+ 0x20, 0xfc, 0xdc, 0x54, 0xdc, 0x50, 0xfc, 0xf8, -+ 0x50, 0xfc, 0x68, 0xd0, 0x68, 0x84, 0x00, 0x00, -+ 0x1b, 0x12, 0x1b, 0x1b, 0x3f, 0x2f, 0x5f, 0x14, -+ 0x1f, 0x1f, 0x07, 0x0f, 0x72, 0x0c, 0x00, 0x00, -+ 0xb0, 0x90, 0xb0, 0xb0, 0xfc, 0xe8, 0xf0, 0xd0, -+ 0xf0, 0xf0, 0xc0, 0xf0, 0x4c, 0xc0, 0x00, 0x00, -+ 0x03, 0x7d, 0x49, 0x2a, 0x2c, 0x7f, 0x18, 0x1c, -+ 0x1a, 0x29, 0x29, 0x48, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x02, 0x7d, 0x4b, 0x2b, 0x2c, 0x7f, 0x18, 0x1d, -+ 0x1a, 0x2b, 0x28, 0x49, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x68, 0xf8, 0x40, 0xf8, 0x40, 0xfc, -+ 0x90, 0xfc, 0x40, 0xf8, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x3e, 0x7f, 0x1c, 0x2a, 0x5f, 0x17, 0x14, -+ 0x17, 0x17, 0x1f, 0x20, 0x5f, 0x00, 0x00, 0x00, -+ 0x40, 0x7c, 0xd0, 0x30, 0xcc, 0xf8, 0xf0, 0x90, -+ 0xf0, 0xf0, 0xf8, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0x70, 0x10, 0x10, 0x50, 0x50, 0x50, 0x50, -+ 0x90, 0x88, 0x88, 0x08, 0x04, 0x04, 0x00, 0x00, -+ 0x04, 0x04, 0x09, 0x11, 0x02, 0x04, 0x1f, 0x61, -+ 0x1f, 0x09, 0x05, 0x05, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x20, 0x10, 0x10, 0x80, 0x40, 0xf0, 0x0c, -+ 0xf0, 0x20, 0x20, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xc8, 0x48, 0x68, -+ 0x58, 0x4c, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xc8, 0xa8, 0x90, 0x50, 0x50, -+ 0x60, 0x20, 0x60, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xa8, 0xb8, 0xe8, 0xa8, 0xa8, -+ 0xa8, 0xb8, 0xa0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0x08, 0xe8, 0x08, -+ 0x28, 0xc8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1d, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x80, 0x80, 0xfc, 0x90, 0x90, -+ 0x90, 0x90, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x73, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xb0, 0xa8, 0xa8, 0x24, 0x2c, -+ 0x68, 0x10, 0x10, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0xa8, 0xa0, -+ 0xa0, 0xa0, 0x90, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0xc8, 0xc8, 0xa8, -+ 0xb0, 0x90, 0xb0, 0x28, 0x48, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x20, 0x28, 0x24, 0xfc, 0xa0, 0xa8, 0xa8, 0xa8, -+ 0x98, 0x90, 0x94, 0xec, 0xac, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0x90, 0xfc, 0x90, 0x90, 0x90, -+ 0xf0, 0x90, 0x90, 0x90, 0xf0, 0x90, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0x88, 0x88, 0x88, -+ 0xf8, 0x88, 0x80, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x28, 0xc8, 0x50, -+ 0x30, 0x20, 0x30, 0x48, 0xf4, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x88, 0x40, 0x40, 0x48, -+ 0x70, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x23, 0x5c, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1c, 0x18, 0x0e, 0x71, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x28, 0xf8, 0x20, -+ 0xfc, 0x24, 0x58, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xa8, 0xa8, 0xf8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xf8, 0x88, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x40, 0x80, 0xf8, 0x88, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x11, 0x11, 0x22, 0x4a, 0x0f, 0x11, 0x17, 0x31, -+ 0x55, 0x13, 0x13, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x00, 0x3c, 0x80, 0x40, 0xfc, 0x08, 0xc8, 0x08, -+ 0x48, 0x88, 0x08, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xf8, 0xa0, 0x20, 0xfc, 0x70, -+ 0x70, 0xa8, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0xe0, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x20, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x2a, 0x26, 0x7a, 0x12, 0x7e, -+ 0x12, 0x57, 0x38, 0x31, 0x1d, 0x62, 0x00, 0x00, -+ 0x40, 0x80, 0x38, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xa8, 0xb8, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x08, 0x7f, -+ 0x09, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xa8, 0xa8, 0xa8, 0x74, -+ 0x24, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0x70, 0xa8, 0x24, 0xf0, -+ 0x50, 0x5c, 0x94, 0x84, 0x04, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0xa8, 0xa4, 0x24, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0x20, 0x20, 0xfc, 0x80, -+ 0x80, 0x80, 0x80, 0x80, 0x80, 0x78, 0x00, 0x00, -+ 0x10, 0x13, 0x18, 0x24, 0x27, 0x7e, 0x12, 0x7f, -+ 0x12, 0x54, 0x38, 0x30, 0x1f, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xa0, 0xb8, 0x08, 0x08, 0xb8, -+ 0xa8, 0xa0, 0xa0, 0xa0, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x19, 0x25, 0x27, 0x7d, 0x11, 0x7d, -+ 0x12, 0x54, 0x38, 0x31, 0x1e, 0x64, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x00, 0xf8, 0x68, 0x68, -+ 0xe8, 0xb8, 0xa0, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0xf8, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x23, 0x5d, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0x48, 0xe8, -+ 0xa8, 0xa8, 0xe8, 0x08, 0xf8, 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, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x08, 0x15, 0x13, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0xa8, 0xa8, 0x50, 0x50, 0xa8, 0xa8, 0x00, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x50, -+ 0x7c, 0xc8, 0x30, 0x64, 0x9c, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x0c, 0xf0, 0xa8, 0xa4, 0x04, 0xf8, 0x28, 0xfc, -+ 0x28, 0xf8, 0x28, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x13, 0x22, 0x5c, 0x09, 0x7f, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x68, 0x90, 0xd0, 0x28, 0xf8, -+ 0x48, 0x68, 0x90, 0x90, 0x68, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x09, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x71, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x20, 0x20, 0xfc, 0x20, -+ 0x38, 0x28, 0x48, 0x48, 0x88, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x60, 0x60, 0xa4, 0xa8, -+ 0xb0, 0xa0, 0xa0, 0xa4, 0xa4, 0x9c, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5c, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x70, 0x00, 0x00, -+ 0x10, 0xf8, 0x14, 0x14, 0xfc, 0x50, 0x50, 0x70, -+ 0x50, 0x50, 0x74, 0xcc, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x23, 0x5d, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xd8, 0x48, 0x00, 0xf8, -+ 0x28, 0x28, 0xd0, 0x10, 0x28, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, -+ 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x18, 0x14, 0x27, 0x22, 0x7b, 0x12, 0x7f, -+ 0x13, 0x57, 0x3b, 0x32, 0x1c, 0x64, 0x00, 0x00, -+ 0x28, 0x24, 0x24, 0xfc, 0x20, 0xe8, 0x28, 0xe8, -+ 0x50, 0x50, 0xf4, 0x2c, 0x4c, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x18, 0x25, 0x27, 0x78, 0x13, 0x7e, -+ 0x13, 0x56, 0x3b, 0x32, 0x1e, 0x62, 0x00, 0x00, -+ 0xc0, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xa8, 0xa8, -+ 0xa8, 0xd0, 0xd0, 0xa8, 0xa8, 0xa8, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x24, 0x24, 0x78, 0x10, 0x7c, -+ 0x13, 0x55, 0x39, 0x31, 0x1d, 0x61, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xf0, 0x90, 0xf0, 0x90, -+ 0xfc, 0x50, 0x54, 0x8c, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x22, 0x7c, 0x08, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x70, 0x00, 0x00, -+ 0xf0, 0x90, 0x08, 0xfc, 0x00, 0xf0, 0x90, 0x08, -+ 0xfc, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x00, 0xf8, 0x88, 0xf8, 0x00, -+ 0xfc, 0x04, 0x74, 0x54, 0x74, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x23, 0x5d, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0e, 0x73, 0x00, 0x00, -+ 0x98, 0xe0, 0x84, 0x7c, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0xfc, 0xc8, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x22, 0x5c, 0x09, 0x7c, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x58, 0x48, 0xa8, 0x20, 0x50, -+ 0x88, 0xfc, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x12, 0x11, 0x19, 0x26, 0x25, 0x7d, 0x10, 0x7c, -+ 0x13, 0x55, 0x39, 0x31, 0x1e, 0x64, 0x00, 0x00, -+ 0x70, 0x10, 0x50, 0x48, 0x84, 0x78, 0x20, 0xfc, -+ 0x20, 0x30, 0x48, 0x88, 0x80, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x1f, 0x12, 0x1f, 0x17, 0x27, 0x59, -+ 0x0e, 0x77, 0x1f, 0x09, 0x3f, 0x00, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x48, 0xf8, 0x58, 0xe4, 0x3c, -+ 0xe0, 0xdc, 0xf0, 0x20, 0xf8, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x1a, 0x27, 0x26, 0x7b, 0x12, 0x7f, -+ 0x12, 0x55, 0x38, 0x30, 0x1f, 0x60, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xe8, 0x50, 0xd0, 0xa8, 0xc4, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x3e, 0x2a, 0x3e, 0x7f, 0x09, -+ 0x06, 0x7b, 0x1f, 0x09, 0x3f, 0x00, 0x00, 0x00, -+ 0x18, 0xe0, 0x80, 0xfc, 0x90, 0x90, 0x10, 0x10, -+ 0xc0, 0xbc, 0xf0, 0x20, 0xf8, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x22, 0x5c, 0x09, 0x7f, -+ 0x0b, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x08, 0x80, 0xfc, 0x20, 0x78, -+ 0x48, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x10, 0x12, 0x1a, 0x26, 0x27, 0x7a, 0x10, 0x7c, -+ 0x13, 0x56, 0x3a, 0x32, 0x1c, 0x60, 0x00, 0x00, -+ 0xa0, 0xb8, 0xa8, 0xe8, 0xd0, 0xb0, 0xa8, 0xc8, -+ 0xfc, 0xc8, 0xa8, 0xa8, 0x88, 0x98, 0x00, 0x00, -+ 0x11, 0x11, 0x19, 0x25, 0x27, 0x79, 0x11, 0x7d, -+ 0x11, 0x55, 0x3a, 0x32, 0x1c, 0x61, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x7c, 0xe0, 0x20, 0xbc, 0xd0, -+ 0xfc, 0x90, 0xa8, 0xa8, 0xc4, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x5c, 0x09, 0x7f, -+ 0x09, 0x2b, 0x1c, 0x18, 0x0e, 0x73, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, 0x54, -+ 0xfc, 0xf8, 0x88, 0x50, 0x70, 0x8c, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x13, 0x22, 0x5d, 0x08, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x18, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xf8, 0xd8, 0x68, 0xd8, 0x68, 0x40, 0xa0, -+ 0x30, 0xcc, 0x20, 0xc8, 0x30, 0xc0, 0x00, 0x00, -+ 0x12, 0x11, 0x19, 0x24, 0x26, 0x79, 0x11, 0x7c, -+ 0x13, 0x55, 0x39, 0x31, 0x1e, 0x64, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xa8, 0xf8, 0xa8, -+ 0xf8, 0x20, 0xfc, 0x20, 0xa0, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x13, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2b, 0x1c, 0x18, 0x0e, 0x71, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xfc, 0xa8, 0xf8, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0x50, 0xd0, 0x30, 0xc8, 0x00, 0x00, -+ 0x10, 0x13, 0x18, 0x27, 0x26, 0x7f, 0x12, 0x7c, -+ 0x13, 0x54, 0x3a, 0x32, 0x1c, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xb8, 0x08, 0xb8, 0xa8, 0xa0, -+ 0xfc, 0x40, 0xa8, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x10, 0x17, 0x18, 0x27, 0x26, 0x7b, 0x11, 0x7d, -+ 0x11, 0x55, 0x39, 0x33, 0x1c, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0xf0, 0x10, -+ 0xf0, 0x10, 0xf0, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x11, 0x11, 0x1f, 0x27, 0x26, 0x7a, 0x13, 0x7f, -+ 0x10, 0x55, 0x3b, 0x31, 0x1d, 0x63, 0x00, 0x00, -+ 0x20, 0x20, 0xe0, 0xa0, 0xbc, 0xe8, 0xe8, 0xa8, -+ 0x90, 0xd0, 0x30, 0x28, 0x48, 0x84, 0x00, 0x00, -+ 0x10, 0x11, 0x18, 0x27, 0x25, 0x7b, 0x11, 0x7d, -+ 0x13, 0x57, 0x38, 0x30, 0x1d, 0x62, 0x00, 0x00, -+ 0x40, 0xf8, 0x40, 0xfc, 0x10, 0xb8, 0x10, 0xbc, -+ 0x00, 0xfc, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x23, 0x5c, 0x08, 0x7f, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x70, 0x00, 0x00, -+ 0x18, 0xe8, 0xa8, 0x70, 0xfc, 0x70, 0xa8, 0x24, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0f, 0x70, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x54, 0x88, 0xfc, 0x88, 0xf8, -+ 0x88, 0xf8, 0xa8, 0xa4, 0x24, 0x60, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xfc, 0x54, 0xfc, 0x00, 0xfc, 0x00, 0xf8, -+ 0x88, 0xf8, 0x64, 0xd8, 0x68, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x13, 0x23, 0x5d, 0x09, 0x7f, -+ 0x08, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x20, 0xf8, 0xf8, 0x20, 0xfc, -+ 0x00, 0xdc, 0x54, 0x74, 0x04, 0x0c, 0x00, 0x00, -+ 0x11, 0x13, 0x19, 0x27, 0x24, 0x7b, 0x12, 0x7f, -+ 0x13, 0x55, 0x3b, 0x31, 0x1f, 0x60, 0x00, 0x00, -+ 0x30, 0xe8, 0x28, 0xfc, 0x20, 0xa8, 0xa8, 0xa8, -+ 0xd8, 0x10, 0x94, 0xec, 0x4c, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x24, 0x27, 0x78, 0x13, 0x7e, -+ 0x13, 0x56, 0x39, 0x31, 0x1e, 0x60, 0x00, 0x00, -+ 0xa0, 0xb0, 0xe8, 0xa8, 0xfc, 0x20, 0xe8, 0x68, -+ 0xd8, 0x50, 0x94, 0xec, 0x2c, 0x44, 0x00, 0x00, -+ 0x09, 0x08, 0x15, 0x13, 0x22, 0x5c, 0x08, 0x7e, -+ 0x09, 0x2b, 0x1d, 0x19, 0x0f, 0x71, 0x00, 0x00, -+ 0x24, 0xa8, 0xfc, 0x08, 0xf8, 0x88, 0xf8, 0x00, -+ 0xfc, 0x24, 0xfc, 0x24, 0xfc, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x13, 0x23, 0x5d, 0x09, 0x7e, -+ 0x09, 0x2a, 0x1c, 0x19, 0x0c, 0x71, 0x00, 0x00, -+ 0x50, 0x3c, 0xd4, 0xb4, 0x6c, 0x94, 0xfc, 0x54, -+ 0xcc, 0x70, 0xd0, 0x20, 0x50, 0x8c, 0x00, 0x00, -+ 0x00, 0x3e, 0x29, 0x3e, 0x25, 0x3d, 0x29, 0x3f, -+ 0x06, 0x7b, 0x1f, 0x09, 0x3f, 0x00, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0x00, 0xf8, 0x68, 0xf8, 0x00, -+ 0xc0, 0xbc, 0xf0, 0x20, 0xf8, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x18, 0x25, 0x27, 0x79, 0x10, 0x7d, -+ 0x13, 0x54, 0x3b, 0x32, 0x1f, 0x60, 0x00, 0x00, -+ 0x40, 0xfc, 0x40, 0xf0, 0xfc, 0xe8, 0x40, 0xf0, -+ 0xfc, 0x08, 0xfc, 0xc8, 0xa8, 0x18, 0x00, 0x00, -+ 0x10, 0x13, 0x1a, 0x27, 0x26, 0x7a, 0x13, 0x7e, -+ 0x12, 0x56, 0x3a, 0x32, 0x1c, 0x67, 0x00, 0x00, -+ 0x20, 0xfc, 0x50, 0xfc, 0x50, 0x70, 0xfc, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x12, 0x12, 0x15, 0x2d, 0x26, 0x7a, 0x15, 0x7f, -+ 0x10, 0x57, 0x38, 0x31, 0x1e, 0x60, 0x00, 0x00, -+ 0x48, 0x88, 0xf4, 0xb4, 0xe8, 0xa8, 0xf4, 0x5c, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x26, 0x27, 0x7a, 0x12, 0x7e, -+ 0x12, 0x56, 0x3a, 0x32, 0x1c, 0x65, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0x68, 0xb8, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0x28, 0xd4, 0xcc, 0x38, 0x00, 0x00, -+ 0x11, 0x11, 0x1a, 0x25, 0x27, 0x7a, 0x13, 0x7f, -+ 0x13, 0x56, 0x3b, 0x32, 0x1f, 0x64, 0x00, 0x00, -+ 0x50, 0x50, 0xa0, 0x50, 0xf8, 0xe8, 0x98, 0xf8, -+ 0x68, 0xd8, 0x68, 0xdc, 0x64, 0x84, 0x00, 0x00, -+ 0x10, 0x10, 0x1b, 0x26, 0x27, 0x7a, 0x12, 0x7e, -+ 0x12, 0x56, 0x3b, 0x35, 0x1d, 0x67, 0x00, 0x00, -+ 0x40, 0x78, 0xfc, 0x68, 0xb8, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xf8, 0x68, 0x68, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x22, 0x5c, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x19, 0x0f, 0x72, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, -+ 0x88, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x19, 0x27, 0x24, 0x7f, 0x15, 0x7f, -+ 0x13, 0x56, 0x3b, 0x32, 0x1e, 0x62, 0x00, 0x00, -+ 0x40, 0xa0, 0x10, 0xfc, 0x00, 0xfc, 0xb4, 0xfc, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x10, 0x17, 0x18, 0x27, 0x26, 0x7b, 0x10, 0x7d, -+ 0x13, 0x55, 0x39, 0x31, 0x1d, 0x61, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xb8, 0xa8, 0xb8, 0x90, 0xfc, -+ 0x20, 0xf8, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x13, 0x18, 0x24, 0x24, 0x7b, 0x10, 0x7f, -+ 0x12, 0x57, 0x3b, 0x32, 0x1f, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0xf0, 0xf0, 0xf0, 0x10, 0xfc, -+ 0xa8, 0xb8, 0xb8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x11, 0x11, 0x1a, 0x27, 0x25, 0x7a, 0x11, 0x7d, -+ 0x11, 0x55, 0x39, 0x31, 0x1d, 0x66, 0x00, 0x00, -+ 0x98, 0xfc, 0xa8, 0xfc, 0xd8, 0xac, 0xfc, 0x08, -+ 0xf8, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x13, 0x22, 0x5d, 0x08, 0x7e, -+ 0x08, 0x2a, 0x1c, 0x18, 0x0e, 0x73, 0x00, 0x00, -+ 0x90, 0xf8, 0x90, 0xfc, 0xd0, 0x28, 0xfc, 0x88, -+ 0xf8, 0xf8, 0x88, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x1a, 0x27, 0x25, 0x79, 0x16, 0x7d, -+ 0x12, 0x57, 0x39, 0x33, 0x1d, 0x61, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0x28, 0x50, 0xfc, 0x50, -+ 0xf8, 0xd0, 0x78, 0xd0, 0x7c, 0x40, 0x00, 0x00, -+ 0x13, 0x17, 0x6b, 0x17, 0x7f, 0x3a, 0x57, 0x11, -+ 0x06, 0x7b, 0x1f, 0x09, 0x3f, 0x00, 0x00, 0x00, -+ 0x90, 0xd4, 0xe8, 0x98, 0xfc, 0xb8, 0xd4, 0x10, -+ 0xc0, 0xbc, 0xf0, 0x20, 0xf8, 0x00, 0x00, 0x00, -+ 0x13, 0x12, 0x1b, 0x27, 0x27, 0x79, 0x13, 0x7d, -+ 0x11, 0x55, 0x3b, 0x30, 0x1c, 0x63, 0x00, 0x00, -+ 0xb8, 0xa8, 0xb8, 0xb8, 0xb8, 0xfc, 0xf8, 0xf8, -+ 0x20, 0xfc, 0xf8, 0x90, 0x60, 0x9c, 0x00, 0x00, -+ 0x2d, 0x7f, 0x12, 0x3f, 0x7f, 0x2b, 0x3b, 0x3f, -+ 0x06, 0x7b, 0x1f, 0x09, 0x3f, 0x00, 0x00, 0x00, -+ 0x70, 0xd0, 0x54, 0x8c, 0xf8, 0x50, 0xf0, 0x0c, -+ 0xc0, 0xbc, 0xf0, 0x20, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x20, -+ 0x2f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x08, -+ 0xe8, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x2f, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xe8, -+ 0x08, 0x88, 0x48, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x29, -+ 0x29, 0x29, 0x29, 0x2f, 0x28, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x28, -+ 0x28, 0x28, 0x28, 0xe8, 0x28, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x21, -+ 0x2f, 0x22, 0x21, 0x22, 0x2c, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x08, -+ 0xe8, 0x88, 0x08, 0x88, 0x68, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x21, -+ 0x2f, 0x23, 0x25, 0x29, 0x23, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x28, -+ 0xc8, 0x88, 0x48, 0x28, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x27, -+ 0x25, 0x27, 0x25, 0x27, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xc8, -+ 0x48, 0xc8, 0x48, 0xc8, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x3f, -+ 0x21, 0x2f, 0x29, 0x29, 0x29, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xf8, -+ 0x08, 0xe8, 0x28, 0x28, 0xc8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x2f, -+ 0x21, 0x27, 0x21, 0x21, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xe8, -+ 0x08, 0xc8, 0x88, 0x48, 0xe8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x27, -+ 0x21, 0x2f, 0x27, 0x21, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xc8, -+ 0x08, 0xe8, 0xc8, 0x08, 0xe8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x22, -+ 0x2f, 0x22, 0x2f, 0x22, 0x2c, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0x88, -+ 0xe8, 0x88, 0xe8, 0x88, 0x48, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x27, 0x24, -+ 0x27, 0x22, 0x27, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xc8, 0x48, -+ 0xc8, 0x08, 0xc8, 0x48, 0xc8, 0x58, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x24, 0x3f, -+ 0x24, 0x27, 0x25, 0x29, 0x36, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x48, 0x48, -+ 0xa8, 0xd8, 0x28, 0xc8, 0x28, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x23, 0x24, -+ 0x29, 0x26, 0x26, 0x24, 0x27, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xc8, 0x48, -+ 0x88, 0xc8, 0xc8, 0x48, 0xc8, 0x58, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x21, 0x3f, -+ 0x27, 0x2d, 0x37, 0x27, 0x25, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x08, 0xf8, -+ 0xc8, 0x68, 0xd8, 0xc8, 0x28, 0xf8, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x20, 0x3f, -+ 0x2e, 0x2a, 0x2e, 0x26, 0x39, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xc8, 0x68, 0xe8, 0x28, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x28, 0x25, -+ 0x33, 0x28, 0x25, 0x25, 0x29, 0x29, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x68, 0x88, -+ 0xf8, 0x88, 0xe8, 0x28, 0xe8, 0x38, 0x00, 0x00, -+ 0x20, 0x1f, 0x19, 0x4f, 0x29, 0x2f, 0x08, 0x1b, -+ 0x1f, 0x28, 0x2b, 0x4a, 0x4b, 0x4a, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x78, 0x48, 0x78, 0x68, 0x88, -+ 0xf8, 0x88, 0xe8, 0x28, 0xe8, 0x38, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x27, 0x24, 0x27, -+ 0x27, 0x27, 0x21, 0x2f, 0x22, 0x2c, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0xc8, 0x48, 0xc8, -+ 0xc8, 0xc8, 0x48, 0xe8, 0x88, 0x78, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x21, 0x27, 0x2f, -+ 0x21, 0x27, 0x3b, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0x28, 0xc8, 0xe8, -+ 0x48, 0xe8, 0xc8, 0x48, 0xc8, 0x58, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x21, 0x2f, 0x27, -+ 0x25, 0x27, 0x27, 0x23, 0x2d, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0x08, 0xe8, 0xc8, -+ 0x48, 0xc8, 0xc8, 0x88, 0x68, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x29, 0x26, -+ 0x3f, 0x25, 0x2d, 0x2f, 0x24, 0x29, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x88, -+ 0xf8, 0x68, 0x48, 0x48, 0xa8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x21, 0x27, 0x2f, -+ 0x22, 0x2f, 0x27, 0x27, 0x2f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0x08, 0xc8, 0xe8, -+ 0x48, 0xe8, 0xc8, 0x48, 0xe8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x27, 0x25, 0x27, -+ 0x27, 0x25, 0x27, 0x2e, 0x2d, 0x30, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0xe8, 0x08, 0xc8, -+ 0xc8, 0x08, 0xe8, 0xa8, 0x68, 0xd8, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x24, 0x3b, -+ 0x26, 0x3f, 0x2a, 0x2e, 0x24, 0x28, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x48, 0xa8, -+ 0x68, 0xf8, 0xa8, 0xe8, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x2e, 0x2a, 0x2e, -+ 0x27, 0x25, 0x27, 0x27, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0xe8, 0xa8, 0xe8, -+ 0xc8, 0x48, 0xc8, 0xc8, 0xf8, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x3e, 0x28, 0x25, 0x2b, -+ 0x25, 0x23, 0x2d, 0x27, 0x24, 0x2b, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0xf8, 0x88, 0xc8, 0xe8, -+ 0x48, 0xe8, 0xc8, 0xe8, 0x88, 0xf8, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x2e, 0x2b, -+ 0x2e, 0x29, 0x2e, 0x3b, 0x2e, 0x28, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x48, 0xf8, -+ 0xa8, 0xf8, 0x48, 0xf8, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x28, 0x30, 0x28, 0x27, 0x24, -+ 0x24, 0x24, 0x38, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x30, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x31, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x3a, 0x22, 0x24, 0x28, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x00, 0x78, 0x48, 0x48, 0x48, -+ 0x48, 0x70, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x28, 0x30, 0x2b, 0x24, 0x24, -+ 0x24, 0x24, 0x39, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0xa0, 0xa0, -+ 0xa0, 0xa0, 0x24, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x31, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0x40, 0x78, 0x40, 0x40, -+ 0x40, 0x40, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x31, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x3a, 0x22, 0x24, 0x2b, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x28, 0x20, 0xf8, 0x88, -+ 0x50, 0x50, 0x20, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x28, 0x30, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0x80, 0xf8, 0x08, 0x08, -+ 0xf8, 0x08, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x2b, 0x30, 0x28, 0x25, 0x26, -+ 0x24, 0x24, 0x38, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x80, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x00, 0x39, 0x28, 0x2a, 0x32, 0x32, 0x2a, 0x2a, -+ 0x2a, 0x2a, 0x3a, 0x22, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xd8, -+ 0x98, 0x88, 0x98, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x29, 0x31, 0x2a, 0x24, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x80, 0xf8, 0x88, 0x08, 0x08, 0x30, 0x40, 0xb8, -+ 0x08, 0xb8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x2b, 0x31, 0x29, 0x25, 0x26, -+ 0x24, 0x24, 0x38, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x50, 0x50, 0x50, 0xe8, -+ 0x48, 0xa0, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x28, 0x33, 0x28, 0x25, 0x26, -+ 0x24, 0x27, 0x38, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x30, 0xd0, 0x90, 0x90, 0xfc, 0x90, 0x10, 0x50, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 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, 0x24, 0x2b, 0x30, 0x2b, 0x25, 0x25, -+ 0x26, 0x24, 0x38, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0xfc, 0x40, 0x58, 0x48, 0x48, -+ 0xd4, 0xa4, 0xa0, 0x10, 0x08, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x28, 0x30, 0x2b, 0x24, 0x24, -+ 0x24, 0x25, 0x3a, 0x20, 0x20, 0x23, 0x00, 0x00, -+ 0x20, 0x20, 0xb8, 0xa0, 0xa0, 0xfc, 0x20, 0xa4, -+ 0xa4, 0x28, 0x70, 0x20, 0xc0, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x27, 0x28, 0x31, 0x28, 0x27, 0x24, -+ 0x27, 0x39, 0x22, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x90, -+ 0xfc, 0x90, 0x50, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x00, 0x3d, 0x24, 0x2b, 0x31, 0x29, 0x27, 0x25, -+ 0x25, 0x27, 0x38, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x18, 0xe0, 0x40, 0xf8, 0x50, 0x50, 0xfc, 0x50, -+ 0x50, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x2a, 0x33, 0x32, 0x2a, 0x2b, -+ 0x2a, 0x2a, 0x3b, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0x80, 0xf8, 0xa8, 0xa8, 0xa8, -+ 0xb0, 0x90, 0xb0, 0xa8, 0xc8, 0x84, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x29, 0x31, 0x29, 0x25, 0x24, -+ 0x27, 0x24, 0x39, 0x20, 0x27, 0x20, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x00, -+ 0xfc, 0x40, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x2a, 0x30, 0x28, 0x24, 0x25, -+ 0x27, 0x25, 0x39, 0x21, 0x23, 0x20, 0x00, 0x00, -+ 0xf0, 0x90, 0x08, 0xf4, 0x00, 0xf0, 0x90, 0x08, -+ 0xfc, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x30, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x39, 0x21, 0x21, 0x26, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x00, 0xf8, 0x08, 0xf8, -+ 0x08, 0xf8, 0x08, 0xf8, 0x98, 0x04, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x29, 0x31, 0x29, 0x25, 0x25, -+ 0x24, 0x24, 0x38, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0x48, 0xf8, 0x48, 0xf8, -+ 0xd0, 0xd0, 0xe8, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x38, 0x28, 0x29, 0x33, 0x34, 0x2b, 0x2a, -+ 0x2a, 0x2b, 0x39, 0x21, 0x22, 0x24, 0x00, 0x00, -+ 0x40, 0x40, 0xa0, 0x10, 0xf8, 0x04, 0xb8, 0xa8, -+ 0xa8, 0xb8, 0x10, 0x98, 0x64, 0x44, 0x00, 0x00, -+ 0x04, 0x3a, 0x2a, 0x29, 0x34, 0x32, 0x2b, 0x28, -+ 0x2f, 0x2a, 0x3b, 0x22, 0x25, 0x28, 0x00, 0x00, -+ 0x70, 0x50, 0x88, 0xfc, 0x20, 0x64, 0xb4, 0x58, -+ 0xb8, 0x54, 0x94, 0x10, 0x60, 0xfc, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x2b, 0x30, 0x29, 0x25, 0x24, -+ 0x27, 0x25, 0x38, 0x22, 0x22, 0x24, 0x00, 0x00, -+ 0x18, 0xe8, 0x24, 0xf4, 0x40, 0xf0, 0xf8, 0x08, -+ 0xfc, 0xf8, 0x48, 0xa4, 0x94, 0x70, 0x00, 0x00, -+ 0x00, 0x3c, 0x25, 0x2a, 0x31, 0x29, 0x25, 0x25, -+ 0x25, 0x25, 0x39, 0x23, 0x22, 0x24, 0x00, 0x00, -+ 0x20, 0xa8, 0x6c, 0x34, 0xc0, 0xfc, 0x20, 0xf8, -+ 0xf8, 0x20, 0xfc, 0x54, 0xac, 0x18, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x29, 0x31, 0x29, 0x24, 0x27, -+ 0x24, 0x25, 0x3b, 0x20, 0x22, 0x24, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xf8, 0x08, 0xf8, 0x88, 0x74, -+ 0x88, 0x54, 0xfc, 0x00, 0xa8, 0x54, 0x00, 0x00, -+ 0x01, 0x39, 0x2f, 0x2a, 0x37, 0x30, 0x2b, 0x2a, -+ 0x2b, 0x3a, 0x23, 0x22, 0x22, 0x22, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0xa0, 0xf8, 0x08, 0xb8, 0xa0, -+ 0xb8, 0xb8, 0xa0, 0xb8, 0xa4, 0x9c, 0x00, 0x00, -+ 0x01, 0x01, 0x1f, 0x01, 0x7f, 0x01, 0x1f, 0x11, -+ 0x09, 0x0b, 0x0d, 0x71, 0x01, 0x03, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x10, 0xfc, 0x10, 0xf0, 0x10, -+ 0x90, 0xa0, 0x40, 0x30, 0x0c, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x1c, 0x1b, 0x2a, 0x48, 0x3e, -+ 0x00, 0x7e, 0x2c, 0x2b, 0x4a, 0x18, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x28, 0xfc, 0x28, 0xf8, 0x28, -+ 0xa4, 0x78, 0x70, 0xa8, 0x24, 0x60, 0x00, 0x00, -+ 0x04, 0x04, 0x04, 0x0f, 0x08, 0x18, 0x2f, 0x48, -+ 0x08, 0x0f, 0x08, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xfc, 0x40, 0x40, 0xf8, 0x40, -+ 0x40, 0xf8, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x25, 0x26, 0x3c, -+ 0x24, 0x24, 0x26, 0x38, 0x60, 0x00, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x04, 0x04, 0x0f, 0x08, 0x1f, 0x28, 0x4f, 0x08, -+ 0x0f, 0x1e, 0x12, 0x13, 0x12, 0x10, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0x40, 0xf0, 0x40, 0xf0, 0x40, -+ 0xfc, 0x78, 0x48, 0xc8, 0x48, 0x18, 0x00, 0x00, -+ 0x10, 0x10, 0x10, 0x1e, 0x28, 0x49, 0x7f, 0x08, -+ 0x08, 0x14, 0x12, 0x22, 0x40, 0x00, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x10, 0x14, 0x65, 0x29, 0x1b, -+ 0x15, 0x1d, 0x65, 0x09, 0x11, 0x21, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x90, 0x90, 0xfc, 0x20, 0xf8, -+ 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x10, 0x10, 0x11, 0x7f, 0x09, 0x0b, 0x15, 0x39, -+ 0x54, 0x17, 0x10, 0x11, 0x16, 0x10, 0x00, 0x00, -+ 0x90, 0xa0, 0xfc, 0x20, 0xf8, 0xf8, 0x20, 0xfc, -+ 0x40, 0xfc, 0xe0, 0x50, 0x4c, 0x40, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x12, 0x12, 0x2d, 0x49, 0x08, -+ 0x7f, 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x3f, 0x01, 0x3f, 0x3d, 0x5d, 0x05, 0x0f, -+ 0x18, 0x6f, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x00, 0xfc, 0x78, 0x70, 0x40, 0xf8, -+ 0x80, 0xf0, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3f, 0x25, 0x25, 0x3f, 0x25, 0x3f, 0x25, -+ 0x2f, 0x2b, 0x2f, 0x2b, 0x21, 0x43, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0x7c, 0xd0, 0xd0, 0x78, 0x50, -+ 0x50, 0x78, 0x50, 0x50, 0x7c, 0x40, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x02, 0x07, -+ 0x18, 0x6f, 0x08, 0x0f, 0x08, 0x07, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x00, 0xf0, -+ 0x10, 0x90, 0x90, 0xe4, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x05, 0x19, -+ 0x6f, 0x08, 0x0f, 0x0f, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x60, 0x18, -+ 0xe4, 0x20, 0xe0, 0xe0, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x00, 0x3d, -+ 0x08, 0x3f, 0x12, 0x0c, 0x1e, 0x61, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x18, 0xe0, -+ 0x20, 0xfc, 0x20, 0xf8, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x10, -+ 0x4f, 0x20, 0x0b, 0x12, 0x22, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x40, -+ 0xfc, 0x40, 0xf8, 0x48, 0x70, 0x40, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x03, 0x1c, -+ 0x1e, 0x10, 0x1f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x00, 0xf0, -+ 0xf0, 0x10, 0xf0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x01, 0x3f, -+ 0x04, 0x7f, 0x3f, 0x0e, 0x03, 0x3c, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x00, 0xf8, -+ 0x40, 0xfc, 0xf8, 0x40, 0xc0, 0x30, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x10, -+ 0x48, 0x20, 0x0b, 0x12, 0x23, 0x22, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x40, -+ 0x7c, 0x40, 0xf8, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x02, -+ 0x3e, 0x02, 0x3e, 0x02, 0x7c, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x80, -+ 0xf8, 0x80, 0xf8, 0x80, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x21, 0x5d, 0x1d, 0x08, -+ 0x7f, 0x1c, 0x1a, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x08, 0x70, 0x70, 0x20, -+ 0xfc, 0x70, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x04, 0x7f, -+ 0x05, 0x0f, 0x09, 0x7f, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x40, 0xfc, -+ 0x40, 0xe0, 0x20, 0xfc, 0xc0, 0x38, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x1e, 0x12, -+ 0x3d, 0x0f, 0x0f, 0x09, 0x0f, 0x08, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0xf8, 0x48, -+ 0x98, 0xe0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x10, 0x0b, -+ 0x46, 0x21, 0x0f, 0x10, 0x23, 0x20, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x18, 0xf0, -+ 0x4c, 0xf0, 0xfc, 0x40, 0xf8, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x3f, 0x14, -+ 0x7f, 0x1f, 0x1e, 0x1e, 0x12, 0x17, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x40, 0x7c, -+ 0x90, 0x50, 0x20, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x1e, 0x12, -+ 0x1e, 0x11, 0x3e, 0x53, 0x1e, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x20, 0xf8, -+ 0x50, 0xfc, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x01, 0x7f, -+ 0x3e, 0x15, 0x6d, 0x07, 0x0f, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0x00, 0xfc, -+ 0xf8, 0x50, 0x7c, 0xe0, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x0d, 0x79, -+ 0x2f, 0x79, 0x35, 0x1c, 0x67, 0x18, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0xf0, 0x50, -+ 0xf0, 0xf0, 0xf8, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x1c, 0x7f, -+ 0x1c, 0x1c, 0x3e, 0x23, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0xf8, 0x88, -+ 0xf8, 0xf8, 0x7c, 0xd4, 0xfc, 0x98, 0x00, 0x00, -+ 0x00, 0x3f, 0x08, 0x3e, 0x2a, 0x7f, 0x3e, 0x08, -+ 0x3c, 0x01, 0x7e, 0x14, 0x3e, 0x43, 0x00, 0x00, -+ 0x10, 0x10, 0xf8, 0x98, 0x7c, 0x18, 0xf8, 0xd4, -+ 0x38, 0xb8, 0xd4, 0x94, 0xf0, 0x3c, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x3b, 0x2a, -+ 0x3b, 0x3f, 0x09, 0x35, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0xb8, 0xa8, -+ 0xb8, 0xf8, 0x30, 0x48, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x01, 0x3f, 0x3d, 0x5d, 0x3f, 0x2e, -+ 0x3f, 0x2e, 0x35, 0x24, 0x24, 0x5f, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0x78, 0x70, 0xfc, 0x70, -+ 0xfc, 0x70, 0xa8, 0xf0, 0x80, 0xfc, 0x00, 0x00, -+ 0x00, 0x3e, 0x08, 0x3e, 0x2b, 0x7f, 0x3e, 0x08, -+ 0x3d, 0x00, 0x7e, 0x15, 0x1e, 0x63, 0x00, 0x00, -+ 0x0c, 0xf4, 0xa8, 0x50, 0xfc, 0x28, 0xd8, 0xf4, -+ 0x44, 0x78, 0xc8, 0x30, 0x70, 0x8c, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3f, 0x08, 0x7f, 0x3f, -+ 0x2a, 0x2a, 0x3e, 0x22, 0x22, 0x26, 0x00, 0x00, -+ 0x18, 0xf0, 0xa8, 0xa4, 0x04, 0xf8, 0x28, 0xfc, -+ 0x28, 0xf8, 0x28, 0x20, 0x20, 0x60, 0x00, 0x00, -+ 0x09, 0x0f, 0x11, 0x7f, 0x0f, 0x08, 0x0f, 0x7e, -+ 0x02, 0x3e, 0x03, 0x7c, 0x0c, 0x30, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xfc, 0xe0, 0x20, 0xe0, 0xfc, -+ 0x80, 0xf8, 0x80, 0xfc, 0x80, 0x80, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x10, 0x3f, 0x2b, 0x2b, 0x2f, -+ 0x2b, 0x2f, 0x2b, 0x2b, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0xc0, 0x40, 0x78, 0x88, 0xf8, 0x58, 0x58, -+ 0x78, 0x50, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x08, 0x3f, 0x2a, 0x2a, 0x2e, -+ 0x2a, 0x2e, 0x2a, 0x2a, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xf8, 0xc8, 0xf8, 0xc8, -+ 0xf8, 0xb0, 0xb0, 0xd4, 0xd4, 0x8c, 0x00, 0x00, -+ 0x00, 0x1f, 0x17, 0x17, 0x1f, 0x2f, 0x4f, 0x09, -+ 0x7f, 0x1f, 0x13, 0x13, 0x1f, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x18, 0x14, 0xfc, 0x90, 0xa8, 0xc4, -+ 0xfc, 0xf0, 0x90, 0x90, 0xf0, 0x10, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1d, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x48, -+ 0x48, 0x48, 0x88, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x14, 0x15, 0x7e, 0x14, 0x1c, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0xc8, 0xa8, 0xa8, 0x48, 0x50, 0x50, -+ 0x20, 0x20, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x14, 0x15, 0x7e, 0x14, 0x1d, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0xc8, 0x48, 0x68, -+ 0x58, 0x4c, 0xc8, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x15, 0x1d, 0x09, 0x3f, 0x2b, -+ 0x3f, 0x09, 0x7f, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0xc0, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x68, 0x98, -+ 0x98, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x08, 0x3e, 0x2b, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xfc, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x0b, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, -+ 0x88, 0xf8, 0x88, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x09, 0x0a, 0x09, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0xa8, 0xb0, 0xa0, 0xf8, 0xc8, -+ 0xc8, 0xb0, 0x30, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x15, 0x1c, 0x08, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x70, -+ 0x70, 0xa8, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x14, 0x15, 0x7e, 0x14, 0x1d, 0x09, 0x3f, 0x2b, -+ 0x3f, 0x09, 0x7f, 0x09, 0x09, 0x09, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0x40, 0xf8, 0x48, 0x48, 0x68, -+ 0x98, 0x98, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x09, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x7f, 0x09, 0x09, 0x0f, 0x72, 0x04, 0x7f, -+ 0x07, 0x0f, 0x09, 0x0f, 0x7f, 0x01, 0x00, 0x00, -+ 0x00, 0xf0, 0x90, 0x54, 0x54, 0x0c, 0x40, 0xfc, -+ 0xc0, 0xe0, 0x20, 0xe0, 0xfc, 0x00, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x09, 0x3e, 0x2b, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0xfc, -+ 0x60, 0x50, 0x50, 0x40, 0x40, 0x40, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x09, 0x3e, 0x2a, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x20, 0x24, 0xf8, 0x70, 0xa8, 0x24, 0x60, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x14, 0x14, 0x7e, 0x14, 0x1c, 0x08, 0x3e, 0x2a, -+ 0x3f, 0x08, 0x7e, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x40, 0xfc, -+ 0xa4, 0xb4, 0xcc, 0xfc, 0x84, 0x18, 0x00, 0x00, -+ 0x28, 0x28, 0x7f, 0x28, 0x38, 0x13, 0x7c, 0x55, -+ 0x7d, 0x12, 0x7e, 0x14, 0x10, 0x10, 0x00, 0x00, -+ 0x50, 0x90, 0x90, 0x94, 0xb4, 0xf4, 0xb8, 0xd0, -+ 0xd0, 0xe8, 0xa8, 0xa8, 0xc4, 0x84, 0x00, 0x00, -+ 0x14, 0x15, 0x7e, 0x14, 0x1d, 0x08, 0x3e, 0x2b, -+ 0x3e, 0x09, 0x7f, 0x08, 0x09, 0x08, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xfc, 0x68, 0xb0, 0x60, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x14, 0x14, 0x7f, 0x14, 0x1c, 0x08, 0x3e, 0x2b, -+ 0x3e, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x20, 0x50, 0x88, 0xfc, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x28, 0x28, 0x7f, 0x28, 0x39, 0x11, 0x7d, 0x55, -+ 0x7d, 0x11, 0x7e, 0x12, 0x14, 0x10, 0x00, 0x00, -+ 0x90, 0x90, 0xfc, 0x90, 0xfc, 0x00, 0xf8, 0xa8, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xa8, 0x98, 0x00, 0x00, -+ 0x2a, 0x29, 0x7d, 0x28, 0x3a, 0x11, 0x7d, 0x54, -+ 0x7f, 0x11, 0x7d, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x50, 0xfc, 0x20, -+ 0xf8, 0x20, 0xfc, 0x20, 0xa0, 0x7c, 0x00, 0x00, -+ 0x2a, 0x29, 0x7d, 0x28, 0x3a, 0x11, 0x7d, 0x54, -+ 0x7f, 0x11, 0x7d, 0x11, 0x12, 0x14, 0x00, 0x00, -+ 0x00, 0xfc, 0x30, 0xfc, 0xb4, 0xfc, 0x20, 0xfc, -+ 0x78, 0xd4, 0x70, 0x48, 0xb8, 0x7c, 0x00, 0x00, -+ 0x28, 0x2f, 0x7c, 0x2b, 0x3a, 0x13, 0x7c, 0x57, -+ 0x7e, 0x13, 0x7e, 0x12, 0x14, 0x14, 0x00, 0x00, -+ 0xa0, 0xfc, 0xa0, 0xf8, 0xa8, 0xf8, 0x48, 0xfc, -+ 0x48, 0x28, 0xb0, 0x94, 0x2c, 0x44, 0x00, 0x00, -+ 0x01, 0x1f, 0x02, 0x7f, 0x00, 0x0f, 0x08, 0x0f, -+ 0x00, 0x0f, 0x08, 0x7f, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xfc, 0x00, 0xe0, 0x20, 0xe0, -+ 0x40, 0xf8, 0x40, 0xfc, 0x40, 0x40, 0x00, 0x00, -+ 0x08, 0x3e, 0x12, 0x7f, 0x01, 0x3e, 0x22, 0x3e, -+ 0x04, 0x3e, 0x24, 0x7f, 0x04, 0x04, 0x00, 0x00, -+ 0x18, 0xf0, 0xa8, 0xa4, 0x04, 0x20, 0xd8, 0x88, -+ 0x88, 0xd8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x02, 0x02, 0x02, 0x3e, 0x02, 0x02, 0x3e, 0x02, -+ 0x02, 0x3e, 0x02, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x78, 0x40, 0x40, 0x78, 0x40, -+ 0x40, 0x78, 0x40, 0x40, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x7f, 0x3e, 0x15, 0x2d, 0x51, 0x1f, 0x1f, -+ 0x12, 0x16, 0x16, 0x16, 0x2f, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x50, 0x68, 0x14, 0xf0, 0xf0, -+ 0x90, 0xd0, 0xd0, 0xd0, 0xf0, 0x10, 0x00, 0x00, -+ 0x01, 0x7f, 0x02, 0x3d, 0x15, 0x2d, 0x42, 0x3e, -+ 0x02, 0x1e, 0x1e, 0x02, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x70, 0x50, 0xe8, 0x84, 0xf8, -+ 0x80, 0xf0, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x01, 0x3f, 0x04, 0x7f, 0x00, 0x0f, 0x08, -+ 0x0f, 0x08, 0x0f, 0x02, 0x0c, 0x70, 0x00, 0x00, -+ 0x00, 0x00, 0xf8, 0x40, 0xfc, 0x00, 0xe0, 0x20, -+ 0xe0, 0x20, 0xe0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x09, 0x7e, 0x24, 0x14, 0x18, 0x7f, 0x00, -+ 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0x48, 0x88, 0x30, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x24, 0x15, 0x19, 0x7e, 0x00, -+ 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x00, 0x00, -+ 0x80, 0x80, 0x80, 0xf8, 0x08, 0x08, 0xe8, 0x08, -+ 0x28, 0xc8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7f, 0x00, 0x1c, 0x14, 0x14, -+ 0x14, 0x15, 0x15, 0x23, 0x20, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x1d, 0x04, 0x14, 0x12, 0x22, 0x49, 0x08, -+ 0x08, 0x14, 0x16, 0x7a, 0x00, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x7f, 0x2a, 0x2a, 0x54, 0x2a, 0x2a, 0x00, -+ 0x7e, 0x08, 0x08, 0x0e, 0x70, 0x03, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x24, 0x2e, 0x2a, 0x2a, 0x2a, -+ 0x2e, 0x24, 0x24, 0x24, 0x3e, 0x23, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x08, 0x7f, 0x08, 0x08, 0x3e, 0x00, -+ 0x3e, 0x22, 0x22, 0x22, 0x3e, 0x23, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x12, 0x3e, 0x40, 0x3e, 0x04, -+ 0x08, 0x3e, 0x22, 0x22, 0x3e, 0x23, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x02, 0x3d, 0x08, 0x7f, 0x1c, 0x2a, 0x4a, 0x1c, -+ 0x14, 0x14, 0x15, 0x16, 0x24, 0x43, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x3e, 0x2a, 0x3e, 0x08, 0x7f, -+ 0x1c, 0x1a, 0x2a, 0x48, 0x08, 0x0b, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x14, 0x0c, 0x12, 0x3f, 0x24, -+ 0x3a, 0x24, 0x39, 0x22, 0x4c, 0x33, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x2a, 0x3e, 0x2a, 0x3e, 0x08, -+ 0x06, 0x35, 0x31, 0x54, 0x54, 0x0f, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x04, 0x7f, 0x3f, 0x2f, 0x2b, 0x2f, 0x3f, 0x1e, -+ 0x12, 0x1e, 0x12, 0x1e, 0x0e, 0x71, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x21, 0x3f, 0x21, 0x3f, 0x12, 0x6d, -+ 0x2d, 0x1b, 0x7f, 0x35, 0x2a, 0x4a, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0xf8, 0x30, 0xc8, 0x84, 0x00, 0x00, -+ 0x08, 0x2f, 0x28, 0x7f, 0x2a, 0x5c, 0x1a, 0x6f, -+ 0x09, 0x0f, 0x0f, 0x04, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0xf8, 0x88, 0xf8, 0xf8, 0xf8, 0xec, -+ 0x20, 0xe0, 0xe0, 0x40, 0xfc, 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, -+ 0x04, 0x07, 0x3f, 0x2d, 0x37, 0x3f, 0x35, 0x3f, -+ 0x3f, 0x20, 0x3f, 0x57, 0x17, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x90, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x30, 0xc8, 0x84, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x77, 0x55, 0x77, 0x14, 0x3f, -+ 0x64, 0x3e, 0x3e, 0x24, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x30, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x09, 0x0f, 0x0f, 0x3f, 0x01, 0x7f, -+ 0x2a, 0x3b, 0x3b, 0x2a, 0x7f, 0x08, 0x00, 0x00, -+ 0x00, 0xfc, 0x10, 0x20, 0x78, 0x48, 0x78, 0xc8, -+ 0xf8, 0xc8, 0xf8, 0xb0, 0xa8, 0xc4, 0x00, 0x00, -+ 0x00, 0x7f, 0x01, 0x01, 0x01, 0x1f, 0x10, 0x1f, -+ 0x17, 0x15, 0x17, 0x11, 0x2f, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0xc0, 0x20, 0x00, 0xf0, 0xd0, 0x10, -+ 0xd0, 0x50, 0xd4, 0x6c, 0x9c, 0x04, 0x00, 0x00, -+ 0x10, 0x13, 0x12, 0x13, 0x7e, 0x0b, 0x4b, 0x2b, -+ 0x2b, 0x32, 0x1c, 0x64, 0x0b, 0x10, 0x00, 0x00, -+ 0x00, 0xf0, 0x30, 0xd0, 0x90, 0xf0, 0xb0, 0xb0, -+ 0xf0, 0xd0, 0xb4, 0xec, 0x1c, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x11, 0x1e, 0x14, 0x1f, 0x1d, 0x1d, -+ 0x1f, 0x16, 0x15, 0x27, 0x38, 0x40, 0x00, 0x00, -+ 0x20, 0xa0, 0xb0, 0xa8, 0xcc, 0xf4, 0x80, 0xf8, -+ 0xc8, 0xc8, 0x78, 0xc4, 0xb4, 0x0c, 0x00, 0x00, -+ 0x00, 0x1f, 0x13, 0x1c, 0x14, 0x1f, 0x1d, 0x1d, -+ 0x1f, 0x16, 0x15, 0x27, 0x38, 0x40, 0x00, 0x00, -+ 0x00, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, -+ 0xfc, 0x98, 0x64, 0xc4, 0xb4, 0x0c, 0x00, 0x00, -+ 0x00, 0x7f, 0x19, 0x7f, 0x5b, 0x7f, 0x01, 0x3d, -+ 0x01, 0x7f, 0x2d, 0x2a, 0x4b, 0x1c, 0x00, 0x00, -+ 0x00, 0xf8, 0x18, 0xe8, 0x48, 0xf8, 0xd8, 0xd8, -+ 0xf8, 0x6c, 0x5c, 0x74, 0x94, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x23, 0x3d, 0x29, 0x3f, 0x3b, 0x3b, -+ 0x3f, 0x2d, 0x2a, 0x2f, 0x31, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x30, 0xfc, 0xb4, 0xfc, 0x78, 0x00, -+ 0xfc, 0x58, 0x94, 0xb4, 0x64, 0x1c, 0x00, 0x00, -+ 0x0c, 0x0b, 0x3f, 0x09, 0x15, 0x13, 0x35, 0x2f, -+ 0x7f, 0x25, 0x37, 0x2a, 0x4b, 0x54, 0x00, 0x00, -+ 0x00, 0xf8, 0x18, 0xe8, 0x48, 0xf8, 0xd8, 0xd8, -+ 0xf8, 0x6c, 0x5c, 0x74, 0x94, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1f, 0x22, 0x7c, 0x24, 0x3c, -+ 0x24, 0x3c, 0x3c, 0x20, 0x3e, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x3c, 0xe0, 0x20, 0xa8, 0xa8, 0xa8, -+ 0xa8, 0xf8, 0xa8, 0x24, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x22, 0x7c, 0x25, 0x3c, -+ 0x24, 0x3c, 0x3e, 0x20, 0x3f, 0x22, 0x00, 0x00, -+ 0x08, 0x10, 0xe0, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x60, 0x50, 0x90, 0x08, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x1e, 0x22, 0x7c, 0x25, 0x3c, -+ 0x24, 0x3c, 0x3e, 0x20, 0x3e, 0x23, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x48, 0x94, 0x54, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1f, 0x21, 0x7d, 0x25, 0x3d, -+ 0x25, 0x3d, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x20, 0x40, 0xf8, 0x08, 0xe8, 0xa8, 0xa8, -+ 0xa8, 0xe8, 0xa8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x23, 0x7e, 0x22, 0x3f, -+ 0x22, 0x3e, 0x3e, 0x20, 0x3e, 0x23, 0x00, 0x00, -+ 0x18, 0xf0, 0xa8, 0xa4, 0x04, 0x20, 0x20, 0xfc, -+ 0x48, 0x48, 0xf0, 0x10, 0x68, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x17, 0x1e, 0x23, 0x7d, 0x25, 0x3d, -+ 0x25, 0x3d, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x40, 0xf8, 0x48, 0x48, 0xf8, -+ 0x48, 0x48, 0xf8, 0x48, 0x48, 0x58, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x22, 0x7d, 0x24, 0x3d, -+ 0x24, 0x3c, 0x3e, 0x21, 0x3e, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x20, 0xfc, -+ 0x20, 0xb0, 0xa8, 0x24, 0x24, 0x60, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x23, 0x7e, 0x24, 0x3d, -+ 0x25, 0x3d, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x80, 0xf8, 0x88, 0x88, 0x08, 0x30, 0x40, 0x98, -+ 0x08, 0xd8, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x1e, 0x22, 0x7c, 0x25, 0x3c, -+ 0x24, 0x3c, 0x3e, 0x20, 0x3f, 0x22, 0x00, 0x00, -+ 0x50, 0x50, 0xfc, 0x50, 0x20, 0x20, 0xfc, 0x20, -+ 0x38, 0x48, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1f, 0x22, 0x7c, 0x25, 0x3c, -+ 0x24, 0x3d, 0x3e, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x50, 0x48, 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x54, -+ 0x7c, 0xc8, 0x30, 0x74, 0x8c, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x23, 0x7c, 0x24, 0x3d, -+ 0x24, 0x3c, 0x3f, 0x20, 0x3e, 0x21, 0x00, 0x00, -+ 0x20, 0x24, 0xa4, 0xa8, 0x70, 0x50, 0x88, 0x24, -+ 0xa4, 0xa8, 0x70, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x1f, 0x22, 0x7c, 0x24, 0x3c, -+ 0x27, 0x3c, 0x3e, 0x21, 0x3f, 0x22, 0x00, 0x00, -+ 0x90, 0x90, 0x20, 0xfc, 0x90, 0x90, 0x90, 0xd0, -+ 0xbc, 0x90, 0x90, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x11, 0x11, 0x19, 0x27, 0x3d, 0x79, 0x2b, 0x3a, -+ 0x2a, 0x3a, 0x3f, 0x22, 0x3c, 0x21, 0x00, 0x00, -+ 0x00, 0x38, 0x28, 0xe8, 0x28, 0x38, 0xa8, 0xa8, -+ 0xb8, 0xa8, 0xc8, 0x48, 0x88, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x09, 0x1e, 0x74, 0x19, 0x62, 0x0f, -+ 0x77, 0x04, 0x07, 0x07, 0x07, 0x3c, 0x00, 0x00, -+ 0x20, 0x50, 0xac, 0xd0, 0x68, 0x70, 0x80, 0xe0, -+ 0xfc, 0x40, 0xc0, 0xd0, 0xe0, 0x38, 0x00, 0x00, -+ 0x08, 0x08, 0x15, 0x1f, 0x23, 0x7d, 0x25, 0x3d, -+ 0x24, 0x3c, 0x3f, 0x21, 0x3e, 0x24, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0xc8, -+ 0xd0, 0xd0, 0x68, 0x7c, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x1f, 0x23, 0x7d, 0x27, 0x3c, -+ 0x25, 0x3d, 0x3f, 0x21, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0xbc, 0x14, 0x94, 0x54, 0xd4, 0x2c, 0x40, -+ 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x08, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x1f, 0x23, 0x7d, 0x25, 0x3c, -+ 0x25, 0x3d, 0x3f, 0x21, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x68, 0x98, 0x18, 0xf8, 0x00, -+ 0xf8, 0x68, 0x68, 0x68, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x1e, 0x22, 0x7c, 0x24, 0x3c, -+ 0x25, 0x3c, 0x3e, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x50, 0xfc, 0x50, 0x70, 0xf8, 0xa8, 0xf8, 0x20, -+ 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x22, 0x7c, 0x25, 0x3d, -+ 0x25, 0x3c, 0x3e, 0x20, 0x3e, 0x23, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, 0x54, -+ 0xfc, 0xf8, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x14, 0x1e, 0x23, 0x7d, 0x27, 0x3c, -+ 0x24, 0x3c, 0x3e, 0x20, 0x3f, 0x20, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0xfc, 0x08, 0xfc, 0xf8, -+ 0x88, 0xf8, 0x88, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x23, 0x7c, 0x24, 0x3c, -+ 0x24, 0x3c, 0x3e, 0x20, 0x3e, 0x23, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xf8, 0xfc, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x11, 0x11, 0x1a, 0x25, 0x3d, 0x7a, 0x2b, 0x38, -+ 0x2b, 0x3b, 0x3e, 0x22, 0x3e, 0x24, 0x00, 0x00, -+ 0x48, 0x48, 0xf4, 0xd4, 0x48, 0xd4, 0xfc, 0x48, -+ 0xfc, 0x48, 0xa8, 0x34, 0xcc, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x1e, 0x23, 0x7c, 0x27, 0x3c, -+ 0x24, 0x3f, 0x3f, 0x20, 0x3c, 0x23, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x20, 0xfc, 0x90, 0xfc, 0x90, -+ 0xfc, 0x00, 0xfc, 0x50, 0x94, 0x0c, 0x00, 0x00, -+ 0x08, 0x09, 0x15, 0x1f, 0x23, 0x7d, 0x24, 0x3c, -+ 0x25, 0x3c, 0x3f, 0x20, 0x3e, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x68, 0xf8, 0x20, 0x64, 0xdc, 0x50, -+ 0xf8, 0x50, 0xfc, 0x50, 0x88, 0x08, 0x00, 0x00, -+ 0x1e, 0x12, 0x1e, 0x7f, 0x1e, 0x23, 0x0e, 0x0f, -+ 0x77, 0x04, 0x07, 0x07, 0x06, 0x38, 0x00, 0x00, -+ 0x38, 0xfc, 0xa8, 0xd8, 0xb0, 0x34, 0xcc, 0xe0, -+ 0xdc, 0x40, 0xc0, 0xd0, 0xe0, 0x38, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x08, 0x7e, 0x0a, 0x0a, 0x0a, -+ 0x0a, 0x0a, 0x12, 0x12, 0x22, 0x41, 0x00, 0x00, -+ 0x88, 0x50, 0xfc, 0x40, 0xf8, 0x88, 0xf8, 0x88, -+ 0xf8, 0x88, 0xf8, 0x8c, 0x04, 0xfc, 0x00, 0x00, -+ 0x24, 0x14, 0x18, 0x7f, 0x08, 0x11, 0x3d, 0x25, -+ 0x3d, 0x25, 0x3c, 0x27, 0x3c, 0x24, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0xfc, 0x20, 0xe8, 0x68, 0x68, -+ 0xd0, 0x10, 0x74, 0xac, 0x4c, 0x84, 0x00, 0x00, -+ 0x06, 0x38, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x48, -+ 0x3e, 0x22, 0x3f, 0x22, 0x3e, 0x23, 0x00, 0x00, -+ 0x80, 0x80, 0xfc, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x40, 0xf8, 0x90, 0x60, 0xf0, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x24, 0x3e, 0x24, 0x3e, 0x24, 0x3f, -+ 0x05, 0x3b, 0x2f, 0x2d, 0x42, 0x0d, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0x88, 0x50, 0x50, 0x70, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x03, 0x22, 0x13, 0x12, 0x03, 0x0a, 0x0b, -+ 0x10, 0x16, 0x25, 0x25, 0x28, 0x00, 0x00, 0x00, -+ 0x00, 0xf8, 0x40, 0xf0, 0x40, 0xf0, 0x40, 0xfc, -+ 0x24, 0x94, 0x54, 0x44, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x88, 0x88, 0x88, 0x50, -+ 0x50, 0x30, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3d, 0x29, 0x3d, 0x29, 0x3f, -+ 0x0b, 0x3f, 0x3f, 0x33, 0x45, 0x19, 0x00, 0x00, -+ 0x00, 0xf8, 0x68, 0x68, 0x68, 0x68, 0x68, 0x78, -+ 0xb8, 0x98, 0x08, 0x08, 0xf8, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0b, 0x3e, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xa0, 0x40, 0x60, 0x98, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x88, 0x40, 0x40, 0x4c, -+ 0x70, 0x40, 0x40, 0x40, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x29, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x50, 0x48, 0xf4, 0x04, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x7e, 0x12, 0x3a, 0x0c, 0x77, 0x04, 0x07, -+ 0x07, 0x04, 0x07, 0x15, 0x12, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x30, 0xc8, 0xf4, 0x80, 0xe0, -+ 0xe0, 0x80, 0xf8, 0x48, 0xa8, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3e, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x44, 0x1b, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x40, 0x50, 0x90, 0x60, 0x28, -+ 0x48, 0x90, 0x10, 0x28, 0xc4, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3e, 0x28, 0x3e, 0x29, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x50, 0x48, 0x94, 0x54, 0x50, -+ 0x60, 0x20, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0b, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xd0, 0x20, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x28, 0x3c, 0x28, 0x3c, 0x29, 0x3f, -+ 0x0a, 0x3e, 0x3e, 0x33, 0x45, 0x1a, 0x00, 0x00, -+ 0x08, 0x88, 0xa8, 0xa8, 0xa8, 0xf8, 0xf8, 0xa8, -+ 0xa8, 0xa8, 0xa8, 0x28, 0x28, 0x08, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3f, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, 0xf8, -+ 0x20, 0xfc, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x28, 0x3f, 0x28, 0x3e, 0x28, 0x3f, -+ 0x0b, 0x3e, 0x3e, 0x32, 0x44, 0x1b, 0x00, 0x00, -+ 0x00, 0xf8, 0x08, 0xfc, 0x08, 0xf8, 0x00, 0xfc, -+ 0x08, 0xf8, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3f, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x00, 0xfc, -+ 0x40, 0x78, 0x88, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3f, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x48, 0x48, 0x48, 0xfc, 0x48, 0x78, 0x48, 0x78, -+ 0x48, 0xfc, 0x50, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x48, 0x48, 0x50, 0xfc, 0x90, 0x90, 0xf8, 0x90, -+ 0x90, 0xf8, 0x90, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x28, 0x3e, 0x28, 0x3f, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x45, 0x1a, 0x00, 0x00, -+ 0x88, 0x48, 0x50, 0xfc, 0x50, 0x50, 0x50, 0xfc, -+ 0x50, 0x50, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3f, 0x3f, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x88, 0xf8, 0x80, 0xfc, -+ 0xb4, 0xfc, 0xb4, 0xb4, 0xb4, 0x8c, 0x00, 0x00, -+ 0x01, 0x3f, 0x22, 0x7f, 0x1f, 0x02, 0x7f, 0x0f, -+ 0x17, 0x67, 0x05, 0x07, 0x1a, 0x25, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0xf8, 0xe0, 0x80, 0xfc, 0xf0, -+ 0xd0, 0xcc, 0x00, 0xf0, 0x90, 0x60, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x28, 0x3e, 0x2b, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0x50, 0xa0, 0x70, 0xac, 0xf8, -+ 0xa8, 0xf8, 0xb0, 0x28, 0x3c, 0xc4, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3d, 0x29, 0x3d, 0x29, 0x3f, -+ 0x0b, 0x3f, 0x3f, 0x33, 0x45, 0x19, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0x78, 0x48, 0x78, 0x00, 0xfc, -+ 0xb4, 0xb4, 0xfc, 0x00, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x3e, 0x29, 0x3c, 0x29, 0x3f, 0x28, 0x3e, -+ 0x0b, 0x3e, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x40, 0x90, 0xf8, 0x90, 0x68, 0xfc, 0x60, 0x90, -+ 0x2c, 0xc0, 0x20, 0xc8, 0x30, 0xc0, 0x00, 0x00, -+ 0x04, 0x7f, 0x0f, 0x08, 0x0f, 0x0f, 0x7f, 0x07, -+ 0x1d, 0x67, 0x07, 0x07, 0x1a, 0x25, 0x00, 0x00, -+ 0x40, 0xfc, 0xe0, 0x20, 0xe0, 0xe0, 0xfc, 0xc0, -+ 0x30, 0xcc, 0xc0, 0xf8, 0x88, 0x70, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x29, 0x3f, 0x28, 0x3e, -+ 0x0a, 0x3f, 0x3e, 0x32, 0x43, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0xfc, 0x54, 0xfc, 0x00, 0xf8, -+ 0x00, 0xfc, 0xa8, 0xa4, 0x24, 0x60, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3f, 0x3e, 0x32, 0x43, 0x0c, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x50, 0xd0, -+ 0x28, 0xfc, 0xa8, 0xa4, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x28, 0x3e, 0x29, 0x3e, -+ 0x0b, 0x3f, 0x3f, 0x33, 0x45, 0x19, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xfc, 0x50, 0xf8, 0x54, 0x70, -+ 0xfc, 0x74, 0x54, 0x74, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3f, 0x28, 0x3f, 0x28, 0x3e, -+ 0x0b, 0x3f, 0x3e, 0x32, 0x42, 0x0d, 0x00, 0x00, -+ 0x20, 0xf8, 0x20, 0xfc, 0x88, 0xdc, 0x88, 0xdc, -+ 0x00, 0xfc, 0x50, 0x50, 0x94, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3f, 0x28, 0x3e, 0x28, 0x3f, -+ 0x0a, 0x3f, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x00, 0xfc, 0x54, 0xfc, 0x20, 0xf8, 0x20, 0xfc, -+ 0x50, 0xfc, 0x20, 0xf8, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x28, 0x3f, 0x28, 0x3f, -+ 0x0b, 0x3f, 0x3e, 0x32, 0x45, 0x1a, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0xfc, 0x00, 0xf8, -+ 0x68, 0xf8, 0x90, 0xd8, 0x24, 0x44, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3d, 0x29, 0x3d, 0x2b, 0x3e, -+ 0x0a, 0x3f, 0x3e, 0x32, 0x43, 0x0c, 0x00, 0x00, -+ 0x00, 0xe0, 0x7c, 0xd4, 0xc8, 0x54, 0xe4, 0x50, -+ 0x64, 0xb8, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x29, 0x3f, 0x29, 0x3f, 0x29, 0x3f, -+ 0x0b, 0x3f, 0x3f, 0x33, 0x46, 0x19, 0x00, 0x00, -+ 0x20, 0x38, 0xfc, 0x28, 0xd8, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xf8, 0xe8, 0xe8, 0xfc, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3e, 0x29, 0x3e, 0x28, 0x3e, -+ 0x0a, 0x3e, 0x3e, 0x33, 0x42, 0x0d, 0x00, 0x00, -+ 0x50, 0xd4, 0x58, 0xd4, 0x4c, 0xf8, 0xa8, 0xf8, -+ 0xf8, 0x50, 0xf8, 0xfc, 0x48, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3f, 0x29, 0x3e, 0x29, 0x3e, -+ 0x0a, 0x3f, 0x3e, 0x33, 0x44, 0x19, 0x00, 0x00, -+ 0x20, 0xfc, 0xdc, 0x54, 0xdc, 0x50, 0xfc, 0xf8, -+ 0x50, 0xfc, 0x68, 0x90, 0xe8, 0x84, 0x00, 0x00, -+ 0x00, 0x3f, 0x28, 0x3d, 0x29, 0x3d, 0x28, 0x3e, -+ 0x0b, 0x3e, 0x3e, 0x32, 0x42, 0x0c, 0x00, 0x00, -+ 0x50, 0xfc, 0x50, 0xdc, 0x54, 0xdc, 0x50, 0xfc, -+ 0x90, 0xf8, 0xf8, 0x90, 0xfc, 0x80, 0x00, 0x00, -+ 0x00, 0x07, 0x07, 0x07, 0x07, 0x0e, 0x15, 0x3f, -+ 0x28, 0x3e, 0x3e, 0x3f, 0x3d, 0x57, 0x00, 0x00, -+ 0x00, 0xe0, 0xc0, 0xc0, 0xf0, 0x90, 0x60, 0xfc, -+ 0xa0, 0xf8, 0xf8, 0xfc, 0xf4, 0x58, 0x00, 0x00, -+ 0x00, 0x3f, 0x29, 0x3f, 0x29, 0x3e, 0x29, 0x3f, -+ 0x0b, 0x3f, 0x3f, 0x33, 0x46, 0x19, 0x00, 0x00, -+ 0x00, 0xdc, 0xdc, 0xdc, 0x54, 0x20, 0xfc, 0x50, -+ 0xf8, 0x58, 0xfc, 0xd8, 0xf4, 0x8c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x2e, 0x2a, 0x7f, 0x42, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x2e, 0x2a, 0x7e, 0x43, 0x3f, -+ 0x22, 0x3e, 0x22, 0x3e, 0x22, 0x27, 0x00, 0x00, -+ 0x00, 0x70, 0x50, 0x54, 0x54, 0x8c, 0x00, 0xf8, -+ 0x48, 0x50, 0x30, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x2e, 0x2a, 0x7f, 0x42, 0x3e, -+ 0x23, 0x3e, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xd0, 0x20, 0x50, 0x88, -+ 0xfc, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x2e, 0x2a, 0x7f, 0x42, 0x3e, -+ 0x22, 0x3f, 0x22, 0x3e, 0x22, 0x26, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x50, -+ 0x90, 0xfc, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x2f, 0x2a, 0x7f, 0x42, 0x3e, -+ 0x22, 0x3f, 0x22, 0x3e, 0x22, 0x27, 0x00, 0x00, -+ 0x20, 0xf8, 0xa8, 0xfc, 0xa8, 0xf8, 0xf8, 0xa8, -+ 0xf8, 0xfc, 0x50, 0xd0, 0x30, 0xc8, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x3d, 0x34, 0x7e, 0x45, 0x3f, -+ 0x25, 0x3d, 0x25, 0x3c, 0x27, 0x2c, 0x00, 0x00, -+ 0x00, 0xf8, 0x68, 0xf8, 0x80, 0xf8, 0x48, 0xf8, -+ 0x58, 0xf8, 0x68, 0x78, 0x88, 0x30, 0x00, 0x00, -+ 0x02, 0x3d, 0x25, 0x3c, 0x36, 0x7f, 0x45, 0x3c, -+ 0x27, 0x3d, 0x25, 0x3d, 0x26, 0x2c, 0x00, 0x00, -+ 0x20, 0xfc, 0x40, 0x78, 0x90, 0xfc, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0x48, 0xd8, 0x7c, 0x00, 0x00, -+ 0x00, 0x3d, 0x25, 0x3d, 0x35, 0x7f, 0x42, 0x3f, -+ 0x25, 0x3d, 0x25, 0x3c, 0x27, 0x2c, 0x00, 0x00, -+ 0x60, 0xf8, 0x68, 0xf8, 0x68, 0xf8, 0x00, 0xfc, -+ 0xf8, 0x08, 0xf8, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7e, 0x3c, 0x24, 0x3d, 0x01, 0x7f, -+ 0x42, 0x5f, 0x56, 0x5e, 0x43, 0x46, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x00, 0xdc, 0x54, 0xdc, -+ 0x20, 0xfc, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x10, 0x1e, 0x10, 0x1e, 0x10, -+ 0x7f, 0x14, 0x12, 0x27, 0x79, 0x01, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x28, 0x48, 0x90, 0x10, 0x24, -+ 0x44, 0x08, 0x08, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x09, -+ 0x09, 0x0f, 0x79, 0x09, 0x08, 0x07, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x00, -+ 0xf0, 0x10, 0x10, 0x64, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x01, -+ 0x7f, 0x01, 0x01, 0x02, 0x0c, 0x30, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x00, -+ 0xfc, 0x00, 0xf0, 0x10, 0x10, 0xe0, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x00, -+ 0x0f, 0x1f, 0x02, 0x7f, 0x02, 0x01, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0xc0, -+ 0x00, 0xf0, 0x00, 0xfc, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x01, -+ 0x0f, 0x0f, 0x09, 0x7f, 0x08, 0x08, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x00, -+ 0xe0, 0xe0, 0x20, 0xfc, 0x20, 0x60, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3d, 0x1f, -+ 0x03, 0x0c, 0x7f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0xf0, -+ 0x10, 0x60, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x01, -+ 0x7f, 0x02, 0x05, 0x19, 0x66, 0x18, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xf0, 0x08, -+ 0xfc, 0x20, 0x40, 0x80, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x1f, -+ 0x04, 0x3f, 0x3f, 0x24, 0x18, 0x60, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0xf0, -+ 0x90, 0xf0, 0xfc, 0x84, 0x98, 0x80, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x02, -+ 0x0f, 0x7f, 0x08, 0x0f, 0x08, 0x07, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x00, -+ 0xf0, 0x90, 0x90, 0xe4, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x02, -+ 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x10, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x80, -+ 0xf0, 0x90, 0xf0, 0x90, 0xf0, 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, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x01, -+ 0x7f, 0x1f, 0x0f, 0x08, 0x0f, 0x08, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x00, -+ 0xfc, 0xf0, 0xe0, 0x20, 0xe0, 0x20, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x08, -+ 0x7e, 0x18, 0x1d, 0x2a, 0x49, 0x08, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0x78, -+ 0x88, 0xa4, 0x30, 0x48, 0xf4, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x16, 0x3f, 0x07, -+ 0x07, 0x1f, 0x1f, 0x0f, 0x03, 0x3c, 0x00, 0x00, -+ 0x10, 0x60, 0x90, 0x64, 0x98, 0x60, 0xc0, 0xc0, -+ 0xc0, 0xf0, 0xf0, 0xe0, 0x80, 0x78, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x12, 0x3f, 0x0f, -+ 0x71, 0x09, 0x31, 0x05, 0x19, 0x67, 0x00, 0x00, -+ 0x10, 0x60, 0x88, 0x30, 0xc4, 0x18, 0xe0, 0xfc, -+ 0xf0, 0x10, 0xf0, 0xf0, 0xf0, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x16, 0x3f, 0x0f, -+ 0x7f, 0x07, 0x07, 0x7c, 0x07, 0x18, 0x00, 0x00, -+ 0x10, 0x60, 0x90, 0x64, 0x98, 0xe0, 0xe0, 0xe0, -+ 0xfc, 0xc0, 0xd8, 0xe0, 0x60, 0x1c, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x16, 0x3f, 0x2f, -+ 0x4b, 0x37, 0x3f, 0x07, 0x07, 0x3c, 0x00, 0x00, -+ 0x10, 0x60, 0x90, 0x64, 0x18, 0xe0, 0xfc, 0xe8, -+ 0x40, 0xe0, 0xe0, 0xe0, 0xe0, 0x38, 0x00, 0x00, -+ 0x00, 0x1f, 0x1e, 0x1e, 0x7f, 0x16, 0x39, 0x04, -+ 0x1f, 0x13, 0x1f, 0x1d, 0x1d, 0x73, 0x00, 0x00, -+ 0x10, 0x60, 0x90, 0x64, 0x18, 0xe8, 0x30, 0x88, -+ 0xf0, 0x90, 0xf0, 0xd4, 0xcc, 0x04, 0x00, 0x00, -+ 0x00, 0x2e, 0x24, 0x2e, 0x24, 0x2e, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x00, 0xe8, 0x48, 0xe8, 0x48, 0xe8, 0x08, 0x08, -+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x00, 0x2e, 0x24, 0x2e, 0x24, 0x2e, 0x21, 0x3f, -+ 0x21, 0x2f, 0x29, 0x29, 0x29, 0x21, 0x00, 0x00, -+ 0x00, 0xe8, 0x48, 0xe8, 0x48, 0xe8, 0x08, 0xf8, -+ 0x08, 0xe8, 0x28, 0x28, 0xc8, 0x18, 0x00, 0x00, -+ 0x00, 0x2e, 0x24, 0x2e, 0x24, 0x2e, 0x20, 0x22, -+ 0x2f, 0x22, 0x3f, 0x22, 0x24, 0x28, 0x00, 0x00, -+ 0x00, 0xe8, 0x48, 0xe8, 0x48, 0xe8, 0x08, 0x88, -+ 0xe8, 0x88, 0xf8, 0x88, 0x48, 0x58, 0x00, 0x00, -+ 0x00, 0x2e, 0x24, 0x2e, 0x24, 0x2e, 0x22, 0x24, -+ 0x26, 0x24, 0x27, 0x22, 0x24, 0x28, 0x00, 0x00, -+ 0x00, 0xe8, 0x48, 0xe8, 0x48, 0xe8, 0x08, 0xc8, -+ 0xc8, 0x48, 0xc8, 0x88, 0xa8, 0x78, 0x00, 0x00, -+ 0x00, 0x2e, 0x24, 0x2e, 0x24, 0x2e, 0x20, 0x3f, -+ 0x2f, 0x29, 0x2f, 0x2a, 0x27, 0x38, 0x00, 0x00, -+ 0x00, 0xe8, 0x48, 0xe8, 0x48, 0xe8, 0x28, 0x28, -+ 0xf8, 0xa8, 0x68, 0x28, 0x28, 0x78, 0x00, 0x00, -+ 0x00, 0x2e, 0x24, 0x2e, 0x2e, 0x23, 0x3f, 0x2e, -+ 0x3a, 0x3e, 0x3a, 0x3a, 0x3e, 0x39, 0x00, 0x00, -+ 0x00, 0xe8, 0x48, 0xe8, 0xe8, 0x88, 0xe8, 0xe8, -+ 0xf8, 0xb8, 0xf8, 0xf8, 0x98, 0xf8, 0x00, 0x00, -+ 0x02, 0x21, 0x2c, 0x33, 0x29, 0x23, 0x2c, 0x3f, -+ 0x28, 0x08, 0x0f, 0x08, 0x08, 0x07, 0x00, 0x00, -+ 0x40, 0x48, 0xa8, 0x98, 0x48, 0x28, 0x88, 0xf8, -+ 0x08, 0x70, 0x80, 0x04, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x7f, 0x00, 0x0f, 0x08, 0x0f, 0x00, 0x3f, -+ 0x22, 0x2c, 0x37, 0x21, 0x21, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xe0, 0x20, 0xe0, 0x00, 0xf8, -+ 0x88, 0x98, 0xf8, 0x08, 0x08, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x11, 0x3d, 0x25, 0x25, 0x3d, 0x25, -+ 0x24, 0x24, 0x3d, 0x25, 0x06, 0x18, 0x00, 0x00, -+ 0x40, 0x80, 0xf8, 0x48, 0xf8, 0x48, 0xf8, 0x48, -+ 0xd0, 0xd0, 0x68, 0x78, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x10, 0x3e, 0x2b, 0x3e, 0x2a, 0x3e, 0x18, -+ 0x1a, 0x1a, 0x1d, 0x2f, 0x29, 0x47, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xfc, 0x40, 0x50, 0x50, 0x50, -+ 0xa0, 0xa0, 0x50, 0x88, 0x04, 0xfc, 0x00, 0x00, -+ 0x06, 0x38, 0x08, 0x7f, 0x1c, 0x1a, 0x2a, 0x48, -+ 0x7e, 0x12, 0x3a, 0x04, 0x1b, 0x62, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0xa0, -+ 0x68, 0x68, 0xb4, 0xbc, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x10, 0x3e, 0x2a, 0x3e, 0x2a, 0x3e, 0x18, -+ 0x1a, 0x1a, 0x1d, 0x2f, 0x28, 0x47, 0x00, 0x00, -+ 0x00, 0xf8, 0xd8, 0xb8, 0xa8, 0xf8, 0xa8, 0xf8, -+ 0xc8, 0xb8, 0x88, 0x9c, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x11, 0x3e, 0x2b, 0x3f, 0x2b, 0x3f, 0x19, -+ 0x1b, 0x1b, 0x1d, 0x2f, 0x28, 0x47, 0x00, 0x00, -+ 0x00, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0xd8, 0xd8, -+ 0xe8, 0x48, 0x48, 0x1c, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x11, 0x3e, 0x2a, 0x3e, 0x2a, 0x3e, 0x19, -+ 0x1d, 0x1d, 0x1b, 0x2f, 0x28, 0x47, 0x00, 0x00, -+ 0x20, 0xfc, 0x98, 0xe8, 0xd8, 0xf8, 0x20, 0xfc, -+ 0x54, 0xfc, 0x04, 0x0c, 0x04, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x17, 0x17, 0x1f, 0x1f, 0x1f, 0x19, -+ 0x17, 0x17, 0x27, 0x21, 0x46, 0x38, 0x00, 0x00, -+ 0x00, 0xfc, 0x18, 0x14, 0xfc, 0x90, 0xa8, 0xc4, -+ 0xf0, 0xf0, 0xf0, 0xa8, 0xfc, 0x7c, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0x38, 0x28, -+ 0x28, 0x48, 0x48, 0x88, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x7c, 0xa0, 0xa0, 0x3c, 0x20, -+ 0x20, 0x3c, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7e, 0x2b, 0x3e, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xa8, 0xa4, 0x24, 0x20, 0xfc, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x78, 0x88, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xb0, 0x80, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0x20, 0x40, 0x40, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0x50, 0x20, 0x50, 0xc8, -+ 0x24, 0x20, 0x00, 0xc0, 0x30, 0x08, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x43, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x88, 0x20, 0x20, 0xfc, 0x48, -+ 0x48, 0xf0, 0x90, 0x38, 0xc4, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2f, 0x29, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0x78, 0x90, 0xfc, 0x80, 0xf8, 0xc8, -+ 0xc8, 0xc8, 0xd8, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x80, 0x98, 0xe0, 0x80, 0x84, 0x7c, 0x00, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x50, 0x50, 0x50, 0x90, 0xfc, 0x90, 0xb8, 0xb8, -+ 0xb8, 0xd4, 0xd4, 0x90, 0x90, 0x90, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x0c, 0xf0, 0x20, 0x28, 0xc8, 0x30, 0x30, 0x48, -+ 0xf4, 0x20, 0xa8, 0xa4, 0x24, 0x20, 0x00, 0x00, -+ 0x10, 0x49, 0x21, 0x0a, 0x14, 0x23, 0x27, 0x08, -+ 0x3f, 0x09, 0x0f, 0x0f, 0x14, 0x22, 0x00, 0x00, -+ 0x40, 0x50, 0x48, 0xd4, 0x64, 0x80, 0xc0, 0x80, -+ 0xe0, 0x20, 0xe0, 0xe0, 0x90, 0x48, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xa8, 0xa4, 0x24, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x88, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x28, 0x24, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3f, 0x05, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x48, 0x88, 0xa8, 0xa8, 0xa8, 0xe8, 0xa8, 0xe8, -+ 0xe8, 0xa8, 0xa8, 0x88, 0x88, 0x98, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2b, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x08, 0xd0, 0x70, 0xa8, 0x20, 0xfc, 0x60, 0xa0, -+ 0xf8, 0xa8, 0xa8, 0xa8, 0xb8, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x50, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0xb8, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2f, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x40, 0xfc, -+ 0x54, 0x54, 0x94, 0x24, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x42, 0x00, 0x00, -+ 0x20, 0x40, 0x98, 0x88, 0xd8, 0x88, 0x88, 0xf8, -+ 0x68, 0x60, 0xa0, 0xa4, 0x24, 0x1c, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x43, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x90, -+ 0x94, 0xf8, 0x90, 0x94, 0xd4, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x25, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0xa8, 0xa8, 0x50, 0x50, 0xa8, 0xa8, 0x00, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x05, 0x3a, 0x2e, 0x29, 0x42, 0x00, 0x00, -+ 0x50, 0x50, 0x50, 0xdc, 0x50, 0x50, 0xdc, 0x50, -+ 0x70, 0xdc, 0x90, 0x90, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2b, 0x3e, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x41, 0x00, 0x00, -+ 0x20, 0x50, 0xf8, 0x90, 0x68, 0xfc, 0x60, 0xb0, -+ 0xcc, 0x20, 0xc8, 0x10, 0x60, 0x80, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3b, 0x2f, 0x2a, 0x41, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0xa8, 0xe8, 0x84, 0x94, 0xc8, -+ 0xc8, 0xc0, 0x50, 0x48, 0x44, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3b, 0x2f, 0x2a, 0x41, 0x00, 0x00, -+ 0x20, 0x38, 0x20, 0xfc, 0xa8, 0xf8, 0xa4, 0x9c, -+ 0xf0, 0xd0, 0x50, 0x54, 0x94, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x88, 0x74, 0x00, 0xf8, 0x10, -+ 0x20, 0x58, 0xd4, 0xc4, 0x50, 0x30, 0x00, 0x00, -+ 0x08, 0x09, 0x1f, 0x25, 0x7f, 0x2b, 0x3f, 0x2b, -+ 0x3f, 0x05, 0x3b, 0x2f, 0x29, 0x41, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x48, 0xd8, 0x48, 0x00, 0xf8, -+ 0x28, 0x28, 0xd0, 0x10, 0x28, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7f, 0x2b, 0x3f, 0x2b, -+ 0x3f, 0x05, 0x3b, 0x2f, 0x2a, 0x42, 0x00, 0x00, -+ 0x28, 0x24, 0x24, 0xfc, 0x20, 0xe8, 0x28, 0xe8, -+ 0xb0, 0xf0, 0x94, 0x2c, 0x4c, 0x84, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0x00, -+ 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2f, 0x29, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, 0xf8, 0x20, -+ 0x50, 0xd8, 0xc4, 0x54, 0x50, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x70, 0x50, 0x50, 0x88, 0xfc, 0x30, 0xf8, 0xb8, -+ 0xd8, 0x88, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2a, 0x3f, 0x2a, -+ 0x3e, 0x05, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0x20, 0xfc, 0x50, -+ 0xf8, 0x8c, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0xa8, 0xa8, 0xfc, 0xa8, 0xb8, 0x80, 0xfc, 0x20, -+ 0xfc, 0x70, 0x70, 0xa8, 0x24, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3b, 0x2e, 0x28, 0x43, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0xf8, 0x88, 0xf8, 0x88, 0xf8, -+ 0x40, 0xf8, 0x50, 0x20, 0xd0, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2f, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x20, 0xf8, 0xb8, 0xe8, 0xf8, -+ 0x70, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x10, 0x10, 0x1c, 0x2b, 0x7e, 0x2f, 0x3e, 0x2f, -+ 0x3f, 0x0b, 0x3e, 0x3e, 0x35, 0x48, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0xfc, 0x20, 0xe8, 0xa8, 0xe8, -+ 0x78, 0x50, 0x94, 0xdc, 0x2c, 0x44, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0xa8, 0xa8, 0xd8, 0x88, 0xf8, 0x00, -+ 0xf8, 0xe8, 0xe8, 0xe8, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0x88, 0xf8, 0x88, 0xf8, 0x00, -+ 0xf8, 0xe8, 0xe8, 0xe8, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x09, 0x1f, 0x25, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3f, 0x04, 0x3a, 0x2f, 0x28, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x54, 0x54, 0xfc, 0x20, 0xa8, 0xa8, -+ 0x24, 0x70, 0xa8, 0x24, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x25, 0x7f, 0x2b, 0x3f, 0x2b, -+ 0x3f, 0x05, 0x3b, 0x2f, 0x29, 0x40, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xd0, 0x7c, 0x74, 0xf4, 0x34, -+ 0xf4, 0x74, 0x7c, 0xd0, 0x10, 0x10, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x25, 0x7f, 0x2b, 0x3f, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x94, 0x54, 0xf4, 0x2c, 0x40, -+ 0xf8, 0xa8, 0xf8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x10, 0x11, 0x1c, 0x28, 0x7f, 0x2a, 0x3f, 0x2b, -+ 0x3f, 0x05, 0x3f, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x10, 0xd0, 0x10, 0x3c, 0xf4, 0xb4, 0xfc, 0xf4, -+ 0xf4, 0xfc, 0xb4, 0x90, 0x90, 0x90, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2f, 0x29, 0x42, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0xa0, 0xf8, 0xa8, 0xfc, 0xa8, -+ 0xf8, 0xa8, 0xf0, 0x68, 0xa4, 0x60, 0x00, 0x00, -+ 0x08, 0x3e, 0x7f, 0x08, 0x7f, 0x1e, 0x26, 0x47, -+ 0x3f, 0x09, 0x0f, 0x0f, 0x14, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0x7c, 0xc8, 0x28, 0x30, 0xc8, 0x84, -+ 0xe0, 0x20, 0xe0, 0xe0, 0x90, 0x48, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7f, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x04, 0x3a, 0x2f, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xf8, 0x50, 0xfc, 0xf8, 0x88, 0xf8, -+ 0x88, 0xf8, 0x20, 0xfc, 0x20, 0x20, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x25, 0x7f, 0x2b, 0x3e, 0x2a, -+ 0x3e, 0x05, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x00, 0xfc, 0x50, 0xfc, 0x54, 0xfc, 0x00, 0xf8, -+ 0x00, 0xfc, 0xa8, 0xa4, 0x24, 0x60, 0x00, 0x00, -+ 0x08, 0x09, 0x1e, 0x24, 0x7e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x05, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x00, 0xf8, 0x88, 0xf8, -+ 0x50, 0xfc, 0xf8, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x25, 0x7f, 0x2b, 0x3f, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x40, 0x00, 0x00, -+ 0x40, 0x60, 0x90, 0xf8, 0xfc, 0xd8, 0x68, 0xf8, -+ 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0x90, 0x00, 0x00, -+ 0x08, 0x09, 0x1f, 0x25, 0x7f, 0x2b, 0x3e, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x29, 0x40, 0x00, 0x00, -+ 0x60, 0xf8, 0x68, 0xf8, 0x68, 0xf8, 0x00, 0xfc, -+ 0xf8, 0x88, 0xf8, 0x50, 0xfc, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x24, 0x7e, 0x2b, 0x3e, 0x2b, -+ 0x3e, 0x04, 0x3a, 0x2e, 0x28, 0x43, 0x00, 0x00, -+ 0x88, 0x50, 0xfc, 0x20, 0xf8, 0xfc, 0xd0, 0xf8, -+ 0x94, 0xf0, 0xf0, 0xa8, 0xd0, 0x0c, 0x00, 0x00, -+ 0x08, 0x08, 0x1f, 0x25, 0x7f, 0x2b, 0x3f, 0x2b, -+ 0x3f, 0x05, 0x3b, 0x2f, 0x2a, 0x41, 0x00, 0x00, -+ 0x20, 0x38, 0xfc, 0x68, 0xd8, 0xf8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xf8, 0xe8, 0xe8, 0xfc, 0x00, 0x00, -+ 0x01, 0x0f, 0x08, 0x0f, 0x0f, 0x0f, 0x0f, 0x15, -+ 0x12, 0x20, 0x07, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0xfc, 0xf8, 0x48, -+ 0xa8, 0x30, 0xc0, 0x40, 0x44, 0x3c, 0x00, 0x00, -+ 0x02, 0x1f, 0x10, 0x1f, 0x1f, 0x1f, 0x10, 0x1f, -+ 0x10, 0x07, 0x04, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xe0, 0xe0, 0xfc, 0x00, 0xf8, -+ 0x08, 0x88, 0xf0, 0x84, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x00, 0x39, 0x09, 0x09, 0x09, 0x19, 0x15, -+ 0x15, 0x23, 0x20, 0x43, 0x02, 0x04, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0xa4, 0x54, 0x84, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x24, 0x24, 0x24, 0x7e, 0x0c, 0x0c, -+ 0x14, 0x14, 0x24, 0x45, 0x05, 0x0e, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x12, 0x12, 0x14, 0x14, 0x1c, -+ 0x14, 0x14, 0x24, 0x25, 0x45, 0x06, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xf8, 0x88, 0xf8, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x1f, 0x10, 0x13, 0x12, 0x13, 0x13, 0x13, -+ 0x12, 0x13, 0x26, 0x25, 0x49, 0x10, 0x00, 0x00, -+ 0x00, 0xfc, 0x80, 0xf0, 0x10, 0xf0, 0xf0, 0xfc, -+ 0x00, 0xfc, 0xa4, 0x54, 0x04, 0x18, 0x00, 0x00, -+ 0x08, 0x10, 0x3e, 0x22, 0x3e, 0x22, 0x3e, 0x3f, -+ 0x20, 0x3f, 0x0d, 0x3d, 0x32, 0x4d, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x28, 0x28, 0x28, 0xfc, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x08, 0x3f, 0x2a, 0x48, 0x0c, -+ 0x0c, 0x15, 0x16, 0x25, 0x41, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x3f, 0x22, 0x40, 0x1c, 0x04, 0x14, -+ 0x14, 0x14, 0x22, 0x23, 0x41, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x01, 0x0f, 0x0a, 0x7f, 0x05, 0x1f, 0x64, 0x07, -+ 0x07, 0x07, 0x07, 0x15, 0x12, 0x20, 0x00, 0x00, -+ 0x00, 0xe0, 0x20, 0xfc, 0x40, 0xf0, 0x4c, 0xc0, -+ 0xc0, 0xfc, 0xf8, 0x48, 0xa8, 0x30, 0x00, 0x00, -+ 0x15, 0x0e, 0x19, 0x3f, 0x21, 0x4f, 0x08, 0x0f, -+ 0x0f, 0x0f, 0x0f, 0x2a, 0x25, 0x40, 0x00, 0x00, -+ 0xa8, 0x70, 0xc8, 0xfc, 0x08, 0xe0, 0x20, 0xe0, -+ 0xe0, 0xfc, 0xf8, 0x48, 0x28, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x09, 0x09, 0x7f, 0x09, 0x09, 0x3d, -+ 0x25, 0x25, 0x25, 0x3e, 0x22, 0x04, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x00, 0x06, 0x38, 0x28, 0x28, 0x3f, 0x28, 0x2a, -+ 0x26, 0x26, 0x3a, 0x63, 0x3d, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x7e, 0x11, 0x19, 0x25, 0x7b, 0x09, 0x09, -+ 0x3f, 0x09, 0x09, 0x0e, 0x72, 0x04, 0x00, 0x00, -+ 0x40, 0x80, 0xf0, 0x10, 0xf0, 0x10, 0xf0, 0xfc, -+ 0x00, 0xfc, 0x54, 0xac, 0x84, 0x18, 0x00, 0x00, -+ 0x08, 0x10, 0x3e, 0x22, 0x3e, 0x23, 0x3e, 0x3f, -+ 0x20, 0x3f, 0x0d, 0x3d, 0x31, 0x46, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x88, 0x40, 0x40, 0x4c, -+ 0x70, 0x40, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x7c, 0x00, 0x7e, -+ 0x12, 0x12, 0x12, 0x1d, 0x11, 0x12, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x14, 0x12, 0x22, 0x54, -+ 0x0c, 0x08, 0x0c, 0x15, 0x21, 0x42, 0x00, 0x00, -+ 0x20, 0x40, 0xf0, 0x90, 0xf0, 0x90, 0xf0, 0xfc, -+ 0x80, 0xfc, 0x54, 0xbc, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x14, 0x12, 0x22, 0x7e, 0x00, 0x3e, -+ 0x22, 0x22, 0x3e, 0x23, 0x21, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x0c, 0x12, 0x7d, 0x08, 0x28, 0x3e, 0x28, -+ 0x48, 0x7f, 0x08, 0x09, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x11, 0x12, 0x27, 0x4c, 0x0f, 0x14, 0x17, 0x37, -+ 0x54, 0x17, 0x13, 0x1f, 0x1c, 0x11, 0x00, 0x00, -+ 0x00, 0x3c, 0x80, 0x80, 0x80, 0xbc, 0x88, 0xe8, -+ 0x08, 0xc8, 0x48, 0x48, 0x48, 0x98, 0x00, 0x00, -+ 0x00, 0x7e, 0x24, 0x24, 0x3c, 0x24, 0x24, 0x3c, -+ 0x24, 0x24, 0x3c, 0x65, 0x05, 0x06, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 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, -+ 0x0c, 0x16, 0x75, 0x15, 0x14, 0x7f, 0x15, 0x15, -+ 0x1e, 0x72, 0x17, 0x1b, 0x11, 0x31, 0x00, 0x00, -+ 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, 0x78, 0x7c, -+ 0x40, 0x7c, 0x34, 0xf4, 0xc4, 0x18, 0x00, 0x00, -+ 0x06, 0x38, 0x7f, 0x0c, 0x79, 0x1f, 0x04, 0x07, -+ 0x07, 0x07, 0x07, 0x15, 0x12, 0x20, 0x00, 0x00, -+ 0x50, 0x48, 0xfc, 0x70, 0xb4, 0xec, 0x20, 0xe0, -+ 0xe0, 0xfc, 0xf8, 0x48, 0xa8, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x1e, 0x24, 0x7e, 0x2a, 0x2a, 0x3e, -+ 0x2a, 0x3e, 0x22, 0x23, 0x23, 0x46, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x3e, 0x00, 0x3e, 0x22, 0x3e, -+ 0x22, 0x3e, 0x22, 0x23, 0x23, 0x26, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x7f, 0x08, 0x2a, 0x2a, 0x2a, 0x2a, 0x3d, -+ 0x4d, 0x48, 0x08, 0x0f, 0x71, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x22, 0x3e, 0x22, 0x3e, 0x22, -+ 0x22, 0x3e, 0x18, 0x15, 0x25, 0x42, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x14, 0x14, 0x14, 0x7f, 0x14, 0x14, 0x7f, 0x00, -+ 0x3e, 0x22, 0x3e, 0x23, 0x3f, 0x22, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x7f, 0x00, 0x3c, 0x24, 0x3c, 0x00, 0x3e, -+ 0x04, 0x0e, 0x78, 0x09, 0x09, 0x1a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, 0x2a, -+ 0x3e, 0x1c, 0x1a, 0x29, 0x49, 0x0a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x7f, 0x6b, 0x5d, 0x7f, -+ 0x18, 0x1c, 0x2a, 0x49, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x10, 0x3e, 0x2a, 0x2a, 0x3e, 0x2a, 0x3e, -+ 0x14, 0x24, 0x7e, 0x05, 0x05, 0x06, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x14, 0x17, 0x29, 0x2e, -+ 0x72, 0x2c, 0x26, 0x2b, 0x31, 0x22, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x77, 0x55, 0x77, 0x00, 0x3c, 0x00, 0x7e, -+ 0x10, 0x1c, 0x24, 0x05, 0x05, 0x1a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x7f, 0x08, 0x3e, 0x2a, 0x3e, -+ 0x2a, 0x3e, 0x08, 0x7f, 0x09, 0x0a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x14, 0x7f, 0x1a, 0x29, 0x5f, 0x04, -+ 0x07, 0x07, 0x07, 0x07, 0x15, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0xfc, 0x90, 0x60, 0x9c, 0xe0, 0x20, -+ 0xe0, 0xe0, 0xfc, 0xf8, 0x48, 0xb0, 0x00, 0x00, -+ 0x0c, 0x24, 0x2a, 0x49, 0x14, 0x3e, 0x00, 0x7e, -+ 0x36, 0x5a, 0x36, 0x5b, 0x13, 0x36, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x06, 0x3c, 0x2a, 0x49, 0x14, 0x3c, 0x08, 0x14, -+ 0x3e, 0x08, 0x7e, 0x0d, 0x13, 0x62, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x1c, 0x14, 0x22, 0x3d, 0x40, 0x1c, 0x14, 0x22, -+ 0x7f, 0x2e, 0x2e, 0x2f, 0x71, 0x02, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x3e, 0x22, 0x2e, 0x2a, 0x7f, 0x41, 0x3e, -+ 0x22, 0x3e, 0x22, 0x3f, 0x23, 0x26, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x00, 0x7e, 0x12, 0x12, 0x7e, 0x48, 0x7e, 0x5a, -+ 0x36, 0x5a, 0x36, 0x5b, 0x13, 0x6e, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x6b, 0x08, 0x6f, 0x14, 0x12, 0x3f, 0x52, -+ 0x1e, 0x12, 0x1e, 0x13, 0x13, 0x16, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x13, 0x1c, 0x11, 0x0f, 0x2e, 0x2a, 0x2e, 0x2e, -+ 0x2a, 0x2e, 0x3f, 0x2d, 0x13, 0x62, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x7f, 0x08, 0x3e, 0x22, 0x3e, 0x3e, 0x22, -+ 0x3e, 0x00, 0x7f, 0x0d, 0x13, 0x62, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x10, 0x1e, 0x1a, 0x24, 0x54, 0x18, 0x7e, 0x28, -+ 0x7f, 0x2a, 0x2a, 0x3f, 0x21, 0x22, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x3e, 0x7f, 0x14, 0x7f, 0x3e, 0x09, 0x0f, -+ 0x0f, 0x0f, 0x0f, 0x0f, 0x15, 0x22, 0x00, 0x00, -+ 0x40, 0x40, 0xf0, 0x50, 0xd4, 0xb4, 0x0c, 0xe0, -+ 0xe0, 0xe0, 0xfc, 0xf8, 0x48, 0xb0, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x2a, 0x2a, 0x3f, 0x2a, 0x2e, -+ 0x2a, 0x20, 0x3e, 0x57, 0x57, 0x21, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xec, 0xc4, 0x18, 0x00, 0x00, -+ 0x00, 0x3f, 0x0a, 0x04, 0x7f, 0x1d, 0x64, 0x3f, -+ 0x2d, 0x37, 0x2f, 0x2b, 0x2f, 0x23, 0x00, 0x00, -+ 0x10, 0x20, 0x78, 0x48, 0xf8, 0x48, 0x78, 0x7c, -+ 0x40, 0x7c, 0x34, 0xf4, 0xc4, 0x18, 0x00, 0x00, -+ 0x12, 0x14, 0x3f, 0x68, 0x3e, 0x28, 0x3e, 0x28, -+ 0x3f, 0x04, 0x3e, 0x2f, 0x29, 0x42, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x06, 0x3a, 0x2a, 0x1c, 0x7f, 0x1c, 0x2a, 0x7e, -+ 0x2a, 0x3e, 0x2a, 0x3f, 0x21, 0x22, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x55, 0x32, 0x3f, 0x62, 0x3e, -+ 0x22, 0x3e, 0x2a, 0x29, 0x49, 0x1a, 0x00, 0x00, -+ 0x20, 0x40, 0xf8, 0x88, 0xf8, 0x88, 0xf8, 0xfc, -+ 0x80, 0xfc, 0x54, 0xac, 0x44, 0x18, 0x00, 0x00, -+ 0x0a, 0x11, 0x1a, 0x19, 0x3f, 0x21, 0x4f, 0x0f, -+ 0x08, 0x0f, 0x0f, 0x0f, 0x15, 0x22, 0x00, 0x00, -+ 0xb0, 0x90, 0xb0, 0xb0, 0xfc, 0x08, 0xe0, 0xe0, -+ 0x20, 0xe0, 0xfc, 0xf8, 0x48, 0xb0, 0x00, 0x00, -+ 0x00, 0x3b, 0x2a, 0x3b, 0x3b, 0x2a, 0x3b, 0x1b, -+ 0x24, 0x7f, 0x0a, 0x1e, 0x0d, 0x31, 0x00, 0x00, -+ 0x10, 0xa0, 0xb8, 0xa8, 0xb8, 0xa8, 0xb8, 0x3c, -+ 0xa0, 0xbc, 0x34, 0xf4, 0xc4, 0x18, 0x00, 0x00, -+ 0x14, 0x7f, 0x14, 0x77, 0x55, 0x77, 0x14, 0x3f, -+ 0x68, 0x3e, 0x3e, 0x28, 0x3f, 0x21, 0x00, 0x00, -+ 0x10, 0x20, 0x78, 0x48, 0x78, 0x48, 0x78, 0x7c, -+ 0x40, 0x7c, 0x34, 0xfc, 0xc4, 0x18, 0x00, 0x00, -+ 0x13, 0x17, 0x6b, 0x1b, 0x7f, 0x3a, 0x57, 0x1f, -+ 0x0f, 0x0f, 0x0f, 0x0f, 0x15, 0x22, 0x00, 0x00, -+ 0x90, 0xd4, 0xe8, 0x98, 0xfc, 0xb8, 0xd4, 0xf0, -+ 0xe0, 0xe0, 0xfc, 0xf8, 0x48, 0xb0, 0x00, 0x00, -+ 0x01, 0x01, 0x01, 0x3f, 0x22, 0x21, 0x2c, 0x23, -+ 0x38, 0x25, 0x23, 0x24, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x00, 0xf8, 0x48, 0x48, 0x68, 0x98, -+ 0x98, 0x48, 0x28, 0x88, 0xf8, 0x08, 0x00, 0x00, -+ 0x10, 0x10, 0x1e, 0x11, 0x7f, 0x57, 0x4f, 0x7b, -+ 0x6f, 0x57, 0x73, 0x4b, 0x7e, 0x42, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0xfc, 0x20, 0xe8, 0x28, 0xe8, -+ 0xb0, 0xf0, 0xb4, 0x2c, 0x4c, 0x04, 0x00, 0x00, -+ 0x01, 0x3d, 0x2a, 0x3f, 0x26, 0x3f, 0x2b, 0x3f, -+ 0x22, 0x1f, 0x12, 0x12, 0x7f, 0x00, 0x00, 0x00, -+ 0x00, 0xfc, 0x7c, 0xf8, 0xd8, 0x78, 0xa8, 0xf8, -+ 0x08, 0xf0, 0x90, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x01, 0x03, 0x0c, 0x71, 0x1f, 0x12, 0x1f, 0x12, -+ 0x1f, 0x14, 0x17, 0x24, 0x27, 0x58, 0x00, 0x00, -+ 0x00, 0xe0, 0x40, 0x80, 0xfc, 0x40, 0xf8, 0x48, -+ 0xf8, 0x4c, 0xf0, 0x40, 0x44, 0x3c, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x17, 0x17, -+ 0x1c, 0x2f, 0x27, 0x40, 0x1f, 0x00, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x70, 0x44, -+ 0xbc, 0xf8, 0xf0, 0x80, 0xfc, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x1f, 0x27, 0x47, -+ 0x19, 0x09, 0x7f, 0x07, 0x79, 0x01, 0x00, 0x00, -+ 0x80, 0xfc, 0x40, 0xf8, 0x48, 0xf8, 0x70, 0x44, -+ 0x3c, 0x20, 0xfc, 0xc0, 0x3c, 0x00, 0x00, 0x00, -+ 0x00, 0x1f, 0x1f, 0x12, 0x1f, 0x27, 0x5e, 0x07, -+ 0x14, 0x17, 0x1f, 0x7f, 0x06, 0x78, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x48, 0xf8, 0x74, 0x3c, 0xe0, -+ 0x20, 0xe0, 0xf0, 0xfc, 0x60, 0x1c, 0x00, 0x00, -+ 0x04, 0x04, 0x3f, 0x2a, 0x3f, 0x2b, 0x2b, 0x3f, -+ 0x34, 0x3d, 0x36, 0x54, 0x5d, 0x33, 0x00, 0x00, -+ 0x48, 0x48, 0x48, 0xfc, 0x48, 0x78, 0x48, 0x78, -+ 0x48, 0xfc, 0x50, 0x48, 0x84, 0x04, 0x00, 0x00, -+ 0x00, 0x1f, 0x1f, 0x12, 0x1f, 0x23, 0x4e, 0x1f, -+ 0x17, 0x1f, 0x13, 0x1d, 0x1f, 0x10, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x48, 0xf8, 0xe4, 0x3c, 0xf0, -+ 0xd0, 0xf0, 0x90, 0x50, 0xf0, 0x10, 0x00, 0x00, -+ 0x00, 0x1f, 0x1f, 0x12, 0x1f, 0x2f, 0x4e, 0x32, -+ 0x1c, 0x1e, 0x10, 0x1f, 0x0c, 0x70, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x48, 0xf8, 0x70, 0x44, 0x3c, -+ 0xf0, 0xf0, 0x10, 0xf0, 0x84, 0x7c, 0x00, 0x00, -+ 0x00, 0x1f, 0x1f, 0x12, 0x1f, 0x27, 0x4e, 0x1e, -+ 0x13, 0x1e, 0x1e, 0x7e, 0x1a, 0x66, 0x00, 0x00, -+ 0x80, 0xfc, 0xf8, 0x48, 0xf8, 0x74, 0x3c, 0x10, -+ 0xfc, 0x90, 0x50, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x01, 0x01, 0x7f, 0x09, 0x19, 0x27, 0x05, 0x19, -+ 0x63, 0x0e, 0x31, 0x01, 0x06, 0x38, 0x00, 0x00, -+ 0x00, 0x00, 0xfc, 0x20, 0x30, 0xc8, 0x40, 0x30, -+ 0xec, 0x20, 0x40, 0xc0, 0x20, 0x00, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x2a, 0x2a, 0x5d, 0x1a, 0x29, -+ 0x4e, 0x12, 0x2c, 0x45, 0x1b, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x50, 0x50, 0x88, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x08, 0x7f, 0x10, -+ 0x1e, 0x32, 0x4c, 0x05, 0x1b, 0x60, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0x20, 0x20, 0xfc, 0x20, -+ 0x50, 0x50, 0x88, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x08, 0x09, 0x7f, 0x2a, 0x2a, 0x5d, 0x1c, 0x2a, -+ 0x4e, 0x12, 0x2c, 0x44, 0x1a, 0x60, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0xa0, 0xb8, 0xa8, 0xa8, 0xa8, -+ 0xf8, 0x88, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x2a, 0x2a, 0x5d, 0x1c, 0x2a, -+ 0x4e, 0x12, 0x2c, 0x44, 0x1b, 0x60, 0x00, 0x00, -+ 0x40, 0x40, 0x78, 0x88, 0xe8, 0xa8, 0xa8, 0xe8, -+ 0xb0, 0x80, 0x84, 0x7c, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x1f, 0x12, 0x1f, 0x17, 0x17, 0x1a, 0x11, -+ 0x1f, 0x1f, 0x21, 0x3f, 0x42, 0x0c, 0x00, 0x00, -+ 0x80, 0xfc, 0x10, 0xfc, 0x38, 0xbc, 0xd4, 0x40, -+ 0x7c, 0x78, 0xc0, 0x7c, 0x40, 0x40, 0x00, 0x00, -+ 0x0a, 0x11, 0x1a, 0x19, 0x3f, 0x24, 0x5f, 0x07, -+ 0x7f, 0x0f, 0x0f, 0x09, 0x0f, 0x38, 0x00, 0x00, -+ 0xb0, 0x90, 0xb0, 0xb0, 0xfc, 0x48, 0xf0, 0xc0, -+ 0xfc, 0xe0, 0xe0, 0x20, 0xe0, 0x38, 0x00, 0x00, -+ 0x06, 0x38, 0x08, 0x7f, 0x1c, 0x2a, 0x49, 0x0a, -+ 0x0d, 0x79, 0x05, 0x07, 0x39, 0x03, 0x00, 0x00, -+ 0x40, 0x40, 0xf8, 0x28, 0x48, 0x88, 0x30, 0x80, -+ 0x60, 0x3c, 0xc0, 0x60, 0x18, 0x00, 0x00, 0x00, -+ 0x06, 0x38, 0x08, 0x7f, 0x1c, 0x2a, 0x4d, 0x1c, -+ 0x6b, 0x2e, 0x1c, 0x6b, 0x08, 0x18, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x20, 0x3c, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x06, 0x38, 0x09, 0x7f, 0x1c, 0x2a, 0x49, 0x1c, -+ 0x2a, 0x6d, 0x1d, 0x6b, 0x09, 0x19, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x98, 0xe8, 0xb8, 0xc8, 0xf8, -+ 0x20, 0xfc, 0x54, 0xec, 0x04, 0x0c, 0x00, 0x00, -+ 0x00, 0x3f, 0x35, 0x2f, 0x2d, 0x3f, 0x04, 0x3f, -+ 0x06, 0x78, 0x1a, 0x2d, 0x2d, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x50, 0x50, 0x88, 0x74, 0x00, -+ 0xf0, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, -+ 0x00, 0x3f, 0x35, 0x2f, 0x2d, 0x3f, 0x04, 0x3f, -+ 0x06, 0x78, 0x1a, 0x2d, 0x2d, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xa8, 0xa8, 0xa8, 0xf8, 0xa8, 0x20, -+ 0xa8, 0xa8, 0xa8, 0xa8, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x35, 0x2f, 0x2d, 0x3f, 0x04, 0x3f, -+ 0x06, 0x78, 0x1a, 0x2d, 0x2d, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0x3c, 0x20, 0x20, 0x20, 0xf8, -+ 0x88, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3e, 0x2a, 0x2e, 0x3b, 0x3f, 0x08, 0x3e, -+ 0x0c, 0x71, 0x1f, 0x2e, 0x2e, 0x40, 0x00, 0x00, -+ 0x90, 0x90, 0x90, 0x90, 0x50, 0x7c, 0xd4, 0x94, -+ 0xd4, 0x54, 0xe4, 0x24, 0x44, 0x98, 0x00, 0x00, -+ 0x00, 0x3f, 0x35, 0x2f, 0x2d, 0x3f, 0x04, 0x3f, -+ 0x06, 0x78, 0x1a, 0x2d, 0x2d, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0x20, 0x20, 0xf8, 0x00, -+ 0xf8, 0x88, 0x88, 0x88, 0xf8, 0x88, 0x00, 0x00, -+ 0x00, 0x3f, 0x35, 0x2f, 0x2d, 0x3f, 0x04, 0x3f, -+ 0x06, 0x78, 0x1a, 0x2d, 0x2d, 0x40, 0x00, 0x00, -+ 0x10, 0x10, 0xfc, 0x00, 0x78, 0x48, 0x48, 0x78, -+ 0x10, 0x58, 0x54, 0x94, 0x10, 0x30, 0x00, 0x00, -+ 0x09, 0x05, 0x3f, 0x27, 0x47, 0x1f, 0x19, 0x15, -+ 0x1f, 0x3f, 0x01, 0x7f, 0x24, 0x42, 0x00, 0x00, -+ 0x20, 0x40, 0xfc, 0xc8, 0xc0, 0xf0, 0x30, 0x50, -+ 0xf0, 0xf8, 0x00, 0xfc, 0x88, 0x44, 0x00, 0x00, -+ 0x00, 0x3f, 0x35, 0x2f, 0x2d, 0x3f, 0x04, 0x3f, -+ 0x06, 0x78, 0x1a, 0x2d, 0x2d, 0x40, 0x00, 0x00, -+ 0x20, 0x20, 0xfc, 0x48, 0x30, 0xfc, 0x00, 0x78, -+ 0x48, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x12, 0x1a, 0x2f, 0x5f, 0x1f, 0x1b, 0x2e, 0x6f, -+ 0x2f, 0x22, 0x3f, 0x2f, 0x2b, 0x30, 0x00, 0x00, -+ 0x20, 0xa0, 0xa0, 0xe0, 0xbc, 0xe8, 0xe8, 0xa8, -+ 0x98, 0x10, 0xd8, 0xa8, 0xc4, 0x84, 0x00, 0x00, -+ 0x00, 0x1f, 0x17, 0x17, 0x1f, 0x2f, 0x4f, 0x0f, -+ 0x0d, 0x0f, 0x1f, 0x7f, 0x24, 0x42, 0x00, 0x00, -+ 0x00, 0xfc, 0x14, 0x7c, 0x90, 0xb0, 0xc8, 0xe4, -+ 0x60, 0xe0, 0xf0, 0xfc, 0x88, 0x44, 0x00, 0x00, -+ 0x00, 0x3f, 0x2a, 0x2e, 0x3b, 0x3f, 0x09, 0x3e, -+ 0x0c, 0x70, 0x1e, 0x2e, 0x28, 0x43, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0xfc, 0x5c, 0xfc, 0xf8, -+ 0x88, 0xf8, 0xf8, 0xf8, 0xc8, 0x04, 0x00, 0x00, -+ 0x02, 0x12, 0x0a, 0x7f, 0x11, 0x11, 0x3f, 0x51, -+ 0x15, 0x15, 0x15, 0x19, 0x11, 0x11, 0x00, 0x00, -+ 0x80, 0x90, 0xa0, 0xfc, 0x10, 0x08, 0xf4, 0x14, -+ 0x50, 0x50, 0x50, 0x50, 0x10, 0x30, 0x00, 0x00, -+ 0x14, 0x55, 0x36, 0x7f, 0x0a, 0x29, 0x7f, 0x2a, -+ 0x3e, 0x3e, 0x3e, 0x2b, 0x2a, 0x27, 0x00, 0x00, -+ 0x30, 0x28, 0x28, 0x20, 0xfc, 0x20, 0x28, 0x28, -+ 0x68, 0x70, 0x90, 0x30, 0xc8, 0x04, 0x00, 0x00, -+ 0x14, 0x55, 0x36, 0x7f, 0x0a, 0x29, 0x7f, 0x2a, -+ 0x3e, 0x3e, 0x3e, 0x2a, 0x2a, 0x26, 0x00, 0x00, -+ 0x28, 0x24, 0xfc, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, -+ 0xa8, 0xf8, 0xa8, 0xa8, 0xa8, 0x98, 0x00, 0x00, -+ 0x00, 0x3f, 0x22, 0x3e, 0x02, 0x3e, 0x22, 0x3e, -+ 0x22, 0x22, 0x3e, 0x22, 0x02, 0x01, 0x00, 0x00, -+ 0x00, 0xf8, 0x88, 0xf8, 0x80, 0xf8, 0x88, 0xf8, -+ 0x88, 0x88, 0xf8, 0x88, 0x04, 0xfc, 0x00, 0x00, -+ 0x08, 0x3e, 0x7f, 0x08, 0x7f, 0x1e, 0x26, 0x5f, -+ 0x1e, 0x3e, 0x3e, 0x22, 0x3e, 0x21, 0x00, 0x00, -+ 0x20, 0x20, 0x7c, 0xc8, 0x30, 0x30, 0xcc, 0xf0, -+ 0xf0, 0xf8, 0xf8, 0x88, 0xfc, 0xfc, 0x00, 0x00, -+ 0x2a, 0x49, 0x7f, 0x5d, 0x6b, 0x49, 0x1f, 0x1e, -+ 0x32, 0x22, 0x3a, 0x3a, 0x22, 0x01, 0x00, 0x00, -+ 0x40, 0x7c, 0xc8, 0x28, 0x30, 0xcc, 0xf0, 0xf0, -+ 0xf8, 0x88, 0xf8, 0xf8, 0x84, 0xfc, 0x00, 0x00, -+ 0x08, 0x08, 0x7f, 0x08, 0x3e, 0x00, 0x3e, 0x22, -+ 0x3e, 0x24, 0x15, 0x1f, 0x1a, 0x65, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xfc, 0xa8, 0xa0, 0xf8, 0xc8, -+ 0xd0, 0xb0, 0x20, 0x50, 0x88, 0x04, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x1e, 0x12, 0x1e, 0x0f, 0x73, -+ 0x06, 0x19, 0x07, 0x79, 0x00, 0x07, 0x00, 0x00, -+ 0x20, 0xfc, 0x20, 0xf8, 0x50, 0x70, 0x8c, 0xe0, -+ 0x40, 0x80, 0xe0, 0x9c, 0xc0, 0x00, 0x00, 0x00, -+ 0x02, 0x11, 0x09, 0x08, 0x1f, 0x11, 0x11, 0x1f, -+ 0x11, 0x11, 0x1f, 0x21, 0x21, 0x41, 0x00, 0x00, -+ 0x10, 0x10, 0x20, 0x40, 0xf0, 0x10, 0x10, 0xf0, -+ 0x10, 0x10, 0xf4, 0x0c, 0x0c, 0x04, 0x00, 0x00, -+ 0x08, 0x36, 0x22, 0x36, 0x22, 0x3e, 0x2a, 0x2a, -+ 0x3e, 0x2a, 0x3d, 0x29, 0x3e, 0x48, 0x00, 0x00, -+ 0x20, 0x20, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, 0xa8, -+ 0xa8, 0xf8, 0x88, 0x04, 0xc4, 0x3c, 0x00, 0x00, -+ 0x08, 0x1e, 0x12, 0x1e, 0x1e, 0x1e, 0x3f, 0x3f, -+ 0x25, 0x3f, 0x7f, 0x12, 0x12, 0x22, 0x00, 0x00, -+ 0x00, 0xf8, 0x20, 0x20, 0x20, 0x20, 0xfc, 0x20, -+ 0x20, 0x20, 0xa0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x7f, 0x02, 0x7d, 0x15, 0x15, 0x2d, 0x48, -+ 0x0f, 0x08, 0x0f, 0x08, 0x10, 0x20, 0x00, 0x00, -+ 0x00, 0xfc, 0x88, 0x70, 0x50, 0x50, 0xe8, 0x24, -+ 0xe0, 0x20, 0xe0, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x01, 0x09, 0x09, 0x09, 0x7f, 0x24, 0x2a, 0x33, -+ 0x3f, 0x24, 0x2a, 0x33, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0x00, 0xf0, 0x00, 0xfc, 0x48, 0xa8, 0x28, -+ 0xf8, 0x48, 0xa8, 0x28, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2a, 0x2a, 0x35, -+ 0x3f, 0x2a, 0x2a, 0x35, 0x3f, 0x20, 0x00, 0x00, -+ 0x20, 0x20, 0xa0, 0x20, 0xe4, 0xa4, 0xa8, 0xb0, -+ 0xa0, 0xa0, 0xa0, 0xa4, 0xa4, 0x9c, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x40, 0x40, 0x40, 0x78, 0x88, 0xe8, 0xa8, 0xa8, -+ 0xe8, 0xa8, 0x08, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0xc8, 0x78, 0x48, 0x48, -+ 0x78, 0x48, 0x48, 0x48, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xf8, 0x28, 0x28, 0xa8, 0x48, 0xb0, 0x00, -+ 0x78, 0x48, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x20, 0x20, 0x50, 0x50, 0x88, 0x74, 0x00, 0xf8, -+ 0x28, 0x28, 0x30, 0x20, 0x20, 0x20, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0xf8, 0x48, 0x48, 0x78, -+ 0x64, 0x68, 0x50, 0x50, 0x68, 0x84, 0x00, 0x00, -+ 0x08, 0x7f, 0x3e, 0x0e, 0x79, 0x09, 0x7f, 0x26, -+ 0x29, 0x3f, 0x26, 0x29, 0x3f, 0x20, 0x00, 0x00, -+ 0x00, 0xf8, 0x48, 0x88, 0x30, 0xf0, 0xfc, 0x48, -+ 0xa8, 0xf8, 0x48, 0xa8, 0xf8, 0x08, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0x20, 0x20, 0xf8, 0x48, 0x48, 0xfc, -+ 0x00, 0x78, 0x48, 0x48, 0x78, 0x48, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x48, 0xc8, 0x78, 0x10, 0x50, -+ 0x5c, 0x50, 0x50, 0x70, 0x90, 0x0c, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0x78, 0x48, 0x78, 0xc0, 0x7c, 0x58, 0x54, -+ 0x7c, 0x50, 0x7c, 0x90, 0xfc, 0x00, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x18, 0xe0, 0x20, 0xf8, 0xa8, 0xa8, 0xf8, 0x20, -+ 0xfc, 0xd4, 0xfc, 0x84, 0x84, 0x8c, 0x00, 0x00, -+ 0x04, 0x14, 0x17, 0x14, 0x7f, 0x2b, 0x2b, 0x35, -+ 0x3f, 0x2b, 0x2b, 0x35, 0x3f, 0x21, 0x00, 0x00, -+ 0x00, 0xfc, 0xb4, 0xfc, 0x00, 0x78, 0x00, 0xfc, -+ 0x20, 0x38, 0x48, 0x08, 0x08, 0x30, 0x00, 0x00, -+ 0x01, 0x02, 0x0f, 0x7f, 0x08, 0x0f, 0x3f, 0x12, -+ 0x7f, 0x1e, 0x1e, 0x1e, 0x12, 0x16, 0x00, 0x00, -+ 0x00, 0x80, 0xe0, 0xfc, 0x20, 0xe0, 0xf8, 0xf0, -+ 0x10, 0xf0, 0xf0, 0xf0, 0xf4, 0x7c, 0x00, 0x00, -+ 0x02, 0x07, 0x19, 0x7f, 0x12, 0x1e, 0x3a, 0x7e, -+ 0x3a, 0x3a, 0x7e, 0x0a, 0x3a, 0x01, 0x00, 0x00, -+ 0x00, 0xc0, 0x00, 0xf0, 0x90, 0xf0, 0x80, 0xf8, -+ 0xd8, 0xa8, 0xd8, 0xfc, 0x84, 0xfc, 0x00, 0x00, -+ 0x01, 0x02, 0x04, 0x1f, 0x60, 0x3b, 0x2a, 0x3b, -+ 0x00, 0x1f, 0x12, 0x1f, 0x12, 0x12, 0x00, 0x00, -+ 0x00, 0x80, 0x40, 0xf0, 0x0c, 0xb8, 0xa8, 0xb8, -+ 0x00, 0xf0, 0x90, 0xf0, 0x90, 0xb0, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+ 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, 0x1f, 0x01, 0x3f, 0x08, 0x3e, 0x08, 0x0f, -+ 0x70, 0x3f, 0x02, 0x04, 0x18, 0x60, 0x00, 0x00, -+ 0x00, 0xf0, 0x00, 0xf8, 0x20, 0xf8, 0x20, 0xfc, -+ 0x00, 0xf8, 0x40, 0x44, 0x44, 0x3c, 0x00, 0x00, -+ 0x08, 0x08, 0x08, 0x7f, 0x09, 0x19, 0x1d, 0x1b, -+ 0x2b, 0x29, 0x49, 0x09, 0x08, 0x0b, 0x00, 0x00, -+ 0x98, 0xe0, 0x84, 0x7c, 0x78, 0x48, 0x78, 0x48, -+ 0x78, 0x48, 0x78, 0xfc, 0xd8, 0x04, 0x00, 0x00, -+ 0x20, 0x10, 0x11, 0x46, 0x21, 0x2f, 0x02, 0x77, -+ 0x12, 0x12, 0x13, 0x1a, 0x26, 0x41, 0x00, 0x00, -+ 0x40, 0xf8, 0x90, 0x60, 0x80, 0xf8, 0x40, 0xfc, -+ 0x48, 0x48, 0xf8, 0x08, 0x00, 0xfc, 0x00, 0x00, -+ 0x00, 0x00, 0x7c, 0x11, 0x16, 0x10, 0x7f, 0x11, -+ 0x12, 0x17, 0x1e, 0x62, 0x03, 0x02, 0x00, 0x00, -+ 0x40, 0x78, 0xc8, 0x30, 0xa0, 0xc0, 0x00, 0xf8, -+ 0x40, 0xfc, 0x48, 0x48, 0xf8, 0x08, 0x00, 0x00 -+}; -diff -Nur c3000_pre/linux/include/linux/fb_doublebyte.h c3000_work/linux/include/linux/fb_doublebyte.h ---- c3000_pre/linux/include/linux/fb_doublebyte.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/include/linux/fb_doublebyte.h 2004-12-06 09:25:01.000000000 +0900 -@@ -0,0 +1,43 @@ -+/* -+ * linux/include/linux/fb_widechar.h -+ * -+ * Copyright (C) 1999 Christopher Li, Jim Chen -+ * GNU/Linux Research Center -+ * -+ * This file is subject to the terms and conditions of the GNU General Public -+ * License. See the file COPYING in the main directory of this archive -+ * for more details. -+ * -+ * -+ */ -+ -+#ifndef _LINUX_FB_DOUBLEBYTE_H -+#define _LINUX_FB_DOUBLEbYTE_H -+ -+#define DB_VALIDATE 0x8000 -+#define DB_RIGHT_MASK 0x4000 -+#define DB_HALF_MASK 0x2000 -+#define DB_SYMBOL 0x1000 -+#define DB_ASCII 0 -+ -+#define DB_RIGHT (DB_VALIDATE|DB_RIGHT_MASK) -+#define DB_LEFT (DB_VALIDATE) -+#define DB_NUM 8 -+ -+#define DB_INDEX_ERROR -512 -+struct double_byte -+{ -+ unsigned int num; -+ char name[16]; -+ int (*is_left)(int ); -+ int (*is_right)(int ); -+ int (*font_index)(int left,int right); -+ unsigned int width,height; /* right now only support 16x16 */ -+ int charcount; -+ unsigned char * font_data; -+}; -+extern int register_doublebyte(struct double_byte *); -+extern int unregister_doublebyte(struct double_byte *); -+extern struct double_byte * doublebyte_encodeing[DB_NUM]; -+extern struct double_byte * doublebyte_default; -+#endif -diff -Nur c3000_pre/linux/include/linux/tty_flip.h c3000_work/linux/include/linux/tty_flip.h ---- c3000_pre/linux/include/linux/tty_flip.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/linux/tty_flip.h 2004-12-06 10:03:51.000000000 +0900 -@@ -7,9 +7,22 @@ - #define _INLINE_ static __inline__ - #endif - -+#ifdef CONFIG_UNICON -+extern int (*Unicon_fnKeyHook) (struct tty_struct *tty, -+ unsigned char ch, char flag); -+#endif - _INLINE_ void tty_insert_flip_char(struct tty_struct *tty, -- unsigned char ch, char flag) -+ unsigned char ch, char flag) - { -+ #ifdef CONFIG_UNICON -+ if (Unicon_fnKeyHook != NULL) -+ { -+ /* return 1 ==> processed by kernel -+ return 0 ==> processed by app */ -+ if ((*Unicon_fnKeyHook) (tty, ch, flag) == 1) -+ return; -+ } -+ #endif - if (tty->flip.count < TTY_FLIPBUF_SIZE) { - tty->flip.count++; - *tty->flip.flag_buf_ptr++ = flag; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P05-C3000-TSPRESSURE_041207.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P05-C3000-TSPRESSURE_041207.patch deleted file mode 100644 index c0cde53087..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P05-C3000-TSPRESSURE_041207.patch +++ /dev/null @@ -1,235 +0,0 @@ -diff -Nur c3000_pre/linux/drivers/char/Config.in c3000_work/linux/drivers/char/Config.in ---- c3000_pre/linux/drivers/char/Config.in 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_work/linux/drivers/char/Config.in 2004-12-06 15:53:46.000000000 +0900 -@@ -164,6 +164,8 @@ - if [ "$CONFIG_ARCH_SHARP_SL" = "y" ]; then - bool ' SL-series serial port support' CONFIG_SERIAL_SL_SERIES - fi -+ bool ' SL-series touchscreen pressure value read (EXPERIMENTAL)' CONFIG_SL_TS_PRESSURE -+ dep_bool ' Boot On touchscreen pressure value read' CONFIG_BOOT_PRESSURE_ON $CONFIG_SL_TS_PRESSURE - if [ "$CONFIG_SERIAL_SL_SERIES" = "y" ]; then - bool ' SL-series Bluetooth support' CONFIG_BLUETOOTH_SL - fi -diff -Nur c3000_pre/linux/drivers/char/ads7846_ts.c c3000_work/linux/drivers/char/ads7846_ts.c ---- c3000_pre/linux/drivers/char/ads7846_ts.c 2004-11-16 15:31:06.000000000 +0900 -+++ c3000_work/linux/drivers/char/ads7846_ts.c 2004-12-06 15:50:06.000000000 +0900 -@@ -86,7 +86,55 @@ - static DECLARE_WAIT_QUEUE_HEAD(queue); - static int head, tail, sample; - static char pendown = 0; --unsigned long Pressure; -+static unsigned long Pressure; -+#if defined(CONFIG_SL_TS_PRESSURE) -+#include <linux/proc_fs.h> -+#endif -+ -+#if defined(CONFIG_SL_TS_PRESSURE) -+static unsigned long tsPressure; -+#if defined(CONFIG_BOOT_PRESSURE_ON) -+static unsigned int tspressure_mode = 1; -+#else -+static unsigned int tspressure_mode = 0; -+#endif -+ -+static ssize_t tspressure_read_params(struct file *file, char *buf, -+ size_t nbytes, loff_t *ppos) -+{ -+ char outputbuf[32]; -+ int count; -+ -+ if (*ppos>0) /* Assume reading completed in previous read*/ -+ return 0; -+ count = sprintf(outputbuf, "%d\n", (unsigned int)tspressure_mode); -+ count++; -+ *ppos += count; -+ if (count>nbytes) /* Assume output can be read at one time */ -+ return -EINVAL; -+ if (copy_to_user(buf, outputbuf, count+1)) -+ return -EFAULT; -+ return count; -+} -+ -+static ssize_t tspressure_write_params(struct file *file, const char *buf, -+ size_t nbytes, loff_t *ppos) -+{ -+ unsigned int param=0; -+ -+ sscanf(buf,"%d",¶m); -+ if (tspressure_mode != param) { -+ tspressure_mode = param; -+ printk("tspressure = %d\n", tspressure_mode); -+ } -+ return nbytes; -+} -+ -+static struct file_operations proc_tspressure_operations = { -+ read: tspressure_read_params, -+ write: tspressure_write_params, -+}; -+#endif - #if defined(CONFIG_ARCH_PXA_CORGI) - static char ispass = 1; - #endif -@@ -370,7 +418,11 @@ - ((int)((x)-(y))<(int)(d)) && \ - ((int)((y)-(x))<(int)(d)) ) - unsigned long cmd; -+#if defined(CONFIG_SL_TS_PRESSURE) -+ unsigned int t,x,y,z[2],z2,dummy; -+#else - unsigned int t,x,y,z[2]; -+#endif - int i,j,k; - int d = 8, c = 10; - int err = 0; -@@ -381,7 +433,18 @@ - (3u << ADSCTRL_ADR_SH) | (1u << ADSCTRL_STS_SH); - t = ads7846_rw(cmd); - z[i] = ads7846_rw(cmd); -- -+ -+#if defined(CONFIG_SL_TS_PRESSURE) -+ if (tspressure_mode) { -+ /* Z2 */ -+ cmd = (1u << ADSCTRL_PD0_SH) | (1u << ADSCTRL_PD1_SH) | -+ (4u << ADSCTRL_ADR_SH) | (1u << ADSCTRL_STS_SH); -+ dummy = ads7846_rw(cmd); -+ udelay(1); -+ z2 = ads7846_rw(cmd); -+ } -+#endif -+ - if( i ) break; - - /* X-axis */ -@@ -415,6 +478,10 @@ - } - } - Pressure = 1; -+#if defined(CONFIG_SL_TS_PRESSURE) -+ if (tspressure_mode) -+ if (z[1]) tsPressure = (15000 - x * (z2 - z[1]) / z[1]) >> 4; -+#endif - for(i=0;i<2;i++){ - if( !z[i] ) - Pressure = 0; -@@ -528,12 +595,19 @@ - - // printk("x=%d,y=%d\n",tp->xd,tp->yd); - -- if (z1 != 0) -+ if (z1 != 0) { - Pressure = Rx * (tp->xd) * ((10*z2/z1) - 1*10) >> 10; -- else -+#if defined(CONFIG_SL_TS_PRESSURE) -+ if (tspressure_mode) -+ tsPressure = (15000 - x[3] * (z2 - z1) / z1) >> 4; -+ } -+#endif -+ else -+#if defined(CONFIG_SL_TS_PRESSURE) -+ tsPressure = Pressure = 0; -+#else - Pressure = 0; -- -- -+#endif - cmd = (1u << ADSCTRL_PD0_SH) | (1u << ADSCTRL_PD1_SH) | - (4u << ADSCTRL_ADR_SH) | (1u << ADSCTRL_STS_SH); - /* Power-Down Enable */ -@@ -612,11 +686,25 @@ - // printk("fail %d\n", fail); - - if (fail == TOUCH_PANEL_AVERAGE) { -+#if defined(CONFIG_SL_TS_PRESSURE) -+ tsPressure = Pressure = 0; -+#else - Pressure = 0; -+#endif - // printk("pen up\n"); - } - else { -+#if defined(CONFIG_SL_TS_PRESSURE) -+ if (tspressure_mode) { -+ if (z1) { -+ tsPressure = Pressure = (15000 - x * (z2 - z1) / z1) >> 4; -+ } else -+ tsPressure = Pressure = 0; -+ } else -+ tsPressure = Pressure = 1; -+#else - Pressure = 1; -+#endif - tp->xd = tx / (TOUCH_PANEL_AVERAGE - fail); - tp->yd = ty / (TOUCH_PANEL_AVERAGE - fail); - // printk("pen position (%d,%d)\n", tx, ty); -@@ -788,7 +876,11 @@ - - static void new_data(void) - { -+#if !defined(CONFIG_ARCH_PXA_CORGI) && !defined(CONFIG_ARCH_PXA_POODLE) -+#if !defined(CONFIG_POODLE_TR0) - int diff0, diff1, diff2, diff3; -+#endif -+#endif - - #ifdef CONFIG_PM - if( PowerDownMode != PMPD_MODE_ACTIVE ) -@@ -956,11 +1048,26 @@ - lock_FCS(POWER_MODE_TOUCH, 1); // not enter FCS mode. - #endif - if( pos_dt.xd && pos_dt.yd && Pressure ) { -+#if defined(CONFIG_SL_TS_PRESSURE) -+ if (tspressure_mode) -+ tc.pressure = Pressure; -+ else -+ tc.pressure = 500; -+#else - tc.pressure = 500; -+#endif -+ - #else - if( pos_dt.xd && pos_dt.yd ){ -+#if defined(CONFIG_SL_TS_PRESSURE) -+ if (tspressure_mode) -+ tc.pressure = Pressure; -+ else -+ tc.pressure = 1; -+#else - tc.pressure = 1; - #endif -+#endif - before_data = tc; - pendown = 1; - new_data(); -@@ -1005,6 +1112,16 @@ - static void ts_hardware_init(void) - { - unsigned int dummy; -+ -+#if defined(CONFIG_SL_TS_PRESSURE) -+ struct proc_dir_entry *tspressure_proc; -+#endif -+ -+#if defined(CONFIG_SL_TS_PRESSURE) -+ tspressure_proc = create_proc_entry("zaurus/tspressure", 0, NULL); -+ if (tspressure_proc) -+ tspressure_proc->proc_fops = &proc_tspressure_operations; -+#endif - - #if defined(CONFIG_ARCH_PXA_POODLE) || defined(CONFIG_ARCH_PXA_CORGI) - pxa_ssp_init(); -@@ -1283,6 +1400,13 @@ - case 17: /* Clear all buffer data */ - print_par(); - break; -+#if defined(CONFIG_SL_TS_PRESSURE) -+ case 64: /* read Pressure */ -+ if (tspressure_mode) { -+ copy_to_user((void *)arg, &tsPressure, sizeof(tsPressure)); -+ break; -+ } -+#endif - default: - return -EINVAL; - } diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P06-C3000-WRITETS_041206.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P06-C3000-WRITETS_041206.patch deleted file mode 100644 index 25dda93cd1..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P06-C3000-WRITETS_041206.patch +++ /dev/null @@ -1,107 +0,0 @@ -diff -Nur c3000_pre/linux/drivers/char/Config.in c3000_work/linux/drivers/char/Config.in ---- c3000_pre/linux/drivers/char/Config.in 2004-12-06 16:38:50.000000000 +0900 -+++ c3000_work/linux/drivers/char/Config.in 2004-12-06 16:41:03.000000000 +0900 -@@ -166,6 +166,7 @@ - fi - bool ' SL-series touchscreen pressure value read (EXPERIMENTAL)' CONFIG_SL_TS_PRESSURE - dep_bool ' Boot On touchscreen pressure value read' CONFIG_BOOT_PRESSURE_ON $CONFIG_SL_TS_PRESSURE -+ bool ' SL-series write ts data (EXPERIMENTAL)' CONFIG_SL_WRITE_TS - if [ "$CONFIG_SERIAL_SL_SERIES" = "y" ]; then - bool ' SL-series Bluetooth support' CONFIG_BLUETOOTH_SL - fi -diff -Nur c3000_pre/linux/drivers/char/ads7846_ts.c c3000_work/linux/drivers/char/ads7846_ts.c ---- c3000_pre/linux/drivers/char/ads7846_ts.c 2004-12-06 16:38:50.000000000 +0900 -+++ c3000_work/linux/drivers/char/ads7846_ts.c 2004-12-06 16:50:50.000000000 +0900 -@@ -87,7 +87,7 @@ - static int head, tail, sample; - static char pendown = 0; - static unsigned long Pressure; --#if defined(CONFIG_SL_TS_PRESSURE) -+#if defined(CONFIG_SL_TS_PRESSURE) || defined(CONFIG_SL_WRITE_TS) - #include <linux/proc_fs.h> - #endif - -@@ -1000,6 +1000,24 @@ - } - #endif - -+/// write ts data -+#if defined(CONFIG_SL_WRITE_TS) -+static void write_new_data(TS_EVENT write_data) -+{ -+ write_data.millisecs = jiffies; -+ tbuf[head++] = write_data; -+ -+ if (head >= BUFSIZE) { head = 0; } -+ -+ if (head == tail && ++tail >= BUFSIZE) { tail = 0; } -+ -+ if (fasync) -+ kill_fasync(&fasync, SIGIO, POLL_IN); -+ -+ wake_up_interruptible(&queue); -+} -+#endif -+ - static void cotulla_main_ts_timer(unsigned long irq) - { - // ts_interrupt(irq, NULL, NULL); -@@ -1346,10 +1364,54 @@ - static ssize_t ts_write(struct file *file, const char *buffer, size_t count, loff_t *ppos) - { - #if defined(CONFIG_ARCH_PXA_CORGI) -- unsigned long param; -- char *endp; -- wait_after_sync_hs = simple_strtoul(buffer, &endp, 0); -- return count+endp-buffer; -+ char *endp; -+#if defined(CONFIG_SL_WRITE_TS) -+ -+ static TS_EVENT data, raw_data; -+ char tmp[50]; -+ int len; -+ len=49; -+ if(len>count) len=count; -+ copy_from_user(tmp,buffer,len); -+ tmp[len]='\0'; -+ -+ if (sscanf(tmp,"%d %d %d %d",&data.pressure, &data.x, &data.y, &data.millisecs) == 4) { -+// printk("pressure= %d : x= %d : y= %d : millosecs= %d\n", data.pressure, data.x, data.y, data.millisecs); -+ -+ if (cal_ok) { -+ raw_data.x = (x_rev) ? raw_max_x - ((raw_max_x - raw_min_x) * data.x) / res_x -+ : raw_min_x + ((raw_max_x - raw_min_x) * data.x) / res_x; -+ -+ raw_data.y = (y_rev) ? raw_max_y - ((raw_max_y - raw_min_y) * data.y) / res_y -+ : raw_min_y + ((raw_max_y - raw_min_y) * data.y) / res_y; -+ -+ } else { -+ raw_data.x = data.x; -+ raw_data.y = data.y; -+ } -+ -+ if (xyswap) { -+ short tmp = raw_data.x; -+ raw_data.x = raw_data.y; -+ raw_data.y = tmp; -+ } -+ -+ raw_data.pressure = data.pressure; -+ raw_data.millisecs = data.millisecs; -+ -+ write_new_data(raw_data); -+ return count; -+ -+ }else { -+#endif -+ wait_after_sync_hs = simple_strtol(buffer, &endp, 0); -+ printk("Wait_after_sync_hs: %d\n",(int) wait_after_sync_hs); -+ return count+endp-buffer; -+ -+#if defined(CONFIG_SL_WRITE_TS) -+ } -+#endif -+ - #else - return 0; - #endif diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P07-C3000-KBDDEV_041206.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P07-C3000-KBDDEV_041206.patch deleted file mode 100644 index b82be1551d..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P07-C3000-KBDDEV_041206.patch +++ /dev/null @@ -1,115 +0,0 @@ -diff -Nur c3000_pre/linux/drivers/char/Config.in c3000_work/linux/drivers/char/Config.in ---- c3000_pre/linux/drivers/char/Config.in 2004-12-06 17:24:32.000000000 +0900 -+++ c3000_work/linux/drivers/char/Config.in 2004-12-06 17:25:51.000000000 +0900 -@@ -171,6 +171,7 @@ - bool ' SL-series Bluetooth support' CONFIG_BLUETOOTH_SL - fi - fi -+bool 'Use Keyboard device file (EXPERIMENTAL)' CONFIG_KBD_DEV_FILE - if [ "$CONFIG_ARCH_DBMX1" = "y" ]; then - tristate 'DragonBall MX1 serial port support' CONFIG_SERIAL_DBMX1 - if [ "$CONFIG_SERIAL_DBMX1" = "y" ]; then -diff -Nur c3000_pre/linux/drivers/char/keyboard.c c3000_work/linux/drivers/char/keyboard.c ---- c3000_pre/linux/drivers/char/keyboard.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_work/linux/drivers/char/keyboard.c 2004-12-06 17:32:08.000000000 +0900 -@@ -35,6 +35,7 @@ - - #include <asm/keyboard.h> - #include <asm/bitops.h> -+#include <asm/uaccess.h> - - #include <linux/kbd_kern.h> - #include <linux/kbd_diacr.h> -@@ -921,12 +922,35 @@ - - pm_callback pm_kbd_request_override = NULL; - -+#if defined(CONFIG_KBD_DEV_FILE) -+#define KBD_MAJOR 241 -+struct fasync_struct *fasync_kbd; -+ -+static int kbd_open(struct inode *, struct file *); -+static int kbd_release(struct inode *, struct file *); -+static int kbd_fasync(int fd, struct file *filp, int on); -+static ssize_t kbd_read(struct file *, char *, size_t, loff_t *); -+static ssize_t kbd_write(struct file *, const char *, size_t, loff_t *); -+ -+struct file_operations kbd_fops = { -+ open: kbd_open, -+ release: kbd_release, -+ fasync: kbd_fasync, -+ read: kbd_read, -+ write: kbd_write, -+}; -+#endif -+ - int __init kbd_init(void) - { - int i; - struct kbd_struct kbd0; - extern struct tty_driver console_driver; - -+#if defined(CONFIG_KBD_DEV_FILE) -+ if ( register_chrdev(KBD_MAJOR,"kbd",&kbd_fops) ) -+ printk("unable to get major %d for keyboard\n", KBD_MAJOR); -+#endif - kbd0.ledflagstate = kbd0.default_ledflagstate = KBD_DEFLEDS; - kbd0.ledmode = LED_SHOW_FLAGS; - kbd0.lockstate = KBD_DEFLOCK; -@@ -948,3 +972,56 @@ - - return 0; - } -+ -+#if defined(CONFIG_KBD_DEV_FILE) -+static int kbd_open(struct inode *inode, struct file *file) -+{ -+ kdev_t dev = inode->i_rdev; -+ -+ return 0; -+} -+ -+ -+static int kbd_release(struct inode *inode, struct file *file) -+{ -+ kbd_fasync(-1, file, 0); -+ return 0; -+} -+ -+static int kbd_fasync(int fd, struct file *filp, int on) -+{ -+ int retval; -+ -+ retval = fasync_helper(fd, filp, on, &fasync_kbd); -+ if (retval < 0) -+ return retval; -+ return 0; -+} -+ -+static ssize_t kbd_read(struct file *file, char *buffer, size_t count, loff_t *ppos) -+{ -+// printk("kbd read\n"); -+ return 0; -+} -+ -+static ssize_t kbd_write(struct file *file, const char *buffer, size_t count, loff_t *ppos) -+{ -+ char tmp[50]; -+ int len; -+ int kbd_scancode,kbd_down; -+ -+ len=49; -+ -+ if(len>count) len=count; -+ copy_from_user(tmp,buffer,len); -+ tmp[len]='\0'; -+ -+ if (sscanf(tmp,"%d %d",&kbd_scancode, &kbd_down) == 2) { -+// printk("kbd write %02x %02x\n",kbd_scancode,kbd_down); -+ handle_scancode(kbd_scancode,kbd_down); -+ } -+ -+// printk("kbd write\n"); -+ return count; -+} -+#endif diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P08-rtc-mremap-mremap2nd-fix_041213.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P08-rtc-mremap-mremap2nd-fix_041213.patch deleted file mode 100644 index fea565a04a..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P08-rtc-mremap-mremap2nd-fix_041213.patch +++ /dev/null @@ -1,140 +0,0 @@ -diff -Nur c3000_pre/linux/arch/cris/drivers/ds1302.c c3000_test/linux/arch/cris/drivers/ds1302.c ---- c3000_pre/linux/arch/cris/drivers/ds1302.c 2004-08-21 09:48:08.000000000 +0900 -+++ c3000_test/linux/arch/cris/drivers/ds1302.c 2004-12-13 23:30:00.000000000 +0900 -@@ -315,6 +315,7 @@ - { - struct rtc_time rtc_tm; - -+ memset(&rtc_tm, 0, sizeof (struct rtc_time)); - get_rtc_time(&rtc_tm); - if (copy_to_user((struct rtc_time*)arg, &rtc_tm, sizeof(struct rtc_time))) - return -EFAULT; -diff -Nur c3000_pre/linux/arch/m68k/bvme6000/rtc.c c3000_test/linux/arch/m68k/bvme6000/rtc.c ---- c3000_pre/linux/arch/m68k/bvme6000/rtc.c 2004-08-21 09:48:10.000000000 +0900 -+++ c3000_test/linux/arch/m68k/bvme6000/rtc.c 2004-12-13 23:30:00.000000000 +0900 -@@ -54,6 +54,7 @@ - /* Ensure clock and real-time-mode-register are accessible */ - msr = rtc->msr & 0xc0; - rtc->msr = 0x40; -+ memset(&wtime, 0, sizeof(struct rtc_time)); - do { - wtime.tm_sec = BCD2BIN(rtc->bcd_sec); - wtime.tm_min = BCD2BIN(rtc->bcd_min); -diff -Nur c3000_pre/linux/arch/m68k/mvme16x/rtc.c c3000_test/linux/arch/m68k/mvme16x/rtc.c ---- c3000_pre/linux/arch/m68k/mvme16x/rtc.c 2004-08-21 09:48:11.000000000 +0900 -+++ c3000_test/linux/arch/m68k/mvme16x/rtc.c 2004-12-13 23:30:00.000000000 +0900 -@@ -52,6 +52,7 @@ - cli(); - /* Ensure clock and real-time-mode-register are accessible */ - rtc->ctrl = RTC_READ; -+ memset(&wtime, 0, sizeof(struct rtc_time)); - wtime.tm_sec = BCD2BIN(rtc->bcd_sec); - wtime.tm_min = BCD2BIN(rtc->bcd_min); - wtime.tm_hour = BCD2BIN(rtc->bcd_hr); -diff -Nur c3000_pre/linux/drivers/char/efirtc.c c3000_test/linux/drivers/char/efirtc.c ---- c3000_pre/linux/drivers/char/efirtc.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_test/linux/drivers/char/efirtc.c 2004-12-13 23:30:00.000000000 +0900 -@@ -118,6 +118,7 @@ - static void - convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) - { -+ memset(wtime, 0, sizeof(struct rtc_time)); - wtime->tm_sec = eft->second; - wtime->tm_min = eft->minute; - wtime->tm_hour = eft->hour; -diff -Nur c3000_pre/linux/drivers/char/rtc.c c3000_test/linux/drivers/char/rtc.c ---- c3000_pre/linux/drivers/char/rtc.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_test/linux/drivers/char/rtc.c 2004-12-13 23:30:00.000000000 +0900 -@@ -375,7 +375,7 @@ - * means "don't care" or "match all". Only the tm_hour, - * tm_min, and tm_sec values are filled in. - */ -- -+ memset(&wtime, 0, sizeof(struct rtc_time)); - get_rtc_alm_time(&wtime); - break; - } -@@ -423,6 +423,7 @@ - } - case RTC_RD_TIME: /* Read the time/date from RTC */ - { -+ memset(&wtime, 0, sizeof(struct rtc_time)); - get_rtc_time(&wtime); - break; - } -diff -Nur c3000_pre/linux/drivers/macintosh/rtc.c c3000_test/linux/drivers/macintosh/rtc.c ---- c3000_pre/linux/drivers/macintosh/rtc.c 2004-08-21 09:48:35.000000000 +0900 -+++ c3000_test/linux/drivers/macintosh/rtc.c 2004-12-13 23:30:00.000000000 +0900 -@@ -64,6 +64,7 @@ - case RTC_RD_TIME: - if (ppc_md.get_rtc_time) - { -+ memset(&rtc_tm, 0, sizeof(struct rtc_time)); - get_rtc_time(&rtc_tm); - - if (copy_to_user((struct rtc_time*)arg, &rtc_tm, sizeof(struct rtc_time))) -diff -Nur c3000_pre/linux/drivers/sbus/char/rtc.c c3000_test/linux/drivers/sbus/char/rtc.c ---- c3000_pre/linux/drivers/sbus/char/rtc.c 2004-08-21 09:48:39.000000000 +0900 -+++ c3000_test/linux/drivers/sbus/char/rtc.c 2004-12-13 23:30:00.000000000 +0900 -@@ -89,6 +89,7 @@ - switch (cmd) - { - case RTCGET: -+ memset(&rtc_tm, 0, sizeof(struct rtc_time)); - get_rtc_time(&rtc_tm); - - if (copy_to_user((struct rtc_time*)arg, &rtc_tm, sizeof(struct rtc_time))) -diff -Nur c3000_pre/linux/mm/mmap.c c3000_test/linux/mm/mmap.c ---- c3000_pre/linux/mm/mmap.c 2004-08-21 09:49:15.000000000 +0900 -+++ c3000_test/linux/mm/mmap.c 2004-12-13 23:27:31.000000000 +0900 -@@ -1045,6 +1045,9 @@ - if (!len) - return addr; - -+ if ((addr + len) > TASK_SIZE || (addr + len) < addr) -+ return -EINVAL; -+ - /* - * mlock MCL_FUTURE? - */ -diff -Nur c3000_pre/linux/mm/mremap.c c3000_test/linux/mm/mremap.c ---- c3000_pre/linux/mm/mremap.c 2004-08-21 09:49:15.000000000 +0900 -+++ c3000_test/linux/mm/mremap.c 2004-12-13 23:30:18.000000000 +0900 -@@ -242,6 +242,13 @@ - - if (new_len > TASK_SIZE || new_addr > TASK_SIZE - new_len) - goto out; -+ /* -+ * Allow new_len == 0 only if new_addr == addr -+ * to preserve truncation in place (that was working -+ * safe and some app may depend on it). -+ */ -+ if (unlikely(!new_len && new_addr != addr)) -+ goto out; - - /* Check if the location we're moving into overlaps the - * old location at all, and fail if it does. -@@ -252,16 +259,20 @@ - if ((addr <= new_addr) && (addr+old_len) > new_addr) - goto out; - -- do_munmap(current->mm, new_addr, new_len); -+ ret = do_munmap(current->mm, new_addr, new_len); -+ if (ret && new_len) -+ goto out; - } - - /* - * Always allow a shrinking remap: that just unmaps - * the unnecessary pages.. - */ -- ret = addr; - if (old_len >= new_len) { -- do_munmap(current->mm, addr+new_len, old_len - new_len); -+ ret = do_munmap(current->mm, addr+new_len, old_len - new_len); -+ if (ret && old_len != new_len) -+ goto out; -+ ret = addr; - if (!(flags & MREMAP_FIXED) || (new_addr == addr)) - goto out; - } diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P09-ext3-isofs-fix_041216.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P09-ext3-isofs-fix_041216.patch deleted file mode 100644 index 42acf857c6..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P09-ext3-isofs-fix_041216.patch +++ /dev/null @@ -1,359 +0,0 @@ -diff -Nur c3000_pre/linux/drivers/char/drm/r128_state.c c3000_work/linux/drivers/char/drm/r128_state.c ---- c3000_pre/linux/drivers/char/drm/r128_state.c 2004-08-21 09:48:33.000000000 +0900 -+++ c3000_work/linux/drivers/char/drm/r128_state.c 2004-12-16 21:11:04.000000000 +0900 -@@ -23,8 +23,22 @@ - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * RED HAT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -+ * DEALINGS IN THE SOFTWARE. -+ * -+ * THIS SOFTWARE IS NOT INTENDED FOR USE IN SAFETY CRITICAL SYSTEMS -+ * - * Authors: - * Gareth Hughes <gareth@valinux.com> -+ * -+ * Memory allocation size checks added 14/01/2003, Alan Cox <alan@redhat.com> -+ * Memory allocation size checks enhanced 16/02/2004, Thomas Biege <thomas@suse.de> -+ * - */ - - #include "r128.h" -@@ -902,6 +916,9 @@ - DRM_DEBUG( "%s\n", __FUNCTION__ ); - - count = depth->n; -+ -+ if( count > 4096 || count <= 0) -+ return -EMSGSIZE; - if ( copy_from_user( &x, depth->x, sizeof(x) ) ) { - return -EFAULT; - } -@@ -996,6 +1013,9 @@ - - count = depth->n; - -+ if( count > 4096 || count <= 0) -+ return -EMSGSIZE; -+ - x = kmalloc( count * sizeof(*x), GFP_KERNEL ); - if ( x == NULL ) { - return -ENOMEM; -@@ -1110,6 +1130,9 @@ - DRM_DEBUG( "%s\n", __FUNCTION__ ); - - count = depth->n; -+ -+ if ( count > 4096 || count <= 0) -+ return -EMSGSIZE; - if ( copy_from_user( &x, depth->x, sizeof(x) ) ) { - return -EFAULT; - } -@@ -1152,9 +1175,14 @@ - DRM_DEBUG( "%s\n", __FUNCTION__ ); - - count = depth->n; -+ if ( count > 4096 || count <= 0) -+ return -EMSGSIZE; - if ( count > dev_priv->depth_pitch ) { - count = dev_priv->depth_pitch; - } -+ if( count * sizeof(int) <= 0 || count * sizeof(*x) <= 0 || count * sizeof(*y) <= 0) -+ return -EMSGSIZE; -+ - - x = kmalloc( count * sizeof(*x), GFP_KERNEL ); - if ( x == NULL ) { -diff -Nur c3000_pre/linux/drivers/char/drm-4.0/r128_state.c c3000_work/linux/drivers/char/drm-4.0/r128_state.c ---- c3000_pre/linux/drivers/char/drm-4.0/r128_state.c 2004-08-21 09:48:33.000000000 +0900 -+++ c3000_work/linux/drivers/char/drm-4.0/r128_state.c 2004-12-16 21:11:04.000000000 +0900 -@@ -26,6 +26,8 @@ - * Authors: - * Gareth Hughes <gareth@valinux.com> - * -+ * Memory allocation size checks added 16/02/2004, Thomas Biege <thomas@suse.de> -+ * - */ - - #define __NO_VERSION__ -@@ -938,6 +940,9 @@ - } - - count = depth->n; -+ -+ if( count > 4096 || count <= 0) -+ return -EMSGSIZE; - if ( copy_from_user( &x, depth->x, sizeof(x) ) ) { - return -EFAULT; - } -@@ -1047,6 +1052,9 @@ - } - - count = depth->n; -+ if( count > 4096 || count <= 0 || count * sizeof(*x) <= 0 || -+ count * sizeof(*y) <= 0) -+ return -EMSGSIZE; - - x = kmalloc( count * sizeof(*x), 0 ); - if ( x == NULL ) { -@@ -1178,6 +1186,9 @@ - } - - count = depth->n; -+ -+ if ( count > 4096 || count <= 0) -+ return -EMSGSIZE; - if ( copy_from_user( &x, depth->x, sizeof(x) ) ) { - return -EFAULT; - } -@@ -1235,9 +1246,13 @@ - } - - count = depth->n; -+ if ( count > 4096 || count <= 0) -+ return -EMSGSIZE; - if ( count > dev_priv->depth_pitch ) { - count = dev_priv->depth_pitch; - } -+ if( count * sizeof(int) <= 0 || count * sizeof(*x) <= 0 || count * sizeof(*y) <= 0) -+ return -EMSGSIZE; - - x = kmalloc( count * sizeof(*x), 0 ); - if ( x == NULL ) { -diff -Nur c3000_pre/linux/drivers/sound/sb_audio.c c3000_work/linux/drivers/sound/sb_audio.c ---- c3000_pre/linux/drivers/sound/sb_audio.c 2004-08-21 09:48:54.000000000 +0900 -+++ c3000_work/linux/drivers/sound/sb_audio.c 2004-12-16 21:11:04.000000000 +0900 -@@ -879,7 +879,7 @@ - c -= locallen; p += locallen; - } - /* used = ( samples * 16 bits size ) */ -- *used = len << 1; -+ *used = (max_in > (max_out << 1)) ? (max_out << 1) : max_in; - /* returned = ( samples * 8 bits size ) */ - *returned = len; - } -diff -Nur c3000_pre/linux/fs/isofs/dir.c c3000_work/linux/fs/isofs/dir.c ---- c3000_pre/linux/fs/isofs/dir.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_work/linux/fs/isofs/dir.c 2004-12-16 21:11:04.000000000 +0900 -@@ -63,7 +63,8 @@ - break; - - /* Convert remaining ';' to '.' */ -- if (c == ';') -+ /* Also '/' to '.' (broken Acorn-generated ISO9660 images) */ -+ if (c == ';' || c == '/') - c = '.'; - - new[i] = c; -diff -Nur c3000_pre/linux/fs/jbd/journal.c c3000_work/linux/fs/jbd/journal.c ---- c3000_pre/linux/fs/jbd/journal.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_work/linux/fs/jbd/journal.c 2004-12-16 21:11:04.000000000 +0900 -@@ -671,6 +671,7 @@ - - bh = getblk(journal->j_dev, blocknr, journal->j_blocksize); - lock_buffer(bh); -+ memset(bh->b_data, 0, journal->j_blocksize); - BUFFER_TRACE(bh, "return this buffer"); - return journal_add_journal_head(bh); - } -diff -Nur c3000_pre/linux/fs/ncpfs/dir.c c3000_work/linux/fs/ncpfs/dir.c ---- c3000_pre/linux/fs/ncpfs/dir.c 2004-08-21 09:49:00.000000000 +0900 -+++ c3000_work/linux/fs/ncpfs/dir.c 2004-12-16 21:11:04.000000000 +0900 -@@ -266,8 +266,8 @@ - struct ncp_server *server; - struct inode *dir = dentry->d_parent->d_inode; - struct ncp_entry_info finfo; -- int res, val = 0, len = dentry->d_name.len + 1; -- __u8 __name[len]; -+ int res, val = 0, len; -+ __u8 __name[NCP_MAXPATHLEN + 1]; - - if (!dentry->d_inode || !dir) - goto finished; -@@ -291,14 +291,15 @@ - dentry->d_parent->d_name.name, dentry->d_name.name, - NCP_GET_AGE(dentry)); - -+ len = sizeof(__name); - if (ncp_is_server_root(dir)) { - res = ncp_io2vol(server, __name, &len, dentry->d_name.name, -- len-1, 1); -+ dentry->d_name.len, 1); - if (!res) - res = ncp_lookup_volume(server, __name, &(finfo.i)); - } else { - res = ncp_io2vol(server, __name, &len, dentry->d_name.name, -- len-1, !ncp_preserve_case(dir)); -+ dentry->d_name.len, !ncp_preserve_case(dir)); - if (!res) - res = ncp_obtain_info(server, dir, __name, &(finfo.i)); - } -@@ -548,9 +549,9 @@ - int valid = 0; - int hashed = 0; - ino_t ino = 0; -- __u8 __name[256]; -+ __u8 __name[NCP_MAXPATHLEN + 1]; - -- qname.len = 256; -+ qname.len = sizeof(__name); - if (ncp_vol2io(NCP_SERVER(inode), __name, &qname.len, - entry->i.entryName, entry->i.nameLen, - !ncp_preserve_entry_case(inode, entry->i.NSCreator))) -@@ -705,16 +706,19 @@ - { - struct ncp_server* server = NCP_SBP(sb); - struct nw_info_struct i; -- int result, len = strlen(server->m.mounted_vol) + 1; -- __u8 __name[len]; -+ int result; - - if (ncp_single_volume(server)) { -+ int len; - struct dentry* dent; -+ __u8 __name[NCP_MAXPATHLEN + 1]; - -- result = -ENOENT; -- if (ncp_io2vol(server, __name, &len, server->m.mounted_vol, -- len-1, 1)) -+ len = sizeof(__name); -+ result = ncp_io2vol(server, __name, &len, server->m.mounted_vol, -+ strlen(server->m.mounted_vol), 1); -+ if (result) - goto out; -+ result = -ENOENT; - if (ncp_lookup_volume(server, __name, &i)) { - PPRINTK("ncp_conn_logged_in: %s not found\n", - server->m.mounted_vol); -@@ -745,8 +749,8 @@ - struct ncp_server *server = NCP_SERVER(dir); - struct inode *inode = NULL; - struct ncp_entry_info finfo; -- int error, res, len = dentry->d_name.len + 1; -- __u8 __name[len]; -+ int error, res, len; -+ __u8 __name[NCP_MAXPATHLEN + 1]; - - error = -EIO; - if (!ncp_conn_valid(server)) -@@ -755,14 +759,15 @@ - PPRINTK("ncp_lookup: server lookup for %s/%s\n", - dentry->d_parent->d_name.name, dentry->d_name.name); - -+ len = sizeof(__name); - if (ncp_is_server_root(dir)) { - res = ncp_io2vol(server, __name, &len, dentry->d_name.name, -- len-1, 1); -+ dentry->d_name.len, 1); - if (!res) - res = ncp_lookup_volume(server, __name, &(finfo.i)); - } else { - res = ncp_io2vol(server, __name, &len, dentry->d_name.name, -- len-1, !ncp_preserve_case(dir)); -+ dentry->d_name.len, !ncp_preserve_case(dir)); - if (!res) - res = ncp_obtain_info(server, dir, __name, &(finfo.i)); - } -@@ -825,9 +830,9 @@ - { - struct ncp_server *server = NCP_SERVER(dir); - struct ncp_entry_info finfo; -- int error, result, len = dentry->d_name.len + 1; -+ int error, result, len; - int opmode; -- __u8 __name[len]; -+ __u8 __name[NCP_MAXPATHLEN + 1]; - - PPRINTK("ncp_create_new: creating %s/%s, mode=%x\n", - dentry->d_parent->d_name.name, dentry->d_name.name, mode); -@@ -836,8 +841,9 @@ - goto out; - - ncp_age_dentry(server, dentry); -+ len = sizeof(__name); - error = ncp_io2vol(server, __name, &len, dentry->d_name.name, -- len-1, !ncp_preserve_case(dir)); -+ dentry->d_name.len, !ncp_preserve_case(dir)); - if (error) - goto out; - -@@ -880,8 +886,8 @@ - { - struct ncp_entry_info finfo; - struct ncp_server *server = NCP_SERVER(dir); -- int error, len = dentry->d_name.len + 1; -- __u8 __name[len]; -+ int error, len; -+ __u8 __name[NCP_MAXPATHLEN + 1]; - - DPRINTK("ncp_mkdir: making %s/%s\n", - dentry->d_parent->d_name.name, dentry->d_name.name); -@@ -890,8 +896,9 @@ - goto out; - - ncp_age_dentry(server, dentry); -+ len = sizeof(__name); - error = ncp_io2vol(server, __name, &len, dentry->d_name.name, -- len-1, !ncp_preserve_case(dir)); -+ dentry->d_name.len, !ncp_preserve_case(dir)); - if (error) - goto out; - -@@ -909,8 +916,8 @@ - static int ncp_rmdir(struct inode *dir, struct dentry *dentry) - { - struct ncp_server *server = NCP_SERVER(dir); -- int error, result, len = dentry->d_name.len + 1; -- __u8 __name[len]; -+ int error, result, len; -+ __u8 __name[NCP_MAXPATHLEN + 1]; - - DPRINTK("ncp_rmdir: removing %s/%s\n", - dentry->d_parent->d_name.name, dentry->d_name.name); -@@ -923,8 +930,9 @@ - if (!d_unhashed(dentry)) - goto out; - -+ len = sizeof(__name); - error = ncp_io2vol(server, __name, &len, dentry->d_name.name, -- len-1, !ncp_preserve_case(dir)); -+ dentry->d_name.len, !ncp_preserve_case(dir)); - if (error) - goto out; - -@@ -1022,9 +1030,8 @@ - { - struct ncp_server *server = NCP_SERVER(old_dir); - int error; -- int old_len = old_dentry->d_name.len + 1; -- int new_len = new_dentry->d_name.len + 1; -- __u8 __old_name[old_len], __new_name[new_len]; -+ int old_len, new_len; -+ __u8 __old_name[NCP_MAXPATHLEN + 1], __new_name[NCP_MAXPATHLEN + 1]; - - DPRINTK("ncp_rename: %s/%s to %s/%s\n", - old_dentry->d_parent->d_name.name, old_dentry->d_name.name, -@@ -1037,14 +1044,16 @@ - ncp_age_dentry(server, old_dentry); - ncp_age_dentry(server, new_dentry); - -+ old_len = sizeof(__old_name); - error = ncp_io2vol(server, __old_name, &old_len, -- old_dentry->d_name.name, old_len-1, -+ old_dentry->d_name.name, old_dentry->d_name.len, - !ncp_preserve_case(old_dir)); - if (error) - goto out; - -+ new_len = sizeof(__new_name); - error = ncp_io2vol(server, __new_name, &new_len, -- new_dentry->d_name.name, new_len-1, -+ new_dentry->d_name.name, new_dentry->d_name.len, - !ncp_preserve_case(new_dir)); - if (error) - goto out; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P10-ntfs-fix_041216.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P10-ntfs-fix_041216.patch deleted file mode 100644 index 9c3601aeda..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P10-ntfs-fix_041216.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Nur c3000_pre/linux/fs/ntfs/attrib.c c3000_work/linux/fs/ntfs/attrib.c ---- c3000_pre/linux/fs/ntfs/attrib.c 2004-08-21 09:49:00.000000000 +0900 -+++ c3000_work/linux/fs/ntfs/attrib.c 2004-12-16 22:58:06.000000000 +0900 -@@ -1223,6 +1223,21 @@ - * - * Return 0 on success or -errno on error. - */ -+/* ##koko */ -+int __cmpdi2( const s64 arg1, const s64 arg2 ) -+{ -+ u32 low1, low2; -+ s32 hi1, hi2; -+ hi1 = (s32)( arg1>>32 ) & 0xFFFFFFFF; -+ hi2 = (s32)( arg2>>32 ) & 0xFFFFFFFF; -+ if( hi1<hi2 ) return( -1 ); -+ else if( hi1>hi2 ) return( 1 ); -+ low1 = (u32)arg1 & 0xFFFFFFFF; -+ low2 = (u32)arg2 & 0xFFFFFFFF; -+ if( low1<low2 ) return( -1 ); -+ else if( low1>low2 ) return( 1 ); -+ return( 0 ); -+} - int load_attribute_list(ntfs_volume *vol, run_list *run_list, u8 *al, - const s64 size, const s64 initialized_size) - { diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P11-bluetooth-mh18_041216.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P11-bluetooth-mh18_041216.patch deleted file mode 100644 index 0a2b7fbde4..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P11-bluetooth-mh18_041216.patch +++ /dev/null @@ -1,16593 +0,0 @@ -diff -Nur c3000_pre/linux/CREDITS c3000_work/linux/CREDITS ---- c3000_pre/linux/CREDITS 2004-08-21 09:48:05.000000000 +0900 -+++ c3000_work/linux/CREDITS 2004-12-16 23:01:14.000000000 +0900 -@@ -1344,7 +1344,11 @@ - N: Marcel Holtmann - E: marcel@holtmann.org - W: http://www.holtmann.org --D: Author of the Linux Bluetooth Subsystem PC Card drivers -+D: Maintainer of the Linux Bluetooth Subsystem -+D: Author and maintainer of the various Bluetooth HCI drivers -+D: Author and maintainer of the CAPI message transport protocol driver -+D: Author and maintainer of the Bluetooth HID protocol driver -+D: Various other Bluetooth related patches, cleanups and fixes - S: Germany - - N: Rob W. W. Hooft -@@ -2592,6 +2596,7 @@ - N: Aristeu Sergio Rozanski Filho - E: aris@conectiva.com.br - D: Support for EtherExpress 10 ISA (i82595) in eepro driver -+D: User level driver support for input - S: Conectiva S.A. - S: R. Tocantins, 89 - Cristo Rei - S: 80050-430 - Curitiba - Paraná -diff -Nur c3000_pre/linux/Documentation/Configure.help c3000_work/linux/Documentation/Configure.help ---- c3000_pre/linux/Documentation/Configure.help 2004-08-21 09:48:06.000000000 +0900 -+++ c3000_work/linux/Documentation/Configure.help 2004-12-16 23:01:14.000000000 +0900 -@@ -12238,6 +12238,12 @@ - - If unsure, say N. - -+Hotplug firmware loading support (EXPERIMENTAL) -+CONFIG_FW_LOADER -+ This option is provided for the case where no in-kernel-tree modules require -+ hotplug firmware loading support, but a module built outside the kernel tree -+ does. -+ - Use PCI shared memory for NIC registers - CONFIG_TULIP_MMIO - Use PCI shared memory for the NIC registers, rather than going through -@@ -14373,6 +14379,15 @@ - accessible under char device 13:64+ - /dev/input/eventX in a generic - way. This is the future ... - -+CONFIG_INPUT_UINPUT -+ Say Y here if you want to support user level drivers for input -+ subsystem accessible under char device 10:223 - /dev/input/uinput. -+ -+ This driver is also available as a module ( = code which can be -+ inserted in and removed from the running kernel whenever you want). -+ The module will be called uinput.o. If you want to compile it as a -+ module, say M here and read <file:Documentation/modules.txt>. -+ - USB Scanner support - CONFIG_USB_SCANNER - Say Y here if you want to connect a USB scanner to your computer's -@@ -21868,19 +21883,21 @@ - - Linux Bluetooth subsystem consist of several layers: - BlueZ Core (HCI device and connection manager, scheduler) -- HCI Device drivers (interface to the hardware) -- L2CAP Module (L2CAP protocol) -- SCO Module (SCO links) -+ HCI Device drivers (Interface to the hardware) -+ SCO Module (SCO audio links) -+ L2CAP Module (Logical Link Control and Adaptation Protocol) -+ RFCOMM Module (RFCOMM Protocol) -+ BNEP Module (Bluetooth Network Encapsulation Protocol) -+ CMTP Module (CAPI Message Transport Protocol) -+ HIDP Module (Human Interface Device Protocol) - -- Say Y here to enable Linux Bluetooth support and to build BlueZ Core -- layer. -+ Say Y here to compile Bluetooth support into the kernel or say M to -+ compile it as module (bluez.o). - - To use Linux Bluetooth subsystem, you will need several user-space - utilities like hciconfig and hcid. These utilities and updates to - Bluetooth kernel modules are provided in the BlueZ package. -- For more information, see <http://bluez.sourceforge.net/>. -- -- If you want to compile BlueZ Core as module (bluez.o) say M here. -+ For more information, see <http://www.bluez.org/>. - - L2CAP protocol support - CONFIG_BLUEZ_L2CAP -@@ -21893,25 +21910,60 @@ - - SCO links support - CONFIG_BLUEZ_SCO -- SCO link provides voice transport over Bluetooth. SCO support is -+ SCO link provides voice transport over Bluetooth. SCO support is - required for voice applications like Headset and Audio. - - Say Y here to compile SCO support into the kernel or say M to - compile it as module (sco.o). - -+RFCOMM protocol support -+CONFIG_BLUEZ_RFCOMM -+ RFCOMM provides connection oriented stream transport. RFCOMM -+ support is required for Dialup Networking, OBEX and other Bluetooth -+ applications. -+ -+ Say Y here to compile RFCOMM support into the kernel or say M to -+ compile it as module (rfcomm.o). -+ -+RFCOMM TTY emulation support -+CONFIG_BLUEZ_RFCOMM_TTY -+ This option enables TTY emulation support for RFCOMM channels. -+ - BNEP protocol support - CONFIG_BLUEZ_BNEP - BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet -- emulation layer on top of Bluetooth. BNEP is required for Bluetooth -- PAN (Personal Area Network). -- -- To use BNEP, you will need user-space utilities provided in the -- BlueZ-PAN package. -- For more information, see <http://bluez.sourceforge.net>. -+ emulation layer on top of Bluetooth. BNEP is required for -+ Bluetooth PAN (Personal Area Network). - - Say Y here to compile BNEP support into the kernel or say M to - compile it as module (bnep.o). - -+BNEP multicast filter support -+CONFIG_BLUEZ_BNEP_MC_FILTER -+ This option enables the multicast filter support for BNEP. -+ -+BNEP protocol filter support -+CONFIG_BLUEZ_BNEP_PROTO_FILTER -+ This option enables the protocol filter support for BNEP. -+ -+CMTP protocol support -+CONFIG_BLUEZ_CMTP -+ CMTP (CAPI Message Transport Protocol) is a transport layer -+ for CAPI messages. CMTP is required for the Bluetooth Common -+ ISDN Access Profile. -+ -+ Say Y here to compile CMTP support into the kernel or say M to -+ compile it as module (cmtp.o). -+ -+HIDP protocol support -+CONFIG_BLUEZ_HIDP -+ HIDP (Human Interface Device Protocol) is a transport layer -+ for HID reports. HIDP is required for the Bluetooth Human -+ Interface Device Profile. -+ -+ Say Y here to compile HIDP support into the kernel or say M to -+ compile it as module (hidp.o). -+ - HCI UART driver - CONFIG_BLUEZ_HCIUART - Bluetooth HCI UART driver. -@@ -21926,11 +21978,26 @@ - HCI UART (H4) protocol support - CONFIG_BLUEZ_HCIUART_H4 - UART (H4) is serial protocol for communication between Bluetooth -- device and host. This protocol is required for most UART based -- Bluetooth device (including PCMCIA and CF). -+ device and host. This protocol is required for most Bluetooth devices -+ with UART interface, including PCMCIA and CF cards. - - Say Y here to compile support for HCI UART (H4) protocol. - -+HCI BCSP protocol support -+CONFIG_BLUEZ_HCIUART_BCSP -+ BCSP (BlueCore Serial Protocol) is serial protocol for communication -+ between Bluetooth device and host. This protocol is required for non -+ USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and -+ CF cards. -+ -+ Say Y here to compile support for HCI BCSP protocol. -+ -+HCI BCSP transmit CRC with every BCSP packet -+CONFIG_BLUEZ_HCIUART_BCSP_TXCRC -+ If you say Y here, a 16-bit CRC checksum will be transmitted along with -+ every BCSP (BlueCore Serial Protocol) packet sent to the Bluetooth chip. -+ This increases reliability, but slightly reduces efficiency. -+ - HCI USB driver - CONFIG_BLUEZ_HCIUSB - Bluetooth HCI USB driver. -@@ -21940,14 +22007,15 @@ - Say Y here to compile support for Bluetooth USB devices into the - kernel or say M to compile it as module (hci_usb.o). - --HCI USB zero packet support --CONFIG_BLUEZ_USB_ZERO_PACKET -- Support for USB zero packets. -- This option is provided only as a work around for buggy Bluetooth USB -- devices. Do _not_ enable it unless you know for sure that your device -- requires zero packets. -- Most people should say N here. -- -+HCI USB SCO (voice) support -+CONFIG_BLUEZ_HCIUSB_SCO -+ This option enables the SCO support in the HCI USB driver. You need this -+ to transmit voice data with your Bluetooth USB device. And your device -+ must also support sending SCO data over the HCI layer, because some of -+ them sends the SCO data to an internal PCM adapter. -+ -+ Say Y here to compile support for HCI SCO data. -+ - HCI VHCI Virtual HCI device driver - CONFIG_BLUEZ_HCIVHCI - Bluetooth Virtual HCI device driver. -@@ -21956,6 +22024,16 @@ - Say Y here to compile support for virtual HCI devices into the - kernel or say M to compile it as module (hci_vhci.o). - -+HCI BFUSB device driver -+CONFIG_BLUEZ_HCIBFUSB -+ Bluetooth HCI BlueFRITZ! USB driver. -+ This driver provides support for Bluetooth USB devices with AVM -+ interface: -+ AVM BlueFRITZ! USB -+ -+ Say Y here to compile support for HCI BFUSB devices into the -+ kernel or say M to compile it as module (bfusb.o). -+ - HCI DTL1 (PC Card) device driver - CONFIG_BLUEZ_HCIDTL1 - Bluetooth HCI DTL1 (PC Card) driver. -@@ -21975,9 +22053,6 @@ - 3Com Bluetooth Card (3CRWB6096) - HP Bluetooth Card - -- The HCI BT3C driver uses external firmware loader program provided in -- the BlueFW package. For more information, see <http://bluez.sf.net>. -- - Say Y here to compile support for HCI BT3C devices into the - kernel or say M to compile it as module (bt3c_cs.o). - -@@ -21992,6 +22067,20 @@ - Say Y here to compile support for HCI BlueCard devices into the - kernel or say M to compile it as module (bluecard_cs.o). - -+HCI UART (PC Card) device driver -+CONFIG_BLUEZ_HCIBTUART -+ Bluetooth HCI UART (PC Card) driver. -+ This driver provides support for Bluetooth PCMCIA devices with -+ an UART interface: -+ Xircom CreditCard Bluetooth Adapter -+ Xircom RealPort2 Bluetooth Adapter -+ Sphinx PICO Card -+ H-Soft blue+Card -+ Cyber-blue Compact Flash Card -+ -+ Say Y here to compile support for HCI UART devices into the -+ kernel or say M to compile it as module (btuart_cs.o). -+ - # The following options are for Linux when running on the Hitachi - # SuperH family of RISC microprocessors. - -diff -Nur c3000_pre/linux/Documentation/devices.txt c3000_work/linux/Documentation/devices.txt ---- c3000_pre/linux/Documentation/devices.txt 2004-08-21 09:48:06.000000000 +0900 -+++ c3000_work/linux/Documentation/devices.txt 2004-12-16 23:01:14.000000000 +0900 -@@ -419,6 +419,7 @@ - 220 = /dev/mptctl Message passing technology (MPT) control - 221 = /dev/mvista/hssdsi Montavista PICMG hot swap system driver - 222 = /dev/mvista/hasi Montavista PICMG high availability -+ 223 = /dev/input/uinput User level driver support for input - 240-255 Reserved for local use - - 11 char Raw keyboard device -diff -Nur c3000_pre/linux/Documentation/firmware_class/README c3000_work/linux/Documentation/firmware_class/README ---- c3000_pre/linux/Documentation/firmware_class/README 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/Documentation/firmware_class/README 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,58 @@ -+ -+ request_firmware() hotplug interface: -+ ------------------------------------ -+ Copyright (C) 2003 Manuel Estrada Sainz <ranty@debian.org> -+ -+ Why: -+ --- -+ -+ Today, the most extended way to use firmware in the Linux kernel is linking -+ it statically in a header file. Which has political and technical issues: -+ -+ 1) Some firmware is not legal to redistribute. -+ 2) The firmware occupies memory permanently, even though it often is just -+ used once. -+ 3) Some people, like the Debian crowd, don't consider some firmware free -+ enough and remove entire drivers (e.g.: keyspan). -+ -+ about in-kernel persistence: -+ --------------------------- -+ Under some circumstances, as explained below, it would be interesting to keep -+ firmware images in non-swappable kernel memory or even in the kernel image -+ (probably within initramfs). -+ -+ Note that this functionality has not been implemented. -+ -+ - Why OPTIONAL in-kernel persistence may be a good idea sometimes: -+ -+ - If the device that needs the firmware is needed to access the -+ filesystem. When upon some error the device has to be reset and the -+ firmware reloaded, it won't be possible to get it from userspace. -+ e.g.: -+ - A diskless client with a network card that needs firmware. -+ - The filesystem is stored in a disk behind an scsi device -+ that needs firmware. -+ - Replacing buggy DSDT/SSDT ACPI tables on boot. -+ Note: this would require the persistent objects to be included -+ within the kernel image, probably within initramfs. -+ -+ And the same device can be needed to access the filesystem or not depending -+ on the setup, so I think that the choice on what firmware to make -+ persistent should be left to userspace. -+ -+ - Why register_firmware()+__init can be useful: -+ - For boot devices needing firmware. -+ - To make the transition easier: -+ The firmware can be declared __init and register_firmware() -+ called on module_init. Then the firmware is warranted to be -+ there even if "firmware hotplug userspace" is not there yet or -+ it doesn't yet provide the needed firmware. -+ Once the firmware is widely available in userspace, it can be -+ removed from the kernel. Or made optional (CONFIG_.*_FIRMWARE). -+ -+ In either case, if firmware hotplug support is there, it can move the -+ firmware out of kernel memory into the real filesystem for later -+ usage. -+ -+ Note: If persistence is implemented on top of initramfs, -+ register_firmware() may not be appropriate. -diff -Nur c3000_pre/linux/Documentation/firmware_class/firmware_sample_driver.c c3000_work/linux/Documentation/firmware_class/firmware_sample_driver.c ---- c3000_pre/linux/Documentation/firmware_class/firmware_sample_driver.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/Documentation/firmware_class/firmware_sample_driver.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,121 @@ -+/* -+ * firmware_sample_driver.c - -+ * -+ * Copyright (c) 2003 Manuel Estrada Sainz <ranty@debian.org> -+ * -+ * Sample code on how to use request_firmware() from drivers. -+ * -+ * Note that register_firmware() is currently useless. -+ * -+ */ -+ -+#include <linux/module.h> -+#include <linux/kernel.h> -+#include <linux/init.h> -+#include <linux/string.h> -+ -+#include "linux/firmware.h" -+ -+#define WE_CAN_NEED_FIRMWARE_BEFORE_USERSPACE_IS_AVAILABLE -+#ifdef WE_CAN_NEED_FIRMWARE_BEFORE_USERSPACE_IS_AVAILABLE -+char __init inkernel_firmware[] = "let's say that this is firmware\n"; -+#endif -+ -+static char ghost_device[] = "ghost0"; -+ -+static void sample_firmware_load(char *firmware, int size) -+{ -+ u8 buf[size+1]; -+ memcpy(buf, firmware, size); -+ buf[size] = '\0'; -+ printk("firmware_sample_driver: firmware: %s\n", buf); -+} -+ -+static void sample_probe_default(void) -+{ -+ /* uses the default method to get the firmware */ -+ const struct firmware *fw_entry; -+ printk("firmware_sample_driver: a ghost device got inserted :)\n"); -+ -+ if(request_firmware(&fw_entry, "sample_driver_fw", ghost_device)!=0) -+ { -+ printk(KERN_ERR -+ "firmware_sample_driver: Firmware not available\n"); -+ return; -+ } -+ -+ sample_firmware_load(fw_entry->data, fw_entry->size); -+ -+ release_firmware(fw_entry); -+ -+ /* finish setting up the device */ -+} -+static void sample_probe_specific(void) -+{ -+ /* Uses some specific hotplug support to get the firmware from -+ * userspace directly into the hardware, or via some sysfs file */ -+ -+ /* NOTE: This currently doesn't work */ -+ -+ printk("firmware_sample_driver: a ghost device got inserted :)\n"); -+ -+ if(request_firmware(NULL, "sample_driver_fw", ghost_device)!=0) -+ { -+ printk(KERN_ERR -+ "firmware_sample_driver: Firmware load failed\n"); -+ return; -+ } -+ -+ /* request_firmware blocks until userspace finished, so at -+ * this point the firmware should be already in the device */ -+ -+ /* finish setting up the device */ -+} -+static void sample_probe_async_cont(const struct firmware *fw, void *context) -+{ -+ if(!fw){ -+ printk(KERN_ERR -+ "firmware_sample_driver: firmware load failed\n"); -+ return; -+ } -+ -+ printk("firmware_sample_driver: device pointer \"%s\"\n", -+ (char *)context); -+ sample_firmware_load(fw->data, fw->size); -+} -+static void sample_probe_async(void) -+{ -+ /* Let's say that I can't sleep */ -+ int error; -+ error = request_firmware_nowait (THIS_MODULE, -+ "sample_driver_fw", ghost_device, -+ "my device pointer", -+ sample_probe_async_cont); -+ if(error){ -+ printk(KERN_ERR -+ "firmware_sample_driver:" -+ " request_firmware_nowait failed\n"); -+ } -+} -+ -+static int sample_init(void) -+{ -+#ifdef WE_CAN_NEED_FIRMWARE_BEFORE_USERSPACE_IS_AVAILABLE -+ register_firmware("sample_driver_fw", inkernel_firmware, -+ sizeof(inkernel_firmware)); -+#endif -+ /* since there is no real hardware insertion I just call the -+ * sample probe functions here */ -+ sample_probe_specific(); -+ sample_probe_default(); -+ sample_probe_async(); -+ return 0; -+} -+static void __exit sample_exit(void) -+{ -+} -+ -+module_init (sample_init); -+module_exit (sample_exit); -+ -+MODULE_LICENSE("GPL"); -diff -Nur c3000_pre/linux/Documentation/firmware_class/hotplug-script c3000_work/linux/Documentation/firmware_class/hotplug-script ---- c3000_pre/linux/Documentation/firmware_class/hotplug-script 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/Documentation/firmware_class/hotplug-script 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,16 @@ -+#!/bin/sh -+ -+# Simple hotplug script sample: -+# -+# Both $DEVPATH and $FIRMWARE are already provided in the environment. -+ -+HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/ -+ -+echo 1 > /sysfs/$DEVPATH/loading -+cat $HOTPLUG_FW_DIR/$FIRMWARE > /sysfs/$DEVPATH/data -+echo 0 > /sysfs/$DEVPATH/loading -+ -+# To cancel the load in case of error: -+# -+# echo -1 > /sysfs/$DEVPATH/loading -+# -diff -Nur c3000_pre/linux/MAINTAINERS c3000_work/linux/MAINTAINERS ---- c3000_pre/linux/MAINTAINERS 2004-08-21 09:48:05.000000000 +0900 -+++ c3000_work/linux/MAINTAINERS 2004-12-16 23:01:14.000000000 +0900 -@@ -267,16 +267,88 @@ - L: linux-kernel@vger.kernel.org - S: Maintained - --BLUETOOTH SUBSYSTEM (BlueZ) -+BLUETOOTH SUBSYSTEM -+P: Marcel Holtmann -+M: marcel@holtmann.org - P: Maxim Krasnyansky - M: maxk@qualcomm.com -+L: bluez-devel@lists.sf.net - W: http://bluez.sf.net -+W: http://www.bluez.org -+W: http://www.holtmann.org/linux/bluetooth/ - S: Maintained - --BLUETOOTH SUBSYSTEM (PC Card Drivers) -+BLUETOOTH RFCOMM LAYER - P: Marcel Holtmann - M: marcel@holtmann.org --W: http://www.holtmann.org/linux/bluetooth/ -+P: Maxim Krasnyansky -+M: maxk@qualcomm.com -+S: Maintained -+ -+BLUETOOTH BNEP LAYER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+P: Maxim Krasnyansky -+M: maxk@qualcomm.com -+S: Maintained -+ -+BLUETOOTH CMTP LAYER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HIDP LAYER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HCI UART DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+P: Maxim Krasnyansky -+M: maxk@qualcomm.com -+S: Maintained -+ -+BLUETOOTH HCI USB DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+P: Maxim Krasnyansky -+M: maxk@qualcomm.com -+S: Maintained -+ -+BLUETOOTH HCI BCM203X DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HCI BFUSB DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HCI DTL1 DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HCI BLUECARD DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HCI BT3C DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HCI BTUART DRIVER -+P: Marcel Holtmann -+M: marcel@holtmann.org -+S: Maintained -+ -+BLUETOOTH HCI VHCI DRIVER -+P: Maxim Krasnyansky -+M: maxk@qualcomm.com - S: Maintained - - BTTV VIDEO4LINUX DRIVER -diff -Nur c3000_pre/linux/arch/sparc64/kernel/ioctl32.c c3000_work/linux/arch/sparc64/kernel/ioctl32.c ---- c3000_pre/linux/arch/sparc64/kernel/ioctl32.c 2004-08-21 09:48:22.000000000 +0900 -+++ c3000_work/linux/arch/sparc64/kernel/ioctl32.c 2004-12-16 23:01:14.000000000 +0900 -@@ -95,6 +95,7 @@ - - #include <net/bluetooth/bluetooth.h> - #include <net/bluetooth/hci.h> -+#include <net/bluetooth/rfcomm.h> - - #include <linux/usb.h> - #include <linux/usbdevice_fs.h> -@@ -4286,6 +4287,25 @@ - return sys_ioctl(fd, BLKGETSIZE64, arg); - } - -+/* Bluetooth ioctls */ -+#define HCIUARTSETPROTO _IOW('U', 200, int) -+#define HCIUARTGETPROTO _IOR('U', 201, int) -+ -+#define BNEPCONNADD _IOW('B', 200, int) -+#define BNEPCONNDEL _IOW('B', 201, int) -+#define BNEPGETCONNLIST _IOR('B', 210, int) -+#define BNEPGETCONNINFO _IOR('B', 211, int) -+ -+#define CMTPCONNADD _IOW('C', 200, int) -+#define CMTPCONNDEL _IOW('C', 201, int) -+#define CMTPGETCONNLIST _IOR('C', 210, int) -+#define CMTPGETCONNINFO _IOR('C', 211, int) -+ -+#define HIDPCONNADD _IOW('H', 200, int) -+#define HIDPCONNDEL _IOW('H', 201, int) -+#define HIDPGETCONNLIST _IOR('H', 210, int) -+#define HIDPGETCONNINFO _IOR('H', 211, int) -+ - struct ioctl_trans { - unsigned int cmd; - unsigned int handler; -@@ -4987,6 +5007,25 @@ - COMPATIBLE_IOCTL(HCISETACLMTU) - COMPATIBLE_IOCTL(HCISETSCOMTU) - COMPATIBLE_IOCTL(HCIINQUIRY) -+COMPATIBLE_IOCTL(HCIUARTSETPROTO) -+COMPATIBLE_IOCTL(HCIUARTGETPROTO) -+COMPATIBLE_IOCTL(RFCOMMCREATEDEV) -+COMPATIBLE_IOCTL(RFCOMMRELEASEDEV) -+COMPATIBLE_IOCTL(RFCOMMGETDEVLIST) -+COMPATIBLE_IOCTL(RFCOMMGETDEVINFO) -+COMPATIBLE_IOCTL(RFCOMMSTEALDLC) -+COMPATIBLE_IOCTL(BNEPCONNADD) -+COMPATIBLE_IOCTL(BNEPCONNDEL) -+COMPATIBLE_IOCTL(BNEPGETCONNLIST) -+COMPATIBLE_IOCTL(BNEPGETCONNINFO) -+COMPATIBLE_IOCTL(CMTPCONNADD) -+COMPATIBLE_IOCTL(CMTPCONNDEL) -+COMPATIBLE_IOCTL(CMTPGETCONNLIST) -+COMPATIBLE_IOCTL(CMTPGETCONNINFO) -+COMPATIBLE_IOCTL(HIDPCONNADD) -+COMPATIBLE_IOCTL(HIDPCONNDEL) -+COMPATIBLE_IOCTL(HIDPGETCONNLIST) -+COMPATIBLE_IOCTL(HIDPGETCONNINFO) - /* Misc. */ - COMPATIBLE_IOCTL(0x41545900) /* ATYIO_CLKR */ - COMPATIBLE_IOCTL(0x41545901) /* ATYIO_CLKW */ -diff -Nur c3000_pre/linux/drivers/bluetooth/Config.in c3000_work/linux/drivers/bluetooth/Config.in ---- c3000_pre/linux/drivers/bluetooth/Config.in 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -1,22 +1,33 @@ -+# -+# Bluetooth HCI device drivers configuration -+# -+ - mainmenu_option next_comment - comment 'Bluetooth device drivers' - - dep_tristate 'HCI USB driver' CONFIG_BLUEZ_HCIUSB $CONFIG_BLUEZ $CONFIG_USB - if [ "$CONFIG_BLUEZ_HCIUSB" != "n" ]; then -- bool ' USB zero packet support' CONFIG_BLUEZ_USB_ZERO_PACKET -+ bool ' SCO (voice) support' CONFIG_BLUEZ_HCIUSB_SCO - fi - - dep_tristate 'HCI UART driver' CONFIG_BLUEZ_HCIUART $CONFIG_BLUEZ - if [ "$CONFIG_BLUEZ_HCIUART" != "n" ]; then - bool ' UART (H4) protocol support' CONFIG_BLUEZ_HCIUART_H4 -+ bool ' BCSP protocol support' CONFIG_BLUEZ_HCIUART_BCSP -+ dep_bool ' Transmit CRC with every BCSP packet' CONFIG_BLUEZ_HCIUART_BCSP_TXCRC $CONFIG_BLUEZ_HCIUART_BCSP - fi - -+dep_tristate 'HCI BlueFRITZ! USB driver' CONFIG_BLUEZ_HCIBFUSB $CONFIG_BLUEZ $CONFIG_USB -+ - dep_tristate 'HCI DTL1 (PC Card) driver' CONFIG_BLUEZ_HCIDTL1 $CONFIG_PCMCIA $CONFIG_BLUEZ - - dep_tristate 'HCI BT3C (PC Card) driver' CONFIG_BLUEZ_HCIBT3C $CONFIG_PCMCIA $CONFIG_BLUEZ - - dep_tristate 'HCI BlueCard (PC Card) driver' CONFIG_BLUEZ_HCIBLUECARD $CONFIG_PCMCIA $CONFIG_BLUEZ - -+dep_tristate 'HCI UART (PC Card) driver' CONFIG_BLUEZ_HCIBTUART $CONFIG_PCMCIA $CONFIG_BLUEZ -+ - dep_tristate 'HCI VHCI (Virtual HCI device) driver' CONFIG_BLUEZ_HCIVHCI $CONFIG_BLUEZ - - endmenu -+ -diff -Nur c3000_pre/linux/drivers/bluetooth/Makefile c3000_work/linux/drivers/bluetooth/Makefile ---- c3000_pre/linux/drivers/bluetooth/Makefile 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -1,5 +1,5 @@ - # --# Makefile for Bluetooth HCI device drivers. -+# Makefile for the Linux Bluetooth HCI device drivers - # - - O_TARGET := bluetooth.o -@@ -9,13 +9,17 @@ - obj-$(CONFIG_BLUEZ_HCIUSB) += hci_usb.o - obj-$(CONFIG_BLUEZ_HCIVHCI) += hci_vhci.o - --obj-$(CONFIG_BLUEZ_HCIUART) += hci_uart.o --uart-y := hci_ldisc.o --uart-$(CONFIG_BLUEZ_HCIUART_H4) += hci_h4.o -+obj-$(CONFIG_BLUEZ_HCIUART) += hci_uart.o -+uart-y := hci_ldisc.o -+uart-$(CONFIG_BLUEZ_HCIUART_H4) += hci_h4.o -+uart-$(CONFIG_BLUEZ_HCIUART_BCSP) += hci_bcsp.o -+ -+obj-$(CONFIG_BLUEZ_HCIBFUSB) += bfusb.o - - obj-$(CONFIG_BLUEZ_HCIDTL1) += dtl1_cs.o - obj-$(CONFIG_BLUEZ_HCIBT3C) += bt3c_cs.o - obj-$(CONFIG_BLUEZ_HCIBLUECARD) += bluecard_cs.o -+obj-$(CONFIG_BLUEZ_HCIBTUART) += btuart_cs.o - - include $(TOPDIR)/Rules.make - -diff -Nur c3000_pre/linux/drivers/bluetooth/Makefile.lib c3000_work/linux/drivers/bluetooth/Makefile.lib ---- c3000_pre/linux/drivers/bluetooth/Makefile.lib 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/Makefile.lib 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,2 @@ -+obj-$(CONFIG_BLUEZ_HCIBFUSB) += firmware_class.o -+obj-$(CONFIG_BLUEZ_HCIBT3C) += firmware_class.o -diff -Nur c3000_pre/linux/drivers/bluetooth/bfusb.c c3000_work/linux/drivers/bluetooth/bfusb.c ---- c3000_pre/linux/drivers/bluetooth/bfusb.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/bfusb.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,782 @@ -+/* -+ * -+ * AVM BlueFRITZ! USB driver -+ * -+ * Copyright (C) 2003 Marcel Holtmann <marcel@holtmann.org> -+ * -+ * -+ * 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 -+ * -+ */ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/kernel.h> -+#include <linux/init.h> -+#include <linux/slab.h> -+#include <linux/types.h> -+#include <linux/sched.h> -+#include <linux/errno.h> -+#include <linux/skbuff.h> -+ -+#include <linux/firmware.h> -+#include <linux/usb.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/hci_core.h> -+ -+#ifndef CONFIG_BLUEZ_HCIBFUSB_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+#define VERSION "1.1" -+ -+static struct usb_device_id bfusb_table[] = { -+ /* AVM BlueFRITZ! USB */ -+ { USB_DEVICE(0x057c, 0x2200) }, -+ -+ { } /* Terminating entry */ -+}; -+ -+MODULE_DEVICE_TABLE(usb, bfusb_table); -+ -+ -+#define BFUSB_MAX_BLOCK_SIZE 256 -+ -+#define BFUSB_BLOCK_TIMEOUT (HZ * 3) -+ -+#define BFUSB_TX_PROCESS 1 -+#define BFUSB_TX_WAKEUP 2 -+ -+#define BFUSB_MAX_BULK_TX 1 -+#define BFUSB_MAX_BULK_RX 1 -+ -+struct bfusb { -+ struct hci_dev hdev; -+ -+ unsigned long state; -+ -+ struct usb_device *udev; -+ -+ unsigned int bulk_in_ep; -+ unsigned int bulk_out_ep; -+ unsigned int bulk_pkt_size; -+ -+ rwlock_t lock; -+ -+ struct sk_buff_head transmit_q; -+ -+ struct sk_buff *reassembly; -+ -+ atomic_t pending_tx; -+ struct sk_buff_head pending_q; -+ struct sk_buff_head completed_q; -+}; -+ -+struct bfusb_scb { -+ struct urb *urb; -+}; -+ -+static void bfusb_tx_complete(struct urb *urb); -+static void bfusb_rx_complete(struct urb *urb); -+ -+static struct urb *bfusb_get_completed(struct bfusb *bfusb) -+{ -+ struct sk_buff *skb; -+ struct urb *urb = NULL; -+ -+ BT_DBG("bfusb %p", bfusb); -+ -+ skb = skb_dequeue(&bfusb->completed_q); -+ if (skb) { -+ urb = ((struct bfusb_scb *) skb->cb)->urb; -+ kfree_skb(skb); -+ } -+ -+ return urb; -+} -+ -+static inline void bfusb_unlink_urbs(struct bfusb *bfusb) -+{ -+ struct sk_buff *skb; -+ struct urb *urb; -+ -+ BT_DBG("bfusb %p", bfusb); -+ -+ while ((skb = skb_dequeue(&bfusb->pending_q))) { -+ urb = ((struct bfusb_scb *) skb->cb)->urb; -+ usb_unlink_urb(urb); -+ skb_queue_tail(&bfusb->completed_q, skb); -+ } -+ -+ while ((urb = bfusb_get_completed(bfusb))) -+ usb_free_urb(urb); -+} -+ -+ -+static int bfusb_send_bulk(struct bfusb *bfusb, struct sk_buff *skb) -+{ -+ struct bfusb_scb *scb = (void *) skb->cb; -+ struct urb *urb = bfusb_get_completed(bfusb); -+ int err, pipe; -+ -+ BT_DBG("bfusb %p skb %p len %d", bfusb, skb, skb->len); -+ -+ if (!urb && !(urb = usb_alloc_urb(0))) -+ return -ENOMEM; -+ -+ pipe = usb_sndbulkpipe(bfusb->udev, bfusb->bulk_out_ep); -+ -+ FILL_BULK_URB(urb, bfusb->udev, pipe, skb->data, skb->len, -+ bfusb_tx_complete, skb); -+ -+ urb->transfer_flags = USB_QUEUE_BULK; -+ -+ scb->urb = urb; -+ -+ skb_queue_tail(&bfusb->pending_q, skb); -+ -+ err = usb_submit_urb(urb); -+ if (err) { -+ BT_ERR("%s bulk tx submit failed urb %p err %d", -+ bfusb->hdev.name, urb, err); -+ skb_unlink(skb); -+ usb_free_urb(urb); -+ } else -+ atomic_inc(&bfusb->pending_tx); -+ -+ return err; -+} -+ -+static void bfusb_tx_wakeup(struct bfusb *bfusb) -+{ -+ struct sk_buff *skb; -+ -+ BT_DBG("bfusb %p", bfusb); -+ -+ if (test_and_set_bit(BFUSB_TX_PROCESS, &bfusb->state)) { -+ set_bit(BFUSB_TX_WAKEUP, &bfusb->state); -+ return; -+ } -+ -+ do { -+ clear_bit(BFUSB_TX_WAKEUP, &bfusb->state); -+ -+ while ((atomic_read(&bfusb->pending_tx) < BFUSB_MAX_BULK_TX) && -+ (skb = skb_dequeue(&bfusb->transmit_q))) { -+ if (bfusb_send_bulk(bfusb, skb) < 0) { -+ skb_queue_head(&bfusb->transmit_q, skb); -+ break; -+ } -+ } -+ -+ } while (test_bit(BFUSB_TX_WAKEUP, &bfusb->state)); -+ -+ clear_bit(BFUSB_TX_PROCESS, &bfusb->state); -+} -+ -+static void bfusb_tx_complete(struct urb *urb) -+{ -+ struct sk_buff *skb = (struct sk_buff *) urb->context; -+ struct bfusb *bfusb = (struct bfusb *) skb->dev; -+ -+ BT_DBG("bfusb %p urb %p skb %p len %d", bfusb, urb, skb, skb->len); -+ -+ atomic_dec(&bfusb->pending_tx); -+ -+ if (!test_bit(HCI_RUNNING, &bfusb->hdev.flags)) -+ return; -+ -+ if (!urb->status) -+ bfusb->hdev.stat.byte_tx += skb->len; -+ else -+ bfusb->hdev.stat.err_tx++; -+ -+ read_lock(&bfusb->lock); -+ -+ skb_unlink(skb); -+ skb_queue_tail(&bfusb->completed_q, skb); -+ -+ bfusb_tx_wakeup(bfusb); -+ -+ read_unlock(&bfusb->lock); -+} -+ -+ -+static int bfusb_rx_submit(struct bfusb *bfusb, struct urb *urb) -+{ -+ struct bfusb_scb *scb; -+ struct sk_buff *skb; -+ int err, pipe, size = HCI_MAX_FRAME_SIZE + 32; -+ -+ BT_DBG("bfusb %p urb %p", bfusb, urb); -+ -+ if (!urb && !(urb = usb_alloc_urb(0))) -+ return -ENOMEM; -+ -+ if (!(skb = bluez_skb_alloc(size, GFP_ATOMIC))) { -+ usb_free_urb(urb); -+ return -ENOMEM; -+ } -+ -+ skb->dev = (void *) bfusb; -+ -+ scb = (struct bfusb_scb *) skb->cb; -+ scb->urb = urb; -+ -+ pipe = usb_rcvbulkpipe(bfusb->udev, bfusb->bulk_in_ep); -+ -+ FILL_BULK_URB(urb, bfusb->udev, pipe, skb->data, size, -+ bfusb_rx_complete, skb); -+ -+ urb->transfer_flags = USB_QUEUE_BULK; -+ -+ skb_queue_tail(&bfusb->pending_q, skb); -+ -+ err = usb_submit_urb(urb); -+ if (err) { -+ BT_ERR("%s bulk rx submit failed urb %p err %d", -+ bfusb->hdev.name, urb, err); -+ skb_unlink(skb); -+ kfree_skb(skb); -+ usb_free_urb(urb); -+ } -+ -+ return err; -+} -+ -+static inline int bfusb_recv_block(struct bfusb *bfusb, int hdr, unsigned char *data, int len) -+{ -+ BT_DBG("bfusb %p hdr 0x%02x data %p len %d", bfusb, hdr, data, len); -+ -+ if (hdr & 0x10) { -+ BT_ERR("%s error in block", bfusb->hdev.name); -+ if (bfusb->reassembly) -+ kfree_skb(bfusb->reassembly); -+ bfusb->reassembly = NULL; -+ return -EIO; -+ } -+ -+ if (hdr & 0x04) { -+ struct sk_buff *skb; -+ unsigned char pkt_type; -+ int pkt_len = 0; -+ -+ if (bfusb->reassembly) { -+ BT_ERR("%s unexpected start block", bfusb->hdev.name); -+ kfree_skb(bfusb->reassembly); -+ bfusb->reassembly = NULL; -+ } -+ -+ if (len < 1) { -+ BT_ERR("%s no packet type found", bfusb->hdev.name); -+ return -EPROTO; -+ } -+ -+ pkt_type = *data++; len--; -+ -+ switch (pkt_type) { -+ case HCI_EVENT_PKT: -+ if (len >= HCI_EVENT_HDR_SIZE) { -+ hci_event_hdr *hdr = (hci_event_hdr *) data; -+ pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; -+ } else { -+ BT_ERR("%s event block is too short", bfusb->hdev.name); -+ return -EILSEQ; -+ } -+ break; -+ -+ case HCI_ACLDATA_PKT: -+ if (len >= HCI_ACL_HDR_SIZE) { -+ hci_acl_hdr *hdr = (hci_acl_hdr *) data; -+ pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); -+ } else { -+ BT_ERR("%s data block is too short", bfusb->hdev.name); -+ return -EILSEQ; -+ } -+ break; -+ -+ case HCI_SCODATA_PKT: -+ if (len >= HCI_SCO_HDR_SIZE) { -+ hci_sco_hdr *hdr = (hci_sco_hdr *) data; -+ pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; -+ } else { -+ BT_ERR("%s audio block is too short", bfusb->hdev.name); -+ return -EILSEQ; -+ } -+ break; -+ } -+ -+ skb = bluez_skb_alloc(pkt_len, GFP_ATOMIC); -+ if (!skb) { -+ BT_ERR("%s no memory for the packet", bfusb->hdev.name); -+ return -ENOMEM; -+ } -+ -+ skb->dev = (void *) &bfusb->hdev; -+ skb->pkt_type = pkt_type; -+ -+ bfusb->reassembly = skb; -+ } else { -+ if (!bfusb->reassembly) { -+ BT_ERR("%s unexpected continuation block", bfusb->hdev.name); -+ return -EIO; -+ } -+ } -+ -+ if (len > 0) -+ memcpy(skb_put(bfusb->reassembly, len), data, len); -+ -+ if (hdr & 0x08) { -+ hci_recv_frame(bfusb->reassembly); -+ bfusb->reassembly = NULL; -+ } -+ -+ return 0; -+} -+ -+static void bfusb_rx_complete(struct urb *urb) -+{ -+ struct sk_buff *skb = (struct sk_buff *) urb->context; -+ struct bfusb *bfusb = (struct bfusb *) skb->dev; -+ unsigned char *buf = urb->transfer_buffer; -+ int count = urb->actual_length; -+ int err, hdr, len; -+ -+ BT_DBG("bfusb %p urb %p skb %p len %d", bfusb, urb, skb, skb->len); -+ -+ read_lock(&bfusb->lock); -+ -+ if (!test_bit(HCI_RUNNING, &bfusb->hdev.flags)) -+ goto unlock; -+ -+ if (urb->status || !count) -+ goto resubmit; -+ -+ bfusb->hdev.stat.byte_rx += count; -+ -+ skb_put(skb, count); -+ -+ while (count) { -+ hdr = buf[0] | (buf[1] << 8); -+ -+ if (hdr & 0x4000) { -+ len = 0; -+ count -= 2; -+ buf += 2; -+ } else { -+ len = (buf[2] == 0) ? 256 : buf[2]; -+ count -= 3; -+ buf += 3; -+ } -+ -+ if (count < len) { -+ BT_ERR("%s block extends over URB buffer ranges", -+ bfusb->hdev.name); -+ } -+ -+ if ((hdr & 0xe1) == 0xc1) -+ bfusb_recv_block(bfusb, hdr, buf, len); -+ -+ count -= len; -+ buf += len; -+ } -+ -+ skb_unlink(skb); -+ kfree_skb(skb); -+ -+ bfusb_rx_submit(bfusb, urb); -+ -+ read_unlock(&bfusb->lock); -+ -+ return; -+ -+resubmit: -+ urb->dev = bfusb->udev; -+ -+ err = usb_submit_urb(urb); -+ if (err) { -+ BT_ERR("%s bulk resubmit failed urb %p err %d", -+ bfusb->hdev.name, urb, err); -+ } -+ -+unlock: -+ read_unlock(&bfusb->lock); -+} -+ -+ -+static int bfusb_open(struct hci_dev *hdev) -+{ -+ struct bfusb *bfusb = (struct bfusb *) hdev->driver_data; -+ unsigned long flags; -+ int i, err; -+ -+ BT_DBG("hdev %p bfusb %p", hdev, bfusb); -+ -+ if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) -+ return 0; -+ -+ MOD_INC_USE_COUNT; -+ -+ write_lock_irqsave(&bfusb->lock, flags); -+ -+ err = bfusb_rx_submit(bfusb, NULL); -+ if (!err) { -+ for (i = 1; i < BFUSB_MAX_BULK_RX; i++) -+ bfusb_rx_submit(bfusb, NULL); -+ } else { -+ clear_bit(HCI_RUNNING, &hdev->flags); -+ MOD_DEC_USE_COUNT; -+ } -+ -+ write_unlock_irqrestore(&bfusb->lock, flags); -+ -+ return err; -+} -+ -+static int bfusb_flush(struct hci_dev *hdev) -+{ -+ struct bfusb *bfusb = (struct bfusb *) hdev->driver_data; -+ -+ BT_DBG("hdev %p bfusb %p", hdev, bfusb); -+ -+ skb_queue_purge(&bfusb->transmit_q); -+ -+ return 0; -+} -+ -+static int bfusb_close(struct hci_dev *hdev) -+{ -+ struct bfusb *bfusb = (struct bfusb *) hdev->driver_data; -+ unsigned long flags; -+ -+ BT_DBG("hdev %p bfusb %p", hdev, bfusb); -+ -+ if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) -+ return 0; -+ -+ write_lock_irqsave(&bfusb->lock, flags); -+ -+ bfusb_unlink_urbs(bfusb); -+ bfusb_flush(hdev); -+ -+ write_unlock_irqrestore(&bfusb->lock, flags); -+ -+ MOD_DEC_USE_COUNT; -+ -+ return 0; -+} -+ -+static int bfusb_send_frame(struct sk_buff *skb) -+{ -+ struct hci_dev *hdev = (struct hci_dev *) skb->dev; -+ struct bfusb *bfusb; -+ struct sk_buff *nskb; -+ unsigned char buf[3]; -+ int sent = 0, size, count; -+ -+ BT_DBG("hdev %p skb %p type %d len %d", hdev, skb, skb->pkt_type, skb->len); -+ -+ if (!hdev) { -+ BT_ERR("Frame for unknown HCI device (hdev=NULL)"); -+ return -ENODEV; -+ } -+ -+ if (!test_bit(HCI_RUNNING, &hdev->flags)) -+ return -EBUSY; -+ -+ bfusb = (struct bfusb *) hdev->driver_data; -+ -+ switch (skb->pkt_type) { -+ case HCI_COMMAND_PKT: -+ hdev->stat.cmd_tx++; -+ break; -+ case HCI_ACLDATA_PKT: -+ hdev->stat.acl_tx++; -+ break; -+ case HCI_SCODATA_PKT: -+ hdev->stat.sco_tx++; -+ break; -+ }; -+ -+ /* Prepend skb with frame type */ -+ memcpy(skb_push(skb, 1), &(skb->pkt_type), 1); -+ -+ count = skb->len; -+ -+ /* Max HCI frame size seems to be 1511 + 1 */ -+ if (!(nskb = bluez_skb_alloc(count + 32, GFP_ATOMIC))) { -+ BT_ERR("Can't allocate memory for new packet"); -+ return -ENOMEM; -+ } -+ -+ nskb->dev = (void *) bfusb; -+ -+ while (count) { -+ size = min_t(uint, count, BFUSB_MAX_BLOCK_SIZE); -+ -+ buf[0] = 0xc1 | ((sent == 0) ? 0x04 : 0) | ((count == size) ? 0x08 : 0); -+ buf[1] = 0x00; -+ buf[2] = (size == BFUSB_MAX_BLOCK_SIZE) ? 0 : size; -+ -+ memcpy(skb_put(nskb, 3), buf, 3); -+ memcpy(skb_put(nskb, size), skb->data + sent, size); -+ -+ sent += size; -+ count -= size; -+ } -+ -+ /* Don't send frame with multiple size of bulk max packet */ -+ if ((nskb->len % bfusb->bulk_pkt_size) == 0) { -+ buf[0] = 0xdd; -+ buf[1] = 0x00; -+ memcpy(skb_put(nskb, 2), buf, 2); -+ } -+ -+ read_lock(&bfusb->lock); -+ -+ skb_queue_tail(&bfusb->transmit_q, nskb); -+ bfusb_tx_wakeup(bfusb); -+ -+ read_unlock(&bfusb->lock); -+ -+ kfree_skb(skb); -+ -+ return 0; -+} -+ -+static void bfusb_destruct(struct hci_dev *hdev) -+{ -+ struct bfusb *bfusb = (struct bfusb *) hdev->driver_data; -+ -+ BT_DBG("hdev %p bfusb %p", hdev, bfusb); -+ -+ kfree(bfusb); -+} -+ -+static int bfusb_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) -+{ -+ return -ENOIOCTLCMD; -+} -+ -+ -+static int bfusb_load_firmware(struct bfusb *bfusb, unsigned char *firmware, int count) -+{ -+ unsigned char *buf; -+ int err, pipe, len, size, sent = 0; -+ -+ BT_DBG("bfusb %p udev %p firmware %p count %d", bfusb, bfusb->udev, firmware, count); -+ -+ BT_INFO("BlueFRITZ! USB loading firmware"); -+ -+ if (usb_set_configuration(bfusb->udev, 1) < 0) { -+ BT_ERR("Can't change to loading configuration"); -+ return -EBUSY; -+ } -+ -+ buf = kmalloc(BFUSB_MAX_BLOCK_SIZE + 3, GFP_ATOMIC); -+ if (!buf) { -+ BT_ERR("Can't allocate memory chunk for firmware"); -+ return -ENOMEM; -+ } -+ -+ pipe = usb_sndbulkpipe(bfusb->udev, bfusb->bulk_out_ep); -+ -+ while (count) { -+ size = min_t(uint, count, BFUSB_MAX_BLOCK_SIZE + 3); -+ -+ memcpy(buf, firmware + sent, size); -+ -+ err = usb_bulk_msg(bfusb->udev, pipe, buf, size, -+ &len, BFUSB_BLOCK_TIMEOUT); -+ -+ if (err || (len != size)) { -+ BT_ERR("Error in firmware loading"); -+ goto error; -+ } -+ -+ sent += size; -+ count -= size; -+ } -+ -+ if ((err = usb_bulk_msg(bfusb->udev, pipe, NULL, 0, -+ &len, BFUSB_BLOCK_TIMEOUT)) < 0) { -+ BT_ERR("Error in null packet request"); -+ goto error; -+ } -+ -+ if ((err = usb_set_configuration(bfusb->udev, 2)) < 0) { -+ BT_ERR("Can't change to running configuration"); -+ goto error; -+ } -+ -+ BT_INFO("BlueFRITZ! USB device ready"); -+ -+ kfree(buf); -+ return 0; -+ -+error: -+ kfree(buf); -+ -+ pipe = usb_sndctrlpipe(bfusb->udev, 0); -+ -+ usb_control_msg(bfusb->udev, pipe, USB_REQ_SET_CONFIGURATION, -+ 0, 0, 0, NULL, 0, BFUSB_BLOCK_TIMEOUT); -+ -+ return err; -+} -+ -+static void *bfusb_probe(struct usb_device *udev, unsigned int ifnum, const struct usb_device_id *id) -+{ -+ const struct firmware *firmware; -+ char device[16]; -+ struct usb_interface *iface; -+ struct usb_interface_descriptor *iface_desc; -+ struct usb_endpoint_descriptor *bulk_out_ep; -+ struct usb_endpoint_descriptor *bulk_in_ep; -+ struct hci_dev *hdev; -+ struct bfusb *bfusb; -+ -+ BT_DBG("udev %p ifnum %d id %p", udev, ifnum, id); -+ -+ /* Check number of endpoints */ -+ iface = &udev->actconfig->interface[0]; -+ iface_desc = &iface->altsetting[0]; -+ -+ if (iface_desc->bNumEndpoints < 2) -+ return NULL; -+ -+ bulk_out_ep = &iface_desc->endpoint[0]; -+ bulk_in_ep = &iface_desc->endpoint[1]; -+ -+ if (!bulk_out_ep || !bulk_in_ep) { -+ BT_ERR("Bulk endpoints not found"); -+ goto done; -+ } -+ -+ /* Initialize control structure and load firmware */ -+ if (!(bfusb = kmalloc(sizeof(struct bfusb), GFP_KERNEL))) { -+ BT_ERR("Can't allocate memory for control structure"); -+ goto done; -+ } -+ -+ memset(bfusb, 0, sizeof(struct bfusb)); -+ -+ bfusb->udev = udev; -+ bfusb->bulk_in_ep = bulk_in_ep->bEndpointAddress; -+ bfusb->bulk_out_ep = bulk_out_ep->bEndpointAddress; -+ bfusb->bulk_pkt_size = bulk_out_ep->wMaxPacketSize; -+ -+ bfusb->lock = RW_LOCK_UNLOCKED; -+ -+ bfusb->reassembly = NULL; -+ -+ skb_queue_head_init(&bfusb->transmit_q); -+ skb_queue_head_init(&bfusb->pending_q); -+ skb_queue_head_init(&bfusb->completed_q); -+ -+ snprintf(device, sizeof(device), "bfusb%3.3d%3.3d", udev->bus->busnum, udev->devnum); -+ -+ if (request_firmware(&firmware, "bfubase.frm", device) < 0) { -+ BT_ERR("Firmware request failed"); -+ goto error; -+ } -+ -+ if (bfusb_load_firmware(bfusb, firmware->data, firmware->size) < 0) { -+ BT_ERR("Firmware loading failed"); -+ goto release; -+ } -+ -+ release_firmware(firmware); -+ -+ /* Initialize and register HCI device */ -+ hdev = &bfusb->hdev; -+ -+ hdev->type = HCI_USB; -+ hdev->driver_data = bfusb; -+ -+ hdev->open = bfusb_open; -+ hdev->close = bfusb_close; -+ hdev->flush = bfusb_flush; -+ hdev->send = bfusb_send_frame; -+ hdev->destruct = bfusb_destruct; -+ hdev->ioctl = bfusb_ioctl; -+ -+ if (hci_register_dev(hdev) < 0) { -+ BT_ERR("Can't register HCI device"); -+ goto error; -+ } -+ -+ return bfusb; -+ -+release: -+ release_firmware(firmware); -+ -+error: -+ kfree(bfusb); -+ -+done: -+ return NULL; -+} -+ -+static void bfusb_disconnect(struct usb_device *udev, void *ptr) -+{ -+ struct bfusb *bfusb = (struct bfusb *) ptr; -+ struct hci_dev *hdev = &bfusb->hdev; -+ -+ BT_DBG("udev %p ptr %p", udev, ptr); -+ -+ if (!hdev) -+ return; -+ -+ bfusb_close(hdev); -+ -+ if (hci_unregister_dev(hdev) < 0) -+ BT_ERR("Can't unregister HCI device %s", hdev->name); -+} -+ -+static struct usb_driver bfusb_driver = { -+ name: "bfusb", -+ probe: bfusb_probe, -+ disconnect: bfusb_disconnect, -+ id_table: bfusb_table, -+}; -+ -+static int __init bfusb_init(void) -+{ -+ int err; -+ -+ BT_INFO("BlueFRITZ! USB driver ver %s", VERSION); -+ BT_INFO("Copyright (C) 2003 Marcel Holtmann <marcel@holtmann.org>"); -+ -+ if ((err = usb_register(&bfusb_driver)) < 0) -+ BT_ERR("Failed to register BlueFRITZ! USB driver"); -+ -+ return err; -+} -+ -+static void __exit bfusb_cleanup(void) -+{ -+ usb_deregister(&bfusb_driver); -+} -+ -+module_init(bfusb_init); -+module_exit(bfusb_cleanup); -+ -+MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>"); -+MODULE_DESCRIPTION("BlueFRITZ! USB driver ver " VERSION); -+MODULE_LICENSE("GPL"); -diff -Nur c3000_pre/linux/drivers/bluetooth/bluecard_cs.c c3000_work/linux/drivers/bluetooth/bluecard_cs.c ---- c3000_pre/linux/drivers/bluetooth/bluecard_cs.c 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/bluecard_cs.c 2004-12-16 23:01:14.000000000 +0900 -@@ -803,6 +803,9 @@ - unsigned int iobase = info->link.io.BasePort1; - struct hci_dev *hdev = &(info->hdev); - -+ if (info->link.state & DEV_CONFIG_PENDING) -+ return -ENODEV; -+ - bluecard_hci_close(hdev); - - clear_bit(CARD_READY, &(info->hw_state)); -diff -Nur c3000_pre/linux/drivers/bluetooth/bt3c_cs.c c3000_work/linux/drivers/bluetooth/bt3c_cs.c ---- c3000_pre/linux/drivers/bluetooth/bt3c_cs.c 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/bt3c_cs.c 2004-12-16 23:01:14.000000000 +0900 -@@ -24,8 +24,6 @@ - #include <linux/config.h> - #include <linux/module.h> - --#define __KERNEL_SYSCALLS__ -- - #include <linux/kernel.h> - #include <linux/kmod.h> - #include <linux/init.h> -@@ -48,6 +46,8 @@ - #include <asm/bitops.h> - #include <asm/io.h> - -+#include <linux/firmware.h> -+ - #include <pcmcia/version.h> - #include <pcmcia/cs_types.h> - #include <pcmcia/cs.h> -@@ -485,78 +485,101 @@ - - - --/* ======================== User mode firmware loader ======================== */ -+/* ======================== Card services HCI interaction ======================== */ - - --#define FW_LOADER "/sbin/bluefw" --static int errno; -+static int bt3c_load_firmware(bt3c_info_t *info, unsigned char *firmware, int count) -+{ -+ char *ptr = (char *) firmware; -+ char b[9]; -+ unsigned int iobase, size, addr, fcs, tmp; -+ int i, err = 0; - -+ iobase = info->link.io.BasePort1; - --static int bt3c_fw_loader_exec(void *dev) --{ -- char *argv[] = { FW_LOADER, "pccard", dev, NULL }; -- char *envp[] = { "HOME=/", "TERM=linux", "PATH=/sbin:/usr/sbin:/bin:/usr/bin", NULL }; -- int err; -+ /* Reset */ - -- err = exec_usermodehelper(FW_LOADER, argv, envp); -- if (err) -- printk(KERN_WARNING "bt3c_cs: Failed to exec \"%s pccard %s\".\n", FW_LOADER, (char *)dev); -+ bt3c_io_write(iobase, 0x8040, 0x0404); -+ bt3c_io_write(iobase, 0x8040, 0x0400); - -- return err; --} -+ udelay(1); - -+ bt3c_io_write(iobase, 0x8040, 0x0404); - --static int bt3c_firmware_load(bt3c_info_t *info) --{ -- sigset_t tmpsig; -- char dev[16]; -- pid_t pid; -- int result; -+ udelay(17); - -- /* Check if root fs is mounted */ -- if (!current->fs->root) { -- printk(KERN_WARNING "bt3c_cs: Root filesystem is not mounted.\n"); -- return -EPERM; -- } -+ /* Load */ - -- sprintf(dev, "%04x", info->link.io.BasePort1); -+ while (count) { -+ if (ptr[0] != 'S') { -+ printk(KERN_WARNING "bt3c_cs: Bad address in firmware.\n"); -+ err = -EFAULT; -+ goto error; -+ } - -- pid = kernel_thread(bt3c_fw_loader_exec, (void *)dev, 0); -- if (pid < 0) { -- printk(KERN_WARNING "bt3c_cs: Forking of kernel thread failed (errno=%d).\n", -pid); -- return pid; -- } -+ memset(b, 0, sizeof(b)); -+ memcpy(b, ptr + 2, 2); -+ size = simple_strtol(b, NULL, 16); -+ -+ memset(b, 0, sizeof(b)); -+ memcpy(b, ptr + 4, 8); -+ addr = simple_strtol(b, NULL, 16); -+ -+ memset(b, 0, sizeof(b)); -+ memcpy(b, ptr + (size * 2) + 2, 2); -+ fcs = simple_strtol(b, NULL, 16); -+ -+ memset(b, 0, sizeof(b)); -+ for (tmp = 0, i = 0; i < size; i++) { -+ memcpy(b, ptr + (i * 2) + 2, 2); -+ tmp += simple_strtol(b, NULL, 16); -+ } - -- /* Block signals, everything but SIGKILL/SIGSTOP */ -- spin_lock_irq(¤t->sigmask_lock); -- tmpsig = current->blocked; -- siginitsetinv(¤t->blocked, sigmask(SIGKILL) | sigmask(SIGSTOP)); -- recalc_sigpending(current); -- spin_unlock_irq(¤t->sigmask_lock); -+ if (((tmp + fcs) & 0xff) != 0xff) { -+ printk(KERN_WARNING "bt3c_cs: Checksum error in firmware.\n"); -+ err = -EILSEQ; -+ goto error; -+ } - -- result = waitpid(pid, NULL, __WCLONE); -+ if (ptr[1] == '3') { -+ bt3c_address(iobase, addr); - -- /* Allow signals again */ -- spin_lock_irq(¤t->sigmask_lock); -- current->blocked = tmpsig; -- recalc_sigpending(current); -- spin_unlock_irq(¤t->sigmask_lock); -+ memset(b, 0, sizeof(b)); -+ for (i = 0; i < (size - 4) / 2; i++) { -+ memcpy(b, ptr + (i * 4) + 12, 4); -+ tmp = simple_strtol(b, NULL, 16); -+ bt3c_put(iobase, tmp); -+ } -+ } - -- if (result != pid) { -- printk(KERN_WARNING "bt3c_cs: Waiting for pid %d failed (errno=%d).\n", pid, -result); -- return -result; -+ ptr += (size * 2) + 6; -+ count -= (size * 2) + 6; - } - -- return 0; --} -+ udelay(17); - -+ /* Boot */ - -+ bt3c_address(iobase, 0x3000); -+ outb(inb(iobase + CONTROL) | 0x40, iobase + CONTROL); - --/* ======================== Card services HCI interaction ======================== */ -+error: -+ udelay(17); -+ -+ /* Clear */ -+ -+ bt3c_io_write(iobase, 0x7006, 0x0000); -+ bt3c_io_write(iobase, 0x7005, 0x0000); -+ bt3c_io_write(iobase, 0x7001, 0x0000); -+ -+ return err; -+} - - - int bt3c_open(bt3c_info_t *info) - { -+ const struct firmware *firmware; -+ char device[16]; - struct hci_dev *hdev; - int err; - -@@ -570,8 +593,22 @@ - - /* Load firmware */ - -- if ((err = bt3c_firmware_load(info)) < 0) -+ snprintf(device, sizeof(device), "bt3c%4.4x", info->link.io.BasePort1); -+ -+ err = request_firmware(&firmware, "BT3CPCC.bin", device); -+ if (err < 0) { -+ printk(KERN_WARNING "bt3c_cs: Firmware request failed.\n"); - return err; -+ } -+ -+ err = bt3c_load_firmware(info, firmware->data, firmware->size); -+ -+ release_firmware(firmware); -+ -+ if (err < 0) { -+ printk(KERN_WARNING "bt3c_cs: Firmware loading failed.\n"); -+ return err; -+ } - - /* Timeout before it is safe to send the first HCI packet */ - -@@ -606,6 +643,9 @@ - { - struct hci_dev *hdev = &(info->hdev); - -+ if (info->link.state & DEV_CONFIG_PENDING) -+ return -ENODEV; -+ - bt3c_hci_close(hdev); - - if (hci_unregister_dev(hdev) < 0) -diff -Nur c3000_pre/linux/drivers/bluetooth/btuart_cs.c c3000_work/linux/drivers/bluetooth/btuart_cs.c ---- c3000_pre/linux/drivers/bluetooth/btuart_cs.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/btuart_cs.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,909 @@ -+/* -+ * -+ * Driver for Bluetooth PCMCIA cards with HCI UART interface -+ * -+ * Copyright (C) 2001-2002 Marcel Holtmann <marcel@holtmann.org> -+ * -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License version 2 as -+ * published by the Free Software Foundation; -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The initial developer of the original code is David A. Hinds -+ * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds -+ * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. -+ * -+ */ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/kernel.h> -+#include <linux/init.h> -+#include <linux/slab.h> -+#include <linux/types.h> -+#include <linux/sched.h> -+#include <linux/timer.h> -+#include <linux/errno.h> -+#include <linux/ptrace.h> -+#include <linux/ioport.h> -+#include <linux/spinlock.h> -+ -+#include <linux/skbuff.h> -+#include <linux/string.h> -+#include <linux/serial.h> -+#include <linux/serial_reg.h> -+#include <asm/system.h> -+#include <asm/bitops.h> -+#include <asm/io.h> -+ -+#include <pcmcia/version.h> -+#include <pcmcia/cs_types.h> -+#include <pcmcia/cs.h> -+#include <pcmcia/cistpl.h> -+#include <pcmcia/ciscode.h> -+#include <pcmcia/ds.h> -+#include <pcmcia/cisreg.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/hci_core.h> -+ -+ -+ -+/* ======================== Module parameters ======================== */ -+ -+ -+/* Bit map of interrupts to choose from */ -+static u_int irq_mask = 0xffff; -+static int irq_list[4] = { -1 }; -+ -+MODULE_PARM(irq_mask, "i"); -+MODULE_PARM(irq_list, "1-4i"); -+ -+MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>"); -+MODULE_DESCRIPTION("BlueZ driver for Bluetooth PCMCIA cards with HCI UART interface"); -+MODULE_LICENSE("GPL"); -+ -+ -+ -+/* ======================== Local structures ======================== */ -+ -+ -+typedef struct btuart_info_t { -+ dev_link_t link; -+ dev_node_t node; -+ -+ struct hci_dev hdev; -+ -+ spinlock_t lock; /* For serializing operations */ -+ -+ struct sk_buff_head txq; -+ unsigned long tx_state; -+ -+ unsigned long rx_state; -+ unsigned long rx_count; -+ struct sk_buff *rx_skb; -+} btuart_info_t; -+ -+ -+void btuart_config(dev_link_t *link); -+void btuart_release(u_long arg); -+int btuart_event(event_t event, int priority, event_callback_args_t *args); -+ -+static dev_info_t dev_info = "btuart_cs"; -+ -+dev_link_t *btuart_attach(void); -+void btuart_detach(dev_link_t *); -+ -+static dev_link_t *dev_list = NULL; -+ -+ -+/* Maximum baud rate */ -+#define SPEED_MAX 115200 -+ -+/* Default baud rate: 57600, 115200, 230400 or 460800 */ -+#define DEFAULT_BAUD_RATE 115200 -+ -+ -+/* Transmit states */ -+#define XMIT_SENDING 1 -+#define XMIT_WAKEUP 2 -+#define XMIT_WAITING 8 -+ -+/* Receiver states */ -+#define RECV_WAIT_PACKET_TYPE 0 -+#define RECV_WAIT_EVENT_HEADER 1 -+#define RECV_WAIT_ACL_HEADER 2 -+#define RECV_WAIT_SCO_HEADER 3 -+#define RECV_WAIT_DATA 4 -+ -+ -+ -+/* ======================== Interrupt handling ======================== */ -+ -+ -+static int btuart_write(unsigned int iobase, int fifo_size, __u8 *buf, int len) -+{ -+ int actual = 0; -+ -+ /* Tx FIFO should be empty */ -+ if (!(inb(iobase + UART_LSR) & UART_LSR_THRE)) -+ return 0; -+ -+ /* Fill FIFO with current frame */ -+ while ((fifo_size-- > 0) && (actual < len)) { -+ /* Transmit next byte */ -+ outb(buf[actual], iobase + UART_TX); -+ actual++; -+ } -+ -+ return actual; -+} -+ -+ -+static void btuart_write_wakeup(btuart_info_t *info) -+{ -+ if (!info) { -+ printk(KERN_WARNING "btuart_cs: Call of write_wakeup for unknown device.\n"); -+ return; -+ } -+ -+ if (test_and_set_bit(XMIT_SENDING, &(info->tx_state))) { -+ set_bit(XMIT_WAKEUP, &(info->tx_state)); -+ return; -+ } -+ -+ do { -+ register unsigned int iobase = info->link.io.BasePort1; -+ register struct sk_buff *skb; -+ register int len; -+ -+ clear_bit(XMIT_WAKEUP, &(info->tx_state)); -+ -+ if (!(info->link.state & DEV_PRESENT)) -+ return; -+ -+ if (!(skb = skb_dequeue(&(info->txq)))) -+ break; -+ -+ /* Send frame */ -+ len = btuart_write(iobase, 16, skb->data, skb->len); -+ set_bit(XMIT_WAKEUP, &(info->tx_state)); -+ -+ if (len == skb->len) { -+ kfree_skb(skb); -+ } else { -+ skb_pull(skb, len); -+ skb_queue_head(&(info->txq), skb); -+ } -+ -+ info->hdev.stat.byte_tx += len; -+ -+ } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); -+ -+ clear_bit(XMIT_SENDING, &(info->tx_state)); -+} -+ -+ -+static void btuart_receive(btuart_info_t *info) -+{ -+ unsigned int iobase; -+ int boguscount = 0; -+ -+ if (!info) { -+ printk(KERN_WARNING "btuart_cs: Call of receive for unknown device.\n"); -+ return; -+ } -+ -+ iobase = info->link.io.BasePort1; -+ -+ do { -+ info->hdev.stat.byte_rx++; -+ -+ /* Allocate packet */ -+ if (info->rx_skb == NULL) { -+ info->rx_state = RECV_WAIT_PACKET_TYPE; -+ info->rx_count = 0; -+ if (!(info->rx_skb = bluez_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC))) { -+ printk(KERN_WARNING "btuart_cs: Can't allocate mem for new packet.\n"); -+ return; -+ } -+ } -+ -+ if (info->rx_state == RECV_WAIT_PACKET_TYPE) { -+ -+ info->rx_skb->dev = (void *)&(info->hdev); -+ info->rx_skb->pkt_type = inb(iobase + UART_RX); -+ -+ switch (info->rx_skb->pkt_type) { -+ -+ case HCI_EVENT_PKT: -+ info->rx_state = RECV_WAIT_EVENT_HEADER; -+ info->rx_count = HCI_EVENT_HDR_SIZE; -+ break; -+ -+ case HCI_ACLDATA_PKT: -+ info->rx_state = RECV_WAIT_ACL_HEADER; -+ info->rx_count = HCI_ACL_HDR_SIZE; -+ break; -+ -+ case HCI_SCODATA_PKT: -+ info->rx_state = RECV_WAIT_SCO_HEADER; -+ info->rx_count = HCI_SCO_HDR_SIZE; -+ break; -+ -+ default: -+ /* Unknown packet */ -+ printk(KERN_WARNING "btuart_cs: Unknown HCI packet with type 0x%02x received.\n", info->rx_skb->pkt_type); -+ info->hdev.stat.err_rx++; -+ clear_bit(HCI_RUNNING, &(info->hdev.flags)); -+ -+ kfree_skb(info->rx_skb); -+ info->rx_skb = NULL; -+ break; -+ -+ } -+ -+ } else { -+ -+ *skb_put(info->rx_skb, 1) = inb(iobase + UART_RX); -+ info->rx_count--; -+ -+ if (info->rx_count == 0) { -+ -+ int dlen; -+ hci_event_hdr *eh; -+ hci_acl_hdr *ah; -+ hci_sco_hdr *sh; -+ -+ -+ switch (info->rx_state) { -+ -+ case RECV_WAIT_EVENT_HEADER: -+ eh = (hci_event_hdr *)(info->rx_skb->data); -+ info->rx_state = RECV_WAIT_DATA; -+ info->rx_count = eh->plen; -+ break; -+ -+ case RECV_WAIT_ACL_HEADER: -+ ah = (hci_acl_hdr *)(info->rx_skb->data); -+ dlen = __le16_to_cpu(ah->dlen); -+ info->rx_state = RECV_WAIT_DATA; -+ info->rx_count = dlen; -+ break; -+ -+ case RECV_WAIT_SCO_HEADER: -+ sh = (hci_sco_hdr *)(info->rx_skb->data); -+ info->rx_state = RECV_WAIT_DATA; -+ info->rx_count = sh->dlen; -+ break; -+ -+ case RECV_WAIT_DATA: -+ hci_recv_frame(info->rx_skb); -+ info->rx_skb = NULL; -+ break; -+ -+ } -+ -+ } -+ -+ } -+ -+ /* Make sure we don't stay here to long */ -+ if (boguscount++ > 16) -+ break; -+ -+ } while (inb(iobase + UART_LSR) & UART_LSR_DR); -+} -+ -+ -+void btuart_interrupt(int irq, void *dev_inst, struct pt_regs *regs) -+{ -+ btuart_info_t *info = dev_inst; -+ unsigned int iobase; -+ int boguscount = 0; -+ int iir, lsr; -+ -+ if (!info) { -+ printk(KERN_WARNING "btuart_cs: Call of irq %d for unknown device.\n", irq); -+ return; -+ } -+ -+ iobase = info->link.io.BasePort1; -+ -+ spin_lock(&(info->lock)); -+ -+ iir = inb(iobase + UART_IIR) & UART_IIR_ID; -+ while (iir) { -+ -+ /* Clear interrupt */ -+ lsr = inb(iobase + UART_LSR); -+ -+ switch (iir) { -+ case UART_IIR_RLSI: -+ printk(KERN_NOTICE "btuart_cs: RLSI\n"); -+ break; -+ case UART_IIR_RDI: -+ /* Receive interrupt */ -+ btuart_receive(info); -+ break; -+ case UART_IIR_THRI: -+ if (lsr & UART_LSR_THRE) { -+ /* Transmitter ready for data */ -+ btuart_write_wakeup(info); -+ } -+ break; -+ default: -+ printk(KERN_NOTICE "btuart_cs: Unhandled IIR=%#x\n", iir); -+ break; -+ } -+ -+ /* Make sure we don't stay here to long */ -+ if (boguscount++ > 100) -+ break; -+ -+ iir = inb(iobase + UART_IIR) & UART_IIR_ID; -+ -+ } -+ -+ spin_unlock(&(info->lock)); -+} -+ -+ -+static void btuart_change_speed(btuart_info_t *info, unsigned int speed) -+{ -+ unsigned long flags; -+ unsigned int iobase; -+ int fcr; /* FIFO control reg */ -+ int lcr; /* Line control reg */ -+ int divisor; -+ -+ if (!info) { -+ printk(KERN_WARNING "btuart_cs: Call of change speed for unknown device.\n"); -+ return; -+ } -+ -+ iobase = info->link.io.BasePort1; -+ -+ spin_lock_irqsave(&(info->lock), flags); -+ -+ /* Turn off interrupts */ -+ outb(0, iobase + UART_IER); -+ -+ divisor = SPEED_MAX / speed; -+ -+ fcr = UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT; -+ -+ /* -+ * Use trigger level 1 to avoid 3 ms. timeout delay at 9600 bps, and -+ * almost 1,7 ms at 19200 bps. At speeds above that we can just forget -+ * about this timeout since it will always be fast enough. -+ */ -+ -+ if (speed < 38400) -+ fcr |= UART_FCR_TRIGGER_1; -+ else -+ fcr |= UART_FCR_TRIGGER_14; -+ -+ /* Bluetooth cards use 8N1 */ -+ lcr = UART_LCR_WLEN8; -+ -+ outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */ -+ outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ -+ outb(divisor >> 8, iobase + UART_DLM); -+ outb(lcr, iobase + UART_LCR); /* Set 8N1 */ -+ outb(fcr, iobase + UART_FCR); /* Enable FIFO's */ -+ -+ /* Turn on interrups */ -+ outb(UART_IER_RLSI | UART_IER_RDI | UART_IER_THRI, iobase + UART_IER); -+ -+ spin_unlock_irqrestore(&(info->lock), flags); -+} -+ -+ -+ -+/* ======================== HCI interface ======================== */ -+ -+ -+static int btuart_hci_flush(struct hci_dev *hdev) -+{ -+ btuart_info_t *info = (btuart_info_t *)(hdev->driver_data); -+ -+ /* Drop TX queue */ -+ skb_queue_purge(&(info->txq)); -+ -+ return 0; -+} -+ -+ -+static int btuart_hci_open(struct hci_dev *hdev) -+{ -+ set_bit(HCI_RUNNING, &(hdev->flags)); -+ -+ return 0; -+} -+ -+ -+static int btuart_hci_close(struct hci_dev *hdev) -+{ -+ if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) -+ return 0; -+ -+ btuart_hci_flush(hdev); -+ -+ return 0; -+} -+ -+ -+static int btuart_hci_send_frame(struct sk_buff *skb) -+{ -+ btuart_info_t *info; -+ struct hci_dev *hdev = (struct hci_dev *)(skb->dev); -+ -+ if (!hdev) { -+ printk(KERN_WARNING "btuart_cs: Frame for unknown HCI device (hdev=NULL)."); -+ return -ENODEV; -+ } -+ -+ info = (btuart_info_t *)(hdev->driver_data); -+ -+ switch (skb->pkt_type) { -+ case HCI_COMMAND_PKT: -+ hdev->stat.cmd_tx++; -+ break; -+ case HCI_ACLDATA_PKT: -+ hdev->stat.acl_tx++; -+ break; -+ case HCI_SCODATA_PKT: -+ hdev->stat.sco_tx++; -+ break; -+ }; -+ -+ /* Prepend skb with frame type */ -+ memcpy(skb_push(skb, 1), &(skb->pkt_type), 1); -+ skb_queue_tail(&(info->txq), skb); -+ -+ btuart_write_wakeup(info); -+ -+ return 0; -+} -+ -+ -+static void btuart_hci_destruct(struct hci_dev *hdev) -+{ -+} -+ -+ -+static int btuart_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) -+{ -+ return -ENOIOCTLCMD; -+} -+ -+ -+ -+/* ======================== Card services HCI interaction ======================== */ -+ -+ -+int btuart_open(btuart_info_t *info) -+{ -+ unsigned long flags; -+ unsigned int iobase = info->link.io.BasePort1; -+ struct hci_dev *hdev; -+ -+ spin_lock_init(&(info->lock)); -+ -+ skb_queue_head_init(&(info->txq)); -+ -+ info->rx_state = RECV_WAIT_PACKET_TYPE; -+ info->rx_count = 0; -+ info->rx_skb = NULL; -+ -+ spin_lock_irqsave(&(info->lock), flags); -+ -+ /* Reset UART */ -+ outb(0, iobase + UART_MCR); -+ -+ /* Turn off interrupts */ -+ outb(0, iobase + UART_IER); -+ -+ /* Initialize UART */ -+ outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ -+ outb((UART_MCR_DTR | UART_MCR_RTS | UART_MCR_OUT2), iobase + UART_MCR); -+ -+ /* Turn on interrupts */ -+ // outb(UART_IER_RLSI | UART_IER_RDI | UART_IER_THRI, iobase + UART_IER); -+ -+ spin_unlock_irqrestore(&(info->lock), flags); -+ -+ btuart_change_speed(info, DEFAULT_BAUD_RATE); -+ -+ /* Timeout before it is safe to send the first HCI packet */ -+ set_current_state(TASK_INTERRUPTIBLE); -+ schedule_timeout(HZ); -+ -+ -+ /* Initialize and register HCI device */ -+ -+ hdev = &(info->hdev); -+ -+ hdev->type = HCI_PCCARD; -+ hdev->driver_data = info; -+ -+ hdev->open = btuart_hci_open; -+ hdev->close = btuart_hci_close; -+ hdev->flush = btuart_hci_flush; -+ hdev->send = btuart_hci_send_frame; -+ hdev->destruct = btuart_hci_destruct; -+ hdev->ioctl = btuart_hci_ioctl; -+ -+ if (hci_register_dev(hdev) < 0) { -+ printk(KERN_WARNING "btuart_cs: Can't register HCI device %s.\n", hdev->name); -+ return -ENODEV; -+ } -+ -+ return 0; -+} -+ -+ -+int btuart_close(btuart_info_t *info) -+{ -+ unsigned long flags; -+ unsigned int iobase = info->link.io.BasePort1; -+ struct hci_dev *hdev = &(info->hdev); -+ -+ if (info->link.state & DEV_CONFIG_PENDING) -+ return -ENODEV; -+ -+ btuart_hci_close(hdev); -+ -+ spin_lock_irqsave(&(info->lock), flags); -+ -+ /* Reset UART */ -+ outb(0, iobase + UART_MCR); -+ -+ /* Turn off interrupts */ -+ outb(0, iobase + UART_IER); -+ -+ spin_unlock_irqrestore(&(info->lock), flags); -+ -+ if (hci_unregister_dev(hdev) < 0) -+ printk(KERN_WARNING "btuart_cs: Can't unregister HCI device %s.\n", hdev->name); -+ -+ return 0; -+} -+ -+ -+ -+/* ======================== Card services ======================== */ -+ -+ -+static void cs_error(client_handle_t handle, int func, int ret) -+{ -+ error_info_t err = { func, ret }; -+ -+ CardServices(ReportError, handle, &err); -+} -+ -+ -+dev_link_t *btuart_attach(void) -+{ -+ btuart_info_t *info; -+ client_reg_t client_reg; -+ dev_link_t *link; -+ int i, ret; -+ -+ /* Create new info device */ -+ info = kmalloc(sizeof(*info), GFP_KERNEL); -+ if (!info) -+ return NULL; -+ memset(info, 0, sizeof(*info)); -+ -+ link = &info->link; -+ link->priv = info; -+ -+ link->release.function = &btuart_release; -+ link->release.data = (u_long)link; -+ link->io.Attributes1 = IO_DATA_PATH_WIDTH_8; -+ link->io.NumPorts1 = 8; -+ link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT; -+ link->irq.IRQInfo1 = IRQ_INFO2_VALID | IRQ_LEVEL_ID; -+ -+ if (irq_list[0] == -1) -+ link->irq.IRQInfo2 = irq_mask; -+ else -+ for (i = 0; i < 4; i++) -+ link->irq.IRQInfo2 |= 1 << irq_list[i]; -+ -+ link->irq.Handler = btuart_interrupt; -+ link->irq.Instance = info; -+ -+ link->conf.Attributes = CONF_ENABLE_IRQ; -+ link->conf.Vcc = 50; -+ link->conf.IntType = INT_MEMORY_AND_IO; -+ -+ /* Register with Card Services */ -+ link->next = dev_list; -+ dev_list = link; -+ client_reg.dev_info = &dev_info; -+ client_reg.Attributes = INFO_IO_CLIENT | INFO_CARD_SHARE; -+ client_reg.EventMask = -+ CS_EVENT_CARD_INSERTION | CS_EVENT_CARD_REMOVAL | -+ CS_EVENT_RESET_PHYSICAL | CS_EVENT_CARD_RESET | -+ CS_EVENT_PM_SUSPEND | CS_EVENT_PM_RESUME; -+ client_reg.event_handler = &btuart_event; -+ client_reg.Version = 0x0210; -+ client_reg.event_callback_args.client_data = link; -+ -+ ret = CardServices(RegisterClient, &link->handle, &client_reg); -+ if (ret != CS_SUCCESS) { -+ cs_error(link->handle, RegisterClient, ret); -+ btuart_detach(link); -+ return NULL; -+ } -+ -+ return link; -+} -+ -+ -+void btuart_detach(dev_link_t *link) -+{ -+ btuart_info_t *info = link->priv; -+ dev_link_t **linkp; -+ int ret; -+ -+ /* Locate device structure */ -+ for (linkp = &dev_list; *linkp; linkp = &(*linkp)->next) -+ if (*linkp == link) -+ break; -+ -+ if (*linkp == NULL) -+ return; -+ -+ del_timer(&link->release); -+ if (link->state & DEV_CONFIG) -+ btuart_release((u_long)link); -+ -+ if (link->handle) { -+ ret = CardServices(DeregisterClient, link->handle); -+ if (ret != CS_SUCCESS) -+ cs_error(link->handle, DeregisterClient, ret); -+ } -+ -+ /* Unlink device structure, free bits */ -+ *linkp = link->next; -+ -+ kfree(info); -+} -+ -+ -+static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, cisparse_t *parse) -+{ -+ int i; -+ -+ i = CardServices(fn, handle, tuple); -+ if (i != CS_SUCCESS) -+ return CS_NO_MORE_ITEMS; -+ -+ i = CardServices(GetTupleData, handle, tuple); -+ if (i != CS_SUCCESS) -+ return i; -+ -+ return CardServices(ParseTuple, handle, tuple, parse); -+} -+ -+ -+#define first_tuple(a, b, c) get_tuple(GetFirstTuple, a, b, c) -+#define next_tuple(a, b, c) get_tuple(GetNextTuple, a, b, c) -+ -+void btuart_config(dev_link_t *link) -+{ -+ static ioaddr_t base[5] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, 0x0 }; -+ client_handle_t handle = link->handle; -+ btuart_info_t *info = link->priv; -+ tuple_t tuple; -+ u_short buf[256]; -+ cisparse_t parse; -+ cistpl_cftable_entry_t *cf = &parse.cftable_entry; -+ config_info_t config; -+ int i, j, try, last_ret, last_fn; -+ -+ tuple.TupleData = (cisdata_t *)buf; -+ tuple.TupleOffset = 0; -+ tuple.TupleDataMax = 255; -+ tuple.Attributes = 0; -+ -+ /* Get configuration register information */ -+ tuple.DesiredTuple = CISTPL_CONFIG; -+ last_ret = first_tuple(handle, &tuple, &parse); -+ if (last_ret != CS_SUCCESS) { -+ last_fn = ParseTuple; -+ goto cs_failed; -+ } -+ link->conf.ConfigBase = parse.config.base; -+ link->conf.Present = parse.config.rmask[0]; -+ -+ /* Configure card */ -+ link->state |= DEV_CONFIG; -+ i = CardServices(GetConfigurationInfo, handle, &config); -+ link->conf.Vcc = config.Vcc; -+ -+ /* First pass: look for a config entry that looks normal. */ -+ tuple.TupleData = (cisdata_t *) buf; -+ tuple.TupleOffset = 0; -+ tuple.TupleDataMax = 255; -+ tuple.Attributes = 0; -+ tuple.DesiredTuple = CISTPL_CFTABLE_ENTRY; -+ /* Two tries: without IO aliases, then with aliases */ -+ for (try = 0; try < 2; try++) { -+ i = first_tuple(handle, &tuple, &parse); -+ while (i != CS_NO_MORE_ITEMS) { -+ if (i != CS_SUCCESS) -+ goto next_entry; -+ if (cf->vpp1.present & (1 << CISTPL_POWER_VNOM)) -+ link->conf.Vpp1 = link->conf.Vpp2 = cf->vpp1.param[CISTPL_POWER_VNOM] / 10000; -+ if ((cf->io.nwin > 0) && (cf->io.win[0].len == 8) && (cf->io.win[0].base != 0)) { -+ link->conf.ConfigIndex = cf->index; -+ link->io.BasePort1 = cf->io.win[0].base; -+ link->io.IOAddrLines = (try == 0) ? 16 : cf->io.flags & CISTPL_IO_LINES_MASK; -+ i = CardServices(RequestIO, link->handle, &link->io); -+ if (i == CS_SUCCESS) -+ goto found_port; -+ } -+next_entry: -+ i = next_tuple(handle, &tuple, &parse); -+ } -+ } -+ -+ /* Second pass: try to find an entry that isn't picky about -+ its base address, then try to grab any standard serial port -+ address, and finally try to get any free port. */ -+ i = first_tuple(handle, &tuple, &parse); -+ while (i != CS_NO_MORE_ITEMS) { -+ if ((i == CS_SUCCESS) && (cf->io.nwin > 0) -+ && ((cf->io.flags & CISTPL_IO_LINES_MASK) <= 3)) { -+ link->conf.ConfigIndex = cf->index; -+ for (j = 0; j < 5; j++) { -+ link->io.BasePort1 = base[j]; -+ link->io.IOAddrLines = base[j] ? 16 : 3; -+ i = CardServices(RequestIO, link->handle, &link->io); -+ if (i == CS_SUCCESS) -+ goto found_port; -+ } -+ } -+ i = next_tuple(handle, &tuple, &parse); -+ } -+ -+found_port: -+ if (i != CS_SUCCESS) { -+ printk(KERN_NOTICE "btuart_cs: No usable port range found. Giving up.\n"); -+ cs_error(link->handle, RequestIO, i); -+ goto failed; -+ } -+ -+ i = CardServices(RequestIRQ, link->handle, &link->irq); -+ if (i != CS_SUCCESS) { -+ cs_error(link->handle, RequestIRQ, i); -+ link->irq.AssignedIRQ = 0; -+ } -+ -+ i = CardServices(RequestConfiguration, link->handle, &link->conf); -+ if (i != CS_SUCCESS) { -+ cs_error(link->handle, RequestConfiguration, i); -+ goto failed; -+ } -+ -+ MOD_INC_USE_COUNT; -+ -+ if (btuart_open(info) != 0) -+ goto failed; -+ -+ strcpy(info->node.dev_name, info->hdev.name); -+ link->dev = &info->node; -+ link->state &= ~DEV_CONFIG_PENDING; -+ -+ return; -+ -+cs_failed: -+ cs_error(link->handle, last_fn, last_ret); -+ -+failed: -+ btuart_release((u_long) link); -+} -+ -+ -+void btuart_release(u_long arg) -+{ -+ dev_link_t *link = (dev_link_t *)arg; -+ btuart_info_t *info = link->priv; -+ -+ if (link->state & DEV_PRESENT) -+ btuart_close(info); -+ -+ MOD_DEC_USE_COUNT; -+ -+ link->dev = NULL; -+ -+ CardServices(ReleaseConfiguration, link->handle); -+ CardServices(ReleaseIO, link->handle, &link->io); -+ CardServices(ReleaseIRQ, link->handle, &link->irq); -+ -+ link->state &= ~DEV_CONFIG; -+} -+ -+ -+int btuart_event(event_t event, int priority, event_callback_args_t *args) -+{ -+ dev_link_t *link = args->client_data; -+ btuart_info_t *info = link->priv; -+ -+ switch (event) { -+ case CS_EVENT_CARD_REMOVAL: -+ link->state &= ~DEV_PRESENT; -+ if (link->state & DEV_CONFIG) { -+ btuart_close(info); -+ mod_timer(&link->release, jiffies + HZ / 20); -+ } -+ break; -+ case CS_EVENT_CARD_INSERTION: -+ link->state |= DEV_PRESENT | DEV_CONFIG_PENDING; -+ btuart_config(link); -+ break; -+ case CS_EVENT_PM_SUSPEND: -+ link->state |= DEV_SUSPEND; -+ /* Fall through... */ -+ case CS_EVENT_RESET_PHYSICAL: -+ if (link->state & DEV_CONFIG) -+ CardServices(ReleaseConfiguration, link->handle); -+ break; -+ case CS_EVENT_PM_RESUME: -+ link->state &= ~DEV_SUSPEND; -+ /* Fall through... */ -+ case CS_EVENT_CARD_RESET: -+ if (DEV_OK(link)) -+ CardServices(RequestConfiguration, link->handle, &link->conf); -+ break; -+ } -+ -+ return 0; -+} -+ -+ -+ -+/* ======================== Module initialization ======================== */ -+ -+ -+int __init init_btuart_cs(void) -+{ -+ servinfo_t serv; -+ int err; -+ -+ CardServices(GetCardServicesInfo, &serv); -+ if (serv.Revision != CS_RELEASE_CODE) { -+ printk(KERN_NOTICE "btuart_cs: Card Services release does not match!\n"); -+ return -1; -+ } -+ -+ err = register_pccard_driver(&dev_info, &btuart_attach, &btuart_detach); -+ -+ return err; -+} -+ -+ -+void __exit exit_btuart_cs(void) -+{ -+ unregister_pccard_driver(&dev_info); -+ -+ while (dev_list != NULL) -+ btuart_detach(dev_list); -+} -+ -+ -+module_init(init_btuart_cs); -+module_exit(exit_btuart_cs); -+ -+EXPORT_NO_SYMBOLS; -diff -Nur c3000_pre/linux/drivers/bluetooth/dtl1_cs.c c3000_work/linux/drivers/bluetooth/dtl1_cs.c ---- c3000_pre/linux/drivers/bluetooth/dtl1_cs.c 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/dtl1_cs.c 2004-12-16 23:01:14.000000000 +0900 -@@ -535,6 +535,9 @@ - unsigned int iobase = info->link.io.BasePort1; - struct hci_dev *hdev = &(info->hdev); - -+ if (info->link.state & DEV_CONFIG_PENDING) -+ return -ENODEV; -+ - dtl1_hci_close(hdev); - - spin_lock_irqsave(&(info->lock), flags); -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_bcsp.c c3000_work/linux/drivers/bluetooth/hci_bcsp.c ---- c3000_pre/linux/drivers/bluetooth/hci_bcsp.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_bcsp.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,710 @@ -+/* -+ BlueCore Serial Protocol (BCSP) for Linux Bluetooth stack (BlueZ). -+ Copyright 2002 by Fabrizio Gennari <fabrizio.gennari@philips.com> -+ -+ Based on -+ hci_h4.c by Maxim Krasnyansky <maxk@qualcomm.com> -+ ABCSP by Carl Orsborn <cjo@csr.com> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+/* -+ * $Id: hci_bcsp.c,v 1.2 2002/09/26 05:05:14 maxk Exp $ -+ */ -+ -+#define VERSION "0.1" -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/version.h> -+#include <linux/kernel.h> -+#include <linux/init.h> -+#include <linux/sched.h> -+#include <linux/types.h> -+#include <linux/fcntl.h> -+#include <linux/interrupt.h> -+#include <linux/ptrace.h> -+#include <linux/poll.h> -+ -+#include <linux/slab.h> -+#include <linux/tty.h> -+#include <linux/errno.h> -+#include <linux/string.h> -+#include <linux/signal.h> -+#include <linux/ioctl.h> -+#include <linux/skbuff.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/hci_core.h> -+#include "hci_uart.h" -+#include "hci_bcsp.h" -+ -+#ifndef HCI_UART_DEBUG -+#undef BT_DBG -+#define BT_DBG( A... ) -+#undef BT_DMP -+#define BT_DMP( A... ) -+#endif -+ -+/* ---- BCSP CRC calculation ---- */ -+ -+/* Table for calculating CRC for polynomial 0x1021, LSB processed first, -+initial value 0xffff, bits shifted in reverse order. */ -+ -+static const u16 crc_table[] = { -+ 0x0000, 0x1081, 0x2102, 0x3183, -+ 0x4204, 0x5285, 0x6306, 0x7387, -+ 0x8408, 0x9489, 0xa50a, 0xb58b, -+ 0xc60c, 0xd68d, 0xe70e, 0xf78f -+}; -+ -+/* Initialise the crc calculator */ -+#define BCSP_CRC_INIT(x) x = 0xffff -+ -+/* -+ Update crc with next data byte -+ -+ Implementation note -+ The data byte is treated as two nibbles. The crc is generated -+ in reverse, i.e., bits are fed into the register from the top. -+*/ -+static void bcsp_crc_update(u16 *crc, u8 d) -+{ -+ u16 reg = *crc; -+ -+ reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; -+ reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; -+ -+ *crc = reg; -+} -+ -+/* -+ Get reverse of generated crc -+ -+ Implementation note -+ The crc generator (bcsp_crc_init() and bcsp_crc_update()) -+ creates a reversed crc, so it needs to be swapped back before -+ being passed on. -+*/ -+static u16 bcsp_crc_reverse(u16 crc) -+{ -+ u16 b, rev; -+ -+ for (b = 0, rev = 0; b < 16; b++) { -+ rev = rev << 1; -+ rev |= (crc & 1); -+ crc = crc >> 1; -+ } -+ return (rev); -+} -+ -+/* ---- BCSP core ---- */ -+ -+static void bcsp_slip_msgdelim(struct sk_buff *skb) -+{ -+ const char pkt_delim = 0xc0; -+ memcpy(skb_put(skb, 1), &pkt_delim, 1); -+} -+ -+static void bcsp_slip_one_byte(struct sk_buff *skb, u8 c) -+{ -+ const char esc_c0[2] = { 0xdb, 0xdc }; -+ const char esc_db[2] = { 0xdb, 0xdd }; -+ -+ switch (c) { -+ case 0xc0: -+ memcpy(skb_put(skb, 2), &esc_c0, 2); -+ break; -+ case 0xdb: -+ memcpy(skb_put(skb, 2), &esc_db, 2); -+ break; -+ default: -+ memcpy(skb_put(skb, 1), &c, 1); -+ } -+} -+ -+static int bcsp_enqueue(struct hci_uart *hu, struct sk_buff *skb) -+{ -+ struct bcsp_struct *bcsp = hu->priv; -+ -+ if (skb->len > 0xFFF) { -+ BT_ERR("Packet too long"); -+ kfree_skb(skb); -+ return 0; -+ } -+ -+ switch (skb->pkt_type) { -+ case HCI_ACLDATA_PKT: -+ case HCI_COMMAND_PKT: -+ skb_queue_tail(&bcsp->rel, skb); -+ break; -+ -+ case HCI_SCODATA_PKT: -+ skb_queue_tail(&bcsp->unrel, skb); -+ break; -+ -+ default: -+ BT_ERR("Unknown packet type"); -+ kfree_skb(skb); -+ break; -+ } -+ return 0; -+} -+ -+static struct sk_buff *bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data, -+ int len, int pkt_type) -+{ -+ struct sk_buff *nskb; -+ u8 hdr[4], chan; -+ int rel, i; -+ -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP_TXCRC -+ u16 BCSP_CRC_INIT(bcsp_txmsg_crc); -+#endif -+ -+ switch (pkt_type) { -+ case HCI_ACLDATA_PKT: -+ chan = 6; /* BCSP ACL channel */ -+ rel = 1; /* reliable channel */ -+ break; -+ case HCI_COMMAND_PKT: -+ chan = 5; /* BCSP cmd/evt channel */ -+ rel = 1; /* reliable channel */ -+ break; -+ case HCI_SCODATA_PKT: -+ chan = 7; /* BCSP SCO channel */ -+ rel = 0; /* unreliable channel */ -+ break; -+ case BCSP_LE_PKT: -+ chan = 1; /* BCSP LE channel */ -+ rel = 0; /* unreliable channel */ -+ break; -+ case BCSP_ACK_PKT: -+ chan = 0; /* BCSP internal channel */ -+ rel = 0; /* unreliable channel */ -+ break; -+ default: -+ BT_ERR("Unknown packet type"); -+ return NULL; -+ } -+ -+ /* Max len of packet: (original len +4(bcsp hdr) +2(crc))*2 -+ (because bytes 0xc0 and 0xdb are escaped, worst case is -+ when the packet is all made of 0xc0 and 0xdb :) ) -+ + 2 (0xc0 delimiters at start and end). */ -+ -+ nskb = alloc_skb((len + 6) * 2 + 2, GFP_ATOMIC); -+ if (!nskb) -+ return NULL; -+ -+ nskb->pkt_type = pkt_type; -+ -+ bcsp_slip_msgdelim(nskb); -+ -+ hdr[0] = bcsp->rxseq_txack << 3; -+ bcsp->txack_req = 0; -+ BT_DBG("We request packet no %u to card", bcsp->rxseq_txack); -+ -+ if (rel) { -+ hdr[0] |= 0x80 + bcsp->msgq_txseq; -+ BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); -+ bcsp->msgq_txseq = ++(bcsp->msgq_txseq) & 0x07; -+ } -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP_TXCRC -+ hdr[0] |= 0x40; -+#endif -+ -+ hdr[1] = (len << 4) & 0xFF; -+ hdr[1] |= chan; -+ hdr[2] = len >> 4; -+ hdr[3] = ~(hdr[0] + hdr[1] + hdr[2]); -+ -+ /* Put BCSP header */ -+ for (i = 0; i < 4; i++) { -+ bcsp_slip_one_byte(nskb, hdr[i]); -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP_TXCRC -+ bcsp_crc_update(&bcsp_txmsg_crc, hdr[i]); -+#endif -+ } -+ -+ /* Put payload */ -+ for (i = 0; i < len; i++) { -+ bcsp_slip_one_byte(nskb, data[i]); -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP_TXCRC -+ bcsp_crc_update(&bcsp_txmsg_crc, data[i]); -+#endif -+ } -+ -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP_TXCRC -+ /* Put CRC */ -+ bcsp_txmsg_crc = bcsp_crc_reverse(bcsp_txmsg_crc); -+ bcsp_slip_one_byte(nskb, (u8) ((bcsp_txmsg_crc >> 8) & 0x00ff)); -+ bcsp_slip_one_byte(nskb, (u8) (bcsp_txmsg_crc & 0x00ff)); -+#endif -+ -+ bcsp_slip_msgdelim(nskb); -+ return nskb; -+} -+ -+/* This is a rewrite of pkt_avail in ABCSP */ -+static struct sk_buff *bcsp_dequeue(struct hci_uart *hu) -+{ -+ struct bcsp_struct *bcsp = (struct bcsp_struct *) hu->priv; -+ unsigned long flags; -+ struct sk_buff *skb; -+ -+ /* First of all, check for unreliable messages in the queue, -+ since they have priority */ -+ -+ if ((skb = skb_dequeue(&bcsp->unrel)) != NULL) { -+ struct sk_buff *nskb = bcsp_prepare_pkt(bcsp, skb->data, skb->len, skb->pkt_type); -+ if (nskb) { -+ kfree_skb(skb); -+ return nskb; -+ } else { -+ skb_queue_head(&bcsp->unrel, skb); -+ BT_ERR("Could not dequeue pkt because alloc_skb failed"); -+ } -+ } -+ -+ /* Now, try to send a reliable pkt. We can only send a -+ reliable packet if the number of packets sent but not yet ack'ed -+ is < than the winsize */ -+ -+ spin_lock_irqsave(&bcsp->unack.lock, flags); -+ -+ if (bcsp->unack.qlen < BCSP_TXWINSIZE && (skb = skb_dequeue(&bcsp->rel)) != NULL) { -+ struct sk_buff *nskb = bcsp_prepare_pkt(bcsp, skb->data, skb->len, skb->pkt_type); -+ if (nskb) { -+ __skb_queue_tail(&bcsp->unack, skb); -+ mod_timer(&bcsp->tbcsp, jiffies + HZ / 4); -+ spin_unlock_irqrestore(&bcsp->unack.lock, flags); -+ return nskb; -+ } else { -+ skb_queue_head(&bcsp->rel, skb); -+ BT_ERR("Could not dequeue pkt because alloc_skb failed"); -+ } -+ } -+ -+ spin_unlock_irqrestore(&bcsp->unack.lock, flags); -+ -+ -+ /* We could not send a reliable packet, either because there are -+ none or because there are too many unack'ed pkts. Did we receive -+ any packets we have not acknowledged yet ? */ -+ -+ if (bcsp->txack_req) { -+ /* if so, craft an empty ACK pkt and send it on BCSP unreliable -+ channel 0 */ -+ struct sk_buff *nskb = bcsp_prepare_pkt(bcsp, NULL, 0, BCSP_ACK_PKT); -+ return nskb; -+ } -+ -+ /* We have nothing to send */ -+ return NULL; -+} -+ -+static int bcsp_flush(struct hci_uart *hu) -+{ -+ BT_DBG("hu %p", hu); -+ return 0; -+} -+ -+/* Remove ack'ed packets */ -+static void bcsp_pkt_cull(struct bcsp_struct *bcsp) -+{ -+ unsigned long flags; -+ struct sk_buff *skb; -+ int i, pkts_to_be_removed; -+ u8 seqno; -+ -+ spin_lock_irqsave(&bcsp->unack.lock, flags); -+ -+ pkts_to_be_removed = bcsp->unack.qlen; -+ seqno = bcsp->msgq_txseq; -+ -+ while (pkts_to_be_removed) { -+ if (bcsp->rxack == seqno) -+ break; -+ pkts_to_be_removed--; -+ seqno = (seqno - 1) & 0x07; -+ } -+ -+ if (bcsp->rxack != seqno) -+ BT_ERR("Peer acked invalid packet"); -+ -+ BT_DBG("Removing %u pkts out of %u, up to seqno %u", -+ pkts_to_be_removed, bcsp->unack.qlen, (seqno - 1) & 0x07); -+ -+ for (i = 0, skb = ((struct sk_buff *) &bcsp->unack)->next; i < pkts_to_be_removed -+ && skb != (struct sk_buff *) &bcsp->unack; i++) { -+ struct sk_buff *nskb; -+ -+ nskb = skb->next; -+ __skb_unlink(skb, &bcsp->unack); -+ kfree_skb(skb); -+ skb = nskb; -+ } -+ if (bcsp->unack.qlen == 0) -+ del_timer(&bcsp->tbcsp); -+ spin_unlock_irqrestore(&bcsp->unack.lock, flags); -+ -+ if (i != pkts_to_be_removed) -+ BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); -+} -+ -+/* Handle BCSP link-establishment packets. When we -+ detect a "sync" packet, symptom that the BT module has reset, -+ we do nothing :) (yet) */ -+static void bcsp_handle_le_pkt(struct hci_uart *hu) -+{ -+ struct bcsp_struct *bcsp = hu->priv; -+ u8 conf_pkt[4] = { 0xad, 0xef, 0xac, 0xed }; -+ u8 conf_rsp_pkt[4] = { 0xde, 0xad, 0xd0, 0xd0 }; -+ u8 sync_pkt[4] = { 0xda, 0xdc, 0xed, 0xed }; -+ -+ /* spot "conf" pkts and reply with a "conf rsp" pkt */ -+ if (bcsp->rx_skb->data[1] >> 4 == 4 && bcsp->rx_skb->data[2] == 0 && -+ !memcmp(&bcsp->rx_skb->data[4], conf_pkt, 4)) { -+ struct sk_buff *nskb = alloc_skb(4, GFP_ATOMIC); -+ -+ BT_DBG("Found a LE conf pkt"); -+ if (!nskb) -+ return; -+ memcpy(skb_put(nskb, 4), conf_rsp_pkt, 4); -+ nskb->pkt_type = BCSP_LE_PKT; -+ -+ skb_queue_head(&bcsp->unrel, nskb); -+ hci_uart_tx_wakeup(hu); -+ } -+ /* Spot "sync" pkts. If we find one...disaster! */ -+ else if (bcsp->rx_skb->data[1] >> 4 == 4 && bcsp->rx_skb->data[2] == 0 && -+ !memcmp(&bcsp->rx_skb->data[4], sync_pkt, 4)) { -+ BT_ERR("Found a LE sync pkt, card has reset"); -+ } -+} -+ -+static inline void bcsp_unslip_one_byte(struct bcsp_struct *bcsp, unsigned char byte) -+{ -+ const u8 c0 = 0xc0, db = 0xdb; -+ -+ switch (bcsp->rx_esc_state) { -+ case BCSP_ESCSTATE_NOESC: -+ switch (byte) { -+ case 0xdb: -+ bcsp->rx_esc_state = BCSP_ESCSTATE_ESC; -+ break; -+ default: -+ memcpy(skb_put(bcsp->rx_skb, 1), &byte, 1); -+ if ((bcsp->rx_skb-> data[0] & 0x40) != 0 && -+ bcsp->rx_state != BCSP_W4_CRC) -+ bcsp_crc_update(&bcsp->message_crc, byte); -+ bcsp->rx_count--; -+ } -+ break; -+ -+ case BCSP_ESCSTATE_ESC: -+ switch (byte) { -+ case 0xdc: -+ memcpy(skb_put(bcsp->rx_skb, 1), &c0, 1); -+ if ((bcsp->rx_skb-> data[0] & 0x40) != 0 && -+ bcsp->rx_state != BCSP_W4_CRC) -+ bcsp_crc_update(&bcsp-> message_crc, 0xc0); -+ bcsp->rx_esc_state = BCSP_ESCSTATE_NOESC; -+ bcsp->rx_count--; -+ break; -+ -+ case 0xdd: -+ memcpy(skb_put(bcsp->rx_skb, 1), &db, 1); -+ if ((bcsp->rx_skb-> data[0] & 0x40) != 0 && -+ bcsp->rx_state != BCSP_W4_CRC) -+ bcsp_crc_update(&bcsp-> message_crc, 0xdb); -+ bcsp->rx_esc_state = BCSP_ESCSTATE_NOESC; -+ bcsp->rx_count--; -+ break; -+ -+ default: -+ BT_ERR ("Invalid byte %02x after esc byte", byte); -+ kfree_skb(bcsp->rx_skb); -+ bcsp->rx_skb = NULL; -+ bcsp->rx_state = BCSP_W4_PKT_DELIMITER; -+ bcsp->rx_count = 0; -+ } -+ } -+} -+ -+static inline void bcsp_complete_rx_pkt(struct hci_uart *hu) -+{ -+ struct bcsp_struct *bcsp = hu->priv; -+ int pass_up; -+ -+ if (bcsp->rx_skb->data[0] & 0x80) { /* reliable pkt */ -+ BT_DBG("Received seqno %u from card", bcsp->rxseq_txack); -+ bcsp->rxseq_txack++; -+ bcsp->rxseq_txack %= 0x8; -+ bcsp->txack_req = 1; -+ -+ /* If needed, transmit an ack pkt */ -+ hci_uart_tx_wakeup(hu); -+ } -+ -+ bcsp->rxack = (bcsp->rx_skb->data[0] >> 3) & 0x07; -+ BT_DBG("Request for pkt %u from card", bcsp->rxack); -+ -+ bcsp_pkt_cull(bcsp); -+ if ((bcsp->rx_skb->data[1] & 0x0f) == 6 && -+ bcsp->rx_skb->data[0] & 0x80) { -+ bcsp->rx_skb->pkt_type = HCI_ACLDATA_PKT; -+ pass_up = 1; -+ } else if ((bcsp->rx_skb->data[1] & 0x0f) == 5 && -+ bcsp->rx_skb->data[0] & 0x80) { -+ bcsp->rx_skb->pkt_type = HCI_EVENT_PKT; -+ pass_up = 1; -+ } else if ((bcsp->rx_skb->data[1] & 0x0f) == 7) { -+ bcsp->rx_skb->pkt_type = HCI_SCODATA_PKT; -+ pass_up = 1; -+ } else if ((bcsp->rx_skb->data[1] & 0x0f) == 1 && -+ !(bcsp->rx_skb->data[0] & 0x80)) { -+ bcsp_handle_le_pkt(hu); -+ pass_up = 0; -+ } else -+ pass_up = 0; -+ -+ if (!pass_up) { -+ if ((bcsp->rx_skb->data[1] & 0x0f) != 0 && -+ (bcsp->rx_skb->data[1] & 0x0f) != 1) { -+ BT_ERR ("Packet for unknown channel (%u %s)", -+ bcsp->rx_skb->data[1] & 0x0f, -+ bcsp->rx_skb->data[0] & 0x80 ? -+ "reliable" : "unreliable"); -+ } -+ kfree_skb(bcsp->rx_skb); -+ } else { -+ /* Pull out BCSP hdr */ -+ skb_pull(bcsp->rx_skb, 4); -+ -+ hci_recv_frame(bcsp->rx_skb); -+ } -+ bcsp->rx_state = BCSP_W4_PKT_DELIMITER; -+ bcsp->rx_skb = NULL; -+} -+ -+/* Recv data */ -+static int bcsp_recv(struct hci_uart *hu, void *data, int count) -+{ -+ struct bcsp_struct *bcsp = hu->priv; -+ register unsigned char *ptr; -+ -+ BT_DBG("hu %p count %d rx_state %ld rx_count %ld", -+ hu, count, bcsp->rx_state, bcsp->rx_count); -+ -+ ptr = data; -+ while (count) { -+ if (bcsp->rx_count) { -+ if (*ptr == 0xc0) { -+ BT_ERR("Short BCSP packet"); -+ kfree_skb(bcsp->rx_skb); -+ bcsp->rx_state = BCSP_W4_PKT_START; -+ bcsp->rx_count = 0; -+ } else -+ bcsp_unslip_one_byte(bcsp, *ptr); -+ -+ ptr++; count--; -+ continue; -+ } -+ -+ switch (bcsp->rx_state) { -+ case BCSP_W4_BCSP_HDR: -+ if ((0xff & (u8) ~ (bcsp->rx_skb->data[0] + bcsp->rx_skb->data[1] + -+ bcsp->rx_skb->data[2])) != bcsp->rx_skb->data[3]) { -+ BT_ERR("Error in BCSP hdr checksum"); -+ kfree_skb(bcsp->rx_skb); -+ bcsp->rx_state = BCSP_W4_PKT_DELIMITER; -+ bcsp->rx_count = 0; -+ continue; -+ } -+ if (bcsp->rx_skb->data[0] & 0x80 /* reliable pkt */ -+ && (bcsp->rx_skb->data[0] & 0x07) != bcsp->rxseq_txack) { -+ BT_ERR ("Out-of-order packet arrived, got %u expected %u", -+ bcsp->rx_skb->data[0] & 0x07, bcsp->rxseq_txack); -+ -+ kfree_skb(bcsp->rx_skb); -+ bcsp->rx_state = BCSP_W4_PKT_DELIMITER; -+ bcsp->rx_count = 0; -+ continue; -+ } -+ bcsp->rx_state = BCSP_W4_DATA; -+ bcsp->rx_count = (bcsp->rx_skb->data[1] >> 4) + -+ (bcsp->rx_skb->data[2] << 4); /* May be 0 */ -+ continue; -+ -+ case BCSP_W4_DATA: -+ if (bcsp->rx_skb->data[0] & 0x40) { /* pkt with crc */ -+ bcsp->rx_state = BCSP_W4_CRC; -+ bcsp->rx_count = 2; -+ } else -+ bcsp_complete_rx_pkt(hu); -+ continue; -+ -+ case BCSP_W4_CRC: -+ if (bcsp_crc_reverse(bcsp->message_crc) != -+ (bcsp->rx_skb->data[bcsp->rx_skb->len - 2] << 8) + -+ bcsp->rx_skb->data[bcsp->rx_skb->len - 1]) { -+ -+ BT_ERR ("Checksum failed: computed %04x received %04x", -+ bcsp_crc_reverse(bcsp->message_crc), -+ (bcsp->rx_skb-> data[bcsp->rx_skb->len - 2] << 8) + -+ bcsp->rx_skb->data[bcsp->rx_skb->len - 1]); -+ -+ kfree_skb(bcsp->rx_skb); -+ bcsp->rx_state = BCSP_W4_PKT_DELIMITER; -+ bcsp->rx_count = 0; -+ continue; -+ } -+ skb_trim(bcsp->rx_skb, bcsp->rx_skb->len - 2); -+ bcsp_complete_rx_pkt(hu); -+ continue; -+ -+ case BCSP_W4_PKT_DELIMITER: -+ switch (*ptr) { -+ case 0xc0: -+ bcsp->rx_state = BCSP_W4_PKT_START; -+ break; -+ default: -+ /*BT_ERR("Ignoring byte %02x", *ptr);*/ -+ break; -+ } -+ ptr++; count--; -+ break; -+ -+ case BCSP_W4_PKT_START: -+ switch (*ptr) { -+ case 0xc0: -+ ptr++; count--; -+ break; -+ -+ default: -+ bcsp->rx_state = BCSP_W4_BCSP_HDR; -+ bcsp->rx_count = 4; -+ bcsp->rx_esc_state = BCSP_ESCSTATE_NOESC; -+ BCSP_CRC_INIT(bcsp->message_crc); -+ -+ /* Do not increment ptr or decrement count -+ * Allocate packet. Max len of a BCSP pkt= -+ * 0xFFF (payload) +4 (header) +2 (crc) */ -+ -+ bcsp->rx_skb = bluez_skb_alloc(0x1005, GFP_ATOMIC); -+ if (!bcsp->rx_skb) { -+ BT_ERR("Can't allocate mem for new packet"); -+ bcsp->rx_state = BCSP_W4_PKT_DELIMITER; -+ bcsp->rx_count = 0; -+ return 0; -+ } -+ bcsp->rx_skb->dev = (void *) &hu->hdev; -+ break; -+ } -+ break; -+ } -+ } -+ return count; -+} -+ -+ /* Arrange to retransmit all messages in the relq. */ -+static void bcsp_timed_event(unsigned long arg) -+{ -+ struct hci_uart *hu = (struct hci_uart *) arg; -+ struct bcsp_struct *bcsp = (struct bcsp_struct *) hu->priv; -+ struct sk_buff *skb; -+ unsigned long flags; -+ -+ BT_DBG("hu %p retransmitting %u pkts", hu, bcsp->unack.qlen); -+ -+ spin_lock_irqsave(&bcsp->unack.lock, flags); -+ -+ while ((skb = __skb_dequeue_tail(&bcsp->unack)) != NULL) { -+ bcsp->msgq_txseq = (bcsp->msgq_txseq - 1) & 0x07; -+ skb_queue_head(&bcsp->rel, skb); -+ } -+ -+ spin_unlock_irqrestore(&bcsp->unack.lock, flags); -+ -+ hci_uart_tx_wakeup(hu); -+} -+ -+static int bcsp_open(struct hci_uart *hu) -+{ -+ struct bcsp_struct *bcsp; -+ -+ BT_DBG("hu %p", hu); -+ -+ bcsp = kmalloc(sizeof(*bcsp), GFP_ATOMIC); -+ if (!bcsp) -+ return -ENOMEM; -+ memset(bcsp, 0, sizeof(*bcsp)); -+ -+ hu->priv = bcsp; -+ skb_queue_head_init(&bcsp->unack); -+ skb_queue_head_init(&bcsp->rel); -+ skb_queue_head_init(&bcsp->unrel); -+ -+ init_timer(&bcsp->tbcsp); -+ bcsp->tbcsp.function = bcsp_timed_event; -+ bcsp->tbcsp.data = (u_long) hu; -+ -+ bcsp->rx_state = BCSP_W4_PKT_DELIMITER; -+ -+ return 0; -+} -+ -+static int bcsp_close(struct hci_uart *hu) -+{ -+ struct bcsp_struct *bcsp = hu->priv; -+ hu->priv = NULL; -+ -+ BT_DBG("hu %p", hu); -+ -+ skb_queue_purge(&bcsp->unack); -+ skb_queue_purge(&bcsp->rel); -+ skb_queue_purge(&bcsp->unrel); -+ del_timer(&bcsp->tbcsp); -+ -+ kfree(bcsp); -+ return 0; -+} -+ -+static struct hci_uart_proto bcsp = { -+ id: HCI_UART_BCSP, -+ open: bcsp_open, -+ close: bcsp_close, -+ enqueue: bcsp_enqueue, -+ dequeue: bcsp_dequeue, -+ recv: bcsp_recv, -+ flush: bcsp_flush -+}; -+ -+int bcsp_init(void) -+{ -+ return hci_uart_register_proto(&bcsp); -+} -+ -+int bcsp_deinit(void) -+{ -+ return hci_uart_unregister_proto(&bcsp); -+} -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_bcsp.h c3000_work/linux/drivers/bluetooth/hci_bcsp.h ---- c3000_pre/linux/drivers/bluetooth/hci_bcsp.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_bcsp.h 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,70 @@ -+/* -+ BlueCore Serial Protocol (BCSP) for Linux Bluetooth stack (BlueZ). -+ Copyright 2002 by Fabrizio Gennari <fabrizio.gennari@philips.com> -+ -+ Based on -+ hci_h4.c by Maxim Krasnyansky <maxk@qualcomm.com> -+ ABCSP by Carl Orsborn <cjo@csr.com> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+/* -+ * $Id: hci_bcsp.h,v 1.2 2002/09/26 05:05:14 maxk Exp $ -+ */ -+ -+#ifndef __HCI_BCSP_H__ -+#define __HCI_BCSP_H__ -+ -+#define BCSP_TXWINSIZE 4 -+ -+#define BCSP_ACK_PKT 0x05 -+#define BCSP_LE_PKT 0x06 -+ -+struct bcsp_struct { -+ struct sk_buff_head unack; /* Unack'ed packets queue */ -+ struct sk_buff_head rel; /* Reliable packets queue */ -+ struct sk_buff_head unrel; /* Unreliable packets queue */ -+ -+ unsigned long rx_count; -+ struct sk_buff *rx_skb; -+ u8 rxseq_txack; /* rxseq == txack. */ -+ u8 rxack; /* Last packet sent by us that the peer ack'ed */ -+ struct timer_list tbcsp; -+ -+ enum { -+ BCSP_W4_PKT_DELIMITER, -+ BCSP_W4_PKT_START, -+ BCSP_W4_BCSP_HDR, -+ BCSP_W4_DATA, -+ BCSP_W4_CRC -+ } rx_state; -+ -+ enum { -+ BCSP_ESCSTATE_NOESC, -+ BCSP_ESCSTATE_ESC -+ } rx_esc_state; -+ -+ u16 message_crc; -+ u8 txack_req; /* Do we need to send ack's to the peer? */ -+ -+ /* Reliable packet sequence number - used to assign seq to each rel pkt. */ -+ u8 msgq_txseq; -+}; -+ -+#endif /* __HCI_BCSP_H__ */ -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_h4.c c3000_work/linux/drivers/bluetooth/hci_h4.c ---- c3000_pre/linux/drivers/bluetooth/hci_h4.c 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_h4.c 2004-12-16 23:01:14.000000000 +0900 -@@ -25,15 +25,14 @@ - /* - * BlueZ HCI UART(H4) protocol. - * -- * $Id: hci_h4.c,v 1.2 2002/04/17 17:37:20 maxk Exp $ -+ * $Id: hci_h4.c,v 1.3 2002/09/09 01:17:32 maxk Exp $ - */ --#define VERSION "1.1" -+#define VERSION "1.2" - - #include <linux/config.h> - #include <linux/module.h> - - #include <linux/version.h> --#include <linux/config.h> - #include <linux/kernel.h> - #include <linux/init.h> - #include <linux/sched.h> -@@ -64,63 +63,61 @@ - #endif - - /* Initialize protocol */ --static int h4_open(struct n_hci *n_hci) -+static int h4_open(struct hci_uart *hu) - { - struct h4_struct *h4; - -- BT_DBG("n_hci %p", n_hci); -+ BT_DBG("hu %p", hu); - - h4 = kmalloc(sizeof(*h4), GFP_ATOMIC); - if (!h4) - return -ENOMEM; - memset(h4, 0, sizeof(*h4)); - -- n_hci->priv = h4; -+ skb_queue_head_init(&h4->txq); -+ -+ hu->priv = h4; - return 0; - } - - /* Flush protocol data */ --static int h4_flush(struct n_hci *n_hci) -+static int h4_flush(struct hci_uart *hu) - { -- BT_DBG("n_hci %p", n_hci); -+ struct h4_struct *h4 = hu->priv; -+ -+ BT_DBG("hu %p", hu); -+ skb_queue_purge(&h4->txq); - return 0; - } - - /* Close protocol */ --static int h4_close(struct n_hci *n_hci) -+static int h4_close(struct hci_uart *hu) - { -- struct h4_struct *h4 = n_hci->priv; -- n_hci->priv = NULL; -+ struct h4_struct *h4 = hu->priv; -+ hu->priv = NULL; - -- BT_DBG("n_hci %p", n_hci); -+ BT_DBG("hu %p", hu); - -+ skb_queue_purge(&h4->txq); - if (h4->rx_skb) - kfree_skb(h4->rx_skb); - -+ hu->priv = NULL; - kfree(h4); - return 0; - } - --/* Send data */ --static int h4_send(struct n_hci *n_hci, void *data, int len) -+/* Enqueue frame for transmittion (padding, crc, etc) */ -+static int h4_enqueue(struct hci_uart *hu, struct sk_buff *skb) - { -- struct tty_struct *tty = n_hci->tty; -- -- BT_DBG("n_hci %p len %d", n_hci, len); -+ struct h4_struct *h4 = hu->priv; - -- /* Send frame to TTY driver */ -- tty->flags |= (1 << TTY_DO_WRITE_WAKEUP); -- return tty->driver.write(tty, 0, data, len); --} -- --/* Init frame before queueing (padding, crc, etc) */ --static struct sk_buff* h4_preq(struct n_hci *n_hci, struct sk_buff *skb) --{ -- BT_DBG("n_hci %p skb %p", n_hci, skb); -+ BT_DBG("hu %p skb %p", hu, skb); - - /* Prepend skb with frame type */ - memcpy(skb_push(skb, 1), &skb->pkt_type, 1); -- return skb; -+ skb_queue_tail(&h4->txq, skb); -+ return 0; - } - - static inline int h4_check_data_len(struct h4_struct *h4, int len) -@@ -132,7 +129,7 @@ - BT_DMP(h4->rx_skb->data, h4->rx_skb->len); - hci_recv_frame(h4->rx_skb); - } else if (len > room) { -- BT_ERR("Data length is to large"); -+ BT_ERR("Data length is too large"); - kfree_skb(h4->rx_skb); - } else { - h4->rx_state = H4_W4_DATA; -@@ -147,16 +144,17 @@ - } - - /* Recv data */ --static int h4_recv(struct n_hci *n_hci, void *data, int count) -+static int h4_recv(struct hci_uart *hu, void *data, int count) - { -- struct h4_struct *h4 = n_hci->priv; -+ struct h4_struct *h4 = hu->priv; - register char *ptr; - hci_event_hdr *eh; - hci_acl_hdr *ah; - hci_sco_hdr *sh; - register int len, type, dlen; - -- BT_DBG("n_hci %p count %d rx_state %ld rx_count %ld", n_hci, count, h4->rx_state, h4->rx_count); -+ BT_DBG("hu %p count %d rx_state %ld rx_count %ld", -+ hu, count, h4->rx_state, h4->rx_count); - - ptr = data; - while (count) { -@@ -204,7 +202,7 @@ - - h4_check_data_len(h4, sh->dlen); - continue; -- }; -+ } - } - - /* H4_W4_PACKET_TYPE */ -@@ -232,7 +230,7 @@ - - default: - BT_ERR("Unknown HCI packet type %2.2x", (__u8)*ptr); -- n_hci->hdev.stat.err_rx++; -+ hu->hdev.stat.err_rx++; - ptr++; count--; - continue; - }; -@@ -246,20 +244,26 @@ - h4->rx_count = 0; - return 0; - } -- h4->rx_skb->dev = (void *) &n_hci->hdev; -+ h4->rx_skb->dev = (void *) &hu->hdev; - h4->rx_skb->pkt_type = type; - } - return count; - } - -+static struct sk_buff *h4_dequeue(struct hci_uart *hu) -+{ -+ struct h4_struct *h4 = hu->priv; -+ return skb_dequeue(&h4->txq); -+} -+ - static struct hci_uart_proto h4p = { -- id: HCI_UART_H4, -- open: h4_open, -- close: h4_close, -- send: h4_send, -- recv: h4_recv, -- preq: h4_preq, -- flush: h4_flush, -+ id: HCI_UART_H4, -+ open: h4_open, -+ close: h4_close, -+ recv: h4_recv, -+ enqueue: h4_enqueue, -+ dequeue: h4_dequeue, -+ flush: h4_flush, - }; - - int h4_init(void) -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_h4.h c3000_work/linux/drivers/bluetooth/hci_h4.h ---- c3000_pre/linux/drivers/bluetooth/hci_h4.h 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_h4.h 2004-12-16 23:01:14.000000000 +0900 -@@ -23,7 +23,7 @@ - */ - - /* -- * $Id: hci_h4.h,v 1.1.1.1 2002/03/08 21:03:15 maxk Exp $ -+ * $Id: hci_h4.h,v 1.2 2002/09/09 01:17:32 maxk Exp $ - */ - - #ifdef __KERNEL__ -@@ -31,6 +31,7 @@ - unsigned long rx_state; - unsigned long rx_count; - struct sk_buff *rx_skb; -+ struct sk_buff_head txq; - }; - - /* H4 receiver States */ -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_ldisc.c c3000_work/linux/drivers/bluetooth/hci_ldisc.c ---- c3000_pre/linux/drivers/bluetooth/hci_ldisc.c 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_ldisc.c 2004-12-16 23:01:14.000000000 +0900 -@@ -25,9 +25,9 @@ - /* - * BlueZ HCI UART driver. - * -- * $Id: hci_ldisc.c,v 1.2 2002/04/17 17:37:20 maxk Exp $ -+ * $Id: hci_ldisc.c,v 1.5 2002/10/02 18:37:20 maxk Exp $ - */ --#define VERSION "2.0" -+#define VERSION "2.1" - - #include <linux/config.h> - #include <linux/module.h> -@@ -87,16 +87,86 @@ - return 0; - } - --static struct hci_uart_proto *n_hci_get_proto(unsigned int id) -+static struct hci_uart_proto *hci_uart_get_proto(unsigned int id) - { - if (id >= HCI_UART_MAX_PROTO) - return NULL; - return hup[id]; - } - -+static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type) -+{ -+ struct hci_dev *hdev = &hu->hdev; -+ -+ /* Update HCI stat counters */ -+ switch (pkt_type) { -+ case HCI_COMMAND_PKT: -+ hdev->stat.cmd_tx++; -+ break; -+ -+ case HCI_ACLDATA_PKT: -+ hdev->stat.acl_tx++; -+ break; -+ -+ case HCI_SCODATA_PKT: -+ hdev->stat.cmd_tx++; -+ break; -+ } -+} -+ -+static inline struct sk_buff *hci_uart_dequeue(struct hci_uart *hu) -+{ -+ struct sk_buff *skb = hu->tx_skb; -+ if (!skb) -+ skb = hu->proto->dequeue(hu); -+ else -+ hu->tx_skb = NULL; -+ return skb; -+} -+ -+int hci_uart_tx_wakeup(struct hci_uart *hu) -+{ -+ struct tty_struct *tty = hu->tty; -+ struct hci_dev *hdev = &hu->hdev; -+ struct sk_buff *skb; -+ -+ if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) { -+ set_bit(HCI_UART_TX_WAKEUP, &hu->tx_state); -+ return 0; -+ } -+ -+ BT_DBG(""); -+ -+restart: -+ clear_bit(HCI_UART_TX_WAKEUP, &hu->tx_state); -+ -+ while ((skb = hci_uart_dequeue(hu))) { -+ int len; -+ -+ set_bit(TTY_DO_WRITE_WAKEUP, &tty->flags); -+ len = tty->driver.write(tty, 0, skb->data, skb->len); -+ hdev->stat.byte_tx += len; -+ -+ skb_pull(skb, len); -+ if (skb->len) { -+ hu->tx_skb = skb; -+ break; -+ } -+ -+ hci_uart_tx_complete(hu, skb->pkt_type); -+ kfree_skb(skb); -+ } -+ -+ if (test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state)) -+ goto restart; -+ -+ clear_bit(HCI_UART_SENDING, &hu->tx_state); -+ return 0; -+} -+ - /* ------- Interface to HCI layer ------ */ - /* Initialize device */ --static int n_hci_open(struct hci_dev *hdev) -+static int hci_uart_open(struct hci_dev *hdev) - { - BT_DBG("%s %p", hdev->name, hdev); - -@@ -107,15 +177,16 @@ - } - - /* Reset device */ --static int n_hci_flush(struct hci_dev *hdev) -+static int hci_uart_flush(struct hci_dev *hdev) - { -- struct n_hci *n_hci = (struct n_hci *) hdev->driver_data; -- struct tty_struct *tty = n_hci->tty; -+ struct hci_uart *hu = (struct hci_uart *) hdev->driver_data; -+ struct tty_struct *tty = hu->tty; - - BT_DBG("hdev %p tty %p", hdev, tty); - -- /* Drop TX queue */ -- skb_queue_purge(&n_hci->txq); -+ if (hu->tx_skb) { -+ kfree_skb(hu->tx_skb); hu->tx_skb = NULL; -+ } - - /* Flush any pending characters in the driver and discipline. */ - if (tty->ldisc.flush_buffer) -@@ -124,80 +195,30 @@ - if (tty->driver.flush_buffer) - tty->driver.flush_buffer(tty); - -- if (n_hci->proto->flush) -- n_hci->proto->flush(n_hci); -+ if (test_bit(HCI_UART_PROTO_SET, &hu->flags)) -+ hu->proto->flush(hu); - - return 0; - } - - /* Close device */ --static int n_hci_close(struct hci_dev *hdev) -+static int hci_uart_close(struct hci_dev *hdev) - { - BT_DBG("hdev %p", hdev); - - if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) - return 0; - -- n_hci_flush(hdev); -- return 0; --} -- --static int n_hci_tx_wakeup(struct n_hci *n_hci) --{ -- struct hci_dev *hdev = &n_hci->hdev; -- -- if (test_and_set_bit(N_HCI_SENDING, &n_hci->tx_state)) { -- set_bit(N_HCI_TX_WAKEUP, &n_hci->tx_state); -- return 0; -- } -- -- BT_DBG(""); -- do { -- register struct sk_buff *skb; -- register int len; -- -- clear_bit(N_HCI_TX_WAKEUP, &n_hci->tx_state); -- -- if (!(skb = skb_dequeue(&n_hci->txq))) -- break; -- -- len = n_hci->proto->send(n_hci, skb->data, skb->len); -- n_hci->hdev.stat.byte_tx += len; -- -- if (len == skb->len) { -- /* Complete frame was sent */ -- -- switch (skb->pkt_type) { -- case HCI_COMMAND_PKT: -- hdev->stat.cmd_tx++; -- break; -- -- case HCI_ACLDATA_PKT: -- hdev->stat.acl_tx++; -- break; -- -- case HCI_SCODATA_PKT: -- hdev->stat.cmd_tx++; -- break; -- }; -- -- kfree_skb(skb); -- } else { -- /* Subtract sent part and requeue */ -- skb_pull(skb, len); -- skb_queue_head(&n_hci->txq, skb); -- } -- } while (test_bit(N_HCI_TX_WAKEUP, &n_hci->tx_state)); -- clear_bit(N_HCI_SENDING, &n_hci->tx_state); -+ hci_uart_flush(hdev); - return 0; - } - - /* Send frames from HCI layer */ --static int n_hci_send_frame(struct sk_buff *skb) -+static int hci_uart_send_frame(struct sk_buff *skb) - { - struct hci_dev* hdev = (struct hci_dev *) skb->dev; - struct tty_struct *tty; -- struct n_hci *n_hci; -+ struct hci_uart *hu; - - if (!hdev) { - BT_ERR("Frame for uknown device (hdev=NULL)"); -@@ -207,66 +228,60 @@ - if (!test_bit(HCI_RUNNING, &hdev->flags)) - return -EBUSY; - -- n_hci = (struct n_hci *) hdev->driver_data; -- tty = n_hci->tty; -+ hu = (struct hci_uart *) hdev->driver_data; -+ tty = hu->tty; - - BT_DBG("%s: type %d len %d", hdev->name, skb->pkt_type, skb->len); - -- if (n_hci->proto->preq) { -- skb = n_hci->proto->preq(n_hci, skb); -- if (!skb) -- return 0; -- } -- -- skb_queue_tail(&n_hci->txq, skb); -- n_hci_tx_wakeup(n_hci); -+ hu->proto->enqueue(hu, skb); -+ -+ hci_uart_tx_wakeup(hu); - return 0; - } - --static void n_hci_destruct(struct hci_dev *hdev) -+static void hci_uart_destruct(struct hci_dev *hdev) - { -- struct n_hci *n_hci; -+ struct hci_uart *hu; - - if (!hdev) return; - - BT_DBG("%s", hdev->name); - -- n_hci = (struct n_hci *) hdev->driver_data; -- kfree(n_hci); -+ hu = (struct hci_uart *) hdev->driver_data; -+ kfree(hu); - - MOD_DEC_USE_COUNT; - } - - /* ------ LDISC part ------ */ --/* n_hci_tty_open -+/* hci_uart_tty_open - * -- * Called when line discipline changed to N_HCI. -+ * Called when line discipline changed to HCI_UART. - * - * Arguments: - * tty pointer to tty info structure - * Return Value: - * 0 if success, otherwise error code - */ --static int n_hci_tty_open(struct tty_struct *tty) -+static int hci_uart_tty_open(struct tty_struct *tty) - { -- struct n_hci *n_hci = (void *)tty->disc_data; -+ struct hci_uart *hu = (void *) tty->disc_data; - - BT_DBG("tty %p", tty); - -- if (n_hci) -+ if (hu) - return -EEXIST; - -- if (!(n_hci = kmalloc(sizeof(struct n_hci), GFP_KERNEL))) { -+ if (!(hu = kmalloc(sizeof(struct hci_uart), GFP_KERNEL))) { - BT_ERR("Can't allocate controll structure"); - return -ENFILE; - } -- memset(n_hci, 0, sizeof(struct n_hci)); -+ memset(hu, 0, sizeof(struct hci_uart)); - -- tty->disc_data = n_hci; -- n_hci->tty = tty; -+ tty->disc_data = hu; -+ hu->tty = tty; - -- spin_lock_init(&n_hci->rx_lock); -- skb_queue_head_init(&n_hci->txq); -+ spin_lock_init(&hu->rx_lock); - - /* Flush any pending characters in the driver and line discipline */ - if (tty->ldisc.flush_buffer) -@@ -279,34 +294,34 @@ - return 0; - } - --/* n_hci_tty_close() -+/* hci_uart_tty_close() - * - * Called when the line discipline is changed to something - * else, the tty is closed, or the tty detects a hangup. - */ --static void n_hci_tty_close(struct tty_struct *tty) -+static void hci_uart_tty_close(struct tty_struct *tty) - { -- struct n_hci *n_hci = (void *)tty->disc_data; -+ struct hci_uart *hu = (void *)tty->disc_data; - - BT_DBG("tty %p", tty); - - /* Detach from the tty */ - tty->disc_data = NULL; - -- if (n_hci) { -- struct hci_dev *hdev = &n_hci->hdev; -- n_hci_close(hdev); -+ if (hu) { -+ struct hci_dev *hdev = &hu->hdev; -+ hci_uart_close(hdev); - -- if (test_and_clear_bit(N_HCI_PROTO_SET, &n_hci->flags)) { -- n_hci->proto->close(n_hci); -+ if (test_and_clear_bit(HCI_UART_PROTO_SET, &hu->flags)) { -+ hu->proto->close(hu); - hci_unregister_dev(hdev); - } -- -+ - MOD_DEC_USE_COUNT; - } - } - --/* n_hci_tty_wakeup() -+/* hci_uart_tty_wakeup() - * - * Callback for transmit wakeup. Called when low level - * device driver can accept more send data. -@@ -314,24 +329,25 @@ - * Arguments: tty pointer to associated tty instance data - * Return Value: None - */ --static void n_hci_tty_wakeup( struct tty_struct *tty ) -+static void hci_uart_tty_wakeup(struct tty_struct *tty) - { -- struct n_hci *n_hci = (void *)tty->disc_data; -+ struct hci_uart *hu = (void *)tty->disc_data; - - BT_DBG(""); - -- if (!n_hci) -+ if (!hu) - return; - -- tty->flags &= ~(1 << TTY_DO_WRITE_WAKEUP); -+ clear_bit(TTY_DO_WRITE_WAKEUP, &tty->flags); - -- if (tty != n_hci->tty) -+ if (tty != hu->tty) - return; - -- n_hci_tx_wakeup(n_hci); -+ if (test_bit(HCI_UART_PROTO_SET, &hu->flags)) -+ hci_uart_tx_wakeup(hu); - } - --/* n_hci_tty_room() -+/* hci_uart_tty_room() - * - * Callback function from tty driver. Return the amount of - * space left in the receiver's buffer to decide if remote -@@ -340,12 +356,12 @@ - * Arguments: tty pointer to associated tty instance data - * Return Value: number of bytes left in receive buffer - */ --static int n_hci_tty_room (struct tty_struct *tty) -+static int hci_uart_tty_room (struct tty_struct *tty) - { - return 65536; - } - --/* n_hci_tty_receive() -+/* hci_uart_tty_receive() - * - * Called by tty low level driver when receive data is - * available. -@@ -357,42 +373,42 @@ - * - * Return Value: None - */ --static void n_hci_tty_receive(struct tty_struct *tty, const __u8 * data, char *flags, int count) -+static void hci_uart_tty_receive(struct tty_struct *tty, const __u8 *data, char *flags, int count) - { -- struct n_hci *n_hci = (void *)tty->disc_data; -+ struct hci_uart *hu = (void *)tty->disc_data; - -- if (!n_hci || tty != n_hci->tty) -+ if (!hu || tty != hu->tty) - return; - -- if (!test_bit(N_HCI_PROTO_SET, &n_hci->flags)) -+ if (!test_bit(HCI_UART_PROTO_SET, &hu->flags)) - return; - -- spin_lock(&n_hci->rx_lock); -- n_hci->proto->recv(n_hci, (void *) data, count); -- n_hci->hdev.stat.byte_rx += count; -- spin_unlock(&n_hci->rx_lock); -+ spin_lock(&hu->rx_lock); -+ hu->proto->recv(hu, (void *) data, count); -+ hu->hdev.stat.byte_rx += count; -+ spin_unlock(&hu->rx_lock); - - if (test_and_clear_bit(TTY_THROTTLED,&tty->flags) && tty->driver.unthrottle) - tty->driver.unthrottle(tty); - } - --static int n_hci_register_dev(struct n_hci *n_hci) -+static int hci_uart_register_dev(struct hci_uart *hu) - { - struct hci_dev *hdev; - - BT_DBG(""); - - /* Initialize and register HCI device */ -- hdev = &n_hci->hdev; -+ hdev = &hu->hdev; - - hdev->type = HCI_UART; -- hdev->driver_data = n_hci; -+ hdev->driver_data = hu; - -- hdev->open = n_hci_open; -- hdev->close = n_hci_close; -- hdev->flush = n_hci_flush; -- hdev->send = n_hci_send_frame; -- hdev->destruct = n_hci_destruct; -+ hdev->open = hci_uart_open; -+ hdev->close = hci_uart_close; -+ hdev->flush = hci_uart_flush; -+ hdev->send = hci_uart_send_frame; -+ hdev->destruct = hci_uart_destruct; - - if (hci_register_dev(hdev) < 0) { - BT_ERR("Can't register HCI device %s", hdev->name); -@@ -402,30 +418,30 @@ - return 0; - } - --static int n_hci_set_proto(struct n_hci *n_hci, int id) -+static int hci_uart_set_proto(struct hci_uart *hu, int id) - { - struct hci_uart_proto *p; - int err; - -- p = n_hci_get_proto(id); -+ p = hci_uart_get_proto(id); - if (!p) - return -EPROTONOSUPPORT; - -- err = p->open(n_hci); -+ err = p->open(hu); - if (err) - return err; - -- n_hci->proto = p; -+ hu->proto = p; - -- err = n_hci_register_dev(n_hci); -+ err = hci_uart_register_dev(hu); - if (err) { -- p->close(n_hci); -+ p->close(hu); - return err; - } - return 0; - } - --/* n_hci_tty_ioctl() -+/* hci_uart_tty_ioctl() - * - * Process IOCTL system call for the tty device. - * -@@ -438,24 +454,24 @@ - * - * Return Value: Command dependent - */ --static int n_hci_tty_ioctl(struct tty_struct *tty, struct file * file, -+static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file * file, - unsigned int cmd, unsigned long arg) - { -- struct n_hci *n_hci = (void *)tty->disc_data; -+ struct hci_uart *hu = (void *)tty->disc_data; - int err = 0; - - BT_DBG(""); - - /* Verify the status of the device */ -- if (!n_hci) -+ if (!hu) - return -EBADF; - - switch (cmd) { - case HCIUARTSETPROTO: -- if (!test_and_set_bit(N_HCI_PROTO_SET, &n_hci->flags)) { -- err = n_hci_set_proto(n_hci, arg); -+ if (!test_and_set_bit(HCI_UART_PROTO_SET, &hu->flags)) { -+ err = hci_uart_set_proto(hu, arg); - if (err) { -- clear_bit(N_HCI_PROTO_SET, &n_hci->flags); -+ clear_bit(HCI_UART_PROTO_SET, &hu->flags); - return err; - } - tty->low_latency = 1; -@@ -463,8 +479,8 @@ - return -EBUSY; - - case HCIUARTGETPROTO: -- if (test_bit(N_HCI_PROTO_SET, &n_hci->flags)) -- return n_hci->proto->id; -+ if (test_bit(HCI_UART_PROTO_SET, &hu->flags)) -+ return hu->proto->id; - return -EUNATCH; - - default: -@@ -478,15 +494,15 @@ - /* - * We don't provide read/write/poll interface for user space. - */ --static ssize_t n_hci_tty_read(struct tty_struct *tty, struct file *file, unsigned char *buf, size_t nr) -+static ssize_t hci_uart_tty_read(struct tty_struct *tty, struct file *file, unsigned char *buf, size_t nr) - { - return 0; - } --static ssize_t n_hci_tty_write(struct tty_struct *tty, struct file *file, const unsigned char *data, size_t count) -+static ssize_t hci_uart_tty_write(struct tty_struct *tty, struct file *file, const unsigned char *data, size_t count) - { - return 0; - } --static unsigned int n_hci_tty_poll(struct tty_struct *tty, struct file *filp, poll_table *wait) -+static unsigned int hci_uart_tty_poll(struct tty_struct *tty, struct file *filp, poll_table *wait) - { - return 0; - } -@@ -495,10 +511,14 @@ - int h4_init(void); - int h4_deinit(void); - #endif -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP -+int bcsp_init(void); -+int bcsp_deinit(void); -+#endif - --int __init n_hci_init(void) -+int __init hci_uart_init(void) - { -- static struct tty_ldisc n_hci_ldisc; -+ static struct tty_ldisc hci_uart_ldisc; - int err; - - BT_INFO("BlueZ HCI UART driver ver %s Copyright (C) 2000,2001 Qualcomm Inc", -@@ -507,20 +527,20 @@ - - /* Register the tty discipline */ - -- memset(&n_hci_ldisc, 0, sizeof (n_hci_ldisc)); -- n_hci_ldisc.magic = TTY_LDISC_MAGIC; -- n_hci_ldisc.name = "n_hci"; -- n_hci_ldisc.open = n_hci_tty_open; -- n_hci_ldisc.close = n_hci_tty_close; -- n_hci_ldisc.read = n_hci_tty_read; -- n_hci_ldisc.write = n_hci_tty_write; -- n_hci_ldisc.ioctl = n_hci_tty_ioctl; -- n_hci_ldisc.poll = n_hci_tty_poll; -- n_hci_ldisc.receive_room= n_hci_tty_room; -- n_hci_ldisc.receive_buf = n_hci_tty_receive; -- n_hci_ldisc.write_wakeup= n_hci_tty_wakeup; -+ memset(&hci_uart_ldisc, 0, sizeof (hci_uart_ldisc)); -+ hci_uart_ldisc.magic = TTY_LDISC_MAGIC; -+ hci_uart_ldisc.name = "n_hci"; -+ hci_uart_ldisc.open = hci_uart_tty_open; -+ hci_uart_ldisc.close = hci_uart_tty_close; -+ hci_uart_ldisc.read = hci_uart_tty_read; -+ hci_uart_ldisc.write = hci_uart_tty_write; -+ hci_uart_ldisc.ioctl = hci_uart_tty_ioctl; -+ hci_uart_ldisc.poll = hci_uart_tty_poll; -+ hci_uart_ldisc.receive_room= hci_uart_tty_room; -+ hci_uart_ldisc.receive_buf = hci_uart_tty_receive; -+ hci_uart_ldisc.write_wakeup= hci_uart_tty_wakeup; - -- if ((err = tty_register_ldisc(N_HCI, &n_hci_ldisc))) { -+ if ((err = tty_register_ldisc(N_HCI, &hci_uart_ldisc))) { - BT_ERR("Can't register HCI line discipline (%d)", err); - return err; - } -@@ -528,25 +548,31 @@ - #ifdef CONFIG_BLUEZ_HCIUART_H4 - h4_init(); - #endif -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP -+ bcsp_init(); -+#endif - - return 0; - } - --void n_hci_cleanup(void) -+void hci_uart_cleanup(void) - { - int err; - - #ifdef CONFIG_BLUEZ_HCIUART_H4 - h4_deinit(); - #endif -+#ifdef CONFIG_BLUEZ_HCIUART_BCSP -+ bcsp_deinit(); -+#endif - - /* Release tty registration of line discipline */ - if ((err = tty_register_ldisc(N_HCI, NULL))) - BT_ERR("Can't unregister HCI line discipline (%d)", err); - } - --module_init(n_hci_init); --module_exit(n_hci_cleanup); -+module_init(hci_uart_init); -+module_exit(hci_uart_cleanup); - - MODULE_AUTHOR("Maxim Krasnyansky <maxk@qualcomm.com>"); - MODULE_DESCRIPTION("BlueZ HCI UART driver ver " VERSION); -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_uart.h c3000_work/linux/drivers/bluetooth/hci_uart.h ---- c3000_pre/linux/drivers/bluetooth/hci_uart.h 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_uart.h 2004-12-16 23:01:14.000000000 +0900 -@@ -23,10 +23,10 @@ - */ - - /* -- * $Id: hci_uart.h,v 1.1.1.1 2002/03/08 21:03:15 maxk Exp $ -+ * $Id: hci_uart.h,v 1.2 2002/09/09 01:17:32 maxk Exp $ - */ - --#ifndef N_HCI -+#ifndef N_HCI - #define N_HCI 15 - #endif - -@@ -35,26 +35,27 @@ - #define HCIUARTGETPROTO _IOR('U', 201, int) - - /* UART protocols */ --#define HCI_UART_MAX_PROTO 3 -+#define HCI_UART_MAX_PROTO 4 - - #define HCI_UART_H4 0 - #define HCI_UART_BCSP 1 --#define HCI_UART_NCSP 2 -+#define HCI_UART_3WIRE 2 -+#define HCI_UART_H4DS 3 - - #ifdef __KERNEL__ --struct n_hci; -+struct hci_uart; - - struct hci_uart_proto { - unsigned int id; -- int (*open)(struct n_hci *n_hci); -- int (*recv)(struct n_hci *n_hci, void *data, int len); -- int (*send)(struct n_hci *n_hci, void *data, int len); -- int (*close)(struct n_hci *n_hci); -- int (*flush)(struct n_hci *n_hci); -- struct sk_buff* (*preq)(struct n_hci *n_hci, struct sk_buff *skb); -+ int (*open)(struct hci_uart *hu); -+ int (*close)(struct hci_uart *hu); -+ int (*flush)(struct hci_uart *hu); -+ int (*recv)(struct hci_uart *hu, void *data, int len); -+ int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb); -+ struct sk_buff *(*dequeue)(struct hci_uart *hu); - }; - --struct n_hci { -+struct hci_uart { - struct tty_struct *tty; - struct hci_dev hdev; - unsigned long flags; -@@ -62,19 +63,20 @@ - struct hci_uart_proto *proto; - void *priv; - -- struct sk_buff_head txq; -- unsigned long tx_state; -- spinlock_t rx_lock; -+ struct sk_buff *tx_skb; -+ unsigned long tx_state; -+ spinlock_t rx_lock; - }; - --/* N_HCI flag bits */ --#define N_HCI_PROTO_SET 0x00 -+/* HCI_UART flag bits */ -+#define HCI_UART_PROTO_SET 0 - - /* TX states */ --#define N_HCI_SENDING 1 --#define N_HCI_TX_WAKEUP 2 -+#define HCI_UART_SENDING 1 -+#define HCI_UART_TX_WAKEUP 2 - - int hci_uart_register_proto(struct hci_uart_proto *p); - int hci_uart_unregister_proto(struct hci_uart_proto *p); -+int hci_uart_tx_wakeup(struct hci_uart *hu); - - #endif /* __KERNEL__ */ -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_usb.c c3000_work/linux/drivers/bluetooth/hci_usb.c ---- c3000_pre/linux/drivers/bluetooth/hci_usb.c 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_usb.c 2004-12-16 23:01:14.000000000 +0900 -@@ -1,9 +1,10 @@ - /* -- BlueZ - Bluetooth protocol stack for Linux -+ HCI USB driver for Linux Bluetooth protocol stack (BlueZ) - Copyright (C) 2000-2001 Qualcomm Incorporated -- - Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> - -+ Copyright (C) 2003 Maxim Krasnyansky <maxk@qualcomm.com> -+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation; -@@ -23,20 +24,17 @@ - */ - - /* -- * BlueZ HCI USB driver. - * Based on original USB Bluetooth driver for Linux kernel - * Copyright (c) 2000 Greg Kroah-Hartman <greg@kroah.com> - * Copyright (c) 2000 Mark Douglas Corner <mcorner@umich.edu> - * - * $Id: hci_usb.c,v 1.8 2002/07/18 17:23:09 maxk Exp $ - */ --#define VERSION "2.1" -+#define VERSION "2.7" - - #include <linux/config.h> - #include <linux/module.h> - --#define __KERNEL_SYSCALLS__ -- - #include <linux/version.h> - #include <linux/kernel.h> - #include <linux/init.h> -@@ -49,15 +47,13 @@ - #include <linux/errno.h> - #include <linux/string.h> - #include <linux/skbuff.h> --#include <linux/kmod.h> - - #include <linux/usb.h> - - #include <net/bluetooth/bluetooth.h> - #include <net/bluetooth/hci_core.h> --#include "hci_usb.h" - --#define HCI_MAX_PENDING (HCI_MAX_BULK_RX + HCI_MAX_BULK_TX + 1) -+#include "hci_usb.h" - - #ifndef HCI_USB_DEBUG - #undef BT_DBG -@@ -66,7 +62,7 @@ - #define BT_DMP( A... ) - #endif - --#ifndef CONFIG_BLUEZ_USB_ZERO_PACKET -+#ifndef CONFIG_BLUEZ_HCIUSB_ZERO_PACKET - #undef USB_ZERO_PACKET - #define USB_ZERO_PACKET 0 - #endif -@@ -77,6 +73,16 @@ - /* Generic Bluetooth USB device */ - { USB_DEVICE_INFO(HCI_DEV_CLASS, HCI_DEV_SUBCLASS, HCI_DEV_PROTOCOL) }, - -+ /* AVM BlueFRITZ! USB v2.0 */ -+ { USB_DEVICE(0x057c, 0x3800) }, -+ -+ /* Bluetooth Ultraport Module from IBM */ -+ { USB_DEVICE(0x04bf, 0x030a) }, -+ -+ /* ALPS Modules with non-standard id */ -+ { USB_DEVICE(0x044e, 0x3001) }, -+ { USB_DEVICE(0x044e, 0x3002) }, -+ - /* Ericsson with non-standard id */ - { USB_DEVICE(0x0bdb, 0x1002) }, - -@@ -85,116 +91,214 @@ - - MODULE_DEVICE_TABLE (usb, bluetooth_ids); - --static struct usb_device_id ignore_ids[] = { -+static struct usb_device_id blacklist_ids[] = { - /* Broadcom BCM2033 without firmware */ -- { USB_DEVICE(0x0a5c, 0x2033) }, -+ { USB_DEVICE(0x0a5c, 0x2033), driver_info: HCI_IGNORE }, -+ -+ /* Broadcom BCM2035 */ -+ { USB_DEVICE(0x0a5c, 0x200a), driver_info: HCI_RESET }, -+ -+ /* ISSC Bluetooth Adapter v3.1 */ -+ { USB_DEVICE(0x1131, 0x1001), driver_info: HCI_RESET }, -+ -+ /* Digianswer device */ -+ { USB_DEVICE(0x08fd, 0x0001), driver_info: HCI_DIGIANSWER }, -+ -+ /* RTX Telecom based adapter with buggy SCO support */ -+ { USB_DEVICE(0x0400, 0x0807), driver_info: HCI_BROKEN_ISOC }, - - { } /* Terminating entry */ - }; - --static void hci_usb_interrupt(struct urb *urb); -+struct _urb *_urb_alloc(int isoc, int gfp) -+{ -+ struct _urb *_urb = kmalloc(sizeof(struct _urb) + -+ sizeof(struct iso_packet_descriptor) * isoc, gfp); -+ if (_urb) { -+ memset(_urb, 0, sizeof(*_urb)); -+ spin_lock_init(&_urb->urb.lock); -+ } -+ return _urb; -+} -+ -+struct _urb *_urb_dequeue(struct _urb_queue *q) -+{ -+ struct _urb *_urb = NULL; -+ unsigned long flags; -+ spin_lock_irqsave(&q->lock, flags); -+ { -+ struct list_head *head = &q->head; -+ struct list_head *next = head->next; -+ if (next != head) { -+ _urb = list_entry(next, struct _urb, list); -+ list_del(next); _urb->queue = NULL; -+ } -+ } -+ spin_unlock_irqrestore(&q->lock, flags); -+ return _urb; -+} -+ - static void hci_usb_rx_complete(struct urb *urb); - static void hci_usb_tx_complete(struct urb *urb); - --static struct urb *hci_usb_get_completed(struct hci_usb *husb) -+#define __pending_tx(husb, type) (&husb->pending_tx[type-1]) -+#define __pending_q(husb, type) (&husb->pending_q[type-1]) -+#define __completed_q(husb, type) (&husb->completed_q[type-1]) -+#define __transmit_q(husb, type) (&husb->transmit_q[type-1]) -+#define __reassembly(husb, type) (husb->reassembly[type-1]) -+ -+static inline struct _urb *__get_completed(struct hci_usb *husb, int type) - { -- struct sk_buff *skb; -- struct urb *urb = NULL; -+ return _urb_dequeue(__completed_q(husb, type)); -+} - -- skb = skb_dequeue(&husb->completed_q); -- if (skb) { -- urb = ((struct hci_usb_scb *) skb->cb)->urb; -- kfree_skb(skb); -- } -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+static void __fill_isoc_desc(struct urb *urb, int len, int mtu) -+{ -+ int offset = 0, i; - -- BT_DBG("%s urb %p", husb->hdev.name, urb); -- return urb; -+ BT_DBG("len %d mtu %d", len, mtu); -+ -+ for (i=0; i < HCI_MAX_ISOC_FRAMES && len >= mtu; i++, offset += mtu, len -= mtu) { -+ urb->iso_frame_desc[i].offset = offset; -+ urb->iso_frame_desc[i].length = mtu; -+ BT_DBG("desc %d offset %d len %d", i, offset, mtu); -+ } -+ if (len && i < HCI_MAX_ISOC_FRAMES) { -+ urb->iso_frame_desc[i].offset = offset; -+ urb->iso_frame_desc[i].length = len; -+ BT_DBG("desc %d offset %d len %d", i, offset, len); -+ i++; -+ } -+ urb->number_of_packets = i; - } -+#endif - --static int hci_usb_enable_intr(struct hci_usb *husb) -+static int hci_usb_intr_rx_submit(struct hci_usb *husb) - { -+ struct _urb *_urb; - struct urb *urb; -- int pipe, size; -+ int err, pipe, interval, size; - void *buf; - - BT_DBG("%s", husb->hdev.name); - -- if (!(urb = usb_alloc_urb(0))) -+ size = husb->intr_in_ep->wMaxPacketSize; -+ -+ buf = kmalloc(size, GFP_ATOMIC); -+ if (!buf) - return -ENOMEM; - -- if (!(buf = kmalloc(HCI_MAX_EVENT_SIZE, GFP_KERNEL))) { -- usb_free_urb(urb); -+ _urb = _urb_alloc(0, GFP_ATOMIC); -+ if (!_urb) { -+ kfree(buf); - return -ENOMEM; - } -+ _urb->type = HCI_EVENT_PKT; -+ _urb_queue_tail(__pending_q(husb, _urb->type), _urb); - -- husb->intr_urb = urb; -- -- pipe = usb_rcvintpipe(husb->udev, husb->intr_ep); -- size = usb_maxpacket(husb->udev, pipe, usb_pipeout(pipe)); -- FILL_INT_URB(urb, husb->udev, pipe, buf, size, -- hci_usb_interrupt, husb, husb->intr_interval); -+ urb = &_urb->urb; -+ pipe = usb_rcvintpipe(husb->udev, husb->intr_in_ep->bEndpointAddress); -+ interval = husb->intr_in_ep->bInterval; -+ FILL_INT_URB(urb, husb->udev, pipe, buf, size, hci_usb_rx_complete, husb, interval); - -- return usb_submit_urb(urb); -+ err = usb_submit_urb(urb); -+ if (err) { -+ BT_ERR("%s intr rx submit failed urb %p err %d", -+ husb->hdev.name, urb, err); -+ _urb_unlink(_urb); -+ _urb_free(_urb); -+ kfree(buf); -+ } -+ return err; - } - --static int hci_usb_disable_intr(struct hci_usb *husb) -+static int hci_usb_bulk_rx_submit(struct hci_usb *husb) - { -- struct urb *urb = husb->intr_urb; -- struct sk_buff *skb; -- -- BT_DBG("%s", husb->hdev.name); -+ struct _urb *_urb; -+ struct urb *urb; -+ int err, pipe, size = HCI_MAX_FRAME_SIZE; -+ void *buf; - -- usb_unlink_urb(urb); usb_free_urb(urb); -- husb->intr_urb = NULL; -+ buf = kmalloc(size, GFP_ATOMIC); -+ if (!buf) -+ return -ENOMEM; - -- skb = husb->intr_skb; -- if (skb) { -- husb->intr_skb = NULL; -- kfree_skb(skb); -+ _urb = _urb_alloc(0, GFP_ATOMIC); -+ if (!_urb) { -+ kfree(buf); -+ return -ENOMEM; - } -+ _urb->type = HCI_ACLDATA_PKT; -+ _urb_queue_tail(__pending_q(husb, _urb->type), _urb); - -- return 0; -+ urb = &_urb->urb; -+ pipe = usb_rcvbulkpipe(husb->udev, husb->bulk_in_ep->bEndpointAddress); -+ FILL_BULK_URB(urb, husb->udev, pipe, buf, size, hci_usb_rx_complete, husb); -+ urb->transfer_flags = USB_QUEUE_BULK; -+ -+ BT_DBG("%s urb %p", husb->hdev.name, urb); -+ -+ err = usb_submit_urb(urb); -+ if (err) { -+ BT_ERR("%s bulk rx submit failed urb %p err %d", -+ husb->hdev.name, urb, err); -+ _urb_unlink(_urb); -+ _urb_free(_urb); -+ kfree(buf); -+ } -+ return err; - } - --static int hci_usb_rx_submit(struct hci_usb *husb, struct urb *urb) -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+static int hci_usb_isoc_rx_submit(struct hci_usb *husb) - { -- struct hci_usb_scb *scb; -- struct sk_buff *skb; -- int pipe, size, err; -+ struct _urb *_urb; -+ struct urb *urb; -+ int err, mtu, size; -+ void *buf; - -- if (!urb && !(urb = usb_alloc_urb(0))) -- return -ENOMEM; -+ mtu = husb->isoc_in_ep->wMaxPacketSize; -+ size = mtu * HCI_MAX_ISOC_FRAMES; - -- size = HCI_MAX_FRAME_SIZE; -+ buf = kmalloc(size, GFP_ATOMIC); -+ if (!buf) -+ return -ENOMEM; - -- if (!(skb = bluez_skb_alloc(size, GFP_ATOMIC))) { -- usb_free_urb(urb); -+ _urb = _urb_alloc(HCI_MAX_ISOC_FRAMES, GFP_ATOMIC); -+ if (!_urb) { -+ kfree(buf); - return -ENOMEM; - } -- -- BT_DBG("%s urb %p", husb->hdev.name, urb); -+ _urb->type = HCI_SCODATA_PKT; -+ _urb_queue_tail(__pending_q(husb, _urb->type), _urb); - -- skb->dev = (void *) &husb->hdev; -- skb->pkt_type = HCI_ACLDATA_PKT; -+ urb = &_urb->urb; - -- scb = (struct hci_usb_scb *) skb->cb; -- scb->urb = urb; -+ urb->context = husb; -+ urb->dev = husb->udev; -+ urb->pipe = usb_rcvisocpipe(husb->udev, husb->isoc_in_ep->bEndpointAddress); -+ urb->complete = hci_usb_rx_complete; - -- pipe = usb_rcvbulkpipe(husb->udev, husb->bulk_in_ep); -+ urb->transfer_buffer_length = size; -+ urb->transfer_buffer = buf; -+ urb->transfer_flags = USB_ISO_ASAP; - -- FILL_BULK_URB(urb, husb->udev, pipe, skb->data, size, hci_usb_rx_complete, skb); -- urb->transfer_flags = USB_QUEUE_BULK; -+ __fill_isoc_desc(urb, size, mtu); -+ -+ BT_DBG("%s urb %p", husb->hdev.name, urb); - -- skb_queue_tail(&husb->pending_q, skb); - err = usb_submit_urb(urb); - if (err) { -- BT_ERR("%s bulk rx submit failed urb %p err %d", -+ BT_ERR("%s isoc rx submit failed urb %p err %d", - husb->hdev.name, urb, err); -- skb_unlink(skb); -- usb_free_urb(urb); -+ _urb_unlink(_urb); -+ _urb_free(_urb); -+ kfree(buf); - } - return err; - } -+#endif - - /* Initialize device */ - static int hci_usb_open(struct hci_dev *hdev) -@@ -212,10 +316,16 @@ - - write_lock_irqsave(&husb->completion_lock, flags); - -- err = hci_usb_enable_intr(husb); -+ err = hci_usb_intr_rx_submit(husb); - if (!err) { -- for (i = 0; i < HCI_MAX_BULK_TX; i++) -- hci_usb_rx_submit(husb, NULL); -+ for (i = 0; i < HCI_MAX_BULK_RX; i++) -+ hci_usb_bulk_rx_submit(husb); -+ -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+ if (husb->isoc_iface) -+ for (i = 0; i < HCI_MAX_ISOC_RX; i++) -+ hci_usb_isoc_rx_submit(husb); -+#endif - } else { - clear_bit(HCI_RUNNING, &hdev->flags); - MOD_DEC_USE_COUNT; -@@ -229,29 +339,52 @@ - static int hci_usb_flush(struct hci_dev *hdev) - { - struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; -+ int i; - - BT_DBG("%s", hdev->name); - -- skb_queue_purge(&husb->cmd_q); -- skb_queue_purge(&husb->acl_q); -+ for (i=0; i < 4; i++) -+ skb_queue_purge(&husb->transmit_q[i]); - return 0; - } - --static inline void hci_usb_unlink_urbs(struct hci_usb *husb) -+static void hci_usb_unlink_urbs(struct hci_usb *husb) - { -- struct sk_buff *skb; -- struct urb *urb; -+ int i; - - BT_DBG("%s", husb->hdev.name); - -- while ((skb = skb_dequeue(&husb->pending_q))) { -- urb = ((struct hci_usb_scb *) skb->cb)->urb; -- usb_unlink_urb(urb); -- kfree_skb(skb); -- } -+ for (i=0; i < 4; i++) { -+ struct _urb *_urb; -+ struct urb *urb; -+ -+ /* Kill pending requests */ -+ while ((_urb = _urb_dequeue(&husb->pending_q[i]))) { -+ urb = &_urb->urb; -+ BT_DBG("%s unlinking _urb %p type %d urb %p", -+ husb->hdev.name, _urb, _urb->type, urb); -+ usb_unlink_urb(urb); -+ _urb_queue_tail(__completed_q(husb, _urb->type), _urb); -+ } -+ -+ /* Release completed requests */ -+ while ((_urb = _urb_dequeue(&husb->completed_q[i]))) { -+ urb = &_urb->urb; -+ BT_DBG("%s freeing _urb %p type %d urb %p", -+ husb->hdev.name, _urb, _urb->type, urb); -+ if (urb->setup_packet) -+ kfree(urb->setup_packet); -+ if (urb->transfer_buffer) -+ kfree(urb->transfer_buffer); -+ _urb_free(_urb); -+ } - -- while ((urb = hci_usb_get_completed(husb))) -- usb_free_urb(urb); -+ /* Release reassembly buffers */ -+ if (husb->reassembly[i]) { -+ kfree_skb(husb->reassembly[i]); -+ husb->reassembly[i] = NULL; -+ } -+ } - } - - /* Close device */ -@@ -267,7 +400,6 @@ - - write_lock_irqsave(&husb->completion_lock, flags); - -- hci_usb_disable_intr(husb); - hci_usb_unlink_urbs(husb); - hci_usb_flush(hdev); - -@@ -277,104 +409,157 @@ - return 0; - } - -+static int __tx_submit(struct hci_usb *husb, struct _urb *_urb) -+{ -+ struct urb *urb = &_urb->urb; -+ int err; -+ -+ BT_DBG("%s urb %p type %d", husb->hdev.name, urb, _urb->type); -+ -+ _urb_queue_tail(__pending_q(husb, _urb->type), _urb); -+ err = usb_submit_urb(urb); -+ if (err) { -+ BT_ERR("%s tx submit failed urb %p type %d err %d", -+ husb->hdev.name, urb, _urb->type, err); -+ _urb_unlink(_urb); -+ _urb_queue_tail(__completed_q(husb, _urb->type), _urb); -+ } else -+ atomic_inc(__pending_tx(husb, _urb->type)); -+ -+ return err; -+} -+ - static inline int hci_usb_send_ctrl(struct hci_usb *husb, struct sk_buff *skb) - { -- struct hci_usb_scb *scb = (void *) skb->cb; -- struct urb *urb = hci_usb_get_completed(husb); -+ struct _urb *_urb = __get_completed(husb, skb->pkt_type); - struct usb_ctrlrequest *dr; -- int pipe, err; -- -- if (!urb && !(urb = usb_alloc_urb(0))) -- return -ENOMEM; -+ struct urb *urb; - -- if (!(dr = kmalloc(sizeof(*dr), GFP_ATOMIC))) { -- usb_free_urb(urb); -- return -ENOMEM; -- } -- -- pipe = usb_sndctrlpipe(husb->udev, 0); -+ if (!_urb) { -+ _urb = _urb_alloc(0, GFP_ATOMIC); -+ if (!_urb) -+ return -ENOMEM; -+ _urb->type = skb->pkt_type; -+ -+ dr = kmalloc(sizeof(*dr), GFP_ATOMIC); -+ if (!dr) { -+ _urb_free(_urb); -+ return -ENOMEM; -+ } -+ } else -+ dr = (void *) _urb->urb.setup_packet; - -- dr->bRequestType = HCI_CTRL_REQ; -+ dr->bRequestType = husb->ctrl_req; - dr->bRequest = 0; - dr->wIndex = 0; - dr->wValue = 0; - dr->wLength = __cpu_to_le16(skb->len); - -- FILL_CONTROL_URB(urb, husb->udev, pipe, (void *) dr, -- skb->data, skb->len, hci_usb_tx_complete, skb); -- -- BT_DBG("%s urb %p len %d", husb->hdev.name, urb, skb->len); -- -- scb->urb = urb; -+ urb = &_urb->urb; -+ FILL_CONTROL_URB(urb, husb->udev, usb_sndctrlpipe(husb->udev, 0), -+ (void *) dr, skb->data, skb->len, hci_usb_tx_complete, husb); - -- skb_queue_tail(&husb->pending_q, skb); -- err = usb_submit_urb(urb); -- if (err) { -- BT_ERR("%s ctrl tx submit failed urb %p err %d", -- husb->hdev.name, urb, err); -- skb_unlink(skb); -- usb_free_urb(urb); kfree(dr); -- } -- return err; -+ BT_DBG("%s skb %p len %d", husb->hdev.name, skb, skb->len); -+ -+ _urb->priv = skb; -+ return __tx_submit(husb, _urb); - } - - static inline int hci_usb_send_bulk(struct hci_usb *husb, struct sk_buff *skb) - { -- struct hci_usb_scb *scb = (void *) skb->cb; -- struct urb *urb = hci_usb_get_completed(husb); -- int pipe, err; -+ struct _urb *_urb = __get_completed(husb, skb->pkt_type); -+ struct urb *urb; -+ int pipe; - -- if (!urb && !(urb = usb_alloc_urb(0))) -- return -ENOMEM; -+ if (!_urb) { -+ _urb = _urb_alloc(0, GFP_ATOMIC); -+ if (!_urb) -+ return -ENOMEM; -+ _urb->type = skb->pkt_type; -+ } - -- pipe = usb_sndbulkpipe(husb->udev, husb->bulk_out_ep); -- -- FILL_BULK_URB(urb, husb->udev, pipe, skb->data, skb->len, -- hci_usb_tx_complete, skb); -+ urb = &_urb->urb; -+ pipe = usb_sndbulkpipe(husb->udev, husb->bulk_out_ep->bEndpointAddress); -+ FILL_BULK_URB(urb, husb->udev, pipe, skb->data, skb->len, -+ hci_usb_tx_complete, husb); - urb->transfer_flags = USB_QUEUE_BULK | USB_ZERO_PACKET; - -- BT_DBG("%s urb %p len %d", husb->hdev.name, urb, skb->len); -+ BT_DBG("%s skb %p len %d", husb->hdev.name, skb, skb->len); - -- scb->urb = urb; -+ _urb->priv = skb; -+ return __tx_submit(husb, _urb); -+} - -- skb_queue_tail(&husb->pending_q, skb); -- err = usb_submit_urb(urb); -- if (err) { -- BT_ERR("%s bulk tx submit failed urb %p err %d", -- husb->hdev.name, urb, err); -- skb_unlink(skb); -- usb_free_urb(urb); -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+static inline int hci_usb_send_isoc(struct hci_usb *husb, struct sk_buff *skb) -+{ -+ struct _urb *_urb = __get_completed(husb, skb->pkt_type); -+ struct urb *urb; -+ -+ if (!_urb) { -+ _urb = _urb_alloc(HCI_MAX_ISOC_FRAMES, GFP_ATOMIC); -+ if (!_urb) -+ return -ENOMEM; -+ _urb->type = skb->pkt_type; - } -- return err; -+ -+ BT_DBG("%s skb %p len %d", husb->hdev.name, skb, skb->len); -+ -+ urb = &_urb->urb; -+ -+ urb->context = husb; -+ urb->dev = husb->udev; -+ urb->pipe = usb_sndisocpipe(husb->udev, husb->isoc_out_ep->bEndpointAddress); -+ urb->complete = hci_usb_tx_complete; -+ urb->transfer_flags = USB_ISO_ASAP; -+ -+ urb->transfer_buffer = skb->data; -+ urb->transfer_buffer_length = skb->len; -+ -+ __fill_isoc_desc(urb, skb->len, husb->isoc_out_ep->wMaxPacketSize); -+ -+ _urb->priv = skb; -+ return __tx_submit(husb, _urb); - } -+#endif - - static void hci_usb_tx_process(struct hci_usb *husb) - { -+ struct sk_buff_head *q; - struct sk_buff *skb; - - BT_DBG("%s", husb->hdev.name); - - do { - clear_bit(HCI_USB_TX_WAKEUP, &husb->state); -+ -+ /* Process command queue */ -+ q = __transmit_q(husb, HCI_COMMAND_PKT); -+ if (!atomic_read(__pending_tx(husb, HCI_COMMAND_PKT)) && -+ (skb = skb_dequeue(q))) { -+ if (hci_usb_send_ctrl(husb, skb) < 0) -+ skb_queue_head(q, skb); -+ } -+ -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+ /* Process SCO queue */ -+ q = __transmit_q(husb, HCI_SCODATA_PKT); -+ if (atomic_read(__pending_tx(husb, HCI_SCODATA_PKT)) < HCI_MAX_ISOC_TX && -+ (skb = skb_dequeue(q))) { -+ if (hci_usb_send_isoc(husb, skb) < 0) -+ skb_queue_head(q, skb); -+ } -+#endif - - /* Process ACL queue */ -- while (skb_queue_len(&husb->pending_q) < HCI_MAX_PENDING && -- (skb = skb_dequeue(&husb->acl_q))) { -+ q = __transmit_q(husb, HCI_ACLDATA_PKT); -+ while (atomic_read(__pending_tx(husb, HCI_ACLDATA_PKT)) < HCI_MAX_BULK_TX && -+ (skb = skb_dequeue(q))) { - if (hci_usb_send_bulk(husb, skb) < 0) { -- skb_queue_head(&husb->acl_q, skb); -+ skb_queue_head(q, skb); - break; - } - } -- -- /* Process command queue */ -- if (!test_bit(HCI_USB_CTRL_TX, &husb->state) && -- (skb = skb_dequeue(&husb->cmd_q)) != NULL) { -- set_bit(HCI_USB_CTRL_TX, &husb->state); -- if (hci_usb_send_ctrl(husb, skb) < 0) { -- skb_queue_head(&husb->cmd_q, skb); -- clear_bit(HCI_USB_CTRL_TX, &husb->state); -- } -- } - } while(test_bit(HCI_USB_TX_WAKEUP, &husb->state)); - } - -@@ -389,7 +574,7 @@ - } - - /* Send frames from HCI layer */ --int hci_usb_send_frame(struct sk_buff *skb) -+static int hci_usb_send_frame(struct sk_buff *skb) - { - struct hci_dev *hdev = (struct hci_dev *) skb->dev; - struct hci_usb *husb; -@@ -402,204 +587,209 @@ - if (!test_bit(HCI_RUNNING, &hdev->flags)) - return -EBUSY; - -- husb = (struct hci_usb *) hdev->driver_data; -- - BT_DBG("%s type %d len %d", hdev->name, skb->pkt_type, skb->len); - -- read_lock(&husb->completion_lock); -+ husb = (struct hci_usb *) hdev->driver_data; - - switch (skb->pkt_type) { - case HCI_COMMAND_PKT: -- skb_queue_tail(&husb->cmd_q, skb); - hdev->stat.cmd_tx++; - break; - - case HCI_ACLDATA_PKT: -- skb_queue_tail(&husb->acl_q, skb); - hdev->stat.acl_tx++; - break; - -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO - case HCI_SCODATA_PKT: -+ hdev->stat.sco_tx++; -+ break; -+#endif -+ - default: - kfree_skb(skb); -- break; -+ return 0; - } -+ -+ read_lock(&husb->completion_lock); -+ -+ skb_queue_tail(__transmit_q(husb, skb->pkt_type), skb); - hci_usb_tx_wakeup(husb); - - read_unlock(&husb->completion_lock); - return 0; - } - --static void hci_usb_interrupt(struct urb *urb) -+static inline int __recv_frame(struct hci_usb *husb, int type, void *data, int count) - { -- struct hci_usb *husb = (void *) urb->context; -- struct hci_usb_scb *scb; -- struct sk_buff *skb; -- hci_event_hdr *eh; -- __u8 *data = urb->transfer_buffer; -- int count = urb->actual_length; -- int len = HCI_EVENT_HDR_SIZE; -+ BT_DBG("%s type %d data %p count %d", husb->hdev.name, type, data, count); - -- BT_DBG("%s urb %p count %d", husb->hdev.name, urb, count); -+ husb->hdev.stat.byte_rx += count; - -- if (!test_bit(HCI_RUNNING, &husb->hdev.flags)) -- return; -+ while (count) { -+ struct sk_buff *skb = __reassembly(husb, type); -+ struct { int expect; } *scb; -+ int len = 0; -+ -+ if (!skb) { -+ /* Start of the frame */ - -- if (urb->status || !count) { -- BT_DBG("%s intr status %d, count %d", -- husb->hdev.name, urb->status, count); -- return; -- } -+ switch (type) { -+ case HCI_EVENT_PKT: -+ if (count >= HCI_EVENT_HDR_SIZE) { -+ hci_event_hdr *h = data; -+ len = HCI_EVENT_HDR_SIZE + h->plen; -+ } else -+ return -EILSEQ; -+ break; - -- read_lock(&husb->completion_lock); -- -- husb->hdev.stat.byte_rx += count; -+ case HCI_ACLDATA_PKT: -+ if (count >= HCI_ACL_HDR_SIZE) { -+ hci_acl_hdr *h = data; -+ len = HCI_ACL_HDR_SIZE + __le16_to_cpu(h->dlen); -+ } else -+ return -EILSEQ; -+ break; -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+ case HCI_SCODATA_PKT: -+ if (count >= HCI_SCO_HDR_SIZE) { -+ hci_sco_hdr *h = data; -+ len = HCI_SCO_HDR_SIZE + h->dlen; -+ } else -+ return -EILSEQ; -+ break; -+#endif -+ } -+ BT_DBG("new packet len %d", len); - -- if (!(skb = husb->intr_skb)) { -- /* Start of the frame */ -- if (count < HCI_EVENT_HDR_SIZE) -- goto bad_len; -+ skb = bluez_skb_alloc(len, GFP_ATOMIC); -+ if (!skb) { -+ BT_ERR("%s no memory for the packet", husb->hdev.name); -+ return -ENOMEM; -+ } -+ skb->dev = (void *) &husb->hdev; -+ skb->pkt_type = type; -+ -+ __reassembly(husb, type) = skb; - -- eh = (hci_event_hdr *) data; -- len = eh->plen + HCI_EVENT_HDR_SIZE; -+ scb = (void *) skb->cb; -+ scb->expect = len; -+ } else { -+ /* Continuation */ -+ scb = (void *) skb->cb; -+ len = scb->expect; -+ } - -- if (count > len) -- goto bad_len; -+ len = min(len, count); -+ -+ memcpy(skb_put(skb, len), data, len); - -- skb = bluez_skb_alloc(len, GFP_ATOMIC); -- if (!skb) { -- BT_ERR("%s no memory for event packet", husb->hdev.name); -- goto done; -+ scb->expect -= len; -+ if (!scb->expect) { -+ /* Complete frame */ -+ __reassembly(husb, type) = NULL; -+ hci_recv_frame(skb); - } -- scb = (void *) skb->cb; - -- skb->dev = (void *) &husb->hdev; -- skb->pkt_type = HCI_EVENT_PKT; -+ count -= len; data += len; -+ } -+ return 0; -+} -+ -+static void hci_usb_rx_complete(struct urb *urb) -+{ -+ struct _urb *_urb = container_of(urb, struct _urb, urb); -+ struct hci_usb *husb = (void *) urb->context; -+ struct hci_dev *hdev = &husb->hdev; -+ int err, count = urb->actual_length; -+ -+ BT_DBG("%s urb %p type %d status %d count %d flags %x", hdev->name, urb, -+ _urb->type, urb->status, count, urb->transfer_flags); -+ -+ read_lock(&husb->completion_lock); -+ -+ if (!test_bit(HCI_RUNNING, &hdev->flags)) -+ goto unlock; -+ -+ if (urb->status || !count) -+ goto resubmit; - -- husb->intr_skb = skb; -- scb->intr_len = len; -+ if (_urb->type == HCI_SCODATA_PKT) { -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+ int i; -+ for (i=0; i < urb->number_of_packets; i++) { -+ BT_DBG("desc %d status %d offset %d len %d", i, -+ urb->iso_frame_desc[i].status, -+ urb->iso_frame_desc[i].offset, -+ urb->iso_frame_desc[i].actual_length); -+ -+ if (!urb->iso_frame_desc[i].status) -+ __recv_frame(husb, _urb->type, -+ urb->transfer_buffer + urb->iso_frame_desc[i].offset, -+ urb->iso_frame_desc[i].actual_length); -+ } -+#else -+ ; -+#endif - } else { -- /* Continuation */ -- scb = (void *) skb->cb; -- len = scb->intr_len; -- if (count > len) { -- husb->intr_skb = NULL; -- kfree_skb(skb); -- goto bad_len; -+ err = __recv_frame(husb, _urb->type, urb->transfer_buffer, count); -+ if (err < 0) { -+ BT_ERR("%s corrupted packet: type %d count %d", -+ husb->hdev.name, _urb->type, count); -+ hdev->stat.err_rx++; - } - } - -- memcpy(skb_put(skb, count), data, count); -- scb->intr_len -= count; -- -- if (!scb->intr_len) { -- /* Complete frame */ -- husb->intr_skb = NULL; -- hci_recv_frame(skb); -+resubmit: -+ if (_urb->type != HCI_EVENT_PKT) { -+ urb->dev = husb->udev; -+ err = usb_submit_urb(urb); -+ BT_DBG("%s urb %p type %d resubmit status %d", hdev->name, urb, -+ _urb->type, err); - } - --done: -- read_unlock(&husb->completion_lock); -- return; -- --bad_len: -- BT_ERR("%s bad frame len %d expected %d", husb->hdev.name, count, len); -- husb->hdev.stat.err_rx++; -+unlock: - read_unlock(&husb->completion_lock); - } - - static void hci_usb_tx_complete(struct urb *urb) - { -- struct sk_buff *skb = (struct sk_buff *) urb->context; -- struct hci_dev *hdev = (struct hci_dev *) skb->dev; -- struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; -+ struct _urb *_urb = container_of(urb, struct _urb, urb); -+ struct hci_usb *husb = (void *) urb->context; -+ struct hci_dev *hdev = &husb->hdev; - -- BT_DBG("%s urb %p status %d flags %x", husb->hdev.name, urb, -+ BT_DBG("%s urb %p status %d flags %x", hdev->name, urb, - urb->status, urb->transfer_flags); - -- if (urb->pipe == usb_sndctrlpipe(husb->udev, 0)) { -- kfree(urb->setup_packet); -- clear_bit(HCI_USB_CTRL_TX, &husb->state); -- } -+ atomic_dec(__pending_tx(husb, _urb->type)); -+ -+ urb->transfer_buffer = NULL; -+ kfree_skb((struct sk_buff *) _urb->priv); - - if (!test_bit(HCI_RUNNING, &hdev->flags)) - return; - -- read_lock(&husb->completion_lock); -- - if (!urb->status) -- husb->hdev.stat.byte_tx += skb->len; -+ hdev->stat.byte_tx += urb->transfer_buffer_length; - else -- husb->hdev.stat.err_tx++; -- -- skb_unlink(skb); -- skb_queue_tail(&husb->completed_q, skb); -- hci_usb_tx_wakeup(husb); -- -- read_unlock(&husb->completion_lock); -- return; --} -- --static void hci_usb_rx_complete(struct urb *urb) --{ -- struct sk_buff *skb = (struct sk_buff *) urb->context; -- struct hci_dev *hdev = (struct hci_dev *) skb->dev; -- struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; -- int status, count = urb->actual_length; -- hci_acl_hdr *ah; -- int dlen, size; -- -- BT_DBG("%s urb %p status %d count %d flags %x", husb->hdev.name, urb, -- urb->status, count, urb->transfer_flags); -- -- if (!test_bit(HCI_RUNNING, &hdev->flags)) -- return; -+ hdev->stat.err_tx++; - - read_lock(&husb->completion_lock); - -- if (urb->status || !count) -- goto resubmit; -- -- husb->hdev.stat.byte_rx += count; -- -- ah = (hci_acl_hdr *) skb->data; -- dlen = __le16_to_cpu(ah->dlen); -- size = HCI_ACL_HDR_SIZE + dlen; -- -- /* Verify frame len and completeness */ -- if (count != size) { -- BT_ERR("%s corrupted ACL packet: count %d, dlen %d", -- husb->hdev.name, count, dlen); -- bluez_dump("hci_usb", skb->data, count); -- husb->hdev.stat.err_rx++; -- goto resubmit; -- } -- -- skb_unlink(skb); -- skb_put(skb, count); -- hci_recv_frame(skb); -- -- hci_usb_rx_submit(husb, urb); -+ _urb_unlink(_urb); -+ _urb_queue_tail(__completed_q(husb, _urb->type), _urb); - -- read_unlock(&husb->completion_lock); -- return; -- --resubmit: -- urb->dev = husb->udev; -- status = usb_submit_urb(urb); -- BT_DBG("%s URB resubmit status %d", husb->hdev.name, status); -+ hci_usb_tx_wakeup(husb); -+ - read_unlock(&husb->completion_lock); - } - - static void hci_usb_destruct(struct hci_dev *hdev) - { -- struct hci_usb *husb; -- -- if (!hdev) return; -+ struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; - - BT_DBG("%s", hdev->name); - -- husb = (struct hci_usb *) hdev->driver_data; - kfree(husb); - } - -@@ -621,8 +811,14 @@ - - iface = &udev->actconfig->interface[0]; - -- /* Check our black list */ -- if (usb_match_id(udev, iface, ignore_ids)) -+ if (!id->driver_info) { -+ const struct usb_device_id *match; -+ match = usb_match_id(udev, iface, blacklist_ids); -+ if (match) -+ id = match; -+ } -+ -+ if (id->driver_info & HCI_IGNORE) - return NULL; - - /* Check number of endpoints */ -@@ -662,8 +858,9 @@ - bulk_out_ep[i] = ep; - break; - -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO - case USB_ENDPOINT_XFER_ISOC: -- if (ep->wMaxPacketSize < size) -+ if (ep->wMaxPacketSize < size || a > 2) - break; - size = ep->wMaxPacketSize; - -@@ -676,6 +873,7 @@ - else - isoc_out_ep[i] = ep; - break; -+#endif - } - } - } -@@ -686,10 +884,12 @@ - goto done; - } - -- if (!isoc_in_ep[1] || !isoc_out_ep[1]) { -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO -+ if (id->driver_info & HCI_BROKEN_ISOC || !isoc_in_ep[1] || !isoc_out_ep[1]) { - BT_DBG("Isoc endpoints not found"); - isoc_iface = NULL; - } -+#endif - - if (!(husb = kmalloc(sizeof(struct hci_usb), GFP_KERNEL))) { - BT_ERR("Can't allocate: control structure"); -@@ -699,35 +899,41 @@ - memset(husb, 0, sizeof(struct hci_usb)); - - husb->udev = udev; -- husb->bulk_out_ep = bulk_out_ep[0]->bEndpointAddress; -- husb->bulk_in_ep = bulk_in_ep[0]->bEndpointAddress; -+ husb->bulk_out_ep = bulk_out_ep[0]; -+ husb->bulk_in_ep = bulk_in_ep[0]; -+ husb->intr_in_ep = intr_in_ep[0]; - -- husb->intr_ep = intr_in_ep[0]->bEndpointAddress; -- husb->intr_interval = intr_in_ep[0]->bInterval; -+ if (id->driver_info & HCI_DIGIANSWER) -+ husb->ctrl_req = HCI_DIGI_REQ; -+ else -+ husb->ctrl_req = HCI_CTRL_REQ; - -+#ifdef CONFIG_BLUEZ_HCIUSB_SCO - if (isoc_iface) { -+ BT_DBG("isoc ifnum %d alts %d", isoc_ifnum, isoc_alts); - if (usb_set_interface(udev, isoc_ifnum, isoc_alts)) { - BT_ERR("Can't set isoc interface settings"); - isoc_iface = NULL; - } - usb_driver_claim_interface(&hci_usb_driver, isoc_iface, husb); - husb->isoc_iface = isoc_iface; -- -- husb->isoc_in_ep = isoc_in_ep[1]->bEndpointAddress; -- husb->isoc_out_ep = isoc_in_ep[1]->bEndpointAddress; -+ husb->isoc_in_ep = isoc_in_ep[isoc_ifnum]; -+ husb->isoc_out_ep = isoc_out_ep[isoc_ifnum]; - } -- -- husb->completion_lock = RW_LOCK_UNLOCKED; -+#endif - -- skb_queue_head_init(&husb->acl_q); -- skb_queue_head_init(&husb->cmd_q); -- skb_queue_head_init(&husb->pending_q); -- skb_queue_head_init(&husb->completed_q); -+ husb->completion_lock = RW_LOCK_UNLOCKED; -+ -+ for (i = 0; i < 4; i++) { -+ skb_queue_head_init(&husb->transmit_q[i]); -+ _urb_queue_init(&husb->pending_q[i]); -+ _urb_queue_init(&husb->completed_q[i]); -+ } - - /* Initialize and register HCI device */ - hdev = &husb->hdev; - -- hdev->type = HCI_USB; -+ hdev->type = HCI_USB; - hdev->driver_data = husb; - - hdev->open = hci_usb_open; -@@ -736,6 +942,9 @@ - hdev->send = hci_usb_send_frame; - hdev->destruct = hci_usb_destruct; - -+ if (id->driver_info & HCI_RESET) -+ set_bit(HCI_QUIRK_RESET_ON_INIT, &hdev->quirks); -+ - if (hci_register_dev(hdev) < 0) { - BT_ERR("Can't register HCI device"); - goto probe_error; -@@ -798,6 +1007,6 @@ - module_init(hci_usb_init); - module_exit(hci_usb_cleanup); - --MODULE_AUTHOR("Maxim Krasnyansky <maxk@qualcomm.com>"); -+MODULE_AUTHOR("Maxim Krasnyansky <maxk@qualcomm.com>, Marcel Holtmann <marcel@holtmann.org>"); - MODULE_DESCRIPTION("BlueZ HCI USB driver ver " VERSION); - MODULE_LICENSE("GPL"); -diff -Nur c3000_pre/linux/drivers/bluetooth/hci_usb.h c3000_work/linux/drivers/bluetooth/hci_usb.h ---- c3000_pre/linux/drivers/bluetooth/hci_usb.h 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_work/linux/drivers/bluetooth/hci_usb.h 2004-12-16 23:01:14.000000000 +0900 -@@ -1,9 +1,10 @@ - /* -- BlueZ - Bluetooth protocol stack for Linux -+ HCI USB driver for Linux Bluetooth protocol stack (BlueZ) - Copyright (C) 2000-2001 Qualcomm Incorporated -- - Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> - -+ Copyright (C) 2003 Maxim Krasnyansky <maxk@qualcomm.com> -+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation; -@@ -34,46 +35,113 @@ - #define HCI_DEV_PROTOCOL 0x01 /* Bluetooth programming protocol */ - - #define HCI_CTRL_REQ 0x20 -+#define HCI_DIGI_REQ 0x40 -+ -+#define HCI_IGNORE 0x01 -+#define HCI_RESET 0x02 -+#define HCI_DIGIANSWER 0x04 -+#define HCI_BROKEN_ISOC 0x08 - - #define HCI_MAX_IFACE_NUM 3 - - #define HCI_MAX_BULK_TX 4 - #define HCI_MAX_BULK_RX 1 - -+#define HCI_MAX_ISOC_RX 2 -+#define HCI_MAX_ISOC_TX 2 -+ -+#define HCI_MAX_ISOC_FRAMES 10 -+ -+struct _urb_queue { -+ struct list_head head; -+ spinlock_t lock; -+}; -+ -+struct _urb { -+ struct list_head list; -+ struct _urb_queue *queue; -+ int type; -+ void *priv; -+ struct urb urb; -+}; -+ -+struct _urb *_urb_alloc(int isoc, int gfp); -+ -+static inline void _urb_free(struct _urb *_urb) -+{ -+ kfree(_urb); -+} -+ -+static inline void _urb_queue_init(struct _urb_queue *q) -+{ -+ INIT_LIST_HEAD(&q->head); -+ spin_lock_init(&q->lock); -+} -+ -+static inline void _urb_queue_head(struct _urb_queue *q, struct _urb *_urb) -+{ -+ unsigned long flags; -+ spin_lock_irqsave(&q->lock, flags); -+ list_add(&_urb->list, &q->head); _urb->queue = q; -+ spin_unlock_irqrestore(&q->lock, flags); -+} -+ -+static inline void _urb_queue_tail(struct _urb_queue *q, struct _urb *_urb) -+{ -+ unsigned long flags; -+ spin_lock_irqsave(&q->lock, flags); -+ list_add_tail(&_urb->list, &q->head); _urb->queue = q; -+ spin_unlock_irqrestore(&q->lock, flags); -+} -+ -+static inline void _urb_unlink(struct _urb *_urb) -+{ -+ struct _urb_queue *q = _urb->queue; -+ unsigned long flags; -+ if (q) { -+ spin_lock_irqsave(&q->lock, flags); -+ list_del(&_urb->list); _urb->queue = NULL; -+ spin_unlock_irqrestore(&q->lock, flags); -+ } -+} -+ -+struct _urb *_urb_dequeue(struct _urb_queue *q); -+ -+#ifndef container_of -+#define container_of(ptr, type, member) ({ \ -+ const typeof( ((type *)0)->member ) *__mptr = (ptr); \ -+ (type *)( (char *)__mptr - offsetof(type,member) );}) -+#endif -+ - struct hci_usb { - struct hci_dev hdev; - - unsigned long state; - - struct usb_device *udev; -- struct usb_interface *isoc_iface; - -- __u8 bulk_out_ep; -- __u8 bulk_in_ep; -- __u8 isoc_out_ep; -- __u8 isoc_in_ep; -- -- __u8 intr_ep; -- __u8 intr_interval; -- struct urb *intr_urb; -- struct sk_buff * intr_skb; -+ struct usb_endpoint_descriptor *bulk_in_ep; -+ struct usb_endpoint_descriptor *bulk_out_ep; -+ struct usb_endpoint_descriptor *intr_in_ep; -+ -+ struct usb_interface *isoc_iface; -+ struct usb_endpoint_descriptor *isoc_out_ep; -+ struct usb_endpoint_descriptor *isoc_in_ep; -+ -+ __u8 ctrl_req; -+ -+ struct sk_buff_head transmit_q[4]; -+ struct sk_buff *reassembly[4]; // Reassembly buffers - - rwlock_t completion_lock; -- -- struct sk_buff_head cmd_q; // TX Commands -- struct sk_buff_head acl_q; // TX ACLs -- struct sk_buff_head pending_q; // Pending requests -- struct sk_buff_head completed_q; // Completed requests --}; - --struct hci_usb_scb { -- struct urb *urb; -- int intr_len; -+ atomic_t pending_tx[4]; // Number of pending requests -+ struct _urb_queue pending_q[4]; // Pending requests -+ struct _urb_queue completed_q[4]; // Completed requests - }; - - /* States */ - #define HCI_USB_TX_PROCESS 1 - #define HCI_USB_TX_WAKEUP 2 --#define HCI_USB_CTRL_TX 3 - - #endif /* __KERNEL__ */ -diff -Nur c3000_pre/linux/drivers/char/pcmcia/serial_cs.c c3000_work/linux/drivers/char/pcmcia/serial_cs.c ---- c3000_pre/linux/drivers/char/pcmcia/serial_cs.c 2004-08-21 09:48:33.000000000 +0900 -+++ c3000_work/linux/drivers/char/pcmcia/serial_cs.c 2004-12-16 23:01:14.000000000 +0900 -@@ -2,7 +2,7 @@ - - A driver for PCMCIA serial devices - -- serial_cs.c 1.128 2001/10/18 12:18:35 -+ serial_cs.c 1.138 2002/10/25 06:24:52 - - The contents of this file are subject to the Mozilla Public - License Version 1.1 (the "License"); you may not use this file -@@ -72,14 +72,14 @@ - static int irq_list[4] = { -1 }; - MODULE_PARM(irq_list, "1-4i"); - --/* Enable the speaker? */ --INT_MODULE_PARM(do_sound, 1); -+INT_MODULE_PARM(do_sound, 1); /* Enable the speaker? */ -+INT_MODULE_PARM(buggy_uart, 0); /* Skip strict UART tests? */ - - #ifdef PCMCIA_DEBUG - INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG); - #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args) - static char *version = --"serial_cs.c 1.128 2001/10/18 12:18:35 (David Hinds)"; -+"serial_cs.c 1.138 2002/10/25 06:24:52 (David Hinds)"; - #else - #define DEBUG(n, args...) - #endif -@@ -98,6 +98,7 @@ - { MANFID_OMEGA, PRODID_OMEGA_QSP_100, 4 }, - { MANFID_QUATECH, PRODID_QUATECH_DUAL_RS232, 2 }, - { MANFID_QUATECH, PRODID_QUATECH_DUAL_RS232_D1, 2 }, -+ { MANFID_QUATECH, PRODID_QUATECH_DUAL_RS232_D2, 2 }, - { MANFID_QUATECH, PRODID_QUATECH_QUAD_RS232, 4 }, - { MANFID_QUATECH, PRODID_QUATECH_DUAL_RS422, 2 }, - { MANFID_QUATECH, PRODID_QUATECH_QUAD_RS422, 4 }, -@@ -151,7 +152,7 @@ - client_reg_t client_reg; - dev_link_t *link; - int i, ret; -- -+ - DEBUG(0, "serial_attach()\n"); - - /* Create new serial device */ -@@ -163,7 +164,7 @@ - link->release.function = &serial_release; - link->release.data = (u_long)link; - link->io.Attributes1 = IO_DATA_PATH_WIDTH_8; -- link->io.NumPorts1 = 8; -+ link->io.Attributes2 = IO_DATA_PATH_WIDTH_8; - link->irq.Attributes = IRQ_TYPE_EXCLUSIVE; - link->irq.IRQInfo1 = IRQ_INFO2_VALID|IRQ_LEVEL_ID; - if (irq_list[0] == -1) -@@ -172,13 +173,12 @@ - for (i = 0; i < 4; i++) - link->irq.IRQInfo2 |= 1 << irq_list[i]; - link->conf.Attributes = CONF_ENABLE_IRQ; -- link->conf.Vcc = 50; - if (do_sound) { - link->conf.Attributes |= CONF_ENABLE_SPKR; - link->conf.Status = CCSR_AUDIO_ENA; - } - link->conf.IntType = INT_MEMORY_AND_IO; -- -+ - /* Register with Card Services */ - link->next = dev_list; - dev_list = link; -@@ -197,7 +197,7 @@ - serial_detach(link); - return NULL; - } -- -+ - return link; - } /* serial_attach */ - -@@ -217,7 +217,7 @@ - int ret; - - DEBUG(0, "serial_detach(0x%p)\n", link); -- -+ - /* Locate device structure */ - for (linkp = &dev_list; *linkp; linkp = &(*linkp)->next) - if (*linkp == link) break; -@@ -227,17 +227,17 @@ - del_timer(&link->release); - if (link->state & DEV_CONFIG) - serial_release((u_long)link); -- -+ - if (link->handle) { - ret = CardServices(DeregisterClient, link->handle); - if (ret != CS_SUCCESS) - cs_error(link->handle, DeregisterClient, ret); - } -- -+ - /* Unlink device structure, free bits */ - *linkp = link->next; - kfree(info); -- -+ - } /* serial_detach */ - - /*====================================================================*/ -@@ -257,6 +257,8 @@ - #endif - serial.irq = irq; - serial.flags = ASYNC_SKIP_TEST | ASYNC_SHARE_IRQ; -+ if (buggy_uart) -+ serial.flags |= ASYNC_BUGGY_UART; - line = register_serial(&serial); - if (line < 0) { - printk(KERN_NOTICE "serial_cs: register_serial() at 0x%04lx," -@@ -271,7 +273,7 @@ - if (info->ndev > 0) - info->node[info->ndev-1].next = &info->node[info->ndev]; - info->ndev++; -- -+ - return 0; - } - -@@ -322,7 +324,10 @@ - return setup_serial(info, port, config.AssignedIRQ); - } - link->conf.Vcc = config.Vcc; -- -+ -+ link->io.NumPorts1 = 8; -+ link->io.NumPorts2 = 0; -+ - /* First pass: look for a config entry that looks normal. */ - tuple.TupleData = (cisdata_t *)buf; - tuple.TupleOffset = 0; tuple.TupleDataMax = 255; -@@ -349,7 +354,7 @@ - i = next_tuple(handle, &tuple, &parse); - } - } -- -+ - /* Second pass: try to find an entry that isn't picky about - its base address, then try to grab any standard serial port - address, and finally try to get any free port. */ -@@ -361,8 +366,7 @@ - for (j = 0; j < 5; j++) { - link->io.BasePort1 = base[j]; - link->io.IOAddrLines = base[j] ? 16 : 3; -- i = CardServices(RequestIO, link->handle, -- &link->io); -+ i = CardServices(RequestIO, link->handle, &link->io); - if (i == CS_SUCCESS) goto found_port; - } - } -@@ -374,7 +378,7 @@ - cs_error(link->handle, RequestIO, i); - return -1; - } -- -+ - i = CardServices(RequestIRQ, link->handle, &link->irq); - if (i != CS_SUCCESS) { - cs_error(link->handle, RequestIRQ, i); -@@ -399,8 +403,12 @@ - u_char buf[256]; - cisparse_t parse; - cistpl_cftable_entry_t *cf = &parse.cftable_entry; -+ config_info_t config; - int i, base2 = 0; - -+ CardServices(GetConfigurationInfo, handle, &config); -+ link->conf.Vcc = config.Vcc; -+ - tuple.TupleData = (cisdata_t *)buf; - tuple.TupleOffset = 0; tuple.TupleDataMax = 255; - tuple.Attributes = 0; -@@ -442,12 +450,12 @@ - i = next_tuple(handle, &tuple, &parse); - } - } -- -+ - if (i != CS_SUCCESS) { -- cs_error(link->handle, RequestIO, i); -- return -1; -+ /* At worst, try to configure as a single port */ -+ return simple_config(link); - } -- -+ - i = CardServices(RequestIRQ, link->handle, &link->irq); - if (i != CS_SUCCESS) { - cs_error(link->handle, RequestIRQ, i); -@@ -463,14 +471,27 @@ - cs_error(link->handle, RequestConfiguration, i); - return -1; - } -- -+ -+ /* The Oxford Semiconductor OXCF950 cards are in fact single-port: -+ 8 registers are for the UART, the others are extra registers */ -+ if (info->manfid == MANFID_OXSEMI) { -+ if (cf->index == 1 || cf->index == 3) { -+ setup_serial(info, base2, link->irq.AssignedIRQ); -+ outb(12,link->io.BasePort1+1); -+ } else { -+ setup_serial(info, link->io.BasePort1, link->irq.AssignedIRQ); -+ outb(12,base2+1); -+ } -+ return 0; -+ } -+ - setup_serial(info, link->io.BasePort1, link->irq.AssignedIRQ); - /* The Nokia cards are not really multiport cards */ - if (info->manfid == MANFID_NOKIA) - return 0; - for (i = 0; i < info->multi-1; i++) - setup_serial(info, base2+(8*i), link->irq.AssignedIRQ); -- -+ - return 0; - } - -@@ -531,7 +552,7 @@ - } - link->conf.ConfigBase = parse.config.base; - link->conf.Present = parse.config.rmask[0]; -- -+ - /* Configure card */ - link->state |= DEV_CONFIG; - -@@ -539,8 +560,8 @@ - tuple.DesiredTuple = CISTPL_LONGLINK_MFC; - tuple.Attributes = TUPLE_RETURN_COMMON | TUPLE_RETURN_LINK; - info->multi = (first_tuple(handle, &tuple, &parse) == CS_SUCCESS); -- -- /* Is this a multiport card? */ -+ -+ /* Scan list of known multiport card ID's */ - tuple.DesiredTuple = CISTPL_MANFID; - if (first_tuple(handle, &tuple, &parse) == CS_SUCCESS) { - info->manfid = le16_to_cpu(buf[0]); -@@ -595,15 +616,15 @@ - } - #endif - } -- -+ - if (info->multi > 1) - multi_config(link); - else - simple_config(link); -- -+ - if (info->ndev == 0) - goto failed; -- -+ - if (info->manfid == MANFID_IBM) { - conf_reg_t reg = { 0, CS_READ, 0x800, 0 }; - CS_CHECK(AccessConfigurationRegister, link->handle, ®); -@@ -620,6 +641,7 @@ - cs_error(link->handle, last_fn, last_ret); - failed: - serial_release((u_long)link); -+ link->state &= ~DEV_CONFIG_PENDING; - - } /* serial_config */ - -@@ -627,7 +649,7 @@ - - After a card is removed, serial_release() will unregister the net - device, and release the PCMCIA configuration. -- -+ - ======================================================================*/ - - void serial_release(u_long arg) -@@ -635,7 +657,7 @@ - dev_link_t *link = (dev_link_t *)arg; - serial_info_t *info = link->priv; - int i; -- -+ - DEBUG(0, "serial_release(0x%p)\n", link); - - for (i = 0; i < info->ndev; i++) { -@@ -648,7 +670,7 @@ - CardServices(ReleaseIO, link->handle, &link->io); - CardServices(ReleaseIRQ, link->handle, &link->irq); - } -- -+ - link->state &= ~DEV_CONFIG; - - } /* serial_release */ -@@ -659,7 +681,7 @@ - stuff to run after an event is received. A CARD_REMOVAL event - also sets some flags to discourage the serial drivers from - talking to the ports. -- -+ - ======================================================================*/ - - static int serial_event(event_t event, int priority, -@@ -667,9 +689,9 @@ - { - dev_link_t *link = args->client_data; - serial_info_t *info = link->priv; -- -+ - DEBUG(1, "serial_event(0x%06x)\n", event); -- -+ - switch (event) { - case CS_EVENT_CARD_REMOVAL: - link->state &= ~DEV_PRESENT; -@@ -714,7 +736,7 @@ - if (serv.Revision != CS_RELEASE_CODE) { - printk(KERN_NOTICE "serial_cs: Card Services release " - "does not match!\n"); -- return -1; -+ return -EINVAL; - } - register_pccard_driver(&dev_info, &serial_attach, &serial_detach); - return 0; -diff -Nur c3000_pre/linux/drivers/char/serial.c c3000_work/linux/drivers/char/serial.c ---- c3000_pre/linux/drivers/char/serial.c 2004-08-21 09:48:26.000000000 +0900 -+++ c3000_work/linux/drivers/char/serial.c 2004-12-16 23:01:14.000000000 +0900 -@@ -961,10 +961,15 @@ - if (status & UART_LSR_DR) - receive_chars(info, &status, regs); - check_modem_status(info); -+#ifdef CONFIG_MELAN - if ((status & UART_LSR_THRE) || - /* for buggy ELAN processors */ - ((iir & UART_IIR_ID) == UART_IIR_THRI)) - transmit_chars(info, 0); -+#else -+ if (status & UART_LSR_THRE) -+ transmit_chars(info, 0); -+#endif - - next: - info = info->next_port; -diff -Nur c3000_pre/linux/drivers/input/Config.in c3000_work/linux/drivers/input/Config.in ---- c3000_pre/linux/drivers/input/Config.in 2004-08-21 09:48:34.000000000 +0900 -+++ c3000_work/linux/drivers/input/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -14,5 +14,6 @@ - fi - dep_tristate ' Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_INPUT - dep_tristate ' Event interface support' CONFIG_INPUT_EVDEV $CONFIG_INPUT -+dep_tristate ' User level driver support' CONFIG_INPUT_UINPUT $CONFIG_INPUT - - endmenu -diff -Nur c3000_pre/linux/drivers/input/Makefile c3000_work/linux/drivers/input/Makefile ---- c3000_pre/linux/drivers/input/Makefile 2004-08-21 09:48:34.000000000 +0900 -+++ c3000_work/linux/drivers/input/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -24,6 +24,7 @@ - obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o - obj-$(CONFIG_INPUT_JOYDEV) += joydev.o - obj-$(CONFIG_INPUT_EVDEV) += evdev.o -+obj-$(CONFIG_INPUT_UINPUT) += uinput.o - - # The global Rules.make. - -diff -Nur c3000_pre/linux/drivers/input/keybdev.c c3000_work/linux/drivers/input/keybdev.c ---- c3000_pre/linux/drivers/input/keybdev.c 2004-08-21 09:48:34.000000000 +0900 -+++ c3000_work/linux/drivers/input/keybdev.c 2004-12-16 23:01:14.000000000 +0900 -@@ -166,16 +166,18 @@ - - static struct input_handler keybdev_handler; - -+static unsigned int ledstate = 0xff; -+ - void keybdev_ledfunc(unsigned int led) - { - struct input_handle *handle; - -- for (handle = keybdev_handler.handle; handle; handle = handle->hnext) { -+ ledstate = led; - -+ for (handle = keybdev_handler.handle; handle; handle = handle->hnext) { - input_event(handle->dev, EV_LED, LED_SCROLLL, !!(led & 0x01)); - input_event(handle->dev, EV_LED, LED_NUML, !!(led & 0x02)); - input_event(handle->dev, EV_LED, LED_CAPSL, !!(led & 0x04)); -- - } - } - -@@ -214,6 +216,12 @@ - - // printk(KERN_INFO "keybdev.c: Adding keyboard: input%d\n", dev->number); - -+ if (ledstate != 0xff) { -+ input_event(dev, EV_LED, LED_SCROLLL, !!(ledstate & 0x01)); -+ input_event(dev, EV_LED, LED_NUML, !!(ledstate & 0x02)); -+ input_event(dev, EV_LED, LED_CAPSL, !!(ledstate & 0x04)); -+ } -+ - return handle; - } - -diff -Nur c3000_pre/linux/drivers/input/uinput.c c3000_work/linux/drivers/input/uinput.c ---- c3000_pre/linux/drivers/input/uinput.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/input/uinput.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,428 @@ -+/* -+ * User level driver support for input subsystem -+ * -+ * Heavily based on evdev.c by Vojtech Pavlik -+ * -+ * 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 -+ * -+ * Author: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org> -+ * -+ * Changes/Revisions: -+ * 0.1 20/06/2002 -+ * - first public version -+ */ -+ -+#include <linux/poll.h> -+#include <linux/slab.h> -+#include <linux/module.h> -+#include <linux/init.h> -+#include <linux/input.h> -+#include <linux/smp_lock.h> -+#include <linux/fs.h> -+#include <linux/miscdevice.h> -+#include <linux/uinput.h> -+ -+static int uinput_dev_open(struct input_dev *dev) -+{ -+ return 0; -+} -+ -+static void uinput_dev_close(struct input_dev *dev) -+{ -+} -+ -+static int uinput_dev_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) -+{ -+ struct uinput_device *udev; -+ -+ udev = (struct uinput_device *)dev->private; -+ -+ udev->buff[udev->head].type = type; -+ udev->buff[udev->head].code = code; -+ udev->buff[udev->head].value = value; -+ do_gettimeofday(&udev->buff[udev->head].time); -+ udev->head = (udev->head + 1) % UINPUT_BUFFER_SIZE; -+ -+ wake_up_interruptible(&udev->waitq); -+ -+ return 0; -+} -+ -+static int uinput_dev_upload_effect(struct input_dev *dev, struct ff_effect *effect) -+{ -+ return 0; -+} -+ -+static int uinput_dev_erase_effect(struct input_dev *dev, int effect_id) -+{ -+ return 0; -+} -+ -+static int uinput_create_device(struct uinput_device *udev) -+{ -+ if (!udev->dev->name) { -+ printk(KERN_DEBUG "%s: write device info first\n", UINPUT_NAME); -+ return -EINVAL; -+ } -+ -+ udev->dev->open = uinput_dev_open; -+ udev->dev->close = uinput_dev_close; -+ udev->dev->event = uinput_dev_event; -+ udev->dev->upload_effect = uinput_dev_upload_effect; -+ udev->dev->erase_effect = uinput_dev_erase_effect; -+ udev->dev->private = udev; -+ -+ init_waitqueue_head(&(udev->waitq)); -+ -+ input_register_device(udev->dev); -+ -+ set_bit(UIST_CREATED, &(udev->state)); -+ -+ return 0; -+} -+ -+static int uinput_destroy_device(struct uinput_device *udev) -+{ -+ if (!test_bit(UIST_CREATED, &(udev->state))) { -+ printk(KERN_WARNING "%s: create the device first\n", UINPUT_NAME); -+ return -EINVAL; -+ } -+ -+ input_unregister_device(udev->dev); -+ -+ clear_bit(UIST_CREATED, &(udev->state)); -+ -+ return 0; -+} -+ -+static int uinput_open(struct inode *inode, struct file *file) -+{ -+ struct uinput_device *newdev; -+ struct input_dev *newinput; -+ -+ newdev = kmalloc(sizeof(struct uinput_device), GFP_KERNEL); -+ if (!newdev) -+ goto error; -+ memset(newdev, 0, sizeof(struct uinput_device)); -+ -+ newinput = kmalloc(sizeof(struct input_dev), GFP_KERNEL); -+ if (!newinput) -+ goto cleanup; -+ memset(newinput, 0, sizeof(struct input_dev)); -+ -+ newdev->dev = newinput; -+ -+ file->private_data = newdev; -+ -+ return 0; -+cleanup: -+ kfree(newdev); -+error: -+ return -ENOMEM; -+} -+ -+static int uinput_validate_absbits(struct input_dev *dev) -+{ -+ unsigned int cnt; -+ int retval = 0; -+ -+ for (cnt = 0; cnt < ABS_MAX; cnt++) { -+ if (!test_bit(cnt, dev->absbit)) -+ continue; -+ -+ if (/*!dev->absmin[cnt] || !dev->absmax[cnt] || */ -+ (dev->absmax[cnt] <= dev->absmin[cnt])) { -+ printk(KERN_DEBUG -+ "%s: invalid abs[%02x] min:%d max:%d\n", -+ UINPUT_NAME, cnt, -+ dev->absmin[cnt], dev->absmax[cnt]); -+ retval = -EINVAL; -+ break; -+ } -+ -+ if ((dev->absflat[cnt] < dev->absmin[cnt]) || -+ (dev->absflat[cnt] > dev->absmax[cnt])) { -+ printk(KERN_DEBUG -+ "%s: absflat[%02x] out of range: %d " -+ "(min:%d/max:%d)\n", -+ UINPUT_NAME, cnt, dev->absflat[cnt], -+ dev->absmin[cnt], dev->absmax[cnt]); -+ retval = -EINVAL; -+ break; -+ } -+ } -+ return retval; -+} -+ -+static int uinput_alloc_device(struct file *file, const char *buffer, size_t count) -+{ -+ struct uinput_user_dev *user_dev; -+ struct input_dev *dev; -+ struct uinput_device *udev; -+ int size, -+ retval; -+ -+ retval = count; -+ -+ udev = (struct uinput_device *)file->private_data; -+ dev = udev->dev; -+ -+ user_dev = kmalloc(sizeof(*user_dev), GFP_KERNEL); -+ if (!user_dev) { -+ retval = -ENOMEM; -+ goto exit; -+ } -+ -+ if (copy_from_user(user_dev, buffer, sizeof(struct uinput_user_dev))) { -+ retval = -EFAULT; -+ goto exit; -+ } -+ -+ if (NULL != dev->name) -+ kfree(dev->name); -+ -+ size = strnlen(user_dev->name, UINPUT_MAX_NAME_SIZE) + 1; -+ dev->name = kmalloc(size, GFP_KERNEL); -+ if (!dev->name) { -+ retval = -ENOMEM; -+ goto exit; -+ } -+ -+ strncpy(dev->name, user_dev->name, size); -+ dev->idbus = user_dev->idbus; -+ dev->idvendor = user_dev->idvendor; -+ dev->idproduct = user_dev->idproduct; -+ dev->idversion = user_dev->idversion; -+ dev->ff_effects_max = user_dev->ff_effects_max; -+ -+ size = sizeof(int) * (ABS_MAX + 1); -+ memcpy(dev->absmax, user_dev->absmax, size); -+ memcpy(dev->absmin, user_dev->absmin, size); -+ memcpy(dev->absfuzz, user_dev->absfuzz, size); -+ memcpy(dev->absflat, user_dev->absflat, size); -+ -+ /* check if absmin/absmax/absfuzz/absflat are filled as -+ * told in Documentation/input/input-programming.txt */ -+ if (test_bit(EV_ABS, dev->evbit)) { -+ retval = uinput_validate_absbits(dev); -+ if (retval < 0) -+ kfree(dev->name); -+ } -+ -+exit: -+ kfree(user_dev); -+ return retval; -+} -+ -+static ssize_t uinput_write(struct file *file, const char *buffer, size_t count, loff_t *ppos) -+{ -+ struct uinput_device *udev = file->private_data; -+ -+ if (test_bit(UIST_CREATED, &(udev->state))) { -+ struct input_event ev; -+ -+ if (copy_from_user(&ev, buffer, sizeof(struct input_event))) -+ return -EFAULT; -+ input_event(udev->dev, ev.type, ev.code, ev.value); -+ } -+ else -+ count = uinput_alloc_device(file, buffer, count); -+ -+ return count; -+} -+ -+static ssize_t uinput_read(struct file *file, char *buffer, size_t count, loff_t *ppos) -+{ -+ struct uinput_device *udev = file->private_data; -+ int retval = 0; -+ -+ if (!test_bit(UIST_CREATED, &(udev->state))) -+ return -ENODEV; -+ -+ if ((udev->head == udev->tail) && (file->f_flags & O_NONBLOCK)) -+ return -EAGAIN; -+ -+ retval = wait_event_interruptible(udev->waitq, -+ (udev->head != udev->tail) || -+ !test_bit(UIST_CREATED, &(udev->state))); -+ -+ if (retval) -+ return retval; -+ -+ if (!test_bit(UIST_CREATED, &(udev->state))) -+ return -ENODEV; -+ -+ while ((udev->head != udev->tail) && -+ (retval + sizeof(struct input_event) <= count)) { -+ if (copy_to_user(buffer + retval, &(udev->buff[udev->tail]), -+ sizeof(struct input_event))) return -EFAULT; -+ udev->tail = (udev->tail + 1) % UINPUT_BUFFER_SIZE; -+ retval += sizeof(struct input_event); -+ } -+ -+ return retval; -+} -+ -+static unsigned int uinput_poll(struct file *file, poll_table *wait) -+{ -+ struct uinput_device *udev = file->private_data; -+ -+ poll_wait(file, &udev->waitq, wait); -+ -+ if (udev->head != udev->tail) -+ return POLLIN | POLLRDNORM; -+ -+ return 0; -+} -+ -+static int uinput_burn_device(struct uinput_device *udev) -+{ -+ if (test_bit(UIST_CREATED, &(udev->state))) -+ uinput_destroy_device(udev); -+ -+ kfree(udev->dev); -+ kfree(udev); -+ -+ return 0; -+} -+ -+static int uinput_close(struct inode *inode, struct file *file) -+{ -+ return uinput_burn_device((struct uinput_device *)file->private_data); -+} -+ -+static int uinput_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ int retval = 0; -+ struct uinput_device *udev; -+ -+ udev = (struct uinput_device *)file->private_data; -+ -+ /* device attributes can not be changed after the device is created */ -+ if (cmd >= UI_SET_EVBIT && test_bit(UIST_CREATED, &(udev->state))) -+ return -EINVAL; -+ -+ switch (cmd) { -+ case UI_DEV_CREATE: -+ retval = uinput_create_device(udev); -+ break; -+ -+ case UI_DEV_DESTROY: -+ retval = uinput_destroy_device(udev); -+ break; -+ -+ case UI_SET_EVBIT: -+ if (arg > EV_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->evbit); -+ break; -+ -+ case UI_SET_KEYBIT: -+ if (arg > KEY_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->keybit); -+ break; -+ -+ case UI_SET_RELBIT: -+ if (arg > REL_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->relbit); -+ break; -+ -+ case UI_SET_ABSBIT: -+ if (arg > ABS_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->absbit); -+ break; -+ -+ case UI_SET_MSCBIT: -+ if (arg > MSC_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->mscbit); -+ break; -+ -+ case UI_SET_LEDBIT: -+ if (arg > LED_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->ledbit); -+ break; -+ -+ case UI_SET_SNDBIT: -+ if (arg > SND_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->sndbit); -+ break; -+ -+ case UI_SET_FFBIT: -+ if (arg > FF_MAX) { -+ retval = -EINVAL; -+ break; -+ } -+ set_bit(arg, udev->dev->ffbit); -+ break; -+ -+ default: -+ retval = -EFAULT; -+ } -+ return retval; -+} -+ -+struct file_operations uinput_fops = { -+ owner: THIS_MODULE, -+ open: uinput_open, -+ release: uinput_close, -+ read: uinput_read, -+ write: uinput_write, -+ poll: uinput_poll, -+ ioctl: uinput_ioctl, -+}; -+ -+static struct miscdevice uinput_misc = { -+ fops: &uinput_fops, -+ minor: UINPUT_MINOR, -+ name: UINPUT_NAME, -+}; -+ -+static int __init uinput_init(void) -+{ -+ return misc_register(&uinput_misc); -+} -+ -+static void __exit uinput_exit(void) -+{ -+ misc_deregister(&uinput_misc); -+} -+ -+MODULE_AUTHOR("Aristeu Sergio Rozanski Filho"); -+MODULE_DESCRIPTION("User level driver support for input subsystem"); -+MODULE_LICENSE("GPL"); -+ -+module_init(uinput_init); -+module_exit(uinput_exit); -+ -diff -Nur c3000_pre/linux/drivers/isdn/avmb1/capidrv.c c3000_work/linux/drivers/isdn/avmb1/capidrv.c ---- c3000_pre/linux/drivers/isdn/avmb1/capidrv.c 2004-08-21 09:48:34.000000000 +0900 -+++ c3000_work/linux/drivers/isdn/avmb1/capidrv.c 2004-12-16 23:01:14.000000000 +0900 -@@ -514,13 +514,25 @@ - - static void send_message(capidrv_contr * card, _cmsg * cmsg) - { -- struct sk_buff *skb; -- size_t len; -+ struct sk_buff *skb; -+ size_t len; -+ u16 err; -+ - capi_cmsg2message(cmsg, cmsg->buf); - len = CAPIMSG_LEN(cmsg->buf); - skb = alloc_skb(len, GFP_ATOMIC); -+ if(!skb) { -+ printk(KERN_ERR "no skb len(%d) memory\n", len); -+ return; -+ } - memcpy(skb_put(skb, len), cmsg->buf, len); -- (*capifuncs->capi_put_message) (global.appid, skb); -+ err = (*capifuncs->capi_put_message) (global.appid, skb); -+ if (err) { -+ printk(KERN_WARNING "%s: capi_put_message error: %04x\n", -+ __FUNCTION__, err); -+ kfree_skb(skb); -+ return; -+ } - global.nsentctlpkt++; - } - -@@ -2179,10 +2191,10 @@ - free_ncci(card, card->bchans[card->nbchan-1].nccip); - if (card->bchans[card->nbchan-1].plcip) - free_plci(card, card->bchans[card->nbchan-1].plcip); -- if (card->plci_list) -- printk(KERN_ERR "capidrv: bug in free_plci()\n"); - card->nbchan--; - } -+ if (card->plci_list) -+ printk(KERN_ERR "capidrv: bug in free_plci()\n"); - kfree(card->bchans); - card->bchans = 0; - -diff -Nur c3000_pre/linux/drivers/isdn/avmb1/kcapi.c c3000_work/linux/drivers/isdn/avmb1/kcapi.c ---- c3000_pre/linux/drivers/isdn/avmb1/kcapi.c 2004-08-21 09:48:34.000000000 +0900 -+++ c3000_work/linux/drivers/isdn/avmb1/kcapi.c 2004-12-16 23:01:14.000000000 +0900 -@@ -545,7 +545,13 @@ - static void notify_up(__u32 contr) - { - struct capi_interface_user *p; -+ __u16 appl; - -+ for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { -+ if (!VALID_APPLID(appl)) continue; -+ if (APPL(appl)->releasing) continue; -+ CARD(contr)->driver->register_appl(CARD(contr), appl, &APPL(appl)->rparam); -+ } - printk(KERN_NOTICE "kcapi: notify up contr %d\n", contr); - spin_lock(&capi_users_lock); - for (p = capi_users; p; p = p->next) { -@@ -705,12 +711,16 @@ - nextpp = &(*pp)->next; - } - } -- APPL(appl)->releasing--; -- if (APPL(appl)->releasing <= 0) { -- APPL(appl)->signal = 0; -- APPL_MARK_FREE(appl); -- printk(KERN_INFO "kcapi: appl %d down\n", appl); -- } -+ if (APPL(appl)->releasing) { /* only release if the application was marked for release */ -+ printk(KERN_DEBUG "kcapi: appl %d releasing(%d)\n", appl, APPL(appl)->releasing); -+ APPL(appl)->releasing--; -+ if (APPL(appl)->releasing <= 0) { -+ APPL(appl)->signal = 0; -+ APPL_MARK_FREE(appl); -+ printk(KERN_INFO "kcapi: appl %d down\n", appl); -+ } -+ } else -+ printk(KERN_WARNING "kcapi: appl %d card%d released without request\n", appl, card->cnr); - } - /* - * ncci management -@@ -863,16 +873,7 @@ - - static void controllercb_ready(struct capi_ctr * card) - { -- __u16 appl; -- - card->cardstate = CARD_RUNNING; -- -- for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { -- if (!VALID_APPLID(appl)) continue; -- if (APPL(appl)->releasing) continue; -- card->driver->register_appl(card, appl, &APPL(appl)->rparam); -- } -- - printk(KERN_NOTICE "kcapi: card %d \"%s\" ready.\n", - CARDNR(card), card->name); - -diff -Nur c3000_pre/linux/drivers/usb/Config.in c3000_work/linux/drivers/usb/Config.in ---- c3000_pre/linux/drivers/usb/Config.in 2004-08-21 09:48:56.000000000 +0900 -+++ c3000_work/linux/drivers/usb/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -63,7 +63,13 @@ - comment 'USB Device Class drivers' - dep_tristate ' USB Audio support' CONFIG_USB_AUDIO $CONFIG_USB $CONFIG_SOUND - dep_tristate ' EMI 2|6 USB Audio interface support' CONFIG_USB_EMI26 $CONFIG_USB_AUDIO -- dep_tristate ' USB Bluetooth support (EXPERIMENTAL)' CONFIG_USB_BLUETOOTH $CONFIG_USB $CONFIG_EXPERIMENTAL -+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then -+ if [ "$CONFIG_BLUEZ" = "n" ]; then -+ dep_tristate ' USB Bluetooth support (EXPERIMENTAL)' CONFIG_USB_BLUETOOTH $CONFIG_USB -+ else -+ comment ' USB Bluetooth can only be used with disabled Bluetooth subsystem' -+ fi -+ fi - dep_tristate ' USB MIDI support' CONFIG_USB_MIDI $CONFIG_USB - if [ "$CONFIG_SCSI" = "n" ]; then - comment ' SCSI support is needed for USB Storage' -diff -Nur c3000_pre/linux/drivers/usb/hid-core.c c3000_work/linux/drivers/usb/hid-core.c ---- c3000_pre/linux/drivers/usb/hid-core.c 2004-08-21 09:48:57.000000000 +0900 -+++ c3000_work/linux/drivers/usb/hid-core.c 2004-12-16 23:01:14.000000000 +0900 -@@ -211,6 +211,8 @@ - - offset = report->size; - report->size += parser->global.report_size * parser->global.report_count; -+ if (usages < parser->global.report_count) -+ usages = parser->global.report_count; - - if (usages == 0) - return 0; /* ignore padding fields */ -diff -Nur c3000_pre/linux/include/linux/firmware.h c3000_work/linux/include/linux/firmware.h ---- c3000_pre/linux/include/linux/firmware.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/include/linux/firmware.h 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,20 @@ -+#ifndef _LINUX_FIRMWARE_H -+#define _LINUX_FIRMWARE_H -+#include <linux/module.h> -+#include <linux/types.h> -+#define FIRMWARE_NAME_MAX 30 -+struct firmware { -+ size_t size; -+ u8 *data; -+}; -+int request_firmware (const struct firmware **fw, const char *name, -+ const char *device); -+int request_firmware_nowait ( -+ struct module *module, -+ const char *name, const char *device, void *context, -+ void (*cont)(const struct firmware *fw, void *context)); -+/* On 2.5 'device' is 'struct device *' */ -+ -+void release_firmware (const struct firmware *fw); -+void register_firmware (const char *name, const u8 *data, size_t size); -+#endif -diff -Nur c3000_pre/linux/include/linux/input.h c3000_work/linux/include/linux/input.h ---- c3000_pre/linux/include/linux/input.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/linux/input.h 2004-12-16 23:01:14.000000000 +0900 -@@ -471,7 +471,8 @@ - #define BUS_PCI 0x01 - #define BUS_ISAPNP 0x02 - #define BUS_USB 0x03 --#define BUS_HIL 0x04 -+#define BUS_HIL 0x04 -+#define BUS_BLUETOOTH 0x05 - - #define BUS_ISA 0x10 - #define BUS_I8042 0x11 -diff -Nur c3000_pre/linux/include/linux/net.h c3000_work/linux/include/linux/net.h ---- c3000_pre/linux/include/linux/net.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/linux/net.h 2004-12-16 23:01:14.000000000 +0900 -@@ -139,6 +139,7 @@ - extern int sock_recvmsg(struct socket *, struct msghdr *m, int len, int flags); - extern int sock_readv_writev(int type, struct inode * inode, struct file * file, - const struct iovec * iov, long count, long size); -+extern struct socket *sockfd_lookup(int fd, int *err); - - extern int net_ratelimit(void); - extern unsigned long net_random(void); -diff -Nur c3000_pre/linux/include/linux/uinput.h c3000_work/linux/include/linux/uinput.h ---- c3000_pre/linux/include/linux/uinput.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/include/linux/uinput.h 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,79 @@ -+/* -+ * User level driver support for input subsystem -+ * -+ * Heavily based on evdev.c by Vojtech Pavlik -+ * -+ * 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 -+ * -+ * Author: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org> -+ * -+ * Changes/Revisions: -+ * 0.1 20/06/2002 -+ * - first public version -+ */ -+ -+#ifndef __UINPUT_H_ -+#define __UINPUT_H_ -+ -+#ifdef __KERNEL__ -+#define UINPUT_MINOR 223 -+#define UINPUT_NAME "uinput" -+#define UINPUT_BUFFER_SIZE 16 -+ -+/* state flags => bit index for {set|clear|test}_bit ops */ -+#define UIST_CREATED 0 -+ -+struct uinput_device { -+ struct input_dev *dev; -+ unsigned long state; -+ wait_queue_head_t waitq; -+ unsigned char ready, -+ head, -+ tail; -+ struct input_event buff[UINPUT_BUFFER_SIZE]; -+}; -+#endif /* __KERNEL__ */ -+ -+/* ioctl */ -+#define UINPUT_IOCTL_BASE 'U' -+#define UI_DEV_CREATE _IO(UINPUT_IOCTL_BASE, 1) -+#define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) -+#define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) -+#define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) -+#define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) -+#define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) -+#define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) -+#define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) -+#define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) -+#define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) -+ -+#ifndef NBITS -+#define NBITS(x) ((((x)-1)/(sizeof(long)*8))+1) -+#endif /* NBITS */ -+ -+#define UINPUT_MAX_NAME_SIZE 80 -+struct uinput_user_dev { -+ char name[UINPUT_MAX_NAME_SIZE]; -+ unsigned short idbus; -+ unsigned short idvendor; -+ unsigned short idproduct; -+ unsigned short idversion; -+ int ff_effects_max; -+ int absmax[ABS_MAX + 1]; -+ int absmin[ABS_MAX + 1]; -+ int absfuzz[ABS_MAX + 1]; -+ int absflat[ABS_MAX + 1]; -+}; -+#endif /* __UINPUT_H_ */ -diff -Nur c3000_pre/linux/include/net/bluetooth/bluetooth.h c3000_work/linux/include/net/bluetooth/bluetooth.h ---- c3000_pre/linux/include/net/bluetooth/bluetooth.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/net/bluetooth/bluetooth.h 2004-12-16 23:01:14.000000000 +0900 -@@ -51,6 +51,8 @@ - #define BTPROTO_SCO 2 - #define BTPROTO_RFCOMM 3 - #define BTPROTO_BNEP 4 -+#define BTPROTO_CMTP 5 -+#define BTPROTO_HIDP 6 - - #define SOL_HCI 0 - #define SOL_L2CAP 6 -@@ -155,7 +157,7 @@ - void bluez_sock_unlink(struct bluez_sock_list *l, struct sock *s); - int bluez_sock_recvmsg(struct socket *sock, struct msghdr *msg, int len, int flags, struct scm_cookie *scm); - uint bluez_sock_poll(struct file * file, struct socket *sock, poll_table *wait); --int bluez_sock_w4_connect(struct sock *sk, int flags); -+int bluez_sock_wait_state(struct sock *sk, int state, unsigned long timeo); - - void bluez_accept_enqueue(struct sock *parent, struct sock *sk); - struct sock * bluez_accept_dequeue(struct sock *parent, struct socket *newsock); -diff -Nur c3000_pre/linux/include/net/bluetooth/hci.h c3000_work/linux/include/net/bluetooth/hci.h ---- c3000_pre/linux/include/net/bluetooth/hci.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/net/bluetooth/hci.h 2004-12-16 23:01:14.000000000 +0900 -@@ -39,6 +39,8 @@ - #define HCI_DEV_UNREG 2 - #define HCI_DEV_UP 3 - #define HCI_DEV_DOWN 4 -+#define HCI_DEV_SUSPEND 5 -+#define HCI_DEV_RESUME 6 - - /* HCI device types */ - #define HCI_VHCI 0 -@@ -46,6 +48,12 @@ - #define HCI_PCCARD 2 - #define HCI_UART 3 - #define HCI_RS232 4 -+#define HCI_PCI 5 -+ -+/* HCI device quirks */ -+enum { -+ HCI_QUIRK_RESET_ON_INIT -+}; - - /* HCI device flags */ - enum { -@@ -157,6 +165,7 @@ - #define HCI_LM_AUTH 0x0002 - #define HCI_LM_ENCRYPT 0x0004 - #define HCI_LM_TRUSTED 0x0008 -+#define HCI_LM_RELIABLE 0x0010 - - /* ----- HCI Commands ----- */ - /* OGF & OCF values */ -@@ -330,6 +339,8 @@ - } __attribute__ ((packed)) status_bdaddr_rp; - #define STATUS_BDADDR_RP_SIZE 7 - -+#define OCF_INQUIRY_CANCEL 0x0002 -+ - #define OCF_LINK_KEY_REPLY 0x000B - #define OCF_LINK_KEY_NEG_REPLY 0x000C - typedef struct { -@@ -436,6 +447,12 @@ - /* Status params */ - #define OGF_STATUS_PARAM 0x05 - -+/* Testing commands */ -+#define OGF_TESTING_CMD 0x3e -+ -+/* Vendor specific commands */ -+#define OGF_VENDOR_CMD 0x3f -+ - /* ---- HCI Events ---- */ - #define EVT_INQUIRY_COMPLETE 0x01 - -@@ -450,6 +467,17 @@ - } __attribute__ ((packed)) inquiry_info; - #define INQUIRY_INFO_SIZE 14 - -+#define EVT_INQUIRY_RESULT_WITH_RSSI 0x22 -+typedef struct { -+ bdaddr_t bdaddr; -+ __u8 pscan_rep_mode; -+ __u8 pscan_period_mode; -+ __u8 dev_class[3]; -+ __u16 clock_offset; -+ __s8 rssi; -+} __attribute__ ((packed)) inquiry_info_with_rssi; -+#define INQUIRY_INFO_WITH_RSSI_SIZE 14 -+ - #define EVT_CONN_COMPLETE 0x03 - typedef struct { - __u8 status; -@@ -542,7 +570,7 @@ - bdaddr_t bdaddr; - __u8 role; - } __attribute__ ((packed)) evt_role_change; --#define EVT_ROLE_CHANGE_SIZE 1 -+#define EVT_ROLE_CHANGE_SIZE 8 - - #define EVT_PIN_CODE_REQ 0x16 - typedef struct { -diff -Nur c3000_pre/linux/include/net/bluetooth/hci_core.h c3000_work/linux/include/net/bluetooth/hci_core.h ---- c3000_pre/linux/include/net/bluetooth/hci_core.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/net/bluetooth/hci_core.h 2004-12-16 23:01:14.000000000 +0900 -@@ -72,7 +72,9 @@ - __u16 pkt_type; - __u16 link_policy; - __u16 link_mode; -- -+ -+ unsigned long quirks; -+ - atomic_t cmd_cnt; - unsigned int acl_cnt; - unsigned int sco_cnt; -@@ -167,6 +169,12 @@ - c->list = NULL; - } - -+static inline int inquiry_cache_empty(struct hci_dev *hdev) -+{ -+ struct inquiry_cache *c = &hdev->inq_cache; -+ return (c->list == NULL); -+} -+ - static inline long inquiry_cache_age(struct hci_dev *hdev) - { - struct inquiry_cache *c = &hdev->inq_cache; -@@ -281,8 +289,14 @@ - - static inline void hci_conn_put(struct hci_conn *conn) - { -- if (atomic_dec_and_test(&conn->refcnt) && conn->out) -- hci_conn_set_timer(conn, HCI_DISCONN_TIMEOUT); -+ if (atomic_dec_and_test(&conn->refcnt)) { -+ if (conn->type == ACL_LINK) { -+ unsigned long timeo = (conn->out) ? -+ HCI_DISCONN_TIMEOUT : HCI_DISCONN_TIMEOUT * 2; -+ hci_conn_set_timer(conn, timeo); -+ } else -+ hci_conn_set_timer(conn, HZ / 100); -+ } - } - - /* ----- HCI Devices ----- */ -@@ -302,6 +316,8 @@ - struct hci_dev *hci_get_route(bdaddr_t *src, bdaddr_t *dst); - int hci_register_dev(struct hci_dev *hdev); - int hci_unregister_dev(struct hci_dev *hdev); -+int hci_suspend_dev(struct hci_dev *hdev); -+int hci_resume_dev(struct hci_dev *hdev); - int hci_dev_open(__u16 dev); - int hci_dev_close(__u16 dev); - int hci_dev_reset(__u16 dev); -@@ -429,7 +445,6 @@ - int hci_send_cmd(struct hci_dev *hdev, __u16 ogf, __u16 ocf, __u32 plen, void *param); - int hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags); - int hci_send_sco(struct hci_conn *conn, struct sk_buff *skb); --int hci_send_raw(struct sk_buff *skb); - - void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 ogf, __u16 ocf); - -@@ -447,7 +462,7 @@ - }; - - /* HCI security filter */ --#define HCI_SFLT_MAX_OGF 4 -+#define HCI_SFLT_MAX_OGF 5 - - struct hci_sec_filter { - __u32 type_mask; -@@ -455,7 +470,6 @@ - __u32 ocf_mask[HCI_SFLT_MAX_OGF + 1][4]; - }; - -- - /* ----- HCI requests ----- */ - #define HCI_REQ_DONE 0 - #define HCI_REQ_PEND 1 -diff -Nur c3000_pre/linux/include/net/bluetooth/l2cap.h c3000_work/linux/include/net/bluetooth/l2cap.h ---- c3000_pre/linux/include/net/bluetooth/l2cap.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/net/bluetooth/l2cap.h 2004-12-16 23:01:14.000000000 +0900 -@@ -60,6 +60,7 @@ - #define L2CAP_LM_AUTH 0x0002 - #define L2CAP_LM_ENCRYPT 0x0004 - #define L2CAP_LM_TRUSTED 0x0008 -+#define L2CAP_LM_RELIABLE 0x0010 - - #define L2CAP_QOS 0x04 - struct l2cap_qos { -@@ -189,6 +190,14 @@ - } __attribute__ ((packed)) l2cap_info_rsp; - #define L2CAP_INFO_RSP_SIZE 4 - -+/* info type */ -+#define L2CAP_IT_CL_MTU 0x0001 -+#define L2CAP_IT_FEAT_MASK 0x0002 -+ -+/* info result */ -+#define L2CAP_IR_SUCCESS 0x0000 -+#define L2CAP_IR_NOTSUPP 0x0001 -+ - /* ----- L2CAP connections ----- */ - struct l2cap_chan_list { - struct sock *head; -@@ -229,6 +238,7 @@ - __u32 link_mode; - - __u8 conf_state; -+ __u8 conf_retry; - __u16 conf_mtu; - - __u8 ident; -@@ -238,8 +248,11 @@ - struct sock *prev_c; - }; - --#define CONF_REQ_SENT 0x01 --#define CONF_INPUT_DONE 0x02 --#define CONF_OUTPUT_DONE 0x04 -+#define L2CAP_CONF_REQ_SENT 0x01 -+#define L2CAP_CONF_INPUT_DONE 0x02 -+#define L2CAP_CONF_OUTPUT_DONE 0x04 -+#define L2CAP_CONF_MAX_RETRIES 2 -+ -+void l2cap_load(void); - - #endif /* __L2CAP_H */ -diff -Nur c3000_pre/linux/include/net/bluetooth/rfcomm.h c3000_work/linux/include/net/bluetooth/rfcomm.h ---- c3000_pre/linux/include/net/bluetooth/rfcomm.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/include/net/bluetooth/rfcomm.h 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,361 @@ -+/* -+ RFCOMM implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> -+ Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+/* -+ RPN support - Dirk Husemann <hud@zurich.ibm.com> -+*/ -+ -+/* -+ * $Id: rfcomm.h,v 1.31 2002/10/18 20:12:11 maxk Exp $ -+ */ -+ -+#ifndef __RFCOMM_H -+#define __RFCOMM_H -+ -+#define RFCOMM_PSM 3 -+ -+#define RFCOMM_CONN_TIMEOUT (HZ * 30) -+#define RFCOMM_DISC_TIMEOUT (HZ * 20) -+ -+#define RFCOMM_DEFAULT_MTU 127 -+#define RFCOMM_DEFAULT_CREDITS 7 -+ -+#define RFCOMM_MAX_L2CAP_MTU 1024 -+#define RFCOMM_MAX_CREDITS 40 -+ -+#define RFCOMM_SKB_HEAD_RESERVE 8 -+#define RFCOMM_SKB_TAIL_RESERVE 2 -+#define RFCOMM_SKB_RESERVE (RFCOMM_SKB_HEAD_RESERVE + RFCOMM_SKB_TAIL_RESERVE) -+ -+#define RFCOMM_SABM 0x2f -+#define RFCOMM_DISC 0x43 -+#define RFCOMM_UA 0x63 -+#define RFCOMM_DM 0x0f -+#define RFCOMM_UIH 0xef -+ -+#define RFCOMM_TEST 0x08 -+#define RFCOMM_FCON 0x28 -+#define RFCOMM_FCOFF 0x18 -+#define RFCOMM_MSC 0x38 -+#define RFCOMM_RPN 0x24 -+#define RFCOMM_RLS 0x14 -+#define RFCOMM_PN 0x20 -+#define RFCOMM_NSC 0x04 -+ -+#define RFCOMM_V24_FC 0x02 -+#define RFCOMM_V24_RTC 0x04 -+#define RFCOMM_V24_RTR 0x08 -+#define RFCOMM_V24_IC 0x40 -+#define RFCOMM_V24_DV 0x80 -+ -+#define RFCOMM_RPN_BR_2400 0x0 -+#define RFCOMM_RPN_BR_4800 0x1 -+#define RFCOMM_RPN_BR_7200 0x2 -+#define RFCOMM_RPN_BR_9600 0x3 -+#define RFCOMM_RPN_BR_19200 0x4 -+#define RFCOMM_RPN_BR_38400 0x5 -+#define RFCOMM_RPN_BR_57600 0x6 -+#define RFCOMM_RPN_BR_115200 0x7 -+#define RFCOMM_RPN_BR_230400 0x8 -+ -+#define RFCOMM_RPN_DATA_5 0x0 -+#define RFCOMM_RPN_DATA_6 0x1 -+#define RFCOMM_RPN_DATA_7 0x2 -+#define RFCOMM_RPN_DATA_8 0x3 -+ -+#define RFCOMM_RPN_STOP_1 0 -+#define RFCOMM_RPN_STOP_15 1 -+ -+#define RFCOMM_RPN_PARITY_NONE 0x0 -+#define RFCOMM_RPN_PARITY_ODD 0x4 -+#define RFCOMM_RPN_PARITY_EVEN 0x5 -+#define RFCOMM_RPN_PARITY_MARK 0x6 -+#define RFCOMM_RPN_PARITY_SPACE 0x7 -+ -+#define RFCOMM_RPN_FLOW_NONE 0x00 -+ -+#define RFCOMM_RPN_XON_CHAR 0x11 -+#define RFCOMM_RPN_XOFF_CHAR 0x13 -+ -+#define RFCOMM_RPN_PM_BITRATE 0x0001 -+#define RFCOMM_RPN_PM_DATA 0x0002 -+#define RFCOMM_RPN_PM_STOP 0x0004 -+#define RFCOMM_RPN_PM_PARITY 0x0008 -+#define RFCOMM_RPN_PM_PARITY_TYPE 0x0010 -+#define RFCOMM_RPN_PM_XON 0x0020 -+#define RFCOMM_RPN_PM_XOFF 0x0040 -+#define RFCOMM_RPN_PM_FLOW 0x3F00 -+ -+#define RFCOMM_RPN_PM_ALL 0x3F7F -+ -+struct rfcomm_hdr { -+ u8 addr; -+ u8 ctrl; -+ u8 len; // Actual size can be 2 bytes -+} __attribute__ ((packed)); -+ -+struct rfcomm_cmd { -+ u8 addr; -+ u8 ctrl; -+ u8 len; -+ u8 fcs; -+} __attribute__ ((packed)); -+ -+struct rfcomm_mcc { -+ u8 type; -+ u8 len; -+} __attribute__ ((packed)); -+ -+struct rfcomm_pn { -+ u8 dlci; -+ u8 flow_ctrl; -+ u8 priority; -+ u8 ack_timer; -+ u16 mtu; -+ u8 max_retrans; -+ u8 credits; -+} __attribute__ ((packed)); -+ -+struct rfcomm_rpn { -+ u8 dlci; -+ u8 bit_rate; -+ u8 line_settings; -+ u8 flow_ctrl; -+ u8 xon_char; -+ u8 xoff_char; -+ u16 param_mask; -+} __attribute__ ((packed)); -+ -+struct rfcomm_rls { -+ u8 dlci; -+ u8 status; -+} __attribute__ ((packed)); -+ -+struct rfcomm_msc { -+ u8 dlci; -+ u8 v24_sig; -+} __attribute__ ((packed)); -+ -+/* ---- Core structures, flags etc ---- */ -+ -+struct rfcomm_session { -+ struct list_head list; -+ struct socket *sock; -+ unsigned long state; -+ unsigned long flags; -+ atomic_t refcnt; -+ int initiator; -+ -+ /* Default DLC parameters */ -+ int cfc; -+ uint mtu; -+ -+ struct list_head dlcs; -+}; -+ -+struct rfcomm_dlc { -+ struct list_head list; -+ struct rfcomm_session *session; -+ struct sk_buff_head tx_queue; -+ struct timer_list timer; -+ -+ spinlock_t lock; -+ unsigned long state; -+ unsigned long flags; -+ atomic_t refcnt; -+ u8 dlci; -+ u8 addr; -+ u8 priority; -+ u8 v24_sig; -+ u8 mscex; -+ -+ uint mtu; -+ uint cfc; -+ uint rx_credits; -+ uint tx_credits; -+ -+ void *owner; -+ -+ void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb); -+ void (*state_change)(struct rfcomm_dlc *d, int err); -+ void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig); -+}; -+ -+/* DLC and session flags */ -+#define RFCOMM_RX_THROTTLED 0 -+#define RFCOMM_TX_THROTTLED 1 -+#define RFCOMM_MSC_PENDING 2 -+#define RFCOMM_TIMED_OUT 3 -+ -+/* Scheduling flags and events */ -+#define RFCOMM_SCHED_STATE 0 -+#define RFCOMM_SCHED_RX 1 -+#define RFCOMM_SCHED_TX 2 -+#define RFCOMM_SCHED_TIMEO 3 -+#define RFCOMM_SCHED_WAKEUP 31 -+ -+/* MSC exchange flags */ -+#define RFCOMM_MSCEX_TX 1 -+#define RFCOMM_MSCEX_RX 2 -+#define RFCOMM_MSCEX_OK (RFCOMM_MSCEX_TX + RFCOMM_MSCEX_RX) -+ -+/* CFC states */ -+#define RFCOMM_CFC_UNKNOWN -1 -+#define RFCOMM_CFC_DISABLED 0 -+#define RFCOMM_CFC_ENABLED RFCOMM_MAX_CREDITS -+ -+extern struct task_struct *rfcomm_thread; -+extern unsigned long rfcomm_event; -+ -+static inline void rfcomm_schedule(uint event) -+{ -+ if (!rfcomm_thread) -+ return; -+ set_bit(RFCOMM_SCHED_WAKEUP, &rfcomm_event); -+ wake_up_process(rfcomm_thread); -+} -+ -+extern struct semaphore rfcomm_sem; -+#define rfcomm_lock() down(&rfcomm_sem); -+#define rfcomm_unlock() up(&rfcomm_sem); -+ -+/* ---- RFCOMM DLCs (channels) ---- */ -+struct rfcomm_dlc *rfcomm_dlc_alloc(int prio); -+void rfcomm_dlc_free(struct rfcomm_dlc *d); -+int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel); -+int rfcomm_dlc_close(struct rfcomm_dlc *d, int reason); -+int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb); -+int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig); -+int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig); -+ -+#define rfcomm_dlc_lock(d) spin_lock(&d->lock) -+#define rfcomm_dlc_unlock(d) spin_unlock(&d->lock) -+ -+static inline void rfcomm_dlc_hold(struct rfcomm_dlc *d) -+{ -+ atomic_inc(&d->refcnt); -+} -+ -+static inline void rfcomm_dlc_put(struct rfcomm_dlc *d) -+{ -+ if (atomic_dec_and_test(&d->refcnt)) -+ rfcomm_dlc_free(d); -+} -+ -+extern void FASTCALL(__rfcomm_dlc_throttle(struct rfcomm_dlc *d)); -+extern void FASTCALL(__rfcomm_dlc_unthrottle(struct rfcomm_dlc *d)); -+ -+static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d) -+{ -+ if (!test_and_set_bit(RFCOMM_RX_THROTTLED, &d->flags)) -+ __rfcomm_dlc_throttle(d); -+} -+ -+static inline void rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) -+{ -+ if (test_and_clear_bit(RFCOMM_RX_THROTTLED, &d->flags)) -+ __rfcomm_dlc_unthrottle(d); -+} -+ -+/* ---- RFCOMM sessions ---- */ -+struct rfcomm_session *rfcomm_session_add(struct socket *sock, int state); -+struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst); -+struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst, int *err); -+void rfcomm_session_del(struct rfcomm_session *s); -+void rfcomm_session_close(struct rfcomm_session *s, int err); -+void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst); -+ -+static inline void rfcomm_session_hold(struct rfcomm_session *s) -+{ -+ atomic_inc(&s->refcnt); -+} -+ -+static inline void rfcomm_session_put(struct rfcomm_session *s) -+{ -+ if (atomic_dec_and_test(&s->refcnt)) -+ rfcomm_session_del(s); -+} -+ -+/* ---- RFCOMM chechsum ---- */ -+extern u8 rfcomm_crc_table[]; -+ -+/* ---- RFCOMM sockets ---- */ -+struct sockaddr_rc { -+ sa_family_t rc_family; -+ bdaddr_t rc_bdaddr; -+ u8 rc_channel; -+}; -+ -+#define rfcomm_pi(sk) ((struct rfcomm_pinfo *) &sk->tp_pinfo) -+ -+struct rfcomm_pinfo { -+ struct rfcomm_dlc *dlc; -+ u8 channel; -+}; -+ -+int rfcomm_init_sockets(void); -+void rfcomm_cleanup_sockets(void); -+ -+int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d); -+ -+/* ---- RFCOMM TTY ---- */ -+#define RFCOMM_MAX_DEV 256 -+ -+#define RFCOMMCREATEDEV _IOW('R', 200, int) -+#define RFCOMMRELEASEDEV _IOW('R', 201, int) -+#define RFCOMMGETDEVLIST _IOR('R', 210, int) -+#define RFCOMMGETDEVINFO _IOR('R', 211, int) -+#define RFCOMMSTEALDLC _IOW('R', 220, int) -+ -+#define RFCOMM_REUSE_DLC 0 -+#define RFCOMM_RELEASE_ONHUP 1 -+#define RFCOMM_HANGUP_NOW 2 -+#define RFCOMM_TTY_ATTACHED 3 -+ -+struct rfcomm_dev_req { -+ s16 dev_id; -+ u32 flags; -+ bdaddr_t src; -+ bdaddr_t dst; -+ u8 channel; -+}; -+ -+struct rfcomm_dev_info { -+ s16 id; -+ u32 flags; -+ u16 state; -+ bdaddr_t src; -+ bdaddr_t dst; -+ u8 channel; -+}; -+ -+struct rfcomm_dev_list_req { -+ u16 dev_num; -+ struct rfcomm_dev_info dev_info[0]; -+}; -+ -+int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, unsigned long arg); -+int rfcomm_init_ttys(void); -+void rfcomm_cleanup_ttys(void); -+ -+#endif /* __RFCOMM_H */ -diff -Nur c3000_pre/linux/include/pcmcia/ciscode.h c3000_work/linux/include/pcmcia/ciscode.h ---- c3000_pre/linux/include/pcmcia/ciscode.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_work/linux/include/pcmcia/ciscode.h 2004-12-16 23:01:14.000000000 +0900 -@@ -1,5 +1,5 @@ - /* -- * ciscode.h 1.48 2001/08/24 12:16:12 -+ * ciscode.h 1.57 2002/11/03 20:38:14 - * - * The contents of this file are subject to the Mozilla Public License - * Version 1.1 (the "License"); you may not use this file except in -@@ -60,6 +60,10 @@ - #define PRODID_INTEL_DUAL_RS232 0x0301 - #define PRODID_INTEL_2PLUS 0x8422 - -+#define MANFID_KME 0x0032 -+#define PRODID_KME_KXLC005_A 0x0704 -+#define PRODID_KME_KXLC005_B 0x2904 -+ - #define MANFID_LINKSYS 0x0143 - #define PRODID_LINKSYS_PCMLM28 0xc0ab - #define PRODID_LINKSYS_3400 0x3341 -@@ -94,6 +98,8 @@ - #define PRODID_OSITECH_JACK_336 0x0007 - #define PRODID_OSITECH_SEVEN 0x0008 - -+#define MANFID_OXSEMI 0x0279 -+ - #define MANFID_PIONEER 0x000b - - #define MANFID_PSION 0x016c -@@ -103,6 +109,7 @@ - #define PRODID_QUATECH_SPP100 0x0003 - #define PRODID_QUATECH_DUAL_RS232 0x0012 - #define PRODID_QUATECH_DUAL_RS232_D1 0x0007 -+#define PRODID_QUATECH_DUAL_RS232_D2 0x0052 - #define PRODID_QUATECH_QUAD_RS232 0x001b - #define PRODID_QUATECH_DUAL_RS422 0x000e - #define PRODID_QUATECH_QUAD_RS422 0x0045 -@@ -120,9 +127,12 @@ - - #define MANFID_TDK 0x0105 - #define PRODID_TDK_CF010 0x0900 -+#define PRODID_TDK_GN3410 0x4815 - - #define MANFID_TOSHIBA 0x0098 - -+#define MANFID_UNGERMANN 0x02c0 -+ - #define MANFID_XIRCOM 0x0105 - - #endif /* _LINUX_CISCODE_H */ -diff -Nur c3000_pre/linux/kernel/ksyms.c c3000_work/linux/kernel/ksyms.c ---- c3000_pre/linux/kernel/ksyms.c 2004-08-21 09:49:14.000000000 +0900 -+++ c3000_work/linux/kernel/ksyms.c 2004-12-16 23:01:14.000000000 +0900 -@@ -51,6 +51,7 @@ - #include <linux/completion.h> - #include <linux/seq_file.h> - #include <linux/dnotify.h> -+#include <linux/firmware.h> - #include <asm/checksum.h> - - #if defined(CONFIG_PROC_FS) -@@ -587,6 +588,13 @@ - EXPORT_SYMBOL(md5_pad); - EXPORT_SYMBOL(md5_result); - -+#ifdef CONFIG_FW_LOADER -+EXPORT_SYMBOL(release_firmware); -+EXPORT_SYMBOL(request_firmware); -+EXPORT_SYMBOL(request_firmware_nowait); -+EXPORT_SYMBOL(register_firmware); -+#endif -+ - /* software interrupts */ - EXPORT_SYMBOL(tasklet_hi_vec); - EXPORT_SYMBOL(tasklet_vec); -diff -Nur c3000_pre/linux/lib/Config.in c3000_work/linux/lib/Config.in ---- c3000_pre/linux/lib/Config.in 2004-08-21 09:49:14.000000000 +0900 -+++ c3000_work/linux/lib/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -9,4 +9,9 @@ - - source crypto/Config.in - -+if [ "$CONFIG_EXPERIMENTAL" = "y" -a \ -+ "$CONFIG_HOTPLUG" = "y" ]; then -+ tristate 'Hotplug firmware loading support (EXPERIMENTAL)' CONFIG_FW_LOADER -+fi -+ - endmenu -diff -Nur c3000_pre/linux/lib/Makefile c3000_work/linux/lib/Makefile ---- c3000_pre/linux/lib/Makefile 2004-08-21 09:49:14.000000000 +0900 -+++ c3000_work/linux/lib/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -9,10 +9,12 @@ - - L_TARGET := lib.a - --export-objs := cmdline.o dec_and_lock.o rwsem-spinlock.o rwsem.o rbtree.o -+export-objs := cmdline.o dec_and_lock.o rwsem-spinlock.o rwsem.o \ -+ rbtree.o firmware_class.o - - obj-y := errno.o ctype.o string.o vsprintf.o brlock.o cmdline.o bust_spinlocks.o rbtree.o md5.o - -+obj-$(CONFIG_FW_LOADER) += firmware_class.o - obj-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o - obj-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o - -@@ -23,6 +25,8 @@ - subdir-$(CONFIG_ZLIB_INFLATE) += zlib_inflate - subdir-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate - -+include $(TOPDIR)/drivers/bluetooth/Makefile.lib -+ - # Include the subdirs, if necessary. - obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o)) - -diff -Nur c3000_pre/linux/lib/firmware_class.c c3000_work/linux/lib/firmware_class.c ---- c3000_pre/linux/lib/firmware_class.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/lib/firmware_class.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,573 @@ -+/* -+ * firmware_class.c - Multi purpose firmware loading support -+ * -+ * Copyright (c) 2003 Manuel Estrada Sainz <ranty@debian.org> -+ * -+ * Please see Documentation/firmware_class/ for more information. -+ * -+ */ -+/* -+ * Based on kernel/kmod.c and drivers/usb/usb.c -+ */ -+/* -+ kernel/kmod.c -+ Kirk Petersen -+ -+ Reorganized not to be a daemon by Adam Richter, with guidance -+ from Greg Zornetzer. -+ -+ Modified to avoid chroot and file sharing problems. -+ Mikael Pettersson -+ -+ Limit the concurrent number of kmod modprobes to catch loops from -+ "modprobe needs a service that is in a module". -+ Keith Owens <kaos@ocs.com.au> December 1999 -+ -+ Unblock all signals when we exec a usermode process. -+ Shuu Yamaguchi <shuu@wondernetworkresources.com> December 2000 -+*/ -+/* -+ * drivers/usb/usb.c -+ * -+ * (C) Copyright Linus Torvalds 1999 -+ * (C) Copyright Johannes Erdfelt 1999-2001 -+ * (C) Copyright Andreas Gal 1999 -+ * (C) Copyright Gregory P. Smith 1999 -+ * (C) Copyright Deti Fliegl 1999 (new USB architecture) -+ * (C) Copyright Randy Dunlap 2000 -+ * (C) Copyright David Brownell 2000 (kernel hotplug, usb_device_id) -+ * (C) Copyright Yggdrasil Computing, Inc. 2000 -+ * (usb_device_id matching changes by Adam J. Richter) -+ */ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+#include <linux/string.h> -+#include <linux/types.h> -+#include <linux/init.h> -+#include <linux/slab.h> -+#include <linux/kmod.h> -+#include <linux/proc_fs.h> -+#include <linux/vmalloc.h> -+#include <asm/hardirq.h> -+ -+#include "linux/firmware.h" -+ -+MODULE_AUTHOR("Manuel Estrada Sainz <ranty@debian.org>"); -+MODULE_DESCRIPTION("Multi purpose firmware loading support"); -+MODULE_LICENSE("GPL"); -+ -+#define err(format, arg...) \ -+ printk(KERN_ERR "%s:%s: " format "\n",__FILE__, __FUNCTION__ , ## arg) -+#define warn(format, arg...) \ -+ printk(KERN_WARNING "%s:%s: " format "\n",__FILE__, __FUNCTION__ , ## arg) -+#define dbg(format, arg...) \ -+ printk(KERN_DEBUG "%s:%s: " format "\n",__FILE__, __FUNCTION__ , ## arg) -+ -+static int loading_timeout = 10; /* In seconds */ -+static struct proc_dir_entry *proc_dir_timeout; -+static struct proc_dir_entry *proc_dir; -+ -+#ifdef CONFIG_HOTPLUG -+ -+static int -+call_helper(char *verb, const char *name, const char *device) -+{ -+ char *argv[3], **envp, *buf, *scratch; -+ int i = 0; -+ -+ int retval = 0; -+ -+ if (!hotplug_path[0]) -+ return -ENOENT; -+ if (in_interrupt()) { -+ err("in_interrupt"); -+ return -EFAULT; -+ } -+ if (!current->fs->root) { -+ warn("call_policy %s -- no FS yet", verb); -+ return -EPERM; -+ } -+ -+ if (!(envp = (char **) kmalloc(20 * sizeof (char *), GFP_KERNEL))) { -+ err("unable to allocate envp"); -+ return -ENOMEM; -+ } -+ if (!(buf = kmalloc(256, GFP_KERNEL))) { -+ kfree(envp); -+ err("unable to allocate buf"); -+ return -ENOMEM; -+ } -+ -+ /* only one standardized param to hotplug command: type */ -+ argv[0] = hotplug_path; -+ argv[1] = "firmware"; -+ argv[2] = 0; -+ -+ /* minimal command environment */ -+ envp[i++] = "HOME=/"; -+ envp[i++] = "PATH=/sbin:/bin:/usr/sbin:/usr/bin"; -+ -+#ifdef DEBUG -+ /* hint that policy agent should enter no-stdout debug mode */ -+ envp[i++] = "DEBUG=kernel"; -+#endif -+ scratch = buf; -+ -+ if (device) { -+ envp[i++] = scratch; -+ scratch += snprintf(scratch, FIRMWARE_NAME_MAX+25, -+ "DEVPATH=/driver/firmware/%s", device) + 1; -+ } -+ -+ envp[i++] = scratch; -+ scratch += sprintf(scratch, "ACTION=%s", verb) + 1; -+ -+ envp[i++] = scratch; -+ scratch += snprintf(scratch, FIRMWARE_NAME_MAX, -+ "FIRMWARE=%s", name) + 1; -+ -+ envp[i++] = 0; -+ -+#ifdef DEBUG -+ dbg("firmware: %s %s %s", argv[0], argv[1], verb); -+#endif -+ -+ retval = call_usermodehelper(argv[0], argv, envp); -+ if (retval) { -+ printk("call_usermodehelper return %d\n", retval); -+ } -+ -+ kfree(buf); -+ kfree(envp); -+ return retval; -+} -+#else -+ -+static inline int -+call_helper(char *verb, const char *name, const char *device) -+{ -+ return -ENOENT; -+} -+ -+#endif /* CONFIG_HOTPLUG */ -+ -+struct firmware_priv { -+ struct completion completion; -+ struct proc_dir_entry *proc_dir; -+ struct proc_dir_entry *attr_data; -+ struct proc_dir_entry *attr_loading; -+ struct firmware *fw; -+ int loading; -+ int abort; -+ int alloc_size; -+ struct timer_list timeout; -+}; -+ -+static int -+firmware_timeout_show(char *buf, char **start, off_t off, -+ int count, int *eof, void *data) -+{ -+ return sprintf(buf, "%d\n", loading_timeout); -+} -+ -+/** -+ * firmware_timeout_store: -+ * Description: -+ * Sets the number of seconds to wait for the firmware. Once -+ * this expires an error will be return to the driver and no -+ * firmware will be provided. -+ * -+ * Note: zero means 'wait for ever' -+ * -+ **/ -+static int -+firmware_timeout_store(struct file *file, const char *buf, -+ unsigned long count, void *data) -+{ -+ loading_timeout = simple_strtol(buf, NULL, 10); -+ return count; -+} -+ -+static int -+firmware_loading_show(char *buf, char **start, off_t off, -+ int count, int *eof, void *data) -+{ -+ struct firmware_priv *fw_priv = data; -+ return sprintf(buf, "%d\n", fw_priv->loading); -+} -+ -+/** -+ * firmware_loading_store: - loading control file -+ * Description: -+ * The relevant values are: -+ * -+ * 1: Start a load, discarding any previous partial load. -+ * 0: Conclude the load and handle the data to the driver code. -+ * -1: Conclude the load with an error and discard any written data. -+ **/ -+static int -+firmware_loading_store(struct file *file, const char *buf, -+ unsigned long count, void *data) -+{ -+ struct firmware_priv *fw_priv = data; -+ int prev_loading = fw_priv->loading; -+ -+ fw_priv->loading = simple_strtol(buf, NULL, 10); -+ -+ switch (fw_priv->loading) { -+ case -1: -+ fw_priv->abort = 1; -+ wmb(); -+ complete(&fw_priv->completion); -+ break; -+ case 1: -+ kfree(fw_priv->fw->data); -+ fw_priv->fw->data = NULL; -+ fw_priv->fw->size = 0; -+ fw_priv->alloc_size = 0; -+ break; -+ case 0: -+ if (prev_loading == 1) -+ complete(&fw_priv->completion); -+ break; -+ } -+ -+ return count; -+} -+ -+static int -+firmware_data_read(char *buffer, char **start, off_t offset, -+ int count, int *eof, void *data) -+{ -+ struct firmware_priv *fw_priv = data; -+ struct firmware *fw = fw_priv->fw; -+ -+ if (offset > fw->size) -+ return 0; -+ if (offset + count > fw->size) -+ count = fw->size - offset; -+ -+ memcpy(buffer, fw->data + offset, count); -+ *start = (void *) ((long) count); -+ return count; -+} -+static int -+fw_realloc_buffer(struct firmware_priv *fw_priv, int min_size) -+{ -+ u8 *new_data; -+ int new_size; -+ -+ if (min_size <= fw_priv->alloc_size) -+ return 0; -+ if((min_size % PAGE_SIZE) == 0) -+ new_size = min_size; -+ else -+ new_size = (min_size + PAGE_SIZE) & PAGE_MASK; -+ new_data = vmalloc(new_size); -+ if (!new_data) { -+ printk(KERN_ERR "%s: unable to alloc buffer\n", __FUNCTION__); -+ /* Make sure that we don't keep incomplete data */ -+ fw_priv->abort = 1; -+ return -ENOMEM; -+ } -+ fw_priv->alloc_size = new_size; -+ if (fw_priv->fw->data) { -+ memcpy(new_data, fw_priv->fw->data, fw_priv->fw->size); -+ vfree(fw_priv->fw->data); -+ } -+ fw_priv->fw->data = new_data; -+ BUG_ON(min_size > fw_priv->alloc_size); -+ return 0; -+} -+ -+/** -+ * firmware_data_write: -+ * -+ * Description: -+ * -+ * Data written to the 'data' attribute will be later handled to -+ * the driver as a firmware image. -+ **/ -+static int -+firmware_data_write(struct file *file, const char *buffer, -+ unsigned long count, void *data) -+{ -+ struct firmware_priv *fw_priv = data; -+ struct firmware *fw = fw_priv->fw; -+ int offset = file->f_pos; -+ int retval; -+ -+ retval = fw_realloc_buffer(fw_priv, offset + count); -+ if (retval) { -+ printk("%s: retval:%d\n", __FUNCTION__, retval); -+ return retval; -+ } -+ -+ memcpy(fw->data + offset, buffer, count); -+ -+ fw->size = max_t(size_t, offset + count, fw->size); -+ file->f_pos += count; -+ return count; -+} -+ -+static void -+firmware_class_timeout(u_long data) -+{ -+ struct firmware_priv *fw_priv = (struct firmware_priv *) data; -+ fw_priv->abort = 1; -+ wmb(); -+ complete(&fw_priv->completion); -+} -+static int -+fw_setup_class_device(struct firmware_priv **fw_priv_p, -+ const char *fw_name, const char *device) -+{ -+ int retval; -+ struct firmware_priv *fw_priv = kmalloc(sizeof (struct firmware_priv), -+ GFP_KERNEL); -+ *fw_priv_p = fw_priv; -+ if (!fw_priv) { -+ retval = -ENOMEM; -+ goto out; -+ } -+ memset(fw_priv, 0, sizeof (*fw_priv)); -+ -+ init_completion(&fw_priv->completion); -+ -+ fw_priv->timeout.function = firmware_class_timeout; -+ fw_priv->timeout.data = (u_long) fw_priv; -+ init_timer(&fw_priv->timeout); -+ -+ retval = -EAGAIN; -+ fw_priv->proc_dir = create_proc_entry(device, 0644 | S_IFDIR, proc_dir); -+ if (!fw_priv->proc_dir) -+ goto err_free_fw_priv; -+ -+ fw_priv->attr_data = create_proc_entry("data", 0644 | S_IFREG, -+ fw_priv->proc_dir); -+ if (!fw_priv->attr_data) -+ goto err_remove_dir; -+ -+ fw_priv->attr_data->read_proc = firmware_data_read; -+ fw_priv->attr_data->write_proc = firmware_data_write; -+ fw_priv->attr_data->data = fw_priv; -+ -+ fw_priv->attr_loading = create_proc_entry("loading", 0644 | S_IFREG, -+ fw_priv->proc_dir); -+ if (!fw_priv->attr_loading) -+ goto err_remove_data; -+ -+ fw_priv->attr_loading->read_proc = firmware_loading_show; -+ fw_priv->attr_loading->write_proc = firmware_loading_store; -+ fw_priv->attr_loading->data = fw_priv; -+ -+ retval = 0; -+ fw_priv->fw = kmalloc(sizeof (struct firmware), GFP_KERNEL); -+ if (!fw_priv->fw) { -+ printk(KERN_ERR "%s: kmalloc(struct firmware) failed\n", -+ __FUNCTION__); -+ retval = -ENOMEM; -+ goto err_remove_loading; -+ } -+ memset(fw_priv->fw, 0, sizeof (*fw_priv->fw)); -+ -+ goto out; -+ -+err_remove_loading: -+ remove_proc_entry("loading", fw_priv->proc_dir); -+err_remove_data: -+ remove_proc_entry("data", fw_priv->proc_dir); -+err_remove_dir: -+ remove_proc_entry(device, proc_dir); -+err_free_fw_priv: -+ kfree(fw_priv); -+out: -+ return retval; -+} -+static void -+fw_remove_class_device(struct firmware_priv *fw_priv) -+{ -+ remove_proc_entry("loading", fw_priv->proc_dir); -+ remove_proc_entry("data", fw_priv->proc_dir); -+ remove_proc_entry(fw_priv->proc_dir->name, proc_dir); -+} -+ -+/** -+ * request_firmware: - request firmware to hotplug and wait for it -+ * Description: -+ * @firmware will be used to return a firmware image by the name -+ * of @name for device @device. -+ * -+ * Should be called from user context where sleeping is allowed. -+ * -+ * @name will be use as $FIRMWARE in the hotplug environment and -+ * should be distinctive enough not to be confused with any other -+ * firmware image for this or any other device. -+ **/ -+int -+request_firmware(const struct firmware **firmware, const char *name, -+ const char *device) -+{ -+ struct firmware_priv *fw_priv; -+ int retval; -+ -+ if (!firmware) { -+ retval = -EINVAL; -+ goto out; -+ } -+ *firmware = NULL; -+ -+ retval = fw_setup_class_device(&fw_priv, name, device); -+ if (retval) -+ goto out; -+ -+ retval = call_helper("add", name, device); -+ if (retval) -+ goto out; -+ if (loading_timeout) { -+ fw_priv->timeout.expires = jiffies + loading_timeout * HZ; -+ add_timer(&fw_priv->timeout); -+ } -+ -+ wait_for_completion(&fw_priv->completion); -+ -+ del_timer(&fw_priv->timeout); -+ fw_remove_class_device(fw_priv); -+ -+ if (fw_priv->fw->size && !fw_priv->abort) { -+ *firmware = fw_priv->fw; -+ } else { -+ retval = -ENOENT; -+ vfree(fw_priv->fw->data); -+ kfree(fw_priv->fw); -+ } -+out: -+ kfree(fw_priv); -+ return retval; -+} -+ -+void -+release_firmware(const struct firmware *fw) -+{ -+ if (fw) { -+ vfree(fw->data); -+ kfree(fw); -+ } -+} -+ -+/** -+ * register_firmware: - provide a firmware image for later usage -+ * -+ * Description: -+ * Make sure that @data will be available by requesting firmware @name. -+ * -+ * Note: This will not be possible until some kind of persistence -+ * is available. -+ **/ -+void -+register_firmware(const char *name, const u8 *data, size_t size) -+{ -+ /* This is meaningless without firmware caching, so until we -+ * decide if firmware caching is reasonable just leave it as a -+ * noop */ -+} -+ -+/* Async support */ -+struct firmware_work { -+ struct tq_struct work; -+ struct module *module; -+ const char *name; -+ const char *device; -+ void *context; -+ void (*cont)(const struct firmware *fw, void *context); -+}; -+ -+static void -+request_firmware_work_func(void *arg) -+{ -+ struct firmware_work *fw_work = arg; -+ const struct firmware *fw; -+ if (!arg) -+ return; -+ request_firmware(&fw, fw_work->name, fw_work->device); -+ fw_work->cont(fw, fw_work->context); -+ release_firmware(fw); -+ __MOD_DEC_USE_COUNT(fw_work->module); -+ kfree(fw_work); -+} -+ -+/** -+ * request_firmware_nowait: -+ * -+ * Description: -+ * Asynchronous variant of request_firmware() for contexts where -+ * it is not possible to sleep. -+ * -+ * @cont will be called asynchronously when the firmware request is over. -+ * -+ * @context will be passed over to @cont. -+ * -+ * @fw may be %NULL if firmware request fails. -+ * -+ **/ -+int -+request_firmware_nowait( -+ struct module *module, -+ const char *name, const char *device, void *context, -+ void (*cont)(const struct firmware *fw, void *context)) -+{ -+ struct firmware_work *fw_work = kmalloc(sizeof (struct firmware_work), -+ GFP_ATOMIC); -+ if (!fw_work) -+ return -ENOMEM; -+ if (!try_inc_mod_count(module)) { -+ kfree(fw_work); -+ return -EFAULT; -+ } -+ -+ *fw_work = (struct firmware_work) { -+ .module = module, -+ .name = name, -+ .device = device, -+ .context = context, -+ .cont = cont, -+ }; -+ INIT_TQUEUE(&fw_work->work, request_firmware_work_func, fw_work); -+ -+ schedule_task(&fw_work->work); -+ return 0; -+} -+ -+static int __init -+firmware_class_init(void) -+{ -+ proc_dir = create_proc_entry("driver/firmware", 0755 | S_IFDIR, NULL); -+ if (!proc_dir) -+ return -EAGAIN; -+ proc_dir_timeout = create_proc_entry("timeout", -+ 0644 | S_IFREG, proc_dir); -+ if (!proc_dir_timeout) { -+ remove_proc_entry("driver/firmware", NULL); -+ return -EAGAIN; -+ } -+ proc_dir_timeout->read_proc = firmware_timeout_show; -+ proc_dir_timeout->write_proc = firmware_timeout_store; -+ return 0; -+} -+static void __exit -+firmware_class_exit(void) -+{ -+ remove_proc_entry("timeout", proc_dir); -+ remove_proc_entry("driver/firmware", NULL); -+} -+ -+module_init(firmware_class_init); -+module_exit(firmware_class_exit); -+ -+#ifndef CONFIG_FW_LOADER -+EXPORT_SYMBOL(release_firmware); -+EXPORT_SYMBOL(request_firmware); -+EXPORT_SYMBOL(request_firmware_nowait); -+EXPORT_SYMBOL(register_firmware); -+#endif -diff -Nur c3000_pre/linux/net/bluetooth/Config.in c3000_work/linux/net/bluetooth/Config.in ---- c3000_pre/linux/net/bluetooth/Config.in 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -1,8 +1,9 @@ - # --# Bluetooth configuration -+# Bluetooth subsystem configuration - # - - if [ "$CONFIG_NET" != "n" ]; then -+ - mainmenu_option next_comment - comment 'Bluetooth support' - dep_tristate 'Bluetooth subsystem support' CONFIG_BLUEZ $CONFIG_NET -@@ -10,9 +11,13 @@ - if [ "$CONFIG_BLUEZ" != "n" ]; then - dep_tristate 'L2CAP protocol support' CONFIG_BLUEZ_L2CAP $CONFIG_BLUEZ - dep_tristate 'SCO links support' CONFIG_BLUEZ_SCO $CONFIG_BLUEZ -+ source net/bluetooth/rfcomm/Config.in - source net/bluetooth/bnep/Config.in -+ source net/bluetooth/cmtp/Config.in -+ source net/bluetooth/hidp/Config.in - source drivers/bluetooth/Config.in - fi -+ - endmenu - fi - -diff -Nur c3000_pre/linux/net/bluetooth/Makefile c3000_work/linux/net/bluetooth/Makefile ---- c3000_pre/linux/net/bluetooth/Makefile 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -1,10 +1,11 @@ - # --# Makefile for the Bluetooth subsystem -+# Makefile for the Linux Bluetooth subsystem - # -+ - O_TARGET := bluetooth.o - - list-multi := bluez.o --export-objs := syms.o -+export-objs := syms.o l2cap.o - - bluez-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.o - -@@ -12,12 +13,27 @@ - obj-$(CONFIG_BLUEZ_L2CAP) += l2cap.o - obj-$(CONFIG_BLUEZ_SCO) += sco.o - -+subdir-$(CONFIG_BLUEZ_RFCOMM) += rfcomm - subdir-$(CONFIG_BLUEZ_BNEP) += bnep -+subdir-$(CONFIG_BLUEZ_CMTP) += cmtp -+subdir-$(CONFIG_BLUEZ_HIDP) += hidp -+ -+ifeq ($(CONFIG_BLUEZ_RFCOMM),y) -+obj-y += rfcomm/rfcomm.o -+endif - - ifeq ($(CONFIG_BLUEZ_BNEP),y) - obj-y += bnep/bnep.o - endif - -+ifeq ($(CONFIG_BLUEZ_CMTP),y) -+obj-y += cmtp/cmtp.o -+endif -+ -+ifeq ($(CONFIG_BLUEZ_HIDP),y) -+obj-y += hidp/hidp.o -+endif -+ - include $(TOPDIR)/Rules.make - - bluez.o: $(bluez-objs) -diff -Nur c3000_pre/linux/net/bluetooth/af_bluetooth.c c3000_work/linux/net/bluetooth/af_bluetooth.c ---- c3000_pre/linux/net/bluetooth/af_bluetooth.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/af_bluetooth.c 2004-12-16 23:01:14.000000000 +0900 -@@ -27,7 +27,7 @@ - * - * $Id: af_bluetooth.c,v 1.8 2002/07/22 20:32:54 maxk Exp $ - */ --#define VERSION "2.2" -+#define VERSION "2.4" - - #include <linux/config.h> - #include <linux/module.h> -@@ -57,7 +57,7 @@ - #endif - - /* Bluetooth sockets */ --#define BLUEZ_MAX_PROTO 5 -+#define BLUEZ_MAX_PROTO 7 - static struct net_proto_family *bluez_proto[BLUEZ_MAX_PROTO]; - - int bluez_sock_register(int proto, struct net_proto_family *ops) -@@ -221,12 +221,11 @@ - unsigned int bluez_sock_poll(struct file * file, struct socket *sock, poll_table *wait) - { - struct sock *sk = sock->sk; -- unsigned int mask; -+ unsigned int mask = 0; - - BT_DBG("sock %p, sk %p", sock, sk); - - poll_wait(file, sk->sleep, wait); -- mask = 0; - - if (sk->err || !skb_queue_empty(&sk->error_queue)) - mask |= POLLERR; -@@ -242,9 +241,11 @@ - if (sk->state == BT_CLOSED) - mask |= POLLHUP; - -- if (sk->state == BT_CONNECT || sk->state == BT_CONNECT2) -+ if (sk->state == BT_CONNECT || -+ sk->state == BT_CONNECT2 || -+ sk->state == BT_CONFIG) - return mask; -- -+ - if (sock_writeable(sk)) - mask |= POLLOUT | POLLWRNORM | POLLWRBAND; - else -@@ -253,39 +254,35 @@ - return mask; - } - --int bluez_sock_w4_connect(struct sock *sk, int flags) -+int bluez_sock_wait_state(struct sock *sk, int state, unsigned long timeo) - { - DECLARE_WAITQUEUE(wait, current); -- long timeo = sock_sndtimeo(sk, flags & O_NONBLOCK); - int err = 0; - - BT_DBG("sk %p", sk); - - add_wait_queue(sk->sleep, &wait); -- while (sk->state != BT_CONNECTED) { -+ while (sk->state != state) { - set_current_state(TASK_INTERRUPTIBLE); -+ - if (!timeo) { - err = -EAGAIN; - break; - } - -+ if (signal_pending(current)) { -+ err = sock_intr_errno(timeo); -+ break; -+ } -+ - release_sock(sk); - timeo = schedule_timeout(timeo); - lock_sock(sk); - -- err = 0; -- if (sk->state == BT_CONNECTED) -- break; -- - if (sk->err) { - err = sock_error(sk); - break; - } -- -- if (signal_pending(current)) { -- err = sock_intr_errno(timeo); -- break; -- } - } - set_current_state(TASK_RUNNING); - remove_wait_queue(sk->sleep, &wait); -diff -Nur c3000_pre/linux/net/bluetooth/bnep/Config.in c3000_work/linux/net/bluetooth/bnep/Config.in ---- c3000_pre/linux/net/bluetooth/bnep/Config.in 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/bnep/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -1,6 +1,11 @@ -+# -+# Bluetooth BNEP layer configuration -+# - - dep_tristate 'BNEP protocol support' CONFIG_BLUEZ_BNEP $CONFIG_BLUEZ_L2CAP -+ - if [ "$CONFIG_BLUEZ_BNEP" != "n" ]; then -- bool ' Multicast filter support' CONFIG_BNEP_MC_FILTER -- bool ' Protocol filter support' CONFIG_BNEP_PROTO_FILTER -+ bool ' Multicast filter support' CONFIG_BLUEZ_BNEP_MC_FILTER -+ bool ' Protocol filter support' CONFIG_BLUEZ_BNEP_PROTO_FILTER - fi -+ -diff -Nur c3000_pre/linux/net/bluetooth/bnep/Makefile c3000_work/linux/net/bluetooth/bnep/Makefile ---- c3000_pre/linux/net/bluetooth/bnep/Makefile 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/bnep/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -1,5 +1,5 @@ - # --# Makefile for BNEP protocol -+# Makefile for the Linux Bluetooth BNEP layer - # - - O_TARGET := bnep.o -diff -Nur c3000_pre/linux/net/bluetooth/bnep/bnep.h c3000_work/linux/net/bluetooth/bnep/bnep.h ---- c3000_pre/linux/net/bluetooth/bnep/bnep.h 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/bnep/bnep.h 2004-12-16 23:01:14.000000000 +0900 -@@ -112,25 +112,25 @@ - __u8 data[0]; - } __attribute__((packed)); - --// Ioctl interface --#define BNEPCONADD 1 --#define BNEPCONDEL 2 --#define BNEPGETCONLIST 3 --#define BNEPGETCONINFO 4 -+/* BNEP ioctl defines */ -+#define BNEPCONNADD _IOW('B', 200, int) -+#define BNEPCONNDEL _IOW('B', 201, int) -+#define BNEPGETCONNLIST _IOR('B', 210, int) -+#define BNEPGETCONNINFO _IOR('B', 211, int) - --struct bnep_conadd_req { -+struct bnep_connadd_req { - int sock; // Connected socket - __u32 flags; - __u16 role; - char device[16]; // Name of the Ethernet device - }; - --struct bnep_condel_req { -+struct bnep_conndel_req { - __u32 flags; - __u8 dst[ETH_ALEN]; - }; - --struct bnep_coninfo { -+struct bnep_conninfo { - __u32 flags; - __u16 role; - __u16 state; -@@ -138,9 +138,9 @@ - char device[16]; - }; - --struct bnep_conlist_req { -+struct bnep_connlist_req { - __u32 cnum; -- struct bnep_coninfo *ci; -+ struct bnep_conninfo *ci; - }; - - struct bnep_proto_filter { -@@ -148,10 +148,10 @@ - __u16 end; - }; - --int bnep_add_connection(struct bnep_conadd_req *req, struct socket *sock); --int bnep_del_connection(struct bnep_condel_req *req); --int bnep_get_conlist(struct bnep_conlist_req *req); --int bnep_get_coninfo(struct bnep_coninfo *ci); -+int bnep_add_connection(struct bnep_connadd_req *req, struct socket *sock); -+int bnep_del_connection(struct bnep_conndel_req *req); -+int bnep_get_connlist(struct bnep_connlist_req *req); -+int bnep_get_conninfo(struct bnep_conninfo *ci); - - // BNEP sessions - struct bnep_session { -diff -Nur c3000_pre/linux/net/bluetooth/bnep/core.c c3000_work/linux/net/bluetooth/bnep/core.c ---- c3000_pre/linux/net/bluetooth/bnep/core.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/bnep/core.c 2004-12-16 23:01:14.000000000 +0900 -@@ -58,17 +58,17 @@ - - #include "bnep.h" - --#ifndef CONFIG_BNEP_DEBUG -+#ifndef CONFIG_BLUEZ_BNEP_DEBUG - #undef BT_DBG - #define BT_DBG(D...) - #endif - --#define VERSION "1.0" -+#define VERSION "1.2" - - static LIST_HEAD(bnep_session_list); - static DECLARE_RWSEM(bnep_session_sem); - --static struct bnep_session *__bnep_get_session(__u8 *dst) -+static struct bnep_session *__bnep_get_session(u8 *dst) - { - struct bnep_session *s; - struct list_head *p; -@@ -104,7 +104,7 @@ - return sock->ops->sendmsg(sock, &s->msg, len, NULL); - } - --static int bnep_send_rsp(struct bnep_session *s, __u8 ctrl, __u16 resp) -+static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) - { - struct bnep_control_rsp rsp; - rsp.type = BNEP_CONTROL; -@@ -113,23 +113,37 @@ - return bnep_send(s, &rsp, sizeof(rsp)); - } - --static int bnep_ctrl_set_netfilter(struct bnep_session *s, struct sk_buff *skb) -+#ifdef CONFIG_BLUEZ_BNEP_PROTO_FILTER -+static inline void bnep_set_default_proto_filter(struct bnep_session *s) -+{ -+ /* (IPv4, ARP) */ -+ s->proto_filter[0].start = htons(0x0800); -+ s->proto_filter[0].end = htons(0x0806); -+ /* (RARP, AppleTalk) */ -+ s->proto_filter[1].start = htons(0x8035); -+ s->proto_filter[1].end = htons(0x80F3); -+ /* (IPX, IPv6) */ -+ s->proto_filter[2].start = htons(0x8137); -+ s->proto_filter[2].end = htons(0x86DD); -+} -+#endif -+ -+static int bnep_ctrl_set_netfilter(struct bnep_session *s, u16 *data, int len) - { -- __u16 *data; - int n; -- -- data = (void *) skb->data; -- if (!skb_pull(skb, 2)) -+ -+ if (len < 2) - return -EILSEQ; -+ - n = ntohs(get_unaligned(data)); -+ data++; len -= 2; - -- data = (void *) skb->data; -- if (!skb_pull(skb, n)) -+ if (len < n) - return -EILSEQ; - - BT_DBG("filter len %d", n); - --#ifdef CONFIG_BNEP_PROTO_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_PROTO_FILTER - n /= 4; - if (n <= BNEP_MAX_PROTO_FILTERS) { - struct bnep_proto_filter *f = s->proto_filter; -@@ -142,9 +156,13 @@ - BT_DBG("proto filter start %d end %d", - f[i].start, f[i].end); - } -+ - if (i < BNEP_MAX_PROTO_FILTERS) - memset(f + i, 0, sizeof(*f)); - -+ if (n == 0) -+ bnep_set_default_proto_filter(s); -+ - bnep_send_rsp(s, BNEP_FILTER_NET_TYPE_RSP, BNEP_SUCCESS); - } else { - bnep_send_rsp(s, BNEP_FILTER_NET_TYPE_RSP, BNEP_FILTER_LIMIT_REACHED); -@@ -155,23 +173,22 @@ - return 0; - } - --static int bnep_ctrl_set_mcfilter(struct bnep_session *s, struct sk_buff *skb) -+static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) - { -- u8 *data; - int n; -- -- data = (void *) skb->data; -- if (!skb_pull(skb, 2)) -+ -+ if (len < 2) - return -EILSEQ; -- n = ntohs(get_unaligned((u16 *) data)); - -- data = (void *) skb->data; -- if (!skb_pull(skb, n)) -+ n = ntohs(get_unaligned((u16 *) data)); -+ data += 2; len -= 2; -+ -+ if (len < n) - return -EILSEQ; - - BT_DBG("filter len %d", n); - --#ifdef CONFIG_BNEP_MC_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_MC_FILTER - n /= (ETH_ALEN * 2); - - if (n > 0) { -@@ -210,12 +227,13 @@ - return 0; - } - --static int bnep_rx_control(struct bnep_session *s, struct sk_buff *skb) -+static int bnep_rx_control(struct bnep_session *s, void *data, int len) - { -+ u8 cmd = *(u8 *)data; - int err = 0; -- __u8 cmd = *(__u8 *) skb->data; -- skb_pull(skb, 1); -- -+ -+ data++; len--; -+ - switch (cmd) { - case BNEP_CMD_NOT_UNDERSTOOD: - case BNEP_SETUP_CONN_REQ: -@@ -226,15 +244,15 @@ - break; - - case BNEP_FILTER_NET_TYPE_SET: -- err = bnep_ctrl_set_netfilter(s, skb); -+ err = bnep_ctrl_set_netfilter(s, data, len); - break; - - case BNEP_FILTER_MULTI_ADDR_SET: -- err = bnep_ctrl_set_mcfilter(s, skb); -+ err = bnep_ctrl_set_mcfilter(s, data, len); - break; - - default: { -- __u8 pkt[3]; -+ u8 pkt[3]; - pkt[0] = BNEP_CONTROL; - pkt[1] = BNEP_CMD_NOT_UNDERSTOOD; - pkt[2] = cmd; -@@ -262,21 +280,24 @@ - - switch (h->type & BNEP_TYPE_MASK) { - case BNEP_EXT_CONTROL: -- err = bnep_rx_control(s, skb); -+ bnep_rx_control(s, skb->data, skb->len); - break; - - default: -- /* Unknown extension */ -- if (!skb_pull(skb, h->len)) -- err = -EILSEQ; -+ /* Unknown extension, skip it. */ -+ break; -+ } -+ -+ if (!skb_pull(skb, h->len)) { -+ err = -EILSEQ; - break; - } - } while (!err && (h->type & BNEP_EXT_HEADER)); -- -+ - return err; - } - --static __u8 __bnep_rx_hlen[] = { -+static u8 __bnep_rx_hlen[] = { - ETH_HLEN, /* BNEP_GENERAL */ - 0, /* BNEP_CONTROL */ - 2, /* BNEP_COMPRESSED */ -@@ -289,18 +310,18 @@ - { - struct net_device *dev = &s->dev; - struct sk_buff *nskb; -- __u8 type; -+ u8 type; - - dev->last_rx = jiffies; - s->stats.rx_bytes += skb->len; - -- type = *(__u8 *) skb->data; skb_pull(skb, 1); -+ type = *(u8 *) skb->data; skb_pull(skb, 1); - - if ((type & BNEP_TYPE_MASK) > BNEP_RX_TYPES) - goto badframe; -- -+ - if ((type & BNEP_TYPE_MASK) == BNEP_CONTROL) { -- bnep_rx_control(s, skb); -+ bnep_rx_control(s, skb->data, skb->len); - kfree_skb(skb); - return 0; - } -@@ -311,7 +332,7 @@ - if (!skb_pull(skb, __bnep_rx_hlen[type & BNEP_TYPE_MASK])) - goto badframe; - -- s->eh.h_proto = get_unaligned((__u16 *) (skb->data - 2)); -+ s->eh.h_proto = get_unaligned((u16 *) (skb->data - 2)); - - if (type & BNEP_EXT_HEADER) { - if (bnep_rx_extension(s, skb) < 0) -@@ -322,9 +343,9 @@ - if (ntohs(s->eh.h_proto) == 0x8100) { - if (!skb_pull(skb, 4)) - goto badframe; -- s->eh.h_proto = get_unaligned((__u16 *) (skb->data - 2)); -+ s->eh.h_proto = get_unaligned((u16 *) (skb->data - 2)); - } -- -+ - /* We have to alloc new skb and copy data here :(. Because original skb - * may not be modified and because of the alignment requirements. */ - nskb = alloc_skb(2 + ETH_HLEN + skb->len, GFP_KERNEL); -@@ -340,11 +361,11 @@ - case BNEP_COMPRESSED: - memcpy(__skb_put(nskb, ETH_HLEN), &s->eh, ETH_HLEN); - break; -- -+ - case BNEP_COMPRESSED_SRC_ONLY: - memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN); - memcpy(__skb_put(nskb, ETH_ALEN), skb->mac.raw, ETH_ALEN); -- put_unaligned(s->eh.h_proto, (__u16 *) __skb_put(nskb, 2)); -+ put_unaligned(s->eh.h_proto, (u16 *) __skb_put(nskb, 2)); - break; - - case BNEP_COMPRESSED_DST_ONLY: -@@ -354,13 +375,13 @@ - - case BNEP_GENERAL: - memcpy(__skb_put(nskb, ETH_ALEN * 2), skb->mac.raw, ETH_ALEN * 2); -- put_unaligned(s->eh.h_proto, (__u16 *) __skb_put(nskb, 2)); -+ put_unaligned(s->eh.h_proto, (u16 *) __skb_put(nskb, 2)); - break; - } - - memcpy(__skb_put(nskb, skb->len), skb->data, skb->len); - kfree_skb(skb); -- -+ - s->stats.rx_packets++; - nskb->dev = dev; - nskb->ip_summed = CHECKSUM_UNNECESSARY; -@@ -374,7 +395,7 @@ - return 0; - } - --static __u8 __bnep_tx_types[] = { -+static u8 __bnep_tx_types[] = { - BNEP_GENERAL, - BNEP_COMPRESSED_SRC_ONLY, - BNEP_COMPRESSED_DST_ONLY, -@@ -387,7 +408,7 @@ - struct socket *sock = s->sock; - struct iovec iv[3]; - int len = 0, il = 0; -- __u8 type = 0; -+ u8 type = 0; - - BT_DBG("skb %p dev %p type %d", skb, skb->dev, skb->pkt_type); - -@@ -424,9 +445,9 @@ - send: - iv[il++] = (struct iovec) { skb->data, skb->len }; - len += skb->len; -- -+ - /* FIXME: linearize skb */ -- -+ - s->msg.msg_iov = iv; - s->msg.msg_iovlen = il; - len = sock->ops->sendmsg(sock, &s->msg, len, NULL); -@@ -451,16 +472,16 @@ - - BT_DBG(""); - -- daemonize(); reparent_to_init(); -+ daemonize(); reparent_to_init(); - -- sprintf(current->comm, "kbnepd %s", dev->name); -- -- sigfillset(¤t->blocked); -+ sprintf(current->comm, "kbnepd %s", dev->name); -+ -+ sigfillset(¤t->blocked); - flush_signals(current); - - current->nice = -15; - -- set_fs(KERNEL_DS); -+ set_fs(KERNEL_DS); - - init_waitqueue_entry(&wait, current); - add_wait_queue(sk->sleep, &wait); -@@ -475,13 +496,13 @@ - - if (sk->state != BT_CONNECTED) - break; -- -+ - // TX - while ((skb = skb_dequeue(&sk->write_queue))) - if (bnep_tx_frame(s, skb)) - break; - netif_wake_queue(dev); -- -+ - schedule(); - } - set_current_state(TASK_RUNNING); -@@ -503,11 +524,11 @@ - return 0; - } - --int bnep_add_connection(struct bnep_conadd_req *req, struct socket *sock) -+int bnep_add_connection(struct bnep_connadd_req *req, struct socket *sock) - { - struct net_device *dev; - struct bnep_session *s, *ss; -- __u8 dst[ETH_ALEN], src[ETH_ALEN]; -+ u8 dst[ETH_ALEN], src[ETH_ALEN]; - int err; - - BT_DBG(""); -@@ -535,6 +556,8 @@ - else - strcpy(dev->name, "bnep%d"); - -+ memset(dev->broadcast, 0xff, ETH_ALEN); -+ - /* This is rx header therefor addresses are swaped. - * ie eh.h_dest is our local address. */ - memcpy(s->eh.h_dest, &src, ETH_ALEN); -@@ -543,28 +566,19 @@ - s->sock = sock; - s->role = req->role; - s->state = BT_CONNECTED; -- -+ - s->msg.msg_flags = MSG_NOSIGNAL; - --#ifdef CONFIG_BNEP_MC_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_MC_FILTER - /* Set default mc filter */ - set_bit(bnep_mc_hash(dev->broadcast), &s->mc_filter); - #endif -- --#ifdef CONFIG_BNEP_PROTO_FILTER -- /* Set default protocol filter */ - -- /* (IPv4, ARP) */ -- s->proto_filter[0].start = htons(0x0800); -- s->proto_filter[0].end = htons(0x0806); -- /* (RARP, AppleTalk) */ -- s->proto_filter[1].start = htons(0x8035); -- s->proto_filter[1].end = htons(0x80F3); -- /* (IPX, IPv6) */ -- s->proto_filter[2].start = htons(0x8137); -- s->proto_filter[2].end = htons(0x86DD); -+#ifdef CONFIG_BLUEZ_BNEP_PROTO_FILTER -+ /* Set default protocol filter */ -+ bnep_set_default_proto_filter(s); - #endif -- -+ - dev->init = bnep_net_init; - dev->priv = s; - err = register_netdev(dev); -@@ -573,7 +587,7 @@ - } - - __bnep_link_session(s); -- -+ - err = kernel_thread(bnep_session, s, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); - if (err < 0) { - /* Session thread start failed, gotta cleanup. */ -@@ -592,7 +606,7 @@ - return err; - } - --int bnep_del_connection(struct bnep_condel_req *req) -+int bnep_del_connection(struct bnep_conndel_req *req) - { - struct bnep_session *s; - int err = 0; -@@ -617,7 +631,7 @@ - return err; - } - --static void __bnep_copy_ci(struct bnep_coninfo *ci, struct bnep_session *s) -+static void __bnep_copy_ci(struct bnep_conninfo *ci, struct bnep_session *s) - { - memcpy(ci->dst, s->eh.h_source, ETH_ALEN); - strcpy(ci->device, s->dev.name); -@@ -626,7 +640,7 @@ - ci->role = s->role; - } - --int bnep_get_conlist(struct bnep_conlist_req *req) -+int bnep_get_connlist(struct bnep_connlist_req *req) - { - struct list_head *p; - int err = 0, n = 0; -@@ -635,7 +649,7 @@ - - list_for_each(p, &bnep_session_list) { - struct bnep_session *s; -- struct bnep_coninfo ci; -+ struct bnep_conninfo ci; - - s = list_entry(p, struct bnep_session, list); - -@@ -657,7 +671,7 @@ - return err; - } - --int bnep_get_coninfo(struct bnep_coninfo *ci) -+int bnep_get_conninfo(struct bnep_conninfo *ci) - { - struct bnep_session *s; - int err = 0; -@@ -676,17 +690,16 @@ - - static int __init bnep_init_module(void) - { -- BT_INFO("BNEP: BNEP2 ver %s\n" -- "BNEP: Copyright (C) 2002 Inventel\n" -- "BNEP: Written 2001,2002 by\n" -- "BNEP: \tClement Moreau <clement.moreau@inventel.fr> " -- "David Libault <david.libault@inventel.fr>\n" -- "BNEP: Copyright (C) 2002 Maxim Krasnyanskiy <maxk@qualcomm.com>", -- VERSION); -+ l2cap_load(); - -+ bnep_crc32_init(); - bnep_sock_init(); - -- bnep_crc32_init(); -+ BT_INFO("BlueZ BNEP ver %s", VERSION); -+ BT_INFO("Copyright (C) 2001,2002 Inventel Systemes"); -+ BT_INFO("Written 2001,2002 by Clement Moreau <clement.moreau@inventel.fr>"); -+ BT_INFO("Written 2001,2002 by David Libault <david.libault@inventel.fr>"); -+ BT_INFO("Copyright (C) 2002 Maxim Krasnyanskiy <maxk@qualcomm.com>"); - - return 0; - } -@@ -694,13 +707,12 @@ - static void __exit bnep_cleanup_module(void) - { - bnep_sock_cleanup(); -- - bnep_crc32_cleanup(); - } - - module_init(bnep_init_module); - module_exit(bnep_cleanup_module); - --MODULE_DESCRIPTION("BNEP2 ver " VERSION); --MODULE_AUTHOR("David Libault <david.libault@inventel.fr> Maxim Krasnyanskiy <maxk@qualcomm.com>"); -+MODULE_DESCRIPTION("BlueZ BNEP ver " VERSION); -+MODULE_AUTHOR("David Libault <david.libault@inventel.fr>, Maxim Krasnyanskiy <maxk@qualcomm.com>"); - MODULE_LICENSE("GPL"); -diff -Nur c3000_pre/linux/net/bluetooth/bnep/netdev.c c3000_work/linux/net/bluetooth/bnep/netdev.c ---- c3000_pre/linux/net/bluetooth/bnep/netdev.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/bnep/netdev.c 2004-12-16 23:01:14.000000000 +0900 -@@ -46,7 +46,7 @@ - - #include "bnep.h" - --#ifndef CONFIG_BNEP_DEBUG -+#ifndef CONFIG_BLUEZ_BNEP_DEBUG - #undef BT_DBG - #define BT_DBG( A... ) - #endif -@@ -73,7 +73,7 @@ - - static void bnep_net_set_mc_list(struct net_device *dev) - { --#ifdef CONFIG_BNEP_MC_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_MC_FILTER - struct bnep_session *s = dev->priv; - struct sock *sk = s->sock->sk; - struct bnep_set_filter_req *r; -@@ -143,27 +143,31 @@ - return -EINVAL; - } - --#ifdef CONFIG_BNEP_MC_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_MC_FILTER - static inline int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) - { - struct ethhdr *eh = (void *) skb->data; - -- if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), &s->mc_filter)) -+ if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), &s->mc_filter)) { -+ BT_DBG("BNEP: filtered skb %p, dst %.2x:%.2x:%.2x:%.2x:%.2x:%.2x", skb, -+ eh->h_dest[0], eh->h_dest[1], eh->h_dest[2], -+ eh->h_dest[3], eh->h_dest[4], eh->h_dest[5]); - return 1; -+ } - return 0; - } - #endif - --#ifdef CONFIG_BNEP_PROTO_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_PROTO_FILTER - /* Determine ether protocol. Based on eth_type_trans. */ --static inline __u16 bnep_net_eth_proto(struct sk_buff *skb) -+static inline u16 bnep_net_eth_proto(struct sk_buff *skb) - { - struct ethhdr *eh = (void *) skb->data; - - if (ntohs(eh->h_proto) >= 1536) - return eh->h_proto; - -- if (get_unaligned((__u16 *) skb->data) == 0xFFFF) -+ if (get_unaligned((u16 *) skb->data) == 0xFFFF) - return htons(ETH_P_802_3); - - return htons(ETH_P_802_2); -@@ -171,7 +175,7 @@ - - static inline int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) - { -- __u16 proto = bnep_net_eth_proto(skb); -+ u16 proto = bnep_net_eth_proto(skb); - struct bnep_proto_filter *f = s->proto_filter; - int i; - -@@ -192,14 +196,14 @@ - - BT_DBG("skb %p, dev %p", skb, dev); - --#ifdef CONFIG_BNEP_MC_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_MC_FILTER - if (bnep_net_mc_filter(skb, s)) { - kfree_skb(skb); - return 0; - } - #endif - --#ifdef CONFIG_BNEP_PROTO_FILTER -+#ifdef CONFIG_BLUEZ_BNEP_PROTO_FILTER - if (bnep_net_proto_filter(skb, s)) { - kfree_skb(skb); - return 0; -diff -Nur c3000_pre/linux/net/bluetooth/bnep/sock.c c3000_work/linux/net/bluetooth/bnep/sock.c ---- c3000_pre/linux/net/bluetooth/bnep/sock.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/bnep/sock.c 2004-12-16 23:01:14.000000000 +0900 -@@ -50,41 +50,11 @@ - - #include "bnep.h" - --#ifndef CONFIG_BNEP_DEBUG -+#ifndef CONFIG_BLUEZ_BNEP_DEBUG - #undef BT_DBG - #define BT_DBG( A... ) - #endif - --static inline struct socket *socki_lookup(struct inode *inode) --{ -- return &inode->u.socket_i; --} -- --static struct socket *sockfd_lookup(int fd, int *err) --{ -- struct file *file; -- struct inode *inode; -- struct socket *sock; -- -- if (!(file = fget(fd))) { -- *err = -EBADF; -- return NULL; -- } -- -- inode = file->f_dentry->d_inode; -- if (!inode->i_sock || !(sock = socki_lookup(inode))) { -- *err = -ENOTSOCK; -- fput(file); -- return NULL; -- } -- -- if (sock->file != file) { -- printk(KERN_ERR "socki_lookup: socket file changed!\n"); -- sock->file = file; -- } -- return sock; --} -- - static int bnep_sock_release(struct socket *sock) - { - struct sock *sk = sock->sk; -@@ -103,17 +73,17 @@ - - static int bnep_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) - { -- struct bnep_conlist_req cl; -- struct bnep_conadd_req ca; -- struct bnep_condel_req cd; -- struct bnep_coninfo ci; -+ struct bnep_connlist_req cl; -+ struct bnep_connadd_req ca; -+ struct bnep_conndel_req cd; -+ struct bnep_conninfo ci; - struct socket *nsock; - int err; - - BT_DBG("cmd %x arg %lx", cmd, arg); - - switch (cmd) { -- case BNEPCONADD: -+ case BNEPCONNADD: - if (!capable(CAP_NET_ADMIN)) - return -EACCES; - -@@ -124,8 +94,10 @@ - if (!nsock) - return err; - -- if (nsock->sk->state != BT_CONNECTED) -+ if (nsock->sk->state != BT_CONNECTED) { -+ fput(nsock->file); - return -EBADFD; -+ } - - err = bnep_add_connection(&ca, nsock); - if (!err) { -@@ -136,7 +108,7 @@ - - return err; - -- case BNEPCONDEL: -+ case BNEPCONNDEL: - if (!capable(CAP_NET_ADMIN)) - return -EACCES; - -@@ -145,24 +117,24 @@ - - return bnep_del_connection(&cd); - -- case BNEPGETCONLIST: -+ case BNEPGETCONNLIST: - if (copy_from_user(&cl, (void *) arg, sizeof(cl))) - return -EFAULT; - - if (cl.cnum <= 0) - return -EINVAL; - -- err = bnep_get_conlist(&cl); -+ err = bnep_get_connlist(&cl); - if (!err && copy_to_user((void *) arg, &cl, sizeof(cl))) - return -EFAULT; - - return err; - -- case BNEPGETCONINFO: -+ case BNEPGETCONNINFO: - if (copy_from_user(&ci, (void *) arg, sizeof(ci))) - return -EFAULT; - -- err = bnep_get_coninfo(&ci); -+ err = bnep_get_conninfo(&ci); - if (!err && copy_to_user((void *) arg, &ci, sizeof(ci))) - return -EFAULT; - -diff -Nur c3000_pre/linux/net/bluetooth/cmtp/Config.in c3000_work/linux/net/bluetooth/cmtp/Config.in ---- c3000_pre/linux/net/bluetooth/cmtp/Config.in 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/cmtp/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,7 @@ -+# -+# Bluetooth CMTP layer configuration -+# -+ -+if [ "$CONFIG_ISDN" = "y" -o "$CONFIG_ISDN" = "m" ]; then -+ dep_tristate 'CMTP protocol support' CONFIG_BLUEZ_CMTP $CONFIG_ISDN_CAPI $CONFIG_BLUEZ_L2CAP -+fi -diff -Nur c3000_pre/linux/net/bluetooth/cmtp/Makefile c3000_work/linux/net/bluetooth/cmtp/Makefile ---- c3000_pre/linux/net/bluetooth/cmtp/Makefile 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/cmtp/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,10 @@ -+# -+# Makefile for the Linux Bluetooth CMTP layer -+# -+ -+O_TARGET := cmtp.o -+ -+obj-y := core.o sock.o capi.o -+obj-m += $(O_TARGET) -+ -+include $(TOPDIR)/Rules.make -diff -Nur c3000_pre/linux/net/bluetooth/cmtp/capi.c c3000_work/linux/net/bluetooth/cmtp/capi.c ---- c3000_pre/linux/net/bluetooth/cmtp/capi.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/cmtp/capi.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,707 @@ -+/* -+ CMTP implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/types.h> -+#include <linux/errno.h> -+#include <linux/kernel.h> -+#include <linux/major.h> -+#include <linux/sched.h> -+#include <linux/slab.h> -+#include <linux/poll.h> -+#include <linux/fcntl.h> -+#include <linux/skbuff.h> -+#include <linux/socket.h> -+#include <linux/ioctl.h> -+#include <linux/file.h> -+#include <net/sock.h> -+ -+#include <linux/capi.h> -+ -+#include "../drivers/isdn/avmb1/capilli.h" -+#include "../drivers/isdn/avmb1/capicmd.h" -+#include "../drivers/isdn/avmb1/capiutil.h" -+ -+#include "cmtp.h" -+ -+#ifndef CONFIG_BLUEZ_CMTP_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+#define REVISION "1.0" -+ -+#define CAPI_INTEROPERABILITY 0x20 -+ -+#define CAPI_INTEROPERABILITY_REQ CAPICMD(CAPI_INTEROPERABILITY, CAPI_REQ) -+#define CAPI_INTEROPERABILITY_CONF CAPICMD(CAPI_INTEROPERABILITY, CAPI_CONF) -+#define CAPI_INTEROPERABILITY_IND CAPICMD(CAPI_INTEROPERABILITY, CAPI_IND) -+#define CAPI_INTEROPERABILITY_RESP CAPICMD(CAPI_INTEROPERABILITY, CAPI_RESP) -+ -+#define CAPI_INTEROPERABILITY_REQ_LEN (CAPI_MSG_BASELEN + 2) -+#define CAPI_INTEROPERABILITY_CONF_LEN (CAPI_MSG_BASELEN + 4) -+#define CAPI_INTEROPERABILITY_IND_LEN (CAPI_MSG_BASELEN + 2) -+#define CAPI_INTEROPERABILITY_RESP_LEN (CAPI_MSG_BASELEN + 2) -+ -+#define CAPI_FUNCTION_REGISTER 0 -+#define CAPI_FUNCTION_RELEASE 1 -+#define CAPI_FUNCTION_GET_PROFILE 2 -+#define CAPI_FUNCTION_GET_MANUFACTURER 3 -+#define CAPI_FUNCTION_GET_VERSION 4 -+#define CAPI_FUNCTION_GET_SERIAL_NUMBER 5 -+#define CAPI_FUNCTION_MANUFACTURER 6 -+#define CAPI_FUNCTION_LOOPBACK 7 -+ -+static struct capi_driver_interface *di; -+ -+ -+#define CMTP_MSGNUM 1 -+#define CMTP_APPLID 2 -+#define CMTP_MAPPING 3 -+ -+static struct cmtp_application *cmtp_application_add(struct cmtp_session *session, __u16 appl) -+{ -+ struct cmtp_application *app = kmalloc(sizeof(*app), GFP_KERNEL); -+ -+ BT_DBG("session %p application %p appl %d", session, app, appl); -+ -+ if (!app) -+ return NULL; -+ -+ memset(app, 0, sizeof(*app)); -+ -+ app->state = BT_OPEN; -+ app->appl = appl; -+ -+ list_add_tail(&app->list, &session->applications); -+ -+ return app; -+} -+ -+static void cmtp_application_del(struct cmtp_session *session, struct cmtp_application *app) -+{ -+ BT_DBG("session %p application %p", session, app); -+ -+ if (app) { -+ list_del(&app->list); -+ kfree(app); -+ } -+} -+ -+static struct cmtp_application *cmtp_application_get(struct cmtp_session *session, int pattern, __u16 value) -+{ -+ struct cmtp_application *app; -+ struct list_head *p, *n; -+ -+ list_for_each_safe(p, n, &session->applications) { -+ app = list_entry(p, struct cmtp_application, list); -+ switch (pattern) { -+ case CMTP_MSGNUM: -+ if (app->msgnum == value) -+ return app; -+ break; -+ case CMTP_APPLID: -+ if (app->appl == value) -+ return app; -+ break; -+ case CMTP_MAPPING: -+ if (app->mapping == value) -+ return app; -+ break; -+ } -+ } -+ -+ return NULL; -+} -+ -+static int cmtp_msgnum_get(struct cmtp_session *session) -+{ -+ session->msgnum++; -+ -+ if ((session->msgnum & 0xff) > 200) -+ session->msgnum = CMTP_INITIAL_MSGNUM + 1; -+ -+ return session->msgnum; -+} -+ -+ -+static void cmtp_send_interopmsg(struct cmtp_session *session, -+ __u8 subcmd, __u16 appl, __u16 msgnum, -+ __u16 function, unsigned char *buf, int len) -+{ -+ struct sk_buff *skb; -+ unsigned char *s; -+ -+ BT_DBG("session %p subcmd 0x%02x appl %d msgnum %d", session, subcmd, appl, msgnum); -+ -+ if (!(skb = alloc_skb(CAPI_MSG_BASELEN + 6 + len, GFP_ATOMIC))) { -+ BT_ERR("Can't allocate memory for interoperability packet"); -+ return; -+ } -+ -+ s = skb_put(skb, CAPI_MSG_BASELEN + 6 + len); -+ -+ capimsg_setu16(s, 0, CAPI_MSG_BASELEN + 6 + len); -+ capimsg_setu16(s, 2, appl); -+ capimsg_setu8 (s, 4, CAPI_INTEROPERABILITY); -+ capimsg_setu8 (s, 5, subcmd); -+ capimsg_setu16(s, 6, msgnum); -+ -+ /* Interoperability selector (Bluetooth Device Management) */ -+ capimsg_setu16(s, 8, 0x0001); -+ -+ capimsg_setu8 (s, 10, 3 + len); -+ capimsg_setu16(s, 11, function); -+ capimsg_setu8 (s, 13, len); -+ -+ if (len > 0) -+ memcpy(s + 14, buf, len); -+ -+ cmtp_send_capimsg(session, skb); -+} -+ -+static void cmtp_recv_interopmsg(struct cmtp_session *session, struct sk_buff *skb) -+{ -+ struct capi_ctr *ctrl = session->ctrl; -+ struct cmtp_application *application; -+ __u16 appl, msgnum, func, info; -+ __u32 controller; -+ -+ BT_DBG("session %p skb %p len %d", session, skb, skb->len); -+ -+ switch (CAPIMSG_SUBCOMMAND(skb->data)) { -+ case CAPI_CONF: -+ func = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 5); -+ info = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 8); -+ -+ switch (func) { -+ case CAPI_FUNCTION_REGISTER: -+ msgnum = CAPIMSG_MSGID(skb->data); -+ -+ application = cmtp_application_get(session, CMTP_MSGNUM, msgnum); -+ if (application) { -+ application->state = BT_CONNECTED; -+ application->msgnum = 0; -+ application->mapping = CAPIMSG_APPID(skb->data); -+ wake_up_interruptible(&session->wait); -+ } -+ -+ break; -+ -+ case CAPI_FUNCTION_RELEASE: -+ appl = CAPIMSG_APPID(skb->data); -+ -+ application = cmtp_application_get(session, CMTP_MAPPING, appl); -+ if (application) { -+ application->state = BT_CLOSED; -+ application->msgnum = 0; -+ wake_up_interruptible(&session->wait); -+ } -+ -+ break; -+ -+ case CAPI_FUNCTION_GET_PROFILE: -+ controller = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 11); -+ msgnum = CAPIMSG_MSGID(skb->data); -+ -+ if (!info && (msgnum == CMTP_INITIAL_MSGNUM)) { -+ session->ncontroller = controller; -+ wake_up_interruptible(&session->wait); -+ break; -+ } -+ -+ if (!info && ctrl) { -+ memcpy(&ctrl->profile, -+ skb->data + CAPI_MSG_BASELEN + 11, -+ sizeof(capi_profile)); -+ session->state = BT_CONNECTED; -+ ctrl->ready(ctrl); -+ } -+ -+ break; -+ -+ case CAPI_FUNCTION_GET_MANUFACTURER: -+ controller = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 10); -+ -+ if (!info && ctrl) { -+ strncpy(ctrl->manu, -+ skb->data + CAPI_MSG_BASELEN + 15, -+ skb->data[CAPI_MSG_BASELEN + 14]); -+ } -+ -+ break; -+ -+ case CAPI_FUNCTION_GET_VERSION: -+ controller = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 12); -+ -+ if (!info && ctrl) { -+ ctrl->version.majorversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 16); -+ ctrl->version.minorversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 20); -+ ctrl->version.majormanuversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 24); -+ ctrl->version.minormanuversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 28); -+ } -+ -+ break; -+ -+ case CAPI_FUNCTION_GET_SERIAL_NUMBER: -+ controller = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 12); -+ -+ if (!info && ctrl) { -+ memset(ctrl->serial, 0, CAPI_SERIAL_LEN); -+ strncpy(ctrl->serial, -+ skb->data + CAPI_MSG_BASELEN + 17, -+ skb->data[CAPI_MSG_BASELEN + 16]); -+ } -+ -+ break; -+ } -+ -+ break; -+ -+ case CAPI_IND: -+ func = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 3); -+ -+ if (func == CAPI_FUNCTION_LOOPBACK) { -+ appl = CAPIMSG_APPID(skb->data); -+ msgnum = CAPIMSG_MSGID(skb->data); -+ cmtp_send_interopmsg(session, CAPI_RESP, appl, msgnum, func, -+ skb->data + CAPI_MSG_BASELEN + 6, -+ skb->data[CAPI_MSG_BASELEN + 5]); -+ } -+ -+ break; -+ } -+ -+ kfree_skb(skb); -+} -+ -+void cmtp_recv_capimsg(struct cmtp_session *session, struct sk_buff *skb) -+{ -+ struct capi_ctr *ctrl = session->ctrl; -+ struct cmtp_application *application; -+ __u16 cmd, appl, info; -+ __u32 ncci, contr; -+ -+ BT_DBG("session %p skb %p len %d", session, skb, skb->len); -+ -+ if (CAPIMSG_COMMAND(skb->data) == CAPI_INTEROPERABILITY) { -+ cmtp_recv_interopmsg(session, skb); -+ return; -+ } -+ -+ if (session->flags & (1 << CMTP_LOOPBACK)) { -+ kfree_skb(skb); -+ return; -+ } -+ -+ cmd = CAPICMD(CAPIMSG_COMMAND(skb->data), CAPIMSG_SUBCOMMAND(skb->data)); -+ appl = CAPIMSG_APPID(skb->data); -+ contr = CAPIMSG_CONTROL(skb->data); -+ -+ application = cmtp_application_get(session, CMTP_MAPPING, appl); -+ if (application) { -+ appl = application->appl; -+ CAPIMSG_SETAPPID(skb->data, appl); -+ } else { -+ BT_ERR("Can't find application with id %d", appl); -+ kfree_skb(skb); -+ return; -+ } -+ -+ if ((contr & 0x7f) == 0x01) { -+ contr = (contr & 0xffffff80) | session->num; -+ CAPIMSG_SETCONTROL(skb->data, contr); -+ } -+ -+ if (!ctrl) { -+ BT_ERR("Can't find controller %d for message", session->num); -+ kfree_skb(skb); -+ return; -+ } -+ -+ switch (cmd) { -+ case CAPI_CONNECT_B3_CONF: -+ ncci = CAPIMSG_NCCI(skb->data); -+ info = CAPIMSG_U16(skb->data, 12); -+ -+ BT_DBG("CONNECT_B3_CONF ncci 0x%02x info 0x%02x", ncci, info); -+ -+ if (info == 0) -+ ctrl->new_ncci(ctrl, appl, ncci, 8); -+ -+ ctrl->handle_capimsg(ctrl, appl, skb); -+ break; -+ -+ case CAPI_CONNECT_B3_IND: -+ ncci = CAPIMSG_NCCI(skb->data); -+ -+ BT_DBG("CONNECT_B3_IND ncci 0x%02x", ncci); -+ -+ ctrl->new_ncci(ctrl, appl, ncci, 8); -+ ctrl->handle_capimsg(ctrl, appl, skb); -+ break; -+ -+ case CAPI_DISCONNECT_B3_IND: -+ ncci = CAPIMSG_NCCI(skb->data); -+ -+ BT_DBG("DISCONNECT_B3_IND ncci 0x%02x", ncci); -+ -+ if (ncci == 0xffffffff) -+ BT_ERR("DISCONNECT_B3_IND with ncci 0xffffffff"); -+ -+ ctrl->handle_capimsg(ctrl, appl, skb); -+ ctrl->free_ncci(ctrl, appl, ncci); -+ break; -+ -+ default: -+ ctrl->handle_capimsg(ctrl, appl, skb); -+ break; -+ } -+} -+ -+void cmtp_send_capimsg(struct cmtp_session *session, struct sk_buff *skb) -+{ -+ struct cmtp_scb *scb = (void *) skb->cb; -+ -+ BT_DBG("session %p skb %p len %d", session, skb, skb->len); -+ -+ scb->id = -1; -+ scb->data = (CAPIMSG_COMMAND(skb->data) == CAPI_DATA_B3); -+ -+ skb_queue_tail(&session->transmit, skb); -+ -+ cmtp_schedule(session); -+} -+ -+ -+static int cmtp_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) -+{ -+ BT_DBG("ctrl %p data %p", ctrl, data); -+ -+ return -EIO; -+} -+ -+static void cmtp_reset_ctr(struct capi_ctr *ctrl) -+{ -+ BT_DBG("ctrl %p", ctrl); -+ -+ ctrl->reseted(ctrl); -+} -+ -+static void cmtp_remove_ctr(struct capi_ctr *ctrl) -+{ -+ struct cmtp_session *session = ctrl->driverdata; -+ -+ BT_DBG("ctrl %p", ctrl); -+ -+ ctrl->suspend_output(ctrl); -+ -+ atomic_inc(&session->terminate); -+ cmtp_schedule(session); -+} -+ -+static void cmtp_register_appl(struct capi_ctr *ctrl, __u16 appl, capi_register_params *rp) -+{ -+ DECLARE_WAITQUEUE(wait, current); -+ struct cmtp_session *session = ctrl->driverdata; -+ struct cmtp_application *application; -+ unsigned long timeo = CMTP_INTEROP_TIMEOUT; -+ unsigned char buf[8]; -+ int err = 0, nconn, want = rp->level3cnt; -+ -+ BT_DBG("ctrl %p appl %d level3cnt %d datablkcnt %d datablklen %d", -+ ctrl, appl, rp->level3cnt, rp->datablkcnt, rp->datablklen); -+ -+ application = cmtp_application_add(session, appl); -+ if (!application) { -+ BT_ERR("Can't allocate memory for new application"); -+ ctrl->appl_released(ctrl, appl); -+ return; -+ } -+ -+ if (want < 0) -+ nconn = ctrl->profile.nbchannel * -want; -+ else -+ nconn = want; -+ -+ if (nconn == 0) -+ nconn = ctrl->profile.nbchannel; -+ -+ capimsg_setu16(buf, 0, nconn); -+ capimsg_setu16(buf, 2, rp->datablkcnt); -+ capimsg_setu16(buf, 4, rp->datablklen); -+ -+ application->state = BT_CONFIG; -+ application->msgnum = cmtp_msgnum_get(session); -+ -+ cmtp_send_interopmsg(session, CAPI_REQ, 0x0000, application->msgnum, -+ CAPI_FUNCTION_REGISTER, buf, 6); -+ -+ add_wait_queue(&session->wait, &wait); -+ while (1) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ -+ if (!timeo) { -+ err = -EAGAIN; -+ break; -+ } -+ -+ if (application->state == BT_CLOSED) { -+ err = -application->err; -+ break; -+ } -+ -+ if (application->state == BT_CONNECTED) -+ break; -+ -+ if (signal_pending(current)) { -+ err = -EINTR; -+ break; -+ } -+ -+ timeo = schedule_timeout(timeo); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(&session->wait, &wait); -+ -+ if (err) { -+ ctrl->appl_released(ctrl, appl); -+ cmtp_application_del(session, application); -+ return; -+ } -+ -+ ctrl->appl_registered(ctrl, appl); -+} -+ -+static void cmtp_release_appl(struct capi_ctr *ctrl, __u16 appl) -+{ -+ DECLARE_WAITQUEUE(wait, current); -+ struct cmtp_session *session = ctrl->driverdata; -+ struct cmtp_application *application; -+ unsigned long timeo = CMTP_INTEROP_TIMEOUT; -+ -+ BT_DBG("ctrl %p appl %d", ctrl, appl); -+ -+ application = cmtp_application_get(session, CMTP_APPLID, appl); -+ if (!application) { -+ BT_ERR("Can't find application"); -+ return; -+ } -+ -+ application->msgnum = cmtp_msgnum_get(session); -+ -+ cmtp_send_interopmsg(session, CAPI_REQ, application->mapping, application->msgnum, -+ CAPI_FUNCTION_RELEASE, NULL, 0); -+ -+ add_wait_queue(&session->wait, &wait); -+ while (timeo) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ -+ if (application->state == BT_CLOSED) -+ break; -+ -+ if (signal_pending(current)) -+ break; -+ -+ timeo = schedule_timeout(timeo); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(&session->wait, &wait); -+ -+ cmtp_application_del(session, application); -+ ctrl->appl_released(ctrl, appl); -+} -+ -+static void cmtp_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) -+{ -+ struct cmtp_session *session = ctrl->driverdata; -+ struct cmtp_application *application; -+ __u16 appl; -+ __u32 contr; -+ -+ BT_DBG("ctrl %p skb %p", ctrl, skb); -+ -+ appl = CAPIMSG_APPID(skb->data); -+ contr = CAPIMSG_CONTROL(skb->data); -+ -+ application = cmtp_application_get(session, CMTP_APPLID, appl); -+ if ((!application) || (application->state != BT_CONNECTED)) { -+ BT_ERR("Can't find application with id %d", appl); -+ kfree_skb(skb); -+ return; -+ } -+ -+ CAPIMSG_SETAPPID(skb->data, application->mapping); -+ -+ if ((contr & 0x7f) == session->num) { -+ contr = (contr & 0xffffff80) | 0x01; -+ CAPIMSG_SETCONTROL(skb->data, contr); -+ } -+ -+ cmtp_send_capimsg(session, skb); -+} -+ -+static char *cmtp_procinfo(struct capi_ctr *ctrl) -+{ -+ return "CAPI Message Transport Protocol"; -+} -+ -+static int cmtp_ctr_read_proc(char *page, char **start, off_t off, int count, int *eof, struct capi_ctr *ctrl) -+{ -+ struct cmtp_session *session = ctrl->driverdata; -+ struct cmtp_application *app; -+ struct list_head *p, *n; -+ int len = 0; -+ -+ len += sprintf(page + len, "%s (Revision %s)\n\n", cmtp_procinfo(ctrl), REVISION); -+ len += sprintf(page + len, "addr %s\n", session->name); -+ len += sprintf(page + len, "ctrl %d\n", session->num); -+ -+ list_for_each_safe(p, n, &session->applications) { -+ app = list_entry(p, struct cmtp_application, list); -+ len += sprintf(page + len, "appl %d -> %d\n", app->appl, app->mapping); -+ } -+ -+ if (off + count >= len) -+ *eof = 1; -+ -+ if (len < off) -+ return 0; -+ -+ *start = page + off; -+ -+ return ((count < len - off) ? count : len - off); -+} -+ -+static struct capi_driver cmtp_driver = { -+ name: "cmtp", -+ revision: REVISION, -+ load_firmware: cmtp_load_firmware, -+ reset_ctr: cmtp_reset_ctr, -+ remove_ctr: cmtp_remove_ctr, -+ register_appl: cmtp_register_appl, -+ release_appl: cmtp_release_appl, -+ send_message: cmtp_send_message, -+ procinfo: cmtp_procinfo, -+ ctr_read_proc: cmtp_ctr_read_proc, -+ -+ driver_read_proc: 0, -+ add_card: 0, -+}; -+ -+ -+int cmtp_attach_device(struct cmtp_session *session) -+{ -+ DECLARE_WAITQUEUE(wait, current); -+ unsigned long timeo = CMTP_INTEROP_TIMEOUT; -+ unsigned char buf[4]; -+ -+ BT_DBG("session %p", session); -+ -+ capimsg_setu32(buf, 0, 0); -+ -+ cmtp_send_interopmsg(session, CAPI_REQ, 0xffff, CMTP_INITIAL_MSGNUM, -+ CAPI_FUNCTION_GET_PROFILE, buf, 4); -+ -+ add_wait_queue(&session->wait, &wait); -+ while (timeo) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ -+ if (session->ncontroller) -+ break; -+ -+ if (signal_pending(current)) -+ break; -+ -+ timeo = schedule_timeout(timeo); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(&session->wait, &wait); -+ -+ BT_INFO("Found %d CAPI controller(s) on device %s", session->ncontroller, session->name); -+ -+ if (!timeo) -+ return -ETIMEDOUT; -+ -+ if (!session->ncontroller) -+ return -ENODEV; -+ -+ -+ if (session->ncontroller > 1) -+ BT_INFO("Setting up only CAPI controller 1"); -+ -+ if (!(session->ctrl = di->attach_ctr(&cmtp_driver, session->name, session))) { -+ BT_ERR("Can't attach new controller"); -+ return -EBUSY; -+ } -+ -+ session->num = session->ctrl->cnr; -+ -+ BT_DBG("session %p ctrl %p num %d", session, session->ctrl, session->num); -+ -+ capimsg_setu32(buf, 0, 1); -+ -+ cmtp_send_interopmsg(session, CAPI_REQ, 0xffff, cmtp_msgnum_get(session), -+ CAPI_FUNCTION_GET_MANUFACTURER, buf, 4); -+ -+ cmtp_send_interopmsg(session, CAPI_REQ, 0xffff, cmtp_msgnum_get(session), -+ CAPI_FUNCTION_GET_VERSION, buf, 4); -+ -+ cmtp_send_interopmsg(session, CAPI_REQ, 0xffff, cmtp_msgnum_get(session), -+ CAPI_FUNCTION_GET_SERIAL_NUMBER, buf, 4); -+ -+ cmtp_send_interopmsg(session, CAPI_REQ, 0xffff, cmtp_msgnum_get(session), -+ CAPI_FUNCTION_GET_PROFILE, buf, 4); -+ -+ return 0; -+} -+ -+void cmtp_detach_device(struct cmtp_session *session) -+{ -+ struct capi_ctr *ctrl = session->ctrl; -+ -+ BT_DBG("session %p ctrl %p", session, ctrl); -+ -+ if (!ctrl) -+ return; -+ -+ ctrl->reseted(ctrl); -+ -+ di->detach_ctr(ctrl); -+} -+ -+int cmtp_init_capi(void) -+{ -+ if (!(di = attach_capi_driver(&cmtp_driver))) { -+ BT_ERR("Can't attach CAPI driver"); -+ return -EIO; -+ } -+ -+ return 0; -+} -+ -+void cmtp_cleanup_capi(void) -+{ -+ detach_capi_driver(&cmtp_driver); -+} -diff -Nur c3000_pre/linux/net/bluetooth/cmtp/cmtp.h c3000_work/linux/net/bluetooth/cmtp/cmtp.h ---- c3000_pre/linux/net/bluetooth/cmtp/cmtp.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/cmtp/cmtp.h 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,138 @@ -+/* -+ CMTP implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+#ifndef __CMTP_H -+#define __CMTP_H -+ -+#include <linux/types.h> -+#include <net/bluetooth/bluetooth.h> -+ -+#define BTNAMSIZ 18 -+ -+/* CMTP ioctl defines */ -+#define CMTPCONNADD _IOW('C', 200, int) -+#define CMTPCONNDEL _IOW('C', 201, int) -+#define CMTPGETCONNLIST _IOR('C', 210, int) -+#define CMTPGETCONNINFO _IOR('C', 211, int) -+ -+#define CMTP_LOOPBACK 0 -+ -+struct cmtp_connadd_req { -+ int sock; // Connected socket -+ __u32 flags; -+}; -+ -+struct cmtp_conndel_req { -+ bdaddr_t bdaddr; -+ __u32 flags; -+}; -+ -+struct cmtp_conninfo { -+ bdaddr_t bdaddr; -+ __u32 flags; -+ __u16 state; -+ int num; -+}; -+ -+struct cmtp_connlist_req { -+ __u32 cnum; -+ struct cmtp_conninfo *ci; -+}; -+ -+int cmtp_add_connection(struct cmtp_connadd_req *req, struct socket *sock); -+int cmtp_del_connection(struct cmtp_conndel_req *req); -+int cmtp_get_connlist(struct cmtp_connlist_req *req); -+int cmtp_get_conninfo(struct cmtp_conninfo *ci); -+ -+/* CMTP session defines */ -+#define CMTP_INTEROP_TIMEOUT (HZ * 5) -+#define CMTP_INITIAL_MSGNUM 0xff00 -+ -+struct cmtp_session { -+ struct list_head list; -+ -+ struct socket *sock; -+ -+ bdaddr_t bdaddr; -+ -+ unsigned long state; -+ unsigned long flags; -+ -+ uint mtu; -+ -+ char name[BTNAMSIZ]; -+ -+ atomic_t terminate; -+ -+ wait_queue_head_t wait; -+ -+ int ncontroller; -+ int num; -+ struct capi_ctr *ctrl; -+ -+ struct list_head applications; -+ -+ unsigned long blockids; -+ int msgnum; -+ -+ struct sk_buff_head transmit; -+ -+ struct sk_buff *reassembly[16]; -+}; -+ -+struct cmtp_application { -+ struct list_head list; -+ -+ unsigned long state; -+ int err; -+ -+ __u16 appl; -+ __u16 mapping; -+ -+ __u16 msgnum; -+}; -+ -+struct cmtp_scb { -+ int id; -+ int data; -+}; -+ -+int cmtp_attach_device(struct cmtp_session *session); -+void cmtp_detach_device(struct cmtp_session *session); -+ -+void cmtp_recv_capimsg(struct cmtp_session *session, struct sk_buff *skb); -+void cmtp_send_capimsg(struct cmtp_session *session, struct sk_buff *skb); -+ -+static inline void cmtp_schedule(struct cmtp_session *session) -+{ -+ struct sock *sk = session->sock->sk; -+ -+ wake_up_interruptible(sk->sleep); -+} -+ -+/* CMTP init defines */ -+int cmtp_init_capi(void); -+int cmtp_init_sockets(void); -+void cmtp_cleanup_capi(void); -+void cmtp_cleanup_sockets(void); -+ -+#endif /* __CMTP_H */ -diff -Nur c3000_pre/linux/net/bluetooth/cmtp/core.c c3000_work/linux/net/bluetooth/cmtp/core.c ---- c3000_pre/linux/net/bluetooth/cmtp/core.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/cmtp/core.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,515 @@ -+/* -+ CMTP implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/types.h> -+#include <linux/errno.h> -+#include <linux/kernel.h> -+#include <linux/major.h> -+#include <linux/sched.h> -+#include <linux/slab.h> -+#include <linux/poll.h> -+#include <linux/fcntl.h> -+#include <linux/skbuff.h> -+#include <linux/socket.h> -+#include <linux/ioctl.h> -+#include <linux/file.h> -+#include <linux/init.h> -+#include <net/sock.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/l2cap.h> -+ -+#include "cmtp.h" -+ -+#ifndef CONFIG_BLUEZ_CMTP_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+#define VERSION "1.0" -+ -+static DECLARE_RWSEM(cmtp_session_sem); -+static LIST_HEAD(cmtp_session_list); -+ -+static struct cmtp_session *__cmtp_get_session(bdaddr_t *bdaddr) -+{ -+ struct cmtp_session *session; -+ struct list_head *p; -+ -+ BT_DBG(""); -+ -+ list_for_each(p, &cmtp_session_list) { -+ session = list_entry(p, struct cmtp_session, list); -+ if (!bacmp(bdaddr, &session->bdaddr)) -+ return session; -+ } -+ return NULL; -+} -+ -+static void __cmtp_link_session(struct cmtp_session *session) -+{ -+ MOD_INC_USE_COUNT; -+ list_add(&session->list, &cmtp_session_list); -+} -+ -+static void __cmtp_unlink_session(struct cmtp_session *session) -+{ -+ list_del(&session->list); -+ MOD_DEC_USE_COUNT; -+} -+ -+static void __cmtp_copy_session(struct cmtp_session *session, struct cmtp_conninfo *ci) -+{ -+ bacpy(&ci->bdaddr, &session->bdaddr); -+ -+ ci->flags = session->flags; -+ ci->state = session->state; -+ -+ ci->num = session->num; -+} -+ -+ -+static inline int cmtp_alloc_block_id(struct cmtp_session *session) -+{ -+ int i, id = -1; -+ -+ for (i = 0; i < 16; i++) -+ if (!test_and_set_bit(i, &session->blockids)) { -+ id = i; -+ break; -+ } -+ -+ return id; -+} -+ -+static inline void cmtp_free_block_id(struct cmtp_session *session, int id) -+{ -+ clear_bit(id, &session->blockids); -+} -+ -+static inline void cmtp_add_msgpart(struct cmtp_session *session, int id, const unsigned char *buf, int count) -+{ -+ struct sk_buff *skb = session->reassembly[id], *nskb; -+ int size; -+ -+ BT_DBG("session %p buf %p count %d", session, buf, count); -+ -+ size = (skb) ? skb->len + count : count; -+ -+ if (!(nskb = alloc_skb(size, GFP_ATOMIC))) { -+ BT_ERR("Can't allocate memory for CAPI message"); -+ return; -+ } -+ -+ if (skb && (skb->len > 0)) -+ memcpy(skb_put(nskb, skb->len), skb->data, skb->len); -+ -+ memcpy(skb_put(nskb, count), buf, count); -+ -+ session->reassembly[id] = nskb; -+ -+ if (skb) -+ kfree_skb(skb); -+} -+ -+static inline int cmtp_recv_frame(struct cmtp_session *session, struct sk_buff *skb) -+{ -+ __u8 hdr, hdrlen, id; -+ __u16 len; -+ -+ BT_DBG("session %p skb %p len %d", session, skb, skb->len); -+ -+ while (skb->len > 0) { -+ hdr = skb->data[0]; -+ -+ switch (hdr & 0xc0) { -+ case 0x40: -+ hdrlen = 2; -+ len = skb->data[1]; -+ break; -+ case 0x80: -+ hdrlen = 3; -+ len = skb->data[1] | (skb->data[2] << 8); -+ break; -+ default: -+ hdrlen = 1; -+ len = 0; -+ break; -+ } -+ -+ id = (hdr & 0x3c) >> 2; -+ -+ BT_DBG("hdr 0x%02x hdrlen %d len %d id %d", hdr, hdrlen, len, id); -+ -+ if (hdrlen + len > skb->len) { -+ BT_ERR("Wrong size or header information in CMTP frame"); -+ break; -+ } -+ -+ if (len == 0) { -+ skb_pull(skb, hdrlen); -+ continue; -+ } -+ -+ switch (hdr & 0x03) { -+ case 0x00: -+ cmtp_add_msgpart(session, id, skb->data + hdrlen, len); -+ cmtp_recv_capimsg(session, session->reassembly[id]); -+ session->reassembly[id] = NULL; -+ break; -+ case 0x01: -+ cmtp_add_msgpart(session, id, skb->data + hdrlen, len); -+ break; -+ default: -+ if (session->reassembly[id] != NULL) -+ kfree_skb(session->reassembly[id]); -+ session->reassembly[id] = NULL; -+ break; -+ } -+ -+ skb_pull(skb, hdrlen + len); -+ } -+ -+ kfree_skb(skb); -+ return 0; -+} -+ -+static int cmtp_send_frame(struct cmtp_session *session, unsigned char *data, int len) -+{ -+ struct socket *sock = session->sock; -+ struct iovec iv = { data, len }; -+ struct msghdr msg; -+ int err; -+ -+ BT_DBG("session %p data %p len %d", session, data, len); -+ -+ if (!len) -+ return 0; -+ -+ memset(&msg, 0, sizeof(msg)); -+ msg.msg_iovlen = 1; -+ msg.msg_iov = &iv; -+ -+ err = sock->ops->sendmsg(sock, &msg, len, 0); -+ return err; -+} -+ -+static int cmtp_process_transmit(struct cmtp_session *session) -+{ -+ struct sk_buff *skb, *nskb; -+ unsigned char *hdr; -+ unsigned int size, tail; -+ -+ BT_DBG("session %p", session); -+ -+ if (!(nskb = alloc_skb(session->mtu, GFP_ATOMIC))) { -+ BT_ERR("Can't allocate memory for new frame"); -+ return -ENOMEM; -+ } -+ -+ while ((skb = skb_dequeue(&session->transmit))) { -+ struct cmtp_scb *scb = (void *) skb->cb; -+ -+ if ((tail = (session->mtu - nskb->len)) < 5) { -+ cmtp_send_frame(session, nskb->data, nskb->len); -+ skb_trim(nskb, 0); -+ tail = session->mtu; -+ } -+ -+ size = min_t(uint, ((tail < 258) ? (tail - 2) : (tail - 3)), skb->len); -+ -+ if ((scb->id < 0) && ((scb->id = cmtp_alloc_block_id(session)) < 0)) { -+ skb_queue_head(&session->transmit, skb); -+ break; -+ } -+ -+ if (size < 256) { -+ hdr = skb_put(nskb, 2); -+ hdr[0] = 0x40 -+ | ((scb->id << 2) & 0x3c) -+ | ((skb->len == size) ? 0x00 : 0x01); -+ hdr[1] = size; -+ } else { -+ hdr = skb_put(nskb, 3); -+ hdr[0] = 0x80 -+ | ((scb->id << 2) & 0x3c) -+ | ((skb->len == size) ? 0x00 : 0x01); -+ hdr[1] = size & 0xff; -+ hdr[2] = size >> 8; -+ } -+ -+ memcpy(skb_put(nskb, size), skb->data, size); -+ skb_pull(skb, size); -+ -+ if (skb->len > 0) { -+ skb_queue_head(&session->transmit, skb); -+ } else { -+ cmtp_free_block_id(session, scb->id); -+ if (scb->data) { -+ cmtp_send_frame(session, nskb->data, nskb->len); -+ skb_trim(nskb, 0); -+ } -+ kfree_skb(skb); -+ } -+ } -+ -+ cmtp_send_frame(session, nskb->data, nskb->len); -+ -+ kfree_skb(nskb); -+ -+ return skb_queue_len(&session->transmit); -+} -+ -+static int cmtp_session(void *arg) -+{ -+ struct cmtp_session *session = arg; -+ struct sock *sk = session->sock->sk; -+ struct sk_buff *skb; -+ wait_queue_t wait; -+ -+ BT_DBG("session %p", session); -+ -+ daemonize(); reparent_to_init(); -+ -+ sprintf(current->comm, "kcmtpd_ctr_%d", session->num); -+ -+ sigfillset(¤t->blocked); -+ flush_signals(current); -+ -+ current->nice = -15; -+ -+ set_fs(KERNEL_DS); -+ -+ init_waitqueue_entry(&wait, current); -+ add_wait_queue(sk->sleep, &wait); -+ while (!atomic_read(&session->terminate)) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ -+ if (sk->state != BT_CONNECTED) -+ break; -+ -+ while ((skb = skb_dequeue(&sk->receive_queue))) { -+ skb_orphan(skb); -+ cmtp_recv_frame(session, skb); -+ } -+ -+ cmtp_process_transmit(session); -+ -+ schedule(); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(sk->sleep, &wait); -+ -+ down_write(&cmtp_session_sem); -+ -+ if (!(session->flags & (1 << CMTP_LOOPBACK))) -+ cmtp_detach_device(session); -+ -+ fput(session->sock->file); -+ -+ __cmtp_unlink_session(session); -+ -+ up_write(&cmtp_session_sem); -+ -+ kfree(session); -+ return 0; -+} -+ -+int cmtp_add_connection(struct cmtp_connadd_req *req, struct socket *sock) -+{ -+ struct cmtp_session *session, *s; -+ bdaddr_t src, dst; -+ int i, err; -+ -+ BT_DBG(""); -+ -+ baswap(&src, &bluez_pi(sock->sk)->src); -+ baswap(&dst, &bluez_pi(sock->sk)->dst); -+ -+ session = kmalloc(sizeof(struct cmtp_session), GFP_KERNEL); -+ if (!session) -+ return -ENOMEM; -+ memset(session, 0, sizeof(struct cmtp_session)); -+ -+ down_write(&cmtp_session_sem); -+ -+ s = __cmtp_get_session(&bluez_pi(sock->sk)->dst); -+ if (s && s->state == BT_CONNECTED) { -+ err = -EEXIST; -+ goto failed; -+ } -+ -+ bacpy(&session->bdaddr, &bluez_pi(sock->sk)->dst); -+ -+ session->mtu = min_t(uint, l2cap_pi(sock->sk)->omtu, l2cap_pi(sock->sk)->imtu); -+ -+ BT_DBG("mtu %d", session->mtu); -+ -+ sprintf(session->name, "%s", batostr(&dst)); -+ -+ session->sock = sock; -+ session->state = BT_CONFIG; -+ -+ init_waitqueue_head(&session->wait); -+ -+ session->ctrl = NULL; -+ session->msgnum = CMTP_INITIAL_MSGNUM; -+ -+ INIT_LIST_HEAD(&session->applications); -+ -+ skb_queue_head_init(&session->transmit); -+ -+ for (i = 0; i < 16; i++) -+ session->reassembly[i] = NULL; -+ -+ session->flags = req->flags; -+ -+ __cmtp_link_session(session); -+ -+ err = kernel_thread(cmtp_session, session, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); -+ if (err < 0) -+ goto unlink; -+ -+ if (!(session->flags & (1 << CMTP_LOOPBACK))) { -+ err = cmtp_attach_device(session); -+ if (err < 0) -+ goto detach; -+ } -+ -+ up_write(&cmtp_session_sem); -+ return 0; -+ -+detach: -+ cmtp_detach_device(session); -+ -+unlink: -+ __cmtp_unlink_session(session); -+ -+failed: -+ up_write(&cmtp_session_sem); -+ kfree(session); -+ return err; -+} -+ -+int cmtp_del_connection(struct cmtp_conndel_req *req) -+{ -+ struct cmtp_session *session; -+ int err = 0; -+ -+ BT_DBG(""); -+ -+ down_read(&cmtp_session_sem); -+ -+ session = __cmtp_get_session(&req->bdaddr); -+ if (session) { -+ /* Flush the transmit queue */ -+ skb_queue_purge(&session->transmit); -+ -+ /* Kill session thread */ -+ atomic_inc(&session->terminate); -+ cmtp_schedule(session); -+ } else -+ err = -ENOENT; -+ -+ up_read(&cmtp_session_sem); -+ return err; -+} -+ -+int cmtp_get_connlist(struct cmtp_connlist_req *req) -+{ -+ struct list_head *p; -+ int err = 0, n = 0; -+ -+ BT_DBG(""); -+ -+ down_read(&cmtp_session_sem); -+ -+ list_for_each(p, &cmtp_session_list) { -+ struct cmtp_session *session; -+ struct cmtp_conninfo ci; -+ -+ session = list_entry(p, struct cmtp_session, list); -+ -+ __cmtp_copy_session(session, &ci); -+ -+ if (copy_to_user(req->ci, &ci, sizeof(ci))) { -+ err = -EFAULT; -+ break; -+ } -+ -+ if (++n >= req->cnum) -+ break; -+ -+ req->ci++; -+ } -+ req->cnum = n; -+ -+ up_read(&cmtp_session_sem); -+ return err; -+} -+ -+int cmtp_get_conninfo(struct cmtp_conninfo *ci) -+{ -+ struct cmtp_session *session; -+ int err = 0; -+ -+ down_read(&cmtp_session_sem); -+ -+ session = __cmtp_get_session(&ci->bdaddr); -+ if (session) -+ __cmtp_copy_session(session, ci); -+ else -+ err = -ENOENT; -+ -+ up_read(&cmtp_session_sem); -+ return err; -+} -+ -+ -+int __init init_cmtp(void) -+{ -+ l2cap_load(); -+ -+ cmtp_init_capi(); -+ cmtp_init_sockets(); -+ -+ BT_INFO("BlueZ CMTP ver %s", VERSION); -+ BT_INFO("Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org>"); -+ -+ return 0; -+} -+ -+void __exit exit_cmtp(void) -+{ -+ cmtp_cleanup_sockets(); -+ cmtp_cleanup_capi(); -+} -+ -+module_init(init_cmtp); -+module_exit(exit_cmtp); -+ -+MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>"); -+MODULE_DESCRIPTION("BlueZ CMTP ver " VERSION); -+MODULE_LICENSE("GPL"); -diff -Nur c3000_pre/linux/net/bluetooth/cmtp/sock.c c3000_work/linux/net/bluetooth/cmtp/sock.c ---- c3000_pre/linux/net/bluetooth/cmtp/sock.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/cmtp/sock.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,208 @@ -+/* -+ CMTP implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/types.h> -+#include <linux/errno.h> -+#include <linux/kernel.h> -+#include <linux/major.h> -+#include <linux/sched.h> -+#include <linux/slab.h> -+#include <linux/poll.h> -+#include <linux/fcntl.h> -+#include <linux/skbuff.h> -+#include <linux/socket.h> -+#include <linux/ioctl.h> -+#include <linux/file.h> -+#include <net/sock.h> -+ -+#include <asm/system.h> -+#include <asm/uaccess.h> -+ -+#include "cmtp.h" -+ -+#ifndef CONFIG_BLUEZ_CMTP_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+static int cmtp_sock_release(struct socket *sock) -+{ -+ struct sock *sk = sock->sk; -+ -+ BT_DBG("sock %p sk %p", sock, sk); -+ -+ if (!sk) -+ return 0; -+ -+ sock_orphan(sk); -+ sock_put(sk); -+ -+ MOD_DEC_USE_COUNT; -+ return 0; -+} -+ -+static int cmtp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) -+{ -+ struct cmtp_connadd_req ca; -+ struct cmtp_conndel_req cd; -+ struct cmtp_connlist_req cl; -+ struct cmtp_conninfo ci; -+ struct socket *nsock; -+ int err; -+ -+ BT_DBG("cmd %x arg %lx", cmd, arg); -+ -+ switch (cmd) { -+ case CMTPCONNADD: -+ if (!capable(CAP_NET_ADMIN)) -+ return -EACCES; -+ -+ if (copy_from_user(&ca, (void *) arg, sizeof(ca))) -+ return -EFAULT; -+ -+ nsock = sockfd_lookup(ca.sock, &err); -+ if (!nsock) -+ return err; -+ -+ if (nsock->sk->state != BT_CONNECTED) { -+ fput(nsock->file); -+ return -EBADFD; -+ } -+ -+ err = cmtp_add_connection(&ca, nsock); -+ if (!err) { -+ if (copy_to_user((void *) arg, &ca, sizeof(ca))) -+ err = -EFAULT; -+ } else -+ fput(nsock->file); -+ -+ return err; -+ -+ case CMTPCONNDEL: -+ if (!capable(CAP_NET_ADMIN)) -+ return -EACCES; -+ -+ if (copy_from_user(&cd, (void *) arg, sizeof(cd))) -+ return -EFAULT; -+ -+ return cmtp_del_connection(&cd); -+ -+ case CMTPGETCONNLIST: -+ if (copy_from_user(&cl, (void *) arg, sizeof(cl))) -+ return -EFAULT; -+ -+ if (cl.cnum <= 0) -+ return -EINVAL; -+ -+ err = cmtp_get_connlist(&cl); -+ if (!err && copy_to_user((void *) arg, &cl, sizeof(cl))) -+ return -EFAULT; -+ -+ return err; -+ -+ case CMTPGETCONNINFO: -+ if (copy_from_user(&ci, (void *) arg, sizeof(ci))) -+ return -EFAULT; -+ -+ err = cmtp_get_conninfo(&ci); -+ if (!err && copy_to_user((void *) arg, &ci, sizeof(ci))) -+ return -EFAULT; -+ -+ return err; -+ } -+ -+ return -EINVAL; -+} -+ -+static struct proto_ops cmtp_sock_ops = { -+ family: PF_BLUETOOTH, -+ release: cmtp_sock_release, -+ ioctl: cmtp_sock_ioctl, -+ bind: sock_no_bind, -+ getname: sock_no_getname, -+ sendmsg: sock_no_sendmsg, -+ recvmsg: sock_no_recvmsg, -+ poll: sock_no_poll, -+ listen: sock_no_listen, -+ shutdown: sock_no_shutdown, -+ setsockopt: sock_no_setsockopt, -+ getsockopt: sock_no_getsockopt, -+ connect: sock_no_connect, -+ socketpair: sock_no_socketpair, -+ accept: sock_no_accept, -+ mmap: sock_no_mmap -+}; -+ -+static int cmtp_sock_create(struct socket *sock, int protocol) -+{ -+ struct sock *sk; -+ -+ BT_DBG("sock %p", sock); -+ -+ if (sock->type != SOCK_RAW) -+ return -ESOCKTNOSUPPORT; -+ -+ sock->ops = &cmtp_sock_ops; -+ -+ if (!(sk = sk_alloc(PF_BLUETOOTH, GFP_KERNEL, 1))) -+ return -ENOMEM; -+ -+ MOD_INC_USE_COUNT; -+ -+ sock->state = SS_UNCONNECTED; -+ sock_init_data(sock, sk); -+ -+ sk->destruct = NULL; -+ sk->protocol = protocol; -+ -+ return 0; -+} -+ -+static struct net_proto_family cmtp_sock_family_ops = { -+ family: PF_BLUETOOTH, -+ create: cmtp_sock_create -+}; -+ -+int cmtp_init_sockets(void) -+{ -+ int err; -+ -+ if ((err = bluez_sock_register(BTPROTO_CMTP, &cmtp_sock_family_ops))) { -+ BT_ERR("Can't register CMTP socket layer (%d)", err); -+ return err; -+ } -+ -+ return 0; -+} -+ -+void cmtp_cleanup_sockets(void) -+{ -+ int err; -+ -+ if ((err = bluez_sock_unregister(BTPROTO_CMTP))) -+ BT_ERR("Can't unregister CMTP socket layer (%d)", err); -+ -+ return; -+} -diff -Nur c3000_pre/linux/net/bluetooth/hci_conn.c c3000_work/linux/net/bluetooth/hci_conn.c ---- c3000_pre/linux/net/bluetooth/hci_conn.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hci_conn.c 2004-12-16 23:01:14.000000000 +0900 -@@ -71,6 +71,7 @@ - - memset(&cp, 0, sizeof(cp)); - bacpy(&cp.bdaddr, &conn->dst); -+ cp.pscan_rep_mode = 0x02; - - if ((ie = inquiry_cache_lookup(hdev, &conn->dst)) && - inquiry_entry_age(ie) <= INQUIRY_ENTRY_AGE_MAX) { -@@ -357,21 +358,24 @@ - struct hci_conn_info *ci; - struct hci_dev *hdev; - struct list_head *p; -- int n = 0, size; -+ int n = 0, size, err; - - if (copy_from_user(&req, (void *) arg, sizeof(req))) - return -EFAULT; - -- if (!(hdev = hci_dev_get(req.dev_id))) -- return -ENODEV; -- -- size = req.conn_num * sizeof(struct hci_conn_info) + sizeof(req); -+ if (!req.conn_num || req.conn_num > (PAGE_SIZE * 2) / sizeof(*ci)) -+ return -EINVAL; - -- if (verify_area(VERIFY_WRITE, (void *)arg, size)) -- return -EFAULT; -+ size = sizeof(req) + req.conn_num * sizeof(*ci); - - if (!(cl = (void *) kmalloc(size, GFP_KERNEL))) - return -ENOMEM; -+ -+ if (!(hdev = hci_dev_get(req.dev_id))) { -+ kfree(cl); -+ return -ENODEV; -+ } -+ - ci = cl->conn_info; - - hci_dev_lock_bh(hdev); -@@ -385,20 +389,21 @@ - (ci + n)->out = c->out; - (ci + n)->state = c->state; - (ci + n)->link_mode = c->link_mode; -- n++; -+ if (++n >= req.conn_num) -+ break; - } - hci_dev_unlock_bh(hdev); - - cl->dev_id = hdev->id; - cl->conn_num = n; -- size = n * sizeof(struct hci_conn_info) + sizeof(req); -+ size = sizeof(req) + n * sizeof(*ci); - - hci_dev_put(hdev); - -- copy_to_user((void *) arg, cl, size); -+ err = copy_to_user((void *) arg, cl, size); - kfree(cl); - -- return 0; -+ return err ? -EFAULT : 0; - } - - int hci_get_conn_info(struct hci_dev *hdev, unsigned long arg) -@@ -411,9 +416,6 @@ - if (copy_from_user(&req, (void *) arg, sizeof(req))) - return -EFAULT; - -- if (verify_area(VERIFY_WRITE, ptr, sizeof(ci))) -- return -EFAULT; -- - hci_dev_lock_bh(hdev); - conn = conn_hash_lookup_ba(hdev, req.type, &req.bdaddr); - if (conn) { -@@ -429,6 +431,5 @@ - if (!conn) - return -ENOENT; - -- copy_to_user(ptr, &ci, sizeof(ci)); -- return 0; -+ return copy_to_user(ptr, &ci, sizeof(ci)) ? -EFAULT : 0; - } -diff -Nur c3000_pre/linux/net/bluetooth/hci_core.c c3000_work/linux/net/bluetooth/hci_core.c ---- c3000_pre/linux/net/bluetooth/hci_core.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hci_core.c 2004-12-16 23:01:14.000000000 +0900 -@@ -218,6 +218,10 @@ - - /* Mandatory initialization */ - -+ /* Reset */ -+ if (test_bit(HCI_QUIRK_RESET_ON_INIT, &hdev->quirks)) -+ hci_send_cmd(hdev, OGF_HOST_CTL, OCF_RESET, 0, NULL); -+ - /* Read Local Supported Features */ - hci_send_cmd(hdev, OGF_INFO_PARAM, OCF_READ_LOCAL_FEATURES, 0, NULL); - -@@ -395,7 +399,7 @@ - { - struct hci_inquiry_req ir; - struct hci_dev *hdev; -- int err = 0, do_inquiry = 0; -+ int err = 0, do_inquiry = 0, max_rsp; - long timeo; - __u8 *buf, *ptr; - -@@ -408,6 +412,7 @@ - - hci_dev_lock_bh(hdev); - if (inquiry_cache_age(hdev) > INQUIRY_CACHE_AGE_MAX || -+ inquiry_cache_empty(hdev) || - ir.flags & IREQ_CACHE_FLUSH) { - inquiry_cache_flush(hdev); - do_inquiry = 1; -@@ -418,16 +423,19 @@ - if (do_inquiry && (err = hci_request(hdev, hci_inq_req, (unsigned long)&ir, timeo)) < 0) - goto done; - -+ /* for unlimited number of responses we will use buffer with 255 entries */ -+ max_rsp = (ir.num_rsp == 0) ? 255 : ir.num_rsp; -+ - /* cache_dump can't sleep. Therefore we allocate temp buffer and then - * copy it to the user space. - */ -- if (!(buf = kmalloc(sizeof(inquiry_info) * ir.num_rsp, GFP_KERNEL))) { -+ if (!(buf = kmalloc(sizeof(inquiry_info) * max_rsp, GFP_KERNEL))) { - err = -ENOMEM; - goto done; - } - - hci_dev_lock_bh(hdev); -- ir.num_rsp = inquiry_cache_dump(hdev, ir.num_rsp, buf); -+ ir.num_rsp = inquiry_cache_dump(hdev, max_rsp, buf); - hci_dev_unlock_bh(hdev); - - BT_DBG("num_rsp %d", ir.num_rsp); -@@ -708,22 +716,20 @@ - struct hci_dev_list_req *dl; - struct hci_dev_req *dr; - struct list_head *p; -- int n = 0, size; -+ int n = 0, size, err; - __u16 dev_num; - - if (get_user(dev_num, (__u16 *) arg)) - return -EFAULT; - -- if (!dev_num) -+ if (!dev_num || dev_num > (PAGE_SIZE * 2) / sizeof(*dr)) - return -EINVAL; -- -- size = dev_num * sizeof(struct hci_dev_req) + sizeof(__u16); - -- if (verify_area(VERIFY_WRITE, (void *) arg, size)) -- return -EFAULT; -+ size = sizeof(*dl) + dev_num * sizeof(*dr); - - if (!(dl = kmalloc(size, GFP_KERNEL))) - return -ENOMEM; -+ - dr = dl->dev_req; - - read_lock_bh(&hdev_list_lock); -@@ -738,12 +744,12 @@ - read_unlock_bh(&hdev_list_lock); - - dl->dev_num = n; -- size = n * sizeof(struct hci_dev_req) + sizeof(__u16); -+ size = sizeof(*dl) + n * sizeof(*dr); - -- copy_to_user((void *) arg, dl, size); -+ err = copy_to_user((void *) arg, dl, size); - kfree(dl); - -- return 0; -+ return err ? -EFAULT : 0; - } - - int hci_get_dev_info(unsigned long arg) -@@ -864,6 +870,22 @@ - return 0; - } - -+/* Suspend HCI device */ -+int hci_suspend_dev(struct hci_dev *hdev) -+{ -+ hci_notify(hdev, HCI_DEV_SUSPEND); -+ hci_run_hotplug(hdev->name, "suspend"); -+ return 0; -+} -+ -+/* Resume HCI device */ -+int hci_resume_dev(struct hci_dev *hdev) -+{ -+ hci_notify(hdev, HCI_DEV_RESUME); -+ hci_run_hotplug(hdev->name, "resume"); -+ return 0; -+} -+ - /* Receive frame from HCI drivers */ - int hci_recv_frame(struct sk_buff *skb) - { -@@ -959,40 +981,6 @@ - return hdev->send(skb); - } - --/* Send raw HCI frame */ --int hci_send_raw(struct sk_buff *skb) --{ -- struct hci_dev *hdev = (struct hci_dev *) skb->dev; -- -- if (!hdev) { -- kfree_skb(skb); -- return -ENODEV; -- } -- -- BT_DBG("%s type %d len %d", hdev->name, skb->pkt_type, skb->len); -- -- if (!test_bit(HCI_RAW, &hdev->flags)) { -- /* Queue frame according it's type */ -- switch (skb->pkt_type) { -- case HCI_COMMAND_PKT: -- skb_queue_tail(&hdev->cmd_q, skb); -- hci_sched_cmd(hdev); -- return 0; -- -- case HCI_ACLDATA_PKT: -- case HCI_SCODATA_PKT: -- /* FIXME: -- * Check header here and queue to apropriate connection. -- */ -- break; -- } -- } -- -- skb_queue_tail(&hdev->raw_q, skb); -- hci_sched_tx(hdev); -- return 0; --} -- - /* Send HCI command */ - int hci_send_cmd(struct hci_dev *hdev, __u16 ogf, __u16 ocf, __u32 plen, void *param) - { -diff -Nur c3000_pre/linux/net/bluetooth/hci_event.c c3000_work/linux/net/bluetooth/hci_event.c ---- c3000_pre/linux/net/bluetooth/hci_event.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hci_event.c 2004-12-16 23:01:14.000000000 +0900 -@@ -62,9 +62,22 @@ - /* Command Complete OGF LINK_CTL */ - static void hci_cc_link_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) - { -+ __u8 status; -+ - BT_DBG("%s ocf 0x%x", hdev->name, ocf); - - switch (ocf) { -+ case OCF_INQUIRY_CANCEL: -+ status = *((__u8 *) skb->data); -+ -+ if (status) { -+ BT_DBG("%s Inquiry cancel error: status 0x%x", hdev->name, status); -+ } else { -+ clear_bit(HCI_INQUIRY, &hdev->flags); -+ hci_req_complete(hdev, status); -+ } -+ break; -+ - default: - BT_DBG("%s Command complete: ogf LINK_CTL ocf %x", hdev->name, ocf); - break; -@@ -307,7 +320,7 @@ - status, batostr(&cc->bdaddr), conn); - - if (status) { -- if (conn) { -+ if (conn && conn->state == BT_CONNECT) { - conn->state = BT_CLOSED; - hci_proto_connect_cfm(conn, status); - hci_conn_del(conn); -@@ -439,6 +452,29 @@ - hci_dev_unlock(hdev); - } - -+/* Inquiry Result With RSSI */ -+static inline void hci_inquiry_result_with_rssi_evt(struct hci_dev *hdev, struct sk_buff *skb) -+{ -+ inquiry_info_with_rssi *info = (inquiry_info_with_rssi *) (skb->data + 1); -+ int num_rsp = *((__u8 *) skb->data); -+ -+ BT_DBG("%s num_rsp %d", hdev->name, num_rsp); -+ -+ hci_dev_lock(hdev); -+ for (; num_rsp; num_rsp--) { -+ inquiry_info tmp; -+ bacpy(&tmp.bdaddr, &info->bdaddr); -+ tmp.pscan_rep_mode = info->pscan_rep_mode; -+ tmp.pscan_period_mode = info->pscan_period_mode; -+ tmp.pscan_mode = 0x00; -+ memcpy(tmp.dev_class, &info->dev_class, 3); -+ tmp.clock_offset = info->clock_offset; -+ info++; -+ inquiry_cache_update(hdev, &tmp); -+ } -+ hci_dev_unlock(hdev); -+} -+ - /* Connect Request */ - static inline void hci_conn_request_evt(struct hci_dev *hdev, struct sk_buff *skb) - { -@@ -735,6 +771,10 @@ - hci_inquiry_result_evt(hdev, skb); - break; - -+ case EVT_INQUIRY_RESULT_WITH_RSSI: -+ hci_inquiry_result_with_rssi_evt(hdev, skb); -+ break; -+ - case EVT_CONN_REQUEST: - hci_conn_request_evt(hdev, skb); - break; -diff -Nur c3000_pre/linux/net/bluetooth/hci_sock.c c3000_work/linux/net/bluetooth/hci_sock.c ---- c3000_pre/linux/net/bluetooth/hci_sock.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hci_sock.c 2004-12-16 23:01:14.000000000 +0900 -@@ -49,6 +49,7 @@ - - #include <asm/system.h> - #include <asm/uaccess.h> -+#include <asm/unaligned.h> - - #include <net/bluetooth/bluetooth.h> - #include <net/bluetooth/hci_core.h> -@@ -65,17 +66,20 @@ - /* Packet types */ - 0x10, - /* Events */ -- { 0xd9fe, 0x0 }, -+ { 0x1000d9fe, 0x0000300c }, - /* Commands */ - { -+ { 0x0 }, - /* OGF_LINK_CTL */ -- { 0x2a000002, 0x0, 0x0, 0x0 }, -+ { 0xbe000006, 0x00000001, 0x0000, 0x00 }, - /* OGF_LINK_POLICY */ -- { 0x1200, 0x0, 0x0, 0x0 }, -+ { 0x00005200, 0x00000000, 0x0000, 0x00 }, - /* OGF_HOST_CTL */ -- { 0x80100000, 0xa, 0x0, 0x0 }, -+ { 0xaab00200, 0x2b402aaa, 0x0154, 0x00 }, - /* OGF_INFO_PARAM */ -- { 0x22a, 0x0, 0x0, 0x0 } -+ { 0x000002be, 0x00000000, 0x0000, 0x00 }, -+ /* OGF_STATUS_PARAM */ -+ { 0x000000ea, 0x00000000, 0x0000, 0x00 } - } - }; - -@@ -387,25 +391,37 @@ - - skb->pkt_type = *((unsigned char *) skb->data); - skb_pull(skb, 1); -+ skb->dev = (void *) hdev; - -- if (!capable(CAP_NET_RAW)) { -- err = -EPERM; -+ if (skb->pkt_type == HCI_COMMAND_PKT) { -+ u16 opcode = __le16_to_cpu(get_unaligned((u16 *)skb->data)); -+ u16 ogf = cmd_opcode_ogf(opcode); -+ u16 ocf = cmd_opcode_ocf(opcode); -+ -+ if (((ogf > HCI_SFLT_MAX_OGF) || -+ !hci_test_bit(ocf & HCI_FLT_OCF_BITS, &hci_sec_filter.ocf_mask[ogf])) && -+ !capable(CAP_NET_RAW)) { -+ err = -EPERM; -+ goto drop; -+ } - -- if (skb->pkt_type == HCI_COMMAND_PKT) { -- __u16 opcode = __le16_to_cpu(*(__u16 *)skb->data); -- __u16 ogf = cmd_opcode_ogf(opcode) - 1; -- __u16 ocf = cmd_opcode_ocf(opcode) & HCI_FLT_OCF_BITS; -- -- if (ogf > HCI_SFLT_MAX_OGF || -- !hci_test_bit(ocf, &hci_sec_filter.ocf_mask[ogf])) -- goto drop; -- } else -+ if (test_bit(HCI_RAW, &hdev->flags) || (ogf == OGF_VENDOR_CMD)) { -+ skb_queue_tail(&hdev->raw_q, skb); -+ hci_sched_tx(hdev); -+ } else { -+ skb_queue_tail(&hdev->cmd_q, skb); -+ hci_sched_cmd(hdev); -+ } -+ } else { -+ if (!capable(CAP_NET_RAW)) { -+ err = -EPERM; - goto drop; -+ } -+ -+ skb_queue_tail(&hdev->raw_q, skb); -+ hci_sched_tx(hdev); - } -- -- /* Send frame to HCI core */ -- skb->dev = (void *) hdev; -- hci_send_raw(skb); -+ - err = len; - - done: -diff -Nur c3000_pre/linux/net/bluetooth/hidp/Config.in c3000_work/linux/net/bluetooth/hidp/Config.in ---- c3000_pre/linux/net/bluetooth/hidp/Config.in 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hidp/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,5 @@ -+# -+# Bluetooth HIDP layer configuration -+# -+ -+dep_tristate 'HIDP protocol support' CONFIG_BLUEZ_HIDP $CONFIG_INPUT $CONFIG_BLUEZ_L2CAP -diff -Nur c3000_pre/linux/net/bluetooth/hidp/Makefile c3000_work/linux/net/bluetooth/hidp/Makefile ---- c3000_pre/linux/net/bluetooth/hidp/Makefile 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hidp/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,10 @@ -+# -+# Makefile for the Linux Bluetooth HIDP layer -+# -+ -+O_TARGET := hidp.o -+ -+obj-y := core.o sock.o -+obj-m += $(O_TARGET) -+ -+include $(TOPDIR)/Rules.make -diff -Nur c3000_pre/linux/net/bluetooth/hidp/core.c c3000_work/linux/net/bluetooth/hidp/core.c ---- c3000_pre/linux/net/bluetooth/hidp/core.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hidp/core.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,655 @@ -+/* -+ HIDP implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2003-2004 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/types.h> -+#include <linux/errno.h> -+#include <linux/kernel.h> -+#include <linux/major.h> -+#include <linux/sched.h> -+#include <linux/slab.h> -+#include <linux/poll.h> -+#include <linux/fcntl.h> -+#include <linux/skbuff.h> -+#include <linux/socket.h> -+#include <linux/ioctl.h> -+#include <linux/file.h> -+#include <linux/init.h> -+#include <net/sock.h> -+ -+#include <linux/input.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/l2cap.h> -+ -+#include "hidp.h" -+ -+#ifndef CONFIG_BT_HIDP_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+#define VERSION "1.0" -+ -+static DECLARE_RWSEM(hidp_session_sem); -+static LIST_HEAD(hidp_session_list); -+ -+static unsigned char hidp_keycode[256] = { -+ 0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38, -+ 50, 49, 24, 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44, 2, 3, -+ 4, 5, 6, 7, 8, 9, 10, 11, 28, 1, 14, 15, 57, 12, 13, 26, -+ 27, 43, 43, 39, 40, 41, 51, 52, 53, 58, 59, 60, 61, 62, 63, 64, -+ 65, 66, 67, 68, 87, 88, 99, 70,119,110,102,104,111,107,109,106, -+ 105,108,103, 69, 98, 55, 74, 78, 96, 79, 80, 81, 75, 76, 77, 71, -+ 72, 73, 82, 83, 86,127,116,117,183,184,185,186,187,188,189,190, -+ 191,192,193,194,134,138,130,132,128,129,131,137,133,135,136,113, -+ 115,114, 0, 0, 0,121, 0, 89, 93,124, 92, 94, 95, 0, 0, 0, -+ 122,123, 90, 91, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -+ 29, 42, 56,125, 97, 54,100,126,164,166,165,163,161,115,114,113, -+ 150,158,159,128,136,177,178,176,142,152,173,140 -+}; -+ -+static struct hidp_session *__hidp_get_session(bdaddr_t *bdaddr) -+{ -+ struct hidp_session *session; -+ struct list_head *p; -+ -+ BT_DBG(""); -+ -+ list_for_each(p, &hidp_session_list) { -+ session = list_entry(p, struct hidp_session, list); -+ if (!bacmp(bdaddr, &session->bdaddr)) -+ return session; -+ } -+ return NULL; -+} -+ -+static void __hidp_link_session(struct hidp_session *session) -+{ -+ MOD_INC_USE_COUNT; -+ list_add(&session->list, &hidp_session_list); -+} -+ -+static void __hidp_unlink_session(struct hidp_session *session) -+{ -+ list_del(&session->list); -+ MOD_DEC_USE_COUNT; -+} -+ -+static void __hidp_copy_session(struct hidp_session *session, struct hidp_conninfo *ci) -+{ -+ bacpy(&ci->bdaddr, &session->bdaddr); -+ -+ ci->flags = session->flags; -+ ci->state = session->state; -+ -+ ci->vendor = 0x0000; -+ ci->product = 0x0000; -+ ci->version = 0x0000; -+ memset(ci->name, 0, 128); -+ -+ if (session->input) { -+ ci->vendor = session->input->idvendor; -+ ci->product = session->input->idproduct; -+ ci->version = session->input->idversion; -+ if (session->input->name) -+ strncpy(ci->name, session->input->name, 128); -+ else -+ strncpy(ci->name, "HID Boot Device", 128); -+ } -+} -+ -+static int hidp_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) -+{ -+ struct hidp_session *session = dev->private; -+ struct sk_buff *skb; -+ unsigned char newleds; -+ -+ BT_DBG("session %p hid %p data %p size %d", session, device, data, size); -+ -+ if (type != EV_LED) -+ return -1; -+ -+ newleds = (!!test_bit(LED_KANA, dev->led) << 3) | -+ (!!test_bit(LED_COMPOSE, dev->led) << 3) | -+ (!!test_bit(LED_SCROLLL, dev->led) << 2) | -+ (!!test_bit(LED_CAPSL, dev->led) << 1) | -+ (!!test_bit(LED_NUML, dev->led)); -+ -+ if (session->leds == newleds) -+ return 0; -+ -+ session->leds = newleds; -+ -+ if (!(skb = alloc_skb(3, GFP_ATOMIC))) { -+ BT_ERR("Can't allocate memory for new frame"); -+ return -ENOMEM; -+ } -+ -+ *skb_put(skb, 1) = 0xa2; -+ *skb_put(skb, 1) = 0x01; -+ *skb_put(skb, 1) = newleds; -+ -+ skb_queue_tail(&session->intr_transmit, skb); -+ -+ hidp_schedule(session); -+ -+ return 0; -+} -+ -+static void hidp_input_report(struct hidp_session *session, struct sk_buff *skb) -+{ -+ struct input_dev *dev = session->input; -+ unsigned char *keys = session->keys; -+ unsigned char *udata = skb->data + 1; -+ signed char *sdata = skb->data + 1; -+ int i, size = skb->len - 1; -+ -+ switch (skb->data[0]) { -+ case 0x01: /* Keyboard report */ -+ for (i = 0; i < 8; i++) -+ input_report_key(dev, hidp_keycode[i + 224], (udata[0] >> i) & 1); -+ -+ for (i = 2; i < 8; i++) { -+ if (keys[i] > 3 && memscan(udata + 2, keys[i], 6) == udata + 8) { -+ if (hidp_keycode[keys[i]]) -+ input_report_key(dev, hidp_keycode[keys[i]], 0); -+ else -+ BT_ERR("Unknown key (scancode %#x) released.", keys[i]); -+ } -+ -+ if (udata[i] > 3 && memscan(keys + 2, udata[i], 6) == keys + 8) { -+ if (hidp_keycode[udata[i]]) -+ input_report_key(dev, hidp_keycode[udata[i]], 1); -+ else -+ BT_ERR("Unknown key (scancode %#x) pressed.", udata[i]); -+ } -+ } -+ -+ memcpy(keys, udata, 8); -+ break; -+ -+ case 0x02: /* Mouse report */ -+ input_report_key(dev, BTN_LEFT, sdata[0] & 0x01); -+ input_report_key(dev, BTN_RIGHT, sdata[0] & 0x02); -+ input_report_key(dev, BTN_MIDDLE, sdata[0] & 0x04); -+ input_report_key(dev, BTN_SIDE, sdata[0] & 0x08); -+ input_report_key(dev, BTN_EXTRA, sdata[0] & 0x10); -+ -+ input_report_rel(dev, REL_X, sdata[1]); -+ input_report_rel(dev, REL_Y, sdata[2]); -+ -+ if (size > 3) -+ input_report_rel(dev, REL_WHEEL, sdata[3]); -+ break; -+ } -+ -+ input_event(dev, EV_RST, 0, 0); -+} -+ -+static void hidp_idle_timeout(unsigned long arg) -+{ -+ struct hidp_session *session = (struct hidp_session *) arg; -+ -+ atomic_inc(&session->terminate); -+ hidp_schedule(session); -+} -+ -+static inline void hidp_set_timer(struct hidp_session *session) -+{ -+ if (session->idle_to > 0) -+ mod_timer(&session->timer, jiffies + HZ * session->idle_to); -+} -+ -+static inline void hidp_del_timer(struct hidp_session *session) -+{ -+ if (session->idle_to > 0) -+ del_timer(&session->timer); -+} -+ -+static inline void hidp_send_message(struct hidp_session *session, unsigned char hdr) -+{ -+ struct sk_buff *skb; -+ -+ BT_DBG("session %p", session); -+ -+ if (!(skb = alloc_skb(1, GFP_ATOMIC))) { -+ BT_ERR("Can't allocate memory for message"); -+ return; -+ } -+ -+ *skb_put(skb, 1) = hdr; -+ -+ skb_queue_tail(&session->ctrl_transmit, skb); -+ -+ hidp_schedule(session); -+} -+ -+static inline int hidp_recv_frame(struct hidp_session *session, struct sk_buff *skb) -+{ -+ __u8 hdr; -+ -+ BT_DBG("session %p skb %p len %d", session, skb, skb->len); -+ -+ hdr = skb->data[0]; -+ skb_pull(skb, 1); -+ -+ if (hdr == 0xa1) { -+ hidp_set_timer(session); -+ -+ if (session->input) -+ hidp_input_report(session, skb); -+ } else { -+ BT_DBG("Unsupported protocol header 0x%02x", hdr); -+ } -+ -+ kfree_skb(skb); -+ return 0; -+} -+ -+static int hidp_send_frame(struct socket *sock, unsigned char *data, int len) -+{ -+ struct iovec iv = { data, len }; -+ struct msghdr msg; -+ -+ BT_DBG("sock %p data %p len %d", sock, data, len); -+ -+ if (!len) -+ return 0; -+ -+ memset(&msg, 0, sizeof(msg)); -+ msg.msg_iovlen = 1; -+ msg.msg_iov = &iv; -+ -+ return sock_sendmsg(sock, &msg, len); -+} -+ -+static int hidp_process_transmit(struct hidp_session *session) -+{ -+ struct sk_buff *skb; -+ -+ BT_DBG("session %p", session); -+ -+ while ((skb = skb_dequeue(&session->ctrl_transmit))) { -+ if (hidp_send_frame(session->ctrl_sock, skb->data, skb->len) < 0) { -+ skb_queue_head(&session->ctrl_transmit, skb); -+ break; -+ } -+ -+ hidp_set_timer(session); -+ kfree_skb(skb); -+ } -+ -+ while ((skb = skb_dequeue(&session->intr_transmit))) { -+ if (hidp_send_frame(session->intr_sock, skb->data, skb->len) < 0) { -+ skb_queue_head(&session->intr_transmit, skb); -+ break; -+ } -+ -+ hidp_set_timer(session); -+ kfree_skb(skb); -+ } -+ -+ return skb_queue_len(&session->ctrl_transmit) + -+ skb_queue_len(&session->intr_transmit); -+} -+ -+static int hidp_session(void *arg) -+{ -+ struct hidp_session *session = arg; -+ struct sock *ctrl_sk = session->ctrl_sock->sk; -+ struct sock *intr_sk = session->intr_sock->sk; -+ struct sk_buff *skb; -+ int vendor = 0x0000, product = 0x0000; -+ wait_queue_t ctrl_wait, intr_wait; -+ unsigned long timeo = HZ; -+ -+ BT_DBG("session %p", session); -+ -+ if (session->input) { -+ vendor = session->input->idvendor; -+ product = session->input->idproduct; -+ } -+ -+ daemonize(); reparent_to_init(); -+ -+ sprintf(current->comm, "khidpd_%04x%04x", vendor, product); -+ -+ sigfillset(¤t->blocked); -+ flush_signals(current); -+ -+ current->nice = -15; -+ -+ set_fs(KERNEL_DS); -+ -+ init_waitqueue_entry(&ctrl_wait, current); -+ init_waitqueue_entry(&intr_wait, current); -+ add_wait_queue(ctrl_sk->sleep, &ctrl_wait); -+ add_wait_queue(intr_sk->sleep, &intr_wait); -+ while (!atomic_read(&session->terminate)) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ -+ if (ctrl_sk->state != BT_CONNECTED || intr_sk->state != BT_CONNECTED) -+ break; -+ -+ while ((skb = skb_dequeue(&ctrl_sk->receive_queue))) { -+ skb_orphan(skb); -+ hidp_recv_frame(session, skb); -+ } -+ -+ while ((skb = skb_dequeue(&intr_sk->receive_queue))) { -+ skb_orphan(skb); -+ hidp_recv_frame(session, skb); -+ } -+ -+ hidp_process_transmit(session); -+ -+ schedule(); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(intr_sk->sleep, &intr_wait); -+ remove_wait_queue(ctrl_sk->sleep, &ctrl_wait); -+ -+ down_write(&hidp_session_sem); -+ -+ hidp_del_timer(session); -+ -+ if (intr_sk->state != BT_CONNECTED) { -+ init_waitqueue_entry(&ctrl_wait, current); -+ add_wait_queue(ctrl_sk->sleep, &ctrl_wait); -+ while (timeo && ctrl_sk->state != BT_CLOSED) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ timeo = schedule_timeout(timeo); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(ctrl_sk->sleep, &ctrl_wait); -+ timeo = HZ; -+ } -+ -+ fput(session->ctrl_sock->file); -+ -+ init_waitqueue_entry(&intr_wait, current); -+ add_wait_queue(intr_sk->sleep, &intr_wait); -+ while (timeo && intr_sk->state != BT_CLOSED) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ timeo = schedule_timeout(timeo); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(intr_sk->sleep, &intr_wait); -+ -+ fput(session->intr_sock->file); -+ -+ __hidp_unlink_session(session); -+ -+ if (session->input) { -+ input_unregister_device(session->input); -+ kfree(session->input); -+ } -+ -+ up_write(&hidp_session_sem); -+ -+ kfree(session); -+ return 0; -+} -+ -+static inline void hidp_setup_input(struct hidp_session *session, struct hidp_connadd_req *req) -+{ -+ struct input_dev *input = session->input; -+ int i; -+ -+ input->private = session; -+ -+ input->idbus = BUS_BLUETOOTH; -+ input->idvendor = req->vendor; -+ input->idproduct = req->product; -+ input->idversion = req->version; -+ -+ if (req->subclass & 0x40) { -+ set_bit(EV_KEY, input->evbit); -+ set_bit(EV_LED, input->evbit); -+ set_bit(EV_REP, input->evbit); -+ -+ set_bit(LED_NUML, input->ledbit); -+ set_bit(LED_CAPSL, input->ledbit); -+ set_bit(LED_SCROLLL, input->ledbit); -+ set_bit(LED_COMPOSE, input->ledbit); -+ set_bit(LED_KANA, input->ledbit); -+ -+ for (i = 0; i < sizeof(hidp_keycode); i++) -+ set_bit(hidp_keycode[i], input->keybit); -+ clear_bit(0, input->keybit); -+ } -+ -+ if (req->subclass & 0x80) { -+ input->evbit[0] = BIT(EV_KEY) | BIT(EV_REL); -+ input->keybit[LONG(BTN_MOUSE)] = BIT(BTN_LEFT) | BIT(BTN_RIGHT) | BIT(BTN_MIDDLE); -+ input->relbit[0] = BIT(REL_X) | BIT(REL_Y); -+ input->keybit[LONG(BTN_MOUSE)] |= BIT(BTN_SIDE) | BIT(BTN_EXTRA); -+ input->relbit[0] |= BIT(REL_WHEEL); -+ } -+ -+ input->event = hidp_input_event; -+ -+ input_register_device(input); -+} -+ -+int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock) -+{ -+ struct hidp_session *session, *s; -+ int err; -+ -+ BT_DBG(""); -+ -+ if (bacmp(&bluez_pi(ctrl_sock->sk)->src, &bluez_pi(intr_sock->sk)->src) || -+ bacmp(&bluez_pi(ctrl_sock->sk)->dst, &bluez_pi(intr_sock->sk)->dst)) -+ return -ENOTUNIQ; -+ -+ session = kmalloc(sizeof(struct hidp_session), GFP_KERNEL); -+ if (!session) -+ return -ENOMEM; -+ memset(session, 0, sizeof(struct hidp_session)); -+ -+ session->input = kmalloc(sizeof(struct input_dev), GFP_KERNEL); -+ if (!session->input) { -+ kfree(session); -+ return -ENOMEM; -+ } -+ memset(session->input, 0, sizeof(struct input_dev)); -+ -+ down_write(&hidp_session_sem); -+ -+ s = __hidp_get_session(&bluez_pi(ctrl_sock->sk)->dst); -+ if (s && s->state == BT_CONNECTED) { -+ err = -EEXIST; -+ goto failed; -+ } -+ -+ bacpy(&session->bdaddr, &bluez_pi(ctrl_sock->sk)->dst); -+ -+ session->ctrl_mtu = min_t(uint, l2cap_pi(ctrl_sock->sk)->omtu, l2cap_pi(ctrl_sock->sk)->imtu); -+ session->intr_mtu = min_t(uint, l2cap_pi(intr_sock->sk)->omtu, l2cap_pi(intr_sock->sk)->imtu); -+ -+ BT_DBG("ctrl mtu %d intr mtu %d", session->ctrl_mtu, session->intr_mtu); -+ -+ session->ctrl_sock = ctrl_sock; -+ session->intr_sock = intr_sock; -+ session->state = BT_CONNECTED; -+ -+ init_timer(&session->timer); -+ -+ session->timer.function = hidp_idle_timeout; -+ session->timer.data = (unsigned long) session; -+ -+ skb_queue_head_init(&session->ctrl_transmit); -+ skb_queue_head_init(&session->intr_transmit); -+ -+ session->flags = req->flags & (1 << HIDP_BLUETOOTH_VENDOR_ID); -+ session->idle_to = req->idle_to; -+ -+ if (session->input) -+ hidp_setup_input(session, req); -+ -+ __hidp_link_session(session); -+ -+ hidp_set_timer(session); -+ -+ err = kernel_thread(hidp_session, session, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); -+ if (err < 0) -+ goto unlink; -+ -+ if (session->input) { -+ hidp_send_message(session, 0x70); -+ session->flags |= (1 << HIDP_BOOT_PROTOCOL_MODE); -+ -+ session->leds = 0xff; -+ hidp_input_event(session->input, EV_LED, 0, 0); -+ } -+ -+ up_write(&hidp_session_sem); -+ return 0; -+ -+unlink: -+ hidp_del_timer(session); -+ -+ __hidp_unlink_session(session); -+ -+ if (session->input) -+ input_unregister_device(session->input); -+ -+failed: -+ up_write(&hidp_session_sem); -+ -+ if (session->input) -+ kfree(session->input); -+ -+ kfree(session); -+ return err; -+} -+ -+int hidp_del_connection(struct hidp_conndel_req *req) -+{ -+ struct hidp_session *session; -+ int err = 0; -+ -+ BT_DBG(""); -+ -+ down_read(&hidp_session_sem); -+ -+ session = __hidp_get_session(&req->bdaddr); -+ if (session) { -+ if (req->flags & (1 << HIDP_VIRTUAL_CABLE_UNPLUG)) { -+ hidp_send_message(session, 0x15); -+ } else { -+ /* Flush the transmit queues */ -+ skb_queue_purge(&session->ctrl_transmit); -+ skb_queue_purge(&session->intr_transmit); -+ -+ /* Kill session thread */ -+ atomic_inc(&session->terminate); -+ hidp_schedule(session); -+ } -+ } else -+ err = -ENOENT; -+ -+ up_read(&hidp_session_sem); -+ return err; -+} -+ -+int hidp_get_connlist(struct hidp_connlist_req *req) -+{ -+ struct list_head *p; -+ int err = 0, n = 0; -+ -+ BT_DBG(""); -+ -+ down_read(&hidp_session_sem); -+ -+ list_for_each(p, &hidp_session_list) { -+ struct hidp_session *session; -+ struct hidp_conninfo ci; -+ -+ session = list_entry(p, struct hidp_session, list); -+ -+ __hidp_copy_session(session, &ci); -+ -+ if (copy_to_user(req->ci, &ci, sizeof(ci))) { -+ err = -EFAULT; -+ break; -+ } -+ -+ if (++n >= req->cnum) -+ break; -+ -+ req->ci++; -+ } -+ req->cnum = n; -+ -+ up_read(&hidp_session_sem); -+ return err; -+} -+ -+int hidp_get_conninfo(struct hidp_conninfo *ci) -+{ -+ struct hidp_session *session; -+ int err = 0; -+ -+ down_read(&hidp_session_sem); -+ -+ session = __hidp_get_session(&ci->bdaddr); -+ if (session) -+ __hidp_copy_session(session, ci); -+ else -+ err = -ENOENT; -+ -+ up_read(&hidp_session_sem); -+ return err; -+} -+ -+static int __init hidp_init(void) -+{ -+ l2cap_load(); -+ -+ hidp_init_sockets(); -+ -+ BT_INFO("BlueZ HIDP ver %s", VERSION); -+ BT_INFO("Copyright (C) 2003-2004 Marcel Holtmann <marcel@holtmann.org>"); -+ -+ return 0; -+} -+ -+static void __exit hidp_exit(void) -+{ -+ hidp_cleanup_sockets(); -+} -+ -+module_init(hidp_init); -+module_exit(hidp_exit); -+ -+MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>"); -+MODULE_DESCRIPTION("Bluetooth HIDP ver " VERSION); -+MODULE_LICENSE("GPL"); -diff -Nur c3000_pre/linux/net/bluetooth/hidp/hidp.h c3000_work/linux/net/bluetooth/hidp/hidp.h ---- c3000_pre/linux/net/bluetooth/hidp/hidp.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hidp/hidp.h 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,122 @@ -+/* -+ HIDP implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2003-2004 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+#ifndef __HIDP_H -+#define __HIDP_H -+ -+#include <linux/types.h> -+#include <net/bluetooth/bluetooth.h> -+ -+/* HIDP ioctl defines */ -+#define HIDPCONNADD _IOW('H', 200, int) -+#define HIDPCONNDEL _IOW('H', 201, int) -+#define HIDPGETCONNLIST _IOR('H', 210, int) -+#define HIDPGETCONNINFO _IOR('H', 211, int) -+ -+#define HIDP_VIRTUAL_CABLE_UNPLUG 0 -+#define HIDP_BOOT_PROTOCOL_MODE 1 -+#define HIDP_BLUETOOTH_VENDOR_ID 9 -+ -+struct hidp_connadd_req { -+ int ctrl_sock; // Connected control socket -+ int intr_sock; // Connteted interrupt socket -+ __u16 parser; -+ __u16 rd_size; -+ __u8 *rd_data; -+ __u8 country; -+ __u8 subclass; -+ __u16 vendor; -+ __u16 product; -+ __u16 version; -+ __u32 flags; -+ __u32 idle_to; -+ char name[128]; -+}; -+ -+struct hidp_conndel_req { -+ bdaddr_t bdaddr; -+ __u32 flags; -+}; -+ -+struct hidp_conninfo { -+ bdaddr_t bdaddr; -+ __u32 flags; -+ __u16 state; -+ __u16 vendor; -+ __u16 product; -+ __u16 version; -+ char name[128]; -+}; -+ -+struct hidp_connlist_req { -+ __u32 cnum; -+ struct hidp_conninfo *ci; -+}; -+ -+int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock); -+int hidp_del_connection(struct hidp_conndel_req *req); -+int hidp_get_connlist(struct hidp_connlist_req *req); -+int hidp_get_conninfo(struct hidp_conninfo *ci); -+ -+/* HIDP session defines */ -+struct hidp_session { -+ struct list_head list; -+ -+ struct socket *ctrl_sock; -+ struct socket *intr_sock; -+ -+ bdaddr_t bdaddr; -+ -+ unsigned long state; -+ unsigned long flags; -+ unsigned long idle_to; -+ -+ uint ctrl_mtu; -+ uint intr_mtu; -+ -+ atomic_t terminate; -+ -+ unsigned char keys[8]; -+ unsigned char leds; -+ -+ struct input_dev *input; -+ -+ struct timer_list timer; -+ -+ struct sk_buff_head ctrl_transmit; -+ struct sk_buff_head intr_transmit; -+}; -+ -+static inline void hidp_schedule(struct hidp_session *session) -+{ -+ struct sock *ctrl_sk = session->ctrl_sock->sk; -+ struct sock *intr_sk = session->intr_sock->sk; -+ -+ wake_up_interruptible(ctrl_sk->sleep); -+ wake_up_interruptible(intr_sk->sleep); -+} -+ -+/* HIDP init defines */ -+extern int __init hidp_init_sockets(void); -+extern void __exit hidp_cleanup_sockets(void); -+ -+#endif /* __HIDP_H */ -diff -Nur c3000_pre/linux/net/bluetooth/hidp/sock.c c3000_work/linux/net/bluetooth/hidp/sock.c ---- c3000_pre/linux/net/bluetooth/hidp/sock.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/hidp/sock.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,212 @@ -+/* -+ HIDP implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2003-2004 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/types.h> -+#include <linux/errno.h> -+#include <linux/kernel.h> -+#include <linux/major.h> -+#include <linux/sched.h> -+#include <linux/slab.h> -+#include <linux/poll.h> -+#include <linux/fcntl.h> -+#include <linux/skbuff.h> -+#include <linux/socket.h> -+#include <linux/ioctl.h> -+#include <linux/file.h> -+#include <linux/init.h> -+#include <net/sock.h> -+ -+#include "hidp.h" -+ -+#ifndef CONFIG_BT_HIDP_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+static int hidp_sock_release(struct socket *sock) -+{ -+ struct sock *sk = sock->sk; -+ -+ BT_DBG("sock %p sk %p", sock, sk); -+ -+ if (!sk) -+ return 0; -+ -+ sock_orphan(sk); -+ sock_put(sk); -+ -+ MOD_DEC_USE_COUNT; -+ return 0; -+} -+ -+static int hidp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) -+{ -+ struct hidp_connadd_req ca; -+ struct hidp_conndel_req cd; -+ struct hidp_connlist_req cl; -+ struct hidp_conninfo ci; -+ struct socket *csock; -+ struct socket *isock; -+ int err; -+ -+ BT_DBG("cmd %x arg %lx", cmd, arg); -+ -+ switch (cmd) { -+ case HIDPCONNADD: -+ if (!capable(CAP_NET_ADMIN)) -+ return -EACCES; -+ -+ if (copy_from_user(&ca, (void *) arg, sizeof(ca))) -+ return -EFAULT; -+ -+ csock = sockfd_lookup(ca.ctrl_sock, &err); -+ if (!csock) -+ return err; -+ -+ isock = sockfd_lookup(ca.intr_sock, &err); -+ if (!isock) { -+ fput(csock->file); -+ return err; -+ } -+ -+ if (csock->sk->state != BT_CONNECTED || isock->sk->state != BT_CONNECTED) { -+ fput(csock->file); -+ fput(isock->file); -+ return -EBADFD; -+ } -+ -+ err = hidp_add_connection(&ca, csock, isock); -+ if (!err) { -+ if (copy_to_user((void *) arg, &ca, sizeof(ca))) -+ err = -EFAULT; -+ } else { -+ fput(csock->file); -+ fput(isock->file); -+ } -+ -+ return err; -+ -+ case HIDPCONNDEL: -+ if (!capable(CAP_NET_ADMIN)) -+ return -EACCES; -+ -+ if (copy_from_user(&cd, (void *) arg, sizeof(cd))) -+ return -EFAULT; -+ -+ return hidp_del_connection(&cd); -+ -+ case HIDPGETCONNLIST: -+ if (copy_from_user(&cl, (void *) arg, sizeof(cl))) -+ return -EFAULT; -+ -+ if (cl.cnum <= 0) -+ return -EINVAL; -+ -+ err = hidp_get_connlist(&cl); -+ if (!err && copy_to_user((void *) arg, &cl, sizeof(cl))) -+ return -EFAULT; -+ -+ return err; -+ -+ case HIDPGETCONNINFO: -+ if (copy_from_user(&ci, (void *) arg, sizeof(ci))) -+ return -EFAULT; -+ -+ err = hidp_get_conninfo(&ci); -+ if (!err && copy_to_user((void *) arg, &ci, sizeof(ci))) -+ return -EFAULT; -+ -+ return err; -+ } -+ -+ return -EINVAL; -+} -+ -+static struct proto_ops hidp_sock_ops = { -+ family: PF_BLUETOOTH, -+ release: hidp_sock_release, -+ ioctl: hidp_sock_ioctl, -+ bind: sock_no_bind, -+ getname: sock_no_getname, -+ sendmsg: sock_no_sendmsg, -+ recvmsg: sock_no_recvmsg, -+ poll: sock_no_poll, -+ listen: sock_no_listen, -+ shutdown: sock_no_shutdown, -+ setsockopt: sock_no_setsockopt, -+ getsockopt: sock_no_getsockopt, -+ connect: sock_no_connect, -+ socketpair: sock_no_socketpair, -+ accept: sock_no_accept, -+ mmap: sock_no_mmap -+}; -+ -+static int hidp_sock_create(struct socket *sock, int protocol) -+{ -+ struct sock *sk; -+ -+ BT_DBG("sock %p", sock); -+ -+ if (sock->type != SOCK_RAW) -+ return -ESOCKTNOSUPPORT; -+ -+ sock->ops = &hidp_sock_ops; -+ -+ if (!(sk = sk_alloc(PF_BLUETOOTH, GFP_KERNEL, 1))) -+ return -ENOMEM; -+ -+ MOD_INC_USE_COUNT; -+ -+ sock->state = SS_UNCONNECTED; -+ sock_init_data(sock, sk); -+ -+ sk->destruct = NULL; -+ sk->protocol = protocol; -+ -+ return 0; -+} -+ -+static struct net_proto_family hidp_sock_family_ops = { -+ family: PF_BLUETOOTH, -+ create: hidp_sock_create -+}; -+ -+int __init hidp_init_sockets(void) -+{ -+ int err; -+ -+ if ((err = bluez_sock_register(BTPROTO_HIDP, &hidp_sock_family_ops))) -+ BT_ERR("Can't register HIDP socket layer (%d)", err); -+ -+ return err; -+} -+ -+void __exit hidp_cleanup_sockets(void) -+{ -+ int err; -+ -+ if ((err = bluez_sock_unregister(BTPROTO_HIDP))) -+ BT_ERR("Can't unregister HIDP socket layer (%d)", err); -+} -diff -Nur c3000_pre/linux/net/bluetooth/l2cap.c c3000_work/linux/net/bluetooth/l2cap.c ---- c3000_pre/linux/net/bluetooth/l2cap.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/l2cap.c 2004-12-16 23:01:14.000000000 +0900 -@@ -27,7 +27,7 @@ - * - * $Id: l2cap.c,v 1.15 2002/09/09 01:14:52 maxk Exp $ - */ --#define VERSION "2.1" -+#define VERSION "2.3" - - #include <linux/config.h> - #include <linux/module.h> -@@ -178,69 +178,12 @@ - return 0; - } - --int l2cap_connect(struct sock *sk) --{ -- bdaddr_t *src = &bluez_pi(sk)->src; -- bdaddr_t *dst = &bluez_pi(sk)->dst; -- struct l2cap_conn *conn; -- struct hci_conn *hcon; -- struct hci_dev *hdev; -- int err = 0; -- -- BT_DBG("%s -> %s psm 0x%2.2x", batostr(src), batostr(dst), l2cap_pi(sk)->psm); -- -- if (!(hdev = hci_get_route(dst, src))) -- return -EHOSTUNREACH; -- -- hci_dev_lock_bh(hdev); -- -- err = -ENOMEM; -- -- hcon = hci_connect(hdev, ACL_LINK, dst); -- if (!hcon) -- goto done; -- -- conn = l2cap_conn_add(hcon, 0); -- if (!conn) { -- hci_conn_put(hcon); -- goto done; -- } -- -- err = 0; -- -- /* Update source addr of the socket */ -- bacpy(src, conn->src); -- -- l2cap_chan_add(conn, sk, NULL); -- -- sk->state = BT_CONNECT; -- l2cap_sock_set_timer(sk, sk->sndtimeo); -- -- if (hcon->state == BT_CONNECTED) { -- if (sk->type == SOCK_SEQPACKET) { -- l2cap_conn_req req; -- req.scid = __cpu_to_le16(l2cap_pi(sk)->scid); -- req.psm = l2cap_pi(sk)->psm; -- l2cap_send_req(conn, L2CAP_CONN_REQ, L2CAP_CONN_REQ_SIZE, &req); -- } else { -- l2cap_sock_clear_timer(sk); -- sk->state = BT_CONNECTED; -- } -- } -- --done: -- hci_dev_unlock_bh(hdev); -- hci_dev_put(hdev); -- return err; --} -- - /* -------- Socket interface ---------- */ - static struct sock *__l2cap_get_sock_by_addr(__u16 psm, bdaddr_t *src) - { - struct sock *sk; - for (sk = l2cap_sk_list.head; sk; sk = sk->next) { -- if (l2cap_pi(sk)->psm == psm && -- !bacmp(&bluez_pi(sk)->src, src)) -+ if (sk->sport == psm && !bacmp(&bluez_pi(sk)->src, src)) - break; - } - return sk; -@@ -341,7 +284,7 @@ - l2cap_disconn_req req; - - sk->state = BT_DISCONN; -- l2cap_sock_set_timer(sk, HZ * 5); -+ l2cap_sock_set_timer(sk, sk->sndtimeo); - - req.dcid = __cpu_to_le16(l2cap_pi(sk)->dcid); - req.scid = __cpu_to_le16(l2cap_pi(sk)->scid); -@@ -366,11 +309,9 @@ - static void l2cap_sock_close(struct sock *sk) - { - l2cap_sock_clear_timer(sk); -- - lock_sock(sk); - __l2cap_sock_close(sk, ECONNRESET); - release_sock(sk); -- - l2cap_sock_kill(sk); - } - -@@ -432,6 +373,9 @@ - if (sock->type != SOCK_SEQPACKET && sock->type != SOCK_DGRAM && sock->type != SOCK_RAW) - return -ESOCKTNOSUPPORT; - -+ if (sock->type == SOCK_RAW && !capable(CAP_NET_RAW)) -+ return -EPERM; -+ - sock->ops = &l2cap_sock_ops; - - if (!(sk = l2cap_sock_alloc(sock, protocol, GFP_KERNEL))) -@@ -466,9 +410,9 @@ - /* Save source address */ - bacpy(&bluez_pi(sk)->src, &la->l2_bdaddr); - l2cap_pi(sk)->psm = la->l2_psm; -+ sk->sport = la->l2_psm; - sk->state = BT_BOUND; - } -- - write_unlock_bh(&l2cap_sk_list.lock); - - done: -@@ -476,6 +420,62 @@ - return err; - } - -+static int l2cap_do_connect(struct sock *sk) -+{ -+ bdaddr_t *src = &bluez_pi(sk)->src; -+ bdaddr_t *dst = &bluez_pi(sk)->dst; -+ struct l2cap_conn *conn; -+ struct hci_conn *hcon; -+ struct hci_dev *hdev; -+ int err = 0; -+ -+ BT_DBG("%s -> %s psm 0x%2.2x", batostr(src), batostr(dst), l2cap_pi(sk)->psm); -+ -+ if (!(hdev = hci_get_route(dst, src))) -+ return -EHOSTUNREACH; -+ -+ hci_dev_lock_bh(hdev); -+ -+ err = -ENOMEM; -+ -+ hcon = hci_connect(hdev, ACL_LINK, dst); -+ if (!hcon) -+ goto done; -+ -+ conn = l2cap_conn_add(hcon, 0); -+ if (!conn) { -+ hci_conn_put(hcon); -+ goto done; -+ } -+ -+ err = 0; -+ -+ /* Update source addr of the socket */ -+ bacpy(src, conn->src); -+ -+ l2cap_chan_add(conn, sk, NULL); -+ -+ sk->state = BT_CONNECT; -+ l2cap_sock_set_timer(sk, sk->sndtimeo); -+ -+ if (hcon->state == BT_CONNECTED) { -+ if (sk->type == SOCK_SEQPACKET) { -+ l2cap_conn_req req; -+ req.scid = __cpu_to_le16(l2cap_pi(sk)->scid); -+ req.psm = l2cap_pi(sk)->psm; -+ l2cap_send_req(conn, L2CAP_CONN_REQ, L2CAP_CONN_REQ_SIZE, &req); -+ } else { -+ l2cap_sock_clear_timer(sk); -+ sk->state = BT_CONNECTED; -+ } -+ } -+ -+done: -+ hci_dev_unlock_bh(hdev); -+ hci_dev_put(hdev); -+ return err; -+} -+ - static int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags) - { - struct sockaddr_l2 *la = (struct sockaddr_l2 *) addr; -@@ -521,11 +521,12 @@ - bacpy(&bluez_pi(sk)->dst, &la->l2_bdaddr); - l2cap_pi(sk)->psm = la->l2_psm; - -- if ((err = l2cap_connect(sk))) -+ if ((err = l2cap_do_connect(sk))) - goto done; - - wait: -- err = bluez_sock_w4_connect(sk, flags); -+ err = bluez_sock_wait_state(sk, BT_CONNECTED, -+ sock_sndtimeo(sk, flags & O_NONBLOCK)); - - done: - release_sock(sk); -@@ -758,32 +759,39 @@ - static int l2cap_sock_shutdown(struct socket *sock, int how) - { - struct sock *sk = sock->sk; -+ int err = 0; - - BT_DBG("sock %p, sk %p", sock, sk); - - if (!sk) return 0; - -- l2cap_sock_clear_timer(sk); -- - lock_sock(sk); -- sk->shutdown = SHUTDOWN_MASK; -- __l2cap_sock_close(sk, ECONNRESET); -- release_sock(sk); -+ if (!sk->shutdown) { -+ sk->shutdown = SHUTDOWN_MASK; -+ l2cap_sock_clear_timer(sk); -+ __l2cap_sock_close(sk, 0); - -- return 0; -+ if (sk->linger) -+ err = bluez_sock_wait_state(sk, BT_CLOSED, sk->lingertime); -+ } -+ release_sock(sk); -+ return err; - } - - static int l2cap_sock_release(struct socket *sock) - { - struct sock *sk = sock->sk; -+ int err; - - BT_DBG("sock %p, sk %p", sock, sk); - - if (!sk) return 0; - -+ err = l2cap_sock_shutdown(sock, 2); -+ - sock_orphan(sk); -- l2cap_sock_close(sk); -- return 0; -+ l2cap_sock_kill(sk); -+ return err; - } - - /* --------- L2CAP channels --------- */ -@@ -915,10 +923,12 @@ - hci_conn_put(conn->hcon); - } - -- sk->state = BT_CLOSED; -- sk->err = err; -+ sk->state = BT_CLOSED; - sk->zapped = 1; - -+ if (err) -+ sk->err = err; -+ - if (parent) - parent->data_ready(parent, 0); - else -@@ -954,6 +964,22 @@ - read_unlock(&l->lock); - } - -+/* Notify sockets that we cannot guaranty reliability anymore */ -+static void l2cap_conn_unreliable(struct l2cap_conn *conn, int err) -+{ -+ struct l2cap_chan_list *l = &conn->chan_list; -+ struct sock *sk; -+ -+ BT_DBG("conn %p", conn); -+ -+ read_lock(&l->lock); -+ for (sk = l->head; sk; sk = l2cap_pi(sk)->next_c) { -+ if (l2cap_pi(sk)->link_mode & L2CAP_LM_RELIABLE) -+ sk->err = err; -+ } -+ read_unlock(&l->lock); -+} -+ - static void l2cap_chan_ready(struct sock *sk) - { - struct sock *parent = bluez_pi(sk)->parent; -@@ -1318,15 +1344,18 @@ - { - l2cap_conf_rsp *rsp = (l2cap_conf_rsp *) data; - void *ptr = rsp->data; -+ u16 flags = 0; - - BT_DBG("sk %p complete %d", sk, result ? 1 : 0); - - if (result) - *result = l2cap_conf_output(sk, &ptr); -+ else -+ flags |= 0x0001; - - rsp->scid = __cpu_to_le16(l2cap_pi(sk)->dcid); - rsp->result = __cpu_to_le16(result ? *result : 0); -- rsp->flags = __cpu_to_le16(0); -+ rsp->flags = __cpu_to_le16(flags); - - return ptr - data; - } -@@ -1439,7 +1468,7 @@ - case L2CAP_CR_SUCCESS: - sk->state = BT_CONFIG; - l2cap_pi(sk)->dcid = dcid; -- l2cap_pi(sk)->conf_state |= CONF_REQ_SENT; -+ l2cap_pi(sk)->conf_state |= L2CAP_CONF_REQ_SENT; - - l2cap_send_req(conn, L2CAP_CONF_REQ, l2cap_build_conf_req(sk, req), req); - break; -@@ -1474,7 +1503,7 @@ - - l2cap_parse_conf_req(sk, req->data, cmd->len - L2CAP_CONF_REQ_SIZE); - -- if (flags & 0x01) { -+ if (flags & 0x0001) { - /* Incomplete config. Send empty response. */ - l2cap_send_rsp(conn, cmd->ident, L2CAP_CONF_RSP, l2cap_build_conf_rsp(sk, rsp, NULL), rsp); - goto unlock; -@@ -1487,12 +1516,12 @@ - goto unlock; - - /* Output config done */ -- l2cap_pi(sk)->conf_state |= CONF_OUTPUT_DONE; -+ l2cap_pi(sk)->conf_state |= L2CAP_CONF_OUTPUT_DONE; - -- if (l2cap_pi(sk)->conf_state & CONF_INPUT_DONE) { -+ if (l2cap_pi(sk)->conf_state & L2CAP_CONF_INPUT_DONE) { - sk->state = BT_CONNECTED; - l2cap_chan_ready(sk); -- } else if (!(l2cap_pi(sk)->conf_state & CONF_REQ_SENT)) { -+ } else if (!(l2cap_pi(sk)->conf_state & L2CAP_CONF_REQ_SENT)) { - char req[64]; - l2cap_send_req(conn, L2CAP_CONF_REQ, l2cap_build_conf_req(sk, req), req); - } -@@ -1518,18 +1547,34 @@ - if (!(sk = l2cap_get_chan_by_scid(&conn->chan_list, scid))) - return -ENOENT; - -- if (result) { -- l2cap_disconn_req req; -+ switch (result) { -+ case L2CAP_CONF_SUCCESS: -+ break; - -- /* They didn't like our options. Well... we do not negotiate. -- * Close channel. -- */ -+ case L2CAP_CONF_UNACCEPT: -+ if (++l2cap_pi(sk)->conf_retry < L2CAP_CONF_MAX_RETRIES) { -+ char req[128]; -+ /* -+ It does not make sense to adjust L2CAP parameters -+ that are currently defined in the spec. We simply -+ resend config request that we sent earlier. It is -+ stupid :) but it helps qualification testing -+ which expects at least some response from us. -+ */ -+ l2cap_send_req(conn, L2CAP_CONF_REQ, -+ l2cap_build_conf_req(sk, req), req); -+ goto done; -+ } -+ default: - sk->state = BT_DISCONN; -+ sk->err = ECONNRESET; - l2cap_sock_set_timer(sk, HZ * 5); -- -- req.dcid = __cpu_to_le16(l2cap_pi(sk)->dcid); -- req.scid = __cpu_to_le16(l2cap_pi(sk)->scid); -- l2cap_send_req(conn, L2CAP_DISCONN_REQ, L2CAP_DISCONN_REQ_SIZE, &req); -+ { -+ l2cap_disconn_req req; -+ req.dcid = __cpu_to_le16(l2cap_pi(sk)->dcid); -+ req.scid = __cpu_to_le16(l2cap_pi(sk)->scid); -+ l2cap_send_req(conn, L2CAP_DISCONN_REQ, L2CAP_DISCONN_REQ_SIZE, &req); -+ } - goto done; - } - -@@ -1537,9 +1582,9 @@ - goto done; - - /* Input config done */ -- l2cap_pi(sk)->conf_state |= CONF_INPUT_DONE; -+ l2cap_pi(sk)->conf_state |= L2CAP_CONF_INPUT_DONE; - -- if (l2cap_pi(sk)->conf_state & CONF_OUTPUT_DONE) { -+ if (l2cap_pi(sk)->conf_state & L2CAP_CONF_OUTPUT_DONE) { - sk->state = BT_CONNECTED; - l2cap_chan_ready(sk); - } -@@ -1590,13 +1635,42 @@ - - if (!(sk = l2cap_get_chan_by_scid(&conn->chan_list, scid))) - return 0; -- l2cap_chan_del(sk, ECONNABORTED); -+ l2cap_chan_del(sk, 0); - bh_unlock_sock(sk); - - l2cap_sock_kill(sk); - return 0; - } - -+static inline int l2cap_information_req(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, u8 *data) -+{ -+ l2cap_info_req *req = (l2cap_info_req *) data; -+ l2cap_info_rsp rsp; -+ u16 type; -+ -+ type = __le16_to_cpu(req->type); -+ -+ BT_DBG("type 0x%4.4x", type); -+ -+ rsp.type = __cpu_to_le16(type); -+ rsp.result = __cpu_to_le16(L2CAP_IR_NOTSUPP); -+ l2cap_send_rsp(conn, cmd->ident, L2CAP_INFO_RSP, sizeof(rsp), &rsp); -+ return 0; -+} -+ -+static inline int l2cap_information_rsp(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, u8 *data) -+{ -+ l2cap_info_rsp *rsp = (l2cap_info_rsp *) data; -+ u16 type, result; -+ -+ type = __le16_to_cpu(rsp->type); -+ result = __le16_to_cpu(rsp->result); -+ -+ BT_DBG("type 0x%4.4x result 0x%2.2x", type, result); -+ -+ return 0; -+} -+ - static inline void l2cap_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb) - { - __u8 *data = skb->data; -@@ -1604,6 +1678,8 @@ - l2cap_cmd_hdr cmd; - int err = 0; - -+ l2cap_raw_recv(conn, skb); -+ - while (len >= L2CAP_CMD_HDR_SIZE) { - memcpy(&cmd, data, L2CAP_CMD_HDR_SIZE); - data += L2CAP_CMD_HDR_SIZE; -@@ -1619,6 +1695,10 @@ - } - - switch (cmd.code) { -+ case L2CAP_COMMAND_REJ: -+ /* FIXME: We should process this */ -+ break; -+ - case L2CAP_CONN_REQ: - err = l2cap_connect_req(conn, &cmd, data); - break; -@@ -1643,23 +1723,23 @@ - err = l2cap_disconnect_rsp(conn, &cmd, data); - break; - -- case L2CAP_COMMAND_REJ: -- /* FIXME: We should process this */ -- l2cap_raw_recv(conn, skb); -- break; -- - case L2CAP_ECHO_REQ: - l2cap_send_rsp(conn, cmd.ident, L2CAP_ECHO_RSP, cmd.len, data); - break; - - case L2CAP_ECHO_RSP: -+ break; -+ - case L2CAP_INFO_REQ: -+ err = l2cap_information_req(conn, &cmd, data); -+ break; -+ - case L2CAP_INFO_RSP: -- l2cap_raw_recv(conn, skb); -+ err = l2cap_information_rsp(conn, &cmd, data); - break; - - default: -- BT_ERR("Uknown signaling command 0x%2.2x", cmd.code); -+ BT_ERR("Unknown signaling command 0x%2.2x", cmd.code); - err = -EINVAL; - break; - }; -@@ -1668,7 +1748,7 @@ - l2cap_cmd_rej rej; - BT_DBG("error %d", err); - -- /* FIXME: Map err to a valid reason. */ -+ /* FIXME: Map err to a valid reason */ - rej.reason = __cpu_to_le16(0); - l2cap_send_rsp(conn, cmd.ident, L2CAP_COMMAND_REJ, L2CAP_CMD_REJ_SIZE, &rej); - } -@@ -1787,7 +1867,7 @@ - if (sk->state != BT_LISTEN) - continue; - -- if (!bacmp(&bluez_pi(sk)->src, bdaddr)) { -+ if (!bacmp(&bluez_pi(sk)->src, &hdev->bdaddr)) { - lm1 |= (HCI_LM_ACCEPT | l2cap_pi(sk)->link_mode); - exact++; - } else if (!bacmp(&bluez_pi(sk)->src, BDADDR_ANY)) -@@ -1941,26 +2021,36 @@ - kfree_skb(conn->rx_skb); - conn->rx_skb = NULL; - conn->rx_len = 0; -+ l2cap_conn_unreliable(conn, ECOMM); - } - - if (skb->len < 2) { -- BT_ERR("Frame is too small (len %d)", skb->len); -+ BT_ERR("Frame is too short (len %d)", skb->len); -+ l2cap_conn_unreliable(conn, ECOMM); - goto drop; - } - - hdr = (l2cap_hdr *) skb->data; - len = __le16_to_cpu(hdr->len) + L2CAP_HDR_SIZE; - -- BT_DBG("Start: total len %d, frag len %d", len, skb->len); -- - if (len == skb->len) { - /* Complete frame received */ - l2cap_recv_frame(conn, skb); - return 0; - } - -- /* Allocate skb for the complete frame (with header) */ -- if (!(conn->rx_skb = bluez_skb_alloc(len, GFP_ATOMIC))) -+ BT_DBG("Start: total len %d, frag len %d", len, skb->len); -+ -+ if (skb->len > len) { -+ BT_ERR("Frame is too long (len %d, expected len %d)", -+ skb->len, len); -+ l2cap_conn_unreliable(conn, ECOMM); -+ goto drop; -+ } -+ -+ /* Allocate skb for the complete frame including header */ -+ conn->rx_skb = bluez_skb_alloc(len, GFP_ATOMIC); -+ if (!conn->rx_skb) - goto drop; - - memcpy(skb_put(conn->rx_skb, skb->len), skb->data, skb->len); -@@ -1970,15 +2060,17 @@ - - if (!conn->rx_len) { - BT_ERR("Unexpected continuation frame (len %d)", skb->len); -+ l2cap_conn_unreliable(conn, ECOMM); - goto drop; - } - - if (skb->len > conn->rx_len) { -- BT_ERR("Fragment is too large (len %d, expect %d)", -+ BT_ERR("Fragment is too long (len %d, expected %d)", - skb->len, conn->rx_len); - kfree_skb(conn->rx_skb); - conn->rx_skb = NULL; - conn->rx_len = 0; -+ l2cap_conn_unreliable(conn, ECOMM); - goto drop; - } - -@@ -2112,6 +2204,16 @@ - BT_ERR("Can't unregister L2CAP protocol"); - } - -+void l2cap_load(void) -+{ -+ /* Dummy function to trigger automatic L2CAP module loading by -+ other modules that use L2CAP sockets but do not use any other -+ symbols from it. */ -+ return; -+} -+ -+EXPORT_SYMBOL(l2cap_load); -+ - module_init(l2cap_init); - module_exit(l2cap_cleanup); - -diff -Nur c3000_pre/linux/net/bluetooth/rfcomm/Config.in c3000_work/linux/net/bluetooth/rfcomm/Config.in ---- c3000_pre/linux/net/bluetooth/rfcomm/Config.in 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/rfcomm/Config.in 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,10 @@ -+# -+# Bluetooth RFCOMM layer configuration -+# -+ -+dep_tristate 'RFCOMM protocol support' CONFIG_BLUEZ_RFCOMM $CONFIG_BLUEZ_L2CAP -+ -+if [ "$CONFIG_BLUEZ_RFCOMM" != "n" ]; then -+ bool ' RFCOMM TTY support' CONFIG_BLUEZ_RFCOMM_TTY -+fi -+ -diff -Nur c3000_pre/linux/net/bluetooth/rfcomm/Makefile c3000_work/linux/net/bluetooth/rfcomm/Makefile ---- c3000_pre/linux/net/bluetooth/rfcomm/Makefile 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/rfcomm/Makefile 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,11 @@ -+# -+# Makefile for the Linux Bluetooth RFCOMM layer -+# -+ -+O_TARGET := rfcomm.o -+ -+obj-y := core.o sock.o crc.o -+obj-$(CONFIG_BLUEZ_RFCOMM_TTY) += tty.o -+obj-m += $(O_TARGET) -+ -+include $(TOPDIR)/Rules.make -diff -Nur c3000_pre/linux/net/bluetooth/rfcomm/core.c c3000_work/linux/net/bluetooth/rfcomm/core.c ---- c3000_pre/linux/net/bluetooth/rfcomm/core.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/rfcomm/core.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,1940 @@ -+/* -+ RFCOMM implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> -+ Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+/* -+ RPN support - Dirk Husemann <hud@zurich.ibm.com> -+*/ -+ -+/* -+ * RFCOMM core. -+ * -+ * $Id: core.c,v 1.46 2002/10/18 20:12:12 maxk Exp $ -+ */ -+ -+#define __KERNEL_SYSCALLS__ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+#include <linux/errno.h> -+#include <linux/kernel.h> -+#include <linux/sched.h> -+#include <linux/signal.h> -+#include <linux/init.h> -+#include <linux/wait.h> -+#include <linux/net.h> -+#include <linux/proc_fs.h> -+#include <net/sock.h> -+#include <asm/uaccess.h> -+#include <asm/unaligned.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/l2cap.h> -+#include <net/bluetooth/rfcomm.h> -+ -+#define VERSION "1.1" -+ -+#ifndef CONFIG_BLUEZ_RFCOMM_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+struct task_struct *rfcomm_thread; -+DECLARE_MUTEX(rfcomm_sem); -+unsigned long rfcomm_event; -+ -+static LIST_HEAD(session_list); -+static atomic_t terminate, running; -+ -+static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); -+static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci); -+static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci); -+static int rfcomm_queue_disc(struct rfcomm_dlc *d); -+static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type); -+static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); -+static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig); -+static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len); -+static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits); -+static void rfcomm_make_uih(struct sk_buff *skb, u8 addr); -+ -+static void rfcomm_process_connect(struct rfcomm_session *s); -+ -+/* ---- RFCOMM frame parsing macros ---- */ -+#define __get_dlci(b) ((b & 0xfc) >> 2) -+#define __get_channel(b) ((b & 0xf8) >> 3) -+#define __get_dir(b) ((b & 0x04) >> 2) -+#define __get_type(b) ((b & 0xef)) -+ -+#define __test_ea(b) ((b & 0x01)) -+#define __test_cr(b) ((b & 0x02)) -+#define __test_pf(b) ((b & 0x10)) -+ -+#define __addr(cr, dlci) (((dlci & 0x3f) << 2) | (cr << 1) | 0x01) -+#define __ctrl(type, pf) (((type & 0xef) | (pf << 4))) -+#define __dlci(dir, chn) (((chn & 0x1f) << 1) | dir) -+#define __srv_channel(dlci) (dlci >> 1) -+#define __dir(dlci) (dlci & 0x01) -+ -+#define __len8(len) (((len) << 1) | 1) -+#define __len16(len) ((len) << 1) -+ -+/* MCC macros */ -+#define __mcc_type(cr, type) (((type << 2) | (cr << 1) | 0x01)) -+#define __get_mcc_type(b) ((b & 0xfc) >> 2) -+#define __get_mcc_len(b) ((b & 0xfe) >> 1) -+ -+/* RPN macros */ -+#define __rpn_line_settings(data, stop, parity) ((data & 0x3) | ((stop & 0x1) << 2) | ((parity & 0x3) << 3)) -+#define __get_rpn_data_bits(line) ((line) & 0x3) -+#define __get_rpn_stop_bits(line) (((line) >> 2) & 0x1) -+#define __get_rpn_parity(line) (((line) >> 3) & 0x3) -+ -+/* ---- RFCOMM FCS computation ---- */ -+ -+/* CRC on 2 bytes */ -+#define __crc(data) (rfcomm_crc_table[rfcomm_crc_table[0xff ^ data[0]] ^ data[1]]) -+ -+/* FCS on 2 bytes */ -+static inline u8 __fcs(u8 *data) -+{ -+ return (0xff - __crc(data)); -+} -+ -+/* FCS on 3 bytes */ -+static inline u8 __fcs2(u8 *data) -+{ -+ return (0xff - rfcomm_crc_table[__crc(data) ^ data[2]]); -+} -+ -+/* Check FCS */ -+static inline int __check_fcs(u8 *data, int type, u8 fcs) -+{ -+ u8 f = __crc(data); -+ -+ if (type != RFCOMM_UIH) -+ f = rfcomm_crc_table[f ^ data[2]]; -+ -+ return rfcomm_crc_table[f ^ fcs] != 0xcf; -+} -+ -+/* ---- L2CAP callbacks ---- */ -+static void rfcomm_l2state_change(struct sock *sk) -+{ -+ BT_DBG("%p state %d", sk, sk->state); -+ rfcomm_schedule(RFCOMM_SCHED_STATE); -+} -+ -+static void rfcomm_l2data_ready(struct sock *sk, int bytes) -+{ -+ BT_DBG("%p bytes %d", sk, bytes); -+ rfcomm_schedule(RFCOMM_SCHED_RX); -+} -+ -+static int rfcomm_l2sock_create(struct socket **sock) -+{ -+ int err; -+ -+ BT_DBG(""); -+ -+ err = sock_create(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); -+ if (!err) { -+ struct sock *sk = (*sock)->sk; -+ sk->data_ready = rfcomm_l2data_ready; -+ sk->state_change = rfcomm_l2state_change; -+ } -+ return err; -+} -+ -+/* ---- RFCOMM DLCs ---- */ -+static void rfcomm_dlc_timeout(unsigned long arg) -+{ -+ struct rfcomm_dlc *d = (void *) arg; -+ -+ BT_DBG("dlc %p state %ld", d, d->state); -+ -+ set_bit(RFCOMM_TIMED_OUT, &d->flags); -+ rfcomm_dlc_put(d); -+ rfcomm_schedule(RFCOMM_SCHED_TIMEO); -+} -+ -+static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout) -+{ -+ BT_DBG("dlc %p state %ld timeout %ld", d, d->state, timeout); -+ -+ if (!mod_timer(&d->timer, jiffies + timeout)) -+ rfcomm_dlc_hold(d); -+} -+ -+static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d) -+{ -+ BT_DBG("dlc %p state %ld", d, d->state); -+ -+ if (timer_pending(&d->timer) && del_timer(&d->timer)) -+ rfcomm_dlc_put(d); -+} -+ -+static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d) -+{ -+ BT_DBG("%p", d); -+ -+ d->state = BT_OPEN; -+ d->flags = 0; -+ d->mscex = 0; -+ d->mtu = RFCOMM_DEFAULT_MTU; -+ d->v24_sig = RFCOMM_V24_RTC | RFCOMM_V24_RTR | RFCOMM_V24_DV; -+ -+ d->cfc = RFCOMM_CFC_DISABLED; -+ d->rx_credits = RFCOMM_DEFAULT_CREDITS; -+} -+ -+struct rfcomm_dlc *rfcomm_dlc_alloc(int prio) -+{ -+ struct rfcomm_dlc *d = kmalloc(sizeof(*d), prio); -+ if (!d) -+ return NULL; -+ memset(d, 0, sizeof(*d)); -+ -+ init_timer(&d->timer); -+ d->timer.function = rfcomm_dlc_timeout; -+ d->timer.data = (unsigned long) d; -+ -+ skb_queue_head_init(&d->tx_queue); -+ spin_lock_init(&d->lock); -+ atomic_set(&d->refcnt, 1); -+ -+ rfcomm_dlc_clear_state(d); -+ -+ BT_DBG("%p", d); -+ return d; -+} -+ -+void rfcomm_dlc_free(struct rfcomm_dlc *d) -+{ -+ BT_DBG("%p", d); -+ -+ skb_queue_purge(&d->tx_queue); -+ kfree(d); -+} -+ -+static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) -+{ -+ BT_DBG("dlc %p session %p", d, s); -+ -+ rfcomm_session_hold(s); -+ -+ rfcomm_dlc_hold(d); -+ list_add(&d->list, &s->dlcs); -+ d->session = s; -+} -+ -+static void rfcomm_dlc_unlink(struct rfcomm_dlc *d) -+{ -+ struct rfcomm_session *s = d->session; -+ -+ BT_DBG("dlc %p refcnt %d session %p", d, atomic_read(&d->refcnt), s); -+ -+ list_del(&d->list); -+ d->session = NULL; -+ rfcomm_dlc_put(d); -+ -+ rfcomm_session_put(s); -+} -+ -+static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) -+{ -+ struct rfcomm_dlc *d; -+ struct list_head *p; -+ -+ list_for_each(p, &s->dlcs) { -+ d = list_entry(p, struct rfcomm_dlc, list); -+ if (d->dlci == dlci) -+ return d; -+ } -+ return NULL; -+} -+ -+static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) -+{ -+ struct rfcomm_session *s; -+ int err = 0; -+ u8 dlci; -+ -+ BT_DBG("dlc %p state %ld %s %s channel %d", -+ d, d->state, batostr(src), batostr(dst), channel); -+ -+ if (channel < 1 || channel > 30) -+ return -EINVAL; -+ -+ if (d->state != BT_OPEN && d->state != BT_CLOSED) -+ return 0; -+ -+ s = rfcomm_session_get(src, dst); -+ if (!s) { -+ s = rfcomm_session_create(src, dst, &err); -+ if (!s) -+ return err; -+ } -+ -+ dlci = __dlci(!s->initiator, channel); -+ -+ /* Check if DLCI already exists */ -+ if (rfcomm_dlc_get(s, dlci)) -+ return -EBUSY; -+ -+ rfcomm_dlc_clear_state(d); -+ -+ d->dlci = dlci; -+ d->addr = __addr(s->initiator, dlci); -+ d->priority = 7; -+ -+ d->state = BT_CONFIG; -+ rfcomm_dlc_link(s, d); -+ -+ d->mtu = s->mtu; -+ d->cfc = (s->cfc == RFCOMM_CFC_UNKNOWN) ? 0 : s->cfc; -+ -+ if (s->state == BT_CONNECTED) -+ rfcomm_send_pn(s, 1, d); -+ rfcomm_dlc_set_timer(d, RFCOMM_CONN_TIMEOUT); -+ return 0; -+} -+ -+int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) -+{ -+ mm_segment_t fs; -+ int r; -+ -+ rfcomm_lock(); -+ -+ fs = get_fs(); set_fs(KERNEL_DS); -+ r = __rfcomm_dlc_open(d, src, dst, channel); -+ set_fs(fs); -+ -+ rfcomm_unlock(); -+ return r; -+} -+ -+static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err) -+{ -+ struct rfcomm_session *s = d->session; -+ if (!s) -+ return 0; -+ -+ BT_DBG("dlc %p state %ld dlci %d err %d session %p", -+ d, d->state, d->dlci, err, s); -+ -+ switch (d->state) { -+ case BT_CONNECTED: -+ case BT_CONFIG: -+ case BT_CONNECT: -+ d->state = BT_DISCONN; -+ if (skb_queue_empty(&d->tx_queue)) { -+ rfcomm_send_disc(s, d->dlci); -+ rfcomm_dlc_set_timer(d, RFCOMM_DISC_TIMEOUT); -+ } else { -+ rfcomm_queue_disc(d); -+ rfcomm_dlc_set_timer(d, RFCOMM_DISC_TIMEOUT * 2); -+ } -+ break; -+ -+ default: -+ rfcomm_dlc_clear_timer(d); -+ -+ rfcomm_dlc_lock(d); -+ d->state = BT_CLOSED; -+ d->state_change(d, err); -+ rfcomm_dlc_unlock(d); -+ -+ skb_queue_purge(&d->tx_queue); -+ rfcomm_dlc_unlink(d); -+ } -+ -+ return 0; -+} -+ -+int rfcomm_dlc_close(struct rfcomm_dlc *d, int err) -+{ -+ mm_segment_t fs; -+ int r; -+ -+ rfcomm_lock(); -+ -+ fs = get_fs(); set_fs(KERNEL_DS); -+ r = __rfcomm_dlc_close(d, err); -+ set_fs(fs); -+ -+ rfcomm_unlock(); -+ return r; -+} -+ -+int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb) -+{ -+ int len = skb->len; -+ -+ if (d->state != BT_CONNECTED) -+ return -ENOTCONN; -+ -+ BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); -+ -+ if (len > d->mtu) -+ return -EINVAL; -+ -+ rfcomm_make_uih(skb, d->addr); -+ skb_queue_tail(&d->tx_queue, skb); -+ -+ if (!test_bit(RFCOMM_TX_THROTTLED, &d->flags)) -+ rfcomm_schedule(RFCOMM_SCHED_TX); -+ return len; -+} -+ -+void __rfcomm_dlc_throttle(struct rfcomm_dlc *d) -+{ -+ BT_DBG("dlc %p state %ld", d, d->state); -+ -+ if (!d->cfc) { -+ d->v24_sig |= RFCOMM_V24_FC; -+ set_bit(RFCOMM_MSC_PENDING, &d->flags); -+ } -+ rfcomm_schedule(RFCOMM_SCHED_TX); -+} -+ -+void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) -+{ -+ BT_DBG("dlc %p state %ld", d, d->state); -+ -+ if (!d->cfc) { -+ d->v24_sig &= ~RFCOMM_V24_FC; -+ set_bit(RFCOMM_MSC_PENDING, &d->flags); -+ } -+ rfcomm_schedule(RFCOMM_SCHED_TX); -+} -+ -+/* -+ Set/get modem status functions use _local_ status i.e. what we report -+ to the other side. -+ Remote status is provided by dlc->modem_status() callback. -+ */ -+int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig) -+{ -+ BT_DBG("dlc %p state %ld v24_sig 0x%x", -+ d, d->state, v24_sig); -+ -+ if (test_bit(RFCOMM_RX_THROTTLED, &d->flags)) -+ v24_sig |= RFCOMM_V24_FC; -+ else -+ v24_sig &= ~RFCOMM_V24_FC; -+ -+ d->v24_sig = v24_sig; -+ -+ if (!test_and_set_bit(RFCOMM_MSC_PENDING, &d->flags)) -+ rfcomm_schedule(RFCOMM_SCHED_TX); -+ -+ return 0; -+} -+ -+int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig) -+{ -+ BT_DBG("dlc %p state %ld v24_sig 0x%x", -+ d, d->state, d->v24_sig); -+ -+ *v24_sig = d->v24_sig; -+ return 0; -+} -+ -+/* ---- RFCOMM sessions ---- */ -+struct rfcomm_session *rfcomm_session_add(struct socket *sock, int state) -+{ -+ struct rfcomm_session *s = kmalloc(sizeof(*s), GFP_KERNEL); -+ if (!s) -+ return NULL; -+ memset(s, 0, sizeof(*s)); -+ -+ BT_DBG("session %p sock %p", s, sock); -+ -+ INIT_LIST_HEAD(&s->dlcs); -+ s->state = state; -+ s->sock = sock; -+ -+ s->mtu = RFCOMM_DEFAULT_MTU; -+ s->cfc = RFCOMM_CFC_UNKNOWN; -+ -+ list_add(&s->list, &session_list); -+ -+ /* Do not increment module usage count for listeting sessions. -+ * Otherwise we won't be able to unload the module. */ -+ if (state != BT_LISTEN) -+ MOD_INC_USE_COUNT; -+ return s; -+} -+ -+void rfcomm_session_del(struct rfcomm_session *s) -+{ -+ int state = s->state; -+ -+ BT_DBG("session %p state %ld", s, s->state); -+ -+ list_del(&s->list); -+ -+ if (state == BT_CONNECTED) -+ rfcomm_send_disc(s, 0); -+ -+ sock_release(s->sock); -+ kfree(s); -+ -+ if (state != BT_LISTEN) -+ MOD_DEC_USE_COUNT; -+} -+ -+struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst) -+{ -+ struct rfcomm_session *s; -+ struct list_head *p, *n; -+ struct bluez_pinfo *pi; -+ list_for_each_safe(p, n, &session_list) { -+ s = list_entry(p, struct rfcomm_session, list); -+ pi = bluez_pi(s->sock->sk); -+ -+ if ((!bacmp(src, BDADDR_ANY) || !bacmp(&pi->src, src)) && -+ !bacmp(&pi->dst, dst)) -+ return s; -+ } -+ return NULL; -+} -+ -+void rfcomm_session_close(struct rfcomm_session *s, int err) -+{ -+ struct rfcomm_dlc *d; -+ struct list_head *p, *n; -+ -+ BT_DBG("session %p state %ld err %d", s, s->state, err); -+ -+ rfcomm_session_hold(s); -+ -+ s->state = BT_CLOSED; -+ -+ /* Close all dlcs */ -+ list_for_each_safe(p, n, &s->dlcs) { -+ d = list_entry(p, struct rfcomm_dlc, list); -+ d->state = BT_CLOSED; -+ __rfcomm_dlc_close(d, err); -+ } -+ -+ rfcomm_session_put(s); -+} -+ -+struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst, int *err) -+{ -+ struct rfcomm_session *s = NULL; -+ struct sockaddr_l2 addr; -+ struct l2cap_options opts; -+ struct socket *sock; -+ int size; -+ -+ BT_DBG("%s %s", batostr(src), batostr(dst)); -+ -+ *err = rfcomm_l2sock_create(&sock); -+ if (*err < 0) -+ return NULL; -+ -+ bacpy(&addr.l2_bdaddr, src); -+ addr.l2_family = AF_BLUETOOTH; -+ addr.l2_psm = 0; -+ *err = sock->ops->bind(sock, (struct sockaddr *) &addr, sizeof(addr)); -+ if (*err < 0) -+ goto failed; -+ -+ /* Set L2CAP options */ -+ size = sizeof(opts); -+ sock->ops->getsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, &size); -+ -+ opts.imtu = RFCOMM_MAX_L2CAP_MTU; -+ sock->ops->setsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, size); -+ -+ s = rfcomm_session_add(sock, BT_BOUND); -+ if (!s) { -+ *err = -ENOMEM; -+ goto failed; -+ } -+ -+ s->initiator = 1; -+ -+ bacpy(&addr.l2_bdaddr, dst); -+ addr.l2_family = AF_BLUETOOTH; -+ addr.l2_psm = htobs(RFCOMM_PSM); -+ *err = sock->ops->connect(sock, (struct sockaddr *) &addr, sizeof(addr), O_NONBLOCK); -+ if (*err == 0 || *err == -EAGAIN) -+ return s; -+ -+ rfcomm_session_del(s); -+ return NULL; -+ -+failed: -+ sock_release(sock); -+ return NULL; -+} -+ -+void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst) -+{ -+ struct sock *sk = s->sock->sk; -+ if (src) -+ bacpy(src, &bluez_pi(sk)->src); -+ if (dst) -+ bacpy(dst, &bluez_pi(sk)->dst); -+} -+ -+/* ---- RFCOMM frame sending ---- */ -+static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) -+{ -+ struct socket *sock = s->sock; -+ struct iovec iv = { data, len }; -+ struct msghdr msg; -+ int err; -+ -+ BT_DBG("session %p len %d", s, len); -+ -+ memset(&msg, 0, sizeof(msg)); -+ msg.msg_iovlen = 1; -+ msg.msg_iov = &iv; -+ -+ err = sock->ops->sendmsg(sock, &msg, len, 0); -+ return err; -+} -+ -+static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) -+{ -+ struct rfcomm_cmd cmd; -+ -+ BT_DBG("%p dlci %d", s, dlci); -+ -+ cmd.addr = __addr(s->initiator, dlci); -+ cmd.ctrl = __ctrl(RFCOMM_SABM, 1); -+ cmd.len = __len8(0); -+ cmd.fcs = __fcs2((u8 *) &cmd); -+ -+ return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); -+} -+ -+static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) -+{ -+ struct rfcomm_cmd cmd; -+ -+ BT_DBG("%p dlci %d", s, dlci); -+ -+ cmd.addr = __addr(!s->initiator, dlci); -+ cmd.ctrl = __ctrl(RFCOMM_UA, 1); -+ cmd.len = __len8(0); -+ cmd.fcs = __fcs2((u8 *) &cmd); -+ -+ return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); -+} -+ -+static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) -+{ -+ struct rfcomm_cmd cmd; -+ -+ BT_DBG("%p dlci %d", s, dlci); -+ -+ cmd.addr = __addr(s->initiator, dlci); -+ cmd.ctrl = __ctrl(RFCOMM_DISC, 1); -+ cmd.len = __len8(0); -+ cmd.fcs = __fcs2((u8 *) &cmd); -+ -+ return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); -+} -+ -+static int rfcomm_queue_disc(struct rfcomm_dlc *d) -+{ -+ struct rfcomm_cmd *cmd; -+ struct sk_buff *skb; -+ -+ BT_DBG("dlc %p dlci %d", d, d->dlci); -+ -+ skb = alloc_skb(sizeof(*cmd), GFP_KERNEL); -+ if (!skb) -+ return -ENOMEM; -+ -+ cmd = (void *) __skb_put(skb, sizeof(*cmd)); -+ cmd->addr = d->addr; -+ cmd->ctrl = __ctrl(RFCOMM_DISC, 1); -+ cmd->len = __len8(0); -+ cmd->fcs = __fcs2((u8 *) cmd); -+ -+ skb_queue_tail(&d->tx_queue, skb); -+ rfcomm_schedule(RFCOMM_SCHED_TX); -+ return 0; -+} -+ -+static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) -+{ -+ struct rfcomm_cmd cmd; -+ -+ BT_DBG("%p dlci %d", s, dlci); -+ -+ cmd.addr = __addr(!s->initiator, dlci); -+ cmd.ctrl = __ctrl(RFCOMM_DM, 1); -+ cmd.len = __len8(0); -+ cmd.fcs = __fcs2((u8 *) &cmd); -+ -+ return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); -+} -+ -+static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type) -+{ -+ struct rfcomm_hdr *hdr; -+ struct rfcomm_mcc *mcc; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p cr %d type %d", s, cr, type); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = __addr(s->initiator, 0); -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ hdr->len = __len8(sizeof(*mcc) + 1); -+ -+ mcc = (void *) ptr; ptr += sizeof(*mcc); -+ mcc->type = __mcc_type(cr, RFCOMM_NSC); -+ mcc->len = __len8(1); -+ -+ /* Type that we didn't like */ -+ *ptr = __mcc_type(cr, type); ptr++; -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) -+{ -+ struct rfcomm_hdr *hdr; -+ struct rfcomm_mcc *mcc; -+ struct rfcomm_pn *pn; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p cr %d dlci %d mtu %d", s, cr, d->dlci, d->mtu); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = __addr(s->initiator, 0); -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ hdr->len = __len8(sizeof(*mcc) + sizeof(*pn)); -+ -+ mcc = (void *) ptr; ptr += sizeof(*mcc); -+ mcc->type = __mcc_type(cr, RFCOMM_PN); -+ mcc->len = __len8(sizeof(*pn)); -+ -+ pn = (void *) ptr; ptr += sizeof(*pn); -+ pn->dlci = d->dlci; -+ pn->priority = d->priority; -+ pn->ack_timer = 0; -+ pn->max_retrans = 0; -+ -+ if (s->cfc) { -+ pn->flow_ctrl = cr ? 0xf0 : 0xe0; -+ pn->credits = RFCOMM_DEFAULT_CREDITS; -+ } else { -+ pn->flow_ctrl = 0; -+ pn->credits = 0; -+ } -+ -+ pn->mtu = htobs(d->mtu); -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, -+ u8 bit_rate, u8 data_bits, u8 stop_bits, -+ u8 parity, u8 flow_ctrl_settings, -+ u8 xon_char, u8 xoff_char, u16 param_mask) -+{ -+ struct rfcomm_hdr *hdr; -+ struct rfcomm_mcc *mcc; -+ struct rfcomm_rpn *rpn; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p cr %d dlci %d bit_r 0x%x data_b 0x%x stop_b 0x%x parity 0x%x" -+ "flwc_s 0x%x xon_c 0x%x xoff_c 0x%x p_mask 0x%x", -+ s, cr, dlci, bit_rate, data_bits, stop_bits, parity, -+ flow_ctrl_settings, xon_char, xoff_char, param_mask); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = __addr(s->initiator, 0); -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ hdr->len = __len8(sizeof(*mcc) + sizeof(*rpn)); -+ -+ mcc = (void *) ptr; ptr += sizeof(*mcc); -+ mcc->type = __mcc_type(cr, RFCOMM_RPN); -+ mcc->len = __len8(sizeof(*rpn)); -+ -+ rpn = (void *) ptr; ptr += sizeof(*rpn); -+ rpn->dlci = __addr(1, dlci); -+ rpn->bit_rate = bit_rate; -+ rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity); -+ rpn->flow_ctrl = flow_ctrl_settings; -+ rpn->xon_char = xon_char; -+ rpn->xoff_char = xoff_char; -+ rpn->param_mask = param_mask; -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static int rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status) -+{ -+ struct rfcomm_hdr *hdr; -+ struct rfcomm_mcc *mcc; -+ struct rfcomm_rls *rls; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p cr %d status 0x%x", s, cr, status); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = __addr(s->initiator, 0); -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ hdr->len = __len8(sizeof(*mcc) + sizeof(*rls)); -+ -+ mcc = (void *) ptr; ptr += sizeof(*mcc); -+ mcc->type = __mcc_type(cr, RFCOMM_RLS); -+ mcc->len = __len8(sizeof(*rls)); -+ -+ rls = (void *) ptr; ptr += sizeof(*rls); -+ rls->dlci = __addr(1, dlci); -+ rls->status = status; -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig) -+{ -+ struct rfcomm_hdr *hdr; -+ struct rfcomm_mcc *mcc; -+ struct rfcomm_msc *msc; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p cr %d v24 0x%x", s, cr, v24_sig); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = __addr(s->initiator, 0); -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ hdr->len = __len8(sizeof(*mcc) + sizeof(*msc)); -+ -+ mcc = (void *) ptr; ptr += sizeof(*mcc); -+ mcc->type = __mcc_type(cr, RFCOMM_MSC); -+ mcc->len = __len8(sizeof(*msc)); -+ -+ msc = (void *) ptr; ptr += sizeof(*msc); -+ msc->dlci = __addr(1, dlci); -+ msc->v24_sig = v24_sig | 0x01; -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static int rfcomm_send_fcoff(struct rfcomm_session *s, int cr) -+{ -+ struct rfcomm_hdr *hdr; -+ struct rfcomm_mcc *mcc; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p cr %d", s, cr); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = __addr(s->initiator, 0); -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ hdr->len = __len8(sizeof(*mcc)); -+ -+ mcc = (void *) ptr; ptr += sizeof(*mcc); -+ mcc->type = __mcc_type(cr, RFCOMM_FCOFF); -+ mcc->len = __len8(0); -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static int rfcomm_send_fcon(struct rfcomm_session *s, int cr) -+{ -+ struct rfcomm_hdr *hdr; -+ struct rfcomm_mcc *mcc; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p cr %d", s, cr); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = __addr(s->initiator, 0); -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ hdr->len = __len8(sizeof(*mcc)); -+ -+ mcc = (void *) ptr; ptr += sizeof(*mcc); -+ mcc->type = __mcc_type(cr, RFCOMM_FCON); -+ mcc->len = __len8(0); -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len) -+{ -+ struct socket *sock = s->sock; -+ struct iovec iv[3]; -+ struct msghdr msg; -+ unsigned char hdr[5], crc[1]; -+ -+ if (len > 125) -+ return -EINVAL; -+ -+ BT_DBG("%p cr %d", s, cr); -+ -+ hdr[0] = __addr(s->initiator, 0); -+ hdr[1] = __ctrl(RFCOMM_UIH, 0); -+ hdr[2] = 0x01 | ((len + 2) << 1); -+ hdr[3] = 0x01 | ((cr & 0x01) << 1) | (RFCOMM_TEST << 2); -+ hdr[4] = 0x01 | (len << 1); -+ -+ crc[0] = __fcs(hdr); -+ -+ iv[0].iov_base = hdr; -+ iv[0].iov_len = 5; -+ iv[1].iov_base = pattern; -+ iv[1].iov_len = len; -+ iv[2].iov_base = crc; -+ iv[2].iov_len = 1; -+ -+ memset(&msg, 0, sizeof(msg)); -+ msg.msg_iovlen = 3; -+ msg.msg_iov = iv; -+ return sock->ops->sendmsg(sock, &msg, 6 + len, 0); -+} -+ -+static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits) -+{ -+ struct rfcomm_hdr *hdr; -+ u8 buf[16], *ptr = buf; -+ -+ BT_DBG("%p addr %d credits %d", s, addr, credits); -+ -+ hdr = (void *) ptr; ptr += sizeof(*hdr); -+ hdr->addr = addr; -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 1); -+ hdr->len = __len8(0); -+ -+ *ptr = credits; ptr++; -+ -+ *ptr = __fcs(buf); ptr++; -+ -+ return rfcomm_send_frame(s, buf, ptr - buf); -+} -+ -+static void rfcomm_make_uih(struct sk_buff *skb, u8 addr) -+{ -+ struct rfcomm_hdr *hdr; -+ int len = skb->len; -+ u8 *crc; -+ -+ if (len > 127) { -+ hdr = (void *) skb_push(skb, 4); -+ put_unaligned(htobs(__len16(len)), (u16 *) &hdr->len); -+ } else { -+ hdr = (void *) skb_push(skb, 3); -+ hdr->len = __len8(len); -+ } -+ hdr->addr = addr; -+ hdr->ctrl = __ctrl(RFCOMM_UIH, 0); -+ -+ crc = skb_put(skb, 1); -+ *crc = __fcs((void *) hdr); -+} -+ -+/* ---- RFCOMM frame reception ---- */ -+static int rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci) -+{ -+ BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); -+ -+ if (dlci) { -+ /* Data channel */ -+ struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); -+ if (!d) { -+ rfcomm_send_dm(s, dlci); -+ return 0; -+ } -+ -+ switch (d->state) { -+ case BT_CONNECT: -+ rfcomm_dlc_clear_timer(d); -+ -+ rfcomm_dlc_lock(d); -+ d->state = BT_CONNECTED; -+ d->state_change(d, 0); -+ rfcomm_dlc_unlock(d); -+ -+ rfcomm_send_msc(s, 1, dlci, d->v24_sig); -+ break; -+ -+ case BT_DISCONN: -+ d->state = BT_CLOSED; -+ __rfcomm_dlc_close(d, 0); -+ break; -+ } -+ } else { -+ /* Control channel */ -+ switch (s->state) { -+ case BT_CONNECT: -+ s->state = BT_CONNECTED; -+ rfcomm_process_connect(s); -+ break; -+ } -+ } -+ return 0; -+} -+ -+static int rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci) -+{ -+ int err = 0; -+ -+ BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); -+ -+ if (dlci) { -+ /* Data DLC */ -+ struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); -+ if (d) { -+ if (d->state == BT_CONNECT || d->state == BT_CONFIG) -+ err = ECONNREFUSED; -+ else -+ err = ECONNRESET; -+ -+ d->state = BT_CLOSED; -+ __rfcomm_dlc_close(d, err); -+ } -+ } else { -+ if (s->state == BT_CONNECT) -+ err = ECONNREFUSED; -+ else -+ err = ECONNRESET; -+ -+ s->state = BT_CLOSED; -+ rfcomm_session_close(s, err); -+ } -+ return 0; -+} -+ -+static int rfcomm_recv_disc(struct rfcomm_session *s, u8 dlci) -+{ -+ int err = 0; -+ -+ BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); -+ -+ if (dlci) { -+ struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); -+ if (d) { -+ rfcomm_send_ua(s, dlci); -+ -+ if (d->state == BT_CONNECT || d->state == BT_CONFIG) -+ err = ECONNREFUSED; -+ else -+ err = ECONNRESET; -+ -+ d->state = BT_CLOSED; -+ __rfcomm_dlc_close(d, err); -+ } else -+ rfcomm_send_dm(s, dlci); -+ -+ } else { -+ rfcomm_send_ua(s, 0); -+ -+ if (s->state == BT_CONNECT) -+ err = ECONNREFUSED; -+ else -+ err = ECONNRESET; -+ -+ s->state = BT_CLOSED; -+ rfcomm_session_close(s, err); -+ } -+ -+ return 0; -+} -+ -+static int rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci) -+{ -+ struct rfcomm_dlc *d; -+ u8 channel; -+ -+ BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); -+ -+ if (!dlci) { -+ rfcomm_send_ua(s, 0); -+ -+ if (s->state == BT_OPEN) { -+ s->state = BT_CONNECTED; -+ rfcomm_process_connect(s); -+ } -+ return 0; -+ } -+ -+ /* Check if DLC exists */ -+ d = rfcomm_dlc_get(s, dlci); -+ if (d) { -+ if (d->state == BT_OPEN) { -+ /* DLC was previously opened by PN request */ -+ rfcomm_send_ua(s, dlci); -+ -+ rfcomm_dlc_lock(d); -+ d->state = BT_CONNECTED; -+ d->state_change(d, 0); -+ rfcomm_dlc_unlock(d); -+ -+ rfcomm_send_msc(s, 1, dlci, d->v24_sig); -+ } -+ return 0; -+ } -+ -+ /* Notify socket layer about incomming connection */ -+ channel = __srv_channel(dlci); -+ if (rfcomm_connect_ind(s, channel, &d)) { -+ d->dlci = dlci; -+ d->addr = __addr(s->initiator, dlci); -+ rfcomm_dlc_link(s, d); -+ -+ rfcomm_send_ua(s, dlci); -+ -+ rfcomm_dlc_lock(d); -+ d->state = BT_CONNECTED; -+ d->state_change(d, 0); -+ rfcomm_dlc_unlock(d); -+ -+ rfcomm_send_msc(s, 1, dlci, d->v24_sig); -+ } else { -+ rfcomm_send_dm(s, dlci); -+ } -+ -+ return 0; -+} -+ -+static int rfcomm_apply_pn(struct rfcomm_dlc *d, int cr, struct rfcomm_pn *pn) -+{ -+ struct rfcomm_session *s = d->session; -+ -+ BT_DBG("dlc %p state %ld dlci %d mtu %d fc 0x%x credits %d", -+ d, d->state, d->dlci, pn->mtu, pn->flow_ctrl, pn->credits); -+ -+ if (pn->flow_ctrl == 0xf0 || pn->flow_ctrl == 0xe0) { -+ d->cfc = s->cfc = RFCOMM_CFC_ENABLED; -+ d->tx_credits = pn->credits; -+ } else { -+ d->cfc = s->cfc = RFCOMM_CFC_DISABLED; -+ set_bit(RFCOMM_TX_THROTTLED, &d->flags); -+ } -+ -+ d->priority = pn->priority; -+ -+ d->mtu = s->mtu = btohs(pn->mtu); -+ -+ return 0; -+} -+ -+static int rfcomm_recv_pn(struct rfcomm_session *s, int cr, struct sk_buff *skb) -+{ -+ struct rfcomm_pn *pn = (void *) skb->data; -+ struct rfcomm_dlc *d; -+ u8 dlci = pn->dlci; -+ -+ BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); -+ -+ if (!dlci) -+ return 0; -+ -+ d = rfcomm_dlc_get(s, dlci); -+ if (d) { -+ if (cr) { -+ /* PN request */ -+ rfcomm_apply_pn(d, cr, pn); -+ rfcomm_send_pn(s, 0, d); -+ } else { -+ /* PN response */ -+ switch (d->state) { -+ case BT_CONFIG: -+ rfcomm_apply_pn(d, cr, pn); -+ -+ d->state = BT_CONNECT; -+ rfcomm_send_sabm(s, d->dlci); -+ break; -+ } -+ } -+ } else { -+ u8 channel = __srv_channel(dlci); -+ -+ if (!cr) -+ return 0; -+ -+ /* PN request for non existing DLC. -+ * Assume incomming connection. */ -+ if (rfcomm_connect_ind(s, channel, &d)) { -+ d->dlci = dlci; -+ d->addr = __addr(s->initiator, dlci); -+ rfcomm_dlc_link(s, d); -+ -+ rfcomm_apply_pn(d, cr, pn); -+ -+ d->state = BT_OPEN; -+ rfcomm_send_pn(s, 0, d); -+ } else { -+ rfcomm_send_dm(s, dlci); -+ } -+ } -+ return 0; -+} -+ -+static int rfcomm_recv_rpn(struct rfcomm_session *s, int cr, int len, struct sk_buff *skb) -+{ -+ struct rfcomm_rpn *rpn = (void *) skb->data; -+ u8 dlci = __get_dlci(rpn->dlci); -+ -+ u8 bit_rate = 0; -+ u8 data_bits = 0; -+ u8 stop_bits = 0; -+ u8 parity = 0; -+ u8 flow_ctrl = 0; -+ u8 xon_char = 0; -+ u8 xoff_char = 0; -+ u16 rpn_mask = RFCOMM_RPN_PM_ALL; -+ -+ BT_DBG("dlci %d cr %d len 0x%x bitr 0x%x line 0x%x flow 0x%x xonc 0x%x xoffc 0x%x pm 0x%x", -+ dlci, cr, len, rpn->bit_rate, rpn->line_settings, rpn->flow_ctrl, -+ rpn->xon_char, rpn->xoff_char, rpn->param_mask); -+ -+ if (!cr) -+ return 0; -+ -+ if (len == 1) { -+ /* request: return default setting */ -+ bit_rate = RFCOMM_RPN_BR_115200; -+ data_bits = RFCOMM_RPN_DATA_8; -+ stop_bits = RFCOMM_RPN_STOP_1; -+ parity = RFCOMM_RPN_PARITY_NONE; -+ flow_ctrl = RFCOMM_RPN_FLOW_NONE; -+ xon_char = RFCOMM_RPN_XON_CHAR; -+ xoff_char = RFCOMM_RPN_XOFF_CHAR; -+ -+ goto rpn_out; -+ } -+ /* check for sane values: ignore/accept bit_rate, 8 bits, 1 stop bit, no parity, -+ no flow control lines, normal XON/XOFF chars */ -+ if (rpn->param_mask & RFCOMM_RPN_PM_BITRATE) { -+ bit_rate = rpn->bit_rate; -+ if (bit_rate != RFCOMM_RPN_BR_115200) { -+ BT_DBG("RPN bit rate mismatch 0x%x", bit_rate); -+ bit_rate = RFCOMM_RPN_BR_115200; -+ rpn_mask ^= RFCOMM_RPN_PM_BITRATE; -+ } -+ } -+ if (rpn->param_mask & RFCOMM_RPN_PM_DATA) { -+ data_bits = __get_rpn_data_bits(rpn->line_settings); -+ if (data_bits != RFCOMM_RPN_DATA_8) { -+ BT_DBG("RPN data bits mismatch 0x%x", data_bits); -+ data_bits = RFCOMM_RPN_DATA_8; -+ rpn_mask ^= RFCOMM_RPN_PM_DATA; -+ } -+ } -+ if (rpn->param_mask & RFCOMM_RPN_PM_STOP) { -+ stop_bits = __get_rpn_stop_bits(rpn->line_settings); -+ if (stop_bits != RFCOMM_RPN_STOP_1) { -+ BT_DBG("RPN stop bits mismatch 0x%x", stop_bits); -+ stop_bits = RFCOMM_RPN_STOP_1; -+ rpn_mask ^= RFCOMM_RPN_PM_STOP; -+ } -+ } -+ if (rpn->param_mask & RFCOMM_RPN_PM_PARITY) { -+ parity = __get_rpn_parity(rpn->line_settings); -+ if (parity != RFCOMM_RPN_PARITY_NONE) { -+ BT_DBG("RPN parity mismatch 0x%x", parity); -+ parity = RFCOMM_RPN_PARITY_NONE; -+ rpn_mask ^= RFCOMM_RPN_PM_PARITY; -+ } -+ } -+ if (rpn->param_mask & RFCOMM_RPN_PM_FLOW) { -+ flow_ctrl = rpn->flow_ctrl; -+ if (flow_ctrl != RFCOMM_RPN_FLOW_NONE) { -+ BT_DBG("RPN flow ctrl mismatch 0x%x", flow_ctrl); -+ flow_ctrl = RFCOMM_RPN_FLOW_NONE; -+ rpn_mask ^= RFCOMM_RPN_PM_FLOW; -+ } -+ } -+ if (rpn->param_mask & RFCOMM_RPN_PM_XON) { -+ xon_char = rpn->xon_char; -+ if (xon_char != RFCOMM_RPN_XON_CHAR) { -+ BT_DBG("RPN XON char mismatch 0x%x", xon_char); -+ xon_char = RFCOMM_RPN_XON_CHAR; -+ rpn_mask ^= RFCOMM_RPN_PM_XON; -+ } -+ } -+ if (rpn->param_mask & RFCOMM_RPN_PM_XOFF) { -+ xoff_char = rpn->xoff_char; -+ if (xoff_char != RFCOMM_RPN_XOFF_CHAR) { -+ BT_DBG("RPN XOFF char mismatch 0x%x", xoff_char); -+ xoff_char = RFCOMM_RPN_XOFF_CHAR; -+ rpn_mask ^= RFCOMM_RPN_PM_XOFF; -+ } -+ } -+ -+rpn_out: -+ rfcomm_send_rpn(s, 0, dlci, -+ bit_rate, data_bits, stop_bits, parity, flow_ctrl, -+ xon_char, xoff_char, rpn_mask); -+ -+ return 0; -+} -+ -+static int rfcomm_recv_rls(struct rfcomm_session *s, int cr, struct sk_buff *skb) -+{ -+ struct rfcomm_rls *rls = (void *) skb->data; -+ u8 dlci = __get_dlci(rls->dlci); -+ -+ BT_DBG("dlci %d cr %d status 0x%x", dlci, cr, rls->status); -+ -+ if (!cr) -+ return 0; -+ -+ /* FIXME: We should probably do something with this -+ information here. But for now it's sufficient just -+ to reply -- Bluetooth 1.1 says it's mandatory to -+ recognise and respond to RLS */ -+ -+ rfcomm_send_rls(s, 0, dlci, rls->status); -+ -+ return 0; -+} -+ -+static int rfcomm_recv_msc(struct rfcomm_session *s, int cr, struct sk_buff *skb) -+{ -+ struct rfcomm_msc *msc = (void *) skb->data; -+ struct rfcomm_dlc *d; -+ u8 dlci = __get_dlci(msc->dlci); -+ -+ BT_DBG("dlci %d cr %d v24 0x%x", dlci, cr, msc->v24_sig); -+ -+ d = rfcomm_dlc_get(s, dlci); -+ if (!d) -+ return 0; -+ -+ if (cr) { -+ if (msc->v24_sig & RFCOMM_V24_FC && !d->cfc) -+ set_bit(RFCOMM_TX_THROTTLED, &d->flags); -+ else -+ clear_bit(RFCOMM_TX_THROTTLED, &d->flags); -+ -+ rfcomm_dlc_lock(d); -+ if (d->modem_status) -+ d->modem_status(d, msc->v24_sig); -+ rfcomm_dlc_unlock(d); -+ -+ rfcomm_send_msc(s, 0, dlci, msc->v24_sig); -+ -+ d->mscex |= RFCOMM_MSCEX_RX; -+ } else -+ d->mscex |= RFCOMM_MSCEX_TX; -+ -+ return 0; -+} -+ -+static int rfcomm_recv_mcc(struct rfcomm_session *s, struct sk_buff *skb) -+{ -+ struct rfcomm_mcc *mcc = (void *) skb->data; -+ u8 type, cr, len; -+ -+ cr = __test_cr(mcc->type); -+ type = __get_mcc_type(mcc->type); -+ len = __get_mcc_len(mcc->len); -+ -+ BT_DBG("%p type 0x%x cr %d", s, type, cr); -+ -+ skb_pull(skb, 2); -+ -+ switch (type) { -+ case RFCOMM_PN: -+ rfcomm_recv_pn(s, cr, skb); -+ break; -+ -+ case RFCOMM_RPN: -+ rfcomm_recv_rpn(s, cr, len, skb); -+ break; -+ -+ case RFCOMM_RLS: -+ rfcomm_recv_rls(s, cr, skb); -+ break; -+ -+ case RFCOMM_MSC: -+ rfcomm_recv_msc(s, cr, skb); -+ break; -+ -+ case RFCOMM_FCOFF: -+ if (cr) { -+ set_bit(RFCOMM_TX_THROTTLED, &s->flags); -+ rfcomm_send_fcoff(s, 0); -+ } -+ break; -+ -+ case RFCOMM_FCON: -+ if (cr) { -+ clear_bit(RFCOMM_TX_THROTTLED, &s->flags); -+ rfcomm_send_fcon(s, 0); -+ } -+ break; -+ -+ case RFCOMM_TEST: -+ if (cr) -+ rfcomm_send_test(s, 0, skb->data, skb->len); -+ break; -+ -+ case RFCOMM_NSC: -+ break; -+ -+ default: -+ BT_ERR("Unknown control type 0x%02x", type); -+ rfcomm_send_nsc(s, cr, type); -+ break; -+ } -+ return 0; -+} -+ -+static int rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb) -+{ -+ struct rfcomm_dlc *d; -+ -+ BT_DBG("session %p state %ld dlci %d pf %d", s, s->state, dlci, pf); -+ -+ d = rfcomm_dlc_get(s, dlci); -+ if (!d) { -+ rfcomm_send_dm(s, dlci); -+ goto drop; -+ } -+ -+ if (pf && d->cfc) { -+ u8 credits = *(u8 *) skb->data; skb_pull(skb, 1); -+ -+ d->tx_credits += credits; -+ if (d->tx_credits) -+ clear_bit(RFCOMM_TX_THROTTLED, &d->flags); -+ } -+ -+ if (skb->len && d->state == BT_CONNECTED) { -+ rfcomm_dlc_lock(d); -+ d->rx_credits--; -+ d->data_ready(d, skb); -+ rfcomm_dlc_unlock(d); -+ return 0; -+ } -+ -+drop: -+ kfree_skb(skb); -+ return 0; -+} -+ -+static int rfcomm_recv_frame(struct rfcomm_session *s, struct sk_buff *skb) -+{ -+ struct rfcomm_hdr *hdr = (void *) skb->data; -+ u8 type, dlci, fcs; -+ -+ dlci = __get_dlci(hdr->addr); -+ type = __get_type(hdr->ctrl); -+ -+ /* Trim FCS */ -+ skb->len--; skb->tail--; -+ fcs = *(u8 *) skb->tail; -+ -+ if (__check_fcs(skb->data, type, fcs)) { -+ BT_ERR("bad checksum in packet"); -+ kfree_skb(skb); -+ return -EILSEQ; -+ } -+ -+ if (__test_ea(hdr->len)) -+ skb_pull(skb, 3); -+ else -+ skb_pull(skb, 4); -+ -+ switch (type) { -+ case RFCOMM_SABM: -+ if (__test_pf(hdr->ctrl)) -+ rfcomm_recv_sabm(s, dlci); -+ break; -+ -+ case RFCOMM_DISC: -+ if (__test_pf(hdr->ctrl)) -+ rfcomm_recv_disc(s, dlci); -+ break; -+ -+ case RFCOMM_UA: -+ if (__test_pf(hdr->ctrl)) -+ rfcomm_recv_ua(s, dlci); -+ break; -+ -+ case RFCOMM_DM: -+ rfcomm_recv_dm(s, dlci); -+ break; -+ -+ case RFCOMM_UIH: -+ if (dlci) -+ return rfcomm_recv_data(s, dlci, __test_pf(hdr->ctrl), skb); -+ -+ rfcomm_recv_mcc(s, skb); -+ break; -+ -+ default: -+ BT_ERR("Unknown packet type 0x%02x\n", type); -+ break; -+ } -+ kfree_skb(skb); -+ return 0; -+} -+ -+/* ---- Connection and data processing ---- */ -+ -+static void rfcomm_process_connect(struct rfcomm_session *s) -+{ -+ struct rfcomm_dlc *d; -+ struct list_head *p, *n; -+ -+ BT_DBG("session %p state %ld", s, s->state); -+ -+ list_for_each_safe(p, n, &s->dlcs) { -+ d = list_entry(p, struct rfcomm_dlc, list); -+ if (d->state == BT_CONFIG) { -+ d->mtu = s->mtu; -+ rfcomm_send_pn(s, 1, d); -+ } -+ } -+} -+ -+/* Send data queued for the DLC. -+ * Return number of frames left in the queue. -+ */ -+static inline int rfcomm_process_tx(struct rfcomm_dlc *d) -+{ -+ struct sk_buff *skb; -+ int err; -+ -+ BT_DBG("dlc %p state %ld cfc %d rx_credits %d tx_credits %d", -+ d, d->state, d->cfc, d->rx_credits, d->tx_credits); -+ -+ /* Send pending MSC */ -+ if (test_and_clear_bit(RFCOMM_MSC_PENDING, &d->flags)) -+ rfcomm_send_msc(d->session, 1, d->dlci, d->v24_sig); -+ -+ if (d->cfc) { -+ /* CFC enabled. -+ * Give them some credits */ -+ if (!test_bit(RFCOMM_RX_THROTTLED, &d->flags) && -+ d->rx_credits <= (d->cfc >> 2)) { -+ rfcomm_send_credits(d->session, d->addr, d->cfc - d->rx_credits); -+ d->rx_credits = d->cfc; -+ } -+ } else { -+ /* CFC disabled. -+ * Give ourselves some credits */ -+ d->tx_credits = 5; -+ } -+ -+ if (test_bit(RFCOMM_TX_THROTTLED, &d->flags)) -+ return skb_queue_len(&d->tx_queue); -+ -+ while (d->tx_credits && (skb = skb_dequeue(&d->tx_queue))) { -+ err = rfcomm_send_frame(d->session, skb->data, skb->len); -+ if (err < 0) { -+ skb_queue_head(&d->tx_queue, skb); -+ break; -+ } -+ kfree_skb(skb); -+ d->tx_credits--; -+ } -+ -+ if (d->cfc && !d->tx_credits) { -+ /* We're out of TX credits. -+ * Set TX_THROTTLED flag to avoid unnesary wakeups by dlc_send. */ -+ set_bit(RFCOMM_TX_THROTTLED, &d->flags); -+ } -+ -+ return skb_queue_len(&d->tx_queue); -+} -+ -+static inline void rfcomm_process_dlcs(struct rfcomm_session *s) -+{ -+ struct rfcomm_dlc *d; -+ struct list_head *p, *n; -+ -+ BT_DBG("session %p state %ld", s, s->state); -+ -+ list_for_each_safe(p, n, &s->dlcs) { -+ d = list_entry(p, struct rfcomm_dlc, list); -+ if (test_bit(RFCOMM_TIMED_OUT, &d->flags)) { -+ __rfcomm_dlc_close(d, ETIMEDOUT); -+ continue; -+ } -+ -+ if (test_bit(RFCOMM_TX_THROTTLED, &s->flags)) -+ continue; -+ -+ if ((d->state == BT_CONNECTED || d->state == BT_DISCONN) && -+ d->mscex == RFCOMM_MSCEX_OK) -+ rfcomm_process_tx(d); -+ } -+} -+ -+static inline void rfcomm_process_rx(struct rfcomm_session *s) -+{ -+ struct socket *sock = s->sock; -+ struct sock *sk = sock->sk; -+ struct sk_buff *skb; -+ -+ BT_DBG("session %p state %ld qlen %d", s, s->state, skb_queue_len(&sk->receive_queue)); -+ -+ /* Get data directly from socket receive queue without copying it. */ -+ while ((skb = skb_dequeue(&sk->receive_queue))) { -+ skb_orphan(skb); -+ rfcomm_recv_frame(s, skb); -+ } -+ -+ if (sk->state == BT_CLOSED) { -+ if (!s->initiator) -+ rfcomm_session_put(s); -+ -+ rfcomm_session_close(s, sk->err); -+ } -+} -+ -+static inline void rfcomm_accept_connection(struct rfcomm_session *s) -+{ -+ struct socket *sock = s->sock, *nsock; -+ int err; -+ -+ /* Fast check for a new connection. -+ * Avoids unnesesary socket allocations. */ -+ if (list_empty(&bluez_pi(sock->sk)->accept_q)) -+ return; -+ -+ BT_DBG("session %p", s); -+ -+ nsock = sock_alloc(); -+ if (!nsock) -+ return; -+ -+ nsock->type = sock->type; -+ nsock->ops = sock->ops; -+ -+ err = sock->ops->accept(sock, nsock, O_NONBLOCK); -+ if (err < 0) { -+ sock_release(nsock); -+ return; -+ } -+ -+ /* Set our callbacks */ -+ nsock->sk->data_ready = rfcomm_l2data_ready; -+ nsock->sk->state_change = rfcomm_l2state_change; -+ -+ s = rfcomm_session_add(nsock, BT_OPEN); -+ if (s) { -+ rfcomm_session_hold(s); -+ rfcomm_schedule(RFCOMM_SCHED_RX); -+ } else -+ sock_release(nsock); -+} -+ -+static inline void rfcomm_check_connection(struct rfcomm_session *s) -+{ -+ struct sock *sk = s->sock->sk; -+ -+ BT_DBG("%p state %ld", s, s->state); -+ -+ switch(sk->state) { -+ case BT_CONNECTED: -+ s->state = BT_CONNECT; -+ -+ /* We can adjust MTU on outgoing sessions. -+ * L2CAP MTU minus UIH header and FCS. */ -+ s->mtu = min(l2cap_pi(sk)->omtu, l2cap_pi(sk)->imtu) - 5; -+ -+ rfcomm_send_sabm(s, 0); -+ break; -+ -+ case BT_CLOSED: -+ s->state = BT_CLOSED; -+ rfcomm_session_close(s, sk->err); -+ break; -+ } -+} -+ -+static inline void rfcomm_process_sessions(void) -+{ -+ struct list_head *p, *n; -+ -+ rfcomm_lock(); -+ -+ list_for_each_safe(p, n, &session_list) { -+ struct rfcomm_session *s; -+ s = list_entry(p, struct rfcomm_session, list); -+ -+ if (s->state == BT_LISTEN) { -+ rfcomm_accept_connection(s); -+ continue; -+ } -+ -+ rfcomm_session_hold(s); -+ -+ switch (s->state) { -+ case BT_BOUND: -+ rfcomm_check_connection(s); -+ break; -+ -+ default: -+ rfcomm_process_rx(s); -+ break; -+ } -+ -+ rfcomm_process_dlcs(s); -+ -+ rfcomm_session_put(s); -+ } -+ -+ rfcomm_unlock(); -+} -+ -+static void rfcomm_worker(void) -+{ -+ BT_DBG(""); -+ -+ daemonize(); reparent_to_init(); -+ set_fs(KERNEL_DS); -+ -+ while (!atomic_read(&terminate)) { -+ BT_DBG("worker loop event 0x%lx", rfcomm_event); -+ -+ if (!test_bit(RFCOMM_SCHED_WAKEUP, &rfcomm_event)) { -+ /* No pending events. Let's sleep. -+ * Incomming connections and data will wake us up. */ -+ set_current_state(TASK_INTERRUPTIBLE); -+ schedule(); -+ } -+ -+ /* Process stuff */ -+ clear_bit(RFCOMM_SCHED_WAKEUP, &rfcomm_event); -+ rfcomm_process_sessions(); -+ } -+ set_current_state(TASK_RUNNING); -+ return; -+} -+ -+static int rfcomm_add_listener(bdaddr_t *ba) -+{ -+ struct sockaddr_l2 addr; -+ struct l2cap_options opts; -+ struct socket *sock; -+ struct rfcomm_session *s; -+ int size, err = 0; -+ -+ /* Create socket */ -+ err = rfcomm_l2sock_create(&sock); -+ if (err < 0) { -+ BT_ERR("Create socket failed %d", err); -+ return err; -+ } -+ -+ /* Bind socket */ -+ bacpy(&addr.l2_bdaddr, ba); -+ addr.l2_family = AF_BLUETOOTH; -+ addr.l2_psm = htobs(RFCOMM_PSM); -+ err = sock->ops->bind(sock, (struct sockaddr *) &addr, sizeof(addr)); -+ if (err < 0) { -+ BT_ERR("Bind failed %d", err); -+ goto failed; -+ } -+ -+ /* Set L2CAP options */ -+ size = sizeof(opts); -+ sock->ops->getsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, &size); -+ -+ opts.imtu = RFCOMM_MAX_L2CAP_MTU; -+ sock->ops->setsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, size); -+ -+ /* Start listening on the socket */ -+ err = sock->ops->listen(sock, 10); -+ if (err) { -+ BT_ERR("Listen failed %d", err); -+ goto failed; -+ } -+ -+ /* Add listening session */ -+ s = rfcomm_session_add(sock, BT_LISTEN); -+ if (!s) -+ goto failed; -+ -+ rfcomm_session_hold(s); -+ return 0; -+failed: -+ sock_release(sock); -+ return err; -+} -+ -+static void rfcomm_kill_listener(void) -+{ -+ struct rfcomm_session *s; -+ struct list_head *p, *n; -+ -+ BT_DBG(""); -+ -+ list_for_each_safe(p, n, &session_list) { -+ s = list_entry(p, struct rfcomm_session, list); -+ rfcomm_session_del(s); -+ } -+} -+ -+static int rfcomm_run(void *unused) -+{ -+ rfcomm_thread = current; -+ -+ atomic_inc(&running); -+ -+ daemonize(); reparent_to_init(); -+ -+ sigfillset(¤t->blocked); -+ set_fs(KERNEL_DS); -+ -+ sprintf(current->comm, "krfcommd"); -+ -+ BT_DBG(""); -+ -+ rfcomm_add_listener(BDADDR_ANY); -+ -+ rfcomm_worker(); -+ -+ rfcomm_kill_listener(); -+ -+ atomic_dec(&running); -+ return 0; -+} -+ -+/* ---- Proc fs support ---- */ -+static int rfcomm_dlc_dump(char *buf) -+{ -+ struct rfcomm_session *s; -+ struct sock *sk; -+ struct list_head *p, *pp; -+ char *ptr = buf; -+ -+ rfcomm_lock(); -+ -+ list_for_each(p, &session_list) { -+ s = list_entry(p, struct rfcomm_session, list); -+ sk = s->sock->sk; -+ -+ list_for_each(pp, &s->dlcs) { -+ struct rfcomm_dlc *d; -+ d = list_entry(pp, struct rfcomm_dlc, list); -+ -+ ptr += sprintf(ptr, "dlc %s %s %ld %d %d %d %d\n", -+ batostr(&bluez_pi(sk)->src), batostr(&bluez_pi(sk)->dst), -+ d->state, d->dlci, d->mtu, d->rx_credits, d->tx_credits); -+ } -+ } -+ -+ rfcomm_unlock(); -+ -+ return ptr - buf; -+} -+ -+extern int rfcomm_sock_dump(char *buf); -+ -+static int rfcomm_read_proc(char *buf, char **start, off_t offset, int count, int *eof, void *priv) -+{ -+ char *ptr = buf; -+ int len; -+ -+ BT_DBG("count %d, offset %ld", count, offset); -+ -+ ptr += rfcomm_dlc_dump(ptr); -+ ptr += rfcomm_sock_dump(ptr); -+ len = ptr - buf; -+ -+ if (len <= count + offset) -+ *eof = 1; -+ -+ *start = buf + offset; -+ len -= offset; -+ -+ if (len > count) -+ len = count; -+ if (len < 0) -+ len = 0; -+ -+ return len; -+} -+ -+/* ---- Initialization ---- */ -+int __init rfcomm_init(void) -+{ -+ l2cap_load(); -+ -+ kernel_thread(rfcomm_run, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); -+ -+ rfcomm_init_sockets(); -+ -+#ifdef CONFIG_BLUEZ_RFCOMM_TTY -+ rfcomm_init_ttys(); -+#endif -+ -+ create_proc_read_entry("bluetooth/rfcomm", 0, 0, rfcomm_read_proc, NULL); -+ -+ BT_INFO("BlueZ RFCOMM ver %s", VERSION); -+ BT_INFO("Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>"); -+ BT_INFO("Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org>"); -+ return 0; -+} -+ -+void rfcomm_cleanup(void) -+{ -+ /* Terminate working thread. -+ * ie. Set terminate flag and wake it up */ -+ atomic_inc(&terminate); -+ rfcomm_schedule(RFCOMM_SCHED_STATE); -+ -+ /* Wait until thread is running */ -+ while (atomic_read(&running)) -+ schedule(); -+ -+ remove_proc_entry("bluetooth/rfcomm", NULL); -+ -+#ifdef CONFIG_BLUEZ_RFCOMM_TTY -+ rfcomm_cleanup_ttys(); -+#endif -+ -+ rfcomm_cleanup_sockets(); -+ return; -+} -+ -+module_init(rfcomm_init); -+module_exit(rfcomm_cleanup); -+ -+MODULE_AUTHOR("Maxim Krasnyansky <maxk@qualcomm.com>, Marcel Holtmann <marcel@holtmann.org>"); -+MODULE_DESCRIPTION("BlueZ RFCOMM ver " VERSION); -+MODULE_LICENSE("GPL"); -diff -Nur c3000_pre/linux/net/bluetooth/rfcomm/crc.c c3000_work/linux/net/bluetooth/rfcomm/crc.c ---- c3000_pre/linux/net/bluetooth/rfcomm/crc.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/rfcomm/crc.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,71 @@ -+/* -+ RFCOMM implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> -+ Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+/* -+ * RFCOMM FCS calculation. -+ * -+ * $Id: crc.c,v 1.2 2002/09/21 09:54:32 holtmann Exp $ -+ */ -+ -+/* reversed, 8-bit, poly=0x07 */ -+unsigned char rfcomm_crc_table[256] = { -+ 0x00, 0x91, 0xe3, 0x72, 0x07, 0x96, 0xe4, 0x75, -+ 0x0e, 0x9f, 0xed, 0x7c, 0x09, 0x98, 0xea, 0x7b, -+ 0x1c, 0x8d, 0xff, 0x6e, 0x1b, 0x8a, 0xf8, 0x69, -+ 0x12, 0x83, 0xf1, 0x60, 0x15, 0x84, 0xf6, 0x67, -+ -+ 0x38, 0xa9, 0xdb, 0x4a, 0x3f, 0xae, 0xdc, 0x4d, -+ 0x36, 0xa7, 0xd5, 0x44, 0x31, 0xa0, 0xd2, 0x43, -+ 0x24, 0xb5, 0xc7, 0x56, 0x23, 0xb2, 0xc0, 0x51, -+ 0x2a, 0xbb, 0xc9, 0x58, 0x2d, 0xbc, 0xce, 0x5f, -+ -+ 0x70, 0xe1, 0x93, 0x02, 0x77, 0xe6, 0x94, 0x05, -+ 0x7e, 0xef, 0x9d, 0x0c, 0x79, 0xe8, 0x9a, 0x0b, -+ 0x6c, 0xfd, 0x8f, 0x1e, 0x6b, 0xfa, 0x88, 0x19, -+ 0x62, 0xf3, 0x81, 0x10, 0x65, 0xf4, 0x86, 0x17, -+ -+ 0x48, 0xd9, 0xab, 0x3a, 0x4f, 0xde, 0xac, 0x3d, -+ 0x46, 0xd7, 0xa5, 0x34, 0x41, 0xd0, 0xa2, 0x33, -+ 0x54, 0xc5, 0xb7, 0x26, 0x53, 0xc2, 0xb0, 0x21, -+ 0x5a, 0xcb, 0xb9, 0x28, 0x5d, 0xcc, 0xbe, 0x2f, -+ -+ 0xe0, 0x71, 0x03, 0x92, 0xe7, 0x76, 0x04, 0x95, -+ 0xee, 0x7f, 0x0d, 0x9c, 0xe9, 0x78, 0x0a, 0x9b, -+ 0xfc, 0x6d, 0x1f, 0x8e, 0xfb, 0x6a, 0x18, 0x89, -+ 0xf2, 0x63, 0x11, 0x80, 0xf5, 0x64, 0x16, 0x87, -+ -+ 0xd8, 0x49, 0x3b, 0xaa, 0xdf, 0x4e, 0x3c, 0xad, -+ 0xd6, 0x47, 0x35, 0xa4, 0xd1, 0x40, 0x32, 0xa3, -+ 0xc4, 0x55, 0x27, 0xb6, 0xc3, 0x52, 0x20, 0xb1, -+ 0xca, 0x5b, 0x29, 0xb8, 0xcd, 0x5c, 0x2e, 0xbf, -+ -+ 0x90, 0x01, 0x73, 0xe2, 0x97, 0x06, 0x74, 0xe5, -+ 0x9e, 0x0f, 0x7d, 0xec, 0x99, 0x08, 0x7a, 0xeb, -+ 0x8c, 0x1d, 0x6f, 0xfe, 0x8b, 0x1a, 0x68, 0xf9, -+ 0x82, 0x13, 0x61, 0xf0, 0x85, 0x14, 0x66, 0xf7, -+ -+ 0xa8, 0x39, 0x4b, 0xda, 0xaf, 0x3e, 0x4c, 0xdd, -+ 0xa6, 0x37, 0x45, 0xd4, 0xa1, 0x30, 0x42, 0xd3, -+ 0xb4, 0x25, 0x57, 0xc6, 0xb3, 0x22, 0x50, 0xc1, -+ 0xba, 0x2b, 0x59, 0xc8, 0xbd, 0x2c, 0x5e, 0xcf -+}; -diff -Nur c3000_pre/linux/net/bluetooth/rfcomm/sock.c c3000_work/linux/net/bluetooth/rfcomm/sock.c ---- c3000_pre/linux/net/bluetooth/rfcomm/sock.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/rfcomm/sock.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,847 @@ -+/* -+ RFCOMM implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> -+ Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+/* -+ * RFCOMM sockets. -+ * -+ * $Id: sock.c,v 1.30 2002/10/18 20:12:12 maxk Exp $ -+ */ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/types.h> -+#include <linux/errno.h> -+#include <linux/kernel.h> -+#include <linux/major.h> -+#include <linux/sched.h> -+#include <linux/slab.h> -+#include <linux/poll.h> -+#include <linux/fcntl.h> -+#include <linux/init.h> -+#include <linux/skbuff.h> -+#include <linux/interrupt.h> -+#include <linux/socket.h> -+#include <linux/skbuff.h> -+#include <linux/list.h> -+#include <net/sock.h> -+ -+#include <asm/system.h> -+#include <asm/uaccess.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/rfcomm.h> -+ -+#ifndef CONFIG_BLUEZ_RFCOMM_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+static struct proto_ops rfcomm_sock_ops; -+ -+static struct bluez_sock_list rfcomm_sk_list = { -+ lock: RW_LOCK_UNLOCKED -+}; -+ -+static void rfcomm_sock_close(struct sock *sk); -+static void rfcomm_sock_kill(struct sock *sk); -+ -+/* ---- DLC callbacks ---- -+ * -+ * called under rfcomm_dlc_lock() -+ */ -+static void rfcomm_sk_data_ready(struct rfcomm_dlc *d, struct sk_buff *skb) -+{ -+ struct sock *sk = d->owner; -+ if (!sk) -+ return; -+ -+ atomic_add(skb->len, &sk->rmem_alloc); -+ skb_queue_tail(&sk->receive_queue, skb); -+ sk->data_ready(sk, skb->len); -+ -+ if (atomic_read(&sk->rmem_alloc) >= sk->rcvbuf) -+ rfcomm_dlc_throttle(d); -+} -+ -+static void rfcomm_sk_state_change(struct rfcomm_dlc *d, int err) -+{ -+ struct sock *sk = d->owner, *parent; -+ if (!sk) -+ return; -+ -+ BT_DBG("dlc %p state %ld err %d", d, d->state, err); -+ -+ bh_lock_sock(sk); -+ -+ if (err) -+ sk->err = err; -+ sk->state = d->state; -+ -+ parent = bluez_pi(sk)->parent; -+ if (!parent) { -+ if (d->state == BT_CONNECTED) -+ rfcomm_session_getaddr(d->session, &bluez_pi(sk)->src, NULL); -+ sk->state_change(sk); -+ } else -+ parent->data_ready(parent, 0); -+ -+ bh_unlock_sock(sk); -+} -+ -+/* ---- Socket functions ---- */ -+static struct sock *__rfcomm_get_sock_by_addr(u8 channel, bdaddr_t *src) -+{ -+ struct sock *sk; -+ -+ for (sk = rfcomm_sk_list.head; sk; sk = sk->next) { -+ if (rfcomm_pi(sk)->channel == channel && -+ !bacmp(&bluez_pi(sk)->src, src)) -+ break; -+ } -+ -+ return sk; -+} -+ -+/* Find socket with channel and source bdaddr. -+ * Returns closest match. -+ */ -+static struct sock *__rfcomm_get_sock_by_channel(int state, u8 channel, bdaddr_t *src) -+{ -+ struct sock *sk, *sk1 = NULL; -+ -+ for (sk = rfcomm_sk_list.head; sk; sk = sk->next) { -+ if (state && sk->state != state) -+ continue; -+ -+ if (rfcomm_pi(sk)->channel == channel) { -+ /* Exact match. */ -+ if (!bacmp(&bluez_pi(sk)->src, src)) -+ break; -+ -+ /* Closest match */ -+ if (!bacmp(&bluez_pi(sk)->src, BDADDR_ANY)) -+ sk1 = sk; -+ } -+ } -+ return sk ? sk : sk1; -+} -+ -+/* Find socket with given address (channel, src). -+ * Returns locked socket */ -+static inline struct sock *rfcomm_get_sock_by_channel(int state, u8 channel, bdaddr_t *src) -+{ -+ struct sock *s; -+ read_lock(&rfcomm_sk_list.lock); -+ s = __rfcomm_get_sock_by_channel(state, channel, src); -+ if (s) bh_lock_sock(s); -+ read_unlock(&rfcomm_sk_list.lock); -+ return s; -+} -+ -+static void rfcomm_sock_destruct(struct sock *sk) -+{ -+ struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; -+ -+ BT_DBG("sk %p dlc %p", sk, d); -+ -+ skb_queue_purge(&sk->receive_queue); -+ skb_queue_purge(&sk->write_queue); -+ -+ rfcomm_dlc_lock(d); -+ rfcomm_pi(sk)->dlc = NULL; -+ -+ /* Detach DLC if it's owned by this socket */ -+ if (d->owner == sk) -+ d->owner = NULL; -+ rfcomm_dlc_unlock(d); -+ -+ rfcomm_dlc_put(d); -+ -+ MOD_DEC_USE_COUNT; -+} -+ -+static void rfcomm_sock_cleanup_listen(struct sock *parent) -+{ -+ struct sock *sk; -+ -+ BT_DBG("parent %p", parent); -+ -+ /* Close not yet accepted dlcs */ -+ while ((sk = bluez_accept_dequeue(parent, NULL))) { -+ rfcomm_sock_close(sk); -+ rfcomm_sock_kill(sk); -+ } -+ -+ parent->state = BT_CLOSED; -+ parent->zapped = 1; -+} -+ -+/* Kill socket (only if zapped and orphan) -+ * Must be called on unlocked socket. -+ */ -+static void rfcomm_sock_kill(struct sock *sk) -+{ -+ if (!sk->zapped || sk->socket) -+ return; -+ -+ BT_DBG("sk %p state %d refcnt %d", sk, sk->state, atomic_read(&sk->refcnt)); -+ -+ /* Kill poor orphan */ -+ bluez_sock_unlink(&rfcomm_sk_list, sk); -+ sk->dead = 1; -+ sock_put(sk); -+} -+ -+static void __rfcomm_sock_close(struct sock *sk) -+{ -+ struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; -+ -+ BT_DBG("sk %p state %d socket %p", sk, sk->state, sk->socket); -+ -+ switch (sk->state) { -+ case BT_LISTEN: -+ rfcomm_sock_cleanup_listen(sk); -+ break; -+ -+ case BT_CONNECT: -+ case BT_CONNECT2: -+ case BT_CONFIG: -+ case BT_CONNECTED: -+ rfcomm_dlc_close(d, 0); -+ -+ default: -+ sk->zapped = 1; -+ break; -+ } -+} -+ -+/* Close socket. -+ * Must be called on unlocked socket. -+ */ -+static void rfcomm_sock_close(struct sock *sk) -+{ -+ lock_sock(sk); -+ __rfcomm_sock_close(sk); -+ release_sock(sk); -+} -+ -+static void rfcomm_sock_init(struct sock *sk, struct sock *parent) -+{ -+ BT_DBG("sk %p", sk); -+ -+ if (parent) -+ sk->type = parent->type; -+} -+ -+static struct sock *rfcomm_sock_alloc(struct socket *sock, int proto, int prio) -+{ -+ struct rfcomm_dlc *d; -+ struct sock *sk; -+ -+ sk = sk_alloc(PF_BLUETOOTH, prio, 1); -+ if (!sk) -+ return NULL; -+ -+ d = rfcomm_dlc_alloc(prio); -+ if (!d) { -+ sk_free(sk); -+ return NULL; -+ } -+ d->data_ready = rfcomm_sk_data_ready; -+ d->state_change = rfcomm_sk_state_change; -+ -+ rfcomm_pi(sk)->dlc = d; -+ d->owner = sk; -+ -+ bluez_sock_init(sock, sk); -+ -+ sk->zapped = 0; -+ -+ sk->destruct = rfcomm_sock_destruct; -+ sk->sndtimeo = RFCOMM_CONN_TIMEOUT; -+ -+ sk->sndbuf = RFCOMM_MAX_CREDITS * RFCOMM_DEFAULT_MTU * 10; -+ sk->rcvbuf = RFCOMM_MAX_CREDITS * RFCOMM_DEFAULT_MTU * 10; -+ -+ sk->protocol = proto; -+ sk->state = BT_OPEN; -+ -+ bluez_sock_link(&rfcomm_sk_list, sk); -+ -+ BT_DBG("sk %p", sk); -+ -+ MOD_INC_USE_COUNT; -+ return sk; -+} -+ -+static int rfcomm_sock_create(struct socket *sock, int protocol) -+{ -+ struct sock *sk; -+ -+ BT_DBG("sock %p", sock); -+ -+ sock->state = SS_UNCONNECTED; -+ -+ if (sock->type != SOCK_STREAM && sock->type != SOCK_RAW) -+ return -ESOCKTNOSUPPORT; -+ -+ sock->ops = &rfcomm_sock_ops; -+ -+ if (!(sk = rfcomm_sock_alloc(sock, protocol, GFP_KERNEL))) -+ return -ENOMEM; -+ -+ rfcomm_sock_init(sk, NULL); -+ return 0; -+} -+ -+static int rfcomm_sock_bind(struct socket *sock, struct sockaddr *addr, int addr_len) -+{ -+ struct sockaddr_rc *sa = (struct sockaddr_rc *) addr; -+ struct sock *sk = sock->sk; -+ int err = 0; -+ -+ BT_DBG("sk %p %s", sk, batostr(&sa->rc_bdaddr)); -+ -+ if (!addr || addr->sa_family != AF_BLUETOOTH) -+ return -EINVAL; -+ -+ lock_sock(sk); -+ -+ if (sk->state != BT_OPEN) { -+ err = -EBADFD; -+ goto done; -+ } -+ -+ write_lock_bh(&rfcomm_sk_list.lock); -+ -+ if (sa->rc_channel && __rfcomm_get_sock_by_addr(sa->rc_channel, &sa->rc_bdaddr)) { -+ err = -EADDRINUSE; -+ } else { -+ /* Save source address */ -+ bacpy(&bluez_pi(sk)->src, &sa->rc_bdaddr); -+ rfcomm_pi(sk)->channel = sa->rc_channel; -+ sk->state = BT_BOUND; -+ } -+ -+ write_unlock_bh(&rfcomm_sk_list.lock); -+ -+done: -+ release_sock(sk); -+ return err; -+} -+ -+static int rfcomm_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags) -+{ -+ struct sockaddr_rc *sa = (struct sockaddr_rc *) addr; -+ struct sock *sk = sock->sk; -+ struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; -+ int err = 0; -+ -+ BT_DBG("sk %p", sk); -+ -+ if (addr->sa_family != AF_BLUETOOTH || alen < sizeof(struct sockaddr_rc)) -+ return -EINVAL; -+ -+ if (sk->state != BT_OPEN && sk->state != BT_BOUND) -+ return -EBADFD; -+ -+ if (sk->type != SOCK_STREAM) -+ return -EINVAL; -+ -+ lock_sock(sk); -+ -+ sk->state = BT_CONNECT; -+ bacpy(&bluez_pi(sk)->dst, &sa->rc_bdaddr); -+ rfcomm_pi(sk)->channel = sa->rc_channel; -+ -+ err = rfcomm_dlc_open(d, &bluez_pi(sk)->src, &sa->rc_bdaddr, sa->rc_channel); -+ if (!err) -+ err = bluez_sock_wait_state(sk, BT_CONNECTED, -+ sock_sndtimeo(sk, flags & O_NONBLOCK)); -+ -+ release_sock(sk); -+ return err; -+} -+ -+int rfcomm_sock_listen(struct socket *sock, int backlog) -+{ -+ struct sock *sk = sock->sk; -+ int err = 0; -+ -+ BT_DBG("sk %p backlog %d", sk, backlog); -+ -+ lock_sock(sk); -+ -+ if (sk->state != BT_BOUND) { -+ err = -EBADFD; -+ goto done; -+ } -+ -+ sk->max_ack_backlog = backlog; -+ sk->ack_backlog = 0; -+ sk->state = BT_LISTEN; -+ -+done: -+ release_sock(sk); -+ return err; -+} -+ -+int rfcomm_sock_accept(struct socket *sock, struct socket *newsock, int flags) -+{ -+ DECLARE_WAITQUEUE(wait, current); -+ struct sock *sk = sock->sk, *nsk; -+ long timeo; -+ int err = 0; -+ -+ lock_sock(sk); -+ -+ if (sk->state != BT_LISTEN) { -+ err = -EBADFD; -+ goto done; -+ } -+ -+ timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); -+ -+ BT_DBG("sk %p timeo %ld", sk, timeo); -+ -+ /* Wait for an incoming connection. (wake-one). */ -+ add_wait_queue_exclusive(sk->sleep, &wait); -+ while (!(nsk = bluez_accept_dequeue(sk, newsock))) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ if (!timeo) { -+ err = -EAGAIN; -+ break; -+ } -+ -+ release_sock(sk); -+ timeo = schedule_timeout(timeo); -+ lock_sock(sk); -+ -+ if (sk->state != BT_LISTEN) { -+ err = -EBADFD; -+ break; -+ } -+ -+ if (signal_pending(current)) { -+ err = sock_intr_errno(timeo); -+ break; -+ } -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(sk->sleep, &wait); -+ -+ if (err) -+ goto done; -+ -+ newsock->state = SS_CONNECTED; -+ -+ BT_DBG("new socket %p", nsk); -+ -+done: -+ release_sock(sk); -+ return err; -+} -+ -+static int rfcomm_sock_getname(struct socket *sock, struct sockaddr *addr, int *len, int peer) -+{ -+ struct sockaddr_rc *sa = (struct sockaddr_rc *) addr; -+ struct sock *sk = sock->sk; -+ -+ BT_DBG("sock %p, sk %p", sock, sk); -+ -+ sa->rc_family = AF_BLUETOOTH; -+ sa->rc_channel = rfcomm_pi(sk)->channel; -+ if (peer) -+ bacpy(&sa->rc_bdaddr, &bluez_pi(sk)->dst); -+ else -+ bacpy(&sa->rc_bdaddr, &bluez_pi(sk)->src); -+ -+ *len = sizeof(struct sockaddr_rc); -+ return 0; -+} -+ -+static int rfcomm_sock_sendmsg(struct socket *sock, struct msghdr *msg, int len, -+ struct scm_cookie *scm) -+{ -+ struct sock *sk = sock->sk; -+ struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; -+ struct sk_buff *skb; -+ int err, size; -+ int sent = 0; -+ -+ if (msg->msg_flags & MSG_OOB) -+ return -EOPNOTSUPP; -+ -+ if (sk->shutdown & SEND_SHUTDOWN) -+ return -EPIPE; -+ -+ BT_DBG("sock %p, sk %p", sock, sk); -+ -+ lock_sock(sk); -+ -+ while (len) { -+ size = min_t(uint, len, d->mtu); -+ -+ skb = sock_alloc_send_skb(sk, size + RFCOMM_SKB_RESERVE, -+ msg->msg_flags & MSG_DONTWAIT, &err); -+ if (!skb) -+ break; -+ skb_reserve(skb, RFCOMM_SKB_HEAD_RESERVE); -+ -+ err = memcpy_fromiovec(skb_put(skb, size), msg->msg_iov, size); -+ if (err) { -+ kfree_skb(skb); -+ sent = err; -+ break; -+ } -+ -+ err = rfcomm_dlc_send(d, skb); -+ if (err < 0) { -+ kfree_skb(skb); -+ break; -+ } -+ -+ sent += size; -+ len -= size; -+ } -+ -+ release_sock(sk); -+ -+ return sent ? sent : err; -+} -+ -+static long rfcomm_sock_data_wait(struct sock *sk, long timeo) -+{ -+ DECLARE_WAITQUEUE(wait, current); -+ -+ add_wait_queue(sk->sleep, &wait); -+ for (;;) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ -+ if (skb_queue_len(&sk->receive_queue) || sk->err || (sk->shutdown & RCV_SHUTDOWN) || -+ signal_pending(current) || !timeo) -+ break; -+ -+ set_bit(SOCK_ASYNC_WAITDATA, &sk->socket->flags); -+ release_sock(sk); -+ timeo = schedule_timeout(timeo); -+ lock_sock(sk); -+ clear_bit(SOCK_ASYNC_WAITDATA, &sk->socket->flags); -+ } -+ -+ __set_current_state(TASK_RUNNING); -+ remove_wait_queue(sk->sleep, &wait); -+ return timeo; -+} -+ -+static int rfcomm_sock_recvmsg(struct socket *sock, struct msghdr *msg, int size, -+ int flags, struct scm_cookie *scm) -+{ -+ struct sock *sk = sock->sk; -+ int target, err = 0, copied = 0; -+ long timeo; -+ -+ if (flags & MSG_OOB) -+ return -EOPNOTSUPP; -+ -+ msg->msg_namelen = 0; -+ -+ BT_DBG("sk %p size %d", sk, size); -+ -+ lock_sock(sk); -+ -+ target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); -+ timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); -+ -+ do { -+ struct sk_buff *skb; -+ int chunk; -+ -+ skb = skb_dequeue(&sk->receive_queue); -+ if (!skb) { -+ if (copied >= target) -+ break; -+ -+ if ((err = sock_error(sk)) != 0) -+ break; -+ if (sk->shutdown & RCV_SHUTDOWN) -+ break; -+ -+ err = -EAGAIN; -+ if (!timeo) -+ break; -+ -+ timeo = rfcomm_sock_data_wait(sk, timeo); -+ -+ if (signal_pending(current)) { -+ err = sock_intr_errno(timeo); -+ goto out; -+ } -+ continue; -+ } -+ -+ chunk = min_t(unsigned int, skb->len, size); -+ if (memcpy_toiovec(msg->msg_iov, skb->data, chunk)) { -+ skb_queue_head(&sk->receive_queue, skb); -+ if (!copied) -+ copied = -EFAULT; -+ break; -+ } -+ copied += chunk; -+ size -= chunk; -+ -+ if (!(flags & MSG_PEEK)) { -+ atomic_sub(chunk, &sk->rmem_alloc); -+ -+ skb_pull(skb, chunk); -+ if (skb->len) { -+ skb_queue_head(&sk->receive_queue, skb); -+ break; -+ } -+ kfree_skb(skb); -+ -+ } else { -+ /* put message back and return */ -+ skb_queue_head(&sk->receive_queue, skb); -+ break; -+ } -+ } while (size); -+ -+out: -+ if (atomic_read(&sk->rmem_alloc) <= (sk->rcvbuf >> 2)) -+ rfcomm_dlc_unthrottle(rfcomm_pi(sk)->dlc); -+ -+ release_sock(sk); -+ return copied ? : err; -+} -+ -+static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen) -+{ -+ struct sock *sk = sock->sk; -+ int err = 0; -+ -+ BT_DBG("sk %p", sk); -+ -+ lock_sock(sk); -+ -+ switch (optname) { -+ default: -+ err = -ENOPROTOOPT; -+ break; -+ }; -+ -+ release_sock(sk); -+ return err; -+} -+ -+static int rfcomm_sock_getsockopt(struct socket *sock, int level, int optname, char *optval, int *optlen) -+{ -+ struct sock *sk = sock->sk; -+ int len, err = 0; -+ -+ BT_DBG("sk %p", sk); -+ -+ if (get_user(len, optlen)) -+ return -EFAULT; -+ -+ lock_sock(sk); -+ -+ switch (optname) { -+ default: -+ err = -ENOPROTOOPT; -+ break; -+ }; -+ -+ release_sock(sk); -+ return err; -+} -+ -+static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) -+{ -+ struct sock *sk = sock->sk; -+ int err; -+ -+ lock_sock(sk); -+ -+#ifdef CONFIG_BLUEZ_RFCOMM_TTY -+ err = rfcomm_dev_ioctl(sk, cmd, arg); -+#else -+ err = -EOPNOTSUPP; -+#endif -+ -+ release_sock(sk); -+ -+ return err; -+} -+ -+static int rfcomm_sock_shutdown(struct socket *sock, int how) -+{ -+ struct sock *sk = sock->sk; -+ int err = 0; -+ -+ BT_DBG("sock %p, sk %p", sock, sk); -+ -+ if (!sk) return 0; -+ -+ lock_sock(sk); -+ if (!sk->shutdown) { -+ sk->shutdown = SHUTDOWN_MASK; -+ __rfcomm_sock_close(sk); -+ -+ if (sk->linger) -+ err = bluez_sock_wait_state(sk, BT_CLOSED, sk->lingertime); -+ } -+ release_sock(sk); -+ return err; -+} -+ -+static int rfcomm_sock_release(struct socket *sock) -+{ -+ struct sock *sk = sock->sk; -+ int err = 0; -+ -+ BT_DBG("sock %p, sk %p", sock, sk); -+ -+ if (!sk) -+ return 0; -+ -+ err = rfcomm_sock_shutdown(sock, 2); -+ -+ sock_orphan(sk); -+ rfcomm_sock_kill(sk); -+ return err; -+} -+ -+/* ---- RFCOMM core layer callbacks ---- -+ * -+ * called under rfcomm_lock() -+ */ -+int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) -+{ -+ struct sock *sk, *parent; -+ bdaddr_t src, dst; -+ int result = 0; -+ -+ BT_DBG("session %p channel %d", s, channel); -+ -+ rfcomm_session_getaddr(s, &src, &dst); -+ -+ /* Check if we have socket listening on this channel */ -+ parent = rfcomm_get_sock_by_channel(BT_LISTEN, channel, &src); -+ if (!parent) -+ return 0; -+ -+ /* Check for backlog size */ -+ if (parent->ack_backlog > parent->max_ack_backlog) { -+ BT_DBG("backlog full %d", parent->ack_backlog); -+ goto done; -+ } -+ -+ sk = rfcomm_sock_alloc(NULL, BTPROTO_RFCOMM, GFP_ATOMIC); -+ if (!sk) -+ goto done; -+ -+ rfcomm_sock_init(sk, parent); -+ bacpy(&bluez_pi(sk)->src, &src); -+ bacpy(&bluez_pi(sk)->dst, &dst); -+ rfcomm_pi(sk)->channel = channel; -+ -+ sk->state = BT_CONFIG; -+ bluez_accept_enqueue(parent, sk); -+ -+ /* Accept connection and return socket DLC */ -+ *d = rfcomm_pi(sk)->dlc; -+ result = 1; -+ -+done: -+ bh_unlock_sock(parent); -+ return result; -+} -+ -+/* ---- Proc fs support ---- */ -+int rfcomm_sock_dump(char *buf) -+{ -+ struct bluez_sock_list *list = &rfcomm_sk_list; -+ struct rfcomm_pinfo *pi; -+ struct sock *sk; -+ char *ptr = buf; -+ -+ write_lock_bh(&list->lock); -+ -+ for (sk = list->head; sk; sk = sk->next) { -+ pi = rfcomm_pi(sk); -+ ptr += sprintf(ptr, "sk %s %s %d %d\n", -+ batostr(&bluez_pi(sk)->src), batostr(&bluez_pi(sk)->dst), -+ sk->state, rfcomm_pi(sk)->channel); -+ } -+ -+ write_unlock_bh(&list->lock); -+ -+ return ptr - buf; -+} -+ -+static struct proto_ops rfcomm_sock_ops = { -+ family: PF_BLUETOOTH, -+ release: rfcomm_sock_release, -+ bind: rfcomm_sock_bind, -+ connect: rfcomm_sock_connect, -+ listen: rfcomm_sock_listen, -+ accept: rfcomm_sock_accept, -+ getname: rfcomm_sock_getname, -+ sendmsg: rfcomm_sock_sendmsg, -+ recvmsg: rfcomm_sock_recvmsg, -+ shutdown: rfcomm_sock_shutdown, -+ setsockopt: rfcomm_sock_setsockopt, -+ getsockopt: rfcomm_sock_getsockopt, -+ ioctl: rfcomm_sock_ioctl, -+ poll: bluez_sock_poll, -+ socketpair: sock_no_socketpair, -+ mmap: sock_no_mmap -+}; -+ -+static struct net_proto_family rfcomm_sock_family_ops = { -+ family: PF_BLUETOOTH, -+ create: rfcomm_sock_create -+}; -+ -+int rfcomm_init_sockets(void) -+{ -+ int err; -+ -+ if ((err = bluez_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops))) { -+ BT_ERR("Can't register RFCOMM socket layer"); -+ return err; -+ } -+ -+ return 0; -+} -+ -+void rfcomm_cleanup_sockets(void) -+{ -+ int err; -+ -+ /* Unregister socket, protocol and notifier */ -+ if ((err = bluez_sock_unregister(BTPROTO_RFCOMM))) -+ BT_ERR("Can't unregister RFCOMM socket layer %d", err); -+} -diff -Nur c3000_pre/linux/net/bluetooth/rfcomm/tty.c c3000_work/linux/net/bluetooth/rfcomm/tty.c ---- c3000_pre/linux/net/bluetooth/rfcomm/tty.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/rfcomm/tty.c 2004-12-16 23:01:14.000000000 +0900 -@@ -0,0 +1,960 @@ -+/* -+ RFCOMM implementation for Linux Bluetooth stack (BlueZ). -+ Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> -+ Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License version 2 as -+ published by the Free Software Foundation; -+ -+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. -+ IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY -+ CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES -+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ -+ ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, -+ COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS -+ SOFTWARE IS DISCLAIMED. -+*/ -+ -+/* -+ * RFCOMM TTY. -+ * -+ * $Id: tty.c,v 1.26 2002/10/18 20:12:12 maxk Exp $ -+ */ -+ -+#include <linux/config.h> -+#include <linux/module.h> -+ -+#include <linux/tty.h> -+#include <linux/tty_driver.h> -+#include <linux/tty_flip.h> -+ -+#include <linux/slab.h> -+#include <linux/skbuff.h> -+ -+#include <net/bluetooth/bluetooth.h> -+#include <net/bluetooth/rfcomm.h> -+ -+#ifndef CONFIG_BLUEZ_RFCOMM_DEBUG -+#undef BT_DBG -+#define BT_DBG(D...) -+#endif -+ -+#define RFCOMM_TTY_MAGIC 0x6d02 /* magic number for rfcomm struct */ -+#define RFCOMM_TTY_PORTS RFCOMM_MAX_DEV /* whole lotta rfcomm devices */ -+#define RFCOMM_TTY_MAJOR 216 /* device node major id of the usb/bluetooth.c driver */ -+#define RFCOMM_TTY_MINOR 0 -+ -+struct rfcomm_dev { -+ struct list_head list; -+ atomic_t refcnt; -+ -+ char name[12]; -+ int id; -+ unsigned long flags; -+ int opened; -+ int err; -+ -+ bdaddr_t src; -+ bdaddr_t dst; -+ u8 channel; -+ -+ uint modem_status; -+ -+ struct rfcomm_dlc *dlc; -+ struct tty_struct *tty; -+ wait_queue_head_t wait; -+ struct tasklet_struct wakeup_task; -+ -+ atomic_t wmem_alloc; -+}; -+ -+static LIST_HEAD(rfcomm_dev_list); -+static rwlock_t rfcomm_dev_lock = RW_LOCK_UNLOCKED; -+ -+static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb); -+static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err); -+static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig); -+ -+static void rfcomm_tty_wakeup(unsigned long arg); -+ -+/* ---- Device functions ---- */ -+static void rfcomm_dev_destruct(struct rfcomm_dev *dev) -+{ -+ struct rfcomm_dlc *dlc = dev->dlc; -+ -+ BT_DBG("dev %p dlc %p", dev, dlc); -+ -+ rfcomm_dlc_lock(dlc); -+ /* Detach DLC if it's owned by this dev */ -+ if (dlc->owner == dev) -+ dlc->owner = NULL; -+ rfcomm_dlc_unlock(dlc); -+ -+ rfcomm_dlc_put(dlc); -+ kfree(dev); -+ -+ MOD_DEC_USE_COUNT; -+} -+ -+static inline void rfcomm_dev_hold(struct rfcomm_dev *dev) -+{ -+ atomic_inc(&dev->refcnt); -+} -+ -+static inline void rfcomm_dev_put(struct rfcomm_dev *dev) -+{ -+ /* The reason this isn't actually a race, as you no -+ doubt have a little voice screaming at you in your -+ head, is that the refcount should never actually -+ reach zero unless the device has already been taken -+ off the list, in rfcomm_dev_del(). And if that's not -+ true, we'll hit the BUG() in rfcomm_dev_destruct() -+ anyway. */ -+ if (atomic_dec_and_test(&dev->refcnt)) -+ rfcomm_dev_destruct(dev); -+} -+ -+static struct rfcomm_dev *__rfcomm_dev_get(int id) -+{ -+ struct rfcomm_dev *dev; -+ struct list_head *p; -+ -+ list_for_each(p, &rfcomm_dev_list) { -+ dev = list_entry(p, struct rfcomm_dev, list); -+ if (dev->id == id) -+ return dev; -+ } -+ -+ return NULL; -+} -+ -+static inline struct rfcomm_dev *rfcomm_dev_get(int id) -+{ -+ struct rfcomm_dev *dev; -+ -+ read_lock(&rfcomm_dev_lock); -+ -+ dev = __rfcomm_dev_get(id); -+ if (dev) -+ rfcomm_dev_hold(dev); -+ -+ read_unlock(&rfcomm_dev_lock); -+ -+ return dev; -+} -+ -+static int rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc) -+{ -+ struct rfcomm_dev *dev; -+ struct list_head *head = &rfcomm_dev_list, *p; -+ int err = 0; -+ -+ BT_DBG("id %d channel %d", req->dev_id, req->channel); -+ -+ dev = kmalloc(sizeof(struct rfcomm_dev), GFP_KERNEL); -+ if (!dev) -+ return -ENOMEM; -+ memset(dev, 0, sizeof(struct rfcomm_dev)); -+ -+ write_lock_bh(&rfcomm_dev_lock); -+ -+ if (req->dev_id < 0) { -+ dev->id = 0; -+ -+ list_for_each(p, &rfcomm_dev_list) { -+ if (list_entry(p, struct rfcomm_dev, list)->id != dev->id) -+ break; -+ -+ dev->id++; -+ head = p; -+ } -+ } else { -+ dev->id = req->dev_id; -+ -+ list_for_each(p, &rfcomm_dev_list) { -+ struct rfcomm_dev *entry = list_entry(p, struct rfcomm_dev, list); -+ -+ if (entry->id == dev->id) { -+ err = -EADDRINUSE; -+ goto out; -+ } -+ -+ if (entry->id > dev->id - 1) -+ break; -+ -+ head = p; -+ } -+ } -+ -+ if ((dev->id < 0) || (dev->id > RFCOMM_MAX_DEV - 1)) { -+ err = -ENFILE; -+ goto out; -+ } -+ -+ sprintf(dev->name, "rfcomm%d", dev->id); -+ -+ list_add(&dev->list, head); -+ atomic_set(&dev->refcnt, 1); -+ -+ bacpy(&dev->src, &req->src); -+ bacpy(&dev->dst, &req->dst); -+ dev->channel = req->channel; -+ -+ dev->flags = req->flags & -+ ((1 << RFCOMM_RELEASE_ONHUP) | (1 << RFCOMM_REUSE_DLC)); -+ -+ init_waitqueue_head(&dev->wait); -+ tasklet_init(&dev->wakeup_task, rfcomm_tty_wakeup, (unsigned long) dev); -+ -+ rfcomm_dlc_lock(dlc); -+ dlc->data_ready = rfcomm_dev_data_ready; -+ dlc->state_change = rfcomm_dev_state_change; -+ dlc->modem_status = rfcomm_dev_modem_status; -+ -+ dlc->owner = dev; -+ dev->dlc = dlc; -+ rfcomm_dlc_unlock(dlc); -+ -+ MOD_INC_USE_COUNT; -+ -+out: -+ write_unlock_bh(&rfcomm_dev_lock); -+ -+ if (err) { -+ kfree(dev); -+ return err; -+ } else -+ return dev->id; -+} -+ -+static void rfcomm_dev_del(struct rfcomm_dev *dev) -+{ -+ BT_DBG("dev %p", dev); -+ -+ write_lock_bh(&rfcomm_dev_lock); -+ list_del_init(&dev->list); -+ write_unlock_bh(&rfcomm_dev_lock); -+ -+ rfcomm_dev_put(dev); -+} -+ -+/* ---- Send buffer ---- */ -+ -+static inline unsigned int rfcomm_room(struct rfcomm_dlc *dlc) -+{ -+ /* We can't let it be zero, because we don't get a callback -+ when tx_credits becomes nonzero, hence we'd never wake up */ -+ return dlc->mtu * (dlc->tx_credits?:1); -+} -+ -+static void rfcomm_wfree(struct sk_buff *skb) -+{ -+ struct rfcomm_dev *dev = (void *) skb->sk; -+ atomic_sub(skb->truesize, &dev->wmem_alloc); -+ if (test_bit(RFCOMM_TTY_ATTACHED, &dev->flags)) -+ tasklet_schedule(&dev->wakeup_task); -+ rfcomm_dev_put(dev); -+} -+ -+static inline void rfcomm_set_owner_w(struct sk_buff *skb, struct rfcomm_dev *dev) -+{ -+ rfcomm_dev_hold(dev); -+ atomic_add(skb->truesize, &dev->wmem_alloc); -+ skb->sk = (void *) dev; -+ skb->destructor = rfcomm_wfree; -+} -+ -+static struct sk_buff *rfcomm_wmalloc(struct rfcomm_dev *dev, unsigned long size, int force, int priority) -+{ -+ if (force || atomic_read(&dev->wmem_alloc) < rfcomm_room(dev->dlc)) { -+ struct sk_buff *skb = alloc_skb(size, priority); -+ if (skb) { -+ rfcomm_set_owner_w(skb, dev); -+ return skb; -+ } -+ } -+ return NULL; -+} -+ -+/* ---- Device IOCTLs ---- */ -+ -+#define NOCAP_FLAGS ((1 << RFCOMM_REUSE_DLC) | (1 << RFCOMM_RELEASE_ONHUP)) -+ -+static int rfcomm_create_dev(struct sock *sk, unsigned long arg) -+{ -+ struct rfcomm_dev_req req; -+ struct rfcomm_dlc *dlc; -+ int id; -+ -+ if (copy_from_user(&req, (void *) arg, sizeof(req))) -+ return -EFAULT; -+ -+ BT_DBG("sk %p dev_id %id flags 0x%x", sk, req.dev_id, req.flags); -+ -+ if (req.flags != NOCAP_FLAGS && !capable(CAP_NET_ADMIN)) -+ return -EPERM; -+ -+ if (req.flags & (1 << RFCOMM_REUSE_DLC)) { -+ /* Socket must be connected */ -+ if (sk->state != BT_CONNECTED) -+ return -EBADFD; -+ -+ dlc = rfcomm_pi(sk)->dlc; -+ rfcomm_dlc_hold(dlc); -+ } else { -+ dlc = rfcomm_dlc_alloc(GFP_KERNEL); -+ if (!dlc) -+ return -ENOMEM; -+ } -+ -+ id = rfcomm_dev_add(&req, dlc); -+ if (id < 0) { -+ rfcomm_dlc_put(dlc); -+ return id; -+ } -+ -+ if (req.flags & (1 << RFCOMM_REUSE_DLC)) { -+ /* DLC is now used by device. -+ * Socket must be disconnected */ -+ sk->state = BT_CLOSED; -+ } -+ -+ return id; -+} -+ -+static int rfcomm_release_dev(unsigned long arg) -+{ -+ struct rfcomm_dev_req req; -+ struct rfcomm_dev *dev; -+ -+ if (copy_from_user(&req, (void *) arg, sizeof(req))) -+ return -EFAULT; -+ -+ BT_DBG("dev_id %id flags 0x%x", req.dev_id, req.flags); -+ -+ if (!(dev = rfcomm_dev_get(req.dev_id))) -+ return -ENODEV; -+ -+ if (dev->flags != NOCAP_FLAGS && !capable(CAP_NET_ADMIN)) { -+ rfcomm_dev_put(dev); -+ return -EPERM; -+ } -+ -+ if (req.flags & (1 << RFCOMM_HANGUP_NOW)) -+ rfcomm_dlc_close(dev->dlc, 0); -+ -+ rfcomm_dev_del(dev); -+ rfcomm_dev_put(dev); -+ return 0; -+} -+ -+static int rfcomm_get_dev_list(unsigned long arg) -+{ -+ struct rfcomm_dev_list_req *dl; -+ struct rfcomm_dev_info *di; -+ struct list_head *p; -+ int n = 0, size, err; -+ u16 dev_num; -+ -+ BT_DBG(""); -+ -+ if (get_user(dev_num, (u16 *) arg)) -+ return -EFAULT; -+ -+ if (!dev_num || dev_num > (PAGE_SIZE * 4) / sizeof(*di)) -+ return -EINVAL; -+ -+ size = sizeof(*dl) + dev_num * sizeof(*di); -+ -+ if (!(dl = kmalloc(size, GFP_KERNEL))) -+ return -ENOMEM; -+ -+ di = dl->dev_info; -+ -+ read_lock_bh(&rfcomm_dev_lock); -+ -+ list_for_each(p, &rfcomm_dev_list) { -+ struct rfcomm_dev *dev = list_entry(p, struct rfcomm_dev, list); -+ (di + n)->id = dev->id; -+ (di + n)->flags = dev->flags; -+ (di + n)->state = dev->dlc->state; -+ (di + n)->channel = dev->channel; -+ bacpy(&(di + n)->src, &dev->src); -+ bacpy(&(di + n)->dst, &dev->dst); -+ if (++n >= dev_num) -+ break; -+ } -+ -+ read_unlock_bh(&rfcomm_dev_lock); -+ -+ dl->dev_num = n; -+ size = sizeof(*dl) + n * sizeof(*di); -+ -+ err = copy_to_user((void *) arg, dl, size); -+ kfree(dl); -+ -+ return err ? -EFAULT : 0; -+} -+ -+static int rfcomm_get_dev_info(unsigned long arg) -+{ -+ struct rfcomm_dev *dev; -+ struct rfcomm_dev_info di; -+ int err = 0; -+ -+ BT_DBG(""); -+ -+ if (copy_from_user(&di, (void *)arg, sizeof(di))) -+ return -EFAULT; -+ -+ if (!(dev = rfcomm_dev_get(di.id))) -+ return -ENODEV; -+ -+ di.flags = dev->flags; -+ di.channel = dev->channel; -+ di.state = dev->dlc->state; -+ bacpy(&di.src, &dev->src); -+ bacpy(&di.dst, &dev->dst); -+ -+ if (copy_to_user((void *)arg, &di, sizeof(di))) -+ err = -EFAULT; -+ -+ rfcomm_dev_put(dev); -+ return err; -+} -+ -+int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, unsigned long arg) -+{ -+ BT_DBG("cmd %d arg %ld", cmd, arg); -+ -+ switch (cmd) { -+ case RFCOMMCREATEDEV: -+ return rfcomm_create_dev(sk, arg); -+ -+ case RFCOMMRELEASEDEV: -+ return rfcomm_release_dev(arg); -+ -+ case RFCOMMGETDEVLIST: -+ return rfcomm_get_dev_list(arg); -+ -+ case RFCOMMGETDEVINFO: -+ return rfcomm_get_dev_info(arg); -+ } -+ -+ return -EINVAL; -+} -+ -+/* ---- DLC callbacks ---- */ -+static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb) -+{ -+ struct rfcomm_dev *dev = dlc->owner; -+ struct tty_struct *tty; -+ -+ if (!dev || !(tty = dev->tty)) { -+ kfree_skb(skb); -+ return; -+ } -+ -+ BT_DBG("dlc %p tty %p len %d", dlc, tty, skb->len); -+ -+ if (test_bit(TTY_DONT_FLIP, &tty->flags)) { -+ register int i; -+ for (i = 0; i < skb->len; i++) { -+ if (tty->flip.count >= TTY_FLIPBUF_SIZE) -+ tty_flip_buffer_push(tty); -+ -+ tty_insert_flip_char(tty, skb->data[i], 0); -+ } -+ tty_flip_buffer_push(tty); -+ } else -+ tty->ldisc.receive_buf(tty, skb->data, NULL, skb->len); -+ -+ kfree_skb(skb); -+} -+ -+static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err) -+{ -+ struct rfcomm_dev *dev = dlc->owner; -+ if (!dev) -+ return; -+ -+ BT_DBG("dlc %p dev %p err %d", dlc, dev, err); -+ -+ dev->err = err; -+ wake_up_interruptible(&dev->wait); -+ -+ if (dlc->state == BT_CLOSED) { -+ if (!dev->tty) { -+ if (test_bit(RFCOMM_RELEASE_ONHUP, &dev->flags)) { -+ rfcomm_dev_hold(dev); -+ rfcomm_dev_del(dev); -+ -+ /* We have to drop DLC lock here, otherwise -+ rfcomm_dev_put() will dead lock if it's -+ the last reference. */ -+ rfcomm_dlc_unlock(dlc); -+ rfcomm_dev_put(dev); -+ rfcomm_dlc_lock(dlc); -+ } -+ } else -+ tty_hangup(dev->tty); -+ } -+} -+ -+static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig) -+{ -+ struct rfcomm_dev *dev = dlc->owner; -+ if (!dev) -+ return; -+ -+ BT_DBG("dlc %p dev %p v24_sig 0x%02x", dlc, dev, v24_sig); -+ -+ dev->modem_status = -+ ((v24_sig & RFCOMM_V24_RTC) ? (TIOCM_DSR | TIOCM_DTR) : 0) | -+ ((v24_sig & RFCOMM_V24_RTR) ? (TIOCM_RTS | TIOCM_CTS) : 0) | -+ ((v24_sig & RFCOMM_V24_IC) ? TIOCM_RI : 0) | -+ ((v24_sig & RFCOMM_V24_DV) ? TIOCM_CD : 0); -+} -+ -+/* ---- TTY functions ---- */ -+static void rfcomm_tty_wakeup(unsigned long arg) -+{ -+ struct rfcomm_dev *dev = (void *) arg; -+ struct tty_struct *tty = dev->tty; -+ if (!tty) -+ return; -+ -+ BT_DBG("dev %p tty %p", dev, tty); -+ -+ if (test_bit(TTY_DO_WRITE_WAKEUP, &tty->flags) && tty->ldisc.write_wakeup) -+ (tty->ldisc.write_wakeup)(tty); -+ -+ wake_up_interruptible(&tty->write_wait); -+#ifdef SERIAL_HAVE_POLL_WAIT -+ wake_up_interruptible(&tty->poll_wait); -+#endif -+} -+ -+static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) -+{ -+ DECLARE_WAITQUEUE(wait, current); -+ struct rfcomm_dev *dev; -+ struct rfcomm_dlc *dlc; -+ int err, id; -+ -+ id = MINOR(tty->device) - tty->driver.minor_start; -+ -+ BT_DBG("tty %p id %d", tty, id); -+ -+ /* We don't leak this refcount. For reasons which are not entirely -+ clear, the TTY layer will call our ->close() method even if the -+ open fails. We decrease the refcount there, and decreasing it -+ here too would cause breakage. */ -+ dev = rfcomm_dev_get(id); -+ if (!dev) -+ return -ENODEV; -+ -+ BT_DBG("dev %p dst %s channel %d opened %d", dev, batostr(&dev->dst), dev->channel, dev->opened); -+ -+ if (dev->opened++ != 0) -+ return 0; -+ -+ dlc = dev->dlc; -+ -+ /* Attach TTY and open DLC */ -+ -+ rfcomm_dlc_lock(dlc); -+ tty->driver_data = dev; -+ dev->tty = tty; -+ rfcomm_dlc_unlock(dlc); -+ set_bit(RFCOMM_TTY_ATTACHED, &dev->flags); -+ -+ err = rfcomm_dlc_open(dlc, &dev->src, &dev->dst, dev->channel); -+ if (err < 0) -+ return err; -+ -+ /* Wait for DLC to connect */ -+ add_wait_queue(&dev->wait, &wait); -+ while (1) { -+ set_current_state(TASK_INTERRUPTIBLE); -+ -+ if (dlc->state == BT_CLOSED) { -+ err = -dev->err; -+ break; -+ } -+ -+ if (dlc->state == BT_CONNECTED) -+ break; -+ -+ if (signal_pending(current)) { -+ err = -EINTR; -+ break; -+ } -+ -+ schedule(); -+ } -+ set_current_state(TASK_RUNNING); -+ remove_wait_queue(&dev->wait, &wait); -+ -+ return err; -+} -+ -+static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ if (!dev) -+ return; -+ -+ BT_DBG("tty %p dev %p dlc %p opened %d", tty, dev, dev->dlc, dev->opened); -+ -+ if (--dev->opened == 0) { -+ /* Close DLC and dettach TTY */ -+ rfcomm_dlc_close(dev->dlc, 0); -+ -+ clear_bit(RFCOMM_TTY_ATTACHED, &dev->flags); -+ tasklet_kill(&dev->wakeup_task); -+ -+ rfcomm_dlc_lock(dev->dlc); -+ tty->driver_data = NULL; -+ dev->tty = NULL; -+ rfcomm_dlc_unlock(dev->dlc); -+ } -+ -+ rfcomm_dev_put(dev); -+} -+ -+static int rfcomm_tty_write(struct tty_struct *tty, int from_user, const unsigned char *buf, int count) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ struct rfcomm_dlc *dlc = dev->dlc; -+ struct sk_buff *skb; -+ int err = 0, sent = 0, size; -+ -+ BT_DBG("tty %p from_user %d count %d", tty, from_user, count); -+ -+ while (count) { -+ size = min_t(uint, count, dlc->mtu); -+ -+ if (from_user) -+ skb = rfcomm_wmalloc(dev, size + RFCOMM_SKB_RESERVE, 0, GFP_KERNEL); -+ else -+ skb = rfcomm_wmalloc(dev, size + RFCOMM_SKB_RESERVE, 0, GFP_ATOMIC); -+ -+ if (!skb) -+ break; -+ -+ skb_reserve(skb, RFCOMM_SKB_HEAD_RESERVE); -+ -+ if (from_user) -+ copy_from_user(skb_put(skb, size), buf + sent, size); -+ else -+ memcpy(skb_put(skb, size), buf + sent, size); -+ -+ if ((err = rfcomm_dlc_send(dlc, skb)) < 0) { -+ kfree_skb(skb); -+ break; -+ } -+ -+ sent += size; -+ count -= size; -+ } -+ -+ return sent ? sent : err; -+} -+ -+static void rfcomm_tty_put_char(struct tty_struct *tty, unsigned char ch) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ struct rfcomm_dlc *dlc = dev->dlc; -+ struct sk_buff *skb; -+ -+ BT_DBG("tty %p char %x", tty, ch); -+ -+ skb = rfcomm_wmalloc(dev, 1 + RFCOMM_SKB_RESERVE, 1, GFP_ATOMIC); -+ -+ if (!skb) -+ return; -+ -+ skb_reserve(skb, RFCOMM_SKB_HEAD_RESERVE); -+ -+ *(char *)skb_put(skb, 1) = ch; -+ -+ if ((rfcomm_dlc_send(dlc, skb)) < 0) -+ kfree_skb(skb); -+} -+ -+static int rfcomm_tty_write_room(struct tty_struct *tty) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ int room; -+ -+ BT_DBG("tty %p", tty); -+ -+ room = rfcomm_room(dev->dlc) - atomic_read(&dev->wmem_alloc); -+ if (room < 0) -+ room = 0; -+ -+ return room; -+} -+ -+static int rfcomm_tty_set_modem_status(uint cmd, struct rfcomm_dlc *dlc, uint status) -+{ -+ u8 v24_sig, mask; -+ -+ BT_DBG("dlc %p cmd 0x%02x", dlc, cmd); -+ -+ if (cmd == TIOCMSET) -+ v24_sig = 0; -+ else -+ rfcomm_dlc_get_modem_status(dlc, &v24_sig); -+ -+ mask = ((status & TIOCM_DSR) ? RFCOMM_V24_RTC : 0) | -+ ((status & TIOCM_DTR) ? RFCOMM_V24_RTC : 0) | -+ ((status & TIOCM_RTS) ? RFCOMM_V24_RTR : 0) | -+ ((status & TIOCM_CTS) ? RFCOMM_V24_RTR : 0) | -+ ((status & TIOCM_RI) ? RFCOMM_V24_IC : 0) | -+ ((status & TIOCM_CD) ? RFCOMM_V24_DV : 0); -+ -+ if (cmd == TIOCMBIC) -+ v24_sig &= ~mask; -+ else -+ v24_sig |= mask; -+ -+ rfcomm_dlc_set_modem_status(dlc, v24_sig); -+ return 0; -+} -+ -+static int rfcomm_tty_ioctl(struct tty_struct *tty, struct file *filp, unsigned int cmd, unsigned long arg) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ struct rfcomm_dlc *dlc = dev->dlc; -+ uint status; -+ int err; -+ -+ BT_DBG("tty %p cmd 0x%02x", tty, cmd); -+ -+ switch (cmd) { -+ case TCGETS: -+ BT_DBG("TCGETS is not supported"); -+ return -ENOIOCTLCMD; -+ -+ case TCSETS: -+ BT_DBG("TCSETS is not supported"); -+ return -ENOIOCTLCMD; -+ -+ case TIOCMGET: -+ BT_DBG("TIOCMGET"); -+ -+ return put_user(dev->modem_status, (unsigned int *)arg); -+ -+ case TIOCMSET: /* Turns on and off the lines as specified by the mask */ -+ case TIOCMBIS: /* Turns on the lines as specified by the mask */ -+ case TIOCMBIC: /* Turns off the lines as specified by the mask */ -+ if ((err = get_user(status, (unsigned int *)arg))) -+ return err; -+ return rfcomm_tty_set_modem_status(cmd, dlc, status); -+ -+ case TIOCMIWAIT: -+ BT_DBG("TIOCMIWAIT"); -+ break; -+ -+ case TIOCGICOUNT: -+ BT_DBG("TIOCGICOUNT"); -+ break; -+ -+ case TIOCGSERIAL: -+ BT_ERR("TIOCGSERIAL is not supported"); -+ return -ENOIOCTLCMD; -+ -+ case TIOCSSERIAL: -+ BT_ERR("TIOCSSERIAL is not supported"); -+ return -ENOIOCTLCMD; -+ -+ case TIOCSERGSTRUCT: -+ BT_ERR("TIOCSERGSTRUCT is not supported"); -+ return -ENOIOCTLCMD; -+ -+ case TIOCSERGETLSR: -+ BT_ERR("TIOCSERGETLSR is not supported"); -+ return -ENOIOCTLCMD; -+ -+ case TIOCSERCONFIG: -+ BT_ERR("TIOCSERCONFIG is not supported"); -+ return -ENOIOCTLCMD; -+ -+ default: -+ return -ENOIOCTLCMD; /* ioctls which we must ignore */ -+ -+ } -+ -+ return -ENOIOCTLCMD; -+} -+ -+#define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) -+ -+static void rfcomm_tty_set_termios(struct tty_struct *tty, struct termios *old) -+{ -+ BT_DBG("tty %p", tty); -+ -+ if ((tty->termios->c_cflag == old->c_cflag) && -+ (RELEVANT_IFLAG(tty->termios->c_iflag) == RELEVANT_IFLAG(old->c_iflag))) -+ return; -+ -+ /* handle turning off CRTSCTS */ -+ if ((old->c_cflag & CRTSCTS) && !(tty->termios->c_cflag & CRTSCTS)) { -+ BT_DBG("turning off CRTSCTS"); -+ } -+} -+ -+static void rfcomm_tty_throttle(struct tty_struct *tty) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ -+ BT_DBG("tty %p dev %p", tty, dev); -+ -+ rfcomm_dlc_throttle(dev->dlc); -+} -+ -+static void rfcomm_tty_unthrottle(struct tty_struct *tty) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ -+ BT_DBG("tty %p dev %p", tty, dev); -+ -+ rfcomm_dlc_unthrottle(dev->dlc); -+} -+ -+static int rfcomm_tty_chars_in_buffer(struct tty_struct *tty) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ struct rfcomm_dlc *dlc = dev->dlc; -+ -+ BT_DBG("tty %p dev %p", tty, dev); -+ -+ if (skb_queue_len(&dlc->tx_queue)) -+ return dlc->mtu; -+ -+ return 0; -+} -+ -+static void rfcomm_tty_flush_buffer(struct tty_struct *tty) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ if (!dev) -+ return; -+ -+ BT_DBG("tty %p dev %p", tty, dev); -+ -+ skb_queue_purge(&dev->dlc->tx_queue); -+ -+ if (test_bit(TTY_DO_WRITE_WAKEUP, &tty->flags) && tty->ldisc.write_wakeup) -+ tty->ldisc.write_wakeup(tty); -+} -+ -+static void rfcomm_tty_send_xchar(struct tty_struct *tty, char ch) -+{ -+ BT_DBG("tty %p ch %c", tty, ch); -+} -+ -+static void rfcomm_tty_wait_until_sent(struct tty_struct *tty, int timeout) -+{ -+ BT_DBG("tty %p timeout %d", tty, timeout); -+} -+ -+static void rfcomm_tty_hangup(struct tty_struct *tty) -+{ -+ struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; -+ if (!dev) -+ return; -+ -+ BT_DBG("tty %p dev %p", tty, dev); -+ -+ rfcomm_tty_flush_buffer(tty); -+ -+ if (test_bit(RFCOMM_RELEASE_ONHUP, &dev->flags)) -+ rfcomm_dev_del(dev); -+} -+ -+static int rfcomm_tty_read_proc(char *buf, char **start, off_t offset, int len, int *eof, void *unused) -+{ -+ return 0; -+} -+ -+/* ---- TTY structure ---- */ -+static int rfcomm_tty_refcount; /* If we manage several devices */ -+ -+static struct tty_struct *rfcomm_tty_table[RFCOMM_TTY_PORTS]; -+static struct termios *rfcomm_tty_termios[RFCOMM_TTY_PORTS]; -+static struct termios *rfcomm_tty_termios_locked[RFCOMM_TTY_PORTS]; -+ -+static struct tty_driver rfcomm_tty_driver = { -+ magic: TTY_DRIVER_MAGIC, -+ driver_name: "rfcomm", -+#ifdef CONFIG_DEVFS_FS -+ name: "bluetooth/rfcomm/%d", -+#else -+ name: "rfcomm", -+#endif -+ major: RFCOMM_TTY_MAJOR, -+ minor_start: RFCOMM_TTY_MINOR, -+ num: RFCOMM_TTY_PORTS, -+ type: TTY_DRIVER_TYPE_SERIAL, -+ subtype: SERIAL_TYPE_NORMAL, -+ flags: TTY_DRIVER_REAL_RAW, -+ -+ refcount: &rfcomm_tty_refcount, -+ table: rfcomm_tty_table, -+ termios: rfcomm_tty_termios, -+ termios_locked: rfcomm_tty_termios_locked, -+ -+ open: rfcomm_tty_open, -+ close: rfcomm_tty_close, -+ put_char: rfcomm_tty_put_char, -+ write: rfcomm_tty_write, -+ write_room: rfcomm_tty_write_room, -+ chars_in_buffer: rfcomm_tty_chars_in_buffer, -+ flush_buffer: rfcomm_tty_flush_buffer, -+ ioctl: rfcomm_tty_ioctl, -+ throttle: rfcomm_tty_throttle, -+ unthrottle: rfcomm_tty_unthrottle, -+ set_termios: rfcomm_tty_set_termios, -+ send_xchar: rfcomm_tty_send_xchar, -+ stop: NULL, -+ start: NULL, -+ hangup: rfcomm_tty_hangup, -+ wait_until_sent: rfcomm_tty_wait_until_sent, -+ read_proc: rfcomm_tty_read_proc, -+}; -+ -+int rfcomm_init_ttys(void) -+{ -+ int i; -+ -+ /* Initalize our global data */ -+ for (i = 0; i < RFCOMM_TTY_PORTS; i++) -+ rfcomm_tty_table[i] = NULL; -+ -+ /* Register the TTY driver */ -+ rfcomm_tty_driver.init_termios = tty_std_termios; -+ rfcomm_tty_driver.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; -+ rfcomm_tty_driver.flags = TTY_DRIVER_REAL_RAW; -+ -+ if (tty_register_driver(&rfcomm_tty_driver)) { -+ BT_ERR("Can't register RFCOMM TTY driver"); -+ return -1; -+ } -+ -+ return 0; -+} -+ -+void rfcomm_cleanup_ttys(void) -+{ -+ tty_unregister_driver(&rfcomm_tty_driver); -+ return; -+} -diff -Nur c3000_pre/linux/net/bluetooth/sco.c c3000_work/linux/net/bluetooth/sco.c ---- c3000_pre/linux/net/bluetooth/sco.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/sco.c 2004-12-16 23:01:14.000000000 +0900 -@@ -332,8 +332,10 @@ - BT_DBG("parent %p", parent); - - /* Close not yet accepted channels */ -- while ((sk = bluez_accept_dequeue(parent, NULL))) -+ while ((sk = bluez_accept_dequeue(parent, NULL))) { - sco_sock_close(sk); -+ sco_sock_kill(sk); -+ } - - parent->state = BT_CLOSED; - parent->zapped = 1; -@@ -388,8 +390,6 @@ - }; - - release_sock(sk); -- -- sco_sock_kill(sk); - } - - static void sco_sock_init(struct sock *sk, struct sock *parent) -@@ -508,7 +508,8 @@ - if ((err = sco_connect(sk))) - goto done; - -- err = bluez_sock_w4_connect(sk, flags); -+ err = bluez_sock_wait_state(sk, BT_CONNECTED, -+ sock_sndtimeo(sk, flags & O_NONBLOCK)); - - done: - release_sock(sk); -@@ -678,7 +679,7 @@ - - opts.mtu = sco_pi(sk)->conn->mtu; - -- BT_INFO("mtu %d", opts.mtu); -+ BT_DBG("mtu %d", opts.mtu); - - len = MIN(len, sizeof(opts)); - if (copy_to_user(optval, (char *)&opts, len)) -@@ -712,16 +713,23 @@ - static int sco_sock_release(struct socket *sock) - { - struct sock *sk = sock->sk; -+ int err = 0; - - BT_DBG("sock %p, sk %p", sock, sk); - - if (!sk) - return 0; - -- sock_orphan(sk); - sco_sock_close(sk); -+ if (sk->linger) { -+ lock_sock(sk); -+ err = bluez_sock_wait_state(sk, BT_CLOSED, sk->lingertime); -+ release_sock(sk); -+ } - -- return 0; -+ sock_orphan(sk); -+ sco_sock_kill(sk); -+ return err; - } - - static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent) -diff -Nur c3000_pre/linux/net/bluetooth/syms.c c3000_work/linux/net/bluetooth/syms.c ---- c3000_pre/linux/net/bluetooth/syms.c 2004-08-21 09:49:19.000000000 +0900 -+++ c3000_work/linux/net/bluetooth/syms.c 2004-12-16 23:01:14.000000000 +0900 -@@ -44,6 +44,9 @@ - /* HCI Core */ - EXPORT_SYMBOL(hci_register_dev); - EXPORT_SYMBOL(hci_unregister_dev); -+EXPORT_SYMBOL(hci_suspend_dev); -+EXPORT_SYMBOL(hci_resume_dev); -+ - EXPORT_SYMBOL(hci_register_proto); - EXPORT_SYMBOL(hci_unregister_proto); - -@@ -56,7 +59,7 @@ - EXPORT_SYMBOL(hci_recv_frame); - EXPORT_SYMBOL(hci_send_acl); - EXPORT_SYMBOL(hci_send_sco); --EXPORT_SYMBOL(hci_send_raw); -+EXPORT_SYMBOL(hci_send_cmd); - EXPORT_SYMBOL(hci_si_event); - - /* BlueZ lib */ -@@ -75,4 +78,4 @@ - EXPORT_SYMBOL(bluez_sock_poll); - EXPORT_SYMBOL(bluez_accept_enqueue); - EXPORT_SYMBOL(bluez_accept_dequeue); --EXPORT_SYMBOL(bluez_sock_w4_connect); -+EXPORT_SYMBOL(bluez_sock_wait_state); -diff -Nur c3000_pre/linux/net/netsyms.c c3000_work/linux/net/netsyms.c ---- c3000_pre/linux/net/netsyms.c 2004-08-21 09:49:17.000000000 +0900 -+++ c3000_work/linux/net/netsyms.c 2004-12-16 23:01:14.000000000 +0900 -@@ -168,6 +168,7 @@ - EXPORT_SYMBOL(put_cmsg); - EXPORT_SYMBOL(sock_kmalloc); - EXPORT_SYMBOL(sock_kfree_s); -+EXPORT_SYMBOL(sockfd_lookup); - - #ifdef CONFIG_FILTER - EXPORT_SYMBOL(sk_run_filter); diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P12-fbcon-fix_041219.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P12-fbcon-fix_041219.patch deleted file mode 100644 index 37ca13e9a5..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P12-fbcon-fix_041219.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -Nur c3000_pre/linux/drivers/video/fbcon-cfb16.c c3000_work/linux/drivers/video/fbcon-cfb16.c ---- c3000_pre/linux/drivers/video/fbcon-cfb16.c 2004-12-16 22:55:38.000000000 +0900 -+++ c3000_work/linux/drivers/video/fbcon-cfb16.c 2004-12-19 00:11:24.000000000 +0900 -@@ -219,7 +219,7 @@ - - width *= fontwidth(p)/4; - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -- if (width * 8 == bytes) -+ if (height * 8 == bytes) - rectfill(dest, 1, lines * width * 4, bgx, bytes); - else - rectfill(dest, lines, width * 4, bgx, bytes); -diff -Nur c3000_pre/linux/drivers/video/fbcon.c c3000_work/linux/drivers/video/fbcon.c ---- c3000_pre/linux/drivers/video/fbcon.c 2004-12-16 22:55:38.000000000 +0900 -+++ c3000_work/linux/drivers/video/fbcon.c 2004-12-19 00:28:12.000000000 +0900 -@@ -247,7 +247,7 @@ - - static void fbcon_setup(int con, int init, int logo); - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) --static __inline__ int real_x(struct display *p, int ypos); -+static __inline__ int real_x(struct display *p, int xpos); - #else - static __inline__ int real_y(struct display *p, int ypos); - #endif -@@ -263,7 +263,7 @@ - static __inline__ void xpan_down(int unit, struct vc_data *conp, - struct display *p, int count); - static void fbcon_bmove_rec(struct display *p, int sx, int sy, int dx, int dy, -- int height, int width, u_int y_break); -+ int height, int width, u_int x_break); - #else - static __inline__ void ywrap_up(int unit, struct vc_data *conp, - struct display *p, int count); -@@ -1011,7 +1010,7 @@ - - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - if ((sx <= p->cursor_x) && (p->cursor_x < sx+height) && -- (sx <= p->cursor_y) && (p->cursor_y < sy+width)) { -+ (sy <= p->cursor_y) && (p->cursor_y < sy+width)) { - #else - if ((sy <= p->cursor_y) && (p->cursor_y < sy+height) && - (sx <= p->cursor_x) && (p->cursor_x < sx+width)) { -@@ -1235,7 +1234,7 @@ - if (p->dispsw->cursor) { - #if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) - p->cursor_y = conp->vc_y; -- p->cursor_y = x; -+ p->cursor_x = x; - p->dispsw->cursor(p, mode, p->cursor_y, real_x(p, p->cursor_x)); - #else - p->cursor_x = conp->vc_x; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P14-lowlatency_041221.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P14-lowlatency_041221.patch deleted file mode 100644 index edd63fb13b..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P14-lowlatency_041221.patch +++ /dev/null @@ -1,1677 +0,0 @@ -diff -Nur c3000_pre/linux/arch/arm/config.in c3000_test/linux/arch/arm/config.in ---- c3000_pre/linux/arch/arm/config.in 2004-12-16 22:55:34.000000000 +0900 -+++ c3000_test/linux/arch/arm/config.in 2004-12-20 23:23:28.000000000 +0900 -@@ -574,6 +574,8 @@ - fi - fi - dep_bool 'Preemptible Kernel support' CONFIG_PREEMPT $CONFIG_CPU_32 -+bool 'Low latency scheduling' CONFIG_LOLAT -+dep_bool 'Control low latency with sysctl' CONFIG_LOLAT_SYSCTL $CONFIG_LOLAT - - endmenu - -diff -Nur c3000_pre/linux/arch/i386/config.in c3000_test/linux/arch/i386/config.in ---- c3000_pre/linux/arch/i386/config.in 2004-08-21 09:48:09.000000000 +0900 -+++ c3000_test/linux/arch/i386/config.in 2004-12-20 22:56:21.000000000 +0900 -@@ -25,6 +25,9 @@ - - mainmenu_option next_comment - comment 'Processor type and features' -+bool 'Low latency scheduling' CONFIG_LOLAT -+dep_bool 'Control low latency with sysctl' CONFIG_LOLAT_SYSCTL $CONFIG_LOLAT -+ - choice 'Processor family' \ - "386 CONFIG_M386 \ - 486 CONFIG_M486 \ -diff -Nur c3000_pre/linux/drivers/block/ll_rw_blk.c c3000_test/linux/drivers/block/ll_rw_blk.c ---- c3000_pre/linux/drivers/block/ll_rw_blk.c 2004-08-21 09:48:24.000000000 +0900 -+++ c3000_test/linux/drivers/block/ll_rw_blk.c 2004-12-20 22:56:21.000000000 +0900 -@@ -1211,6 +1211,7 @@ - kstat.pgpgin += count; - break; - } -+ conditional_schedule(); - } - - /** -diff -Nur c3000_pre/linux/drivers/char/mem.c c3000_test/linux/drivers/char/mem.c ---- c3000_pre/linux/drivers/char/mem.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_test/linux/drivers/char/mem.c 2004-12-20 22:56:21.000000000 +0900 -@@ -422,7 +422,7 @@ - if (count > size) - count = size; - -- zap_page_range(mm, addr, count); -+ zap_page_range(mm, addr, count, 0); - zeromap_page_range(addr, count, PAGE_COPY); - - size -= count; -diff -Nur c3000_pre/linux/drivers/char/random.c c3000_test/linux/drivers/char/random.c ---- c3000_pre/linux/drivers/char/random.c 2004-08-21 09:48:25.000000000 +0900 -+++ c3000_test/linux/drivers/char/random.c 2004-12-20 22:56:21.000000000 +0900 -@@ -1374,6 +1374,11 @@ - buf += i; - ret += i; - add_timer_randomness(&extract_timer_state, nbytes); -+#if LOWLATENCY_NEEDED -+ /* This can happen in softirq's, but that's what we want */ -+ if (conditional_schedule_needed()) -+ break; -+#endif - } - - /* Wipe data just returned from memory */ -diff -Nur c3000_pre/linux/drivers/i2c/i2c-core.c c3000_test/linux/drivers/i2c/i2c-core.c ---- c3000_pre/linux/drivers/i2c/i2c-core.c 2004-08-21 09:48:34.000000000 +0900 -+++ c3000_test/linux/drivers/i2c/i2c-core.c 2004-12-20 22:56:21.000000000 +0900 -@@ -761,6 +761,8 @@ - { - int ret; - -+ conditional_schedule(); -+ - if (adap->algo->master_xfer) { - DEB2(printk("i2c-core.o: master_xfer: %s with %d msgs.\n", - adap->name,num)); -@@ -783,6 +785,8 @@ - struct i2c_adapter *adap=client->adapter; - struct i2c_msg msg; - -+ conditional_schedule(); -+ - if (client->adapter->algo->master_xfer) { - msg.addr = client->addr; - msg.flags = client->flags & I2C_M_TEN; -@@ -812,6 +816,9 @@ - struct i2c_adapter *adap=client->adapter; - struct i2c_msg msg; - int ret; -+ -+ conditional_schedule(); -+ - if (client->adapter->algo->master_xfer) { - msg.addr = client->addr; - msg.flags = client->flags & I2C_M_TEN; -diff -Nur c3000_pre/linux/fs/buffer.c c3000_test/linux/fs/buffer.c ---- c3000_pre/linux/fs/buffer.c 2004-08-21 09:48:58.000000000 +0900 -+++ c3000_test/linux/fs/buffer.c 2004-12-20 22:56:21.000000000 +0900 -@@ -216,8 +216,10 @@ - - if (dev != NODEV && bh->b_dev != dev) - continue; -- if (test_and_set_bit(BH_Lock, &bh->b_state)) -+ if (test_and_set_bit(BH_Lock, &bh->b_state)) { -+ __refile_buffer(bh); - continue; -+ } - if (atomic_set_buffer_clean(bh)) { - __refile_buffer(bh); - get_bh(bh); -@@ -227,6 +229,7 @@ - - spin_unlock(&lru_list_lock); - write_locked_buffers(array, count); -+ conditional_schedule(); - return -EAGAIN; - } - unlock_buffer(bh); -@@ -260,12 +263,19 @@ - struct buffer_head * next; - int nr; - -- next = lru_list[index]; - nr = nr_buffers_type[index]; -+repeat: -+ next = lru_list[index]; - while (next && --nr >= 0) { - struct buffer_head *bh = next; - next = bh->b_next_free; - -+ if (conditional_schedule_needed()) { -+ spin_unlock(&lru_list_lock); -+ unconditional_schedule(); -+ spin_lock(&lru_list_lock); -+ goto repeat; -+ } - if (!buffer_locked(bh)) { - if (refile) - __refile_buffer(bh); -@@ -273,7 +283,6 @@ - } - if (dev != NODEV && bh->b_dev != dev) - continue; -- - get_bh(bh); - spin_unlock(&lru_list_lock); - wait_on_buffer (bh); -@@ -306,6 +315,15 @@ - { - int err = 0; - -+#if LOWLATENCY_NEEDED -+ /* -+ * syncing devA when there are lots of buffers dirty against -+ * devB is expensive. -+ */ -+ if (enable_lowlatency) -+ dev = NODEV; -+#endif -+ - /* One pass for no-wait, three for wait: - * 0) write out all dirty, unlocked buffers; - * 1) wait for all dirty locked buffers; -@@ -697,6 +715,16 @@ - /* Not hashed? */ - if (!bh->b_pprev) - continue; -+ -+ if (conditional_schedule_needed()) { -+ get_bh(bh); -+ spin_unlock(&lru_list_lock); -+ unconditional_schedule(); -+ spin_lock(&lru_list_lock); -+ put_bh(bh); -+ slept = 1; -+ } -+ - if (buffer_locked(bh)) { - get_bh(bh); - spin_unlock(&lru_list_lock); -@@ -848,12 +876,19 @@ - struct buffer_head *bh; - struct inode tmp; - int err = 0, err2; -- -+ DEFINE_RESCHED_COUNT; -+ - INIT_LIST_HEAD(&tmp.i_dirty_buffers); -- -+ -+repeat: - spin_lock(&lru_list_lock); - - while (!list_empty(list)) { -+ if (conditional_schedule_needed()) { -+ spin_unlock(&lru_list_lock); -+ unconditional_schedule(); -+ goto repeat; -+ } - bh = BH_ENTRY(list->next); - list_del(&bh->b_inode_buffers); - if (!buffer_dirty(bh) && !buffer_locked(bh)) -@@ -878,8 +913,18 @@ - spin_lock(&lru_list_lock); - } - } -+ if (TEST_RESCHED_COUNT(32)) { -+ RESET_RESCHED_COUNT(); -+ if (conditional_schedule_needed()) { -+ spin_unlock(&lru_list_lock); -+ unconditional_schedule(); /* Syncing many dirty buffers */ -+ spin_lock(&lru_list_lock); -+ } -+ } - } - -+ RESET_RESCHED_COUNT(); -+ - while (!list_empty(&tmp.i_dirty_buffers)) { - bh = BH_ENTRY(tmp.i_dirty_buffers.prev); - remove_inode_queue(bh); -@@ -889,6 +934,7 @@ - if (!buffer_uptodate(bh)) - err = -EIO; - brelse(bh); -+ conditional_schedule(); - spin_lock(&lru_list_lock); - } - -@@ -916,11 +962,20 @@ - struct buffer_head *bh; - struct list_head *p; - int err = 0; -+ DEFINE_RESCHED_COUNT; - -+repeat: -+ conditional_schedule(); - spin_lock(&lru_list_lock); - -- repeat: - list_for_each_prev(p, list) { -+ if (TEST_RESCHED_COUNT(32)) { -+ RESET_RESCHED_COUNT(); -+ if (conditional_schedule_needed()) { -+ spin_unlock(&lru_list_lock); -+ goto repeat; -+ } -+ } - bh = BH_ENTRY(p); - if (buffer_locked(bh)) { - get_bh(bh); -@@ -929,7 +984,6 @@ - if (!buffer_uptodate(bh)) - err = -EIO; - brelse(bh); -- spin_lock(&lru_list_lock); - goto repeat; - } - } -@@ -946,12 +1000,24 @@ - void invalidate_inode_buffers(struct inode *inode) - { - struct list_head * entry; -- -+ -+repeat: -+ conditional_schedule(); - spin_lock(&lru_list_lock); -- while ((entry = inode->i_dirty_buffers.next) != &inode->i_dirty_buffers) -+ while ((entry = inode->i_dirty_buffers.next) != &inode->i_dirty_buffers) { -+ if (conditional_schedule_needed()) { -+ spin_unlock(&lru_list_lock); -+ goto repeat; -+ } - remove_inode_queue(BH_ENTRY(entry)); -- while ((entry = inode->i_dirty_data_buffers.next) != &inode->i_dirty_data_buffers) -+ } -+ while ((entry = inode->i_dirty_data_buffers.next) != &inode->i_dirty_data_buffers) { -+ if (conditional_schedule_needed()) { -+ spin_unlock(&lru_list_lock); -+ goto repeat; -+ } - remove_inode_queue(BH_ENTRY(entry)); -+ } - spin_unlock(&lru_list_lock); - } - -@@ -974,6 +1040,7 @@ - bh = get_hash_table(dev, block, size); - if (bh) { - touch_buffer(bh); -+ conditional_schedule(); - return bh; - } - -@@ -2831,7 +2898,7 @@ - - DECLARE_WAIT_QUEUE_HEAD(bdflush_wait); - --void wakeup_bdflush(void) -+void wakeup_bdflush(void) - { - wake_up_interruptible(&bdflush_wait); - } -diff -Nur c3000_pre/linux/fs/dcache.c c3000_test/linux/fs/dcache.c ---- c3000_pre/linux/fs/dcache.c 2004-08-21 09:48:58.000000000 +0900 -+++ c3000_test/linux/fs/dcache.c 2004-12-20 22:56:21.000000000 +0900 -@@ -320,11 +320,23 @@ - - void prune_dcache(int count) - { -+ DEFINE_RESCHED_COUNT; -+ -+redo: - spin_lock(&dcache_lock); - for (;;) { - struct dentry *dentry; - struct list_head *tmp; - -+ if (TEST_RESCHED_COUNT(100)) { -+ RESET_RESCHED_COUNT(); -+ if (conditional_schedule_needed()) { -+ spin_unlock(&dcache_lock); -+ unconditional_schedule(); -+ goto redo; -+ } -+ } -+ - tmp = dentry_unused.prev; - - if (tmp == &dentry_unused) -@@ -479,6 +491,7 @@ - struct dentry *this_parent = parent; - struct list_head *next; - int found = 0; -+ DEFINE_RESCHED_COUNT; - - spin_lock(&dcache_lock); - repeat: -@@ -493,6 +506,13 @@ - list_add(&dentry->d_lru, dentry_unused.prev); - found++; - } -+ -+ if (TEST_RESCHED_COUNT(500) && found > 10) { -+ if (conditional_schedule_needed()) /* Typically sys_rmdir() */ -+ goto out; -+ RESET_RESCHED_COUNT(); -+ } -+ - /* - * Descend a level if the d_subdirs list is non-empty. - */ -@@ -517,6 +537,7 @@ - #endif - goto resume; - } -+out: - spin_unlock(&dcache_lock); - return found; - } -@@ -532,8 +553,10 @@ - { - int found; - -- while ((found = select_parent(parent)) != 0) -+ while ((found = select_parent(parent)) != 0) { - prune_dcache(found); -+ conditional_schedule(); /* Typically sys_rmdir() */ -+ } - } - - /* -diff -Nur c3000_pre/linux/fs/exec.c c3000_test/linux/fs/exec.c ---- c3000_pre/linux/fs/exec.c 2004-08-21 09:48:58.000000000 +0900 -+++ c3000_test/linux/fs/exec.c 2004-12-20 22:56:21.000000000 +0900 -@@ -249,7 +249,7 @@ - memset(kaddr+offset+len, 0, - PAGE_SIZE-offset-len); - } -- err = copy_from_user(kaddr+offset, str, bytes_to_copy); -+ err = ll_copy_from_user(kaddr+offset, str, bytes_to_copy); - if (err) { - ret = -EFAULT; - goto out; -diff -Nur c3000_pre/linux/fs/ext2/dir.c c3000_test/linux/fs/ext2/dir.c ---- c3000_pre/linux/fs/ext2/dir.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_test/linux/fs/ext2/dir.c 2004-12-20 22:56:21.000000000 +0900 -@@ -153,6 +153,7 @@ - struct address_space *mapping = dir->i_mapping; - struct page *page = read_cache_page(mapping, n, - (filler_t*)mapping->a_ops->readpage, NULL); -+ conditional_schedule(); /* Scanning large directories */ - if (!IS_ERR(page)) { - wait_on_page(page); - kmap(page); -diff -Nur c3000_pre/linux/fs/ext2/inode.c c3000_test/linux/fs/ext2/inode.c ---- c3000_pre/linux/fs/ext2/inode.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_test/linux/fs/ext2/inode.c 2004-12-20 22:56:21.000000000 +0900 -@@ -715,8 +715,13 @@ - { - unsigned long block_to_free = 0, count = 0; - unsigned long nr; -+ DEFINE_RESCHED_COUNT; - - for ( ; p < q ; p++) { -+ if (TEST_RESCHED_COUNT(32)) { -+ RESET_RESCHED_COUNT(); -+ conditional_schedule(); -+ } - nr = le32_to_cpu(*p); - if (nr) { - *p = 0; -@@ -759,6 +764,7 @@ - if (depth--) { - int addr_per_block = EXT2_ADDR_PER_BLOCK(inode->i_sb); - for ( ; p < q ; p++) { -+ conditional_schedule(); /* Deleting large files */ - nr = le32_to_cpu(*p); - if (!nr) - continue; -diff -Nur c3000_pre/linux/fs/ext3/balloc.c c3000_test/linux/fs/ext3/balloc.c ---- c3000_pre/linux/fs/ext3/balloc.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_test/linux/fs/ext3/balloc.c 2004-12-20 22:56:21.000000000 +0900 -@@ -363,6 +363,9 @@ - } - } - #endif -+ /* superblock lock is held, so this is safe */ -+ conditional_schedule(); -+ - BUFFER_TRACE(bitmap_bh, "clear bit"); - if (!ext3_clear_bit (bit + i, bitmap_bh->b_data)) { - ext3_error (sb, __FUNCTION__, -diff -Nur c3000_pre/linux/fs/ext3/inode.c c3000_test/linux/fs/ext3/inode.c ---- c3000_pre/linux/fs/ext3/inode.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_test/linux/fs/ext3/inode.c 2004-12-20 22:56:21.000000000 +0900 -@@ -902,6 +902,8 @@ - - prev_blocks = inode->i_blocks; - -+ conditional_schedule(); /* Reading large directories */ -+ - bh = ext3_getblk (handle, inode, block, create, err); - if (!bh) - return bh; -@@ -1605,6 +1607,7 @@ - */ - for (p = first; p < last; p++) { - u32 nr = le32_to_cpu(*p); -+ conditional_schedule(); - if (nr) { - struct buffer_head *bh; - -@@ -1659,6 +1662,7 @@ - } - - for (p = first; p < last; p++) { -+ conditional_schedule(); - nr = le32_to_cpu(*p); - if (nr) { - /* accumulate blocks to free if they're contiguous */ -diff -Nur c3000_pre/linux/fs/ext3/namei.c c3000_test/linux/fs/ext3/namei.c ---- c3000_pre/linux/fs/ext3/namei.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_test/linux/fs/ext3/namei.c 2004-12-20 22:56:21.000000000 +0900 -@@ -157,6 +157,7 @@ - if ((bh = bh_use[ra_ptr++]) == NULL) - goto next; - wait_on_buffer(bh); -+ conditional_schedule(); - if (!buffer_uptodate(bh)) { - /* read error, skip block & hope for the best */ - brelse(bh); -diff -Nur c3000_pre/linux/fs/inode.c c3000_test/linux/fs/inode.c ---- c3000_pre/linux/fs/inode.c 2004-08-21 09:48:58.000000000 +0900 -+++ c3000_test/linux/fs/inode.c 2004-12-20 23:00:06.000000000 +0900 -@@ -251,6 +251,8 @@ - - filemap_fdatawait(inode->i_mapping); - -+ conditional_schedule(); -+ - spin_lock(&inode_lock); - inode->i_state &= ~I_LOCK; - if (!(inode->i_state & I_FREEING)) { -@@ -561,6 +563,7 @@ - - while ((inode_entry = head->next) != head) - { -+ conditional_schedule(); - list_del(inode_entry); - - inode = list_entry(inode_entry, struct inode, i_list); -@@ -589,9 +592,22 @@ - if (tmp == head) - break; - inode = list_entry(tmp, struct inode, i_list); -+ -+ if (conditional_schedule_needed()) { -+ atomic_inc(&inode->i_count); -+ spin_unlock(&inode_lock); -+ unconditional_schedule(); -+ spin_lock(&inode_lock); -+ atomic_dec(&inode->i_count); -+ } -+ - if (inode->i_sb != sb) - continue; -+ atomic_inc(&inode->i_count); -+ spin_unlock(&inode_lock); - invalidate_inode_buffers(inode); -+ spin_lock(&inode_lock); -+ atomic_dec(&inode->i_count); - if (!atomic_read(&inode->i_count)) { - list_del_init(&inode->i_hash); - list_del(&inode->i_list); -@@ -896,6 +912,8 @@ - if (inode) { - struct inode * old; - -+ conditional_schedule(); /* sync_old_buffers */ -+ - spin_lock(&inode_lock); - /* We released the lock, so.. */ - old = find_inode(sb, ino, head, find_actor, opaque); -@@ -1313,18 +1331,32 @@ - int request=goal; - int loop=0; - #endif -+ int nr_to_scan = inodes_stat.nr_unused; - -+resume: - spin_lock(&inode_lock); - - count = 0; - entry = inode_unused.prev; -- while (entry != &inode_unused) -- { -+ while (entry != &inode_unused && nr_to_scan--) { - struct list_head *tmp = entry; - - #ifdef JFFS2_INODE_DEBUG - loop++; - #endif -+ if (conditional_schedule_needed()) { -+ /* -+ * Need to drop the lock. Reposition -+ * the list head so we start here next time. -+ * This can corrupt the LRU nature of the -+ * unused list, but this isn't very important. -+ */ -+ list_del(&inode_unused); -+ list_add(&inode_unused, entry); -+ spin_unlock(&inode_lock); -+ unconditional_schedule(); -+ goto resume; -+ } - entry = entry->prev; - inode = INODE(tmp); - if (inode->i_state & (I_FREEING|I_CLEAR|I_LOCK)) -diff -Nur c3000_pre/linux/fs/jbd/checkpoint.c c3000_test/linux/fs/jbd/checkpoint.c ---- c3000_pre/linux/fs/jbd/checkpoint.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_test/linux/fs/jbd/checkpoint.c 2004-12-20 22:56:21.000000000 +0900 -@@ -431,7 +431,11 @@ - { - transaction_t *transaction, *last_transaction, *next_transaction; - int ret = 0; -+ int ll_retries = 4; /* lowlatency addition */ - -+restart: -+ if (ll_retries-- == 0) -+ goto out; - transaction = journal->j_checkpoint_transactions; - if (transaction == 0) - goto out; -@@ -451,6 +455,12 @@ - jh = next_jh; - next_jh = jh->b_cpnext; - ret += __try_to_free_cp_buf(jh); -+ if (conditional_schedule_needed()) { -+ spin_unlock(&journal_datalist_lock); -+ unconditional_schedule(); -+ spin_lock(&journal_datalist_lock); -+ goto restart; -+ } - } while (jh != last_jh); - } - } while (transaction != last_transaction); -diff -Nur c3000_pre/linux/fs/jbd/commit.c c3000_test/linux/fs/jbd/commit.c ---- c3000_pre/linux/fs/jbd/commit.c 2004-08-21 09:48:59.000000000 +0900 -+++ c3000_test/linux/fs/jbd/commit.c 2004-12-20 22:56:21.000000000 +0900 -@@ -212,6 +212,16 @@ - __journal_remove_journal_head(bh); - refile_buffer(bh); - __brelse(bh); -+ if (conditional_schedule_needed()) { -+ if (commit_transaction->t_sync_datalist) -+ commit_transaction->t_sync_datalist = -+ next_jh; -+ if (bufs) -+ break; -+ spin_unlock(&journal_datalist_lock); -+ unconditional_schedule(); -+ goto write_out_data; -+ } - } - } - if (bufs == ARRAY_SIZE(wbuf)) { -@@ -235,8 +245,7 @@ - journal_brelse_array(wbuf, bufs); - lock_journal(journal); - spin_lock(&journal_datalist_lock); -- if (bufs) -- goto write_out_data_locked; -+ goto write_out_data_locked; - } - - /* -@@ -272,6 +281,14 @@ - */ - while ((jh = commit_transaction->t_async_datalist)) { - struct buffer_head *bh = jh2bh(jh); -+ if (conditional_schedule_needed()) { -+ spin_unlock(&journal_datalist_lock); -+ unlock_journal(journal); -+ unconditional_schedule(); -+ lock_journal(journal); -+ spin_lock(&journal_datalist_lock); -+ continue; /* List may have changed */ -+ } - if (buffer_locked(bh)) { - spin_unlock(&journal_datalist_lock); - unlock_journal(journal); -@@ -486,6 +503,8 @@ - wait_for_iobuf: - while (commit_transaction->t_iobuf_list != NULL) { - struct buffer_head *bh; -+ -+ conditional_schedule(); - jh = commit_transaction->t_iobuf_list->b_tprev; - bh = jh2bh(jh); - if (buffer_locked(bh)) { -@@ -644,6 +663,8 @@ - transaction_t *cp_transaction; - struct buffer_head *bh; - -+ conditional_schedule(); /* journal is locked */ -+ - jh = commit_transaction->t_forget; - J_ASSERT_JH(jh, jh->b_transaction == commit_transaction || - jh->b_transaction == journal->j_running_transaction); -diff -Nur c3000_pre/linux/fs/proc/array.c c3000_test/linux/fs/proc/array.c ---- c3000_pre/linux/fs/proc/array.c 2004-08-21 09:49:01.000000000 +0900 -+++ c3000_test/linux/fs/proc/array.c 2004-12-20 22:56:21.000000000 +0900 -@@ -498,9 +498,11 @@ - if (end > PMD_SIZE) - end = PMD_SIZE; - do { -- pte_t page = *pte; -+ pte_t page; - struct page *ptpage; - -+ conditional_schedule(); /* For `top' and `ps' */ -+ page = *pte; - address += PAGE_SIZE; - pte++; - if (pte_none(page)) -diff -Nur c3000_pre/linux/fs/proc/generic.c c3000_test/linux/fs/proc/generic.c ---- c3000_pre/linux/fs/proc/generic.c 2004-08-21 09:49:01.000000000 +0900 -+++ c3000_test/linux/fs/proc/generic.c 2004-12-20 22:56:21.000000000 +0900 -@@ -98,6 +98,8 @@ - retval = n; - break; - } -+ -+ conditional_schedule(); /* Some /proc files are large */ - - /* This is a hack to allow mangling of file pos independent - * of actual bytes read. Simply place the data at page, -diff -Nur c3000_pre/linux/fs/reiserfs/buffer2.c c3000_test/linux/fs/reiserfs/buffer2.c ---- c3000_pre/linux/fs/reiserfs/buffer2.c 2004-08-21 09:49:01.000000000 +0900 -+++ c3000_test/linux/fs/reiserfs/buffer2.c 2004-12-20 22:56:21.000000000 +0900 -@@ -54,6 +54,7 @@ - PROC_EXP( unsigned int ctx_switches = kstat.context_swtch ); - - result = bread (super -> s_dev, n_block, n_size); -+ conditional_schedule(); - PROC_INFO_INC( super, breads ); - PROC_EXP( if( kstat.context_swtch != ctx_switches ) - PROC_INFO_INC( super, bread_miss ) ); -diff -Nur c3000_pre/linux/fs/reiserfs/journal.c c3000_test/linux/fs/reiserfs/journal.c ---- c3000_pre/linux/fs/reiserfs/journal.c 2004-08-21 09:49:01.000000000 +0900 -+++ c3000_test/linux/fs/reiserfs/journal.c 2004-12-20 22:56:21.000000000 +0900 -@@ -573,6 +573,7 @@ - /* lock the current transaction */ - inline static void lock_journal(struct super_block *p_s_sb) { - PROC_INFO_INC( p_s_sb, journal.lock_journal ); -+ conditional_schedule(); - while(atomic_read(&(SB_JOURNAL(p_s_sb)->j_wlock)) > 0) { - PROC_INFO_INC( p_s_sb, journal.lock_journal_wait ); - sleep_on(&(SB_JOURNAL(p_s_sb)->j_wait)) ; -@@ -703,6 +704,7 @@ - mark_buffer_dirty(tbh) ; - } - ll_rw_block(WRITE, 1, &tbh) ; -+ conditional_schedule(); - count++ ; - put_bh(tbh) ; /* once for our get_hash */ - } -@@ -832,6 +834,7 @@ - set_bit(BH_Dirty, &(SB_JOURNAL(p_s_sb)->j_header_bh->b_state)) ; - ll_rw_block(WRITE, 1, &(SB_JOURNAL(p_s_sb)->j_header_bh)) ; - wait_on_buffer((SB_JOURNAL(p_s_sb)->j_header_bh)) ; -+ conditional_schedule(); - if (!buffer_uptodate(SB_JOURNAL(p_s_sb)->j_header_bh)) { - printk( "reiserfs: journal-837: IO error during journal replay\n" ); - return -EIO ; -@@ -2125,6 +2128,7 @@ - } - - int journal_begin(struct reiserfs_transaction_handle *th, struct super_block * p_s_sb, unsigned long nblocks) { -+ conditional_schedule(); - return do_journal_begin_r(th, p_s_sb, nblocks, 0) ; - } - -@@ -2265,6 +2269,7 @@ - } - - int journal_end(struct reiserfs_transaction_handle *th, struct super_block *p_s_sb, unsigned long nblocks) { -+ conditional_schedule(); - return do_journal_end(th, p_s_sb, nblocks, 0) ; - } - -@@ -2716,6 +2721,7 @@ - RFALSE( buffer_locked(bh) && cur_tb != NULL, - "waiting while do_balance was running\n") ; - wait_on_buffer(bh) ; -+ conditional_schedule(); - } - PROC_INFO_INC( p_s_sb, journal.prepare_retry ); - retry_count++ ; -@@ -2888,6 +2894,7 @@ - /* copy all the real blocks into log area. dirty log blocks */ - if (test_bit(BH_JDirty, &cn->bh->b_state)) { - struct buffer_head *tmp_bh ; -+ conditional_schedule(); - tmp_bh = sb_getblk(p_s_sb, reiserfs_get_journal_block(p_s_sb) + - ((cur_write_start + jindex) % JOURNAL_BLOCK_COUNT)) ; - mark_buffer_uptodate(tmp_bh, 1) ; -diff -Nur c3000_pre/linux/fs/reiserfs/stree.c c3000_test/linux/fs/reiserfs/stree.c ---- c3000_pre/linux/fs/reiserfs/stree.c 2004-08-21 09:49:01.000000000 +0900 -+++ c3000_test/linux/fs/reiserfs/stree.c 2004-12-20 22:56:21.000000000 +0900 -@@ -652,9 +652,8 @@ - stop at leaf level - set to - DISK_LEAF_NODE_LEVEL */ - ) { -- int n_block_number = SB_ROOT_BLOCK (p_s_sb), -- expected_level = SB_TREE_HEIGHT (p_s_sb), -- n_block_size = p_s_sb->s_blocksize; -+ int n_block_number, expected_level; -+ int n_block_size = p_s_sb->s_blocksize; - struct buffer_head * p_s_bh; - struct path_element * p_s_last_element; - int n_node_level, n_retval; -@@ -666,7 +665,8 @@ - #endif - - PROC_INFO_INC( p_s_sb, search_by_key ); -- -+ conditional_schedule(); -+ - /* As we add each node to a path we increase its count. This means that - we must be careful to release all nodes in a path before we either - discard the path struct or re-use the path struct, as we do here. */ -@@ -678,6 +678,8 @@ - /* With each iteration of this loop we search through the items in the - current node, and calculate the next current node(next path element) - for the next iteration of this loop.. */ -+ n_block_number = SB_ROOT_BLOCK (p_s_sb); -+ expected_level = SB_TREE_HEIGHT (p_s_sb); - while ( 1 ) { - - #ifdef CONFIG_REISERFS_CHECK -@@ -1104,6 +1106,8 @@ - for (n_counter = *p_n_removed; - n_counter < n_unfm_number; n_counter++, p_n_unfm_pointer-- ) { - -+ conditional_schedule(); -+ - if (item_moved (&s_ih, p_s_path)) { - need_research = 1 ; - break; -diff -Nur c3000_pre/linux/include/linux/low-latency.h c3000_test/linux/include/linux/low-latency.h ---- c3000_pre/linux/include/linux/low-latency.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_test/linux/include/linux/low-latency.h 2004-12-20 22:56:21.000000000 +0900 -@@ -0,0 +1,109 @@ -+/* -+ * include/linux/low-latency.h -+ * -+ * Andrew Morton <akpm@zip.com.au> -+ */ -+ -+#ifndef LOW_LATENCY_H_INCLUDED -+#define LOW_LATENCY_H_INCLUDED -+ -+#if defined(CONFIG_LOLAT) -+#define LOWLATENCY_NEEDED 1 -+#else -+#define LOWLATENCY_NEEDED 0 -+#endif -+ -+#if LOWLATENCY_NEEDED -+ -+#include <linux/cache.h> /* For ____cacheline_aligned */ -+ -+#ifdef CONFIG_LOLAT_SYSCTL -+extern struct low_latency_enable_struct { -+ int yep; -+} ____cacheline_aligned __enable_lowlatency; -+#define enable_lowlatency __enable_lowlatency.yep -+ -+#else -+#define enable_lowlatency 1 -+#endif -+ -+/* -+ * Set this non-zero to generate low-latency instrumentation -+ */ -+#define LOWLATENCY_DEBUG 0 -+ -+/* -+ * Set this non-zero for robustness testing -+ */ -+#define LOWLATENCY_ALWAYS_SCHEDULE 0 -+ -+#if LOWLATENCY_DEBUG -+ -+#if LOWLATENCY_ALWAYS_SCHEDULE -+#define conditional_schedule_needed() ((enable_lowlatency == 2) || (enable_lowlatency && current->need_resched)) -+#else -+#define conditional_schedule_needed() (enable_lowlatency && current->need_resched) -+#endif -+ -+struct lolat_stats_t { -+ unsigned long count; -+ int visited; -+ const char *file; -+ int line; -+ struct lolat_stats_t *next; -+}; -+ -+void set_running_and_schedule(struct lolat_stats_t *stats); -+ -+#define unconditional_schedule() \ -+ do { \ -+ static struct lolat_stats_t stats = { \ -+ file: __FILE__, \ -+ line: __LINE__, \ -+ }; \ -+ set_running_and_schedule(&stats); \ -+ } while (0) -+ -+extern void show_lolat_stats(void); -+ -+#else /* LOWLATENCY_DEBUG */ -+ -+#if LOWLATENCY_ALWAYS_SCHEDULE -+#define conditional_schedule_needed() 1 -+#else -+#define conditional_schedule_needed() (current->need_resched) -+#endif -+ -+void set_running_and_schedule(void); -+#define unconditional_schedule() set_running_and_schedule() -+ -+#endif /* LOWLATENCY_DEBUG */ -+ -+#define conditional_schedule() \ -+ do { \ -+ if (conditional_schedule_needed()) \ -+ unconditional_schedule(); \ -+ } while (0) -+ -+#define DEFINE_RESCHED_COUNT int resched_count = 0 -+#define TEST_RESCHED_COUNT(n) (enable_lowlatency && (++resched_count > (n))) -+#define RESET_RESCHED_COUNT() resched_count = 0 -+extern int ll_copy_to_user(void *to_user, const void *from, unsigned long len); -+extern int ll_copy_from_user(void *to, const void *from_user, unsigned long len); -+ -+#else /* LOWLATENCY_NEEDED */ -+ -+#define conditional_schedule_needed() 0 -+#define conditional_schedule() -+#define unconditional_schedule() -+ -+#define DEFINE_RESCHED_COUNT -+#define TEST_RESCHED_COUNT(n) 0 -+#define RESET_RESCHED_COUNT() -+#define ll_copy_to_user(to_user, from, len) copy_to_user((to_user), (from), (len)) -+#define ll_copy_from_user(to, from_user, len) copy_from_user((to), (from_user), (len)) -+ -+#endif /* LOWLATENCY_NEEDED */ -+ -+#endif /* LOW_LATENCY_H_INCLUDED */ -+ -diff -Nur c3000_pre/linux/include/linux/mm.h c3000_test/linux/include/linux/mm.h ---- c3000_pre/linux/include/linux/mm.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_test/linux/include/linux/mm.h 2004-12-20 22:56:21.000000000 +0900 -@@ -149,6 +149,8 @@ - */ - extern pgprot_t protection_map[16]; - -+/* Actions for zap_page_range() */ -+#define ZPR_COND_RESCHED 1 /* Do a conditional_schedule() occasionally */ - - /* - * These are the virtual MM functions - opening of an area, closing and -@@ -500,7 +502,7 @@ - extern void shmem_lock(struct file * file, int lock); - extern int shmem_zero_setup(struct vm_area_struct *); - --extern void zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size); -+extern void zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size, int actions); - extern int copy_page_range(struct mm_struct *dst, struct mm_struct *src, struct vm_area_struct *vma); - extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); - extern int zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot); -diff -Nur c3000_pre/linux/include/linux/reiserfs_fs.h c3000_test/linux/include/linux/reiserfs_fs.h ---- c3000_pre/linux/include/linux/reiserfs_fs.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_test/linux/include/linux/reiserfs_fs.h 2004-12-20 22:56:21.000000000 +0900 -@@ -1197,8 +1197,8 @@ - #define fs_generation(s) ((s)->u.reiserfs_sb.s_generation_counter) - #define get_generation(s) atomic_read (&fs_generation(s)) - #define FILESYSTEM_CHANGED_TB(tb) (get_generation((tb)->tb_sb) != (tb)->fs_gen) --#define fs_changed(gen,s) (gen != get_generation (s)) -- -+#define __fs_changed(gen,s) (gen != get_generation (s)) -+#define fs_changed(gen,s) ({conditional_schedule(); __fs_changed(gen,s);}) - - /***************************************************************************/ - /* FIXATE NODES */ -diff -Nur c3000_pre/linux/include/linux/sched.h c3000_test/linux/include/linux/sched.h ---- c3000_pre/linux/include/linux/sched.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_test/linux/include/linux/sched.h 2004-12-20 22:56:21.000000000 +0900 -@@ -1092,6 +1092,7 @@ - #include <linux/dcache.h> - #include <linux/tqueue.h> - #include <linux/fs_struct.h> -+#include <linux/low-latency.h> - - #endif /* __KERNEL__ */ - #endif -diff -Nur c3000_pre/linux/include/linux/sysctl.h c3000_test/linux/include/linux/sysctl.h ---- c3000_pre/linux/include/linux/sysctl.h 2004-08-21 09:49:13.000000000 +0900 -+++ c3000_test/linux/include/linux/sysctl.h 2004-12-20 22:56:21.000000000 +0900 -@@ -131,6 +131,7 @@ - KERN_CORE_USES_PID=52, /* int: use core or core.%pid */ - KERN_TAINTED=53, /* int: various kernel tainted flags */ - KERN_CADPID=54, /* int: PID of the process to notify on CAD */ -+ KERN_LOWLATENCY=55, /* int: enable low latency scheduling */ - }; - - -diff -Nur c3000_pre/linux/kernel/exit.c c3000_test/linux/kernel/exit.c ---- c3000_pre/linux/kernel/exit.c 2004-08-21 09:49:14.000000000 +0900 -+++ c3000_test/linux/kernel/exit.c 2004-12-20 22:56:21.000000000 +0900 -@@ -196,6 +196,7 @@ - } - i++; - set >>= 1; -+ conditional_schedule(); /* sys_exit, many files open */ - } - } - } -diff -Nur c3000_pre/linux/kernel/ksyms.c c3000_test/linux/kernel/ksyms.c ---- c3000_pre/linux/kernel/ksyms.c 2004-12-19 00:35:59.000000000 +0900 -+++ c3000_test/linux/kernel/ksyms.c 2004-12-20 23:07:26.000000000 +0900 -@@ -481,6 +481,13 @@ - EXPORT_SYMBOL(do_gettimeofday); - EXPORT_SYMBOL(do_settimeofday); - -+#if LOWLATENCY_NEEDED -+EXPORT_SYMBOL(set_running_and_schedule); -+#ifdef CONFIG_LOLAT_SYSCTL -+EXPORT_SYMBOL(__enable_lowlatency); -+#endif -+#endif -+ - #if !defined(__ia64__) - EXPORT_SYMBOL(loops_per_jiffy); - #endif -diff -Nur c3000_pre/linux/kernel/module.c c3000_test/linux/kernel/module.c ---- c3000_pre/linux/kernel/module.c 2004-08-21 09:49:14.000000000 +0900 -+++ c3000_test/linux/kernel/module.c 2004-12-20 22:56:21.000000000 +0900 -@@ -1174,6 +1174,11 @@ - return ERR_PTR(-ENOMEM); - lock_kernel(); - for (v = module_list, n = *pos; v; n -= v->nsyms, v = v->next) { -+#if 0 -+ /* We can't actually do this, because we'd create a -+ * race against module unload. Need a semaphore. */ -+ conditional_schedule(); -+#endif - if (n < v->nsyms) { - p->mod = v; - p->index = n; -diff -Nur c3000_pre/linux/kernel/sched.c c3000_test/linux/kernel/sched.c ---- c3000_pre/linux/kernel/sched.c 2004-08-21 09:49:14.000000000 +0900 -+++ c3000_test/linux/kernel/sched.c 2004-12-20 22:56:21.000000000 +0900 -@@ -302,6 +302,17 @@ - if (tsk->processor != this_cpu) - smp_send_reschedule(tsk->processor); - } -+#if LOWLATENCY_NEEDED -+ if (enable_lowlatency && (p->policy != SCHED_OTHER)) { -+ struct task_struct *t; -+ for (i = 0; i < smp_num_cpus; i++) { -+ cpu = cpu_logical_map(i); -+ t = cpu_curr(cpu); -+ if (t != tsk) -+ t->need_resched = 1; -+ } -+ } -+#endif - return; - - -@@ -1429,3 +1440,93 @@ - atomic_inc(&init_mm.mm_count); - enter_lazy_tlb(&init_mm, current, cpu); - } -+ -+#if LOWLATENCY_NEEDED -+#if LOWLATENCY_DEBUG -+ -+static struct lolat_stats_t *lolat_stats_head; -+static spinlock_t lolat_stats_lock = SPIN_LOCK_UNLOCKED; -+ -+void set_running_and_schedule(struct lolat_stats_t *stats) -+{ -+ spin_lock(&lolat_stats_lock); -+ if (stats->visited == 0) { -+ stats->visited = 1; -+ stats->next = lolat_stats_head; -+ lolat_stats_head = stats; -+ } -+ stats->count++; -+ spin_unlock(&lolat_stats_lock); -+ -+ if (current->state != TASK_RUNNING) -+ set_current_state(TASK_RUNNING); -+ schedule(); -+} -+ -+void show_lolat_stats(void) -+{ -+ struct lolat_stats_t *stats = lolat_stats_head; -+ -+ printk("Low latency scheduling stats:\n"); -+ while (stats) { -+ printk("%s:%d: %lu\n", stats->file, stats->line, stats->count); -+ stats->count = 0; -+ stats = stats->next; -+ } -+} -+ -+#else /* LOWLATENCY_DEBUG */ -+ -+void set_running_and_schedule() -+{ -+ if (current->state != TASK_RUNNING) -+ __set_current_state(TASK_RUNNING); -+ schedule(); -+} -+ -+#endif /* LOWLATENCY_DEBUG */ -+ -+int ll_copy_to_user(void *to_user, const void *from, unsigned long len) -+{ -+ while (len) { -+ unsigned long n_to_copy = len; -+ unsigned long remainder; -+ -+ if (n_to_copy > 4096) -+ n_to_copy = 4096; -+ remainder = copy_to_user(to_user, from, n_to_copy); -+ if (remainder) -+ return remainder + len; -+ to_user = ((char *)to_user) + n_to_copy; -+ from = ((char *)from) + n_to_copy; -+ len -= n_to_copy; -+ conditional_schedule(); -+ } -+ return 0; -+} -+ -+int ll_copy_from_user(void *to, const void *from_user, unsigned long len) -+{ -+ while (len) { -+ unsigned long n_to_copy = len; -+ unsigned long remainder; -+ -+ if (n_to_copy > 4096) -+ n_to_copy = 4096; -+ remainder = copy_from_user(to, from_user, n_to_copy); -+ if (remainder) -+ return remainder + len; -+ to = ((char *)to) + n_to_copy; -+ from_user = ((char *)from_user) + n_to_copy; -+ len -= n_to_copy; -+ conditional_schedule(); -+ } -+ return 0; -+} -+ -+#ifdef CONFIG_LOLAT_SYSCTL -+struct low_latency_enable_struct __enable_lowlatency = { 0, }; -+#endif -+ -+#endif /* LOWLATENCY_NEEDED */ -+ -diff -Nur c3000_pre/linux/kernel/sysctl.c c3000_test/linux/kernel/sysctl.c ---- c3000_pre/linux/kernel/sysctl.c 2004-08-21 09:49:14.000000000 +0900 -+++ c3000_test/linux/kernel/sysctl.c 2004-12-20 22:56:21.000000000 +0900 -@@ -271,6 +271,10 @@ - {KERN_S390_USER_DEBUG_LOGGING,"userprocess_debug", - &sysctl_userprocess_debug,sizeof(int),0644,NULL,&proc_dointvec}, - #endif -+#ifdef CONFIG_LOLAT_SYSCTL -+ {KERN_LOWLATENCY, "lowlatency", &enable_lowlatency, sizeof (int), -+ 0644, NULL, &proc_dointvec}, -+#endif - {0} - }; - -diff -Nur c3000_pre/linux/mm/filemap.c c3000_test/linux/mm/filemap.c ---- c3000_pre/linux/mm/filemap.c 2004-08-21 09:49:15.000000000 +0900 -+++ c3000_test/linux/mm/filemap.c 2004-12-20 22:56:21.000000000 +0900 -@@ -179,7 +179,9 @@ - { - struct list_head *head, *curr; - struct page * page; -+ int ll_count = 100; - -+restart: - head = &inode->i_mapping->clean_pages; - - spin_lock(&pagemap_lru_lock); -@@ -190,6 +192,14 @@ - page = list_entry(curr, struct page, list); - curr = curr->next; - -+ if (conditional_schedule_needed() && ll_count) { -+ spin_unlock(&pagecache_lock); -+ spin_unlock(&pagemap_lru_lock); -+ unconditional_schedule(); -+ ll_count--; -+ goto restart; -+ } -+ - /* We cannot invalidate something in dirty.. */ - if (PageDirty(page)) - continue; -@@ -253,8 +263,7 @@ - page_cache_release(page); - } - --static int FASTCALL(truncate_list_pages(struct list_head *, unsigned long, unsigned *)); --static int truncate_list_pages(struct list_head *head, unsigned long start, unsigned *partial) -+static int truncate_list_pages(struct list_head *head, unsigned long start, unsigned *partial, int *restart_count) - { - struct list_head *curr; - struct page * page; -@@ -265,6 +274,17 @@ - while (curr != head) { - unsigned long offset; - -+ if (conditional_schedule_needed() && *restart_count) { -+ (*restart_count)--; -+ list_del(head); -+ list_add(head, curr); /* Restart on this page */ -+ spin_unlock(&pagecache_lock); -+ unconditional_schedule(); -+ spin_lock(&pagecache_lock); -+ unlocked = 1; -+ goto restart; -+ } -+ - page = list_entry(curr, struct page, list); - offset = page->index; - -@@ -297,13 +317,11 @@ - } else - wait_on_page(page); - -- page_cache_release(page); -- -- if (current->need_resched) { -- __set_current_state(TASK_RUNNING); -- schedule(); -+ if (LOWLATENCY_NEEDED) { -+ *restart_count = 4; /* We made progress */ - } - -+ page_cache_release(page); - spin_lock(&pagecache_lock); - goto restart; - } -@@ -326,13 +344,14 @@ - { - unsigned long start = (lstart + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; - unsigned partial = lstart & (PAGE_CACHE_SIZE - 1); -+ int restart_count = 4; - int unlocked; - - spin_lock(&pagecache_lock); - do { -- unlocked = truncate_list_pages(&mapping->clean_pages, start, &partial); -- unlocked |= truncate_list_pages(&mapping->dirty_pages, start, &partial); -- unlocked |= truncate_list_pages(&mapping->locked_pages, start, &partial); -+ unlocked = truncate_list_pages(&mapping->clean_pages, start, &partial, &restart_count); -+ unlocked |= truncate_list_pages(&mapping->dirty_pages, start, &partial, &restart_count); -+ unlocked |= truncate_list_pages(&mapping->locked_pages, start, &partial, &restart_count); - } while (unlocked); - /* Traversed all three lists without dropping the lock */ - spin_unlock(&pagecache_lock); -@@ -477,6 +496,7 @@ - - page_cache_get(page); - spin_unlock(&pagecache_lock); -+ conditional_schedule(); /* sys_msync() (only used by minixfs, udf) */ - lock_page(page); - - /* The buffers could have been free'd while we waited for the page lock */ -@@ -563,12 +583,14 @@ - list_del(&page->list); - list_add(&page->list, &mapping->locked_pages); - -- if (!PageDirty(page)) -- continue; -- - page_cache_get(page); - spin_unlock(&pagecache_lock); - -+ conditional_schedule(); /* sys_msync() */ -+ -+ if (!PageDirty(page)) -+ goto clean; -+ - lock_page(page); - - if (PageDirty(page)) { -@@ -579,7 +601,7 @@ - ret = err; - } else - UnlockPage(page); -- -+clean: - page_cache_release(page); - spin_lock(&pagecache_lock); - } -@@ -597,7 +619,8 @@ - int filemap_fdatawait(struct address_space * mapping) - { - int ret = 0; -- -+ DEFINE_RESCHED_COUNT; -+restart: - spin_lock(&pagecache_lock); - - while (!list_empty(&mapping->locked_pages)) { -@@ -606,6 +629,17 @@ - list_del(&page->list); - list_add(&page->list, &mapping->clean_pages); - -+ if (TEST_RESCHED_COUNT(32)) { -+ RESET_RESCHED_COUNT(); -+ if (conditional_schedule_needed()) { -+ page_cache_get(page); -+ spin_unlock(&pagecache_lock); -+ unconditional_schedule(); -+ page_cache_release(page); -+ goto restart; -+ } -+ } -+ - if (!PageLocked(page)) - continue; - -@@ -706,8 +740,10 @@ - spin_lock(&pagecache_lock); - page = __find_page_nolock(mapping, offset, *hash); - spin_unlock(&pagecache_lock); -- if (page) -+ if (page) { -+ conditional_schedule(); - return 0; -+ } - - page = page_cache_alloc(mapping); - if (!page) -@@ -963,6 +999,11 @@ - * the hash-list needs a held write-lock. - */ - repeat: -+ if (conditional_schedule_needed()) { -+ spin_unlock(&pagecache_lock); -+ unconditional_schedule(); -+ spin_lock(&pagecache_lock); -+ } - page = __find_page_nolock(mapping, offset, hash); - if (page) { - page_cache_get(page); -@@ -1413,6 +1454,8 @@ - page_cache_get(page); - spin_unlock(&pagecache_lock); - -+ conditional_schedule(); /* sys_read() */ -+ - if (!Page_Uptodate(page)) - goto page_not_up_to_date; - generic_file_readahead(reada_ok, filp, inode, page); -@@ -2114,6 +2157,12 @@ - address += PAGE_SIZE; - pte++; - } while (address && (address < end)); -+ -+ if (conditional_schedule_needed()) { -+ spin_unlock(&vma->vm_mm->page_table_lock); -+ unconditional_schedule(); /* syncing large mapped files */ -+ spin_lock(&vma->vm_mm->page_table_lock); -+ } - return error; - } - -@@ -2530,7 +2579,9 @@ - if (vma->vm_flags & VM_LOCKED) - return -EINVAL; - -- zap_page_range(vma->vm_mm, start, end - start); -+ zap_page_range(vma->vm_mm, start, end - start, -+ ZPR_COND_RESCHED); /* sys_madvise(MADV_DONTNEED) */ -+ - return 0; - } - -@@ -3095,6 +3146,9 @@ - goto sync_failure; - page_fault = __copy_from_user(kaddr+offset, buf, bytes); - flush_dcache_page(page); -+ -+ conditional_schedule(); -+ - status = mapping->a_ops->commit_write(file, page, offset, offset+bytes); - if (page_fault) - goto fail_write; -diff -Nur c3000_pre/linux/mm/memory.c c3000_test/linux/mm/memory.c ---- c3000_pre/linux/mm/memory.c 2004-08-21 09:49:15.000000000 +0900 -+++ c3000_test/linux/mm/memory.c 2004-12-20 22:56:21.000000000 +0900 -@@ -370,7 +370,7 @@ - /* - * remove user pages in a given range. - */ --void zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size) -+static void do_zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size) - { - mmu_gather_t *tlb; - pgd_t * dir; -@@ -494,6 +494,10 @@ - struct page *map; - while (!(map = follow_page(mm, start, write))) { - spin_unlock(&mm->page_table_lock); -+ -+ /* Pinning down many physical pages (kiobufs, mlockall) */ -+ conditional_schedule(); -+ - switch (handle_mm_fault(mm, vma, start, write)) { - case 1: - tsk->min_flt++; -@@ -655,6 +659,21 @@ - iobuf->locked = 0; - } - -+#define MAX_ZAP_BYTES 256*PAGE_SIZE -+ -+void zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size, int actions) -+{ -+ while (size) { -+ unsigned long chunk = size; -+ if (actions & ZPR_COND_RESCHED && chunk > MAX_ZAP_BYTES) -+ chunk = MAX_ZAP_BYTES; -+ do_zap_page_range(mm, address, chunk); -+ if (actions & ZPR_COND_RESCHED) -+ conditional_schedule(); -+ address += chunk; -+ size -= chunk; -+ } -+} - - /* - * Lock down all of the pages of a kiovec for IO. -@@ -764,11 +783,18 @@ - return 0; - } - --static inline void zeromap_pte_range(pte_t * pte, unsigned long address, -- unsigned long size, pgprot_t prot) -+static inline void zeromap_pte_range(struct mm_struct *mm, pte_t * pte, -+ unsigned long address, unsigned long size, -+ pgprot_t prot) - { - unsigned long end; - -+ if (conditional_schedule_needed()) { -+ spin_unlock(&mm->page_table_lock); -+ unconditional_schedule(); /* mmap(/dev/zero) */ -+ spin_lock(&mm->page_table_lock); -+ } -+ - address &= ~PMD_MASK; - end = address + size; - if (end > PMD_SIZE) -@@ -796,7 +822,7 @@ - pte_t * pte = pte_alloc(mm, pmd, address); - if (!pte) - return -ENOMEM; -- zeromap_pte_range(pte, address, end - address, prot); -+ zeromap_pte_range(mm, pte, address, end - address, prot); - address = (address + PMD_SIZE) & PMD_MASK; - pmd++; - } while (address && (address < end)); -@@ -1044,7 +1070,7 @@ - - /* mapping wholly truncated? */ - if (mpnt->vm_pgoff >= pgoff) { -- zap_page_range(mm, start, len); -+ zap_page_range(mm, start, len, 0); - continue; - } - -@@ -1057,7 +1083,7 @@ - /* Ok, partially affected.. */ - start += diff << PAGE_SHIFT; - len = (len - diff) << PAGE_SHIFT; -- zap_page_range(mm, start, len); -+ zap_page_range(mm, start, len, 0); - } while ((mpnt = mpnt->vm_next_share) != NULL); - } - -diff -Nur c3000_pre/linux/mm/mmap.c c3000_test/linux/mm/mmap.c ---- c3000_pre/linux/mm/mmap.c 2004-12-16 22:55:54.000000000 +0900 -+++ c3000_test/linux/mm/mmap.c 2004-12-20 23:07:25.000000000 +0900 -@@ -598,7 +598,7 @@ - fput(file); - - /* Undo any partial mapping done by a device driver. */ -- zap_page_range(mm, vma->vm_start, vma->vm_end - vma->vm_start); -+ zap_page_range(mm, vma->vm_start, vma->vm_end - vma->vm_start, 0); - free_vma: - kmem_cache_free(vm_area_cachep, vma); - return error; -@@ -998,7 +998,7 @@ - remove_shared_vm_struct(mpnt); - mm->map_count--; - -- zap_page_range(mm, st, size); -+ zap_page_range(mm, st, size, ZPR_COND_RESCHED); /* sys_munmap() */ - - /* - * Fix the mapping, and free the old area if it wasn't reused. -@@ -1158,7 +1158,7 @@ - } - mm->map_count--; - remove_shared_vm_struct(mpnt); -- zap_page_range(mm, start, size); -+ zap_page_range(mm, start, size, ZPR_COND_RESCHED); /* sys_exit() */ - if (mpnt->vm_file) - fput(mpnt->vm_file); - kmem_cache_free(vm_area_cachep, mpnt); -diff -Nur c3000_pre/linux/mm/mremap.c c3000_test/linux/mm/mremap.c ---- c3000_pre/linux/mm/mremap.c 2004-12-16 22:55:54.000000000 +0900 -+++ c3000_test/linux/mm/mremap.c 2004-12-20 23:07:25.000000000 +0900 -@@ -121,7 +121,7 @@ - flush_cache_range(mm, new_addr, new_addr + len); - while ((offset += PAGE_SIZE) < len) - move_one_page(mm, new_addr + offset, old_addr + offset); -- zap_page_range(mm, new_addr, len); -+ zap_page_range(mm, new_addr, len, 0); - #ifdef __arm__ - memc_update_mm(mm); - #endif -diff -Nur c3000_pre/linux/mm/slab.c c3000_test/linux/mm/slab.c ---- c3000_pre/linux/mm/slab.c 2004-11-16 15:31:09.000000000 +0900 -+++ c3000_test/linux/mm/slab.c 2004-12-20 22:56:21.000000000 +0900 -@@ -940,6 +940,7 @@ - list_del(&slabp->list); - - spin_unlock_irq(&cachep->spinlock); -+ conditional_schedule(); - kmem_slab_destroy(cachep, slabp); - ret++; - spin_lock_irq(&cachep->spinlock); -@@ -1853,6 +1854,7 @@ - */ - spin_unlock_irq(&best_cachep->spinlock); - kmem_slab_destroy(best_cachep, slabp); -+ conditional_schedule(); /* try_to_free_pages() */ - spin_lock_irq(&best_cachep->spinlock); - } - spin_unlock_irq(&best_cachep->spinlock); -diff -Nur c3000_pre/linux/mm/swapfile.c c3000_test/linux/mm/swapfile.c ---- c3000_pre/linux/mm/swapfile.c 2004-08-21 09:49:16.000000000 +0900 -+++ c3000_test/linux/mm/swapfile.c 2004-12-20 22:56:21.000000000 +0900 -@@ -819,7 +819,7 @@ - len += sprintf(buf + len, "partition\t"); - - usedswap = 0; -- for (j = 0; j < ptr->max; ++j) -+ for (j = 0; j < ptr->max; ++j) { - switch (ptr->swap_map[j]) { - case SWAP_MAP_BAD: - case 0: -@@ -827,6 +827,8 @@ - default: - usedswap++; - } -+ conditional_schedule(); -+ } - len += sprintf(buf + len, "%d\t%d\t%d\n", ptr->pages << (PAGE_SHIFT - 10), - usedswap << (PAGE_SHIFT - 10), ptr->prio); - } -@@ -1120,6 +1122,11 @@ - if (swap_info[i].flags != SWP_USED) - continue; - for (j = 0; j < swap_info[i].max; ++j) { -+ if (conditional_schedule_needed()) { -+ swap_list_unlock(); -+ conditional_schedule(); -+ swap_list_lock(); -+ } - switch (swap_info[i].swap_map[j]) { - case 0: - case SWAP_MAP_BAD: -diff -Nur c3000_pre/linux/mm/vmscan.c c3000_test/linux/mm/vmscan.c ---- c3000_pre/linux/mm/vmscan.c 2004-08-21 09:49:16.000000000 +0900 -+++ c3000_test/linux/mm/vmscan.c 2004-12-20 22:56:21.000000000 +0900 -@@ -173,6 +173,7 @@ - { - pte_t * pte; - unsigned long pmd_end; -+ DEFINE_RESCHED_COUNT; - - if (pmd_none(*dir)) - return count; -@@ -198,11 +199,17 @@ - address += PAGE_SIZE; - break; - } -+ if (TEST_RESCHED_COUNT(4)) { -+ if (conditional_schedule_needed()) -+ goto out; -+ RESET_RESCHED_COUNT(); -+ } - } - } - address += PAGE_SIZE; - pte++; - } while (address && (address < end)); -+out: - mm->swap_address = address; - return count; - } -@@ -231,6 +238,8 @@ - count = swap_out_pmd(mm, vma, pmd, address, end, count, classzone); - if (!count) - break; -+ if (conditional_schedule_needed()) -+ return count; - address = (address + PMD_SIZE) & PMD_MASK; - pmd++; - } while (address && (address < end)); -@@ -255,6 +264,8 @@ - count = swap_out_pgd(mm, vma, pgdir, address, end, count, classzone); - if (!count) - break; -+ if (conditional_schedule_needed()) -+ return count; - address = (address + PGDIR_SIZE) & PGDIR_MASK; - pgdir++; - } while (address && (address < end)); -@@ -276,6 +287,7 @@ - * Find the proper vm-area after freezing the vma chain - * and ptes. - */ -+continue_scan: - spin_lock(&mm->page_table_lock); - address = mm->swap_address; - if (address == TASK_SIZE || swap_mm != mm) { -@@ -293,6 +305,12 @@ - vma = vma->vm_next; - if (!vma) - break; -+ if (conditional_schedule_needed()) { /* Scanning a large vma */ -+ spin_unlock(&mm->page_table_lock); -+ unconditional_schedule(); -+ /* Continue from where we left off */ -+ goto continue_scan; -+ } - if (!count) - goto out_unlock; - address = vma->vm_start; -diff -Nur c3000_pre/linux/net/core/iovec.c c3000_test/linux/net/core/iovec.c ---- c3000_pre/linux/net/core/iovec.c 2004-08-21 11:23:13.000000000 +0900 -+++ c3000_test/linux/net/core/iovec.c 2004-12-20 22:56:21.000000000 +0900 -@@ -88,7 +88,7 @@ - if(iov->iov_len) - { - int copy = min_t(unsigned int, iov->iov_len, len); -- if (copy_to_user(iov->iov_base, kdata, copy)) -+ if (ll_copy_to_user(iov->iov_base, kdata, copy)) - goto out; - kdata+=copy; - len-=copy; -diff -Nur c3000_pre/linux/net/ipv4/tcp_minisocks.c c3000_test/linux/net/ipv4/tcp_minisocks.c ---- c3000_pre/linux/net/ipv4/tcp_minisocks.c 2004-08-21 09:49:22.000000000 +0900 -+++ c3000_test/linux/net/ipv4/tcp_minisocks.c 2004-12-20 22:56:21.000000000 +0900 -@@ -440,6 +440,9 @@ - { - struct tcp_tw_bucket *tw; - int killed = 0; -+#if LOWLATENCY_NEEDED -+ int max_killed = 0; -+#endif - - /* NOTE: compare this to previous version where lock - * was released after detaching chain. It was racy, -@@ -453,6 +456,13 @@ - goto out; - - while((tw = tcp_tw_death_row[tcp_tw_death_row_slot]) != NULL) { -+#if LOWLATENCY_NEEDED -+ /* This loop takes ~6 usecs per iteration. */ -+ if (killed > 100) { -+ max_killed = 1; -+ break; -+ } -+#endif - tcp_tw_death_row[tcp_tw_death_row_slot] = tw->next_death; - tw->pprev_death = NULL; - spin_unlock(&tw_death_lock); -@@ -463,12 +473,24 @@ - killed++; - - spin_lock(&tw_death_lock); -+ -+ } -+ -+#if LOWLATENCY_NEEDED -+ if (max_killed) { /* More to do: do it soon */ -+ mod_timer(&tcp_tw_timer, jiffies+2); -+ tcp_tw_count -= killed; -+ } -+ else -+#endif -+ { -+ tcp_tw_death_row_slot = -+ ((tcp_tw_death_row_slot + 1) & (TCP_TWKILL_SLOTS - 1)); -+ -+ if ((tcp_tw_count -= killed) != 0) -+ mod_timer(&tcp_tw_timer, jiffies+TCP_TWKILL_PERIOD); - } -- tcp_tw_death_row_slot = -- ((tcp_tw_death_row_slot + 1) & (TCP_TWKILL_SLOTS - 1)); - -- if ((tcp_tw_count -= killed) != 0) -- mod_timer(&tcp_tw_timer, jiffies+TCP_TWKILL_PERIOD); - net_statistics[smp_processor_id()*2].TimeWaited += killed; - out: - spin_unlock(&tw_death_lock); diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P17-bvdd_050222.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P17-bvdd_050222.patch deleted file mode 100644 index 785470a6aa..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P17-bvdd_050222.patch +++ /dev/null @@ -1,1506 +0,0 @@ -diff -Nur c3000_pre/linux/drivers/video/Config.in c3000_work/linux/drivers/video/Config.in ---- c3000_pre/linux/drivers/video/Config.in 2005-02-22 00:14:45.000000000 +0900 -+++ c3000_work/linux/drivers/video/Config.in 2005-02-21 23:36:35.000000000 +0900 -@@ -86,6 +86,7 @@ - dep_bool ' Sharp SL-Series PXA LCD support' CONFIG_FB_SHARPSL_PXA $CONFIG_ARCH_SHARP_SL - if [ "$CONFIG_FB_SHARPSL_PXA" = "y" ]; then - dep_bool ' Cached FB support for Sharp SL PXA LCDC' CONFIG_SHARPSL_PXA_CONSISTENT_ALLOC $CONFIG_FB_SHARPSL_PXA -+ dep_tristate ' PXA270 overlay(bvdd) support(EXPERIMENTAL)' CONFIG_FB_SHARPSL_PXA_BVDD $CONFIG_FB_SHARPSL_PXA - fi - dep_bool ' SHARP LOGO screen support' CONFIG_SHARP_LOGO_SCREEN $CONFIG_ARCH_SHARP_SL - if [ "$CONFIG_FB_PXA" != "n" -a "$CONFIG_ARCH_LUBBOCK" = "y" ]; then -diff -Nur c3000_pre/linux/drivers/video/Makefile c3000_work/linux/drivers/video/Makefile ---- c3000_pre/linux/drivers/video/Makefile 2005-02-22 00:14:45.000000000 +0900 -+++ c3000_work/linux/drivers/video/Makefile 2005-02-21 23:40:57.000000000 +0900 -@@ -160,6 +160,7 @@ - obj-$(CONFIG_FB_CORGI) += w100fb.o fbgen.o corgi_backlight.o - obj-$(CONFIG_FB_TOSA) += tc6393fb.o fbgen.o tosa_backlight.o - obj-$(CONFIG_FB_SHARPSL_PXA) += sharpsl_pxafb.o fbgen.o corgi_backlight.o -+obj-$(CONFIG_FB_SHARPSL_PXA_BVDD) += bvdd.o - - # Generic Low Level Drivers - -diff -Nur c3000_pre/linux/drivers/video/bvdd.c c3000_work/linux/drivers/video/bvdd.c ---- c3000_pre/linux/drivers/video/bvdd.c 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/bvdd.c 2005-02-22 00:05:24.000000000 +0900 -@@ -0,0 +1,1124 @@ -+/* bvdd.c - Create an input/output character device -+ */ -+ -+#include <linux/kernel.h> /* We're doing kernel work */ -+#include <linux/module.h> /* Specifically, a module */ -+ -+#if CONFIG_MODVERSIONS==1 -+#define MODVERSIONS -+#include <linux/modversions.h> -+#endif -+ -+#include <linux/fs.h> /* The character device definitions are here */ -+#include <linux/wrapper.h> -+#include <linux/mm.h> -+#include <linux/sched.h> -+#include <asm/system.h> -+#include <asm/hardware.h> -+#include <asm/uaccess.h> /* for get_user and put_user */ -+#include <asm/io.h> -+ -+/* Our own ioctl numbers */ -+#include "bvdd.h" -+#include "bvdd_p.h" -+ -+#define SUCCESS 0 -+ -+#define DEVICE_NAME "bvdd" /* The name for our device */ -+ -+#ifdef DEBUG -+# define PRINT_DEBUG(x...) printk(KERN_WARNING DEVICE_NAME ": " x) -+# define PRINT_INFO(x...) printk(KERN_WARNING DEVICE_NAME ": " x) -+# define PRINT_WARN(x...) printk(KERN_WARNING DEVICE_NAME ": " x) -+# define PRINT_ERROR(x...) printk(KERN_ERROR DEVICE_NAME ": " x) -+# define PRINT_FATAL(x...) printk(KERN_FATAL DEVICE_NAME ": " x) -+#else -+# define PRINT_DEBUG(x...) -+# define PRINT_INFO(x...) -+# define PRINT_WARN(x...) printk(KERN_WARNING DEVICE_NAME ": " x) -+# define PRINT_ERROR(x...) printk(KERN_ERROR DEVICE_NAME ": " x) -+# define PRINT_FATAL(x...) printk(KERN_FATAL DEVICE_NAME ": " x) -+#endif -+ -+/* Is the device open right now? Used to prevent concurent access into the same device */ -+static int device_open = 0; -+ -+static dma_addr_t vram_sharpsl_pxafb_phys; -+static void *vram_virt = NULL; /* virtual address of VRAM (if NULL, VRAM is not allocated) */ -+static dma_addr_t vram_phys = 0; /* physical address of VRAM */ -+static u32 vram_size = 0; /* VRAM size */ -+ -+#undef FDADR -+// ---------------------------------------------------------------- -+// ¥Ç¥£¥¹¥¯¥ê¥×¥¿ -+// aligned on a 16-byte boundary -+ -+typedef struct { -+ unsigned long FDADR; /* frame descriptor address */ -+ unsigned long FSADR; /* DMA Frame Source Address Registers */ -+ unsigned long FIDR; /* frame id reg */ -+ unsigned long LDCMD; /* LCD command reg */ -+} descriptor_t; -+ -+static descriptor_t *descriptors = NULL; -+#ifndef USE_PXAFB_DESCRIPTOR_AREA -+# define MAX_DESCRIPTORS (PAGE_SIZE / 16) -+static descriptor_t *descriptor_virt; /* ¥Ç¥£¥¹¥¯¥ê¥×¥¿ÇÛÎó¤Î²¾ÁÛ¥¢¥É¥ì¥¹ */ -+static dma_addr_t descriptor_phys; /* ¥Ç¥£¥¹¥¯¥ê¥×¥¿ÇÛÎó¤ÎʪÍý¥¢¥É¥ì¥¹ */ -+static u32 descriptor_size; /* ¥Ç¥£¥¹¥¯¥ê¥×¥¿ÇÛÎó¤Î¥µ¥¤¥º */ -+#else -+# define MAX_DESCRIPTORS ((PAGE_SIZE - 16) / 16) -+#endif -+ -+// Physical addresses, offsets & lengths -+#define SRAM_BASE 0xfe100000 -+#define SRAM_BASE_PHYS 0x5c000000 -+#define MAX_VRAM_SIZE (1024 * 4) -+static unsigned long offset2phys_map[MAX_VRAM_SIZE >> PAGE_SHIFT]; -+#define OFFSET2PHYS_MAP_SRAM_INDEX 0 -+ -+// vram manager -+typedef struct { -+ unsigned long start_phys; -+ void *start_virt; -+ unsigned long end_phys; -+ unsigned long offset; -+} vram_area_t; -+#define MAX_VRAM_AREAS 128 -+static vram_area_t vram_areas[MAX_VRAM_AREAS]; -+ -+// test -+static volatile unsigned int next_fbr2 = 0; -+static volatile unsigned int next_fbr3 = 0; -+static volatile unsigned int next_fbr4 = 0; -+static wait_queue_head_t fbr2_wait; -+static wait_queue_head_t fbr3_wait; -+static wait_queue_head_t fbr4_wait; -+static wait_queue_head_t wq_lcd_quick_disable_done; -+static wait_queue_head_t wq_lcd_disable_done; -+ -+ -+#if defined(CONFIG_SL_CCCR_CHANGE) -+extern int read_cccr(void); -+extern void write_cccr(int); -+#endif -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+extern int read_vcore(void); -+extern void write_vcore(int); -+#endif -+ -+// ---------------------------------------------------------------- -+static void bvdd_vsync(); -+ -+// ---------------------------------------------------------------- -+#if 1 -+static void *consistent_alloc(int gfp, size_t size, dma_addr_t *dma_handle); -+static void *l_consistent_alloc2(int gfp, size_t size, dma_addr_t *dma_handle, int pte); -+static void consistent_free(void *vaddr, size_t size, dma_addr_t handle); -+#endif -+ -+ -+static void inttest(int irq, void *dev_id, struct pt_regs *regs) -+{ -+ static int count = 0; -+ static int start = 0; -+ LCSR0_u lcsr0; -+ LCSR1_u lcsr1; -+ int st = 0; -+ -+ lcsr1.val = REG_LCSR1; -+ if (lcsr1.f.EOF2 == 1) { -+ LCSR1_u v; -+/* if ((next_fbr2 != 0) && ((REG_FBR2 & 1) == 0)) { */ -+ if ((next_fbr2 != 0)) { -+ REG_FBR2 = next_fbr2 | 3; -+/* REG_FDADR2 = next_fbr2; */ -+/* wake_up_interruptible(&fbr2_wait); */ -+ } -+ v.val = 0; -+ v.f.EOF2 = 1; -+ REG_LCSR1 = v.val; -+ } -+ else if (lcsr1.f.EOF3 == 1) { -+ LCSR1_u v; -+/* if ((next_fbr3 != 0) && ((REG_FBR3 & 1) == 0)) { */ -+ if ((next_fbr3 != 0)) { -+ REG_FBR3 = next_fbr3 | 3; -+/* REG_FDADR3 = next_fbr3; */ -+/* next_fbr3 = 0; */ -+/* wake_up_interruptible(&fbr3_wait); */ -+ } -+ v.val = 0; -+ v.f.EOF3 = 1; -+ REG_LCSR1 = v.val; -+ } -+ else if (lcsr1.f.EOF4 == 1) { -+ LCSR1_u v; -+/* if ((next_fbr4 != 0) && ((REG_FBR4 & 1) == 0)) { */ -+ if ((next_fbr4 != 0)) { -+ REG_FBR4 = next_fbr4 | 3; -+/* REG_FDADR4 = next_fbr4; */ -+/* next_fbr4 = 0; */ -+/* wake_up_interruptible(&fbr4_wait); */ -+ } -+ v.val = 0; -+ v.f.EOF4 = 1; -+ REG_LCSR1 = v.val; -+ } -+ if (REG_LCSR1 & 0x20000) { /* BS2 */ -+ next_fbr2 = 0; -+ wake_up_interruptible(&fbr2_wait); -+ REG_LCSR1 = 0x20000; -+ } -+ if (REG_LCSR1 & 0x40000) { /* BS3 */ -+ next_fbr3 = 0; -+ wake_up_interruptible(&fbr3_wait); -+ REG_LCSR1 = 0x40000; -+ } -+ if (REG_LCSR1 & 0x80000) { /* BS4 */ -+ next_fbr4 = 0; -+ wake_up_interruptible(&fbr4_wait); -+ REG_LCSR1 = 0x80000; -+ } -+ -+#if 0 -+ lcsr0.val = REG_LCSR0; -+ if (lcsr0.f.QD == 1) { -+ LCSR0_u v; -+ v.val = 0; -+ v.f.QD = 1; -+ REG_LCSR0 = v.val; -+ wake_up_interruptible(&wq_lcd_quick_disable_done); -+ } -+ if (lcsr0.f.LDD == 1) { -+ LCSR0_u v; -+ v.val = 0; -+ v.f.LDD = 1; -+ REG_LCSR0 = v.val; -+ wake_up_interruptible(&wq_lcd_disable_done); -+ } -+#endif -+} -+ -+static int setup_vram(int size) -+{ -+ int order, i; -+ unsigned int offset = BVDD_VRAM_OFFSET_USER; -+ -+ size = PAGE_ALIGN(size); -+ order = get_order(size); -+ PRINT_DEBUG("setup_vram(size=%d)\n", size); -+ -+ for (i = 2; i < MAX_VRAM_AREAS - 2; ++i) { -+ vram_area_t *va = &vram_areas[i]; -+ va->start_virt = NULL; -+ do { -+/* if (order > 3) { */ -+/* order --; */ -+/* continue; */ -+/* } */ -+ va->start_virt = consistent_alloc(GFP_KERNEL|GFP_DMA, PAGE_SIZE << order, (dma_addr_t *)&va->start_phys); -+ if (va->start_virt == NULL) { -+ order --; -+ if (order < 1) -+ return -1; -+ } -+ } while (va->start_virt == NULL); -+ va->end_phys = va->start_phys + (PAGE_SIZE << order); -+ va->offset = offset; -+ offset += PAGE_SIZE << order; -+ size -= PAGE_SIZE << order; -+ PRINT_DEBUG(" vram_area[%2d] : 0x%p, %d, 0x%p\n", i, va->start_phys, PAGE_SIZE << order, va->offset); -+ if (size <= 0) -+ break; -+ } -+ -+ if (size > 0) -+ return -1; -+ else -+ return 0; -+} -+ -+static int free_vram(void) -+{ -+ int i; -+ for (i = 2; i < MAX_VRAM_AREAS - 2; ++i) { -+ vram_area_t *va = &vram_areas[i]; -+ if (va->start_virt != NULL) { -+ consistent_free(va->start_virt, va->end_phys - va->start_phys, va->start_phys); -+ memset(va, 0, sizeof(vram_area_t)); -+ } -+ } -+} -+ -+// ---------------------------------------------------------------- -+static lcdc_state_t lcdc_state_orig; -+static lcdc_state_t lcdc_state; -+ -+static void lcdc_state_read(lcdc_state_t *ls) -+{ -+ ls->cken20_intmem = (CKEN & CKEN20_INTMEM) ? 1 : 0; -+ ls->lccr0.val = REG_LCCR0; -+ ls->lccr0.f.reserved1 = 0; -+ ls->lccr0.f.reserved2 = 0; -+ ls->lccr1.val = REG_LCCR1; -+ ls->lccr2.val = REG_LCCR2; -+ ls->lccr3.val = REG_LCCR3; -+ ls->lccr3.f.reserved1 = 0; -+ ls->lccr4.val = REG_LCCR4; -+ ls->lccr4.f.reserved1 = 0; -+ ls->lccr4.f.reserved2 = 0; -+ ls->ovl1c1.val = REG_OVL1C1; -+ ls->ovl1c1.f.reserved1 = 0; -+ ls->ovl1c2.val = REG_OVL1C2; -+ ls->ovl1c2.f.reserved1 = 0; -+ ls->ovl2c1.val = REG_OVL2C1; -+ ls->ovl2c1.f.reserved1 = 0; -+ ls->ovl2c2.val = REG_OVL2C2; -+ ls->ovl2c2.f.reserved1 = 0; -+ ls->fdadr0 = REG_FDADR0; -+ ls->fdadr1 = REG_FDADR1; -+ ls->fdadr2 = REG_FDADR2; -+ ls->fdadr3 = REG_FDADR3; -+ ls->fdadr4 = REG_FDADR4; -+ ls->fdadr5 = REG_FDADR5; -+ ls->fdadr6 = REG_FDADR6; -+} -+ -+static void lcdc_state_write(lcdc_state_t *ls) -+{ -+ int i; -+ -+ ls->cken20_intmem = (CKEN & CKEN20_INTMEM) ? 1 : 0; -+ if (ls->cken20_intmem) -+ CKEN |= CKEN20_INTMEM; -+ else -+ CKEN &= ~CKEN20_INTMEM; -+ -+/* { */ -+/* LCCR0_u v; */ -+/* v.val = 0; */ -+/* v.f.QDM = 1; */ -+/* v.f.LDM = 1; */ -+/* REG_LCCR0 &= ~v.val; */ -+/* } */ -+ -+ ls->lccr2.f.EFW = 64; -+ ls->lccr2.f.VSW = 64; -+ for (i = 0; i < 2; ++i) { -+ bvdd_vsync(); -+ REG_LCCR0 |= 0x400; /* Disable LCD controller */ -+/* interruptible_sleep_on(&wq_lcd_disable_done); */ -+ -+ bvdd_vsync(); /* Wait for disabled */ -+ REG_LCCR0 &= ~1; /* Do a quick disable */ -+ -+ REG_OVL2C1 = ls->ovl2c1.val; -+ REG_OVL2C2 = ls->ovl2c2.val; -+ REG_OVL1C1 = ls->ovl1c1.val; -+ REG_OVL1C2 = ls->ovl1c2.val; -+ REG_LCCR1 = ls->lccr1.val; -+ REG_LCCR2 = ls->lccr2.val; -+ REG_LCCR3 = ls->lccr3.val; -+ REG_LCCR4 = ls->lccr4.val; -+/* REG_LCCR5 = 0x3F3F3F31; */ -+/* REG_LCCR5 = 0x3F3F313F; /\* EOF *\/ */ -+ REG_LCCR5 = 0x3F31313F; /* BSM/EOF */ -+ -+ REG_LCDBSCNTR = 5; -+ -+ REG_LCSR0 = 0x00001FFF; -+ REG_LCSR1 = 0x3E3F3F3F; -+ -+ ls->lccr0.f.ENB = 1; -+ REG_LCCR0 = ls->lccr0.val; /* Enable LCD controller */ -+ -+ REG_LCCR0 &= ~1; /* Do a quick disable */ -+/* interruptible_sleep_on(&wq_lcd_quick_disable_done); */ -+ -+ REG_FDADR0 = ls->fdadr0; -+ REG_FDADR1 = ls->fdadr1; -+ REG_FDADR2 = ls->fdadr2; -+ REG_FDADR3 = ls->fdadr3; -+ REG_FDADR4 = ls->fdadr4; -+ REG_FDADR5 = ls->fdadr5; -+ REG_FDADR6 = ls->fdadr6; -+ -+ REG_LCCR0 = ls->lccr0.val; -+ } -+} -+ -+static void lcdc_state_print_descriptor(int n, unsigned long addr) -+{ -+ PRINT_DEBUG(" FDADR%d : 0x%08x FDADR FSADR FIDR LDCMD\n", n, addr); -+ if (addr == 0) -+ PRINT_DEBUG(" ---------- ---------- ---------- ----------\n"); -+ else { -+ PRINT_DEBUG(" 0x%08x 0x%08x 0x%08x 0x%08x\n", -+ ((unsigned long *)__phys_to_virt(addr))[0], -+ ((unsigned long *)__phys_to_virt(addr))[1], -+ ((unsigned long *)__phys_to_virt(addr))[2], -+ ((unsigned long *)__phys_to_virt(addr))[3]); -+ } -+} -+ -+static void lcdc_state_print(lcdc_state_t *ls) -+{ -+ PRINT_DEBUG("lcdc_state_print(lcdc_state_t * = 0x%p)\n", ls); -+ PRINT_DEBUG(" CKEN20_INTMEM : %d\n", ls->cken20_intmem); -+ PRINT_DEBUG(" LCCR0 : 0x%08x\n", ls->lccr0.val); -+ PRINT_DEBUG(" ENB CMS SDS LDM SOFM0 IUM EOFM0 PAS DPD DIS QDM PDD BSM0 OUM LCDT\n"); -+ PRINT_DEBUG(" %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d\n", -+ ls->lccr0.f.ENB, ls->lccr0.f.CMS, ls->lccr0.f.SDS, ls->lccr0.f.LDM, ls->lccr0.f.SOFM0, -+ ls->lccr0.f.IUM, ls->lccr0.f.EOFM0, ls->lccr0.f.PAS, ls->lccr0.f.DPD, ls->lccr0.f.DIS, -+ ls->lccr0.f.QDM, ls->lccr0.f.PDD, ls->lccr0.f.BSM0, ls->lccr0.f.OUM, ls->lccr0.f.LCDT); -+ PRINT_DEBUG(" RDSTM CMDIM OUC LDDALT\n"); -+ PRINT_DEBUG(" %3d %3d %3d %3d\n", -+ ls->lccr0.f.RDSTM, ls->lccr0.f.CMDIM, ls->lccr0.f.OUC, ls->lccr0.f.LDDALT); -+ PRINT_DEBUG(" LCCR1 : 0x%08x\n", ls->lccr1.val); -+ PRINT_DEBUG(" PPL HSW ELW BLW\n"); -+ PRINT_DEBUG(" %4d %3d %3d %3d\n", -+ ls->lccr1.f.PPL, ls->lccr1.f.HSW, ls->lccr1.f.ELW, ls->lccr1.f.BLW); -+ PRINT_DEBUG(" LCCR2 : 0x%08x\n", ls->lccr2.val); -+ PRINT_DEBUG(" LPP VSW EFW BFW\n"); -+ PRINT_DEBUG(" %4d %3d %3d %3d\n", -+ ls->lccr2.f.LPP, ls->lccr2.f.VSW, ls->lccr2.f.EFW, ls->lccr2.f.BFW); -+ PRINT_DEBUG(" LCCR3 : 0x%08x\n", ls->lccr3.val); -+ PRINT_DEBUG(" PCD ACB API VSP HSP PCP OEP BPP DPC BPP3 PDFOR\n"); -+ PRINT_DEBUG(" %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d\n", -+ ls->lccr3.f.PCD, ls->lccr3.f.ACB, ls->lccr3.f.API, ls->lccr3.f.VSP, -+ ls->lccr3.f.HSP, ls->lccr3.f.PCP, ls->lccr3.f.OEP, ls->lccr3.f.BPP, -+ ls->lccr3.f.DPC, ls->lccr3.f.BPP3, ls->lccr3.f.PDFOR); -+ PRINT_DEBUG(" LCCR4 : 0x%08x\n", ls->lccr4.val); -+ PRINT_DEBUG(" K1 K2 K3 PAL_FOR PCDDIV\n"); -+ PRINT_DEBUG(" %2d %2d %2d %3d %3d\n", -+ ls->lccr4.f.K1, ls->lccr4.f.K2, ls->lccr4.f.K3, ls->lccr4.f.PAL_FOR, -+ ls->lccr4.f.PCDDIV); -+ PRINT_DEBUG(" OVL1C1 : 0x%08x\n", ls->ovl1c1.val); -+ PRINT_DEBUG(" PPL1 LPO1 BPP1 O1EN\n"); -+ PRINT_DEBUG(" %3d %3d %3d %3d\n", -+ ls->ovl1c1.f.PPL1, ls->ovl1c1.f.LPO1, ls->ovl1c1.f.BPP1, ls->ovl1c1.f.O1EN); -+ PRINT_DEBUG(" OVL1C2 : 0x%08x\n", ls->ovl1c2.val); -+ PRINT_DEBUG(" O1XPOS O1YPOS\n"); -+ PRINT_DEBUG(" %4d %4d\n", -+ ls->ovl1c2.f.O1XPOS, ls->ovl1c2.f.O1YPOS); -+ PRINT_DEBUG(" OVL2C1 : 0x%08x\n", ls->ovl2c1.val); -+ PRINT_DEBUG(" PPL2 LPO2 BPP2 O2EN\n"); -+ PRINT_DEBUG(" %3d %3d %3d %3d\n", -+ ls->ovl2c1.f.PPL2, ls->ovl2c1.f.LPO2, ls->ovl2c1.f.BPP2, ls->ovl2c1.f.O2EN); -+ PRINT_DEBUG(" OVL2C2 : 0x%08x\n", ls->ovl2c2.val); -+ PRINT_DEBUG(" O2XPOS O2YPOS FOR\n"); -+ PRINT_DEBUG(" %4d %4d %3d\n", -+ ls->ovl2c2.f.O2XPOS, ls->ovl2c2.f.O2YPOS, ls->ovl2c2.f.FOR); -+ lcdc_state_print_descriptor(0, ls->fdadr0); -+ lcdc_state_print_descriptor(1, ls->fdadr1); -+ lcdc_state_print_descriptor(2, ls->fdadr2); -+ lcdc_state_print_descriptor(3, ls->fdadr3); -+ lcdc_state_print_descriptor(4, ls->fdadr4); -+ lcdc_state_print_descriptor(5, ls->fdadr5); -+ lcdc_state_print_descriptor(6, ls->fdadr6); -+} -+ -+typedef struct { -+ unsigned int offset; -+ int size; -+ unsigned int desc_phys; -+} desc_cache_t; -+ -+#define MAX_DESC_CACHE 256 -+desc_cache_t desc_cache[MAX_DESC_CACHE]; -+int desc_cache_index = 0; -+ -+static unsigned int lcdc_set_descriptor(unsigned long offset, int size) -+{ -+ descriptor_t *desc, *desc_prev = NULL, *desc_prev2, *desc_first = NULL; -+ int i, count = 0, is_first_desc = 1; -+ unsigned int desc_phys, desc_first_phys; -+ unsigned int offset_orig = offset, size_orig = size; -+ -+ PRINT_DEBUG("lcdc_set_descriptor(offset=0x%08x, size=0x%08x)\n", offset, size); -+ -+ for (i = 0; i < desc_cache_index; ++i) { -+ if (desc_cache[i].offset == offset && desc_cache[i].size == size) -+ return desc_cache[i].desc_phys; -+ } -+ -+ /* build descriptor */ -+ while (size > 0) { -+ vram_area_t *va = NULL; -+ unsigned int alen, aoff; -+ -+ desc = NULL; -+ for (i = 0; i < MAX_DESCRIPTORS; ++i) { -+ unsigned int fdadr = *(unsigned int *)(&descriptors[i]); -+ if (fdadr == 0) { -+ desc = &descriptors[i]; -+ desc_phys = descriptor_phys + (sizeof(descriptor_t) * i); -+ break; -+ } -+ } -+ if (desc == NULL) { -+ // empty -+ return 0; -+ } -+ -+ for (i = 0; i < MAX_VRAM_AREAS; ++i) { -+ va = &vram_areas[i]; -+ if (va->offset <= offset && offset < (va->offset + (va->end_phys - va->start_phys))) -+ break; -+ } -+ if (i == MAX_VRAM_AREAS) { -+ return 0; -+ } -+ -+ aoff = offset - va->offset; -+ if (is_first_desc) { -+ alen = 4 * 1024; -+ is_first_desc = 0; -+ } else { -+ alen = va->end_phys - va->start_phys - aoff; -+ if (alen > size) -+ alen = size; -+ } -+ -+ desc->FDADR = desc_phys; -+ desc->FSADR = va->start_phys + aoff; -+ desc->FIDR = 0; -+ desc->LDCMD = alen; -+ -+ if (desc_prev != NULL) -+ desc_prev->FDADR = desc_phys; -+ desc_prev2 = desc_prev; -+ desc_prev = desc; -+ -+ if (desc_first == NULL) { -+ desc_first = desc; -+ desc_first_phys = desc_phys; -+ } -+ -+ size -= alen; -+ offset += alen; -+ } -+ -+ /* ÀèƬ¤Î¥Ç¥£¥¹¥¯¥ê¥×¥¿¤Ø¥ê¥ó¥¯¤µ¤»¤ë */ -+ desc->FDADR = desc_first_phys; -+ -+ /* ËöÈø¤Î¥Ç¥£¥¹¥¯¥ê¥×¥¿¤ÏSOF/EOF³ä¤ê¹þ¤ß¤òȯÀ¸¤µ¤»¤ë */ -+/* desc->LDCMD = desc->LDCMD | 0x400000; */ -+/* desc->LDCMD = desc->LDCMD | 0x200000; */ -+ desc_prev2->LDCMD |= 0x200000; -+ -+ desc_cache[desc_cache_index].offset = offset_orig; -+ desc_cache[desc_cache_index].size = size_orig; -+ desc_cache[desc_cache_index].desc_phys = desc_first_phys; -+ ++ desc_cache_index; /* FIXME: buffer overflow */ -+ -+#if 0 -+ desc = desc_first; -+ desc_phys = desc_first_phys; -+ do { -+ lcdc_state_print_descriptor(count++, desc_phys); -+ if (count >= MAX_DESCRIPTORS) -+ break; -+ desc_prev = desc; -+ desc_phys = desc->FDADR; -+ } while (desc_prev->FDADR != desc_first_phys); -+#endif -+ -+ return desc_first_phys; -+} -+ -+// ---------------------------------------------------------------- -+ -+static int bvdd_open(struct inode *inode, -+ struct file *file) -+{ -+ int i; -+ printk(DEVICE_NAME ": bvdd_open(0x%p, 0x%p)\n", inode, file); -+ -+ if (device_open) -+ return -EBUSY; -+ -+ lcdc_state_read(&lcdc_state_orig); -+ lcdc_state_orig.fdadr1 = 0; -+ lcdc_state_orig.fdadr2 = 0; -+ lcdc_state_orig.fdadr3 = 0; -+ lcdc_state_orig.fdadr4 = 0; -+ lcdc_state_orig.fdadr5 = 0; -+ lcdc_state_orig.fdadr6 = 0; -+/* lcdc_state_print(&lcdc_state_orig); */ -+ -+ memcpy(&lcdc_state, &lcdc_state_orig, sizeof(lcdc_state)); -+ lcdc_state.cken20_intmem = 1; -+ -+#ifndef USE_PXAFB_DESCRIPTOR_AREA -+ descriptor_size = PAGE_ALIGN(sizeof(descriptor_t) * MAX_DESCRIPTORS); -+ descriptors = consistent_alloc(GFP_KERNEL|GFP_DMA, descriptor_size, &descriptor_phys); -+ memset(descriptors, 0, sizeof(descriptor_t) * MAX_DESCRIPTORS); -+ printk(DEVICE_NAME ": descriptor: virt=0x%p, phys=0x%p, size=%d\n", -+ descriptors, descriptor_phys, descriptor_size); -+#else -+ // SHARPSL_PXAFB¤¬³ÎÊݤ·¤Æ¤¤¤ëÎΰè¤ò¼ÚÍѤ¹¤ë¡£ -+ // Ƭ¤Î16¥Ð¥¤¥È¤ÏSLARPSL_PXAFB¤¬»È¤Ã¤Æ¤¤¤ë¤Î¤Ç¥¹¥¥Ã¥×¤¹¤ë¡£ -+ descriptors = (descriptor_t *)__phys_to_virt((lcdc_state_orig.fdadr0 + 16)); -+ PRINT_DEBUG(" descriptors : phys=0x%p, virt=0x%p\n", lcdc_state_orig.fdadr0 + 16, descriptors); -+ memset(descriptors, 0, sizeof(descriptor_t) * MAX_DESCRIPTORS); -+ PRINT_DEBUG(" descriptors : 0x%p, 0x%p\n", &descriptors[0], &descriptors[1]); -+#endif -+ -+ init_waitqueue_head(&fbr2_wait); -+ init_waitqueue_head(&fbr3_wait); -+ init_waitqueue_head(&fbr4_wait); -+ init_waitqueue_head(&wq_lcd_quick_disable_done); -+ init_waitqueue_head(&wq_lcd_disable_done); -+ -+ next_fbr2 = 0; -+ next_fbr3 = 0; -+ next_fbr4 = 0; -+ -+ request_irq(17, inttest, SA_INTERRUPT|SA_SHIRQ, "bvdd", (void *)0xDEADBEAF); -+ -+ device_open++; -+ -+ MOD_INC_USE_COUNT; -+ -+ return 0; -+} -+ -+ -+static int bvdd_release(struct inode *inode, -+ struct file *file) -+{ -+ PRINT_DEBUG("bvdd_release(0x%p, 0x%p)\n", inode, file); -+ PRINT_DEBUG(" ***** %d\n", REG_LCSR1 & 0x200); -+ -+ free_irq(17, (void *)0xDEADBEAF); -+ -+ /* restore lcdc state */ -+ lcdc_state_write(&lcdc_state_orig); -+ lcdc_state_write(&lcdc_state_orig); -+ -+ // free vram -+ if (vram_virt != NULL) { -+ printk(DEVICE_NAME ": Now freeing vram.\n"); -+ consistent_free(vram_virt, vram_size, vram_phys); -+ vram_virt = NULL; -+ } else { -+ printk(DEVICE_NAME ": vram is not allocated.\n"); -+ } -+ free_vram(); -+ -+#ifndef USE_PXAFB_DESCRIPTOR_AREA -+ // free descriptor -+ consistent_free(descriptors, descriptor_size, descriptor_phys); -+ descriptors = NULL; -+ descriptor_size = 0; -+ descriptor_phys = 0; -+#else -+ descriptors = NULL; -+#endif -+ -+ // free descriptor cache -+ desc_cache_index = 0; -+ -+ __asm__ __volatile__ ("mcr p15, 0, %0, c15, c1, 0" : :"r"(0)); -+ -+ /* We're now ready for our next caller */ -+ device_open --; -+ -+ MOD_DEC_USE_COUNT; -+ -+ return 0; -+} -+ -+#define SHARPSL_PXA_VSYNC_TIMEOUT 30000 // timeout = 30[ms] > 16.8[ms] -+// -+static void bvdd_vsync() -+{ -+ int timeout = SHARPSL_PXA_VSYNC_TIMEOUT; -+ -+ while(timeout > 0) -+ { -+ if ((GPLR(GPIO74_LCD_FCLK) & GPIO_bit(GPIO74_LCD_FCLK))) -+ break; -+ udelay(1); -+ timeout--; -+ } -+ while(timeout > 0) -+ { -+ if (!(GPLR(GPIO74_LCD_FCLK) & GPIO_bit(GPIO74_LCD_FCLK))) -+ break; -+ udelay(1); -+ timeout--; -+ } -+} -+ -+static int bvdd_setup_frame(int type, bvdd_frame_t *frame_user, int is_branch) -+{ -+ bvdd_frame_t frame; -+ int i; -+ -+ copy_from_user(&frame, (void *)frame_user, sizeof(frame)); -+ -+#if 0 -+ PRINT_DEBUG("bvdd_setup_frame(type=%d,bvdd_frame_t*=0x%p)\n", type, frame_user); -+ printk(DEVICE_NAME ": bvdd_frame_t {\n"); -+ printk(DEVICE_NAME ": format=%d\n", frame.format); -+ printk(DEVICE_NAME ": width=%d\n", frame.width); -+ printk(DEVICE_NAME ": height=%d\n", frame.height); -+ printk(DEVICE_NAME ": x=%d\n", frame.x); -+ printk(DEVICE_NAME ": y=%d\n", frame.y); -+ printk(DEVICE_NAME ": offset=0x%p\n", frame.offset); -+ printk(DEVICE_NAME ": u_offset=0x%p\n", frame.u_offset); -+ printk(DEVICE_NAME ": v_offset=0x%p\n", frame.v_offset); -+ printk(DEVICE_NAME ": }\n"); -+#endif -+ -+ if (frame.format > 16) { -+ unsigned int desc, y_stride, uv_stride; -+ -+ y_stride = (frame.width + 15) & ~15; -+ uv_stride = y_stride / 2; -+ -+/* lcdc_state.lccr3.f.PDFOR = 3; */ -+ -+ lcdc_state.ovl2c1.f.O2EN = 1; -+ lcdc_state.ovl2c1.f.LPO2 = frame.height - 1; -+ lcdc_state.ovl2c1.f.PPL2 = y_stride - 1; -+ lcdc_state.ovl2c1.f.BPP2 = 0; -+ lcdc_state.ovl2c2.f.FOR = frame.format - 16; -+/* lcdc_state.ovl2c2.f.FOR = 4; */ -+ lcdc_state.ovl2c2.f.O2XPOS = frame.x; -+ lcdc_state.ovl2c2.f.O2YPOS = frame.y; -+ -+ desc = lcdc_set_descriptor(frame.offset, y_stride * frame.height); -+ if (desc == 0) { -+ PRINT_DEBUG(" couldn't set descriptors.\n"); -+ return -1; -+ } -+ lcdc_state.fdadr2 = desc; -+ -+ desc = lcdc_set_descriptor(frame.u_offset, uv_stride * (frame.height / 2)); -+ if (desc == 0) { -+ PRINT_DEBUG(" couldn't set descriptors.\n"); -+ lcdc_state.fdadr2 = 0; -+ return -1; -+ } -+ lcdc_state.fdadr3 = desc; -+ -+ desc = lcdc_set_descriptor(frame.v_offset, uv_stride * (frame.height / 2)); -+ if (desc == 0) { -+ PRINT_DEBUG(" couldn't set descriptors.\n"); -+ lcdc_state.fdadr2 = 0; -+ lcdc_state.fdadr3 = 0; -+ return -1; -+ } -+ lcdc_state.fdadr4 = desc; -+ -+ if (is_branch) { -+/* interruptible_sleep_on(&fbr2_wait); */ -+/* interruptible_sleep_on(&fbr3_wait); */ -+/* interruptible_sleep_on(&fbr4_wait); */ -+ wait_event_interruptible(fbr2_wait, (next_fbr2 == 0)); -+ wait_event_interruptible(fbr3_wait, (next_fbr3 == 0)); -+ wait_event_interruptible(fbr4_wait, (next_fbr4 == 0)); -+ disable_irq(17); -+ next_fbr2 = lcdc_state.fdadr2; -+ next_fbr3 = lcdc_state.fdadr3; -+ next_fbr4 = lcdc_state.fdadr4; -+ enable_irq(17); -+ } else { -+ lcdc_state_print(&lcdc_state); -+ lcdc_state_write(&lcdc_state); -+ } -+ } -+} -+ -+static int bvdd_ioctl(struct inode *inode, struct file *file, -+ unsigned int ioctl_num, unsigned long ioctl_param) -+{ -+ int i; -+ char *temp; -+ char ch; -+ -+ switch (ioctl_num) { -+ case BVDD_IOCTL_SETUP_VRAM: { -+ printk(DEVICE_NAME ": BVDD_IOCTL_SETUP_VRAM(0x%08x)\n", ioctl_param); -+#if 0 -+ // ´û¤ËVRAM¤¬³ÎÊݤµ¤ì¤Æ¤¤¤ì¤Ð²òÊü¤¹¤ë -+ if (vram_virt != NULL) { -+ printk(DEVICE_NAME ": now freeing allocated vram\n"); -+ consistent_free(vram_virt, vram_size, vram_phys); -+ } -+ -+ vram_size = PAGE_ALIGN(ioctl_param + PAGE_SIZE); -+ vram_virt = consistent_alloc(GFP_KERNEL /* | GFP_DMA */, vram_size, &vram_phys); -+ if (vram_virt == NULL) { -+ printk(DEVICE_NAME ": consistent_alloc failed\n"); -+ return -EINVAL; -+ } -+ -+ printk(DEVICE_NAME ": vram_virt=0x%p\n", vram_virt); -+ printk(DEVICE_NAME ": vram_phys=0x%p\n", vram_phys); -+ printk(DEVICE_NAME ": vram_size=%d\n", vram_size); -+ vram_areas[2].start_virt = vram_virt; -+ vram_areas[2].start_phys = vram_phys; -+ vram_areas[2].end_phys = vram_phys + vram_size; -+ vram_areas[2].offset = BVDD_VRAM_OFFSET_USER; -+#endif -+ free_vram(); -+ if (setup_vram(ioctl_param) < 0) -+ return -EINVAL; -+ -+ break; -+ } -+ -+ case BVDD_IOCTL_SETUP_BASE_FRAME: { -+ printk(DEVICE_NAME ": BVDD_IOCTL_SETUP_BASE_FRAME(0x%08x)\n", ioctl_param); -+ break; -+ } -+ case BVDD_IOCTL_SETUP_OVERLAY1_FRAME: { -+ break; -+ } -+ case BVDD_IOCTL_SETUP_OVERLAY2_FRAME: { -+ bvdd_frame_t frame; -+ printk(DEVICE_NAME ": BVDD_IOCTL_SETUP_OVERLAY2_FRAME(0x%08x)\n", ioctl_param); -+ bvdd_setup_frame(2, (bvdd_frame_t *)ioctl_param, 0); -+ break; -+ } -+ -+ case BVDD_IOCTL_BRANCH_OVERLAY2_FRAME: { -+ bvdd_frame_t frame; -+/* PRINT_DEBUG("BVDD_IOCTL_BRANCH_OVERLAY2_FRAME(0x%08x)\n", ioctl_param); */ -+ bvdd_setup_frame(2, (bvdd_frame_t *)ioctl_param, 1); -+ break; -+ } -+ -+ case BVDD_IOCTL_SET_IWMMXT_STATE: { -+ __asm__ __volatile__ ("mcr p15, 0, %0, c15, c1, 0" : :"r"(ioctl_param ? 3 : 0)); -+ break; -+ } -+ -+#if defined(CONFIG_SL_CCCR_CHANGE) -+ case BVDD_IOCTL_GET_CCCR: { -+ *((int *)ioctl_param) = read_cccr(); -+ printk(DEVICE_NAME ": Read CCCR = %x.\n", *((int *)ioctl_param)); -+ break; -+ } -+ case BVDD_IOCTL_SET_CCCR: { -+ write_cccr((int)ioctl_param); -+ printk(DEVICE_NAME ": Change CCCR = %x.\n", (int)ioctl_param); -+ break; -+ } -+#endif -+#if defined(CONFIG_CHANGE_CORE_VOLT) -+ case BVDD_IOCTL_GET_VCORE: { -+ *((int *)ioctl_param) = read_vcore(); -+ printk(DEVICE_NAME ": Read VCORE = %x.\n", *((int *)ioctl_param)); -+ break; -+ } -+ case BVDD_IOCTL_SET_VCORE: { -+ write_vcore((int)ioctl_param); -+ printk(DEVICE_NAME ": Change VCORE = %x.\n", (int)ioctl_param); -+ break; -+ } -+#endif -+ -+ case BVDD_IOCTL_DEBUG: { -+ printk(DEVICE_NAME ": BVDD_IOCTL_DEBUG\n"); -+ break; -+ } -+ } -+ -+ return 0; -+} -+ -+/* -+ vma->vm_start, vma->vm_end ¤Ï¡¢mmap°ú¿ô¤¬¥Ú¡¼¥¸¶³¦¤Ç¤Ê¤¯¤È¤â¥¢¥é¥¤¥ó¤µ¤ì¤¿¤â¤Î¤¬¤³¤Î´Ø¿ô¤ËÅϤ롣 -+ vma->vm_pgoff ¤Ï¡¢mmap°ú¿ô¤¬¥Ú¡¼¥¸¶³¦¤Ç¤Ê¤±¤ì¤Ð¥¨¥é¡¼¤Ë¤Ê¤ë¡£ -+*/ -+static int bvdd_mmap(struct file *file, struct vm_area_struct *vma) -+{ -+ unsigned long offset = vma->vm_pgoff << PAGE_SHIFT; -+ struct page *map, *mapend; -+ int i, size; -+ unsigned long vma_start; -+ -+ PRINT_DEBUG("bvdd_mmap(file=0x%p, vma=0x%p)\n", file, vma); -+ -+/* if (vram_virt == NULL) { */ -+/* printk(DEVICE_NAME ": vram is not allocated.\n"); */ -+/* return -EINVAL; */ -+/* } */ -+ -+ printk(DEVICE_NAME ": vm_start = 0x%p\n", (uint32_t)vma->vm_start); -+ printk(DEVICE_NAME ": vm_end = 0x%p\n", (uint32_t)vma->vm_end); -+ printk(DEVICE_NAME ": vm_pgoff = 0x%p\n", (uint32_t)vma->vm_pgoff); -+ printk(DEVICE_NAME ": vm_page_prot.pgprot = 0x%08u\n", (uint32_t)vma->vm_page_prot.pgprot); -+ printk(DEVICE_NAME ": PAGE_OFFSET = %x\n", (int)PAGE_OFFSET); -+ printk(DEVICE_NAME ": offset = %x\n", (int)offset); -+ printk(DEVICE_NAME ": vram_phys = 0x%p\n", vram_phys); -+ -+ if (vma->vm_pgoff > (~0UL >> PAGE_SHIFT)) -+ return -EINVAL; -+ -+#if 0 -+ if ((vma->vm_end - vma->vm_start + offset) > vram_size) { -+ printk(DEVICE_NAME ": mmap length is too large (vram_size=%d, len=%d\n", -+ vram_size, vma->vm_end - vma->vm_start + offset); -+ return -EINVAL; -+ } -+#endif -+ -+ // from fbmem.c -+ vma->vm_flags |= VM_IO; -+ vma->vm_page_prot = __pgprot(pgprot_val(vma->vm_page_prot) | L_PTE_CACHEABLE); -+ -+#if 0 -+ for (i = vma->vm_pgoff; i < vma->vm_pgoff + ((vma->vm_end - vma->vm_start) >> PAGE_SHIFT); ++i) { -+ if (offset2phys_map[i] == 0) { -+ printk(DEVICE_NAME ": io_remap_page_range failed.\n"); -+ return -EAGAIN; -+ } -+ if (io_remap_page_range(vma->vm_start + (i << PAGE_SHIFT), -+ offset2phys_map[i], -+ PAGE_SIZE, vma->vm_page_prot)) { -+ printk(DEVICE_NAME ": io_remap_page_range failed.\n"); -+ return -EAGAIN; -+ } -+ } -+#endif -+ -+#if 1 -+ vma_start = vma->vm_start; -+ size = vma->vm_end - vma->vm_start; -+ while (size > 0) { -+ vram_area_t *va = NULL; -+ int aoff, alen; -+ -+ for (i = 0; i < MAX_VRAM_AREAS; ++i) { -+ va = &vram_areas[i]; -+ if (va->offset <= offset && offset < va->offset + (va->end_phys - va->start_phys)) -+ break; -+ } -+ if (i == MAX_VRAM_AREAS) { -+ return -EAGAIN; -+ } -+ -+ aoff = offset - va->offset; -+ alen = va->end_phys - va->start_phys - aoff; -+ if (alen > size) -+ alen = size; -+ PRINT_DEBUG("io_remap_page_range(0x%p, 0x%p, %d)\n", vma_start, va->start_phys + aoff, alen); -+ if (io_remap_page_range(vma_start, va->start_phys + aoff, alen, vma->vm_page_prot)) { -+ printk(DEVICE_NAME ": io_remap_page_range failed.\n"); -+ return -EAGAIN; -+ } -+ vma_start += alen; -+ size -= alen; -+ offset += alen; -+ } -+ -+ printk(DEVICE_NAME ": successed.\n"); -+ return 0; -+#endif -+} -+ -+/* Module Declarations *************************** */ -+ -+ -+/* This structure will hold the functions to be called -+ * when a process does something to the device we -+ * created. Since a pointer to this structure is kept in -+ * the devices table, it can't be local to -+ * init_module. NULL is for unimplemented functions. */ -+struct file_operations fops = { -+ ioctl : bvdd_ioctl, -+ mmap : bvdd_mmap, -+ open : bvdd_open, -+ release : bvdd_release, -+}; -+ -+ -+/* Initialize the module - Register the character device */ -+int init_module() -+{ -+ int i, ret; -+ unsigned long *p; -+ -+ /* Register the character device (atleast try) */ -+ ret = register_chrdev(BVDD_MAJOR_NUM, DEVICE_NAME, &fops); -+ -+ /* Negative values signify an error */ -+ if (ret < 0) { -+ printk (DEVICE_NAME ": Registering the device failed with %d\n", ret); -+ return ret; -+ } -+ -+ printk (DEVICE_NAME ": Registeration is a success. \n"); -+ -+ /* TODO */ -+/* vram_sharpsl_pxafb_phys = ((descriptor_t *)__phys_to_virt(FDADR0))->FSADR; */ -+ vram_sharpsl_pxafb_phys = (dma_addr_t)0xA3E00000UL; -+ -+#if 0 -+ p = offset2phys_map; -+ for (i = 0; i < ((256 * 1024) >> PAGE_SHIFT); ++i) { -+ *p++ = SRAM_BASE_PHYS + (i << PAGE_SHIFT); -+ } -+ for (i = 0; i < ((PAGE_ALIGN(640 * 480 * 2)) >> PAGE_SHIFT); ++i) { -+ *p++ = vram_sharpsl_pxafb_phys + (i << PAGE_SHIFT); -+ } -+#endif -+ -+ memset(vram_areas, 0, sizeof(vram_areas)); -+ vram_areas[0].start_phys = vram_sharpsl_pxafb_phys; -+ vram_areas[0].start_virt = (void *)__phys_to_virt(vram_sharpsl_pxafb_phys); -+ vram_areas[0].end_phys = vram_areas[0].start_phys + PAGE_ALIGN(480 * 640 * 2); -+ vram_areas[0].offset = 0; -+ vram_areas[1].start_phys = SRAM_BASE_PHYS; -+ vram_areas[1].start_virt = (void *)SRAM_BASE; -+ vram_areas[1].end_phys = vram_areas[1].start_phys + 256 * 1024; -+ vram_areas[1].offset = PAGE_ALIGN(480 * 640 * 2); -+ -+ return 0; -+} -+ -+ -+/* Cleanup - unregister the appropriate file from /proc */ -+void cleanup_module() -+{ -+ int ret; -+ -+ /* Unregister the device */ -+ ret = unregister_chrdev(BVDD_MAJOR_NUM, DEVICE_NAME); -+ -+ /* If there's an error, report it */ -+ if (ret < 0) -+ printk(DEVICE_NAME ": Error in unregister_chrdev: %d\n", ret); -+ printk (DEVICE_NAME ": Unregisteration is a success. \n"); -+} -+ -+#if 1 -+////////////////////////////////////////////// -+#include <linux/interrupt.h> -+ -+/* -+ * This allocates one page of cache-coherent memory space and returns -+ * both the virtual and a "dma" address to that space. It is not clear -+ * whether this could be called from an interrupt context or not. For -+ * now, we expressly forbid it, especially as some of the stuff we do -+ * here is not interrupt context safe. -+ * -+ * We should allow this function to be called from interrupt context. -+ * However, we call ioremap, which needs to fiddle around with various -+ * things (like the vmlist_lock, and allocating page tables). These -+ * things aren't interrupt safe (yet). -+ * -+ * Note that this does *not* zero the allocated area! -+ */ -+static void *consistent_alloc(int gfp, size_t size, dma_addr_t *dma_handle) -+{ -+ return l_consistent_alloc2(gfp, size, dma_handle, L_PTE_CACHEABLE); -+} -+ -+static void *l_consistent_alloc2(int gfp, size_t size, dma_addr_t *dma_handle, int pte) -+{ -+ struct page *page, *end, *free; -+ unsigned long order; -+ void *ret; -+ -+ /* FIXME */ -+ if (in_interrupt()) -+ BUG(); -+ -+ size = PAGE_ALIGN(size); -+ order = get_order(size); -+ -+ page = alloc_pages(gfp, order); -+ if (!page) { -+ printk("size:%d, order:%d\n", size, order); -+ goto no_page; -+ } -+ -+ *dma_handle = page_to_bus(page); -+ //ret = __ioremap(page_to_pfn(page) << PAGE_SHIFT, size, 0); -+ ret = __ioremap(page_to_pfn(page) << PAGE_SHIFT, size, pte); -+ if (!ret) { -+ goto no_remap; -+ } -+ -+#if 0 /* ioremap_does_flush_cache_all */ -+ { -+ void *virt = page_address(page); -+ -+ /* -+ * we need to ensure that there are no cachelines in use, or -+ * worse dirty in this area. Really, we don't need to do -+ * this since __ioremap does a flush_cache_all() anyway. --rmk -+ */ -+ invalidate_dcache_range(virt, virt + size); -+ } -+#endif -+ -+ /* -+ * free wasted pages. We skip the first page since we know -+ * that it will have count = 1 and won't require freeing. -+ * We also mark the pages in use as reserved so that -+ * remap_page_range works. -+ */ -+ free = page + (size >> PAGE_SHIFT); -+ end = page + (1 << order); -+ -+ for (; page < end; page++) { -+ set_page_count(page, 1); -+ if (page >= free) -+ __free_page(page); -+ else -+ SetPageReserved(page); -+ } -+ return ret; -+ -+ no_remap: -+ __free_pages(page, order); -+ no_page: -+ return NULL; -+} -+ -+/* -+ * free a page as defined by the above mapping. We expressly forbid -+ * calling this from interrupt context. -+ */ -+static void consistent_free(void *vaddr, size_t size, dma_addr_t handle) -+{ -+ struct page *page, *end; -+ -+ if (in_interrupt()) -+ BUG(); -+ -+ /* -+ * More messing around with the MM internals. This is -+ * sick, but then so is remap_page_range(). -+ */ -+ size = PAGE_ALIGN(size); -+ page = virt_to_page(bus_to_virt(handle)); -+ end = page + (size >> PAGE_SHIFT); -+ -+ for (; page < end; page++) -+ ClearPageReserved(page); -+ -+ __iounmap(vaddr); -+} -+ -+#endif -+ -+/* -+ -+document -+ -+- Do not change resolution (VGA, QVGA) while bvdd device opened. (TODO) -+- open()¤¹¤ë¤È¤¤Èclose()¤¹¤ë¤È¤¤Î²òÁüÅÙ¤¬Æ±¤¸¤Ç¤Ê¤¤¤È¤¤¤±¤Þ¤»¤ó¡£ -+ ¾õÂÖ¤¬°ã¤Ã¤¿¤È¤¤ÎÆ°ºî¤Ï̤ÊݾڤǤ¹¡£ -+ -+ -+*/ -diff -Nur c3000_pre/linux/drivers/video/bvdd.h c3000_work/linux/drivers/video/bvdd.h ---- c3000_pre/linux/drivers/video/bvdd.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/bvdd.h 2005-02-21 23:48:01.000000000 +0900 -@@ -0,0 +1,64 @@ -+/* bulverded.h - bulverde(PXA27x) display driver -+BulVerDD -+ */ -+ -+#ifndef CHARDEV_H -+#define CHARDEV_H -+ -+#include <linux/ioctl.h> -+ -+#define BVDD_VRAM_OFFSET_PXAFB (0) -+#define BVDD_VRAM_OFFSET_SRAM (480 * 640 * 2) -+#define BVDD_VRAM_OFFSET_USER (BVDD_VRAM_OFFSET_SRAM + (256 * 1024)) -+ -+#define BVDD_FORMAT_RGB2 1 /* 2-bits/pixel [4 entry palette] */ -+#define BVDD_FORMAT_RGB4 2 /* 4-bits/pixel [16 entry palette] */ -+#define BVDD_FORMAT_RGB8 3 /* 8-bits/pixel [256 entry palette] */ -+#define BVDD_FORMAT_RGB16 4 /* 16-bits/pixel */ -+#define BVDD_FORMAT_RGB18 5 /* 18-bits/pixel, unpacked */ -+#define BVDD_FORMAT_RGB18P 6 /* 18-bits/pixel, packed */ -+#define BVDD_FORMAT_RGB19 7 /* 19-bits/pixel, unpacked */ -+#define BVDD_FORMAT_RGB19P 8 /* 19-bits/pixel, packed */ -+#define BVDD_FORMAT_RGB24 9 /* 24-bits/pixel */ -+#define BVDD_FORMAT_RGB25 10 /* 25-bits/pixel */ -+#define BVDD_FORMAT_YUV444P 17 /* YCbCr4:4:4 Packed */ -+#define BVDD_FORMAT_YUV444 18 /* YCbCr4:4:4 Planar */ -+#define BVDD_FORMAT_YUV422 19 /* YCbCr4:2:2 Planar */ -+#define BVDD_FORMAT_YUV420 20 /* YCbCr4:2:0 Planar */ -+ -+ -+typedef struct { -+ unsigned char format; -+ unsigned short width; -+ unsigned short height; -+ unsigned short x; -+ unsigned short y; -+ unsigned long offset; /* aligned on a 16-byte boundary */ -+ unsigned long u_offset; /* aligned on a 16-byte boundary */ -+ unsigned long v_offset; /* aligned on a 16-byte boundary */ -+} bvdd_frame_t; -+ -+/* The major device number. We can't rely on dynamic -+ * registration any more, because ioctls need to know -+ * it. */ -+#define BVDD_MAJOR_NUM 240 -+ -+/* Set the message of the device driver */ -+#define BVDD_IOCTL_SETUP_VRAM _IOR(BVDD_MAJOR_NUM, 0, uint32_t) -+#define BVDD_IOCTL_SETUP_BASE_FRAME _IOR(BVDD_MAJOR_NUM, 1, bvdd_frame_t *) -+#define BVDD_IOCTL_SETUP_OVERLAY1_FRAME _IOR(BVDD_MAJOR_NUM, 2, bvdd_frame_t *) -+#define BVDD_IOCTL_SETUP_OVERLAY2_FRAME _IOR(BVDD_MAJOR_NUM, 3, bvdd_frame_t *) -+#define BVDD_IOCTL_BRANCH_OVERLAY2_FRAME _IOR(BVDD_MAJOR_NUM, 6, bvdd_frame_t *) -+#define BVDD_IOCTL_SET_IWMMXT_STATE _IOR(BVDD_MAJOR_NUM, 7, int) -+#define BVDD_IOCTL_GET_CCCR _IOR(BVDD_MAJOR_NUM, 11, int *) -+#define BVDD_IOCTL_SET_CCCR _IOR(BVDD_MAJOR_NUM, 12, int) -+#define BVDD_IOCTL_GET_VCORE _IOR(BVDD_MAJOR_NUM, 13, int *) -+#define BVDD_IOCTL_SET_VCORE _IOR(BVDD_MAJOR_NUM, 14, int) -+ -+#define BVDD_IOCTL_DEBUG _IO(BVDD_MAJOR_NUM, 10) -+ -+/* The name of the device file */ -+#define BVDD_DEVICE_FILE_NAME "bvdd" -+ -+ -+#endif -diff -Nur c3000_pre/linux/drivers/video/bvdd_p.h c3000_work/linux/drivers/video/bvdd_p.h ---- c3000_pre/linux/drivers/video/bvdd_p.h 1970-01-01 09:00:00.000000000 +0900 -+++ c3000_work/linux/drivers/video/bvdd_p.h 2005-02-21 23:41:29.000000000 +0900 -@@ -0,0 +1,284 @@ -+#ifndef BVDD_P_INCLUDED -+#define BVDD_P_INCLUDED -+ -+#include <asm/hardware.h> -+ -+#define REG_LCCR0 __REG(0x44000000) /* LCD Controller Control register 0 */ -+#define REG_LCCR1 __REG(0x44000004) /* LCD Controller Control register 1 */ -+#define REG_LCCR2 __REG(0x44000008) /* LCD Controller Control register 2 */ -+#define REG_LCCR3 __REG(0x4400000C) /* LCD Controller Control register 3 */ -+#define REG_LCCR4 __REG(0x44000010) /* LCD Controller Control register 4 */ -+#define REG_LCCR5 __REG(0x44000014) /* LCD Controller Control register 5 */ -+#define REG_FBR0 __REG(0x44000020) -+#define REG_FBR1 __REG(0x44000024) -+#define REG_FBR2 __REG(0x44000028) -+#define REG_FBR3 __REG(0x4400002C) -+#define REG_FBR4 __REG(0x44000030) -+#define REG_LCSR1 __REG(0x44000034) -+#define REG_LCSR0 __REG(0x44000038) -+#define REG_LIIDR __REG(0x4400003C) -+#define REG_TRGBR __REG(0x44000040) -+#define REG_TCR __REG(0x44000044) -+#define REG_OVL1C1 __REG(0x44000050) -+#define REG_OVL1C2 __REG(0x44000060) -+#define REG_OVL2C1 __REG(0x44000070) -+#define REG_OVL2C2 __REG(0x44000080) -+#define REG_CCR __REG(0x44000090) -+#define REG_CMDCR __REG(0x44000100) -+#define REG_PRSR __REG(0x44000104) -+#define REG_FBR5 __REG(0x44000110) -+#define REG_FBR6 __REG(0x44000114) -+#define REG_FDADR0 __REG(0x44000200) -+#define REG_FSADR0 __REG(0x44000204) -+#define REG_FIDR0 __REG(0x44000208) -+#define REG_LDCMD0 __REG(0x4400020C) -+#define REG_FDADR1 __REG(0x44000210) -+#define REG_FSADR1 __REG(0x44000214) -+#define REG_FIDR1 __REG(0x44000218) -+#define REG_LDCMD1 __REG(0x4400021C) -+#define REG_FDADR2 __REG(0x44000220) -+#define REG_FSADR2 __REG(0x44000224) -+#define REG_FIDR2 __REG(0x44000228) -+#define REG_LDCMD2 __REG(0x4400022C) -+#define REG_FDADR3 __REG(0x44000230) -+#define REG_FSADR3 __REG(0x44000234) -+#define REG_FIDR3 __REG(0x44000238) -+#define REG_LDCMD3 __REG(0x4400023C) -+#define REG_FDADR4 __REG(0x44000240) -+#define REG_FSADR4 __REG(0x44000244) -+#define REG_FIDR4 __REG(0x44000248) -+#define REG_LDCMD4 __REG(0x4400024C) -+#define REG_FDADR5 __REG(0x44000250) -+#define REG_FSADR5 __REG(0x44000254) -+#define REG_FIDR5 __REG(0x44000258) -+#define REG_LDCMD5 __REG(0x4400025C) -+#define REG_FDADR6 __REG(0x44000260) -+#define REG_FSADR6 __REG(0x44000264) -+#define REG_FIDR6 __REG(0x44000268) -+#define REG_LDCMD6 __REG(0x4400026C) -+#define REG_LCDBSCNTR __REG(0x48000054) -+ -+typedef struct { -+ unsigned long ENB : 1; /* LCD Controller Enable */ -+ unsigned long CMS : 1; /* Color/Monochrome Select */ -+ unsigned long SDS : 1; /* Single-Scan/dual-scan Display Select */ -+ unsigned long LDM : 1; /* LCD Disable Done Mask */ -+ unsigned long SOFM0 : 1; /* Start of Frame Mask for Channel 0 and Channel 1 (Dual Scan) */ -+ unsigned long IUM : 1; /* Input FIFO Underrun Mask */ -+ unsigned long EOFM0 : 1; /* End of Frame Mask for Channel 0 and for Channel 1 (Dual Scan) */ -+ unsigned long PAS : 1; /* Passive/Active Display Select */ -+ unsigned long reserved2 : 1; -+ unsigned long DPD : 1; /* Double-Pixel Data (DPD) Pin Mode */ -+ unsigned long DIS : 1; /* LCD Disable */ -+ unsigned long QDM : 1; /* LCD Quick Disable Mask */ -+ unsigned long PDD : 8; /* Palette DMA Request Delay */ -+ unsigned long BSM0 : 1; /* Branch Status Mask */ -+ unsigned long OUM : 1; /* Output FIFO Underrun Mask */ -+ unsigned long LCDT : 1; /* LCD Panel Type */ -+ unsigned long RDSTM : 1; /* LCD Read Status Interrupt Mask */ -+ unsigned long CMDIM : 1; /* LCD Command Interrupt Mask */ -+ unsigned long OUC : 1; /* Overlay Underlay Control Bit */ -+ unsigned long LDDALT : 1; /* LDD Alternate Mapping Control Bit */ -+ unsigned long reserved1 : 5; -+} LCCR0_t; -+typedef union { -+ LCCR0_t f; -+ unsigned long val; -+} LCCR0_u; -+ -+typedef struct { -+ unsigned long PPL :10; /* Pixels per Line for the Base Frame */ -+ unsigned long HSW : 6; /* Horizontal Sync Pulse Width */ -+ unsigned long ELW : 8; /* End-of-Line Pixel Clock Wait Count */ -+ unsigned long BLW : 8; /* Beginning-of-Line Pixel Clock Wait Count */ -+} LCCR1_t; -+typedef union { -+ LCCR1_t f; -+ unsigned long val; -+} LCCR1_u; -+ -+typedef struct { -+ unsigned long LPP :10; /* Lines per Panel for the Base Frame */ -+ unsigned long VSW : 6; /* Vertical Sync Pulse Width */ -+ unsigned long EFW : 8; /* End-of-Frame Line Clock Wait Count */ -+ unsigned long BFW : 8; /* Beginning-of-Frame Line Clock Wait Count */ -+} LCCR2_t; -+typedef union { -+ LCCR2_t f; -+ unsigned long val; -+} LCCR2_u; -+ -+typedef struct { -+ unsigned long PCD : 8; /* Pixel Clock Divisor */ -+ unsigned long ACB : 8; /* AC Bias Pin Frequency */ -+ unsigned long API : 4; /* AC Bias Pin Transitions per Interrupt */ -+ unsigned long VSP : 1; /* Vertical Sync Polarity */ -+ unsigned long HSP : 1; /* Horizontal Sync Polarity */ -+ unsigned long PCP : 1; /* Pixel Clock Polarity */ -+ unsigned long OEP : 1; /* Output Enable Polarity */ -+ unsigned long BPP : 3; /* Bits per Pixel */ -+ unsigned long DPC : 1; /* Double Pixel Clock Mode */ -+ unsigned long reserved1 : 1; -+ unsigned long BPP3 : 1; /* Bits per Pixel */ -+ unsigned long PDFOR : 2; /* Pixel Data Format */ -+} LCCR3_t; -+typedef union { -+ LCCR3_t f; -+ unsigned long val; -+} LCCR3_u; -+ -+typedef struct { -+ unsigned long K1 : 3; /* Multiplication Constant for Red for Half Transparency */ -+ unsigned long K2 : 3; /* Multiplication Constant for Blue for Half Transparency */ -+ unsigned long K3 : 3; /* Multiplication Constant for Green for Half Transparency */ -+ unsigned long reserved2 : 6; -+ unsigned long PAL_FOR : 2; /* Palette Data Format */ -+ unsigned long reserved1 :12; -+ unsigned long PCDDIV : 1; /* PCD Divisor Selection */ -+} LCCR4_t; -+typedef union { -+ LCCR4_t f; -+ unsigned long val; -+} LCCR4_u; -+ -+/* LCCR5 unused */ -+ -+typedef struct { -+ unsigned long PPL1 :10; /* Pixels per Line for Overlay 1 Frame */ -+ unsigned long LPO1 :10; /* Number of Lines for Overlay 1 */ -+ unsigned long BPP1 : 4; /* Bits per Pixel for Overlay 1 */ -+ unsigned long reserved1 : 7; -+ unsigned long O1EN : 1; /* Enable bit for Overlay 1 */ -+} OVL1C1_t; -+typedef union { -+ OVL1C1_t f; -+ unsigned long val; -+} OVL1C1_u; -+ -+typedef struct { -+ unsigned long O1XPOS :10; /* Horizontal Position of the Upper Left-Most Pixel of Overlay 1 Window */ -+ unsigned long O1YPOS :10; /* Vertical Position of the Upper Left-Most Pixel of Overlay 1 Window */ -+ unsigned long reserved1 :12; -+} OVL1C2_t; -+typedef union { -+ OVL1C2_t f; -+ unsigned long val; -+} OVL1C2_u; -+ -+typedef struct { -+ unsigned long PPL2 :10; /* Pixels per Line for Overlay 2 Frame */ -+ unsigned long LPO2 :10; /* Number of Lines for Overlay 2 Frame */ -+ unsigned long BPP2 : 4; /* Bits per Pixel for Overlay 2 */ -+ unsigned long reserved1 : 7; -+ unsigned long O2EN : 1; /* Overlay 2 Enable */ -+} OVL2C1_t; -+typedef union { -+ OVL2C1_t f; -+ unsigned long val; -+} OVL2C1_u; -+ -+typedef struct { -+ unsigned long O2XPOS :10; /* Horizontal Position of the Upper Left Most Pixel of Overlay 2 */ -+ unsigned long O2YPOS :10; /* Vertical Position of the Upper Left Most Pixel of Overlay 2 */ -+ unsigned long FOR : 3; /* Format */ -+ unsigned long reserved1 : 9; -+} OVL2C2_t; -+typedef union { -+ OVL2C2_t f; -+ unsigned long val; -+} OVL2C2_u; -+ -+#undef BS0 -+typedef struct { -+ unsigned long LDD : 1; /* LCD Disable Done Flag */ -+ unsigned long SOF0 : 1; /* Start of Frame Status for Base */ -+ unsigned long BER : 1; /* Bus Error Status */ -+ unsigned long ABC : 1; /* AC Bias Count Status */ -+ unsigned long IU0 : 1; /* Input FIFO Underrun for Channel 0 */ -+ unsigned long IU1 : 1; /* Input FIFO Underrun for Channel 1 */ -+ unsigned long OU : 1; /* Output FIFO Underrun */ -+ unsigned long QD : 1; /* LCD Quick Disable Status */ -+ unsigned long EOF0 : 1; /* End of Frame Status for Base (Channel 0) */ -+ unsigned long BS0 : 1; /* Branch Status for Base */ -+ unsigned long SINT : 1; /* Subsequent Interrupt Status */ -+ unsigned long RD_ST : 1; /* Read Status */ -+ unsigned long CMD_INT : 1; /* Command Interrupt Status */ -+ unsigned long reserved2 :15; -+ unsigned long BER_CH : 3; /* Bus Error Channel Number */ -+ unsigned long reserved1 : 1; -+} LCSR0_t; -+typedef union { -+ LCSR0_t f; -+ unsigned long val; -+} LCSR0_u; -+ -+#undef BS1 -+typedef struct { -+ unsigned long SOF1 : 1; /* Start of Frame Status for Channel 1 */ -+ unsigned long SOF2 : 1; /* Start of Frame Status for Channel 2 */ -+ unsigned long SOF3 : 1; /* Start of Frame Status for Channel 3 */ -+ unsigned long SOF4 : 1; /* Start of Frame Status for Channel 4 */ -+ unsigned long SOF5 : 1; /* Start of Frame Status for Channel 5 */ -+ unsigned long SOF6 : 1; /* Start of Frame Status for Channel 6 */ -+ unsigned long reserved4 : 2; -+ unsigned long EOF1 : 1; /* End of Frame Status for Channel 1 */ -+ unsigned long EOF2 : 1; /* End of Frame Status for Channel 2 */ -+ unsigned long EOF3 : 1; /* End of Frame Status for Channel 3 */ -+ unsigned long EOF4 : 1; /* End of Frame Status for Channel 4 */ -+ unsigned long EOF5 : 1; /* End of Frame Status for Channel 5 */ -+ unsigned long EOF6 : 1; /* End of Frame Status for Channel 6 */ -+ unsigned long reserved3 : 2; -+ unsigned long BS1 : 1; /* Branch Status for Channel 1 (Command Register) */ -+ unsigned long BS2 : 1; /* Branch Status for Channel 2 (Command Register) */ -+ unsigned long BS3 : 1; /* Branch Status for Channel 3 (Command Register) */ -+ unsigned long BS4 : 1; /* Branch Status for Channel 4 (Command Register) */ -+ unsigned long BS5 : 1; /* Branch Status for Channel 5 (Command Register) */ -+ unsigned long BS6 : 1; /* Branch Status for Channel 6 (Command Register) */ -+ unsigned long reserved2 : 3; -+ unsigned long IU2 : 1; /* Input FIFO Underrun for Channel 2 */ -+ unsigned long IU3 : 1; /* Input FIFO Underrun for Channel 3 */ -+ unsigned long IU4 : 1; /* Input FIFO Underrun for Channel 4 */ -+ unsigned long IU5 : 1; /* Input FIFO Underrun for Channel 5 */ -+ unsigned long IU6 : 1; /* Input FIFO Underrun for Channel 6 */ -+ unsigned long reserved1 : 2; -+} LCSR1_t; -+typedef union { -+ LCSR1_t f; -+ unsigned long val; -+} LCSR1_u; -+ -+/* CCR unused */ -+/* CMDCR unused */ -+/* TRGBR unused */ -+/* TCR unused */ -+ -+typedef struct { -+ unsigned long LCDBS : 4; /* LCD Buffer Strength */ -+ unsigned long reserved1 :28; -+} LCDBSCNTR_t; -+typedef union { -+ LCDBSCNTR_t f; -+ unsigned long val; -+} LCDBSCNTR_u; -+ -+typedef struct { -+ LCCR0_u lccr0; -+ LCCR1_u lccr1; -+ LCCR2_u lccr2; -+ LCCR3_u lccr3; -+ LCCR4_u lccr4; -+ OVL1C1_u ovl1c1; -+ OVL1C2_u ovl1c2; -+ OVL2C1_u ovl2c1; -+ OVL2C2_u ovl2c2; -+ unsigned long fdadr0; -+ unsigned long fdadr1; -+ unsigned long fdadr2; -+ unsigned long fdadr3; -+ unsigned long fdadr4; -+ unsigned long fdadr5; -+ unsigned long fdadr6; -+ char cken20_intmem; -+} lcdc_state_t; -+ -+#endif /* BVDD_P_INCLUDED */ diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P18-detailed_battery_050309.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P18-detailed_battery_050309.patch deleted file mode 100644 index 1dd6db199b..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/P18-detailed_battery_050309.patch +++ /dev/null @@ -1,102 +0,0 @@ -diff -Nur c3000_pre/linux/arch/arm/mach-pxa/sharpsl_battery.c c3000_work/linux/arch/arm/mach-pxa/sharpsl_battery.c ---- c3000_pre/linux/arch/arm/mach-pxa/sharpsl_battery.c 2004-11-16 15:31:06.000000000 +0900 -+++ c3000_work/linux/arch/arm/mach-pxa/sharpsl_battery.c 2005-03-08 23:05:29.000000000 +0900 -@@ -337,20 +337,88 @@ - - #if defined(CONFIG_ARCH_PXA_SPITZ) - BATTERY_THRESH sharpsl_main_battery_thresh_temp_h[] = { -- { 194, 100, SHARPSL_BATTERY_STATUS_HIGH}, -- { 188, 75, SHARPSL_BATTERY_STATUS_HIGH}, -- { 184, 50, SHARPSL_BATTERY_STATUS_HIGH}, -- { 180, 25, SHARPSL_BATTERY_STATUS_LOW}, -- { 176, 5, SHARPSL_BATTERY_STATUS_VERYLOW}, -+ { 212, 100, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 212, 98, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 211, 95, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 210, 93, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 209, 90, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 208, 88, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 207, 85, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 206, 83, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 205, 80, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 204, 78, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 203, 75, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 202, 73, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 201, 70, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 200, 68, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 199, 65, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 198, 63, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 197, 60, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 196, 58, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 195, 55, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 194, 53, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 193, 50, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 192, 48, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 192, 45, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 191, 43, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 191, 40, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 190, 38, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 190, 35, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 189, 33, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 188, 30, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 187, 28, SHARPSL_BATTERY_STATUS_LOW}, -+ { 186, 25, SHARPSL_BATTERY_STATUS_LOW}, -+ { 185, 23, SHARPSL_BATTERY_STATUS_LOW}, -+ { 184, 20, SHARPSL_BATTERY_STATUS_LOW}, -+ { 183, 18, SHARPSL_BATTERY_STATUS_LOW}, -+ { 182, 15, SHARPSL_BATTERY_STATUS_LOW}, -+ { 181, 13, SHARPSL_BATTERY_STATUS_LOW}, -+ { 180, 10, SHARPSL_BATTERY_STATUS_LOW}, -+ { 179, 8, SHARPSL_BATTERY_STATUS_LOW}, -+ { 178, 5, SHARPSL_BATTERY_STATUS_VERYLOW}, - { 0, 0, SHARPSL_BATTERY_STATUS_CRITICAL}, - }; - - BATTERY_THRESH sharpsl_main_battery_thresh_temp_l[] = { -- { 194, 100, SHARPSL_BATTERY_STATUS_HIGH}, -- { 188, 75, SHARPSL_BATTERY_STATUS_HIGH}, -- { 184, 50, SHARPSL_BATTERY_STATUS_HIGH}, -- { 180, 25, SHARPSL_BATTERY_STATUS_LOW}, -- { 176, 5, SHARPSL_BATTERY_STATUS_VERYLOW}, -+ { 212, 100, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 212, 98, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 211, 95, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 210, 93, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 209, 90, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 208, 88, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 207, 85, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 206, 83, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 205, 80, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 204, 78, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 203, 75, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 202, 73, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 201, 70, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 200, 68, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 199, 65, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 198, 63, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 197, 60, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 196, 58, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 195, 55, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 194, 53, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 193, 50, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 192, 48, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 191, 45, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 190, 43, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 189, 40, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 188, 38, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 187, 35, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 186, 33, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 185, 30, SHARPSL_BATTERY_STATUS_HIGH}, -+ { 184, 28, SHARPSL_BATTERY_STATUS_LOW}, -+ { 183, 25, SHARPSL_BATTERY_STATUS_LOW}, -+ { 182, 23, SHARPSL_BATTERY_STATUS_LOW}, -+ { 181, 20, SHARPSL_BATTERY_STATUS_LOW}, -+ { 180, 18, SHARPSL_BATTERY_STATUS_LOW}, -+ { 179, 15, SHARPSL_BATTERY_STATUS_LOW}, -+ { 178, 13, SHARPSL_BATTERY_STATUS_LOW}, -+ { 177, 10, SHARPSL_BATTERY_STATUS_LOW}, -+ { 176, 8, SHARPSL_BATTERY_STATUS_LOW}, -+ { 175, 5, SHARPSL_BATTERY_STATUS_VERYLOW}, - { 0, 0, SHARPSL_BATTERY_STATUS_CRITICAL}, - }; - #else diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/add-oz-release-string.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/add-oz-release-string.patch deleted file mode 100644 index 1674ed18ff..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/add-oz-release-string.patch +++ /dev/null @@ -1,24 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- linux_n1/Makefile~add-oz-release-string -+++ linux_n1/Makefile -@@ -394,6 +394,7 @@ - @echo \#define UTS_RELEASE \"$(KERNELRELEASE)\" > .ver - @echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)` >> .ver - @echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))' >>.ver -+ @echo \#define OPENZAURUS_RELEASE \"$(OPENZAURUS_RELEASE)\" >> .ver - @mv -f .ver $@ - - comma := , ---- linux_n1/init/version.c~add-oz-release-string -+++ linux_n1/init/version.c -@@ -22,5 +22,5 @@ - }; - - const char *linux_banner = -- "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@" -+ "Linux version " UTS_RELEASE OPENZAURUS_RELEASE " (" LINUX_COMPILE_BY "@" - LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch deleted file mode 100644 index 4a7a8d8f20..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/armdeffix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- linux/include/asm-arm/processor.h.orig 2005-04-22 16:17:14.240797608 +0100 -+++ linux/include/asm-arm/processor.h 2005-04-22 16:18:16.671306728 +0100 -@@ -46,6 +46,10 @@ - #include <asm/proc/processor.h> - #include <asm/types.h> - -+/* -+ * Evil hack because the Embedix 2.95 defines this which breaks things. JMD. -+ */ -+#undef arm - union debug_insn { - u32 arm; - u16 thumb; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/bluecard_cs.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/bluecard_cs.patch deleted file mode 100644 index eacada33f5..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/bluecard_cs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-orig/drivers/bluetooth/bluecard_cs.c 2004-02-16 10:51:46.000000000 +0300 -+++ linux/drivers/bluetooth/bluecard_cs.c 2004-02-17 03:45:31.000000000 +0300 -@@ -102,7 +102,7 @@ - - - /* Default baud rate: 57600, 115200, 230400 or 460800 */ --#define DEFAULT_BAUD_RATE 230400 -+#define DEFAULT_BAUD_RATE 460800 - - - /* Hardware states */ diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/compile.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/compile.patch deleted file mode 100644 index 1a19b85daa..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/compile.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- linux/include/linux/jffs2_fs_i.h.old 2003-02-01 00:24:48.000000000 -0600 -+++ linux/include/linux/jffs2_fs_i.h 2003-02-01 00:25:14.000000000 -0600 -@@ -48,9 +48,11 @@ - uint32_t nr_frags; - #endif - -+#ifdef KERNEL_VERSION - #if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,2) - struct inode vfs_inode; - #endif -+#endif - }; - - #endif /* _JFFS2_FS_I */ diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/corgi-default-brightness.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/corgi-default-brightness.patch deleted file mode 100644 index 97070991c6..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/corgi-default-brightness.patch +++ /dev/null @@ -1,19 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- linux/drivers/video/corgi_backlight.c~corgi-default-brightness -+++ linux/drivers/video/corgi_backlight.c -@@ -67,11 +67,7 @@ - static int is_corgibl_pm = 0; - - #define CORGI_LIGHT_SETTING 7 // range setting : 0(OFF) dim 1 2 3 4 5(MAX) --#if defined(CONFIG_ARCH_PXA_SPITZ) - #define CORGI_LIGHT_DEFAULT 1 --#else --#define CORGI_LIGHT_DEFAULT 6 --#endif - static int is_corgibl_blank = 0; - int counter_step_contrast = CORGI_LIGHT_DEFAULT; - static corgibl_limit = CORGI_LIGHT_SETTING - 1; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/corgi-fbcon-logo.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/corgi-fbcon-logo.patch deleted file mode 100644 index 4d3b42445b..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/corgi-fbcon-logo.patch +++ /dev/null @@ -1,281 +0,0 @@ ---- linux/drivers/video/w100fb.c 2004-11-04 12:44:29.000000000 -0600 -+++ linux/drivers/video/w100fb.c~corgi.patch 2004-11-04 12:50:27.000000000 -0600 -@@ -982,6 +982,17 @@ - #endif - #endif - -+#ifdef CONFIG_ARCH_SHARP_SL_E // English message -+#include "corgiLogoMsg.c" -+#if defined(CONFIG_FBCON_ROTATE_R) || defined(CONFIG_FBCON_ROTATE_L) -+static int logo_msg_xoff __initdata = 400; -+static int logo_msg_yoff __initdata = 100; -+#else -+static int logo_msg_xoff __initdata = 120; -+static int logo_msg_yoff __initdata = 500; -+#endif -+#endif -+ - #endif // CONFIG_ARCH_PXA_SHEPHERD - - #endif ---- /dev/null 2004-06-13 02:32:19.000000000 +0100 -+++ linux/drivers/video/corgiLogoMsg.c 2004-11-12 19:57:23.000000000 +0000 -@@ -0,0 +1,258 @@ -+/* Logo Screen 16bits RGB(565) data*/ -+#ifndef __initdata -+#define __initdata -+#endif -+ -+static int logo_msg_width __initdata = 30; -+static int logo_msg_height __initdata = 250; -+static unsigned short logo_msg_data[] __initdata ={ -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe71c,0xad55,0x7bef,0xd69a,0xffff,0xffff,0xffff,0xffff,0xffff,0xdedb,0xc638,0xef7d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0x738e,0x0020,0x0000,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0x5aeb,0x0000,0x0020,0x528a,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x7bef,0x0000,0x18c3,0x738e,0x9cf3,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xa514,0x52aa,0x2104,0x0000,0x2104,0xf79e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffbf,0x1082,0x18e3,0xef3d,0xffff,0xffff,0xffff,0xffff,0xe73c,0xbdf7,0xdebb,0xffdf,0xffff,0xffff,0xffdf,0x6b6d,0x0000,0x9cf3,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xdebd,0xad17,0x0000,0x5a8c,0xef3e,0xffff,0xffff,0xffff,0xffff,0xa514,0x0000,0x7bb1,0xc5da,0xd67c,0xffbf,0xffff,0xef7d,0x0000,0x632c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xb558,0x0000,0x6b4e,0xf7bf,0xffff,0xffff,0xffff,0xffff,0x9492,0x0000,0x62ec,0xce1b,0xc5ba,0xce1b,0xffff,0xf7be,0x0000,0x630c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xc5fb,0xce1b,0xffff,0x18e3,0x2124,0xf79e,0xffff,0xffdf,0xf77e,0xef7d,0x2945,0x0000,0x10a2,0xe71c,0xdebd,0xc5ba,0xef1e,0x94b2,0x0000,0x9cd3,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffbf,0xc5ba,0xdebd,0xffff,0x8c71,0x0000,0x2945,0x8430,0x9493,0x6b0e,0x2125,0x0000,0x94b2,0x0020,0x0841,0x526a,0x4209,0x3166,0x0000,0x2104,0xf79e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffbf,0xc5ba,0xdedd,0xffff,0xffff,0x8430,0x0020,0x0000,0x0000,0x0000,0x0000,0x8410,0xffff,0xb596,0x18e3,0x0000,0x0000,0x0000,0x3186,0xdedb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xcdfb,0xce1b,0xffff,0xffff,0xffff,0xe71c,0x9cd3,0x630d,0x6b4f,0xa4f6,0xffbf,0xffff,0xffff,0xffff,0xbdd8,0x9474,0xc5f9,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe6fd,0xc5ba,0xce1b,0xe6fd,0xef3e,0xe6fd,0xce1b,0xc5ba,0xe71d,0xc5da,0xc5db,0xd67c,0xde9c,0xd63c,0xc5ba,0xce1b,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xe6fd,0xc5da,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xe6dd,0xffff,0xef5e,0xcdfb,0xc5ba,0xc5ba,0xc5ba,0xce3b,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffbf,0xef1e,0xe6dd,0xe71d,0xf79f,0xffff,0xffff,0xffff,0xffff,0xf79f,0xf77e,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xef5d,0xd69a,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0x2124,0x2104,0xf79e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x8c71,0x0000,0x4a69,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdedb,0x6b6d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0xf79f,0xffff,0xffff,0x4a69,0x0000,0x738e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x52aa,0x0000,0x9cd3,0xffff,0xffff,0xffff,0xffff,0xce1b,0xce1b,0xffff,0x4208,0x632c,0x2945,0x0000,0x630c,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe71c,0x1082,0x0841,0xc618,0xffff,0xffff,0xffff,0xe6fd,0xc5ba,0xd67c,0x2104,0x5aeb,0xe73c,0x2965,0x0000,0x39c7,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xf7bf,0xdebd,0xffff,0xffff,0xc618,0x0861,0x0861,0x94b2,0xffdf,0xffff,0xffff,0xd67c,0xc5ba,0x18e3,0x5aeb,0xffff,0xf79e,0x5aeb,0x0000,0x0861,0x8c71,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xd67c,0xc5ba,0xe71d,0xffff,0xffff,0xc638,0x18e3,0x0000,0x18c3,0x6b6d,0x9494,0xc5fa,0xce1b,0x18c3,0x526a,0xffff,0xffff,0xffff,0xad55,0x10a2,0x0000,0x2124,0xef7d,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffbf,0xc5fb,0xc5db,0xf77e,0xffff,0xffff,0xf79e,0x8410,0x18e3,0x0000,0x0000,0x0000,0x0861,0x0000,0x4209,0xd63c,0xffbf,0xffff,0xffff,0xef7d,0x738e,0x39c7,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf77e,0xc5db,0xc5db,0xe71d,0xffff,0xffff,0xffff,0xffff,0xc618,0x6b0e,0x4209,0x2945,0x0000,0x4a6a,0xc5ba,0xc5db,0xe6fd,0xffff,0xffff,0xffff,0xf7be,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xf77e,0x9cb5,0x8c13,0xcdfb,0xdebd,0xef5e,0xffdf,0xffff,0xce1b,0xde9c,0xffff,0x2104,0x5aeb,0xef3e,0xc5fb,0xc5ba,0xce1b,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x528a,0xcdfb,0xc5ba,0xc5ba,0xc5ba,0xc5db,0xc5da,0xde9c,0xffff,0x2104,0x5aeb,0xffff,0xffdf,0xdebd,0xd65c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x5aeb,0xffff,0xf77e,0xe6fd,0xd67c,0xce1b,0xc5ba,0xde9c,0xffff,0x2104,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xf7be,0x9492,0x630c,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xf79e,0xef5e,0xffff,0x2104,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xce1b,0xde9c,0xffff,0x2104,0x5aeb,0xffff,0xffff,0xffff,0xbdf7,0x2124,0x0000,0x0841,0xef7d,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xde9c,0xffff,0x2104,0x528a,0xdefb,0xdefb,0xdefb,0xffdf,0xffff,0xce1b,0xde9c,0xffff,0x2104,0x5aeb,0xffff,0xffff,0x8410,0x0020,0x0020,0x6b4d,0xe73c,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xde9c,0xffff,0x4a49,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x5aeb,0xffdf,0x5acb,0x0000,0x18e3,0xce59,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xde9c,0xffff,0xdefb,0x5aeb,0x4228,0x4228,0x4228,0x4228,0x4228,0x31a7,0x20e4,0x2104,0x2104,0x73ae,0x4a6a,0x0000,0x2946,0xbd79,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xd67c,0xf7bf,0xf7bf,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xce1b,0xde9c,0xffff,0xffff,0x6b4e,0x0000,0x3187,0xd65b,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xd65c,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xde9c,0xffff,0x9473,0x0000,0x2105,0xe73d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xf7bf,0xde9c,0xd65c,0xd65c,0xd65c,0xd65c,0xd65c,0xd65c,0xce1b,0xce1b,0xce1b,0xdebd,0xd67c,0x3166,0x0861,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xce1a,0xbdd7,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xef5d,0xd69a,0xffff,0xffff,0xffff,0xef5e,0xc5ba,0xce3b,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x9492,0x0000,0x4228,0xad55,0xffdf,0xd65c,0xc5fb,0xffbf,0xffff,0xffff,0x2104,0x5aeb,0xffff,0xffff,0xce59,0x2945,0xc638,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdedb,0x6b6d,0x2104,0x0000,0x10a2,0x630c,0xad55,0xf79e,0xffff,0xffff,0x2104,0x5aeb,0xffff,0xffff,0xce79,0x0000,0xb5b6,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0xdebb,0xdefb,0xdefb,0xdefb,0xdefb,0xb5b6,0x6b6d,0x31a6,0x0000,0x0841,0x39c7,0x6b6d,0x1082,0x528a,0xdefb,0xdefb,0xce59,0x0000,0x9cd3,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0x18c3,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x6b6d,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xf7bf,0x9493,0x83d1,0x7bb1,0x7bb1,0x8c32,0x94b3,0xa514,0x8430,0x2945,0x0000,0x18e3,0x9492,0x10a2,0x39c7,0x7bb1,0x94b3,0xa514,0x2945,0x4208,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffbf,0xf7bf,0xf7bf,0xf7bf,0xf7bf,0xef5e,0xdebd,0xbdb9,0x7b90,0x3187,0x0000,0x10a2,0x734f,0xce3b,0xf7bf,0x2104,0x5acb,0xc5ba,0xe71d,0xffff,0x7bcf,0x0841,0xf79e,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0x62ee,0x0000,0x0000,0x20e4,0x7370,0xbd9a,0xc5ba,0xc5ba,0xc5ba,0x18c3,0x4209,0xc5ba,0xdebd,0xffff,0xbdd7,0x3186,0xe73c,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xef5e,0xef3e,0xef3e,0x8411,0x18e4,0xef3e,0xb577,0x526a,0x9c94,0xc5ba,0xce1b,0xe71d,0x8c33,0x9494,0xef3e,0xce3a,0xb5b7,0xb558,0xb578,0xdefb,0xdedb,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x7bef,0x0000,0xef1e,0xd65c,0xc5ba,0x0000,0x738e,0xffff,0xffff,0x31a7,0x39c7,0xffff,0xdefb,0x0000,0x0000,0x0000,0x0000,0x0000,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x736e,0x0000,0xc5ba,0xce1b,0xe71d,0x0000,0x7bef,0xffff,0xffff,0x31a7,0x39c7,0xffff,0xdefb,0x0000,0x62ec,0x83f1,0x9cf3,0x39c7,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe71d,0xce1b,0xffff,0x7baf,0x0000,0xf77e,0xffff,0xffff,0x0000,0x73af,0xef5e,0xffff,0x4208,0x4208,0xf7bf,0xd6bb,0x0000,0x9cd3,0xf7bf,0xffff,0x5aeb,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0x7bef,0x0000,0xc5ba,0xe6dd,0xffff,0x0000,0x6b2e,0xd65c,0xffff,0x4208,0x3187,0xc5ba,0xacf7,0x0000,0x7bb1,0xce1b,0xffff,0x5aeb,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0x7bef,0x0000,0x62cd,0x736e,0x7bef,0x0000,0x3187,0x6b2e,0x7bef,0x2104,0x3187,0xdebc,0xce3a,0x0000,0x83f1,0xce1b,0xffff,0x5aeb,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0x7bef,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x3187,0xef3e,0xdefb,0x0000,0x8c32,0xce1b,0xffff,0x5aeb,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0x7bef,0x0000,0xc5ba,0xe6dd,0xffff,0x0000,0x6b2e,0xd65c,0xffff,0x4208,0x3187,0xef3e,0xdefb,0x0000,0x8c32,0xce1b,0xffff,0x5aeb,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xe6dd,0x736e,0x0000,0xc5ba,0xd65c,0xe6dd,0x0000,0x630d,0xd65c,0xffff,0x4208,0x3187,0xef3e,0xdefb,0x0000,0x8c32,0xce1b,0xffff,0x5aeb,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xc5ba,0x62cd,0x0000,0xc5ba,0xc5ba,0xc5ba,0x0000,0x62cd,0xd65c,0xffff,0x4208,0x3187,0xef3e,0xdefb,0x0000,0x738f,0xb537,0xdefb,0x528a,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0x7bef,0x0000,0xc5ba,0xe6dd,0xffff,0x0000,0x6b2e,0xd65c,0xffff,0x4208,0x3187,0xef3e,0xdefb,0x0000,0x0000,0x0000,0x0000,0x0000,0x2104,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0x7bef,0x0000,0xc5ba,0xe6dd,0xffff,0xc638,0xbd98,0xd65c,0xffff,0x736e,0x5a8c,0xef3e,0xf79e,0xa514,0x8c32,0x83d1,0xa514,0xa514,0xad75,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0xe71c,0xc638,0xc5ba,0xe6dd,0xffff,0xffff,0xd65c,0xd65c,0xffff,0xf7bf,0xc5ba,0xe6fd,0xf7bf,0xf7bf,0xd67c,0xce1b,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0xffff,0xffff,0xc5ba,0xe6dd,0xffff,0xffff,0xd65c,0xd65c,0xffff,0xf7bf,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xce1b,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0xffff,0xdefb,0xdedb,0xf77e,0xffbf,0xffff,0xffff,0xdebd,0xdebd,0xffff,0xffff,0xef3e,0xef3e,0xef3e,0xef3e,0xef3e,0xef5e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffbf,0xf77e,0xffff,0x5aeb,0x0000,0x39e7,0x8c71,0xbdf7,0xdefb,0xf79e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x9cd3,0x2965,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xf7bf,0xf7bf,0xffff,0xffff,0xffff,0xe73c,0xb5b6,0x9492,0x7bef,0x630c,0x5aeb,0x5aeb,0x5aeb,0x5aeb,0x5aeb,0x5aeb,0x5aeb,0x5aeb,0x528a,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xd65c,0xbdd8,0x9493,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc638,0xad75,0xffff,0xdefb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xe71d,0xce3b,0xc5ba,0x2945,0x1082,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0x4209,0x18c3,0xef3e,0xdefb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0x736e,0x0000,0xb577,0xde9c,0xde9c,0xd67c,0x9473,0x18e3,0xbdd9,0xde9c,0xde9c,0xde9c,0x4a4a,0x18c3,0xef3e,0xdefb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xf79f,0xef1e,0xffff,0xc618,0x0000,0x8430,0xffff,0xf7be,0x2965,0x528a,0x0000,0xdefb,0xa514,0x73af,0x7bef,0x2965,0x0861,0x738f,0xad75,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xd63c,0xcdfb,0xffff,0xffff,0x18e3,0x39e7,0xffff,0x7bcf,0x0000,0x5aeb,0x0000,0xdefb,0x4a6a,0x0000,0x0000,0x0000,0x0000,0x0000,0x8410,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xdedd,0xc5ba,0xf79e,0xffff,0x73ae,0x0000,0xbdb7,0x0020,0x4a69,0xa514,0x0000,0xdefb,0x4a6a,0x10a3,0xdefb,0x4a69,0x10a3,0xce3a,0xd69a,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xf77e,0xc5ba,0xe6fd,0xffff,0xdefb,0x0000,0x10a2,0x0000,0xce59,0x9493,0x0000,0xc5f9,0x4a2a,0x18c3,0xe6dd,0x52ab,0x18c3,0xef3e,0xdefb,0x0000,0x39c7,0x5aeb,0xdedb,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xcdfb,0xd65c,0xffff,0xe6dd,0x39c8,0x0000,0x3187,0xf7bf,0x8c32,0x0000,0xacf7,0x4209,0x18c3,0xc5ba,0x528a,0x18c3,0xef3e,0xdefb,0x0000,0x0000,0x0000,0xc638,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdedd,0xc5ba,0xf79e,0xc5db,0x630d,0x0000,0x62ed,0xf7bf,0x8c32,0x0000,0xd6bb,0x4a4a,0x18c3,0xf7bf,0x5acb,0x18c3,0xef3e,0xdefb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf7bf,0xc5ba,0xcdfb,0xbd9a,0x1082,0x0000,0x1082,0xef7e,0x8c32,0x0000,0xdefb,0x4a6a,0x18c3,0xffff,0x5acb,0x18c3,0xd65c,0xbdb8,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xd67c,0xc5ba,0x8411,0x0000,0x6b4d,0x0000,0x8410,0x8c32,0x0000,0xdefb,0x4a6a,0x18c3,0xffff,0x5acb,0x18c3,0xc5ba,0xacf7,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xe6dd,0xc5ba,0x39a7,0x1082,0xe6fd,0x4a2a,0x0861,0x736e,0x0000,0xdefb,0x4a6a,0x0020,0x4228,0x18c3,0x0020,0x39e8,0x94b2,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xc5fb,0xb558,0x0000,0x5acb,0xef3e,0xb559,0x2104,0x0020,0x0000,0xdefb,0x62ed,0x18c3,0x2104,0x0861,0x0000,0x18e4,0x8c71,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5ba,0x9452,0x0000,0x9493,0xef3e,0xc5ba,0xce59,0x0841,0x0000,0xdefb,0xde9c,0xce1b,0xffff,0x5acb,0x18c3,0xef3e,0xdefb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xd65c,0xc5fb,0x5aeb,0x0000,0xb558,0xe6fd,0xc5ba,0xf7bf,0xa515,0x62ed,0xc5fa,0xcdfb,0xc5db,0xd65c,0x528a,0x18c3,0xef3e,0xdefb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffdf,0xc5da,0xde9c,0x5aeb,0x2124,0xce1b,0xc5db,0xc5ba,0xf7bf,0xdebd,0xce1b,0xce1b,0xc5db,0xc5da,0xce1b,0x7bcf,0x4209,0xef3e,0xdefb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xef3e,0xc5ba,0xef3e,0xffff,0xef7d,0xf79f,0xc5db,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xde9c,0xce1b,0xffff,0xf7bf,0xc5ba,0xef3e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xffdf,0xffff,0xffff,0xffff,0xf77e,0xe6dd,0xffdf,0xffff,0xffff,0xffff,0xde9c,0xce1b,0xffff,0xf7bf,0xc5ba,0xef3e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xde9c,0xce1b,0xffff,0xffff,0xffff,0xffff,0xef5d,0x9cd3,0x7bef,0xa534,0xef7d,0xffff,0xe6fd,0xde9c,0xffff,0xf7bf,0xc5ba,0xef3e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffdf,0xffff,0xffff,0xffff,0xad55,0x0861,0x0000,0x0000,0x0000,0x1082,0x9cf3,0xffff,0xffff,0xffff,0xffff,0xffff,0x9492,0x2104,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdefb,0x0841,0x1082,0xa534,0xdefb,0xad75,0x2965,0x0000,0x94b2,0xffff,0xffff,0xffff,0xffff,0x7bef,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0x6b4e,0x0000,0xa535,0xffdf,0xffff,0xffff,0xf79e,0x2965,0x0841,0xdefb,0xffff,0xffff,0xffff,0x7bef,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5db,0x4209,0x0000,0xbd9a,0xc5fb,0xef1e,0xffff,0xffff,0xd69a,0x0000,0x630c,0xe71d,0xce1b,0xffbf,0x7bef,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf7bf,0xc5db,0xc5fb,0x83f0,0x0000,0x4a6a,0x8c32,0x9474,0xb576,0xc638,0xc638,0x3186,0x0861,0xad56,0x9474,0xbdf8,0x630c,0x0000,0xad55,0xc638,0xef7d,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdedd,0xc5ba,0xef5e,0xf79e,0x4a49,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0xc638,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xffff,0xffff,0xffff,0xd6ba,0xad75,0x9cd3,0x7bb1,0x8c32,0xa514,0x8430,0x0000,0x528a,0x7bb1,0x9cf3,0x528a,0x0000,0x8c71,0xa514,0xe73c,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe6fd,0xc5ba,0xd67c,0xef5e,0xef3d,0xf77e,0xf77e,0xf77e,0xce3b,0xc5db,0xf77e,0xef5e,0x0000,0x5aac,0xc5ba,0xef3e,0x7baf,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xd65c,0xc5ba,0x4a2a,0x20e4,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0x18c3,0x3187,0xc5ba,0xc5ba,0x62cd,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf7bf,0x41e8,0x0841,0xef3e,0xef3e,0xef3e,0xe6fd,0xc5ba,0xde9c,0xef3e,0x18e4,0x39a7,0xc5ba,0xe6fd,0x738f,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x5acb,0x0000,0xef5d,0xffff,0xffff,0xffff,0xc5ba,0xdebc,0xffff,0x1082,0x4229,0xc5ba,0xf7bf,0x7bef,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xde9c,0xce1b,0xffff,0x8c71,0x0000,0xb596,0xffff,0xffff,0xffff,0xce1b,0xd65c,0xdefb,0x0000,0x630d,0xc5ba,0xf7bf,0xe71c,0xc638,0xf7be,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xd65c,0xc5db,0xffff,0xd69a,0x0000,0x5acb,0xffff,0xffff,0xffff,0xce1b,0xd65c,0x8410,0x0000,0xa515,0xc5ba,0xf7bf,0xffff,0x94b2,0xc638,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xffdf,0xffff,0x2965,0x0020,0xc618,0xffff,0xffff,0xc5fb,0xad57,0x0861,0x2124,0xdebc,0xc5ba,0xf7bf,0x8c71,0x0000,0x39e7,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe6fd,0xc5ba,0xef5e,0xffff,0xce59,0x0020,0x0861,0x73ae,0x9cf3,0x526b,0x0020,0x0861,0xc638,0xffbf,0xf77e,0x7bef,0x0000,0x2124,0xe73c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf79f,0xc5ba,0xde9c,0xffff,0xffff,0xb5b6,0x2104,0x0000,0x0000,0x0000,0x3186,0xd69a,0xffff,0xffff,0xce5a,0x18a3,0x39e7,0xe73c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xce3b,0xc5da,0xf77e,0xffff,0xffff,0xffff,0xce39,0x9474,0xb578,0xffff,0xffff,0xffff,0xe6fd,0xc5ba,0xbd98,0xf7be,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xf79e,0xc5da,0xc5db,0xdedd,0xef3e,0xdebc,0xc5db,0xc5db,0xf77e,0xffff,0xffff,0xe6dd,0xc5ba,0xce1b,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xef5e,0xce1b,0xc5ba,0xc5ba,0xc5ba,0xd63b,0xf79f,0xd6ba,0xffff,0xffdf,0xcdfb,0xd65c,0xffdf,0xef5d,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf79f,0xf77e,0xffbf,0xffff,0x9cd3,0x0020,0xad55,0xffff,0xffbf,0xffff,0xffdf,0x39e7,0x4a69,0xf79e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc618,0x18c3,0x0000,0x8430,0xffff,0xffff,0xffdf,0x52aa,0x0000,0x3186,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x73ae,0x5aeb,0x5aeb,0x5aeb,0x5acb,0x5aeb,0x5aeb,0x4228,0x0000,0x0000,0x4228,0xe71c,0xffff,0xffdf,0x7bef,0x0000,0x1082,0x9cd3,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0020,0x7bef,0xef7d,0xffff,0xbdf7,0x2104,0x0000,0x2965,0xd69a,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf77e,0xcdfb,0xc5ba,0xe6fd,0xffff,0xffff,0xffff,0xad57,0x2925,0x0000,0x1082,0xd69a,0xffff,0xf7be,0x8410,0x0841,0xdedb,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xdebd,0xde9c,0xde9c,0xde9c,0xde9c,0xde9c,0xde9c,0xd65c,0xc5ba,0xc5ba,0xd65c,0xffbf,0xffff,0xffff,0xe6dd,0x83d1,0x39a7,0xe6fd,0xffff,0xffff,0xffff,0xef5d,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0x3187,0x7bb1,0xe6dd,0xffdf,0x5aeb,0x2104,0xce1b,0xc5ba,0xa516,0x7bcf,0xef7d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x0000,0x6b0d,0xc5ba,0xc5fb,0x5acb,0x2104,0xffff,0xe6dd,0x7bb1,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xa534,0x4228,0xffdf,0x0000,0x7bef,0xef3e,0xd65c,0x5aeb,0x2104,0xffff,0xffff,0x9cf4,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xef5d,0x5aeb,0x0000,0x10a3,0xd6ba,0x0000,0x6b4e,0xce1b,0xffff,0x5aeb,0x2104,0xe6dd,0xffdf,0xa514,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x4208,0x0000,0x39a8,0xc61a,0xffff,0x0000,0x6b4e,0xce1b,0xffff,0x5aeb,0x18e4,0xc5ba,0xf7bf,0xa514,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xef3e,0xb577,0xa514,0xc5ba,0xe6dd,0xffff,0x0000,0x6b4e,0xce1b,0xffff,0x5aeb,0x10a3,0x9474,0xbdf8,0x7bef,0x0000,0xad55,0xc638,0xef7d,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0xd67c,0xacf7,0xcdfb,0xf79f,0xc5ba,0xe6dd,0xffff,0x0000,0x6b4e,0xce1b,0xffff,0x5aeb,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0xc638,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xd65c,0x20e4,0x4a4a,0xffbf,0xffff,0xc5ba,0xe6dd,0xffff,0x0000,0x6b4e,0xce1b,0xffff,0x5aeb,0x1082,0x7bb1,0x9cf3,0x632c,0x0000,0x8c71,0xa514,0xe73c,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xf7bf,0x18e4,0x5aeb,0xffff,0xffff,0xc5ba,0xe6dd,0xffff,0x0000,0x6b4e,0xcdfb,0xf77e,0x5aab,0x18e3,0xc5ba,0xef3e,0x9cb3,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf7bf,0xffff,0x2104,0x4228,0xc638,0xc638,0x9474,0xad56,0xc638,0x0000,0x528b,0x9474,0x9474,0x31a7,0x18c3,0xc5ba,0xc5ba,0x7bb1,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xde9c,0xffff,0x4a69,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x18e3,0xc5ba,0xe6fd,0x9493,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xde9c,0xffff,0xf79e,0xa534,0xa514,0xa514,0x7bb1,0x8c52,0xa514,0x0000,0x4209,0x83d1,0xa514,0x39c7,0x18e4,0xc5ba,0xf7bf,0xa514,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xce1b,0xd65c,0xf77e,0xf77e,0xf77e,0xf77e,0xf77e,0xc5ba,0xde9c,0xf77e,0x0000,0x6b2e,0xce1b,0xffff,0x5aeb,0x18e4,0xc5ba,0xf7bf,0xb5b6,0x4228,0xe73c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xd67c,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xce1b,0xffff,0xdedb,0xb5b7,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xef3e,0xef3e,0xef3e,0xef3e,0xef3e,0xef3e,0xc5ba,0xd67c,0xef3e,0xef3e,0xd65c,0xce1b,0xffff,0xffff,0xef3e,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc5ba,0xe6dd,0xffff,0xffff,0xde9c,0xce1b,0xffff,0xffff,0xef5e,0xa4d5,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc638,0xad75,0xef5d,0xf79e,0xffff,0xffff,0xffff,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x632c,0x0000,0x0841,0x4a69,0x9cf3,0xe73c,0xffff,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x632c,0x0000,0x18c3,0x1082,0x0000,0x0000,0x3186,0x5aeb,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xbdf7,0x7bef,0xd6bb,0xef5e,0xffff,0xf79e,0x3186,0x0020,0xce79,0xa4f4,0x41e9,0x0841,0x0000,0x0000,0x0861,0x528a,0x9492,0xef7d,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x6b6d,0x0000,0xbdb8,0xc5ba,0xc5db,0xd67c,0xce5a,0x0861,0x4208,0xf77e,0xc5ba,0xe6fd,0x94b2,0x0000,0x18e3,0x0000,0x0000,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x4a49,0x0861,0xdebc,0xc5ba,0xcdfb,0xc5fb,0xc5ba,0x62ed,0x0000,0xa4f5,0xc5ba,0xef3e,0xc638,0x0000,0xa514,0xef5d,0xa534,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf77e,0xe6dd,0xffbf,0x2965,0x31a6,0xffff,0xce3b,0xc5da,0xf79e,0xef3e,0xce1a,0x0020,0x4209,0xc5ba,0xc5db,0xa4f5,0x0000,0x9cf4,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdebd,0xc5ba,0xf7bf,0x2104,0x4228,0xffff,0xffbf,0xc5db,0xd65c,0xffff,0xffff,0x4229,0x10a2,0xc5ba,0xcdfb,0x9474,0x0000,0x9cf3,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xd65c,0xc5db,0xffff,0x2104,0x4228,0xffff,0xffff,0xe6dd,0xc5ba,0xf77e,0xffff,0x738e,0x0000,0xb558,0xef3e,0xc5f8,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce3b,0xce3b,0xffff,0x4208,0x18e3,0xffff,0xffff,0xffdf,0xc5db,0xde9c,0xffff,0x7bef,0x0000,0xacf7,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xd65c,0xffff,0x632c,0x0000,0xef5d,0xffff,0xffff,0xd65c,0xcdfb,0xffff,0x6b4d,0x0000,0xb559,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xd65c,0xffff,0xad55,0x0000,0x9cd3,0xffff,0xffff,0xdebd,0xc5ba,0xffdf,0x2124,0x2104,0xc5ba,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xd65c,0xcdfb,0xffff,0xf7be,0x10a2,0x2104,0xf79e,0xffff,0xe6dd,0xc5ba,0xa4f4,0x0000,0x6b4d,0xc5ba,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdebc,0xc5ba,0xffdf,0xffff,0x9492,0x0000,0x4228,0xdedb,0xde9c,0x83d1,0x0861,0x10a2,0xdedc,0xc5ba,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5ba,0xe71d,0xffff,0xffff,0x5aeb,0x0000,0x0000,0x0000,0x0000,0x1082,0xc618,0xf77e,0xc5ba,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xc5fb,0xce1b,0xffff,0xffff,0xffff,0xbdd7,0x630d,0x4209,0x7bd0,0xef5d,0xffff,0xf77e,0xc5ba,0xef3e,0xe71c,0x7bef,0xd69a,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5ba,0xd65c,0xf7bf,0xffff,0xef3e,0xc5db,0xc5fb,0xffdf,0xffff,0xffff,0xf77e,0xc5ba,0xef3e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5fb,0xf77e,0xffff,0xe71c,0x8430,0xbdd8,0xc5ba,0xef3e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xef7e,0xdebd,0xde9c,0xe71d,0xffdf,0xffff,0xe73c,0x18c3,0x0000,0x0020,0xb557,0xf79f,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x6b4d,0x0000,0x73ae,0x0020,0x3186,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffbf,0xc619,0x0020,0x528a,0xffff,0x7bcf,0x0000,0x94b2,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0xcdfb,0x41e9,0x0000,0xc639,0xffff,0xf7be,0x2104,0x1082,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdebc,0x9474,0x0000,0x39c8,0xce3b,0xffff,0xffff,0xb596,0x0000,0x52aa,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf7bf,0xc5ba,0x2104,0x0020,0xc5f9,0xc5ba,0xe71d,0xffff,0xffff,0x52aa,0x0000,0xad55,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xd67c,0x62cd,0x0000,0x6b6d,0xffff,0xce1b,0xc5fb,0xffbf,0xffff,0xe71c,0x1082,0x10a2,0xef5d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf77e,0x9cb5,0x0000,0x18c3,0xef7d,0xffff,0xef5e,0xc5ba,0xd67c,0xffff,0xffff,0x94b2,0x0000,0x52aa,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc5fa,0x2105,0x0000,0xad55,0xffff,0xffff,0xffff,0xd67c,0xc5ba,0xef3e,0xffff,0xffff,0x39c7,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe6dd,0x524b,0x0000,0x52aa,0xffff,0xffff,0xffff,0xffff,0xffbf,0xc5fb,0xc5fb,0xffdf,0xffff,0xdedb,0x0841,0x0861,0xdedb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf79f,0x7bb1,0x0000,0x18c3,0xef5d,0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5ba,0xd67c,0xffff,0xffff,0x9492,0x0000,0x4208,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xce3b,0x5acd,0x0020,0xbdd7,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xd65c,0xc5ba,0xef3e,0xffff,0xffff,0x5aeb,0xdedb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xdebc,0xc5ba,0xd67c,0xc618,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf7bf,0xc5db,0xc5db,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5ba,0xcdfb,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5ba,0xd65c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe6dd,0xc5da,0xef7e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xde9c,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xf77e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xce79,0x528a,0xd69a,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x73ae,0x0000,0x0000,0x39e7,0xa534,0xf7be,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xce59,0x5aeb,0x0861,0x0000,0x0861,0x52aa,0xa514,0xe73c,0xffff,0xffff,0xffff,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf79e,0xd67c,0xf79f,0xffff,0xffff,0xffff,0xf79e,0xa534,0x52aa,0x0861,0x0000,0x0000,0x2104,0x39c8,0x7bd0,0x8410,0x0000,0x8c71,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdebd,0xc5ba,0xc5ba,0xd65c,0xef3e,0xffff,0xffff,0xffff,0xffff,0xf7be,0xbdd7,0x7bcf,0x39c7,0x0841,0x0000,0x0000,0x0000,0x0000,0x0000,0x18e3,0xb596,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xf79e,0xde9c,0xc5db,0xc5ba,0xc5db,0xd67c,0xef3e,0xffdf,0xffff,0xffff,0xffff,0xf77e,0xc5ba,0xbdf8,0x8c51,0x0000,0x4208,0x4a69,0x2945,0xb596,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x9cd4,0x1082,0x0841,0x528c,0xbd79,0xce1b,0xd67c,0xe6fd,0xe6dd,0xc5ba,0xe6fd,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe71c,0x0841,0x0020,0x10a2,0x1082,0xd65b,0xd65c,0xc5db,0x9474,0x62cd,0xb559,0xc5ba,0x9474,0x0000,0x94b3,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x9492,0x0000,0x9cf3,0xffdf,0xbdf7,0xffff,0xffff,0xffff,0x7bf0,0x0000,0x9454,0xd65c,0xa4f5,0x0000,0x94b3,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5fb,0x4a29,0x0000,0xf7be,0xffff,0xffff,0xffff,0xffff,0xffff,0xad75,0x0000,0x7bb1,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffbf,0xc5db,0xc5da,0x3187,0x10a3,0xffdf,0xffff,0xffff,0xf77e,0xe6dd,0xffdf,0xce79,0x0000,0x62ed,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5ba,0xef1e,0x4228,0x2104,0xffff,0xffff,0xffff,0xe6fd,0xc5ba,0xf77e,0xdefb,0x0000,0x62cd,0xef3e,0xc638,0x0000,0xa514,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xffff,0x4228,0x18e3,0xffff,0xffff,0xffff,0xef5e,0xc5ba,0xef3e,0xdefb,0x0000,0x62cd,0xef3e,0xe71c,0x7bef,0xd69a,0xf7be,0xe73c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xd65c,0xcdfb,0xffff,0x5acb,0x0000,0xffdf,0xffff,0xffff,0xf79e,0xc5ba,0xe6fd,0xc638,0x0000,0x7370,0xef3e,0xffff,0xe71c,0x630c,0x10a2,0x4a69,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xd65c,0xce1b,0xffff,0x738e,0x0000,0xd69a,0xffff,0xffff,0xf7bf,0xc5ba,0xe6dd,0xad55,0x0000,0x8c12,0xef3e,0xffff,0xf79e,0x1082,0x528a,0xb5b6,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xd65c,0xcdfb,0xffff,0xa534,0x0000,0x94b2,0xffff,0xffff,0xf7bf,0xc5ba,0xe6dd,0x9cf3,0x2104,0xbdd9,0xf79f,0xffff,0xffdf,0xf7be,0xffff,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xffff,0xdedb,0x5aeb,0xbdf7,0xffff,0xffff,0xf77e,0xc5ba,0xe71d,0xffff,0xffff,0xffbf,0xde9c,0xc5fb,0xd67c,0xbdf7,0x4a69,0x0020,0xbdf7,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdebd,0xc5ba,0xf79f,0xffff,0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5ba,0xef5e,0xffff,0xffff,0xffff,0xc5fb,0xd67c,0xef5e,0xa534,0x18e3,0x73ae,0xe73c,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5ba,0xe71d,0xffff,0xffff,0xffff,0xffff,0xffff,0xef1e,0xce1b,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffbf,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf7bf,0xde9c,0xf77e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf77e,0xd67c,0xc5da,0xf77e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0xa534,0x528a,0x4228,0x738e,0xe71c,0xffff,0xffff,0xffff,0xef3e,0xcdfb,0x0000,0x5acb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0x52aa,0x0000,0x0861,0x18c3,0x0000,0x18c3,0xdedb,0xffff,0xffff,0xffff,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x9492,0x0000,0x632c,0xf7be,0xffff,0xb5b6,0x0841,0x3186,0xffff,0xffff,0xffff,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0x10a2,0x20e4,0xdebc,0xffbf,0xffff,0xffff,0x73ae,0x0000,0xbdd7,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xd67c,0x9474,0x0000,0x7370,0xc5ba,0xcdfb,0xf7bf,0xffff,0xd6ba,0x0000,0x6b6d,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5ba,0x7bd0,0x0000,0xd69a,0xef5e,0xc5db,0xce3b,0xffff,0xffff,0x1082,0x4a49,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xcdfb,0xce1b,0x6b6d,0x0000,0xf79e,0xffff,0xdedd,0xc5ba,0xef7e,0xffff,0x2104,0x4228,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf77e,0xc5ba,0xe71d,0x5aeb,0x0000,0xffff,0xffff,0xf7bf,0xc5ba,0xdebd,0xffff,0x10a2,0x4a69,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5ba,0xf79f,0x5aeb,0x0000,0xffff,0xffff,0xffff,0xc5fb,0xd65c,0xe71c,0x0000,0x6b6d,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdebd,0xc5ba,0xffff,0x6b6d,0x0000,0xe73c,0xffff,0xffff,0xce1b,0xd65c,0x9cd3,0x0000,0xb596,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xdedb,0x9cd3,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xffff,0x9492,0x0000,0xbdf7,0xffff,0xffff,0xc5fb,0xd67c,0x2965,0x1082,0xf7be,0xc5ba,0xde9c,0xd69a,0x0000,0x0841,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xde9c,0xc5ba,0xffff,0xbdf7,0x0000,0x8430,0xffff,0xffbf,0xc5ba,0x8c52,0x0000,0x8410,0xf7be,0x7370,0x2945,0x0000,0x0000,0x18c3,0x6b6d,0xb596,0xf7be,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xdebd,0xc5ba,0xffdf,0xf7be,0x4228,0x6b4d,0xffff,0xe71d,0xbd79,0x18c3,0x1082,0x6b6d,0x10a2,0x0000,0x0861,0x632d,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5ba,0xf77e,0xffff,0xffff,0xffff,0xffff,0xce3b,0x5aac,0x0000,0x0000,0x0000,0x2124,0x7370,0xbd9a,0xc5ba,0x0000,0x5acb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf77e,0xc5ba,0xe6fd,0xffff,0xffff,0xffff,0xef3e,0xc5ba,0x9cb4,0x0000,0x2945,0x8c33,0xc5ba,0xc5ba,0xcdfb,0xdebd,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xd65c,0xdebc,0xffff,0xffff,0xffff,0xcdfb,0xc5fb,0xdebd,0x9474,0xc5ba,0xc5fb,0xdebc,0xc5ba,0xde9c,0xffff,0x0000,0x5aeb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdedd,0xc5ba,0xc5ba,0xc5ba,0xce1b,0xe71d,0xffff,0xffff,0xc5ba,0xde9c,0xffff,0x7bef,0xad75,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xef5e,0xc5ba,0xce3b,0xef5e,0xffff,0xffff,0xffff,0xffff,0xc5ba,0xde9c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf77e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xc5ba,0xde9c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdedb,0xb596,0x9cf3,0x7bef,0x7bef,0x736e,0x73af,0xa514,0xad55,0xc638,0xe71c,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdefb,0x632c,0x18c3,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x31a6,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x9cd3,0x0020,0x0000,0x18e3,0x632c,0xa514,0xc638,0xdefb,0xdefb,0xdefb,0xd69a,0xc638,0x9cf3,0x738e,0x8c51,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xdefb,0x0020,0x18c3,0x9cd4,0xe6fd,0xe6dd,0xe6dd,0xe6dd,0xe6dd,0xef3e,0xef3e,0xf77e,0xffbf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf7bf,0x8c32,0x0000,0x4a2a,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xce3b,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5da,0xa4d6,0x0000,0x0000,0x4a49,0xb576,0xef7e,0xf7bf,0xf7bf,0xf79f,0xf77e,0xef1e,0xdebd,0xe6fd,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf7bf,0xc5da,0xcdfb,0xef3e,0x94b2,0x1082,0x0000,0x0000,0x2104,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xef3e,0xc5ba,0xde9c,0xffff,0xffff,0xef7d,0x94b2,0x4208,0x7bcf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xf79f,0xc5ba,0xc5ba,0xd67c,0xef7e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xe71d,0xc5fb,0xc5ba,0xc5ba,0xce1b,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffdf,0xe71d,0xd65c,0xe6dd,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf7be,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe73c,0x8410,0x18e3,0xf79e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xf79e,0xad55,0x52aa,0x0841,0x0000,0x0841,0xc618,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe71c,0xd69a,0xbdd7,0x94b2,0x6b4d,0x39c7,0x0020,0x0000,0x0000,0x2104,0x8c51,0xef7d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x4208,0x0000,0x0000,0x0000,0x0000,0x0000,0x2945,0x630d,0x9c94,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x8410,0x4228,0x630c,0x8430,0xad35,0xc5fa,0xc5db,0xc5ba,0xc5db,0xf77e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffbf,0xf79f,0xef7e,0xe71d,0xdebc,0xd63c,0xc5da,0xc5ba,0xc5ba,0xce1b,0xe6fd,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xd65c,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xc5ba,0xce1b,0xdebd,0xf77e,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xe6dd,0xd65c,0xde9c,0xe6fd,0xef5e,0xffdf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0x8c51,0x7bef,0x7bef,0xef7d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe71d,0xe6dd,0xe6dd,0x8c71,0x7bef,0x7bef,0xef7d,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xe71d,0xe6dd,0xe6dd,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0x2104,0x0000,0x0000,0xdefb,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xce1b,0xc5ba,0xc5ba,0xf7bf,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff, -+ 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff}; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/defconfig-akita b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/defconfig-akita deleted file mode 100644 index 5660c46a2c..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/defconfig-akita +++ /dev/null @@ -1,1311 +0,0 @@ -# -# Automatically generated by make menuconfig: don't edit -# -CONFIG_ARM=y -# CONFIG_EISA is not set -# CONFIG_SBUS is not set -# CONFIG_MCA is not set -CONFIG_UID16=y -CONFIG_RWSEM_GENERIC_SPINLOCK=y -# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set -# CONFIG_GENERIC_BUST_SPINLOCK is not set -# CONFIG_GENERIC_ISA_DMA is not set - -# -# Code maturity level options -# -CONFIG_EXPERIMENTAL=y -# CONFIG_OBSOLETE is not set - -# -# Loadable module support -# -CONFIG_MODULES=y -# CONFIG_MODVERSIONS is not set -CONFIG_KMOD=y - -# -# System Type -# -# CONFIG_ARCH_ANAKIN is not set -# CONFIG_ARCH_ARCA5K is not set -# CONFIG_ARCH_CLPS7500 is not set -# CONFIG_ARCH_CLPS711X is not set -# CONFIG_ARCH_CO285 is not set -CONFIG_ARCH_PXA=y -# CONFIG_ARCH_EBSA110 is not set -# CONFIG_ARCH_CAMELOT is not set -# CONFIG_ARCH_FOOTBRIDGE is not set -# CONFIG_ARCH_INTEGRATOR is not set -# CONFIG_ARCH_OMAHA is not set -# CONFIG_ARCH_L7200 is not set -# CONFIG_ARCH_MX1ADS is not set -# CONFIG_ARCH_RPC is not set -# CONFIG_ARCH_RISCSTATION is not set -# CONFIG_ARCH_SA1100 is not set -# CONFIG_ARCH_SHARK is not set -# CONFIG_ARCH_AT91RM9200DK is not set -# CONFIG_ARCH_KATANA is not set -# CONFIG_ARCH_S1C38000 is not set -# CONFIG_ARCH_DBMX1 is not set -# CONFIG_ARCH_DBMX2 is not set - -# -# Archimedes/A5000 Implementations -# -# CONFIG_ARCH_ARC is not set -# CONFIG_ARCH_A5K is not set - -# -# Footbridge Implementations -# -# CONFIG_ARCH_CATS is not set -# CONFIG_ARCH_PERSONAL_SERVER is not set -# CONFIG_ARCH_EBSA285_ADDIN is not set -# CONFIG_ARCH_EBSA285_HOST is not set -# CONFIG_ARCH_NETWINDER is not set - -# -# SA11x0 Implementations -# -# CONFIG_SA1100_ACCELENT is not set -# CONFIG_SA1100_ASSABET is not set -# CONFIG_ASSABET_NEPONSET is not set -# CONFIG_SA1100_ADSAGC is not set -# CONFIG_SA1100_ADSBITSY is not set -# CONFIG_SA1100_ADSBITSYPLUS is not set -# CONFIG_SA1100_BRUTUS is not set -# CONFIG_SA1100_CEP is not set -# CONFIG_SA1100_CERF is not set -# CONFIG_SA1100_H3100 is not set -# CONFIG_SA1100_H3600 is not set -# CONFIG_SA1100_H3800 is not set -# CONFIG_SA1100_H3XXX is not set -# CONFIG_H3600_SLEEVE is not set -# CONFIG_SA1100_EXTENEX1 is not set -# CONFIG_SA1100_FLEXANET is not set -# CONFIG_SA1100_FREEBIRD is not set -# CONFIG_SA1100_FRODO is not set -# CONFIG_SA1100_GRAPHICSCLIENT is not set -# CONFIG_SA1100_GRAPHICSMASTER is not set -# CONFIG_SA1100_HACKKIT is not set -# CONFIG_SA1100_BADGE4 is not set -# CONFIG_SA1100_JORNADA720 is not set -# CONFIG_SA1100_HUW_WEBPANEL is not set -# CONFIG_SA1100_ITSY is not set -# CONFIG_SA1100_LART is not set -# CONFIG_SA1100_NANOENGINE is not set -# CONFIG_SA1100_OMNIMETER is not set -# CONFIG_SA1100_PANGOLIN is not set -# CONFIG_SA1100_PLEB is not set -# CONFIG_SA1100_PT_SYSTEM3 is not set -# CONFIG_SA1100_SHANNON is not set -# CONFIG_SA1100_SHERMAN is not set -# CONFIG_SA1100_SIMPAD is not set -# CONFIG_SA1100_SIMPUTER is not set -# CONFIG_SA1100_PFS168 is not set -# CONFIG_SA1100_VICTOR is not set -# CONFIG_SA1100_XP860 is not set -# CONFIG_SA1100_YOPY is not set -# CONFIG_SA1100_USB is not set -# CONFIG_SA1100_USB_NETLINK is not set -# CONFIG_SA1100_USB_CHAR is not set -# CONFIG_SA1100_SSP is not set - -# -# Intel PXA250/210 Implementations -# -# CONFIG_ARCH_LUBBOCK is not set -# CONFIG_ARCH_PXA_IDP is not set -# CONFIG_ARCH_PXA_CERF is not set -# CONFIG_COTULLA_DMA is not set -# CONFIG_SABINAL_DISCOVERY is not set -# CONFIG_ARCH_SABINAL is not set -# CONFIG_ARCH_PXA_POODLE is not set -# CONFIG_POODLE_TR0 is not set -CONFIG_ARCH_PXA_CORGI=y -# CONFIG_CORGI_TR0 is not set -CONFIG_ARCH_PXA_SHEPHERD=y -CONFIG_ARCH_PXA_HUSKY=y -CONFIG_ARCH_PXA_BOXER=y -CONFIG_ARCH_PXA_SPITZ=y -CONFIG_ARCH_PXA_AKITA=y -# CONFIG_SPITZ_TR0 is not set -# CONFIG_SPITZ_TR0_5 is not set -# CONFIG_ARCH_PXA_TOSA is not set -# CONFIG_ARCH_PXA_TOSA_SKIP is not set -CONFIG_ARCH_SHARP_SL=y -CONFIG_ARCH_SHARP_SL_E=y -# CONFIG_ARCH_SHARP_SL_V is not set -# CONFIG_ARCH_SHARP_SL_G is not set -# CONFIG_ARCH_SHARP_SL_J is not set -# CONFIG_ARCH_SHARP_SL_S is not set -# CONFIG_ARCH_SHARP_SL_I is not set -# CONFIG_PXA_USB is not set -# CONFIG_PXA_USB_NETLINK is not set -# CONFIG_PXA_USB_CHAR is not set - -# -# CLPS711X/EP721X Implementations -# -# CONFIG_ARCH_AUTCPU12 is not set -# CONFIG_ARCH_CDB89712 is not set -# CONFIG_ARCH_CLEP7312 is not set -# CONFIG_ARCH_EDB7211 is not set -# CONFIG_ARCH_FORTUNET is not set -# CONFIG_ARCH_GUIDEA07 is not set -# CONFIG_ARCH_P720T is not set -# CONFIG_ARCH_EP7211 is not set -# CONFIG_ARCH_EP7212 is not set -# CONFIG_ARCH_ACORN is not set - -# -# S1C38000 Implementations -# -# CONFIG_S1C38000_TTE301 is not set - -# -# DBMX1 Implementations -# -# CONFIG_DBMX1_TPM102 is not set - -# -# DBMX2 Implementations -# -# CONFIG_ARCH_MX2ADS is not set -# CONFIG_ARCH_APLAT is not set -# CONFIG_FOOTBRIDGE is not set -# CONFIG_FOOTBRIDGE_HOST is not set -# CONFIG_FOOTBRIDGE_ADDIN is not set -CONFIG_CPU_32=y -# CONFIG_CPU_26 is not set -# CONFIG_CPU_ARM610 is not set -# CONFIG_CPU_ARM710 is not set -# CONFIG_CPU_ARM720T is not set -# CONFIG_CPU_ARM920T is not set -# CONFIG_CPU_ARM922T is not set -# CONFIG_PLD is not set -# CONFIG_CPU_ARM926T is not set -# CONFIG_CPU_ARM1020 is not set -# CONFIG_CPU_ARM1026 is not set -# CONFIG_CPU_SA110 is not set -# CONFIG_CPU_SA1100 is not set -CONFIG_CPU_32v5=y -CONFIG_CPU_XSCALE=y -CONFIG_CPU_PXA27X=y -CONFIG_SL_CCCR_CHANGE=y -CONFIG_CHANGE_CORE_VOLT=y -CONFIG_SL_SIGSTOP_FIX=y -CONFIG_BATT=y -# CONFIG_XSCALE_CACHE_ERRATA is not set -# CONFIG_CPU_32v3 is not set -# CONFIG_CPU_32v4 is not set -CONFIG_ARM_FCSE=y -# CONFIG_DISCONTIGMEM is not set -# CONFIG_XIP_KERNEL is not set -# CONFIG_RTHAL is not set -# CONFIG_PREEMPT is not set -CONFIG_LOLAT=y -CONFIG_LOLAT_SYSCTL=y - -# -# General setup -# -# CONFIG_PCI is not set -# CONFIG_ISA is not set -# CONFIG_ISA_DMA is not set -# CONFIG_ZBOOT_ROM is not set -CONFIG_ZBOOT_ROM_TEXT=0 -CONFIG_ZBOOT_ROM_BSS=0 -CONFIG_CPU_FREQ=y -CONFIG_HOTPLUG=y - -# -# PCMCIA/CardBus support -# -CONFIG_PCMCIA=y -# CONFIG_I82092 is not set -# CONFIG_I82365 is not set -# CONFIG_TCIC is not set -# CONFIG_PCMCIA_CLPS6700 is not set -# CONFIG_PCMCIA_SA1100 is not set -CONFIG_PCMCIA_PXA=y -#CONFIG_PCMCIA_SHARP_SL_2SLOT is not set - -# -# MMC device drivers -# -# CONFIG_MMC is not set -CONFIG_NET=y -CONFIG_SYSVIPC=y -# CONFIG_BSD_PROCESS_ACCT is not set -CONFIG_SYSCTL=y -CONFIG_FPE_NWFPE=y -# CONFIG_FPE_FASTFPE is not set -CONFIG_KCORE_ELF=y -# CONFIG_KCORE_AOUT is not set -CONFIG_BINFMT_AOUT=y -CONFIG_BINFMT_ELF=y -# CONFIG_BINFMT_MISC is not set -CONFIG_PM=y -CONFIG_APM=y -# CONFIG_APM_IGNORE_USER_SUSPEND is not set -CONFIG_APM_CPU_IDLE=y -CONFIG_APM_DISPLAY_BLANK=y -CONFIG_APM_RTC_IS_GMT=y -# CONFIG_ARTHUR is not set -CONFIG_CMDLINE="<see .bb file>" -# CONFIG_SHARPSL_BOOTLDR_PARAMS is not set -CONFIG_ALIGNMENT_TRAP=y -CONFIG_FREEPG_SIGNAL=y -CONFIG_OOM_KILL_SURVIVAL=y -CONFIG_DEVICEINFO=y - -# -# Parallel port support -# -# CONFIG_PARPORT is not set - -# -# Memory Technology Devices (MTD) -# -CONFIG_MTD=y -# CONFIG_MTD_DEBUG is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -CONFIG_MTD_CMDLINE_PARTS=y -# CONFIG_MTD_AFS_PARTS is not set -CONFIG_MTD_CHAR=y -CONFIG_MTD_BLOCK=y -# CONFIG_FTL is not set -# CONFIG_NFTL is not set - -# -# RAM/ROM/Flash chip drivers -# -# CONFIG_MTD_CFI is not set -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_GEN_PROBE is not set -# CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_AMDSTD is not set -# CONFIG_MTD_CFI_STAA is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_ROM=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_OBSOLETE_CHIPS is not set -# CONFIG_MTD_AMDSTD is not set -# CONFIG_MTD_SHARP is not set -# CONFIG_MTD_JEDEC is not set - -# -# Mapping drivers for chip access -# -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_UCLINUX is not set -# CONFIG_MTD_DRAGONIX is not set -# CONFIG_MTD_NETtel is not set -# CONFIG_MTD_NETteluC is not set -# CONFIG_MTD_KEYTECHNOLOGY is not set -# CONFIG_MTD_LUBBOCK is not set -# CONFIG_MTD_NORA is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -# CONFIG_MTD_CDB89712 is not set -# CONFIG_MTD_MX2ADS is not set -# CONFIG_MTD_SA1100 is not set -# CONFIG_MTD_DC21285 is not set -# CONFIG_MTD_IQ80310 is not set -# CONFIG_MTD_FORTUNET is not set -# CONFIG_MTD_PXA_CERF is not set -# CONFIG_MTD_EPXA10DB is not set -# CONFIG_MTD_AUTCPU12 is not set -# CONFIG_MTD_EDB7312 is not set -# CONFIG_MTD_IMPA7 is not set -# CONFIG_MTD_DISCOVERY is not set -CONFIG_MTD_SHARP_SL=y -# CONFIG_MTD_KATANA is not set -# CONFIG_MTD_TPM102 is not set -# CONFIG_MTD_PCI is not set - -# -# Self-contained MTD device drivers -# -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_MTDROM_SA1100 is not set -# CONFIG_MTD_MTDRAM_SA1100 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_MTDRAM_SHARP_SL is not set -# CONFIG_MTD_BLKMTD is not set -# CONFIG_MTD_DOC1000 is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOCPROBE is not set - -# -# NAND Flash Device Drivers -# -CONFIG_MTD_NAND=y -CONFIG_MTD_NAND_ECC=y -CONFIG_MTD_NAND_VERIFY_WRITE=y -# CONFIG_MTD_NAND_ERASE_BY_FORCE is not set -CONFIG_MTD_NAND_POST_BADBLOCK=y -CONFIG_MTD_NAND_LOGICAL_ADDRESS_ACCESS=y -CONFIG_MTD_NAND_IDS=y -CONFIG_MTD_NAND_SHARP_SL=y - -# -# Plug and Play configuration -# -# CONFIG_PNP is not set -# CONFIG_ISAPNP is not set - -# -# Block devices -# -# CONFIG_BLK_DEV_FD is not set -# CONFIG_BLK_DEV_XD is not set -# CONFIG_PARIDE is not set -# CONFIG_BLK_CPQ_DA is not set -# CONFIG_BLK_CPQ_CISS_DA is not set -# CONFIG_CISS_SCSI_TAPE is not set -# CONFIG_BLK_DEV_DAC960 is not set -# CONFIG_BLK_DEV_UMEM is not set -CONFIG_BLK_DEV_LOOP=y -# CONFIG_BLK_DEV_NBD is not set -CONFIG_BLK_DEV_RAM=y -CONFIG_BLK_DEV_RAM_SIZE=8192 -CONFIG_BLK_DEV_INITRD=y -# CONFIG_BLK_DEV_RAMDISK_DATA is not set -# CONFIG_BLK_DEV_BLKMEM is not set -# CONFIG_BLK_STATS is not set - -# -# Multi-device support (RAID and LVM) -# -# CONFIG_MD is not set -# CONFIG_BLK_DEV_MD is not set -# CONFIG_MD_LINEAR is not set -# CONFIG_MD_RAID0 is not set -# CONFIG_MD_RAID1 is not set -# CONFIG_MD_RAID5 is not set -# CONFIG_MD_MULTIPATH is not set -# CONFIG_BLK_DEV_LVM is not set - -# -# Cryptography support (CryptoAPI) -# -# CONFIG_CRYPTO is not set -# CONFIG_CIPHERS is not set -# CONFIG_DIGESTS is not set -# CONFIG_CRYPTODEV is not set -# CONFIG_CRYPTOLOOP is not set - -# -# Networking options -# -CONFIG_PACKET=y -CONFIG_PACKET_MMAP=y -CONFIG_NETLINK_DEV=y -CONFIG_NETFILTER=y -# CONFIG_NETFILTER_DEBUG is not set -# CONFIG_FILTER is not set -# CONFIG_NET_NEIGH_DEBUG is not set -# CONFIG_NET_RESTRICTED_REUSE is not set -CONFIG_UNIX=y -CONFIG_INET=y -# CONFIG_IP_MULTICAST is not set -# CONFIG_IP_ADVANCED_ROUTER is not set -# CONFIG_IP_PNP is not set -# CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE is not set -# CONFIG_ARPD is not set -# CONFIG_INET_ECN is not set -# CONFIG_SYN_COOKIES is not set - -# -# IP: Netfilter Configuration -# -# CONFIG_IP_NF_CONNTRACK is not set -# CONFIG_IP_NF_QUEUE is not set -# CONFIG_IP_NF_IPTABLES is not set -# CONFIG_IP_NF_ARPTABLES is not set -# CONFIG_IP_NF_COMPAT_IPCHAINS is not set -# CONFIG_IP_NF_COMPAT_IPFWADM is not set -# CONFIG_IPV6 is not set -# CONFIG_IPSEC is not set -# CONFIG_KHTTPD is not set -# CONFIG_ATM is not set -# CONFIG_VLAN_8021Q is not set -# CONFIG_IPX is not set -# CONFIG_ATALK is not set - -# -# Appletalk devices -# -# CONFIG_DEV_APPLETALK is not set -# CONFIG_DECNET is not set -# CONFIG_BRIDGE is not set -# CONFIG_X25 is not set -# CONFIG_LAPB is not set -# CONFIG_LLC is not set -# CONFIG_NET_DIVERT is not set -# CONFIG_ECONET is not set -# CONFIG_WAN_ROUTER is not set -# CONFIG_NET_FASTROUTE is not set -# CONFIG_NET_HW_FLOWCONTROL is not set - -# -# QoS and/or fair queueing -# -# CONFIG_NET_SCHED is not set - -# -# Network testing -# -# CONFIG_NET_PKTGEN is not set - -# -# Network device support -# -CONFIG_NETDEVICES=y - -# -# ARCnet devices -# -# CONFIG_ARCNET is not set -# CONFIG_DUMMY is not set -# CONFIG_BONDING is not set -# CONFIG_EQUALIZER is not set -# CONFIG_TUN is not set -# CONFIG_ETHERTAP is not set - -# -# Ethernet (10 or 100Mbit) -# -CONFIG_NET_ETHERNET=y -# CONFIG_ARM_AM79C961A is not set -# CONFIG_SUNLANCE is not set -# CONFIG_SUNBMAC is not set -# CONFIG_SUNQE is not set -# CONFIG_SUNGEM is not set -# CONFIG_NET_VENDOR_3COM is not set -# CONFIG_LANCE is not set -# CONFIG_NET_VENDOR_SMC is not set -# CONFIG_NET_VENDOR_RACAL is not set -# CONFIG_NET_ISA is not set -# CONFIG_NET_PCI is not set -# CONFIG_NET_POCKET is not set -# CONFIG_FEC is not set -# CONFIG_CS89x0 is not set -# CONFIG_UCCS8900 is not set - -# -# Ethernet (1000 Mbit) -# -# CONFIG_ACENIC is not set -# CONFIG_DL2K is not set -# CONFIG_E1000 is not set -# CONFIG_MYRI_SBUS is not set -# CONFIG_NS83820 is not set -# CONFIG_HAMACHI is not set -# CONFIG_YELLOWFIN is not set -# CONFIG_SK98LIN is not set -# CONFIG_TIGON3 is not set -# CONFIG_FDDI is not set -# CONFIG_HIPPI is not set -# CONFIG_PLIP is not set -CONFIG_PPP=y -# CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set -CONFIG_PPP_ASYNC=y -# CONFIG_PPP_SYNC_TTY is not set -# CONFIG_PPP_DEFLATE is not set -CONFIG_PPP_BSDCOMP=y -# CONFIG_PPPOE is not set -# CONFIG_SLIP is not set - -# -# Wireless LAN (non-hamradio) -# -CONFIG_NET_RADIO=y -# CONFIG_STRIP is not set -# CONFIG_WAVELAN is not set -# CONFIG_ARLAN is not set -# CONFIG_AIRONET4500 is not set -# CONFIG_AIRONET4500_NONCS is not set -# CONFIG_AIRONET4500_PROC is not set -# CONFIG_HERMES is not set -# CONFIG_PCMCIA_HERMES is not set -# CONFIG_AIRO_CS is not set -CONFIG_NET_WIRELESS=y - -# -# Token Ring devices -# -# CONFIG_TR is not set -# CONFIG_NET_FC is not set -# CONFIG_RCPCI is not set -# CONFIG_SHAPER is not set - -# -# Wan interfaces -# -# CONFIG_WAN is not set - -# -# PCMCIA network device support -# -CONFIG_NET_PCMCIA=y -# CONFIG_PCMCIA_3C589 is not set -# CONFIG_PCMCIA_3C574 is not set -# CONFIG_PCMCIA_FMVJ18X is not set -CONFIG_PCMCIA_PCNET=y -# CONFIG_PCMCIA_AXNET is not set -# CONFIG_PCMCIA_NMCLAN is not set -# CONFIG_PCMCIA_SMC91C92 is not set -# CONFIG_PCMCIA_XIRC2PS is not set -# CONFIG_ARCNET_COM20020_CS is not set -# CONFIG_PCMCIA_IBMTR is not set -# CONFIG_NET_PCMCIA_RADIO is not set - -# -# Amateur Radio support -# -# CONFIG_HAMRADIO is not set - -# -# IrDA (infrared) support -# -CONFIG_IRDA=y -# CONFIG_IRLAN is not set -# CONFIG_IRNET is not set -CONFIG_IRCOMM=y -# CONFIG_IRDA_ULTRA is not set -# CONFIG_IRDA_CACHE_LAST_LSAP is not set -CONFIG_IRDA_FAST_RR=y -# CONFIG_IRDA_DEBUG is not set - -# -# Infrared-port device drivers -# -CONFIG_IRTTY_SIR=y -# CONFIG_IRPORT_SIR is not set -# CONFIG_DONGLE is not set -# CONFIG_USB_IRDA is not set -# CONFIG_NSC_FIR is not set -# CONFIG_WINBOND_FIR is not set -# CONFIG_TOSHIBA_OLD is not set -# CONFIG_TOSHIBA_FIR is not set -# CONFIG_SMC_IRCC_FIR is not set -# CONFIG_ALI_FIR is not set -# CONFIG_VLSI_FIR is not set - -# -# ATA/ATAPI/MFM/RLL support -# -CONFIG_IDE=y - -# -# IDE, ATA and ATAPI Block devices -# -CONFIG_BLK_DEV_IDE=y -# CONFIG_BLK_DEV_HD_IDE is not set -# CONFIG_BLK_DEV_HD is not set -CONFIG_BLK_DEV_IDEDISK=y -# CONFIG_IDEDISK_MULTI_MODE is not set -# CONFIG_IDEDISK_STROKE is not set -# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set -# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set -# CONFIG_BLK_DEV_IDEDISK_IBM is not set -# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set -# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set -# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set -# CONFIG_BLK_DEV_IDEDISK_WD is not set -# CONFIG_BLK_DEV_COMMERIAL is not set -# CONFIG_BLK_DEV_TIVO is not set -CONFIG_BLK_DEV_IDECS=y -# CONFIG_BLK_DEV_IDECD is not set -# CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDEFLOPPY is not set -# CONFIG_BLK_DEV_IDESCSI is not set -# CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_BLK_DEV_CMD640 is not set -# CONFIG_BLK_DEV_CMD640_ENHANCED is not set -# CONFIG_BLK_DEV_ISAPNP is not set -# CONFIG_IDE_CHIPSETS is not set -# CONFIG_IDEDMA_AUTO is not set -# CONFIG_DMA_NONPCI is not set -# CONFIG_BLK_DEV_IDE_MODES is not set -# CONFIG_BLK_DEV_ATARAID is not set -# CONFIG_BLK_DEV_ATARAID_PDC is not set -# CONFIG_BLK_DEV_ATARAID_HPT is not set - -# -# SCSI support -# -CONFIG_SCSI=y -CONFIG_BLK_DEV_SD=y -CONFIG_SD_EXTRA_DEVS=40 -# CONFIG_CHR_DEV_ST is not set -# CONFIG_CHR_DEV_OSST is not set -CONFIG_BLK_DEV_SR=y -CONFIG_BLK_DEV_SR_VENDOR=y -CONFIG_SR_EXTRA_DEVS=2 -CONFIG_CHR_DEV_SG=y -# CONFIG_SCSI_DEBUG_QUEUES is not set -# CONFIG_SCSI_MULTI_LUN is not set -# CONFIG_SCSI_CONSTANTS is not set -# CONFIG_SCSI_LOGGING is not set - -# -# SCSI low-level drivers -# -# CONFIG_SCSI_7000FASST is not set -# CONFIG_SCSI_ACARD is not set -# CONFIG_SCSI_AHA152X is not set -# CONFIG_SCSI_AHA1542 is not set -# CONFIG_SCSI_AHA1740 is not set -# CONFIG_SCSI_AACRAID is not set -# CONFIG_SCSI_AIC7XXX is not set -# CONFIG_SCSI_AIC7XXX_OLD is not set -# CONFIG_SCSI_DPT_I2O is not set -# CONFIG_SCSI_ADVANSYS is not set -# CONFIG_SCSI_IN2000 is not set -# CONFIG_SCSI_AM53C974 is not set -# CONFIG_SCSI_MEGARAID is not set -# CONFIG_SCSI_BUSLOGIC is not set -# CONFIG_SCSI_DMX3191D is not set -# CONFIG_SCSI_DTC3280 is not set -# CONFIG_SCSI_EATA is not set -# CONFIG_SCSI_EATA_DMA is not set -# CONFIG_SCSI_EATA_PIO is not set -# CONFIG_SCSI_FUTURE_DOMAIN is not set -# CONFIG_SCSI_GDTH is not set -# CONFIG_SCSI_GENERIC_NCR5380 is not set -# CONFIG_SCSI_INITIO is not set -# CONFIG_SCSI_INIA100 is not set -# CONFIG_SCSI_NCR53C406A is not set -# CONFIG_SCSI_NCR53C7xx is not set -# CONFIG_SCSI_PAS16 is not set -# CONFIG_SCSI_PCI2000 is not set -# CONFIG_SCSI_PCI2220I is not set -# CONFIG_SCSI_PSI240I is not set -# CONFIG_SCSI_QLOGIC_FAS is not set -# CONFIG_SCSI_SIM710 is not set -# CONFIG_SCSI_SYM53C416 is not set -# CONFIG_SCSI_T128 is not set -# CONFIG_SCSI_U14_34F is not set -# CONFIG_SCSI_DEBUG is not set - -# -# PCMCIA SCSI adapter support -# -# CONFIG_SCSI_PCMCIA is not set - -# -# I2O device support -# -# CONFIG_I2O is not set -# CONFIG_I2O_BLOCK is not set -# CONFIG_I2O_LAN is not set -# CONFIG_I2O_SCSI is not set -# CONFIG_I2O_PROC is not set - -# -# ISDN subsystem -# -# CONFIG_ISDN is not set - -# -# Input core support -# -CONFIG_INPUT=y -CONFIG_INPUT_KEYBDEV=y -CONFIG_INPUT_MOUSEDEV=y -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 -# CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set - -# -# Character devices -# -# CONFIG_LEDMAN is not set -# CONFIG_DS1302 is not set -CONFIG_VT=y -CONFIG_VT_CONSOLE=y -CONFIG_SERIAL=y -# CONFIG_SERIAL_CONSOLE is not set -CONFIG_SERIAL_SL_SERIES=y -# CONFIG_BLUETOOTH_SL is not set -CONFIG_KBD_DEV_FILE=y -# CONFIG_SERIAL_EXTENDED is not set -# CONFIG_SERIAL_NONSTANDARD is not set - -# -# Serial drivers -# -# CONFIG_SERIAL_ANAKIN is not set -# CONFIG_SERIAL_ANAKIN_CONSOLE is not set -# CONFIG_SERIAL_AMBA is not set -# CONFIG_SERIAL_AMBA_CONSOLE is not set -# CONFIG_SERIAL_KATANA is not set -# CONFIG_SERIAL_KATANA_CONSOLE is not set -# CONFIG_SERIAL_CLPS711X is not set -# CONFIG_SERIAL_CLPS711X_CONSOLE is not set -# CONFIG_SERIAL_21285 is not set -# CONFIG_SERIAL_21285_OLD is not set -# CONFIG_SERIAL_21285_CONSOLE is not set -# CONFIG_SERIAL_UART00 is not set -# CONFIG_SERIAL_UART00_CONSOLE is not set -# CONFIG_SERIAL_SA1100 is not set -# CONFIG_SERIAL_SA1100_CONSOLE is not set -# CONFIG_SERIAL_OMAHA is not set -# CONFIG_SERIAL_OMAHA_CONSOLE is not set -# CONFIG_SERIAL_AT91US3 is not set -# CONFIG_SERIAL_AT91US3_CONSOLE is not set -# CONFIG_SERIAL_8250 is not set -# CONFIG_SERIAL_8250_CONSOLE is not set -# CONFIG_SERIAL_8250_EXTENDED is not set -# CONFIG_SERIAL_8250_MANY_PORTS is not set -# CONFIG_SERIAL_8250_SHARE_IRQ is not set -# CONFIG_SERIAL_8250_DETECT_IRQ is not set -# CONFIG_SERIAL_8250_MULTIPORT is not set -# CONFIG_SERIAL_8250_HUB6 is not set -CONFIG_UNIX98_PTYS=y -CONFIG_UNIX98_PTY_COUNT=256 - -# -# I2C support -# -# CONFIG_I2C is not set - -# -# Mice -# -# CONFIG_BUSMOUSE is not set -CONFIG_MOUSE=y -CONFIG_PSMOUSE=y -# CONFIG_82C710_MOUSE is not set -# CONFIG_PC110_PAD is not set -# CONFIG_MK712_MOUSE is not set - -# -# Joysticks -# -# CONFIG_INPUT_GAMEPORT is not set -# CONFIG_INPUT_NS558 is not set -# CONFIG_INPUT_LIGHTNING is not set -# CONFIG_INPUT_PCIGAME is not set -# CONFIG_INPUT_CS461X is not set -# CONFIG_INPUT_EMU10K1 is not set -# CONFIG_INPUT_SERIO is not set -# CONFIG_INPUT_SERPORT is not set -# CONFIG_INPUT_ANALOG is not set -# CONFIG_INPUT_A3D is not set -# CONFIG_INPUT_ADI is not set -# CONFIG_INPUT_COBRA is not set -# CONFIG_INPUT_GF2K is not set -# CONFIG_INPUT_GRIP is not set -# CONFIG_INPUT_INTERACT is not set -# CONFIG_INPUT_TMDC is not set -# CONFIG_INPUT_SIDEWINDER is not set -# CONFIG_INPUT_IFORCE_USB is not set -# CONFIG_INPUT_IFORCE_232 is not set -# CONFIG_INPUT_WARRIOR is not set -# CONFIG_INPUT_MAGELLAN is not set -# CONFIG_INPUT_SPACEORB is not set -# CONFIG_INPUT_SPACEBALL is not set -# CONFIG_INPUT_STINGER is not set -# CONFIG_INPUT_DB9 is not set -# CONFIG_INPUT_GAMECON is not set -# CONFIG_INPUT_TURBOGRAFX is not set -# CONFIG_QIC02_TAPE is not set - -# -# Watchdog Cards -# -# CONFIG_WATCHDOG is not set -# CONFIG_AMD_PM768 is not set -# CONFIG_NVRAM is not set -# CONFIG_RTC is not set -# CONFIG_PXA_RTC is not set -CONFIG_COTULLA_RTC=y -CONFIG_ADS7846_TS=y -# CONFIG_TOSA_TS is not set -# CONFIG_DTLK is not set -# CONFIG_R3964 is not set -# CONFIG_APPLICOM is not set - -# -# Ftape, the floppy tape device driver -# -# CONFIG_FTAPE is not set -# CONFIG_AGP is not set -# CONFIG_DRM is not set - -# -# PCMCIA character devices -# -CONFIG_PCMCIA_SERIAL_CS=y -CONFIG_PCMCIA_CHRDEV=y -# CONFIG_SYNCLINK_CS is not set - -# -# Multimedia devices -# -# CONFIG_VIDEO_DEV is not set - -# -# File systems -# -# CONFIG_QUOTA is not set -# CONFIG_AUTOFS_FS is not set -# CONFIG_AUTOFS4_FS is not set -CONFIG_FS_SYNC=y -# CONFIG_REISERFS_FS is not set -# CONFIG_REISERFS_CHECK is not set -# CONFIG_REISERFS_PROC_INFO is not set -# CONFIG_ADFS_FS is not set -# CONFIG_ADFS_FS_RW is not set -# CONFIG_AFFS_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_BEFS_FS is not set -# CONFIG_BEFS_DEBUG is not set -# CONFIG_BFS_FS is not set -CONFIG_EXT3_FS=y -CONFIG_JBD=y -# CONFIG_JBD_DEBUG is not set -CONFIG_FAT_FS=y -# CONFIG_MSDOS_FS is not set -# CONFIG_UMSDOS_FS is not set -CONFIG_VFAT_FS=y -# CONFIG_VFAT_SHORTCUT_SYMLINK is not set -# CONFIG_EFS_FS is not set -# CONFIG_JFFS_FS is not set -CONFIG_JFFS2_FS=y -CONFIG_JFFS2_FS_DEBUG=0 -CONFIG_JFFS2_FS_NAND=y -CONFIG_JFFS2_LARGE_PARTITION=y -CONFIG_JFFS2_PROC_FS=y -CONFIG_JFFS2_NODEMERGE=y -CONFIG_JFFS2_DYNFRAGTREE=y -#CONFIG_JFFS2_RESERVED_BLOCKS_BAD=80 -CONFIG_JFFS2_RESERVED_BLOCKS_BAD=20 -CONFIG_CRAMFS=y -CONFIG_TMPFS=y -CONFIG_RAMFS=y -CONFIG_ISO9660_FS=y -CONFIG_JOLIET=y -CONFIG_ZISOFS=y -# CONFIG_JFS_FS is not set -# CONFIG_JFS_DEBUG is not set -# CONFIG_JFS_STATISTICS is not set -CONFIG_MINIX_FS=y -# CONFIG_VXFS_FS is not set -# CONFIG_NTFS_FS is not set -# CONFIG_NTFS_DEBUG is not set -# CONFIG_NTFS_RW is not set -# CONFIG_HPFS_FS is not set -CONFIG_PROC_FS=y -# CONFIG_DEVFS_FS is not set -# CONFIG_DEVFS_MOUNT is not set -# CONFIG_DEVFS_DEBUG is not set -CONFIG_DEVPTS_FS=y -# CONFIG_QNX4FS_FS is not set -# CONFIG_QNX4FS_RW is not set -# CONFIG_ROMFS_FS is not set -CONFIG_EXT2_FS=y -# CONFIG_SYSV_FS is not set -# CONFIG_UDF_FS is not set -# CONFIG_UDF_RW is not set -# CONFIG_UFS_FS is not set -# CONFIG_UFS_FS_WRITE is not set - -# -# Network File Systems -# -# CONFIG_CODA_FS is not set -# CONFIG_INTERMEZZO_FS is not set -CONFIG_NFS_FS=y -CONFIG_NFS_V3=y -# CONFIG_ROOT_NFS is not set -CONFIG_NFSD=m -CONFIG_NFSD_V3=y -CONFIG_NFSD_TCP=y -CONFIG_SUNRPC=y -CONFIG_LOCKD=y -CONFIG_LOCKD_V4=y -CONFIG_SMB_FS=y -# CONFIG_SMB_NLS_DEFAULT is not set -# CONFIG_NCP_FS is not set -# CONFIG_NCPFS_PACKET_SIGNING is not set -# CONFIG_NCPFS_IOCTL_LOCKING is not set -# CONFIG_NCPFS_STRONG is not set -# CONFIG_NCPFS_NFS_NS is not set -# CONFIG_NCPFS_OS2_NS is not set -# CONFIG_NCPFS_SMALLDOS is not set -# CONFIG_NCPFS_NLS is not set -# CONFIG_NCPFS_EXTRAS is not set -CONFIG_ZISOFS_FS=y - -# -# Partition Types -# -CONFIG_PARTITION_ADVANCED=y -# CONFIG_ACORN_PARTITION is not set -# CONFIG_OSF_PARTITION is not set -# CONFIG_AMIGA_PARTITION is not set -# CONFIG_ATARI_PARTITION is not set -# CONFIG_MAC_PARTITION is not set -CONFIG_MSDOS_PARTITION=y -# CONFIG_BSD_DISKLABEL is not set -# CONFIG_MINIX_SUBPARTITION is not set -# CONFIG_SOLARIS_X86_PARTITION is not set -# CONFIG_UNIXWARE_DISKLABEL is not set -# CONFIG_LDM_PARTITION is not set -# CONFIG_SGI_PARTITION is not set -# CONFIG_ULTRIX_PARTITION is not set -# CONFIG_SUN_PARTITION is not set -# CONFIG_EFI_PARTITION is not set -CONFIG_SMB_NLS=y -CONFIG_NLS=y - -# -# Native Language Support -# -CONFIG_NLS_DEFAULT="iso8859-1" -CONFIG_NLS_CODEPAGE_437=y -# CONFIG_NLS_CODEPAGE_737 is not set -# CONFIG_NLS_CODEPAGE_775 is not set -CONFIG_NLS_CODEPAGE_850=y -# CONFIG_NLS_CODEPAGE_852 is not set -# CONFIG_NLS_CODEPAGE_855 is not set -# CONFIG_NLS_CODEPAGE_857 is not set -# CONFIG_NLS_CODEPAGE_860 is not set -# CONFIG_NLS_CODEPAGE_861 is not set -# CONFIG_NLS_CODEPAGE_862 is not set -# CONFIG_NLS_CODEPAGE_863 is not set -# CONFIG_NLS_CODEPAGE_864 is not set -# CONFIG_NLS_CODEPAGE_865 is not set -# CONFIG_NLS_CODEPAGE_866 is not set -# CONFIG_NLS_CODEPAGE_869 is not set -# CONFIG_NLS_CODEPAGE_936 is not set -# CONFIG_NLS_CODEPAGE_950 is not set -CONFIG_NLS_CODEPAGE_932=y -# CONFIG_NLS_CODEPAGE_949 is not set -# CONFIG_NLS_CODEPAGE_874 is not set -# CONFIG_NLS_ISO8859_8 is not set -# CONFIG_NLS_CODEPAGE_1250 is not set -# CONFIG_NLS_CODEPAGE_1251 is not set -CONFIG_NLS_ISO8859_1=y -# CONFIG_NLS_ISO8859_2 is not set -# CONFIG_NLS_ISO8859_3 is not set -# CONFIG_NLS_ISO8859_4 is not set -# CONFIG_NLS_ISO8859_5 is not set -# CONFIG_NLS_ISO8859_6 is not set -# CONFIG_NLS_ISO8859_7 is not set -# CONFIG_NLS_ISO8859_9 is not set -# CONFIG_NLS_ISO8859_13 is not set -# CONFIG_NLS_ISO8859_14 is not set -# CONFIG_NLS_ISO8859_15 is not set -# CONFIG_NLS_KOI8_R is not set -# CONFIG_NLS_KOI8_U is not set -CONFIG_NLS_UTF8=y - -# -# Console drivers -# -CONFIG_PC_KEYMAP=y -# CONFIG_VGA_CONSOLE is not set - -# -# Frame-buffer support -# -CONFIG_FB=y -CONFIG_DUMMY_CONSOLE=y -# CONFIG_UNICON is not set -# CONFIG_FB_ACORN is not set -# CONFIG_FB_ANAKIN is not set -# CONFIG_FB_CLPS711X is not set -# CONFIG_FB_SA1100 is not set -# CONFIG_FB_PXA is not set -# CONFIG_FB_COTULLA is not set -# CONFIG_FB_POODLE is not set -# CONFIG_FB_CORGI is not set -# CONFIG_FB_TOSA is not set -CONFIG_FB_SHARPSL_PXA=y -CONFIG_SHARPSL_PXA_CONSISTENT_ALLOC=y -CONFIG_FB_SHARPSL_PXA_BVDD=y -# CONFIG_SHARP_LOGO_SCREEN is not set -# CONFIG_FB_KATANA is not set -# CONFIG_FB_DBMX1 is not set -# CONFIG_FB_DBMX21 is not set -# CONFIG_FB_CYBER2000 is not set -# CONFIG_FB_VIRTUAL is not set -CONFIG_FBCON_ADVANCED=y -# CONFIG_FBCON_MFB is not set -# CONFIG_FBCON_CFB2 is not set -# CONFIG_FBCON_CFB4 is not set -# CONFIG_FBCON_CFB8 is not set -CONFIG_FBCON_CFB16=y -# CONFIG_FBCON_CFB24 is not set -# CONFIG_FBCON_CFB32 is not set -# CONFIG_FBCON_AFB is not set -# CONFIG_FBCON_ILBM is not set -# CONFIG_FBCON_IPLAN2P2 is not set -# CONFIG_FBCON_IPLAN2P4 is not set -# CONFIG_FBCON_IPLAN2P8 is not set -# CONFIG_FBCON_MAC is not set -# CONFIG_FBCON_VGA_PLANES is not set -# CONFIG_FBCON_VGA is not set -# CONFIG_FBCON_HGA is not set -CONFIG_FBCON_ROTATE_R=y -# CONFIG_FBCON_ROTATE_L is not set -# CONFIG_FBCON_LOGO_CENTER is not set -# CONFIG_FBCON_FONTWIDTH8_ONLY is not set -CONFIG_FBCON_FONTS=y -CONFIG_FONT_8x8=y -CONFIG_FONT_8x16=y -# CONFIG_FONT_SUN8x16 is not set -# CONFIG_FONT_SUN12x22 is not set -# CONFIG_FONT_6x11 is not set -# CONFIG_FONT_PEARL_8x8 is not set -# CONFIG_FONT_ACORN_8x8 is not set - -# -# Sound -# -CONFIG_SOUND=y -# CONFIG_SOUND_ALI5455 is not set -# CONFIG_SOUND_BT878 is not set -# CONFIG_SOUND_CMPCI is not set -# CONFIG_SOUND_EMU10K1 is not set -# CONFIG_MIDI_EMU10K1 is not set -# CONFIG_SOUND_FUSION is not set -# CONFIG_SOUND_CS4281 is not set -# CONFIG_SOUND_ES1370 is not set -# CONFIG_SOUND_ES1371 is not set -# CONFIG_SOUND_ESSSOLO1 is not set -# CONFIG_SOUND_MAESTRO is not set -# CONFIG_SOUND_MAESTRO3 is not set -# CONFIG_SOUND_FORTE is not set -# CONFIG_SOUND_ICH is not set -# CONFIG_SOUND_RME96XX is not set -# CONFIG_SOUND_SONICVIBES is not set -# CONFIG_SOUND_TRIDENT is not set -# CONFIG_SOUND_MSNDCLAS is not set -# CONFIG_SOUND_MSNDPIN is not set -# CONFIG_SOUND_VIA82CXXX is not set -# CONFIG_MIDI_VIA82CXXX is not set -# CONFIG_SOUND_OSS is not set -# CONFIG_SOUND_VIDC is not set -# CONFIG_SOUND_WAVEARTIST is not set -# CONFIG_SOUND_PXA_AC97 is not set -# CONFIG_SOUND_POODLE is not set -# CONFIG_SOUND_CORGI is not set -# CONFIG_SOUND_TOSA is not set -# CONFIG_BUZZER_TOSA is not set -CONFIG_SOUND_SPITZ=y -# CONFIG_SOUND_TVMIXER is not set - -# -# Multimedia Capabilities Port drivers -# -# CONFIG_MCP is not set -# CONFIG_MCP_SA1100 is not set -# CONFIG_MCP_UCB1200 is not set -# CONFIG_MCP_UCB1200_AUDIO is not set -# CONFIG_MCP_UCB1200_TS is not set -# CONFIG_MCP_UCB1400_TS is not set - -# -# USB support -# -CONFIG_USB=m -CONFIG_USB_DEBUG=y -CONFIG_USB_DEVICEFS=y -# CONFIG_USB_BANDWIDTH is not set -# CONFIG_USB_LONG_TIMEOUT is not set -# CONFIG_USB_EHCI_HCD is not set -# CONFIG_USB_UHCI is not set -# CONFIG_USB_UHCI_ALT is not set -# CONFIG_USB_OHCI is not set -# CONFIG_USB_OHCI_SH7727 is not set -# CONFIG_USB_OHCI_SH is not set -# CONFIG_USB_OHCI_VOYAGERGX is not set -# CONFIG_USB_OHCI_TC6393 is not set -# CONFIG_USB_USE_INTERNAL_MEMORY is not set -CONFIG_USB_OHCI_PXA27X=m -# CONFIG_USB_AUDIO is not set -# CONFIG_USB_EMI26 is not set -# CONFIG_USB_BLUETOOTH is not set -# CONFIG_USB_MIDI is not set -CONFIG_USB_STORAGE=m -CONFIG_USB_STORAGE_DEBUG=y -CONFIG_USB_STORAGE_DATAFAB=y -CONFIG_USB_STORAGE_FREECOM=y -CONFIG_USB_STORAGE_ISD200=y -CONFIG_USB_STORAGE_DPCM=y -CONFIG_USB_STORAGE_HP8200e=y -CONFIG_USB_STORAGE_SDDR09=y -CONFIG_USB_STORAGE_SDDR55=y -CONFIG_USB_STORAGE_JUMPSHOT=y -CONFIG_USB_ACM=m -# CONFIG_USB_PRINTER is not set -CONFIG_USB_HID=m -CONFIG_USB_HIDINPUT=y -CONFIG_USB_HIDDEV=y -CONFIG_USB_KBD=m -CONFIG_USB_MOUSE=m -# CONFIG_USB_AIPTEK is not set -# CONFIG_USB_WACOM is not set -# CONFIG_USB_DC2XX is not set -# CONFIG_USB_MDC800 is not set -# CONFIG_USB_SCANNER is not set -# CONFIG_USB_MICROTEK is not set -# CONFIG_USB_HPUSBSCSI is not set -# CONFIG_USB_PEGASUS is not set -# CONFIG_USB_RTL8150 is not set -# CONFIG_USB_KAWETH is not set -# CONFIG_USB_CATC is not set -# CONFIG_USB_CDCETHER is not set -# CONFIG_USB_USBNET is not set -# CONFIG_USB_USS720 is not set - -# -# USB Serial Converter support -# -# CONFIG_USB_SERIAL is not set -# CONFIG_USB_RIO500 is not set -# CONFIG_USB_AUERSWALD is not set -# CONFIG_USB_TIGL is not set -# CONFIG_USB_BRLVGER is not set -# CONFIG_USB_LCD is not set - -# -# USB Device Support -# -CONFIG_USBD=m -CONFIG_USBD_VENDORID=04DD -CONFIG_USBD_PRODUCTID=8007 -CONFIG_USBD_PRODUCT_NAME="SL-AV200" -CONFIG_USBD_MANUFACTURER="Sharp" -# CONFIG_USBD_USE_SERIAL_NUMBER is not set -CONFIG_USBD_SELFPOWERED=y -CONFIG_USBD_MONITOR=m -CONFIG_USBD_PROCFS=y - -# -# Network Function -# -CONFIG_USBD_NET=m -CONFIG_USBD_NET_VENDORID=04DD -CONFIG_USBD_NET_PRODUCTID=8007 -CONFIG_USBD_NET_IFNAME="usbd" -CONFIG_USBD_NET_OUT_ENDPOINT=2 -CONFIG_USBD_NET_OUT_PKTSIZE=64 -CONFIG_USBD_NET_IN_ENDPOINT=1 -CONFIG_USBD_NET_IN_PKTSIZE=64 -CONFIG_USBD_NET_INT_ENDPOINT=5 -CONFIG_USBD_NET_INT_PKTSIZE=8 -# CONFIG_USBD_NET_ALWAYSUP is not set -# CONFIG_USBD_NET_SAFE is not set -CONFIG_USBD_NET_MDLM=y -# CONFIG_USBD_NET_CDC is not set -CONFIG_USBD_NET_REMOTE_MACADDR="" -CONFIG_USBD_NET_REMOTE_OUI=400002 -CONFIG_USBD_MAC_AS_SERIAL_NUMBER=y -CONFIG_USBD_NET_LOCAL_MACADDR="400001000001" -CONFIG_USBD_NET_LOCAL_OUI=400001 - -# -# Serial Function -# -# CONFIG_USBD_SERIAL is not set - -# -# Mass Storage Function -# -CONFIG_USBD_STORAGE=m -CONFIG_USBD_STORAGE_VENDORID=04DD -CONFIG_USBD_STORAGE_PRODUCTID=9050 -CONFIG_USBD_STORAGE_OUT_ENDPOINT=2 -CONFIG_USBD_STORAGE_OUT_PKTSIZE=64 -CONFIG_USBD_STORAGE_IN_ENDPOINT=1 -CONFIG_USBD_STORAGE_IN_PKTSIZE=64 -CONFIG_USBD_STORAGE_INT_ENDPOINT=5 -CONFIG_USBD_STORAGE_INT_PKTSIZE=8 -CONFIG_USBD_STORAGE_DEF_DEVICE_NAME="/dev/hda1" - -# -# USB Device Bus Interface Support -# -CONFIG_USBD_PXA27X_BUS=m -# CONFIG_USBD_GENERIC_BUS is not set - -# -# Bluetooth support -# -CONFIG_BLUEZ=m -CONFIG_BLUEZ_L2CAP=m -CONFIG_BLUEZ_SCO=m -CONFIG_BLUEZ_RFCOMM=m -CONFIG_BLUEZ_RFCOMM_TTY=y -CONFIG_BLUEZ_BNEP=m -CONFIG_BLUEZ_BNEP_MC_FILTER=y -CONFIG_BLUEZ_BNEP_PROTO_FILTER=y -CONFIG_BLUEZ_HIDP=m - -# -# Bluetooth device drivers -# -CONFIG_BLUEZ_HCIUSB=m -CONFIG_BLUEZ_HCIUSB_SCO=y -CONFIG_BLUEZ_HCIUART=m -CONFIG_BLUEZ_HCIUART_H4=y -CONFIG_BLUEZ_HCIUART_BCSP=y -# CONFIG_BLUEZ_HCIUART_BCSP_TXCRC is not set -CONFIG_BLUEZ_HCIBFUSB=m -CONFIG_BLUEZ_HCIDTL1=m -CONFIG_BLUEZ_HCIBT3C=m -CONFIG_BLUEZ_HCIBLUECARD=m -CONFIG_BLUEZ_HCIBTUART=m -CONFIG_BLUEZ_HCIVHCI=m - -# -# Kernel hacking -# -CONFIG_FRAME_POINTER=y -# CONFIG_DEBUG_USER is not set -# CONFIG_DEBUG_COREDUMP_SIGNAL is not set -# CONFIG_DEBUG_INFO is not set -# CONFIG_DEBUG_INFO_YDC is not set -# CONFIG_NO_PGT_CACHE is not set -CONFIG_DEBUG_KERNEL=y -# CONFIG_DEBUG_SLAB is not set -CONFIG_MAGIC_SYSRQ=y -# CONFIG_KGDB is not set -# CONFIG_DEBUG_SPINLOCK is not set -# CONFIG_DEBUG_WAITQ is not set -# CONFIG_DEBUG_BUGVERBOSE is not set -# CONFIG_DEBUG_ERRORS is not set -# CONFIG_DEBUG_LL is not set -# CONFIG_DEBUG_DC21285_PORT is not set -# CONFIG_DEBUG_CLPS711X_UART2 is not set - -# -# Library routines -# -CONFIG_ZLIB_INFLATE=y -CONFIG_ZLIB_DEFLATE=y - -# -# Cryptography support (CryptoAPI) -# -# CONFIG_CRYPTO is not set -# CONFIG_CIPHERS is not set -# CONFIG_DIGESTS is not set -# CONFIG_CRYPTODEV is not set -# CONFIG_CRYPTOLOOP is not set diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/defconfig-spitz b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/defconfig-spitz deleted file mode 100644 index fb841c48eb..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/defconfig-spitz +++ /dev/null @@ -1,1309 +0,0 @@ -# -# Automatically generated by make menuconfig: don't edit -# -CONFIG_ARM=y -# CONFIG_EISA is not set -# CONFIG_SBUS is not set -# CONFIG_MCA is not set -CONFIG_UID16=y -CONFIG_RWSEM_GENERIC_SPINLOCK=y -# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set -# CONFIG_GENERIC_BUST_SPINLOCK is not set -# CONFIG_GENERIC_ISA_DMA is not set - -# -# Code maturity level options -# -CONFIG_EXPERIMENTAL=y -# CONFIG_OBSOLETE is not set - -# -# Loadable module support -# -CONFIG_MODULES=y -# CONFIG_MODVERSIONS is not set -CONFIG_KMOD=y - -# -# System Type -# -# CONFIG_ARCH_ANAKIN is not set -# CONFIG_ARCH_ARCA5K is not set -# CONFIG_ARCH_CLPS7500 is not set -# CONFIG_ARCH_CLPS711X is not set -# CONFIG_ARCH_CO285 is not set -CONFIG_ARCH_PXA=y -# CONFIG_ARCH_EBSA110 is not set -# CONFIG_ARCH_CAMELOT is not set -# CONFIG_ARCH_FOOTBRIDGE is not set -# CONFIG_ARCH_INTEGRATOR is not set -# CONFIG_ARCH_OMAHA is not set -# CONFIG_ARCH_L7200 is not set -# CONFIG_ARCH_MX1ADS is not set -# CONFIG_ARCH_RPC is not set -# CONFIG_ARCH_RISCSTATION is not set -# CONFIG_ARCH_SA1100 is not set -# CONFIG_ARCH_SHARK is not set -# CONFIG_ARCH_AT91RM9200DK is not set -# CONFIG_ARCH_KATANA is not set -# CONFIG_ARCH_S1C38000 is not set -# CONFIG_ARCH_DBMX1 is not set -# CONFIG_ARCH_DBMX2 is not set - -# -# Archimedes/A5000 Implementations -# -# CONFIG_ARCH_ARC is not set -# CONFIG_ARCH_A5K is not set - -# -# Footbridge Implementations -# -# CONFIG_ARCH_CATS is not set -# CONFIG_ARCH_PERSONAL_SERVER is not set -# CONFIG_ARCH_EBSA285_ADDIN is not set -# CONFIG_ARCH_EBSA285_HOST is not set -# CONFIG_ARCH_NETWINDER is not set - -# -# SA11x0 Implementations -# -# CONFIG_SA1100_ACCELENT is not set -# CONFIG_SA1100_ASSABET is not set -# CONFIG_ASSABET_NEPONSET is not set -# CONFIG_SA1100_ADSAGC is not set -# CONFIG_SA1100_ADSBITSY is not set -# CONFIG_SA1100_ADSBITSYPLUS is not set -# CONFIG_SA1100_BRUTUS is not set -# CONFIG_SA1100_CEP is not set -# CONFIG_SA1100_CERF is not set -# CONFIG_SA1100_H3100 is not set -# CONFIG_SA1100_H3600 is not set -# CONFIG_SA1100_H3800 is not set -# CONFIG_SA1100_H3XXX is not set -# CONFIG_H3600_SLEEVE is not set -# CONFIG_SA1100_EXTENEX1 is not set -# CONFIG_SA1100_FLEXANET is not set -# CONFIG_SA1100_FREEBIRD is not set -# CONFIG_SA1100_FRODO is not set -# CONFIG_SA1100_GRAPHICSCLIENT is not set -# CONFIG_SA1100_GRAPHICSMASTER is not set -# CONFIG_SA1100_HACKKIT is not set -# CONFIG_SA1100_BADGE4 is not set -# CONFIG_SA1100_JORNADA720 is not set -# CONFIG_SA1100_HUW_WEBPANEL is not set -# CONFIG_SA1100_ITSY is not set -# CONFIG_SA1100_LART is not set -# CONFIG_SA1100_NANOENGINE is not set -# CONFIG_SA1100_OMNIMETER is not set -# CONFIG_SA1100_PANGOLIN is not set -# CONFIG_SA1100_PLEB is not set -# CONFIG_SA1100_PT_SYSTEM3 is not set -# CONFIG_SA1100_SHANNON is not set -# CONFIG_SA1100_SHERMAN is not set -# CONFIG_SA1100_SIMPAD is not set -# CONFIG_SA1100_SIMPUTER is not set -# CONFIG_SA1100_PFS168 is not set -# CONFIG_SA1100_VICTOR is not set -# CONFIG_SA1100_XP860 is not set -# CONFIG_SA1100_YOPY is not set -# CONFIG_SA1100_USB is not set -# CONFIG_SA1100_USB_NETLINK is not set -# CONFIG_SA1100_USB_CHAR is not set -# CONFIG_SA1100_SSP is not set - -# -# Intel PXA250/210 Implementations -# -# CONFIG_ARCH_LUBBOCK is not set -# CONFIG_ARCH_PXA_IDP is not set -# CONFIG_ARCH_PXA_CERF is not set -# CONFIG_COTULLA_DMA is not set -# CONFIG_SABINAL_DISCOVERY is not set -# CONFIG_ARCH_SABINAL is not set -# CONFIG_ARCH_PXA_POODLE is not set -# CONFIG_POODLE_TR0 is not set -CONFIG_ARCH_PXA_CORGI=y -# CONFIG_CORGI_TR0 is not set -CONFIG_ARCH_PXA_SHEPHERD=y -CONFIG_ARCH_PXA_HUSKY=y -CONFIG_ARCH_PXA_BOXER=y -CONFIG_ARCH_PXA_SPITZ=y -# CONFIG_SPITZ_TR0 is not set -# CONFIG_SPITZ_TR0_5 is not set -# CONFIG_ARCH_PXA_TOSA is not set -# CONFIG_ARCH_PXA_TOSA_SKIP is not set -CONFIG_ARCH_SHARP_SL=y -CONFIG_ARCH_SHARP_SL_E=y -# CONFIG_ARCH_SHARP_SL_V is not set -# CONFIG_ARCH_SHARP_SL_G is not set -# CONFIG_ARCH_SHARP_SL_J is not set -# CONFIG_ARCH_SHARP_SL_S is not set -# CONFIG_ARCH_SHARP_SL_I is not set -# CONFIG_PXA_USB is not set -# CONFIG_PXA_USB_NETLINK is not set -# CONFIG_PXA_USB_CHAR is not set - -# -# CLPS711X/EP721X Implementations -# -# CONFIG_ARCH_AUTCPU12 is not set -# CONFIG_ARCH_CDB89712 is not set -# CONFIG_ARCH_CLEP7312 is not set -# CONFIG_ARCH_EDB7211 is not set -# CONFIG_ARCH_FORTUNET is not set -# CONFIG_ARCH_GUIDEA07 is not set -# CONFIG_ARCH_P720T is not set -# CONFIG_ARCH_EP7211 is not set -# CONFIG_ARCH_EP7212 is not set -# CONFIG_ARCH_ACORN is not set - -# -# S1C38000 Implementations -# -# CONFIG_S1C38000_TTE301 is not set - -# -# DBMX1 Implementations -# -# CONFIG_DBMX1_TPM102 is not set - -# -# DBMX2 Implementations -# -# CONFIG_ARCH_MX2ADS is not set -# CONFIG_ARCH_APLAT is not set -# CONFIG_FOOTBRIDGE is not set -# CONFIG_FOOTBRIDGE_HOST is not set -# CONFIG_FOOTBRIDGE_ADDIN is not set -CONFIG_CPU_32=y -# CONFIG_CPU_26 is not set -# CONFIG_CPU_ARM610 is not set -# CONFIG_CPU_ARM710 is not set -# CONFIG_CPU_ARM720T is not set -# CONFIG_CPU_ARM920T is not set -# CONFIG_CPU_ARM922T is not set -# CONFIG_PLD is not set -# CONFIG_CPU_ARM926T is not set -# CONFIG_CPU_ARM1020 is not set -# CONFIG_CPU_ARM1026 is not set -# CONFIG_CPU_SA110 is not set -# CONFIG_CPU_SA1100 is not set -CONFIG_CPU_32v5=y -CONFIG_CPU_XSCALE=y -CONFIG_CPU_PXA27X=y -CONFIG_SL_CCCR_CHANGE=y -CONFIG_CHANGE_CORE_VOLT=y -CONFIG_SL_SIGSTOP_FIX=y -CONFIG_BATT=y -# CONFIG_XSCALE_CACHE_ERRATA is not set -# CONFIG_CPU_32v3 is not set -# CONFIG_CPU_32v4 is not set -CONFIG_ARM_FCSE=y -# CONFIG_DISCONTIGMEM is not set -# CONFIG_XIP_KERNEL is not set -# CONFIG_RTHAL is not set -# CONFIG_PREEMPT is not set -CONFIG_LOLAT=y -CONFIG_LOLAT_SYSCTL=y - -# -# General setup -# -# CONFIG_PCI is not set -# CONFIG_ISA is not set -# CONFIG_ISA_DMA is not set -# CONFIG_ZBOOT_ROM is not set -CONFIG_ZBOOT_ROM_TEXT=0 -CONFIG_ZBOOT_ROM_BSS=0 -CONFIG_CPU_FREQ=y -CONFIG_HOTPLUG=y - -# -# PCMCIA/CardBus support -# -CONFIG_PCMCIA=y -# CONFIG_I82092 is not set -# CONFIG_I82365 is not set -# CONFIG_TCIC is not set -# CONFIG_PCMCIA_CLPS6700 is not set -# CONFIG_PCMCIA_SA1100 is not set -CONFIG_PCMCIA_PXA=y -CONFIG_PCMCIA_SHARP_SL_2SLOT=y - -# -# MMC device drivers -# -# CONFIG_MMC is not set -CONFIG_NET=y -CONFIG_SYSVIPC=y -# CONFIG_BSD_PROCESS_ACCT is not set -CONFIG_SYSCTL=y -CONFIG_FPE_NWFPE=y -# CONFIG_FPE_FASTFPE is not set -CONFIG_KCORE_ELF=y -# CONFIG_KCORE_AOUT is not set -CONFIG_BINFMT_AOUT=y -CONFIG_BINFMT_ELF=y -# CONFIG_BINFMT_MISC is not set -CONFIG_PM=y -CONFIG_APM=y -# CONFIG_APM_IGNORE_USER_SUSPEND is not set -CONFIG_APM_CPU_IDLE=y -CONFIG_APM_DISPLAY_BLANK=y -CONFIG_APM_RTC_IS_GMT=y -# CONFIG_ARTHUR is not set -CONFIG_CMDLINE="<see .bb file>" -# CONFIG_SHARPSL_BOOTLDR_PARAMS is not set -CONFIG_ALIGNMENT_TRAP=y -CONFIG_FREEPG_SIGNAL=y -CONFIG_OOM_KILL_SURVIVAL=y -CONFIG_DEVICEINFO=y - -# -# Parallel port support -# -# CONFIG_PARPORT is not set - -# -# Memory Technology Devices (MTD) -# -CONFIG_MTD=y -# CONFIG_MTD_DEBUG is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -CONFIG_MTD_CMDLINE_PARTS=y -# CONFIG_MTD_AFS_PARTS is not set -CONFIG_MTD_CHAR=y -CONFIG_MTD_BLOCK=y -# CONFIG_FTL is not set -# CONFIG_NFTL is not set - -# -# RAM/ROM/Flash chip drivers -# -# CONFIG_MTD_CFI is not set -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_GEN_PROBE is not set -# CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_AMDSTD is not set -# CONFIG_MTD_CFI_STAA is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_ROM=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_OBSOLETE_CHIPS is not set -# CONFIG_MTD_AMDSTD is not set -# CONFIG_MTD_SHARP is not set -# CONFIG_MTD_JEDEC is not set - -# -# Mapping drivers for chip access -# -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_UCLINUX is not set -# CONFIG_MTD_DRAGONIX is not set -# CONFIG_MTD_NETtel is not set -# CONFIG_MTD_NETteluC is not set -# CONFIG_MTD_KEYTECHNOLOGY is not set -# CONFIG_MTD_LUBBOCK is not set -# CONFIG_MTD_NORA is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -# CONFIG_MTD_CDB89712 is not set -# CONFIG_MTD_MX2ADS is not set -# CONFIG_MTD_SA1100 is not set -# CONFIG_MTD_DC21285 is not set -# CONFIG_MTD_IQ80310 is not set -# CONFIG_MTD_FORTUNET is not set -# CONFIG_MTD_PXA_CERF is not set -# CONFIG_MTD_EPXA10DB is not set -# CONFIG_MTD_AUTCPU12 is not set -# CONFIG_MTD_EDB7312 is not set -# CONFIG_MTD_IMPA7 is not set -# CONFIG_MTD_DISCOVERY is not set -CONFIG_MTD_SHARP_SL=y -# CONFIG_MTD_KATANA is not set -# CONFIG_MTD_TPM102 is not set -# CONFIG_MTD_PCI is not set - -# -# Self-contained MTD device drivers -# -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_MTDROM_SA1100 is not set -# CONFIG_MTD_MTDRAM_SA1100 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_MTDRAM_SHARP_SL is not set -# CONFIG_MTD_BLKMTD is not set -# CONFIG_MTD_DOC1000 is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOCPROBE is not set - -# -# NAND Flash Device Drivers -# -CONFIG_MTD_NAND=y -CONFIG_MTD_NAND_ECC=y -CONFIG_MTD_NAND_VERIFY_WRITE=y -# CONFIG_MTD_NAND_ERASE_BY_FORCE is not set -CONFIG_MTD_NAND_POST_BADBLOCK=y -CONFIG_MTD_NAND_LOGICAL_ADDRESS_ACCESS=y -CONFIG_MTD_NAND_IDS=y -CONFIG_MTD_NAND_SHARP_SL=y - -# -# Plug and Play configuration -# -# CONFIG_PNP is not set -# CONFIG_ISAPNP is not set - -# -# Block devices -# -# CONFIG_BLK_DEV_FD is not set -# CONFIG_BLK_DEV_XD is not set -# CONFIG_PARIDE is not set -# CONFIG_BLK_CPQ_DA is not set -# CONFIG_BLK_CPQ_CISS_DA is not set -# CONFIG_CISS_SCSI_TAPE is not set -# CONFIG_BLK_DEV_DAC960 is not set -# CONFIG_BLK_DEV_UMEM is not set -CONFIG_BLK_DEV_LOOP=y -# CONFIG_BLK_DEV_NBD is not set -CONFIG_BLK_DEV_RAM=y -CONFIG_BLK_DEV_RAM_SIZE=8192 -CONFIG_BLK_DEV_INITRD=y -# CONFIG_BLK_DEV_RAMDISK_DATA is not set -# CONFIG_BLK_DEV_BLKMEM is not set -# CONFIG_BLK_STATS is not set - -# -# Multi-device support (RAID and LVM) -# -# CONFIG_MD is not set -# CONFIG_BLK_DEV_MD is not set -# CONFIG_MD_LINEAR is not set -# CONFIG_MD_RAID0 is not set -# CONFIG_MD_RAID1 is not set -# CONFIG_MD_RAID5 is not set -# CONFIG_MD_MULTIPATH is not set -# CONFIG_BLK_DEV_LVM is not set - -# -# Cryptography support (CryptoAPI) -# -# CONFIG_CRYPTO is not set -# CONFIG_CIPHERS is not set -# CONFIG_DIGESTS is not set -# CONFIG_CRYPTODEV is not set -# CONFIG_CRYPTOLOOP is not set - -# -# Networking options -# -CONFIG_PACKET=y -CONFIG_PACKET_MMAP=y -CONFIG_NETLINK_DEV=y -CONFIG_NETFILTER=y -# CONFIG_NETFILTER_DEBUG is not set -# CONFIG_FILTER is not set -# CONFIG_NET_NEIGH_DEBUG is not set -# CONFIG_NET_RESTRICTED_REUSE is not set -CONFIG_UNIX=y -CONFIG_INET=y -# CONFIG_IP_MULTICAST is not set -# CONFIG_IP_ADVANCED_ROUTER is not set -# CONFIG_IP_PNP is not set -# CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE is not set -# CONFIG_ARPD is not set -# CONFIG_INET_ECN is not set -# CONFIG_SYN_COOKIES is not set - -# -# IP: Netfilter Configuration -# -# CONFIG_IP_NF_CONNTRACK is not set -# CONFIG_IP_NF_QUEUE is not set -# CONFIG_IP_NF_IPTABLES is not set -# CONFIG_IP_NF_ARPTABLES is not set -# CONFIG_IP_NF_COMPAT_IPCHAINS is not set -# CONFIG_IP_NF_COMPAT_IPFWADM is not set -# CONFIG_IPV6 is not set -# CONFIG_IPSEC is not set -# CONFIG_KHTTPD is not set -# CONFIG_ATM is not set -# CONFIG_VLAN_8021Q is not set -# CONFIG_IPX is not set -# CONFIG_ATALK is not set - -# -# Appletalk devices -# -# CONFIG_DEV_APPLETALK is not set -# CONFIG_DECNET is not set -# CONFIG_BRIDGE is not set -# CONFIG_X25 is not set -# CONFIG_LAPB is not set -# CONFIG_LLC is not set -# CONFIG_NET_DIVERT is not set -# CONFIG_ECONET is not set -# CONFIG_WAN_ROUTER is not set -# CONFIG_NET_FASTROUTE is not set -# CONFIG_NET_HW_FLOWCONTROL is not set - -# -# QoS and/or fair queueing -# -# CONFIG_NET_SCHED is not set - -# -# Network testing -# -# CONFIG_NET_PKTGEN is not set - -# -# Network device support -# -CONFIG_NETDEVICES=y - -# -# ARCnet devices -# -# CONFIG_ARCNET is not set -# CONFIG_DUMMY is not set -# CONFIG_BONDING is not set -# CONFIG_EQUALIZER is not set -# CONFIG_TUN is not set -# CONFIG_ETHERTAP is not set - -# -# Ethernet (10 or 100Mbit) -# -CONFIG_NET_ETHERNET=y -# CONFIG_ARM_AM79C961A is not set -# CONFIG_SUNLANCE is not set -# CONFIG_SUNBMAC is not set -# CONFIG_SUNQE is not set -# CONFIG_SUNGEM is not set -# CONFIG_NET_VENDOR_3COM is not set -# CONFIG_LANCE is not set -# CONFIG_NET_VENDOR_SMC is not set -# CONFIG_NET_VENDOR_RACAL is not set -# CONFIG_NET_ISA is not set -# CONFIG_NET_PCI is not set -# CONFIG_NET_POCKET is not set -# CONFIG_FEC is not set -# CONFIG_CS89x0 is not set -# CONFIG_UCCS8900 is not set - -# -# Ethernet (1000 Mbit) -# -# CONFIG_ACENIC is not set -# CONFIG_DL2K is not set -# CONFIG_E1000 is not set -# CONFIG_MYRI_SBUS is not set -# CONFIG_NS83820 is not set -# CONFIG_HAMACHI is not set -# CONFIG_YELLOWFIN is not set -# CONFIG_SK98LIN is not set -# CONFIG_TIGON3 is not set -# CONFIG_FDDI is not set -# CONFIG_HIPPI is not set -# CONFIG_PLIP is not set -CONFIG_PPP=y -# CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set -CONFIG_PPP_ASYNC=y -# CONFIG_PPP_SYNC_TTY is not set -# CONFIG_PPP_DEFLATE is not set -CONFIG_PPP_BSDCOMP=y -# CONFIG_PPPOE is not set -# CONFIG_SLIP is not set - -# -# Wireless LAN (non-hamradio) -# -CONFIG_NET_RADIO=y -# CONFIG_STRIP is not set -# CONFIG_WAVELAN is not set -# CONFIG_ARLAN is not set -# CONFIG_AIRONET4500 is not set -# CONFIG_AIRONET4500_NONCS is not set -# CONFIG_AIRONET4500_PROC is not set -# CONFIG_HERMES is not set -# CONFIG_PCMCIA_HERMES is not set -# CONFIG_AIRO_CS is not set -CONFIG_NET_WIRELESS=y - -# -# Token Ring devices -# -# CONFIG_TR is not set -# CONFIG_NET_FC is not set -# CONFIG_RCPCI is not set -# CONFIG_SHAPER is not set - -# -# Wan interfaces -# -# CONFIG_WAN is not set - -# -# PCMCIA network device support -# -CONFIG_NET_PCMCIA=y -# CONFIG_PCMCIA_3C589 is not set -# CONFIG_PCMCIA_3C574 is not set -# CONFIG_PCMCIA_FMVJ18X is not set -CONFIG_PCMCIA_PCNET=y -# CONFIG_PCMCIA_AXNET is not set -# CONFIG_PCMCIA_NMCLAN is not set -# CONFIG_PCMCIA_SMC91C92 is not set -# CONFIG_PCMCIA_XIRC2PS is not set -# CONFIG_ARCNET_COM20020_CS is not set -# CONFIG_PCMCIA_IBMTR is not set -# CONFIG_NET_PCMCIA_RADIO is not set - -# -# Amateur Radio support -# -# CONFIG_HAMRADIO is not set - -# -# IrDA (infrared) support -# -CONFIG_IRDA=y -# CONFIG_IRLAN is not set -# CONFIG_IRNET is not set -CONFIG_IRCOMM=y -# CONFIG_IRDA_ULTRA is not set -# CONFIG_IRDA_CACHE_LAST_LSAP is not set -CONFIG_IRDA_FAST_RR=y -# CONFIG_IRDA_DEBUG is not set - -# -# Infrared-port device drivers -# -CONFIG_IRTTY_SIR=y -# CONFIG_IRPORT_SIR is not set -# CONFIG_DONGLE is not set -# CONFIG_USB_IRDA is not set -# CONFIG_NSC_FIR is not set -# CONFIG_WINBOND_FIR is not set -# CONFIG_TOSHIBA_OLD is not set -# CONFIG_TOSHIBA_FIR is not set -# CONFIG_SMC_IRCC_FIR is not set -# CONFIG_ALI_FIR is not set -# CONFIG_VLSI_FIR is not set - -# -# ATA/ATAPI/MFM/RLL support -# -CONFIG_IDE=y - -# -# IDE, ATA and ATAPI Block devices -# -CONFIG_BLK_DEV_IDE=y -# CONFIG_BLK_DEV_HD_IDE is not set -# CONFIG_BLK_DEV_HD is not set -CONFIG_BLK_DEV_IDEDISK=y -# CONFIG_IDEDISK_MULTI_MODE is not set -# CONFIG_IDEDISK_STROKE is not set -# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set -# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set -# CONFIG_BLK_DEV_IDEDISK_IBM is not set -# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set -# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set -# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set -# CONFIG_BLK_DEV_IDEDISK_WD is not set -# CONFIG_BLK_DEV_COMMERIAL is not set -# CONFIG_BLK_DEV_TIVO is not set -CONFIG_BLK_DEV_IDECS=y -# CONFIG_BLK_DEV_IDECD is not set -# CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDEFLOPPY is not set -# CONFIG_BLK_DEV_IDESCSI is not set -# CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_BLK_DEV_CMD640 is not set -# CONFIG_BLK_DEV_CMD640_ENHANCED is not set -# CONFIG_BLK_DEV_ISAPNP is not set -# CONFIG_IDE_CHIPSETS is not set -# CONFIG_IDEDMA_AUTO is not set -# CONFIG_DMA_NONPCI is not set -# CONFIG_BLK_DEV_IDE_MODES is not set -# CONFIG_BLK_DEV_ATARAID is not set -# CONFIG_BLK_DEV_ATARAID_PDC is not set -# CONFIG_BLK_DEV_ATARAID_HPT is not set - -# -# SCSI support -# -CONFIG_SCSI=y -CONFIG_BLK_DEV_SD=y -CONFIG_SD_EXTRA_DEVS=40 -# CONFIG_CHR_DEV_ST is not set -# CONFIG_CHR_DEV_OSST is not set -CONFIG_BLK_DEV_SR=y -CONFIG_BLK_DEV_SR_VENDOR=y -CONFIG_SR_EXTRA_DEVS=2 -CONFIG_CHR_DEV_SG=y -# CONFIG_SCSI_DEBUG_QUEUES is not set -# CONFIG_SCSI_MULTI_LUN is not set -# CONFIG_SCSI_CONSTANTS is not set -# CONFIG_SCSI_LOGGING is not set - -# -# SCSI low-level drivers -# -# CONFIG_SCSI_7000FASST is not set -# CONFIG_SCSI_ACARD is not set -# CONFIG_SCSI_AHA152X is not set -# CONFIG_SCSI_AHA1542 is not set -# CONFIG_SCSI_AHA1740 is not set -# CONFIG_SCSI_AACRAID is not set -# CONFIG_SCSI_AIC7XXX is not set -# CONFIG_SCSI_AIC7XXX_OLD is not set -# CONFIG_SCSI_DPT_I2O is not set -# CONFIG_SCSI_ADVANSYS is not set -# CONFIG_SCSI_IN2000 is not set -# CONFIG_SCSI_AM53C974 is not set -# CONFIG_SCSI_MEGARAID is not set -# CONFIG_SCSI_BUSLOGIC is not set -# CONFIG_SCSI_DMX3191D is not set -# CONFIG_SCSI_DTC3280 is not set -# CONFIG_SCSI_EATA is not set -# CONFIG_SCSI_EATA_DMA is not set -# CONFIG_SCSI_EATA_PIO is not set -# CONFIG_SCSI_FUTURE_DOMAIN is not set -# CONFIG_SCSI_GDTH is not set -# CONFIG_SCSI_GENERIC_NCR5380 is not set -# CONFIG_SCSI_INITIO is not set -# CONFIG_SCSI_INIA100 is not set -# CONFIG_SCSI_NCR53C406A is not set -# CONFIG_SCSI_NCR53C7xx is not set -# CONFIG_SCSI_PAS16 is not set -# CONFIG_SCSI_PCI2000 is not set -# CONFIG_SCSI_PCI2220I is not set -# CONFIG_SCSI_PSI240I is not set -# CONFIG_SCSI_QLOGIC_FAS is not set -# CONFIG_SCSI_SIM710 is not set -# CONFIG_SCSI_SYM53C416 is not set -# CONFIG_SCSI_T128 is not set -# CONFIG_SCSI_U14_34F is not set -# CONFIG_SCSI_DEBUG is not set - -# -# PCMCIA SCSI adapter support -# -# CONFIG_SCSI_PCMCIA is not set - -# -# I2O device support -# -# CONFIG_I2O is not set -# CONFIG_I2O_BLOCK is not set -# CONFIG_I2O_LAN is not set -# CONFIG_I2O_SCSI is not set -# CONFIG_I2O_PROC is not set - -# -# ISDN subsystem -# -# CONFIG_ISDN is not set - -# -# Input core support -# -CONFIG_INPUT=y -CONFIG_INPUT_KEYBDEV=y -CONFIG_INPUT_MOUSEDEV=y -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 -# CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set - -# -# Character devices -# -# CONFIG_LEDMAN is not set -# CONFIG_DS1302 is not set -CONFIG_VT=y -CONFIG_VT_CONSOLE=y -CONFIG_SERIAL=y -# CONFIG_SERIAL_CONSOLE is not set -CONFIG_SERIAL_SL_SERIES=y -# CONFIG_BLUETOOTH_SL is not set -CONFIG_KBD_DEV_FILE=y -# CONFIG_SERIAL_EXTENDED is not set -# CONFIG_SERIAL_NONSTANDARD is not set - -# -# Serial drivers -# -# CONFIG_SERIAL_ANAKIN is not set -# CONFIG_SERIAL_ANAKIN_CONSOLE is not set -# CONFIG_SERIAL_AMBA is not set -# CONFIG_SERIAL_AMBA_CONSOLE is not set -# CONFIG_SERIAL_KATANA is not set -# CONFIG_SERIAL_KATANA_CONSOLE is not set -# CONFIG_SERIAL_CLPS711X is not set -# CONFIG_SERIAL_CLPS711X_CONSOLE is not set -# CONFIG_SERIAL_21285 is not set -# CONFIG_SERIAL_21285_OLD is not set -# CONFIG_SERIAL_21285_CONSOLE is not set -# CONFIG_SERIAL_UART00 is not set -# CONFIG_SERIAL_UART00_CONSOLE is not set -# CONFIG_SERIAL_SA1100 is not set -# CONFIG_SERIAL_SA1100_CONSOLE is not set -# CONFIG_SERIAL_OMAHA is not set -# CONFIG_SERIAL_OMAHA_CONSOLE is not set -# CONFIG_SERIAL_AT91US3 is not set -# CONFIG_SERIAL_AT91US3_CONSOLE is not set -# CONFIG_SERIAL_8250 is not set -# CONFIG_SERIAL_8250_CONSOLE is not set -# CONFIG_SERIAL_8250_EXTENDED is not set -# CONFIG_SERIAL_8250_MANY_PORTS is not set -# CONFIG_SERIAL_8250_SHARE_IRQ is not set -# CONFIG_SERIAL_8250_DETECT_IRQ is not set -# CONFIG_SERIAL_8250_MULTIPORT is not set -# CONFIG_SERIAL_8250_HUB6 is not set -CONFIG_UNIX98_PTYS=y -CONFIG_UNIX98_PTY_COUNT=256 - -# -# I2C support -# -# CONFIG_I2C is not set - -# -# Mice -# -# CONFIG_BUSMOUSE is not set -CONFIG_MOUSE=y -CONFIG_PSMOUSE=y -# CONFIG_82C710_MOUSE is not set -# CONFIG_PC110_PAD is not set -# CONFIG_MK712_MOUSE is not set - -# -# Joysticks -# -# CONFIG_INPUT_GAMEPORT is not set -# CONFIG_INPUT_NS558 is not set -# CONFIG_INPUT_LIGHTNING is not set -# CONFIG_INPUT_PCIGAME is not set -# CONFIG_INPUT_CS461X is not set -# CONFIG_INPUT_EMU10K1 is not set -# CONFIG_INPUT_SERIO is not set -# CONFIG_INPUT_SERPORT is not set -# CONFIG_INPUT_ANALOG is not set -# CONFIG_INPUT_A3D is not set -# CONFIG_INPUT_ADI is not set -# CONFIG_INPUT_COBRA is not set -# CONFIG_INPUT_GF2K is not set -# CONFIG_INPUT_GRIP is not set -# CONFIG_INPUT_INTERACT is not set -# CONFIG_INPUT_TMDC is not set -# CONFIG_INPUT_SIDEWINDER is not set -# CONFIG_INPUT_IFORCE_USB is not set -# CONFIG_INPUT_IFORCE_232 is not set -# CONFIG_INPUT_WARRIOR is not set -# CONFIG_INPUT_MAGELLAN is not set -# CONFIG_INPUT_SPACEORB is not set -# CONFIG_INPUT_SPACEBALL is not set -# CONFIG_INPUT_STINGER is not set -# CONFIG_INPUT_DB9 is not set -# CONFIG_INPUT_GAMECON is not set -# CONFIG_INPUT_TURBOGRAFX is not set -# CONFIG_QIC02_TAPE is not set - -# -# Watchdog Cards -# -# CONFIG_WATCHDOG is not set -# CONFIG_AMD_PM768 is not set -# CONFIG_NVRAM is not set -# CONFIG_RTC is not set -# CONFIG_PXA_RTC is not set -CONFIG_COTULLA_RTC=y -CONFIG_ADS7846_TS=y -# CONFIG_TOSA_TS is not set -# CONFIG_DTLK is not set -# CONFIG_R3964 is not set -# CONFIG_APPLICOM is not set - -# -# Ftape, the floppy tape device driver -# -# CONFIG_FTAPE is not set -# CONFIG_AGP is not set -# CONFIG_DRM is not set - -# -# PCMCIA character devices -# -CONFIG_PCMCIA_SERIAL_CS=y -CONFIG_PCMCIA_CHRDEV=y -# CONFIG_SYNCLINK_CS is not set - -# -# Multimedia devices -# -# CONFIG_VIDEO_DEV is not set - -# -# File systems -# -# CONFIG_QUOTA is not set -# CONFIG_AUTOFS_FS is not set -# CONFIG_AUTOFS4_FS is not set -CONFIG_FS_SYNC=y -# CONFIG_REISERFS_FS is not set -# CONFIG_REISERFS_CHECK is not set -# CONFIG_REISERFS_PROC_INFO is not set -# CONFIG_ADFS_FS is not set -# CONFIG_ADFS_FS_RW is not set -# CONFIG_AFFS_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_BEFS_FS is not set -# CONFIG_BEFS_DEBUG is not set -# CONFIG_BFS_FS is not set -CONFIG_EXT3_FS=y -CONFIG_JBD=y -# CONFIG_JBD_DEBUG is not set -CONFIG_FAT_FS=y -# CONFIG_MSDOS_FS is not set -# CONFIG_UMSDOS_FS is not set -CONFIG_VFAT_FS=y -# CONFIG_VFAT_SHORTCUT_SYMLINK is not set -# CONFIG_EFS_FS is not set -# CONFIG_JFFS_FS is not set -CONFIG_JFFS2_FS=y -CONFIG_JFFS2_FS_DEBUG=0 -CONFIG_JFFS2_FS_NAND=y -CONFIG_JFFS2_LARGE_PARTITION=y -CONFIG_JFFS2_PROC_FS=y -CONFIG_JFFS2_NODEMERGE=y -CONFIG_JFFS2_DYNFRAGTREE=y -CONFIG_JFFS2_RESERVED_BLOCKS_BAD=80 -CONFIG_CRAMFS=y -CONFIG_TMPFS=y -CONFIG_RAMFS=y -CONFIG_ISO9660_FS=y -CONFIG_JOLIET=y -CONFIG_ZISOFS=y -# CONFIG_JFS_FS is not set -# CONFIG_JFS_DEBUG is not set -# CONFIG_JFS_STATISTICS is not set -CONFIG_MINIX_FS=y -# CONFIG_VXFS_FS is not set -# CONFIG_NTFS_FS is not set -# CONFIG_NTFS_DEBUG is not set -# CONFIG_NTFS_RW is not set -# CONFIG_HPFS_FS is not set -CONFIG_PROC_FS=y -# CONFIG_DEVFS_FS is not set -# CONFIG_DEVFS_MOUNT is not set -# CONFIG_DEVFS_DEBUG is not set -CONFIG_DEVPTS_FS=y -# CONFIG_QNX4FS_FS is not set -# CONFIG_QNX4FS_RW is not set -# CONFIG_ROMFS_FS is not set -CONFIG_EXT2_FS=y -# CONFIG_SYSV_FS is not set -# CONFIG_UDF_FS is not set -# CONFIG_UDF_RW is not set -# CONFIG_UFS_FS is not set -# CONFIG_UFS_FS_WRITE is not set - -# -# Network File Systems -# -# CONFIG_CODA_FS is not set -# CONFIG_INTERMEZZO_FS is not set -CONFIG_NFS_FS=y -CONFIG_NFS_V3=y -# CONFIG_ROOT_NFS is not set -CONFIG_NFSD=m -CONFIG_NFSD_V3=y -CONFIG_NFSD_TCP=y -CONFIG_SUNRPC=y -CONFIG_LOCKD=y -CONFIG_LOCKD_V4=y -CONFIG_SMB_FS=y -# CONFIG_SMB_NLS_DEFAULT is not set -# CONFIG_NCP_FS is not set -# CONFIG_NCPFS_PACKET_SIGNING is not set -# CONFIG_NCPFS_IOCTL_LOCKING is not set -# CONFIG_NCPFS_STRONG is not set -# CONFIG_NCPFS_NFS_NS is not set -# CONFIG_NCPFS_OS2_NS is not set -# CONFIG_NCPFS_SMALLDOS is not set -# CONFIG_NCPFS_NLS is not set -# CONFIG_NCPFS_EXTRAS is not set -CONFIG_ZISOFS_FS=y - -# -# Partition Types -# -CONFIG_PARTITION_ADVANCED=y -# CONFIG_ACORN_PARTITION is not set -# CONFIG_OSF_PARTITION is not set -# CONFIG_AMIGA_PARTITION is not set -# CONFIG_ATARI_PARTITION is not set -# CONFIG_MAC_PARTITION is not set -CONFIG_MSDOS_PARTITION=y -# CONFIG_BSD_DISKLABEL is not set -# CONFIG_MINIX_SUBPARTITION is not set -# CONFIG_SOLARIS_X86_PARTITION is not set -# CONFIG_UNIXWARE_DISKLABEL is not set -# CONFIG_LDM_PARTITION is not set -# CONFIG_SGI_PARTITION is not set -# CONFIG_ULTRIX_PARTITION is not set -# CONFIG_SUN_PARTITION is not set -# CONFIG_EFI_PARTITION is not set -CONFIG_SMB_NLS=y -CONFIG_NLS=y - -# -# Native Language Support -# -CONFIG_NLS_DEFAULT="iso8859-1" -CONFIG_NLS_CODEPAGE_437=y -# CONFIG_NLS_CODEPAGE_737 is not set -# CONFIG_NLS_CODEPAGE_775 is not set -CONFIG_NLS_CODEPAGE_850=y -# CONFIG_NLS_CODEPAGE_852 is not set -# CONFIG_NLS_CODEPAGE_855 is not set -# CONFIG_NLS_CODEPAGE_857 is not set -# CONFIG_NLS_CODEPAGE_860 is not set -# CONFIG_NLS_CODEPAGE_861 is not set -# CONFIG_NLS_CODEPAGE_862 is not set -# CONFIG_NLS_CODEPAGE_863 is not set -# CONFIG_NLS_CODEPAGE_864 is not set -# CONFIG_NLS_CODEPAGE_865 is not set -# CONFIG_NLS_CODEPAGE_866 is not set -# CONFIG_NLS_CODEPAGE_869 is not set -# CONFIG_NLS_CODEPAGE_936 is not set -# CONFIG_NLS_CODEPAGE_950 is not set -CONFIG_NLS_CODEPAGE_932=y -# CONFIG_NLS_CODEPAGE_949 is not set -# CONFIG_NLS_CODEPAGE_874 is not set -# CONFIG_NLS_ISO8859_8 is not set -# CONFIG_NLS_CODEPAGE_1250 is not set -# CONFIG_NLS_CODEPAGE_1251 is not set -CONFIG_NLS_ISO8859_1=y -# CONFIG_NLS_ISO8859_2 is not set -# CONFIG_NLS_ISO8859_3 is not set -# CONFIG_NLS_ISO8859_4 is not set -# CONFIG_NLS_ISO8859_5 is not set -# CONFIG_NLS_ISO8859_6 is not set -# CONFIG_NLS_ISO8859_7 is not set -# CONFIG_NLS_ISO8859_9 is not set -# CONFIG_NLS_ISO8859_13 is not set -# CONFIG_NLS_ISO8859_14 is not set -# CONFIG_NLS_ISO8859_15 is not set -# CONFIG_NLS_KOI8_R is not set -# CONFIG_NLS_KOI8_U is not set -CONFIG_NLS_UTF8=y - -# -# Console drivers -# -CONFIG_PC_KEYMAP=y -# CONFIG_VGA_CONSOLE is not set - -# -# Frame-buffer support -# -CONFIG_FB=y -CONFIG_DUMMY_CONSOLE=y -# CONFIG_UNICON is not set -# CONFIG_FB_ACORN is not set -# CONFIG_FB_ANAKIN is not set -# CONFIG_FB_CLPS711X is not set -# CONFIG_FB_SA1100 is not set -# CONFIG_FB_PXA is not set -# CONFIG_FB_COTULLA is not set -# CONFIG_FB_POODLE is not set -# CONFIG_FB_CORGI is not set -# CONFIG_FB_TOSA is not set -CONFIG_FB_SHARPSL_PXA=y -CONFIG_SHARPSL_PXA_CONSISTENT_ALLOC=y -CONFIG_FB_SHARPSL_PXA_BVDD=y -# CONFIG_SHARP_LOGO_SCREEN is not set -# CONFIG_FB_KATANA is not set -# CONFIG_FB_DBMX1 is not set -# CONFIG_FB_DBMX21 is not set -# CONFIG_FB_CYBER2000 is not set -# CONFIG_FB_VIRTUAL is not set -CONFIG_FBCON_ADVANCED=y -# CONFIG_FBCON_MFB is not set -# CONFIG_FBCON_CFB2 is not set -# CONFIG_FBCON_CFB4 is not set -# CONFIG_FBCON_CFB8 is not set -CONFIG_FBCON_CFB16=y -# CONFIG_FBCON_CFB24 is not set -# CONFIG_FBCON_CFB32 is not set -# CONFIG_FBCON_AFB is not set -# CONFIG_FBCON_ILBM is not set -# CONFIG_FBCON_IPLAN2P2 is not set -# CONFIG_FBCON_IPLAN2P4 is not set -# CONFIG_FBCON_IPLAN2P8 is not set -# CONFIG_FBCON_MAC is not set -# CONFIG_FBCON_VGA_PLANES is not set -# CONFIG_FBCON_VGA is not set -# CONFIG_FBCON_HGA is not set -CONFIG_FBCON_ROTATE_R=y -# CONFIG_FBCON_ROTATE_L is not set -# CONFIG_FBCON_LOGO_CENTER is not set -# CONFIG_FBCON_FONTWIDTH8_ONLY is not set -CONFIG_FBCON_FONTS=y -CONFIG_FONT_8x8=y -CONFIG_FONT_8x16=y -# CONFIG_FONT_SUN8x16 is not set -# CONFIG_FONT_SUN12x22 is not set -# CONFIG_FONT_6x11 is not set -# CONFIG_FONT_PEARL_8x8 is not set -# CONFIG_FONT_ACORN_8x8 is not set - -# -# Sound -# -CONFIG_SOUND=y -# CONFIG_SOUND_ALI5455 is not set -# CONFIG_SOUND_BT878 is not set -# CONFIG_SOUND_CMPCI is not set -# CONFIG_SOUND_EMU10K1 is not set -# CONFIG_MIDI_EMU10K1 is not set -# CONFIG_SOUND_FUSION is not set -# CONFIG_SOUND_CS4281 is not set -# CONFIG_SOUND_ES1370 is not set -# CONFIG_SOUND_ES1371 is not set -# CONFIG_SOUND_ESSSOLO1 is not set -# CONFIG_SOUND_MAESTRO is not set -# CONFIG_SOUND_MAESTRO3 is not set -# CONFIG_SOUND_FORTE is not set -# CONFIG_SOUND_ICH is not set -# CONFIG_SOUND_RME96XX is not set -# CONFIG_SOUND_SONICVIBES is not set -# CONFIG_SOUND_TRIDENT is not set -# CONFIG_SOUND_MSNDCLAS is not set -# CONFIG_SOUND_MSNDPIN is not set -# CONFIG_SOUND_VIA82CXXX is not set -# CONFIG_MIDI_VIA82CXXX is not set -# CONFIG_SOUND_OSS is not set -# CONFIG_SOUND_VIDC is not set -# CONFIG_SOUND_WAVEARTIST is not set -# CONFIG_SOUND_PXA_AC97 is not set -# CONFIG_SOUND_POODLE is not set -# CONFIG_SOUND_CORGI is not set -# CONFIG_SOUND_TOSA is not set -# CONFIG_BUZZER_TOSA is not set -CONFIG_SOUND_SPITZ=y -# CONFIG_SOUND_TVMIXER is not set - -# -# Multimedia Capabilities Port drivers -# -# CONFIG_MCP is not set -# CONFIG_MCP_SA1100 is not set -# CONFIG_MCP_UCB1200 is not set -# CONFIG_MCP_UCB1200_AUDIO is not set -# CONFIG_MCP_UCB1200_TS is not set -# CONFIG_MCP_UCB1400_TS is not set - -# -# USB support -# -CONFIG_USB=m -CONFIG_USB_DEBUG=y -CONFIG_USB_DEVICEFS=y -# CONFIG_USB_BANDWIDTH is not set -# CONFIG_USB_LONG_TIMEOUT is not set -# CONFIG_USB_EHCI_HCD is not set -# CONFIG_USB_UHCI is not set -# CONFIG_USB_UHCI_ALT is not set -# CONFIG_USB_OHCI is not set -# CONFIG_USB_OHCI_SH7727 is not set -# CONFIG_USB_OHCI_SH is not set -# CONFIG_USB_OHCI_VOYAGERGX is not set -# CONFIG_USB_OHCI_TC6393 is not set -# CONFIG_USB_USE_INTERNAL_MEMORY is not set -CONFIG_USB_OHCI_PXA27X=m -# CONFIG_USB_AUDIO is not set -# CONFIG_USB_EMI26 is not set -# CONFIG_USB_BLUETOOTH is not set -# CONFIG_USB_MIDI is not set -CONFIG_USB_STORAGE=m -CONFIG_USB_STORAGE_DEBUG=y -CONFIG_USB_STORAGE_DATAFAB=y -CONFIG_USB_STORAGE_FREECOM=y -CONFIG_USB_STORAGE_ISD200=y -CONFIG_USB_STORAGE_DPCM=y -CONFIG_USB_STORAGE_HP8200e=y -CONFIG_USB_STORAGE_SDDR09=y -CONFIG_USB_STORAGE_SDDR55=y -CONFIG_USB_STORAGE_JUMPSHOT=y -CONFIG_USB_ACM=m -# CONFIG_USB_PRINTER is not set -CONFIG_USB_HID=m -CONFIG_USB_HIDINPUT=y -CONFIG_USB_HIDDEV=y -CONFIG_USB_KBD=m -CONFIG_USB_MOUSE=m -# CONFIG_USB_AIPTEK is not set -# CONFIG_USB_WACOM is not set -# CONFIG_USB_DC2XX is not set -# CONFIG_USB_MDC800 is not set -# CONFIG_USB_SCANNER is not set -# CONFIG_USB_MICROTEK is not set -# CONFIG_USB_HPUSBSCSI is not set -# CONFIG_USB_PEGASUS is not set -# CONFIG_USB_RTL8150 is not set -# CONFIG_USB_KAWETH is not set -# CONFIG_USB_CATC is not set -# CONFIG_USB_CDCETHER is not set -# CONFIG_USB_USBNET is not set -# CONFIG_USB_USS720 is not set - -# -# USB Serial Converter support -# -# CONFIG_USB_SERIAL is not set -# CONFIG_USB_RIO500 is not set -# CONFIG_USB_AUERSWALD is not set -# CONFIG_USB_TIGL is not set -# CONFIG_USB_BRLVGER is not set -# CONFIG_USB_LCD is not set - -# -# USB Device Support -# -CONFIG_USBD=m -CONFIG_USBD_VENDORID=04DD -CONFIG_USBD_PRODUCTID=8007 -CONFIG_USBD_PRODUCT_NAME="SL-AV200" -CONFIG_USBD_MANUFACTURER="Sharp" -# CONFIG_USBD_USE_SERIAL_NUMBER is not set -CONFIG_USBD_SELFPOWERED=y -CONFIG_USBD_MONITOR=m -CONFIG_USBD_PROCFS=y - -# -# Network Function -# -CONFIG_USBD_NET=m -CONFIG_USBD_NET_VENDORID=04DD -CONFIG_USBD_NET_PRODUCTID=8007 -CONFIG_USBD_NET_IFNAME="usbd" -CONFIG_USBD_NET_OUT_ENDPOINT=2 -CONFIG_USBD_NET_OUT_PKTSIZE=64 -CONFIG_USBD_NET_IN_ENDPOINT=1 -CONFIG_USBD_NET_IN_PKTSIZE=64 -CONFIG_USBD_NET_INT_ENDPOINT=5 -CONFIG_USBD_NET_INT_PKTSIZE=8 -# CONFIG_USBD_NET_ALWAYSUP is not set -# CONFIG_USBD_NET_SAFE is not set -CONFIG_USBD_NET_MDLM=y -# CONFIG_USBD_NET_CDC is not set -CONFIG_USBD_NET_REMOTE_MACADDR="" -CONFIG_USBD_NET_REMOTE_OUI=400002 -CONFIG_USBD_MAC_AS_SERIAL_NUMBER=y -CONFIG_USBD_NET_LOCAL_MACADDR="400001000001" -CONFIG_USBD_NET_LOCAL_OUI=400001 - -# -# Serial Function -# -# CONFIG_USBD_SERIAL is not set - -# -# Mass Storage Function -# -CONFIG_USBD_STORAGE=m -CONFIG_USBD_STORAGE_VENDORID=04DD -CONFIG_USBD_STORAGE_PRODUCTID=9050 -CONFIG_USBD_STORAGE_OUT_ENDPOINT=2 -CONFIG_USBD_STORAGE_OUT_PKTSIZE=64 -CONFIG_USBD_STORAGE_IN_ENDPOINT=1 -CONFIG_USBD_STORAGE_IN_PKTSIZE=64 -CONFIG_USBD_STORAGE_INT_ENDPOINT=5 -CONFIG_USBD_STORAGE_INT_PKTSIZE=8 -CONFIG_USBD_STORAGE_DEF_DEVICE_NAME="/dev/hda1" - -# -# USB Device Bus Interface Support -# -CONFIG_USBD_PXA27X_BUS=m -# CONFIG_USBD_GENERIC_BUS is not set - -# -# Bluetooth support -# -CONFIG_BLUEZ=m -CONFIG_BLUEZ_L2CAP=m -CONFIG_BLUEZ_SCO=m -CONFIG_BLUEZ_RFCOMM=m -CONFIG_BLUEZ_RFCOMM_TTY=y -CONFIG_BLUEZ_BNEP=m -CONFIG_BLUEZ_BNEP_MC_FILTER=y -CONFIG_BLUEZ_BNEP_PROTO_FILTER=y -CONFIG_BLUEZ_HIDP=m - -# -# Bluetooth device drivers -# -CONFIG_BLUEZ_HCIUSB=m -CONFIG_BLUEZ_HCIUSB_SCO=y -CONFIG_BLUEZ_HCIUART=m -CONFIG_BLUEZ_HCIUART_H4=y -CONFIG_BLUEZ_HCIUART_BCSP=y -# CONFIG_BLUEZ_HCIUART_BCSP_TXCRC is not set -CONFIG_BLUEZ_HCIBFUSB=m -CONFIG_BLUEZ_HCIDTL1=m -CONFIG_BLUEZ_HCIBT3C=m -CONFIG_BLUEZ_HCIBLUECARD=m -CONFIG_BLUEZ_HCIBTUART=m -CONFIG_BLUEZ_HCIVHCI=m - -# -# Kernel hacking -# -CONFIG_FRAME_POINTER=y -# CONFIG_DEBUG_USER is not set -# CONFIG_DEBUG_COREDUMP_SIGNAL is not set -# CONFIG_DEBUG_INFO is not set -# CONFIG_DEBUG_INFO_YDC is not set -# CONFIG_NO_PGT_CACHE is not set -CONFIG_DEBUG_KERNEL=y -# CONFIG_DEBUG_SLAB is not set -CONFIG_MAGIC_SYSRQ=y -# CONFIG_KGDB is not set -# CONFIG_DEBUG_SPINLOCK is not set -# CONFIG_DEBUG_WAITQ is not set -# CONFIG_DEBUG_BUGVERBOSE is not set -# CONFIG_DEBUG_ERRORS is not set -# CONFIG_DEBUG_LL is not set -# CONFIG_DEBUG_DC21285_PORT is not set -# CONFIG_DEBUG_CLPS711X_UART2 is not set - -# -# Library routines -# -CONFIG_ZLIB_INFLATE=y -CONFIG_ZLIB_DEFLATE=y - -# -# Cryptography support (CryptoAPI) -# -# CONFIG_CRYPTO is not set -# CONFIG_CIPHERS is not set -# CONFIG_DIGESTS is not set -# CONFIG_CRYPTODEV is not set -# CONFIG_CRYPTOLOOP is not set diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/deviceinfo.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/deviceinfo.patch deleted file mode 100644 index 58343c5b55..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/deviceinfo.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- linux/arch/arm/mach-pxa/Makefile.old 2004-09-24 20:49:09.000000000 +0930 -+++ linux/arch/arm/mach-pxa/Makefile 2004-09-24 20:49:11.000000000 +0930 -@@ -94,6 +94,23 @@ - endif - endif - -+ifeq ($(CONFIG_DEVICEINFO),m) -+ obj-$(CONFIG_DEVICEINFO) += devinfo.o -+ ifeq ($(CONFIG_SABINAL_DISCOVERY),y) -+ devinfo-objs-m += deviceinfo.o -+ devinfo-objs-$(CONFIG_DISCOVERY_DEVICEINFO) += discovery_deviceinfo.o -+ endif -+ ifeq ($(CONFIG_ARCH_PXA_POODLE),y) -+ devinfo-objs-m += sharpsl_deviceinfo.o -+ endif -+ ifeq ($(CONFIG_ARCH_PXA_CORGI),y) -+ devinfo-objs-m += sharpsl_deviceinfo.o -+ endif -+ ifeq ($(CONFIG_ARCH_PXA_TOSA),y) -+ devinfo-objs-m += sharpsl_deviceinfo.o -+ endif -+endif -+ - obj-m += registers.o - - include $(TOPDIR)/Rules.make diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/disable-pcmcia-probe.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/disable-pcmcia-probe.patch deleted file mode 100644 index 79ba036323..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/disable-pcmcia-probe.patch +++ /dev/null @@ -1,17 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- linux/drivers/pcmcia/Config.in~disable-pcmcia-probe 2003-05-13 11:18:23.000000000 +0200 -+++ linux/drivers/pcmcia/Config.in 2004-05-27 13:59:50.000000000 +0200 -@@ -15,9 +15,6 @@ - tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA - if [ "$CONFIG_PCMCIA" != "n" ]; then - # yes, I really mean the following... -- if [ "$CONFIG_ISA" = "y" -o "$CONFIG_ARCH_SA1100" = "y" ]; then -- define_bool CONFIG_PCMCIA_PROBE y -- fi - if [ "$CONFIG_PCI" != "n" ]; then - bool ' CardBus support' CONFIG_CARDBUS - fi diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/idecs.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/idecs.patch deleted file mode 100644 index 73d0f1c51c..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/idecs.patch +++ /dev/null @@ -1,78 +0,0 @@ ---- linux/drivers/ide/ide-cs.c 2004-11-15 22:31:07.000000000 -0800 -+++ linux/drivers/ide/ide-cs.c.new 2005-03-01 22:07:52.334266784 -0800 -@@ -2,7 +2,7 @@ - - A driver for PCMCIA IDE/ATA disk cards - -- ide_cs.c 1.26 1999/11/16 02:10:49 -+ ide-cs.c 1.26 1999/11/16 02:10:49 - - The contents of this file are subject to the Mozilla Public - License Version 1.1 (the "License"); you may not use this file -@@ -68,7 +68,7 @@ - MODULE_PARM(pc_debug, "i"); - #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args) - static char *version = --"ide_cs.c 1.26 1999/11/16 02:10:49 (David Hinds)"; -+"ide-cs.c 1.26 1999/11/16 02:10:49 (David Hinds)"; - #else - #define DEBUG(n, args...) - #endif -@@ -113,7 +113,7 @@ - event_callback_args_t *args); - - #ifdef CONFIG_ARCH_SHARP_SL --static dev_info_t dev_info = "ide_cs"; -+static dev_info_t dev_info = "ide-cs"; - #else - static dev_info_t dev_info = "ide-cs"; - #endif -@@ -379,7 +379,7 @@ - } - - if (hd < 0) { -- printk(KERN_NOTICE "ide_cs: ide_register() at 0x%03x & 0x%03x" -+ printk(KERN_NOTICE "ide-cs: ide_register() at 0x%03x & 0x%03x" - ", irq %u failed\n", io_base, ctl_base, - link->irq.AssignedIRQ); - goto failed; -@@ -392,7 +392,7 @@ - info->node.minor = 0; - info->hd = hd; - link->dev = &info->node; -- printk(KERN_INFO "ide_cs: %s: Vcc = %d.%d, Vpp = %d.%d\n", -+ printk(KERN_INFO "ide-cs: %s: Vcc = %d.%d, Vpp = %d.%d\n", - info->node.dev_name, link->conf.Vcc/10, link->conf.Vcc%10, - link->conf.Vpp1/10, link->conf.Vpp1%10); - -@@ -434,10 +434,10 @@ - - #ifdef CONFIG_ARCH_SHARP_SL - request_region(link->io.BasePort1, -- link->io.NumPorts1 << PCMCIA_ADDRESS_SHIFT,"ide_cs"); -+ link->io.NumPorts1 << PCMCIA_ADDRESS_SHIFT,"ide-cs"); - if (link->io.NumPorts2) - request_region(link->io.BasePort2, -- link->io.NumPorts2 << PCMCIA_ADDRESS_SHIFT,"ide_cs"); -+ link->io.NumPorts2 << PCMCIA_ADDRESS_SHIFT,"ide-cs"); - #else - request_region(link->io.BasePort1, - link->io.NumPorts1 << PCMCIA_ADDRESS_SHIFT,"ide-cs"); -@@ -556,7 +556,7 @@ - DEBUG(0, "%s\n", version); - CardServices(GetCardServicesInfo, &serv); - if (serv.Revision != CS_RELEASE_CODE) { -- printk(KERN_NOTICE "ide_cs: Card Services release " -+ printk(KERN_NOTICE "ide-cs: Card Services release " - "does not match!\n"); - return -1; - } -@@ -566,7 +566,7 @@ - - static void __exit exit_ide_cs(void) - { -- DEBUG(0, "ide_cs: unloading\n"); -+ DEBUG(0, "ide-cs: unloading\n"); - unregister_pccard_driver(&dev_info); - while (dev_list != NULL) - ide_detach(dev_list); diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/initsh.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/initsh.patch deleted file mode 100644 index a672631194..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/initsh.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- linux/init/main.c 2002-02-25 13:38:13.000000000 -0600 -+++ linux.new/init/main.c 2003-03-16 11:49:45.000000000 -0600 -@@ -830,8 +830,10 @@ - * trying to recover a really broken machine. - */ - -- if (execute_command) -+ if (execute_command) { -+ argv_init[0] = execute_command; - execve(execute_command,argv_init,envp_init); -+ } - execve("/sbin/init",argv_init,envp_init); - execve("/etc/init",argv_init,envp_init); - execve("/bin/init",argv_init,envp_init); diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/logo.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/logo.patch deleted file mode 100644 index fd8084254c..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/logo.patch +++ /dev/null @@ -1,2598 +0,0 @@ ---- linux/drivers/video/fbcon.c 2003-02-27 21:47:36.000000000 -0600 -+++ linux.new/drivers/video/fbcon.c 2003-02-27 18:39:39.000000000 -0600 -@@ -126,8 +126,8 @@ - #define LOGO_H (320-16) - #define LOGO_W 240 - #else --#define LOGO_H 80 --#define LOGO_W 80 -+#define LOGO_H 52 -+#define LOGO_W 240 - #endif - #define LOGO_LINE (LOGO_W/8) - #if defined(CONFIG_SHARP_LOGO_SCREEN) ---- linux/include/linux/linux_logo.h 2001-06-11 21:15:27.000000000 -0500 -+++ linux.new/include/linux/linux_logo.h 2003-02-27 15:58:15.000000000 -0600 -@@ -1,4 +1,4 @@ --/* $Id: linux_logo.h,v 1.5 1998/07/30 16:30:58 jj Exp $ -+/* linux_logo.h created with fblogo, 2002/12/29 02:43:36 - * include/linux/linux_logo.h: This is a linux logo - * to be displayed on boot. - * -@@ -7,907 +7,1673 @@ - * - * You can put anything here, but: - * LINUX_LOGO_COLORS has to be less than 224 -- * image size has to be 80x80 -- * values have to start from 0x20 -- * (i.e. RGB(linux_logo_red[0], -- * linux_logo_green[0], -- * linux_logo_blue[0]) is color 0x20) -- * BW image has to be 80x80 as well, with MS bit -- * on the left -- * Serial_console ascii image can be any size, -- * but should contain %s to display the version -+ * Generated by fblogo version 0.5.0 -+ * -+ * -+ * Remember to modify drivers/video/fbcon.c: -+ * Change "#define LOGO_H 80" to "#define LOGO_H 52" -+ * Change "#define LOGO_W 80" to "#define LOGO_W 240" - */ - - #ifndef __HAVE_ARCH_LINUX_LOGO --#define LINUX_LOGO_COLORS 187 -+#define LINUX_LOGO_COLORS 223 - #endif -- - #ifdef INCLUDE_LINUX_LOGO_DATA -- - #ifndef __HAVE_ARCH_LINUX_LOGO -- - unsigned char linux_logo_red[] __initdata = { -- 0x00, 0x06, 0x0a, 0x0e, 0x16, 0x1a, 0x1e, 0x22, -- 0x12, 0x00, 0x2a, 0x36, 0x42, 0x4e, 0x4a, 0x56, -- 0x26, 0x46, 0x2e, 0x32, 0x52, 0x3a, 0x02, 0x65, -- 0x5e, 0x3e, 0x74, 0x8a, 0xa2, 0x9a, 0x86, 0xc6, -- 0xc3, 0x65, 0xbb, 0xd2, 0xda, 0xd6, 0xe2, 0xf6, -- 0xfd, 0xae, 0x7b, 0xdd, 0xea, 0x6a, 0xaa, 0xe7, -- 0xbe, 0x5a, 0xee, 0x9e, 0x95, 0x80, 0x76, 0x79, -- 0x62, 0x36, 0x9a, 0xe2, 0xec, 0xe1, 0xb8, 0xd7, -- 0xaf, 0x25, 0xbc, 0xc0, 0xef, 0xea, 0xe8, 0xe8, -- 0xf5, 0xf1, 0xda, 0xd3, 0x79, 0xdb, 0xf4, 0xf6, -- 0xf6, 0xf6, 0xe2, 0x3d, 0xb4, 0xce, 0xe6, 0xee, -- 0xf6, 0x68, 0xd8, 0xec, 0xf5, 0xc6, 0xc8, 0x9c, -- 0x89, 0xd2, 0xee, 0xcb, 0xb9, 0xd2, 0x66, 0x5e, -- 0x8b, 0xbe, 0xa8, 0xd5, 0xca, 0xb6, 0xae, 0x9c, -- 0xc5, 0xbe, 0xbe, 0xca, 0x90, 0xb2, 0x9a, 0xa8, -- 0xb6, 0xf2, 0xce, 0xfa, 0xb2, 0x6e, 0xa6, 0x12, -- 0x4a, 0x8e, 0xf2, 0xf6, 0xf6, 0xee, 0xb5, 0xe4, -- 0xf1, 0x26, 0x9a, 0xea, 0xf6, 0xe0, 0xd2, 0x16, -- 0x9a, 0x2e, 0x70, 0xd6, 0x46, 0x7c, 0xb4, 0x62, -- 0xd6, 0xa3, 0x74, 0xa7, 0xa2, 0xca, 0xe0, 0xae, -- 0xbe, 0xce, 0xa3, 0x8e, 0x6d, 0x8e, 0x32, 0xaf, -- 0x50, 0x9e, 0x5b, 0x8a, 0x98, 0x82, 0x7a, 0x82, -- 0x56, 0x7c, 0x8a, 0x56, 0x5e, 0x86, 0x6a, 0x52, -- 0x59, 0x64, 0x5e, -+ 0x00, 0x02, 0x06, 0x0A, 0x56, 0xA6, 0xBE, 0xBA, -+ 0xB6, 0x92, 0x3E, 0x1A, 0x8A, 0xF3, 0xFB, 0xEE, -+ 0xC6, 0x62, 0x4A, 0x12, 0x26, 0x0E, 0x76, 0xDA, -+ 0x6E, 0x32, 0x8E, 0x1E, 0x2A, 0xCE, 0xE2, 0x36, -+ 0x66, 0xA2, 0x2E, 0x9E, 0xCA, 0x6A, 0x5A, 0x82, -+ 0x7E, 0xE9, 0xD2, 0xDE, 0x22, 0x72, 0xAE, 0xD6, -+ 0x86, 0x3A, 0x52, 0x9A, 0xAA, 0x16, 0x46, 0x4E, -+ 0x42, 0xC2, 0x96, 0x7A, 0x5E, 0xB2, 0x32, 0x7E, -+ 0x3A, 0x16, 0x02, 0x02, 0x06, 0x1F, 0x02, 0x02, -+ 0x06, 0x02, 0x22, 0x3A, 0x35, 0x16, 0x0A, 0x02, -+ 0x2A, 0x3E, 0x39, 0x32, 0x2A, 0x1E, 0x16, 0x06, -+ 0x22, 0x22, 0x1E, 0x16, 0x6E, 0x82, 0x6E, 0x2E, -+ 0x1E, 0x2E, 0x1E, 0x0A, 0x3A, 0xDA, 0xFE, 0xFA, -+ 0xFA, 0xE2, 0x6A, 0x3A, 0x1A, 0xFA, 0xF6, 0x9E, -+ 0x02, 0x6E, 0xFE, 0xF6, 0x3E, 0x66, 0x52, 0x1B, -+ 0xD6, 0x5A, 0xEE, 0xC6, 0x72, 0x36, 0x22, 0x1E, -+ 0x02, 0x96, 0xF6, 0xDE, 0xA2, 0xD6, 0x39, 0x0E, -+ 0xAA, 0x52, 0x5A, 0xD2, 0xDE, 0x61, 0x46, 0xDE, -+ 0x7A, 0x57, 0x9E, 0xBA, 0xB6, 0x4A, 0x5A, 0xA6, -+ 0x96, 0x23, 0x1E, 0x12, 0x9A, 0x4E, 0x76, 0xAE, -+ 0x2E, 0xBE, 0x86, 0x48, 0xA6, 0x52, 0x06, 0x2E, -+ 0x56, 0x13, 0x2A, 0x4A, 0x36, 0x56, 0x2E, 0x1E, -+ 0x46, 0x3A, 0x66, 0x02, 0x3D, 0x3E, 0x2E, 0x3E, -+ 0x4A, 0x32, 0x52, 0x72, 0x76, 0x67, 0x68, 0x5A, -+ 0x3A, 0x1A, 0x0E, 0x2E, 0x4E, 0x02, 0x3E, 0x0A, -+ 0x28, 0x42, 0x10, 0x26, 0x8E, 0x0A, 0x86, 0xC2, -+ 0x02, 0x6E, 0x92, 0x02, 0x42, 0x02, 0xBE, 0x4E, -+ 0x02, 0x22, 0x02, 0x3E, 0x3A, 0x32 - }; - - unsigned char linux_logo_green[] __initdata = { -- 0x00, 0x06, 0x0a, 0x0e, 0x16, 0x1a, 0x1e, 0x22, -- 0x12, 0x00, 0x2a, 0x36, 0x42, 0x4e, 0x4a, 0x56, -- 0x26, 0x46, 0x2e, 0x32, 0x52, 0x3a, 0x02, 0x65, -- 0x5e, 0x3e, 0x74, 0x8a, 0xa2, 0x9a, 0x86, 0xc6, -- 0xc3, 0x62, 0xbb, 0xd2, 0xda, 0xd6, 0xe2, 0xf6, -- 0xfd, 0xae, 0x7b, 0xdd, 0xea, 0x6a, 0xaa, 0xe7, -- 0xbe, 0x5a, 0xee, 0x9e, 0x95, 0x80, 0x62, 0x5c, -- 0x4e, 0x26, 0x72, 0xaa, 0xba, 0xaf, 0x90, 0xae, -- 0x92, 0x1a, 0xa4, 0x85, 0xb6, 0xbe, 0xc3, 0xc8, -- 0xcf, 0xd0, 0xc2, 0xce, 0x57, 0xa2, 0xd6, 0xda, -- 0xda, 0xd7, 0xb8, 0x2a, 0x7b, 0x91, 0xae, 0xca, -- 0xda, 0x45, 0x9e, 0xb2, 0xd7, 0x9b, 0x90, 0x76, -- 0x5c, 0xa2, 0xbe, 0xa6, 0x85, 0x96, 0x4e, 0x46, -- 0x66, 0x92, 0x7a, 0x9a, 0x96, 0x9d, 0x9a, 0x6b, -- 0x8a, 0x8e, 0xb2, 0xca, 0x90, 0xa6, 0x79, 0x7c, -- 0xb6, 0xf2, 0xce, 0xfa, 0xb2, 0x6e, 0xa6, 0x0e, -- 0x36, 0x86, 0xba, 0xbe, 0xe6, 0xcc, 0x8e, 0xb8, -- 0xc4, 0x1e, 0x8e, 0xae, 0xba, 0xb2, 0xa6, 0x12, -- 0x7a, 0x20, 0x64, 0xaa, 0x2f, 0x70, 0x85, 0x46, -- 0xa6, 0x6e, 0x51, 0x72, 0x92, 0xa2, 0xa6, 0x87, -- 0x96, 0xa2, 0x85, 0x7a, 0x6a, 0x6e, 0x22, 0x76, -- 0x36, 0x76, 0x3c, 0x6e, 0x63, 0x53, 0x66, 0x62, -- 0x42, 0x50, 0x56, 0x42, 0x56, 0x56, 0x56, 0x3e, -- 0x51, 0x52, 0x56, -+ 0x00, 0x02, 0x06, 0x0A, 0x56, 0xA6, 0xBE, 0xBA, -+ 0xB6, 0x92, 0x3E, 0x1A, 0x8A, 0xF3, 0xFB, 0xEE, -+ 0xC6, 0x62, 0x4A, 0x12, 0x26, 0x0E, 0x76, 0xDA, -+ 0x6E, 0x32, 0x8E, 0x1E, 0x2A, 0xCE, 0xE2, 0x36, -+ 0x66, 0xA2, 0x2E, 0x9E, 0xCA, 0x6A, 0x5A, 0x82, -+ 0x7E, 0xE9, 0xD2, 0xDE, 0x22, 0x72, 0xAE, 0xD6, -+ 0x86, 0x3A, 0x52, 0x9A, 0xAA, 0x16, 0x46, 0x4E, -+ 0x42, 0xC2, 0x96, 0x7A, 0x5E, 0xB2, 0x2E, 0x7E, -+ 0x3A, 0x3E, 0x6A, 0xA2, 0x92, 0x30, 0x95, 0x76, -+ 0x4E, 0x86, 0x36, 0x7E, 0x9A, 0x6E, 0x42, 0x56, -+ 0x5A, 0xC2, 0xBE, 0xB2, 0xAA, 0x9A, 0x63, 0x1E, -+ 0xA2, 0x9E, 0x96, 0x5A, 0x3A, 0x42, 0x4A, 0x52, -+ 0x91, 0x46, 0x4E, 0x62, 0x22, 0x4A, 0x6E, 0x86, -+ 0x92, 0x9A, 0x52, 0x4A, 0x76, 0x7A, 0x9E, 0x76, -+ 0x62, 0x32, 0x5E, 0xAE, 0x3E, 0x66, 0x52, 0x81, -+ 0xA6, 0x5A, 0xEE, 0xC6, 0x72, 0x5C, 0x6A, 0x8A, -+ 0x36, 0x3E, 0xBA, 0xBA, 0xA2, 0xD6, 0xAA, 0x4E, -+ 0x8A, 0x4E, 0x5A, 0xD2, 0xDE, 0x64, 0x32, 0x9A, -+ 0x5E, 0x57, 0x9E, 0xBA, 0xB6, 0x52, 0x62, 0xA6, -+ 0x9A, 0x47, 0x3E, 0x56, 0x02, 0x1A, 0x76, 0xAE, -+ 0x4A, 0x02, 0x02, 0x38, 0x02, 0x4A, 0x46, 0x86, -+ 0x1E, 0x2E, 0x7A, 0xD2, 0x5E, 0x26, 0x92, 0x62, -+ 0xCA, 0x42, 0x66, 0x26, 0x67, 0xB6, 0x62, 0x92, -+ 0x9E, 0x72, 0xB2, 0xF2, 0xFE, 0xDE, 0xFE, 0xFE, -+ 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x8A, 0x2A, -+ 0x42, 0x52, 0x6A, 0x26, 0x8E, 0x26, 0x86, 0xC2, -+ 0xE2, 0x6E, 0x92, 0xBE, 0x42, 0xC6, 0xBE, 0x4E, -+ 0xEE, 0x5A, 0xEA, 0x3E, 0x4A, 0x32 - }; - - unsigned char linux_logo_blue[] __initdata = { -- 0x00, 0x06, 0x0a, 0x0e, 0x16, 0x1a, 0x1e, 0x22, -- 0x12, 0x01, 0x2a, 0x36, 0x42, 0x4e, 0x4a, 0x56, -- 0x26, 0x46, 0x2e, 0x32, 0x52, 0x3a, 0x06, 0x65, -- 0x5e, 0x3e, 0x74, 0x8a, 0xa2, 0x9a, 0x86, 0xc6, -- 0xc3, 0x59, 0xbb, 0xd2, 0xda, 0xd6, 0xe2, 0xf6, -- 0xfd, 0xae, 0x7b, 0xdd, 0xea, 0x6a, 0xaa, 0xe7, -- 0xbe, 0x5a, 0xee, 0x9e, 0x95, 0x80, 0x2e, 0x08, -- 0x0a, 0x06, 0x0a, 0x0b, 0x0b, 0x0f, 0x0c, 0x0f, -- 0x3d, 0x09, 0x73, 0x09, 0x0d, 0x0a, 0x10, 0x1e, -- 0x2d, 0x13, 0x86, 0xba, 0x19, 0x0a, 0x36, 0x3c, -- 0x26, 0x14, 0x0d, 0x06, 0x07, 0x0a, 0x0b, 0x0f, -- 0x4a, 0x06, 0x0a, 0x0c, 0x2b, 0x0a, 0x0b, 0x0a, -- 0x06, 0x0a, 0x0a, 0x11, 0x0b, 0x0a, 0x0a, 0x1e, -- 0x0f, 0x0d, 0x0a, 0x0b, 0x22, 0x6a, 0x72, 0x0b, -- 0x0b, 0x22, 0x90, 0xca, 0x90, 0x92, 0x3c, 0x2c, -- 0xb6, 0xf2, 0xce, 0xfa, 0xb2, 0x6e, 0xa6, 0x06, -- 0x0e, 0x6a, 0x0e, 0x0e, 0xbe, 0x5b, 0x2c, 0x3e, -- 0x0e, 0x0a, 0x5a, 0x0d, 0x0e, 0x3e, 0x0a, 0x06, -- 0x2e, 0x06, 0x4e, 0x36, 0x06, 0x58, 0x24, 0x06, -- 0x3a, 0x08, 0x08, 0x07, 0x5e, 0x45, 0x0a, 0x32, -- 0x2e, 0x2a, 0x43, 0x48, 0x5f, 0x2e, 0x06, 0x06, -- 0x07, 0x24, 0x06, 0x32, 0x06, 0x06, 0x46, 0x2e, -- 0x22, 0x06, 0x06, 0x1e, 0x4c, 0x06, 0x3a, 0x22, -- 0x42, 0x34, 0x42, -+ 0x00, 0x02, 0x06, 0x0A, 0x56, 0xA6, 0xBE, 0xBA, -+ 0xB6, 0x92, 0x3E, 0x1A, 0x8A, 0xF3, 0xFB, 0xEE, -+ 0xC6, 0x62, 0x4A, 0x12, 0x26, 0x0E, 0x76, 0xDA, -+ 0x6E, 0x32, 0x8E, 0x1E, 0x2A, 0xCE, 0xE2, 0x36, -+ 0x66, 0xA2, 0x2E, 0x9E, 0xCA, 0x6A, 0x5A, 0x82, -+ 0x7E, 0xE9, 0xD2, 0xDE, 0x22, 0x72, 0xAE, 0xD6, -+ 0x86, 0x3A, 0x52, 0x9A, 0xAA, 0x16, 0x46, 0x4E, -+ 0x42, 0xC2, 0x96, 0x7A, 0x5E, 0xB2, 0x1A, 0x06, -+ 0x1A, 0x2A, 0x36, 0x52, 0x46, 0x23, 0x4D, 0x3E, -+ 0x2A, 0x42, 0x2A, 0x5A, 0x69, 0x42, 0x26, 0x2E, -+ 0x42, 0x7E, 0x7C, 0x72, 0x6A, 0x5E, 0x3B, 0x12, -+ 0x62, 0x5E, 0x5A, 0x36, 0x26, 0x1E, 0x26, 0x42, -+ 0x56, 0x3A, 0x36, 0x36, 0x1E, 0x2E, 0x2A, 0x22, -+ 0x22, 0x1A, 0x16, 0x42, 0x46, 0x26, 0x1E, 0x12, -+ 0x32, 0x2A, 0x2E, 0x16, 0x2A, 0x1A, 0x2E, 0x4E, -+ 0x12, 0x22, 0x02, 0x02, 0x12, 0x4A, 0x46, 0x52, -+ 0x1E, 0x1E, 0x16, 0x0E, 0x02, 0x02, 0x6F, 0x2E, -+ 0x0E, 0x1A, 0x06, 0x02, 0x02, 0x04, 0x22, 0x16, -+ 0x0E, 0x12, 0x02, 0x02, 0x02, 0x0A, 0x5A, 0x02, -+ 0x02, 0x1B, 0x2E, 0x32, 0x02, 0x02, 0x02, 0x02, -+ 0x16, 0x02, 0x02, 0x10, 0x02, 0x02, 0x26, 0x5A, -+ 0x02, 0x1F, 0x52, 0x8E, 0x22, 0x02, 0x5E, 0x3E, -+ 0x86, 0x0E, 0x16, 0x16, 0x52, 0x7A, 0x4A, 0x66, -+ 0x72, 0x52, 0x82, 0xB2, 0xBA, 0xA4, 0xB2, 0xAA, -+ 0x9E, 0x8E, 0x88, 0x96, 0xA6, 0x82, 0x62, 0x1A, -+ 0x34, 0x4A, 0x31, 0x16, 0x02, 0x1A, 0x02, 0x02, -+ 0x72, 0x02, 0x02, 0x5E, 0x1A, 0x62, 0x02, 0x0E, -+ 0x76, 0x1E, 0x76, 0x1E, 0x0A, 0x02 - }; - - unsigned char linux_logo[] __initdata = { -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x21, 0x21, 0x22, 0x22, -- 0x22, 0x21, 0x21, 0x21, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, -- 0x26, 0x26, 0x25, 0x28, 0x23, 0x22, 0x21, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x21, 0x23, 0x25, 0x2a, 0x2b, 0x2c, 0x2d, 0x2d, -- 0x2d, 0x2e, 0x2c, 0x2b, 0x2a, 0x25, 0x28, 0x22, -- 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, -- 0x24, 0x2a, 0x2c, 0x2f, 0x2c, 0x30, 0x30, 0x24, -- 0x25, 0x27, 0x2b, 0x2c, 0x2f, 0x31, 0x32, 0x25, -- 0x23, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x25, -- 0x33, 0x34, 0x35, 0x21, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x21, 0x2b, 0x2f, 0x2c, -- 0x30, 0x28, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x24, 0x33, -- 0x2d, 0x27, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x21, 0x31, -- 0x2d, 0x32, 0x24, 0x21, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x21, 0x28, 0x2a, 0x34, -- 0x25, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x23, 0x32, 0x27, 0x21, 0x36, -- 0x2a, 0x2d, 0x2a, 0x28, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x20, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x22, 0x26, 0x2c, 0x35, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x25, 0x2f, 0x37, 0x32, 0x22, -- 0x36, 0x35, 0x31, 0x27, 0x22, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x23, 0x2a, 0x2f, 0x22, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x26, 0x38, 0x38, 0x35, 0x25, -- 0x36, 0x21, 0x2d, 0x2b, 0x24, 0x21, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x21, 0x24, 0x39, 0x39, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x25, 0x2b, 0x30, 0x28, 0x22, -- 0x36, 0x36, 0x27, 0x34, 0x30, 0x23, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x21, 0x26, 0x2d, 0x26, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x22, 0x22, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x2d, 0x33, 0x28, 0x21, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x30, 0x2f, 0x23, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x2b, 0x2c, 0x25, 0x21, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x2a, 0x34, 0x36, 0x36, -- 0x36, 0x21, 0x22, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x21, 0x23, 0x22, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x28, 0x34, 0x27, 0x22, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x32, 0x2f, 0x36, 0x36, -- 0x21, 0x21, 0x24, 0x27, 0x21, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x28, 0x27, 0x22, 0x33, 0x24, 0x36, -- 0x36, 0x36, 0x36, 0x22, 0x2f, 0x2a, 0x23, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x29, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x32, 0x2f, 0x36, 0x36, -- 0x30, 0x3a, 0x38, 0x24, 0x24, 0x36, 0x36, 0x36, -- 0x23, 0x2f, 0x3b, 0x3c, 0x3d, 0x30, 0x25, 0x21, -- 0x36, 0x36, 0x36, 0x36, 0x2f, 0x32, 0x23, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x32, 0x2f, 0x36, 0x23, -- 0x3e, 0x3f, 0x40, 0x3a, 0x22, 0x36, 0x36, 0x21, -- 0x41, 0x42, 0x43, 0x44, 0x45, 0x3e, 0x23, 0x21, -- 0x36, 0x36, 0x36, 0x36, 0x2f, 0x33, 0x28, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x29, 0x20, 0x29, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x32, 0x2f, 0x36, 0x2b, -- 0x44, 0x40, 0x46, 0x47, 0x35, 0x36, 0x36, 0x26, -- 0x43, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x2e, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x31, 0x35, 0x24, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x32, 0x34, 0x36, 0x4d, -- 0x4e, 0x25, 0x2f, 0x46, 0x4a, 0x22, 0x23, 0x32, -- 0x4f, 0x50, 0x21, 0x31, 0x51, 0x52, 0x53, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x31, 0x35, 0x24, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x29, 0x20, 0x29, 0x29, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x2a, 0x2f, 0x21, 0x3a, -- 0x4d, 0x21, 0x31, 0x54, 0x55, 0x28, 0x30, 0x2b, -- 0x4b, 0x4d, 0x36, 0x23, 0x32, 0x50, 0x3f, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x2e, 0x39, 0x24, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x29, 0x20, 0x29, 0x20, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x2a, 0x38, 0x23, 0x37, -- 0x55, 0x36, 0x28, 0x3a, 0x56, 0x57, 0x57, 0x58, -- 0x3c, 0x4d, 0x36, 0x36, 0x36, 0x40, 0x40, 0x21, -- 0x36, 0x36, 0x36, 0x36, 0x2e, 0x39, 0x24, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x29, 0x29, 0x29, 0x20, 0x29, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x30, 0x51, 0x23, 0x35, -- 0x43, 0x25, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, -- 0x5f, 0x60, 0x61, 0x36, 0x31, 0x47, 0x3b, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x31, 0x2c, 0x25, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x30, 0x2f, 0x23, 0x22, -- 0x40, 0x62, 0x63, 0x5d, 0x64, 0x65, 0x66, 0x67, -- 0x68, 0x69, 0x66, 0x5e, 0x6a, 0x6b, 0x2a, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x33, 0x2e, 0x26, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x27, 0x2f, 0x23, 0x36, -- 0x6c, 0x63, 0x6d, 0x64, 0x5c, 0x66, 0x69, 0x6e, -- 0x6f, 0x70, 0x71, 0x69, 0x69, 0x72, 0x6c, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x33, 0x34, 0x27, 0x22, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x27, 0x34, 0x26, 0x73, -- 0x74, 0x75, 0x76, 0x64, 0x65, 0x77, 0x69, 0x78, -- 0x70, 0x71, 0x71, 0x71, 0x72, 0x5f, 0x5e, 0x21, -- 0x36, 0x36, 0x36, 0x36, 0x25, 0x38, 0x2a, 0x23, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x26, 0x2d, 0x33, 0x79, -- 0x63, 0x7a, 0x7b, 0x5c, 0x66, 0x69, 0x6e, 0x7c, -- 0x71, 0x71, 0x69, 0x7d, 0x7e, 0x7a, 0x7f, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x21, 0x51, 0x2b, 0x28, -- 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x26, 0x2d, 0x32, 0x24, -- 0x80, 0x81, 0x64, 0x82, 0x77, 0x69, 0x71, 0x71, -- 0x69, 0x83, 0x84, 0x85, 0x7a, 0x85, 0x86, 0x36, -- 0x21, 0x2b, 0x23, 0x36, 0x36, 0x39, 0x2e, 0x26, -- 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x27, 0x2d, 0x33, 0x21, -- 0x87, 0x88, 0x89, 0x72, 0x67, 0x66, 0x5f, 0x89, -- 0x8a, 0x63, 0x85, 0x8b, 0x8c, 0x8d, 0x41, 0x36, -- 0x36, 0x2d, 0x3a, 0x35, 0x36, 0x24, 0x51, 0x32, -- 0x28, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x30, 0x2f, 0x33, 0x21, -- 0x55, 0x8e, 0x8f, 0x8a, 0x7d, 0x5e, 0x90, 0x7e, -- 0x75, 0x75, 0x90, 0x62, 0x40, 0x3f, 0x49, 0x23, -- 0x36, 0x24, 0x3a, 0x3a, 0x24, 0x36, 0x2e, 0x31, -- 0x26, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x21, 0x28, 0x33, 0x37, 0x25, 0x22, -- 0x3b, 0x50, 0x8e, 0x8f, 0x90, 0x7e, 0x90, 0x63, -- 0x74, 0x91, 0x92, 0x42, 0x93, 0x4b, 0x45, 0x2c, -- 0x36, 0x36, 0x33, 0x39, 0x21, 0x36, 0x22, 0x51, -- 0x33, 0x28, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x22, 0x27, 0x2e, 0x2e, 0x36, 0x21, -- 0x94, 0x3f, 0x50, 0x95, 0x96, 0x8f, 0x8f, 0x97, -- 0x8e, 0x42, 0x50, 0x43, 0x47, 0x48, 0x48, 0x98, -- 0x21, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x39, -- 0x2e, 0x27, 0x23, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x22, 0x24, 0x2b, 0x38, 0x28, 0x36, 0x32, -- 0x4c, 0x4b, 0x50, 0x50, 0x50, 0x42, 0x42, 0x50, -- 0x50, 0x40, 0x45, 0x99, 0x48, 0x48, 0x48, 0x48, -- 0x34, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x23, -- 0x2f, 0x2b, 0x24, 0x21, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x21, 0x28, 0x32, 0x51, 0x32, 0x28, 0x21, 0x98, -- 0x48, 0x47, 0x9a, 0x50, 0x50, 0x50, 0x50, 0x50, -- 0x9a, 0x4f, 0x9b, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x93, 0x23, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x2a, 0x2f, 0x2a, 0x28, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x23, 0x30, 0x2e, 0x2c, 0x36, 0x21, 0x51, 0x9b, -- 0x48, 0x48, 0x52, 0x3f, 0x50, 0x50, 0x40, 0x4b, -- 0x47, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x34, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x2d, 0x31, 0x27, 0x23, 0x21, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x23, -- 0x27, 0x2c, 0x2d, 0x21, 0x36, 0x28, 0x44, 0x48, -- 0x48, 0x48, 0x48, 0x47, 0x46, 0x4f, 0x47, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x9c, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x28, 0x51, 0x39, 0x26, 0x22, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x25, -- 0x35, 0x51, 0x28, 0x36, 0x36, 0x9d, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x9b, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x4f, 0x28, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x28, 0x38, 0x2b, 0x25, 0x22, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x24, 0x33, -- 0x51, 0x25, 0x36, 0x36, 0x23, 0x40, 0x9b, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x9b, 0x99, 0x2b, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x30, 0x2f, 0x33, 0x24, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x21, 0x23, 0x30, 0x34, -- 0x27, 0x36, 0x36, 0x36, 0x2a, 0x40, 0x47, 0x48, -- 0x48, 0x48, 0x48, 0x9b, 0x99, 0x99, 0x9b, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x9b, 0x47, 0x52, -- 0x46, 0x4f, 0x37, 0x21, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x30, 0x34, 0x2a, 0x23, -- 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x22, 0x25, 0x39, 0x2c, -- 0x36, 0x36, 0x36, 0x21, 0x31, 0x4e, 0x9a, 0x4c, -- 0x47, 0x9b, 0x9b, 0x52, 0x46, 0x4f, 0x52, 0x9b, -- 0x9b, 0x9b, 0x47, 0x4f, 0x45, 0x9a, 0x93, 0x93, -- 0x3f, 0x93, 0x98, 0x28, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x39, 0x2c, 0x26, -- 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x23, 0x2a, 0x34, 0x28, -- 0x36, 0x36, 0x36, 0x22, 0x38, 0x98, 0x44, 0x99, -- 0x9b, 0x48, 0x48, 0x9b, 0x4c, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x47, 0x52, 0x46, 0x43, 0x93, -- 0x40, 0x40, 0x43, 0x53, 0x21, 0x23, 0x33, 0x23, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x21, 0x2f, 0x32, -- 0x28, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x21, 0x24, 0x2b, 0x31, 0x36, -- 0x36, 0x22, 0x36, 0x24, 0x9e, 0x4f, 0x9b, 0x48, -- 0x48, 0x48, 0x48, 0x9b, 0x99, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x47, -- 0x4f, 0x9a, 0x3f, 0x46, 0x38, 0x36, 0x21, 0x30, -- 0x26, 0x36, 0x36, 0x36, 0x36, 0x36, 0x39, 0x2c, -- 0x25, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x22, 0x26, 0x2e, 0x33, 0x36, -- 0x25, 0x25, 0x36, 0x4d, 0x52, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x47, 0x44, 0x93, 0x43, 0x23, 0x36, 0x36, -- 0x26, 0x24, 0x36, 0x36, 0x36, 0x36, 0x28, 0x2f, -- 0x2a, 0x23, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x23, 0x2a, 0x51, 0x24, 0x36, -- 0x2a, 0x36, 0x28, 0x44, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x9b, 0x4b, 0x44, 0x37, 0x36, 0x23, -- 0x28, 0x30, 0x22, 0x36, 0x36, 0x36, 0x36, 0x2d, -- 0x35, 0x24, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x21, 0x28, 0x2b, 0x34, 0x36, 0x25, -- 0x24, 0x36, 0x4a, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x9b, 0x52, 0x3f, 0x21, 0x30, -- 0x35, 0x25, 0x30, 0x36, 0x36, 0x36, 0x36, 0x32, -- 0x2d, 0x26, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x22, 0x26, 0x2e, 0x35, 0x36, 0x2a, -- 0x36, 0x24, 0x4f, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x9b, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x47, 0x32, 0x30, -- 0x2a, 0x23, 0x30, 0x23, 0x36, 0x36, 0x36, 0x21, -- 0x2f, 0x32, 0x23, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x21, 0x23, 0x2a, 0x51, 0x28, 0x28, 0x25, -- 0x36, 0x3a, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x9b, 0x52, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x38, 0x21, -- 0x36, 0x36, 0x22, 0x27, 0x36, 0x36, 0x36, 0x36, -- 0x2e, 0x35, 0x24, 0x21, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x22, 0x25, 0x2c, 0x34, 0x36, 0x30, 0x21, -- 0x23, 0x43, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x47, 0x99, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x94, 0x36, -- 0x36, 0x36, 0x36, 0x32, 0x36, 0x36, 0x36, 0x36, -- 0x2a, 0x2e, 0x26, 0x22, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x21, 0x23, 0x2a, 0x51, 0x25, 0x21, 0x2a, 0x36, -- 0x2e, 0x9b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x99, 0x99, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x98, 0x36, -- 0x36, 0x36, 0x36, 0x32, 0x36, 0x36, 0x36, 0x36, -- 0x22, 0x2f, 0x30, 0x22, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x22, 0x25, 0x2c, 0x34, 0x36, 0x24, 0x28, 0x36, -- 0x54, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4c, 0x99, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x9a, 0x36, -- 0x36, 0x36, 0x36, 0x30, 0x36, 0x36, 0x36, 0x36, -- 0x21, 0x2f, 0x32, 0x23, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x28, 0x32, 0x2f, 0x28, 0x36, 0x27, 0x22, 0x21, -- 0x43, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4c, 0x99, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x4b, 0x21, -- 0x36, 0x36, 0x21, 0x26, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x34, 0x2b, 0x28, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, -- 0x25, 0x2c, 0x39, 0x36, 0x36, 0x30, 0x22, 0x25, -- 0x52, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x52, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x4f, 0x21, -- 0x36, 0x36, 0x22, 0x26, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x2c, 0x35, 0x24, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, -- 0x30, 0x2d, 0x21, 0x36, 0x36, 0x32, 0x23, 0x2a, -- 0x47, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x99, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x4c, 0x22, -- 0x36, 0x36, 0x24, 0x23, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x2c, 0x39, 0x24, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x28, -- 0x33, 0x2e, 0x36, 0x36, 0x23, 0x31, 0x27, 0x39, -- 0x9b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x47, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x4c, 0x23, -- 0x36, 0x36, 0x26, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x2c, 0x39, 0x24, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x28, -- 0x2b, 0x39, 0x36, 0x36, 0x36, 0x26, 0x32, 0x31, -- 0x9b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x47, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x46, 0x22, -- 0x36, 0x21, 0x26, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x2c, 0x35, 0x24, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x24, -- 0x35, 0x39, 0x36, 0x36, 0x36, 0x36, 0x26, 0x2d, -- 0x9b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x47, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x9a, 0x36, -- 0x24, 0x27, 0x9f, 0x24, 0x25, 0x28, 0x21, 0x36, -- 0x36, 0x34, 0x2b, 0x28, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x25, -- 0x39, 0x4d, 0xa0, 0x84, 0x81, 0x57, 0x21, 0x39, -- 0x52, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x47, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x53, 0x28, -- 0x23, 0x36, 0x36, 0x36, 0x21, 0x28, 0x2c, 0x30, -- 0x21, 0x38, 0x33, 0x28, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x21, 0x22, 0x22, 0x28, 0x30, -- 0x2d, 0xa1, 0x7a, 0xa2, 0xa3, 0xa3, 0x7f, 0x22, -- 0x51, 0x52, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x9b, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0xa4, 0xa5, 0xa5, 0xa6, 0x61, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x30, 0x32, -- 0x25, 0x4d, 0x2b, 0x28, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x21, 0x23, 0x24, 0x26, 0x30, 0x33, 0x31, -- 0x4d, 0x91, 0x5b, 0xa2, 0xa3, 0xa3, 0xa3, 0x5a, -- 0x21, 0x2e, 0x46, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4f, 0x9b, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0xa7, 0xa8, 0x69, 0x66, 0xa9, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x21, 0x26, 0x25, -- 0x83, 0xaa, 0x2c, 0x25, 0x21, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x21, 0x28, 0x30, 0x35, 0x2d, 0x2f, 0x37, 0x4a, -- 0x60, 0x85, 0xab, 0xac, 0xa3, 0xa3, 0xa3, 0x82, -- 0x86, 0x36, 0x32, 0x3f, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x4c, 0x99, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0xad, 0xa2, 0xa8, 0xae, 0xaf, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x21, 0x57, -- 0x77, 0x66, 0x34, 0x27, 0x22, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x23, 0x30, 0x31, 0xb0, 0x91, 0x7e, 0x90, 0x90, -- 0x8b, 0x5b, 0xa2, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0x5d, 0xb1, 0x36, 0x24, 0x53, 0x9b, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x9b, 0x99, 0xad, 0x64, 0x5c, 0x8b, 0xb1, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x73, 0x5d, -- 0x82, 0x5c, 0xb2, 0x2a, 0x23, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x24, 0x2b, 0xb0, 0x8b, 0x5b, 0x76, 0x5b, 0x5b, -- 0x7b, 0xa2, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa8, 0x5e, 0x22, 0x36, 0x21, 0x3a, 0x99, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x4f, 0x3f, 0xb3, 0x7b, 0x7b, 0x85, 0x80, -- 0x9f, 0x36, 0x36, 0x36, 0x21, 0xb4, 0x7e, 0x7b, -- 0x64, 0x64, 0xb5, 0x35, 0x24, 0x21, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, -- 0x26, 0x31, 0xb6, 0x5b, 0x64, 0xa2, 0xa2, 0xac, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0x66, 0xb7, 0x36, 0x36, 0x36, 0x2c, 0x4b, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x9a, 0x3f, 0xb8, 0x76, 0x76, 0x7a, 0x63, -- 0xb9, 0xba, 0x86, 0xba, 0xbb, 0x90, 0x5b, 0x64, -- 0xa2, 0xa2, 0xbc, 0x2d, 0x27, 0x23, 0x21, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x26, 0x2d, 0x91, 0x5b, 0x64, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa8, 0x83, 0xaf, 0x36, 0x36, 0x36, 0x30, -- 0x44, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x9b, 0x9a, 0x3f, 0xbd, 0x5b, 0x7b, 0xbe, 0x85, -- 0x7e, 0x90, 0x63, 0x90, 0x85, 0x5b, 0xa2, 0xa3, -- 0xa3, 0xac, 0x5d, 0xb5, 0x39, 0x26, 0x23, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, -- 0x26, 0x2d, 0xbf, 0xbe, 0x64, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa8, 0x88, 0x36, 0x36, 0x36, 0x36, -- 0x2d, 0x9b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x9b, 0x45, 0x3f, 0xc0, 0x6d, 0x7b, 0xab, 0xbe, -- 0x7a, 0x8b, 0x8b, 0x7a, 0x5b, 0x64, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa2, 0xc1, 0x37, 0x35, 0x26, 0x23, -- 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, -- 0x26, 0x2e, 0xbf, 0x7a, 0x7b, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa8, 0x72, 0x73, 0x36, 0x36, 0x36, -- 0x24, 0x52, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x46, 0x42, 0xb6, 0x7a, 0x7b, 0x64, 0x7b, -- 0x76, 0x5b, 0x5b, 0x76, 0x7b, 0xa2, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xac, 0x64, 0xc1, 0x4d, 0x2c, 0x27, -- 0x23, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x25, 0x31, 0xc2, 0x8b, 0x7b, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa8, 0x89, 0x9f, 0x36, 0x36, -- 0x32, 0x47, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x4b, 0x2f, 0x8f, 0x7a, 0x7b, 0xa2, 0xac, -- 0xa2, 0x64, 0x64, 0xa2, 0xa2, 0xac, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa2, 0x5d, 0xc3, 0x2c, -- 0x26, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x25, 0x31, 0xc2, 0x85, 0x7b, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0x66, 0x57, 0x27, 0x4d, -- 0x4b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x99, 0x34, 0x9f, 0xb9, 0x7a, 0x7b, 0xa2, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa2, 0xc2, -- 0x32, 0x28, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, -- 0x26, 0x2d, 0xc2, 0x85, 0x7b, 0xac, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa8, 0x5f, 0x92, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x44, -- 0x35, 0x36, 0xaf, 0xbb, 0x7a, 0x7b, 0xac, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xac, 0xa2, 0xc0, -- 0x2b, 0x24, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x23, -- 0x30, 0x2f, 0xb6, 0x8b, 0x7b, 0xac, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0x66, 0x89, 0x45, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x48, 0x9b, 0x4e, 0x25, -- 0x36, 0x36, 0x61, 0xb9, 0x6d, 0x64, 0xac, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xac, 0x7b, 0xbe, 0xc3, -- 0x32, 0x28, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x28, -- 0x33, 0xc4, 0x63, 0xbe, 0xa2, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa2, 0x72, 0x81, 0xc5, -- 0x46, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, -- 0x48, 0x48, 0x48, 0x48, 0x3f, 0x2c, 0x36, 0x36, -- 0x36, 0x36, 0xc6, 0x8f, 0x6d, 0x64, 0xac, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa2, 0xab, 0x8b, 0xb0, 0x2c, -- 0x26, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x24, -- 0x35, 0x96, 0x75, 0xab, 0xa2, 0xac, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xac, 0x7b, 0x81, 0xb9, -- 0x73, 0x3b, 0x44, 0x9b, 0x48, 0x48, 0x48, 0x9b, -- 0x99, 0x43, 0x94, 0x2c, 0x21, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x73, 0xb9, 0x7a, 0x7b, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0x64, 0x76, 0x7a, 0x91, 0xb5, 0x31, 0x30, -- 0x28, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x24, -- 0x39, 0x97, 0x75, 0xbe, 0x7b, 0x64, 0xa2, 0xa2, -- 0xac, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0x7b, 0x7a, 0xc7, -- 0xc8, 0x36, 0x21, 0x26, 0x2b, 0x39, 0x33, 0x30, -- 0x23, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x21, 0xc8, 0xbb, 0x8b, 0x7b, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa2, 0x64, 0x64, -- 0x76, 0x85, 0xbf, 0xb5, 0x34, 0x2b, 0x27, 0x28, -- 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x28, -- 0x33, 0xc9, 0x63, 0x7e, 0x7a, 0x6d, 0xbe, 0x5b, -- 0x76, 0x7b, 0x64, 0x64, 0xa2, 0xac, 0xa3, 0xa3, -- 0xa3, 0xa3, 0xa3, 0xa3, 0xac, 0x76, 0x85, 0xb9, -- 0x79, 0x22, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x21, 0xca, 0xbb, 0x75, 0x76, 0xa2, 0xa3, -- 0xa3, 0xa3, 0xac, 0xa2, 0x64, 0x76, 0xbe, 0x8b, -- 0xb6, 0xb5, 0x2f, 0x35, 0x30, 0x24, 0x22, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x23, -- 0x27, 0x31, 0xcb, 0xc9, 0xbb, 0x74, 0x63, 0x90, -- 0x7e, 0x75, 0x8b, 0x6d, 0xbe, 0x76, 0x64, 0xa2, -- 0xac, 0xac, 0xac, 0xac, 0x64, 0x7a, 0x84, 0xcc, -- 0x79, 0x9f, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, -- 0x36, 0x21, 0xc8, 0xcc, 0x63, 0x6d, 0x7b, 0x64, -- 0xac, 0xa2, 0x64, 0x7b, 0xbe, 0x75, 0x63, 0x96, -- 0x38, 0x39, 0x2a, 0x24, 0x23, 0x21, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x28, 0x27, 0x35, 0x2d, 0x41, 0xb5, 0xc5, 0x8f, -- 0xb9, 0xbb, 0xc7, 0x74, 0x84, 0x90, 0x85, 0x6d, -- 0x5b, 0x7b, 0x7b, 0xab, 0x6d, 0x90, 0xb9, 0xcd, -- 0xca, 0x22, 0x36, 0x36, 0x28, 0x30, 0x30, 0x30, -- 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x25, 0x36, -- 0x36, 0x21, 0xb4, 0x80, 0xc7, 0x7e, 0x6d, 0x76, -- 0xab, 0x76, 0x6d, 0x85, 0x63, 0xb9, 0xb5, 0x34, -- 0x33, 0x26, 0x23, 0x21, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x21, 0x23, 0x24, 0x27, 0x2a, 0x35, 0x2e, 0x2f, -- 0x41, 0xce, 0xcf, 0x6c, 0x80, 0xcc, 0xb9, 0x74, -- 0x84, 0x90, 0x75, 0x7e, 0x74, 0x8f, 0xcd, 0x79, -- 0xc6, 0x2b, 0x9d, 0x41, 0x2f, 0x34, 0x2d, 0x2d, -- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x34, 0x2f, 0x38, -- 0x4d, 0x37, 0xd0, 0xd1, 0x8f, 0x74, 0x63, 0x7e, -- 0x75, 0x7e, 0x63, 0xc7, 0x88, 0xc4, 0x31, 0x2a, -- 0x24, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x21, 0x22, 0x23, 0x24, 0x26, 0x30, -- 0x33, 0x39, 0x2e, 0x51, 0x41, 0xb2, 0x6c, 0xd1, -- 0x80, 0xcc, 0xcc, 0xcc, 0xd2, 0xd1, 0xb7, 0xd3, -- 0x41, 0x34, 0x35, 0x32, 0x30, 0x27, 0x27, 0x27, -- 0x27, 0x27, 0x27, 0x27, 0x27, 0x27, 0x30, 0x2a, -- 0x2b, 0x34, 0xd4, 0xca, 0xd5, 0x8f, 0xbb, 0xc7, -- 0xc7, 0xbb, 0xcc, 0x6c, 0x41, 0x39, 0x27, 0x28, -- 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x21, 0x22, -- 0x28, 0x24, 0x26, 0x2a, 0x33, 0x2c, 0x2f, 0x41, -- 0xd6, 0xb7, 0x79, 0x79, 0x79, 0xca, 0xd7, 0x51, -- 0x39, 0x30, 0x24, 0x23, 0x22, 0x22, 0x22, 0x22, -- 0x22, 0x22, 0x21, 0x22, 0x22, 0x22, 0x22, 0x23, -- 0x24, 0x2a, 0x31, 0xd8, 0xc8, 0x79, 0xd1, 0x80, -- 0xd5, 0xba, 0xd9, 0x2f, 0x35, 0x26, 0x23, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x21, 0x22, 0x23, 0x28, 0x25, 0x30, 0x2b, -- 0x31, 0x2f, 0xd4, 0xd8, 0xd8, 0x2f, 0x2e, 0x33, -- 0x26, 0x23, 0x21, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x21, 0x28, 0x27, 0x35, 0x34, 0xd8, 0xd8, 0xd8, -- 0xda, 0xd4, 0x2e, 0x33, 0x25, 0x23, 0x21, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x21, 0x21, 0x23, 0x28, -- 0x26, 0x30, 0x32, 0x2b, 0x33, 0x2a, 0x26, 0x28, -- 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x21, 0x23, 0x25, 0x30, 0x33, 0x35, 0x35, -- 0x2b, 0x2a, 0x26, 0x28, 0x22, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, -- 0x21, 0x22, 0x23, 0x28, 0x28, 0x23, 0x22, 0x21, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x21, 0x23, 0x28, 0x24, 0x24, -- 0x28, 0x23, 0x22, 0x21, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x23, 0x33, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x23, 0x61, 0x62, 0x2B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x35, 0x61, 0x63, 0x64, 0x35, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x65, 0x66, 0x66, 0x67, 0x55, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3B, -+ 0x3B, 0x68, 0x64, 0x69, 0x62, 0x55, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x22, 0x23, 0x23, 0x55, 0x6A, 0x6B, -+ 0x6C, 0x6D, 0x6E, 0x6F, 0x6F, 0x33, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, -+ 0x22, 0x23, 0x35, 0x33, 0x3B, 0x70, 0x71, 0x72, -+ 0x73, 0x74, 0x75, 0x76, 0x77, 0x55, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x23, 0x23, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x23, 0x55, -+ 0x2B, 0x34, 0x34, 0x42, 0x70, 0x71, 0x73, 0x78, -+ 0x78, 0x78, 0x79, 0x7A, 0x7B, 0x34, 0x22, 0x21, -+ 0x55, 0x33, 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x22, 0x3B, 0x7C, 0x7D, 0x7E, 0x34, 0x35, -+ 0x21, 0x21, 0x21, 0x21, 0x35, 0x3B, 0x4C, 0x3C, -+ 0x42, 0x3F, 0x56, 0x7F, 0x71, 0x74, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x79, 0x80, 0x81, 0x3C, 0x82, -+ 0x83, 0x62, 0x61, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x23, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8A, -+ 0x3B, 0x21, 0x55, 0x55, 0x2B, 0x34, 0x39, 0x3F, -+ 0x2A, 0x57, 0x8B, 0x72, 0x74, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x75, 0x8C, 0x6F, 0x63, -+ 0x63, 0x66, 0x61, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x84, 0x85, 0x86, 0x8D, 0x88, 0x8E, 0x8F, 0x5E, -+ 0x3C, 0x34, 0x3B, 0x34, 0x3F, 0x2A, 0x58, 0x57, -+ 0x52, 0x46, 0x6C, 0x73, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x79, 0x7A, 0x6E, 0x69, -+ 0x69, 0x90, 0x34, 0x33, 0x22, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, -+ 0x91, 0x92, 0x8D, 0x87, 0x8E, 0x93, 0x8A, 0x35, -+ 0x94, 0x95, 0x96, 0x56, 0x32, 0x32, 0x52, 0x5C, -+ 0x4D, 0x82, 0x72, 0x78, 0x78, 0x78, 0x78, 0x79, -+ 0x97, 0x78, 0x78, 0x78, 0x78, 0x75, 0x6D, 0x6F, -+ 0x62, 0x65, 0x34, 0x4C, 0x33, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x2B, -+ 0x91, 0x86, 0x87, 0x88, 0x93, 0x98, 0x60, 0x3F, -+ 0x99, 0x9A, 0x9A, 0x9B, 0x9C, 0x57, 0x5C, 0x36, -+ 0x9D, 0x9E, 0x6D, 0x78, 0x78, 0x78, 0x97, 0x6E, -+ 0x9F, 0x78, 0x78, 0x78, 0x78, 0x79, 0x80, 0xA0, -+ 0x61, 0x51, 0x51, 0x3C, 0x4C, 0x55, 0x35, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x3B, 0x22, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x4C, -+ 0xA1, 0x8D, 0x88, 0x8E, 0xA2, 0xA3, 0x94, 0x42, -+ 0x51, 0xA4, 0x9A, 0x9A, 0x9A, 0xA5, 0x9C, 0x2A, -+ 0xA6, 0x74, 0x8C, 0x75, 0x97, 0xA7, 0x76, 0x75, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x75, 0x6E, -+ 0x46, 0x52, 0x56, 0x3F, 0x42, 0x34, 0x33, 0x35, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x22, 0x21, 0x21, 0x22, -+ 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x52, 0x3A, -+ 0x5A, 0x53, 0x53, 0x29, 0x43, 0x50, 0x53, 0x5A, -+ 0x5A, 0x29, 0x5A, 0x43, 0x53, 0x5D, 0x44, 0x2A, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x55, -+ 0x7D, 0x87, 0x8E, 0x93, 0xA8, 0xA9, 0xAA, 0x2A, -+ 0x57, 0x94, 0xA4, 0x9B, 0xAB, 0xAC, 0x9A, 0x9B, -+ 0xAD, 0x76, 0x79, 0x78, 0x75, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x75, 0x6D, -+ 0x46, 0x5C, 0x57, 0x56, 0x51, 0x42, 0x4C, 0x55, -+ 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x23, 0x24, 0x25, 0x26, 0x26, 0x27, 0x28, 0x27, -+ 0x29, 0x2A, 0x2B, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x38, 0x30, -+ 0x59, 0x3D, 0x3D, 0x3D, 0x27, 0x27, 0x26, 0x5D, -+ 0x27, 0x27, 0x54, 0x37, 0x2E, 0x4A, 0x36, 0x2B, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0xAE, 0x88, 0xAF, 0xB0, 0xAA, 0x2A, 0x39, 0x34, -+ 0x4C, 0x5C, 0x58, 0xB1, 0xB2, 0xB3, 0xAB, 0xA5, -+ 0x9A, 0xB4, 0xB5, 0x8C, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x79, 0x80, -+ 0xB6, 0x38, 0x5C, 0x57, 0x56, 0x3F, 0x42, 0x3B, -+ 0x55, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, -+ 0x2C, 0x2D, 0x2E, 0x2F, 0x30, 0x31, 0x32, 0x32, -+ 0x31, 0x2C, 0x26, 0x2C, 0x33, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x34, -+ 0x32, 0x2B, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, 0x33, -+ 0x33, 0x55, 0x55, 0x55, 0x23, 0x23, 0x35, 0x23, -+ 0x23, 0x35, 0x2B, 0x4E, 0x4F, 0x2A, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x55, 0x38, 0x25, -+ 0x2C, 0x52, 0x34, 0x22, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x22, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x55, 0x8A, 0x8F, 0x39, 0x34, 0x3C, 0x57, 0x32, -+ 0x46, 0x42, 0x52, 0x4A, 0x51, 0xAA, 0xB7, 0xB3, -+ 0xAB, 0xAC, 0xAC, 0xB8, 0xB9, 0x79, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x79, 0x7A, -+ 0xBA, 0x70, 0x7B, 0xBB, 0x82, 0x56, 0x3F, 0x34, -+ 0x4C, 0x55, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, 0x36, -+ 0x2D, 0x37, 0x38, 0x2A, 0x2B, 0x21, 0x21, 0x21, -+ 0x21, 0x22, 0x39, 0x3A, 0x2C, 0x3B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x33, 0x3C, 0x22, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x24, 0x3D, -+ 0x3E, 0x25, 0x3C, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x33, 0x29, 0x26, 0x2A, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x3B, 0x54, 0x3E, 0x28, -+ 0x28, 0x59, 0x59, 0x48, 0x51, 0x3F, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x2B, 0x56, 0x4D, 0x29, 0x5B, 0x34, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x55, 0x60, 0x3F, 0x42, 0x51, 0x32, 0x52, -+ 0x40, 0x38, 0x40, 0x46, 0x42, 0xBC, 0xBD, 0xBE, -+ 0xBF, 0x9B, 0xAB, 0x9B, 0xC0, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x75, -+ 0xA7, 0x63, 0x63, 0x66, 0x6F, 0x58, 0x56, 0x39, -+ 0x34, 0x2B, 0x23, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x24, 0x2F, -+ 0x3D, 0x3F, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x40, 0x41, 0x3B, 0x21, -+ 0x21, 0x22, 0x42, 0x38, 0x43, 0x44, 0x3A, 0x45, -+ 0x34, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x46, 0x30, 0x47, -+ 0x2A, 0x48, 0x48, 0x21, 0x21, 0x21, 0x21, 0x22, -+ 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x22, 0x34, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x22, 0x4D, 0x44, 0x2A, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x50, 0x4A, 0x57, 0x35, -+ 0x35, 0x2B, 0x56, 0x27, 0x4B, 0x5D, 0x35, 0x21, -+ 0x21, 0x21, 0x21, 0x3B, 0x52, 0x23, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x2B, -+ 0x55, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3B, 0x38, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x33, -+ 0x3C, 0x42, 0x21, 0x33, 0x24, 0x35, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x33, -+ 0x2B, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x33, 0x38, 0x59, 0x37, 0x27, 0x27, 0x4A, 0x47, -+ 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x23, 0x4C, 0x4C, 0x2A, 0x56, 0x46, 0x31, -+ 0x4D, 0x36, 0x50, 0x5A, 0x35, 0xC1, 0xC1, 0xC2, -+ 0xC3, 0xB7, 0xB3, 0xBE, 0x76, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x75, -+ 0x6D, 0x62, 0x69, 0x6F, 0x58, 0x46, 0x32, 0x2A, -+ 0x39, 0x34, 0x35, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x3B, 0x44, 0x49, -+ 0x31, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x23, 0x29, 0x48, 0x22, -+ 0x42, 0x3A, 0x4A, 0x49, 0x4B, 0x2E, 0x4B, 0x3E, -+ 0x4A, 0x2C, 0x34, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x4C, 0x30, 0x40, 0x22, -+ 0x21, 0x32, 0x3A, 0x22, 0x21, 0x21, 0x21, 0x39, -+ 0x36, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, -+ 0x31, 0x4F, 0x2A, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x31, 0x59, 0x2A, 0x22, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x55, 0x27, 0x24, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x4C, 0x44, 0x27, 0x35, 0x21, -+ 0x21, 0x21, 0x21, 0x2A, 0x26, 0x2B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3A, -+ 0x40, 0x21, 0x21, 0x21, 0x21, 0x21, 0x51, 0x49, -+ 0x35, 0x21, 0x21, 0x21, 0x21, 0x22, 0x58, 0x25, -+ 0x5A, 0x57, 0x21, 0x4C, 0x3D, 0x34, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x38, -+ 0x47, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x3A, 0x4B, 0x53, 0x56, 0x55, 0x33, 0x42, 0x56, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x55, 0x4C, 0x42, 0x2A, 0x57, 0x5C, 0x38, -+ 0x36, 0x47, 0x5A, 0xB6, 0x77, 0xC4, 0xC1, 0xC1, -+ 0xC4, 0xC5, 0xB7, 0xB9, 0x79, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x75, -+ 0x97, 0xC6, 0x68, 0x57, 0x4D, 0x38, 0x46, 0x32, -+ 0x51, 0x42, 0x2B, 0x35, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x4D, 0x2D, 0x38, -+ 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x4C, 0x4E, 0x3C, -+ 0x47, 0x4F, 0x50, 0x51, 0x3F, 0x44, 0x42, 0x34, -+ 0x52, 0x53, 0x28, 0x2A, 0x22, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x48, 0x54, 0x33, 0x21, -+ 0x23, 0x3A, 0x3A, 0x22, 0x21, 0x21, 0x21, 0x2A, -+ 0x26, 0x33, 0x21, 0x21, 0x21, 0x21, 0x23, 0x45, -+ 0x37, 0x3D, 0x41, 0x22, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x31, -+ 0x59, 0x3F, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x3C, 0x28, 0x33, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x23, 0x27, 0x5B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x3C, 0x54, 0x55, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x4C, 0x4B, -+ 0x46, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3B, 0x49, -+ 0x2B, 0x21, 0x21, 0x21, 0x23, 0x40, 0x43, 0x32, -+ 0x35, 0x21, 0x21, 0x33, 0x28, 0x4C, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, 0x4F, -+ 0x5B, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, 0x50, -+ 0x44, 0x39, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x23, 0x3B, 0x34, 0x3F, 0x58, 0x46, 0x40, 0x36, -+ 0x50, 0x41, 0x4D, 0xC7, 0x65, 0xC2, 0xC1, 0xC1, -+ 0xC8, 0xBF, 0xB1, 0x97, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x79, -+ 0x80, 0xC9, 0x36, 0x50, 0x36, 0x38, 0x31, 0x32, -+ 0x56, 0x39, 0x34, 0x33, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x2B, 0x3D, 0x28, 0x35, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x40, 0x4D, -+ 0x55, 0x2B, 0x21, 0x21, 0x2B, 0x28, 0x3B, 0x21, -+ 0x21, 0x22, 0x52, 0x27, 0x56, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x23, 0x2A, 0x30, 0x3F, 0x21, 0x22, -+ 0x57, 0x44, 0x58, 0x21, 0x21, 0x21, 0x21, 0x56, -+ 0x37, 0x2B, 0x21, 0x21, 0x21, 0x21, 0x56, 0x3E, -+ 0x36, 0x2A, 0x59, 0x23, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x33, 0x50, 0x3D, -+ 0x42, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x40, 0x5A, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x56, 0x49, 0x24, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x42, 0x54, 0x33, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x4D, 0x59, -+ 0x55, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, 0x4A, -+ 0x51, 0x21, 0x21, 0x33, 0x47, 0x47, 0x33, 0x21, -+ 0x21, 0x21, 0x21, 0x55, 0x27, 0x3B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x32, 0x4B, -+ 0x4C, 0x21, 0x21, 0x21, 0x21, 0x21, 0x34, 0x44, -+ 0x3F, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x33, 0x4C, 0x3C, 0x51, 0x57, 0x5C, 0x38, 0x38, -+ 0x9D, 0xCA, 0x61, 0xCB, 0xCC, 0xCD, 0xC4, 0xC8, -+ 0xA4, 0x9C, 0x76, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x79, -+ 0x7A, 0x7F, 0x41, 0x29, 0x47, 0x38, 0x40, 0x57, -+ 0x32, 0x51, 0x42, 0x2B, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x57, 0x49, 0x32, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x57, 0x27, -+ 0x35, 0x21, 0x21, 0x21, 0x2B, 0x59, 0x2A, 0x21, -+ 0x21, 0x21, 0x21, 0x56, 0x54, 0x2B, 0x21, 0x21, -+ 0x21, 0x21, 0x4C, 0x2E, 0x5A, 0x23, 0x55, 0x5B, -+ 0x49, 0x3A, 0x22, 0x21, 0x21, 0x21, 0x21, 0x32, -+ 0x3E, 0x3B, 0x21, 0x21, 0x21, 0x35, 0x54, 0x53, -+ 0x23, 0x55, 0x4F, 0x55, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x4C, 0x25, 0x44, 0x42, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x23, 0x41, 0x46, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x23, 0x53, 0x2F, 0x2A, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x32, 0x28, 0x33, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, 0x59, 0x5B, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x54, -+ 0x57, 0x21, 0x35, 0x53, 0x47, 0x23, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x3C, 0x44, 0x3B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x41, 0x43, -+ 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3F, 0x29, -+ 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x55, 0x4C, 0x3F, 0x2A, 0x46, 0x31, 0x36, 0x46, -+ 0x71, 0x97, 0xCE, 0xCB, 0xCF, 0xA4, 0x9C, 0xA4, -+ 0xAD, 0x76, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x80, 0x8C, -+ 0x7A, 0xA7, 0x36, 0x50, 0x3A, 0x36, 0x38, 0x52, -+ 0x32, 0x2A, 0x3F, 0x2B, 0x22, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x22, 0x5A, 0x5A, 0x23, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x52, 0x28, -+ 0x35, 0x21, 0x21, 0x21, 0x55, 0x30, 0x56, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x5B, 0x45, 0x21, 0x21, -+ 0x21, 0x21, 0x2B, 0x2E, 0x25, 0x47, 0x3D, 0x2D, -+ 0x25, 0x4C, 0x21, 0x21, 0x21, 0x21, 0x21, 0x39, -+ 0x44, 0x55, 0x21, 0x21, 0x21, 0x46, 0x59, 0x3B, -+ 0x21, 0x23, 0x30, 0x34, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x2A, 0x28, 0x4E, 0x42, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x3C, 0x3D, 0x42, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x51, 0x4B, 0x49, 0x39, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x5C, 0x25, 0x23, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x38, 0x4B, 0x3B, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x54, -+ 0x56, 0x21, 0x5B, 0x3A, 0x35, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x51, 0x59, 0x55, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x32, 0x2D, 0x42, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x4C, 0x3A, -+ 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x2B, 0x3C, 0x39, 0x56, 0x46, 0x40, 0x36, 0xB6, -+ 0x73, 0x82, 0xCB, 0xD0, 0x75, 0xD1, 0xD2, 0xD1, -+ 0x8C, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x74, 0xCE, -+ 0x9E, 0x6E, 0xD3, 0xC6, 0x6F, 0x81, 0x38, 0x5C, -+ 0x52, 0x58, 0x39, 0x4C, 0x35, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x4C, 0x4A, 0x40, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x36, 0x3A, -+ 0x21, 0x21, 0x21, 0x21, 0x55, 0x27, 0x3F, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x3B, 0x25, 0x3B, 0x21, -+ 0x21, 0x21, 0x42, 0x2E, 0x2D, 0x2D, 0x26, 0x46, -+ 0x35, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x51, -+ 0x44, 0x55, 0x21, 0x21, 0x35, 0x25, 0x40, 0x21, -+ 0x21, 0x22, 0x4E, 0x58, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x39, 0x59, 0x38, 0x35, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x56, 0x59, 0x23, 0x21, 0x21, 0x21, -+ 0x21, 0x4C, 0x54, 0x5B, 0x59, 0x4C, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x57, 0x3A, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x4D, 0x49, 0x26, 0x23, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x53, -+ 0x32, 0x51, 0x27, 0x42, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x42, 0x25, 0x35, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x24, 0x37, 0x3E, 0x35, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x48, -+ 0x48, 0x33, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x33, -+ 0x3B, 0x39, 0x3F, 0x32, 0x5C, 0x38, 0x47, 0xD4, -+ 0x7A, 0xC7, 0xCB, 0xD0, 0x74, 0x80, 0x8C, 0x9F, -+ 0x80, 0x79, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x73, 0x72, 0xD5, 0xCA, 0x61, 0xD3, 0x40, 0x5C, -+ 0x46, 0x58, 0x51, 0x42, 0x33, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x39, 0x4B, 0x58, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x2A, 0x3D, 0x51, -+ 0x21, 0x21, 0x21, 0x21, 0x55, 0x28, 0x42, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x47, 0x52, 0x21, -+ 0x21, 0x21, 0x58, 0x59, 0x42, 0x3C, 0x35, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x57, -+ 0x4E, 0x23, 0x21, 0x22, 0x4D, 0x54, 0x35, 0x21, -+ 0x21, 0x21, 0x5A, 0x46, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x22, 0x56, 0x59, 0x36, 0x35, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x36, 0x5B, 0x21, 0x21, 0x21, 0x21, -+ 0x23, 0x53, 0x48, 0x3F, 0x27, 0x55, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x24, 0x47, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x22, 0x40, 0x27, 0x29, 0x29, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x47, -+ 0x40, 0x41, 0x5C, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x39, 0x41, 0x23, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x32, 0x26, 0x47, 0x28, 0x22, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x2B, -+ 0x53, 0x28, 0x36, 0x42, 0x23, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x4C, 0x39, 0x58, 0x32, 0x31, 0x38, 0x47, 0xD4, -+ 0xCF, 0xD0, 0x6C, 0x9E, 0xD6, 0x6B, 0xD7, 0xD8, -+ 0xD7, 0x6B, 0xCF, 0x7B, 0x80, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x74, 0x72, 0xD0, 0xA6, 0x70, 0x51, -+ 0x46, 0x56, 0x51, 0x42, 0x55, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x5C, 0x27, 0x35, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x32, 0x37, 0x54, 0x33, -+ 0x21, 0x21, 0x21, 0x21, 0x2B, 0x44, 0x2A, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x52, 0x2C, 0x21, -+ 0x21, 0x21, 0x47, 0x36, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x52, -+ 0x54, 0x23, 0x21, 0x24, 0x4F, 0x46, 0x21, 0x21, -+ 0x21, 0x21, 0x38, 0x2C, 0x22, 0x21, 0x21, 0x21, -+ 0x21, 0x42, 0x55, 0x21, 0x21, 0x21, 0x21, 0x33, -+ 0x45, 0x54, 0x56, 0x22, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x22, 0x53, 0x24, 0x21, 0x21, 0x21, 0x21, -+ 0x46, 0x5D, 0x4C, 0x52, 0x4E, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x31, 0x48, 0x22, 0x21, 0x21, -+ 0x21, 0x22, 0x46, 0x54, 0x3B, 0x45, 0x29, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x47, -+ 0x28, 0x28, 0x55, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x51, 0x41, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x56, 0x54, 0x39, 0x56, 0x28, 0x22, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x23, 0x34, 0x50, 0x30, 0x4E, 0x40, 0x34, 0x22, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x4C, 0x39, 0x58, 0x52, 0x5C, 0x38, 0x47, 0x9D, -+ 0xC9, 0xD9, 0xDA, 0xDB, 0xDC, 0xDC, 0xDC, 0xDC, -+ 0xDC, 0xDC, 0xDC, 0xDD, 0x6B, 0x7B, 0x75, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x74, 0x71, 0xD0, 0x3F, -+ 0x52, 0x57, 0x2A, 0x42, 0x2B, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x47, 0x3A, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x35, 0x45, 0x4A, 0x2C, 0x3B, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x2B, 0x30, 0x56, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x58, 0x29, 0x21, -+ 0x21, 0x21, 0x53, 0x3F, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x31, -+ 0x43, 0x22, 0x3B, 0x28, 0x48, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x56, 0x25, 0x35, 0x21, 0x21, 0x21, -+ 0x39, 0x54, 0x34, 0x21, 0x21, 0x21, 0x35, 0x3A, -+ 0x30, 0x57, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x33, 0x39, 0x21, 0x21, -+ 0x21, 0x35, 0x25, 0x3F, 0x21, 0x21, 0x21, 0x56, -+ 0x30, 0x58, 0x21, 0x24, 0x43, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x4D, 0x29, 0x22, 0x21, 0x21, -+ 0x22, 0x32, 0x26, 0x42, 0x21, 0x46, 0x2C, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x48, -+ 0x2E, 0x36, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x56, 0x28, 0x35, 0x21, 0x21, -+ 0x21, 0x3F, 0x27, 0x32, 0x21, 0x51, 0x25, 0x22, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x22, 0x39, 0x38, 0x25, 0x54, 0x50, -+ 0x58, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x33, -+ 0x4C, 0x3F, 0x56, 0x52, 0x31, 0x4D, 0x47, 0x39, -+ 0xD8, 0xDC, 0xDC, 0xDC, 0xDE, 0xDF, 0xDF, 0xDF, -+ 0xDF, 0xDF, 0xDE, 0xDE, 0xDC, 0xDD, 0xD6, 0x97, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x75, 0x97, 0x56, -+ 0x46, 0x57, 0x2A, 0x42, 0x2B, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x38, 0x29, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x35, 0x5B, 0x3D, 0x40, 0x35, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x2B, 0x59, 0x3F, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x40, 0x5A, 0x21, -+ 0x21, 0x22, 0x5D, 0x34, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x5B, -+ 0x2C, 0x33, 0x29, 0x28, 0x3B, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x34, 0x59, 0x3C, 0x21, 0x21, 0x2B, -+ 0x53, 0x36, 0x22, 0x21, 0x21, 0x34, 0x5A, 0x28, -+ 0x3F, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x40, 0x41, 0x23, 0x21, -+ 0x21, 0x3B, 0x28, 0x2B, 0x21, 0x21, 0x2A, 0x44, -+ 0x38, 0x22, 0x21, 0x24, 0x50, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x50, 0x25, 0x23, 0x21, 0x23, -+ 0x45, 0x5D, 0x52, 0x21, 0x21, 0x40, 0x50, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x50, -+ 0x2D, 0x39, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x46, 0x30, 0x33, 0x21, 0x22, -+ 0x24, 0x4E, 0x45, 0x22, 0x21, 0x58, 0x25, 0x22, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x33, 0x3C, 0x48, -+ 0x27, 0x39, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x34, 0x3F, 0x58, 0x57, 0x31, 0x4D, 0x47, 0x56, -+ 0xDB, 0xDC, 0xDE, 0xE0, 0xE1, 0xE2, 0xE2, 0xE2, -+ 0xE2, 0xE2, 0xE1, 0xE3, 0xE4, 0xDE, 0xDC, 0x6B, -+ 0x8C, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x80, 0xA7, 0x38, -+ 0x46, 0x56, 0x2A, 0x39, 0x3B, 0x23, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x32, 0x44, 0x34, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, 0x3F, -+ 0x4D, 0x41, 0x29, 0x42, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x2B, 0x44, 0x46, 0x34, -+ 0x2B, 0x55, 0x55, 0x2B, 0x56, 0x59, 0x36, 0x21, -+ 0x21, 0x22, 0x59, 0x2B, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x55, 0x5C, 0x21, 0x21, 0x21, 0x40, -+ 0x50, 0x4D, 0x4F, 0x32, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x55, 0x44, 0x31, 0x22, 0x3B, 0x5A, -+ 0x41, 0x55, 0x21, 0x35, 0x57, 0x4A, 0x2E, 0x48, -+ 0x57, 0x32, 0x3F, 0x55, 0x35, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x25, 0x47, 0x22, 0x21, -+ 0x21, 0x4C, 0x28, 0x35, 0x21, 0x34, 0x30, 0x3A, -+ 0x23, 0x21, 0x21, 0x58, 0x3A, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x4D, 0x4E, 0x35, 0x33, 0x48, -+ 0x44, 0x56, 0x21, 0x21, 0x21, 0x58, 0x41, 0x23, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x29, -+ 0x4A, 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x32, 0x44, 0x2B, 0x23, 0x45, -+ 0x3D, 0x31, 0x22, 0x21, 0x21, 0x4C, 0x27, 0x35, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x53, 0x53, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x34, 0x3F, 0x58, 0x57, 0x40, 0x38, 0x47, 0xD4, -+ 0xDC, 0xDE, 0xE0, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE2, 0xE1, 0xDF, 0xDC, -+ 0xE6, 0x8C, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x80, 0x2A, 0x40, -+ 0x46, 0x58, 0x2A, 0x42, 0x34, 0x34, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x2B, 0x54, 0x5A, 0x34, 0x23, -+ 0x35, 0x23, 0x35, 0x33, 0x2B, 0x24, 0x54, 0x4B, -+ 0x59, 0x5C, 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x4C, 0x4B, 0x44, 0x59, -+ 0x27, 0x26, 0x26, 0x4A, 0x3E, 0x41, 0x55, 0x21, -+ 0x21, 0x22, 0x41, 0x39, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x34, 0x53, 0x4D, 0x21, 0x21, 0x21, 0x5C, -+ 0x4B, 0x4F, 0x40, 0x22, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x48, 0x30, 0x50, 0x26, 0x54, -+ 0x34, 0x21, 0x55, 0x4E, 0x2D, 0x2F, 0x4F, 0x37, -+ 0x3E, 0x4B, 0x4B, 0x30, 0x27, 0x53, 0x2C, 0x57, -+ 0x42, 0x4C, 0x55, 0x22, 0x22, 0x22, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x39, 0x4A, 0x3F, 0x21, 0x21, -+ 0x21, 0x55, 0x53, 0x55, 0x2A, 0x26, 0x54, 0x33, -+ 0x21, 0x21, 0x21, 0x51, 0x54, 0x3B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x51, 0x3D, 0x46, 0x5A, 0x4F, -+ 0x52, 0x21, 0x21, 0x21, 0x21, 0x22, 0x27, 0x31, -+ 0x33, 0x23, 0x42, 0x4C, 0x21, 0x21, 0x21, 0x5B, -+ 0x54, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x3B, 0x44, 0x45, 0x48, 0x4B, -+ 0x38, 0x22, 0x21, 0x21, 0x21, 0x21, 0x53, 0x48, -+ 0x33, 0x23, 0x34, 0x3C, 0x22, 0x57, 0x4D, 0x33, -+ 0x21, 0x21, 0x21, 0x21, 0x22, 0x23, 0x34, 0x40, -+ 0x44, 0x31, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x3B, 0x42, 0x2A, 0x57, 0x31, 0x38, 0x5C, 0xD8, -+ 0xDC, 0xE4, 0xE2, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE2, 0xE0, -+ 0xDE, 0xCA, 0x9F, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x80, 0x76, 0x57, 0x5C, -+ 0x31, 0x6E, 0x34, 0x3C, 0xC9, 0x3B, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x33, 0x5B, 0x30, 0x25, -+ 0x5D, 0x5A, 0x53, 0x27, 0x26, 0x59, 0x36, 0x56, -+ 0x55, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x3B, 0x3D, 0x2A, 0x55, -+ 0x42, 0x51, 0x56, 0x24, 0x2A, 0x35, 0x21, 0x21, -+ 0x21, 0x21, 0x45, 0x53, 0x3B, 0x22, 0x22, 0x35, -+ 0x46, 0x59, 0x54, 0x55, 0x21, 0x21, 0x21, 0x31, -+ 0x2D, 0x47, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x33, 0x50, 0x5D, 0x45, 0x55, -+ 0x21, 0x21, 0x34, 0x4F, 0x29, 0x58, 0x33, 0x4C, -+ 0x39, 0x3C, 0x2A, 0x40, 0x48, 0x54, 0x3D, 0x3D, -+ 0x37, 0x4A, 0x59, 0x29, 0x5B, 0x36, 0x52, 0x2A, -+ 0x42, 0x3C, 0x32, 0x30, 0x41, 0x35, 0x21, 0x21, -+ 0x21, 0x33, 0x41, 0x26, 0x4B, 0x5A, 0x35, 0x21, -+ 0x21, 0x21, 0x21, 0x3C, 0x3E, 0x41, 0x23, 0x21, -+ 0x21, 0x21, 0x21, 0x23, 0x41, 0x49, 0x30, 0x32, -+ 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x52, 0x4F, -+ 0x5D, 0x41, 0x27, 0x58, 0x21, 0x21, 0x21, 0x5B, -+ 0x41, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x47, 0x49, 0x4F, 0x5C, -+ 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, 0x39, 0x4A, -+ 0x28, 0x43, 0x27, 0x5C, 0x35, 0x25, 0x49, 0x5B, -+ 0x58, 0x52, 0x5C, 0x38, 0x48, 0x41, 0x4A, 0x4B, -+ 0x50, 0x33, 0x21, 0x21, 0x21, 0x21, 0x21, 0x35, -+ 0x3B, 0x3C, 0x2A, 0x32, 0x5C, 0x40, 0x32, 0xDD, -+ 0xDC, 0xE3, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE1, 0xE0, 0xBB, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x80, 0xE7, 0x58, 0x52, -+ 0x5C, 0x67, 0xE7, 0x6C, 0xE8, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x23, 0x39, 0x5C, -+ 0x29, 0x5A, 0x4D, 0x5C, 0x2A, 0x2B, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x3B, 0x44, 0x42, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x33, 0x27, 0x30, 0x5A, 0x2C, 0x25, -+ 0x4B, 0x50, 0x3B, 0x21, 0x21, 0x21, 0x21, 0x33, -+ 0x2C, 0x3B, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x4C, 0x22, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x55, 0x2B, -+ 0x39, 0x32, 0x4D, 0x29, 0x26, 0x3D, 0x2D, 0x2D, -+ 0x4B, 0x4B, 0x2F, 0x30, 0x42, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x3B, 0x29, 0x2C, 0x55, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x23, 0x50, 0x4D, 0x22, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x2B, 0x32, 0x3B, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x51, -+ 0x48, 0x45, 0x34, 0x21, 0x21, 0x21, 0x21, 0x38, -+ 0x44, 0x35, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x33, 0x32, 0x34, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x3C, -+ 0x5B, 0x4D, 0x42, 0x21, 0x21, 0x34, 0x4D, 0x47, -+ 0x5A, 0x5D, 0x27, 0x4E, 0x25, 0x3A, 0x5C, 0x42, -+ 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, -+ 0x2B, 0x34, 0x51, 0x56, 0x46, 0x40, 0xE9, 0xDA, -+ 0xDD, 0xE1, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE2, 0xEA, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x76, 0xD3, 0x67, 0x39, -+ 0x3C, 0xCF, 0xD5, 0x9F, 0x3B, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x3B, 0x28, 0x2B, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x3C, 0x53, 0x44, 0x3D, 0x43, -+ 0x57, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x35, 0x55, 0x3F, 0x2A, -+ 0x57, 0x24, 0x3F, 0x3B, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x22, 0x22, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x55, -+ 0x3C, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x22, 0x22, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x55, 0x4C, 0x3F, 0x58, 0x46, 0x31, 0x8B, 0xAD, -+ 0xCC, 0xE2, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xEA, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x97, 0x35, 0x6E, 0xC6, 0x82, -+ 0xA6, 0x73, 0x75, 0xBA, 0x2B, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x34, 0x44, 0x3B, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, 0x23, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x33, 0x34, 0xEB, 0x34, 0x57, 0x5C, 0x4C, 0xA4, -+ 0xEC, 0x64, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0x83, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x80, 0xED, 0xCF, 0xCE, 0x78, 0x78, -+ 0x78, 0x7A, 0x6D, 0x34, 0x22, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x55, 0x25, 0x55, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x23, 0x34, 0xEE, 0xEF, 0x5F, 0x96, 0x23, 0xB3, -+ 0xBF, 0xB5, 0xF0, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xBB, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x9F, 0x78, 0x78, 0x78, 0x78, -+ 0x80, 0x9F, 0x65, 0x33, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x3B, 0x28, 0x55, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x22, 0x4C, 0xF1, 0xA5, 0xAC, 0xAB, 0x60, 0xB3, -+ 0xB3, 0xF2, 0xEA, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xF3, 0x6D, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x80, 0x61, 0x34, 0x23, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x3B, 0x25, 0x22, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x2B, 0x5E, -+ 0x4C, 0x3B, 0xF4, 0xA5, 0x9B, 0x9B, 0xB4, 0xEF, -+ 0xEF, 0xBF, 0xAD, 0xF5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0x67, 0x75, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x80, -+ 0xA7, 0x3F, 0x55, 0x22, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x4C, 0x4E, 0x23, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x2B, 0x5F, -+ 0x9B, 0xD2, 0x3C, 0xB7, 0xEF, 0xEF, 0xEF, 0xEF, -+ 0xEF, 0xB3, 0xB8, 0xEA, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0xF0, 0xBB, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x80, 0x82, -+ 0x34, 0x3B, 0x33, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x4C, 0x5D, 0x23, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x60, -+ 0xAB, 0xA5, 0xB8, 0xB1, 0xEF, 0xEF, 0xEF, 0xEF, -+ 0xEF, 0xF6, 0xB7, 0xB5, 0xF0, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, -+ 0x67, 0x80, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x78, 0x80, 0x9F, 0xBA, 0x42, -+ 0x4C, 0x2B, 0x22, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x4C, 0x3A, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x55, -+ 0xF2, 0x9B, 0x9B, 0xB4, 0xEF, 0xEF, 0xEF, 0xEF, -+ 0xEF, 0xEF, 0xB4, 0x5F, 0x63, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xF5, -+ 0x76, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x78, 0x78, 0x80, 0x6D, 0x65, 0x3C, 0x34, -+ 0x3B, 0x35, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x2A, 0x29, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, -+ 0xF7, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, -+ 0xEF, 0xEF, 0xB3, 0xB8, 0xEA, 0xE5, 0xE5, 0xE5, -+ 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xE5, 0xF8, 0x68, -+ 0x7A, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x78, 0x80, 0x97, 0x82, 0x39, 0x39, 0x34, 0x3B, -+ 0x33, 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x2A, 0x29, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x3B, 0xB8, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, -+ 0xEF, 0xEF, 0xF6, 0xB2, 0xF9, 0xFA, 0xFA, 0xFA, -+ 0xFA, 0xF8, 0xF8, 0xF8, 0xF0, 0xF0, 0x6F, 0x97, -+ 0x80, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, -+ 0x8C, 0x61, 0x39, 0x2A, 0x3F, 0x3C, 0x4C, 0x55, -+ 0x33, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x4C, 0x31, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x22, 0xFB, 0xF6, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, -+ 0xEF, 0xEF, 0xB3, 0xB2, 0xF9, 0xF3, 0xF3, 0xF3, -+ 0xF3, 0xF3, 0xF3, 0xF3, 0xF3, 0x90, 0x6D, 0x97, -+ 0x8C, 0x6D, 0x76, 0xBB, 0xC6, 0xB9, 0xC0, 0xFC, -+ 0xAD, 0xFB, 0x2A, 0x58, 0x42, 0x4C, 0x55, 0x33, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x33, 0xD2, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, -+ 0xEF, 0xEF, 0xB4, 0xB8, 0xEB, 0xE8, 0x7F, 0xD6, -+ 0xD6, 0xD6, 0xD6, 0x9D, 0x9D, 0x52, 0xEB, 0x5F, -+ 0x5F, 0x5F, 0xF2, 0xA4, 0xBF, 0xBF, 0xB4, 0xBF, -+ 0xEE, 0x56, 0x2A, 0x42, 0x4C, 0x2B, 0x33, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x4C, 0xBE, 0xF6, 0xEF, 0xEF, 0xEF, -+ 0xF6, 0xB4, 0xB2, 0xF1, 0x3C, 0x56, 0x46, 0x5C, -+ 0x31, 0x38, 0x40, 0x40, 0x4D, 0x4D, 0xB8, 0xAC, -+ 0xBF, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, 0xEF, 0xB4, -+ 0xB1, 0x39, 0x39, 0x3B, 0x2B, 0x23, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x3B, 0xAD, 0xA4, 0xBF, 0xBF, -+ 0xB7, 0xB2, 0xEE, 0x5E, 0x39, 0x51, 0x2A, 0x32, -+ 0x52, 0x46, 0x5C, 0x31, 0x31, 0x2A, 0xA5, 0xEF, -+ 0xFD, 0xB4, 0xEF, 0xF6, 0xF6, 0xEF, 0xF6, 0xB2, -+ 0x3F, 0x34, 0x2B, 0x55, 0x23, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x33, 0xEB, 0xF7, 0xAA, -+ 0xAA, 0xF7, 0xEB, 0x55, 0x3B, 0x3C, 0x39, 0x51, -+ 0x2A, 0x56, 0x32, 0x57, 0x57, 0x2A, 0x96, 0x3C, -+ 0x2A, 0xEE, 0xEF, 0x5F, 0xD2, 0xEF, 0xB4, 0xAA, -+ 0x42, 0x55, 0x35, 0x22, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, 0x3B, -+ 0x3B, 0x35, 0x21, 0x23, 0x33, 0x3B, 0x4C, 0x3C, -+ 0x39, 0x3F, 0x51, 0x2A, 0x51, 0x51, 0x58, 0x32, -+ 0x56, 0xF4, 0xB1, 0x42, 0x3C, 0xF2, 0x9C, 0x3F, -+ 0x33, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x22, 0x33, 0x55, -+ 0x3B, 0x4C, 0x4C, 0x3C, 0x42, 0x42, 0x3C, 0x34, -+ 0x34, 0x3F, 0x4C, 0x3B, 0x4C, 0x3B, 0x3C, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x35, 0x33, 0x55, 0x33, 0x33, 0x33, 0x55, 0x2B, -+ 0x2B, 0x35, 0x35, 0x35, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, -+ 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, -+ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 - }; - - #endif /* !__HAVE_ARCH_LINUX_LOGO */ -@@ -994,7 +1760,7 @@ - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, -- 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, -+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff - }; - - #endif /* !__HAVE_ARCH_LINUX_LOGOBW */ -@@ -1401,7 +2167,7 @@ - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 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 /* !__HAVE_ARCH_LINUX_LOGO16 */ diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/saner-spitz-keymap.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/saner-spitz-keymap.patch deleted file mode 100644 index 59021882fc..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/saner-spitz-keymap.patch +++ /dev/null @@ -1,225 +0,0 @@ ---- linux_n1/drivers/char/spitz_keymap.c~saner-spitz-keymap 2005-05-04 09:24:39.039602352 +0100 -+++ linux_n1/drivers/char/spitz_keymap.c 2005-05-04 09:45:48.879557336 +0100 -@@ -10,7 +10,7 @@ - 0xf200, 0xfb61, 0xfb62, 0xfb63, 0xfb64, 0xfb65, 0xfb66, 0xfb67, - 0xfb68, 0xfb69, 0xfb6a, 0xfb6b, 0xfb6c, 0xfb6d, 0xfb6e, 0xfb6f, - 0xfb70, 0xfb71, 0xfb72, 0xfb73, 0xfb74, 0xfb75, 0xfb76, 0xfb77, -- 0xfb78, 0xfb79, 0xfb7a, 0xf700, 0xf201, 0xf101, 0xf703, 0xf008, -+ 0xfb78, 0xfb79, 0xfb7a, 0xf700, 0xf201, 0xf10a, 0xf701, 0xf008, - 0xf208, 0xf200, 0xf01b, 0xf601, 0xf603, 0xf600, 0xf602, 0xf201, - 0xf200, 0xf031, 0xf032, 0xf033, 0xf034, 0xf035, 0xf036, 0xf037, - 0xf038, 0xf039, 0xf030, 0xf02d, 0xf05e, 0xf05c, 0xf05b, 0xf040, -@@ -18,7 +18,7 @@ - 0xf200, 0xf009, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf301, - 0xf302, 0xf303, 0xf304, 0xf305, 0xf306, 0xf307, 0xf308, 0xf309, - 0xf300, 0xf07f, 0xf30d, 0xf30c, 0xf201, 0xf30b, 0xf30a, 0xf30e, -- 0xf702, 0xf703, 0xf01b, 0xf200, 0xf020, 0xf310, 0xf200, 0xf03b, -+ 0xf108, 0xf109, 0xf10c, 0xf200, 0xf020, 0xf310, 0xf200, 0xf03b, - 0xf03a, 0xf05d, 0xf02c, 0xf02e, 0xf02f, 0xf05f, 0xf200, 0xf02e, - 0xf114, 0xf117, 0xf118, 0xf119, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf702, 0xf200, 0xf200, -@@ -29,7 +29,7 @@ - 0xf200, 0xfb41, 0xfb42, 0xfb43, 0xfb44, 0xfb45, 0xfb46, 0xfb47, - 0xfb48, 0xfb49, 0xfb4a, 0xfb4b, 0xfb4c, 0xfb4d, 0xfb4e, 0xfb4f, - 0xfb50, 0xfb51, 0xfb52, 0xfb53, 0xfb54, 0xfb55, 0xfb56, 0xfb57, -- 0xfb58, 0xfb59, 0xfb5a, 0xf700, 0xf201, 0xf101, 0xf703, 0xf008, -+ 0xfb58, 0xfb59, 0xfb5a, 0xf700, 0xf201, 0xf10a, 0xf701, 0xf008, - 0xf208, 0xf200, 0xf01b, 0xf601, 0xf603, 0xf600, 0xf602, 0xf201, - 0xf200, 0xf021, 0xf022, 0xf023, 0xf024, 0xf025, 0xf026, 0xf027, - 0xf028, 0xf029, 0xf07e, 0xf03d, 0xf07e, 0xf07c, 0xf07b, 0xf060, -@@ -37,7 +37,7 @@ - 0xf200, 0xf009, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf301, - 0xf302, 0xf303, 0xf304, 0xf305, 0xf306, 0xf307, 0xf308, 0xf309, - 0xf300, 0xf07f, 0xf30d, 0xf30c, 0xf201, 0xf30b, 0xf30a, 0xf30e, -- 0xf702, 0xf703, 0xf01b, 0xf200, 0xf020, 0xf310, 0xf200, 0xf02b, -+ 0xf108, 0xf109, 0xf10c, 0xf200, 0xf020, 0xf310, 0xf200, 0xf02b, - 0xf02a, 0xf07d, 0xf03c, 0xf03e, 0xf03f, 0xf05f, 0xf200, 0xf03f, - 0xf114, 0xf117, 0xf20b, 0xf20a, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf702, 0xf200, 0xf200, -@@ -48,7 +48,7 @@ - 0xf200, 0xf001, 0xf002, 0xf003, 0xf004, 0xf005, 0xf006, 0xf007, - 0xf008, 0xf009, 0xf00a, 0xf00b, 0xf00c, 0xf00d, 0xf00e, 0xf00f, - 0xf010, 0xf011, 0xf012, 0xf013, 0xf014, 0xf015, 0xf016, 0xf017, -- 0xf018, 0xf019, 0xf01a, 0xf700, 0xf201, 0xf101, 0xf703, 0xf008, -+ 0xf018, 0xf019, 0xf01a, 0xf700, 0xf201, 0xf10a, 0xf701, 0xf008, - 0xf208, 0xf200, 0xf01b, 0xf601, 0xf603, 0xf600, 0xf602, 0xf201, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, -@@ -56,7 +56,7 @@ - 0xf200, 0xf009, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf301, - 0xf302, 0xf303, 0xf304, 0xf305, 0xf306, 0xf307, 0xf308, 0xf309, - 0xf300, 0xf07f, 0xf30d, 0xf30c, 0xf201, 0xf30b, 0xf30a, 0xf30e, -- 0xf702, 0xf703, 0xf01b, 0xf200, 0xf020, 0xf310, 0xf200, 0xf200, -+ 0xf108, 0xf109, 0xf10c, 0xf200, 0xf020, 0xf310, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf114, 0xf117, 0xf118, 0xf119, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf702, 0xf200, 0xf200, -@@ -67,7 +67,7 @@ - 0xf200, 0xf001, 0xf002, 0xf003, 0xf004, 0xf005, 0xf006, 0xf007, - 0xf008, 0xf009, 0xf00a, 0xf00b, 0xf00c, 0xf00d, 0xf00e, 0xf00f, - 0xf010, 0xf011, 0xf012, 0xf013, 0xf014, 0xf015, 0xf016, 0xf017, -- 0xf018, 0xf019, 0xf01a, 0xf700, 0xf201, 0xf101, 0xf703, 0xf008, -+ 0xf018, 0xf019, 0xf01a, 0xf700, 0xf201, 0xf10a, 0xf701, 0xf008, - 0xf208, 0xf200, 0xf01b, 0xf601, 0xf603, 0xf600, 0xf602, 0xf201, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, -@@ -75,18 +75,18 @@ - 0xf200, 0xf009, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf301, - 0xf302, 0xf303, 0xf304, 0xf305, 0xf306, 0xf307, 0xf308, 0xf309, - 0xf300, 0xf07f, 0xf30d, 0xf30c, 0xf201, 0xf30b, 0xf30a, 0xf30e, -- 0xf702, 0xf703, 0xf01b, 0xf200, 0xf020, 0xf310, 0xf200, 0xf200, -+ 0xf108, 0xf109, 0xf10c, 0xf200, 0xf020, 0xf310, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf114, 0xf117, 0xf118, 0xf119, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf702, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, - }; - --u_short alt_map[NR_KEYS] = { -- 0xf200, 0xf861, 0xf05f, 0xf863, 0xf864, 0xf03d, 0xf05c, 0xf03b, -- 0xf03a, 0xf869, 0xf02a, 0xf05c, 0xf07c, 0xf86d, 0xf86e, 0xf86f, -- 0xf870, 0xf871, 0xf02b, 0xf873, 0xf05b, 0xf875, 0xf876, 0xf05e, -- 0xf878, 0xf05d, 0xf87a, 0xf700, 0xf201, 0xf101, 0xf703, 0xf07f, -+u_short altgr_map[NR_KEYS] = { -+ 0xf200, 0xfb61, 0xf05f, 0xfb63, 0xfb64, 0xf03d, 0xf05c, 0xf03b, -+ 0xf03a, 0xfb69, 0xf02a, 0xf05c, 0xf07c, 0xfb6d, 0xfb6e, 0xfb6f, -+ 0xfb70, 0xfb71, 0xf02b, 0xfb73, 0xf05b, 0xfb75, 0xfb76, 0xf05e, -+ 0xfb78, 0xf05d, 0xfb7a, 0xf700, 0xf201, 0xf10a, 0xf701, 0xf07f, - 0xf208, 0xf200, 0xf01b, 0xf601, 0xf603, 0xf600, 0xf602, 0xf201, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, -@@ -94,7 +94,7 @@ - 0xf200, 0xf207, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf301, - 0xf302, 0xf303, 0xf304, 0xf305, 0xf306, 0xf307, 0xf308, 0xf309, - 0xf300, 0xf07f, 0xf30d, 0xf30c, 0xf201, 0xf30b, 0xf30a, 0xf30e, -- 0xf702, 0xf703, 0xf01b, 0xf200, 0xf020, 0xf310, 0xf200, 0xf200, -+ 0xf108, 0xf109, 0xf10c, 0xf200, 0xf020, 0xf310, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf03e, - 0xf114, 0xf117, 0xf118, 0xf119, 0xf200, 0xf200, 0xf200, 0xf200, - 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf702, 0xf200, 0xf200, -@@ -102,9 +102,8 @@ - }; - - ushort *key_maps[MAX_NR_KEYMAPS] = { -- plain_map, shift_map, 0, 0, -- ctrl_map, shift_ctrl_map, 0, 0, -- alt_map, 0 -+ plain_map, shift_map, altgr_map, 0, -+ ctrl_map, shift_ctrl_map, 0 - }; - - unsigned int keymap_count = 5; ---- linux_n1/drivers/char/spitz_keymap.map~saner-spitz-keymap 2005-05-04 09:24:57.100856624 +0100 -+++ linux_n1/drivers/char/spitz_keymap.map 2005-05-04 09:42:32.880353744 +0100 -@@ -10,7 +10,7 @@ - # 5 for [CTRL] [SHIFT] , to symbol input for debug - # 8 for [ALT] - # --keymaps 0,1,4,5,8 -+keymaps 0,1,2,4,5 - # - # loadkeys --mktable iris_keymap.map - # -@@ -21,48 +21,48 @@ - # - keycode 1 = a - keycode 2 = b -- alt keycode 2 = underscore -+ altgr keycode 2 = underscore - keycode 3 = c - keycode 4 = d - keycode 5 = e -- alt keycode 5 = equal -+ altgr keycode 5 = equal - keycode 6 = f -- alt keycode 6 = backslash -+ altgr keycode 6 = backslash - keycode 7 = g -- alt keycode 7 = semicolon -+ altgr keycode 7 = semicolon - keycode 8 = h -- alt keycode 8 = colon -+ altgr keycode 8 = colon - keycode 9 = i - keycode 10 = j -- alt keycode 10 = asterisk -+ altgr keycode 10 = asterisk - keycode 11 = k -- alt keycode 11 = backslash -+ altgr keycode 11 = backslash - keycode 12 = l -- alt keycode 12 = bar -+ altgr keycode 12 = bar - keycode 13 = m - keycode 14 = n - keycode 15 = o - keycode 16 = p - keycode 17 = q - keycode 18 = r -- alt keycode 18 = plus -+ altgr keycode 18 = plus - keycode 19 = s - keycode 20 = t -- alt keycode 20 = bracketleft -+ altgr keycode 20 = bracketleft - keycode 21 = u - keycode 22 = v - keycode 23 = w -- alt keycode 23 = asciicircum -+ altgr keycode 23 = asciicircum - keycode 24 = x - keycode 25 = y -- alt keycode 25 = bracketright -+ altgr keycode 25 = bracketright - keycode 26 = z - keycode 27 = Shift - keycode 28 = Return --keycode 29 = F2 --keycode 30 = Alt -+keycode 29 = F11 -+keycode 30 = AltGr - keycode 31 = BackSpace -- alt keycode 31 = Delete -+ altgr keycode 31 = Delete - keycode 32 = Num_Lock - keycode 34 = Escape - keycode 35 = Left -@@ -93,9 +93,9 @@ - keycode 59 = minus at - keycode 60 = Shift_Lock - keycode 63 = comma slash -- alt keycode 63 = less -+ altgr keycode 63 = less - keycode 65 = Tab -- alt keycode 65 = Caps_Lock -+ altgr keycode 65 = Caps_Lock - keycode 71 = KP_1 - keycode 72 = KP_2 - keycode 73 = KP_3 -@@ -113,11 +113,12 @@ - keycode 85 = KP_Subtract - keycode 86 = KP_Add - keycode 87 = KP_Enter --# (Activity:88) -> Ctrl --keycode 88 = Control --# (Contacts:89) -> Alt --keycode 89 = Alt --keycode 90 = Escape -+# (Activity:88) -> F9 -+keycode 88 = F9 -+# (Contacts:89) -> F10 -+keycode 89 = F10 -+# (Mail:90) -> F13 -+keycode 90 = F13 - keycode 92 = space - keycode 93 = KP_Period - keycode 94 = -@@ -130,7 +131,7 @@ - keycode 101 = underscore underscore - keycode 102 = - keycode 103 = period question -- alt keycode 103 = greater -+ altgr keycode 103 = greater - keycode 104 = Find - keycode 105 = Select - keycode 106 = Prior diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/swap-performance.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/swap-performance.patch deleted file mode 100644 index 1cde717bb4..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/swap-performance.patch +++ /dev/null @@ -1,19 +0,0 @@ -*** ../linux/mm/swap.c Tue Jan 14 14:54:41 2003 ---- linux/mm/swap.c Sun Sep 28 21:34:25 2003 -*************** -*** 32,38 **** - int page_cluster; - - pager_daemon_t pager_daemon = { -! 512, /* base number for calculating the number of tries */ - SWAP_CLUSTER_MAX, /* minimum number of tries */ - 8, /* do swap I/O in clusters of this size */ - }; ---- 32,38 ---- - int page_cluster; - - pager_daemon_t pager_daemon = { -! 128, /* base number for calculating the number of tries */ - SWAP_CLUSTER_MAX, /* minimum number of tries */ - 8, /* do swap I/O in clusters of this size */ - }; diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/tosa_ts.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/tosa_ts.patch deleted file mode 100644 index 678cb2e25b..0000000000 --- a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228/tosa_ts.patch +++ /dev/null @@ -1,207 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- linux/drivers/char/tosa_ts.c~tosa_ts.patch -+++ linux/drivers/char/tosa_ts.c -@@ -102,6 +102,8 @@ - static int head = 0, tail = 0; - - #ifdef CONFIG_PM -+#include <linux/pm.h> -+static struct pm_dev* tosa_ts_pm_dev; - static int tp_suspend = 0; - #endif /* CONFIG_PM */ - -@@ -495,25 +497,6 @@ - ioctl: ts_ioctl, - }; - --static void ts_exit(void) --{ -- ts_timer_clear(); -- ts_clear(); -- free_irq(IRQ_GPIO_TP_INT, NULL); -- wm9712_power_mode_ts(WM9712_PWR_OFF); -- -- pxa_ac97_put(&ac97_on); --} -- --#ifdef MODULE --static void __exit ac97_ts_cleanup(void) --{ -- ts_exit(); -- unregister_chrdev(TS_MAJOR, "ts"); --} --module_exit(ac97_ts_cleanup); --#endif /* MODULE */ -- - extern int tc6393fb_lcdMode; - - int ac97_ad_input(int ch, unsigned short *dat) -@@ -608,7 +591,7 @@ - #endif - } - --static int ts_init(void) -+static int tosa_ts_hardware_start(void) - { - pxa_ac97_get(&codec, &ac97_on); - -@@ -625,7 +608,6 @@ - /* GPIO3/PENDOWN wakeup */ - ac97_bit_set(AC97_GPIO_WAKE_UP, CODEC_PENDOWN); - -- ts_clear(); - - /* Init queue */ - //X kernel_thread(ts_pendown, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD); -@@ -639,12 +621,39 @@ - return -EBUSY; - } - -- // printk(KERN_INFO "Tosa Touch Screen driver initialized\n"); -- - return 0; - } - --static int __init ac97_ts_init(void) -+static void tosa_ts_hardware_stop(void) -+{ -+ ts_timer_clear(); -+ ts_clear(); -+ free_irq(IRQ_GPIO_TP_INT, NULL); -+ wm9712_power_mode_ts(WM9712_PWR_OFF); -+ -+ pxa_ac97_put(&ac97_on); -+} -+ -+#ifdef CONFIG_PM -+static int tosa_ts_pm_callback(struct pm_dev *pm_dev, -+ pm_request_t req, void *data) -+{ -+ switch (req) { -+ case PM_SUSPEND: -+ tp_suspend = 1; -+ tosa_ts_hardware_stop(); -+ break; -+ case PM_RESUME: -+ tp_suspend = 0; -+ tosa_ts_hardware_start(); -+ break; -+ } -+ return 0; -+} -+#endif -+ -+ -+static int __init tosa_ts_init(void) - { - ac97_on = 0; - -@@ -663,28 +672,37 @@ - - if( register_chrdev(TS_MAJOR,DEV_NAME, &ts_fops) ) { - printk("unable to get major %d for touch screen\n", TS_MAJOR); -- ts_exit(); - } - - init_procinfo(); - -+ tosa_ts_hardware_start(); -+ -+#ifdef CONFIG_PM -+ tosa_ts_pm_dev = pm_register(PM_SYS_DEV, 0, tosa_ts_pm_callback); -+#endif -+ - kernel_thread(ts_pendown, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD); - - return 0; - } - --module_init(ac97_ts_init); -+static int __exit tosa_ts_cleanup() -+{ -+ tosa_hardware_stop(); -+ pm_unregister(tosa_ts_pm_dev); -+ unregister_chrdev(TS_MAJOR, "ts"); -+} -+ -+module_init(tosa_ts_init); -+module_exit(tosa_ts_cleanup); - - /* - * Driver functions - */ - static int ts_open(struct inode *inode, struct file *file) - { -- if( ts_init() < 0 ) { -- ts_exit(); -- return -EINVAL; -- } -- -+ ts_clear(); - MOD_INC_USE_COUNT; - return 0; - } -@@ -692,7 +710,6 @@ - - static int ts_release(struct inode *inode, struct file *file) - { -- ts_exit(); - - MOD_DEC_USE_COUNT; - return 0; -@@ -788,20 +805,3 @@ - return 0; - } - --#ifdef CONFIG_PM --void tosa_ts_suspend(void) --{ -- DEBUG(DBG_L1, "in\n"); -- tp_suspend = 1; -- ts_exit(); -- DEBUG(DBG_L1, "out\n"); --} -- --void tosa_ts_resume(void) --{ -- DEBUG(DBG_L1, "in\n"); -- tp_suspend = 0; -- ts_init(); -- DEBUG(DBG_L1, "out\n"); --} --#endif /* CONFIG_PM */ ---- linux/drivers/sound/pxa-ac97_tosa.c~tosa_ts.patch -+++ linux/drivers/sound/pxa-ac97_tosa.c -@@ -90,8 +90,6 @@ - #include <linux/pm.h> - static struct pm_dev* pxa_sound_pm_dev; - static int tosa_pm_callback(struct pm_dev *,pm_request_t, void *); --extern void tosa_ts_suspend(void); --extern void tosa_ts_resume(void); - #endif /* CONFIG_PM */ - - /************************************************************ -@@ -2195,9 +2193,6 @@ - case PM_SUSPEND: - DEBUG(DBG_L1, "PM_SUSPEND: start\n"); - wm9712_suspend(); --#ifdef CONFIG_TOSA_TS -- tosa_ts_suspend(); --#endif /* CONFIG_TOSA_TS */ - if ( ac97_audio_state.rd_ref != 0 ) { - audio_clear_buf(ac97_audio_state.input_stream); - *ac97_audio_state.input_stream->drcmr = 0; -@@ -2239,9 +2234,6 @@ - ac97_audio_state.input_stream->dma_ch = err; - } - wm9712_resume(); --#ifdef CONFIG_TOSA_TS -- tosa_ts_resume(); --#endif /* CONFIG_TOSA_TS */ - DEBUG(DBG_L1, "PM_RESUME: done\n"); - break; - } diff --git a/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb b/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb deleted file mode 100644 index 29ea3e3097..0000000000 --- a/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb +++ /dev/null @@ -1,97 +0,0 @@ -DESCRIPTION = "Linux kernel 2.4.20-embedix for Sharp Zaurus SL-C1000 and SL-C3000 devices." -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/openzaurus-pxa27x-2.4.20-rmk2-embedix20050228" -SECTION = "kernel" -PV = "2.4.20-rmk2-embedix" -LICENSE = "GPL" -KV = "2.4.20" -PR = "r13" - -SRC_URI = "http://developer.ezaurus.com/sl_j/source/c1000/20050228/linux-c1000-20050228-rom1_01.tar.bz2 \ - file://P01-C3000-clockup_050221.patch;pnum=2;patch=1 \ - file://P02-C3000-voltage_050221.patch;pnum=2;patch=1 \ - file://P03-C3000-SIGSTOP_FIX_041207.patch;pnum=2;patch=1 \ - file://P04-C3000-UNICON_041206.patch;pnum=2;patch=1 \ - file://P05-C3000-TSPRESSURE_041207.patch;pnum=2;patch=1 \ - file://P06-C3000-WRITETS_041206.patch;pnum=2;patch=1 \ - file://P07-C3000-KBDDEV_041206.patch;pnum=2;patch=1 \ - file://P08-rtc-mremap-mremap2nd-fix_041213.patch;pnum=2;patch=1 \ - file://P09-ext3-isofs-fix_041216.patch;pnum=2;patch=1 \ - file://P10-ntfs-fix_041216.patch;pnum=2;patch=1 \ - file://P11-bluetooth-mh18_041216.patch;pnum=2;patch=1 \ - file://P12-fbcon-fix_041219.patch;pnum=2;patch=1 \ - file://P14-lowlatency_041221.patch;pnum=2;patch=1 \ - file://P17-bvdd_050222.patch;pnum=2;patch=1 \ - file://P18-detailed_battery_050309.patch;pnum=2;patch=1 \ - file://P02++050226.patch;pnum=1;patch=1 \ - \ - file://swap-performance.patch;patch=1 \ - file://iw240_we15-6.diff;patch=1 \ - file://iw241_we16-6.diff;patch=1 \ - file://iw249_we17-13.diff;patch=1 \ - file://bluecard_cs.patch;patch=1 \ - file://compile.patch;patch=1 \ - file://idecs.patch;patch=1 \ - file://logo.patch;patch=1 \ - file://initsh.patch;patch=1 \ - file://disable-pcmcia-probe.patch;patch=1 \ - file://deviceinfo.patch;patch=1 \ - file://corgi-fbcon-logo.patch;patch=1 \ - file://corgi-default-brightness.patch;patch=1 \ - file://1764-1.patch;patch=1 \ - file://armdeffix.patch;patch=1 \ - file://add-oz-release-string.patch;patch=1 \ - file://saner-spitz-keymap.patch;patch=1 \ - file://defconfig-${MACHINE} " -# Breaks compilation for now, needs to be fixed -# SRC_URI += "file://CPAR050218.patch;patch=1" - -S = "${WORKDIR}/linux_n1" - -inherit kernel - -# -# Create the kernel command line. CMDLINE_CONSOLE is set through kernel.oeclass. -# -CMDLINE_MTDPARTS_spitz = "mtdparts=sharpsl-nand:7168k@0k(smf),5120k@7168k(root),-(home) jffs2_orphaned_inodes=delete" -CMDLINE_MTDPARTS_akita = "mtdparts=sharpsl-nand:7168k@0k(smf),59392k@7168k(root),-(home) jffs2_orphaned_inodes=delete" -# CMDLINE_INIT = "init=bin/busybox ash" -CMDLINE_INIT = "" -CMDLINE_SHARP_spitz = "RTC_RESET=1 EQUIPMENT=4 LOGOLANG=1 DEFYEAR=2005 LOGO=1 LAUNCH=q" -CMDLINE_SHARP_akita = "EQUIPMENT=0 LOGOLANG=1 DEFYEAR=2006 LOGO=1 LAUNCH=q" -CMDLINE_ROOT = "root=/dev/mtdblock2" -CMDLINE = "${CMDLINE_CONSOLE} ${CMDLINE_ROOT} ${CMDLINE_MTDPARTS} ${CMDLINE_SHARP} ${CMDLINE_INIT}" -CMDLINE = "console=tty1 root=/dev/mtdblock2 mtdparts=sharpsl-nand:7168k@0k(smf),5120k@7168k(root),-(home) jffs2_orphaned_inodes=delete RTC_RESET=1 EQUIPMENT=4 LOGOLANG=1 DEFYEAR=2005 LOGO=1 LAUNCH=q" - - -# -# Compensate for sucky bootloader on all Sharp Zaurus models -# -ALLOW_EMPTY = "1" -FILES_kernel-image = "" -EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}" -KERNEL_CCSUFFIX = "-2.95" -KERNEL_LDSUFFIX = "-2.11.2" -COMPATIBLE_HOST = "arm.*-linux" -PARALLEL_MAKE = "" - -# -# autoload modules -# -module_conf_usbdmonitor = "alias usbd0 usbdmonitor" -module_conf_pxa27x_bi = "below pxa27x_bi net_fd usbdcore " -module_autoload_pxa27x_bi = "pxa27x_bi" -module_autoload_usb_ohci_pxa27x = "usb_ohci_pxa27x" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available." - echo "CONFIG_CMDLINE=\"${CMDLINE}\"" >> ${S}/.config -} - -do_deploy() { - install -d ${DEPLOY_DIR}/images - install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${PACKAGE_ARCH}-${DATETIME}.bin -} - -do_deploy[dirs] = "${S}" - -addtask deploy before do_build after do_compile diff --git a/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050602.bb b/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050602.bb index 670ff7c07f..95a638792d 100644 --- a/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050602.bb +++ b/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050602.bb @@ -4,7 +4,7 @@ SECTION = "kernel" PV = "2.4.20-rmk2-embedix" LICENSE = "GPL" KV = "2.4.20" -PR = "r14" +PR = "r15" SRC_URI = "http://developer.ezaurus.com/sl_j/source/c3100/20050602/linux-c3100-20050602-rom1_01.tar.bz2 \ file://P01-C3000-clockup_050221.patch;pnum=2;patch=1 \ @@ -61,7 +61,7 @@ CMDLINE_SHARP_spitz = "RTC_RESET=1 EQUIPMENT=4 LOGOLANG=1 DEFYEAR=2005 LOGO CMDLINE_SHARP_akita = "EQUIPMENT=0 LOGOLANG=1 DEFYEAR=2006 LOGO=1 LAUNCH=q" CMDLINE_SHARP_borzoi = "EQUIPMENT=4 LOGOLANG=1 DEFYEAR=2006 LOGO=1 LAUNCH=q" CMDLINE_ROOT = "root=/dev/mtdblock2" -# Caution: ttyS0 doesn't seem to work for 2.4.20 :/ +# Caution: ttyS0 doesn't seem to work for 2.4.20, so it's either NULL or tty1 CMDLINE_CONSOLE = "tty1" CMDLINE = "${CMDLINE_CONSOLE} ${CMDLINE_ROOT} ${CMDLINE_MTDPARTS} ${CMDLINE_SHARP} ${CMDLINE_INIT}" |