diff -u --recursive --new-file v1.3.91/linux/Documentation/Changes linux/Documentation/Changes --- v1.3.91/linux/Documentation/Changes Fri Apr 19 10:07:57 1996 +++ linux/Documentation/Changes Sat Apr 20 11:25:31 1996 @@ -162,7 +162,7 @@ Linux's handling of named pipes changed (it now does it The Right Way instead of the SunOS way ;-). This broke some programs that depended on the SunOS behavior, most notably SysVinit. If you're running 2.59 -or earlier, you will probably get a wierd error on shutdown in which +or earlier, you will probably get a weird error on shutdown in which your computer shuts down fine but "INIT: error reading initrequest" or words to that effect scroll across your screen hundreds of times. To fix, upgrade to diff -u --recursive --new-file v1.3.91/linux/Documentation/Configure.help linux/Documentation/Configure.help --- v1.3.91/linux/Documentation/Configure.help Fri Apr 19 10:07:57 1996 +++ linux/Documentation/Configure.help Sat Apr 20 21:09:55 1996 @@ -2213,6 +2213,22 @@ If your card is NOT SMC EtherPower 10/100 PCI (smc9332dst), you can try the de4x5.c driver. +Digi Intl. RightSwitch support +CONFIG_DGRS + This is support for the Digi International RightSwitch series of + PCI/EISA ethernet switch cards. These include the SE-4 and the SE-6 + models. If you have a network card of this type, say Y and read + the Ethernet-HOWTO, available via ftp (user: anonymous) in + sunsite.unc.edu:/pub/Linux/docs/HOWTO. More specific information is + contained in drivers/net/README.dgrs. This driver is also available + as a module ( = code which can be inserted in and removed from the + running kernel whenever you want). If you want to compile it as a + module, say M here and read Documentation/modules.txt as well as + Documentation/networking/net-modules.txt. If you plan to use more + than one network card under linux, read the + Multiple-Ethernet-mini-HOWTO, available from + sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. + ICL EtherTeam 16i/32 support CONFIG_ETH16I If you have a network (ethernet) card of this type, say Y and read @@ -2795,7 +2811,8 @@ to compile this as a module ( = code which can be inserted in and removed from the running kernel whenever you want), say M here and read Documentation/modules.txt. If you haven't heard about it, it's - safe to say N. + safe to say N. (As of 1.3.9x kernels, this driver's minor numbers + start at 0 instead of 32.) Stallion multiport serial support CONFIG_STALDRV diff -u --recursive --new-file v1.3.91/linux/Documentation/devices.tex linux/Documentation/devices.tex --- v1.3.91/linux/Documentation/devices.tex Fri Apr 12 15:51:43 1996 +++ linux/Documentation/devices.tex Sat Apr 20 21:09:55 1996 @@ -554,9 +554,9 @@ \begin{devicelist} \major{19}{}{char }{Cyclades serial card} - \minor{32}{/dev/ttyC0}{First Cyclades port} + \minor{0}{/dev/ttyC0}{First Cyclades port} \minordots - \minor{63}{/dev/ttyC31}{32nd Cyclades port} + \minor{31}{/dev/ttyC31}{32nd Cyclades port} \end{devicelist} \noindent It would make more sense for these to start at 0... @@ -575,9 +575,9 @@ \begin{devicelist} \major{20}{}{char }{Cyclades serial card -- alternate devices} - \minor{32}{/dev/cub0}{Callout device corresponding to {\file ttyC0}} + \minor{0}{/dev/cub0}{Callout device corresponding to {\file ttyC0}} \minordots - \minor{63}{/dev/cub31}{Callout device corresponding to {\file ttyC31}} + \minor{31}{/dev/cub31}{Callout device corresponding to {\file ttyC31}} \\ \major{ }{}{block}{Hitachi CD-ROM} \minor{0}{/dev/hitcd}{Hitachi CD-ROM} diff -u --recursive --new-file v1.3.91/linux/Documentation/devices.txt linux/Documentation/devices.txt --- v1.3.91/linux/Documentation/devices.txt Fri Apr 12 15:51:43 1996 +++ linux/Documentation/devices.txt Sat Apr 20 21:09:55 1996 @@ -342,9 +342,9 @@ 0 = /dev/sjcd Sanyo CD-ROM 19 char Cyclades serial card - 32 = /dev/ttyC0 First Cyclades port + 0 = /dev/ttyC0 First Cyclades port ... - 63 = /dev/ttyC31 32nd Cyclades port + 31 = /dev/ttyC31 32nd Cyclades port It would make more sense for these to start at 0... @@ -360,9 +360,9 @@ mirror devices. 20 char Cyclades serial card - alternate devices - 32 = /dev/cub0 Callout device corresponding to ttyC0 + 0 = /dev/cub0 Callout device corresponding to ttyC0 ... - 63 = /dev/cub31 Callout device corresponding to ttyC31 + 31 = /dev/cub31 Callout device corresponding to ttyC31 block Hitachi CD-ROM (under development) 0 = /dev/hitcd Hitachi CD-ROM diff -u --recursive --new-file v1.3.91/linux/Documentation/digiboard.txt linux/Documentation/digiboard.txt --- v1.3.91/linux/Documentation/digiboard.txt Fri Apr 19 10:07:57 1996 +++ linux/Documentation/digiboard.txt Sat Apr 20 11:25:31 1996 @@ -68,7 +68,7 @@ ------------------ mkdigidev end or apply the following patch to /dev/MAKEDEV and do a make digi ------ MAKDEV Patch +----- MAKEDEV Patch --- /dev/MAKEDEV Sun Aug 13 15:48:23 1995 +++ MAKEDEV Tue Apr 16 17:53:27 1996 @@ -120,7 +120,7 @@ diff -u --recursive --new-file v1.3.91/linux/Documentation/networking/tulip.txt linux/Documentation/networking/tulip.txt --- v1.3.91/linux/Documentation/networking/tulip.txt Fri Apr 19 10:07:57 1996 +++ linux/Documentation/networking/tulip.txt Sat Apr 20 11:25:31 1996 @@ -52,11 +52,11 @@ ============ This driver's media detection is very simple and sometimes it causes serious problem. The driver automatically switches -media when it causes timeout. If you want to speficy or to fix +media when it causes timeout. If you want to specify or to fix a media; - Modify TULIP_PORT in tulip.c, line 33. -- Uncommennt the definition of TULIP_FIX_PORT in tulip.c, line 40. +- Uncomment the definition of TULIP_FIX_PORT in tulip.c, line 40. or diff -u --recursive --new-file v1.3.91/linux/MAINTAINERS linux/MAINTAINERS --- v1.3.91/linux/MAINTAINERS Fri Apr 19 10:07:57 1996 +++ linux/MAINTAINERS Sat Apr 20 21:09:55 1996 @@ -78,6 +78,13 @@ L: linux-net@vger.rutgers.edu S: Maintained +DIGI RIGHTSWITCH NETWORK DRIVER +P: Rick Richardson +M: rick@dgii.com +L: linux-net@vger.rutgers.edu +W: http://www.dgii.com/linux/ +S: Maintained + APM DRIVER P: Rik Faith & Stephen Rothwell M: faith@cs.unc.edu, Stephen.Rothwell@canb.auug.org.au @@ -102,6 +109,12 @@ L: linux-scsi@vger.rutgers.edu S: Maintained +CYCLADES ASYNC MUX DRIVER +P: Marcio Saito +M: Marcio Saito +W: http://www.cyclades.com/ +S: Supported + EATA ISA/EISA SCSI DRIVER P: Dario Ballabio M: dario@milano.europe.dg.com @@ -245,7 +258,7 @@ P: Alessandro Rubini M: rubini@ipvvis.unipv.it L: linux-kernel@vger.rutgers.edu -S: Mantained +S: Maintained MENUCONFIG: P: William Roadcap diff -u --recursive --new-file v1.3.91/linux/Makefile linux/Makefile --- v1.3.91/linux/Makefile Fri Apr 19 10:07:57 1996 +++ linux/Makefile Fri Apr 19 07:35:35 1996 @@ -1,6 +1,6 @@ VERSION = 1 PATCHLEVEL = 3 -SUBLEVEL = 91 +SUBLEVEL = 92 ARCH = i386 diff -u --recursive --new-file v1.3.91/linux/arch/alpha/config.in linux/arch/alpha/config.in --- v1.3.91/linux/arch/alpha/config.in Tue Apr 2 13:32:19 1996 +++ linux/arch/alpha/config.in Sat Apr 20 11:19:00 1996 @@ -68,7 +68,8 @@ define_bool CONFIG_ALPHA_NEED_ROUNDING_EMULATION y fi -if [ "$CONFIG_ALPHA_JENSEN" = "y" ] +if [ "$CONFIG_ALPHA_CABRIOLET" = "y" -o "$CONFIG_ALPHA_AVANTI" = "y" \ + -o "$CONFIG_ALPHA_EB64P" = "y" -o "$CONFIG_ALPHA_JENSEN" = "y" ] then bool 'Using SRM as bootloader' CONFIG_ALPHA_SRM fi diff -u --recursive --new-file v1.3.91/linux/arch/alpha/defconfig linux/arch/alpha/defconfig --- v1.3.91/linux/arch/alpha/defconfig Mon Apr 15 12:20:17 1996 +++ linux/arch/alpha/defconfig Fri Apr 19 10:51:45 1996 @@ -75,6 +75,7 @@ # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_AX25 is not set +# CONFIG_BRIDGE is not set # CONFIG_NETLINK is not set # @@ -106,6 +107,7 @@ # CONFIG_SCSI_AHA1740 is not set # CONFIG_SCSI_AIC7XXX is not set # CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_DTC3280 is not set # CONFIG_SCSI_EATA_DMA is not set # CONFIG_SCSI_EATA_PIO is not set # CONFIG_SCSI_U14_34F is not set @@ -114,6 +116,7 @@ CONFIG_SCSI_NCR53C7xx=y CONFIG_SCSI_NCR53C7xx_sync=y CONFIG_SCSI_NCR53C7xx_FAST=y +# CONFIG_SCSI_NCR53C7xx_DISCONNECT is not set # CONFIG_SCSI_IN2000 is not set # CONFIG_SCSI_PAS16 is not set # CONFIG_SCSI_QLOGIC is not set @@ -134,6 +137,7 @@ # CONFIG_SLIP is not set # CONFIG_PPP is not set # CONFIG_STRIP is not set +# CONFIG_WIC is not set # CONFIG_SCC is not set # CONFIG_PLIP is not set # CONFIG_EQUALIZER is not set diff -u --recursive --new-file v1.3.91/linux/arch/alpha/kernel/bios32.c linux/arch/alpha/kernel/bios32.c --- v1.3.91/linux/arch/alpha/kernel/bios32.c Fri Apr 19 10:07:57 1996 +++ linux/arch/alpha/kernel/bios32.c Sat Apr 20 11:18:13 1996 @@ -26,7 +26,9 @@ #include #if 0 -#define DEBUG_PRINT_DEVS 1 +# define DBG_DEVS(args) printk args +#else +# define DBG_DEVS(args) #endif #ifndef CONFIG_PCI @@ -269,10 +271,8 @@ pcibios_write_config_word(bus->number, dev->devfn, PCI_COMMAND, cmd | PCI_COMMAND_MASTER); -#if DEBUG_PRINT_DEVS -printk("layout_dev: bus %d slot 0x%x VID 0x%x DID 0x%x class 0x%x\n", - bus->number, PCI_SLOT(dev->devfn), dev->vendor, dev->device, dev->class); -#endif + DBG_DEVS(("layout_dev: bus %d slot 0x%x VID 0x%x DID 0x%x class 0x%x\n", + bus->number, PCI_SLOT(dev->devfn), dev->vendor, dev->device, dev->class)); } @@ -282,9 +282,7 @@ struct pci_bus *child; struct pci_dev *dev; -#if DEBUG_PRINT_DEVS -printk("layout_bus: starting bus %d\n", bus->number); -#endif + DBG_DEVS(("layout_bus: starting bus %d\n", bus->number)); if (!bus->devices && !bus->children) return; @@ -314,9 +312,7 @@ /* * Allocate space to each device: */ -#if DEBUG_PRINT_DEVS -printk("layout_bus: starting bus %d devices\n", bus->number); -#endif + DBG_DEVS(("layout_bus: starting bus %d devices\n", bus->number)); for (dev = bus->devices; dev; dev = dev->sibling) { if (dev->class >> 16 != PCI_BASE_CLASS_BRIDGE) { @@ -326,9 +322,7 @@ /* * Recursively allocate space for all of the sub-buses: */ -#if DEBUG_PRINT_DEVS -printk("layout_bus: starting bus %d children\n", bus->number); -#endif + DBG_DEVS(("layout_bus: starting bus %d children\n", bus->number)); for (child = bus->children; child; child = child->next) { layout_bus(child); @@ -760,15 +754,17 @@ /* * Go through all devices, fixing up irqs as we see fit: */ - level_bits = inb(0x4d0) | (inb(0x4d1) << 8); + level_bits = 0; for (dev = pci_devices; dev; dev = dev->next) { if (dev->class >> 16 == PCI_BASE_CLASS_BRIDGE) continue; dev->irq = 0; if (dev->bus->number != 0) { struct pci_dev *curr = dev ; - /* read the pin and do the PCI-PCI bridge - interrupt pin swizzle */ + /* + * read the pin and do the PCI-PCI bridge + * interrupt pin swizzle + */ pcibios_read_config_byte(dev->bus->number, dev->devfn, PCI_INTERRUPT_PIN, &pin); /* cope with 0 */ @@ -790,17 +786,18 @@ PCI_INTERRUPT_PIN, &pin); } - pirq = pirq_tab[slot - 6][pin]; - -#if DEBUG_PRINT_DEVS -printk("sio_fixup: bus %d slot 0x%x VID 0x%x DID 0x%x int_slot 0x%x int_pin 0x%x, pirq 0x%x\n", - dev->bus->number, PCI_SLOT(dev->devfn), dev->vendor, dev->device, slot, pin, pirq); -#endif - - if (pirq < 0) { + if (slot < 6 || slot >= 6 + sizeof(pirq_tab)/sizeof(pirq_tab[0])) { + printk("bios32.sio_fixup: " + "weird, found device %04x:%04x in non-existent slot %d!!\n", + dev->vendor, dev->device, slot); continue; } + pirq = pirq_tab[slot - 6][pin]; + DBG_DEVS(("sio_fixup: bus %d slot 0x%x VID 0x%x DID 0x%x\n" + " int_slot 0x%x int_pin 0x%x, pirq 0x%x\n", + dev->bus->number, PCI_SLOT(dev->devfn), dev->vendor, dev->device, + slot, pin, pirq)); /* * if its a VGA, enable its BIOS ROM at C0000 */ @@ -812,6 +809,14 @@ if ((dev->class >> 16) == PCI_BASE_CLASS_DISPLAY) { continue; /* for now, displays get no IRQ */ } + + if (pirq < 0) { + printk("bios32.sio_fixup: " + "weird, device %04x:%04x coming in on slot %d has no irq line!!\n", + dev->vendor, dev->device, slot); + continue; + } + dev->irq = (route_tab >> (8 * pirq)) & 0xff; /* must set the PCI IRQs to level triggered */ @@ -825,8 +830,8 @@ } /* * Now, make all PCI interrupts level sensitive. Notice: - * these registers must be accessed byte-wise. outw() doesn't - * work. + * these registers must be accessed byte-wise. inw()/outw() + * don't work. */ level_bits |= (inb(0x4d0) | (inb(0x4d1) << 8)); outb((level_bits >> 0) & 0xff, 0x4d0); diff -u --recursive --new-file v1.3.91/linux/arch/alpha/kernel/traps.c linux/arch/alpha/kernel/traps.c --- v1.3.91/linux/arch/alpha/kernel/traps.c Tue Mar 12 15:31:10 1996 +++ linux/arch/alpha/kernel/traps.c Sat Apr 20 11:18:14 1996 @@ -87,11 +87,11 @@ case 2: /* gentrap */ /* - * The translation from the gentrap error code into a - * siginfo structure (see /usr/include/sys/siginfo.h) - * is missing as Linux does not presently support the - * siginfo argument that is normally passed to a - * signal handler. + * The exception code should be passed on to the signal + * handler as the second argument. Linux doesn't do that + * yet (also notice that Linux *always* behaves like + * DEC Unix with SA_SIGINFO off; see DEC Unix man page + * for sigaction(2)). */ switch ((long) regs.r16) { case GEN_INTOVF: case GEN_INTDIV: case GEN_FLTOVF: diff -u --recursive --new-file v1.3.91/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c --- v1.3.91/linux/arch/alpha/mm/fault.c Tue Mar 12 15:31:10 1996 +++ linux/arch/alpha/mm/fault.c Fri Apr 19 13:28:06 1996 @@ -18,6 +18,22 @@ #include #include #include +#include + +unsigned long asn_cache = ASN_FIRST_VERSION; + +#ifndef BROKEN_ASN +/* + * Select a new ASN and reload the context. This is + * not inlined as this expands to a pretty large + * function. + */ +void get_new_asn_and_reload(struct task_struct *tsk, struct mm_struct *mm) +{ + get_new_mmu_context(tsk, mm, asn_cache); + reload_context(tsk); +} +#endif extern void die_if_kernel(char *,struct pt_regs *,long); diff -u --recursive --new-file v1.3.91/linux/arch/i386/kernel/process.c linux/arch/i386/kernel/process.c --- v1.3.91/linux/arch/i386/kernel/process.c Fri Apr 12 15:51:46 1996 +++ linux/arch/i386/kernel/process.c Fri Apr 19 18:35:15 1996 @@ -266,6 +266,22 @@ for (i=0 ; i<8 ; i++) current->debugreg[i] = 0; + + /* + * Forget coprocessor state.. + */ +#ifdef __SMP__ + if (current->flags & PF_USEDFPU) { + stts(); + } +#else + if (last_task_used_math == current) { + last_task_used_math = NULL; + stts(); + } +#endif + current->used_math = 0; + current->flags &= ~PF_USEDFPU; } void release_thread(struct task_struct *dead_task) diff -u --recursive --new-file v1.3.91/linux/arch/i386/kernel/traps.c linux/arch/i386/kernel/traps.c --- v1.3.91/linux/arch/i386/kernel/traps.c Fri Apr 19 10:07:57 1996 +++ linux/arch/i386/kernel/traps.c Sat Apr 20 11:25:31 1996 @@ -266,7 +266,7 @@ /* * Give the process a clean slate next time they use - * the FPU (and if they haven't accepted the SIGFP before + * the FPU (and if they haven't accepted the SIGFPE before * that, it's their problem..) */ stts(); diff -u --recursive --new-file v1.3.91/linux/drivers/block/README.fd linux/drivers/block/README.fd --- v1.3.91/linux/drivers/block/README.fd Wed Oct 11 13:06:45 1995 +++ linux/drivers/block/README.fd Sat Apr 20 12:58:38 1996 @@ -29,6 +29,17 @@ prompt options coming last. That's why there are also options to restore the default behaviour. + If you use the floppy driver as a module, use the following syntax: + insmod floppy floppy="" + +Example: + insmod floppy floppy="daring two_fdc" + + Note that in this case 'floppy=' should only be typed out once, and +not once for each option. You need at least modules-1.3.57 for this +method. However, the older environment variable based syntax is still +available: floppy="daring two_fdc" insmod floppy + The floppy related options include: floppy=,allowed_drive_mask @@ -65,6 +76,16 @@ floppy=0,thinkpad Tells the floppy driver that you don't have a Thinkpad. + + floppy=omnibook + floppy=nodma + Tells the floppy driver not to use Dma for data transfers. + This is needed on HP Omnibooks, which don't have a workable + DMA channel for the floppy driver. + + floppy=dma + Tells the floppy driver that a workable DMA channel is available + (the default). floppy=,,cmos Sets the cmos type of to . This is mandatory if diff -u --recursive --new-file v1.3.91/linux/drivers/block/floppy.c linux/drivers/block/floppy.c --- v1.3.91/linux/drivers/block/floppy.c Fri Apr 12 15:51:49 1996 +++ linux/drivers/block/floppy.c Sat Apr 20 12:58:38 1996 @@ -157,12 +157,18 @@ #include #include -#include #include #include #include #include +static int use_virtual_dma=0; /* virtual DMA for Intel */ +static unsigned short virtual_dma_port=0x3f0; +static void floppy_interrupt(int irq, void *dev_id, struct pt_regs * regs); +static int set_dor(int fdc, char mask, char data); +#include + + #define MAJOR_NR FLOPPY_MAJOR #include @@ -177,6 +183,10 @@ #define fd_eject(x) -EINVAL #endif +#ifndef fd_get_dma_residue +#define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA) +#endif + /* Dma Memory related stuff */ /* Pure 2^n version of get_order */ @@ -479,7 +489,7 @@ static void floppy_start(void); static void process_fd_request(void); static void recalibrate_floppy(void); -static void floppy_shutdown(void); +static void floppy_shutdown(unsigned long); static int floppy_grab_irq_and_dma(void); static void floppy_release_irq_and_dma(void); @@ -517,7 +527,7 @@ static struct floppy_fdc_state fdc_state[N_FDC]; static int fdc; /* current fdc */ -static struct floppy_struct * floppy = floppy_type; +static struct floppy_struct *_floppy = floppy_type; static unsigned char current_drive = 0; static long current_count_sectors = 0; static unsigned char sector_t; /* sector in track */ @@ -918,7 +928,7 @@ if (disk_change(current_drive)){ DPRINT("disk removed during i/o\n"); - floppy_shutdown(); + floppy_shutdown(1); } else { del_timer(&fd_timer); fd_timer.function = (timeout_fn) fd_watchdog; @@ -1019,82 +1029,103 @@ DMA_MODE_READ : DMA_MODE_WRITE); fd_set_dma_addr(virt_to_bus(raw_cmd->kernel_data)); fd_set_dma_count(raw_cmd->length); + virtual_dma_port = FDCS->address; fd_enable_dma(); sti(); floppy_disable_hlt(); } +void show_floppy(void); + +/* waits until the fdc becomes ready */ +static int wait_til_ready(void) +{ + int counter, status; + if(FDCS->reset) + return -1; + for (counter = 0; counter < 10000; counter++) { + status = fd_inb(FD_STATUS); + if (status & STATUS_READY) + return status; + } + if (!initialising) { + DPRINT2("Getstatus times out (%x) on fdc %d\n", + status, fdc); + show_floppy(); + } + FDCS->reset = 1; + return -1; +} + /* sends a command byte to the fdc */ static int output_byte(char byte) { - int counter; - unsigned char status = 0; - unsigned char rstatus; + int status; - if (FDCS->reset) + if ((status = wait_til_ready()) < 0) return -1; - for (counter = 0; counter < 10000 && !FDCS->reset; counter++) { - rstatus = fd_inb(FD_STATUS); - status = rstatus &(STATUS_READY|STATUS_DIR|STATUS_DMA); - if (!(status & STATUS_READY)) - continue; - if (status == STATUS_READY){ - fd_outb(byte,FD_DATA); - + if ((status & (STATUS_READY|STATUS_DIR|STATUS_DMA)) == STATUS_READY){ + fd_outb(byte,FD_DATA); #ifdef FLOPPY_SANITY_CHECK - output_log[output_log_pos].data = byte; - output_log[output_log_pos].status = rstatus; - output_log[output_log_pos].jiffies = jiffies; - output_log_pos = (output_log_pos + 1) % OLOGSIZE; + output_log[output_log_pos].data = byte; + output_log[output_log_pos].status = status; + output_log[output_log_pos].jiffies = jiffies; + output_log_pos = (output_log_pos + 1) % OLOGSIZE; #endif - return 0; - } else - break; + return 0; } FDCS->reset = 1; - if (!initialising) + if (!initialising) { DPRINT2("Unable to send byte %x to FDC. Status=%x\n", byte, status); + show_floppy(); + } return -1; } -#define LAST_OUT(x) if (output_byte(x)){ reset_fdc();return;} +#define LAST_OUT(x) if (output_byte(x)<0){ reset_fdc();return;} /* gets the response from the fdc */ static int result(void) { - int i = 0, counter, status = 0; + int i, status; - if (FDCS->reset) - return -1; - for (counter = 0; counter < 10000 && !FDCS->reset; counter++) { - status = fd_inb(FD_STATUS)& - (STATUS_DIR|STATUS_READY|STATUS_BUSY|STATUS_DMA); - if (!(status & STATUS_READY)) - continue; - if (status == STATUS_READY){ + for(i=0; i < MAX_REPLIES; i++) { + if ((status = wait_til_ready()) < 0) + break; + status &= STATUS_DIR|STATUS_READY|STATUS_BUSY|STATUS_DMA; + if ((status & ~STATUS_BUSY) == STATUS_READY){ #ifdef FLOPPY_SANITY_CHECK resultjiffies = jiffies; resultsize = i; #endif return i; } - if (status & STATUS_DMA) + if (status == (STATUS_DIR|STATUS_READY|STATUS_BUSY)) + reply_buffer[i] = fd_inb(FD_DATA); + else break; - if (status == (STATUS_DIR|STATUS_READY|STATUS_BUSY)) { - if (i >= MAX_REPLIES) { - DPRINT("floppy_stat reply overrun\n"); - break; - } - reply_buffer[i++] = fd_inb(FD_DATA); - } + } + if(!initialising) { + DPRINT2("'get result' error. Last status=%x Read bytes=%d\n", + status, i); + show_floppy(); } FDCS->reset = 1; - if (!initialising) - DPRINT3("Getstatus times out (%x) on fdc %d [%d]\n", - status, fdc, i); return -1; } +#define MORE_OUTPUT -2 +/* does the fdc need more output? */ +static int need_more_output(void) +{ + int status; + if( (status = wait_til_ready()) < 0) + return -1; + if ((status & (STATUS_READY|STATUS_DIR|STATUS_DMA)) == STATUS_READY) + return MORE_OUTPUT; + return result(); +} + /* Set perpendicular mode as required, based on data rate, if supported. * 82077 Now tested. 1Mbps data rate only possible with 82077-1. */ @@ -1123,7 +1154,7 @@ if (FDCS->perp_mode == perp_mode) return; - if (FDCS->version >= FDC_82072A && FDCS->has_fifo) { + if (FDCS->version >= FDC_82077_ORIG) { output_byte(FD_PERPENDICULAR); output_byte(perp_mode); FDCS->perp_mode = perp_mode; @@ -1132,6 +1163,27 @@ } } /* perpendicular_mode */ +static int fifo = 0xa; + +static int fdc_configure(void) +{ + /* Turn on FIFO */ + output_byte(FD_CONFIGURE); +#ifdef __sparc__ + output_byte(0x64); /* Motor off timeout */ + output_byte(fdc_cfg | 0x0A); +#else + if(need_more_output() != MORE_OUTPUT) + return 0; + output_byte(0); + output_byte(0x10 | (fifo & 0xf)); /* FIFO on, polling off, + 10 byte threshold */ +#endif + output_byte(0); /* precompensation from track + 0 upwards */ + return 1; +} + #define NOMINAL_DTR 500 /* Issue a "SPECIFY" command to set the step rate time, head unload time, @@ -1163,25 +1215,7 @@ int hut_max_code = 0xf; if (FDCS->need_configure && FDCS->has_fifo) { - if (FDCS->reset) - return; -#ifdef __sparc__ - output_byte(FD_CONFIGURE); - output_byte(0x64); /* Motor off timeout */ - output_byte(fdc_cfg | 0x0A); - output_byte(0); -#else - /* Turn on FIFO for 82077-class FDC (improves performance) */ - /* TODO: lock this in via LOCK during initialization */ - output_byte(FD_CONFIGURE); - output_byte(0); - output_byte(0x2A); /* FIFO on, polling off, 10 byte threshold */ - output_byte(0); /* precompensation from track 0 upwards */ - if (FDCS->reset){ - FDCS->has_fifo=0; - return; - } -#endif + fdc_configure(); FDCS->need_configure = 0; /*DPRINT("FIFO enabled\n");*/ } @@ -1228,7 +1262,7 @@ hut = hut_max_code; spec1 = (srt << 4) | hut; - spec2 = (hlt << 1); + spec2 = (hlt << 1) | (use_virtual_dma & 1); /* If these parameters did not change, just return with success */ if (FDCS->spec1 != spec1 || FDCS->spec2 != spec2) { @@ -1289,6 +1323,8 @@ /* check IC to find cause of interrupt */ switch (ST0 & ST0_INTR) { case 0x40: /* error occurred during command execution */ + if (ST1 & ST1_EOC) + return 0; /* occurs with pseudo-DMA */ bad = 1; if (ST1 & ST1_WP) { DPRINT("Drive is write protected\n"); @@ -1391,6 +1427,7 @@ debugt("rw_command: "); #endif if (r){ + cont->error(); reset_fdc(); return; } @@ -1754,9 +1791,9 @@ printk("\n"); } -static void floppy_shutdown(void) +static void floppy_shutdown(unsigned long mode) { - if (!initialising) + if (!initialising && !mode) show_floppy(); CLEAR_INTR; floppy_tq.routine = (void *)(void *) empty; @@ -1767,7 +1804,7 @@ fd_disable_dma(); /* avoid dma going to a random drive after shutdown */ - if (!initialising) + if (!initialising && !mode) DPRINT("floppy timeout\n"); FDCS->reset = 1; if (cont){ @@ -1895,7 +1932,7 @@ sleep_on(&command_done); } if (command_status < 2){ - floppy_shutdown(); + floppy_shutdown(1); sti(); process_fd_request(); return -EINTR; @@ -1979,9 +2016,9 @@ static void set_floppy(kdev_t device) { if (TYPE(device)) - floppy = TYPE(device) + floppy_type; + _floppy = TYPE(device) + floppy_type; else - floppy = current_type[ DRIVE(device) ]; + _floppy = current_type[ DRIVE(device) ]; } /* @@ -2017,13 +2054,13 @@ raw_cmd->flags = FD_RAW_WRITE | FD_RAW_INTR | FD_RAW_SPIN | /*FD_RAW_NEED_DISK |*/ FD_RAW_NEED_SEEK; - raw_cmd->rate = floppy->rate & 0x43; + raw_cmd->rate = _floppy->rate & 0x43; raw_cmd->cmd_count = NR_F; - COMMAND = FM_MODE(floppy,FD_FORMAT); - DR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,format_req.head); - F_SIZECODE = FD_SIZECODE(floppy); - F_SECT_PER_TRACK = floppy->sect << 2 >> F_SIZECODE; - F_GAP = floppy->fmt_gap; + COMMAND = FM_MODE(_floppy,FD_FORMAT); + DR_SELECT = UNIT(current_drive) + PH_HEAD(_floppy,format_req.head); + F_SIZECODE = FD_SIZECODE(_floppy); + F_SECT_PER_TRACK = _floppy->sect << 2 >> F_SIZECODE; + F_GAP = _floppy->fmt_gap; F_FILL = FD_FILL_BYTE; raw_cmd->kernel_data = floppy_track_buffer; @@ -2041,7 +2078,7 @@ /* determine interleave */ il = 1; - if (floppy->sect > DP->interleave_sect && F_SIZECODE == 2) + if (_floppy->sect > DP->interleave_sect && F_SIZECODE == 2) il++; /* initialize field */ @@ -2068,7 +2105,7 @@ static void redo_format(void) { buffer_track = -1; - setup_format_params(format_req.track << STRETCH(floppy)); + setup_format_params(format_req.track << STRETCH(_floppy)); floppy_start(); #ifdef DEBUGT debugt("queue format request"); @@ -2088,12 +2125,12 @@ LOCK_FDC(drive,1); set_floppy(device); - if (!floppy || - floppy->track > DP->tracks || - tmp_format_req->track >= floppy->track || - tmp_format_req->head >= floppy->head || - (floppy->sect << 2) % (1 << FD_SIZECODE(floppy)) || - !floppy->fmt_gap) { + if (!_floppy || + _floppy->track > DP->tracks || + tmp_format_req->track >= _floppy->track || + tmp_format_req->head >= _floppy->head || + (_floppy->sect << 2) % (1 << FD_SIZECODE(_floppy)) || + !_floppy->fmt_gap) { process_fd_request(); return -EINVAL; } @@ -2130,7 +2167,7 @@ * change */ block = current_count_sectors + CURRENT->sector; INFBOUND(DRS->maxblock, block); - if (block > floppy->sect) + if (block > _floppy->sect) DRS->maxtrack = 1; /* unlock chained buffers */ @@ -2171,16 +2208,21 @@ /* Interrupt handler evaluating the result of the r/w operation */ static void rw_interrupt(void) { - int nr_sectors, ssize; + int nr_sectors, ssize, eoc; if (!DRS->first_read_date) DRS->first_read_date = jiffies; nr_sectors = 0; CODE2SIZE; - nr_sectors = ((R_TRACK-TRACK)*floppy->head+R_HEAD-HEAD) * - floppy->sect + ((R_SECTOR-SECTOR) << SIZECODE >> 2) - - (sector_t % floppy->sect) % ssize; + + if(ST1 & ST1_EOC) + eoc = 1; + else + eoc = 0; + nr_sectors = ((R_TRACK-TRACK)*_floppy->head+R_HEAD-HEAD) * + _floppy->sect + ((R_SECTOR-SECTOR+eoc) << SIZECODE >> 2) - + (sector_t % _floppy->sect) % ssize; #ifdef FLOPPY_SANITY_CHECK if (nr_sectors > current_count_sectors + ssize - @@ -2214,17 +2256,17 @@ cont->redo(); return; } - current_type[current_drive] = floppy; - floppy_sizes[TOMINOR(current_drive) ]= floppy->size>>1; + current_type[current_drive] = _floppy; + floppy_sizes[TOMINOR(current_drive) ]= _floppy->size>>1; break; } if (probing) { if (DP->flags & FTD_MSG) DPRINT2("Auto-detected floppy type %s in fd%d\n", - floppy->name,current_drive); - current_type[current_drive] = floppy; - floppy_sizes[TOMINOR(current_drive)] = floppy->size >> 1; + _floppy->name,current_drive); + current_type[current_drive] = _floppy; + floppy_sizes[TOMINOR(current_drive)] = _floppy->size >> 1; probing = 0; } @@ -2267,7 +2309,7 @@ SUPBOUND(max_sector, sector_t + max_size); /* alignment */ - max_sector -= (max_sector % floppy->sect) % ssize; + max_sector -= (max_sector % _floppy->sect) % ssize; /* transfer size, beginning not aligned */ current_count_sectors = max_sector - sector_t ; @@ -2392,40 +2434,40 @@ raw_cmd->cmd_count = NR_RW; if (CURRENT->cmd == READ){ raw_cmd->flags |= FD_RAW_READ; - COMMAND = FM_MODE(floppy,FD_READ); + COMMAND = FM_MODE(_floppy,FD_READ); } else if (CURRENT->cmd == WRITE){ raw_cmd->flags |= FD_RAW_WRITE; - COMMAND = FM_MODE(floppy,FD_WRITE); + COMMAND = FM_MODE(_floppy,FD_WRITE); } else { DPRINT("make_raw_rw_request: unknown command\n"); return 0; } - max_sector = floppy->sect * floppy->head; + max_sector = _floppy->sect * _floppy->head; TRACK = CURRENT->sector / max_sector; sector_t = CURRENT->sector % max_sector; - if (floppy->track && TRACK >= floppy->track) + if (_floppy->track && TRACK >= _floppy->track) return 0; - HEAD = sector_t / floppy->sect; + HEAD = sector_t / _floppy->sect; - if (((floppy->stretch & FD_SWAPSIDES) || TESTF(FD_NEED_TWADDLE)) && - sector_t < floppy->sect) - max_sector = floppy->sect; + if (((_floppy->stretch & FD_SWAPSIDES) || TESTF(FD_NEED_TWADDLE)) && + sector_t < _floppy->sect) + max_sector = _floppy->sect; /* 2M disks have phantom sectors on the first track */ - if ((floppy->rate & FD_2M) && (!TRACK) && (!HEAD)){ - max_sector = 2 * floppy->sect / 3; + if ((_floppy->rate & FD_2M) && (!TRACK) && (!HEAD)){ + max_sector = 2 * _floppy->sect / 3; if (sector_t >= max_sector){ - current_count_sectors = minimum(floppy->sect - sector_t, + current_count_sectors = minimum(_floppy->sect - sector_t, CURRENT->nr_sectors); return 1; } SIZECODE = 2; } else - SIZECODE = FD_SIZECODE(floppy); - raw_cmd->rate = floppy->rate & 0x43; - if ((floppy->rate & FD_2M) && + SIZECODE = FD_SIZECODE(_floppy); + raw_cmd->rate = _floppy->rate & 0x43; + if ((_floppy->rate & FD_2M) && (TRACK || HEAD) && raw_cmd->rate == 2) raw_cmd->rate = 1; @@ -2434,30 +2476,30 @@ SIZECODE2 = 0xff; else SIZECODE2 = 0x80; - raw_cmd->track = TRACK << STRETCH(floppy); - DR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,HEAD); - GAP = floppy->gap; + raw_cmd->track = TRACK << STRETCH(_floppy); + DR_SELECT = UNIT(current_drive) + PH_HEAD(_floppy,HEAD); + GAP = _floppy->gap; CODE2SIZE; - SECT_PER_TRACK = floppy->sect << 2 >> SIZECODE; - SECTOR = ((sector_t % floppy->sect) << 2 >> SIZECODE) + 1; - tracksize = floppy->sect - floppy->sect % ssize; - if (tracksize < floppy->sect){ + SECT_PER_TRACK = _floppy->sect << 2 >> SIZECODE; + SECTOR = ((sector_t % _floppy->sect) << 2 >> SIZECODE) + 1; + tracksize = _floppy->sect - _floppy->sect % ssize; + if (tracksize < _floppy->sect){ SECT_PER_TRACK ++; - if (tracksize <= sector_t % floppy->sect) + if (tracksize <= sector_t % _floppy->sect) SECTOR--; - while (tracksize <= sector_t % floppy->sect){ - while(tracksize + ssize > floppy->sect){ + while (tracksize <= sector_t % _floppy->sect){ + while(tracksize + ssize > _floppy->sect){ SIZECODE--; ssize >>= 1; } SECTOR++; SECT_PER_TRACK ++; tracksize += ssize; } - max_sector = HEAD * floppy->sect + tracksize; - } else if (!TRACK && !HEAD && !(floppy->rate & FD_2M) && probing) - max_sector = floppy->sect; + max_sector = HEAD * _floppy->sect + tracksize; + } else if (!TRACK && !HEAD && !(_floppy->rate & FD_2M) && probing) + max_sector = _floppy->sect; - aligned_sector_t = sector_t - (sector_t % floppy->sect) % ssize; + aligned_sector_t = sector_t - (sector_t % _floppy->sect) % ssize; max_size = CURRENT->nr_sectors; if ((raw_cmd->track == buffer_track) && (current_drive == buffer_drive) && @@ -2477,7 +2519,7 @@ } raw_cmd->flags &= ~FD_RAW_WRITE; raw_cmd->flags |= FD_RAW_READ; - COMMAND = FM_MODE(floppy,FD_READ); + COMMAND = FM_MODE(_floppy,FD_READ); } else if ((unsigned long)CURRENT->buffer < MAX_DMA_ADDRESS) { unsigned long dma_limit; int direct, indirect; @@ -2666,17 +2708,17 @@ DPRINT("disk absent or changed during operation\n"); REPEAT; } - if (!floppy) { /* Autodetection */ + if (!_floppy) { /* Autodetection */ if (!probing){ DRS->probed_format = 0; if (next_valid_format()){ DPRINT("no autodetectable formats\n"); - floppy = NULL; + _floppy = NULL; REPEAT; } } probing = 1; - floppy = floppy_type+DP->autodetect[DRS->probed_format]; + _floppy = floppy_type+DP->autodetect[DRS->probed_format]; } else probing = 0; errors = & (CURRENT->errors); @@ -2844,7 +2886,7 @@ raw_cmd->reply[i] = reply_buffer[i]; if (raw_cmd->flags & (FD_RAW_READ | FD_RAW_WRITE)) - raw_cmd->length = get_dma_residue(FLOPPY_DMA); + raw_cmd->length = fd_get_dma_residue(); if ((raw_cmd->flags & FD_RAW_SOFTFAILURE) && (!raw_cmd->reply_count || (raw_cmd->reply[0] & 0xc0))) @@ -3692,13 +3734,14 @@ { int r; + FDCS->has_fifo = 0; output_byte(FD_DUMPREGS); /* 82072 and better know DUMPREGS */ if (FDCS->reset) return FDC_NONE; if ((r = result()) <= 0x00) return FDC_NONE; /* No FDC present ??? */ if ((r==1) && (reply_buffer[0] == 0x80)){ - printk(KERN_INFO "FDC %d is a 8272A\n",fdc); + printk(KERN_INFO "FDC %d is an 8272A\n",fdc); return FDC_8272A; /* 8272a/765 don't know DUMPREGS */ } if (r != 10) { @@ -3709,7 +3752,7 @@ output_byte(FD_VERSION); r = result(); if ((r == 1) && (reply_buffer[0] == 0x80)){ - printk(KERN_INFO "FDC %d is a 82072\n",fdc); + printk(KERN_INFO "FDC %d is an 82072\n",fdc); return FDC_82072; /* 82072 doesn't know VERSION */ } if ((r != 1) || (reply_buffer[0] != 0x90)) { @@ -3717,12 +3760,20 @@ fdc, r); return FDC_UNKNOWN; } + FDCS->has_fifo = fdc_configure(); + output_byte(FD_PERPENDICULAR); + if(need_more_output() == MORE_OUTPUT) { + output_byte(0); + } else { + printk(KERN_INFO "FDC %d is an 82072A\n", fdc); + return FDC_82072A; /* 82072A as found on Sparcs. */ + } + output_byte(FD_UNLOCK); r = result(); if ((r == 1) && (reply_buffer[0] == 0x80)){ - printk(KERN_INFO "FDC %d is a 82072A\n", fdc); - return FDC_82072A; /* Pre-1991 82077 or 82072A as found - * on Sparcs. These doesn't know + printk(KERN_INFO "FDC %d is a pre-1991 82077\n", fdc); + return FDC_82077_ORIG; /* Pre-1991 82077, doesn't know * LOCK/UNLOCK */ } if ((r != 1) || (reply_buffer[0] != 0x00)) { @@ -3754,7 +3805,7 @@ return FDC_82078; } /* Either a 82078-1 or a 82078SL running at 5Volt */ - printk(KERN_INFO "FDC %d is a 82078-1.\n",fdc); + printk(KERN_INFO "FDC %d is an 82078-1.\n",fdc); return FDC_82078_1; case 0x1: printk(KERN_INFO "FDC %d is a 44pin 82078\n",fdc); @@ -3806,28 +3857,6 @@ DPRINT1("Assuming %s floppy hardware\n", param ? "standard" : "broken"); } -static void allow_drives(int *ints, int param) -{ - allowed_drive_mask=param; - DPRINT1("setting allowed_drive_mask to 0x%x\n", param); -} - -static void fdc2_adr(int *ints, int param) -{ - FDC2 = param; - if (param) - DPRINT1("enabling second fdc at address 0x%3x\n", FDC2); - else - DPRINT("disabling second fdc\n"); -} - -static void unex(int *ints,int param) -{ - print_unex = param; - DPRINT1("%sprinting messages for unexpected interrupts\n", - param ? "" : "not "); -} - static void set_cmos(int *ints, int dummy) { int current_drive=0; @@ -3842,7 +3871,7 @@ return; } if (current_drive >= 4 && !FDC2) - fdc2_adr(0, 0x370); + FDC2 = 0x370; if (ints[2] <= 0 || ints[2] >= NUMBER(default_drive_params)){ DPRINT1("bad cmos code %d\n", ints[2]); return; @@ -3854,24 +3883,31 @@ static struct param_table { const char *name; void (*fn)(int *ints, int param); + int *var; int def_param; } config_params[]={ - { "allowed_drive_mask", allow_drives, 0xff }, - { "all_drives", allow_drives, 0xff }, - { "asus_pci", allow_drives, 0x33 }, + { "allowed_drive_mask", 0, &allowed_drive_mask, 0xff }, + { "all_drives", 0, &allowed_drive_mask, 0xff }, + { "asus_pci", 0, &allowed_drive_mask, 0x33 }, + + { "daring", daring, 0, 1}, + + { "two_fdc", 0, &FDC2, 0x370 }, + { "one_fdc", 0, &FDC2, 0 }, - { "daring", daring, 1}, + { "thinkpad", floppy_invert_dcl, 0, 1 }, - { "two_fdc", fdc2_adr, 0x370 }, - { "one_fdc", fdc2_adr, 0 }, + { "nodma", 0, &use_virtual_dma, 1 }, + { "omnibook", 0, &use_virtual_dma, 1 }, + { "dma", 0, &use_virtual_dma, 0 }, - { "thinkpad", floppy_invert_dcl, 1 }, + { "fifo", 0, &fifo, 0xa }, - { "cmos", set_cmos, 0 }, + { "cmos", set_cmos, 0, 0 }, - { "unexpected_interrupts", unex, 1 }, - { "no_unexpected_interrupts", unex, 0 }, - { "L40SX", unex, 0 } }; + { "unexpected_interrupts", 0, &print_unex, 1 }, + { "no_unexpected_interrupts", 0, &print_unex, 0 }, + { "L40SX", 0, &print_unex, 0 } }; #define FLOPPY_SETUP void floppy_setup(char *str, int *ints) @@ -3885,7 +3921,12 @@ param = ints[1]; else param = config_params[i].def_param; - config_params[i].fn(ints,param); + if(config_params[i].fn) + config_params[i].fn(ints,param); + if(config_params[i].var) { + DPRINT2("%s=%d\n", str, param); + *config_params[i].var = param; + } return; } } @@ -3986,7 +4027,6 @@ * properly, so force a reset for the standard FDC clones, * to avoid interrupt garbage. */ - FDCS->has_fifo = FDCS->version >= FDC_82072A; user_reset_fdc(-1,FD_RESET_ALWAYS,0); } fdc=0; @@ -4094,6 +4134,24 @@ extern char *get_options(char *str, int *ints); +char *floppy=NULL; + +static void parse_floppy_cfg_string(char *cfg) +{ + char *ptr; + int ints[11]; + + while(*cfg) { + for(ptr = cfg;*cfg && *cfg != ' ' && *cfg != '\t'; cfg++); + if(*cfg) { + *cfg = '\0'; + cfg++; + } + if(*ptr) + floppy_setup(get_options(ptr,ints),ints); + } +} + static void mod_setup(char *pattern, void (*setup)(char *, int *)) { unsigned long i; @@ -4144,14 +4202,17 @@ { printk(KERN_INFO "inserting floppy driver for %s\n", kernel_version); - mod_setup("floppy=", floppy_setup); + if(floppy) + parse_floppy_cfg_string(floppy); + else + mod_setup("floppy=", floppy_setup); return floppy_init(); } void cleanup_module(void) { - int fdc; + int fdc, dummy; for (fdc=0; fdc<2; fdc++) if (FDCS->address != -1){ @@ -4163,7 +4224,7 @@ blk_dev[MAJOR_NR].request_fn = 0; /* eject disk, if any */ - fd_eject(0); + dummy = fd_eject(0); } #ifdef __cplusplus diff -u --recursive --new-file v1.3.91/linux/drivers/block/ide.c linux/drivers/block/ide.c --- v1.3.91/linux/drivers/block/ide.c Mon Apr 15 12:20:17 1996 +++ linux/drivers/block/ide.c Sat Apr 20 11:25:31 1996 @@ -507,14 +507,12 @@ return 0; if (drive->media != ide_disk) return 0x7fffffff; /* cdrom or tape */ - if (!IS_PROMISE_DRIVE) { - drive->select.b.lba = 0; - /* Determine capacity, and use LBA if the drive properly supports it */ - if (id != NULL && (id->capability & 2) && lba_capacity_is_ok(id)) { - if (id->lba_capacity >= capacity) { - capacity = id->lba_capacity; - drive->select.b.lba = 1; - } + drive->select.b.lba = 0; + /* Determine capacity, and use LBA if the drive properly supports it */ + if (id != NULL && (id->capability & 2) && lba_capacity_is_ok(id)) { + if (id->lba_capacity >= capacity) { + capacity = id->lba_capacity; + drive->select.b.lba = 1; } } return (capacity - drive->sect0); @@ -1248,10 +1246,22 @@ { ide_hwif_t *hwif = HWIF(drive); unsigned short io_base = hwif->io_base; +#ifdef CONFIG_BLK_DEV_PROMISE + int use_promise_io = 0; +#endif /* CONFIG_BLK_DEV_PROMISE */ OUT_BYTE(drive->ctl,IDE_CONTROL_REG); OUT_BYTE(rq->nr_sectors,io_base+IDE_NSECTOR_OFFSET); +#ifdef CONFIG_BLK_DEV_PROMISE + if (IS_PROMISE_DRIVE) { + if (hwif->is_promise2 || rq->cmd == READ) { + use_promise_io = 1; + } + } + if (drive->select.b.lba || use_promise_io) { +#else /* !CONFIG_BLK_DEV_PROMISE */ if (drive->select.b.lba) { +#endif /* CONFIG_BLK_DEV_PROMISE */ #ifdef DEBUG printk("%s: %sing: LBAsect=%ld, sectors=%ld, buffer=0x%08lx\n", drive->name, (rq->cmd==READ)?"read":"writ", @@ -1278,11 +1288,9 @@ #endif } #ifdef CONFIG_BLK_DEV_PROMISE - if (IS_PROMISE_DRIVE) { - if (hwif->is_promise2 || rq->cmd == READ) { - do_promise_io (drive, rq); - return; - } + if (use_promise_io) { + do_promise_io (drive, rq); + return; } #endif /* CONFIG_BLK_DEV_PROMISE */ if (rq->cmd == READ) { @@ -2533,8 +2541,6 @@ ide_drive_t *drive = &hwif->drives[unit]; (void) probe_for_drive (drive); if (drive->present && drive->media == ide_disk) { - if (IS_PROMISE_DRIVE) - drive->select.b.lba = 1; /* required by promise driver */ if ((!drive->head || drive->head > 16) && !drive->select.b.lba) { printk("%s: INVALID GEOMETRY: %d PHYSICAL HEADS?\n", drive->name, drive->head); diff -u --recursive --new-file v1.3.91/linux/drivers/block/promise.c linux/drivers/block/promise.c --- v1.3.91/linux/drivers/block/promise.c Sun Mar 17 09:58:23 1996 +++ linux/drivers/block/promise.c Sat Apr 20 11:28:29 1996 @@ -1,5 +1,5 @@ -/* - * linux/drivers/block/promise.c Version 0.04 Mar 15, 1996 +/* -*- linux-c -*- + * linux/drivers/block/promise.c Version 0.07 Mar 26, 1996 * * Copyright (C) 1995-1996 Linus Torvalds & authors (see below) */ @@ -26,16 +26,11 @@ * Changed initialization strategy * Version 0.05 Kernel integration. -ml * Version 0.06 Ooops. Add hwgroup to direct call of ide_intr() -ml + * Version 0.07 Added support for DC4030 variants + * Secondary interface autodetection */ - /* - * From: 'peterd@pnd-pc.demon.co.uk' - * - * Here's another version of the Promise driver for DC4030VL2 cards. - * There have been few substantive changes to the code, but it is now in - * line with the more recent ide.c changes, and is somewhat more configurable. - * * Once you've compiled it in, you'll have to also enable the interface * setup routine from the kernel command line, as in * @@ -155,12 +150,14 @@ } ide_input_data(drive,&ident,SECTOR_WORDS); if(ident.id[1] != 'P' || ident.id[0] != 'T') { - return 0; + return 0; } printk("%s: Promise caching controller, ",hwif->name); switch(ident.type) { - case 0x43: printk("DC4030VL, "); break; - default: printk("unknown - type 0x%02x - please report!, " + case 0x43: printk("DC4030VL-2, "); break; + case 0x41: printk("DC4030VL-1, "); break; + case 0x40: printk("DC4030VL, "); break; + default: printk("unknown - type 0x%02x - please report!\n" ,ident.type); return 0; } @@ -173,16 +170,23 @@ printk("on IRQ %d\n",hwif->irq); hwif->chipset = second_hwif->chipset = ide_promise; hwif->selectproc = second_hwif->selectproc = &promise_selectproc; +/* Shift the remaining interfaces down by one */ + for (i=MAX_HWIFS-1 ; i > hwif->index+1 ; i--) { + printk("Shifting i/f %d values to i/f %d\n",i-1,i); + ide_hwifs[i].io_base = ide_hwifs[i-1].io_base; + ide_hwifs[i].ctl_port = ide_hwifs[i-1].ctl_port; + ide_hwifs[i].noprobe = ide_hwifs[i-1].noprobe; + } second_hwif->is_promise2 = 1; second_hwif->io_base = hwif->io_base; second_hwif->ctl_port = hwif->ctl_port; second_hwif->irq = hwif->irq; for (i=0; i<2 ; i++) { - hwif->drives[i].io_32bit = 3; + hwif->drives[i].io_32bit = 3; second_hwif->drives[i].io_32bit = 3; if(!ident.current_tm[i+2].cyl) second_hwif->drives[i].noprobe=1; } - return 1; + return 1; } /* @@ -298,9 +302,9 @@ } /* - * do_promise_rw_disk() issues READ and WRITE commands to a - * disk on a promise controller, using LBA to address sectors. It also - * takes care of issuing special DRIVE_CMDs. + * do_promise_io() is called from do_rw_disk, having had the block number + * already set up. It issues a READ or WRITE command to the Promise + * controller, assuming LBA has been used to set up the block number. */ void do_promise_io (ide_drive_t *drive, struct request *rq) { @@ -311,27 +315,30 @@ if (rq->cmd == READ) { ide_set_handler(drive, &promise_read_intr, WAIT_CMD); OUT_BYTE(PROMISE_READ, io_base+IDE_COMMAND_OFFSET); - /* The card's behaviour is odd at this point. If the data is - available, DRQ will be true, and no interrupt will be - generated by the card. If this is the case, we need to simulate - an interrupt. Ugh! Otherwise, if an interrupt will occur, bit0 - of the SELECT register will be high, so we can just return and - be interrupted.*/ +/* The card's behaviour is odd at this point. If the data is + available, DRQ will be true, and no interrupt will be + generated by the card. If this is the case, we need to simulate + an interrupt. Ugh! Otherwise, if an interrupt will occur, bit0 + of the SELECT register will be high, so we can just return and + be interrupted.*/ timeout = jiffies + HZ/20; /* 50ms wait */ do { stat=GET_STAT(); if(stat & DRQ_STAT) { - unsigned long flags; +/* unsigned long flags; save_flags(flags); cli(); disable_irq(HWIF(drive)->irq); +*/ ide_intr(HWIF(drive)->irq,HWGROUP(drive),NULL); - enable_irq(HWIF(drive)->irq); +/* enable_irq(HWIF(drive)->irq); restore_flags(flags); +*/ return; } if(IN_BYTE(io_base+IDE_SELECT_OFFSET) & 0x01) return; + udelay(1); } while (jiffies < timeout); printk("%s: reading: No DRQ and not waiting - Odd!\n", drive->name); diff -u --recursive --new-file v1.3.91/linux/drivers/char/ChangeLog linux/drivers/char/ChangeLog --- v1.3.91/linux/drivers/char/ChangeLog Fri Apr 19 10:07:58 1996 +++ linux/drivers/char/ChangeLog Sat Apr 20 11:25:31 1996 @@ -1,7 +1,7 @@ Mon Apr 1 10:22:01 1996 * serial.c (rs_close): Cleaned up modularization changes. - Remove code which forced line discpline back to N_TTY + Remove code which forced line discipline back to N_TTY this is done in the tty upper layers, and there's no reason to do it here. (Making this change also removed the requirement that the serial module access diff -u --recursive --new-file v1.3.91/linux/drivers/char/README.cyclomY linux/drivers/char/README.cyclomY --- v1.3.91/linux/drivers/char/README.cyclomY Thu Jan 1 02:00:00 1970 +++ linux/drivers/char/README.cyclomY Sat Apr 20 21:09:55 1996 @@ -0,0 +1,23 @@ + +NOTE: Earlier versions of the driver mapped ttyS0 to minor +number 32, but this is changed in this distribution. Port ttyS0 +now maps to minor number 0.) The following patch should be +applied to /dev/MAKEDEV and the script should then be re-run +to create new entries for the ports. +--------------------------- CUT HERE ---------------------------- +--- /dev/MAKEDEV Sun Aug 20 10:51:55 1995 ++++ MAKEDEV.new Fri Apr 19 06:48:12 1996 +@@ -206,8 +206,8 @@ + major2=`Major cub` || continue + for i in 0 1 2 3 4 5 6 7 # 8 9 10 11 12 13 14 15 + do +- makedev ttyC$i c $major1 `expr 32 + $i` $tty +- makedev cub$i c $major2 `expr 32 + $i` $dialout ++ makedev ttyC$i c $major1 $i $tty ++ makedev cub$i c $major2 $i $dialout + done + ;; + par[0-2]) +--------------------------- CUT HERE ---------------------------- + + diff -u --recursive --new-file v1.3.91/linux/drivers/char/cyclades.c linux/drivers/char/cyclades.c --- v1.3.91/linux/drivers/char/cyclades.c Fri Apr 12 15:51:51 1996 +++ linux/drivers/char/cyclades.c Sat Apr 20 21:09:55 1996 @@ -1,5 +1,5 @@ static char rcsid[] = -"$Revision: 1.36.3.5 $$Date: 1996/03/07 15:20:17 $"; +"$Revision: 1.36.3.7 $$Date: 1996/04/19 21:06:18 $"; /* * linux/drivers/char/cyclades.c * @@ -24,6 +24,17 @@ * int cy_open(struct tty_struct *tty, struct file *filp); * * $Log: cyclades.c,v $ + * Revision 1.36.3.7 1996/04/19 21:06:18 bentson + * remove unneeded boot message & fix CLOCAL hardware flow + * control (Miquel van Smoorenburg ); + * remove unused diagnostic statements; minor 0 is first; + * + * Revision 1.36.3.6 1996/03/13 13:21:17 marcio + * The kernel function vremap (available only in later 1.3.xx kernels) + * allows the access to memory addresses above the RAM. This revision + * of the driver supports PCI boards below 1Mb (device id 0x100) and + * above 1Mb (device id 0x101). + * * Revision 1.36.3.5 1996/03/07 15:20:17 bentson * Some global changes to interrupt handling spilled into * this driver--mostly unused arguments in system function @@ -326,7 +337,7 @@ /* This is the per-card data structure containing address, irq, number of channels, etc. This driver supports a maximum of NR_CARDS cards. If you need to install more boards, change this constant in the definition - bellow. No other change is necessary to support more boards. */ + below. No other change is necessary to support more boards. */ #define NR_CARDS 4 @@ -335,7 +346,7 @@ /* This is the per-channel data structure containing pointers, flags and variables for the port. This driver supports a maximum of NR_PORTS. If the total number of ports is larger than NR_PORTS, change this - constant in the definition bellow. No other change is necessary to + constant in the definition below. No other change is necessary to support more boards/ports. */ #define NR_PORTS 64 @@ -361,6 +372,11 @@ static unsigned short cy_pci_nboard = 0; static unsigned short cy_isa_nboard = 0; static unsigned short cy_nboard = 0; +static unsigned short cy_pci_dev_id[] = { + PCI_DEVICE_ID_CYCLOM_Y_Lo,/* PCI below 1Mb */ + PCI_DEVICE_ID_CYCLOM_Y_Hi,/* PCI above 1Mb */ + 0 /* end of table */ + }; int cy_detect_isa(void); int cy_detect_pci(void); @@ -615,8 +631,10 @@ int save_xir, save_car; int index = 0; /* probing interrupts is only for ISA */ - if (!probe_ready) + if (!probe_ready) { + *(intr_base_addr + (Cy_ClrIntr<flags & ASYNC_CHECK_CD)){ if(mdm_status & CyDCD){ -/* CP('!'); */ cy_sched_event(info, Cy_EVENT_OPEN_WAKEUP); }else if(!((info->flags & ASYNC_CALLOUT_ACTIVE) &&(info->flags & ASYNC_CALLOUT_NOHUP))){ -/* CP('@'); */ cy_sched_event(info, Cy_EVENT_HANGUP); } } if((mdm_change & CyCTS) && (info->flags & ASYNC_CTS_FLOW)){ - if(info->tty->stopped){ + if(info->tty->hw_stopped){ if(mdm_status & CyCTS){ /* !!! cy_start isn't used because... */ - info->tty->stopped = 0; + info->tty->hw_stopped = 0; base_addr[CySRER<tty->stopped = 1; + info->tty->hw_stopped = 1; base_addr[CySRER<flags & ASYNC_INITIALIZED)){ -/* CP('$'); */ return; } @@ -1508,11 +1522,11 @@ : 0x02); /* 10ms rx timeout */ if (C_CLOCAL(info->tty)) { - base_addr[CySRER<0 modem transitions */ - base_addr[CyMCOR1<1 modem transitions */ - base_addr[CyMCOR2<0 modem transitions */ + base_addr[CyMCOR1<1 modem transitions */ + base_addr[CyMCOR2<0 modem transitions */ @@ -1820,7 +1834,6 @@ struct serial_struct tmp; struct cyclades_card *cinfo = &cy_card[info->card]; -/* CP('g'); */ if (!retinfo) return -EFAULT; memset(&tmp, 0, sizeof(tmp)); @@ -1844,7 +1857,6 @@ struct serial_struct new_serial; struct cyclades_port old_info; -/* CP('s'); */ if (!new_info) return -EFAULT; memcpy_fromfs(&new_serial,new_info,sizeof(new_serial)); @@ -1941,7 +1953,6 @@ if (arg & TIOCM_DTR){ save_flags(flags); cli(); base_addr[CyCAR<driver_data; unsigned long flags; -/* CP('C'); */ #ifdef SERIAL_DEBUG_OTHER printk("cy_close ttyC%d\n", info->line); #endif @@ -2528,7 +2535,6 @@ if (!(info->flags & ASYNC_CALLOUT_ACTIVE)){ base_addr[CyCAR<flags & ASYNC_CALLOUT_ACTIVE) && !(info->flags & ASYNC_CLOSING) && (C_CLOCAL(tty) @@ -2596,7 +2601,6 @@ struct cyclades_port *info; int retval, line; -/* CP('O'); */ line = MINOR(tty->device) - tty->driver.minor_start; if ((line < 0) || (NR_PORTS <= line)){ return -ENODEV; @@ -3026,27 +3030,33 @@ int cy_detect_pci() { +#ifdef CONFIG_PCI unsigned char cyy_bus, cyy_dev_fn, cyy_rev_id; unsigned long pci_intr_ctrl; unsigned char cy_pci_irq; unsigned int cy_pci_address, cy_pci_io; unsigned short i,j,cy_pci_nchan; + unsigned short device_id,dev_index = 0,board_index = 0; -#ifndef CONFIG_PCI - printk ("Kernel without PCI support.\n"); - return(0); -#else if(pcibios_present() == 0) { /* PCI bus not present */ return(0); } for (i = 0; i < NR_CARDS; i++) { /* look for a Cyclom-Y card by vendor and device id */ - if(pcibios_find_device (PCI_VENDOR_ID_CYCLADES, - PCI_DEVICE_ID_CYCLOMY,i, - &cyy_bus, &cyy_dev_fn) != 0) - { - break; - } + while((device_id = cy_pci_dev_id[dev_index]) != 0) { + if(pcibios_find_device(PCI_VENDOR_ID_CYCLADES, + device_id,board_index, + &cyy_bus, &cyy_dev_fn) != 0) + { + dev_index++; /* try next device id */ + board_index = 0; + } else { + board_index++; + break; /* found a board */ + } + } + if (device_id == 0) break; + /* read PCI configuration area */ pcibios_read_config_byte(cyy_bus, cyy_dev_fn, PCI_INTERRUPT_LINE, &cy_pci_irq); @@ -3057,6 +3067,10 @@ pcibios_read_config_byte(cyy_bus, cyy_dev_fn, PCI_REVISION_ID, &cyy_rev_id); cy_pci_address &= 0xfffffff0; + if ((ulong)cy_pci_address >= 0x100000) { /* above 1M? */ + cy_pci_address = + (unsigned int) vremap(cy_pci_address,0x4000); + } cy_pci_io &= 0xfffffffc; cy_pci_nchan = 4 * cy_init_card((unsigned char *) cy_pci_address,1); @@ -3115,7 +3129,9 @@ cy_next_channel += cy_pci_nchan; } return(i); -#endif /* ifndef CONFIG_PCI */ +#else + return(0); +#endif /* ifdef CONFIG_PCI */ } diff -u --recursive --new-file v1.3.91/linux/drivers/net/CONFIG linux/drivers/net/CONFIG --- v1.3.91/linux/drivers/net/CONFIG Fri Apr 19 10:07:58 1996 +++ linux/drivers/net/CONFIG Sat Apr 20 20:19:41 1996 @@ -90,5 +90,5 @@ DEPCA_OPTS = EWRK3_OPTS = DE4X5_OPTS = -DDE4X5_AUTOSENSE=AUTO -ELP_OPTS = -DELP_DEBUG=1 -DELP_NEED_HARD_RESET=0 +ELP_OPTS = TULIP_OPTS = diff -u --recursive --new-file v1.3.91/linux/drivers/net/Config.in linux/drivers/net/Config.in --- v1.3.91/linux/drivers/net/Config.in Fri Apr 19 10:07:59 1996 +++ linux/drivers/net/Config.in Sat Apr 20 11:23:09 1996 @@ -80,6 +80,7 @@ tristate 'Apricot Xen-II on board ethernet' CONFIG_APRICOT tristate 'DE425, DE434, DE435, DE500 support' CONFIG_DE4X5 tristate 'DECchip Tulip (dc21x4x) PCI support' CONFIG_DEC_ELCP + tristate 'Digi Intl. RightSwitch SE-X support' CONFIG_DGRS # bool 'LPL T100V 100Mbs support' CONFIG_LPL_T100 # bool 'PCnet32 (32 bit VLB and PCI LANCE) support' CONFIG_PCNET32 bool 'Zenith Z-Note support' CONFIG_ZNET diff -u --recursive --new-file v1.3.91/linux/drivers/net/Makefile linux/drivers/net/Makefile --- v1.3.91/linux/drivers/net/Makefile Fri Apr 19 10:07:59 1996 +++ linux/drivers/net/Makefile Sat Apr 20 11:22:02 1996 @@ -462,6 +462,14 @@ endif endif +ifeq ($(CONFIG_DGRS),y) +L_OBJS += dgrs.o +else + ifeq ($(CONFIG_DGRS),m) + M_OBJS += dgrs.o + endif +endif + include $(TOPDIR)/Rules.make clean: @@ -526,5 +534,7 @@ dlci.o: dlci.c CONFIG +dgrs.o: dgrs.c dgrs.h CONFIG + $(CC) $(CPPFLAGS) $(CFLAGS) -c $< tulip.o: tulip.c CONFIG $(CC) $(CPPFLAGS) $(CFLAGS) $(TULIP_OPTS) -c $< diff -u --recursive --new-file v1.3.91/linux/drivers/net/README.dgrs linux/drivers/net/README.dgrs --- v1.3.91/linux/drivers/net/README.dgrs Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/README.dgrs Sat Apr 20 11:22:02 1996 @@ -0,0 +1,45 @@ + The Digi Intl. RightSwitch SE-X (dgrs) Device Driver + +This is a Linux driver for the Digi International RightSwitch SE-X +EISA and PCI boards. These are 4 (EISA) or 6 (PCI) port ethernet +switches and a NIC combined into a single board. This driver can +be compiled into the kernel statically or as a loadable module. + +There is also a companion management tool, called "xrightswitch". +The management tool lets you watch the performance graphically, +as well as set the SNMP agent IP and IPX addresses, IEEE Spanning +Tree, and Aging time. These can also be set from the command line +when the driver is loaded. The command line options are: + + debug=NNN Debug printing level + dma=0/1 Disable/Enable DMA on PCI card + spantree=0/1 Disable/Enable IEEE spanning tree + hashexpire=NNN Change address aging time (default 300 seconds) + ipaddr=A,B,C,D Set SNMP agent IP address i.e. 199,86,8,221 + ipxnet=NNN Set SNMP agent IPX network number + +There is also a tool for setting up input and output packet filters +on each port, called "dgrsfilt". + +Both the management tool and the filtering tool are available +separately from the following FTP site: + + ftp://ftp.dgii.com/drivers/rightswitch/linux/ + +Copyright 1995-1996 Digi International Inc. + +This software may be used and distributed according to the terms +of the GNU General Public License, incorporated herein by reference. + +For information on purchasing a RightSwitch SE-4 or SE-6 +board, please contact Digi's sales department at 1-612-912-3444 +or 1-800-DIGIBRD. Outside the U.S., please check our Web page at: + + http://www.dgii.com + +for sales offices worldwide. Tech support is also available through +the channels listed on the Web site, although as long as I am +employed on networking products at Digi I will be happy to provide +any bug fixes that may be needed. + +-Rick Richardson, rick@dgii.com diff -u --recursive --new-file v1.3.91/linux/drivers/net/Space.c linux/drivers/net/Space.c --- v1.3.91/linux/drivers/net/Space.c Mon Apr 8 19:01:43 1996 +++ linux/drivers/net/Space.c Sat Apr 20 11:22:02 1996 @@ -71,6 +71,7 @@ extern int SK_init(struct device *); extern int seeq8005_probe(struct device *); extern int tc59x_probe(struct device *); +extern int dgrs_probe(struct device *); extern int smc_init( struct device * ); /* Detachable devices ("pocket adaptors") */ @@ -87,6 +88,9 @@ return 1; /* ENXIO */ if (1 +#ifdef CONFIG_DGRS + && dgrs_probe(dev) +#endif #if defined(CONFIG_VORTEX) && tc59x_probe(dev) #endif diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs.c linux/drivers/net/dgrs.c --- v1.3.91/linux/drivers/net/dgrs.c Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs.c Sat Apr 20 13:09:43 1996 @@ -0,0 +1,1359 @@ +/* + * Digi RightSwitch SE-X loadable device driver for Linux + * + * The RightSwitch is a 4 (EISA) or 6 (PCI) port etherswitch and + * a NIC on an internal board. + * + * Author: Rick Richardson, rick@dgii.com, rick_richardson@dgii.com + * Derived from the SVR4.2 (UnixWare) driver for the same card. + * + * Copyright 1995-1996 Digi International Inc. + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + * + * For information on purchasing a RightSwitch SE-4 or SE-6 + * board, please contact Digi's sales department at 1-612-912-3444 + * or 1-800-DIGIBRD. Outside the U.S., please check our Web page + * at http://www.dgii.com for sales offices worldwide. + * + */ + +static char *version = "$Id: dgrs.c,v 1.8 1996/04/18 03:11:14 rick Exp $"; + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include + +/* + * DGRS include files + */ +typedef unsigned char uchar; +typedef unsigned int bool; +#define vol volatile + +#include "dgrs.h" +#include "dgrs_es4h.h" +#include "dgrs_plx9060.h" +#include "dgrs_i82596.h" +#include "dgrs_ether.h" +#include "dgrs_asstruct.h" +#include "dgrs_bcomm.h" + +/* + * Firmware. Compiled separately for local compilation, + * but #included for Linux distribution. + */ +#ifndef NOFW + #include "dgrs_firmware.c" +#else + extern int dgrs_firmnum; + extern char dgrs_firmver[]; + extern char dgrs_firmdate[]; + extern uchar dgrs_code[]; + extern int dgrs_ncode; +#endif + +/* + * Linux out*() is backwards from all other operating systems + */ +#define OUTB(ADDR, VAL) outb(VAL, ADDR) +#define OUTW(ADDR, VAL) outw(VAL, ADDR) +#define OUTL(ADDR, VAL) outl(VAL, ADDR) + +/* + * Macros to convert switch to host and host to switch addresses + * (assumes a local variable priv points to board dependent struct) + */ +#define S2H(A) ( ((unsigned long)(A)&0x00ffffff) + priv->vmem ) +#define H2S(A) ( ((char *) (A) - priv->vmem) + 0xA3000000 ) + +/* + * Convert a switch address to a "safe" address for use with the + * PLX 9060 DMA registers and the associated HW kludge that allows + * for host access of the DMA registers. + */ +#define S2DMA(A) ( (unsigned long)(A) & 0x00ffffff) + +/* + * "Space.c" variables, now settable from module interface + * Use the name below, minus the "dgrs_" prefix. See init_module(). + */ +int dgrs_debug = 1; +int dgrs_dma = 1; +int dgrs_spantree = -1; +int dgrs_hashexpire = -1; +uchar dgrs_ipaddr[4] = { 0xff, 0xff, 0xff, 0xff}; +long dgrs_ipxnet = -1; + +/* + * Chain of device structures + */ +#ifdef MODULE + static struct device *dgrs_root_dev = NULL; +#endif + +/* + * Private per-board data structure (dev->priv) + */ +typedef struct +{ + /* + * Stuff for generic ethercard I/F + */ + char devname[8]; /* "ethN" string */ + struct device *next_dev; + struct enet_statistics stats; + + /* + * DGRS specific data + */ + char *vmem; + + struct bios_comm *bcomm; /* Firmware BIOS comm structure */ + PORT *port; /* Ptr to PORT[0] struct in VM */ + I596_SCB *scbp; /* Ptr to SCB struct in VM */ + I596_RFD *rfdp; /* Current RFD list */ + I596_RBD *rbdp; /* Current RBD list */ + + int intrcnt; /* Count of interrupts */ + + /* + * SE-4 (EISA) board variables + */ + uchar is_reg; /* EISA: Value for ES4H_IS reg */ + + /* + * SE-6 (PCI) board variables + * + * The PLX "expansion rom" space is used for DMA register + * access from the host on the SE-6. These are the physical + * and virtual addresses of that space. + */ + ulong plxreg; /* Phys address of PLX chip */ + char *vplxreg; /* Virtual address of PLX chip */ + ulong plxdma; /* Phys addr of PLX "expansion rom" */ + ulong volatile *vplxdma; /* Virtual addr of "expansion rom" */ + int use_dma; /* Flag: use DMA */ + DMACHAIN *dmadesc_s; /* area for DMA chains (SW addr.) */ + DMACHAIN *dmadesc_h; /* area for DMA chains (Host Virtual) */ + +} DGRS_PRIV; + + +/* + * reset or un-reset the IDT processor + */ +static void +proc_reset(struct device *dev, int reset) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + if (priv->plxreg) + { + ulong val; + val = inl(dev->base_addr + PLX_MISC_CSR); + if (reset) + val |= SE6_RESET; + else + val &= ~SE6_RESET; + OUTL(dev->base_addr + PLX_MISC_CSR, val); + } + else + { + OUTB(dev->base_addr + ES4H_PC, reset ? ES4H_PC_RESET : 0); + } +} + +/* + * See if the board supports bus master DMA + */ +static int +check_board_dma(struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + ulong x; + + /* + * If Space.c says not to use DMA, or if its not a PLX based + * PCI board, or if the expansion ROM space is not PCI + * configured, then return false. + */ + if (!dgrs_dma || !priv->plxreg || !priv->plxdma) + return (0); + + /* + * Set the local address remap register of the "expansion rom" + * area to 0x80000000 so that we can use it to access the DMA + * registers from the host side. + */ + OUTL(dev->base_addr + PLX_ROM_BASE_ADDR, 0x80000000); + + /* + * Set the PCI region descriptor to: + * Space 0: + * disable read-prefetch + * enable READY + * enable BURST + * 0 internal wait states + * Expansion ROM: (used for host DMA register access) + * disable read-prefetch + * enable READY + * disable BURST + * 0 internal wait states + */ + OUTL(dev->base_addr + PLX_BUS_REGION, 0x49430343); + + /* + * Now map the DMA registers into our virtual space + */ + priv->vplxdma = (ulong *) vremap (priv->plxdma, 256); + if (!priv->vplxdma) + { + printk("%s: can't vremap() the DMA regs", dev->name); + return (0); + } + + /* + * Now test to see if we can access the DMA registers + * If we write -1 and get back 1FFF, then we accessed the + * DMA register. Otherwise, we probably have an old board + * and wrote into regular RAM. + */ + priv->vplxdma[PLX_DMA0_MODE/4] = 0xFFFFFFFF; + x = priv->vplxdma[PLX_DMA0_MODE/4]; + if (x != 0x00001FFF) + return (0); + + return (1); +} + +/* + * Initiate DMA using PLX part on PCI board. Spin the + * processor until completed. All addresses are physical! + * + * If pciaddr is NULL, then its a chaining DMA, and lcladdr is + * the address of the first DMA descriptor in the chain. + * + * If pciaddr is not NULL, then its a single DMA. + * + * In either case, "lcladdr" must have been fixed up to make + * sure the MSB isn't set using the S2DMA macro before passing + * the address to this routine. + */ +static int +do_plx_dma( + struct device *dev, + ulong pciaddr, + ulong lcladdr, + int len, + int to_host +) +{ + int i; + ulong csr; + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + if (pciaddr) + { + /* + * Do a single, non-chain DMA + */ + priv->vplxdma[PLX_DMA0_PCI_ADDR/4] = pciaddr; + priv->vplxdma[PLX_DMA0_LCL_ADDR/4] = lcladdr; + priv->vplxdma[PLX_DMA0_SIZE/4] = len; + priv->vplxdma[PLX_DMA0_DESCRIPTOR/4] = to_host + ? PLX_DMA_DESC_TO_HOST + : PLX_DMA_DESC_TO_BOARD; + priv->vplxdma[PLX_DMA0_MODE/4] = + PLX_DMA_MODE_WIDTH32 + | PLX_DMA_MODE_WAITSTATES(0) + | PLX_DMA_MODE_READY + | PLX_DMA_MODE_NOBTERM + | PLX_DMA_MODE_BURST + | PLX_DMA_MODE_NOCHAIN; + } + else + { + /* + * Do a chaining DMA + */ + priv->vplxdma[PLX_DMA0_MODE/4] = + PLX_DMA_MODE_WIDTH32 + | PLX_DMA_MODE_WAITSTATES(0) + | PLX_DMA_MODE_READY + | PLX_DMA_MODE_NOBTERM + | PLX_DMA_MODE_BURST + | PLX_DMA_MODE_CHAIN; + priv->vplxdma[PLX_DMA0_DESCRIPTOR/4] = lcladdr; + } + + priv->vplxdma[PLX_DMA_CSR/4] = + PLX_DMA_CSR_0_ENABLE | PLX_DMA_CSR_0_START; + + /* + * Wait for DMA to complete + */ + for (i = 0; i < 1000000; ++i) + { + /* + * Spin the host CPU for 1 usec, so we don't thrash + * the PCI bus while the PLX 9060 is doing DMA. + */ + udelay(1); + + csr = (volatile) priv->vplxdma[PLX_DMA_CSR/4]; + + if (csr & PLX_DMA_CSR_0_DONE) + break; + } + + if ( ! (csr & PLX_DMA_CSR_0_DONE) ) + { + printk("%s: DMA done never occurred. DMA disabled.", dev->name); + priv->use_dma = 0; + return 1; + } + return 0; +} + +/* + * Process a received frame + */ +void +dgrs_rcv_frame( + struct device *dev, + DGRS_PRIV *priv, + I596_CB *cbp +) +{ + int len; + I596_TBD *tbdp; + struct sk_buff *skb; + uchar *putp; + uchar *p; + + if (0) printk("%s: rcv len=%ld", dev->name, cbp->xmit.count); + + /* + * Allocate a message block big enough to hold the whole frame + */ + len = cbp->xmit.count; + if ((skb = dev_alloc_skb(len+5)) == NULL) + { + printk("%s: dev_alloc_skb failed for rcv buffer", dev->name); + ++priv->stats.rx_dropped; + /* discarding the frame */ + goto out; + } + skb->dev = dev; + skb_reserve(skb, 2); /* Align IP header */ + +again: + putp = p = skb_put(skb, len); + + /* + * There are three modes here for doing the packet copy. + * If we have DMA, and the packet is "long", we use the + * chaining mode of DMA. If its shorter, we use single + * DMA's. Otherwise, we use memcpy(). + */ + if (priv->use_dma && priv->dmadesc_h && len > 64) + { + /* + * If we can use DMA and its a long frame, copy it using + * DMA chaining. + */ + DMACHAIN *ddp_h; /* Host virtual DMA desc. pointer */ + DMACHAIN *ddp_s; /* Switch physical DMA desc. pointer */ + uchar *phys_p; + + /* + * Get the physical address of the STREAMS buffer. + * NOTE: allocb() guarantees that the whole buffer + * is in a single page if the length < 4096. + */ + phys_p = (uchar *) virt_to_phys(putp); + + ddp_h = priv->dmadesc_h; + ddp_s = priv->dmadesc_s; + tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); + for (;;) + { + int count; + int amt; + + count = tbdp->count; + amt = count & 0x3fff; + if (amt == 0) + break; /* For safety */ + if ( (p-putp) >= len) + { + printk("%s: cbp = %x", dev->name, H2S(cbp)); + proc_reset(dev, 1); /* Freeze IDT */ + break; /* For Safety */ + } + + ddp_h->pciaddr = (ulong) phys_p; + ddp_h->lcladdr = S2DMA(tbdp->buf); + ddp_h->len = amt; + + phys_p += amt; + p += amt; + + if (count & I596_TBD_EOF) + { + ddp_h->next = PLX_DMA_DESC_TO_HOST + | PLX_DMA_DESC_EOC; + ++ddp_h; + break; + } + else + { + ++ddp_s; + ddp_h->next = PLX_DMA_DESC_TO_HOST + | (ulong) ddp_s; + tbdp = (I596_TBD *) S2H(tbdp->next); + ++ddp_h; + } + } + if (ddp_h - priv->dmadesc_h) + { + int rc; + + rc = do_plx_dma(dev, + 0, (ulong) priv->dmadesc_s, len, 0); + if (rc) + { + printk("%s: Chained DMA failure\n", dev->name); + goto again; + } + } + } + else if (priv->use_dma) + { + /* + * If we can use DMA and its a shorter frame, copy it + * using single DMA transfers. + */ + uchar *phys_p; + + /* + * Get the physical address of the STREAMS buffer. + * NOTE: allocb() guarantees that the whole buffer + * is in a single page if the length < 4096. + */ + phys_p = (uchar *) virt_to_phys(putp); + + tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); + for (;;) + { + int count; + int amt; + int rc; + + count = tbdp->count; + amt = count & 0x3fff; + if (amt == 0) + break; /* For safety */ + if ( (p-putp) >= len) + { + printk("%s: cbp = %x", dev->name, H2S(cbp)); + proc_reset(dev, 1); /* Freeze IDT */ + break; /* For Safety */ + } + rc = do_plx_dma(dev, (ulong) phys_p, + S2DMA(tbdp->buf), amt, 1); + if (rc) + { + memcpy(p, S2H(tbdp->buf), amt); + printk("%s: Single DMA failed\n", dev->name); + } + phys_p += amt; + p += amt; + if (count & I596_TBD_EOF) + break; + tbdp = (I596_TBD *) S2H(tbdp->next); + } + } + else + { + /* + * Otherwise, copy it piece by piece using memcpy() + */ + tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); + for (;;) + { + int count; + int amt; + + count = tbdp->count; + amt = count & 0x3fff; + if (amt == 0) + break; /* For safety */ + if ( (p-putp) >= len) + { + printk("%s: cbp = %x", dev->name, H2S(cbp)); + proc_reset(dev, 1); /* Freeze IDT */ + break; /* For Safety */ + } + memcpy(p, S2H(tbdp->buf), amt); + p += amt; + if (count & I596_TBD_EOF) + break; + tbdp = (I596_TBD *) S2H(tbdp->next); + } + } + + /* + * Pass the frame to upper half + */ + skb->protocol = eth_type_trans(skb, dev); + netif_rx(skb); + ++priv->stats.rx_packets; + +out: + cbp->xmit.status = I596_CB_STATUS_C | I596_CB_STATUS_OK; +} + +/* + * Start transmission of a frame + * + * The interface to the board is simple: we pretend that we are + * a fifth 82596 ethernet controller 'receiving' data, and copy the + * data into the same structures that a real 82596 would. This way, + * the board firmware handles the host 'port' the same as any other. + * + * NOTE: we do not use Bus master DMA for this routine. Turns out + * that it is not needed. Slave writes over the PCI bus are about + * as fast as DMA, due to the fact that the PLX part can do burst + * writes. The same is not true for data being read from the board. + */ +static int +dgrs_start_xmit(struct sk_buff *skb, struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + I596_RBD *rbdp; + int count; + int i, len, amt; +# define mymin(A,B) ( (A) < (B) ? (A) : (B) ) + + if (dgrs_debug > 1) printk("%s: xmit len=%ld\n", dev->name, skb->len); + + dev->trans_start = jiffies; + dev->tbusy = 0; + + if (priv->rfdp->cmd & I596_RFD_EL) + { /* Out of RFD's */ + if (0) printk("%s: NO RFD's", dev->name); + goto no_resources; + } + + rbdp = priv->rbdp; + count = 0; + priv->rfdp->rbdp = (I596_RBD *) H2S(rbdp); + + i = 0; len = skb->len; + for (;;) + { + if (rbdp->size & I596_RBD_EL) + { /* Out of RBD's */ + if (0) printk("%s: NO RBD's", dev->name); + goto no_resources; + } + + amt = mymin(len, rbdp->size - count); + memcpy( (char *) S2H(rbdp->buf) + count, skb->data + i, amt); + i += amt; + count += amt; + len -= amt; + if (len == 0) + { + if (skb->len < 60) + rbdp->count = 60 | I596_RBD_EOF; + else + rbdp->count = count | I596_RBD_EOF; + rbdp = (I596_RBD *) S2H(rbdp->next); + goto frame_done; + } + else if (count < 32) + { + /* More data to come, but we used less than 32 + * bytes of this RBD. Keep filling this RBD. + */ + {} /* Yes, we do nothing here */ + } + else + { + rbdp->count = count; + rbdp = (I596_RBD *) S2H(rbdp->next); + count = 0; + } + } + +frame_done: + priv->rbdp = rbdp; + priv->rfdp->status = I596_RFD_C | I596_RFD_OK; + priv->rfdp = (I596_RFD *) S2H(priv->rfdp->next); + + ++priv->stats.tx_packets; + + dev_kfree_skb (skb, FREE_WRITE); + return (0); + +no_resources: + priv->scbp->status |= I596_SCB_RNR; /* simulate I82596 */ + return (-EAGAIN); +} + +/* + * Open the interface + */ +static int +dgrs_open( struct device *dev ) +{ + dev->tbusy = 0; + dev->interrupt = 0; + dev->start = 1; + + #ifdef MODULE + MOD_INC_USE_COUNT; + #endif + + return (0); +} + +/* + * Close the interface + */ +static int +dgrs_close( struct device *dev ) +{ + dev->start = 0; + dev->tbusy = 1; + + #ifdef MODULE + MOD_DEC_USE_COUNT; + #endif + + return (0); +} + +/* + * Get statistics + */ +static struct enet_statistics * +dgrs_get_stats( struct device *dev ) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + return (&priv->stats); +} + +/* + * Set multicast list and/or promiscuous mode + */ +static void +dgrs_set_multicast_list( struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + priv->port->is_promisc = (dev->flags & IFF_PROMISC) ? 1 : 0; +} + +/* + * Unique ioctl's + */ +static int +dgrs_ioctl(struct device *dev, struct ifreq *ifr, int cmd) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + DGRS_IOCTL ioc; + int i, rc; + + rc = verify_area(VERIFY_WRITE, ifr->ifr_data, sizeof(DGRS_IOCTL)); + if (rc) return (rc); + if (cmd != DGRSIOCTL) return -EINVAL; + + memcpy_fromfs(&ioc, ifr->ifr_data, sizeof(DGRS_IOCTL)); + + switch (ioc.cmd) + { + case DGRS_GETMEM: + if (ioc.len != sizeof(ulong)) + return -EINVAL; + rc = verify_area(VERIFY_WRITE, (void *) ioc.data, ioc.len); + if (rc) return (rc); + memcpy_tofs(ioc.data, &dev->mem_start, ioc.len); + return (0); + case DGRS_SETFILTER: + rc = verify_area(VERIFY_READ, (void *) ioc.data, ioc.len); + if (rc) return (rc); + if (ioc.port > priv->bcomm->bc_nports) + return -EINVAL; + if (ioc.filter >= NFILTERS) + return -EINVAL; + if (ioc.len > priv->bcomm->bc_filter_area_len) + return -EINVAL; + + /* Wait for old command to finish */ + for (i = 0; i < 1000; ++i) + { + if ( (volatile) priv->bcomm->bc_filter_cmd <= 0 ) + break; + udelay(1); + } + if (i >= 1000) + return -EIO; + + priv->bcomm->bc_filter_port = ioc.port; + priv->bcomm->bc_filter_num = ioc.filter; + priv->bcomm->bc_filter_len = ioc.len; + + if (ioc.len) + { + memcpy_fromfs(S2H(priv->bcomm->bc_filter_area), + ioc.data, ioc.len); + priv->bcomm->bc_filter_cmd = BC_FILTER_SET; + } + else + priv->bcomm->bc_filter_cmd = BC_FILTER_CLR; + return(0); + default: + return -EOPNOTSUPP; + } +} + +/* + * Process interrupts + */ +static void +dgrs_intr(int irq, void *dev_id, struct pt_regs *regs) +{ + struct device *dev = (struct device *) dev_id; + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + I596_CB *cbp; + int cmd; + + ++priv->intrcnt; + if (1) ++priv->bcomm->bc_cnt[4]; + if (0) printk("%s: interrupt: irq %d", dev->name, irq); + + /* + * Get 596 command + */ + cmd = priv->scbp->cmd; + + /* + * See if RU has been restarted + */ + if ( (cmd & I596_SCB_RUC) == I596_SCB_RUC_START) + { + if (0) printk("%s: RUC start", dev->name); + priv->rfdp = (I596_RFD *) S2H(priv->scbp->rfdp); + priv->rbdp = (I596_RBD *) S2H(priv->rfdp->rbdp); + dev->tbusy = 0; /* tell upper half */ + priv->scbp->status &= ~(I596_SCB_RNR|I596_SCB_RUS); + /* if (bd->flags & TX_QUEUED) + DL_sched(bd, bdd); */ + } + + /* + * See if any CU commands to process + */ + if ( (cmd & I596_SCB_CUC) != I596_SCB_CUC_START) + { + priv->scbp->cmd = 0; /* Ignore all other commands */ + goto ack_intr; + } + priv->scbp->status &= ~(I596_SCB_CNA|I596_SCB_CUS); + + /* + * Process a command + */ + cbp = (I596_CB *) S2H(priv->scbp->cbp); + priv->scbp->cmd = 0; /* Safe to clear the command */ + for (;;) + { + switch (cbp->nop.cmd & I596_CB_CMD) + { + case I596_CB_CMD_XMIT: + dgrs_rcv_frame(dev, priv, cbp); + break; + default: + cbp->nop.status = I596_CB_STATUS_C | I596_CB_STATUS_OK; + break; + } + if (cbp->nop.cmd & I596_CB_CMD_EL) + break; + cbp = (I596_CB *) S2H(cbp->nop.next); + } + priv->scbp->status |= I596_SCB_CNA; + + /* + * Ack the interrupt + */ +ack_intr: + if (priv->plxreg) + OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1); +} + +/* + * Download the board firmware + */ +static int +dgrs_download(struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + int is; + int i; + + static int iv2is[16] = { + 0, 0, 0, ES4H_IS_INT3, + 0, ES4H_IS_INT5, 0, ES4H_IS_INT7, + 0, 0, ES4H_IS_INT10, ES4H_IS_INT11, + ES4H_IS_INT12, 0, 0, ES4H_IS_INT15 }; + + /* + * Map in the dual port memory + */ + priv->vmem = vremap(dev->mem_start, 2048*1024); + if (!priv->vmem) + { + printk("%s: cannot map in board memory\n", dev->name); + return -ENXIO; + } + + /* + * Hold the processor and configure the board addresses + */ + if (priv->plxreg) + { /* PCI bus */ + proc_reset(dev, 1); + } + else + { /* EISA bus */ + is = iv2is[dev->irq & 0x0f]; + if (!is) + { + printk("%s: Illegal IRQ %d\n", dev->name, dev->irq); + return -ENXIO; + } + OUTB(dev->base_addr + ES4H_AS_31_24, + (uchar) (dev->mem_start >> 24) ); + OUTB(dev->base_addr + ES4H_AS_23_16, + (uchar) (dev->mem_start >> 16) ); + priv->is_reg = ES4H_IS_LINEAR | is | + ((uchar) (dev->mem_start >> 8) & ES4H_IS_AS15); + OUTB(dev->base_addr + ES4H_IS, priv->is_reg); + OUTB(dev->base_addr + ES4H_EC, ES4H_EC_ENABLE); + OUTB(dev->base_addr + ES4H_PC, ES4H_PC_RESET); + OUTB(dev->base_addr + ES4H_MW, ES4H_MW_ENABLE | 0x00); + } + + /* + * See if we can do DMA on the SE-6 + */ + priv->use_dma = check_board_dma(dev); + if (priv->use_dma) + printk("%s: Bus Master DMA is enabled.\n", dev->name); + + /* + * Load and verify the code at the desired address + */ + memcpy(priv->vmem, dgrs_code, dgrs_ncode); /* Load code */ + if (memcmp(priv->vmem, dgrs_code, dgrs_ncode)) + { + vfree(priv->vmem); + priv->vmem = NULL; + printk("%s: download compare failed\n", dev->name); + return -ENXIO; + } + + /* + * Configurables + */ + priv->bcomm = (struct bios_comm *) (priv->vmem + 0x0100); + priv->bcomm->bc_nowait = 1; /* Tell board to make printf not wait */ + priv->bcomm->bc_host = 1; /* Tell board there is a host port */ + priv->bcomm->bc_squelch = 0; /* Flag from Space.c */ + priv->bcomm->bc_150ohm = 0; /* Flag from Space.c */ + + priv->bcomm->bc_spew = 0; /* Debug flag from Space.c */ + priv->bcomm->bc_maxrfd = 0; /* Debug flag from Space.c */ + priv->bcomm->bc_maxrbd = 0; /* Debug flag from Space.c */ + + /* + * Request memory space on board for DMA chains + */ + if (priv->use_dma) + priv->bcomm->bc_hostarea_len = (2048/64) * 16; + + /* + * NVRAM configurables from Space.c + */ + priv->bcomm->bc_spantree = dgrs_spantree; + priv->bcomm->bc_hashexpire = dgrs_hashexpire; + memcpy(priv->bcomm->bc_ipaddr, dgrs_ipaddr, 4); + memcpy(priv->bcomm->bc_ipxnet, &dgrs_ipxnet, 4); + + /* + * Release processor, wait 5 seconds for board to initialize + */ + proc_reset(dev, 0); + + for (i = jiffies + 5 * HZ; i > jiffies; ) + { + if (priv->bcomm->bc_status >= BC_RUN) + break; + } + + if (priv->bcomm->bc_status < BC_RUN) + { + printk("%s: board not operating", dev->name); + return -ENXIO; + } + + priv->port = (PORT *) S2H(priv->bcomm->bc_port); + priv->scbp = (I596_SCB *) S2H(priv->port->scbp); + #if 0 /* These two methods are identical, but the 2nd is better */ + priv->rfdp = (I596_RFD *) S2H(priv->port->rfd_head); + priv->rbdp = (I596_RBD *) S2H(priv->port->rbd_head); + #else + priv->rfdp = (I596_RFD *) S2H(priv->scbp->rfdp); + priv->rbdp = (I596_RBD *) S2H(priv->rfdp->rbdp); + #endif + + priv->scbp->status = I596_SCB_CNA; /* CU is idle */ + + /* + * Get switch physical and host virtual pointers to DMA + * chaining area. NOTE: the MSB of the switch physical + * address *must* be turned off. Otherwise, the HW kludge + * that allows host access of the PLX DMA registers will + * erroneously select the PLX registers. + */ + priv->dmadesc_s = (DMACHAIN *) S2DMA(priv->bcomm->bc_hostarea); + if (priv->dmadesc_s) + priv->dmadesc_h = (DMACHAIN *) S2H(priv->dmadesc_s); + else + priv->dmadesc_h = NULL; + + /* + * Enable board interrupts + */ + if (priv->plxreg) + { /* PCI bus */ + OUTL(dev->base_addr + PLX_INT_CSR, + inl(dev->base_addr + PLX_INT_CSR) + | PLX_PCI_DOORBELL_IE); /* Enable intr to host */ + OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1); + } + else + { /* EISA bus */ + } + + return (0); +} + +/* + * Probe (init) a board + */ +int +dgrs_probe1(struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + int i; + int rc; + + printk("%s: Digi RightSwitch at io=%lx mem=%lx irq=%d plx=%lx dma=%lx ", + dev->name, dev->base_addr, dev->mem_start, dev->irq, + priv->plxreg, priv->plxdma); + + /* + * Download the firmware and light the processor + */ + rc = dgrs_download(dev); + if (rc) + { + printk("\n"); + return rc; + } + + /* + * Get ether address of board + */ + memcpy(dev->dev_addr, priv->port->ethaddr, 6); + for (i = 0; i < 6; ++i) + printk("%c%2.2x", i ? ':' : ' ', dev->dev_addr[i]); + printk("\n"); + + if (dev->dev_addr[0] & 1) + { + printk("%s: Illegal Ethernet Address", dev->name); + return (-ENXIO); + } + + /* + * ACK outstanding interrupts, hook the interrupt, + * and verify that we are getting interrupts from the board. + */ + if (priv->plxreg) + OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1); + rc = request_irq(dev->irq, &dgrs_intr, 0, "RightSwitch", dev); + if (rc) + return (rc); + + priv->intrcnt = 0; + for (i = jiffies + 2*HZ + HZ/2; i > jiffies; ) + if (priv->intrcnt >= 2) + break; + if (priv->intrcnt < 2) + { + printk("%s: Not interrupting on IRQ %d (%d)", + dev->name, dev->irq, priv->intrcnt); + return (-ENXIO); + } + + /* + * Register the /proc/ioports information... + */ + request_region(dev->base_addr, 256, "RightSwitch"); + + /* + * Entry points... + */ + dev->open = &dgrs_open; + dev->stop = &dgrs_close; + dev->get_stats = &dgrs_get_stats; + dev->hard_start_xmit = &dgrs_start_xmit; + dev->set_multicast_list = &dgrs_set_multicast_list; + dev->do_ioctl = &dgrs_ioctl; + + return (0); +} + +static int +dgrs_found_device( + struct device *dev, + int io, + ulong mem, + int irq, + ulong plxreg, + ulong plxdma +) +{ + DGRS_PRIV *priv; + + #ifdef MODULE + { + /* Allocate and fill new device structure. */ + int dev_size = sizeof(struct device) + sizeof(DGRS_PRIV); + + dev = (struct device *) kmalloc(dev_size, GFP_KERNEL); + memset(dev, 0, dev_size); + dev->priv = ((void *)dev) + sizeof(struct device); + priv = (DGRS_PRIV *)dev->priv; + + dev->name = priv->devname; /* An empty string. */ + dev->base_addr = io; + dev->mem_start = mem; + dev->mem_end = mem + 2048 * 1024 - 1; + dev->irq = irq; + priv->plxreg = plxreg; + priv->plxdma = plxdma; + priv->vplxdma = NULL; + + dev->init = dgrs_probe1; + + ether_setup(dev); + priv->next_dev = dgrs_root_dev; + dgrs_root_dev = dev; + if (register_netdev(dev) != 0) + return -EIO; + } + #else + { + if (dev) + { + dev->priv = kmalloc(sizeof (DGRS_PRIV), GFP_KERNEL); + memset(dev->priv, 0, sizeof (DGRS_PRIV)); + } + dev = init_etherdev(dev, sizeof(DGRS_PRIV)); + priv = (DGRS_PRIV *)dev->priv; + + dev->base_addr = io; + dev->mem_start = mem; + dev->mem_end = mem + 2048 * 1024; + dev->irq = irq; + priv->plxreg = plxreg; + priv->plxdma = plxdma; + priv->vplxdma = NULL; + + dgrs_probe1(dev); + } + #endif + + return (0); +} + +/* + * Scan for all boards + */ +static int +dgrs_scan(struct device *dev) +{ + int cards_found = 0; + uint io; + uint mem; + uint irq; + uint plxreg; + uint plxdma; + + /* + * First, check for PCI boards + */ + if (pcibios_present()) + { + int pci_index = 0; + + for (; pci_index < 8; pci_index++) + { + uchar pci_bus, pci_device_fn; + uchar pci_irq; + uchar pci_latency; + ushort pci_command; + + if (pcibios_find_device(SE6_PCI_VENDOR_ID, + SE6_PCI_DEVICE_ID, + pci_index, &pci_bus, + &pci_device_fn)) + break; + + pcibios_read_config_byte(pci_bus, pci_device_fn, + PCI_INTERRUPT_LINE, &pci_irq); + pcibios_read_config_dword(pci_bus, pci_device_fn, + PCI_BASE_ADDRESS_0, &plxreg); + pcibios_read_config_dword(pci_bus, pci_device_fn, + PCI_BASE_ADDRESS_1, &io); + pcibios_read_config_dword(pci_bus, pci_device_fn, + PCI_BASE_ADDRESS_2, &mem); + pcibios_read_config_dword(pci_bus, pci_device_fn, + 0x30, &plxdma); + irq = pci_irq; + plxreg &= ~15; + io &= ~3; + mem &= ~15; + plxdma &= ~15; + + /* + * On some BIOSES, the PLX "expansion rom" (used for DMA) + * address comes up as "0". This is probably because + * the BIOS doesn't see a valid 55 AA ROM signature at + * the "ROM" start and zeroes the address. To get + * around this problem the SE-6 is configured to ask + * for 4 MB of space for the dual port memory. We then + * must set its range back to 2 MB, and use the upper + * half for DMA register access + */ + OUTL(io + PLX_SPACE0_RANGE, 0xFFE00000L); + if (plxdma == 0) + plxdma = mem + (2048L * 1024L); + pcibios_write_config_dword(pci_bus, pci_device_fn, + 0x30, plxdma + 1); + pcibios_read_config_dword(pci_bus, pci_device_fn, + 0x30, &plxdma); + plxdma &= ~15; + + /* + * Get and check the bus-master and latency values. + * Some PCI BIOSes fail to set the master-enable bit, + * and the latency timer must be set to the maximum + * value to avoid data corruption that occurs when the + * timer expires during a transfer. Yes, it's a bug. + */ + pcibios_read_config_word(pci_bus, pci_device_fn, + PCI_COMMAND, &pci_command); + if ( ! (pci_command & PCI_COMMAND_MASTER)) + { + printk(" Setting the PCI Master Bit!\n"); + pci_command |= PCI_COMMAND_MASTER; + pcibios_write_config_word(pci_bus, + pci_device_fn, + PCI_COMMAND, pci_command); + } + pcibios_read_config_byte(pci_bus, pci_device_fn, + PCI_LATENCY_TIMER, &pci_latency); + if (pci_latency != 255) + { + printk(" Overriding PCI latency timer: " + "was %d, now is 255.\n", pci_latency); + pcibios_write_config_byte(pci_bus, + pci_device_fn, + PCI_LATENCY_TIMER, 255); + } + + dgrs_found_device(dev, io, mem, irq, plxreg, plxdma); + + dev = 0; + cards_found++; + } + } + + /* + * Second, check for EISA boards + */ + if (EISA_bus) + { + static int is2iv[8] = { 0, 3, 5, 7, 10, 11, 12, 15 }; + + for (io = 0x1000; io < 0x9000; io += 0x1000) + { + if (inb(io+ES4H_MANUFmsb) != 0x10 + || inb(io+ES4H_MANUFlsb) != 0x49 + || inb(io+ES4H_PRODUCT) != ES4H_PRODUCT_CODE) + continue; + + if ( ! (inb(io+ES4H_EC) & ES4H_EC_ENABLE) ) + continue; /* Not EISA configured */ + + mem = (inb(io+ES4H_AS_31_24) << 24) + + (inb(io+ES4H_AS_23_16) << 16); + + irq = is2iv[ inb(io+ES4H_IS) & ES4H_IS_INTMASK ]; + + dgrs_found_device(dev, io, mem, irq, 0L, 0L); + + dev = 0; + ++cards_found; + } + } + + return cards_found; +} + +/* + * Module/driver initialization points. Two ways, depending on + * whether we are a module or statically linked, ala Don Becker's + * 3c59x driver. + */ + +#ifdef MODULE + +/* + * Variables that can be overriden from command line + */ +static int debug = -1; +static int dma = -1; +static int hashexpire = -1; +static int spantree = -1; +static int ipaddr[4] = { -1 }; +static long ipxnet = -1; + +int +init_module(void) +{ + int cards_found; + + /* + * Command line variable overrides + * debug=NNN + * dma=0/1 + * spantree=0/1 + * hashexpire=NNN + * ipaddr=A,B,C,D + * ipxnet=NNN + */ + if (debug >= 0) + dgrs_debug = debug; + if (dma >= 0) + dgrs_dma = dma; + if (hashexpire >= 0) + dgrs_hashexpire = hashexpire; + if (spantree >= 0) + dgrs_spantree = spantree; + if (ipaddr[0] != -1) + { + int i; + + for (i = 0; i < 4; ++i) + dgrs_ipaddr[i] = ipaddr[i]; + } + if (ipxnet != -1) + dgrs_ipxnet = htonl( ipxnet ); + + if (dgrs_debug) + { + printk("dgrs: SW=%s FW=Build %d %s\n", + version, dgrs_firmnum, dgrs_firmdate); + } + + /* + * Find and configure all the cards + */ + dgrs_root_dev = NULL; + cards_found = dgrs_scan(0); + + return cards_found ? 0 : -ENODEV; +} + +void +cleanup_module(void) +{ + while (dgrs_root_dev) + { + struct device *next_dev; + DGRS_PRIV *priv; + + priv = (DGRS_PRIV *) dgrs_root_dev->priv; + next_dev = priv->next_dev; + unregister_netdev(dgrs_root_dev); + + proc_reset(dgrs_root_dev, 1); + + if (priv->vmem) + vfree(priv->vmem); + if (priv->vplxdma) + vfree((uchar *) priv->vplxdma); + + release_region(dgrs_root_dev->base_addr, 256); + + free_irq(dgrs_root_dev->irq, dgrs_root_dev); + + kfree(dgrs_root_dev); + dgrs_root_dev = next_dev; + } +} + +#else + +int +dgrs_probe(struct device *dev) +{ + int cards_found; + + cards_found = dgrs_scan(dev); + if (dgrs_debug && cards_found) + printk("dgrs: SW=%s FW=Build %d %s\n", + version, dgrs_firmnum, dgrs_firmdate); + return cards_found ? 0 : -ENODEV; +} +#endif diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs.h linux/drivers/net/dgrs.h --- v1.3.91/linux/drivers/net/dgrs.h Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs.h Sat Apr 20 11:22:02 1996 @@ -0,0 +1,38 @@ +/* + * ioctl's for the Digi Intl. RightSwitch + * + * These network driver ioctl's are a bit obtuse compared to the usual + * ioctl's for a "normal" device driver. Hey, I didn't invent it. + * + * Typical use: + * + * struct ifreq ifr; + * DGRS_IOCTL ioc; + * int x; + * + * strcpy(ifr.ifr_name, "eth1"); + * ifr.ifr_data = (caddr_t) &ioc; + * ioc.cmd = DGRS_GETMEM; + * ioc.len = sizeof(x); + * ioc.data = (caddr_t) &x; + * rc = ioctl(fd, DGRSIOCTL, &ifr); + * printf("rc=%d mem=%x\n", rc, x); + * + */ +#include + +#define DGRSIOCTL SIOCDEVPRIVATE + +typedef struct dgrs_ioctl { + unsigned short cmd; /* Command to run */ + unsigned short len; /* Length of the data buffer */ + unsigned char *data; /* Pointer to the data buffer */ + unsigned short port; /* port number for command, if needed */ + unsigned short filter; /* filter number for command, if needed */ +} DGRS_IOCTL; + +/* + * Commands for the driver + */ +#define DGRS_GETMEM 0x01 /* Get the dual port memory address */ +#define DGRS_SETFILTER 0x02 /* Set a filter */ diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_asstruct.h linux/drivers/net/dgrs_asstruct.h --- v1.3.91/linux/drivers/net/dgrs_asstruct.h Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_asstruct.h Sat Apr 20 11:22:02 1996 @@ -0,0 +1,37 @@ +/* + * For declaring structures shared with assembly routines + * + * $Id: asstruct.h,v 1.1.1.1 1994/10/23 05:08:32 rick Exp $ + */ + +#if ASSEMBLER + +# define MO(t,a) (a) +# define VMO(t,a) (a) + +# define BEGIN_STRUCT(x) _Off=0 +# define S1A(t,x,n) _Off=(_Off+0)&~0; x=_Off; _Off=_Off+(1*n) +# define S2A(t,x,n) _Off=(_Off+1)&~1; x=_Off; _Off=_Off+(2*n) +# define S4A(t,x,n) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+(4*n) +# define WORD(x) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4 +# define WORDA(x,n) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+(4*n) +# define VWORD(x) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4 +# define S1(t,x) _Off=(_Off+0)&~0; x=_Off; _Off=_Off+1 +# define S2(t,x) _Off=(_Off+1)&~1; x=_Off; _Off=_Off+2 +# define S4(t,x) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4 +# define END_STRUCT(x) _Off=(_Off+3)&~3; x=_Off + +#else /* C */ + +#define VMO(t,a) (*(volatile t *)(a)) + +# define BEGIN_STRUCT(x) struct x { +# define S1(t,x) t x ; +# define S1A(t,x,n) t x[n] ; +# define S2(t,x) t x ; +# define S2A(t,x,n) t x[n] ; +# define S4(t,x) t x ; +# define S4A(t,x,n) t x[n] ; +# define END_STRUCT(x) } ; + +#endif diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_bcomm.h linux/drivers/net/dgrs_bcomm.h --- v1.3.91/linux/drivers/net/dgrs_bcomm.h Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_bcomm.h Sat Apr 20 11:22:02 1996 @@ -0,0 +1,134 @@ +/* + * The bios low-memory structure + * + * Some of the variables in here can be used to set parameters that + * are stored in NVRAM and will retain their old values the next time + * the card is brought up. To use the values stored in NVRAM, the + * parameter should be set to "all ones". This tells the firmware to + * use the NVRAM value or a suitable default. The value that is used + * will be stored back into this structure by the firmware. If the + * value of the variable is not "all ones", then that value will be + * used and will be stored into NVRAM if it isn't already there. + * The variables this applies to are the following: + * Variable Set to: Gets default of: + * bc_hashexpire -1 300 (5 minutes) + * bc_spantree -1 1 (spanning tree on) + * bc_ipaddr FF:FF:FF:FF 0 (no IP address) + * bc_ipxnet FF:FF:FF:FF 0 (no IPX net) + * + * Some variables MUST have their value set after the firmware + * is loaded onto the board, but before the processor is released. + * These are: + * bc_host 0 means no host "port", run as standalone switch. + * 1 means there is a host "port" (normal). + * bc_nowait + * bc_hostarea_len + * bc_filter_len + * + */ +BEGIN_STRUCT(bios_comm) + S4(ulong, bc_intflag) /* Count of all interrupts */ + S4(ulong, bc_lbolt) /* Count of timer interrupts */ + S4(ulong, bc_maincnt) /* Count of main loops */ + S4(ulong, bc_hashcnt) /* Count of entries in hash table */ + S4A(ulong, bc_cnt, 8) /* Misc counters, for debugging */ + S4A(ulong, bc_flag, 8) /* Misc flags, for debugging */ + S4(ulong, bc_memsize) /* Size of memory */ + S4(ulong, bc_dcache) /* Size of working dcache */ + S4(ulong, bc_icache) /* Size of working icache */ + S4(long, bc_status) /* Firmware status */ + S1A(char, bc_file, 8) /* File name of assertion failure */ + S4(ulong, bc_line) /* Line # of assertion failure */ + S4(uchar *, bc_ramstart) + S4(uchar *, bc_ramend) + S4(uchar *, bc_heapstart) /* Start of heap (end of loaded memory) */ + S4(uchar *, bc_heapend) /* End of heap */ + + /* Configurable Parameters */ + S4(long, bc_host) /* 1=Host Port, 0=No Host Port, -1=Test Mode */ + S4(long, bc_nowait) /* Don't wait for 2host circ buffer to empty*/ + S4(long, bc_150ohm) /* 0 == 100 ohm UTP, 1 == 150 ohm STP */ + S4(long, bc_squelch) /* 0 == normal squelch, 1 == reduced squelch */ + S4(ulong, bc_hashexpire) /* Expiry time in seconds for hash table */ + S4(long, bc_spantree) /* 1 == enable IEEE spanning tree */ + + S2A(ushort, bc_eaddr, 3) /* New ether address */ + S2(ushort, bc_dummy1) /* padding for DOS compilers */ + + /* Various debugging aids */ + S4(long, bc_debug) /* Debugging is turned on */ + S4(long, bc_spew) /* Spew data on port 4 for bs_spew seconds */ + S4(long, bc_spewlen) /* Length of spewed data packets */ + S4(long, bc_maxrfd) /* If != 0, max number of RFD's to allocate */ + S4(long, bc_maxrbd) /* If != 0, max number of RBD's to allocate */ + + /* Circular buffers for messages to/from host */ + S4(ulong, bc_2host_head) + S4(ulong, bc_2host_tail) + S4(ulong, bc_2host_mask) + S1A(char, bc_2host, 0x200) /* Circ buff to host */ + + S4(ulong, bc_2idt_head) + S4(ulong, bc_2idt_tail) + S4(ulong, bc_2idt_mask) + S1A(char, bc_2idt, 0x200) /* Circ buff to idt */ + + /* Pointers to structures for driver access */ + S4(uchar *, bc_port) /* pointer to Port[] structures */ + S4(long, bc_nports) /* Number of ports */ + S4(long, bc_portlen) /* sizeof(PORT) */ + S4(uchar *, bc_hash) /* Pointer to hash table */ + S4(long, bc_hashlen) /* sizeof(Table) */ + + /* SNMP agent addresses */ + S1A(uchar, bc_ipaddr, 4) /* IP address for SNMP */ + S1A(uchar, bc_ipxnet, 4) /* IPX net address for SNMP */ + + S4(long, bc_nohostintr) /* Do not cause periodic host interrupts */ + + S4(uchar *, bc_dmaaddr) /* Physical addr of host DMA buf for diags */ + S4(ulong, bc_dmalen) /* Length of DMA buffer 0..2048 */ + + /* + * Board memory allocated on startup for use by host, usually + * for the purposes of creating DMA chain descriptors. The + * "len" must be set before the processor is released. The + * address of the area is returned in bc_hostarea. The area + * is guaranteed to be aligned on a 16 byte boundary. + */ + S4(ulong, bc_hostarea_len) /* RW: Number of bytes to allocate */ + S4(uchar *, bc_hostarea) /* RO: Address of allocated memory */ + + /* + * Variables for communicating filters into the board + */ + S4(ulong *, bc_filter_area) /* RO: Space to put filter into */ + S4(ulong, bc_filter_area_len) /* RO: Length of area, in bytes */ + S4(long, bc_filter_cmd) /* RW: Filter command, see below */ + S4(ulong, bc_filter_len) /* RW: Actual length of filter */ + S4(ulong, bc_filter_port) /* RW: Port # for filter 0..6 */ + S4(ulong, bc_filter_num) /* RW: Filter #, 0=input, 1=output */ + + S4A(long, bc_spare, 3) /* spares */ +END_STRUCT(bios_comm) + +#define bc VMO(struct bios_comm, 0xa3000100) + +/* + * bc_status values + */ +#define BC_INIT 0 +#define BC_RUN 100 + +/* + * Values for spew (debugging) + */ +#define BC_SPEW_ENABLE 0x80000000 + +/* + * filter commands + */ +#define BC_FILTER_ERR -1 +#define BC_FILTER_OK 0 +#define BC_FILTER_SET 1 +#define BC_FILTER_CLR 2 diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_driver.c linux/drivers/net/dgrs_driver.c --- v1.3.91/linux/drivers/net/dgrs_driver.c Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_driver.c Sat Apr 20 13:10:02 1996 @@ -0,0 +1,1359 @@ +/* + * Digi RightSwitch SE-X loadable device driver for Linux + * + * The RightSwitch is a 4 (EISA) or 6 (PCI) port etherswitch and + * a NIC on an internal board. + * + * Author: Rick Richardson, rick@dgii.com, rick_richardson@dgii.com + * Derived from the SVR4.2 (UnixWare) driver for the same card. + * + * Copyright 1995-1996 Digi International Inc. + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + * + * For information on purchasing a RightSwitch SE-4 or SE-6 + * board, please contact Digi's sales department at 1-612-912-3444 + * or 1-800-DIGIBRD. Outside the U.S., please check our Web page + * at http://www.dgii.com for sales offices worldwide. + * + */ + +static char *version = "$Id: dgrs.c,v 1.8 1996/04/18 03:11:14 rick Exp $"; + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include + +/* + * DGRS include files + */ +typedef unsigned char uchar; +typedef unsigned int bool; +#define vol volatile + +#include "dgrs.h" +#include "dgrs_es4h.h" +#include "dgrs_plx9060.h" +#include "dgrs_i82596.h" +#include "dgrs_ether.h" +#include "dgrs_asstruct.h" +#include "dgrs_bcomm.h" + +/* + * Firmware. Compiled separately for local compilation, + * but #included for Linux distribution. + */ +#ifndef NOFW + #include "dgrs_firmware.c" +#else + extern int dgrs_firmnum; + extern char dgrs_firmver[]; + extern char dgrs_firmdate[]; + extern uchar dgrs_code[]; + extern int dgrs_ncode; +#endif + +/* + * Linux out*() is backwards from all other operating systems + */ +#define OUTB(ADDR, VAL) outb(VAL, ADDR) +#define OUTW(ADDR, VAL) outw(VAL, ADDR) +#define OUTL(ADDR, VAL) outl(VAL, ADDR) + +/* + * Macros to convert switch to host and host to switch addresses + * (assumes a local variable priv points to board dependent struct) + */ +#define S2H(A) ( ((unsigned long)(A)&0x00ffffff) + priv->vmem ) +#define H2S(A) ( ((char *) (A) - priv->vmem) + 0xA3000000 ) + +/* + * Convert a switch address to a "safe" address for use with the + * PLX 9060 DMA registers and the associated HW kludge that allows + * for host access of the DMA registers. + */ +#define S2DMA(A) ( (unsigned long)(A) & 0x00ffffff) + +/* + * "Space.c" variables, now settable from module interface + * Use the name below, minus the "dgrs_" prefix. See init_module(). + */ +int dgrs_debug = 1; +int dgrs_dma = 1; +int dgrs_spantree = -1; +int dgrs_hashexpire = -1; +uchar dgrs_ipaddr[4] = { 0xff, 0xff, 0xff, 0xff}; +long dgrs_ipxnet = -1; + +/* + * Chain of device structures + */ +#ifdef MODULE + static struct device *dgrs_root_dev = NULL; +#endif + +/* + * Private per-board data structure (dev->priv) + */ +typedef struct +{ + /* + * Stuff for generic ethercard I/F + */ + char devname[8]; /* "ethN" string */ + struct device *next_dev; + struct enet_statistics stats; + + /* + * DGRS specific data + */ + char *vmem; + + struct bios_comm *bcomm; /* Firmware BIOS comm structure */ + PORT *port; /* Ptr to PORT[0] struct in VM */ + I596_SCB *scbp; /* Ptr to SCB struct in VM */ + I596_RFD *rfdp; /* Current RFD list */ + I596_RBD *rbdp; /* Current RBD list */ + + int intrcnt; /* Count of interrupts */ + + /* + * SE-4 (EISA) board variables + */ + uchar is_reg; /* EISA: Value for ES4H_IS reg */ + + /* + * SE-6 (PCI) board variables + * + * The PLX "expansion rom" space is used for DMA register + * access from the host on the SE-6. These are the physical + * and virtual addresses of that space. + */ + ulong plxreg; /* Phys address of PLX chip */ + char *vplxreg; /* Virtual address of PLX chip */ + ulong plxdma; /* Phys addr of PLX "expansion rom" */ + ulong volatile *vplxdma; /* Virtual addr of "expansion rom" */ + int use_dma; /* Flag: use DMA */ + DMACHAIN *dmadesc_s; /* area for DMA chains (SW addr.) */ + DMACHAIN *dmadesc_h; /* area for DMA chains (Host Virtual) */ + +} DGRS_PRIV; + + +/* + * reset or un-reset the IDT processor + */ +static void +proc_reset(struct device *dev, int reset) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + if (priv->plxreg) + { + ulong val; + val = inl(dev->base_addr + PLX_MISC_CSR); + if (reset) + val |= SE6_RESET; + else + val &= ~SE6_RESET; + OUTL(dev->base_addr + PLX_MISC_CSR, val); + } + else + { + OUTB(dev->base_addr + ES4H_PC, reset ? ES4H_PC_RESET : 0); + } +} + +/* + * See if the board supports bus master DMA + */ +static int +check_board_dma(struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + ulong x; + + /* + * If Space.c says not to use DMA, or if its not a PLX based + * PCI board, or if the expansion ROM space is not PCI + * configured, then return false. + */ + if (!dgrs_dma || !priv->plxreg || !priv->plxdma) + return (0); + + /* + * Set the local address remap register of the "expansion rom" + * area to 0x80000000 so that we can use it to access the DMA + * registers from the host side. + */ + OUTL(dev->base_addr + PLX_ROM_BASE_ADDR, 0x80000000); + + /* + * Set the PCI region descriptor to: + * Space 0: + * disable read-prefetch + * enable READY + * enable BURST + * 0 internal wait states + * Expansion ROM: (used for host DMA register access) + * disable read-prefetch + * enable READY + * disable BURST + * 0 internal wait states + */ + OUTL(dev->base_addr + PLX_BUS_REGION, 0x49430343); + + /* + * Now map the DMA registers into our virtual space + */ + priv->vplxdma = (ulong *) vremap (priv->plxdma, 256); + if (!priv->vplxdma) + { + printk("%s: can't vremap() the DMA regs", dev->name); + return (0); + } + + /* + * Now test to see if we can access the DMA registers + * If we write -1 and get back 1FFF, then we accessed the + * DMA register. Otherwise, we probably have an old board + * and wrote into regular RAM. + */ + priv->vplxdma[PLX_DMA0_MODE/4] = 0xFFFFFFFF; + x = priv->vplxdma[PLX_DMA0_MODE/4]; + if (x != 0x00001FFF) + return (0); + + return (1); +} + +/* + * Initiate DMA using PLX part on PCI board. Spin the + * processor until completed. All addresses are physical! + * + * If pciaddr is NULL, then its a chaining DMA, and lcladdr is + * the address of the first DMA descriptor in the chain. + * + * If pciaddr is not NULL, then its a single DMA. + * + * In either case, "lcladdr" must have been fixed up to make + * sure the MSB isn't set using the S2DMA macro before passing + * the address to this routine. + */ +static int +do_plx_dma( + struct device *dev, + ulong pciaddr, + ulong lcladdr, + int len, + int to_host +) +{ + int i; + ulong csr; + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + if (pciaddr) + { + /* + * Do a single, non-chain DMA + */ + priv->vplxdma[PLX_DMA0_PCI_ADDR/4] = pciaddr; + priv->vplxdma[PLX_DMA0_LCL_ADDR/4] = lcladdr; + priv->vplxdma[PLX_DMA0_SIZE/4] = len; + priv->vplxdma[PLX_DMA0_DESCRIPTOR/4] = to_host + ? PLX_DMA_DESC_TO_HOST + : PLX_DMA_DESC_TO_BOARD; + priv->vplxdma[PLX_DMA0_MODE/4] = + PLX_DMA_MODE_WIDTH32 + | PLX_DMA_MODE_WAITSTATES(0) + | PLX_DMA_MODE_READY + | PLX_DMA_MODE_NOBTERM + | PLX_DMA_MODE_BURST + | PLX_DMA_MODE_NOCHAIN; + } + else + { + /* + * Do a chaining DMA + */ + priv->vplxdma[PLX_DMA0_MODE/4] = + PLX_DMA_MODE_WIDTH32 + | PLX_DMA_MODE_WAITSTATES(0) + | PLX_DMA_MODE_READY + | PLX_DMA_MODE_NOBTERM + | PLX_DMA_MODE_BURST + | PLX_DMA_MODE_CHAIN; + priv->vplxdma[PLX_DMA0_DESCRIPTOR/4] = lcladdr; + } + + priv->vplxdma[PLX_DMA_CSR/4] = + PLX_DMA_CSR_0_ENABLE | PLX_DMA_CSR_0_START; + + /* + * Wait for DMA to complete + */ + for (i = 0; i < 1000000; ++i) + { + /* + * Spin the host CPU for 1 usec, so we don't thrash + * the PCI bus while the PLX 9060 is doing DMA. + */ + udelay(1); + + csr = (volatile) priv->vplxdma[PLX_DMA_CSR/4]; + + if (csr & PLX_DMA_CSR_0_DONE) + break; + } + + if ( ! (csr & PLX_DMA_CSR_0_DONE) ) + { + printk("%s: DMA done never occurred. DMA disabled.", dev->name); + priv->use_dma = 0; + return 1; + } + return 0; +} + +/* + * Process a received frame + */ +void +dgrs_rcv_frame( + struct device *dev, + DGRS_PRIV *priv, + I596_CB *cbp +) +{ + int len; + I596_TBD *tbdp; + struct sk_buff *skb; + uchar *putp; + uchar *p; + + if (0) printk("%s: rcv len=%ld", dev->name, cbp->xmit.count); + + /* + * Allocate a message block big enough to hold the whole frame + */ + len = cbp->xmit.count; + if ((skb = dev_alloc_skb(len+5)) == NULL) + { + printk("%s: dev_alloc_skb failed for rcv buffer", dev->name); + ++priv->stats.rx_dropped; + /* discarding the frame */ + goto out; + } + skb->dev = dev; + skb_reserve(skb, 2); /* Align IP header */ + +again: + putp = p = skb_put(skb, len); + + /* + * There are three modes here for doing the packet copy. + * If we have DMA, and the packet is "long", we use the + * chaining mode of DMA. If its shorter, we use single + * DMA's. Otherwise, we use memcpy(). + */ + if (priv->use_dma && priv->dmadesc_h && len > 64) + { + /* + * If we can use DMA and its a long frame, copy it using + * DMA chaining. + */ + DMACHAIN *ddp_h; /* Host virtual DMA desc. pointer */ + DMACHAIN *ddp_s; /* Switch physical DMA desc. pointer */ + uchar *phys_p; + + /* + * Get the physical address of the STREAMS buffer. + * NOTE: allocb() guarantees that the whole buffer + * is in a single page if the length < 4096. + */ + phys_p = (uchar *) virt_to_phys(putp); + + ddp_h = priv->dmadesc_h; + ddp_s = priv->dmadesc_s; + tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); + for (;;) + { + int count; + int amt; + + count = tbdp->count; + amt = count & 0x3fff; + if (amt == 0) + break; /* For safety */ + if ( (p-putp) >= len) + { + printk("%s: cbp = %x", dev->name, H2S(cbp)); + proc_reset(dev, 1); /* Freeze IDT */ + break; /* For Safety */ + } + + ddp_h->pciaddr = (ulong) phys_p; + ddp_h->lcladdr = S2DMA(tbdp->buf); + ddp_h->len = amt; + + phys_p += amt; + p += amt; + + if (count & I596_TBD_EOF) + { + ddp_h->next = PLX_DMA_DESC_TO_HOST + | PLX_DMA_DESC_EOC; + ++ddp_h; + break; + } + else + { + ++ddp_s; + ddp_h->next = PLX_DMA_DESC_TO_HOST + | (ulong) ddp_s; + tbdp = (I596_TBD *) S2H(tbdp->next); + ++ddp_h; + } + } + if (ddp_h - priv->dmadesc_h) + { + int rc; + + rc = do_plx_dma(dev, + 0, (ulong) priv->dmadesc_s, len, 0); + if (rc) + { + printk("%s: Chained DMA failure\n", dev->name); + goto again; + } + } + } + else if (priv->use_dma) + { + /* + * If we can use DMA and its a shorter frame, copy it + * using single DMA transfers. + */ + uchar *phys_p; + + /* + * Get the physical address of the STREAMS buffer. + * NOTE: allocb() guarantees that the whole buffer + * is in a single page if the length < 4096. + */ + phys_p = (uchar *) virt_to_phys(putp); + + tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); + for (;;) + { + int count; + int amt; + int rc; + + count = tbdp->count; + amt = count & 0x3fff; + if (amt == 0) + break; /* For safety */ + if ( (p-putp) >= len) + { + printk("%s: cbp = %x", dev->name, H2S(cbp)); + proc_reset(dev, 1); /* Freeze IDT */ + break; /* For Safety */ + } + rc = do_plx_dma(dev, (ulong) phys_p, + S2DMA(tbdp->buf), amt, 1); + if (rc) + { + memcpy(p, S2H(tbdp->buf), amt); + printk("%s: Single DMA failed\n", dev->name); + } + phys_p += amt; + p += amt; + if (count & I596_TBD_EOF) + break; + tbdp = (I596_TBD *) S2H(tbdp->next); + } + } + else + { + /* + * Otherwise, copy it piece by piece using memcpy() + */ + tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); + for (;;) + { + int count; + int amt; + + count = tbdp->count; + amt = count & 0x3fff; + if (amt == 0) + break; /* For safety */ + if ( (p-putp) >= len) + { + printk("%s: cbp = %x", dev->name, H2S(cbp)); + proc_reset(dev, 1); /* Freeze IDT */ + break; /* For Safety */ + } + memcpy(p, S2H(tbdp->buf), amt); + p += amt; + if (count & I596_TBD_EOF) + break; + tbdp = (I596_TBD *) S2H(tbdp->next); + } + } + + /* + * Pass the frame to upper half + */ + skb->protocol = eth_type_trans(skb, dev); + netif_rx(skb); + ++priv->stats.rx_packets; + +out: + cbp->xmit.status = I596_CB_STATUS_C | I596_CB_STATUS_OK; +} + +/* + * Start transmission of a frame + * + * The interface to the board is simple: we pretend that we are + * a fifth 82596 ethernet controller 'receiving' data, and copy the + * data into the same structures that a real 82596 would. This way, + * the board firmware handles the host 'port' the same as any other. + * + * NOTE: we do not use Bus master DMA for this routine. Turns out + * that it is not needed. Slave writes over the PCI bus are about + * as fast as DMA, due to the fact that the PLX part can do burst + * writes. The same is not true for data being read from the board. + */ +static int +dgrs_start_xmit(struct sk_buff *skb, struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + I596_RBD *rbdp; + int count; + int i, len, amt; +# define mymin(A,B) ( (A) < (B) ? (A) : (B) ) + + if (dgrs_debug > 1) printk("%s: xmit len=%ld\n", dev->name, skb->len); + + dev->trans_start = jiffies; + dev->tbusy = 0; + + if (priv->rfdp->cmd & I596_RFD_EL) + { /* Out of RFD's */ + if (0) printk("%s: NO RFD's", dev->name); + goto no_resources; + } + + rbdp = priv->rbdp; + count = 0; + priv->rfdp->rbdp = (I596_RBD *) H2S(rbdp); + + i = 0; len = skb->len; + for (;;) + { + if (rbdp->size & I596_RBD_EL) + { /* Out of RBD's */ + if (0) printk("%s: NO RBD's", dev->name); + goto no_resources; + } + + amt = mymin(len, rbdp->size - count); + memcpy( (char *) S2H(rbdp->buf) + count, skb->data + i, amt); + i += amt; + count += amt; + len -= amt; + if (len == 0) + { + if (skb->len < 60) + rbdp->count = 60 | I596_RBD_EOF; + else + rbdp->count = count | I596_RBD_EOF; + rbdp = (I596_RBD *) S2H(rbdp->next); + goto frame_done; + } + else if (count < 32) + { + /* More data to come, but we used less than 32 + * bytes of this RBD. Keep filling this RBD. + */ + {} /* Yes, we do nothing here */ + } + else + { + rbdp->count = count; + rbdp = (I596_RBD *) S2H(rbdp->next); + count = 0; + } + } + +frame_done: + priv->rbdp = rbdp; + priv->rfdp->status = I596_RFD_C | I596_RFD_OK; + priv->rfdp = (I596_RFD *) S2H(priv->rfdp->next); + + ++priv->stats.tx_packets; + + dev_kfree_skb (skb, FREE_WRITE); + return (0); + +no_resources: + priv->scbp->status |= I596_SCB_RNR; /* simulate I82596 */ + return (-EAGAIN); +} + +/* + * Open the interface + */ +static int +dgrs_open( struct device *dev ) +{ + dev->tbusy = 0; + dev->interrupt = 0; + dev->start = 1; + + #ifdef MODULE + MOD_INC_USE_COUNT; + #endif + + return (0); +} + +/* + * Close the interface + */ +static int +dgrs_close( struct device *dev ) +{ + dev->start = 0; + dev->tbusy = 1; + + #ifdef MODULE + MOD_DEC_USE_COUNT; + #endif + + return (0); +} + +/* + * Get statistics + */ +static struct enet_statistics * +dgrs_get_stats( struct device *dev ) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + return (&priv->stats); +} + +/* + * Set multicast list and/or promiscuous mode + */ +static void +dgrs_set_multicast_list( struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + + priv->port->is_promisc = (dev->flags & IFF_PROMISC) ? 1 : 0; +} + +/* + * Unique ioctl's + */ +static int +dgrs_ioctl(struct device *dev, struct ifreq *ifr, int cmd) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + DGRS_IOCTL ioc; + int i, rc; + + rc = verify_area(VERIFY_WRITE, ifr->ifr_data, sizeof(DGRS_IOCTL)); + if (rc) return (rc); + if (cmd != DGRSIOCTL) return -EINVAL; + + memcpy_fromfs(&ioc, ifr->ifr_data, sizeof(DGRS_IOCTL)); + + switch (ioc.cmd) + { + case DGRS_GETMEM: + if (ioc.len != sizeof(ulong)) + return -EINVAL; + rc = verify_area(VERIFY_WRITE, (void *) ioc.data, ioc.len); + if (rc) return (rc); + memcpy_tofs(ioc.data, &dev->mem_start, ioc.len); + return (0); + case DGRS_SETFILTER: + rc = verify_area(VERIFY_READ, (void *) ioc.data, ioc.len); + if (rc) return (rc); + if (ioc.port > priv->bcomm->bc_nports) + return -EINVAL; + if (ioc.filter >= NFILTERS) + return -EINVAL; + if (ioc.len > priv->bcomm->bc_filter_area_len) + return -EINVAL; + + /* Wait for old command to finish */ + for (i = 0; i < 1000; ++i) + { + if ( (volatile) priv->bcomm->bc_filter_cmd <= 0 ) + break; + udelay(1); + } + if (i >= 1000) + return -EIO; + + priv->bcomm->bc_filter_port = ioc.port; + priv->bcomm->bc_filter_num = ioc.filter; + priv->bcomm->bc_filter_len = ioc.len; + + if (ioc.len) + { + memcpy_fromfs(S2H(priv->bcomm->bc_filter_area), + ioc.data, ioc.len); + priv->bcomm->bc_filter_cmd = BC_FILTER_SET; + } + else + priv->bcomm->bc_filter_cmd = BC_FILTER_CLR; + return(0); + default: + return -EOPNOTSUPP; + } +} + +/* + * Process interrupts + */ +static void +dgrs_intr(int irq, void *dev_id, struct pt_regs *regs) +{ + struct device *dev = (struct device *) dev_id; + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + I596_CB *cbp; + int cmd; + + ++priv->intrcnt; + if (1) ++priv->bcomm->bc_cnt[4]; + if (0) printk("%s: interrupt: irq %d", dev->name, irq); + + /* + * Get 596 command + */ + cmd = priv->scbp->cmd; + + /* + * See if RU has been restarted + */ + if ( (cmd & I596_SCB_RUC) == I596_SCB_RUC_START) + { + if (0) printk("%s: RUC start", dev->name); + priv->rfdp = (I596_RFD *) S2H(priv->scbp->rfdp); + priv->rbdp = (I596_RBD *) S2H(priv->rfdp->rbdp); + dev->tbusy = 0; /* tell upper half */ + priv->scbp->status &= ~(I596_SCB_RNR|I596_SCB_RUS); + /* if (bd->flags & TX_QUEUED) + DL_sched(bd, bdd); */ + } + + /* + * See if any CU commands to process + */ + if ( (cmd & I596_SCB_CUC) != I596_SCB_CUC_START) + { + priv->scbp->cmd = 0; /* Ignore all other commands */ + goto ack_intr; + } + priv->scbp->status &= ~(I596_SCB_CNA|I596_SCB_CUS); + + /* + * Process a command + */ + cbp = (I596_CB *) S2H(priv->scbp->cbp); + priv->scbp->cmd = 0; /* Safe to clear the command */ + for (;;) + { + switch (cbp->nop.cmd & I596_CB_CMD) + { + case I596_CB_CMD_XMIT: + dgrs_rcv_frame(dev, priv, cbp); + break; + default: + cbp->nop.status = I596_CB_STATUS_C | I596_CB_STATUS_OK; + break; + } + if (cbp->nop.cmd & I596_CB_CMD_EL) + break; + cbp = (I596_CB *) S2H(cbp->nop.next); + } + priv->scbp->status |= I596_SCB_CNA; + + /* + * Ack the interrupt + */ +ack_intr: + if (priv->plxreg) + OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1); +} + +/* + * Download the board firmware + */ +static int +dgrs_download(struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + int is; + int i; + + static int iv2is[16] = { + 0, 0, 0, ES4H_IS_INT3, + 0, ES4H_IS_INT5, 0, ES4H_IS_INT7, + 0, 0, ES4H_IS_INT10, ES4H_IS_INT11, + ES4H_IS_INT12, 0, 0, ES4H_IS_INT15 }; + + /* + * Map in the dual port memory + */ + priv->vmem = vremap(dev->mem_start, 2048*1024); + if (!priv->vmem) + { + printk("%s: cannot map in board memory\n", dev->name); + return -ENXIO; + } + + /* + * Hold the processor and configure the board addresses + */ + if (priv->plxreg) + { /* PCI bus */ + proc_reset(dev, 1); + } + else + { /* EISA bus */ + is = iv2is[dev->irq & 0x0f]; + if (!is) + { + printk("%s: Illegal IRQ %d\n", dev->name, dev->irq); + return -ENXIO; + } + OUTB(dev->base_addr + ES4H_AS_31_24, + (uchar) (dev->mem_start >> 24) ); + OUTB(dev->base_addr + ES4H_AS_23_16, + (uchar) (dev->mem_start >> 16) ); + priv->is_reg = ES4H_IS_LINEAR | is | + ((uchar) (dev->mem_start >> 8) & ES4H_IS_AS15); + OUTB(dev->base_addr + ES4H_IS, priv->is_reg); + OUTB(dev->base_addr + ES4H_EC, ES4H_EC_ENABLE); + OUTB(dev->base_addr + ES4H_PC, ES4H_PC_RESET); + OUTB(dev->base_addr + ES4H_MW, ES4H_MW_ENABLE | 0x00); + } + + /* + * See if we can do DMA on the SE-6 + */ + priv->use_dma = check_board_dma(dev); + if (priv->use_dma) + printk("%s: Bus Master DMA is enabled.\n", dev->name); + + /* + * Load and verify the code at the desired address + */ + memcpy(priv->vmem, dgrs_code, dgrs_ncode); /* Load code */ + if (memcmp(priv->vmem, dgrs_code, dgrs_ncode)) + { + vfree(priv->vmem); + priv->vmem = NULL; + printk("%s: download compare failed\n", dev->name); + return -ENXIO; + } + + /* + * Configurables + */ + priv->bcomm = (struct bios_comm *) (priv->vmem + 0x0100); + priv->bcomm->bc_nowait = 1; /* Tell board to make printf not wait */ + priv->bcomm->bc_host = 1; /* Tell board there is a host port */ + priv->bcomm->bc_squelch = 0; /* Flag from Space.c */ + priv->bcomm->bc_150ohm = 0; /* Flag from Space.c */ + + priv->bcomm->bc_spew = 0; /* Debug flag from Space.c */ + priv->bcomm->bc_maxrfd = 0; /* Debug flag from Space.c */ + priv->bcomm->bc_maxrbd = 0; /* Debug flag from Space.c */ + + /* + * Request memory space on board for DMA chains + */ + if (priv->use_dma) + priv->bcomm->bc_hostarea_len = (2048/64) * 16; + + /* + * NVRAM configurables from Space.c + */ + priv->bcomm->bc_spantree = dgrs_spantree; + priv->bcomm->bc_hashexpire = dgrs_hashexpire; + memcpy(priv->bcomm->bc_ipaddr, dgrs_ipaddr, 4); + memcpy(priv->bcomm->bc_ipxnet, &dgrs_ipxnet, 4); + + /* + * Release processor, wait 5 seconds for board to initialize + */ + proc_reset(dev, 0); + + for (i = jiffies + 5 * HZ; i > jiffies; ) + { + if (priv->bcomm->bc_status >= BC_RUN) + break; + } + + if (priv->bcomm->bc_status < BC_RUN) + { + printk("%s: board not operating", dev->name); + return -ENXIO; + } + + priv->port = (PORT *) S2H(priv->bcomm->bc_port); + priv->scbp = (I596_SCB *) S2H(priv->port->scbp); + #if 0 /* These two methods are identical, but the 2nd is better */ + priv->rfdp = (I596_RFD *) S2H(priv->port->rfd_head); + priv->rbdp = (I596_RBD *) S2H(priv->port->rbd_head); + #else + priv->rfdp = (I596_RFD *) S2H(priv->scbp->rfdp); + priv->rbdp = (I596_RBD *) S2H(priv->rfdp->rbdp); + #endif + + priv->scbp->status = I596_SCB_CNA; /* CU is idle */ + + /* + * Get switch physical and host virtual pointers to DMA + * chaining area. NOTE: the MSB of the switch physical + * address *must* be turned off. Otherwise, the HW kludge + * that allows host access of the PLX DMA registers will + * erroneously select the PLX registers. + */ + priv->dmadesc_s = (DMACHAIN *) S2DMA(priv->bcomm->bc_hostarea); + if (priv->dmadesc_s) + priv->dmadesc_h = (DMACHAIN *) S2H(priv->dmadesc_s); + else + priv->dmadesc_h = NULL; + + /* + * Enable board interrupts + */ + if (priv->plxreg) + { /* PCI bus */ + OUTL(dev->base_addr + PLX_INT_CSR, + inl(dev->base_addr + PLX_INT_CSR) + | PLX_PCI_DOORBELL_IE); /* Enable intr to host */ + OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1); + } + else + { /* EISA bus */ + } + + return (0); +} + +/* + * Probe (init) a board + */ +int +dgrs_probe1(struct device *dev) +{ + DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; + int i; + int rc; + + printk("%s: Digi RightSwitch at io=%lx mem=%lx irq=%d plx=%lx dma=%lx ", + dev->name, dev->base_addr, dev->mem_start, dev->irq, + priv->plxreg, priv->plxdma); + + /* + * Download the firmware and light the processor + */ + rc = dgrs_download(dev); + if (rc) + { + printk("\n"); + return rc; + } + + /* + * Get ether address of board + */ + memcpy(dev->dev_addr, priv->port->ethaddr, 6); + for (i = 0; i < 6; ++i) + printk("%c%2.2x", i ? ':' : ' ', dev->dev_addr[i]); + printk("\n"); + + if (dev->dev_addr[0] & 1) + { + printk("%s: Illegal Ethernet Address", dev->name); + return (-ENXIO); + } + + /* + * ACK outstanding interrupts, hook the interrupt, + * and verify that we are getting interrupts from the board. + */ + if (priv->plxreg) + OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1); + rc = request_irq(dev->irq, &dgrs_intr, 0, "RightSwitch", dev); + if (rc) + return (rc); + + priv->intrcnt = 0; + for (i = jiffies + 2*HZ + HZ/2; i > jiffies; ) + if (priv->intrcnt >= 2) + break; + if (priv->intrcnt < 2) + { + printk("%s: Not interrupting on IRQ %d (%d)", + dev->name, dev->irq, priv->intrcnt); + return (-ENXIO); + } + + /* + * Register the /proc/ioports information... + */ + request_region(dev->base_addr, 256, "RightSwitch"); + + /* + * Entry points... + */ + dev->open = &dgrs_open; + dev->stop = &dgrs_close; + dev->get_stats = &dgrs_get_stats; + dev->hard_start_xmit = &dgrs_start_xmit; + dev->set_multicast_list = &dgrs_set_multicast_list; + dev->do_ioctl = &dgrs_ioctl; + + return (0); +} + +static int +dgrs_found_device( + struct device *dev, + int io, + ulong mem, + int irq, + ulong plxreg, + ulong plxdma +) +{ + DGRS_PRIV *priv; + + #ifdef MODULE + { + /* Allocate and fill new device structure. */ + int dev_size = sizeof(struct device) + sizeof(DGRS_PRIV); + + dev = (struct device *) kmalloc(dev_size, GFP_KERNEL); + memset(dev, 0, dev_size); + dev->priv = ((void *)dev) + sizeof(struct device); + priv = (DGRS_PRIV *)dev->priv; + + dev->name = priv->devname; /* An empty string. */ + dev->base_addr = io; + dev->mem_start = mem; + dev->mem_end = mem + 2048 * 1024 - 1; + dev->irq = irq; + priv->plxreg = plxreg; + priv->plxdma = plxdma; + priv->vplxdma = NULL; + + dev->init = dgrs_probe1; + + ether_setup(dev); + priv->next_dev = dgrs_root_dev; + dgrs_root_dev = dev; + if (register_netdev(dev) != 0) + return -EIO; + } + #else + { + if (dev) + { + dev->priv = kmalloc(sizeof (DGRS_PRIV), GFP_KERNEL); + memset(dev->priv, 0, sizeof (DGRS_PRIV)); + } + dev = init_etherdev(dev, sizeof(DGRS_PRIV)); + priv = (DGRS_PRIV *)dev->priv; + + dev->base_addr = io; + dev->mem_start = mem; + dev->mem_end = mem + 2048 * 1024; + dev->irq = irq; + priv->plxreg = plxreg; + priv->plxdma = plxdma; + priv->vplxdma = NULL; + + dgrs_probe1(dev); + } + #endif + + return (0); +} + +/* + * Scan for all boards + */ +static int +dgrs_scan(struct device *dev) +{ + int cards_found = 0; + uint io; + uint mem; + uint irq; + uint plxreg; + uint plxdma; + + /* + * First, check for PCI boards + */ + if (pcibios_present()) + { + int pci_index = 0; + + for (; pci_index < 8; pci_index++) + { + uchar pci_bus, pci_device_fn; + uchar pci_irq; + uchar pci_latency; + ushort pci_command; + + if (pcibios_find_device(SE6_PCI_VENDOR_ID, + SE6_PCI_DEVICE_ID, + pci_index, &pci_bus, + &pci_device_fn)) + break; + + pcibios_read_config_byte(pci_bus, pci_device_fn, + PCI_INTERRUPT_LINE, &pci_irq); + pcibios_read_config_dword(pci_bus, pci_device_fn, + PCI_BASE_ADDRESS_0, &plxreg); + pcibios_read_config_dword(pci_bus, pci_device_fn, + PCI_BASE_ADDRESS_1, &io); + pcibios_read_config_dword(pci_bus, pci_device_fn, + PCI_BASE_ADDRESS_2, &mem); + pcibios_read_config_dword(pci_bus, pci_device_fn, + 0x30, &plxdma); + irq = pci_irq; + plxreg &= ~15; + io &= ~3; + mem &= ~15; + plxdma &= ~15; + + /* + * On some BIOSES, the PLX "expansion rom" (used for DMA) + * address comes up as "0". This is probably because + * the BIOS doesn't see a valid 55 AA ROM signature at + * the "ROM" start and zeroes the address. To get + * around this problem the SE-6 is configured to ask + * for 4 MB of space for the dual port memory. We then + * must set its range back to 2 MB, and use the upper + * half for DMA register access + */ + OUTL(io + PLX_SPACE0_RANGE, 0xFFE00000L); + if (plxdma == 0) + plxdma = mem + (2048L * 1024L); + pcibios_write_config_dword(pci_bus, pci_device_fn, + 0x30, plxdma + 1); + pcibios_read_config_dword(pci_bus, pci_device_fn, + 0x30, &plxdma); + plxdma &= ~15; + + /* + * Get and check the bus-master and latency values. + * Some PCI BIOSes fail to set the master-enable bit, + * and the latency timer must be set to the maximum + * value to avoid data corruption that occurs when the + * timer expires during a transfer. Yes, it's a bug. + */ + pcibios_read_config_word(pci_bus, pci_device_fn, + PCI_COMMAND, &pci_command); + if ( ! (pci_command & PCI_COMMAND_MASTER)) + { + printk(" Setting the PCI Master Bit!\n"); + pci_command |= PCI_COMMAND_MASTER; + pcibios_write_config_word(pci_bus, + pci_device_fn, + PCI_COMMAND, pci_command); + } + pcibios_read_config_byte(pci_bus, pci_device_fn, + PCI_LATENCY_TIMER, &pci_latency); + if (pci_latency != 255) + { + printk(" Overriding PCI latency timer: " + "was %d, now is 255.\n", pci_latency); + pcibios_write_config_byte(pci_bus, + pci_device_fn, + PCI_LATENCY_TIMER, 255); + } + + dgrs_found_device(dev, io, mem, irq, plxreg, plxdma); + + dev = 0; + cards_found++; + } + } + + /* + * Second, check for EISA boards + */ + if (EISA_bus) + { + static int is2iv[8] = { 0, 3, 5, 7, 10, 11, 12, 15 }; + + for (io = 0x1000; io < 0x9000; io += 0x1000) + { + if (inb(io+ES4H_MANUFmsb) != 0x10 + || inb(io+ES4H_MANUFlsb) != 0x49 + || inb(io+ES4H_PRODUCT) != ES4H_PRODUCT_CODE) + continue; + + if ( ! (inb(io+ES4H_EC) & ES4H_EC_ENABLE) ) + continue; /* Not EISA configured */ + + mem = (inb(io+ES4H_AS_31_24) << 24) + + (inb(io+ES4H_AS_23_16) << 16); + + irq = is2iv[ inb(io+ES4H_IS) & ES4H_IS_INTMASK ]; + + dgrs_found_device(dev, io, mem, irq, 0L, 0L); + + dev = 0; + ++cards_found; + } + } + + return cards_found; +} + +/* + * Module/driver initialization points. Two ways, depending on + * whether we are a module or statically linked, ala Don Becker's + * 3c59x driver. + */ + +#ifdef MODULE + +/* + * Variables that can be overriden from command line + */ +static int debug = -1; +static int dma = -1; +static int hashexpire = -1; +static int spantree = -1; +static int ipaddr[4] = { -1 }; +static long ipxnet = -1; + +int +init_module(void) +{ + int cards_found; + + /* + * Command line variable overrides + * debug=NNN + * dma=0/1 + * spantree=0/1 + * hashexpire=NNN + * ipaddr=A,B,C,D + * ipxnet=NNN + */ + if (debug >= 0) + dgrs_debug = debug; + if (dma >= 0) + dgrs_dma = dma; + if (hashexpire >= 0) + dgrs_hashexpire = hashexpire; + if (spantree >= 0) + dgrs_spantree = spantree; + if (ipaddr[0] != -1) + { + int i; + + for (i = 0; i < 4; ++i) + dgrs_ipaddr[i] = ipaddr[i]; + } + if (ipxnet != -1) + dgrs_ipxnet = htonl( ipxnet ); + + if (dgrs_debug) + { + printk("dgrs: SW=%s FW=Build %d %s\n", + version, dgrs_firmnum, dgrs_firmdate); + } + + /* + * Find and configure all the cards + */ + dgrs_root_dev = NULL; + cards_found = dgrs_scan(0); + + return cards_found ? 0 : -ENODEV; +} + +void +cleanup_module(void) +{ + while (dgrs_root_dev) + { + struct device *next_dev; + DGRS_PRIV *priv; + + priv = (DGRS_PRIV *) dgrs_root_dev->priv; + next_dev = priv->next_dev; + unregister_netdev(dgrs_root_dev); + + proc_reset(dgrs_root_dev, 1); + + if (priv->vmem) + vfree(priv->vmem); + if (priv->vplxdma) + vfree((uchar *) priv->vplxdma); + + release_region(dgrs_root_dev->base_addr, 256); + + free_irq(dgrs_root_dev->irq, dgrs_root_dev); + + kfree(dgrs_root_dev); + dgrs_root_dev = next_dev; + } +} + +#else + +int +dgrs_probe(struct device *dev) +{ + int cards_found; + + cards_found = dgrs_scan(dev); + if (dgrs_debug && cards_found) + printk("dgrs: SW=%s FW=Build %d %s\n", + version, dgrs_firmnum, dgrs_firmdate); + return cards_found ? 0 : -ENODEV; +} +#endif diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_es4h.h linux/drivers/net/dgrs_es4h.h --- v1.3.91/linux/drivers/net/dgrs_es4h.h Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_es4h.h Sat Apr 20 11:22:02 1996 @@ -0,0 +1,182 @@ +/************************************************************************/ +/* */ +/* es4h.h: Hardware definition of the ES/4h Ethernet Switch, from */ +/* both the host and the 3051's point of view. */ +/* NOTE: this name is a misnomer now that there is a PCI */ +/* board. Everything that says "es4h" should really be */ +/* "se4". But we'll keep the old name for now. */ +/* */ +/* $Id: es4h.h,v 1.9 1996/04/18 02:58:25 rick Exp $ */ +/* */ +/************************************************************************/ + +/************************************************************************/ +/* */ +/* EISA I/O Registers. These are located at 0x1000 * slot-number */ +/* plus the indicated address. I.E. 0x4000-0x4009 for slot 4. */ +/* */ +/************************************************************************/ + +#define ES4H_MANUFmsb 0x00 /* Read-only */ +#define ES4H_MANUFlsb 0x01 /* Read-only */ +# define ES4H_MANUF_CODE 0x1049 /* = "DBI" */ + +#define ES4H_PRODUCT 0x02 /* Read-only */ +# define ES4H_PRODUCT_CODE 0x0A +# define EPC_PRODUCT_CODE 0x03 + +#define ES4H_REVISION 0x03 /* Read-only */ +# define ES4H_REVISION_CODE 0x01 + +#define ES4H_EC 0x04 /* EISA Control */ +# define ES4H_EC_RESET 0x04 /* WO, EISA reset */ +# define ES4H_EC_ENABLE 0x01 /* RW, EISA enable - set to */ + /* 1 before memory enable */ +#define ES4H_PC 0x05 /* Processor Control */ +# define ES4H_PC_RESET 0x04 /* RW, 3051 reset */ +# define ES4H_PC_INT 0x08 /* WO, assert 3051 intr. 3 */ + +#define ES4H_MW 0x06 /* Memory Window select and enable */ +# define ES4H_MW_ENABLE 0x80 /* WO, enable memory */ +# define ES4H_MW_SELECT_MASK 0x1f /* WO, 32k window selected */ + +#define ES4H_IS 0x07 /* Interrupt, addr select */ +# define ES4H_IS_INTMASK 0x07 /* WO, interrupt select */ +# define ES4H_IS_INTOFF 0x00 /* No IRQ */ +# define ES4H_IS_INT3 0x01 /* IRQ 3 */ +# define ES4H_IS_INT5 0x02 /* IRQ 5 */ +# define ES4H_IS_INT7 0x03 /* IRQ 7 */ +# define ES4H_IS_INT10 0x04 /* IRQ 10 */ +# define ES4H_IS_INT11 0x05 /* IRQ 11 */ +# define ES4H_IS_INT12 0x06 /* IRQ 12 */ +# define ES4H_IS_INT15 0x07 /* IRQ 15 */ +# define ES4H_IS_INTACK 0x10 /* WO, interrupt ack */ +# define ES4H_IS_INTPEND 0x10 /* RO, interrupt pending */ +# define ES4H_IS_LINEAR 0x40 /* WO, no memory windowing */ +# define ES4H_IS_AS15 0x80 /* RW, address select bit 15 */ + +#define ES4H_AS_23_16 0x08 /* Address select bits 23-16 */ +#define ES4H_AS_31_24 0x09 /* Address select bits 31-24 */ + +#define ES4H_IO_MAX 0x09 /* Size of I/O space */ + +/* + * PCI + */ +#define SE6_RESET PLX_USEROUT + +/************************************************************************/ +/* */ +/* 3051 Memory Map */ +/* */ +/* Note: 3051 has 4K I-cache, 2K D-cache. 1 cycle is 50 nsec. */ +/* */ +/************************************************************************/ +#define SE4_NPORTS 4 /* # of ethernet ports */ +#define SE6_NPORTS 6 /* # of ethernet ports */ +#define SE_NPORTS 6 /* Max # of ethernet ports */ + +#define ES4H_RAM_BASE 0x83000000 /* Base address of RAM */ +#define ES4H_RAM_SIZE 0x00200000 /* Size of RAM (2MB) */ +#define ES4H_RAM_INTBASE 0x83800000 /* Base of int-on-write RAM */ + /* a.k.a. PKT RAM */ + + /* Ethernet controllers */ + /* See: i82596.h */ +#define ES4H_ETHER0_PORT 0xA2000000 +#define ES4H_ETHER0_CMD 0xA2000100 +#define ES4H_ETHER1_PORT 0xA2000200 +#define ES4H_ETHER1_CMD 0xA2000300 +#define ES4H_ETHER2_PORT 0xA2000400 +#define ES4H_ETHER2_CMD 0xA2000500 +#define ES4H_ETHER3_PORT 0xA2000600 +#define ES4H_ETHER3_CMD 0xA2000700 +#define ES4H_ETHER4_PORT 0xA2000800 /* RS SE-6 only */ +#define ES4H_ETHER4_CMD 0xA2000900 /* RS SE-6 only */ +#define ES4H_ETHER5_PORT 0xA2000A00 /* RS SE-6 only */ +#define ES4H_ETHER5_CMD 0xA2000B00 /* RS SE-6 only */ + +#define ES4H_I8254 0xA2040000 /* 82C54 timers */ + /* See: i8254.h */ + +#define SE4_I8254_HZ (23000000/4) /* EISA clock input freq. */ +#define SE4_IDT_HZ (46000000) /* EISA CPU freq. */ +#define SE6_I8254_HZ (20000000/4) /* PCI clock input freq. */ +#define SE6_IDT_HZ (50000000) /* PCI CPU freq. */ +#define ES4H_I8254_HZ (23000000/4) /* EISA clock input freq. */ + +#define ES4H_GPP 0xA2050000 /* General purpose port */ + /* + * SE-4 (EISA) GPP bits + */ +# define ES4H_GPP_C0_100 0x0001 /* WO, Chan 0: 100 ohm TP */ +# define ES4H_GPP_C0_SQE 0x0002 /* WO, Chan 0: normal squelch */ +# define ES4H_GPP_C1_100 0x0004 /* WO, Chan 1: 100 ohm TP */ +# define ES4H_GPP_C1_SQE 0x0008 /* WO, Chan 1: normal squelch */ +# define ES4H_GPP_C2_100 0x0010 /* WO, Chan 2: 100 ohm TP */ +# define ES4H_GPP_C2_SQE 0x0020 /* WO, Chan 2: normal squelch */ +# define ES4H_GPP_C3_100 0x0040 /* WO, Chan 3: 100 ohm TP */ +# define ES4H_GPP_C3_SQE 0x0080 /* WO, Chan 3: normal squelch */ +# define ES4H_GPP_SQE 0x00AA /* WO, All: normal squelch */ +# define ES4H_GPP_100 0x0055 /* WO, All: 100 ohm TP */ +# define ES4H_GPP_HOSTINT 0x0100 /* RO, cause intr. to host */ + /* Hold high > 250 nsec */ +# define SE4_GPP_EED 0x0200 /* RW, EEPROM data bit */ +# define SE4_GPP_EECS 0x0400 /* RW, EEPROM chip select */ +# define SE4_GPP_EECK 0x0800 /* RW, EEPROM clock */ + + /* + * SE-6 (PCI) GPP bits + */ +# define SE6_GPP_EED 0x0001 /* RW, EEPROM data bit */ +# define SE6_GPP_EECS 0x0002 /* RW, EEPROM chip select */ +# define SE6_GPP_EECK 0x0004 /* RW, EEPROM clock */ + +#define ES4H_INTVEC 0xA2060000 /* RO: Interrupt Vector */ +# define ES4H_IV_DMA0 0x01 /* Chan 0 DMA interrupt */ +# define ES4H_IV_PKT0 0x02 /* Chan 0 PKT interrupt */ +# define ES4H_IV_DMA1 0x04 /* Chan 1 DMA interrupt */ +# define ES4H_IV_PKT1 0x08 /* Chan 1 PKT interrupt */ +# define ES4H_IV_DMA2 0x10 /* Chan 2 DMA interrupt */ +# define ES4H_IV_PKT2 0x20 /* Chan 2 PKT interrupt */ +# define ES4H_IV_DMA3 0x40 /* Chan 3 DMA interrupt */ +# define ES4H_IV_PKT3 0x80 /* Chan 3 PKT interrupt */ + +#define ES4H_INTACK 0xA2060000 /* WO: Interrupt Ack */ +# define ES4H_INTACK_8254 0x01 /* Real Time Clock (int 0) */ +# define ES4H_INTACK_HOST 0x02 /* Host (int 1) */ +# define ES4H_INTACK_PKT0 0x04 /* Chan 0 Pkt (int 2) */ +# define ES4H_INTACK_PKT1 0x08 /* Chan 1 Pkt (int 3) */ +# define ES4H_INTACK_PKT2 0x10 /* Chan 2 Pkt (int 4) */ +# define ES4H_INTACK_PKT3 0x20 /* Chan 3 Pkt (int 5) */ + +#define SE6_PLX 0xA2070000 /* PLX 9060, SE-6 (PCI) only */ + /* see plx9060.h */ + +#define SE6_PCI_VENDOR_ID 0x114F /* Digi PCI vendor ID */ +#define SE6_PCI_DEVICE_ID 0x0003 /* RS SE-6 device ID */ +#define SE6_PCI_ID ((SE6_PCI_DEVICE_ID<<16) | SE6_PCI_VENDOR_ID) + +/* + * IDT Interrupts + */ +#define ES4H_INT_8254 IDT_INT0 +#define ES4H_INT_HOST IDT_INT1 +#define ES4H_INT_ETHER0 IDT_INT2 +#define ES4H_INT_ETHER1 IDT_INT3 +#define ES4H_INT_ETHER2 IDT_INT4 +#define ES4H_INT_ETHER3 IDT_INT5 + +/* + * Because there are differences between the SE-4 and the SE-6, + * we assume that the following globals will be set up at init + * time in main.c to containt the appropriate constants from above + */ +extern ushort Gpp; /* Softcopy of GPP register */ +extern ushort EEck; /* Clock bit */ +extern ushort EEcs; /* CS bit */ +extern ushort EEd; /* Data bit */ +extern ulong I8254_Hz; /* i8254 input frequency */ +extern ulong IDT_Hz; /* IDT CPU frequency */ +extern int Nports; /* Number of ethernet controllers */ +extern int Nchan; /* Nports+1 */ diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_ether.h linux/drivers/net/dgrs_ether.h --- v1.3.91/linux/drivers/net/dgrs_ether.h Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_ether.h Sat Apr 20 11:22:02 1996 @@ -0,0 +1,128 @@ +/* + * A filtering function + */ +typedef int (FILTER_FUNC)(uchar *pktp, int pktlen, ulong *scratch); +#define NFILTERS 2 + +/* + * The per port structure + */ +typedef struct +{ + int chan; /* Channel number (0-3) */ + ulong portaddr; /* address of 596 port register */ + volatile ulong *ca; /* address of 596 chan attention */ + ulong intmask; /* Interrupt mask for this port */ + ulong intack; /* Ack bit for this port */ + + uchar ethaddr[6]; /* Ethernet address of this port */ + int is_promisc; /* Port is promiscuous */ + + int debug; /* Debugging turned on */ + + I596_ISCP *iscpp; /* Uncached ISCP pointer */ + I596_SCP *scpp; /* Uncached SCP pointer */ + I596_SCB *scbp; /* Uncached SCB pointer */ + + I596_ISCP iscp; + I596_SCB scb; + + /* Command Queue */ + I596_CB *cb0; + I596_CB *cbN; + I596_CB *cb_head; + I596_CB *cb_tail; + + /* Receive Queue */ + I596_RFD *rfd0; + I596_RFD *rfdN; + I596_RFD *rfd_head; + I596_RFD *rfd_tail; + + /* Receive Buffers */ + I596_RBD *rbd0; + I596_RBD *rbdN; + I596_RBD *rbd_head; + I596_RBD *rbd_tail; + int buf_size; /* Size of an RBD buffer */ + int buf_cnt; /* Total RBD's allocated */ + + /* Rx Statistics */ + ulong cnt_rx_cnt; /* Total packets rcvd, good and bad */ + ulong cnt_rx_good; /* Total good packets rcvd */ + ulong cnt_rx_bad; /* Total of all bad packets rcvd */ + /* Subtotals can be gotten from SCB */ + ulong cnt_rx_nores; /* No resources */ + ulong cnt_rx_bytes; /* Total bytes rcvd */ + + /* Tx Statistics */ + ulong cnt_tx_queued; + ulong cnt_tx_done; + ulong cnt_tx_freed; + ulong cnt_tx_nores; /* No resources */ + + ulong cnt_tx_bad; + ulong cnt_tx_err_late; + ulong cnt_tx_err_nocrs; + ulong cnt_tx_err_nocts; + ulong cnt_tx_err_under; + ulong cnt_tx_err_maxcol; + ulong cnt_tx_collisions; + + /* Special stuff for host */ +# define rfd_freed cnt_rx_cnt + ulong rbd_freed; + int host_timer; + + /* Added after first beta */ + ulong cnt_tx_races; /* Counts race conditions */ + int spanstate; + ulong cnt_st_tx; /* send span tree pkts */ + ulong cnt_st_fail_tx; /* Failures to send span tree pkts */ + ulong cnt_st_fail_rbd;/* Failures to send span tree pkts */ + ulong cnt_st_rx; /* rcv span tree pkts */ + ulong cnt_st_rx_bad; /* bogus st packets rcvd */ + ulong cnt_rx_fwd; /* Rcvd packets that were forwarded */ + + ulong cnt_rx_mcast; /* Multicast pkts received */ + ulong cnt_tx_mcast; /* Multicast pkts transmitted */ + ulong cnt_tx_bytes; /* Bytes transmitted */ + + /* + * Packet filtering + * Filter 0: input filter + * Filter 1: output filter + */ + + ulong *filter_space[NFILTERS]; + FILTER_FUNC *filter_func[NFILTERS]; + ulong filter_cnt[NFILTERS]; + ulong filter_len[NFILTERS]; + + ulong pad[ (512-300) / 4]; +} PORT; + +/* + * Port[0] is host interface + * Port[1..SE_NPORTS] are external 10 Base T ports. Fewer may be in + * use, depending on whether this is an SE-4 or + * an SE-6. + * Port[SE_NPORTS] Pseudo-port for Spanning tree and SNMP + */ +extern PORT Port[1+SE_NPORTS+1]; + +extern int Nports; /* Number of genuine ethernet controllers */ +extern int Nchan; /* ... plus one for host interface */ + +extern int FirstChan; /* 0 or 1, depedning on whether host is used */ +extern int NumChan; /* 4 or 5 */ + +/* + * Functions + */ +extern void eth_xmit_spew_on(PORT *p, int cnt); +extern void eth_xmit_spew_off(PORT *p); + +extern I596_RBD *alloc_rbds(PORT *p, int num); + +extern I596_CB * eth_cb_alloc(PORT *p); diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_firmware.c linux/drivers/net/dgrs_firmware.c --- v1.3.91/linux/drivers/net/dgrs_firmware.c Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_firmware.c Sat Apr 20 11:22:02 1996 @@ -0,0 +1,9345 @@ +int dgrs_firmnum = 517; +char dgrs_firmver[] = "$Version$"; +char dgrs_firmdate[] = "04/15/96 01:59:21"; +unsigned char dgrs_code[] = { + 0xD5,0x05,0xC0,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,0x40,0x28,0x23,0x29, + 0x65,0x73,0x34,0x68,0x2E,0x62,0x69,0x6E,0x20,0x20,0x20,0x20, + 0x20,0x20,0x31,0x2E,0x30,0x20,0x30,0x30,0x2F,0x30,0x30,0x2F, + 0x39,0x34,0x00,0x40,0x28,0x23,0x29,0x43,0x6F,0x70,0x79,0x72, + 0x69,0x67,0x68,0x74,0x20,0x31,0x39,0x39,0x35,0x2C,0x20,0x44, + 0x69,0x67,0x69,0x20,0x49,0x6E,0x74,0x65,0x72,0x6E,0x61,0x74, + 0x69,0x6F,0x6E,0x61,0x6C,0x2E,0x20,0x20,0x41,0x6C,0x6C,0x20, + 0x52,0x69,0x67,0x68,0x74,0x73,0x20,0x52,0x65,0x73,0x65,0x72, + 0x76,0x65,0x64,0x2E,0x00,0x00,0x00,0x00,0x61,0x05,0xC0,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,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,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,0xFF,0x00,0x10,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x94,0xFF,0xBD,0x27,0x10,0x00,0xA1,0xAF,0x14,0x00,0xA2,0xAF, + 0x18,0x00,0xA3,0xAF,0x1C,0x00,0xA4,0xAF,0x20,0x00,0xA5,0xAF, + 0x24,0x00,0xA6,0xAF,0x28,0x00,0xA7,0xAF,0x2C,0x00,0xA8,0xAF, + 0x30,0x00,0xA9,0xAF,0x34,0x00,0xAA,0xAF,0x38,0x00,0xAB,0xAF, + 0x3C,0x00,0xAC,0xAF,0x40,0x00,0xAD,0xAF,0x44,0x00,0xAE,0xAF, + 0x48,0x00,0xAF,0xAF,0x4C,0x00,0xB8,0xAF,0x50,0x00,0xB9,0xAF, + 0x58,0x00,0xBE,0xAF,0x5C,0x00,0xBF,0xAF,0x00,0x70,0x08,0x40, + 0x12,0x48,0x00,0x00,0x10,0x50,0x00,0x00,0x00,0x60,0x0B,0x40, + 0x54,0x00,0xA8,0xAF,0x60,0x00,0xA9,0xAF,0x64,0x00,0xAA,0xAF, + 0x68,0x00,0xAB,0xAF,0x21,0x38,0x00,0x01,0x00,0x83,0x18,0x3C, + 0x00,0x01,0x18,0x27,0x00,0x00,0x08,0x8F,0x00,0x00,0x00,0x00, + 0x01,0x00,0x08,0x21,0x00,0x00,0x08,0xAF,0x00,0x68,0x05,0x40, + 0x00,0x60,0x06,0x40,0x7C,0x00,0xA8,0x30,0xD4,0xFF,0x00,0x15, + 0x00,0x00,0x00,0x00,0x24,0x40,0xA6,0x00,0x00,0xFF,0x08,0x31, + 0x1B,0x00,0x00,0x11,0x00,0x00,0x00,0x00,0x82,0x41,0x08,0x00, + 0x02,0x83,0x09,0x3C,0x21,0x48,0x28,0x01,0xC0,0xBE,0x29,0x8D, + 0x42,0x40,0x08,0x00,0x02,0x83,0x0A,0x3C,0x21,0x50,0x48,0x01, + 0xC0,0xC2,0x4A,0x8D,0x00,0x00,0x00,0x00,0x26,0x50,0x46,0x01, + 0x01,0xFF,0x4A,0x31,0x21,0x28,0xC0,0x00,0x26,0x30,0xCA,0x00, + 0x00,0x60,0x86,0x40,0x42,0x40,0x08,0x00,0x02,0x83,0x04,0x3C, + 0x21,0x20,0x88,0x00,0xC0,0xC4,0x84,0x90,0x09,0xF8,0x20,0x01, + 0x00,0x00,0x00,0x00,0x68,0x00,0xA6,0x8F,0x00,0x00,0x00,0x00, + 0x00,0x60,0x86,0x40,0x00,0x68,0x05,0x40,0xE3,0xFF,0x00,0x10, + 0x00,0x00,0x00,0x00,0x68,0x00,0xA8,0x8F,0x60,0x00,0xA9,0x8F, + 0x64,0x00,0xAA,0x8F,0x00,0x00,0x00,0x00,0x00,0x60,0x88,0x40, + 0x13,0x00,0x20,0x01,0x11,0x00,0x40,0x01,0x14,0x00,0xA2,0x8F, + 0x18,0x00,0xA3,0x8F,0x1C,0x00,0xA4,0x8F,0x20,0x00,0xA5,0x8F, + 0x24,0x00,0xA6,0x8F,0x28,0x00,0xA7,0x8F,0x2C,0x00,0xA8,0x8F, + 0x30,0x00,0xA9,0x8F,0x34,0x00,0xAA,0x8F,0x38,0x00,0xAB,0x8F, + 0x3C,0x00,0xAC,0x8F,0x40,0x00,0xAD,0x8F,0x44,0x00,0xAE,0x8F, + 0x48,0x00,0xAF,0x8F,0x4C,0x00,0xB8,0x8F,0x50,0x00,0xB9,0x8F, + 0x58,0x00,0xBE,0x8F,0x5C,0x00,0xBF,0x8F,0x00,0x00,0x00,0x00, + 0x54,0x00,0xBA,0x8F,0x10,0x00,0xA1,0x8F,0x6C,0x00,0xBD,0x27, + 0x08,0x00,0x40,0x03,0x10,0x00,0x00,0x42,0x00,0x60,0x1A,0x40, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x1B,0x3C,0xFE,0x00,0x7B,0x37, + 0x00,0x00,0x00,0x00,0x24,0xD0,0x5B,0x03,0x00,0x00,0x00,0x00, + 0x00,0x60,0x9A,0x40,0x00,0x00,0x00,0x00,0x00,0x70,0x1A,0x40, + 0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x42,0x00,0x00,0x00,0x00, + 0x08,0x00,0x40,0x03,0x00,0x00,0x00,0x00,0xFF,0xFF,0x08,0x24, + 0x85,0xFF,0x00,0x11,0x00,0x00,0x00,0x00,0x01,0x00,0x08,0x25, + 0x82,0xFF,0x00,0x15,0x00,0x00,0x00,0x00,0xFF,0xFF,0x08,0x24, + 0x21,0x08,0x00,0x01,0x7E,0xFF,0x28,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x21,0x24,0x7B,0xFF,0x20,0x14,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x02,0x24,0x78,0xFF,0x48,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x75,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x03,0x24,0x72,0xFF,0x68,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x63,0x24,0x6F,0xFF,0x60,0x14,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x04,0x24,0x6C,0xFF,0x88,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x84,0x24,0x69,0xFF,0x80,0x14,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x05,0x24,0x66,0xFF,0xA8,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0xA5,0x24,0x63,0xFF,0xA0,0x14,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x06,0x24,0x60,0xFF,0xC8,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0xC6,0x24,0x5D,0xFF,0xC0,0x14,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x07,0x24,0x5A,0xFF,0xE8,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0xE7,0x24,0x57,0xFF,0xE0,0x14,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x09,0x24,0x54,0xFF,0x28,0x15,0x00,0x00,0x00,0x00, + 0x01,0x00,0x29,0x25,0x51,0xFF,0x20,0x15,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x0A,0x24,0x4E,0xFF,0x48,0x15,0x00,0x00,0x00,0x00, + 0x01,0x00,0x4A,0x25,0x4B,0xFF,0x40,0x15,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x0B,0x24,0x48,0xFF,0x68,0x15,0x00,0x00,0x00,0x00, + 0x01,0x00,0x6B,0x25,0x45,0xFF,0x60,0x15,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x0C,0x24,0x42,0xFF,0x88,0x15,0x00,0x00,0x00,0x00, + 0x01,0x00,0x8C,0x25,0x3F,0xFF,0x80,0x15,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x0D,0x24,0x3C,0xFF,0xA8,0x15,0x00,0x00,0x00,0x00, + 0x01,0x00,0xAD,0x25,0x39,0xFF,0xA0,0x15,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x0E,0x24,0x36,0xFF,0xC8,0x15,0x00,0x00,0x00,0x00, + 0x01,0x00,0xCE,0x25,0x33,0xFF,0xC0,0x15,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x0F,0x24,0x30,0xFF,0xE8,0x15,0x00,0x00,0x00,0x00, + 0x01,0x00,0xEF,0x25,0x2D,0xFF,0xE0,0x15,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x18,0x24,0x2A,0xFF,0x08,0x17,0x00,0x00,0x00,0x00, + 0x01,0x00,0x18,0x27,0x27,0xFF,0x00,0x17,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x10,0x24,0x24,0xFF,0x08,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0x10,0x26,0x21,0xFF,0x00,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x11,0x24,0x1E,0xFF,0x28,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0x31,0x26,0x1B,0xFF,0x20,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x12,0x24,0x18,0xFF,0x48,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0x52,0x26,0x15,0xFF,0x40,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x13,0x24,0x12,0xFF,0x68,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0x73,0x26,0x0F,0xFF,0x60,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x14,0x24,0x0C,0xFF,0x88,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0x94,0x26,0x09,0xFF,0x80,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x15,0x24,0x06,0xFF,0xA8,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0xB5,0x26,0x03,0xFF,0xA0,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x16,0x24,0x00,0xFF,0xC8,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0xD6,0x26,0xFD,0xFE,0xC0,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x17,0x24,0xFA,0xFE,0xE8,0x16,0x00,0x00,0x00,0x00, + 0x01,0x00,0xF7,0x26,0xF7,0xFE,0xE0,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x1A,0x24,0xF4,0xFE,0x48,0x17,0x00,0x00,0x00,0x00, + 0x01,0x00,0x5A,0x27,0xF1,0xFE,0x40,0x17,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x1B,0x24,0xEE,0xFE,0x68,0x17,0x00,0x00,0x00,0x00, + 0x01,0x00,0x7B,0x27,0xEB,0xFE,0x60,0x17,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x1C,0x24,0xE8,0xFE,0x88,0x17,0x00,0x00,0x00,0x00, + 0x01,0x00,0x9C,0x27,0xE5,0xFE,0x80,0x17,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x1D,0x24,0xE2,0xFE,0xA8,0x17,0x00,0x00,0x00,0x00, + 0x01,0x00,0xBD,0x27,0xDF,0xFE,0xA0,0x17,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x1E,0x24,0xDC,0xFE,0xC8,0x17,0x00,0x00,0x00,0x00, + 0x01,0x00,0xDE,0x27,0xD9,0xFE,0xC0,0x17,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x1F,0x24,0xD6,0xFE,0xE8,0x17,0x00,0x00,0x00,0x00, + 0x01,0x00,0xFF,0x27,0xD3,0xFE,0xE0,0x17,0x00,0x00,0x00,0x00, + 0x00,0x83,0x18,0x3C,0x00,0x01,0x18,0x27,0x00,0x20,0x01,0x3C, + 0x25,0xC0,0x01,0x03,0x00,0x60,0x08,0x40,0x00,0x00,0x00,0x00, + 0x01,0x00,0x01,0x3C,0x25,0x40,0x01,0x01,0x00,0x60,0x88,0x40, + 0x21,0x10,0x00,0x00,0xA5,0xA5,0x03,0x3C,0xA5,0xA5,0x63,0x34, + 0x00,0x80,0x01,0x3C,0x00,0x00,0x23,0xAC,0x00,0x80,0x09,0x3C, + 0x00,0x00,0x29,0x8D,0x00,0x00,0x00,0x00,0x00,0x60,0x0A,0x40, + 0x00,0x00,0x00,0x00,0x08,0x00,0x01,0x3C,0x24,0x50,0x41,0x01, + 0x1D,0x00,0x40,0x15,0x00,0x00,0x00,0x00,0x1B,0x00,0x69,0x14, + 0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x24,0x00,0x80,0x01,0x3C, + 0x21,0x08,0x22,0x00,0x00,0x00,0x20,0xAC,0x40,0x10,0x02,0x00, + 0x01,0x00,0x01,0x3C,0x01,0x00,0x21,0x34,0x2B,0x08,0x41,0x00, + 0xF8,0xFF,0x20,0x14,0x00,0x00,0x00,0x00,0xFF,0xFF,0x03,0x24, + 0x00,0x80,0x01,0x3C,0x00,0x00,0x23,0xAC,0x00,0x01,0x02,0x24, + 0x00,0x80,0x03,0x3C,0x21,0x18,0x62,0x00,0x00,0x00,0x63,0x8C, + 0x00,0x00,0x00,0x00,0x07,0x00,0x60,0x14,0x00,0x00,0x00,0x00, + 0x40,0x10,0x02,0x00,0x01,0x00,0x01,0x3C,0x01,0x00,0x21,0x34, + 0x2B,0x08,0x41,0x00,0xF5,0xFF,0x20,0x14,0x00,0x00,0x00,0x00, + 0x00,0x60,0x80,0x40,0x00,0x00,0x00,0x00,0x54,0x00,0x02,0xAF, + 0x00,0x60,0x08,0x40,0x00,0x00,0x00,0x00,0x03,0x00,0x01,0x3C, + 0x25,0x40,0x01,0x01,0x00,0x60,0x88,0x40,0x21,0x10,0x00,0x00, + 0xA5,0xA5,0x03,0x3C,0xA5,0xA5,0x63,0x34,0x00,0x80,0x01,0x3C, + 0x00,0x00,0x23,0xAC,0x00,0x80,0x09,0x3C,0x00,0x00,0x29,0x8D, + 0x00,0x00,0x00,0x00,0x00,0x60,0x0A,0x40,0x00,0x00,0x00,0x00, + 0x08,0x00,0x01,0x3C,0x24,0x50,0x41,0x01,0x1D,0x00,0x40,0x15, + 0x00,0x00,0x00,0x00,0x1B,0x00,0x69,0x14,0x00,0x00,0x00,0x00, + 0x00,0x01,0x02,0x24,0x00,0x80,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x00,0x00,0x20,0xAC,0x40,0x10,0x02,0x00,0x01,0x00,0x01,0x3C, + 0x01,0x00,0x21,0x34,0x2B,0x08,0x41,0x00,0xF8,0xFF,0x20,0x14, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x03,0x24,0x00,0x80,0x01,0x3C, + 0x00,0x00,0x23,0xAC,0x00,0x01,0x02,0x24,0x00,0x80,0x03,0x3C, + 0x21,0x18,0x62,0x00,0x00,0x00,0x63,0x8C,0x00,0x00,0x00,0x00, + 0x07,0x00,0x60,0x14,0x00,0x00,0x00,0x00,0x40,0x10,0x02,0x00, + 0x01,0x00,0x01,0x3C,0x01,0x00,0x21,0x34,0x2B,0x08,0x41,0x00, + 0xF5,0xFF,0x20,0x14,0x00,0x00,0x00,0x00,0x00,0x60,0x80,0x40, + 0x00,0x00,0x00,0x00,0x58,0x00,0x02,0xAF,0x58,0x00,0x09,0x8F, + 0x00,0x00,0x00,0x00,0x11,0x00,0x20,0x11,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x03,0x00,0x02,0x3C,0x00,0x00,0x00,0x00, + 0x00,0x60,0x82,0x40,0x00,0x80,0x08,0x3C,0x25,0x48,0x28,0x01, + 0x00,0x00,0x00,0xA1,0x04,0x00,0x00,0xA1,0x08,0x00,0x00,0xA1, + 0x0C,0x00,0x00,0xA1,0x10,0x00,0x00,0xA1,0x14,0x00,0x00,0xA1, + 0x18,0x00,0x00,0xA1,0x20,0x00,0x08,0x25,0xF7,0xFF,0x09,0x15, + 0xFC,0xFF,0x00,0xA1,0x54,0x00,0x09,0x8F,0x00,0x00,0x00,0x00, + 0x11,0x00,0x20,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x3C,0x00,0x00,0x00,0x00,0x00,0x60,0x82,0x40, + 0x00,0x80,0x08,0x3C,0x25,0x48,0x28,0x01,0x00,0x00,0x00,0xA1, + 0x04,0x00,0x00,0xA1,0x08,0x00,0x00,0xA1,0x0C,0x00,0x00,0xA1, + 0x10,0x00,0x00,0xA1,0x14,0x00,0x00,0xA1,0x18,0x00,0x00,0xA1, + 0x20,0x00,0x08,0x25,0xF7,0xFF,0x09,0x15,0xFC,0xFF,0x00,0xA1, + 0x20,0x00,0x08,0x3C,0x00,0x60,0x88,0x40,0x00,0x68,0x80,0x40, + 0x00,0x83,0x02,0x3C,0x98,0x1C,0x42,0x24,0xFF,0x1F,0x09,0x3C, + 0xFF,0xFF,0x29,0x35,0x24,0x10,0x49,0x00,0x00,0x80,0x09,0x3C, + 0x25,0x10,0x49,0x00,0x08,0x00,0x40,0x00,0x00,0x00,0x00,0x00, + 0x02,0x83,0x08,0x3C,0xC0,0xB5,0x08,0x25,0xFC,0xFF,0x01,0x24, + 0x24,0x40,0x01,0x01,0x03,0x83,0x09,0x3C,0x2C,0xF5,0x29,0x25, + 0xFC,0xFF,0x01,0x24,0x24,0x48,0x21,0x01,0x00,0x00,0x0A,0x24, + 0x00,0x00,0x0A,0xAD,0xFE,0xFF,0x09,0x15,0x04,0x00,0x08,0x25, + 0x03,0x83,0x08,0x3C,0x30,0xF5,0x08,0x25,0xFC,0xFF,0x01,0x24, + 0x24,0x40,0x01,0x01,0x1F,0x83,0x09,0x3C,0xFC,0xFF,0x29,0x35, + 0xFC,0xFF,0x01,0x24,0x24,0x48,0x21,0x01,0xED,0xFE,0x0A,0x3C, + 0xAF,0xDE,0x4A,0x35,0x00,0x00,0x0A,0xAD,0xFE,0xFF,0x09,0x15, + 0x04,0x00,0x08,0x25,0x02,0x83,0x08,0x3C,0xC0,0xB6,0x08,0x25, + 0xFC,0xFF,0x01,0x24,0x24,0x40,0x01,0x01,0x02,0x83,0x09,0x3C, + 0xBC,0xBE,0x29,0x25,0xFC,0xFF,0x01,0x24,0x24,0x48,0x21,0x01, + 0xAD,0xDE,0x0A,0x3C,0xEF,0xBE,0x4A,0x35,0x00,0x00,0x0A,0xAD, + 0xFE,0xFF,0x09,0x15,0x04,0x00,0x08,0x25,0x00,0x04,0x08,0x3C, + 0x00,0x00,0x00,0x00,0x00,0x18,0x88,0x40,0x00,0x00,0x00,0x00, + 0x02,0x83,0x1D,0x3C,0xC0,0xBE,0xBD,0x27,0x00,0x00,0x1E,0x24, + 0x02,0x83,0x1C,0x3C,0x2B,0x08,0xC0,0x0C,0xF0,0x31,0x9C,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x04,0x80,0x84,0x27, + 0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x08,0x80,0x84,0x27, + 0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x0C,0x80,0x84,0x27, + 0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x10,0x80,0x84,0x27, + 0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x14,0x80,0x82,0x8F,0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF, + 0x10,0x00,0xB0,0xAF,0x01,0x00,0x43,0x24,0x14,0x80,0x83,0xAF, + 0xFF,0xFF,0x03,0x24,0x04,0x00,0x43,0x14,0xFF,0x1F,0x04,0x3C, + 0x00,0xA3,0x01,0x3C,0x08,0x01,0x20,0xAC,0xFF,0x1F,0x04,0x3C, + 0xFF,0xFF,0x84,0x34,0x00,0xA3,0x10,0x3C,0x00,0xA3,0x02,0x3C, + 0x08,0x01,0x42,0x8C,0xD0,0x83,0x83,0x8F,0xDC,0x05,0x10,0x36, + 0x23,0x10,0x43,0x00,0x00,0xA3,0x01,0x3C,0x10,0x01,0x22,0xAC, + 0x02,0x83,0x02,0x3C,0x70,0xD9,0x42,0x24,0x24,0x10,0x44,0x00, + 0x00,0xA0,0x03,0x3C,0x25,0x10,0x43,0x00,0x00,0xA3,0x03,0x3C, + 0x08,0x01,0x63,0x8C,0x1C,0x00,0x44,0x8C,0x00,0x00,0x05,0x8E, + 0x03,0x83,0x02,0x3C,0xC4,0xF4,0x42,0x8C,0xD0,0x83,0x83,0xAF, + 0x24,0x84,0x84,0xAF,0x12,0x00,0xA2,0x10,0x00,0xA3,0x04,0x3C, + 0x15,0x36,0xC0,0x0C,0xDC,0x05,0x84,0x34,0xFF,0x00,0x05,0x3C, + 0xFF,0x00,0xA5,0x34,0x00,0xFF,0x06,0x3C,0x00,0x00,0x04,0x8E, + 0x00,0xFF,0xC6,0x34,0x00,0x14,0x04,0x00,0x02,0x1C,0x04,0x00, + 0x25,0x10,0x43,0x00,0x02,0x1A,0x02,0x00,0x24,0x18,0x65,0x00, + 0x00,0x12,0x02,0x00,0x24,0x10,0x46,0x00,0x25,0x18,0x62,0x00, + 0xA0,0x84,0x84,0xAF,0xA8,0x84,0x83,0xAF,0x00,0xA3,0x10,0x3C, + 0xE0,0x05,0x10,0x36,0x00,0x00,0x03,0x8E,0x03,0x83,0x02,0x3C, + 0xC8,0xF4,0x42,0x8C,0x00,0x00,0x00,0x00,0x12,0x00,0x62,0x10, + 0x00,0xA3,0x04,0x3C,0x29,0x36,0xC0,0x0C,0xE0,0x05,0x84,0x34, + 0xFF,0x00,0x05,0x3C,0xFF,0x00,0xA5,0x34,0x00,0xFF,0x06,0x3C, + 0x00,0x00,0x04,0x8E,0x00,0xFF,0xC6,0x34,0x00,0x14,0x04,0x00, + 0x02,0x1C,0x04,0x00,0x25,0x10,0x43,0x00,0x02,0x1A,0x02,0x00, + 0x24,0x18,0x65,0x00,0x00,0x12,0x02,0x00,0x24,0x10,0x46,0x00, + 0x25,0x18,0x62,0x00,0xAC,0x84,0x84,0xAF,0xA4,0x84,0x83,0xAF, + 0x28,0x84,0x83,0x8F,0x00,0xA3,0x02,0x3C,0x90,0x01,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x05,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x04,0x3C,0x90,0x01,0x84,0x8C,0x3D,0x36,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x00,0xA3,0x03,0x3C,0x8C,0x01,0x63,0x8C, + 0x03,0x83,0x02,0x3C,0xF0,0xF4,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x05,0x00,0x62,0x10,0x00,0x00,0x00,0x00,0x00,0xA3,0x04,0x3C, + 0x8C,0x01,0x84,0x8C,0xBE,0x36,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0xAC,0x25,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x42,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0xA3,0x02,0x3C, + 0x30,0x01,0x42,0x8C,0x00,0x00,0x00,0x00,0x14,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0xA3,0x01,0x3C,0x30,0x01,0x20,0xAC, + 0x00,0xA3,0x01,0x3C,0x10,0x01,0x20,0xAC,0x00,0xA3,0x01,0x3C, + 0x14,0x01,0x20,0xAC,0x00,0xA3,0x01,0x3C,0x18,0x01,0x20,0xAC, + 0x00,0xA3,0x01,0x3C,0x1C,0x01,0x20,0xAC,0x00,0xA3,0x01,0x3C, + 0x20,0x01,0x20,0xAC,0x00,0xA3,0x01,0x3C,0x24,0x01,0x20,0xAC, + 0x00,0xA3,0x01,0x3C,0x28,0x01,0x20,0xAC,0x00,0xA3,0x01,0x3C, + 0xC3,0x0C,0xC0,0x0C,0x2C,0x01,0x20,0xAC,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0xB8,0xFF,0xBD,0x27,0x03,0x00,0x02,0x3C,0x07,0xA2,0x03,0x3C, + 0x40,0x00,0xBF,0xAF,0x3C,0x00,0xB5,0xAF,0x38,0x00,0xB4,0xAF, + 0x34,0x00,0xB3,0xAF,0x30,0x00,0xB2,0xAF,0x2C,0x00,0xB1,0xAF, + 0x28,0x00,0xB0,0xAF,0x00,0xA3,0x01,0x3C,0x5C,0x01,0x20,0xAC, + 0x00,0x00,0x63,0x8C,0x4F,0x11,0x42,0x34,0x20,0x00,0x62,0x14, + 0x57,0x00,0x04,0x3C,0x4C,0x00,0x08,0x3C,0x40,0x4B,0x08,0x35, + 0xFA,0x02,0x07,0x3C,0x80,0xF0,0xE7,0x34,0x07,0xA2,0x06,0x3C, + 0x98,0x00,0xC6,0x34,0x43,0x49,0x03,0x3C,0x43,0x03,0x63,0x34, + 0x07,0xA2,0x04,0x3C,0x30,0x01,0x84,0x34,0x07,0xA2,0x05,0x3C, + 0x00,0x01,0xA5,0x34,0x06,0x00,0x02,0x24,0x18,0x84,0x82,0xAF, + 0x00,0xA3,0x01,0x3C,0xCC,0x05,0x22,0xAC,0x04,0x00,0x02,0x24, + 0x2E,0x84,0x82,0xA7,0x02,0x00,0x02,0x24,0x2C,0x84,0x82,0xA7, + 0x01,0x00,0x02,0x24,0x14,0x84,0x82,0xA7,0x77,0x77,0x02,0x24, + 0x1C,0x84,0x88,0xAF,0x10,0x84,0x87,0xAF,0x00,0x00,0xC3,0xAC, + 0x00,0x00,0x82,0xAC,0x43,0x01,0x02,0x24,0x00,0x00,0xA2,0xAC, + 0x6A,0x08,0xC0,0x08,0x1F,0x83,0x04,0x3C,0xF0,0xBC,0x84,0x34, + 0xBD,0x02,0x03,0x3C,0x80,0xE7,0x63,0x34,0x04,0x00,0x02,0x24, + 0x18,0x84,0x82,0xAF,0x00,0xA3,0x01,0x3C,0xCC,0x05,0x22,0xAC, + 0x00,0x08,0x02,0x24,0x2E,0x84,0x82,0xA7,0x00,0x04,0x02,0x24, + 0x2C,0x84,0x82,0xA7,0x00,0x02,0x02,0x24,0x14,0x84,0x82,0xA7, + 0x1C,0x84,0x84,0xAF,0x10,0x84,0x83,0xAF,0x1F,0x83,0x04,0x3C, + 0x00,0xF0,0x84,0x34,0x18,0x84,0x83,0x8F,0x00,0x83,0x02,0x3C, + 0x00,0xA3,0x01,0x3C,0x6C,0x01,0x22,0xAC,0x00,0xA3,0x01,0x3C, + 0x70,0x01,0x24,0xAC,0x01,0x00,0x63,0x24,0x20,0x84,0x83,0xAF, + 0x80,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0xA3,0x02,0x3C, + 0x84,0x01,0x42,0x8C,0x00,0x80,0x80,0xA7,0x02,0x00,0x40,0x14, + 0x55,0x00,0x02,0x24,0x00,0x80,0x82,0xA7,0x00,0xA3,0x02,0x3C, + 0x88,0x01,0x42,0x8C,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0x80,0x82,0x97,0x00,0x00,0x00,0x00, + 0xAA,0x00,0x42,0x34,0x00,0x80,0x82,0xA7,0x00,0x80,0x83,0x97, + 0x05,0xA2,0x02,0x3C,0xD4,0x39,0xC0,0x0C,0x00,0x00,0x43,0xA4, + 0x02,0x83,0x04,0x3C,0xC0,0xBE,0x84,0x24,0x02,0x83,0x05,0x3C, + 0xC0,0xC2,0xA5,0x24,0x02,0x83,0x06,0x3C,0xC0,0xC4,0xC6,0x24, + 0x08,0x00,0x07,0x24,0x01,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C, + 0x5C,0x01,0x22,0xAC,0x02,0x83,0x02,0x3C,0xD0,0x81,0x42,0x24, + 0x10,0x00,0xA2,0xAF,0x02,0x83,0x02,0x3C,0xF0,0x81,0x42,0x24, + 0x14,0x00,0xA2,0xAF,0x02,0x83,0x02,0x3C,0x10,0x82,0x42,0x24, + 0x18,0x00,0xA2,0xAF,0x00,0x83,0x02,0x3C,0x24,0x1E,0x42,0x24, + 0x08,0x3A,0xC0,0x0C,0x1C,0x00,0xA2,0xAF,0x00,0xA3,0x03,0x3C, + 0x7C,0x01,0x63,0x8C,0xFF,0xFF,0x02,0x24,0x08,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x18,0x84,0x85,0x8F,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x80,0x67,0x84,0x24,0x00,0xA3,0x01,0x3C, + 0xA8,0x18,0xC0,0x0C,0x7C,0x01,0x20,0xAC,0xB4,0x09,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x21,0x20,0x00,0x00,0x02,0x00,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0xD0,0x34,0xC0,0x0C,0x5C,0x01,0x22,0xAC, + 0x03,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C,0x00,0x0B,0xC0,0x0C, + 0x5C,0x01,0x22,0xAC,0x01,0x00,0x04,0x24,0x04,0x00,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0x22,0x0A,0xC0,0x0C,0x5C,0x01,0x22,0xAC, + 0x05,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C,0x5C,0x01,0x22,0xAC, + 0x00,0xA3,0x13,0x3C,0x7C,0x01,0x73,0x8E,0x00,0xA3,0x03,0x3C, + 0xA0,0x01,0x63,0x8C,0x01,0x00,0x62,0x2E,0x40,0x84,0x82,0xAF, + 0x00,0x80,0x02,0x3C,0x05,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x20,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0xCD,0x08,0xC0,0x08, + 0xFF,0xFF,0x42,0x24,0x20,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x44,0x84,0x82,0xAF,0x82,0x0A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x21,0x20,0x40,0x00,0x02,0x00,0x05,0x24,0xE8,0x03,0x06,0x24, + 0x00,0x83,0x07,0x3C,0x90,0x1E,0xE7,0x24,0x9C,0x0A,0xC0,0x0C, + 0x10,0x00,0xA0,0xAF,0x5B,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x06,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C,0x8C,0x22,0xC0,0x0C, + 0x5C,0x01,0x22,0xAC,0x07,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C, + 0x4B,0x2D,0xC0,0x0C,0x5C,0x01,0x22,0xAC,0x08,0x00,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0xA4,0x2F,0xC0,0x0C,0x5C,0x01,0x22,0xAC, + 0x09,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C,0x5C,0x01,0x22,0xAC, + 0x00,0xA3,0x02,0x3C,0xF0,0x05,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x08,0x00,0x40,0x10,0x0A,0x00,0x02,0x24,0x00,0xA3,0x04,0x3C, + 0xF0,0x05,0x84,0x8C,0x8B,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x01,0x3C,0xF4,0x05,0x22,0xAC,0x0A,0x00,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0x5C,0x01,0x22,0xAC,0x99,0x0E,0xC0,0x0C, + 0x01,0x00,0x15,0x24,0x02,0x83,0x02,0x3C,0x70,0xD9,0x42,0x24, + 0x21,0xA0,0x40,0x00,0x40,0x84,0x83,0x8F,0x0B,0x00,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0x5C,0x01,0x22,0xAC,0x64,0x00,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0x5C,0x01,0x22,0xAC,0x44,0x84,0x82,0x8F, + 0x40,0x1A,0x03,0x00,0x21,0x88,0x74,0x00,0x40,0x12,0x02,0x00, + 0x21,0x90,0x54,0x00,0x00,0xA3,0x02,0x3C,0x08,0x01,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0xA3,0x01,0x3C, + 0x08,0x01,0x22,0xAC,0x00,0xA3,0x02,0x3C,0x08,0x01,0x42,0x8C, + 0x00,0xA3,0x02,0x3C,0x7C,0x01,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x0E,0x00,0x53,0x10,0x00,0x00,0x00,0x00,0x04,0x00,0x40,0x10, + 0x21,0x98,0x40,0x00,0x40,0x84,0x80,0xAF,0x1D,0x09,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x40,0x84,0x95,0xAF,0x02,0x83,0x04,0x3C, + 0xE4,0x16,0xC0,0x0C,0x70,0xD9,0x84,0x24,0x40,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x40,0x12,0x02,0x00,0x21,0x88,0x54,0x00, + 0x00,0xA3,0x02,0x3C,0x00,0x06,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x03,0x00,0x40,0x18,0x21,0x80,0x20,0x02,0xEB,0x0E,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x12,0x02,0x0B,0x00,0x40,0x10, + 0x21,0x20,0x00,0x02,0x52,0x11,0xC0,0x0C,0x0A,0x00,0x05,0x24, + 0x67,0x15,0xC0,0x0C,0x21,0x20,0x00,0x02,0xDA,0x15,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x00,0x02,0x10,0x26,0x2B,0x10,0x12,0x02, + 0xF7,0xFF,0x40,0x14,0x21,0x20,0x00,0x02,0xB8,0x0A,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x07,0x09,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x40,0x00,0xBF,0x8F,0x3C,0x00,0xB5,0x8F,0x38,0x00,0xB4,0x8F, + 0x34,0x00,0xB3,0x8F,0x30,0x00,0xB2,0x8F,0x2C,0x00,0xB1,0x8F, + 0x28,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x48,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x18,0x84,0x83,0x8F,0x06,0x00,0x02,0x24, + 0x14,0x00,0xBF,0xAF,0x06,0x00,0x62,0x14,0x10,0x00,0xB0,0xAF, + 0x07,0xA2,0x03,0x3C,0xE4,0x00,0x63,0x34,0x01,0x00,0x02,0x24, + 0x56,0x09,0xC0,0x08,0x00,0x00,0x62,0xAC,0x00,0x80,0x82,0x97, + 0x05,0xA2,0x10,0x3C,0x00,0x01,0x42,0x34,0x80,0x3A,0xC0,0x0C, + 0x00,0x00,0x02,0xA6,0x00,0x80,0x82,0x97,0x00,0x00,0x00,0x00, + 0xFF,0xFE,0x42,0x30,0x00,0x00,0x02,0xA6,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0x00,0x80,0x82,0x97,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x05,0xA2,0x10,0x3C,0x14,0x00,0xBF,0xAF,0x00,0x01,0x42,0x34, + 0x80,0x3A,0xC0,0x0C,0x00,0x00,0x02,0xA6,0x00,0x80,0x82,0x97, + 0x00,0x00,0x00,0x00,0xFF,0xFE,0x42,0x30,0x00,0x00,0x02,0xA6, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x21,0x10,0x80,0x00, + 0x03,0x00,0x40,0x04,0x10,0x00,0xBF,0xAF,0xFE,0xFF,0x02,0x3C, + 0xC0,0x1D,0x42,0x34,0x00,0xA3,0x04,0x3C,0x60,0x01,0x84,0x34, + 0x00,0xA3,0x01,0x3C,0x5C,0x01,0x22,0xAC,0x00,0xA3,0x01,0x3C, + 0x68,0x01,0x26,0xAC,0xD4,0x3A,0xC0,0x0C,0x08,0x00,0x06,0x24, + 0xEC,0x3A,0xC0,0x0C,0xFF,0xFF,0x04,0x24,0x7A,0x09,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C, + 0x3F,0xF5,0x42,0x24,0xF0,0xFF,0x03,0x24,0x24,0x10,0x43,0x00, + 0x00,0xA3,0x01,0x3C,0x78,0x01,0x22,0xAC,0x00,0xA3,0x02,0x3C, + 0x78,0x01,0x42,0x8C,0x00,0xA3,0x01,0x3C,0x08,0x00,0xE0,0x03, + 0x74,0x01,0x22,0xAC,0xE0,0xFF,0xBD,0x27,0x0F,0x00,0x84,0x24, + 0xF0,0xFF,0x03,0x24,0x14,0x00,0xB1,0xAF,0x00,0xA3,0x11,0x3C, + 0x78,0x01,0x31,0x8E,0x00,0xA3,0x02,0x3C,0x78,0x01,0x42,0x8C, + 0x24,0x20,0x83,0x00,0x21,0x10,0x44,0x00,0x00,0xA3,0x01,0x3C, + 0x78,0x01,0x22,0xAC,0x00,0xA3,0x03,0x3C,0x78,0x01,0x63,0x8C, + 0x00,0xA3,0x02,0x3C,0x70,0x01,0x42,0x8C,0x18,0x00,0xBF,0xAF, + 0x2B,0x10,0x43,0x00,0x0D,0x00,0x40,0x10,0x10,0x00,0xB0,0xAF, + 0x01,0x83,0x04,0x3C,0x90,0x67,0x84,0x24,0x18,0x80,0x90,0x27, + 0x21,0x28,0x00,0x02,0x01,0x83,0x07,0x3C,0xB0,0x67,0xE7,0x24, + 0x97,0x39,0xC0,0x0C,0xFC,0x01,0x06,0x24,0x01,0x00,0x04,0x24, + 0x21,0x28,0x00,0x02,0x6A,0x09,0xC0,0x0C,0xFC,0x01,0x06,0x24, + 0x21,0x10,0x20,0x02,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF, + 0x80,0x3A,0xC0,0x0C,0x10,0x00,0xB0,0xAF,0x34,0x00,0x02,0x24, + 0x04,0xA2,0x01,0x3C,0x0C,0x00,0x22,0xA0,0x80,0x3A,0xC0,0x0C, + 0xE8,0x03,0x10,0x24,0x1C,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x1B,0x00,0x50,0x00,0x02,0x00,0x00,0x16,0x00,0x00,0x00,0x00, + 0x0D,0x00,0x07,0x00,0x12,0x10,0x00,0x00,0x04,0xA2,0x11,0x3C, + 0x80,0x3A,0xC0,0x0C,0x00,0x00,0x22,0xA2,0x1C,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x1B,0x00,0x50,0x00,0x02,0x00,0x00,0x16, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00,0x12,0x10,0x00,0x00, + 0x21,0x28,0x00,0x00,0x21,0x20,0x00,0x00,0x06,0xA2,0x03,0x3C, + 0x02,0x12,0x02,0x00,0x00,0x00,0x22,0xA2,0x01,0x00,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0x04,0x01,0x20,0xAC,0x00,0x00,0x62,0xAC, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x24,0x00,0xB8,0xD7,0x20,0xAC, + 0x01,0x00,0xA5,0x24,0x16,0x00,0xA2,0x2C,0xFA,0xFF,0x40,0x14, + 0x14,0x00,0x84,0x24,0x1F,0x83,0x04,0x3C,0x00,0xF0,0x84,0x34, + 0x24,0x80,0x83,0x8F,0x01,0x00,0x02,0x24,0x34,0x84,0x80,0xAF, + 0x20,0x80,0x82,0xAF,0x30,0x84,0x80,0xAF,0x20,0x83,0x01,0x3C, + 0xFC,0xEF,0x24,0xAC,0x08,0x00,0x60,0x10,0x1F,0x83,0x05,0x3C, + 0xFC,0xEF,0xA5,0x34,0x1F,0x83,0x06,0x3C,0x01,0x83,0x04,0x3C, + 0xD0,0x67,0x84,0x24,0x97,0x39,0xC0,0x0C,0x00,0xF0,0xC6,0x34, + 0x24,0x80,0x80,0xAF,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x74,0x00,0x02,0x24, + 0x14,0x00,0xBF,0xAF,0x04,0xA2,0x01,0x3C,0x0C,0x00,0x22,0xA0, + 0x8A,0x3A,0xC0,0x0C,0x21,0x80,0x80,0x00,0x04,0xA2,0x01,0x3C, + 0x04,0x00,0x30,0xA0,0x8A,0x3A,0xC0,0x0C,0x03,0x82,0x10,0x00, + 0x04,0xA2,0x01,0x3C,0x8A,0x3A,0xC0,0x0C,0x04,0x00,0x30,0xA0, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x40,0x00,0x02,0x24, + 0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x04,0xA2,0x01,0x3C,0x8A,0x3A,0xC0,0x0C,0x0C,0x00,0x22,0xA0, + 0x04,0xA2,0x11,0x3C,0x04,0x00,0x31,0x92,0x00,0x00,0x00,0x00, + 0x8A,0x3A,0xC0,0x0C,0xFF,0x00,0x31,0x32,0x04,0xA2,0x10,0x3C, + 0x04,0x00,0x10,0x92,0x00,0x00,0x00,0x00,0x8A,0x3A,0xC0,0x0C, + 0xFF,0x00,0x10,0x32,0x00,0x82,0x10,0x00,0x25,0x10,0x11,0x02, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0x20,0x80,0x82,0x8F, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x03,0x00,0x40,0x14,0x14,0x00,0xBF,0xAF,0xB4,0x09,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x12,0x00,0x00,0x00,0x00, + 0xF4,0x3A,0xC0,0x0C,0x01,0x04,0x04,0x24,0x32,0x0A,0xC0,0x08, + 0x00,0x00,0x00,0x00,0xEC,0x3A,0xC0,0x0C,0x00,0x04,0x04,0x24, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27,0x06,0xA2,0x03,0x3C, + 0x01,0x00,0x02,0x24,0x20,0x00,0xBF,0xAF,0x1C,0x00,0xB1,0xAF, + 0x18,0x00,0xB0,0xAF,0x00,0x00,0x62,0xAC,0x00,0xA3,0x02,0x3C, + 0x04,0x01,0x42,0x8C,0x21,0x88,0xE0,0x00,0x01,0x00,0x42,0x24, + 0x00,0xA3,0x01,0x3C,0x04,0x01,0x22,0xAC,0x28,0x80,0x82,0x8F, + 0x00,0xA3,0x03,0x3C,0x04,0x01,0x63,0x8C,0x01,0x00,0x42,0x24, + 0x28,0x80,0x82,0xAF,0xE8,0x03,0x42,0x28,0x15,0x00,0x40,0x14, + 0xFF,0x7F,0x03,0x3C,0x34,0x84,0x82,0x8F,0xFE,0xFF,0x63,0x34, + 0x28,0x80,0x80,0xAF,0x01,0x00,0x42,0x24,0x2B,0x18,0x62,0x00, + 0x34,0x84,0x82,0xAF,0x0D,0x00,0x60,0x10,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x0C,0x68,0x84,0x24,0x2C,0x80,0x90,0x27, + 0x21,0x28,0x00,0x02,0x01,0x83,0x07,0x3C,0x2C,0x68,0xE7,0x24, + 0x97,0x39,0xC0,0x0C,0x90,0x00,0x06,0x24,0x01,0x00,0x04,0x24, + 0x21,0x28,0x00,0x02,0x6A,0x09,0xC0,0x0C,0x90,0x00,0x06,0x24, + 0x30,0x84,0x86,0x8F,0x00,0x00,0x00,0x00,0x0E,0x00,0xC0,0x18, + 0x21,0x18,0x00,0x00,0x02,0x83,0x05,0x3C,0xB0,0xD7,0xA5,0x24, + 0x21,0x20,0x00,0x00,0x02,0x83,0x02,0x3C,0x21,0x10,0x44,0x00, + 0xB0,0xD7,0x42,0x8C,0x14,0x00,0x84,0x24,0x01,0x00,0x63,0x24, + 0xFF,0xFF,0x42,0x24,0x00,0x00,0xA2,0xAC,0x2A,0x10,0x66,0x00, + 0xF7,0xFF,0x40,0x14,0x14,0x00,0xA5,0x24,0x1F,0x83,0x04,0x3C, + 0xFC,0xEF,0x84,0x34,0x1F,0x83,0x02,0x3C,0x00,0x00,0x83,0x8C, + 0xFF,0xFF,0x42,0x34,0x00,0x00,0x71,0xAC,0x04,0x00,0x63,0x24, + 0x2B,0x10,0x43,0x00,0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x1F,0x83,0x03,0x3C,0x00,0xF0,0x63,0x34,0x00,0x00,0x83,0xAC, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0x30,0x84,0x82,0x8F, + 0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF,0x16,0x00,0x42,0x28, + 0x0D,0x00,0x40,0x14,0x10,0x00,0xB0,0xAF,0x01,0x83,0x04,0x3C, + 0x0C,0x68,0x84,0x24,0x2C,0x80,0x90,0x27,0x21,0x28,0x00,0x02, + 0x01,0x83,0x07,0x3C,0x44,0x68,0xE7,0x24,0x97,0x39,0xC0,0x0C, + 0xAD,0x00,0x06,0x24,0x01,0x00,0x04,0x24,0x21,0x28,0x00,0x02, + 0x6A,0x09,0xC0,0x0C,0xAD,0x00,0x06,0x24,0x30,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x01,0x00,0x43,0x24,0x30,0x84,0x83,0xAF, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0x80,0x10,0x04,0x00,0x21,0x10,0x44,0x00, + 0x10,0x00,0xA3,0x8F,0x80,0x10,0x02,0x00,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xB4,0xD7,0x26,0xAC,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xBC,0xD7,0x27,0xAC,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xB0,0xD7,0x26,0xAC,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xB8,0xD7,0x25,0xAC,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xC0,0xD7,0x23,0xAC,0x08,0x00,0xE0,0x03, + 0x21,0x10,0x00,0x01,0x80,0x10,0x04,0x00,0x21,0x10,0x44,0x00, + 0x80,0x10,0x02,0x00,0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x08,0x00,0xE0,0x03,0xB8,0xD7,0x20,0xAC,0x30,0x84,0x82,0x8F, + 0xC0,0xFF,0xBD,0x27,0x28,0x00,0xB4,0xAF,0x21,0xA0,0x00,0x00, + 0x38,0x00,0xBF,0xAF,0x34,0x00,0xB7,0xAF,0x30,0x00,0xB6,0xAF, + 0x2C,0x00,0xB5,0xAF,0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF, + 0x1C,0x00,0xB1,0xAF,0x30,0x00,0x40,0x18,0x18,0x00,0xB0,0xAF, + 0x01,0x00,0x17,0x24,0x02,0x00,0x16,0x24,0x02,0x83,0x10,0x3C, + 0xBC,0xD7,0x10,0x26,0x04,0x00,0x13,0x26,0xF4,0xFF,0x11,0x26, + 0xFC,0xFF,0x12,0x26,0x21,0xA8,0x00,0x00,0x00,0x00,0x43,0x8E, + 0x00,0x00,0x00,0x00,0x07,0x00,0x77,0x10,0x02,0x00,0x62,0x28, + 0x19,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x09,0x00,0x76,0x10, + 0x00,0x00,0x00,0x00,0xEC,0x0A,0xC0,0x08,0x14,0x00,0x10,0x26, + 0x00,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x11,0x00,0x40,0x1C, + 0x00,0x00,0x00,0x00,0xE6,0x0A,0xC0,0x08,0x00,0x00,0x40,0xAE, + 0x00,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x0B,0x00,0x40,0x1C, + 0x00,0x00,0x00,0x00,0x02,0x83,0x02,0x3C,0x21,0x10,0x55,0x00, + 0xB4,0xD7,0x42,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0xAE, + 0x00,0x00,0x64,0x8E,0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x09,0xF8,0x40,0x00,0x00,0x00,0x00,0x00,0x14,0x00,0x10,0x26, + 0x14,0x00,0x73,0x26,0x14,0x00,0x31,0x26,0x14,0x00,0x52,0x26, + 0x30,0x84,0x82,0x8F,0x01,0x00,0x94,0x26,0x2A,0x10,0x82,0x02, + 0xDA,0xFF,0x40,0x14,0x14,0x00,0xB5,0x26,0x38,0x00,0xBF,0x8F, + 0x34,0x00,0xB7,0x8F,0x30,0x00,0xB6,0x8F,0x2C,0x00,0xB5,0x8F, + 0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x40,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x02,0x83,0x03,0x3C, + 0x70,0xD9,0x63,0x24,0x00,0x02,0x02,0x24,0x00,0xA3,0x01,0x3C, + 0xC8,0x05,0x23,0xAC,0x00,0xA3,0x01,0x3C,0xD0,0x05,0x22,0xAC, + 0x00,0xA3,0x02,0x3C,0x7C,0x01,0x42,0x8C,0xD8,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x00,0x00,0x1C,0x00,0xB3,0xAF, + 0xFF,0xFF,0x13,0x24,0x18,0x00,0xB2,0xAF,0x15,0x00,0x72,0x24, + 0x14,0x00,0xB1,0xAF,0x20,0x00,0xBF,0xAF,0x01,0x00,0x42,0x2C, + 0x40,0x84,0x82,0xAF,0x87,0x0D,0xC0,0x0C,0x14,0x00,0x71,0x24, + 0xF8,0x17,0xC0,0x0C,0x00,0x00,0x00,0x00,0xDB,0x3C,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x06,0x00,0x53,0x14,0x01,0x00,0x10,0x26, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x60,0x68,0x84,0x24, + 0x7E,0x0B,0xC0,0x08,0x01,0x00,0x02,0x24,0x00,0x00,0x22,0xA2, + 0x03,0x12,0x02,0x00,0x00,0x00,0x42,0xA2,0x02,0x00,0x52,0x26, + 0x03,0x00,0x02,0x2A,0xF1,0xFF,0x40,0x14,0x02,0x00,0x31,0x26, + 0x02,0x83,0x11,0x3C,0x84,0xD9,0x31,0x26,0x21,0x20,0x20,0x02, + 0x21,0x28,0x00,0x00,0xFF,0x7F,0x06,0x3C,0x33,0x18,0xC0,0x0C, + 0xFF,0xFF,0xC6,0x34,0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0xEC,0xFF,0x30,0x26,0x24,0x00,0x22,0x26,0x24,0x10,0x43,0x00, + 0x00,0xA0,0x03,0x3C,0x25,0x10,0x43,0x00,0x00,0x20,0x03,0x24, + 0xEC,0xFF,0x20,0xAE,0x02,0x83,0x01,0x3C,0x8C,0xD9,0x20,0xAC, + 0x02,0x83,0x01,0x3C,0x7C,0xD9,0x20,0xAC,0x02,0x83,0x01,0x3C, + 0x9C,0xD9,0x22,0xAC,0x00,0x00,0x43,0xA4,0x2A,0x15,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x76,0x0E,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x3E,0x15,0xC0,0x0C,0x21,0x20,0x00,0x02,0x20,0x84,0x82,0x8F, + 0x01,0x00,0x10,0x24,0x2A,0x10,0x02,0x02,0x0C,0x00,0x40,0x10, + 0xFF,0x1F,0x03,0x3C,0xEC,0x01,0x31,0x26,0x85,0x0B,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x3E,0x15,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x20,0x84,0x82,0x8F,0x01,0x00,0x10,0x26,0x2A,0x10,0x02,0x02, + 0xF8,0xFF,0x40,0x14,0x00,0x02,0x31,0x26,0xFF,0x1F,0x03,0x3C, + 0xFF,0xFF,0x63,0x34,0x02,0x83,0x10,0x3C,0x70,0xE7,0x10,0x26, + 0x07,0x00,0x02,0x24,0x00,0x00,0x02,0xAE,0x38,0x00,0x02,0x26, + 0x24,0x10,0x43,0x00,0x00,0xA0,0x03,0x3C,0x25,0x10,0x43,0x00, + 0x00,0x20,0x03,0x24,0x02,0x83,0x01,0x3C,0x8C,0xE7,0x20,0xAC, + 0x02,0x83,0x01,0x3C,0x7C,0xE7,0x20,0xAC,0x02,0x83,0x01,0x3C, + 0x9C,0xE7,0x22,0xAC,0x00,0x00,0x43,0xA4,0x02,0x83,0x02,0x3C, + 0x84,0xD9,0x42,0x8C,0x02,0x83,0x03,0x3C,0x88,0xD9,0x63,0x84, + 0x14,0x00,0x02,0xAE,0x18,0x00,0x03,0xA6,0x02,0x83,0x02,0x3C, + 0x89,0xE7,0x42,0x90,0x00,0x00,0x00,0x00,0x07,0x00,0x42,0x24, + 0x02,0x83,0x01,0x3C,0x89,0xE7,0x22,0xA0,0x6C,0x0E,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x21,0x20,0x00,0x02,0x0F,0x0E,0xC0,0x0C, + 0x20,0x00,0x05,0x24,0x14,0x00,0x10,0x26,0x21,0x20,0x00,0x02, + 0x07,0x00,0x05,0x24,0xFF,0x7F,0x06,0x3C,0x33,0x18,0xC0,0x0C, + 0xFF,0xFF,0xC6,0x34,0x21,0x10,0x00,0x00,0x20,0x00,0xBF,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0xC8,0xFF,0xBD,0x27,0x30,0x00,0xB4,0xAF,0x21,0xA0,0x80,0x00, + 0xFF,0x1F,0x06,0x3C,0xFF,0xFF,0xC6,0x34,0x40,0x1A,0x14,0x00, + 0x02,0x83,0x02,0x3C,0x70,0xD9,0x42,0x24,0x28,0x00,0xB2,0xAF, + 0x21,0x90,0x62,0x00,0xFF,0xFF,0x84,0x26,0x40,0x12,0x04,0x00, + 0x00,0xA2,0x03,0x3C,0x21,0x10,0x43,0x00,0x34,0x00,0xBF,0xAF, + 0x2C,0x00,0xB3,0xAF,0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF, + 0x04,0x00,0x42,0xAE,0x00,0x01,0x42,0x24,0x08,0x00,0x42,0xAE, + 0x00,0x10,0x02,0x24,0x04,0x10,0x82,0x00,0x0C,0x00,0x42,0xAE, + 0x04,0x00,0x02,0x24,0x04,0x10,0x82,0x00,0x00,0xA0,0x05,0x3C, + 0x10,0x00,0x42,0xAE,0x30,0x00,0x42,0x26,0x24,0x10,0x46,0x00, + 0x25,0x10,0x45,0x00,0x24,0x00,0x42,0xAE,0x40,0x10,0x04,0x00, + 0x21,0x10,0x44,0x00,0x80,0x10,0x02,0x00,0x02,0x83,0x03,0x3C, + 0xB0,0xCA,0x63,0x24,0x21,0x10,0x43,0x00,0x24,0x10,0x46,0x00, + 0x25,0x10,0x45,0x00,0x28,0x00,0x42,0xAE,0x38,0x00,0x42,0x26, + 0x24,0x10,0x46,0x00,0x25,0x10,0x45,0x00,0x00,0x00,0x54,0xAE, + 0x2C,0x00,0x42,0xAE,0x20,0x00,0x40,0xAE,0x02,0x83,0x02,0x3C, + 0x84,0xD9,0x42,0x8C,0x02,0x83,0x03,0x3C,0x88,0xD9,0x63,0x84, + 0x14,0x00,0x42,0xAE,0x18,0x00,0x43,0xA6,0x0C,0x00,0x44,0x8E, + 0x19,0x00,0x42,0x92,0x1C,0x00,0x40,0xAE,0x01,0x00,0x84,0x34, + 0x21,0x10,0x54,0x00,0x19,0x00,0x42,0xA2,0x02,0x83,0x02,0x3C, + 0xC0,0xC5,0x42,0x24,0x24,0x10,0x46,0x00,0x25,0x80,0x45,0x00, + 0x02,0x83,0x02,0x3C,0xE0,0xC5,0x42,0x24,0x24,0x10,0x46,0x00, + 0xEC,0x3A,0xC0,0x0C,0x25,0x88,0x45,0x00,0x04,0x00,0x44,0x8E, + 0x00,0x00,0x00,0x00,0x0C,0x3D,0xC0,0x0C,0x21,0x28,0x00,0x00, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x54,0x3A,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x02,0x24,0x04,0x00,0x02,0xAE, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0xAE, + 0x04,0x00,0x44,0x8E,0x00,0x00,0x00,0x00,0x0C,0x3D,0xC0,0x0C, + 0x01,0x00,0x05,0x36,0x04,0x00,0x04,0x26,0x21,0x28,0x00,0x00, + 0xFF,0xFF,0x06,0x24,0x93,0x3D,0xC0,0x0C,0xD0,0x07,0x07,0x24, + 0x08,0x00,0x40,0x14,0xFF,0xFF,0x02,0x34,0x01,0x83,0x04,0x3C, + 0xA8,0x68,0x84,0x24,0x04,0x00,0x06,0x8E,0x00,0x00,0x00,0x00, + 0x97,0x39,0xC0,0x0C,0x21,0x28,0x80,0x02,0xFF,0xFF,0x02,0x34, + 0x30,0x01,0x22,0xAE,0x04,0x00,0x44,0x8E,0x00,0x00,0x00,0x00, + 0x0C,0x3D,0xC0,0x0C,0x03,0x00,0x25,0x36,0x30,0x01,0x24,0x26, + 0x21,0x28,0x00,0x00,0xFF,0xFF,0x06,0x34,0x93,0x3D,0xC0,0x0C, + 0xD0,0x07,0x07,0x24,0x07,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0xF8,0x68,0x84,0x24,0x30,0x01,0x26,0x8E, + 0x00,0x00,0x00,0x00,0x97,0x39,0xC0,0x0C,0x21,0x28,0x80,0x02, + 0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x28,0x00,0x45,0x8E, + 0x04,0x00,0x44,0x8E,0x00,0x00,0x00,0x00,0x0C,0x3D,0xC0,0x0C, + 0x02,0x00,0xA5,0x34,0x2C,0x00,0x51,0x8E,0x44,0x80,0x83,0x8F, + 0x40,0x80,0x84,0x8F,0x64,0x00,0x02,0x24,0x00,0x00,0x20,0xA6, + 0x02,0x00,0x20,0xA6,0x04,0x00,0x20,0xAE,0x08,0x00,0x20,0xAE, + 0x0C,0x00,0x20,0xAE,0x10,0x00,0x20,0xAE,0x18,0x00,0x20,0xAE, + 0x14,0x00,0x20,0xAE,0x1C,0x00,0x20,0xAE,0x20,0x00,0x20,0xAE, + 0x24,0x00,0x22,0xA6,0x26,0x00,0x22,0xA6,0x24,0x00,0x23,0xA6, + 0x26,0x00,0x24,0xA6,0x24,0x00,0x53,0x8E,0x01,0x00,0x02,0x24, + 0x00,0x00,0x62,0xAE,0x2C,0x00,0x42,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x62,0xAE,0x28,0x00,0x43,0x8E,0x74,0x00,0x02,0x3C, + 0x00,0x00,0x62,0xAC,0x28,0x00,0x43,0x8E,0x24,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x08,0x00,0x62,0xAC,0x08,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x00,0x00,0x40,0xAC,0x00,0x00,0x62,0x8E, + 0x00,0x00,0x00,0x00,0x0A,0x00,0x40,0x10,0x21,0x80,0x00,0x00, + 0xD0,0x07,0x02,0x2A,0x07,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0x00,0x62,0x8E, + 0x00,0x00,0x00,0x00,0xF8,0xFF,0x40,0x14,0x01,0x00,0x10,0x26, + 0x00,0x00,0x62,0x8E,0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x10, + 0x21,0x20,0x20,0x02,0x01,0x83,0x04,0x3C,0x3C,0x69,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x28,0x80,0x02,0x21,0x20,0x20,0x02, + 0x08,0x00,0x05,0x24,0x00,0x00,0x22,0x96,0x08,0x00,0x06,0x24, + 0x00,0xF0,0x42,0x30,0x00,0x06,0x42,0x34,0x02,0x00,0x22,0xA6, + 0x08,0x00,0x42,0x8E,0xD0,0x07,0x07,0x24,0x41,0x3D,0xC0,0x0C, + 0x00,0x00,0x40,0xAC,0x06,0x00,0x40,0x14,0x02,0x00,0x24,0x26, + 0x01,0x83,0x04,0x3C,0x90,0x69,0x84,0x24,0x97,0x39,0xC0,0x0C, + 0x21,0x28,0x80,0x02,0x02,0x00,0x24,0x26,0x21,0x28,0x00,0x00, + 0x00,0x00,0x22,0x96,0x21,0x30,0x00,0x00,0x00,0xF0,0x42,0x30, + 0x02,0x00,0x22,0xA6,0x08,0x00,0x42,0x8E,0xD0,0x07,0x07,0x24, + 0x41,0x3D,0xC0,0x0C,0x00,0x00,0x40,0xAC,0x04,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0xE8,0x69,0x84,0x24,0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x6C,0x00,0x50,0x8E,0x00,0x80,0x02,0x34,0x00,0x00,0x00,0xA6, + 0x02,0x00,0x02,0xA6,0x2C,0x00,0x42,0x8E,0x00,0x20,0x05,0x24, + 0x04,0x00,0x50,0xAC,0x2C,0x00,0x43,0x8E,0x00,0xF1,0x02,0x34, + 0x02,0x00,0x62,0xA4,0x08,0x00,0x42,0x8E,0x00,0x20,0x06,0x24, + 0x00,0x00,0x40,0xAC,0x2C,0x00,0x44,0x8E,0x00,0x00,0x00,0x00, + 0x41,0x3D,0xC0,0x0C,0xD0,0x07,0x07,0x24,0x0C,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x42,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x45,0x94,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0x00,0x6A,0x84,0x24,0xFE,0xFF,0x04,0x24,0x01,0x83,0x05,0x3C, + 0x1C,0x6A,0xA5,0x24,0x6A,0x09,0xC0,0x0C,0xFD,0x00,0x06,0x24, + 0x6C,0x00,0x50,0x8E,0x02,0x80,0x02,0x34,0x00,0x00,0x00,0xA6, + 0x02,0x00,0x02,0xA6,0x0E,0x00,0x02,0x24,0x08,0x00,0x02,0xA2, + 0xC8,0x00,0x02,0x24,0x09,0x00,0x02,0xA2,0x41,0x00,0x02,0x24, + 0x0A,0x00,0x02,0xA2,0x2E,0x00,0x02,0x24,0x0B,0x00,0x02,0xA2, + 0x5A,0x00,0x02,0x24,0x0C,0x00,0x00,0xA2,0x0D,0x00,0x02,0xA2, + 0xF2,0x00,0x02,0x24,0x0E,0x00,0x00,0xA2,0x0F,0x00,0x02,0xA2, + 0x01,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x08,0x00,0x02,0x24, + 0x11,0x00,0x02,0xA2,0x48,0x80,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x06,0x00,0x40,0x10,0x40,0x00,0x02,0x24,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x28,0x6A,0x84,0x24,0x48,0x80,0x80,0xAF, + 0x40,0x00,0x02,0x24,0x12,0x00,0x02,0xA2,0xFF,0x00,0x02,0x24, + 0x13,0x00,0x02,0xA2,0x3F,0x00,0x02,0x24,0x14,0x00,0x00,0xA2, + 0x15,0x00,0x02,0xA2,0x2C,0x00,0x42,0x8E,0x00,0x20,0x05,0x24, + 0x04,0x00,0x50,0xAC,0x2C,0x00,0x43,0x8E,0x00,0x21,0x02,0x24, + 0x02,0x00,0x62,0xA4,0x08,0x00,0x42,0x8E,0x00,0x20,0x06,0x24, + 0x00,0x00,0x40,0xAC,0x2C,0x00,0x44,0x8E,0x00,0x00,0x00,0x00, + 0x41,0x3D,0xC0,0x0C,0xD0,0x07,0x07,0x24,0x0C,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x42,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x45,0x94,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0x00,0x6A,0x84,0x24,0xFD,0xFF,0x04,0x24,0x01,0x83,0x05,0x3C, + 0x1C,0x6A,0xA5,0x24,0x6A,0x09,0xC0,0x0C,0x4E,0x01,0x06,0x24, + 0x2A,0x15,0xC0,0x0C,0x21,0x20,0x40,0x02,0x76,0x0E,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x34,0x00,0xBF,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27, + 0xF8,0xFF,0xBD,0x27,0x20,0x84,0x85,0x8F,0x00,0x00,0x00,0x00, + 0x32,0x00,0xA0,0x18,0x21,0x20,0x00,0x00,0x02,0x83,0x03,0x3C, + 0x70,0xD9,0x63,0x24,0x2C,0x00,0x62,0x8C,0x98,0x00,0x60,0xAC, + 0x9C,0x00,0x60,0xAC,0xA0,0x00,0x60,0xAC,0xA4,0x00,0x60,0xAC, + 0xA8,0x00,0x60,0xAC,0xAC,0x00,0x60,0xAC,0xB0,0x00,0x60,0xAC, + 0xB4,0x00,0x60,0xAC,0xB8,0x00,0x60,0xAC,0xBC,0x00,0x60,0xAC, + 0xC0,0x00,0x60,0xAC,0xC4,0x00,0x60,0xAC,0xC8,0x00,0x60,0xAC, + 0xCC,0x00,0x60,0xAC,0xD0,0x00,0x60,0xAC,0xD4,0x00,0x60,0xAC, + 0xD8,0x00,0x60,0xAC,0xE0,0x00,0x60,0xAC,0xE8,0x00,0x60,0xAC, + 0xEC,0x00,0x60,0xAC,0xF0,0x00,0x60,0xAC,0xF4,0x00,0x60,0xAC, + 0xF8,0x00,0x60,0xAC,0xFC,0x00,0x60,0xAC,0x00,0x01,0x60,0xAC, + 0x04,0x01,0x60,0xAC,0x08,0x01,0x60,0xAC,0x0C,0x00,0x40,0xAC, + 0x2C,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x10,0x00,0x40,0xAC, + 0x2C,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x18,0x00,0x40,0xAC, + 0x2C,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x14,0x00,0x40,0xAC, + 0x2C,0x00,0x62,0x8C,0x01,0x00,0x84,0x24,0x1C,0x00,0x40,0xAC, + 0x2C,0x00,0x62,0x8C,0x00,0x02,0x63,0x24,0x20,0x00,0x40,0xAC, + 0x2A,0x10,0x85,0x00,0xD2,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0x21,0x20,0x00,0x00,0x00,0xA3,0x03,0x3C,0x00,0x01,0x63,0x34, + 0x20,0x00,0x05,0x24,0x21,0x10,0x83,0x00,0xBC,0x00,0x45,0xA0, + 0x01,0x00,0x84,0x24,0x00,0x02,0x82,0x2C,0xFB,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03,0x08,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x6C,0x84,0x82,0x8F,0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF, + 0x11,0x00,0x40,0x14,0x10,0x00,0xB0,0xAF,0xD0,0x07,0x10,0x24, + 0x07,0x00,0x00,0x1A,0x00,0x00,0x00,0x00,0x97,0x3A,0xC0,0x0C, + 0xFF,0xFF,0x10,0x26,0x6C,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0xF9,0xFF,0x40,0x10,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x16, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0x40,0x6A,0x84,0x24,0x29,0x0D,0xC0,0x08,0x21,0x10,0x00,0x00, + 0xE4,0x3A,0xC0,0x0C,0x21,0x20,0x00,0x00,0x21,0x20,0x40,0x00, + 0x6C,0x84,0x90,0x8F,0x70,0x84,0x82,0x8F,0x04,0x00,0x03,0x8E, + 0xFF,0xFF,0x42,0x24,0x70,0x84,0x82,0xAF,0x6C,0x84,0x83,0xAF, + 0xE4,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x21,0x10,0x00,0x02, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x50,0x84,0x82,0x8F, + 0x21,0x28,0x80,0x00,0x2B,0x10,0xA2,0x00,0x06,0x00,0x40,0x14, + 0x10,0x00,0xBF,0xAF,0x54,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0xA2,0x00,0x06,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x64,0x6A,0x84,0x24, + 0x43,0x0D,0xC0,0x08,0x00,0x00,0x00,0x00,0x6C,0x84,0x83,0x8F, + 0x70,0x84,0x82,0x8F,0x6C,0x84,0x85,0xAF,0x01,0x00,0x42,0x24, + 0x04,0x00,0xA3,0xAC,0x70,0x84,0x82,0xAF,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x5C,0x84,0x82,0x8F,0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF, + 0x11,0x00,0x40,0x14,0x10,0x00,0xB0,0xAF,0xD0,0x07,0x10,0x24, + 0x07,0x00,0x00,0x1A,0x00,0x00,0x00,0x00,0x97,0x3A,0xC0,0x0C, + 0xFF,0xFF,0x10,0x26,0x5C,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0xF9,0xFF,0x40,0x10,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x16, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0x84,0x6A,0x84,0x24,0x68,0x0D,0xC0,0x08,0x21,0x10,0x00,0x00, + 0xE4,0x3A,0xC0,0x0C,0x21,0x20,0x00,0x00,0x21,0x20,0x40,0x00, + 0x5C,0x84,0x90,0x8F,0x68,0x84,0x82,0x8F,0x00,0x00,0x03,0x8E, + 0xFF,0xFF,0x42,0x24,0x68,0x84,0x82,0xAF,0x5C,0x84,0x83,0xAF, + 0xE4,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x21,0x10,0x00,0x02, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x58,0x84,0x82,0x8F, + 0x21,0x28,0x80,0x00,0x2B,0x10,0xA2,0x00,0x06,0x00,0x40,0x14, + 0x10,0x00,0xBF,0xAF,0x60,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0xA2,0x00,0x06,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0xA8,0x6A,0x84,0x24, + 0x83,0x0D,0xC0,0x08,0x00,0x00,0x00,0x00,0x5C,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x00,0x00,0xA2,0xAC,0x68,0x84,0x82,0x8F, + 0x5C,0x84,0x85,0xAF,0x01,0x00,0x42,0x24,0x68,0x84,0x82,0xAF, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF, + 0x10,0x00,0xB0,0xAF,0x6C,0x84,0x80,0xAF,0x8B,0x09,0xC0,0x0C, + 0x00,0x20,0x04,0x24,0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0xFF,0x01,0x10,0x24,0x24,0x10,0x43,0x00,0x00,0xA0,0x03,0x3C, + 0x25,0x10,0x43,0x00,0x50,0x84,0x82,0xAF,0x00,0x20,0x42,0x24, + 0x54,0x84,0x82,0xAF,0x00,0x11,0x10,0x00,0x50,0x84,0x84,0x8F, + 0xFF,0xFF,0x10,0x26,0x2D,0x0D,0xC0,0x0C,0x21,0x20,0x82,0x00, + 0xFB,0xFF,0x01,0x06,0x00,0x11,0x10,0x00,0x00,0x02,0x02,0x24, + 0x74,0x84,0x82,0xAF,0x5C,0x84,0x80,0xAF,0x8B,0x09,0xC0,0x0C, + 0x12,0x00,0x04,0x3C,0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0xFF,0x11,0x10,0x24,0x24,0x10,0x43,0x00,0x00,0xA0,0x03,0x3C, + 0x25,0x10,0x43,0x00,0x12,0x00,0x03,0x3C,0x58,0x84,0x82,0xAF, + 0x21,0x10,0x43,0x00,0x60,0x84,0x82,0xAF,0x00,0x12,0x10,0x00, + 0x58,0x84,0x84,0x8F,0xFF,0xFF,0x10,0x26,0x6C,0x0D,0xC0,0x0C, + 0x21,0x20,0x82,0x00,0xFB,0xFF,0x01,0x06,0x00,0x12,0x10,0x00, + 0x00,0x12,0x02,0x24,0x64,0x84,0x82,0xAF,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x02,0x3C,0xA8,0x01,0x42,0x8C,0xD8,0xFF,0xBD,0x27, + 0x1C,0x00,0xB1,0xAF,0x21,0x88,0x80,0x00,0x20,0x00,0xB2,0xAF, + 0x21,0x90,0xA0,0x00,0x24,0x00,0xBF,0xAF,0x11,0x00,0x40,0x10, + 0x18,0x00,0xB0,0xAF,0x00,0xA3,0x02,0x3C,0xA8,0x01,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x2A,0x10,0x52,0x00,0x0C,0x00,0x40,0x10, + 0xC0,0x80,0x12,0x00,0x00,0x00,0x22,0x8E,0x00,0xA3,0x12,0x3C, + 0xA8,0x01,0x52,0x8E,0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x14, + 0xC0,0x80,0x12,0x00,0x01,0x83,0x04,0x3C,0xD0,0x6A,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x28,0x40,0x02,0xC0,0x80,0x12,0x00, + 0x23,0x80,0x12,0x02,0x80,0x80,0x10,0x00,0x8B,0x09,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0x21,0x20,0x00,0x00,0x24,0x10,0x43,0x00,0x00,0xA0,0x03,0x3C, + 0x25,0x10,0x43,0x00,0x70,0x00,0x22,0xAE,0x70,0x00,0x23,0x8E, + 0x21,0x10,0x50,0x00,0x0F,0x00,0x40,0x1A,0x74,0x00,0x22,0xAE, + 0x08,0x00,0x05,0x24,0x01,0x00,0x84,0x24,0x1C,0x00,0x62,0x24, + 0x04,0x00,0x62,0xAC,0x02,0x00,0x65,0xA4,0x00,0x00,0x60,0xA4, + 0x08,0x00,0x60,0xAC,0x0E,0x00,0x60,0xA4,0x0C,0x00,0x60,0xA4, + 0x21,0x18,0x40,0x00,0x2A,0x10,0x92,0x00,0xF6,0xFF,0x40,0x14, + 0x01,0x00,0x84,0x24,0xFF,0xFF,0x84,0x24,0x74,0x00,0x23,0x8E, + 0x70,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0xE8,0xFF,0x62,0xAC, + 0x74,0x00,0x23,0x8E,0x00,0x00,0x00,0x00,0xCA,0xFF,0x62,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x34,0xCA,0xFF,0x62,0xA4, + 0x74,0x00,0x23,0x8E,0x00,0x00,0x00,0x00,0xE6,0xFF,0x62,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x34,0xE6,0xFF,0x62,0xA4, + 0x74,0x00,0x22,0x8E,0x70,0x00,0x23,0x8E,0xC8,0xFF,0x42,0x24, + 0x78,0x00,0x23,0xAE,0x7C,0x00,0x22,0xAE,0x24,0x00,0xBF,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27, + 0x20,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00,0x00,0x01,0x02,0x24, + 0x30,0x00,0xBF,0xAF,0x2C,0x00,0xB5,0xAF,0x28,0x00,0xB4,0xAF, + 0x24,0x00,0xB3,0xAF,0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF, + 0x90,0x00,0x42,0xAE,0x00,0xA3,0x02,0x3C,0xAC,0x01,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x11,0x00,0x40,0x10,0x21,0xA0,0xA0,0x00, + 0x00,0xA3,0x02,0x3C,0xAC,0x01,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x2A,0x10,0x54,0x00,0x0C,0x00,0x40,0x10,0x80,0x80,0x14,0x00, + 0x00,0x00,0x42,0x8E,0x00,0xA3,0x14,0x3C,0xAC,0x01,0x94,0x8E, + 0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x14,0x80,0x80,0x14,0x00, + 0x01,0x83,0x04,0x3C,0xDC,0x6A,0x84,0x24,0x97,0x39,0xC0,0x0C, + 0x21,0x28,0x80,0x02,0x80,0x80,0x14,0x00,0x21,0x80,0x14,0x02, + 0x80,0x80,0x10,0x00,0x21,0x20,0x00,0x02,0x8B,0x09,0xC0,0x0C, + 0x94,0x00,0x54,0xAE,0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0x21,0x98,0x00,0x00,0x24,0x10,0x43,0x00,0x00,0xA0,0x03,0x3C, + 0x25,0x10,0x43,0x00,0x80,0x00,0x42,0xAE,0x80,0x00,0x51,0x8E, + 0x21,0x10,0x50,0x00,0x0F,0x00,0x80,0x1A,0x84,0x00,0x42,0xAE, + 0x00,0x01,0x15,0x24,0x14,0x00,0x30,0x26,0x04,0x00,0x30,0xAE, + 0x47,0x0D,0xC0,0x0C,0x00,0x00,0x20,0xAE,0x08,0x00,0x22,0xAE, + 0x0C,0x00,0x35,0xAE,0x00,0x00,0x42,0x8E,0x01,0x00,0x73,0x26, + 0x10,0x00,0x22,0xA2,0x11,0x00,0x20,0xA2,0x2A,0x10,0x74,0x02, + 0xF4,0xFF,0x40,0x14,0x21,0x88,0x00,0x02,0x84,0x00,0x43,0x8E, + 0x80,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0xF0,0xFF,0x62,0xAC, + 0x84,0x00,0x43,0x8E,0x00,0x00,0x00,0x00,0xE4,0xFF,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x34,0xE4,0xFF,0x62,0xAC, + 0x84,0x00,0x43,0x8E,0x00,0x00,0x00,0x00,0xF8,0xFF,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x34,0xF8,0xFF,0x62,0xAC, + 0x84,0x00,0x42,0x8E,0x80,0x00,0x43,0x8E,0xD8,0xFF,0x42,0x24, + 0x88,0x00,0x43,0xAE,0x8C,0x00,0x42,0xAE,0x30,0x00,0xBF,0x8F, + 0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27,0x98,0x00,0x80,0xAC, + 0x9C,0x00,0x80,0xAC,0xA0,0x00,0x80,0xAC,0xA4,0x00,0x80,0xAC, + 0xA8,0x00,0x80,0xAC,0xFC,0x00,0x80,0xAC,0x00,0x01,0x80,0xAC, + 0x98,0x00,0x80,0xAC,0x08,0x00,0xE0,0x03,0xD8,0x00,0x80,0xAC, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x14,0x00,0xBF,0xAF, + 0x6C,0x0E,0xC0,0x0C,0x21,0x80,0x80,0x00,0x21,0x20,0x00,0x02, + 0xBC,0x0D,0xC0,0x0C,0x00,0x04,0x05,0x24,0x21,0x20,0x00,0x02, + 0x0F,0x0E,0xC0,0x0C,0x80,0x02,0x05,0x24,0x78,0x00,0x03,0x8E, + 0x88,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x08,0x00,0x62,0xAC, + 0x2C,0x00,0x03,0x8E,0x78,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x08,0x00,0x62,0xAC,0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x42,0x24,0x06,0x00,0x42,0x2C,0x07,0x00,0x40,0x10, + 0x10,0x00,0x03,0x24,0x2C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x02,0x00,0x43,0xA4,0x08,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x40,0xAC,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0xB8,0xFF,0xBD,0x27, + 0x00,0x20,0x06,0x24,0x44,0x00,0xBF,0xAF,0x40,0x00,0xBE,0xAF, + 0x3C,0x00,0xB7,0xAF,0x38,0x00,0xB6,0xAF,0x34,0x00,0xB5,0xAF, + 0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF, + 0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF,0x00,0xA3,0x01,0x3C, + 0xFC,0x05,0x26,0xAC,0x8B,0x09,0xC0,0x0C,0x00,0x20,0x04,0x24, + 0xFF,0x1F,0x04,0x3C,0xFF,0xFF,0x84,0x34,0x21,0xA8,0x00,0x00, + 0xFF,0x1F,0x06,0x3C,0xFF,0xFF,0xC6,0x34,0x02,0x83,0x03,0x3C, + 0x84,0xDA,0x63,0x24,0x10,0x00,0x65,0x24,0x08,0x00,0x7E,0x24, + 0xF8,0xFF,0x77,0x24,0x21,0xB0,0x60,0x00,0x24,0x10,0x44,0x00, + 0x00,0xA0,0x03,0x3C,0x25,0x10,0x43,0x00,0x10,0x00,0xA6,0xAF, + 0x00,0xA3,0x01,0x3C,0xF8,0x05,0x22,0xAC,0x00,0xA3,0x01,0x3C, + 0x00,0x06,0x20,0xAC,0x21,0xA0,0x00,0x00,0x21,0x80,0xE0,0x02, + 0x21,0x98,0xA0,0x00,0x21,0x90,0xC0,0x03,0x21,0x88,0xC0,0x02, + 0x20,0x84,0x82,0x8F,0x00,0x00,0x20,0xAE,0x00,0x00,0x00,0xAE, + 0x00,0x00,0x40,0xAE,0x2A,0x10,0xA2,0x02,0x0A,0x00,0x40,0x10, + 0x00,0x00,0x60,0xAE,0x00,0x20,0x04,0x24,0x8B,0x09,0xC0,0x0C, + 0x18,0x00,0xA5,0xAF,0x10,0x00,0xA6,0x8F,0x00,0x80,0x03,0x3C, + 0x24,0x10,0x46,0x00,0x25,0x10,0x43,0x00,0x00,0x00,0x02,0xAE, + 0x18,0x00,0xA5,0x8F,0x04,0x00,0x10,0x26,0x04,0x00,0x73,0x26, + 0x04,0x00,0x52,0x26,0x01,0x00,0x94,0x26,0x02,0x00,0x82,0x2A, + 0xEA,0xFF,0x40,0x14,0x04,0x00,0x31,0x26,0x00,0x02,0xA5,0x24, + 0x00,0x02,0xDE,0x27,0x00,0x02,0xF7,0x26,0x01,0x00,0xB5,0x26, + 0x07,0x00,0xA2,0x2A,0xDE,0xFF,0x40,0x14,0x00,0x02,0xD6,0x26, + 0x44,0x00,0xBF,0x8F,0x40,0x00,0xBE,0x8F,0x3C,0x00,0xB7,0x8F, + 0x38,0x00,0xB6,0x8F,0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x48,0x00,0xBD,0x27, + 0x00,0xA3,0x04,0x3C,0x00,0x06,0x84,0x8C,0x00,0xA3,0x03,0x3C, + 0x08,0x06,0x63,0x8C,0x20,0x84,0x82,0x8F,0xE0,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x00,0xA3,0x10,0x3C,0x0C,0x06,0x10,0x8E, + 0x14,0x00,0xB1,0xAF,0x00,0xA3,0x11,0x3C,0x04,0x06,0x31,0x8E, + 0x2B,0x10,0x62,0x00,0x2A,0x00,0x40,0x10,0x18,0x00,0xBF,0xAF, + 0x02,0x00,0x02,0x2E,0x28,0x00,0x40,0x10,0xFF,0xFF,0x02,0x24, + 0x00,0xA3,0x02,0x3C,0xFC,0x05,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x51,0x00,0x22,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24, + 0x40,0x12,0x03,0x00,0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24, + 0x21,0x18,0x43,0x00,0x01,0x00,0x02,0x24,0x05,0x00,0x82,0x10, + 0x02,0x00,0x02,0x24,0x12,0x00,0x82,0x10,0x80,0x10,0x10,0x00, + 0x20,0x0F,0xC0,0x08,0x00,0x00,0x00,0x00,0x80,0x80,0x10,0x00, + 0x21,0x80,0x03,0x02,0x0C,0x01,0x04,0x8E,0x00,0xA3,0x05,0x3C, + 0xF8,0x05,0xA5,0x8C,0x21,0x30,0x20,0x02,0x10,0x3E,0xC0,0x0C, + 0x24,0x01,0x11,0xAE,0x0C,0x01,0x04,0x8E,0x0C,0x01,0x02,0x8E, + 0x21,0x28,0x20,0x02,0x32,0x3E,0xC0,0x0C,0x14,0x01,0x02,0xAE, + 0x20,0x0F,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00, + 0x14,0x01,0x40,0xAC,0x24,0x01,0x40,0xAC,0x00,0xA3,0x01,0x3C, + 0x26,0x0F,0xC0,0x08,0x00,0x06,0x20,0xAC,0xFF,0xFF,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0x00,0x06,0x22,0xAC,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xA0,0x84,0x88,0x8F,0xAC,0x84,0x89,0x8F, + 0xE8,0xFF,0xBD,0x27,0x03,0x00,0x00,0x15,0x10,0x00,0xBF,0xAF, + 0x82,0x00,0x20,0x11,0x00,0x00,0x00,0x00,0x0C,0x00,0xC2,0x94, + 0x00,0x00,0x00,0x00,0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00, + 0x25,0x38,0x62,0x00,0xFF,0xFF,0xE3,0x30,0xDD,0x05,0x62,0x2C, + 0x2A,0x00,0x40,0x14,0xAA,0xAA,0x02,0x34,0x00,0x08,0x02,0x24, + 0x17,0x00,0x62,0x14,0x06,0x08,0x02,0x24,0x15,0x00,0x00,0x11, + 0x00,0x00,0x00,0x00,0x20,0x00,0xC2,0x94,0x1E,0x00,0xC3,0x94, + 0x00,0x14,0x02,0x00,0x25,0x38,0x43,0x00,0x24,0x00,0xC3,0x94, + 0x00,0xA1,0x02,0x34,0x05,0x00,0x62,0x10,0x08,0x00,0x02,0x24, + 0x22,0x00,0xC3,0x94,0x00,0x00,0x00,0x00,0x68,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x03,0x00,0xE8,0x10,0xFF,0xFF,0x02,0x24, + 0x64,0x00,0xE2,0x14,0x00,0x00,0x00,0x00,0xA0,0x2C,0xC0,0x0C, + 0x0E,0x00,0x06,0x24,0xB3,0x0F,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x0D,0x00,0x62,0x14,0xFF,0xFF,0xE3,0x30,0x4D,0x00,0x00,0x11, + 0x37,0x81,0x02,0x34,0x20,0x00,0xC2,0x94,0x1E,0x00,0xC3,0x94, + 0x00,0x14,0x02,0x00,0x25,0x10,0x43,0x00,0x56,0x00,0x48,0x14, + 0x00,0x00,0x00,0x00,0x47,0x14,0xC0,0x0C,0x0E,0x00,0x06,0x24, + 0xB3,0x0F,0xC0,0x08,0x00,0x00,0x00,0x00,0xA4,0x0F,0xC0,0x08, + 0x37,0x81,0x02,0x34,0x0E,0x00,0xC3,0x94,0x00,0x00,0x00,0x00, + 0x3D,0x00,0x62,0x14,0xFF,0xFF,0x02,0x34,0x10,0x00,0xC3,0x90, + 0x03,0x00,0x02,0x24,0x37,0x00,0x62,0x14,0xFF,0xFF,0x02,0x34, + 0x14,0x00,0xC2,0x94,0x00,0x00,0x00,0x00,0x00,0x1A,0x02,0x00, + 0x02,0x12,0x02,0x00,0x25,0x38,0x62,0x00,0xFF,0xFF,0xE3,0x30, + 0x00,0x08,0x02,0x24,0x17,0x00,0x62,0x14,0x06,0x08,0x02,0x24, + 0x15,0x00,0x00,0x11,0x00,0x00,0x00,0x00,0x28,0x00,0xC2,0x94, + 0x26,0x00,0xC3,0x94,0x00,0x14,0x02,0x00,0x25,0x38,0x43,0x00, + 0x2C,0x00,0xC3,0x94,0x00,0xA1,0x02,0x34,0x05,0x00,0x62,0x10, + 0x08,0x00,0x02,0x24,0x2A,0x00,0xC3,0x94,0x00,0x00,0x00,0x00, + 0x31,0x00,0x62,0x14,0x00,0x00,0x00,0x00,0x03,0x00,0xE8,0x10, + 0xFF,0xFF,0x02,0x24,0x2D,0x00,0xE2,0x14,0x00,0x00,0x00,0x00, + 0xA0,0x2C,0xC0,0x0C,0x16,0x00,0x06,0x24,0xB3,0x0F,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x07,0x00,0x62,0x14,0xFF,0xFF,0xE3,0x30, + 0x06,0x00,0x00,0x11,0x37,0x81,0x02,0x34,0x47,0x14,0xC0,0x0C, + 0x16,0x00,0x06,0x24,0xB3,0x0F,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x37,0x81,0x02,0x34,0x1E,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x1C,0x00,0x20,0x11,0x90,0x0F,0x03,0x24,0x26,0x00,0xC2,0x94, + 0x1C,0x00,0xC6,0x8C,0x18,0x00,0x43,0x14,0x00,0x00,0x00,0x00, + 0x03,0x00,0xC9,0x10,0x00,0x00,0x00,0x00,0x14,0x00,0xC0,0x14, + 0x00,0x00,0x00,0x00,0xB1,0x0F,0xC0,0x08,0x16,0x00,0x06,0x24, + 0x0E,0x00,0xC3,0x94,0x00,0x00,0x00,0x00,0x0E,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x20,0x11,0x90,0x0F,0x03,0x24, + 0x1E,0x00,0xC2,0x94,0x14,0x00,0xC6,0x8C,0x08,0x00,0x43,0x14, + 0x00,0x00,0x00,0x00,0x03,0x00,0xC9,0x10,0x00,0x00,0x00,0x00, + 0x04,0x00,0xC0,0x14,0x00,0x00,0x00,0x00,0x0E,0x00,0x06,0x24, + 0xAB,0x2E,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x80,0xFF,0xBD,0x27,0x74,0x00,0xB7,0xAF,0x21,0xB8,0x80,0x00, + 0x03,0x00,0x03,0x24,0x7C,0x00,0xBF,0xAF,0x78,0x00,0xBE,0xAF, + 0x70,0x00,0xB6,0xAF,0x6C,0x00,0xB5,0xAF,0x68,0x00,0xB4,0xAF, + 0x64,0x00,0xB3,0xAF,0x60,0x00,0xB2,0xAF,0x5C,0x00,0xB1,0xAF, + 0x58,0x00,0xB0,0xAF,0x00,0x00,0xF6,0x8E,0x08,0x00,0xB2,0x8C, + 0xC0,0x11,0x16,0x00,0x03,0x83,0x04,0x3C,0x21,0x20,0x82,0x00, + 0xC4,0xEF,0x84,0x8C,0x08,0x00,0x54,0x8E,0x00,0x00,0x00,0x00, + 0x3B,0x00,0x83,0x10,0x05,0x00,0x82,0x2C,0x39,0x00,0x40,0x10, + 0x80,0x10,0x04,0x00,0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x48,0x6B,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x30,0x00,0x40,0x10,0x06,0x00,0x84,0x26,0x04,0x00,0x83,0x96, + 0x02,0x83,0x02,0x3C,0x14,0xB3,0x42,0x94,0x00,0x00,0x00,0x00, + 0x06,0x00,0x62,0x14,0x21,0x20,0x00,0x00,0x00,0x00,0x82,0x8E, + 0x20,0x81,0x83,0x8F,0x00,0x00,0x00,0x00,0x26,0x10,0x43,0x00, + 0x01,0x00,0x44,0x2C,0x5C,0x01,0x80,0x10,0x21,0x20,0xC0,0x02, + 0xAA,0x29,0xC0,0x0C,0x21,0x28,0x80,0x02,0x43,0x11,0xC0,0x08, + 0x21,0x20,0x40,0x02,0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x1B,0x00,0x40,0x10,0x06,0x00,0x84,0x26,0x04,0x00,0x83,0x96, + 0x02,0x83,0x02,0x3C,0x14,0xB3,0x42,0x94,0x00,0x00,0x00,0x00, + 0x06,0x00,0x62,0x14,0x21,0x20,0x00,0x00,0x00,0x00,0x82,0x8E, + 0x20,0x81,0x83,0x8F,0x00,0x00,0x00,0x00,0x26,0x10,0x43,0x00, + 0x01,0x00,0x44,0x2C,0x05,0x00,0x80,0x10,0x21,0x20,0xC0,0x02, + 0xAA,0x29,0xC0,0x0C,0x21,0x28,0x80,0x02,0x43,0x11,0xC0,0x08, + 0x21,0x20,0x40,0x02,0x06,0x00,0x84,0x26,0x00,0xA3,0x06,0x3C, + 0x8C,0x01,0xC6,0x8C,0x00,0x00,0x00,0x00,0x33,0x18,0xC0,0x0C, + 0x21,0x28,0xC0,0x02,0x43,0x11,0xC0,0x08,0x21,0x20,0x40,0x02, + 0x06,0x00,0x84,0x26,0x00,0xA3,0x06,0x3C,0x8C,0x01,0xC6,0x8C, + 0x00,0x00,0x00,0x00,0x33,0x18,0xC0,0x0C,0x21,0x28,0xC0,0x02, + 0x14,0x01,0xE2,0x8E,0x00,0x00,0x00,0x00,0x0C,0x00,0x40,0x10, + 0x21,0x20,0x80,0x02,0x12,0x00,0x45,0x96,0x00,0x00,0x00,0x00, + 0x09,0xF8,0x40,0x00,0x10,0x00,0xA6,0x27,0x06,0x00,0x40,0x10, + 0x21,0x20,0x40,0x02,0x1C,0x01,0xE2,0x8E,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x43,0x11,0xC0,0x08,0x1C,0x01,0xE2,0xAE, + 0x0B,0x18,0xC0,0x0C,0x21,0x20,0x80,0x02,0x21,0xF0,0x40,0x00, + 0x9A,0x00,0xC1,0x07,0x07,0x00,0x02,0x24,0x04,0x00,0x83,0x96, + 0x02,0x83,0x02,0x3C,0x14,0xB3,0x42,0x94,0x00,0x00,0x00,0x00, + 0x06,0x00,0x62,0x14,0x21,0x20,0x00,0x00,0x00,0x00,0x82,0x8E, + 0x20,0x81,0x83,0x8F,0x00,0x00,0x00,0x00,0x26,0x10,0x43,0x00, + 0x01,0x00,0x44,0x2C,0x09,0x00,0x80,0x10,0xFF,0xFF,0x02,0x24, + 0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x10,0x01,0x40,0x10, + 0x21,0x20,0xC0,0x02,0xAA,0x29,0xC0,0x0C,0x21,0x28,0x80,0x02, + 0x43,0x11,0xC0,0x08,0x21,0x20,0x40,0x02,0x0A,0x00,0xC2,0x17, + 0x00,0x00,0x00,0x00,0x08,0x00,0xC0,0x12,0x00,0x00,0x00,0x00, + 0x24,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x10, + 0x01,0x00,0x13,0x24,0x40,0x84,0x93,0x8F,0x46,0x10,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x01,0xE2,0x8E,0x40,0x84,0x93,0x8F, + 0x01,0x00,0x42,0x24,0x00,0x01,0xE2,0xAE,0x44,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x23,0x10,0x53,0x00,0xFF,0xFF,0x42,0x24, + 0x11,0x00,0x42,0xA2,0x44,0x84,0x82,0x8F,0x21,0x80,0x60,0x02, + 0x2A,0x10,0x02,0x02,0x0F,0x00,0x40,0x10,0x40,0x12,0x10,0x00, + 0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24,0x21,0x88,0x43,0x00, + 0x05,0x00,0x16,0x12,0x00,0x00,0x00,0x00,0x38,0x16,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0xEE,0x00,0x40,0x10,0x21,0x10,0x00,0x00, + 0x44,0x84,0x82,0x8F,0x01,0x00,0x10,0x26,0x2A,0x10,0x02,0x02, + 0xF6,0xFF,0x40,0x14,0x00,0x02,0x31,0x26,0x44,0x84,0x82,0x8F, + 0x21,0x80,0x60,0x02,0x2A,0x10,0x02,0x02,0x36,0x00,0x40,0x10, + 0x40,0x12,0x10,0x00,0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24, + 0x21,0x98,0x43,0x00,0x21,0x88,0x40,0x00,0xC0,0xA9,0x10,0x00, + 0x28,0x00,0x16,0x12,0x00,0x00,0x00,0x00,0x02,0x83,0x02,0x3C, + 0x21,0x10,0x51,0x00,0x88,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x0E,0x00,0x40,0x10,0x21,0x20,0x80,0x02,0x12,0x00,0x45,0x96, + 0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00,0x10,0x00,0xA6,0x27, + 0x08,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x02,0x83,0x02,0x3C, + 0x21,0x10,0x51,0x00,0x90,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x8C,0x10,0xC0,0x08,0x20,0x01,0x62,0xAE, + 0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x10, + 0x03,0x00,0x07,0x24,0x03,0x83,0x02,0x3C,0x21,0x10,0x55,0x00, + 0xC4,0xEF,0x42,0x8C,0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x14, + 0x00,0x00,0x00,0x00,0x21,0x20,0x60,0x02,0x47,0x16,0xC0,0x0C, + 0x21,0x28,0x40,0x02,0x92,0x10,0xC0,0x08,0x00,0x02,0x73,0x26, + 0x11,0x00,0x42,0x92,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x24, + 0x11,0x00,0x42,0xA2,0x11,0x00,0x42,0x92,0x00,0x02,0x73,0x26, + 0x00,0x02,0x31,0x26,0x44,0x84,0x82,0x8F,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x02,0x02,0xD1,0xFF,0x40,0x14,0x80,0x00,0xB5,0x26, + 0x0C,0x00,0x82,0x96,0x08,0x06,0x04,0x24,0x07,0x00,0x44,0x14, + 0xAA,0xAA,0x03,0x3C,0x21,0x20,0xE0,0x02,0x21,0x28,0x40,0x02, + 0x47,0x14,0xC0,0x0C,0x0E,0x00,0x06,0x24,0xB5,0x10,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x82,0x8E,0x00,0x2E,0x63,0x34, + 0x0B,0x00,0x43,0x14,0xFE,0xFF,0x02,0x24,0x14,0x00,0x82,0x96, + 0x00,0x00,0x00,0x00,0x07,0x00,0x44,0x14,0xFE,0xFF,0x02,0x24, + 0x21,0x20,0xE0,0x02,0x21,0x28,0x40,0x02,0x47,0x14,0xC0,0x0C, + 0x16,0x00,0x06,0x24,0xB5,0x10,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x04,0x00,0xC2,0x17,0x21,0x20,0xE0,0x02,0x21,0x28,0x40,0x02, + 0x2B,0x0F,0xC0,0x0C,0x21,0x30,0x80,0x02,0x11,0x00,0x42,0x92, + 0x00,0x00,0x00,0x00,0x8B,0x00,0x40,0x10,0x21,0x20,0x40,0x02, + 0x3A,0x11,0xC0,0x08,0x00,0x00,0x00,0x00,0x1A,0x00,0xC2,0x17, + 0x00,0x00,0x00,0x00,0x24,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x0B,0x00,0x40,0x10,0x21,0x20,0xE0,0x02,0x09,0x00,0xC0,0x12, + 0x01,0x00,0x02,0x24,0x11,0x00,0x42,0xA2,0x02,0x83,0x04,0x3C, + 0x70,0xD9,0x84,0x24,0x47,0x16,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0x7D,0x00,0x40,0x10,0x21,0x10,0x00,0x00,0x21,0x20,0xE0,0x02, + 0x21,0x28,0x40,0x02,0x2B,0x0F,0xC0,0x0C,0x21,0x30,0x80,0x02, + 0x24,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x72,0x00,0x40,0x10, + 0x21,0x20,0x40,0x02,0x73,0x00,0xC0,0x16,0x01,0x00,0x02,0x24, + 0x43,0x11,0xC0,0x08,0x00,0x00,0x00,0x00,0x56,0x00,0xD6,0x13, + 0x40,0x82,0x1E,0x00,0x02,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0x88,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00,0x11,0x00,0x40,0x10, + 0x21,0x20,0x80,0x02,0x12,0x00,0x45,0x96,0x00,0x00,0x00,0x00, + 0x09,0xF8,0x40,0x00,0x10,0x00,0xA6,0x27,0x0B,0x00,0x40,0x10, + 0x21,0x20,0x40,0x02,0x02,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0x90,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x90,0xDA,0x22,0xAC, + 0x43,0x11,0xC0,0x08,0x11,0x00,0x80,0xA0,0x24,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2B,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x29,0x00,0xC0,0x13,0x00,0x00,0x00,0x00,0x27,0x00,0xC0,0x12, + 0x40,0x12,0x1E,0x00,0x02,0x83,0x10,0x3C,0x70,0xD9,0x10,0x26, + 0x21,0x88,0x50,0x00,0x38,0x16,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x4A,0x00,0x40,0x10,0x21,0x10,0x00,0x00,0x38,0x16,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x3F,0x00,0x40,0x10,0x02,0x00,0x02,0x24, + 0x11,0x00,0x42,0xA2,0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x07,0x00,0x40,0x10,0xC0,0x11,0x1E,0x00,0x03,0x83,0x03,0x3C, + 0x21,0x18,0x62,0x00,0xC4,0xEF,0x63,0x8C,0x03,0x00,0x02,0x24, + 0x06,0x00,0x62,0x14,0x00,0x00,0x00,0x00,0x21,0x20,0x20,0x02, + 0x47,0x16,0xC0,0x0C,0x21,0x28,0x40,0x02,0x16,0x11,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x11,0x00,0x42,0x92,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x42,0x24,0x11,0x00,0x42,0xA2,0x11,0x00,0x42,0x92, + 0x02,0x83,0x04,0x3C,0x70,0xD9,0x84,0x24,0x47,0x16,0xC0,0x0C, + 0x21,0x28,0x40,0x02,0x3A,0x11,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x10, + 0xC0,0x11,0x1E,0x00,0x03,0x83,0x03,0x3C,0x21,0x18,0x62,0x00, + 0xC4,0xEF,0x63,0x8C,0x03,0x00,0x02,0x24,0x1C,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x24,0x11,0x00,0x42,0xA2, + 0x40,0x12,0x1E,0x00,0x02,0x83,0x04,0x3C,0x70,0xD9,0x84,0x24, + 0x36,0x11,0xC0,0x08,0x21,0x20,0x44,0x00,0x24,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x11,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x0F,0x00,0xC0,0x13,0x01,0x00,0x02,0x24,0x11,0x00,0x42,0xA2, + 0x02,0x83,0x04,0x3C,0x70,0xD9,0x84,0x24,0x47,0x16,0xC0,0x0C, + 0x21,0x28,0x40,0x02,0x0D,0x00,0x40,0x10,0x21,0x10,0x00,0x00, + 0xFC,0x00,0xE2,0x8E,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x45,0x11,0xC0,0x08,0xFC,0x00,0xE2,0xAE,0x46,0x11,0xC0,0x08, + 0x21,0x10,0x00,0x00,0x11,0x00,0x40,0xA2,0x21,0x20,0x40,0x02, + 0xE4,0x14,0xC0,0x0C,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x24, + 0x7C,0x00,0xBF,0x8F,0x78,0x00,0xBE,0x8F,0x74,0x00,0xB7,0x8F, + 0x70,0x00,0xB6,0x8F,0x6C,0x00,0xB5,0x8F,0x68,0x00,0xB4,0x8F, + 0x64,0x00,0xB3,0x8F,0x60,0x00,0xB2,0x8F,0x5C,0x00,0xB1,0x8F, + 0x58,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x80,0x00,0xBD,0x27, + 0x48,0xFF,0xBD,0x27,0xA4,0x00,0xB5,0xAF,0x21,0xA8,0x80,0x00, + 0xB4,0x00,0xBF,0xAF,0xB0,0x00,0xBE,0xAF,0xAC,0x00,0xB7,0xAF, + 0xA8,0x00,0xB6,0xAF,0xA0,0x00,0xB4,0xAF,0x9C,0x00,0xB3,0xAF, + 0x98,0x00,0xB2,0xAF,0x94,0x00,0xB1,0xAF,0x90,0x00,0xB0,0xAF, + 0x58,0x00,0xA5,0xAF,0x78,0x00,0xA0,0xAF,0x78,0x00,0xA7,0x8E, + 0x00,0x00,0x00,0x00,0x60,0x00,0xA7,0xAF,0x7C,0x00,0xA8,0x8E, + 0x00,0x00,0x00,0x00,0xDB,0x01,0xA0,0x18,0x68,0x00,0xA8,0xAF, + 0x60,0x00,0xA7,0x8F,0x00,0x00,0x00,0x00,0x00,0x00,0xE4,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x82,0x30,0xD6,0x01,0x40,0x10, + 0x00,0x00,0x00,0x00,0x80,0x00,0xA0,0xAF,0x08,0x00,0xE2,0x8C, + 0x88,0x00,0xA8,0x8E,0xFF,0xFF,0x07,0x24,0x12,0x00,0x47,0x10, + 0x70,0x00,0xA8,0xAF,0x70,0x00,0xA8,0x8F,0x00,0x00,0x00,0x00, + 0x00,0x00,0x03,0x8D,0x04,0x00,0x07,0x8D,0x80,0x00,0xA8,0x8F, + 0xFF,0x3F,0x62,0x30,0x21,0x40,0x02,0x01,0x00,0x80,0x63,0x30, + 0x70,0x00,0xA7,0xAF,0xF6,0xFF,0x60,0x10,0x80,0x00,0xA8,0xAF, + 0x60,0x00,0xA7,0x8F,0x00,0x00,0x00,0x00,0x08,0x00,0xE2,0x8C, + 0x80,0x00,0xA8,0x97,0x00,0x00,0x00,0x00,0x12,0x00,0x48,0xA4, + 0x00,0x20,0x82,0x30,0x94,0x01,0x40,0x10,0x03,0x00,0x08,0x24, + 0x00,0x00,0xBE,0x8E,0x60,0x00,0xA7,0x8F,0xC0,0x11,0x1E,0x00, + 0x08,0x00,0xF2,0x8C,0x03,0x83,0x03,0x3C,0x21,0x18,0x62,0x00, + 0xC4,0xEF,0x63,0x8C,0x08,0x00,0x54,0x8E,0x00,0x00,0x00,0x00, + 0x3B,0x00,0x68,0x10,0x05,0x00,0x62,0x2C,0x39,0x00,0x40,0x10, + 0x80,0x10,0x03,0x00,0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x60,0x6B,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x30,0x00,0x40,0x10,0x06,0x00,0x84,0x26,0x04,0x00,0x83,0x96, + 0x02,0x83,0x02,0x3C,0x14,0xB3,0x42,0x94,0x00,0x00,0x00,0x00, + 0x06,0x00,0x62,0x14,0x21,0x20,0x00,0x00,0x00,0x00,0x82,0x8E, + 0x20,0x81,0x83,0x8F,0x00,0x00,0x00,0x00,0x26,0x10,0x43,0x00, + 0x01,0x00,0x44,0x2C,0x5D,0x01,0x80,0x10,0x21,0x20,0xC0,0x03, + 0xAA,0x29,0xC0,0x0C,0x21,0x28,0x80,0x02,0x09,0x13,0xC0,0x08, + 0x21,0x20,0x40,0x02,0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x1B,0x00,0x40,0x10,0x06,0x00,0x84,0x26,0x04,0x00,0x83,0x96, + 0x02,0x83,0x02,0x3C,0x14,0xB3,0x42,0x94,0x00,0x00,0x00,0x00, + 0x06,0x00,0x62,0x14,0x21,0x20,0x00,0x00,0x00,0x00,0x82,0x8E, + 0x20,0x81,0x83,0x8F,0x00,0x00,0x00,0x00,0x26,0x10,0x43,0x00, + 0x01,0x00,0x44,0x2C,0x05,0x00,0x80,0x10,0x21,0x20,0xC0,0x03, + 0xAA,0x29,0xC0,0x0C,0x21,0x28,0x80,0x02,0x09,0x13,0xC0,0x08, + 0x21,0x20,0x40,0x02,0x06,0x00,0x84,0x26,0x00,0xA3,0x06,0x3C, + 0x8C,0x01,0xC6,0x8C,0x00,0x00,0x00,0x00,0x33,0x18,0xC0,0x0C, + 0x21,0x28,0xC0,0x03,0x09,0x13,0xC0,0x08,0x21,0x20,0x40,0x02, + 0x06,0x00,0x84,0x26,0x00,0xA3,0x06,0x3C,0x8C,0x01,0xC6,0x8C, + 0x00,0x00,0x00,0x00,0x33,0x18,0xC0,0x0C,0x21,0x28,0xC0,0x03, + 0x14,0x01,0xA2,0x8E,0x00,0x00,0x00,0x00,0x0C,0x00,0x40,0x10, + 0x21,0x20,0x80,0x02,0x12,0x00,0x45,0x96,0x00,0x00,0x00,0x00, + 0x09,0xF8,0x40,0x00,0x10,0x00,0xA6,0x27,0x06,0x00,0x40,0x10, + 0x21,0x20,0x40,0x02,0x1C,0x01,0xA2,0x8E,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x09,0x13,0xC0,0x08,0x1C,0x01,0xA2,0xAE, + 0x0B,0x18,0xC0,0x0C,0x21,0x20,0x80,0x02,0x21,0xB8,0x40,0x00, + 0x9A,0x00,0xE1,0x06,0x07,0x00,0x02,0x24,0x04,0x00,0x83,0x96, + 0x02,0x83,0x02,0x3C,0x14,0xB3,0x42,0x94,0x00,0x00,0x00,0x00, + 0x06,0x00,0x62,0x14,0x21,0x20,0x00,0x00,0x00,0x00,0x82,0x8E, + 0x20,0x81,0x83,0x8F,0x00,0x00,0x00,0x00,0x26,0x10,0x43,0x00, + 0x01,0x00,0x44,0x2C,0x09,0x00,0x80,0x10,0xFF,0xFF,0x07,0x24, + 0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x11,0x01,0x40,0x10, + 0x21,0x20,0xC0,0x03,0xAA,0x29,0xC0,0x0C,0x21,0x28,0x80,0x02, + 0x09,0x13,0xC0,0x08,0x21,0x20,0x40,0x02,0x0A,0x00,0xE7,0x16, + 0x00,0x00,0x00,0x00,0x08,0x00,0xC0,0x13,0x00,0x00,0x00,0x00, + 0x24,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x10, + 0x01,0x00,0x13,0x24,0x40,0x84,0x93,0x8F,0x0B,0x12,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x01,0xA2,0x8E,0x40,0x84,0x93,0x8F, + 0x01,0x00,0x42,0x24,0x00,0x01,0xA2,0xAE,0x44,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x23,0x10,0x53,0x00,0xFF,0xFF,0x42,0x24, + 0x11,0x00,0x42,0xA2,0x44,0x84,0x82,0x8F,0x21,0x80,0x60,0x02, + 0x2A,0x10,0x02,0x02,0x0F,0x00,0x40,0x10,0x40,0x12,0x10,0x00, + 0x02,0x83,0x08,0x3C,0x70,0xD9,0x08,0x25,0x21,0x88,0x48,0x00, + 0x05,0x00,0x1E,0x12,0x00,0x00,0x00,0x00,0x38,0x16,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0xEF,0x00,0x40,0x10,0x21,0x10,0x00,0x00, + 0x44,0x84,0x82,0x8F,0x01,0x00,0x10,0x26,0x2A,0x10,0x02,0x02, + 0xF6,0xFF,0x40,0x14,0x00,0x02,0x31,0x26,0x44,0x84,0x82,0x8F, + 0x21,0x80,0x60,0x02,0x2A,0x10,0x02,0x02,0x36,0x00,0x40,0x10, + 0x40,0x12,0x10,0x00,0x02,0x83,0x07,0x3C,0x70,0xD9,0xE7,0x24, + 0x21,0x98,0x47,0x00,0x21,0x88,0x40,0x00,0xC0,0xB1,0x10,0x00, + 0x28,0x00,0x1E,0x12,0x00,0x00,0x00,0x00,0x02,0x83,0x02,0x3C, + 0x21,0x10,0x51,0x00,0x88,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x0E,0x00,0x40,0x10,0x21,0x20,0x80,0x02,0x12,0x00,0x45,0x96, + 0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00,0x10,0x00,0xA6,0x27, + 0x08,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x02,0x83,0x02,0x3C, + 0x21,0x10,0x51,0x00,0x90,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x51,0x12,0xC0,0x08,0x20,0x01,0x62,0xAE, + 0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x10, + 0x03,0x00,0x08,0x24,0x03,0x83,0x02,0x3C,0x21,0x10,0x56,0x00, + 0xC4,0xEF,0x42,0x8C,0x00,0x00,0x00,0x00,0x06,0x00,0x48,0x14, + 0x00,0x00,0x00,0x00,0x21,0x20,0x60,0x02,0x47,0x16,0xC0,0x0C, + 0x21,0x28,0x40,0x02,0x57,0x12,0xC0,0x08,0x00,0x02,0x73,0x26, + 0x11,0x00,0x42,0x92,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x24, + 0x11,0x00,0x42,0xA2,0x11,0x00,0x42,0x92,0x00,0x02,0x73,0x26, + 0x00,0x02,0x31,0x26,0x44,0x84,0x82,0x8F,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x02,0x02,0xD1,0xFF,0x40,0x14,0x80,0x00,0xD6,0x26, + 0x0C,0x00,0x82,0x96,0x08,0x06,0x04,0x24,0x07,0x00,0x44,0x14, + 0xAA,0xAA,0x03,0x3C,0x21,0x20,0xA0,0x02,0x21,0x28,0x40,0x02, + 0x47,0x14,0xC0,0x0C,0x0E,0x00,0x06,0x24,0x7A,0x12,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x82,0x8E,0x00,0x2E,0x63,0x34, + 0x0B,0x00,0x43,0x14,0xFE,0xFF,0x02,0x24,0x14,0x00,0x82,0x96, + 0x00,0x00,0x00,0x00,0x07,0x00,0x44,0x14,0xFE,0xFF,0x02,0x24, + 0x21,0x20,0xA0,0x02,0x21,0x28,0x40,0x02,0x47,0x14,0xC0,0x0C, + 0x16,0x00,0x06,0x24,0x7A,0x12,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x04,0x00,0xE2,0x16,0x21,0x20,0xA0,0x02,0x21,0x28,0x40,0x02, + 0x2B,0x0F,0xC0,0x0C,0x21,0x30,0x80,0x02,0x11,0x00,0x42,0x92, + 0x00,0x00,0x00,0x00,0x8C,0x00,0x40,0x10,0x21,0x20,0x40,0x02, + 0x00,0x13,0xC0,0x08,0x00,0x00,0x00,0x00,0x1A,0x00,0xE2,0x16, + 0x00,0x00,0x00,0x00,0x24,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x0B,0x00,0x40,0x10,0x21,0x20,0xA0,0x02,0x09,0x00,0xC0,0x13, + 0x01,0x00,0x02,0x24,0x11,0x00,0x42,0xA2,0x02,0x83,0x04,0x3C, + 0x70,0xD9,0x84,0x24,0x47,0x16,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0x7E,0x00,0x40,0x10,0x21,0x10,0x00,0x00,0x21,0x20,0xA0,0x02, + 0x21,0x28,0x40,0x02,0x2B,0x0F,0xC0,0x0C,0x21,0x30,0x80,0x02, + 0x24,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x73,0x00,0x40,0x10, + 0x21,0x20,0x40,0x02,0x74,0x00,0xC0,0x17,0x01,0x00,0x02,0x24, + 0x09,0x13,0xC0,0x08,0x00,0x00,0x00,0x00,0x57,0x00,0xFE,0x12, + 0x40,0x82,0x17,0x00,0x02,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0x88,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00,0x11,0x00,0x40,0x10, + 0x21,0x20,0x80,0x02,0x12,0x00,0x45,0x96,0x00,0x00,0x00,0x00, + 0x09,0xF8,0x40,0x00,0x10,0x00,0xA6,0x27,0x0B,0x00,0x40,0x10, + 0x21,0x20,0x40,0x02,0x02,0x83,0x07,0x3C,0x70,0xD9,0xE7,0x24, + 0x02,0x83,0x02,0x3C,0x21,0x10,0x50,0x00,0x90,0xDA,0x42,0x8C, + 0x21,0x18,0x07,0x02,0x01,0x00,0x42,0x24,0x20,0x01,0x62,0xAC, + 0x09,0x13,0xC0,0x08,0x11,0x00,0x80,0xA0,0x24,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x2A,0x00,0xE0,0x12,0x00,0x00,0x00,0x00,0x28,0x00,0xC0,0x13, + 0x40,0x12,0x17,0x00,0x02,0x83,0x08,0x3C,0x70,0xD9,0x08,0x25, + 0x21,0x80,0x48,0x00,0x38,0x16,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x4B,0x00,0x40,0x10,0x21,0x10,0x00,0x00,0x02,0x83,0x04,0x3C, + 0x38,0x16,0xC0,0x0C,0x70,0xD9,0x84,0x24,0x3F,0x00,0x40,0x10, + 0x02,0x00,0x02,0x24,0x11,0x00,0x42,0xA2,0x28,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x10,0xC0,0x11,0x17,0x00, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0xC4,0xEF,0x22,0x8C, + 0x03,0x00,0x07,0x24,0x06,0x00,0x47,0x14,0x00,0x00,0x00,0x00, + 0x21,0x20,0x00,0x02,0x47,0x16,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0xDC,0x12,0xC0,0x08,0x00,0x00,0x00,0x00,0x11,0x00,0x42,0x92, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x24,0x11,0x00,0x42,0xA2, + 0x11,0x00,0x42,0x92,0x02,0x83,0x04,0x3C,0x70,0xD9,0x84,0x24, + 0x47,0x16,0xC0,0x0C,0x21,0x28,0x40,0x02,0x00,0x13,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x28,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x07,0x00,0x40,0x10,0xC0,0x11,0x17,0x00,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xC4,0xEF,0x22,0x8C,0x03,0x00,0x08,0x24, + 0x1C,0x00,0x48,0x14,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x24, + 0x11,0x00,0x42,0xA2,0x40,0x22,0x17,0x00,0x02,0x83,0x07,0x3C, + 0x70,0xD9,0xE7,0x24,0xFC,0x12,0xC0,0x08,0x21,0x20,0x87,0x00, + 0x24,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x11,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x0F,0x00,0xE0,0x12,0x01,0x00,0x02,0x24, + 0x11,0x00,0x42,0xA2,0x02,0x83,0x04,0x3C,0x70,0xD9,0x84,0x24, + 0x47,0x16,0xC0,0x0C,0x21,0x28,0x40,0x02,0x0D,0x00,0x40,0x10, + 0x21,0x10,0x00,0x00,0xFC,0x00,0xA2,0x8E,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x0B,0x13,0xC0,0x08,0xFC,0x00,0xA2,0xAE, + 0x0C,0x13,0xC0,0x08,0x21,0x10,0x00,0x00,0x11,0x00,0x40,0xA2, + 0x21,0x20,0x40,0x02,0xE4,0x14,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x24,0x34,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x98,0x00,0xA2,0x8E,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x98,0x00,0xA2,0xAE,0x9C,0x00,0xA2,0x8E,0xA8,0x00,0xA3,0x8E, + 0x01,0x00,0x42,0x24,0x9C,0x00,0xA2,0xAE,0x80,0x00,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0x21,0x18,0x68,0x00,0x2A,0x13,0xC0,0x08, + 0xA8,0x00,0xA3,0xAE,0x98,0x00,0xA2,0x8E,0xA0,0x00,0xA3,0x8E, + 0x01,0x00,0x42,0x24,0x01,0x00,0x63,0x24,0x98,0x00,0xA2,0xAE, + 0xA0,0x00,0xA3,0xAE,0x60,0x00,0xA7,0x8F,0x00,0x00,0x00,0x00, + 0x08,0x00,0xE2,0x8C,0xFF,0xFF,0x08,0x24,0x04,0x00,0x48,0x10, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE4,0x8C,0xE4,0x14,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x78,0x00,0xA7,0x8F,0x70,0x00,0xA8,0x8F, + 0x01,0x00,0xE7,0x24,0x78,0x00,0xA7,0xAF,0x88,0x00,0xA8,0xAE, + 0x60,0x00,0xA7,0x8F,0x08,0x80,0x02,0x34,0x00,0x00,0xE0,0xA4, + 0x02,0x00,0xE2,0xA4,0x68,0x00,0xA8,0x8F,0x08,0x00,0x02,0x24, + 0x02,0x00,0x02,0xA5,0x04,0x00,0x07,0x8D,0x60,0x00,0xA8,0x8F, + 0x68,0x00,0xA7,0xAF,0x04,0x00,0x08,0x8D,0x78,0x00,0xA7,0x8F, + 0x60,0x00,0xA8,0xAF,0x58,0x00,0xA8,0x8F,0x00,0x00,0x00,0x00, + 0x2A,0x10,0xE8,0x00,0x27,0xFE,0x40,0x14,0x00,0x00,0x00,0x00, + 0x60,0x00,0xA7,0x8F,0x00,0x00,0x00,0x00,0x78,0x00,0xA7,0xAE, + 0x68,0x00,0xA8,0x8F,0x00,0x00,0x00,0x00,0x7C,0x00,0xA8,0xAE, + 0x2C,0x00,0xA3,0x8E,0x00,0x00,0x00,0x00,0x00,0x00,0x62,0x94, + 0x00,0x00,0x00,0x00,0x00,0x10,0x42,0x30,0x2B,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x02,0x00,0x62,0x94,0x00,0x00,0x00,0x00, + 0x27,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x00,0x00,0xE2,0x94, + 0x00,0x00,0x00,0x00,0x23,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x02,0x00,0xE2,0x94,0x08,0x00,0x03,0x24,0xFF,0xFF,0x42,0x30, + 0x1E,0x00,0x43,0x14,0x00,0x00,0x00,0x00,0x88,0x00,0xA2,0x8E, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x00,0x80,0x42,0x30,0x17,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0xA4,0x00,0xA2,0x8E,0x2C,0x00,0xA3,0x8E,0x01,0x00,0x42,0x24, + 0xA4,0x00,0xA2,0xAE,0x08,0x00,0x67,0xAC,0x88,0x00,0xA2,0x8E, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE2,0xAC,0x2C,0x00,0xA3,0x8E, + 0x10,0x10,0x02,0x24,0x02,0x00,0x62,0xA4,0x00,0x00,0xA2,0x8E, + 0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x42,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00,0x78,0x13,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x08,0x00,0xA2,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x40,0xAC,0xB4,0x00,0xBF,0x8F,0xB0,0x00,0xBE,0x8F, + 0xAC,0x00,0xB7,0x8F,0xA8,0x00,0xB6,0x8F,0xA4,0x00,0xB5,0x8F, + 0xA0,0x00,0xB4,0x8F,0x9C,0x00,0xB3,0x8F,0x98,0x00,0xB2,0x8F, + 0x94,0x00,0xB1,0x8F,0x90,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0xB8,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27,0x1C,0x00,0xB1,0xAF, + 0x21,0x88,0x80,0x00,0x20,0x00,0xB2,0xAF,0x21,0x90,0xA0,0x00, + 0x50,0x80,0x84,0x27,0x06,0x00,0x25,0x26,0x18,0x00,0xB0,0xAF, + 0x58,0x80,0x90,0x27,0x24,0x00,0xBF,0xAF,0xA8,0x13,0xC0,0x0C, + 0x21,0x30,0x00,0x02,0x5C,0x80,0x84,0x27,0x21,0x28,0x20,0x02, + 0xA8,0x13,0xC0,0x0C,0x21,0x30,0x00,0x02,0x0A,0x00,0x40,0x1A, + 0x21,0x80,0x00,0x00,0x64,0x80,0x84,0x27,0x21,0x10,0x11,0x02, + 0x0C,0x00,0x45,0x90,0x00,0x00,0x00,0x00,0x97,0x39,0xC0,0x0C, + 0x01,0x00,0x10,0x26,0x2A,0x10,0x12,0x02,0xF8,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x6C,0x80,0x84,0x27,0x97,0x39,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x24,0x00,0xBF,0x8F,0x20,0x00,0xB2,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27,0x28,0x00,0xBF,0xAF, + 0x02,0x00,0xA2,0x90,0x00,0x00,0xA3,0x90,0x01,0x00,0xA7,0x90, + 0x10,0x00,0xA2,0xAF,0x03,0x00,0xA2,0x90,0x21,0x40,0x80,0x00, + 0x14,0x00,0xA2,0xAF,0x04,0x00,0xA2,0x90,0x01,0x83,0x04,0x3C, + 0xE8,0x6A,0x84,0x24,0x18,0x00,0xA2,0xAF,0x05,0x00,0xA2,0x90, + 0x21,0x28,0x00,0x01,0x20,0x00,0xA6,0xAF,0x21,0x30,0x60,0x00, + 0x97,0x39,0xC0,0x0C,0x1C,0x00,0xA2,0xAF,0x28,0x00,0xBF,0x8F, + 0x30,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xD8,0xFF,0xBD,0x27,0x20,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x21,0x28,0x00,0x00,0x21,0x40,0x00,0x00,0x24,0x00,0xBF,0xAF, + 0x84,0x00,0x03,0x8E,0x80,0x00,0x04,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x18,0x64,0x00,0x40,0x10,0x03,0x00,0x21,0x10,0x43,0x00, + 0x00,0x19,0x02,0x00,0x21,0x10,0x43,0x00,0x00,0x1A,0x02,0x00, + 0x21,0x10,0x43,0x00,0x00,0x1C,0x02,0x00,0x21,0x10,0x43,0x00, + 0x23,0x10,0x02,0x00,0x83,0x38,0x02,0x00,0x0D,0x00,0xE0,0x18, + 0x21,0x30,0x00,0x00,0x21,0x18,0x80,0x00,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0xDD,0x13,0xC0,0x08,0x01,0x00,0xA5,0x24,0x01,0x00,0xC6,0x24, + 0x01,0x00,0x08,0x25,0x2A,0x10,0x07,0x01,0xF6,0xFF,0x40,0x14, + 0x14,0x00,0x63,0x24,0x01,0x83,0x04,0x3C,0x0C,0x6B,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x38,0xA6,0x00,0x21,0x28,0x00,0x00, + 0x21,0x40,0x00,0x00,0x74,0x00,0x04,0x8E,0x70,0x00,0x09,0x8E, + 0x00,0x00,0x00,0x00,0x23,0x20,0x89,0x00,0xC0,0x10,0x04,0x00, + 0x21,0x10,0x44,0x00,0x80,0x19,0x02,0x00,0x21,0x10,0x43,0x00, + 0xC0,0x10,0x02,0x00,0x21,0x10,0x44,0x00,0xC0,0x1B,0x02,0x00, + 0x21,0x10,0x43,0x00,0xC0,0x10,0x02,0x00,0x21,0x10,0x44,0x00, + 0x23,0x10,0x02,0x00,0x83,0x38,0x02,0x00,0x0E,0x00,0xE0,0x18, + 0x21,0x30,0x00,0x00,0x21,0x20,0x20,0x01,0x00,0x00,0x82,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30,0x03,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x02,0x14,0xC0,0x08,0x01,0x00,0xA5,0x24, + 0x01,0x00,0xC6,0x24,0x01,0x00,0x08,0x25,0x2A,0x10,0x07,0x01, + 0xF5,0xFF,0x40,0x14,0x1C,0x00,0x84,0x24,0x01,0x83,0x04,0x3C, + 0x0C,0x6B,0x84,0x24,0x97,0x39,0xC0,0x0C,0x21,0x38,0xA6,0x00, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xF8,0xFF,0xBD,0x27,0x88,0x00,0x87,0x8C, + 0xFF,0xFF,0xA3,0x24,0x0C,0x00,0xA0,0x10,0x21,0x30,0xE0,0x00, + 0xFF,0xFF,0x05,0x24,0x0C,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00, + 0x00,0x80,0x42,0x30,0x08,0x00,0x40,0x14,0x21,0x10,0x00,0x00, + 0xFF,0xFF,0x63,0x24,0x00,0x00,0xC0,0xAC,0x04,0x00,0xC6,0x8C, + 0xF7,0xFF,0x65,0x14,0x00,0x00,0x00,0x00,0x88,0x00,0x86,0xAC, + 0x21,0x10,0xE0,0x00,0x08,0x00,0xE0,0x03,0x08,0x00,0xBD,0x27, + 0x24,0x84,0x82,0x8F,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0xA0,0x00,0x18,0x00,0x40,0x10,0x14,0x00,0xBF,0xAF, + 0x00,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x14,0x00,0x40,0x10, + 0x02,0x00,0x02,0x24,0x11,0x00,0x02,0xA2,0x47,0x16,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x13,0x00,0x40,0x10,0x21,0x10,0x00,0x00, + 0x02,0x83,0x04,0x3C,0x70,0xD9,0x84,0x24,0x47,0x16,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x07,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x24, + 0x11,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x43,0x14,0xC0,0x08,0x01,0x00,0x02,0x24,0x01,0x00,0x02,0x24, + 0x11,0x00,0x02,0xA2,0x47,0x16,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27,0x2C,0x00,0xB5,0xAF, + 0x21,0xA8,0x80,0x00,0x00,0xA3,0x03,0x3C,0xDC,0x05,0x63,0x8C, + 0x21,0x38,0xA0,0x00,0x30,0x00,0xBF,0xAF,0x28,0x00,0xB4,0xAF, + 0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF,0x1C,0x00,0xB1,0xAF, + 0x18,0x00,0xB0,0xAF,0x00,0x00,0xE2,0x8C,0x21,0xA0,0xC0,0x00, + 0x13,0x00,0x54,0x14,0x10,0x00,0xA3,0xAF,0x04,0x00,0xE2,0x8C, + 0x00,0x00,0x00,0x00,0x08,0x00,0x51,0x8C,0x00,0x00,0x00,0x00, + 0x18,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x7B,0x00,0x43,0x14, + 0x08,0x00,0x03,0x3C,0x00,0x00,0x22,0x8E,0x00,0x01,0x63,0x34, + 0x77,0x00,0x43,0x14,0x00,0x01,0x03,0x3C,0x04,0x00,0x22,0x8E, + 0x06,0x04,0x63,0x34,0x1C,0x00,0x43,0x10,0x00,0x00,0x00,0x00, + 0xD9,0x14,0xC0,0x08,0x00,0x00,0x00,0x00,0x08,0x00,0xE2,0x8C, + 0x00,0x00,0x00,0x00,0x21,0x88,0x54,0x00,0x18,0x00,0x23,0x96, + 0x10,0x00,0xA2,0x97,0x00,0x00,0x00,0x00,0x69,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x1A,0x00,0x23,0x96,0x12,0x00,0xA2,0x97, + 0x00,0x00,0x00,0x00,0x64,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x00,0x00,0x24,0x96,0x00,0x01,0x02,0x24,0x60,0x00,0x82,0x14, + 0x06,0x04,0x03,0x3C,0x02,0x00,0x22,0x8E,0x08,0x00,0x63,0x34, + 0x5C,0x00,0x43,0x14,0x00,0x00,0x00,0x00,0x06,0x00,0x22,0x96, + 0x00,0x00,0x00,0x00,0x58,0x00,0x44,0x14,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x54,0x00,0x40,0x10, + 0x01,0x00,0x05,0x24,0x02,0x83,0x04,0x3C,0x70,0xE7,0x84,0x24, + 0x08,0x00,0xF3,0x8C,0x0E,0x14,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x21,0x90,0x40,0x00,0x06,0x00,0x40,0x16,0x00,0x00,0x00,0x00, + 0xF0,0x00,0xA2,0x8E,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0xD9,0x14,0xC0,0x08,0xF0,0x00,0xA2,0xAE,0x08,0x00,0x50,0x8E, + 0x0C,0x00,0x65,0x26,0x09,0x00,0x62,0x8A,0x06,0x00,0x62,0x9A, + 0x0A,0x00,0x63,0x82,0x0B,0x00,0x64,0x82,0x03,0x00,0x02,0xAA, + 0x00,0x00,0x02,0xBA,0x04,0x00,0x03,0xA2,0x05,0x00,0x04,0xA2, + 0x02,0x83,0x06,0x3C,0x84,0xE7,0xC6,0x24,0x03,0x00,0xC2,0x88, + 0x00,0x00,0xC2,0x98,0x04,0x00,0xC3,0x80,0x05,0x00,0xC4,0x80, + 0x09,0x00,0x02,0xAA,0x06,0x00,0x02,0xBA,0x0A,0x00,0x03,0xA2, + 0x0B,0x00,0x04,0xA2,0x0C,0x00,0x04,0x26,0x21,0x80,0x14,0x02, + 0x10,0x3E,0xC0,0x0C,0xF4,0xFF,0x86,0x26,0x03,0x00,0x22,0x8A, + 0x00,0x00,0x22,0x9A,0x04,0x00,0x23,0x82,0x05,0x00,0x24,0x82, + 0x03,0x00,0x02,0xAA,0x00,0x00,0x02,0xBA,0x04,0x00,0x03,0xA2, + 0x05,0x00,0x04,0xA2,0x00,0x02,0x02,0x24,0x06,0x00,0x02,0xA6, + 0x02,0x83,0x05,0x3C,0x84,0xE7,0xA5,0x24,0x03,0x00,0xA2,0x88, + 0x00,0x00,0xA2,0x98,0x04,0x00,0xA3,0x80,0x05,0x00,0xA4,0x80, + 0x0B,0x00,0x02,0xAA,0x08,0x00,0x02,0xBA,0x0C,0x00,0x03,0xA2, + 0x0D,0x00,0x04,0xA2,0x21,0x20,0xA0,0x02,0x10,0x00,0xA2,0x8F, + 0x00,0x00,0x00,0x00,0x0E,0x00,0x02,0xAE,0x0B,0x00,0x22,0x8A, + 0x08,0x00,0x22,0x9A,0x0F,0x00,0x23,0x8A,0x0C,0x00,0x23,0x9A, + 0x10,0x00,0x26,0x82,0x11,0x00,0x27,0x82,0x15,0x00,0x02,0xAA, + 0x12,0x00,0x02,0xBA,0x19,0x00,0x03,0xAA,0x16,0x00,0x03,0xBA, + 0x1A,0x00,0x06,0xA2,0x1B,0x00,0x07,0xA2,0x3C,0x80,0x02,0x34, + 0x00,0x00,0x42,0xAE,0x3C,0x00,0x02,0x24,0x12,0x00,0x42,0xA6, + 0x22,0x14,0xC0,0x0C,0x21,0x28,0x40,0x02,0x03,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0xE4,0x14,0xC0,0x0C,0x21,0x20,0x40,0x02, + 0x30,0x00,0xBF,0x8F,0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F, + 0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x00,0x81,0x09,0x34, + 0x10,0x00,0x82,0x90,0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24, + 0x40,0x12,0x02,0x00,0x21,0x38,0x43,0x00,0x8C,0x00,0xE6,0x8C, + 0x00,0x01,0x08,0x24,0x04,0x00,0xC5,0x8C,0x00,0x00,0x83,0x8C, + 0x00,0x00,0x80,0xAC,0x0C,0x00,0x89,0xAC,0x04,0x00,0xA4,0xAC, + 0x0C,0x00,0xC8,0xAC,0x21,0x30,0xA0,0x00,0xD8,0x00,0xE2,0x8C, + 0x21,0x28,0x80,0x00,0x01,0x00,0x42,0x24,0x00,0x80,0x63,0x30, + 0x04,0x00,0x60,0x14,0xD8,0x00,0xE2,0xAC,0x04,0x00,0x84,0x8C, + 0xED,0x14,0xC0,0x08,0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03, + 0x8C,0x00,0xE6,0xAC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,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,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xAC,0x00,0x80,0xAC,0xB0,0x00,0x80,0xAC,0xB4,0x00,0x80,0xAC, + 0xB8,0x00,0x80,0xAC,0xBC,0x00,0x80,0xAC,0xC0,0x00,0x80,0xAC, + 0xC4,0x00,0x80,0xAC,0xC8,0x00,0x80,0xAC,0xCC,0x00,0x80,0xAC, + 0xD0,0x00,0x80,0xAC,0xD4,0x00,0x80,0xAC,0xE0,0x00,0x80,0xAC, + 0x08,0x01,0x80,0xAC,0x04,0x01,0x80,0xAC,0xEC,0x00,0x80,0xAC, + 0xF0,0x00,0x80,0xAC,0xE8,0x00,0x80,0xAC,0xF4,0x00,0x80,0xAC, + 0x08,0x00,0xE0,0x03,0xF8,0x00,0x80,0xAC,0xE0,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x14,0x00,0xB1,0xAF, + 0x00,0x02,0x11,0x24,0x18,0x00,0xBF,0xAF,0x8B,0x09,0xC0,0x0C, + 0x00,0x38,0x04,0x24,0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0x21,0x20,0x00,0x00,0x24,0x10,0x43,0x00,0x00,0x80,0x03,0x3C, + 0x25,0x28,0x43,0x00,0x21,0x18,0xA0,0x00,0x00,0x80,0x06,0x34, + 0x01,0x00,0x84,0x24,0x1C,0x00,0x62,0x24,0x00,0x00,0x60,0xA4, + 0x02,0x00,0x66,0xA4,0x04,0x00,0x62,0xAC,0x21,0x18,0x40,0x00, + 0x2A,0x10,0x91,0x00,0xF9,0xFF,0x40,0x14,0x01,0x00,0x84,0x24, + 0xFF,0xFF,0x84,0x24,0xC0,0x10,0x11,0x00,0x23,0x10,0x51,0x00, + 0x80,0x10,0x02,0x00,0x21,0x10,0x45,0x00,0x38,0x00,0xA3,0x24, + 0xE8,0xFF,0x45,0xAC,0x6C,0x00,0x03,0xAE,0x68,0x00,0x03,0xAE, + 0x60,0x00,0x05,0xAE,0x64,0x00,0x02,0xAE,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xF8,0xFF,0xBD,0x27,0x00,0x20,0x0E,0x3C, + 0x04,0x00,0xB1,0xAF,0x07,0x00,0x11,0x3C,0x00,0x00,0xB0,0xAF, + 0x04,0x00,0x10,0x3C,0x02,0x83,0x19,0x3C,0x70,0xD9,0x39,0x27, + 0x00,0x01,0x0F,0x24,0x6C,0x00,0x98,0x8C,0x68,0x00,0x89,0x8C, + 0xB0,0x00,0x8C,0x8C,0xB4,0x00,0x8D,0x8C,0x5E,0x00,0x38,0x11, + 0x00,0x00,0x00,0x00,0x04,0x00,0x2B,0x8D,0x00,0x00,0x00,0x00, + 0x25,0x10,0x6E,0x01,0x00,0x00,0x42,0x94,0x00,0x00,0x00,0x00, + 0x00,0x80,0x42,0x30,0x56,0x00,0x40,0x10,0x25,0x10,0x2E,0x01, + 0x00,0x00,0x43,0x8C,0x00,0x00,0x00,0x00,0x24,0x10,0x71,0x00, + 0x4C,0x00,0x50,0x14,0x00,0x20,0x62,0x30,0x29,0x00,0x40,0x14, + 0x0F,0x00,0x62,0x30,0xBC,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0xBC,0x00,0x82,0xAC,0x00,0x08,0x62,0x30, + 0x06,0x00,0x40,0x10,0x00,0x04,0x62,0x30,0xC0,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0xC0,0x00,0x82,0xAC, + 0x00,0x04,0x62,0x30,0x06,0x00,0x40,0x10,0x00,0x02,0x62,0x30, + 0xC4,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0xC4,0x00,0x82,0xAC,0x00,0x02,0x62,0x30,0x06,0x00,0x40,0x10, + 0x00,0x01,0x62,0x30,0xC8,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0xC8,0x00,0x82,0xAC,0x00,0x01,0x62,0x30, + 0x06,0x00,0x40,0x10,0x20,0x00,0x62,0x30,0xCC,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0xCC,0x00,0x82,0xAC, + 0x20,0x00,0x62,0x30,0x06,0x00,0x40,0x10,0x0F,0x00,0x62,0x30, + 0xD0,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0xD0,0x00,0x82,0xAC,0x0F,0x00,0x62,0x30,0xD4,0x00,0x83,0x8C, + 0x08,0x00,0x25,0x8D,0x21,0x18,0x62,0x00,0xD4,0x00,0x83,0xAC, + 0x11,0x00,0xA2,0x90,0x01,0x00,0x8C,0x25,0xFF,0xFF,0x42,0x24, + 0x11,0x00,0xA2,0xA0,0x19,0x00,0x40,0x14,0x25,0x18,0x2E,0x01, + 0x10,0x00,0xA2,0x90,0x01,0x00,0xAD,0x25,0x40,0x12,0x02,0x00, + 0x21,0x40,0x59,0x00,0x8C,0x00,0x07,0x8D,0x00,0x81,0x0A,0x34, + 0x04,0x00,0xE6,0x8C,0x00,0x00,0xA3,0x8C,0x00,0x00,0xA0,0xAC, + 0x0C,0x00,0xAA,0xAC,0x04,0x00,0xC5,0xAC,0x0C,0x00,0xEF,0xAC, + 0x21,0x38,0xC0,0x00,0xD8,0x00,0x02,0x8D,0x21,0x30,0xA0,0x00, + 0x01,0x00,0x42,0x24,0x00,0x80,0x63,0x30,0x04,0x00,0x60,0x14, + 0xD8,0x00,0x02,0xAD,0x04,0x00,0xA5,0x8C,0xBE,0x15,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x8C,0x00,0x07,0xAD,0x25,0x18,0x2E,0x01, + 0x00,0x80,0x02,0x3C,0x00,0x00,0x62,0xAC,0x74,0x15,0xC0,0x08, + 0x21,0x48,0x60,0x01,0x68,0x00,0x89,0xAC,0xB0,0x00,0x8C,0xAC, + 0xB4,0x00,0x8D,0xAC,0x04,0x00,0xB1,0x8F,0x00,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x08,0x00,0xBD,0x27,0x68,0x00,0x85,0x8C, + 0x2C,0x00,0x86,0x8C,0x04,0x00,0xA7,0x8C,0x00,0x00,0xC2,0x94, + 0x00,0x00,0x00,0x00,0x00,0x20,0x42,0x30,0x55,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x02,0x00,0xA2,0x94,0x04,0x00,0x03,0x24, + 0x07,0x00,0x42,0x30,0x50,0x00,0x43,0x14,0x00,0x20,0x03,0x3C, + 0x25,0x10,0xA3,0x00,0x00,0x00,0x42,0x94,0x00,0x00,0x00,0x00, + 0x00,0x80,0x42,0x30,0x4A,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x02,0x00,0xE2,0x94,0x00,0x00,0x00,0x00,0x07,0x00,0x42,0x30, + 0x45,0x00,0x40,0x14,0x25,0x10,0xE3,0x00,0x00,0x00,0x42,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30,0x40,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x3C,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xE0,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0xE0,0x00,0x82,0xAC, + 0x04,0x00,0xC5,0xAC,0x02,0x00,0xC2,0x94,0x00,0x00,0x00,0x00, + 0x2F,0x00,0x40,0x10,0x00,0x21,0x02,0x24,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0xC2,0x94, + 0x00,0x00,0x00,0x00,0xD3,0xFF,0x40,0x14,0x00,0x21,0x02,0x24, + 0x02,0x00,0xC2,0xA4,0x08,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x40,0xAC,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x6C,0x00,0x85,0x8C,0x00,0x00,0x00,0x00,0x04,0x00,0xA2,0x8C, + 0x00,0x00,0x00,0x00,0x04,0x00,0x43,0x8C,0x68,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x05,0x00,0x62,0x14,0x21,0x10,0xA0,0x00, + 0xB8,0x00,0x83,0x8C,0x21,0x10,0x00,0x00,0x01,0x00,0x63,0x24, + 0xB8,0x00,0x83,0xAC,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x1C,0x00,0xBF,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x6C,0x00,0x12,0x8E,0x08,0x01,0x06,0x8E,0x2C,0x00,0x11,0x8E, + 0x04,0x00,0x42,0x8E,0x68,0x00,0x07,0x8E,0x04,0x00,0x42,0x8C, + 0x12,0x00,0xA3,0x94,0xAC,0x00,0x04,0x8E,0x00,0x00,0x00,0x00, + 0x06,0x00,0x47,0x14,0xFF,0xFF,0x63,0x30,0xB8,0x00,0x03,0x8E, + 0x21,0x10,0x00,0x00,0x01,0x00,0x63,0x24,0xDE,0x16,0xC0,0x08, + 0xB8,0x00,0x03,0xAE,0x21,0x30,0xC3,0x00,0x01,0x00,0x82,0x24, + 0xAC,0x00,0x02,0xAE,0x08,0x01,0x06,0xAE,0x08,0x00,0xA2,0x8C, + 0x04,0x01,0x03,0x8E,0x00,0x00,0x46,0x90,0x21,0x20,0x40,0x02, + 0x08,0x00,0x45,0xAE,0x0C,0x00,0x40,0xAE,0x01,0x00,0xC2,0x30, + 0x02,0x00,0x40,0x10,0x01,0x00,0x62,0x24,0x04,0x01,0x02,0xAE, + 0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x23,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x12,0x00,0xA2,0x94,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x42,0x30,0x0C,0x00,0x42,0xAE,0x00,0x00,0x22,0x96, + 0x00,0x00,0x00,0x00,0x00,0x20,0x42,0x30,0x18,0x00,0x40,0x10, + 0x0C,0x00,0x02,0x24,0x02,0x00,0x22,0x96,0x00,0x00,0x00,0x00, + 0x00,0x01,0x42,0x30,0x13,0x00,0x40,0x14,0x0C,0x00,0x02,0x24, + 0x04,0x00,0xF2,0x10,0x00,0x00,0x00,0x00,0x67,0x15,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x0C,0x00,0x02,0x24,0x02,0x00,0x42,0xA6, + 0x68,0x00,0x04,0x8E,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xA4, + 0x04,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0xA4, + 0x00,0x21,0x02,0x24,0x04,0x00,0x24,0xAE,0x42,0x09,0xC0,0x0C, + 0x02,0x00,0x22,0xA6,0xDB,0x16,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xDB,0x16,0xC0,0x08,0x02,0x00,0x82,0xA4,0x00,0x00,0x22,0x96, + 0x00,0x00,0x00,0x00,0x00,0x20,0x42,0x30,0x45,0x00,0x40,0x10, + 0x0C,0x00,0x02,0x24,0x04,0x00,0xF2,0x10,0x00,0x00,0x00,0x00, + 0x67,0x15,0xC0,0x0C,0x21,0x20,0x00,0x02,0x0C,0x00,0x02,0x24, + 0x02,0x00,0x42,0xA6,0x68,0x00,0x04,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x80,0xA4,0x04,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x40,0xA4,0x04,0x00,0x24,0xAE,0x02,0x00,0x22,0x96, + 0x00,0x00,0x00,0x00,0x2F,0x00,0x40,0x10,0x00,0x21,0x02,0x24, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x02,0x00,0x22,0x96,0x00,0x00,0x00,0x00,0xD3,0xFF,0x40,0x14, + 0x00,0x21,0x02,0x24,0x02,0x00,0x22,0xA6,0x08,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0xDB,0x16,0xC0,0x08,0x00,0x00,0x40,0xAC, + 0x02,0x00,0x42,0xA6,0x04,0x00,0x43,0x8E,0x01,0x00,0x02,0x24, + 0x6C,0x00,0x03,0xAE,0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF, + 0x21,0x88,0x80,0x00,0x18,0x00,0xB2,0xAF,0x01,0x83,0x12,0x3C, + 0xA0,0x6B,0x52,0x26,0x1C,0x00,0xB3,0xAF,0x00,0x01,0x13,0x24, + 0x20,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x68,0x00,0x30,0x8E, + 0x6C,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x04,0x00,0x02,0x16, + 0x00,0x00,0x00,0x00,0x02,0x00,0x02,0x96,0x36,0x17,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x02,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x07,0x00,0x42,0x30,0x0B,0x00,0x40,0x14,0x21,0x28,0x40,0x02, + 0x01,0x83,0x04,0x3C,0x80,0x6B,0x84,0x24,0x01,0x83,0x07,0x3C, + 0xDC,0x6B,0xE7,0x24,0x97,0x39,0xC0,0x0C,0xF8,0x01,0x06,0x24, + 0x01,0x00,0x04,0x24,0x21,0x28,0x40,0x02,0x6A,0x09,0xC0,0x0C, + 0xF8,0x01,0x06,0x24,0x02,0x00,0x02,0x96,0x04,0x00,0x03,0x24, + 0x07,0x00,0x42,0x30,0x28,0x00,0x43,0x14,0x00,0x80,0x02,0x34, + 0x08,0x00,0x03,0x8E,0x00,0x00,0x00,0x00,0x11,0x00,0x62,0x90, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x24,0x11,0x00,0x62,0xA0, + 0x11,0x00,0x62,0x90,0x00,0x00,0x00,0x00,0x1E,0x00,0x40,0x14, + 0x00,0x80,0x02,0x34,0xB4,0x00,0x22,0x8E,0x21,0x20,0x60,0x00, + 0x01,0x00,0x42,0x24,0xB4,0x00,0x22,0xAE,0x10,0x00,0x82,0x90, + 0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24,0x40,0x12,0x02,0x00, + 0x21,0x38,0x43,0x00,0x8C,0x00,0xE6,0x8C,0x00,0x81,0x08,0x34, + 0x04,0x00,0xC5,0x8C,0x00,0x00,0x83,0x8C,0x00,0x00,0x80,0xAC, + 0x0C,0x00,0x88,0xAC,0x04,0x00,0xA4,0xAC,0x0C,0x00,0xD3,0xAC, + 0x21,0x30,0xA0,0x00,0xD8,0x00,0xE2,0x8C,0x21,0x28,0x80,0x00, + 0x01,0x00,0x42,0x24,0x00,0x80,0x63,0x30,0x04,0x00,0x60,0x14, + 0xD8,0x00,0xE2,0xAC,0x04,0x00,0x84,0x8C,0x20,0x17,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x8C,0x00,0xE6,0xAC,0x00,0x80,0x02,0x34, + 0x02,0x00,0x02,0xA6,0x00,0x00,0x00,0xA6,0x04,0x00,0x10,0x8E, + 0xEF,0x16,0xC0,0x08,0x00,0x00,0x00,0x00,0x2C,0x00,0x23,0x8E, + 0x68,0x00,0x30,0xAE,0x00,0x00,0x62,0x94,0x00,0x00,0x00,0x00, + 0x00,0x20,0x42,0x34,0x00,0x00,0x62,0xA4,0x20,0x00,0xBF,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0x00,0xA3,0x02,0x3C,0x00,0x01,0x42,0x34,0x00,0x00,0x42,0x8C, + 0x02,0x83,0x03,0x3C,0x70,0xE9,0x63,0x24,0xFF,0x03,0x42,0x30, + 0x3C,0x00,0x42,0x24,0x00,0x80,0x42,0x34,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x62,0xAC,0xD0,0xFF,0xBD,0x27,0x1C,0x00,0xB1,0xAF, + 0x21,0x88,0x80,0x00,0x20,0x00,0xB2,0xAF,0x21,0x90,0xA0,0x00, + 0x18,0x00,0xB0,0xAF,0x00,0xA3,0x10,0x3C,0x00,0xA3,0x02,0x3C, + 0xA4,0x01,0x42,0x8C,0x00,0x01,0x10,0x36,0x2C,0x00,0xBF,0xAF, + 0x28,0x00,0xB4,0xAF,0x04,0x00,0x40,0x14,0x24,0x00,0xB3,0xAF, + 0x3C,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C,0xA4,0x01,0x22,0xAC, + 0x00,0xA3,0x02,0x3C,0xA4,0x01,0x42,0x8C,0x00,0x00,0x00,0x00, + 0xDD,0x05,0x42,0x28,0x03,0x00,0x40,0x14,0xDC,0x05,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0xA4,0x01,0x22,0xAC,0x00,0xA3,0x03,0x3C, + 0xA4,0x01,0x63,0x8C,0xFF,0xFF,0x02,0x24,0x15,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x70,0x80,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x05,0x00,0x43,0x14,0x02,0x00,0x05,0x24,0x82,0x0A,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x70,0x80,0x82,0xAF,0x02,0x00,0x05,0x24, + 0x0A,0x00,0x06,0x24,0x70,0x80,0x84,0x8F,0x00,0x83,0x07,0x3C, + 0x0C,0x5D,0xE7,0x24,0x9C,0x0A,0xC0,0x0C,0x10,0x00,0xA0,0xAF, + 0x00,0x00,0x02,0x8E,0x02,0x83,0x03,0x3C,0x70,0xE9,0x63,0x24, + 0xFF,0x03,0x42,0x30,0x83,0x17,0xC0,0x08,0x40,0x00,0x42,0x24, + 0x00,0xA3,0x02,0x3C,0xA4,0x01,0x42,0x8C,0x02,0x83,0x03,0x3C, + 0x70,0xE9,0x63,0x24,0x00,0x80,0x42,0x34,0x00,0x00,0x62,0xAC, + 0xFF,0x1F,0x04,0x3C,0xFF,0xFF,0x84,0x34,0x02,0x83,0x02,0x3C, + 0x80,0xE9,0x42,0x24,0x24,0x10,0x44,0x00,0x00,0xA0,0x05,0x3C, + 0x25,0x10,0x45,0x00,0x02,0x83,0x03,0x3C,0x60,0xEF,0x63,0x24, + 0x02,0x83,0x01,0x3C,0x74,0xE9,0x20,0xAC,0x02,0x83,0x01,0x3C, + 0x78,0xE9,0x22,0xAC,0x0C,0x00,0x02,0x24,0x00,0x00,0x60,0xA4, + 0x02,0x83,0x01,0x3C,0x62,0xEF,0x22,0xA4,0x06,0x00,0x41,0x06, + 0x24,0x10,0x64,0x00,0x25,0x10,0x45,0x00,0x02,0x83,0x01,0x3C, + 0x64,0xEF,0x22,0xAC,0xA4,0x17,0xC0,0x08,0xFF,0x1F,0x12,0x3C, + 0x02,0x83,0x02,0x3C,0x62,0xEF,0x42,0x94,0x00,0x00,0x00,0x00, + 0x00,0x80,0x42,0x34,0x02,0x83,0x01,0x3C,0x62,0xEF,0x22,0xA4, + 0xFF,0x1F,0x12,0x3C,0xFF,0xFF,0x52,0x36,0x02,0x83,0x02,0x3C, + 0x70,0xE9,0x42,0x24,0x24,0x10,0x52,0x00,0x00,0xA0,0x14,0x3C, + 0x25,0x10,0x54,0x00,0x02,0x83,0x01,0x3C,0x68,0xEF,0x22,0xAC, + 0x02,0x83,0x01,0x3C,0x6C,0xEF,0x20,0xAC,0x2C,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x94,0x02,0x83,0x13,0x3C, + 0x60,0xEF,0x73,0x26,0x00,0x20,0x42,0x30,0x0F,0x00,0x40,0x14, + 0x21,0x28,0x00,0x00,0x01,0x83,0x04,0x3C,0x80,0x6B,0x84,0x24, + 0x01,0x83,0x10,0x3C,0xA0,0x6B,0x10,0x26,0x21,0x28,0x00,0x02, + 0x01,0x83,0x07,0x3C,0xF8,0x6B,0xE7,0x24,0x97,0x39,0xC0,0x0C, + 0x3F,0x02,0x06,0x24,0x01,0x00,0x04,0x24,0x21,0x28,0x00,0x02, + 0x6A,0x09,0xC0,0x0C,0x3F,0x02,0x06,0x24,0x21,0x28,0x00,0x00, + 0x21,0x30,0x00,0x00,0x24,0x10,0x72,0x02,0x2C,0x00,0x23,0x8E, + 0x25,0x10,0x54,0x00,0x04,0x00,0x62,0xAC,0x2C,0x00,0x24,0x8E, + 0xD0,0x07,0x07,0x24,0x41,0x3D,0xC0,0x0C,0x02,0x00,0x84,0x24, + 0x0C,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x2C,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x02,0x00,0x45,0x94,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x18,0x6C,0x84,0x24,0xFF,0xFF,0x04,0x24, + 0x01,0x83,0x05,0x3C,0xA0,0x6B,0xA5,0x24,0x6A,0x09,0xC0,0x0C, + 0x47,0x02,0x06,0x24,0x2C,0x00,0x22,0x8E,0x00,0x21,0x03,0x24, + 0x02,0x00,0x43,0xA4,0x08,0x00,0x22,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x40,0xAC,0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB4,0x8F, + 0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x70,0x80,0x84,0x8F,0x00,0x80,0x02,0x34, + 0x10,0x00,0xBF,0xAF,0x02,0x83,0x01,0x3C,0x03,0x00,0x80,0x04, + 0x62,0xEF,0x22,0xA4,0xB1,0x0A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xF0,0xFF,0x02,0x34,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0x80,0xEF,0x20,0xAC,0xF0,0xFF,0x42,0x24, + 0xFB,0xFF,0x41,0x04,0x00,0x00,0x00,0x00,0x02,0x83,0x02,0x3C, + 0x80,0xEF,0x42,0x24,0x00,0xA3,0x01,0x3C,0x0C,0x01,0x20,0xAC, + 0x00,0xA3,0x01,0x3C,0xD4,0x05,0x22,0xAC,0x01,0x00,0x02,0x3C, + 0x84,0x84,0x80,0xAF,0x80,0x84,0x80,0xAF,0x00,0xA3,0x01,0x3C, + 0x08,0x00,0xE0,0x03,0xD8,0x05,0x22,0xAC,0x00,0x00,0x88,0x94, + 0x04,0x00,0x8A,0x94,0x01,0x00,0x02,0x31,0x1E,0x00,0x40,0x14, + 0x02,0x00,0x89,0x94,0x00,0x19,0x0A,0x00,0x26,0x18,0x6A,0x00, + 0xF0,0xFF,0x63,0x30,0x02,0x83,0x0F,0x3C,0x80,0xEF,0xEF,0x25, + 0x21,0x28,0x6F,0x00,0x34,0x84,0x8E,0x8F,0x00,0x00,0xA2,0x8C, + 0x04,0x00,0xAB,0x94,0x15,0x00,0x40,0x10,0x2B,0x10,0xC2,0x01, + 0x09,0x00,0x40,0x10,0x06,0x00,0xAC,0x94,0x07,0x00,0x0B,0x15, + 0x08,0x00,0xAD,0x94,0x05,0x00,0x2C,0x15,0x00,0x00,0x00,0x00, + 0x03,0x00,0x4D,0x15,0x0A,0x00,0xA2,0x94,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xF0,0xFF,0xA5,0x24,0x2B,0x10,0xAF,0x00, + 0xF1,0xFF,0x40,0x10,0x00,0x00,0xA2,0x8C,0xF8,0x7F,0xE5,0x25, + 0xF8,0x7F,0xA5,0x24,0x19,0x18,0xC0,0x08,0x00,0x00,0xA2,0x8C, + 0x08,0x00,0xE0,0x03,0xFE,0xFF,0x02,0x24,0x08,0x00,0xE0,0x03, + 0xFF,0xFF,0x02,0x24,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x88,0x94,0x34,0x84,0x8E,0x8F,0x01,0x00,0x02,0x31, + 0x32,0x00,0x40,0x14,0x02,0x00,0x89,0x94,0x00,0x83,0x02,0x3C, + 0x0C,0x01,0x59,0x8C,0x04,0x00,0x8A,0x94,0xFF,0x0F,0x22,0x2F, + 0x2E,0x00,0x40,0x10,0x00,0x19,0x0A,0x00,0x26,0x18,0x6A,0x00, + 0xF0,0xFF,0x63,0x30,0x02,0x83,0x0F,0x3C,0x80,0xEF,0xEF,0x25, + 0x21,0x38,0x6F,0x00,0x00,0x00,0xF8,0x8C,0x04,0x00,0xEB,0x94, + 0x2B,0x10,0xD8,0x01,0x0E,0x00,0x40,0x10,0x06,0x00,0xEC,0x94, + 0x18,0x00,0x0B,0x15,0x08,0x00,0xED,0x94,0x16,0x00,0x2C,0x15, + 0xFF,0x7F,0x02,0x3C,0x14,0x00,0x4D,0x15,0xFF,0xFF,0x42,0x34, + 0x2B,0x10,0x02,0x03,0x02,0x00,0x40,0x10,0x21,0x10,0xC6,0x01, + 0x00,0x00,0xE2,0xAC,0x0A,0x00,0xE5,0xA4,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x02,0x24,0x03,0x00,0x00,0x17,0x01,0x00,0x39,0x23, + 0x00,0x83,0x02,0x3C,0x0C,0x01,0x59,0xAC,0x21,0x10,0xC6,0x01, + 0x00,0x00,0xE2,0xAC,0x0A,0x00,0xE5,0xA4,0x04,0x00,0xE8,0xA4, + 0x06,0x00,0xE9,0xA4,0x08,0x00,0xEA,0xA4,0x08,0x00,0xE0,0x03, + 0x01,0x00,0x02,0x24,0xF0,0xFF,0xE7,0x24,0x2B,0x10,0xEF,0x00, + 0xE0,0xFF,0x40,0x10,0x00,0x00,0xF8,0x8C,0xF8,0x7F,0xE7,0x25, + 0xF8,0x7F,0xE7,0x24,0x44,0x18,0xC0,0x08,0x00,0x00,0xF8,0x8C, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x02,0x24,0x84,0x84,0x82,0x8F, + 0x01,0x00,0x42,0x20,0x84,0x84,0x82,0xAF,0x08,0x00,0xE0,0x03, + 0xFF,0xFF,0x02,0x24,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x94,0x80,0x82,0x8F,0x00,0x00,0x00,0x00,0x07,0x00,0x82,0x14, + 0xE8,0xFF,0xBD,0x27,0x90,0x80,0x82,0x8F,0x02,0x83,0x03,0x3C, + 0x80,0xEF,0x63,0x24,0x00,0x11,0x02,0x00,0xA4,0x18,0xC0,0x08, + 0x21,0x10,0x43,0x00,0x2A,0x10,0x82,0x00,0x03,0x00,0x40,0x10, + 0xFF,0xFF,0x02,0x24,0x94,0x80,0x80,0xAF,0x90,0x80,0x82,0xAF, + 0x94,0x80,0x82,0x8F,0x90,0x80,0x83,0x8F,0x23,0x30,0x82,0x00, + 0x01,0x00,0x65,0x24,0x00,0x10,0xA2,0x28,0x19,0x00,0x40,0x10, + 0x00,0x19,0x05,0x00,0x34,0x84,0x87,0x8F,0x02,0x83,0x02,0x3C, + 0x21,0x10,0x43,0x00,0x80,0xEF,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0xE2,0x00,0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0xC6,0x24,0x06,0x00,0xC0,0x10,0x00,0x10,0xA2,0x28, + 0x01,0x00,0xA5,0x24,0x00,0x10,0xA2,0x28,0xF3,0xFF,0x40,0x14, + 0x10,0x00,0x63,0x24,0x00,0x10,0xA2,0x28,0x07,0x00,0x40,0x10, + 0x00,0x19,0x05,0x00,0x02,0x83,0x02,0x3C,0x80,0xEF,0x42,0x24, + 0x90,0x80,0x85,0xAF,0x94,0x80,0x84,0xAF,0xA4,0x18,0xC0,0x08, + 0x21,0x10,0x62,0x00,0x21,0x10,0x00,0x00,0xFF,0xFF,0x03,0x24, + 0x94,0x80,0x80,0xAF,0x90,0x80,0x83,0xAF,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x18,0xFF,0xBD,0x27,0xE4,0x00,0xBF,0xAF,0xE0,0x00,0xBE,0xAF, + 0xDC,0x00,0xB7,0xAF,0xD8,0x00,0xB6,0xAF,0xD4,0x00,0xB5,0xAF, + 0xD0,0x00,0xB4,0xAF,0xCC,0x00,0xB3,0xAF,0xC8,0x00,0xB2,0xAF, + 0xC4,0x00,0xB1,0xAF,0xC0,0x00,0xB0,0xAF,0x64,0x1B,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0xA0,0x80,0x84,0x27,0x97,0x39,0xC0,0x0C, + 0x01,0x00,0x11,0x24,0x18,0x00,0xB0,0x27,0x64,0x3E,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x18,0x00,0xA2,0x83,0x00,0x00,0x00,0x00, + 0xC1,0x18,0xC0,0x08,0x20,0x00,0x08,0x24,0x00,0x00,0x02,0x82, + 0x20,0x00,0x08,0x24,0xFD,0xFF,0x48,0x10,0x01,0x00,0x10,0x26, + 0xFF,0xFF,0x10,0x26,0x09,0x00,0x08,0x24,0xF9,0xFF,0x48,0x10, + 0x01,0x00,0x10,0x26,0xFF,0xFF,0x10,0x26,0x00,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0xD0,0xFF,0x42,0x24,0x0A,0x00,0x42,0x2C, + 0x1B,0x00,0x40,0x10,0x21,0x20,0x00,0x02,0x21,0x28,0x00,0x00, + 0x94,0x3E,0xC0,0x0C,0x21,0x30,0x00,0x00,0x00,0x00,0x03,0x92, + 0x00,0x00,0x00,0x00,0xD0,0xFF,0x63,0x24,0x0A,0x00,0x63,0x2C, + 0x09,0x00,0x60,0x10,0x21,0x88,0x40,0x00,0x01,0x00,0x10,0x26, + 0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0xD0,0xFF,0x42,0x24, + 0x0A,0x00,0x42,0x2C,0xFB,0xFF,0x40,0x14,0x01,0x00,0x10,0x26, + 0xFF,0xFF,0x10,0x26,0x00,0x00,0x02,0x82,0x20,0x00,0x08,0x24, + 0xFD,0xFF,0x48,0x10,0x01,0x00,0x10,0x26,0xFF,0xFF,0x10,0x26, + 0x09,0x00,0x08,0x24,0xF9,0xFF,0x48,0x10,0x01,0x00,0x10,0x26, + 0xFF,0xFF,0x10,0x26,0x00,0x00,0x02,0x82,0x00,0x00,0x03,0x92, + 0x00,0x00,0x00,0x00,0x16,0x00,0x40,0x10,0x68,0x00,0xB4,0x27, + 0x20,0x00,0x08,0x24,0x13,0x00,0x48,0x10,0x09,0x00,0x08,0x24, + 0x11,0x00,0x48,0x10,0x20,0x00,0x05,0x24,0x09,0x00,0x04,0x24, + 0xD0,0xFF,0x62,0x24,0x0A,0x00,0x42,0x2C,0x0C,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x01,0x00,0x10,0x26,0x00,0x00,0x83,0xA2, + 0x00,0x00,0x02,0x82,0x00,0x00,0x03,0x92,0x00,0x00,0x00,0x00, + 0x05,0x00,0x40,0x10,0x01,0x00,0x94,0x26,0x03,0x00,0x45,0x10, + 0x00,0x00,0x00,0x00,0xF3,0xFF,0x44,0x14,0xD0,0xFF,0x62,0x24, + 0x00,0x00,0x80,0xA2,0x68,0x00,0xB4,0x27,0x00,0x00,0x02,0x82, + 0x20,0x00,0x08,0x24,0xFD,0xFF,0x48,0x10,0x01,0x00,0x10,0x26, + 0xFF,0xFF,0x10,0x26,0x09,0x00,0x08,0x24,0xF9,0xFF,0x48,0x10, + 0x01,0x00,0x10,0x26,0xFF,0xFF,0x10,0x26,0x21,0xF0,0x00,0x02, + 0x00,0x00,0xC4,0x83,0x00,0x00,0x00,0x00,0xE0,0x3E,0xC0,0x0C, + 0x90,0x00,0xBE,0xAF,0x0B,0x00,0x40,0x10,0x21,0x20,0xC0,0x03, + 0x21,0x28,0x00,0x00,0x94,0x3E,0xC0,0x0C,0x21,0x30,0x00,0x00, + 0x21,0x98,0x40,0x00,0x21,0x20,0xC0,0x03,0x21,0x28,0x00,0x00, + 0xEC,0x3E,0xC0,0x0C,0x10,0x00,0x06,0x24,0x20,0x19,0xC0,0x08, + 0x21,0x90,0x40,0x00,0xFF,0xFF,0x12,0x24,0xFF,0xFF,0x13,0x24, + 0x00,0x00,0x03,0x82,0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x11,0x00,0x60,0x10,0x20,0x00,0x08,0x24,0x0F,0x00,0x68,0x10, + 0x01,0x00,0x10,0x26,0xFF,0xFF,0x10,0x26,0x20,0x00,0x04,0x24, + 0x00,0x16,0x02,0x00,0x03,0x16,0x02,0x00,0x09,0x00,0x08,0x24, + 0x08,0x00,0x48,0x10,0x00,0x00,0x00,0x00,0x01,0x00,0x10,0x26, + 0x00,0x00,0x03,0x82,0x00,0x00,0x02,0x92,0x03,0x00,0x60,0x10, + 0x00,0x00,0x00,0x00,0xF6,0xFF,0x64,0x14,0x00,0x16,0x02,0x00, + 0x00,0x00,0x02,0x82,0x20,0x00,0x08,0x24,0xFD,0xFF,0x48,0x10, + 0x01,0x00,0x10,0x26,0xFF,0xFF,0x10,0x26,0x09,0x00,0x08,0x24, + 0xF9,0xFF,0x48,0x10,0x01,0x00,0x10,0x26,0xFF,0xFF,0x10,0x26, + 0x21,0xB8,0x00,0x02,0x21,0x20,0xE0,0x02,0x21,0x28,0x00,0x00, + 0x94,0x3E,0xC0,0x0C,0x21,0x30,0x00,0x00,0x21,0x20,0xE0,0x02, + 0x21,0x28,0x00,0x00,0x10,0x00,0x06,0x24,0xEC,0x3E,0xC0,0x0C, + 0x21,0xB0,0x40,0x00,0x00,0x00,0xE3,0x82,0x00,0x00,0x00,0x00, + 0x0F,0x00,0x60,0x10,0x21,0xA8,0x40,0x00,0x20,0x00,0x08,0x24, + 0x0C,0x00,0x68,0x10,0x20,0x00,0x03,0x24,0x00,0x00,0x02,0x82, + 0x09,0x00,0x08,0x24,0x08,0x00,0x48,0x10,0x00,0x00,0x00,0x00, + 0x01,0x00,0x10,0x26,0x00,0x00,0x02,0x82,0x00,0x00,0x00,0x00, + 0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xF8,0xFF,0x43,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0x83,0x82,0x00,0x00,0x00,0x00, + 0x79,0x00,0x62,0x2C,0xF4,0x01,0x40,0x10,0x80,0x10,0x03,0x00, + 0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0x80,0x72,0x22,0x8C, + 0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x83,0x82,0x68,0x00,0x02,0x24,0x1A,0x00,0x62,0x10, + 0x69,0x00,0x62,0x28,0x07,0x00,0x40,0x10,0x74,0x00,0x02,0x24, + 0x22,0x00,0x60,0x10,0x62,0x00,0x02,0x24,0x0B,0x00,0x62,0x10, + 0x00,0x00,0x00,0x00,0x52,0x1B,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x05,0x00,0x62,0x10,0x77,0x00,0x08,0x24,0x1B,0x00,0x68,0x10, + 0x21,0x10,0x20,0x02,0x52,0x1B,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x04,0xA2,0x02,0x3C,0x21,0x90,0x42,0x02,0x02,0x00,0x82,0x82, + 0x00,0x00,0x00,0x00,0xD6,0x01,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x4C,0x6C,0x84,0x24,0x00,0x00,0x46,0x92, + 0x8A,0x19,0xC0,0x08,0x00,0x00,0x00,0x00,0x02,0x00,0x82,0x82, + 0x00,0x00,0x00,0x00,0xCD,0x01,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x58,0x6C,0x84,0x24,0x00,0x00,0x46,0x96, + 0x00,0x00,0x00,0x00,0x97,0x39,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x10,0x20,0x02, + 0x25,0xFF,0x40,0x10,0xFF,0xFF,0x31,0x26,0x00,0x00,0x50,0x8E, + 0x01,0x83,0x04,0x3C,0x64,0x6C,0x84,0x24,0x21,0x28,0x40,0x02, + 0x04,0x00,0x52,0x26,0x97,0x39,0xC0,0x0C,0x21,0x30,0x00,0x02, + 0x21,0x10,0x20,0x02,0xF7,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x01,0x00,0x83,0x82, + 0x68,0x00,0x02,0x24,0x17,0x00,0x62,0x10,0x69,0x00,0x62,0x28, + 0x07,0x00,0x40,0x10,0x74,0x00,0x02,0x24,0x19,0x00,0x60,0x10, + 0x62,0x00,0x02,0x24,0x0B,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x52,0x1B,0xC0,0x08,0x00,0x00,0x00,0x00,0x05,0x00,0x62,0x10, + 0x77,0x00,0x08,0x24,0x11,0x00,0x68,0x10,0x00,0x00,0x00,0x00, + 0x52,0x1B,0xC0,0x08,0x00,0x00,0x00,0x00,0x04,0xA2,0x02,0x3C, + 0x21,0x90,0x42,0x02,0x02,0x00,0x82,0x82,0x00,0x00,0x00,0x00, + 0x9E,0x01,0x40,0x14,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x55,0xA2,0x02,0x00,0x82,0x82,0x00,0x00,0x00,0x00, + 0x98,0x01,0x40,0x14,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x55,0xA6,0xB5,0x18,0xC0,0x08,0x00,0x00,0x55,0xAE, + 0x00,0xA3,0x10,0x3C,0x1F,0xA3,0x11,0x3C,0xFF,0xFF,0x31,0x36, + 0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x04,0x00,0x52,0x14, + 0x00,0x00,0x00,0x00,0xA4,0x80,0x84,0x27,0x97,0x39,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x04,0x00,0x10,0x26,0x2B,0x10,0x30,0x02, + 0xF6,0xFF,0x40,0x10,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x21,0x10,0x20,0x02,0xE4,0xFE,0x40,0x10, + 0xFF,0xFF,0x31,0x26,0x21,0x20,0x60,0x02,0xDC,0x1F,0xC0,0x0C, + 0x21,0x28,0xC0,0x02,0x21,0x10,0x20,0x02,0xFB,0xFF,0x40,0x14, + 0xFF,0xFF,0x31,0x26,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x01,0x00,0x82,0x82,0x00,0x00,0x00,0x00,0x75,0x01,0x40,0x14, + 0x21,0x20,0x20,0x02,0xBD,0x1C,0xC0,0x0C,0x21,0x28,0x60,0x02, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x20,0x60,0x02, + 0x21,0x28,0x20,0x02,0x20,0x1F,0xC0,0x0C,0x21,0x30,0xC0,0x02, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x01,0x00,0x82,0x82, + 0x00,0x00,0x00,0x00,0x67,0x01,0x40,0x14,0x21,0x10,0x20,0x02, + 0xC8,0xFE,0x40,0x10,0xFF,0xFF,0x31,0x26,0x21,0x20,0x60,0x02, + 0x21,0x28,0xC0,0x02,0xEE,0x1C,0xC0,0x0C,0x21,0x30,0x00,0x02, + 0x21,0x10,0x20,0x02,0xFA,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x20,0x20,0x02, + 0x21,0x28,0x60,0x02,0x21,0x30,0xC0,0x02,0x60,0x1D,0xC0,0x0C, + 0x21,0x38,0x00,0x02,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x05,0xA2,0x02,0x3C,0x00,0x00,0x45,0x90,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x70,0x6C,0x84,0x24,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0xA3,0x01,0x3C,0x14,0x01,0x20,0xAC, + 0x0E,0x00,0x20,0x12,0x21,0x80,0x00,0x00,0x42,0x09,0xC0,0x0C, + 0x01,0x00,0x10,0x26,0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x97,0x3A,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x11,0x02,0xF4,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0xC0,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0xA3,0x10,0x3C, + 0x14,0x01,0x10,0x8E,0x00,0x00,0x00,0x00,0x07,0x00,0x11,0x16, + 0x21,0x28,0x20,0x02,0x01,0x83,0x04,0x3C,0x84,0x6C,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x28,0x20,0x02,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x9C,0x6C,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x30,0x00,0x02,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x00,0xE2,0x82,0x07,0xA2,0x08,0x3C, + 0x10,0x00,0x40,0x10,0x21,0x90,0x48,0x02,0x21,0x10,0x20,0x02, + 0x86,0xFE,0x40,0x10,0xFF,0xFF,0x31,0x26,0x00,0x00,0x55,0xAE, + 0x01,0x83,0x04,0x3C,0x64,0x6C,0x84,0x24,0x21,0x28,0x40,0x02, + 0x97,0x39,0xC0,0x0C,0x21,0x30,0xA0,0x02,0x04,0x00,0x52,0x26, + 0x21,0x10,0x20,0x02,0xF7,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x10,0x20,0x02, + 0x77,0xFE,0x40,0x10,0xFF,0xFF,0x31,0x26,0x00,0x00,0x50,0x8E, + 0x01,0x83,0x04,0x3C,0x64,0x6C,0x84,0x24,0x21,0x28,0x40,0x02, + 0x04,0x00,0x52,0x26,0x97,0x39,0xC0,0x0C,0x21,0x30,0x00,0x02, + 0x21,0x10,0x20,0x02,0xF7,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x07,0xA2,0x10,0x3C, + 0x40,0x00,0x11,0x26,0x01,0x83,0x04,0x3C,0xC4,0x6C,0x84,0x24, + 0x21,0x28,0x00,0x02,0x00,0x00,0x06,0x8E,0x00,0x00,0x00,0x00, + 0x97,0x39,0xC0,0x0C,0x04,0x00,0x10,0x26,0x2A,0x10,0x11,0x02, + 0xF7,0xFF,0x40,0x14,0x07,0xA2,0x08,0x3C,0x80,0x00,0x10,0x25, + 0xB0,0x00,0x11,0x25,0x01,0x83,0x04,0x3C,0xC4,0x6C,0x84,0x24, + 0x21,0x28,0x00,0x02,0x00,0x00,0x06,0x8E,0x00,0x00,0x00,0x00, + 0x97,0x39,0xC0,0x0C,0x04,0x00,0x10,0x26,0x2A,0x10,0x11,0x02, + 0xF7,0xFF,0x40,0x14,0x07,0xA2,0x08,0x3C,0xC0,0x00,0x10,0x25, + 0xF0,0x00,0x11,0x25,0x01,0x83,0x04,0x3C,0xC4,0x6C,0x84,0x24, + 0x21,0x28,0x00,0x02,0x00,0x00,0x06,0x8E,0x00,0x00,0x00,0x00, + 0x97,0x39,0xC0,0x0C,0x04,0x00,0x10,0x26,0x2A,0x10,0x11,0x02, + 0xF7,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x00,0x82,0x82,0x00,0x00,0x00,0x00, + 0xDE,0x00,0x40,0x14,0x21,0x10,0x20,0x02,0x3F,0xFE,0x40,0x10, + 0xFF,0xFF,0x31,0x26,0x21,0x20,0x60,0x02,0x0D,0x1D,0xC0,0x0C, + 0x21,0x28,0xA0,0x02,0x21,0x10,0x20,0x02,0xFB,0xFF,0x40,0x14, + 0xFF,0xFF,0x31,0x26,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x01,0x00,0x82,0x82,0x00,0x00,0x00,0x00,0xD0,0x00,0x40,0x14, + 0x21,0x10,0x20,0x02,0x31,0xFE,0x40,0x10,0xFF,0xFF,0x31,0x26, + 0x21,0x20,0x60,0x02,0xD7,0x1E,0xC0,0x0C,0x21,0x28,0xC0,0x02, + 0x21,0x10,0x20,0x02,0xFB,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x10,0x20,0x02, + 0x26,0xFE,0x40,0x10,0xFF,0xFF,0x31,0x26,0x08,0x20,0xC0,0x0C, + 0x21,0x20,0x00,0x00,0x21,0x20,0x00,0x00,0xDC,0x1F,0xC0,0x0C, + 0x21,0x28,0x00,0x00,0x60,0x1C,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0xBD,0x1C,0xC0,0x0C,0xFF,0xFF,0x04,0x24,0x21,0x10,0x20,0x02, + 0xF5,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x00,0x83,0x82,0x57,0x00,0x02,0x24, + 0x1B,0x00,0x62,0x10,0x58,0x00,0x62,0x28,0x07,0x00,0x40,0x10, + 0x72,0x00,0x02,0x24,0x25,0x00,0x60,0x10,0x52,0x00,0x02,0x24, + 0x09,0x00,0x62,0x10,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x05,0x00,0x62,0x10,0x77,0x00,0x08,0x24, + 0x0F,0x00,0x68,0x10,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x02,0x00,0x82,0x82,0x00,0x00,0x00,0x00, + 0x9F,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0xFC,0x3A,0xC0,0x0C, + 0x21,0x20,0x60,0x02,0xA8,0x80,0x84,0x27,0x21,0x28,0x60,0x02, + 0x97,0x39,0xC0,0x0C,0x21,0x30,0x40,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x02,0x00,0x82,0x82,0x00,0x00,0x00,0x00, + 0x93,0x00,0x40,0x14,0x21,0x20,0x60,0x02,0x62,0x3B,0xC0,0x0C, + 0x21,0x28,0xA0,0x02,0xF2,0xFD,0x40,0x14,0x21,0x28,0xA0,0x02, + 0x01,0x83,0x04,0x3C,0xE8,0x6C,0x84,0x24,0x97,0x39,0xC0,0x0C, + 0x21,0x30,0x60,0x02,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x21,0x10,0x20,0x02,0xE9,0xFD,0x40,0x10,0xFF,0xFF,0x31,0x26, + 0x60,0x1C,0xC0,0x0C,0x00,0x00,0x00,0x00,0x21,0x10,0x20,0x02, + 0xFC,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x00,0x85,0x82,0x57,0x00,0x02,0x24, + 0x1D,0x00,0xA2,0x10,0x58,0x00,0xA2,0x28,0x05,0x00,0x40,0x10, + 0x52,0x00,0x02,0x24,0x0B,0x00,0xA2,0x10,0x21,0x10,0x20,0x02, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x72,0x00,0x02,0x24, + 0x05,0x00,0xA2,0x10,0x77,0x00,0x08,0x24,0x13,0x00,0xA8,0x10, + 0x21,0x20,0x40,0x02,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x21,0x10,0x20,0x02,0xCE,0xFD,0x40,0x10,0xFF,0xFF,0x31,0x26, + 0x68,0x3F,0xC0,0x0C,0x21,0x20,0x40,0x02,0xA8,0x80,0x84,0x27, + 0x21,0x28,0x40,0x02,0x97,0x39,0xC0,0x0C,0x21,0x30,0x40,0x00, + 0x01,0x00,0x52,0x26,0x21,0x10,0x20,0x02,0xF7,0xFF,0x40,0x14, + 0xFF,0xFF,0x31,0x26,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x21,0x20,0x40,0x02,0xDD,0x3F,0xC0,0x0C,0x21,0x28,0xA0,0x02, + 0xBD,0xFD,0x40,0x14,0x21,0x28,0xA0,0x02,0x01,0x83,0x04,0x3C, + 0x08,0x6D,0x84,0x24,0x97,0x39,0xC0,0x0C,0x21,0x30,0x40,0x02, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x90,0x00,0xA4,0x8F, + 0xB2,0x1B,0xC0,0x0C,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x21,0x10,0x60,0x02,0xAF,0xFD,0x40,0x10, + 0xFF,0xFF,0x73,0x26,0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x21,0x10,0x60,0x02,0xFC,0xFF,0x40,0x14,0xFF,0xFF,0x73,0x26, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x10,0x20,0x02, + 0xA5,0xFD,0x40,0x10,0xFF,0xFF,0x31,0x26,0x21,0x20,0x60,0x02, + 0x08,0x20,0xC0,0x0C,0x21,0x28,0xC0,0x02,0x21,0x10,0x20,0x02, + 0xFB,0xFF,0x40,0x14,0xFF,0xFF,0x31,0x26,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x00,0x82,0x92,0x00,0x00,0x00,0x00, + 0x9F,0xFF,0x42,0x24,0x00,0x16,0x02,0x00,0x03,0x1E,0x02,0x00, + 0x18,0x00,0x62,0x2C,0x1B,0x00,0x40,0x10,0x80,0x10,0x03,0x00, + 0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0x68,0x74,0x22,0x8C, + 0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00,0x00,0x00,0x00,0x00, + 0x44,0x20,0xC0,0x0C,0x21,0x20,0x40,0x02,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x47,0x20,0xC0,0x0C,0x21,0x20,0x60,0x02, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x4A,0x20,0xC0,0x0C, + 0x21,0x20,0x60,0x02,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x4E,0x20,0xC0,0x0C,0x21,0x20,0x60,0x02,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x51,0x20,0xC0,0x0C,0x21,0x20,0x40,0x02, + 0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00,0x21,0x20,0x40,0x02, + 0x3F,0x20,0xC0,0x0C,0x21,0x28,0xC0,0x02,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x10,0x00,0xB6,0xAF,0x21,0x20,0x20,0x02, + 0x21,0x28,0xC0,0x03,0x21,0x30,0xE0,0x02,0xD9,0x20,0xC0,0x0C, + 0x21,0x38,0xA0,0x02,0xB5,0x18,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x21,0x88,0x00,0x00,0x01,0x83,0x04,0x3C,0x28,0x6D,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x01,0x00,0x31,0x26,0x20,0x00,0x22,0x2E, + 0xFA,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0xB5,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x3C,0x6D,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x28,0x80,0x02,0xB3,0x18,0xC0,0x08, + 0x00,0x00,0x00,0x00,0xE4,0x00,0xBF,0x8F,0xE0,0x00,0xBE,0x8F, + 0xDC,0x00,0xB7,0x8F,0xD8,0x00,0xB6,0x8F,0xD4,0x00,0xB5,0x8F, + 0xD0,0x00,0xB4,0x8F,0xCC,0x00,0xB3,0x8F,0xC8,0x00,0xB2,0x8F, + 0xC4,0x00,0xB1,0x8F,0xC0,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0xE8,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x02,0x83,0x05,0x3C, + 0x20,0x82,0xA5,0x24,0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF, + 0x00,0x00,0xA2,0x8C,0x00,0x00,0x00,0x00,0x09,0x00,0x40,0x10, + 0x21,0x80,0xA0,0x00,0x00,0x00,0x05,0x8E,0xB0,0x80,0x84,0x27, + 0x97,0x39,0xC0,0x0C,0x04,0x00,0x10,0x26,0x00,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0x00,0x00,0x84,0x90,0x00,0x00,0x00,0x00, + 0xD0,0xFF,0x82,0x24,0x0A,0x00,0x42,0x2C,0x04,0x00,0x40,0x10, + 0x00,0x16,0x04,0x00,0x03,0x16,0x02,0x00,0x91,0x1B,0xC0,0x08, + 0xD0,0xFF,0x42,0x24,0x9F,0xFF,0x82,0x24,0x06,0x00,0x42,0x2C, + 0x04,0x00,0x40,0x10,0x00,0x16,0x04,0x00,0x03,0x16,0x02,0x00, + 0x91,0x1B,0xC0,0x08,0xA9,0xFF,0x42,0x24,0xBF,0xFF,0x82,0x24, + 0x06,0x00,0x42,0x2C,0x03,0x00,0x40,0x14,0x00,0x16,0x04,0x00, + 0x91,0x1B,0xC0,0x08,0xFF,0xFF,0x02,0x24,0x03,0x16,0x02,0x00, + 0xC9,0xFF,0x42,0x24,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xD8,0xFF,0xBD,0x27,0x18,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00, + 0x20,0x00,0xBF,0xAF,0x1C,0x00,0xB3,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x00,0x00,0x51,0x8E,0x00,0x00,0x00,0x00, + 0x79,0x1B,0xC0,0x0C,0x21,0x20,0x20,0x02,0x21,0x18,0x40,0x00, + 0xFF,0xFF,0x13,0x24,0x09,0x00,0x73,0x10,0x00,0x81,0x03,0x00, + 0x79,0x1B,0xC0,0x0C,0x01,0x00,0x24,0x26,0x21,0x18,0x40,0x00, + 0x04,0x00,0x73,0x10,0x02,0x00,0x22,0x26,0x00,0x00,0x42,0xAE, + 0xAB,0x1B,0xC0,0x08,0x25,0x10,0x03,0x02,0xFF,0xFF,0x02,0x24, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xB0,0xFF,0xBD,0x27,0x40,0x00,0xB4,0xAF, + 0x21,0xA0,0x80,0x00,0x48,0x00,0xBF,0xAF,0x44,0x00,0xB5,0xAF, + 0x3C,0x00,0xB3,0xAF,0x38,0x00,0xB2,0xAF,0x34,0x00,0xB1,0xAF, + 0x30,0x00,0xB0,0xAF,0x00,0x00,0x82,0x82,0x00,0x00,0x00,0x00, + 0x35,0x00,0x40,0x14,0x21,0x80,0x00,0x00,0xDB,0x3C,0xC0,0x0C, + 0x21,0x20,0x00,0x00,0x01,0x00,0x04,0x24,0xDB,0x3C,0xC0,0x0C, + 0x21,0x80,0x40,0x00,0x02,0x00,0x04,0x24,0xDB,0x3C,0xC0,0x0C, + 0x21,0x88,0x40,0x00,0x21,0x18,0x40,0x00,0xFF,0xFF,0x02,0x24, + 0x05,0x00,0x02,0x12,0x00,0x00,0x00,0x00,0x03,0x00,0x22,0x12, + 0x00,0x00,0x00,0x00,0x06,0x00,0x62,0x14,0xFF,0xFF,0x02,0x34, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x1C,0x71,0x84,0x24, + 0x55,0x1C,0xC0,0x08,0x00,0x00,0x00,0x00,0x05,0x00,0x02,0x12, + 0x00,0x00,0x00,0x00,0x03,0x00,0x22,0x12,0x00,0x00,0x00,0x00, + 0x06,0x00,0x62,0x14,0x01,0x00,0x02,0x32,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x48,0x71,0x84,0x24,0x55,0x1C,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x10,0xFF,0x00,0x05,0x32, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x64,0x71,0x84,0x24, + 0x55,0x1C,0xC0,0x08,0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C, + 0x90,0x71,0x84,0x24,0x03,0x32,0x10,0x00,0x03,0x12,0x11,0x00, + 0x10,0x00,0xA2,0xAF,0xFF,0x00,0x62,0x30,0x14,0x00,0xA2,0xAF, + 0x03,0x12,0x03,0x00,0xFF,0x00,0x27,0x32,0x97,0x39,0xC0,0x0C, + 0x18,0x00,0xA2,0xAF,0x55,0x1C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x28,0x00,0xB4,0xAF,0x3A,0x00,0x15,0x24,0x20,0x00,0x13,0x24, + 0xFF,0xFF,0x12,0x24,0x20,0x00,0xB1,0x27,0x28,0x00,0xA2,0x8F, + 0x00,0x00,0x00,0x00,0x00,0x00,0x43,0x80,0x00,0x00,0x00,0x00, + 0x03,0x00,0x75,0x10,0x00,0x00,0x00,0x00,0x03,0x00,0x73,0x14, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x28,0x00,0xA2,0xAF, + 0x93,0x1B,0xC0,0x0C,0x28,0x00,0xA4,0x27,0x21,0x18,0x40,0x00, + 0x4B,0x00,0x72,0x10,0x00,0x00,0x00,0x00,0x28,0x00,0xA2,0x8F, + 0x00,0x00,0x23,0xA6,0x00,0x00,0x43,0x80,0x00,0x00,0x00,0x00, + 0x03,0x00,0x75,0x10,0x00,0x00,0x00,0x00,0x03,0x00,0x73,0x14, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x28,0x00,0xA2,0xAF, + 0x93,0x1B,0xC0,0x0C,0x28,0x00,0xA4,0x27,0x21,0x18,0x40,0x00, + 0x3C,0x00,0x72,0x10,0x01,0x00,0x10,0x26,0x00,0x00,0x22,0x96, + 0x00,0x1A,0x03,0x00,0x25,0x10,0x43,0x00,0x00,0x00,0x22,0xA6, + 0x03,0x00,0x02,0x2A,0xDC,0xFF,0x40,0x14,0x02,0x00,0x31,0x26, + 0x20,0x00,0xA5,0x97,0x00,0x00,0x00,0x00,0x01,0x00,0xA2,0x30, + 0x07,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C, + 0xB0,0x71,0x84,0x24,0x97,0x39,0xC0,0x0C,0xFF,0x00,0xA5,0x30, + 0x51,0x1C,0xC0,0x08,0x00,0x00,0x00,0x00,0x24,0x00,0xA2,0x97, + 0x00,0x00,0x00,0x00,0x00,0x07,0x42,0x30,0x06,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0xE0,0x71,0x84,0x24,0x51,0x1C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xBF,0x3C,0xC0,0x0C,0x21,0x20,0x00,0x00,0x01,0x00,0x04,0x24, + 0x22,0x00,0xA5,0x97,0x00,0x00,0x00,0x00,0xBF,0x3C,0xC0,0x0C, + 0x21,0x80,0x00,0x00,0x24,0x00,0xA5,0x97,0x00,0x00,0x00,0x00, + 0xBF,0x3C,0xC0,0x0C,0x02,0x00,0x04,0x24,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x00,0x72,0x84,0x24,0x01,0x83,0x04,0x3C, + 0x30,0x72,0x84,0x24,0x97,0x39,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0xB4,0x80,0x84,0x27,0xB8,0x80,0x86,0x27,0xA8,0x13,0xC0,0x0C, + 0x20,0x00,0xA5,0x27,0x24,0x00,0xA2,0x97,0x01,0x00,0x10,0x26, + 0x00,0x01,0x42,0x24,0x24,0x00,0xA2,0xA7,0x08,0x00,0x02,0x2A, + 0x07,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x40,0x1C,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x54,0x72,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x28,0x80,0x02,0x48,0x00,0xBF,0x8F, + 0x44,0x00,0xB5,0x8F,0x40,0x00,0xB4,0x8F,0x3C,0x00,0xB3,0x8F, + 0x38,0x00,0xB2,0x8F,0x34,0x00,0xB1,0x8F,0x30,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x50,0x00,0xBD,0x27,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x00,0x00,0x14,0x00,0xB1,0xAF,0x21,0x88,0x00,0x00, + 0x18,0x00,0xBF,0xAF,0x21,0x20,0x00,0x02,0x62,0x3B,0xC0,0x0C, + 0x21,0x28,0x00,0x00,0x2B,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x01,0x00,0x10,0x26,0x40,0x00,0x02,0x2A,0xF9,0xFF,0x40,0x14, + 0x21,0x20,0x00,0x02,0x21,0x80,0x00,0x00,0x55,0x55,0x11,0x24, + 0x21,0x20,0x00,0x02,0x62,0x3B,0xC0,0x0C,0x55,0x55,0x05,0x24, + 0x20,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x01,0x00,0x10,0x26, + 0x40,0x00,0x02,0x2A,0xF9,0xFF,0x40,0x14,0x21,0x20,0x00,0x02, + 0x21,0x80,0x00,0x00,0xAA,0xAA,0x11,0x34,0x21,0x20,0x00,0x02, + 0x62,0x3B,0xC0,0x0C,0xAA,0xAA,0x05,0x34,0x15,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x01,0x00,0x10,0x26,0x40,0x00,0x02,0x2A, + 0xF9,0xFF,0x40,0x14,0x21,0x20,0x00,0x02,0x21,0x80,0x00,0x00, + 0xFF,0xFF,0x11,0x34,0x21,0x20,0x00,0x02,0x62,0x3B,0xC0,0x0C, + 0xFF,0xFF,0x05,0x34,0x0A,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x01,0x00,0x10,0x26,0x40,0x00,0x02,0x2A,0xF9,0xFF,0x40,0x14, + 0x21,0x20,0x00,0x02,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0xD0,0x74,0x84,0x24,0x9D,0x1C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xFC,0x3A,0xC0,0x0C,0x21,0x20,0x00,0x02,0x01,0x83,0x04,0x3C, + 0xE4,0x74,0x84,0x24,0x21,0x28,0x20,0x02,0x21,0x30,0x00,0x02, + 0x97,0x39,0xC0,0x0C,0x21,0x38,0x40,0x00,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x80,0x09,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x87,0x0D,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0xB4,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00,0x20,0x84,0x84,0x8F, + 0x01,0x00,0x02,0x24,0x2A,0x10,0x44,0x00,0x09,0x00,0x40,0x10, + 0x00,0x02,0x03,0x24,0x40,0x22,0x04,0x00,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x23,0x00,0x74,0xD9,0x20,0xAC,0x00,0x02,0x63,0x24, + 0x2A,0x10,0x64,0x00,0xFA,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xD0,0xFF,0xBD,0x27,0x18,0x00,0xB2,0xAF, + 0x21,0x90,0x80,0x00,0x20,0x00,0xB4,0xAF,0x21,0xA0,0xA0,0x00, + 0x2C,0x00,0xBF,0xAF,0x28,0x00,0xB6,0xAF,0x24,0x00,0xB5,0xAF, + 0x1C,0x00,0xB3,0xAF,0x14,0x00,0xB1,0xAF,0x03,0x00,0x80,0x1A, + 0x10,0x00,0xB0,0xAF,0xCD,0x1C,0xC0,0x08,0x01,0x00,0x93,0x26, + 0x01,0x00,0x14,0x24,0x20,0x84,0x93,0x8F,0xFF,0xFF,0x52,0x26, + 0xFF,0xFF,0x02,0x24,0x14,0x00,0x42,0x12,0xFF,0xFF,0x15,0x24, + 0x02,0x83,0x16,0x3C,0x70,0xD9,0xD6,0x26,0xA4,0x1C,0xC0,0x0C, + 0x21,0x80,0x80,0x02,0x2A,0x10,0x13,0x02,0x0A,0x00,0x40,0x10, + 0x40,0x12,0x10,0x00,0x21,0x88,0x56,0x00,0x3E,0x15,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x85,0x0B,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x01,0x00,0x10,0x26,0x2A,0x10,0x13,0x02,0xF9,0xFF,0x40,0x14, + 0x00,0x02,0x31,0x26,0xFF,0xFF,0x52,0x26,0xF0,0xFF,0x55,0x16, + 0x00,0x00,0x00,0x00,0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB6,0x8F, + 0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27, + 0x18,0x00,0xB2,0xAF,0x21,0x90,0xA0,0x00,0x1C,0x00,0xB3,0xAF, + 0x21,0x98,0xC0,0x00,0x20,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF, + 0x03,0x00,0x80,0x18,0x10,0x00,0xB0,0xAF,0xFB,0x1C,0xC0,0x08, + 0x01,0x00,0x91,0x24,0x01,0x00,0x04,0x24,0x20,0x84,0x91,0x8F, + 0x21,0x80,0x80,0x00,0x2A,0x10,0x11,0x02,0x08,0x00,0x40,0x10, + 0x21,0x20,0x00,0x02,0x21,0x28,0x40,0x02,0x32,0x1D,0xC0,0x0C, + 0x21,0x30,0x60,0x02,0x01,0x00,0x10,0x26,0x2A,0x10,0x11,0x02, + 0xFA,0xFF,0x40,0x14,0x21,0x20,0x00,0x02,0x20,0x00,0xBF,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF, + 0x03,0x00,0x80,0x18,0x10,0x00,0xB0,0xAF,0x16,0x1D,0xC0,0x08, + 0x01,0x00,0x91,0x24,0x01,0x00,0x04,0x24,0x20,0x84,0x91,0x8F, + 0x21,0x80,0x80,0x00,0x2A,0x10,0x11,0x02,0x07,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x25,0x1D,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x01,0x00,0x10,0x26,0x2A,0x10,0x11,0x02,0xFB,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0x40,0x22,0x04,0x00,0x02,0x83,0x02,0x3C,0x70,0xD9,0x42,0x24, + 0x21,0x20,0x82,0x00,0x2C,0x00,0x83,0x8C,0x01,0x00,0x02,0x24, + 0x20,0x00,0x82,0xAC,0x10,0x00,0x02,0x24,0x02,0x00,0x62,0xA4, + 0x08,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x40,0xAC,0xD0,0xFF,0xBD,0x27,0x21,0x30,0x80,0x00, + 0x40,0x12,0x06,0x00,0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24, + 0x24,0x00,0xB1,0xAF,0x21,0x88,0x43,0x00,0x28,0x00,0xBF,0xAF, + 0x20,0x00,0xB0,0xAF,0x04,0x00,0x22,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x40,0x14,0x21,0x80,0xA0,0x00,0x01,0x00,0x04,0x24, + 0xBD,0x1C,0xC0,0x0C,0x21,0x28,0xC0,0x00,0x03,0x00,0x00,0x1E, + 0xDD,0x05,0x02,0x2A,0x49,0x1D,0xC0,0x08,0x01,0x00,0x10,0x24, + 0x03,0x00,0x40,0x14,0x21,0x20,0x20,0x02,0xDC,0x05,0x10,0x24, + 0x21,0x20,0x20,0x02,0xD0,0x07,0x05,0x24,0x6C,0x00,0x83,0x8C, + 0x0C,0x00,0x02,0x24,0x02,0x00,0x62,0xA4,0x10,0x00,0xA2,0x27, + 0x08,0x00,0x62,0xAC,0x00,0x80,0x02,0x36,0x0C,0x00,0x60,0xAC, + 0x10,0x00,0x60,0xA0,0x16,0x00,0x60,0xA4,0x10,0x00,0xA2,0xAF, + 0xFF,0xFF,0x02,0x24,0x14,0x00,0xA2,0xAF,0x02,0x83,0x02,0x3C, + 0x60,0x82,0x42,0x24,0x98,0x1E,0xC0,0x0C,0x18,0x00,0xA2,0xAF, + 0x28,0x00,0xBF,0x8F,0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0x40,0xFE,0xBD,0x27, + 0x98,0x01,0xB0,0xAF,0x21,0x80,0xC0,0x00,0x30,0x01,0xA4,0xAF, + 0x21,0x20,0xE0,0x00,0x40,0x12,0x05,0x00,0x02,0x83,0x03,0x3C, + 0x70,0xD9,0x63,0x24,0x21,0x10,0x43,0x00,0x38,0x01,0xA2,0xAF, + 0x40,0x12,0x10,0x00,0x21,0x10,0x43,0x00,0x28,0x00,0xA8,0x27, + 0xBC,0x01,0xBF,0xAF,0xB8,0x01,0xBE,0xAF,0xB4,0x01,0xB7,0xAF, + 0xB0,0x01,0xB6,0xAF,0xAC,0x01,0xB5,0xAF,0xA8,0x01,0xB4,0xAF, + 0xA4,0x01,0xB3,0xAF,0xA0,0x01,0xB2,0xAF,0x9C,0x01,0xB1,0xAF, + 0x40,0x01,0xA2,0xAF,0x0C,0x00,0xA0,0x18,0x60,0x01,0xA8,0xAF, + 0x20,0x84,0x83,0x8F,0x00,0x00,0x00,0x00,0x2A,0x10,0xA3,0x00, + 0x0F,0x01,0x40,0x10,0x01,0x00,0x02,0x24,0x05,0x00,0x00,0x1A, + 0x2A,0x10,0x03,0x02,0x0B,0x01,0x40,0x10,0x01,0x00,0x02,0x24, + 0x03,0x00,0xB0,0x14,0x21,0x28,0x00,0x00,0x8C,0x1E,0xC0,0x08, + 0x01,0x00,0x02,0x24,0x94,0x3E,0xC0,0x0C,0x21,0x30,0x00,0x00, + 0x06,0x00,0x41,0x04,0x68,0x01,0xA2,0xAF,0x21,0x48,0x40,0x00, + 0x23,0x48,0x09,0x00,0x68,0x01,0xA9,0xAF,0x91,0x1D,0xC0,0x08, + 0x70,0x01,0xA0,0xAF,0x01,0x00,0x08,0x24,0x70,0x01,0xA8,0xAF, + 0x01,0x00,0x04,0x24,0xBD,0x1C,0xC0,0x0C,0x21,0x28,0x00,0x00, + 0x25,0x1D,0xC0,0x0C,0x21,0x20,0x00,0x02,0x18,0x00,0xA9,0x27, + 0x38,0x01,0xA8,0x8F,0xFF,0x00,0x02,0x24,0x50,0x01,0xA9,0xAF, + 0x6C,0x00,0x08,0x8D,0x2B,0x01,0xA3,0x27,0x48,0x01,0xA8,0xAF, + 0x00,0x00,0x62,0xA0,0xFF,0xFF,0x42,0x24,0xFD,0xFF,0x41,0x04, + 0xFF,0xFF,0x63,0x24,0x40,0x01,0xA9,0x8F,0x00,0x00,0x00,0x00, + 0x78,0x00,0x29,0x8D,0x40,0x01,0xA8,0x8F,0x78,0x01,0xA9,0xAF, + 0x7C,0x00,0x08,0x8D,0x40,0x01,0xA9,0x8F,0x80,0x01,0xA8,0xAF, + 0x2C,0x00,0x22,0x8D,0x00,0x00,0x00,0x00,0x0C,0x00,0x40,0xAC, + 0x2C,0x00,0x22,0x8D,0x00,0x00,0x00,0x00,0x10,0x00,0x40,0xAC, + 0x2C,0x00,0x22,0x8D,0x00,0x00,0x00,0x00,0x20,0x00,0x40,0xAC, + 0x2C,0x00,0x22,0x8D,0x58,0x01,0xA0,0xAF,0x18,0x00,0x40,0xAC, + 0x30,0x01,0xA8,0x8F,0x00,0x00,0x00,0x00,0xA4,0x00,0x00,0x19, + 0x28,0x00,0xA9,0x27,0x88,0x01,0xA9,0xAF,0x58,0x01,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x02,0x31,0x04,0x00,0x56,0x24, + 0x3C,0x00,0xC2,0x2A,0x02,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x3C,0x00,0x16,0x24,0x68,0x01,0xA9,0x8F,0x00,0x00,0x00,0x00, + 0x02,0x00,0x20,0x11,0x00,0x00,0x00,0x00,0x68,0x01,0xB6,0x8F, + 0x38,0x01,0xA4,0x8F,0x48,0x01,0xA8,0x8F,0x0C,0x00,0x02,0x24, + 0x02,0x00,0x02,0xA5,0x50,0x01,0xA9,0x8F,0x00,0x80,0xC2,0x36, + 0x08,0x00,0x09,0xAD,0x0C,0x00,0x00,0xAD,0x10,0x00,0x00,0xA1, + 0x16,0x00,0x00,0xA5,0x00,0x00,0x22,0xAD,0xFF,0xFF,0x08,0x24, + 0x04,0x00,0x28,0xAD,0x88,0x01,0xA8,0x8F,0x00,0x00,0x00,0x00, + 0x08,0x00,0x28,0xAD,0x58,0x01,0xA8,0x8F,0x60,0x01,0xA9,0x8F, + 0xD0,0x07,0x05,0x24,0x98,0x1E,0xC0,0x0C,0x00,0x00,0x28,0xAD, + 0x00,0x80,0x05,0x34,0x00,0x80,0x06,0x34,0x78,0x01,0xA4,0x8F, + 0x00,0x00,0x00,0x00,0x41,0x3D,0xC0,0x0C,0x02,0x00,0x07,0x24, + 0x07,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x58,0x01,0xA5,0x8F, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x20,0x75,0x84,0x24, + 0x56,0x1E,0xC0,0x08,0x00,0x00,0x00,0x00,0x78,0x01,0xA9,0x8F, + 0x40,0x01,0xA8,0x8F,0x08,0x00,0x22,0x8D,0xFF,0xFF,0x09,0x24, + 0x88,0x00,0x15,0x8D,0x00,0x00,0x00,0x00,0x32,0x00,0x49,0x10, + 0x21,0xB8,0x00,0x00,0x01,0x00,0x04,0x24,0x04,0x00,0x12,0x24, + 0x04,0x00,0x03,0x24,0x00,0x00,0xBE,0x8E,0x08,0x00,0xA6,0x8E, + 0x70,0x01,0xA8,0x8F,0xFF,0x3F,0xD4,0x33,0x1E,0x00,0x00,0x11, + 0x21,0xB8,0xF4,0x02,0x2A,0x10,0x74,0x00,0x1B,0x00,0x40,0x10, + 0x21,0x98,0x60,0x00,0x88,0x01,0xA9,0x8F,0x00,0x00,0x00,0x00, + 0x21,0x88,0x49,0x02,0x21,0x80,0x66,0x00,0x0F,0x00,0x80,0x10, + 0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x92,0x00,0x00,0x23,0x92, + 0x00,0x00,0x00,0x00,0x0A,0x00,0x43,0x10,0x21,0x30,0xC0,0x02, + 0x01,0x83,0x04,0x3C,0x3C,0x75,0x84,0x24,0x58,0x01,0xA5,0x8F, + 0x10,0x00,0xA3,0xAF,0x00,0x00,0x02,0x92,0x21,0x38,0x40,0x02, + 0x97,0x39,0xC0,0x0C,0x14,0x00,0xA2,0xAF,0x21,0x20,0x00,0x00, + 0x01,0x00,0x73,0x26,0x01,0x00,0x10,0x26,0x01,0x00,0x31,0x26, + 0x2A,0x10,0x74,0x02,0xEB,0xFF,0x40,0x14,0x01,0x00,0x52,0x26, + 0x21,0x18,0x00,0x00,0x04,0x00,0xB5,0x8E,0x00,0x80,0xC2,0x33, + 0xD9,0xFF,0x40,0x10,0x00,0x00,0x00,0x00,0x78,0x01,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0x08,0x00,0x02,0x8D,0x00,0x00,0x00,0x00, + 0x19,0x00,0x80,0x10,0x12,0x00,0x57,0xA4,0x09,0x00,0xF6,0x12, + 0x21,0x30,0xC0,0x02,0x01,0x83,0x04,0x3C,0x6C,0x75,0x84,0x24, + 0x58,0x01,0xA5,0x8F,0x00,0x00,0x00,0x00,0x97,0x39,0xC0,0x0C, + 0x21,0x38,0xE0,0x02,0x3B,0x1E,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x40,0x01,0xA9,0x8F,0x00,0x00,0x00,0x00,0x88,0x00,0x22,0x8D, + 0x60,0x01,0xA8,0x8F,0x08,0x00,0x46,0x8C,0x00,0x00,0x02,0x8D, + 0x00,0x00,0xC6,0x8C,0x00,0x00,0x00,0x00,0x07,0x00,0xC2,0x10, + 0x00,0x00,0x00,0x00,0x58,0x01,0xA5,0x8F,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x98,0x75,0x84,0x24,0x40,0x01,0xA9,0x8F, + 0x00,0x00,0x00,0x00,0x88,0x00,0x24,0x8D,0xE4,0x14,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x40,0x01,0xA8,0x8F,0x00,0x00,0x00,0x00, + 0x88,0x00,0x15,0xAD,0x78,0x01,0xA9,0x8F,0x08,0x80,0x02,0x34, + 0x00,0x00,0x20,0xA5,0x02,0x00,0x22,0xA5,0x08,0x00,0x20,0xAD, + 0x0C,0x00,0x20,0xA5,0x80,0x01,0xA8,0x8F,0x08,0x00,0x02,0x24, + 0x02,0x00,0x02,0xA5,0x04,0x00,0x09,0x8D,0x78,0x01,0xA8,0x8F, + 0x80,0x01,0xA9,0xAF,0x04,0x00,0x08,0x8D,0x40,0x01,0xA9,0x8F, + 0x78,0x01,0xA8,0xAF,0x78,0x00,0x28,0xAD,0x80,0x01,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0x7C,0x00,0x28,0xAD,0x58,0x01,0xA9,0x8F, + 0x30,0x01,0xA8,0x8F,0x01,0x00,0x29,0x25,0x2A,0x10,0x28,0x01, + 0x5F,0xFF,0x40,0x14,0x58,0x01,0xA9,0xAF,0x40,0x01,0xA9,0x8F, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x23,0x8D,0x00,0x00,0x00,0x00, + 0x0C,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x65,0x8C,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0xB4,0x75,0x84,0x24,0x40,0x01,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x03,0x8D,0x00,0x00,0x00,0x00, + 0x10,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x10,0x00,0x65,0x8C,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0xD0,0x75,0x84,0x24,0x40,0x01,0xA9,0x8F, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x23,0x8D,0x00,0x00,0x00,0x00, + 0x20,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x20,0x00,0x65,0x8C,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0xF0,0x75,0x84,0x24,0x40,0x01,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x03,0x8D,0x00,0x00,0x00,0x00, + 0x18,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x18,0x00,0x65,0x8C,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x10,0x76,0x84,0x24,0xBC,0x01,0xBF,0x8F, + 0xB8,0x01,0xBE,0x8F,0xB4,0x01,0xB7,0x8F,0xB0,0x01,0xB6,0x8F, + 0xAC,0x01,0xB5,0x8F,0xA8,0x01,0xB4,0x8F,0xA4,0x01,0xB3,0x8F, + 0xA0,0x01,0xB2,0x8F,0x9C,0x01,0xB1,0x8F,0x98,0x01,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0xC0,0x01,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x18,0x00,0xBF,0xAF, + 0x14,0x00,0xB1,0xAF,0x2C,0x00,0x04,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x94,0x00,0x00,0x00,0x00,0x00,0x20,0x42,0x30, + 0x07,0x00,0x40,0x14,0x21,0x88,0xA0,0x00,0x00,0x00,0x85,0x94, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x30,0x76,0x84,0x24, + 0xD2,0x1E,0xC0,0x08,0x03,0x00,0x02,0x24,0x02,0x00,0x84,0x24, + 0x21,0x28,0x00,0x00,0x21,0x30,0x00,0x00,0x41,0x3D,0xC0,0x0C, + 0x21,0x38,0x20,0x02,0x0D,0x00,0x40,0x10,0x21,0x28,0x00,0x00, + 0x2C,0x00,0x03,0x8E,0x00,0x21,0x02,0x24,0x02,0x00,0x62,0xA4, + 0x08,0x00,0x02,0x8E,0x21,0x30,0x00,0x00,0x00,0x00,0x40,0xAC, + 0x2C,0x00,0x04,0x8E,0x21,0x38,0x20,0x02,0x41,0x3D,0xC0,0x0C, + 0x02,0x00,0x84,0x24,0x09,0x00,0x40,0x14,0x00,0x20,0x05,0x24, + 0x2C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x02,0x00,0x45,0x94, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x4C,0x76,0x84,0x24, + 0xD2,0x1E,0xC0,0x08,0x01,0x00,0x02,0x24,0x2C,0x00,0x04,0x8E, + 0x00,0x20,0x06,0x24,0x41,0x3D,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x08,0x00,0x40,0x14,0x21,0x10,0x00,0x00,0x2C,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x94,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x64,0x76,0x84,0x24,0x02,0x00,0x02,0x24, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xB2,0xAF,0x21,0x90,0xA0,0x00,0x1C,0x00,0xBF,0xAF, + 0x14,0x00,0xB1,0xAF,0x07,0x00,0x80,0x04,0x10,0x00,0xB0,0xAF, + 0x18,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x24, + 0x2A,0x10,0x44,0x00,0x04,0x00,0x40,0x10,0x21,0x88,0x80,0x00, + 0x18,0x84,0x82,0x8F,0x21,0x20,0x00,0x00,0xFF,0xFF,0x51,0x24, + 0x21,0x80,0x80,0x00,0x2A,0x10,0x30,0x02,0x07,0x00,0x40,0x14, + 0x21,0x20,0x00,0x02,0xF7,0x1E,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0x01,0x00,0x10,0x26,0x2A,0x10,0x30,0x02,0xFB,0xFF,0x40,0x10, + 0x21,0x20,0x00,0x02,0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0xF4,0x3A,0xC0,0x0C, + 0x01,0x10,0x04,0x24,0x55,0x00,0x02,0x24,0x83,0x83,0x01,0x3C, + 0x30,0xF5,0x22,0xA0,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD8,0xFF,0xBD,0x27, + 0x1C,0x00,0xB1,0xAF,0x21,0x88,0x80,0x00,0x20,0x00,0xB2,0xAF, + 0x21,0x90,0xA0,0x00,0xC4,0x80,0x84,0x27,0x24,0x00,0xBF,0xAF, + 0x97,0x39,0xC0,0x0C,0x18,0x00,0xB0,0xAF,0x09,0x00,0x40,0x1A, + 0x21,0x80,0x00,0x00,0x00,0x00,0x25,0x92,0x01,0x00,0x31,0x26, + 0xCC,0x80,0x84,0x27,0x97,0x39,0xC0,0x0C,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x12,0x02,0xF9,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0xD4,0x80,0x84,0x27,0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0x28,0xFF,0xBD,0x27,0x21,0x38,0x80,0x00,0xC8,0x00,0xB2,0xAF, + 0x21,0x90,0xA0,0x00,0xD0,0x00,0xB4,0xAF,0x21,0xA0,0xC0,0x00, + 0xFF,0xFF,0xE2,0x24,0x06,0x00,0x42,0x2C,0xD4,0x00,0xBF,0xAF, + 0xCC,0x00,0xB3,0xAF,0xC4,0x00,0xB1,0xAF,0x02,0x00,0x40,0x14, + 0xC0,0x00,0xB0,0xAF,0x01,0x00,0x07,0x24,0x02,0x00,0x40,0x1E, + 0x00,0x00,0x00,0x00,0x01,0x00,0x12,0x24,0x02,0x00,0x80,0x1E, + 0x40,0x12,0x07,0x00,0x3C,0x00,0x14,0x24,0x02,0x83,0x03,0x3C, + 0x70,0xD9,0x63,0x24,0x21,0x88,0x43,0x00,0x04,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x04,0x00,0x40,0x14,0x21,0x98,0x40,0x02, + 0x01,0x00,0x04,0x24,0xBD,0x1C,0xC0,0x0C,0x21,0x28,0xE0,0x00, + 0xFF,0x1F,0x04,0x3C,0xFF,0xFF,0x84,0x34,0x00,0x80,0x85,0x36, + 0x80,0x00,0xA2,0x27,0x24,0x10,0x44,0x00,0x00,0xA0,0x03,0x3C, + 0x25,0x10,0x43,0x00,0x70,0x00,0xA5,0xAF,0x74,0x00,0xA0,0xAF, + 0x78,0x00,0xA2,0xAF,0x0C,0x00,0x02,0x24,0x50,0x00,0xA0,0xA7, + 0x52,0x00,0xA2,0xA7,0x50,0x00,0xA2,0x27,0x24,0x10,0x44,0x00, + 0x25,0x80,0x43,0x00,0x70,0x00,0xA2,0x27,0x24,0x10,0x44,0x00, + 0xD8,0x80,0x84,0x8F,0x25,0x10,0x43,0x00,0x54,0x00,0xB0,0xAF, + 0x58,0x00,0xA2,0xAF,0x5C,0x00,0xA0,0xAF,0x05,0x00,0x80,0x10, + 0x04,0x00,0x02,0x24,0x52,0x00,0xA2,0xA7,0xFF,0xFF,0x02,0x24, + 0x5C,0x00,0xA5,0xAF,0x58,0x00,0xA2,0xAF,0x2C,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x94,0x00,0x00,0x00,0x00, + 0x00,0x20,0x42,0x30,0x07,0x00,0x40,0x14,0x21,0x28,0x00,0x00, + 0xFF,0xFF,0x04,0x24,0x01,0x83,0x05,0x3C,0x98,0x76,0xA5,0x24, + 0x6A,0x09,0xC0,0x0C,0xC5,0x01,0x06,0x24,0x21,0x28,0x00,0x00, + 0x2C,0x00,0x22,0x8E,0x21,0x30,0x00,0x00,0x04,0x00,0x50,0xAC, + 0x2C,0x00,0x24,0x8E,0xD0,0x07,0x07,0x24,0x41,0x3D,0xC0,0x0C, + 0x02,0x00,0x84,0x24,0x0C,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x2C,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x02,0x00,0x45,0x94, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x4C,0x76,0x84,0x24, + 0xFF,0xFF,0x04,0x24,0x01,0x83,0x05,0x3C,0x98,0x76,0xA5,0x24, + 0x6A,0x09,0xC0,0x0C,0xCD,0x01,0x06,0x24,0x22,0x0A,0xC0,0x0C, + 0x01,0x00,0x04,0x24,0x00,0xA3,0x10,0x3C,0x04,0x01,0x10,0x8E, + 0x00,0xA3,0x02,0x3C,0x04,0x01,0x42,0x8C,0x00,0x00,0x00,0x00, + 0xFC,0xFF,0x02,0x12,0x00,0x21,0x03,0x24,0x2C,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x02,0x00,0x43,0xA4,0x08,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x00,0x00,0x40,0xAC,0x00,0xA3,0x10,0x3C, + 0x04,0x01,0x10,0x8E,0x2C,0x00,0x24,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30,0x0A,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30,0xFA,0xFF,0x40,0x10, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x73,0x26,0x13,0x00,0x60,0x12, + 0x21,0x28,0x40,0x02,0x2C,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30,0xE5,0xFF,0x40,0x10, + 0x00,0x00,0x00,0x00,0x04,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x42,0x94,0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30, + 0xFA,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0x8F,0x1F,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0xA8,0x76,0x84,0x24, + 0x21,0x30,0x80,0x02,0x00,0xA3,0x03,0x3C,0x04,0x01,0x63,0x8C, + 0x00,0x80,0x02,0x34,0x52,0x00,0xA2,0xA7,0x23,0x80,0x70,0x00, + 0x97,0x39,0xC0,0x0C,0x21,0x38,0x00,0x02,0x13,0x00,0x00,0x12, + 0x40,0x29,0x12,0x00,0x23,0x28,0xB2,0x00,0x80,0x28,0x05,0x00, + 0x21,0x28,0xB2,0x00,0xC0,0x28,0x05,0x00,0x1A,0x00,0xB0,0x00, + 0x02,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00, + 0xFF,0xFF,0x01,0x24,0x04,0x00,0x01,0x16,0x00,0x80,0x01,0x3C, + 0x02,0x00,0xA1,0x14,0x00,0x00,0x00,0x00,0x0D,0x00,0x06,0x00, + 0x12,0x28,0x00,0x00,0xDC,0x80,0x84,0x27,0x97,0x39,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0xD4,0x00,0xBF,0x8F,0xD0,0x00,0xB4,0x8F, + 0xCC,0x00,0xB3,0x8F,0xC8,0x00,0xB2,0x8F,0xC4,0x00,0xB1,0x8F, + 0xC0,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0xD8,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27, + 0x14,0x00,0xB1,0xAF,0x21,0x88,0x80,0x00,0x18,0x00,0xBF,0xAF, + 0xB4,0x09,0xC0,0x0C,0x10,0x00,0xB0,0xAF,0x22,0x0A,0xC0,0x0C, + 0x01,0x00,0x04,0x24,0x10,0x84,0x84,0x8F,0x00,0xA3,0x10,0x3C, + 0x04,0x01,0x10,0x8E,0xC9,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x02,0x3C,0x04,0x01,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x23,0x28,0x50,0x00,0x49,0xFC,0xA2,0x24,0x63,0x00,0x42,0x2C, + 0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C, + 0xFC,0x1F,0xC0,0x08,0xE0,0x76,0x84,0x24,0x05,0x00,0xA0,0x14, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x04,0x77,0x84,0x24, + 0xFC,0x1F,0xC0,0x08,0x21,0x28,0x00,0x00,0x01,0x83,0x04,0x3C, + 0x2C,0x77,0x84,0x24,0x97,0x39,0xC0,0x0C,0x01,0x00,0x10,0x24, + 0x03,0x00,0x30,0x12,0x00,0x00,0x00,0x00,0x22,0x0A,0xC0,0x0C, + 0x21,0x20,0x00,0x00,0xF0,0x80,0x90,0xAF,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27,0x20,0x00,0xB2,0xAF, + 0x21,0x90,0x80,0x00,0x21,0x30,0x40,0x02,0x2C,0x00,0xB5,0xAF, + 0x01,0x83,0x15,0x3C,0x5C,0xE6,0xB5,0x26,0x21,0x38,0xA0,0x02, + 0x28,0x00,0xB4,0xAF,0x01,0x83,0x14,0x3C,0x70,0x77,0x94,0x26, + 0x24,0x00,0xB3,0xAF,0x00,0xA3,0x13,0x3C,0x78,0x01,0x73,0x8E, + 0x00,0xA3,0x03,0x3C,0x78,0x01,0x63,0x8C,0x20,0x83,0x02,0x3C, + 0x30,0x00,0xBF,0xAF,0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF, + 0x10,0x00,0xB4,0xAF,0x21,0x20,0x60,0x02,0x23,0x88,0x43,0x00, + 0xB0,0x41,0xC0,0x0C,0x21,0x28,0x20,0x02,0x03,0x00,0x40,0x12, + 0x21,0x80,0x40,0x00,0x0A,0x00,0x00,0x16,0x00,0x00,0x00,0x00, + 0x10,0x00,0xB4,0xAF,0x21,0x20,0x60,0x02,0x21,0x28,0x20,0x02, + 0x21,0x30,0x40,0x02,0x50,0x41,0xC0,0x0C,0x21,0x38,0xA0,0x02, + 0x21,0x80,0x02,0x02,0x05,0x00,0x00,0x12,0x21,0x28,0x60,0x02, + 0x01,0x83,0x04,0x3C,0x88,0x77,0x84,0x24,0x34,0x20,0xC0,0x08, + 0x21,0x28,0x60,0x02,0x01,0x83,0x04,0x3C,0xAC,0x77,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x30,0xB1,0x00,0x30,0x00,0xBF,0x8F, + 0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27,0x00,0xA3,0x01,0x3C, + 0xE8,0x05,0x24,0xAC,0x00,0xA3,0x01,0x3C,0x08,0x00,0xE0,0x03, + 0xEC,0x05,0x25,0xAC,0x0C,0x81,0x84,0xAF,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x00,0x81,0x84,0xAF,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x0F,0x00,0x84,0x30,0x04,0x81,0x84,0xAF, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x08,0x81,0x84,0xAF, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x10,0x81,0x84,0xAF, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x21,0x48,0x80,0x00, + 0x21,0x50,0xA0,0x00,0x21,0x58,0xC0,0x00,0x07,0xA2,0x04,0x3C, + 0x30,0x01,0x84,0x34,0x07,0xA2,0x08,0x3C,0x00,0x01,0x08,0x35, + 0x04,0x81,0x82,0x8F,0x08,0x81,0x83,0x8F,0x80,0x30,0x02,0x00, + 0x0C,0x81,0x82,0x8F,0x03,0x00,0xC5,0x34,0x02,0x00,0x60,0x10, + 0x00,0x00,0x82,0xAC,0x43,0x00,0xC5,0x34,0x00,0x81,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x02,0x00,0x40,0x10,0x21,0x18,0xA0,0x00, + 0x00,0x01,0x63,0x34,0x14,0x81,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x02,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x00,0x04,0x63,0x34, + 0x10,0x81,0x82,0x8F,0x00,0x00,0x03,0xAD,0x03,0x00,0x40,0x10, + 0x07,0xA2,0x05,0x3C,0x00,0x00,0x02,0xAD,0x07,0xA2,0x05,0x3C, + 0x04,0x01,0xA5,0x34,0x07,0xA2,0x06,0x3C,0x08,0x01,0xC6,0x34, + 0xFF,0x00,0x02,0x3C,0xFF,0xFF,0x42,0x34,0x07,0xA2,0x03,0x3C, + 0x0C,0x01,0x63,0x34,0x07,0xA2,0x04,0x3C,0x10,0x01,0x84,0x34, + 0x24,0x10,0x42,0x01,0x00,0x00,0xA9,0xAC,0x00,0x00,0xC2,0xAC, + 0x2B,0x10,0x07,0x00,0xC0,0x10,0x02,0x00,0x00,0x00,0x6B,0xAC, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x82,0xAC,0x07,0xA2,0x03,0x3C, + 0x28,0x01,0x63,0x34,0x03,0x00,0x02,0x24,0x00,0xA3,0x01,0x3C, + 0x14,0x01,0x20,0xAC,0x08,0x00,0xE0,0x03,0x00,0x00,0x62,0xAC, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x21,0x18,0x00,0x00, + 0x07,0xA2,0x06,0x3C,0x28,0x01,0xC6,0x34,0x0F,0x00,0x04,0x3C, + 0x3F,0x42,0x84,0x34,0x00,0x00,0xC5,0x8C,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA2,0x30,0x07,0x00,0x40,0x14,0x01,0x00,0x63,0x24, + 0x2A,0x10,0x83,0x00,0xF9,0xFF,0x40,0x10,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0xB2,0x20,0xC0,0x08,0xD0,0x77,0x84,0x24, + 0x14,0x81,0x82,0x8F,0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x14, + 0x21,0x18,0x00,0x00,0xB5,0x20,0xC0,0x08,0x21,0x10,0x00,0x00, + 0x01,0x00,0x05,0x24,0x0F,0x00,0x04,0x3C,0x3F,0x42,0x84,0x34, + 0x00,0xA3,0x02,0x3C,0x14,0x01,0x42,0x8C,0x00,0x00,0x00,0x00, + 0xF7,0xFF,0x45,0x10,0x01,0x00,0x63,0x24,0x2A,0x10,0x83,0x00, + 0xF9,0xFF,0x40,0x10,0x00,0x00,0x00,0x00,0x00,0xA3,0x05,0x3C, + 0x14,0x01,0xA5,0x8C,0x01,0x83,0x04,0x3C,0xF8,0x77,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x24, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF, + 0x21,0x48,0xC0,0x00,0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0x21,0x40,0x00,0x00,0x24,0x20,0x83,0x00,0x00,0xA0,0x02,0x3C, + 0x25,0x20,0x82,0x00,0x24,0x28,0xA3,0x00,0x10,0x00,0x20,0x19, + 0x25,0x28,0xA2,0x00,0x00,0x00,0x86,0x90,0x00,0x00,0xA7,0x90, + 0x00,0x00,0x00,0x00,0x07,0x00,0xC7,0x10,0x01,0x00,0xA5,0x24, + 0x01,0x83,0x04,0x3C,0x28,0x78,0x84,0x24,0x97,0x39,0xC0,0x0C, + 0x21,0x28,0x00,0x01,0xD5,0x20,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x01,0x00,0x08,0x25,0x2A,0x10,0x09,0x01,0xF2,0xFF,0x40,0x14, + 0x01,0x00,0x84,0x24,0x21,0x10,0x00,0x00,0x18,0x00,0xBF,0x8F, + 0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x02,0x3C,0xE8,0x05,0x42,0x8C,0x98,0xFF,0xBD,0x27, + 0x50,0x00,0xB4,0xAF,0x78,0x00,0xB4,0x8F,0x40,0x00,0xB0,0xAF, + 0x21,0x80,0xA0,0x00,0x44,0x00,0xB1,0xAF,0x21,0x88,0xC0,0x00, + 0x48,0x00,0xB2,0xAF,0x21,0x90,0xE0,0x00,0x64,0x00,0xBF,0xAF, + 0x60,0x00,0xBE,0xAF,0x5C,0x00,0xB7,0xAF,0x58,0x00,0xB6,0xAF, + 0x54,0x00,0xB5,0xAF,0x4C,0x00,0xB3,0xAF,0x0C,0x00,0x40,0x10, + 0x10,0x00,0xA4,0xAF,0x00,0xA3,0x02,0x3C,0xEC,0x05,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x02,0x3C,0xEC,0x05,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x08,0x42,0x2C,0x0A,0x00,0x40,0x14,0x10,0x00,0x02,0x3C, + 0x00,0xA3,0x05,0x3C,0xE8,0x05,0xA5,0x8C,0x00,0xA3,0x06,0x3C, + 0xEC,0x05,0xC6,0x8C,0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C, + 0x5C,0x78,0x84,0x24,0x3F,0x22,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA8,0x8F,0x00,0x00,0x00,0x00,0x2B,0x10,0x48,0x00, + 0x06,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x8C,0x78,0x84,0x24,0x3F,0x22,0xC0,0x08, + 0x00,0x00,0x00,0x00,0xE0,0x83,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x0B,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x00,0xA3,0x04,0x3C, + 0xEC,0x05,0x84,0x8C,0x8B,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0xFF,0x1F,0x03,0x3C,0xFF,0xFF,0x63,0x34,0x24,0x10,0x43,0x00, + 0x00,0xA0,0x03,0x3C,0x25,0x10,0x43,0x00,0xE0,0x83,0x82,0xAF, + 0xE4,0x83,0x82,0x8F,0x00,0x00,0x00,0x00,0x0B,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0xA3,0x04,0x3C,0xEC,0x05,0x84,0x8C, + 0x8B,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00,0xFF,0x1F,0x03,0x3C, + 0xFF,0xFF,0x63,0x34,0x24,0x10,0x43,0x00,0x00,0xA0,0x03,0x3C, + 0x25,0x10,0x43,0x00,0xE4,0x83,0x82,0xAF,0xE0,0x83,0x85,0x8F, + 0x00,0xA3,0x06,0x3C,0xE8,0x05,0xC6,0x8C,0xE4,0x83,0x87,0x8F, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0xB0,0x78,0x84,0x24, + 0x00,0x81,0x85,0x8F,0x04,0x81,0x86,0x8F,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0xE8,0x78,0x84,0x24,0x07,0xA2,0x02,0x3C, + 0xE8,0x00,0x42,0x34,0x00,0x00,0x53,0x8C,0x01,0x00,0x03,0x82, + 0x69,0x00,0x02,0x24,0x07,0x00,0x62,0x14,0xFB,0xFF,0x02,0x3C, + 0x01,0x00,0x02,0x24,0x14,0x81,0x82,0xAF,0x04,0x00,0x02,0x3C, + 0x00,0x08,0x42,0x34,0x42,0x21,0xC0,0x08,0x25,0x98,0x62,0x02, + 0x14,0x81,0x80,0xAF,0xFF,0xF7,0x42,0x34,0x24,0x98,0x62,0x02, + 0x07,0xA2,0x02,0x3C,0xE8,0x00,0x42,0x34,0x00,0x00,0x53,0xAC, + 0x00,0x00,0x05,0x82,0x72,0x00,0x02,0x24,0x03,0x00,0xA2,0x10, + 0x52,0x00,0x02,0x24,0x03,0x00,0xA2,0x14,0x77,0x00,0x02,0x24, + 0x62,0x21,0xC0,0x08,0x21,0xB0,0x00,0x00,0x03,0x00,0xA2,0x10, + 0x57,0x00,0x02,0x24,0x03,0x00,0xA2,0x14,0x6C,0x00,0x02,0x24, + 0x62,0x21,0xC0,0x08,0x01,0x00,0x16,0x24,0x03,0x00,0xA2,0x10, + 0x4C,0x00,0x02,0x24,0x03,0x00,0xA2,0x14,0x74,0x00,0x02,0x24, + 0x62,0x21,0xC0,0x08,0x02,0x00,0x16,0x24,0x76,0x00,0xA2,0x10, + 0x54,0x00,0x02,0x24,0x74,0x00,0xA2,0x10,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0x14,0x79,0x84,0x24, + 0x3F,0x22,0xC0,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x26,0x82, + 0x00,0x00,0x00,0x00,0x0C,0x00,0xC0,0x10,0x63,0x00,0x02,0x24, + 0x03,0x00,0xC2,0x10,0x43,0x00,0x02,0x24,0x04,0x00,0xC2,0x14, + 0x21,0x98,0x00,0x00,0x05,0x00,0x13,0x24,0x75,0x21,0xC0,0x08, + 0x05,0x00,0x15,0x24,0x02,0x83,0x01,0x3C,0xB0,0x82,0x32,0xA0, + 0x75,0x21,0xC0,0x08,0x21,0xA8,0x00,0x00,0x21,0xA8,0x00,0x00, + 0x05,0x00,0x13,0x24,0x02,0x83,0x01,0x3C,0xB0,0x82,0x20,0xA0, + 0x10,0x00,0xA8,0x8F,0x00,0xA3,0x12,0x3C,0xEC,0x05,0x52,0x8E, + 0x00,0x00,0x00,0x00,0xC5,0x00,0x00,0x11,0xFF,0xFF,0x14,0x25, + 0xFF,0xFF,0xC2,0x26,0x02,0x00,0x57,0x2C,0x02,0x00,0x1E,0x24, + 0x21,0x80,0xA0,0x02,0x2A,0x10,0x70,0x02,0x49,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x2A,0x00,0xE0,0x12,0x05,0x00,0x02,0x24, + 0x0D,0x00,0x02,0x16,0x00,0x00,0x00,0x00,0x19,0x00,0x40,0x1A, + 0x21,0x88,0x00,0x00,0xE0,0x83,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x21,0x10,0x51,0x00,0x00,0x00,0x51,0xA0,0x01,0x00,0x31,0x26, + 0x2A,0x10,0x32,0x02,0xF9,0xFF,0x40,0x14,0x21,0x30,0x40,0x02, + 0xA1,0x21,0xC0,0x08,0x00,0x00,0x00,0x00,0x02,0x83,0x03,0x3C, + 0x21,0x18,0x70,0x00,0xB0,0x82,0x63,0x90,0x00,0x00,0x00,0x00, + 0x09,0x00,0x40,0x1A,0x21,0x88,0x00,0x00,0xE0,0x83,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x21,0x10,0x51,0x00,0x01,0x00,0x31,0x26, + 0x00,0x00,0x43,0xA0,0x2A,0x10,0x32,0x02,0xF9,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x21,0x30,0x40,0x02,0x00,0xA3,0x04,0x3C, + 0xE8,0x05,0x84,0x8C,0xE0,0x83,0x85,0x8F,0x00,0x00,0x00,0x00, + 0x54,0x20,0xC0,0x0C,0x01,0x00,0x07,0x24,0x84,0x20,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x8B,0x20,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x93,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x03,0x00,0xC0,0x12, + 0x21,0x30,0x40,0x02,0x16,0x00,0xDE,0x16,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x04,0x3C,0xE8,0x05,0x84,0x8C,0xE4,0x83,0x85,0x8F, + 0x00,0x00,0x00,0x00,0x54,0x20,0xC0,0x0C,0x21,0x38,0x00,0x00, + 0x84,0x20,0xC0,0x0C,0x00,0x00,0x00,0x00,0x8B,0x20,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x83,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x08,0x00,0xDE,0x16,0x00,0x00,0x00,0x00,0xE0,0x83,0x84,0x8F, + 0xE4,0x83,0x85,0x8F,0x00,0x00,0x00,0x00,0xB9,0x20,0xC0,0x0C, + 0x21,0x30,0x40,0x02,0x7A,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x10,0x26,0x2A,0x10,0x70,0x02,0xB9,0xFF,0x40,0x10, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x94,0x26,0xFF,0xFF,0x02,0x24, + 0xB2,0xFF,0x82,0x16,0x21,0x80,0xA0,0x02,0x3F,0x22,0xC0,0x08, + 0x00,0x00,0x00,0x00,0xB4,0x09,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x22,0x0A,0xC0,0x0C,0x01,0x00,0x04,0x24,0x00,0x00,0x22,0x82, + 0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x10,0x21,0xB8,0x00,0x00, + 0x18,0x00,0xA0,0xAF,0x02,0x83,0x01,0x3C,0xB8,0x82,0x34,0xA4, + 0xE3,0x21,0xC0,0x08,0x21,0xB0,0x00,0x00,0x06,0x00,0x17,0x24, + 0x04,0x00,0x02,0x24,0x18,0x00,0xA0,0xAF,0x02,0x83,0x01,0x3C, + 0xB8,0x82,0x22,0xA4,0x21,0xB0,0x00,0x00,0x00,0x08,0x1E,0x24, + 0x18,0x00,0xB1,0x8F,0x00,0x00,0x00,0x00,0x2A,0x10,0xF1,0x02, + 0x53,0x00,0x40,0x14,0x40,0x10,0x11,0x00,0x02,0x83,0x08,0x3C, + 0xB8,0x82,0x08,0x25,0x21,0xA8,0x48,0x00,0x00,0x00,0xB2,0x96, + 0x00,0x00,0x00,0x00,0x1A,0x00,0xD2,0x03,0x02,0x00,0x40,0x16, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00,0xFF,0xFF,0x01,0x24, + 0x04,0x00,0x41,0x16,0x00,0x80,0x01,0x3C,0x02,0x00,0xC1,0x17, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x06,0x00,0x12,0x10,0x00,0x00, + 0x10,0x00,0xA8,0x8F,0x00,0x00,0x00,0x00,0x18,0x00,0x48,0x00, + 0x21,0x38,0xC0,0x02,0x21,0x80,0x00,0x00,0x00,0xA3,0x13,0x3C, + 0x04,0x01,0x73,0x8E,0x00,0xA3,0x04,0x3C,0xE8,0x05,0x84,0x8C, + 0xE0,0x83,0x85,0x8F,0x12,0xA0,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x54,0x20,0xC0,0x0C,0x21,0x30,0x40,0x02, + 0x0A,0x00,0x80,0x1A,0x00,0x00,0x00,0x00,0x84,0x20,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x8B,0x20,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x30,0x00,0x40,0x14,0x01,0x00,0x10,0x26,0x2A,0x10,0x14,0x02, + 0xF8,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0x01,0x83,0x05,0x3C, + 0x6C,0x79,0xA5,0x24,0x00,0xA3,0x10,0x3C,0x04,0x01,0x10,0x8E, + 0x03,0x00,0xC0,0x12,0x00,0x00,0x00,0x00,0x01,0x83,0x05,0x3C, + 0x60,0x79,0xA5,0x24,0x01,0x83,0x04,0x3C,0x40,0x79,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x21,0x30,0x40,0x02,0x13,0x00,0x13,0x12, + 0x18,0x00,0x92,0x02,0x12,0x18,0x00,0x00,0x23,0x10,0x13,0x02, + 0x00,0x00,0x00,0x00,0x1B,0x00,0x62,0x00,0x02,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00,0x12,0x10,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x78,0x79,0x84,0x24,0x40,0x29,0x02,0x00, + 0x23,0x28,0xA2,0x00,0x80,0x28,0x05,0x00,0x21,0x28,0xA2,0x00, + 0x97,0x39,0xC0,0x0C,0xC0,0x28,0x05,0x00,0x37,0x22,0xC0,0x08, + 0x02,0x00,0xB5,0x26,0x01,0x83,0x04,0x3C,0x88,0x79,0x84,0x24, + 0x97,0x39,0xC0,0x0C,0x02,0x00,0xB5,0x26,0x01,0x00,0x31,0x26, + 0x2A,0x10,0xF1,0x02,0xB2,0xFF,0x40,0x10,0x00,0x00,0x00,0x00, + 0x01,0x00,0xD6,0x26,0x02,0x00,0xC2,0x2A,0xA6,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x64,0x00,0xBF,0x8F,0x60,0x00,0xBE,0x8F, + 0x5C,0x00,0xB7,0x8F,0x58,0x00,0xB6,0x8F,0x54,0x00,0xB5,0x8F, + 0x50,0x00,0xB4,0x8F,0x4C,0x00,0xB3,0x8F,0x48,0x00,0xB2,0x8F, + 0x44,0x00,0xB1,0x8F,0x40,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x68,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x2B,0x10,0x86,0x00, + 0x00,0x00,0xA4,0xAF,0x04,0x00,0xA5,0xAF,0x08,0x00,0xA6,0xAF, + 0x07,0x00,0x40,0x14,0x0C,0x00,0xA7,0xAF,0x2B,0x10,0xC4,0x00, + 0x05,0x00,0x40,0x14,0x01,0x00,0x02,0x24,0x2B,0x10,0xA7,0x00, + 0x02,0x00,0x40,0x10,0x2B,0x10,0xE5,0x00,0xFF,0xFF,0x02,0x24, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27, + 0x03,0x83,0x04,0x3C,0x80,0xEF,0x84,0x24,0xAA,0x00,0x05,0x24, + 0x10,0x00,0xBF,0xAF,0x18,0x42,0xC0,0x0C,0x3C,0x00,0x06,0x24, + 0x02,0x83,0x06,0x3C,0xD0,0x82,0xC6,0x24,0x02,0x83,0x02,0x3C, + 0x84,0xD9,0x42,0x8C,0x02,0x83,0x03,0x3C,0x88,0xD9,0x63,0x84, + 0x00,0x00,0xC2,0xAC,0x04,0x00,0xC3,0xA4,0x02,0x83,0x02,0x3C, + 0xEA,0x82,0x42,0x94,0x02,0x83,0x03,0x3C,0xE4,0x82,0x63,0x94, + 0x02,0x83,0x04,0x3C,0xE6,0x82,0x84,0x94,0x02,0x83,0x05,0x3C, + 0xE8,0x82,0xA5,0x94,0x03,0x83,0x01,0x3C,0x88,0xEF,0x22,0xA4, + 0x02,0x83,0x02,0x3C,0xE2,0x82,0x42,0x94,0x03,0x83,0x0A,0x3C, + 0x8A,0xEF,0x4A,0x25,0x03,0x00,0xC7,0x88,0x00,0x00,0xC7,0x98, + 0x04,0x00,0xC8,0x80,0x05,0x00,0xC9,0x80,0x03,0x00,0x47,0xA9, + 0x00,0x00,0x47,0xB9,0x04,0x00,0x48,0xA1,0x05,0x00,0x49,0xA1, + 0x03,0x83,0x01,0x3C,0x9E,0xEF,0x23,0xA4,0x03,0x83,0x01,0x3C, + 0xA2,0xEF,0x24,0xA4,0x03,0x83,0x01,0x3C,0xA6,0xEF,0x25,0xA4, + 0x03,0x83,0x01,0x3C,0xA0,0xEF,0x22,0xA4,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x03,0x83,0x02,0x3C,0x88,0xEF,0x42,0x8C,0x03,0x83,0x03,0x3C, + 0x8C,0xEF,0x63,0x8C,0x03,0x83,0x01,0x3C,0x80,0xEF,0x22,0xAC, + 0x03,0x83,0x01,0x3C,0x84,0xEF,0x23,0xAC,0x03,0x83,0x02,0x3C, + 0x9E,0xEF,0x42,0x94,0x03,0x83,0x03,0x3C,0xA0,0xEF,0x63,0x94, + 0x03,0x83,0x04,0x3C,0xA2,0xEF,0x84,0x94,0xE8,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x03,0x83,0x01,0x3C,0x9A,0xEF,0x23,0xA4, + 0x18,0x84,0x83,0x8F,0x14,0x00,0xBF,0xAF,0x03,0x83,0x01,0x3C, + 0x90,0xEF,0x20,0xAC,0x03,0x83,0x01,0x3C,0x94,0xEF,0x20,0xAC, + 0x03,0x83,0x01,0x3C,0xA8,0xEF,0x20,0xAC,0x03,0x83,0x01,0x3C, + 0xAC,0xEF,0x20,0xAC,0x03,0x83,0x01,0x3C,0xB8,0xEF,0x20,0xA4, + 0x03,0x83,0x01,0x3C,0xB4,0xEF,0x20,0xA4,0x03,0x83,0x01,0x3C, + 0x98,0xEF,0x22,0xA4,0x21,0x10,0x44,0x00,0x03,0x83,0x01,0x3C, + 0x9C,0xEF,0x24,0xA4,0x03,0x83,0x01,0x3C,0xA4,0xEF,0x22,0xA4, + 0x08,0x00,0x60,0x18,0x01,0x00,0x10,0x24,0xCE,0x22,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x18,0x84,0x82,0x8F,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x50,0x00,0xFA,0xFF,0x40,0x10,0x00,0x00,0x00,0x00, + 0x06,0x23,0xC0,0x0C,0x00,0x00,0x00,0x00,0x6C,0x23,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C, + 0xB0,0xEF,0x22,0xA4,0x03,0x00,0x02,0x24,0x03,0x83,0x01,0x3C, + 0xB2,0xEF,0x20,0xA4,0x03,0x83,0x01,0x3C,0xC4,0xEF,0x22,0xAC, + 0x02,0x83,0x01,0x3C,0x54,0xDA,0x22,0xAC,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0xE0,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF,0x21,0x88,0x80,0x00, + 0x10,0x00,0xB0,0xAF,0xC0,0x81,0x11,0x00,0x03,0x83,0x04,0x3C, + 0xC0,0xEF,0x84,0x24,0x21,0x20,0x04,0x02,0xBB,0x00,0x05,0x24, + 0x18,0x00,0xBF,0xAF,0x18,0x42,0xC0,0x0C,0x80,0x00,0x06,0x24, + 0x02,0x83,0x02,0x3C,0xEC,0x82,0x42,0x94,0x64,0x00,0x03,0x24, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0xC8,0xEF,0x23,0xAC, + 0x00,0x12,0x02,0x00,0x25,0x10,0x22,0x02,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x30,0x00,0xC0,0xEF,0x22,0xA4,0x4E,0x23,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x04,0x00,0x02,0x24,0x40,0x8A,0x11,0x00, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0xC4,0xEF,0x22,0xAC, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x31,0x00,0x54,0xDA,0x22,0xAC, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0xE4,0xEF,0x20,0xAC, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0xE8,0xEF,0x20,0xAC, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x1A,0xF0,0x20,0xA4, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x1E,0xF0,0x20,0xA4, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x22,0xF0,0x20,0xA4, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x28,0xF0,0x20,0xAC, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0x18,0x84,0x82,0x8F, + 0xD8,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF,0x01,0x00,0x11,0x24, + 0x24,0x00,0xBF,0xAF,0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x37,0x00,0x40,0x18,0x10,0x00,0xB0,0xAF, + 0x03,0x83,0x14,0x3C,0x94,0xEF,0x94,0x26,0x03,0x83,0x02,0x3C, + 0xE8,0xEF,0x42,0x24,0x80,0x00,0x53,0x24,0x7C,0x00,0x52,0x24, + 0x80,0x00,0x10,0x24,0x00,0x00,0x82,0x8E,0x00,0x00,0x00,0x00, + 0x06,0x00,0x22,0x16,0x21,0x20,0x20,0x02,0x00,0x00,0x40,0xAE, + 0x9D,0x23,0xC0,0x0C,0x00,0x00,0x60,0xAE,0x40,0x23,0xC0,0x08, + 0x80,0x00,0x73,0x26,0x03,0x83,0x04,0x3C,0x21,0x20,0x90,0x00, + 0xD8,0xEF,0x84,0x8C,0x03,0x83,0x05,0x3C,0x21,0x28,0xB0,0x00, + 0xDC,0xEF,0xA5,0x8C,0xF4,0xFF,0x86,0x8E,0xF8,0xFF,0x87,0x8E, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x11,0x00,0x40,0x14, + 0x21,0x20,0x20,0x02,0x03,0x83,0x03,0x3C,0x21,0x18,0x70,0x00, + 0xE0,0xEF,0x63,0x94,0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0xC0,0xEF,0x42,0x94,0x00,0x00,0x00,0x00,0x08,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00, + 0x1A,0xF0,0x20,0xA4,0x9D,0x23,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x40,0x23,0xC0,0x08,0x80,0x00,0x73,0x26,0x00,0x00,0x40,0xAE, + 0xB5,0x23,0xC0,0x0C,0x00,0x00,0x60,0xAE,0x80,0x00,0x73,0x26, + 0x80,0x00,0x52,0x26,0x18,0x84,0x82,0x8F,0x01,0x00,0x31,0x26, + 0x2A,0x10,0x51,0x00,0xD2,0xFF,0x40,0x10,0x80,0x00,0x10,0x26, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0xC0,0x21,0x04,0x00, + 0x03,0x83,0x02,0x3C,0xCC,0xEF,0x42,0x24,0x21,0x18,0x82,0x00, + 0x03,0x83,0x05,0x3C,0x80,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C, + 0x84,0xEF,0xC6,0x8C,0x00,0x00,0x65,0xAC,0x04,0x00,0x66,0xAC, + 0x0C,0x00,0x42,0x24,0x03,0x83,0x03,0x3C,0x90,0xEF,0x63,0x8C, + 0x21,0x10,0x82,0x00,0x03,0x83,0x01,0x3C,0x21,0x08,0x24,0x00, + 0xD4,0xEF,0x23,0xAC,0x03,0x83,0x03,0x3C,0x88,0xEF,0x63,0x8C, + 0x03,0x83,0x05,0x3C,0x8C,0xEF,0xA5,0x8C,0x00,0x00,0x43,0xAC, + 0x04,0x00,0x45,0xAC,0x03,0x83,0x02,0x3C,0x21,0x10,0x44,0x00, + 0xC0,0xEF,0x42,0x94,0x03,0x83,0x01,0x3C,0x21,0x08,0x24,0x00, + 0x08,0x00,0xE0,0x03,0xE0,0xEF,0x22,0xA4,0x18,0x84,0x82,0x8F, + 0xE0,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF,0x01,0x00,0x11,0x24, + 0x18,0x00,0xBF,0xAF,0x26,0x00,0x40,0x18,0x10,0x00,0xB0,0xAF, + 0x80,0x00,0x10,0x24,0x03,0x83,0x04,0x3C,0x21,0x20,0x90,0x00, + 0xD8,0xEF,0x84,0x8C,0x03,0x83,0x05,0x3C,0x21,0x28,0xB0,0x00, + 0xDC,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C,0x88,0xEF,0xC6,0x8C, + 0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C,0x4C,0x22,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x12,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x21,0x18,0x70,0x00,0xE0,0xEF,0x63,0x94, + 0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00,0xC0,0xEF,0x42,0x94, + 0x00,0x00,0x00,0x00,0x09,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00,0xC4,0xEF,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x03,0x24,0xC0,0x0C,0x21,0x20,0x20,0x02,0x18,0x84,0x82,0x8F, + 0x01,0x00,0x31,0x26,0x2A,0x10,0x51,0x00,0xDD,0xFF,0x40,0x10, + 0x80,0x00,0x10,0x26,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xC0,0x29,0x04,0x00,0x03,0x83,0x03,0x3C,0x21,0x18,0x65,0x00, + 0xC4,0xEF,0x63,0x8C,0x04,0x00,0x02,0x24,0x10,0x00,0x62,0x14, + 0xF0,0xFF,0xBD,0x27,0x01,0x00,0x02,0x24,0x40,0x1A,0x04,0x00, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x25,0x00,0xC4,0xEF,0x22,0xAC, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x23,0x00,0x54,0xDA,0x22,0xAC, + 0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C,0x21,0x08,0x25,0x00, + 0x1E,0xF0,0x22,0xA4,0x03,0x83,0x01,0x3C,0x21,0x08,0x25,0x00, + 0x20,0xF0,0x20,0xA4,0x08,0x00,0xE0,0x03,0x10,0x00,0xBD,0x27, + 0xE0,0xFF,0xBD,0x27,0x18,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00, + 0x10,0x00,0xB0,0xAF,0xC0,0x81,0x12,0x00,0x1C,0x00,0xBF,0xAF, + 0x14,0x00,0xB1,0xAF,0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0xC4,0xEF,0x42,0x8C,0x00,0x00,0x00,0x00,0x12,0x00,0x40,0x10, + 0x04,0x00,0x11,0x24,0x10,0x00,0x51,0x10,0xFE,0xFF,0x42,0x24, + 0x02,0x00,0x42,0x2C,0x04,0x00,0x40,0x10,0x40,0x12,0x12,0x00, + 0xD9,0x23,0xC0,0x0C,0x00,0x00,0x00,0x00,0x40,0x12,0x12,0x00, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0xC4,0xEF,0x31,0xAC, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0x54,0xDA,0x31,0xAC, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x1E,0xF0,0x20,0xA4, + 0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0x03,0x83,0x04,0x3C,0x80,0xEF,0x84,0x8C,0x03,0x83,0x05,0x3C, + 0x84,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C,0x88,0xEF,0xC6,0x8C, + 0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C,0xE8,0xFF,0xBD,0x27, + 0x10,0x00,0xBF,0xAF,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x0A,0x00,0x40,0x14,0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C, + 0xAC,0xEF,0x22,0xAC,0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C, + 0xB4,0xEF,0x22,0xA4,0x03,0x83,0x01,0x3C,0xB6,0xEF,0x20,0xA4, + 0xFD,0x23,0xC0,0x08,0x01,0x00,0x02,0x24,0x03,0x83,0x02,0x3C, + 0xA8,0xEF,0x42,0x8C,0x00,0x00,0x00,0x00,0x09,0x00,0x40,0x14, + 0x01,0x00,0x02,0x24,0x80,0x24,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C,0xB8,0xEF,0x22,0xA4, + 0x03,0x83,0x01,0x3C,0xBA,0xEF,0x20,0xA4,0x01,0x00,0x02,0x24, + 0x03,0x83,0x01,0x3C,0xA8,0xEF,0x22,0xAC,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE0,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF,0x21,0x88,0x80,0x00, + 0x10,0x00,0xB0,0xAF,0xC0,0x81,0x11,0x00,0x18,0x00,0xBF,0xAF, + 0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00,0x22,0xF0,0x42,0x84, + 0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x10,0x01,0x00,0x02,0x24, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x7B,0x24,0xC0,0x08, + 0xE8,0xEF,0x22,0xAC,0x03,0x83,0x04,0x3C,0x80,0xEF,0x84,0x24, + 0x03,0x83,0x02,0x3C,0xF0,0xEF,0x42,0x24,0x21,0x18,0x02,0x02, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0xEC,0xEF,0x20,0xA4, + 0x00,0x00,0x85,0x8C,0x04,0x00,0x86,0x8C,0x00,0x00,0x65,0xAC, + 0x04,0x00,0x66,0xAC,0x0C,0x00,0x42,0x24,0x03,0x83,0x03,0x3C, + 0x90,0xEF,0x63,0x8C,0x21,0x10,0x02,0x02,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x30,0x00,0xF8,0xEF,0x23,0xAC,0x03,0x83,0x03,0x3C, + 0x88,0xEF,0x63,0x8C,0x03,0x83,0x05,0x3C,0x8C,0xEF,0xA5,0x8C, + 0x00,0x00,0x43,0xAC,0x04,0x00,0x45,0xAC,0x03,0x83,0x02,0x3C, + 0x21,0x10,0x50,0x00,0xC0,0xEF,0x42,0x94,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x30,0x00,0x04,0xF0,0x22,0xA4,0x00,0x00,0x84,0x8C, + 0x03,0x83,0x05,0x3C,0x84,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C, + 0x88,0xEF,0xC6,0x8C,0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00, + 0x4E,0x24,0xC0,0x08,0x06,0xF0,0x20,0xA4,0x03,0x83,0x02,0x3C, + 0x94,0xEF,0x42,0x8C,0x02,0x83,0x03,0x3C,0xE0,0x82,0x63,0x94, + 0xC0,0x11,0x02,0x00,0x03,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x1C,0xF0,0x22,0x94,0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x06,0xF0,0x22,0xA4, + 0x03,0x83,0x02,0x3C,0x98,0xEF,0x42,0x94,0xC0,0x81,0x11,0x00, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x08,0xF0,0x22,0xA4, + 0x03,0x83,0x02,0x3C,0x9A,0xEF,0x42,0x94,0x21,0x20,0x20,0x02, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x0A,0xF0,0x22,0xA4, + 0x03,0x83,0x03,0x3C,0x9C,0xEF,0x63,0x94,0x03,0x83,0x02,0x3C, + 0x21,0x10,0x50,0x00,0xE4,0xEF,0x42,0x8C,0x03,0x83,0x05,0x3C, + 0xEC,0xEF,0xA5,0x24,0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00, + 0xE4,0xEF,0x20,0xAC,0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00, + 0x10,0xF0,0x22,0xAC,0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00, + 0x0C,0xF0,0x23,0xA4,0x03,0x83,0x02,0x3C,0xAC,0xEF,0x42,0x8C, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x14,0xF0,0x22,0xAC, + 0x88,0x27,0xC0,0x0C,0x21,0x28,0x05,0x02,0x01,0x00,0x02,0x24, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0xE8,0xEF,0x20,0xAC, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x22,0xF0,0x22,0xA4, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00,0x24,0xF0,0x20,0xA4, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x80,0x00,0x02,0x24,0x03,0x83,0x04,0x3C,0x94,0xEF,0x84,0x8C, + 0x03,0x83,0x05,0x3C,0x18,0xF0,0xA5,0x24,0x10,0x00,0xBF,0xAF, + 0xC0,0x19,0x04,0x00,0x03,0x83,0x01,0x3C,0x21,0x08,0x23,0x00, + 0x18,0xF0,0x22,0xA4,0xCF,0x27,0xC0,0x0C,0x21,0x28,0x65,0x00, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0xEC,0x79,0x84,0x24, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF, + 0x9E,0x24,0xC0,0x0C,0x00,0x00,0x00,0x00,0x45,0x25,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x18,0x84,0x82,0x8F, + 0xD0,0xFF,0xBD,0x27,0x18,0x00,0xB2,0xAF,0x21,0x90,0x00,0x00, + 0x1C,0x00,0xB3,0xAF,0x01,0x00,0x13,0x24,0x2C,0x00,0xBF,0xAF, + 0x28,0x00,0xB6,0xAF,0x24,0x00,0xB5,0xAF,0x20,0x00,0xB4,0xAF, + 0x14,0x00,0xB1,0xAF,0x6E,0x00,0x40,0x18,0x10,0x00,0xB0,0xAF, + 0x03,0x83,0x15,0x3C,0x88,0xEF,0xB5,0x26,0x03,0x83,0x16,0x3C, + 0xC0,0xEF,0xD6,0x26,0x80,0x00,0xD0,0x26,0x80,0x00,0x14,0x24, + 0xC0,0x11,0x12,0x00,0x03,0x83,0x04,0x3C,0x21,0x20,0x94,0x00, + 0xD8,0xEF,0x84,0x8C,0x03,0x83,0x05,0x3C,0x21,0x28,0xB4,0x00, + 0xDC,0xEF,0xA5,0x8C,0x00,0x00,0xA6,0x8E,0x03,0x83,0x07,0x3C, + 0x8C,0xEF,0xE7,0x8C,0x00,0x00,0x00,0x00,0x4C,0x22,0xC0,0x0C, + 0x21,0x88,0x56,0x00,0x0A,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x21,0x18,0x74,0x00,0xE0,0xEF,0x63,0x94, + 0x03,0x83,0x02,0x3C,0x21,0x10,0x54,0x00,0xC0,0xEF,0x42,0x94, + 0x00,0x00,0x00,0x00,0x4A,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x46,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x04,0x8E,0x10,0x00,0x05,0x8E, + 0x00,0x00,0xA6,0x8E,0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x3D,0x00,0x41,0x04, + 0x00,0x00,0x00,0x00,0x3A,0x00,0x40,0x12,0x00,0x00,0x00,0x00, + 0x0C,0x00,0x04,0x8E,0x10,0x00,0x05,0x8E,0x0C,0x00,0x26,0x8E, + 0x10,0x00,0x27,0x8E,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x32,0x00,0x40,0x04,0x00,0x00,0x00,0x00,0x0C,0x00,0x04,0x8E, + 0x10,0x00,0x05,0x8E,0x0C,0x00,0x26,0x8E,0x10,0x00,0x27,0x8E, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x2B,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x14,0x00,0x05,0x8E,0x08,0x00,0x03,0x8E, + 0x14,0x00,0x24,0x8E,0x08,0x00,0x22,0x8E,0x21,0x28,0xA3,0x00, + 0x21,0x20,0x82,0x00,0x2B,0x10,0xA4,0x00,0x21,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x20,0x00,0xA4,0x14,0x00,0x00,0x00,0x00, + 0x18,0x00,0x04,0x8E,0x1C,0x00,0x05,0x8E,0x18,0x00,0x26,0x8E, + 0x1C,0x00,0x27,0x8E,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x17,0x00,0x40,0x04,0x00,0x00,0x00,0x00,0x18,0x00,0x04,0x8E, + 0x1C,0x00,0x05,0x8E,0x18,0x00,0x26,0x8E,0x1C,0x00,0x27,0x8E, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x20,0x00,0x04,0x96,0x20,0x00,0x23,0x96, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x83,0x00,0x09,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x08,0x00,0x83,0x14,0x00,0x00,0x00,0x00, + 0x00,0x00,0x02,0x96,0x00,0x00,0x23,0x96,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0x02,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x21,0x90,0x60,0x02,0x80,0x00,0x10,0x26,0x18,0x84,0x82,0x8F, + 0x01,0x00,0x73,0x26,0x2A,0x10,0x53,0x00,0x9A,0xFF,0x40,0x10, + 0x80,0x00,0x94,0x26,0x03,0x83,0x01,0x3C,0x94,0xEF,0x32,0xAC, + 0x0C,0x00,0x40,0x16,0xC0,0x11,0x12,0x00,0x03,0x83,0x02,0x3C, + 0x88,0xEF,0x42,0x8C,0x03,0x83,0x03,0x3C,0x8C,0xEF,0x63,0x8C, + 0x03,0x83,0x01,0x3C,0x80,0xEF,0x22,0xAC,0x03,0x83,0x01,0x3C, + 0x84,0xEF,0x23,0xAC,0x03,0x83,0x01,0x3C,0x3B,0x25,0xC0,0x08, + 0x90,0xEF,0x20,0xAC,0x03,0x83,0x03,0x3C,0x21,0x18,0x62,0x00, + 0xCC,0xEF,0x63,0x8C,0x03,0x83,0x04,0x3C,0x21,0x20,0x82,0x00, + 0xD0,0xEF,0x84,0x8C,0x03,0x83,0x01,0x3C,0x80,0xEF,0x23,0xAC, + 0x03,0x83,0x01,0x3C,0x84,0xEF,0x24,0xAC,0x03,0x83,0x03,0x3C, + 0x21,0x18,0x62,0x00,0xD4,0xEF,0x63,0x8C,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xC8,0xEF,0x22,0x8C,0x00,0x00,0x00,0x00, + 0x21,0x18,0x62,0x00,0x03,0x83,0x01,0x3C,0x90,0xEF,0x23,0xAC, + 0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB6,0x8F,0x24,0x00,0xB5,0x8F, + 0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0x18,0x84,0x82,0x8F,0xD0,0xFF,0xBD,0x27, + 0x24,0x00,0xB5,0xAF,0x01,0x00,0x15,0x24,0x2C,0x00,0xBF,0xAF, + 0x28,0x00,0xB6,0xAF,0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x52,0x00,0x40,0x18, + 0x10,0x00,0xB0,0xAF,0x03,0x83,0x16,0x3C,0x88,0xEF,0xD6,0x26, + 0x03,0x83,0x02,0x3C,0xE0,0xEF,0x42,0x24,0x80,0x00,0x54,0x24, + 0x60,0x00,0x53,0x24,0x7C,0x00,0x52,0x24,0x78,0x00,0x51,0x24, + 0x80,0x00,0x10,0x24,0x00,0x00,0x24,0x8E,0x00,0x00,0x45,0x8E, + 0x00,0x00,0xC6,0x8E,0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x37,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0x83,0x96,0x00,0x00,0x62,0x96, + 0x00,0x00,0x00,0x00,0x32,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x03,0x83,0x04,0x3C,0x21,0x20,0x90,0x00,0xCC,0xEF,0x84,0x8C, + 0x03,0x83,0x05,0x3C,0x21,0x28,0xB0,0x00,0xD0,0xEF,0xA5,0x8C, + 0xF8,0xFF,0xC6,0x8E,0x03,0x83,0x07,0x3C,0x84,0xEF,0xE7,0x8C, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x25,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x08,0x00,0xC4,0x8E,0x03,0x83,0x03,0x3C, + 0x21,0x18,0x70,0x00,0xD4,0xEF,0x63,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x83,0x00,0x1D,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x1B,0x00,0x83,0x14,0x00,0x00,0x00,0x00,0x00,0x00,0xC4,0x8E, + 0x03,0x83,0x05,0x3C,0x8C,0xEF,0xA5,0x8C,0x00,0x00,0x26,0x8E, + 0x00,0x00,0x47,0x8E,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x10,0x00,0x40,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0xC4,0x8E, + 0x03,0x83,0x05,0x3C,0x8C,0xEF,0xA5,0x8C,0x00,0x00,0x26,0x8E, + 0x00,0x00,0x47,0x8E,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x09,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x00,0x00,0x63,0x96, + 0x00,0x00,0x82,0x96,0x00,0x00,0x00,0x00,0x2B,0x10,0x43,0x00, + 0x03,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x4E,0x23,0xC0,0x0C, + 0x21,0x20,0xA0,0x02,0x80,0x00,0x94,0x26,0x80,0x00,0x73,0x26, + 0x80,0x00,0x52,0x26,0x80,0x00,0x31,0x26,0x18,0x84,0x82,0x8F, + 0x01,0x00,0xB5,0x26,0x2A,0x10,0x55,0x00,0xB9,0xFF,0x40,0x10, + 0x80,0x00,0x10,0x26,0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB6,0x8F, + 0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27, + 0x03,0x83,0x04,0x3C,0xB0,0xEF,0x84,0x24,0x20,0x00,0xBF,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x00,0x00,0x82,0x84,0x00,0x00,0x00,0x00, + 0x0E,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C, + 0xB2,0xEF,0x42,0x94,0x03,0x83,0x03,0x3C,0x9A,0xEF,0x63,0x94, + 0x01,0x00,0x42,0x24,0x03,0x83,0x01,0x3C,0xB2,0xEF,0x22,0xA4, + 0xFF,0xFF,0x42,0x30,0x2B,0x10,0x43,0x00,0x03,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x43,0x26,0xC0,0x0C,0x00,0x00,0x80,0xA4, + 0x03,0x83,0x04,0x3C,0xB8,0xEF,0x84,0x24,0x00,0x00,0x82,0x84, + 0x00,0x00,0x00,0x00,0x0E,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x03,0x83,0x02,0x3C,0xBA,0xEF,0x42,0x94,0x03,0x83,0x03,0x3C, + 0x9A,0xEF,0x63,0x94,0x01,0x00,0x42,0x24,0x03,0x83,0x01,0x3C, + 0xBA,0xEF,0x22,0xA4,0xFF,0xFF,0x42,0x30,0x2B,0x10,0x43,0x00, + 0x03,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x50,0x26,0xC0,0x0C, + 0x00,0x00,0x80,0xA4,0x03,0x83,0x04,0x3C,0xB4,0xEF,0x84,0x24, + 0x00,0x00,0x82,0x84,0x00,0x00,0x00,0x00,0x0E,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C,0xB6,0xEF,0x42,0x94, + 0x03,0x83,0x03,0x3C,0xA4,0xEF,0x63,0x94,0x01,0x00,0x42,0x24, + 0x03,0x83,0x01,0x3C,0xB6,0xEF,0x22,0xA4,0xFF,0xFF,0x42,0x30, + 0x2B,0x10,0x43,0x00,0x03,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x5D,0x26,0xC0,0x0C,0x00,0x00,0x80,0xA4,0x18,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x4E,0x00,0x40,0x18,0x01,0x00,0x11,0x24, + 0x03,0x83,0x02,0x3C,0xC0,0xEF,0x42,0x24,0xE2,0x00,0x53,0x24, + 0x80,0x00,0x52,0x24,0x80,0x00,0x10,0x24,0x03,0x83,0x02,0x3C, + 0x21,0x10,0x50,0x00,0x1E,0xF0,0x42,0x84,0x00,0x00,0x00,0x00, + 0x12,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C, + 0x21,0x10,0x50,0x00,0x20,0xF0,0x42,0x94,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x60,0x00,0x42,0xA6,0x03,0x83,0x03,0x3C, + 0x9C,0xEF,0x63,0x94,0xFF,0xFF,0x42,0x30,0x2B,0x10,0x43,0x00, + 0x06,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x30,0x00,0x1E,0xF0,0x20,0xA4,0x87,0x26,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0x1A,0xF0,0x42,0x84,0x00,0x00,0x00,0x00,0x12,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0x1C,0xF0,0x42,0x94,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x5C,0x00,0x42,0xA6,0x03,0x83,0x03,0x3C,0x98,0xEF,0x63,0x94, + 0xFF,0xFF,0x42,0x30,0x2B,0x10,0x43,0x00,0x06,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x03,0x83,0x01,0x3C,0x21,0x08,0x30,0x00, + 0x1A,0xF0,0x20,0xA4,0xB9,0x26,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x00,0x00,0x62,0x86,0x00,0x00,0x00,0x00,0x10,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0x24,0xF0,0x42,0x94,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x64,0x00,0x42,0xA6,0x03,0x83,0x03,0x3C,0xA6,0xEF,0x63,0x94, + 0xFF,0xFF,0x42,0x30,0x2B,0x10,0x43,0x00,0x04,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xA6,0xF7,0x26,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x80,0x00,0x73,0x26,0x80,0x00,0x52,0x26, + 0x18,0x84,0x82,0x8F,0x01,0x00,0x31,0x26,0x2A,0x10,0x51,0x00, + 0xB9,0xFF,0x40,0x10,0x80,0x00,0x10,0x26,0x20,0x00,0xBF,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x6C,0x23,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C, + 0xB0,0xEF,0x22,0xA4,0x03,0x83,0x01,0x3C,0xB2,0xEF,0x20,0xA4, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF, + 0x80,0x24,0xC0,0x0C,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x24, + 0x03,0x83,0x01,0x3C,0xB8,0xEF,0x22,0xA4,0x03,0x83,0x01,0x3C, + 0xBA,0xEF,0x20,0xA4,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xF0,0xFF,0xBD,0x27, + 0x03,0x83,0x01,0x3C,0xA8,0xEF,0x20,0xAC,0x03,0x83,0x01,0x3C, + 0xAC,0xEF,0x20,0xAC,0x08,0x00,0xE0,0x03,0x10,0x00,0xBD,0x27, + 0x18,0x84,0x82,0x8F,0xE0,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF, + 0x01,0x00,0x11,0x24,0x18,0x00,0xBF,0xAF,0x17,0x00,0x40,0x18, + 0x10,0x00,0xB0,0xAF,0x80,0x00,0x10,0x24,0x03,0x83,0x04,0x3C, + 0x21,0x20,0x90,0x00,0xD8,0xEF,0x84,0x8C,0x03,0x83,0x05,0x3C, + 0x21,0x28,0xB0,0x00,0xDC,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C, + 0x88,0xEF,0xC6,0x8C,0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x14, + 0x01,0x00,0x31,0x26,0x82,0x26,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x18,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x2A,0x10,0x51,0x00, + 0xEC,0xFF,0x40,0x10,0x80,0x00,0x10,0x26,0x21,0x10,0x00,0x00, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0xC0,0x29,0x04,0x00,0x10,0x00,0xBF,0xAF,0x03,0x83,0x03,0x3C, + 0x21,0x18,0x65,0x00,0xC4,0xEF,0x63,0x8C,0x01,0x00,0x02,0x24, + 0x10,0x00,0x62,0x14,0x02,0x00,0x02,0x24,0x40,0x1A,0x04,0x00, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x25,0x00,0xC4,0xEF,0x22,0xAC, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x23,0x00,0x54,0xDA,0x22,0xAC, + 0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C,0x21,0x08,0x25,0x00, + 0x1E,0xF0,0x22,0xA4,0x03,0x83,0x01,0x3C,0x21,0x08,0x25,0x00, + 0xB5,0x26,0xC0,0x08,0x20,0xF0,0x20,0xA4,0x15,0x00,0x62,0x14, + 0x03,0x00,0x03,0x24,0x40,0x12,0x04,0x00,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x25,0x00,0xC4,0xEF,0x23,0xAC,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0x54,0xDA,0x23,0xAC,0x03,0x83,0x02,0x3C, + 0x21,0x10,0x45,0x00,0x28,0xF0,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x03,0x83,0x01,0x3C,0x21,0x08,0x25,0x00, + 0x64,0x26,0xC0,0x0C,0x28,0xF0,0x22,0xAC,0x03,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0xD9,0x23,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x14,0x00,0xB1,0xAF,0x03,0x83,0x11,0x3C, + 0x80,0xEF,0x31,0x26,0x18,0x00,0xBF,0xAF,0x00,0x00,0x24,0x8E, + 0x03,0x83,0x05,0x3C,0x84,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C, + 0x88,0xEF,0xC6,0x8C,0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x21,0x20,0x00,0x02, + 0x4E,0x23,0xC0,0x0C,0x01,0x00,0x50,0x2C,0x94,0x24,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x06,0x23,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x21,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x24,0x8E, + 0x03,0x83,0x05,0x3C,0x84,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C, + 0x88,0xEF,0xC6,0x8C,0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C, + 0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00,0x16,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C,0x9E,0xEF,0x42,0x94, + 0x03,0x83,0x03,0x3C,0xA0,0xEF,0x63,0x94,0x03,0x83,0x04,0x3C, + 0xA2,0xEF,0x84,0x94,0x03,0x83,0x01,0x3C,0x98,0xEF,0x22,0xA4, + 0x03,0x83,0x01,0x3C,0x9A,0xEF,0x23,0xA4,0x03,0x83,0x01,0x3C, + 0xD9,0x23,0xC0,0x0C,0x9C,0xEF,0x24,0xA4,0x03,0x83,0x01,0x3C, + 0x6C,0x23,0xC0,0x0C,0xB8,0xEF,0x20,0xA4,0x01,0x00,0x02,0x24, + 0x03,0x83,0x01,0x3C,0xB0,0xEF,0x22,0xA4,0x03,0x83,0x01,0x3C, + 0xB2,0xEF,0x20,0xA4,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0xC0,0x11,0x04,0x00,0x10,0x00,0xBF,0xAF, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0xE8,0xEF,0x22,0x8C, + 0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x03,0x24,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x03,0x83,0x01,0x3C,0xA8,0xEF,0x20,0xAC,0x03,0x83,0x01,0x3C, + 0x08,0x00,0xE0,0x03,0xB8,0xEF,0x20,0xA4,0xE8,0xFF,0xBD,0x27, + 0xC0,0x19,0x04,0x00,0x01,0x00,0x02,0x24,0x10,0x00,0xBF,0xAF, + 0x03,0x83,0x01,0x3C,0x21,0x08,0x23,0x00,0x03,0x24,0xC0,0x0C, + 0xE4,0xEF,0x22,0xAC,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xC0,0x21,0x04,0x00, + 0x03,0x83,0x02,0x3C,0xCC,0xEF,0x42,0x24,0x21,0x18,0x82,0x00, + 0x04,0x00,0xA6,0x8C,0x08,0x00,0xA7,0x8C,0x00,0x00,0x66,0xAC, + 0x04,0x00,0x67,0xAC,0x0C,0x00,0x42,0x24,0x0C,0x00,0xA3,0x8C, + 0x21,0x10,0x82,0x00,0x03,0x83,0x01,0x3C,0x21,0x08,0x24,0x00, + 0xD4,0xEF,0x23,0xAC,0x10,0x00,0xA3,0x8C,0x14,0x00,0xA6,0x8C, + 0x00,0x00,0x43,0xAC,0x04,0x00,0x46,0xAC,0x18,0x00,0xA3,0x94, + 0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C,0x21,0x08,0x24,0x00, + 0x1A,0xF0,0x22,0xA4,0x03,0x83,0x01,0x3C,0x21,0x08,0x24,0x00, + 0xE0,0xEF,0x23,0xA4,0x1A,0x00,0xA2,0x94,0x03,0x83,0x01,0x3C, + 0x21,0x08,0x24,0x00,0x08,0x00,0xE0,0x03,0x1C,0xF0,0x22,0xA4, + 0x1C,0x00,0x82,0x94,0x03,0x83,0x01,0x3C,0x98,0xEF,0x22,0xA4, + 0x1E,0x00,0x82,0x94,0x03,0x83,0x01,0x3C,0x9A,0xEF,0x22,0xA4, + 0x20,0x00,0x82,0x94,0x03,0x83,0x01,0x3C,0x9C,0xEF,0x22,0xA4, + 0x28,0x00,0x82,0x8C,0x03,0x83,0x01,0x3C,0x08,0x00,0xE0,0x03, + 0xAC,0xEF,0x22,0xAC,0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0xA0,0x00,0xC0,0x19,0x04,0x00,0x03,0x83,0x02,0x3C, + 0xC0,0xEF,0x42,0x24,0x14,0x00,0xB1,0xAF,0x21,0x88,0x62,0x00, + 0x18,0x00,0xBF,0xAF,0x04,0x00,0x04,0x8E,0x08,0x00,0x05,0x8E, + 0x0C,0x00,0x26,0x8E,0x10,0x00,0x27,0x8E,0x4C,0x22,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x30,0x00,0x40,0x04,0x01,0x00,0x02,0x24, + 0x04,0x00,0x04,0x8E,0x08,0x00,0x05,0x8E,0x0C,0x00,0x26,0x8E, + 0x10,0x00,0x27,0x8E,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x28,0x00,0x40,0x14,0x21,0x10,0x00,0x00,0x0C,0x00,0x04,0x8E, + 0x14,0x00,0x23,0x8E,0x00,0x00,0x00,0x00,0x2B,0x10,0x83,0x00, + 0x22,0x00,0x40,0x14,0x01,0x00,0x02,0x24,0x20,0x00,0x83,0x14, + 0x21,0x10,0x00,0x00,0x10,0x00,0x04,0x8E,0x14,0x00,0x05,0x8E, + 0x18,0x00,0x26,0x8E,0x1C,0x00,0x27,0x8E,0x4C,0x22,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x18,0x00,0x40,0x04,0x01,0x00,0x02,0x24, + 0x10,0x00,0x04,0x8E,0x14,0x00,0x05,0x8E,0x18,0x00,0x26,0x8E, + 0x1C,0x00,0x27,0x8E,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x10,0x00,0x40,0x14,0x21,0x10,0x00,0x00,0x10,0x00,0x04,0x8E, + 0x14,0x00,0x05,0x8E,0x03,0x83,0x06,0x3C,0x88,0xEF,0xC6,0x8C, + 0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C,0x4C,0x22,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x14,0x01,0x00,0x02,0x24, + 0x18,0x00,0x03,0x96,0x20,0x00,0x22,0x96,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0x01,0x00,0x42,0x38,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x28,0x84,0x82,0x8F,0xD8,0xFF,0xBD,0x27, + 0x14,0x00,0xB1,0xAF,0x21,0x88,0x80,0x00,0x20,0x00,0xB4,0xAF, + 0x21,0xA0,0xA0,0x00,0x24,0x00,0xBF,0xAF,0x1C,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x35,0x00,0x40,0x10,0x10,0x00,0xB0,0xAF, + 0x02,0x83,0x13,0x3C,0x70,0xE7,0x73,0x26,0x21,0x20,0x60,0x02, + 0x0E,0x14,0xC0,0x0C,0x01,0x00,0x05,0x24,0x21,0x80,0x40,0x00, + 0x08,0x00,0x00,0x16,0x40,0x1A,0x11,0x00,0x02,0x83,0x02,0x3C, + 0x21,0x10,0x43,0x00,0x60,0xDA,0x42,0x8C,0x21,0x18,0x63,0x02, + 0x01,0x00,0x42,0x24,0xC7,0x27,0xC0,0x08,0xF0,0xF2,0x62,0xAC, + 0x08,0x00,0x04,0x8E,0x40,0x92,0x11,0x00,0x14,0xF2,0x65,0x26, + 0x21,0x28,0x45,0x02,0xE4,0x28,0xC0,0x0C,0x21,0x30,0x80,0x02, + 0x21,0x18,0x40,0x00,0x3C,0x00,0x62,0x28,0x02,0x00,0x40,0x10, + 0x00,0xF2,0x62,0x26,0x3C,0x00,0x03,0x24,0x21,0x88,0x42,0x02, + 0x21,0x20,0x20,0x02,0x21,0x28,0x00,0x02,0x01,0x00,0x02,0x24, + 0x11,0x00,0x02,0xA2,0x00,0x80,0x62,0x34,0x00,0x00,0x02,0xAE, + 0x47,0x16,0xC0,0x0C,0x12,0x00,0x03,0xA6,0x0A,0x00,0x40,0x14, + 0x21,0x20,0x00,0x02,0x02,0x83,0x02,0x3C,0x21,0x10,0x52,0x00, + 0x5C,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0xE4,0x14,0xC0,0x0C,0xEC,0x00,0x22,0xAE,0xC7,0x27,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x02,0x83,0x02,0x3C,0x21,0x10,0x52,0x00, + 0x58,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0xE8,0x00,0x22,0xAE,0x24,0x00,0xBF,0x8F,0x20,0x00,0xB4,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0x28,0x84,0x82,0x8F,0xD8,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF, + 0x21,0x88,0x80,0x00,0x20,0x00,0xB4,0xAF,0x21,0xA0,0xA0,0x00, + 0x24,0x00,0xBF,0xAF,0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF, + 0x35,0x00,0x40,0x10,0x10,0x00,0xB0,0xAF,0x02,0x83,0x13,0x3C, + 0x70,0xE7,0x73,0x26,0x21,0x20,0x60,0x02,0x0E,0x14,0xC0,0x0C, + 0x01,0x00,0x05,0x24,0x21,0x80,0x40,0x00,0x08,0x00,0x00,0x16, + 0x40,0x1A,0x11,0x00,0x02,0x83,0x02,0x3C,0x21,0x10,0x43,0x00, + 0x60,0xDA,0x42,0x8C,0x21,0x18,0x63,0x02,0x01,0x00,0x42,0x24, + 0x0E,0x28,0xC0,0x08,0xF0,0xF2,0x62,0xAC,0x08,0x00,0x04,0x8E, + 0x40,0x92,0x11,0x00,0x14,0xF2,0x65,0x26,0x21,0x28,0x45,0x02, + 0x82,0x29,0xC0,0x0C,0x21,0x30,0x80,0x02,0x21,0x18,0x40,0x00, + 0x3C,0x00,0x62,0x28,0x02,0x00,0x40,0x10,0x00,0xF2,0x62,0x26, + 0x3C,0x00,0x03,0x24,0x21,0x88,0x42,0x02,0x21,0x20,0x20,0x02, + 0x21,0x28,0x00,0x02,0x01,0x00,0x02,0x24,0x11,0x00,0x02,0xA2, + 0x00,0x80,0x62,0x34,0x00,0x00,0x02,0xAE,0x47,0x16,0xC0,0x0C, + 0x12,0x00,0x03,0xA6,0x0A,0x00,0x40,0x14,0x21,0x20,0x00,0x02, + 0x02,0x83,0x02,0x3C,0x21,0x10,0x52,0x00,0x5C,0xDA,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0xE4,0x14,0xC0,0x0C, + 0xEC,0x00,0x22,0xAE,0x0E,0x28,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x02,0x83,0x02,0x3C,0x21,0x10,0x52,0x00,0x58,0xDA,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0xE8,0x00,0x22,0xAE, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27, + 0x18,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00,0x14,0x00,0xB1,0xAF, + 0x21,0x88,0xA0,0x00,0x10,0x00,0xB0,0xAF,0x21,0x80,0xC0,0x00, + 0x24,0x00,0xBF,0xAF,0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF, + 0x04,0x00,0x24,0x8E,0x08,0x00,0x25,0x8E,0x90,0x84,0x86,0x8F, + 0x02,0x83,0x07,0x3C,0x84,0xB6,0xE7,0x8C,0x4C,0x22,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x0B,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x70,0x7A,0x84,0x24,0x97,0x39,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x54,0x81,0x84,0x27,0x5C,0x81,0x86,0x27, + 0xA8,0x13,0xC0,0x0C,0x06,0x00,0x05,0x26,0x94,0x28,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x03,0x83,0x14,0x3C,0x80,0xEF,0x94,0x26, + 0x00,0x00,0x84,0x8E,0x03,0x83,0x05,0x3C,0x84,0xEF,0xA5,0x8C, + 0x03,0x83,0x06,0x3C,0x88,0xEF,0xC6,0x8C,0x03,0x83,0x07,0x3C, + 0x8C,0xEF,0xE7,0x8C,0x00,0x00,0x00,0x00,0x4C,0x22,0xC0,0x0C, + 0xC0,0x81,0x12,0x00,0x03,0x83,0x03,0x3C,0x21,0x18,0x70,0x00, + 0xC4,0xEF,0x63,0x8C,0x00,0x00,0x00,0x00,0x50,0x00,0x60,0x10, + 0x01,0x00,0x53,0x2C,0x21,0x20,0x40,0x02,0x43,0x27,0xC0,0x0C, + 0x21,0x28,0x20,0x02,0x32,0x00,0x40,0x10,0x21,0x20,0x40,0x02, + 0x17,0x27,0xC0,0x0C,0x21,0x28,0x20,0x02,0x94,0x24,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x06,0x23,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x84,0x8E,0x03,0x83,0x05,0x3C,0x84,0xEF,0xA5,0x8C, + 0x03,0x83,0x06,0x3C,0x88,0xEF,0xC6,0x8C,0x03,0x83,0x07,0x3C, + 0x8C,0xEF,0xE7,0x8C,0x4C,0x22,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x10,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x0E,0x00,0x60,0x12, + 0x00,0x00,0x00,0x00,0x03,0x83,0x02,0x3C,0xA8,0xEF,0x42,0x8C, + 0x03,0x83,0x01,0x3C,0x09,0x00,0x40,0x10,0xB0,0xEF,0x20,0xA4, + 0x03,0x83,0x01,0x3C,0x80,0x24,0xC0,0x0C,0xB4,0xEF,0x20,0xA4, + 0x01,0x00,0x02,0x24,0x03,0x83,0x01,0x3C,0xB8,0xEF,0x22,0xA4, + 0x03,0x83,0x01,0x3C,0xBA,0xEF,0x20,0xA4,0x03,0x83,0x02,0x3C, + 0x94,0xEF,0x42,0x8C,0x00,0x00,0x00,0x00,0x26,0x00,0x42,0x16, + 0x00,0x00,0x00,0x00,0x36,0x27,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x6C,0x23,0xC0,0x0C,0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x1E,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x06,0x27,0xC0,0x0C,0x00,0x00,0x00,0x00,0x94,0x28,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x03,0x83,0x04,0x3C,0x21,0x20,0x90,0x00, + 0xD8,0xEF,0x84,0x8C,0x03,0x83,0x05,0x3C,0x21,0x28,0xB0,0x00, + 0xDC,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C,0x88,0xEF,0xC6,0x8C, + 0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C,0x4C,0x22,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x21,0x18,0x70,0x00,0xE0,0xEF,0x63,0x94, + 0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00,0xC0,0xEF,0x42,0x94, + 0x00,0x00,0x00,0x00,0x03,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x03,0x24,0xC0,0x0C,0x21,0x20,0x40,0x02,0x24,0x00,0xBF,0x8F, + 0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF, + 0x21,0x88,0x80,0x00,0x10,0x00,0xB0,0xAF,0xC0,0x81,0x11,0x00, + 0x18,0x00,0xBF,0xAF,0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00, + 0xC4,0xEF,0x42,0x8C,0x00,0x00,0x00,0x00,0x1C,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x03,0x83,0x04,0x3C,0x21,0x20,0x90,0x00, + 0xD8,0xEF,0x84,0x8C,0x03,0x83,0x05,0x3C,0x21,0x28,0xB0,0x00, + 0xDC,0xEF,0xA5,0x8C,0x03,0x83,0x06,0x3C,0x88,0xEF,0xC6,0x8C, + 0x03,0x83,0x07,0x3C,0x8C,0xEF,0xE7,0x8C,0x4C,0x22,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x0E,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x21,0x18,0x70,0x00,0xE0,0xEF,0x63,0x94, + 0x03,0x83,0x02,0x3C,0x21,0x10,0x50,0x00,0xC0,0xEF,0x42,0x94, + 0x00,0x00,0x00,0x00,0x05,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0xD9,0x23,0xC0,0x0C,0x00,0x00,0x00,0x00,0x0B,0x27,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0x02,0x12,0x05,0x00,0x00,0x00,0x82,0xA0,0x08,0x00,0xE0,0x03, + 0x01,0x00,0x85,0xA0,0x02,0x16,0x05,0x00,0x00,0x00,0x82,0xA0, + 0x02,0x14,0x05,0x00,0x01,0x00,0x82,0xA0,0x02,0x12,0x05,0x00, + 0x02,0x00,0x82,0xA0,0x08,0x00,0xE0,0x03,0x03,0x00,0x85,0xA0, + 0x00,0x00,0x82,0x90,0x01,0x00,0x83,0x90,0x00,0x12,0x02,0x00, + 0x08,0x00,0xE0,0x03,0x25,0x10,0x62,0x00,0x00,0x00,0x82,0x90, + 0x01,0x00,0x83,0x90,0x02,0x00,0x85,0x90,0x00,0x16,0x02,0x00, + 0x00,0x1C,0x03,0x00,0x21,0x10,0x43,0x00,0x00,0x2A,0x05,0x00, + 0x03,0x00,0x83,0x90,0x21,0x10,0x45,0x00,0x08,0x00,0xE0,0x03, + 0x25,0x10,0x43,0x00,0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF, + 0x20,0x81,0x87,0x27,0x03,0x00,0xE2,0x88,0x00,0x00,0xE2,0x98, + 0x04,0x00,0xE3,0x80,0x05,0x00,0xE4,0x80,0x03,0x00,0x02,0xAA, + 0x00,0x00,0x02,0xBA,0x04,0x00,0x03,0xA2,0x05,0x00,0x04,0xA2, + 0x03,0x00,0xA2,0x88,0x00,0x00,0xA2,0x98,0x04,0x00,0xA3,0x80, + 0x05,0x00,0xA4,0x80,0x09,0x00,0x02,0xAA,0x06,0x00,0x02,0xBA, + 0x0A,0x00,0x03,0xA2,0x0B,0x00,0x04,0xA2,0x0C,0x00,0x04,0x26, + 0x26,0x00,0x05,0x24,0xC8,0x28,0xC0,0x0C,0x21,0x88,0xC0,0x00, + 0x0E,0x00,0x04,0x26,0xC8,0x28,0xC0,0x0C,0x42,0x42,0x05,0x24, + 0x11,0x00,0x04,0x26,0x21,0x28,0x00,0x00,0x03,0x00,0x02,0x24, + 0xC8,0x28,0xC0,0x0C,0x10,0x00,0x02,0xA2,0x13,0x00,0x00,0xA2, + 0x14,0x00,0x00,0xA2,0x28,0x00,0x22,0x8E,0x00,0x00,0x00,0x00, + 0x2B,0x20,0x02,0x00,0x24,0x00,0x22,0x8E,0x00,0x00,0x00,0x00, + 0x03,0x00,0x40,0x10,0x21,0x18,0x80,0x00,0x12,0x29,0xC0,0x08, + 0x80,0x00,0x82,0x34,0x21,0x10,0x60,0x00,0x15,0x00,0x02,0xA2, + 0x04,0x00,0x25,0x96,0x00,0x00,0x00,0x00,0xC8,0x28,0xC0,0x0C, + 0x16,0x00,0x04,0x26,0x09,0x00,0x22,0x8A,0x06,0x00,0x22,0x9A, + 0x0A,0x00,0x23,0x82,0x0B,0x00,0x24,0x82,0x1B,0x00,0x02,0xAA, + 0x18,0x00,0x02,0xBA,0x1C,0x00,0x03,0xA2,0x1D,0x00,0x04,0xA2, + 0x0C,0x00,0x25,0x8E,0x00,0x00,0x00,0x00,0xCC,0x28,0xC0,0x0C, + 0x1E,0x00,0x04,0x26,0x10,0x00,0x25,0x96,0x00,0x00,0x00,0x00, + 0xC8,0x28,0xC0,0x0C,0x22,0x00,0x04,0x26,0x15,0x00,0x22,0x8A, + 0x12,0x00,0x22,0x9A,0x16,0x00,0x23,0x82,0x17,0x00,0x24,0x82, + 0x27,0x00,0x02,0xAA,0x24,0x00,0x02,0xBA,0x28,0x00,0x03,0xA2, + 0x29,0x00,0x04,0xA2,0x18,0x00,0x25,0x96,0x00,0x00,0x00,0x00, + 0xC8,0x28,0xC0,0x0C,0x2A,0x00,0x04,0x26,0x1A,0x00,0x25,0x96, + 0x00,0x00,0x00,0x00,0xC8,0x28,0xC0,0x0C,0x2C,0x00,0x04,0x26, + 0x1C,0x00,0x25,0x96,0x00,0x00,0x00,0x00,0xC8,0x28,0xC0,0x0C, + 0x2E,0x00,0x04,0x26,0x1E,0x00,0x25,0x96,0x00,0x00,0x00,0x00, + 0xC8,0x28,0xC0,0x0C,0x30,0x00,0x04,0x26,0x20,0x00,0x25,0x96, + 0x00,0x00,0x00,0x00,0xC8,0x28,0xC0,0x0C,0x32,0x00,0x04,0x26, + 0x34,0x00,0x02,0x24,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x21,0x80,0xA0,0x00, + 0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF,0x15,0x00,0x02,0x92, + 0x21,0x88,0x80,0x00,0x01,0x00,0x42,0x30,0x28,0x00,0x22,0xAE, + 0x16,0x00,0x02,0x92,0x16,0x00,0x04,0x26,0x80,0x00,0x42,0x30, + 0xD4,0x28,0xC0,0x0C,0x24,0x00,0x22,0xAE,0x04,0x00,0x22,0xA6, + 0x1B,0x00,0x02,0x8A,0x18,0x00,0x02,0x9A,0x1C,0x00,0x03,0x82, + 0x1D,0x00,0x04,0x82,0x09,0x00,0x22,0xAA,0x06,0x00,0x22,0xBA, + 0x0A,0x00,0x23,0xA2,0x0B,0x00,0x24,0xA2,0xD9,0x28,0xC0,0x0C, + 0x1E,0x00,0x04,0x26,0x22,0x00,0x04,0x26,0xD4,0x28,0xC0,0x0C, + 0x0C,0x00,0x22,0xAE,0x10,0x00,0x22,0xA6,0x27,0x00,0x02,0x8A, + 0x24,0x00,0x02,0x9A,0x28,0x00,0x03,0x82,0x29,0x00,0x04,0x82, + 0x15,0x00,0x22,0xAA,0x12,0x00,0x22,0xBA,0x16,0x00,0x23,0xA2, + 0x17,0x00,0x24,0xA2,0xD4,0x28,0xC0,0x0C,0x2A,0x00,0x04,0x26, + 0x2C,0x00,0x04,0x26,0xD4,0x28,0xC0,0x0C,0x18,0x00,0x22,0xA6, + 0x2E,0x00,0x04,0x26,0xD4,0x28,0xC0,0x0C,0x1A,0x00,0x22,0xA6, + 0x30,0x00,0x04,0x26,0xD4,0x28,0xC0,0x0C,0x1C,0x00,0x22,0xA6, + 0x32,0x00,0x04,0x26,0xD4,0x28,0xC0,0x0C,0x1E,0x00,0x22,0xA6, + 0x20,0x00,0x22,0xA6,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x14,0x00,0xBF,0xAF,0x20,0x81,0x86,0x27,0x03,0x00,0xC2,0x88, + 0x00,0x00,0xC2,0x98,0x04,0x00,0xC3,0x80,0x05,0x00,0xC4,0x80, + 0x03,0x00,0x02,0xAA,0x00,0x00,0x02,0xBA,0x04,0x00,0x03,0xA2, + 0x05,0x00,0x04,0xA2,0x03,0x00,0xA2,0x88,0x00,0x00,0xA2,0x98, + 0x04,0x00,0xA3,0x80,0x05,0x00,0xA4,0x80,0x09,0x00,0x02,0xAA, + 0x06,0x00,0x02,0xBA,0x0A,0x00,0x03,0xA2,0x0B,0x00,0x04,0xA2, + 0x0C,0x00,0x04,0x26,0xC8,0x28,0xC0,0x0C,0x07,0x00,0x05,0x24, + 0x0E,0x00,0x04,0x26,0xC8,0x28,0xC0,0x0C,0x42,0x42,0x05,0x24, + 0x11,0x00,0x04,0x26,0x21,0x28,0x00,0x00,0x03,0x00,0x02,0x24, + 0xC8,0x28,0xC0,0x0C,0x10,0x00,0x02,0xA2,0x15,0x00,0x02,0x24, + 0x80,0x00,0x03,0x24,0x13,0x00,0x00,0xA2,0x14,0x00,0x03,0xA2, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xB0,0xFF,0xBD,0x27,0x44,0x00,0xB1,0xAF, + 0x40,0x00,0xB0,0xAF,0x21,0x80,0xA0,0x00,0x48,0x00,0xBF,0xAF, + 0x0E,0x00,0x03,0x92,0x42,0x00,0x02,0x24,0x09,0x00,0x62,0x14, + 0x21,0x88,0x80,0x00,0x0F,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x06,0x00,0x43,0x14,0x40,0x1A,0x11,0x00,0x10,0x00,0x03,0x92, + 0x03,0x00,0x02,0x24,0x0B,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x40,0x1A,0x11,0x00,0x02,0x83,0x02,0x3C,0x21,0x10,0x43,0x00, + 0x68,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x23,0x00,0xEE,0x29,0xC0,0x08, + 0x68,0xDA,0x22,0xAC,0x14,0x00,0x03,0x92,0x00,0x00,0x00,0x00, + 0x05,0x00,0x60,0x10,0x80,0x00,0x02,0x24,0x15,0x00,0x62,0x10, + 0x40,0x1A,0x11,0x00,0xEB,0x29,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA4,0x27,0x40,0x1A,0x11,0x00,0x02,0x83,0x02,0x3C, + 0x21,0x10,0x43,0x00,0x64,0xDA,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x02,0x83,0x01,0x3C,0x21,0x08,0x23,0x00, + 0x64,0xDA,0x22,0xAC,0x49,0x29,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x21,0x20,0x20,0x02,0x10,0x00,0xA5,0x27,0x16,0x28,0xC0,0x0C, + 0x21,0x30,0x00,0x02,0xEE,0x29,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x02,0x83,0x02,0x3C,0x21,0x10,0x43,0x00,0x64,0xDA,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x23,0x00,0x64,0xDA,0x22,0xAC,0x9C,0x28,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0xEE,0x29,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x60,0x81,0x84,0x27,0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x48,0x00,0xBF,0x8F,0x44,0x00,0xB1,0x8F,0x40,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x50,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0xA2,0x30,0x08,0x00,0x40,0x10, + 0xFF,0xFF,0xC6,0x30,0x43,0x28,0x05,0x00,0x40,0x10,0x05,0x00, + 0x21,0x10,0x44,0x00,0x00,0x00,0x42,0x90,0x00,0x00,0x00,0x00, + 0x03,0x2A,0xC0,0x08,0x21,0x30,0xC2,0x00,0x43,0x28,0x05,0x00, + 0xFF,0xFF,0xA5,0x24,0xFF,0xFF,0x02,0x24,0x06,0x00,0xA2,0x10, + 0xFF,0xFF,0x03,0x24,0x00,0x00,0x82,0x94,0x02,0x00,0x84,0x24, + 0xFF,0xFF,0xA5,0x24,0xFC,0xFF,0xA3,0x14,0x21,0x30,0xC2,0x00, + 0xFF,0xFF,0xC3,0x30,0x02,0x14,0x06,0x00,0x21,0x30,0x62,0x00, + 0xFF,0xFF,0xC3,0x30,0x02,0x14,0x06,0x00,0x21,0x30,0x62,0x00, + 0x08,0x00,0xE0,0x03,0xFF,0xFF,0xC2,0x30,0xD0,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x1C,0x00,0xB3,0xAF, + 0x21,0x98,0xA0,0x00,0x18,0x00,0xB2,0xAF,0x21,0x90,0xC0,0x00, + 0x24,0x00,0xB5,0xAF,0x21,0xA8,0x00,0x02,0x20,0x00,0xB4,0xAF, + 0x21,0xA0,0x00,0x00,0x28,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF, + 0x0C,0x00,0x03,0x8E,0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x18,0x62,0x00,0x2A,0x10,0x72,0x00,0x02,0x00,0x40,0x10, + 0x21,0x88,0x40,0x02,0x21,0x88,0x60,0x00,0x0D,0x00,0x20,0x12, + 0x21,0x28,0x60,0x02,0x23,0x90,0x51,0x02,0x08,0x00,0x02,0x8E, + 0x00,0x00,0x04,0x8E,0x21,0x30,0x20,0x02,0x10,0x3E,0xC0,0x0C, + 0x21,0x20,0x44,0x00,0x08,0x00,0x02,0x8E,0x00,0x00,0x02,0x8E, + 0x00,0x00,0x02,0x8E,0x21,0x98,0x71,0x02,0x21,0x10,0x51,0x00, + 0x00,0x00,0x02,0xAE,0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x40,0x12,0x21,0xA0,0x82,0x02,0x04,0x00,0x10,0x8E, + 0x21,0x2A,0xC0,0x08,0x00,0x00,0x00,0x00,0x12,0x00,0xB4,0xA6, + 0x21,0x10,0x00,0x02,0x28,0x00,0xBF,0x8F,0x24,0x00,0xB5,0x8F, + 0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0xC0,0xFF,0xBD,0x27,0x38,0x00,0xB4,0xAF, + 0x21,0xA0,0x80,0x00,0x50,0x00,0xA9,0x8F,0x54,0x00,0xA8,0x8F, + 0x10,0x00,0xA4,0x27,0x2C,0x00,0xB1,0xAF,0x58,0x00,0xB1,0x8F, + 0x03,0x83,0x03,0x3C,0xD0,0xF3,0x63,0x24,0x28,0x00,0xB0,0xAF, + 0x21,0x80,0xC0,0x00,0x34,0x00,0xB3,0xAF,0x5C,0x00,0xB3,0x8F, + 0x21,0x30,0x00,0x00,0x3C,0x00,0xBF,0xAF,0x30,0x00,0xB2,0xAF, + 0x00,0x00,0x62,0x8C,0x08,0x00,0x32,0x8E,0x01,0x00,0x42,0x24, + 0x00,0x00,0x62,0xAC,0x03,0x00,0xA2,0x88,0x00,0x00,0xA2,0x98, + 0x04,0x00,0xA3,0x80,0x05,0x00,0xAA,0x80,0x03,0x00,0x42,0xAA, + 0x00,0x00,0x42,0xBA,0x04,0x00,0x43,0xA2,0x05,0x00,0x4A,0xA2, + 0x17,0x00,0x82,0x8A,0x14,0x00,0x82,0x9A,0x18,0x00,0x83,0x82, + 0x19,0x00,0x85,0x82,0x09,0x00,0x42,0xAA,0x06,0x00,0x42,0xBA, + 0x0A,0x00,0x43,0xA2,0x0B,0x00,0x45,0xA2,0x45,0x00,0x02,0x24, + 0x10,0x00,0xA2,0xA3,0x11,0x00,0xA8,0xA3,0x12,0x00,0x22,0x96, + 0xF0,0x83,0x88,0x8F,0x03,0x83,0x0A,0x3C,0xB0,0xF3,0x4A,0x8D, + 0x16,0x00,0xA0,0xA7,0x19,0x00,0xA9,0xA3,0x1A,0x00,0xA0,0xA7, + 0x14,0x00,0x42,0x24,0x00,0x4A,0x02,0x00,0xFF,0xFF,0x42,0x30, + 0x02,0x12,0x02,0x00,0x25,0x48,0x22,0x01,0x00,0x1A,0x08,0x00, + 0xFF,0xFF,0x02,0x31,0x02,0x12,0x02,0x00,0x25,0x18,0x62,0x00, + 0x12,0x00,0xA9,0xA7,0x14,0x00,0xA3,0xA7,0x18,0x00,0xAA,0xA3, + 0x00,0xA3,0x0A,0x3C,0xDC,0x05,0x4A,0x35,0x03,0x00,0x42,0x89, + 0x00,0x00,0x42,0x99,0x00,0x00,0x00,0x00,0x1F,0x00,0xA2,0xAB, + 0x1C,0x00,0xA2,0xBB,0x01,0x00,0x08,0x25,0xF0,0x83,0x88,0xAF, + 0x03,0x00,0xE2,0x88,0x00,0x00,0xE2,0x98,0x00,0x00,0x00,0x00, + 0x23,0x00,0xA2,0xAB,0x20,0x00,0xA2,0xBB,0xF8,0x29,0xC0,0x0C, + 0x14,0x00,0x05,0x24,0x27,0x10,0x02,0x00,0x1A,0x00,0xA2,0xA7, + 0x0E,0x00,0x02,0x24,0x2C,0x00,0x02,0x16,0x08,0x00,0x02,0x24, + 0x0C,0x00,0x42,0xA6,0x13,0x00,0xA2,0x8B,0x10,0x00,0xA2,0x9B, + 0x17,0x00,0xA3,0x8B,0x14,0x00,0xA3,0x9B,0x1B,0x00,0xA4,0x8B, + 0x18,0x00,0xA4,0x9B,0x1F,0x00,0xA5,0x8B,0x1C,0x00,0xA5,0x9B, + 0x11,0x00,0x42,0xAA,0x0E,0x00,0x42,0xBA,0x15,0x00,0x43,0xAA, + 0x12,0x00,0x43,0xBA,0x19,0x00,0x44,0xAA,0x16,0x00,0x44,0xBA, + 0x1D,0x00,0x45,0xAA,0x1A,0x00,0x45,0xBA,0x23,0x00,0xA2,0x8B, + 0x20,0x00,0xA2,0x9B,0x00,0x00,0x00,0x00,0x21,0x00,0x42,0xAA, + 0x1E,0x00,0x42,0xBA,0x22,0x00,0x02,0x24,0x00,0x00,0x22,0xAE, + 0x00,0x00,0x23,0x8E,0x12,0x00,0x22,0x96,0x00,0x00,0x00,0x00, + 0x21,0x10,0x43,0x00,0x12,0x00,0x22,0xA6,0x12,0x00,0x22,0x96, + 0x00,0x00,0x00,0x00,0x3C,0x00,0x42,0x2C,0x44,0x00,0x40,0x10, + 0x21,0x20,0x80,0x02,0x00,0x00,0x62,0x8E,0x12,0x00,0x23,0x96, + 0x3C,0x00,0x42,0x24,0x23,0x10,0x43,0x00,0x00,0x00,0x62,0xAE, + 0x3C,0x00,0x02,0x24,0x12,0x00,0x22,0xA6,0xFE,0x2A,0xC0,0x08, + 0x21,0x20,0x80,0x02,0x78,0x81,0x85,0x27,0x03,0x00,0xA2,0x88, + 0x00,0x00,0xA2,0x98,0x04,0x00,0xA3,0x80,0x05,0x00,0xA4,0x80, + 0x11,0x00,0x42,0xAA,0x0E,0x00,0x42,0xBA,0x12,0x00,0x43,0xA2, + 0x13,0x00,0x44,0xA2,0x08,0x00,0x02,0x24,0x14,0x00,0x42,0xA6, + 0x13,0x00,0xA2,0x8B,0x10,0x00,0xA2,0x9B,0x17,0x00,0xA3,0x8B, + 0x14,0x00,0xA3,0x9B,0x1B,0x00,0xA4,0x8B,0x18,0x00,0xA4,0x9B, + 0x1F,0x00,0xA5,0x8B,0x1C,0x00,0xA5,0x9B,0x19,0x00,0x42,0xAA, + 0x16,0x00,0x42,0xBA,0x1D,0x00,0x43,0xAA,0x1A,0x00,0x43,0xBA, + 0x21,0x00,0x44,0xAA,0x1E,0x00,0x44,0xBA,0x25,0x00,0x45,0xAA, + 0x22,0x00,0x45,0xBA,0x23,0x00,0xA2,0x8B,0x20,0x00,0xA2,0x9B, + 0x00,0x00,0x00,0x00,0x29,0x00,0x42,0xAA,0x26,0x00,0x42,0xBA, + 0x2A,0x00,0x02,0x24,0x00,0x00,0x22,0xAE,0x00,0x00,0x23,0x8E, + 0x12,0x00,0x22,0x96,0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00, + 0x12,0x00,0x22,0xA6,0x12,0x00,0x22,0x96,0x00,0x00,0x00,0x00, + 0x3C,0x00,0x42,0x2C,0x08,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0x00,0x62,0x8E,0x12,0x00,0x23,0x96,0x3C,0x00,0x42,0x24, + 0x23,0x10,0x43,0x00,0x00,0x00,0x62,0xAE,0x3C,0x00,0x02,0x24, + 0x12,0x00,0x22,0xA6,0x12,0x00,0x22,0x96,0x00,0x00,0x00,0x00, + 0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00,0x25,0x18,0x62,0x00, + 0x0C,0x00,0x43,0xA6,0x21,0x20,0x80,0x02,0x22,0x14,0xC0,0x0C, + 0x21,0x28,0x20,0x02,0x08,0x00,0x40,0x14,0x21,0x20,0x20,0x02, + 0x03,0x83,0x03,0x3C,0xD4,0xF3,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0xE4,0x14,0xC0,0x0C, + 0x00,0x00,0x62,0xAC,0x3C,0x00,0xBF,0x8F,0x38,0x00,0xB4,0x8F, + 0x34,0x00,0xB3,0x8F,0x30,0x00,0xB2,0x8F,0x2C,0x00,0xB1,0x8F, + 0x28,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27, + 0xB0,0xFF,0xBD,0x27,0x38,0x00,0xB4,0xAF,0x70,0x00,0xB4,0x8F, + 0x30,0x00,0xB2,0xAF,0x64,0x00,0xB2,0x8F,0x34,0x00,0xB3,0xAF, + 0x68,0x00,0xB3,0x8F,0x40,0x00,0xB6,0xAF,0x21,0xB0,0x80,0x00, + 0x48,0x00,0xBE,0xAF,0x21,0xF0,0xA0,0x00,0x3C,0x00,0xB5,0xAF, + 0x21,0xA8,0xE0,0x00,0x44,0x00,0xB7,0xAF,0x6C,0x00,0xB7,0x8F, + 0x02,0x83,0x04,0x3C,0x70,0xE7,0x84,0x24,0x4C,0x00,0xBF,0xAF, + 0x2C,0x00,0xB1,0xAF,0x28,0x00,0xB0,0xAF,0x20,0x00,0xA6,0xAF, + 0x07,0x02,0x82,0x26,0x02,0x82,0x02,0x00,0x0E,0x14,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x21,0x88,0x40,0x00,0x08,0x00,0x20,0x16, + 0x00,0x4A,0x12,0x00,0x01,0x83,0x04,0x3C,0xB0,0x7A,0x84,0x24, + 0x21,0x28,0x80,0x02,0x97,0x39,0xC0,0x0C,0x21,0x30,0x00,0x02, + 0x7F,0x2B,0xC0,0x08,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x32, + 0x02,0x12,0x02,0x00,0x25,0x48,0x22,0x01,0x00,0x42,0x13,0x00, + 0xFF,0xFF,0x62,0x32,0x02,0x12,0x02,0x00,0x25,0x40,0x02,0x01, + 0x08,0x00,0x82,0x26,0x00,0x3A,0x02,0x00,0xFF,0xFF,0x42,0x30, + 0x02,0x12,0x02,0x00,0x25,0x38,0xE2,0x00,0x00,0xA3,0x04,0x3C, + 0xDC,0x05,0x84,0x34,0x04,0x00,0x05,0x24,0x04,0x00,0x22,0x8E, + 0x00,0x11,0x06,0x24,0x08,0x00,0x50,0x8C,0x04,0x00,0x23,0x8E, + 0x08,0x00,0x02,0x24,0x00,0x00,0x62,0xAC,0x00,0x00,0x09,0xA6, + 0x02,0x00,0x08,0xA6,0x06,0x00,0x00,0xA6,0xF8,0x29,0xC0,0x0C, + 0x04,0x00,0x07,0xA6,0x21,0x20,0xA0,0x02,0x04,0x00,0x05,0x24, + 0xF8,0x29,0xC0,0x0C,0xFF,0xFF,0x46,0x30,0x04,0x00,0x04,0x26, + 0x02,0x00,0x05,0x24,0xF8,0x29,0xC0,0x0C,0xFF,0xFF,0x46,0x30, + 0x21,0x20,0x00,0x02,0x08,0x00,0x05,0x24,0xF8,0x29,0xC0,0x0C, + 0xFF,0xFF,0x46,0x30,0x21,0x20,0xE0,0x02,0x21,0x28,0x80,0x02, + 0xF8,0x29,0xC0,0x0C,0xFF,0xFF,0x46,0x30,0x27,0x18,0x02,0x00, + 0xFF,0xFF,0x62,0x30,0x02,0x00,0x40,0x14,0x21,0x28,0xE0,0x02, + 0xFF,0xFF,0x03,0x34,0x06,0x00,0x03,0xA6,0x04,0x00,0x24,0x8E, + 0x00,0x00,0x00,0x00,0x14,0x2A,0xC0,0x0C,0x21,0x30,0x80,0x02, + 0x21,0x20,0xC0,0x02,0x00,0x00,0x43,0x8C,0x21,0x28,0xC0,0x03, + 0x00,0x80,0x63,0x34,0x00,0x00,0x43,0xAC,0x04,0x00,0x23,0x8E, + 0x20,0x00,0xA6,0x8F,0x12,0x00,0x63,0x94,0x21,0x38,0xA0,0x02, + 0x12,0x00,0x23,0xA6,0x60,0x00,0xAA,0x8F,0x11,0x00,0x03,0x24, + 0x10,0x00,0xA3,0xAF,0x18,0x00,0xB1,0xAF,0x1C,0x00,0xA2,0xAF, + 0x49,0x2A,0xC0,0x0C,0x14,0x00,0xAA,0xAF,0x03,0x83,0x03,0x3C, + 0x2C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC,0x4C,0x00,0xBF,0x8F, + 0x48,0x00,0xBE,0x8F,0x44,0x00,0xB7,0x8F,0x40,0x00,0xB6,0x8F, + 0x3C,0x00,0xB5,0x8F,0x38,0x00,0xB4,0x8F,0x34,0x00,0xB3,0x8F, + 0x30,0x00,0xB2,0x8F,0x2C,0x00,0xB1,0x8F,0x28,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x50,0x00,0xBD,0x27,0x80,0xFF,0xBD,0x27, + 0x74,0x00,0xB7,0xAF,0x21,0xB8,0x80,0x00,0x70,0x00,0xB6,0xAF, + 0x21,0xB0,0xA0,0x00,0x68,0x00,0xB4,0xAF,0x21,0xA0,0xC0,0x00, + 0x6C,0x00,0xB5,0xAF,0x21,0xA8,0xE0,0x00,0x28,0x00,0xA4,0x27, + 0x60,0x00,0xB2,0xAF,0x90,0x00,0xB2,0x8F,0x21,0x28,0x00,0x00, + 0x64,0x00,0xB3,0xAF,0x94,0x00,0xB3,0x8F,0x10,0x00,0x06,0x24, + 0x78,0x00,0xBF,0xAF,0x5C,0x00,0xB1,0xAF,0x18,0x42,0xC0,0x0C, + 0x58,0x00,0xB0,0xAF,0x38,0x00,0xB1,0x27,0x21,0x20,0x20,0x02, + 0x21,0x28,0x00,0x00,0x02,0x00,0x10,0x24,0x28,0x00,0xB0,0xA7, + 0x02,0x00,0xA2,0x96,0x00,0x00,0x00,0x00,0x2A,0x00,0xA2,0xA7, + 0x13,0x00,0x82,0x8A,0x10,0x00,0x82,0x9A,0x00,0x00,0x00,0x00, + 0x2F,0x00,0xA2,0xAB,0x2C,0x00,0xA2,0xBB,0x18,0x42,0xC0,0x0C, + 0x10,0x00,0x06,0x24,0x21,0x20,0x40,0x02,0x21,0x28,0x60,0x02, + 0x28,0x00,0xA6,0x27,0x21,0x38,0x20,0x02,0x38,0x00,0xB0,0xA7, + 0x00,0x00,0xA2,0x96,0x02,0x83,0x10,0x3C,0xC0,0xD1,0x10,0x26, + 0x3A,0x00,0xA2,0xA7,0x0F,0x00,0x82,0x8A,0x0C,0x00,0x82,0x9A, + 0x00,0x00,0x00,0x00,0x3F,0x00,0xA2,0xAB,0x3C,0x00,0xA2,0xBB, + 0xEE,0x05,0x02,0x24,0x54,0x00,0xA2,0xA7,0x48,0x00,0xA2,0x27, + 0x48,0x00,0xA0,0xA7,0x4C,0x00,0xB0,0xAF,0x50,0x00,0xB0,0xAF, + 0x6B,0x42,0xC0,0x0C,0x10,0x00,0xA2,0xAF,0xFF,0xFF,0x03,0x24, + 0x16,0x00,0x43,0x10,0x0C,0x00,0x91,0x26,0x21,0x20,0xE0,0x02, + 0x06,0x00,0xC5,0x26,0x23,0x30,0x96,0x02,0x00,0x00,0xA3,0x96, + 0x04,0x00,0x02,0x24,0x10,0x00,0xA2,0xAF,0xA1,0x00,0x02,0x24, + 0x14,0x00,0xA2,0xAF,0x1C,0x00,0xB0,0xAF,0x00,0x12,0x03,0x00, + 0x02,0x1A,0x03,0x00,0x25,0x10,0x43,0x00,0xFF,0xFF,0x42,0x30, + 0x18,0x00,0xA2,0xAF,0x50,0x00,0xA2,0x8F,0x4C,0x00,0xA3,0x8F, + 0x21,0x38,0x20,0x02,0x23,0x10,0x43,0x00,0xFF,0xFF,0x42,0x30, + 0x11,0x2B,0xC0,0x0C,0x20,0x00,0xA2,0xAF,0x78,0x00,0xBF,0x8F, + 0x74,0x00,0xB7,0x8F,0x70,0x00,0xB6,0x8F,0x6C,0x00,0xB5,0x8F, + 0x68,0x00,0xB4,0x8F,0x64,0x00,0xB3,0x8F,0x60,0x00,0xB2,0x8F, + 0x5C,0x00,0xB1,0x8F,0x58,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x80,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27,0x24,0x00,0xB3,0xAF, + 0x21,0x98,0x80,0x00,0x28,0x00,0xB4,0xAF,0x21,0xA0,0xA0,0x00, + 0x20,0x00,0xB2,0xAF,0x18,0x00,0xB0,0xAF,0x21,0x80,0xE0,0x00, + 0x2C,0x00,0xBF,0xAF,0x1C,0x00,0xB1,0xAF,0x06,0x00,0x02,0x96, + 0x40,0x00,0xB1,0x8F,0x00,0x00,0x00,0x00,0x14,0x00,0x40,0x10, + 0x21,0x90,0xC0,0x00,0x0C,0x00,0x44,0x26,0x08,0x00,0x05,0x24, + 0xF8,0x29,0xC0,0x0C,0x00,0x11,0x06,0x24,0x04,0x00,0x04,0x26, + 0x02,0x00,0x05,0x24,0xF8,0x29,0xC0,0x0C,0xFF,0xFF,0x46,0x30, + 0x21,0x20,0x00,0x02,0x21,0x28,0x20,0x02,0xF8,0x29,0xC0,0x0C, + 0xFF,0xFF,0x46,0x30,0xFF,0xFF,0x42,0x30,0xFF,0xFF,0x03,0x34, + 0x04,0x00,0x43,0x10,0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C, + 0x2D,0x2C,0xC0,0x08,0x28,0xF4,0x63,0x24,0x04,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00, + 0x25,0x18,0x62,0x00,0xFF,0xFF,0x63,0x30,0x04,0x00,0x71,0x10, + 0x08,0x00,0x07,0x26,0x03,0x83,0x03,0x3C,0x2D,0x2C,0xC0,0x08, + 0x28,0xF4,0x63,0x24,0x02,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00,0x25,0x18,0x62,0x00, + 0xFF,0xFF,0x63,0x30,0xA1,0x00,0x02,0x24,0x0F,0x00,0x62,0x14, + 0xF8,0xFF,0x28,0x26,0x21,0x20,0x60,0x02,0x21,0x28,0x80,0x02, + 0x03,0x83,0x03,0x3C,0x20,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x21,0x30,0x40,0x02,0x10,0x00,0xA7,0xAF,0x21,0x38,0x00,0x02, + 0x14,0x00,0xA8,0xAF,0x01,0x00,0x42,0x24,0x8B,0x2B,0xC0,0x0C, + 0x00,0x00,0x62,0xAC,0x31,0x2C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x24,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xC0,0xFF,0xBD,0x27, + 0x34,0x00,0xB5,0xAF,0x21,0xA8,0x80,0x00,0x2C,0x00,0xB3,0xAF, + 0x21,0x98,0xA0,0x00,0x30,0x00,0xB4,0xAF,0x21,0xA0,0xC0,0x00, + 0x20,0x00,0xB0,0xAF,0x21,0x80,0xE0,0x00,0x21,0x20,0x00,0x02, + 0x21,0x30,0x00,0x00,0x28,0x00,0xB2,0xAF,0x50,0x00,0xB2,0x8F, + 0x03,0x83,0x03,0x3C,0x40,0xF3,0x63,0x24,0x38,0x00,0xBF,0xAF, + 0x24,0x00,0xB1,0xAF,0x00,0x00,0x62,0x8C,0x21,0x28,0x40,0x02, + 0x01,0x00,0x42,0x24,0xF8,0x29,0xC0,0x0C,0x00,0x00,0x62,0xAC, + 0xFF,0xFF,0x42,0x30,0xFF,0xFF,0x03,0x34,0x08,0x00,0x43,0x10, + 0x08,0x00,0x02,0x24,0x03,0x83,0x02,0x3C,0x44,0xF3,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x03,0x83,0x01,0x3C, + 0x97,0x2C,0xC0,0x08,0x44,0xF3,0x22,0xAC,0x00,0x00,0x03,0x96, + 0x00,0x00,0x00,0x00,0x3A,0x00,0x62,0x14,0xFF,0x01,0x45,0x26, + 0x02,0x83,0x04,0x3C,0x70,0xE7,0x84,0x24,0x03,0x83,0x02,0x3C, + 0x5C,0xF3,0x42,0x8C,0x03,0x83,0x03,0x3C,0x74,0xF3,0x63,0x8C, + 0x01,0x00,0x42,0x24,0x01,0x00,0x63,0x24,0x03,0x83,0x01,0x3C, + 0x5C,0xF3,0x22,0xAC,0x03,0x83,0x01,0x3C,0x74,0xF3,0x23,0xAC, + 0x0E,0x14,0xC0,0x0C,0x02,0x2A,0x05,0x00,0x21,0x88,0x40,0x00, + 0x08,0x00,0x20,0x16,0x21,0x20,0x00,0x02,0x03,0x83,0x02,0x3C, + 0x78,0xF3,0x42,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x03,0x83,0x01,0x3C,0x97,0x2C,0xC0,0x08,0x78,0xF3,0x22,0xAC, + 0x21,0x28,0x40,0x02,0x21,0x30,0x00,0x00,0x00,0x00,0x00,0xA2, + 0xF8,0x29,0xC0,0x0C,0x02,0x00,0x00,0xA6,0x21,0x28,0x00,0x02, + 0x27,0x10,0x02,0x00,0x02,0x00,0xA2,0xA4,0x04,0x00,0x24,0x8E, + 0x00,0x00,0x00,0x00,0x14,0x2A,0xC0,0x0C,0x21,0x30,0x40,0x02, + 0x21,0x20,0xA0,0x02,0x06,0x00,0x65,0x26,0x23,0x30,0x93,0x02, + 0x00,0x00,0x43,0x8C,0x0C,0x00,0x87,0x26,0x00,0x80,0x63,0x34, + 0x00,0x00,0x43,0xAC,0x01,0x00,0x03,0x24,0x12,0x00,0x32,0xA6, + 0x10,0x00,0xA3,0xAF,0x04,0x00,0x03,0x24,0x14,0x00,0xA3,0xAF, + 0x18,0x00,0xB1,0xAF,0x49,0x2A,0xC0,0x0C,0x1C,0x00,0xA2,0xAF, + 0x03,0x83,0x02,0x3C,0x94,0xF3,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x03,0x83,0x01,0x3C,0x94,0xF3,0x22,0xAC, + 0x38,0x00,0xBF,0x8F,0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27, + 0xC8,0xFF,0xBD,0x27,0x2C,0x00,0xB5,0xAF,0x21,0xA8,0x80,0x00, + 0x03,0x83,0x03,0x3C,0xB4,0xF3,0x63,0x24,0x30,0x00,0xBF,0xAF, + 0x28,0x00,0xB4,0xAF,0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF, + 0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF,0x00,0x00,0x62,0x8C, + 0x21,0x88,0xA0,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x12,0x00,0x22,0x96,0x00,0x00,0x00,0x00,0xFF,0xFF,0x54,0x30, + 0xEF,0x05,0x82,0x2E,0x08,0x00,0x40,0x14,0x21,0x98,0xC0,0x00, + 0x03,0x83,0x02,0x3C,0xB8,0xF3,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x03,0x83,0x01,0x3C,0x42,0x2D,0xC0,0x08, + 0xB8,0xF3,0x22,0xAC,0x02,0x83,0x12,0x3C,0xD0,0xCB,0x52,0x26, + 0x21,0x20,0x40,0x02,0x00,0x00,0x30,0x8E,0x08,0x00,0x25,0x8E, + 0xFF,0x3F,0x10,0x32,0x10,0x3E,0xC0,0x0C,0x21,0x30,0x00,0x02, + 0x00,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30, + 0x05,0x00,0x40,0x14,0x21,0x90,0x50,0x02,0x04,0x00,0x31,0x8E, + 0x00,0x00,0x00,0x00,0xBF,0x2C,0xC0,0x08,0x21,0x20,0x40,0x02, + 0x02,0x83,0x02,0x3C,0xD0,0xCB,0x42,0x24,0x21,0x80,0x62,0x02, + 0x10,0x00,0x11,0x26,0x21,0x20,0x20,0x02,0x00,0xA3,0x05,0x3C, + 0xDC,0x05,0xA5,0x34,0x24,0x42,0xC0,0x0C,0x04,0x00,0x06,0x24, + 0x09,0x00,0x40,0x10,0x21,0x20,0x20,0x02,0xA4,0x81,0x85,0x27, + 0x24,0x42,0xC0,0x0C,0x04,0x00,0x06,0x24,0x04,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C,0x3E,0x2D,0xC0,0x08, + 0xBC,0xF3,0x63,0x24,0x00,0x00,0x04,0x92,0x40,0x00,0x02,0x24, + 0xF0,0x00,0x83,0x30,0x04,0x00,0x62,0x10,0x0F,0x00,0x82,0x30, + 0x03,0x83,0x03,0x3C,0x3E,0x2D,0xC0,0x08,0xB8,0xF3,0x63,0x24, + 0x80,0x88,0x02,0x00,0x14,0x00,0x22,0x2A,0x04,0x00,0x40,0x10, + 0x21,0x20,0x00,0x02,0x03,0x83,0x03,0x3C,0x3E,0x2D,0xC0,0x08, + 0xB8,0xF3,0x63,0x24,0x21,0x28,0x20,0x02,0xF8,0x29,0xC0,0x0C, + 0x21,0x30,0x00,0x00,0xFF,0xFF,0x42,0x30,0xFF,0xFF,0x03,0x34, + 0x04,0x00,0x43,0x10,0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C, + 0x3E,0x2D,0xC0,0x08,0xB8,0xF3,0x63,0x24,0x06,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x3F,0xFF,0x42,0x30,0x12,0x00,0x40,0x10, + 0x21,0x38,0x11,0x02,0x03,0x83,0x03,0x3C,0xE0,0xF3,0x63,0x24, + 0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x00,0x00,0x62,0xAC,0x03,0x83,0x02,0x3C,0xE8,0xF3,0x42,0x8C, + 0x03,0x83,0x03,0x3C,0xC8,0xF3,0x63,0x8C,0x01,0x00,0x42,0x24, + 0x01,0x00,0x63,0x24,0x03,0x83,0x01,0x3C,0xE8,0xF3,0x22,0xAC, + 0x03,0x83,0x01,0x3C,0x42,0x2D,0xC0,0x08,0xC8,0xF3,0x23,0xAC, + 0x02,0x00,0x02,0x96,0x02,0x83,0x05,0x3C,0xD0,0xCB,0xA5,0x24, + 0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00,0x25,0x18,0x62,0x00, + 0xFF,0xFF,0x63,0x30,0x23,0x40,0x71,0x00,0x23,0x10,0xE5,0x00, + 0x23,0x10,0x82,0x02,0x2A,0x10,0x48,0x00,0x04,0x00,0x40,0x10, + 0x01,0x00,0x02,0x24,0x03,0x83,0x03,0x3C,0x3E,0x2D,0xC0,0x08, + 0xC8,0xF3,0x63,0x24,0x09,0x00,0x03,0x92,0x00,0x00,0x00,0x00, + 0x05,0x00,0x62,0x10,0x11,0x00,0x02,0x24,0x0E,0x00,0x62,0x10, + 0x21,0x20,0xA0,0x02,0x3C,0x2D,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x21,0x20,0xA0,0x02,0x03,0x83,0x03,0x3C,0xCC,0xF3,0x63,0x24, + 0x00,0x00,0x62,0x8C,0x21,0x30,0x00,0x02,0x10,0x00,0xA8,0xAF, + 0x01,0x00,0x42,0x24,0x39,0x2C,0xC0,0x0C,0x00,0x00,0x62,0xAC, + 0x42,0x2D,0xC0,0x08,0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C, + 0xCC,0xF3,0x63,0x24,0x00,0x00,0x62,0x8C,0x21,0x30,0x00,0x02, + 0x10,0x00,0xA8,0xAF,0x01,0x00,0x42,0x24,0xE7,0x2B,0xC0,0x0C, + 0x00,0x00,0x62,0xAC,0x42,0x2D,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0xC4,0xF3,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x30,0x00,0xBF,0x8F,0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F, + 0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0xFF,0x00,0x0A,0x3C,0xFF,0x00,0x4A,0x35, + 0x00,0xFF,0x0B,0x3C,0x00,0xFF,0x6B,0x35,0x10,0x00,0xB0,0xAF, + 0x03,0x83,0x10,0x3C,0xB0,0xF3,0x10,0x26,0x21,0x20,0x00,0x02, + 0x21,0x28,0x00,0x00,0x00,0xA3,0x08,0x3C,0xDC,0x05,0x08,0x8D, + 0x00,0xA3,0x09,0x3C,0xE0,0x05,0x29,0x8D,0x14,0x00,0xBF,0xAF, + 0x00,0x1C,0x08,0x00,0x02,0x14,0x08,0x00,0x25,0x18,0x62,0x00, + 0x00,0x3C,0x09,0x00,0x02,0x14,0x09,0x00,0x25,0x38,0xE2,0x00, + 0x02,0x12,0x03,0x00,0x24,0x10,0x4A,0x00,0x00,0x1A,0x03,0x00, + 0x24,0x18,0x6B,0x00,0x25,0x10,0x43,0x00,0xA8,0x84,0x82,0xAF, + 0x02,0x12,0x07,0x00,0x24,0x10,0x4A,0x00,0x00,0x3A,0x07,0x00, + 0x24,0x38,0xEB,0x00,0x25,0x10,0x47,0x00,0xA0,0x84,0x88,0xAF, + 0xAC,0x84,0x89,0xAF,0xA4,0x84,0x82,0xAF,0x18,0x42,0xC0,0x0C, + 0x4C,0x00,0x06,0x24,0x03,0x83,0x04,0x3C,0x40,0xF3,0x84,0x24, + 0x21,0x28,0x00,0x00,0x20,0x00,0x02,0x24,0x00,0x00,0x02,0xAE, + 0x0A,0x00,0x02,0x24,0x03,0x83,0x01,0x3C,0xDC,0xF3,0x22,0xAC, + 0x18,0x42,0xC0,0x0C,0x68,0x00,0x06,0x24,0x03,0x83,0x04,0x3C, + 0x20,0xF4,0x84,0x24,0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C, + 0x10,0x00,0x06,0x24,0x03,0x83,0x04,0x3C,0x00,0xF4,0x84,0x24, + 0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C,0x20,0x00,0x06,0x24, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27,0x4C,0x00,0xA2,0x8F, + 0x48,0x00,0xA9,0x8F,0x50,0x00,0xA3,0x8F,0x21,0x68,0x80,0x00, + 0x30,0x00,0xB0,0xAF,0x54,0x00,0xB0,0x8F,0x58,0x00,0xAE,0x8F, + 0x03,0x83,0x04,0x3C,0x18,0xF4,0x84,0x24,0x34,0x00,0xBF,0xAF, + 0x00,0x42,0x02,0x00,0xFF,0xFF,0x42,0x30,0x02,0x12,0x02,0x00, + 0x25,0x40,0x02,0x01,0x00,0x00,0x82,0x8C,0x08,0x00,0x0C,0x8E, + 0x01,0x00,0x42,0x24,0x00,0x00,0x82,0xAC,0x03,0x00,0xA2,0x88, + 0x00,0x00,0xA2,0x98,0x04,0x00,0xA4,0x80,0x05,0x00,0xAA,0x80, + 0x03,0x00,0x82,0xA9,0x00,0x00,0x82,0xB9,0x04,0x00,0x84,0xA1, + 0x05,0x00,0x8A,0xA1,0x17,0x00,0xA2,0x89,0x14,0x00,0xA2,0x99, + 0x18,0x00,0xA4,0x81,0x19,0x00,0xA5,0x81,0x09,0x00,0x82,0xA9, + 0x06,0x00,0x82,0xB9,0x0A,0x00,0x84,0xA1,0x0B,0x00,0x85,0xA1, + 0xFF,0xFF,0x02,0x34,0x00,0x22,0x03,0x00,0xFF,0xFF,0x63,0x30, + 0x02,0x1A,0x03,0x00,0x10,0x00,0xA2,0xA7,0x12,0x00,0x02,0x96, + 0x25,0x20,0x83,0x00,0x14,0x00,0xA0,0xA3,0x15,0x00,0xA0,0xA3, + 0x1E,0x00,0x42,0x24,0x00,0x1A,0x02,0x00,0xFF,0xFF,0x42,0x30, + 0x02,0x12,0x02,0x00,0x25,0x18,0x62,0x00,0x12,0x00,0xA3,0xA7, + 0x03,0x00,0xE2,0x88,0x00,0x00,0xE2,0x98,0x00,0x00,0x00,0x00, + 0x19,0x00,0xA2,0xAB,0x16,0x00,0xA2,0xBB,0x03,0x00,0x22,0x89, + 0x00,0x00,0x22,0x99,0x04,0x00,0x23,0x81,0x05,0x00,0x25,0x81, + 0x1D,0x00,0xA2,0xAB,0x1A,0x00,0xA2,0xBB,0x1E,0x00,0xA3,0xA3, + 0x1F,0x00,0xA5,0xA3,0x20,0x00,0xA8,0xA7,0x00,0xA3,0x07,0x3C, + 0xE0,0x05,0xE7,0x34,0x03,0x00,0xE2,0x88,0x00,0x00,0xE2,0x98, + 0x00,0x00,0x00,0x00,0x25,0x00,0xA2,0xAB,0x22,0x00,0xA2,0xBB, + 0x17,0x00,0xA2,0x89,0x14,0x00,0xA2,0x99,0x18,0x00,0xA3,0x85, + 0x29,0x00,0xA2,0xAB,0x26,0x00,0xA2,0xBB,0x2A,0x00,0xA3,0xA7, + 0x0E,0x00,0x02,0x24,0x3A,0x00,0xC2,0x14,0x2C,0x00,0xA4,0xA7, + 0x12,0x00,0xA2,0x97,0x00,0x00,0x00,0x00,0x0C,0x00,0x82,0xA5, + 0x13,0x00,0xA2,0x8B,0x10,0x00,0xA2,0x9B,0x17,0x00,0xA3,0x8B, + 0x14,0x00,0xA3,0x9B,0x1B,0x00,0xA4,0x8B,0x18,0x00,0xA4,0x9B, + 0x1F,0x00,0xA5,0x8B,0x1C,0x00,0xA5,0x9B,0x11,0x00,0x82,0xA9, + 0x0E,0x00,0x82,0xB9,0x15,0x00,0x83,0xA9,0x12,0x00,0x83,0xB9, + 0x19,0x00,0x84,0xA9,0x16,0x00,0x84,0xB9,0x1D,0x00,0x85,0xA9, + 0x1A,0x00,0x85,0xB9,0x23,0x00,0xA2,0x8B,0x20,0x00,0xA2,0x9B, + 0x27,0x00,0xA3,0x8B,0x24,0x00,0xA3,0x9B,0x2B,0x00,0xA4,0x8B, + 0x28,0x00,0xA4,0x9B,0x2C,0x00,0xA5,0x83,0x21,0x00,0x82,0xA9, + 0x1E,0x00,0x82,0xB9,0x25,0x00,0x83,0xA9,0x22,0x00,0x83,0xB9, + 0x29,0x00,0x84,0xA9,0x26,0x00,0x84,0xB9,0x2A,0x00,0x85,0xA1, + 0x2D,0x00,0xA2,0x83,0x00,0x00,0x00,0x00,0x2B,0x00,0x82,0xA1, + 0x2C,0x00,0x02,0x24,0x00,0x00,0x02,0xAE,0x00,0x00,0x03,0x8E, + 0x12,0x00,0x02,0x96,0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00, + 0x12,0x00,0x02,0xA6,0x12,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x3C,0x00,0x42,0x2C,0x50,0x00,0x40,0x10,0x21,0x20,0xA0,0x01, + 0x00,0x00,0xC2,0x8D,0x12,0x00,0x03,0x96,0x3C,0x00,0x42,0x24, + 0x23,0x10,0x43,0x00,0x00,0x00,0xC2,0xAD,0x3C,0x00,0x02,0x24, + 0x12,0x00,0x02,0xA6,0x57,0x2E,0xC0,0x08,0x21,0x20,0xA0,0x01, + 0xA8,0x81,0x85,0x27,0x03,0x00,0xA2,0x88,0x00,0x00,0xA2,0x98, + 0x04,0x00,0xA3,0x80,0x05,0x00,0xA4,0x80,0x11,0x00,0x82,0xA9, + 0x0E,0x00,0x82,0xB9,0x12,0x00,0x83,0xA1,0x13,0x00,0x84,0xA1, + 0x81,0x37,0x02,0x24,0x14,0x00,0x82,0xA5,0x13,0x00,0xA2,0x8B, + 0x10,0x00,0xA2,0x9B,0x17,0x00,0xA3,0x8B,0x14,0x00,0xA3,0x9B, + 0x1B,0x00,0xA4,0x8B,0x18,0x00,0xA4,0x9B,0x1F,0x00,0xA5,0x8B, + 0x1C,0x00,0xA5,0x9B,0x19,0x00,0x82,0xA9,0x16,0x00,0x82,0xB9, + 0x1D,0x00,0x83,0xA9,0x1A,0x00,0x83,0xB9,0x21,0x00,0x84,0xA9, + 0x1E,0x00,0x84,0xB9,0x25,0x00,0x85,0xA9,0x22,0x00,0x85,0xB9, + 0x23,0x00,0xA2,0x8B,0x20,0x00,0xA2,0x9B,0x27,0x00,0xA3,0x8B, + 0x24,0x00,0xA3,0x9B,0x2B,0x00,0xA4,0x8B,0x28,0x00,0xA4,0x9B, + 0x2C,0x00,0xA5,0x83,0x29,0x00,0x82,0xA9,0x26,0x00,0x82,0xB9, + 0x2D,0x00,0x83,0xA9,0x2A,0x00,0x83,0xB9,0x31,0x00,0x84,0xA9, + 0x2E,0x00,0x84,0xB9,0x32,0x00,0x85,0xA1,0x2D,0x00,0xA2,0x83, + 0x00,0x00,0x00,0x00,0x33,0x00,0x82,0xA1,0x34,0x00,0x02,0x24, + 0x00,0x00,0x02,0xAE,0x00,0x00,0x03,0x8E,0x12,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00,0x12,0x00,0x02,0xA6, + 0x12,0x00,0x02,0x96,0x00,0x00,0x00,0x00,0x3C,0x00,0x42,0x2C, + 0x08,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0xC2,0x8D, + 0x12,0x00,0x03,0x96,0x3C,0x00,0x42,0x24,0x23,0x10,0x43,0x00, + 0x00,0x00,0xC2,0xAD,0x3C,0x00,0x02,0x24,0x12,0x00,0x02,0xA6, + 0x12,0x00,0x02,0x96,0x00,0x00,0x00,0x00,0x00,0x1A,0x02,0x00, + 0x02,0x12,0x02,0x00,0x25,0x18,0x62,0x00,0x0C,0x00,0x83,0xA5, + 0x21,0x20,0xA0,0x01,0x22,0x14,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x08,0x00,0x40,0x14,0x21,0x20,0x00,0x02,0x03,0x83,0x03,0x3C, + 0x1C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0xE4,0x14,0xC0,0x0C,0x00,0x00,0x62,0xAC, + 0x34,0x00,0xBF,0x8F,0x30,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x38,0x00,0xBD,0x27,0x90,0xFF,0xBD,0x27,0x68,0x00,0xB4,0xAF, + 0x21,0xA0,0x80,0x00,0x64,0x00,0xB3,0xAF,0x21,0x98,0xA0,0x00, + 0x5C,0x00,0xB1,0xAF,0x21,0x88,0xC0,0x00,0x21,0x20,0xE0,0x00, + 0x28,0x00,0xA6,0x27,0x38,0x00,0xA7,0x27,0x60,0x00,0xB2,0xAF, + 0x02,0x83,0x12,0x3C,0xC0,0xD1,0x52,0x26,0x58,0x00,0xB0,0xAF, + 0x80,0x00,0xB0,0x8F,0xEE,0x05,0x02,0x24,0x54,0x00,0xA2,0xA7, + 0x48,0x00,0xA2,0x27,0x6C,0x00,0xBF,0xAF,0x48,0x00,0xA0,0xA7, + 0x4C,0x00,0xB2,0xAF,0x50,0x00,0xB2,0xAF,0x10,0x00,0xA2,0xAF, + 0x6B,0x42,0xC0,0x0C,0x21,0x28,0x00,0x02,0xFF,0xFF,0x03,0x24, + 0x22,0x00,0x43,0x10,0xFF,0x01,0x05,0x26,0x02,0x83,0x04,0x3C, + 0x70,0xE7,0x84,0x24,0x0E,0x14,0xC0,0x0C,0x02,0x2A,0x05,0x00, + 0x21,0x80,0x40,0x00,0x1B,0x00,0x00,0x12,0x21,0x28,0x40,0x02, + 0x50,0x00,0xA6,0x8F,0x4C,0x00,0xA2,0x8F,0x04,0x00,0x04,0x8E, + 0x23,0x30,0xC2,0x00,0x14,0x2A,0xC0,0x0C,0xFF,0xFF,0xC6,0x30, + 0x21,0x20,0x80,0x02,0x06,0x00,0x65,0x26,0x23,0x30,0x33,0x02, + 0x00,0x00,0x43,0x8C,0x12,0x00,0x27,0x26,0x00,0x80,0x63,0x34, + 0x00,0x00,0x43,0xAC,0x1C,0x00,0x28,0x96,0x16,0x00,0x23,0x26, + 0x10,0x00,0xA3,0xAF,0x0F,0x90,0x03,0x34,0x18,0x00,0xA3,0xAF, + 0x1C,0x00,0xB0,0xAF,0x20,0x00,0xA2,0xAF,0x00,0x12,0x08,0x00, + 0x02,0x42,0x08,0x00,0x25,0x10,0x48,0x00,0xFF,0xFF,0x42,0x30, + 0x88,0x2D,0xC0,0x0C,0x14,0x00,0xA2,0xAF,0x6C,0x00,0xBF,0x8F, + 0x68,0x00,0xB4,0x8F,0x64,0x00,0xB3,0x8F,0x60,0x00,0xB2,0x8F, + 0x5C,0x00,0xB1,0x8F,0x58,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x70,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27,0x2C,0x00,0xB5,0xAF, + 0x21,0xA8,0x80,0x00,0x1C,0x00,0xB1,0xAF,0x21,0x88,0xA0,0x00, + 0x30,0x00,0xBF,0xAF,0x28,0x00,0xB4,0xAF,0x24,0x00,0xB3,0xAF, + 0x20,0x00,0xB2,0xAF,0x18,0x00,0xB0,0xAF,0x12,0x00,0x22,0x96, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x54,0x30,0xEF,0x05,0x82,0x2E, + 0x04,0x00,0x40,0x14,0x21,0x98,0xC0,0x00,0x03,0x83,0x03,0x3C, + 0x1E,0x2F,0xC0,0x08,0x04,0xF4,0x63,0x24,0x02,0x83,0x12,0x3C, + 0xD0,0xCB,0x52,0x26,0x21,0x20,0x40,0x02,0x00,0x00,0x30,0x8E, + 0x08,0x00,0x25,0x8E,0xFF,0x3F,0x10,0x32,0x10,0x3E,0xC0,0x0C, + 0x21,0x30,0x00,0x02,0x00,0x00,0x22,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x80,0x42,0x30,0x05,0x00,0x40,0x14,0x21,0x90,0x50,0x02, + 0x04,0x00,0x31,0x8E,0x00,0x00,0x00,0x00,0xC1,0x2E,0xC0,0x08, + 0x21,0x20,0x40,0x02,0x02,0x83,0x02,0x3C,0xD0,0xCB,0x42,0x24, + 0x21,0x80,0x62,0x02,0x06,0x00,0x11,0x26,0x21,0x20,0x20,0x02, + 0x00,0xA3,0x05,0x3C,0xE0,0x05,0xA5,0x34,0x24,0x42,0xC0,0x0C, + 0x04,0x00,0x06,0x24,0x09,0x00,0x40,0x10,0x21,0x20,0x20,0x02, + 0xB8,0x81,0x85,0x27,0x24,0x42,0xC0,0x0C,0x04,0x00,0x06,0x24, + 0x05,0x00,0x40,0x10,0x0A,0x00,0x11,0x26,0x03,0x83,0x03,0x3C, + 0x1E,0x2F,0xC0,0x08,0x08,0xF4,0x63,0x24,0x0A,0x00,0x11,0x26, + 0x21,0x20,0x20,0x02,0x02,0x83,0x05,0x3C,0x84,0xE7,0xA5,0x24, + 0x24,0x42,0xC0,0x0C,0x06,0x00,0x06,0x24,0x09,0x00,0x40,0x10, + 0x21,0x20,0x20,0x02,0xBC,0x81,0x85,0x27,0x24,0x42,0xC0,0x0C, + 0x06,0x00,0x06,0x24,0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x1E,0x2F,0xC0,0x08,0x08,0xF4,0x63,0x24, + 0x00,0x00,0x03,0x96,0xFF,0xFF,0x02,0x34,0x04,0x00,0x62,0x10, + 0x1E,0x00,0x07,0x26,0x03,0x83,0x03,0x3C,0x1E,0x2F,0xC0,0x08, + 0x08,0xF4,0x63,0x24,0x02,0x00,0x02,0x96,0x02,0x83,0x05,0x3C, + 0xD0,0xCB,0xA5,0x24,0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00, + 0x25,0x18,0x62,0x00,0xFF,0xFF,0x63,0x30,0xE2,0xFF,0x68,0x24, + 0x23,0x10,0xE5,0x00,0x23,0x10,0x82,0x02,0x2A,0x10,0x48,0x00, + 0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C, + 0x1E,0x2F,0xC0,0x08,0x10,0xF4,0x63,0x24,0x10,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00, + 0x25,0x18,0x62,0x00,0xFF,0xFF,0x63,0x30,0x0F,0x90,0x02,0x34, + 0x0B,0x00,0x62,0x14,0x21,0x20,0xA0,0x02,0x03,0x83,0x03,0x3C, + 0x14,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C,0x21,0x30,0x00,0x02, + 0x10,0x00,0xA8,0xAF,0x01,0x00,0x42,0x24,0x66,0x2E,0xC0,0x0C, + 0x00,0x00,0x62,0xAC,0x22,0x2F,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x0C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x30,0x00,0xBF,0x8F,0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F, + 0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF, + 0x8B,0x09,0xC0,0x0C,0x00,0x08,0x04,0x24,0x08,0x84,0x82,0xAF, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x2D,0x00,0x80,0x10, + 0x10,0x00,0xBF,0xAF,0xD0,0x81,0x85,0x8F,0x07,0x00,0x82,0x24, + 0xC2,0x10,0x02,0x00,0x0A,0x00,0xA0,0x14,0x01,0x00,0x46,0x24, + 0x08,0x84,0x85,0x8F,0x00,0x84,0x82,0x27,0x00,0x84,0x85,0xAF, + 0x00,0x00,0xA2,0xAC,0x00,0x08,0x02,0x24,0xD0,0x81,0x85,0xAF, + 0x02,0x83,0x01,0x3C,0xF4,0xB5,0x20,0xAC,0x04,0x00,0xA2,0xAC, + 0x00,0x00,0xA4,0x8C,0x00,0x00,0x00,0x00,0x04,0x00,0x83,0x8C, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x66,0x00,0x0E,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x05,0x00,0x66,0x14,0x23,0x10,0x66,0x00, + 0x00,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x57,0x2F,0xC0,0x08, + 0x00,0x00,0xA2,0xAC,0x04,0x00,0x82,0xAC,0xC0,0x10,0x02,0x00, + 0x21,0x20,0x82,0x00,0x04,0x00,0x86,0xAC,0xD0,0x81,0x85,0xAF, + 0x65,0x2F,0xC0,0x08,0x08,0x00,0x82,0x24,0xD0,0x81,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x04,0x00,0x82,0x10,0x21,0x28,0x80,0x00, + 0x00,0x00,0x84,0x8C,0x48,0x2F,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x97,0x39,0xC0,0x0C,0xC0,0x7B,0x84,0x24, + 0x21,0x10,0x00,0x00,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x38,0x00,0x80,0x10, + 0xF8,0xFF,0x84,0x24,0xD0,0x81,0x85,0x8F,0x00,0x00,0x00,0x00, + 0x7A,0x2F,0xC0,0x08,0x2B,0x10,0xA4,0x00,0x00,0x00,0xA3,0x8C, + 0x00,0x00,0x00,0x00,0x2B,0x10,0xA3,0x00,0x05,0x00,0x40,0x14, + 0x2B,0x10,0xA4,0x00,0x0C,0x00,0x40,0x14,0x2B,0x10,0x83,0x00, + 0x0A,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x21,0x28,0x60,0x00, + 0x2B,0x10,0xA4,0x00,0xF4,0xFF,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0x00,0xA2,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0x82,0x00, + 0xEF,0xFF,0x40,0x10,0x00,0x00,0x00,0x00,0x04,0x00,0x86,0x8C, + 0x00,0x00,0xA3,0x8C,0xC0,0x10,0x06,0x00,0x21,0x10,0x82,0x00, + 0x0B,0x00,0x43,0x14,0x00,0x00,0x00,0x00,0x04,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x21,0x10,0xC2,0x00,0x04,0x00,0x82,0xAC, + 0x00,0x00,0xA2,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x92,0x2F,0xC0,0x08,0x00,0x00,0x82,0xAC, + 0x00,0x00,0x83,0xAC,0x04,0x00,0xA3,0x8C,0x00,0x00,0x00,0x00, + 0xC0,0x10,0x03,0x00,0x21,0x10,0xA2,0x00,0x09,0x00,0x44,0x14, + 0x00,0x00,0x00,0x00,0x04,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x21,0x10,0x62,0x00,0x04,0x00,0xA2,0xAC,0x00,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0xA1,0x2F,0xC0,0x08,0x00,0x00,0xA2,0xAC, + 0x00,0x00,0xA4,0xAC,0xD0,0x81,0x85,0xAF,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF, + 0x2C,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x01,0x00,0x03,0x24,0x05,0x00,0xC3,0x14,0xFF,0xFF,0x02,0x24, + 0x00,0x00,0xE2,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0x02,0x00, + 0x23,0x10,0x02,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x21,0x80,0xE0,0x00, + 0x14,0x00,0xB1,0xAF,0x30,0x00,0xB1,0x8F,0x01,0x00,0x02,0x24, + 0x05,0x00,0xA2,0x14,0x18,0x00,0xBF,0xAF,0x00,0x00,0xC2,0x8C, + 0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x0B,0x00,0x02,0x24,0x21,0x20,0x00,0x02,0x21,0x28,0x20,0x02, + 0xA4,0x42,0xC0,0x0C,0x60,0x00,0x02,0xAE,0x01,0x00,0x42,0x24, + 0x64,0x00,0x02,0xAE,0x11,0x00,0x22,0x92,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x34,0x11,0x00,0x22,0xA2,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA3,0x8F,0x00,0x00,0x00,0x00,0x11,0x00,0x62,0x90, + 0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x34,0x08,0x00,0xE0,0x03, + 0x11,0x00,0x62,0xA0,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0xD4,0x81,0x83,0x97,0xFF,0x00,0x02,0x24,0x1C,0x00,0xBF,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x04,0x00,0x02,0xAE, + 0x3C,0x00,0x00,0xAE,0x01,0x00,0x62,0x24,0xD4,0x81,0x82,0xA7, + 0x0A,0x00,0x03,0xA6,0x03,0x00,0xA2,0x88,0x00,0x00,0xA2,0x98, + 0x07,0x00,0xA3,0x88,0x04,0x00,0xA3,0x98,0x0B,0x00,0xA4,0x88, + 0x08,0x00,0xA4,0x98,0x0F,0x00,0xA7,0x88,0x0C,0x00,0xA7,0x98, + 0x0F,0x00,0x02,0xAA,0x0C,0x00,0x02,0xBA,0x13,0x00,0x03,0xAA, + 0x10,0x00,0x03,0xBA,0x17,0x00,0x04,0xAA,0x14,0x00,0x04,0xBA, + 0x1B,0x00,0x07,0xAA,0x18,0x00,0x07,0xBA,0x03,0x00,0xC2,0x88, + 0x00,0x00,0xC2,0x98,0x07,0x00,0xC3,0x88,0x04,0x00,0xC3,0x98, + 0x0B,0x00,0xC4,0x88,0x08,0x00,0xC4,0x98,0x0F,0x00,0xC5,0x88, + 0x0C,0x00,0xC5,0x98,0x1F,0x00,0x02,0xAA,0x1C,0x00,0x02,0xBA, + 0x23,0x00,0x03,0xAA,0x20,0x00,0x03,0xBA,0x27,0x00,0x04,0xAA, + 0x24,0x00,0x04,0xBA,0x2B,0x00,0x05,0xAA,0x28,0x00,0x05,0xBA, + 0x50,0x00,0x02,0x8E,0x4C,0x00,0x03,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x10,0x43,0x00,0xFF,0xFF,0x51,0x30,0x58,0x00,0x03,0x96, + 0x03,0x00,0x02,0x24,0x0D,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x02,0x83,0x12,0x3C,0xD0,0xB0,0x52,0x26,0x38,0x42,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x07,0x00,0x51,0x14,0x21,0x20,0x40,0x02, + 0x4C,0x00,0x05,0x8E,0x00,0x00,0x00,0x00,0x24,0x42,0xC0,0x0C, + 0x21,0x30,0x20,0x02,0x15,0x00,0x40,0x10,0x21,0x10,0x00,0x00, + 0x02,0x83,0x12,0x3C,0xF0,0xB0,0x52,0x26,0x38,0x42,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x07,0x00,0x51,0x14,0x21,0x20,0x40,0x02, + 0x4C,0x00,0x05,0x8E,0x00,0x00,0x00,0x00,0x24,0x42,0xC0,0x0C, + 0x21,0x30,0x20,0x02,0x09,0x00,0x40,0x10,0x21,0x10,0x00,0x00, + 0x03,0x83,0x03,0x3C,0x34,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0xDA,0x2F,0xC0,0x0C, + 0x00,0x00,0x62,0xAC,0x01,0x00,0x02,0x24,0x1C,0x00,0xBF,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x14,0x00,0xB1,0xAF,0x21,0x88,0xE0,0x00,0x10,0x00,0xB0,0xAF, + 0x30,0x00,0xB0,0x8F,0x18,0x00,0xBF,0xAF,0x38,0x42,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x00,0x00,0x02,0xAE,0x21,0x10,0x20,0x02, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x21,0x10,0xE0,0x00,0x00,0x00,0xE3,0x8C,0xCC,0xCC,0x02,0x3C, + 0xCD,0xCC,0x42,0x34,0x19,0x00,0x62,0x00,0x10,0x20,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03, + 0xC2,0x10,0x04,0x00,0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0xE0,0x00,0x21,0x20,0x00,0x02,0x21,0x28,0x00,0x00, + 0x14,0x00,0xB1,0xAF,0x30,0x00,0xB1,0x8F,0x18,0x00,0xBF,0xAF, + 0x44,0x42,0xC0,0x0C,0x10,0x00,0x06,0x24,0x02,0x00,0x40,0x14, + 0x23,0x10,0x50,0x00,0x10,0x00,0x02,0x24,0x00,0x00,0x22,0xAE, + 0x21,0x10,0x00,0x02,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x28,0x00,0xA4,0x8F,0x2C,0x00,0xA5,0x8F, + 0x10,0x00,0xBF,0xAF,0x58,0x36,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x28,0x00,0xA4,0x8F, + 0x2C,0x00,0xA5,0x8F,0x10,0x00,0xBF,0xAF,0x7A,0x36,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27, + 0x28,0x00,0xA4,0x8F,0x2C,0x00,0xA5,0x8F,0x10,0x00,0xBF,0xAF, + 0x9C,0x36,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x08,0x00,0xE0,0x03,0x21,0x10,0xE0,0x00,0x00,0x00,0xE2,0x8C, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD8,0xFF,0xBD,0x27, + 0x18,0x00,0xB0,0xAF,0x38,0x00,0xB0,0x8F,0x20,0x00,0xBF,0xAF, + 0x1C,0x00,0xB1,0xAF,0x24,0x00,0x02,0x8E,0x01,0x00,0x03,0x24, + 0x14,0x00,0x51,0x8C,0xBB,0x00,0xA3,0x14,0x00,0x00,0x00,0x00, + 0x00,0x00,0xC3,0x8C,0x00,0x00,0x00,0x00,0xB7,0x00,0x60,0x10, + 0x00,0x00,0x00,0x00,0x20,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0xB2,0x00,0x40,0x14,0xFF,0xFF,0x68,0x24, + 0x40,0x12,0x08,0x00,0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24, + 0x21,0x28,0x43,0x00,0xFF,0xFF,0x84,0x24,0x16,0x00,0x82,0x2C, + 0xAA,0x00,0x40,0x10,0x80,0x10,0x04,0x00,0x01,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0x30,0x7C,0x22,0x8C,0x00,0x00,0x00,0x00, + 0x08,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0x00,0x00,0xC3,0x8C, + 0x00,0x00,0x00,0x00,0x37,0x31,0xC0,0x08,0x02,0x00,0x42,0x34, + 0x21,0x20,0x20,0x02,0x11,0x00,0x03,0x92,0x04,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x28,0x00,0x00,0xA6,0x2C,0x00,0x11,0xAE, + 0x02,0x00,0x63,0x34,0x38,0x42,0xC0,0x0C,0x11,0x00,0x03,0xA2, + 0xFF,0xFF,0x42,0x30,0x21,0x10,0x22,0x02,0x30,0x00,0x02,0xAE, + 0x50,0x31,0xC0,0x08,0x34,0x00,0x00,0xA6,0x11,0x00,0x03,0x92, + 0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x1B,0x31,0xC0,0x08, + 0x28,0x00,0x11,0xAE,0x11,0x00,0x03,0x92,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x1B,0x31,0xC0,0x08,0x28,0x00,0x11,0xAE, + 0x42,0x00,0x02,0x24,0x0D,0x00,0x00,0x15,0x10,0x00,0x02,0xA2, + 0x18,0x84,0x84,0x8F,0x00,0x00,0x00,0x00,0x40,0x19,0x04,0x00, + 0x23,0x18,0x64,0x00,0x80,0x11,0x03,0x00,0x23,0x10,0x43,0x00, + 0xC0,0x10,0x02,0x00,0x21,0x10,0x44,0x00,0x80,0x18,0x02,0x00, + 0x21,0x10,0x43,0x00,0xDA,0x30,0xC0,0x08,0xC0,0x11,0x02,0x00, + 0x98,0x00,0x02,0x3C,0x80,0x96,0x42,0x34,0x28,0x00,0x02,0xAE, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0xEF,0x30,0xC0,0x08, + 0x02,0x00,0x42,0x34,0x11,0x00,0x03,0x92,0x04,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x14,0x00,0xA2,0x24,0x2C,0x00,0x02,0xAE, + 0x1A,0x00,0xA2,0x24,0x28,0x00,0x00,0xA6,0x30,0x00,0x02,0xAE, + 0x1B,0x31,0xC0,0x08,0x34,0x00,0x00,0xA6,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0x01,0x00,0x03,0x24, + 0x28,0x00,0x03,0xAE,0x02,0x00,0x42,0x34,0x50,0x31,0xC0,0x08, + 0x11,0x00,0x02,0xA2,0x11,0x00,0x03,0x92,0x00,0x00,0x00,0x00, + 0x19,0x31,0xC0,0x08,0x43,0x00,0x02,0x24,0x41,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0xA8,0x00,0xA3,0x8C, + 0x00,0x00,0x00,0x00,0x37,0x31,0xC0,0x08,0x02,0x00,0x42,0x34, + 0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x9C,0x00,0xA2,0x8C, + 0x00,0x01,0xA4,0x8C,0x3E,0x31,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92, + 0x00,0x01,0xA3,0x8C,0x00,0x00,0x00,0x00,0x37,0x31,0xC0,0x08, + 0x02,0x00,0x42,0x34,0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x11,0x00,0x02,0x92,0xA4,0x00,0xA3,0x8C,0x00,0x00,0x00,0x00, + 0x37,0x31,0xC0,0x08,0x02,0x00,0x42,0x34,0x41,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0xA0,0x00,0xA3,0x8C, + 0x00,0x00,0x00,0x00,0x37,0x31,0xC0,0x08,0x02,0x00,0x42,0x34, + 0x11,0x00,0x03,0x92,0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x28,0x00,0x00,0xAE,0x02,0x00,0x63,0x34,0x50,0x31,0xC0,0x08, + 0x11,0x00,0x03,0xA2,0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0xAC,0x00,0xA2,0x8C,0x04,0x01,0xA4,0x8C,0x3E,0x31,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x11,0x00,0x02,0x92,0x04,0x01,0xA3,0x8C,0x00,0x00,0x00,0x00, + 0x37,0x31,0xC0,0x08,0x02,0x00,0x42,0x34,0x41,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0xB8,0x00,0xA3,0x8C, + 0x00,0x00,0x00,0x00,0x37,0x31,0xC0,0x08,0x02,0x00,0x42,0x34, + 0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92, + 0xBC,0x00,0xA3,0x8C,0x02,0x00,0x42,0x34,0x28,0x00,0x03,0xAE, + 0x50,0x31,0xC0,0x08,0x11,0x00,0x02,0xA2,0x42,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0xAC,0x00,0xA2,0x8C,0xB0,0x00,0xA4,0x8C, + 0x11,0x00,0x03,0x92,0x23,0x10,0x44,0x00,0x02,0x00,0x63,0x34, + 0x28,0x00,0x02,0xAE,0x50,0x31,0xC0,0x08,0x11,0x00,0x03,0xA2, + 0x10,0x00,0xA0,0xAF,0x21,0x20,0xE0,0x00,0x21,0x28,0x00,0x02, + 0x02,0x83,0x07,0x3C,0xC0,0xB0,0xE7,0x24,0x56,0x47,0xC0,0x0C, + 0x02,0x00,0x06,0x24,0x50,0x31,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x21,0x20,0xE0,0x00,0x3C,0x47,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0xE0,0x00,0x14,0x00,0xB1,0xAF, + 0x30,0x00,0xB1,0x8F,0x01,0x00,0x02,0x24,0x0A,0x00,0xA2,0x14, + 0x18,0x00,0xBF,0xAF,0x00,0x00,0xC6,0x8C,0x00,0x00,0x00,0x00, + 0x06,0x00,0xC0,0x10,0x00,0x00,0x00,0x00,0x20,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x46,0x00,0x05,0x00,0x40,0x10, + 0x07,0x00,0x02,0x24,0x21,0x20,0x00,0x02,0x21,0x28,0x20,0x02, + 0x6E,0x31,0xC0,0x08,0x0B,0x00,0x02,0x24,0x07,0x00,0x82,0x10, + 0x21,0x20,0x00,0x02,0x21,0x28,0x20,0x02,0x11,0x00,0x02,0x24, + 0xA4,0x42,0xC0,0x0C,0x60,0x00,0x02,0xAE,0x01,0x00,0x42,0x24, + 0x64,0x00,0x02,0xAE,0x11,0x00,0x22,0x92,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x34,0x11,0x00,0x22,0xA2,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27,0x20,0x00,0xB0,0xAF, + 0x40,0x00,0xB0,0x8F,0x24,0x00,0xB1,0xAF,0x21,0x88,0xE0,0x00, + 0x04,0x00,0xA0,0x14,0x28,0x00,0xBF,0xAF,0x01,0x00,0x02,0x24, + 0x92,0x31,0xC0,0x08,0x18,0x00,0xA2,0xAF,0x00,0x00,0xC6,0x8C, + 0x20,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x2B,0x10,0xC2,0x00, + 0x03,0x00,0x40,0x10,0x01,0x00,0xC2,0x24,0x92,0x31,0xC0,0x08, + 0x18,0x00,0xA2,0xAF,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x12,0x00,0x42,0x34,0x9C,0x31,0xC0,0x08,0x11,0x00,0x02,0xA2, + 0x10,0x00,0xB0,0xAF,0x01,0x00,0x05,0x24,0x18,0x00,0xA6,0x27, + 0x89,0x30,0xC0,0x0C,0x21,0x38,0x20,0x02,0x21,0x20,0x20,0x02, + 0x21,0x28,0x00,0x02,0x01,0x00,0x06,0x24,0x71,0x47,0xC0,0x0C, + 0x18,0x00,0xA7,0x27,0x28,0x00,0xBF,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0x10,0x00,0xA3,0x8F,0x01,0x00,0x02,0x24,0x0D,0x00,0xA2,0x14, + 0x0E,0x00,0x02,0x24,0x00,0x00,0xC6,0x8C,0x00,0x00,0x00,0x00, + 0x09,0x00,0xC0,0x10,0x00,0x00,0x00,0x00,0x20,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x46,0x00,0x04,0x00,0x40,0x14, + 0x0E,0x00,0x02,0x24,0x07,0x00,0x02,0x24,0x02,0x00,0x82,0x10, + 0x0E,0x00,0x02,0x24,0x60,0x00,0xE2,0xAC,0x11,0x00,0x62,0x90, + 0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x34,0x08,0x00,0xE0,0x03, + 0x11,0x00,0x62,0xA0,0x10,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x08,0x00,0xE0,0x03,0x00,0x00,0xE2,0xAC,0x00,0x00,0xE2,0x8C, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27, + 0x28,0x00,0xA8,0x8F,0x01,0x00,0x02,0x24,0x3D,0x00,0xA2,0x14, + 0x10,0x00,0xBF,0xAF,0x00,0x00,0xC5,0x8C,0x00,0x00,0x00,0x00, + 0x39,0x00,0xA0,0x10,0x00,0x00,0x00,0x00,0x20,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x45,0x00,0x34,0x00,0x40,0x14, + 0xFF,0xFF,0x84,0x24,0x05,0x00,0x82,0x2C,0x31,0x00,0x40,0x10, + 0x80,0x10,0x04,0x00,0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x88,0x7C,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x40,0x00,0x02,0x24,0x10,0x00,0x02,0xA1, + 0x00,0xA3,0x05,0x3C,0xDC,0x05,0xA5,0x34,0x03,0x00,0xA2,0x88, + 0x00,0x00,0xA2,0x98,0x00,0x00,0x00,0x00,0x2B,0x00,0x02,0xA9, + 0x28,0x00,0x02,0xB9,0x11,0x00,0x02,0x91,0x00,0x00,0x00,0x00, + 0xFD,0x31,0xC0,0x08,0x02,0x00,0x42,0x34,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA1,0x11,0x00,0x02,0x91,0x00,0x00,0xC3,0x8C, + 0x00,0x00,0x00,0x00,0xEE,0x31,0xC0,0x08,0x02,0x00,0x42,0x34, + 0x40,0x00,0x02,0x24,0x10,0x00,0x02,0xA1,0x11,0x00,0x02,0x91, + 0x90,0x83,0x83,0x8F,0x02,0x00,0x42,0x34,0x28,0x00,0x03,0xAD, + 0x02,0x32,0xC0,0x08,0x11,0x00,0x02,0xA1,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA1,0x11,0x00,0x02,0x91,0x00,0x00,0x00,0x00, + 0xFB,0x31,0xC0,0x08,0x01,0x00,0x03,0x24,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA1,0x11,0x00,0x02,0x91,0xDC,0x05,0x03,0x24, + 0x28,0x00,0x03,0xAD,0x02,0x00,0x42,0x34,0x02,0x32,0xC0,0x08, + 0x11,0x00,0x02,0xA1,0x21,0x20,0xE0,0x00,0x3C,0x47,0xC0,0x0C, + 0x21,0x28,0x00,0x01,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD0,0xFF,0xBD,0x27, + 0x20,0x00,0xB0,0xAF,0x40,0x00,0xB0,0x8F,0x24,0x00,0xB1,0xAF, + 0x21,0x88,0xE0,0x00,0x04,0x00,0xA0,0x14,0x28,0x00,0xBF,0xAF, + 0x01,0x00,0x02,0x24,0x1D,0x32,0xC0,0x08,0x18,0x00,0xA2,0xAF, + 0x00,0x00,0xC6,0x8C,0x20,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0xC2,0x00,0x03,0x00,0x40,0x10,0x01,0x00,0xC2,0x24, + 0x1D,0x32,0xC0,0x08,0x18,0x00,0xA2,0xAF,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x12,0x00,0x42,0x34,0x27,0x32,0xC0,0x08, + 0x11,0x00,0x02,0xA2,0x10,0x00,0xB0,0xAF,0x01,0x00,0x05,0x24, + 0x18,0x00,0xA6,0x27,0xBE,0x31,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x21,0x20,0x20,0x02,0x21,0x28,0x00,0x02,0x01,0x00,0x06,0x24, + 0x71,0x47,0xC0,0x0C,0x18,0x00,0xA7,0x27,0x28,0x00,0xBF,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x21,0x10,0xE0,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x94,0x83,0x84,0x27, + 0x97,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x2C,0x00,0xA6,0x8F,0x21,0x20,0xE0,0x00, + 0x04,0x00,0xC0,0x10,0x10,0x00,0xBF,0xAF,0x28,0x00,0xA5,0x8F, + 0x10,0x3E,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0xE2,0x8C,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x10,0x7C,0x84,0x24,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x01,0x83,0x04,0x3C, + 0x97,0x39,0xC0,0x0C,0x20,0x7C,0x84,0x24,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA3,0x8F,0x06,0x00,0x02,0x24,0x00,0x00,0x62,0xAC, + 0x08,0x00,0xE0,0x03,0x21,0x10,0xE0,0x00,0xE0,0xFF,0xBD,0x27, + 0x30,0x00,0xA8,0x8F,0x01,0x00,0x02,0x24,0x34,0x00,0xA2,0x14, + 0x18,0x00,0xBF,0xAF,0x00,0x00,0xC5,0x8C,0x00,0x00,0x00,0x00, + 0x30,0x00,0xA0,0x10,0x00,0x00,0x00,0x00,0x18,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x45,0x00,0x2B,0x00,0x40,0x14, + 0xFF,0xFF,0x84,0x24,0x05,0x00,0x82,0x2C,0x28,0x00,0x40,0x10, + 0x80,0x10,0x04,0x00,0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0xA0,0x7C,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA1, + 0x11,0x00,0x02,0x91,0x00,0x00,0xC3,0x8C,0x02,0x00,0x42,0x34, + 0x28,0x00,0x03,0xAD,0x98,0x32,0xC0,0x08,0x11,0x00,0x02,0xA1, + 0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA1,0x00,0x00,0xC2,0x8C, + 0x11,0x00,0x03,0x91,0x01,0x00,0x42,0x24,0x02,0x00,0x63,0x34, + 0x28,0x00,0x02,0xAD,0x98,0x32,0xC0,0x08,0x11,0x00,0x03,0xA1, + 0x10,0x00,0xA0,0xAF,0x21,0x20,0xE0,0x00,0x21,0x28,0x00,0x01, + 0x02,0x83,0x07,0x3C,0xC8,0xB0,0xE7,0x24,0x56,0x47,0xC0,0x0C, + 0x02,0x00,0x06,0x24,0x98,0x32,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x11,0x00,0x03,0x91,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA1, + 0x28,0x00,0x00,0xAD,0x02,0x00,0x63,0x34,0x98,0x32,0xC0,0x08, + 0x11,0x00,0x03,0xA1,0x21,0x20,0xE0,0x00,0x3C,0x47,0xC0,0x0C, + 0x21,0x28,0x00,0x01,0x18,0x00,0xBF,0x8F,0x20,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD0,0xFF,0xBD,0x27, + 0x20,0x00,0xB0,0xAF,0x40,0x00,0xB0,0x8F,0x24,0x00,0xB1,0xAF, + 0x21,0x88,0xE0,0x00,0x04,0x00,0xA0,0x14,0x28,0x00,0xBF,0xAF, + 0x01,0x00,0x02,0x24,0xB3,0x32,0xC0,0x08,0x18,0x00,0xA2,0xAF, + 0x00,0x00,0xC6,0x8C,0x18,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0xC2,0x00,0x03,0x00,0x40,0x10,0x01,0x00,0xC2,0x24, + 0xB3,0x32,0xC0,0x08,0x18,0x00,0xA2,0xAF,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x12,0x00,0x42,0x34,0xBD,0x32,0xC0,0x08, + 0x11,0x00,0x02,0xA2,0x10,0x00,0xB0,0xAF,0x01,0x00,0x05,0x24, + 0x18,0x00,0xA6,0x27,0x5D,0x32,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x21,0x20,0x20,0x02,0x21,0x28,0x00,0x02,0x01,0x00,0x06,0x24, + 0x71,0x47,0xC0,0x0C,0x18,0x00,0xA7,0x27,0x28,0x00,0xBF,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0x00,0x00,0xE2,0x94,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03,0x21,0x10,0xE0,0x00, + 0x10,0x00,0xA3,0x8F,0x08,0x00,0x02,0x24,0x00,0x00,0x62,0xAC, + 0x08,0x00,0xE0,0x03,0x21,0x10,0xE0,0x00,0xE0,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x30,0x00,0xB0,0x8F,0x01,0x00,0x02,0x24, + 0x18,0x00,0xBF,0xAF,0x7E,0x00,0xA2,0x14,0x14,0x00,0xB1,0xAF, + 0x00,0x00,0xC6,0x8C,0x00,0x00,0x00,0x00,0x7A,0x00,0xC0,0x10, + 0x00,0x00,0x00,0x00,0x18,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x46,0x00,0x75,0x00,0x40,0x14,0xC0,0x11,0x06,0x00, + 0x03,0x83,0x03,0x3C,0xC0,0xEF,0x63,0x24,0x21,0x88,0x43,0x00, + 0xFF,0xFF,0x84,0x24,0x0A,0x00,0x82,0x2C,0x6E,0x00,0x40,0x10, + 0x80,0x10,0x04,0x00,0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0xB8,0x7C,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x11,0x00,0x03,0x92,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x3E,0x33,0xC0,0x08,0x28,0x00,0x06,0xAE, + 0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x00,0x00,0x22,0x96, + 0x11,0x00,0x03,0x92,0x00,0x00,0x00,0x00,0xFA,0x32,0xC0,0x08, + 0x02,0x12,0x02,0x00,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x04,0x00,0x22,0x8E,0x11,0x00,0x03,0x92,0x01,0x00,0x42,0x24, + 0x02,0x00,0x63,0x34,0x28,0x00,0x02,0xAE,0x53,0x33,0xC0,0x08, + 0x11,0x00,0x03,0xA2,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x04,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x02,0x00,0x40,0x10, + 0x02,0x00,0x03,0x24,0x01,0x00,0x03,0x24,0x11,0x00,0x02,0x92, + 0x28,0x00,0x03,0xAE,0x02,0x00,0x42,0x34,0x53,0x33,0xC0,0x08, + 0x11,0x00,0x02,0xA2,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x11,0x00,0x02,0x92,0x08,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x4D,0x33,0xC0,0x08,0x02,0x00,0x42,0x34,0x35,0x2F,0xC0,0x0C, + 0x08,0x00,0x04,0x24,0x21,0x30,0x40,0x00,0x0F,0x00,0x22,0x8A, + 0x0C,0x00,0x22,0x9A,0x13,0x00,0x23,0x8A,0x10,0x00,0x23,0x9A, + 0x03,0x00,0xC2,0xA8,0x00,0x00,0xC2,0xB8,0x07,0x00,0xC3,0xA8, + 0x2F,0x33,0xC0,0x08,0x04,0x00,0xC3,0xB8,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0x14,0x00,0x23,0x8E, + 0x00,0x00,0x00,0x00,0x4D,0x33,0xC0,0x08,0x02,0x00,0x42,0x34, + 0x35,0x2F,0xC0,0x0C,0x08,0x00,0x04,0x24,0x21,0x30,0x40,0x00, + 0x1B,0x00,0x22,0x8A,0x18,0x00,0x22,0x9A,0x1F,0x00,0x23,0x8A, + 0x1C,0x00,0x23,0x9A,0x03,0x00,0xC2,0xA8,0x00,0x00,0xC2,0xB8, + 0x07,0x00,0xC3,0xA8,0x04,0x00,0xC3,0xB8,0x00,0x00,0xC2,0x94, + 0x00,0x00,0x00,0x00,0x00,0x1A,0x02,0x00,0x02,0x12,0x02,0x00, + 0x25,0x18,0x62,0x00,0x00,0x00,0xC3,0xA4,0x11,0x00,0x03,0x92, + 0x04,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x01,0x00,0x02,0x24, + 0x28,0x00,0x02,0xA6,0x08,0x00,0xC2,0x24,0x2C,0x00,0x06,0xAE, + 0x30,0x00,0x02,0xAE,0x34,0x00,0x00,0xA6,0x02,0x00,0x63,0x34, + 0x53,0x33,0xC0,0x08,0x11,0x00,0x03,0xA2,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92,0x20,0x00,0x23,0x96, + 0x00,0x00,0x00,0x00,0x4D,0x33,0xC0,0x08,0x02,0x00,0x42,0x34, + 0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2,0x11,0x00,0x02,0x92, + 0x68,0x00,0x23,0x8E,0x02,0x00,0x42,0x34,0x28,0x00,0x03,0xAE, + 0x53,0x33,0xC0,0x08,0x11,0x00,0x02,0xA2,0x21,0x20,0xE0,0x00, + 0x3C,0x47,0xC0,0x0C,0x21,0x28,0x00,0x02,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0xE0,0x00,0x14,0x00,0xB1,0xAF,0x30,0x00,0xB1,0x8F, + 0x01,0x00,0x02,0x24,0x0A,0x00,0xA2,0x14,0x18,0x00,0xBF,0xAF, + 0x00,0x00,0xC6,0x8C,0x00,0x00,0x00,0x00,0x06,0x00,0xC0,0x10, + 0x00,0x00,0x00,0x00,0x18,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x46,0x00,0x05,0x00,0x40,0x10,0x02,0x00,0x02,0x24, + 0x21,0x20,0x00,0x02,0x21,0x28,0x20,0x02,0x78,0x33,0xC0,0x08, + 0x0B,0x00,0x02,0x24,0x0E,0x00,0x82,0x10,0x02,0x00,0x82,0x2C, + 0x05,0x00,0x40,0x14,0x06,0x00,0x82,0x2C,0x03,0x00,0x40,0x10, + 0x04,0x00,0x82,0x2C,0x08,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x21,0x20,0x00,0x02,0x21,0x28,0x20,0x02,0x11,0x00,0x02,0x24, + 0xA4,0x42,0xC0,0x0C,0x60,0x00,0x02,0xAE,0x01,0x00,0x42,0x24, + 0x64,0x00,0x02,0xAE,0x11,0x00,0x22,0x92,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x34,0x11,0x00,0x22,0xA2,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27,0x20,0x00,0xB0,0xAF, + 0x40,0x00,0xB0,0x8F,0x24,0x00,0xB1,0xAF,0x21,0x88,0xE0,0x00, + 0x04,0x00,0xA0,0x14,0x28,0x00,0xBF,0xAF,0x01,0x00,0x02,0x24, + 0x9C,0x33,0xC0,0x08,0x18,0x00,0xA2,0xAF,0x00,0x00,0xC6,0x8C, + 0x18,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x2B,0x10,0xC2,0x00, + 0x03,0x00,0x40,0x10,0x01,0x00,0xC2,0x24,0x9C,0x33,0xC0,0x08, + 0x18,0x00,0xA2,0xAF,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x12,0x00,0x42,0x34,0xA6,0x33,0xC0,0x08,0x11,0x00,0x02,0xA2, + 0x10,0x00,0xB0,0xAF,0x01,0x00,0x05,0x24,0x18,0x00,0xA6,0x27, + 0xCC,0x32,0xC0,0x0C,0x21,0x38,0x20,0x02,0x21,0x20,0x20,0x02, + 0x21,0x28,0x00,0x02,0x01,0x00,0x06,0x24,0x71,0x47,0xC0,0x0C, + 0x18,0x00,0xA7,0x27,0x28,0x00,0xBF,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x21,0x40,0x80,0x00,0x10,0x00,0xB0,0xAF, + 0x28,0x00,0xB0,0x8F,0x01,0x00,0x02,0x24,0x39,0x00,0xA2,0x14, + 0x14,0x00,0xBF,0xAF,0x00,0x00,0xC4,0x8C,0x00,0x00,0x00,0x00, + 0x36,0x00,0x80,0x10,0x0E,0x00,0x02,0x24,0x18,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x44,0x00,0x31,0x00,0x40,0x14, + 0x0E,0x00,0x02,0x24,0xC0,0x11,0x04,0x00,0x03,0x83,0x03,0x3C, + 0xC0,0xEF,0x63,0x24,0x21,0x30,0x43,0x00,0x04,0x00,0x02,0x24, + 0x15,0x00,0x02,0x11,0x05,0x00,0x02,0x2D,0x05,0x00,0x40,0x10, + 0x02,0x00,0x02,0x24,0x08,0x00,0x02,0x11,0x0E,0x00,0x02,0x24, + 0xEC,0x33,0xC0,0x08,0x60,0x00,0xE2,0xAC,0x05,0x00,0x02,0x24, + 0x1C,0x00,0x02,0x11,0x0E,0x00,0x02,0x24,0xEC,0x33,0xC0,0x08, + 0x60,0x00,0xE2,0xAC,0x00,0x00,0xC3,0x90,0x00,0x00,0x00,0x00, + 0x00,0x00,0xC3,0xA4,0x28,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x12,0x02,0x00,0x25,0x18,0x62,0x00,0xEC,0x33,0xC0,0x08, + 0x00,0x00,0xC3,0xA4,0x28,0x00,0x03,0x8E,0x00,0x00,0x00,0x00, + 0x05,0x00,0x65,0x10,0x02,0x00,0x02,0x24,0x07,0x00,0x62,0x10, + 0x0E,0x00,0x02,0x24,0xEC,0x33,0xC0,0x08,0x60,0x00,0xE2,0xAC, + 0xF3,0x29,0xC0,0x0C,0x01,0x00,0x05,0x24,0xEC,0x33,0xC0,0x08, + 0x00,0x00,0x00,0x00,0xF3,0x29,0xC0,0x0C,0x21,0x28,0x00,0x00, + 0xEC,0x33,0xC0,0x08,0x00,0x00,0x00,0x00,0x28,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0xEC,0x33,0xC0,0x08,0x08,0x00,0xC2,0xAC, + 0x0E,0x00,0x02,0x24,0x60,0x00,0xE2,0xAC,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x34,0x11,0x00,0x02,0xA2, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27,0x14,0x00,0xB1,0xAF, + 0x21,0x88,0x80,0x00,0x1C,0x00,0xB3,0xAF,0x21,0x98,0xA0,0x00, + 0x18,0x00,0xB2,0xAF,0x21,0x90,0xE0,0x00,0x10,0x00,0xB0,0xAF, + 0x38,0x00,0xB0,0x8F,0x01,0x00,0x02,0x24,0x2E,0x00,0x62,0x16, + 0x20,0x00,0xBF,0xAF,0x00,0x00,0xC4,0x8C,0x00,0x00,0x00,0x00, + 0x2A,0x00,0x80,0x10,0x00,0x00,0x00,0x00,0x72,0x18,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x21,0x20,0x40,0x00,0x25,0x00,0x80,0x10, + 0x02,0x00,0x02,0x24,0x0B,0x00,0x22,0x12,0x03,0x00,0x22,0x2E, + 0x05,0x00,0x40,0x10,0x03,0x00,0x02,0x24,0x0F,0x00,0x33,0x12, + 0x04,0x00,0x02,0x24,0x2E,0x34,0xC0,0x08,0x21,0x20,0x40,0x02, + 0x14,0x00,0x22,0x12,0x21,0x20,0x40,0x02,0x2E,0x34,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x11,0x00,0x02,0x92,0x0A,0x00,0x83,0x84,0x02,0x00,0x42,0x34, + 0x28,0x00,0x03,0xAE,0x30,0x34,0xC0,0x08,0x11,0x00,0x02,0xA2, + 0x11,0x00,0x03,0x92,0x10,0x00,0x02,0xA2,0x04,0x00,0x82,0x24, + 0x2C,0x00,0x02,0xAE,0x0A,0x00,0x82,0x24,0x28,0x00,0x00,0xA6, + 0x30,0x00,0x02,0xAE,0x2A,0x34,0xC0,0x08,0x34,0x00,0x00,0xA6, + 0x11,0x00,0x03,0x92,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA2, + 0x28,0x00,0x11,0xAE,0x02,0x00,0x63,0x34,0x30,0x34,0xC0,0x08, + 0x11,0x00,0x03,0xA2,0x21,0x20,0x40,0x02,0x3C,0x47,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27, + 0x20,0x00,0xB0,0xAF,0x40,0x00,0xB0,0x8F,0x28,0x00,0xB2,0xAF, + 0x21,0x90,0x80,0x00,0x24,0x00,0xB1,0xAF,0x21,0x88,0xE0,0x00, + 0x03,0x00,0xA0,0x14,0x2C,0x00,0xBF,0xAF,0x45,0x34,0xC0,0x08, + 0x01,0x00,0x02,0x24,0x00,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x18,0x00,0xA2,0xAF,0x18,0x00,0xA4,0x8F, + 0x72,0x18,0xC0,0x0C,0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x14, + 0x21,0x20,0x40,0x02,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x12,0x00,0x42,0x34,0x5A,0x34,0xC0,0x08,0x11,0x00,0x02,0xA2, + 0x10,0x00,0xB0,0xAF,0x01,0x00,0x05,0x24,0x18,0x00,0xA6,0x27, + 0xF4,0x33,0xC0,0x0C,0x21,0x38,0x20,0x02,0x21,0x20,0x20,0x02, + 0x21,0x28,0x00,0x02,0x01,0x00,0x06,0x24,0x71,0x47,0xC0,0x0C, + 0x18,0x00,0xA7,0x27,0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB2,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x28,0x00,0xA8,0x8F, + 0x01,0x00,0x02,0x24,0x3F,0x00,0xA2,0x14,0x10,0x00,0xBF,0xAF, + 0x00,0x00,0xC3,0x8C,0x00,0x00,0x00,0x00,0x3B,0x00,0x60,0x10, + 0x00,0x00,0x00,0x00,0x18,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0x36,0x00,0x40,0x14,0x40,0x12,0x03,0x00, + 0x02,0x83,0x03,0x3C,0x70,0xD9,0x63,0x24,0x21,0x18,0x43,0x00, + 0xFF,0xFF,0x84,0x24,0x05,0x00,0x82,0x2C,0x2F,0x00,0x40,0x10, + 0x80,0x10,0x04,0x00,0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0xE0,0x7C,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x02,0x00,0x02,0x24,0x10,0x00,0x02,0xA1, + 0x11,0x00,0x02,0x91,0x00,0x00,0xC3,0x8C,0x00,0x00,0x00,0x00, + 0x96,0x34,0xC0,0x08,0x02,0x00,0x42,0x34,0x02,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA1,0x11,0x00,0x02,0x91,0xDC,0x05,0x03,0x24, + 0x28,0x00,0x03,0xAD,0x02,0x00,0x42,0x34,0xA6,0x34,0xC0,0x08, + 0x11,0x00,0x02,0xA1,0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA1, + 0x11,0x00,0x02,0x91,0x9C,0x00,0x63,0x8C,0x00,0x00,0x00,0x00, + 0x96,0x34,0xC0,0x08,0x02,0x00,0x42,0x34,0x41,0x00,0x02,0x24, + 0x10,0x00,0x02,0xA1,0x11,0x00,0x02,0x91,0xAC,0x00,0x63,0x8C, + 0x02,0x00,0x42,0x34,0x28,0x00,0x03,0xAD,0xA6,0x34,0xC0,0x08, + 0x11,0x00,0x02,0xA1,0x41,0x00,0x02,0x24,0x10,0x00,0x02,0xA1, + 0x9C,0x00,0x62,0x8C,0xFC,0x00,0x64,0x8C,0x11,0x00,0x03,0x91, + 0x23,0x10,0x44,0x00,0x02,0x00,0x63,0x34,0x28,0x00,0x02,0xAD, + 0xA6,0x34,0xC0,0x08,0x11,0x00,0x03,0xA1,0x21,0x20,0xE0,0x00, + 0x3C,0x47,0xC0,0x0C,0x21,0x28,0x00,0x01,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xD0,0xFF,0xBD,0x27,0x20,0x00,0xB0,0xAF,0x40,0x00,0xB0,0x8F, + 0x24,0x00,0xB1,0xAF,0x21,0x88,0xE0,0x00,0x04,0x00,0xA0,0x14, + 0x28,0x00,0xBF,0xAF,0x01,0x00,0x02,0x24,0xC1,0x34,0xC0,0x08, + 0x18,0x00,0xA2,0xAF,0x00,0x00,0xC6,0x8C,0x18,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x2B,0x10,0xC2,0x00,0x03,0x00,0x40,0x10, + 0x01,0x00,0xC2,0x24,0xC1,0x34,0xC0,0x08,0x18,0x00,0xA2,0xAF, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x12,0x00,0x42,0x34, + 0xCB,0x34,0xC0,0x08,0x11,0x00,0x02,0xA2,0x10,0x00,0xB0,0xAF, + 0x01,0x00,0x05,0x24,0x18,0x00,0xA6,0x27,0x60,0x34,0xC0,0x0C, + 0x21,0x38,0x20,0x02,0x21,0x20,0x20,0x02,0x21,0x28,0x00,0x02, + 0x01,0x00,0x06,0x24,0x71,0x47,0xC0,0x0C,0x18,0x00,0xA7,0x27, + 0x28,0x00,0xBF,0x8F,0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00,0x14,0x00,0xB1,0xAF, + 0x03,0x83,0x11,0x3C,0xB0,0xF4,0x31,0x26,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x00,0x00,0x1C,0x00,0xBF,0xAF,0xB0,0x84,0x80,0xAF, + 0xFC,0x3A,0xC0,0x0C,0x21,0x20,0x00,0x02,0x00,0x00,0x22,0xA6, + 0x01,0x00,0x10,0x26,0x40,0x00,0x02,0x2A,0xFA,0xFF,0x40,0x14, + 0x02,0x00,0x31,0x26,0x03,0x83,0x03,0x3C,0xC2,0xF4,0x63,0x90, + 0xFF,0x00,0x02,0x24,0x03,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x06,0x00,0x40,0x12,0x00,0xA3,0x04,0x3C,0xFD,0x35,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0x09,0x36,0xC0,0x0C,0xFF,0x00,0x04,0x24, + 0x00,0xA3,0x04,0x3C,0xDC,0x05,0x84,0x34,0xB0,0x83,0x85,0x27, + 0x24,0x42,0xC0,0x0C,0x04,0x00,0x06,0x24,0x19,0x00,0x40,0x14, + 0x00,0xA3,0x04,0x3C,0x03,0x83,0x10,0x3C,0xC4,0xF4,0x10,0x26, + 0x21,0x20,0x00,0x02,0xB0,0x83,0x85,0x27,0x24,0x42,0xC0,0x0C, + 0x04,0x00,0x06,0x24,0x03,0x00,0x40,0x10,0x00,0xA3,0x04,0x3C, + 0x07,0x00,0x40,0x12,0x00,0x00,0x00,0x00,0xDC,0x05,0x84,0x34, + 0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C,0x04,0x00,0x06,0x24, + 0x0B,0x35,0xC0,0x08,0x00,0xA3,0x04,0x3C,0x00,0xA3,0x05,0x3C, + 0xDC,0x05,0xA5,0x34,0x03,0x00,0x02,0x8A,0x00,0x00,0x02,0x9A, + 0x00,0x00,0x00,0x00,0x03,0x00,0xA2,0xA8,0x00,0x00,0xA2,0xB8, + 0x00,0xA3,0x04,0x3C,0x15,0x36,0xC0,0x0C,0xDC,0x05,0x84,0x34, + 0x00,0xA3,0x04,0x3C,0xE0,0x05,0x84,0x34,0xB0,0x83,0x85,0x27, + 0x24,0x42,0xC0,0x0C,0x04,0x00,0x06,0x24,0x19,0x00,0x40,0x14, + 0x00,0xA3,0x04,0x3C,0x03,0x83,0x10,0x3C,0xC8,0xF4,0x10,0x26, + 0x21,0x20,0x00,0x02,0xB0,0x83,0x85,0x27,0x24,0x42,0xC0,0x0C, + 0x04,0x00,0x06,0x24,0x03,0x00,0x40,0x10,0x00,0xA3,0x04,0x3C, + 0x07,0x00,0x40,0x12,0x00,0x00,0x00,0x00,0xE0,0x05,0x84,0x34, + 0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C,0x04,0x00,0x06,0x24, + 0x2C,0x35,0xC0,0x08,0x00,0xA3,0x04,0x3C,0x00,0xA3,0x05,0x3C, + 0xE0,0x05,0xA5,0x34,0x03,0x00,0x02,0x8A,0x00,0x00,0x02,0x9A, + 0x00,0x00,0x00,0x00,0x03,0x00,0xA2,0xA8,0x00,0x00,0xA2,0xB8, + 0x00,0xA3,0x04,0x3C,0x29,0x36,0xC0,0x0C,0xE0,0x05,0x84,0x34, + 0x03,0x83,0x03,0x3C,0xCC,0xF4,0x63,0x24,0x00,0x00,0x62,0x94, + 0x00,0x00,0x00,0x00,0x00,0x80,0x42,0x30,0x03,0x00,0x40,0x14, + 0x01,0x00,0x02,0x24,0x02,0x00,0x40,0x12,0x00,0x00,0x00,0x00, + 0x00,0x00,0x62,0xA4,0x00,0xA3,0x02,0x3C,0x90,0x01,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x03,0x83,0x03,0x3C,0xCC,0xF4,0x63,0x24,0x00,0x00,0x62,0x94, + 0x00,0x00,0x00,0x00,0x4D,0x35,0xC0,0x08,0xFE,0xFF,0x42,0x30, + 0x00,0xA3,0x02,0x3C,0x90,0x01,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x07,0x00,0x40,0x18,0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C, + 0xCC,0xF4,0x63,0x24,0x00,0x00,0x62,0x94,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x34,0x00,0x00,0x62,0xA4,0x03,0x83,0x04,0x3C, + 0xCC,0xF4,0x84,0x94,0x00,0x00,0x00,0x00,0x3D,0x36,0xC0,0x0C, + 0x01,0x00,0x84,0x30,0x03,0x83,0x03,0x3C,0x00,0xF5,0x63,0x90, + 0xFF,0x00,0x02,0x24,0x03,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x05,0x00,0x40,0x12,0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C, + 0x00,0x7D,0x84,0x24,0x58,0x36,0xC0,0x0C,0x0E,0x00,0x05,0x24, + 0x03,0x83,0x03,0x3C,0x10,0xF5,0x63,0x90,0xFF,0x00,0x02,0x24, + 0x03,0x00,0x62,0x10,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x12, + 0x00,0x00,0x00,0x00,0x01,0x83,0x04,0x3C,0x10,0x7D,0x84,0x24, + 0x7A,0x36,0xC0,0x0C,0x0B,0x00,0x05,0x24,0x03,0x83,0x03,0x3C, + 0x20,0xF5,0x63,0x90,0xFF,0x00,0x02,0x24,0x03,0x00,0x62,0x10, + 0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x12,0x00,0x00,0x00,0x00, + 0x01,0x83,0x04,0x3C,0x1C,0x7D,0x84,0x24,0x9C,0x36,0xC0,0x0C, + 0x0F,0x00,0x05,0x24,0x00,0xA3,0x02,0x3C,0x8C,0x01,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x0B,0x00,0x42,0x2C,0x08,0x00,0x40,0x14, + 0x0F,0x00,0x03,0x3C,0x0F,0x00,0x02,0x3C,0x00,0xA3,0x03,0x3C, + 0x8C,0x01,0x63,0x8C,0x3F,0x42,0x42,0x34,0x2B,0x10,0x43,0x00, + 0x0F,0x00,0x40,0x10,0x0F,0x00,0x03,0x3C,0x03,0x83,0x04,0x3C, + 0xF0,0xF4,0x84,0x8C,0x36,0x42,0x63,0x34,0xF6,0xFF,0x82,0x24, + 0x2B,0x18,0x62,0x00,0x03,0x00,0x60,0x14,0x2C,0x01,0x02,0x24, + 0x04,0x00,0x40,0x12,0x00,0x00,0x00,0x00,0x00,0xA3,0x01,0x3C, + 0x8F,0x35,0xC0,0x08,0x8C,0x01,0x22,0xAC,0x00,0xA3,0x01,0x3C, + 0x8C,0x01,0x24,0xAC,0x00,0xA3,0x04,0x3C,0x8C,0x01,0x84,0x8C, + 0xBE,0x36,0xC0,0x0C,0x00,0x00,0x00,0x00,0x1C,0x00,0xBF,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27, + 0x14,0x00,0xB1,0xAF,0x21,0x88,0x80,0x00,0x24,0x00,0xB5,0xAF, + 0x21,0xA8,0xA0,0x00,0x1C,0x00,0xB3,0xAF,0x21,0x98,0xC0,0x00, + 0x2C,0x00,0xBF,0xAF,0x28,0x00,0xB6,0xAF,0x20,0x00,0xB4,0xAF, + 0x18,0x00,0xB2,0xAF,0x24,0x42,0xC0,0x0C,0x10,0x00,0xB0,0xAF, + 0x4C,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x03,0x83,0x16,0x3C, + 0xB0,0xF4,0xD6,0x26,0x23,0x10,0x36,0x02,0xC2,0x1F,0x02,0x00, + 0x21,0x10,0x43,0x00,0x43,0x90,0x02,0x00,0x01,0x00,0x62,0x26, + 0xC2,0x1F,0x02,0x00,0x21,0x10,0x43,0x00,0x43,0x80,0x02,0x00, + 0xFF,0xFF,0x14,0x26,0x40,0x00,0x82,0x2E,0x0E,0x00,0x40,0x14, + 0x40,0x00,0x42,0x2E,0x01,0x83,0x04,0x3C,0x2C,0x7D,0x84,0x24, + 0xB4,0x83,0x90,0x27,0x21,0x28,0x00,0x02,0x01,0x83,0x07,0x3C, + 0x4C,0x7D,0xE7,0x24,0x97,0x39,0xC0,0x0C,0x82,0x00,0x06,0x24, + 0x01,0x00,0x04,0x24,0x21,0x28,0x00,0x02,0x6A,0x09,0xC0,0x0C, + 0x82,0x00,0x06,0x24,0x40,0x00,0x42,0x2E,0x0E,0x00,0x40,0x14, + 0x21,0x20,0x20,0x02,0x01,0x83,0x04,0x3C,0x2C,0x7D,0x84,0x24, + 0xB4,0x83,0x90,0x27,0x21,0x28,0x00,0x02,0x01,0x83,0x07,0x3C, + 0x74,0x7D,0xE7,0x24,0x97,0x39,0xC0,0x0C,0x83,0x00,0x06,0x24, + 0x01,0x00,0x04,0x24,0x21,0x28,0x00,0x02,0x6A,0x09,0xC0,0x0C, + 0x83,0x00,0x06,0x24,0x21,0x20,0x20,0x02,0x21,0x28,0xA0,0x02, + 0x10,0x3E,0xC0,0x0C,0x21,0x30,0x60,0x02,0x40,0x10,0x12,0x00, + 0x21,0x88,0x56,0x00,0x21,0x80,0x80,0x02,0xFF,0xFF,0x02,0x24, + 0x19,0x00,0x02,0x12,0xFF,0xFF,0x14,0x24,0xB4,0x83,0x93,0x27, + 0x21,0x20,0x40,0x02,0xB0,0x84,0x82,0x8F,0x01,0x00,0x52,0x26, + 0x01,0x00,0x42,0x24,0xB0,0x84,0x82,0xAF,0x00,0x00,0x25,0x96, + 0x00,0x00,0x00,0x00,0x62,0x3B,0xC0,0x0C,0x02,0x00,0x31,0x26, + 0x0A,0x00,0x40,0x14,0x21,0x28,0x60,0x02,0x01,0x83,0x04,0x3C, + 0x2C,0x7D,0x84,0x24,0xBC,0x83,0x87,0x27,0x97,0x39,0xC0,0x0C, + 0x92,0x00,0x06,0x24,0x01,0x00,0x04,0x24,0x21,0x28,0x60,0x02, + 0x6A,0x09,0xC0,0x0C,0x92,0x00,0x06,0x24,0xFF,0xFF,0x10,0x26, + 0xEB,0xFF,0x14,0x16,0x21,0x20,0x40,0x02,0x2C,0x00,0xBF,0x8F, + 0x28,0x00,0xB6,0x8F,0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0xE0,0xFF,0xBD,0x27,0x10,0x00,0xA4,0xA3,0x03,0x83,0x04,0x3C, + 0xC2,0xF4,0x84,0x24,0x10,0x00,0xA5,0x27,0x18,0x00,0xBF,0xAF, + 0x99,0x35,0xC0,0x0C,0x01,0x00,0x06,0x24,0x18,0x00,0xBF,0x8F, + 0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE0,0xFF,0xBD,0x27,0x10,0x00,0xA4,0xA3,0x03,0x83,0x04,0x3C, + 0xC3,0xF4,0x84,0x24,0x10,0x00,0xA5,0x27,0x18,0x00,0xBF,0xAF, + 0x99,0x35,0xC0,0x0C,0x01,0x00,0x06,0x24,0x18,0x00,0xBF,0x8F, + 0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE8,0xFF,0xBD,0x27,0x21,0x28,0x80,0x00,0x10,0x00,0xB0,0xAF, + 0x03,0x83,0x10,0x3C,0xC4,0xF4,0x10,0x26,0x21,0x20,0x00,0x02, + 0x14,0x00,0xBF,0xAF,0x99,0x35,0xC0,0x0C,0x04,0x00,0x06,0x24, + 0x00,0xA3,0x05,0x3C,0xDC,0x05,0xA5,0x34,0x03,0x00,0x02,0x8A, + 0x00,0x00,0x02,0x9A,0x00,0x00,0x00,0x00,0x03,0x00,0xA2,0xA8, + 0x00,0x00,0xA2,0xB8,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x21,0x28,0x80,0x00,0x10,0x00,0xB0,0xAF,0x03,0x83,0x10,0x3C, + 0xC8,0xF4,0x10,0x26,0x21,0x20,0x00,0x02,0x14,0x00,0xBF,0xAF, + 0x99,0x35,0xC0,0x0C,0x04,0x00,0x06,0x24,0x00,0xA3,0x05,0x3C, + 0xE0,0x05,0xA5,0x34,0x03,0x00,0x02,0x8A,0x00,0x00,0x02,0x9A, + 0x00,0x00,0x00,0x00,0x03,0x00,0xA2,0xA8,0x00,0x00,0xA2,0xB8, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0x03,0x83,0x02,0x3C,0xCC,0xF4,0x42,0x94, + 0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF,0x08,0x00,0x80,0x10, + 0x10,0x00,0xA2,0xA7,0x01,0x00,0x42,0x34,0x10,0x00,0xA2,0xA7, + 0x01,0x00,0x02,0x24,0x28,0x84,0x82,0xAF,0x00,0xA3,0x01,0x3C, + 0x4F,0x36,0xC0,0x08,0x90,0x01,0x22,0xAC,0xFE,0xFF,0x42,0x30, + 0x10,0x00,0xA2,0xA7,0x28,0x84,0x80,0xAF,0x00,0xA3,0x01,0x3C, + 0x90,0x01,0x20,0xAC,0x03,0x83,0x04,0x3C,0xCC,0xF4,0x84,0x24, + 0x10,0x00,0xA5,0x27,0x99,0x35,0xC0,0x0C,0x02,0x00,0x06,0x24, + 0x18,0x00,0xBF,0x8F,0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF, + 0x21,0x38,0x80,0x00,0x21,0x30,0xA0,0x00,0x03,0x00,0xE2,0x88, + 0x00,0x00,0xE2,0x98,0x07,0x00,0xE3,0x88,0x04,0x00,0xE3,0x98, + 0x0B,0x00,0xE4,0x88,0x08,0x00,0xE4,0x98,0x0F,0x00,0xE5,0x88, + 0x0C,0x00,0xE5,0x98,0x13,0x00,0xA2,0xAB,0x10,0x00,0xA2,0xBB, + 0x17,0x00,0xA3,0xAB,0x14,0x00,0xA3,0xBB,0x1B,0x00,0xA4,0xAB, + 0x18,0x00,0xA4,0xBB,0x1F,0x00,0xA5,0xAB,0x1C,0x00,0xA5,0xBB, + 0x10,0x00,0xC2,0x2C,0x03,0x00,0x40,0x10,0x10,0x00,0xA3,0x27, + 0x21,0x10,0x66,0x00,0x00,0x00,0x40,0xA0,0x03,0x83,0x04,0x3C, + 0x00,0xF5,0x84,0x24,0x21,0x28,0xE0,0x00,0x99,0x35,0xC0,0x0C, + 0x10,0x00,0x06,0x24,0x20,0x00,0xBF,0x8F,0x28,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD8,0xFF,0xBD,0x27, + 0x20,0x00,0xBF,0xAF,0x21,0x38,0x80,0x00,0x21,0x30,0xA0,0x00, + 0x03,0x00,0xE2,0x88,0x00,0x00,0xE2,0x98,0x07,0x00,0xE3,0x88, + 0x04,0x00,0xE3,0x98,0x0B,0x00,0xE4,0x88,0x08,0x00,0xE4,0x98, + 0x0F,0x00,0xE5,0x88,0x0C,0x00,0xE5,0x98,0x13,0x00,0xA2,0xAB, + 0x10,0x00,0xA2,0xBB,0x17,0x00,0xA3,0xAB,0x14,0x00,0xA3,0xBB, + 0x1B,0x00,0xA4,0xAB,0x18,0x00,0xA4,0xBB,0x1F,0x00,0xA5,0xAB, + 0x1C,0x00,0xA5,0xBB,0x10,0x00,0xC2,0x2C,0x03,0x00,0x40,0x10, + 0x10,0x00,0xA3,0x27,0x21,0x10,0x66,0x00,0x00,0x00,0x40,0xA0, + 0x03,0x83,0x04,0x3C,0x10,0xF5,0x84,0x24,0x21,0x28,0xE0,0x00, + 0x99,0x35,0xC0,0x0C,0x10,0x00,0x06,0x24,0x20,0x00,0xBF,0x8F, + 0x28,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF,0x21,0x38,0x80,0x00, + 0x21,0x30,0xA0,0x00,0x03,0x00,0xE2,0x88,0x00,0x00,0xE2,0x98, + 0x07,0x00,0xE3,0x88,0x04,0x00,0xE3,0x98,0x0B,0x00,0xE4,0x88, + 0x08,0x00,0xE4,0x98,0x0F,0x00,0xE5,0x88,0x0C,0x00,0xE5,0x98, + 0x13,0x00,0xA2,0xAB,0x10,0x00,0xA2,0xBB,0x17,0x00,0xA3,0xAB, + 0x14,0x00,0xA3,0xBB,0x1B,0x00,0xA4,0xAB,0x18,0x00,0xA4,0xBB, + 0x1F,0x00,0xA5,0xAB,0x1C,0x00,0xA5,0xBB,0x10,0x00,0xC2,0x2C, + 0x03,0x00,0x40,0x10,0x10,0x00,0xA3,0x27,0x21,0x10,0x66,0x00, + 0x00,0x00,0x40,0xA0,0x03,0x83,0x04,0x3C,0x20,0xF5,0x84,0x24, + 0x21,0x28,0xE0,0x00,0x99,0x35,0xC0,0x0C,0x10,0x00,0x06,0x24, + 0x20,0x00,0xBF,0x8F,0x28,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27,0x0F,0x00,0x02,0x3C, + 0x36,0x42,0x42,0x34,0x18,0x00,0xA4,0xAF,0xF6,0xFF,0x84,0x24, + 0x2B,0x10,0x44,0x00,0x03,0x00,0x40,0x10,0x10,0x00,0xBF,0xAF, + 0x2C,0x01,0x02,0x24,0x18,0x00,0xA2,0xAF,0x03,0x83,0x04,0x3C, + 0xF0,0xF4,0x84,0x24,0x18,0x00,0xA5,0x27,0x99,0x35,0xC0,0x0C, + 0x04,0x00,0x06,0x24,0x18,0x00,0xA2,0x8F,0x00,0xA3,0x01,0x3C, + 0x8C,0x01,0x22,0xAC,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27, + 0x10,0x00,0xBF,0xAF,0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C, + 0x03,0x26,0x04,0x00,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27, + 0x10,0x00,0xBF,0xAF,0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C, + 0x03,0x26,0x04,0x00,0x10,0x00,0xBF,0x8F,0x18,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xA0,0xFF,0xBD,0x27, + 0x70,0x00,0xA2,0x8F,0x48,0x00,0xB0,0xAF,0x21,0x80,0xE0,0x00, + 0x58,0x00,0xB4,0xAF,0x21,0xA0,0x00,0x00,0x54,0x00,0xB3,0xAF, + 0x21,0x98,0xC0,0x00,0x5C,0x00,0xBF,0xAF,0x50,0x00,0xB2,0xAF, + 0x07,0x00,0xA0,0x10,0x4C,0x00,0xB1,0xAF,0x06,0x00,0x41,0x04, + 0x33,0x00,0xB1,0x27,0x2D,0x00,0x14,0x24,0x03,0x00,0x00,0x12, + 0x23,0x10,0x02,0x00,0xFF,0xFF,0x10,0x26,0x33,0x00,0xB1,0x27, + 0x33,0x00,0xA0,0xA3,0x1B,0x00,0x44,0x00,0x02,0x00,0x80,0x14, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00,0x12,0x18,0x00,0x00, + 0x10,0x10,0x00,0x00,0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x60,0xB1,0x22,0x90,0xFF,0xFF,0x31,0x26,0x02,0x00,0x00,0x12, + 0x00,0x00,0x22,0xA2,0xFF,0xFF,0x10,0x26,0x21,0x10,0x60,0x00, + 0xF1,0xFF,0x40,0x14,0x01,0x00,0x03,0x24,0x00,0x16,0x13,0x00, + 0x03,0x16,0x02,0x00,0x0B,0x00,0x43,0x14,0x21,0x20,0x80,0x02, + 0xFF,0xFF,0x10,0x26,0xFF,0xFF,0x02,0x24,0x07,0x00,0x02,0x12, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x12,0x16, + 0x21,0x20,0x80,0x02,0x04,0x00,0x80,0x10,0x00,0x16,0x13,0x00, + 0xDC,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0x16,0x13,0x00, + 0x03,0x16,0x02,0x00,0x02,0x00,0x03,0x24,0x0E,0x00,0x43,0x14, + 0xFF,0xFF,0x02,0x24,0xFF,0xFF,0x10,0x26,0x0B,0x00,0x02,0x12, + 0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C,0x30,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0x06,0x00,0x12,0x12,0x00,0x00,0x00,0x00, + 0x24,0x37,0xC0,0x08,0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00, + 0xDC,0x39,0xC0,0x0C,0x03,0x26,0x04,0x00,0x00,0x00,0x22,0x82, + 0x00,0x00,0x24,0x92,0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14, + 0x01,0x00,0x31,0x26,0xFF,0xFF,0x31,0x26,0x00,0x16,0x13,0x00, + 0x03,0x16,0x02,0x00,0x03,0x00,0x03,0x24,0x09,0x00,0x43,0x14, + 0xFF,0xFF,0x10,0x26,0xFF,0xFF,0x02,0x24,0x06,0x00,0x02,0x12, + 0xFF,0xFF,0x11,0x24,0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x11,0x16,0x00,0x00,0x00,0x00, + 0x5C,0x00,0xBF,0x8F,0x58,0x00,0xB4,0x8F,0x54,0x00,0xB3,0x8F, + 0x50,0x00,0xB2,0x8F,0x4C,0x00,0xB1,0x8F,0x48,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x60,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27, + 0x28,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00,0x20,0x00,0xB0,0xAF, + 0x21,0x80,0xA0,0x00,0x24,0x00,0xB1,0xAF,0x21,0x88,0xC0,0x00, + 0x21,0x20,0x20,0x02,0x30,0x00,0xBF,0xAF,0x38,0x42,0xC0,0x0C, + 0x2C,0x00,0xB3,0xAF,0x21,0x20,0x00,0x00,0x21,0x18,0x40,0x00, + 0x2A,0x10,0x70,0x00,0x02,0x00,0x40,0x10,0x21,0x98,0x40,0x02, + 0x23,0x20,0x03,0x02,0x00,0x16,0x12,0x00,0x03,0x16,0x02,0x00, + 0x01,0x00,0x03,0x24,0x0B,0x00,0x43,0x14,0x21,0x80,0x80,0x00, + 0xFF,0xFF,0x10,0x26,0xFF,0xFF,0x02,0x24,0x08,0x00,0x02,0x12, + 0x00,0x16,0x13,0x00,0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x12,0x16, + 0x00,0x00,0x00,0x00,0x00,0x16,0x13,0x00,0x03,0x16,0x02,0x00, + 0x02,0x00,0x03,0x24,0x0E,0x00,0x43,0x14,0xFF,0xFF,0x02,0x24, + 0xFF,0xFF,0x10,0x26,0x0B,0x00,0x02,0x12,0xFF,0xFF,0x12,0x24, + 0xDC,0x39,0xC0,0x0C,0x30,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0x06,0x00,0x12,0x12,0x00,0x00,0x00,0x00,0x71,0x37,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C, + 0x03,0x26,0x04,0x00,0x00,0x00,0x22,0x82,0x00,0x00,0x24,0x92, + 0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14,0x01,0x00,0x31,0x26, + 0xFF,0xFF,0x31,0x26,0x00,0x16,0x13,0x00,0x03,0x16,0x02,0x00, + 0x03,0x00,0x03,0x24,0x09,0x00,0x43,0x14,0xFF,0xFF,0x10,0x26, + 0xFF,0xFF,0x02,0x24,0x06,0x00,0x02,0x12,0xFF,0xFF,0x11,0x24, + 0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0xFC,0xFF,0x11,0x16,0x00,0x00,0x00,0x00,0x30,0x00,0xBF,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27, + 0x20,0xFF,0xBD,0x27,0xC0,0x00,0xB2,0xAF,0x21,0x90,0xA0,0x00, + 0xC4,0x00,0xB3,0xAF,0x21,0x98,0x00,0x00,0xDC,0x00,0xBF,0xAF, + 0xD8,0x00,0xBE,0xAF,0xD4,0x00,0xB7,0xAF,0xD0,0x00,0xB6,0xAF, + 0xCC,0x00,0xB5,0xAF,0xC8,0x00,0xB4,0xAF,0xBC,0x00,0xB1,0xAF, + 0xB8,0x00,0xB0,0xAF,0x01,0x00,0x82,0x80,0x00,0x00,0x00,0x00, + 0xE5,0x01,0x40,0x10,0x21,0x88,0x00,0x00,0xFF,0xFF,0x16,0x24, + 0x01,0x00,0x17,0x24,0x02,0x00,0x1E,0x24,0x01,0x00,0x95,0x24, + 0x00,0x00,0xA2,0x92,0x00,0x00,0x00,0x00,0xDB,0xFF,0x42,0x24, + 0x00,0x16,0x02,0x00,0x03,0x1E,0x02,0x00,0x54,0x00,0x62,0x2C, + 0xD9,0x01,0x40,0x10,0x80,0x10,0x03,0x00,0x01,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0xB0,0x7D,0x22,0x8C,0x00,0x00,0x00,0x00, + 0x08,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x59,0x38,0xC0,0x08, + 0x25,0x00,0x04,0x24,0x01,0x83,0x10,0x3C,0xA0,0x7D,0x10,0x26, + 0x38,0x42,0xC0,0x0C,0x21,0x20,0x00,0x02,0xC3,0x37,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C, + 0x03,0x26,0x04,0x00,0x00,0x00,0x02,0x82,0x00,0x00,0x04,0x92, + 0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14,0x01,0x00,0x10,0x26, + 0x8B,0x39,0xC0,0x08,0x01,0x00,0xA2,0x26,0x00,0x26,0x12,0x00, + 0x59,0x38,0xC0,0x08,0x03,0x26,0x04,0x00,0x02,0x00,0x03,0x24, + 0x21,0x80,0x20,0x02,0x21,0x28,0x40,0x02,0x21,0xA0,0x00,0x00, + 0x33,0x00,0xB1,0x27,0x33,0x00,0xA0,0xA3,0x1B,0x00,0xA3,0x00, + 0x02,0x00,0x60,0x14,0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00, + 0x12,0x28,0x00,0x00,0x10,0x10,0x00,0x00,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0x60,0xB1,0x22,0x90,0xFF,0xFF,0x31,0x26, + 0x02,0x00,0x00,0x12,0x00,0x00,0x22,0xA2,0xFF,0xFF,0x10,0x26, + 0xF2,0xFF,0xA0,0x14,0x00,0x00,0x00,0x00,0x0A,0x00,0x77,0x16, + 0x00,0x16,0x14,0x00,0xFF,0xFF,0x10,0x26,0x08,0x00,0x16,0x12, + 0x03,0x26,0x02,0x00,0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x12,0x16, + 0x00,0x16,0x14,0x00,0x03,0x26,0x02,0x00,0x03,0x00,0x80,0x10, + 0x00,0x00,0x00,0x00,0xDC,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x0E,0x00,0x7E,0x16,0x00,0x00,0x00,0x00,0xFF,0xFF,0x10,0x26, + 0x0B,0x00,0x16,0x12,0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C, + 0x30,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0x06,0x00,0x12,0x12, + 0x00,0x00,0x00,0x00,0xF7,0x37,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C,0x03,0x26,0x04,0x00, + 0x00,0x00,0x22,0x82,0x00,0x00,0x24,0x92,0x00,0x00,0x00,0x00, + 0xF9,0xFF,0x40,0x14,0x01,0x00,0x31,0x26,0xFF,0xFF,0x31,0x26, + 0x03,0x00,0x06,0x24,0x50,0x00,0x66,0x16,0x42,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0x4D,0x00,0x16,0x12,0xFF,0xFF,0x11,0x24, + 0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0xFC,0xFF,0x11,0x16,0x42,0x00,0x04,0x24,0x59,0x38,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x08,0x00,0x03,0x24,0x21,0x80,0x20,0x02, + 0x21,0x28,0x40,0x02,0x21,0xA0,0x00,0x00,0x33,0x00,0xB1,0x27, + 0x33,0x00,0xA0,0xA3,0x1B,0x00,0xA3,0x00,0x02,0x00,0x60,0x14, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00,0x12,0x28,0x00,0x00, + 0x10,0x10,0x00,0x00,0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x60,0xB1,0x22,0x90,0xFF,0xFF,0x31,0x26,0x02,0x00,0x00,0x12, + 0x00,0x00,0x22,0xA2,0xFF,0xFF,0x10,0x26,0xF2,0xFF,0xA0,0x14, + 0x00,0x00,0x00,0x00,0x0A,0x00,0x77,0x16,0x00,0x16,0x14,0x00, + 0xFF,0xFF,0x10,0x26,0x08,0x00,0x16,0x12,0x03,0x26,0x02,0x00, + 0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x12,0x16,0x00,0x16,0x14,0x00, + 0x03,0x26,0x02,0x00,0x03,0x00,0x80,0x10,0x00,0x00,0x00,0x00, + 0xDC,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x0E,0x00,0x7E,0x16, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x10,0x26,0x0B,0x00,0x16,0x12, + 0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C,0x30,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0x06,0x00,0x12,0x12,0x00,0x00,0x00,0x00, + 0x3E,0x38,0xC0,0x08,0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00, + 0xDC,0x39,0xC0,0x0C,0x03,0x26,0x04,0x00,0x00,0x00,0x22,0x82, + 0x00,0x00,0x24,0x92,0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14, + 0x01,0x00,0x31,0x26,0xFF,0xFF,0x31,0x26,0x03,0x00,0x06,0x24, + 0x09,0x00,0x66,0x16,0x51,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0x06,0x00,0x16,0x12,0xFF,0xFF,0x11,0x24,0xDC,0x39,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x11,0x16, + 0x51,0x00,0x04,0x24,0xDC,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x8B,0x39,0xC0,0x08,0x01,0x00,0xA2,0x26,0x21,0x80,0x20,0x02, + 0x21,0x10,0x40,0x02,0x21,0xA0,0x00,0x00,0x05,0x00,0x41,0x06, + 0x0A,0x00,0x04,0x24,0x2D,0x00,0x14,0x24,0x02,0x00,0x20,0x12, + 0x23,0x10,0x12,0x00,0xFF,0xFF,0x30,0x26,0x33,0x00,0xB1,0x27, + 0x33,0x00,0xA0,0xA3,0x1B,0x00,0x44,0x00,0x02,0x00,0x80,0x14, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00,0x12,0x18,0x00,0x00, + 0x10,0x10,0x00,0x00,0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x60,0xB1,0x22,0x90,0xFF,0xFF,0x31,0x26,0x02,0x00,0x00,0x12, + 0x00,0x00,0x22,0xA2,0xFF,0xFF,0x10,0x26,0x21,0x10,0x60,0x00, + 0xF1,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0x0A,0x00,0x77,0x16, + 0x21,0x20,0x80,0x02,0xFF,0xFF,0x10,0x26,0x07,0x00,0x16,0x12, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x12,0x16, + 0x21,0x20,0x80,0x02,0x03,0x00,0x80,0x10,0x00,0x00,0x00,0x00, + 0xDC,0x39,0xC0,0x0C,0x00,0x00,0x00,0x00,0x0E,0x00,0x7E,0x16, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x10,0x26,0x0B,0x00,0x16,0x12, + 0xFF,0xFF,0x12,0x24,0xDC,0x39,0xC0,0x0C,0x30,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0x06,0x00,0x12,0x12,0x00,0x00,0x00,0x00, + 0x8C,0x38,0xC0,0x08,0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00, + 0xDC,0x39,0xC0,0x0C,0x03,0x26,0x04,0x00,0x00,0x00,0x22,0x82, + 0x00,0x00,0x24,0x92,0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14, + 0x01,0x00,0x31,0x26,0xFF,0xFF,0x31,0x26,0x03,0x00,0x06,0x24, + 0xED,0x00,0x66,0x16,0x01,0x00,0xA2,0x26,0xFF,0xFF,0x10,0x26, + 0xEA,0x00,0x16,0x12,0xFF,0xFF,0x11,0x24,0xDC,0x39,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x11,0x16, + 0x01,0x00,0xA2,0x26,0x8B,0x39,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x0A,0x00,0x03,0x24,0x21,0x80,0x20,0x02,0x21,0x28,0x40,0x02, + 0x21,0xA0,0x00,0x00,0x33,0x00,0xB1,0x27,0x33,0x00,0xA0,0xA3, + 0x1B,0x00,0xA3,0x00,0x02,0x00,0x60,0x14,0x00,0x00,0x00,0x00, + 0x0D,0x00,0x07,0x00,0x12,0x28,0x00,0x00,0x10,0x10,0x00,0x00, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0x60,0xB1,0x22,0x90, + 0xFF,0xFF,0x31,0x26,0x02,0x00,0x00,0x12,0x00,0x00,0x22,0xA2, + 0xFF,0xFF,0x10,0x26,0xF2,0xFF,0xA0,0x14,0x00,0x00,0x00,0x00, + 0x0A,0x00,0x77,0x16,0x00,0x16,0x14,0x00,0xFF,0xFF,0x10,0x26, + 0x08,0x00,0x16,0x12,0x03,0x26,0x02,0x00,0xFF,0xFF,0x12,0x24, + 0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0xFC,0xFF,0x12,0x16,0x00,0x16,0x14,0x00,0x03,0x26,0x02,0x00, + 0x03,0x00,0x80,0x10,0x00,0x00,0x00,0x00,0xDC,0x39,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x0E,0x00,0x7E,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x10,0x26,0x0B,0x00,0x16,0x12,0xFF,0xFF,0x12,0x24, + 0xDC,0x39,0xC0,0x0C,0x30,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0x06,0x00,0x12,0x12,0x00,0x00,0x00,0x00,0xD3,0x38,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C, + 0x03,0x26,0x04,0x00,0x00,0x00,0x22,0x82,0x00,0x00,0x24,0x92, + 0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14,0x01,0x00,0x31,0x26, + 0xFF,0xFF,0x31,0x26,0x03,0x00,0x06,0x24,0xA6,0x00,0x66,0x16, + 0x01,0x00,0xA2,0x26,0xFF,0xFF,0x10,0x26,0xA3,0x00,0x16,0x12, + 0xFF,0xFF,0x11,0x24,0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x11,0x16,0x01,0x00,0xA2,0x26, + 0x8B,0x39,0xC0,0x08,0x00,0x00,0x00,0x00,0xC0,0x83,0x90,0x27, + 0x38,0x42,0xC0,0x0C,0x21,0x20,0x00,0x02,0xF8,0x38,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C, + 0x03,0x26,0x04,0x00,0x00,0x00,0x02,0x82,0x00,0x00,0x04,0x92, + 0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14,0x01,0x00,0x10,0x26, + 0x10,0x00,0x03,0x24,0x21,0x80,0x20,0x02,0x21,0x28,0x40,0x02, + 0x21,0xA0,0x00,0x00,0x33,0x00,0xB1,0x27,0x33,0x00,0xA0,0xA3, + 0x1B,0x00,0xA3,0x00,0x02,0x00,0x60,0x14,0x00,0x00,0x00,0x00, + 0x0D,0x00,0x07,0x00,0x12,0x28,0x00,0x00,0x10,0x10,0x00,0x00, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0x60,0xB1,0x22,0x90, + 0xFF,0xFF,0x31,0x26,0x02,0x00,0x00,0x12,0x00,0x00,0x22,0xA2, + 0xFF,0xFF,0x10,0x26,0xF2,0xFF,0xA0,0x14,0x00,0x00,0x00,0x00, + 0x0A,0x00,0x77,0x16,0x00,0x16,0x14,0x00,0xFF,0xFF,0x10,0x26, + 0x08,0x00,0x16,0x12,0x03,0x26,0x02,0x00,0xFF,0xFF,0x12,0x24, + 0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0xFC,0xFF,0x12,0x16,0x00,0x16,0x14,0x00,0x03,0x26,0x02,0x00, + 0x03,0x00,0x80,0x10,0x00,0x00,0x00,0x00,0xDC,0x39,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x0E,0x00,0x7E,0x16,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x10,0x26,0x0B,0x00,0x16,0x12,0xFF,0xFF,0x12,0x24, + 0xDC,0x39,0xC0,0x0C,0x30,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0x06,0x00,0x12,0x12,0x00,0x00,0x00,0x00,0x27,0x39,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00,0xDC,0x39,0xC0,0x0C, + 0x03,0x26,0x04,0x00,0x00,0x00,0x22,0x82,0x00,0x00,0x24,0x92, + 0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14,0x01,0x00,0x31,0x26, + 0xFF,0xFF,0x31,0x26,0x03,0x00,0x06,0x24,0x52,0x00,0x66,0x16, + 0x01,0x00,0xA2,0x26,0xFF,0xFF,0x10,0x26,0x4F,0x00,0x16,0x12, + 0xFF,0xFF,0x11,0x24,0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x11,0x16,0x01,0x00,0xA2,0x26, + 0x8B,0x39,0xC0,0x08,0x00,0x00,0x00,0x00,0x38,0x42,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x21,0x18,0x40,0x00,0x2A,0x10,0x71,0x00, + 0x02,0x00,0x40,0x10,0x21,0x20,0x00,0x00,0x23,0x20,0x23,0x02, + 0x0A,0x00,0x77,0x16,0x21,0x80,0x80,0x00,0xFF,0xFF,0x10,0x26, + 0x07,0x00,0x16,0x12,0x00,0x00,0x00,0x00,0xFF,0xFF,0x11,0x24, + 0xDC,0x39,0xC0,0x0C,0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26, + 0xFC,0xFF,0x11,0x16,0x00,0x00,0x00,0x00,0x0E,0x00,0x7E,0x16, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x10,0x26,0x0B,0x00,0x16,0x12, + 0xFF,0xFF,0x11,0x24,0xDC,0x39,0xC0,0x0C,0x30,0x00,0x04,0x24, + 0xFF,0xFF,0x10,0x26,0x06,0x00,0x11,0x12,0x00,0x00,0x00,0x00, + 0x5B,0x39,0xC0,0x08,0x00,0x00,0x00,0x00,0x00,0x26,0x04,0x00, + 0xDC,0x39,0xC0,0x0C,0x03,0x26,0x04,0x00,0x00,0x00,0x42,0x82, + 0x00,0x00,0x44,0x92,0x00,0x00,0x00,0x00,0xF9,0xFF,0x40,0x14, + 0x01,0x00,0x52,0x26,0xFF,0xFF,0x52,0x26,0x03,0x00,0x06,0x24, + 0x1E,0x00,0x66,0x16,0x01,0x00,0xA2,0x26,0xFF,0xFF,0x10,0x26, + 0x1B,0x00,0x16,0x12,0xFF,0xFF,0x11,0x24,0xDC,0x39,0xC0,0x0C, + 0x20,0x00,0x04,0x24,0xFF,0xFF,0x10,0x26,0xFC,0xFF,0x11,0x16, + 0x01,0x00,0xA2,0x26,0x8B,0x39,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x85,0x39,0xC0,0x08,0x03,0x00,0x13,0x24,0x03,0x00,0x60,0x16, + 0x80,0x10,0x11,0x00,0x02,0x00,0x13,0x24,0x80,0x10,0x11,0x00, + 0x21,0x10,0x51,0x00,0x40,0x10,0x02,0x00,0x00,0x00,0xA3,0x82, + 0xD0,0xFF,0x42,0x24,0x02,0x00,0x60,0x16,0x21,0x88,0x43,0x00, + 0x01,0x00,0x13,0x24,0x01,0x00,0xB5,0x26,0x00,0x00,0xA2,0x82, + 0x00,0x00,0x00,0x00,0x21,0xFE,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x82,0x24,0xDC,0x00,0xBF,0x8F,0xD8,0x00,0xBE,0x8F, + 0xD4,0x00,0xB7,0x8F,0xD0,0x00,0xB6,0x8F,0xCC,0x00,0xB5,0x8F, + 0xC8,0x00,0xB4,0x8F,0xC4,0x00,0xB3,0x8F,0xC0,0x00,0xB2,0x8F, + 0xBC,0x00,0xB1,0x8F,0xB8,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0xE0,0x00,0xBD,0x27,0x00,0x00,0xA4,0xAF,0x04,0x00,0xA5,0xAF, + 0x08,0x00,0xA6,0xAF,0x0C,0x00,0xA7,0xAF,0xC8,0xFF,0xBD,0x27, + 0x3B,0x00,0xA2,0x27,0xFC,0xFF,0x03,0x24,0x24,0x10,0x43,0x00, + 0x34,0x00,0xBF,0xAF,0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF, + 0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF, + 0x38,0x00,0xA4,0xAF,0x00,0x00,0x50,0x8C,0x04,0x00,0x51,0x24, + 0x00,0x00,0x02,0x82,0x00,0x00,0x03,0x92,0x00,0x00,0x00,0x00, + 0x1F,0x00,0x40,0x10,0x25,0x00,0x14,0x24,0x45,0x00,0x13,0x24, + 0xFC,0xFF,0x12,0x24,0x00,0x16,0x03,0x00,0x03,0x26,0x02,0x00, + 0x12,0x00,0x94,0x14,0x00,0x00,0x00,0x00,0x01,0x00,0x03,0x82, + 0x00,0x00,0x00,0x00,0x04,0x00,0x64,0x10,0x21,0x20,0x00,0x02, + 0x04,0x00,0x73,0x14,0x03,0x00,0x22,0x26,0x21,0x20,0x00,0x02, + 0xC0,0x39,0xC0,0x08,0x21,0x28,0x00,0x00,0x24,0x10,0x52,0x00, + 0x04,0x00,0x51,0x24,0x00,0x00,0x45,0x8C,0x21,0x20,0x00,0x02, + 0x95,0x37,0xC0,0x0C,0x00,0x00,0x00,0x00,0xC6,0x39,0xC0,0x08, + 0x21,0x80,0x40,0x00,0xDC,0x39,0xC0,0x0C,0x01,0x00,0x10,0x26, + 0x00,0x00,0x02,0x82,0x00,0x00,0x03,0x92,0x00,0x00,0x00,0x00, + 0xE6,0xFF,0x40,0x14,0x00,0x16,0x03,0x00,0x34,0x00,0xBF,0x8F, + 0x30,0x00,0xB4,0x8F,0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x38,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0xFF,0x01,0x02,0x24, + 0x00,0xA3,0x01,0x3C,0xB0,0x01,0x20,0xAC,0x00,0xA3,0x01,0x3C, + 0xB4,0x01,0x20,0xAC,0x00,0xA3,0x01,0x3C,0x08,0x00,0xE0,0x03, + 0xB8,0x01,0x22,0xAC,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x14,0x00,0xBF,0xAF,0xE4,0x3A,0xC0,0x0C, + 0x21,0x20,0x00,0x00,0x21,0x28,0x40,0x00,0x00,0xA3,0x03,0x3C, + 0xB4,0x01,0x63,0x8C,0x00,0xA3,0x02,0x3C,0xB8,0x01,0x42,0x8C, + 0x00,0xA3,0x04,0x3C,0x80,0x01,0x84,0x8C,0x01,0x00,0x63,0x24, + 0x0B,0x00,0x80,0x14,0x24,0x18,0x62,0x00,0x00,0xA3,0x02,0x3C, + 0xB0,0x01,0x42,0x8C,0x00,0x00,0x00,0x00,0x06,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x00,0xA3,0x02,0x3C,0x80,0x01,0x42,0x8C, + 0x00,0x00,0x00,0x00,0xF7,0xFF,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x02,0x3C,0xB4,0x01,0x42,0x8C,0x21,0x20,0xA0,0x00, + 0x00,0xA3,0x01,0x3C,0x21,0x08,0x22,0x00,0xBC,0x01,0x30,0xA0, + 0x00,0xA3,0x01,0x3C,0xE4,0x3A,0xC0,0x0C,0xB4,0x01,0x23,0xAC, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xC0,0xFF,0xBD,0x27,0x21,0x50,0x00,0x00,0x50,0x00,0xB9,0x8F, + 0x54,0x00,0xB8,0x8F,0x58,0x00,0xAF,0x8F,0x01,0x00,0x02,0x24, + 0x3C,0x00,0xB1,0xAF,0x5C,0x00,0xB1,0x8F,0x04,0x70,0xE2,0x00, + 0x0C,0x00,0xE0,0x18,0x38,0x00,0xB0,0xAF,0x01,0x00,0x09,0x24, + 0x21,0x40,0xA0,0x03,0x21,0x18,0x20,0x03,0x00,0x00,0x62,0x8C, + 0x04,0x00,0x63,0x24,0x01,0x00,0x4A,0x25,0x04,0x10,0x49,0x00, + 0x00,0x00,0x02,0xAD,0x2A,0x10,0x47,0x01,0xF9,0xFF,0x40,0x14, + 0x04,0x00,0x08,0x25,0x2E,0x00,0xC0,0x19,0x21,0x50,0x00,0x00, + 0xFF,0x00,0x10,0x24,0x21,0x48,0x00,0x00,0x00,0x00,0x91,0xAC, + 0x00,0x00,0xA0,0xA4,0x22,0x00,0xE0,0x18,0x00,0x00,0xD0,0xA0, + 0x21,0x58,0x80,0x00,0x21,0x60,0xA0,0x00,0x21,0x68,0xC0,0x00, + 0x21,0x40,0x20,0x03,0x21,0x18,0xA0,0x03,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x24,0x10,0x42,0x01,0x13,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x8D,0x00,0x00,0x00,0x00, + 0x80,0x10,0x02,0x00,0x21,0x10,0x58,0x00,0x00,0x00,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x00,0x00,0x62,0xAD,0x00,0x00,0x02,0x8D, + 0x00,0x00,0x00,0x00,0x40,0x10,0x02,0x00,0x21,0x10,0x4F,0x00, + 0x00,0x00,0x42,0x94,0x00,0x00,0x00,0x00,0x00,0x00,0x82,0xA5, + 0x00,0x00,0x02,0x8D,0x00,0x00,0x00,0x00,0x47,0x3A,0xC0,0x08, + 0x00,0x00,0xA2,0xA1,0x04,0x00,0x08,0x25,0x01,0x00,0x29,0x25, + 0x2A,0x10,0x27,0x01,0xE5,0xFF,0x40,0x14,0x04,0x00,0x63,0x24, + 0x01,0x00,0xC6,0x24,0x02,0x00,0xA5,0x24,0x01,0x00,0x4A,0x25, + 0x2A,0x10,0x4E,0x01,0xD5,0xFF,0x40,0x14,0x04,0x00,0x84,0x24, + 0x3C,0x00,0xB1,0x8F,0x38,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x40,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,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,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x21,0x48,0xE0,0x03, + 0xAA,0x03,0x08,0x24,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x08,0x21,0xFC,0xFF,0x00,0x15,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,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,0x00,0x20,0x01, + 0x00,0x00,0x00,0x00,0x21,0x58,0xE0,0x03,0xE8,0x03,0x0A,0x24, + 0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0xFF,0xFF,0x4A,0x21, + 0xFC,0xFF,0x40,0x15,0x00,0x00,0x00,0x00,0x08,0x00,0x60,0x01, + 0x00,0x00,0x00,0x00,0xFA,0xFF,0x84,0x20,0x82,0x20,0x04,0x00, + 0xFF,0xFF,0x84,0x20,0x00,0x00,0x00,0x00,0xFD,0xFF,0x80,0x14, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xF8,0xFF,0xBD,0x27,0xFF,0xFF,0xC3,0x24,0x0A,0x00,0xC0,0x10, + 0x21,0x38,0xA0,0x00,0xFF,0xFF,0x06,0x24,0x00,0x00,0xA2,0x90, + 0x01,0x00,0xA5,0x24,0x00,0x00,0x82,0xA0,0x04,0x00,0x40,0x10, + 0x01,0x00,0x84,0x24,0xFF,0xFF,0x63,0x24,0xF9,0xFF,0x66,0x14, + 0x00,0x00,0x00,0x00,0x21,0x10,0xE0,0x00,0x08,0x00,0xE0,0x03, + 0x08,0x00,0xBD,0x27,0x00,0x60,0x02,0x40,0x00,0x00,0x00,0x00, + 0x26,0x40,0x44,0x00,0x01,0xFF,0x08,0x31,0x26,0x40,0x02,0x01, + 0x00,0x60,0x88,0x40,0x08,0x00,0xE0,0x03,0x01,0xFF,0x42,0x30, + 0x00,0x60,0x02,0x40,0x00,0x00,0x00,0x00,0x01,0xFF,0x84,0x30, + 0x27,0x20,0x80,0x00,0x24,0x40,0x44,0x00,0x00,0x60,0x88,0x40, + 0x08,0x00,0xE0,0x03,0x01,0xFF,0x42,0x30,0x00,0x60,0x02,0x40, + 0x00,0x00,0x00,0x00,0x00,0xFF,0x84,0x30,0x25,0x40,0x44,0x00, + 0x01,0x00,0x08,0x35,0x00,0x60,0x88,0x40,0x08,0x00,0xE0,0x03, + 0x01,0xFF,0x42,0x30,0xD8,0xFF,0xBD,0x27,0x3F,0x00,0x84,0x30, + 0x1C,0x00,0xB3,0xAF,0x80,0x01,0x93,0x34,0x2E,0x84,0x82,0x97, + 0x2C,0x84,0x84,0x97,0x00,0x80,0x83,0x97,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x05,0xA2,0x10,0x3C,0x20,0x00,0xBF,0xAF, + 0x18,0x00,0xB2,0xAF,0x27,0x10,0x44,0x00,0x24,0x18,0x62,0x00, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x03,0xA6,0x54,0x3A,0xC0,0x0C, + 0x00,0x01,0x11,0x24,0x00,0x80,0x82,0x97,0x2C,0x84,0x83,0x97, + 0x05,0xA2,0x12,0x3C,0x25,0x10,0x43,0x00,0x00,0x80,0x82,0xA7, + 0x00,0x00,0x02,0xA6,0x24,0x10,0x33,0x02,0x06,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0x80,0x83,0x97,0x14,0x84,0x82,0x97, + 0x00,0x00,0x00,0x00,0x20,0x3B,0xC0,0x08,0x25,0x18,0x62,0x00, + 0x14,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA6, + 0x54,0x3A,0xC0,0x0C,0x42,0x88,0x11,0x00,0x00,0x80,0x82,0x97, + 0x2E,0x84,0x83,0x97,0x00,0x00,0x00,0x00,0x25,0x10,0x43,0x00, + 0x00,0x80,0x82,0xA7,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x42,0xA6, + 0x2E,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0xFF,0xFF,0x22,0x32,0x00,0x80,0x83,0xA7, + 0x00,0x00,0x43,0xA6,0xE2,0xFF,0x40,0x14,0x24,0x10,0x33,0x02, + 0x21,0x88,0x00,0x00,0x10,0x00,0x10,0x24,0x05,0xA2,0x12,0x3C, + 0xFF,0xFF,0x13,0x24,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x80,0x83,0x97,0x2E,0x84,0x82,0x97,0x00,0x00,0x00,0x00, + 0x25,0x18,0x62,0x00,0x00,0x80,0x83,0xA7,0x54,0x3A,0xC0,0x0C, + 0x00,0x00,0x43,0xA6,0x08,0x00,0x00,0x12,0x00,0x00,0x00,0x00, + 0x00,0x00,0x43,0x96,0x14,0x84,0x82,0x97,0x00,0x00,0x00,0x00, + 0x24,0x10,0x43,0x00,0x02,0x00,0x40,0x10,0x40,0x88,0x11,0x00, + 0x01,0x00,0x31,0x36,0x54,0x3A,0xC0,0x0C,0xFF,0xFF,0x10,0x26, + 0x2E,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0x00,0x80,0x83,0xA7,0xE6,0xFF,0x13,0x16, + 0x00,0x00,0x43,0xA6,0x2C,0x84,0x82,0x97,0x00,0x80,0x83,0x97, + 0x27,0x10,0x02,0x00,0x24,0x18,0x62,0x00,0x05,0xA2,0x02,0x3C, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA4,0xFF,0xFF,0x22,0x32, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27,0x24,0x00,0xB5,0xAF, + 0x21,0xA8,0xA0,0x00,0x20,0x00,0xB4,0xAF,0x3F,0x00,0x94,0x30, + 0x21,0x20,0x80,0x02,0x2C,0x00,0xBF,0xAF,0x28,0x00,0xB6,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0xFC,0x3A,0xC0,0x0C,0x10,0x00,0xB0,0xAF,0x21,0x98,0x40,0x00, + 0xFF,0xFF,0xA3,0x32,0xFF,0xFF,0x62,0x32,0x03,0x00,0x62,0x14, + 0x30,0x01,0x16,0x24,0xB5,0x3C,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x05,0xA2,0x10,0x3C,0x2E,0x84,0x82,0x97,0x2C,0x84,0x84,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x44,0x00,0x24,0x18,0x62,0x00, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x03,0xA6,0x54,0x3A,0xC0,0x0C, + 0x00,0x01,0x11,0x24,0x00,0x80,0x82,0x97,0x2C,0x84,0x83,0x97, + 0x05,0xA2,0x12,0x3C,0x25,0x10,0x43,0x00,0x00,0x80,0x82,0xA7, + 0x00,0x00,0x02,0xA6,0x24,0x10,0x36,0x02,0x06,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0x80,0x83,0x97,0x14,0x84,0x82,0x97, + 0x00,0x00,0x00,0x00,0x92,0x3B,0xC0,0x08,0x25,0x18,0x62,0x00, + 0x14,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA6, + 0x54,0x3A,0xC0,0x0C,0x42,0x88,0x11,0x00,0x00,0x80,0x82,0x97, + 0x2E,0x84,0x83,0x97,0x00,0x00,0x00,0x00,0x25,0x10,0x43,0x00, + 0x00,0x80,0x82,0xA7,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x42,0xA6, + 0x2E,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0xFF,0xFF,0x22,0x32,0x00,0x80,0x83,0xA7, + 0x00,0x00,0x43,0xA6,0xE2,0xFF,0x40,0x14,0x24,0x10,0x36,0x02, + 0xFF,0xFF,0xA3,0x32,0xFF,0xFF,0x62,0x32,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0x54,0x00,0x60,0x10,0xC0,0x01,0x93,0x36, + 0x05,0xA2,0x10,0x3C,0x2E,0x84,0x82,0x97,0x2C,0x84,0x84,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x44,0x00,0x24,0x18,0x62,0x00, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x03,0xA6,0x54,0x3A,0xC0,0x0C, + 0x00,0x01,0x11,0x24,0x00,0x80,0x82,0x97,0x2C,0x84,0x83,0x97, + 0x05,0xA2,0x12,0x3C,0x25,0x10,0x43,0x00,0x00,0x80,0x82,0xA7, + 0x00,0x00,0x02,0xA6,0x24,0x10,0x33,0x02,0x06,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0x80,0x83,0x97,0x14,0x84,0x82,0x97, + 0x00,0x00,0x00,0x00,0xC8,0x3B,0xC0,0x08,0x25,0x18,0x62,0x00, + 0x14,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA6, + 0x54,0x3A,0xC0,0x0C,0x42,0x88,0x11,0x00,0x00,0x80,0x82,0x97, + 0x2E,0x84,0x83,0x97,0x00,0x00,0x00,0x00,0x25,0x10,0x43,0x00, + 0x00,0x80,0x82,0xA7,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x42,0xA6, + 0x2E,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0xFF,0xFF,0x22,0x32,0x00,0x80,0x83,0xA7, + 0x00,0x00,0x43,0xA6,0xE2,0xFF,0x40,0x14,0x24,0x10,0x33,0x02, + 0x05,0xA2,0x10,0x3C,0x2E,0x84,0x82,0x97,0x2C,0x84,0x84,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x44,0x00,0x24,0x18,0x62,0x00, + 0x00,0x80,0x83,0xA7,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x03,0xA6, + 0x00,0x80,0x83,0x97,0x2C,0x84,0x82,0x97,0x00,0x00,0x00,0x00, + 0x25,0x18,0x62,0x00,0x00,0x00,0x03,0xA6,0x00,0x00,0x04,0x96, + 0x14,0x84,0x82,0x97,0x00,0x80,0x83,0xA7,0x24,0x10,0x44,0x00, + 0x09,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x54,0x3A,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x96,0x14,0x84,0x82,0x97, + 0x00,0x00,0x00,0x00,0x24,0x10,0x43,0x00,0xF9,0xFF,0x40,0x10, + 0x00,0x00,0x00,0x00,0x2C,0x84,0x82,0x97,0x00,0x80,0x83,0x97, + 0x27,0x10,0x02,0x00,0x24,0x18,0x62,0x00,0x05,0xA2,0x02,0x3C, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA4,0xFF,0xFF,0xA3,0x32, + 0xFF,0xFF,0x02,0x34,0x7D,0x00,0x62,0x10,0x40,0x01,0x93,0x36, + 0x05,0xA2,0x10,0x3C,0x2E,0x84,0x82,0x97,0x2C,0x84,0x84,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x44,0x00,0x24,0x18,0x62,0x00, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x03,0xA6,0x54,0x3A,0xC0,0x0C, + 0x00,0x01,0x11,0x24,0x00,0x80,0x82,0x97,0x2C,0x84,0x83,0x97, + 0x05,0xA2,0x12,0x3C,0x25,0x10,0x43,0x00,0x00,0x80,0x82,0xA7, + 0x00,0x00,0x02,0xA6,0x24,0x10,0x33,0x02,0x06,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0x80,0x83,0x97,0x14,0x84,0x82,0x97, + 0x00,0x00,0x00,0x00,0x1F,0x3C,0xC0,0x08,0x25,0x18,0x62,0x00, + 0x14,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA6, + 0x54,0x3A,0xC0,0x0C,0x42,0x88,0x11,0x00,0x00,0x80,0x82,0x97, + 0x2E,0x84,0x83,0x97,0x00,0x00,0x00,0x00,0x25,0x10,0x43,0x00, + 0x00,0x80,0x82,0xA7,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x42,0xA6, + 0x2E,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0xFF,0xFF,0x22,0x32,0x00,0x80,0x83,0xA7, + 0x00,0x00,0x43,0xA6,0xE2,0xFF,0x40,0x14,0x24,0x10,0x33,0x02, + 0x21,0x90,0xA0,0x02,0x00,0x80,0x10,0x34,0x00,0x80,0x82,0x97, + 0x2C,0x84,0x83,0x97,0x05,0xA2,0x11,0x3C,0x25,0x10,0x43,0x00, + 0x05,0xA2,0x03,0x3C,0x00,0x80,0x82,0xA7,0x00,0x00,0x62,0xA4, + 0x24,0x10,0x12,0x02,0x06,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0x80,0x83,0x97,0x14,0x84,0x82,0x97,0x00,0x00,0x00,0x00, + 0x48,0x3C,0xC0,0x08,0x25,0x18,0x62,0x00,0x14,0x84,0x82,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00,0x24,0x18,0x62,0x00, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x23,0xA6,0x54,0x3A,0xC0,0x0C, + 0x42,0x80,0x10,0x00,0x00,0x80,0x82,0x97,0x2E,0x84,0x83,0x97, + 0x00,0x00,0x00,0x00,0x25,0x10,0x43,0x00,0x00,0x80,0x82,0xA7, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x22,0xA6,0x2E,0x84,0x82,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00,0x24,0x18,0x62,0x00, + 0xFF,0xFF,0x02,0x32,0x00,0x80,0x83,0xA7,0x00,0x00,0x23,0xA6, + 0xE2,0xFF,0x40,0x14,0x24,0x10,0x12,0x02,0x05,0xA2,0x10,0x3C, + 0x2E,0x84,0x82,0x97,0x2C,0x84,0x84,0x97,0x00,0x80,0x83,0x97, + 0x27,0x10,0x44,0x00,0x24,0x18,0x62,0x00,0x00,0x80,0x83,0xA7, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x03,0xA6,0x00,0x80,0x83,0x97, + 0x2C,0x84,0x82,0x97,0x00,0x00,0x00,0x00,0x25,0x18,0x62,0x00, + 0x00,0x00,0x03,0xA6,0x00,0x00,0x04,0x96,0x14,0x84,0x82,0x97, + 0x00,0x80,0x83,0xA7,0x24,0x10,0x44,0x00,0x09,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x03,0x96,0x14,0x84,0x82,0x97,0x00,0x00,0x00,0x00, + 0x24,0x10,0x43,0x00,0xF9,0xFF,0x40,0x10,0x00,0x00,0x00,0x00, + 0x2C,0x84,0x82,0x97,0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00, + 0x24,0x18,0x62,0x00,0x05,0xA2,0x02,0x3C,0x00,0x80,0x83,0xA7, + 0x00,0x00,0x43,0xA4,0x00,0x01,0x13,0x24,0x05,0xA2,0x10,0x3C, + 0x2E,0x84,0x82,0x97,0x2C,0x84,0x84,0x97,0x00,0x80,0x83,0x97, + 0x27,0x10,0x44,0x00,0x24,0x18,0x62,0x00,0x00,0x80,0x83,0xA7, + 0x00,0x00,0x03,0xA6,0x54,0x3A,0xC0,0x0C,0x00,0x01,0x11,0x24, + 0x00,0x80,0x82,0x97,0x2C,0x84,0x83,0x97,0x05,0xA2,0x12,0x3C, + 0x25,0x10,0x43,0x00,0x00,0x80,0x82,0xA7,0x00,0x00,0x02,0xA6, + 0x24,0x10,0x71,0x02,0x06,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0x80,0x83,0x97,0x14,0x84,0x82,0x97,0x00,0x00,0x00,0x00, + 0x9C,0x3C,0xC0,0x08,0x25,0x18,0x62,0x00,0x14,0x84,0x82,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00,0x24,0x18,0x62,0x00, + 0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA6,0x54,0x3A,0xC0,0x0C, + 0x42,0x88,0x11,0x00,0x00,0x80,0x82,0x97,0x2E,0x84,0x83,0x97, + 0x00,0x00,0x00,0x00,0x25,0x10,0x43,0x00,0x00,0x80,0x82,0xA7, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x42,0xA6,0x2E,0x84,0x82,0x97, + 0x00,0x80,0x83,0x97,0x27,0x10,0x02,0x00,0x24,0x18,0x62,0x00, + 0xFF,0xFF,0x22,0x32,0x00,0x80,0x83,0xA7,0x00,0x00,0x43,0xA6, + 0xE2,0xFF,0x40,0x14,0x24,0x10,0x71,0x02,0xFC,0x3A,0xC0,0x0C, + 0x21,0x20,0x80,0x02,0x26,0x10,0xA2,0x02,0xFF,0xFF,0x42,0x30, + 0x01,0x00,0x42,0x2C,0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB6,0x8F, + 0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xB2,0xAF,0x21,0x90,0x00,0x00,0x40,0x10,0x04,0x00, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x44,0x00,0x21,0x20,0x00,0x02, + 0x14,0x00,0xB1,0xAF,0xFF,0xFF,0xB1,0x30,0x1C,0x00,0xBF,0xAF, + 0x62,0x3B,0xC0,0x0C,0x21,0x28,0x20,0x02,0x08,0x00,0x40,0x10, + 0x01,0x00,0x04,0x26,0x62,0x3B,0xC0,0x0C,0x21,0x28,0x20,0x02, + 0x04,0x00,0x40,0x10,0x02,0x00,0x04,0x26,0x62,0x3B,0xC0,0x0C, + 0x21,0x28,0x20,0x02,0x2B,0x90,0x02,0x00,0x21,0x10,0x40,0x02, + 0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xD8,0xFF,0xBD,0x27,0x40,0x10,0x04,0x00,0x18,0x00,0xB2,0xAF, + 0x21,0x90,0x44,0x00,0x21,0x20,0x40,0x02,0x24,0x00,0xBF,0xAF, + 0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF,0x14,0x00,0xB1,0xAF, + 0xFC,0x3A,0xC0,0x0C,0x10,0x00,0xB0,0xAF,0x01,0x00,0x54,0x26, + 0x21,0x20,0x80,0x02,0xFC,0x3A,0xC0,0x0C,0x21,0x88,0x40,0x00, + 0x02,0x00,0x53,0x26,0x21,0x20,0x60,0x02,0xFC,0x3A,0xC0,0x0C, + 0x21,0x80,0x40,0x00,0xFF,0xFF,0x23,0x32,0xFF,0xFF,0x11,0x32, + 0x08,0x00,0x71,0x14,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x30, + 0x03,0x00,0x22,0x12,0x21,0x20,0x60,0x02,0x62,0x3B,0xC0,0x0C, + 0x21,0x28,0x20,0x02,0x02,0x3D,0xC0,0x08,0x21,0x10,0x20,0x02, + 0xFF,0xFF,0x50,0x30,0x04,0x00,0x70,0x10,0x21,0x20,0x80,0x02, + 0x05,0x00,0x30,0x16,0xFF,0xFF,0x02,0x24,0x21,0x20,0x40,0x02, + 0x62,0x3B,0xC0,0x0C,0x21,0x28,0x00,0x02,0x21,0x10,0x00,0x02, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x60,0x08,0x40,0x00,0x00,0x00,0x00, + 0xFE,0xFF,0x01,0x24,0x24,0x48,0x01,0x01,0x00,0x60,0x89,0x40, + 0x00,0x00,0x85,0xA4,0x02,0x00,0x84,0x20,0x02,0x2C,0x05,0x00, + 0x00,0x00,0x85,0xA4,0x00,0x60,0x88,0x40,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xD0,0xFF,0xBD,0x27,0x20,0x00,0xB2,0xAF, + 0x21,0x90,0x80,0x00,0x1C,0x00,0xB1,0xAF,0x21,0x88,0xA0,0x00, + 0x24,0x00,0xB3,0xAF,0x21,0x98,0xC0,0x00,0x28,0x00,0xB4,0xAF, + 0x21,0xA0,0xE0,0x00,0x2C,0x00,0xBF,0xAF,0x02,0x00,0x20,0x16, + 0x18,0x00,0xB0,0xAF,0xFF,0xFF,0x11,0x24,0x00,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00,0x03,0x00,0x53,0x14, + 0x00,0x00,0x00,0x00,0x39,0x3D,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x0B,0x00,0x80,0x1A,0x21,0x80,0x00,0x00,0x97,0x3A,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x8E,0x00,0x00,0x00,0x00, + 0x24,0x10,0x51,0x00,0xF6,0xFF,0x53,0x10,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x14,0x02,0xF7,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0x21,0x10,0x00,0x00,0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB4,0x8F, + 0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0xD0,0xFF,0xBD,0x27,0x20,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00, + 0x1C,0x00,0xB1,0xAF,0x21,0x88,0xA0,0x00,0x24,0x00,0xB3,0xAF, + 0x21,0x98,0xC0,0x00,0x28,0x00,0xB4,0xAF,0x21,0xA0,0xE0,0x00, + 0x2C,0x00,0xBF,0xAF,0x02,0x00,0x20,0x16,0x18,0x00,0xB0,0xAF, + 0xFF,0xFF,0x11,0x34,0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00, + 0x24,0x10,0x51,0x00,0x03,0x00,0x53,0x14,0x00,0x00,0x00,0x00, + 0x62,0x3D,0xC0,0x08,0x01,0x00,0x02,0x24,0x0B,0x00,0x80,0x1A, + 0x21,0x80,0x00,0x00,0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00, + 0xF6,0xFF,0x53,0x10,0x01,0x00,0x10,0x26,0x2A,0x10,0x14,0x02, + 0xF7,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0x21,0x10,0x00,0x00, + 0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27, + 0x20,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00,0x1C,0x00,0xB1,0xAF, + 0x21,0x88,0xA0,0x00,0x24,0x00,0xB3,0xAF,0x21,0x98,0xC0,0x00, + 0x28,0x00,0xB4,0xAF,0x21,0xA0,0xE0,0x00,0x2C,0x00,0xBF,0xAF, + 0x02,0x00,0x20,0x16,0x18,0x00,0xB0,0xAF,0xFF,0x00,0x11,0x24, + 0x00,0x00,0x42,0x92,0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00, + 0x03,0x00,0x53,0x14,0x00,0x00,0x00,0x00,0x8B,0x3D,0xC0,0x08, + 0x01,0x00,0x02,0x24,0x0B,0x00,0x80,0x1A,0x21,0x80,0x00,0x00, + 0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x92, + 0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00,0xF6,0xFF,0x53,0x10, + 0x01,0x00,0x10,0x26,0x2A,0x10,0x14,0x02,0xF7,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x21,0x10,0x00,0x00,0x2C,0x00,0xBF,0x8F, + 0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27,0x20,0x00,0xB2,0xAF, + 0x21,0x90,0x80,0x00,0x1C,0x00,0xB1,0xAF,0x21,0x88,0xA0,0x00, + 0x24,0x00,0xB3,0xAF,0x21,0x98,0xC0,0x00,0x28,0x00,0xB4,0xAF, + 0x21,0xA0,0xE0,0x00,0x2C,0x00,0xBF,0xAF,0x02,0x00,0x20,0x16, + 0x18,0x00,0xB0,0xAF,0xFF,0xFF,0x11,0x24,0x00,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00,0x03,0x00,0x53,0x14, + 0x00,0x00,0x00,0x00,0xB4,0x3D,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x0B,0x00,0x80,0x1A,0x21,0x80,0x00,0x00,0x97,0x3A,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x8E,0x00,0x00,0x00,0x00, + 0x24,0x10,0x51,0x00,0xF6,0xFF,0x53,0x14,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x14,0x02,0xF7,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0x21,0x10,0x00,0x00,0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB4,0x8F, + 0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0xD0,0xFF,0xBD,0x27,0x20,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00, + 0x1C,0x00,0xB1,0xAF,0x21,0x88,0xA0,0x00,0x24,0x00,0xB3,0xAF, + 0x21,0x98,0xC0,0x00,0x28,0x00,0xB4,0xAF,0x21,0xA0,0xE0,0x00, + 0x2C,0x00,0xBF,0xAF,0x02,0x00,0x20,0x16,0x18,0x00,0xB0,0xAF, + 0xFF,0xFF,0x11,0x34,0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00, + 0x24,0x10,0x51,0x00,0x03,0x00,0x53,0x14,0x00,0x00,0x00,0x00, + 0xDD,0x3D,0xC0,0x08,0x01,0x00,0x02,0x24,0x0B,0x00,0x80,0x1A, + 0x21,0x80,0x00,0x00,0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00, + 0xF6,0xFF,0x53,0x14,0x01,0x00,0x10,0x26,0x2A,0x10,0x14,0x02, + 0xF7,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0x21,0x10,0x00,0x00, + 0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27, + 0x20,0x00,0xB2,0xAF,0x21,0x90,0x80,0x00,0x1C,0x00,0xB1,0xAF, + 0x21,0x88,0xA0,0x00,0x24,0x00,0xB3,0xAF,0x21,0x98,0xC0,0x00, + 0x28,0x00,0xB4,0xAF,0x21,0xA0,0xE0,0x00,0x2C,0x00,0xBF,0xAF, + 0x02,0x00,0x20,0x16,0x18,0x00,0xB0,0xAF,0xFF,0x00,0x11,0x24, + 0x00,0x00,0x42,0x92,0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00, + 0x03,0x00,0x53,0x14,0x00,0x00,0x00,0x00,0x06,0x3E,0xC0,0x08, + 0x01,0x00,0x02,0x24,0x0B,0x00,0x80,0x1A,0x21,0x80,0x00,0x00, + 0x97,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x92, + 0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00,0xF6,0xFF,0x53,0x14, + 0x01,0x00,0x10,0x26,0x2A,0x10,0x14,0x02,0xF7,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x21,0x10,0x00,0x00,0x2C,0x00,0xBF,0x8F, + 0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xF8,0xFF,0xBD,0x27,0xFF,0xFF,0xC3,0x24,0x08,0x00,0xC0,0x10, + 0x21,0x38,0x80,0x00,0xFF,0xFF,0x06,0x24,0x00,0x00,0xA2,0x90, + 0x01,0x00,0xA5,0x24,0xFF,0xFF,0x63,0x24,0x00,0x00,0x82,0xA0, + 0xFB,0xFF,0x66,0x14,0x01,0x00,0x84,0x24,0x21,0x10,0xE0,0x00, + 0x08,0x00,0xE0,0x03,0x08,0x00,0xBD,0x27,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x60,0x08,0x40,0x01,0x00,0x09,0x3C, + 0x00,0x60,0x89,0x40,0x0F,0x00,0x8A,0x30,0x21,0x28,0xAA,0x00, + 0xC0,0xFF,0xA5,0x24,0x00,0x00,0x80,0xA0,0x10,0x00,0x80,0xA0, + 0x20,0x00,0x80,0xA0,0xFB,0xFF,0xA0,0x1C,0x30,0x00,0x80,0xA0, + 0x40,0x00,0x84,0x24,0x00,0x60,0x88,0x40,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x83,0x02,0x3C,0xE0,0xF8,0x42,0x24, + 0x00,0x20,0x09,0x3C,0x25,0x10,0x49,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x00,0x60,0x08,0x40,0x03,0x00,0x09,0x3C, + 0x00,0x60,0x89,0x40,0x0F,0x00,0x8A,0x30,0x21,0x28,0xAA,0x00, + 0xC0,0xFF,0xA5,0x24,0x00,0x00,0x80,0xA0,0x10,0x00,0x80,0xA0, + 0x20,0x00,0x80,0xA0,0xFB,0xFF,0xA0,0x1C,0x30,0x00,0x80,0xA0, + 0x40,0x00,0x84,0x24,0x00,0x60,0x88,0x40,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x03,0x3C,0xC0,0x03,0x63,0x8C,0x00,0xA3,0x02,0x3C, + 0xBC,0x03,0x42,0x8C,0x00,0x00,0x00,0x00,0x10,0x00,0x62,0x10, + 0xFF,0xFF,0x02,0x24,0x00,0xA3,0x02,0x3C,0xBC,0x03,0x42,0x8C, + 0x00,0xA3,0x01,0x3C,0x21,0x08,0x22,0x00,0xC8,0x03,0x22,0x90, + 0x00,0xA3,0x03,0x3C,0xBC,0x03,0x63,0x8C,0x00,0xA3,0x04,0x3C, + 0xC4,0x03,0x84,0x8C,0x00,0x16,0x02,0x00,0x03,0x16,0x02,0x00, + 0x01,0x00,0x63,0x24,0x24,0x18,0x64,0x00,0x00,0xA3,0x01,0x3C, + 0xBC,0x03,0x23,0xAC,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0xA3,0x06,0x3C,0x00,0x01,0xC6,0x34,0x0A,0x00,0x09,0x24, + 0xFF,0xFF,0x08,0x24,0x0D,0x00,0x07,0x24,0x00,0xA3,0x03,0x3C, + 0xC0,0x03,0x63,0x8C,0x00,0xA3,0x02,0x3C,0xBC,0x03,0x42,0x8C, + 0x00,0x00,0x00,0x00,0x11,0x00,0x62,0x10,0xFF,0xFF,0x05,0x24, + 0x00,0xA3,0x02,0x3C,0xBC,0x03,0x42,0x8C,0x00,0x00,0x00,0x00, + 0x21,0x10,0x46,0x00,0xC8,0x02,0x42,0x90,0x00,0x00,0x00,0x00, + 0x00,0x16,0x02,0x00,0x03,0x2E,0x02,0x00,0x00,0xA3,0x02,0x3C, + 0xBC,0x03,0x42,0x8C,0x00,0xA3,0x03,0x3C,0xC4,0x03,0x63,0x8C, + 0x01,0x00,0x42,0x24,0x24,0x10,0x43,0x00,0x00,0xA3,0x01,0x3C, + 0xBC,0x03,0x22,0xAC,0x0B,0x00,0xA9,0x10,0x0B,0x00,0xA2,0x28, + 0x05,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xE4,0xFF,0xA8,0x10, + 0x00,0x00,0x00,0x00,0x8E,0x3E,0xC0,0x08,0x00,0x00,0x85,0xA0, + 0xE0,0xFF,0xA7,0x10,0x00,0x00,0x00,0x00,0x8E,0x3E,0xC0,0x08, + 0x00,0x00,0x85,0xA0,0x90,0x3E,0xC0,0x08,0x00,0x00,0x80,0xA0, + 0x69,0x3E,0xC0,0x08,0x01,0x00,0x84,0x24,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xD0,0xFF,0xBD,0x27,0x18,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x24,0x00,0xB3,0xAF,0x21,0x98,0xA0,0x00,0x1C,0x00,0xB1,0xAF, + 0x21,0x88,0x00,0x00,0x20,0x00,0xB2,0xAF,0x21,0x90,0x00,0x02, + 0x05,0x00,0x40,0x16,0x28,0x00,0xBF,0xAF,0x36,0x00,0x60,0x16, + 0x21,0x10,0x00,0x00,0xD6,0x3E,0xC0,0x08,0x00,0x00,0x20,0xAE, + 0x00,0x00,0x43,0x82,0x00,0x00,0x00,0x00,0xA9,0x3E,0xC0,0x08, + 0x20,0x00,0x02,0x24,0x00,0x00,0x03,0x82,0x20,0x00,0x02,0x24, + 0xFD,0xFF,0x62,0x10,0x01,0x00,0x10,0x26,0xFF,0xFF,0x10,0x26, + 0x09,0x00,0x02,0x24,0xF9,0xFF,0x62,0x10,0x01,0x00,0x10,0x26, + 0xFF,0xFF,0x10,0x26,0x00,0x00,0x03,0x82,0x2D,0x00,0x02,0x24, + 0x04,0x00,0x62,0x14,0x2B,0x00,0x02,0x24,0x01,0x00,0x10,0x26, + 0xBA,0x3E,0xC0,0x08,0x01,0x00,0x11,0x24,0x03,0x00,0x62,0x14, + 0x21,0x20,0x00,0x02,0x01,0x00,0x10,0x26,0x21,0x20,0x00,0x02, + 0xEC,0x3E,0xC0,0x0C,0x10,0x00,0xA5,0x27,0x07,0x00,0x60,0x12, + 0x21,0x18,0x40,0x00,0x10,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x02,0x00,0x50,0x14,0x00,0x00,0x00,0x00,0x21,0x10,0x40,0x02, + 0x00,0x00,0x62,0xAE,0x06,0x00,0x20,0x12,0x00,0x80,0x02,0x3C, + 0x2B,0x10,0x43,0x00,0x05,0x00,0x40,0x14,0xFF,0x7F,0x02,0x3C, + 0xD3,0x3E,0xC0,0x08,0x21,0x10,0x60,0x00,0x05,0x00,0x61,0x04, + 0xFF,0x7F,0x02,0x3C,0x07,0x00,0x20,0x12,0xFF,0xFF,0x42,0x34, + 0xD6,0x3E,0xC0,0x08,0x00,0x80,0x02,0x3C,0x21,0x10,0x60,0x00, + 0x02,0x00,0x20,0x12,0x00,0x00,0x00,0x00,0x23,0x10,0x02,0x00, + 0x28,0x00,0xBF,0x8F,0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xD0,0xFF,0x82,0x24,0x0A,0x00,0x42,0x2C, + 0x07,0x00,0x40,0x14,0x01,0x00,0x02,0x24,0xBF,0xFF,0x82,0x24, + 0x06,0x00,0x42,0x2C,0x03,0x00,0x40,0x14,0x01,0x00,0x02,0x24, + 0x9F,0xFF,0x82,0x24,0x06,0x00,0x42,0x2C,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xF8,0xFF,0xBD,0x27,0x00,0x00,0xB0,0xAF, + 0x21,0x38,0x00,0x00,0x21,0x48,0x00,0x00,0x21,0x50,0x00,0x00, + 0x21,0x70,0x00,0x00,0x05,0x00,0x80,0x14,0x21,0xC8,0x80,0x00, + 0x6E,0x00,0xA0,0x14,0x21,0x10,0x00,0x00,0x63,0x3F,0xC0,0x08, + 0x00,0x00,0xC0,0xAD,0x00,0x00,0x83,0x80,0x20,0x00,0x02,0x24, + 0xFD,0xFF,0x62,0x10,0x01,0x00,0x84,0x24,0xFF,0xFF,0x84,0x24, + 0x09,0x00,0x02,0x24,0xF9,0xFF,0x62,0x10,0x01,0x00,0x84,0x24, + 0xFF,0xFF,0x84,0x24,0x00,0x00,0x83,0x80,0x2B,0x00,0x02,0x24, + 0x03,0x00,0x62,0x14,0x2D,0x00,0x02,0x24,0x0B,0x3F,0xC0,0x08, + 0x01,0x00,0x84,0x24,0x03,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x84,0x24,0x01,0x00,0x0E,0x24,0x03,0x00,0xC0,0x10, + 0x10,0x00,0x02,0x24,0x10,0x00,0xC2,0x14,0x00,0x00,0x00,0x00, + 0x00,0x00,0x83,0x80,0x30,0x00,0x02,0x24,0x09,0x00,0x62,0x14, + 0x0A,0x00,0x02,0x24,0x01,0x00,0x83,0x80,0x58,0x00,0x02,0x24, + 0x03,0x00,0x62,0x10,0x78,0x00,0x02,0x24,0x03,0x00,0x62,0x14, + 0x08,0x00,0x02,0x24,0x10,0x00,0x02,0x24,0x02,0x00,0x84,0x24, + 0x02,0x00,0xC0,0x14,0x00,0x00,0x00,0x00,0x21,0x30,0x40,0x00, + 0x00,0x00,0x83,0x80,0xFF,0xFF,0x02,0x24,0x1B,0x00,0x46,0x00, + 0x02,0x00,0xC0,0x14,0x00,0x00,0x00,0x00,0x0D,0x00,0x07,0x00, + 0x12,0x40,0x00,0x00,0x10,0xC0,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2A,0x00,0x60,0x10,0x30,0x00,0x62,0x2C, + 0x30,0x00,0xCF,0x24,0x0B,0x00,0xCD,0x28,0x57,0x00,0xCC,0x24, + 0x37,0x00,0xCB,0x24,0x05,0x00,0x40,0x14,0x2B,0x10,0x6F,0x00, + 0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x42,0x3F,0xC0,0x08, + 0xD0,0xFF,0x63,0x24,0x1E,0x00,0xA0,0x15,0x61,0x00,0x62,0x2C, + 0x06,0x00,0x40,0x14,0x41,0x00,0x62,0x2C,0x2B,0x10,0x6C,0x00, + 0x03,0x00,0x40,0x10,0x41,0x00,0x62,0x2C,0x42,0x3F,0xC0,0x08, + 0xA9,0xFF,0x63,0x24,0x15,0x00,0x40,0x14,0x2B,0x10,0x6B,0x00, + 0x13,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xC9,0xFF,0x63,0x24, + 0x2B,0x10,0x07,0x01,0x06,0x00,0x40,0x14,0x01,0x00,0x09,0x24, + 0x06,0x00,0xE8,0x14,0x18,0x00,0xE6,0x00,0x2B,0x10,0x03,0x03, + 0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x01,0x00,0x0A,0x24, + 0x18,0x00,0xE6,0x00,0x01,0x00,0x84,0x24,0x12,0x80,0x00,0x00, + 0x21,0x38,0x03,0x02,0x00,0x00,0x83,0x80,0x00,0x00,0x00,0x00, + 0xDC,0xFF,0x60,0x14,0x30,0x00,0x62,0x2C,0x05,0x00,0x40,0x11, + 0x00,0x00,0x00,0x00,0x0D,0x00,0xA0,0x10,0xFF,0xFF,0x02,0x24, + 0x63,0x3F,0xC0,0x08,0x00,0x00,0xA4,0xAC,0x06,0x00,0xA0,0x10, + 0x00,0x00,0x00,0x00,0x03,0x00,0x20,0x15,0x00,0x00,0x00,0x00, + 0x60,0x3F,0xC0,0x08,0x00,0x00,0xB9,0xAC,0x00,0x00,0xA4,0xAC, + 0x02,0x00,0xC0,0x11,0x21,0x10,0xE0,0x00,0x23,0x10,0x02,0x00, + 0x00,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x08,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC8,0xFF,0xBD,0x27, + 0x10,0x00,0xB0,0xAF,0x07,0xA2,0x10,0x3C,0xEC,0x00,0x10,0x36, + 0xFF,0xF0,0x03,0x3C,0xFF,0xFF,0x63,0x34,0x3F,0x00,0x84,0x30, + 0x24,0x00,0xB5,0xAF,0x80,0x01,0x95,0x34,0x18,0x00,0xB2,0xAF, + 0x00,0x01,0x12,0x24,0x14,0x00,0xB1,0xAF,0x07,0xA2,0x11,0x3C, + 0xEC,0x00,0x31,0x36,0x2C,0x00,0xB7,0xAF,0x00,0x04,0x17,0x3C, + 0x20,0x00,0xB4,0xAF,0xFF,0xFB,0x14,0x3C,0xFF,0xFF,0x94,0x36, + 0x28,0x00,0xB6,0xAF,0x00,0x01,0x16,0x3C,0x1C,0x00,0xB3,0xAF, + 0xFF,0xFE,0x13,0x3C,0x30,0x00,0xBF,0xAF,0x00,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x24,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x02,0xAE,0x54,0x3A,0xC0,0x0C,0xFF,0xFF,0x73,0x36, + 0xC0,0x84,0x82,0x8F,0x00,0x02,0x03,0x3C,0x25,0x10,0x43,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE,0x24,0x10,0x55,0x02, + 0x05,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x96,0x3F,0xC0,0x08,0x25,0x10,0x57,0x00, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x24,0x10,0x54,0x00, + 0xC0,0x84,0x82,0xAF,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x22,0xAE, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x25,0x10,0x56,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x22,0xAE,0x54,0x3A,0xC0,0x0C, + 0x42,0x90,0x12,0x00,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x10,0x53,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x22,0xAE, + 0xFF,0xFF,0x42,0x32,0xE6,0xFF,0x40,0x14,0x24,0x10,0x55,0x02, + 0x21,0x88,0x00,0x00,0x10,0x00,0x10,0x24,0x07,0xA2,0x12,0x3C, + 0xEC,0x00,0x52,0x36,0x00,0x01,0x16,0x3C,0x00,0x08,0x15,0x3C, + 0xFF,0xFE,0x13,0x3C,0xFF,0xFF,0x73,0x36,0xFF,0xFF,0x14,0x24, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x25,0x10,0x56,0x00,0xC0,0x84,0x82,0xAF, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x42,0xAE,0x07,0x00,0x00,0x12, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x8E,0x00,0x00,0x00,0x00, + 0x24,0x10,0x55,0x00,0x02,0x00,0x40,0x10,0x40,0x88,0x11,0x00, + 0x01,0x00,0x31,0x36,0x54,0x3A,0xC0,0x0C,0xFF,0xFF,0x10,0x26, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x24,0x10,0x53,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x42,0xAE,0xE8,0xFF,0x14,0x16, + 0x07,0xA2,0x04,0x3C,0xEC,0x00,0x84,0x34,0xFF,0xFD,0x03,0x3C, + 0xC0,0x84,0x82,0x8F,0xFF,0xFF,0x63,0x34,0x24,0x10,0x43,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x82,0xAC,0xFF,0xFF,0x22,0x32, + 0x30,0x00,0xBF,0x8F,0x2C,0x00,0xB7,0x8F,0x28,0x00,0xB6,0x8F, + 0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27, + 0x30,0x00,0xBE,0xAF,0x21,0xF0,0xA0,0x00,0x28,0x00,0xB6,0xAF, + 0x3F,0x00,0x96,0x30,0x21,0x20,0xC0,0x02,0x34,0x00,0xBF,0xAF, + 0x2C,0x00,0xB7,0xAF,0x24,0x00,0xB5,0xAF,0x20,0x00,0xB4,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x68,0x3F,0xC0,0x0C,0x10,0x00,0xB0,0xAF,0x21,0x98,0x40,0x00, + 0xFF,0xFF,0xC3,0x33,0xFF,0xFF,0x62,0x32,0x03,0x00,0x62,0x14, + 0x07,0xA2,0x10,0x3C,0x43,0x41,0xC0,0x08,0x01,0x00,0x02,0x24, + 0xEC,0x00,0x10,0x36,0xFF,0xFC,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0x00,0x01,0x12,0x24,0x07,0xA2,0x11,0x3C,0xEC,0x00,0x31,0x36, + 0xFF,0xFB,0x15,0x3C,0xFF,0xFF,0xB5,0x36,0x00,0x01,0x17,0x3C, + 0xFF,0xFE,0x14,0x3C,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE, + 0x54,0x3A,0xC0,0x0C,0xFF,0xFF,0x94,0x36,0xC0,0x84,0x82,0x8F, + 0x00,0x02,0x03,0x3C,0x25,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x02,0xAE,0x30,0x01,0x42,0x32,0x05,0x00,0x40,0x10, + 0x00,0x04,0x06,0x3C,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x13,0x40,0xC0,0x08,0x25,0x10,0x46,0x00,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x24,0x10,0x55,0x00,0xC0,0x84,0x82,0xAF, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x22,0xAE,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x25,0x10,0x57,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x22,0xAE,0x54,0x3A,0xC0,0x0C,0x42,0x90,0x12,0x00, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x24,0x10,0x54,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x22,0xAE,0xFF,0xFF,0x42,0x32, + 0xE6,0xFF,0x40,0x14,0x30,0x01,0x42,0x32,0xFF,0xFF,0xC3,0x33, + 0xFF,0xFF,0x62,0x32,0x27,0x10,0x02,0x00,0x24,0x18,0x62,0x00, + 0x58,0x00,0x60,0x10,0xC0,0x01,0xD5,0x36,0x07,0xA2,0x10,0x3C, + 0xEC,0x00,0x10,0x36,0xFF,0xFC,0x03,0x3C,0xFF,0xFF,0x63,0x34, + 0x00,0x01,0x12,0x24,0x07,0xA2,0x11,0x3C,0xEC,0x00,0x31,0x36, + 0xFF,0xFB,0x14,0x3C,0xFF,0xFF,0x94,0x36,0x00,0x01,0x17,0x3C, + 0xFF,0xFE,0x13,0x3C,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE, + 0x54,0x3A,0xC0,0x0C,0xFF,0xFF,0x73,0x36,0xC0,0x84,0x82,0x8F, + 0x00,0x02,0x03,0x3C,0x25,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x02,0xAE,0x24,0x10,0x55,0x02,0x05,0x00,0x40,0x10, + 0x00,0x04,0x06,0x3C,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x4C,0x40,0xC0,0x08,0x25,0x10,0x46,0x00,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x24,0x10,0x54,0x00,0xC0,0x84,0x82,0xAF, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x22,0xAE,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x25,0x10,0x57,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x22,0xAE,0x54,0x3A,0xC0,0x0C,0x42,0x90,0x12,0x00, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x24,0x10,0x53,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x22,0xAE,0xFF,0xFF,0x42,0x32, + 0xE6,0xFF,0x40,0x14,0x24,0x10,0x55,0x02,0x07,0xA2,0x10,0x3C, + 0xEC,0x00,0x10,0x36,0xFF,0xFC,0x03,0x3C,0xC0,0x84,0x82,0x8F, + 0xFF,0xFF,0x63,0x34,0x24,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x02,0xAE,0xC0,0x84,0x82,0x8F, + 0x00,0x02,0x03,0x3C,0x25,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x02,0xAE,0x00,0x00,0x02,0x8E,0x00,0x08,0x03,0x3C, + 0x24,0x10,0x43,0x00,0x0B,0x00,0x40,0x14,0x07,0xA2,0x04,0x3C, + 0x07,0xA2,0x10,0x3C,0xEC,0x00,0x10,0x36,0x00,0x08,0x11,0x3C, + 0x54,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00,0xFA,0xFF,0x40,0x10, + 0x07,0xA2,0x04,0x3C,0xEC,0x00,0x84,0x34,0xFF,0xFD,0x03,0x3C, + 0xC0,0x84,0x82,0x8F,0xFF,0xFF,0x63,0x34,0x24,0x10,0x43,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x82,0xAC,0xFF,0xFF,0xC3,0x33, + 0xFF,0xFF,0x02,0x34,0x85,0x00,0x62,0x10,0x40,0x01,0xD5,0x36, + 0x07,0xA2,0x10,0x3C,0xEC,0x00,0x10,0x36,0xFF,0xFC,0x03,0x3C, + 0xFF,0xFF,0x63,0x34,0x00,0x01,0x12,0x24,0x07,0xA2,0x11,0x3C, + 0xEC,0x00,0x31,0x36,0xFF,0xFB,0x14,0x3C,0xFF,0xFF,0x94,0x36, + 0x00,0x01,0x17,0x3C,0xFF,0xFE,0x13,0x3C,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x24,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x02,0xAE,0x54,0x3A,0xC0,0x0C,0xFF,0xFF,0x73,0x36, + 0xC0,0x84,0x82,0x8F,0x00,0x02,0x03,0x3C,0x25,0x10,0x43,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE,0x24,0x10,0x55,0x02, + 0x05,0x00,0x40,0x10,0x00,0x04,0x06,0x3C,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0xA7,0x40,0xC0,0x08,0x25,0x10,0x46,0x00, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x24,0x10,0x54,0x00, + 0xC0,0x84,0x82,0xAF,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x22,0xAE, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x25,0x10,0x57,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x22,0xAE,0x54,0x3A,0xC0,0x0C, + 0x42,0x90,0x12,0x00,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x10,0x53,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x22,0xAE, + 0xFF,0xFF,0x42,0x32,0xE6,0xFF,0x40,0x14,0x24,0x10,0x55,0x02, + 0x21,0xA0,0xC0,0x03,0x07,0xA2,0x02,0x3C,0xEC,0x00,0x42,0x34, + 0x00,0x80,0x11,0x34,0x07,0xA2,0x10,0x3C,0xEC,0x00,0x10,0x36, + 0x00,0x04,0x17,0x3C,0xFF,0xFB,0x13,0x3C,0xFF,0xFF,0x73,0x36, + 0x00,0x01,0x15,0x3C,0xFF,0xFE,0x12,0x3C,0xFF,0xFF,0x52,0x36, + 0xC0,0x84,0x83,0x8F,0x00,0x02,0x04,0x3C,0x25,0x18,0x64,0x00, + 0xC0,0x84,0x83,0xAF,0x00,0x00,0x43,0xAC,0x24,0x10,0x34,0x02, + 0x05,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0xD4,0x40,0xC0,0x08,0x25,0x10,0x57,0x00, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x24,0x10,0x53,0x00, + 0xC0,0x84,0x82,0xAF,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x02,0xAE, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x25,0x10,0x55,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE,0x54,0x3A,0xC0,0x0C, + 0x42,0x88,0x11,0x00,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x10,0x52,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE, + 0xFF,0xFF,0x22,0x32,0xE6,0xFF,0x40,0x14,0x24,0x10,0x34,0x02, + 0x07,0xA2,0x10,0x3C,0xEC,0x00,0x10,0x36,0xFF,0xFC,0x03,0x3C, + 0xC0,0x84,0x82,0x8F,0xFF,0xFF,0x63,0x34,0x24,0x10,0x43,0x00, + 0xC0,0x84,0x82,0xAF,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x02,0xAE, + 0xC0,0x84,0x82,0x8F,0x00,0x02,0x03,0x3C,0x25,0x10,0x43,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE,0x00,0x00,0x02,0x8E, + 0x00,0x08,0x03,0x3C,0x24,0x10,0x43,0x00,0x0B,0x00,0x40,0x14, + 0x07,0xA2,0x04,0x3C,0x07,0xA2,0x10,0x3C,0xEC,0x00,0x10,0x36, + 0x00,0x08,0x11,0x3C,0x54,0x3A,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x24,0x10,0x51,0x00, + 0xFA,0xFF,0x40,0x10,0x07,0xA2,0x04,0x3C,0xEC,0x00,0x84,0x34, + 0xFF,0xFD,0x03,0x3C,0xC0,0x84,0x82,0x8F,0xFF,0xFF,0x63,0x34, + 0x24,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x82,0xAC, + 0x07,0xA2,0x10,0x3C,0xEC,0x00,0x10,0x36,0xFF,0xFC,0x03,0x3C, + 0xFF,0xFF,0x63,0x34,0x00,0x01,0x12,0x24,0x07,0xA2,0x11,0x3C, + 0xEC,0x00,0x31,0x36,0x00,0x04,0x17,0x3C,0xFF,0xFB,0x14,0x3C, + 0xFF,0xFF,0x94,0x36,0x00,0x01,0x15,0x3C,0xFF,0xFE,0x13,0x3C, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x24,0x10,0x43,0x00, + 0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE,0x54,0x3A,0xC0,0x0C, + 0xFF,0xFF,0x73,0x36,0xC0,0x84,0x82,0x8F,0x00,0x02,0x03,0x3C, + 0x25,0x10,0x43,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x02,0xAE, + 0x00,0x01,0x42,0x32,0x05,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00,0x2C,0x41,0xC0,0x08, + 0x25,0x10,0x57,0x00,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x10,0x54,0x00,0xC0,0x84,0x82,0xAF,0x54,0x3A,0xC0,0x0C, + 0x00,0x00,0x22,0xAE,0xC0,0x84,0x82,0x8F,0x00,0x00,0x00,0x00, + 0x25,0x10,0x55,0x00,0xC0,0x84,0x82,0xAF,0x00,0x00,0x22,0xAE, + 0x54,0x3A,0xC0,0x0C,0x42,0x90,0x12,0x00,0xC0,0x84,0x82,0x8F, + 0x00,0x00,0x00,0x00,0x24,0x10,0x53,0x00,0xC0,0x84,0x82,0xAF, + 0x00,0x00,0x22,0xAE,0xFF,0xFF,0x42,0x32,0xE6,0xFF,0x40,0x14, + 0x00,0x01,0x42,0x32,0x68,0x3F,0xC0,0x0C,0x21,0x20,0xC0,0x02, + 0x26,0x10,0xC2,0x03,0xFF,0xFF,0x42,0x30,0x01,0x00,0x42,0x2C, + 0x34,0x00,0xBF,0x8F,0x30,0x00,0xBE,0x8F,0x2C,0x00,0xB7,0x8F, + 0x28,0x00,0xB6,0x8F,0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0xB0,0xFF,0xBD,0x27,0x40,0x00,0xB6,0xAF, + 0x21,0xB0,0x80,0x00,0x34,0x00,0xB3,0xAF,0x21,0x98,0xA0,0x00, + 0x48,0x00,0xBE,0xAF,0x21,0xF0,0xC0,0x00,0x44,0x00,0xB7,0xAF, + 0x21,0xB8,0xE0,0x00,0x3C,0x00,0xB5,0xAF,0x21,0xA8,0x00,0x00, + 0x38,0x00,0xB4,0xAF,0x21,0xA0,0x00,0x00,0x4C,0x00,0xBF,0xAF, + 0x30,0x00,0xB2,0xAF,0x2C,0x00,0xB1,0xAF,0x28,0x00,0xB0,0xAF, + 0x02,0x83,0x06,0x3C,0x21,0x30,0xD4,0x00,0x80,0xB1,0xC6,0x90, + 0x00,0x00,0x00,0x00,0x1C,0x00,0x60,0x1A,0x21,0x80,0x00,0x00, + 0x21,0x18,0xC0,0x02,0x21,0x20,0x76,0x02,0x00,0x00,0x66,0xA0, + 0x01,0x00,0x63,0x24,0x2A,0x10,0x64,0x00,0xFC,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x13,0x00,0x60,0x1A,0x21,0x80,0x00,0x00, + 0xFF,0x00,0xD2,0x30,0x21,0x88,0xC0,0x02,0x00,0x00,0x27,0x92, + 0x00,0x00,0x00,0x00,0x09,0x00,0xF2,0x10,0x00,0x00,0x00,0x00, + 0x05,0x00,0xE0,0x12,0x21,0x28,0x00,0x02,0x60,0x00,0xA4,0x8F, + 0x00,0x00,0x00,0x00,0x09,0xF8,0xE0,0x02,0x21,0x30,0x40,0x02, + 0x20,0x00,0xC0,0x17,0x01,0x00,0xB5,0x26,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x13,0x02,0xF1,0xFF,0x40,0x14,0x01,0x00,0x31,0x26, + 0x01,0x00,0x94,0x26,0x04,0x00,0x82,0x2E,0xDC,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x07,0x00,0x60,0x1A,0x21,0x80,0x00,0x00, + 0x21,0x18,0xC0,0x02,0x00,0x00,0x70,0xA0,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x13,0x02,0xFC,0xFF,0x40,0x14,0x01,0x00,0x63,0x24, + 0x14,0x00,0x60,0x1A,0x21,0x80,0x00,0x00,0x21,0x88,0xC0,0x02, + 0x00,0x00,0x27,0x92,0xFF,0x00,0x06,0x32,0x0B,0x00,0xE6,0x10, + 0x00,0x00,0x00,0x00,0x05,0x00,0xE0,0x12,0x00,0x00,0x00,0x00, + 0x60,0x00,0xA4,0x8F,0x00,0x00,0x00,0x00,0x09,0xF8,0xE0,0x02, + 0x21,0x28,0x00,0x02,0x03,0x00,0xC0,0x13,0x01,0x00,0xB5,0x26, + 0xA4,0x41,0xC0,0x08,0x01,0x00,0x02,0x24,0x01,0x00,0x10,0x26, + 0x2A,0x10,0x13,0x02,0xEF,0xFF,0x40,0x14,0x01,0x00,0x31,0x26, + 0x21,0x10,0xA0,0x02,0x4C,0x00,0xBF,0x8F,0x48,0x00,0xBE,0x8F, + 0x44,0x00,0xB7,0x8F,0x40,0x00,0xB6,0x8F,0x3C,0x00,0xB5,0x8F, + 0x38,0x00,0xB4,0x8F,0x34,0x00,0xB3,0x8F,0x30,0x00,0xB2,0x8F, + 0x2C,0x00,0xB1,0x8F,0x28,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x50,0x00,0xBD,0x27,0xA0,0xFF,0xBD,0x27,0x58,0x00,0xBE,0xAF, + 0x21,0xF0,0x80,0x00,0x44,0x00,0xB3,0xAF,0x21,0x98,0xA0,0x00, + 0x4C,0x00,0xB5,0xAF,0x21,0xA8,0xE0,0x00,0x48,0x00,0xB4,0xAF, + 0x21,0xA0,0x00,0x00,0x21,0x10,0x60,0x02,0x5C,0x00,0xBF,0xAF, + 0x54,0x00,0xB7,0xAF,0x50,0x00,0xB6,0xAF,0x40,0x00,0xB2,0xAF, + 0x3C,0x00,0xB1,0xAF,0x38,0x00,0xB0,0xAF,0x02,0x00,0x61,0x06, + 0x10,0x00,0xA6,0xAF,0x03,0x00,0x62,0x26,0x83,0x98,0x02,0x00, + 0x21,0xB8,0x00,0x00,0x02,0x83,0x16,0x3C,0x84,0xB1,0xD6,0x26, + 0x00,0x00,0xD2,0x8E,0x00,0x00,0x00,0x00,0x07,0x00,0x60,0x12, + 0x21,0x80,0x00,0x00,0x21,0x18,0xC0,0x03,0x00,0x00,0x72,0xAC, + 0x01,0x00,0x10,0x26,0x2B,0x10,0x13,0x02,0xFC,0xFF,0x40,0x14, + 0x04,0x00,0x63,0x24,0x14,0x00,0x60,0x12,0x21,0x80,0x00,0x00, + 0x21,0x88,0xC0,0x03,0x00,0x00,0x27,0x8E,0x00,0x00,0x00,0x00, + 0x0B,0x00,0xF2,0x10,0x80,0x28,0x10,0x00,0x05,0x00,0xA0,0x12, + 0x00,0x00,0x00,0x00,0x70,0x00,0xA4,0x8F,0x00,0x00,0x00,0x00, + 0x09,0xF8,0xA0,0x02,0x21,0x30,0x40,0x02,0x10,0x00,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0x22,0x00,0x00,0x15,0x01,0x00,0x94,0x26, + 0x01,0x00,0x10,0x26,0x2B,0x10,0x13,0x02,0xEF,0xFF,0x40,0x14, + 0x04,0x00,0x31,0x26,0x01,0x00,0xF7,0x26,0x04,0x00,0xE2,0x2E, + 0xDE,0xFF,0x40,0x14,0x04,0x00,0xD6,0x26,0x07,0x00,0x60,0x12, + 0x21,0x80,0x00,0x00,0x21,0x18,0xC0,0x03,0x00,0x00,0x70,0xAC, + 0x01,0x00,0x10,0x26,0x2B,0x10,0x13,0x02,0xFC,0xFF,0x40,0x14, + 0x04,0x00,0x63,0x24,0x16,0x00,0x60,0x12,0x21,0x80,0x00,0x00, + 0x21,0x88,0xC0,0x03,0x00,0x00,0x27,0x8E,0x00,0x00,0x00,0x00, + 0x0D,0x00,0xF0,0x10,0x80,0x28,0x10,0x00,0x05,0x00,0xA0,0x12, + 0x00,0x00,0x00,0x00,0x70,0x00,0xA4,0x8F,0x00,0x00,0x00,0x00, + 0x09,0xF8,0xA0,0x02,0x21,0x30,0x00,0x02,0x10,0x00,0xA8,0x8F, + 0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x11,0x01,0x00,0x94,0x26, + 0x0A,0x42,0xC0,0x08,0x01,0x00,0x02,0x24,0x01,0x00,0x10,0x26, + 0x2B,0x10,0x13,0x02,0xED,0xFF,0x40,0x14,0x04,0x00,0x31,0x26, + 0x21,0x10,0x80,0x02,0x5C,0x00,0xBF,0x8F,0x58,0x00,0xBE,0x8F, + 0x54,0x00,0xB7,0x8F,0x50,0x00,0xB6,0x8F,0x4C,0x00,0xB5,0x8F, + 0x48,0x00,0xB4,0x8F,0x44,0x00,0xB3,0x8F,0x40,0x00,0xB2,0x8F, + 0x3C,0x00,0xB1,0x8F,0x38,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x60,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xF8,0xFF,0xBD,0x27,0xFF,0xFF,0xC3,0x24,0x06,0x00,0xC0,0x10, + 0x21,0x10,0x80,0x00,0xFF,0xFF,0x06,0x24,0x00,0x00,0x85,0xA0, + 0xFF,0xFF,0x63,0x24,0xFD,0xFF,0x66,0x14,0x01,0x00,0x84,0x24, + 0x08,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0xC6,0x24,0x0A,0x00,0xC0,0x10,0x00,0x00,0x00,0x00, + 0x00,0x00,0x83,0x80,0x00,0x00,0xA2,0x80,0x00,0x00,0x00,0x00, + 0x05,0x00,0x62,0x14,0x00,0x00,0x00,0x00,0x01,0x00,0x84,0x24, + 0xFF,0xFF,0xC6,0x24,0xF8,0xFF,0xC0,0x14,0x01,0x00,0xA5,0x24, + 0x00,0x00,0x83,0x90,0x00,0x00,0xA2,0x90,0x00,0x00,0x00,0x00, + 0x08,0x00,0xE0,0x03,0x23,0x10,0x62,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3B,0x42,0xC0,0x08, + 0x21,0x18,0x00,0x00,0x01,0x00,0x63,0x24,0x00,0x00,0x82,0x80, + 0x00,0x00,0x00,0x00,0xFC,0xFF,0x40,0x14,0x01,0x00,0x84,0x24, + 0x08,0x00,0xE0,0x03,0x21,0x10,0x60,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xC6,0x24, + 0x09,0x00,0xC0,0x04,0x21,0x10,0x00,0x00,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x05,0x00,0x45,0x10,0x21,0x10,0x80,0x00, + 0xFF,0xFF,0xC6,0x24,0xFA,0xFF,0xC1,0x04,0x01,0x00,0x84,0x24, + 0x21,0x10,0x00,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x02,0x00,0xC0,0x14,0xFF,0xFF,0x02,0x24,0x01,0x00,0x02,0x24, + 0x08,0x00,0xE0,0x03,0x00,0x00,0xE2,0xAC,0xE8,0xFF,0xBD,0x27, + 0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x28,0x00,0xB0,0x8F, + 0x21,0x20,0xC0,0x00,0x04,0x00,0x05,0x8E,0x00,0x00,0x00,0x00, + 0x5F,0x49,0xC0,0x0C,0xFF,0xFF,0xE6,0x30,0x03,0x00,0x40,0x10, + 0xFF,0xFF,0x02,0x24,0x67,0x42,0xC0,0x08,0x00,0x00,0x02,0xAE, + 0x00,0x00,0x00,0xAE,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27, + 0x28,0x00,0xBF,0xAF,0x21,0x18,0x80,0x00,0x40,0x00,0xA2,0x8F, + 0x20,0x00,0xA0,0xAF,0x24,0x00,0xA2,0xAF,0x0C,0x00,0x42,0x94, + 0x00,0x00,0x00,0x00,0x02,0x00,0x40,0x14,0x21,0x20,0xA0,0x00, + 0x78,0x05,0x02,0x24,0xFF,0xFF,0x42,0x30,0x10,0x00,0xA2,0xAF, + 0x01,0x83,0x02,0x3C,0x64,0x09,0x42,0x24,0x14,0x00,0xA2,0xAF, + 0x01,0x83,0x02,0x3C,0x50,0x09,0x42,0x24,0x18,0x00,0xA2,0xAF, + 0x20,0x00,0xA2,0x27,0x1C,0x00,0xA2,0xAF,0xF6,0x48,0xC0,0x0C, + 0x21,0x28,0x60,0x00,0x20,0x00,0xA2,0x8F,0x28,0x00,0xBF,0x8F, + 0x30,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x58,0x00,0x83,0x94,0x04,0x00,0x02,0x24, + 0x09,0x00,0x62,0x14,0x00,0x00,0x00,0x00,0x95,0x42,0xC0,0x08, + 0x74,0x00,0x84,0x24,0x21,0x10,0x45,0x00,0x80,0x10,0x02,0x00, + 0x08,0x00,0x83,0x8C,0x00,0x00,0x00,0x00,0xA2,0x42,0xC0,0x08, + 0x21,0x10,0x43,0x00,0x68,0x00,0x84,0x24,0x0C,0x00,0x80,0x10, + 0x21,0x10,0x00,0x00,0x04,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x2A,0x10,0xA2,0x00,0xF3,0xFF,0x40,0x14,0x00,0x11,0x05,0x00, + 0x04,0x00,0x82,0x8C,0x0C,0x00,0x84,0x8C,0x00,0x00,0x00,0x00, + 0xF7,0xFF,0x80,0x14,0x23,0x28,0xA2,0x00,0x21,0x10,0x00,0x00, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x58,0x00,0x83,0x94, + 0x04,0x00,0x02,0x24,0x03,0x00,0x62,0x14,0x21,0x30,0x00,0x00, + 0xAB,0x42,0xC0,0x08,0x74,0x00,0x84,0x24,0x68,0x00,0x84,0x24, + 0x08,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0xA2,0x00, + 0x0E,0x00,0x40,0x10,0xFF,0xFF,0x02,0x24,0xD0,0x42,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x23,0x18,0xA3,0x00,0x00,0x11,0x03,0x00, + 0x23,0x10,0x43,0x00,0x00,0x1A,0x02,0x00,0x21,0x10,0x43,0x00, + 0x00,0x1C,0x02,0x00,0x21,0x10,0x43,0x00,0x23,0x10,0x02,0x00, + 0x83,0x10,0x02,0x00,0xD0,0x42,0xC0,0x08,0x21,0x10,0xC2,0x00, + 0x12,0x00,0x80,0x10,0x00,0x00,0x00,0x00,0x04,0x00,0x83,0x8C, + 0x00,0x00,0x00,0x00,0x00,0x11,0x03,0x00,0x21,0x10,0x43,0x00, + 0x80,0x10,0x02,0x00,0x08,0x00,0x83,0x8C,0x00,0x00,0x00,0x00, + 0x21,0x10,0x43,0x00,0x2B,0x10,0xA2,0x00,0xE9,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x04,0x00,0x82,0x8C,0x0C,0x00,0x84,0x8C, + 0x00,0x00,0x00,0x00,0xF1,0xFF,0x80,0x14,0x21,0x30,0xC2,0x00, + 0xFF,0xFF,0x02,0x24,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x82,0x24, + 0x90,0x00,0xA3,0x8C,0x88,0x83,0x87,0x27,0x02,0x00,0x60,0x10, + 0x14,0x00,0x89,0x24,0x21,0x38,0x60,0x00,0x00,0x00,0x48,0x8C, + 0x04,0x00,0x44,0x8C,0xF8,0x42,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x1E,0x00,0x00,0x19,0x00,0x00,0x00,0x00,0x04,0x00,0xE3,0x8C, + 0x00,0x00,0x00,0x00,0x04,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x37,0x00,0x40,0x10,0xFF,0xFF,0x02,0x24,0x00,0x00,0x87,0x8C, + 0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x47,0x10, + 0x00,0x00,0x00,0x00,0x08,0x00,0x63,0x24,0x04,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0xF8,0xFF,0x40,0x14,0xFF,0xFF,0x02,0x24, + 0x1C,0x43,0xC0,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x04,0x00,0x22,0xAD,0x04,0x00,0x67,0x8C, + 0xFF,0xFF,0x08,0x25,0x04,0x00,0x84,0x24,0x00,0x00,0xE2,0x94, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30,0xE2,0xFF,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0x00,0xE2,0x94,0x00,0x00,0x00,0x00, + 0x40,0x00,0x42,0x30,0x1B,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24, + 0x00,0x00,0xE2,0x94,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0x11,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x0D,0x00,0xC0,0x10, + 0x01,0x00,0x02,0x24,0x40,0x00,0xA2,0x8C,0x00,0x00,0x00,0x00, + 0x09,0x00,0x40,0x14,0x01,0x00,0x02,0x24,0x1C,0x00,0xE2,0x8C, + 0x04,0x00,0xA3,0x8C,0x00,0x00,0x00,0x00,0x24,0x10,0x43,0x00, + 0x03,0x00,0x40,0x14,0x01,0x00,0x02,0x24,0x1C,0x43,0xC0,0x08, + 0xFF,0xFF,0x02,0x24,0x18,0x43,0xC0,0x08,0x00,0x00,0x22,0xA5, + 0x00,0x00,0x20,0xA5,0x08,0x00,0x28,0xAD,0x0C,0x00,0x24,0xAD, + 0x10,0x00,0x27,0xAD,0x21,0x10,0x00,0x00,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xC8,0xFF,0xBD,0x27,0x30,0x00,0xBF,0xAF, + 0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF, + 0x20,0x00,0xB0,0xAF,0x21,0x98,0x80,0x00,0x21,0x80,0xA0,0x00, + 0x21,0x90,0xC0,0x00,0x00,0x00,0x04,0x8E,0x00,0x00,0x00,0x00, + 0x30,0x00,0x82,0x28,0x02,0x00,0x40,0x10,0x08,0x00,0x71,0x26, + 0x30,0x00,0x04,0x24,0x00,0x00,0x24,0xAE,0x35,0x2F,0xC0,0x0C, + 0x80,0x20,0x04,0x00,0x03,0x00,0x40,0x14,0x04,0x00,0x22,0xAE, + 0x4A,0x43,0xC0,0x08,0xFF,0xFF,0x02,0x24,0x90,0x00,0x42,0x8E, + 0x88,0x83,0x84,0x27,0x02,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x21,0x20,0x40,0x00,0x10,0x00,0xA0,0xAF,0x14,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x00,0x00,0x05,0x8E,0x04,0x00,0x06,0x8E, + 0x00,0x00,0x00,0x00,0x51,0x43,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x21,0x80,0x40,0x00,0x04,0x00,0x00,0x1A,0x00,0x00,0x00,0x00, + 0x00,0x00,0x22,0x8E,0x4A,0x43,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xBE,0x49,0xC0,0x0C,0x21,0x20,0x20,0x02,0x21,0x10,0x00,0x02, + 0x30,0x00,0xBF,0x8F,0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x38,0x00,0xBD,0x27,0xB8,0xFF,0xBD,0x27,0x44,0x00,0xBF,0xAF, + 0x40,0x00,0xBE,0xAF,0x3C,0x00,0xB7,0xAF,0x38,0x00,0xB6,0xAF, + 0x34,0x00,0xB5,0xAF,0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF, + 0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF, + 0x21,0x90,0x80,0x00,0x21,0xB0,0xA0,0x00,0x21,0x88,0xE0,0x00, + 0x58,0x00,0xB7,0x8F,0x5C,0x00,0xB3,0x8F,0x60,0x00,0xBE,0x8F, + 0x20,0x00,0xE2,0x26,0x00,0x00,0x24,0x8E,0x00,0x00,0x00,0x00, + 0x2A,0x10,0x82,0x00,0x16,0x00,0x40,0x10,0x21,0xA0,0xC0,0x00, + 0x04,0x00,0x84,0x24,0x35,0x2F,0xC0,0x0C,0x80,0x20,0x04,0x00, + 0x21,0x80,0x40,0x00,0x03,0x00,0x00,0x16,0x21,0x20,0x00,0x02, + 0x0D,0x44,0xC0,0x08,0xFF,0xFF,0x02,0x24,0x00,0x00,0x26,0x8E, + 0x04,0x00,0x25,0x8E,0x00,0x00,0x00,0x00,0x10,0x3E,0xC0,0x0C, + 0x80,0x30,0x06,0x00,0x04,0x00,0x24,0x8E,0x69,0x2F,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x04,0x00,0x30,0xAE,0x00,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x04,0x00,0x42,0x24,0x00,0x00,0x22,0xAE, + 0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0x60,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x21,0x00,0xC0,0x1E, + 0x00,0x00,0x00,0x00,0x04,0x00,0x50,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x6C,0x00,0x40,0x10, + 0x80,0xA0,0x17,0x00,0x01,0x00,0xF2,0x26,0x04,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x21,0x10,0x82,0x02,0x00,0x00,0x03,0x8E, + 0x00,0x00,0x00,0x00,0x00,0x00,0x43,0xAC,0x00,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x18,0x00,0x62,0xAE,0x10,0x00,0xB2,0xAF, + 0x14,0x00,0xB3,0xAF,0x18,0x00,0xBE,0xAF,0x04,0x00,0x04,0x8E, + 0x21,0x28,0x00,0x00,0x21,0x30,0x00,0x00,0x51,0x43,0xC0,0x0C, + 0x21,0x38,0x20,0x02,0x70,0x00,0x40,0x14,0x08,0x00,0x10,0x26, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0xEA,0xFF,0x40,0x14, + 0x21,0x10,0x00,0x00,0x0D,0x44,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x04,0x00,0x50,0x8E,0x00,0x00,0x00,0x00,0x04,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x4C,0x00,0x40,0x10,0x80,0xA8,0x17,0x00, + 0x01,0x00,0xF2,0x26,0x00,0x00,0x03,0x8E,0x00,0x00,0x84,0x8E, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x64,0x00,0x2A,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x13,0x00,0x64,0x14,0xFF,0xFF,0xC5,0x26, + 0x04,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x21,0x10,0xA2,0x02, + 0x00,0x00,0x43,0xAC,0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x18,0x00,0x62,0xAE,0x10,0x00,0xB2,0xAF,0x14,0x00,0xB3,0xAF, + 0x18,0x00,0xBE,0xAF,0x04,0x00,0x04,0x8E,0x04,0x00,0x86,0x26, + 0x51,0x43,0xC0,0x0C,0x21,0x38,0x20,0x02,0x19,0x00,0x40,0x10, + 0x08,0x00,0x10,0x26,0x0D,0x44,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x8E,0x00,0x00,0x00,0x00,0x2B,0x10,0x43,0x00, + 0x11,0x00,0x40,0x10,0x21,0x28,0x00,0x00,0x04,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x21,0x10,0xA2,0x02,0x00,0x00,0x43,0xAC, + 0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x18,0x00,0x62,0xAE, + 0x10,0x00,0xB2,0xAF,0x14,0x00,0xB3,0xAF,0x18,0x00,0xBE,0xAF, + 0x04,0x00,0x04,0x8E,0x21,0x30,0x00,0x00,0x51,0x43,0xC0,0x0C, + 0x21,0x38,0x20,0x02,0x34,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x08,0x00,0x10,0x26,0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0xCD,0xFF,0x40,0x14,0x21,0x10,0x00,0x00,0x0D,0x44,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00, + 0x40,0x00,0x42,0x30,0x28,0x00,0x40,0x14,0x21,0x10,0x00,0x00, + 0x03,0x00,0x42,0x92,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0x0B,0x00,0x40,0x10,0x21,0x18,0x40,0x02,0x40,0x00,0xC2,0x8F, + 0x00,0x00,0x00,0x00,0x09,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x1C,0x00,0x62,0x8C,0x04,0x00,0xC3,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x10,0x43,0x00,0x03,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x0D,0x44,0xC0,0x08,0x21,0x10,0x00,0x00,0x0E,0x00,0xC0,0x1A, + 0x21,0x10,0xF6,0x02,0x00,0x00,0x22,0xAE,0x04,0x00,0x24,0x8E, + 0x80,0x80,0x17,0x00,0x21,0x20,0x04,0x02,0x21,0x28,0x80,0x02, + 0x10,0x3E,0xC0,0x0C,0x80,0x30,0x16,0x00,0x1C,0x00,0x76,0xAE, + 0x04,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x21,0x80,0x02,0x02, + 0x09,0x44,0xC0,0x08,0x20,0x00,0x70,0xAE,0x00,0x00,0x37,0xAE, + 0x1C,0x00,0x60,0xAE,0x20,0x00,0x60,0xAE,0x24,0x00,0x72,0xAE, + 0x01,0x00,0x02,0x24,0x14,0x00,0x62,0xA6,0x01,0x00,0x02,0x24, + 0x44,0x00,0xBF,0x8F,0x40,0x00,0xBE,0x8F,0x3C,0x00,0xB7,0x8F, + 0x38,0x00,0xB6,0x8F,0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x48,0x00,0xBD,0x27, + 0x03,0x00,0xA0,0x1C,0x21,0x10,0x00,0x00,0x00,0x00,0xE0,0xAC, + 0x01,0x00,0x02,0x24,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xD0,0xFF,0xBD,0x27,0x2C,0x00,0xBF,0xAF,0x28,0x00,0xB2,0xAF, + 0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF,0x21,0x90,0x80,0x00, + 0x21,0x88,0xE0,0x00,0x40,0x00,0xB0,0x8F,0x00,0x00,0x00,0x00, + 0x06,0x00,0xA0,0x18,0x18,0x00,0xA0,0xAF,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x12,0x00,0x42,0x34,0x3C,0x44,0xC0,0x08, + 0x11,0x00,0x02,0xA2,0x21,0x20,0x20,0x02,0x21,0x28,0x00,0x02, + 0x01,0x00,0x06,0x24,0x71,0x47,0xC0,0x0C,0x18,0x00,0xA7,0x27, + 0x24,0x00,0x02,0x8E,0x10,0x00,0xB0,0xAF,0x08,0x00,0x42,0x8C, + 0x21,0x20,0x40,0x02,0x01,0x00,0x05,0x24,0x18,0x00,0xA6,0x27, + 0x09,0xF8,0x40,0x00,0x21,0x38,0x20,0x02,0x2C,0x00,0xBF,0x8F, + 0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x1C,0x00,0xBF,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x21,0x90,0x80,0x00,0x21,0x88,0xA0,0x00,0x1F,0x00,0x51,0x12, + 0x10,0x00,0xB0,0xAF,0x04,0x00,0x50,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x0A,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x04,0x00,0x04,0x8E,0x00,0x00,0x00,0x00, + 0x42,0x44,0xC0,0x0C,0x21,0x28,0x20,0x02,0x08,0x00,0x10,0x26, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0xF8,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00, + 0x20,0x00,0x42,0x30,0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x04,0x00,0x44,0x8E,0x69,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x42,0x96,0x00,0x00,0x00,0x00,0x10,0x00,0x42,0x30, + 0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x69,0x2F,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x88,0x83,0x83,0x27,0x02,0x00,0x80,0x10, + 0x00,0x00,0x00,0x00,0x21,0x18,0x80,0x00,0x00,0x00,0xA7,0x8C, + 0x04,0x00,0xA5,0x8C,0x8E,0x44,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x1C,0x00,0xE0,0x18,0x00,0x00,0x00,0x00,0x04,0x00,0x63,0x8C, + 0x00,0x00,0x00,0x00,0x04,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x0B,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0xA4,0x8C, + 0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x09,0x00,0x44,0x10, + 0x00,0x00,0x00,0x00,0x08,0x00,0x63,0x24,0x04,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0xF8,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0x00,0x00,0xC0,0xAC,0x95,0x44,0xC0,0x08,0x02,0x00,0x02,0x24, + 0x04,0x00,0x63,0x8C,0xFF,0xFF,0xE7,0x24,0x04,0x00,0xA5,0x24, + 0x00,0x00,0x62,0x94,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0xE4,0xFF,0x40,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0xC3,0xAC, + 0x2A,0x10,0x07,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xD0,0xFF,0xBD,0x27,0x2C,0x00,0xBF,0xAF,0x28,0x00,0xB6,0xAF, + 0x24,0x00,0xB5,0xAF,0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0xA8,0xC0,0x00,0x00,0x00,0xA2,0x8C,0x00,0x00,0x00,0x00, + 0x03,0x00,0x40,0x1C,0x21,0x30,0x00,0x00,0x50,0x45,0xC0,0x08, + 0x05,0x00,0x02,0x24,0x88,0x83,0x93,0x27,0x02,0x00,0x80,0x10, + 0x00,0x00,0xE0,0xAC,0x21,0x98,0x80,0x00,0x00,0x00,0xB1,0x8C, + 0x04,0x00,0xB4,0x8C,0xC8,0x44,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x1D,0x00,0x20,0x1A,0x00,0x00,0x00,0x00,0x04,0x00,0x66,0x8E, + 0x00,0x00,0x00,0x00,0x04,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00, + 0x17,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x83,0x8E, + 0x00,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00,0x06,0x00,0x43,0x10, + 0x00,0x00,0x00,0x00,0x08,0x00,0xC6,0x24,0x04,0x00,0xC2,0x8C, + 0x00,0x00,0x00,0x00,0xF8,0xFF,0x40,0x14,0x00,0x00,0x00,0x00, + 0x04,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00,0x09,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x31,0x26,0x04,0x00,0x94,0x26, + 0x21,0x98,0x40,0x00,0x00,0x00,0x62,0x96,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x30,0xE3,0xFF,0x40,0x10,0x00,0x00,0x00,0x00, + 0x1D,0x00,0x20,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x63,0x96, + 0x00,0x00,0x00,0x00,0x01,0x00,0x62,0x30,0x0B,0x00,0x40,0x10, + 0x04,0x00,0x62,0x30,0x7B,0x00,0x40,0x10,0x03,0x00,0x02,0x24, + 0x00,0x00,0xA2,0x96,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0x76,0x00,0x40,0x10,0x04,0x00,0x02,0x24,0x00,0x00,0xF3,0xAC, + 0x4F,0x45,0xC0,0x08,0x04,0x00,0xD5,0xAC,0x00,0x00,0x62,0x96, + 0x00,0x00,0x00,0x00,0x04,0x00,0x42,0x30,0x6E,0x00,0x40,0x10, + 0x03,0x00,0x02,0x24,0x00,0x00,0xA2,0x96,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x30,0x69,0x00,0x40,0x14,0x04,0x00,0x02,0x24, + 0x00,0x00,0xF3,0xAC,0x4F,0x45,0xC0,0x08,0x04,0x00,0xD5,0xAC, + 0x00,0x00,0x62,0x96,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0x61,0x00,0x40,0x14,0x02,0x00,0x02,0x24,0x02,0x00,0x22,0x2A, + 0x17,0x00,0x40,0x14,0x21,0x90,0xA0,0x02,0x38,0x00,0x16,0x24, + 0x35,0x2F,0xC0,0x0C,0x10,0x00,0x04,0x24,0x21,0x80,0x40,0x00, + 0x28,0x00,0x00,0x12,0x80,0x10,0x11,0x00,0x21,0x10,0x54,0x00, + 0xFC,0xFF,0x42,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0xAE, + 0x04,0x00,0x12,0xAE,0x08,0x00,0x00,0xAE,0x0C,0x00,0x00,0xAE, + 0x35,0x2F,0xC0,0x0C,0x08,0x00,0x04,0x24,0x21,0x90,0x40,0x00, + 0x18,0x00,0x40,0x12,0xFF,0xFF,0x31,0x26,0x00,0x00,0x56,0xA6, + 0x02,0x00,0x22,0x2A,0xEC,0xFF,0x40,0x10,0x04,0x00,0x50,0xAE, + 0x04,0x00,0x66,0x8E,0x00,0x00,0x00,0x00,0x04,0x00,0xC2,0x8C, + 0x00,0x00,0x00,0x00,0x06,0x00,0x40,0x10,0x01,0x00,0x11,0x24, + 0x08,0x00,0xC6,0x24,0x04,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00, + 0xFC,0xFF,0x40,0x14,0x01,0x00,0x31,0x26,0x01,0x00,0x24,0x26, + 0x35,0x2F,0xC0,0x0C,0xC0,0x20,0x04,0x00,0x21,0x80,0x40,0x00, + 0x0C,0x00,0x00,0x16,0x21,0x20,0x40,0x02,0x21,0x45,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x00,0x12,0x8E,0x00,0x00,0x00,0x00, + 0x69,0x2F,0xC0,0x0C,0x21,0x20,0x00,0x02,0x21,0x20,0x40,0x02, + 0x42,0x44,0xC0,0x0C,0x21,0x28,0xA0,0x02,0x50,0x45,0xC0,0x08, + 0x01,0x00,0x02,0x24,0x04,0x00,0x66,0x8E,0x00,0x00,0x00,0x00, + 0x34,0x45,0xC0,0x08,0x21,0xA8,0x00,0x02,0x04,0x00,0xC2,0x8C, + 0x00,0x00,0x00,0x00,0x0E,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0x00,0xC2,0x8C,0x04,0x00,0xC3,0x8C,0x00,0x00,0x02,0xAE, + 0x04,0x00,0x03,0xAE,0x08,0x00,0xC6,0x24,0x08,0x00,0x10,0x26, + 0xFF,0xFF,0x31,0x26,0x00,0x00,0xC2,0x8C,0x00,0x00,0x83,0x8E, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x43,0x00,0xF0,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x8E,0x00,0x00,0x00,0x00, + 0x00,0x00,0x02,0xAE,0x04,0x00,0x12,0xAE,0x08,0x00,0x04,0x26, + 0x21,0x28,0xC0,0x00,0x10,0x3E,0xC0,0x0C,0xC0,0x30,0x11,0x00, + 0x04,0x00,0x66,0x8E,0x04,0x00,0x75,0xAE,0x00,0x00,0x62,0x96, + 0x00,0x00,0x00,0x00,0x20,0x00,0x42,0x30,0x03,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x69,0x2F,0xC0,0x0C,0x21,0x20,0xC0,0x00, + 0x00,0x00,0x62,0x96,0x00,0x00,0x00,0x00,0x20,0x00,0x42,0x34, + 0x00,0x00,0x62,0xA6,0x21,0x10,0x00,0x00,0x2C,0x00,0xBF,0x8F, + 0x28,0x00,0xB6,0x8F,0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF, + 0x00,0x00,0xA2,0x8C,0x00,0x00,0x00,0x00,0x55,0x00,0x40,0x18, + 0x21,0x10,0x00,0x00,0x88,0x83,0x90,0x27,0x02,0x00,0x80,0x10, + 0x00,0x00,0x00,0x00,0x21,0x80,0x80,0x00,0x00,0x00,0xA4,0x8C, + 0x04,0x00,0xA5,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0xA8,0x8C, + 0x00,0x00,0x02,0x96,0x00,0x00,0x00,0x00,0x21,0x18,0x40,0x00, + 0x01,0x00,0x42,0x30,0x22,0x00,0x40,0x14,0x21,0x38,0x00,0x02, + 0x20,0x00,0x80,0x18,0x08,0x00,0x62,0x30,0x04,0x00,0x06,0x8E, + 0x05,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x0C,0x00,0xC2,0x8C, + 0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x21,0x38,0x00,0x02,0x00,0x00,0xA8,0x8C,0x00,0x00,0xC3,0x8C, + 0x00,0x00,0xA2,0x8C,0x00,0x00,0x00,0x00,0x0A,0x00,0x62,0x10, + 0x00,0x00,0x00,0x00,0x00,0x00,0xA3,0x8C,0x04,0x00,0xC2,0x8C, + 0x00,0x00,0x00,0x00,0x14,0x00,0x40,0x10,0x08,0x00,0xC6,0x24, + 0x00,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00,0xF9,0xFF,0x43,0x14, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x84,0x24,0x04,0x00,0xD0,0x8C, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x96,0x00,0x00,0x00,0x00, + 0x01,0x00,0x62,0x30,0xE0,0xFF,0x40,0x10,0x04,0x00,0xA5,0x24, + 0x24,0x00,0x80,0x14,0x21,0x10,0x00,0x00,0x00,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x30,0x03,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0xB5,0x45,0xC0,0x08,0x21,0x10,0x00,0x00, + 0x04,0x00,0xE6,0x8C,0x00,0x00,0x00,0x00,0x00,0x00,0xC2,0x8C, + 0x00,0x00,0x00,0x00,0x07,0x00,0x48,0x10,0x00,0x00,0x00,0x00, + 0x08,0x00,0xC6,0x24,0x00,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00, + 0xFD,0xFF,0x48,0x14,0x08,0x00,0xC6,0x24,0xF8,0xFF,0xC6,0x24, + 0x04,0x00,0xC7,0x8C,0x00,0x00,0x00,0x00,0x0A,0x00,0xE0,0x10, + 0x21,0x20,0xE0,0x00,0x08,0x00,0xC2,0x8C,0x0C,0x00,0xC3,0x8C, + 0x00,0x00,0xC2,0xAC,0x04,0x00,0xC3,0xAC,0x08,0x00,0xC6,0x24, + 0x04,0x00,0xC2,0x8C,0x00,0x00,0x00,0x00,0xF8,0xFF,0x40,0x14, + 0x21,0x20,0xE0,0x00,0x42,0x44,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x21,0x10,0x00,0x02,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0xFF,0xBD,0x27, + 0x38,0x00,0xBF,0xAF,0x34,0x00,0xB5,0xAF,0x30,0x00,0xB4,0xAF, + 0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF, + 0x20,0x00,0xB0,0xAF,0x21,0x88,0x80,0x00,0x21,0x90,0xA0,0x00, + 0x21,0x98,0xC0,0x00,0x21,0xA0,0xE0,0x00,0x50,0x00,0xB5,0x8F, + 0x00,0x00,0x00,0x00,0x24,0x00,0xA2,0x8E,0x00,0x00,0x00,0x00, + 0x14,0x00,0x50,0x8C,0x21,0x20,0x80,0x02,0xA4,0x42,0xC0,0x0C, + 0x21,0x28,0xA0,0x02,0x10,0x00,0x03,0x8E,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA3,0xAF,0x14,0x00,0xB4,0xAF,0x18,0x00,0xA2,0xAF, + 0x00,0x00,0x02,0x8E,0x01,0x00,0x04,0x24,0x21,0x28,0x20,0x02, + 0x21,0x30,0x40,0x02,0x09,0xF8,0x40,0x00,0x21,0x38,0x60,0x02, + 0x06,0x00,0x40,0x14,0x21,0x20,0x80,0x02,0x11,0x00,0xA2,0x92, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x34,0xE5,0x45,0xC0,0x08, + 0x11,0x00,0xA2,0xA2,0x21,0x28,0xA0,0x02,0xAF,0x47,0xC0,0x0C, + 0x21,0x30,0x40,0x00,0x38,0x00,0xBF,0x8F,0x34,0x00,0xB5,0x8F, + 0x30,0x00,0xB4,0x8F,0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x40,0x00,0xBD,0x27,0xC0,0xFF,0xBD,0x27,0x3C,0x00,0xBF,0xAF, + 0x38,0x00,0xB2,0xAF,0x34,0x00,0xB1,0xAF,0x30,0x00,0xB0,0xAF, + 0x21,0x88,0xE0,0x00,0x50,0x00,0xB2,0x8F,0x24,0x00,0xA0,0xAF, + 0x24,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x14,0x00,0x43,0x8C, + 0x02,0x00,0x50,0x90,0x00,0x00,0x00,0x00,0xFF,0x00,0x02,0x32, + 0xFE,0xFF,0x47,0x24,0x46,0x00,0xE2,0x2C,0x6E,0x00,0x40,0x10, + 0x80,0x10,0x07,0x00,0x01,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x00,0x7F,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x10,0x00,0xB1,0xAF,0x08,0x00,0x62,0x8C, + 0x10,0x00,0x67,0x8C,0x09,0xF8,0x40,0x00,0x00,0x00,0x00,0x00, + 0x02,0x00,0x03,0x24,0x10,0x00,0x43,0xA2,0x6F,0x46,0xC0,0x08, + 0x28,0x00,0x42,0xAE,0x10,0x00,0xB1,0xAF,0x08,0x00,0x62,0x8C, + 0x10,0x00,0x67,0x8C,0x09,0xF8,0x40,0x00,0x00,0x00,0x00,0x00, + 0x28,0x00,0xA2,0xAF,0x10,0x00,0x50,0xA2,0x28,0x00,0xA2,0x8F, + 0x00,0x00,0x00,0x00,0x6F,0x46,0xC0,0x08,0x28,0x00,0x42,0xAE, + 0x20,0x00,0xA2,0x27,0x10,0x00,0xA2,0xAF,0x14,0x00,0xB1,0xAF, + 0x24,0x00,0xA2,0x27,0x18,0x00,0xA2,0xAF,0x08,0x00,0x62,0x8C, + 0x10,0x00,0x67,0x8C,0x09,0xF8,0x40,0x00,0x00,0x00,0x00,0x00, + 0x21,0x30,0x40,0x00,0x10,0x00,0x50,0xA2,0x11,0x00,0x42,0x92, + 0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x34,0x11,0x00,0x42,0xA2, + 0x24,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x2B,0x10,0x02,0x00, + 0x28,0x00,0x42,0xA6,0x2C,0x00,0x46,0xAE,0x20,0x00,0xA2,0x97, + 0x00,0x00,0x00,0x00,0x21,0x10,0xC2,0x00,0x30,0x00,0x42,0xAE, + 0x73,0x46,0xC0,0x08,0x34,0x00,0x40,0xA6,0x10,0x00,0xB1,0xAF, + 0x24,0x00,0xA2,0x27,0x14,0x00,0xA2,0xAF,0x08,0x00,0x62,0x8C, + 0x10,0x00,0x67,0x8C,0x09,0xF8,0x40,0x00,0x00,0x00,0x00,0x00, + 0x21,0x80,0x40,0x00,0x08,0x00,0x00,0x16,0x21,0x20,0x20,0x02, + 0x10,0x00,0xA0,0xAF,0x21,0x28,0x40,0x02,0x21,0x30,0x00,0x00, + 0x56,0x47,0xC0,0x0C,0x21,0x38,0x00,0x00,0x73,0x46,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x24,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA2,0xAF,0x00,0x00,0x06,0x8E,0x04,0x00,0x07,0x8E, + 0x00,0x00,0x00,0x00,0x56,0x47,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0x24,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x23,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x69,0x2F,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x73,0x46,0xC0,0x08,0x00,0x00,0x00,0x00,0x05,0x00,0x02,0x24, + 0x6F,0x46,0xC0,0x08,0x10,0x00,0x42,0xA2,0x10,0x00,0xB1,0xAF, + 0x28,0x00,0xA2,0x27,0x14,0x00,0xA2,0xAF,0x08,0x00,0x62,0x8C, + 0x10,0x00,0x67,0x8C,0x09,0xF8,0x40,0x00,0x00,0x00,0x00,0x00, + 0x21,0x30,0x40,0x00,0x07,0x00,0xC0,0x10,0x40,0x00,0x02,0x24, + 0x03,0x00,0xC2,0x88,0x00,0x00,0xC2,0x98,0x00,0x00,0x00,0x00, + 0x2B,0x00,0xA2,0xAB,0x28,0x00,0xA2,0xBB,0x40,0x00,0x02,0x24, + 0x10,0x00,0x42,0xA2,0x28,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x6F,0x46,0xC0,0x08,0x28,0x00,0x42,0xAE,0x05,0x00,0x02,0x24, + 0x60,0x00,0x22,0xAE,0x11,0x00,0x42,0x92,0x00,0x00,0x00,0x00, + 0x02,0x00,0x42,0x34,0x11,0x00,0x42,0xA2,0x3C,0x00,0xBF,0x8F, + 0x38,0x00,0xB2,0x8F,0x34,0x00,0xB1,0x8F,0x30,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27,0x50,0xFF,0xBD,0x27, + 0xA8,0x00,0xBF,0xAF,0xA4,0x00,0xB3,0xAF,0xA0,0x00,0xB2,0xAF, + 0x9C,0x00,0xB1,0xAF,0x98,0x00,0xB0,0xAF,0x21,0x98,0x80,0x00, + 0x21,0x88,0xE0,0x00,0xC0,0x00,0xB2,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x14,0x00,0x43,0x8C, + 0x00,0x00,0x00,0x00,0x10,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA2,0xAF,0x14,0x00,0xB1,0xAF,0x04,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00,0x18,0x00,0xA7,0x27, + 0x21,0x80,0x40,0x00,0x06,0x00,0x00,0x16,0x21,0x20,0x20,0x02, + 0x11,0x00,0x42,0x92,0x00,0x00,0x00,0x00,0x12,0x00,0x42,0x34, + 0xA1,0x46,0xC0,0x08,0x11,0x00,0x42,0xA2,0x21,0x28,0x40,0x02, + 0x21,0x30,0x00,0x02,0x71,0x47,0xC0,0x0C,0x18,0x00,0xA7,0x27, + 0x10,0x00,0xB2,0xAF,0x21,0x20,0x60,0x02,0x21,0x28,0x00,0x02, + 0x18,0x00,0xA6,0x27,0xEE,0x45,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0xA8,0x00,0xBF,0x8F,0xA4,0x00,0xB3,0x8F,0xA0,0x00,0xB2,0x8F, + 0x9C,0x00,0xB1,0x8F,0x98,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0xB0,0x00,0xBD,0x27,0xC0,0xFF,0xBD,0x27,0x38,0x00,0xBF,0xAF, + 0x34,0x00,0xB5,0xAF,0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF, + 0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF, + 0x21,0x98,0x80,0x00,0x21,0xA0,0xA0,0x00,0x21,0xA8,0xC0,0x00, + 0x21,0x88,0xE0,0x00,0x50,0x00,0xB2,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x14,0x00,0x50,0x8C, + 0x21,0x20,0x20,0x02,0xA4,0x42,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0x10,0x00,0x03,0x8E,0x00,0x00,0x00,0x00,0x10,0x00,0xA3,0xAF, + 0x14,0x00,0xB1,0xAF,0x18,0x00,0xA2,0xAF,0x00,0x00,0x02,0x8E, + 0x21,0x20,0x00,0x00,0x21,0x28,0x60,0x02,0x21,0x30,0x80,0x02, + 0x09,0xF8,0x40,0x00,0x21,0x38,0xA0,0x02,0x05,0x00,0x40,0x10, + 0x21,0x20,0x20,0x02,0x3C,0x47,0xC0,0x0C,0x21,0x28,0x40,0x02, + 0xD3,0x46,0xC0,0x08,0x00,0x00,0x00,0x00,0x10,0x00,0xB2,0xAF, + 0x21,0x20,0x60,0x02,0x21,0x28,0x80,0x02,0x21,0x30,0xA0,0x02, + 0xEE,0x45,0xC0,0x0C,0x21,0x38,0x20,0x02,0x38,0x00,0xBF,0x8F, + 0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F,0x2C,0x00,0xB3,0x8F, + 0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27,0xC0,0xFF,0xBD,0x27, + 0x38,0x00,0xBF,0xAF,0x34,0x00,0xB5,0xAF,0x30,0x00,0xB4,0xAF, + 0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF, + 0x20,0x00,0xB0,0xAF,0x21,0x98,0x80,0x00,0x21,0xA0,0xA0,0x00, + 0x21,0xA8,0xC0,0x00,0x50,0x00,0xB1,0x8F,0x00,0x00,0x00,0x00, + 0x24,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x14,0x00,0x52,0x8C, + 0x02,0x00,0x42,0x90,0x00,0x00,0x00,0x00,0xFE,0xFF,0x43,0x24, + 0x46,0x00,0x62,0x2C,0x39,0x00,0x40,0x10,0x21,0x80,0xE0,0x00, + 0x80,0x10,0x03,0x00,0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0x18,0x80,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x21,0x20,0x00,0x02,0xA4,0x42,0xC0,0x0C, + 0x21,0x28,0x20,0x02,0x28,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA3,0xAF,0x14,0x00,0xB0,0xAF,0x21,0x47,0xC0,0x08, + 0x18,0x00,0xA2,0xAF,0x21,0x20,0x00,0x02,0xA4,0x42,0xC0,0x0C, + 0x21,0x28,0x20,0x02,0x2C,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA3,0xAF,0x30,0x00,0x23,0x8E,0x2C,0x00,0x24,0x8E, + 0x00,0x00,0x00,0x00,0x23,0x18,0x64,0x00,0x1E,0x47,0xC0,0x08, + 0xFF,0xFF,0x63,0x30,0x21,0x20,0x00,0x02,0xA4,0x42,0xC0,0x0C, + 0x21,0x28,0x20,0x02,0x28,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA3,0xAF,0x2C,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x1F,0x47,0xC0,0x08,0x14,0x00,0xA3,0xAF,0x21,0x20,0x00,0x02, + 0xA4,0x42,0xC0,0x0C,0x21,0x28,0x20,0x02,0x28,0x00,0x23,0x26, + 0x10,0x00,0xA3,0xAF,0x04,0x00,0x03,0x24,0x14,0x00,0xA3,0xAF, + 0x18,0x00,0xB0,0xAF,0x1C,0x00,0xA2,0xAF,0x0C,0x00,0x42,0x8E, + 0x21,0x20,0x60,0x02,0x21,0x28,0x80,0x02,0x10,0x00,0x47,0x8E, + 0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00,0x21,0x30,0xA0,0x02, + 0x2C,0x47,0xC0,0x08,0x00,0x00,0x00,0x00,0x05,0x00,0x02,0x24, + 0x60,0x00,0x02,0xAE,0x11,0x00,0x22,0x92,0x00,0x00,0x00,0x00, + 0x02,0x00,0x42,0x34,0x11,0x00,0x22,0xA2,0x38,0x00,0xBF,0x8F, + 0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F,0x2C,0x00,0xB3,0x8F, + 0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x40,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x07,0x00,0x40,0x14,0x21,0x88,0xA0,0x00,0x02,0x00,0x02,0x24, + 0xA4,0x42,0xC0,0x0C,0x60,0x00,0x02,0xAE,0x01,0x00,0x42,0x24, + 0x4D,0x47,0xC0,0x08,0x64,0x00,0x02,0xAE,0x81,0x00,0x02,0x24, + 0x10,0x00,0x22,0xA2,0x11,0x00,0x22,0x92,0x00,0x00,0x00,0x00, + 0x02,0x00,0x42,0x34,0x11,0x00,0x22,0xA2,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x21,0x40,0xA0,0x00, + 0x21,0x20,0xC0,0x00,0x21,0x28,0xE0,0x00,0x28,0x00,0xA2,0x8F, + 0x11,0x00,0x03,0x91,0x00,0x00,0x00,0x00,0x02,0x00,0x63,0x34, + 0x11,0x00,0x03,0xA1,0x06,0x00,0x03,0x24,0x04,0x00,0x40,0x10, + 0x10,0x00,0x03,0xA1,0x28,0x00,0x04,0xAD,0x6D,0x47,0xC0,0x08, + 0x2C,0x00,0x05,0xAD,0xA0,0x49,0xC0,0x0C,0x28,0x00,0x06,0x25, + 0x02,0x00,0x40,0x10,0x05,0x00,0x02,0x24,0x60,0x00,0x02,0xAE, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27,0x30,0x00,0xBF,0xAF, + 0x2C,0x00,0xB7,0xAF,0x28,0x00,0xB6,0xAF,0x24,0x00,0xB5,0xAF, + 0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF, + 0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF,0x21,0xB0,0x80,0x00, + 0x21,0x90,0xA0,0x00,0x21,0x98,0xC0,0x00,0x25,0x00,0x60,0x12, + 0x21,0xB8,0xE0,0x00,0x1C,0x00,0x54,0x26,0x08,0x00,0x43,0x8E, + 0x1C,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x23,0x80,0x62,0x00, + 0x2A,0x10,0x53,0x00,0x17,0x00,0x40,0x10,0x21,0xA8,0x13,0x02, + 0x35,0x2F,0xC0,0x0C,0x80,0x20,0x15,0x00,0x21,0x88,0x40,0x00, + 0x08,0x00,0x20,0x16,0x80,0x80,0x10,0x00,0x05,0x00,0x02,0x24, + 0x60,0x00,0xC2,0xAE,0x11,0x00,0x42,0x92,0x00,0x00,0x00,0x00, + 0x02,0x00,0x42,0x34,0xA4,0x47,0xC0,0x08,0x11,0x00,0x42,0xA2, + 0x21,0x20,0x20,0x02,0x0C,0x00,0x45,0x8E,0x00,0x00,0x00,0x00, + 0x10,0x3E,0xC0,0x0C,0x21,0x30,0x00,0x02,0xBE,0x49,0xC0,0x0C, + 0x08,0x00,0x44,0x26,0x0C,0x00,0x51,0xAE,0x21,0x80,0x30,0x02, + 0x04,0x00,0x90,0xAE,0x04,0x00,0x84,0x8E,0x21,0x28,0xE0,0x02, + 0x10,0x3E,0xC0,0x0C,0x80,0x30,0x13,0x00,0x00,0x00,0x93,0xAE, + 0x08,0x00,0x55,0xAE,0x30,0x00,0xBF,0x8F,0x2C,0x00,0xB7,0x8F, + 0x28,0x00,0xB6,0x8F,0x24,0x00,0xB5,0x8F,0x20,0x00,0xB4,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27, + 0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x88,0x80,0x00,0x05,0x00,0xC0,0x18, + 0x21,0x80,0xA0,0x00,0x03,0x00,0x02,0x24,0x60,0x00,0x22,0xAE, + 0xD3,0x47,0xC0,0x08,0x64,0x00,0x26,0xAE,0x13,0x00,0xC3,0x24, + 0x13,0x00,0x62,0x2C,0x09,0x00,0x40,0x10,0x80,0x10,0x03,0x00, + 0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00,0x30,0x81,0x22,0x8C, + 0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00,0x00,0x00,0x00,0x00, + 0xCD,0x47,0xC0,0x08,0x02,0x00,0x06,0x24,0xCD,0x47,0xC0,0x08, + 0x05,0x00,0x06,0x24,0xCD,0x47,0xC0,0x08,0x03,0x00,0x06,0x24, + 0xCD,0x47,0xC0,0x08,0x01,0x00,0x06,0x24,0x23,0x30,0x06,0x00, + 0x60,0x00,0x26,0xAE,0x21,0x20,0x20,0x02,0xA4,0x42,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x01,0x00,0x42,0x24,0x64,0x00,0x22,0xAE, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x34, + 0x11,0x00,0x02,0xA2,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF,0x1C,0x00,0xB1,0xAF, + 0x18,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x60,0x00,0x05,0xAE, + 0x64,0x00,0x06,0xAE,0x80,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x0B,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xCD,0x4C,0xC0,0x0C, + 0x68,0x00,0x04,0x26,0x7C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x6C,0x00,0x02,0xAE,0x80,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x70,0x00,0x02,0xAE,0x80,0x00,0x00,0xAE,0x7C,0x00,0x00,0xAE, + 0x58,0x00,0x11,0x96,0x02,0x00,0x02,0x24,0x58,0x00,0x02,0xA6, + 0x28,0x50,0xC0,0x0C,0x21,0x20,0x00,0x02,0x21,0x38,0x40,0x00, + 0x40,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x23,0x00,0x40,0x14, + 0xFF,0xFF,0x23,0x32,0x03,0x00,0x02,0x24,0x0E,0x00,0x62,0x10, + 0xFF,0xFF,0xE3,0x30,0x3A,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0x09,0x00,0x40,0x10,0x0C,0x00,0x04,0x26, + 0x30,0x00,0x02,0x8E,0x1C,0x00,0x05,0x26,0x34,0x00,0x07,0x8E, + 0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00,0x01,0x00,0x06,0x24, + 0x26,0x48,0xC0,0x08,0x00,0x00,0x00,0x00,0x60,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0xFA,0xFF,0x43,0x24,0x0D,0x00,0x62,0x2C, + 0x0D,0x00,0x40,0x10,0x80,0x10,0x03,0x00,0x02,0x83,0x01,0x3C, + 0x21,0x08,0x22,0x00,0x80,0x81,0x22,0x8C,0x00,0x00,0x00,0x00, + 0x08,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x1C,0x48,0xC0,0x08, + 0x02,0x00,0x02,0x24,0x1C,0x48,0xC0,0x08,0x03,0x00,0x02,0x24, + 0x05,0x00,0x02,0x24,0x60,0x00,0x02,0xAE,0x34,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x10,0x00,0xA2,0xAF,0x2C,0x00,0x02,0x8E, + 0x0C,0x00,0x04,0x26,0x1C,0x00,0x05,0x26,0x21,0x30,0x00,0x02, + 0x09,0xF8,0x40,0x00,0xFF,0xFF,0xE7,0x30,0x20,0x00,0xBF,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x1C,0x00,0xBF,0xAF, + 0x18,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x60,0x00,0x05,0x8E, + 0x00,0x00,0x00,0x00,0x06,0x00,0xA0,0x10,0x00,0x00,0x00,0x00, + 0x64,0x00,0x06,0x8E,0xDC,0x47,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x88,0x48,0xC0,0x08,0x00,0x00,0x00,0x00,0x28,0x50,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x21,0x38,0x40,0x00,0x58,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x2C,0x0B,0x00,0x40,0x10, + 0xFF,0xFF,0xE3,0x30,0x3A,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0x06,0x00,0x40,0x10,0x21,0x20,0x00,0x02, + 0x01,0x00,0x05,0x24,0xDC,0x47,0xC0,0x0C,0x21,0x30,0x00,0x00, + 0x88,0x48,0xC0,0x08,0x00,0x00,0x00,0x00,0x60,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x31,0x00,0x40,0x14,0x02,0x00,0x02,0x24, + 0x58,0x00,0x03,0x96,0x03,0x00,0x02,0x24,0x21,0x00,0x62,0x10, + 0x04,0x00,0x62,0x28,0x07,0x00,0x40,0x10,0x02,0x00,0x62,0x28, + 0x29,0x00,0x40,0x10,0x02,0x00,0x02,0x24,0x27,0x00,0x60,0x04, + 0x00,0x00,0x00,0x00,0x5D,0x48,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x05,0x00,0x02,0x24,0x22,0x00,0x62,0x14,0x02,0x00,0x02,0x24, + 0x03,0x83,0x03,0x3C,0x9C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x68,0x00,0x04,0x26, + 0x19,0x00,0x80,0x10,0x00,0x00,0x62,0xAC,0x03,0x83,0x05,0x3C, + 0x60,0xF4,0xA5,0x24,0x00,0x00,0xA2,0x8C,0x6C,0x00,0x03,0x8E, + 0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00,0x00,0x00,0xA2,0xAC, + 0x0C,0x00,0x84,0x8C,0x00,0x00,0x00,0x00,0xF8,0xFF,0x80,0x14, + 0x02,0x00,0x02,0x24,0x7F,0x48,0xC0,0x08,0x58,0x00,0x02,0xA6, + 0x03,0x83,0x04,0x3C,0x9C,0xF4,0x84,0x24,0x00,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x82,0xAC, + 0xC8,0xFF,0x82,0x8C,0x6C,0x00,0x03,0x8E,0x00,0x00,0x00,0x00, + 0x21,0x10,0x43,0x00,0xC8,0xFF,0x82,0xAC,0x02,0x00,0x02,0x24, + 0x58,0x00,0x02,0xA6,0x34,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x10,0x00,0xA2,0xAF,0x2C,0x00,0x02,0x8E,0x0C,0x00,0x04,0x26, + 0x1C,0x00,0x05,0x26,0x21,0x30,0x00,0x02,0x09,0xF8,0x40,0x00, + 0xFF,0xFF,0xE7,0x30,0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x58,0x00,0x03,0x96,0x01,0x00,0x02,0x24,0x19,0x00,0x62,0x10, + 0x02,0x00,0x62,0x28,0x05,0x00,0x40,0x10,0x03,0x00,0x02,0x24, + 0x07,0x00,0x60,0x10,0x00,0x00,0x00,0x00,0xC4,0x48,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x25,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0xC4,0x48,0xC0,0x08,0x00,0x00,0x00,0x00,0x70,0x00,0x04,0x8E, + 0x6C,0x00,0x03,0x8E,0x00,0x00,0x00,0x00,0x22,0x00,0x60,0x10, + 0x00,0x00,0x00,0x00,0x11,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x02,0x00,0x42,0x30,0x21,0x00,0x40,0x10,0xFF,0xFF,0x63,0x24, + 0xFA,0xFF,0x60,0x14,0x44,0x00,0x84,0x24,0xC4,0x48,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x70,0x00,0x04,0x8E,0x6C,0x00,0x03,0x8E, + 0x00,0x00,0x00,0x00,0x08,0x00,0x60,0x10,0x00,0x00,0x00,0x00, + 0x11,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x30, + 0x13,0x00,0x40,0x10,0xFF,0xFF,0x63,0x24,0xFA,0xFF,0x60,0x14, + 0x44,0x00,0x84,0x24,0xFE,0x50,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0xF1,0xFF,0x40,0x1C,0xFF,0xFF,0x42,0x28,0x07,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0xAC,0x48,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x52,0xC0,0x0C,0x21,0x20,0x00,0x02,0x05,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x2B,0x48,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x67,0x4C,0xC0,0x0C,0x21,0x20,0x00,0x02,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x58,0x00,0x03,0x96,0x01,0x00,0x02,0x24, + 0x11,0x00,0x62,0x10,0x02,0x00,0x62,0x28,0x05,0x00,0x40,0x10, + 0x03,0x00,0x02,0x24,0x09,0x00,0x60,0x10,0x00,0x00,0x00,0x00, + 0xEC,0x48,0xC0,0x08,0x00,0x00,0x00,0x00,0x0D,0x00,0x62,0x10, + 0x05,0x00,0x02,0x24,0x07,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0xEC,0x48,0xC0,0x08,0x00,0x00,0x00,0x00,0xC4,0x52,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0xEA,0x48,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x88,0x50,0xC0,0x0C,0x21,0x20,0x00,0x02,0xEA,0x48,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x84,0x51,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x05,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x8C,0x48,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0xF2,0x48,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x67,0x4C,0xC0,0x0C,0x21,0x20,0x00,0x02,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0xC0,0xFF,0xBD,0x27,0x3C,0x00,0xBF,0xAF,0x38,0x00,0xB6,0xAF, + 0x34,0x00,0xB5,0xAF,0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF, + 0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF, + 0x21,0x40,0x80,0x00,0x21,0x88,0xC0,0x00,0x21,0x98,0xE0,0x00, + 0x54,0x00,0xB6,0x8F,0x58,0x00,0xB5,0x8F,0x5C,0x00,0xB4,0x8F, + 0x50,0x00,0xB2,0x97,0x03,0x83,0x03,0x3C,0x30,0xF4,0x63,0x24, + 0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x00,0x00,0x62,0xAC,0x18,0x00,0xA2,0x27,0x10,0x00,0xA2,0xAF, + 0x21,0x20,0xA0,0x00,0xD0,0x49,0xC0,0x0C,0x21,0x28,0x00,0x01, + 0x21,0x80,0x40,0x00,0x39,0x00,0x00,0x12,0xFF,0xFF,0x42,0x32, + 0x3A,0x00,0x03,0x96,0x00,0x00,0x00,0x00,0x2B,0x10,0x43,0x00, + 0x02,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x3A,0x00,0x12,0xA6, + 0x2C,0x00,0x16,0xAE,0x30,0x00,0x15,0xAE,0x34,0x00,0x14,0xAE, + 0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x10, + 0x01,0x00,0x02,0x24,0x2B,0x48,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x67,0x4C,0xC0,0x0C,0x21,0x20,0x00,0x02,0x55,0x49,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x58,0x00,0x03,0x96,0x00,0x00,0x00,0x00, + 0x10,0x00,0x62,0x10,0x02,0x00,0x62,0x28,0x05,0x00,0x40,0x10, + 0x03,0x00,0x02,0x24,0x09,0x00,0x60,0x10,0x00,0x00,0x00,0x00, + 0x44,0x49,0xC0,0x08,0x00,0x00,0x00,0x00,0x0B,0x00,0x62,0x10, + 0x05,0x00,0x02,0x24,0x1F,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x44,0x49,0xC0,0x08,0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C, + 0x3F,0x49,0xC0,0x08,0x68,0xF4,0x63,0x24,0x03,0x83,0x03,0x3C, + 0x3F,0x49,0xC0,0x08,0x6C,0xF4,0x63,0x24,0x03,0x83,0x03,0x3C, + 0x70,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x53,0x49,0xC0,0x08,0x00,0x00,0x62,0xAC, + 0x03,0x83,0x03,0x3C,0x3C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x67,0x4C,0xC0,0x0C,0x21,0x20,0x00,0x02,0x21,0x20,0x20,0x02, + 0x21,0x28,0x60,0x02,0x01,0x00,0x06,0x24,0x09,0xF8,0xA0,0x02, + 0x21,0x38,0x80,0x02,0x55,0x49,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xCC,0x48,0xC0,0x0C,0x21,0x20,0x00,0x02,0x3C,0x00,0xBF,0x8F, + 0x38,0x00,0xB6,0x8F,0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x4D,0x50,0xC0,0x0C,0xFF,0xFF,0xC6,0x30, + 0x35,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24,0x03,0x83,0x03,0x3C, + 0x40,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC,0x60,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x20,0x00,0x40,0x10,0x04,0x00,0x02,0x24, + 0x5C,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x5C,0x00,0x62,0xAC,0x60,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x43,0x24,0x05,0x00,0x62,0x2C,0x20,0x00,0x40,0x10, + 0x80,0x10,0x03,0x00,0x02,0x83,0x01,0x3C,0x21,0x08,0x22,0x00, + 0xB8,0x81,0x22,0x8C,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x00, + 0x00,0x00,0x00,0x00,0x03,0x83,0x03,0x3C,0x96,0x49,0xC0,0x08, + 0x7C,0xF4,0x63,0x24,0x03,0x83,0x03,0x3C,0x96,0x49,0xC0,0x08, + 0x84,0xF4,0x63,0x24,0x03,0x83,0x03,0x3C,0x96,0x49,0xC0,0x08, + 0x88,0xF4,0x63,0x24,0x03,0x83,0x03,0x3C,0x96,0x49,0xC0,0x08, + 0x80,0xF4,0x63,0x24,0x03,0x83,0x03,0x3C,0x96,0x49,0xC0,0x08, + 0x8C,0xF4,0x63,0x24,0x58,0x00,0x03,0x96,0x00,0x00,0x00,0x00, + 0x08,0x00,0x62,0x14,0x21,0x10,0x00,0x00,0x03,0x83,0x03,0x3C, + 0xA0,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC,0x21,0x10,0x00,0x00, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27, + 0x1C,0x00,0xBF,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x90,0xA0,0x00,0x21,0x80,0xC0,0x00, + 0x04,0x00,0x00,0xAE,0x0E,0x00,0x80,0x10,0x00,0x00,0x04,0xAE, + 0x80,0x88,0x04,0x00,0x35,0x2F,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x03,0x00,0x40,0x14,0x04,0x00,0x02,0xAE,0xB8,0x49,0xC0,0x08, + 0xFF,0xFF,0x02,0x24,0x05,0x00,0x20,0x12,0x21,0x28,0x40,0x02, + 0x04,0x00,0x04,0x8E,0x00,0x00,0x00,0x00,0x10,0x3E,0xC0,0x0C, + 0x21,0x30,0x20,0x02,0x21,0x10,0x00,0x00,0x1C,0x00,0xBF,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x04,0x00,0x04,0x8E,0x00,0x00,0x00,0x00,0x04,0x00,0x80,0x10, + 0x00,0x00,0x00,0x00,0x69,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x04,0x00,0x00,0xAE,0x00,0x00,0x00,0xAE,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xA8,0xFF,0xBD,0x27, + 0x50,0x00,0xBF,0xAF,0x4C,0x00,0xB7,0xAF,0x48,0x00,0xB6,0xAF, + 0x44,0x00,0xB5,0xAF,0x40,0x00,0xB4,0xAF,0x3C,0x00,0xB3,0xAF, + 0x38,0x00,0xB2,0xAF,0x34,0x00,0xB1,0xAF,0x30,0x00,0xB0,0xAF, + 0x21,0x18,0x80,0x00,0x21,0x98,0xA0,0x00,0x21,0xB0,0xC0,0x00, + 0x21,0xB8,0xE0,0x00,0x68,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x02,0x00,0x40,0x14,0x2C,0x00,0xA0,0xAF,0x28,0x00,0xA2,0x27, + 0x00,0x00,0x40,0xAC,0x18,0x00,0xA4,0x27,0x21,0x28,0x60,0x00, + 0x60,0x53,0xC0,0x0C,0x21,0x30,0x60,0x02,0x21,0x88,0x40,0x00, + 0x52,0x00,0x20,0x12,0x21,0x10,0x00,0x00,0x91,0x4C,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x21,0x90,0x40,0x00,0x05,0x00,0x40,0x16, + 0x01,0x00,0x02,0x24,0x7B,0x53,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x3C,0x4A,0xC0,0x08,0x21,0x10,0x00,0x00,0x94,0x00,0x42,0xA2, + 0x88,0x53,0xC0,0x0C,0x21,0x20,0x20,0x02,0xE0,0x00,0x55,0x30, + 0x2C,0x00,0xB0,0x27,0x21,0x20,0x20,0x02,0x40,0x54,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x21,0xA0,0x40,0x00,0x21,0x20,0x20,0x02, + 0x8A,0x54,0xC0,0x0C,0x21,0x28,0x00,0x02,0x02,0x00,0x42,0xA6, + 0x2C,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x0E,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x08,0x00,0x23,0x8E,0x04,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x23,0x80,0x62,0x00,0x02,0x00,0x42,0x96, + 0x00,0x00,0x00,0x00,0x21,0x80,0x02,0x02,0x2A,0x10,0x13,0x02, + 0x10,0x00,0x40,0x14,0x21,0x20,0x20,0x02,0x2A,0x10,0x70,0x02, + 0x10,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x67,0x4C,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x7B,0x53,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x03,0x83,0x03,0x3C,0x3C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x3C,0x4A,0xC0,0x08,0x21,0x10,0x00,0x00,0x21,0x28,0x00,0x02, + 0xEE,0x53,0xC0,0x0C,0x21,0x30,0x00,0x00,0xFF,0x00,0xA2,0x32, + 0xFF,0xFF,0x83,0x32,0x25,0x10,0x43,0x00,0x30,0x00,0x03,0x24, + 0x08,0x00,0x43,0x14,0x21,0x20,0x40,0x02,0x10,0x00,0xB0,0xAF, + 0x21,0x28,0x20,0x02,0x21,0x30,0xC0,0x02,0x47,0x4A,0xC0,0x0C, + 0x21,0x38,0xE0,0x02,0x35,0x4A,0xC0,0x08,0x21,0x80,0x40,0x00, + 0x03,0x83,0x03,0x3C,0x3C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x21,0x80,0x00,0x00,0x03,0x00,0x00,0x16,0x00,0x00,0x00,0x00, + 0x67,0x4C,0xC0,0x0C,0x21,0x20,0x40,0x02,0x7B,0x53,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x21,0x10,0x00,0x02,0x50,0x00,0xBF,0x8F, + 0x4C,0x00,0xB7,0x8F,0x48,0x00,0xB6,0x8F,0x44,0x00,0xB5,0x8F, + 0x40,0x00,0xB4,0x8F,0x3C,0x00,0xB3,0x8F,0x38,0x00,0xB2,0x8F, + 0x34,0x00,0xB1,0x8F,0x30,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x58,0x00,0xBD,0x27,0xB0,0xFF,0xBD,0x27,0x4C,0x00,0xBF,0xAF, + 0x48,0x00,0xB6,0xAF,0x44,0x00,0xB5,0xAF,0x40,0x00,0xB4,0xAF, + 0x3C,0x00,0xB3,0xAF,0x38,0x00,0xB2,0xAF,0x34,0x00,0xB1,0xAF, + 0x30,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x21,0x88,0xA0,0x00, + 0x21,0xA0,0xC0,0x00,0x21,0xA8,0xE0,0x00,0x60,0x00,0xB6,0x8F, + 0x18,0x00,0xA0,0xAF,0x21,0x20,0x20,0x02,0x18,0x00,0xA5,0x27, + 0x02,0x00,0x06,0x24,0xB3,0x55,0xC0,0x0C,0x21,0x38,0x00,0x00, + 0x40,0x00,0x02,0xAE,0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x9B,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x40,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x04,0x00,0x40,0x10,0x21,0x20,0x20,0x02, + 0x03,0x83,0x03,0x3C,0xFC,0x4A,0xC0,0x08,0x44,0xF4,0x63,0x24, + 0x10,0x00,0xA0,0xAF,0x48,0x00,0x05,0x26,0x18,0x00,0xA6,0x27, + 0x32,0x55,0xC0,0x0C,0x04,0x00,0x07,0x24,0x18,0x00,0xA2,0x8F, + 0x00,0x00,0x00,0x00,0x8B,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x88,0x53,0xC0,0x0C,0x21,0x20,0x20,0x02,0xE0,0x00,0x42,0x30, + 0xA0,0x00,0x03,0x24,0x85,0x00,0x43,0x14,0x21,0x20,0x20,0x02, + 0x40,0x54,0xC0,0x0C,0x18,0x00,0xA5,0x27,0x21,0x90,0x40,0x00, + 0x21,0x20,0x20,0x02,0x8A,0x54,0xC0,0x0C,0x18,0x00,0xA5,0x27, + 0x21,0x98,0x40,0x00,0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x7A,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x32, + 0x05,0x00,0x42,0x2C,0x76,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x08,0x00,0x22,0x8E,0x04,0x00,0x23,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x10,0x43,0x00,0xFF,0xFF,0x63,0x32,0x21,0x10,0x43,0x00, + 0x6E,0x00,0xC2,0x16,0x21,0x20,0x00,0x02,0x58,0x00,0x12,0xA6, + 0x5A,0x00,0x13,0xA6,0x21,0x28,0x80,0x02,0xDC,0x2F,0xC0,0x0C, + 0x21,0x30,0xA0,0x02,0x76,0x00,0x40,0x14,0x21,0x10,0x00,0x00, + 0xFF,0xFF,0x43,0x32,0x04,0x00,0x02,0x24,0x18,0x00,0x62,0x10, + 0x21,0x20,0x20,0x02,0x18,0x00,0xA5,0x27,0x02,0x00,0x06,0x24, + 0xB3,0x55,0xC0,0x0C,0x21,0x38,0x00,0x00,0x5C,0x00,0x02,0xAE, + 0x21,0x20,0x20,0x02,0x18,0x00,0xA5,0x27,0x02,0x00,0x06,0x24, + 0xB3,0x55,0xC0,0x0C,0x21,0x38,0x00,0x00,0x60,0x00,0x02,0xAE, + 0x21,0x20,0x20,0x02,0x18,0x00,0xA5,0x27,0x02,0x00,0x06,0x24, + 0xB3,0x55,0xC0,0x0C,0x21,0x38,0x00,0x00,0x64,0x00,0x02,0xAE, + 0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x4E,0x00,0x40,0x14, + 0x21,0x20,0x20,0x02,0x03,0x4B,0xC0,0x08,0x68,0x00,0x05,0x26, + 0x04,0x00,0x02,0x24,0x58,0x00,0x02,0xA6,0x5A,0x00,0x13,0xA6, + 0x7C,0x00,0x00,0xAE,0x10,0x00,0xA0,0xAF,0x5C,0x00,0x05,0x26, + 0x18,0x00,0xA6,0x27,0x7E,0x56,0xC0,0x0C,0x06,0x00,0x07,0x24, + 0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x3F,0x00,0x40,0x14, + 0x64,0x00,0x04,0x26,0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C, + 0x04,0x00,0x06,0x24,0x20,0x00,0xA0,0xA7,0x28,0x00,0xA0,0xAF, + 0x24,0x00,0xA0,0xAF,0x2C,0x00,0xA0,0xA7,0x20,0x00,0xB2,0x27, + 0x40,0x00,0x02,0x24,0x10,0x00,0xA2,0xAF,0x21,0x20,0x20,0x02, + 0x21,0x28,0x40,0x02,0x18,0x00,0xA6,0x27,0x32,0x55,0xC0,0x0C, + 0x21,0x38,0x00,0x00,0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x05,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xDC,0x56,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0xFA,0x4A,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x28,0x00,0xA2,0x8F,0x24,0x00,0xA3,0x8F,0x00,0x00,0x00,0x00, + 0x23,0x10,0x43,0x00,0xFF,0xFF,0x46,0x30,0x05,0x00,0xC2,0x2C, + 0x02,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x04,0x00,0x06,0x24, + 0x08,0x00,0xC0,0x10,0x21,0x20,0x20,0x02,0x24,0x00,0xA5,0x8F, + 0x00,0x00,0x00,0x00,0x10,0x3E,0xC0,0x0C,0x64,0x00,0x04,0x26, + 0xDC,0x56,0xC0,0x0C,0x20,0x00,0xA4,0x27,0x21,0x20,0x20,0x02, + 0x18,0x00,0xA5,0x27,0x02,0x00,0x06,0x24,0xB3,0x55,0xC0,0x0C, + 0x21,0x38,0x00,0x00,0x68,0x00,0x02,0xAE,0x21,0x20,0x20,0x02, + 0x18,0x00,0xA5,0x27,0x02,0x00,0x06,0x24,0xB3,0x55,0xC0,0x0C, + 0x21,0x38,0x00,0x00,0x6C,0x00,0x02,0xAE,0x21,0x20,0x20,0x02, + 0x18,0x00,0xA5,0x27,0x03,0x00,0x06,0x24,0xB3,0x55,0xC0,0x0C, + 0x40,0x00,0x07,0x24,0x70,0x00,0x02,0xAE,0x18,0x00,0xA2,0x8F, + 0x00,0x00,0x00,0x00,0x09,0x00,0x40,0x10,0x21,0x20,0x20,0x02, + 0x03,0x83,0x03,0x3C,0x3C,0xF4,0x63,0x24,0x00,0x00,0x62,0x8C, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAC, + 0x09,0x4B,0xC0,0x08,0x21,0x10,0x00,0x00,0x74,0x00,0x05,0x26, + 0x21,0x30,0xC0,0x02,0x63,0x4B,0xC0,0x0C,0x21,0x38,0x00,0x02, + 0xFF,0xFF,0x03,0x24,0xF8,0xFF,0x43,0x10,0x21,0x10,0x00,0x02, + 0x4C,0x00,0xBF,0x8F,0x48,0x00,0xB6,0x8F,0x44,0x00,0xB5,0x8F, + 0x40,0x00,0xB4,0x8F,0x3C,0x00,0xB3,0x8F,0x38,0x00,0xB2,0x8F, + 0x34,0x00,0xB1,0x8F,0x30,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x50,0x00,0xBD,0x27,0xB8,0xFF,0xBD,0x27,0x40,0x00,0xBF,0xAF, + 0x3C,0x00,0xB7,0xAF,0x38,0x00,0xB6,0xAF,0x34,0x00,0xB5,0xAF, + 0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF, + 0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x10,0x00,0xA0,0xAF,0x08,0x00,0x02,0x8E,0x04,0x00,0x03,0x8E, + 0x00,0x00,0x00,0x00,0x23,0xB8,0x43,0x00,0x21,0x90,0x00,0x00, + 0xFF,0xFF,0xA2,0x30,0x2D,0x00,0x40,0x10,0x21,0x88,0x00,0x00, + 0x03,0x83,0x13,0x3C,0x3C,0xF4,0x73,0x26,0xFF,0xFF,0x16,0x24, + 0xFF,0xFF,0xB5,0x30,0x08,0x00,0x03,0x8E,0x04,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x23,0xA0,0x62,0x00,0x00,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30,0x20,0x00,0x40,0x14, + 0x21,0x20,0x00,0x02,0x40,0x54,0xC0,0x0C,0x10,0x00,0xA5,0x27, + 0x21,0x20,0x00,0x02,0x8A,0x54,0xC0,0x0C,0x10,0x00,0xA5,0x27, + 0x21,0x28,0x40,0x00,0x10,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00, + 0x06,0x00,0x40,0x14,0x21,0x20,0x00,0x02,0xFF,0xFF,0xA5,0x30, + 0xBF,0x53,0xC0,0x0C,0x01,0x00,0x06,0x24,0x07,0x00,0x56,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0x62,0x8E,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0x00,0x00,0x62,0xAE,0x53,0x4B,0xC0,0x08, + 0xFF,0xFF,0x11,0x24,0x08,0x00,0x02,0x8E,0x04,0x00,0x03,0x8E, + 0x00,0x00,0x00,0x00,0x23,0x10,0x43,0x00,0x21,0x10,0x42,0x02, + 0x23,0x90,0x54,0x00,0xFF,0xFF,0x42,0x32,0x2B,0x10,0x55,0x00, + 0xD9,0xFF,0x40,0x14,0x01,0x00,0x31,0x26,0x21,0x20,0x00,0x02, + 0x21,0x28,0xE0,0x02,0xBF,0x53,0xC0,0x0C,0x21,0x30,0x00,0x00, + 0x21,0x10,0x20,0x02,0x40,0x00,0xBF,0x8F,0x3C,0x00,0xB7,0x8F, + 0x38,0x00,0xB6,0x8F,0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x48,0x00,0xBD,0x27, + 0xC0,0xFF,0xBD,0x27,0x38,0x00,0xBF,0xAF,0x34,0x00,0xB5,0xAF, + 0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF, + 0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF,0x21,0x90,0x80,0x00, + 0x21,0x98,0xA0,0x00,0x21,0xA8,0xE0,0x00,0x10,0x00,0xA0,0xAF, + 0x40,0x54,0xC0,0x0C,0x10,0x00,0xA5,0x27,0x21,0x20,0x40,0x02, + 0x8A,0x54,0xC0,0x0C,0x10,0x00,0xA5,0x27,0x00,0x00,0x62,0xA6, + 0x10,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x1C,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x42,0x8E,0x08,0x00,0x43,0x8E, + 0x00,0x00,0x00,0x00,0x23,0x10,0x43,0x00,0x00,0x00,0x63,0x96, + 0xFF,0xFF,0x42,0x30,0x14,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0x04,0x00,0x60,0xAE,0x00,0x00,0x65,0x96,0x00,0x00,0x00,0x00, + 0x13,0x4B,0xC0,0x0C,0x21,0x20,0x40,0x02,0x21,0x20,0x40,0x00, + 0xFF,0xFF,0x02,0x24,0x2E,0x00,0x82,0x10,0x00,0x00,0x00,0x00, + 0x03,0x00,0x80,0x14,0x00,0x00,0x00,0x00,0xB6,0x4B,0xC0,0x08, + 0x08,0x00,0x60,0xAE,0xA0,0x4C,0xC0,0x0C,0x04,0x00,0x64,0xAE, + 0x0A,0x00,0x40,0x14,0x08,0x00,0x62,0xAE,0xB7,0x4B,0xC0,0x08, + 0xFF,0xFF,0x02,0x24,0x03,0x83,0x03,0x3C,0x3C,0xF4,0x63,0x24, + 0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x92,0x4B,0xC0,0x08,0x00,0x00,0x62,0xAC,0x08,0x00,0x70,0x8E, + 0x04,0x00,0x62,0x8E,0x00,0x00,0x00,0x00,0x17,0x00,0x40,0x18, + 0x21,0x88,0x00,0x00,0xFF,0xFF,0x14,0x24,0x21,0x20,0x40,0x02, + 0x40,0x54,0xC0,0x0C,0x10,0x00,0xA5,0x27,0x21,0x20,0x40,0x02, + 0x8A,0x54,0xC0,0x0C,0x10,0x00,0xA5,0x27,0x04,0x00,0x02,0xA6, + 0x10,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0xE9,0xFF,0x40,0x14, + 0x21,0x20,0x40,0x02,0x21,0x28,0x00,0x02,0xC0,0x4B,0xC0,0x0C, + 0x21,0x30,0xA0,0x02,0xE2,0xFF,0x54,0x10,0x01,0x00,0x31,0x26, + 0x04,0x00,0x62,0x8E,0x00,0x00,0x00,0x00,0x2A,0x10,0x22,0x02, + 0xEC,0xFF,0x40,0x14,0x44,0x00,0x10,0x26,0x21,0x10,0x00,0x00, + 0x38,0x00,0xBF,0x8F,0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27, + 0xB8,0xFF,0xBD,0x27,0x44,0x00,0xBF,0xAF,0x40,0x00,0xB4,0xAF, + 0x3C,0x00,0xB3,0xAF,0x38,0x00,0xB2,0xAF,0x34,0x00,0xB1,0xAF, + 0x30,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x21,0x90,0xA0,0x00, + 0x18,0x00,0xA0,0xAF,0x10,0x00,0xA0,0xAF,0x08,0x00,0x45,0x26, + 0x18,0x00,0xA6,0x27,0x7E,0x56,0xC0,0x0C,0x06,0x00,0x07,0x24, + 0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x67,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x88,0x53,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0xE0,0x00,0x54,0x30,0x21,0x20,0x00,0x02,0x40,0x54,0xC0,0x0C, + 0x18,0x00,0xA5,0x27,0x21,0x98,0x40,0x00,0x21,0x20,0x00,0x02, + 0x8A,0x54,0xC0,0x0C,0x18,0x00,0xA5,0x27,0x21,0x88,0x40,0x00, + 0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x58,0x00,0x40,0x14, + 0x25,0x10,0x74,0x02,0x12,0x00,0x51,0xA6,0x10,0x00,0x42,0xA2, + 0x10,0x00,0x43,0x92,0x40,0x00,0x02,0x24,0x30,0x00,0x62,0x10, + 0x41,0x00,0x62,0x28,0x10,0x00,0x40,0x10,0x04,0x00,0x02,0x24, + 0x1F,0x00,0x62,0x10,0x05,0x00,0x62,0x28,0x05,0x00,0x40,0x10, + 0x02,0x00,0x02,0x24,0x16,0x00,0x62,0x10,0x21,0x20,0x00,0x02, + 0x39,0x4C,0xC0,0x08,0x00,0x00,0x00,0x00,0x05,0x00,0x02,0x24, + 0x41,0x00,0x62,0x10,0x06,0x00,0x02,0x24,0x1B,0x00,0x62,0x10, + 0x21,0x20,0x00,0x02,0x39,0x4C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x44,0x00,0x02,0x24,0x0F,0x00,0x62,0x10,0x44,0x00,0x62,0x28, + 0x08,0x00,0x40,0x14,0x21,0x20,0x00,0x02,0x83,0x00,0x62,0x28, + 0x39,0x00,0x40,0x10,0x80,0x00,0x62,0x28,0x33,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x39,0x4C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x25,0x32,0x68,0x55,0xC0,0x0C,0x18,0x00,0xA6,0x27, + 0x35,0x4C,0xC0,0x08,0x28,0x00,0x42,0xAE,0x21,0x20,0x00,0x02, + 0xFF,0xFF,0x25,0x32,0x28,0x00,0x46,0x26,0xD7,0x54,0xC0,0x0C, + 0x18,0x00,0xA7,0x27,0x35,0x4C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x25,0x32,0x28,0x00,0x46,0x26,0xDC,0x55,0xC0,0x0C, + 0x18,0x00,0xA7,0x27,0x35,0x4C,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x28,0x00,0x44,0x26,0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C, + 0x04,0x00,0x06,0x24,0x20,0x00,0xA0,0xA7,0x28,0x00,0xA0,0xAF, + 0x24,0x00,0xA0,0xAF,0x2C,0x00,0xA0,0xA7,0x21,0x20,0x00,0x02, + 0xFF,0xFF,0x25,0x32,0x20,0x00,0xA6,0x27,0xD7,0x54,0xC0,0x0C, + 0x18,0x00,0xA7,0x27,0x28,0x00,0xA2,0x8F,0x24,0x00,0xA3,0x8F, + 0x00,0x00,0x00,0x00,0x23,0x10,0x43,0x00,0xFF,0xFF,0x46,0x30, + 0x05,0x00,0xC2,0x2C,0x02,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x04,0x00,0x06,0x24,0x07,0x00,0xC0,0x10,0x00,0x00,0x00,0x00, + 0x24,0x00,0xA5,0x8F,0x00,0x00,0x00,0x00,0x10,0x3E,0xC0,0x0C, + 0x28,0x00,0x44,0x26,0xDC,0x56,0xC0,0x0C,0x20,0x00,0xA4,0x27, + 0x18,0x00,0xA2,0x8F,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x10, + 0x21,0x10,0x00,0x00,0x03,0x83,0x03,0x3C,0x3C,0xF4,0x63,0x24, + 0x00,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x24, + 0x00,0x00,0x62,0xAC,0xFF,0xFF,0x02,0x24,0x44,0x00,0xBF,0x8F, + 0x40,0x00,0xB4,0x8F,0x3C,0x00,0xB3,0x8F,0x38,0x00,0xB2,0x8F, + 0x34,0x00,0xB1,0x8F,0x30,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x48,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x4C,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0xDC,0x56,0xC0,0x0C,0x48,0x00,0x04,0x26,0x58,0x00,0x03,0x96, + 0x04,0x00,0x02,0x24,0x05,0x00,0x62,0x14,0x00,0x00,0x00,0x00, + 0xBE,0x49,0xC0,0x0C,0x5C,0x00,0x04,0x26,0x5D,0x4C,0xC0,0x08, + 0x74,0x00,0x04,0x26,0xCD,0x4C,0xC0,0x0C,0x68,0x00,0x04,0x26, + 0x78,0x00,0x04,0x26,0xCD,0x4C,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x94,0x00,0x03,0x92,0x00,0x00,0x00,0x00,0xB8,0x4C,0xC0,0x0C, + 0x21,0x20,0x00,0x02,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x05,0x00,0x00,0x12,0x00,0x00,0x00,0x00,0x48,0x4C,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x69,0x2F,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF, + 0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x88,0x80,0x00, + 0x35,0x2F,0xC0,0x0C,0x10,0x00,0x04,0x24,0x21,0x80,0x40,0x00, + 0x0B,0x00,0x00,0x12,0x21,0x20,0x00,0x02,0x21,0x28,0x00,0x00, + 0x18,0x42,0xC0,0x0C,0x10,0x00,0x06,0x24,0xA0,0x4C,0xC0,0x0C, + 0x21,0x20,0x20,0x02,0x04,0x00,0x40,0x10,0x08,0x00,0x02,0xAE, + 0x04,0x00,0x11,0xAE,0x8C,0x4C,0xC0,0x08,0x21,0x10,0x00,0x02, + 0x69,0x2F,0xC0,0x0C,0x21,0x20,0x00,0x02,0x21,0x10,0x00,0x00, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x35,0x2F,0xC0,0x0C, + 0x98,0x00,0x04,0x24,0x21,0x80,0x40,0x00,0x04,0x00,0x00,0x12, + 0x21,0x10,0x00,0x00,0xB8,0x4C,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x21,0x10,0x00,0x02,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF,0x00,0x11,0x04,0x00, + 0x21,0x10,0x44,0x00,0x80,0x88,0x02,0x00,0x0B,0x00,0x20,0x12, + 0x10,0x00,0xB0,0xAF,0x35,0x2F,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x21,0x80,0x40,0x00,0x04,0x00,0x00,0x12,0x21,0x20,0x00,0x02, + 0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C,0x21,0x30,0x20,0x02, + 0xB3,0x4C,0xC0,0x08,0x21,0x10,0x00,0x02,0x21,0x10,0x00,0x00, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x21,0x28,0x00,0x00,0x18,0x42,0xC0,0x0C,0x98,0x00,0x06,0x24, + 0xFF,0x00,0x02,0x24,0x58,0x00,0x02,0xA6,0x78,0x05,0x02,0x24, + 0x3A,0x00,0x02,0xA6,0x48,0x00,0x00,0xA6,0x50,0x00,0x00,0xAE, + 0x4C,0x00,0x00,0xAE,0x54,0x00,0x00,0xA6,0x94,0x00,0x00,0xA2, + 0x95,0x00,0x00,0xA2,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27, + 0x28,0x00,0xBF,0xAF,0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF, + 0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x1F,0x00,0x00,0x12,0x01,0x00,0x13,0x24,0x08,0x00,0x12,0x8E, + 0x00,0x00,0x00,0x00,0x10,0x00,0x40,0x12,0x00,0x00,0x00,0x00, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x09,0x00,0x40,0x18, + 0x21,0x88,0x00,0x00,0xFB,0x4C,0xC0,0x0C,0x21,0x20,0x40,0x02, + 0x01,0x00,0x31,0x26,0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x2A,0x10,0x22,0x02,0xF9,0xFF,0x40,0x14,0x44,0x00,0x52,0x26, + 0x08,0x00,0x04,0x8E,0x69,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x0C,0x00,0x11,0x8E,0x04,0x00,0x60,0x12,0x00,0x00,0x00,0x00, + 0x21,0x98,0x00,0x00,0xF1,0x4C,0xC0,0x08,0x04,0x00,0x00,0xAE, + 0x69,0x2F,0xC0,0x0C,0x21,0x20,0x00,0x02,0x21,0x80,0x20,0x02, + 0xE3,0xFF,0x00,0x16,0x00,0x00,0x00,0x00,0x28,0x00,0xBF,0x8F, + 0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x3C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00, + 0x00,0x00,0x00,0x00,0x3C,0x00,0x00,0xAE,0xBE,0x49,0xC0,0x0C, + 0x08,0x00,0x04,0x26,0x0E,0x4D,0xC0,0x0C,0x21,0x20,0x00,0x02, + 0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x18,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF, + 0x10,0x00,0x83,0x90,0x06,0x00,0x02,0x24,0x12,0x00,0x62,0x10, + 0x07,0x00,0x62,0x28,0x05,0x00,0x40,0x10,0x04,0x00,0x02,0x24, + 0x06,0x00,0x62,0x10,0x00,0x00,0x00,0x00,0x27,0x4D,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x44,0x00,0x02,0x24,0x0B,0x00,0x62,0x14, + 0x00,0x00,0x00,0x00,0x2C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x07,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xDC,0x56,0xC0,0x0C, + 0x28,0x00,0x84,0x24,0x27,0x4D,0xC0,0x08,0x00,0x00,0x00,0x00, + 0xBE,0x49,0xC0,0x0C,0x28,0x00,0x84,0x24,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27,0x1C,0x00,0xBF,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x90,0x80,0x00,0x5C,0x00,0x44,0x8E,0xC4,0x57,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x60,0x00,0x44,0x8E,0x00,0x00,0x00,0x00, + 0xC4,0x57,0xC0,0x0C,0x21,0x80,0x40,0x00,0x64,0x00,0x44,0x8E, + 0x00,0x00,0x00,0x00,0xC4,0x57,0xC0,0x0C,0x21,0x88,0x40,0x00, + 0x21,0x80,0x11,0x02,0x06,0x00,0x10,0x26,0x21,0x10,0x50,0x00, + 0x5A,0x00,0x42,0xA6,0x37,0x4F,0xC0,0x0C,0x68,0x00,0x44,0x26, + 0xFF,0xFF,0x43,0x30,0x5A,0x00,0x44,0x96,0x80,0x00,0x62,0x2C, + 0x05,0x00,0x40,0x14,0x02,0x00,0x82,0x24,0x00,0x01,0x62,0x2C, + 0x02,0x00,0x40,0x14,0x03,0x00,0x82,0x24,0x04,0x00,0x82,0x24, + 0x21,0x10,0x43,0x00,0x5A,0x00,0x42,0xA6,0x50,0x00,0x42,0x8E, + 0x4C,0x00,0x43,0x8E,0x5A,0x00,0x50,0x96,0x40,0x00,0x44,0x8E, + 0x00,0x00,0x00,0x00,0xC4,0x57,0xC0,0x0C,0x23,0x88,0x43,0x00, + 0xFF,0xFF,0x43,0x30,0x5A,0x00,0x44,0x96,0x00,0x00,0x00,0x00, + 0x80,0x00,0x82,0x2C,0x09,0x00,0x40,0x14,0x00,0x01,0x82,0x2C, + 0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x21,0x18,0x70,0x00, + 0x65,0x4D,0xC0,0x08,0x06,0x00,0x63,0x24,0x21,0x18,0x70,0x00, + 0x65,0x4D,0xC0,0x08,0x07,0x00,0x63,0x24,0x21,0x18,0x70,0x00, + 0x05,0x00,0x63,0x24,0xFF,0xFF,0x24,0x32,0x80,0x00,0x82,0x2C, + 0x05,0x00,0x40,0x14,0x01,0x00,0x82,0x24,0x00,0x01,0x82,0x2C, + 0x02,0x00,0x40,0x14,0x02,0x00,0x82,0x24,0x03,0x00,0x82,0x24, + 0x21,0x10,0x62,0x00,0x02,0x00,0x42,0xA6,0x02,0x00,0x43,0x96, + 0x02,0x00,0x44,0x96,0x00,0x00,0x00,0x00,0x80,0x00,0x82,0x2C, + 0x06,0x00,0x40,0x14,0x01,0x00,0x63,0x24,0x00,0x01,0x82,0x2C, + 0x04,0x00,0x40,0x14,0x02,0x00,0x62,0x24,0x7B,0x4D,0xC0,0x08, + 0x03,0x00,0x62,0x24,0x01,0x00,0x62,0x24,0x00,0x00,0x42,0xA6, + 0x00,0x00,0x42,0x96,0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x98,0x80,0x00,0xEF,0x57,0xC0,0x0C, + 0x5C,0x00,0x64,0x26,0x68,0x00,0x64,0x8E,0x00,0x00,0x00,0x00, + 0xC4,0x57,0xC0,0x0C,0x21,0x90,0x40,0x00,0x6C,0x00,0x64,0x8E, + 0x00,0x00,0x00,0x00,0xC4,0x57,0xC0,0x0C,0x21,0x88,0x40,0x00, + 0x70,0x00,0x64,0x8E,0x00,0x00,0x00,0x00,0xDD,0x57,0xC0,0x0C, + 0x21,0x80,0x40,0x00,0x0A,0x00,0x52,0x26,0x21,0x88,0x32,0x02, + 0x21,0x80,0x11,0x02,0x04,0x00,0x10,0x26,0x21,0x10,0x50,0x00, + 0x5A,0x00,0x62,0xA6,0x37,0x4F,0xC0,0x0C,0x74,0x00,0x64,0x26, + 0xFF,0xFF,0x43,0x30,0x5A,0x00,0x64,0x96,0x80,0x00,0x62,0x2C, + 0x05,0x00,0x40,0x14,0x02,0x00,0x82,0x24,0x00,0x01,0x62,0x2C, + 0x02,0x00,0x40,0x14,0x03,0x00,0x82,0x24,0x04,0x00,0x82,0x24, + 0x21,0x10,0x43,0x00,0x5A,0x00,0x62,0xA6,0x50,0x00,0x62,0x8E, + 0x4C,0x00,0x63,0x8E,0x5A,0x00,0x71,0x96,0x40,0x00,0x64,0x8E, + 0x00,0x00,0x00,0x00,0xC4,0x57,0xC0,0x0C,0x23,0x80,0x43,0x00, + 0xFF,0xFF,0x43,0x30,0x5A,0x00,0x64,0x96,0x00,0x00,0x00,0x00, + 0x80,0x00,0x82,0x2C,0x09,0x00,0x40,0x14,0x00,0x01,0x82,0x2C, + 0x04,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x21,0x18,0x71,0x00, + 0xC2,0x4D,0xC0,0x08,0x06,0x00,0x63,0x24,0x21,0x18,0x71,0x00, + 0xC2,0x4D,0xC0,0x08,0x07,0x00,0x63,0x24,0x21,0x18,0x71,0x00, + 0x05,0x00,0x63,0x24,0xFF,0xFF,0x04,0x32,0x80,0x00,0x82,0x2C, + 0x05,0x00,0x40,0x14,0x01,0x00,0x82,0x24,0x00,0x01,0x82,0x2C, + 0x02,0x00,0x40,0x14,0x02,0x00,0x82,0x24,0x03,0x00,0x82,0x24, + 0x21,0x10,0x62,0x00,0x02,0x00,0x62,0xA6,0x02,0x00,0x63,0x96, + 0x02,0x00,0x64,0x96,0x00,0x00,0x00,0x00,0x80,0x00,0x82,0x2C, + 0x06,0x00,0x40,0x14,0x01,0x00,0x63,0x24,0x00,0x01,0x82,0x2C, + 0x04,0x00,0x40,0x14,0x02,0x00,0x70,0x24,0xD8,0x4D,0xC0,0x08, + 0x03,0x00,0x70,0x24,0x01,0x00,0x70,0x24,0xFF,0xFF,0x02,0x32, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27,0x28,0x00,0xBF,0xAF, + 0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF,0x1C,0x00,0xB1,0xAF, + 0x18,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x21,0x98,0xC0,0x00, + 0x21,0x90,0xE0,0x00,0x21,0x88,0xA0,0x00,0x10,0x00,0x04,0x24, + 0x20,0x00,0x05,0x24,0x01,0x83,0x06,0x3C,0x48,0x66,0xC6,0x24, + 0x36,0x58,0xC0,0x0C,0x21,0x38,0x00,0x02,0xFF,0xFF,0x24,0x32, + 0x01,0x83,0x05,0x3C,0x48,0x66,0xA5,0x24,0x70,0x58,0xC0,0x0C, + 0x21,0x30,0x00,0x02,0x10,0x00,0xB0,0xAF,0x02,0x00,0x04,0x24, + 0x21,0x28,0x00,0x00,0x01,0x83,0x07,0x3C,0x48,0x66,0xE7,0x24, + 0xA2,0x58,0xC0,0x0C,0x21,0x30,0x60,0x02,0x08,0x00,0x47,0x8E, + 0x04,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x23,0x38,0xE2,0x00, + 0x01,0x83,0x02,0x3C,0x48,0x66,0x42,0x24,0x10,0x00,0xA2,0xAF, + 0x14,0x00,0xB0,0xAF,0x04,0x00,0x04,0x24,0x21,0x28,0x00,0x00, + 0x04,0x00,0x46,0x8E,0x00,0x00,0x00,0x00,0x06,0x59,0xC0,0x0C, + 0xFF,0xFF,0xE7,0x30,0x28,0x00,0xBF,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x30,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27, + 0x24,0x00,0xBF,0xAF,0x20,0x00,0xB2,0xAF,0x1C,0x00,0xB1,0xAF, + 0x18,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x21,0x88,0xA0,0x00, + 0x58,0x00,0x04,0x96,0xA0,0x00,0x05,0x24,0x01,0x83,0x06,0x3C, + 0x48,0x66,0xC6,0x24,0x36,0x58,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x5A,0x00,0x04,0x96,0x01,0x83,0x05,0x3C,0x48,0x66,0xA5,0x24, + 0x70,0x58,0xC0,0x0C,0x21,0x30,0x20,0x02,0x10,0x00,0xB1,0xAF, + 0x06,0x00,0x04,0x24,0x21,0x28,0x00,0x00,0x01,0x83,0x07,0x3C, + 0x48,0x66,0xE7,0x24,0x53,0x59,0xC0,0x0C,0x5C,0x00,0x06,0x26, + 0x01,0x83,0x12,0x3C,0x48,0x66,0x52,0x26,0x10,0x00,0xB2,0xAF, + 0x14,0x00,0xB1,0xAF,0x21,0x20,0x00,0x00,0x40,0x00,0x05,0x24, + 0x64,0x00,0x06,0x26,0x06,0x59,0xC0,0x0C,0x04,0x00,0x07,0x24, + 0x10,0x00,0xB1,0xAF,0x02,0x00,0x04,0x24,0x21,0x28,0x00,0x00, + 0x68,0x00,0x06,0x8E,0x00,0x00,0x00,0x00,0xA2,0x58,0xC0,0x0C, + 0x21,0x38,0x40,0x02,0x10,0x00,0xB1,0xAF,0x02,0x00,0x04,0x24, + 0x21,0x28,0x00,0x00,0x6C,0x00,0x06,0x8E,0x00,0x00,0x00,0x00, + 0xA2,0x58,0xC0,0x0C,0x21,0x38,0x40,0x02,0x10,0x00,0xB1,0xAF, + 0x03,0x00,0x04,0x24,0x40,0x00,0x05,0x24,0x70,0x00,0x06,0x8E, + 0x00,0x00,0x00,0x00,0xD3,0x58,0xC0,0x0C,0x21,0x38,0x40,0x02, + 0x74,0x00,0x04,0x26,0x7F,0x4E,0xC0,0x0C,0x21,0x28,0x20,0x02, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F, + 0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF,0x1C,0x00,0xB1,0xAF, + 0x18,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x21,0x88,0xA0,0x00, + 0x58,0x00,0x04,0x96,0xA0,0x00,0x05,0x24,0x01,0x83,0x06,0x3C, + 0x48,0x66,0xC6,0x24,0x36,0x58,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x5A,0x00,0x04,0x96,0x01,0x83,0x05,0x3C,0x48,0x66,0xA5,0x24, + 0x70,0x58,0xC0,0x0C,0x21,0x30,0x20,0x02,0x10,0x00,0xB1,0xAF, + 0x02,0x00,0x04,0x24,0x5C,0x00,0x06,0x8E,0x01,0x83,0x07,0x3C, + 0x48,0x66,0xE7,0x24,0xA2,0x58,0xC0,0x0C,0x21,0x28,0x00,0x00, + 0x10,0x00,0xB1,0xAF,0x02,0x00,0x04,0x24,0x60,0x00,0x06,0x8E, + 0x01,0x83,0x07,0x3C,0x48,0x66,0xE7,0x24,0xA2,0x58,0xC0,0x0C, + 0x21,0x28,0x00,0x00,0x10,0x00,0xB1,0xAF,0x02,0x00,0x04,0x24, + 0x64,0x00,0x06,0x8E,0x01,0x83,0x07,0x3C,0x48,0x66,0xE7,0x24, + 0xA2,0x58,0xC0,0x0C,0x21,0x28,0x00,0x00,0x68,0x00,0x04,0x26, + 0x7F,0x4E,0xC0,0x0C,0x21,0x28,0x20,0x02,0x20,0x00,0xBF,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27,0x34,0x00,0xBF,0xAF, + 0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF, + 0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF,0x21,0x90,0x80,0x00, + 0x21,0x88,0xA0,0x00,0x10,0x00,0x04,0x24,0x20,0x00,0x05,0x24, + 0x01,0x83,0x06,0x3C,0x48,0x66,0xC6,0x24,0x36,0x58,0xC0,0x0C, + 0x21,0x38,0x20,0x02,0x00,0x00,0x44,0x96,0x01,0x83,0x05,0x3C, + 0x48,0x66,0xA5,0x24,0x70,0x58,0xC0,0x0C,0x21,0x30,0x20,0x02, + 0x9B,0x00,0x40,0x12,0x00,0x00,0x00,0x00,0x01,0x83,0x14,0x3C, + 0x48,0x66,0x94,0x26,0x08,0x00,0x50,0x8E,0x00,0x00,0x00,0x00, + 0x91,0x00,0x00,0x12,0x00,0x00,0x00,0x00,0x04,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x8D,0x00,0x40,0x18,0x21,0x98,0x00,0x00, + 0x10,0x00,0x04,0x24,0x20,0x00,0x05,0x24,0x21,0x30,0x80,0x02, + 0x36,0x58,0xC0,0x0C,0x21,0x38,0x20,0x02,0x04,0x00,0x04,0x96, + 0x21,0x28,0x80,0x02,0x70,0x58,0xC0,0x0C,0x21,0x30,0x20,0x02, + 0x10,0x00,0xB1,0xAF,0x06,0x00,0x04,0x24,0x21,0x28,0x00,0x00, + 0x08,0x00,0x06,0x26,0x53,0x59,0xC0,0x0C,0x21,0x38,0x80,0x02, + 0x10,0x00,0x03,0x92,0x41,0x00,0x02,0x24,0x2F,0x00,0x62,0x10, + 0x42,0x00,0x62,0x28,0x12,0x00,0x40,0x10,0x05,0x00,0x02,0x24, + 0x58,0x00,0x62,0x10,0x06,0x00,0x62,0x28,0x07,0x00,0x40,0x10, + 0x02,0x00,0x02,0x24,0x1E,0x00,0x62,0x10,0x04,0x00,0x02,0x24, + 0x33,0x00,0x62,0x10,0x04,0x00,0x04,0x24,0x26,0x4F,0xC0,0x08, + 0x01,0x00,0x73,0x26,0x06,0x00,0x02,0x24,0x44,0x00,0x62,0x10, + 0x40,0x00,0x02,0x24,0x4E,0x00,0x62,0x10,0x21,0x20,0x00,0x00, + 0x26,0x4F,0xC0,0x08,0x01,0x00,0x73,0x26,0x44,0x00,0x02,0x24, + 0x2F,0x00,0x62,0x10,0x45,0x00,0x62,0x28,0x07,0x00,0x40,0x10, + 0x42,0x00,0x02,0x24,0x18,0x00,0x62,0x10,0x43,0x00,0x02,0x24, + 0x19,0x00,0x62,0x10,0x03,0x00,0x04,0x24,0x26,0x4F,0xC0,0x08, + 0x01,0x00,0x73,0x26,0x83,0x00,0x62,0x28,0x53,0x00,0x40,0x10, + 0x80,0x00,0x62,0x28,0x44,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x26,0x4F,0xC0,0x08,0x01,0x00,0x73,0x26,0x10,0x00,0xB1,0xAF, + 0x02,0x00,0x04,0x24,0x28,0x00,0x06,0x8E,0x01,0x83,0x07,0x3C, + 0x48,0x66,0xE7,0x24,0xA2,0x58,0xC0,0x0C,0x21,0x28,0x00,0x00, + 0x26,0x4F,0xC0,0x08,0x01,0x00,0x73,0x26,0x10,0x00,0xB1,0xAF, + 0xE7,0x4E,0xC0,0x08,0x01,0x00,0x04,0x24,0x10,0x00,0xB1,0xAF, + 0xE7,0x4E,0xC0,0x08,0x02,0x00,0x04,0x24,0x10,0x00,0xB1,0xAF, + 0x28,0x00,0x06,0x8E,0x01,0x83,0x07,0x3C,0x48,0x66,0xE7,0x24, + 0xD3,0x58,0xC0,0x0C,0x40,0x00,0x05,0x24,0x26,0x4F,0xC0,0x08, + 0x01,0x00,0x73,0x26,0x30,0x00,0x07,0x8E,0x2C,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x23,0x38,0xE2,0x00,0x10,0x00,0xB4,0xAF, + 0x14,0x00,0xB1,0xAF,0xFE,0x4E,0xC0,0x08,0x21,0x28,0x00,0x00, + 0x30,0x00,0x07,0x8E,0x2C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x38,0xE2,0x00,0x10,0x00,0xB4,0xAF,0x14,0x00,0xB1,0xAF, + 0x04,0x00,0x04,0x24,0x40,0x00,0x05,0x24,0x2C,0x00,0x06,0x8E, + 0x00,0x00,0x00,0x00,0x06,0x59,0xC0,0x0C,0xFF,0xFF,0xE7,0x30, + 0x26,0x4F,0xC0,0x08,0x01,0x00,0x73,0x26,0x10,0x00,0xB1,0xAF, + 0x06,0x00,0x04,0x24,0x21,0x28,0x00,0x00,0x01,0x83,0x07,0x3C, + 0x48,0x66,0xE7,0x24,0x53,0x59,0xC0,0x0C,0x28,0x00,0x06,0x26, + 0x26,0x4F,0xC0,0x08,0x01,0x00,0x73,0x26,0x05,0x00,0x04,0x24, + 0x1C,0x4F,0xC0,0x08,0x21,0x28,0x00,0x00,0x10,0x00,0xB4,0xAF, + 0x14,0x00,0xB1,0xAF,0x40,0x00,0x05,0x24,0x28,0x00,0x06,0x26, + 0x06,0x59,0xC0,0x0C,0x04,0x00,0x07,0x24,0x26,0x4F,0xC0,0x08, + 0x01,0x00,0x73,0x26,0x10,0x00,0x04,0x92,0x10,0x00,0x05,0x92, + 0x1F,0x00,0x84,0x30,0xE0,0x00,0xA5,0x30,0x01,0x83,0x06,0x3C, + 0x48,0x66,0xC6,0x24,0x36,0x58,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x21,0x20,0x00,0x00,0x01,0x83,0x05,0x3C,0x48,0x66,0xA5,0x24, + 0x70,0x58,0xC0,0x0C,0x21,0x30,0x20,0x02,0x01,0x00,0x73,0x26, + 0x04,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x2A,0x10,0x62,0x02, + 0x75,0xFF,0x40,0x14,0x44,0x00,0x10,0x26,0x0C,0x00,0x52,0x8E, + 0x00,0x00,0x00,0x00,0x69,0xFF,0x40,0x16,0x00,0x00,0x00,0x00, + 0x34,0x00,0xBF,0x8F,0x30,0x00,0xB4,0x8F,0x2C,0x00,0xB3,0x8F, + 0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27, + 0x34,0x00,0xBF,0xAF,0x30,0x00,0xB6,0xAF,0x2C,0x00,0xB5,0xAF, + 0x28,0x00,0xB4,0xAF,0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF, + 0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF,0x21,0xA8,0x80,0x00, + 0x21,0x98,0xA0,0x02,0x71,0x00,0xA0,0x12,0x21,0x90,0x00,0x00, + 0x04,0x00,0x16,0x24,0x08,0x00,0x70,0x8E,0x00,0x00,0x00,0x00, + 0x68,0x00,0x00,0x12,0x00,0x00,0x00,0x00,0x04,0x00,0x62,0x8E, + 0x00,0x00,0x00,0x00,0x64,0x00,0x40,0x18,0x21,0xA0,0x00,0x00, + 0xEF,0x57,0xC0,0x0C,0x08,0x00,0x04,0x26,0xFF,0xFF,0x43,0x30, + 0x80,0x00,0x62,0x2C,0x05,0x00,0x40,0x14,0x02,0x00,0x71,0x24, + 0x00,0x01,0x62,0x2C,0x02,0x00,0x40,0x14,0x03,0x00,0x71,0x24, + 0x04,0x00,0x71,0x24,0x10,0x00,0x03,0x92,0x40,0x00,0x02,0x24, + 0x32,0x00,0x62,0x10,0x41,0x00,0x62,0x28,0x10,0x00,0x40,0x10, + 0x44,0x00,0x02,0x24,0x22,0x00,0x76,0x10,0x05,0x00,0x62,0x28, + 0x05,0x00,0x40,0x10,0x02,0x00,0x02,0x24,0x14,0x00,0x62,0x10, + 0xFF,0xFF,0x24,0x32,0x8E,0x4F,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x05,0x00,0x02,0x24,0x23,0x00,0x62,0x10,0x06,0x00,0x02,0x24, + 0x1D,0x00,0x62,0x10,0xFF,0xFF,0x24,0x32,0x8E,0x4F,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x13,0x00,0x62,0x10,0x44,0x00,0x62,0x28, + 0x0C,0x00,0x40,0x14,0x83,0x00,0x62,0x28,0x1C,0x00,0x40,0x10, + 0x80,0x00,0x62,0x28,0x1B,0x00,0x40,0x14,0xFF,0xFF,0x24,0x32, + 0x8E,0x4F,0xC0,0x08,0x12,0x00,0x00,0xA6,0x28,0x00,0x04,0x8E, + 0xC4,0x57,0xC0,0x0C,0x00,0x00,0x00,0x00,0x8D,0x4F,0xC0,0x08, + 0x12,0x00,0x02,0xA6,0x28,0x00,0x04,0x8E,0xDD,0x57,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x8D,0x4F,0xC0,0x08,0x12,0x00,0x02,0xA6, + 0x30,0x00,0x02,0x8E,0x2C,0x00,0x03,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x10,0x43,0x00,0x8D,0x4F,0xC0,0x08,0x12,0x00,0x02,0xA6, + 0xEF,0x57,0xC0,0x0C,0x28,0x00,0x04,0x26,0x8D,0x4F,0xC0,0x08, + 0x12,0x00,0x02,0xA6,0x8D,0x4F,0xC0,0x08,0x12,0x00,0x00,0xA6, + 0x12,0x00,0x16,0xA6,0xFF,0xFF,0x24,0x32,0x12,0x00,0x03,0x96, + 0x00,0x00,0x00,0x00,0x80,0x00,0x62,0x2C,0x06,0x00,0x40,0x14, + 0x01,0x00,0x84,0x24,0x00,0x01,0x62,0x2C,0x04,0x00,0x40,0x14, + 0x02,0x00,0x62,0x24,0x99,0x4F,0xC0,0x08,0x03,0x00,0x62,0x24, + 0x01,0x00,0x62,0x24,0x21,0x10,0x82,0x00,0x04,0x00,0x02,0xA6, + 0x04,0x00,0x04,0x96,0x00,0x00,0x00,0x00,0x01,0x00,0x84,0x24, + 0x04,0x00,0x03,0x96,0x00,0x00,0x00,0x00,0x80,0x00,0x62,0x2C, + 0x06,0x00,0x40,0x14,0xFF,0xFF,0x45,0x32,0x00,0x01,0x62,0x2C, + 0x04,0x00,0x40,0x14,0x02,0x00,0xA2,0x24,0xA9,0x4F,0xC0,0x08, + 0x03,0x00,0xA2,0x24,0x01,0x00,0xA2,0x24,0x21,0x90,0x44,0x00, + 0x01,0x00,0x94,0x26,0x04,0x00,0x62,0x8E,0x00,0x00,0x00,0x00, + 0x2A,0x10,0x82,0x02,0x9E,0xFF,0x40,0x14,0x44,0x00,0x10,0x26, + 0x0C,0x00,0x73,0x8E,0x00,0x00,0x00,0x00,0x92,0xFF,0x60,0x16, + 0x00,0x00,0x00,0x00,0x00,0x00,0xB2,0xA6,0xFF,0xFF,0x42,0x32, + 0x34,0x00,0xBF,0x8F,0x30,0x00,0xB6,0x8F,0x2C,0x00,0xB5,0x8F, + 0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x38,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF, + 0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0xEF,0x57,0xC0,0x0C,0x08,0x00,0x04,0x26,0xFF,0xFF,0x43,0x30, + 0x80,0x00,0x62,0x2C,0x05,0x00,0x40,0x14,0x02,0x00,0x71,0x24, + 0x00,0x01,0x62,0x2C,0x02,0x00,0x40,0x14,0x03,0x00,0x71,0x24, + 0x04,0x00,0x71,0x24,0x10,0x00,0x03,0x92,0x40,0x00,0x02,0x24, + 0x34,0x00,0x62,0x10,0x41,0x00,0x62,0x28,0x11,0x00,0x40,0x10, + 0x04,0x00,0x02,0x24,0x25,0x00,0x62,0x10,0x00,0x00,0x00,0x00, + 0x05,0x00,0x62,0x28,0x05,0x00,0x40,0x10,0x02,0x00,0x02,0x24, + 0x16,0x00,0x62,0x10,0xFF,0xFF,0x24,0x32,0x09,0x50,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x05,0x00,0x02,0x24,0x24,0x00,0x62,0x10, + 0x06,0x00,0x02,0x24,0x1E,0x00,0x62,0x10,0xFF,0xFF,0x24,0x32, + 0x09,0x50,0xC0,0x08,0x00,0x00,0x00,0x00,0x44,0x00,0x02,0x24, + 0x14,0x00,0x62,0x10,0x00,0x00,0x00,0x00,0x44,0x00,0x62,0x28, + 0x0C,0x00,0x40,0x14,0x83,0x00,0x62,0x28,0x1C,0x00,0x40,0x10, + 0x80,0x00,0x62,0x28,0x1B,0x00,0x40,0x14,0xFF,0xFF,0x24,0x32, + 0x09,0x50,0xC0,0x08,0x12,0x00,0x00,0xA6,0x28,0x00,0x04,0x8E, + 0xC4,0x57,0xC0,0x0C,0x00,0x00,0x00,0x00,0x08,0x50,0xC0,0x08, + 0x12,0x00,0x02,0xA6,0x28,0x00,0x04,0x8E,0xDD,0x57,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x08,0x50,0xC0,0x08,0x12,0x00,0x02,0xA6, + 0x30,0x00,0x02,0x8E,0x2C,0x00,0x03,0x8E,0x00,0x00,0x00,0x00, + 0x07,0x50,0xC0,0x08,0x23,0x10,0x43,0x00,0xEF,0x57,0xC0,0x0C, + 0x28,0x00,0x04,0x26,0x08,0x50,0xC0,0x08,0x12,0x00,0x02,0xA6, + 0x08,0x50,0xC0,0x08,0x12,0x00,0x00,0xA6,0x04,0x00,0x02,0x24, + 0x12,0x00,0x02,0xA6,0xFF,0xFF,0x24,0x32,0x12,0x00,0x03,0x96, + 0x00,0x00,0x00,0x00,0x80,0x00,0x62,0x2C,0x06,0x00,0x40,0x14, + 0x01,0x00,0x84,0x24,0x00,0x01,0x62,0x2C,0x04,0x00,0x40,0x14, + 0x02,0x00,0x62,0x24,0x14,0x50,0xC0,0x08,0x03,0x00,0x62,0x24, + 0x01,0x00,0x62,0x24,0x21,0x10,0x82,0x00,0x04,0x00,0x02,0xA6, + 0x04,0x00,0x03,0x96,0x04,0x00,0x04,0x96,0x00,0x00,0x00,0x00, + 0x80,0x00,0x82,0x2C,0x06,0x00,0x40,0x14,0x01,0x00,0x63,0x24, + 0x00,0x01,0x82,0x2C,0x04,0x00,0x40,0x14,0x02,0x00,0x62,0x24, + 0x22,0x50,0xC0,0x08,0x03,0x00,0x62,0x24,0x01,0x00,0x62,0x24, + 0xFF,0xFF,0x42,0x30,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x10,0x00,0xBF,0xAF,0x40,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x0C,0x00,0x40,0x14,0x21,0x10,0x00,0x00, + 0x58,0x00,0x83,0x94,0x04,0x00,0x02,0x24,0x05,0x00,0x62,0x10, + 0x00,0x00,0x00,0x00,0x2C,0x4D,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x39,0x50,0xC0,0x08,0xFF,0xFF,0x42,0x30,0x83,0x4D,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x30,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x28,0x50,0xC0,0x0C, + 0x21,0x88,0xA0,0x00,0x21,0x20,0x00,0x02,0x21,0x28,0x20,0x02, + 0x4D,0x50,0xC0,0x0C,0xFF,0xFF,0x46,0x30,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x1C,0x00,0xBF,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x90,0x80,0x00,0x21,0x88,0xC0,0x00,0xFF,0xFF,0x22,0x32, + 0x29,0x00,0x40,0x10,0x21,0x80,0xA0,0x00,0x04,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x0B,0x00,0x40,0x14,0xFF,0xFF,0x23,0x32, + 0x35,0x2F,0xC0,0x0C,0xFF,0xFF,0x24,0x32,0x21,0x18,0x40,0x00, + 0x20,0x00,0x60,0x10,0x01,0x00,0x02,0x24,0x00,0x00,0x02,0xA6, + 0x04,0x00,0x03,0xAE,0x08,0x00,0x03,0xAE,0x6A,0x50,0xC0,0x08, + 0x0C,0x00,0x11,0xA6,0x0C,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0x17,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24, + 0x40,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x13,0x00,0x40,0x14, + 0xFF,0xFF,0x02,0x24,0x21,0x20,0x00,0x02,0x02,0x00,0x45,0x96, + 0x21,0x30,0x00,0x00,0xE0,0x4D,0xC0,0x0C,0x48,0x00,0x47,0x26, + 0x58,0x00,0x43,0x96,0x04,0x00,0x02,0x24,0x05,0x00,0x62,0x10, + 0x21,0x20,0x40,0x02,0x51,0x4E,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x80,0x50,0xC0,0x08,0x21,0x10,0x00,0x00,0x11,0x4E,0xC0,0x0C, + 0x21,0x28,0x00,0x02,0x80,0x50,0xC0,0x08,0x21,0x10,0x00,0x00, + 0xFF,0xFF,0x02,0x24,0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB8,0xFF,0xBD,0x27,0x40,0x00,0xBF,0xAF,0x3C,0x00,0xB7,0xAF, + 0x38,0x00,0xB6,0xAF,0x34,0x00,0xB5,0xAF,0x30,0x00,0xB4,0xAF, + 0x2C,0x00,0xB3,0xAF,0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF, + 0x20,0x00,0xB0,0xAF,0x21,0x90,0x80,0x00,0x70,0x00,0x54,0x8E, + 0x00,0x00,0x00,0x00,0x5C,0x00,0x80,0x12,0x01,0x00,0x02,0x24, + 0x6C,0x00,0x51,0x8E,0x00,0x00,0x00,0x00,0x58,0x00,0x20,0x12, + 0x00,0x00,0x00,0x00,0x60,0x00,0x57,0x26,0x88,0x00,0x42,0xAE, + 0x8C,0x00,0x40,0xAE,0x60,0x00,0x40,0xAE,0x64,0x00,0x40,0xAE, + 0xA0,0x4C,0xC0,0x0C,0x21,0x20,0x20,0x02,0x21,0xA8,0x40,0x00, + 0x19,0x00,0xA0,0x12,0x21,0x80,0xA0,0x02,0x6C,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x7C,0x00,0x42,0xAE,0x80,0x00,0x54,0xAE, + 0x6C,0x00,0x51,0xAE,0x70,0x00,0x55,0xAE,0x1D,0x00,0x20,0x1A, + 0x21,0x98,0x00,0x00,0xFF,0xFF,0x16,0x24,0x21,0x20,0x00,0x02, + 0x08,0x00,0x85,0x26,0x21,0x30,0x40,0x02,0x1E,0x43,0xC0,0x0C, + 0x01,0x00,0x07,0x24,0x0A,0x00,0x56,0x10,0x21,0x20,0x40,0x02, + 0x0E,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x40,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x0A,0x00,0x40,0x14,0x02,0x00,0x05,0x24, + 0xC0,0x50,0xC0,0x08,0x01,0x00,0x66,0x26,0x21,0x20,0x40,0x02, + 0x05,0x00,0x05,0x24,0x21,0x30,0x00,0x00,0xDC,0x47,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0xF3,0x50,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x01,0x00,0x73,0x26,0x44,0x00,0x10,0x26,0x2A,0x10,0x71,0x02, + 0xE6,0xFF,0x40,0x14,0x44,0x00,0x94,0x26,0x28,0x00,0x20,0x12, + 0x21,0x80,0xA0,0x02,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x22,0x00,0x42,0x30,0x20,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x24,0x00,0x02,0x8E,0x10,0x00,0xB0,0xAF,0x10,0x00,0x42,0x8C, + 0x18,0x00,0x04,0x8E,0x1C,0x00,0x05,0x8E,0x20,0x00,0x06,0x8E, + 0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00,0x21,0x38,0x40,0x02, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x20,0x00,0x42,0x34, + 0x11,0x00,0x02,0xA2,0x00,0x00,0xE2,0x8E,0x00,0x00,0x00,0x00, + 0x0F,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0xFF,0xFF,0x31,0x26, + 0x0F,0x00,0x20,0x12,0x44,0x00,0x10,0x26,0x11,0x00,0x03,0x92, + 0x00,0x00,0x00,0x00,0x20,0x00,0x62,0x30,0x02,0x00,0x40,0x14, + 0x22,0x00,0x62,0x34,0x11,0x00,0x02,0xA2,0xFF,0xFF,0x31,0x26, + 0xF8,0xFF,0x20,0x16,0x44,0x00,0x10,0x26,0xF3,0x50,0xC0,0x08, + 0x21,0x10,0x00,0x00,0xFF,0xFF,0x31,0x26,0xDA,0xFF,0x20,0x16, + 0x44,0x00,0x10,0x26,0x21,0x10,0x00,0x00,0x40,0x00,0xBF,0x8F, + 0x3C,0x00,0xB7,0x8F,0x38,0x00,0xB6,0x8F,0x34,0x00,0xB5,0x8F, + 0x30,0x00,0xB4,0x8F,0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x48,0x00,0xBD,0x27,0xA8,0xFF,0xBD,0x27,0x50,0x00,0xBF,0xAF, + 0x4C,0x00,0xB7,0xAF,0x48,0x00,0xB6,0xAF,0x44,0x00,0xB5,0xAF, + 0x40,0x00,0xB4,0xAF,0x3C,0x00,0xB3,0xAF,0x38,0x00,0xB2,0xAF, + 0x34,0x00,0xB1,0xAF,0x30,0x00,0xB0,0xAF,0x21,0x90,0x80,0x00, + 0x60,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x03,0x00,0x40,0x10, + 0x21,0x20,0x00,0x00,0x78,0x51,0xC0,0x08,0xFF,0xFF,0x02,0x24, + 0x74,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x10, + 0x68,0x00,0x43,0x26,0x0C,0x00,0x63,0x8C,0x00,0x00,0x00,0x00, + 0x0C,0x00,0x62,0x8C,0x00,0x00,0x00,0x00,0xFB,0xFF,0x40,0x14, + 0x00,0x00,0x00,0x00,0x08,0x00,0x74,0x8C,0x00,0x00,0x00,0x00, + 0x5C,0x00,0x80,0x12,0x21,0x10,0x00,0x00,0x04,0x00,0x73,0x8C, + 0x00,0x00,0x00,0x00,0x58,0x00,0x60,0x12,0x00,0x00,0x00,0x00, + 0x40,0x00,0x42,0x8E,0x00,0x00,0x00,0x00,0x37,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x21,0x80,0x80,0x02,0x34,0x00,0x60,0x1A, + 0x21,0x88,0x00,0x00,0xFF,0xFF,0x17,0x24,0x02,0x00,0x16,0x24, + 0x05,0x00,0x15,0x24,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x10,0x00,0x42,0x30,0x28,0x00,0x40,0x10,0x18,0x00,0xA5,0x27, + 0x08,0x00,0x03,0x8E,0x1C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x18,0x62,0x00,0x18,0x00,0xA3,0xAF,0x0C,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x1C,0x00,0xA2,0xAF,0x80,0x18,0x03,0x00, + 0x21,0x18,0x62,0x00,0xFC,0xFF,0x62,0x8C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x24,0xFC,0xFF,0x62,0xAC,0x0C,0x00,0x00,0xAE, + 0x08,0x00,0x00,0xAE,0x21,0x20,0x00,0x02,0x21,0x30,0x40,0x02, + 0x1E,0x43,0xC0,0x0C,0x01,0x00,0x07,0x24,0x06,0x00,0x57,0x10, + 0x00,0x00,0x00,0x00,0x09,0x00,0x40,0x14,0x01,0x00,0x22,0x26, + 0x60,0x00,0x56,0xAE,0x4C,0x51,0xC0,0x08,0x64,0x00,0x42,0xAE, + 0x60,0x00,0x55,0xAE,0xBE,0x49,0xC0,0x0C,0x18,0x00,0xA4,0x27, + 0x78,0x51,0xC0,0x08,0xFF,0xFF,0x02,0x24,0xBE,0x49,0xC0,0x0C, + 0x18,0x00,0xA4,0x27,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x0C,0x00,0x42,0x30,0x11,0x00,0x02,0xA2,0x01,0x00,0x04,0x24, + 0x01,0x00,0x31,0x26,0x2A,0x10,0x33,0x02,0xD1,0xFF,0x40,0x14, + 0x44,0x00,0x10,0x26,0x1B,0x00,0x80,0x10,0x21,0x80,0x80,0x02, + 0x17,0x00,0x60,0x1A,0x21,0x88,0x00,0x00,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x22,0x00,0x42,0x30,0x0E,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x24,0x00,0x02,0x8E,0x10,0x00,0xB0,0xAF, + 0x10,0x00,0x42,0x8C,0x18,0x00,0x04,0x8E,0x1C,0x00,0x05,0x8E, + 0x20,0x00,0x06,0x8E,0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00, + 0x21,0x38,0x40,0x02,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x20,0x00,0x42,0x34,0x11,0x00,0x02,0xA2,0x01,0x00,0x31,0x26, + 0x2A,0x10,0x33,0x02,0xEB,0xFF,0x40,0x14,0x44,0x00,0x10,0x26, + 0x78,0x51,0xC0,0x08,0x01,0x00,0x02,0x24,0x21,0x10,0x00,0x00, + 0x50,0x00,0xBF,0x8F,0x4C,0x00,0xB7,0x8F,0x48,0x00,0xB6,0x8F, + 0x44,0x00,0xB5,0x8F,0x40,0x00,0xB4,0x8F,0x3C,0x00,0xB3,0x8F, + 0x38,0x00,0xB2,0x8F,0x34,0x00,0xB1,0x8F,0x30,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x58,0x00,0xBD,0x27,0x00,0x00,0x00,0x00, + 0xC8,0xFF,0xBD,0x27,0x30,0x00,0xBF,0xAF,0x2C,0x00,0xB3,0xAF, + 0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF, + 0x21,0x90,0x80,0x00,0x60,0x00,0x40,0xAE,0x64,0x00,0x40,0xAE, + 0x70,0x00,0x50,0x8E,0x00,0x00,0x00,0x00,0x69,0x00,0x00,0x12, + 0x21,0x10,0x00,0x00,0x6C,0x00,0x51,0x8E,0x00,0x00,0x00,0x00, + 0x65,0x00,0x20,0x12,0x00,0x00,0x00,0x00,0x40,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x2B,0x00,0x40,0x14,0x21,0x20,0x40,0x02, + 0x32,0x00,0x20,0x1A,0x21,0x98,0x00,0x00,0x21,0x20,0x00,0x02, + 0x21,0x28,0x40,0x02,0xD4,0x42,0xC0,0x0C,0x01,0x00,0x06,0x24, + 0x0D,0x00,0x40,0x14,0x21,0x20,0x40,0x02,0x14,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30,0x22,0x00,0x40,0x10, + 0x02,0x00,0x05,0x24,0x24,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x03,0x00,0x42,0x90,0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x30, + 0x03,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0xC7,0x51,0xC0,0x08, + 0x02,0x00,0x05,0x24,0x24,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x20,0x00,0x42,0x8C,0x04,0x00,0x43,0x8E,0x00,0x00,0x00,0x00, + 0x24,0x10,0x43,0x00,0x10,0x00,0x40,0x10,0x21,0x20,0x40,0x02, + 0x24,0x00,0x02,0x8E,0x10,0x00,0x03,0x92,0x02,0x00,0x42,0x90, + 0x00,0x00,0x00,0x00,0x0B,0x00,0x62,0x14,0x03,0x00,0x05,0x24, + 0x01,0x00,0x73,0x26,0x2A,0x10,0x71,0x02,0xDB,0xFF,0x40,0x14, + 0x44,0x00,0x10,0x26,0xCD,0x51,0xC0,0x08,0x60,0x00,0x53,0x26, + 0x05,0x00,0x05,0x24,0xC8,0x51,0xC0,0x08,0x21,0x30,0x00,0x00, + 0x02,0x00,0x05,0x24,0x01,0x00,0x66,0x26,0xDC,0x47,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0xF9,0x51,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x60,0x00,0x53,0x26,0x70,0x00,0x50,0x8E,0x00,0x00,0x00,0x00, + 0x29,0x00,0x20,0x12,0x21,0x10,0x00,0x00,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x11,0x00,0x42,0x30,0x20,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x24,0x00,0x02,0x8E,0x10,0x00,0xB0,0xAF, + 0x04,0x00,0x42,0x8C,0x18,0x00,0x04,0x8E,0x1C,0x00,0x05,0x8E, + 0x20,0x00,0x06,0x8E,0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00, + 0x21,0x38,0x40,0x02,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x10,0x00,0x42,0x34,0x11,0x00,0x02,0xA2,0x00,0x00,0x62,0x8E, + 0x00,0x00,0x00,0x00,0x0F,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x31,0x26,0x0F,0x00,0x20,0x12,0x44,0x00,0x10,0x26, + 0x11,0x00,0x03,0x92,0x00,0x00,0x00,0x00,0x10,0x00,0x62,0x30, + 0x02,0x00,0x40,0x14,0x11,0x00,0x62,0x34,0x11,0x00,0x02,0xA2, + 0xFF,0xFF,0x31,0x26,0xF8,0xFF,0x20,0x16,0x44,0x00,0x10,0x26, + 0xF9,0x51,0xC0,0x08,0x21,0x10,0x00,0x00,0xFF,0xFF,0x31,0x26, + 0xDA,0xFF,0x20,0x16,0x44,0x00,0x10,0x26,0x21,0x10,0x00,0x00, + 0x30,0x00,0xBF,0x8F,0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F, + 0x24,0x00,0xB1,0x8F,0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x38,0x00,0xBD,0x27,0xC0,0xFF,0xBD,0x27,0x38,0x00,0xBF,0xAF, + 0x34,0x00,0xB7,0xAF,0x30,0x00,0xB6,0xAF,0x2C,0x00,0xB5,0xAF, + 0x28,0x00,0xB4,0xAF,0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF, + 0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF,0x21,0x90,0x80,0x00, + 0x70,0x00,0x54,0x8E,0x00,0x00,0x00,0x00,0xAB,0x00,0x80,0x12, + 0x21,0x10,0x00,0x00,0x6C,0x00,0x55,0x8E,0x00,0x00,0x00,0x00, + 0xA6,0x00,0xA0,0x12,0x20,0x00,0x02,0x24,0x38,0x00,0x43,0x92, + 0x00,0x00,0x00,0x00,0x4B,0x00,0x62,0x10,0x60,0x00,0x53,0x26, + 0x21,0x00,0x62,0x28,0x05,0x00,0x40,0x10,0x40,0x00,0x02,0x24, + 0x09,0x00,0x60,0x10,0x21,0x10,0x00,0x00,0xB9,0x52,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x55,0x00,0x62,0x10,0x80,0x00,0x02,0x24, + 0x89,0x00,0x62,0x10,0x21,0x10,0x00,0x00,0xB9,0x52,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x21,0x88,0xA0,0x02,0x08,0x00,0x20,0x12, + 0x21,0x80,0x80,0x02,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x30,0x8B,0x00,0x40,0x10,0xFF,0xFF,0x31,0x26, + 0xFA,0xFF,0x20,0x16,0x44,0x00,0x10,0x26,0x00,0x00,0x62,0x8E, + 0x00,0x00,0x00,0x00,0x88,0x00,0x40,0x14,0x21,0x10,0x00,0x00, + 0x21,0x88,0xA0,0x02,0x2B,0x00,0x20,0x12,0x21,0x80,0x80,0x02, + 0x0E,0x00,0x16,0x24,0x40,0x00,0x17,0x24,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x22,0x00,0x42,0x30,0x21,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x24,0x00,0x02,0x8E,0x10,0x00,0xB0,0xAF, + 0x0C,0x00,0x42,0x8C,0x18,0x00,0x04,0x8E,0x1C,0x00,0x05,0x8E, + 0x20,0x00,0x06,0x8E,0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00, + 0x21,0x38,0x40,0x02,0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x20,0x00,0x42,0x34,0x11,0x00,0x02,0xA2,0x00,0x00,0x62,0x8E, + 0x00,0x00,0x00,0x00,0x10,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0xFF,0xFF,0x31,0x26,0x0A,0x00,0x20,0x12,0x44,0x00,0x10,0x26, + 0x11,0x00,0x03,0x92,0x00,0x00,0x00,0x00,0x20,0x00,0x62,0x30, + 0x02,0x00,0x40,0x14,0xC0,0x00,0x62,0x34,0x11,0x00,0x02,0xA2, + 0xFF,0xFF,0x31,0x26,0xF8,0xFF,0x20,0x16,0x44,0x00,0x10,0x26, + 0x00,0x00,0x76,0xAE,0x74,0x52,0xC0,0x08,0x38,0x00,0x57,0xA2, + 0xFF,0xFF,0x31,0x26,0xD9,0xFF,0x20,0x16,0x44,0x00,0x10,0x26, + 0x20,0x00,0x02,0x24,0x38,0x00,0x42,0xA2,0x00,0x00,0x62,0x8E, + 0x00,0x00,0x00,0x00,0x0D,0x00,0x40,0x14,0x40,0x00,0x02,0x24, + 0x21,0x88,0xA0,0x02,0x51,0x00,0x20,0x12,0x21,0x80,0x80,0x02, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x02,0x00,0x42,0x30, + 0x4A,0x00,0x40,0x10,0xFF,0xFF,0x31,0x26,0xFA,0xFF,0x20,0x16, + 0x44,0x00,0x10,0x26,0xB9,0x52,0xC0,0x08,0x21,0x10,0x00,0x00, + 0x38,0x00,0x42,0xA2,0x0E,0x00,0x02,0x24,0x00,0x00,0x62,0xAE, + 0x21,0x88,0xA0,0x02,0x35,0x00,0x20,0x12,0x21,0x80,0x80,0x02, + 0x02,0x00,0x17,0x24,0x0F,0x00,0x16,0x24,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0xC2,0x00,0x42,0x30,0x05,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x13,0x00,0x57,0x10,0x00,0x00,0x00,0x00, + 0xA8,0x52,0xC0,0x08,0xFF,0xFF,0x31,0x26,0x40,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x22,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x10,0x00,0xB0,0xAF,0x40,0x00,0x02,0x8E,0x18,0x00,0x04,0x8E, + 0x1C,0x00,0x05,0x8E,0x20,0x00,0x06,0x8E,0x00,0x00,0x00,0x00, + 0x09,0xF8,0x40,0x00,0x21,0x38,0x40,0x02,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0xA6,0x52,0xC0,0x08,0x40,0x00,0x42,0x34, + 0x40,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x0D,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x10,0x00,0xB0,0xAF,0x40,0x00,0x02,0x8E, + 0x18,0x00,0x04,0x8E,0x1C,0x00,0x05,0x8E,0x20,0x00,0x06,0x8E, + 0x00,0x00,0x00,0x00,0x09,0xF8,0x40,0x00,0x21,0x38,0x40,0x02, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0xA6,0x52,0xC0,0x08, + 0x40,0x00,0x42,0x34,0x00,0x00,0x76,0xAE,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34,0x11,0x00,0x02,0xA2, + 0xFF,0xFF,0x31,0x26,0xD0,0xFF,0x20,0x16,0x44,0x00,0x10,0x26, + 0x21,0x88,0xA0,0x02,0x0C,0x00,0x20,0x12,0x21,0x80,0x80,0x02, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0x05,0x00,0x40,0x10,0xFF,0xFF,0x31,0x26,0xFA,0xFF,0x20,0x16, + 0x44,0x00,0x10,0x26,0xB9,0x52,0xC0,0x08,0x21,0x10,0x00,0x00, + 0xB9,0x52,0xC0,0x08,0x01,0x00,0x02,0x24,0x21,0x10,0x00,0x00, + 0x38,0x00,0xBF,0x8F,0x34,0x00,0xB7,0x8F,0x30,0x00,0xB6,0x8F, + 0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x40,0x00,0xBD,0x27,0xB8,0xFF,0xBD,0x27, + 0x40,0x00,0xBF,0xAF,0x3C,0x00,0xB7,0xAF,0x38,0x00,0xB6,0xAF, + 0x34,0x00,0xB5,0xAF,0x30,0x00,0xB4,0xAF,0x2C,0x00,0xB3,0xAF, + 0x28,0x00,0xB2,0xAF,0x24,0x00,0xB1,0xAF,0x20,0x00,0xB0,0xAF, + 0x21,0xA0,0x80,0x00,0x70,0x00,0x93,0x8E,0x00,0x00,0x00,0x00, + 0x81,0x00,0x60,0x12,0x21,0x10,0x00,0x00,0x6C,0x00,0x92,0x8E, + 0x00,0x00,0x00,0x00,0x7D,0x00,0x40,0x12,0x60,0x00,0x97,0x26, + 0x60,0x00,0x80,0xAE,0x64,0x00,0x80,0xAE,0xA0,0x4C,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x21,0xA8,0x40,0x00,0x05,0x00,0xA0,0x16, + 0x21,0x88,0x40,0x02,0x21,0x20,0x80,0x02,0x05,0x00,0x05,0x24, + 0x03,0x53,0xC0,0x08,0x21,0x30,0x00,0x00,0x24,0x00,0x40,0x12, + 0x21,0x80,0xA0,0x02,0x05,0x00,0x16,0x24,0x10,0x00,0x16,0xA2, + 0x08,0x00,0x64,0x8E,0x0C,0x00,0x65,0x8E,0x00,0x00,0x00,0x00, + 0xA0,0x49,0xC0,0x0C,0x08,0x00,0x06,0x26,0x05,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x31,0x26,0x44,0x00,0x73,0x26, + 0xF5,0xFF,0x20,0x16,0x44,0x00,0x10,0x26,0x15,0x00,0x20,0x12, + 0x2A,0x10,0x32,0x02,0x07,0x00,0x40,0x10,0x21,0x80,0xA0,0x02, + 0xFB,0x4C,0xC0,0x0C,0x21,0x20,0x00,0x02,0x01,0x00,0x31,0x26, + 0x2A,0x10,0x32,0x02,0xFB,0xFF,0x40,0x14,0x44,0x00,0x10,0x26, + 0x69,0x2F,0xC0,0x0C,0x21,0x20,0xA0,0x02,0x21,0x20,0x80,0x02, + 0x05,0x00,0x05,0x24,0x03,0x53,0xC0,0x08,0x21,0x30,0x00,0x00, + 0x02,0x00,0x05,0x24,0x01,0x00,0x26,0x26,0xDC,0x47,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x53,0x53,0xC0,0x08,0x01,0x00,0x02,0x24, + 0x7C,0x00,0x92,0xAE,0x70,0x00,0x82,0x8E,0x00,0x00,0x00,0x00, + 0x80,0x00,0x82,0xAE,0x70,0x00,0x95,0xAE,0x21,0x80,0xA0,0x02, + 0x1B,0x00,0x40,0x1A,0x21,0x88,0x00,0x00,0x21,0x20,0x00,0x02, + 0x21,0x28,0x80,0x02,0xD4,0x42,0xC0,0x0C,0x01,0x00,0x06,0x24, + 0x0D,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x14,0x00,0x02,0x96, + 0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30,0x08,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x24,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x03,0x00,0x42,0x90,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0x05,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x40,0x00,0x82,0x8E, + 0x00,0x00,0x00,0x00,0xDD,0xFF,0x40,0x10,0x21,0x20,0x80,0x02, + 0x01,0x00,0x31,0x26,0x2A,0x10,0x32,0x02,0xE7,0xFF,0x40,0x14, + 0x44,0x00,0x10,0x26,0x28,0x00,0x40,0x12,0x21,0x80,0xA0,0x02, + 0x11,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x22,0x00,0x42,0x30, + 0x20,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x24,0x00,0x02,0x8E, + 0x10,0x00,0xB0,0xAF,0x08,0x00,0x42,0x8C,0x18,0x00,0x04,0x8E, + 0x1C,0x00,0x05,0x8E,0x20,0x00,0x06,0x8E,0x00,0x00,0x00,0x00, + 0x09,0xF8,0x40,0x00,0x21,0x38,0x80,0x02,0x11,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x20,0x00,0x42,0x34,0x11,0x00,0x02,0xA2, + 0x00,0x00,0xE2,0x8E,0x00,0x00,0x00,0x00,0x0F,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x52,0x26,0x0F,0x00,0x40,0x12, + 0x44,0x00,0x10,0x26,0x11,0x00,0x03,0x92,0x00,0x00,0x00,0x00, + 0x20,0x00,0x62,0x30,0x02,0x00,0x40,0x14,0x22,0x00,0x62,0x34, + 0x11,0x00,0x02,0xA2,0xFF,0xFF,0x52,0x26,0xF8,0xFF,0x40,0x16, + 0x44,0x00,0x10,0x26,0x53,0x53,0xC0,0x08,0x21,0x10,0x00,0x00, + 0xFF,0xFF,0x52,0x26,0xDA,0xFF,0x40,0x16,0x44,0x00,0x10,0x26, + 0x21,0x10,0x00,0x00,0x40,0x00,0xBF,0x8F,0x3C,0x00,0xB7,0x8F, + 0x38,0x00,0xB6,0x8F,0x34,0x00,0xB5,0x8F,0x30,0x00,0xB4,0x8F, + 0x2C,0x00,0xB3,0x8F,0x28,0x00,0xB2,0x8F,0x24,0x00,0xB1,0x8F, + 0x20,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x48,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0xA0,0x00,0x0A,0x00,0x80,0x14,0x21,0x88,0xC0,0x00, + 0x35,0x2F,0xC0,0x0C,0x10,0x00,0x04,0x24,0x21,0x20,0x40,0x00, + 0x03,0x00,0x80,0x14,0x01,0x00,0x02,0x24,0x76,0x53,0xC0,0x08, + 0x21,0x10,0x00,0x00,0x71,0x53,0xC0,0x08,0x00,0x00,0x82,0xA0, + 0x00,0x00,0x80,0xA0,0x04,0x00,0x90,0xAC,0x08,0x00,0x90,0xAC, + 0x21,0x10,0x11,0x02,0x0C,0x00,0x82,0xAC,0x21,0x10,0x80,0x00, + 0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xE8,0xFF,0xBD,0x27, + 0x10,0x00,0xBF,0xAF,0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x30,0x03,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x69,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0xBF,0x8F, + 0x18,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0x10,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24,0x08,0x00,0x82,0x8C, + 0x0C,0x00,0x83,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0x43,0x00, + 0x07,0x00,0x40,0x14,0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34,0x00,0x00,0x82,0xA0, + 0x9C,0x53,0xC0,0x08,0xFF,0xFF,0x02,0x24,0x08,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x00,0x00,0x42,0x90,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0x1E,0x00,0xC0,0x18,0x21,0x38,0xC0,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0x10,0x00,0x40,0x14,0xFF,0x00,0x03,0x24,0x08,0x00,0x83,0x8C, + 0x0C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0x62,0x00, + 0x05,0x00,0x40,0x10,0x01,0x00,0x62,0x24,0x08,0x00,0x82,0xAC, + 0x00,0x00,0x63,0x90,0xB4,0x53,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34, + 0x00,0x00,0x82,0xA0,0xFF,0x00,0x03,0x24,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30,0x05,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x00,0x00,0xA3,0xA0,0xFF,0xFF,0xC6,0x24, + 0xE4,0xFF,0xC0,0x1C,0x01,0x00,0xA5,0x24,0x08,0x00,0xE0,0x03, + 0x23,0x10,0xE6,0x00,0x01,0x00,0x02,0x24,0x0F,0x00,0xC2,0x10, + 0x02,0x00,0xC2,0x28,0x05,0x00,0x40,0x10,0x02,0x00,0x02,0x24, + 0x07,0x00,0xC0,0x10,0xFF,0xFF,0x02,0x24,0xEC,0x53,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x0B,0x00,0xC2,0x10,0xFF,0xFF,0x02,0x24, + 0xEC,0x53,0xC0,0x08,0x00,0x00,0x00,0x00,0x04,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0xD9,0x53,0xC0,0x08,0x21,0x28,0xA2,0x00, + 0x08,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0xD7,0x53,0xC0,0x08, + 0x21,0x28,0xA2,0x00,0x0C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x23,0x28,0x45,0x00,0x04,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0xA2,0x00,0x11,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24, + 0x0C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0x45,0x00, + 0x0C,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24,0x0C,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x2B,0x10,0xA2,0x00,0x05,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x7F,0x00,0x42,0x30,0x00,0x00,0x82,0xA0,0x08,0x00,0x85,0xAC, + 0x21,0x10,0x00,0x00,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x0C,0x00,0x82,0x8C,0x04,0x00,0x83,0x8C,0x00,0x00,0x00,0x00, + 0x23,0x38,0x43,0x00,0x01,0x00,0x02,0x24,0x0F,0x00,0xC2,0x10, + 0x02,0x00,0xC2,0x28,0x05,0x00,0x40,0x10,0x02,0x00,0x02,0x24, + 0x07,0x00,0xC0,0x10,0xFF,0xFF,0x02,0x24,0x1B,0x54,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x0C,0x00,0xC2,0x10,0xFF,0xFF,0x02,0x24, + 0x1B,0x54,0xC0,0x08,0x00,0x00,0x00,0x00,0x04,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x06,0x54,0xC0,0x08,0x21,0x10,0xA2,0x00, + 0x08,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x21,0x10,0xA2,0x00, + 0x0C,0x54,0xC0,0x08,0x0C,0x00,0x82,0xAC,0x0C,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x23,0x10,0x45,0x00,0x0C,0x00,0x82,0xAC, + 0x08,0x00,0x82,0x8C,0x0C,0x00,0x83,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x43,0x00,0x05,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x19,0x54,0xC0,0x08, + 0x7F,0x00,0x42,0x30,0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x34,0x00,0x00,0x82,0xA0,0x21,0x10,0xE0,0x00, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xE8,0xFF,0xBD,0x27, + 0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF,0x0C,0x00,0x80,0x14, + 0x21,0x80,0xA0,0x00,0x35,0x2F,0xC0,0x0C,0x10,0x00,0x04,0x24, + 0x21,0x20,0x40,0x00,0x03,0x00,0x80,0x14,0x00,0x00,0x00,0x00, + 0x3B,0x54,0xC0,0x08,0x21,0x10,0x00,0x00,0x00,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x30,0x54,0xC0,0x08,0x01,0x00,0x42,0x34, + 0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0xFE,0x00,0x42,0x30, + 0x00,0x00,0x82,0xA0,0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x04,0x00,0x82,0xAC,0x08,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x08,0x00,0x82,0xAC,0x0C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x0C,0x00,0x82,0xAC,0x21,0x10,0x80,0x00,0x14,0x00,0xBF,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27, + 0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x30,0x11,0x00,0x40,0x14,0x1F,0x00,0x03,0x24, + 0x08,0x00,0x83,0x8C,0x0C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x62,0x00,0x06,0x00,0x40,0x10,0x01,0x00,0x62,0x24, + 0x08,0x00,0x82,0xAC,0x00,0x00,0x62,0x90,0x00,0x00,0x00,0x00, + 0x55,0x54,0xC0,0x08,0x1F,0x00,0x43,0x30,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34,0x00,0x00,0x82,0xA0, + 0x1F,0x00,0x03,0x24,0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x30,0x04,0x00,0x40,0x10,0x01,0x00,0x02,0x24, + 0x00,0x00,0xA2,0xAC,0x88,0x54,0xC0,0x08,0x21,0x10,0x00,0x00, + 0xFF,0x00,0x63,0x30,0x1F,0x00,0x02,0x24,0x06,0x00,0x62,0x10, + 0x21,0x10,0x60,0x00,0x88,0x54,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x24,0x87,0x54,0xC0,0x08,0x00,0x00,0xA2,0xAC, + 0x21,0x30,0x00,0x00,0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x30,0x10,0x00,0x40,0x14,0xFF,0x00,0x03,0x24, + 0x08,0x00,0x83,0x8C,0x0C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x62,0x00,0x05,0x00,0x40,0x10,0x01,0x00,0x62,0x24, + 0x08,0x00,0x82,0xAC,0x00,0x00,0x63,0x90,0x7B,0x54,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x34,0x00,0x00,0x82,0xA0,0xFF,0x00,0x03,0x24, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0xE4,0xFF,0x40,0x14,0x80,0x00,0x62,0x30,0x04,0x00,0x40,0x10, + 0x7F,0x00,0x62,0x30,0x25,0x10,0xC2,0x00,0x67,0x54,0xC0,0x08, + 0xC0,0x31,0x02,0x00,0xFF,0x00,0x62,0x30,0x25,0x30,0x46,0x00, + 0xFF,0xFF,0xC2,0x30,0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0x10,0x00,0x40,0x14,0xFF,0x00,0x06,0x24,0x08,0x00,0x83,0x8C, + 0x0C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0x62,0x00, + 0x05,0x00,0x40,0x10,0x01,0x00,0x62,0x24,0x08,0x00,0x82,0xAC, + 0x00,0x00,0x66,0x90,0x9E,0x54,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34, + 0x00,0x00,0x82,0xA0,0xFF,0x00,0x06,0x24,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30,0x0D,0x00,0x40,0x14, + 0x01,0x00,0x02,0x24,0xFF,0x00,0xC3,0x30,0x80,0x00,0x02,0x24, + 0x04,0x00,0x62,0x14,0x02,0x00,0x02,0x24,0x00,0x00,0xA2,0xAC, + 0xD5,0x54,0xC0,0x08,0xFF,0xFF,0x02,0x34,0x80,0x00,0xC2,0x30, + 0x06,0x00,0x40,0x14,0x21,0x18,0x00,0x00,0xD5,0x54,0xC0,0x08, + 0xFF,0x00,0xC2,0x30,0x00,0x00,0xA2,0xAC,0xD5,0x54,0xC0,0x08, + 0x21,0x10,0x00,0x00,0x7F,0x00,0xC2,0x30,0x20,0x00,0x40,0x10, + 0xFF,0xFF,0x47,0x24,0x00,0x1A,0x03,0x00,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30,0x10,0x00,0x40,0x14, + 0xFF,0xFF,0x66,0x30,0x08,0x00,0x83,0x8C,0x0C,0x00,0x82,0x8C, + 0x00,0x00,0x00,0x00,0x2B,0x10,0x62,0x00,0x06,0x00,0x40,0x10, + 0x01,0x00,0x62,0x24,0x08,0x00,0x82,0xAC,0x00,0x00,0x62,0x90, + 0x00,0x00,0x00,0x00,0xCB,0x54,0xC0,0x08,0x25,0x18,0xC2,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34, + 0x00,0x00,0x82,0xA0,0xFF,0x00,0xC3,0x34,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30,0xE0,0xFF,0x40,0x14, + 0x01,0x00,0x02,0x24,0x21,0x10,0xE0,0x00,0xFF,0x00,0x42,0x30, + 0xE2,0xFF,0x40,0x14,0xFF,0xFF,0xE7,0x24,0xFF,0xFF,0x62,0x30, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD8,0xFF,0xBD,0x27, + 0x24,0x00,0xBF,0xAF,0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x98,0x80,0x00,0x21,0x80,0xC0,0x00,0x21,0x90,0xA0,0x00, + 0xFF,0xFF,0x51,0x32,0x21,0x00,0x20,0x12,0x21,0xA0,0xE0,0x00, + 0xFF,0xFF,0x02,0x34,0x1E,0x00,0x22,0x12,0x00,0x00,0x00,0x00, + 0x35,0x2F,0xC0,0x0C,0x21,0x20,0x20,0x02,0x21,0x18,0x40,0x00, + 0x1D,0x00,0x60,0x10,0x01,0x00,0x02,0x24,0x00,0x00,0x02,0xA6, + 0x04,0x00,0x03,0xAE,0x08,0x00,0x03,0xAE,0x0C,0x00,0x12,0xA6, + 0x21,0x20,0x60,0x02,0x08,0x00,0x05,0x8E,0x00,0x00,0x00,0x00, + 0x9E,0x53,0xC0,0x0C,0x21,0x30,0x20,0x02,0x21,0x18,0x40,0x00, + 0xFF,0xFF,0x64,0x30,0x0A,0x00,0x91,0x14,0x01,0x00,0x02,0x24, + 0x0C,0x00,0x02,0x96,0x00,0x00,0x00,0x00,0x23,0x10,0x43,0x00, + 0x0C,0x00,0x02,0xA6,0x08,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x21,0x10,0x82,0x00,0x08,0x55,0xC0,0x08,0x08,0x00,0x02,0xAE, + 0x08,0x55,0xC0,0x08,0x00,0x00,0x82,0xAE,0x00,0x00,0x00,0xA6, + 0x04,0x00,0x00,0xAE,0x08,0x00,0x00,0xAE,0x0C,0x00,0x00,0xA6, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x1C,0x00,0xBF,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x90,0x80,0x00,0x21,0x88,0xA0,0x00, + 0x21,0x80,0xC0,0x00,0x40,0x54,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x21,0x20,0x40,0x02,0x8A,0x54,0xC0,0x0C,0x21,0x28,0x00,0x02, + 0x21,0x28,0x40,0x00,0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x07,0x00,0x40,0x14,0x21,0x20,0x40,0x02,0xFF,0xFF,0xA5,0x30, + 0x21,0x30,0x20,0x02,0xD7,0x54,0xC0,0x0C,0x21,0x38,0x00,0x02, + 0x2C,0x55,0xC0,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0xA6, + 0x04,0x00,0x20,0xAE,0x08,0x00,0x20,0xAE,0x0C,0x00,0x20,0xA6, + 0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xD8,0xFF,0xBD,0x27,0x24,0x00,0xBF,0xAF,0x20,0x00,0xB4,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x98,0x80,0x00,0x21,0x88,0xA0,0x00, + 0x21,0x90,0xC0,0x00,0x38,0x00,0xB0,0x93,0x00,0x00,0x00,0x00, + 0x88,0x53,0xC0,0x0C,0x21,0xA0,0xE0,0x00,0xE0,0x00,0x42,0x30, + 0x07,0x00,0x50,0x14,0x21,0x20,0x60,0x02,0x40,0x54,0xC0,0x0C, + 0x21,0x28,0x40,0x02,0xFF,0xFF,0x42,0x30,0xFF,0xFF,0x83,0x32, + 0x07,0x00,0x43,0x10,0x21,0x20,0x60,0x02,0x00,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x10,0x00,0x40,0x14,0x04,0x00,0x02,0x24, + 0x5C,0x55,0xC0,0x08,0x00,0x00,0x42,0xAE,0x8A,0x54,0xC0,0x0C, + 0x21,0x28,0x40,0x02,0x21,0x28,0x40,0x00,0x00,0x00,0x42,0x8E, + 0x00,0x00,0x00,0x00,0x07,0x00,0x40,0x14,0x21,0x20,0x60,0x02, + 0xFF,0xFF,0xA5,0x30,0x21,0x30,0x20,0x02,0xD7,0x54,0xC0,0x0C, + 0x21,0x38,0x40,0x02,0x60,0x55,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x20,0xA6,0x04,0x00,0x20,0xAE,0x08,0x00,0x20,0xAE, + 0x0C,0x00,0x20,0xA6,0x24,0x00,0xBF,0x8F,0x20,0x00,0xB4,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0x21,0x38,0x00,0x00,0xFF,0xFF,0xA8,0x24,0xFF,0xFF,0xA5,0x30, + 0x32,0x00,0xA0,0x10,0x01,0x00,0x09,0x24,0x01,0x00,0x0C,0x24, + 0x04,0x00,0x0A,0x24,0x03,0x00,0x0B,0x24,0xFF,0xFF,0x05,0x34, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0x10,0x00,0x40,0x14,0xFF,0x00,0x03,0x24,0x08,0x00,0x83,0x8C, + 0x0C,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x2B,0x10,0x62,0x00, + 0x05,0x00,0x40,0x10,0x01,0x00,0x62,0x24,0x08,0x00,0x82,0xAC, + 0x00,0x00,0x63,0x90,0x85,0x55,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x82,0x90,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34, + 0x00,0x00,0x82,0xA0,0xFF,0x00,0x03,0x24,0x00,0x00,0x82,0x90, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30,0x03,0x00,0x40,0x10, + 0x00,0x00,0x00,0x00,0x9E,0x55,0xC0,0x08,0x00,0x00,0xCC,0xAC, + 0x0B,0x00,0x20,0x11,0xFF,0xFF,0x02,0x31,0x05,0x00,0x4A,0x14, + 0x21,0x48,0x00,0x00,0x03,0x00,0x60,0x10,0x00,0x00,0x00,0x00, + 0x9E,0x55,0xC0,0x08,0x00,0x00,0xCB,0xAC,0x80,0x00,0x62,0x30, + 0x03,0x00,0x40,0x10,0x00,0x12,0x07,0x00,0xFF,0xFF,0x07,0x24, + 0x00,0x12,0x07,0x00,0x25,0x38,0x43,0x00,0x21,0x10,0x00,0x01, + 0xFF,0xFF,0x42,0x30,0xD4,0xFF,0x40,0x14,0x21,0x40,0x05,0x01, + 0x08,0x00,0xE0,0x03,0x21,0x10,0xE0,0x00,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x40,0x54,0xC0,0x0C,0x21,0x88,0xA0,0x00, + 0x21,0x20,0x00,0x02,0x8A,0x54,0xC0,0x0C,0x21,0x28,0x20,0x02, + 0x21,0x20,0x00,0x02,0xFF,0xFF,0x45,0x30,0x68,0x55,0xC0,0x0C, + 0x21,0x30,0x20,0x02,0x18,0x00,0xBF,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27, + 0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF,0x1C,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x90,0x80,0x00,0x21,0x88,0xA0,0x00,0x21,0x98,0xC0,0x00, + 0x88,0x53,0xC0,0x0C,0x21,0x80,0xE0,0x00,0xE0,0x00,0x42,0x30, + 0xFF,0x00,0x10,0x32,0x07,0x00,0x50,0x14,0x21,0x20,0x40,0x02, + 0x40,0x54,0xC0,0x0C,0x21,0x28,0x20,0x02,0xFF,0xFF,0x42,0x30, + 0xFF,0xFF,0x63,0x32,0x08,0x00,0x43,0x10,0x21,0x20,0x40,0x02, + 0x00,0x00,0x22,0x8E,0x00,0x00,0x00,0x00,0x02,0x00,0x40,0x14, + 0x04,0x00,0x02,0x24,0x00,0x00,0x22,0xAE,0xD5,0x55,0xC0,0x08, + 0x21,0x10,0x00,0x00,0x8A,0x54,0xC0,0x0C,0x21,0x28,0x20,0x02, + 0x21,0x20,0x40,0x02,0xFF,0xFF,0x45,0x30,0x68,0x55,0xC0,0x0C, + 0x21,0x30,0x20,0x02,0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0xD0,0xFF,0xBD,0x27, + 0x2C,0x00,0xBF,0xAF,0x28,0x00,0xB4,0xAF,0x24,0x00,0xB3,0xAF, + 0x20,0x00,0xB2,0xAF,0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x21,0x98,0xC0,0x00,0x21,0xA0,0xE0,0x00, + 0x00,0x00,0x60,0xAE,0x04,0x00,0x60,0xAE,0x08,0x00,0x03,0x8E, + 0x04,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x23,0x18,0x62,0x00, + 0xFF,0xFF,0xA5,0x30,0x23,0x00,0xA0,0x18,0x21,0x90,0x00,0x00, + 0x01,0x00,0x06,0x24,0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x30,0x10,0x00,0x40,0x14,0xFF,0x00,0x04,0x24, + 0x08,0x00,0x04,0x8E,0x0C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00, + 0x2B,0x10,0x82,0x00,0x05,0x00,0x40,0x10,0x01,0x00,0x82,0x24, + 0x08,0x00,0x02,0xAE,0x00,0x00,0x84,0x90,0x04,0x56,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x34,0x00,0x00,0x02,0xA2,0xFF,0x00,0x04,0x24, + 0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0x03,0x00,0x40,0x10,0x80,0x00,0x82,0x30,0x5A,0x56,0xC0,0x08, + 0x00,0x00,0x86,0xAE,0x02,0x00,0x40,0x14,0x00,0x00,0x00,0x00, + 0x01,0x00,0x52,0x26,0xFF,0xFF,0xA5,0x24,0xE0,0xFF,0xA0,0x1C, + 0x00,0x00,0x00,0x00,0x21,0x20,0x00,0x02,0x21,0x28,0x60,0x00, + 0xBF,0x53,0xC0,0x0C,0x21,0x30,0x00,0x00,0x44,0x00,0x40,0x12, + 0x01,0x00,0x51,0x26,0x35,0x2F,0xC0,0x0C,0x80,0x20,0x11,0x00, + 0x21,0x28,0x40,0x00,0x3F,0x00,0xA0,0x10,0x00,0x00,0x00,0x00, + 0x00,0x00,0x71,0xAE,0x04,0x00,0x65,0xAE,0x3B,0x00,0x40,0x1A, + 0x21,0x38,0x00,0x00,0x01,0x00,0x08,0x24,0x21,0x30,0x00,0x00, + 0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30, + 0x10,0x00,0x40,0x14,0xFF,0x00,0x04,0x24,0x08,0x00,0x03,0x8E, + 0x0C,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x2B,0x10,0x62,0x00, + 0x05,0x00,0x40,0x10,0x01,0x00,0x62,0x24,0x08,0x00,0x02,0xAE, + 0x00,0x00,0x64,0x90,0x36,0x56,0xC0,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x02,0x92,0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x34, + 0x00,0x00,0x02,0xA2,0xFF,0x00,0x04,0x24,0x00,0x00,0x02,0x92, + 0x00,0x00,0x00,0x00,0x80,0x00,0x42,0x30,0x03,0x00,0x40,0x10, + 0xC0,0x31,0x06,0x00,0x5A,0x56,0xC0,0x08,0x00,0x00,0x88,0xAE, + 0x7F,0x00,0x82,0x30,0x25,0x30,0xC2,0x00,0x80,0x00,0x82,0x30, + 0xE1,0xFF,0x40,0x14,0x00,0x00,0x00,0x00,0x12,0x00,0xE0,0x14, + 0x28,0x00,0xC2,0x2C,0x04,0x00,0x40,0x10,0x50,0x00,0xC2,0x2C, + 0x00,0x00,0xA0,0xAC,0x55,0x56,0xC0,0x08,0x04,0x00,0xA5,0x24, + 0x05,0x00,0x40,0x10,0xD8,0xFF,0xC2,0x24,0x00,0x00,0xA8,0xAC, + 0x04,0x00,0xA5,0x24,0x56,0x56,0xC0,0x08,0x00,0x00,0xA2,0xAC, + 0x02,0x00,0x02,0x24,0x00,0x00,0xA2,0xAC,0x04,0x00,0xA5,0x24, + 0xB0,0xFF,0xC2,0x24,0x56,0x56,0xC0,0x08,0x00,0x00,0xA2,0xAC, + 0x00,0x00,0xA6,0xAC,0x01,0x00,0xE7,0x24,0x2A,0x10,0xF2,0x00, + 0xC8,0xFF,0x40,0x14,0x04,0x00,0xA5,0x24,0x2C,0x00,0xBF,0x8F, + 0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F,0x20,0x00,0xB2,0x8F, + 0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x1C,0x00,0xBF,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x88,0x80,0x00,0x21,0x90,0xA0,0x00,0x21,0x80,0xC0,0x00, + 0x40,0x54,0xC0,0x0C,0x21,0x28,0x00,0x02,0x21,0x20,0x20,0x02, + 0x8A,0x54,0xC0,0x0C,0x21,0x28,0x00,0x02,0x21,0x28,0x40,0x00, + 0x00,0x00,0x02,0x8E,0x00,0x00,0x00,0x00,0x05,0x00,0x40,0x14, + 0x21,0x20,0x20,0x02,0xFF,0xFF,0xA5,0x30,0x21,0x30,0x40,0x02, + 0xDC,0x55,0xC0,0x0C,0x21,0x38,0x00,0x02,0x1C,0x00,0xBF,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x20,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27, + 0x24,0x00,0xBF,0xAF,0x20,0x00,0xB4,0xAF,0x1C,0x00,0xB3,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x90,0x80,0x00,0x21,0xA0,0xA0,0x00,0x21,0x88,0xC0,0x00, + 0x38,0x00,0xB0,0x93,0x00,0x00,0x00,0x00,0x88,0x53,0xC0,0x0C, + 0x21,0x98,0xE0,0x00,0xE0,0x00,0x42,0x30,0x07,0x00,0x50,0x14, + 0x21,0x20,0x40,0x02,0x40,0x54,0xC0,0x0C,0x21,0x28,0x20,0x02, + 0xFF,0xFF,0x42,0x30,0xFF,0xFF,0x63,0x32,0x07,0x00,0x43,0x10, + 0x21,0x20,0x40,0x02,0x00,0x00,0x22,0x8E,0x00,0x00,0x00,0x00, + 0x0E,0x00,0x40,0x14,0x04,0x00,0x02,0x24,0xA6,0x56,0xC0,0x08, + 0x00,0x00,0x22,0xAE,0x8A,0x54,0xC0,0x0C,0x21,0x28,0x20,0x02, + 0x21,0x28,0x40,0x00,0x00,0x00,0x22,0x8E,0x00,0x00,0x00,0x00, + 0x05,0x00,0x40,0x14,0x21,0x20,0x40,0x02,0xFF,0xFF,0xA5,0x30, + 0x21,0x30,0x80,0x02,0xDC,0x55,0xC0,0x0C,0x21,0x38,0x20,0x02, + 0x24,0x00,0xBF,0x8F,0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F, + 0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x98,0x80,0x00,0x08,0x00,0x63,0x8E, + 0x04,0x00,0x62,0x8E,0x00,0x00,0x00,0x00,0x23,0x80,0x62,0x00, + 0xFF,0xFF,0x04,0x32,0x13,0x00,0x80,0x10,0x21,0x88,0xA0,0x00, + 0x35,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00,0x21,0x90,0x40,0x00, + 0x03,0x00,0x40,0x16,0xFF,0xFF,0x10,0x32,0xD5,0x56,0xC0,0x08, + 0xFF,0xFF,0x02,0x24,0x21,0x20,0x40,0x02,0x04,0x00,0x65,0x8E, + 0x00,0x00,0x00,0x00,0x10,0x3E,0xC0,0x0C,0x21,0x30,0x00,0x02, + 0x01,0x00,0x02,0x24,0x00,0x00,0x22,0xA6,0x04,0x00,0x32,0xAE, + 0x21,0x80,0x50,0x02,0xD3,0x56,0xC0,0x08,0x08,0x00,0x30,0xAE, + 0x00,0x00,0x20,0xA6,0x04,0x00,0x20,0xAE,0x08,0x00,0x20,0xAE, + 0x0C,0x00,0x20,0xA6,0x21,0x10,0x00,0x00,0x20,0x00,0xBF,0x8F, + 0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F,0x14,0x00,0xB1,0x8F, + 0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03,0x28,0x00,0xBD,0x27, + 0xE8,0xFF,0xBD,0x27,0x14,0x00,0xBF,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x00,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x30,0x07,0x00,0x40,0x10,0x00,0x00,0x00,0x00, + 0x04,0x00,0x04,0x8E,0x00,0x00,0x00,0x00,0x03,0x00,0x80,0x10, + 0x00,0x00,0x00,0x00,0x69,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0xA6,0x08,0x00,0x00,0xAE,0x04,0x00,0x00,0xAE, + 0x0C,0x00,0x00,0xA6,0x14,0x00,0xBF,0x8F,0x10,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x18,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27, + 0x18,0x00,0xBF,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x80,0x80,0x00,0x08,0x00,0xA3,0x8C,0x04,0x00,0xA2,0x8C, + 0x00,0x00,0x00,0x00,0x23,0x88,0x62,0x00,0xFF,0xFF,0x23,0x32, + 0x0C,0x00,0x02,0x96,0x00,0x00,0x00,0x00,0x2B,0x10,0x43,0x00, + 0x04,0x00,0x40,0x10,0xFF,0xFF,0x26,0x32,0x0C,0x00,0x11,0x96, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x26,0x32,0x06,0x00,0xC0,0x10, + 0xFF,0xFF,0x22,0x32,0x08,0x00,0x04,0x8E,0x04,0x00,0xA5,0x8C, + 0x10,0x3E,0xC0,0x0C,0x00,0x00,0x00,0x00,0xFF,0xFF,0x22,0x32, + 0x08,0x00,0x03,0x8E,0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00, + 0x08,0x00,0x02,0xAE,0x0C,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x23,0x10,0x51,0x00,0x0C,0x00,0x02,0xA6,0x18,0x00,0xBF,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x01,0x00,0x02,0x24,0x17,0x00,0xC2,0x10, + 0x02,0x00,0xC2,0x28,0x05,0x00,0x40,0x10,0x02,0x00,0x02,0x24, + 0x07,0x00,0xC0,0x10,0xFF,0xFF,0x02,0x24,0x48,0x57,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x17,0x00,0xC2,0x10,0xFF,0xFF,0x02,0x24, + 0x48,0x57,0xC0,0x08,0x00,0x00,0x00,0x00,0xFF,0xFF,0xA2,0x30, + 0x04,0x00,0x83,0x8C,0x00,0x00,0x00,0x00,0x21,0x30,0x43,0x00, + 0x08,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x23,0x10,0x43,0x00, + 0x0C,0x00,0x83,0x94,0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00, + 0x40,0x57,0xC0,0x08,0x23,0x28,0x45,0x00,0xFF,0xFF,0xA2,0x30, + 0x08,0x00,0x83,0x8C,0x00,0x00,0x00,0x00,0x21,0x30,0x43,0x00, + 0x0C,0x00,0x82,0x94,0x00,0x00,0x00,0x00,0x40,0x57,0xC0,0x08, + 0x23,0x28,0x45,0x00,0x0C,0x00,0x82,0x94,0x08,0x00,0x83,0x8C, + 0x00,0x00,0x00,0x00,0x21,0x30,0x43,0x00,0xFF,0xFF,0xA2,0x30, + 0x23,0x30,0xC2,0x00,0x04,0x00,0x82,0x8C,0x00,0x00,0x00,0x00, + 0x2B,0x10,0xC2,0x00,0x04,0x00,0x40,0x14,0xFF,0xFF,0x02,0x24, + 0x08,0x00,0x86,0xAC,0x0C,0x00,0x85,0xA4,0x21,0x10,0x00,0x00, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD8,0xFF,0xBD,0x27, + 0x20,0x00,0xBF,0xAF,0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF, + 0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00, + 0x21,0x98,0xA0,0x00,0x08,0x00,0x03,0x8E,0x04,0x00,0x02,0x8E, + 0x00,0x00,0x00,0x00,0x23,0x90,0x62,0x00,0xFF,0xFF,0x42,0x32, + 0x0C,0x00,0x03,0x96,0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00, + 0xFF,0xFF,0x63,0x32,0x2A,0x10,0x43,0x00,0x23,0x00,0x40,0x10, + 0x01,0x00,0x02,0x24,0x00,0x00,0x03,0x96,0x00,0x00,0x00,0x00, + 0x20,0x00,0x62,0x14,0xFF,0xFF,0x02,0x24,0x35,0x2F,0xC0,0x0C, + 0xFF,0xFF,0x64,0x32,0x21,0x88,0x40,0x00,0x03,0x00,0x20,0x16, + 0xFF,0xFF,0x46,0x32,0x81,0x57,0xC0,0x08,0xFF,0xFF,0x02,0x24, + 0x05,0x00,0xC0,0x10,0x00,0x00,0x00,0x00,0x04,0x00,0x05,0x8E, + 0x00,0x00,0x00,0x00,0x10,0x3E,0xC0,0x0C,0x21,0x20,0x20,0x02, + 0x00,0x00,0x02,0x96,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x30, + 0x07,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x04,0x00,0x04,0x8E, + 0x00,0x00,0x00,0x00,0x03,0x00,0x80,0x10,0x00,0x00,0x00,0x00, + 0x69,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00,0x04,0x00,0x11,0xAE, + 0xFF,0xFF,0x42,0x32,0x21,0x10,0x22,0x02,0x08,0x00,0x02,0xAE, + 0x23,0x10,0x72,0x02,0x0C,0x00,0x02,0xA6,0x21,0x10,0x00,0x00, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27,0x20,0x00,0xBF,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x80,0x80,0x00,0x21,0x88,0xC0,0x00, + 0xFF,0xFF,0x24,0x32,0x23,0x00,0x80,0x10,0x21,0x98,0xA0,0x00, + 0x08,0x00,0x02,0x8E,0x04,0x00,0x03,0x8E,0x00,0x00,0x00,0x00, + 0x23,0x10,0x43,0x00,0xFF,0xFF,0x42,0x30,0x0C,0x00,0x03,0x96, + 0x00,0x00,0x00,0x00,0x21,0x10,0x43,0x00,0x2A,0x10,0x44,0x00, + 0x14,0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x35,0x2F,0xC0,0x0C, + 0x00,0x00,0x00,0x00,0x21,0x90,0x40,0x00,0x18,0x00,0x40,0x12, + 0xFF,0xFF,0x02,0x24,0x00,0x00,0x02,0x96,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x30,0x08,0x00,0x40,0x10,0x01,0x00,0x02,0x24, + 0x04,0x00,0x04,0x8E,0x00,0x00,0x00,0x00,0x04,0x00,0x80,0x10, + 0x00,0x00,0x00,0x00,0x69,0x2F,0xC0,0x0C,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x24,0x00,0x00,0x02,0xA6,0x04,0x00,0x12,0xAE, + 0x04,0x00,0x04,0x8E,0x21,0x28,0x60,0x02,0x10,0x3E,0xC0,0x0C, + 0xFF,0xFF,0x26,0x32,0x21,0x20,0x00,0x02,0xFF,0xFF,0x25,0x32, + 0x19,0x57,0xC0,0x0C,0x21,0x30,0x00,0x00,0x21,0x10,0x00,0x00, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0B,0x00,0x80,0x04,0x80,0x00,0x82,0x28, + 0x14,0x00,0x40,0x14,0x01,0x00,0x03,0x24,0xFF,0x7F,0x02,0x24, + 0x2A,0x10,0x44,0x00,0x10,0x00,0x40,0x10,0x02,0x00,0x03,0x24, + 0x7F,0x00,0x02,0x3C,0xFF,0xFF,0x42,0x34,0xD8,0x57,0xC0,0x08, + 0x2A,0x10,0x44,0x00,0x80,0xFF,0x82,0x28,0x09,0x00,0x40,0x10, + 0x01,0x00,0x03,0x24,0x00,0x80,0x82,0x28,0x06,0x00,0x40,0x10, + 0x02,0x00,0x03,0x24,0x80,0xFF,0x02,0x3C,0x2A,0x10,0x82,0x00, + 0x02,0x00,0x40,0x14,0x04,0x00,0x03,0x24,0x03,0x00,0x03,0x24, + 0x08,0x00,0xE0,0x03,0x21,0x10,0x60,0x00,0x80,0x00,0x82,0x2C, + 0x0E,0x00,0x40,0x14,0x01,0x00,0x02,0x24,0xFF,0x7F,0x02,0x24, + 0x2B,0x10,0x44,0x00,0x09,0x00,0x40,0x10,0x7F,0x00,0x02,0x3C, + 0xFF,0xFF,0x42,0x34,0x2B,0x10,0x44,0x00,0x06,0x00,0x40,0x10, + 0x03,0x00,0x02,0x24,0x04,0x00,0x80,0x04,0x05,0x00,0x02,0x24, + 0xED,0x57,0xC0,0x08,0x04,0x00,0x02,0x24,0x02,0x00,0x02,0x24, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0x04,0x00,0x87,0x8C, + 0x00,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x41,0x00,0x40,0x10, + 0x21,0x10,0x00,0x00,0x00,0x00,0xE3,0x8C,0x04,0x00,0xE7,0x24, + 0x80,0x10,0x03,0x00,0x21,0x10,0x43,0x00,0xC0,0x10,0x02,0x00, + 0x00,0x00,0xE3,0x8C,0x00,0x00,0x00,0x00,0x21,0x18,0x43,0x00, + 0x80,0x00,0x62,0x2C,0x11,0x00,0x40,0x14,0x04,0x00,0xE7,0x24, + 0x00,0x40,0x62,0x2C,0x0F,0x00,0x40,0x14,0x02,0x00,0x05,0x24, + 0x1F,0x00,0x02,0x3C,0xFF,0xFF,0x42,0x34,0x2B,0x10,0x43,0x00, + 0x07,0x00,0x40,0x10,0xFF,0x0F,0x02,0x3C,0xFF,0xFF,0x42,0x34, + 0x2B,0x10,0x43,0x00,0x06,0x00,0x40,0x14,0x05,0x00,0x05,0x24, + 0x10,0x58,0xC0,0x08,0x04,0x00,0x05,0x24,0x10,0x58,0xC0,0x08, + 0x03,0x00,0x05,0x24,0x01,0x00,0x05,0x24,0x02,0x00,0x06,0x24, + 0x00,0x00,0x82,0x8C,0x00,0x00,0x00,0x00,0x2A,0x10,0xC2,0x00, + 0x1F,0x00,0x40,0x10,0xFF,0xFF,0xA2,0x30,0x1F,0x00,0x09,0x3C, + 0xFF,0xFF,0x29,0x35,0xFF,0x0F,0x08,0x3C,0xFF,0xFF,0x08,0x35, + 0x00,0x00,0x84,0x8C,0x00,0x00,0xE3,0x8C,0x04,0x00,0xE7,0x24, + 0x80,0x00,0x62,0x2C,0x10,0x00,0x40,0x14,0xFF,0xFF,0xA5,0x30, + 0x00,0x40,0x62,0x2C,0x0B,0x00,0x40,0x14,0x2B,0x10,0x23,0x01, + 0x07,0x00,0x40,0x10,0x2B,0x10,0x03,0x01,0x03,0x00,0x40,0x14, + 0x00,0x00,0x00,0x00,0x30,0x58,0xC0,0x08,0x04,0x00,0xA5,0x24, + 0x30,0x58,0xC0,0x08,0x05,0x00,0xA5,0x24,0x30,0x58,0xC0,0x08, + 0x03,0x00,0xA5,0x24,0x30,0x58,0xC0,0x08,0x02,0x00,0xA5,0x24, + 0x01,0x00,0xA5,0x24,0x01,0x00,0xC6,0x24,0x2A,0x10,0xC4,0x00, + 0xE8,0xFF,0x40,0x14,0xFF,0xFF,0xA2,0x30,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xD0,0xFF,0xBD,0x27,0x28,0x00,0xBF,0xAF, + 0x21,0x48,0xC0,0x00,0xE0,0x00,0xA5,0x30,0xFF,0xFF,0x82,0x30, + 0x1F,0x00,0x42,0x2C,0x07,0x00,0x40,0x10,0x21,0x30,0xA0,0x00, + 0x25,0x10,0x85,0x00,0x10,0x00,0xA2,0xA3,0x21,0x20,0xE0,0x00, + 0x10,0x00,0xA5,0x27,0x6A,0x58,0xC0,0x08,0x01,0x00,0x06,0x24, + 0x20,0x00,0xA3,0x27,0x21,0x28,0x00,0x00,0x1F,0x00,0xC2,0x34, + 0x18,0x00,0xA2,0xA3,0xFF,0xFF,0x82,0x30,0x08,0x00,0x40,0x10, + 0x19,0x00,0xA8,0x27,0x7F,0x00,0x82,0x30,0x00,0x00,0x62,0xA0, + 0x01,0x00,0x63,0x24,0xFF,0xFF,0x82,0x30,0xC2,0x21,0x02,0x00, + 0xFA,0xFF,0x80,0x14,0x01,0x00,0xA5,0x24,0x01,0x00,0xA6,0x24, + 0x21,0x10,0xA0,0x00,0xFF,0xFF,0x42,0x30,0x02,0x00,0x42,0x2C, + 0x0D,0x00,0x40,0x14,0xFF,0xFF,0xA5,0x24,0xFF,0xFF,0x04,0x34, + 0xFF,0xFF,0x63,0x24,0x00,0x00,0x62,0x90,0x00,0x00,0x00,0x00, + 0x80,0x00,0x42,0x34,0x00,0x00,0x02,0xA1,0x01,0x00,0x08,0x25, + 0x21,0x10,0xA0,0x00,0xFF,0xFF,0x42,0x30,0x02,0x00,0x42,0x2C, + 0xF6,0xFF,0x40,0x10,0x21,0x28,0xA4,0x00,0xFF,0xFF,0x62,0x90, + 0x00,0x00,0x00,0x00,0x00,0x00,0x02,0xA1,0x21,0x20,0xE0,0x00, + 0x18,0x00,0xA5,0x27,0xFF,0xFF,0xC6,0x30,0x09,0xF8,0x20,0x01, + 0x00,0x00,0x00,0x00,0x28,0x00,0xBF,0x8F,0x30,0x00,0xBD,0x27, + 0x08,0x00,0xE0,0x03,0x00,0x00,0x00,0x00,0xD0,0xFF,0xBD,0x27, + 0x28,0x00,0xBF,0xAF,0x21,0x48,0xA0,0x00,0xFF,0xFF,0x82,0x30, + 0x80,0x00,0x42,0x2C,0x06,0x00,0x40,0x10,0x21,0x40,0xC0,0x00, + 0x10,0x00,0xA4,0xA3,0x21,0x20,0x00,0x01,0x10,0x00,0xA5,0x27, + 0x9C,0x58,0xC0,0x08,0x01,0x00,0x06,0x24,0x18,0x00,0xA7,0x27, + 0x20,0x00,0xA5,0x27,0xFF,0xFF,0x82,0x30,0x07,0x00,0x40,0x10, + 0x21,0x18,0x00,0x00,0x00,0x00,0xA4,0xA0,0x01,0x00,0xA5,0x24, + 0xFF,0xFF,0x82,0x30,0x02,0x22,0x02,0x00,0xFB,0xFF,0x80,0x14, + 0x01,0x00,0x63,0x24,0x80,0x00,0x62,0x34,0x00,0x00,0xE2,0xA0, + 0x01,0x00,0xE7,0x24,0x01,0x00,0x66,0x24,0x21,0x10,0x60,0x00, + 0xFF,0xFF,0x42,0x30,0x0B,0x00,0x40,0x10,0xFF,0xFF,0x63,0x24, + 0xFF,0xFF,0x04,0x34,0xFF,0xFF,0xA5,0x24,0x00,0x00,0xA2,0x90, + 0x00,0x00,0x00,0x00,0x00,0x00,0xE2,0xA0,0x01,0x00,0xE7,0x24, + 0x21,0x10,0x60,0x00,0xFF,0xFF,0x42,0x30,0xF8,0xFF,0x40,0x14, + 0x21,0x18,0x64,0x00,0x21,0x20,0x00,0x01,0x18,0x00,0xA5,0x27, + 0xFF,0xFF,0xC6,0x30,0x09,0xF8,0x20,0x01,0x00,0x00,0x00,0x00, + 0x28,0x00,0xBF,0x8F,0x30,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xC8,0xFF,0xBD,0x27,0x30,0x00,0xBF,0xAF, + 0x2C,0x00,0xB5,0xAF,0x28,0x00,0xB4,0xAF,0x24,0x00,0xB3,0xAF, + 0x20,0x00,0xB2,0xAF,0x1C,0x00,0xB1,0xAF,0x18,0x00,0xB0,0xAF, + 0x21,0x88,0xA0,0x00,0x21,0x90,0xC0,0x00,0x21,0x98,0xE0,0x00, + 0x48,0x00,0xB4,0x8F,0x21,0x80,0x80,0x00,0xC4,0x57,0xC0,0x0C, + 0x21,0x20,0x40,0x02,0x21,0xA8,0x40,0x00,0xFF,0xFF,0x04,0x32, + 0xC0,0x00,0x25,0x32,0x21,0x30,0x60,0x02,0x36,0x58,0xC0,0x0C, + 0x21,0x38,0x80,0x02,0xFF,0xFF,0xB0,0x32,0x21,0x20,0x00,0x02, + 0x21,0x28,0x60,0x02,0x70,0x58,0xC0,0x0C,0x21,0x30,0x80,0x02, + 0x10,0x00,0xA2,0x27,0x21,0x18,0x50,0x00,0xFF,0xFF,0x63,0x24, + 0x06,0x00,0x62,0x10,0x00,0x00,0x72,0xA0,0x10,0x00,0xA2,0x27, + 0x03,0x92,0x12,0x00,0xFF,0xFF,0x63,0x24,0xFD,0xFF,0x62,0x14, + 0x00,0x00,0x72,0xA0,0x21,0x20,0x80,0x02,0x10,0x00,0xA5,0x27, + 0x09,0xF8,0x60,0x02,0xFF,0xFF,0xA6,0x32,0x30,0x00,0xBF,0x8F, + 0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27,0xC8,0xFF,0xBD,0x27, + 0x30,0x00,0xBF,0xAF,0x2C,0x00,0xB5,0xAF,0x28,0x00,0xB4,0xAF, + 0x24,0x00,0xB3,0xAF,0x20,0x00,0xB2,0xAF,0x1C,0x00,0xB1,0xAF, + 0x18,0x00,0xB0,0xAF,0x21,0x88,0xA0,0x00,0x21,0x90,0xC0,0x00, + 0x21,0xA0,0xE0,0x00,0x48,0x00,0xB5,0x8F,0x21,0x80,0x80,0x00, + 0xDD,0x57,0xC0,0x0C,0x21,0x20,0x40,0x02,0x21,0x98,0x40,0x00, + 0xFF,0xFF,0x04,0x32,0xC0,0x00,0x25,0x32,0x21,0x30,0x80,0x02, + 0x36,0x58,0xC0,0x0C,0x21,0x38,0xA0,0x02,0xFF,0xFF,0x70,0x32, + 0x21,0x20,0x00,0x02,0x21,0x28,0x80,0x02,0x70,0x58,0xC0,0x0C, + 0x21,0x30,0xA0,0x02,0x10,0x00,0xA2,0x27,0x21,0x20,0x50,0x00, + 0x09,0x00,0x00,0x12,0xFF,0xFF,0x63,0x26,0xFF,0xFF,0x05,0x34, + 0xFF,0xFF,0x84,0x24,0x00,0x00,0x92,0xA0,0x02,0x92,0x12,0x00, + 0x21,0x10,0x60,0x00,0xFF,0xFF,0x42,0x30,0xFA,0xFF,0x40,0x14, + 0x21,0x18,0x65,0x00,0x21,0x20,0xA0,0x02,0x10,0x00,0xA5,0x27, + 0x09,0xF8,0x80,0x02,0xFF,0xFF,0x66,0x32,0x30,0x00,0xBF,0x8F, + 0x2C,0x00,0xB5,0x8F,0x28,0x00,0xB4,0x8F,0x24,0x00,0xB3,0x8F, + 0x20,0x00,0xB2,0x8F,0x1C,0x00,0xB1,0x8F,0x18,0x00,0xB0,0x8F, + 0x08,0x00,0xE0,0x03,0x38,0x00,0xBD,0x27,0xD8,0xFF,0xBD,0x27, + 0x20,0x00,0xBF,0xAF,0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF, + 0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF,0x21,0x98,0xC0,0x00, + 0x38,0x00,0xB2,0x8F,0x3C,0x00,0xB1,0x8F,0x21,0x80,0xE0,0x00, + 0xFF,0xFF,0x84,0x30,0xC0,0x00,0xA5,0x30,0x21,0x30,0x40,0x02, + 0x36,0x58,0xC0,0x0C,0x21,0x38,0x20,0x02,0xFF,0xFF,0x10,0x32, + 0x21,0x20,0x00,0x02,0x21,0x28,0x40,0x02,0x70,0x58,0xC0,0x0C, + 0x21,0x30,0x20,0x02,0x04,0x00,0x00,0x12,0x21,0x20,0x20,0x02, + 0x21,0x28,0x60,0x02,0x09,0xF8,0x40,0x02,0x21,0x30,0x00,0x02, + 0x20,0x00,0xBF,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x28,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x18,0x00,0xBF,0xAF, + 0x21,0x48,0xA0,0x00,0x80,0x00,0x82,0x2C,0x12,0x00,0x40,0x14, + 0x21,0x40,0xC0,0x00,0x00,0x40,0x82,0x2C,0x0D,0x00,0x40,0x14, + 0x1F,0x00,0x02,0x3C,0xFF,0xFF,0x42,0x34,0x2B,0x10,0x44,0x00, + 0x07,0x00,0x40,0x10,0xFF,0x0F,0x02,0x3C,0xFF,0xFF,0x42,0x34, + 0x2B,0x10,0x44,0x00,0x08,0x00,0x40,0x14,0x05,0x00,0x06,0x24, + 0x3E,0x59,0xC0,0x08,0x04,0x00,0x06,0x24,0x3E,0x59,0xC0,0x08, + 0x03,0x00,0x06,0x24,0x3E,0x59,0xC0,0x08,0x02,0x00,0x06,0x24, + 0x01,0x00,0x06,0x24,0xFF,0xFF,0xC2,0x30,0x10,0x00,0xA3,0x27, + 0x21,0x28,0x62,0x00,0x09,0x00,0xA3,0x10,0x21,0x38,0x00,0x00, + 0x10,0x00,0xA3,0x27,0xFF,0xFF,0xA5,0x24,0x7F,0x00,0x82,0x30, + 0x25,0x10,0xE2,0x00,0x00,0x00,0xA2,0xA0,0xC2,0x21,0x04,0x00, + 0xFA,0xFF,0xA3,0x14,0x80,0x00,0x07,0x24,0x21,0x20,0x00,0x01, + 0x10,0x00,0xA5,0x27,0x09,0xF8,0x20,0x01,0xFF,0xFF,0xC6,0x30, + 0x18,0x00,0xBF,0x8F,0x20,0x00,0xBD,0x27,0x08,0x00,0xE0,0x03, + 0x00,0x00,0x00,0x00,0xD0,0xFF,0xBD,0x27,0x2C,0x00,0xBF,0xAF, + 0x28,0x00,0xB6,0xAF,0x24,0x00,0xB5,0xAF,0x20,0x00,0xB4,0xAF, + 0x1C,0x00,0xB3,0xAF,0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF, + 0x10,0x00,0xB0,0xAF,0x21,0x90,0xA0,0x00,0x21,0xA8,0xC0,0x00, + 0x21,0xA0,0xE0,0x00,0x40,0x00,0xB6,0x8F,0x21,0x88,0x80,0x00, + 0x04,0x00,0xB3,0x8E,0x00,0x00,0x00,0x00,0xEF,0x57,0xC0,0x0C, + 0x21,0x20,0xA0,0x02,0x21,0x80,0x40,0x00,0xFF,0xFF,0x24,0x32, + 0xC0,0x00,0x45,0x32,0x21,0x30,0x80,0x02,0x36,0x58,0xC0,0x0C, + 0x21,0x38,0xC0,0x02,0xFF,0xFF,0x10,0x32,0x21,0x20,0x00,0x02, + 0x21,0x28,0x80,0x02,0x70,0x58,0xC0,0x0C,0x21,0x30,0xC0,0x02, + 0x17,0x00,0x00,0x12,0x21,0x28,0x80,0x02,0x00,0x00,0x62,0x8E, + 0x04,0x00,0x73,0x26,0x80,0x20,0x02,0x00,0x21,0x20,0x82,0x00, + 0xC0,0x20,0x04,0x00,0x00,0x00,0x62,0x8E,0x04,0x00,0x73,0x26, + 0x21,0x20,0x82,0x00,0x26,0x59,0xC0,0x0C,0x21,0x30,0xC0,0x02, + 0x83,0x59,0xC0,0x08,0x02,0x00,0x10,0x24,0x00,0x00,0x64,0x8E, + 0x04,0x00,0x73,0x26,0x26,0x59,0xC0,0x0C,0x21,0x30,0xC0,0x02, + 0x01,0x00,0x10,0x26,0x00,0x00,0xA2,0x8E,0x00,0x00,0x00,0x00, + 0x2A,0x10,0x02,0x02,0xF7,0xFF,0x40,0x14,0x21,0x28,0x80,0x02, + 0x2C,0x00,0xBF,0x8F,0x28,0x00,0xB6,0x8F,0x24,0x00,0xB5,0x8F, + 0x20,0x00,0xB4,0x8F,0x1C,0x00,0xB3,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x30,0x00,0xBD,0x27,0xE0,0xFF,0xBD,0x27,0x1C,0x00,0xBF,0xAF, + 0x18,0x00,0xB2,0xAF,0x14,0x00,0xB1,0xAF,0x10,0x00,0xB0,0xAF, + 0x21,0x88,0x80,0x00,0x21,0x90,0xC0,0x00,0xFF,0xFF,0x43,0x32, + 0x0C,0x00,0x22,0x96,0x00,0x00,0x00,0x00,0x2B,0x10,0x43,0x00, + 0x04,0x00,0x40,0x10,0x01,0x00,0x02,0x24,0x0C,0x00,0x32,0x96, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0x43,0x32,0x0B,0x00,0x62,0x10, + 0x02,0x00,0x62,0x28,0x05,0x00,0x40,0x10,0x02,0x00,0x02,0x24, + 0x32,0x00,0x60,0x10,0xFF,0xFF,0x50,0x32,0xCD,0x59,0xC0,0x08, + 0x00,0x00,0x00,0x00,0x0F,0x00,0x62,0x10,0xFF,0xFF,0x50,0x32, + 0xCD,0x59,0xC0,0x08,0x00,0x00,0x00,0x00,0x08,0x00,0x23,0x8E, + 0x00,0x00,0x00,0x00,0x01,0x00,0x62,0x24,0x08,0x00,0x22,0xAE, + 0x00,0x00,0xA2,0x90,0x00,0x00,0x00,0x00,0x00,0x00,0x62,0xA0, + 0x0C,0x00,0x22,0x96,0x00,0x00,0x00,0x00,0xFF,0xFF,0x42,0x24, + 0xD9,0x59,0xC0,0x08,0x0C,0x00,0x22,0xA6,0x08,0x00,0x23,0x8E, + 0x00,0x00,0x00,0x00,0x01,0x00,0x62,0x24,0x08,0x00,0x22,0xAE, + 0x00,0x00,0xA2,0x90,0x00,0x00,0x00,0x00,0x00,0x00,0x62,0xA0, + 0x08,0x00,0x23,0x8E,0x00,0x00,0x00,0x00,0x01,0x00,0x62,0x24, + 0x08,0x00,0x22,0xAE,0x01,0x00,0xA2,0x90,0x00,0x00,0x00,0x00, + 0x00,0x00,0x62,0xA0,0x0C,0x00,0x22,0x96,0x00,0x00,0x00,0x00, + 0xFE,0xFF,0x42,0x24,0xD9,0x59,0xC0,0x08,0x0C,0x00,0x22,0xA6, + 0x08,0x00,0x24,0x8E,0x00,0x00,0x00,0x00,0x10,0x3E,0xC0,0x0C, + 0x21,0x30,0x00,0x02,0x0C,0x00,0x22,0x96,0x00,0x00,0x00,0x00, + 0x23,0x10,0x52,0x00,0x0C,0x00,0x22,0xA6,0x08,0x00,0x22,0x8E, + 0x00,0x00,0x00,0x00,0x21,0x80,0x02,0x02,0x08,0x00,0x30,0xAE, + 0xFF,0xFF,0x42,0x32,0x1C,0x00,0xBF,0x8F,0x18,0x00,0xB2,0x8F, + 0x14,0x00,0xB1,0x8F,0x10,0x00,0xB0,0x8F,0x08,0x00,0xE0,0x03, + 0x20,0x00,0xBD,0x27,0x23,0x20,0x70,0x6F,0x72,0x74,0x73,0x3A, + 0x20,0x25,0x64,0x0A,0x00,0x00,0x00,0x00,0x25,0x73,0x3A,0x25, + 0x64,0x3A,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x20,0x61,0x73, + 0x73,0x65,0x72,0x74,0x69,0x6F,0x6E,0x20,0x60,0x25,0x73,0x27, + 0x0A,0x00,0x00,0x00,0x62,0x63,0x2E,0x62,0x63,0x5F,0x68,0x65, + 0x61,0x70,0x65,0x6E,0x64,0x20,0x3C,0x3D,0x20,0x62,0x63,0x2E, + 0x62,0x63,0x5F,0x72,0x61,0x6D,0x65,0x6E,0x64,0x00,0x00,0x00, + 0x2A,0x2A,0x2A,0x50,0x72,0x6F,0x66,0x69,0x6C,0x69,0x6E,0x67, + 0x20,0x40,0x20,0x25,0x78,0x2C,0x20,0x25,0x78,0x0A,0x00,0x00, + 0x67,0x6F,0x74,0x20,0x68,0x65,0x72,0x65,0x20,0x63,0x61,0x75, + 0x73,0x65,0x3D,0x25,0x78,0x20,0x73,0x74,0x61,0x74,0x75,0x73, + 0x3D,0x25,0x78,0x20,0x76,0x65,0x63,0x3D,0x25,0x78,0x0A,0x00, + 0x25,0x73,0x3A,0x25,0x64,0x3A,0x20,0x66,0x61,0x69,0x6C,0x65, + 0x64,0x20,0x61,0x73,0x73,0x65,0x72,0x74,0x69,0x6F,0x6E,0x20, + 0x60,0x25,0x73,0x27,0x0A,0x00,0x00,0x00,0x53,0x65,0x63,0x6F, + 0x6E,0x64,0x73,0x20,0x3C,0x20,0x30,0x78,0x37,0x46,0x46,0x46, + 0x66,0x66,0x66,0x66,0x00,0x00,0x00,0x00,0x54,0x69,0x6D,0x65, + 0x72,0x73,0x55,0x73,0x65,0x64,0x20,0x3C,0x20,0x4E,0x54,0x49, + 0x4D,0x45,0x52,0x53,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x45,0x45,0x50,0x52,0x4F,0x4D,0x20,0x69,0x73,0x20,0x62,0x61, + 0x64,0x0A,0x00,0x00,0x50,0x6F,0x72,0x74,0x20,0x25,0x64,0x20, + 0x65,0x74,0x68,0x65,0x72,0x20,0x61,0x64,0x64,0x72,0x65,0x73, + 0x73,0x3A,0x20,0x25,0x30,0x32,0x58,0x3A,0x25,0x30,0x32,0x58, + 0x3A,0x25,0x30,0x32,0x58,0x3A,0x25,0x30,0x32,0x58,0x3A,0x25, + 0x30,0x32,0x58,0x3A,0x25,0x30,0x32,0x58,0x0A,0x00,0x00,0x00, + 0x23,0x23,0x23,0x20,0x38,0x32,0x35,0x39,0x36,0x20,0x43,0x68, + 0x61,0x6E,0x20,0x25,0x64,0x3A,0x20,0x73,0x65,0x6C,0x66,0x74, + 0x65,0x73,0x74,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x20,0x28, + 0x25,0x78,0x29,0x0A,0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20, + 0x38,0x32,0x35,0x39,0x36,0x20,0x50,0x6F,0x72,0x74,0x20,0x25, + 0x64,0x3A,0x20,0x73,0x65,0x6C,0x66,0x74,0x65,0x73,0x74,0x20, + 0x70,0x61,0x73,0x73,0x65,0x64,0x0A,0x00,0x38,0x32,0x35,0x39, + 0x36,0x20,0x50,0x6F,0x72,0x74,0x20,0x25,0x64,0x3A,0x20,0x64, + 0x75,0x6D,0x70,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x20,0x28, + 0x25,0x78,0x29,0x0A,0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20, + 0x38,0x32,0x35,0x39,0x36,0x20,0x50,0x6F,0x72,0x74,0x20,0x25, + 0x64,0x3A,0x20,0x64,0x75,0x6D,0x70,0x20,0x70,0x61,0x73,0x73, + 0x65,0x64,0x0A,0x00,0x23,0x23,0x23,0x20,0x38,0x32,0x35,0x39, + 0x36,0x20,0x50,0x6F,0x72,0x74,0x20,0x25,0x64,0x3A,0x20,0x53, + 0x43,0x50,0x20,0x66,0x65,0x74,0x63,0x68,0x20,0x66,0x61,0x69, + 0x6C,0x65,0x64,0x0A,0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20, + 0x38,0x32,0x35,0x39,0x36,0x20,0x50,0x6F,0x72,0x74,0x20,0x25, + 0x64,0x3A,0x20,0x53,0x43,0x50,0x20,0x66,0x65,0x74,0x63,0x68, + 0x20,0x70,0x61,0x73,0x73,0x65,0x64,0x20,0x25,0x78,0x20,0x0A, + 0x00,0x00,0x00,0x00,0x23,0x23,0x23,0x20,0x38,0x32,0x35,0x39, + 0x36,0x20,0x50,0x6F,0x72,0x74,0x20,0x25,0x64,0x3A,0x20,0x42, + 0x55,0x53,0x54,0x49,0x4D,0x45,0x52,0x53,0x20,0x6C,0x6F,0x61, + 0x64,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x0A,0x00,0x00,0x00, + 0x2A,0x2A,0x2A,0x20,0x38,0x32,0x35,0x39,0x36,0x20,0x50,0x6F, + 0x72,0x74,0x20,0x25,0x64,0x3A,0x20,0x42,0x55,0x53,0x54,0x49, + 0x4D,0x45,0x52,0x53,0x20,0x6C,0x6F,0x61,0x64,0x20,0x70,0x61, + 0x73,0x73,0x65,0x64,0x0A,0x00,0x00,0x00,0x23,0x23,0x23,0x20, + 0x41,0x43,0x4B,0x20,0x64,0x69,0x64,0x20,0x6E,0x6F,0x74,0x20, + 0x6F,0x63,0x63,0x75,0x72,0x0A,0x00,0x00,0x23,0x23,0x23,0x20, + 0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x73,0x74,0x69,0x6C,0x6C, + 0x20,0x62,0x75,0x73,0x79,0x3A,0x20,0x25,0x78,0x0A,0x00,0x00, + 0x65,0x74,0x68,0x5F,0x69,0x6E,0x69,0x74,0x2E,0x63,0x00,0x00, + 0x2A,0x2A,0x2A,0x4C,0x31,0x57,0x41,0x0A,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x23,0x23,0x23,0x20,0x54,0x42,0x44,0x20,0x62,0x6C,0x6F,0x63, + 0x6B,0x73,0x20,0x61,0x72,0x65,0x6E,0x27,0x74,0x20,0x62,0x65, + 0x69,0x6E,0x67,0x20,0x66,0x72,0x65,0x65,0x64,0x0A,0x00,0x00, + 0x41,0x74,0x74,0x65,0x6D,0x70,0x74,0x20,0x74,0x6F,0x20,0x66, + 0x72,0x65,0x65,0x20,0x62,0x6F,0x67,0x75,0x73,0x20,0x54,0x42, + 0x44,0x20,0x25,0x78,0x0A,0x00,0x00,0x00,0x23,0x23,0x23,0x20, + 0x42,0x55,0x46,0x20,0x62,0x6C,0x6F,0x63,0x6B,0x73,0x20,0x61, + 0x72,0x65,0x6E,0x27,0x74,0x20,0x62,0x65,0x69,0x6E,0x67,0x20, + 0x66,0x72,0x65,0x65,0x64,0x0A,0x00,0x00,0x41,0x74,0x74,0x65, + 0x6D,0x70,0x74,0x20,0x74,0x6F,0x20,0x66,0x72,0x65,0x65,0x20, + 0x62,0x6F,0x67,0x75,0x73,0x20,0x42,0x55,0x46,0x20,0x25,0x78, + 0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x52,0x46,0x44,0x73,0x20,0x25,0x64,0x20,0x0A,0x00,0x00,0x00, + 0x52,0x42,0x44,0x73,0x20,0x25,0x64,0x20,0x0A,0x00,0x00,0x00, + 0x25,0x73,0x25,0x30,0x32,0x58,0x3A,0x25,0x30,0x32,0x58,0x3A, + 0x25,0x30,0x32,0x58,0x3A,0x25,0x30,0x32,0x58,0x3A,0x25,0x30, + 0x32,0x58,0x3A,0x25,0x30,0x32,0x58,0x25,0x73,0x00,0x00,0x00, + 0x75,0x73,0x65,0x64,0x20,0x3D,0x20,0x25,0x64,0x3B,0x20,0x75, + 0x6E,0x75,0x73,0x65,0x64,0x20,0x3D,0x20,0x25,0x64,0x3B,0x20, + 0x75,0x73,0x65,0x64,0x2B,0x75,0x6E,0x75,0x73,0x65,0x64,0x20, + 0x3D,0x20,0x25,0x64,0x0A,0x00,0x00,0x00,0x41,0x52,0x50,0x20, + 0x25,0x78,0x21,0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x08,0x45,0x00,0x83,0x58,0x3F,0x00,0x83,0xAC,0x3F,0x00,0x83, + 0x20,0x40,0x00,0x83,0x58,0x3F,0x00,0x83,0x00,0x00,0x00,0x00, + 0x20,0x4C,0x00,0x83,0x6C,0x46,0x00,0x83,0xC0,0x46,0x00,0x83, + 0x34,0x47,0x00,0x83,0x6C,0x46,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x25,0x73,0x3A,0x25, + 0x64,0x3A,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x20,0x61,0x73, + 0x73,0x65,0x72,0x74,0x69,0x6F,0x6E,0x20,0x60,0x25,0x73,0x27, + 0x0A,0x00,0x00,0x00,0x65,0x74,0x68,0x5F,0x78,0x6D,0x69,0x74, + 0x2E,0x63,0x00,0x00,0x63,0x62,0x70,0x2D,0x3E,0x6E,0x6F,0x70, + 0x2E,0x63,0x6D,0x64,0x20,0x3D,0x3D,0x20,0x49,0x35,0x39,0x36, + 0x5F,0x43,0x42,0x5F,0x43,0x4D,0x44,0x5F,0x4E,0x4F,0x50,0x7C, + 0x49,0x35,0x39,0x36,0x5F,0x43,0x42,0x5F,0x43,0x4D,0x44,0x5F, + 0x45,0x4C,0x00,0x00,0x63,0x62,0x70,0x2D,0x3E,0x6E,0x6F,0x70, + 0x2E,0x63,0x6D,0x64,0x20,0x26,0x20,0x49,0x35,0x39,0x36,0x5F, + 0x43,0x42,0x5F,0x43,0x4D,0x44,0x00,0x00,0x70,0x2D,0x3E,0x73, + 0x63,0x62,0x70,0x2D,0x3E,0x73,0x74,0x61,0x74,0x75,0x73,0x20, + 0x26,0x20,0x49,0x35,0x39,0x36,0x5F,0x53,0x43,0x42,0x5F,0x43, + 0x4E,0x41,0x00,0x00,0x23,0x23,0x23,0x20,0x63,0x6D,0x64,0x20, + 0x73,0x74,0x69,0x6C,0x6C,0x20,0x62,0x75,0x73,0x79,0x3A,0x20, + 0x25,0x78,0x0A,0x00,0x25,0x64,0x3D,0x25,0x64,0x2C,0x25,0x78, + 0x2C,0x25,0x64,0x0A,0x00,0x00,0x00,0x00,0x27,0x25,0x73,0x27, + 0x20,0x25,0x78,0x20,0x25,0x78,0x0A,0x00,0x25,0x30,0x38,0x78, + 0x3A,0x20,0x25,0x30,0x32,0x78,0x0A,0x00,0x25,0x30,0x38,0x78, + 0x3A,0x20,0x25,0x30,0x34,0x78,0x0A,0x00,0x25,0x30,0x38,0x78, + 0x3A,0x20,0x25,0x30,0x38,0x78,0x0A,0x00,0x6C,0x69,0x6E,0x6B, + 0x20,0x73,0x74,0x61,0x74,0x65,0x20,0x25,0x30,0x32,0x78,0x0A, + 0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x67,0x6F,0x74,0x20, + 0x25,0x64,0x20,0x69,0x6E,0x74,0x65,0x72,0x72,0x75,0x70,0x74, + 0x73,0x0A,0x00,0x00,0x23,0x23,0x23,0x20,0x45,0x78,0x70,0x65, + 0x63,0x74,0x65,0x64,0x20,0x25,0x64,0x20,0x62,0x75,0x74,0x20, + 0x67,0x6F,0x74,0x20,0x25,0x64,0x20,0x69,0x6E,0x74,0x65,0x72, + 0x72,0x75,0x70,0x74,0x73,0x0A,0x00,0x00,0x50,0x4C,0x58,0x39, + 0x30,0x36,0x30,0x20,0x41,0x64,0x64,0x72,0x65,0x73,0x73,0x20, + 0x3D,0x20,0x25,0x58,0x20,0x44,0x41,0x54,0x41,0x20,0x3D,0x20, + 0x25,0x58,0x20,0x0A,0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20, + 0x57,0x72,0x69,0x74,0x65,0x20,0x6F,0x66,0x20,0x25,0x78,0x20, + 0x74,0x6F,0x20,0x25,0x64,0x20,0x66,0x61,0x69,0x6C,0x65,0x64, + 0x0A,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x57,0x72,0x69,0x74, + 0x65,0x20,0x6F,0x66,0x20,0x25,0x78,0x20,0x74,0x6F,0x20,0x25, + 0x78,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x0A,0x00,0x00,0x00, + 0x2A,0x2A,0x2A,0x2A,0x2A,0x2A,0x2A,0x2A,0x2A,0x2A,0x2A,0x2A, + 0x2A,0x2A,0x2A,0x2A,0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20, + 0x49,0x6C,0x6C,0x65,0x67,0x61,0x6C,0x20,0x63,0x6F,0x6D,0x6D, + 0x61,0x6E,0x64,0x20,0x27,0x25,0x73,0x27,0x0A,0x00,0x00,0x00, + 0x2D,0x2D,0x2D,0x20,0x63,0x6F,0x6D,0x6D,0x61,0x6E,0x64,0x73, + 0x20,0x6D,0x2C,0x74,0x2C,0x65,0x2C,0x45,0x2C,0x61,0x2C,0x78, + 0x2C,0x6C,0x2C,0x73,0x2C,0x70,0x20,0x63,0x61,0x6E,0x20,0x62, + 0x65,0x20,0x70,0x72,0x65,0x66,0x69,0x78,0x65,0x64,0x20,0x77, + 0x69,0x74,0x68,0x20,0x61,0x20,0x72,0x65,0x70,0x65,0x61,0x74, + 0x20,0x63,0x6F,0x75,0x6E,0x74,0x00,0x00,0x6C,0x20,0x78,0x70, + 0x6F,0x72,0x74,0x20,0x72,0x70,0x6F,0x72,0x74,0x20,0x5B,0x6C, + 0x65,0x6E,0x5D,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x4C,0x6F,0x6F,0x70,0x62,0x61,0x63,0x6B,0x20,0x74,0x65, + 0x73,0x74,0x20,0x66,0x72,0x6F,0x6D,0x20,0x78,0x70,0x6F,0x72, + 0x74,0x20,0x28,0x31,0x2D,0x36,0x29,0x20,0x74,0x6F,0x20,0x72, + 0x70,0x6F,0x72,0x74,0x20,0x28,0x31,0x2D,0x36,0x29,0x00,0x00, + 0x69,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x49,0x6E, + 0x74,0x65,0x72,0x72,0x75,0x70,0x74,0x20,0x48,0x6F,0x73,0x74, + 0x20,0x20,0x7C,0x20,0x20,0x73,0x20,0x5B,0x70,0x6F,0x72,0x74, + 0x5D,0x20,0x5B,0x6C,0x65,0x6E,0x5D,0x20,0x42,0x61,0x63,0x6B, + 0x32,0x62,0x61,0x63,0x6B,0x20,0x78,0x6D,0x69,0x74,0x20,0x63, + 0x6E,0x74,0x20,0x70,0x61,0x63,0x6B,0x65,0x74,0x73,0x00,0x00, + 0x50,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x54,0x65, + 0x73,0x74,0x20,0x50,0x4C,0x58,0x20,0x39,0x30,0x36,0x30,0x20, + 0x20,0x20,0x7C,0x20,0x20,0x64,0x20,0x5B,0x72,0x7C,0x77,0x7C, + 0x6C,0x7C,0x74,0x5D,0x20,0x5B,0x76,0x61,0x6C,0x7C,0x27,0x63, + 0x27,0x5D,0x20,0x20,0x52,0x65,0x61,0x64,0x2F,0x57,0x72,0x69, + 0x74,0x65,0x2F,0x4C,0x6F,0x6F,0x70,0x2F,0x54,0x69,0x6D,0x65, + 0x20,0x44,0x4D,0x41,0x00,0x00,0x00,0x00,0x4C,0x20,0x20,0x20, + 0x20,0x20,0x20,0x20,0x20,0x20,0x52,0x65,0x61,0x64,0x20,0x4C, + 0x69,0x6E,0x6B,0x20,0x4C,0x45,0x44,0x73,0x20,0x20,0x7C,0x20, + 0x20,0x70,0x20,0x72,0x65,0x67,0x6E,0x6F,0x20,0x5B,0x76,0x61, + 0x6C,0x5D,0x20,0x20,0x52,0x65,0x61,0x64,0x2F,0x5B,0x77,0x72, + 0x69,0x74,0x65,0x5D,0x20,0x50,0x4C,0x58,0x20,0x72,0x65,0x67, + 0x69,0x73,0x74,0x65,0x72,0x00,0x00,0x00,0x41,0x20,0x61,0x64, + 0x64,0x72,0x20,0x20,0x20,0x20,0x53,0x65,0x74,0x20,0x65,0x74, + 0x68,0x65,0x72,0x20,0x61,0x64,0x64,0x72,0x20,0x20,0x7C,0x20, + 0x20,0x24,0x20,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x20,0x20, + 0x20,0x20,0x20,0x20,0x52,0x65,0x61,0x64,0x20,0x63,0x6D,0x64, + 0x73,0x20,0x66,0x72,0x6F,0x6D,0x20,0x66,0x69,0x6C,0x65,0x20, + 0x27,0x73,0x63,0x72,0x69,0x70,0x74,0x27,0x00,0x00,0x00,0x00, + 0x78,0x20,0x5B,0x70,0x6F,0x72,0x74,0x5D,0x20,0x20,0x54,0x78, + 0x20,0x65,0x74,0x68,0x65,0x72,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x7C,0x20,0x20,0x52,0x20,0x5B,0x70,0x6F,0x72,0x74, + 0x5D,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x52,0x78,0x20,0x65, + 0x74,0x68,0x65,0x72,0x20,0x5B,0x6F,0x6E,0x20,0x70,0x6F,0x72, + 0x74,0x20,0x31,0x2D,0x36,0x5D,0x00,0x00,0x48,0x20,0x20,0x20, + 0x20,0x20,0x20,0x20,0x20,0x20,0x54,0x6F,0x67,0x67,0x6C,0x65, + 0x20,0x46,0x43,0x43,0x20,0x74,0x65,0x73,0x74,0x20,0x7C,0x20, + 0x20,0x71,0x2C,0x5E,0x44,0x2C,0x5E,0x5A,0x20,0x20,0x20,0x20, + 0x20,0x20,0x20,0x20,0x51,0x75,0x69,0x74,0x00,0x00,0x00,0x00, + 0x61,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x54,0x65, + 0x73,0x74,0x20,0x61,0x6C,0x6C,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x7C,0x20,0x20,0x5A,0x20,0x6D,0x73,0x65,0x63,0x73, + 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x50,0x61,0x75,0x73, + 0x65,0x20,0x66,0x6F,0x72,0x20,0x61,0x20,0x77,0x68,0x69,0x6C, + 0x65,0x00,0x00,0x00,0x45,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x54,0x65,0x73,0x74,0x20,0x45,0x45,0x50,0x52,0x4F, + 0x4D,0x20,0x20,0x20,0x20,0x20,0x7C,0x20,0x20,0x53,0x72,0x20, + 0x61,0x64,0x64,0x72,0x3B,0x20,0x53,0x77,0x20,0x61,0x64,0x64, + 0x72,0x20,0x76,0x61,0x6C,0x3B,0x20,0x20,0x52,0x65,0x61,0x64, + 0x2F,0x57,0x72,0x69,0x74,0x65,0x20,0x50,0x4C,0x58,0x20,0x45, + 0x32,0x20,0x72,0x65,0x67,0x00,0x00,0x00,0x65,0x20,0x5B,0x70, + 0x6F,0x72,0x74,0x5D,0x20,0x20,0x54,0x65,0x73,0x74,0x20,0x65, + 0x74,0x68,0x65,0x72,0x6E,0x65,0x74,0x20,0x20,0x20,0x7C,0x20, + 0x20,0x45,0x72,0x20,0x61,0x64,0x64,0x72,0x3B,0x20,0x45,0x77, + 0x20,0x61,0x64,0x64,0x72,0x20,0x76,0x61,0x6C,0x3B,0x20,0x20, + 0x52,0x65,0x61,0x64,0x2F,0x57,0x72,0x69,0x74,0x65,0x20,0x45, + 0x45,0x50,0x52,0x4F,0x4D,0x20,0x72,0x65,0x67,0x00,0x00,0x00, + 0x74,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x54,0x65, + 0x73,0x74,0x20,0x74,0x69,0x6D,0x65,0x72,0x73,0x20,0x20,0x20, + 0x20,0x20,0x7C,0x20,0x20,0x77,0x5B,0x2A,0x5D,0x20,0x61,0x64, + 0x64,0x72,0x20,0x76,0x61,0x6C,0x20,0x20,0x57,0x72,0x69,0x74, + 0x65,0x20,0x6D,0x65,0x6D,0x6F,0x72,0x79,0x3A,0x20,0x77,0x62, + 0x20,0x77,0x68,0x2C,0x20,0x77,0x77,0x2C,0x20,0x77,0x74,0x00, + 0x6D,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x54,0x65, + 0x73,0x74,0x20,0x6D,0x65,0x6D,0x6F,0x72,0x79,0x20,0x20,0x20, + 0x20,0x20,0x7C,0x20,0x20,0x72,0x5B,0x2A,0x5D,0x20,0x61,0x64, + 0x64,0x72,0x20,0x20,0x20,0x20,0x20,0x20,0x52,0x65,0x61,0x64, + 0x20,0x6D,0x65,0x6D,0x6F,0x72,0x79,0x3A,0x20,0x72,0x62,0x20, + 0x72,0x68,0x2C,0x20,0x72,0x77,0x2C,0x20,0x72,0x74,0x00,0x00, + 0x2A,0x2A,0x2A,0x20,0x52,0x69,0x67,0x68,0x74,0x53,0x77,0x69, + 0x74,0x63,0x68,0x20,0x44,0x69,0x61,0x67,0x6E,0x6F,0x73,0x74, + 0x69,0x63,0x73,0x20,0x6D,0x65,0x6E,0x75,0x20,0x2A,0x2A,0x2A, + 0x00,0x00,0x00,0x00,0x2D,0x2D,0x2D,0x20,0x54,0x68,0x72,0x65, + 0x65,0x20,0x63,0x6F,0x70,0x69,0x65,0x73,0x20,0x6F,0x66,0x20, + 0x61,0x64,0x64,0x72,0x65,0x73,0x73,0x20,0x64,0x6F,0x20,0x6E, + 0x6F,0x74,0x20,0x61,0x67,0x72,0x65,0x65,0x21,0x0A,0x00,0x00, + 0x2D,0x2D,0x2D,0x20,0x45,0x74,0x68,0x65,0x72,0x20,0x41,0x64, + 0x64,0x72,0x65,0x73,0x73,0x20,0x4E,0x6F,0x74,0x20,0x53,0x65, + 0x74,0x21,0x0A,0x00,0x2D,0x2D,0x2D,0x20,0x45,0x74,0x68,0x65, + 0x72,0x20,0x41,0x64,0x64,0x72,0x65,0x73,0x73,0x20,0x69,0x73, + 0x20,0x61,0x20,0x6D,0x75,0x6C,0x74,0x69,0x63,0x61,0x73,0x74, + 0x20,0x61,0x64,0x64,0x72,0x65,0x73,0x73,0x21,0x0A,0x00,0x00, + 0x2A,0x2A,0x2A,0x20,0x25,0x30,0x32,0x58,0x25,0x30,0x32,0x58, + 0x25,0x30,0x32,0x58,0x3A,0x25,0x30,0x32,0x58,0x3A,0x25,0x30, + 0x32,0x58,0x25,0x30,0x32,0x58,0x0A,0x00,0x2D,0x2D,0x2D,0x20, + 0x46,0x69,0x72,0x73,0x74,0x20,0x62,0x79,0x74,0x65,0x20,0x28, + 0x25,0x30,0x32,0x58,0x29,0x20,0x69,0x73,0x20,0x61,0x20,0x62, + 0x72,0x6F,0x61,0x64,0x63,0x61,0x73,0x74,0x20,0x61,0x64,0x64, + 0x72,0x65,0x73,0x73,0x0A,0x00,0x00,0x00,0x2D,0x2D,0x2D,0x20, + 0x4C,0x61,0x73,0x74,0x20,0x64,0x69,0x67,0x69,0x74,0x20,0x6D, + 0x75,0x73,0x74,0x20,0x62,0x65,0x20,0x30,0x20,0x6F,0x72,0x20, + 0x38,0x0A,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x45,0x69,0x67,0x68, + 0x74,0x20,0x65,0x74,0x68,0x65,0x72,0x6E,0x65,0x74,0x20,0x61, + 0x64,0x64,0x72,0x65,0x73,0x73,0x65,0x73,0x20,0x68,0x61,0x76, + 0x65,0x20,0x62,0x65,0x65,0x6E,0x20,0x75,0x73,0x65,0x64,0x3A, + 0x0A,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x50,0x6F,0x72,0x74, + 0x20,0x25,0x64,0x20,0x65,0x74,0x68,0x65,0x72,0x6E,0x65,0x74, + 0x20,0x61,0x64,0x64,0x72,0x65,0x73,0x73,0x20,0x69,0x73,0x20, + 0x00,0x00,0x00,0x00,0x2D,0x2D,0x2D,0x20,0x42,0x61,0x64,0x20, + 0x65,0x74,0x68,0x65,0x72,0x20,0x61,0x64,0x64,0x72,0x65,0x73, + 0x73,0x20,0x27,0x25,0x73,0x27,0x20,0x73,0x70,0x65,0x63,0x69, + 0x66,0x69,0x65,0x64,0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xD4,0x62,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0xD4,0x62,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x20,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0xFC,0x6B,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x64,0x6C,0x00,0x83, + 0x78,0x6A,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0xD4,0x62,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0xF8,0x67,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x2C,0x69,0x00,0x83, + 0x48,0x6D,0x00,0x83,0xC4,0x69,0x00,0x83,0x50,0x6B,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0xFC,0x69,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x10,0x6C,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x34,0x6A,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x00,0x6D,0x00,0x83,0x68,0x67,0x00,0x83, + 0xFC,0x66,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x14,0x68,0x00,0x83,0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83, + 0xDC,0x67,0x00,0x83,0x38,0x6C,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x48,0x6D,0x00,0x83,0xA4,0x68,0x00,0x83,0x48,0x6D,0x00,0x83, + 0x94,0x65,0x00,0x83,0x88,0x67,0x00,0x83,0x3C,0x67,0x00,0x83, + 0x48,0x6D,0x00,0x83,0x48,0x6D,0x00,0x83,0x74,0x66,0x00,0x83, + 0xA0,0x67,0x00,0x83,0x00,0x00,0x00,0x00,0x9C,0x6C,0x00,0x83, + 0xAC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83, + 0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83, + 0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83, + 0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83,0xDC,0x6C,0x00,0x83, + 0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83, + 0xEC,0x6C,0x00,0x83,0xCC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83, + 0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83,0xEC,0x6C,0x00,0x83, + 0xBC,0x6C,0x00,0x83,0xDC,0x6C,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x45,0x45,0x50,0x52, + 0x4F,0x4D,0x20,0x50,0x61,0x73,0x73,0x65,0x64,0x0A,0x00,0x00, + 0x21,0x21,0x21,0x20,0x45,0x45,0x50,0x52,0x4F,0x4D,0x20,0x46, + 0x61,0x69,0x6C,0x75,0x72,0x65,0x3A,0x20,0x57,0x72,0x6F,0x74, + 0x65,0x20,0x25,0x30,0x34,0x78,0x20,0x61,0x74,0x20,0x25,0x64, + 0x2C,0x20,0x67,0x6F,0x74,0x20,0x25,0x30,0x34,0x78,0x0A,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x23,0x23,0x23,0x46,0x72,0x61,0x6D,0x65,0x20,0x25,0x64,0x20, + 0x64,0x69,0x64,0x20,0x6E,0x6F,0x74,0x20,0x61,0x72,0x72,0x69, + 0x76,0x65,0x0A,0x00,0x23,0x23,0x23,0x20,0x46,0x72,0x61,0x6D, + 0x65,0x20,0x25,0x64,0x2C,0x20,0x6C,0x65,0x6E,0x20,0x25,0x64, + 0x2C,0x20,0x62,0x79,0x74,0x65,0x20,0x25,0x64,0x2C,0x20,0x77, + 0x61,0x6E,0x74,0x20,0x25,0x78,0x20,0x67,0x6F,0x74,0x20,0x25, + 0x78,0x0A,0x00,0x00,0x23,0x23,0x23,0x46,0x72,0x61,0x6D,0x65, + 0x20,0x25,0x64,0x20,0x77,0x72,0x6F,0x6E,0x67,0x20,0x6C,0x65, + 0x6E,0x67,0x74,0x68,0x20,0x28,0x77,0x61,0x6E,0x74,0x20,0x25, + 0x64,0x20,0x67,0x6F,0x74,0x20,0x25,0x64,0x29,0x0A,0x00,0x00, + 0x23,0x23,0x23,0x46,0x72,0x61,0x6D,0x65,0x20,0x25,0x64,0x3A, + 0x20,0x67,0x6F,0x74,0x20,0x73,0x65,0x71,0x20,0x25,0x64,0x0A, + 0x00,0x00,0x00,0x00,0x23,0x23,0x23,0x20,0x25,0x64,0x20,0x43, + 0x52,0x43,0x20,0x65,0x72,0x72,0x6F,0x72,0x73,0x20,0x6F,0x63, + 0x63,0x75,0x72,0x65,0x64,0x0A,0x00,0x00,0x23,0x23,0x23,0x20, + 0x25,0x64,0x20,0x41,0x6C,0x69,0x67,0x6E,0x20,0x65,0x72,0x72, + 0x6F,0x72,0x73,0x20,0x6F,0x63,0x63,0x75,0x72,0x65,0x64,0x0A, + 0x00,0x00,0x00,0x00,0x23,0x23,0x23,0x20,0x25,0x64,0x20,0x53, + 0x68,0x6F,0x72,0x74,0x20,0x65,0x72,0x72,0x6F,0x72,0x73,0x20, + 0x6F,0x63,0x63,0x75,0x72,0x65,0x64,0x0A,0x00,0x00,0x00,0x00, + 0x23,0x23,0x23,0x20,0x25,0x64,0x20,0x4F,0x76,0x65,0x72,0x72, + 0x75,0x6E,0x20,0x65,0x72,0x72,0x6F,0x72,0x73,0x20,0x6F,0x63, + 0x63,0x75,0x72,0x65,0x64,0x0A,0x00,0x00,0x23,0x23,0x23,0x20, + 0x43,0x55,0x20,0x73,0x74,0x69,0x6C,0x6C,0x20,0x72,0x75,0x6E, + 0x6E,0x69,0x6E,0x67,0x3A,0x20,0x25,0x78,0x0A,0x00,0x00,0x00, + 0x23,0x23,0x23,0x20,0x63,0x6D,0x64,0x20,0x73,0x74,0x69,0x6C, + 0x6C,0x20,0x62,0x75,0x73,0x79,0x3A,0x20,0x25,0x78,0x0A,0x00, + 0x23,0x23,0x23,0x20,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x73, + 0x74,0x69,0x6C,0x6C,0x20,0x62,0x75,0x73,0x79,0x3A,0x20,0x25, + 0x78,0x0A,0x00,0x00,0x43,0x42,0x3D,0x25,0x78,0x2C,0x20,0x54, + 0x42,0x44,0x3D,0x25,0x78,0x2C,0x20,0x42,0x55,0x46,0x3D,0x25, + 0x78,0x0A,0x00,0x00,0x74,0x65,0x73,0x74,0x5F,0x65,0x74,0x68, + 0x65,0x72,0x2E,0x63,0x00,0x00,0x00,0x00,0x25,0x64,0x20,0x66, + 0x72,0x61,0x6D,0x65,0x73,0x20,0x6F,0x66,0x20,0x6C,0x65,0x6E, + 0x67,0x74,0x68,0x20,0x25,0x64,0x20,0x73,0x65,0x6E,0x74,0x20, + 0x69,0x6E,0x20,0x25,0x64,0x20,0x6D,0x73,0x65,0x63,0x73,0x0A, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x38,0x32,0x35,0x34, + 0x20,0x54,0x69,0x6D,0x65,0x72,0x20,0x30,0x20,0x4F,0x4B,0x2C, + 0x20,0x63,0x6F,0x75,0x6E,0x74,0x20,0x77,0x61,0x73,0x20,0x25, + 0x64,0x0A,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x38,0x32,0x35,0x34, + 0x20,0x54,0x69,0x6D,0x65,0x72,0x20,0x30,0x20,0x6E,0x6F,0x74, + 0x20,0x69,0x6E,0x74,0x65,0x72,0x72,0x75,0x70,0x74,0x69,0x6E, + 0x67,0x20,0x25,0x64,0x0A,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20, + 0x38,0x32,0x35,0x34,0x20,0x54,0x69,0x6D,0x65,0x72,0x20,0x30, + 0x20,0x73,0x70,0x65,0x65,0x64,0x20,0x77,0x72,0x6F,0x6E,0x67, + 0x2C,0x20,0x67,0x6F,0x74,0x20,0x25,0x64,0x20,0x73,0x68,0x6F, + 0x75,0x6C,0x64,0x20,0x62,0x65,0x20,0x31,0x30,0x30,0x30,0x0A, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x09,0x25,0x78,0x3A,0x20,0x77,0x61,0x6E, + 0x74,0x20,0x25,0x78,0x20,0x67,0x6F,0x74,0x20,0x25,0x78,0x0A, + 0x00,0x00,0x00,0x00,0x2D,0x2D,0x2D,0x20,0x52,0x41,0x4D,0x20, + 0x54,0x65,0x73,0x74,0x20,0x6F,0x66,0x20,0x25,0x78,0x20,0x74, + 0x6F,0x20,0x25,0x78,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x0A, + 0x00,0x00,0x00,0x00,0x2A,0x2A,0x2A,0x20,0x52,0x41,0x4D,0x20, + 0x54,0x65,0x73,0x74,0x20,0x6F,0x66,0x20,0x25,0x78,0x20,0x74, + 0x6F,0x20,0x25,0x78,0x20,0x70,0x61,0x73,0x73,0x65,0x64,0x0A, + 0x00,0x00,0x00,0x00,0x23,0x23,0x23,0x20,0x44,0x4D,0x41,0x20, + 0x44,0x4F,0x4E,0x45,0x20,0x6E,0x65,0x76,0x65,0x72,0x20,0x6F, + 0x63,0x63,0x75,0x72,0x72,0x65,0x64,0x2E,0x20,0x20,0x63,0x73, + 0x72,0x20,0x3D,0x20,0x25,0x78,0x0A,0x00,0x23,0x23,0x23,0x20, + 0x48,0x6F,0x73,0x74,0x20,0x6E,0x65,0x76,0x65,0x72,0x20,0x67, + 0x6F,0x74,0x20,0x44,0x4D,0x41,0x20,0x69,0x6E,0x74,0x65,0x72, + 0x72,0x75,0x70,0x74,0x2E,0x20,0x62,0x63,0x5F,0x63,0x6E,0x74, + 0x20,0x3D,0x20,0x25,0x64,0x0A,0x00,0x00,0x23,0x23,0x23,0x20, + 0x44,0x4D,0x41,0x20,0x65,0x72,0x72,0x6F,0x72,0x20,0x61,0x74, + 0x20,0x69,0x6E,0x64,0x65,0x78,0x20,0x25,0x64,0x3A,0x20,0x77, + 0x61,0x6E,0x74,0x65,0x64,0x20,0x25,0x30,0x32,0x78,0x20,0x67, + 0x6F,0x74,0x20,0x25,0x30,0x32,0x78,0x0A,0x00,0x00,0x00,0x00, + 0x23,0x23,0x23,0x20,0x49,0x6C,0x6C,0x65,0x67,0x61,0x6C,0x20, + 0x48,0x6F,0x73,0x74,0x20,0x61,0x64,0x64,0x72,0x20,0x28,0x3D, + 0x25,0x78,0x29,0x20,0x6F,0x72,0x20,0x6C,0x65,0x6E,0x67,0x74, + 0x68,0x20,0x28,0x3D,0x25,0x64,0x29,0x0A,0x00,0x00,0x00,0x00, + 0x23,0x23,0x23,0x20,0x43,0x6F,0x75,0x6E,0x74,0x20,0x63,0x61, + 0x6E,0x6E,0x6F,0x74,0x20,0x62,0x65,0x20,0x3E,0x20,0x31,0x30, + 0x32,0x34,0x2A,0x31,0x30,0x32,0x34,0x0A,0x00,0x00,0x00,0x00, + 0x2A,0x2A,0x2A,0x20,0x6C,0x63,0x6C,0x2E,0x42,0x75,0x66,0x31, + 0x20,0x3D,0x20,0x25,0x78,0x20,0x2D,0x2D,0x3E,0x20,0x68,0x6F, + 0x73,0x74,0x2E,0x42,0x75,0x66,0x20,0x3D,0x20,0x25,0x78,0x20, + 0x2D,0x2D,0x3E,0x20,0x6C,0x63,0x6C,0x2E,0x42,0x75,0x66,0x32, + 0x20,0x3D,0x20,0x25,0x78,0x0A,0x00,0x00,0x2A,0x2A,0x2A,0x20, + 0x3E,0x20,0x44,0x62,0x20,0x25,0x64,0x20,0x28,0x62,0x75,0x72, + 0x73,0x74,0x29,0x3B,0x20,0x3E,0x20,0x44,0x77,0x20,0x25,0x64, + 0x20,0x28,0x77,0x61,0x69,0x74,0x73,0x74,0x61,0x74,0x65,0x73, + 0x29,0x0A,0x00,0x00,0x23,0x23,0x23,0x20,0x53,0x65,0x63,0x6F, + 0x6E,0x64,0x20,0x61,0x72,0x67,0x20,0x6D,0x75,0x73,0x74,0x20, + 0x62,0x65,0x20,0x27,0x72,0x27,0x20,0x6F,0x72,0x20,0x27,0x77, + 0x27,0x20,0x6F,0x72,0x20,0x27,0x6C,0x27,0x0A,0x00,0x00,0x00, + 0x2A,0x2A,0x2A,0x20,0x44,0x4D,0x41,0x20,0x25,0x73,0x20,0x69, + 0x6E,0x20,0x25,0x34,0x64,0x20,0x62,0x79,0x74,0x65,0x20,0x63, + 0x68,0x75,0x6E,0x6B,0x73,0x3A,0x20,0x00,0x20,0x20,0x74,0x6F, + 0x20,0x68,0x6F,0x73,0x74,0x00,0x00,0x00,0x66,0x72,0x6F,0x6D, + 0x20,0x68,0x6F,0x73,0x74,0x00,0x00,0x00,0x25,0x38,0x64,0x20, + 0x62,0x79,0x74,0x65,0x73,0x2F,0x73,0x65,0x63,0x2E,0x0A,0x00, + 0x74,0x69,0x6D,0x65,0x20,0x74,0x6F,0x6F,0x20,0x73,0x68,0x6F, + 0x72,0x74,0x20,0x74,0x6F,0x20,0x6D,0x65,0x61,0x73,0x75,0x72, + 0x65,0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x50,0x25,0x64,0x2D,0x3E,0x25,0x73,0x20, + 0x0A,0x00,0x00,0x00,0x74,0x72,0x61,0x6E,0x73,0x6D,0x69,0x74, + 0x20,0x70,0x65,0x6E,0x64,0x69,0x6E,0x67,0x20,0x6F,0x6E,0x20, + 0x25,0x64,0x0A,0x00,0x74,0x72,0x61,0x6E,0x73,0x6D,0x69,0x74, + 0x20,0x63,0x6F,0x6E,0x66,0x69,0x67,0x20,0x6F,0x6E,0x20,0x25, + 0x64,0x0A,0x00,0x00,0x74,0x72,0x61,0x6E,0x73,0x6D,0x69,0x74, + 0x20,0x74,0x63,0x6E,0x0A,0x00,0x00,0x00,0x74,0x63,0x6E,0x20, + 0x65,0x78,0x70,0x0A,0x00,0x00,0x00,0x00,0x66,0x6F,0x72,0x77, + 0x61,0x72,0x64,0x5F,0x64,0x65,0x6C,0x61,0x79,0x20,0x65,0x78, + 0x70,0x20,0x25,0x64,0x0A,0x00,0x00,0x00,0x6D,0x65,0x73,0x73, + 0x61,0x67,0x65,0x5F,0x61,0x67,0x65,0x20,0x65,0x78,0x70,0x20, + 0x25,0x64,0x0A,0x00,0x68,0x6F,0x6C,0x64,0x20,0x65,0x78,0x70, + 0x20,0x25,0x64,0x0A,0x00,0x00,0x00,0x00,0x54,0x78,0x43,0x4F, + 0x4E,0x46,0x49,0x47,0x25,0x64,0x0A,0x00,0x54,0x78,0x54,0x43, + 0x4E,0x25,0x64,0x0A,0x00,0x00,0x00,0x00,0x72,0x63,0x76,0x20, + 0x63,0x6F,0x6E,0x66,0x69,0x67,0x20,0x6F,0x6E,0x20,0x25,0x64, + 0x0A,0x00,0x00,0x00,0x5A,0x45,0x52,0x4F,0x20,0x72,0x6F,0x6F, + 0x74,0x21,0x20,0x61,0x74,0x20,0x25,0x78,0x20,0x00,0x00,0x00, + 0x73,0x75,0x70,0x65,0x72,0x63,0x65,0x64,0x65,0x73,0x20,0x25, + 0x64,0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x53,0x65,0x6E,0x64,0x20,0x55,0x44,0x50, + 0x20,0x25,0x64,0x0A,0x00,0x00,0x00,0x00,0x4E,0x6F,0x20,0x52, + 0x42,0x44,0x27,0x73,0x20,0x69,0x6E,0x20,0x55,0x44,0x50,0x20, + 0x28,0x25,0x64,0x20,0x25,0x64,0x29,0x0A,0x00,0x00,0x00,0x00, + 0x53,0x65,0x6E,0x74,0x20,0x55,0x44,0x50,0x20,0x25,0x64,0x0A, + 0x00,0x00,0x00,0x00,0x53,0x4E,0x4D,0x50,0x20,0x27,0x25,0x63, + 0x27,0x20,0x6C,0x65,0x6E,0x20,0x25,0x64,0x0A,0x00,0x00,0x00, + 0x45,0x6E,0x76,0x6F,0x79,0x20,0x72,0x63,0x3D,0x25,0x64,0x0A, + 0x00,0x00,0x00,0x00,0x42,0x61,0x64,0x20,0x55,0x44,0x50,0x20, + 0x63,0x68,0x65,0x63,0x6B,0x73,0x75,0x6D,0x20,0x25,0x78,0x20, + 0x6C,0x65,0x6E,0x20,0x25,0x64,0x0A,0x00,0x42,0x61,0x64,0x20, + 0x55,0x44,0x50,0x20,0x6C,0x65,0x6E,0x67,0x74,0x68,0x20,0x77, + 0x61,0x6E,0x74,0x20,0x25,0x64,0x20,0x67,0x6F,0x74,0x20,0x25, + 0x64,0x0A,0x00,0x00,0x42,0x61,0x64,0x20,0x49,0x43,0x4D,0x50, + 0x20,0x63,0x68,0x65,0x63,0x6B,0x73,0x75,0x6D,0x0A,0x00,0x00, + 0x4E,0x6F,0x20,0x52,0x42,0x44,0x27,0x73,0x20,0x69,0x6E,0x20, + 0x49,0x43,0x4D,0x50,0x0A,0x00,0x00,0x00,0x42,0x61,0x64,0x20, + 0x49,0x50,0x20,0x63,0x68,0x65,0x63,0x6B,0x73,0x75,0x6D,0x0A, + 0x00,0x00,0x00,0x00,0x54,0x72,0x75,0x6E,0x63,0x61,0x74,0x65, + 0x64,0x20,0x49,0x50,0x0A,0x00,0x00,0x00,0x53,0x45,0x4E,0x54, + 0x20,0x49,0x50,0x58,0x21,0x0A,0x00,0x00,0x4E,0x6F,0x20,0x52, + 0x42,0x44,0x27,0x73,0x20,0x69,0x6E,0x20,0x49,0x50,0x58,0x0A, + 0x00,0x00,0x00,0x00,0x54,0x72,0x75,0x6E,0x63,0x61,0x74,0x65, + 0x64,0x20,0x49,0x50,0x58,0x0A,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4D,0x61,0x6C,0x6C,0x6F,0x63,0x20,0x72, + 0x65,0x74,0x75,0x72,0x6E,0x73,0x20,0x4E,0x55,0x4C,0x4C,0x21, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x44,0x69,0x67,0x69,0x20,0x49,0x6E,0x74,0x6C,0x2E,0x20,0x52, + 0x69,0x67,0x68,0x74,0x53,0x77,0x69,0x74,0x63,0x68,0x20,0x53, + 0x45,0x2D,0x58,0x00,0x49,0x6E,0x74,0x65,0x6C,0x20,0x38,0x32, + 0x35,0x39,0x36,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x67,0x65,0x74,0x5F,0x73,0x6E,0x6D,0x70,0x45,0x6E,0x61,0x62, + 0x6C,0x65,0x0A,0x00,0x73,0x65,0x74,0x5F,0x73,0x6E,0x6D,0x70, + 0x45,0x6E,0x61,0x62,0x6C,0x65,0x0A,0x00,0xA8,0xC2,0x00,0x83, + 0xC4,0xC2,0x00,0x83,0xFC,0xC2,0x00,0x83,0x10,0xC3,0x00,0x83, + 0x24,0xC3,0x00,0x83,0x7C,0xC3,0x00,0x83,0xA4,0xC3,0x00,0x83, + 0xA4,0xC3,0x00,0x83,0xC4,0xC3,0x00,0x83,0xD4,0xC3,0x00,0x83, + 0xF0,0xC3,0x00,0x83,0x08,0xC4,0x00,0x83,0x24,0xC4,0x00,0x83, + 0x40,0xC4,0x00,0x83,0x5C,0xC4,0x00,0x83,0x5C,0xC4,0x00,0x83, + 0x78,0xC4,0x00,0x83,0x90,0xC4,0x00,0x83,0xAC,0xC4,0x00,0x83, + 0xC8,0xC4,0x00,0x83,0xE8,0xC4,0x00,0x83,0x10,0xC5,0x00,0x83, + 0x54,0xC7,0x00,0x83,0x88,0xC7,0x00,0x83,0xA4,0xC7,0x00,0x83, + 0xC4,0xC7,0x00,0x83,0xDC,0xC7,0x00,0x83,0x00,0x00,0x00,0x00, + 0xD0,0xC9,0x00,0x83,0xF0,0xC9,0x00,0x83,0x14,0xCA,0x00,0x83, + 0x38,0xCA,0x00,0x83,0x38,0xCA,0x00,0x83,0x00,0x00,0x00,0x00, + 0xA4,0xCB,0x00,0x83,0xB8,0xCB,0x00,0x83,0xD4,0xCB,0x00,0x83, + 0xF8,0xCB,0x00,0x83,0x28,0xCC,0x00,0x83,0x44,0xCC,0x00,0x83, + 0x74,0xCC,0x00,0x83,0x90,0xCC,0x00,0x83,0x04,0xCD,0x00,0x83, + 0x20,0xCD,0x00,0x83,0xEC,0xD1,0x00,0x83,0x08,0xD2,0x00,0x83, + 0x28,0xD2,0x00,0x83,0x44,0xD2,0x00,0x83,0x64,0xD2,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x6E,0x6F,0x20,0x73,0x79,0x73,0x43,0x6F,0x6E,0x74,0x61,0x63, + 0x74,0x00,0x00,0x00,0x6E,0x6F,0x20,0x73,0x79,0x73,0x4E,0x61, + 0x6D,0x65,0x00,0x00,0x6E,0x6F,0x20,0x73,0x79,0x73,0x4C,0x6F, + 0x63,0x61,0x74,0x69,0x6F,0x6E,0x00,0x00,0x25,0x73,0x3A,0x25, + 0x64,0x3A,0x20,0x66,0x61,0x69,0x6C,0x65,0x64,0x20,0x61,0x73, + 0x73,0x65,0x72,0x74,0x69,0x6F,0x6E,0x20,0x60,0x25,0x73,0x27, + 0x0A,0x00,0x00,0x00,0x6E,0x75,0x6D,0x72,0x65,0x67,0x73,0x20, + 0x3C,0x3D,0x20,0x4E,0x56,0x52,0x41,0x4D,0x5F,0x4E,0x52,0x45, + 0x47,0x53,0x20,0x26,0x26,0x20,0x6E,0x75,0x6D,0x72,0x65,0x67, + 0x73,0x20,0x3E,0x20,0x30,0x00,0x00,0x00,0x66,0x69,0x72,0x73, + 0x74,0x72,0x65,0x67,0x20,0x3C,0x20,0x4E,0x56,0x52,0x41,0x4D, + 0x5F,0x4E,0x52,0x45,0x47,0x53,0x20,0x26,0x26,0x20,0x66,0x69, + 0x72,0x73,0x74,0x72,0x65,0x67,0x20,0x3E,0x3D,0x20,0x30,0x00, + 0x00,0x00,0x00,0x00,0x0A,0x0D,0x45,0x52,0x52,0x4F,0x52,0x20, + 0x2D,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xDE,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0xE0,0xE5,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0xE8,0xE5,0x00,0x83,0xF4,0xE5,0x00,0x83, + 0xF4,0xE5,0x00,0x83,0xF4,0xE5,0x00,0x83,0xF4,0xE5,0x00,0x83, + 0xF4,0xE5,0x00,0x83,0xF4,0xE5,0x00,0x83,0xF4,0xE5,0x00,0x83, + 0xF4,0xE5,0x00,0x83,0xF4,0xE5,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0xE8,0xDE,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0xF4,0xE3,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x34,0xDF,0x00,0x83,0x28,0xDF,0x00,0x83,0x74,0xE1,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x14,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x50,0xE0,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0x28,0xE6,0x00,0x83,0x10,0xE5,0x00,0x83, + 0x28,0xE6,0x00,0x83,0xA4,0xE2,0x00,0x83,0x28,0xE6,0x00,0x83, + 0x28,0xE6,0x00,0x83,0xC0,0xE3,0x00,0x83,0x18,0x18,0x01,0x83, + 0xB4,0x19,0x01,0x83,0x68,0x18,0x01,0x83,0x54,0x19,0x01,0x83, + 0xD0,0x18,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83,0xB4,0x19,0x01,0x83, + 0xB4,0x19,0x01,0x83,0x60,0x19,0x01,0x83,0x3C,0x18,0x01,0x83, + 0x3C,0x18,0x01,0x83,0x3C,0x18,0x01,0x83,0x68,0x18,0x01,0x83, + 0x68,0x18,0x01,0x83,0xB4,0x19,0x01,0x83,0x3C,0x18,0x01,0x83, + 0xE4,0x1B,0x01,0x83,0xA8,0x1C,0x01,0x83,0x08,0x1C,0x01,0x83, + 0xB0,0x1C,0x01,0x83,0x38,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xA8,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83,0x60,0x1C,0x01,0x83, + 0xE4,0x1B,0x01,0x83,0xE4,0x1B,0x01,0x83,0xE4,0x1B,0x01,0x83, + 0x08,0x1C,0x01,0x83,0x08,0x1C,0x01,0x83,0xA8,0x1C,0x01,0x83, + 0xE4,0x1B,0x01,0x83,0x4C,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83, + 0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83, + 0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83, + 0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83, + 0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83,0x30,0x1F,0x01,0x83, + 0x28,0x1F,0x01,0x83,0x10,0x1F,0x01,0x83,0x20,0x1F,0x01,0x83, + 0x18,0x1F,0x01,0x83,0x10,0x1F,0x01,0x83,0x00,0x00,0x00,0x00, + 0x5C,0x20,0x01,0x83,0x64,0x20,0x01,0x83,0x64,0x20,0x01,0x83, + 0x64,0x20,0x01,0x83,0x64,0x20,0x01,0x83,0x5C,0x20,0x01,0x83, + 0x6C,0x20,0x01,0x83,0x6C,0x20,0x01,0x83,0x6C,0x20,0x01,0x83, + 0x6C,0x20,0x01,0x83,0x6C,0x20,0x01,0x83,0x5C,0x20,0x01,0x83, + 0x6C,0x20,0x01,0x83,0x00,0x00,0x00,0x00,0x04,0x26,0x01,0x83, + 0x28,0x26,0x01,0x83,0x10,0x26,0x01,0x83,0x1C,0x26,0x01,0x83, + 0x34,0x26,0x01,0x83,0x00,0x00,0x00,0x00,0x04,0x00,0x00,0x00, + 0x05,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x07,0x00,0x00,0x00, + 0x02,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x48,0x1E,0x00,0x83,0x48,0x1E,0x00,0x83, + 0xD8,0x28,0x00,0x83,0x00,0x1E,0x00,0x83,0x6C,0x1E,0x00,0x83, + 0x6C,0x1E,0x00,0x83,0x6C,0x1E,0x00,0x83,0x6C,0x1E,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xF4,0x70,0x01,0x83,0xAC,0x70,0x01,0x83, + 0x64,0x70,0x01,0x83,0x18,0x70,0x01,0x83,0xCC,0x6F,0x01,0x83, + 0x8C,0x6F,0x01,0x83,0x58,0x6F,0x01,0x83,0x14,0x6F,0x01,0x83, + 0xC8,0x6E,0x01,0x83,0x80,0x6E,0x01,0x83,0x30,0x6E,0x01,0x83, + 0xE8,0x6D,0x01,0x83,0x9C,0x6D,0x01,0x83,0x58,0x6D,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x48,0x48,0x48,0x48, + 0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48, + 0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48, + 0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48, + 0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48, + 0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48, + 0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48, + 0x48,0x00,0x00,0x00,0x00,0xFF,0x55,0xAA,0x00,0x00,0x00,0x00, + 0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x40,0x00,0x00,0x01, + 0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x04,0x03,0x02,0x01,0x00,0x00,0x00,0x07,0x00,0x00,0x00, + 0x01,0x00,0x01,0x00,0x01,0x00,0x02,0x00,0x14,0x00,0x0F,0x00, + 0x01,0x00,0x00,0x80,0x80,0x00,0x00,0x00,0x64,0x00,0x00,0x00, + 0x30,0xB3,0x01,0x83,0x2C,0xB3,0x01,0x83,0x28,0xB3,0x01,0x83, + 0x24,0xB3,0x01,0x83,0x20,0xB3,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0xE0,0xC0,0x00,0x83, + 0x44,0xBF,0x00,0x83,0xE0,0x7B,0x01,0x83,0x01,0x00,0x04,0x01, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x18,0x83,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x1C,0xC1,0x00,0x83, + 0x44,0xBF,0x00,0x83,0x98,0xB5,0x01,0x83,0x01,0x00,0x06,0x01, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x54,0x83,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x24,0xC1,0x00,0x83, + 0x44,0xBF,0x00,0x83,0x04,0x01,0x00,0xA3,0x01,0x00,0x43,0x01, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x90,0x83,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x48,0xC1,0x00,0x83, + 0x98,0xC1,0x00,0x83,0x00,0xF5,0x02,0x83,0x01,0x00,0x04,0x03, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0xCC,0x83,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x48,0xC1,0x00,0x83, + 0xC0,0xC1,0x00,0x83,0x10,0xF5,0x02,0x83,0x01,0x00,0x04,0x03, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x08,0x84,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x48,0xC1,0x00,0x83, + 0xE8,0xC1,0x00,0x83,0x20,0xF5,0x02,0x83,0x01,0x00,0x04,0x03, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x44,0x84,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x10,0xC2,0x00,0x83, + 0x44,0xBF,0x00,0x83,0x02,0x00,0x00,0x00,0x01,0x00,0x02,0x01, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x80,0x84,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x2C,0x83,0x01,0x83,0x02,0x00,0x00,0x00, + 0x68,0x83,0x01,0x83,0x03,0x00,0x00,0x00,0xA4,0x83,0x01,0x83, + 0x04,0x00,0x00,0x00,0xE0,0x83,0x01,0x83,0x05,0x00,0x00,0x00, + 0x1C,0x84,0x01,0x83,0x06,0x00,0x00,0x00,0x58,0x84,0x01,0x83, + 0x07,0x00,0x00,0x00,0x94,0x84,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0x44,0xBF,0x00,0x83,0x10,0xB6,0x01,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xFC,0x84,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x04,0x01, + 0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xEC,0xC5,0x00,0x83,0xFC,0x7B,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x01,0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0xDC,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x42,0x01, + 0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x04,0x01,0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x03,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x84,0xC6,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01, + 0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x43,0x01,0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01, + 0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x41,0x01,0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01, + 0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x41,0x01,0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01, + 0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x41,0x01,0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01, + 0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x42,0x01,0x54,0xC5,0x00,0x83,0x24,0xC2,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x06,0x01,0x54,0xC5,0x00,0x83, + 0x24,0xC2,0x00,0x83,0x4C,0xBF,0x00,0x83,0xEC,0xC5,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x38,0x85,0x01,0x83,0x02,0x00,0x00,0x00,0x60,0x85,0x01,0x83, + 0x03,0x00,0x00,0x00,0x88,0x85,0x01,0x83,0x04,0x00,0x00,0x00, + 0xB0,0x85,0x01,0x83,0x05,0x00,0x00,0x00,0xD8,0x85,0x01,0x83, + 0x06,0x00,0x00,0x00,0x00,0x86,0x01,0x83,0x07,0x00,0x00,0x00, + 0x28,0x86,0x01,0x83,0x08,0x00,0x00,0x00,0x50,0x86,0x01,0x83, + 0x09,0x00,0x00,0x00,0x78,0x86,0x01,0x83,0x0A,0x00,0x00,0x00, + 0xA0,0x86,0x01,0x83,0x0B,0x00,0x00,0x00,0xC8,0x86,0x01,0x83, + 0x0C,0x00,0x00,0x00,0xF0,0x86,0x01,0x83,0x0D,0x00,0x00,0x00, + 0x18,0x87,0x01,0x83,0x0E,0x00,0x00,0x00,0x40,0x87,0x01,0x83, + 0x0F,0x00,0x00,0x00,0x68,0x87,0x01,0x83,0x10,0x00,0x00,0x00, + 0x90,0x87,0x01,0x83,0x11,0x00,0x00,0x00,0xB8,0x87,0x01,0x83, + 0x12,0x00,0x00,0x00,0xE0,0x87,0x01,0x83,0x13,0x00,0x00,0x00, + 0x08,0x88,0x01,0x83,0x14,0x00,0x00,0x00,0x30,0x88,0x01,0x83, + 0x15,0x00,0x00,0x00,0x58,0x88,0x01,0x83,0x16,0x00,0x00,0x00, + 0x80,0x88,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0xE0,0xB3,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x10,0x85,0x01,0x83, + 0x02,0x00,0x00,0x00,0xE8,0xB3,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x10,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x02,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x88,0x89,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0xB0,0xF3,0x02,0x83, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xC4,0x89,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xB4,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x00,0x8A,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xB8,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x3C,0x8A,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xBC,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x78,0x8A,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xC0,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xB4,0x8A,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xC4,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xF0,0x8A,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xC8,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x2C,0x8B,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xCC,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x68,0x8B,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xD0,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xA4,0x8B,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xD4,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xE0,0x8B,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xD8,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x1C,0x8C,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0x44,0xBF,0x00,0x83,0xDC,0xF3,0x02,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x58,0x8C,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xE0,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x94,0x8C,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xE4,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xD0,0x8C,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xE8,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x0C,0x8D,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xEC,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x48,0x8D,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xF0,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x84,0x8D,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83,0xF4,0xF3,0x02,0x83, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xC0,0x8D,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x40,0x01,0xD4,0xBE,0x00,0x83, + 0xF8,0xC6,0x00,0x83,0x4C,0xBF,0x00,0x83,0x18,0xC8,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01, + 0xD4,0xBE,0x00,0x83,0xF8,0xC6,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0x18,0xC8,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x40,0x01,0xD4,0xBE,0x00,0x83,0xF8,0xC6,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0x18,0xC8,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0xD4,0xBE,0x00,0x83, + 0xF8,0xC6,0x00,0x83,0x4C,0xBF,0x00,0x83,0x18,0xC8,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01, + 0xD4,0xBE,0x00,0x83,0xF8,0xC6,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0x18,0xC8,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0xFC,0x8D,0x01,0x83,0x02,0x00,0x00,0x00, + 0x24,0x8E,0x01,0x83,0x03,0x00,0x00,0x00,0x4C,0x8E,0x01,0x83, + 0x04,0x00,0x00,0x00,0x74,0x8E,0x01,0x83,0x05,0x00,0x00,0x00, + 0x9C,0x8E,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0xF8,0xB3,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xB0,0xC8,0x00,0x83,0xB8,0xC8,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x40,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x04,0x8F,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x40,0x8F,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x7C,0x8F,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xB8,0x8F,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xF4,0x8F,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x30,0x90,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xB0,0xC8,0x00,0x83,0xB8,0xC8,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x40,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x6C,0x90,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xA8,0x90,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0x44,0xBF,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xE4,0x90,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x20,0x91,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0xB0,0xC8,0x00,0x83,0xB8,0xC8,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x40,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x5C,0x91,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x98,0x91,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x1C,0xC1,0x00,0x83,0x44,0xBF,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x06,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xD4,0x91,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x18,0x8F,0x01,0x83, + 0x02,0x00,0x00,0x00,0x54,0x8F,0x01,0x83,0x03,0x00,0x00,0x00, + 0x90,0x8F,0x01,0x83,0x04,0x00,0x00,0x00,0xCC,0x8F,0x01,0x83, + 0x05,0x00,0x00,0x00,0x08,0x90,0x01,0x83,0x06,0x00,0x00,0x00, + 0x44,0x90,0x01,0x83,0x07,0x00,0x00,0x00,0x80,0x90,0x01,0x83, + 0x08,0x00,0x00,0x00,0xBC,0x90,0x01,0x83,0x09,0x00,0x00,0x00, + 0xF8,0x90,0x01,0x83,0x0A,0x00,0x00,0x00,0x34,0x91,0x01,0x83, + 0x0B,0x00,0x00,0x00,0x70,0x91,0x01,0x83,0x0C,0x00,0x00,0x00, + 0xAC,0x91,0x01,0x83,0x0D,0x00,0x00,0x00,0xE8,0x91,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x08,0xB4,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x18,0xC2,0x00,0x83, + 0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x03, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x90,0x92,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0xE0,0xC0,0x00,0x83, + 0xDC,0xC8,0x00,0x83,0x00,0x00,0x00,0x00,0x01,0x00,0x04,0x03, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0xCC,0x92,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0xB0,0xC8,0x00,0x83, + 0xB8,0xC8,0x00,0x83,0x00,0x00,0x00,0x00,0x01,0x00,0x40,0x03, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x08,0x93,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x18,0xC2,0x00,0x83, + 0xDC,0xC6,0x00,0x83,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x03, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x44,0x93,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0xA4,0x92,0x01,0x83,0x02,0x00,0x00,0x00, + 0xE0,0x92,0x01,0x83,0x03,0x00,0x00,0x00,0x1C,0x93,0x01,0x83, + 0x04,0x00,0x00,0x00,0x58,0x93,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x18,0xB4,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0xF8,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xB8,0x93,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x9C,0x89,0x01,0x83,0x02,0x00,0x00,0x00,0xD8,0x89,0x01,0x83, + 0x03,0x00,0x00,0x00,0x14,0x8A,0x01,0x83,0x04,0x00,0x00,0x00, + 0x50,0x8A,0x01,0x83,0x05,0x00,0x00,0x00,0x8C,0x8A,0x01,0x83, + 0x06,0x00,0x00,0x00,0xC8,0x8A,0x01,0x83,0x07,0x00,0x00,0x00, + 0x04,0x8B,0x01,0x83,0x08,0x00,0x00,0x00,0x40,0x8B,0x01,0x83, + 0x09,0x00,0x00,0x00,0x7C,0x8B,0x01,0x83,0x0A,0x00,0x00,0x00, + 0xB8,0x8B,0x01,0x83,0x0B,0x00,0x00,0x00,0xF4,0x8B,0x01,0x83, + 0x0C,0x00,0x00,0x00,0x30,0x8C,0x01,0x83,0x0D,0x00,0x00,0x00, + 0x6C,0x8C,0x01,0x83,0x0E,0x00,0x00,0x00,0xA8,0x8C,0x01,0x83, + 0x0F,0x00,0x00,0x00,0xE4,0x8C,0x01,0x83,0x10,0x00,0x00,0x00, + 0x20,0x8D,0x01,0x83,0x11,0x00,0x00,0x00,0x5C,0x8D,0x01,0x83, + 0x12,0x00,0x00,0x00,0x98,0x8D,0x01,0x83,0x13,0x00,0x00,0x00, + 0xD4,0x8D,0x01,0x83,0x14,0x00,0x00,0x00,0x00,0xB4,0x01,0x83, + 0x15,0x00,0x00,0x00,0x10,0xB4,0x01,0x83,0x16,0x00,0x00,0x00, + 0x20,0xB4,0x01,0x83,0x17,0x00,0x00,0x00,0xCC,0x93,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x40,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xB4,0x94,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x44,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xF0,0x94,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x48,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x2C,0x95,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x4C,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x68,0x95,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x50,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xA4,0x95,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x54,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xE0,0x95,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x58,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x1C,0x96,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x5C,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x58,0x96,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x60,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x94,0x96,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x64,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xD0,0x96,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x68,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x0C,0x97,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x6C,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x48,0x97,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x70,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x84,0x97,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x74,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xC0,0x97,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x78,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xFC,0x97,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x7C,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x38,0x98,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x80,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x74,0x98,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x84,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xB0,0x98,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x88,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xEC,0x98,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x8C,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x28,0x99,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x90,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x64,0x99,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x94,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xA0,0x99,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x98,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xDC,0x99,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x9C,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x18,0x9A,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0xA0,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x54,0x9A,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0xA4,0xF3,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x90,0x9A,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0xC8,0x94,0x01,0x83,0x02,0x00,0x00,0x00,0x04,0x95,0x01,0x83, + 0x03,0x00,0x00,0x00,0x40,0x95,0x01,0x83,0x04,0x00,0x00,0x00, + 0x7C,0x95,0x01,0x83,0x05,0x00,0x00,0x00,0xB8,0x95,0x01,0x83, + 0x06,0x00,0x00,0x00,0xF4,0x95,0x01,0x83,0x07,0x00,0x00,0x00, + 0x30,0x96,0x01,0x83,0x08,0x00,0x00,0x00,0x6C,0x96,0x01,0x83, + 0x09,0x00,0x00,0x00,0xA8,0x96,0x01,0x83,0x0A,0x00,0x00,0x00, + 0xE4,0x96,0x01,0x83,0x0B,0x00,0x00,0x00,0x20,0x97,0x01,0x83, + 0x0C,0x00,0x00,0x00,0x5C,0x97,0x01,0x83,0x0D,0x00,0x00,0x00, + 0x98,0x97,0x01,0x83,0x0E,0x00,0x00,0x00,0xD4,0x97,0x01,0x83, + 0x0F,0x00,0x00,0x00,0x10,0x98,0x01,0x83,0x10,0x00,0x00,0x00, + 0x4C,0x98,0x01,0x83,0x11,0x00,0x00,0x00,0x88,0x98,0x01,0x83, + 0x12,0x00,0x00,0x00,0xC4,0x98,0x01,0x83,0x13,0x00,0x00,0x00, + 0x00,0x99,0x01,0x83,0x14,0x00,0x00,0x00,0x3C,0x99,0x01,0x83, + 0x15,0x00,0x00,0x00,0x78,0x99,0x01,0x83,0x16,0x00,0x00,0x00, + 0xB4,0x99,0x01,0x83,0x17,0x00,0x00,0x00,0xF0,0x99,0x01,0x83, + 0x18,0x00,0x00,0x00,0x2C,0x9A,0x01,0x83,0x19,0x00,0x00,0x00, + 0x68,0x9A,0x01,0x83,0x1A,0x00,0x00,0x00,0xA4,0x9A,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x20,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xA4,0x9B,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x24,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xE0,0x9B,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x28,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x1C,0x9C,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x2C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x58,0x9C,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xB0,0xC8,0x00,0x83,0x44,0xBF,0x00,0x83, + 0xDC,0x05,0x00,0xA3,0x01,0x00,0x40,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x94,0x9C,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x10,0xC2,0x00,0x83,0x44,0xBF,0x00,0x83, + 0xA1,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xD0,0x9C,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0xA8,0x9C,0x01,0x83,0x02,0x00,0x00,0x00,0xE4,0x9C,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x38,0xB4,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0xB8,0x9B,0x01,0x83,0x02,0x00,0x00,0x00, + 0xF4,0x9B,0x01,0x83,0x03,0x00,0x00,0x00,0x30,0x9C,0x01,0x83, + 0x04,0x00,0x00,0x00,0x6C,0x9C,0x01,0x83,0x05,0x00,0x00,0x00, + 0x40,0xB4,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x30,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x6C,0x9D,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x40,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xA8,0x9D,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x44,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xE4,0x9D,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x34,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x20,0x9E,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x38,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x5C,0x9E,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x3C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x98,0x9E,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x4C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xD4,0x9E,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x50,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x10,0x9F,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x54,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x4C,0x9F,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x58,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x88,0x9F,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x5C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xC4,0x9F,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x60,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x00,0xA0,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x64,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x3C,0xA0,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x68,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x78,0xA0,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x6C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xB4,0xA0,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x70,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xF0,0xA0,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x74,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x2C,0xA1,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x78,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x68,0xA1,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x7C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xA4,0xA1,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x80,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xE0,0xA1,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x84,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x1C,0xA2,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x8C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x58,0xA2,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x90,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x94,0xA2,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x94,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xD0,0xA2,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x98,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x0C,0xA3,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x9C,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x48,0xA3,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x0C,0xC9,0x00,0x83,0x44,0xBF,0x00,0x83, + 0xA0,0xF4,0x02,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x84,0xA3,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x18,0xC9,0x00,0x83,0x3C,0xC9,0x00,0x83, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xC0,0xA3,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x80,0x9D,0x01,0x83,0x02,0x00,0x00,0x00,0xBC,0x9D,0x01,0x83, + 0x03,0x00,0x00,0x00,0xF8,0x9D,0x01,0x83,0x04,0x00,0x00,0x00, + 0x34,0x9E,0x01,0x83,0x05,0x00,0x00,0x00,0x70,0x9E,0x01,0x83, + 0x06,0x00,0x00,0x00,0xAC,0x9E,0x01,0x83,0x08,0x00,0x00,0x00, + 0xE8,0x9E,0x01,0x83,0x09,0x00,0x00,0x00,0x24,0x9F,0x01,0x83, + 0x0A,0x00,0x00,0x00,0x60,0x9F,0x01,0x83,0x0B,0x00,0x00,0x00, + 0x9C,0x9F,0x01,0x83,0x0C,0x00,0x00,0x00,0xD8,0x9F,0x01,0x83, + 0x0D,0x00,0x00,0x00,0x14,0xA0,0x01,0x83,0x0E,0x00,0x00,0x00, + 0x50,0xA0,0x01,0x83,0x0F,0x00,0x00,0x00,0x8C,0xA0,0x01,0x83, + 0x10,0x00,0x00,0x00,0xC8,0xA0,0x01,0x83,0x11,0x00,0x00,0x00, + 0x04,0xA1,0x01,0x83,0x12,0x00,0x00,0x00,0x40,0xA1,0x01,0x83, + 0x13,0x00,0x00,0x00,0x7C,0xA1,0x01,0x83,0x14,0x00,0x00,0x00, + 0xB8,0xA1,0x01,0x83,0x15,0x00,0x00,0x00,0xF4,0xA1,0x01,0x83, + 0x16,0x00,0x00,0x00,0x30,0xA2,0x01,0x83,0x18,0x00,0x00,0x00, + 0x6C,0xA2,0x01,0x83,0x19,0x00,0x00,0x00,0xA8,0xA2,0x01,0x83, + 0x1A,0x00,0x00,0x00,0xE4,0xA2,0x01,0x83,0x1B,0x00,0x00,0x00, + 0x20,0xA3,0x01,0x83,0x1C,0x00,0x00,0x00,0x5C,0xA3,0x01,0x83, + 0x1D,0x00,0x00,0x00,0x98,0xA3,0x01,0x83,0x1E,0x00,0x00,0x00, + 0xD4,0xA3,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x60,0xC9,0x00,0x83, + 0x44,0xBF,0x00,0x83,0x8A,0xEF,0x02,0x83,0x01,0x00,0x04,0x01, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0xE4,0xA4,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x18,0xC2,0x00,0x83, + 0x44,0xBF,0x00,0x83,0x08,0xB6,0x01,0x83,0x01,0x00,0x02,0x01, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x20,0xA5,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83,0x10,0xC2,0x00,0x83, + 0x44,0xBF,0x00,0x83,0x02,0x00,0x00,0x00,0x01,0x00,0x02,0x01, + 0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83, + 0xE4,0x19,0x01,0x83,0x5C,0xA5,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x01,0xD4,0xBE,0x00,0x83,0x74,0xC9,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0x70,0xCA,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0xD4,0xBE,0x00,0x83, + 0x74,0xC9,0x00,0x83,0x4C,0xBF,0x00,0x83,0x70,0xCA,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x06,0x01, + 0xD4,0xBE,0x00,0x83,0x74,0xC9,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0x70,0xCA,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x41,0x01,0xD4,0xBE,0x00,0x83,0x74,0xC9,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0x70,0xCA,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01,0xD4,0xBE,0x00,0x83, + 0x74,0xC9,0x00,0x83,0x4C,0xBF,0x00,0x83,0x70,0xCA,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x98,0xA5,0x01,0x83,0x02,0x00,0x00,0x00,0xC0,0xA5,0x01,0x83, + 0x03,0x00,0x00,0x00,0xE8,0xA5,0x01,0x83,0x04,0x00,0x00,0x00, + 0x10,0xA6,0x01,0x83,0x05,0x00,0x00,0x00,0x38,0xA6,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x60,0xB4,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0xF8,0xA4,0x01,0x83,0x02,0x00,0x00,0x00, + 0x34,0xA5,0x01,0x83,0x03,0x00,0x00,0x00,0x70,0xA5,0x01,0x83, + 0x04,0x00,0x00,0x00,0x68,0xB4,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x10,0xC2,0x00,0x83,0x44,0xBF,0x00,0x83,0x03,0x00,0x00,0x00, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xC8,0xA6,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0xDC,0xC6,0x00,0x83,0x88,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x04,0xA7,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x14,0xCB,0x00,0x83,0x44,0xBF,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x43,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x40,0xA7,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x14,0xCB,0x00,0x83,0x44,0xBF,0x00,0x83,0x00,0x00,0x00,0x00, + 0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x7C,0xA7,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x1C,0xCB,0x00,0x83,0x44,0xBF,0x00,0x83,0x88,0xEF,0x02,0x83, + 0x01,0x00,0x04,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xB8,0xA7,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0x44,0xBF,0x00,0x83,0x90,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xF4,0xA7,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x18,0xC2,0x00,0x83,0x44,0xBF,0x00,0x83,0x94,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x30,0xA8,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0x44,0xBF,0x00,0x83,0x98,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x6C,0xA8,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0x44,0xBF,0x00,0x83,0x9A,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xA8,0xA8,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0x44,0xBF,0x00,0x83,0xA6,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xE4,0xA8,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0x44,0xBF,0x00,0x83,0x9C,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x01,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x20,0xA9,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0xDC,0xC6,0x00,0x83,0x9E,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x5C,0xA9,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0xDC,0xC6,0x00,0x83,0xA0,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0x98,0xA9,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83,0x64,0x10,0x01,0x83, + 0x08,0xCB,0x00,0x83,0xDC,0xC6,0x00,0x83,0xA2,0xEF,0x02,0x83, + 0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83,0xA0,0x1A,0x01,0x83, + 0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83,0xD4,0xA9,0x01,0x83, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0x60,0xCD,0x00,0x83, + 0x30,0xCB,0x00,0x83,0x4C,0xBF,0x00,0x83,0x14,0xCE,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x03, + 0x60,0xCD,0x00,0x83,0x30,0xCB,0x00,0x83,0xAC,0xCE,0x00,0x83, + 0x14,0xCE,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x01,0x60,0xCD,0x00,0x83,0x30,0xCB,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0x14,0xCE,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x03,0x60,0xCD,0x00,0x83, + 0x30,0xCB,0x00,0x83,0xAC,0xCE,0x00,0x83,0x14,0xCE,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x03, + 0x60,0xCD,0x00,0x83,0x30,0xCB,0x00,0x83,0xAC,0xCE,0x00,0x83, + 0x14,0xCE,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x04,0x01,0x60,0xCD,0x00,0x83,0x30,0xCB,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0x14,0xCE,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0x60,0xCD,0x00,0x83, + 0x30,0xCB,0x00,0x83,0x4C,0xBF,0x00,0x83,0x14,0xCE,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x04,0x01, + 0x60,0xCD,0x00,0x83,0x30,0xCB,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0x14,0xCE,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x04,0x01,0x60,0xCD,0x00,0x83,0x30,0xCB,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0x14,0xCE,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01,0x60,0xCD,0x00,0x83, + 0x30,0xCB,0x00,0x83,0x4C,0xBF,0x00,0x83,0x14,0xCE,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x10,0xAA,0x01,0x83,0x02,0x00,0x00,0x00,0x38,0xAA,0x01,0x83, + 0x03,0x00,0x00,0x00,0x60,0xAA,0x01,0x83,0x04,0x00,0x00,0x00, + 0x88,0xAA,0x01,0x83,0x05,0x00,0x00,0x00,0xB0,0xAA,0x01,0x83, + 0x06,0x00,0x00,0x00,0xD8,0xAA,0x01,0x83,0x07,0x00,0x00,0x00, + 0x00,0xAB,0x01,0x83,0x08,0x00,0x00,0x00,0x28,0xAB,0x01,0x83, + 0x09,0x00,0x00,0x00,0x50,0xAB,0x01,0x83,0x0A,0x00,0x00,0x00, + 0x78,0xAB,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x78,0xB4,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xDC,0xA6,0x01,0x83, + 0x02,0x00,0x00,0x00,0x18,0xA7,0x01,0x83,0x03,0x00,0x00,0x00, + 0x54,0xA7,0x01,0x83,0x04,0x00,0x00,0x00,0x90,0xA7,0x01,0x83, + 0x05,0x00,0x00,0x00,0xCC,0xA7,0x01,0x83,0x06,0x00,0x00,0x00, + 0x08,0xA8,0x01,0x83,0x07,0x00,0x00,0x00,0x44,0xA8,0x01,0x83, + 0x08,0x00,0x00,0x00,0x80,0xA8,0x01,0x83,0x09,0x00,0x00,0x00, + 0xBC,0xA8,0x01,0x83,0x0A,0x00,0x00,0x00,0xF8,0xA8,0x01,0x83, + 0x0B,0x00,0x00,0x00,0x34,0xA9,0x01,0x83,0x0C,0x00,0x00,0x00, + 0x70,0xA9,0x01,0x83,0x0D,0x00,0x00,0x00,0xAC,0xA9,0x01,0x83, + 0x0E,0x00,0x00,0x00,0xE8,0xA9,0x01,0x83,0x0F,0x00,0x00,0x00, + 0x80,0xB4,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0xEC,0xC6,0x00,0x83,0x44,0xBF,0x00,0x83, + 0x70,0xB6,0x01,0x83,0x01,0x00,0x41,0x01,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0x90,0xAC,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xB0,0xBE,0x00,0x83, + 0x64,0x10,0x01,0x83,0x18,0xC2,0x00,0x83,0xDC,0xC6,0x00,0x83, + 0x8C,0x01,0x00,0xA3,0x01,0x00,0x02,0x03,0xF0,0x16,0x01,0x83, + 0xA0,0x1A,0x01,0x83,0x70,0x1B,0x01,0x83,0xE4,0x19,0x01,0x83, + 0xCC,0xAC,0x01,0x83,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x04,0x01, + 0xD4,0xBE,0x00,0x83,0xD0,0xCF,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xDC,0xD0,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x01,0xD4,0xBE,0x00,0x83,0xD0,0xCF,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xDC,0xD0,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01,0xD4,0xBE,0x00,0x83, + 0xD0,0xCF,0x00,0x83,0x4C,0xBF,0x00,0x83,0xDC,0xD0,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x08,0xAD,0x01,0x83,0x02,0x00,0x00,0x00,0x30,0xAD,0x01,0x83, + 0x03,0x00,0x00,0x00,0x58,0xAD,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x98,0xB4,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x02,0x01, + 0xD4,0xBE,0x00,0x83,0x80,0xD1,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xA8,0xD2,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x02,0x01,0xD4,0xBE,0x00,0x83,0x80,0xD1,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xA8,0xD2,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01,0xD4,0xBE,0x00,0x83, + 0x80,0xD1,0x00,0x83,0x4C,0xBF,0x00,0x83,0xA8,0xD2,0x00,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x41,0x01, + 0xD4,0xBE,0x00,0x83,0x80,0xD1,0x00,0x83,0x4C,0xBF,0x00,0x83, + 0xA8,0xD2,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x41,0x01,0xD4,0xBE,0x00,0x83,0x80,0xD1,0x00,0x83, + 0x4C,0xBF,0x00,0x83,0xA8,0xD2,0x00,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xB0,0xAD,0x01,0x83, + 0x02,0x00,0x00,0x00,0xD8,0xAD,0x01,0x83,0x03,0x00,0x00,0x00, + 0x00,0xAE,0x01,0x83,0x04,0x00,0x00,0x00,0x28,0xAE,0x01,0x83, + 0x05,0x00,0x00,0x00,0x50,0xAE,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xA8,0xB4,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0xA4,0xAC,0x01,0x83,0x02,0x00,0x00,0x00,0xE0,0xAC,0x01,0x83, + 0x03,0x00,0x00,0x00,0xA0,0xB4,0x01,0x83,0x04,0x00,0x00,0x00, + 0xB0,0xB4,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x70,0xB4,0x01,0x83,0x02,0x00,0x00,0x00, + 0x88,0xB4,0x01,0x83,0x03,0x00,0x00,0x00,0x90,0xB4,0x01,0x83, + 0x04,0x00,0x00,0x00,0xB8,0xB4,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xD8,0xB3,0x01,0x83, + 0x02,0x00,0x00,0x00,0xF0,0xB3,0x01,0x83,0x04,0x00,0x00,0x00, + 0x28,0xB4,0x01,0x83,0x05,0x00,0x00,0x00,0x30,0xB4,0x01,0x83, + 0x07,0x00,0x00,0x00,0x48,0xB4,0x01,0x83,0x0A,0x00,0x00,0x00, + 0x50,0xB4,0x01,0x83,0x0B,0x00,0x00,0x00,0x58,0xB4,0x01,0x83, + 0x11,0x00,0x00,0x00,0xC0,0xB4,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xC8,0xB4,0x01,0x83, + 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,0xE0,0xB4,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,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,0xF8,0xB4,0x01,0x83, + 0x02,0x00,0x00,0x00,0x00,0xB5,0x01,0x83,0x03,0x00,0x00,0x00, + 0x08,0xB5,0x01,0x83,0x04,0x00,0x00,0x00,0x10,0xB5,0x01,0x83, + 0x05,0x00,0x00,0x00,0x18,0xB5,0x01,0x83,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, + 0x28,0xB5,0x01,0x83,0x02,0x00,0x00,0x00,0x30,0xB5,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x38,0xB5,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x20,0xB5,0x01,0x83,0x02,0x00,0x00,0x00,0x40,0xB5,0x01,0x83, + 0x03,0x00,0x00,0x00,0x48,0xB5,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xD0,0xB3,0x01,0x83, + 0x02,0x00,0x00,0x00,0xD0,0xB4,0x01,0x83,0x03,0x00,0x00,0x00, + 0xD8,0xB4,0x01,0x83,0x04,0x00,0x00,0x00,0xE8,0xB4,0x01,0x83, + 0x05,0x00,0x00,0x00,0xF0,0xB4,0x01,0x83,0x06,0x00,0x00,0x00, + 0x50,0xB5,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x58,0xB5,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x60,0xB5,0x01,0x83, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00, + 0x68,0xB5,0x01,0x83,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x70,0xB5,0x01,0x83,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x70,0x75,0x62,0x6C,0x69,0x63,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x70,0x72,0x69,0x76,0x61,0x74,0x65,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x53,0x4E,0x4D,0x50, + 0x5F,0x74,0x72,0x61,0x70,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,0x03,0x00,0x00,0x00, + 0x06,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x04,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x4C,0x01,0x00,0x00,0x05,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37, + 0x38,0x39,0x41,0x42,0x43,0x44,0x45,0x46,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xFF,0x55,0xAA,0x00,0xFF,0xFF,0xFF,0xFF,0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x28,0x23,0x29, + 0x20,0x43,0x6F,0x70,0x79,0x72,0x69,0x67,0x68,0x74,0x20,0x28, + 0x63,0x29,0x20,0x31,0x39,0x38,0x36,0x20,0x2D,0x20,0x31,0x39, + 0x39,0x35,0x20,0x20,0x45,0x70,0x69,0x6C,0x6F,0x67,0x75,0x65, + 0x20,0x54,0x65,0x63,0x68,0x6E,0x6F,0x6C,0x6F,0x67,0x79,0x20, + 0x43,0x6F,0x72,0x70,0x6F,0x72,0x61,0x74,0x69,0x6F,0x6E,0x0A, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x48,0x0A,0x00,0x00, + 0x4E,0x0A,0x00,0x00,0x53,0x0A,0x00,0x00,0x45,0x0A,0x00,0x00, + 0xFF,0xFF,0xFF,0xFF,0x6D,0x61,0x69,0x6E,0x2E,0x63,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x74,0x69,0x6D,0x65,0x72,0x2E,0x63,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00, + 0x64,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0x72,0x63,0x20,0x00,0x00,0x00,0x00,0x20,0x00,0x00,0x00, + 0x64,0x73,0x74,0x20,0x00,0x00,0x00,0x00,0x20,0x25,0x30,0x32, + 0x58,0x00,0x00,0x00,0x0A,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF, + 0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x30,0x30,0x30,0x30, + 0x30,0x31,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x20,0x00,0x00, + 0x25,0x78,0x0A,0x00,0x25,0x78,0x3A,0x09,0x25,0x78,0x0A,0x00, + 0x25,0x73,0x0A,0x00,0x00,0x00,0x00,0x00,0x0A,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x44,0x55,0x4D,0x50, + 0x0A,0x00,0x00,0x00,0x25,0x30,0x32,0x78,0x20,0x00,0x00,0x00, + 0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x25,0x64,0x20,0x70, + 0x70,0x73,0x0A,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x77,0x77,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x80,0xC2,0x00,0x00,0x00,0x00,0x00, + 0x01,0x80,0xC2,0x00,0x00,0x10,0x00,0x00,0x42,0x4C,0x4B,0x00, + 0x46,0x57,0x44,0x00,0x4C,0x52,0x4E,0x00,0x4C,0x49,0x53,0x00, + 0x44,0x49,0x53,0x00,0x48,0x45,0x4C,0x4C,0x4F,0x0A,0x00,0x00, + 0x74,0x63,0x20,0x65,0x78,0x70,0x0A,0x00,0x66,0x72,0x6F,0x6D, + 0x20,0x00,0x00,0x00,0x0A,0x00,0x00,0x00,0x57,0x65,0x69,0x72, + 0x64,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x50,0x41,0x44,0x25,0x64,0x0A,0x00,0x00,0xAA,0xAA,0x03,0x00, + 0x00,0x00,0x00,0x00,0x53,0x45,0x4E,0x54,0x21,0x0A,0x00,0x00, + 0x55,0x44,0x50,0x0A,0x00,0x00,0x00,0x00,0x49,0x43,0x4D,0x50, + 0x0A,0x00,0x00,0x00,0x45,0x43,0x48,0x4F,0x0A,0x00,0x00,0x00, + 0x49,0x50,0x0A,0x00,0xFF,0xFF,0xFF,0xFF,0xAA,0xAA,0x03,0x00, + 0x00,0x00,0x00,0x00,0x49,0x50,0x58,0x21,0x0A,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,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,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x83,0x01,0x83, + 0x00,0x00,0x00,0x00,0xBC,0x84,0x01,0x83,0x00,0x00,0x00,0x00, + 0xA8,0x88,0x01,0x83,0x00,0x00,0x00,0x00,0x60,0x89,0x01,0x83, + 0x00,0x00,0x00,0x00,0x70,0x89,0x01,0x83,0x00,0x00,0x00,0x00, + 0xC4,0x8E,0x01,0x83,0x00,0x00,0x00,0x00,0xF4,0x8E,0x01,0x83, + 0x00,0x00,0x00,0x00,0x10,0x92,0x01,0x83,0x00,0x00,0x00,0x00, + 0x80,0x92,0x01,0x83,0x00,0x00,0x00,0x00,0x80,0x93,0x01,0x83, + 0x00,0x00,0x00,0x00,0xA8,0x93,0x01,0x83,0x00,0x00,0x00,0x00, + 0xF4,0x93,0x01,0x83,0x00,0x00,0x00,0x00,0xCC,0x9A,0x01,0x83, + 0x00,0x00,0x00,0x00,0x0C,0x9D,0x01,0x83,0x00,0x00,0x00,0x00, + 0x24,0x9D,0x01,0x83,0x00,0x00,0x00,0x00,0x34,0x9D,0x01,0x83, + 0x00,0x00,0x00,0x00,0x64,0x9D,0x01,0x83,0x00,0x00,0x00,0x00, + 0xFC,0xA3,0x01,0x83,0x00,0x00,0x00,0x00,0x60,0xA6,0x01,0x83, + 0x00,0x00,0x00,0x00,0x90,0xA6,0x01,0x83,0x00,0x00,0x00,0x00, + 0xA0,0xA6,0x01,0x83,0x00,0x00,0x00,0x00,0xA0,0xAB,0x01,0x83, + 0x00,0x00,0x00,0x00,0xF8,0xAB,0x01,0x83,0x00,0x00,0x00,0x00, + 0x08,0xAC,0x01,0x83,0x00,0x00,0x00,0x00,0x88,0xAC,0x01,0x83, + 0x00,0x00,0x00,0x00,0x80,0xAD,0x01,0x83,0x00,0x00,0x00,0x00, + 0xA0,0xAD,0x01,0x83,0x00,0x00,0x00,0x00,0x78,0xAE,0x01,0x83, + 0x00,0x00,0x00,0x00,0xA8,0xAE,0x01,0x83,0x00,0x00,0x00,0x00, + 0xB8,0xAE,0x01,0x83,0x00,0x00,0x00,0x00,0xE0,0xAE,0x01,0x83, + 0x00,0x00,0x00,0x00,0x08,0xAF,0x01,0x83,0x00,0x00,0x00,0x00, + 0x50,0xAF,0x01,0x83,0x00,0x00,0x00,0x00,0x60,0xAF,0x01,0x83, + 0x00,0x00,0x00,0x00,0x68,0xAF,0x01,0x83,0x00,0x00,0x00,0x00, + 0x70,0xAF,0x01,0x83,0x00,0x00,0x00,0x00,0x80,0xAF,0x01,0x83, + 0x00,0x00,0x00,0x00,0x88,0xAF,0x01,0x83,0x00,0x00,0x00,0x00, + 0x90,0xAF,0x01,0x83,0x00,0x00,0x00,0x00,0x98,0xAF,0x01,0x83, + 0x00,0x00,0x00,0x00,0xA0,0xAF,0x01,0x83,0x00,0x00,0x00,0x00, + 0xA8,0xAF,0x01,0x83,0x00,0x00,0x00,0x00,0xB0,0xAF,0x01,0x83, + 0x00,0x00,0x00,0x00,0xE0,0xAF,0x01,0x83,0x00,0x00,0x00,0x00, + 0xE8,0xAF,0x01,0x83,0x00,0x00,0x00,0x00,0xF0,0xAF,0x01,0x83, + 0x00,0x00,0x00,0x00,0x08,0xB0,0x01,0x83,0x00,0x00,0x00,0x00, + 0x18,0xB0,0x01,0x83,0x00,0x00,0x00,0x00,0x20,0xB0,0x01,0x83, + 0x00,0x00,0x00,0x00,0x40,0xB0,0x01,0x83,0x00,0x00,0x00,0x00, + 0x78,0xB0,0x01,0x83,0x00,0x00,0x00,0x00,0x88,0xB0,0x01,0x83, + 0x00,0x00,0x00,0x00,0x98,0xB0,0x01,0x83,0x00,0x00,0x00,0x00, + 0xA8,0xB0,0x01,0x83,0xFF,0xFF,0xFF,0x00,0x73,0x65,0x74,0x5F, + 0x69,0x70,0x0A,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, + 0x0A,0x00,0x00,0x00,0x0A,0x00,0x00,0x00,0x30,0xB1,0x01,0x83, + 0xFF,0xFF,0xFF,0xFF,0x6E,0x76,0x72,0x61,0x6D,0x2E,0x63,0x00, + 0x72,0x63,0x00,0x00,0x30,0x78,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 + } ; +int dgrs_ncode = 112064 ; diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_i82596.h linux/drivers/net/dgrs_i82596.h --- v1.3.91/linux/drivers/net/dgrs_i82596.h Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_i82596.h Sat Apr 20 11:22:02 1996 @@ -0,0 +1,461 @@ +/* + * i82596 ethernet controller bits and structures (little endian) + * + * $Id: i82596.h,v 1.7 1996/03/18 15:31:47 rick Exp $ + */ + +/************************************************************************/ +/* */ +/* PORT commands (p. 4-20). The least significant nibble is one */ +/* of these commands, the rest of the command is a memory address */ +/* aligned on a 16 byte boundary. Note that port commands must */ +/* be written to the PORT address and the PORT address+2 with two */ +/* halfword writes. Write the LSH first to PORT, then the MSH to */ +/* PORT+2. Blame Intel. */ +/* */ +/************************************************************************/ +#define I596_PORT_RESET 0x0 /* Reset. Wait 5 SysClks & 10 TxClks */ +#define I596_PORT_SELFTEST 0x1 /* Do a selftest */ +#define I596_PORT_SCP_ADDR 0x2 /* Set new SCP address */ +#define I596_PORT_DUMP 0x3 /* Dump internal data structures */ + +/* + * I596_ST: Selftest results (p. 4-21) + */ +typedef volatile struct +{ + ulong signature; /* ROM checksum */ + ulong result; /* Selftest results: non-zero is a failure */ +} I596_ST; + +#define I596_ST_SELFTEST_FAIL 0x1000 /* Selftest Failed */ +#define I596_ST_DIAGNOSE_FAIL 0x0020 /* Diagnose Failed */ +#define I596_ST_BUSTIMER_FAIL 0x0010 /* Bus Timer Failed */ +#define I596_ST_REGISTER_FAIL 0x0008 /* Register Failed */ +#define I596_ST_ROM_FAIL 0x0004 /* ROM Failed */ + +/* + * I596_DUMP: Dump results + */ +typedef volatile struct +{ + ulong dump[77]; +} I596_DUMP; + +/************************************************************************/ +/* */ +/* I596_TBD: Transmit Buffer Descriptor (p. 4-59) */ +/* */ +/************************************************************************/ +typedef volatile struct _I596_TBD +{ + ulong count; + vol struct _I596_TBD *next; + uchar *buf; + ushort unused1; + ushort unused2; +} I596_TBD; + +#define I596_TBD_NOLINK ((I596_TBD *) 0xffffffff) +#define I596_TBD_EOF 0x8000 +#define I596_TBD_COUNT_MASK 0x3fff + +/************************************************************************/ +/* */ +/* I596_TFD: Transmit Frame Descriptor (p. 4-56) */ +/* a.k.a. I596_CB_XMIT */ +/* */ +/************************************************************************/ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; + I596_TBD *tbdp; + ulong count; /* for speed */ + uchar addr[6]; +#if 1 /* We don't use these */ + ushort len; + uchar data[1]; +#endif +} I596_TFD; + +#define I596_TFD_NOCRC 0x0010 /* cmd: No CRC insertion */ +#define I596_TFD_FLEX 0x0008 /* cmd: Flexible mode */ + +/************************************************************************/ +/* */ +/* I596_RBD: Receive Buffer Descriptor (p. 4-84) */ +/* */ +/************************************************************************/ +typedef volatile struct _I596_RBD +{ +#if INTEL_RENTENTIVE + ushort count; /* Length of data in buf */ + ushort offset; +#else + ulong count; /* Length of data in buf */ +#endif + vol struct _I596_RBD *next; /* Next buffer descriptor in list */ + uchar *buf; /* Data buffer */ +#if INTEL_RENTENTIVE + ushort size; /* Size of buf (constant) */ + ushort zero; +#else + ulong size; /* Size of buf (constant) */ +#endif + /* application defined data */ + uchar chan; + uchar refcnt; + ushort len; +} I596_RBD; + +#define I596_RBD_NOLINK ((I596_RBD *) 0xffffffff) +#define I596_RBD_EOF 0x8000 /* This is last buffer in a frame */ +#define I596_RBD_F 0x4000 /* The actual count is valid */ + +#define I596_RBD_EL 0x8000 /* Last buffer in list */ + +/************************************************************************/ +/* */ +/* I596_RFD: Receive Frame Descriptor (p. 4-79) */ +/* */ +/************************************************************************/ +typedef volatile struct _I596_RFD +{ + ushort status; + ushort cmd; + vol struct _I596_RFD *next; + vol struct _I596_RBD *rbdp; + ushort count; /* Len of data in RFD: always 0 */ + ushort size; /* Size of RFD buffer: always 0 */ +# if 1 /* We don't use these */ + uchar addr[6]; + ushort len; + uchar data[1]; +# endif +} I596_RFD; + +#define I596_RFD_C 0x8000 /* status: frame complete */ +#define I596_RFD_B 0x4000 /* status: frame busy or waiting */ +#define I596_RFD_OK 0x2000 /* status: frame OK */ +#define I596_RFD_ERR_LENGTH 0x1000 /* status: length error */ +#define I596_RFD_ERR_CRC 0x0800 /* status: CRC error */ +#define I596_RFD_ERR_ALIGN 0x0400 /* status: alignment error */ +#define I596_RFD_ERR_NOBUFS 0x0200 /* status: resource error */ +#define I596_RFD_ERR_DMA 0x0100 /* status: DMA error */ +#define I596_RFD_ERR_SHORT 0x0080 /* status: too short error */ +#define I596_RFD_NOMATCH 0x0002 /* status: IA was not matched */ +#define I596_RFD_COLLISION 0x0001 /* status: collision during receive */ + +#define I596_RFD_EL 0x8000 /* cmd: end of RFD list */ +#define I596_RFD_FLEX 0x0008 /* cmd: Flexible mode */ +#define I596_RFD_EOF 0x8000 /* count: last buffer in the frame */ +#define I596_RFD_F 0x4000 /* count: The actual count is valid */ + +/************************************************************************/ +/* */ +/* Commands */ +/* */ +/************************************************************************/ + + /* values for cmd halfword in all the structs below */ +#define I596_CB_CMD 0x07 /* CB COMMANDS */ +#define I596_CB_CMD_NOP 0 +#define I596_CB_CMD_IA 1 +#define I596_CB_CMD_CONF 2 +#define I596_CB_CMD_MCAST 3 +#define I596_CB_CMD_XMIT 4 +#define I596_CB_CMD_TDR 5 +#define I596_CB_CMD_DUMP 6 +#define I596_CB_CMD_DIAG 7 + +#define I596_CB_CMD_EL 0x8000 /* CB is last in linked list */ +#define I596_CB_CMD_S 0x4000 /* Suspend after execution */ +#define I596_CB_CMD_I 0x2000 /* cause interrupt */ + + /* values for the status halfword in all the struct below */ +#define I596_CB_STATUS 0xF000 /* All four status bits */ +#define I596_CB_STATUS_C 0x8000 /* Command complete */ +#define I596_CB_STATUS_B 0x4000 /* Command busy executing */ +#define I596_CB_STATUS_C_OR_B 0xC000 /* Command complete or busy */ +#define I596_CB_STATUS_OK 0x2000 /* Command complete, no errors */ +#define I596_CB_STATUS_A 0x1000 /* Command busy executing */ + +#define I596_CB_NOLINK ((I596_CB *) 0xffffffff) + +/* + * I596_CB_NOP: NOP Command (p. 4-34) + */ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; +} I596_CB_NOP; + +/* + * Same as above, but command and status in one ulong for speed + */ +typedef volatile struct +{ + ulong csr; + union _I596_CB *next; +} I596_CB_FAST; +#define FASTs(X) (X) +#define FASTc(X) ((X)<<16) + +/* + * I596_CB_IA: Individual (MAC) Address Command (p. 4-35) + */ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; + uchar addr[6]; +} I596_CB_IA; + +/* + * I596_CB_CONF: Configure Command (p. 4-37) + */ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; + uchar conf[14]; +} I596_CB_CONF; + +#define I596_CONF0_P 0x80 /* Enable RBD Prefetch Bit */ +#define I596_CONF0_COUNT 14 /* Count of configuration bytes */ + +#define I596_CONF1_MON_OFF 0xC0 /* Monitor mode: Monitor off */ +#define I596_CONF1_MON_ON 0x80 /* Monitor mode: Monitor on */ +#define I596_CONF1_TxFIFO(W) (W) /* TxFIFO trigger, in words */ + +#define I596_CONF2_SAVEBF 0x80 /* Save bad frames */ + +#define I596_CONF3_ADDRLEN(B) (B) /* Address length */ +#define I596_CONF3_NOSRCINSERT 0x08 /* Do not insert source address */ +#define I596_CONF3_PREAMBLE8 0x20 /* 8 byte preamble */ +#define I596_CONF3_LOOPOFF 0x00 /* Loopback: Off */ +#define I596_CONF3_LOOPINT 0x40 /* Loopback: internal */ +#define I596_CONF3_LOOPEXT 0xC0 /* Loopback: external */ + +#define I596_CONF4_LINPRI(ST) (ST) /* Linear priority: slot times */ +#define I596_CONF4_EXPPRI(ST) (ST) /* Exponential priority: slot times */ +#define I596_CONF4_IEEE_BOM 0 /* IEEE 802.3 backoff method */ + +#define I596_CONF5_IFS(X) (X) /* Interframe spacing in clocks */ + +#define I596_CONF6_ST_LOW(X) (X&255) /* Slot time, low byte */ + +#define I596_CONF7_ST_HI(X) (X>>8) /* Slot time, high bits */ +#define I596_CONF7_RETRY(X) (X<<4) /* Max retry number */ + +#define I596_CONF8_PROMISC 0x01 /* Rcv all frames */ +#define I596_CONF8_NOBROAD 0x02 +#define I596_CONF8_MANCHESTER 0x04 +#define I596_CONF8_TxNOCRS 0x08 +#define I596_CONF8_NOCRC 0x10 +#define I596_CONF8_CRC_CCITT 0x20 +#define I596_CONF8_BITSTUFFING 0x40 +#define I596_CONF8_PADDING 0x80 + +#define I596_CONF9_CSFILTER(X) (X) +#define I596_CONF9_CSINT(X) 0x08 +#define I596_CONF9_CDFILTER(X) (X<<4) +#define I596_CONF9_CDINT(X) 0x80 + +#define I596_CONF10_MINLEN(X) (X) /* Minimum frame length */ + +#define I596_CONF11_PRECRS_ 0x01 /* Preamble before carrier sense */ +#define I596_CONF11_LNGFLD_ 0x02 /* Padding in End of Carrier */ +#define I596_CONF11_CRCINM_ 0x04 /* CRC in memory */ +#define I596_CONF11_AUTOTX 0x08 /* Auto retransmit */ +#define I596_CONF11_CSBSAC_ 0x10 /* Collision detect by src addr cmp. */ +#define I596_CONF11_MCALL_ 0x20 /* Multicast all */ + +#define I596_CONF13_RESERVED 0x3f /* Reserved: must be ones */ +#define I596_CONF13_MULTIA 0x40 /* Enable multiple addr. reception */ +#define I596_CONF13_DISBOF 0x80 /* Disable backoff algorithm */ +/* + * I596_CB_MCAST: Multicast-Setup Command (p. 4-54) + */ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; + ushort count; /* Number of 6-byte addrs that follow */ + uchar addr[6][1]; +} I596_CB_MCAST; + +/* + * I596_CB_XMIT: Transmit Command (p. 4-56) + */ +typedef I596_TFD I596_CB_XMIT; + +#define I596_CB_XMIT_NOCRC 0x0010 /* cmd: No CRC insertion */ +#define I596_CB_XMIT_FLEX 0x0008 /* cmd: Flexible memory mode */ + +#define I596_CB_XMIT_ERR_LATE 0x0800 /* status: error: late collision */ +#define I596_CB_XMIT_ERR_NOCRS 0x0400 /* status: error: no carriers sense */ +#define I596_CB_XMIT_ERR_NOCTS 0x0200 /* status: error: loss of CTS */ +#define I596_CB_XMIT_ERR_UNDER 0x0100 /* status: error: DMA underrun */ +#define I596_CB_XMIT_ERR_MAXCOL 0x0020 /* status: error: maximum collisions */ +#define I596_CB_XMIT_COLLISIONS 0x000f /* status: number of collisions */ + +/* + * I596_CB_TDR: Time Domain Reflectometry Command (p. 4-63) + */ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; + ushort time; +} I596_CB_TDR; + +/* + * I596_CB_DUMP: Dump Command (p. 4-65) + */ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; + uchar *buf; +} I596_CB_DUMP; + +/* + * I596_CB_DIAG: Diagnose Command (p. 4-77) + */ +typedef volatile struct +{ + ushort status; + ushort cmd; + union _I596_CB *next; +} I596_CB_DIAG; + +/* + * I596_CB: Command Block + */ +typedef union _I596_CB +{ + I596_CB_NOP nop; + I596_CB_IA ia; + I596_CB_CONF conf; + I596_CB_MCAST mcast; + I596_CB_XMIT xmit; + I596_CB_TDR tdr; + I596_CB_DUMP dump; + I596_CB_DIAG diag; + + /* command and status in one ulong for speed... */ + I596_CB_FAST fast; +} I596_CB; + +/************************************************************************/ +/* */ +/* I596_SCB: System Configuration Block (p. 4-26) */ +/* */ +/************************************************************************/ +typedef volatile struct +{ + volatile ushort status; /* Status word */ + volatile ushort cmd; /* Command word */ + I596_CB *cbp; + I596_RFD *rfdp; + ulong crc_errs; + ulong align_errs; + ulong resource_errs; + ulong overrun_errs; + ulong rcvcdt_errs; + ulong short_errs; + ushort toff; + ushort ton; +} I596_SCB; + + /* cmd halfword values */ +#define I596_SCB_ACK 0xF000 /* ACKNOWLEDGMENTS */ +#define I596_SCB_ACK_CX 0x8000 /* Ack command completion */ +#define I596_SCB_ACK_FR 0x4000 /* Ack recieved frame */ +#define I596_SCB_ACK_CNA 0x2000 /* Ack command unit not active */ +#define I596_SCB_ACK_RNR 0x1000 /* Ack rcv unit not ready */ +#define I596_SCB_ACK_ALL 0xF000 /* Ack everything */ + +#define I596_SCB_CUC 0x0700 /* COMMAND UNIT COMMANDS */ +#define I596_SCB_CUC_NOP 0x0000 /* No operation */ +#define I596_SCB_CUC_START 0x0100 /* Start execution of first CB */ +#define I596_SCB_CUC_RESUME 0x0200 /* Resume execution */ +#define I596_SCB_CUC_SUSPEND 0x0300 /* Suspend after current CB */ +#define I596_SCB_CUC_ABORT 0x0400 /* Abort current CB immediately */ +#define I596_SCB_CUC_LOAD 0x0500 /* Load Bus throttle timers */ +#define I596_SCB_CUC_LOADIMM 0x0600 /* Load Bus throttle timers, now */ + +#define I596_SCB_RUC 0x0070 /* RECEIVE UNIT COMMANDS */ +#define I596_SCB_RUC_NOP 0x0000 /* No operation */ +#define I596_SCB_RUC_START 0x0010 /* Start reception */ +#define I596_SCB_RUC_RESUME 0x0020 /* Resume reception */ +#define I596_SCB_RUC_SUSPEND 0x0030 /* Suspend reception */ +#define I596_SCB_RUC_ABORT 0x0040 /* Abort reception */ + +#define I596_SCB_RESET 0x0080 /* Hard reset chip */ + + /* status halfword values */ +#define I596_SCB_STAT 0xF000 /* STATUS */ +#define I596_SCB_CX 0x8000 /* command completion */ +#define I596_SCB_FR 0x4000 /* recieved frame */ +#define I596_SCB_CNA 0x2000 /* command unit not active */ +#define I596_SCB_RNR 0x1000 /* rcv unit not ready */ + +#define I596_SCB_CUS 0x0700 /* COMMAND UNIT STATUS */ +#define I596_SCB_CUS_IDLE 0x0000 /* Idle */ +#define I596_SCB_CUS_SUSPENDED 0x0100 /* Suspended */ +#define I596_SCB_CUS_ACTIVE 0x0200 /* Active */ + +#define I596_SCB_RUS 0x00F0 /* RECEIVE UNIT STATUS */ +#define I596_SCB_RUS_IDLE 0x0000 /* Idle */ +#define I596_SCB_RUS_SUSPENDED 0x0010 /* Suspended */ +#define I596_SCB_RUS_NORES 0x0020 /* No Resources */ +#define I596_SCB_RUS_READY 0x0040 /* Ready */ +#define I596_SCB_RUS_NORBDS 0x0080 /* No more RBDs modifier */ + +#define I596_SCB_LOADED 0x0008 /* Bus timers loaded */ + +/************************************************************************/ +/* */ +/* I596_ISCP: Intermediate System Configuration Ptr (p 4-26) */ +/* */ +/************************************************************************/ +typedef volatile struct +{ + ulong busy; /* Set to 1; I596 clears it when scbp is read */ + I596_SCB *scbp; +} I596_ISCP; + +/************************************************************************/ +/* */ +/* I596_SCP: System Configuration Pointer (p. 4-23) */ +/* */ +/************************************************************************/ +typedef volatile struct +{ + ulong sysbus; + ulong dummy; + I596_ISCP *iscpp; +} I596_SCP; + + /* .sysbus values */ +#define I596_SCP_RESERVED 0x400000 /* Reserved bits must be set */ +#define I596_SCP_INTLOW 0x200000 /* Intr. Polarity active low */ +#define I596_SCP_INTHIGH 0 /* Intr. Polarity active high */ +#define I596_SCP_LOCKDIS 0x100000 /* Lock Function disabled */ +#define I596_SCP_LOCKEN 0 /* Lock Function enabled */ +#define I596_SCP_ETHROTTLE 0x080000 /* External Bus Throttle */ +#define I596_SCP_ITHROTTLE 0 /* Internal Bus Throttle */ +#define I596_SCP_LINEAR 0x040000 /* Linear Mode */ +#define I596_SCP_SEGMENTED 0x020000 /* Segmented Mode */ +#define I596_SCP_82586 0x000000 /* 82586 Mode */ diff -u --recursive --new-file v1.3.91/linux/drivers/net/dgrs_plx9060.h linux/drivers/net/dgrs_plx9060.h --- v1.3.91/linux/drivers/net/dgrs_plx9060.h Thu Jan 1 02:00:00 1970 +++ linux/drivers/net/dgrs_plx9060.h Sat Apr 20 11:22:02 1996 @@ -0,0 +1,175 @@ +/* + * PLX 9060 PCI Interface chip + */ + +/* + * PCI configuration registers, same offset on local and PCI sides, + * but on PCI side, must use PCI BIOS calls to read/write. + */ +#define PCI_PLXREGS_BASE_ADDR 0x10 + +#define PCI_PLXREGS_IO_ADDR 0x14 + +#define PCI_SPACE0_BASE_ADDR 0x18 + +#define PCI_ROM_BASE_ADDR 0x30 +# define PCI_ROM_ENABLED 0x00000001 + +#define PCI_INT_LINE 0x3C + +/* + * Registers accessable directly from PCI and local side. + * Offset is from PCI side. Add PLX_LCL_OFFSET for local address. + */ +#define PLX_LCL_OFFSET 0x80 /* Offset of regs from local side */ + +/* + * Local Configuration Registers + */ +#define PLX_SPACE0_RANGE 0x00 /* Range for PCI to Lcl Addr Space 0 */ +#define PLX_SPACE0_BASE_ADDR 0x04 /* Lcl Base address remap */ + +#define PLX_ROM_RANGE 0x10 /* Range for expansion ROM (DMA) */ +#define PLX_ROM_BASE_ADDR 0x14 /* Lcl base address remap for ROM */ + +#define PLX_BUS_REGION 0x18 /* Bus Region Descriptors */ + +/* + * Shared Run Time Registers + */ +#define PLX_MBOX0 0x40 +#define PLX_MBOX1 0x44 +#define PLX_MBOX2 0x48 +#define PLX_MBOX3 0x4C +#define PLX_MBOX4 0x50 +#define PLX_MBOX5 0x54 +#define PLX_MBOX6 0x58 +#define PLX_MBOX7 0x5C + +#define PLX_PCI2LCL_DOORBELL 0x60 + +#define PLX_LCL2PCI_DOORBELL 0x64 + +#define PLX_INT_CSR 0x68 /* Interrupt Control/Status */ +# define PLX_LSERR_ENABLE 0x00000001 +# define PLX_LSERR_PE 0x00000002 +# define PLX_SERR 0x00000004 +# undef PLX_UNUSED /* 0x00000008 */ +# undef PLX_UNUSED /* 0x00000010 */ +# undef PLX_UNUSED /* 0x00000020 */ +# undef PLX_UNUSED /* 0x00000040 */ +# undef PLX_UNUSED /* 0x00000080 */ +# define PLX_PCI_IE 0x00000100 +# define PLX_PCI_DOORBELL_IE 0x00000200 +# define PLX_PCI_ABORT_IE 0x00000400 +# define PLX_PCI_LOCAL_IE 0x00000800 +# define PLX_RETRY_ABORT_ENABLE 0x00001000 +# define PLX_PCI_DOORBELL_INT 0x00002000 +# define PLX_PCI_ABORT_INT 0x00004000 +# define PLX_PCI_LOCAL_INT 0x00008000 +# define PLX_LCL_IE 0x00010000 +# define PLX_LCL_DOORBELL_IE 0x00020000 +# define PLX_LCL_DMA0_IE 0x00040000 +# define PLX_LCL_DMA1_IE 0x00080000 +# define PLX_LCL_DOORBELL_INT 0x00100000 +# define PLX_LCL_DMA0_INT 0x00200000 +# define PLX_LCL_DMA1_INT 0x00400000 +# define PLX_LCL_BIST_INT 0x00800000 +# define PLX_BM_DIRECT_ 0x01000000 +# define PLX_BM_DMA0_ 0x02000000 +# define PLX_BM_DMA1_ 0x04000000 +# define PLX_BM_ABORT_ 0x08000000 +# undef PLX_UNUSED /* 0x10000000 */ +# undef PLX_UNUSED /* 0x20000000 */ +# undef PLX_UNUSED /* 0x40000000 */ +# undef PLX_UNUSED /* 0x80000000 */ + +#define PLX_MISC_CSR 0x6c /* EEPROM,PCI,User,Init Control/Status*/ +# define PLX_USEROUT 0x00010000 +# define PLX_USERIN 0x00020000 +# define PLX_EECK 0x01000000 +# define PLX_EECS 0x02000000 +# define PLX_EEWD 0x04000000 +# define PLX_EERD 0x08000000 + +/* + * DMA registers. Offset is from local side + */ +#define PLX_DMA0_MODE 0x100 +# define PLX_DMA_MODE_WIDTH32 0x00000003 +# define PLX_DMA_MODE_WAITSTATES(X) ((X)<<2) +# define PLX_DMA_MODE_NOREADY 0x00000000 +# define PLX_DMA_MODE_READY 0x00000040 +# define PLX_DMA_MODE_NOBTERM 0x00000000 +# define PLX_DMA_MODE_BTERM 0x00000080 +# define PLX_DMA_MODE_NOBURST 0x00000000 +# define PLX_DMA_MODE_BURST 0x00000100 +# define PLX_DMA_MODE_NOCHAIN 0x00000000 +# define PLX_DMA_MODE_CHAIN 0x00000200 +# define PLX_DMA_MODE_DONE_IE 0x00000400 +# define PLX_DMA_MODE_ADDR_HOLD 0x00000800 + +#define PLX_DMA0_PCI_ADDR 0x104 + /* non-chaining mode PCI address */ + +#define PLX_DMA0_LCL_ADDR 0x108 + /* non-chaining mode local address */ + +#define PLX_DMA0_SIZE 0x10C + /* non-chaining mode length */ + +#define PLX_DMA0_DESCRIPTOR 0x110 +# define PLX_DMA_DESC_EOC 0x00000002 +# define PLX_DMA_DESC_TC_IE 0x00000004 +# define PLX_DMA_DESC_TO_HOST 0x00000008 +# define PLX_DMA_DESC_TO_BOARD 0x00000000 +# define PLX_DMA_DESC_NEXTADDR 0xFFFFfff0 + +#define PLX_DMA1_MODE 0x114 +#define PLX_DMA1_PCI_ADDR 0x118 +#define PLX_DMA1_LCL_ADDR 0x11C +#define PLX_DMA1_SIZE 0x110 +#define PLX_DMA1_DESCRIPTOR 0x124 + +#define PLX_DMA_CSR 0x128 +# define PLX_DMA_CSR_0_ENABLE 0x00000001 +# define PLX_DMA_CSR_0_START 0x00000002 +# define PLX_DMA_CSR_0_ABORT 0x00000004 +# define PLX_DMA_CSR_0_CLR_INTR 0x00000008 +# define PLX_DMA_CSR_0_DONE 0x00000010 +# define PLX_DMA_CSR_1_ENABLE 0x00000100 +# define PLX_DMA_CSR_1_START 0x00000200 +# define PLX_DMA_CSR_1_ABORT 0x00000400 +# define PLX_DMA_CSR_1_CLR_INTR 0x00000800 +# define PLX_DMA_CSR_1_DONE 0x00001000 + +#define PLX_DMA_ARB0 0x12C +# define PLX_DMA_ARB0_LATENCY_T 0x000000FF +# define PLX_DMA_ARB0_PAUSE_T 0x0000FF00 +# define PLX_DMA_ARB0_LATENCY_EN 0x00010000 +# define PLX_DMA_ARB0_PAUSE_EN 0x00020000 +# define PLX_DMA_ARB0_BREQ_EN 0x00040000 +# define PLX_DMA_ARB0_PRI 0x00180000 +# define PLX_DMA_ARB0_PRI_ROUND 0x00000000 +# define PLX_DMA_ARB0_PRI_0 0x00080000 +# define PLX_DMA_ARB0_PRI_1 0x00100000 + +#define PLX_DMA_ARB1 0x130 + /* Chan 0: FIFO DEPTH=16 */ +# define PLX_DMA_ARB1_0_P2L_LW_TRIG(X) ( ((X)&15) << 0 ) +# define PLX_DMA_ARB1_0_L2P_LR_TRIG(X) ( ((X)&15) << 4 ) +# define PLX_DMA_ARB1_0_L2P_PW_TRIG(X) ( ((X)&15) << 8 ) +# define PLX_DMA_ARB1_0_P2L_PR_TRIG(X) ( ((X)&15) << 12 ) + /* Chan 1: FIFO DEPTH=8 */ +# define PLX_DMA_ARB1_1_P2L_LW_TRIG(X) ( ((X)& 7) << 16 ) +# define PLX_DMA_ARB1_1_L2P_LR_TRIG(X) ( ((X)& 7) << 20 ) +# define PLX_DMA_ARB1_1_L2P_PW_TRIG(X) ( ((X)& 7) << 24 ) +# define PLX_DMA_ARB1_1_P2L_PR_TRIG(X) ( ((X)& 7) << 28 ) + +typedef struct _dmachain +{ + ulong pciaddr; + ulong lcladdr; + ulong len; + ulong next; +} DMACHAIN; diff -u --recursive --new-file v1.3.91/linux/drivers/net/eql.c linux/drivers/net/eql.c --- v1.3.91/linux/drivers/net/eql.c Fri Apr 19 10:07:59 1996 +++ linux/drivers/net/eql.c Sat Apr 20 11:25:31 1996 @@ -474,7 +474,7 @@ } #ifdef EQL_DEBUG if (eql_debug >= 20) - printk ("EQL enslsave: slave is master or slave is already slave\n"); + printk ("EQL enslave: slave is master or slave is already slave\n"); #endif return -EINVAL; diff -u --recursive --new-file v1.3.91/linux/drivers/pci/pci.c linux/drivers/pci/pci.c --- v1.3.91/linux/drivers/pci/pci.c Tue Apr 2 13:32:21 1996 +++ linux/drivers/pci/pci.c Sat Apr 20 21:09:56 1996 @@ -189,6 +189,7 @@ DEVICE( ALLIANCE, ALLIANCE_PROMOTIO, "Promotion-6410"), DEVICE( ALLIANCE, ALLIANCE_PROVIDEO, "Provideo"), DEVICE( VMIC, VMIC_VME, "VMIVME-7587"), + DEVICE( DIGI, DIGI_RIGHTSWITCH, "Digi RightSwitch SE-6"), DEVICE( MUTECH, MUTECH_MV1000, "MV-1000"), DEVICE( ZEITNET, ZEITNET_1221, "1221"), DEVICE( ZEITNET, ZEITNET_1225, "1225"), @@ -198,7 +199,10 @@ DEVICE( RP, RP8INTF, "RocketPort 8 Intf"), DEVICE( RP, RP16INTF, "RocketPort 16 Intf"), DEVICE( RP, RP32INTF, "RocketPort 32 Intf"), - DEVICE( CYCLADES, CYCLADES_Y, "Cyclome-Y"), + DEVICE( CYCLADES, CYCLOM_Y_Lo, "Cyclom-Y below 1Mbyte"), + DEVICE( CYCLADES, CYCLOM_Y_Hi, "Cyclom-Y above 1Mbyte"), + DEVICE( CYCLADES, CYCLOM_Z_Lo, "Cyclom-Z below 1Mbyte"), + DEVICE( CYCLADES, CYCLOM_Z_Hi, "Cyclom-Z above 1Mbyte"), DEVICE( SYMPHONY, SYMPHONY_101, "82C101"), DEVICE( TEKRAM, TEKRAM_DC290, "DC-290"), DEVICE( AVANCE, AVANCE_2302, "ALG-2302"), diff -u --recursive --new-file v1.3.91/linux/drivers/scsi/Config.in linux/drivers/scsi/Config.in --- v1.3.91/linux/drivers/scsi/Config.in Fri Apr 12 15:51:58 1996 +++ linux/drivers/scsi/Config.in Sat Apr 20 11:18:14 1996 @@ -11,8 +11,6 @@ bool 'Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS -bool 'Automatic Disk Geometry determination' CONFIG_SCSI_AUTO_BIOSP - mainmenu_option next_comment comment 'SCSI low-level drivers' diff -u --recursive --new-file v1.3.91/linux/drivers/scsi/README.aic7xxx linux/drivers/scsi/README.aic7xxx --- v1.3.91/linux/drivers/scsi/README.aic7xxx Mon Jun 26 12:42:51 1995 +++ linux/drivers/scsi/README.aic7xxx Sat Apr 20 20:59:10 1996 @@ -1,95 +1,115 @@ -@(#)README 1.19 94/11/30 jda + AIC7xxx Driver for Linux + April 15, 1996 -AHA274x/284x/294x DRIVER +Introduction +------------------------ +The AIC7xxx SCSI driver adds support for Adaptec (http://www.adaptec.com) +SCSI controllers and chipsets. Major portions of the driver and driver +development are shared between both Linux and FreeBSD. Support for the +AIC-7xxx chipsets have been in the default Linux kernel since approximately +linux-1.1.x and fairly stable since linux-1.2.x, and are also in FreeBSD +2.1.0 or later. + + Supported cards/chipsets + ------------------------ + Adaptec Cards + ----------------------- + AHA-274x + AHA-2842 + AHA-2940 + AHA-2940W + AHA-2940U + AHA-2940UW + AHA-2944D + AHA-2944WD + AHA-3940 + AHA-3940W + AHA-3985 + AHA-3985W + + Motherboard Chipsets + ----------------------- + AIC-777x + AIC-785x + AIC-787x + AIC-788x + + Bus Types + ----------------------- + W - Wide SCSI, SCSI-3, 16bit bus, 68pin connector, will also support + SCSI-1/SCSI-2 50pin devices, transfer rates up to 20MB/s. + U - Ultra SCSI, transfer rates up to 40MB/s. + D - Differential SCSI. + T - Twin Channel SCSI. Up to 14 SCSI devices. + + AHA-274x - EISA SCSI controller + AHA-284x - VLB SCSI controller + AHA-29xx - PCI SCSI controller + AHA-394x - PCI controllers with two separate SCSI controllers on-board. + AHA-398x - PCI RAID controllers with three separate SCSI controllers + on-board. + + NOTE: The AHA-2920 is NOT a AIC-7xxx based controller, and is not + handled by this driver. + + People + ------------------------ + Justin T Gibbs gibbs@freefall.FreeBSD.org (BSD Driver Author) + Dan Eischen deischen@iworks.InterWorks.org (Linux Driver Co-maintainer) + Dean Gehnert deang@teleport.com (Linux FTP/patch maintainer) + Jess Johnson jester@frenzy.com (AIC7xxx FAQ author) + + Special thanks go to John Aycock (aycock@cpsc.ucalgary.ca), the original + author of the driver. John has since retired from the project. Thanks + again for all his work! + + Mailing list + ------------------------ + There is a mailing list available for users who want to track development + and converse with other users and developers. This list is for both + FreeBSD and Linux support of the AIC7xxx chipsets. + + To subscribe to the AIC7xxx mailing list send mail to the list server, + with "subscribe AIC7xxx" in the body (no Subject: required): + To: majordomo@FreeBSD.ORG + --- + subscribe AIC7xxx + + To unsubscribe from the list, send mail to the list server with: + To: majordomo@FreeBSD.ORG + --- + unsubscribe AIC7xxx + + Send regular messages and replies to: AIC7xxx@FreeBSD.ORG + + Command line options + ------------------------ + "aic7xxx=no_reset" - Eliminate the SCSI reset delay during startup. + Some SCSI devices need some extra time to reset. + + /proc support + ------------------------ + The /proc support for the AIC7xxx can be found in the /proc/scsi/aic7xxx/ + directory. That directory contains a file for each SCSI controller in + the system. Each file presents the current configuration and transfer + statistics (enabled with #define in aic7xxx.c) for each controller. + + Thanks to Michael Neuffer for for his upper-level SCSI help, and + Matthew Jacob for statistics support. + + FTP sites + ------------------------ + ftp://ftp.teleport.com/users/deang/Linux/aic7xxx/ + - Main Linux AIC7xxx driver release/pre-release site + - Experimental/development patches and bootdisks + ftp://ftp.dialnet.net/pub/linux/aic7xxx/ + - US Linux mirror of Teleport site + ftp://ekf2.vsb.cz/pub/linux/kernel/aic7xxx/ftp.teleport.com/ + - European Linux mirror of Teleport site -*** THIS SHOULD BE CONSIDERED BETA SOFTWARE *** -BACKGROUND & LIMITATIONS +Dean W. Gehnert +deang@teleport.com -For various reasons, we ended up with one of these cards under the -impression that support was soon forthcoming. In mid-May, I asked -Scott Ferris (the official person who's supposed to be writing this -driver) what documentation he used, _finally_ got it from Adaptec, -and started writing this driver. It is now at what I would consider -a stable state - it runs our news server and is battered by SCSI -requests 24 hours a day without dying. There are a few devices it -reportedly doesn't like working with - those are being sorted out. Due -to some unexpected equipment loans, I am able to support this at least -for the time being. - -YOU MUST HAVE THE BIOS ENABLED OR THIS WILL NOT WORK. The BIOS extracts -some configuration information that I cannot get to portably yet, as -well as provides some self-tests which this driver does not attempt to -duplicate. - -Scott's driver development is stalled for now, and after discussions -with him, this is now officially out of "pre-alpha" status and into -beta until the remaining device problems can be resolved. The latest -patches can be obtained via anonymous ftp from ftp.cpsc.ucalgary.ca in -/pub/systems/linux/aha274x. - -It supports EISA 274x, VL-bus 284x, and PCI 294x, either single or twin-bus -cards (but not the second SCSI bus of twin cards - see aha274x.c), and supports -disconnection, synchronous SCSI, and scatter-gather. Unlike previous -versions, abort() and reset() are now implemented, and both hosts.c and -aha274x.c should give a clean compile. Code is now present to detect parity -errors, but has not been tested. Wide cards are not yet supported. - -I wrote this using a 1.0.9 kernel. Unfortunately, I'm getting tired of -#ifdef'ing everything to handle two or three different evolutionary steps -in the SCSI kernel code, so I've upgraded my system to 1.1.49, and will -only leave in code to support versions from about 1.1.45 onward. - -Thanks to patches supplied by Mark Olson , this driver -will now work with the 284x series (the VL-bus version of this card). The -294x (PCI-bus) support is based on patches sent to me by Mark Olson and -Alan Hourihane . - -Under protest, this driver is subject to the GPL - see the file -COPYING for details. - -Thanks to the following people for bug fixes/code improvements (also -thanks to the people who have sent me feedback): - - "David F. Carlson" - Jimen Ching - mday@artisoft.com (Matt Day) - "Dean W. Gehnert" - Darcy Grant - Alan Hourihane - isely@fncrd8.fnal.gov (Mike Isely) - Mike Jerger - tm@netcom.com (Toshiyasu Morita) - neal@interact.org (Neal Norwitz) - Mark Olson - map@europa.ecn.uoknor.edu (Michael A. Parker) - Thomas Scheunemann - Eric Youngdale - -Special thanks to Drew Eckhardt for -fielding my questions about synchronous negotiation. Steffen Moeller - sent me installation instructions which -were previously included in this README. - -David Pirie was nice enough to loan me his -2842 card for a week so I could track down one bug, as well as his -CD-ROM drive later, and also thanks to Doug Fortune at Riley's Data Share -in Calgary, who arranged a long-term loan of a 2842 board for further work. - -Many thanks to the fearless prerelease testers! Dean Gehnert has been -building Slackware boot disks for the driver, which are available from -ftp.cpsc.ucalgary.ca in /pub/systems/linux/aha274x/slackware_boot. - -Carl Riches has set up a mailing list -for aic7xxx driver development. To subscribe, send a message to -aic7770-list-request@poplar1.cfr.washington.edu with a message body of: - - subscribe AIC7770-LIST - -Please direct questions and discussions to that list instead of me. When -sending bug reports, please include a description of your hardware, the -release numbers displayed by the driver at boot time, and as accurate a -facsimile of any error message you're mailing about. +$Revision: 3.0 $ -John Aycock -aycock@cpsc.ucalgary.ca diff -u --recursive --new-file v1.3.91/linux/drivers/scsi/aic7xxx.c linux/drivers/scsi/aic7xxx.c --- v1.3.91/linux/drivers/scsi/aic7xxx.c Fri Apr 12 15:51:59 1996 +++ linux/drivers/scsi/aic7xxx.c Sat Apr 20 20:59:10 1996 @@ -41,7 +41,7 @@ * * -- Daniel M. Eischen, deischen@iworks.InterWorks.org, 04/03/95 * - * $Id: aic7xxx.c,v 2.22 1996/02/10 09:22:50 deang Exp deang $ + * $Id: aic7xxx.c,v 3.0 1996/04/16 09:11:53 deang Exp $ *-M*************************************************************************/ #ifdef MODULE @@ -74,7 +74,7 @@ S_IFDIR | S_IRUGO | S_IXUGO, 2 }; -#define AIC7XXX_C_VERSION "$Revision: 2.22 $" +#define AIC7XXX_C_VERSION "$Revision: 3.0 $" #define NUMBER(arr) (sizeof(arr) / sizeof(arr[0])) #define MIN(a,b) ((a < b) ? a : b) @@ -186,8 +186,9 @@ AIC_NONE, AIC_7770, /* EISA aic7770 on motherboard */ AIC_7771, /* EISA aic7771 on 274x */ - AIC_284x, /* VLB aic7770 on 284x */ + AIC_284x, /* VLB aic7770 on 284x, BIOS disabled */ AIC_7850, /* PCI aic7850 */ + AIC_7855, /* PCI aic7855 */ AIC_7870, /* PCI aic7870 on motherboard */ AIC_7871, /* PCI aic7871 on 294x */ AIC_7872, /* PCI aic7872 on 3940 */ @@ -240,6 +241,7 @@ "AHA-2740", /* AIC_7771 */ "AHA-2840", /* AIC_284x */ "AIC-7850", /* AIC_7850 */ + "AIC-7855", /* AIC_7855 */ "AIC-7870", /* AIC_7870 */ "AHA-2940", /* AIC_7871 */ "AHA-3940", /* AIC_7872 */ @@ -529,6 +531,7 @@ #define SCB_DEVICE_RESET 0x04 #define SCB_IMMED 0x08 #define SCB_SENSE 0x10 +#define SCB_QUEUED_FOR_DONE 0x40 int state; /* current state of scb */ unsigned int position; /* Position in scb array */ struct scatterlist sg; @@ -560,6 +563,7 @@ * Define a structure used for each host adapter, only one per IRQ. */ struct aic7xxx_host { + struct Scsi_Host *host; /* pointer to scsi host */ int base; /* card base address */ int maxscb; /* hardware SCBs */ int numscb; /* current number of scbs */ @@ -583,9 +587,11 @@ volatile unsigned short discenable; /* Targets allowed to disconnect */ struct seeprom_config seeprom; int have_seeprom; + unsigned char qcntmask; struct Scsi_Host *next; /* allow for multiple IRQs */ struct aic7xxx_scb scb_array[AIC7XXX_MAXSCB]; /* active commands */ struct aic7xxx_scb *free_scb; /* list of free SCBs */ + struct aic7xxx_scb *aborted_scb; /* list of aborted SCBs */ #ifdef AIC7XXX_PROC_STATS /* * Statistics Kept: @@ -619,13 +625,16 @@ int scsi_id; /* host SCSI ID */ int scsi_id_b; /* host SCSI ID B channel for twin cards */ int extended; /* extended xlate? */ - int busrtime; /* bus release time */ - int walk_scbs; /* external SCB RAM detected; walk the scb array */ - aha_type type; /* card type */ - aha_chip_type chip_type; /* chip base type */ int ultra_enabled; /* Ultra SCSI speed enabled */ int chan_num; /* for 3940/3985, channel number */ + int use_defaults; /* Use default wide/sync settings. */ + unsigned char busrtime; /* bus release time */ + unsigned char bus_speed; /* bus speed */ + unsigned char qcntmask; + aha_type type; /* card type */ + aha_chip_type chip_type; /* chip base type */ aha_bus_type bus_type; /* normal/twin/wide bus */ + aha_status_type bios; /* BIOS is enabled/disabled */ aha_status_type parity; /* bus parity enabled/disabled */ aha_status_type low_term; /* bus termination low byte */ aha_status_type high_term; /* bus termination high byte (wide cards only) */ @@ -680,7 +689,7 @@ static void debug_config(struct aic7xxx_host_config *p) { - int host_conf, scsi_conf; + int scsi_conf; unsigned char brelease; unsigned char dfthresh; @@ -688,26 +697,22 @@ static int SST[] = { 256, 128, 64, 32 }; static const char *BUSW[] = { "", "-TWIN", "-WIDE" }; - host_conf = inb(HOSTCONF + p->base); scsi_conf = inb(SCSICONF + p->base); /* - * The 7870 gets the bus release time and data FIFO threshold - * from the serial EEPROM (stored in the config structure) and - * scsi_conf register respectively. The 7770 gets the bus - * release time and data FIFO threshold from the scsi_conf and - * host_conf registers respectively. + * Scale the Data FIFO Threshhold and the Bus Release Time; they are + * stored in formats compatible for writing to sequencer registers. */ + dfthresh = p->bus_speed >> 6; + if (p->chip_type == AIC_777x) { - dfthresh = (host_conf >> 6); + brelease = p->busrtime >> 2; } else { - dfthresh = (scsi_conf >> 6); + brelease = p->busrtime; } - - brelease = p->busrtime; if (brelease == 0) { brelease = 2; @@ -727,6 +732,7 @@ break; case AIC_7850: + case AIC_7855: case AIC_7870: case AIC_7871: case AIC_7872: @@ -1081,7 +1087,7 @@ if (!(aic7xxx_syncrates[i].rate & ULTRA_SXFR)) { printk ("aic7xxx: Target %d, channel %c, requests %sMHz transfers, " - "but adapter in Ultra mode can only sync at 10MHz or " + "but adapter in Ultra mode can only sync at 7.2MHz or " "above.\n", target, channel, aic7xxx_syncrates[i].english); break; /* Use asynchronous transfers. */ } @@ -1296,55 +1302,84 @@ scb->cmd = NULL; restore_flags(flags); - cmd->scsi_done(cmd); } /*+F************************************************************************* * Function: + * aic7xxx_done_aborted_scbs + * + * Description: + * Calls the scsi_done() for the Scsi_Cmnd of each scb in the + * aborted list, and adds each scb to the free list. + *-F*************************************************************************/ +static void +aic7xxx_done_aborted_scbs (struct aic7xxx_host *p) +{ + Scsi_Cmnd *cmd; + struct aic7xxx_scb *scb; + int i; + +#ifdef AIC7XXX_DEBUG_ABORT + int scb_aborted = 0; + printk("aic7xxx: (done_aborted_scbs) calling scsi_done() for aborted scbs\n"); +#endif + + for (i = 0; i < p->numscb; i++) + { + scb = &(p->scb_array[i]); + if (scb->state & SCB_QUEUED_FOR_DONE) + { +#ifdef AIC7XXX_DEBUG_ABORT + if (scb_aborted == 0) + { + printk("aic7xxx: (done_aborted_scbs) Aborting scb %d", scb->position); + scb_aborted++; + } + else + { + printk(", %d", scb->position); + } +#endif + /* + * Process the command after marking the scb as free + * and adding it to the free list. + */ + scb->state = SCB_FREE; + scb->next = p->free_scb; + p->free_scb = scb; + cmd = scb->cmd; + scb->cmd = NULL; + cmd->scsi_done(cmd); /* call the done function */ + } + } +#ifdef AIC7XXX_DEBUG_ABORT + if (scb_aborted != 0) + printk("\n"); +#endif +} + +/*+F************************************************************************* + * Function: * aic7xxx_add_waiting_scb * * Description: - * Add this SCB to the "waiting for selection" list. + * Add this SCB to the head of the "waiting for selection" list. *-F*************************************************************************/ static void aic7xxx_add_waiting_scb(u_long base, - struct aic7xxx_scb *scb, - insert_type where) + struct aic7xxx_scb *scb) { - unsigned char head; + unsigned char next; unsigned char curscb; curscb = inb(SCBPTR + base); - head = inb(WAITING_SCBH + base); - if (head == SCB_LIST_NULL) - { - /* - * List was empty - */ - head = scb->position; - } - else - { - if (where == LIST_HEAD) - { - outb(scb->position, SCBPTR + base); - outb(head, SCB_NEXT_WAITING + base); - head = scb->position; - } - else - { - /* where == LIST_SECOND */ - unsigned char third_scb; + next = inb(WAITING_SCBH + base); + + outb(scb->position, SCBPTR + base); + outb(next, SCB_NEXT_WAITING + base); + outb(scb->position, WAITING_SCBH + base); - outb(head, SCBPTR + base); - third_scb = inb(SCB_NEXT_WAITING + base); - outb(scb->position, SCB_NEXT_WAITING + base); - outb(scb->position, SCBPTR + base); - outb(third_scb, SCB_NEXT_WAITING + base); - } - } - outb(head, WAITING_SCBH + base); outb(curscb, SCBPTR + base); } @@ -1366,8 +1401,7 @@ int base = p->base; /* - * Select the SCB we want to abort and - * pull the next pointer out of it. + * Select the SCB we want to abort and pull the next pointer out of it. */ curscb = inb(SCBPTR + base); outb(scb->position, SCBPTR + base); @@ -1376,7 +1410,7 @@ /* * Clear the necessary fields */ - outb(0, SCBARRAY + base); + outb(0, SCB_CONTROL + base); outb(SCB_LIST_NULL, SCB_NEXT_WAITING + base); aic7xxx_unbusy_target(target, channel, base); @@ -1399,22 +1433,12 @@ outb(next, SCB_NEXT_WAITING + base); } /* - * Update the tail pointer - */ - if (inb(WAITING_SCBT + base) == scb->position) - { - outb(prev, WAITING_SCBT + base); - } - - /* - * Point us back at the original scb position - * and inform the SCSI system that the command - * has been aborted. + * Point us back at the original scb position and inform the SCSI + * system that the command has been aborted. */ outb(curscb, SCBPTR + base); - scb->state |= SCB_ABORTED; + scb->state |= SCB_ABORTED | SCB_QUEUED_FOR_DONE; scb->cmd->result = (DID_RESET << 16); - aic7xxx_done(p, scb); #ifdef AIC7XXX_DEBUG_ABORT printk ("aic7xxx: (abort_waiting_scb) target/channel %d/%c, prev %d, " @@ -1457,6 +1481,10 @@ int saved_queue[AIC7XXX_MAXSCB]; int queued = inb(QINCNT + base); +#ifdef AIC7XXX_DEBUG_ABORT + if (queued) + printk ("aic7xxx: (reset_device) found %d SCBs in queue\n", queued); +#endif for (i = 0; i < (queued - found); i++) { saved_queue[i] = inb(QINFIFO + base); @@ -1466,9 +1494,11 @@ /* * We found an scb that needs to be aborted. */ - scb->state |= SCB_ABORTED; +#ifdef AIC7XXX_DEBUG_ABORT + printk ("aic7xxx: (reset_device) aborting SCB %d\n", saved_queue[i]); +#endif + scb->state |= SCB_ABORTED | SCB_QUEUED_FOR_DONE; scb->cmd->result = (DID_RESET << 16); - aic7xxx_done(p, scb); outb(scb->position, SCBPTR + base); outb(0, SCBARRAY + base); i--; @@ -1493,6 +1523,9 @@ next = inb(WAITING_SCBH + base); /* Start at head of list. */ prev = SCB_LIST_NULL; +#ifdef AIC7XXX_DEBUG_ABORT + printk ("aic7xxx: (reset_device) Searching waiting SCBs, head %d\n", next); +#endif while (next != SCB_LIST_NULL) { scb = &(p->scb_array[next]); @@ -1514,10 +1547,9 @@ } /* - * Go through the entire SCB array now and look for - * commands for this target that are active. These - * are other (most likely tagged) commands that - * were disconnected when the reset occurred. + * Go through the entire SCB array now and look for commands for + * for this target that are active. These are other (most likely + * tagged) commands that were disconnected when the reset occurred. */ for (i = 0; i < p->numscb; i++) { @@ -1527,12 +1559,14 @@ /* * Ensure the target is "free" */ +#ifdef AIC7XXX_DEBUG_ABORT + printk ("aic7xxx: (reset_device) freeing disconnected SCB %d\n", i); +#endif aic7xxx_unbusy_target(target, channel, base); outb(scb->position, SCBPTR + base); outb(0, SCBARRAY + base); - scb->state |= SCB_ABORTED; + scb->state |= SCB_ABORTED | SCB_QUEUED_FOR_DONE; scb->cmd->result = (DID_RESET << 16); - aic7xxx_done(p, scb); found++; } } @@ -1568,7 +1602,7 @@ *-F*************************************************************************/ static int aic7xxx_reset_channel(struct aic7xxx_host *p, char channel, - unsigned char timedout_scb) + unsigned char timedout_scb, int initiate_reset) { int base = p->base; unsigned char sblkctl; @@ -1648,7 +1682,10 @@ * Stealthily reset the other bus without upsetting the current bus */ outb(sblkctl ^ SELBUSB, SBLKCTL + base); - aic7xxx_reset_current_bus(base); + if (initiate_reset) + { + aic7xxx_reset_current_bus(base); + } outb(sblkctl, SBLKCTL + base); UNPAUSE_SEQUENCER(p); @@ -1662,10 +1699,26 @@ printk ("aic7xxx: (reset_channel) Resetting current channel %c\n", channel); #endif - aic7xxx_reset_current_bus(base); + if (initiate_reset) + { + aic7xxx_reset_current_bus(base); + } RESTART_SEQUENCER(p); +#ifdef AIC7XXX_DEBUG_ABORT + printk ("aic7xxx: (reset_channel) Channel reset, sequencer restarted\n"); +#endif } + /* + * Set the time of last reset. + */ + p->host->last_reset = jiffies; + + /* + * Now loop through all the SCBs that have been marked for abortion, + * and call the scsi_done routines. + */ + aic7xxx_done_aborted_scbs(p); return found; } @@ -1770,7 +1823,6 @@ printk(" %s\n", hard_error[i].errmesg); } } - panic("aic7xxx: (aic7xxx_isr) BRKADRINT, error(0x%x) seqaddr(0x%x).\n", inb(ERROR + base), (inb(SEQADDR1 + base) << 8) | inb(SEQADDR0 + base)); } @@ -2083,14 +2135,16 @@ */ aic7xxx_busy_target(scsi_id, channel, base); - aic7xxx_add_waiting_scb(base, scb, LIST_HEAD); + aic7xxx_add_waiting_scb(base, scb); outb(SEND_SENSE, RETURN_1 + base); } /* first time sense, no errors */ - - cmd->flags &= ~ASKED_FOR_SENSE; - if (aic7xxx_error(cmd) == 0) + else { - aic7xxx_error(cmd) = DID_RETRY_COMMAND; + cmd->flags &= ~ASKED_FOR_SENSE; + if (aic7xxx_error(cmd) == 0) + { + aic7xxx_error(cmd) = DID_RETRY_COMMAND; + } } break; @@ -2246,6 +2300,7 @@ scratch &= SXFR; outb(scratch, TARG_SCRATCH + base + scratch_offset); found = aic7xxx_reset_device(p, (int) scsi_id, channel, SCB_LIST_NULL); + aic7xxx_done_aborted_scbs (p); } else { @@ -2254,94 +2309,22 @@ break; #if AIC7XXX_NOT_YET - /* XXX Fill these in later */ - case MESG_BUFFER_BUSY: - break; - case MSGIN_PHASEMIS: - break; + /* XXX Fill these in later */ + case MESG_BUFFER_BUSY: + break; + case MSGIN_PHASEMIS: + break; #endif - case PARITY_ERROR: - { - scb_index = inb(SCBPTR + base); - scb = &(p->scb_array[scb_index]); - if (!(scb->state & SCB_ACTIVE) || (scb->cmd == NULL)) - { - printk("aic7xxx: Referenced SCB not valid during SEQINT(0x%x) " - "scb(%d) state(0x%x) cmd(0x%x).\n", - intstat, scb_index, scb->state, (unsigned int) scb->cmd); - } - else - { - char *phase; - unsigned char mesg_out = MSG_NOP; - unsigned char lastphase = inb(LASTPHASE + base); - - cmd = scb->cmd; - switch (lastphase) - { - case P_DATAOUT: - phase = "Data-Out"; - break; - case P_DATAIN: - phase = "Data-In"; - mesg_out = MSG_INITIATOR_DET_ERROR; - break; - case P_COMMAND: - phase = "Command"; - break; - case P_MESGOUT: - phase = "Message-Out"; - break; - case P_STATUS: - phase = "Status"; - mesg_out = MSG_INITIATOR_DET_ERROR; - break; - case P_MESGIN: - phase = "Message-In"; - mesg_out = MSG_MSG_PARITY_ERROR; - break; - default: - phase = "unknown"; - break; - } - - /* - * A parity error has occurred during a data - * transfer phase. Flag it and continue. - */ - printk("aic7xxx: Parity error during phase %s on target %d, " - "channel %d, lun %d.\n", phase, - cmd->target, cmd->channel & 0x01, cmd->lun & 0x07); - - /* - * We've set the hardware to assert ATN if we get a parity - * error on "in" phases, so all we need to do is stuff the - * message buffer with the appropriate message. In phases - * have set mesg_out to something other than MSG_NOP. - */ - if (mesg_out != MSG_NOP) - { - outb(mesg_out, MSG0 + base); - outb(1, MSG_LEN + base); - aic7xxx_error(cmd) = DID_PARITY; - } - else - { - /* - * Should we allow the target to make this decision for us? - */ - aic7xxx_error(cmd) = DID_RETRY_COMMAND; - } - } - break; - } default: /* unknown */ debug("aic7xxx: SEQINT, INTSTAT(0x%x) SCSISIGI(0x%x).\n", intstat, inb(SCSISIGI + base)); break; } + /* + * Clear the sequencer interrupt and unpause the sequencer. + */ outb(CLRSEQINT, CLRINT + base); UNPAUSE_SEQUENCER(p); } @@ -2362,95 +2345,155 @@ { printk("aic7xxx: No command for SCB (SCSIINT).\n"); /* - * Turn off the interrupt and set status - * to zero, so that it falls through the - * reset of the SCSIINT code. + * Turn off the interrupt and set status to zero, so that it + * falls through the rest of the SCSIINT code. */ outb(status, CLRSINT1 + base); UNPAUSE_SEQUENCER(p); outb(CLRSCSIINT, CLRINT + base); scb = NULL; } - else + else if (status & SCSIRSTI) + { + PAUSE_SEQUENCER(p); + printk ("aic7xxx: Someone reset channel %c (SCSIINT).\n", channel); + /* + * Go through and abort all commands for the channel, but do not + * reset the channel again. + */ + aic7xxx_reset_channel (p, channel, SCB_LIST_NULL, FALSE); + } + else if (status & SCSIPERR) { + char *phase; + unsigned char mesg_out = MSG_NOP; + unsigned char lastphase = inb(LASTPHASE + base); + cmd = scb->cmd; + switch (lastphase) + { + case P_DATAOUT: + phase = "Data-Out"; + break; + case P_DATAIN: + phase = "Data-In"; + mesg_out = MSG_INITIATOR_DET_ERROR; + break; + case P_COMMAND: + phase = "Command"; + break; + case P_MESGOUT: + phase = "Message-Out"; + break; + case P_STATUS: + phase = "Status"; + mesg_out = MSG_INITIATOR_DET_ERROR; + break; + case P_MESGIN: + phase = "Message-In"; + mesg_out = MSG_MSG_PARITY_ERROR; + break; + default: + phase = "unknown"; + break; + } + + /* + * A parity error has occurred during a data + * transfer phase. Flag it and continue. + */ + printk("aic7xxx: Parity error during phase %s on target %d, " + "channel %d, lun %d.\n", phase, + cmd->target, cmd->channel & 0x01, cmd->lun & 0x07); /* - * Only the SCSI Status 1 register has information - * about exceptional conditions that we'd have a - * SCSIINT about; anything in SSTAT0 will be handled - * by the sequencer. Note that there can be multiple - * bits set. + * We've set the hardware to assert ATN if we get a parity + * error on "in" phases, so all we need to do is stuff the + * message buffer with the appropriate message. In phases + * have set mesg_out to something other than MSG_NOP. */ - if (status & SELTO) + if (mesg_out != MSG_NOP) { - unsigned char waiting; + outb(mesg_out, MSG0 + base); + outb(1, MSG_LEN + base); + cmd->result = DID_PARITY << 16; + } + else + { + /* + * Should we allow the target to make this decision for us? + */ + cmd->result = DID_RETRY_COMMAND << 16; + } + aic7xxx_done(p, scb); + } + else if (status & SELTO) + { + unsigned char waiting; - /* - * Hardware selection timer has expired. Turn - * off SCSI selection sequence. - */ - outb(ENRSELI, SCSISEQ + base); - cmd->result = (DID_TIME_OUT << 16); - /* - * Clear an pending messages for the timed out - * target and mark the target as free. - */ - ha_flags = inb(FLAGS + base); - outb(0, MSG_LEN + base); - aic7xxx_unbusy_target(scsi_id, channel, base); + cmd = scb->cmd; - outb(0, SCBARRAY + base); + /* + * Hardware selection timer has expired. Turn + * off SCSI selection sequence. + */ + outb(ENRSELI, SCSISEQ + base); + cmd->result = (DID_TIME_OUT << 16); + /* + * Clear an pending messages for the timed out + * target and mark the target as free. + */ + ha_flags = inb(FLAGS + base); + outb(0, MSG_LEN + base); + aic7xxx_unbusy_target(scsi_id, channel, base); - /* - * Shut off the offending interrupt sources, reset - * the sequencer address to zero and unpause it, - * then call the high-level SCSI completion routine. - * - * WARNING! This is a magic sequence! After many - * hours of guesswork, turning off the SCSI interrupts - * in CLRSINT? does NOT clear the SCSIINT bit in - * INTSTAT. By writing to the (undocumented, unused - * according to the AIC-7770 manual) third bit of - * CLRINT, you can clear INTSTAT. But, if you do it - * while the sequencer is paused, you get a BRKADRINT - * with an Illegal Host Address status, so the - * sequencer has to be restarted first. - */ - outb(CLRSELTIMEO, CLRSINT1 + base); + outb(0, SCBARRAY + base); - outb(CLRSCSIINT, CLRINT + base); + /* + * Shut off the offending interrupt sources, reset + * the sequencer address to zero and unpause it, + * then call the high-level SCSI completion routine. + * + * WARNING! This is a magic sequence! After many + * hours of guesswork, turning off the SCSI interrupts + * in CLRSINT? does NOT clear the SCSIINT bit in + * INTSTAT. By writing to the (undocumented, unused + * according to the AIC-7770 manual) third bit of + * CLRINT, you can clear INTSTAT. But, if you do it + * while the sequencer is paused, you get a BRKADRINT + * with an Illegal Host Address status, so the + * sequencer has to be restarted first. + */ + outb(CLRSELTIMEO, CLRSINT1 + base); - /* - * Shift the waiting for selection queue forward - */ - waiting = inb(WAITING_SCBH + base); - outb(waiting, SCBPTR + base); - waiting = inb(SCB_NEXT_WAITING + base); - outb(waiting, WAITING_SCBH + base); + outb(CLRSCSIINT, CLRINT + base); - RESTART_SEQUENCER(p); - aic7xxx_done(p, scb); + /* + * Shift the waiting for selection queue forward + */ + waiting = inb(WAITING_SCBH + base); + outb(waiting, SCBPTR + base); + waiting = inb(SCB_NEXT_WAITING + base); + outb(waiting, WAITING_SCBH + base); + + RESTART_SEQUENCER(p); + aic7xxx_done(p, scb); #if 0 - printk("aic7xxx: SELTO SCB(%d) state(0x%x) cmd(0x%x).\n", - scb->position, scb->state, (unsigned int) scb->cmd); +printk("aic7xxx: SELTO SCB(%d) state(0x%x) cmd(0x%x).\n", + scb->position, scb->state, (unsigned int) scb->cmd); #endif - } - else - { - if (!(status & BUSFREE)) - { - /* - * We don't know what's going on. Turn off the - * interrupt source and try to continue. - */ - printk("aic7xxx: SSTAT1(0x%x).\n", status); - outb(status, CLRSINT1 + base); - UNPAUSE_SEQUENCER(p); - outb(CLRSCSIINT, CLRINT + base); - } - } - } /* else */ + } + else if (!(status & BUSFREE)) + { + /* + * We don't know what's going on. Turn off the + * interrupt source and try to continue. + */ + printk("aic7xxx: SSTAT1(0x%x).\n", status); + outb(status, CLRSINT1 + base); + UNPAUSE_SEQUENCER(p); + outb(CLRSCSIINT, CLRINT + base); + } } if (intstat & CMDCMPLT) @@ -2469,14 +2512,15 @@ if (!(scb->state & SCB_ACTIVE) || (scb->cmd == NULL)) { printk("aic7xxx: Warning - No command for SCB %d (CMDCMPLT).\n" - " QOUTCNT(%d) SCB state(0x%x) cmd(0x%x) pos(%d).\n", - complete, inb(QOUTFIFO + base), + " QOUTCNT(%d) QINCNT(%d) SCB state(0x%x) cmd(0x%x) " + "pos(%d).\n", + complete, inb(QOUTCNT + base), inb(QINCNT + base), scb->state, (unsigned int) scb->cmd, scb->position); outb(CLRCMDINT, CLRINT + base); continue; } cmd = scb->cmd; - + cmd->result |= (aic7xxx_error(cmd) << 16); if ((cmd->flags & WAS_SENSE) && !(cmd->flags & ASKED_FOR_SENSE)) { /* @@ -2551,7 +2595,7 @@ } #endif /* AIC7XXX_PROC_STATS */ - } while (inb(QOUTCNT + base)); + } while (inb(QOUTCNT + base) & p->qcntmask); } } @@ -2578,7 +2622,7 @@ * flag (rest of the bits are reserved?). *-F*************************************************************************/ static aha_type -aic7xxx_probe(int slot, int base) +aic7xxx_probe(int slot, int base, aha_status_type *bios) { int i; unsigned char buf[4]; @@ -2587,11 +2631,12 @@ int n; unsigned char signature[sizeof(buf)]; aha_type type; + int bios_disabled; } AIC7xxx[] = { - { 4, { 0x04, 0x90, 0x77, 0x71 }, AIC_7771 }, /* host adapter 274x */ - { 4, { 0x04, 0x90, 0x77, 0x70 }, AIC_7770 }, /* motherboard 7770 */ - { 4, { 0x04, 0x90, 0x77, 0x56 }, AIC_284x }, /* 284x, BIOS enabled */ - { 4, { 0x04, 0x90, 0x77, 0x57 }, AIC_284x } /* 284x, BIOS disabled */ + { 4, { 0x04, 0x90, 0x77, 0x71 }, AIC_7771, FALSE }, /* host adapter 274x */ + { 4, { 0x04, 0x90, 0x77, 0x70 }, AIC_7770, FALSE }, /* motherboard 7770 */ + { 4, { 0x04, 0x90, 0x77, 0x56 }, AIC_284x, FALSE }, /* 284x BIOS enabled */ + { 4, { 0x04, 0x90, 0x77, 0x57 }, AIC_284x, TRUE } /* 284x BIOS disabled */ }; /* @@ -2613,6 +2658,14 @@ { if (inb(base + 4) & 1) { + if (AIC7xxx[i].bios_disabled) + { + *bios = AIC_DISABLED; + } + else + { + *bios = AIC_ENABLED; + } return (AIC7xxx[i].type); } @@ -2959,7 +3012,6 @@ if (checksum != sc->checksum) { - printk("aic7xxx: SEEPROM checksum error, ignoring SEEPROM settings.\n"); return (0); } @@ -2972,15 +3024,17 @@ * detect_maxscb * * Description: - * Return the maximum number of SCB's allowed for a given controller. + * Detects the maximum number of SCBs for the controller and returns + * the count and a mask in config (config->maxscbs, config->qcntmask). *-F*************************************************************************/ -static int -detect_maxscb(aha_type type, int base, int walk_scbs) +static void +detect_maxscb(struct aic7xxx_host_config *config) { - unsigned char sblkctl_reg, scb_byte; - int maxscb = 0, i; + unsigned char sblkctl_reg; + int base, i; - switch (type) + base = config->base; + switch (config->type) { case AIC_7770: case AIC_7771: @@ -3001,76 +3055,54 @@ /* * We detected a Rev E board. */ - printk("aic7xxx: %s Rev E and subsequent.\n", board_names[type]); + printk("aic7xxx: %s Rev E and subsequent.\n", + board_names[config->type]); outb(sblkctl_reg ^ AUTOFLUSHDIS, SBLKCTL + base); - maxscb = 4; } else { - printk("aic7xxx: %s Rev C and previous.\n", board_names[type]); - maxscb = 4; + printk("aic7xxx: %s Rev C and previous.\n", board_names[config->type]); } break; - case AIC_7850: - maxscb = 3; + default: break; + } - case AIC_7870: - case AIC_7871: - case AIC_7874: - case AIC_7880: - case AIC_7881: - case AIC_7884: - maxscb = 16; - break; + /* + * Walk the SCBs to determine how many there are. + */ + i = 1; + outb (0, SCBPTR + base); + outb (0, SCBARRAY + base); - case AIC_7872: - case AIC_7873: - case AIC_7882: - case AIC_7883: - /* - * Is suppose to have 255 SCBs, but we'll walk the SCBs - * looking for more if external RAM is detected. - */ - maxscb = 16; + while (i < AIC7XXX_MAXSCB) + { + outb(i, SCBPTR + base); + outb(i, SCBARRAY + base); + if (inb(SCBARRAY + base) != i) break; - - case AIC_NONE: - /* - * This should never happen... But just in case. - */ + outb(0, SCBPTR + base); + if (inb(SCBARRAY + base) != 0) break; - } - if (walk_scbs) - { - /* - * This adapter has external SCB memory. - * Walk the SCBs to determine how many there are. - */ - i = 0; - while (i < AIC7XXX_MAXSCB) - { - outb(i, SCBPTR + base); - scb_byte = ~(inb(SCBARRAY + base)); /* complement the byte */ - outb(scb_byte, SCBARRAY + base); /* write it back out */ - if (inb(SCBARRAY + base) != scb_byte) - { - break; - } - i++; - } - maxscb = i; + outb(i, SCBPTR + base); /* Clear the control byte. */ + outb(0, SCBARRAY + base); - printk("aic7xxx: Using %d SCB's after checking for SCB memory.\n", maxscb); - } - else - { - printk("aic7xxx: Using %d SCB's; No SCB memory check.\n", maxscb); + config->qcntmask |= i; /* Update the count mask. */ + i++; } + outb(i, SCBPTR + base); /* Ensure we clear the control bytes. */ + outb(0, SCBARRAY + base); + outb(0, SCBPTR + base); + outb(0, SCBARRAY + base); + + config->maxscb = i; + config->qcntmask |= i; + + printk("aic7xxx: Using %d SCB's after checking for SCB memory.\n", + config->maxscb); - return (maxscb); } /*+F************************************************************************* @@ -3088,7 +3120,6 @@ unsigned char sblkctl; int max_targets; int found = 1, base; - int bios_disabled = FALSE; unsigned char target_settings; unsigned char scsi_conf, host_conf; int have_seeprom = FALSE; @@ -3134,16 +3165,24 @@ * since there was some issue about resetting the board. */ config->irq = inb(INTDEF + base) & 0x0F; - if ((inb(HA_274_BIOSCTRL + base) & BIOSMODE) == BIOSDISABLED) + if ((config->type == AIC_7771) && + (inb(HA_274_BIOSCTRL + base) & BIOSMODE) == BIOSDISABLED) { - bios_disabled = TRUE; + config->bios = AIC_DISABLED; + config->use_defaults = TRUE; } - host_conf = inb(HOSTCONF + base); - config->busrtime = host_conf & 0x3C; - /* XXX Is this valid for motherboard based controllers? */ - /* Setup the FIFO threshold and the bus off time */ - outb(host_conf & DFTHRSH, BUSSPD + base); - outb((host_conf << 2) & BOFF, BUSTIME + base); + else + { + host_conf = inb(HOSTCONF + base); + config->bus_speed = host_conf & DFTHRSH; + config->busrtime = (host_conf << 2) & BOFF; + } + + /* + * Setup the FIFO threshold and the bus off time + */ + outb(config->bus_speed & DFTHRSH, BUSSPD + base); + outb(config->busrtime, BUSTIME + base); /* * A reminder until this can be detected automatically. @@ -3159,12 +3198,9 @@ aic7xxx_delay(1); outb(config->pause, HCNTRL + base); + config->parity = AIC_ENABLED; config->extended = aic7xxx_extended; config->irq = inb(INTDEF + base) & 0x0F; - if ((inb(HA_274_BIOSCTRL + base) & BIOSMODE) == BIOSDISABLED) - { - bios_disabled = TRUE; - } host_conf = inb(HOSTCONF + base); printk("aic7xxx: Reading SEEPROM..."); @@ -3172,37 +3208,50 @@ if (!have_seeprom) { printk("aic7xxx: Unable to read SEEPROM.\n"); - config->busrtime = host_conf & 0x3C; } else { printk("done.\n"); config->extended = ((sc.bios_control & CF284XEXTEND) >> 5); - config->scsi_id = (sc.brtime_id & CFSCSIID); - config->parity = (sc.adapter_control & CFSPARITY) ? - AIC_ENABLED : AIC_DISABLED; - config->low_term = (sc.adapter_control & CF284XSTERM) ? - AIC_ENABLED : AIC_DISABLED; - /* - * XXX - Adaptec *does* make 284x wide controllers, but the - * documents do not say where the high byte termination - * enable bit is located. For now, we'll just assume - * that it's in the same place as for the 2940 card. - */ - config->high_term = (sc.adapter_control & CFWSTERM) ? - AIC_ENABLED : AIC_DISABLED; - config->busrtime = ((sc.brtime_id & CFBRTIME) >> 8); + if (!(sc.bios_control & CFBIOSEN)) + { + /* + * The BIOS is disabled; the values left over in scratch + * RAM are still valid. Do not use defaults as in the + * AIC-7770 case. + */ + config->bios = AIC_DISABLED; + } + else + { + config->parity = (sc.adapter_control & CFSPARITY) ? + AIC_ENABLED : AIC_DISABLED; + config->low_term = (sc.adapter_control & CF284XSTERM) ? + AIC_ENABLED : AIC_DISABLED; + /* + * XXX - Adaptec *does* make 284x wide controllers, but the + * documents do not say where the high byte termination + * enable bit is located. + */ + } } - /* XXX Is this valid for motherboard based controllers? */ - /* Setup the FIFO threshold and the bus off time */ - outb(host_conf & DFTHRSH, BUSSPD + base); - outb((host_conf << 2) & BOFF, BUSTIME + base); + + host_conf = inb(HOSTCONF + base); + config->bus_speed = host_conf & DFTHRSH; + config->busrtime = (host_conf << 2) & BOFF; + + /* + * Setup the FIFO threshold and the bus off time + */ + outb(config->bus_speed & DFTHRSH, BUSSPD + base); + outb(config->busrtime, BUSTIME + base); printk("aic7xxx: Extended translation %sabled.\n", config->extended ? "en" : "dis"); break; case AIC_7850: + case AIC_7855: case AIC_7870: case AIC_7871: case AIC_7872: @@ -3221,31 +3270,45 @@ config->extended = aic7xxx_extended; config->scsi_id = 7; + config->parity = AIC_ENABLED; printk("aic7xxx: Reading SEEPROM..."); have_seeprom = read_seeprom(base, config->chan_num * (sizeof(sc) / 2), &sc); if (!have_seeprom) { - printk("aic7xxx: Unable to read SEEPROM.\n"); + printk("\naic7xxx: Unable to read SEEPROM; " + "using leftover BIOS values.\n"); } else { printk("done.\n"); - config->extended = ((sc.bios_control & CFEXTEND) >> 7); - config->scsi_id = (sc.brtime_id & CFSCSIID); - config->parity = (sc.adapter_control & CFSPARITY) ? - AIC_ENABLED : AIC_DISABLED; - config->low_term = (sc.adapter_control & CFSTERM) ? - AIC_ENABLED : AIC_DISABLED; - config->high_term = (sc.adapter_control & CFWSTERM) ? - AIC_ENABLED : AIC_DISABLED; - config->busrtime = ((sc.brtime_id & CFBRTIME) >> 8); - if (((config->type == AIC_7880) || (config->type == AIC_7882) || - (config->type == AIC_7883) || (config->type == AIC_7884)) && - (sc.adapter_control & CFULTRAEN)) + if (!(sc.bios_control & CFBIOSEN)) { - printk ("aic7xxx: Enabling support for Ultra SCSI speed.\n"); - config->ultra_enabled = TRUE; + /* + * The BIOS is disabled; the values left over in scratch + * RAM are still valid. Do not use defaults as in the + * AIC-7770 case. + */ + config->bios = AIC_DISABLED; + } + else + { + config->extended = ((sc.bios_control & CFEXTEND) >> 7); + config->scsi_id = (sc.brtime_id & CFSCSIID); + config->parity = (sc.adapter_control & CFSPARITY) ? + AIC_ENABLED : AIC_DISABLED; + config->low_term = (sc.adapter_control & CFSTERM) ? + AIC_ENABLED : AIC_DISABLED; + config->high_term = (sc.adapter_control & CFWSTERM) ? + AIC_ENABLED : AIC_DISABLED; + config->busrtime = ((sc.brtime_id & CFBRTIME) >> 8); + if (((config->type == AIC_7880) || (config->type == AIC_7882) || + (config->type == AIC_7883) || (config->type == AIC_7884)) && + (sc.adapter_control & CFULTRAEN)) + { + printk ("aic7xxx: Enabling support for Ultra SCSI speed.\n"); + config->ultra_enabled = TRUE; + } } } @@ -3256,13 +3319,20 @@ * We don't know where this is set in the SEEPROM or by the BIOS, * so we default it to 100%. */ - outb(config->scsi_id | DFTHRSH_100, SCSICONF + base); - outb(DFTHRSH_100, DSPCISTATUS + base); + config->bus_speed = DFTHRSH_100; + scsi_conf = config->scsi_id | config->bus_speed; + if (config->parity == AIC_ENABLED) + { + scsi_conf |= ENSPCHK; + } + + outb(scsi_conf, SCSICONF + base); + outb(config->bus_speed, DSPCISTATUS + base); /* - * In case we are a wide card, place scsi ID in second conf byte. + * In case we are a wide card... */ - outb(config->scsi_id, (SCSICONF + base + 1)); + outb(scsi_conf, (SCSICONF + base + 1)); printk("aic7xxx: Extended translation %sabled.\n", config->extended ? "en" : "dis"); @@ -3272,7 +3342,7 @@ panic("aic7xxx: (aic7xxx_register) Internal error.\n"); } - config->maxscb = detect_maxscb(config->type, base, config->walk_scbs); + detect_maxscb(config); if (config->chip_type == AIC_777x) { @@ -3325,7 +3395,7 @@ default: printk("aic7xxx: Unsupported type 0x%x, please " - "mail deang@ims.com\n", inb(SBLKCTL + base)); + "mail deang@teleport.com\n", inb(SBLKCTL + base)); outb(0, FLAGS + base); return (0); } @@ -3418,21 +3488,13 @@ p = (struct aic7xxx_host *) host->hostdata; - /* - * Initialize the scb array by setting the state to free. - */ - for (i = 0; i < AIC7XXX_MAXSCB; i++) - { - p->scb_array[i].state = SCB_FREE; - p->scb_array[i].next = NULL; - p->scb_array[i].cmd = NULL; - } - + p->host = host; p->isr_count = 0; p->a_scanned = FALSE; p->b_scanned = FALSE; p->base = base; p->maxscb = config->maxscb; + p->qcntmask = config->qcntmask; p->numscb = 0; p->extended = config->extended; p->type = config->type; @@ -3443,6 +3505,7 @@ p->have_seeprom = have_seeprom; p->seeprom = sc; p->free_scb = NULL; + p->aborted_scb = NULL; p->next = NULL; p->unpause = config->unpause; @@ -3515,7 +3578,7 @@ outb(config->scsi_id_b, SCSIID + base); scsi_conf = inb(SCSICONF + base + 1) & (ENSPCHK | STIMESEL); outb(scsi_conf | ENSTIMER | ACTNEGEN | STPWEN, SXFRCTL1 + base); - outb(ENSELTIMO , SIMODE1 + base); + outb(ENSELTIMO | ENSCSIRST | ENSCSIPERR, SIMODE1 + base); if (p->ultra_enabled) { outb(DFON | SPIOEN | ULTRAEN, SXFRCTL0 + base); @@ -3533,7 +3596,7 @@ outb(config->scsi_id, SCSIID + base); scsi_conf = inb(SCSICONF + base) & (ENSPCHK | STIMESEL); outb(scsi_conf | ENSTIMER | ACTNEGEN | STPWEN, SXFRCTL1 + base); - outb(ENSELTIMO , SIMODE1 + base); + outb(ENSELTIMO | ENSCSIRST | ENSCSIPERR, SIMODE1 + base); if (p->ultra_enabled) { outb(DFON | SPIOEN | ULTRAEN, SXFRCTL0 + base); @@ -3573,7 +3636,7 @@ } else { - if (bios_disabled) + if (config->bios == AIC_DISABLED) { printk("aic7xxx : Host adapter BIOS disabled. Using default SCSI " "device parameters.\n"); @@ -3606,7 +3669,7 @@ } else { - if (bios_disabled) + if (config->use_defaults) { target_settings = 0; /* 10 MHz */ p->needsdtr_copy |= (0x01 << i); @@ -3640,7 +3703,7 @@ */ if (p->bus_type != AIC_WIDE) { - p->needwdtr = 0; + p->needwdtr_copy = 0; } p->needsdtr = p->needsdtr_copy; p->needwdtr = p->needwdtr_copy; @@ -3650,16 +3713,6 @@ #endif /* - * Clear the control byte for every SCB so that the sequencer - * doesn't get confused and think that one of them is valid - */ - for (i = 0; i < config->maxscb; i++) - { - outb(i, SCBPTR + base); - outb(0, SCBARRAY + base); - } - - /* * For reconnecting targets, the sequencer code needs to * know how many SCBs it has to search through. */ @@ -3672,6 +3725,12 @@ outb(-i & 0xff, COMP_SCBCOUNT + base); /* + * Set the QCNT (queue count) mask to deal with broken aic7850s that + * sporatically get garbage in the upper bits of their QCNT registers. + */ + outb(config->qcntmask, QCNTMASK + base); + + /* * Clear the active flags - no targets are busy. */ outb(0, ACTIVE_A + base); @@ -3681,7 +3740,11 @@ * We don't have any waiting selections */ outb(SCB_LIST_NULL, WAITING_SCBH + base); - outb(SCB_LIST_NULL, WAITING_SCBT + base); + + /* + * Message out buffer starts empty + */ + outb(0, MSG_LEN + base); /* * Reset the SCSI bus. Is this necessary? @@ -3785,7 +3848,7 @@ continue; } - config.type = aic7xxx_probe(slot, HID0 + base); + config.type = aic7xxx_probe(slot, HID0 + base, &(config.bios)); if (config.type != AIC_NONE) { /* @@ -3801,12 +3864,13 @@ config.chip_type = AIC_777x; config.base = base; config.irq = irq; - config.parity = AIC_UNKNOWN; + config.parity = AIC_ENABLED; config.low_term = AIC_UNKNOWN; config.high_term = AIC_UNKNOWN; - config.busrtime = 0; - config.walk_scbs = FALSE; config.ultra_enabled = FALSE; + config.extended = aic7xxx_extended; + config.bus_speed = DFTHRSH_100; + config.busrtime = BOFF_60BCLKS; found += aic7xxx_register(template, &config); /* @@ -3830,6 +3894,7 @@ aha_chip_type chip_type; } const aic7xxx_pci_devices[] = { {PCI_VENDOR_ID_ADAPTEC, PCI_DEVICE_ID_ADAPTEC_7850, AIC_7850, AIC_785x}, + {PCI_VENDOR_ID_ADAPTEC, PCI_DEVICE_ID_ADAPTEC_7855, AIC_7855, AIC_785x}, {PCI_VENDOR_ID_ADAPTEC, PCI_DEVICE_ID_ADAPTEC_7870, AIC_7870, AIC_787x}, {PCI_VENDOR_ID_ADAPTEC, PCI_DEVICE_ID_ADAPTEC_7871, AIC_7871, AIC_787x}, {PCI_VENDOR_ID_ADAPTEC, PCI_DEVICE_ID_ADAPTEC_7872, AIC_7872, AIC_787x}, @@ -3868,12 +3933,20 @@ config.type = aic7xxx_pci_devices[i].card_type; config.chip_type = aic7xxx_pci_devices[i].chip_type; config.chan_num = 0; - config.walk_scbs = FALSE; + config.bios = AIC_ENABLED; /* Assume bios is enabled. */ + config.use_defaults = FALSE; + config.busrtime = 40; switch (config.type) { + case AIC_7850: + case AIC_7855: + config.bios = AIC_DISABLED; + config.use_defaults = TRUE; + config.bus_speed = DFTHRSH_100; + break; + case AIC_7872: /* 3940 */ case AIC_7882: /* 3940-Ultra */ - config.walk_scbs = TRUE; config.chan_num = number_of_39xxs & 0x1; /* Has 2 controllers */ number_of_39xxs++; if (number_of_39xxs == 2) @@ -3912,13 +3985,17 @@ CSIZE_LATTIME, &csize_lattime); if ((csize_lattime & CACHESIZE) == 0) { - /* Default to 8DWDs - what's the PCI define for this? */ + /* + * Default to 8DWDs - what's the PCI define for this? + */ csize_lattime |= 8; } if((csize_lattime & LATTIME) == 0) { - /* Default to 64 PCLKS (is this a good value?) */ - /* This may also be available in the SEEPROM?? */ + /* + * Default to 64 PCLKS (is this a good value?) + * This may also be available in the SEEPROM?? + */ csize_lattime |= (64 << 8); } pcibios_write_config_dword(pci_bus, pci_device_fn, @@ -3953,22 +4030,22 @@ /* * I don't think we need to bother with allowing - * spurious interrupts for the 787x/7850, but what + * spurious interrupts for the 787x/785x, but what * the hey. */ aic7xxx_spurious_count = 1; config.base = base; config.irq = irq; - config.parity = AIC_UNKNOWN; + config.parity = AIC_ENABLED; config.low_term = AIC_UNKNOWN; config.high_term = AIC_UNKNOWN; - config.busrtime = 0; + config.extended = aic7xxx_extended; config.ultra_enabled = FALSE; if (devconfig & RAMPSM) { /* - * External SRAM present. Have the probe walk the SCBs to see + * External SRAM present. The probe will walk the SCBs to see * how much SRAM we have and set the number of SCBs accordingly. * We have to turn off SCBRAMSEL to access the external SCB * SRAM. @@ -3987,7 +4064,6 @@ devconfig &= ~(RAMPSM | SCBRAMSEL); pcibios_write_config_dword(pci_bus, pci_device_fn, DEVCONFIG, devconfig); - config.walk_scbs = TRUE; } found += aic7xxx_register(template, &config); @@ -4252,6 +4328,18 @@ scb->position, (unsigned int) scb->cmd, scb->state, (unsigned int) p->free_scb); #endif + + /* + * Make sure the Scsi_Cmnd pointer is saved, the struct it points to + * is set up properly, and the parity error flag is reset, then send + * the SCB to the sequencer and watch the fun begin. + */ + cmd->scsi_done = fn; + aic7xxx_error(cmd) = DID_OK; + aic7xxx_status(cmd) = 0; + cmd->result = 0; + memset(&cmd->sense_buffer, 0, sizeof(cmd->sense_buffer)); + /* * Pause the sequencer so we can play with its registers - * wait for it to acknowledge the pause. @@ -4269,18 +4357,6 @@ aic7xxx_putscb(p, scb); outb(scb->position, QINFIFO + p->base); - /* - * Make sure the Scsi_Cmnd pointer is saved, the struct it - * points to is set up properly, and the parity error flag - * is reset, then unpause the sequencer and watch the fun - * begin. - */ - cmd->scsi_done = fn; - aic7xxx_error(cmd) = DID_OK; - aic7xxx_status(cmd) = 0; - cmd->result = 0; - memset(&cmd->sense_buffer, 0, sizeof(cmd->sense_buffer)); - UNPAUSE_SEQUENCER(p); #if 0 printk("aic7xxx: (queue) After - cmd(0x%lx) scb->cmd(0x%lx) pos(%d).\n", @@ -4292,124 +4368,151 @@ /*+F************************************************************************* * Function: - * aic7xxx_abort_scb + * aic7xxx_abort_reset * * Description: - * Abort an scb. If the scb has not previously been aborted, then - * we attempt to send a BUS_DEVICE_RESET message to the target. If - * the scb has previously been unsuccessfully aborted, then we will - * reset the channel and have all devices renegotiate. Returns an - * enumerated type that indicates the status of the operation. + * Abort or reset the current SCSI command(s). If the scb has not + * previously been aborted, then we attempt to send a BUS_DEVICE_RESET + * message to the target. If the scb has previously been unsuccessfully + * aborted, then we will reset the channel and have all devices renegotiate. + * Returns an enumerated type that indicates the status of the operation. *-F*************************************************************************/ static aha_abort_reset_type -aic7xxx_abort_scb(struct aic7xxx_host *p, struct aic7xxx_scb *scb, - unsigned char errcode) +aic7xxx_abort_reset(Scsi_Cmnd *cmd, unsigned char errcode) { - int base = p->base; - int found = FALSE; + struct aic7xxx_scb *scb; + struct aic7xxx_host *p; + long flags; + unsigned char bus_state; aha_abort_reset_type scb_status = ABORT_RESET_SUCCESS; - char channel = scb->target_channel_lun & SELBUSB ? 'B': 'A'; + int base, found; + char channel; - /* - * Ensure that the card doesn't do anything - * behind our back. - */ - PAUSE_SEQUENCER(p); + p = (struct aic7xxx_host *) cmd->host->hostdata; + scb = &(p->scb_array[aic7xxx_position(cmd)]); + base = p->base; + channel = scb->target_channel_lun & SELBUSB ? 'B': 'A'; -#ifdef AIC7XXX_DEBUG_ABORT - printk ("aic7xxx: (abort_scb) scb %d, scb_aborted 0x%x\n", - scb->position, (scb->state & SCB_ABORTED)); -#endif - /* - * First, determine if we want to do a bus reset or simply a bus device - * reset. If this is the first time that a transaction has timed out, - * just schedule a bus device reset. Otherwise, we reset the bus and - * abort all pending I/Os on that bus. - */ - if (scb->state & SCB_ABORTED) + save_flags(flags); + cli(); + + if (scb->state & SCB_ACTIVE) { /* - * Been down this road before. Do a full bus reset. + * Ensure that the card doesn't do anything + * behind our back. */ - found = aic7xxx_reset_channel(p, channel, scb->position); - } - else - { - unsigned char active_scb, control; - struct aic7xxx_scb *active_scbp; + PAUSE_SEQUENCER(p); - /* - * Send a Bus Device Reset Message: - * The target we select to send the message to may be entirely - * different than the target pointed to by the scb that timed - * out. If the command is in the QINFIFO or the waiting for - * selection list, its not tying up the bus and isn't responsible - * for the delay so we pick off the active command which should - * be the SCB selected by SCBPTR. If its disconnected or active, - * we device reset the target scbp points to. Although it may - * be that this target is not responsible for the delay, it may - * may also be that we're timing out on a command that just takes - * too much time, so we try the bus device reset there first. - */ - active_scb = inb(SCBPTR + base); - active_scbp = &(p->scb_array[active_scb]); - control = inb(SCBARRAY + base); + printk ("aic7xxx: (abort_reset) scb state 0x%x, ", scb->state); + bus_state = inb(LASTPHASE + p->base); + + switch (bus_state) + { + case P_DATAOUT: + printk ("Data-Out phase, "); + break; + case P_DATAIN: + printk ("Data-In phase, "); + break; + case P_COMMAND: + printk ("Command phase, "); + break; + case P_MESGOUT: + printk ("Message-Out phase, "); + break; + case P_STATUS: + printk ("Status phase, "); + break; + case P_MESGIN: + printk ("Message-In phase, "); + break; + default: + printk ("while idle, LASTPHASE = 0x%x, ", bus_state); + /* + * We're not in a valid phase, so assume we're idle. + */ + bus_state = 0; + break; + } + printk ("SCSISIGI = 0x%x\n", inb (p->base + SCSISIGI)); /* - * Test to see if scbp is disconnected + * First, determine if we want to do a bus reset or simply a bus device + * reset. If this is the first time that a transaction has timed out, + * just schedule a bus device reset. Otherwise, we reset the bus and + * abort all pending I/Os on that bus. */ - outb(scb->position, SCBPTR + base); - if (inb(SCBARRAY + base) & DISCONNECTED) + if (scb->state & SCB_ABORTED) { -#ifdef AIC7XXX_DEBUG_ABORT - printk ("aic7xxx: (abort_scb) scb %d is disconnected.\n", scb->position); -#endif - scb->state |= (SCB_DEVICE_RESET | SCB_ABORTED); - scb->SG_segment_count = 0; - memset(scb->SG_list_pointer, 0, sizeof(scb->SG_list_pointer)); - memset(scb->data_pointer, 0, sizeof(scb->data_pointer)); - scb->data_count = 0; - aic7xxx_putscb(p, scb); - aic7xxx_error(scb->cmd) = errcode; - scb_status = ABORT_RESET_PENDING; - aic7xxx_add_waiting_scb(base, scb, LIST_SECOND); - UNPAUSE_SEQUENCER(p); + /* + * Been down this road before. Do a full bus reset. + */ + found = aic7xxx_reset_channel(p, channel, scb->position, TRUE); } else { + unsigned char active_scb, control; + struct aic7xxx_scb *active_scbp; + /* - * Is the active SCB really active? + * Send a Bus Device Reset Message: + * The target we select to send the message to may be entirely + * different than the target pointed to by the scb that timed + * out. If the command is in the QINFIFO or the waiting for + * selection list, its not tying up the bus and isn't responsible + * for the delay so we pick off the active command which should + * be the SCB selected by SCBPTR. If its disconnected or active, + * we device reset the target scbp points to. Although it may + * be that this target is not responsible for the delay, it may + * may also be that we're timing out on a command that just takes + * too much time, so we try the bus device reset there first. */ - if (active_scbp->state & SCB_ACTIVE) + active_scb = inb(SCBPTR + base); + active_scbp = &(p->scb_array[active_scb]); + control = inb(SCB_CONTROL + base); + + /* + * Test to see if scbp is disconnected + */ + outb(scb->position, SCBPTR + base); + if (inb(SCB_CONTROL + base) & DISCONNECTED) { - unsigned char msg_len = inb(MSG_LEN + base); - if (msg_len != 0) - { #ifdef AIC7XXX_DEBUG_ABORT - printk ("aic7xxx: (abort_scb) scb is active, needs DMA, " - "msg_len is non-zero.\n"); -#endif - /* - * If we're in a message phase, tacking on another message - * may confuse the target totally. The bus is probably wedged, - * so reset the channel. - */ - channel = (active_scbp->target_channel_lun & SELBUSB) ? 'B': 'A'; - aic7xxx_reset_channel(p, channel, scb->position); - } - else - { -#ifdef AIC7XXX_DEBUG_ABORT - printk ("aic7xxx: (abort_scb) scb is active, needs DMA, " - "msg_len is zero.\n"); + printk ("aic7xxx: (abort_scb) scb %d is disconnected; " + "bus device reset message queued.\n", scb->position); #endif + scb->state |= (SCB_DEVICE_RESET | SCB_ABORTED); + scb->SG_segment_count = 0; + memset(scb->SG_list_pointer, 0, sizeof(scb->SG_list_pointer)); + memset(scb->data_pointer, 0, sizeof(scb->data_pointer)); + scb->data_count = 0; + aic7xxx_putscb(p, scb); + aic7xxx_add_waiting_scb(base, scb); + aic7xxx_error(scb->cmd) = errcode; + scb_status = ABORT_RESET_PENDING; + outb(active_scb, SCBPTR + base); + UNPAUSE_SEQUENCER(p); + } + else + { + /* + * Is the active SCB really active? + */ + if ((active_scbp->state & SCB_ACTIVE) && bus_state) + { /* * Load the message buffer and assert attention. */ active_scbp->state |= (SCB_DEVICE_RESET | SCB_ABORTED); outb(1, MSG_LEN + base); outb(MSG_BUS_DEVICE_RESET, MSG0 + base); - if (active_scbp->target_channel_lun != scb->target_channel_lun) + outb(bus_state | ATNO, SCSISIGO + base); +#ifdef AIC7XXX_DEBUG_ABORT + printk ("aic7xxx: (abort_scb) asserted ATN - " + "bus device reset in message buffer.\n"); +#endif + if (active_scbp != scb) { /* * XXX - We would like to increment the timeout on scb, but @@ -4421,70 +4524,27 @@ } aic7xxx_error(scb->cmd) = errcode; scb_status = ABORT_RESET_PENDING; + /* + * Restore the active SCB and unpause the sequencer. + */ + outb(active_scb, SCBPTR + base); + UNPAUSE_SEQUENCER(p); - } - } - else - { + } + else + { #ifdef AIC7XXX_DEBUG_ABORT - printk ("aic7xxx: (abort_scb) no active command.\n"); + printk ("aic7xxx: (abort_scb) no active command.\n"); #endif - /* - * No active command to single out, so reset - * the bus for the timed out target. - */ - aic7xxx_reset_channel(p, channel, scb->position); + /* + * No active command to single out, so reset + * the bus for the timed out target. + */ + aic7xxx_reset_channel(p, channel, scb->position, TRUE); + } } } } - return (scb_status); -} - -/*+F************************************************************************* - * Function: - * aic7xxx_abort_reset - * - * Description: - * Abort or reset the current SCSI command(s). Returns an enumerated - * type that indicates the status of the operation. - *-F*************************************************************************/ -static aha_abort_reset_type -aic7xxx_abort_reset(Scsi_Cmnd *cmd, unsigned char errcode) -{ - struct aic7xxx_scb *scb; - struct aic7xxx_host *p; - long flags; - aha_abort_reset_type scb_status = ABORT_RESET_SUCCESS; - - p = (struct aic7xxx_host *) cmd->host->hostdata; - scb = &(p->scb_array[aic7xxx_position(cmd)]); - - save_flags(flags); - cli(); - -#ifdef AIC7XXX_DEBUG_ABORT - printk ("aic7xxx: (abort_reset) scb state 0x%x\n", scb->state); -#endif - - if (scb->state & SCB_ACTIVE) - { - if (scb->state & SCB_IMMED) - { - /* - * Don't know how set the number of retries to 0. - */ - /* cmd->retries = 0; */ - aic7xxx_error(cmd) = errcode; - aic7xxx_done(p, scb); - } - else - { - /* - * Abort the operation. - */ - scb_status = aic7xxx_abort_scb(p, scb, errcode); - } - } else { /* @@ -4509,6 +4569,7 @@ cmd->result = errcode << 16; cmd->scsi_done(cmd); } + restore_flags(flags); return (scb_status); } @@ -4565,8 +4626,10 @@ case ABORT_RESET_PENDING: return (SCSI_RESET_PENDING); break; - case ABORT_RESET_INACTIVE: case ABORT_RESET_SUCCESS: + return (SCSI_RESET_BUS_RESET | SCSI_RESET_SUCCESS); + break; + case ABORT_RESET_INACTIVE: default: return (SCSI_RESET_SUCCESS); break; diff -u --recursive --new-file v1.3.91/linux/drivers/scsi/aic7xxx.h linux/drivers/scsi/aic7xxx.h --- v1.3.91/linux/drivers/scsi/aic7xxx.h Mon Oct 23 13:21:53 1995 +++ linux/drivers/scsi/aic7xxx.h Sat Apr 20 20:59:10 1996 @@ -1,5 +1,5 @@ /*+M************************************************************************* - * Adaptec 274x/284x/294x device driver for Linux. + * Adaptec AIC7xxx device driver for Linux. * * Copyright (c) 1994 John Aycock * The University of Calgary Department of Computer Science. @@ -18,15 +18,15 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: aic7xxx.h,v 2.2 1995/09/20 05:18:18 deang Exp $ + * $Id: aic7xxx.h,v 3.0 1996/04/16 09:11:53 deang Exp $ *-M*************************************************************************/ #ifndef _aic7xxx_h #define _aic7xxx_h -#define AIC7XXX_H_VERSION "$Revision: 2.2 $" +#define AIC7XXX_H_VERSION "$Revision: 3.0 $" /* - * Scsi_Host_Template (see hosts.h) for AIC-7770/AIC-7870 - some fields + * Scsi_Host_Template (see hosts.h) for AIC-7xxx - some fields * to do with card config are filled in after the card is detected. */ #define AIC7XXX { \ diff -u --recursive --new-file v1.3.91/linux/drivers/scsi/aic7xxx.seq linux/drivers/scsi/aic7xxx.seq --- v1.3.91/linux/drivers/scsi/aic7xxx.seq Fri Apr 12 15:52:00 1996 +++ linux/drivers/scsi/aic7xxx.seq Sat Apr 20 20:59:10 1996 @@ -1,5 +1,5 @@ /*+M************************************************************************* - * Adaptec 274x/284x/294x device driver for Linux and FreeBSD. + * Adaptec AIC7xxx device driver for Linux and FreeBSD. * * Copyright (c) 1994 John Aycock * The University of Calgary Department of Computer Science. @@ -25,7 +25,7 @@ * optimizations provided by Justin T. Gibbs (gibbs@FreeBSD.org) *-M*************************************************************************/ -VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 2.8 1996/02/10 06:23:39 deang Exp $" +VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 3.0 1996/04/16 08:52:23 deang Exp $" #ifdef linux #include "aic7xxx_reg.h" @@ -57,8 +57,14 @@ */ /* - * Initialize any state valid during the idle loop here. This code is - * executed on startup and after every bus free. + * We assume that the kernel driver may reset us at any time, even in the + * middle of a DMA, so clear DFCNTRL too. + */ +reset: + clr DFCNTRL + clr SCSISIGO /* De-assert BSY */ +/* + * We jump to start after every bus free. */ start: mvi SCSISEQ,ENRSELI /* Always allow reselection */ @@ -76,7 +82,8 @@ start2: test SSTAT0,SELDI jnz reselect cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting - test QINCNT,0xff jz poll_for_work + mov A, QCNTMASK + test QINCNT,A jz poll_for_work /* * We have at least one queued SCB now and we don't have any @@ -255,15 +262,6 @@ test SSTAT1,BUSFREE jnz p_busfree test SSTAT1,REQINIT jz ITloop -/* - * If we've had a parity error, let the driver know before - * we overwrite LASTPHASE. - */ - test SSTAT1, SCSIPERR jz parity_okay - or CLRSINT1, CLRSCSIPERR - mvi INTSTAT, PARITY_ERROR - -parity_okay: and A,PHASE_MASK,SCSISIGI mov LASTPHASE,A mov SCSISIGO,A @@ -361,7 +359,7 @@ /* * Copy data from FIFO into SCB data pointer and data count. This assumes * that the struct scatterlist has this structure (this and sizeof(struct - * scatterlist) == 12 are asserted in aic7xxx.c): + * scatterlist) == 12 are asserted in aic7xxx.c for the Linux driver): * * struct scatterlist { * char *address; four bytes, little-endian order @@ -370,7 +368,7 @@ * } * * - * Not in FreeBSD. the scatter list entry is only 8 bytes. + * In FreeBSD, the scatter list entry is only 8 bytes. * * struct ahc_dma_seg { * physaddr addr; four bytes, little-endian order @@ -378,34 +376,23 @@ * }; */ -/* - * For Linux, we must throw away four bytes since there is a 32bit gap - * in the middle of a struct scatterlist - */ -#ifdef linux mov HADDR0,DFDAT mov HADDR1,DFDAT mov HADDR2,DFDAT mov HADDR3,DFDAT +/* + * For Linux, we must throw away four bytes since there is a 32bit gap + * in the middle of a struct scatterlist. + */ +#ifdef linux mov NONE,DFDAT mov NONE,DFDAT mov NONE,DFDAT mov NONE,DFDAT +#endif mov HCNT0,DFDAT mov HCNT1,DFDAT mov HCNT2,DFDAT -#else -/* - * For FreeBSD, just copy it wholesale - */ - mov HADDR0,DFDAT - mov HADDR1,DFDAT - mov HADDR2,DFDAT - mov HADDR3,DFDAT - mov HCNT0,DFDAT - mov HCNT1,DFDAT - mov HCNT2,DFDAT -#endif /* Load STCNT as well. It is a mirror of HCNT */ mov STCNT0,HCNT0 @@ -775,6 +762,7 @@ */ p_busfree: mvi CLRSINT1,CLRATNO + clr LASTPHASE /* * if this is an immediate command, perform a pseudo command complete to @@ -783,28 +771,6 @@ test SCB_CMDLEN,0xff jz status_ok jmp start -#if 0 -/* - * Instead of a generic bcopy routine that requires an argument, we unroll - * the cases that are actually used, and call them explicitly. This - * not only reduces the overhead of doing a bcopy, but ends up saving space - * in the program since you don't have to put the argument into the accumulator - * before the call. Both functions expect DINDEX to contain the destination - * address and SINDEX to contain the source address. - */ -bcopy_7: - mov DINDIR,SINDIR - mov DINDIR,SINDIR -bcopy_5: - mov DINDIR,SINDIR -bcopy_4: - mov DINDIR,SINDIR -bcopy_3: - mov DINDIR,SINDIR - mov DINDIR,SINDIR - mov DINDIR,SINDIR ret -#endif - /* * Locking the driver out, build a one-byte message passed in SINDEX * if there is no active message already. SINDEX is returned intact. @@ -812,7 +778,7 @@ mk_mesg: mvi SEQCTL,0x50 /* PAUSEDIS|FASTMODE */ test MSG_LEN,0xff jz mk_mesg1 /* Should always succeed */ - + /* * Hmmm. For some reason the mesg buffer is in use. * Tell the driver. It should look at SINDEX to find diff -u --recursive --new-file v1.3.91/linux/drivers/scsi/aic7xxx_asm.c linux/drivers/scsi/aic7xxx_asm.c --- v1.3.91/linux/drivers/scsi/aic7xxx_asm.c Thu Feb 15 06:57:02 1996 +++ linux/drivers/scsi/aic7xxx_asm.c Sat Apr 20 20:59:10 1996 @@ -1,5 +1,5 @@ /*+M************************************************************************* - * Adaptec AIC7770/AIC7870 sequencer code assembler. + * Adaptec AIC7xxx sequencer code assembler. * * Copyright (c) 1994 John Aycock * The University of Calgary Department of Computer Science. @@ -27,7 +27,7 @@ * A