diff --git a/.gitignore b/.gitignore
index 812329a46a..40b5e0e6db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,17 @@ Icon
Network Trash Folder
Temporary Items
.apdisk
+build-mikrus.sh
+build-yellowbox.sh
+.vscode/launch.json
+flash-yellowbox.sh
+flash-mikrus.sh
+firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
+firmware/hw_layer/mass_storage/ramdisk_image.h
+/current_console_output
+build-console.sh
+build-mikrus.sh
+firmware/config/boards/yellowbox/README.md
+firmware/config/boards/yellowbox/pinmap.txt
+firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
+firmware/hw_layer/mass_storage/ramdisk_image.h
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 6d830ae166..86e5f24734 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -147,6 +147,37 @@
"configFiles": ["interface/stlink.cfg", "target/stm32h7x.cfg"],
"rtos": "auto",
"gdbPath": "${workspaceRoot}/firmware/ext/build-tools/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gdb"
+ },
+ {
+ "name": "Debug Yellowbox",
+ "type": "cortex-debug",
+ // Use "attach" - do NOT reflash. Flash manually with flash-yellowbox.sh first.
+ // "launch" would overwrite the board with the raw ELF (no checksum), breaking bootloader integrity check.
+ "request": "attach",
+ "cwd": "${workspaceFolder}/firmware",
+ "executable": "${workspaceRoot}/firmware/build/fome.elf",
+ "device": "STM32H743V",
+ "v1": false,
+ "svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/STM32H743x.svd",
+ "servertype": "openocd",
+ "configFiles": ["interface/stlink.cfg", "target/stm32h7x.cfg"],
+ "rtos": "auto",
+ "gdbPath": "/usr/bin/gdb-multiarch"
+ },
+ {
+ "name": "Debug Yellowbox Bootloader",
+ "type": "cortex-debug",
+ // Use "attach" - do NOT reflash. Flash manually with flash-yellowbox.sh first.
+ "request": "attach",
+ "cwd": "${workspaceFolder}/firmware",
+ "executable": "${workspaceRoot}/firmware/bootloader/blbuild/fome_bl.elf",
+ "device": "STM32H743V",
+ "v1": false,
+ "svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/STM32H743x.svd",
+ "servertype": "openocd",
+ "configFiles": ["interface/stlink.cfg", "target/stm32h7x.cfg"],
+ "rtos": "auto",
+ "gdbPath": "/usr/bin/gdb-multiarch"
}
]
}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a57705b48d..5600aaedf5 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -32,4 +32,5 @@
"editor.formatOnSave": true
},
"C_Cpp.clang_format_style": "file",
+ "cortex-debug.variableUseNaturalFormat": false,
}
diff --git a/ISR b/ISR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/firmware/config/boards/atlas/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/atlas/connectors/generated_ts_name_by_pin.cpp
index 921589afb9..5ebe1dd094 100644
--- a/firmware/config/boards/atlas/connectors/generated_ts_name_by_pin.cpp
+++ b/firmware/config/boards/atlas/connectors/generated_ts_name_by_pin.cpp
@@ -1,9 +1,9 @@
// DO NOT EDIT MANUALLY, let automation work hard.
-// auto-generated by PinoutLogic.java based on config/boards/atlas/connectors/analog.yaml
-// auto-generated by PinoutLogic.java based on config/boards/atlas/connectors/can.yaml
-// auto-generated by PinoutLogic.java based on config/boards/atlas/connectors/digital_in.yaml
-// auto-generated by PinoutLogic.java based on config/boards/atlas/connectors/outputs.yaml
+// auto-generated by PinoutLogic.java based on /home/dflak/fome-fw/firmware/config/boards/atlas/connectors/analog.yaml
+// auto-generated by PinoutLogic.java based on /home/dflak/fome-fw/firmware/config/boards/atlas/connectors/can.yaml
+// auto-generated by PinoutLogic.java based on /home/dflak/fome-fw/firmware/config/boards/atlas/connectors/digital_in.yaml
+// auto-generated by PinoutLogic.java based on /home/dflak/fome-fw/firmware/config/boards/atlas/connectors/outputs.yaml
#include "pch.h"
// see comments at declaration in pin_repository.h
diff --git a/firmware/config/boards/core48/compile_core48.sh b/firmware/config/boards/core48/compile_core48.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/core8/compile_core8.sh b/firmware/config/boards/core8/compile_core8.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/frankenso/compile_frankenso_na6.sh b/firmware/config/boards/frankenso/compile_frankenso_na6.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/hellen/alphax-8chan/compile_alphax-8chan.sh b/firmware/config/boards/hellen/alphax-8chan/compile_alphax-8chan.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/hellen/harley81/compile_harley81.sh b/firmware/config/boards/hellen/harley81/compile_harley81.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/hellen/hellen-gm-e67/compile_hellen-gm-e67.sh b/firmware/config/boards/hellen/hellen-gm-e67/compile_hellen-gm-e67.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/hellen/hellen121nissan/compile_hellen121nissan.sh b/firmware/config/boards/hellen/hellen121nissan/compile_hellen121nissan.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/hellen/hellen128/compile_hellen128.sh b/firmware/config/boards/hellen/hellen128/compile_hellen128.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/hellen/hellen64_miataNA6_94/compile_hellenNA6.sh b/firmware/config/boards/hellen/hellen64_miataNA6_94/compile_hellenNA6.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/hellen/hellen72/compile_hellen72.sh b/firmware/config/boards/hellen/hellen72/compile_hellen72.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/microrusefi/compile_mre_f4_recovery.sh b/firmware/config/boards/microrusefi/compile_mre_f4_recovery.sh
old mode 100644
new mode 100755
diff --git a/firmware/config/boards/yellowbox/board.mk b/firmware/config/boards/yellowbox/board.mk
new file mode 100644
index 0000000000..51bd495304
--- /dev/null
+++ b/firmware/config/boards/yellowbox/board.mk
@@ -0,0 +1,34 @@
+# Yellowbox board - STM32H743VIT
+
+PROJECT_CPU = ARCH_STM32H7
+
+# List of all the board related files.
+BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
+
+# Error LED is red PE3
+DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::E3
+
+DDEFS += -DFIRMWARE_ID=\"yellowbox\"
+DDEFS += -DDEFAULT_ENGINE_TYPE=MINIMAL_PINS
+
+# ADC3 is needed for AN5 (PC2) and AN6 (PC3) which are ADC3-only on STM32H743.
+# No knock sensor on this board - software knock is not enabled.
+DDEFS += -DSTM32_ADC_USE_ADC3=TRUE
+
+# SDMMC1 for SD card.
+# IMPORTANT: only 1-bit wired (CMD=PD2, CLK=PC12, DAT0=PC8).
+# To use 4-bit mode a future hardware revision must also wire PC9/PC10/PC11.
+DDEFS += -DEFI_SDC_DEVICE=SDCD1
+DDEFS += -DEFI_SDC_MODE=SDC_MODE_1BIT
+DDEFS += -DBOARD_OTG_NOVBUSSENS=TRUE
+# 32kHz crystal on PC14/PC15 (no bypass - crystal, not external oscillator signal)
+
+# WiFi ATWINC1500 on SPI1
+USE_WIFI = yes
+
+# Enable the SD card bootloader
+SD_BOOTLOADER = yes
+
+DDEFS += -DHW_YELLOWBOX=1
+
+SHORT_BOARD_NAME = yellowbox
diff --git a/firmware/config/boards/yellowbox/board_configuration.cpp b/firmware/config/boards/yellowbox/board_configuration.cpp
new file mode 100644
index 0000000000..6d6274b47f
--- /dev/null
+++ b/firmware/config/boards/yellowbox/board_configuration.cpp
@@ -0,0 +1,181 @@
+/**
+ * @file boards/yellowbox/board_configuration.cpp
+ *
+ * @brief Configuration defaults for the Yellowbox board
+ * MCU: STM32H743VIT
+ */
+
+#include "pch.h"
+
+// 8 injector outputs
+static const brain_pin_e injPins[] = {
+ Gpio::D7, // IN1
+ Gpio::B4, // IN2
+ Gpio::B5, // IN3
+ Gpio::B6, // IN4
+ Gpio::B7, // IN5
+ Gpio::B8, // IN6
+ Gpio::B9, // IN7
+ Gpio::A8, // IN8
+};
+
+// 2 ignition outputs
+static const brain_pin_e ignPins[] = {
+ Gpio::D4, // IGN1
+ Gpio::D3, // IGN2
+};
+
+static void setInjectorPins() {
+ for (size_t i = 0; i < efi::size(injPins); i++) {
+ engineConfiguration->injectionPins[i] = injPins[i];
+ }
+}
+
+static void setIgnitionPins() {
+ for (size_t i = 0; i < efi::size(ignPins); i++) {
+ engineConfiguration->ignitionPins[i] = ignPins[i];
+ }
+}
+
+// PE3 is the red error LED, defined in board.mk as LED_CRITICAL_ERROR_BRAIN_PIN
+Gpio getCommsLedPin() {
+ return Gpio::E4; // GREEN
+}
+
+Gpio getRunningLedPin() {
+ return Gpio::E5; // GREEN
+}
+
+Gpio getWarningLedPin() {
+ return Gpio::E6; // ORANGE
+}
+
+// WiFi ATWINC1500 on SPI1
+spi_device_e getWifiSpiDevice() {
+ return SPI_DEVICE_1;
+}
+
+Gpio getWifiCsPin() {
+ return Gpio::A4; // SPI_SSN
+}
+
+Gpio getWifiResetPin() {
+ return Gpio::B0; // RESET_N
+}
+
+Gpio getWifiIsrPin() {
+ return Gpio::B1; // IRQN
+}
+
+static void setupVbatt() {
+ // TODO: set analogInputDividerCoefficient to match the pull-up resistor
+ // used on sensor inputs (e.g. 1.0 if there is no additional divider).
+ engineConfiguration->analogInputDividerCoefficient = 1.0f;
+
+ // TODO: measure the actual resistor divider on 12VSENSE and set this.
+ // Example for 82k high side / 10k low side: (82+10)/10 = 9.2
+ engineConfiguration->vbattDividerCoeff = 9.2f;
+
+ // 12V sense on PA2 = EFI_ADC_2
+ engineConfiguration->vbattAdcChannel = EFI_ADC_2;
+
+ // REF31 precision 3.3V reference on VREF+
+ engineConfiguration->adcVcc = 3.3f;
+}
+
+static void setupEtb() {
+ // TLE9201SG H-bridge driver
+ // DIR (PD10) - direction
+ // DIS (PD11) - disable (active high disables driver)
+ // PWM (PD12) - PWM / enable
+
+ engineConfiguration->etbIo[0].controlPin = Gpio::D12; // PWM
+ engineConfiguration->etbIo[0].directionPin1 = Gpio::D10; // DIR
+ engineConfiguration->etbIo[0].disablePin = Gpio::D11; // DIS
+ engineConfiguration->etbIo[0].directionPin2 = Gpio::Unassigned;
+
+ // we only have pwm/dir, no dira/dirb
+ engineConfiguration->etb_use_two_wires = false;
+}
+
+static void setupDefaultSensorInputs() {
+ // HALL1 (PC6) as primary trigger, HALL2 (PE11) as secondary/cam
+ engineConfiguration->triggerInputPins[0] = Gpio::C6; // HALL1
+ engineConfiguration->triggerInputPins[1] = Gpio::E11; // HALL2
+
+ // VR1 (PE7) is available as an alternative/additional trigger.
+ // To use as primary VR crank input, reassign triggerInputPins[0] to Gpio::E7.
+
+ // Default analog sensor assignments - adjust to match your wiring
+ engineConfiguration->clt.adcChannel = EFI_ADC_10; // AN3 PC0
+ engineConfiguration->iat.adcChannel = EFI_ADC_11; // AN4 PC1
+ engineConfiguration->tps1_1AdcChannel = EFI_ADC_14; // AN1 PC4
+ engineConfiguration->map.sensor.hwChannel = EFI_ADC_15; // AN2 PC5
+
+ // AN5 (PC2 = EFI_ADC_12) and AN6 (PC3 = EFI_ADC_13) are on ADC3.
+ // AN7 (PA0 = EFI_ADC_0) and AN8 (PA1 = EFI_ADC_1) are free for wideband, etc.
+}
+
+void setBoardConfigOverrides() {
+ setupVbatt();
+
+ engineConfiguration->canTxPin = Gpio::D1;
+ engineConfiguration->canRxPin = Gpio::D0;
+
+ // WiFi SPI1 - ATWINC1500
+ engineConfiguration->is_enabled_spi_1 = true;
+ engineConfiguration->spi1sckPin = Gpio::A5; // SPI_SCK
+ engineConfiguration->spi1misoPin = Gpio::A6; // SPI_RXD
+ engineConfiguration->spi1mosiPin = Gpio::A7; // SPI_TXD
+
+ // SD card uses SDMMC1 (EFI_SDC_DEVICE=SDCD1) - disable SPI SD
+ engineConfiguration->sdCardCsPin = Gpio::Unassigned;
+ engineConfiguration->sdCardSpiDevice = SPI_NONE;
+}
+
+void setBoardDefaultConfiguration() {
+ setInjectorPins();
+ setIgnitionPins();
+ setupEtb();
+ setupDefaultSensorInputs();
+
+ engineConfiguration->isSdCardEnabled = true;
+
+ engineConfiguration->canWriteEnabled = true;
+ engineConfiguration->canBaudRate = B500KBPS;
+}
+
+void preHalInit() {
+
+ // Configure SDMMC1 pins (AF12).
+ // Only 1-bit data bus is wired on this board revision (DAT0 only).
+ // To upgrade to 4-bit, connect PC9=DAT1, PC10=DAT2, PC11=DAT3 and
+ // change EFI_SDC_MODE to SDC_MODE_4BIT in board.mk.
+ efiSetPadMode(
+ "SDMMC", Gpio::C8, PAL_MODE_ALTERNATE(12) | PAL_STM32_OSPEED_HIGHEST | PAL_STM32_PUPDR_PULLUP); // DAT0
+ efiSetPadMode(
+ "SDMMC",
+ Gpio::C12,
+ PAL_MODE_ALTERNATE(12) | PAL_STM32_OSPEED_HIGHEST | PAL_STM32_PUPDR_FLOATING); // CLK - no pullup on clock
+ efiSetPadMode("SDMMC", Gpio::D2, PAL_MODE_ALTERNATE(12) | PAL_STM32_OSPEED_HIGHEST | PAL_STM32_PUPDR_PULLUP); // CMD
+ // DAT1-3 unused for data in 1-bit mode, but DAT3 must be pulled high so the card
+ // selects SD mode (not SPI mode). DAT1/DAT2 pulled high per SD spec for 1-bit hosts.
+ // efiSetPadMode("SDMMC", Gpio::C9, PAL_MODE_INPUT | PAL_STM32_PUPDR_PULLUP); // DAT1
+ // efiSetPadMode("SDMMC", Gpio::C10, PAL_MODE_INPUT | PAL_STM32_PUPDR_PULLUP); // DAT2
+ // efiSetPadMode("SDMMC", Gpio::C11, PAL_MODE_INPUT | PAL_STM32_PUPDR_PULLUP); // DAT3 - required for SD mode
+ // selection
+}
+
+#if EFI_BOOTLOADER
+brain_pin_e getMisoPin(spi_device_e) {
+ return Gpio::A6;
+}
+
+brain_pin_e getMosiPin(spi_device_e) {
+ return Gpio::A7;
+}
+
+brain_pin_e getSckPin(spi_device_e) {
+ return Gpio::A5;
+}
+#endif // EFI_BOOTLOADER
diff --git a/firmware/config/boards/yellowbox/compile_yellowbox.sh b/firmware/config/boards/yellowbox/compile_yellowbox.sh
new file mode 100755
index 0000000000..60cfc3c3e9
--- /dev/null
+++ b/firmware/config/boards/yellowbox/compile_yellowbox.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+export USE_OPENBLT=yes
+
+# Uncomment for debug builds (no optimization, all variables visible in debugger)
+# Revert to release before flashing production firmware.
+# export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
+# export USE_LTO=no
+
+bash ../common_make.sh yellowbox ARCH_STM32H7
diff --git a/firmware/config/boards/yellowbox/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/yellowbox/connectors/generated_ts_name_by_pin.cpp
new file mode 100644
index 0000000000..5079270b4c
--- /dev/null
+++ b/firmware/config/boards/yellowbox/connectors/generated_ts_name_by_pin.cpp
@@ -0,0 +1,53 @@
+// DO NOT EDIT MANUALLY, let automation work hard.
+
+// auto-generated by PinoutLogic.java based on /home/dflak/fome-fw/firmware/config/boards/yellowbox/connectors/main.yaml
+#include "pch.h"
+
+// see comments at declaration in pin_repository.h
+const char* getBoardSpecificPinName(brain_pin_e brainPin) {
+ switch (brainPin) {
+ case Gpio::A8:
+ return "IN8 - Injector 8 (A8)";
+ case Gpio::B4:
+ return "IN2 - Injector 2 (B4)";
+ case Gpio::B5:
+ return "IN3 - Injector 3 (B5)";
+ case Gpio::B6:
+ return "IN4 - Injector 4 (B6)";
+ case Gpio::B7:
+ return "IN5 - Injector 5 (B7)";
+ case Gpio::B8:
+ return "IN6 - Injector 6 (B8)";
+ case Gpio::B9:
+ return "IN7 - Injector 7 (B9)";
+ case Gpio::C6:
+ return "HALL1 - Primary Trigger (C6)";
+ case Gpio::D10:
+ return "ETB Direction (D10)";
+ case Gpio::D11:
+ return "ETB Disable (D11)";
+ case Gpio::D12:
+ return "ETB PWM (D12)";
+ case Gpio::D3:
+ return "IGN2 - Ignition 2 (D3)";
+ case Gpio::D4:
+ return "IGN1 - Ignition 1 (D4)";
+ case Gpio::D7:
+ return "IN1 - Injector 1 (D7)";
+ case Gpio::E11:
+ return "HALL2 - Secondary Trigger (E11)";
+ case Gpio::E3:
+ return "LED Red / Error (E3)";
+ case Gpio::E4:
+ return "LED Green 1 / Comms (E4)";
+ case Gpio::E5:
+ return "LED Green 2 / Running (E5)";
+ case Gpio::E6:
+ return "LED Orange / Warning (E6)";
+ case Gpio::E7:
+ return "VR1 - VR/Hall Input (E7)";
+ default:
+ return nullptr;
+ }
+ return nullptr;
+}
diff --git a/firmware/config/boards/yellowbox/connectors/main.yaml b/firmware/config/boards/yellowbox/connectors/main.yaml
new file mode 100644
index 0000000000..b578bce080
--- /dev/null
+++ b/firmware/config/boards/yellowbox/connectors/main.yaml
@@ -0,0 +1,181 @@
+---
+pins:
+ # ---- Analog Inputs ----
+ - pin: AN1
+ id: EFI_ADC_14
+ class: analog_inputs
+ ts_name: AN1 - Analog 1 (C4)
+ type: analog
+
+ - pin: AN2
+ id: EFI_ADC_15
+ class: analog_inputs
+ ts_name: AN2 - Analog 2 / MAP (C5)
+ type: analog
+
+ - pin: AN3
+ id: EFI_ADC_10
+ class: analog_inputs
+ ts_name: AN3 - Analog 3 / CLT (C0)
+ type: analog
+
+ - pin: AN4
+ id: EFI_ADC_11
+ class: analog_inputs
+ ts_name: AN4 - Analog 4 / IAT (C1)
+ type: analog
+
+ - pin: AN5
+ id: EFI_ADC_12
+ class: analog_inputs
+ ts_name: AN5 - Analog 5 (C2 / ADC3)
+ type: analog
+
+ - pin: AN6
+ id: EFI_ADC_13
+ class: analog_inputs
+ ts_name: AN6 - Analog 6 (C3 / ADC3)
+ type: analog
+
+ - pin: AN7
+ id: EFI_ADC_0
+ class: analog_inputs
+ ts_name: AN7 - Analog 7 (A0)
+ type: analog
+
+ - pin: AN8
+ id: EFI_ADC_1
+ class: analog_inputs
+ ts_name: AN8 - Analog 8 (A1)
+ type: analog
+
+ # ---- 12V Battery Sense ----
+ - pin: 12VSENSE
+ id: EFI_ADC_2
+ class: analog_inputs
+ ts_name: 12V Battery Sense (A2)
+ type: 12V
+
+ # ---- Injector Outputs ----
+ - pin: IN1
+ id: D7
+ class: outputs
+ ts_name: IN1 - Injector 1 (D7)
+ type: inj
+
+ - pin: IN2
+ id: B4
+ class: outputs
+ ts_name: IN2 - Injector 2 (B4)
+ type: inj
+
+ - pin: IN3
+ id: B5
+ class: outputs
+ ts_name: IN3 - Injector 3 (B5)
+ type: inj
+
+ - pin: IN4
+ id: B6
+ class: outputs
+ ts_name: IN4 - Injector 4 (B6)
+ type: inj
+
+ - pin: IN5
+ id: B7
+ class: outputs
+ ts_name: IN5 - Injector 5 (B7)
+ type: inj
+
+ - pin: IN6
+ id: B8
+ class: outputs
+ ts_name: IN6 - Injector 6 (B8)
+ type: inj
+
+ - pin: IN7
+ id: B9
+ class: outputs
+ ts_name: IN7 - Injector 7 (B9)
+ type: inj
+
+ - pin: IN8
+ id: A8
+ class: outputs
+ ts_name: IN8 - Injector 8 (A8)
+ type: inj
+
+ # ---- Ignition Outputs ----
+ - pin: IGN1
+ id: D4
+ class: outputs
+ ts_name: IGN1 - Ignition 1 (D4)
+ type: ign
+
+ - pin: IGN2
+ id: D3
+ class: outputs
+ ts_name: IGN2 - Ignition 2 (D3)
+ type: ign
+
+ # ---- Digital / Trigger Inputs ----
+ - pin: HALL1
+ id: [C6, C6]
+ class: [switch_inputs, event_inputs]
+ ts_name: HALL1 - Primary Trigger (C6)
+
+ - pin: HALL2
+ id: [E11, E11]
+ class: [switch_inputs, event_inputs]
+ ts_name: HALL2 - Secondary Trigger (E11)
+
+ - pin: VR1
+ id: [E7, E7]
+ class: [switch_inputs, event_inputs]
+ ts_name: VR1 - VR/Hall Input (E7)
+
+ # ---- DBW / ETB (TLE9201SG) ----
+ - pin: ETB_PWM
+ id: D12
+ class: outputs
+ ts_name: ETB PWM (D12)
+ type: etb
+
+ - pin: ETB_DIR
+ id: D10
+ class: outputs
+ ts_name: ETB Direction (D10)
+ type: etb
+
+ - pin: ETB_DIS
+ id: D11
+ class: outputs
+ ts_name: ETB Disable (D11)
+ type: etb
+
+ # ---- Status LEDs ----
+ - pin: LED_RED
+ id: E3
+ class: outputs
+ ts_name: LED Red / Error (E3)
+
+ - pin: LED_GREEN1
+ id: E4
+ class: outputs
+ ts_name: LED Green 1 / Comms (E4)
+
+ - pin: LED_GREEN2
+ id: E5
+ class: outputs
+ ts_name: LED Green 2 / Running (E5)
+
+ - pin: LED_ORANGE
+ id: E6
+ class: outputs
+ ts_name: LED Orange / Warning (E6)
+
+info:
+ title: Yellowbox
+ directory: yellowbox
+ name: yellowbox
+ board_url: https://github.com/dflak
diff --git a/firmware/config/boards/yellowbox/prepend.txt b/firmware/config/boards/yellowbox/prepend.txt
new file mode 100644
index 0000000000..23aa0c2011
--- /dev/null
+++ b/firmware/config/boards/yellowbox/prepend.txt
@@ -0,0 +1,14 @@
+#define ts_show_software_knock false
+#define ts_show_etb_pins true
+#define ts_show_sd_card true
+#define ts_show_sd_pins false
+#define ts_show_can_pins false
+#define ts_show_vbatt false
+#define ts_show_spi true
+#define ts_show_wifi true
+
+#define show_test_presets true
+#define show_microRusEFI_presets false
+#define show_Frankenso_presets false
+#define show_Hellen_presets false
+#define show_Proteus_presets false
diff --git a/firmware/hw_layer/mass_storage/ramdisk_image.h b/firmware/hw_layer/mass_storage/ramdisk_image.h
index 8deaa83801..3f0ce129e1 100644
--- a/firmware/hw_layer/mass_storage/ramdisk_image.h
+++ b/firmware/hw_layer/mass_storage/ramdisk_image.h
@@ -1,6 +1,10926 @@
-// This file will be replaced by a ramdisk image containing the corresponding ini
-// Defining this macro tells the ramdisk to instead mount a null device instead of
-// the filesystem image, since we don't have one.
-#ifndef RAMDISK_INVALID
-#define RAMDISK_INVALID
-#endif
+static const unsigned char ramdisk_image[] = {
+ 0xeb, 0x3c, 0x90, 0x6d, 0x6b, 0x66, 0x73, 0x2e, 0x66, 0x61, 0x74, 0x00,
+ 0x02, 0x04, 0x01, 0x00, 0x02, 0x40, 0x00, 0x00, 0x01, 0xf8, 0x01, 0x00,
+ 0x10, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x80, 0x00, 0x29, 0x1d, 0x6b, 0xd5, 0x47, 0x46, 0x4f, 0x4d, 0x45, 0x20,
+ 0x45, 0x46, 0x49, 0x20, 0x20, 0x20, 0x46, 0x41, 0x54, 0x31, 0x32, 0x20,
+ 0x20, 0x20, 0x0e, 0x1f, 0xbe, 0x5b, 0x7c, 0xac, 0x22, 0xc0, 0x74, 0x0b,
+ 0x56, 0xb4, 0x0e, 0xbb, 0x07, 0x00, 0xcd, 0x10, 0x5e, 0xeb, 0xf0, 0x32,
+ 0xe4, 0xcd, 0x16, 0xcd, 0x19, 0xeb, 0xfe, 0x54, 0x68, 0x69, 0x73, 0x20,
+ 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x61, 0x20, 0x62, 0x6f, 0x6f,
+ 0x74, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x64, 0x69, 0x73, 0x6b, 0x2e, 0x20,
+ 0x20, 0x50, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x20, 0x69, 0x6e, 0x73, 0x65,
+ 0x72, 0x74, 0x20, 0x61, 0x20, 0x62, 0x6f, 0x6f, 0x74, 0x61, 0x62, 0x6c,
+ 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x70, 0x70, 0x79, 0x20, 0x61, 0x6e, 0x64,
+ 0x0d, 0x0a, 0x70, 0x72, 0x65, 0x73, 0x73, 0x20, 0x61, 0x6e, 0x79, 0x20,
+ 0x6b, 0x65, 0x79, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x72, 0x79, 0x20, 0x61,
+ 0x67, 0x61, 0x69, 0x6e, 0x20, 0x2e, 0x2e, 0x2e, 0x20, 0x0d, 0x0a, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x55, 0xaa, 0xf8, 0xff, 0xff, 0x03,
+ 0x40, 0x00, 0x05, 0x60, 0x00, 0x07, 0x80, 0x00, 0x09, 0xa0, 0x00, 0x0b,
+ 0xc0, 0x00, 0x0d, 0xe0, 0x00, 0x0f, 0x00, 0x01, 0x11, 0x20, 0x01, 0x13,
+ 0x40, 0x01, 0x15, 0x60, 0x01, 0x17, 0x80, 0x01, 0x19, 0xa0, 0x01, 0x1b,
+ 0xc0, 0x01, 0x1d, 0xe0, 0x01, 0x1f, 0x00, 0x02, 0x21, 0x20, 0x02, 0x23,
+ 0x40, 0x02, 0x25, 0x60, 0x02, 0x27, 0x80, 0x02, 0x29, 0xa0, 0x02, 0x2b,
+ 0xc0, 0x02, 0x2d, 0xe0, 0x02, 0x2f, 0x00, 0x03, 0x31, 0x20, 0x03, 0x33,
+ 0x40, 0x03, 0x35, 0x60, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x03, 0x40, 0x00, 0x05, 0x60,
+ 0x00, 0x07, 0x80, 0x00, 0x09, 0xa0, 0x00, 0x0b, 0xc0, 0x00, 0x0d, 0xe0,
+ 0x00, 0x0f, 0x00, 0x01, 0x11, 0x20, 0x01, 0x13, 0x40, 0x01, 0x15, 0x60,
+ 0x01, 0x17, 0x80, 0x01, 0x19, 0xa0, 0x01, 0x1b, 0xc0, 0x01, 0x1d, 0xe0,
+ 0x01, 0x1f, 0x00, 0x02, 0x21, 0x20, 0x02, 0x23, 0x40, 0x02, 0x25, 0x60,
+ 0x02, 0x27, 0x80, 0x02, 0x29, 0xa0, 0x02, 0x2b, 0xc0, 0x02, 0x2d, 0xe0,
+ 0x02, 0x2f, 0x00, 0x03, 0x31, 0x20, 0x03, 0x33, 0x40, 0x03, 0x35, 0x60,
+ 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x46, 0x4f, 0x4d, 0x45, 0x20, 0x45, 0x46, 0x49, 0x20, 0x20, 0x20, 0x08,
+ 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x57, 0x5c, 0x00, 0x00, 0x74, 0xa9,
+ 0x57, 0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x66, 0x00, 0x6f,
+ 0x00, 0x6d, 0x00, 0x65, 0x00, 0x2e, 0x00, 0x0f, 0x00, 0xf9, 0x69, 0x00,
+ 0x6e, 0x00, 0x69, 0x00, 0x2e, 0x00, 0x7a, 0x00, 0x69, 0x00, 0x00, 0x00,
+ 0x70, 0x00, 0x00, 0x00, 0x46, 0x4f, 0x4d, 0x45, 0x49, 0x4e, 0x7e, 0x31,
+ 0x5a, 0x49, 0x50, 0x20, 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x57, 0x5c,
+ 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x02, 0x00, 0x5a, 0xa0, 0x01, 0x00,
+ 0x42, 0x32, 0x00, 0x2d, 0x00, 0x32, 0x00, 0x33, 0x00, 0x2e, 0x00, 0x0f,
+ 0x00, 0x6b, 0x74, 0x00, 0x78, 0x00, 0x74, 0x00, 0x00, 0x00, 0xff, 0xff,
+ 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x52, 0x00, 0x45,
+ 0x00, 0x41, 0x00, 0x44, 0x00, 0x4d, 0x00, 0x0f, 0x00, 0x6b, 0x45, 0x00,
+ 0x2d, 0x00, 0x32, 0x00, 0x30, 0x00, 0x32, 0x00, 0x36, 0x00, 0x00, 0x00,
+ 0x2d, 0x00, 0x30, 0x00, 0x52, 0x45, 0x41, 0x44, 0x4d, 0x45, 0x7e, 0x31,
+ 0x54, 0x58, 0x54, 0x20, 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x57, 0x5c,
+ 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x37, 0x00, 0x91, 0x00, 0x00, 0x00,
+ 0x41, 0x46, 0x00, 0x4f, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x20, 0x00, 0x0f,
+ 0x00, 0x48, 0x57, 0x00, 0x69, 0x00, 0x6b, 0x00, 0x69, 0x00, 0x2e, 0x00,
+ 0x75, 0x00, 0x00, 0x00, 0x72, 0x00, 0x6c, 0x00, 0x46, 0x4f, 0x4d, 0x45,
+ 0x57, 0x49, 0x7e, 0x31, 0x55, 0x52, 0x4c, 0x20, 0x00, 0x00, 0x74, 0xa9,
+ 0x57, 0x5c, 0x57, 0x5c, 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x38, 0x00,
+ 0x6c, 0x00, 0x00, 0x00, 0x42, 0x75, 0x00, 0x72, 0x00, 0x6c, 0x00, 0x00,
+ 0x00, 0xff, 0xff, 0x0f, 0x00, 0x34, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
+ 0x01, 0x46, 0x00, 0x4f, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x20, 0x00, 0x0f,
+ 0x00, 0x34, 0x44, 0x00, 0x69, 0x00, 0x73, 0x00, 0x63, 0x00, 0x6f, 0x00,
+ 0x72, 0x00, 0x00, 0x00, 0x64, 0x00, 0x2e, 0x00, 0x46, 0x4f, 0x4d, 0x45,
+ 0x44, 0x49, 0x7e, 0x31, 0x55, 0x52, 0x4c, 0x20, 0x00, 0x00, 0x74, 0xa9,
+ 0x57, 0x5c, 0x57, 0x5c, 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x39, 0x00,
+ 0x72, 0x00, 0x00, 0x00, 0x42, 0x2e, 0x00, 0x75, 0x00, 0x72, 0x00, 0x6c,
+ 0x00, 0x00, 0x00, 0x0f, 0x00, 0xdc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
+ 0x01, 0x46, 0x00, 0x4f, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x20, 0x00, 0x0f,
+ 0x00, 0xdc, 0x52, 0x00, 0x65, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x61, 0x00,
+ 0x73, 0x00, 0x00, 0x00, 0x65, 0x00, 0x73, 0x00, 0x46, 0x4f, 0x4d, 0x45,
+ 0x52, 0x45, 0x7e, 0x31, 0x55, 0x52, 0x4c, 0x20, 0x00, 0x00, 0x74, 0xa9,
+ 0x57, 0x5c, 0x57, 0x5c, 0x00, 0x00, 0x74, 0xa9, 0x57, 0x5c, 0x3a, 0x00,
+ 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x4b, 0x03, 0x04,
+ 0x14, 0x00, 0x00, 0x00, 0x08, 0x00, 0x75, 0xa9, 0x57, 0x5c, 0xad, 0x67,
+ 0xb4, 0x32, 0xa0, 0x9f, 0x01, 0x00, 0xaa, 0x9e, 0x09, 0x00, 0x12, 0x00,
+ 0x1c, 0x00, 0x66, 0x6f, 0x6d, 0x65, 0x5f, 0x79, 0x65, 0x6c, 0x6c, 0x6f,
+ 0x77, 0x62, 0x6f, 0x78, 0x2e, 0x69, 0x6e, 0x69, 0x55, 0x54, 0x09, 0x00,
+ 0x03, 0x7d, 0xb4, 0x9c, 0x69, 0xe9, 0xb2, 0x9c, 0x69, 0x75, 0x78, 0x0b,
+ 0x00, 0x01, 0x04, 0xe8, 0x03, 0x00, 0x00, 0x04, 0xe8, 0x03, 0x00, 0x00,
+ 0xec, 0x5b, 0x6d, 0x73, 0xdb, 0x38, 0x92, 0xfe, 0x6c, 0xfd, 0x0a, 0x9c,
+ 0xb6, 0xa6, 0x26, 0xa9, 0xb3, 0x15, 0x11, 0x14, 0x29, 0xca, 0xa9, 0xd4,
+ 0x15, 0x2d, 0xc9, 0xb6, 0x76, 0xf4, 0x36, 0x92, 0xec, 0x4c, 0x66, 0x6e,
+ 0x8b, 0x45, 0x93, 0x90, 0xc4, 0x35, 0x45, 0x6a, 0x48, 0xca, 0x2f, 0xf3,
+ 0xeb, 0xef, 0x69, 0x90, 0x94, 0x48, 0x89, 0x4e, 0xb2, 0x77, 0xdf, 0x6e,
+ 0x93, 0xc9, 0xc4, 0x44, 0x03, 0xfd, 0xa0, 0x01, 0x3c, 0x68, 0x76, 0x03,
+ 0xf4, 0x47, 0xb6, 0x58, 0x7b, 0x31, 0xc3, 0x5f, 0x9b, 0x2d, 0x76, 0x81,
+ 0x88, 0xe6, 0xc9, 0xce, 0xf5, 0x42, 0xb6, 0x8d, 0xc2, 0x7f, 0x0a, 0x27,
+ 0x61, 0xcb, 0x30, 0x62, 0xc9, 0x5a, 0xb0, 0xeb, 0xc9, 0xa8, 0xdf, 0x48,
+ 0x84, 0xb3, 0x66, 0x22, 0x58, 0x79, 0x81, 0x60, 0x1b, 0x3b, 0xb0, 0x57,
+ 0x62, 0x23, 0x82, 0x84, 0xc5, 0xaf, 0x71, 0x22, 0x36, 0xb5, 0x8f, 0xb5,
+ 0x8f, 0x29, 0xd8, 0xd2, 0xf3, 0x05, 0x5b, 0xdb, 0x31, 0x7b, 0x10, 0x22,
+ 0x60, 0x2b, 0x01, 0x54, 0x3b, 0x11, 0x2e, 0x7b, 0x78, 0x65, 0x5e, 0xf0,
+ 0x14, 0x3e, 0x7a, 0xc1, 0x8a, 0xa4, 0x96, 0x13, 0x06, 0x4b, 0x6f, 0xd5,
+ 0x88, 0xd7, 0x0d, 0xa9, 0x29, 0x50, 0xbb, 0xdd, 0x25, 0x52, 0x1d, 0xe6,
+ 0x44, 0xa2, 0xf6, 0xf1, 0x2c, 0x21, 0x93, 0x62, 0x69, 0x12, 0x7a, 0xdf,
+ 0x6c, 0x7d, 0x00, 0x35, 0xbc, 0xc0, 0x3b, 0x23, 0x9b, 0x9c, 0x70, 0xb3,
+ 0x09, 0x03, 0x96, 0xcb, 0xd1, 0x7c, 0x19, 0x6e, 0x44, 0x0e, 0x9b, 0xbc,
+ 0x24, 0xb2, 0x55, 0x3e, 0x92, 0x78, 0x2b, 0x1c, 0x6f, 0xe9, 0x39, 0x12,
+ 0x5f, 0x1a, 0x3b, 0x08, 0x4a, 0x43, 0x8e, 0xa1, 0x8c, 0x4a, 0xe1, 0xbb,
+ 0x31, 0xac, 0x7f, 0x12, 0xcc, 0xf7, 0x92, 0x04, 0x23, 0xf9, 0x73, 0x27,
+ 0xe2, 0xc4, 0x43, 0x47, 0x1b, 0x3b, 0x7a, 0x64, 0xd4, 0x21, 0x50, 0x7d,
+ 0xb1, 0x4c, 0x58, 0xb8, 0x94, 0xcf, 0x81, 0x4d, 0x8a, 0x98, 0x28, 0xdb,
+ 0x75, 0x3d, 0x6a, 0x69, 0xfb, 0x29, 0x0e, 0x4b, 0xbc, 0x6d, 0x9c, 0x0e,
+ 0x2e, 0x8c, 0x85, 0x2c, 0xd1, 0xb8, 0x98, 0x2b, 0x96, 0x98, 0x42, 0x17,
+ 0xe3, 0x65, 0x8d, 0xc6, 0x07, 0x2f, 0x48, 0xc4, 0x0a, 0x33, 0x04, 0xc5,
+ 0x0f, 0x47, 0x03, 0x90, 0x66, 0x5e, 0x03, 0x59, 0xbc, 0xd8, 0x18, 0xa4,
+ 0x34, 0xfb, 0x6c, 0xe9, 0x87, 0x76, 0xc2, 0x1e, 0x3c, 0x3b, 0xb6, 0x22,
+ 0x11, 0x7b, 0x71, 0x12, 0x46, 0x1f, 0xa7, 0x3b, 0xdf, 0xbf, 0xd8, 0x6d,
+ 0x59, 0x2e, 0x60, 0x4f, 0xb6, 0xbf, 0x13, 0x64, 0xec, 0x6b, 0xb8, 0x8b,
+ 0xd8, 0x43, 0x68, 0x47, 0xee, 0xc7, 0xfa, 0x64, 0xbd, 0xa9, 0x03, 0x70,
+ 0x2d, 0x60, 0xc3, 0xcf, 0x25, 0x80, 0x9f, 0x89, 0x01, 0x64, 0x48, 0x74,
+ 0x30, 0x5e, 0x0e, 0xcb, 0x0e, 0x5c, 0x39, 0xc6, 0x44, 0xbc, 0xa0, 0x4f,
+ 0x91, 0x3c, 0xd3, 0x92, 0xc6, 0x62, 0xe3, 0x39, 0xa1, 0x1f, 0x06, 0x92,
+ 0x38, 0xcf, 0x6b, 0x98, 0x83, 0x59, 0x76, 0x77, 0x0e, 0xd6, 0x4d, 0x36,
+ 0x0e, 0x43, 0x1f, 0x83, 0x45, 0x57, 0xe3, 0x30, 0x41, 0x91, 0x1a, 0xfc,
+ 0xfc, 0x9f, 0x3f, 0xb3, 0xd8, 0x5b, 0x05, 0xa4, 0x11, 0x89, 0x3f, 0x77,
+ 0x5e, 0x84, 0x09, 0xb0, 0x97, 0xe8, 0x11, 0xdd, 0x61, 0x89, 0x0f, 0xa0,
+ 0x29, 0xe7, 0x08, 0x22, 0xdc, 0xe2, 0x27, 0xb3, 0xb7, 0x5b, 0x61, 0x47,
+ 0x34, 0x59, 0x85, 0xd5, 0xa2, 0x99, 0x00, 0x7e, 0x6a, 0xe9, 0x27, 0x56,
+ 0xff, 0x1b, 0x7b, 0xa0, 0x01, 0x93, 0x99, 0xf5, 0xa2, 0xfc, 0x3f, 0x18,
+ 0xf5, 0x73, 0x22, 0x0e, 0xc2, 0x68, 0x83, 0x81, 0x66, 0x72, 0xfc, 0x87,
+ 0xca, 0x84, 0xb8, 0x1b, 0xaf, 0xc3, 0x1d, 0x9a, 0xc4, 0xd4, 0xf7, 0x62,
+ 0xce, 0x96, 0x51, 0xb8, 0x61, 0x7e, 0x98, 0x72, 0x36, 0xdf, 0x0b, 0x5d,
+ 0x73, 0xcc, 0x06, 0x3d, 0x32, 0x88, 0x4a, 0x3c, 0x20, 0x66, 0x63, 0x98,
+ 0x7e, 0xe8, 0xc8, 0x45, 0x94, 0x73, 0x66, 0xfb, 0x7e, 0xf8, 0x2c, 0xeb,
+ 0xb7, 0xd8, 0x26, 0x30, 0xc2, 0x06, 0xab, 0x30, 0x98, 0xe7, 0x10, 0x1c,
+ 0x72, 0xc2, 0x28, 0x02, 0x25, 0xfd, 0xd7, 0x46, 0x4d, 0x04, 0xf6, 0x83,
+ 0x2f, 0x80, 0x71, 0x05, 0x88, 0xae, 0x1d, 0x00, 0xf7, 0x13, 0x5b, 0xda,
+ 0x7e, 0x2c, 0x6a, 0xb5, 0x3f, 0xe6, 0x22, 0x49, 0xd0, 0xf1, 0x4d, 0x14,
+ 0xee, 0xb6, 0xf1, 0x3f, 0x6a, 0x67, 0x1f, 0x25, 0x60, 0x24, 0x96, 0x58,
+ 0xc0, 0xc0, 0x11, 0x63, 0x5a, 0xa0, 0x67, 0xcf, 0xf7, 0x59, 0xf8, 0x24,
+ 0xa2, 0x8b, 0xc8, 0x73, 0x89, 0xed, 0xe2, 0xc9, 0x0b, 0x77, 0xf1, 0x39,
+ 0xe8, 0xcc, 0xbc, 0x25, 0x2d, 0xbf, 0xa4, 0x9c, 0x03, 0x0b, 0x08, 0x8b,
+ 0xd9, 0x04, 0x13, 0x17, 0x80, 0x81, 0x90, 0xac, 0xb1, 0xfb, 0xf7, 0xb0,
+ 0xe9, 0xc2, 0x83, 0xdb, 0xbe, 0xbd, 0x79, 0x70, 0xed, 0xb9, 0x08, 0xe2,
+ 0x30, 0x3a, 0x67, 0x5e, 0x92, 0xf6, 0x15, 0x09, 0xec, 0x36, 0x87, 0x56,
+ 0x55, 0x14, 0xa0, 0xd8, 0x4a, 0x62, 0x15, 0x98, 0x4d, 0xa6, 0x16, 0xfb,
+ 0x89, 0x1b, 0x2f, 0x1b, 0x3f, 0xdf, 0x32, 0xc5, 0x7d, 0x97, 0xd2, 0x9d,
+ 0xb0, 0x96, 0xa1, 0xef, 0x8a, 0xa8, 0xc1, 0x06, 0x4b, 0x96, 0xf9, 0xa4,
+ 0x80, 0xed, 0x82, 0x1c, 0xb3, 0x34, 0xee, 0x83, 0x3d, 0x0f, 0x82, 0xf6,
+ 0x9d, 0x70, 0x1b, 0x84, 0xf0, 0x28, 0x5e, 0x31, 0xc3, 0xee, 0xd9, 0x27,
+ 0x76, 0xdc, 0x9c, 0xf5, 0xbc, 0x18, 0x86, 0xbf, 0x52, 0x09, 0x53, 0x3b,
+ 0x12, 0x2b, 0x9b, 0x8c, 0xf8, 0x47, 0x8d, 0x61, 0x43, 0x24, 0xc9, 0x36,
+ 0xbe, 0xfc, 0xf0, 0x21, 0xda, 0xc5, 0xe8, 0xab, 0x01, 0xbf, 0x82, 0x8d,
+ 0x18, 0xed, 0x36, 0x1f, 0x9e, 0x3c, 0xf1, 0x0c, 0x26, 0x78, 0x4e, 0x63,
+ 0xbb, 0xde, 0xfe, 0xd7, 0xf6, 0x93, 0xaa, 0xf3, 0xa6, 0xf2, 0xb7, 0xad,
+ 0xfc, 0x51, 0x3b, 0x23, 0x3a, 0xdb, 0xc9, 0x2e, 0x12, 0xe8, 0xae, 0x0e,
+ 0xdd, 0xfe, 0xf5, 0x80, 0xbd, 0x23, 0x47, 0xf9, 0x1e, 0xae, 0x02, 0x2e,
+ 0x31, 0x6a, 0xf0, 0x26, 0xd7, 0x1b, 0x4d, 0xde, 0xe0, 0x6a, 0xe3, 0x55,
+ 0x10, 0x23, 0x1e, 0xc2, 0x97, 0x86, 0xd2, 0x52, 0x0d, 0x45, 0x57, 0xdb,
+ 0x46, 0xab, 0x0e, 0x43, 0x0a, 0x33, 0x81, 0x15, 0x86, 0xaf, 0x89, 0x5e,
+ 0xbb, 0xf0, 0x6b, 0xc4, 0x21, 0xa0, 0xce, 0xeb, 0xb5, 0x33, 0xac, 0x6d,
+ 0x0c, 0x5a, 0x0d, 0x82, 0x65, 0x48, 0xa2, 0xfb, 0x3a, 0x23, 0x22, 0x47,
+ 0x9b, 0x67, 0x5a, 0xd7, 0xac, 0x32, 0xe5, 0xa6, 0x47, 0xee, 0xea, 0xc1,
+ 0x8e, 0x0a, 0xa6, 0xb1, 0xff, 0xad, 0x69, 0xe8, 0xe4, 0x00, 0x82, 0xa5,
+ 0x10, 0x2f, 0xf0, 0x9f, 0xe4, 0xc5, 0x41, 0x62, 0x4c, 0x79, 0x9b, 0xa1,
+ 0xc3, 0x4d, 0x48, 0xcc, 0x5a, 0xdb, 0x91, 0x8d, 0x9a, 0x28, 0xae, 0xd1,
+ 0x0a, 0x60, 0xd3, 0xc8, 0x65, 0x49, 0xa2, 0x57, 0x6a, 0x8a, 0x19, 0x85,
+ 0xaf, 0x5c, 0xd9, 0xce, 0xab, 0xf4, 0xd3, 0x58, 0x4e, 0x2f, 0x21, 0x4f,
+ 0x93, 0x7a, 0x5b, 0xc7, 0x8e, 0x05, 0x51, 0x75, 0x1d, 0x3e, 0x13, 0x87,
+ 0xea, 0xae, 0x58, 0xb1, 0xeb, 0x3a, 0xb9, 0x2d, 0x9b, 0x75, 0x87, 0x0b,
+ 0xb6, 0xb2, 0x77, 0xab, 0xd4, 0x7f, 0xfc, 0x0c, 0x32, 0x38, 0xc9, 0x0e,
+ 0xdb, 0xea, 0x95, 0x51, 0xab, 0x6e, 0xed, 0x0c, 0xd0, 0x43, 0x89, 0x7c,
+ 0xbd, 0x00, 0xf2, 0x9d, 0x04, 0xce, 0xf7, 0xce, 0x19, 0x4c, 0x87, 0x71,
+ 0x23, 0x2f, 0x8e, 0x01, 0x7c, 0xe5, 0x25, 0x93, 0x2d, 0x6d, 0x4d, 0x6a,
+ 0x90, 0x44, 0x3b, 0x21, 0x2d, 0x25, 0xd1, 0xc6, 0xfb, 0x2b, 0x7d, 0x8f,
+ 0xc4, 0x72, 0x06, 0x97, 0x98, 0x1b, 0xf9, 0xaa, 0x63, 0xfd, 0xee, 0x5d,
+ 0x5c, 0x3b, 0x0b, 0x42, 0x5a, 0x8b, 0x19, 0x36, 0x6f, 0x4f, 0x80, 0x3b,
+ 0xb9, 0xf6, 0x19, 0x28, 0x69, 0xef, 0xfc, 0x64, 0xb6, 0x0b, 0x00, 0x21,
+ 0x66, 0x02, 0x1b, 0xda, 0x9d, 0x62, 0x19, 0x85, 0x83, 0x26, 0x4a, 0xb3,
+ 0x59, 0x3b, 0xdb, 0xd8, 0x2f, 0x77, 0x01, 0x2c, 0x74, 0xf3, 0x36, 0x76,
+ 0xb0, 0x12, 0x69, 0x65, 0x53, 0xf6, 0x8e, 0xbd, 0xcd, 0x32, 0x18, 0x36,
+ 0x98, 0x7e, 0xd8, 0x86, 0x51, 0x42, 0xf3, 0x45, 0xde, 0x3a, 0x2b, 0xee,
+ 0xbb, 0x19, 0x6c, 0x4d, 0xd7, 0x85, 0xa7, 0x26, 0xeb, 0x95, 0x0e, 0x6f,
+ 0x28, 0xba, 0xd1, 0x50, 0x9a, 0x0d, 0xa5, 0xd0, 0x60, 0x4a, 0xea, 0x9f,
+ 0x18, 0xef, 0x48, 0xf8, 0x3f, 0xba, 0x18, 0x6a, 0x62, 0x07, 0x09, 0x9c,
+ 0xc6, 0x47, 0x16, 0x88, 0x67, 0x38, 0x21, 0xe7, 0x51, 0x90, 0x8f, 0x8d,
+ 0x3c, 0xf2, 0xef, 0xe4, 0xfd, 0x92, 0x74, 0xe3, 0x77, 0x67, 0x98, 0xca,
+ 0x0d, 0xc0, 0xe1, 0xa6, 0xfa, 0xc1, 0x93, 0xf0, 0xc3, 0xad, 0xb8, 0x4e,
+ 0xeb, 0x3f, 0xb1, 0x4d, 0x9c, 0x8b, 0x2c, 0xa5, 0x41, 0x76, 0x8b, 0xc0,
+ 0xf5, 0xec, 0x20, 0x40, 0xf3, 0xb3, 0x33, 0xb0, 0x3e, 0x7d, 0x43, 0x62,
+ 0x9e, 0xa6, 0xd0, 0x26, 0x11, 0x64, 0x0a, 0x9a, 0x91, 0xcf, 0x1b, 0xb8,
+ 0x88, 0x0d, 0xf0, 0xc2, 0x15, 0x11, 0x49, 0xeb, 0xff, 0xfd, 0xd2, 0x6c,
+ 0xd2, 0xff, 0xf5, 0xb4, 0x96, 0xe6, 0x34, 0xe3, 0xb9, 0xac, 0x9e, 0xfd,
+ 0xc4, 0xc3, 0x9f, 0xb8, 0x83, 0xda, 0x87, 0x5d, 0x14, 0xec, 0x6b, 0xa8,
+ 0xea, 0x2a, 0x53, 0xe9, 0xae, 0x77, 0xc1, 0xe3, 0xe7, 0xc8, 0x4b, 0x84,
+ 0x14, 0x77, 0x53, 0x8d, 0x9f, 0x9e, 0x50, 0xed, 0x44, 0x8e, 0xca, 0xbb,
+ 0x6b, 0xe1, 0x3c, 0xe6, 0x9a, 0x68, 0xf0, 0xb8, 0x87, 0x8c, 0x44, 0x12,
+ 0x79, 0xe2, 0x49, 0x74, 0xa5, 0xa7, 0xe9, 0x47, 0x11, 0x96, 0x1a, 0x0d,
+ 0x04, 0xf6, 0xdf, 0x47, 0x5a, 0x7c, 0x90, 0x32, 0x73, 0xdd, 0x99, 0xc3,
+ 0x8a, 0xd3, 0x1e, 0x4d, 0x27, 0xf1, 0x9e, 0x64, 0x45, 0xbe, 0xfc, 0xcd,
+ 0xda, 0x47, 0xd1, 0x58, 0x35, 0x18, 0xc5, 0x29, 0xcf, 0x64, 0xca, 0x03,
+ 0xbc, 0xfe, 0x63, 0x0c, 0xb7, 0xb6, 0x4c, 0xdd, 0xbe, 0xeb, 0x92, 0xd3,
+ 0x92, 0x6f, 0x52, 0x59, 0x8f, 0x35, 0x86, 0x66, 0xed, 0x4c, 0x16, 0xae,
+ 0xd2, 0xc6, 0x9f, 0x40, 0x70, 0x30, 0x94, 0xda, 0xc8, 0xe1, 0x1c, 0xc0,
+ 0xcf, 0x24, 0x1c, 0xcd, 0xcd, 0x02, 0x9c, 0x09, 0x77, 0xb4, 0x06, 0xaa,
+ 0x5c, 0xd2, 0xac, 0x0a, 0xb6, 0x5d, 0x63, 0x1f, 0x48, 0xfb, 0x15, 0x95,
+ 0x37, 0xb1, 0x4b, 0xc1, 0x34, 0xec, 0x41, 0x4c, 0x0d, 0xf6, 0xeb, 0x5f,
+ 0x88, 0x10, 0xb0, 0x44, 0xec, 0x8d, 0x41, 0x11, 0xef, 0xa4, 0x77, 0x3f,
+ 0x4b, 0x97, 0xea, 0x01, 0x5b, 0xe6, 0xfc, 0x2c, 0x79, 0xdd, 0xc2, 0x3f,
+ 0x62, 0x04, 0x68, 0x07, 0x3f, 0x49, 0xc2, 0xe3, 0x86, 0x76, 0x14, 0xd9,
+ 0xaf, 0xa8, 0x3b, 0x6a, 0x1a, 0xaf, 0x6d, 0x2a, 0xcb, 0x3d, 0x7d, 0x7e,
+ 0x16, 0x3b, 0xb6, 0x8f, 0x52, 0x12, 0xd9, 0x41, 0x4c, 0xf1, 0xd8, 0xf9,
+ 0x99, 0x1f, 0x9e, 0x9f, 0x9d, 0xad, 0xbd, 0x73, 0xe6, 0x7a, 0xab, 0x0a,
+ 0x54, 0x52, 0xb0, 0xf1, 0x66, 0x29, 0xa1, 0xa2, 0xe6, 0xbb, 0xf1, 0x40,
+ 0xee, 0xee, 0x64, 0x7c, 0x3d, 0xb8, 0xb1, 0x7a, 0x70, 0x70, 0xe3, 0xc1,
+ 0x62, 0x30, 0x19, 0x5b, 0xf3, 0x85, 0x39, 0x5b, 0xd4, 0x68, 0xf9, 0xe6,
+ 0xb4, 0xb9, 0x0b, 0x7f, 0xb0, 0x3f, 0xb8, 0xa6, 0x71, 0x59, 0x47, 0xf3,
+ 0x57, 0x4b, 0x43, 0xd9, 0x05, 0xba, 0x67, 0xd9, 0x64, 0xb0, 0xb9, 0xca,
+ 0xcf, 0x59, 0xf3, 0x9c, 0xfd, 0xd1, 0xbc, 0xd4, 0xff, 0x81, 0xa7, 0x4f,
+ 0x75, 0x40, 0x9b, 0x77, 0xc3, 0x85, 0x75, 0x3d, 0x33, 0xc7, 0xbf, 0xf4,
+ 0xc7, 0xf3, 0x49, 0xfd, 0x9c, 0xb7, 0x3e, 0xd5, 0xaf, 0x46, 0x9f, 0xad,
+ 0x51, 0x5b, 0xb5, 0x46, 0xf5, 0x73, 0xad, 0x59, 0x28, 0xce, 0xfa, 0x10,
+ 0x28, 0x25, 0x81, 0x35, 0x1f, 0x9a, 0xf7, 0x10, 0xab, 0xda, 0xa7, 0x7a,
+ 0xd7, 0x1c, 0x99, 0xb3, 0x89, 0xd5, 0xaa, 0x9f, 0xeb, 0x54, 0x1a, 0x2c,
+ 0x66, 0x93, 0xfe, 0xd8, 0x5a, 0xdc, 0xa9, 0x7f, 0x9f, 0x02, 0x17, 0xbd,
+ 0x4d, 0x7a, 0x37, 0x7d, 0x6b, 0xdc, 0xc7, 0x40, 0x94, 0x4e, 0x47, 0xab,
+ 0x9f, 0xb7, 0xf4, 0x92, 0x90, 0x37, 0x9b, 0xaa, 0xd5, 0x25, 0x53, 0xd0,
+ 0x8d, 0xf1, 0xa9, 0xde, 0x5f, 0x5c, 0x59, 0x57, 0xfd, 0x71, 0xf7, 0xd6,
+ 0xea, 0x8f, 0x6f, 0x06, 0x63, 0xf4, 0xa2, 0x90, 0xd0, 0xba, 0x1b, 0xdf,
+ 0xcd, 0xfb, 0x3d, 0x4b, 0x41, 0x59, 0x2d, 0x09, 0x54, 0x48, 0xb4, 0x92,
+ 0x04, 0x9d, 0x28, 0x7a, 0x49, 0xa2, 0x43, 0xd2, 0x2e, 0x49, 0xda, 0x90,
+ 0x74, 0x4a, 0x92, 0x0e, 0xcc, 0x6d, 0x16, 0x25, 0xbc, 0x09, 0x49, 0xa9,
+ 0x73, 0x8e, 0xde, 0x39, 0x2f, 0x49, 0x38, 0x66, 0xa1, 0x64, 0x8f, 0x0a,
+ 0x7b, 0xd4, 0x52, 0x5f, 0x2a, 0xfa, 0x52, 0x8d, 0x92, 0xc4, 0xc0, 0x34,
+ 0x94, 0xb4, 0x5a, 0xd0, 0x2a, 0x0d, 0x02, 0x63, 0xd0, 0x4a, 0x28, 0x1a,
+ 0x50, 0x4a, 0x83, 0xc2, 0x98, 0xf4, 0x92, 0xbd, 0x3a, 0xec, 0xd5, 0x4b,
+ 0xf6, 0xea, 0xb0, 0x57, 0x6f, 0x95, 0x24, 0xb4, 0x4e, 0x65, 0x18, 0xe0,
+ 0xb4, 0x4b, 0x38, 0x6d, 0xe0, 0x94, 0xcc, 0x85, 0xb5, 0x9d, 0x12, 0x6e,
+ 0x07, 0xb8, 0x9d, 0xd2, 0x3c, 0x74, 0x30, 0x0f, 0x9d, 0xd2, 0x88, 0x3a,
+ 0x18, 0x51, 0xa7, 0x34, 0x82, 0x0e, 0x46, 0xd0, 0x29, 0x01, 0x77, 0x80,
+ 0x0c, 0xa5, 0xeb, 0xc9, 0xac, 0x67, 0x99, 0xf3, 0xe9, 0x00, 0xcc, 0x02,
+ 0x47, 0x68, 0xb1, 0x5a, 0x99, 0xb4, 0x3f, 0xef, 0x4e, 0x66, 0x0b, 0xeb,
+ 0x66, 0x01, 0x23, 0x33, 0xd1, 0x60, 0x3c, 0x04, 0x2d, 0x2c, 0x3d, 0xa7,
+ 0x13, 0x6c, 0xdf, 0x33, 0xd9, 0xca, 0x49, 0x7a, 0x8d, 0x8a, 0x76, 0xb1,
+ 0x62, 0x64, 0xfe, 0xde, 0x33, 0xad, 0xd1, 0xc0, 0x5c, 0x98, 0x92, 0x72,
+ 0x98, 0x5e, 0xfd, 0xad, 0xfa, 0xb1, 0x49, 0xeb, 0xa3, 0x94, 0xaa, 0xb3,
+ 0x0a, 0x1d, 0x0d, 0xc1, 0xeb, 0x56, 0xa7, 0x58, 0xf9, 0xab, 0xb9, 0xe7,
+ 0xaa, 0x01, 0xc3, 0x6f, 0xfb, 0xc3, 0x21, 0xb6, 0x80, 0xc2, 0x15, 0x6b,
+ 0x3c, 0x98, 0xcf, 0xcd, 0xb1, 0xd5, 0xb2, 0xba, 0x5f, 0x86, 0x18, 0x01,
+ 0xaf, 0xaa, 0xd4, 0xd3, 0x4a, 0x43, 0xab, 0xaa, 0x34, 0xb2, 0xca, 0x76,
+ 0x55, 0xa5, 0x39, 0x1c, 0xf5, 0x67, 0xb0, 0x8a, 0xe8, 0xdd, 0x56, 0x4a,
+ 0x2d, 0xee, 0xcd, 0x9b, 0x7d, 0xaf, 0xed, 0x93, 0x1a, 0x2d, 0x43, 0x3d,
+ 0xd5, 0xc9, 0xfa, 0x6b, 0x1b, 0x27, 0x35, 0xf7, 0x99, 0x9d, 0xed, 0xce,
+ 0x69, 0xd5, 0x2c, 0xab, 0x53, 0xf5, 0x42, 0x9d, 0x61, 0xc1, 0xba, 0x6e,
+ 0xbf, 0xd7, 0x9f, 0xe7, 0x96, 0x18, 0x46, 0x75, 0x75, 0x3e, 0x03, 0x9d,
+ 0xea, 0xea, 0xdc, 0xa6, 0xc2, 0x04, 0xa9, 0x2d, 0x5a, 0x69, 0xa8, 0x14,
+ 0x66, 0x54, 0x6b, 0x59, 0xb7, 0x5f, 0xee, 0xc6, 0x3d, 0x73, 0x60, 0x75,
+ 0x27, 0x77, 0xd3, 0xbe, 0x75, 0xf5, 0x0b, 0xd1, 0x54, 0xfb, 0x6a, 0x0b,
+ 0xd0, 0xb6, 0xad, 0x97, 0x5a, 0x60, 0x40, 0x90, 0xa9, 0x7b, 0x99, 0xa6,
+ 0xa5, 0x5d, 0xb5, 0x0f, 0x2b, 0x6b, 0x18, 0xa9, 0x48, 0x3d, 0x88, 0xc0,
+ 0x0c, 0xb0, 0xb6, 0x59, 0x28, 0x1b, 0x16, 0x11, 0xd9, 0x28, 0x8a, 0x3a,
+ 0xd8, 0x7c, 0xc6, 0x01, 0x79, 0x7c, 0x45, 0xf6, 0xb5, 0x8a, 0x65, 0x4b,
+ 0xa5, 0x5d, 0xdd, 0x29, 0x88, 0x60, 0xa0, 0xa1, 0x17, 0xcb, 0xb2, 0x89,
+ 0x86, 0x51, 0x1d, 0x33, 0xda, 0xba, 0x9a, 0x98, 0xd8, 0x1e, 0x8b, 0xfe,
+ 0x1c, 0x9b, 0x45, 0x6b, 0x55, 0x34, 0x18, 0x9b, 0xd6, 0xcc, 0x1c, 0x60,
+ 0x2a, 0x3b, 0xe8, 0x61, 0x84, 0xd7, 0xcb, 0xc8, 0x1c, 0x5a, 0xd3, 0xc1,
+ 0x78, 0x8e, 0xa1, 0x80, 0x0a, 0xe4, 0xd8, 0x53, 0x8c, 0x71, 0xff, 0x73,
+ 0x86, 0xc3, 0xd5, 0x5c, 0xde, 0xfb, 0x82, 0x49, 0x1b, 0xc3, 0xbb, 0x43,
+ 0x5f, 0x37, 0x52, 0xe9, 0x48, 0x51, 0xc8, 0xc3, 0xf0, 0xb4, 0x74, 0xff,
+ 0xd9, 0xba, 0xa2, 0x59, 0x40, 0x71, 0x3a, 0x19, 0x7e, 0xb9, 0x99, 0x60,
+ 0x93, 0x67, 0xdd, 0x8f, 0xe6, 0x78, 0xab, 0xb4, 0x4e, 0xe5, 0xe9, 0xb4,
+ 0x29, 0x15, 0x15, 0x34, 0x37, 0x7a, 0xbb, 0xaa, 0x82, 0x3c, 0x2e, 0x66,
+ 0x75, 0x3a, 0x9b, 0x2c, 0xfa, 0x10, 0x9b, 0x63, 0x73, 0x38, 0xb9, 0xb1,
+ 0xa6, 0x9f, 0x47, 0x99, 0xc9, 0xba, 0x7a, 0xa8, 0xcc, 0xdc, 0x01, 0x46,
+ 0x7c, 0x90, 0xf5, 0x75, 0xcd, 0xd2, 0x6f, 0xb1, 0x8f, 0xc7, 0x70, 0x25,
+ 0xd6, 0xe2, 0x16, 0xc3, 0x18, 0xf4, 0x7a, 0x43, 0x6c, 0x5e, 0xde, 0x3e,
+ 0xb4, 0xba, 0x19, 0x59, 0xc3, 0x39, 0xbd, 0xd5, 0x3a, 0x85, 0xbe, 0x6e,
+ 0x27, 0x20, 0x8f, 0x85, 0x17, 0x15, 0xd7, 0x0e, 0xc2, 0xe1, 0x9d, 0x89,
+ 0xb7, 0xf5, 0x08, 0x6f, 0xd1, 0x16, 0x3f, 0x48, 0x7f, 0xed, 0x4a, 0x73,
+ 0xd2, 0x09, 0x85, 0xc5, 0x05, 0x03, 0xb2, 0x79, 0xe2, 0x10, 0xcd, 0xcd,
+ 0xee, 0x2d, 0x66, 0x5f, 0xc1, 0x7c, 0xca, 0xd6, 0x2a, 0x65, 0x2b, 0xa8,
+ 0xca, 0xcb, 0xf2, 0xbd, 0xb8, 0x77, 0x2e, 0xad, 0x5c, 0xdc, 0xeb, 0x5a,
+ 0x9f, 0xcd, 0xf9, 0xa2, 0x7f, 0x63, 0x2e, 0xfa, 0x56, 0x6f, 0x00, 0x1f,
+ 0x79, 0xdf, 0x9f, 0x7d, 0x81, 0x9e, 0x9e, 0x35, 0xd8, 0x6b, 0x68, 0x25,
+ 0x81, 0x75, 0x7f, 0x4f, 0xdc, 0xe0, 0x99, 0x10, 0x5e, 0xe4, 0xae, 0x0f,
+ 0x3e, 0xe9, 0xb0, 0x72, 0x71, 0x8b, 0x0a, 0xf5, 0xa4, 0x62, 0x36, 0x98,
+ 0xd3, 0xeb, 0x1f, 0xa6, 0x2e, 0x86, 0x7d, 0xc3, 0x20, 0xe6, 0x97, 0xde,
+ 0xcd, 0x2d, 0x2c, 0xea, 0x62, 0xf2, 0x65, 0x42, 0x14, 0xfb, 0xfb, 0xef,
+ 0xf0, 0xd3, 0xb2, 0x0f, 0x0f, 0x03, 0x46, 0x27, 0x18, 0xa8, 0x79, 0x65,
+ 0x62, 0x0a, 0x61, 0xd6, 0xc1, 0xde, 0x7c, 0x1a, 0xe4, 0x6a, 0xd5, 0x7c,
+ 0x7b, 0x17, 0x38, 0xeb, 0xd9, 0x76, 0xc3, 0x0e, 0xe1, 0xd3, 0x9d, 0xa2,
+ 0x9f, 0xb3, 0xd6, 0x39, 0xf2, 0xbc, 0xed, 0xa6, 0x7e, 0xce, 0x14, 0x19,
+ 0xbf, 0xe0, 0x2f, 0x48, 0xdc, 0xa4, 0xa7, 0x1a, 0xe4, 0xb7, 0x76, 0xe4,
+ 0x0e, 0x91, 0xed, 0x24, 0xc7, 0x7a, 0xfa, 0x57, 0xf4, 0xd2, 0xf0, 0x68,
+ 0x1e, 0x78, 0x4b, 0x64, 0xd2, 0xe8, 0x73, 0xb1, 0x46, 0x12, 0xb2, 0x0e,
+ 0xe5, 0x09, 0x4a, 0x09, 0xc4, 0x00, 0xc8, 0x6c, 0x3a, 0x2a, 0x82, 0xa8,
+ 0x39, 0xc8, 0x06, 0xf9, 0x09, 0x32, 0x6f, 0x3b, 0x7a, 0x1c, 0xd9, 0x2f,
+ 0x47, 0x86, 0x37, 0xa1, 0xa8, 0x34, 0xf7, 0x16, 0x68, 0xcd, 0x46, 0xb3,
+ 0xa8, 0x2f, 0xd5, 0xed, 0x17, 0xd3, 0xa9, 0x52, 0x53, 0x2a, 0xd5, 0x94,
+ 0x66, 0x51, 0x6f, 0xb1, 0x8d, 0x4f, 0xf4, 0x10, 0xde, 0xd5, 0x7f, 0x2a,
+ 0x5a, 0xaa, 0x14, 0x14, 0xba, 0x7e, 0x72, 0xa2, 0xa0, 0x9e, 0xa7, 0x79,
+ 0x69, 0xb7, 0xa4, 0xa4, 0x9d, 0x0e, 0x6e, 0x4e, 0x3f, 0x11, 0x67, 0x9b,
+ 0xc1, 0xca, 0x17, 0x27, 0x30, 0xad, 0x14, 0xa6, 0x08, 0xa2, 0x9f, 0x62,
+ 0xf4, 0x5f, 0x10, 0xee, 0x4a, 0xa0, 0x6e, 0x88, 0xc4, 0xf1, 0x04, 0x45,
+ 0x03, 0x8a, 0x43, 0x35, 0x7b, 0x1c, 0xfc, 0xab, 0x11, 0x0c, 0x12, 0x5e,
+ 0x79, 0xf6, 0x38, 0x0a, 0xdd, 0x43, 0x34, 0x9b, 0x2a, 0xe9, 0x32, 0x9c,
+ 0x55, 0x10, 0xce, 0xd6, 0xe7, 0x9e, 0x34, 0xae, 0x1b, 0x7a, 0x3e, 0x10,
+ 0xea, 0x03, 0xa4, 0x73, 0x4f, 0x9e, 0x8b, 0xb4, 0x5a, 0x8a, 0x62, 0x92,
+ 0x7d, 0xa6, 0xf3, 0x01, 0x97, 0x49, 0x23, 0xa8, 0xbc, 0x78, 0x0e, 0xe9,
+ 0xec, 0x04, 0x19, 0xd4, 0xc3, 0x0e, 0x89, 0x47, 0x5c, 0xaf, 0x39, 0x76,
+ 0x30, 0x7e, 0x70, 0x4a, 0x61, 0x73, 0xda, 0x51, 0x5b, 0x76, 0xd4, 0xa2,
+ 0x8e, 0xc6, 0x61, 0x20, 0x48, 0xfb, 0x1a, 0x6e, 0x88, 0x7e, 0xca, 0xf7,
+ 0x04, 0x4b, 0x9d, 0x2c, 0x9b, 0xfd, 0x66, 0x50, 0x41, 0xbe, 0x15, 0xd0,
+ 0x21, 0x6f, 0xf2, 0xac, 0xc8, 0xfa, 0x9d, 0x26, 0x3d, 0xde, 0xda, 0x3e,
+ 0x9d, 0x35, 0x67, 0x8a, 0x6c, 0xf4, 0xeb, 0x15, 0x3d, 0x8e, 0x91, 0xcd,
+ 0x23, 0xb9, 0xba, 0xff, 0x55, 0xd5, 0xa8, 0x78, 0x23, 0x02, 0x3a, 0xbd,
+ 0x84, 0xe5, 0xbb, 0xad, 0xec, 0xeb, 0x36, 0x0c, 0x5c, 0x9b, 0xfd, 0x42,
+ 0x8f, 0xa6, 0x47, 0x6c, 0xac, 0x53, 0x66, 0xc1, 0x28, 0xe4, 0xcd, 0x1f,
+ 0x5b, 0xb0, 0xfe, 0xd5, 0x47, 0x1e, 0x98, 0x0e, 0x07, 0xf3, 0xf5, 0xd9,
+ 0x0b, 0xdc, 0xf0, 0xf9, 0x64, 0xa2, 0x8d, 0xa3, 0xe5, 0x6a, 0x69, 0x24,
+ 0x94, 0x0b, 0x76, 0x04, 0x30, 0x5d, 0xdb, 0xf1, 0xe9, 0x72, 0x77, 0x4e,
+ 0x97, 0x9b, 0xa7, 0x9c, 0xf1, 0x02, 0x3a, 0x8e, 0x0e, 0x23, 0x6b, 0xe9,
+ 0x97, 0xfa, 0xbd, 0xa6, 0xcc, 0x83, 0xd3, 0x6e, 0x28, 0x2a, 0x75, 0xe8,
+ 0x0f, 0xe4, 0x07, 0xb5, 0x07, 0x3b, 0x49, 0x86, 0xf6, 0xaa, 0x1b, 0x46,
+ 0xd1, 0x95, 0x27, 0x4f, 0x34, 0xb2, 0xec, 0x4c, 0x6e, 0x45, 0x0e, 0x9e,
+ 0xfd, 0x61, 0xd0, 0x0a, 0x3c, 0x85, 0x7e, 0x42, 0x0b, 0x8a, 0xdd, 0x51,
+ 0xd8, 0xda, 0x6f, 0x41, 0x1d, 0xc1, 0xb4, 0x9a, 0x39, 0xcc, 0xe6, 0x18,
+ 0x43, 0x2b, 0x61, 0xcc, 0x85, 0x43, 0xb3, 0x1e, 0xbd, 0x56, 0x0e, 0x47,
+ 0xd3, 0xbf, 0x35, 0x9c, 0x83, 0xfe, 0xd7, 0xc7, 0xa5, 0x37, 0xbf, 0x7f,
+ 0x5c, 0x95, 0x98, 0x47, 0x78, 0x6d, 0xfd, 0x5b, 0x03, 0x8c, 0xaf, 0xc3,
+ 0xc8, 0x11, 0x2e, 0xb6, 0xc8, 0xce, 0x91, 0x69, 0xf4, 0x9e, 0xeb, 0x34,
+ 0xb2, 0x0e, 0x97, 0x5c, 0x6f, 0x12, 0x82, 0x3c, 0x72, 0x92, 0x1c, 0x8b,
+ 0x76, 0xa2, 0x5e, 0xdb, 0xc5, 0x62, 0x64, 0x6f, 0xfb, 0x71, 0xe2, 0x6d,
+ 0x90, 0xb5, 0xf6, 0x76, 0x11, 0xf6, 0xdc, 0x82, 0x92, 0x58, 0x4f, 0xc8,
+ 0x1d, 0x7d, 0x8c, 0xa2, 0xa4, 0x5b, 0xf3, 0x08, 0x25, 0x3d, 0x7c, 0x9d,
+ 0x46, 0x21, 0x36, 0x02, 0x75, 0xdf, 0x97, 0x07, 0xc5, 0x15, 0xea, 0xfc,
+ 0x92, 0x57, 0xa8, 0xd3, 0x89, 0x30, 0x1d, 0x08, 0x2f, 0x22, 0x6f, 0xb5,
+ 0x12, 0xd1, 0x8d, 0x2d, 0x5d, 0xe1, 0xb1, 0xae, 0x7a, 0xa9, 0x56, 0xe8,
+ 0xa6, 0x67, 0xd2, 0xd7, 0x76, 0xa0, 0x7c, 0xf6, 0x92, 0xb5, 0xe9, 0x54,
+ 0x28, 0xb6, 0xd2, 0x5d, 0xfe, 0x96, 0x22, 0x7f, 0x53, 0x51, 0xbb, 0xd4,
+ 0x2a, 0x14, 0x5d, 0x2f, 0xde, 0x77, 0xb9, 0x16, 0xc1, 0x3c, 0x09, 0xb7,
+ 0x5b, 0xe1, 0x56, 0xa8, 0xeb, 0x32, 0x2b, 0x7f, 0x5b, 0x9d, 0x7f, 0x5d,
+ 0xbd, 0x7d, 0xd9, 0xae, 0x50, 0x5f, 0xa2, 0xdb, 0xbb, 0x58, 0x4c, 0x9f,
+ 0x37, 0x65, 0xe7, 0xb9, 0x57, 0x33, 0x2e, 0x25, 0x53, 0x26, 0xc1, 0x87,
+ 0xc9, 0x72, 0x49, 0x7a, 0x08, 0x9f, 0xa4, 0x1a, 0xff, 0xaa, 0x5a, 0xe7,
+ 0xb2, 0x53, 0xa1, 0x96, 0x4e, 0x12, 0x08, 0xe1, 0xf9, 0x20, 0x86, 0x74,
+ 0xb3, 0x55, 0x4b, 0xa3, 0xc0, 0x63, 0x57, 0xb1, 0x4b, 0x24, 0x0f, 0x16,
+ 0x18, 0x66, 0x25, 0xcf, 0xa1, 0xf5, 0xec, 0xe1, 0x85, 0x5c, 0xa5, 0x0b,
+ 0x4a, 0x55, 0x71, 0xca, 0x8b, 0x7b, 0xe1, 0x0e, 0x9d, 0xcf, 0x43, 0x5f,
+ 0x04, 0xa1, 0xe7, 0x0e, 0xdc, 0x4a, 0x46, 0x29, 0xfc, 0x52, 0xa9, 0xe2,
+ 0x54, 0x6a, 0xf9, 0x3c, 0xb1, 0x57, 0xb4, 0x2d, 0xfe, 0x29, 0xde, 0xda,
+ 0x16, 0x8a, 0x7a, 0xa9, 0x54, 0xf1, 0x0a, 0x66, 0xe7, 0x61, 0x91, 0x83,
+ 0xfd, 0x40, 0xef, 0x4a, 0x6b, 0x6d, 0x3b, 0x8f, 0x55, 0x10, 0xad, 0x4b,
+ 0xa5, 0x8a, 0x61, 0x80, 0x98, 0x0b, 0x4c, 0x19, 0x36, 0x16, 0x19, 0xbf,
+ 0x20, 0x83, 0x68, 0xa3, 0x76, 0x33, 0xbc, 0x85, 0xbd, 0x15, 0x51, 0x15,
+ 0x9e, 0x76, 0xa9, 0x54, 0x11, 0x2f, 0x8d, 0xa7, 0xa4, 0x3b, 0x0f, 0xfd,
+ 0x74, 0x8b, 0x55, 0xf1, 0x46, 0xd1, 0x2f, 0x95, 0x4a, 0xe2, 0x85, 0xe3,
+ 0x30, 0xb9, 0xf6, 0xf0, 0xb2, 0x8a, 0xb2, 0x8d, 0xd6, 0x77, 0x57, 0x62,
+ 0x1c, 0x7a, 0x71, 0xe5, 0xbc, 0xb6, 0x2f, 0x15, 0xc9, 0x3f, 0x79, 0xf0,
+ 0xba, 0x94, 0x6a, 0xf5, 0xac, 0x18, 0xa6, 0x17, 0x9f, 0x24, 0xa9, 0xd9,
+ 0x41, 0xe2, 0xc1, 0x6b, 0x7d, 0xc5, 0x1c, 0xe3, 0x52, 0x31, 0xaa, 0x67,
+ 0x67, 0xb6, 0x0b, 0x02, 0xcc, 0xc3, 0xc8, 0x4e, 0xd6, 0x85, 0x69, 0xa9,
+ 0xc2, 0xe8, 0x5c, 0x2a, 0x92, 0x9e, 0xd7, 0xde, 0x8b, 0x70, 0xe5, 0xab,
+ 0x7a, 0x27, 0x7c, 0x06, 0xcf, 0x55, 0x5a, 0x28, 0xc4, 0x02, 0xdb, 0xea,
+ 0x29, 0xe5, 0xcd, 0x4b, 0xfe, 0x86, 0xfb, 0x8b, 0x9d, 0xc8, 0xdb, 0x26,
+ 0x72, 0x71, 0xc8, 0x08, 0x3b, 0x90, 0x31, 0x24, 0x9d, 0x5d, 0xca, 0x11,
+ 0x56, 0x1b, 0xc4, 0x95, 0x4b, 0x5e, 0x45, 0x5a, 0x38, 0xb2, 0x87, 0x30,
+ 0xa6, 0xbb, 0xb1, 0x2a, 0x25, 0x78, 0x3f, 0x49, 0xd5, 0x5e, 0xc8, 0x82,
+ 0x90, 0xae, 0x21, 0x3d, 0x19, 0x1b, 0xd5, 0xa7, 0xf4, 0x40, 0xb7, 0x70,
+ 0xb4, 0x4f, 0x1f, 0xc5, 0xf5, 0xce, 0xf7, 0xe7, 0xaf, 0x81, 0x03, 0x73,
+ 0xe6, 0xf0, 0xcb, 0x3b, 0xdf, 0x7e, 0x83, 0xbb, 0x5c, 0xbd, 0xe4, 0x55,
+ 0xdc, 0x75, 0xfc, 0x24, 0xbd, 0x08, 0xa3, 0x9b, 0x56, 0x04, 0x0c, 0x95,
+ 0xba, 0xad, 0x4b, 0x5e, 0x45, 0x5a, 0xcf, 0xfe, 0x0e, 0x5d, 0xed, 0x92,
+ 0x57, 0x11, 0x54, 0xde, 0x23, 0xa6, 0x47, 0xe9, 0x78, 0xb1, 0x4e, 0x2b,
+ 0xbd, 0x38, 0xd7, 0x2f, 0x79, 0x15, 0x3b, 0xbd, 0xd8, 0x4a, 0xb7, 0xac,
+ 0x6b, 0xc5, 0x5b, 0xcf, 0xd2, 0xaa, 0x54, 0xdb, 0x97, 0xbc, 0xca, 0x25,
+ 0x1e, 0xa9, 0xea, 0x55, 0xaa, 0xc6, 0x25, 0xaf, 0x22, 0x61, 0xb2, 0x8d,
+ 0x47, 0x5e, 0x50, 0x88, 0x04, 0xe6, 0xf4, 0xbe, 0xed, 0x50, 0x24, 0x60,
+ 0xf6, 0xca, 0x41, 0x74, 0x93, 0xab, 0x14, 0x11, 0x91, 0x86, 0xfd, 0x72,
+ 0xa2, 0x61, 0x7c, 0x55, 0x43, 0x9e, 0xe2, 0xf7, 0x44, 0xf6, 0x76, 0x5c,
+ 0x84, 0xe1, 0xb0, 0x14, 0x7e, 0x48, 0x08, 0x19, 0xda, 0x17, 0xa2, 0xfd,
+ 0x0b, 0x25, 0x4b, 0x14, 0x2a, 0x01, 0x6e, 0xbd, 0xd5, 0xfa, 0x14, 0xa1,
+ 0x9c, 0x2f, 0x48, 0x44, 0x45, 0x49, 0xe3, 0xc0, 0xdc, 0x87, 0x3d, 0x20,
+ 0x00, 0x94, 0x9b, 0xe7, 0x28, 0x2d, 0x52, 0x9a, 0x14, 0xf4, 0x6f, 0x56,
+ 0x32, 0xbe, 0x28, 0x84, 0x17, 0x04, 0x71, 0xd0, 0x8e, 0x4a, 0xc9, 0x4d,
+ 0xd6, 0xab, 0x5e, 0x9d, 0x51, 0x15, 0x03, 0xfd, 0xde, 0xb3, 0xf0, 0xfd,
+ 0xc2, 0x1e, 0x1f, 0x15, 0x73, 0x1d, 0x19, 0x7d, 0x29, 0x14, 0x89, 0xa6,
+ 0xf1, 0x4d, 0x31, 0xb9, 0xa3, 0xde, 0xf1, 0x16, 0x99, 0x89, 0x27, 0x99,
+ 0x11, 0xc2, 0x9f, 0x47, 0x27, 0x69, 0xa1, 0x22, 0xf3, 0xa4, 0xa3, 0xc4,
+ 0x10, 0x49, 0x4f, 0x96, 0x18, 0x1e, 0xb4, 0xf3, 0x7b, 0xad, 0x23, 0xed,
+ 0x37, 0xd2, 0xd1, 0x34, 0xd1, 0xda, 0x5a, 0x31, 0x7d, 0xcd, 0x90, 0xa7,
+ 0x4a, 0x15, 0xd1, 0x9e, 0xa2, 0xec, 0xc3, 0xb3, 0x92, 0x01, 0xc6, 0x5b,
+ 0x18, 0xc7, 0xfa, 0x2a, 0xcf, 0xf5, 0x8b, 0x41, 0xf8, 0x45, 0x9b, 0x02,
+ 0x45, 0xf9, 0x4f, 0x19, 0x23, 0x4d, 0x02, 0xaa, 0x0c, 0x69, 0x19, 0xdf,
+ 0x6d, 0xc8, 0x3e, 0x93, 0x28, 0x01, 0xe8, 0xad, 0x2a, 0x4b, 0x8e, 0xcc,
+ 0x90, 0xde, 0xc1, 0xc2, 0x4e, 0xbf, 0x97, 0x9f, 0x6d, 0x1c, 0xaf, 0x23,
+ 0xe5, 0x1d, 0xf5, 0xc7, 0xad, 0x7d, 0x18, 0x48, 0x8b, 0xba, 0x37, 0x9a,
+ 0x32, 0x52, 0x2d, 0x20, 0xac, 0x41, 0xe1, 0x37, 0x20, 0x5a, 0xdf, 0x09,
+ 0x91, 0x9c, 0xa6, 0x75, 0x86, 0x71, 0xc8, 0xeb, 0xba, 0xbb, 0x38, 0x09,
+ 0x69, 0x5d, 0xeb, 0x3d, 0x3a, 0xcc, 0x55, 0x0c, 0x99, 0x5c, 0x8d, 0xa6,
+ 0xbf, 0xb5, 0x90, 0xde, 0xc8, 0x24, 0x8c, 0x0e, 0x7d, 0xd4, 0x2b, 0x73,
+ 0x26, 0x33, 0xb6, 0xfc, 0xca, 0x82, 0x0a, 0x9c, 0x37, 0x15, 0x6e, 0x9a,
+ 0xcd, 0x34, 0xc5, 0xbb, 0x19, 0x31, 0x95, 0x5d, 0xd9, 0x51, 0xae, 0x8e,
+ 0x9d, 0x25, 0xb3, 0xcd, 0xf0, 0x35, 0x4c, 0x6c, 0x66, 0x74, 0x5a, 0xbc,
+ 0x79, 0xd1, 0x84, 0x46, 0xb3, 0x80, 0x6f, 0xca, 0x34, 0x31, 0x8c, 0x9d,
+ 0x35, 0xe3, 0x0d, 0x99, 0x03, 0x8e, 0xec, 0xbf, 0x5c, 0x5b, 0xc9, 0x60,
+ 0x00, 0xc9, 0xd9, 0xe1, 0x59, 0x29, 0xc0, 0xdf, 0xea, 0x2d, 0xba, 0x7a,
+ 0x2c, 0x4e, 0xd5, 0x73, 0x77, 0x4d, 0x37, 0x99, 0xfe, 0xf1, 0x60, 0x3b,
+ 0x72, 0xb0, 0x5a, 0x7a, 0xf9, 0x33, 0x9e, 0xd0, 0xb1, 0x8d, 0xfa, 0xa9,
+ 0xae, 0xf0, 0x7b, 0xc0, 0x25, 0x78, 0x7b, 0xbd, 0x32, 0x72, 0xe6, 0x82,
+ 0xbd, 0x33, 0xf9, 0xfb, 0xf4, 0x2e, 0xc5, 0x1c, 0x2b, 0xec, 0x82, 0x99,
+ 0x81, 0xed, 0x87, 0x2b, 0xf4, 0xfa, 0xae, 0xdb, 0x7a, 0x9f, 0x5e, 0xa9,
+ 0x98, 0x63, 0x7e, 0xa8, 0xe0, 0xec, 0x03, 0x1b, 0x99, 0x53, 0x54, 0x6b,
+ 0xef, 0xd3, 0x53, 0x3c, 0x73, 0xac, 0x1e, 0xaa, 0x55, 0x54, 0xd3, 0x95,
+ 0xf7, 0xbb, 0x6e, 0xf3, 0x7d, 0x7a, 0x2a, 0x68, 0x8e, 0x5b, 0x87, 0xea,
+ 0x16, 0xaa, 0x91, 0x4a, 0xa3, 0x5a, 0x79, 0x9f, 0xde, 0xe9, 0x98, 0x63,
+ 0xed, 0x50, 0xad, 0xa1, 0x82, 0x3a, 0x80, 0xbf, 0x54, 0xdf, 0xa7, 0x17,
+ 0x02, 0xe6, 0x58, 0x3f, 0xd4, 0xeb, 0xa8, 0x57, 0x0b, 0xf5, 0x54, 0xdd,
+ 0x3e, 0x54, 0xb7, 0x31, 0x1a, 0xea, 0x56, 0xf6, 0x6a, 0x1c, 0xe4, 0x06,
+ 0xe4, 0xe8, 0x8f, 0xde, 0x7e, 0x16, 0x5d, 0xdf, 0x77, 0x2d, 0xa5, 0xe8,
+ 0xab, 0x24, 0xb3, 0xe8, 0x65, 0xb0, 0x3f, 0x20, 0xd9, 0xe7, 0x51, 0x17,
+ 0xad, 0x83, 0xb3, 0x39, 0x68, 0xf3, 0x53, 0x6d, 0xfd, 0xfb, 0xb5, 0xd5,
+ 0x63, 0x6d, 0xd9, 0xe2, 0xdb, 0xda, 0xe9, 0x47, 0x4e, 0x76, 0xe0, 0x88,
+ 0x92, 0xf9, 0x77, 0x29, 0x04, 0x6d, 0x0c, 0xfa, 0x30, 0xea, 0x38, 0xa3,
+ 0x4c, 0x4f, 0x92, 0x4e, 0x10, 0xf8, 0x29, 0x82, 0xf1, 0xaf, 0x21, 0xa8,
+ 0x27, 0x08, 0xd2, 0xd9, 0x7e, 0x0b, 0xa1, 0xf4, 0xbd, 0xd6, 0x29, 0x84,
+ 0x5e, 0x80, 0x78, 0x03, 0xc1, 0x76, 0x9d, 0x4a, 0xce, 0x73, 0xde, 0xfc,
+ 0xc1, 0xf9, 0x13, 0xce, 0x23, 0x6a, 0x7b, 0x8b, 0xf3, 0x9c, 0xb7, 0xbe,
+ 0xc5, 0xbb, 0x83, 0xf6, 0x09, 0xe7, 0x39, 0x37, 0xbe, 0x5f, 0xfb, 0x94,
+ 0xf3, 0xea, 0x37, 0xf7, 0x1b, 0x69, 0x7f, 0x95, 0xf3, 0xaa, 0xfe, 0x0d,
+ 0xbe, 0x1d, 0x21, 0x9c, 0x72, 0x9e, 0x7a, 0xfb, 0x57, 0x10, 0x4e, 0x39,
+ 0xdf, 0xfa, 0xd6, 0xbe, 0x23, 0x84, 0xaf, 0x73, 0xbe, 0x65, 0x7c, 0x9d,
+ 0xf3, 0x84, 0xf0, 0x26, 0xe7, 0x35, 0xfe, 0x83, 0xf3, 0x27, 0x9c, 0x4f,
+ 0xd3, 0xe1, 0x05, 0x02, 0xbb, 0x60, 0x35, 0x13, 0x08, 0x0c, 0xdd, 0x13,
+ 0xfa, 0x69, 0xfa, 0x71, 0x50, 0x25, 0xc3, 0x13, 0xf9, 0x0f, 0xaf, 0x3d,
+ 0x06, 0xa1, 0xf3, 0x78, 0x65, 0x07, 0x6e, 0x1a, 0x27, 0x9c, 0x1c, 0x6f,
+ 0xea, 0x32, 0x92, 0xb9, 0xfd, 0xab, 0x1c, 0x18, 0x92, 0xa6, 0x2b, 0x3f,
+ 0xcf, 0x73, 0xd2, 0x2f, 0x8a, 0x8f, 0xe2, 0x49, 0x4e, 0x41, 0x54, 0x7d,
+ 0x98, 0x52, 0xe5, 0xc0, 0x15, 0x5d, 0x43, 0x54, 0x5c, 0x4b, 0xd2, 0xc4,
+ 0x7b, 0x9e, 0x66, 0x75, 0x61, 0x54, 0x71, 0x39, 0xc2, 0xf5, 0x37, 0xe2,
+ 0x69, 0x19, 0x81, 0x2d, 0x3d, 0xca, 0x48, 0x27, 0x91, 0x5b, 0x4c, 0x73,
+ 0x25, 0x47, 0x74, 0x63, 0xcf, 0x91, 0xfa, 0x24, 0x10, 0xac, 0xfb, 0x8a,
+ 0x38, 0xcf, 0x4d, 0x93, 0x76, 0xe5, 0x42, 0xbd, 0x68, 0x5d, 0xf0, 0xf4,
+ 0x91, 0xe3, 0x51, 0xcd, 0xa5, 0x28, 0xa4, 0x8f, 0x1a, 0x0a, 0xfa, 0xa1,
+ 0x68, 0x50, 0x23, 0x08, 0xb4, 0x8b, 0x76, 0x51, 0x4f, 0xcb, 0x35, 0x81,
+ 0x96, 0xaa, 0x64, 0x75, 0x79, 0x13, 0x55, 0x36, 0xd2, 0xf7, 0xc5, 0x1c,
+ 0x0d, 0x28, 0x12, 0x6d, 0xdf, 0xb5, 0x26, 0x21, 0x74, 0x28, 0xb4, 0x2f,
+ 0x8c, 0x54, 0xa4, 0x4b, 0x7b, 0xb4, 0xdc, 0x04, 0xa5, 0x79, 0xd1, 0xd9,
+ 0x5b, 0x01, 0x04, 0x2b, 0xeb, 0xa4, 0x8d, 0xa2, 0x42, 0xb6, 0x77, 0x50,
+ 0xa3, 0x70, 0xa8, 0x90, 0xb1, 0x69, 0xec, 0x45, 0xb5, 0xf4, 0x2c, 0x85,
+ 0xb2, 0x96, 0x9a, 0x51, 0xfb, 0xdc, 0x6c, 0x35, 0xb7, 0x55, 0xe1, 0x12,
+ 0x56, 0xa5, 0xd6, 0xba, 0xb4, 0x4f, 0xa1, 0xfa, 0x4e, 0x6e, 0x7a, 0x5b,
+ 0xc2, 0x6a, 0x64, 0x55, 0x3e, 0x59, 0x87, 0x41, 0x18, 0x47, 0xe3, 0x95,
+ 0xad, 0xa5, 0xea, 0x60, 0x7c, 0x6f, 0x0e, 0x07, 0xbd, 0xca, 0x7a, 0xea,
+ 0x4a, 0xa1, 0x9e, 0xf7, 0xb3, 0x5f, 0xd1, 0xec, 0x30, 0x3d, 0x46, 0x36,
+ 0x3d, 0xfc, 0x60, 0x3b, 0xad, 0x90, 0x76, 0x98, 0x53, 0x35, 0x33, 0x87,
+ 0xe7, 0x13, 0x28, 0xd7, 0x36, 0x6f, 0x91, 0xcd, 0xf7, 0x41, 0x5f, 0x93,
+ 0x3d, 0xe9, 0xc5, 0x1e, 0xb2, 0x41, 0x1d, 0x14, 0xe4, 0xdc, 0x11, 0xb2,
+ 0x21, 0x27, 0xa3, 0xf6, 0xf4, 0x94, 0x5c, 0xed, 0x36, 0x5b, 0x73, 0x53,
+ 0x75, 0xc5, 0xc3, 0xf5, 0xe3, 0xab, 0x83, 0x0b, 0x55, 0xb2, 0x95, 0xa8,
+ 0xfa, 0x20, 0x68, 0x7b, 0x8a, 0x38, 0x99, 0x04, 0xf4, 0x81, 0xd8, 0x09,
+ 0xcf, 0xdb, 0xcd, 0xf3, 0xca, 0x03, 0x6d, 0xb9, 0xc3, 0x9c, 0x8c, 0xbd,
+ 0x57, 0x61, 0x74, 0x92, 0x1f, 0xf0, 0x36, 0xbd, 0x55, 0x36, 0x55, 0xf7,
+ 0x80, 0xbc, 0xb6, 0x44, 0x6e, 0x6b, 0xfa, 0xab, 0x30, 0xf2, 0x92, 0xf5,
+ 0xe6, 0x68, 0x8b, 0xb4, 0xd3, 0xcb, 0x25, 0x79, 0x06, 0x33, 0xdf, 0x0a,
+ 0xe1, 0xb2, 0x1e, 0xbc, 0xa6, 0x97, 0xbc, 0xca, 0xc0, 0xdb, 0xbc, 0x66,
+ 0xa6, 0x17, 0x31, 0x78, 0xe0, 0x68, 0x25, 0x8f, 0x08, 0x4c, 0x7f, 0xbb,
+ 0xb6, 0x2f, 0xc6, 0xf4, 0x38, 0xdc, 0xd9, 0xf5, 0x9a, 0x39, 0x9c, 0x23,
+ 0xf5, 0x5f, 0x4c, 0xe7, 0x27, 0xd3, 0xd0, 0x6e, 0x9f, 0x9f, 0x5c, 0xd4,
+ 0x15, 0xb3, 0xee, 0xfd, 0x01, 0xe4, 0xe9, 0x85, 0x17, 0x6f, 0x1b, 0xc5,
+ 0x1b, 0x2f, 0xba, 0x60, 0xb3, 0x03, 0x11, 0xee, 0xe4, 0xf5, 0xd6, 0x5c,
+ 0xfc, 0xb9, 0xa3, 0xd3, 0x14, 0x5b, 0x5e, 0x80, 0xc1, 0xd5, 0xa7, 0xd7,
+ 0x4c, 0xd9, 0xc5, 0xd8, 0x34, 0xa4, 0xf3, 0xa3, 0xec, 0x26, 0xe1, 0x0d,
+ 0xf0, 0xce, 0xff, 0x11, 0xfc, 0x21, 0x0c, 0xe3, 0x24, 0x3b, 0x72, 0x1c,
+ 0x79, 0x41, 0x95, 0xbf, 0x92, 0x09, 0x5f, 0x69, 0x2d, 0xf2, 0xd4, 0xfb,
+ 0x48, 0xb9, 0xe2, 0x86, 0x93, 0x1b, 0xfc, 0x38, 0x5b, 0xad, 0x54, 0x1d,
+ 0xd9, 0xdb, 0x53, 0x55, 0xf5, 0xb4, 0xdf, 0xbd, 0xea, 0x64, 0x2b, 0x82,
+ 0x61, 0x18, 0x6e, 0x7f, 0x33, 0x5f, 0xbc, 0xf8, 0x68, 0x52, 0x28, 0xbd,
+ 0xcc, 0x3d, 0xe5, 0xef, 0x22, 0x0a, 0x65, 0x2a, 0x37, 0x9d, 0xa7, 0x24,
+ 0x98, 0xd2, 0x0f, 0xbc, 0xf3, 0xe4, 0x5e, 0x4e, 0xaf, 0x03, 0xe5, 0x71,
+ 0xc9, 0x30, 0xb4, 0xe5, 0xc1, 0xe3, 0x20, 0x3b, 0xd1, 0xd8, 0x0b, 0xcc,
+ 0xdd, 0x0b, 0xa3, 0x6f, 0x7a, 0x99, 0x52, 0x2a, 0xc9, 0x4d, 0x67, 0x3a,
+ 0x0e, 0x54, 0xa7, 0xc2, 0xdd, 0xcf, 0xb1, 0x7c, 0x57, 0xdf, 0x87, 0x3e,
+ 0x9d, 0x4b, 0x93, 0xe8, 0xfe, 0x7e, 0x81, 0xb7, 0xf3, 0xe0, 0xf0, 0xd8,
+ 0xcf, 0x1f, 0xf9, 0x41, 0xca, 0x53, 0x69, 0x3f, 0x41, 0x70, 0x10, 0xfa,
+ 0xec, 0xdd, 0xb5, 0x2f, 0x5e, 0xde, 0xb3, 0x9f, 0xf2, 0xfe, 0x86, 0x5e,
+ 0x40, 0xbf, 0x73, 0xa0, 0x1c, 0x95, 0xa5, 0x05, 0x37, 0xd3, 0xe9, 0xe7,
+ 0x11, 0x9b, 0xec, 0x12, 0xfa, 0x08, 0x54, 0x39, 0x91, 0x9c, 0xb6, 0x51,
+ 0x4f, 0x24, 0xad, 0x6c, 0x03, 0xb0, 0x1b, 0xf9, 0x81, 0xb3, 0x52, 0x2e,
+ 0x4a, 0x84, 0xf4, 0x6d, 0x55, 0xbf, 0xa1, 0x6e, 0xdf, 0xb9, 0xf2, 0x98,
+ 0x4a, 0xb8, 0xef, 0xd3, 0x21, 0x47, 0xf4, 0xfb, 0x39, 0x22, 0x8e, 0x77,
+ 0x91, 0x1c, 0x70, 0xff, 0x66, 0x91, 0x42, 0xd0, 0x03, 0x3f, 0x32, 0x59,
+ 0x3d, 0x2a, 0xcb, 0xae, 0xef, 0xc5, 0xda, 0x73, 0xc0, 0xc8, 0x98, 0x76,
+ 0x2c, 0x09, 0x26, 0x9e, 0x5f, 0x82, 0xa4, 0x32, 0x05, 0xa0, 0x52, 0xb9,
+ 0xcb, 0xe6, 0x89, 0x9d, 0x88, 0x7a, 0x99, 0x06, 0x5f, 0xaa, 0x68, 0xa0,
+ 0xfd, 0xa0, 0xc1, 0xbf, 0x09, 0x0d, 0xba, 0x7e, 0x18, 0x0b, 0xf7, 0x4d,
+ 0x7f, 0xa0, 0xff, 0x20, 0xc2, 0xbf, 0x1d, 0x11, 0x2a, 0x3d, 0x42, 0xfb,
+ 0x07, 0x11, 0xfe, 0xff, 0x13, 0x21, 0x91, 0x19, 0x63, 0x45, 0xb0, 0x94,
+ 0x1d, 0x1d, 0xcb, 0x7b, 0x42, 0xf7, 0x35, 0xb0, 0x37, 0x9e, 0x43, 0x9a,
+ 0x4b, 0x79, 0xe7, 0x58, 0xdb, 0xd8, 0x4b, 0xf3, 0xad, 0xfc, 0xfc, 0xc7,
+ 0x39, 0x6c, 0x45, 0x7e, 0xbe, 0x8f, 0xff, 0x4f, 0xbe, 0x0e, 0x93, 0x61,
+ 0x63, 0xe7, 0x38, 0x6c, 0xdc, 0x7f, 0x0e, 0x97, 0x47, 0xcd, 0x69, 0x6a,
+ 0x7f, 0xfc, 0x85, 0x5a, 0x9a, 0x02, 0xe4, 0x07, 0xb9, 0xf5, 0x8a, 0xc4,
+ 0x63, 0x65, 0x6f, 0x17, 0x91, 0x2d, 0x7f, 0xff, 0x64, 0x28, 0x82, 0x55,
+ 0xb2, 0x9e, 0x64, 0xdf, 0x97, 0x14, 0xcf, 0x07, 0xe4, 0xba, 0xc9, 0x03,
+ 0xdd, 0x93, 0x4f, 0xd4, 0xe8, 0x7b, 0x2a, 0xf9, 0x8d, 0x1d, 0xdd, 0xda,
+ 0xdf, 0xc7, 0xa7, 0x41, 0x6b, 0x87, 0xc2, 0xfd, 0xc7, 0xed, 0xba, 0x7e,
+ 0x1a, 0xb7, 0xc2, 0x62, 0xb0, 0x6e, 0x9a, 0x91, 0xd0, 0xa4, 0x5f, 0x19,
+ 0xad, 0xbc, 0xb3, 0xe2, 0xf2, 0xc6, 0xf0, 0x71, 0x6a, 0x1f, 0xcf, 0x00,
+ 0x81, 0x84, 0x07, 0x84, 0xf9, 0xb3, 0x87, 0xb8, 0xfc, 0x40, 0x37, 0xd2,
+ 0x55, 0x9b, 0xe9, 0x11, 0x68, 0xbb, 0x48, 0x37, 0xfa, 0x56, 0xfe, 0xd6,
+ 0x1c, 0x0e, 0x89, 0x55, 0xd3, 0xc8, 0xdb, 0xd8, 0xe0, 0x5c, 0x76, 0xcd,
+ 0x8f, 0x65, 0xd4, 0xdf, 0x67, 0x1f, 0x8b, 0xa3, 0x05, 0xd1, 0x6b, 0xff,
+ 0xd5, 0xd1, 0xa1, 0x4d, 0x5f, 0x21, 0x92, 0xd0, 0xd7, 0xd1, 0xf7, 0xb3,
+ 0xff, 0x61, 0xef, 0x5a, 0x9b, 0x13, 0xc7, 0x95, 0xf6, 0xf7, 0xf9, 0x15,
+ 0x14, 0x55, 0x6f, 0xd5, 0x6c, 0xed, 0x99, 0x33, 0xf8, 0x0a, 0xe4, 0x5b,
+ 0xb8, 0x25, 0xec, 0x26, 0x13, 0x0e, 0x64, 0x66, 0xb6, 0xf6, 0x4b, 0x4a,
+ 0x31, 0x02, 0x5c, 0x31, 0x36, 0xc7, 0x36, 0xb9, 0x9c, 0x5f, 0xff, 0xaa,
+ 0x25, 0x19, 0x8c, 0x24, 0x67, 0xa8, 0x21, 0x99, 0xad, 0x82, 0xde, 0xd9,
+ 0x2a, 0x08, 0x56, 0x77, 0xdb, 0x52, 0xfb, 0x51, 0x4b, 0xea, 0x0b, 0x30,
+ 0xf9, 0x36, 0xfe, 0x7c, 0x49, 0xa2, 0xa8, 0x36, 0xe4, 0x71, 0xce, 0x1f,
+ 0xfb, 0x4d, 0x36, 0xa4, 0xda, 0x8d, 0xe9, 0x6f, 0x91, 0xd3, 0xb0, 0xb7,
+ 0x4b, 0x0e, 0x19, 0x8e, 0x02, 0x6f, 0xd1, 0xe8, 0xeb, 0xd5, 0xd5, 0xd7,
+ 0x51, 0xf1, 0xad, 0x77, 0xf3, 0xfd, 0x4b, 0xfd, 0x03, 0x7f, 0xb3, 0x80,
+ 0x85, 0x18, 0x69, 0x75, 0x90, 0x1d, 0xbe, 0xdd, 0x5d, 0x71, 0xb2, 0x38,
+ 0x8f, 0x92, 0x7b, 0x12, 0xc9, 0xbb, 0xe7, 0x3a, 0x72, 0xc3, 0x63, 0x72,
+ 0x74, 0x26, 0xc5, 0x06, 0xe6, 0x7d, 0x3e, 0x0d, 0xb6, 0xea, 0x52, 0x3e,
+ 0x5d, 0x23, 0x5c, 0x71, 0xf9, 0x83, 0xf6, 0xc0, 0xc5, 0x90, 0xa6, 0xdd,
+ 0x84, 0xce, 0x66, 0x61, 0x10, 0xee, 0xee, 0xef, 0x08, 0x86, 0x7c, 0x03,
+ 0x3c, 0x60, 0x0d, 0xb6, 0xb7, 0xc5, 0xd7, 0xaf, 0x16, 0x5f, 0x7f, 0x3e,
+ 0x82, 0x1b, 0x57, 0x99, 0x8b, 0x4e, 0xef, 0x9b, 0xe9, 0x85, 0xaf, 0xd9,
+ 0x8c, 0xc4, 0x6c, 0xbd, 0xcc, 0x40, 0x0b, 0xe2, 0xd0, 0xd7, 0xa9, 0xe6,
+ 0xac, 0xe7, 0xd8, 0xe5, 0x63, 0x04, 0xd5, 0xc7, 0x13, 0xa8, 0x67, 0xb3,
+ 0x57, 0xc9, 0xad, 0xd7, 0xc9, 0x47, 0x4f, 0xcb, 0x41, 0xca, 0x57, 0x86,
+ 0xc1, 0x8b, 0xaa, 0xb4, 0x8e, 0x0d, 0x8f, 0x5e, 0xda, 0x10, 0xb3, 0x8a,
+ 0x05, 0x3b, 0x27, 0xb5, 0x18, 0xad, 0xc1, 0xbe, 0x72, 0x6c, 0x5c, 0x6f,
+ 0x9d, 0xc0, 0xb4, 0x0a, 0x1e, 0x66, 0x55, 0x0a, 0x80, 0x2b, 0xad, 0xd3,
+ 0x50, 0x00, 0x36, 0xfe, 0x13, 0x32, 0xa3, 0xf9, 0x4b, 0x6f, 0x9d, 0xbf,
+ 0xe8, 0xd0, 0x03, 0xc0, 0x67, 0x72, 0x67, 0x27, 0x41, 0x3a, 0x0a, 0x63,
+ 0x65, 0x92, 0xb3, 0x5b, 0xfa, 0x24, 0x27, 0x82, 0xe2, 0x3a, 0xb5, 0x5e,
+ 0x98, 0x4a, 0x87, 0xbe, 0x8f, 0x3d, 0x0b, 0x6c, 0x10, 0x11, 0x1b, 0x07,
+ 0x17, 0xb8, 0x73, 0x25, 0xfc, 0x0c, 0xb3, 0x99, 0x6f, 0x8b, 0x9f, 0xa1,
+ 0x73, 0xd9, 0x4f, 0x60, 0x7b, 0x41, 0xf4, 0xcc, 0xf0, 0x82, 0x1b, 0x5f,
+ 0x1b, 0xcd, 0x62, 0xe6, 0x57, 0x0f, 0xcc, 0x2f, 0x08, 0x92, 0x60, 0xd7,
+ 0xec, 0xf2, 0x35, 0x9b, 0x5d, 0x03, 0xeb, 0x07, 0x22, 0xf6, 0x86, 0x82,
+ 0x4c, 0x7a, 0xee, 0x72, 0xb2, 0xe6, 0x6f, 0x22, 0x6c, 0x70, 0x28, 0xa8,
+ 0x8a, 0x4b, 0x8c, 0xaa, 0x03, 0x1c, 0x21, 0xc6, 0x66, 0xc8, 0x2d, 0xb6,
+ 0xcd, 0x25, 0x87, 0x5d, 0x02, 0x63, 0x0e, 0xe2, 0x32, 0x87, 0xdc, 0x5a,
+ 0xdb, 0x5c, 0x72, 0xd9, 0x25, 0x98, 0xa9, 0x21, 0x04, 0x65, 0xc8, 0x2d,
+ 0xb5, 0xcd, 0x25, 0x66, 0xab, 0x75, 0xb8, 0x2c, 0x1f, 0x2e, 0xf9, 0xe5,
+ 0x4b, 0xcc, 0x4c, 0xeb, 0xb4, 0x7e, 0x13, 0x21, 0x2e, 0x43, 0x6e, 0xa0,
+ 0x6d, 0x2e, 0x31, 0x13, 0xad, 0xd3, 0xfe, 0x4d, 0x44, 0x2f, 0x0d, 0xb9,
+ 0x8d, 0xb6, 0xb9, 0x04, 0x56, 0x1a, 0x50, 0x41, 0x7c, 0xe0, 0x55, 0xbf,
+ 0x57, 0xbb, 0x48, 0x21, 0x59, 0x86, 0x05, 0x06, 0x25, 0x8f, 0x30, 0xff,
+ 0xd8, 0x87, 0xfb, 0x87, 0xd0, 0xb3, 0xed, 0x55, 0x30, 0x16, 0xa5, 0xcf,
+ 0x1e, 0xbb, 0x0e, 0x0f, 0x01, 0x61, 0x6f, 0x70, 0xfd, 0x26, 0xe5, 0xae,
+ 0x35, 0x9f, 0x6b, 0xdf, 0x49, 0x2a, 0x2f, 0xc3, 0x83, 0x40, 0xb8, 0x13,
+ 0x5c, 0x1e, 0xd3, 0x29, 0xbb, 0x26, 0x62, 0x99, 0x3f, 0xf6, 0x59, 0x77,
+ 0x7e, 0x98, 0xa6, 0xe1, 0x23, 0xfd, 0xbe, 0xa0, 0x34, 0x1a, 0xd3, 0xc7,
+ 0x11, 0x4d, 0xff, 0xd4, 0x8e, 0x5f, 0x1c, 0x7e, 0x76, 0x98, 0xd2, 0xc7,
+ 0xec, 0xf3, 0xc3, 0x76, 0xab, 0x57, 0xf8, 0x34, 0xc9, 0x33, 0xb3, 0xfb,
+ 0x97, 0x81, 0x4c, 0x2d, 0xf0, 0x4d, 0x66, 0x16, 0x50, 0x0e, 0x80, 0x1c,
+ 0x7e, 0x78, 0x08, 0x1b, 0xc9, 0xcf, 0x8a, 0x0d, 0xf1, 0x2f, 0xe1, 0x57,
+ 0x65, 0xdd, 0x59, 0x55, 0x46, 0xbd, 0xe3, 0xe2, 0x41, 0xb3, 0x6e, 0xd4,
+ 0x73, 0xf3, 0xa6, 0xba, 0xcb, 0x2c, 0xec, 0x32, 0xad, 0xcb, 0xe0, 0x44,
+ 0xe2, 0x8a, 0x3e, 0xd2, 0x48, 0xf8, 0x55, 0xaa, 0x5d, 0x86, 0x47, 0xbb,
+ 0x7a, 0x97, 0xb1, 0x37, 0xd3, 0x7e, 0xed, 0xcd, 0x74, 0xb0, 0xcf, 0xb4,
+ 0x3e, 0x23, 0x01, 0x2c, 0x57, 0x79, 0x4c, 0x96, 0xb6, 0x12, 0x92, 0xdd,
+ 0xe6, 0x56, 0xcc, 0xbf, 0xb3, 0x90, 0xb1, 0x02, 0x5b, 0x62, 0x0c, 0x9e,
+ 0xc6, 0x9a, 0xd5, 0xef, 0xf2, 0xb8, 0x3b, 0xb8, 0x54, 0xdf, 0x3d, 0xab,
+ 0x13, 0x2b, 0x1e, 0x79, 0xa6, 0xad, 0x38, 0xe3, 0x71, 0xf8, 0x75, 0x5b,
+ 0x9b, 0xe4, 0x04, 0xf5, 0x40, 0x1c, 0xb2, 0xe7, 0x49, 0x92, 0x2f, 0xd8,
+ 0x74, 0xf0, 0x04, 0xd8, 0xcf, 0x8d, 0xbd, 0x24, 0x9d, 0xd6, 0xce, 0xb3,
+ 0x55, 0x28, 0x6c, 0x8b, 0x5e, 0x32, 0x65, 0x13, 0xc9, 0x17, 0x0a, 0xd3,
+ 0x32, 0x0f, 0x02, 0x67, 0x36, 0x62, 0x48, 0x72, 0x52, 0xfb, 0x72, 0x2e,
+ 0xbe, 0xe7, 0xd9, 0xfa, 0x3e, 0xcc, 0x16, 0x61, 0xed, 0x1a, 0x92, 0x8c,
+ 0x70, 0x83, 0xe5, 0xe2, 0xfa, 0xae, 0xf9, 0x17, 0x37, 0x23, 0x93, 0x04,
+ 0xfc, 0xbf, 0xc7, 0xc2, 0xbb, 0x8f, 0xfb, 0xdb, 0xd5, 0x26, 0x37, 0x97,
+ 0x5d, 0xd1, 0xcc, 0x6f, 0x7c, 0xe6, 0xf6, 0x8f, 0xe3, 0x7f, 0xe6, 0x06,
+ 0xd1, 0x35, 0x85, 0x98, 0x19, 0x9a, 0xd5, 0x20, 0x6a, 0x6c, 0x42, 0xe7,
+ 0x70, 0x9a, 0xaf, 0xc8, 0x70, 0x2f, 0xda, 0x4e, 0x4d, 0x1c, 0x1e, 0xf7,
+ 0xff, 0x76, 0x38, 0xd7, 0xd2, 0x01, 0x6f, 0xe9, 0x5e, 0x0b, 0xbf, 0x41,
+ 0x21, 0xb3, 0x07, 0x32, 0xad, 0xdf, 0xc5, 0x41, 0xf6, 0xef, 0x96, 0x42,
+ 0x26, 0x4f, 0xd8, 0x6e, 0xa1, 0x27, 0xb6, 0x6c, 0xc6, 0x64, 0xc9, 0x48,
+ 0x2c, 0xbf, 0xb8, 0xd3, 0xda, 0x37, 0x1e, 0x70, 0xd6, 0xa1, 0x4c, 0xff,
+ 0xa3, 0x90, 0xad, 0xd3, 0x4b, 0xdd, 0x33, 0xc9, 0x61, 0x75, 0x97, 0x89,
+ 0x87, 0xb9, 0xb3, 0xe1, 0x1f, 0x7c, 0x97, 0x31, 0x67, 0xb0, 0xfc, 0x67,
+ 0xcb, 0xbf, 0x3a, 0x5f, 0xe8, 0x3d, 0xd6, 0xec, 0x3f, 0xfe, 0xae, 0x39,
+ 0x9f, 0x1d, 0xb7, 0x96, 0x15, 0x5e, 0x07, 0xdc, 0x82, 0x84, 0xa0, 0x1b,
+ 0x11, 0x7f, 0x06, 0xae, 0x88, 0xee, 0x33, 0xd3, 0x4f, 0xb6, 0x2c, 0x64,
+ 0xf3, 0x3c, 0xfc, 0x24, 0xa2, 0xd3, 0xba, 0x9d, 0x71, 0xcd, 0x17, 0xae,
+ 0x8e, 0xbb, 0x7d, 0x62, 0x7f, 0x6e, 0x3b, 0x9f, 0xdb, 0x6e, 0xad, 0xcb,
+ 0xee, 0xd9, 0x6e, 0x6b, 0x04, 0xb5, 0x60, 0xe3, 0x78, 0xe9, 0x7c, 0xb6,
+ 0x6a, 0xd9, 0x43, 0x08, 0x21, 0x2e, 0x86, 0x1e, 0xab, 0xf1, 0xad, 0x9e,
+ 0xd2, 0x18, 0x77, 0x34, 0x59, 0xbe, 0xc3, 0xa5, 0x38, 0xae, 0xda, 0x89,
+ 0xeb, 0x7b, 0x92, 0xae, 0x6b, 0xcd, 0xdf, 0x79, 0x87, 0xfd, 0x41, 0x29,
+ 0x5b, 0x0f, 0xb4, 0x3e, 0x81, 0x37, 0x80, 0x38, 0xee, 0xb6, 0x85, 0xa6,
+ 0x6d, 0x25, 0x28, 0x8a, 0x25, 0x2e, 0xd4, 0x92, 0x38, 0x7a, 0xd9, 0x30,
+ 0xf8, 0xeb, 0x0f, 0xf6, 0x0e, 0x07, 0x2f, 0x42, 0x2d, 0xd9, 0x0d, 0x0d,
+ 0xcf, 0xff, 0x73, 0x37, 0x6a, 0x6d, 0x87, 0xf5, 0x6f, 0x4f, 0xb9, 0x89,
+ 0x31, 0x8d, 0xc3, 0xe7, 0x9a, 0xeb, 0x16, 0x52, 0xc5, 0xdf, 0xbe, 0xbf,
+ 0xbd, 0x0f, 0x19, 0xe6, 0x57, 0xb3, 0x6c, 0x4d, 0x0d, 0x98, 0x1a, 0xda,
+ 0xa5, 0x27, 0x99, 0x7c, 0xfb, 0x4b, 0xaa, 0x8b, 0x5f, 0x7e, 0xbe, 0x5a,
+ 0x11, 0x70, 0xe1, 0x2b, 0xe4, 0xb7, 0x69, 0x78, 0x4b, 0xc4, 0x91, 0x2d,
+ 0x1b, 0x40, 0xd0, 0x18, 0xf8, 0xc7, 0x49, 0x1f, 0x12, 0x26, 0x73, 0x40,
+ 0x1e, 0xe1, 0x10, 0x5c, 0xae, 0x09, 0x52, 0x52, 0x73, 0x7e, 0xb7, 0xa0,
+ 0x2b, 0xe1, 0x87, 0x3f, 0xc9, 0x13, 0xbb, 0xa9, 0xbf, 0x5c, 0xaf, 0x31,
+ 0x28, 0xe9, 0x4d, 0x11, 0xab, 0x58, 0x12, 0xb2, 0xbd, 0xd2, 0x28, 0xfd,
+ 0xf9, 0x9f, 0xb1, 0xed, 0x29, 0x03, 0xe5, 0x9c, 0xb7, 0x95, 0x87, 0xa9,
+ 0x71, 0x5f, 0x6f, 0xb1, 0xf4, 0x28, 0xff, 0xca, 0x06, 0x93, 0x87, 0x2a,
+ 0xcb, 0x37, 0x7f, 0x34, 0x1c, 0x89, 0x16, 0xff, 0x5b, 0x3f, 0x84, 0xb5,
+ 0x0b, 0xcb, 0xe9, 0x94, 0xbb, 0xcd, 0x15, 0xbd, 0x26, 0xe5, 0x5e, 0x8f,
+ 0xad, 0x96, 0x60, 0xcb, 0xfb, 0xcf, 0x2e, 0x5e, 0x67, 0xf0, 0xdd, 0xd8,
+ 0x7e, 0xfb, 0xa4, 0x76, 0x74, 0xe9, 0xab, 0x54, 0x75, 0xa7, 0xa4, 0xea,
+ 0xa5, 0xab, 0x79, 0x3a, 0x6f, 0xfa, 0xf5, 0x0d, 0xa0, 0x09, 0x2d, 0xbe,
+ 0x4d, 0x72, 0x12, 0xf1, 0x77, 0xd5, 0xb8, 0x8f, 0xe9, 0x80, 0x6f, 0x56,
+ 0x3d, 0x5e, 0x2f, 0xef, 0xb9, 0xab, 0xcd, 0x66, 0x13, 0x51, 0xc4, 0xcb,
+ 0xee, 0xb2, 0x9a, 0x88, 0x17, 0xe1, 0x35, 0x66, 0xae, 0xce, 0x6c, 0xe3,
+ 0x4d, 0x40, 0xc2, 0xb4, 0xf3, 0x02, 0xa1, 0xcd, 0x32, 0x6e, 0x68, 0xd7,
+ 0x5c, 0xf6, 0xb4, 0xd5, 0x95, 0x27, 0x8c, 0xe4, 0xd2, 0x49, 0x3a, 0x2c,
+ 0xce, 0x60, 0x69, 0xd6, 0x7d, 0x09, 0xf4, 0xa8, 0x5f, 0x87, 0xfb, 0x3b,
+ 0x99, 0xe6, 0x87, 0x7c, 0x91, 0x26, 0x90, 0x3b, 0x89, 0xaf, 0xab, 0x47,
+ 0x49, 0xc6, 0x57, 0x46, 0x95, 0xb3, 0xb3, 0x8f, 0x46, 0xa0, 0xc1, 0xa2,
+ 0x89, 0xa8, 0x6f, 0xbb, 0x8d, 0xbb, 0x20, 0x63, 0x2b, 0x5d, 0xc3, 0xae,
+ 0xa9, 0x5f, 0xda, 0x35, 0x95, 0x89, 0xb2, 0xea, 0xdb, 0xaf, 0x90, 0x8a,
+ 0x92, 0xa6, 0xb9, 0xc0, 0x50, 0x36, 0xc5, 0xc5, 0xb5, 0x20, 0x89, 0x22,
+ 0xbe, 0x90, 0xd3, 0x7f, 0xd9, 0x36, 0x86, 0x85, 0x35, 0x5b, 0x5e, 0x25,
+ 0xd1, 0xba, 0xc8, 0x27, 0xa6, 0x0c, 0xb8, 0xea, 0x41, 0x61, 0x95, 0xb6,
+ 0x56, 0x61, 0x13, 0xa6, 0x2b, 0x72, 0xff, 0xed, 0xae, 0xac, 0x84, 0xba,
+ 0x71, 0x2f, 0xb7, 0xdd, 0x5d, 0xcc, 0x62, 0x61, 0x66, 0x7f, 0x20, 0xd3,
+ 0xe0, 0x5b, 0x10, 0xe8, 0x34, 0xb0, 0x15, 0x5b, 0x84, 0xc4, 0x6e, 0x3d,
+ 0xe3, 0xc0, 0x31, 0x6e, 0x49, 0x56, 0x0c, 0x19, 0x36, 0x11, 0x2e, 0x7c,
+ 0x43, 0xb7, 0xd0, 0x34, 0x8d, 0x0f, 0xf7, 0xff, 0xe9, 0xed, 0x46, 0x28,
+ 0x38, 0xe2, 0x85, 0x0b, 0xc8, 0x92, 0xef, 0xe3, 0x66, 0x96, 0xb2, 0x9d,
+ 0x20, 0x7d, 0x7f, 0x7e, 0xfd, 0x9e, 0xf9, 0xe6, 0x8e, 0x6c, 0xf5, 0x8e,
+ 0x0c, 0x1b, 0x1c, 0xbf, 0xf6, 0x8e, 0x1c, 0xe5, 0x8e, 0x5a, 0xff, 0xd4,
+ 0xb9, 0xc2, 0xe6, 0x8e, 0x5c, 0xf5, 0x8e, 0xec, 0x7f, 0xe8, 0x8e, 0xc8,
+ 0xac, 0x32, 0xea, 0xc2, 0x29, 0xf9, 0x0f, 0x21, 0xc0, 0x6d, 0x96, 0x1f,
+ 0xe5, 0x0e, 0xb3, 0xd5, 0x1e, 0xf3, 0xb0, 0xc7, 0x8c, 0x3d, 0xf6, 0x68,
+ 0x69, 0x26, 0x00, 0x78, 0xa3, 0x94, 0xf3, 0x06, 0xec, 0x2e, 0xb7, 0x1c,
+ 0x41, 0x06, 0x61, 0x53, 0x06, 0x52, 0x1e, 0x85, 0x38, 0x18, 0xab, 0x84,
+ 0x22, 0x49, 0x00, 0x27, 0xb4, 0x35, 0x22, 0x7e, 0x0e, 0xbb, 0x8f, 0x3c,
+ 0x03, 0xa9, 0xfd, 0x9a, 0xbc, 0xed, 0x94, 0xa7, 0xbc, 0xd4, 0xed, 0x2d,
+ 0x14, 0x4b, 0x5d, 0xd8, 0xb1, 0xc2, 0x46, 0xe7, 0x0d, 0xf1, 0x61, 0x89,
+ 0x0f, 0x5b, 0x7c, 0x38, 0xe2, 0xc3, 0x15, 0x1f, 0x9e, 0xf8, 0xf0, 0xc5,
+ 0x47, 0x53, 0x7c, 0xb4, 0xc4, 0x47, 0x5b, 0x92, 0x17, 0x6c, 0x24, 0x1f,
+ 0x4b, 0x32, 0xb2, 0x24, 0x27, 0x4b, 0xb2, 0xb2, 0x04, 0xaf, 0x8e, 0x68,
+ 0xde, 0x11, 0xad, 0x3b, 0xa2, 0x71, 0x47, 0xb4, 0xed, 0x88, 0xa6, 0x1d,
+ 0xd9, 0x52, 0x48, 0xed, 0x08, 0xa9, 0x1d, 0x21, 0xb5, 0xd3, 0x96, 0xe4,
+ 0x05, 0x1b, 0xc9, 0x47, 0x4a, 0xed, 0x48, 0xa9, 0x1d, 0x29, 0xb5, 0x23,
+ 0xa5, 0x76, 0x45, 0xf3, 0xae, 0x68, 0xdd, 0x15, 0x8d, 0xbb, 0xa2, 0x6d,
+ 0x57, 0x34, 0xed, 0xca, 0x96, 0x42, 0x6a, 0x57, 0x48, 0xed, 0x0a, 0xa9,
+ 0xdd, 0xb6, 0x24, 0x2f, 0xd8, 0x48, 0x3e, 0x52, 0x6a, 0x57, 0x4a, 0xed,
+ 0x4a, 0xa9, 0x5d, 0x29, 0xb5, 0x27, 0x9a, 0xf7, 0x44, 0xeb, 0x9e, 0x68,
+ 0xdc, 0x13, 0x6d, 0x7b, 0xa2, 0x69, 0x4f, 0xb6, 0x14, 0x52, 0x7b, 0x42,
+ 0x6a, 0x4f, 0x48, 0xed, 0xb5, 0x25, 0x79, 0xc1, 0x46, 0xf2, 0x91, 0x52,
+ 0x7b, 0x52, 0x6a, 0x4f, 0x4a, 0xed, 0x49, 0xa9, 0x7d, 0xd1, 0xbc, 0x2f,
+ 0x5a, 0xf7, 0x45, 0xe3, 0xbe, 0x68, 0xdb, 0x17, 0x4d, 0xfb, 0xb2, 0xa5,
+ 0x90, 0xda, 0x17, 0x52, 0xfb, 0x42, 0x6a, 0xbf, 0x2d, 0xc9, 0x0b, 0x36,
+ 0x92, 0x8f, 0x94, 0xda, 0x97, 0x52, 0xfb, 0x52, 0x6a, 0x5f, 0x4a, 0x1d,
+ 0x88, 0xe6, 0x03, 0xd1, 0x7a, 0x20, 0x1a, 0x0f, 0x44, 0xdb, 0x81, 0x68,
+ 0x3a, 0x90, 0x2d, 0x85, 0xd4, 0x81, 0x90, 0x3a, 0x10, 0x52, 0x07, 0x6d,
+ 0x49, 0x5e, 0xb0, 0x91, 0x7c, 0xa4, 0xd4, 0x81, 0x94, 0x3a, 0x90, 0x52,
+ 0x07, 0x52, 0xea, 0x85, 0x68, 0x7e, 0x21, 0x5a, 0x5f, 0x88, 0xc6, 0x17,
+ 0xa2, 0xed, 0x85, 0x68, 0x7a, 0x21, 0x5b, 0x0a, 0xa9, 0x17, 0x42, 0xea,
+ 0x85, 0x90, 0x7a, 0xd1, 0x96, 0xe4, 0x05, 0x1b, 0xc9, 0x47, 0x4a, 0xbd,
+ 0x90, 0x52, 0x2f, 0xa4, 0xd4, 0x0b, 0x29, 0xf5, 0x52, 0x34, 0xbf, 0x14,
+ 0xad, 0x2f, 0x45, 0xe3, 0x4b, 0xd1, 0xf6, 0x52, 0x34, 0xbd, 0x94, 0x2d,
+ 0x85, 0xd4, 0x4b, 0x21, 0xf5, 0x52, 0x48, 0xbd, 0x6c, 0x4b, 0xf2, 0x82,
+ 0x8d, 0xe4, 0x23, 0xa5, 0x5e, 0x4a, 0xa9, 0x97, 0x52, 0xea, 0xa5, 0x94,
+ 0x3a, 0x14, 0xcd, 0x87, 0xa2, 0xf5, 0x50, 0x34, 0x1e, 0x8a, 0xb6, 0x43,
+ 0xd1, 0x74, 0x28, 0x5b, 0x0a, 0xa9, 0x43, 0x21, 0x75, 0x28, 0xa4, 0x0e,
+ 0xdb, 0x92, 0xbc, 0x60, 0x23, 0xf9, 0x48, 0xa9, 0x43, 0x29, 0x75, 0x28,
+ 0xa5, 0x0e, 0x99, 0xd4, 0x0f, 0xcb, 0x80, 0xa7, 0xd3, 0x32, 0x60, 0x4b,
+ 0x0b, 0xb1, 0x05, 0xb1, 0x05, 0xb1, 0x05, 0xb1, 0x45, 0x7c, 0xfc, 0x04,
+ 0xb6, 0xdc, 0x93, 0x34, 0x99, 0xbc, 0x1e, 0xe4, 0xce, 0xc3, 0xd1, 0xab,
+ 0x23, 0xd4, 0x4b, 0x1c, 0x2a, 0x83, 0xdc, 0xdd, 0xc6, 0xab, 0x41, 0xee,
+ 0x25, 0x16, 0x7a, 0x90, 0xbb, 0xdb, 0x38, 0x9a, 0x20, 0xf7, 0x72, 0x57,
+ 0x99, 0x97, 0x5b, 0x6e, 0x03, 0x9d, 0x2b, 0x0d, 0x01, 0xbf, 0xd3, 0x88,
+ 0xde, 0x65, 0x32, 0x35, 0x52, 0xa5, 0xc3, 0x96, 0x6b, 0x29, 0x0e, 0x5b,
+ 0x25, 0x07, 0xba, 0x1d, 0x0e, 0x9a, 0xfb, 0x85, 0x6b, 0xb9, 0xe8, 0x7e,
+ 0x71, 0xbc, 0xee, 0x17, 0x62, 0xf0, 0x45, 0xba, 0xa4, 0xcd, 0x68, 0x1a,
+ 0x94, 0x00, 0x57, 0x6a, 0x68, 0x4d, 0xa1, 0x35, 0x85, 0xd6, 0xd4, 0xcf,
+ 0x5b, 0x53, 0x65, 0xa4, 0x99, 0xb0, 0x0f, 0x03, 0xc8, 0xe0, 0x92, 0x0d,
+ 0x41, 0x06, 0x41, 0x06, 0x41, 0xe6, 0x50, 0x90, 0xd9, 0xda, 0xb2, 0xfa,
+ 0x01, 0xab, 0x2b, 0xd3, 0x06, 0xbd, 0xf1, 0x01, 0xeb, 0x92, 0xc4, 0xe0,
+ 0x75, 0x55, 0x75, 0x52, 0xe9, 0xda, 0x55, 0x2e, 0x57, 0x3c, 0xf7, 0x88,
+ 0xc8, 0x5a, 0x72, 0x3e, 0x9f, 0x83, 0x6f, 0xf5, 0x2e, 0xb9, 0xbc, 0xe9,
+ 0x96, 0x24, 0xdf, 0x49, 0x19, 0x03, 0xa7, 0xfa, 0x25, 0xfa, 0x31, 0x25,
+ 0xab, 0x55, 0xf4, 0x32, 0x26, 0xb9, 0x76, 0xa4, 0xef, 0xda, 0x32, 0x3f,
+ 0xc3, 0xe7, 0x6c, 0x97, 0x89, 0xb5, 0x65, 0xc2, 0x13, 0x80, 0x9a, 0xb2,
+ 0xa5, 0xf3, 0x10, 0x29, 0xd7, 0xe1, 0xe1, 0x26, 0x9d, 0xc7, 0xcd, 0x33,
+ 0x7c, 0x12, 0x4f, 0xb0, 0x79, 0x08, 0x41, 0xbf, 0xa9, 0x00, 0xb4, 0x2b,
+ 0xdf, 0x81, 0x68, 0x93, 0x8c, 0x1f, 0xc1, 0xed, 0x9c, 0xf9, 0x8a, 0x40,
+ 0x2d, 0x99, 0xb3, 0xfd, 0x25, 0x0e, 0xc0, 0x2b, 0x64, 0x53, 0xd5, 0x46,
+ 0x50, 0x96, 0x0e, 0xc4, 0x87, 0x71, 0x4e, 0x1e, 0x68, 0x6d, 0xc0, 0x4b,
+ 0xef, 0x75, 0xa4, 0xfb, 0x47, 0xff, 0x79, 0x41, 0xd6, 0x50, 0x01, 0x6b,
+ 0xe7, 0x57, 0xd9, 0x54, 0x9c, 0xfa, 0x69, 0x6d, 0xcb, 0x3f, 0x7f, 0x78,
+ 0xcc, 0x32, 0x91, 0xe2, 0x73, 0x4c, 0x83, 0x70, 0x95, 0x26, 0xec, 0xc6,
+ 0xf5, 0xfb, 0xdf, 0x39, 0x21, 0x2f, 0xb2, 0x78, 0x35, 0x80, 0xb6, 0xd2,
+ 0x5f, 0xce, 0x75, 0x78, 0x42, 0xc1, 0xad, 0xbf, 0x5c, 0x29, 0x09, 0x0c,
+ 0x3f, 0x51, 0x61, 0xc4, 0x66, 0x17, 0x10, 0x21, 0xd2, 0x1c, 0x93, 0xb6,
+ 0x5d, 0xb4, 0x7d, 0xa3, 0x45, 0x3c, 0x9b, 0x41, 0xcd, 0x9d, 0xe6, 0xb6,
+ 0xdb, 0x8a, 0xb4, 0xe6, 0x32, 0xc6, 0x02, 0x22, 0x2e, 0x3e, 0x24, 0xf6,
+ 0x82, 0x32, 0x45, 0xd1, 0xfd, 0xed, 0x5d, 0x07, 0xfd, 0xed, 0x8f, 0x79,
+ 0xc1, 0x57, 0x24, 0x09, 0x61, 0x03, 0xaf, 0xfa, 0x46, 0xb8, 0xae, 0xe1,
+ 0xdc, 0x1f, 0x87, 0xfe, 0x28, 0x87, 0xde, 0x56, 0x87, 0xde, 0xe0, 0x60,
+ 0x81, 0x43, 0x7f, 0x94, 0x43, 0xef, 0xa8, 0x43, 0x8f, 0x3b, 0x7c, 0xa7,
+ 0x32, 0xf4, 0xae, 0x3a, 0xf4, 0x06, 0x67, 0x38, 0x1c, 0xfa, 0xa3, 0x1c,
+ 0x7a, 0x4f, 0x1d, 0x7a, 0x34, 0xf3, 0x4e, 0x65, 0xe8, 0x7d, 0x65, 0xe8,
+ 0x3d, 0x34, 0xf3, 0x4e, 0x65, 0xe8, 0x9b, 0xea, 0xd0, 0xa3, 0x99, 0x77,
+ 0x2a, 0x43, 0xdf, 0x52, 0x87, 0x1e, 0xcd, 0xbc, 0x53, 0x19, 0xfa, 0xb6,
+ 0x3a, 0xf4, 0x68, 0xe6, 0x9d, 0xca, 0xd0, 0x5b, 0x0d, 0x75, 0xec, 0xd1,
+ 0xce, 0x3b, 0x99, 0xb1, 0x57, 0xf7, 0xf3, 0x7c, 0x34, 0xf4, 0x4e, 0x66,
+ 0xec, 0xd5, 0x0d, 0x3d, 0x1f, 0x2d, 0xbd, 0x53, 0x19, 0x7b, 0x5e, 0xdc,
+ 0xd0, 0xd6, 0x5e, 0x7e, 0xb4, 0xf7, 0x4e, 0x4b, 0x01, 0x34, 0x04, 0x40,
+ 0xab, 0xef, 0xb4, 0x14, 0x40, 0xdd, 0xd8, 0xf7, 0xd1, 0xf4, 0x3b, 0x2d,
+ 0x05, 0x50, 0xb7, 0xf7, 0x9b, 0x68, 0xff, 0x9d, 0x96, 0x02, 0xa8, 0x9b,
+ 0xfc, 0x4d, 0x34, 0x02, 0x4f, 0x4b, 0x01, 0xd4, 0xad, 0xfe, 0x26, 0x1a,
+ 0x81, 0xa7, 0xa5, 0x00, 0xea, 0x86, 0xbf, 0x29, 0xdd, 0x09, 0x2a, 0xc0,
+ 0x11, 0x2b, 0x80, 0xba, 0xed, 0x6f, 0xca, 0x2e, 0x83, 0x0a, 0x70, 0xc4,
+ 0x0a, 0xa0, 0x6e, 0xfe, 0x9b, 0x92, 0xf9, 0xa0, 0x02, 0x1c, 0xb1, 0x02,
+ 0x68, 0x47, 0x00, 0xa6, 0xe4, 0x49, 0xa8, 0x01, 0xc7, 0xac, 0x01, 0xea,
+ 0x5e, 0x60, 0x0b, 0xcd, 0xc0, 0x13, 0xd3, 0x00, 0x75, 0x33, 0xb0, 0x85,
+ 0x76, 0xe0, 0x31, 0x6b, 0x80, 0xec, 0x5f, 0x93, 0x53, 0x7f, 0x0b, 0x0d,
+ 0xc0, 0x13, 0x19, 0x79, 0xf5, 0x9d, 0x6f, 0xa3, 0xe5, 0x77, 0x22, 0x23,
+ 0xaf, 0xee, 0xfc, 0xb7, 0xd1, 0xe2, 0x3b, 0x91, 0x91, 0x57, 0xb7, 0xfc,
+ 0xdb, 0x68, 0xe9, 0x9d, 0xc8, 0xc8, 0xab, 0x7b, 0xfd, 0x6d, 0xb4, 0xf0,
+ 0x4e, 0x64, 0xe4, 0xd5, 0x4d, 0xfe, 0x36, 0x5a, 0x78, 0x27, 0x32, 0xf2,
+ 0xca, 0xee, 0xbe, 0x67, 0x2a, 0x00, 0x8a, 0x23, 0x7f, 0x8c, 0x23, 0xdf,
+ 0x52, 0x47, 0x1e, 0x2d, 0xbc, 0x13, 0x19, 0xf9, 0xb6, 0x3a, 0xf2, 0x68,
+ 0xe1, 0x9d, 0xc8, 0xc8, 0xab, 0x1b, 0xf9, 0x5e, 0x03, 0x4d, 0xbc, 0x53,
+ 0x19, 0x7a, 0x4b, 0x1d, 0x7a, 0xb4, 0xf1, 0x4e, 0x65, 0xe8, 0x95, 0x6d,
+ 0x3c, 0xcf, 0x42, 0x23, 0xef, 0x98, 0x87, 0xbe, 0x74, 0x78, 0xa3, 0xe7,
+ 0x71, 0xf2, 0xac, 0x77, 0xa9, 0x07, 0x55, 0xd2, 0x37, 0x93, 0x4c, 0xe7,
+ 0x3d, 0x64, 0x42, 0xf9, 0xd3, 0xd1, 0x7a, 0xa9, 0x27, 0x7e, 0xf4, 0x30,
+ 0xc5, 0xf0, 0x31, 0x2b, 0x78, 0x69, 0xdc, 0x4d, 0xba, 0xe6, 0xbf, 0x87,
+ 0xae, 0x19, 0x0b, 0xd5, 0x89, 0xa4, 0x6f, 0x55, 0xe5, 0xea, 0x3c, 0xab,
+ 0x89, 0xe9, 0xc5, 0xb5, 0xf4, 0xe2, 0x4b, 0x12, 0xcd, 0xd6, 0x31, 0x7f,
+ 0x01, 0x87, 0xf1, 0x34, 0x0c, 0xa0, 0x6a, 0xa8, 0xe1, 0x05, 0x46, 0xe3,
+ 0xe4, 0x88, 0x5f, 0xe0, 0x0a, 0x1d, 0x30, 0xbc, 0xcc, 0xef, 0x93, 0x5b,
+ 0x73, 0x46, 0x2a, 0xe6, 0x29, 0xdb, 0x7a, 0x3f, 0x71, 0x8a, 0x86, 0xdb,
+ 0xb8, 0xdd, 0x72, 0xc4, 0x1a, 0x1e, 0x44, 0xeb, 0x3c, 0x58, 0xf4, 0x92,
+ 0x27, 0xd3, 0xc8, 0x1b, 0x8c, 0x93, 0x5f, 0x53, 0x79, 0x10, 0x52, 0x92,
+ 0xc6, 0xf0, 0xb2, 0xc9, 0xa2, 0xad, 0x86, 0x7b, 0xc3, 0xfd, 0x80, 0x23,
+ 0xd6, 0x4a, 0x93, 0x02, 0x98, 0x50, 0xb0, 0xf5, 0x1e, 0x28, 0xb8, 0xf3,
+ 0x4a, 0x98, 0xa4, 0xb6, 0xb7, 0x52, 0x7b, 0xfd, 0xc1, 0xf9, 0xd7, 0x2b,
+ 0x5e, 0xca, 0x79, 0xf4, 0xf5, 0xea, 0xea, 0xeb, 0xa8, 0xf8, 0xd6, 0xbb,
+ 0xf9, 0xfe, 0xa5, 0xfe, 0x81, 0x02, 0xf3, 0x34, 0x89, 0xc3, 0xe0, 0xb6,
+ 0x30, 0xcb, 0xc2, 0xd8, 0x32, 0xf0, 0x74, 0xde, 0x29, 0x35, 0xf3, 0xb3,
+ 0x63, 0xb5, 0x3c, 0x2f, 0x5b, 0x85, 0x3d, 0xfa, 0x18, 0x06, 0x9a, 0x54,
+ 0x31, 0x8b, 0xd8, 0x20, 0xf5, 0x66, 0x06, 0x65, 0x6c, 0xeb, 0x13, 0x99,
+ 0xb4, 0x7a, 0x22, 0xb3, 0x56, 0x4f, 0x64, 0xda, 0xea, 0x89, 0xcc, 0x5b,
+ 0x3d, 0x91, 0x89, 0xab, 0x27, 0x90, 0xb9, 0xfa, 0xc3, 0x94, 0xde, 0xaf,
+ 0xe7, 0xf2, 0xd5, 0x86, 0x1c, 0xc6, 0xca, 0x4b, 0xea, 0x6c, 0xa7, 0x0e,
+ 0x4c, 0x6b, 0x8f, 0x69, 0xed, 0xc5, 0x07, 0xa6, 0xb5, 0x17, 0x1f, 0x98,
+ 0xd6, 0x7e, 0xdf, 0x2a, 0x87, 0xed, 0xa6, 0xad, 0x55, 0x39, 0xf4, 0x1c,
+ 0x17, 0xb1, 0x05, 0xb1, 0x05, 0xb1, 0x05, 0xb1, 0x45, 0x7c, 0x1c, 0x84,
+ 0x2d, 0x66, 0x43, 0xcf, 0x79, 0x97, 0x0d, 0xba, 0x65, 0x18, 0x77, 0xc9,
+ 0x72, 0xb4, 0x20, 0x19, 0x1d, 0xd3, 0x2c, 0x89, 0x1e, 0xe9, 0x78, 0xb5,
+ 0x54, 0x4b, 0x20, 0x78, 0x50, 0xc4, 0xa0, 0x9e, 0xae, 0xa0, 0xa8, 0xa1,
+ 0xd7, 0xf8, 0x77, 0x63, 0x53, 0xb4, 0xc2, 0xf6, 0x44, 0x15, 0x84, 0x7c,
+ 0x95, 0x59, 0x77, 0x76, 0xe5, 0x8e, 0x9e, 0xac, 0x64, 0x80, 0x3b, 0x7a,
+ 0xe5, 0x1d, 0x3d, 0xd6, 0x67, 0xf6, 0x6b, 0x7d, 0x86, 0x45, 0x16, 0x0d,
+ 0x7d, 0x26, 0x8c, 0x7b, 0xbe, 0x3a, 0x37, 0x84, 0x58, 0x78, 0xa6, 0xba,
+ 0x09, 0xbf, 0x64, 0x8f, 0x40, 0xbd, 0x31, 0xf5, 0xe8, 0xd0, 0x94, 0xd5,
+ 0xff, 0x97, 0xdc, 0x18, 0xa0, 0xca, 0x5d, 0x7e, 0xc7, 0x5e, 0xf3, 0xbb,
+ 0xfb, 0x24, 0xc9, 0x76, 0xaa, 0x9b, 0x88, 0x3b, 0x83, 0xda, 0x28, 0xeb,
+ 0x9d, 0x5a, 0x30, 0x56, 0x43, 0x56, 0xa4, 0xcc, 0x49, 0xb0, 0xb8, 0x59,
+ 0xe7, 0xe2, 0x99, 0xd4, 0x27, 0xc2, 0x2d, 0x8f, 0x23, 0xde, 0xf2, 0xd8,
+ 0x19, 0x79, 0xc3, 0x64, 0xe4, 0xbe, 0xcb, 0x5e, 0xc7, 0x92, 0xcc, 0xaa,
+ 0x01, 0xd1, 0x45, 0x40, 0x34, 0x1d, 0x0b, 0x85, 0xf1, 0x98, 0x46, 0xe4,
+ 0x45, 0x7f, 0x41, 0x31, 0xb9, 0xf8, 0x31, 0xbf, 0xa0, 0xd9, 0xb4, 0x4b,
+ 0xd2, 0x69, 0x37, 0x33, 0x8c, 0x3b, 0x6e, 0x73, 0xe1, 0x52, 0x14, 0x97,
+ 0xa2, 0xb8, 0x14, 0xfd, 0xf9, 0xa5, 0x68, 0x40, 0xe2, 0xdb, 0x67, 0x03,
+ 0xb2, 0xe0, 0x26, 0x17, 0x22, 0x0b, 0x22, 0x0b, 0x22, 0xcb, 0x41, 0xc8,
+ 0x32, 0x36, 0x21, 0x0b, 0x96, 0xb5, 0x47, 0x64, 0x41, 0x64, 0x41, 0x64,
+ 0x39, 0x60, 0xfb, 0xbc, 0xb4, 0x12, 0x36, 0x6c, 0x58, 0x78, 0xef, 0xb2,
+ 0x61, 0xf1, 0x44, 0xb2, 0x9c, 0xce, 0x49, 0xbe, 0xa9, 0x37, 0x7d, 0x1d,
+ 0xc6, 0xda, 0x0e, 0x1b, 0x14, 0x7f, 0xa8, 0x2f, 0xb7, 0xf5, 0x9a, 0x1b,
+ 0x3c, 0x5e, 0x94, 0x6f, 0xb0, 0xe9, 0xf4, 0xe4, 0x59, 0xa7, 0xb7, 0x2b,
+ 0xe9, 0x45, 0x21, 0xe7, 0xc9, 0xb6, 0xce, 0xb6, 0x82, 0xab, 0x98, 0x7a,
+ 0xfe, 0x98, 0xf7, 0x00, 0x60, 0x93, 0x6e, 0xb4, 0x8e, 0x32, 0x3a, 0x82,
+ 0x92, 0xd9, 0x8f, 0xba, 0xe2, 0x40, 0xe1, 0xea, 0x7a, 0xb9, 0xe2, 0x35,
+ 0xd4, 0xad, 0xf6, 0xa0, 0xe2, 0x75, 0x90, 0x2c, 0x57, 0xb2, 0xc6, 0xb9,
+ 0x5a, 0x32, 0x9b, 0xd7, 0x49, 0xf7, 0x20, 0x65, 0x79, 0xbd, 0x3b, 0xae,
+ 0xef, 0x94, 0x08, 0xe7, 0x35, 0xca, 0xe5, 0x56, 0xf7, 0x24, 0x5c, 0xae,
+ 0x23, 0xe9, 0x81, 0xaa, 0xed, 0xc3, 0x37, 0x71, 0x0f, 0x02, 0xe7, 0x73,
+ 0x9c, 0xcf, 0x71, 0x3e, 0xff, 0xf9, 0xf9, 0xdc, 0x04, 0x33, 0xea, 0xa9,
+ 0x5a, 0x13, 0x37, 0x24, 0x10, 0x66, 0x10, 0x66, 0x10, 0x66, 0x7e, 0x1e,
+ 0x66, 0x66, 0x49, 0x3a, 0x2d, 0xec, 0xb9, 0xc9, 0x92, 0x44, 0x11, 0x37,
+ 0xa8, 0x26, 0x11, 0x33, 0xf9, 0x35, 0x7b, 0xaa, 0xa9, 0xd9, 0x53, 0xec,
+ 0x7f, 0x9f, 0xdb, 0x53, 0x11, 0x59, 0xde, 0x4f, 0xc9, 0x28, 0x4d, 0x72,
+ 0x61, 0x53, 0xb3, 0x75, 0x80, 0xc9, 0x8f, 0x06, 0x72, 0x80, 0xd7, 0xc7,
+ 0xa3, 0xeb, 0x3a, 0x3f, 0x64, 0xdf, 0x3a, 0xd2, 0xd8, 0x85, 0x41, 0x6f,
+ 0xe0, 0x73, 0x95, 0x90, 0xa9, 0xce, 0xa8, 0xcd, 0x18, 0xfd, 0x1f, 0x67,
+ 0x53, 0x72, 0xc7, 0x91, 0x4c, 0xc2, 0xec, 0x8e, 0xc6, 0x60, 0xc2, 0x4f,
+ 0xef, 0xb2, 0x55, 0x78, 0x57, 0x32, 0xce, 0xb8, 0x69, 0x27, 0xf3, 0x50,
+ 0x37, 0x00, 0x35, 0x67, 0x84, 0x3d, 0x2d, 0xf4, 0x46, 0x9e, 0xae, 0x69,
+ 0x5d, 0xa5, 0xb4, 0x4d, 0x94, 0x96, 0x58, 0x44, 0xbd, 0x4e, 0xe9, 0x98,
+ 0x28, 0x6d, 0xe1, 0xdb, 0xad, 0x51, 0x4e, 0xf8, 0x59, 0x56, 0x5f, 0x90,
+ 0x9b, 0x08, 0x9d, 0x33, 0xc7, 0x40, 0x98, 0xae, 0x33, 0x3a, 0x0b, 0xbf,
+ 0xd1, 0xf4, 0x3e, 0xc9, 0xa8, 0xdd, 0xbe, 0x37, 0x51, 0xba, 0x67, 0x2e,
+ 0x50, 0x5a, 0x16, 0x5c, 0x02, 0x52, 0xbb, 0xcd, 0xbf, 0x7d, 0x58, 0xb2,
+ 0x25, 0x22, 0x93, 0x36, 0x88, 0x92, 0xa7, 0xe1, 0x34, 0xa2, 0x26, 0x5a,
+ 0x8f, 0x9f, 0x35, 0xab, 0x52, 0x99, 0xd0, 0x49, 0x4e, 0x57, 0x2b, 0x9a,
+ 0x56, 0xd1, 0xf9, 0x67, 0xbe, 0x81, 0x4e, 0xf6, 0x0e, 0xd0, 0x5a, 0x57,
+ 0xe1, 0x32, 0xcc, 0x69, 0x6a, 0x22, 0x6e, 0x8a, 0xd9, 0x4c, 0x21, 0x7e,
+ 0x14, 0x0f, 0x79, 0x7b, 0xd5, 0x6f, 0xb1, 0xff, 0x4c, 0x74, 0xad, 0xb3,
+ 0x56, 0xa5, 0x50, 0xd9, 0x45, 0x5d, 0xd8, 0xd5, 0x37, 0xd1, 0xb6, 0xcf,
+ 0xda, 0xa6, 0x71, 0x61, 0x8f, 0x37, 0xa6, 0xf9, 0x3a, 0x8d, 0x6f, 0x49,
+ 0x3a, 0xa7, 0xf9, 0x98, 0x2c, 0x57, 0x46, 0x7d, 0x60, 0xab, 0x6a, 0x93,
+ 0x2e, 0xd1, 0x60, 0xbd, 0x84, 0xe5, 0x6d, 0xda, 0x9f, 0xe7, 0xb7, 0x09,
+ 0x13, 0x6e, 0x24, 0x66, 0xda, 0x64, 0x52, 0xa7, 0x25, 0x25, 0xd9, 0x3a,
+ 0xa5, 0xd7, 0x64, 0x75, 0x13, 0x47, 0x2f, 0xc3, 0xf8, 0x26, 0xa6, 0xdd,
+ 0x97, 0x28, 0x8c, 0xa7, 0xe6, 0x5e, 0xb3, 0xec, 0x33, 0xcb, 0xa4, 0x5b,
+ 0x99, 0x18, 0xa9, 0x41, 0x92, 0x06, 0x74, 0x44, 0xd2, 0x07, 0xb6, 0xaa,
+ 0xea, 0xb3, 0xbe, 0x7c, 0x19, 0xd3, 0x2c, 0x27, 0x69, 0x6e, 0x64, 0xe5,
+ 0x9c, 0x59, 0x26, 0x6d, 0x0b, 0xb3, 0x81, 0x78, 0x9a, 0x78, 0x1e, 0xc6,
+ 0x74, 0xb2, 0x0a, 0xe3, 0xaf, 0xab, 0x57, 0x54, 0xd6, 0x72, 0xcf, 0x2c,
+ 0xd7, 0xc0, 0x26, 0x48, 0x18, 0x17, 0x76, 0x1b, 0x83, 0x35, 0x8d, 0xba,
+ 0xeb, 0xfc, 0x35, 0x0e, 0xde, 0x99, 0x65, 0x52, 0xc0, 0xa9, 0x58, 0x9e,
+ 0x4b, 0x06, 0x37, 0x71, 0x97, 0x07, 0x88, 0x18, 0x39, 0xf8, 0x67, 0x96,
+ 0x49, 0x15, 0x99, 0x0a, 0x0f, 0x49, 0x70, 0xcb, 0xb9, 0x40, 0x4c, 0x8b,
+ 0xb8, 0x23, 0x23, 0x87, 0xe6, 0x99, 0x65, 0xd2, 0x47, 0xe0, 0xc0, 0xd4,
+ 0xe3, 0x96, 0xe9, 0x71, 0x3c, 0x1f, 0x85, 0x53, 0x19, 0x17, 0x63, 0x64,
+ 0xd1, 0x3a, 0xb3, 0x4c, 0xaa, 0x29, 0x1f, 0xa3, 0x9f, 0xdf, 0x7f, 0x5f,
+ 0xd0, 0x58, 0xf6, 0x6a, 0x9e, 0xb0, 0xe1, 0x32, 0xf7, 0x46, 0xfb, 0xcc,
+ 0x32, 0x6a, 0xe9, 0x2e, 0xee, 0xb8, 0x46, 0xdc, 0x69, 0x9c, 0xd9, 0x26,
+ 0x0d, 0x5d, 0x11, 0xf6, 0x1c, 0xec, 0x06, 0x5e, 0xb9, 0x7b, 0xdb, 0x3a,
+ 0xb3, 0x4d, 0xfa, 0x49, 0xa2, 0x70, 0x5e, 0xdc, 0x74, 0x1c, 0xce, 0x66,
+ 0x34, 0x3d, 0xcf, 0x6f, 0x7b, 0x5d, 0x23, 0x0b, 0x06, 0x7b, 0x26, 0xdd,
+ 0x64, 0xb2, 0x8b, 0x21, 0xe8, 0xcd, 0x82, 0x84, 0xa9, 0xba, 0x91, 0xda,
+ 0x39, 0xb3, 0xb9, 0x3a, 0x0e, 0xc2, 0x67, 0xb1, 0x3d, 0xc5, 0x89, 0xd8,
+ 0xcd, 0x27, 0x59, 0xde, 0x4d, 0x49, 0xfc, 0x20, 0x95, 0xe9, 0xab, 0x64,
+ 0x67, 0x64, 0xe2, 0x9e, 0xd9, 0x5c, 0x19, 0x3b, 0x24, 0x0b, 0x83, 0x12,
+ 0x93, 0xc7, 0x0d, 0x32, 0xb0, 0x2b, 0xf4, 0x7c, 0x3a, 0x85, 0x3d, 0x81,
+ 0xf2, 0x64, 0x23, 0x78, 0x80, 0x8b, 0xd8, 0x94, 0x02, 0xe1, 0x76, 0x07,
+ 0xca, 0xf1, 0x5b, 0xcd, 0x46, 0xdb, 0x82, 0x1f, 0x84, 0x93, 0xd9, 0xe2,
+ 0x31, 0x89, 0x72, 0x6d, 0xa2, 0x82, 0xa4, 0xc7, 0xf5, 0xed, 0xde, 0x15,
+ 0x38, 0xe8, 0x35, 0xf9, 0x24, 0xc5, 0x34, 0x87, 0x99, 0xf6, 0xcb, 0x0e,
+ 0x38, 0xa5, 0x75, 0x23, 0x76, 0x13, 0xd3, 0xab, 0x24, 0x59, 0x89, 0x5e,
+ 0x50, 0x58, 0xc0, 0x5c, 0xf7, 0x30, 0x22, 0x65, 0xf1, 0xb6, 0xe7, 0x01,
+ 0x13, 0x12, 0x0c, 0x4c, 0x41, 0xa2, 0x98, 0x6f, 0xf7, 0x98, 0xb7, 0xbd,
+ 0x8a, 0x41, 0x37, 0xec, 0xf2, 0xb6, 0xdf, 0x25, 0x49, 0xc7, 0x23, 0x5d,
+ 0x84, 0x41, 0x44, 0xbf, 0xd3, 0x70, 0xbe, 0xd0, 0x1d, 0x28, 0x21, 0xd1,
+ 0x6b, 0xfd, 0x61, 0x5e, 0x37, 0x39, 0x50, 0xc2, 0x1c, 0xca, 0xe0, 0x91,
+ 0x99, 0x82, 0x5f, 0x61, 0x1e, 0xe2, 0xf3, 0x7e, 0x89, 0xc1, 0x44, 0x30,
+ 0xf0, 0xb7, 0x46, 0x61, 0x69, 0x83, 0x97, 0xeb, 0xf7, 0x6a, 0x15, 0xbd,
+ 0x7c, 0x49, 0x62, 0x36, 0xf3, 0x51, 0x92, 0x76, 0x28, 0xb3, 0x56, 0xb8,
+ 0x7d, 0xaa, 0xdf, 0x04, 0xbc, 0x66, 0xcb, 0x4c, 0x35, 0x4e, 0x21, 0x90,
+ 0x8f, 0x19, 0xa7, 0xab, 0xcc, 0xf6, 0x3a, 0x24, 0x4d, 0xc0, 0x3f, 0x8e,
+ 0x99, 0xb9, 0x41, 0xb4, 0xfb, 0xbe, 0xf8, 0xa5, 0xec, 0x85, 0xb8, 0x8e,
+ 0xc6, 0x75, 0xb4, 0xf8, 0xc0, 0x75, 0xb4, 0xf8, 0xc0, 0x75, 0xf4, 0x3e,
+ 0xeb, 0x68, 0x15, 0x63, 0xa6, 0x44, 0xc5, 0x18, 0x3c, 0x12, 0x40, 0x8c,
+ 0x41, 0x8c, 0x41, 0x8c, 0xf9, 0x79, 0x8c, 0x91, 0x76, 0xd8, 0x64, 0x45,
+ 0xe9, 0x54, 0xc0, 0x4c, 0x11, 0x6f, 0xa3, 0x62, 0xcd, 0x3f, 0x95, 0x2a,
+ 0x44, 0x24, 0x6b, 0xf8, 0xaa, 0xa7, 0x56, 0xf3, 0x4d, 0x19, 0x43, 0x7f,
+ 0xc9, 0x2d, 0x85, 0xd2, 0x6a, 0xdf, 0x58, 0x91, 0xba, 0xd9, 0xec, 0x37,
+ 0x4a, 0xce, 0x11, 0xac, 0x1d, 0x5f, 0xa4, 0x8e, 0x92, 0xe8, 0x25, 0x4e,
+ 0x96, 0x21, 0x89, 0xe0, 0x2f, 0xb6, 0x48, 0x9d, 0xd6, 0x3e, 0x4e, 0xd7,
+ 0x24, 0xaa, 0x65, 0xb0, 0x37, 0xfa, 0x1b, 0xfc, 0xc8, 0xd6, 0x8b, 0xec,
+ 0x2e, 0xe4, 0x52, 0xb2, 0xf4, 0xe8, 0x26, 0x09, 0xfb, 0x67, 0xa9, 0x28,
+ 0xd2, 0x44, 0xdc, 0x05, 0xea, 0xb1, 0xb2, 0x6f, 0xa1, 0x9d, 0x8a, 0x73,
+ 0x08, 0xce, 0x21, 0x38, 0x87, 0x1c, 0xe2, 0x26, 0xb6, 0x41, 0x17, 0x5b,
+ 0x45, 0x17, 0xb4, 0x50, 0x11, 0x5d, 0x10, 0x5d, 0x10, 0x5d, 0xde, 0x04,
+ 0x5d, 0x1c, 0x15, 0x5d, 0xd0, 0x57, 0x05, 0xd1, 0x05, 0xd1, 0x05, 0xd1,
+ 0xe5, 0x4d, 0xd0, 0xc5, 0x55, 0xd1, 0x05, 0x03, 0x68, 0x10, 0x5d, 0x10,
+ 0x5d, 0x10, 0x5d, 0xde, 0x04, 0x5d, 0x3c, 0x15, 0x5d, 0x5a, 0x88, 0x2e,
+ 0x88, 0x2e, 0x88, 0x2e, 0x88, 0x2e, 0xe2, 0xe3, 0x30, 0x74, 0x51, 0xaa,
+ 0x66, 0xfa, 0x36, 0xee, 0xea, 0x22, 0xba, 0x20, 0xba, 0x20, 0xba, 0xbc,
+ 0x09, 0xba, 0x34, 0x55, 0x74, 0xc1, 0x5d, 0x5d, 0x44, 0x17, 0x44, 0x17,
+ 0x44, 0x97, 0x37, 0x41, 0x97, 0x96, 0x8a, 0x2e, 0xb8, 0xab, 0x8b, 0xe8,
+ 0x82, 0xe8, 0x82, 0xe8, 0x72, 0x40, 0x04, 0x62, 0x44, 0x9f, 0x85, 0x37,
+ 0x93, 0xee, 0x35, 0x64, 0xaa, 0x2b, 0xf4, 0x6b, 0xf2, 0x19, 0x93, 0x60,
+ 0x31, 0x79, 0xa2, 0x74, 0x75, 0x1b, 0x2e, 0xa9, 0x1a, 0x91, 0xe1, 0x43,
+ 0xa5, 0x9b, 0x7a, 0x56, 0x07, 0x67, 0xf3, 0x92, 0xcf, 0x3b, 0x4f, 0x0e,
+ 0x51, 0xd0, 0x29, 0x89, 0x4c, 0x04, 0x19, 0x04, 0x72, 0xbc, 0x92, 0x45,
+ 0x5c, 0x46, 0x6b, 0x6d, 0x22, 0x34, 0xcc, 0xae, 0x44, 0xef, 0x54, 0x9c,
+ 0x46, 0x64, 0x5f, 0xaf, 0xa8, 0x4d, 0xe3, 0x1f, 0x5c, 0x9b, 0x26, 0xcb,
+ 0x93, 0x30, 0x58, 0xf0, 0x5c, 0x1b, 0xdb, 0x21, 0x51, 0x3b, 0x08, 0xa2,
+ 0x6d, 0xea, 0x67, 0x56, 0xa9, 0x63, 0x3d, 0x08, 0x75, 0x81, 0x8e, 0xa5,
+ 0xf9, 0x3d, 0xeb, 0x52, 0x88, 0x98, 0x29, 0x52, 0xc5, 0xe8, 0xd4, 0xce,
+ 0xbf, 0x64, 0x4c, 0x28, 0x27, 0x6d, 0x8a, 0x40, 0x04, 0xde, 0xb1, 0x3c,
+ 0xc0, 0xf2, 0x2a, 0x99, 0x0f, 0x52, 0xfa, 0xdf, 0x35, 0x8d, 0x83, 0x17,
+ 0x35, 0x80, 0xc0, 0x87, 0x02, 0x16, 0xf5, 0xc5, 0xff, 0x36, 0xd4, 0x16,
+ 0x0f, 0x4a, 0x05, 0x62, 0x5e, 0x55, 0xe7, 0x9a, 0xac, 0xce, 0x59, 0x57,
+ 0x91, 0xf9, 0x4e, 0xa0, 0x98, 0xa0, 0xc4, 0xa3, 0x07, 0x9c, 0x02, 0x71,
+ 0x0a, 0xc4, 0x29, 0xf0, 0xe7, 0xa7, 0x40, 0x1e, 0x8c, 0x0b, 0x39, 0x8c,
+ 0x22, 0xf2, 0x22, 0xc3, 0xf0, 0xf4, 0xb9, 0xd0, 0xc1, 0xda, 0xa6, 0x47,
+ 0x1c, 0xd4, 0x67, 0x56, 0x01, 0xc3, 0xf4, 0xef, 0xbe, 0xcb, 0xf4, 0xcf,
+ 0x26, 0xd6, 0xdb, 0x97, 0x95, 0x26, 0x4b, 0xcc, 0xfa, 0x6e, 0xd9, 0x2f,
+ 0xfa, 0xdb, 0xf9, 0x05, 0x7c, 0x5c, 0x5f, 0x7b, 0xff, 0x16, 0x2a, 0x9e,
+ 0x03, 0x9d, 0xb3, 0xf9, 0xe6, 0xca, 0x67, 0x81, 0x58, 0xe6, 0xce, 0x3a,
+ 0xcf, 0x13, 0x3d, 0x3e, 0xd5, 0xff, 0xe7, 0xaa, 0x41, 0x90, 0xd5, 0x75,
+ 0x18, 0x77, 0xd6, 0x10, 0xb0, 0x7c, 0x45, 0xe3, 0x79, 0xbe, 0xd0, 0xac,
+ 0x08, 0x5e, 0x0f, 0x22, 0x48, 0xd6, 0x31, 0x74, 0xeb, 0xd6, 0x16, 0x70,
+ 0xc1, 0x14, 0x08, 0x64, 0x08, 0x7e, 0xd6, 0x85, 0xeb, 0x3a, 0x29, 0xb3,
+ 0x54, 0xea, 0x65, 0x2a, 0xf0, 0xa8, 0xdc, 0x04, 0x41, 0xf6, 0x28, 0x61,
+ 0xaf, 0xe8, 0x23, 0x58, 0x40, 0xf1, 0xed, 0x2a, 0xbb, 0x5d, 0xa4, 0x34,
+ 0x5b, 0x24, 0xd1, 0x54, 0x8d, 0x87, 0xf4, 0xa1, 0xb2, 0x44, 0xc9, 0x8e,
+ 0xe1, 0xd1, 0x90, 0x25, 0xf3, 0xb0, 0x88, 0xe3, 0x7f, 0xce, 0x53, 0x02,
+ 0xd9, 0x14, 0x32, 0x9d, 0x41, 0x4b, 0x65, 0xe0, 0x34, 0xb6, 0x75, 0x6a,
+ 0x36, 0x5d, 0x67, 0xc8, 0xd5, 0xe7, 0x83, 0xa4, 0xfa, 0x79, 0xaf, 0x5b,
+ 0x57, 0xa2, 0x39, 0x75, 0x62, 0x3d, 0x51, 0x9f, 0x0f, 0x99, 0xd7, 0xab,
+ 0x88, 0x49, 0x9c, 0x87, 0x57, 0x64, 0x3e, 0x5e, 0x2d, 0x6f, 0xab, 0x9e,
+ 0x1b, 0xd2, 0x2b, 0x4b, 0xf3, 0x78, 0x1b, 0xe7, 0x5c, 0x44, 0x92, 0x72,
+ 0x9d, 0x2a, 0xe2, 0xbd, 0x7b, 0xeb, 0x94, 0xa8, 0x26, 0xa0, 0x60, 0x01,
+ 0x5d, 0x27, 0xee, 0x31, 0xdb, 0x7d, 0xfe, 0x8a, 0xe4, 0x22, 0xb7, 0x3b,
+ 0xdd, 0x27, 0x86, 0xd1, 0xd3, 0xba, 0xcf, 0x32, 0x27, 0x27, 0x81, 0xb5,
+ 0x41, 0xb2, 0xd6, 0xf5, 0xc0, 0x03, 0x3b, 0xdf, 0xb8, 0x3c, 0x50, 0x39,
+ 0x40, 0x1e, 0x86, 0x24, 0x35, 0x95, 0x1c, 0xf2, 0x79, 0xd6, 0xc4, 0xd7,
+ 0x52, 0xa5, 0x90, 0xa0, 0x3a, 0xdd, 0xa3, 0xef, 0xbf, 0x4b, 0x45, 0xe2,
+ 0xad, 0x48, 0xe5, 0x85, 0xf6, 0xb1, 0x2a, 0xf1, 0x11, 0xcf, 0x4d, 0x32,
+ 0x55, 0xc1, 0x4d, 0x18, 0x8d, 0x20, 0x3f, 0xc2, 0x3a, 0xa5, 0x55, 0x9a,
+ 0x0f, 0xf9, 0x36, 0xeb, 0x19, 0xcf, 0x94, 0x50, 0xd2, 0x7d, 0xbe, 0x80,
+ 0x4b, 0xb6, 0xd4, 0x5b, 0xfd, 0x9f, 0xc0, 0x5b, 0xdd, 0x03, 0x9d, 0xd2,
+ 0x59, 0x79, 0x95, 0xac, 0xa6, 0xe9, 0x63, 0xab, 0xe5, 0x37, 0xaa, 0xd6,
+ 0xaa, 0xbe, 0x7f, 0xe0, 0x5a, 0x15, 0xd6, 0xc2, 0x2d, 0xcb, 0xbf, 0x9b,
+ 0x45, 0x64, 0xde, 0x50, 0x35, 0x1d, 0x5d, 0x41, 0x70, 0xb5, 0x87, 0xab,
+ 0x3d, 0x5c, 0xed, 0x1d, 0xb0, 0xda, 0x0b, 0xd2, 0x70, 0x95, 0x4f, 0x68,
+ 0x0e, 0x59, 0x87, 0x2c, 0x35, 0xf3, 0xac, 0x0f, 0xb9, 0x63, 0xb7, 0x56,
+ 0x24, 0x98, 0x0d, 0x2d, 0x3e, 0xe3, 0xdb, 0xbb, 0x84, 0xb6, 0x4e, 0xe8,
+ 0xef, 0x45, 0xe8, 0x68, 0x84, 0x90, 0x23, 0x67, 0x0f, 0x42, 0x57, 0x27,
+ 0x74, 0xf7, 0x22, 0xf4, 0x74, 0xc2, 0xd6, 0x5e, 0x84, 0xbe, 0x46, 0xd8,
+ 0xde, 0xaf, 0x73, 0x9a, 0x3a, 0xe1, 0x7e, 0x9d, 0xd3, 0x52, 0x09, 0x9b,
+ 0x8d, 0xea, 0xce, 0x59, 0x85, 0xd6, 0x32, 0xc9, 0x42, 0xcd, 0x1c, 0x6a,
+ 0x36, 0xf0, 0x54, 0x0c, 0x27, 0x09, 0x9c, 0x24, 0x70, 0x92, 0x38, 0x60,
+ 0x92, 0x00, 0x70, 0x09, 0xb3, 0xc4, 0x00, 0x2e, 0x78, 0xde, 0x80, 0xe0,
+ 0x82, 0xe0, 0x82, 0xe0, 0x72, 0x18, 0xb8, 0x64, 0xc1, 0x83, 0x01, 0x5b,
+ 0x70, 0x75, 0x8b, 0xd8, 0x82, 0xd8, 0x82, 0xd8, 0x72, 0x10, 0xb6, 0xd8,
+ 0xe6, 0x55, 0x11, 0x66, 0xaf, 0x41, 0x70, 0x41, 0x70, 0x41, 0x70, 0x39,
+ 0x14, 0x5c, 0x8c, 0xab, 0x22, 0x4c, 0x5e, 0x83, 0xe0, 0x82, 0xe0, 0x82,
+ 0xe0, 0x72, 0x20, 0xb8, 0x18, 0x57, 0x45, 0x98, 0xba, 0x06, 0xb1, 0x05,
+ 0xb1, 0x05, 0xb1, 0xe5, 0x30, 0x6c, 0x71, 0x2a, 0x56, 0x45, 0xb8, 0x9d,
+ 0x8b, 0xe0, 0x82, 0xe0, 0x82, 0xe0, 0x72, 0x20, 0xb8, 0x98, 0x57, 0x45,
+ 0xb8, 0x9f, 0x8b, 0xe0, 0x82, 0xe0, 0x82, 0xe0, 0x72, 0x18, 0xb8, 0x18,
+ 0x57, 0x45, 0x98, 0xb6, 0x06, 0xb1, 0x05, 0xb1, 0x05, 0xb1, 0xe5, 0x00,
+ 0x6c, 0x29, 0xd5, 0x4c, 0x18, 0xca, 0x20, 0x83, 0xdd, 0xf2, 0x7d, 0x4d,
+ 0x99, 0x5f, 0xc2, 0x54, 0xbd, 0x50, 0x10, 0xf7, 0x92, 0xa7, 0xf8, 0x07,
+ 0xe4, 0xe6, 0x82, 0xad, 0xeb, 0x8c, 0x5e, 0xde, 0xa7, 0xe1, 0x74, 0x4e,
+ 0xb3, 0xdb, 0xa4, 0x97, 0x86, 0x8f, 0xbc, 0xa2, 0xa3, 0x2c, 0x6d, 0x6a,
+ 0x62, 0x63, 0xae, 0xde, 0xba, 0x5c, 0x47, 0x79, 0x98, 0xad, 0x48, 0xfa,
+ 0x20, 0x4a, 0x59, 0x9a, 0x28, 0xcd, 0xe5, 0x5b, 0x45, 0xd9, 0xc6, 0x2b,
+ 0xb2, 0x8e, 0x83, 0xc5, 0x98, 0xe6, 0x24, 0x35, 0xde, 0xbc, 0x2c, 0xe0,
+ 0x6a, 0xa4, 0xed, 0x92, 0xf8, 0x1b, 0x2f, 0x57, 0xa8, 0x51, 0x99, 0x4b,
+ 0xb7, 0x0a, 0xaa, 0x1b, 0xcd, 0x11, 0xdf, 0xc4, 0xc1, 0x5c, 0xc4, 0x35,
+ 0xcb, 0x67, 0xf9, 0x70, 0x1e, 0x27, 0x29, 0xe5, 0xf1, 0x01, 0xd7, 0x04,
+ 0x22, 0x2f, 0xd6, 0x53, 0xe3, 0x53, 0x9b, 0x2b, 0xb9, 0x8a, 0x7b, 0x98,
+ 0x24, 0xb3, 0xfc, 0x89, 0xa4, 0xf4, 0xcf, 0x38, 0x09, 0x1e, 0x4c, 0xc4,
+ 0xe6, 0x72, 0xae, 0xb2, 0x5c, 0xe3, 0xb7, 0x6f, 0xb7, 0x3d, 0x1a, 0x24,
+ 0x53, 0xad, 0x68, 0xa7, 0xa0, 0xad, 0x28, 0xe7, 0xca, 0x35, 0xa4, 0x4b,
+ 0x96, 0x8c, 0x7a, 0x12, 0xce, 0x63, 0x12, 0x19, 0x75, 0xa5, 0xa2, 0x98,
+ 0x2b, 0x89, 0x56, 0x0b, 0xf2, 0xe5, 0x2b, 0x14, 0x0e, 0x35, 0x76, 0x57,
+ 0x55, 0x1d, 0xd7, 0x07, 0x78, 0xc0, 0x0e, 0x89, 0x1f, 0xba, 0x2f, 0x91,
+ 0x65, 0x24, 0x2c, 0x2a, 0xb7, 0x76, 0x17, 0x24, 0x8e, 0x69, 0x54, 0xe3,
+ 0xaf, 0x4d, 0xf1, 0x87, 0xbd, 0xcb, 0xc1, 0x36, 0x72, 0x28, 0x0a, 0xb6,
+ 0xee, 0xc3, 0xc1, 0x31, 0x72, 0x28, 0x6a, 0xb5, 0xee, 0xc3, 0xc1, 0x35,
+ 0x72, 0x28, 0x6a, 0xb5, 0xee, 0xc3, 0xc1, 0x33, 0x72, 0x28, 0x6a, 0xb5,
+ 0xee, 0xc3, 0xc1, 0x37, 0x72, 0x28, 0x6a, 0xb5, 0xee, 0xc3, 0xa1, 0x69,
+ 0xe4, 0x50, 0x94, 0x6a, 0xdd, 0x87, 0x43, 0xcb, 0xc8, 0xa1, 0xa8, 0xd2,
+ 0xba, 0x0f, 0x87, 0xb6, 0x11, 0x65, 0x8a, 0x5a, 0xad, 0xfb, 0x70, 0xb0,
+ 0x1a, 0x46, 0x16, 0x45, 0xcd, 0xd6, 0xbd, 0x58, 0x18, 0xb5, 0x72, 0x53,
+ 0xb3, 0x75, 0x2f, 0x16, 0x46, 0xb5, 0xdc, 0x14, 0x6e, 0xad, 0x62, 0x91,
+ 0x07, 0x6b, 0x63, 0xf5, 0x5f, 0x49, 0x5e, 0x94, 0x6c, 0x55, 0x51, 0x9f,
+ 0xc4, 0x9d, 0x34, 0x21, 0xd3, 0x80, 0x64, 0x39, 0x7b, 0x1d, 0x25, 0xbf,
+ 0xdb, 0xa7, 0x64, 0x37, 0x08, 0xa8, 0x69, 0x97, 0x4a, 0xfa, 0xc4, 0x32,
+ 0x74, 0x75, 0x16, 0xa6, 0x59, 0x0e, 0x5f, 0x32, 0x1e, 0x21, 0x08, 0xdf,
+ 0xee, 0x93, 0x7c, 0xc1, 0xe7, 0x82, 0x31, 0x79, 0xba, 0x59, 0xe7, 0xab,
+ 0x75, 0xfe, 0xc3, 0xc9, 0xc0, 0xb1, 0x2b, 0xa7, 0xa4, 0x6d, 0x39, 0x59,
+ 0xb5, 0x4b, 0x38, 0x91, 0x9c, 0x88, 0x7a, 0x49, 0x2d, 0x4e, 0xf2, 0xda,
+ 0x2a, 0x0d, 0x79, 0x8c, 0x69, 0x7d, 0x04, 0x5f, 0x6a, 0x24, 0x8a, 0xea,
+ 0x90, 0xe5, 0x62, 0x98, 0x58, 0x77, 0xd3, 0x52, 0x06, 0x10, 0xa5, 0x06,
+ 0x50, 0x13, 0xd3, 0x4d, 0xa0, 0xd9, 0x8d, 0x66, 0x37, 0x9a, 0xdd, 0x07,
+ 0x98, 0xdd, 0x06, 0x94, 0xb1, 0x55, 0x94, 0xc1, 0x8d, 0x43, 0x44, 0x19,
+ 0x44, 0x19, 0x44, 0x99, 0x83, 0x51, 0x86, 0x59, 0x5a, 0x79, 0x9a, 0x44,
+ 0xfa, 0xfe, 0xa1, 0x8b, 0xfb, 0x87, 0x08, 0x31, 0x08, 0x31, 0x08, 0x31,
+ 0x6f, 0x60, 0xc8, 0x98, 0x53, 0x66, 0x35, 0x5d, 0x74, 0x0a, 0x45, 0x88,
+ 0x41, 0x88, 0x41, 0x88, 0x39, 0x10, 0x62, 0xec, 0x57, 0x77, 0x64, 0x5c,
+ 0x74, 0x0f, 0x45, 0x94, 0x41, 0x94, 0x41, 0x94, 0x79, 0x53, 0x94, 0x51,
+ 0x77, 0x64, 0x5c, 0xdc, 0xf7, 0x45, 0x94, 0x41, 0x94, 0x41, 0x94, 0x39,
+ 0x18, 0x65, 0xaa, 0x77, 0x64, 0x70, 0xd3, 0x17, 0x21, 0x06, 0x21, 0x06,
+ 0x21, 0xe6, 0x0d, 0x0c, 0x99, 0x8a, 0x1d, 0x19, 0x0f, 0x37, 0x7d, 0x11,
+ 0x62, 0x10, 0x62, 0x10, 0x62, 0x7e, 0x1e, 0x62, 0xee, 0x93, 0x24, 0xcb,
+ 0xbb, 0x55, 0x36, 0x8c, 0x87, 0x99, 0xa8, 0x8f, 0x38, 0x13, 0xb5, 0x32,
+ 0xf6, 0x7a, 0xe2, 0xf3, 0xa6, 0xe7, 0xbe, 0x47, 0xe2, 0x73, 0x2e, 0x57,
+ 0x2f, 0x90, 0xd0, 0xf4, 0xbc, 0xad, 0x2f, 0xd8, 0x0d, 0x10, 0x5f, 0x25,
+ 0xc9, 0xaa, 0x5e, 0xfc, 0xf1, 0x7b, 0xad, 0x1b, 0x25, 0x19, 0x7b, 0x08,
+ 0xfe, 0xeb, 0x87, 0xf3, 0xab, 0xc9, 0xb9, 0xa8, 0x00, 0x60, 0x9a, 0x18,
+ 0xff, 0xa9, 0x4a, 0x57, 0x11, 0x77, 0x40, 0x7e, 0xe5, 0xc6, 0x0c, 0x65,
+ 0x47, 0x7e, 0xc9, 0x8d, 0xf1, 0x3e, 0x1f, 0x85, 0xd3, 0xbb, 0xd5, 0x80,
+ 0xf0, 0xe1, 0x50, 0x33, 0xb3, 0xfa, 0x3b, 0x99, 0x59, 0x3f, 0x59, 0xa2,
+ 0x54, 0x80, 0xfc, 0x70, 0xb7, 0xf4, 0x61, 0x15, 0xbd, 0xbb, 0x1f, 0xfd,
+ 0xb4, 0x8a, 0xbe, 0xb5, 0x1f, 0x7d, 0x32, 0x9b, 0x65, 0xb4, 0x9c, 0x2b,
+ 0x9d, 0x97, 0x3b, 0x68, 0xee, 0xe6, 0xf9, 0xfd, 0x64, 0x6d, 0xa8, 0x21,
+ 0xb9, 0xff, 0x86, 0x78, 0x19, 0xc6, 0xdf, 0x48, 0xb4, 0xa6, 0x3a, 0xf9,
+ 0xee, 0xdd, 0x3b, 0x42, 0xac, 0xd3, 0xd0, 0x18, 0x90, 0xe7, 0x0a, 0x06,
+ 0xfe, 0x1e, 0x0c, 0x9e, 0x96, 0x95, 0x25, 0xb3, 0x9a, 0x3c, 0x6d, 0xf0,
+ 0xe5, 0xb6, 0x64, 0x56, 0xa9, 0xce, 0xc4, 0x8e, 0x52, 0x41, 0xa5, 0x85,
+ 0xf2, 0x8b, 0x3a, 0xe1, 0xaf, 0x4e, 0xcb, 0xde, 0xbe, 0xa8, 0xc2, 0x09,
+ 0xbe, 0x26, 0xca, 0x85, 0xc0, 0xeb, 0xd3, 0xe5, 0xbe, 0xfd, 0x35, 0x70,
+ 0xee, 0xaf, 0x4d, 0x9e, 0x42, 0xf6, 0x1d, 0x7e, 0x3d, 0x8f, 0x9e, 0xc8,
+ 0x4b, 0x56, 0xe3, 0x6c, 0xe9, 0x47, 0x09, 0xda, 0xd3, 0x5a, 0xe7, 0xa5,
+ 0x36, 0x59, 0x51, 0x3a, 0x65, 0x3a, 0x23, 0xab, 0x4c, 0xbc, 0x2e, 0xd8,
+ 0xd9, 0xbe, 0xb3, 0x82, 0xb7, 0x50, 0x3b, 0x4d, 0x42, 0xf1, 0x6e, 0x70,
+ 0xe6, 0xc6, 0x72, 0x1d, 0x5c, 0x0d, 0x78, 0x12, 0xe4, 0x3f, 0x57, 0x0b,
+ 0xa5, 0x1f, 0xb6, 0xdd, 0x70, 0x1b, 0xb2, 0x41, 0x84, 0xca, 0x17, 0x63,
+ 0x8e, 0x76, 0x1a, 0x3d, 0xa8, 0x91, 0x2c, 0xf4, 0x50, 0xd0, 0xb7, 0x76,
+ 0xfa, 0x71, 0xb0, 0xa6, 0xd1, 0xf9, 0x74, 0x4a, 0x75, 0xd9, 0x3c, 0x1d,
+ 0xb2, 0xb9, 0x54, 0x05, 0x10, 0x76, 0x60, 0x0c, 0x7b, 0xeb, 0xfc, 0x45,
+ 0x27, 0xd4, 0x6a, 0x8c, 0x48, 0xc2, 0x05, 0x49, 0xa7, 0xdd, 0x75, 0x5e,
+ 0x75, 0xb7, 0xad, 0x46, 0x43, 0xbf, 0xdb, 0x4d, 0x75, 0x91, 0x75, 0x7a,
+ 0x9f, 0x04, 0x8c, 0x03, 0x7b, 0xc7, 0x07, 0x61, 0x94, 0x53, 0xed, 0x9d,
+ 0x69, 0x35, 0xd4, 0x8c, 0xd1, 0x5e, 0xb9, 0xa3, 0x2a, 0xaa, 0xa2, 0x08,
+ 0x4a, 0x35, 0x65, 0xf4, 0xa6, 0x34, 0xc8, 0x2e, 0x82, 0xa9, 0xd5, 0x04,
+ 0x84, 0x5c, 0x4b, 0xcd, 0x1b, 0x5d, 0x2a, 0x2c, 0x32, 0xcb, 0xe1, 0x25,
+ 0x01, 0x87, 0xdf, 0x31, 0x9d, 0x43, 0x51, 0x0e, 0xbd, 0x1a, 0x47, 0x0b,
+ 0x14, 0x5e, 0x3e, 0xf6, 0x6e, 0xe9, 0x3e, 0x85, 0xcb, 0x0d, 0x9b, 0x31,
+ 0xd2, 0x75, 0x7c, 0x95, 0x90, 0xa9, 0xce, 0xa3, 0xc9, 0x78, 0x44, 0xec,
+ 0xca, 0xce, 0x7d, 0x78, 0x25, 0xfa, 0x30, 0x1e, 0x25, 0x4f, 0x34, 0x35,
+ 0x53, 0xb7, 0x7e, 0x40, 0x3d, 0xa5, 0x64, 0x7a, 0x4f, 0x62, 0x03, 0x65,
+ 0x5b, 0x8e, 0x75, 0xa9, 0x8e, 0x82, 0x03, 0x75, 0x14, 0x0a, 0xa1, 0xdd,
+ 0x68, 0x07, 0x9d, 0x38, 0x11, 0x44, 0xf7, 0xd5, 0xb7, 0x95, 0x5c, 0x3e,
+ 0xd9, 0x5b, 0x15, 0x29, 0xc8, 0xce, 0x67, 0xa9, 0x26, 0xcb, 0x66, 0xcd,
+ 0xeb, 0x64, 0x96, 0x96, 0xa4, 0x59, 0xbc, 0xb7, 0xb7, 0xf2, 0xc8, 0xb3,
+ 0x91, 0xd0, 0xfe, 0x11, 0x21, 0xaf, 0x00, 0xb3, 0x5e, 0x19, 0xab, 0x45,
+ 0xb4, 0x6c, 0xa8, 0xfd, 0x97, 0xe9, 0x85, 0x5f, 0xca, 0x1d, 0x14, 0xd0,
+ 0x28, 0xea, 0xce, 0xe6, 0x99, 0xc5, 0xef, 0x61, 0x3a, 0xd5, 0x9f, 0xd9,
+ 0x55, 0x5f, 0x0a, 0xa8, 0x3d, 0x68, 0xa2, 0x1e, 0xd3, 0x65, 0xf2, 0x48,
+ 0x75, 0x06, 0xde, 0x0e, 0x83, 0x4f, 0x9c, 0xdc, 0xc0, 0x21, 0x0f, 0x97,
+ 0x94, 0x59, 0x31, 0xec, 0x89, 0x76, 0xab, 0x08, 0x81, 0x96, 0xb5, 0xa0,
+ 0xe6, 0xa5, 0x5a, 0xf8, 0x02, 0x3e, 0x2d, 0x99, 0x75, 0xbc, 0xcc, 0xca,
+ 0xae, 0x7c, 0x14, 0xad, 0x86, 0x8d, 0xe1, 0x51, 0xec, 0xd7, 0x1e, 0xa5,
+ 0xbd, 0xcf, 0xa3, 0xd8, 0xaf, 0x3f, 0x0a, 0x94, 0xdd, 0xd9, 0xf7, 0x51,
+ 0x9c, 0xaa, 0x47, 0x71, 0x34, 0x8c, 0x33, 0x3c, 0x8a, 0xf3, 0xca, 0xa3,
+ 0x28, 0x75, 0x21, 0x2b, 0x1e, 0xc5, 0xf9, 0xc1, 0xa3, 0x18, 0x2a, 0x9b,
+ 0x54, 0x3d, 0x8a, 0x5b, 0xf9, 0x28, 0x1a, 0xea, 0x1a, 0x1e, 0xc5, 0x7d,
+ 0xed, 0x51, 0x9a, 0xfb, 0x3c, 0x8a, 0xfb, 0x83, 0x47, 0x69, 0xfd, 0xe0,
+ 0x51, 0x44, 0x15, 0xd2, 0xe0, 0x07, 0x91, 0x08, 0x2d, 0x74, 0xe0, 0xc3,
+ 0xbd, 0x1c, 0xdc, 0xcb, 0xc1, 0xbd, 0x9c, 0x83, 0x0a, 0x5f, 0x56, 0x60,
+ 0x8d, 0xad, 0x62, 0x0d, 0x7a, 0xf2, 0x21, 0xd6, 0x20, 0xd6, 0x20, 0xd6,
+ 0xbc, 0x11, 0xd6, 0x54, 0x9d, 0x81, 0xb7, 0xd0, 0x99, 0x0f, 0x81, 0x06,
+ 0x81, 0x06, 0x81, 0xe6, 0xed, 0x8c, 0x1a, 0xf3, 0x49, 0x78, 0x0b, 0xfd,
+ 0xf9, 0x10, 0x68, 0x10, 0x68, 0x10, 0x68, 0xde, 0x06, 0x68, 0x5e, 0x8d,
+ 0x50, 0x68, 0xa1, 0x63, 0x1f, 0x62, 0x0d, 0x62, 0x0d, 0x62, 0xcd, 0x7b,
+ 0x60, 0x8d, 0xba, 0x53, 0x83, 0x1e, 0x7e, 0x88, 0x35, 0x88, 0x35, 0x88,
+ 0x35, 0x6f, 0x85, 0x35, 0x95, 0x3b, 0x35, 0x1e, 0x6e, 0x09, 0x23, 0xd0,
+ 0x20, 0xd0, 0x20, 0xd0, 0xbc, 0x99, 0x51, 0x53, 0xb1, 0x53, 0xe3, 0xe1,
+ 0x96, 0xf0, 0xff, 0xb3, 0x77, 0x6d, 0xcd, 0x6d, 0xe3, 0xc8, 0xfa, 0xdd,
+ 0xbf, 0x82, 0xe5, 0xaa, 0xad, 0xca, 0xd4, 0x26, 0x1b, 0x11, 0xbc, 0x88,
+ 0xca, 0x9b, 0x2c, 0xdb, 0x13, 0xef, 0xda, 0xb1, 0xd7, 0x52, 0xec, 0x73,
+ 0x79, 0x70, 0xc1, 0x14, 0x64, 0xb3, 0x2c, 0x89, 0x5a, 0x92, 0xf2, 0x65,
+ 0x7e, 0xfd, 0x41, 0xe3, 0x22, 0x5e, 0xd0, 0xa0, 0x14, 0x67, 0xe6, 0xa4,
+ 0xca, 0xe6, 0xd4, 0x54, 0x2c, 0x89, 0xe8, 0x8f, 0x60, 0x03, 0x68, 0x76,
+ 0x37, 0x1a, 0xdd, 0x9d, 0xa0, 0xe9, 0x04, 0x4d, 0x27, 0x68, 0x7e, 0xe2,
+ 0x58, 0xd4, 0xf2, 0x2e, 0x59, 0xb2, 0x33, 0xfa, 0x20, 0x42, 0x7a, 0x8a,
+ 0x2c, 0x59, 0xde, 0x7d, 0x74, 0x86, 0xe3, 0xd1, 0xc9, 0x09, 0xc8, 0x17,
+ 0x2e, 0x64, 0x3c, 0xa2, 0xda, 0x8c, 0x64, 0xc0, 0x6a, 0xb3, 0x0d, 0x04,
+ 0x89, 0xf2, 0x36, 0x8f, 0xec, 0x3e, 0x89, 0xe7, 0xec, 0x1b, 0x5d, 0x20,
+ 0x8d, 0x06, 0x10, 0x2c, 0x07, 0x40, 0xc5, 0xed, 0xf1, 0x7a, 0x29, 0xec,
+ 0xb3, 0xbc, 0xe2, 0x09, 0x82, 0x00, 0xa2, 0x41, 0x50, 0x89, 0xba, 0xfd,
+ 0xa6, 0xd2, 0xa2, 0x4e, 0xee, 0xb3, 0xb4, 0x28, 0xe6, 0x4c, 0x66, 0x68,
+ 0xdd, 0x7c, 0x13, 0x8f, 0x73, 0x4d, 0xb9, 0x8c, 0xbc, 0xa3, 0x05, 0xdb,
+ 0xaf, 0xc1, 0x92, 0x26, 0xac, 0xf7, 0x6a, 0xd8, 0x69, 0xf6, 0x18, 0x45,
+ 0x61, 0xef, 0x26, 0xce, 0xeb, 0x62, 0x77, 0xd0, 0x89, 0xdd, 0x4e, 0xec,
+ 0x76, 0x62, 0xb7, 0x13, 0xbb, 0x3f, 0x21, 0x76, 0x4b, 0xd9, 0x82, 0x1e,
+ 0x16, 0x1a, 0xa8, 0x43, 0x37, 0x7f, 0xf2, 0x61, 0xa1, 0x64, 0x3a, 0x67,
+ 0xd8, 0xcd, 0xfa, 0xc8, 0x59, 0xa1, 0xc6, 0x19, 0xa1, 0xea, 0xa5, 0xb2,
+ 0xfb, 0x50, 0xdb, 0xa9, 0x29, 0x1c, 0x3b, 0x8f, 0x7e, 0x27, 0x1c, 0x3b,
+ 0xe1, 0xd8, 0x09, 0xc7, 0xd7, 0x0b, 0xc7, 0xf9, 0x9a, 0xca, 0x8c, 0xf7,
+ 0x5c, 0x36, 0xe6, 0x8d, 0x1d, 0xc3, 0x41, 0xd8, 0xeb, 0x8e, 0xd1, 0xbe,
+ 0xdd, 0x63, 0xb4, 0xb5, 0xa1, 0x27, 0xcd, 0xa1, 0xef, 0x4e, 0x50, 0xbf,
+ 0x97, 0xa1, 0xf7, 0x9a, 0x43, 0xef, 0x77, 0x43, 0xff, 0x4e, 0x86, 0xde,
+ 0x6f, 0x0e, 0x3d, 0x72, 0xfe, 0xbc, 0x1b, 0xfa, 0x37, 0x39, 0xf4, 0x41,
+ 0x73, 0xe8, 0x91, 0x13, 0xfe, 0xdd, 0xd0, 0xbf, 0xc9, 0xa1, 0x0f, 0x1b,
+ 0x43, 0xdf, 0xef, 0xd4, 0xbc, 0xf7, 0x32, 0xf4, 0xfd, 0xe6, 0xd0, 0x77,
+ 0x6a, 0xde, 0x7b, 0x19, 0xfa, 0xa8, 0x39, 0xf4, 0x9d, 0x9a, 0xf7, 0x86,
+ 0x87, 0xfe, 0xf1, 0xb1, 0x38, 0x17, 0x19, 0x67, 0x84, 0x51, 0x5f, 0xcb,
+ 0xf9, 0x32, 0x10, 0x39, 0x5f, 0x1e, 0x21, 0x1d, 0xcc, 0x7e, 0x79, 0xf8,
+ 0xfb, 0x53, 0x9f, 0x6c, 0x32, 0xcf, 0xb8, 0x15, 0x72, 0x62, 0x92, 0x47,
+ 0x3f, 0x40, 0xee, 0x19, 0xe4, 0x22, 0x61, 0xcc, 0xae, 0xe4, 0xbe, 0x49,
+ 0x4e, 0xb6, 0x92, 0xdf, 0xad, 0x2e, 0x9e, 0x16, 0xdf, 0xd2, 0x82, 0xb9,
+ 0xc8, 0xf6, 0x18, 0x24, 0x6a, 0x71, 0xc3, 0xb2, 0x0d, 0x31, 0xdb, 0x28,
+ 0x9c, 0x4a, 0x23, 0x0f, 0x6b, 0x04, 0xdd, 0xa9, 0x36, 0xf2, 0xb1, 0x46,
+ 0x90, 0xb7, 0x80, 0x37, 0x2a, 0x56, 0x39, 0xd9, 0x64, 0x40, 0x3a, 0x13,
+ 0xc1, 0x05, 0xb5, 0xe3, 0xf8, 0x6e, 0x0f, 0xa2, 0xb3, 0xf7, 0x87, 0x87,
+ 0x65, 0xb2, 0x8d, 0x4a, 0x1e, 0xa0, 0x3a, 0x35, 0x7d, 0x36, 0xa9, 0x21,
+ 0xde, 0xd2, 0x46, 0xfd, 0x94, 0x4c, 0x19, 0xa4, 0x04, 0x39, 0x5f, 0x4a,
+ 0x8c, 0x83, 0x75, 0xa3, 0x5a, 0x2c, 0x27, 0xaf, 0x54, 0x33, 0x14, 0x4e,
+ 0x23, 0xb2, 0xbf, 0x37, 0x5b, 0xb3, 0xb9, 0xf4, 0x4a, 0x83, 0x1f, 0x7a,
+ 0x94, 0x66, 0x4a, 0x24, 0xa0, 0xe5, 0x1a, 0x15, 0x84, 0xb5, 0xc8, 0x6e,
+ 0xa5, 0xdc, 0xac, 0xca, 0xb6, 0x83, 0x91, 0xab, 0xe2, 0xba, 0x63, 0xb6,
+ 0xcc, 0xa5, 0x77, 0x5d, 0x65, 0xfd, 0xd9, 0xbb, 0x4d, 0x69, 0x36, 0xfd,
+ 0x9e, 0xb3, 0x09, 0x8d, 0xef, 0x2f, 0xd6, 0xf3, 0xf9, 0xf7, 0x15, 0x4a,
+ 0xaf, 0x4a, 0xec, 0x06, 0x8f, 0x40, 0xeb, 0x92, 0xc7, 0x0a, 0x21, 0x5b,
+ 0xac, 0x5a, 0x08, 0x55, 0x7d, 0xdd, 0x8b, 0xe4, 0xee, 0xee, 0xe5, 0x96,
+ 0xc6, 0x0f, 0x0e, 0x78, 0xee, 0x01, 0xe4, 0x3a, 0x29, 0xee, 0x1d, 0x20,
+ 0x74, 0xbe, 0xaf, 0xf2, 0xfd, 0xbd, 0x3c, 0x99, 0xb3, 0x65, 0xa1, 0x12,
+ 0x58, 0xc9, 0xe5, 0x86, 0xc1, 0xe1, 0x85, 0x77, 0x39, 0x1b, 0x4e, 0x93,
+ 0x25, 0xa3, 0xd9, 0x68, 0x5e, 0xc8, 0x47, 0x44, 0x89, 0xf1, 0x9a, 0xbb,
+ 0x31, 0x5d, 0x5e, 0x32, 0x3a, 0x6d, 0x63, 0x3e, 0x5e, 0x6a, 0x97, 0x13,
+ 0x5e, 0x67, 0x49, 0xc1, 0xda, 0x28, 0xf1, 0x3a, 0xbb, 0x9b, 0xfe, 0x9e,
+ 0xd0, 0xb6, 0xfe, 0xe2, 0x85, 0x76, 0x35, 0xe3, 0x09, 0x44, 0xd7, 0x00,
+ 0x03, 0x45, 0x16, 0x27, 0x74, 0xce, 0xe8, 0x62, 0xbb, 0x55, 0x5e, 0xd7,
+ 0x79, 0x0f, 0xb4, 0xfb, 0x7b, 0x85, 0x1c, 0xfc, 0x9c, 0x1d, 0xae, 0x33,
+ 0x91, 0xd6, 0x69, 0x98, 0x43, 0x56, 0xa3, 0xd1, 0x4b, 0xdc, 0x2c, 0xb8,
+ 0xac, 0x91, 0x75, 0x39, 0xde, 0x4d, 0x12, 0x0c, 0xc8, 0x88, 0x01, 0xd0,
+ 0x22, 0x1b, 0x52, 0x0c, 0x84, 0xfb, 0x7b, 0x49, 0x3e, 0x84, 0x24, 0x45,
+ 0x4b, 0xca, 0xa5, 0xb6, 0x4a, 0x2a, 0xd7, 0x3a, 0xc5, 0x75, 0xa9, 0x5e,
+ 0xb4, 0xb2, 0xb0, 0xca, 0x83, 0xa6, 0x66, 0x08, 0x56, 0x61, 0x58, 0xc3,
+ 0xe8, 0x7a, 0xbd, 0x28, 0xcc, 0x66, 0xb1, 0xef, 0x00, 0xa4, 0xcb, 0xf6,
+ 0x36, 0xc7, 0x7d, 0x5d, 0x40, 0xc6, 0xa8, 0xf3, 0xe5, 0x57, 0x3e, 0x10,
+ 0xa7, 0xc9, 0x22, 0x29, 0x70, 0x72, 0x5d, 0xb3, 0x77, 0x99, 0x02, 0xed,
+ 0x0b, 0xcb, 0x05, 0xe9, 0x18, 0x6a, 0x59, 0x6f, 0xa5, 0xd5, 0xd5, 0x7a,
+ 0x2b, 0xb4, 0x65, 0xae, 0xaa, 0xd1, 0xba, 0xc0, 0x8a, 0x61, 0x6b, 0x5a,
+ 0x5d, 0xa7, 0xb7, 0xd1, 0x6d, 0x9d, 0x6c, 0x8b, 0xdf, 0x7e, 0x0b, 0x80,
+ 0x2e, 0xd3, 0x6b, 0x99, 0x78, 0x23, 0xfe, 0xc6, 0x7c, 0x68, 0x59, 0xf2,
+ 0x9b, 0x22, 0xbd, 0x57, 0x97, 0x40, 0xfc, 0x55, 0x54, 0x5e, 0xdd, 0x10,
+ 0xd3, 0x45, 0xeb, 0x9c, 0xdd, 0xd4, 0xe7, 0xdd, 0x36, 0x67, 0x2b, 0x80,
+ 0x57, 0x59, 0x4b, 0x6f, 0x36, 0xd5, 0x7a, 0xb1, 0xde, 0x1c, 0x92, 0xf6,
+ 0xce, 0xe8, 0x32, 0xbd, 0xbb, 0x76, 0xe6, 0xd0, 0x6b, 0xc7, 0xd3, 0x35,
+ 0x7b, 0x77, 0xc6, 0xf3, 0xdb, 0xf1, 0x74, 0x11, 0xdf, 0x9d, 0xf1, 0x82,
+ 0x76, 0xbc, 0xe0, 0x0b, 0x09, 0x76, 0xc1, 0x53, 0x85, 0x78, 0x4f, 0xf2,
+ 0x74, 0x62, 0xe1, 0x7a, 0xf8, 0x85, 0x60, 0xc2, 0xb6, 0x9e, 0x4b, 0x0c,
+ 0xaf, 0x2a, 0xaf, 0x21, 0xfa, 0x5f, 0x08, 0x36, 0x8f, 0x8b, 0xa7, 0x74,
+ 0xcc, 0x45, 0xc9, 0x03, 0x3e, 0x79, 0x49, 0xf4, 0x85, 0x88, 0xc9, 0x7b,
+ 0x9c, 0xae, 0x33, 0x47, 0x36, 0x04, 0x5a, 0xa8, 0x60, 0xac, 0xbe, 0xed,
+ 0xe5, 0x0f, 0xc9, 0x6a, 0xc5, 0xa6, 0xd7, 0xf7, 0x0c, 0x56, 0x31, 0x9f,
+ 0x40, 0x38, 0xd2, 0xe0, 0x0b, 0x11, 0xd3, 0xf8, 0x7c, 0xe9, 0xc4, 0x30,
+ 0xe5, 0xf3, 0x7b, 0x3a, 0x13, 0xfb, 0xd7, 0xf0, 0x03, 0x5d, 0xc8, 0xaf,
+ 0x7b, 0x34, 0x6e, 0xbe, 0x76, 0x95, 0xde, 0xf0, 0xab, 0x12, 0x4e, 0xd2,
+ 0xd8, 0xa6, 0x0f, 0xa8, 0x8e, 0xfd, 0xaa, 0x84, 0x93, 0x8f, 0x97, 0x6c,
+ 0x36, 0x9c, 0xc6, 0xba, 0x44, 0x75, 0x6d, 0xf7, 0xde, 0xed, 0xa9, 0x1d,
+ 0xb1, 0xa0, 0xda, 0x2d, 0x0e, 0xe7, 0x92, 0x2b, 0xe7, 0x80, 0x16, 0xfc,
+ 0x35, 0xf2, 0xe2, 0xc0, 0xab, 0x92, 0x1b, 0x48, 0x43, 0x30, 0x86, 0x5c,
+ 0x6e, 0x68, 0x0c, 0x85, 0x51, 0x33, 0xe4, 0xf2, 0x3b, 0xbd, 0x03, 0x93,
+ 0x66, 0x04, 0x7a, 0xbf, 0x1b, 0xc2, 0x05, 0x52, 0x5e, 0x00, 0xd5, 0xff,
+ 0x6c, 0x78, 0xc1, 0x2f, 0x83, 0xda, 0xef, 0xba, 0x70, 0xd9, 0x2b, 0x2f,
+ 0x7b, 0x60, 0x37, 0x9c, 0x4e, 0xf8, 0x65, 0xb0, 0xc6, 0x5c, 0x02, 0x97,
+ 0xfd, 0xf2, 0xb2, 0xcf, 0x2f, 0x9f, 0x0c, 0xe1, 0x32, 0x3c, 0xa0, 0xeb,
+ 0xc1, 0xe5, 0xa0, 0xbc, 0xcc, 0x8d, 0x9b, 0x11, 0xdc, 0x80, 0x2b, 0x88,
+ 0x60, 0x6a, 0xb9, 0x3e, 0x5c, 0x0f, 0xcb, 0xeb, 0xdc, 0xc2, 0x19, 0x79,
+ 0x95, 0xeb, 0x70, 0xb9, 0x5f, 0x5e, 0xe6, 0x56, 0xce, 0x10, 0x6e, 0x2b,
+ 0xee, 0x1a, 0x95, 0xbf, 0x83, 0x89, 0xc3, 0xef, 0x07, 0x31, 0x61, 0xdf,
+ 0xd8, 0xba, 0xc8, 0xe8, 0xfc, 0x22, 0xcd, 0xa5, 0x55, 0xd7, 0xc8, 0xcc,
+ 0xc6, 0x19, 0x07, 0x29, 0xe1, 0xb0, 0x54, 0x83, 0x49, 0x2e, 0x4d, 0x26,
+ 0xbb, 0x66, 0xa9, 0xf6, 0x23, 0xb0, 0x52, 0xdb, 0x9c, 0x58, 0xd9, 0x91,
+ 0x6d, 0xb4, 0xb8, 0x56, 0x9a, 0xe4, 0xa3, 0x97, 0x79, 0xb2, 0x9c, 0x32,
+ 0xae, 0x8f, 0x31, 0xba, 0x5c, 0xaf, 0xda, 0x20, 0x94, 0x66, 0xda, 0x7c,
+ 0xc7, 0xa6, 0x8b, 0xd5, 0x9c, 0x3d, 0x5f, 0xf3, 0x39, 0x04, 0x0a, 0xa3,
+ 0xf1, 0x82, 0x16, 0xa4, 0x4a, 0x29, 0x3d, 0xa0, 0x79, 0x12, 0x3b, 0x1f,
+ 0x62, 0xa5, 0x8a, 0xe4, 0xbf, 0x01, 0xcc, 0x70, 0xfa, 0x48, 0x97, 0x31,
+ 0xbf, 0xe7, 0x87, 0x02, 0xee, 0x9d, 0xc3, 0xc2, 0x10, 0xc9, 0x27, 0x4f,
+ 0x64, 0x2b, 0x99, 0x84, 0xd0, 0xc4, 0x54, 0xfa, 0xaa, 0xf1, 0x44, 0x67,
+ 0x74, 0x35, 0xe4, 0xc2, 0x8a, 0xde, 0x71, 0x23, 0xa4, 0xed, 0x71, 0xac,
+ 0x0a, 0xaa, 0x78, 0x6b, 0x72, 0x62, 0xc8, 0x83, 0x38, 0xa1, 0x2b, 0x96,
+ 0x4d, 0x00, 0x64, 0xcc, 0x8a, 0x02, 0x8c, 0x4e, 0x0c, 0x0a, 0x57, 0x57,
+ 0x53, 0xc8, 0x80, 0xc8, 0xed, 0x8e, 0x0d, 0x1e, 0x17, 0x40, 0x2d, 0x20,
+ 0xb8, 0xea, 0xca, 0xfb, 0x33, 0x66, 0x5c, 0x13, 0xe0, 0x32, 0x58, 0x31,
+ 0xea, 0x38, 0xcd, 0xa0, 0x67, 0x28, 0x06, 0xae, 0xc4, 0x26, 0xf9, 0x35,
+ 0x7d, 0x64, 0x30, 0x61, 0x5f, 0xfe, 0xe0, 0x2a, 0x7b, 0x0b, 0x4f, 0x70,
+ 0x3d, 0xb6, 0xd2, 0x87, 0xab, 0xd6, 0xdb, 0x6f, 0xd4, 0x58, 0xbc, 0x1a,
+ 0xbc, 0x56, 0xe4, 0x5e, 0xf8, 0x8b, 0xe5, 0x90, 0x15, 0x34, 0x99, 0x1b,
+ 0x46, 0x98, 0x84, 0xd1, 0x3a, 0x6b, 0x03, 0x46, 0x4e, 0x8b, 0x4b, 0xc6,
+ 0x8d, 0xe2, 0x8b, 0x64, 0x7a, 0xca, 0xe8, 0xa3, 0x1a, 0x25, 0x1c, 0xc5,
+ 0xa2, 0xa4, 0x72, 0x63, 0xe0, 0x20, 0x4b, 0xe9, 0x34, 0xa6, 0x79, 0x71,
+ 0x74, 0x67, 0x68, 0x75, 0x92, 0xd6, 0xa2, 0x99, 0x56, 0x69, 0xf9, 0xdb,
+ 0xc8, 0xd2, 0x7d, 0x8b, 0x36, 0xba, 0x5e, 0x72, 0x46, 0x4e, 0x21, 0x51,
+ 0xe6, 0xad, 0xeb, 0xe3, 0x94, 0x5a, 0x11, 0x35, 0x07, 0xe0, 0x38, 0x79,
+ 0x66, 0xd3, 0x03, 0x9a, 0xa5, 0x60, 0x84, 0x1e, 0x67, 0xe9, 0x82, 0x4f,
+ 0x73, 0x1c, 0x43, 0x2b, 0xa4, 0xbb, 0x4c, 0x24, 0x3d, 0x35, 0x71, 0x24,
+ 0xad, 0x9e, 0x8a, 0x7b, 0x3b, 0x1f, 0xe8, 0xba, 0x48, 0x9d, 0x02, 0x16,
+ 0x84, 0x58, 0xb7, 0x62, 0x55, 0x08, 0x5c, 0x85, 0x57, 0x9a, 0xc7, 0xf9,
+ 0x56, 0x68, 0x8b, 0xe2, 0x3a, 0xe3, 0x92, 0xa4, 0x9d, 0x50, 0x6b, 0xac,
+ 0x2d, 0xbc, 0x1d, 0xe0, 0xd2, 0x4b, 0xab, 0xab, 0xc6, 0xe2, 0x38, 0xa8,
+ 0xa4, 0xd2, 0x6e, 0x95, 0x7f, 0x5a, 0x3f, 0xc5, 0xd5, 0xf5, 0x45, 0x9a,
+ 0x16, 0xf7, 0x97, 0x7c, 0x5a, 0x67, 0x16, 0x72, 0xad, 0xa2, 0x1a, 0x1d,
+ 0xb8, 0xb8, 0xa7, 0x7c, 0x70, 0xf8, 0xaa, 0xb8, 0x64, 0xff, 0x59, 0x27,
+ 0x19, 0x9b, 0xc2, 0x1a, 0xd3, 0xbe, 0x41, 0x14, 0x4a, 0x6b, 0xa7, 0x88,
+ 0xf0, 0x9a, 0x17, 0x5c, 0xca, 0xb2, 0x29, 0x97, 0x9a, 0xa8, 0xd1, 0x22,
+ 0xe9, 0xb5, 0x36, 0x5a, 0x31, 0x5a, 0x66, 0x69, 0x16, 0xb3, 0x73, 0xf2,
+ 0x95, 0x51, 0xab, 0x84, 0xda, 0x28, 0x9d, 0x15, 0x32, 0x69, 0xab, 0x5d,
+ 0x3d, 0x6a, 0x06, 0x9e, 0x2c, 0x0b, 0x6a, 0x2a, 0x7c, 0x92, 0x5c, 0x6b,
+ 0x9a, 0x54, 0xce, 0x17, 0xc0, 0xc8, 0x04, 0xbf, 0x4c, 0x98, 0xa3, 0xe7,
+ 0x7b, 0xba, 0xce, 0x2d, 0xbd, 0xd7, 0xea, 0x26, 0x82, 0xc3, 0x39, 0x70,
+ 0x90, 0xfc, 0x7b, 0x4d, 0xa7, 0xe7, 0xcb, 0xe1, 0xfa, 0x59, 0xe4, 0x2b,
+ 0x96, 0x66, 0x3b, 0xbe, 0x54, 0x37, 0x3a, 0x68, 0x83, 0x91, 0xf9, 0x54,
+ 0xc9, 0xaa, 0xd3, 0xd4, 0xc2, 0x0a, 0xad, 0x72, 0x2e, 0xd3, 0x6c, 0x41,
+ 0xe7, 0x92, 0x52, 0x50, 0xd4, 0xb2, 0x9b, 0xdb, 0xd4, 0x66, 0xf9, 0x52,
+ 0xec, 0x7d, 0xf1, 0xb0, 0x19, 0xa9, 0xc2, 0xdf, 0xef, 0x29, 0xb7, 0x81,
+ 0x93, 0x3f, 0xaa, 0xa9, 0x2f, 0x95, 0x5e, 0x28, 0xd2, 0x6d, 0xc7, 0xe9,
+ 0x7a, 0x59, 0x54, 0x75, 0x09, 0xaf, 0x92, 0x7a, 0xb8, 0xf2, 0xe0, 0x67,
+ 0xeb, 0x79, 0x91, 0xac, 0xe6, 0x89, 0x99, 0x82, 0xd8, 0xed, 0x89, 0xc4,
+ 0xdb, 0x0b, 0x19, 0xeb, 0xb9, 0xc1, 0xe9, 0xcb, 0xec, 0xd7, 0x5c, 0x3b,
+ 0x15, 0x89, 0x80, 0x57, 0x8b, 0x83, 0xf5, 0x62, 0xd5, 0x74, 0x41, 0x72,
+ 0xda, 0x32, 0x0f, 0xb0, 0xe9, 0x6d, 0x93, 0x0e, 0xda, 0x0b, 0x96, 0x25,
+ 0xe9, 0x14, 0x21, 0x55, 0x69, 0x37, 0x9b, 0x29, 0x6a, 0x43, 0xa9, 0x0c,
+ 0xf1, 0xbb, 0x8e, 0xe5, 0x71, 0xa4, 0x4b, 0x46, 0x85, 0x3c, 0x99, 0x24,
+ 0x0b, 0x66, 0xf6, 0x5e, 0x38, 0x51, 0x17, 0x25, 0x82, 0xbb, 0xe1, 0x41,
+ 0x05, 0x62, 0x92, 0x16, 0x74, 0x0e, 0x9f, 0x73, 0x93, 0x8f, 0x22, 0x5f,
+ 0x75, 0x9d, 0x8f, 0x41, 0x99, 0xc3, 0x39, 0x51, 0x5e, 0xec, 0x11, 0x57,
+ 0x70, 0x38, 0x27, 0xcd, 0x24, 0xda, 0x4a, 0xab, 0x8b, 0x2a, 0xa1, 0xb3,
+ 0x3a, 0xe2, 0x5f, 0x4a, 0xcc, 0x8c, 0xbf, 0xe1, 0x9c, 0x95, 0x52, 0xf1,
+ 0xf7, 0x95, 0x53, 0x8f, 0xff, 0x7e, 0x09, 0xbf, 0x6b, 0xd5, 0x9f, 0xaf,
+ 0x3c, 0xba, 0x24, 0x68, 0x54, 0x2e, 0xc7, 0xee, 0xff, 0x15, 0x61, 0xb9,
+ 0x35, 0x27, 0x92, 0x60, 0xf0, 0x59, 0x8e, 0xb0, 0xb7, 0x99, 0x66, 0x5a,
+ 0x65, 0x45, 0x7d, 0x7a, 0xa2, 0x5c, 0x2d, 0x5a, 0x9b, 0x04, 0x22, 0x05,
+ 0xf7, 0xd8, 0x1c, 0x56, 0x0f, 0xa8, 0x68, 0xd3, 0xbf, 0x64, 0x4b, 0x66,
+ 0xcf, 0x71, 0xea, 0xe9, 0xd8, 0x9b, 0xd9, 0xe4, 0x4d, 0x24, 0x4b, 0x5a,
+ 0x7b, 0x57, 0x74, 0xf8, 0x87, 0x90, 0x2c, 0x09, 0xee, 0x39, 0x52, 0x7b,
+ 0x86, 0x7c, 0x13, 0x09, 0x4f, 0x75, 0xcf, 0x81, 0xcc, 0x54, 0xf9, 0xe5,
+ 0xba, 0x31, 0x61, 0x6c, 0x49, 0xef, 0x5d, 0xd7, 0xad, 0x3f, 0x5b, 0x33,
+ 0x69, 0x3d, 0x02, 0x65, 0x49, 0x7f, 0xcf, 0xa1, 0x48, 0x2b, 0x14, 0x37,
+ 0x6d, 0xac, 0x83, 0xe5, 0xba, 0xed, 0x83, 0x05, 0xb4, 0xd6, 0xe1, 0x21,
+ 0xed, 0xc3, 0x03, 0xb4, 0xd6, 0x01, 0x21, 0xed, 0x03, 0x02, 0xb4, 0xb6,
+ 0x21, 0x20, 0x6d, 0x43, 0x00, 0x84, 0x76, 0xa6, 0x7b, 0xed, 0x4c, 0x17,
+ 0xc4, 0x56, 0x36, 0x7b, 0xed, 0x6c, 0xa6, 0x49, 0x26, 0xac, 0x0d, 0x2c,
+ 0xe1, 0xbc, 0x02, 0xc0, 0x44, 0x6e, 0x80, 0x8b, 0x7d, 0x61, 0xce, 0x1b,
+ 0x27, 0x38, 0x39, 0xc6, 0xaf, 0xf2, 0x29, 0xc0, 0xfe, 0x4d, 0x7d, 0xd3,
+ 0x47, 0x3d, 0x95, 0x8f, 0x6e, 0xdb, 0x40, 0x1a, 0x73, 0xb9, 0xe9, 0x53,
+ 0xdf, 0xeb, 0xd1, 0x44, 0xc4, 0x4e, 0x24, 0xd2, 0xa3, 0x33, 0x3d, 0xef,
+ 0x11, 0x1e, 0x54, 0x32, 0x1b, 0x76, 0xbb, 0xbe, 0x6f, 0x6e, 0xd7, 0x57,
+ 0x0c, 0xff, 0xb8, 0x48, 0x57, 0xb2, 0x88, 0x06, 0xf2, 0x5a, 0x75, 0xfd,
+ 0xca, 0x2b, 0xfb, 0xf0, 0xe8, 0x78, 0xf8, 0xfd, 0x74, 0x22, 0xa2, 0xc1,
+ 0xbf, 0x9f, 0x9e, 0x7e, 0xbf, 0xd0, 0x9f, 0x0e, 0xcf, 0xaf, 0xbf, 0xed,
+ 0xef, 0x2d, 0xe8, 0x4a, 0x80, 0x73, 0x7b, 0x55, 0xce, 0x8b, 0x49, 0x9a,
+ 0x9e, 0xa6, 0x4f, 0xa6, 0x40, 0x12, 0x7b, 0x97, 0x0f, 0x17, 0xb4, 0x26,
+ 0x58, 0x36, 0x2f, 0x4d, 0x0c, 0xe6, 0x6b, 0x72, 0x77, 0x6f, 0xe2, 0x80,
+ 0x47, 0x13, 0xc1, 0x89, 0x14, 0x0e, 0x68, 0x73, 0x39, 0xec, 0x0c, 0x88,
+ 0xed, 0x01, 0xbd, 0x0b, 0x64, 0xe8, 0x36, 0x2e, 0x38, 0x35, 0xa5, 0x72,
+ 0xd4, 0xfb, 0x47, 0xaf, 0x57, 0x7f, 0x17, 0x97, 0x20, 0x87, 0x4f, 0x6c,
+ 0x3e, 0x47, 0x88, 0x23, 0x3b, 0x71, 0x22, 0x95, 0xc2, 0x96, 0x72, 0x34,
+ 0xfc, 0x9d, 0xd0, 0x2e, 0xd8, 0x2b, 0x10, 0xd6, 0x77, 0xc3, 0x96, 0x92,
+ 0x34, 0x15, 0x08, 0xeb, 0x2b, 0x62, 0x4b, 0x55, 0x9a, 0x0a, 0x84, 0xed,
+ 0x4d, 0xd1, 0x5a, 0x98, 0xa6, 0x42, 0x6f, 0x7f, 0x61, 0x6c, 0xa9, 0x4d,
+ 0x53, 0xc5, 0xb0, 0xbe, 0x37, 0xb6, 0x94, 0xa7, 0x01, 0x7d, 0xec, 0x80,
+ 0x9b, 0x3f, 0x26, 0x03, 0x84, 0x82, 0x7c, 0xac, 0x54, 0xbc, 0x9a, 0xa4,
+ 0x84, 0x81, 0x2c, 0xd4, 0x39, 0xd4, 0x0b, 0x36, 0xa5, 0xf3, 0xef, 0xab,
+ 0xab, 0x74, 0x5e, 0xd0, 0x3b, 0x53, 0xcd, 0x76, 0x85, 0x96, 0xfc, 0xc8,
+ 0xaf, 0x96, 0x4a, 0xdd, 0x27, 0xde, 0xa3, 0xd0, 0xc0, 0xb8, 0x3e, 0x9f,
+ 0xd8, 0x41, 0x22, 0x3b, 0x88, 0x58, 0xb0, 0xdf, 0x57, 0xb0, 0x5f, 0x76,
+ 0xc1, 0x4d, 0x0d, 0x64, 0x4e, 0x2b, 0x46, 0x08, 0x05, 0x13, 0xb5, 0x1b,
+ 0x24, 0x27, 0x16, 0x74, 0x26, 0x8b, 0xad, 0x5c, 0xd0, 0x8c, 0x2e, 0x58,
+ 0xbd, 0xea, 0x8a, 0x9a, 0xda, 0x83, 0x66, 0xd9, 0x15, 0x57, 0xf3, 0xb1,
+ 0x80, 0x6a, 0x2d, 0xc5, 0x15, 0xb8, 0xb0, 0xcd, 0xfe, 0x0b, 0x9d, 0xb4,
+ 0xde, 0x7f, 0x31, 0x06, 0xfc, 0xcb, 0xde, 0x74, 0x16, 0xa7, 0xd2, 0xee,
+ 0x3f, 0x64, 0x77, 0x86, 0xd7, 0x97, 0x08, 0x25, 0x74, 0xca, 0xee, 0x9a,
+ 0x84, 0xbd, 0x0a, 0xe1, 0x25, 0x5d, 0xac, 0x4e, 0x9a, 0x66, 0x8e, 0xa6,
+ 0x07, 0xaf, 0x71, 0x5e, 0x09, 0xf4, 0x90, 0x03, 0xe8, 0xca, 0xd3, 0x75,
+ 0xf4, 0x39, 0x59, 0xac, 0x17, 0xc3, 0x84, 0x5b, 0xa1, 0x79, 0x8e, 0x10,
+ 0x0b, 0x0b, 0x0f, 0xee, 0x4d, 0xca, 0x5a, 0x2d, 0x81, 0x0c, 0x11, 0xe1,
+ 0x32, 0x89, 0x7c, 0x7d, 0xc2, 0x9d, 0xfc, 0xa4, 0xe7, 0x75, 0x4e, 0x7e,
+ 0xc3, 0xc9, 0x4f, 0x67, 0xa0, 0x57, 0x68, 0x77, 0xee, 0x70, 0x24, 0x9c,
+ 0x61, 0xd6, 0xf9, 0x4a, 0x84, 0xd1, 0x20, 0x76, 0xd8, 0x6b, 0xb3, 0x26,
+ 0xd0, 0x8b, 0x9f, 0xc6, 0x07, 0x2f, 0x50, 0xe9, 0x07, 0x50, 0x10, 0x6a,
+ 0x98, 0x72, 0xfc, 0x4a, 0xcc, 0xea, 0x76, 0xbe, 0x52, 0xf8, 0x4e, 0x4f,
+ 0xc6, 0x5e, 0x8f, 0x1c, 0x9e, 0x8e, 0x72, 0x53, 0xc3, 0x21, 0xbd, 0xee,
+ 0x50, 0x64, 0x77, 0x28, 0xb2, 0x3b, 0x14, 0xd9, 0x1d, 0x8a, 0x7c, 0xfd,
+ 0xa1, 0x48, 0x6e, 0x7a, 0x0d, 0xe3, 0x98, 0xcd, 0x4f, 0xd3, 0xf4, 0x41,
+ 0x84, 0x83, 0x19, 0xef, 0x16, 0xe1, 0x81, 0xd0, 0xd5, 0x73, 0x7a, 0xc1,
+ 0x46, 0x3e, 0xc1, 0x3b, 0x3d, 0x4e, 0x69, 0x0e, 0x7e, 0x64, 0x15, 0x04,
+ 0x73, 0x95, 0xe7, 0x75, 0xa5, 0x59, 0x43, 0xc0, 0xbb, 0xed, 0xa1, 0x5e,
+ 0x31, 0x8e, 0x04, 0xa2, 0x12, 0x90, 0x89, 0xd0, 0xd0, 0x97, 0x35, 0x04,
+ 0xb1, 0x42, 0x2c, 0x53, 0x20, 0xe6, 0x56, 0xea, 0x62, 0x08, 0x82, 0xfb,
+ 0x90, 0xbf, 0x6e, 0xf1, 0x57, 0xac, 0xeb, 0x7d, 0x34, 0xea, 0x00, 0x7d,
+ 0x14, 0x55, 0xb7, 0xf8, 0x5b, 0xf6, 0x6e, 0x39, 0x61, 0x79, 0x71, 0x6e,
+ 0x79, 0x3b, 0xbb, 0x20, 0xe3, 0x17, 0xcd, 0xd7, 0xb3, 0xa0, 0x7c, 0xca,
+ 0xf3, 0x49, 0xca, 0xfb, 0x8d, 0x58, 0x20, 0xc4, 0x95, 0xe5, 0x32, 0xc5,
+ 0x7e, 0x80, 0xb2, 0x2c, 0x81, 0xf5, 0x72, 0xe3, 0x92, 0x39, 0xb3, 0x8c,
+ 0x1b, 0xaf, 0x79, 0xf5, 0x97, 0x8c, 0xd1, 0xac, 0xf6, 0x03, 0xd8, 0xd7,
+ 0x7e, 0x39, 0x4c, 0x47, 0xcb, 0x2c, 0x89, 0xef, 0x17, 0x10, 0x99, 0x87,
+ 0x14, 0x8e, 0x93, 0x5a, 0x0c, 0x11, 0xce, 0x9a, 0x2c, 0x8d, 0x6b, 0xbc,
+ 0x92, 0xca, 0x00, 0xad, 0x79, 0xcb, 0xb5, 0xf7, 0xc0, 0x6d, 0xbe, 0x58,
+ 0xc0, 0x65, 0xf3, 0x6b, 0x62, 0x25, 0xd0, 0xfe, 0x11, 0xa3, 0x7f, 0xe4,
+ 0x57, 0xb9, 0x37, 0xc0, 0xcf, 0xfc, 0x3b, 0x0c, 0xd2, 0x08, 0x1c, 0xca,
+ 0xe6, 0x44, 0xa9, 0x3b, 0xac, 0xf8, 0xbf, 0x51, 0xe9, 0x64, 0x96, 0x2e,
+ 0x6e, 0x3e, 0xd9, 0xb1, 0xa9, 0x42, 0x82, 0xd2, 0x58, 0x3d, 0x5a, 0x4e,
+ 0x9d, 0x74, 0xe6, 0x6c, 0xa8, 0x60, 0x42, 0x8c, 0x41, 0x7d, 0x36, 0x7e,
+ 0x1d, 0xf1, 0x99, 0xc0, 0xfb, 0x5e, 0xfb, 0x79, 0x6f, 0xca, 0x6e, 0xd7,
+ 0xf8, 0x3d, 0xc2, 0x8d, 0xb6, 0x57, 0xd5, 0x13, 0xf0, 0x8f, 0xca, 0xb3,
+ 0xee, 0x88, 0x9d, 0x57, 0xe5, 0x65, 0xb1, 0xb7, 0xfe, 0x65, 0x1f, 0x8f,
+ 0xc0, 0xef, 0xcd, 0xd7, 0x51, 0x12, 0x3b, 0x3a, 0xe5, 0x8e, 0xf8, 0xf9,
+ 0x99, 0xc5, 0x6b, 0xe5, 0x21, 0xff, 0x7f, 0xe8, 0xc5, 0x19, 0x2b, 0xf8,
+ 0xc2, 0xcc, 0xed, 0x0d, 0x26, 0xa7, 0x47, 0x11, 0xff, 0xef, 0xcf, 0x7f,
+ 0xfc, 0xc9, 0x81, 0x33, 0xe4, 0x0f, 0x5a, 0xac, 0xe5, 0x96, 0xc4, 0x2b,
+ 0x61, 0x4e, 0xd3, 0xbb, 0x24, 0xbe, 0xd1, 0xb1, 0x03, 0x2d, 0xed, 0xd6,
+ 0x54, 0xec, 0x64, 0xb8, 0x47, 0xcf, 0x45, 0x46, 0xd5, 0xa6, 0x7c, 0x73,
+ 0x09, 0xd4, 0x6b, 0xb6, 0x69, 0xef, 0x88, 0x70, 0xf3, 0x1d, 0x32, 0x21,
+ 0xc4, 0x20, 0x0a, 0x65, 0x8b, 0x10, 0x13, 0xee, 0x5b, 0x5c, 0x88, 0x99,
+ 0x38, 0x2d, 0xbb, 0x5f, 0x44, 0xf8, 0x63, 0xe3, 0x94, 0xcd, 0x66, 0x06,
+ 0x54, 0xc3, 0xb2, 0xdd, 0xc8, 0x04, 0xbb, 0x99, 0x4c, 0x3c, 0x6d, 0x21,
+ 0xf2, 0xab, 0x1b, 0x3c, 0xdc, 0x50, 0xde, 0xc0, 0xb5, 0x58, 0xcc, 0x44,
+ 0xb8, 0x45, 0xad, 0x78, 0x10, 0x88, 0x40, 0xd7, 0xdc, 0x6e, 0x2c, 0x8c,
+ 0xb5, 0xac, 0xbc, 0x9b, 0xe2, 0xd5, 0x12, 0xf4, 0x1e, 0x6e, 0x57, 0x62,
+ 0xf2, 0x45, 0xde, 0x3f, 0x3c, 0x4f, 0x7f, 0xe1, 0x6c, 0xdf, 0x7c, 0x24,
+ 0x81, 0xfe, 0x48, 0xca, 0xd6, 0x41, 0xa5, 0xc1, 0x19, 0x7c, 0xd8, 0x7b,
+ 0x64, 0xe7, 0x2a, 0x9c, 0x05, 0x93, 0x1f, 0x7e, 0x60, 0xee, 0x81, 0x71,
+ 0x23, 0x4f, 0xcc, 0xef, 0x8b, 0xb1, 0x88, 0x9b, 0x20, 0xd6, 0xfe, 0x86,
+ 0x7f, 0x45, 0x7f, 0xe9, 0x2c, 0x6b, 0xed, 0x70, 0xbf, 0xbc, 0x29, 0xd2,
+ 0x61, 0x78, 0xcf, 0xc6, 0xb1, 0x23, 0x46, 0x4b, 0x48, 0xd3, 0x97, 0xb9,
+ 0x73, 0x9c, 0xcc, 0xe7, 0xe0, 0x7f, 0xfc, 0xdb, 0xfe, 0xde, 0x22, 0xf6,
+ 0xbc, 0x9b, 0xfb, 0xd5, 0x6c, 0x75, 0x93, 0xdc, 0xac, 0x18, 0x45, 0x74,
+ 0x23, 0x79, 0x92, 0xa1, 0xae, 0x15, 0x80, 0x20, 0x77, 0x6b, 0xb4, 0x8d,
+ 0x09, 0xae, 0x69, 0x07, 0xbb, 0xd2, 0x82, 0xe3, 0xca, 0xa4, 0x17, 0xe7,
+ 0x20, 0xd6, 0x35, 0x93, 0x53, 0x29, 0x44, 0x25, 0xfd, 0x82, 0x3e, 0x5b,
+ 0xee, 0x1e, 0xb8, 0x1f, 0x6b, 0xbb, 0xaa, 0x25, 0x75, 0x99, 0x23, 0x52,
+ 0xed, 0x24, 0xc2, 0x89, 0xaa, 0xc6, 0xce, 0x36, 0xa9, 0x9e, 0xa2, 0x30,
+ 0x83, 0x67, 0x20, 0xa5, 0xcf, 0x01, 0xb7, 0xee, 0x31, 0x22, 0x3c, 0x42,
+ 0x0d, 0x66, 0x4e, 0x1b, 0x15, 0x1e, 0x94, 0xa6, 0xf7, 0x6e, 0x8f, 0xe7,
+ 0xe9, 0xd3, 0x30, 0x3f, 0xa3, 0x79, 0x0e, 0x9f, 0x50, 0x00, 0x15, 0x9a,
+ 0xc6, 0x57, 0xda, 0x7a, 0x21, 0x64, 0xb5, 0x33, 0xe3, 0x4d, 0x01, 0x4a,
+ 0x78, 0x54, 0xc4, 0x97, 0xbd, 0x5b, 0x06, 0x45, 0x79, 0x41, 0x0d, 0x9c,
+ 0xcd, 0x70, 0x3d, 0xb0, 0xf4, 0xb7, 0x06, 0xa5, 0xa3, 0x45, 0xd7, 0xc4,
+ 0x9d, 0xd3, 0xc5, 0xed, 0x94, 0x5e, 0x70, 0x11, 0x20, 0xdf, 0xc4, 0x97,
+ 0x1c, 0x29, 0xcd, 0xd8, 0x64, 0x85, 0x78, 0x6c, 0x02, 0x9b, 0x90, 0xb4,
+ 0x80, 0x60, 0x25, 0x72, 0x39, 0xca, 0xa6, 0xea, 0x69, 0xb5, 0x46, 0x2f,
+ 0x5a, 0x26, 0x18, 0xdf, 0x7a, 0x26, 0xc1, 0x60, 0x67, 0x1f, 0x39, 0x8c,
+ 0xd1, 0xe4, 0x19, 0x71, 0x43, 0x54, 0x72, 0xa7, 0x74, 0x6e, 0x88, 0xce,
+ 0x0d, 0x21, 0xff, 0x74, 0x6e, 0x08, 0xf9, 0xa7, 0x73, 0x43, 0xec, 0xe2,
+ 0x86, 0x00, 0xd9, 0x72, 0x89, 0xca, 0x16, 0xd2, 0xc9, 0x96, 0x4e, 0xb6,
+ 0x74, 0xb2, 0xa5, 0x93, 0x2d, 0xf2, 0xcf, 0xab, 0x92, 0x9e, 0x37, 0x02,
+ 0x45, 0x30, 0x3d, 0x48, 0x9d, 0xbc, 0xf8, 0x93, 0x43, 0xf0, 0x9e, 0x74,
+ 0xda, 0x5f, 0x7d, 0x5a, 0xa4, 0x79, 0xb8, 0x54, 0xdd, 0x3c, 0xe8, 0x76,
+ 0xe1, 0x8c, 0x5d, 0xb8, 0xe4, 0x6e, 0xd9, 0x66, 0xda, 0x85, 0xe1, 0xcf,
+ 0x98, 0x76, 0xda, 0x72, 0xd0, 0xe1, 0x99, 0x93, 0x97, 0x95, 0x79, 0x87,
+ 0x4a, 0xfe, 0xd2, 0x53, 0x69, 0x2b, 0x80, 0x6f, 0x7a, 0x7f, 0x0f, 0x4c,
+ 0xab, 0x2b, 0x3a, 0x7f, 0x34, 0x53, 0xe7, 0x73, 0xa2, 0x2e, 0xb7, 0xd0,
+ 0x1b, 0x0e, 0x3a, 0xaa, 0x8e, 0x3c, 0x36, 0x29, 0x55, 0x7a, 0xa1, 0x3f,
+ 0x59, 0x8a, 0x50, 0xf0, 0xfc, 0xb3, 0x2c, 0x15, 0xb1, 0x0e, 0xe3, 0x55,
+ 0x72, 0xc8, 0x1e, 0x93, 0xd8, 0xbc, 0xb7, 0x5b, 0x2e, 0x88, 0x73, 0xe1,
+ 0xec, 0xda, 0x1f, 0x2b, 0x39, 0x3b, 0x56, 0x82, 0x76, 0xac, 0x24, 0xed,
+ 0x58, 0x89, 0xda, 0xb1, 0x92, 0xb5, 0x63, 0x10, 0xb6, 0x7b, 0xb7, 0xe2,
+ 0x80, 0xc4, 0xba, 0xd0, 0x6b, 0xc2, 0x74, 0x56, 0xf5, 0x55, 0xd0, 0x92,
+ 0xf3, 0x81, 0xde, 0xe6, 0xdc, 0x92, 0x2e, 0x18, 0x1c, 0x11, 0x31, 0x73,
+ 0x38, 0xc4, 0xf7, 0x10, 0x64, 0x71, 0x20, 0xfd, 0x06, 0x34, 0xcb, 0xe8,
+ 0x4b, 0xd9, 0xcb, 0x50, 0x1c, 0x5e, 0x81, 0x4e, 0x3e, 0xdc, 0x7d, 0x86,
+ 0xed, 0x9c, 0x8a, 0x21, 0x2d, 0xa3, 0x28, 0x36, 0x00, 0x22, 0x50, 0xc6,
+ 0x84, 0x18, 0x90, 0x0d, 0x84, 0xd8, 0x92, 0xdf, 0x17, 0x1b, 0x53, 0xf5,
+ 0xa8, 0x97, 0x19, 0x44, 0x66, 0x4b, 0x67, 0xbb, 0xf1, 0x18, 0x9e, 0x08,
+ 0xce, 0xad, 0x86, 0x6a, 0xc8, 0x9c, 0x1a, 0xe2, 0x1f, 0x11, 0xc3, 0xc5,
+ 0x57, 0xbb, 0xb8, 0xb7, 0xcd, 0x6b, 0xe7, 0x89, 0xdd, 0xa8, 0xc7, 0xfa,
+ 0xb3, 0x2b, 0x5a, 0x10, 0x11, 0x5b, 0x88, 0x43, 0x9c, 0x98, 0xdd, 0xa5,
+ 0x82, 0x70, 0x7c, 0x9f, 0xcc, 0xcc, 0xd8, 0x14, 0x4f, 0x84, 0xd1, 0xea,
+ 0x6c, 0x20, 0x9b, 0x50, 0x25, 0x4d, 0xfc, 0xf8, 0x88, 0xa5, 0x35, 0xe5,
+ 0x54, 0x5d, 0x10, 0xe4, 0x1b, 0x96, 0x47, 0x6a, 0xd4, 0x9b, 0xfb, 0x63,
+ 0x1e, 0xe9, 0x92, 0x1b, 0xbe, 0xfd, 0x51, 0xf7, 0x8c, 0x51, 0xef, 0x74,
+ 0x8f, 0xb7, 0x3f, 0xea, 0x7e, 0x73, 0xd4, 0x3d, 0x64, 0xaf, 0xbe, 0x1b,
+ 0xf5, 0xb7, 0x32, 0xea, 0xc5, 0x48, 0xa8, 0x42, 0x67, 0xc9, 0xf2, 0x72,
+ 0xb5, 0xe0, 0xff, 0x62, 0x9b, 0x09, 0x9e, 0x3e, 0x72, 0x02, 0x61, 0xdc,
+ 0x41, 0x45, 0x0f, 0xf2, 0x1a, 0xe4, 0xf4, 0x19, 0x27, 0xf7, 0xb6, 0x91,
+ 0xd3, 0xe7, 0xb6, 0xbb, 0xfb, 0xbb, 0x91, 0xdb, 0xee, 0x1e, 0xd8, 0xc8,
+ 0x21, 0x37, 0x9a, 0xc8, 0xe9, 0x77, 0x9c, 0xb1, 0xff, 0xac, 0xd9, 0x32,
+ 0x7e, 0x31, 0x02, 0x7d, 0x3d, 0xb1, 0x1f, 0xfb, 0xf5, 0x8f, 0x8d, 0x4a,
+ 0xe4, 0x56, 0x63, 0xb7, 0x39, 0xc0, 0x09, 0x57, 0x99, 0xa1, 0xe7, 0xb5,
+ 0xd4, 0x70, 0xea, 0xc6, 0x46, 0xe0, 0xf8, 0x66, 0x13, 0xa6, 0x42, 0x48,
+ 0x10, 0xc2, 0xc1, 0x76, 0x42, 0xfa, 0x8c, 0xdc, 0x51, 0x6c, 0xf6, 0x6e,
+ 0x25, 0x44, 0xee, 0xe8, 0xbb, 0x6d, 0x84, 0x92, 0x49, 0xf8, 0x43, 0xfa,
+ 0xb5, 0xd8, 0x76, 0x9c, 0x0c, 0xbb, 0xa1, 0xb7, 0x8d, 0x0c, 0x7f, 0x40,
+ 0x24, 0xec, 0xba, 0x49, 0x86, 0xdd, 0x2d, 0xc0, 0xc9, 0xb8, 0xfa, 0x0e,
+ 0x61, 0xcf, 0x5a, 0xc6, 0x18, 0xfa, 0xbc, 0x26, 0x0f, 0xa5, 0x3e, 0xef,
+ 0x1c, 0x4c, 0x2a, 0x47, 0x85, 0x3e, 0x0d, 0xf8, 0x3f, 0x03, 0x89, 0x23,
+ 0xc3, 0xa7, 0xb7, 0xe2, 0xf4, 0xb7, 0xe0, 0x94, 0xa7, 0xed, 0x2e, 0x9e,
+ 0x16, 0x2d, 0x93, 0x52, 0x6c, 0x0b, 0x57, 0x26, 0x65, 0xaf, 0x3c, 0x6e,
+ 0xca, 0x39, 0x01, 0x86, 0x63, 0xa3, 0x4c, 0x95, 0xeb, 0xa9, 0x2a, 0xc2,
+ 0x32, 0x34, 0x67, 0x09, 0xb1, 0xfc, 0x8f, 0xf2, 0x2c, 0x29, 0xef, 0x29,
+ 0x97, 0xd3, 0x13, 0x38, 0x75, 0x2e, 0x7c, 0x1b, 0xe9, 0x4b, 0x5a, 0x50,
+ 0x2e, 0x1c, 0x37, 0xbf, 0x9c, 0x25, 0x94, 0xff, 0xf0, 0x4d, 0x3a, 0xa1,
+ 0xd5, 0x97, 0xa1, 0x33, 0x3a, 0x13, 0xae, 0x90, 0x83, 0x34, 0x8f, 0xef,
+ 0x9d, 0x7f, 0xaf, 0x93, 0xf8, 0xc1, 0x11, 0x11, 0x44, 0xf0, 0xa3, 0xff,
+ 0x59, 0x5a, 0x85, 0x13, 0xc7, 0xed, 0x0b, 0x3f, 0xda, 0x71, 0x9a, 0x4d,
+ 0x9d, 0x03, 0xb0, 0xb2, 0x1c, 0xef, 0xef, 0xe2, 0xda, 0xb7, 0x24, 0xcf,
+ 0xe9, 0xd2, 0xb9, 0xfa, 0xb7, 0xf0, 0x7a, 0x40, 0x18, 0x83, 0xf3, 0x2f,
+ 0x47, 0x1e, 0xfa, 0xae, 0x5c, 0x3e, 0xbb, 0x74, 0x23, 0x79, 0xd7, 0x22,
+ 0x5f, 0x3b, 0xde, 0x70, 0x20, 0xfa, 0x70, 0x35, 0x79, 0x4a, 0x96, 0xce,
+ 0xed, 0x8b, 0xa3, 0xdc, 0x31, 0xf2, 0x6a, 0xf8, 0x7b, 0x5f, 0xd8, 0x9a,
+ 0x67, 0xf4, 0x0f, 0x0e, 0x36, 0x7e, 0x78, 0x11, 0xcf, 0x58, 0x85, 0x57,
+ 0x87, 0xc1, 0x37, 0x24, 0xb7, 0x49, 0x7e, 0x9f, 0x38, 0xfe, 0xef, 0x03,
+ 0xf2, 0x79, 0xe0, 0x7d, 0x1e, 0xf8, 0xc6, 0x85, 0xd0, 0x2b, 0x01, 0x4f,
+ 0xf7, 0x35, 0x6b, 0x89, 0xc1, 0x5a, 0xb7, 0x63, 0xed, 0x4f, 0xb2, 0x16,
+ 0xce, 0x2e, 0xdb, 0x23, 0x7e, 0x3c, 0x71, 0x98, 0x09, 0xdb, 0xcc, 0x5e,
+ 0x65, 0x62, 0xa9, 0x1d, 0xb2, 0x39, 0x7d, 0x41, 0xc8, 0xaa, 0xf1, 0x98,
+ 0x0d, 0x03, 0x9e, 0xae, 0x9f, 0xa5, 0x3f, 0x50, 0x44, 0xdf, 0x35, 0xcb,
+ 0xba, 0x71, 0x5a, 0xbf, 0x73, 0x99, 0x9a, 0x07, 0x17, 0xea, 0x4c, 0x33,
+ 0x57, 0x42, 0xe7, 0x67, 0xde, 0xca, 0x34, 0xcf, 0x60, 0x5a, 0xd8, 0x31,
+ 0x6d, 0x1b, 0xd3, 0x7c, 0x83, 0x69, 0xfd, 0x8e, 0x69, 0xdb, 0x98, 0x16,
+ 0x18, 0x4c, 0x8b, 0x3a, 0xa6, 0x6d, 0x63, 0x5a, 0x68, 0x30, 0x6d, 0xd0,
+ 0x31, 0x6d, 0x1b, 0xd3, 0xfa, 0x4d, 0xa6, 0x75, 0xb9, 0xfd, 0xb6, 0x33,
+ 0x2d, 0x32, 0x98, 0xe6, 0x76, 0x4c, 0x33, 0x98, 0x56, 0x40, 0xf6, 0x1b,
+ 0xae, 0xe2, 0x8d, 0xd2, 0x64, 0x8e, 0x6e, 0x40, 0x74, 0xd5, 0xb5, 0xde,
+ 0xb4, 0x7b, 0xaa, 0x31, 0xfc, 0xc6, 0x4e, 0x44, 0x57, 0x61, 0xeb, 0x3d,
+ 0x0d, 0xbf, 0xb1, 0x25, 0xd1, 0x55, 0xd9, 0x7a, 0x4f, 0xc3, 0x6f, 0xec,
+ 0x4d, 0x74, 0xd1, 0x30, 0xef, 0x69, 0xf8, 0x83, 0xe6, 0xf0, 0x77, 0xd5,
+ 0xb6, 0xde, 0xd3, 0xf0, 0x87, 0xc6, 0xf0, 0x77, 0xaa, 0xdf, 0x3b, 0x1a,
+ 0xfe, 0xbe, 0x31, 0xfc, 0x9d, 0xea, 0xf7, 0x8e, 0x86, 0x3f, 0x32, 0x86,
+ 0xbf, 0x53, 0xfd, 0xde, 0xd1, 0xf0, 0x0f, 0x8c, 0xe1, 0xef, 0x54, 0xbf,
+ 0x77, 0x34, 0xfc, 0x6e, 0xaf, 0x39, 0xfe, 0x51, 0xa7, 0xfb, 0xbd, 0xa7,
+ 0xf1, 0x37, 0xfc, 0x7e, 0x51, 0xa7, 0xfc, 0xbd, 0xa7, 0xf1, 0x37, 0x1c,
+ 0x7f, 0x51, 0xa7, 0xfd, 0xbd, 0xe5, 0xf1, 0x9f, 0x33, 0x48, 0x67, 0xb3,
+ 0x30, 0xcf, 0xc0, 0x78, 0xd5, 0x44, 0xf9, 0x90, 0x99, 0x46, 0xc4, 0xc3,
+ 0xb0, 0x45, 0xa2, 0x3f, 0x9f, 0xd1, 0xe5, 0x5a, 0x9e, 0xc9, 0x92, 0xa5,
+ 0xdf, 0x6a, 0x19, 0x0e, 0x91, 0x43, 0x35, 0xde, 0x5f, 0x93, 0x1d, 0x1f,
+ 0x6a, 0x7e, 0x5e, 0xb2, 0x19, 0xcb, 0xd8, 0x32, 0x66, 0xd6, 0x23, 0x2f,
+ 0x5e, 0xd4, 0xcc, 0xf7, 0x0b, 0x81, 0x5a, 0x50, 0x3b, 0x41, 0x05, 0xb8,
+ 0xc0, 0x91, 0x19, 0x95, 0x29, 0xd2, 0x92, 0xa0, 0xd6, 0x13, 0xf9, 0x4c,
+ 0x6b, 0xe5, 0x17, 0x5c, 0x95, 0x64, 0xb7, 0x4a, 0xad, 0xf3, 0x4b, 0x8e,
+ 0x59, 0x8c, 0x40, 0x84, 0x1f, 0xd1, 0x94, 0xa8, 0x32, 0xc1, 0x28, 0x5d,
+ 0x3f, 0x43, 0xd1, 0x4f, 0x79, 0xb6, 0xd0, 0xbd, 0x29, 0xf8, 0xe7, 0xd1,
+ 0x4d, 0x2d, 0x3a, 0x4f, 0xa0, 0xf8, 0x3a, 0x45, 0xa9, 0x33, 0xaa, 0x46,
+ 0xdc, 0x7c, 0xf2, 0x6b, 0xe9, 0xc1, 0x4c, 0x24, 0x82, 0x20, 0xf9, 0xaf,
+ 0x42, 0xf2, 0x10, 0xa4, 0xe8, 0x07, 0x91, 0xf8, 0x48, 0x25, 0x50, 0x30,
+ 0x2a, 0x66, 0xb5, 0x47, 0x94, 0xb9, 0x3e, 0x7c, 0x71, 0x30, 0xe7, 0xfc,
+ 0x7e, 0xd1, 0x08, 0x29, 0x22, 0x6a, 0xc0, 0xda, 0xd0, 0x08, 0x82, 0x16,
+ 0xbe, 0x1a, 0xcd, 0x33, 0xd1, 0xc4, 0x01, 0x9e, 0x1f, 0x40, 0xbb, 0x4d,
+ 0x68, 0xae, 0x20, 0x6b, 0xd3, 0x4a, 0xc3, 0xf9, 0x15, 0xb8, 0xed, 0x68,
+ 0xd4, 0x56, 0xe8, 0xcd, 0x27, 0x5d, 0xd8, 0x81, 0xb9, 0xaf, 0x59, 0xe3,
+ 0x1e, 0xb1, 0xaf, 0x29, 0x11, 0x7a, 0xbd, 0xfb, 0xfc, 0x25, 0xf6, 0x35,
+ 0xe5, 0x85, 0xaf, 0x42, 0x42, 0xd6, 0x94, 0xff, 0x63, 0xeb, 0x9c, 0x6c,
+ 0x59, 0x53, 0xbe, 0xff, 0x23, 0xf3, 0x96, 0x6c, 0x59, 0x53, 0x22, 0x36,
+ 0xf6, 0x75, 0x68, 0xc8, 0x9a, 0x0a, 0x7e, 0x68, 0xbd, 0x93, 0x6d, 0x6b,
+ 0x2a, 0x08, 0x7f, 0x60, 0x4d, 0x91, 0x96, 0x35, 0xd5, 0x05, 0x58, 0x20,
+ 0x6b, 0xea, 0x61, 0x99, 0xc6, 0x0f, 0x63, 0xba, 0x58, 0xcd, 0x2b, 0xef,
+ 0x3b, 0x23, 0x23, 0xb2, 0x2f, 0x72, 0xc2, 0x1f, 0xd6, 0x33, 0x69, 0x8b,
+ 0xb3, 0x99, 0xa2, 0xf2, 0x06, 0x84, 0x5d, 0x23, 0x34, 0x8d, 0x63, 0x00,
+ 0x95, 0x88, 0x6b, 0x4e, 0x73, 0xbd, 0x39, 0x86, 0xdf, 0x92, 0xce, 0xde,
+ 0xdf, 0x92, 0x48, 0xbe, 0x89, 0x63, 0xcb, 0x69, 0xef, 0x23, 0xe9, 0xe4,
+ 0xdb, 0x70, 0x6c, 0x89, 0xed, 0xfd, 0x46, 0x42, 0xf8, 0x6d, 0x38, 0x96,
+ 0xec, 0xf6, 0x7e, 0x64, 0x1c, 0x3a, 0xa8, 0x9c, 0x90, 0x68, 0x82, 0x58,
+ 0x53, 0xdc, 0xfb, 0x51, 0xfd, 0xa9, 0x90, 0x9a, 0x28, 0x75, 0x20, 0x5b,
+ 0x9e, 0x7b, 0x3f, 0x6a, 0xcf, 0x95, 0xaf, 0xd2, 0x8f, 0x7d, 0x5b, 0x2f,
+ 0xce, 0x92, 0x38, 0x4b, 0x75, 0x4d, 0xa7, 0xda, 0xea, 0x8a, 0xe4, 0x1b,
+ 0x4b, 0x64, 0xf4, 0x3a, 0x5e, 0xcf, 0xe7, 0x9f, 0xa0, 0x15, 0xd7, 0xe6,
+ 0xa5, 0x46, 0xf8, 0x1b, 0xe8, 0x7d, 0x95, 0x1c, 0x31, 0x5c, 0xcd, 0x9c,
+ 0x89, 0x16, 0x8d, 0xdf, 0xdd, 0xcf, 0xbe, 0x23, 0xee, 0x81, 0x5d, 0xc4,
+ 0x3f, 0xba, 0x9f, 0xa3, 0x2a, 0x89, 0xee, 0xec, 0x59, 0xb2, 0xac, 0x96,
+ 0xe7, 0xae, 0x87, 0x39, 0xfb, 0xd1, 0xc0, 0x12, 0x1d, 0xad, 0xa9, 0xe9,
+ 0x73, 0x0b, 0x35, 0x9c, 0x3c, 0xc0, 0xa9, 0xa7, 0x23, 0x9a, 0x4d, 0x6d,
+ 0xc7, 0xc1, 0xfd, 0xc1, 0xcf, 0x1e, 0x07, 0x2f, 0x44, 0xe8, 0xb6, 0x9a,
+ 0x56, 0x37, 0xb1, 0x2a, 0x20, 0xea, 0x9a, 0xf3, 0x74, 0x40, 0xec, 0xc7,
+ 0xa9, 0x5d, 0x0b, 0x0c, 0x41, 0x60, 0xc2, 0x1f, 0x87, 0xf1, 0x0c, 0x98,
+ 0xc0, 0xc8, 0xc3, 0xbf, 0x03, 0x8c, 0x8f, 0xc0, 0xf8, 0x3f, 0x0e, 0x13,
+ 0x20, 0x30, 0x2d, 0x47, 0xcd, 0x6d, 0x30, 0xa1, 0x09, 0xe3, 0xbe, 0x82,
+ 0xc5, 0x7d, 0x04, 0xe6, 0x15, 0x2c, 0x8e, 0x4c, 0x18, 0xf2, 0x0a, 0x16,
+ 0x0f, 0x10, 0x98, 0x57, 0xb0, 0x58, 0xf8, 0x19, 0x9b, 0x38, 0xaf, 0xe0,
+ 0xb1, 0x6b, 0xce, 0xe3, 0xc0, 0x7b, 0x05, 0x93, 0x5d, 0x73, 0x22, 0x07,
+ 0x5e, 0x2b, 0x97, 0xa1, 0x9c, 0x03, 0x17, 0x90, 0x2a, 0x2d, 0x9f, 0xad,
+ 0xea, 0x5d, 0x20, 0x74, 0x38, 0x4b, 0xf1, 0x3c, 0x17, 0x8e, 0xba, 0xa8,
+ 0x74, 0x36, 0x5c, 0xf4, 0x8c, 0xe6, 0x35, 0xa9, 0x2f, 0x96, 0x7f, 0xe0,
+ 0x57, 0x2d, 0xb4, 0x8a, 0x02, 0xe8, 0xca, 0x17, 0xa9, 0x3e, 0x59, 0x25,
+ 0xdc, 0x09, 0xbc, 0x13, 0xa2, 0x4e, 0xdc, 0x75, 0x32, 0x2d, 0xcc, 0xd4,
+ 0xdb, 0x81, 0x38, 0x9d, 0xa5, 0xcb, 0xc4, 0x94, 0x4a, 0x91, 0xcc, 0x77,
+ 0x30, 0xe3, 0x1d, 0x30, 0x33, 0x1d, 0x68, 0xca, 0x6a, 0x39, 0x0d, 0x4e,
+ 0x4c, 0x34, 0x71, 0xa0, 0x89, 0xf9, 0x5b, 0xc2, 0x4a, 0xdc, 0x6f, 0x23,
+ 0x86, 0xf3, 0x72, 0xe2, 0xcc, 0xcc, 0x7f, 0x0f, 0x9f, 0x93, 0x5c, 0x27,
+ 0x8a, 0x69, 0x08, 0xc1, 0xc0, 0x2f, 0x4d, 0x9b, 0xfd, 0xff, 0x61, 0x99,
+ 0xf0, 0x3f, 0xa8, 0xec, 0x30, 0xea, 0x04, 0xcd, 0x48, 0xe6, 0x3b, 0xe4,
+ 0x4a, 0x91, 0x38, 0xad, 0xb3, 0xe6, 0xaa, 0x1c, 0xa4, 0x5a, 0x14, 0xbf,
+ 0x69, 0x1f, 0x92, 0xfe, 0x61, 0xb8, 0x7e, 0x76, 0x40, 0xfd, 0x73, 0xdc,
+ 0xda, 0x37, 0x21, 0x4b, 0x45, 0x76, 0xee, 0x32, 0xdd, 0x8c, 0x56, 0xf2,
+ 0xae, 0x36, 0x99, 0x5d, 0xf7, 0xaf, 0xae, 0x26, 0x5c, 0xad, 0x3b, 0x29,
+ 0x3f, 0x1e, 0xe9, 0x8f, 0xa4, 0xfc, 0x95, 0xc8, 0x5f, 0x8f, 0x0a, 0xae,
+ 0x56, 0xa6, 0x73, 0xe7, 0xc3, 0xf1, 0x9c, 0x3d, 0xff, 0xe6, 0xfc, 0x4d,
+ 0xdf, 0xef, 0x34, 0x59, 0x32, 0x9a, 0x95, 0xf7, 0x57, 0xdf, 0x45, 0x0f,
+ 0x7e, 0xbf, 0x00, 0x37, 0x99, 0x3c, 0x66, 0x27, 0x5b, 0xd4, 0x7e, 0x31,
+ 0xdb, 0x78, 0xc6, 0x2f, 0xe2, 0x2d, 0x70, 0xba, 0xa6, 0xce, 0xef, 0x74,
+ 0xcd, 0x87, 0xc4, 0xad, 0x7f, 0x15, 0x08, 0xb2, 0x2e, 0xd9, 0x3e, 0xa4,
+ 0xc0, 0x76, 0x3e, 0x4c, 0x45, 0x99, 0x23, 0x36, 0xfd, 0x4d, 0x3e, 0x72,
+ 0x96, 0xd6, 0xca, 0x20, 0x1e, 0xfd, 0x3e, 0x91, 0x10, 0xf0, 0x81, 0x34,
+ 0xba, 0xec, 0x35, 0xbe, 0x8b, 0x5b, 0x5f, 0xb1, 0xfb, 0x04, 0x5e, 0x82,
+ 0x39, 0xa4, 0x00, 0x87, 0x1f, 0xce, 0x1b, 0x95, 0x15, 0xe1, 0x3b, 0x98,
+ 0x3d, 0x82, 0x78, 0x04, 0xc7, 0xae, 0x0a, 0x26, 0x0e, 0x7e, 0xa9, 0x03,
+ 0x4e, 0xed, 0x93, 0x61, 0xd0, 0x4d, 0x86, 0xb7, 0x3f, 0x19, 0x58, 0xbc,
+ 0x5e, 0x80, 0x22, 0x9a, 0x1d, 0xdd, 0x15, 0x93, 0x74, 0x04, 0x09, 0x94,
+ 0x73, 0x76, 0x52, 0xcb, 0x9d, 0x2a, 0xf4, 0xd0, 0x20, 0xa8, 0xe9, 0xc5,
+ 0xa0, 0x82, 0xea, 0x3c, 0xae, 0x5c, 0x38, 0xaa, 0xe4, 0xe7, 0x56, 0xe1,
+ 0x24, 0xec, 0xce, 0xab, 0xa6, 0x99, 0x08, 0xa2, 0x59, 0x29, 0x75, 0xb2,
+ 0xc2, 0x30, 0xee, 0xd1, 0x0c, 0x02, 0xef, 0xaf, 0xf0, 0x68, 0x42, 0xda,
+ 0xdf, 0xc8, 0x0d, 0x6f, 0xb2, 0xbc, 0xb8, 0x6d, 0x78, 0xe3, 0x83, 0xa0,
+ 0xf4, 0xc6, 0x77, 0x69, 0x14, 0xbb, 0x34, 0x8a, 0xf2, 0x4f, 0x97, 0x46,
+ 0x51, 0xfe, 0xe9, 0xd2, 0x28, 0xee, 0x92, 0x46, 0x51, 0x8b, 0x97, 0x69,
+ 0x96, 0x3c, 0xb2, 0x66, 0xde, 0xbb, 0x20, 0x08, 0x3b, 0x01, 0xd3, 0x09,
+ 0x98, 0x4e, 0xc0, 0x74, 0x02, 0x46, 0xfe, 0x79, 0x85, 0x80, 0xb9, 0xcd,
+ 0xb8, 0x39, 0x27, 0x94, 0x66, 0x33, 0xaf, 0x66, 0x10, 0xfc, 0xaa, 0x82,
+ 0xc6, 0xb5, 0x5e, 0x61, 0xca, 0x9c, 0x72, 0xf5, 0xef, 0x92, 0x41, 0x5f,
+ 0xe7, 0xc3, 0xc1, 0x50, 0xdc, 0x12, 0x85, 0xab, 0xd5, 0x7f, 0xe7, 0x86,
+ 0x49, 0xdd, 0xa1, 0x39, 0x4c, 0x32, 0x07, 0x2a, 0x1c, 0x40, 0xaa, 0x08,
+ 0x96, 0xad, 0xd2, 0x39, 0xd5, 0x35, 0x80, 0x26, 0xa2, 0xac, 0x14, 0xec,
+ 0x4d, 0x5c, 0x24, 0x53, 0xd7, 0xea, 0xdf, 0x0e, 0xb6, 0xd4, 0x5a, 0xd5,
+ 0xf4, 0x36, 0xbf, 0x76, 0xb0, 0xc5, 0x3f, 0xae, 0xe9, 0x6d, 0xfe, 0xec,
+ 0x60, 0x8b, 0x5f, 0x5c, 0xd3, 0x5b, 0xfc, 0xd8, 0x01, 0xe2, 0x0e, 0x2f,
+ 0xfd, 0xd8, 0x9a, 0xd8, 0xea, 0xbf, 0x0e, 0xfa, 0xf5, 0xde, 0x1b, 0x65,
+ 0xb9, 0x35, 0x80, 0xcd, 0x6f, 0x1d, 0x34, 0xfc, 0xe8, 0x38, 0x00, 0xb1,
+ 0xb3, 0x3f, 0xda, 0x85, 0xfd, 0xc4, 0xce, 0xfe, 0x68, 0x17, 0xf6, 0x13,
+ 0x3b, 0xfb, 0x07, 0xbb, 0xb0, 0x9f, 0x58, 0xd9, 0x3f, 0xd8, 0xce, 0x7e,
+ 0xd2, 0xc2, 0xfe, 0xc1, 0x2e, 0xec, 0x27, 0x76, 0xf6, 0x87, 0xbd, 0x76,
+ 0xf6, 0x27, 0x2a, 0x30, 0x66, 0x94, 0x66, 0x2a, 0xb6, 0xe8, 0x22, 0x9d,
+ 0xbf, 0x2c, 0xd3, 0x45, 0x42, 0xe7, 0xa6, 0xaf, 0x2f, 0xec, 0x99, 0x83,
+ 0xa1, 0x9f, 0xc6, 0x6f, 0xc5, 0x32, 0xfd, 0x7d, 0x61, 0xcf, 0x5e, 0x68,
+ 0xbe, 0x1d, 0xcb, 0xf4, 0x5e, 0x87, 0xae, 0x39, 0x48, 0xbb, 0x61, 0x99,
+ 0x2e, 0xec, 0xd0, 0xb5, 0x8f, 0x58, 0x3b, 0x96, 0xe9, 0xc7, 0x0e, 0x89,
+ 0x7d, 0x13, 0xa9, 0x1d, 0xcb, 0x74, 0x66, 0x87, 0xe4, 0xb5, 0xbc, 0x37,
+ 0x3d, 0xda, 0x21, 0x79, 0x2d, 0xef, 0x4d, 0xb7, 0x76, 0xe8, 0xb5, 0xf1,
+ 0x1e, 0x32, 0xd9, 0x34, 0x32, 0xda, 0x4a, 0x4f, 0x6b, 0x08, 0xee, 0xde,
+ 0xff, 0x8d, 0x40, 0x6e, 0xe3, 0xae, 0x56, 0x88, 0x90, 0x53, 0x5e, 0x8b,
+ 0x9b, 0x7b, 0x4b, 0x1d, 0xde, 0xd0, 0xef, 0xd2, 0xd9, 0x98, 0xfb, 0xc5,
+ 0x55, 0xce, 0x3d, 0x22, 0x8b, 0xd8, 0x37, 0xab, 0x4d, 0x8b, 0x11, 0x03,
+ 0xff, 0x70, 0x8d, 0x16, 0x24, 0x0a, 0x42, 0x8f, 0xd6, 0x60, 0x2f, 0xa5,
+ 0xa2, 0x89, 0x83, 0x2c, 0xfe, 0x00, 0xad, 0x18, 0x6d, 0xe9, 0x03, 0x42,
+ 0x2f, 0x6a, 0xa8, 0x6f, 0xe9, 0x03, 0x64, 0x5f, 0x32, 0x55, 0xa2, 0xb0,
+ 0x3b, 0x5a, 0xfd, 0x96, 0x23, 0x2c, 0x61, 0xd0, 0xcf, 0x97, 0xe0, 0x53,
+ 0x66, 0x19, 0x2d, 0xea, 0xb1, 0x89, 0x4a, 0x68, 0x84, 0xd5, 0x88, 0xa1,
+ 0x72, 0xee, 0x05, 0x42, 0xec, 0x08, 0xfa, 0xd9, 0xac, 0x1d, 0xa0, 0xdf,
+ 0x02, 0xd0, 0x74, 0x64, 0x1a, 0xd3, 0xaf, 0x2b, 0x3e, 0xdd, 0x59, 0xfc,
+ 0x9d, 0xc5, 0xdf, 0x59, 0xfc, 0x3f, 0x51, 0x7c, 0x5a, 0x46, 0x91, 0xdf,
+ 0xc4, 0x79, 0x53, 0xb8, 0x54, 0x4e, 0x8e, 0x77, 0xc2, 0xa5, 0x13, 0x2e,
+ 0xf2, 0x4f, 0x27, 0x5c, 0xe4, 0x9f, 0x4e, 0xb8, 0xfc, 0x98, 0x70, 0xc1,
+ 0x1d, 0x77, 0xa1, 0x4a, 0x4f, 0xf0, 0x67, 0xef, 0xc2, 0xd2, 0x67, 0xad,
+ 0x42, 0x42, 0x54, 0xdf, 0x78, 0x9d, 0x17, 0x34, 0x59, 0x8a, 0x62, 0x24,
+ 0x2c, 0x5d, 0x9b, 0x15, 0xc3, 0xc3, 0x3e, 0x5a, 0x95, 0x5e, 0x14, 0x82,
+ 0x8d, 0xe9, 0xf2, 0x2a, 0xcf, 0xbf, 0xdd, 0xc6, 0x48, 0x79, 0xa2, 0xb0,
+ 0x5f, 0xa9, 0x58, 0x75, 0x70, 0x76, 0x7d, 0xc3, 0x7c, 0xc1, 0xb9, 0x6b,
+ 0xd2, 0x13, 0x4c, 0xe1, 0x3f, 0x39, 0x47, 0xd1, 0xf3, 0xe7, 0xa3, 0xc1,
+ 0xb3, 0x73, 0xf6, 0xaf, 0xb0, 0xc7, 0x64, 0x8a, 0xd8, 0xff, 0xfa, 0x14,
+ 0x38, 0xdf, 0x46, 0xc2, 0x5b, 0xb8, 0x49, 0x60, 0x7c, 0x9c, 0x40, 0x5e,
+ 0x63, 0xd3, 0x36, 0x11, 0x1e, 0xb7, 0xfb, 0x5a, 0x50, 0xad, 0xcc, 0x3c,
+ 0x5d, 0x8f, 0x3f, 0xba, 0x5c, 0x2d, 0x4c, 0x77, 0x8d, 0xf0, 0x96, 0xc9,
+ 0xf8, 0x00, 0x23, 0x22, 0x57, 0x16, 0x26, 0x85, 0xf0, 0x8a, 0xe1, 0x74,
+ 0xca, 0xb2, 0x0b, 0x96, 0xc5, 0x6c, 0x69, 0xc6, 0x30, 0x85, 0x22, 0xe4,
+ 0x14, 0x0b, 0x7d, 0x64, 0xc5, 0xed, 0x3f, 0xe9, 0xc2, 0xca, 0xd1, 0xa8,
+ 0x96, 0x57, 0xb6, 0x1e, 0x37, 0x14, 0xa7, 0x34, 0x2f, 0xe0, 0xb0, 0x0e,
+ 0xbf, 0xfb, 0x68, 0x5d, 0xf0, 0xbe, 0x43, 0xc1, 0x16, 0xa4, 0xff, 0xe0,
+ 0xa4, 0xc8, 0x56, 0x8b, 0xea, 0xdd, 0x03, 0xd5, 0x7f, 0x13, 0xe3, 0x54,
+ 0x54, 0x9d, 0x6d, 0x42, 0x84, 0x3b, 0x43, 0xd4, 0x13, 0xa3, 0x6b, 0xfa,
+ 0xa8, 0xf9, 0xf8, 0x04, 0xa3, 0x6d, 0x84, 0x7f, 0x49, 0x5a, 0x11, 0x35,
+ 0x5a, 0xf1, 0x47, 0x54, 0x33, 0x86, 0x17, 0xd2, 0xfd, 0x3d, 0x7e, 0x48,
+ 0x56, 0x22, 0xec, 0xcb, 0xcc, 0xc9, 0x1e, 0x0a, 0x5f, 0x61, 0x0c, 0x15,
+ 0xee, 0x6b, 0xb7, 0x97, 0x86, 0xc1, 0x82, 0xae, 0x86, 0x7c, 0xb6, 0xd3,
+ 0x3b, 0x38, 0xff, 0xa7, 0xe2, 0xe0, 0x0e, 0x38, 0xf9, 0x32, 0x66, 0xc6,
+ 0x6c, 0xd0, 0x78, 0x5e, 0xc9, 0x8a, 0x5e, 0xa3, 0x54, 0x2d, 0xf6, 0x4c,
+ 0x67, 0x74, 0x85, 0x3c, 0x13, 0x0c, 0x49, 0xd5, 0x54, 0x2e, 0xbb, 0x74,
+ 0xcf, 0xc7, 0x50, 0x9b, 0xda, 0x00, 0x61, 0x77, 0xb4, 0x0c, 0xba, 0x6c,
+ 0xae, 0xa6, 0xa3, 0xc5, 0x60, 0x1f, 0xe2, 0x6d, 0xe9, 0x0b, 0x07, 0xac,
+ 0xc5, 0xd3, 0x61, 0x02, 0xe0, 0x2e, 0x97, 0x7e, 0xaf, 0x39, 0x86, 0x88,
+ 0xbb, 0xc3, 0x04, 0x33, 0xfd, 0x26, 0xfd, 0x5e, 0x8b, 0xef, 0x07, 0xef,
+ 0x0d, 0x02, 0xe2, 0xee, 0xe0, 0x00, 0x9a, 0xa7, 0x4f, 0x3b, 0xcd, 0xac,
+ 0xbe, 0xdb, 0xcd, 0x2c, 0x73, 0x66, 0x35, 0xb9, 0x87, 0x4d, 0x2c, 0xd2,
+ 0x32, 0xb1, 0x0c, 0x7a, 0xcb, 0xbc, 0x22, 0x3b, 0xcc, 0x2b, 0x03, 0x0b,
+ 0x99, 0x11, 0xa4, 0x65, 0x5a, 0xa1, 0x7d, 0x41, 0x30, 0xbc, 0x1d, 0x66,
+ 0x55, 0x1e, 0x67, 0xc9, 0xaa, 0x18, 0xad, 0xb3, 0x47, 0xf6, 0x8d, 0x2e,
+ 0xe4, 0x13, 0x71, 0xb9, 0xbc, 0xbc, 0xfb, 0xe8, 0x0c, 0xc7, 0xa3, 0x93,
+ 0x13, 0x81, 0x23, 0xa4, 0x5e, 0xb3, 0x29, 0xc1, 0x9a, 0x06, 0x04, 0x6b,
+ 0xea, 0x61, 0x4d, 0xc3, 0x08, 0x6b, 0xea, 0x63, 0x4d, 0xe1, 0x1d, 0x68,
+ 0x36, 0x0d, 0x90, 0xa6, 0x91, 0x78, 0x3a, 0xa3, 0x69, 0x88, 0x35, 0x75,
+ 0xab, 0x8f, 0x25, 0xf6, 0x2e, 0x6d, 0x1c, 0x88, 0x3c, 0x82, 0x35, 0xc5,
+ 0x38, 0x10, 0xf9, 0x11, 0xd6, 0x14, 0xe3, 0x40, 0x14, 0xfa, 0x58, 0x53,
+ 0x8c, 0x03, 0x51, 0x54, 0x7d, 0xac, 0x31, 0x2b, 0xe0, 0x15, 0x65, 0xed,
+ 0xed, 0x20, 0xc4, 0x1b, 0x63, 0xfd, 0x1d, 0xb8, 0x04, 0x6f, 0x8c, 0xf5,
+ 0x78, 0x40, 0x22, 0xbc, 0x31, 0xd6, 0xe7, 0x81, 0xef, 0xe3, 0x8d, 0xb1,
+ 0x71, 0x1b, 0x84, 0x96, 0x07, 0xc4, 0x46, 0x6e, 0xd0, 0xb7, 0x3c, 0x60,
+ 0x1f, 0x6b, 0x3c, 0xb0, 0x3c, 0x60, 0x64, 0x36, 0x26, 0x3d, 0xf9, 0x6e,
+ 0xd6, 0xfb, 0xe3, 0xc3, 0x24, 0x1b, 0xa5, 0x0c, 0x22, 0xcb, 0x9b, 0x8b,
+ 0x8b, 0xeb, 0xb6, 0x46, 0x85, 0x91, 0x4a, 0xa1, 0x19, 0x4d, 0x48, 0x9f,
+ 0x11, 0xc2, 0xa8, 0x9d, 0xf0, 0x98, 0x2f, 0x6f, 0x94, 0x50, 0x2e, 0x67,
+ 0x59, 0xab, 0xb0, 0x51, 0xea, 0xd0, 0xad, 0xd0, 0x9f, 0x2c, 0xe3, 0xec,
+ 0x34, 0x59, 0x24, 0x46, 0xe5, 0x3e, 0x8e, 0xa0, 0xfc, 0xb4, 0x9f, 0xa5,
+ 0x4e, 0xda, 0x54, 0xa6, 0x4b, 0x8c, 0x43, 0x66, 0xc5, 0xd0, 0x67, 0x3a,
+ 0x2d, 0x18, 0x5c, 0x23, 0xbe, 0x49, 0x26, 0xb2, 0x62, 0x4d, 0x53, 0x73,
+ 0xe2, 0xc4, 0xed, 0x47, 0xae, 0x4a, 0xe2, 0xda, 0xf3, 0x6b, 0xe2, 0xb0,
+ 0x95, 0x18, 0xce, 0x33, 0xc8, 0x82, 0x2a, 0x2d, 0x87, 0xeb, 0x38, 0x4a,
+ 0xfb, 0xee, 0x75, 0x1d, 0xc5, 0xb2, 0x07, 0x4e, 0x7a, 0x41, 0xfb, 0x1e,
+ 0x76, 0x1d, 0xc5, 0xb2, 0x13, 0xce, 0x51, 0xda, 0x0f, 0xd6, 0xd5, 0x51,
+ 0xf0, 0xfd, 0x70, 0xd2, 0x13, 0x1b, 0x37, 0x75, 0x90, 0x8f, 0x9b, 0xfd,
+ 0xf0, 0x3a, 0x84, 0x6d, 0x57, 0x9c, 0x83, 0x90, 0x1f, 0xe0, 0xad, 0x6d,
+ 0x6f, 0x9c, 0xc3, 0xb4, 0x8f, 0x6f, 0xb1, 0xca, 0x45, 0x44, 0xfa, 0x71,
+ 0x46, 0xe5, 0x2e, 0x28, 0xcb, 0x92, 0x74, 0x8a, 0xc0, 0xc0, 0x18, 0xc5,
+ 0x70, 0x0c, 0x2d, 0x6f, 0xd8, 0x2c, 0x80, 0xc2, 0xd5, 0xf7, 0xaf, 0x34,
+ 0x9b, 0x8a, 0xf9, 0xf9, 0xf5, 0x25, 0x37, 0xec, 0x2e, 0xd2, 0xeb, 0x57,
+ 0x6c, 0xbe, 0x8a, 0x92, 0x4f, 0x14, 0x40, 0x72, 0xb7, 0x9c, 0xb0, 0x9c,
+ 0x1b, 0x8e, 0xeb, 0x25, 0x46, 0xec, 0x36, 0xd6, 0x67, 0x80, 0xf6, 0xfd,
+ 0x30, 0x79, 0x4c, 0x72, 0x6c, 0x50, 0xfb, 0xd2, 0x64, 0x61, 0x33, 0x63,
+ 0x75, 0x10, 0xed, 0x0a, 0xc8, 0xf1, 0xb3, 0x72, 0x9c, 0x36, 0xfc, 0xc9,
+ 0xb3, 0x72, 0x2a, 0x36, 0xd2, 0x7e, 0x83, 0xfe, 0x4f, 0xde, 0x00, 0x66,
+ 0x02, 0x1f, 0x80, 0x15, 0x2c, 0x0e, 0xeb, 0x32, 0xdf, 0x12, 0xe2, 0xc2,
+ 0xb9, 0x10, 0x12, 0xbf, 0x67, 0xed, 0xa4, 0xca, 0xd8, 0xf4, 0xfa, 0x4e,
+ 0xe6, 0x45, 0x9a, 0xc4, 0xf7, 0x97, 0x10, 0x98, 0xa4, 0xc3, 0xb1, 0x8c,
+ 0x61, 0x8e, 0x60, 0x98, 0xbf, 0xb8, 0x15, 0x67, 0x07, 0x98, 0xe5, 0xc2,
+ 0xdb, 0x61, 0x3c, 0x23, 0x26, 0x8d, 0xb6, 0x1f, 0x43, 0x85, 0x12, 0x35,
+ 0x93, 0xfb, 0x2c, 0x2d, 0xf8, 0xf3, 0x5e, 0x8a, 0x4d, 0x37, 0x63, 0xae,
+ 0x08, 0xe3, 0xbe, 0xee, 0x58, 0x08, 0x84, 0x15, 0xba, 0xb1, 0x66, 0x97,
+ 0x0f, 0x63, 0x06, 0xae, 0x1d, 0x17, 0x79, 0x82, 0x92, 0xcb, 0xf2, 0x7f,
+ 0x1f, 0x27, 0x25, 0x08, 0xe9, 0x60, 0x37, 0x52, 0xcf, 0x24, 0x1d, 0xf4,
+ 0x76, 0x23, 0xf5, 0x11, 0x52, 0x77, 0x37, 0xd2, 0x00, 0x21, 0x25, 0xbb,
+ 0x91, 0x86, 0x08, 0xa9, 0xb7, 0x1b, 0x69, 0x1f, 0x21, 0xf5, 0x77, 0x23,
+ 0x8d, 0x10, 0xd2, 0x60, 0x37, 0xd2, 0x01, 0x42, 0x1a, 0xee, 0x46, 0x5a,
+ 0x3b, 0x82, 0xf8, 0x7f, 0xec, 0xfd, 0x7d, 0x77, 0xdb, 0xba, 0xb1, 0x28,
+ 0x8c, 0xff, 0xed, 0x7c, 0x0a, 0x5e, 0x9f, 0xb5, 0xef, 0x4e, 0x9e, 0xeb,
+ 0x38, 0x12, 0xa9, 0xd7, 0xf4, 0xec, 0xd3, 0x65, 0xcb, 0x76, 0xe2, 0xa7,
+ 0x76, 0xec, 0x6b, 0x7b, 0x27, 0xed, 0x69, 0xbb, 0xbc, 0x68, 0x89, 0xb2,
+ 0xd9, 0x48, 0xa2, 0x0e, 0x49, 0xf9, 0xa5, 0x5d, 0xe7, 0xf7, 0xd9, 0x7f,
+ 0x98, 0x19, 0x00, 0xc4, 0x2b, 0x45, 0x39, 0x2f, 0xa7, 0x4f, 0x77, 0xba,
+ 0x76, 0x63, 0x91, 0x9c, 0x19, 0x0c, 0x80, 0x01, 0x30, 0x18, 0x0c, 0x66,
+ 0x04, 0x6e, 0xbf, 0x21, 0xae, 0x43, 0x9e, 0x86, 0x0d, 0xe5, 0xa9, 0xed,
+ 0x10, 0xa8, 0xa1, 0x53, 0xa0, 0xd0, 0x57, 0xc5, 0x99, 0x3c, 0x39, 0xc4,
+ 0x09, 0x91, 0xbc, 0x55, 0xe6, 0x70, 0x41, 0x51, 0x4b, 0xbe, 0x4c, 0x33,
+ 0xee, 0xed, 0x72, 0xf9, 0x30, 0x6f, 0x5f, 0x2f, 0xcd, 0x13, 0x5f, 0x86,
+ 0xfb, 0x23, 0xa4, 0xdf, 0xbf, 0xb0, 0xc3, 0x01, 0xef, 0xf7, 0xc9, 0xaa,
+ 0x7c, 0x3a, 0x9e, 0xd2, 0x07, 0x53, 0xde, 0xda, 0xb0, 0x11, 0x76, 0x5a,
+ 0x64, 0x85, 0xd0, 0xd4, 0xa4, 0xc5, 0x63, 0xd8, 0xa1, 0x65, 0x4f, 0xee,
+ 0x6a, 0xe8, 0xd9, 0x62, 0xef, 0x26, 0xbb, 0x4f, 0xc0, 0x6e, 0xee, 0x28,
+ 0xdb, 0x9e, 0xb4, 0x75, 0xe4, 0xe9, 0x74, 0x3f, 0x61, 0x4a, 0xbc, 0x07,
+ 0xbb, 0x5b, 0x8f, 0x3d, 0xcb, 0xe2, 0x09, 0x5c, 0x1e, 0x34, 0x16, 0xc5,
+ 0xb6, 0x62, 0xd5, 0xf9, 0x71, 0x69, 0xd0, 0x7c, 0xf3, 0x2f, 0x73, 0x69,
+ 0x90, 0x0b, 0x01, 0xd3, 0x3e, 0x9c, 0x32, 0xd0, 0xff, 0x21, 0x03, 0xbf,
+ 0x19, 0x19, 0x80, 0x89, 0xc0, 0xf0, 0xf3, 0xe4, 0xb3, 0xd7, 0x40, 0xac,
+ 0x9c, 0x33, 0xea, 0x49, 0xa1, 0xc0, 0x6a, 0x7b, 0xbf, 0xb6, 0x22, 0x4b,
+ 0x4e, 0x32, 0x90, 0x2d, 0x97, 0xc8, 0xa8, 0xa7, 0x63, 0x96, 0x22, 0xcb,
+ 0xa9, 0x94, 0xb8, 0x76, 0x9a, 0x8b, 0x38, 0x26, 0x0b, 0x1d, 0x3c, 0x22,
+ 0x15, 0x98, 0xaf, 0x91, 0x99, 0xae, 0x36, 0xb1, 0x71, 0x3e, 0x42, 0xc7,
+ 0x3a, 0x1e, 0xb6, 0x7f, 0x44, 0x66, 0xfe, 0x57, 0x5f, 0xc7, 0xc3, 0xda,
+ 0x75, 0x3c, 0x6c, 0x5b, 0x47, 0x8b, 0xea, 0x6a, 0x18, 0xd6, 0xaf, 0xe3,
+ 0x21, 0x1a, 0xec, 0xfd, 0xeb, 0x78, 0x58, 0xbb, 0x8e, 0xb3, 0xff, 0xd5,
+ 0x97, 0x5d, 0xbb, 0x8e, 0x87, 0x61, 0x54, 0x8f, 0xed, 0x59, 0xc7, 0xc3,
+ 0xb0, 0xf3, 0x63, 0x0e, 0xff, 0x8d, 0xcc, 0xe1, 0xa1, 0x67, 0x1d, 0x0f,
+ 0xc3, 0xee, 0x0f, 0x19, 0xf8, 0xcd, 0xc8, 0x80, 0x6f, 0x1d, 0x0f, 0xc3,
+ 0xde, 0x06, 0xeb, 0x78, 0xe8, 0x5b, 0xc7, 0x43, 0x48, 0xac, 0xde, 0x74,
+ 0x1d, 0x0f, 0xdd, 0xeb, 0x78, 0x88, 0x97, 0x1a, 0x1b, 0xad, 0xe3, 0x91,
+ 0x63, 0x1d, 0x8f, 0xc2, 0x1f, 0x17, 0x00, 0xfe, 0xd5, 0xd7, 0xf1, 0xa8,
+ 0x76, 0x1d, 0x8f, 0x40, 0x96, 0xfd, 0xab, 0x61, 0x54, 0xbf, 0x8e, 0x47,
+ 0x78, 0x24, 0xe6, 0x5f, 0xc7, 0xa3, 0xda, 0x75, 0x3c, 0x8a, 0x6a, 0x6d,
+ 0x01, 0x51, 0xfd, 0x3a, 0x1e, 0x45, 0xed, 0x7a, 0x6c, 0xcf, 0x3a, 0x1e,
+ 0x45, 0xe1, 0x8f, 0x39, 0xfc, 0x37, 0x32, 0x87, 0x47, 0x9e, 0x75, 0x3c,
+ 0x8a, 0xa2, 0x1f, 0x32, 0xf0, 0x9b, 0x91, 0x01, 0xdf, 0x3a, 0x1e, 0x55,
+ 0x1b, 0xe9, 0x06, 0xeb, 0x78, 0xe4, 0x5b, 0xc7, 0xa3, 0x6e, 0xab, 0xf9,
+ 0x3a, 0x1e, 0xb9, 0xd7, 0x71, 0xca, 0x72, 0xd9, 0x68, 0x1d, 0xef, 0x38,
+ 0xd6, 0xf1, 0x0e, 0x9f, 0xd3, 0x7e, 0xac, 0xe3, 0xff, 0xba, 0xeb, 0x78,
+ 0xa7, 0x76, 0x1d, 0xef, 0x44, 0xb5, 0xb6, 0xed, 0x4e, 0xfd, 0x3a, 0x4e,
+ 0x91, 0xc3, 0xfd, 0xeb, 0x78, 0xa7, 0x76, 0x1d, 0xef, 0x44, 0xb5, 0xb6,
+ 0x80, 0x4e, 0xfd, 0x3a, 0xde, 0x89, 0x7c, 0xc1, 0x6d, 0x39, 0xb6, 0x67,
+ 0x1d, 0xc7, 0x18, 0xe5, 0x3f, 0xe6, 0xf0, 0xdf, 0xc4, 0x1c, 0xde, 0xf1,
+ 0xac, 0xe3, 0x9d, 0x4e, 0xfb, 0x87, 0x0c, 0xfc, 0x66, 0x64, 0xc0, 0xb7,
+ 0x8e, 0x77, 0xaa, 0x8d, 0x74, 0x83, 0x75, 0xbc, 0xe3, 0x5b, 0xc7, 0x3b,
+ 0xdd, 0x41, 0xf3, 0x75, 0xbc, 0xe3, 0x5e, 0xc7, 0x3b, 0x78, 0xa5, 0x66,
+ 0xdd, 0x3a, 0x0e, 0xbe, 0x3e, 0xd7, 0xe9, 0xf5, 0x4d, 0x96, 0xe9, 0x3e,
+ 0x50, 0xc8, 0x06, 0xc5, 0xed, 0x9d, 0xef, 0x49, 0x06, 0x88, 0xfb, 0x50,
+ 0xdc, 0xfb, 0xe0, 0xc8, 0xcb, 0x24, 0xfe, 0xec, 0xc0, 0x0d, 0x9d, 0xb8,
+ 0x2d, 0x1d, 0xf7, 0x2e, 0x9b, 0x59, 0xd1, 0x2c, 0x43, 0x8a, 0xf7, 0xbb,
+ 0x06, 0xb7, 0x04, 0x17, 0x32, 0x2f, 0xe3, 0xb0, 0x88, 0xac, 0x0c, 0xb7,
+ 0x67, 0x1d, 0x1b, 0xb8, 0x86, 0xe5, 0xc0, 0x81, 0x3c, 0x68, 0x86, 0x5c,
+ 0x66, 0x8e, 0x92, 0x31, 0x10, 0x67, 0x3d, 0xf2, 0xcd, 0xd3, 0x12, 0x42,
+ 0x1f, 0xd9, 0xa8, 0xe1, 0x5a, 0x54, 0x68, 0x2e, 0x37, 0xd3, 0x10, 0x13,
+ 0xb3, 0x09, 0xb2, 0x9b, 0xe9, 0x9a, 0xe6, 0xe2, 0x17, 0x6c, 0xde, 0xc5,
+ 0x4b, 0x11, 0x8a, 0xf6, 0x28, 0xcf, 0xe6, 0x6d, 0x07, 0x11, 0x68, 0x36,
+ 0x4c, 0x83, 0x80, 0x92, 0xd6, 0x52, 0x13, 0x58, 0xa0, 0x77, 0xaa, 0x93,
+ 0x50, 0x68, 0x13, 0x42, 0x67, 0xc4, 0x8d, 0x09, 0x45, 0x0e, 0x42, 0xe1,
+ 0x73, 0x08, 0x75, 0x1c, 0x84, 0x3a, 0xcf, 0x21, 0xd4, 0x75, 0x10, 0xea,
+ 0x3d, 0x87, 0x50, 0xcf, 0x41, 0xe8, 0x59, 0x8d, 0xdd, 0xb7, 0x09, 0xf5,
+ 0x9f, 0xd5, 0xd8, 0x03, 0x07, 0xa1, 0x67, 0x35, 0xf6, 0xd0, 0x41, 0xe8,
+ 0x59, 0x8d, 0xad, 0x3b, 0x32, 0x71, 0x4a, 0xcf, 0x6a, 0xed, 0xb6, 0x43,
+ 0xb6, 0xfb, 0xcf, 0x6a, 0xee, 0xb6, 0x43, 0xb8, 0x07, 0xcf, 0x6a, 0xef,
+ 0xb6, 0x43, 0xba, 0x07, 0xcf, 0x6a, 0xf0, 0xb6, 0x43, 0xbc, 0x07, 0xcf,
+ 0x6b, 0x71, 0x87, 0x7c, 0x0f, 0x9e, 0xd7, 0xe2, 0x0e, 0x01, 0x1f, 0x3c,
+ 0xaf, 0xc5, 0x1d, 0x12, 0x3e, 0x7c, 0x5e, 0x8b, 0x3b, 0x44, 0x7c, 0xb8,
+ 0x71, 0x8b, 0x5f, 0x65, 0x0e, 0x61, 0x1a, 0x6e, 0xdc, 0xdc, 0x57, 0x99,
+ 0x43, 0x92, 0x86, 0x1b, 0xb7, 0xf5, 0x55, 0xe6, 0x10, 0xa3, 0xe1, 0xc6,
+ 0x0d, 0x7d, 0x95, 0xd9, 0x32, 0x44, 0x11, 0xcd, 0x36, 0x24, 0x63, 0x0b,
+ 0x50, 0xaf, 0xf5, 0x8c, 0x26, 0xb6, 0xa5, 0x87, 0x22, 0xa2, 0x6d, 0x48,
+ 0xc6, 0x16, 0x9d, 0x5e, 0xeb, 0x19, 0x4d, 0x6c, 0xcb, 0x0d, 0xc5, 0x54,
+ 0xdb, 0x90, 0x8c, 0x3d, 0x31, 0xf6, 0xda, 0xcf, 0x68, 0x62, 0xc7, 0xb4,
+ 0x48, 0x61, 0xd9, 0x36, 0xa5, 0x63, 0xcb, 0x71, 0xaf, 0xfd, 0x8c, 0x46,
+ 0x76, 0x4c, 0x89, 0x14, 0xda, 0x6d, 0x53, 0x3a, 0xb6, 0x24, 0xf7, 0xda,
+ 0xcf, 0x68, 0x66, 0xc7, 0x74, 0x48, 0xe1, 0xe1, 0x36, 0xa5, 0xe3, 0x90,
+ 0xe5, 0xf0, 0x39, 0xed, 0xec, 0x10, 0xe6, 0xf0, 0x39, 0xed, 0xec, 0x90,
+ 0xe6, 0xf0, 0x39, 0xed, 0xec, 0x10, 0xe7, 0x70, 0x4d, 0x3b, 0x33, 0xbd,
+ 0x7c, 0x14, 0xcf, 0xcf, 0xef, 0xe2, 0x22, 0xb9, 0x48, 0x8a, 0x6c, 0x76,
+ 0x9f, 0x38, 0xae, 0x51, 0x87, 0x3d, 0x3c, 0x72, 0xa1, 0x6b, 0xd4, 0xdd,
+ 0x96, 0xee, 0xb9, 0x8b, 0x8a, 0xe7, 0x64, 0x3a, 0xce, 0x0e, 0x92, 0x59,
+ 0x6c, 0xdb, 0x69, 0x7a, 0x78, 0xde, 0x62, 0x45, 0x19, 0x80, 0xf1, 0xd1,
+ 0x7e, 0x11, 0x8f, 0x7d, 0x48, 0x61, 0x1d, 0x12, 0xdb, 0xdf, 0xe5, 0xa5,
+ 0x0f, 0xd3, 0x19, 0xd4, 0x20, 0x14, 0x98, 0x0f, 0x69, 0x39, 0xbe, 0xb3,
+ 0x63, 0x32, 0x30, 0x3c, 0x25, 0xa8, 0xc1, 0x9a, 0x60, 0xaa, 0xf1, 0x58,
+ 0xdc, 0xc6, 0xac, 0x21, 0xd7, 0x6d, 0x4c, 0x6e, 0x9a, 0xe5, 0x13, 0x61,
+ 0x32, 0xbc, 0x9c, 0xc7, 0xb3, 0x19, 0xde, 0x8d, 0xdf, 0xcf, 0xd9, 0xb6,
+ 0xe5, 0x3c, 0x4b, 0x17, 0xf6, 0x16, 0x00, 0x03, 0xff, 0x91, 0x17, 0xb5,
+ 0xd6, 0xa3, 0xbd, 0x2e, 0xf4, 0x28, 0x85, 0x28, 0x38, 0xc0, 0x2d, 0xf8,
+ 0xd5, 0x1d, 0x63, 0xd4, 0xdc, 0xb6, 0x71, 0x06, 0x2d, 0xe3, 0x1b, 0xbf,
+ 0xd0, 0xbe, 0x9c, 0x2e, 0x99, 0x44, 0x9c, 0x64, 0x37, 0xf6, 0xf5, 0x7c,
+ 0x86, 0x35, 0xc4, 0xdd, 0x32, 0xfb, 0xf6, 0x66, 0x1c, 0x6b, 0xf1, 0x05,
+ 0xd8, 0x9e, 0x42, 0x41, 0x37, 0x9b, 0x83, 0x1b, 0xdd, 0x42, 0x2d, 0xaa,
+ 0x0e, 0x66, 0x51, 0xe1, 0xa6, 0x00, 0xca, 0xa2, 0x41, 0x0f, 0xfc, 0x43,
+ 0xa8, 0x7e, 0x08, 0xb7, 0x91, 0xf4, 0x39, 0x36, 0x8a, 0x83, 0x31, 0xb0,
+ 0xe8, 0x68, 0xa9, 0x6f, 0x74, 0x96, 0x4e, 0xd3, 0xc5, 0xde, 0xe2, 0xd6,
+ 0xce, 0x72, 0xc5, 0x10, 0xc3, 0x5a, 0xc4, 0xf3, 0xd5, 0x7c, 0xf9, 0x31,
+ 0x9b, 0xad, 0xb4, 0x4c, 0x39, 0xbc, 0x1b, 0x70, 0xe7, 0x3b, 0x1e, 0xbb,
+ 0xbb, 0x01, 0x90, 0xab, 0x54, 0x3b, 0xbe, 0xc2, 0xcd, 0x84, 0x3d, 0x46,
+ 0xe1, 0xe9, 0xe4, 0xdc, 0x51, 0x2c, 0xf6, 0xdc, 0x1b, 0xba, 0xe7, 0xeb,
+ 0x29, 0x99, 0x61, 0x1e, 0xdb, 0x98, 0xb8, 0xdf, 0x45, 0xcc, 0x37, 0xd0,
+ 0x87, 0x50, 0xea, 0x6e, 0xeb, 0xf0, 0xb5, 0xb4, 0x33, 0xb4, 0x76, 0x81,
+ 0x42, 0x17, 0x29, 0x5c, 0xc1, 0xcd, 0x40, 0x36, 0xc8, 0xc6, 0xb1, 0x6d,
+ 0xf7, 0x95, 0xf1, 0x0b, 0xdf, 0xe8, 0x19, 0x82, 0x84, 0xad, 0x81, 0x07,
+ 0x70, 0xbb, 0xce, 0xe3, 0x87, 0xeb, 0x0c, 0x4d, 0x48, 0x46, 0x92, 0x6e,
+ 0x46, 0xe1, 0x87, 0x07, 0xc1, 0xbf, 0xf0, 0xc9, 0x83, 0x2d, 0x00, 0xa1,
+ 0x25, 0x00, 0x3f, 0x5c, 0x41, 0x7f, 0x53, 0x02, 0x10, 0x59, 0x02, 0xf0,
+ 0xe3, 0x4e, 0xcf, 0x6f, 0x4a, 0x00, 0x3a, 0xa6, 0x00, 0xf0, 0xf0, 0xf5,
+ 0x3f, 0x04, 0xe0, 0x5f, 0x52, 0x00, 0x6e, 0x93, 0x38, 0xc7, 0x0b, 0xb9,
+ 0x8e, 0xcd, 0xa8, 0x69, 0xeb, 0xd5, 0x14, 0xfc, 0xb0, 0x42, 0x75, 0xec,
+ 0x3f, 0x4d, 0xeb, 0xae, 0x0f, 0xd5, 0xb1, 0xe5, 0x34, 0xed, 0xb9, 0x3e,
+ 0x54, 0xc7, 0x2e, 0xd3, 0xb4, 0xe0, 0xfa, 0x50, 0x1d, 0x1b, 0x4b, 0xd3,
+ 0x66, 0xeb, 0x43, 0x75, 0xec, 0x25, 0x4d, 0x2b, 0xad, 0x0f, 0xd5, 0xb1,
+ 0x7d, 0x34, 0xed, 0xb2, 0x3e, 0x54, 0xc7, 0x8e, 0xd1, 0x34, 0xc4, 0x1a,
+ 0xa8, 0xf7, 0xf7, 0x65, 0xa5, 0xd6, 0xe2, 0x1e, 0xec, 0xd4, 0x3e, 0x1e,
+ 0xe9, 0xa1, 0x0d, 0x76, 0xee, 0xd6, 0x0e, 0xe3, 0x71, 0xce, 0x47, 0x31,
+ 0x6e, 0x3b, 0x6d, 0x64, 0x34, 0xbb, 0x4e, 0x9c, 0x69, 0x98, 0xe3, 0xd5,
+ 0x23, 0x1d, 0x0c, 0xb6, 0x7d, 0xe1, 0x90, 0x42, 0x0c, 0xa0, 0xf6, 0x23,
+ 0x1c, 0x92, 0x9d, 0x55, 0x5e, 0x34, 0x9c, 0x1d, 0x09, 0x29, 0xa4, 0x88,
+ 0x6f, 0x9e, 0xe8, 0x43, 0x2a, 0xaa, 0x33, 0x08, 0x52, 0xd8, 0x73, 0x65,
+ 0x78, 0x68, 0xed, 0x28, 0x51, 0x87, 0x54, 0x1a, 0x56, 0xe0, 0xa2, 0x10,
+ 0x63, 0xa3, 0x35, 0x2d, 0xde, 0x46, 0xef, 0x1b, 0x19, 0x1a, 0x6a, 0x8a,
+ 0x0f, 0xbd, 0x62, 0x83, 0x01, 0xc2, 0x7e, 0x88, 0x8d, 0x4f, 0x6c, 0x42,
+ 0x97, 0xd8, 0xd4, 0xc6, 0x42, 0x53, 0x51, 0xdd, 0x62, 0xd3, 0x77, 0xe4,
+ 0x9c, 0xf0, 0xf6, 0x9b, 0x43, 0x6c, 0x30, 0xf0, 0x59, 0xd3, 0xe2, 0x1d,
+ 0xe8, 0x8e, 0xd4, 0x12, 0x9e, 0xe2, 0x23, 0xbf, 0xd8, 0x84, 0x3f, 0xc4,
+ 0xa6, 0x46, 0x6c, 0x22, 0xa7, 0xd8, 0xd4, 0xc5, 0x3a, 0x53, 0x51, 0x3d,
+ 0x62, 0xe3, 0x48, 0x97, 0xe1, 0xed, 0x37, 0x97, 0xd8, 0x44, 0x4d, 0xc4,
+ 0x26, 0xf2, 0x8a, 0x4d, 0xa7, 0xb1, 0xd8, 0x74, 0xfc, 0x62, 0xf3, 0x23,
+ 0xed, 0x46, 0x9d, 0xd8, 0x74, 0x9c, 0x62, 0x53, 0x97, 0x75, 0x43, 0x45,
+ 0xf5, 0x88, 0x8d, 0x2b, 0x84, 0x93, 0xaf, 0xdf, 0x5c, 0x62, 0x53, 0x97,
+ 0x70, 0xc3, 0x2c, 0xde, 0x81, 0xee, 0x08, 0xdb, 0x64, 0x14, 0x3f, 0xce,
+ 0xcf, 0xd3, 0x85, 0x69, 0x28, 0xe9, 0xff, 0x48, 0xb6, 0xf1, 0xaf, 0xbc,
+ 0x4d, 0x4a, 0xca, 0x9b, 0x53, 0xca, 0x88, 0x7e, 0x9e, 0x15, 0xd4, 0xd2,
+ 0xa6, 0x95, 0xb8, 0xdf, 0x13, 0x77, 0x6d, 0xac, 0xa3, 0x10, 0x1e, 0xd8,
+ 0x0a, 0xb2, 0x6d, 0xe8, 0xb9, 0xdc, 0x05, 0x66, 0x5f, 0xa8, 0xe1, 0x4a,
+ 0xb8, 0x15, 0x91, 0x6c, 0x78, 0xba, 0x4a, 0x64, 0x96, 0x18, 0x98, 0x6b,
+ 0xb2, 0xdc, 0x71, 0x90, 0xd1, 0xe7, 0xc9, 0x36, 0xf0, 0x20, 0x63, 0xef,
+ 0xa6, 0xc8, 0x66, 0xab, 0x12, 0x5d, 0xee, 0xd0, 0xf7, 0x0f, 0x7e, 0x1c,
+ 0xa4, 0xd3, 0x69, 0x92, 0x27, 0x8b, 0x32, 0x25, 0x17, 0x47, 0x11, 0x2c,
+ 0xff, 0xc5, 0x98, 0xb5, 0xc5, 0x67, 0xd6, 0x06, 0xc7, 0x7b, 0xa3, 0xa5,
+ 0xbf, 0x6e, 0x70, 0xa0, 0xb0, 0xa4, 0x38, 0xcc, 0x86, 0x4b, 0x13, 0xf0,
+ 0x38, 0x5b, 0xc5, 0x07, 0xe9, 0x6d, 0x5a, 0xc6, 0x33, 0xcc, 0x8c, 0xc7,
+ 0xc6, 0x47, 0x61, 0x9a, 0x92, 0xfb, 0x4a, 0xc4, 0xfe, 0xef, 0x9b, 0xa0,
+ 0xcf, 0xc1, 0x9c, 0x35, 0x7a, 0xfb, 0x0e, 0x0f, 0xfb, 0xff, 0x29, 0xe6,
+ 0x4c, 0x13, 0x5c, 0xbf, 0xef, 0x98, 0x5a, 0xfe, 0xa7, 0x98, 0x33, 0xcd,
+ 0x43, 0xfd, 0xbe, 0xc3, 0x40, 0xfc, 0x3f, 0xc5, 0x5c, 0xd7, 0x62, 0xee,
+ 0x7f, 0x2a, 0x29, 0xa4, 0x83, 0xb9, 0x9e, 0xc9, 0xdc, 0xe0, 0x9f, 0x68,
+ 0x40, 0xf4, 0x2d, 0xe6, 0xfe, 0x89, 0x06, 0xc4, 0xc0, 0x62, 0xee, 0x7f,
+ 0x6a, 0x40, 0xec, 0x9d, 0x5c, 0x42, 0x04, 0xf3, 0xf3, 0x53, 0x65, 0x86,
+ 0xbc, 0xe4, 0x3c, 0xf5, 0xe4, 0xd1, 0x7b, 0x5b, 0x9d, 0xc2, 0x71, 0x7e,
+ 0x04, 0xbc, 0xf8, 0xd1, 0x8d, 0x37, 0x58, 0x8b, 0x77, 0xb0, 0x42, 0x3b,
+ 0x8f, 0x1d, 0xd0, 0xaf, 0x8f, 0x7e, 0x58, 0x56, 0xc0, 0x4f, 0x81, 0x99,
+ 0x2e, 0x40, 0x85, 0x54, 0x90, 0x68, 0x2e, 0x47, 0x2b, 0x80, 0x96, 0xd0,
+ 0x69, 0xa8, 0x14, 0xe6, 0x46, 0x89, 0x4c, 0x94, 0x76, 0x0b, 0x8f, 0x3f,
+ 0xe3, 0x59, 0xc1, 0x8a, 0x81, 0x55, 0x6d, 0x3f, 0x29, 0x1f, 0x92, 0xc4,
+ 0xb1, 0x74, 0x28, 0xc1, 0xda, 0x8c, 0xda, 0x31, 0xe4, 0xc3, 0xf2, 0xc6,
+ 0xbf, 0xa0, 0x2a, 0xb1, 0xda, 0x0c, 0x4c, 0x26, 0x14, 0x65, 0xbc, 0x80,
+ 0xc0, 0xfa, 0x66, 0x00, 0x3f, 0x81, 0xea, 0x3c, 0xb1, 0x45, 0xdc, 0x87,
+ 0x74, 0x92, 0xdc, 0xc4, 0x8b, 0x09, 0x1c, 0x19, 0xbf, 0x8b, 0x53, 0x57,
+ 0xb9, 0x7d, 0xf3, 0xcc, 0x3d, 0xe4, 0x41, 0xe8, 0x31, 0xdd, 0xc2, 0x25,
+ 0x83, 0x06, 0x9d, 0xc1, 0x34, 0x88, 0xf5, 0x35, 0xb7, 0x2f, 0x3c, 0xb2,
+ 0xed, 0xf0, 0xf3, 0x5a, 0x08, 0x5f, 0x08, 0xff, 0x74, 0xa0, 0x91, 0x21,
+ 0xfe, 0xe0, 0xde, 0xc4, 0x3e, 0xeb, 0xc7, 0x18, 0xc9, 0xce, 0xab, 0x32,
+ 0x0c, 0x89, 0x35, 0x94, 0x1b, 0xc7, 0x77, 0x4d, 0x96, 0xe1, 0x40, 0x00,
+ 0x7f, 0x34, 0x1f, 0x3a, 0xd0, 0xb8, 0x92, 0x2d, 0x55, 0x15, 0xf8, 0x1b,
+ 0x82, 0xae, 0xc2, 0x45, 0x0e, 0x72, 0x78, 0xe7, 0x22, 0x4a, 0x22, 0x64,
+ 0x94, 0x75, 0x84, 0xe4, 0x1c, 0xb4, 0x1c, 0xb1, 0x36, 0x78, 0xd9, 0xdc,
+ 0xf8, 0x98, 0x38, 0x53, 0x6b, 0x30, 0xcc, 0xe6, 0x6e, 0x1c, 0xa2, 0xbf,
+ 0x34, 0x32, 0x97, 0x9c, 0x8c, 0xe2, 0xbe, 0x41, 0x9b, 0x14, 0xc0, 0x3d,
+ 0x3a, 0x3b, 0x3d, 0xa4, 0x2c, 0xb8, 0xec, 0x15, 0x1b, 0xfc, 0x7b, 0x1f,
+ 0x5e, 0xe1, 0x8d, 0x83, 0xc3, 0xd3, 0xe0, 0x8f, 0xaf, 0x2f, 0x93, 0x3c,
+ 0x4d, 0x0a, 0xfe, 0x16, 0xa2, 0x87, 0xca, 0xa9, 0x80, 0x55, 0x1b, 0x14,
+ 0x3c, 0x47, 0x35, 0x2b, 0xc5, 0xce, 0xf4, 0xf5, 0x5f, 0x36, 0xc2, 0xef,
+ 0x7b, 0xf1, 0xed, 0xd9, 0x0e, 0xaa, 0xa9, 0x2a, 0x4f, 0x9c, 0xc4, 0xa0,
+ 0x71, 0x7b, 0x79, 0x48, 0x86, 0x16, 0xc9, 0xe1, 0x97, 0x92, 0x8c, 0x4c,
+ 0x92, 0xed, 0xd6, 0x97, 0x92, 0xec, 0x58, 0x24, 0xdb, 0x5f, 0x4a, 0xb2,
+ 0x6b, 0x91, 0x0c, 0xbf, 0x94, 0x64, 0xcf, 0x22, 0x19, 0x7d, 0x29, 0xc9,
+ 0xbe, 0x45, 0xb2, 0xf9, 0x08, 0xf1, 0x90, 0x1c, 0x58, 0x24, 0x9b, 0x3b,
+ 0x3b, 0x65, 0xe9, 0x0c, 0x2e, 0x47, 0xd1, 0x7e, 0xe3, 0x1a, 0xee, 0xec,
+ 0x8c, 0xae, 0xd5, 0xbd, 0xfa, 0x25, 0x6e, 0x96, 0x31, 0x54, 0xbb, 0xcc,
+ 0x0f, 0x28, 0x0f, 0x21, 0x30, 0xb9, 0x69, 0x48, 0x02, 0xee, 0x22, 0x14,
+ 0xda, 0x84, 0xc2, 0xd6, 0x73, 0x08, 0x45, 0x0e, 0x42, 0x9d, 0xcd, 0x08,
+ 0xb1, 0x8d, 0x55, 0x0a, 0x6b, 0xc9, 0x38, 0xd1, 0xea, 0xf7, 0x2b, 0xa7,
+ 0x06, 0x33, 0xfa, 0xd9, 0xdd, 0xdc, 0x38, 0x62, 0x09, 0x85, 0x51, 0xc0,
+ 0x4f, 0x2c, 0xb4, 0x89, 0xa1, 0x3d, 0xec, 0x59, 0xc4, 0x22, 0x07, 0xb1,
+ 0xde, 0x46, 0xc4, 0x6e, 0xd2, 0xb8, 0xe0, 0x14, 0xf5, 0xeb, 0xa5, 0x44,
+ 0x0d, 0x6d, 0x65, 0x82, 0xda, 0x5a, 0x62, 0xf1, 0x64, 0xec, 0x36, 0x97,
+ 0x0d, 0x7e, 0x98, 0xcb, 0x1c, 0xe6, 0x32, 0xd8, 0xc0, 0x37, 0x19, 0x4c,
+ 0x68, 0x37, 0xab, 0x15, 0x5d, 0x27, 0x25, 0xc7, 0x68, 0xea, 0x86, 0xcf,
+ 0xa2, 0xe4, 0x18, 0x4e, 0xdd, 0xb5, 0x03, 0xdc, 0xa0, 0x54, 0x3f, 0x9e,
+ 0x7a, 0xad, 0x35, 0x52, 0xeb, 0xa7, 0xe6, 0x18, 0x50, 0x78, 0xc8, 0xfc,
+ 0x3c, 0x6a, 0x8e, 0x11, 0xd5, 0x5b, 0x37, 0xd6, 0x0d, 0x6a, 0x6b, 0x86,
+ 0x54, 0x3f, 0xac, 0x1f, 0x52, 0x06, 0x35, 0xff, 0x98, 0xea, 0xf7, 0x7e,
+ 0x8c, 0x29, 0xdb, 0x04, 0x3d, 0xbf, 0x49, 0x99, 0x4a, 0xda, 0x64, 0x58,
+ 0x89, 0x63, 0x6a, 0xbf, 0x08, 0xfb, 0x88, 0x39, 0x46, 0xd6, 0x60, 0xed,
+ 0xf2, 0xe2, 0x23, 0xe6, 0x18, 0x5c, 0x83, 0xb5, 0x03, 0xde, 0x26, 0x56,
+ 0x3f, 0xbe, 0x86, 0xeb, 0x96, 0x98, 0x5a, 0x82, 0x8e, 0x21, 0x36, 0x5c,
+ 0xb7, 0xcc, 0xd4, 0x12, 0xb4, 0x47, 0xd9, 0xb0, 0xb5, 0x6e, 0x06, 0xb0,
+ 0x09, 0xd6, 0x0f, 0xb4, 0x61, 0xab, 0x53, 0x3f, 0xd0, 0x6c, 0x82, 0xde,
+ 0xb1, 0x36, 0xe4, 0x6a, 0xf6, 0x8f, 0xb1, 0xa6, 0x8e, 0xb5, 0x71, 0x36,
+ 0xc7, 0x4b, 0xdc, 0x19, 0xf8, 0x83, 0x8c, 0x31, 0x15, 0x89, 0x92, 0x34,
+ 0xda, 0x3b, 0xf0, 0x30, 0x83, 0x4d, 0xbd, 0x78, 0x37, 0xa2, 0x6c, 0x8f,
+ 0xc2, 0xe1, 0x7a, 0xb5, 0xb3, 0x11, 0x65, 0x7b, 0x48, 0x0e, 0xd7, 0xeb,
+ 0xa1, 0x6b, 0x28, 0xd7, 0x8e, 0xcf, 0x61, 0xb8, 0x6e, 0xc5, 0x6a, 0x4e,
+ 0xdd, 0x1e, 0xac, 0xc3, 0xb5, 0xda, 0x6a, 0x73, 0xea, 0x8e, 0x91, 0xbb,
+ 0x56, 0x7d, 0x5d, 0x43, 0x7d, 0xcd, 0x30, 0xd6, 0x14, 0xda, 0xcd, 0xa9,
+ 0xfb, 0xc7, 0xb4, 0x12, 0x48, 0xe4, 0xc7, 0x98, 0x16, 0x63, 0xba, 0x94,
+ 0x96, 0x9d, 0x59, 0x52, 0x8a, 0xd3, 0x25, 0x5f, 0x03, 0xfe, 0x50, 0xea,
+ 0x1b, 0x4d, 0x8a, 0xeb, 0x9a, 0xb1, 0xfb, 0xa3, 0x19, 0xad, 0x66, 0x34,
+ 0x92, 0xe1, 0x1e, 0x93, 0x5d, 0xd7, 0x32, 0xa1, 0x0d, 0x3b, 0x7a, 0x1c,
+ 0xc3, 0x6e, 0x65, 0x93, 0xf5, 0xa5, 0xd3, 0x75, 0xd0, 0xe8, 0x5b, 0x34,
+ 0xda, 0xe4, 0xae, 0x88, 0x01, 0x4b, 0xb2, 0x79, 0xc2, 0x3a, 0x81, 0x42,
+ 0xa9, 0x9c, 0x5b, 0x31, 0xb8, 0x86, 0x9d, 0x1f, 0x7e, 0xf0, 0xff, 0xc2,
+ 0xe7, 0xfb, 0x8a, 0x04, 0xe0, 0xb5, 0xbe, 0xf3, 0x24, 0xff, 0x83, 0x66,
+ 0xc9, 0x25, 0x21, 0xc0, 0x9b, 0x59, 0xee, 0xbb, 0x54, 0xcb, 0xb4, 0x33,
+ 0xcf, 0x8a, 0xd4, 0x21, 0x39, 0xdd, 0xea, 0x28, 0xed, 0x47, 0xaa, 0xfa,
+ 0x1f, 0xa9, 0xea, 0xe9, 0xcf, 0x8f, 0x54, 0xf5, 0xf4, 0xe7, 0x47, 0xaa,
+ 0xfa, 0x26, 0xa9, 0xea, 0x71, 0x76, 0x49, 0x8b, 0xcc, 0x35, 0xbb, 0x74,
+ 0x7e, 0xcc, 0x2e, 0x3f, 0x66, 0x97, 0x1f, 0xb3, 0xcb, 0x8f, 0xd9, 0x85,
+ 0xfe, 0x3c, 0x73, 0x76, 0x29, 0xc6, 0x9f, 0x5d, 0x93, 0x4b, 0xef, 0xc7,
+ 0xe4, 0xf2, 0x63, 0x72, 0xf9, 0x31, 0xb9, 0xfc, 0x98, 0x5c, 0xe8, 0xcf,
+ 0xf3, 0x26, 0x97, 0xae, 0x6f, 0x63, 0x34, 0xf8, 0x31, 0xbb, 0xfc, 0x98,
+ 0x5d, 0x7e, 0xcc, 0x2e, 0x3f, 0x66, 0x17, 0xfa, 0xf3, 0xdc, 0xd9, 0xc5,
+ 0xbd, 0x31, 0x52, 0xe2, 0x16, 0xfc, 0x98, 0x5d, 0x7e, 0xcc, 0x2e, 0xf4,
+ 0xe7, 0xc7, 0xec, 0x42, 0x7f, 0x7e, 0xcc, 0x2e, 0x4d, 0x67, 0x17, 0xf7,
+ 0xc6, 0xa8, 0xf7, 0xc3, 0xa6, 0xfb, 0x63, 0x72, 0xf9, 0x31, 0xb9, 0xfc,
+ 0x98, 0x5c, 0xbe, 0x68, 0x72, 0xe9, 0x79, 0x36, 0x46, 0xbd, 0x1f, 0x36,
+ 0xdd, 0x1f, 0xb3, 0xcb, 0x8f, 0xd9, 0xe5, 0xc7, 0xec, 0xf2, 0x85, 0xb3,
+ 0x8b, 0x67, 0x63, 0xf4, 0xc3, 0xa8, 0xfb, 0x63, 0x76, 0xf9, 0x31, 0xbb,
+ 0xfc, 0x98, 0x5d, 0xbe, 0x6c, 0x76, 0xf1, 0x6c, 0x8c, 0x7e, 0xd8, 0x74,
+ 0x7f, 0x4c, 0x2e, 0x3f, 0x26, 0x97, 0x1f, 0x93, 0xcb, 0xf3, 0x27, 0x97,
+ 0x71, 0xbc, 0xb8, 0x9c, 0x25, 0xc9, 0xf2, 0x3c, 0xc9, 0xd3, 0x6c, 0xe2,
+ 0x08, 0x5b, 0x39, 0xc4, 0x60, 0x9d, 0x7a, 0xd8, 0xca, 0x76, 0xab, 0xba,
+ 0xa2, 0x9f, 0xe6, 0xe5, 0x8a, 0xdf, 0x85, 0x2d, 0xda, 0xd7, 0xe9, 0xc4,
+ 0x76, 0x36, 0xef, 0x6b, 0x31, 0xa6, 0xc0, 0x19, 0x34, 0xea, 0x0d, 0xfa,
+ 0xad, 0x21, 0xdc, 0x36, 0x76, 0xd1, 0xb8, 0x79, 0x2a, 0xed, 0x20, 0x03,
+ 0x43, 0x0c, 0xc1, 0xa9, 0x52, 0xe9, 0x7b, 0xb0, 0x53, 0x08, 0xfd, 0x53,
+ 0x24, 0x0e, 0xbf, 0xd6, 0x7e, 0xbf, 0x19, 0x89, 0x32, 0x9d, 0x27, 0xd9,
+ 0xca, 0x45, 0x60, 0xb0, 0xa3, 0x5f, 0xe4, 0x17, 0x31, 0x87, 0x6c, 0x1a,
+ 0x93, 0x64, 0x1a, 0xaf, 0x66, 0xe5, 0x47, 0x08, 0x7c, 0xe5, 0x20, 0x34,
+ 0x34, 0x38, 0x71, 0x36, 0x45, 0xe8, 0x6c, 0xce, 0x81, 0xe9, 0x16, 0x59,
+ 0xdb, 0x9c, 0xa1, 0xa7, 0x39, 0x07, 0x66, 0xa0, 0x08, 0x67, 0x5b, 0x84,
+ 0x75, 0xcd, 0x39, 0x30, 0x23, 0x46, 0x78, 0x48, 0x78, 0x9b, 0x73, 0xd0,
+ 0x6b, 0xd8, 0x9c, 0xe1, 0x9a, 0xe6, 0x1c, 0x98, 0x1d, 0xeb, 0x6c, 0x8a,
+ 0xc8, 0xdd, 0x9c, 0x83, 0x4d, 0x9a, 0x33, 0xf2, 0x34, 0xe7, 0xd0, 0x94,
+ 0x71, 0x67, 0x5b, 0x44, 0x75, 0xcd, 0x89, 0x61, 0x3f, 0x1a, 0x90, 0xf0,
+ 0x36, 0xa7, 0x88, 0xfd, 0xb1, 0xb6, 0x39, 0xa3, 0x35, 0xcd, 0x69, 0x85,
+ 0x02, 0x71, 0x36, 0x45, 0xc7, 0xd9, 0x9c, 0x43, 0x73, 0x98, 0xd6, 0x36,
+ 0x67, 0xc7, 0xd9, 0x9c, 0x51, 0xab, 0x65, 0xca, 0xb8, 0xb3, 0x2d, 0x3a,
+ 0xfe, 0xe6, 0x8c, 0x30, 0x03, 0x44, 0x13, 0x12, 0x9e, 0xe6, 0x64, 0x04,
+ 0xcc, 0xa8, 0x1d, 0xbe, 0xe6, 0xec, 0xd4, 0x36, 0x27, 0x23, 0x64, 0x76,
+ 0xac, 0xb3, 0x29, 0xba, 0x8e, 0xe6, 0x64, 0xb8, 0xe6, 0x30, 0xad, 0x6d,
+ 0xce, 0xae, 0xaf, 0x39, 0x4d, 0x19, 0x77, 0xb6, 0x45, 0xb7, 0xb6, 0x39,
+ 0xcd, 0x19, 0xcb, 0x43, 0xc2, 0xdb, 0x9c, 0xed, 0x56, 0xc3, 0xe6, 0xec,
+ 0xae, 0x69, 0xce, 0xb6, 0xd9, 0xb1, 0xce, 0xa6, 0xe8, 0x39, 0x9b, 0xb3,
+ 0x6d, 0x0e, 0xd3, 0xda, 0xe6, 0xec, 0x79, 0x9a, 0xb3, 0xdd, 0x68, 0x29,
+ 0xea, 0xd5, 0x35, 0x67, 0xbb, 0xd1, 0x52, 0xd4, 0xab, 0x69, 0xce, 0xa6,
+ 0x4b, 0x51, 0x6f, 0x5d, 0x73, 0x36, 0x5a, 0x8a, 0xfa, 0xce, 0xe6, 0xd4,
+ 0x83, 0xc5, 0xae, 0x6b, 0xce, 0xbe, 0xa7, 0x39, 0xc3, 0x46, 0x4b, 0x51,
+ 0xbf, 0xae, 0x39, 0xc3, 0x46, 0x4b, 0x51, 0xdf, 0xdf, 0x9c, 0x61, 0xd3,
+ 0xa5, 0xa8, 0xbf, 0xa6, 0x39, 0xc3, 0x46, 0x4b, 0xd1, 0xc0, 0xdd, 0x9c,
+ 0x1b, 0x2d, 0x45, 0x03, 0x4f, 0x73, 0x46, 0xa6, 0x8c, 0x3b, 0xdb, 0x62,
+ 0x50, 0xd7, 0x9c, 0x51, 0xa3, 0xa5, 0x68, 0xe0, 0x6f, 0xce, 0xa8, 0xe9,
+ 0x52, 0x34, 0x58, 0xd3, 0x9c, 0x91, 0x73, 0x29, 0x9a, 0x94, 0xe3, 0x51,
+ 0xb6, 0x28, 0xf3, 0x6c, 0x76, 0xbd, 0x64, 0x13, 0x4b, 0x15, 0x6d, 0xe7,
+ 0x92, 0x63, 0x91, 0xd1, 0xad, 0x05, 0xfb, 0x62, 0x71, 0x29, 0x25, 0x5b,
+ 0xcc, 0x20, 0x83, 0x30, 0x64, 0xaa, 0xce, 0xf2, 0x64, 0xdb, 0xa4, 0x11,
+ 0x59, 0x34, 0xfa, 0x1b, 0xd3, 0xe8, 0x5b, 0x34, 0x06, 0x1b, 0xd3, 0x18,
+ 0x58, 0x34, 0x86, 0x9b, 0xd2, 0x68, 0x5b, 0xed, 0xc1, 0x6f, 0x65, 0x6e,
+ 0x42, 0xc3, 0x6a, 0x0f, 0x9e, 0x1e, 0x7c, 0x13, 0x1a, 0x56, 0x7b, 0x74,
+ 0xc2, 0x8d, 0x69, 0x58, 0xed, 0xd1, 0x89, 0x36, 0xa5, 0xd1, 0xef, 0x59,
+ 0x34, 0x3a, 0x1b, 0xd3, 0xb0, 0xf9, 0xe8, 0x6e, 0x4c, 0x63, 0x68, 0xd1,
+ 0xd8, 0x58, 0x4e, 0x87, 0x76, 0x9b, 0x6e, 0x2c, 0xa7, 0x43, 0xbb, 0x2e,
+ 0x9b, 0xca, 0x69, 0x14, 0xd9, 0x6d, 0xba, 0x99, 0x9c, 0x8e, 0xe3, 0xf9,
+ 0x87, 0xec, 0x32, 0xbd, 0x85, 0xa0, 0x61, 0x06, 0xa5, 0xee, 0x66, 0xd2,
+ 0xca, 0x28, 0x5d, 0x3e, 0x2d, 0xc6, 0x78, 0xc1, 0xac, 0xb0, 0x68, 0x6d,
+ 0x2a, 0xb5, 0xdd, 0xd0, 0x1a, 0x3d, 0xdd, 0x4d, 0xa5, 0xb6, 0x1b, 0x5a,
+ 0xa3, 0xa7, 0xbb, 0x99, 0xd4, 0x7e, 0x5e, 0x64, 0xe3, 0xcf, 0x14, 0x40,
+ 0xe1, 0x24, 0x7b, 0xb0, 0x88, 0x35, 0x10, 0xdf, 0xa4, 0xbc, 0xd9, 0x4f,
+ 0xe3, 0x42, 0x4f, 0xce, 0xce, 0x27, 0x55, 0x74, 0x34, 0xc7, 0xb4, 0xea,
+ 0x25, 0x26, 0x34, 0x0b, 0xae, 0xce, 0x2f, 0x03, 0x11, 0x8e, 0x16, 0x67,
+ 0x6d, 0x33, 0x72, 0x1a, 0xa7, 0x86, 0x93, 0xb4, 0x99, 0xec, 0x3d, 0x6a,
+ 0xe1, 0x09, 0x2a, 0xd2, 0x83, 0xfb, 0x96, 0x90, 0xaa, 0x3d, 0x18, 0x3f,
+ 0x41, 0x6e, 0x7a, 0xb8, 0x85, 0xae, 0xac, 0x02, 0xaf, 0xdb, 0xad, 0x8a,
+ 0x64, 0xb1, 0x8c, 0xf3, 0xcf, 0x07, 0x0f, 0xc9, 0x6c, 0x76, 0x61, 0xe6,
+ 0x90, 0xff, 0x95, 0xc8, 0x62, 0xc8, 0x4e, 0x2b, 0x87, 0x7c, 0x6b, 0xa7,
+ 0xca, 0xdf, 0x5e, 0xd1, 0x30, 0x39, 0xe3, 0x24, 0x86, 0xb2, 0xa6, 0x73,
+ 0x62, 0xa4, 0xba, 0x4a, 0x0f, 0xd9, 0x1b, 0xc3, 0x17, 0xe3, 0x59, 0x09,
+ 0x11, 0x02, 0x2d, 0x16, 0xa8, 0xa5, 0xdb, 0x18, 0xbd, 0xac, 0xdd, 0x03,
+ 0x02, 0x10, 0xa3, 0x20, 0xe4, 0x01, 0x83, 0xab, 0x10, 0x05, 0x2d, 0x85,
+ 0x82, 0xd9, 0xce, 0x6d, 0x58, 0xcf, 0x39, 0x36, 0xd5, 0x20, 0x54, 0xd2,
+ 0x44, 0x8a, 0x3a, 0x30, 0xfc, 0xab, 0x74, 0xce, 0xba, 0xd0, 0xc9, 0x40,
+ 0x47, 0x36, 0x6d, 0x15, 0x10, 0x12, 0x4b, 0x6f, 0x53, 0xf6, 0x46, 0x89,
+ 0x7d, 0xf8, 0x58, 0xe6, 0xb1, 0x85, 0x8e, 0xa2, 0x8b, 0xe8, 0x93, 0xe4,
+ 0x36, 0x4f, 0x12, 0xb5, 0x33, 0x22, 0xde, 0x08, 0xac, 0x2b, 0xc6, 0x79,
+ 0xba, 0x2c, 0x47, 0xab, 0xfc, 0x3e, 0x69, 0x1b, 0x5c, 0x60, 0x33, 0xb6,
+ 0xd1, 0xbb, 0x8f, 0x2a, 0xf2, 0xa8, 0x91, 0x08, 0xc1, 0x38, 0x44, 0xff,
+ 0x86, 0x1a, 0x19, 0x8b, 0xc4, 0xb0, 0x6a, 0xc9, 0xa7, 0x46, 0x24, 0x42,
+ 0x17, 0x27, 0x21, 0x66, 0x16, 0xd8, 0x84, 0x93, 0xd0, 0x22, 0x81, 0xd2,
+ 0xbf, 0x09, 0x27, 0x91, 0x93, 0x13, 0xb0, 0x1b, 0x50, 0xd3, 0x36, 0x63,
+ 0x24, 0x32, 0x29, 0x44, 0x2d, 0xd9, 0xb7, 0xcd, 0xf8, 0xe8, 0xb8, 0xf8,
+ 0x88, 0xc2, 0xd6, 0x66, 0x7c, 0x74, 0x2c, 0x0a, 0x51, 0x6f, 0x33, 0x3e,
+ 0xba, 0x4e, 0x3e, 0x2a, 0x51, 0x6b, 0xc6, 0x47, 0xd7, 0xa2, 0xd0, 0x1b,
+ 0x6c, 0xc6, 0x47, 0xcf, 0xc9, 0xc7, 0xa0, 0xb3, 0x19, 0x1f, 0x3d, 0x93,
+ 0x42, 0xa7, 0xd5, 0x6a, 0xc0, 0xc7, 0x4d, 0x9c, 0x67, 0xa3, 0x2c, 0xcf,
+ 0x45, 0x1c, 0x02, 0xd7, 0x0c, 0xd6, 0x81, 0x7f, 0xff, 0xdc, 0x01, 0x4a,
+ 0x22, 0x31, 0xa5, 0x1e, 0xe4, 0xb4, 0x2d, 0xc9, 0x78, 0xe6, 0xc0, 0x0e,
+ 0xca, 0x7b, 0xc7, 0x31, 0x07, 0xca, 0xbb, 0xd0, 0x82, 0xc2, 0x15, 0xde,
+ 0x7d, 0x37, 0xf1, 0x61, 0x33, 0xf0, 0xe7, 0xce, 0x23, 0x52, 0x70, 0x67,
+ 0xbc, 0x85, 0xec, 0x98, 0x22, 0x2a, 0xf9, 0xd5, 0xb2, 0x18, 0x65, 0xc9,
+ 0xb4, 0xa2, 0x82, 0x61, 0xfa, 0xa3, 0x4e, 0x35, 0xc1, 0x5f, 0x88, 0x80,
+ 0xab, 0x72, 0x67, 0x40, 0x71, 0xfa, 0x15, 0x0a, 0x7a, 0x3d, 0x38, 0x85,
+ 0x6a, 0x22, 0xb6, 0xc3, 0xa7, 0x56, 0xd8, 0x7b, 0x93, 0x7b, 0x08, 0x88,
+ 0xe2, 0x6a, 0x89, 0x2e, 0x4e, 0xa6, 0xae, 0x96, 0x90, 0xab, 0x81, 0x41,
+ 0xc5, 0xec, 0xd7, 0x6e, 0x24, 0x7b, 0x83, 0x62, 0xd5, 0x56, 0x11, 0x67,
+ 0x60, 0x0c, 0x0d, 0x91, 0x93, 0x34, 0x66, 0x6b, 0x70, 0x5c, 0x94, 0x8c,
+ 0x8c, 0xdd, 0x25, 0x38, 0xa7, 0x76, 0x3b, 0x1d, 0x63, 0x56, 0x67, 0x95,
+ 0x50, 0x02, 0xc9, 0x0b, 0x6e, 0x14, 0x4a, 0x16, 0x09, 0x65, 0x3e, 0x75,
+ 0x47, 0x2a, 0xbd, 0xc9, 0xb2, 0xa2, 0xc4, 0x1e, 0x3d, 0x5b, 0x26, 0x8b,
+ 0x93, 0x2c, 0x5b, 0x5a, 0x34, 0x30, 0x52, 0xd9, 0xe0, 0x11, 0xdb, 0xd4,
+ 0x4f, 0xc3, 0x5e, 0xd8, 0xb0, 0x2d, 0x28, 0xf7, 0xac, 0xc0, 0xad, 0x56,
+ 0x67, 0x99, 0x7c, 0x01, 0x25, 0x0b, 0x99, 0x30, 0x3b, 0x94, 0x13, 0xa8,
+ 0x74, 0x88, 0x75, 0x04, 0xa0, 0x16, 0xa3, 0x59, 0x56, 0x24, 0x13, 0x57,
+ 0x3d, 0x30, 0xa1, 0x97, 0x52, 0x8f, 0xb0, 0x6a, 0xca, 0x48, 0x25, 0x53,
+ 0x51, 0xf8, 0xe3, 0xde, 0x63, 0xea, 0xe4, 0xa9, 0x1f, 0x35, 0xe5, 0xa9,
+ 0x22, 0xf6, 0x27, 0x2f, 0xb1, 0x6a, 0x3e, 0xf3, 0x13, 0x5b, 0x26, 0x93,
+ 0x78, 0x76, 0x95, 0xb1, 0x36, 0x32, 0x47, 0x1f, 0xd6, 0x8d, 0xf2, 0x04,
+ 0xf0, 0xba, 0xb9, 0xc2, 0x06, 0x57, 0xf8, 0xe7, 0xf0, 0xcb, 0x25, 0x6e,
+ 0x18, 0xc8, 0xd2, 0x35, 0x72, 0x42, 0x83, 0x82, 0x47, 0x5c, 0x07, 0x55,
+ 0x4f, 0xd7, 0x49, 0x2b, 0xd3, 0x23, 0x46, 0x7c, 0xf8, 0xc0, 0x64, 0xe2,
+ 0x1a, 0xc3, 0x18, 0x32, 0xd1, 0xd2, 0x45, 0x68, 0x04, 0x77, 0x85, 0x32,
+ 0xa5, 0x12, 0xb1, 0x08, 0x54, 0x0a, 0x9d, 0x91, 0x63, 0xd9, 0xc4, 0xbe,
+ 0x8a, 0x97, 0x49, 0x6e, 0xf3, 0x41, 0x4a, 0x0d, 0x86, 0xba, 0x72, 0xf3,
+ 0x81, 0x8d, 0xe2, 0xa6, 0x64, 0xb6, 0xcb, 0x30, 0xd4, 0x98, 0x61, 0x6d,
+ 0x12, 0x4a, 0x7e, 0x70, 0x22, 0xc0, 0xb8, 0xd1, 0xae, 0xe9, 0x88, 0xa3,
+ 0x0f, 0xf4, 0x66, 0xd5, 0x33, 0x80, 0x8b, 0x39, 0xa0, 0x22, 0x62, 0x36,
+ 0xc6, 0xb0, 0x12, 0x56, 0x35, 0x72, 0xb6, 0x9c, 0x8a, 0xda, 0x88, 0xfc,
+ 0xd1, 0xd6, 0x4c, 0x79, 0xf9, 0x3d, 0x73, 0x3a, 0x34, 0x7a, 0x55, 0x14,
+ 0xff, 0x31, 0x39, 0xc9, 0xe2, 0x89, 0x93, 0x04, 0x8e, 0x3c, 0x24, 0x31,
+ 0x63, 0x20, 0x0e, 0xf1, 0x24, 0x7c, 0xe7, 0xc2, 0x82, 0xc7, 0x71, 0x62,
+ 0x61, 0x31, 0xd2, 0x70, 0x0c, 0x87, 0xc3, 0x1d, 0x8a, 0xb6, 0x7c, 0x89,
+ 0xcb, 0x2c, 0x58, 0x75, 0xca, 0x9c, 0x75, 0xc6, 0x4e, 0xb0, 0x77, 0x39,
+ 0x3a, 0x3e, 0xde, 0x09, 0x3a, 0x68, 0x91, 0x1e, 0xb0, 0x56, 0x82, 0xbe,
+ 0x3a, 0x5a, 0x25, 0x33, 0x8f, 0xd0, 0x41, 0x4b, 0x56, 0x4a, 0xb4, 0x5f,
+ 0xec, 0x04, 0x09, 0x1b, 0xbd, 0x5f, 0xe9, 0x9d, 0xb9, 0xb9, 0x76, 0x51,
+ 0x47, 0xc7, 0xf5, 0x0c, 0xb4, 0xa3, 0xde, 0x3a, 0x06, 0x14, 0x12, 0x16,
+ 0x3a, 0xae, 0xf3, 0xb5, 0x0c, 0x88, 0x65, 0x8b, 0x48, 0x58, 0xab, 0x2f,
+ 0x23, 0x51, 0x2d, 0xbf, 0x36, 0x85, 0x96, 0x49, 0xc2, 0x59, 0x89, 0xb0,
+ 0x5a, 0x7f, 0x95, 0x3a, 0xc0, 0x78, 0x6c, 0xf7, 0x35, 0x0a, 0x23, 0xd8,
+ 0xb7, 0x39, 0xb9, 0x88, 0x2a, 0x89, 0xaf, 0xaf, 0x07, 0x92, 0x70, 0x72,
+ 0x11, 0xf5, 0xe4, 0x98, 0x1b, 0x67, 0x2b, 0x08, 0x19, 0xee, 0xe0, 0x45,
+ 0xee, 0xa8, 0xbc, 0x3d, 0x12, 0x0d, 0xc3, 0x06, 0x22, 0x21, 0x48, 0x58,
+ 0xe8, 0x1d, 0x65, 0x03, 0x60, 0xd5, 0x84, 0x32, 0x17, 0xcd, 0xe3, 0xe9,
+ 0x41, 0x32, 0xce, 0x26, 0xfa, 0xda, 0x4d, 0xe8, 0x5d, 0x9c, 0x38, 0xd8,
+ 0x2e, 0x02, 0xd5, 0xba, 0xdb, 0x37, 0x77, 0xd9, 0x2a, 0x37, 0x95, 0xaa,
+ 0x0e, 0x8e, 0xff, 0x48, 0xa5, 0xe3, 0xd0, 0x69, 0xda, 0x5c, 0x97, 0xe0,
+ 0xb4, 0x3e, 0x1a, 0x1b, 0x54, 0x9a, 0xcb, 0x52, 0x1e, 0x8b, 0xe8, 0x38,
+ 0x2e, 0x1d, 0x5a, 0x1e, 0xce, 0x88, 0xed, 0x0e, 0xdf, 0xd1, 0x3f, 0x2a,
+ 0xd3, 0x89, 0x54, 0x5b, 0xc1, 0x34, 0x0e, 0xff, 0x6f, 0x5b, 0xa4, 0x92,
+ 0xf9, 0xd2, 0x31, 0xbf, 0xb6, 0x3b, 0xed, 0x6a, 0x6a, 0x74, 0x6d, 0x3a,
+ 0x5b, 0x26, 0x21, 0xcf, 0x04, 0x03, 0x84, 0xa4, 0xc8, 0x9c, 0xd0, 0x0c,
+ 0xa3, 0x64, 0xdc, 0x11, 0x3e, 0x04, 0x29, 0x06, 0x25, 0x62, 0xd4, 0x44,
+ 0xe2, 0x4b, 0x75, 0x19, 0x66, 0x34, 0xf8, 0xf0, 0x7b, 0xa4, 0x0e, 0xd3,
+ 0xe6, 0x4a, 0x4c, 0x56, 0xc7, 0x93, 0x60, 0x32, 0x32, 0x48, 0xc0, 0xc1,
+ 0x0c, 0x11, 0xc2, 0x14, 0xf1, 0xbc, 0xdb, 0x4f, 0xec, 0xf9, 0x4e, 0x23,
+ 0xe2, 0xd6, 0xc6, 0x19, 0x8d, 0x41, 0x35, 0x98, 0x0d, 0x2d, 0xb4, 0x3d,
+ 0x68, 0x89, 0x10, 0x59, 0xcb, 0x43, 0xa6, 0xf5, 0xcd, 0xe3, 0xd2, 0x39,
+ 0x73, 0xb6, 0x3b, 0x7d, 0x6e, 0x54, 0xe0, 0x35, 0x92, 0x29, 0xeb, 0x2b,
+ 0xd5, 0xbe, 0xc5, 0x85, 0xb0, 0x22, 0x64, 0x2a, 0x61, 0x44, 0xaa, 0xab,
+ 0x6e, 0x87, 0x7f, 0x02, 0x2b, 0x8e, 0x41, 0x89, 0x6b, 0x82, 0x0a, 0x25,
+ 0x4f, 0xcd, 0xba, 0xea, 0xae, 0xd8, 0x57, 0xb3, 0xfb, 0x7b, 0x52, 0xe6,
+ 0xda, 0xa6, 0xc4, 0x74, 0xf9, 0x66, 0x98, 0xe4, 0x0f, 0x73, 0x7d, 0x29,
+ 0xc3, 0x12, 0x85, 0x2f, 0xec, 0x6a, 0x14, 0x7c, 0xbd, 0xd4, 0x55, 0xb6,
+ 0x91, 0x27, 0xae, 0x1e, 0x92, 0x14, 0x7c, 0x15, 0x51, 0x76, 0x91, 0xeb,
+ 0xea, 0x11, 0x5a, 0xf5, 0xe0, 0x9b, 0xc7, 0xc6, 0xf5, 0x08, 0xbd, 0xf5,
+ 0xe8, 0x54, 0xca, 0x52, 0x6d, 0x3d, 0x42, 0x5f, 0x3d, 0xd4, 0x3d, 0x97,
+ 0xa7, 0x1e, 0x62, 0x18, 0x9a, 0x73, 0x02, 0x27, 0xc0, 0x65, 0x55, 0x1b,
+ 0x38, 0xd5, 0xac, 0x50, 0xa9, 0x19, 0x9c, 0x8a, 0xb7, 0x2a, 0x43, 0x65,
+ 0xba, 0xf5, 0x0e, 0x1c, 0x4e, 0xc4, 0x53, 0x9b, 0x5e, 0x2b, 0xb4, 0x36,
+ 0x4d, 0x56, 0x75, 0xca, 0x3c, 0x4e, 0x21, 0xd5, 0xc7, 0xb1, 0xbb, 0x5a,
+ 0x34, 0xa7, 0xf4, 0x6a, 0xa6, 0xba, 0x96, 0x98, 0xe8, 0x4c, 0x4a, 0xbe,
+ 0xaa, 0xf5, 0x94, 0x99, 0xce, 0x57, 0x33, 0x93, 0x96, 0xaf, 0x86, 0xed,
+ 0x4a, 0x9f, 0xf3, 0xca, 0x9d, 0x7b, 0x42, 0xe8, 0x91, 0x95, 0x4e, 0xf6,
+ 0x94, 0x5b, 0x9b, 0xba, 0xf7, 0xce, 0x6c, 0x3d, 0xcc, 0xff, 0xfc, 0x67,
+ 0x75, 0x36, 0xb1, 0xc5, 0xcd, 0x37, 0xf0, 0x7b, 0x98, 0x66, 0x76, 0x4d,
+ 0xcf, 0xfc, 0x5b, 0x3a, 0x0d, 0x4e, 0xf6, 0x4e, 0xf7, 0x0f, 0xf6, 0x5e,
+ 0xcc, 0xe2, 0xf9, 0xcd, 0x24, 0x76, 0x77, 0x4d, 0x9f, 0xdb, 0x3b, 0x79,
+ 0x3d, 0x08, 0x94, 0x2f, 0x8d, 0x6c, 0xe6, 0x0c, 0xfb, 0x61, 0xbb, 0x35,
+ 0x18, 0x74, 0xd8, 0x46, 0xbc, 0x2f, 0x52, 0xb5, 0x00, 0x0b, 0xbb, 0xa8,
+ 0x3d, 0xfc, 0x5b, 0x32, 0x2b, 0x92, 0x4d, 0xc8, 0xc7, 0xd3, 0xdc, 0xd5,
+ 0xf7, 0xff, 0x96, 0x2c, 0x26, 0xe9, 0x94, 0x13, 0xf2, 0x36, 0x19, 0xba,
+ 0x3f, 0xf1, 0x5a, 0xbb, 0xda, 0x8b, 0xd0, 0x3d, 0x6d, 0xd6, 0x47, 0x07,
+ 0x80, 0x75, 0xd2, 0xcc, 0xf6, 0x84, 0xcb, 0x62, 0x6f, 0x3c, 0x4e, 0x66,
+ 0x46, 0x75, 0x48, 0x0d, 0xe9, 0xd3, 0xa1, 0x8b, 0x73, 0xae, 0x69, 0xd1,
+ 0xde, 0x17, 0x57, 0x01, 0x85, 0xce, 0x51, 0x9e, 0xcd, 0x2d, 0x96, 0x38,
+ 0x35, 0xc5, 0x98, 0x38, 0x65, 0x60, 0xeb, 0x48, 0x5d, 0x65, 0x5e, 0x42,
+ 0x95, 0x1c, 0x97, 0x9a, 0x66, 0x14, 0x76, 0xf9, 0x3e, 0x8d, 0x6c, 0x67,
+ 0xd6, 0x4a, 0x40, 0x4d, 0x13, 0xf5, 0x1c, 0xb5, 0xaa, 0x0c, 0x2d, 0x11,
+ 0x1c, 0x8f, 0xe3, 0x3f, 0x3a, 0x1d, 0xbb, 0xa3, 0x38, 0x3d, 0xc5, 0x70,
+ 0x54, 0xcd, 0xa3, 0x8c, 0x0c, 0x29, 0x58, 0x62, 0x9f, 0xa5, 0x92, 0x72,
+ 0x5b, 0x3c, 0xda, 0xfd, 0x6e, 0xb5, 0x6d, 0x54, 0xfb, 0xac, 0x8e, 0x96,
+ 0x69, 0x3b, 0x66, 0x44, 0xc2, 0xe7, 0x54, 0xcf, 0xb1, 0x4c, 0x70, 0x7a,
+ 0x8a, 0x19, 0xa5, 0x59, 0xf5, 0xec, 0xf5, 0x42, 0x50, 0xea, 0x6f, 0x5c,
+ 0x3d, 0xd3, 0x22, 0xcd, 0x88, 0xb8, 0xd6, 0xf1, 0xb5, 0xd5, 0x8b, 0xbc,
+ 0xd5, 0xc3, 0x94, 0x25, 0x9b, 0x54, 0x2f, 0xf2, 0x55, 0x4f, 0x31, 0x83,
+ 0x34, 0xad, 0x9e, 0x69, 0xe8, 0x66, 0x44, 0x5c, 0x43, 0x6e, 0x6d, 0xf5,
+ 0x3a, 0xde, 0xea, 0xd1, 0x26, 0x78, 0x83, 0xea, 0x75, 0x7c, 0xd5, 0xa3,
+ 0x35, 0x76, 0x7d, 0xf5, 0x20, 0xb7, 0x65, 0x9e, 0xce, 0x7d, 0xf3, 0xda,
+ 0x80, 0x76, 0xcb, 0x1d, 0xdf, 0xb4, 0xc6, 0xd1, 0x3d, 0xf3, 0xda, 0xa0,
+ 0x55, 0xd9, 0xab, 0x7d, 0x39, 0xd2, 0x38, 0x05, 0x70, 0x92, 0x75, 0xed,
+ 0x44, 0x06, 0xb4, 0xd0, 0x73, 0xbb, 0x00, 0xb6, 0x6e, 0xe8, 0xd8, 0x86,
+ 0x20, 0x89, 0xd0, 0x47, 0x02, 0x2d, 0x56, 0x8d, 0x48, 0x44, 0x3e, 0x12,
+ 0xdd, 0x5e, 0x53, 0x12, 0x1d, 0x1f, 0x89, 0x7e, 0xd8, 0x94, 0x44, 0xd7,
+ 0x47, 0x02, 0x47, 0x53, 0x23, 0x12, 0x3d, 0x0f, 0x89, 0x76, 0xab, 0x71,
+ 0x73, 0xf6, 0x7d, 0x24, 0xc2, 0xc6, 0xcd, 0x39, 0xf0, 0x91, 0x88, 0x1a,
+ 0x37, 0xe7, 0xd0, 0x47, 0xa2, 0xdb, 0xb8, 0x39, 0xdb, 0x2d, 0x1f, 0x8d,
+ 0x5e, 0xe3, 0xf6, 0x6c, 0xfb, 0xe4, 0xb3, 0x3d, 0x68, 0xdc, 0xa0, 0x6d,
+ 0x9f, 0x80, 0x92, 0x49, 0xa7, 0x96, 0x06, 0xe6, 0x1b, 0xa9, 0x1b, 0xa8,
+ 0x61, 0x35, 0xd4, 0x5c, 0x03, 0x55, 0xe0, 0xfb, 0x46, 0x6a, 0x58, 0x9d,
+ 0x0b, 0xf9, 0x46, 0xaa, 0x20, 0xe1, 0x1d, 0xaa, 0x61, 0xb4, 0xb6, 0x4b,
+ 0x24, 0x0d, 0x6f, 0x53, 0x74, 0xd6, 0x76, 0x89, 0xa4, 0xe1, 0x1b, 0xac,
+ 0x64, 0xde, 0x6a, 0x46, 0xc3, 0x37, 0x5a, 0xc3, 0x41, 0xe3, 0x2e, 0xf1,
+ 0x0e, 0x57, 0xb2, 0x91, 0x35, 0xa3, 0xe1, 0x1b, 0xaf, 0x51, 0xbb, 0x79,
+ 0x9b, 0xfa, 0x06, 0x2c, 0x19, 0xda, 0x9a, 0xd1, 0xf0, 0x8d, 0xd8, 0xa8,
+ 0xd3, 0xbc, 0x4d, 0x7d, 0x43, 0x96, 0xac, 0x75, 0xcd, 0x68, 0x78, 0xc7,
+ 0x6c, 0xd4, 0x6f, 0xde, 0xa8, 0xde, 0x41, 0x4b, 0x06, 0xbf, 0x86, 0x44,
+ 0x7c, 0xa2, 0xda, 0x69, 0xad, 0x6d, 0x56, 0xd3, 0x12, 0x7b, 0xc8, 0x86,
+ 0xa3, 0x35, 0xf4, 0xe8, 0x48, 0x56, 0xb3, 0x83, 0xaa, 0x26, 0x17, 0xb2,
+ 0x3f, 0x8a, 0x88, 0xff, 0x21, 0xf0, 0xe4, 0xb4, 0xd9, 0x0d, 0x3a, 0xb8,
+ 0xcc, 0xf5, 0x1e, 0xad, 0x3d, 0xdf, 0x6b, 0xf4, 0x94, 0xc4, 0xbd, 0xb9,
+ 0x4e, 0xc6, 0x32, 0x02, 0x71, 0x42, 0xd8, 0xc4, 0x92, 0x8c, 0x79, 0x42,
+ 0xa4, 0xd1, 0x70, 0x9f, 0x26, 0x30, 0x1a, 0x98, 0x81, 0x76, 0xed, 0x99,
+ 0xe6, 0x3c, 0x7e, 0xfc, 0x03, 0x78, 0x26, 0x5d, 0x24, 0x65, 0x9c, 0x4f,
+ 0x9c, 0xdb, 0x34, 0x46, 0x6a, 0x50, 0xd5, 0x4b, 0x6c, 0xd0, 0x43, 0x79,
+ 0x38, 0x49, 0x6e, 0x37, 0x3a, 0x21, 0x9f, 0x01, 0x71, 0xd0, 0xc5, 0xb6,
+ 0xb6, 0xab, 0xc6, 0x93, 0x8b, 0xea, 0x54, 0x7c, 0x75, 0xeb, 0x46, 0xad,
+ 0x26, 0x75, 0xdb, 0x3b, 0xb9, 0x24, 0x4f, 0x1a, 0x67, 0xe5, 0x48, 0x4f,
+ 0x1b, 0x74, 0xd5, 0x95, 0xd0, 0x30, 0xa9, 0x54, 0xd6, 0xc8, 0x36, 0x24,
+ 0x5b, 0x3d, 0xbe, 0x5d, 0x78, 0x6b, 0xc7, 0x89, 0x55, 0x67, 0x38, 0x64,
+ 0xba, 0x33, 0xcf, 0x5f, 0x54, 0x2a, 0xb9, 0x67, 0x25, 0xa0, 0x73, 0xe0,
+ 0xda, 0x73, 0x71, 0x56, 0x33, 0x90, 0xe8, 0xbd, 0xc9, 0xdf, 0x56, 0x45,
+ 0x39, 0xa7, 0xdc, 0xa2, 0x46, 0xb5, 0xd4, 0x55, 0xb1, 0x4a, 0x3c, 0xae,
+ 0x6c, 0xae, 0xbb, 0x2d, 0x51, 0x2f, 0x9d, 0x94, 0xb7, 0x72, 0xbd, 0x6a,
+ 0x81, 0xf3, 0x56, 0x4e, 0x27, 0xe5, 0xab, 0x61, 0xcf, 0xeb, 0x03, 0x51,
+ 0x9d, 0xb5, 0xdf, 0x2e, 0xf6, 0x67, 0x6c, 0xe3, 0xef, 0x58, 0xeb, 0x38,
+ 0x8d, 0x48, 0x3f, 0x65, 0x76, 0x7a, 0xa4, 0x29, 0x54, 0x66, 0xbe, 0x6a,
+ 0xf5, 0xab, 0x23, 0x8c, 0x1a, 0x5b, 0x98, 0x20, 0xe3, 0xab, 0x52, 0xbf,
+ 0xda, 0x38, 0xd4, 0x18, 0xf7, 0x04, 0x95, 0x1b, 0xf8, 0x7b, 0x1e, 0xe7,
+ 0x31, 0x46, 0xcc, 0x0f, 0xb4, 0x4c, 0x17, 0x8c, 0xd6, 0x90, 0xdc, 0x13,
+ 0x21, 0xd5, 0xc5, 0xf6, 0x7f, 0x26, 0x39, 0x4c, 0x48, 0xbc, 0xc9, 0xb7,
+ 0x4f, 0xf7, 0xce, 0xe1, 0xcf, 0x88, 0x52, 0x4f, 0x1e, 0xef, 0xe1, 0x1f,
+ 0x68, 0xf5, 0x80, 0x33, 0xbf, 0x2d, 0x53, 0x1d, 0x88, 0x17, 0x7b, 0xab,
+ 0xc7, 0x00, 0x4e, 0x06, 0x82, 0xb6, 0xf6, 0x84, 0x37, 0x08, 0xd1, 0x74,
+ 0x10, 0xe0, 0x51, 0x35, 0x3c, 0x8a, 0x44, 0x1a, 0x1f, 0xb3, 0x59, 0x19,
+ 0x53, 0xde, 0xfb, 0x8f, 0x1f, 0xaf, 0x82, 0x76, 0x70, 0x5c, 0xfd, 0x3c,
+ 0x14, 0x3f, 0xc3, 0xea, 0x6d, 0x48, 0x6f, 0x0f, 0xcb, 0xbb, 0x78, 0x91,
+ 0xcd, 0x82, 0x97, 0x47, 0xb3, 0xe4, 0xf1, 0x55, 0xf0, 0x93, 0x28, 0xef,
+ 0x24, 0x5d, 0x24, 0x71, 0x5e, 0x95, 0xcf, 0x9f, 0x91, 0x83, 0x77, 0xe7,
+ 0x90, 0xcd, 0x81, 0xd2, 0x46, 0x10, 0x84, 0xf6, 0xc6, 0x86, 0x89, 0xac,
+ 0x37, 0x78, 0xf7, 0xf1, 0x64, 0x15, 0x07, 0xef, 0xe2, 0xd5, 0x6d, 0x42,
+ 0x44, 0xaa, 0x47, 0xa4, 0x40, 0x7d, 0xb2, 0xfd, 0x0e, 0x8a, 0x7d, 0x39,
+ 0x61, 0x8d, 0x3e, 0x2e, 0x93, 0xc9, 0x2b, 0xaa, 0x72, 0x9e, 0x05, 0x4b,
+ 0xee, 0xf2, 0x83, 0x95, 0x78, 0x77, 0x45, 0x24, 0xe0, 0x47, 0x68, 0xb0,
+ 0x1c, 0x19, 0xcf, 0x58, 0xf4, 0xc7, 0xe4, 0x2e, 0x05, 0xdf, 0x48, 0x4c,
+ 0x82, 0x00, 0x2f, 0xce, 0xd2, 0x99, 0x46, 0x12, 0x9e, 0x21, 0x65, 0x12,
+ 0x22, 0x8f, 0x82, 0xcb, 0x32, 0x2e, 0x93, 0x6d, 0x55, 0x1e, 0x9e, 0xc0,
+ 0x67, 0xe1, 0xec, 0x3e, 0xc9, 0xf3, 0xd4, 0xcc, 0xf5, 0x0b, 0xe2, 0x10,
+ 0xfd, 0x10, 0x87, 0xdf, 0x94, 0x38, 0xe0, 0xf4, 0xe0, 0xb2, 0x2a, 0x0c,
+ 0x30, 0x1b, 0xf8, 0x9f, 0x5d, 0x73, 0x9e, 0x9c, 0xae, 0xda, 0x16, 0x25,
+ 0xcb, 0x93, 0x96, 0xe4, 0x8a, 0xd2, 0x0d, 0x2b, 0xfe, 0x12, 0xa6, 0xbb,
+ 0x91, 0xa4, 0x63, 0x2b, 0x60, 0xc4, 0xcd, 0x80, 0x8c, 0xed, 0x0d, 0xe7,
+ 0xe0, 0xd0, 0x3f, 0x07, 0x0f, 0x95, 0xb3, 0x95, 0x75, 0x73, 0x70, 0xe8,
+ 0x9d, 0x83, 0x87, 0x8d, 0x0e, 0x58, 0x04, 0x95, 0xfa, 0x39, 0x18, 0xef,
+ 0xe4, 0xfe, 0x18, 0x74, 0xbf, 0x99, 0x41, 0x17, 0xd6, 0xcf, 0xc1, 0xc3,
+ 0x41, 0xfb, 0x87, 0x38, 0xfc, 0xa6, 0xc4, 0xc1, 0x3f, 0x07, 0x0f, 0x07,
+ 0xe1, 0x06, 0x73, 0x70, 0x58, 0x3b, 0x07, 0x0f, 0x87, 0x83, 0x86, 0x73,
+ 0xb0, 0x6d, 0x6b, 0x41, 0x6e, 0x86, 0x64, 0x1f, 0x6e, 0x3a, 0x07, 0x47,
+ 0xde, 0x39, 0x78, 0xa8, 0x1c, 0x77, 0xae, 0x9d, 0x83, 0x23, 0xdf, 0x1c,
+ 0x3c, 0x54, 0xee, 0x27, 0xac, 0x9d, 0x83, 0xa3, 0xfa, 0x39, 0x78, 0xd8,
+ 0xe6, 0xc1, 0x70, 0x7e, 0x0c, 0xba, 0xdf, 0xc6, 0xa0, 0x8b, 0x6a, 0xe7,
+ 0x60, 0x26, 0x0e, 0xc3, 0x1f, 0xe2, 0xf0, 0x9b, 0x12, 0x07, 0xef, 0x1c,
+ 0x3c, 0x44, 0xbf, 0xc2, 0xc6, 0x73, 0x70, 0x54, 0x37, 0x07, 0x0f, 0xdb,
+ 0x83, 0x5e, 0xc3, 0x39, 0xd8, 0xb6, 0x55, 0x73, 0x6e, 0x86, 0xa6, 0xe7,
+ 0x7e, 0xdd, 0x1c, 0xdc, 0xf1, 0xcf, 0xc1, 0x51, 0x65, 0x89, 0x5c, 0x3b,
+ 0x07, 0x77, 0xbc, 0x73, 0x70, 0x64, 0x39, 0x88, 0xfb, 0xe7, 0xe0, 0xce,
+ 0x9a, 0x39, 0x38, 0xe2, 0x29, 0x6c, 0x7e, 0x0c, 0xba, 0xdf, 0xc6, 0xa0,
+ 0xeb, 0xd4, 0xcf, 0xc1, 0x51, 0xb7, 0xff, 0x43, 0x1c, 0x7e, 0x53, 0xe2,
+ 0xe0, 0x9f, 0x83, 0xa3, 0xee, 0x60, 0x83, 0x39, 0xb8, 0x53, 0x3b, 0x07,
+ 0xa3, 0xff, 0x58, 0xdd, 0x1c, 0x7c, 0x9f, 0xd4, 0x9a, 0x83, 0x87, 0x9a,
+ 0x9f, 0xa7, 0x6f, 0x0a, 0xae, 0x88, 0x78, 0x67, 0x60, 0xc5, 0xa7, 0xc8,
+ 0x37, 0x03, 0x57, 0x54, 0x7c, 0x13, 0x70, 0xd7, 0xbc, 0x4a, 0xe2, 0xf2,
+ 0x1c, 0x6c, 0x64, 0x0b, 0x1e, 0x76, 0x95, 0xec, 0xd1, 0x3f, 0x06, 0xdc,
+ 0xbf, 0xec, 0x80, 0xab, 0xc4, 0xa1, 0x76, 0xfa, 0xed, 0x2a, 0x49, 0xb0,
+ 0x7f, 0x48, 0xc3, 0x6f, 0x40, 0x1a, 0xfc, 0xb3, 0x6f, 0xb7, 0xd3, 0x5b,
+ 0x3f, 0xfb, 0x1a, 0x84, 0x3c, 0x93, 0x6f, 0xb7, 0x17, 0x36, 0x9b, 0x7c,
+ 0x3d, 0x76, 0xe0, 0x61, 0xb7, 0xdf, 0xe0, 0x2c, 0xae, 0x22, 0xe2, 0x9d,
+ 0x7c, 0xfb, 0xd5, 0x3d, 0xed, 0x75, 0x93, 0xaf, 0xd7, 0x0a, 0x3c, 0xec,
+ 0xb7, 0xd7, 0x9e, 0xc4, 0x55, 0x44, 0xea, 0x27, 0xdf, 0x7e, 0xf4, 0xe3,
+ 0x20, 0xee, 0x37, 0x34, 0xdc, 0xea, 0x6d, 0xc0, 0x4c, 0x1a, 0x7e, 0x9c,
+ 0xc3, 0xfd, 0xa6, 0xa4, 0xc1, 0x3f, 0xf9, 0xf6, 0xa3, 0x06, 0xc7, 0x70,
+ 0x06, 0x21, 0xcf, 0xe4, 0xdb, 0xef, 0xae, 0x39, 0x85, 0x13, 0x64, 0x7c,
+ 0x06, 0x60, 0xee, 0xbf, 0xd0, 0x6c, 0xf2, 0xad, 0xb1, 0xff, 0x0e, 0x06,
+ 0x6b, 0xcf, 0xe0, 0x2a, 0x2a, 0xbe, 0xc9, 0x77, 0xd8, 0x5a, 0x7b, 0x04,
+ 0x57, 0x11, 0xa9, 0x9f, 0x7c, 0xe9, 0x3a, 0xf7, 0x8f, 0xe1, 0xf6, 0x1b,
+ 0x19, 0x6e, 0x6b, 0x8c, 0xbf, 0xc3, 0xf0, 0xc7, 0x01, 0xdc, 0x6f, 0x4a,
+ 0x1a, 0xfc, 0x93, 0xef, 0x30, 0x6c, 0x70, 0xfe, 0x66, 0x10, 0xf2, 0x4c,
+ 0xbe, 0xc3, 0x68, 0xcd, 0xf1, 0x9b, 0x20, 0xe3, 0xb3, 0xfc, 0x0e, 0x3b,
+ 0x0d, 0x4e, 0xdf, 0x2a, 0x22, 0x9e, 0xc9, 0x37, 0x6c, 0xb5, 0xfa, 0x6b,
+ 0x0f, 0xdf, 0x2a, 0x2a, 0xee, 0xc9, 0x97, 0x11, 0x71, 0x5f, 0x39, 0x71,
+ 0x4d, 0xbe, 0xf5, 0x66, 0xdf, 0x10, 0xa2, 0x56, 0xfe, 0x18, 0x6e, 0xbf,
+ 0x9d, 0xe1, 0x56, 0x6b, 0xf5, 0x05, 0x69, 0xf8, 0x71, 0xf2, 0xf6, 0x9b,
+ 0x92, 0x06, 0xdf, 0xe4, 0xcb, 0x44, 0xa1, 0x72, 0x1a, 0x5b, 0x3f, 0xf9,
+ 0xd6, 0xd9, 0x7c, 0x19, 0xa9, 0x70, 0xcd, 0xb9, 0x9b, 0xf0, 0x73, 0x17,
+ 0x91, 0x0e, 0x0e, 0xa7, 0x53, 0x88, 0x2b, 0x71, 0x9f, 0xec, 0xe5, 0x49,
+ 0xec, 0x9c, 0x01, 0x79, 0x68, 0x89, 0xd0, 0x71, 0xe9, 0xba, 0x09, 0x4d,
+ 0x67, 0xc8, 0x49, 0x46, 0x95, 0x82, 0x7b, 0x21, 0xd5, 0xdb, 0x37, 0x85,
+ 0x4e, 0xb7, 0xc7, 0xfd, 0xa8, 0x31, 0x0a, 0x95, 0x08, 0xed, 0x55, 0x67,
+ 0xab, 0x66, 0xf4, 0x9a, 0xd8, 0xaa, 0x9d, 0xf4, 0xbc, 0xeb, 0x47, 0xb4,
+ 0xde, 0x6c, 0xed, 0x24, 0xe8, 0x5b, 0x4a, 0xa2, 0xf5, 0x16, 0x6c, 0x27,
+ 0xbd, 0xfa, 0x55, 0x25, 0xfa, 0x61, 0xcc, 0xfe, 0x2d, 0xcc, 0x23, 0x4e,
+ 0xc9, 0xa8, 0x5d, 0x60, 0xa2, 0x1f, 0x76, 0xed, 0xdf, 0xac, 0x60, 0xf8,
+ 0xd7, 0x9a, 0xa8, 0x89, 0x89, 0xdb, 0x4f, 0xd3, 0xb3, 0xec, 0x44, 0xeb,
+ 0xac, 0xdd, 0x0e, 0x8a, 0x6e, 0xc3, 0x37, 0xa3, 0xd5, 0xc4, 0xf0, 0xed,
+ 0xa4, 0xe7, 0x9d, 0xc9, 0xbb, 0xeb, 0x6d, 0xe0, 0x4e, 0x82, 0xbe, 0x99,
+ 0xbc, 0xbb, 0xde, 0x1c, 0xee, 0xa4, 0x57, 0x3f, 0x93, 0x77, 0x7f, 0x58,
+ 0xc6, 0x7f, 0xa3, 0x03, 0xb6, 0xd6, 0x48, 0x0e, 0x82, 0xf1, 0xc3, 0x48,
+ 0xfe, 0x5b, 0x15, 0x0c, 0xff, 0x4c, 0xde, 0x6d, 0x62, 0x2f, 0xf7, 0xd3,
+ 0xf4, 0xcc, 0xe4, 0xdd, 0x75, 0xa6, 0x73, 0x23, 0x32, 0x6c, 0xbd, 0x56,
+ 0xde, 0x6d, 0x62, 0x47, 0xf7, 0x50, 0xf4, 0xce, 0xe6, 0xbd, 0xf5, 0x46,
+ 0x75, 0x0f, 0x49, 0xdf, 0x7c, 0xde, 0x5f, 0x6f, 0x61, 0xf7, 0x50, 0xac,
+ 0x9f, 0xd1, 0xfb, 0x3f, 0xcc, 0xed, 0xbf, 0x99, 0x81, 0x6b, 0xcb, 0x46,
+ 0xed, 0x9c, 0xde, 0xff, 0x61, 0x7b, 0xff, 0x0d, 0x8b, 0x86, 0x7f, 0x56,
+ 0xef, 0x37, 0x31, 0xc4, 0xd7, 0x51, 0xf5, 0xcc, 0xeb, 0xfd, 0x75, 0x56,
+ 0x79, 0x27, 0x4d, 0x9f, 0x8e, 0xde, 0x6f, 0x62, 0xa2, 0xf7, 0x50, 0xf4,
+ 0xce, 0xeb, 0x83, 0xf5, 0xf6, 0x7a, 0x0f, 0x49, 0xdf, 0xbc, 0x3e, 0x58,
+ 0x6f, 0xbc, 0xf7, 0x50, 0xac, 0x9f, 0xd7, 0x87, 0x3f, 0x2c, 0xf9, 0xbf,
+ 0xd9, 0xc1, 0xbb, 0x46, 0x57, 0x1f, 0xfe, 0x30, 0xeb, 0xff, 0x86, 0x45,
+ 0xc3, 0x3f, 0xaf, 0x0f, 0x9b, 0xd8, 0xf8, 0xeb, 0xa8, 0x7a, 0xe6, 0xf5,
+ 0xe1, 0x3a, 0x83, 0x3f, 0xc5, 0xe8, 0x3c, 0x8d, 0x1f, 0x0f, 0x92, 0xfb,
+ 0x34, 0xf6, 0x45, 0x8c, 0x65, 0x84, 0xd4, 0x98, 0x2d, 0x6a, 0x50, 0xd2,
+ 0x6a, 0xce, 0x84, 0x90, 0x34, 0x36, 0x39, 0x4f, 0x6c, 0x13, 0x46, 0xb1,
+ 0x2b, 0x23, 0xe7, 0xbb, 0xe6, 0x72, 0x9b, 0x92, 0x3b, 0x8c, 0x17, 0x23,
+ 0x44, 0x21, 0x96, 0x6a, 0xef, 0xde, 0x60, 0x78, 0xec, 0x2c, 0x67, 0xdd,
+ 0x73, 0x8b, 0xf9, 0x0c, 0x9c, 0x55, 0xec, 0x29, 0x31, 0x77, 0x7e, 0x52,
+ 0xe9, 0x0c, 0x5d, 0x44, 0x7c, 0x15, 0x6b, 0x63, 0xba, 0xd9, 0x3f, 0x7b,
+ 0xa3, 0xa2, 0x1a, 0x64, 0x3c, 0xb5, 0x6a, 0x53, 0x18, 0xc1, 0xda, 0xe8,
+ 0xa8, 0x0f, 0x0f, 0xa3, 0x59, 0xe9, 0x08, 0x3e, 0xce, 0x90, 0xab, 0xb3,
+ 0x84, 0x49, 0x72, 0x1b, 0xb8, 0x03, 0x90, 0x3f, 0x3c, 0x5c, 0xc5, 0xab,
+ 0x11, 0x4f, 0x1a, 0x69, 0x89, 0x4e, 0xbb, 0x15, 0xe9, 0xa6, 0x40, 0x25,
+ 0xa6, 0x3a, 0x05, 0x9b, 0x7d, 0x78, 0xd8, 0x4f, 0xca, 0xb8, 0x86, 0x40,
+ 0xa7, 0xe3, 0x21, 0xd0, 0x26, 0xf4, 0xd3, 0xd8, 0x15, 0x3a, 0x9d, 0x21,
+ 0x56, 0x17, 0x5a, 0x8d, 0x48, 0xbc, 0x3c, 0x64, 0x11, 0x72, 0xce, 0xb0,
+ 0x7d, 0x05, 0x57, 0xe1, 0x65, 0xea, 0x38, 0xaf, 0x23, 0x30, 0xa8, 0x27,
+ 0x70, 0xb7, 0x9c, 0x2e, 0x4f, 0xb2, 0x9b, 0xe4, 0x3c, 0xcf, 0xa6, 0xe9,
+ 0x2c, 0xf9, 0xbf, 0xab, 0x78, 0x51, 0xa6, 0xe5, 0x93, 0x23, 0x72, 0x12,
+ 0x23, 0xd6, 0xaf, 0xe2, 0xdc, 0xba, 0xc7, 0xa0, 0x41, 0x6d, 0x6f, 0x71,
+ 0x6b, 0x4b, 0x67, 0xbb, 0xa5, 0x04, 0x90, 0x16, 0x31, 0x93, 0x2a, 0x42,
+ 0x14, 0x7a, 0x0b, 0x08, 0x1d, 0x24, 0xf1, 0x04, 0x32, 0x8a, 0xc2, 0x3c,
+ 0xef, 0x0a, 0x75, 0x15, 0xb6, 0xc9, 0xd1, 0x80, 0xc2, 0x77, 0x02, 0x90,
+ 0xde, 0xc0, 0x18, 0x9a, 0x5b, 0x25, 0x74, 0x7a, 0x69, 0xc9, 0x66, 0xbb,
+ 0x32, 0x70, 0x8a, 0x8c, 0x70, 0x4a, 0xe0, 0xf5, 0x2e, 0x04, 0xed, 0x07,
+ 0x0a, 0x57, 0x94, 0x17, 0xcf, 0xc2, 0x46, 0x43, 0x66, 0xbb, 0xf5, 0xd8,
+ 0x6e, 0x39, 0xba, 0x58, 0xa6, 0x64, 0xaa, 0x28, 0x78, 0x47, 0x5a, 0xc4,
+ 0x29, 0xe1, 0x9c, 0x44, 0x4b, 0xa2, 0xe3, 0x98, 0xb0, 0x22, 0xe4, 0x0e,
+ 0x6e, 0xc5, 0xe8, 0x74, 0x2b, 0x3a, 0xae, 0x44, 0x24, 0xdd, 0x8a, 0xa3,
+ 0x51, 0x36, 0x5f, 0x26, 0x8b, 0x02, 0x27, 0x24, 0x4b, 0x70, 0xc9, 0xce,
+ 0x2d, 0x6b, 0x56, 0xcd, 0x21, 0x8a, 0xe2, 0x6b, 0x93, 0xf1, 0x56, 0xaf,
+ 0xd3, 0xab, 0xd8, 0x1a, 0x8f, 0xdf, 0xcc, 0x98, 0x88, 0xf8, 0x1b, 0x5b,
+ 0xa5, 0xe8, 0xab, 0x27, 0x05, 0x28, 0x5b, 0x5b, 0x4f, 0xcc, 0x9b, 0xf8,
+ 0x21, 0x4b, 0x7d, 0x21, 0xfc, 0x19, 0x21, 0x45, 0x18, 0x8d, 0xd9, 0x29,
+ 0x12, 0xa1, 0x13, 0x91, 0xca, 0x7e, 0x5c, 0x24, 0x48, 0xc9, 0x6a, 0xab,
+ 0xae, 0x12, 0xcc, 0x7c, 0xb2, 0x7f, 0xaf, 0xc8, 0xf3, 0xeb, 0x1e, 0xb6,
+ 0x15, 0x1e, 0x1d, 0x2f, 0x8b, 0xab, 0x62, 0x09, 0xe9, 0x11, 0x68, 0xa4,
+ 0x3a, 0x6b, 0xd5, 0xed, 0x18, 0xf3, 0xbf, 0x56, 0xa9, 0x3e, 0xaf, 0x94,
+ 0x49, 0xca, 0x41, 0x46, 0x46, 0xc8, 0x9a, 0xaf, 0x66, 0x65, 0xba, 0x9c,
+ 0xa5, 0x09, 0xcf, 0x49, 0xa1, 0x27, 0xb5, 0x19, 0xcf, 0xca, 0x8b, 0xe4,
+ 0xfe, 0x24, 0x9d, 0xa7, 0x8e, 0xc4, 0x50, 0x82, 0x96, 0x0c, 0x4a, 0xe6,
+ 0x9e, 0x7b, 0x75, 0x1a, 0x56, 0xfb, 0x76, 0xab, 0xb5, 0xd1, 0x8c, 0xd6,
+ 0xa5, 0x46, 0xa6, 0x3c, 0x49, 0xee, 0xcd, 0x54, 0x25, 0x82, 0x40, 0x35,
+ 0x05, 0xc2, 0x18, 0x37, 0xc5, 0x06, 0xa5, 0x46, 0x52, 0xf0, 0x35, 0x48,
+ 0x5f, 0xd3, 0x1d, 0xcc, 0xd0, 0x63, 0x13, 0xcc, 0x18, 0x49, 0xda, 0x24,
+ 0x36, 0x6b, 0x66, 0x2e, 0x46, 0x82, 0x4e, 0x95, 0x4c, 0x4e, 0xcc, 0x37,
+ 0x5a, 0x0a, 0x37, 0xe8, 0x68, 0x8b, 0x98, 0x87, 0xa5, 0x6a, 0xc7, 0x56,
+ 0xdf, 0x47, 0xc5, 0x3c, 0x9e, 0xcd, 0xce, 0x57, 0xb3, 0x22, 0xd9, 0x9b,
+ 0x4c, 0x92, 0xdc, 0xd9, 0x46, 0x98, 0x21, 0x82, 0x4b, 0xa0, 0x3d, 0x8d,
+ 0x01, 0x5f, 0x91, 0x49, 0xc7, 0x99, 0xba, 0x93, 0x51, 0x8a, 0x42, 0x1f,
+ 0x25, 0xcc, 0x11, 0x40, 0xb4, 0xe6, 0xe9, 0x22, 0x9d, 0xaf, 0xe6, 0x4c,
+ 0x63, 0xf4, 0xa4, 0xbb, 0xa3, 0x3a, 0xf6, 0xac, 0x90, 0x3a, 0xee, 0x28,
+ 0x82, 0x16, 0x35, 0x4f, 0x9b, 0x29, 0x31, 0xad, 0xf9, 0x54, 0xdb, 0xb2,
+ 0xf3, 0x87, 0x4c, 0xa6, 0xe3, 0x8c, 0xad, 0x87, 0x4c, 0x16, 0x6b, 0x06,
+ 0x1a, 0x25, 0xee, 0xe8, 0x78, 0x38, 0x93, 0x23, 0xcd, 0xa4, 0xe5, 0xa0,
+ 0x23, 0x47, 0x1a, 0xed, 0x79, 0xb4, 0xb8, 0x8f, 0xad, 0x17, 0x4b, 0x50,
+ 0x73, 0x79, 0x14, 0xc9, 0xc3, 0x45, 0x9e, 0x8e, 0xef, 0x9c, 0x0a, 0x5b,
+ 0x5b, 0x0b, 0xb4, 0xad, 0x84, 0x91, 0x0c, 0x85, 0x92, 0x81, 0xa2, 0xe0,
+ 0xa0, 0xe6, 0xce, 0xd9, 0x12, 0xb6, 0xfb, 0x5a, 0xa6, 0x4f, 0x8f, 0xda,
+ 0x64, 0xd3, 0xbb, 0x58, 0x2d, 0x60, 0xa1, 0x74, 0xb6, 0x99, 0x12, 0xea,
+ 0xae, 0x48, 0xc6, 0x86, 0x1a, 0x07, 0xe4, 0xee, 0xf3, 0xab, 0x3b, 0xd6,
+ 0x81, 0x77, 0xd9, 0x6c, 0xe2, 0xb2, 0x40, 0x0b, 0x2a, 0x03, 0xa1, 0x0c,
+ 0x52, 0xa4, 0x5a, 0x67, 0xa2, 0x2c, 0x8d, 0xd4, 0xbd, 0xbb, 0xed, 0xfb,
+ 0x7d, 0xa9, 0x9c, 0x56, 0x83, 0xd1, 0xd2, 0x6f, 0x34, 0x4a, 0xcb, 0x74,
+ 0x51, 0x6d, 0x63, 0x49, 0xe0, 0xfb, 0x3c, 0x54, 0x53, 0x1f, 0xe8, 0x7c,
+ 0x38, 0xfb, 0x80, 0x5b, 0xc4, 0xe3, 0x0f, 0x1f, 0xf7, 0x4e, 0x8e, 0x0f,
+ 0xe0, 0xe7, 0xf9, 0x5e, 0x8b, 0xfe, 0xb4, 0xe9, 0x4f, 0x48, 0x7f, 0x22,
+ 0xfa, 0xd3, 0xa1, 0x3f, 0x5d, 0xfa, 0xd3, 0xa3, 0x3f, 0x7d, 0xfa, 0x33,
+ 0xa0, 0x3f, 0x43, 0x8e, 0x2e, 0xc8, 0x70, 0x3a, 0x6d, 0x4e, 0xa8, 0xcd,
+ 0x29, 0xb5, 0x39, 0xa9, 0x36, 0xd1, 0xda, 0x27, 0xf0, 0x7d, 0x82, 0xde,
+ 0x27, 0xe0, 0x7d, 0x82, 0xdd, 0x27, 0xd0, 0x7d, 0x0e, 0x49, 0xa5, 0xee,
+ 0x53, 0xa9, 0xfb, 0x54, 0xea, 0xfe, 0x90, 0xa3, 0x0b, 0x32, 0x9c, 0x0e,
+ 0x2f, 0x75, 0x9f, 0x97, 0xba, 0xcf, 0x4b, 0xdd, 0xe7, 0xa5, 0x8e, 0x08,
+ 0x7c, 0x44, 0xd0, 0x23, 0x02, 0x1e, 0x11, 0xec, 0x88, 0x40, 0x47, 0x1c,
+ 0x92, 0x4a, 0x1d, 0x51, 0xa9, 0x23, 0x2a, 0x75, 0x34, 0xe4, 0xe8, 0x82,
+ 0x0c, 0xa7, 0xc3, 0x4b, 0x1d, 0xf1, 0x52, 0x47, 0xbc, 0xd4, 0x11, 0x2f,
+ 0xf5, 0x80, 0xc0, 0x0f, 0x08, 0xfa, 0x80, 0x80, 0x0f, 0x08, 0xf6, 0x80,
+ 0x40, 0x0f, 0x38, 0x24, 0x95, 0x7a, 0x40, 0xa5, 0x1e, 0x50, 0xa9, 0x07,
+ 0x43, 0x8e, 0x2e, 0xc8, 0x70, 0x3a, 0xbc, 0xd4, 0x03, 0x5e, 0xea, 0x01,
+ 0x2f, 0xf5, 0x80, 0x97, 0x7a, 0x48, 0xe0, 0x87, 0x04, 0x7d, 0x48, 0xc0,
+ 0x87, 0x04, 0x7b, 0x48, 0xa0, 0x87, 0x1c, 0x92, 0x4a, 0x3d, 0xa4, 0x52,
+ 0x0f, 0xa9, 0xd4, 0xc3, 0x21, 0x47, 0x17, 0x64, 0x38, 0x1d, 0x5e, 0xea,
+ 0x21, 0x2f, 0xf5, 0x90, 0x97, 0x7a, 0xc8, 0x4b, 0x3d, 0x22, 0xf0, 0x23,
+ 0x82, 0x3e, 0x22, 0xe0, 0x23, 0x82, 0x3d, 0x22, 0xd0, 0x23, 0x0e, 0x49,
+ 0xa5, 0x1e, 0x51, 0xa9, 0x47, 0x54, 0xea, 0xd1, 0x90, 0xa3, 0x0b, 0x32,
+ 0x9c, 0x0e, 0x2f, 0xf5, 0x88, 0x97, 0x7a, 0xc4, 0x4b, 0x3d, 0xe2, 0xa5,
+ 0xbe, 0x23, 0xf0, 0x77, 0x04, 0xfd, 0x8e, 0x80, 0xdf, 0x11, 0xec, 0x3b,
+ 0x02, 0x7d, 0xc7, 0x21, 0xa9, 0xd4, 0x77, 0x54, 0xea, 0x3b, 0x2a, 0xf5,
+ 0xdd, 0x90, 0xa3, 0x0b, 0x32, 0x9c, 0x0e, 0x2f, 0xf5, 0x1d, 0x2f, 0xf5,
+ 0x1d, 0x2f, 0xf5, 0x1d, 0x2f, 0xf5, 0x3d, 0x81, 0xbf, 0x27, 0xe8, 0xf7,
+ 0x04, 0xfc, 0x9e, 0x60, 0xdf, 0x13, 0xe8, 0x7b, 0x0e, 0x49, 0xa5, 0xbe,
+ 0xa7, 0x52, 0xdf, 0x53, 0xa9, 0xef, 0x87, 0x1c, 0x5d, 0x90, 0xe1, 0x74,
+ 0x78, 0xa9, 0xef, 0x79, 0xa9, 0xef, 0x79, 0xa9, 0xef, 0x79, 0xa9, 0xc7,
+ 0x04, 0x7e, 0x4c, 0xd0, 0xc7, 0x04, 0x7c, 0x4c, 0xb0, 0xc7, 0x04, 0x7a,
+ 0xcc, 0x21, 0xa9, 0xd4, 0x63, 0x2a, 0xf5, 0x98, 0x4a, 0x3d, 0x1e, 0x72,
+ 0x74, 0x41, 0x86, 0xd3, 0xe1, 0xa5, 0x1e, 0xf3, 0x52, 0x8f, 0x79, 0xa9,
+ 0xc7, 0xac, 0x54, 0x75, 0x8e, 0x71, 0x99, 0x68, 0xf9, 0x74, 0x35, 0xe8,
+ 0x6c, 0x36, 0xf1, 0x85, 0xde, 0x89, 0x0f, 0x36, 0xf1, 0x9b, 0x4c, 0x7c,
+ 0xa1, 0x73, 0xe2, 0x1b, 0xf6, 0x7e, 0x4c, 0x7c, 0x3f, 0x26, 0xbe, 0x1f,
+ 0x13, 0xdf, 0x8f, 0x89, 0x8f, 0xfe, 0x3c, 0x63, 0xe2, 0x7b, 0x48, 0xa7,
+ 0x29, 0x18, 0xe7, 0x8b, 0xe2, 0x3c, 0x4b, 0x17, 0xe5, 0x65, 0x91, 0x4e,
+ 0x02, 0x2b, 0xb9, 0x67, 0x08, 0x56, 0x3e, 0xf6, 0xa7, 0x63, 0x82, 0x9f,
+ 0xc7, 0x45, 0xf1, 0x90, 0xe5, 0x6e, 0x14, 0xd8, 0x53, 0x33, 0x14, 0x48,
+ 0x39, 0x7a, 0x34, 0xcb, 0x1e, 0x84, 0xc7, 0x35, 0xfc, 0xb6, 0xb6, 0x3f,
+ 0x4a, 0x26, 0x5a, 0x48, 0xc0, 0xb8, 0x6d, 0xcc, 0x87, 0x58, 0xba, 0x45,
+ 0xe9, 0x3c, 0x2b, 0x52, 0xdd, 0xf4, 0xc1, 0xa7, 0xd7, 0x41, 0x6f, 0x4d,
+ 0x34, 0x91, 0x38, 0xcd, 0xe7, 0x8c, 0xf5, 0xab, 0x8c, 0xe2, 0x83, 0x3b,
+ 0xf5, 0xef, 0x41, 0xb5, 0x55, 0x99, 0x2b, 0x19, 0x0a, 0x55, 0xe3, 0x89,
+ 0x41, 0xc6, 0xda, 0x90, 0x71, 0x42, 0x55, 0x92, 0x5c, 0x2d, 0xd7, 0x61,
+ 0xd4, 0xa2, 0xd8, 0xe9, 0x98, 0x3a, 0x4e, 0xf8, 0xbd, 0xb4, 0xaf, 0x6f,
+ 0x9c, 0xcc, 0x54, 0x7e, 0x24, 0xfe, 0xcd, 0x80, 0x46, 0xc6, 0xb3, 0xf2,
+ 0x0c, 0x86, 0xb5, 0x36, 0x78, 0x8d, 0x48, 0xe8, 0xe6, 0x45, 0xb9, 0xe3,
+ 0xd9, 0x88, 0x17, 0xef, 0x2a, 0xa8, 0xa4, 0xfd, 0x75, 0xf3, 0x82, 0x56,
+ 0x9b, 0x77, 0x71, 0xea, 0xb2, 0x4a, 0x71, 0x12, 0xa1, 0x5c, 0x48, 0xd1,
+ 0x2c, 0xe0, 0xd8, 0x4d, 0x4a, 0x22, 0x3e, 0x43, 0x14, 0x1d, 0x4b, 0xac,
+ 0x8d, 0x26, 0x2f, 0xe9, 0x78, 0xd2, 0x6f, 0x84, 0x10, 0xbe, 0xab, 0xb2,
+ 0xd9, 0x4f, 0xf6, 0xab, 0x76, 0x01, 0x01, 0x18, 0x18, 0x44, 0xdc, 0x49,
+ 0x0d, 0x18, 0x11, 0xd5, 0xf0, 0xbf, 0x8e, 0x88, 0x3b, 0x01, 0x07, 0x64,
+ 0xa8, 0xed, 0x34, 0x27, 0xe2, 0xce, 0xc0, 0xc1, 0x88, 0xa8, 0xe9, 0x0c,
+ 0xd6, 0x11, 0x71, 0xa7, 0xe0, 0x60, 0x44, 0x28, 0x95, 0x41, 0x33, 0x22,
+ 0xee, 0x1c, 0x1c, 0x61, 0xd8, 0x6e, 0x6f, 0xd0, 0xb0, 0xee, 0x24, 0x1c,
+ 0x21, 0x18, 0x1c, 0x9b, 0x13, 0x71, 0x67, 0xe1, 0x08, 0x43, 0xba, 0xba,
+ 0xd1, 0x90, 0x88, 0x3b, 0x0d, 0x47, 0xc8, 0xfe, 0xb7, 0x41, 0xc3, 0x7a,
+ 0xf2, 0x70, 0x30, 0x22, 0xdd, 0x0d, 0x5a, 0xd6, 0x93, 0x88, 0x83, 0x51,
+ 0x19, 0x6e, 0xd0, 0xb4, 0x9e, 0x4c, 0x1c, 0x21, 0xcf, 0x24, 0x5c, 0x4b,
+ 0x85, 0x8e, 0xd0, 0x2e, 0x93, 0x45, 0x91, 0xe5, 0x97, 0xd9, 0x2a, 0x1f,
+ 0x27, 0xc7, 0x8b, 0x49, 0xf2, 0x08, 0xf9, 0xe6, 0x8a, 0x71, 0x3c, 0x8b,
+ 0x73, 0x31, 0x1e, 0xc3, 0x08, 0x66, 0x6f, 0xfd, 0xb4, 0xaa, 0x5b, 0x43,
+ 0x21, 0x74, 0x51, 0xe8, 0x6e, 0x42, 0x21, 0x72, 0x51, 0xe8, 0x6d, 0x42,
+ 0xa1, 0xe3, 0xa2, 0xd0, 0x6f, 0x48, 0x61, 0x7f, 0x55, 0x38, 0x5b, 0x61,
+ 0x20, 0xf1, 0xe9, 0xbf, 0xd0, 0x8b, 0xee, 0x6c, 0x82, 0x61, 0x63, 0x74,
+ 0x57, 0xfd, 0x21, 0xbe, 0x62, 0x43, 0x74, 0x57, 0xe5, 0xfb, 0x6d, 0x17,
+ 0xfa, 0x34, 0x5e, 0xb4, 0x3d, 0xa7, 0x84, 0x21, 0xb9, 0xd2, 0x9b, 0x19,
+ 0xa0, 0x95, 0x15, 0x05, 0x90, 0xff, 0x08, 0xee, 0x0c, 0xae, 0x33, 0x6b,
+ 0x86, 0x2e, 0x8d, 0x52, 0xdb, 0x3b, 0xfa, 0x99, 0x35, 0x5f, 0x0b, 0x70,
+ 0xe1, 0x07, 0x22, 0x07, 0xab, 0xf2, 0x69, 0x6f, 0x7c, 0x36, 0x9d, 0x9a,
+ 0x2b, 0x41, 0x18, 0x0d, 0x95, 0x81, 0xe9, 0xd6, 0x1c, 0x14, 0x02, 0x96,
+ 0xde, 0x11, 0x76, 0xc2, 0x5e, 0x03, 0xfc, 0xd0, 0xd7, 0x04, 0x74, 0xc4,
+ 0x52, 0xdf, 0x04, 0xa1, 0xbf, 0x09, 0x3a, 0xbd, 0xa6, 0x4d, 0x10, 0xfa,
+ 0x9b, 0x80, 0x72, 0xcc, 0xae, 0xad, 0x82, 0xb7, 0x09, 0xe8, 0xba, 0x41,
+ 0x2d, 0xfe, 0xef, 0x82, 0x32, 0x2b, 0xe3, 0x59, 0x70, 0x75, 0x19, 0x14,
+ 0xe9, 0xdf, 0x61, 0x32, 0x61, 0x68, 0xdd, 0xf0, 0xc5, 0x9f, 0x2f, 0x93,
+ 0xb2, 0x84, 0x6c, 0xe3, 0xd9, 0xa2, 0x4c, 0x1e, 0xcb, 0xf7, 0xc9, 0x6c,
+ 0xf9, 0xd7, 0x17, 0x5b, 0xc9, 0xe2, 0x36, 0x5d, 0x24, 0x57, 0x4f, 0x4b,
+ 0x00, 0xdc, 0xbe, 0x2b, 0xcb, 0xe5, 0xdb, 0x37, 0x6f, 0xf2, 0x55, 0x91,
+ 0x4c, 0xd3, 0xdd, 0x71, 0x36, 0x7f, 0xf3, 0x90, 0x7e, 0x4e, 0xdf, 0xa4,
+ 0x30, 0x08, 0x77, 0x97, 0x77, 0xcb, 0xdf, 0x97, 0x69, 0x39, 0x4b, 0x7e,
+ 0x39, 0x8d, 0x17, 0xab, 0x78, 0xf6, 0xf6, 0x10, 0x71, 0xaf, 0x01, 0x79,
+ 0xfb, 0xc5, 0xd6, 0x2c, 0x5e, 0x2d, 0xc6, 0x77, 0x74, 0xc2, 0xb1, 0xbd,
+ 0x17, 0x14, 0xc9, 0x38, 0x5b, 0x4c, 0xe2, 0xfc, 0x29, 0xb8, 0x48, 0xee,
+ 0x83, 0x19, 0x9c, 0x7e, 0x04, 0xac, 0xb0, 0xf8, 0x36, 0x99, 0x04, 0x37,
+ 0x4f, 0x41, 0x79, 0x97, 0x04, 0x93, 0x3c, 0xbd, 0x4f, 0x72, 0xc6, 0x6e,
+ 0x70, 0xc7, 0x98, 0x09, 0x88, 0x00, 0x7e, 0xb9, 0xe7, 0xae, 0x18, 0xd3,
+ 0xb8, 0x80, 0x9c, 0xe7, 0x2f, 0xb6, 0xf2, 0xe5, 0xfc, 0x3d, 0x64, 0x86,
+ 0x41, 0x32, 0x8c, 0x3e, 0x3c, 0x04, 0xe3, 0x55, 0x19, 0xc4, 0x37, 0xd9,
+ 0x7d, 0xc2, 0x70, 0xd2, 0x22, 0x60, 0xda, 0xc5, 0x6e, 0xc0, 0x2a, 0x19,
+ 0x14, 0xb3, 0xf4, 0xf6, 0xae, 0x9c, 0x3d, 0x05, 0x4c, 0x99, 0x05, 0xfa,
+ 0x77, 0xf1, 0x82, 0xc1, 0x15, 0xd9, 0x6c, 0x55, 0x26, 0xc1, 0x3c, 0x7e,
+ 0x04, 0x5b, 0x3a, 0x40, 0x07, 0xaf, 0xd9, 0xd3, 0x53, 0xc0, 0x08, 0xe4,
+ 0xc5, 0x5d, 0x96, 0x55, 0x88, 0xbb, 0xdb, 0xa2, 0x61, 0x2e, 0x17, 0xe9,
+ 0x74, 0x9a, 0xe4, 0xac, 0x56, 0xd2, 0x56, 0x00, 0xc5, 0x53, 0xcd, 0x83,
+ 0x82, 0xbe, 0x06, 0x0f, 0xd9, 0x8a, 0xbd, 0xbf, 0x61, 0x35, 0x4a, 0x0b,
+ 0x98, 0xc0, 0x27, 0x2a, 0x5b, 0x60, 0xcb, 0x78, 0xb1, 0x85, 0x47, 0x18,
+ 0xc5, 0x32, 0xce, 0x3f, 0x9f, 0xc6, 0x8f, 0xbc, 0x91, 0x0e, 0x08, 0x3a,
+ 0xa8, 0xbe, 0xa9, 0x78, 0x09, 0x2f, 0x03, 0xbc, 0x51, 0x80, 0x21, 0xc6,
+ 0xf8, 0xde, 0x58, 0x34, 0xaf, 0x56, 0xeb, 0x1d, 0x51, 0x6e, 0xb0, 0xf7,
+ 0x66, 0x44, 0x4d, 0xc0, 0xda, 0xb4, 0x05, 0xff, 0x88, 0x0f, 0xe3, 0xbb,
+ 0x64, 0xfc, 0x79, 0x17, 0x34, 0x7d, 0xe0, 0x27, 0x98, 0x24, 0xf1, 0xe4,
+ 0x26, 0x5e, 0x54, 0x74, 0xaf, 0x96, 0x85, 0x41, 0xf7, 0xea, 0xfc, 0xb2,
+ 0x39, 0xdd, 0x6e, 0xf0, 0x93, 0x4d, 0x93, 0x8d, 0x43, 0x83, 0xe6, 0xe8,
+ 0xe4, 0x4a, 0xa3, 0x09, 0x94, 0x96, 0x79, 0x72, 0x0f, 0x19, 0x76, 0xa0,
+ 0x17, 0xee, 0x92, 0x18, 0x24, 0x14, 0x45, 0x80, 0xaa, 0xbf, 0xa6, 0x54,
+ 0x54, 0x90, 0xf5, 0x92, 0xd5, 0x76, 0xbe, 0x84, 0xbf, 0x8c, 0xa0, 0x38,
+ 0x65, 0xdf, 0xbe, 0x02, 0x2e, 0x96, 0xd2, 0x97, 0xaf, 0x48, 0xca, 0x02,
+ 0x0b, 0x9b, 0xb1, 0xed, 0x4e, 0x51, 0x82, 0xa4, 0x94, 0xfc, 0x99, 0x3d,
+ 0x29, 0xdd, 0x32, 0x66, 0x12, 0x94, 0x8d, 0xc7, 0xab, 0x3c, 0x88, 0xa7,
+ 0x25, 0x8a, 0x14, 0x08, 0x52, 0xba, 0x08, 0x44, 0x1a, 0xe7, 0x00, 0x2b,
+ 0xb1, 0x1b, 0x1c, 0x65, 0x79, 0x90, 0x3c, 0xc6, 0xf3, 0xe5, 0x2c, 0xd9,
+ 0x09, 0xd2, 0x29, 0x02, 0x4a, 0x98, 0x12, 0xb7, 0x31, 0x01, 0x63, 0x21,
+ 0x6a, 0x01, 0xeb, 0x79, 0xc2, 0xb4, 0xf6, 0xfd, 0xab, 0x83, 0xd1, 0x4e,
+ 0xc0, 0xb8, 0xa7, 0x26, 0xaa, 0x98, 0x63, 0x0f, 0x05, 0xd5, 0x1d, 0x6e,
+ 0xef, 0x2d, 0x32, 0x95, 0x9f, 0x87, 0x74, 0x36, 0x83, 0x22, 0x73, 0x10,
+ 0xba, 0x69, 0x9a, 0x83, 0xc4, 0x21, 0x63, 0xed, 0xae, 0x24, 0xbc, 0xc7,
+ 0x08, 0x5b, 0x2d, 0x72, 0xf8, 0x58, 0xe6, 0x31, 0x36, 0xcb, 0x28, 0x5b,
+ 0x61, 0x5e, 0xa3, 0x6d, 0x36, 0x1f, 0x4c, 0xd3, 0xdb, 0x15, 0x93, 0x6e,
+ 0x5e, 0x2d, 0x1a, 0x1f, 0x8b, 0xd5, 0xfc, 0x86, 0x11, 0xcc, 0xa6, 0xac,
+ 0x3e, 0x0c, 0x27, 0x40, 0x0a, 0x05, 0xb0, 0x03, 0xe5, 0x05, 0x2f, 0x27,
+ 0x19, 0x43, 0x58, 0xb0, 0x41, 0x93, 0x2e, 0xc6, 0xb3, 0xd5, 0x84, 0xb7,
+ 0x07, 0x42, 0xbd, 0x62, 0xa5, 0x8a, 0x4a, 0x9f, 0x66, 0xe8, 0x18, 0xb7,
+ 0x7d, 0x99, 0x62, 0x1f, 0x8c, 0xb3, 0x74, 0xc6, 0x1e, 0x59, 0x47, 0xb2,
+ 0xfd, 0xec, 0xcd, 0xaa, 0xcc, 0xf2, 0xbf, 0x2c, 0xd8, 0x12, 0x9f, 0xde,
+ 0xa7, 0x13, 0x36, 0xa3, 0xe0, 0x67, 0x10, 0xc4, 0x6c, 0xc1, 0x41, 0x97,
+ 0x8c, 0x85, 0xf1, 0xd3, 0x0c, 0x26, 0xa0, 0x3c, 0x78, 0x39, 0x3a, 0x3b,
+ 0xdf, 0xc1, 0xf7, 0xaf, 0xc1, 0x6b, 0xeb, 0xf5, 0x72, 0xb6, 0xba, 0x7d,
+ 0xb5, 0x13, 0xe4, 0xc9, 0x7f, 0xad, 0x52, 0x60, 0xbf, 0x60, 0x3f, 0x58,
+ 0x2f, 0xa4, 0x8c, 0xd0, 0x9c, 0x15, 0xfb, 0x97, 0xc5, 0x27, 0x98, 0x3e,
+ 0x26, 0xc4, 0x14, 0xa3, 0x7a, 0x84, 0x50, 0x4b, 0xb6, 0xad, 0x2c, 0xa0,
+ 0x5e, 0x82, 0x2e, 0x54, 0xea, 0x36, 0x61, 0x75, 0x67, 0x0b, 0x6c, 0x92,
+ 0xc2, 0x5f, 0xbd, 0x7c, 0x40, 0xd0, 0xe1, 0xb3, 0xdc, 0xcd, 0xe1, 0x5f,
+ 0x16, 0x57, 0x0f, 0x99, 0x5a, 0x39, 0xa8, 0xcb, 0x9e, 0x24, 0xa0, 0x7e,
+ 0xd8, 0x09, 0xa6, 0xac, 0x03, 0x26, 0x8c, 0x4e, 0x50, 0x64, 0xf3, 0x24,
+ 0xd8, 0x3f, 0xfd, 0xb4, 0x13, 0x5c, 0x65, 0x4f, 0x6c, 0xea, 0x46, 0x61,
+ 0xc8, 0x90, 0x0f, 0x1a, 0x04, 0x05, 0xb4, 0x27, 0xf7, 0x24, 0xba, 0x9e,
+ 0xd2, 0xfe, 0x9e, 0x44, 0x99, 0xfd, 0xf7, 0xc4, 0xf4, 0x84, 0x40, 0x7c,
+ 0x0d, 0xf0, 0x2b, 0x17, 0x62, 0x38, 0xf3, 0x95, 0xfe, 0x6b, 0x01, 0x9b,
+ 0xd2, 0x27, 0x0c, 0x4e, 0x9d, 0x5e, 0x77, 0x55, 0xba, 0x37, 0x71, 0x59,
+ 0x9e, 0xc4, 0xb7, 0x70, 0x20, 0x0b, 0xe4, 0xe7, 0x05, 0x13, 0xa4, 0x19,
+ 0x9b, 0x1d, 0x6f, 0x92, 0xf2, 0x21, 0x49, 0x16, 0x55, 0x11, 0x19, 0xdb,
+ 0x77, 0x22, 0x8b, 0x63, 0xf0, 0x4e, 0xc3, 0xc1, 0x07, 0x92, 0xad, 0x71,
+ 0x79, 0x29, 0x26, 0xff, 0x6f, 0xc5, 0x6e, 0x55, 0xc0, 0xd7, 0xe1, 0xbb,
+ 0x60, 0x03, 0x77, 0x9c, 0x4c, 0x98, 0x28, 0xae, 0xc6, 0xdc, 0xe6, 0xb1,
+ 0x7d, 0x90, 0xf1, 0x21, 0x21, 0x56, 0xa3, 0xbb, 0x98, 0x4d, 0x64, 0x71,
+ 0x50, 0xae, 0xf2, 0x9b, 0x0c, 0x64, 0xa0, 0x58, 0x41, 0xe6, 0xaf, 0x3b,
+ 0x70, 0x37, 0xc9, 0x7f, 0xcf, 0xa8, 0x30, 0x9e, 0x4f, 0xe3, 0xa5, 0x30,
+ 0x9f, 0x1c, 0xac, 0xc0, 0x62, 0x73, 0x95, 0xc7, 0x8b, 0x22, 0xa5, 0x14,
+ 0x62, 0xdb, 0xf4, 0x0a, 0x69, 0xb2, 0xe9, 0x35, 0xd8, 0x3b, 0x04, 0xe9,
+ 0x49, 0xb3, 0xc9, 0x0e, 0x54, 0x17, 0x5f, 0x9f, 0xee, 0x9d, 0x07, 0x09,
+ 0x27, 0x10, 0xd0, 0x66, 0x00, 0x77, 0xf7, 0xac, 0x1a, 0x4c, 0x94, 0x19,
+ 0xc7, 0x4c, 0x8c, 0xca, 0x7c, 0x45, 0x80, 0x2f, 0xd9, 0x04, 0xc3, 0xc6,
+ 0x7a, 0x5c, 0x8a, 0x45, 0x8e, 0xfd, 0x9e, 0xc1, 0x97, 0x57, 0xbb, 0x01,
+ 0xb6, 0xf7, 0x4d, 0x5c, 0xa4, 0x4c, 0x73, 0x64, 0x2b, 0xe1, 0x4d, 0x9e,
+ 0x26, 0x53, 0xf6, 0x37, 0x5f, 0x31, 0xcd, 0x86, 0x35, 0x6b, 0x3c, 0x5b,
+ 0xde, 0xc5, 0xaf, 0x17, 0xc1, 0x84, 0x38, 0x62, 0x95, 0x12, 0x7c, 0xee,
+ 0x00, 0x1f, 0x40, 0x8a, 0x55, 0x73, 0x81, 0xe3, 0x7d, 0x91, 0xe5, 0x73,
+ 0x46, 0x17, 0x17, 0xa2, 0xd7, 0x13, 0xa6, 0x9c, 0xa6, 0xe5, 0x13, 0x0e,
+ 0x30, 0x5a, 0x26, 0x81, 0xc9, 0x23, 0xa6, 0xb6, 0x7d, 0x62, 0x43, 0x67,
+ 0x6f, 0x8c, 0x7d, 0xcd, 0x30, 0x41, 0xb0, 0x71, 0x42, 0x63, 0xea, 0x4c,
+ 0xf0, 0x00, 0x14, 0xf7, 0x46, 0xd0, 0xff, 0xd9, 0x42, 0xc3, 0x0a, 0x37,
+ 0xc1, 0xe2, 0xd3, 0x3f, 0x16, 0xc6, 0xbe, 0x5d, 0x96, 0xd9, 0x72, 0x99,
+ 0xe0, 0x7a, 0x7c, 0xbc, 0xb8, 0x4b, 0x6f, 0x98, 0x66, 0xc0, 0xfa, 0x38,
+ 0x27, 0x77, 0x1d, 0x68, 0xa7, 0x8a, 0x50, 0x3a, 0x4b, 0x94, 0x45, 0x05,
+ 0x28, 0xc2, 0xcc, 0xc5, 0x1a, 0x63, 0xc1, 0x6a, 0xaf, 0x93, 0x0e, 0xbf,
+ 0x36, 0x69, 0x50, 0x69, 0x7f, 0x2d, 0x92, 0xf3, 0x87, 0xb9, 0x98, 0x0b,
+ 0xd9, 0x53, 0x00, 0x7e, 0xaf, 0xd0, 0x86, 0x6c, 0x1a, 0xc8, 0x91, 0x52,
+ 0x5b, 0xed, 0xe2, 0x6c, 0xf1, 0x26, 0x9b, 0x4e, 0x39, 0x76, 0xd8, 0x00,
+ 0x3b, 0x74, 0x63, 0x53, 0x3b, 0x33, 0x19, 0x4c, 0xd9, 0x04, 0x75, 0x7b,
+ 0x49, 0x53, 0x38, 0xea, 0x2f, 0x28, 0x5a, 0x95, 0x8e, 0x46, 0x53, 0x64,
+ 0x86, 0x8e, 0xb8, 0x05, 0xad, 0x83, 0x38, 0xcd, 0x57, 0xcb, 0xdd, 0x32,
+ 0x67, 0x42, 0xc9, 0x20, 0x5f, 0xe6, 0x6c, 0x8a, 0x62, 0xd2, 0xc4, 0x66,
+ 0xb0, 0xf2, 0x81, 0x49, 0x12, 0x4c, 0xc2, 0x62, 0x9e, 0x7a, 0x85, 0x65,
+ 0x96, 0x37, 0xd7, 0x4c, 0x9c, 0xaf, 0xcb, 0x87, 0xec, 0xfa, 0x01, 0x67,
+ 0x5c, 0xe8, 0xdc, 0x93, 0xc3, 0x7e, 0xd8, 0x1a, 0x82, 0x9c, 0x33, 0xf2,
+ 0x0f, 0xd9, 0x6b, 0xf8, 0x42, 0x42, 0x14, 0xb0, 0x6f, 0xc3, 0xb0, 0xd5,
+ 0xc6, 0xb1, 0xf9, 0xf1, 0xc3, 0xfb, 0xf0, 0xf2, 0x1c, 0x96, 0xc7, 0x2c,
+ 0xf8, 0x70, 0x76, 0x45, 0xe3, 0x82, 0xcd, 0xa9, 0x15, 0x38, 0x8e, 0xd6,
+ 0x83, 0x6c, 0xc5, 0xf8, 0xbf, 0xcc, 0x66, 0xc9, 0x22, 0x4b, 0x27, 0xc7,
+ 0x13, 0x5a, 0xdd, 0x2f, 0x57, 0x37, 0x71, 0xbe, 0x7a, 0xc3, 0xa6, 0xd2,
+ 0xa0, 0x28, 0x9f, 0xd8, 0x3b, 0x26, 0x41, 0x39, 0x8c, 0xf4, 0x69, 0xcc,
+ 0xd6, 0x40, 0x18, 0x48, 0x6c, 0xfc, 0x2e, 0x85, 0x55, 0x13, 0xd6, 0x57,
+ 0x36, 0xf3, 0x12, 0x0c, 0x9f, 0x69, 0xe6, 0xe9, 0x84, 0xd1, 0xda, 0x85,
+ 0x95, 0x82, 0x29, 0x00, 0x05, 0xa7, 0x8f, 0x53, 0x07, 0x1b, 0x36, 0x4c,
+ 0x25, 0xc8, 0xf2, 0x84, 0xf7, 0x39, 0xb5, 0x1d, 0x6a, 0x06, 0x34, 0xa1,
+ 0x88, 0xcf, 0x38, 0x12, 0x45, 0x99, 0xa2, 0xb4, 0x5d, 0x9a, 0x1e, 0x2e,
+ 0x13, 0x58, 0xdf, 0xcb, 0x04, 0x38, 0x46, 0x3f, 0x07, 0x98, 0x77, 0x84,
+ 0x83, 0xc1, 0x55, 0xbc, 0xc4, 0xfb, 0x05, 0x34, 0x57, 0x62, 0x4b, 0x15,
+ 0x1c, 0xde, 0xd2, 0x21, 0xb0, 0xad, 0x0e, 0x69, 0x86, 0x20, 0x89, 0xcb,
+ 0x16, 0x6c, 0x78, 0x83, 0x38, 0x80, 0x19, 0x37, 0x00, 0xde, 0x10, 0x81,
+ 0x75, 0x53, 0x3c, 0x2b, 0x32, 0x31, 0xd0, 0xb1, 0x27, 0xb3, 0xa2, 0x14,
+ 0x89, 0x3b, 0x5f, 0x97, 0xd9, 0x6b, 0x44, 0x28, 0xb1, 0x70, 0x9a, 0x05,
+ 0xb0, 0xa0, 0x97, 0x97, 0x49, 0x42, 0xa8, 0x28, 0x03, 0x82, 0xc9, 0xe3,
+ 0xbd, 0x11, 0x82, 0xb2, 0xa9, 0x0c, 0x47, 0x03, 0x76, 0xf9, 0x24, 0xfb,
+ 0x90, 0x95, 0x47, 0xe9, 0x8c, 0xc1, 0x5d, 0xe5, 0xe9, 0x2d, 0x9b, 0x0e,
+ 0x0f, 0x27, 0xb7, 0xd2, 0x17, 0x6c, 0xfb, 0x00, 0x1d, 0xb5, 0x59, 0x97,
+ 0x42, 0xa7, 0xb1, 0x32, 0x10, 0x22, 0x48, 0x18, 0x48, 0x41, 0xcd, 0x72,
+ 0x41, 0xa3, 0xe5, 0x34, 0x2e, 0xef, 0x94, 0xf6, 0x00, 0x54, 0xd0, 0xa7,
+ 0x04, 0xaf, 0x62, 0x71, 0x16, 0x73, 0x25, 0x9b, 0x90, 0xc6, 0xe9, 0x34,
+ 0x65, 0xc3, 0x74, 0x9a, 0x3e, 0xc2, 0xae, 0x22, 0x2e, 0xf8, 0x2a, 0x02,
+ 0x56, 0xe3, 0x1d, 0x98, 0xa1, 0x05, 0x28, 0x9f, 0xc2, 0xf8, 0xa8, 0x64,
+ 0xdf, 0xcb, 0xbb, 0xe0, 0xa5, 0x68, 0x3f, 0xac, 0x02, 0xd3, 0xa5, 0x6e,
+ 0x58, 0x2f, 0x8e, 0x62, 0x9c, 0xfa, 0xcf, 0x59, 0x63, 0xa1, 0x66, 0x93,
+ 0xc9, 0xd6, 0x66, 0x63, 0xe3, 0x36, 0x83, 0x87, 0x29, 0xca, 0xc6, 0xcd,
+ 0x8a, 0xa9, 0xb3, 0x7b, 0x1f, 0x02, 0xb6, 0x7e, 0x14, 0x6c, 0x4f, 0x83,
+ 0x93, 0xea, 0xd1, 0xd9, 0xe9, 0x21, 0xb4, 0x3c, 0xc8, 0x0d, 0x0e, 0xdd,
+ 0xcf, 0xc9, 0xd1, 0x6a, 0x36, 0xbb, 0x7c, 0x5a, 0x8c, 0x8f, 0xc0, 0x07,
+ 0x98, 0xe9, 0x55, 0x33, 0xe1, 0x4c, 0xc8, 0xe6, 0x15, 0x86, 0xc2, 0x1a,
+ 0x6c, 0xc1, 0xf8, 0x12, 0x4d, 0x52, 0x28, 0x20, 0x20, 0xec, 0xa0, 0xec,
+ 0x2c, 0xca, 0x3c, 0x9b, 0x81, 0x24, 0x63, 0xdd, 0x1f, 0x60, 0x20, 0xb2,
+ 0xe6, 0x64, 0x0c, 0xc5, 0x4c, 0xf6, 0xe6, 0x20, 0xc5, 0xb0, 0x66, 0xc2,
+ 0x02, 0xc3, 0xa6, 0x6a, 0xf6, 0x2b, 0x03, 0x21, 0x9f, 0xb2, 0x62, 0x83,
+ 0x82, 0x95, 0xbb, 0x1b, 0xc0, 0x74, 0x26, 0x14, 0x49, 0x58, 0x39, 0x76,
+ 0x54, 0x35, 0x09, 0x5a, 0xeb, 0x8d, 0xa2, 0x52, 0x3e, 0x64, 0xb0, 0x07,
+ 0x29, 0x40, 0x73, 0x25, 0xf2, 0x05, 0x13, 0x3c, 0x06, 0xf7, 0x10, 0xc3,
+ 0xb2, 0x4a, 0xee, 0xf6, 0xd0, 0x5a, 0xe5, 0xb2, 0x38, 0xc5, 0x03, 0xd3,
+ 0x6d, 0x72, 0x51, 0x0f, 0x44, 0xdc, 0x17, 0xb6, 0x01, 0x0d, 0xe0, 0xc8,
+ 0x15, 0x76, 0x9d, 0x6c, 0xaf, 0xb1, 0x62, 0x52, 0x5b, 0x70, 0xf8, 0xf8,
+ 0x11, 0x3b, 0x14, 0x38, 0x5b, 0x0f, 0x7d, 0x98, 0xe7, 0x59, 0x4e, 0x72,
+ 0x03, 0x6e, 0xea, 0x59, 0x76, 0x42, 0x6a, 0xc4, 0x29, 0x79, 0x42, 0x31,
+ 0xc1, 0x84, 0xbd, 0xdd, 0xa4, 0x1a, 0xcd, 0x20, 0xf9, 0x82, 0x2c, 0xf6,
+ 0x57, 0x0c, 0x57, 0x22, 0x60, 0xca, 0x66, 0x1f, 0x24, 0x54, 0x81, 0xa6,
+ 0x95, 0x62, 0x37, 0xd8, 0x4f, 0x9e, 0x32, 0xa1, 0x72, 0xe3, 0x02, 0xbb,
+ 0x43, 0x22, 0x85, 0xdf, 0xa9, 0x2d, 0xf2, 0xe4, 0x36, 0x85, 0xdd, 0x27,
+ 0xa3, 0x16, 0x24, 0xc0, 0xce, 0xae, 0x87, 0xb5, 0xf7, 0x6c, 0xd3, 0x88,
+ 0xbc, 0x71, 0xcd, 0xf9, 0x7f, 0x8a, 0x37, 0x31, 0x4e, 0xae, 0x61, 0x20,
+ 0xe0, 0x5d, 0x92, 0x5f, 0xe0, 0x5e, 0x44, 0x91, 0xe0, 0x78, 0xa0, 0x65,
+ 0x2b, 0x01, 0x8d, 0xe3, 0xb5, 0xd4, 0xa8, 0x71, 0xb4, 0x90, 0x86, 0xc4,
+ 0x18, 0xe6, 0x73, 0x84, 0xa0, 0xc3, 0x95, 0x88, 0xb4, 0x20, 0x8d, 0x80,
+ 0x09, 0x24, 0x8d, 0x36, 0xbe, 0x7b, 0xaf, 0x9c, 0xf2, 0x0a, 0xac, 0x21,
+ 0x6e, 0xee, 0x8e, 0xf7, 0xd8, 0x3f, 0xa0, 0xdb, 0x30, 0x8a, 0x3b, 0x20,
+ 0x72, 0xb7, 0xe9, 0x3d, 0x0d, 0xc1, 0x69, 0x0a, 0x82, 0x24, 0xc7, 0xf2,
+ 0x12, 0xfc, 0xec, 0x58, 0x65, 0x26, 0xe5, 0xdd, 0xee, 0x5f, 0x16, 0x7b,
+ 0xa0, 0xba, 0x14, 0x19, 0x5f, 0x95, 0xd8, 0xfa, 0x82, 0xdb, 0xc0, 0x65,
+ 0x86, 0xa3, 0xb0, 0x08, 0x7a, 0xad, 0xf9, 0x2d, 0x2a, 0xda, 0xb3, 0x14,
+ 0x2a, 0xad, 0xaa, 0xdc, 0x0c, 0x39, 0x79, 0x7c, 0xcb, 0xd6, 0x3f, 0xfa,
+ 0xd4, 0x81, 0x0f, 0xac, 0xde, 0xdd, 0x56, 0x6b, 0x3c, 0x7e, 0xc3, 0x7e,
+ 0x33, 0x71, 0xcf, 0xd8, 0x76, 0x6b, 0x5e, 0x55, 0x0b, 0x2b, 0xad, 0xb5,
+ 0x57, 0x4e, 0x9b, 0x6a, 0xac, 0xad, 0xdc, 0x12, 0x82, 0x7d, 0x80, 0xac,
+ 0x16, 0x37, 0x09, 0x68, 0xa9, 0x6c, 0xd6, 0xe7, 0xc6, 0x89, 0xc3, 0xd1,
+ 0xaf, 0xd4, 0x0b, 0x30, 0xbb, 0x68, 0x54, 0xb1, 0x73, 0xe5, 0x54, 0x3d,
+ 0xcb, 0x6e, 0xd3, 0x31, 0x6b, 0x84, 0xa7, 0x25, 0x57, 0xc2, 0x4a, 0xde,
+ 0x9c, 0x71, 0x8e, 0xaa, 0x7f, 0xd4, 0x6d, 0xbd, 0xee, 0x74, 0x5b, 0xac,
+ 0xf4, 0x5d, 0x65, 0xc3, 0x74, 0x00, 0xde, 0x91, 0xca, 0x2c, 0x78, 0x8a,
+ 0xeb, 0x27, 0xbe, 0x85, 0x0e, 0xa2, 0xc9, 0x81, 0x96, 0x20, 0x51, 0x36,
+ 0x2d, 0xba, 0xc2, 0xc7, 0xf4, 0x12, 0x9a, 0x0f, 0x70, 0xce, 0x16, 0xe3,
+ 0x44, 0xb3, 0x22, 0xb0, 0x8d, 0x48, 0x81, 0xeb, 0xaf, 0x22, 0x59, 0xd8,
+ 0xd8, 0xac, 0xf5, 0x99, 0xde, 0x0b, 0xb5, 0x38, 0xbc, 0xda, 0x67, 0x95,
+ 0xb8, 0x25, 0x65, 0x5b, 0x21, 0x7a, 0xc1, 0x5e, 0x56, 0x3b, 0xe8, 0x69,
+ 0x9c, 0x73, 0x4b, 0xc5, 0xcf, 0x97, 0xd9, 0xb4, 0xa4, 0x76, 0xc2, 0xf9,
+ 0x8b, 0x11, 0xfb, 0x79, 0x07, 0xa7, 0x9f, 0x27, 0xbe, 0x2c, 0x42, 0x8b,
+ 0x09, 0xe1, 0xdf, 0x0d, 0xf6, 0x48, 0xd7, 0xbf, 0x61, 0x8f, 0xd9, 0x5c,
+ 0x88, 0x64, 0x0e, 0xc4, 0x77, 0xaa, 0x21, 0x22, 0x26, 0x3d, 0xd4, 0xa5,
+ 0x60, 0xe2, 0x96, 0x78, 0x4c, 0x2d, 0xb3, 0x90, 0x2a, 0xf2, 0x80, 0xa0,
+ 0x14, 0xcd, 0x2d, 0x11, 0xcb, 0xeb, 0x02, 0xf6, 0xe3, 0xaa, 0x19, 0x00,
+ 0x94, 0x67, 0xa6, 0xcb, 0xe7, 0x78, 0x29, 0x23, 0x10, 0x9f, 0x79, 0x5b,
+ 0x60, 0xab, 0xf2, 0x5d, 0x34, 0xb5, 0x85, 0x41, 0xe6, 0x13, 0x13, 0x3c,
+ 0x3e, 0x1b, 0x69, 0x74, 0x62, 0xda, 0xe1, 0xaa, 0xe8, 0xa2, 0xc3, 0x04,
+ 0x05, 0x1c, 0xc2, 0xd7, 0x4c, 0x9c, 0xf0, 0x2c, 0x13, 0x48, 0x7c, 0x3e,
+ 0x8f, 0xb9, 0x86, 0xcf, 0x54, 0x2e, 0x90, 0x33, 0x72, 0x58, 0xd1, 0xe0,
+ 0xef, 0xd8, 0x04, 0xe3, 0x46, 0x80, 0x2f, 0x12, 0x63, 0x3c, 0x2b, 0xaf,
+ 0xe1, 0x7a, 0xd2, 0xe8, 0xba, 0x8d, 0x3d, 0xc5, 0x7e, 0xc2, 0x1c, 0x03,
+ 0xbb, 0xa9, 0xb6, 0xf6, 0x39, 0x34, 0x3f, 0x87, 0x3b, 0x6c, 0x34, 0xc3,
+ 0xa2, 0x96, 0x04, 0xff, 0x11, 0xf8, 0xf1, 0x22, 0x13, 0x2f, 0xf2, 0xe1,
+ 0x85, 0x1c, 0x8f, 0xad, 0x47, 0x6c, 0x9e, 0x8a, 0x99, 0x20, 0x12, 0x4f,
+ 0x64, 0xda, 0x0e, 0xaa, 0xd7, 0x5c, 0x92, 0x61, 0x0b, 0xe8, 0x28, 0x56,
+ 0x41, 0x0f, 0x37, 0x40, 0x77, 0x94, 0x1e, 0x6d, 0x80, 0x1e, 0x71, 0xf4,
+ 0x9b, 0x34, 0x2e, 0x38, 0x8d, 0x0c, 0xf5, 0xb2, 0x73, 0x26, 0x5b, 0xaf,
+ 0x57, 0xcb, 0x40, 0xbe, 0xa3, 0x7e, 0x60, 0xe3, 0x11, 0x77, 0xb5, 0x37,
+ 0x59, 0x9c, 0x4f, 0x60, 0x24, 0xc7, 0xb5, 0xfd, 0x50, 0x7d, 0xde, 0xac,
+ 0x1f, 0x2a, 0xbc, 0xcd, 0xfa, 0x01, 0xf0, 0xbe, 0xa0, 0x1f, 0x0c, 0xf4,
+ 0x4d, 0xfb, 0xc1, 0x40, 0xdf, 0xb4, 0x1f, 0x00, 0xfd, 0xb9, 0xfd, 0xc0,
+ 0x2f, 0x25, 0x2c, 0x26, 0x23, 0xd6, 0x36, 0x19, 0x4e, 0xf1, 0x98, 0xfc,
+ 0x9c, 0x2d, 0x45, 0xa0, 0xa9, 0x06, 0x90, 0xb3, 0x1b, 0xd6, 0xc0, 0x1c,
+ 0xf5, 0xa1, 0x31, 0x19, 0x82, 0xe1, 0x22, 0x27, 0x5b, 0x82, 0x9f, 0x84,
+ 0x06, 0xbf, 0x23, 0x67, 0x6d, 0x36, 0x87, 0x8f, 0x41, 0x39, 0x03, 0x7d,
+ 0x33, 0x67, 0xe4, 0xb0, 0x2c, 0xb9, 0x92, 0xde, 0x30, 0xd5, 0x9f, 0x1b,
+ 0x2b, 0x01, 0x1e, 0xb7, 0xcd, 0x8b, 0xd7, 0x7f, 0x4f, 0xf2, 0x0c, 0x7e,
+ 0x4b, 0xca, 0xb4, 0xd5, 0x5c, 0xce, 0xe2, 0x71, 0xc2, 0xf3, 0x8a, 0x0b,
+ 0x5b, 0xb2, 0xf6, 0x9a, 0xe9, 0x56, 0x6c, 0x3d, 0xcb, 0x51, 0x3f, 0xbe,
+ 0x61, 0xbc, 0xdd, 0x5d, 0x25, 0x45, 0x79, 0xb6, 0xb8, 0x4a, 0xe7, 0x09,
+ 0xb7, 0x23, 0xc8, 0xad, 0x68, 0x12, 0xc3, 0xb2, 0x04, 0xd6, 0x4b, 0x5c,
+ 0x52, 0x41, 0x76, 0x39, 0x4f, 0xfb, 0xb0, 0x1b, 0x01, 0x15, 0x4d, 0xf0,
+ 0x38, 0x49, 0x85, 0x69, 0x91, 0xad, 0xe6, 0xb8, 0xe8, 0xc0, 0xa2, 0xb5,
+ 0x37, 0xbb, 0xcd, 0x72, 0xa6, 0x59, 0x6b, 0x6b, 0x20, 0xae, 0xbf, 0x7c,
+ 0x1e, 0x2e, 0xf8, 0xda, 0x87, 0x2b, 0xdc, 0x7f, 0xf1, 0xeb, 0x4f, 0x72,
+ 0x92, 0x8e, 0x25, 0x3a, 0x6d, 0x5a, 0x26, 0xb0, 0x9c, 0xa3, 0x75, 0x01,
+ 0x94, 0x63, 0xb6, 0x9d, 0x20, 0x33, 0x3f, 0x68, 0x0d, 0xa0, 0x17, 0x30,
+ 0x8d, 0x7a, 0x8e, 0x5b, 0x15, 0xfc, 0x07, 0xad, 0x3c, 0xa0, 0x3c, 0x7c,
+ 0xd8, 0x13, 0x7b, 0xc8, 0xbf, 0x2c, 0x2e, 0x71, 0xad, 0x3a, 0xe0, 0x86,
+ 0x06, 0x69, 0xdd, 0x83, 0xc9, 0x96, 0xeb, 0x40, 0xb8, 0xcc, 0xd2, 0x32,
+ 0x2d, 0x36, 0x5a, 0xe3, 0xbb, 0x2c, 0x1d, 0xd3, 0x7e, 0x18, 0x6c, 0xfa,
+ 0xb0, 0x1b, 0x66, 0x6b, 0x2e, 0xa3, 0x76, 0xba, 0x77, 0x14, 0x80, 0xfd,
+ 0x8d, 0xec, 0x34, 0xb8, 0xfc, 0x56, 0xbd, 0xc6, 0x24, 0x01, 0x67, 0x7e,
+ 0xd0, 0x98, 0x26, 0x8c, 0xdd, 0xf2, 0x2e, 0x9b, 0xd0, 0xee, 0x17, 0xb7,
+ 0x5f, 0x31, 0x69, 0x4e, 0x80, 0x8e, 0x96, 0x2a, 0x2a, 0x5e, 0xd5, 0x1d,
+ 0x8e, 0x51, 0x77, 0x52, 0xec, 0x9c, 0x8a, 0xca, 0xc4, 0x15, 0x2b, 0xd4,
+ 0xed, 0x4a, 0xd8, 0xc5, 0xdd, 0x3e, 0x09, 0x15, 0x4b, 0xac, 0xca, 0xb0,
+ 0xe0, 0x80, 0xd4, 0x24, 0x01, 0xe8, 0x6b, 0x6f, 0x8e, 0x2b, 0x04, 0xea,
+ 0x02, 0xd2, 0xac, 0x70, 0x5b, 0xc9, 0xd4, 0x6f, 0xb6, 0x8b, 0xdf, 0x0d,
+ 0x8e, 0x51, 0x23, 0x2a, 0x56, 0x6c, 0xc3, 0x80, 0xc6, 0x4d, 0x26, 0x5d,
+ 0xa0, 0x87, 0x6c, 0x5f, 0xc2, 0xd6, 0x81, 0x8d, 0xa6, 0x24, 0x5b, 0x15,
+ 0xdb, 0x95, 0xa9, 0xcc, 0xc1, 0x1a, 0xed, 0x78, 0xa5, 0xc9, 0xad, 0xe2,
+ 0xb2, 0x84, 0x53, 0xa0, 0x14, 0x34, 0x7d, 0xa6, 0xac, 0x25, 0x93, 0xb7,
+ 0x06, 0x51, 0xde, 0x9d, 0xac, 0x59, 0xa5, 0x51, 0xad, 0x20, 0x45, 0x08,
+ 0x4d, 0x05, 0xc2, 0x88, 0x0a, 0xc3, 0x38, 0x63, 0x83, 0x7a, 0x17, 0x06,
+ 0xba, 0xd8, 0x69, 0x6c, 0x23, 0x8c, 0xda, 0x2c, 0x80, 0xcc, 0xca, 0x8c,
+ 0x75, 0x13, 0x2f, 0x58, 0xac, 0xd8, 0xd6, 0x8d, 0x04, 0x4e, 0x76, 0x7d,
+ 0x2a, 0x2d, 0xc4, 0x4c, 0x66, 0x1e, 0xd0, 0xdc, 0x2d, 0x89, 0xec, 0xe2,
+ 0x75, 0xe7, 0xf1, 0x5d, 0x32, 0xd9, 0x56, 0x99, 0xd1, 0xca, 0x61, 0xf2,
+ 0x7e, 0xcb, 0x74, 0xae, 0x25, 0x03, 0x3e, 0x9e, 0xea, 0x26, 0x48, 0xd0,
+ 0xc6, 0x12, 0x57, 0x01, 0x0c, 0x8a, 0xe8, 0xe1, 0x1e, 0x78, 0x91, 0x50,
+ 0x53, 0x93, 0x41, 0x85, 0xb5, 0xa5, 0xb0, 0x49, 0xdc, 0x40, 0xd9, 0x41,
+ 0x22, 0xb6, 0x6d, 0xd8, 0xf2, 0x74, 0x77, 0x97, 0xc6, 0xc7, 0x29, 0x3a,
+ 0xc6, 0xa8, 0x5b, 0x17, 0x50, 0x2c, 0x2b, 0x4a, 0x08, 0x2b, 0x06, 0xd3,
+ 0x6e, 0xf0, 0x6b, 0x91, 0xc8, 0x09, 0x24, 0xbe, 0x07, 0xdb, 0x83, 0x34,
+ 0x42, 0x2c, 0x70, 0x3b, 0xcd, 0x1a, 0x17, 0xf6, 0xeb, 0x74, 0x62, 0x80,
+ 0xc7, 0x66, 0xc5, 0x32, 0x03, 0x5d, 0x89, 0xdb, 0x91, 0xc7, 0x4c, 0x92,
+ 0x0b, 0x07, 0x13, 0xfc, 0x80, 0x47, 0x30, 0x01, 0x43, 0xf1, 0xfb, 0x33,
+ 0x71, 0x1a, 0x2f, 0x55, 0x26, 0x60, 0x44, 0x7f, 0x2f, 0x26, 0x84, 0xb7,
+ 0x14, 0x9e, 0xef, 0xd2, 0x22, 0x34, 0x03, 0xa3, 0x04, 0x6e, 0x89, 0xe4,
+ 0x99, 0x0b, 0x1f, 0x4c, 0xb4, 0x61, 0x4b, 0x82, 0x3f, 0x06, 0x31, 0x40,
+ 0x73, 0x8d, 0x13, 0x0d, 0xc8, 0x33, 0x46, 0x83, 0xb3, 0x8a, 0xc6, 0x03,
+ 0xab, 0x80, 0x3f, 0x6d, 0x52, 0xc0, 0x9f, 0x36, 0x28, 0xa0, 0xba, 0x0c,
+ 0xfe, 0x05, 0x75, 0x20, 0xc5, 0xb8, 0x49, 0x21, 0x5f, 0x50, 0x8f, 0x9a,
+ 0x42, 0xc8, 0x7c, 0x25, 0x66, 0xa4, 0x83, 0xa7, 0x45, 0x3c, 0x4f, 0xc7,
+ 0xdc, 0x2a, 0x08, 0x9a, 0x3c, 0x59, 0xb7, 0x98, 0xee, 0x8b, 0xc7, 0x7d,
+ 0xc9, 0x18, 0xc2, 0x2a, 0x38, 0xce, 0xd0, 0x76, 0xf0, 0xf2, 0x3d, 0xc3,
+ 0xe4, 0x08, 0x60, 0x00, 0xd2, 0x28, 0x80, 0xb1, 0xe3, 0x4e, 0xd8, 0xce,
+ 0xc1, 0xfa, 0x41, 0x9b, 0xb8, 0x97, 0x62, 0xd5, 0x41, 0xce, 0xf1, 0x18,
+ 0x91, 0x2b, 0xfe, 0x0a, 0xb1, 0x07, 0xb6, 0x9a, 0x81, 0x45, 0x9c, 0x9e,
+ 0xf0, 0x48, 0x18, 0x4d, 0x44, 0x72, 0x21, 0x96, 0x47, 0x67, 0xef, 0x19,
+ 0xc9, 0x79, 0xbc, 0x78, 0xa2, 0xf5, 0x17, 0xbf, 0xd3, 0x2a, 0x5c, 0x80,
+ 0xfd, 0x12, 0x67, 0x10, 0xb6, 0x5a, 0x2a, 0xcb, 0x05, 0x39, 0x32, 0xca,
+ 0x7d, 0x88, 0x8c, 0xf1, 0x10, 0x4f, 0xee, 0x51, 0x0f, 0xa2, 0x2d, 0x04,
+ 0xae, 0x8a, 0xfa, 0x4a, 0x21, 0x08, 0xec, 0x04, 0xdd, 0xd7, 0xed, 0xea,
+ 0xf0, 0x50, 0x33, 0xda, 0xc4, 0x64, 0x01, 0x13, 0xab, 0x37, 0xad, 0x1c,
+ 0x45, 0x29, 0x16, 0x56, 0xb6, 0x2e, 0x5f, 0x91, 0xad, 0xb3, 0x20, 0x6b,
+ 0x1f, 0xb5, 0xd3, 0x03, 0x53, 0x96, 0x0a, 0x69, 0x19, 0x13, 0xe6, 0x45,
+ 0xe2, 0x87, 0x71, 0x7e, 0x1b, 0x2f, 0xaf, 0xf2, 0x18, 0x9b, 0xe9, 0x84,
+ 0x11, 0x2a, 0xef, 0x94, 0x68, 0x17, 0x55, 0xfd, 0xc1, 0xe8, 0x95, 0x8c,
+ 0x57, 0x10, 0xe8, 0x37, 0x60, 0x18, 0x01, 0xa9, 0x27, 0x05, 0x9d, 0x98,
+ 0xb0, 0xbe, 0x98, 0xd3, 0x2c, 0xf9, 0xb8, 0x24, 0x43, 0x03, 0xee, 0xdd,
+ 0x68, 0x6d, 0x03, 0x23, 0x15, 0x7a, 0x00, 0xc4, 0x4b, 0x26, 0xfd, 0x74,
+ 0x74, 0x0c, 0xd6, 0xd1, 0x8f, 0x85, 0x79, 0x20, 0x8d, 0x5b, 0xd8, 0xea,
+ 0xf8, 0x58, 0x15, 0x32, 0x61, 0xf2, 0xa4, 0x99, 0xc3, 0x75, 0x62, 0xfc,
+ 0x12, 0x8d, 0x32, 0x36, 0x12, 0x9b, 0x44, 0x80, 0x7f, 0xa4, 0x8d, 0x9d,
+ 0xcc, 0xaa, 0xaf, 0x5c, 0xb3, 0xdb, 0x03, 0xd3, 0xa7, 0xdc, 0x50, 0x1f,
+ 0x0a, 0xfe, 0x33, 0x25, 0x30, 0x04, 0x37, 0x91, 0x4b, 0xa3, 0x85, 0x7a,
+ 0x76, 0xcd, 0x16, 0x1b, 0x0d, 0x54, 0x9e, 0x99, 0xe6, 0xa4, 0xb5, 0x41,
+ 0xb5, 0x66, 0x70, 0x2b, 0x13, 0x65, 0x8e, 0x4d, 0x5c, 0x5d, 0x6e, 0x56,
+ 0xc6, 0xa1, 0xa4, 0x2a, 0x09, 0x3b, 0xb4, 0x56, 0x63, 0x7f, 0x33, 0x2d,
+ 0x9f, 0x35, 0xb5, 0xbb, 0x9e, 0x68, 0x5d, 0x9a, 0x3d, 0xc4, 0x4f, 0x05,
+ 0x99, 0xa1, 0x24, 0x5f, 0xa8, 0xed, 0x81, 0x99, 0x14, 0xc6, 0x1e, 0x89,
+ 0xa1, 0xd4, 0x09, 0xf8, 0x09, 0x53, 0xe1, 0x3c, 0xad, 0x46, 0x61, 0xc4,
+ 0xa3, 0x18, 0xc6, 0xdf, 0xcf, 0x64, 0x69, 0xa5, 0x4f, 0x3f, 0x73, 0x1b,
+ 0x65, 0xba, 0xcb, 0xaa, 0x0a, 0x12, 0xc0, 0x14, 0x85, 0x92, 0x7f, 0x03,
+ 0x59, 0x63, 0x04, 0xf1, 0x8c, 0x82, 0xf4, 0x42, 0xb6, 0x31, 0x27, 0x32,
+ 0xf1, 0xe4, 0x6f, 0x4c, 0x1f, 0x07, 0xd2, 0xca, 0x79, 0x28, 0xeb, 0x92,
+ 0x71, 0x2c, 0x0c, 0xe5, 0xb7, 0xb3, 0xec, 0x26, 0x9e, 0x71, 0x4b, 0x32,
+ 0x0e, 0x96, 0xb3, 0xe9, 0xb4, 0x48, 0xc8, 0x9b, 0x00, 0x47, 0x88, 0x38,
+ 0xdc, 0xbb, 0x62, 0xfd, 0x08, 0x77, 0xd7, 0x83, 0x11, 0xe9, 0xf2, 0x2f,
+ 0xaf, 0x0e, 0x46, 0xaf, 0xf8, 0x61, 0x7a, 0xc2, 0x2d, 0xb5, 0xd2, 0xde,
+ 0x8c, 0x27, 0xf4, 0x7f, 0x59, 0x90, 0x5b, 0xf3, 0x7d, 0x75, 0xb0, 0x86,
+ 0x2b, 0x05, 0x34, 0x38, 0xc8, 0xe2, 0x5d, 0x9e, 0x2d, 0xd2, 0xbf, 0x93,
+ 0x76, 0x4d, 0xf6, 0xa7, 0x9b, 0x64, 0x0a, 0xfa, 0x17, 0xa3, 0x8c, 0x84,
+ 0x17, 0xc9, 0x6d, 0x8c, 0xe8, 0x6b, 0x11, 0x49, 0x30, 0x18, 0xde, 0x5f,
+ 0x16, 0xbb, 0x6c, 0xe3, 0xf1, 0x40, 0xd2, 0x01, 0x0a, 0x28, 0xd6, 0x01,
+ 0xfb, 0x07, 0x9a, 0x06, 0xfa, 0x4f, 0x68, 0xd3, 0x8a, 0x79, 0x9f, 0x4e,
+ 0x80, 0x11, 0x16, 0x35, 0x98, 0x3c, 0x99, 0xb2, 0xd1, 0x0b, 0xb3, 0x04,
+ 0x83, 0xe7, 0x67, 0xfb, 0xf1, 0x22, 0x9e, 0x65, 0x4c, 0x09, 0x5d, 0xae,
+ 0xca, 0x03, 0x50, 0x60, 0x92, 0x7c, 0x94, 0x25, 0xd3, 0x69, 0x3a, 0x16,
+ 0x27, 0x8e, 0x17, 0xc0, 0xd0, 0x9b, 0xb1, 0xf2, 0x92, 0xb1, 0x9b, 0x02,
+ 0x3c, 0x9a, 0x0d, 0xe2, 0x5b, 0xd8, 0x78, 0x20, 0x62, 0x21, 0xf7, 0x4f,
+ 0xe7, 0xa3, 0x7d, 0xc3, 0x91, 0x01, 0x26, 0xcc, 0x9f, 0xc3, 0x9f, 0xc1,
+ 0x2c, 0x5c, 0xed, 0xb0, 0x38, 0x62, 0x11, 0x74, 0xef, 0xc1, 0x92, 0x9d,
+ 0xc1, 0xb5, 0x9a, 0x7b, 0x5a, 0xb7, 0x7f, 0x6e, 0xef, 0xf6, 0x7a, 0xeb,
+ 0xc0, 0xa3, 0x7b, 0xb4, 0xbb, 0xc3, 0xf9, 0xad, 0xca, 0xbb, 0xa9, 0x44,
+ 0xe3, 0x54, 0x22, 0x8d, 0x3e, 0x7c, 0xc7, 0x57, 0xc8, 0x95, 0xe7, 0x86,
+ 0x87, 0xba, 0xe1, 0xb5, 0xd9, 0x01, 0x25, 0x15, 0xc7, 0x1a, 0x4e, 0xff,
+ 0xbc, 0x8a, 0xfc, 0x84, 0x59, 0xc0, 0x72, 0xf9, 0x10, 0xa2, 0x48, 0x9d,
+ 0xc2, 0xfd, 0x1d, 0xe0, 0x7a, 0xe7, 0x0c, 0xa1, 0x6f, 0x31, 0xec, 0x0c,
+ 0xce, 0x5c, 0x7c, 0x6d, 0x61, 0xa3, 0x76, 0x52, 0x1d, 0xea, 0xb1, 0xed,
+ 0x98, 0xb2, 0x59, 0x45, 0x47, 0x8a, 0x0c, 0x37, 0x13, 0x70, 0x1e, 0x07,
+ 0x87, 0xa7, 0xaf, 0x61, 0x10, 0x29, 0x20, 0xa5, 0xf0, 0x20, 0xda, 0x81,
+ 0xee, 0x1c, 0x25, 0xb3, 0x22, 0x5d, 0x15, 0x9c, 0xd6, 0x74, 0xba, 0x96,
+ 0x18, 0x6b, 0x9a, 0x86, 0xd4, 0xce, 0x1f, 0xe6, 0x47, 0x72, 0x53, 0x0b,
+ 0xfb, 0xe5, 0x4f, 0xa7, 0xca, 0x2e, 0x17, 0x57, 0xbe, 0x8a, 0x3a, 0xca,
+ 0x96, 0x38, 0x4f, 0xe4, 0xc7, 0x95, 0x8c, 0x80, 0xd4, 0x31, 0xb8, 0xfe,
+ 0x50, 0xa0, 0x3b, 0xa2, 0x72, 0x5a, 0x09, 0x28, 0x72, 0x59, 0x87, 0x53,
+ 0xca, 0xf5, 0x48, 0xa1, 0x85, 0xc4, 0x70, 0x2e, 0xe3, 0x69, 0x52, 0x3e,
+ 0x81, 0xc3, 0x1b, 0x1e, 0x0f, 0xc0, 0xd9, 0x19, 0xfc, 0xc6, 0xa9, 0x62,
+ 0x74, 0x72, 0x25, 0xb6, 0x7c, 0xd3, 0x18, 0x3c, 0x43, 0x74, 0x56, 0x71,
+ 0x63, 0xf9, 0xe9, 0x2e, 0x49, 0x66, 0x17, 0xc9, 0xfd, 0x79, 0x92, 0xff,
+ 0x01, 0xf5, 0xec, 0x0f, 0xd2, 0x71, 0x25, 0x4f, 0xee, 0xc1, 0xe7, 0x0b,
+ 0x57, 0x22, 0xd8, 0x65, 0x7c, 0x4e, 0x67, 0x19, 0xa9, 0x2f, 0x42, 0x7a,
+ 0x1e, 0x00, 0x99, 0x3b, 0x25, 0xdc, 0xab, 0xe1, 0x7f, 0x44, 0xb1, 0xb0,
+ 0xef, 0xcf, 0x16, 0x0b, 0x9a, 0xf6, 0xcb, 0x8c, 0xc4, 0x1b, 0x9c, 0x81,
+ 0x16, 0x33, 0x5c, 0x96, 0xb9, 0x4d, 0x20, 0xcb, 0x49, 0x5f, 0x61, 0xb4,
+ 0xe7, 0xf0, 0xbe, 0xe4, 0xa7, 0xef, 0xc9, 0x44, 0x8e, 0xaa, 0x12, 0x76,
+ 0x0b, 0xe0, 0x90, 0xc7, 0x8f, 0x11, 0xda, 0xd7, 0xed, 0xbd, 0xc9, 0x78,
+ 0x74, 0x17, 0x33, 0xea, 0x68, 0xa9, 0xa7, 0x33, 0x47, 0x69, 0xcb, 0xbc,
+ 0xc9, 0x26, 0x4f, 0x3b, 0x7c, 0x0a, 0x23, 0x66, 0xc4, 0x68, 0xd1, 0xd1,
+ 0xd4, 0xb1, 0xb2, 0xcc, 0x33, 0xb8, 0x3b, 0x02, 0x7c, 0xe3, 0x10, 0x5f,
+ 0xe2, 0xb1, 0xa6, 0x21, 0xfd, 0x62, 0x50, 0x8c, 0xd3, 0x7c, 0xbc, 0x4a,
+ 0x4b, 0xb3, 0x8a, 0x3b, 0x7c, 0xd8, 0xe2, 0xbe, 0x68, 0xb5, 0xc0, 0xb1,
+ 0xc4, 0xda, 0xf2, 0x01, 0xc8, 0x20, 0x3d, 0xd4, 0xfc, 0x76, 0x48, 0x79,
+ 0xa2, 0x83, 0x09, 0xf6, 0x73, 0x4e, 0x0a, 0x14, 0x00, 0x8d, 0xb3, 0x9c,
+ 0x49, 0xe6, 0x12, 0x57, 0xb1, 0x32, 0xab, 0xa6, 0x14, 0x6e, 0x6e, 0xc0,
+ 0x28, 0x04, 0xdc, 0x02, 0xe4, 0x65, 0x5f, 0x32, 0x8e, 0xd8, 0xb8, 0xf4,
+ 0xd1, 0x3a, 0x29, 0xba, 0x65, 0x61, 0x74, 0x8b, 0x20, 0x13, 0x83, 0xd9,
+ 0x05, 0x16, 0x3d, 0x38, 0xd6, 0x9e, 0xf0, 0x66, 0x28, 0x32, 0x5a, 0x38,
+ 0xc5, 0x26, 0xee, 0x06, 0x55, 0xac, 0x5c, 0xec, 0x73, 0x79, 0x87, 0x84,
+ 0x66, 0x87, 0x90, 0x8f, 0xc9, 0x9a, 0x1e, 0x89, 0xc7, 0xa0, 0xad, 0xa0,
+ 0x5b, 0x95, 0xb2, 0x48, 0x4d, 0xe8, 0xf0, 0x35, 0x9e, 0x91, 0x96, 0xf1,
+ 0x13, 0x37, 0x70, 0x81, 0xcb, 0x1b, 0x30, 0x89, 0x19, 0x11, 0x70, 0x41,
+ 0x66, 0x20, 0x10, 0xcc, 0x0a, 0xa7, 0x69, 0x39, 0x5f, 0xcb, 0xe5, 0x4d,
+ 0x11, 0x51, 0x98, 0xb3, 0x48, 0x8e, 0xe0, 0x88, 0x76, 0x9e, 0x16, 0x05,
+ 0xda, 0x7f, 0xf0, 0xc0, 0x1e, 0x2b, 0x40, 0xab, 0xdc, 0x75, 0xa9, 0x78,
+ 0x72, 0x16, 0x6f, 0xdf, 0xbc, 0xb9, 0x65, 0x8a, 0xc5, 0xea, 0x06, 0x5d,
+ 0x39, 0xc9, 0xab, 0x53, 0xfc, 0x41, 0xc7, 0xce, 0xbd, 0xd9, 0xec, 0xf5,
+ 0xe5, 0x6a, 0xb9, 0xcc, 0x72, 0xd6, 0x90, 0xaf, 0xf9, 0x8a, 0x0b, 0xb3,
+ 0x48, 0x9c, 0xe6, 0xfb, 0x4f, 0xe0, 0xf5, 0x28, 0xce, 0xa4, 0xb1, 0x86,
+ 0x68, 0x09, 0xa1, 0x93, 0xe2, 0x78, 0x0e, 0x4a, 0xb0, 0xb1, 0xc5, 0x83,
+ 0xb1, 0x0c, 0x23, 0x79, 0xf4, 0x34, 0x9e, 0x71, 0x43, 0x15, 0x58, 0x8a,
+ 0xf0, 0x89, 0xef, 0x18, 0x94, 0x55, 0x33, 0x56, 0xc7, 0xf6, 0x0a, 0xcc,
+ 0x67, 0xd8, 0x8b, 0x93, 0x0a, 0x87, 0xcd, 0x6f, 0xe0, 0x58, 0xc9, 0xe4,
+ 0x62, 0xb2, 0x1a, 0x27, 0xfc, 0x84, 0x9e, 0xf6, 0x8e, 0xcb, 0x8c, 0xb5,
+ 0x00, 0x6a, 0x3c, 0xc8, 0x08, 0xd0, 0x43, 0x4e, 0x54, 0x22, 0xd0, 0xd4,
+ 0xb0, 0x79, 0x17, 0xbe, 0x44, 0x58, 0x30, 0xa8, 0x7b, 0x7c, 0x35, 0x99,
+ 0x57, 0x3b, 0xf2, 0x37, 0x6c, 0x43, 0xfc, 0x06, 0xf6, 0xa3, 0xd5, 0xc1,
+ 0x39, 0x0e, 0x00, 0x50, 0xd6, 0xd8, 0x94, 0x81, 0x2d, 0xcc, 0xe5, 0x00,
+ 0xa3, 0xac, 0x89, 0xbb, 0x51, 0xe6, 0x58, 0xe4, 0xa2, 0xb2, 0x04, 0x18,
+ 0xe5, 0x00, 0x10, 0x65, 0x66, 0x4c, 0x80, 0xb0, 0x1d, 0x88, 0xe7, 0xb8,
+ 0x66, 0xa3, 0x63, 0xfa, 0xf6, 0x28, 0x9e, 0x17, 0x77, 0x4c, 0x59, 0xe0,
+ 0xd2, 0x3a, 0x16, 0xce, 0xa4, 0xc8, 0x36, 0x3f, 0xf3, 0xc6, 0x75, 0x0a,
+ 0x66, 0x2d, 0xae, 0x14, 0x2e, 0xef, 0x62, 0xf4, 0x61, 0xe2, 0xa7, 0x90,
+ 0x72, 0xa9, 0x95, 0x27, 0xc9, 0x4c, 0x9f, 0x56, 0xf4, 0x4d, 0xe1, 0xa3,
+ 0x87, 0x47, 0xba, 0xdc, 0x86, 0x56, 0x04, 0x3f, 0x73, 0x9f, 0x8e, 0x9f,
+ 0x05, 0x6b, 0x78, 0x66, 0x9e, 0x9a, 0x2c, 0x40, 0xb1, 0x1f, 0xe3, 0x3c,
+ 0x45, 0x05, 0xf3, 0x23, 0x3a, 0x51, 0x70, 0x35, 0x05, 0x24, 0x70, 0x91,
+ 0xc8, 0x6d, 0x1f, 0xaf, 0x47, 0xb1, 0x4b, 0x06, 0x7c, 0x51, 0xc9, 0xf0,
+ 0x5f, 0xb4, 0x92, 0xa1, 0x5a, 0xc9, 0xe8, 0x5f, 0xb4, 0x92, 0x91, 0x5a,
+ 0xc9, 0xce, 0xbf, 0x68, 0x25, 0x3b, 0x30, 0x8f, 0xc5, 0x79, 0x76, 0xb9,
+ 0xc1, 0xf9, 0x9c, 0x02, 0xdf, 0xf0, 0x7c, 0x8e, 0xed, 0x94, 0x61, 0xad,
+ 0x50, 0xae, 0x55, 0xd2, 0xe9, 0x3c, 0x2e, 0x11, 0xba, 0x73, 0xd2, 0x0e,
+ 0xed, 0xea, 0xda, 0xad, 0xd6, 0x4f, 0xca, 0x29, 0xbc, 0x3c, 0x48, 0xe6,
+ 0xee, 0x1c, 0x6c, 0x5e, 0x04, 0xbd, 0x19, 0xf4, 0x11, 0xa4, 0xc1, 0x35,
+ 0x17, 0xe1, 0xfd, 0x2e, 0x7c, 0xc9, 0xc1, 0xb9, 0x07, 0x83, 0x73, 0x81,
+ 0xe5, 0x11, 0xf5, 0x2a, 0xdd, 0x5f, 0x8d, 0x8e, 0x4c, 0x1f, 0xe2, 0x7c,
+ 0xce, 0xb0, 0x57, 0xcb, 0x5d, 0x71, 0x74, 0x72, 0x91, 0x30, 0xbc, 0xc9,
+ 0xde, 0xed, 0x2d, 0x6c, 0x5f, 0x85, 0xd7, 0x8a, 0xb1, 0x3b, 0x44, 0x9f,
+ 0x93, 0x39, 0x94, 0x43, 0x7b, 0xbb, 0x00, 0x31, 0x03, 0xee, 0xd2, 0x0d,
+ 0x1e, 0xd3, 0xac, 0x79, 0xf7, 0x26, 0xf7, 0xe9, 0x38, 0x79, 0x1b, 0x74,
+ 0x7f, 0x0a, 0x5e, 0xce, 0xd3, 0xd9, 0xe4, 0x15, 0xdc, 0x55, 0x60, 0xbf,
+ 0xd1, 0x91, 0xf2, 0x0d, 0xb6, 0x11, 0x5b, 0x9f, 0x96, 0xbb, 0xf0, 0x1e,
+ 0x60, 0xf0, 0x0d, 0x12, 0xda, 0x09, 0x92, 0xdd, 0xdb, 0xdd, 0xe0, 0xdd,
+ 0xc1, 0xf1, 0x2b, 0xb8, 0xa6, 0xca, 0xbe, 0x15, 0xac, 0x0d, 0x9e, 0x82,
+ 0xd9, 0x6a, 0xbe, 0x7c, 0xb5, 0xa3, 0x33, 0x7a, 0x91, 0xc4, 0xcb, 0xe5,
+ 0xec, 0xe9, 0x02, 0xdc, 0xa5, 0x60, 0x0d, 0xc6, 0xdd, 0x97, 0xc6, 0x10,
+ 0xb8, 0x0a, 0x23, 0x8c, 0xdc, 0x66, 0x71, 0xdd, 0x1f, 0x8c, 0xf3, 0xb2,
+ 0xda, 0xe8, 0xb6, 0xa4, 0x79, 0xfb, 0xd3, 0xa9, 0x11, 0x17, 0x44, 0xee,
+ 0x11, 0x43, 0xea, 0x88, 0xe9, 0x1a, 0xa0, 0x69, 0x8d, 0x05, 0xec, 0x69,
+ 0xc0, 0x5f, 0x22, 0xcf, 0x3e, 0xb3, 0xb6, 0xc9, 0xe0, 0x00, 0xa6, 0x90,
+ 0x6a, 0x0b, 0xeb, 0x57, 0xea, 0x4f, 0xb4, 0xdf, 0xa0, 0x15, 0x8a, 0x1c,
+ 0x40, 0x70, 0x9b, 0x11, 0xbc, 0xee, 0xa2, 0x04, 0xbc, 0x0e, 0x5b, 0xc1,
+ 0x64, 0xff, 0xde, 0x60, 0x2e, 0x9d, 0x27, 0x6c, 0xe5, 0xd7, 0x4e, 0x82,
+ 0xa0, 0xf4, 0xcf, 0x0e, 0x3e, 0xc5, 0xb9, 0x60, 0x99, 0x65, 0x28, 0xbe,
+ 0x7c, 0x37, 0x1b, 0x07, 0x74, 0x6c, 0x02, 0x95, 0x4f, 0x68, 0xf9, 0x57,
+ 0x2e, 0x3d, 0xb0, 0xed, 0x2c, 0x1b, 0xe5, 0x8a, 0xf1, 0x8f, 0x6a, 0xc8,
+ 0xfd, 0x8d, 0xe4, 0x28, 0x13, 0x06, 0x0a, 0xf4, 0x33, 0x3a, 0xc3, 0x81,
+ 0x0f, 0x83, 0x4a, 0x5a, 0x29, 0x56, 0xa4, 0xff, 0x72, 0xbf, 0x34, 0x08,
+ 0x30, 0xca, 0x37, 0x67, 0x73, 0xec, 0x0c, 0xb6, 0xf1, 0xc7, 0xd1, 0xae,
+ 0x92, 0x01, 0x1d, 0xb7, 0x28, 0xc8, 0x95, 0xec, 0x22, 0x19, 0xa7, 0xa0,
+ 0x12, 0xc6, 0x5c, 0x1b, 0xe3, 0x9d, 0x55, 0x64, 0x4e, 0x7d, 0x9d, 0xaa,
+ 0x8b, 0xf5, 0x01, 0xe5, 0xb3, 0x60, 0x1a, 0x56, 0x55, 0x04, 0x58, 0x8c,
+ 0x9f, 0x76, 0x83, 0x13, 0x74, 0xd5, 0xe5, 0xc3, 0x13, 0x3d, 0x53, 0x8a,
+ 0x79, 0x46, 0xfb, 0x6c, 0x80, 0x2c, 0xe8, 0xbe, 0x08, 0x27, 0x90, 0x70,
+ 0x66, 0x34, 0xfd, 0xac, 0xda, 0x5c, 0x90, 0x7b, 0x6c, 0x36, 0xad, 0xd9,
+ 0x3c, 0xa0, 0x47, 0x1d, 0x7a, 0xb5, 0x4e, 0x15, 0x55, 0x4e, 0xdb, 0x5b,
+ 0xcb, 0x99, 0xb0, 0x92, 0x1c, 0xde, 0x99, 0x0e, 0x3d, 0x8f, 0x8d, 0x06,
+ 0xb4, 0x72, 0x20, 0x42, 0xfc, 0x38, 0x4b, 0xde, 0x4c, 0xf0, 0xfe, 0x09,
+ 0x77, 0xe6, 0x42, 0x49, 0x10, 0x27, 0x1c, 0xa4, 0xbe, 0x17, 0xe4, 0xdc,
+ 0xcb, 0x34, 0xc0, 0xd7, 0xa8, 0x26, 0x49, 0xde, 0x04, 0x29, 0x31, 0x57,
+ 0x31, 0x0e, 0xdb, 0xbb, 0x2d, 0x5e, 0xe3, 0x2b, 0x68, 0x13, 0x69, 0xe4,
+ 0xac, 0xaa, 0xcc, 0x4d, 0x9b, 0xc4, 0x0c, 0xd6, 0xae, 0xda, 0x61, 0x89,
+ 0x3a, 0xd2, 0xd2, 0x40, 0x47, 0x4c, 0xc8, 0xe7, 0xc7, 0xcb, 0xcb, 0x00,
+ 0x2d, 0x41, 0x58, 0xbc, 0x61, 0x58, 0x78, 0x77, 0x1a, 0xc0, 0x80, 0x4c,
+ 0xc7, 0xdc, 0x5e, 0xc8, 0x89, 0x5c, 0x75, 0x7b, 0xa2, 0x94, 0x76, 0x5f,
+ 0x14, 0xeb, 0x2e, 0xcf, 0xd1, 0x4c, 0xc4, 0x03, 0x1e, 0x81, 0x81, 0x21,
+ 0x31, 0x11, 0x16, 0x4b, 0x61, 0x75, 0x96, 0x16, 0x4c, 0xc5, 0x72, 0xfd,
+ 0x12, 0x42, 0x0a, 0xbe, 0xe2, 0x8d, 0x21, 0x05, 0x1c, 0x65, 0x17, 0xa0,
+ 0xd0, 0xc3, 0x54, 0xf8, 0x0b, 0xc2, 0x01, 0x27, 0xd9, 0x47, 0x27, 0xb8,
+ 0x8f, 0x28, 0x10, 0xee, 0xad, 0xd2, 0xf0, 0x8b, 0x9f, 0x19, 0x13, 0x2b,
+ 0x6a, 0x01, 0xbe, 0xeb, 0xb8, 0x83, 0x63, 0x2d, 0x78, 0x64, 0x12, 0x7d,
+ 0xc3, 0xa8, 0x3c, 0xb1, 0xd5, 0x0e, 0xc0, 0xe4, 0x57, 0xe0, 0x37, 0x0b,
+ 0xef, 0xd0, 0x9b, 0xfb, 0x9c, 0x7c, 0xeb, 0xce, 0x68, 0xd7, 0x7f, 0x16,
+ 0x0a, 0xe9, 0xa0, 0xaf, 0x95, 0xa5, 0xf3, 0xe7, 0xb3, 0x0f, 0x68, 0x65,
+ 0xa9, 0xe6, 0x72, 0x6e, 0xc7, 0xdd, 0x61, 0x9f, 0x8e, 0x8e, 0xf0, 0x5b,
+ 0xc1, 0x5d, 0x99, 0x15, 0x47, 0x4a, 0xed, 0x74, 0xf0, 0x1c, 0x2e, 0x9e,
+ 0x42, 0x69, 0xda, 0x1b, 0x3a, 0xfa, 0x57, 0xdf, 0x84, 0x36, 0x4c, 0x68,
+ 0xc2, 0x44, 0x36, 0x4c, 0x64, 0xc2, 0x74, 0x6c, 0x98, 0x8e, 0x09, 0xd3,
+ 0xb5, 0x61, 0xba, 0x26, 0x4c, 0xcf, 0x86, 0xe9, 0x99, 0x30, 0x7d, 0x1b,
+ 0xa6, 0x6f, 0xc2, 0x0c, 0x6c, 0x98, 0x81, 0x09, 0x33, 0xb4, 0x61, 0x86,
+ 0x56, 0x1b, 0xb6, 0x1c, 0x8d, 0xd8, 0xb2, 0xa0, 0x5c, 0x4d, 0x6d, 0xb5,
+ 0x75, 0xdb, 0xd1, 0xd8, 0x6d, 0xab, 0xb5, 0x21, 0xa8, 0x6c, 0x12, 0xda,
+ 0x04, 0xe9, 0xbd, 0xdd, 0x83, 0xf4, 0xde, 0x26, 0xcd, 0xe1, 0x3d, 0xf4,
+ 0xed, 0x3e, 0xe5, 0xf0, 0x56, 0xcf, 0xd2, 0x7b, 0xbb, 0x7f, 0x39, 0xbc,
+ 0xd5, 0xcb, 0xf4, 0xde, 0xee, 0x6b, 0x0e, 0x6f, 0xf5, 0x38, 0xbd, 0xb7,
+ 0xfb, 0x9d, 0xc3, 0x5b, 0xbd, 0x4f, 0xef, 0x6d, 0x19, 0xe0, 0xf0, 0x96,
+ 0x24, 0xd0, 0x7b, 0x5b, 0x1e, 0x38, 0xbc, 0x25, 0x15, 0xf4, 0xde, 0x96,
+ 0x0d, 0x0e, 0x6f, 0x49, 0x08, 0xef, 0x2f, 0x5b, 0x4e, 0x44, 0x87, 0x59,
+ 0xd2, 0xc2, 0x31, 0xfc, 0x5d, 0xec, 0xe9, 0x63, 0x87, 0xfc, 0x08, 0x8c,
+ 0x50, 0x71, 0x35, 0xac, 0x86, 0xbe, 0xf2, 0x82, 0xe4, 0x46, 0x79, 0x11,
+ 0x5a, 0x10, 0x26, 0x8d, 0xc8, 0x82, 0x88, 0x0c, 0x88, 0x8e, 0x05, 0xd1,
+ 0x31, 0x20, 0xba, 0x16, 0x44, 0xd7, 0x80, 0xe8, 0x59, 0x10, 0x3d, 0x03,
+ 0xa2, 0x6f, 0x41, 0xf4, 0x0d, 0x88, 0x81, 0x05, 0x31, 0x30, 0x20, 0x86,
+ 0x16, 0xc4, 0xd0, 0x6c, 0xb1, 0x96, 0xdd, 0x64, 0x2d, 0x13, 0xc6, 0xd1,
+ 0xac, 0x66, 0xbb, 0xb6, 0xed, 0x86, 0xc5, 0xde, 0x71, 0xda, 0x19, 0xc8,
+ 0x16, 0x55, 0x67, 0x6d, 0xd8, 0x51, 0x6e, 0x73, 0xf0, 0xfd, 0x11, 0xf9,
+ 0x3f, 0xce, 0xa6, 0xab, 0x05, 0x8a, 0x01, 0xdc, 0xb3, 0x1b, 0x83, 0xad,
+ 0x92, 0x2f, 0x2f, 0x23, 0xb4, 0xe0, 0xf1, 0xb5, 0x03, 0x37, 0x0d, 0xfc,
+ 0xae, 0x80, 0x82, 0x83, 0x9e, 0x11, 0x88, 0x44, 0x10, 0x4c, 0x99, 0xa7,
+ 0xd3, 0xa5, 0x9b, 0x59, 0xba, 0xf8, 0x5c, 0xa0, 0xa3, 0x07, 0x68, 0x2c,
+ 0x37, 0x4c, 0x65, 0x40, 0xbf, 0x18, 0xb6, 0x3a, 0x8f, 0xef, 0x0e, 0xb2,
+ 0x87, 0x05, 0x2f, 0xe4, 0x92, 0x8e, 0xe2, 0xf3, 0x42, 0xdc, 0x9e, 0x2a,
+ 0x1e, 0x52, 0x38, 0x0b, 0x64, 0xba, 0x2d, 0x27, 0x9d, 0x70, 0xb3, 0x21,
+ 0x62, 0x72, 0xcb, 0x49, 0x4a, 0x6e, 0x26, 0xa8, 0x34, 0xc5, 0xb0, 0x54,
+ 0x3e, 0x2c, 0xe8, 0x6c, 0x8e, 0xa9, 0xa5, 0xe7, 0xb0, 0x97, 0xbc, 0x20,
+ 0x47, 0x77, 0xcf, 0x75, 0x58, 0x74, 0xcc, 0xad, 0xb6, 0xa9, 0x53, 0x70,
+ 0x22, 0x25, 0x2d, 0x39, 0x53, 0xce, 0x6a, 0x48, 0x01, 0xc0, 0x45, 0xf1,
+ 0xe7, 0x42, 0xf7, 0xd6, 0x26, 0xff, 0xf9, 0xca, 0x4f, 0x5e, 0x5e, 0xfe,
+ 0x51, 0xfc, 0x12, 0x84, 0xe6, 0xa6, 0x6c, 0x52, 0x71, 0x03, 0xfb, 0x90,
+ 0xa4, 0x39, 0x2e, 0xe9, 0xe0, 0xbe, 0xc3, 0x37, 0x8d, 0xf2, 0x6a, 0xb2,
+ 0x71, 0x5e, 0xb7, 0xa3, 0x1e, 0xd8, 0x71, 0xae, 0xe5, 0x7d, 0x68, 0x3c,
+ 0x1a, 0x45, 0xf6, 0xa4, 0xc9, 0x38, 0x6c, 0x60, 0x32, 0xe6, 0x17, 0x53,
+ 0x2a, 0x5f, 0x25, 0xb4, 0x6d, 0x86, 0x4d, 0x6c, 0x9b, 0x36, 0x2a, 0xed,
+ 0xcf, 0x71, 0xf7, 0x2f, 0x67, 0x0b, 0xf3, 0x25, 0xce, 0x18, 0xe6, 0xcb,
+ 0xd0, 0x09, 0x09, 0xf2, 0x3d, 0x1f, 0x47, 0xd1, 0x75, 0x79, 0xcd, 0x3a,
+ 0xf3, 0x9a, 0x9c, 0x03, 0x1c, 0x6e, 0xfd, 0x70, 0x2f, 0xaf, 0x3a, 0xe2,
+ 0x41, 0x28, 0x34, 0x21, 0xa0, 0x76, 0x5b, 0xbd, 0xe3, 0xfb, 0x5a, 0xb6,
+ 0xcb, 0xcc, 0x93, 0x05, 0xdf, 0xcc, 0xc4, 0xe0, 0x0a, 0x24, 0xb6, 0x39,
+ 0xe4, 0x40, 0x02, 0xc4, 0x92, 0x59, 0xbc, 0x2c, 0xe0, 0xd2, 0x12, 0x59,
+ 0xbc, 0xe3, 0xa2, 0x58, 0xcd, 0x93, 0x49, 0x65, 0x1d, 0x97, 0xd7, 0x04,
+ 0x59, 0x31, 0x68, 0x90, 0x04, 0x55, 0xf9, 0x2e, 0x03, 0x7f, 0x60, 0xb2,
+ 0x93, 0xa3, 0x74, 0xc7, 0x8b, 0xab, 0x47, 0x2e, 0xd8, 0x6c, 0x0f, 0x7e,
+ 0xcd, 0x9e, 0xaf, 0xcb, 0x47, 0x8c, 0x1d, 0xf7, 0x47, 0xfa, 0x7c, 0x61,
+ 0x7e, 0xce, 0xab, 0xcf, 0x0f, 0x70, 0x1b, 0xf5, 0x56, 0x09, 0xac, 0xc4,
+ 0xaf, 0x50, 0xf0, 0x50, 0xb8, 0xd5, 0xd6, 0x5c, 0x02, 0xe2, 0x46, 0x92,
+ 0x5c, 0x99, 0xff, 0xb2, 0xf8, 0x93, 0xad, 0x3c, 0xe2, 0x90, 0xaa, 0x4c,
+ 0x1a, 0x45, 0xf2, 0xbf, 0x9c, 0xc5, 0xd0, 0xcd, 0x8b, 0xfa, 0x62, 0xc8,
+ 0x08, 0x00, 0x1e, 0x28, 0x4d, 0x8b, 0xfa, 0xcb, 0x42, 0x5e, 0xde, 0x80,
+ 0xe0, 0x07, 0xf2, 0xf6, 0x06, 0x09, 0x91, 0xb8, 0x9b, 0xa5, 0x4e, 0x03,
+ 0x74, 0x3f, 0x0b, 0x45, 0x1e, 0x3d, 0x74, 0x4e, 0xe3, 0xbf, 0x4f, 0x62,
+ 0x14, 0x7b, 0xba, 0x1a, 0xf4, 0x5a, 0x7a, 0xf8, 0xd0, 0xd9, 0x7c, 0x9a,
+ 0x93, 0x59, 0x04, 0x9a, 0x36, 0x9b, 0x2f, 0xb9, 0x19, 0x42, 0xee, 0xc5,
+ 0x8e, 0xd0, 0x87, 0x94, 0x1f, 0x8a, 0xee, 0xe0, 0x3e, 0x0f, 0x35, 0x77,
+ 0x7e, 0x3f, 0xe1, 0x70, 0xf4, 0xab, 0x22, 0xc2, 0x97, 0x74, 0xb3, 0x06,
+ 0x27, 0x3f, 0x12, 0xe3, 0x77, 0xc9, 0x22, 0xc1, 0xbb, 0x55, 0x31, 0x8c,
+ 0x34, 0x86, 0x81, 0x27, 0x18, 0xc2, 0x20, 0x45, 0xdb, 0xc9, 0x69, 0x46,
+ 0x57, 0x2c, 0x1e, 0xf9, 0x45, 0x1d, 0x70, 0xfd, 0x6f, 0x7b, 0x88, 0x86,
+ 0x5f, 0x42, 0x14, 0x97, 0xd4, 0xe2, 0x72, 0x32, 0x8a, 0xf3, 0x09, 0x5d,
+ 0xce, 0x43, 0xcb, 0x03, 0x77, 0x8d, 0x2a, 0x26, 0x6f, 0xc4, 0x01, 0x7f,
+ 0x01, 0x9e, 0xad, 0x64, 0xc2, 0xff, 0x48, 0x57, 0x96, 0xc2, 0xe1, 0x0d,
+ 0x80, 0xc2, 0xbc, 0xc4, 0x96, 0x1d, 0xb8, 0xaa, 0xf8, 0x52, 0x9c, 0x7f,
+ 0xbc, 0x02, 0xad, 0x9f, 0x69, 0x28, 0xf8, 0x12, 0xca, 0x5b, 0x4c, 0x12,
+ 0xf6, 0xf2, 0xf8, 0x80, 0xce, 0x4f, 0xf1, 0xbe, 0x12, 0xbf, 0xf8, 0x84,
+ 0x97, 0x99, 0x68, 0xa2, 0x14, 0x77, 0xd5, 0xca, 0x84, 0x6d, 0x1c, 0x72,
+ 0x71, 0xb9, 0x4e, 0xf3, 0x0c, 0xe5, 0x86, 0x79, 0xdc, 0x1f, 0x89, 0x8d,
+ 0x3e, 0x3f, 0x36, 0x12, 0xd3, 0x3c, 0x61, 0xb3, 0x7d, 0x5f, 0x29, 0xee,
+ 0xa4, 0x91, 0x89, 0x0b, 0x27, 0x3c, 0xe3, 0x33, 0x0f, 0x04, 0xc1, 0x9d,
+ 0x36, 0x85, 0x29, 0x02, 0xea, 0xfb, 0x51, 0x5e, 0xcb, 0xba, 0x42, 0x21,
+ 0x06, 0x2e, 0x6f, 0x72, 0xb6, 0x57, 0x1b, 0xc3, 0x0d, 0x7d, 0xda, 0xdf,
+ 0x8e, 0xc9, 0xbd, 0x17, 0x6b, 0xc3, 0xa4, 0xb6, 0xcc, 0xc6, 0xd9, 0xec,
+ 0x2f, 0x0b, 0xde, 0x74, 0x30, 0x06, 0x25, 0x82, 0x6c, 0x45, 0xed, 0x2d,
+ 0xdf, 0x28, 0x5e, 0xe0, 0x8d, 0x57, 0x1e, 0x3c, 0x9e, 0xed, 0x4f, 0xe9,
+ 0x38, 0x86, 0xfd, 0xc5, 0xe9, 0x81, 0xee, 0xc8, 0xe1, 0x74, 0x03, 0xab,
+ 0x11, 0xb9, 0x00, 0x93, 0x1d, 0xad, 0xcc, 0x9f, 0xaa, 0xd3, 0x58, 0x74,
+ 0xf5, 0x0d, 0x22, 0xe9, 0xc7, 0xf1, 0x50, 0x5d, 0xa6, 0xe5, 0xf6, 0xb2,
+ 0x14, 0x6f, 0x18, 0x42, 0xf8, 0x8d, 0x42, 0x0b, 0x7e, 0x80, 0x21, 0x28,
+ 0x00, 0xe6, 0x25, 0x5a, 0x95, 0x5e, 0x59, 0xe5, 0xd2, 0x19, 0x92, 0x45,
+ 0x8b, 0x58, 0x19, 0x67, 0x71, 0x21, 0xfc, 0x3c, 0x92, 0xf1, 0x6a, 0x8e,
+ 0x81, 0x33, 0x0e, 0x6f, 0xcb, 0xab, 0x8c, 0x5f, 0x69, 0xbb, 0x00, 0xab,
+ 0xd2, 0xe1, 0x78, 0x75, 0x8a, 0x5f, 0x02, 0xc8, 0x8a, 0xc2, 0x08, 0xb0,
+ 0xf6, 0xdc, 0x0d, 0xc8, 0xaf, 0xa5, 0x00, 0x97, 0x63, 0x58, 0x0b, 0x98,
+ 0x94, 0xa4, 0x0c, 0xe7, 0xe5, 0x31, 0xdb, 0xb0, 0xcf, 0x5e, 0xed, 0x48,
+ 0x77, 0x0a, 0x68, 0x7b, 0x10, 0x9d, 0xea, 0xde, 0x1d, 0x32, 0x8a, 0x5a,
+ 0x06, 0xd9, 0x75, 0x4e, 0xe3, 0xe5, 0x19, 0x13, 0x89, 0xe3, 0xc5, 0xd9,
+ 0x22, 0x91, 0x5e, 0xc7, 0x24, 0x9b, 0xe0, 0xfe, 0x81, 0xb7, 0x13, 0xab,
+ 0xcb, 0xfe, 0xe9, 0xa2, 0x8c, 0x3f, 0x8b, 0xeb, 0xd7, 0xc4, 0x2f, 0x99,
+ 0x9f, 0xd8, 0x84, 0xf9, 0xeb, 0x52, 0x19, 0x05, 0xc7, 0x53, 0xee, 0x23,
+ 0x38, 0xd9, 0x09, 0xb0, 0xb1, 0xb3, 0xca, 0xc9, 0x93, 0xab, 0x2f, 0x95,
+ 0x59, 0x0b, 0x56, 0x6e, 0xe1, 0x34, 0xf5, 0x44, 0xb7, 0xb6, 0x99, 0xb6,
+ 0x02, 0xa7, 0x69, 0x30, 0x87, 0xcc, 0x92, 0x12, 0x77, 0xed, 0xd0, 0x7e,
+ 0x60, 0x0e, 0x15, 0x77, 0xad, 0x27, 0x55, 0x87, 0x62, 0xec, 0x87, 0x61,
+ 0xe5, 0x63, 0x55, 0x79, 0xe2, 0xc0, 0xcd, 0x57, 0x52, 0x02, 0xf6, 0xc0,
+ 0x0c, 0x05, 0x7e, 0x5b, 0xdc, 0xe9, 0x4c, 0x0c, 0x70, 0xb6, 0x62, 0x17,
+ 0x70, 0x23, 0xb6, 0x50, 0x09, 0x08, 0xb4, 0x1d, 0xc7, 0x1d, 0x21, 0xec,
+ 0x7e, 0x6e, 0x31, 0x43, 0x73, 0x29, 0xae, 0x70, 0x22, 0x8c, 0xc8, 0x0e,
+ 0xd8, 0x06, 0xe1, 0xe4, 0x88, 0x2e, 0x71, 0x49, 0x67, 0xe8, 0x60, 0x85,
+ 0xfe, 0x71, 0x1d, 0xaa, 0x2d, 0xdd, 0x38, 0x11, 0xa5, 0x14, 0xb2, 0x2d,
+ 0x16, 0x4f, 0x82, 0x3c, 0xd8, 0x82, 0xe0, 0x94, 0x76, 0xb2, 0xe2, 0x83,
+ 0x4b, 0x48, 0x0b, 0x78, 0x1d, 0x8f, 0x56, 0xa5, 0xd2, 0xd6, 0xda, 0x30,
+ 0xe7, 0x7c, 0x14, 0xa6, 0xa3, 0xb0, 0xeb, 0xd6, 0x33, 0x9b, 0xe7, 0xd1,
+ 0xcb, 0x7d, 0xb5, 0xa8, 0x5c, 0xe6, 0xb9, 0xdb, 0x0f, 0xfa, 0xa6, 0x21,
+ 0x89, 0x22, 0xbe, 0x47, 0xff, 0x3e, 0xee, 0xa3, 0x81, 0x92, 0x55, 0x85,
+ 0x00, 0xb9, 0x89, 0xd1, 0x39, 0x3f, 0x37, 0xee, 0x64, 0x13, 0x8f, 0x67,
+ 0x8b, 0x11, 0x69, 0x88, 0xc0, 0x64, 0xbe, 0x4a, 0xde, 0x06, 0xfc, 0x66,
+ 0x76, 0x11, 0x1c, 0x1c, 0x8d, 0xce, 0xa8, 0xff, 0xf0, 0x64, 0x95, 0x62,
+ 0x88, 0xc8, 0x65, 0x8e, 0x2b, 0x96, 0xfc, 0xa2, 0x64, 0x81, 0x96, 0x57,
+ 0xe0, 0xef, 0x4e, 0x1b, 0x81, 0xf2, 0xfe, 0x3b, 0xb7, 0xa2, 0x72, 0xf7,
+ 0xbb, 0xe2, 0x2e, 0x9d, 0x96, 0xc5, 0x5f, 0x16, 0x47, 0x4c, 0x31, 0x66,
+ 0x45, 0x1e, 0x64, 0xb8, 0xcc, 0x80, 0xdc, 0x0a, 0xba, 0xe0, 0x3b, 0x98,
+ 0x90, 0x47, 0x4b, 0x3c, 0x1e, 0x83, 0x95, 0x8b, 0xcf, 0x9f, 0xc7, 0xf1,
+ 0x18, 0xaf, 0xf8, 0xc2, 0x5d, 0x2e, 0xde, 0xdc, 0x96, 0xf5, 0xe9, 0x78,
+ 0x6f, 0x54, 0x29, 0x9e, 0xbc, 0x48, 0xde, 0x8a, 0xea, 0x49, 0xa4, 0xd0,
+ 0x08, 0xf1, 0x9a, 0x56, 0x25, 0xf3, 0x4c, 0xd9, 0x21, 0x9f, 0x40, 0x6c,
+ 0x6f, 0xb8, 0x89, 0xcc, 0xe6, 0x62, 0x00, 0x14, 0x83, 0x6d, 0x86, 0x2e,
+ 0xef, 0xdc, 0xff, 0x8f, 0x2e, 0x15, 0x30, 0x1d, 0x1e, 0x34, 0x54, 0xf8,
+ 0x83, 0x5a, 0xb9, 0x34, 0xe3, 0xf2, 0x5b, 0xdf, 0xe4, 0xb1, 0x97, 0xd3,
+ 0x55, 0x5d, 0x7b, 0xde, 0xaa, 0xba, 0xe5, 0xb0, 0xbc, 0x81, 0xab, 0xa5,
+ 0x7c, 0xc8, 0x56, 0xf7, 0xe5, 0xf7, 0xc8, 0xad, 0x89, 0xa0, 0x84, 0x43,
+ 0x1c, 0x5c, 0x2b, 0x73, 0x9c, 0x3c, 0x70, 0xdb, 0xd4, 0x6e, 0x00, 0x0a,
+ 0x07, 0xc8, 0x37, 0x34, 0xee, 0x2c, 0xfd, 0x4c, 0x8d, 0xb3, 0x44, 0x6b,
+ 0xec, 0x24, 0x8f, 0x1f, 0x80, 0x4b, 0xf0, 0xfb, 0x20, 0xc7, 0x5f, 0x39,
+ 0x52, 0x71, 0xf1, 0xc0, 0x0b, 0x7e, 0xdc, 0x93, 0xae, 0x44, 0x57, 0x0e,
+ 0xb2, 0xb9, 0xc2, 0x95, 0xfd, 0xe9, 0x94, 0xfb, 0xf3, 0xa4, 0x25, 0xd3,
+ 0xf0, 0x17, 0x09, 0x78, 0x17, 0xb0, 0xfd, 0x11, 0xd4, 0x62, 0x19, 0xb3,
+ 0x2e, 0x62, 0x75, 0xe0, 0x27, 0xd7, 0x68, 0x4b, 0xe7, 0x8b, 0x03, 0xf2,
+ 0x08, 0x66, 0x6f, 0xd8, 0x25, 0x8c, 0x2b, 0x1d, 0x99, 0xd6, 0x2a, 0x90,
+ 0xd9, 0x83, 0x11, 0xcd, 0xbc, 0xf4, 0x06, 0xf5, 0xd4, 0x84, 0x66, 0x5f,
+ 0xc3, 0xef, 0x4d, 0xf9, 0x04, 0x6d, 0xf0, 0x46, 0x20, 0x9a, 0x97, 0x3e,
+ 0x77, 0x82, 0xa4, 0x1c, 0xa3, 0x13, 0x20, 0xd8, 0xf5, 0x99, 0x14, 0x93,
+ 0x27, 0x3a, 0xac, 0x8b, 0xa2, 0x09, 0xe5, 0x1d, 0x3a, 0x92, 0x2e, 0x21,
+ 0x5a, 0x07, 0x14, 0x80, 0x9f, 0x76, 0x03, 0x8f, 0xe0, 0xb4, 0x8f, 0x5e,
+ 0xd5, 0x72, 0x39, 0x82, 0x18, 0x49, 0xe4, 0x3a, 0x78, 0x97, 0x2c, 0xcc,
+ 0xd3, 0xed, 0x79, 0x52, 0xfe, 0x85, 0x72, 0x40, 0xbd, 0x25, 0xc7, 0x16,
+ 0x50, 0xa5, 0xc9, 0x63, 0xf3, 0x3e, 0xce, 0x49, 0x8d, 0xd2, 0xc9, 0x49,
+ 0x9f, 0x16, 0xde, 0x89, 0x10, 0xd1, 0x91, 0x35, 0xa6, 0x12, 0x26, 0x1f,
+ 0x86, 0xeb, 0xaf, 0x9c, 0x3f, 0x7e, 0xc4, 0x95, 0x8e, 0xdf, 0x06, 0x7b,
+ 0x13, 0x58, 0xf6, 0xc9, 0x7d, 0x10, 0xa2, 0x66, 0x70, 0x57, 0xb4, 0x78,
+ 0x32, 0x81, 0xb9, 0x57, 0xcc, 0x8b, 0xe4, 0x5b, 0x80, 0x4b, 0x28, 0x68,
+ 0xed, 0x06, 0x73, 0xd1, 0x44, 0x78, 0x06, 0xe3, 0x01, 0x18, 0x63, 0x4e,
+ 0x41, 0xaf, 0xae, 0xa3, 0x82, 0x02, 0x08, 0x9e, 0x43, 0x40, 0x90, 0x87,
+ 0xeb, 0xdf, 0x56, 0x2f, 0x78, 0xc3, 0xa1, 0x1b, 0x63, 0x07, 0x26, 0x03,
+ 0x9a, 0xf1, 0xe8, 0x4a, 0x27, 0x3a, 0xcf, 0xc2, 0x1a, 0x17, 0xf3, 0x6f,
+ 0x2f, 0x8f, 0x0f, 0x5e, 0xb1, 0x0e, 0xfd, 0xcb, 0xe2, 0xa3, 0xf0, 0x8f,
+ 0xac, 0x56, 0x3e, 0x9c, 0xd2, 0xc0, 0x3f, 0x19, 0xae, 0x95, 0x73, 0xd7,
+ 0x31, 0x3c, 0xaa, 0xea, 0xb2, 0x6d, 0x3d, 0x83, 0x6c, 0x3d, 0xc2, 0x85,
+ 0x66, 0x36, 0xe2, 0xde, 0x1f, 0xfe, 0x71, 0x57, 0x6c, 0x7a, 0xee, 0xb8,
+ 0xba, 0xbc, 0xbd, 0x8f, 0xbb, 0x17, 0x91, 0x9d, 0x0d, 0x37, 0xb6, 0xb0,
+ 0xfd, 0xd9, 0xd7, 0x3d, 0xb0, 0x1d, 0xde, 0xf2, 0x7c, 0x6a, 0xb7, 0x1d,
+ 0xac, 0x31, 0x5e, 0x14, 0x4e, 0xe2, 0x7c, 0x87, 0x5a, 0xcd, 0xaa, 0xf3,
+ 0xb4, 0xb8, 0x49, 0xd8, 0xb0, 0x4e, 0xe1, 0x3e, 0xfc, 0x12, 0xbb, 0xae,
+ 0x24, 0xe7, 0x5f, 0x72, 0x98, 0x40, 0x27, 0x96, 0xa3, 0x58, 0x6c, 0xd8,
+ 0xcf, 0x96, 0xdc, 0x73, 0xe5, 0x22, 0x66, 0x6a, 0x00, 0xc8, 0x37, 0xf8,
+ 0x64, 0x91, 0x17, 0x28, 0x38, 0x46, 0xef, 0xbd, 0x19, 0x61, 0x6b, 0xe2,
+ 0x79, 0xc7, 0x27, 0x9a, 0x49, 0x1a, 0x2b, 0xe3, 0x20, 0xfc, 0xe7, 0xe9,
+ 0x84, 0x6d, 0xdb, 0x7f, 0x05, 0xf5, 0xaf, 0x0a, 0xe7, 0xc5, 0xf6, 0xc8,
+ 0xd5, 0xa5, 0x52, 0xe5, 0x30, 0x73, 0x92, 0xc1, 0x95, 0x77, 0x71, 0x98,
+ 0x06, 0x5f, 0x18, 0xe3, 0xbf, 0x67, 0xf3, 0xb1, 0x19, 0x67, 0x49, 0xa4,
+ 0x1f, 0xc2, 0x48, 0xba, 0x55, 0x24, 0xa5, 0xe0, 0x17, 0x8a, 0x6e, 0x4b,
+ 0xee, 0x7e, 0x8b, 0x27, 0xdc, 0x96, 0xf3, 0x63, 0x3b, 0xdc, 0xb5, 0x80,
+ 0x12, 0xa0, 0x1f, 0xd7, 0x89, 0x79, 0x0e, 0x4f, 0x0a, 0x3f, 0x90, 0xa3,
+ 0x57, 0x9c, 0xef, 0x03, 0x0a, 0x26, 0x07, 0xc1, 0x49, 0x0e, 0x4f, 0x11,
+ 0x17, 0xe2, 0x23, 0xdd, 0x87, 0x62, 0x9b, 0x50, 0x5a, 0x1e, 0x89, 0x7c,
+ 0xcc, 0xef, 0x38, 0x8b, 0x70, 0x21, 0xe2, 0x2e, 0xe8, 0x6e, 0x70, 0x4e,
+ 0x07, 0x1a, 0xb3, 0x6c, 0x71, 0x2b, 0x22, 0xb7, 0x68, 0x10, 0xe2, 0x8e,
+ 0xf7, 0x38, 0x81, 0x23, 0xaa, 0x45, 0xc6, 0xfd, 0x14, 0xe1, 0xd4, 0xac,
+ 0xb2, 0xb1, 0xfc, 0xba, 0x54, 0xb7, 0x56, 0xbc, 0x3f, 0xbe, 0xc8, 0xca,
+ 0xb2, 0x5a, 0x92, 0xfb, 0x75, 0xd4, 0x1e, 0x74, 0xbb, 0xd7, 0x63, 0xda,
+ 0x25, 0x29, 0xcf, 0xb8, 0xf3, 0x51, 0x9e, 0x43, 0xf3, 0x7b, 0xa8, 0x7f,
+ 0x8f, 0xcc, 0xef, 0x91, 0xfe, 0xbd, 0x63, 0x7e, 0xef, 0xe8, 0xdf, 0xbb,
+ 0xe6, 0xf7, 0xae, 0xfe, 0xbd, 0x67, 0x7e, 0xef, 0xe9, 0xdf, 0xfb, 0xe6,
+ 0xf7, 0xbe, 0xfe, 0x7d, 0x60, 0x7e, 0x07, 0x5b, 0xe0, 0x74, 0x96, 0x3c,
+ 0xd2, 0xb1, 0xbe, 0xb0, 0x92, 0xb1, 0x05, 0x82, 0x75, 0x32, 0xd3, 0x55,
+ 0x67, 0x6f, 0xde, 0x9d, 0x06, 0xf0, 0x9d, 0xeb, 0x32, 0xfc, 0x20, 0xad,
+ 0xdb, 0x7a, 0xdd, 0xee, 0xb6, 0xee, 0xfe, 0x8e, 0xd7, 0xa7, 0x60, 0x6f,
+ 0x18, 0x8f, 0xef, 0x2e, 0x1f, 0x92, 0x64, 0x29, 0x6e, 0xeb, 0x5d, 0x61,
+ 0x38, 0x3e, 0xcd, 0xa4, 0x51, 0xc6, 0xd4, 0x39, 0x05, 0xc0, 0xa1, 0x36,
+ 0x07, 0xf2, 0x89, 0xfa, 0x0f, 0xee, 0x2e, 0x58, 0x4f, 0xa1, 0xe3, 0xf6,
+ 0x6a, 0xe9, 0x76, 0xf3, 0x46, 0xbc, 0x5d, 0xb5, 0x30, 0xbe, 0xc9, 0x3f,
+ 0x55, 0xa2, 0xdb, 0x89, 0xc2, 0x38, 0x25, 0x2a, 0x54, 0x62, 0xb2, 0xb5,
+ 0x17, 0xd2, 0x99, 0x80, 0xc0, 0xc9, 0x60, 0x4a, 0x28, 0x4e, 0xf8, 0x3e,
+ 0x05, 0x47, 0xc9, 0x9c, 0xad, 0x7e, 0xe4, 0x7e, 0x0b, 0xa4, 0xf8, 0x31,
+ 0xa5, 0x00, 0xc5, 0x5b, 0xf4, 0x81, 0xee, 0x3f, 0x5e, 0xf9, 0x8a, 0x43,
+ 0xb9, 0x90, 0x3d, 0x12, 0xef, 0xb5, 0x55, 0x5e, 0x7b, 0x24, 0x8a, 0x45,
+ 0x70, 0x88, 0xb1, 0x0a, 0x2b, 0x87, 0x86, 0xe1, 0x2e, 0x58, 0x50, 0x93,
+ 0xf2, 0x86, 0xf3, 0xaf, 0xfa, 0x48, 0x98, 0x61, 0x15, 0x40, 0x97, 0x90,
+ 0x61, 0x55, 0x02, 0x94, 0x7e, 0xb1, 0x36, 0x16, 0xc1, 0x6d, 0x06, 0x97,
+ 0xdc, 0x4b, 0xc5, 0x9c, 0x51, 0xe9, 0x07, 0xdc, 0xe1, 0x1a, 0x35, 0x84,
+ 0x8c, 0xdf, 0xed, 0x4f, 0xb1, 0x6d, 0x15, 0xe3, 0x07, 0xb4, 0x0c, 0xee,
+ 0xc2, 0x4f, 0xb2, 0x5b, 0xcd, 0x89, 0xf6, 0x82, 0xc6, 0x90, 0x72, 0xfd,
+ 0x7f, 0x96, 0xc9, 0x7b, 0x26, 0x97, 0x07, 0xa0, 0x4d, 0x91, 0x2b, 0x2e,
+ 0x93, 0x84, 0x97, 0xf0, 0x69, 0x86, 0x4a, 0xd5, 0x32, 0x11, 0x8d, 0xf6,
+ 0x8a, 0x5a, 0x9d, 0xf5, 0x05, 0x1c, 0x6d, 0xcf, 0xe2, 0x27, 0xae, 0x6f,
+ 0x30, 0x39, 0x93, 0x27, 0x93, 0xfc, 0xea, 0x92, 0x1c, 0xcd, 0x0f, 0xb8,
+ 0x55, 0xad, 0xba, 0x9d, 0xb0, 0xc9, 0xea, 0x5a, 0xa9, 0x51, 0xf1, 0x0c,
+ 0x5c, 0x06, 0x9e, 0xc4, 0xe1, 0x1f, 0x4a, 0xf9, 0x92, 0x2d, 0x1b, 0xfb,
+ 0x2b, 0x38, 0x1d, 0xa6, 0x6b, 0x1b, 0x52, 0xb7, 0xc7, 0xfb, 0x1a, 0x78,
+ 0x97, 0x12, 0x67, 0xcf, 0x82, 0x1f, 0x14, 0xf3, 0xeb, 0x6d, 0x32, 0xf4,
+ 0x14, 0x28, 0xce, 0xdc, 0xac, 0xc6, 0x80, 0x79, 0x47, 0x23, 0xae, 0x8a,
+ 0x57, 0x4d, 0x9b, 0xd5, 0x36, 0x51, 0x78, 0xd5, 0x81, 0x92, 0xcc, 0x3a,
+ 0xe8, 0x22, 0x81, 0x2b, 0x9f, 0x68, 0x79, 0xa8, 0x04, 0xa5, 0x4d, 0x77,
+ 0x3f, 0x30, 0x26, 0xdc, 0x6b, 0xa9, 0x60, 0x71, 0x45, 0x74, 0xa7, 0x72,
+ 0x76, 0xac, 0x82, 0xd0, 0x55, 0xc1, 0xd7, 0x8c, 0x5d, 0xa4, 0x6a, 0xc2,
+ 0x4c, 0xe9, 0xc2, 0x97, 0x84, 0x75, 0x9c, 0x61, 0xcb, 0x9b, 0x86, 0x8a,
+ 0x26, 0xca, 0x76, 0x88, 0xca, 0xe2, 0x74, 0x90, 0x88, 0x5d, 0x44, 0x06,
+ 0xb7, 0xe6, 0x34, 0x4f, 0x10, 0x5c, 0x05, 0xb8, 0x55, 0x51, 0x5a, 0xdf,
+ 0xa5, 0xcf, 0x8e, 0xae, 0xdc, 0xea, 0x4b, 0x0a, 0xc6, 0xd3, 0x38, 0x56,
+ 0x4d, 0x24, 0x0b, 0x97, 0x92, 0x29, 0x74, 0x79, 0x30, 0xcd, 0x17, 0x7a,
+ 0x9c, 0x10, 0xdd, 0xa5, 0x50, 0x8d, 0x07, 0x66, 0x73, 0x82, 0x26, 0xb6,
+ 0x3b, 0xe1, 0x16, 0xc5, 0xdd, 0x85, 0xda, 0xaf, 0xc3, 0x9f, 0xa4, 0x0c,
+ 0x0a, 0x75, 0x4d, 0x3a, 0x90, 0x28, 0x23, 0x0d, 0xa7, 0x2a, 0xb8, 0x94,
+ 0x80, 0x1b, 0x4b, 0x21, 0x74, 0x38, 0xae, 0xf1, 0xe1, 0x0d, 0xe8, 0xed,
+ 0xe0, 0x31, 0x51, 0x52, 0x18, 0x25, 0xbe, 0xaf, 0xda, 0x86, 0x18, 0xa0,
+ 0x10, 0xc0, 0xf6, 0x9c, 0xf1, 0xc3, 0xa3, 0xa3, 0x54, 0x9e, 0x2a, 0x60,
+ 0x18, 0xe0, 0xae, 0x15, 0x13, 0x12, 0x60, 0x02, 0x46, 0x97, 0x87, 0x15,
+ 0x2a, 0x83, 0x78, 0x2d, 0x88, 0x4f, 0x5b, 0x69, 0xc1, 0x63, 0xa3, 0x61,
+ 0x0d, 0x19, 0x19, 0xa9, 0xd7, 0xd0, 0x65, 0x40, 0xb9, 0x5f, 0x2b, 0xc4,
+ 0xee, 0x1b, 0x2f, 0x6b, 0x11, 0xc9, 0xa5, 0x64, 0x80, 0xb8, 0x46, 0x17,
+ 0x10, 0xa6, 0x4e, 0x20, 0x8f, 0x76, 0x32, 0x2d, 0xd5, 0x9f, 0x86, 0xc7,
+ 0x8e, 0x23, 0x35, 0x6b, 0xc5, 0x6f, 0x52, 0xc1, 0x1c, 0x36, 0x59, 0x61,
+ 0xe9, 0xd0, 0xff, 0xea, 0x9d, 0x1e, 0xfd, 0xa2, 0x22, 0xdb, 0xd7, 0x03,
+ 0x22, 0x19, 0x8e, 0xe5, 0xb5, 0x1f, 0xb6, 0x0f, 0x5a, 0x92, 0x07, 0x2f,
+ 0x9f, 0x08, 0x71, 0x1f, 0x83, 0x07, 0xfe, 0x15, 0x13, 0x55, 0xa3, 0xe1,
+ 0x7d, 0x23, 0x62, 0xc4, 0xe4, 0x08, 0x6f, 0x09, 0xaa, 0x37, 0x8a, 0x94,
+ 0x9a, 0x62, 0xd7, 0x14, 0xd2, 0x9b, 0xa8, 0x8a, 0xdc, 0x45, 0x61, 0x2d,
+ 0xb8, 0xbf, 0x04, 0xbf, 0x9a, 0x04, 0x62, 0x30, 0xce, 0xd3, 0x65, 0xc9,
+ 0x83, 0xc2, 0xe2, 0x5a, 0xaf, 0xbd, 0xc1, 0xd5, 0x5e, 0x7b, 0x13, 0xda,
+ 0x30, 0xa1, 0x09, 0x13, 0xd9, 0x30, 0x91, 0x09, 0xd3, 0xb1, 0x61, 0x3a,
+ 0x26, 0x4c, 0xd7, 0x86, 0xe9, 0x9a, 0x30, 0x3d, 0x1b, 0xa6, 0x67, 0xc2,
+ 0xf4, 0x6d, 0x98, 0xbe, 0x09, 0x33, 0xb0, 0x61, 0x06, 0xb4, 0xc9, 0x7a,
+ 0x7f, 0xc3, 0x76, 0xea, 0xb7, 0x49, 0x71, 0x95, 0x1d, 0x80, 0x85, 0x12,
+ 0x4c, 0xa1, 0xdc, 0x2a, 0xaa, 0x9b, 0xa5, 0x60, 0x9e, 0x16, 0x91, 0xca,
+ 0xde, 0xbf, 0xe6, 0x48, 0xb8, 0x5e, 0xe3, 0xd5, 0x77, 0x61, 0xec, 0xb4,
+ 0xac, 0xda, 0x84, 0xce, 0xb6, 0x24, 0xfc, 0xb6, 0x1b, 0xda, 0xe8, 0xc0,
+ 0x61, 0x06, 0xb7, 0xb8, 0x67, 0x87, 0xa7, 0xb8, 0x1f, 0x81, 0x50, 0x53,
+ 0x60, 0x5a, 0xc8, 0x27, 0x7c, 0x27, 0x5e, 0xe0, 0xc4, 0xc1, 0x8a, 0x85,
+ 0xaf, 0xc2, 0xf3, 0x68, 0xcc, 0xc3, 0x78, 0xca, 0x5b, 0x54, 0x45, 0x39,
+ 0x2d, 0x8f, 0x51, 0x1e, 0x31, 0x62, 0xd1, 0x69, 0x0c, 0x36, 0xa7, 0x15,
+ 0x2d, 0x34, 0xaa, 0x45, 0x8d, 0x5f, 0x82, 0x81, 0x9b, 0x70, 0xd5, 0x2d,
+ 0x2e, 0x0a, 0x3a, 0x56, 0xcd, 0x31, 0x31, 0xbd, 0x61, 0xe2, 0x06, 0xce,
+ 0x62, 0xb4, 0x41, 0xe0, 0x6b, 0x9f, 0x58, 0x26, 0xf8, 0xd8, 0xa3, 0x70,
+ 0x44, 0x41, 0xb5, 0x0d, 0x9e, 0xa3, 0xf8, 0x06, 0x09, 0xdb, 0x07, 0xd2,
+ 0xc5, 0xd1, 0x72, 0xb5, 0xe0, 0x07, 0x5f, 0x14, 0x2f, 0x2d, 0x83, 0x29,
+ 0x8e, 0xb6, 0x83, 0xe6, 0xf8, 0xe0, 0x9b, 0xb6, 0x8f, 0x1f, 0xaf, 0x0e,
+ 0xd8, 0x32, 0x32, 0xe1, 0x26, 0x14, 0x6e, 0x14, 0xc6, 0x93, 0x3d, 0x7e,
+ 0x15, 0x00, 0x4e, 0x0e, 0xb8, 0xde, 0xed, 0x0d, 0xdc, 0x2b, 0x6d, 0xc2,
+ 0xf7, 0xf7, 0xe5, 0x35, 0x5d, 0xa7, 0xa7, 0x98, 0x95, 0xac, 0x94, 0x72,
+ 0x14, 0xcf, 0x59, 0x29, 0x97, 0x64, 0xa1, 0x67, 0x65, 0xc0, 0x6e, 0xc2,
+ 0xfe, 0x02, 0xdb, 0x02, 0x88, 0x6d, 0xf0, 0xe1, 0x57, 0xb0, 0xef, 0xe0,
+ 0x8c, 0x71, 0xbc, 0x08, 0x64, 0xb8, 0x03, 0x1e, 0xb2, 0x8b, 0x27, 0xe7,
+ 0xa4, 0xa9, 0x0c, 0x5d, 0xe6, 0xab, 0x7b, 0x3b, 0x7c, 0xfb, 0x7e, 0x11,
+ 0x3f, 0x50, 0xd6, 0xeb, 0xa6, 0xa2, 0x35, 0xc5, 0x6b, 0x14, 0xab, 0xe2,
+ 0xee, 0x35, 0x44, 0xbf, 0xa8, 0x22, 0xf5, 0x81, 0x4e, 0x08, 0xfb, 0x0e,
+ 0x6e, 0x2d, 0xf0, 0x09, 0x1b, 0x45, 0x56, 0x2d, 0xb4, 0x7d, 0x30, 0x8e,
+ 0xe7, 0xba, 0x48, 0x67, 0xfc, 0x38, 0xb0, 0x41, 0xa8, 0x33, 0xa6, 0xb9,
+ 0x1d, 0x67, 0xed, 0x6b, 0xee, 0x98, 0xc4, 0x35, 0xe7, 0x3d, 0xb0, 0x29,
+ 0xb3, 0x8d, 0xf2, 0xe1, 0x07, 0xbc, 0xcf, 0x01, 0x57, 0x3a, 0xd4, 0xc0,
+ 0x7f, 0x02, 0x2d, 0xdc, 0x18, 0x4d, 0xbd, 0x72, 0xc0, 0x91, 0x3e, 0xc9,
+ 0xb3, 0x2c, 0x71, 0x93, 0x4e, 0x1c, 0x40, 0x09, 0x78, 0xb6, 0xb2, 0x5f,
+ 0x67, 0xf2, 0x86, 0x06, 0xcf, 0xfb, 0x1d, 0xf3, 0x8b, 0x1a, 0xd0, 0x8e,
+ 0xe7, 0xc7, 0x07, 0x14, 0xb2, 0x49, 0xc5, 0x60, 0x8d, 0x22, 0x3d, 0x7b,
+ 0x79, 0x9a, 0x72, 0x38, 0xb5, 0xc3, 0x7b, 0x0d, 0x78, 0xcb, 0x41, 0x03,
+ 0x8e, 0x1f, 0x2d, 0x60, 0xa6, 0x96, 0x6b, 0xc0, 0x14, 0xe4, 0x1a, 0x43,
+ 0x5c, 0x68, 0x9a, 0xc5, 0x81, 0x23, 0x72, 0x34, 0x25, 0x22, 0x17, 0x38,
+ 0x74, 0x69, 0x93, 0x09, 0xb4, 0x8c, 0xc5, 0x44, 0x3f, 0x70, 0xae, 0x38,
+ 0xa1, 0xd8, 0xd9, 0x42, 0xed, 0xe7, 0x17, 0x3c, 0xc9, 0x31, 0x16, 0x17,
+ 0x4d, 0x52, 0x69, 0x2a, 0x0e, 0x40, 0x2f, 0xdf, 0x43, 0xeb, 0xc9, 0x2f,
+ 0xe2, 0x72, 0x07, 0xaa, 0xea, 0xf8, 0x4e, 0x42, 0xa1, 0x45, 0x42, 0xdc,
+ 0xcd, 0xaa, 0xea, 0x21, 0xb7, 0x16, 0x64, 0xc8, 0x50, 0x9a, 0xfa, 0x8e,
+ 0x95, 0x37, 0x5a, 0x95, 0xeb, 0xb9, 0x54, 0x78, 0x0a, 0x30, 0x98, 0x37,
+ 0xc3, 0xe2, 0x93, 0xd6, 0x35, 0xbf, 0x02, 0x7c, 0x91, 0xdc, 0xa6, 0x99,
+ 0x88, 0x9e, 0xa0, 0x68, 0x5e, 0x78, 0xc4, 0x2f, 0x0f, 0x47, 0x72, 0x84,
+ 0xd2, 0xae, 0xd5, 0x08, 0x22, 0x67, 0x64, 0x49, 0x85, 0xec, 0x26, 0x06,
+ 0x09, 0xe1, 0xf4, 0xc0, 0xbe, 0x10, 0x29, 0x61, 0x74, 0xf5, 0x52, 0x4b,
+ 0x17, 0xe7, 0x60, 0x8e, 0x14, 0xb4, 0xf6, 0xac, 0x38, 0xdd, 0x15, 0xad,
+ 0x25, 0xf7, 0x22, 0x75, 0x53, 0x12, 0xc1, 0xaa, 0x51, 0x6a, 0xd1, 0x26,
+ 0x47, 0x61, 0xb2, 0x32, 0x61, 0x41, 0x08, 0xf6, 0x8e, 0x2e, 0x76, 0x02,
+ 0xb4, 0x4f, 0x2a, 0x46, 0x05, 0x3e, 0xa3, 0xc2, 0x6e, 0x20, 0x9d, 0x83,
+ 0xe3, 0x37, 0xae, 0xeb, 0x37, 0xe9, 0x0c, 0x6c, 0x0f, 0x37, 0x64, 0x39,
+ 0x05, 0xb7, 0x8f, 0x5b, 0x61, 0x2f, 0xac, 0x6c, 0x06, 0x22, 0x0e, 0x35,
+ 0xce, 0xcc, 0x68, 0x29, 0x62, 0xdd, 0x9d, 0xcc, 0x13, 0x70, 0x24, 0x87,
+ 0x94, 0xa7, 0xe4, 0x26, 0x9b, 0x8a, 0x9b, 0xc9, 0x78, 0xc2, 0x30, 0xd9,
+ 0x55, 0x6a, 0xce, 0x03, 0x79, 0xab, 0xca, 0x6f, 0x35, 0xa1, 0xed, 0xa8,
+ 0x96, 0x8f, 0xb4, 0x90, 0x67, 0x17, 0x2a, 0x81, 0xbd, 0x69, 0x6e, 0x10,
+ 0xc0, 0x3a, 0xea, 0x88, 0x58, 0xe3, 0x89, 0xd2, 0x7d, 0x1c, 0x4b, 0x69,
+ 0xea, 0xb5, 0x58, 0x7c, 0xab, 0x6b, 0x28, 0x4f, 0xde, 0x1b, 0xda, 0x42,
+ 0xad, 0xba, 0x61, 0x7d, 0x45, 0xf7, 0xdf, 0x55, 0xcb, 0x9a, 0xd2, 0xf8,
+ 0x82, 0x3e, 0x53, 0xc7, 0x67, 0xa3, 0xe9, 0x6d, 0xd1, 0x46, 0xfe, 0x26,
+ 0x13, 0x55, 0x6b, 0xfe, 0x09, 0x16, 0x30, 0x0a, 0x62, 0x2c, 0xee, 0x26,
+ 0x91, 0x2b, 0x49, 0x82, 0x01, 0x1e, 0xd1, 0xaf, 0x83, 0xcd, 0x37, 0xfc,
+ 0xf0, 0x24, 0xe5, 0x36, 0x1f, 0x12, 0x13, 0x77, 0x01, 0x17, 0xe4, 0x59,
+ 0xbf, 0x61, 0x19, 0xd2, 0x1f, 0xbf, 0x51, 0x31, 0xa0, 0x5a, 0x8f, 0xc4,
+ 0xaa, 0x0f, 0x7b, 0x44, 0xd0, 0xfd, 0xa5, 0x1a, 0x40, 0x77, 0x45, 0x65,
+ 0x7b, 0xeb, 0x34, 0x81, 0xc8, 0x5b, 0x3e, 0x53, 0x81, 0xe9, 0xbd, 0x72,
+ 0xbc, 0x5e, 0x24, 0x85, 0x33, 0x18, 0x84, 0x2a, 0xce, 0x7b, 0x95, 0xe7,
+ 0x71, 0x77, 0xb7, 0xc5, 0x63, 0xcb, 0xb0, 0xed, 0x38, 0x6e, 0xad, 0xf9,
+ 0x29, 0xdf, 0x1c, 0xce, 0x59, 0x30, 0x86, 0x81, 0x20, 0xa6, 0xf0, 0x62,
+ 0xdc, 0x98, 0xe7, 0xae, 0x34, 0x9a, 0x3f, 0xb3, 0x46, 0x4c, 0x0c, 0x2f,
+ 0x8e, 0xd8, 0xe6, 0x88, 0x56, 0x9b, 0x84, 0xdf, 0xba, 0x6f, 0xc3, 0xef,
+ 0xd3, 0xb7, 0xe1, 0x8f, 0xbe, 0xb5, 0xda, 0x24, 0xfa, 0xd6, 0x7d, 0x1b,
+ 0x7d, 0x9f, 0xbe, 0x8d, 0x7e, 0xf4, 0xad, 0xd5, 0x26, 0x9d, 0x6f, 0xdd,
+ 0xb7, 0x9d, 0xef, 0xd3, 0xb7, 0x9d, 0x1f, 0x7d, 0x4b, 0x6d, 0x82, 0xfb,
+ 0x98, 0x83, 0xf1, 0x73, 0x36, 0x16, 0x0a, 0xf2, 0xe6, 0xdb, 0x0b, 0xd2,
+ 0x0d, 0x4e, 0xa1, 0x9e, 0xfc, 0x60, 0x4b, 0x9e, 0x34, 0x61, 0x96, 0x86,
+ 0x77, 0xa7, 0x70, 0x1e, 0x3d, 0xba, 0x4b, 0xee, 0x19, 0xd5, 0xa4, 0x94,
+ 0x18, 0x23, 0x6e, 0xc5, 0xd5, 0x30, 0x4e, 0x2e, 0xdb, 0x00, 0xfd, 0x61,
+ 0x3f, 0xac, 0x4e, 0xcd, 0x3e, 0xc4, 0x73, 0x1b, 0xf0, 0x3d, 0xa8, 0xc6,
+ 0x78, 0x02, 0xc0, 0xde, 0x9e, 0x91, 0x29, 0xec, 0x34, 0x8d, 0xcb, 0xf8,
+ 0x2f, 0x8b, 0x8f, 0x7c, 0x8b, 0xbf, 0x00, 0x3c, 0x70, 0x67, 0xe1, 0x77,
+ 0xd8, 0x17, 0xe9, 0x7f, 0xad, 0xaa, 0x58, 0x28, 0xea, 0x3d, 0xa4, 0x82,
+ 0x87, 0x6f, 0x3d, 0xe2, 0x6e, 0xbc, 0x74, 0x96, 0xa3, 0xbe, 0x40, 0xf3,
+ 0x8e, 0xfa, 0x22, 0xb4, 0x20, 0x80, 0xe3, 0xd9, 0x2a, 0xa6, 0x9d, 0x8c,
+ 0x74, 0x9b, 0xd3, 0xde, 0x20, 0x15, 0xed, 0x4d, 0x68, 0xc3, 0x58, 0x74,
+ 0x22, 0x1b, 0x26, 0x32, 0x61, 0x3a, 0x36, 0x4c, 0xc7, 0x84, 0xe9, 0xda,
+ 0x30, 0x5d, 0x13, 0xa6, 0x67, 0xc3, 0xf4, 0x4c, 0x98, 0xbe, 0x0d, 0xd3,
+ 0x37, 0x61, 0x06, 0x36, 0x0c, 0x18, 0x89, 0x20, 0x0f, 0x23, 0x6e, 0x2a,
+ 0xa9, 0x71, 0xf4, 0xe8, 0x34, 0xea, 0xf5, 0x55, 0x88, 0xd7, 0xfe, 0xf1,
+ 0x2a, 0xc0, 0x80, 0x90, 0xd5, 0xe9, 0xc5, 0x9e, 0x12, 0x80, 0x04, 0x8f,
+ 0x29, 0x44, 0xc8, 0x03, 0x80, 0xe5, 0xc7, 0x25, 0x30, 0xb0, 0xc0, 0xbe,
+ 0x5f, 0x04, 0x2d, 0xe1, 0x02, 0xc6, 0x83, 0x35, 0xe1, 0x79, 0x2c, 0x0d,
+ 0x41, 0xda, 0xf3, 0x4a, 0xff, 0x49, 0xa9, 0x84, 0x63, 0x07, 0x55, 0x4c,
+ 0x86, 0xff, 0x9c, 0x4c, 0x86, 0x1a, 0x93, 0xd1, 0x3f, 0x27, 0x93, 0x91,
+ 0xc6, 0x64, 0xe7, 0x9f, 0x93, 0x49, 0x18, 0x23, 0xb7, 0xcb, 0xf3, 0x87,
+ 0xf9, 0x87, 0xac, 0x4c, 0x50, 0x24, 0xe5, 0x13, 0x8a, 0x82, 0x7c, 0x0a,
+ 0xf5, 0x6f, 0xa1, 0xfa, 0x2d, 0xd2, 0xbf, 0x45, 0xea, 0xb7, 0x8e, 0xfe,
+ 0x0d, 0xca, 0x7b, 0x48, 0x27, 0x09, 0xec, 0x68, 0xcf, 0xf8, 0x2d, 0x85,
+ 0xfd, 0x95, 0x1a, 0x37, 0x8e, 0xae, 0x8e, 0x82, 0x0d, 0x09, 0xcf, 0x99,
+ 0x39, 0xac, 0xa8, 0xc3, 0x8c, 0x12, 0x1d, 0xc5, 0x65, 0x49, 0x7e, 0xdb,
+ 0x65, 0x26, 0xe2, 0x84, 0x54, 0x7e, 0x10, 0x23, 0xb9, 0xc0, 0x28, 0x7e,
+ 0x6a, 0xf4, 0xb3, 0x10, 0x56, 0x47, 0xde, 0xee, 0xea, 0xc2, 0x36, 0x4d,
+ 0x92, 0x09, 0x79, 0x94, 0xf1, 0xd5, 0x78, 0xc6, 0xfd, 0xca, 0x0a, 0xd6,
+ 0xa8, 0x8b, 0x52, 0x24, 0x2a, 0xc0, 0x4d, 0x31, 0x3f, 0x46, 0xc7, 0x74,
+ 0x30, 0x60, 0x71, 0xe3, 0xa7, 0xe8, 0x6c, 0x09, 0x41, 0x97, 0x58, 0x38,
+ 0xad, 0x48, 0x8b, 0x62, 0x25, 0x56, 0xf0, 0x25, 0x18, 0xcd, 0x30, 0x3a,
+ 0x1b, 0x60, 0x73, 0xcf, 0x6f, 0xd6, 0x67, 0xb6, 0xe7, 0x2e, 0xba, 0x80,
+ 0xb3, 0x2f, 0x9a, 0xe7, 0x29, 0xbc, 0x20, 0xa4, 0x4f, 0x79, 0x5a, 0x26,
+ 0x6e, 0xac, 0x07, 0xf8, 0xa4, 0xa1, 0xe1, 0x1b, 0x7e, 0xe6, 0x8b, 0x2e,
+ 0x04, 0xe2, 0xec, 0x66, 0xaf, 0xd0, 0x82, 0x6e, 0x5c, 0x41, 0x4a, 0x98,
+ 0x60, 0x0e, 0xa1, 0x4d, 0x85, 0x17, 0x2a, 0xbf, 0x90, 0xae, 0x05, 0xd7,
+ 0xe0, 0x01, 0xc0, 0x31, 0x7a, 0x57, 0x6b, 0xb7, 0x0b, 0xf7, 0x76, 0xf9,
+ 0x81, 0xd1, 0x18, 0xce, 0x20, 0xbb, 0xad, 0x9f, 0xd0, 0x33, 0x73, 0x6f,
+ 0x86, 0x6e, 0xca, 0x25, 0x78, 0xb1, 0x61, 0x97, 0x99, 0xce, 0x82, 0x09,
+ 0xef, 0x89, 0x62, 0x0e, 0xc7, 0x0c, 0xb1, 0x04, 0xaf, 0x22, 0xc4, 0x62,
+ 0xc4, 0x7b, 0xb2, 0xf5, 0x90, 0x14, 0x50, 0x46, 0x29, 0x05, 0x54, 0x84,
+ 0x3b, 0xdd, 0x95, 0xf6, 0xd8, 0x73, 0xba, 0xeb, 0x7f, 0x25, 0x1c, 0xad,
+ 0x85, 0x5d, 0xf6, 0x18, 0xbf, 0xd2, 0xb9, 0x06, 0x77, 0xa7, 0x16, 0xee,
+ 0x60, 0x22, 0x43, 0x89, 0xf4, 0xc6, 0x94, 0xd7, 0x18, 0x88, 0xa4, 0x3c,
+ 0xe6, 0xde, 0x84, 0x68, 0x75, 0xe0, 0x6d, 0x93, 0x1d, 0xaf, 0x4a, 0xb0,
+ 0x99, 0x9d, 0x2d, 0xb4, 0xd4, 0x74, 0x23, 0xe1, 0x71, 0x55, 0xdd, 0xbf,
+ 0x07, 0xab, 0x58, 0x15, 0x50, 0x9e, 0xa3, 0x62, 0x36, 0x16, 0x07, 0xae,
+ 0x9e, 0x08, 0xce, 0x42, 0x0e, 0x3e, 0xed, 0x5d, 0x7c, 0x38, 0xfe, 0xf0,
+ 0xee, 0x2d, 0x1d, 0x15, 0x0b, 0xe7, 0x3d, 0x38, 0x8d, 0xfd, 0xbc, 0x00,
+ 0xdf, 0x01, 0x3a, 0x20, 0x98, 0xbe, 0x06, 0xd1, 0x29, 0x8a, 0x64, 0xce,
+ 0x5d, 0xda, 0x84, 0x25, 0x98, 0xb5, 0x7c, 0xba, 0x10, 0x31, 0x0e, 0x79,
+ 0x76, 0x33, 0x88, 0x26, 0x87, 0xd6, 0xbf, 0x31, 0x19, 0x82, 0xe6, 0x2b,
+ 0xf0, 0x14, 0x88, 0xa7, 0x49, 0x4e, 0xc7, 0x5b, 0x08, 0xcd, 0xad, 0x46,
+ 0x4c, 0x14, 0x57, 0xc2, 0x26, 0x22, 0x8c, 0x99, 0x90, 0x4e, 0x4c, 0x78,
+ 0x91, 0x4a, 0xb9, 0xe0, 0x41, 0x7d, 0xa0, 0x4a, 0x78, 0xbe, 0x4d, 0xa1,
+ 0xdc, 0x79, 0xd0, 0x5f, 0x18, 0x86, 0x9f, 0x53, 0x70, 0xfe, 0xc3, 0xf8,
+ 0x4d, 0x67, 0x0b, 0x7e, 0xdf, 0xfc, 0x93, 0x88, 0x50, 0x88, 0xd3, 0xa2,
+ 0xe8, 0x51, 0x0e, 0x4a, 0x17, 0xa8, 0x29, 0x54, 0x5c, 0x32, 0xf9, 0x3d,
+ 0x3a, 0x2e, 0x5d, 0x92, 0xa3, 0x0b, 0x4c, 0xc6, 0x6f, 0x46, 0xf2, 0x4c,
+ 0x12, 0x2e, 0x9c, 0xe0, 0x67, 0x71, 0xba, 0xa6, 0x83, 0xc9, 0xe3, 0x33,
+ 0xee, 0x26, 0x23, 0xe0, 0x99, 0xfa, 0xf3, 0x21, 0x59, 0xb1, 0x16, 0x9a,
+ 0xa9, 0x0e, 0x08, 0x32, 0xec, 0xdf, 0x82, 0xbe, 0xc9, 0x09, 0x1d, 0xc7,
+ 0x87, 0xf0, 0x73, 0x1e, 0xcd, 0x98, 0xb6, 0xbc, 0x52, 0xdd, 0x96, 0xd1,
+ 0xba, 0x27, 0xcc, 0xf8, 0xe9, 0x14, 0x63, 0xae, 0x92, 0xdf, 0xa9, 0xb0,
+ 0xf2, 0x0e, 0xbb, 0x3f, 0x81, 0x7b, 0x0f, 0x79, 0xd7, 0x16, 0x55, 0x22,
+ 0x06, 0x3d, 0xbc, 0x3f, 0x2a, 0xca, 0x33, 0x30, 0x57, 0x27, 0x8f, 0xe0,
+ 0xc1, 0x48, 0xf0, 0x52, 0x42, 0xe5, 0x69, 0x37, 0x39, 0xf6, 0x82, 0x36,
+ 0xf9, 0xf8, 0x89, 0x35, 0x34, 0x34, 0x3a, 0xdd, 0xf5, 0xa1, 0x83, 0x60,
+ 0x71, 0x46, 0x45, 0xa3, 0x55, 0xba, 0xf8, 0xc5, 0xab, 0x37, 0x6c, 0x01,
+ 0x8b, 0x2b, 0xcf, 0xbe, 0xd1, 0xc9, 0x15, 0x44, 0xc2, 0xc1, 0xe0, 0x1a,
+ 0xb8, 0x5c, 0x61, 0xef, 0x93, 0xe7, 0x1e, 0x65, 0x9a, 0xe6, 0xb9, 0xae,
+ 0x64, 0x4a, 0x18, 0x4c, 0x66, 0xc3, 0xe6, 0x4a, 0x74, 0xd6, 0x13, 0x47,
+ 0x68, 0xc6, 0x29, 0xd3, 0x0a, 0x23, 0x53, 0xf2, 0x6c, 0x36, 0x6a, 0x1c,
+ 0x33, 0xc5, 0x6f, 0x8f, 0xf2, 0x5d, 0x4d, 0x95, 0x9b, 0xca, 0xdc, 0x21,
+ 0x70, 0xa2, 0x1c, 0x6b, 0x89, 0x50, 0xda, 0xb2, 0x74, 0x26, 0x03, 0x5f,
+ 0xb5, 0x48, 0xcd, 0x41, 0x73, 0xf7, 0x2f, 0x0b, 0xcd, 0x1f, 0x1b, 0x68,
+ 0x9a, 0xc9, 0x64, 0x4c, 0x6a, 0x78, 0xa3, 0x9d, 0xfc, 0x29, 0xe4, 0x05,
+ 0x33, 0x11, 0x64, 0xda, 0x97, 0x10, 0x88, 0x5f, 0x28, 0x67, 0x3b, 0x02,
+ 0xed, 0xbe, 0x45, 0x35, 0x6d, 0xc6, 0xfe, 0x5c, 0x40, 0x55, 0x1d, 0xac,
+ 0xd4, 0x3f, 0xd2, 0x31, 0x18, 0xdd, 0x87, 0xc9, 0xaf, 0x4e, 0xb5, 0x1a,
+ 0x93, 0x23, 0xbc, 0x24, 0x98, 0xd3, 0x79, 0x01, 0x4e, 0xd8, 0x3c, 0x22,
+ 0x29, 0x0f, 0xe8, 0x02, 0x9e, 0x0c, 0x62, 0xc3, 0x37, 0x49, 0x8a, 0x54,
+ 0x38, 0xca, 0xf1, 0xf4, 0x94, 0x01, 0x9d, 0x20, 0x08, 0x7c, 0xba, 0xf4,
+ 0x56, 0x7d, 0xe7, 0x0e, 0xee, 0xc2, 0x23, 0x11, 0x6f, 0x79, 0x88, 0xd3,
+ 0x26, 0xbe, 0x16, 0x88, 0x00, 0xa8, 0x3c, 0x66, 0x8a, 0x8a, 0x2b, 0xf9,
+ 0xd7, 0xdd, 0x9f, 0xc9, 0xcc, 0x8e, 0xa7, 0xea, 0x64, 0x56, 0x56, 0x1d,
+ 0x07, 0x8d, 0xe6, 0xfd, 0xd8, 0xac, 0x65, 0x69, 0xcf, 0x2e, 0x9b, 0xf3,
+ 0x78, 0x22, 0x1d, 0x32, 0xb8, 0xef, 0xd0, 0x14, 0x83, 0xbb, 0xad, 0xb0,
+ 0xdf, 0x79, 0x6b, 0xd0, 0x15, 0x0c, 0x45, 0xbd, 0xe0, 0x07, 0x6c, 0x62,
+ 0x91, 0x81, 0xeb, 0x86, 0x07, 0x74, 0xd8, 0xf8, 0x35, 0xce, 0x2e, 0x45,
+ 0x9c, 0xaf, 0xea, 0xfc, 0x92, 0x35, 0xcf, 0xbe, 0xb8, 0xca, 0x72, 0x78,
+ 0x5b, 0x6a, 0x9e, 0xcc, 0x19, 0x4e, 0x9d, 0xa8, 0x99, 0x4e, 0xd8, 0x56,
+ 0x92, 0x4d, 0x1a, 0xb0, 0x85, 0x7c, 0x89, 0x92, 0xf8, 0x7f, 0x82, 0xe1,
+ 0x2b, 0xed, 0xd2, 0x0e, 0x9b, 0x89, 0xe0, 0x56, 0x08, 0xac, 0x6f, 0xbc,
+ 0x2a, 0x2a, 0x69, 0x08, 0xfb, 0xb3, 0x01, 0xed, 0x81, 0x45, 0x9b, 0xe9,
+ 0xb8, 0x5e, 0xa1, 0x57, 0x53, 0x3e, 0x1d, 0xb3, 0x29, 0x48, 0xd8, 0x3a,
+ 0xe8, 0x44, 0xb5, 0xca, 0x9b, 0xc9, 0x96, 0x9e, 0x0c, 0x43, 0xcd, 0x51,
+ 0x3e, 0x15, 0x98, 0x1c, 0x68, 0xa0, 0x89, 0xc1, 0x18, 0x17, 0xe4, 0xd1,
+ 0xb9, 0x18, 0x43, 0x42, 0x19, 0x0c, 0x7a, 0xcb, 0xe8, 0x91, 0x33, 0x32,
+ 0x27, 0xc6, 0xfa, 0x6c, 0x5b, 0x96, 0x97, 0x1a, 0x11, 0x78, 0xb7, 0x79,
+ 0xf7, 0x0b, 0x67, 0x36, 0x71, 0xb8, 0xca, 0x39, 0xe7, 0x1c, 0x57, 0x1a,
+ 0x69, 0x61, 0x30, 0xaf, 0x69, 0x44, 0x14, 0x81, 0x38, 0x4f, 0x33, 0xa6,
+ 0xfc, 0xca, 0x82, 0x2a, 0x73, 0x49, 0x61, 0x26, 0xdc, 0x09, 0x5e, 0x62,
+ 0xfa, 0x1c, 0x4c, 0xa4, 0x73, 0x74, 0x79, 0x7c, 0x86, 0xc2, 0x0d, 0xc7,
+ 0x92, 0x20, 0x63, 0xaf, 0xdc, 0xf7, 0xf2, 0xb4, 0xf8, 0x11, 0xe0, 0x9c,
+ 0xa8, 0x72, 0xc3, 0x57, 0xe4, 0x58, 0x26, 0x2b, 0xab, 0xa6, 0xd5, 0x9b,
+ 0x2a, 0x24, 0x1b, 0x88, 0x3a, 0x38, 0xe4, 0x55, 0xbe, 0x8d, 0x3b, 0x94,
+ 0x9a, 0x6a, 0x99, 0xcd, 0xe8, 0x2e, 0x85, 0x1a, 0x8f, 0x0e, 0x7c, 0x1c,
+ 0xe4, 0x5a, 0x61, 0x7a, 0x43, 0x2a, 0x4a, 0x01, 0x06, 0x56, 0xe1, 0x07,
+ 0x90, 0xd8, 0xab, 0x82, 0x20, 0x6f, 0x18, 0x19, 0x49, 0x88, 0xc3, 0xe0,
+ 0x7a, 0x26, 0xa3, 0x1e, 0x09, 0x8b, 0x10, 0x40, 0x42, 0x87, 0xe2, 0x21,
+ 0x22, 0xae, 0xb7, 0x78, 0xfd, 0x17, 0x46, 0xd5, 0x05, 0x3f, 0xa9, 0x82,
+ 0x91, 0x2d, 0x68, 0x09, 0x77, 0x58, 0x55, 0x2b, 0x3a, 0xfb, 0x83, 0x94,
+ 0x0e, 0xa6, 0x0d, 0xa5, 0xaf, 0x59, 0x1b, 0x4c, 0xb2, 0xb9, 0x7a, 0xbb,
+ 0x97, 0x96, 0x5b, 0x35, 0xe3, 0xa6, 0xbc, 0x68, 0x43, 0x81, 0xab, 0x8c,
+ 0xf8, 0xae, 0x7c, 0xf9, 0x9b, 0x95, 0xe0, 0x49, 0x0e, 0xce, 0xcc, 0x52,
+ 0x7f, 0x33, 0x97, 0x1f, 0xe1, 0x50, 0x0f, 0x4d, 0x5c, 0x25, 0x14, 0x7a,
+ 0x29, 0xdb, 0x0f, 0xe2, 0x70, 0x62, 0xd0, 0xdc, 0x6a, 0x75, 0x7a, 0xa5,
+ 0xbb, 0x5d, 0x48, 0xb3, 0x1f, 0x2e, 0xbd, 0xd8, 0xc9, 0x90, 0xa9, 0xf2,
+ 0x2c, 0x7c, 0xcf, 0x73, 0xe5, 0x1a, 0xa5, 0x92, 0x54, 0x3c, 0xc4, 0xa9,
+ 0x16, 0x7f, 0x8b, 0x5c, 0x80, 0xf0, 0x1a, 0x09, 0x9b, 0x61, 0x65, 0x40,
+ 0x91, 0x42, 0xd1, 0x26, 0x71, 0x9a, 0xe3, 0x8e, 0xc7, 0x32, 0xda, 0xde,
+ 0x2c, 0x9d, 0x26, 0x32, 0xc6, 0x8d, 0x70, 0x78, 0x8d, 0xd1, 0xb7, 0x6d,
+ 0x82, 0x3e, 0x0e, 0xe4, 0x8a, 0xc6, 0x95, 0xfa, 0xbb, 0x18, 0xc3, 0x7e,
+ 0xe1, 0x45, 0x1c, 0x06, 0xc2, 0x74, 0x0e, 0x9e, 0x51, 0x07, 0x72, 0xe4,
+ 0x41, 0x10, 0xe9, 0x40, 0xc4, 0x48, 0xc2, 0xbd, 0xd3, 0x2c, 0x11, 0x1e,
+ 0xcd, 0xa4, 0x9f, 0x7f, 0xbc, 0x17, 0x87, 0xfa, 0xc7, 0x78, 0x33, 0x8c,
+ 0x57, 0x4d, 0x8c, 0x65, 0xda, 0x51, 0x2b, 0x1b, 0x18, 0x39, 0xc8, 0x69,
+ 0x1e, 0xe6, 0xce, 0xa5, 0x04, 0x86, 0x61, 0x73, 0x77, 0xf8, 0x3d, 0x01,
+ 0xf2, 0xcd, 0xfa, 0x99, 0x0f, 0xf1, 0x9f, 0xd1, 0x0f, 0x8f, 0xb5, 0xcf,
+ 0x24, 0xe1, 0xf8, 0x06, 0x1c, 0xad, 0x62, 0x0c, 0xec, 0x14, 0x3d, 0xeb,
+ 0x89, 0x17, 0x0c, 0x6c, 0x84, 0x71, 0x70, 0x05, 0x19, 0xe1, 0xc2, 0x02,
+ 0x11, 0xb6, 0x79, 0xd5, 0x2b, 0x20, 0x41, 0xc3, 0x51, 0xb9, 0x43, 0x0e,
+ 0xfc, 0xaf, 0x51, 0xbb, 0x62, 0xc2, 0x17, 0xba, 0x93, 0x0c, 0x65, 0xf1,
+ 0x67, 0xfe, 0x48, 0xc1, 0xa1, 0x79, 0x80, 0x72, 0xd8, 0xb8, 0x42, 0x18,
+ 0x22, 0x58, 0xd9, 0xc9, 0xaf, 0x1f, 0x1c, 0x64, 0x31, 0x95, 0xa9, 0x12,
+ 0x9b, 0xb9, 0x08, 0x5e, 0x3e, 0xc4, 0x78, 0xdd, 0xe8, 0x2d, 0x45, 0x84,
+ 0x9f, 0x65, 0x25, 0x9a, 0xac, 0xd9, 0x2e, 0x65, 0x9c, 0xfc, 0xaf, 0x57,
+ 0xbb, 0xc1, 0xcf, 0x1f, 0x50, 0xf5, 0x72, 0xd1, 0x96, 0x21, 0x3f, 0x4f,
+ 0x4f, 0xde, 0x55, 0x9e, 0x44, 0x70, 0xb1, 0x86, 0x46, 0x80, 0x08, 0x68,
+ 0x80, 0x37, 0x6d, 0x76, 0x99, 0x3e, 0xc3, 0xf6, 0xc7, 0x71, 0x2e, 0x74,
+ 0x34, 0xcc, 0xe6, 0x1b, 0x2f, 0x61, 0xfc, 0x61, 0xa4, 0xc8, 0xab, 0xd5,
+ 0x02, 0xe2, 0x7e, 0xaf, 0x26, 0x69, 0x46, 0xf7, 0x23, 0xd0, 0x1f, 0x61,
+ 0x39, 0xdf, 0x5f, 0xd1, 0xbd, 0x50, 0x52, 0x77, 0xd4, 0xcb, 0x99, 0x54,
+ 0x2d, 0x4a, 0x59, 0x4a, 0x51, 0x3e, 0xe5, 0x7d, 0x8c, 0x2a, 0x04, 0x02,
+ 0x9f, 0xac, 0x13, 0x99, 0x52, 0x99, 0x07, 0x24, 0xfd, 0x0c, 0x5e, 0xe0,
+ 0xf0, 0x7e, 0x6f, 0x14, 0x54, 0x91, 0x9a, 0xb9, 0x65, 0x7f, 0x22, 0x14,
+ 0x0b, 0x71, 0x45, 0x7d, 0x24, 0x1c, 0x8c, 0xd2, 0x2a, 0xb7, 0xc7, 0x07,
+ 0xa8, 0xc1, 0x2f, 0xc1, 0xb1, 0xb0, 0x5c, 0x30, 0x05, 0xfe, 0xb5, 0xbc,
+ 0x8e, 0x31, 0x31, 0x72, 0xeb, 0xe6, 0xc9, 0x2d, 0x5d, 0x5b, 0xfe, 0xcb,
+ 0x02, 0xef, 0x0c, 0x05, 0x90, 0x1f, 0xb4, 0xfa, 0x5c, 0x91, 0x01, 0x47,
+ 0x74, 0x26, 0x02, 0x4b, 0xd8, 0x94, 0x35, 0x20, 0x17, 0xbc, 0xa4, 0x0b,
+ 0x63, 0x6c, 0xed, 0x2b, 0x14, 0xef, 0xee, 0x57, 0x7f, 0x59, 0x80, 0x47,
+ 0x7d, 0x4d, 0x39, 0x06, 0x41, 0x19, 0x5c, 0x55, 0xb3, 0x74, 0x50, 0x2e,
+ 0x13, 0xd2, 0x41, 0x84, 0xd3, 0x2a, 0x24, 0xb2, 0xc1, 0x3b, 0x6c, 0xca,
+ 0xc0, 0x99, 0x24, 0x4b, 0xb8, 0xc1, 0x4a, 0xf1, 0xfe, 0xa4, 0xab, 0x1c,
+ 0xb7, 0xed, 0x3f, 0x3c, 0xc4, 0x6c, 0xaf, 0xb2, 0x42, 0x17, 0x20, 0xf2,
+ 0x8b, 0xe6, 0xee, 0xa5, 0x5c, 0xb3, 0x45, 0xf5, 0x1c, 0x3a, 0x12, 0x2e,
+ 0x46, 0x70, 0x75, 0xf0, 0x33, 0xf7, 0xe5, 0x83, 0x20, 0x53, 0x4b, 0xbc,
+ 0xdb, 0x6d, 0xbb, 0x56, 0x4a, 0x4f, 0x5d, 0xae, 0xda, 0xc7, 0xa6, 0xd5,
+ 0xa4, 0xb9, 0xef, 0x91, 0x8d, 0xda, 0xc4, 0x09, 0xc9, 0x81, 0xd5, 0xc0,
+ 0x1b, 0x09, 0x72, 0xb5, 0x36, 0x66, 0x0c, 0x80, 0x9b, 0xb0, 0x82, 0x70,
+ 0x0d, 0x0a, 0x8f, 0xd3, 0x1c, 0xb7, 0x8d, 0x9a, 0xb3, 0x10, 0x5b, 0x24,
+ 0xe9, 0xec, 0x83, 0x76, 0xc8, 0xab, 0x25, 0xa5, 0xfd, 0x9b, 0x8b, 0xf5,
+ 0x4c, 0x0f, 0x43, 0x4b, 0xae, 0xee, 0xbe, 0x64, 0x91, 0x55, 0x28, 0x46,
+ 0x32, 0x42, 0xe2, 0x0c, 0x48, 0x2e, 0xbc, 0x74, 0x82, 0x02, 0xf9, 0x30,
+ 0x3d, 0x24, 0x44, 0x52, 0x47, 0x0f, 0x0d, 0x9c, 0xca, 0x74, 0x22, 0x32,
+ 0xcd, 0x3a, 0xda, 0x43, 0x54, 0xbf, 0x6a, 0xb8, 0xdd, 0x04, 0x97, 0x7d,
+ 0x00, 0x41, 0xae, 0xcc, 0x28, 0x3e, 0x68, 0x7e, 0x11, 0xd7, 0x99, 0xb9,
+ 0x33, 0x0a, 0xd3, 0x0e, 0x21, 0x55, 0x91, 0xf0, 0x54, 0xc1, 0x24, 0xe3,
+ 0x14, 0x32, 0x80, 0x34, 0x14, 0x44, 0xda, 0xd5, 0x4a, 0xa4, 0xec, 0x80,
+ 0xbf, 0x04, 0x46, 0x0a, 0xc3, 0x09, 0xbe, 0x96, 0x17, 0x4f, 0x8a, 0xd5,
+ 0x0d, 0x57, 0x7a, 0x78, 0x32, 0x77, 0xf0, 0x29, 0x52, 0xf3, 0xb6, 0xff,
+ 0x5c, 0x70, 0x14, 0x22, 0x22, 0xee, 0x6e, 0x71, 0x32, 0x22, 0x6c, 0x77,
+ 0x4a, 0x53, 0xe1, 0x46, 0xfe, 0x74, 0x0a, 0x4e, 0x13, 0x09, 0x52, 0xc1,
+ 0x1b, 0x08, 0x12, 0x0c, 0xea, 0x7d, 0xb0, 0x61, 0x30, 0x18, 0x08, 0xce,
+ 0xf3, 0x21, 0x13, 0x3a, 0x69, 0x59, 0xce, 0xf8, 0x44, 0x00, 0x6e, 0xab,
+ 0x38, 0xaa, 0xe1, 0xf2, 0xc1, 0x2f, 0xc1, 0x1e, 0xbf, 0xf7, 0x54, 0x07,
+ 0x27, 0x6e, 0x41, 0x8b, 0xa5, 0xb3, 0x55, 0xdd, 0x87, 0xa6, 0x2b, 0x53,
+ 0xb0, 0xfc, 0x70, 0x98, 0x64, 0x91, 0x33, 0xe9, 0x10, 0xfa, 0x8c, 0x16,
+ 0xc2, 0xe7, 0xd3, 0xd9, 0x95, 0x08, 0xbd, 0x01, 0xfe, 0x96, 0x74, 0xf3,
+ 0x8a, 0x54, 0xa6, 0xe9, 0x2c, 0xc3, 0x79, 0x0e, 0xa7, 0x91, 0x5f, 0x97,
+ 0x60, 0x82, 0x3b, 0x67, 0x2b, 0x8c, 0x2a, 0x3b, 0x68, 0x44, 0x92, 0x9b,
+ 0x07, 0x60, 0x84, 0x4d, 0xb0, 0xa8, 0x3c, 0xee, 0xd0, 0x3d, 0x57, 0x9a,
+ 0x3a, 0x61, 0x5d, 0xa2, 0x66, 0xbf, 0x59, 0xa5, 0x33, 0x63, 0x86, 0x46,
+ 0x11, 0x9f, 0x52, 0x50, 0xc5, 0x73, 0x99, 0xc2, 0x05, 0xce, 0xb3, 0xd4,
+ 0x78, 0x88, 0xbf, 0x04, 0xfc, 0x91, 0xeb, 0x04, 0xf3, 0x98, 0x6d, 0x43,
+ 0x41, 0x89, 0x83, 0x90, 0x7b, 0x73, 0x32, 0x3c, 0xc3, 0x52, 0xf7, 0x71,
+ 0x3f, 0x2e, 0x4b, 0xd3, 0xca, 0xc7, 0x57, 0x41, 0x33, 0xc6, 0x38, 0x3a,
+ 0xa2, 0x55, 0x66, 0x5e, 0x10, 0x09, 0x99, 0xd1, 0x16, 0x73, 0x2b, 0x95,
+ 0xa0, 0xf9, 0x96, 0x74, 0xae, 0x0c, 0xe5, 0xa6, 0xa0, 0x5c, 0x4f, 0xa6,
+ 0xe3, 0x8c, 0x76, 0x05, 0x07, 0xc9, 0x2d, 0xf9, 0x45, 0x93, 0x1f, 0x23,
+ 0xed, 0x03, 0x6f, 0x78, 0x26, 0x4d, 0x1e, 0xf9, 0x99, 0x6f, 0xa2, 0xe0,
+ 0x12, 0x38, 0x5b, 0x6b, 0x71, 0xdb, 0x21, 0x6e, 0xe5, 0xcb, 0x64, 0xc6,
+ 0x74, 0x0e, 0x00, 0x8a, 0xe9, 0x94, 0x9b, 0x39, 0x77, 0x03, 0x0a, 0x10,
+ 0x2a, 0x6c, 0x6f, 0xac, 0xa9, 0x18, 0x87, 0xa0, 0x41, 0xe7, 0x18, 0xf3,
+ 0x81, 0x17, 0x05, 0x78, 0xfc, 0x66, 0x3b, 0xd9, 0x98, 0xe9, 0x4e, 0x82,
+ 0xbc, 0x08, 0xba, 0xab, 0xb1, 0x0b, 0xe1, 0x22, 0x8e, 0x65, 0x96, 0xb6,
+ 0xff, 0x09, 0x5e, 0x60, 0xe4, 0x70, 0xc7, 0x84, 0xbd, 0x34, 0xc7, 0xec,
+ 0x65, 0x8a, 0xab, 0x02, 0xdc, 0xc4, 0x89, 0xf1, 0x26, 0x4e, 0xcc, 0x3f,
+ 0x8a, 0x99, 0x48, 0xcd, 0xa0, 0xc2, 0xd6, 0x31, 0x5c, 0xc2, 0xea, 0xd2,
+ 0x3e, 0x9b, 0xfd, 0x3f, 0x51, 0x56, 0x64, 0x5c, 0x86, 0xf9, 0x75, 0x72,
+ 0x71, 0xc9, 0x9d, 0x0e, 0xfd, 0x41, 0xac, 0xd0, 0x1b, 0x02, 0x6e, 0xa2,
+ 0xc1, 0xcd, 0x7d, 0x6e, 0x4a, 0xd3, 0x4c, 0x6e, 0x18, 0xa2, 0x87, 0x5f,
+ 0x66, 0x17, 0xf7, 0x92, 0xd0, 0x4b, 0x56, 0xf2, 0x09, 0x93, 0x2f, 0x0f,
+ 0xe2, 0xcf, 0x54, 0x87, 0xe4, 0x41, 0x06, 0xdb, 0xa0, 0x85, 0x59, 0xb5,
+ 0x9b, 0x2a, 0xbe, 0x92, 0x78, 0x9b, 0x0e, 0x9a, 0x28, 0x1e, 0xef, 0x3f,
+ 0xc1, 0xc5, 0x1e, 0x3d, 0xb4, 0x39, 0xe3, 0x12, 0xaf, 0x6f, 0x89, 0xcb,
+ 0xc9, 0x62, 0xcf, 0xdb, 0x42, 0x45, 0x98, 0xee, 0xab, 0x71, 0x7b, 0x83,
+ 0xf8, 0x84, 0xa7, 0x7b, 0x18, 0xce, 0x61, 0x82, 0x7a, 0x47, 0x75, 0x6f,
+ 0x08, 0x6d, 0xbd, 0x38, 0xac, 0xb6, 0x31, 0xfe, 0xd2, 0x1e, 0xa8, 0x07,
+ 0x27, 0x59, 0xf6, 0x19, 0x3b, 0xd1, 0x58, 0x12, 0xd8, 0x24, 0xf0, 0x39,
+ 0x90, 0x27, 0x55, 0x0c, 0xf3, 0x35, 0xed, 0x0f, 0x55, 0x9d, 0x42, 0x9d,
+ 0x60, 0x82, 0x63, 0xda, 0x1a, 0x54, 0x73, 0x13, 0x08, 0x1c, 0x77, 0xab,
+ 0xe0, 0xfa, 0xb4, 0x84, 0xa6, 0x38, 0x00, 0x74, 0xd3, 0x94, 0x87, 0xe8,
+ 0xb5, 0xee, 0x0b, 0x91, 0xe3, 0x68, 0x22, 0xe2, 0xf5, 0x6e, 0x5b, 0xf1,
+ 0x21, 0x3e, 0x16, 0x05, 0x5f, 0x52, 0x15, 0x17, 0x4e, 0x23, 0x1f, 0x0f,
+ 0x8d, 0x3f, 0xf5, 0x32, 0x8c, 0x30, 0xf7, 0xfd, 0x2d, 0x81, 0x1b, 0x29,
+ 0x68, 0xb8, 0x96, 0x52, 0x4f, 0xca, 0xb1, 0x3c, 0xde, 0x82, 0xd0, 0x04,
+ 0x8c, 0xee, 0x2d, 0x5b, 0x43, 0x3c, 0xe5, 0x8b, 0xf5, 0xd8, 0x4e, 0x08,
+ 0x44, 0x79, 0x6e, 0xbe, 0x6a, 0xf1, 0x8b, 0x0c, 0x0a, 0x66, 0x3b, 0x99,
+ 0x39, 0x0e, 0x4c, 0xb8, 0x63, 0x2f, 0x06, 0xf5, 0x39, 0xf9, 0xe5, 0xaa,
+ 0xe7, 0x8c, 0x0c, 0xb4, 0xba, 0x70, 0xc3, 0xb6, 0x5d, 0x55, 0xa7, 0x89,
+ 0x01, 0x2e, 0x23, 0x21, 0xab, 0xf9, 0x21, 0x63, 0x11, 0x6f, 0x45, 0xbd,
+ 0x07, 0x7c, 0x97, 0x3d, 0x24, 0x30, 0xbe, 0x51, 0x36, 0x70, 0x2a, 0x20,
+ 0x23, 0x07, 0x76, 0x23, 0x1f, 0x2d, 0xa2, 0x40, 0x79, 0xab, 0x9b, 0x12,
+ 0x7f, 0xb3, 0x39, 0x9a, 0xf3, 0x20, 0xe7, 0x95, 0x6d, 0x8c, 0x38, 0xb7,
+ 0x49, 0xee, 0xc8, 0x07, 0x88, 0xfe, 0xca, 0x9a, 0x5b, 0xec, 0x2b, 0x54,
+ 0xd3, 0x82, 0x4c, 0x80, 0x69, 0x44, 0xbb, 0xc5, 0x66, 0xa5, 0xa3, 0x19,
+ 0x7a, 0x81, 0xc7, 0x29, 0xac, 0xb6, 0xe7, 0x29, 0x93, 0x69, 0x52, 0x9b,
+ 0x78, 0x16, 0x03, 0xbc, 0xbe, 0x05, 0xf9, 0x72, 0xc9, 0x63, 0x29, 0xd3,
+ 0x29, 0xed, 0xf0, 0xd8, 0xbe, 0xe4, 0xe5, 0xbc, 0x28, 0xc1, 0x3c, 0x03,
+ 0x37, 0x4d, 0x66, 0x4f, 0xc1, 0x32, 0xe5, 0xd6, 0x03, 0xbc, 0xe4, 0x80,
+ 0xc1, 0x94, 0x57, 0x0b, 0xfe, 0x9b, 0xd3, 0xd6, 0xf4, 0x7e, 0x0a, 0x91,
+ 0x5b, 0x85, 0x96, 0xdd, 0x55, 0xc6, 0xe1, 0xa1, 0x1c, 0x1c, 0x9a, 0x07,
+ 0xbe, 0x9c, 0x24, 0x69, 0x30, 0x4c, 0x12, 0xb6, 0x84, 0x41, 0x23, 0xc1,
+ 0x50, 0xe6, 0x93, 0x02, 0xf0, 0x2d, 0xa7, 0xdf, 0x9f, 0x67, 0xb8, 0x81,
+ 0x60, 0x3b, 0xe9, 0x3d, 0x8c, 0xd7, 0x40, 0xe9, 0x2d, 0x09, 0xb9, 0x72,
+ 0xd2, 0x51, 0xdc, 0xf9, 0x65, 0xbe, 0xa1, 0x2c, 0x9f, 0xf0, 0xe9, 0x0b,
+ 0xb2, 0x0e, 0x00, 0x9a, 0x36, 0xd4, 0x61, 0x43, 0x98, 0xe2, 0x5c, 0x8f,
+ 0xd3, 0xf0, 0xea, 0x11, 0x6f, 0x0b, 0xd0, 0xa5, 0x64, 0x11, 0x4a, 0x0d,
+ 0x8f, 0xf6, 0xdd, 0x9f, 0xf0, 0x9c, 0xdf, 0xfd, 0x29, 0xac, 0xc1, 0xd2,
+ 0xc2, 0x7f, 0x5e, 0x69, 0x69, 0xda, 0x2e, 0x41, 0xa1, 0xa4, 0x04, 0x20,
+ 0x7c, 0xbb, 0x23, 0x01, 0x7f, 0x2e, 0xf8, 0x55, 0x47, 0x5a, 0x38, 0xe4,
+ 0x7d, 0xff, 0x2a, 0x56, 0x0c, 0x59, 0xd0, 0xa4, 0xf6, 0x38, 0x49, 0x6e,
+ 0x56, 0x0a, 0x61, 0xd6, 0x54, 0x3c, 0x51, 0x05, 0xe4, 0xa3, 0xd8, 0x9d,
+ 0xb2, 0xad, 0xf2, 0x2e, 0x53, 0xc2, 0xef, 0xde, 0xe4, 0x6f, 0x10, 0x52,
+ 0x49, 0x4a, 0x83, 0xd3, 0xb4, 0xb0, 0xe1, 0xbb, 0x32, 0x6c, 0x30, 0x51,
+ 0x80, 0x2c, 0x33, 0xff, 0xd6, 0xd6, 0x9c, 0xee, 0x19, 0xf5, 0x83, 0x04,
+ 0x7b, 0x1d, 0x0e, 0xe8, 0xac, 0x5e, 0x07, 0x1f, 0x2c, 0x1c, 0xb3, 0x70,
+ 0x3e, 0x56, 0xb0, 0xe5, 0x82, 0x09, 0x1b, 0x3f, 0xd1, 0x79, 0xd2, 0x65,
+ 0x00, 0xef, 0xb7, 0x6a, 0xe0, 0x93, 0x4c, 0xc4, 0x39, 0xa0, 0xfa, 0xfd,
+ 0xfe, 0x7f, 0x39, 0xcb, 0x3b, 0xad, 0x0e, 0x88, 0x50, 0xcc, 0x98, 0x4a,
+ 0xac, 0x1c, 0x1a, 0xed, 0x00, 0x25, 0x7f, 0x89, 0xa0, 0x55, 0x91, 0x92,
+ 0x0a, 0x13, 0x41, 0xa9, 0x66, 0x94, 0xd6, 0xb4, 0x4c, 0x79, 0xb8, 0xdd,
+ 0x40, 0xdd, 0x04, 0xb3, 0x7e, 0xbc, 0x9a, 0x88, 0x48, 0xe9, 0xa0, 0xc2,
+ 0x63, 0x40, 0x2c, 0xf6, 0x2e, 0xa7, 0x3b, 0x22, 0xf7, 0x5f, 0x10, 0x34,
+ 0x19, 0x00, 0xbe, 0x7d, 0xa8, 0xe4, 0x78, 0x9a, 0x7f, 0x19, 0x8b, 0x7b,
+ 0x47, 0x17, 0xdf, 0x9a, 0x47, 0x0a, 0xfa, 0xb1, 0x9c, 0x2e, 0xaf, 0xd3,
+ 0x6b, 0x90, 0x37, 0xd8, 0x2f, 0x99, 0x8b, 0xbf, 0xd4, 0x1a, 0xc4, 0x81,
+ 0x16, 0xca, 0x31, 0x0f, 0xdd, 0xe2, 0x0b, 0x6b, 0x88, 0xa1, 0x29, 0x60,
+ 0xa6, 0xe3, 0x67, 0x60, 0xb7, 0xa4, 0x37, 0x57, 0xe5, 0xb1, 0x5d, 0xd3,
+ 0xb5, 0x39, 0xaf, 0x55, 0x89, 0x52, 0xa4, 0xbd, 0x43, 0x3a, 0x10, 0x71,
+ 0x75, 0x8b, 0x06, 0x8d, 0x2c, 0x05, 0x62, 0x24, 0x52, 0x00, 0x71, 0x56,
+ 0xcb, 0x5b, 0xa6, 0x8b, 0xce, 0x55, 0x9f, 0x97, 0xca, 0xc7, 0x12, 0x0d,
+ 0x9c, 0xc9, 0x04, 0x9d, 0xe2, 0xaa, 0x53, 0x87, 0x74, 0x1a, 0x1c, 0x8c,
+ 0x5e, 0x6b, 0x01, 0xde, 0x5e, 0x8a, 0xcb, 0x91, 0xaf, 0xf8, 0xdd, 0xba,
+ 0x42, 0xf1, 0xb9, 0x60, 0x9d, 0x95, 0xdc, 0xee, 0x06, 0x17, 0xff, 0xd9,
+ 0x1f, 0x0c, 0x87, 0x30, 0x87, 0xbf, 0x67, 0xdb, 0x4e, 0x88, 0x8a, 0x00,
+ 0xd9, 0xc3, 0x8a, 0x57, 0x24, 0xb7, 0x90, 0x65, 0x73, 0xff, 0xe4, 0x0a,
+ 0xa7, 0x00, 0x5c, 0xf7, 0xc5, 0x0b, 0x06, 0xcf, 0x5d, 0x46, 0xe0, 0xae,
+ 0x1a, 0x01, 0x87, 0x75, 0xd0, 0x55, 0xd0, 0x03, 0x82, 0x17, 0xd6, 0xb5,
+ 0x23, 0x06, 0xb7, 0x57, 0x9c, 0xb2, 0xca, 0xc3, 0x2f, 0xcd, 0x91, 0x89,
+ 0xd2, 0xdb, 0x52, 0xb6, 0x36, 0xbc, 0x6b, 0xa9, 0x84, 0x8d, 0xc4, 0xfc,
+ 0xc0, 0x6c, 0x9c, 0xd1, 0x66, 0x09, 0x43, 0x27, 0xe0, 0xab, 0x97, 0x32,
+ 0x8f, 0xf4, 0x78, 0xfc, 0x86, 0xb5, 0x1f, 0x86, 0xe4, 0x23, 0xd5, 0x1b,
+ 0x3f, 0xdf, 0xbe, 0x29, 0xf4, 0xe4, 0x92, 0x90, 0x0a, 0x4c, 0x04, 0x8e,
+ 0x80, 0xbf, 0x42, 0xd9, 0xa4, 0xec, 0x92, 0xd5, 0x62, 0xcd, 0x8f, 0xfe,
+ 0x42, 0x33, 0x20, 0x65, 0x68, 0x44, 0xa4, 0x0c, 0xcd, 0x90, 0x94, 0xa1,
+ 0x1a, 0x93, 0x92, 0xb5, 0xfc, 0x97, 0x0d, 0xa3, 0xea, 0x30, 0xfa, 0xdb,
+ 0x8e, 0x25, 0xd1, 0xd0, 0xf2, 0xce, 0x36, 0xcf, 0x73, 0xa4, 0x79, 0x99,
+ 0xb9, 0xcc, 0x88, 0x22, 0xd8, 0x98, 0x48, 0x31, 0xc5, 0x3f, 0xf2, 0xd3,
+ 0x5b, 0x72, 0xd4, 0x29, 0x8d, 0x9c, 0xc0, 0x55, 0x3a, 0x54, 0xb6, 0x36,
+ 0x56, 0xe6, 0xca, 0x6d, 0x08, 0x9b, 0xc0, 0x5d, 0xa9, 0x6e, 0xb8, 0x3f,
+ 0xb7, 0x28, 0x15, 0x56, 0xc1, 0x55, 0xa9, 0xa6, 0x37, 0xca, 0xf0, 0x20,
+ 0x18, 0x22, 0xec, 0x80, 0xfd, 0xd3, 0x8e, 0xe1, 0x21, 0xbf, 0x0b, 0x55,
+ 0x0d, 0x5d, 0x2c, 0xaa, 0xd4, 0x8c, 0x47, 0x4a, 0xaa, 0xc5, 0x1d, 0x11,
+ 0x4a, 0x0d, 0x95, 0x86, 0x83, 0x91, 0x08, 0x2a, 0x45, 0xc6, 0xab, 0x13,
+ 0x9e, 0xaf, 0x44, 0x99, 0xf7, 0x91, 0x53, 0xfe, 0x48, 0x3b, 0x80, 0x07,
+ 0xca, 0x4a, 0x48, 0x18, 0xef, 0x45, 0xc6, 0x92, 0x86, 0x28, 0xc9, 0x6d,
+ 0x86, 0xe0, 0x97, 0x10, 0x0e, 0x0d, 0xc7, 0xf8, 0xbb, 0x33, 0xde, 0x12,
+ 0xd5, 0x79, 0x26, 0xf9, 0x47, 0x4a, 0x47, 0x61, 0x38, 0xa8, 0x10, 0x01,
+ 0xf9, 0xc5, 0x3c, 0x03, 0x62, 0x27, 0xef, 0xf7, 0xc3, 0xc9, 0x71, 0xbb,
+ 0x42, 0x0a, 0x1b, 0x23, 0x85, 0x15, 0x52, 0xd4, 0x18, 0x29, 0xaa, 0x90,
+ 0x3a, 0x8d, 0x91, 0x3a, 0x84, 0x74, 0x0c, 0x79, 0xdd, 0x4e, 0xb9, 0xd6,
+ 0xa5, 0x3c, 0x0b, 0xf6, 0xc5, 0x73, 0x68, 0x7e, 0x0f, 0xd5, 0xef, 0xf1,
+ 0xa3, 0x8e, 0x1f, 0x3f, 0xea, 0xf8, 0xf1, 0x63, 0x68, 0x7e, 0x17, 0x8e,
+ 0xb1, 0xc8, 0xa7, 0xc2, 0x80, 0x7c, 0x21, 0xfd, 0x7b, 0xc5, 0x8b, 0xd0,
+ 0x82, 0xd0, 0x69, 0x54, 0x4c, 0xc8, 0x17, 0x06, 0x8d, 0x8a, 0x8d, 0x0a,
+ 0x02, 0x23, 0xfb, 0x50, 0xdc, 0x04, 0x71, 0xd6, 0x5a, 0x09, 0x2a, 0x06,
+ 0xa8, 0x4a, 0xe7, 0x46, 0xee, 0x58, 0x11, 0xaf, 0x65, 0x17, 0xcc, 0x71,
+ 0x64, 0xe8, 0xcc, 0x30, 0x04, 0x53, 0x15, 0x82, 0x03, 0xb7, 0xac, 0xb8,
+ 0xdd, 0x41, 0xfb, 0xa7, 0x30, 0xab, 0xa7, 0x22, 0x43, 0xe6, 0x3e, 0x64,
+ 0xb9, 0xd4, 0x13, 0x46, 0x08, 0x9b, 0x1c, 0x24, 0xc1, 0x45, 0x57, 0x31,
+ 0xba, 0xa3, 0xb0, 0x10, 0x45, 0x48, 0x6a, 0xe0, 0x19, 0x5a, 0x8a, 0x5d,
+ 0x15, 0x65, 0xcc, 0x0d, 0xf6, 0x90, 0x1e, 0xfa, 0xad, 0x72, 0xe3, 0x44,
+ 0x4a, 0x13, 0x14, 0x4c, 0xe8, 0xe3, 0x04, 0xf2, 0x79, 0xa8, 0x7e, 0x84,
+ 0x48, 0xf1, 0x2d, 0xb2, 0x0c, 0x4e, 0x73, 0xb8, 0xe7, 0x22, 0xc3, 0x29,
+ 0xce, 0xe1, 0xd2, 0xfa, 0x8a, 0x37, 0xdc, 0xd9, 0x46, 0x6c, 0x46, 0x81,
+ 0x53, 0x78, 0xe8, 0x0f, 0xf4, 0xb3, 0x2b, 0x29, 0x04, 0xf7, 0xa3, 0xa7,
+ 0xe1, 0xaa, 0x78, 0x1b, 0x5f, 0xd4, 0x70, 0x6a, 0xb0, 0xe3, 0xb5, 0x2d,
+ 0xd7, 0xe9, 0xae, 0x6b, 0x38, 0xb6, 0x0b, 0x26, 0x6f, 0x26, 0x68, 0x3a,
+ 0x06, 0x0e, 0x4d, 0x07, 0x04, 0x49, 0x4a, 0x60, 0x99, 0x10, 0x22, 0x84,
+ 0x4b, 0x46, 0xbb, 0x7a, 0x1f, 0xaa, 0xef, 0x43, 0xd2, 0xdb, 0xc3, 0xc6,
+ 0x7a, 0x7b, 0xa8, 0xe9, 0xed, 0xd0, 0x0b, 0x10, 0x9f, 0x44, 0xbf, 0xca,
+ 0x09, 0x1b, 0x48, 0x5c, 0xc9, 0xf5, 0xa9, 0x5e, 0xda, 0x3d, 0x79, 0x53,
+ 0x50, 0x10, 0x49, 0xd9, 0x9b, 0xa8, 0x2a, 0xc1, 0xa2, 0xc9, 0x37, 0x54,
+ 0x7b, 0x55, 0xda, 0xd4, 0x42, 0xec, 0xa4, 0xd4, 0x77, 0x62, 0x0b, 0xa5,
+ 0xbe, 0x0b, 0x5d, 0x70, 0xa1, 0x0d, 0x17, 0xb9, 0xe0, 0x22, 0x1b, 0xae,
+ 0xe3, 0x82, 0xeb, 0xd8, 0x70, 0x5d, 0x17, 0x5c, 0xd7, 0x86, 0xeb, 0xb9,
+ 0xe0, 0x7a, 0x36, 0x5c, 0xdf, 0x05, 0xd7, 0xb7, 0xe1, 0x06, 0x2e, 0x38,
+ 0xb8, 0xf2, 0x20, 0xc6, 0xc2, 0x08, 0x82, 0x97, 0x54, 0x31, 0xc1, 0xf5,
+ 0x97, 0x3c, 0x4a, 0xb2, 0xfe, 0x32, 0x74, 0x42, 0x86, 0x0e, 0xc8, 0xc8,
+ 0x09, 0x19, 0x39, 0x20, 0x3b, 0x4e, 0xc8, 0x8e, 0x03, 0xb2, 0xeb, 0x84,
+ 0xec, 0x3a, 0x20, 0x7b, 0x4e, 0xc8, 0x9e, 0x03, 0xb2, 0xef, 0x84, 0xec,
+ 0x3b, 0x20, 0x07, 0x4e, 0x48, 0x57, 0x7b, 0x0e, 0x9d, 0x90, 0x43, 0x57,
+ 0xcb, 0xb7, 0xdc, 0x4d, 0xdf, 0x72, 0xc1, 0x7a, 0xba, 0xc9, 0xd5, 0x4f,
+ 0x6d, 0x77, 0x47, 0x61, 0x76, 0x02, 0x18, 0x77, 0x17, 0xe2, 0x24, 0x58,
+ 0xd5, 0x8d, 0xf4, 0x44, 0x9e, 0x22, 0x37, 0xb6, 0xd0, 0xcc, 0x34, 0xfd,
+ 0x8a, 0x2b, 0xcb, 0x05, 0x39, 0x2c, 0xef, 0x6a, 0xd1, 0xfc, 0x64, 0x58,
+ 0x7d, 0xa9, 0x8c, 0x11, 0x74, 0xa7, 0xd5, 0x22, 0x05, 0x1a, 0x68, 0x46,
+ 0xbb, 0xdd, 0xe0, 0x26, 0x96, 0x49, 0x8c, 0xa2, 0x6e, 0xeb, 0xf3, 0x32,
+ 0xc6, 0x69, 0x0d, 0x43, 0x7b, 0xaa, 0xd1, 0x28, 0x63, 0x2c, 0x10, 0xd4,
+ 0x29, 0x23, 0x48, 0xe4, 0xcb, 0xca, 0x46, 0xca, 0x76, 0x23, 0xf3, 0x79,
+ 0x02, 0xd1, 0x0e, 0xe1, 0x4e, 0x3c, 0x2d, 0x43, 0xaa, 0xe3, 0x8c, 0x41,
+ 0x53, 0x58, 0xd0, 0xd8, 0x0e, 0x42, 0x6a, 0xe9, 0x68, 0x15, 0xe2, 0x79,
+ 0xc0, 0x32, 0x11, 0xc6, 0x72, 0x55, 0xaa, 0x57, 0xcf, 0x15, 0xa3, 0x2c,
+ 0x8d, 0x36, 0xc8, 0xf8, 0x4b, 0x46, 0x98, 0xf6, 0x35, 0x1c, 0x83, 0x8c,
+ 0xae, 0xb1, 0x8f, 0xd4, 0x44, 0xc0, 0x6d, 0x1f, 0x64, 0x68, 0x42, 0x86,
+ 0x3b, 0x32, 0xd5, 0xd7, 0x7f, 0x04, 0x8d, 0x48, 0x44, 0x26, 0x89, 0xc8,
+ 0x47, 0x22, 0xb4, 0x49, 0x50, 0x22, 0x66, 0x58, 0xae, 0x88, 0x69, 0x9e,
+ 0xd0, 0xb5, 0x7a, 0xcd, 0xbd, 0x17, 0x62, 0xcd, 0xb7, 0xc9, 0xc5, 0x8c,
+ 0x42, 0x29, 0xdc, 0x80, 0x52, 0x3d, 0x4f, 0xd1, 0x06, 0x94, 0x22, 0x9b,
+ 0xd2, 0x4d, 0x1a, 0x17, 0xd7, 0x22, 0xd7, 0x34, 0x9a, 0x51, 0x56, 0xb3,
+ 0xd9, 0xeb, 0xd5, 0x52, 0xe6, 0x9f, 0x16, 0x37, 0x1a, 0x17, 0x4a, 0x82,
+ 0x6b, 0x93, 0x4c, 0xd8, 0xb8, 0x53, 0xc3, 0x2f, 0xef, 0xd4, 0xf0, 0xcb,
+ 0x3b, 0x35, 0xfc, 0x6a, 0x9d, 0x1a, 0x7e, 0xb5, 0x4e, 0x0d, 0xbf, 0x5a,
+ 0xa7, 0x86, 0xcf, 0xee, 0xd4, 0xa4, 0xbc, 0x91, 0xd1, 0x65, 0x36, 0x3a,
+ 0xf4, 0x36, 0x11, 0x1b, 0xfa, 0x4e, 0xe8, 0x38, 0x0d, 0x8e, 0xbf, 0xb9,
+ 0x21, 0xe6, 0xc3, 0x8a, 0x6d, 0x39, 0xc6, 0x79, 0x06, 0x61, 0x84, 0x0a,
+ 0x61, 0xda, 0x9c, 0xc3, 0x9b, 0xd7, 0x08, 0x81, 0xdb, 0x48, 0xbc, 0xbd,
+ 0xcb, 0xf3, 0xa3, 0xb3, 0x26, 0xd3, 0x33, 0x83, 0xbf, 0x84, 0xeb, 0x9f,
+ 0xec, 0xe9, 0x15, 0x5e, 0x53, 0x80, 0x03, 0x17, 0xb6, 0x2d, 0x5a, 0xdd,
+ 0xde, 0x55, 0x65, 0x30, 0x7e, 0xb5, 0xab, 0x46, 0x3c, 0x24, 0x1b, 0xf9,
+ 0x67, 0xa8, 0xc1, 0xa0, 0x64, 0x10, 0x48, 0x23, 0x0f, 0x40, 0x81, 0x6a,
+ 0x1f, 0xc5, 0x87, 0x9d, 0x67, 0x18, 0xdc, 0xf8, 0x25, 0xfa, 0x7b, 0xfe,
+ 0x02, 0xaa, 0x28, 0xd2, 0x79, 0xa5, 0x14, 0x17, 0x3f, 0xd6, 0x17, 0xc7,
+ 0x9a, 0x67, 0x57, 0x14, 0x09, 0xe6, 0xd0, 0xd5, 0xed, 0x9d, 0xa3, 0x54,
+ 0x57, 0x09, 0xa4, 0x73, 0xf3, 0xce, 0xbc, 0x16, 0x9a, 0x35, 0x8a, 0x3d,
+ 0x43, 0x7c, 0x5d, 0x85, 0x09, 0x24, 0xed, 0x51, 0xb9, 0xe4, 0xdc, 0xf6,
+ 0x62, 0x87, 0x0d, 0xb0, 0x43, 0x2f, 0x76, 0xd4, 0x00, 0x3b, 0xf2, 0x62,
+ 0x77, 0x1a, 0x60, 0x77, 0xbc, 0xd8, 0xdd, 0x06, 0xd8, 0x5d, 0x2f, 0x76,
+ 0xaf, 0x01, 0x76, 0xcf, 0x8b, 0xdd, 0x6f, 0x80, 0xdd, 0xf7, 0x62, 0x0f,
+ 0x1a, 0x60, 0x0f, 0xbc, 0xd8, 0xc3, 0x06, 0xd8, 0x43, 0xbf, 0xb4, 0xb4,
+ 0x9a, 0x88, 0x4b, 0xcb, 0x8f, 0xdf, 0x48, 0xdc, 0xfc, 0xf2, 0xd6, 0x6e,
+ 0x22, 0x70, 0x6d, 0xbe, 0xff, 0xe7, 0x6e, 0x61, 0xa7, 0x32, 0x9c, 0x8f,
+ 0x88, 0x2b, 0xed, 0xf0, 0x41, 0xd6, 0xa2, 0x33, 0x7d, 0xfc, 0x78, 0xa5,
+ 0xec, 0xfe, 0x65, 0x4e, 0x31, 0xd8, 0x4e, 0x7d, 0x4a, 0x27, 0x14, 0x59,
+ 0xd4, 0xcc, 0xdf, 0x43, 0x91, 0x8f, 0x1f, 0xf0, 0xf3, 0x4b, 0x61, 0x4e,
+ 0x9e, 0xe0, 0xe1, 0x1c, 0xc4, 0x3f, 0x02, 0x03, 0xf4, 0xab, 0x2a, 0x0e,
+ 0x32, 0x9c, 0xcd, 0xfa, 0xa2, 0x20, 0xdf, 0xa0, 0xb3, 0x24, 0x86, 0x0f,
+ 0xa5, 0xbd, 0xf4, 0x94, 0x95, 0xa5, 0x5a, 0xad, 0x8c, 0x92, 0x4f, 0xf7,
+ 0x8e, 0x78, 0x62, 0x62, 0x6e, 0xcb, 0xda, 0x0d, 0x4e, 0x74, 0xfa, 0xfc,
+ 0x8c, 0xbc, 0x08, 0xce, 0x5b, 0xed, 0x56, 0x28, 0x88, 0xb2, 0x79, 0x56,
+ 0x21, 0x6a, 0x84, 0x9c, 0x75, 0x10, 0x3d, 0xa5, 0x1d, 0xb7, 0x93, 0x68,
+ 0xe4, 0x4c, 0xc2, 0x01, 0xce, 0xe2, 0xc7, 0x14, 0xeb, 0x8b, 0x4c, 0xc2,
+ 0x41, 0xbb, 0xdb, 0x0d, 0xc9, 0xfb, 0xfe, 0xf4, 0xd7, 0x60, 0x34, 0x8b,
+ 0x8b, 0x22, 0x1d, 0xef, 0x04, 0xed, 0x5e, 0x54, 0xbd, 0xdd, 0x9f, 0xc5,
+ 0x63, 0x72, 0xf6, 0x4a, 0x17, 0x3c, 0x3e, 0x9c, 0xa3, 0xf2, 0xd2, 0xdd,
+ 0x26, 0xd3, 0x3c, 0x6a, 0xc4, 0x0d, 0x42, 0x7e, 0xef, 0x07, 0xb1, 0x19,
+ 0xe7, 0xf1, 0xd3, 0x0d, 0xcf, 0xcd, 0xc9, 0x8d, 0xf3, 0x59, 0x52, 0xa0,
+ 0xd3, 0x78, 0x96, 0x7f, 0xe6, 0xf7, 0x50, 0xe8, 0xbc, 0x92, 0x53, 0x85,
+ 0x63, 0x28, 0x1e, 0xf0, 0x16, 0x2e, 0xae, 0x94, 0x85, 0x76, 0x89, 0x09,
+ 0x0e, 0x1d, 0x06, 0xed, 0xde, 0x75, 0x5e, 0x94, 0x37, 0xe4, 0xab, 0xc3,
+ 0x44, 0x74, 0x1f, 0x0c, 0xa8, 0x39, 0x5b, 0x6b, 0x28, 0x89, 0x19, 0xd9,
+ 0x9f, 0xf7, 0xe1, 0x05, 0x8f, 0x63, 0x4a, 0x17, 0xef, 0x68, 0x91, 0x66,
+ 0xeb, 0x5c, 0x7b, 0x03, 0xf7, 0x48, 0x8e, 0xd0, 0xc8, 0x29, 0x52, 0xc0,
+ 0x36, 0xf1, 0x46, 0x44, 0xd8, 0x70, 0x53, 0x46, 0xc2, 0x0d, 0x18, 0x09,
+ 0x1b, 0x31, 0x52, 0xb9, 0xf9, 0x8a, 0x31, 0x7c, 0x9e, 0xcd, 0x9e, 0x16,
+ 0xd9, 0x3c, 0x8d, 0x67, 0x4a, 0x26, 0x40, 0x37, 0x80, 0x92, 0xf5, 0xd1,
+ 0x0d, 0x10, 0xae, 0xa5, 0x10, 0xae, 0xa1, 0x10, 0xad, 0xa5, 0x10, 0xad,
+ 0xa1, 0xd0, 0x59, 0x4b, 0xa1, 0xb3, 0x86, 0x42, 0x77, 0x2d, 0x85, 0xee,
+ 0x1a, 0x0a, 0xbd, 0xb5, 0x14, 0x7a, 0x6b, 0x28, 0xf4, 0xd7, 0x52, 0xe8,
+ 0xaf, 0xa1, 0x30, 0x58, 0x4b, 0x61, 0xc0, 0x6d, 0x68, 0x67, 0x0b, 0x55,
+ 0x75, 0xff, 0x05, 0xa2, 0x92, 0x67, 0x68, 0x8f, 0x04, 0xc3, 0x19, 0xb8,
+ 0x01, 0xbe, 0x06, 0xf9, 0x54, 0x27, 0x70, 0x71, 0xc6, 0x8d, 0x3e, 0x4d,
+ 0xa3, 0x64, 0x56, 0xa4, 0xab, 0x42, 0x10, 0x9b, 0x4e, 0xd7, 0x52, 0x9b,
+ 0x4e, 0x1b, 0x91, 0x83, 0x48, 0x7d, 0x9c, 0x7f, 0x90, 0xe1, 0x4b, 0xb6,
+ 0xd3, 0x88, 0xd9, 0xa8, 0x99, 0x28, 0x11, 0x75, 0xc5, 0x4f, 0xee, 0xad,
+ 0x36, 0xd5, 0x9d, 0xb5, 0xa5, 0x37, 0x45, 0x21, 0x50, 0x85, 0x76, 0x97,
+ 0x49, 0x67, 0x26, 0x05, 0xbc, 0x0a, 0x77, 0xcb, 0x03, 0x9c, 0xfc, 0xbf,
+ 0xf1, 0xdc, 0x28, 0x8b, 0x6f, 0xb9, 0xab, 0x9c, 0xdc, 0xd2, 0xdd, 0x49,
+ 0x8f, 0xc9, 0xfc, 0xb7, 0x18, 0xf6, 0xfc, 0x0e, 0x67, 0xa3, 0x8b, 0xe5,
+ 0x5c, 0x38, 0x1b, 0xe9, 0xee, 0xb4, 0xe0, 0x9b, 0x6c, 0x9d, 0xfb, 0xf0,
+ 0x1b, 0xd3, 0x64, 0xb6, 0x74, 0x53, 0xe3, 0xae, 0x53, 0x36, 0x31, 0x35,
+ 0x7b, 0xb8, 0x4a, 0xac, 0x3a, 0x13, 0x9e, 0x88, 0x5c, 0x06, 0x39, 0xbf,
+ 0x21, 0x41, 0xce, 0x4c, 0xb7, 0x98, 0xf8, 0x1e, 0x02, 0x12, 0x14, 0x8a,
+ 0x67, 0xa1, 0x70, 0x79, 0x9b, 0xcc, 0x12, 0x9b, 0x8f, 0xab, 0x25, 0x4f,
+ 0x76, 0x61, 0xfa, 0x7e, 0xf9, 0x98, 0xe0, 0x35, 0x0a, 0x3e, 0xe1, 0x4d,
+ 0x71, 0x67, 0xb0, 0x6a, 0x25, 0x2b, 0x93, 0x1a, 0xb4, 0x1a, 0x4e, 0xa3,
+ 0xe1, 0x94, 0x52, 0x0b, 0x58, 0xed, 0x68, 0x1a, 0xae, 0x87, 0x88, 0x8b,
+ 0xe7, 0x20, 0x73, 0x4a, 0xfc, 0x40, 0x57, 0xbe, 0x18, 0xb8, 0x53, 0xa4,
+ 0xe6, 0x74, 0xfb, 0x9c, 0x2e, 0xb9, 0x0e, 0xf1, 0x0b, 0xbf, 0xf8, 0x25,
+ 0x64, 0x06, 0x2e, 0xcd, 0x3f, 0x60, 0x8a, 0x93, 0xf8, 0x29, 0xb8, 0x15,
+ 0x49, 0xd9, 0x28, 0x7f, 0x8c, 0x49, 0x98, 0x07, 0x4e, 0xa6, 0xed, 0x88,
+ 0xee, 0xa3, 0xc5, 0xe3, 0x39, 0xe3, 0x49, 0x21, 0xe6, 0x5a, 0xe4, 0xb9,
+ 0xa8, 0xeb, 0x49, 0xd0, 0x19, 0xdb, 0x1e, 0x3a, 0x3a, 0x81, 0x01, 0x8d,
+ 0x2b, 0x67, 0xfb, 0xf1, 0x0c, 0x36, 0xac, 0x6c, 0x71, 0xf0, 0xa4, 0xad,
+ 0xa4, 0xdc, 0xf4, 0xf2, 0x8e, 0x63, 0x65, 0xef, 0xbf, 0x41, 0x4c, 0xde,
+ 0xbf, 0x70, 0x4e, 0xa7, 0xe4, 0x51, 0x77, 0xf9, 0xcb, 0x89, 0xcc, 0x21,
+ 0x35, 0xc7, 0x95, 0xd2, 0x3f, 0x07, 0xbd, 0x0b, 0x5e, 0x8b, 0xcb, 0x2a,
+ 0xdb, 0x22, 0x36, 0xf2, 0x08, 0xee, 0xad, 0x41, 0xa0, 0x22, 0x25, 0x32,
+ 0xb4, 0x7c, 0xa7, 0xc4, 0x86, 0x96, 0xef, 0x42, 0x17, 0x5c, 0x68, 0xc3,
+ 0x45, 0x2e, 0xb8, 0xc8, 0x86, 0xeb, 0xb8, 0xe0, 0x3a, 0x36, 0x5c, 0xd7,
+ 0x05, 0xd7, 0xb5, 0xe1, 0x7a, 0x2e, 0xb8, 0x2a, 0x5e, 0x34, 0x5e, 0x11,
+ 0x35, 0xea, 0x2b, 0xdf, 0x29, 0xf5, 0x95, 0xef, 0x42, 0x17, 0x5c, 0x68,
+ 0xc3, 0x45, 0x2e, 0xb8, 0xc8, 0x86, 0xeb, 0xb8, 0xe0, 0xac, 0xb8, 0xd8,
+ 0x06, 0x87, 0xca, 0x5b, 0x3b, 0x5e, 0xb7, 0xc1, 0xa5, 0x0a, 0x6b, 0xc5,
+ 0xed, 0x36, 0x38, 0x55, 0x61, 0xad, 0xf8, 0xdd, 0x06, 0xb7, 0x2a, 0xac,
+ 0x93, 0x5f, 0x3b, 0x96, 0xb7, 0xd1, 0x47, 0xca, 0x5b, 0x3b, 0xa6, 0xb7,
+ 0xd1, 0x4f, 0xca, 0x5b, 0x3b, 0xb6, 0x37, 0xc2, 0x5a, 0xf1, 0xbd, 0xe1,
+ 0xad, 0x1d, 0xe3, 0x1b, 0x61, 0x71, 0x67, 0x38, 0x82, 0xeb, 0x16, 0xc9,
+ 0x5e, 0xca, 0x96, 0xe0, 0x64, 0xca, 0x73, 0x72, 0xc2, 0xed, 0x4a, 0x9a,
+ 0x5a, 0xa7, 0x98, 0x70, 0xbd, 0xba, 0x95, 0xc5, 0xde, 0xa3, 0xdf, 0x2f,
+ 0x58, 0xa5, 0x77, 0xff, 0xb2, 0x10, 0x51, 0xd2, 0xd0, 0xd3, 0x3d, 0xcd,
+ 0x03, 0xbc, 0xbb, 0xa1, 0x64, 0xd4, 0xc4, 0x94, 0xed, 0x32, 0x16, 0x40,
+ 0x01, 0x85, 0xaa, 0x0b, 0x6b, 0x5c, 0xc0, 0x75, 0xdf, 0x5d, 0xc8, 0xa5,
+ 0xe9, 0xa4, 0x83, 0x73, 0x29, 0x18, 0x2e, 0x80, 0x0e, 0xdd, 0xc9, 0x43,
+ 0x9b, 0x77, 0xa1, 0x85, 0x7e, 0x08, 0xb8, 0xa7, 0xb5, 0x16, 0xe4, 0x80,
+ 0xa6, 0x08, 0xf4, 0xc8, 0x3b, 0xde, 0xc3, 0xab, 0xd7, 0x46, 0x4d, 0x29,
+ 0x63, 0x48, 0x6d, 0x4d, 0xd1, 0x08, 0x04, 0x35, 0xc5, 0x5b, 0x9f, 0x93,
+ 0x64, 0x8a, 0x2b, 0x34, 0xa3, 0x08, 0x79, 0x53, 0x90, 0x4f, 0xf8, 0xb8,
+ 0xfd, 0xff, 0xd9, 0x76, 0x00, 0x17, 0x1f, 0xd1, 0x0e, 0xa2, 0xaa, 0xe4,
+ 0xf4, 0x80, 0x8a, 0xca, 0x9d, 0xd6, 0x36, 0x3c, 0x39, 0x06, 0x45, 0x85,
+ 0x50, 0x57, 0x09, 0x56, 0xd6, 0x5d, 0xcc, 0xd6, 0xd7, 0x6e, 0xeb, 0x75,
+ 0xbf, 0xfb, 0x93, 0xbc, 0x2f, 0x3b, 0x17, 0xbb, 0xc8, 0x34, 0x47, 0xba,
+ 0x70, 0x18, 0x82, 0x61, 0x14, 0x96, 0xb8, 0x78, 0x54, 0xe9, 0xbc, 0x2a,
+ 0x7e, 0xc0, 0xb3, 0x5b, 0x5e, 0x26, 0x36, 0x77, 0xa1, 0xb8, 0x84, 0x65,
+ 0xd5, 0x95, 0x51, 0xf9, 0x41, 0xf8, 0xe2, 0x54, 0xc9, 0x0c, 0x79, 0xab,
+ 0x29, 0xed, 0xa0, 0x15, 0x73, 0x90, 0x34, 0x28, 0x46, 0x5c, 0x20, 0xdd,
+ 0xb4, 0x18, 0xb8, 0xfe, 0x95, 0x5e, 0x71, 0x07, 0x08, 0x50, 0x70, 0xe1,
+ 0x37, 0x64, 0x05, 0x91, 0x0e, 0xf1, 0x15, 0x04, 0x35, 0x3d, 0x87, 0x60,
+ 0x0f, 0x02, 0x02, 0x74, 0x18, 0x3a, 0x27, 0xdf, 0xf8, 0x9a, 0x51, 0x85,
+ 0xd6, 0xf4, 0xa6, 0x91, 0x82, 0xd1, 0x60, 0x7b, 0x26, 0xbc, 0x88, 0x8f,
+ 0xf8, 0x8d, 0xc4, 0x73, 0xd2, 0x6b, 0x61, 0x39, 0x07, 0xef, 0x4d, 0xa6,
+ 0x6e, 0x54, 0x57, 0x20, 0x84, 0xef, 0x16, 0x2c, 0xb9, 0xaf, 0xe9, 0xf8,
+ 0x67, 0x37, 0xe0, 0x01, 0xf4, 0x41, 0x7d, 0xce, 0x99, 0xaa, 0x29, 0xc2,
+ 0xff, 0xbc, 0x7f, 0x92, 0x77, 0x82, 0x65, 0xd4, 0x1f, 0x9e, 0xa3, 0xa6,
+ 0x08, 0xfa, 0x61, 0xab, 0xc5, 0x80, 0x51, 0xee, 0xef, 0x9e, 0xc0, 0xaa,
+ 0x00, 0x36, 0x6b, 0xf8, 0x42, 0x1f, 0x78, 0x82, 0x2b, 0xa9, 0x96, 0x40,
+ 0x8e, 0x9a, 0x02, 0x72, 0x4f, 0xf6, 0xc5, 0x77, 0x60, 0xe1, 0x0d, 0x53,
+ 0x67, 0x68, 0x27, 0xcf, 0xd4, 0x2d, 0x9e, 0x24, 0xa4, 0x64, 0x0c, 0x83,
+ 0xc6, 0x47, 0x79, 0xf2, 0xfa, 0x2d, 0x2a, 0xe7, 0x25, 0xe0, 0xbd, 0x66,
+ 0xff, 0x7f, 0xa5, 0x78, 0x1f, 0x6e, 0x4b, 0x6f, 0x72, 0x99, 0x57, 0x05,
+ 0x3c, 0x19, 0x31, 0x29, 0x0c, 0xfa, 0xa5, 0x91, 0x8b, 0x1a, 0x57, 0x91,
+ 0x26, 0xe4, 0xca, 0xfd, 0x10, 0xe3, 0x71, 0x97, 0xd9, 0x6a, 0x07, 0xe9,
+ 0x7d, 0x5a, 0x90, 0x19, 0x7e, 0x0f, 0x22, 0x47, 0x90, 0x2e, 0x32, 0xa1,
+ 0xb7, 0x6f, 0x03, 0x8c, 0x99, 0x38, 0xa3, 0x04, 0x6d, 0xe0, 0x05, 0x0e,
+ 0x37, 0xf1, 0xa9, 0xd9, 0x60, 0x14, 0x65, 0x98, 0x62, 0x0c, 0x6e, 0xb4,
+ 0x2d, 0x67, 0x69, 0x49, 0xb9, 0x17, 0x27, 0xd0, 0x89, 0x69, 0x81, 0xe9,
+ 0xbd, 0x04, 0xbd, 0x82, 0x77, 0x30, 0xab, 0xd1, 0x92, 0xf5, 0x6e, 0xbd,
+ 0x50, 0x2a, 0xf9, 0x90, 0x84, 0x23, 0xe1, 0x2f, 0xeb, 0xb2, 0x21, 0x09,
+ 0x4f, 0x11, 0xca, 0x85, 0x84, 0x57, 0xb5, 0xaa, 0xa4, 0x47, 0xd5, 0x15,
+ 0xe0, 0x1d, 0xcd, 0xff, 0x7b, 0x93, 0x34, 0x49, 0x2d, 0x36, 0xd3, 0x1c,
+ 0x82, 0x95, 0xb1, 0xdd, 0xd9, 0xed, 0xb3, 0x9f, 0x6d, 0xfe, 0xbb, 0xcd,
+ 0x7e, 0x0f, 0x60, 0x5d, 0x1d, 0xee, 0x0e, 0xf1, 0x75, 0x0b, 0x7f, 0xb7,
+ 0x5c, 0x15, 0xf6, 0x8d, 0x31, 0x08, 0xbe, 0x0f, 0xd2, 0xcf, 0x27, 0x22,
+ 0x79, 0x05, 0x53, 0xdf, 0xa7, 0xd0, 0x65, 0x4c, 0x35, 0xd6, 0x89, 0xb8,
+ 0xc0, 0x95, 0x71, 0x51, 0xbb, 0xda, 0xdf, 0x0d, 0xf6, 0x4a, 0x8a, 0xda,
+ 0x60, 0x5c, 0xe4, 0xa1, 0x00, 0x18, 0x50, 0xeb, 0x2a, 0x73, 0x1e, 0x3a,
+ 0x9f, 0x48, 0xf2, 0x18, 0x2d, 0x44, 0xcb, 0xe8, 0xb4, 0x5d, 0xe5, 0xef,
+ 0xd9, 0x8f, 0x17, 0x9f, 0xc9, 0xbf, 0x8f, 0x1f, 0x47, 0x99, 0xae, 0x7e,
+ 0x6a, 0xce, 0x35, 0x48, 0x55, 0x43, 0xdb, 0x10, 0xa9, 0x35, 0x27, 0xe0,
+ 0x64, 0x0b, 0x33, 0xf4, 0x6e, 0xf0, 0x2e, 0xcf, 0x56, 0x4b, 0x25, 0x89,
+ 0x10, 0x9e, 0x7e, 0x14, 0x77, 0x31, 0x57, 0xee, 0x71, 0x3d, 0x92, 0x61,
+ 0x11, 0x50, 0x95, 0xb2, 0x99, 0x08, 0xbf, 0x2f, 0x13, 0xa1, 0x93, 0x89,
+ 0xe8, 0xfb, 0x32, 0x11, 0x39, 0x99, 0xe8, 0x7c, 0x5f, 0x26, 0x3a, 0x4e,
+ 0x26, 0xba, 0xdf, 0x97, 0x89, 0xae, 0x93, 0x89, 0xde, 0xf7, 0x65, 0xa2,
+ 0xe7, 0x64, 0xa2, 0xff, 0x7d, 0x99, 0xe8, 0x3b, 0x99, 0x18, 0x7c, 0x5f,
+ 0x26, 0x06, 0x4e, 0x26, 0x86, 0xdf, 0x97, 0x89, 0xa1, 0x7b, 0xb2, 0x6a,
+ 0x7d, 0xe7, 0xd9, 0xaa, 0xe5, 0x66, 0xe3, 0x7b, 0x4f, 0x9a, 0xee, 0x59,
+ 0xb3, 0xfd, 0x9d, 0xa7, 0xcd, 0x36, 0x85, 0x32, 0x5d, 0x3e, 0xcc, 0xdb,
+ 0xe8, 0xe5, 0x5e, 0x15, 0x1e, 0xa3, 0x7f, 0xaf, 0x12, 0xf4, 0x08, 0x4e,
+ 0xbf, 0x33, 0xc8, 0xa6, 0x87, 0xf6, 0x4e, 0x72, 0x06, 0xde, 0xad, 0xb0,
+ 0xc1, 0xee, 0x78, 0x3c, 0x95, 0x01, 0x42, 0x99, 0x62, 0x06, 0x66, 0x30,
+ 0x7c, 0x7c, 0x29, 0xe2, 0x27, 0xf2, 0x90, 0x38, 0x49, 0x39, 0x7e, 0x45,
+ 0x96, 0xbb, 0x12, 0xc3, 0x4d, 0x38, 0x57, 0x7c, 0x25, 0xae, 0x0f, 0x44,
+ 0x00, 0x25, 0x4d, 0x85, 0x07, 0xf1, 0x13, 0xde, 0xf3, 0xb4, 0xf8, 0xca,
+ 0xcc, 0x6d, 0x31, 0x46, 0x61, 0xe4, 0x74, 0x80, 0x65, 0xb8, 0x85, 0x85,
+ 0xae, 0x9a, 0xd2, 0xc0, 0x45, 0x56, 0xcd, 0x05, 0x45, 0xb9, 0x50, 0xae,
+ 0x3d, 0x4e, 0xe2, 0x39, 0x1c, 0x54, 0x29, 0x8d, 0xf1, 0x30, 0xd7, 0x12,
+ 0x1a, 0xca, 0x56, 0xa9, 0x1c, 0x00, 0x28, 0x90, 0x16, 0xb6, 0x4b, 0x5c,
+ 0x1a, 0x9b, 0x1c, 0xcc, 0x70, 0x99, 0x71, 0x95, 0x46, 0xb4, 0x19, 0x5c,
+ 0xcf, 0x52, 0x8a, 0xc8, 0x16, 0x68, 0xd2, 0x12, 0x09, 0x63, 0xde, 0x4b,
+ 0x4d, 0xf5, 0x2d, 0x5e, 0x7b, 0xab, 0x70, 0xf8, 0xdd, 0x75, 0x0c, 0xbd,
+ 0x42, 0x7a, 0x76, 0xa6, 0x68, 0xaf, 0x14, 0x9d, 0x4a, 0x36, 0x9e, 0x72,
+ 0x85, 0x0e, 0xba, 0x44, 0x2d, 0x6f, 0x3a, 0xc5, 0x0b, 0xa9, 0xcf, 0x2a,
+ 0x90, 0x7d, 0xf1, 0x95, 0xa8, 0x1c, 0x82, 0x19, 0x25, 0xc2, 0x3d, 0x88,
+ 0x3d, 0xb8, 0x11, 0x21, 0x1b, 0xb0, 0x50, 0xef, 0x49, 0x28, 0xc2, 0x55,
+ 0xf5, 0x6a, 0x85, 0xcd, 0xf4, 0x32, 0x17, 0xf2, 0x1f, 0x1b, 0x20, 0x87,
+ 0x5f, 0x24, 0xcc, 0xe1, 0xbf, 0x96, 0x30, 0x87, 0xdf, 0x5e, 0x98, 0xc3,
+ 0xef, 0x2c, 0xcc, 0xe1, 0x77, 0x17, 0xe6, 0xf0, 0x8b, 0x84, 0x39, 0xfc,
+ 0x12, 0x61, 0x8e, 0xbe, 0x48, 0x98, 0xa3, 0x7f, 0x2d, 0x61, 0x8e, 0xbe,
+ 0xbd, 0x30, 0x47, 0xdf, 0x59, 0x98, 0xa3, 0xef, 0x2e, 0xcc, 0xd1, 0x17,
+ 0x09, 0x73, 0xf4, 0x25, 0xc2, 0xdc, 0xf9, 0x22, 0x61, 0xee, 0xfc, 0x6b,
+ 0x09, 0x73, 0xe7, 0xdb, 0x0b, 0x73, 0xe7, 0x3b, 0x0b, 0x73, 0xe7, 0xbb,
+ 0x0b, 0x73, 0xe7, 0x8b, 0x84, 0xb9, 0xf3, 0x4c, 0x61, 0xc6, 0xdb, 0xc3,
+ 0xe9, 0x35, 0x5d, 0x49, 0x04, 0x77, 0x1d, 0xfc, 0x31, 0x22, 0xef, 0xca,
+ 0xea, 0xfb, 0x32, 0x89, 0x31, 0x82, 0xc9, 0x39, 0xfc, 0xb5, 0xbe, 0x8a,
+ 0x4b, 0xc7, 0xef, 0xe1, 0xaf, 0xf1, 0x15, 0x93, 0xba, 0x55, 0xf4, 0x4d,
+ 0xbb, 0x33, 0x7d, 0xe0, 0xe1, 0x02, 0x30, 0xe1, 0x2f, 0x37, 0x85, 0xca,
+ 0x6b, 0x03, 0xc2, 0xd3, 0x53, 0x38, 0x2c, 0x51, 0x1c, 0x19, 0x7e, 0xc6,
+ 0xcf, 0xaf, 0xf4, 0xab, 0x77, 0xa1, 0xf0, 0x9e, 0x73, 0x32, 0x8b, 0x97,
+ 0x18, 0x05, 0x91, 0x2c, 0xa9, 0x78, 0xa9, 0x19, 0xef, 0x95, 0xf2, 0xb3,
+ 0x02, 0x49, 0x9d, 0x7d, 0x9c, 0x43, 0x88, 0x37, 0x3a, 0x5d, 0x87, 0x08,
+ 0x0e, 0xd3, 0x38, 0x85, 0x83, 0x68, 0xb4, 0xd7, 0x8f, 0xd3, 0x7c, 0xbc,
+ 0xa2, 0xd8, 0xed, 0xbc, 0x32, 0xd0, 0x10, 0xd7, 0x65, 0x56, 0xca, 0xc6,
+ 0x20, 0xd6, 0x95, 0x0b, 0xfa, 0x1c, 0x10, 0xaf, 0x7e, 0x73, 0x40, 0x6c,
+ 0x17, 0x0b, 0x90, 0x9f, 0x5a, 0xbf, 0x8b, 0x97, 0xe2, 0xf2, 0xed, 0x11,
+ 0x1b, 0xb1, 0xfc, 0xc6, 0x86, 0xeb, 0x13, 0xbf, 0x5e, 0xe3, 0xfa, 0x14,
+ 0xd6, 0x60, 0x85, 0x5e, 0xac, 0xa8, 0x06, 0x2b, 0xf2, 0x62, 0x75, 0x6a,
+ 0xb0, 0x3a, 0x5e, 0xac, 0x6e, 0x0d, 0x56, 0xd7, 0x8b, 0xd5, 0xab, 0xc1,
+ 0xea, 0x79, 0xb1, 0xfa, 0x35, 0x58, 0x7d, 0x2f, 0xd6, 0xa0, 0x06, 0x6b,
+ 0xe0, 0xc5, 0x1a, 0xd6, 0x60, 0x0d, 0xfd, 0xbd, 0xdc, 0xaa, 0xeb, 0xe6,
+ 0x96, 0x1f, 0xaf, 0x56, 0x3c, 0xfc, 0xf2, 0xd1, 0xae, 0x13, 0x90, 0xb6,
+ 0x5f, 0x42, 0xda, 0x75, 0x22, 0xd2, 0xf6, 0xcb, 0x48, 0xbb, 0x4e, 0x48,
+ 0xda, 0x7e, 0x29, 0x69, 0xd7, 0x89, 0x49, 0xdb, 0x2f, 0x27, 0xed, 0x3a,
+ 0x41, 0x69, 0xfb, 0x25, 0xa5, 0x5d, 0x27, 0x2a, 0x6d, 0xbf, 0xac, 0xb4,
+ 0xeb, 0x84, 0xa5, 0xed, 0x96, 0x96, 0xab, 0xcc, 0xd3, 0x79, 0x57, 0x99,
+ 0x67, 0x64, 0x5f, 0x65, 0x9e, 0x6e, 0x63, 0x18, 0xee, 0x3e, 0xbb, 0xca,
+ 0x3c, 0x1d, 0xc6, 0x30, 0xdc, 0xbd, 0x75, 0x95, 0x79, 0xba, 0x8a, 0x61,
+ 0xb8, 0xfb, 0xe9, 0x2a, 0xf3, 0x74, 0x12, 0xc3, 0x70, 0xf7, 0xd0, 0x55,
+ 0xe6, 0xe9, 0x1e, 0x86, 0xe1, 0xee, 0x9b, 0xab, 0xcc, 0xd3, 0x31, 0x0c,
+ 0xc3, 0xdd, 0x2b, 0x57, 0x99, 0xa7, 0x4b, 0x18, 0x86, 0xaf, 0x3f, 0x3c,
+ 0x63, 0x97, 0x61, 0xb8, 0x47, 0x2e, 0xeb, 0x41, 0xcf, 0xb8, 0x85, 0x2e,
+ 0x74, 0x8f, 0x5a, 0x86, 0x53, 0xd3, 0xed, 0xbe, 0x7e, 0xf7, 0x8d, 0x57,
+ 0xc0, 0xf1, 0xf5, 0xbc, 0x6f, 0xac, 0x02, 0x8e, 0xaf, 0xef, 0x7d, 0xe3,
+ 0x14, 0x70, 0x7c, 0xbd, 0xef, 0x1b, 0xa3, 0x80, 0xe3, 0xeb, 0x7f, 0xdf,
+ 0xf8, 0x04, 0x1c, 0x9f, 0x04, 0xf8, 0xc6, 0x26, 0xe0, 0xf8, 0x64, 0xc0,
+ 0x37, 0x2e, 0x01, 0x67, 0x40, 0xae, 0x8b, 0xa3, 0x78, 0x8e, 0xd1, 0xc4,
+ 0x2f, 0x92, 0x22, 0x9b, 0xdd, 0x27, 0x9e, 0x4c, 0xc3, 0x18, 0xef, 0x2b,
+ 0x9e, 0x17, 0x77, 0xf1, 0xb4, 0xc4, 0xb0, 0xfd, 0xf9, 0x5c, 0xc6, 0x69,
+ 0xaa, 0x02, 0x83, 0x93, 0x2d, 0x12, 0x43, 0xcf, 0xfd, 0x5c, 0x39, 0x48,
+ 0xf3, 0xdc, 0x43, 0xb3, 0x99, 0x1a, 0x6e, 0x3c, 0x5b, 0x8a, 0x40, 0xb1,
+ 0x55, 0xbc, 0x32, 0x71, 0xeb, 0x51, 0xc9, 0x21, 0x05, 0x5a, 0x4e, 0xf0,
+ 0x90, 0xa4, 0x39, 0x06, 0xc1, 0x00, 0x63, 0xa8, 0x70, 0xc8, 0x60, 0x6c,
+ 0x71, 0x37, 0x35, 0x3d, 0xa4, 0x04, 0x4f, 0xb7, 0x37, 0x7b, 0x88, 0x9f,
+ 0x0a, 0xc1, 0x36, 0x05, 0xfd, 0x9e, 0x2d, 0x91, 0x55, 0xe2, 0x4f, 0xc4,
+ 0x2c, 0x34, 0xae, 0x56, 0x73, 0xcd, 0x69, 0xbc, 0xa2, 0x7b, 0xe2, 0x74,
+ 0xa6, 0xa9, 0x96, 0x82, 0x8e, 0x81, 0xca, 0x45, 0x49, 0xdc, 0x9c, 0x2c,
+ 0x32, 0x3a, 0xf5, 0x46, 0xbf, 0x72, 0xc8, 0x0d, 0x53, 0x40, 0xc2, 0xaa,
+ 0x39, 0x46, 0xc9, 0x04, 0x6e, 0x96, 0xd9, 0xb2, 0xc0, 0x9b, 0x90, 0xc2,
+ 0x2b, 0x82, 0x47, 0x93, 0xde, 0xdd, 0xa5, 0xc0, 0xca, 0x6e, 0x26, 0x92,
+ 0xc5, 0x6d, 0x2c, 0x23, 0xa0, 0xee, 0x8d, 0x30, 0xa7, 0x3a, 0xdc, 0x29,
+ 0x85, 0xcc, 0xf2, 0x2a, 0x4b, 0x08, 0x97, 0xd4, 0x71, 0xe5, 0x8a, 0x08,
+ 0x77, 0x93, 0xdd, 0x22, 0x71, 0xd6, 0x9e, 0x78, 0x60, 0x49, 0x51, 0x9b,
+ 0x47, 0x9c, 0x1a, 0x85, 0x17, 0x1a, 0x5f, 0x82, 0x4b, 0x9f, 0x9b, 0x3b,
+ 0x8b, 0x29, 0x81, 0xe9, 0x8a, 0x0c, 0x5c, 0x79, 0x09, 0x12, 0xeb, 0x1e,
+ 0xbe, 0x2b, 0x7f, 0x56, 0x8a, 0x42, 0xab, 0x05, 0xa9, 0xaa, 0x1e, 0xd8,
+ 0x76, 0x03, 0x4e, 0x4b, 0xf9, 0xf6, 0x90, 0x47, 0xdd, 0xbc, 0x2f, 0x76,
+ 0xc1, 0x5d, 0x73, 0x15, 0xcf, 0x5e, 0x69, 0x9e, 0x7e, 0x50, 0xf4, 0xdf,
+ 0x62, 0x8c, 0x2f, 0x40, 0x69, 0xb6, 0x90, 0x29, 0x88, 0x2c, 0xc0, 0x35,
+ 0x6b, 0xfa, 0x40, 0xc7, 0xfb, 0x85, 0x7c, 0xa3, 0x1c, 0xd6, 0xf2, 0xc0,
+ 0x51, 0x40, 0x64, 0x22, 0x82, 0xe3, 0x22, 0x4c, 0xe5, 0xd1, 0xbb, 0x23,
+ 0x14, 0x70, 0xbf, 0x93, 0xad, 0xf0, 0xd7, 0x41, 0x57, 0x49, 0x29, 0xfd,
+ 0xe4, 0xdd, 0x40, 0x3e, 0x87, 0x10, 0xb4, 0x08, 0x74, 0xe8, 0xf3, 0x0c,
+ 0x77, 0x2d, 0x78, 0xd3, 0x96, 0x87, 0x32, 0x80, 0xa0, 0x0d, 0x98, 0x61,
+ 0x13, 0xfd, 0x2f, 0x67, 0xd9, 0x0d, 0x5c, 0x21, 0x88, 0x3f, 0x73, 0xa4,
+ 0xd3, 0x74, 0x41, 0x49, 0xd8, 0x2a, 0xcf, 0x09, 0xdc, 0x66, 0x16, 0x65,
+ 0x22, 0x93, 0x4e, 0x09, 0x9e, 0x8d, 0x2d, 0x17, 0x0f, 0xa2, 0x4e, 0xb1,
+ 0x66, 0x6e, 0x28, 0xb6, 0xae, 0x48, 0x14, 0x80, 0x97, 0x98, 0x57, 0xf3,
+ 0xa5, 0x60, 0x8d, 0xfd, 0xfc, 0x88, 0x81, 0x7d, 0x70, 0x4f, 0x05, 0xa3,
+ 0x9d, 0xf7, 0x2c, 0x06, 0x5e, 0x1d, 0xdf, 0xc5, 0xf3, 0x1b, 0x0c, 0x9c,
+ 0x1a, 0x8c, 0xc7, 0xbb, 0xc1, 0x15, 0x05, 0xbe, 0x0e, 0xf6, 0xb3, 0x82,
+ 0x75, 0xc2, 0xfb, 0x83, 0xf3, 0x2e, 0xee, 0x26, 0x62, 0x38, 0xa0, 0x9f,
+ 0xb3, 0x86, 0x4c, 0x29, 0x00, 0xab, 0x8c, 0x90, 0x0d, 0x59, 0x25, 0x83,
+ 0x0f, 0xff, 0x0f, 0xeb, 0x9d, 0x3c, 0xfb, 0x8c, 0x5c, 0x76, 0x76, 0x3b,
+ 0xf3, 0xb9, 0x68, 0x97, 0x3d, 0x59, 0x0b, 0x59, 0x53, 0x35, 0x80, 0x94,
+ 0x8c, 0x1d, 0x8e, 0xd9, 0x9d, 0xe4, 0xb5, 0x9d, 0x49, 0xf0, 0x52, 0x46,
+ 0x9a, 0x93, 0x41, 0x13, 0x24, 0xc7, 0x32, 0x5e, 0x42, 0x75, 0x53, 0x9b,
+ 0xf5, 0x90, 0x41, 0x0a, 0xf7, 0x3d, 0xe0, 0x21, 0x0a, 0x51, 0xd8, 0x1f,
+ 0x16, 0xaf, 0x38, 0x3f, 0x57, 0x28, 0x74, 0x07, 0xc9, 0x98, 0x46, 0xc6,
+ 0x15, 0xf8, 0xc6, 0xc2, 0x45, 0x17, 0xd6, 0x3b, 0x94, 0x69, 0xa7, 0x0a,
+ 0x07, 0x2b, 0xa9, 0xf3, 0xf8, 0x52, 0x94, 0x59, 0x00, 0x5c, 0xb1, 0x78,
+ 0x3a, 0x73, 0xec, 0x11, 0x9a, 0x34, 0xde, 0x9f, 0x1f, 0x9d, 0xcb, 0x5c,
+ 0x21, 0x0f, 0x14, 0xea, 0x81, 0xcd, 0x22, 0xb0, 0xff, 0x62, 0x5b, 0xe8,
+ 0x2a, 0x6e, 0x0f, 0xc5, 0x60, 0xba, 0xc3, 0x08, 0x81, 0xe8, 0xc3, 0x2a,
+ 0xe6, 0xaa, 0x6d, 0x79, 0x6d, 0xf0, 0x3a, 0x8f, 0x1f, 0xae, 0x69, 0xff,
+ 0x4d, 0xbe, 0x92, 0xd6, 0x6b, 0x72, 0x96, 0xb4, 0x5e, 0x87, 0x1e, 0xe8,
+ 0xd0, 0x09, 0x1d, 0x79, 0xa0, 0x23, 0x27, 0x74, 0xc7, 0x03, 0x8d, 0x19,
+ 0xfb, 0x92, 0x38, 0x47, 0xcf, 0x13, 0xca, 0xd8, 0x27, 0x9e, 0x28, 0x63,
+ 0x9f, 0x78, 0x0a, 0xf5, 0x6f, 0xa1, 0xfa, 0x2d, 0xd2, 0xbf, 0x45, 0xea,
+ 0xb7, 0x8e, 0xfe, 0x4d, 0x2b, 0xaf, 0xab, 0x7f, 0xeb, 0xaa, 0xdf, 0x7a,
+ 0xfa, 0xb7, 0x9e, 0xfa, 0xad, 0xaf, 0x7f, 0xeb, 0xab, 0xdf, 0x06, 0xfa,
+ 0x37, 0x9e, 0x25, 0xb3, 0x92, 0x62, 0x9c, 0x4a, 0x29, 0x8e, 0xfb, 0xa7,
+ 0x84, 0x07, 0x79, 0xca, 0x82, 0x5b, 0x08, 0x3c, 0xc6, 0xa7, 0x08, 0x8a,
+ 0x4f, 0x26, 0x44, 0x34, 0x53, 0x63, 0xc6, 0xc3, 0xec, 0x0e, 0x73, 0xcf,
+ 0x04, 0xe2, 0x89, 0x61, 0xdf, 0xd3, 0x5d, 0x01, 0xba, 0xa4, 0xc6, 0x26,
+ 0x50, 0x7e, 0x25, 0x4a, 0xcd, 0xdf, 0x05, 0xb3, 0x6e, 0x1c, 0xcc, 0x8d,
+ 0x8b, 0x62, 0x42, 0x44, 0x05, 0x20, 0x86, 0xa6, 0x84, 0x20, 0x40, 0xc5,
+ 0x8c, 0x02, 0x9d, 0xbd, 0x81, 0xa0, 0x65, 0xb8, 0x4c, 0x70, 0x87, 0x76,
+ 0xe9, 0x96, 0x35, 0x87, 0x08, 0xdd, 0x0b, 0x1c, 0xba, 0x45, 0x99, 0x2d,
+ 0xc5, 0x2c, 0xa9, 0xba, 0xf4, 0x89, 0xb0, 0x9b, 0x9b, 0x04, 0xf3, 0xaa,
+ 0x42, 0xed, 0x2e, 0x15, 0xee, 0xd5, 0xb8, 0x0a, 0x10, 0x49, 0x57, 0x7e,
+ 0x33, 0x92, 0xc7, 0xec, 0xe8, 0xf9, 0xe0, 0x68, 0xfd, 0x61, 0xe5, 0xc1,
+ 0x82, 0xc4, 0xb4, 0x8b, 0x5b, 0x0c, 0x95, 0x39, 0xc7, 0x8b, 0x78, 0x69,
+ 0x6e, 0x65, 0x9e, 0x51, 0x42, 0xe5, 0xca, 0x33, 0xd8, 0x69, 0x2a, 0x73,
+ 0x1a, 0xcd, 0x56, 0xf1, 0x41, 0x7a, 0x9b, 0x96, 0xf1, 0x4c, 0xc4, 0x8b,
+ 0x94, 0xc9, 0x60, 0xcd, 0xf7, 0x22, 0x25, 0xac, 0xf9, 0x3e, 0xf4, 0xc1,
+ 0x87, 0x6e, 0xf8, 0xc8, 0x07, 0x1f, 0xb9, 0xe1, 0x3b, 0x3e, 0xf8, 0x8e,
+ 0x1b, 0xbe, 0xeb, 0x83, 0xef, 0xba, 0xe1, 0x7b, 0x3e, 0xf8, 0x9e, 0x1b,
+ 0xbe, 0xef, 0x83, 0xef, 0xbb, 0xe1, 0x07, 0x3e, 0x78, 0xf4, 0x74, 0x88,
+ 0x17, 0x1f, 0x8b, 0xe2, 0x92, 0x49, 0x1c, 0x0f, 0x1d, 0x04, 0x3f, 0x13,
+ 0xbe, 0xdc, 0x81, 0x67, 0x1c, 0xe4, 0x66, 0xd3, 0x82, 0xb2, 0x72, 0x5b,
+ 0x2e, 0x6c, 0x42, 0x47, 0x7b, 0x1f, 0x20, 0x41, 0x17, 0x86, 0xd7, 0x78,
+ 0x1b, 0x54, 0x01, 0xc0, 0x0b, 0x52, 0xa4, 0xda, 0xbb, 0xed, 0x1d, 0x80,
+ 0x09, 0x3e, 0x5e, 0x5e, 0x72, 0x6a, 0xe0, 0xca, 0xfa, 0x79, 0x79, 0xb7,
+ 0x83, 0x7e, 0x84, 0x3c, 0x27, 0x0c, 0x06, 0x46, 0xef, 0x76, 0xd9, 0x6b,
+ 0x61, 0x61, 0x06, 0xc1, 0x10, 0xf9, 0x3c, 0xab, 0x88, 0x9e, 0xca, 0x39,
+ 0x7f, 0x09, 0x31, 0xda, 0xd8, 0x42, 0x29, 0x93, 0x7e, 0x9e, 0x85, 0x6a,
+ 0xde, 0x4f, 0xa6, 0x0e, 0xfe, 0x9c, 0x27, 0x94, 0x83, 0x8c, 0xc7, 0x67,
+ 0x95, 0x41, 0xf9, 0x84, 0x71, 0xf0, 0x17, 0xba, 0xc6, 0xce, 0xfe, 0x3f,
+ 0x81, 0x90, 0x98, 0xa4, 0x8d, 0x77, 0xa3, 0x9f, 0x28, 0xb8, 0xd1, 0x55,
+ 0xf6, 0x94, 0x95, 0x31, 0xd3, 0x88, 0x46, 0x97, 0xaf, 0x53, 0xfa, 0xf6,
+ 0xff, 0xeb, 0x75, 0xd9, 0x47, 0x19, 0xb4, 0xb9, 0x52, 0x8d, 0xff, 0x3d,
+ 0x6c, 0x41, 0xd0, 0x41, 0xd6, 0x82, 0x10, 0x57, 0x3b, 0x29, 0x78, 0x56,
+ 0x6b, 0x3e, 0xe6, 0x79, 0xda, 0x56, 0x71, 0x65, 0x03, 0xc3, 0x88, 0xf8,
+ 0xd9, 0x71, 0x96, 0x3b, 0xfc, 0x4a, 0xe5, 0xda, 0x32, 0x00, 0x8d, 0xeb,
+ 0x1b, 0x6f, 0xf8, 0xcd, 0x33, 0xe6, 0xf0, 0x9b, 0x67, 0xdc, 0x11, 0x9e,
+ 0x7b, 0xec, 0xe1, 0x37, 0xcf, 0xf8, 0x23, 0x3c, 0xf7, 0x18, 0xc4, 0x6f,
+ 0x9e, 0x71, 0x48, 0x78, 0xee, 0xb1, 0x88, 0xdf, 0x3c, 0xe3, 0x91, 0xf0,
+ 0xdc, 0x63, 0x12, 0xbf, 0x79, 0xc6, 0x25, 0xe1, 0xb9, 0xc7, 0x26, 0x7e,
+ 0xf3, 0x8c, 0x4f, 0xc2, 0x73, 0x8f, 0x51, 0xfc, 0xe6, 0x19, 0xa7, 0x84,
+ 0x07, 0x63, 0x95, 0xad, 0x57, 0x55, 0xd8, 0x89, 0xba, 0x18, 0x20, 0x2e,
+ 0xc0, 0xcd, 0x42, 0x80, 0xb8, 0x28, 0x6c, 0x16, 0x01, 0x44, 0xa7, 0xf0,
+ 0x05, 0x01, 0x40, 0xbc, 0x84, 0x36, 0x8d, 0xff, 0xe1, 0x25, 0xb4, 0x69,
+ 0xf8, 0x0f, 0x9d, 0xd0, 0x73, 0xa3, 0x7f, 0x80, 0x6a, 0xd9, 0xac, 0x3b,
+ 0x9d, 0x90, 0x9b, 0xf5, 0xa7, 0x93, 0xc4, 0x66, 0x1d, 0x6a, 0x90, 0xf8,
+ 0x82, 0x1e, 0xf5, 0x53, 0xda, 0xb4, 0x4b, 0xfd, 0x94, 0x36, 0xed, 0x53,
+ 0x83, 0xd2, 0xb3, 0xe3, 0xf4, 0xcc, 0x6f, 0xe0, 0x86, 0x4b, 0xb3, 0x7e,
+ 0xf5, 0x01, 0x6f, 0x18, 0xad, 0xc7, 0x43, 0x65, 0xc3, 0x80, 0x3d, 0x16,
+ 0x95, 0x2f, 0x89, 0xd9, 0x53, 0x47, 0x6c, 0xe3, 0xb0, 0x3d, 0x75, 0xc4,
+ 0x36, 0x8e, 0xdc, 0x63, 0x11, 0x7b, 0x6e, 0x4f, 0x57, 0x36, 0x9a, 0x83,
+ 0xb4, 0xa0, 0xeb, 0x2a, 0x4a, 0x9b, 0xd6, 0x75, 0x7b, 0x23, 0xcc, 0xcd,
+ 0x64, 0xa0, 0x11, 0xc9, 0xcd, 0x04, 0x62, 0x0d, 0xc9, 0x2f, 0x90, 0x8e,
+ 0xe6, 0x94, 0x37, 0x15, 0x95, 0xe6, 0x94, 0x37, 0x95, 0x9b, 0x35, 0x94,
+ 0x9f, 0x2b, 0x44, 0x62, 0x63, 0x77, 0xbc, 0x98, 0x25, 0x32, 0x1e, 0xf0,
+ 0x88, 0x6d, 0x01, 0x17, 0x94, 0x60, 0xf9, 0x7c, 0x16, 0xf3, 0x7c, 0x89,
+ 0x5c, 0x9f, 0x53, 0xec, 0x84, 0x02, 0x77, 0x07, 0x72, 0x53, 0x73, 0xfb,
+ 0x20, 0x5e, 0x98, 0x59, 0xe5, 0x37, 0x19, 0xb1, 0x98, 0xbf, 0x29, 0x56,
+ 0x90, 0x60, 0x80, 0x1e, 0x28, 0xa1, 0x08, 0xdc, 0x6d, 0x83, 0xc0, 0x2c,
+ 0xe0, 0xef, 0x9a, 0x82, 0xf1, 0xab, 0x44, 0xbb, 0xdd, 0xaf, 0x22, 0x1f,
+ 0x20, 0x3a, 0xbd, 0xc2, 0x76, 0xe0, 0x86, 0x1b, 0xd3, 0x62, 0x7a, 0x0f,
+ 0x57, 0x7e, 0x95, 0x04, 0xe5, 0x76, 0x7b, 0x34, 0x61, 0xbf, 0xb2, 0x62,
+ 0x7a, 0xb9, 0xa4, 0xea, 0x88, 0xc8, 0x2e, 0x8b, 0xa7, 0xaf, 0xc5, 0xb1,
+ 0x11, 0x50, 0xe0, 0x98, 0x27, 0xbf, 0xfc, 0x85, 0xe7, 0x4a, 0xe4, 0x47,
+ 0xf5, 0x4a, 0x44, 0x80, 0xbb, 0x14, 0xbd, 0x1b, 0x84, 0x17, 0xcc, 0x0e,
+ 0x6e, 0x4e, 0x18, 0xca, 0x8c, 0xae, 0x35, 0x09, 0xcb, 0x90, 0x2f, 0x50,
+ 0x41, 0x73, 0xca, 0x4a, 0xd2, 0x2e, 0x61, 0x1d, 0xa5, 0xeb, 0x5e, 0x60,
+ 0xad, 0xd8, 0xd1, 0x0a, 0xc3, 0x1d, 0x58, 0x86, 0x9b, 0x2c, 0xbc, 0x9e,
+ 0x7e, 0x9e, 0xe4, 0x7f, 0xc0, 0xbd, 0xc3, 0x87, 0x15, 0xda, 0x09, 0x31,
+ 0xa5, 0xa1, 0x04, 0x11, 0x17, 0xa6, 0x20, 0x5e, 0xd5, 0xe7, 0x74, 0xc6,
+ 0x5f, 0x96, 0x39, 0xdb, 0x14, 0xcc, 0xf8, 0x95, 0x6c, 0xb6, 0xfd, 0xbb,
+ 0x9c, 0x25, 0xc9, 0x92, 0xee, 0x9a, 0x91, 0xed, 0xe4, 0xe8, 0xec, 0xf4,
+ 0x30, 0xe0, 0xb9, 0x86, 0x29, 0x01, 0x2f, 0x5e, 0x54, 0x84, 0x0b, 0x63,
+ 0x3c, 0xd4, 0xc2, 0xcb, 0x78, 0xc9, 0x76, 0xf4, 0x8f, 0x78, 0x57, 0x8f,
+ 0x87, 0x4f, 0xff, 0x98, 0xe6, 0x60, 0x26, 0xe6, 0x91, 0x4f, 0xaf, 0x53,
+ 0xac, 0x3f, 0xec, 0xfd, 0x8e, 0x0f, 0x28, 0x07, 0x13, 0x64, 0x43, 0x97,
+ 0x11, 0x90, 0x45, 0x5a, 0x74, 0x1b, 0xf1, 0xe6, 0x89, 0x52, 0x07, 0x7c,
+ 0xc2, 0x7d, 0x1e, 0x3e, 0x51, 0x5e, 0x9f, 0x89, 0xb0, 0x1f, 0xf2, 0xcd,
+ 0xa7, 0x1b, 0x3b, 0x05, 0xc3, 0x08, 0xbf, 0xd2, 0xc7, 0x49, 0xa4, 0xa5,
+ 0x9a, 0xf2, 0xb5, 0x6a, 0x63, 0x95, 0xb6, 0x93, 0x58, 0x59, 0x85, 0x7f,
+ 0x60, 0x1d, 0x09, 0xd9, 0xd4, 0x31, 0x0f, 0x31, 0x5e, 0x5b, 0x1b, 0x27,
+ 0xe9, 0xbd, 0xb0, 0x62, 0x73, 0x7f, 0x10, 0xd8, 0x83, 0x81, 0xe9, 0x48,
+ 0x66, 0xe7, 0x16, 0xa1, 0xdc, 0xa1, 0x3b, 0x29, 0x2c, 0x8f, 0xb8, 0x20,
+ 0x65, 0x97, 0xc5, 0x21, 0xe4, 0x1d, 0xc1, 0x03, 0x15, 0x43, 0xc6, 0xfe,
+ 0x16, 0x76, 0x74, 0xe0, 0x2a, 0x79, 0x5c, 0x42, 0x4c, 0x5d, 0x07, 0xb5,
+ 0xf0, 0xb9, 0xad, 0x1f, 0x7e, 0x51, 0xeb, 0x87, 0x5f, 0xb3, 0xf5, 0xc3,
+ 0xef, 0xd8, 0xfa, 0xe1, 0x57, 0x6d, 0xfd, 0xe8, 0xb9, 0xad, 0x1f, 0x7d,
+ 0x51, 0xeb, 0x47, 0x5f, 0xb3, 0xf5, 0xa3, 0xef, 0xd8, 0xfa, 0xd1, 0x57,
+ 0x6d, 0xfd, 0xce, 0x73, 0x5b, 0xbf, 0xf3, 0x45, 0xad, 0xdf, 0xf9, 0x9a,
+ 0xad, 0xdf, 0xf9, 0x8e, 0xad, 0xdf, 0xf9, 0xaa, 0xad, 0xdf, 0x7d, 0x6e,
+ 0xeb, 0x77, 0xbf, 0xa8, 0xf5, 0xbb, 0x5f, 0xb3, 0xf5, 0xbb, 0xdf, 0xb1,
+ 0xf5, 0xbb, 0x5f, 0xb5, 0xf5, 0x7b, 0xcf, 0x6d, 0xfd, 0xde, 0x17, 0xb5,
+ 0x7e, 0xef, 0x6b, 0xb6, 0x7e, 0xef, 0x3b, 0xb6, 0x7e, 0xef, 0xab, 0xb6,
+ 0x7e, 0xff, 0xb9, 0xad, 0xdf, 0xff, 0xa2, 0xd6, 0xef, 0x7f, 0xcd, 0xd6,
+ 0xef, 0x7f, 0xc7, 0xd6, 0xef, 0x7f, 0xd5, 0xd6, 0x1f, 0x3c, 0xb7, 0xf5,
+ 0x07, 0x5f, 0xd4, 0xfa, 0x83, 0xaf, 0xd9, 0xfa, 0x83, 0xef, 0xd8, 0xfa,
+ 0x83, 0x2f, 0x6a, 0xfd, 0x49, 0x39, 0x16, 0xb9, 0xa0, 0x97, 0x10, 0xea,
+ 0x92, 0x9c, 0x9b, 0x78, 0xce, 0x40, 0xbc, 0x98, 0xc0, 0xde, 0xf6, 0xdf,
+ 0x62, 0x74, 0x4b, 0xbe, 0xc9, 0x1e, 0x91, 0x97, 0x73, 0x00, 0x21, 0xcb,
+ 0x90, 0x85, 0xdd, 0x80, 0xe7, 0x73, 0x17, 0x11, 0x0b, 0xac, 0x50, 0x98,
+ 0x50, 0x6f, 0x35, 0x82, 0xa7, 0x56, 0x41, 0x71, 0xe8, 0x8a, 0xec, 0xee,
+ 0xda, 0x3c, 0x45, 0x4e, 0x9e, 0x06, 0x4e, 0x9e, 0x30, 0x40, 0xcb, 0x06,
+ 0x4c, 0xdd, 0xe6, 0x49, 0x95, 0x01, 0xc4, 0xe4, 0x8b, 0x9f, 0xe7, 0xf8,
+ 0xf8, 0xea, 0xfb, 0xdb, 0xea, 0x7c, 0x93, 0xb6, 0x3a, 0xf7, 0xb7, 0x92,
+ 0x0c, 0xac, 0x20, 0xce, 0xb6, 0x0b, 0x79, 0x34, 0x8d, 0x3e, 0x3c, 0x0e,
+ 0xae, 0x06, 0xfe, 0xd6, 0xb2, 0xb8, 0xaa, 0x6d, 0xad, 0xf3, 0xda, 0x76,
+ 0xda, 0x9c, 0xb3, 0xb6, 0x53, 0xb6, 0xda, 0xe1, 0x5b, 0xc6, 0x01, 0x26,
+ 0x7d, 0xdd, 0x4b, 0x73, 0xcd, 0x74, 0x65, 0x37, 0xa1, 0xc5, 0x25, 0xcf,
+ 0x42, 0x8c, 0xa9, 0xbe, 0x19, 0xa6, 0xb0, 0x4d, 0x38, 0xdb, 0xb3, 0xb5,
+ 0xdb, 0xea, 0xe2, 0x97, 0xc2, 0xc1, 0x9b, 0x53, 0xc6, 0xda, 0x51, 0x53,
+ 0xde, 0xa0, 0x21, 0x9f, 0xc1, 0x9c, 0xd6, 0xaa, 0x9d, 0xdd, 0xa1, 0x97,
+ 0x3d, 0xa7, 0xa8, 0xb5, 0x99, 0xa8, 0x8d, 0x78, 0x5c, 0xde, 0x0d, 0xdb,
+ 0x4d, 0x0d, 0xe7, 0xfb, 0xfc, 0x46, 0x73, 0x8a, 0x5a, 0x7b, 0xf0, 0xad,
+ 0xb8, 0x6a, 0xda, 0x5a, 0xfd, 0x9e, 0x8b, 0xaf, 0x7e, 0xef, 0x2d, 0x05,
+ 0x50, 0x19, 0x65, 0x73, 0xe9, 0x1e, 0xc1, 0x99, 0x3a, 0x8d, 0x67, 0xd3,
+ 0xd5, 0x82, 0x42, 0x46, 0x9a, 0x4c, 0xe1, 0xbc, 0x8f, 0xb9, 0xe7, 0xaa,
+ 0x1b, 0x52, 0x53, 0x88, 0xc6, 0x22, 0x02, 0xb1, 0x14, 0x10, 0xf2, 0xb6,
+ 0x0c, 0x5e, 0x8a, 0x7b, 0x21, 0x4b, 0xc3, 0x5e, 0xf8, 0xfb, 0x60, 0xb5,
+ 0x58, 0xce, 0x56, 0x8c, 0xe6, 0xe4, 0xf7, 0xc1, 0x0d, 0x78, 0x6f, 0x41,
+ 0x7c, 0x9d, 0x3c, 0xf9, 0xfd, 0x2b, 0x07, 0xeb, 0xce, 0x26, 0xed, 0x0f,
+ 0xfc, 0xac, 0xaf, 0x9f, 0x60, 0x54, 0x66, 0x79, 0x45, 0x52, 0x0c, 0x16,
+ 0xc9, 0xde, 0x95, 0x64, 0xa2, 0xc3, 0x3a, 0xc9, 0x9b, 0x57, 0x29, 0x65,
+ 0xaf, 0xc7, 0xcc, 0x73, 0xff, 0xde, 0xe9, 0xde, 0xfd, 0xdd, 0xc5, 0xe8,
+ 0xd0, 0xc9, 0xe8, 0x70, 0x3d, 0xa3, 0x35, 0x73, 0xce, 0x73, 0x39, 0x45,
+ 0x7f, 0xd7, 0x97, 0xff, 0xd1, 0xee, 0x22, 0xaf, 0xc1, 0x79, 0xc6, 0x3a,
+ 0x02, 0xee, 0x50, 0xcd, 0x13, 0x10, 0x95, 0x6c, 0x86, 0xfe, 0x04, 0x31,
+ 0x5b, 0x66, 0x64, 0x96, 0x57, 0xbd, 0x32, 0x43, 0xe7, 0xf0, 0x1a, 0xb2,
+ 0xe1, 0x75, 0x48, 0xbe, 0x46, 0x67, 0xe9, 0x6c, 0x53, 0x59, 0x06, 0x87,
+ 0xa4, 0x2f, 0x1a, 0x5d, 0x43, 0xa7, 0x28, 0x0c, 0x07, 0x4d, 0x99, 0x72,
+ 0x4e, 0x49, 0x35, 0x5c, 0x35, 0x1c, 0x5d, 0x51, 0xe4, 0x1a, 0x5d, 0xec,
+ 0x2d, 0x1b, 0xf5, 0xe8, 0x90, 0x29, 0xfa, 0x0f, 0x3c, 0x89, 0xd1, 0x03,
+ 0xb5, 0xb0, 0xb8, 0xe8, 0xb6, 0xc8, 0xa7, 0xa8, 0xca, 0x44, 0x8d, 0x70,
+ 0x90, 0xf9, 0x8f, 0x8d, 0x9a, 0xdb, 0x14, 0x2f, 0xce, 0x4d, 0x84, 0xfb,
+ 0x51, 0x1c, 0xc0, 0xb0, 0x9a, 0x49, 0xc7, 0xaf, 0x7c, 0x65, 0x76, 0xe1,
+ 0x38, 0x9e, 0x7f, 0xc8, 0x2e, 0x49, 0x60, 0x1c, 0xbc, 0x75, 0x5a, 0x6f,
+ 0xe0, 0xdf, 0x2e, 0xfc, 0xdb, 0xc3, 0x7f, 0x07, 0x5d, 0xc6, 0x6d, 0xe5,
+ 0x44, 0xcd, 0x47, 0xae, 0xca, 0x67, 0xca, 0x3d, 0x37, 0x79, 0xec, 0x26,
+ 0xc1, 0xa8, 0x47, 0x2a, 0xd1, 0x21, 0x5b, 0x7e, 0x5a, 0x64, 0xa5, 0xcd,
+ 0xe0, 0x25, 0x6b, 0x8f, 0x43, 0xaa, 0xa6, 0x8b, 0xc5, 0x36, 0xb2, 0xd8,
+ 0x43, 0x16, 0xf1, 0xdf, 0x41, 0x4f, 0x63, 0xf1, 0x7b, 0x36, 0xe7, 0xb2,
+ 0xd5, 0x0d, 0x5d, 0x6b, 0x35, 0x7b, 0xab, 0x09, 0x9f, 0x4c, 0xec, 0xd3,
+ 0x70, 0x38, 0x98, 0x39, 0x17, 0x9d, 0x43, 0x42, 0x28, 0x11, 0xe8, 0xf7,
+ 0x6b, 0x8b, 0x5f, 0x37, 0x74, 0xad, 0xd4, 0xec, 0x6d, 0x23, 0xce, 0xbc,
+ 0x63, 0xa2, 0x86, 0x35, 0x6d, 0x5c, 0xd4, 0x72, 0xf7, 0x79, 0x91, 0x8d,
+ 0x3f, 0x53, 0x89, 0x32, 0x11, 0xba, 0xde, 0xcd, 0x61, 0x1f, 0xba, 0x36,
+ 0x62, 0xcd, 0xf8, 0x07, 0x80, 0x15, 0xec, 0xb5, 0xdf, 0x84, 0xf5, 0xf3,
+ 0x38, 0xa0, 0xe3, 0x35, 0x46, 0x2c, 0x42, 0x30, 0x69, 0x2e, 0x4f, 0x8a,
+ 0xe7, 0xb2, 0xba, 0x55, 0xa9, 0xae, 0x3d, 0x2a, 0x59, 0xde, 0xa5, 0x1e,
+ 0xa7, 0xc0, 0xd1, 0xde, 0x80, 0xfb, 0x98, 0xef, 0xa7, 0x71, 0xb1, 0xcf,
+ 0x73, 0xb5, 0x72, 0x2f, 0x48, 0x99, 0xae, 0x7e, 0x87, 0xfc, 0xd3, 0x21,
+ 0x98, 0x57, 0x05, 0x8c, 0xbb, 0x0f, 0x04, 0x87, 0x2b, 0xbb, 0x70, 0x8a,
+ 0xb6, 0x03, 0x09, 0xf8, 0x5a, 0x3f, 0x09, 0x50, 0xf0, 0xe6, 0x55, 0x6e,
+ 0xbc, 0xf2, 0xbd, 0x0f, 0x65, 0x81, 0x2d, 0x20, 0x5a, 0x5f, 0x15, 0xf9,
+ 0x51, 0x05, 0xa2, 0xc8, 0x5f, 0x10, 0xc0, 0x4f, 0x2c, 0xd1, 0xe8, 0x09,
+ 0x2a, 0xa2, 0xf5, 0xe2, 0x82, 0x90, 0x42, 0xf5, 0x01, 0x0c, 0x2f, 0xdf,
+ 0x56, 0x97, 0xa7, 0x31, 0x6b, 0xdd, 0xc1, 0x43, 0x32, 0x9b, 0x5d, 0x2c,
+ 0xe7, 0xa2, 0x36, 0x67, 0x6c, 0x49, 0xa2, 0x11, 0x00, 0x49, 0xab, 0xe0,
+ 0x1a, 0x27, 0x26, 0x53, 0x99, 0x04, 0x97, 0x98, 0xe3, 0x8e, 0xed, 0xff,
+ 0x56, 0xcb, 0x02, 0xc3, 0xd2, 0xa1, 0xa3, 0x71, 0x89, 0x2b, 0x21, 0x44,
+ 0x98, 0x06, 0x3a, 0xea, 0xf5, 0x0a, 0xd8, 0x8b, 0xcd, 0x4a, 0x08, 0x8f,
+ 0xa6, 0x50, 0x1f, 0x9d, 0x5c, 0xbd, 0x86, 0x78, 0x65, 0xd2, 0x77, 0x14,
+ 0x62, 0x38, 0x43, 0xc3, 0x57, 0x11, 0x7b, 0xd5, 0x00, 0x69, 0xb3, 0x24,
+ 0xd7, 0xc8, 0x70, 0x57, 0xd4, 0x42, 0x75, 0x90, 0x16, 0xe1, 0x83, 0x97,
+ 0x89, 0xb8, 0x92, 0x2a, 0x6e, 0x71, 0x8b, 0xd3, 0x26, 0xca, 0x34, 0xff,
+ 0x1a, 0x33, 0xcd, 0x23, 0x75, 0xd0, 0x39, 0xe1, 0x88, 0xd0, 0xfa, 0x20,
+ 0xb2, 0x08, 0xce, 0x6e, 0xb3, 0x9c, 0xed, 0x6b, 0xe7, 0x14, 0x18, 0x78,
+ 0x56, 0x52, 0x78, 0x43, 0x47, 0x25, 0xcc, 0x54, 0x11, 0x8a, 0x0f, 0xea,
+ 0xd5, 0xb2, 0x80, 0x10, 0xa1, 0x88, 0x20, 0x5c, 0x44, 0xcd, 0xa8, 0x3d,
+ 0x6a, 0xa8, 0x50, 0xa2, 0xc8, 0x5e, 0x32, 0x41, 0x52, 0xc8, 0xf0, 0x5c,
+ 0xb0, 0xb2, 0x7b, 0x96, 0x3c, 0xf5, 0x9f, 0x91, 0xf0, 0x90, 0x24, 0x05,
+ 0x6a, 0x2c, 0x0b, 0x7b, 0x59, 0x24, 0x98, 0x68, 0xf6, 0x32, 0x61, 0x3d,
+ 0xc7, 0x84, 0x81, 0x53, 0x3a, 0xca, 0x72, 0x01, 0xf2, 0xca, 0x2e, 0xe7,
+ 0x9b, 0x94, 0x91, 0xc6, 0x6c, 0x16, 0xa0, 0xe8, 0xca, 0x8a, 0x2c, 0xb0,
+ 0xae, 0xe7, 0xcd, 0xa8, 0x85, 0xbc, 0xc3, 0x02, 0x44, 0x30, 0x66, 0x1d,
+ 0x79, 0x03, 0x2c, 0xd6, 0x69, 0x82, 0x03, 0x88, 0x0a, 0x6f, 0x77, 0x9d,
+ 0x74, 0xdb, 0x95, 0x14, 0x94, 0xc4, 0x66, 0x53, 0x54, 0xb1, 0x30, 0x97,
+ 0xda, 0x3c, 0x5e, 0xac, 0x44, 0xa6, 0x45, 0x53, 0x2a, 0xd5, 0x12, 0xbe,
+ 0x1d, 0xf5, 0x2b, 0xc8, 0x84, 0xe6, 0xae, 0x04, 0x25, 0x49, 0x93, 0xd9,
+ 0x3e, 0xbe, 0x42, 0x19, 0x5f, 0x93, 0x3e, 0xbc, 0xd9, 0x58, 0x7c, 0x31,
+ 0xcb, 0xa5, 0x5f, 0xac, 0xe0, 0xf3, 0x2b, 0x9d, 0xf6, 0x57, 0xa5, 0xcb,
+ 0xe7, 0x1a, 0x77, 0x73, 0xeb, 0x12, 0xb7, 0x79, 0x6b, 0x0b, 0xca, 0x5f,
+ 0x91, 0xea, 0x3c, 0x5e, 0x1e, 0xf2, 0x58, 0xb2, 0x18, 0xf2, 0x1a, 0x3d,
+ 0x5f, 0xb4, 0xa5, 0x03, 0xa7, 0x42, 0xbc, 0x3b, 0x33, 0x65, 0xeb, 0xf3,
+ 0x4d, 0xcc, 0x56, 0x48, 0x25, 0xc3, 0x72, 0xe5, 0x3a, 0x80, 0x57, 0xf5,
+ 0x79, 0xe2, 0x1a, 0x11, 0x9e, 0x56, 0x7a, 0x17, 0xf0, 0x10, 0xe8, 0x70,
+ 0x09, 0x80, 0xbc, 0xe0, 0x4b, 0x2b, 0x08, 0xbe, 0x72, 0x3f, 0x09, 0xe7,
+ 0x62, 0x2d, 0x77, 0x2a, 0xc3, 0x5b, 0x80, 0x1e, 0xce, 0x38, 0x78, 0x7a,
+ 0x1d, 0x17, 0xcb, 0x34, 0xc7, 0xfb, 0x35, 0x04, 0xff, 0x73, 0xa1, 0x97,
+ 0x81, 0xcb, 0x22, 0x2c, 0xa7, 0x55, 0x74, 0x0d, 0xf6, 0xea, 0xf3, 0x79,
+ 0x8c, 0x41, 0x32, 0xf9, 0x37, 0xbc, 0xa6, 0xc7, 0x2f, 0x9f, 0x89, 0xb9,
+ 0x5f, 0xfa, 0x19, 0x54, 0x88, 0xdc, 0x41, 0xbb, 0xba, 0x41, 0xc6, 0x0a,
+ 0x13, 0x77, 0x86, 0x18, 0x2e, 0xc8, 0x0a, 0x94, 0xcd, 0xa3, 0x7c, 0xf0,
+ 0x2b, 0x35, 0xd4, 0x76, 0xfc, 0xc2, 0xcd, 0x32, 0x63, 0x5b, 0x56, 0xe4,
+ 0x56, 0xce, 0xd0, 0x31, 0x93, 0xb4, 0x27, 0x08, 0x1e, 0xcb, 0x1a, 0x30,
+ 0x86, 0xc8, 0xb9, 0xe0, 0xe7, 0x8f, 0xac, 0x4f, 0xd2, 0x29, 0xe6, 0x75,
+ 0xd4, 0x97, 0x25, 0xba, 0xc6, 0x07, 0x01, 0x29, 0x0a, 0xee, 0xa4, 0x7d,
+ 0xc5, 0x63, 0xb9, 0xca, 0x3e, 0xfb, 0x24, 0xb4, 0x15, 0xac, 0x1b, 0x7c,
+ 0x52, 0x34, 0x13, 0x56, 0x52, 0xf2, 0x38, 0x66, 0x84, 0x12, 0x7e, 0x55,
+ 0x8c, 0xad, 0x4e, 0xb7, 0xb8, 0xaa, 0x4b, 0xa5, 0x23, 0x78, 0x49, 0xa1,
+ 0x29, 0x5e, 0xd1, 0xed, 0xb1, 0x39, 0x93, 0xef, 0x4a, 0x61, 0x58, 0x24,
+ 0x0f, 0xc1, 0x8c, 0x3c, 0x63, 0x14, 0x84, 0x3f, 0x71, 0x04, 0xb8, 0xfc,
+ 0x08, 0xfe, 0x12, 0x73, 0xbc, 0x37, 0x72, 0x87, 0xc9, 0x82, 0xf2, 0x98,
+ 0xa7, 0xf5, 0x56, 0xf5, 0x0e, 0x74, 0xb2, 0xa0, 0x84, 0x44, 0x4c, 0x82,
+ 0xe6, 0x70, 0xb5, 0xa1, 0x40, 0xef, 0xee, 0x02, 0x03, 0xb7, 0x72, 0x6f,
+ 0x1d, 0xbc, 0xb4, 0x5d, 0x15, 0x63, 0xea, 0x88, 0x59, 0x6e, 0x18, 0xf1,
+ 0xae, 0x32, 0x05, 0x1a, 0xd7, 0xef, 0x31, 0x68, 0x12, 0x55, 0x17, 0xb6,
+ 0x76, 0x15, 0xff, 0x21, 0x21, 0xec, 0x87, 0xac, 0x9d, 0x31, 0xbb, 0xc2,
+ 0x1e, 0x23, 0x5e, 0x29, 0x57, 0xc7, 0x8b, 0x60, 0xb5, 0xc0, 0xcb, 0x56,
+ 0xd3, 0xe0, 0xf6, 0x0d, 0x6c, 0x36, 0xf2, 0x79, 0x3c, 0x4b, 0xff, 0x4e,
+ 0x95, 0x18, 0xdf, 0x65, 0x9f, 0x41, 0x2f, 0x00, 0x2d, 0x10, 0xf8, 0x4e,
+ 0x45, 0x84, 0x5b, 0x54, 0x1c, 0x21, 0xb9, 0xd0, 0x07, 0xcc, 0x6e, 0xc0,
+ 0x08, 0xfd, 0x41, 0x55, 0x25, 0xb9, 0xc2, 0x45, 0xea, 0xa5, 0x72, 0x89,
+ 0x4f, 0x76, 0xd0, 0x24, 0x59, 0x26, 0x0b, 0x0c, 0x13, 0x03, 0x8b, 0x3a,
+ 0x0f, 0xb1, 0x01, 0x57, 0x4c, 0x79, 0x6f, 0x17, 0x4b, 0x18, 0xf6, 0x15,
+ 0x9b, 0xa7, 0xd5, 0x20, 0x87, 0x84, 0x05, 0xa9, 0x4f, 0xb7, 0x63, 0x0d,
+ 0xf3, 0x06, 0x1a, 0x07, 0x65, 0x45, 0xdc, 0xf9, 0xc3, 0x64, 0xc0, 0x64,
+ 0x48, 0xa0, 0xc0, 0x23, 0x4c, 0x23, 0xe6, 0x1a, 0xdf, 0x6c, 0x47, 0x5e,
+ 0x5e, 0x81, 0xa4, 0x0d, 0x78, 0x31, 0x88, 0xee, 0xab, 0xa8, 0x04, 0xaa,
+ 0x24, 0x9a, 0x20, 0xb2, 0xa4, 0xbe, 0xe9, 0xe2, 0x8a, 0x9d, 0x03, 0x8a,
+ 0x9c, 0xf9, 0x85, 0x8d, 0x40, 0xe1, 0xe0, 0x35, 0x0d, 0xc2, 0xdd, 0x56,
+ 0x35, 0x5d, 0xf1, 0x70, 0xe3, 0x55, 0x6e, 0x62, 0x5f, 0x91, 0x8a, 0x14,
+ 0xdd, 0x3c, 0x41, 0xec, 0xe5, 0x9f, 0x76, 0xd8, 0x20, 0x92, 0x44, 0xdb,
+ 0x8c, 0x28, 0x5e, 0xdb, 0xa5, 0xf4, 0x76, 0x6c, 0x40, 0x3d, 0x29, 0x0d,
+ 0x23, 0xee, 0xdd, 0x9e, 0xc6, 0x4b, 0xa6, 0x49, 0x54, 0x0d, 0x7a, 0x70,
+ 0x34, 0x3a, 0xe3, 0x97, 0x02, 0x44, 0xce, 0x2d, 0xda, 0xbd, 0xd0, 0x4d,
+ 0x49, 0xd6, 0x31, 0xca, 0xad, 0xc5, 0x31, 0xe4, 0x2e, 0x40, 0xb7, 0xaa,
+ 0x49, 0x75, 0xaf, 0x2f, 0x16, 0xf5, 0xad, 0x7a, 0x95, 0x1a, 0x07, 0x55,
+ 0xd4, 0x07, 0x14, 0x6f, 0x14, 0xdc, 0x7b, 0x56, 0xb1, 0xd5, 0x6a, 0x8e,
+ 0x82, 0xcd, 0xd5, 0x6c, 0x38, 0xe3, 0x98, 0xc5, 0xf3, 0x9b, 0x49, 0x4c,
+ 0x5b, 0x96, 0xcb, 0x6c, 0x95, 0x8f, 0x93, 0xe3, 0xc5, 0x24, 0xa1, 0x4c,
+ 0xe1, 0xe7, 0x77, 0x6c, 0xb6, 0x80, 0x19, 0x07, 0x0e, 0x6d, 0x6e, 0x56,
+ 0x85, 0x12, 0xa5, 0x38, 0x79, 0x54, 0x83, 0xc9, 0x60, 0x10, 0x6e, 0x06,
+ 0x47, 0xc4, 0x04, 0xd8, 0x98, 0xfb, 0x99, 0xb5, 0xfd, 0xc5, 0x84, 0x5f,
+ 0xb1, 0x98, 0xd0, 0x5f, 0x4c, 0xf4, 0x15, 0x8b, 0x89, 0xfc, 0xc5, 0x74,
+ 0xbe, 0x62, 0x31, 0x1d, 0x67, 0x31, 0xfb, 0x2b, 0xba, 0x0c, 0x22, 0x68,
+ 0xab, 0xe4, 0x36, 0x68, 0x7b, 0x46, 0x26, 0xdc, 0x88, 0x8c, 0xbb, 0x6d,
+ 0x19, 0x99, 0x68, 0x23, 0x32, 0xee, 0xb6, 0x63, 0x64, 0x3a, 0x1b, 0x91,
+ 0x81, 0xb6, 0x99, 0xc6, 0x8b, 0x36, 0xec, 0x0b, 0xf7, 0xc6, 0x67, 0x53,
+ 0xdc, 0xac, 0x1c, 0x41, 0xb2, 0x77, 0xd5, 0x89, 0x4f, 0x5c, 0xed, 0xc6,
+ 0xf5, 0x6e, 0xaa, 0xa3, 0x2c, 0xd6, 0x62, 0x2c, 0x08, 0x21, 0xb4, 0xca,
+ 0x08, 0xd7, 0x95, 0x11, 0x9a, 0x65, 0x78, 0x31, 0x58, 0x19, 0x2f, 0x5e,
+ 0xfc, 0x2e, 0xe0, 0x59, 0x29, 0xc0, 0xe0, 0xc0, 0x96, 0xb0, 0xf7, 0xc9,
+ 0x6c, 0x79, 0xb8, 0x98, 0xb0, 0xf7, 0xa3, 0xb3, 0x0f, 0x47, 0xc7, 0xef,
+ 0xae, 0x0f, 0x0e, 0x8f, 0x8e, 0x3f, 0x1c, 0x5f, 0x1d, 0x9f, 0x7d, 0xb8,
+ 0x3e, 0xfc, 0x70, 0xf0, 0xe2, 0xc5, 0x9f, 0xaf, 0x56, 0x70, 0x51, 0xf9,
+ 0xaf, 0xb0, 0x11, 0xce, 0xca, 0x83, 0x64, 0x59, 0xde, 0x6d, 0x6d, 0xfd,
+ 0xb2, 0x15, 0x06, 0xbf, 0x0b, 0x20, 0x2e, 0xc5, 0x22, 0x13, 0x51, 0xc4,
+ 0xb3, 0x9c, 0x6d, 0xd6, 0x41, 0x5c, 0xfe, 0x13, 0x33, 0xdd, 0xef, 0x04,
+ 0xd0, 0xe7, 0x7f, 0xfc, 0xd3, 0x7f, 0x2a, 0xdf, 0x77, 0x99, 0x7e, 0xb7,
+ 0xca, 0xc1, 0x49, 0x14, 0xc9, 0x10, 0x95, 0x4b, 0x38, 0xd2, 0x64, 0x9a,
+ 0x17, 0x90, 0x87, 0x25, 0xa2, 0xbc, 0xdb, 0x7d, 0xf1, 0x62, 0xeb, 0x36,
+ 0x5e, 0xdd, 0x32, 0x2d, 0x70, 0xb6, 0x9a, 0xa3, 0x7a, 0xd9, 0x66, 0x80,
+ 0x67, 0x8c, 0x2a, 0xc5, 0x6b, 0x0f, 0xd1, 0x2c, 0x85, 0x37, 0x9d, 0x00,
+ 0x76, 0x19, 0xdf, 0xb2, 0x5e, 0x2d, 0x4b, 0xb6, 0x4a, 0x05, 0xd0, 0x0a,
+ 0xff, 0xfb, 0xf0, 0xdd, 0xd9, 0x36, 0x27, 0xd1, 0x66, 0xcc, 0xc2, 0xdc,
+ 0xf4, 0x0e, 0x1e, 0x5e, 0xfc, 0x5b, 0x3a, 0x0d, 0x4e, 0xf6, 0x4e, 0xf7,
+ 0x0f, 0xf6, 0xf8, 0xe7, 0x10, 0x3e, 0x53, 0xb7, 0xb7, 0x39, 0x48, 0xc2,
+ 0x26, 0x5e, 0xf5, 0x6b, 0x3c, 0xcd, 0xe5, 0x27, 0x56, 0x93, 0x29, 0xff,
+ 0x16, 0xc1, 0x37, 0xa6, 0x14, 0xd1, 0x27, 0x7a, 0xd7, 0x81, 0x77, 0xf7,
+ 0x09, 0x4e, 0xb8, 0xf4, 0x9e, 0xb5, 0xdf, 0x49, 0x06, 0x06, 0x98, 0x03,
+ 0xc8, 0x68, 0x81, 0x93, 0xfe, 0x5f, 0x59, 0x5b, 0x23, 0xeb, 0x30, 0x24,
+ 0xd1, 0x8c, 0xf2, 0xb4, 0x4c, 0x8a, 0xb7, 0xa8, 0x8e, 0x80, 0x96, 0x08,
+ 0xa1, 0xbd, 0xb2, 0xac, 0xbc, 0xdb, 0x11, 0xa6, 0xb8, 0x9d, 0x60, 0x5c,
+ 0xdc, 0x33, 0x49, 0x16, 0x74, 0x58, 0x15, 0x25, 0x2c, 0x11, 0xdf, 0x61,
+ 0xda, 0x2c, 0x37, 0xdb, 0xd1, 0x8b, 0xed, 0x9d, 0x0a, 0xe4, 0xc5, 0xd6,
+ 0x16, 0x5e, 0xd1, 0x1c, 0x65, 0xf3, 0x39, 0x28, 0x58, 0xac, 0x81, 0x66,
+ 0x7f, 0x79, 0x6c, 0xc1, 0x50, 0x85, 0x50, 0xf4, 0x4b, 0xf1, 0x5e, 0x7c,
+ 0x80, 0xc1, 0xb7, 0x05, 0x6e, 0x9e, 0x17, 0x4c, 0xdb, 0x33, 0x90, 0x22,
+ 0xf5, 0x5b, 0x95, 0x0e, 0x8b, 0xe9, 0x9d, 0xad, 0x16, 0xeb, 0x21, 0xba,
+ 0xfb, 0xce, 0x94, 0x9e, 0x42, 0x01, 0x7b, 0x1a, 0x09, 0x1d, 0x82, 0x41,
+ 0xfe, 0x83, 0xea, 0xc6, 0xb8, 0xc4, 0x4f, 0xc1, 0x7f, 0x33, 0x40, 0xd0,
+ 0xd4, 0xd3, 0xc5, 0x2a, 0x5b, 0x15, 0xf0, 0x8e, 0x01, 0x95, 0xf9, 0x8a,
+ 0xb5, 0xdc, 0xd6, 0xd6, 0xef, 0xe0, 0x98, 0x3b, 0xcb, 0x27, 0x54, 0xe7,
+ 0x3b, 0xf6, 0x31, 0xc9, 0x4f, 0x92, 0xc5, 0x0e, 0x1b, 0xab, 0x59, 0xc9,
+ 0x7f, 0x12, 0x04, 0xfb, 0xc9, 0xe0, 0x15, 0xe8, 0xad, 0xd6, 0x0e, 0xfc,
+ 0xd7, 0x25, 0x32, 0x6c, 0x65, 0x64, 0x23, 0x7c, 0xc1, 0x04, 0x8d, 0x0c,
+ 0x9a, 0x70, 0xb7, 0xf6, 0xf5, 0x38, 0x9b, 0x50, 0x0c, 0x3b, 0xc8, 0x94,
+ 0x71, 0x75, 0x29, 0xf1, 0x8f, 0xd2, 0x04, 0x63, 0x21, 0xe4, 0x09, 0xde,
+ 0xa8, 0xdd, 0xd9, 0xda, 0xda, 0xda, 0xbe, 0xa0, 0xdf, 0xdb, 0x3b, 0x5b,
+ 0x83, 0x9d, 0xad, 0x28, 0x64, 0xb4, 0x77, 0x5b, 0xad, 0xf6, 0xce, 0xd6,
+ 0xf6, 0x1c, 0xf4, 0x22, 0x03, 0x71, 0x99, 0xa7, 0x27, 0xc9, 0x7d, 0x32,
+ 0x43, 0xcc, 0x73, 0xfe, 0xb0, 0x8d, 0xfc, 0xb4, 0xf1, 0xbf, 0xed, 0xa3,
+ 0x59, 0x7c, 0x6b, 0xe3, 0x31, 0x2d, 0xb1, 0xc2, 0xbb, 0xe4, 0x0f, 0xdb,
+ 0x02, 0xc9, 0x8f, 0x27, 0xc4, 0x04, 0xd0, 0xb8, 0x18, 0x30, 0xac, 0x70,
+ 0x5d, 0x69, 0x4f, 0x8b, 0x31, 0xa0, 0xb0, 0xa2, 0xd8, 0x2f, 0x86, 0xb0,
+ 0x15, 0xad, 0x2b, 0x67, 0xc2, 0x11, 0xae, 0x0e, 0x46, 0x00, 0xdf, 0x31,
+ 0xe0, 0x95, 0xa6, 0x86, 0x46, 0xce, 0xc4, 0x66, 0x13, 0x15, 0xe5, 0xc2,
+ 0x22, 0x37, 0x8e, 0xe7, 0x6d, 0xa2, 0x07, 0x26, 0xea, 0x76, 0x83, 0x8a,
+ 0x32, 0x8c, 0xb0, 0xc2, 0x08, 0x19, 0x46, 0x77, 0x3d, 0x46, 0x54, 0x61,
+ 0x44, 0x0c, 0xa3, 0xb7, 0x1e, 0xa3, 0x53, 0x61, 0x74, 0x18, 0x46, 0xdf,
+ 0x55, 0xcd, 0xb4, 0x84, 0xac, 0x17, 0x73, 0x1e, 0x22, 0xfa, 0x8a, 0x6d,
+ 0x46, 0x66, 0x45, 0x86, 0x9a, 0x24, 0x2e, 0x28, 0x90, 0x6e, 0x1e, 0xf5,
+ 0x31, 0xd8, 0xe9, 0xec, 0x16, 0x3c, 0x8c, 0x43, 0x4c, 0xc2, 0x0f, 0x22,
+ 0x1f, 0xcf, 0xc6, 0xb2, 0x59, 0xe1, 0x9d, 0x94, 0xb4, 0x2b, 0xf1, 0xb4,
+ 0x4d, 0xd2, 0xb5, 0xc3, 0x86, 0x0c, 0x97, 0xc4, 0xe0, 0x75, 0xb0, 0x8c,
+ 0x0b, 0xf2, 0xd0, 0x78, 0x29, 0xa4, 0x33, 0x68, 0xbf, 0x62, 0x83, 0x08,
+ 0x79, 0xba, 0x12, 0x51, 0x35, 0xa6, 0x48, 0xf9, 0xf4, 0xd7, 0xcb, 0x2b,
+ 0xd8, 0x18, 0xcc, 0x18, 0x0e, 0xa8, 0x99, 0xac, 0x92, 0xe2, 0xfe, 0xf5,
+ 0x22, 0x45, 0x93, 0x2d, 0xd3, 0x20, 0xc7, 0x2b, 0xd0, 0x36, 0x4d, 0x8e,
+ 0x38, 0x33, 0x5b, 0xdb, 0x9c, 0x91, 0x2d, 0x8b, 0x15, 0x28, 0x52, 0x9d,
+ 0x90, 0x44, 0x9e, 0xb4, 0x31, 0x53, 0x25, 0x95, 0xd9, 0xe8, 0xac, 0x18,
+ 0x33, 0x6d, 0x33, 0x2b, 0xe0, 0xf5, 0x36, 0x9f, 0xc7, 0x9c, 0xb3, 0x51,
+ 0xc7, 0x37, 0x1b, 0x75, 0x6b, 0x66, 0xa3, 0x9e, 0x7f, 0x36, 0xaa, 0x99,
+ 0x7f, 0x14, 0x4e, 0x1b, 0xcc, 0x41, 0xea, 0x0c, 0xd4, 0xda, 0x81, 0xff,
+ 0x42, 0x5b, 0x66, 0x48, 0x51, 0x68, 0xb3, 0x8a, 0x8f, 0xa4, 0x22, 0x84,
+ 0xb0, 0x03, 0xd6, 0x66, 0xbd, 0xdd, 0x5e, 0xf0, 0x26, 0x08, 0xbb, 0xdd,
+ 0xff, 0x66, 0xdf, 0xef, 0x1d, 0x12, 0x47, 0x28, 0xa1, 0x82, 0xcd, 0x44,
+ 0x1b, 0x50, 0x5d, 0xd8, 0x2f, 0xfe, 0xfc, 0x31, 0xd9, 0x83, 0x8d, 0xf5,
+ 0xdf, 0x93, 0xbf, 0x62, 0xb7, 0x6f, 0x95, 0x22, 0x87, 0xd7, 0x4e, 0xc0,
+ 0x57, 0x32, 0x8a, 0x9b, 0x71, 0x55, 0xbd, 0xa7, 0xd7, 0x9c, 0x3a, 0xdb,
+ 0xfc, 0xdc, 0x66, 0x55, 0x0e, 0x48, 0xf9, 0x96, 0xd2, 0xf0, 0xc9, 0xc6,
+ 0xd2, 0xd6, 0xca, 0xad, 0x7b, 0x51, 0x28, 0x25, 0x7c, 0xbb, 0x27, 0x33,
+ 0xca, 0xd5, 0xcd, 0x6c, 0x47, 0x96, 0xa9, 0x3f, 0xd3, 0xa6, 0xa3, 0x6d,
+ 0x14, 0x76, 0x94, 0xe5, 0x92, 0x7d, 0x10, 0xa7, 0x36, 0x36, 0xbe, 0xc5,
+ 0x35, 0xac, 0xf8, 0x26, 0x59, 0xb6, 0x0c, 0x5f, 0x5d, 0x8e, 0x56, 0x4c,
+ 0x46, 0xe6, 0x62, 0x8d, 0xae, 0xe3, 0x0a, 0xc0, 0xd5, 0x87, 0x77, 0x71,
+ 0x01, 0x99, 0x27, 0x13, 0xbc, 0xce, 0xfe, 0x7c, 0xae, 0x4c, 0xb2, 0x0a,
+ 0x4b, 0xa8, 0x1b, 0xe0, 0x40, 0x9c, 0xa6, 0x33, 0xd8, 0xc8, 0xff, 0x12,
+ 0x04, 0xd8, 0xfc, 0x6c, 0xf4, 0x1c, 0xa4, 0xc5, 0x72, 0x16, 0x3f, 0xc1,
+ 0x23, 0xeb, 0x5a, 0xda, 0xa4, 0xc9, 0x86, 0xa7, 0xdd, 0x17, 0x44, 0x5d,
+ 0xad, 0x7c, 0xb0, 0xf0, 0xaa, 0x77, 0xbe, 0x37, 0xf9, 0x1b, 0x5c, 0x1f,
+ 0x61, 0xe5, 0x31, 0xba, 0x92, 0xea, 0x3c, 0x5d, 0x30, 0x85, 0xe6, 0x08,
+ 0x1f, 0x77, 0xaa, 0xd4, 0xbc, 0x70, 0x98, 0xb0, 0x03, 0xff, 0x62, 0xd3,
+ 0xc3, 0xa0, 0xfd, 0xf7, 0xad, 0xad, 0x9d, 0xa0, 0xdb, 0x62, 0xeb, 0xce,
+ 0xd6, 0x8e, 0x14, 0x68, 0x95, 0xcc, 0x68, 0x56, 0x5a, 0x64, 0x46, 0x27,
+ 0x57, 0xa8, 0x3d, 0xa0, 0x17, 0xc5, 0x0e, 0x27, 0xd2, 0xf3, 0xd0, 0x98,
+ 0x24, 0xb3, 0x32, 0xbe, 0x5a, 0x32, 0xc5, 0x6f, 0x7b, 0x02, 0x06, 0xf9,
+ 0x1d, 0xf9, 0x66, 0x6b, 0xeb, 0x3f, 0xa8, 0x74, 0x37, 0xe2, 0xc7, 0xfd,
+ 0xb8, 0x2c, 0x19, 0x16, 0xfe, 0x65, 0x68, 0xf8, 0x97, 0x17, 0xd6, 0x0e,
+ 0xbd, 0x0c, 0x53, 0x51, 0x82, 0x55, 0x2a, 0x91, 0xfd, 0x2b, 0x6a, 0x4c,
+ 0xe8, 0x15, 0xb6, 0x82, 0x5c, 0x94, 0x93, 0x6b, 0xea, 0x2a, 0x50, 0x39,
+ 0xcb, 0x18, 0x2e, 0xdb, 0x43, 0xdc, 0x50, 0x7c, 0x73, 0xf8, 0x88, 0x67,
+ 0x77, 0x30, 0x45, 0x50, 0x7b, 0xec, 0x82, 0xa6, 0xcc, 0xf4, 0x34, 0x2d,
+ 0xb0, 0xcd, 0x64, 0x82, 0x26, 0x22, 0xa6, 0x0f, 0xb3, 0xe9, 0xa3, 0x5c,
+ 0x4d, 0xd2, 0x8c, 0x6e, 0xc3, 0x50, 0x16, 0x2f, 0x38, 0xeb, 0x11, 0x21,
+ 0x46, 0x60, 0x48, 0x83, 0x63, 0xd3, 0x02, 0xa7, 0xfd, 0xff, 0x67, 0xb7,
+ 0x7c, 0x2c, 0xd1, 0xf6, 0x55, 0x04, 0x30, 0xdb, 0xb2, 0x62, 0xc8, 0x71,
+ 0xef, 0x84, 0x8d, 0xb7, 0x03, 0x46, 0x61, 0xf7, 0x29, 0x9e, 0xcf, 0x58,
+ 0x79, 0x7f, 0x3e, 0x53, 0x05, 0xa3, 0x80, 0xf1, 0x9d, 0x8d, 0xef, 0xde,
+ 0x25, 0x62, 0xb2, 0xdc, 0x02, 0x13, 0xee, 0x4f, 0x61, 0xf6, 0x53, 0x38,
+ 0xde, 0x06, 0x4d, 0x1e, 0xcc, 0xb4, 0x57, 0x97, 0xd7, 0x67, 0xbf, 0x5e,
+ 0x9d, 0xff, 0x7a, 0x75, 0x7d, 0x79, 0xfc, 0x9f, 0x87, 0x68, 0xb3, 0x64,
+ 0x6a, 0x70, 0x06, 0xe6, 0x3e, 0xdc, 0xed, 0x04, 0xa0, 0xe6, 0x20, 0x9d,
+ 0xfd, 0x19, 0x9c, 0x2c, 0xb2, 0xa5, 0x88, 0x91, 0x69, 0x47, 0xad, 0x0e,
+ 0xd5, 0x10, 0x69, 0x54, 0x35, 0xd2, 0x39, 0x80, 0x40, 0x41, 0xab, 0x71,
+ 0xc9, 0x00, 0x5f, 0x14, 0x93, 0x6b, 0x7e, 0x5a, 0xcd, 0x1a, 0xf3, 0x26,
+ 0x2d, 0x59, 0x3f, 0xfc, 0xca, 0x14, 0x21, 0x98, 0xe4, 0xfe, 0xdc, 0x7a,
+ 0xdb, 0xfa, 0x2b, 0x00, 0xcc, 0x28, 0xda, 0xd5, 0x35, 0xde, 0xd0, 0xa2,
+ 0x73, 0x74, 0x03, 0xb2, 0xfd, 0xb6, 0xfd, 0xd7, 0x17, 0xf6, 0x0c, 0x6c,
+ 0xc1, 0x85, 0x6f, 0xc3, 0xbf, 0xbe, 0x88, 0x21, 0x51, 0x54, 0x7c, 0x5b,
+ 0x9d, 0x60, 0x5a, 0x60, 0xd1, 0xdb, 0xe8, 0xaf, 0x2f, 0xd2, 0xe2, 0x2c,
+ 0x7c, 0x8f, 0xa6, 0x33, 0xdc, 0x03, 0x19, 0x20, 0x9d, 0xb7, 0x9d, 0xbf,
+ 0xbe, 0xc0, 0x7c, 0xa1, 0xfc, 0x68, 0xd7, 0x82, 0xe8, 0xbe, 0xed, 0xfe,
+ 0xf5, 0x05, 0xf4, 0xdc, 0x3e, 0x04, 0xd4, 0xb5, 0x3e, 0xf7, 0xde, 0xf6,
+ 0xb0, 0x72, 0xf3, 0xc2, 0xc1, 0x40, 0xff, 0x6d, 0x9f, 0xf1, 0x39, 0xce,
+ 0x31, 0xe6, 0x8c, 0x83, 0xf6, 0xe0, 0xed, 0x80, 0xd5, 0x57, 0xd3, 0x78,
+ 0x2d, 0x98, 0xe1, 0xdb, 0x21, 0x54, 0x82, 0x89, 0xb6, 0x88, 0xcc, 0x6c,
+ 0x36, 0x5a, 0xeb, 0x6d, 0xbb, 0x05, 0x20, 0x6c, 0xb8, 0xfa, 0x40, 0x58,
+ 0xc3, 0xb6, 0x01, 0x84, 0x4d, 0x84, 0x3e, 0x90, 0xf0, 0x6d, 0x3b, 0x04,
+ 0x90, 0xe3, 0xd8, 0x4b, 0x25, 0x7a, 0xdb, 0xc6, 0x06, 0xe5, 0x4d, 0xee,
+ 0x03, 0xeb, 0xbc, 0x6d, 0xb3, 0x46, 0xbd, 0x8b, 0x8b, 0x51, 0xce, 0x96,
+ 0x0a, 0x36, 0xa1, 0xfa, 0x00, 0xbb, 0x6f, 0xdb, 0x5d, 0xa0, 0xf7, 0x29,
+ 0xce, 0x17, 0x1f, 0xf0, 0x34, 0xdb, 0x84, 0xe8, 0xbd, 0x6d, 0xf7, 0x00,
+ 0x02, 0xb3, 0x77, 0xfb, 0xc8, 0xf4, 0xdf, 0xb6, 0x59, 0x33, 0xcf, 0xe2,
+ 0xd5, 0x62, 0x7c, 0x57, 0x23, 0x0d, 0xed, 0xc1, 0xdb, 0xf6, 0x80, 0x37,
+ 0x65, 0xe8, 0xa3, 0x35, 0x7c, 0xdb, 0x86, 0xe6, 0xe6, 0xb7, 0xf0, 0x8e,
+ 0xd0, 0xc5, 0xd5, 0x16, 0xbf, 0xd6, 0xdb, 0x10, 0x5a, 0xfc, 0x96, 0x76,
+ 0x6c, 0x3e, 0xa8, 0xf6, 0xdb, 0x10, 0x1b, 0xfd, 0xd7, 0xe2, 0x66, 0x24,
+ 0x23, 0x56, 0xdb, 0x60, 0x4c, 0x98, 0x59, 0xc3, 0x83, 0x3d, 0xce, 0x27,
+ 0x26, 0x61, 0xf4, 0x36, 0x64, 0x0d, 0x2f, 0xe6, 0x6e, 0x98, 0xae, 0x58,
+ 0xab, 0xc6, 0x6c, 0x5a, 0xfe, 0xb5, 0xdd, 0xdb, 0x09, 0x3a, 0x3b, 0x78,
+ 0xa0, 0xb7, 0x0d, 0x73, 0x5b, 0xd0, 0x7a, 0x01, 0x41, 0x97, 0x55, 0xab,
+ 0x61, 0x05, 0x7d, 0x09, 0xd0, 0x3d, 0x82, 0xd6, 0x2c, 0x8b, 0x02, 0x55,
+ 0x38, 0xc7, 0x19, 0x28, 0x03, 0x98, 0xbf, 0x93, 0xdb, 0x60, 0x04, 0x5a,
+ 0xcb, 0x6e, 0x0b, 0x41, 0xb9, 0xe3, 0xa1, 0x01, 0xd9, 0x6e, 0x39, 0x40,
+ 0xe3, 0xd5, 0x23, 0xf8, 0x10, 0xb5, 0x2d, 0xe0, 0xd0, 0x0f, 0x1c, 0x5a,
+ 0xc0, 0x1d, 0x07, 0x30, 0x8f, 0xac, 0x60, 0xc1, 0xf6, 0x1c, 0xb0, 0xe2,
+ 0xc6, 0xbe, 0x05, 0xec, 0xaa, 0x9d, 0x72, 0xef, 0xdb, 0x84, 0x0f, 0x5d,
+ 0x55, 0xf4, 0xdc, 0xf7, 0xb5, 0x70, 0x5d, 0x35, 0x16, 0x0b, 0x94, 0x05,
+ 0x0c, 0x35, 0xfe, 0x49, 0x01, 0x84, 0xd4, 0x75, 0x07, 0x23, 0xb3, 0xf7,
+ 0x43, 0xa8, 0xec, 0x1e, 0x6c, 0xb9, 0x02, 0x41, 0x2e, 0x74, 0xd3, 0x1b,
+ 0x98, 0xf4, 0xf8, 0x69, 0x00, 0x0e, 0x2e, 0x25, 0x4e, 0x95, 0x86, 0x15,
+ 0xb5, 0x6c, 0x2e, 0xda, 0x97, 0x98, 0xee, 0xce, 0x84, 0x0c, 0x6d, 0xc8,
+ 0xd0, 0x0d, 0xe9, 0xa8, 0x59, 0xdb, 0x03, 0xda, 0x33, 0x40, 0x99, 0xd8,
+ 0x22, 0xbf, 0x6e, 0x68, 0xb3, 0x8a, 0x79, 0xfc, 0xc0, 0x46, 0x7b, 0xbb,
+ 0xca, 0xa3, 0xa7, 0x81, 0x77, 0xa0, 0x6e, 0x1f, 0x09, 0x5c, 0x83, 0x97,
+ 0xe1, 0x76, 0x2c, 0x8c, 0xd0, 0x8d, 0x11, 0xfa, 0x4a, 0xe8, 0x78, 0xe0,
+ 0xfd, 0x25, 0xf4, 0x1c, 0x18, 0xe7, 0xcb, 0xc2, 0x57, 0xc0, 0xc0, 0x0d,
+ 0xee, 0xa5, 0xdf, 0x75, 0xd5, 0x19, 0xb4, 0xab, 0xc4, 0x01, 0xeb, 0xaa,
+ 0x2d, 0x25, 0xcb, 0xd6, 0xe1, 0x5c, 0xb5, 0x64, 0xeb, 0x88, 0x05, 0xe7,
+ 0xaa, 0xdb, 0x59, 0x3a, 0x93, 0xae, 0x54, 0x26, 0xbc, 0xab, 0x72, 0x27,
+ 0xd9, 0x03, 0x9c, 0xda, 0xf8, 0x70, 0x7a, 0xae, 0xfa, 0x81, 0x4f, 0x56,
+ 0x2d, 0x92, 0xab, 0xa2, 0xa7, 0xf1, 0xd4, 0x1c, 0x6b, 0x3d, 0x57, 0x45,
+ 0x19, 0x5c, 0x68, 0x01, 0xba, 0x6a, 0x4a, 0xbb, 0x10, 0x1d, 0xce, 0x55,
+ 0x43, 0x74, 0x15, 0xba, 0x65, 0x1a, 0x8b, 0x6f, 0x4c, 0xf6, 0x5d, 0x75,
+ 0x84, 0xfa, 0x5d, 0xc5, 0x8b, 0xcf, 0x68, 0x16, 0x32, 0xcb, 0xe9, 0xbb,
+ 0x2a, 0xb8, 0x37, 0xcd, 0x2d, 0x38, 0x57, 0x05, 0x61, 0xeb, 0x93, 0xdd,
+ 0xa2, 0xc3, 0x98, 0x35, 0x87, 0xf7, 0x5d, 0x15, 0x55, 0x10, 0xac, 0x79,
+ 0xbc, 0xef, 0xaa, 0xb1, 0x82, 0x10, 0x59, 0x8b, 0x8f, 0xab, 0xb2, 0x0a,
+ 0x42, 0xc7, 0x42, 0x70, 0xd6, 0xb5, 0x42, 0xe8, 0x5a, 0x08, 0x6b, 0x2a,
+ 0xdd, 0xb3, 0x10, 0xd6, 0x54, 0xba, 0x6f, 0x21, 0xac, 0xa9, 0xf4, 0xc0,
+ 0x44, 0x18, 0x5a, 0x95, 0xd6, 0xb6, 0xcd, 0x66, 0xb7, 0x0d, 0xa1, 0xca,
+ 0xb0, 0x00, 0xec, 0xb6, 0x0e, 0x5f, 0x77, 0x4c, 0x70, 0x4b, 0x3a, 0x87,
+ 0x9d, 0x3a, 0xf0, 0xc8, 0x02, 0xef, 0xd5, 0x81, 0x77, 0x2c, 0xf0, 0x81,
+ 0x09, 0xbe, 0x77, 0x74, 0xe1, 0x54, 0x5c, 0xda, 0x2d, 0xa8, 0x26, 0xfb,
+ 0xaa, 0x56, 0x54, 0x00, 0x5b, 0x5c, 0xb7, 0x5b, 0xa1, 0x0d, 0x6d, 0x6e,
+ 0xdd, 0x6d, 0xa4, 0x8e, 0x13, 0x29, 0x5c, 0x83, 0xd5, 0xb3, 0xb1, 0x66,
+ 0xf5, 0x13, 0x4f, 0xbb, 0x05, 0xf5, 0xfe, 0xbc, 0x8c, 0x09, 0x27, 0x32,
+ 0xfe, 0x07, 0x14, 0xee, 0xd6, 0x4c, 0x43, 0x6d, 0x54, 0x9f, 0x6e, 0xe2,
+ 0x1c, 0x49, 0x54, 0x5a, 0x8b, 0x63, 0x54, 0x73, 0x78, 0x73, 0xc9, 0x05,
+ 0xef, 0xf6, 0xf3, 0x84, 0xed, 0xeb, 0x34, 0x25, 0xee, 0x57, 0x60, 0xad,
+ 0xdd, 0xae, 0x56, 0xdd, 0x2e, 0xc0, 0xf2, 0x30, 0x7d, 0x97, 0x70, 0x24,
+ 0xfd, 0x87, 0xe5, 0x9d, 0x0d, 0xdf, 0xc5, 0xfa, 0xdc, 0x09, 0xc5, 0x02,
+ 0xcf, 0xae, 0xaf, 0xb2, 0x8b, 0xe5, 0x9c, 0xe2, 0x69, 0x9a, 0x6d, 0x86,
+ 0x5a, 0x17, 0x5d, 0x20, 0xab, 0x18, 0x7a, 0xb8, 0x4b, 0x92, 0x19, 0x16,
+ 0x71, 0x32, 0xb5, 0x4b, 0x10, 0x92, 0xa2, 0x43, 0x5e, 0x38, 0x20, 0x87,
+ 0x4e, 0xc8, 0x93, 0xdc, 0x82, 0x44, 0xf5, 0xcc, 0x41, 0xd3, 0x01, 0xd9,
+ 0x56, 0x20, 0xef, 0xef, 0x4b, 0x31, 0xdb, 0xee, 0xb7, 0x8f, 0x6d, 0x4d,
+ 0x95, 0x2b, 0x6e, 0x54, 0xb3, 0x10, 0x75, 0x96, 0x62, 0x84, 0xd7, 0xb8,
+ 0x3e, 0x26, 0x79, 0xa1, 0xcf, 0xd1, 0xa8, 0xb7, 0xb7, 0xc3, 0x8e, 0x8f,
+ 0xfc, 0xa1, 0x4d, 0x7e, 0x60, 0x91, 0x57, 0x31, 0x42, 0x9b, 0xa1, 0xa8,
+ 0x55, 0x8f, 0x61, 0x97, 0x11, 0xd9, 0x55, 0x60, 0x92, 0x96, 0x39, 0x64,
+ 0x91, 0xba, 0x13, 0x95, 0xb4, 0xcf, 0xe7, 0x35, 0xe2, 0x7c, 0xba, 0x77,
+ 0xee, 0x1e, 0xd6, 0xa8, 0xb4, 0xd5, 0xa2, 0xce, 0xe3, 0xe5, 0x51, 0x5c,
+ 0x94, 0x36, 0xe6, 0x60, 0x1d, 0x66, 0xe6, 0x54, 0x17, 0x08, 0x1b, 0xf5,
+ 0xb9, 0x5a, 0xec, 0x9a, 0x38, 0x34, 0x36, 0xb5, 0x70, 0x1d, 0x35, 0x67,
+ 0x38, 0x1e, 0x9b, 0xce, 0xda, 0x86, 0x64, 0x7b, 0x1e, 0xca, 0x27, 0x6e,
+ 0x6f, 0x91, 0x3a, 0x7c, 0xee, 0xe5, 0xd3, 0x81, 0x84, 0x74, 0xec, 0x8f,
+ 0x06, 0x6e, 0x48, 0x6b, 0x41, 0x6d, 0x77, 0x5b, 0x6e, 0x48, 0x6b, 0x25,
+ 0x6d, 0x77, 0x43, 0x0d, 0x12, 0xad, 0x70, 0x56, 0xfd, 0x6c, 0xed, 0xef,
+ 0xc1, 0x54, 0x60, 0xb8, 0x0f, 0xba, 0x45, 0xde, 0x52, 0xee, 0x57, 0x8f,
+ 0x38, 0x5a, 0xad, 0x05, 0xae, 0x8d, 0xaa, 0x60, 0x21, 0x86, 0x93, 0x80,
+ 0xb3, 0xd7, 0x08, 0x54, 0xff, 0x24, 0xdc, 0x3c, 0x9e, 0x9e, 0x26, 0x71,
+ 0xb1, 0x22, 0x7b, 0x80, 0x01, 0x89, 0xdd, 0x7b, 0xfb, 0xe6, 0xae, 0xaa,
+ 0x9f, 0x02, 0xee, 0xa0, 0xdc, 0xb1, 0xe0, 0x61, 0x72, 0x3e, 0x4f, 0x27,
+ 0x95, 0xa5, 0xd8, 0xee, 0xbf, 0x9e, 0x59, 0x45, 0x0b, 0xc7, 0xee, 0xc9,
+ 0x9e, 0xb9, 0x8b, 0xb1, 0x70, 0xec, 0x3e, 0xed, 0x9b, 0xdb, 0x34, 0x0b,
+ 0xc7, 0xee, 0xdd, 0xbe, 0xb9, 0x7a, 0xbc, 0x4b, 0x6e, 0xed, 0x69, 0xbd,
+ 0x6f, 0x6e, 0xd6, 0x80, 0xf2, 0x11, 0x5b, 0x0c, 0x2f, 0xe2, 0xd2, 0x16,
+ 0x76, 0xd4, 0x07, 0x6f, 0xf3, 0x78, 0xfe, 0xa6, 0xe0, 0x12, 0x81, 0x6b,
+ 0x4d, 0x99, 0x95, 0xf1, 0x0c, 0x96, 0x3e, 0x36, 0x67, 0x16, 0xab, 0xf9,
+ 0xd2, 0xd0, 0x6a, 0x39, 0xee, 0x80, 0xe3, 0xca, 0xfe, 0x13, 0x16, 0x96,
+ 0xb3, 0x05, 0x0f, 0x5e, 0xac, 0x23, 0xa0, 0x6a, 0x58, 0x24, 0x63, 0x01,
+ 0x4e, 0x4e, 0x56, 0x17, 0x2b, 0x0f, 0x74, 0xa8, 0x43, 0x4f, 0x78, 0x14,
+ 0xaf, 0x2b, 0x0c, 0x70, 0xe4, 0x90, 0x10, 0xd4, 0x0b, 0x3f, 0xcf, 0xab,
+ 0xfe, 0x7e, 0x88, 0x67, 0x58, 0x89, 0xbd, 0x39, 0x4f, 0x3b, 0x6f, 0xc0,
+ 0x43, 0xdd, 0xe7, 0xb7, 0xea, 0xea, 0xc7, 0x11, 0xaa, 0x5e, 0x70, 0xee,
+ 0xcc, 0xdb, 0xa8, 0x1f, 0x6a, 0x98, 0xdc, 0x4b, 0xc0, 0x5a, 0xb4, 0x50,
+ 0x31, 0x44, 0xa3, 0x4d, 0xb5, 0x90, 0x8b, 0x24, 0x6c, 0xef, 0xd8, 0x18,
+ 0xb6, 0x11, 0xd4, 0x55, 0x6e, 0x1e, 0x3f, 0x72, 0x03, 0xd9, 0x45, 0xc2,
+ 0x54, 0x84, 0x3c, 0x76, 0xa8, 0x09, 0x52, 0x97, 0x44, 0x9d, 0x67, 0x15,
+ 0xa3, 0xa3, 0x82, 0xa6, 0x72, 0x1e, 0xe1, 0xfa, 0x36, 0x54, 0x97, 0x7b,
+ 0x1d, 0x38, 0x34, 0x81, 0x43, 0x54, 0xf4, 0x4c, 0xe0, 0x13, 0x36, 0x4d,
+ 0x8c, 0xc0, 0x0d, 0xe5, 0x60, 0x65, 0x99, 0xaa, 0xc8, 0xb4, 0x81, 0xca,
+ 0xdb, 0xaa, 0x50, 0x70, 0x8e, 0x17, 0xf7, 0xd9, 0x18, 0x81, 0x47, 0xd0,
+ 0x07, 0x89, 0x55, 0xe1, 0x10, 0x55, 0xb7, 0x31, 0x7c, 0x94, 0x5a, 0x00,
+ 0x8f, 0xfa, 0xfb, 0xeb, 0x72, 0x02, 0x73, 0x52, 0x9e, 0xdd, 0xc2, 0x54,
+ 0x6d, 0x23, 0xf6, 0xb9, 0xa0, 0x93, 0x69, 0x09, 0xec, 0xfa, 0xe9, 0xe2,
+ 0x16, 0x0d, 0x85, 0xde, 0xb2, 0x54, 0x05, 0x46, 0x98, 0xb5, 0x4f, 0xc7,
+ 0x2b, 0xf5, 0xca, 0x9c, 0xd2, 0xd7, 0x84, 0x33, 0x54, 0x6c, 0x40, 0xdc,
+ 0xa4, 0x01, 0x17, 0xed, 0xa1, 0x35, 0x28, 0x32, 0x98, 0xab, 0x25, 0x50,
+ 0x33, 0x9c, 0x8b, 0x31, 0x65, 0x2e, 0x22, 0x5d, 0x0f, 0x99, 0x4b, 0xb8,
+ 0x60, 0x64, 0x4d, 0x65, 0x21, 0xaa, 0x8d, 0xf5, 0xc4, 0x52, 0x25, 0x46,
+ 0x19, 0xf6, 0x91, 0x55, 0x77, 0x53, 0x9d, 0xb4, 0x30, 0xec, 0xc2, 0x09,
+ 0xaf, 0xeb, 0xc2, 0x83, 0x41, 0x2e, 0xe2, 0x22, 0xe8, 0x56, 0x2b, 0x61,
+ 0xcc, 0x93, 0xe6, 0xcd, 0xe4, 0x3e, 0x9b, 0xad, 0x14, 0x09, 0xb8, 0x4c,
+ 0xd9, 0x20, 0xc6, 0x24, 0x19, 0x76, 0x45, 0xd5, 0xfe, 0x19, 0xc7, 0x0b,
+ 0x3a, 0x24, 0xb6, 0xfa, 0x92, 0x4c, 0x73, 0xaa, 0xe2, 0x58, 0x72, 0xcf,
+ 0x62, 0xf4, 0x0f, 0xb5, 0x8c, 0x78, 0x0d, 0x9a, 0x8f, 0x4f, 0x5c, 0x95,
+ 0x73, 0xbd, 0x41, 0xa2, 0x63, 0x29, 0x63, 0xdc, 0xe1, 0xf5, 0x98, 0x63,
+ 0xf2, 0x38, 0xd6, 0x7a, 0xdb, 0x85, 0x3d, 0xb5, 0x3e, 0x1c, 0x41, 0xb4,
+ 0x9f, 0x1b, 0xa3, 0xaf, 0x4a, 0xe8, 0x04, 0x7a, 0x05, 0x03, 0xff, 0xd3,
+ 0xb9, 0xa5, 0xc3, 0xc0, 0xc0, 0xd1, 0xb4, 0x86, 0x63, 0x3a, 0x97, 0x53,
+ 0x0e, 0xb0, 0x2a, 0x96, 0x81, 0x90, 0x7b, 0x33, 0x9b, 0x0a, 0x71, 0x18,
+ 0x19, 0xf3, 0xef, 0x34, 0xcd, 0xe7, 0x90, 0xd1, 0xd1, 0xa3, 0x40, 0x87,
+ 0xa8, 0x45, 0xde, 0xd3, 0xc7, 0xeb, 0x69, 0x35, 0x58, 0x2a, 0xb3, 0xf5,
+ 0x89, 0x6d, 0x62, 0x0a, 0x51, 0x07, 0x7c, 0xa7, 0xed, 0xf6, 0x54, 0x0c,
+ 0xdb, 0x98, 0x12, 0xa2, 0x9e, 0xa7, 0x61, 0x8c, 0xab, 0xe0, 0x80, 0xe6,
+ 0x2c, 0x4c, 0xd3, 0x59, 0xa7, 0xa3, 0xc9, 0x95, 0x0e, 0x6d, 0xcf, 0x7e,
+ 0x9d, 0x81, 0x1b, 0xdc, 0xd9, 0x63, 0x42, 0xe7, 0xa2, 0xb6, 0x1c, 0xdf,
+ 0x25, 0x93, 0x15, 0x38, 0xd8, 0x83, 0x9f, 0xed, 0xc8, 0x5c, 0x76, 0x08,
+ 0x21, 0x52, 0x77, 0x3c, 0x71, 0xbe, 0x40, 0xef, 0x3d, 0xb7, 0x90, 0xa3,
+ 0xae, 0xa6, 0x4d, 0x8e, 0xe0, 0xfe, 0xc1, 0xe7, 0xb8, 0x89, 0xdd, 0xb9,
+ 0xa8, 0xa1, 0xe1, 0x55, 0xcf, 0x6a, 0xf8, 0xc1, 0xe6, 0x52, 0x62, 0x58,
+ 0x9a, 0x5a, 0x88, 0x9a, 0x5a, 0x1d, 0x8a, 0x3d, 0x1f, 0xa1, 0xd2, 0x56,
+ 0x87, 0x62, 0x99, 0x24, 0x42, 0xd4, 0xde, 0xea, 0x50, 0x2c, 0xb3, 0x44,
+ 0x88, 0x0a, 0x5c, 0x1d, 0x4a, 0xd7, 0x46, 0x59, 0x57, 0xfd, 0x9e, 0x8d,
+ 0xb2, 0xae, 0xfa, 0x7d, 0x0b, 0xa5, 0xbf, 0xae, 0xfa, 0x03, 0x1b, 0xc5,
+ 0xaa, 0x3e, 0x5b, 0xe2, 0x56, 0xb7, 0x4c, 0x2d, 0x8b, 0x4b, 0x74, 0x1c,
+ 0xb1, 0xd6, 0xeb, 0xb0, 0xcf, 0xd7, 0x6b, 0x0f, 0x82, 0x2d, 0xb5, 0x83,
+ 0x56, 0x2d, 0x42, 0x64, 0x23, 0x74, 0x6a, 0x11, 0x3a, 0x36, 0xc2, 0xa0,
+ 0x16, 0xa1, 0x6b, 0x21, 0xa0, 0x6e, 0xe2, 0x47, 0xe8, 0xd9, 0x08, 0xf5,
+ 0x95, 0xee, 0x9b, 0x08, 0x51, 0xcb, 0x55, 0xe9, 0xe3, 0x85, 0xdd, 0xa8,
+ 0xbf, 0x12, 0xb8, 0xab, 0xca, 0x02, 0x3c, 0xb4, 0xc1, 0x5d, 0x15, 0x16,
+ 0xe0, 0x91, 0x05, 0xde, 0x76, 0x55, 0x57, 0x80, 0x5b, 0xfa, 0x7c, 0xd4,
+ 0x76, 0x55, 0x56, 0x80, 0x5b, 0x56, 0xcf, 0xa8, 0x6d, 0x30, 0x93, 0xdc,
+ 0x96, 0xd6, 0x68, 0x8e, 0xb4, 0xd3, 0x2e, 0x01, 0x66, 0x8d, 0xe0, 0x48,
+ 0x3b, 0xd8, 0x12, 0x60, 0xd6, 0xa8, 0x8d, 0xc2, 0x8e, 0x03, 0xcc, 0x1a,
+ 0xa9, 0x51, 0xd8, 0x73, 0x80, 0x59, 0xa3, 0x33, 0x12, 0x56, 0x13, 0x0d,
+ 0xcc, 0x1a, 0x91, 0x51, 0xe4, 0xaa, 0x82, 0x35, 0x0a, 0xa3, 0xc8, 0x55,
+ 0x05, 0x6b, 0xe4, 0x45, 0x91, 0x55, 0x05, 0xd8, 0x0f, 0x8d, 0xf0, 0x0e,
+ 0xec, 0x49, 0x96, 0x2d, 0xf7, 0xd3, 0xc5, 0xf1, 0xe4, 0xd1, 0x9c, 0xa4,
+ 0xa3, 0x48, 0x5d, 0xb9, 0xd5, 0x15, 0xe9, 0x63, 0x92, 0xdb, 0xc7, 0x58,
+ 0x68, 0x06, 0xd1, 0x96, 0xa4, 0xdb, 0xa7, 0x3c, 0xfb, 0x53, 0xfc, 0x60,
+ 0x41, 0x76, 0x78, 0xe5, 0xde, 0xd0, 0xc2, 0x2a, 0xe1, 0x31, 0x5e, 0x2e,
+ 0xee, 0x91, 0xad, 0x1a, 0xe0, 0x7a, 0x77, 0xf7, 0x77, 0x73, 0x8f, 0xc5,
+ 0x55, 0x95, 0xd1, 0xd3, 0xcc, 0xda, 0xc5, 0x46, 0x1d, 0x5b, 0x5d, 0xb1,
+ 0xd1, 0xac, 0x8d, 0x6c, 0xd4, 0xe9, 0x35, 0x40, 0xb3, 0xf6, 0xb2, 0x51,
+ 0xc7, 0xb6, 0x86, 0xd9, 0x68, 0xb6, 0xf8, 0x77, 0x6d, 0x93, 0x98, 0x8d,
+ 0x66, 0x0f, 0x83, 0x6e, 0xd8, 0x00, 0xcd, 0x3a, 0x02, 0x88, 0xba, 0x4d,
+ 0x9a, 0xc4, 0x3a, 0x08, 0x88, 0xba, 0x4d, 0x9a, 0xc4, 0x3a, 0x0e, 0x88,
+ 0xba, 0x4d, 0x9a, 0x64, 0x68, 0xa1, 0xf5, 0x9a, 0x34, 0x09, 0xe6, 0x8f,
+ 0x34, 0xf0, 0x9a, 0xb4, 0x49, 0xdb, 0x96, 0x93, 0x5e, 0x93, 0x46, 0x69,
+ 0xdb, 0x82, 0xd2, 0xb3, 0x5b, 0x05, 0xaf, 0xd5, 0x8f, 0x56, 0x25, 0x53,
+ 0xd9, 0x0b, 0x5d, 0x69, 0xc3, 0xf1, 0x84, 0xcb, 0x2c, 0xf8, 0x2e, 0x69,
+ 0xa3, 0xd0, 0x0f, 0x3e, 0x34, 0xc0, 0x79, 0x70, 0x66, 0xba, 0x0d, 0xaf,
+ 0x8f, 0x0f, 0x5c, 0x8e, 0xf3, 0xe5, 0x5c, 0xee, 0x05, 0x92, 0xa2, 0xdc,
+ 0x87, 0x34, 0x49, 0xc7, 0x0e, 0x8d, 0x2a, 0xc2, 0x95, 0x58, 0xd3, 0xa8,
+ 0xee, 0x8b, 0xe2, 0x70, 0x02, 0x97, 0x13, 0x9c, 0x7b, 0xc6, 0xa8, 0xaf,
+ 0xea, 0x8e, 0xe2, 0x32, 0xa9, 0xe3, 0x68, 0x30, 0xea, 0xab, 0x56, 0x54,
+ 0x95, 0x69, 0x9f, 0xdd, 0x35, 0xea, 0xaf, 0xb5, 0x9e, 0xce, 0xe3, 0xc7,
+ 0x93, 0x6c, 0xfc, 0x39, 0x99, 0xf8, 0xb6, 0xdc, 0x11, 0xae, 0xfa, 0xd5,
+ 0x96, 0x9b, 0x6d, 0x9a, 0x3e, 0xe5, 0x69, 0x99, 0x9c, 0x7d, 0xb6, 0x21,
+ 0x55, 0x45, 0x55, 0xc0, 0x7d, 0xc8, 0x4a, 0x17, 0xa8, 0x5a, 0x67, 0xca,
+ 0xfd, 0x97, 0xb3, 0x1d, 0x5b, 0x69, 0x69, 0xbf, 0xd1, 0xa0, 0x67, 0x43,
+ 0x5e, 0x40, 0x74, 0xeb, 0x03, 0x4a, 0x63, 0x63, 0x23, 0xa8, 0x1b, 0x1c,
+ 0xbc, 0x47, 0x87, 0x21, 0x16, 0x7c, 0xad, 0x3f, 0x50, 0x55, 0xf1, 0xe4,
+ 0xb1, 0x4c, 0x21, 0x1b, 0x27, 0x5c, 0x65, 0x74, 0xea, 0xd6, 0xd1, 0x40,
+ 0x3d, 0x77, 0x88, 0x67, 0xb8, 0xc1, 0x67, 0x7b, 0x5c, 0xe0, 0x7d, 0x55,
+ 0x5c, 0x2f, 0xaf, 0x92, 0x7c, 0x6e, 0x09, 0xb3, 0x30, 0xa0, 0x48, 0xa3,
+ 0xa6, 0x89, 0x96, 0xba, 0xd1, 0x3a, 0x6b, 0xd0, 0x26, 0x6e, 0xb4, 0xde,
+ 0x1a, 0x34, 0x7e, 0x17, 0xd2, 0xc2, 0x1b, 0xac, 0xc1, 0x4b, 0xb8, 0x87,
+ 0x94, 0x86, 0xd6, 0x69, 0xb5, 0xd6, 0xa0, 0x81, 0x13, 0x60, 0xe9, 0xd9,
+ 0x7e, 0x74, 0x5a, 0xaa, 0xc8, 0xd0, 0x6e, 0xd4, 0xdf, 0x90, 0x9d, 0x96,
+ 0xd1, 0x22, 0x0a, 0x82, 0xb3, 0x09, 0x3b, 0xad, 0x9e, 0x17, 0xc1, 0xd9,
+ 0x78, 0x9d, 0xd6, 0xc0, 0x8b, 0xe0, 0x6e, 0xb6, 0x4e, 0xbb, 0xe5, 0xc5,
+ 0x70, 0x37, 0x58, 0x3b, 0xf4, 0x22, 0xd4, 0x36, 0x55, 0x5b, 0x1d, 0x32,
+ 0x49, 0x79, 0x53, 0xdb, 0x52, 0x6d, 0xa3, 0xe2, 0x15, 0xbc, 0xbb, 0xa1,
+ 0xda, 0x03, 0x1f, 0xbc, 0xbb, 0x9d, 0xc2, 0x96, 0x0f, 0xde, 0xd3, 0x4c,
+ 0x61, 0xe8, 0x43, 0x70, 0xb7, 0x52, 0xd8, 0xf1, 0xc1, 0xd7, 0x36, 0x92,
+ 0x66, 0x0f, 0xb9, 0xc9, 0xb2, 0xa2, 0xac, 0x6d, 0xa6, 0xd0, 0xa8, 0xb6,
+ 0x8a, 0xe1, 0x6e, 0xa8, 0xa8, 0xe5, 0xc7, 0x70, 0x37, 0x55, 0x14, 0xfa,
+ 0x31, 0x3c, 0x8d, 0x15, 0x75, 0xfc, 0x28, 0xee, 0xe6, 0x8a, 0x7a, 0x7e,
+ 0x8c, 0xda, 0x06, 0x8b, 0xb4, 0x13, 0x57, 0x71, 0x4c, 0x73, 0x30, 0xae,
+ 0x6d, 0xb6, 0x8e, 0xd1, 0x08, 0x36, 0x9e, 0xbb, 0xf1, 0x3a, 0xe1, 0x3a,
+ 0x3c, 0x77, 0x13, 0x76, 0x3a, 0xeb, 0xf0, 0x3c, 0x0d, 0xd9, 0xe9, 0xad,
+ 0x43, 0x74, 0x37, 0x67, 0x67, 0xb0, 0x0e, 0xaf, 0xb6, 0x51, 0xbb, 0xaa,
+ 0xe5, 0xf0, 0x76, 0xb9, 0x7c, 0x98, 0x9f, 0xc9, 0x94, 0x9f, 0xda, 0x72,
+ 0xd2, 0x41, 0x5d, 0x53, 0xb1, 0x7d, 0x2a, 0xc0, 0x96, 0xa1, 0xb4, 0x83,
+ 0x76, 0x1d, 0x37, 0x70, 0x64, 0x03, 0x77, 0xbc, 0xc0, 0x1d, 0x1b, 0xb8,
+ 0xeb, 0x00, 0xfe, 0xe3, 0xde, 0x63, 0x5a, 0x58, 0x2a, 0x5d, 0xa7, 0xdb,
+ 0x33, 0x2b, 0x87, 0x80, 0x96, 0x0e, 0xd7, 0xe9, 0x0e, 0x9c, 0x80, 0x96,
+ 0x7a, 0xdf, 0xe9, 0x59, 0xcd, 0x85, 0x80, 0x96, 0x42, 0xdf, 0xe9, 0x85,
+ 0x26, 0xe0, 0x9f, 0xdc, 0x3c, 0xf6, 0xa4, 0xc0, 0x18, 0xa0, 0x36, 0x97,
+ 0xbd, 0x9e, 0x07, 0xd4, 0xc1, 0xe7, 0xc0, 0x03, 0x6a, 0x73, 0xda, 0xd7,
+ 0x4f, 0x54, 0x99, 0xce, 0xbb, 0x3f, 0x4b, 0x16, 0x13, 0x99, 0xe1, 0xd0,
+ 0x66, 0xb9, 0x1f, 0xd6, 0x63, 0xd8, 0x9c, 0xf7, 0x3b, 0xf5, 0x18, 0x76,
+ 0x05, 0xfa, 0xbd, 0x7a, 0x0c, 0x47, 0x3d, 0x06, 0x4e, 0x0c, 0x08, 0xbd,
+ 0x65, 0x0b, 0xf3, 0xa0, 0xa5, 0x4b, 0x91, 0x0a, 0x6d, 0x4b, 0xf3, 0xa0,
+ 0xed, 0x87, 0xb6, 0xc5, 0x79, 0x10, 0xfa, 0xa1, 0x6d, 0x79, 0x1e, 0x44,
+ 0x6e, 0x68, 0x7b, 0x18, 0x72, 0x9f, 0x49, 0x6d, 0x9b, 0xd2, 0xb6, 0x51,
+ 0xec, 0xd6, 0x1f, 0xf4, 0xd6, 0xa0, 0xd8, 0xcd, 0x3f, 0x18, 0xac, 0x41,
+ 0xb1, 0xdb, 0x7f, 0xd8, 0xf2, 0xa2, 0x78, 0x44, 0x7f, 0xe8, 0x96, 0x23,
+ 0x8f, 0xf4, 0x0f, 0xdd, 0x32, 0xe4, 0x19, 0x00, 0x43, 0xb7, 0xfc, 0x78,
+ 0xc6, 0xc0, 0x50, 0x97, 0x9d, 0xfb, 0x64, 0xcd, 0x10, 0xe8, 0xb6, 0x5a,
+ 0xb5, 0x08, 0x16, 0xf7, 0xdd, 0x56, 0x58, 0x8b, 0x60, 0x55, 0xa0, 0xdb,
+ 0xea, 0xd4, 0x22, 0x58, 0x75, 0xe8, 0xb6, 0x7a, 0x2e, 0x04, 0xa7, 0xf8,
+ 0x77, 0x5b, 0x83, 0x1d, 0xc3, 0x9d, 0xca, 0x2f, 0xfd, 0x5d, 0x3c, 0xf4,
+ 0x73, 0x03, 0x5b, 0xc2, 0xdf, 0x6d, 0xb7, 0xbc, 0xc0, 0x96, 0xec, 0x77,
+ 0xdb, 0x6d, 0x27, 0xb0, 0x47, 0xf4, 0xbb, 0x96, 0xc7, 0x98, 0x06, 0x6f,
+ 0xb7, 0x79, 0xdb, 0x3c, 0xfd, 0xd7, 0xe0, 0xed, 0x26, 0x47, 0x4d, 0xd4,
+ 0x0b, 0x6f, 0xb7, 0x78, 0xdb, 0xf4, 0x75, 0xe0, 0xf0, 0x6e, 0x71, 0xef,
+ 0x86, 0x4e, 0x99, 0x71, 0x4b, 0x7b, 0x37, 0x74, 0xca, 0x8b, 0x5b, 0xd8,
+ 0xbb, 0xa1, 0x53, 0x56, 0xdc, 0xb2, 0xde, 0x0d, 0x75, 0x39, 0x99, 0xc7,
+ 0xcb, 0x3d, 0x91, 0x38, 0xf5, 0x12, 0x23, 0x35, 0x69, 0xa7, 0x5f, 0x84,
+ 0xa2, 0x2e, 0x8f, 0x18, 0xe6, 0x6f, 0x6f, 0x3c, 0x66, 0x9b, 0xf0, 0xf1,
+ 0x93, 0xd3, 0x9b, 0xae, 0x1b, 0xe9, 0x07, 0xfd, 0xdc, 0xac, 0xa7, 0x78,
+ 0xa8, 0xc0, 0x7d, 0xab, 0x23, 0x79, 0x7d, 0x4d, 0xc7, 0x85, 0x8a, 0xeb,
+ 0xae, 0x2a, 0x22, 0x97, 0xf2, 0xc5, 0x72, 0x6e, 0x19, 0x79, 0xbb, 0xa8,
+ 0x80, 0x2a, 0x16, 0x0f, 0x05, 0xd8, 0x32, 0xf5, 0x76, 0x51, 0xf7, 0x74,
+ 0x03, 0x5b, 0x06, 0xdf, 0x2e, 0xea, 0x9b, 0x6e, 0x60, 0xcb, 0xec, 0xdb,
+ 0xed, 0xb4, 0xbc, 0xc0, 0x96, 0xf1, 0xb7, 0x8b, 0xca, 0xa5, 0x1b, 0xd8,
+ 0x32, 0x01, 0x77, 0x3b, 0xfe, 0x0a, 0x5a, 0x86, 0xe0, 0x6e, 0xc7, 0x5f,
+ 0x41, 0xcb, 0x1c, 0xdc, 0xed, 0xf8, 0x2b, 0x38, 0xb4, 0x80, 0xbb, 0xfe,
+ 0x0a, 0x6a, 0x46, 0x38, 0x0e, 0xed, 0xaf, 0x61, 0xdb, 0xee, 0xc3, 0xae,
+ 0xbf, 0x8a, 0x6d, 0xbb, 0x13, 0xbb, 0xfe, 0x3a, 0x1e, 0xc0, 0x0d, 0x4d,
+ 0x6d, 0xe4, 0xe1, 0x3c, 0xd3, 0xf5, 0x57, 0x14, 0x31, 0x42, 0x1b, 0x63,
+ 0x58, 0x8f, 0x11, 0x59, 0x18, 0x3d, 0x7f, 0xfb, 0x20, 0x46, 0xc7, 0xc6,
+ 0x68, 0xd7, 0x63, 0x74, 0x6d, 0x0c, 0x7f, 0xab, 0x22, 0x46, 0xcf, 0xc6,
+ 0x88, 0xea, 0x31, 0xfa, 0x36, 0x86, 0xbf, 0x2f, 0x10, 0x63, 0x60, 0x63,
+ 0x74, 0xeb, 0x31, 0x86, 0x36, 0xc6, 0xba, 0x1e, 0x6c, 0xd9, 0x28, 0xfd,
+ 0x35, 0x28, 0x76, 0xaf, 0xf7, 0xd6, 0xf4, 0x7a, 0xdb, 0xee, 0xf6, 0x9e,
+ 0xd1, 0xed, 0xbf, 0x0b, 0xd0, 0xf9, 0x0b, 0x82, 0x20, 0x60, 0xa0, 0x83,
+ 0x5f, 0x82, 0x6e, 0x3f, 0x7c, 0x91, 0xaf, 0x16, 0x70, 0x4e, 0x7d, 0xbd,
+ 0x64, 0x1b, 0x57, 0x11, 0x3e, 0x51, 0xf7, 0x94, 0x52, 0x08, 0xe3, 0xd1,
+ 0x5c, 0x57, 0xa8, 0xcc, 0x48, 0x55, 0xe0, 0xd3, 0x35, 0x34, 0xc5, 0xdf,
+ 0x66, 0xa4, 0x04, 0x03, 0xb5, 0x28, 0xf4, 0x1c, 0x14, 0xf8, 0x9d, 0xb7,
+ 0x86, 0x24, 0x06, 0x2d, 0x07, 0x09, 0x08, 0x88, 0x80, 0x5e, 0x28, 0xa2,
+ 0x26, 0xc7, 0x8b, 0xcb, 0x64, 0x5c, 0xd8, 0xc8, 0x20, 0x17, 0x05, 0xfb,
+ 0x62, 0x12, 0x80, 0x98, 0x78, 0x86, 0xab, 0x09, 0x8d, 0x53, 0xdb, 0x31,
+ 0x4c, 0xa0, 0x4c, 0x5d, 0xe0, 0xa8, 0x3f, 0x6a, 0xe0, 0x8a, 0xe3, 0x9d,
+ 0xa3, 0x61, 0x39, 0x16, 0x34, 0x2c, 0x98, 0x4e, 0x55, 0xbb, 0x1e, 0xbf,
+ 0xc8, 0x8e, 0x0b, 0xa0, 0x8d, 0x61, 0x5d, 0xe0, 0x42, 0x77, 0x92, 0x13,
+ 0x8a, 0x8f, 0x64, 0x41, 0x8b, 0x66, 0x97, 0x17, 0x02, 0x08, 0x7c, 0xef,
+ 0xe8, 0xc2, 0x86, 0x1d, 0xb8, 0x96, 0xbd, 0xa2, 0xcc, 0xd2, 0xf1, 0x5d,
+ 0x0a, 0x19, 0x09, 0xf3, 0x74, 0xec, 0x5c, 0x30, 0x7b, 0x2d, 0xe7, 0x82,
+ 0x59, 0x4c, 0xae, 0xc8, 0xcd, 0x97, 0xf5, 0xf3, 0x74, 0x6a, 0xf6, 0x48,
+ 0xaf, 0xa5, 0x19, 0xa6, 0x27, 0x7b, 0x69, 0x7e, 0x1a, 0x17, 0xc5, 0xf1,
+ 0xe2, 0x6c, 0x01, 0x27, 0x15, 0x28, 0xea, 0x36, 0x0e, 0xba, 0x29, 0x0a,
+ 0xa4, 0x2a, 0x36, 0x9e, 0x40, 0x38, 0x82, 0x90, 0x7e, 0x18, 0x66, 0x55,
+ 0xc7, 0x93, 0xaa, 0x97, 0x67, 0x58, 0xf4, 0xda, 0xbd, 0x17, 0x20, 0x08,
+ 0x18, 0x4b, 0xd8, 0xc6, 0x86, 0x46, 0xac, 0x3c, 0x23, 0xab, 0xa8, 0xc3,
+ 0x16, 0x64, 0xd8, 0xd2, 0x20, 0x49, 0xd7, 0xc0, 0x58, 0xc4, 0x16, 0x64,
+ 0xb5, 0x0f, 0xa2, 0xd1, 0x2d, 0x62, 0xf4, 0x3a, 0x85, 0x85, 0xdf, 0x94,
+ 0xb2, 0x77, 0x35, 0x14, 0x2d, 0xf4, 0x38, 0x2e, 0x6b, 0xd0, 0x22, 0x7b,
+ 0x67, 0x43, 0x68, 0x9a, 0x8f, 0xaa, 0x8d, 0x16, 0x5a, 0x68, 0x70, 0x51,
+ 0x96, 0xb8, 0xbc, 0x48, 0x4a, 0xb8, 0xa4, 0x6f, 0xe1, 0xd8, 0xbb, 0x3b,
+ 0x6c, 0x83, 0x8f, 0x14, 0x6f, 0xdb, 0x3f, 0xc3, 0xf4, 0xb4, 0x43, 0xda,
+ 0xd9, 0x2a, 0xa6, 0x62, 0xf6, 0x26, 0x13, 0x0b, 0xb2, 0xd3, 0xd2, 0x5b,
+ 0x4e, 0x02, 0x9f, 0xae, 0x66, 0xd6, 0xa4, 0xd1, 0xeb, 0x18, 0xed, 0xec,
+ 0xe8, 0xfb, 0xce, 0x00, 0x2e, 0x4c, 0x63, 0xbc, 0xc4, 0x0b, 0x74, 0xfe,
+ 0x98, 0x19, 0x57, 0xc1, 0x7b, 0xa0, 0x69, 0xd0, 0x55, 0xfa, 0x0a, 0x10,
+ 0xea, 0x6f, 0x5d, 0x9c, 0x26, 0x48, 0xbc, 0x4a, 0x3f, 0xa7, 0x78, 0xe1,
+ 0xe6, 0xe5, 0x11, 0xe2, 0x8a, 0x6e, 0xf7, 0x41, 0x00, 0x7e, 0x79, 0x7c,
+ 0x42, 0xe0, 0xe6, 0x11, 0x30, 0x08, 0x7c, 0x8f, 0x0e, 0x2e, 0xf7, 0xef,
+ 0x6d, 0x58, 0x6b, 0x09, 0xe8, 0x75, 0xfb, 0x3e, 0x58, 0x6b, 0xcd, 0xef,
+ 0xd1, 0xc9, 0xa6, 0x0b, 0xd6, 0x5a, 0xed, 0x7b, 0xa8, 0x51, 0x38, 0x61,
+ 0xad, 0x75, 0xbe, 0x47, 0x47, 0x9f, 0x2e, 0x58, 0x6b, 0x85, 0xef, 0xa1,
+ 0x16, 0xe1, 0x84, 0xb5, 0xd6, 0xf6, 0x1e, 0x1d, 0x8d, 0xba, 0x60, 0xad,
+ 0x55, 0xbd, 0x87, 0x9a, 0x83, 0x13, 0xd6, 0x5a, 0xcf, 0x7b, 0x74, 0x74,
+ 0xea, 0x82, 0xb5, 0x57, 0xf2, 0x1e, 0xaa, 0x0b, 0x6e, 0x60, 0xbb, 0xe7,
+ 0x7a, 0xde, 0x9e, 0xb3, 0x57, 0xef, 0x5e, 0xcf, 0xdd, 0x75, 0xd6, 0x50,
+ 0x23, 0x11, 0xea, 0x0d, 0x74, 0xc1, 0xe6, 0xd0, 0x57, 0x32, 0xf8, 0xa3,
+ 0x89, 0xa0, 0xad, 0xe1, 0x82, 0x11, 0xf3, 0xe4, 0x8d, 0x20, 0x7b, 0x1a,
+ 0x24, 0xcf, 0x93, 0xe4, 0xe1, 0x43, 0x5b, 0x95, 0x1d, 0xa3, 0x6b, 0xd0,
+ 0x61, 0x24, 0x30, 0xa3, 0x07, 0x04, 0x61, 0xbf, 0x5e, 0xae, 0xb4, 0xab,
+ 0xd9, 0x9c, 0x86, 0x76, 0x2e, 0xcb, 0x56, 0x4c, 0x15, 0xc1, 0xba, 0x52,
+ 0xc5, 0x71, 0x06, 0x6b, 0x71, 0xae, 0x97, 0xa9, 0x85, 0xa6, 0xb9, 0x58,
+ 0x2f, 0xb2, 0x8f, 0xf1, 0xcc, 0xbc, 0xf5, 0xdf, 0x83, 0x35, 0x93, 0x46,
+ 0x7b, 0x0c, 0x53, 0xf7, 0x1e, 0xa4, 0x3b, 0x3a, 0x4d, 0x17, 0x2e, 0x28,
+ 0x1c, 0xe9, 0x69, 0xf1, 0x7e, 0x39, 0x5d, 0x1e, 0x2f, 0x62, 0x47, 0x08,
+ 0x01, 0x02, 0xc3, 0x98, 0x19, 0x8b, 0xe4, 0xb1, 0x3c, 0xc9, 0x6e, 0xac,
+ 0xa5, 0xa0, 0xdf, 0x52, 0x5b, 0x70, 0x92, 0x5e, 0x03, 0xa0, 0xe9, 0x53,
+ 0xcb, 0x21, 0xd1, 0xe5, 0xc9, 0xdf, 0xd8, 0xfd, 0xd6, 0x80, 0x35, 0xf6,
+ 0x24, 0x89, 0x27, 0xa5, 0xee, 0x85, 0xcf, 0xd1, 0x07, 0xda, 0xea, 0x24,
+ 0x92, 0x22, 0xa0, 0x36, 0x69, 0x01, 0xe3, 0x92, 0x49, 0x07, 0xda, 0x1a,
+ 0xb4, 0xa9, 0x01, 0x70, 0xe8, 0x5e, 0xad, 0x14, 0xf4, 0x43, 0xbc, 0xff,
+ 0x73, 0x03, 0xd9, 0x96, 0x65, 0x18, 0xa3, 0x42, 0x6f, 0xaa, 0x7e, 0x28,
+ 0x03, 0x96, 0x50, 0x3c, 0x89, 0x3d, 0x1e, 0x08, 0xf5, 0x3c, 0x5d, 0x88,
+ 0x03, 0x6b, 0x0b, 0x9c, 0x77, 0xc0, 0x09, 0x22, 0xa8, 0xd1, 0xa4, 0x2c,
+ 0x48, 0xec, 0x83, 0xb4, 0xb8, 0x7c, 0x48, 0xcb, 0x8a, 0xf4, 0xc4, 0x05,
+ 0xc9, 0x43, 0x97, 0x8c, 0x66, 0xab, 0x75, 0x90, 0x18, 0xc1, 0x24, 0x85,
+ 0xd4, 0x08, 0xe9, 0x04, 0x2f, 0x93, 0x9e, 0x9b, 0x62, 0x42, 0x70, 0x18,
+ 0xc7, 0x44, 0xc4, 0x75, 0x25, 0x0e, 0x6a, 0x79, 0xc5, 0xc0, 0x26, 0x4c,
+ 0x8f, 0xaf, 0x05, 0xc2, 0x00, 0x27, 0x78, 0x31, 0xb0, 0x16, 0x8c, 0xe2,
+ 0x9c, 0x40, 0x28, 0xff, 0x1a, 0x20, 0x0c, 0x74, 0x92, 0xe3, 0x00, 0x97,
+ 0x13, 0x88, 0xc3, 0x3f, 0xa3, 0xaf, 0x5d, 0xac, 0x73, 0x75, 0xf3, 0x80,
+ 0x35, 0xc7, 0x1e, 0x05, 0x87, 0xf1, 0x16, 0x28, 0x17, 0xd3, 0xbd, 0x93,
+ 0xcb, 0x53, 0x0c, 0x98, 0x54, 0x0b, 0x8a, 0x5d, 0x0c, 0xa0, 0xf1, 0xe3,
+ 0x3a, 0x50, 0xec, 0x63, 0xa2, 0x3a, 0x3a, 0xb9, 0xaa, 0x05, 0xc5, 0x4e,
+ 0x26, 0xaa, 0xeb, 0x40, 0xb1, 0x97, 0x09, 0xf4, 0x4a, 0xde, 0x3a, 0x2b,
+ 0xd9, 0xfc, 0x52, 0x8b, 0x85, 0x7d, 0xce, 0x1a, 0xe3, 0xe4, 0x72, 0x8d,
+ 0xc8, 0x0d, 0x44, 0x87, 0x33, 0xd0, 0x75, 0x22, 0x3f, 0x10, 0xfd, 0x2e,
+ 0xc9, 0xd6, 0xf2, 0x80, 0x7d, 0xcf, 0x40, 0xe1, 0x4e, 0x4e, 0x5e, 0x0b,
+ 0x89, 0x02, 0x00, 0xb3, 0x28, 0x83, 0xf6, 0x6b, 0x69, 0x7d, 0x71, 0xc2,
+ 0xaa, 0x28, 0x91, 0x3e, 0x04, 0xba, 0x71, 0x1e, 0xd9, 0xb6, 0x7b, 0x87,
+ 0xd8, 0x74, 0x5a, 0x2f, 0xf6, 0xe1, 0x18, 0xf5, 0x3a, 0x2d, 0xf6, 0x21,
+ 0xca, 0x71, 0xe5, 0xd2, 0xa7, 0x2e, 0x67, 0x2a, 0xd3, 0x1d, 0x39, 0x57,
+ 0x08, 0xc4, 0xff, 0x4c, 0xf2, 0x8c, 0x44, 0xd6, 0x82, 0x43, 0x09, 0x22,
+ 0x38, 0x36, 0xa8, 0xae, 0xb2, 0xec, 0xc4, 0xd4, 0xdb, 0x08, 0x0e, 0xc5,
+ 0x87, 0xe0, 0x20, 0xe6, 0xb5, 0x17, 0x0e, 0x65, 0x87, 0xe0, 0xe6, 0xf1,
+ 0xd2, 0x0f, 0x87, 0x82, 0x43, 0x70, 0xa0, 0xa4, 0xe2, 0xc6, 0xcb, 0xa5,
+ 0xa4, 0xf6, 0x35, 0x9f, 0x76, 0x03, 0x41, 0x57, 0x81, 0xa9, 0x55, 0xd1,
+ 0xf2, 0xc5, 0x17, 0xb9, 0xca, 0xfc, 0x4c, 0x88, 0x78, 0x1e, 0xcd, 0x53,
+ 0xd6, 0x10, 0x05, 0x0b, 0xbd, 0xbb, 0xf6, 0xae, 0xa6, 0xe4, 0xe1, 0x6c,
+ 0x99, 0x2c, 0xa0, 0x1f, 0x1c, 0x8a, 0x78, 0x1f, 0x95, 0xd8, 0x8a, 0x0b,
+ 0x85, 0xf9, 0x8c, 0x63, 0x9d, 0x1b, 0x17, 0x43, 0x60, 0x01, 0xea, 0xa3,
+ 0x36, 0xdb, 0x80, 0xf9, 0x19, 0x13, 0x59, 0x29, 0x07, 0x06, 0xa5, 0x4b,
+ 0xa2, 0x24, 0x6e, 0x0d, 0xd9, 0x34, 0xce, 0x9c, 0xa7, 0xd4, 0xfd, 0xae,
+ 0xd9, 0x70, 0xad, 0xb6, 0x89, 0xc8, 0x59, 0x5f, 0x73, 0x82, 0xd2, 0xef,
+ 0xe9, 0xd6, 0xf0, 0xb5, 0x14, 0xec, 0x60, 0x0c, 0xe2, 0x88, 0x75, 0x0d,
+ 0x05, 0xe7, 0x09, 0x48, 0xbf, 0xd7, 0xf1, 0x57, 0xdd, 0xc4, 0xb6, 0x8e,
+ 0x44, 0xfa, 0xbd, 0x6e, 0x33, 0x6c, 0xc7, 0x49, 0x06, 0xe1, 0x8b, 0x93,
+ 0x86, 0x5a, 0xce, 0x1d, 0xe7, 0x1a, 0x84, 0xdd, 0x6f, 0x82, 0xed, 0x3e,
+ 0x85, 0xe8, 0xf7, 0x06, 0xd6, 0x50, 0xf1, 0xe0, 0xda, 0x2d, 0xde, 0x6f,
+ 0xb9, 0x71, 0x15, 0x0f, 0xe2, 0x35, 0xbd, 0xde, 0xf7, 0xf6, 0x99, 0x8f,
+ 0x86, 0x83, 0x8b, 0x4e, 0x43, 0x1a, 0xee, 0x9e, 0xef, 0xf7, 0xbc, 0x7d,
+ 0xe7, 0xc0, 0xb7, 0xfb, 0xbe, 0xef, 0x1f, 0x34, 0x06, 0xbe, 0xe7, 0x1c,
+ 0xab, 0xdf, 0xaf, 0xce, 0x8d, 0xd6, 0xd4, 0xc0, 0x73, 0xb2, 0xd5, 0x57,
+ 0x8e, 0xaf, 0xd7, 0x50, 0xf0, 0x48, 0x81, 0xe6, 0xff, 0xb8, 0x06, 0xdb,
+ 0x51, 0xbc, 0x3d, 0xdd, 0x6a, 0x32, 0x84, 0x3e, 0x11, 0xce, 0xdb, 0xa2,
+ 0x7d, 0xcd, 0x47, 0xd2, 0x81, 0xfa, 0xa7, 0x1a, 0x54, 0x8f, 0xe4, 0x56,
+ 0x3c, 0xd7, 0x94, 0x3b, 0x5c, 0x2b, 0xba, 0x35, 0x25, 0x6b, 0x7b, 0x1e,
+ 0xc7, 0xf2, 0x3b, 0xec, 0xbd, 0xd8, 0x1b, 0x5d, 0xc7, 0x63, 0x0a, 0xd4,
+ 0xed, 0x52, 0x3c, 0xaa, 0x2d, 0x11, 0x02, 0x8a, 0xfb, 0xf6, 0xa4, 0x82,
+ 0x78, 0x11, 0x48, 0x73, 0x1b, 0x5d, 0xcf, 0x19, 0xca, 0xe1, 0x02, 0x4c,
+ 0x9a, 0xe6, 0x32, 0x5e, 0xed, 0x8e, 0x18, 0x18, 0x5d, 0x21, 0x66, 0xcb,
+ 0xe9, 0xe5, 0xcc, 0x5a, 0x4f, 0x11, 0x90, 0x74, 0x36, 0x05, 0x90, 0xc7,
+ 0x31, 0xb0, 0x00, 0x49, 0x63, 0x1b, 0x5d, 0x2f, 0xb2, 0x91, 0x19, 0x1d,
+ 0x8e, 0x00, 0x50, 0x39, 0x53, 0x29, 0xbd, 0xcf, 0x9c, 0x70, 0xa4, 0x97,
+ 0x8d, 0xb8, 0x3a, 0x80, 0xa9, 0x2d, 0x1d, 0x50, 0xa4, 0x91, 0x8d, 0x98,
+ 0x12, 0xc2, 0x3d, 0x65, 0x27, 0xfb, 0x4f, 0x27, 0xab, 0xd8, 0x05, 0x4a,
+ 0x1a, 0x19, 0xb4, 0xe1, 0x48, 0x86, 0x43, 0xf0, 0xb6, 0x1f, 0x2a, 0x65,
+ 0x76, 0x7f, 0x0d, 0x5a, 0xad, 0x17, 0x47, 0xf1, 0xe2, 0xba, 0x7d, 0x3d,
+ 0xe1, 0xc5, 0x7d, 0xba, 0x4b, 0x67, 0x09, 0x05, 0x51, 0xbc, 0x2c, 0xb3,
+ 0xe5, 0xd2, 0x6c, 0xe7, 0x41, 0x4b, 0xaa, 0x4b, 0x84, 0x48, 0x69, 0x4a,
+ 0xad, 0xc6, 0x21, 0x38, 0xec, 0x36, 0x82, 0x4b, 0xa8, 0xd7, 0x8e, 0xb2,
+ 0x7c, 0x6f, 0xec, 0x02, 0xc5, 0xae, 0x23, 0xd0, 0x3b, 0xb3, 0x05, 0x09,
+ 0x02, 0xfb, 0x8c, 0x20, 0xc6, 0x96, 0x1a, 0x47, 0x20, 0xd8, 0x5b, 0x04,
+ 0x32, 0xbf, 0x2e, 0xec, 0xc6, 0x20, 0x28, 0xec, 0x32, 0x82, 0x9a, 0xc6,
+ 0x0b, 0x4c, 0x04, 0x67, 0x4c, 0x6d, 0x83, 0x96, 0xb1, 0x28, 0x4a, 0x68,
+ 0xe7, 0xc0, 0x3a, 0x22, 0xda, 0x83, 0xda, 0xb1, 0x31, 0x68, 0x87, 0x48,
+ 0x26, 0x6c, 0xde, 0xd6, 0xb0, 0x71, 0xae, 0xda, 0x3a, 0xf4, 0xb6, 0x35,
+ 0xc2, 0xc9, 0xb6, 0x0e, 0xeb, 0xda, 0x1a, 0x41, 0x65, 0x5b, 0x87, 0x8e,
+ 0xb6, 0x46, 0x08, 0xd9, 0xd6, 0xa1, 0xab, 0xad, 0x11, 0x44, 0xb6, 0x75,
+ 0xe8, 0x69, 0x6b, 0x84, 0x92, 0x6d, 0x1d, 0x7a, 0xdb, 0xba, 0xdd, 0xb3,
+ 0xdb, 0x3a, 0x5c, 0xd3, 0xd6, 0x61, 0xbd, 0xa9, 0x68, 0x10, 0x76, 0x20,
+ 0xdc, 0x64, 0x4e, 0xa6, 0x0b, 0x95, 0x29, 0xd8, 0x76, 0x52, 0x93, 0xf2,
+ 0x01, 0xbb, 0xca, 0x17, 0xc9, 0xc4, 0x6d, 0xac, 0x25, 0x60, 0x6e, 0x17,
+ 0xc0, 0x88, 0x3f, 0xab, 0xf9, 0xd2, 0x0c, 0x3f, 0x4a, 0x40, 0x64, 0x12,
+ 0x90, 0x71, 0x0e, 0x5c, 0x20, 0xd8, 0xa4, 0x2e, 0x56, 0x61, 0xa3, 0x8b,
+ 0x37, 0x13, 0xae, 0x12, 0x73, 0x0e, 0x1a, 0x54, 0x3b, 0xdc, 0xbb, 0xb8,
+ 0x10, 0x97, 0x8a, 0xb9, 0x09, 0xdc, 0x05, 0x4a, 0xf6, 0xe2, 0x98, 0x6d,
+ 0x85, 0xc1, 0xdb, 0xde, 0x31, 0x1d, 0x0c, 0xaa, 0xdd, 0xed, 0x04, 0x40,
+ 0x92, 0xc9, 0xe5, 0xdd, 0xaa, 0xcc, 0xa6, 0xd3, 0x0b, 0x61, 0xf2, 0x72,
+ 0xc1, 0xfb, 0x78, 0x8f, 0x42, 0xb0, 0x99, 0xe3, 0x29, 0x96, 0x43, 0xad,
+ 0x1f, 0xe0, 0x1e, 0x4f, 0xb5, 0xae, 0x23, 0xa4, 0x6b, 0xdf, 0x32, 0x30,
+ 0x8d, 0xf6, 0xd7, 0x63, 0xb4, 0x99, 0xfc, 0xba, 0x74, 0xd5, 0xa1, 0xda,
+ 0xb2, 0x01, 0xe4, 0x4d, 0x1e, 0x7f, 0xa6, 0xe8, 0x87, 0x5e, 0x58, 0x6c,
+ 0x16, 0x80, 0x8d, 0xc7, 0xbc, 0x9e, 0x5e, 0x50, 0x6c, 0x1a, 0x00, 0x65,
+ 0xff, 0xe7, 0x73, 0xf0, 0x61, 0x79, 0xe3, 0x82, 0xc4, 0x46, 0xe1, 0x90,
+ 0xac, 0x6b, 0x46, 0x2b, 0xb3, 0xf3, 0xaa, 0x9d, 0x5b, 0x31, 0xb9, 0x86,
+ 0x70, 0xbb, 0xf9, 0xad, 0xb5, 0xa2, 0x0e, 0xc4, 0xa9, 0x82, 0x16, 0x4c,
+ 0xb2, 0x82, 0xff, 0x83, 0xd5, 0x52, 0xfa, 0x35, 0x64, 0xe5, 0xd0, 0x75,
+ 0xb3, 0x33, 0xd0, 0x81, 0x76, 0x43, 0x59, 0xa3, 0x53, 0x52, 0xb6, 0x46,
+ 0x2f, 0x62, 0xcf, 0x87, 0x28, 0x92, 0xe3, 0xd5, 0x61, 0x6b, 0x7e, 0xa3,
+ 0x1a, 0xb6, 0xeb, 0x2c, 0x74, 0x80, 0xbb, 0x13, 0xed, 0x2c, 0x14, 0xc2,
+ 0x1d, 0xf9, 0xed, 0x0a, 0x03, 0x4d, 0xab, 0xbf, 0x4b, 0xd8, 0xde, 0x6f,
+ 0xb1, 0x9f, 0xc5, 0xf9, 0xe4, 0xd8, 0xda, 0xfb, 0x0e, 0x50, 0x05, 0x4f,
+ 0x27, 0xd2, 0x3c, 0xad, 0xf8, 0xff, 0xf8, 0x2e, 0xd6, 0x0c, 0xfa, 0xf6,
+ 0xb1, 0x54, 0x9d, 0xa4, 0xf6, 0xa5, 0xb6, 0x43, 0x50, 0x07, 0xd9, 0x83,
+ 0x4b, 0x2b, 0x22, 0x38, 0x94, 0xd2, 0x7a, 0x69, 0xee, 0x4b, 0x2d, 0x07,
+ 0x6f, 0xd5, 0xc0, 0xb2, 0xe1, 0x05, 0x43, 0xf9, 0x9c, 0x64, 0x18, 0x62,
+ 0x53, 0x0d, 0x49, 0x61, 0x01, 0xa2, 0x88, 0x2e, 0x6f, 0xbd, 0x84, 0x70,
+ 0x0e, 0x87, 0xde, 0x91, 0x54, 0x3c, 0x3e, 0xd4, 0x03, 0xcd, 0x82, 0x5f,
+ 0x78, 0x6e, 0xf0, 0x10, 0xa4, 0x2a, 0x7d, 0x40, 0x9b, 0x35, 0xfa, 0x49,
+ 0x16, 0xdb, 0x73, 0x88, 0xa6, 0x61, 0x8b, 0x19, 0xd6, 0x0d, 0xa9, 0xf6,
+ 0x3c, 0x8f, 0x12, 0xef, 0x3c, 0xf8, 0x1e, 0xa0, 0x16, 0xab, 0x1e, 0x7c,
+ 0xc3, 0x75, 0x8e, 0x8f, 0xb5, 0x18, 0xe6, 0x51, 0x79, 0x9c, 0xe2, 0x7d,
+ 0x23, 0x91, 0x82, 0xcd, 0x46, 0xe8, 0x59, 0xce, 0x5b, 0x7a, 0x8f, 0x5d,
+ 0x65, 0xb7, 0xb7, 0x33, 0xd7, 0xf5, 0x32, 0x42, 0x57, 0xeb, 0xc2, 0x04,
+ 0xf3, 0x3c, 0xc9, 0xc5, 0xc1, 0xb4, 0xb5, 0x8f, 0x1b, 0xb6, 0x2a, 0x23,
+ 0x8c, 0x03, 0xde, 0xda, 0xb7, 0x0d, 0xa1, 0x06, 0x7e, 0x78, 0xcb, 0x93,
+ 0x71, 0x88, 0x1e, 0x9b, 0x5e, 0x78, 0xcb, 0x99, 0x71, 0xd8, 0x8a, 0xea,
+ 0xe0, 0xbb, 0x36, 0x7c, 0xa7, 0x0e, 0xbe, 0x67, 0xc3, 0x77, 0xeb, 0xe0,
+ 0xfb, 0x36, 0x7c, 0xaf, 0x0e, 0x7e, 0x60, 0xc3, 0xf7, 0xeb, 0xe0, 0x87,
+ 0x36, 0xfc, 0xa0, 0x0e, 0x5e, 0xf7, 0x09, 0x23, 0x84, 0x61, 0x2d, 0x82,
+ 0xdd, 0xc3, 0xed, 0xda, 0x1e, 0x6e, 0xdb, 0x5d, 0xdc, 0x36, 0xba, 0xd8,
+ 0x5e, 0xbb, 0x87, 0x4c, 0x1d, 0x65, 0x13, 0x3d, 0x66, 0x28, 0x34, 0x46,
+ 0xd2, 0xb0, 0xad, 0x0e, 0x4e, 0xdc, 0xb0, 0xd8, 0x20, 0xea, 0x22, 0x20,
+ 0xd2, 0x01, 0x58, 0x50, 0x9a, 0x9a, 0x86, 0x19, 0x62, 0x0c, 0xff, 0x18,
+ 0x0e, 0xa6, 0x05, 0xd9, 0x03, 0x85, 0x0f, 0xd8, 0xba, 0x32, 0x6e, 0x0a,
+ 0x72, 0x58, 0x75, 0x64, 0xa4, 0x05, 0x1e, 0xa9, 0x51, 0xfa, 0x48, 0xb7,
+ 0x7d, 0x77, 0x18, 0x49, 0x25, 0x9a, 0x9b, 0x84, 0x0f, 0x92, 0x75, 0xd0,
+ 0x5c, 0xe5, 0x03, 0x5b, 0xf7, 0x55, 0x76, 0x01, 0x97, 0x46, 0xc0, 0xcb,
+ 0x73, 0x0e, 0xa9, 0x2f, 0xcd, 0x70, 0xe3, 0x84, 0xc0, 0x4f, 0x84, 0x8e,
+ 0xf2, 0x78, 0x4c, 0xe9, 0x70, 0x0e, 0xab, 0x1c, 0x7f, 0x0e, 0x70, 0x9c,
+ 0x99, 0x31, 0x09, 0xdf, 0xe1, 0xb2, 0x48, 0x67, 0xe6, 0xac, 0x4c, 0x40,
+ 0x38, 0x2b, 0x97, 0x6c, 0x0b, 0x7b, 0x97, 0xe5, 0x4e, 0x2a, 0x34, 0x2d,
+ 0xcb, 0x22, 0xd9, 0xe4, 0xec, 0x6c, 0x5c, 0xf3, 0xce, 0x3a, 0xd5, 0x23,
+ 0x99, 0x38, 0x15, 0xeb, 0x61, 0xa7, 0xa5, 0x4d, 0x3c, 0x8f, 0x98, 0x60,
+ 0x11, 0x65, 0x6d, 0xec, 0xe8, 0x0c, 0xcd, 0xda, 0xac, 0x40, 0xb3, 0xff,
+ 0xd2, 0xcc, 0x9a, 0xa1, 0x87, 0x1d, 0x7d, 0x56, 0x7b, 0xa4, 0xf5, 0x24,
+ 0x99, 0xf8, 0x31, 0x74, 0x25, 0x05, 0x78, 0x18, 0xe9, 0x81, 0xcd, 0x09,
+ 0xaa, 0xfe, 0xc8, 0x70, 0xd8, 0xc3, 0x11, 0xf3, 0xf1, 0xbe, 0xbc, 0x3e,
+ 0xdd, 0x3b, 0xbf, 0xde, 0xbb, 0xba, 0xbe, 0x3c, 0x3f, 0x1c, 0x1d, 0xef,
+ 0x9d, 0x5c, 0x9f, 0x9f, 0x1d, 0x7f, 0xb8, 0x32, 0x27, 0xdf, 0x61, 0x6f,
+ 0xad, 0x51, 0x5b, 0xa7, 0x76, 0x70, 0x7c, 0x74, 0x64, 0x2a, 0x17, 0xc3,
+ 0x5e, 0xb8, 0x8e, 0x08, 0x8f, 0xfc, 0x43, 0x1b, 0x40, 0x26, 0x94, 0x90,
+ 0xa9, 0xea, 0xfc, 0x2e, 0x2e, 0xac, 0xc5, 0x64, 0xa8, 0x5d, 0xc8, 0xa6,
+ 0x41, 0x49, 0xf1, 0xbf, 0x30, 0x8f, 0x10, 0x7a, 0x05, 0x1d, 0xba, 0xae,
+ 0x44, 0x0d, 0xf5, 0x1b, 0xd9, 0x2a, 0x26, 0x53, 0x58, 0xb3, 0x1c, 0x02,
+ 0x81, 0x32, 0x02, 0xce, 0x4b, 0xb3, 0xc3, 0x5e, 0xfd, 0x76, 0x76, 0xd8,
+ 0x0f, 0x5f, 0x5c, 0xe5, 0xb7, 0xd7, 0x22, 0xcf, 0xc3, 0xd3, 0x62, 0xfc,
+ 0x2e, 0x5e, 0x3a, 0x8f, 0x74, 0x87, 0x9a, 0xbf, 0x00, 0x20, 0xa1, 0xde,
+ 0x07, 0x28, 0x77, 0x79, 0xb6, 0x48, 0xff, 0xee, 0x8b, 0x04, 0x86, 0x75,
+ 0xd0, 0x5c, 0x08, 0x94, 0x12, 0x7d, 0x21, 0xbd, 0x08, 0x69, 0xe0, 0x46,
+ 0xc2, 0xa5, 0x17, 0xf3, 0x2a, 0x5a, 0xf5, 0xd5, 0x74, 0x17, 0x40, 0x49,
+ 0xc4, 0xf5, 0xef, 0x8b, 0xd4, 0xd1, 0x27, 0x03, 0xb3, 0x4e, 0x12, 0xfc,
+ 0x28, 0x9e, 0x59, 0x7a, 0xec, 0x70, 0x50, 0x7f, 0xdc, 0x39, 0x1c, 0x0c,
+ 0x5e, 0x7c, 0xfc, 0x78, 0x75, 0xbd, 0xdf, 0x3e, 0x6e, 0xd4, 0xa2, 0x9a,
+ 0xae, 0x23, 0x10, 0x37, 0x69, 0x55, 0xcd, 0x90, 0x67, 0x94, 0x5c, 0xdb,
+ 0xb2, 0xc3, 0x8e, 0x1f, 0xb1, 0xa6, 0x75, 0x87, 0x3d, 0x07, 0x5a, 0x7d,
+ 0x0b, 0x0f, 0x5d, 0x75, 0xac, 0x6d, 0x65, 0xc8, 0x09, 0x55, 0xdb, 0xcc,
+ 0x0c, 0xa0, 0xc3, 0x49, 0x1d, 0x36, 0x69, 0x67, 0x80, 0xb7, 0x98, 0x38,
+ 0xdc, 0xa4, 0xa1, 0x19, 0x05, 0xbb, 0x1a, 0x87, 0x4d, 0x5a, 0xba, 0xdd,
+ 0x6a, 0xb7, 0xfc, 0x98, 0xfe, 0xa6, 0x66, 0x78, 0x76, 0xdf, 0x1e, 0xd6,
+ 0xb7, 0x35, 0xc3, 0x71, 0xd5, 0x73, 0x4d, 0x63, 0xaf, 0xf1, 0xd4, 0x68,
+ 0xb7, 0x42, 0x4e, 0x2a, 0x6c, 0x24, 0xd4, 0x00, 0x6f, 0x32, 0x11, 0x6e,
+ 0x24, 0xd5, 0x8c, 0x82, 0x55, 0x8d, 0xb0, 0x91, 0x58, 0x33, 0x4c, 0x4b,
+ 0x40, 0xc3, 0x06, 0x72, 0xcd, 0xf0, 0xac, 0xee, 0x0d, 0xd7, 0x08, 0x76,
+ 0xbb, 0x15, 0xb9, 0xea, 0xb9, 0xa6, 0xb1, 0xb5, 0xf3, 0x72, 0x57, 0x63,
+ 0x47, 0x3d, 0x4e, 0xaa, 0xa1, 0x64, 0x47, 0x76, 0x85, 0x37, 0x94, 0xec,
+ 0x8e, 0x5d, 0x8d, 0x86, 0x92, 0xdd, 0xb1, 0x24, 0x34, 0x6c, 0x24, 0xd9,
+ 0x1d, 0xbb, 0x7b, 0xd7, 0x4a, 0x76, 0xc7, 0x55, 0xcf, 0x35, 0x8d, 0xdd,
+ 0xa9, 0x5f, 0xfb, 0xda, 0xad, 0x2e, 0x2d, 0x7e, 0xf3, 0xeb, 0x71, 0x3c,
+ 0x67, 0x0a, 0x22, 0x6b, 0x30, 0x4f, 0xa8, 0x0a, 0x00, 0x35, 0x16, 0x8a,
+ 0xf9, 0xf5, 0x12, 0x56, 0x79, 0x4a, 0xfb, 0x35, 0x4f, 0x1c, 0x21, 0x48,
+ 0x5b, 0xdd, 0x8e, 0x85, 0xc3, 0x50, 0xaa, 0x7e, 0xa9, 0x14, 0x05, 0x45,
+ 0x2b, 0x64, 0x68, 0xd2, 0xda, 0xe0, 0xe2, 0xb9, 0xe7, 0x8a, 0x64, 0x6a,
+ 0xcb, 0x45, 0x4f, 0x7a, 0x9f, 0x63, 0xe9, 0x02, 0xc5, 0x01, 0xd8, 0xd1,
+ 0x00, 0x9d, 0x45, 0x0e, 0x5e, 0x1c, 0xb3, 0xad, 0xf5, 0xf5, 0x3c, 0xbd,
+ 0xbd, 0x2b, 0x51, 0x91, 0x3e, 0x4f, 0x27, 0x26, 0xd7, 0x3d, 0x69, 0xe3,
+ 0x44, 0xd8, 0x87, 0xb8, 0xa8, 0x85, 0x44, 0xe5, 0x1c, 0x21, 0xd3, 0x42,
+ 0x78, 0xea, 0x3b, 0x01, 0x51, 0x29, 0xe7, 0x80, 0xc7, 0xf1, 0x18, 0xb7,
+ 0x13, 0x47, 0x20, 0x94, 0x71, 0x51, 0xfa, 0x70, 0x50, 0x33, 0x47, 0x9c,
+ 0x45, 0x56, 0xb2, 0xbf, 0x3e, 0x38, 0x54, 0xce, 0x39, 0xed, 0xfd, 0x59,
+ 0xba, 0x5c, 0xfa, 0x00, 0x51, 0x49, 0x47, 0xc0, 0x59, 0x96, 0x7d, 0x2e,
+ 0x4e, 0xd2, 0xcf, 0x10, 0xd9, 0x76, 0xe1, 0x03, 0xc7, 0x53, 0x22, 0x1d,
+ 0xbc, 0x96, 0x5f, 0x3c, 0x2f, 0x32, 0xe0, 0xa1, 0x4d, 0xae, 0x32, 0x78,
+ 0xe9, 0x44, 0xc1, 0x73, 0x23, 0xd1, 0x2c, 0x93, 0x59, 0x3d, 0x7d, 0x3c,
+ 0x37, 0x52, 0x81, 0xe5, 0x21, 0xa1, 0xbb, 0x6f, 0x28, 0x89, 0x15, 0x22,
+ 0xd0, 0xed, 0x80, 0x8b, 0xe5, 0x7c, 0xff, 0x49, 0x4f, 0x36, 0xc2, 0x65,
+ 0x5c, 0x53, 0x0a, 0x75, 0x8c, 0xbd, 0xf1, 0xbe, 0xee, 0xdb, 0x29, 0x50,
+ 0x3a, 0x26, 0xca, 0x6c, 0x15, 0xef, 0x4d, 0x0c, 0xff, 0x32, 0x2e, 0x9e,
+ 0x9a, 0xde, 0x48, 0x55, 0x60, 0xff, 0x58, 0x7e, 0x2c, 0x9c, 0xb4, 0xa6,
+ 0xfd, 0x49, 0xe8, 0xc3, 0x45, 0x99, 0x3f, 0x39, 0xbc, 0xd7, 0x18, 0xbc,
+ 0xc5, 0x3d, 0xc2, 0x3f, 0xa6, 0xae, 0x60, 0x44, 0x0c, 0xdc, 0xc3, 0xb9,
+ 0xcd, 0xb6, 0xa6, 0xd9, 0x11, 0xe1, 0x78, 0xbc, 0xff, 0xc4, 0x76, 0xd7,
+ 0x57, 0xf1, 0xd2, 0xbe, 0xc7, 0xd0, 0x6e, 0x0d, 0x6d, 0x4e, 0x00, 0x81,
+ 0xb1, 0xe1, 0x43, 0xb0, 0x1a, 0x46, 0x38, 0xd9, 0xec, 0x1b, 0x9b, 0x0f,
+ 0x0a, 0xda, 0xdf, 0x32, 0x2e, 0xb2, 0x6a, 0x28, 0x76, 0x57, 0x71, 0xa4,
+ 0xb6, 0xea, 0x99, 0xa1, 0xa1, 0x1c, 0xc5, 0x0b, 0x0f, 0x4e, 0xe8, 0xc5,
+ 0x71, 0x00, 0x47, 0x0e, 0xae, 0x52, 0x53, 0x44, 0xf5, 0xaa, 0xb7, 0x5b,
+ 0x56, 0x37, 0x88, 0xf0, 0xab, 0xec, 0xb7, 0x23, 0x8c, 0xaa, 0x40, 0x1b,
+ 0x58, 0x8c, 0x55, 0xb2, 0xb4, 0x97, 0xe6, 0xf3, 0xb8, 0xb0, 0x4c, 0x86,
+ 0x6d, 0x4a, 0xeb, 0x50, 0xcd, 0x8f, 0x06, 0xda, 0x11, 0x9d, 0x4c, 0x9b,
+ 0x38, 0x5a, 0x78, 0x72, 0x9f, 0x97, 0x1b, 0x83, 0xeb, 0xbd, 0x38, 0xbc,
+ 0xda, 0xc7, 0x63, 0x4e, 0x2b, 0x4c, 0xbb, 0xcd, 0xbf, 0x3c, 0x61, 0x43,
+ 0x7a, 0x02, 0x11, 0x6e, 0xa9, 0xb8, 0xdd, 0xba, 0xda, 0x94, 0x7f, 0x41,
+ 0xb5, 0x77, 0x0a, 0x24, 0xb6, 0x48, 0x5b, 0xa1, 0x3e, 0xda, 0x94, 0x58,
+ 0xc1, 0x06, 0x47, 0x19, 0x77, 0xac, 0x72, 0x9c, 0x2d, 0x99, 0x1a, 0x4b,
+ 0x2b, 0x21, 0x46, 0x0c, 0xb6, 0x35, 0xf5, 0xb1, 0x66, 0xde, 0x35, 0x16,
+ 0x88, 0xd3, 0x04, 0x8f, 0x3c, 0x1f, 0x1c, 0xb7, 0x49, 0xda, 0x6d, 0x2b,
+ 0xbe, 0xad, 0xc0, 0x72, 0xc6, 0x12, 0x69, 0x53, 0x9e, 0x05, 0x17, 0x3c,
+ 0x05, 0x2d, 0x31, 0x0e, 0x32, 0x05, 0x92, 0x69, 0x25, 0x26, 0xa4, 0x3c,
+ 0xb9, 0x3f, 0x49, 0xe7, 0x69, 0xe9, 0x4a, 0x0c, 0xd7, 0xc6, 0x34, 0x0b,
+ 0xb4, 0xfc, 0x11, 0xf4, 0xdf, 0xe2, 0xf9, 0x01, 0x0f, 0x05, 0xee, 0x04,
+ 0xc5, 0xf5, 0x8f, 0x40, 0x93, 0xf2, 0x46, 0x24, 0x14, 0xf4, 0xa9, 0x5a,
+ 0x94, 0x4d, 0x41, 0x8b, 0x6c, 0x26, 0x71, 0xcf, 0xd7, 0xe2, 0x86, 0x6e,
+ 0x5c, 0xc6, 0x22, 0xfa, 0x81, 0x3a, 0x30, 0xf8, 0xdd, 0x38, 0xab, 0x0d,
+ 0x58, 0x71, 0xae, 0xf8, 0xb4, 0x97, 0x3c, 0xa7, 0xc9, 0x9a, 0x9d, 0x44,
+ 0xbb, 0x33, 0x40, 0x3a, 0x61, 0x33, 0x79, 0xef, 0x0c, 0x4c, 0xc1, 0x0a,
+ 0xd7, 0xc8, 0x7b, 0xd7, 0xd5, 0xdd, 0xa1, 0x57, 0xde, 0xbb, 0xae, 0x8e,
+ 0x0e, 0xd7, 0xc9, 0x7b, 0xd7, 0x1a, 0x86, 0x61, 0x03, 0x79, 0xef, 0xb9,
+ 0x24, 0x37, 0x5c, 0x27, 0xef, 0x3d, 0x5f, 0x85, 0x3c, 0xf2, 0xde, 0x73,
+ 0xd7, 0xa8, 0x5e, 0xde, 0xad, 0xb4, 0x08, 0x84, 0x54, 0x2f, 0xef, 0x95,
+ 0xba, 0x47, 0xd0, 0x35, 0xf2, 0x5e, 0xe9, 0x7b, 0x04, 0xda, 0x44, 0xde,
+ 0xed, 0x48, 0x7e, 0x12, 0x77, 0xad, 0xbc, 0xf7, 0xad, 0xb8, 0xca, 0x92,
+ 0x45, 0x8f, 0xbc, 0xa3, 0x92, 0x61, 0xcb, 0x7b, 0xb8, 0x46, 0xde, 0xfb,
+ 0x6b, 0xf6, 0x17, 0xed, 0x41, 0xeb, 0xc5, 0xa7, 0xfd, 0x33, 0x74, 0x39,
+ 0x59, 0xcd, 0x4a, 0x33, 0xa8, 0x33, 0x4f, 0xbb, 0xa3, 0xaa, 0x2c, 0x04,
+ 0x7d, 0x87, 0x19, 0x52, 0x5d, 0x5e, 0x16, 0x0c, 0x5c, 0x5b, 0x91, 0x09,
+ 0x1e, 0xae, 0xd0, 0x78, 0xa0, 0x43, 0x1b, 0xba, 0x4c, 0xe6, 0x4b, 0x2b,
+ 0x71, 0x61, 0x9b, 0x12, 0x2c, 0x8c, 0x74, 0xd0, 0x45, 0x92, 0x2f, 0x8a,
+ 0xb2, 0x72, 0x54, 0x30, 0x51, 0xa0, 0xd9, 0xb4, 0x64, 0x23, 0x84, 0x96,
+ 0x14, 0x8e, 0x36, 0x46, 0x8d, 0x28, 0xbb, 0xab, 0xb9, 0x8a, 0xdc, 0x6e,
+ 0x0f, 0x43, 0xa4, 0x10, 0xd6, 0xb5, 0x97, 0xa6, 0x28, 0x11, 0x74, 0x5d,
+ 0x7b, 0x0d, 0x23, 0xb3, 0x05, 0xc2, 0x9a, 0xf6, 0x1a, 0x76, 0x6c, 0x68,
+ 0x4f, 0x7b, 0xa1, 0xfe, 0x35, 0xd2, 0x41, 0xd7, 0xb4, 0x17, 0x9a, 0xc2,
+ 0xac, 0xf6, 0x0a, 0x9d, 0xed, 0x45, 0x59, 0x1a, 0xea, 0xdb, 0x2b, 0x6c,
+ 0x75, 0x5e, 0x88, 0x0b, 0x08, 0xd7, 0x73, 0xd6, 0x5a, 0x33, 0x36, 0xd2,
+ 0x57, 0x45, 0xf2, 0x29, 0x2b, 0x21, 0x9a, 0xb9, 0x91, 0xd3, 0xb7, 0x8d,
+ 0x19, 0x1c, 0x68, 0xcc, 0x5a, 0x58, 0xe3, 0x3c, 0x2b, 0x8a, 0xec, 0x3e,
+ 0xc9, 0xcd, 0xcb, 0xa9, 0x97, 0x9c, 0x1b, 0x73, 0xb9, 0xb6, 0x28, 0x78,
+ 0xce, 0x51, 0x69, 0xd2, 0xa4, 0x2c, 0x07, 0xb7, 0x6f, 0x8a, 0xba, 0xda,
+ 0xb4, 0x7b, 0x95, 0x25, 0x12, 0x67, 0x51, 0xf3, 0x10, 0x97, 0xf3, 0x22,
+ 0x0c, 0x56, 0x22, 0x11, 0x0e, 0xc7, 0xb9, 0xbf, 0x2f, 0x3d, 0xdb, 0x82,
+ 0x50, 0xa4, 0x15, 0x75, 0x22, 0x59, 0x9e, 0xe1, 0x3c, 0x23, 0x55, 0x68,
+ 0x28, 0xcc, 0x02, 0x65, 0x99, 0x4e, 0xd0, 0xb8, 0xe1, 0x0e, 0xd0, 0xd6,
+ 0x0e, 0xcd, 0xf0, 0x79, 0x16, 0x9e, 0x33, 0x40, 0x5b, 0x3b, 0xac, 0xe2,
+ 0x98, 0x78, 0xf0, 0x9c, 0x01, 0xda, 0xda, 0xa1, 0x19, 0x48, 0xcf, 0xc2,
+ 0x73, 0x07, 0x68, 0x6b, 0x87, 0x66, 0x3c, 0x3d, 0x0b, 0xd1, 0xbd, 0xc8,
+ 0x84, 0xc2, 0x86, 0xe5, 0xc5, 0xab, 0x0b, 0xd0, 0xc6, 0xd0, 0xeb, 0x6d,
+ 0xe8, 0x0c, 0xa0, 0x57, 0x99, 0x49, 0xeb, 0xe4, 0x20, 0x72, 0xc9, 0xc1,
+ 0x61, 0x9d, 0x1c, 0x44, 0x1e, 0x39, 0x38, 0xac, 0x93, 0x83, 0x8e, 0x53,
+ 0x0e, 0x0e, 0xd7, 0xca, 0x81, 0x19, 0x39, 0xcf, 0xc2, 0xf3, 0xc8, 0x81,
+ 0x19, 0x38, 0xcf, 0xc2, 0xf3, 0xc8, 0x81, 0x19, 0x38, 0xcf, 0xc2, 0xf3,
+ 0xc9, 0x41, 0xd7, 0x29, 0x07, 0x87, 0x6b, 0xe5, 0xa0, 0xeb, 0x94, 0x83,
+ 0xc3, 0xa6, 0x72, 0xd0, 0x5d, 0x27, 0x07, 0xdd, 0x5e, 0x65, 0xc1, 0xad,
+ 0x93, 0x83, 0xae, 0x43, 0x0e, 0xc2, 0xda, 0xf9, 0xa0, 0xeb, 0x96, 0x83,
+ 0xb0, 0x76, 0x3e, 0xe8, 0xb9, 0xe4, 0x20, 0x5c, 0x3f, 0x1f, 0xf4, 0x5c,
+ 0x72, 0x10, 0xae, 0x9f, 0x0f, 0x7a, 0x2e, 0x39, 0x08, 0xd7, 0xcf, 0x07,
+ 0x3d, 0x97, 0x1c, 0x84, 0x0d, 0xe6, 0x83, 0xbe, 0x4b, 0x0e, 0xc2, 0xf5,
+ 0xf3, 0x41, 0xdf, 0x25, 0x07, 0x61, 0xe3, 0xf9, 0xa0, 0xbf, 0x4e, 0x0e,
+ 0xfa, 0x8a, 0x49, 0xbc, 0x4e, 0x0e, 0xfa, 0x2e, 0x39, 0xa8, 0x9d, 0x0f,
+ 0xfa, 0x1e, 0x39, 0xa8, 0x9d, 0x0f, 0xcc, 0x50, 0x7b, 0x02, 0x65, 0x9d,
+ 0x1c, 0x0c, 0x9c, 0x72, 0xb0, 0x7e, 0x3e, 0x18, 0x38, 0xe5, 0x60, 0xfd,
+ 0x7c, 0x30, 0x70, 0xca, 0x41, 0x83, 0xf9, 0x60, 0xe8, 0x94, 0x83, 0xf5,
+ 0xf3, 0x81, 0x19, 0x6b, 0xd9, 0xc2, 0xab, 0x97, 0x83, 0xe1, 0x3a, 0x39,
+ 0x18, 0xf6, 0x78, 0xae, 0xd3, 0x11, 0x59, 0x7b, 0x66, 0x4f, 0xef, 0xb2,
+ 0xcc, 0xdc, 0x6d, 0x84, 0xd5, 0xcd, 0x04, 0x02, 0x3e, 0xcd, 0x16, 0x69,
+ 0xc9, 0x34, 0x78, 0xd3, 0xaf, 0x93, 0x43, 0x92, 0x4f, 0x29, 0x42, 0x5e,
+ 0x89, 0xc8, 0x31, 0x9c, 0xac, 0xce, 0x1f, 0x65, 0xa3, 0xd0, 0x37, 0x09,
+ 0x0e, 0x2e, 0x23, 0xa6, 0x93, 0xbd, 0x78, 0xb1, 0x05, 0xd7, 0xad, 0xb7,
+ 0xd8, 0xff, 0x7e, 0x09, 0xfe, 0x11, 0xc0, 0x6f, 0x08, 0x0c, 0xf1, 0xdf,
+ 0xec, 0x7d, 0x72, 0xab, 0x78, 0x3d, 0xb2, 0x6d, 0xdf, 0xc7, 0x04, 0x32,
+ 0xcf, 0x3e, 0x21, 0xee, 0x3f, 0xe0, 0x98, 0x31, 0xf8, 0x3f, 0x81, 0x23,
+ 0x93, 0x1d, 0xa0, 0x3e, 0xdc, 0x64, 0x6d, 0x38, 0x3f, 0x10, 0x19, 0xee,
+ 0xff, 0x11, 0x88, 0x5c, 0x5a, 0x98, 0xba, 0xe6, 0x7f, 0xff, 0xef, 0xe0,
+ 0xa5, 0xb9, 0xd9, 0xf8, 0x8f, 0x5f, 0x82, 0xe8, 0x15, 0x43, 0x06, 0xdc,
+ 0xb0, 0x01, 0x6e, 0xe8, 0xc0, 0x7d, 0xf1, 0xe7, 0xf3, 0xf1, 0xc7, 0x38,
+ 0x4f, 0xc1, 0xee, 0x5e, 0xfc, 0xf5, 0xc5, 0xd6, 0xf2, 0x61, 0x0e, 0xc3,
+ 0xef, 0x24, 0xbe, 0x49, 0x66, 0xca, 0x85, 0xed, 0x16, 0xed, 0x07, 0xbb,
+ 0x7f, 0x65, 0x8d, 0x04, 0x37, 0x2f, 0x59, 0x2b, 0x6d, 0x5f, 0x9d, 0x5f,
+ 0x06, 0x30, 0x50, 0xb6, 0x4f, 0xf7, 0xce, 0x03, 0x72, 0xa2, 0xd8, 0x1e,
+ 0x9d, 0x5c, 0xa1, 0x8f, 0xec, 0xf6, 0xf1, 0x1e, 0xff, 0x81, 0xc7, 0x12,
+ 0xe0, 0x0a, 0x88, 0x6f, 0xb9, 0x6b, 0xa0, 0x7c, 0xb1, 0xb7, 0x7a, 0x0c,
+ 0x30, 0x7b, 0x7b, 0x9b, 0xa0, 0xe5, 0x73, 0xc8, 0x9f, 0xc1, 0x69, 0x28,
+ 0x40, 0x4f, 0x4b, 0x2a, 0x4b, 0xa4, 0xcf, 0x16, 0x5a, 0xb8, 0x08, 0xaa,
+ 0xb1, 0xcd, 0xc4, 0x91, 0x11, 0x39, 0x0e, 0x0e, 0x70, 0xbc, 0xf3, 0xc7,
+ 0x43, 0xf5, 0x31, 0xd4, 0xbf, 0x86, 0xd5, 0xd7, 0xc3, 0xf2, 0x2e, 0x5e,
+ 0x64, 0xb3, 0xe0, 0xe5, 0xd1, 0x2c, 0x79, 0x7c, 0x45, 0x05, 0x01, 0x27,
+ 0x94, 0xab, 0x31, 0x68, 0x1b, 0xcf, 0x21, 0x3c, 0xbf, 0x3b, 0x3f, 0xff,
+ 0x74, 0x1a, 0xf0, 0x59, 0xa4, 0x4d, 0x38, 0xda, 0xbb, 0xd0, 0xf1, 0x2e,
+ 0x72, 0xbc, 0xeb, 0xd0, 0x3b, 0xb8, 0x40, 0x82, 0x29, 0xdd, 0xa8, 0xb8,
+ 0xea, 0x11, 0x4b, 0xbb, 0x38, 0x3f, 0x45, 0x44, 0x28, 0xfe, 0xa5, 0x48,
+ 0x42, 0xf7, 0x8a, 0x1a, 0x24, 0xcf, 0x02, 0x71, 0x59, 0x5f, 0x74, 0xc3,
+ 0xe1, 0xbb, 0x2b, 0xd1, 0xa2, 0xf0, 0x33, 0xac, 0x1a, 0x97, 0x57, 0x21,
+ 0x32, 0x9e, 0x3b, 0xd8, 0x2a, 0x94, 0xa5, 0x36, 0xa0, 0x5c, 0x16, 0x7f,
+ 0x38, 0x7f, 0x0f, 0x2f, 0xcf, 0xd2, 0x99, 0x45, 0x1e, 0xde, 0xc1, 0xbe,
+ 0x89, 0x93, 0x1d, 0x05, 0x38, 0x01, 0x6c, 0x83, 0x14, 0xaf, 0x92, 0xbd,
+ 0x29, 0xcf, 0x78, 0x25, 0x93, 0x8c, 0xc5, 0x79, 0x1e, 0x3f, 0xf1, 0x79,
+ 0xe4, 0xcf, 0x41, 0xbb, 0x07, 0x42, 0xf4, 0x96, 0xd5, 0x72, 0x8b, 0x66,
+ 0xe5, 0x5d, 0x36, 0xf2, 0x5e, 0x47, 0xf0, 0x2f, 0xfe, 0xd3, 0x26, 0x2a,
+ 0x6c, 0xdc, 0x5c, 0x24, 0xe3, 0x6c, 0x3e, 0x4f, 0x16, 0x93, 0x2d, 0x49,
+ 0x83, 0x04, 0x91, 0xd3, 0x80, 0x76, 0x83, 0x48, 0x47, 0x2d, 0x4e, 0x04,
+ 0x8d, 0xe0, 0x61, 0xb7, 0x4b, 0x6f, 0x5e, 0xb0, 0xf1, 0x0b, 0xe7, 0x62,
+ 0x41, 0x36, 0x0d, 0x30, 0x3d, 0x4b, 0x00, 0x7b, 0x99, 0xe0, 0xed, 0x2b,
+ 0xf6, 0xfe, 0xae, 0x2c, 0x97, 0xc5, 0xdb, 0x37, 0x6f, 0x72, 0xb6, 0x9d,
+ 0x9a, 0xa6, 0xbb, 0xac, 0x98, 0x37, 0x0f, 0xe9, 0xe7, 0xf4, 0x0d, 0x78,
+ 0xea, 0x3d, 0xee, 0x2e, 0xef, 0x96, 0xbf, 0x2f, 0x53, 0xb6, 0xfb, 0xf9,
+ 0xe5, 0x34, 0x5e, 0xac, 0xe2, 0xd9, 0xdb, 0x03, 0x40, 0xbf, 0x9e, 0x42,
+ 0x6e, 0x97, 0xe2, 0xc5, 0xef, 0xb6, 0xaa, 0xff, 0xed, 0xc9, 0x90, 0xec,
+ 0xf8, 0x08, 0x23, 0x62, 0x4f, 0x49, 0x38, 0x42, 0x40, 0x60, 0x53, 0xae,
+ 0x50, 0xc8, 0x93, 0x08, 0x07, 0x00, 0xc0, 0x32, 0x24, 0x3a, 0x51, 0x0d,
+ 0xf8, 0xcc, 0x59, 0x48, 0x48, 0x26, 0xa4, 0xed, 0xe0, 0xfc, 0xf8, 0x60,
+ 0x4b, 0xfd, 0x9f, 0x38, 0x4c, 0xe3, 0xa4, 0xc5, 0x78, 0xa2, 0x88, 0x38,
+ 0x5b, 0x5b, 0x47, 0xab, 0x00, 0x26, 0x96, 0x20, 0xf8, 0x78, 0x79, 0xc9,
+ 0xbe, 0x5f, 0x1e, 0x04, 0xa3, 0x38, 0x9f, 0x6c, 0x61, 0x0c, 0x1b, 0x41,
+ 0xe2, 0x13, 0x34, 0xca, 0xa7, 0xa4, 0x2c, 0x89, 0xcc, 0xe1, 0xd5, 0x7e,
+ 0x55, 0xca, 0xe1, 0x63, 0x32, 0x5e, 0x89, 0xea, 0x18, 0xff, 0x3b, 0x96,
+ 0x79, 0x1c, 0x54, 0x7e, 0xfe, 0x5f, 0xa6, 0x6f, 0xe1, 0x8f, 0xbd, 0x0f,
+ 0xec, 0x5f, 0x36, 0x15, 0x68, 0x38, 0x57, 0x27, 0x87, 0x03, 0xf6, 0x3f,
+ 0x68, 0x2a, 0x4c, 0xc1, 0x1d, 0xa4, 0x10, 0x36, 0xa1, 0x08, 0x42, 0x15,
+ 0x08, 0x83, 0x5f, 0x54, 0x0d, 0xc4, 0xf8, 0xd9, 0x63, 0x3c, 0x94, 0xab,
+ 0x45, 0xb2, 0x55, 0xf3, 0xbf, 0x83, 0x3f, 0x7d, 0x38, 0xbb, 0xfe, 0x78,
+ 0x7c, 0xf8, 0x69, 0xeb, 0xe4, 0xec, 0xdd, 0xf1, 0xe8, 0x7a, 0xef, 0xc3,
+ 0xde, 0xc9, 0x9f, 0xfe, 0xf3, 0xf0, 0x62, 0xeb, 0x13, 0x9f, 0xfb, 0xb0,
+ 0xfc, 0xd1, 0xaf, 0x08, 0xcc, 0x86, 0x93, 0x68, 0xd3, 0xb0, 0xaa, 0x2d,
+ 0x7b, 0x8a, 0xb4, 0xa7, 0x0e, 0x3c, 0x69, 0x3d, 0xcc, 0xfe, 0xd7, 0x12,
+ 0x3f, 0xda, 0xfc, 0x2f, 0x32, 0x1f, 0x29, 0x10, 0x1d, 0xfe, 0xb7, 0x2b,
+ 0xdf, 0xf4, 0xe0, 0x9f, 0xbe, 0x78, 0x1a, 0xd0, 0x9f, 0xa1, 0x24, 0xc4,
+ 0x49, 0xb6, 0x19, 0xc5, 0x36, 0x50, 0x6b, 0x03, 0xb5, 0x36, 0x92, 0x69,
+ 0x23, 0x91, 0x76, 0x8f, 0x43, 0x08, 0x1a, 0x6d, 0x4e, 0xa3, 0x8d, 0x44,
+ 0x42, 0x24, 0x10, 0x12, 0x43, 0x21, 0x35, 0x66, 0x08, 0x34, 0x42, 0xa4,
+ 0x41, 0x3d, 0xb2, 0x15, 0x02, 0x91, 0x10, 0x29, 0x84, 0x0c, 0x3d, 0x64,
+ 0xa8, 0x11, 0x43, 0x8c, 0x08, 0x2d, 0x12, 0x7d, 0x10, 0x45, 0x5b, 0x11,
+ 0x43, 0x8b, 0x18, 0x52, 0xd4, 0x0b, 0x22, 0x2a, 0x31, 0xc2, 0xf2, 0x22,
+ 0x62, 0xb9, 0x43, 0xfc, 0x76, 0x00, 0xb1, 0x83, 0x68, 0x1d, 0xa5, 0xfa,
+ 0x1d, 0x2c, 0xb3, 0x43, 0x65, 0x76, 0x38, 0xe3, 0x1d, 0xce, 0x78, 0x87,
+ 0xf8, 0xee, 0xc8, 0xba, 0x77, 0x65, 0x73, 0x76, 0xdb, 0x66, 0x4b, 0x1f,
+ 0xec, 0xbf, 0xbb, 0xde, 0x3b, 0xb9, 0x3a, 0xbc, 0xf8, 0xb0, 0x77, 0x75,
+ 0x76, 0x71, 0x4d, 0x3d, 0x03, 0x2f, 0xd9, 0xc0, 0xba, 0xde, 0x1b, 0x8d,
+ 0x0e, 0x4f, 0x14, 0xc0, 0xe3, 0x83, 0x93, 0xc3, 0xeb, 0xd1, 0xd9, 0x87,
+ 0xab, 0x8b, 0xb3, 0x93, 0x17, 0x5b, 0x94, 0x6d, 0x0a, 0x46, 0xe8, 0x51,
+ 0xfb, 0x24, 0xad, 0xae, 0xe8, 0x6c, 0xc1, 0x8c, 0xb1, 0xc5, 0x96, 0xae,
+ 0x3e, 0xcc, 0x18, 0x6c, 0xbc, 0xbe, 0x0d, 0xaa, 0xfb, 0xe6, 0x7c, 0x0a,
+ 0x86, 0x69, 0x64, 0x1b, 0x7d, 0x6c, 0x59, 0x39, 0x6c, 0x5a, 0xda, 0xda,
+ 0xda, 0xa6, 0x7f, 0x61, 0xe4, 0x3a, 0xe1, 0xf9, 0xb7, 0x20, 0x93, 0xcf,
+ 0x5b, 0xdb, 0x9c, 0x35, 0xf6, 0xc0, 0xb1, 0x61, 0xfc, 0x3a, 0xb1, 0xb7,
+ 0x05, 0x64, 0x40, 0x90, 0xf8, 0xc0, 0x86, 0x72, 0x80, 0x8b, 0x26, 0x1b,
+ 0xbe, 0x58, 0x80, 0xfc, 0x67, 0x6b, 0xfb, 0x0a, 0xd5, 0x90, 0xcb, 0x03,
+ 0xc0, 0x80, 0x24, 0x72, 0xc1, 0x3d, 0xad, 0x7a, 0xe2, 0xfb, 0xa7, 0x4f,
+ 0x6f, 0x83, 0xbd, 0xd9, 0xf2, 0x2e, 0xa6, 0x47, 0x18, 0x41, 0xae, 0x4a,
+ 0xca, 0xd2, 0x38, 0xda, 0x64, 0xda, 0x36, 0x7e, 0x54, 0x43, 0x5c, 0x10,
+ 0xdf, 0x0e, 0x3b, 0x6f, 0xe9, 0xf3, 0x36, 0x0e, 0xf5, 0xb7, 0xb2, 0xce,
+ 0x01, 0xa7, 0x87, 0xcb, 0x3f, 0xdd, 0xc9, 0x48, 0xe4, 0xdb, 0x6d, 0x8e,
+ 0x2f, 0x8a, 0x04, 0x65, 0x81, 0x4d, 0x66, 0x79, 0xfa, 0xe6, 0x32, 0x19,
+ 0x07, 0x07, 0xe9, 0x74, 0xaa, 0x02, 0x88, 0x7f, 0xb6, 0x2f, 0x83, 0xd5,
+ 0x82, 0x4d, 0xc9, 0x93, 0x6d, 0xc9, 0xe3, 0x59, 0x31, 0x0e, 0xf6, 0xe6,
+ 0x70, 0x3b, 0x62, 0x35, 0xa9, 0xc8, 0xcb, 0xcf, 0xe2, 0x41, 0x8a, 0x10,
+ 0x2c, 0x63, 0x97, 0x97, 0x55, 0xdb, 0x41, 0xeb, 0xec, 0xbf, 0x0d, 0xe0,
+ 0x52, 0x58, 0x70, 0xc0, 0x56, 0xaa, 0xc9, 0xaa, 0x7c, 0x52, 0xc8, 0xb0,
+ 0xcf, 0xb0, 0xd2, 0xe2, 0x04, 0x1f, 0x60, 0x2d, 0x61, 0x86, 0x70, 0xf7,
+ 0x1a, 0xcc, 0x16, 0xde, 0x2f, 0x1d, 0xd7, 0x17, 0x4d, 0x2c, 0xc3, 0x35,
+ 0x62, 0x79, 0x1c, 0x80, 0xa2, 0xcf, 0x2b, 0x74, 0x95, 0x49, 0x59, 0xd4,
+ 0x85, 0x51, 0x85, 0x12, 0x52, 0x38, 0x99, 0x86, 0x1c, 0xd2, 0x23, 0x83,
+ 0x1a, 0x69, 0xfa, 0x5e, 0xb5, 0x0f, 0x97, 0x3d, 0xd4, 0xdc, 0x1c, 0xb2,
+ 0x87, 0xa9, 0x66, 0x82, 0x11, 0x58, 0xdb, 0x49, 0xf6, 0xa6, 0x18, 0x08,
+ 0x97, 0xf5, 0xd1, 0x8e, 0x22, 0x7d, 0xfb, 0x49, 0xa9, 0x08, 0x9f, 0x56,
+ 0x9e, 0x25, 0x74, 0xa1, 0xf1, 0x43, 0x08, 0xdd, 0xf9, 0x69, 0x70, 0x41,
+ 0x31, 0x05, 0x15, 0xc9, 0x0b, 0x15, 0xc9, 0x4b, 0x99, 0xd2, 0x01, 0x64,
+ 0x35, 0xc9, 0x13, 0x97, 0x80, 0x84, 0x7c, 0xbb, 0x24, 0x2f, 0x7c, 0x8e,
+ 0xe4, 0xa1, 0x09, 0x59, 0x15, 0xbd, 0x7a, 0xc9, 0x63, 0x04, 0x51, 0x6f,
+ 0xb2, 0x44, 0xef, 0xf0, 0xf2, 0xc2, 0x6c, 0x89, 0x4a, 0xe4, 0xc2, 0x4a,
+ 0xe4, 0x94, 0x46, 0xe3, 0xa2, 0x66, 0xbc, 0xe9, 0xc8, 0x37, 0x9a, 0x5c,
+ 0x45, 0x6b, 0xe4, 0xea, 0x3c, 0x4f, 0xee, 0xd3, 0x6c, 0x55, 0x04, 0x87,
+ 0x94, 0xc3, 0x90, 0x35, 0x27, 0x6d, 0xb0, 0x40, 0xc2, 0xfe, 0xfd, 0x3f,
+ 0x48, 0xcc, 0x34, 0x19, 0x63, 0xea, 0xde, 0x7d, 0xc0, 0x33, 0x1e, 0x6a,
+ 0x62, 0x16, 0xf1, 0x8a, 0x1c, 0x8f, 0x7e, 0x0d, 0x8a, 0xd5, 0xdc, 0xe8,
+ 0x59, 0x92, 0x35, 0x1d, 0xd9, 0xe8, 0x7d, 0x5b, 0x20, 0x38, 0x2e, 0x78,
+ 0x4d, 0x91, 0x90, 0x19, 0xcd, 0x0c, 0xc2, 0xc5, 0x24, 0x6e, 0x1e, 0xc0,
+ 0xf1, 0x3d, 0x30, 0x0a, 0xf2, 0x95, 0xe4, 0x92, 0x33, 0x4b, 0xba, 0x22,
+ 0xe3, 0x47, 0x18, 0xca, 0x9f, 0x95, 0x54, 0x45, 0x8a, 0x54, 0x11, 0x31,
+ 0x45, 0xa2, 0xe0, 0x96, 0xb9, 0x2a, 0x1f, 0xd6, 0x3c, 0xf6, 0x26, 0x14,
+ 0x72, 0xb4, 0xd5, 0x48, 0x92, 0xae, 0x56, 0x9a, 0x00, 0xf8, 0x05, 0x08,
+ 0x23, 0x73, 0x71, 0x29, 0x0a, 0x34, 0x21, 0xfa, 0x80, 0x47, 0x0f, 0x62,
+ 0xd7, 0xa3, 0xcd, 0xe5, 0x95, 0x30, 0x45, 0x95, 0x30, 0x19, 0xbd, 0x40,
+ 0xf2, 0x64, 0xbf, 0xec, 0x68, 0x2f, 0x35, 0xb1, 0xea, 0xac, 0x9d, 0xae,
+ 0xde, 0xc5, 0xe9, 0x82, 0x57, 0x02, 0xaf, 0x14, 0x04, 0xb0, 0xd5, 0xb3,
+ 0x97, 0x4f, 0x15, 0xb0, 0x12, 0xa5, 0x8e, 0x9c, 0x8d, 0x9c, 0x52, 0xa4,
+ 0x51, 0x77, 0xc8, 0x10, 0xcc, 0x58, 0x4c, 0x3d, 0x08, 0xf6, 0x26, 0x7f,
+ 0x33, 0x27, 0xac, 0xa3, 0x74, 0x96, 0x78, 0x45, 0x69, 0x7e, 0x3d, 0x9e,
+ 0x4f, 0xd4, 0x89, 0xaa, 0x20, 0x3d, 0x58, 0x9f, 0x11, 0xa5, 0x30, 0x75,
+ 0x8c, 0x1f, 0x20, 0x4c, 0x1d, 0x53, 0x98, 0x3a, 0x8a, 0x30, 0xfd, 0xba,
+ 0xa7, 0x70, 0x02, 0xc2, 0x24, 0xce, 0x4c, 0xbc, 0xd3, 0x13, 0xdb, 0x03,
+ 0xf0, 0xfd, 0xad, 0x3e, 0x47, 0x35, 0x11, 0xac, 0x3f, 0xd4, 0x0a, 0x96,
+ 0x68, 0x2c, 0x78, 0xc0, 0x34, 0x88, 0xd6, 0xd4, 0x44, 0x41, 0x64, 0x8d,
+ 0xba, 0x57, 0xf2, 0xd4, 0x51, 0x27, 0x27, 0xd9, 0x1f, 0x72, 0x72, 0xd2,
+ 0xde, 0x74, 0xe4, 0x1b, 0x4d, 0x8a, 0xba, 0x6b, 0xa4, 0xe8, 0x40, 0xed,
+ 0xe7, 0xc9, 0xb4, 0xab, 0x0d, 0x6b, 0x2e, 0x40, 0x07, 0x4e, 0x01, 0xea,
+ 0xda, 0x02, 0xc4, 0x5f, 0x72, 0x11, 0x3a, 0x58, 0x23, 0x42, 0xae, 0x69,
+ 0xc8, 0x6e, 0x40, 0x7d, 0x02, 0x0a, 0x20, 0x56, 0x1f, 0xeb, 0x0a, 0x90,
+ 0x9d, 0x03, 0x5d, 0x76, 0x14, 0xe6, 0x05, 0x1f, 0xe2, 0x55, 0xf5, 0x03,
+ 0xe4, 0xa7, 0x6b, 0xca, 0x4f, 0x57, 0x95, 0x9f, 0x0b, 0x43, 0x7e, 0xf8,
+ 0xe2, 0xd8, 0x50, 0xb1, 0xe2, 0xeb, 0x67, 0xa3, 0x59, 0xe9, 0x0f, 0xcb,
+ 0xa6, 0xc2, 0xa3, 0x09, 0x88, 0xdd, 0x94, 0x8a, 0xc4, 0x74, 0x2b, 0x89,
+ 0x39, 0xb0, 0x24, 0xe6, 0xc0, 0x92, 0x98, 0x03, 0x87, 0xc4, 0xf4, 0xd6,
+ 0x4a, 0x8c, 0x5f, 0xb7, 0x10, 0xf2, 0xe2, 0x52, 0x91, 0x7a, 0x52, 0x5e,
+ 0xb6, 0xb4, 0x9a, 0x48, 0x69, 0xf1, 0x92, 0xdd, 0x44, 0x5a, 0x24, 0x18,
+ 0x48, 0x88, 0x2c, 0xd4, 0x31, 0xb3, 0xf4, 0x8c, 0x1f, 0x20, 0x19, 0x3d,
+ 0x53, 0x32, 0xe0, 0xc5, 0xf6, 0xf8, 0x6f, 0x4c, 0x00, 0xfb, 0x9e, 0x12,
+ 0x2d, 0x71, 0xd0, 0x38, 0x5e, 0x2b, 0x02, 0xe9, 0xd7, 0x17, 0x81, 0x9e,
+ 0x2a, 0x02, 0xa6, 0x46, 0x73, 0x60, 0x69, 0x34, 0x07, 0x0e, 0x8d, 0xa6,
+ 0xbf, 0x46, 0x04, 0x4e, 0xe3, 0xc7, 0xd7, 0x78, 0x31, 0xce, 0x39, 0x6b,
+ 0x93, 0x10, 0xe8, 0x30, 0x95, 0x18, 0xf4, 0xad, 0xda, 0x69, 0x62, 0x50,
+ 0x4b, 0xfa, 0x0b, 0x04, 0xa1, 0xef, 0x15, 0x84, 0xbe, 0xf1, 0x03, 0x04,
+ 0x41, 0xe9, 0x6d, 0x12, 0x84, 0xfe, 0xb7, 0x16, 0x84, 0xc9, 0xd7, 0x17,
+ 0x84, 0xbe, 0xc2, 0x8d, 0xce, 0x8f, 0xda, 0xd9, 0xc7, 0xeb, 0x76, 0xeb,
+ 0xe7, 0xfe, 0x69, 0x9c, 0x77, 0xf5, 0xb9, 0x6b, 0x7d, 0x48, 0xdb, 0xd5,
+ 0x78, 0xc7, 0xbf, 0xc6, 0x96, 0x48, 0x23, 0xcb, 0x21, 0xd8, 0x14, 0x4b,
+ 0x37, 0x28, 0xb9, 0x29, 0x8e, 0xcf, 0xc2, 0x90, 0xe8, 0x12, 0xaf, 0xc9,
+ 0xd3, 0x7b, 0x6d, 0x2a, 0x96, 0xff, 0xde, 0xa5, 0xcb, 0x60, 0x9c, 0xa9,
+ 0xaa, 0xa4, 0x26, 0x01, 0xe7, 0xaf, 0x95, 0xe2, 0xca, 0x60, 0xac, 0x16,
+ 0xc0, 0x05, 0x20, 0x6d, 0x1b, 0x3f, 0x30, 0xb9, 0x66, 0x70, 0x78, 0x0f,
+ 0xaa, 0xfa, 0xbb, 0x78, 0xa9, 0x6e, 0x8b, 0x52, 0x75, 0x43, 0x8e, 0x61,
+ 0x5d, 0xe0, 0x39, 0x4f, 0xe2, 0x49, 0xc0, 0x3d, 0xa3, 0x70, 0xf1, 0x90,
+ 0xc5, 0x98, 0x8b, 0xc7, 0xe5, 0xf9, 0xb1, 0x52, 0xc9, 0x5a, 0x59, 0xc1,
+ 0xc0, 0xb4, 0xbc, 0xe2, 0xee, 0xee, 0xaf, 0x91, 0x16, 0xbc, 0x73, 0x0c,
+ 0x07, 0x24, 0xea, 0x96, 0xbb, 0x6a, 0x99, 0xcb, 0x6c, 0x96, 0x2c, 0xb2,
+ 0x74, 0x12, 0xb4, 0xb9, 0x05, 0x19, 0xa0, 0x40, 0x82, 0xe6, 0xc9, 0x3c,
+ 0xcb, 0x9f, 0x02, 0x14, 0xd2, 0x1d, 0x3e, 0x9b, 0x9c, 0x5b, 0x0b, 0xca,
+ 0xb9, 0xb5, 0xa0, 0x9c, 0xdb, 0x0b, 0xca, 0xf1, 0xba, 0x7d, 0x37, 0x99,
+ 0xa9, 0xeb, 0x04, 0x4c, 0x85, 0xa8, 0x04, 0x6c, 0xcd, 0x9e, 0xbb, 0x86,
+ 0xac, 0xfd, 0xca, 0x12, 0xa5, 0x74, 0x31, 0xce, 0x7c, 0xb2, 0x24, 0x8b,
+ 0xde, 0xda, 0x4e, 0x17, 0xf7, 0xd9, 0x18, 0xb7, 0xbf, 0x55, 0x57, 0x4b,
+ 0x79, 0x0a, 0x8d, 0x1f, 0xc7, 0x8b, 0xbf, 0xa9, 0xd2, 0x24, 0x64, 0x02,
+ 0xe5, 0x29, 0x54, 0xa7, 0x8e, 0x07, 0xdc, 0xf2, 0xab, 0x82, 0x94, 0xc7,
+ 0x0f, 0xc1, 0xde, 0xc1, 0xc8, 0x52, 0x62, 0x4f, 0x62, 0xc8, 0xd8, 0x1b,
+ 0x5c, 0xe5, 0xf1, 0xa2, 0x98, 0xa7, 0xa5, 0x30, 0x09, 0xd4, 0x88, 0x52,
+ 0x92, 0x07, 0x14, 0x1a, 0xac, 0xe2, 0xb4, 0xb1, 0x34, 0x79, 0xe6, 0x1e,
+ 0x29, 0x45, 0xa1, 0x22, 0x45, 0x02, 0x8a, 0x64, 0x47, 0xe9, 0x0c, 0x2e,
+ 0x3b, 0xc6, 0x9b, 0x8e, 0x7c, 0xa3, 0xc9, 0xce, 0xba, 0xbd, 0x35, 0xde,
+ 0x81, 0xa1, 0xcd, 0x86, 0x57, 0x7a, 0x74, 0x98, 0x4a, 0x7e, 0xc4, 0x66,
+ 0x9a, 0x64, 0x47, 0x41, 0x23, 0xf9, 0x69, 0xb7, 0x1e, 0xe9, 0x18, 0xc5,
+ 0x45, 0x7a, 0x8d, 0x04, 0x39, 0x5a, 0x52, 0xca, 0x4e, 0x24, 0x0a, 0x2b,
+ 0xdc, 0xb3, 0x50, 0x64, 0xfc, 0x60, 0xeb, 0x51, 0x6a, 0xee, 0x9f, 0xf1,
+ 0x85, 0x21, 0x2e, 0xb8, 0x8d, 0xd6, 0x76, 0x5c, 0xa6, 0x94, 0x40, 0xfc,
+ 0xa6, 0xf4, 0xbe, 0x32, 0x1c, 0xd5, 0x4b, 0x09, 0x0f, 0xeb, 0x23, 0xad,
+ 0x4c, 0x5f, 0x4d, 0x4a, 0x22, 0xaf, 0x94, 0x88, 0x26, 0x57, 0xf7, 0xcc,
+ 0xd6, 0xbb, 0x8e, 0xfa, 0x4e, 0x13, 0x96, 0x75, 0x3b, 0x66, 0xba, 0x3d,
+ 0x5f, 0x37, 0xd1, 0x70, 0xc6, 0xb6, 0x34, 0x39, 0x11, 0x3b, 0x65, 0xbe,
+ 0x34, 0xb1, 0xe1, 0xdb, 0xd6, 0xe5, 0xa5, 0xaa, 0xfd, 0xd7, 0x93, 0x92,
+ 0x8e, 0x28, 0x22, 0xe1, 0x07, 0x42, 0xba, 0x90, 0x74, 0x8c, 0x1f, 0x20,
+ 0x24, 0xe6, 0xbe, 0x98, 0x5e, 0x78, 0xfb, 0x4b, 0x4a, 0xc7, 0xf1, 0x22,
+ 0x35, 0x17, 0x18, 0xb7, 0x64, 0x6c, 0xfb, 0xfb, 0xf7, 0x0b, 0xc4, 0xa1,
+ 0xe3, 0x10, 0x07, 0xbb, 0xf5, 0x4c, 0xad, 0xa5, 0x66, 0x5f, 0xeb, 0xed,
+ 0x0e, 0x9d, 0x2f, 0xde, 0xbb, 0x62, 0x1b, 0x5b, 0xf5, 0x6e, 0xa8, 0x71,
+ 0xf1, 0xa5, 0xbd, 0xcb, 0x4b, 0xd8, 0x96, 0x25, 0x89, 0x1e, 0x96, 0x8f,
+ 0xf3, 0xf8, 0x31, 0x50, 0x7b, 0xd9, 0x42, 0xa9, 0x7e, 0x40, 0x37, 0x6b,
+ 0xef, 0x6c, 0xf2, 0x36, 0x76, 0xf5, 0xc4, 0x5a, 0x58, 0xfb, 0x6b, 0xd4,
+ 0x85, 0xbe, 0xe9, 0x94, 0xbf, 0x5d, 0xbf, 0x77, 0x1b, 0xf7, 0x3b, 0xfa,
+ 0x57, 0x1c, 0x09, 0xcf, 0x09, 0xb5, 0xe3, 0xa5, 0x5f, 0x44, 0x04, 0x1d,
+ 0xbf, 0xcc, 0x13, 0x70, 0x55, 0x86, 0x3a, 0x3c, 0xc4, 0xf9, 0x7c, 0x05,
+ 0x6b, 0xec, 0x36, 0xcf, 0x21, 0x04, 0x3f, 0xa7, 0x71, 0x0a, 0x11, 0x31,
+ 0xcb, 0x2c, 0x10, 0x60, 0xe0, 0x91, 0x2b, 0x7e, 0xaf, 0x20, 0x48, 0x8c,
+ 0x78, 0x58, 0x64, 0x41, 0xb1, 0x5a, 0x2e, 0x67, 0x4f, 0x50, 0x7a, 0xba,
+ 0xf8, 0xdb, 0x69, 0x6d, 0xc1, 0x97, 0x29, 0x64, 0x14, 0x8a, 0x17, 0x49,
+ 0x86, 0xc9, 0xe4, 0xb7, 0x2f, 0x21, 0x7a, 0xda, 0xa2, 0x4c, 0xe3, 0x19,
+ 0xf7, 0x98, 0x18, 0xdf, 0xe1, 0xeb, 0x14, 0x9d, 0x7f, 0xcf, 0xb3, 0x74,
+ 0x01, 0xcb, 0x5c, 0x7a, 0xbb, 0x58, 0x47, 0x16, 0xe1, 0x47, 0x59, 0x3a,
+ 0xb3, 0xa9, 0x7e, 0x82, 0x0b, 0x1e, 0x68, 0xa6, 0xbc, 0x7a, 0xc8, 0x10,
+ 0xa6, 0xd8, 0x86, 0x13, 0xf7, 0xd1, 0x2c, 0x89, 0xf3, 0x8b, 0x24, 0x2e,
+ 0xb2, 0xc5, 0x8b, 0x2d, 0x0c, 0x47, 0x85, 0x41, 0xd7, 0xbc, 0x2d, 0x87,
+ 0x43, 0xe6, 0x43, 0xb6, 0x48, 0xa8, 0x85, 0xe0, 0x9c, 0x8b, 0x5b, 0x28,
+ 0xc1, 0x1b, 0x07, 0xed, 0x2b, 0x81, 0x08, 0xc5, 0xc8, 0x1d, 0x21, 0x82,
+ 0x59, 0x8a, 0xba, 0x06, 0xc0, 0x83, 0xbf, 0x8b, 0xf6, 0x0a, 0xa3, 0xa4,
+ 0x06, 0x63, 0x3a, 0xef, 0xca, 0x14, 0xdf, 0x05, 0x24, 0x58, 0x66, 0xcb,
+ 0x40, 0xa6, 0x8d, 0x40, 0xef, 0x08, 0x36, 0x16, 0x96, 0x79, 0xc6, 0xa8,
+ 0xcf, 0xe9, 0x70, 0x0d, 0xf2, 0x0a, 0xb0, 0x85, 0x11, 0x4f, 0x72, 0xe0,
+ 0x0d, 0x8c, 0x8e, 0x14, 0x23, 0xa0, 0x64, 0xb9, 0x38, 0x3c, 0xda, 0x9e,
+ 0xce, 0xc0, 0x85, 0x68, 0x0c, 0x55, 0x85, 0x47, 0x0a, 0x52, 0x18, 0xc0,
+ 0x05, 0x63, 0x78, 0xfc, 0x9c, 0x8e, 0x3f, 0x63, 0x18, 0x29, 0x78, 0x60,
+ 0xad, 0x1c, 0x64, 0x60, 0xcf, 0x43, 0xc5, 0x96, 0xdc, 0x25, 0x2e, 0xf0,
+ 0x89, 0x12, 0x38, 0x9d, 0xe7, 0x59, 0x89, 0x0d, 0x77, 0xb5, 0x2c, 0x50,
+ 0x20, 0x5f, 0x6c, 0x25, 0xe5, 0x4d, 0xe3, 0x16, 0x13, 0x45, 0x53, 0x64,
+ 0x4a, 0xe1, 0x95, 0x23, 0x5b, 0xf0, 0x5c, 0x7d, 0x80, 0x2f, 0x4c, 0xf4,
+ 0x0b, 0x44, 0x3c, 0xfe, 0xf0, 0x71, 0xef, 0xe4, 0xf8, 0x40, 0xe1, 0x4b,
+ 0x79, 0xf3, 0xe1, 0xcd, 0x1e, 0xb6, 0x75, 0x32, 0x61, 0x52, 0x19, 0x2f,
+ 0xc6, 0x4f, 0x82, 0x16, 0xa1, 0xbf, 0x78, 0xf1, 0xe7, 0x51, 0x46, 0x76,
+ 0xa9, 0xe2, 0xf0, 0xb1, 0x4c, 0x16, 0x05, 0x64, 0x77, 0xf8, 0xeb, 0x8b,
+ 0xad, 0xdf, 0x05, 0x93, 0x04, 0xfb, 0x84, 0xc2, 0xd6, 0xa4, 0x05, 0x6a,
+ 0xf0, 0x20, 0xf1, 0xac, 0x8d, 0xef, 0xd3, 0x49, 0x12, 0x5c, 0xad, 0x16,
+ 0x70, 0x79, 0x7c, 0x35, 0x49, 0xb3, 0xe0, 0x21, 0x2d, 0xef, 0x82, 0x38,
+ 0xc0, 0x50, 0x42, 0x00, 0xc3, 0x60, 0x59, 0x53, 0x07, 0xe5, 0x1d, 0xd3,
+ 0x3d, 0xe1, 0x8e, 0x63, 0x36, 0x05, 0x8a, 0xf8, 0xc8, 0x4b, 0x63, 0xe5,
+ 0x97, 0xc1, 0x13, 0xd3, 0xa6, 0x6e, 0x12, 0x90, 0x8b, 0x14, 0x9c, 0x1f,
+ 0x28, 0x21, 0xd4, 0x6e, 0x70, 0x75, 0xc7, 0x8a, 0x63, 0xff, 0x2d, 0xf3,
+ 0x74, 0x1e, 0xe7, 0xe9, 0xec, 0x29, 0x48, 0xe7, 0xcb, 0x2c, 0x47, 0xb4,
+ 0x74, 0x0a, 0x64, 0x80, 0x9a, 0xa4, 0x24, 0x78, 0x8b, 0x0b, 0x64, 0x81,
+ 0x1c, 0xa0, 0x44, 0xf1, 0x8c, 0xf0, 0xae, 0x55, 0x9b, 0x5f, 0x24, 0xf2,
+ 0x87, 0x78, 0x9e, 0xec, 0x10, 0xdf, 0xbf, 0x83, 0x55, 0x41, 0x03, 0xb2,
+ 0x3d, 0x60, 0x76, 0x82, 0xd7, 0xed, 0xdd, 0x2e, 0xfc, 0xd3, 0x81, 0x7f,
+ 0xda, 0xec, 0x67, 0x6b, 0x77, 0x88, 0xff, 0xf6, 0xfb, 0xf8, 0xa7, 0x87,
+ 0xff, 0x76, 0x7b, 0x21, 0xfd, 0x85, 0x7f, 0x3a, 0x11, 0x7d, 0x12, 0x7f,
+ 0xda, 0xf4, 0x8d, 0xfe, 0x6d, 0x0f, 0xe8, 0x2d, 0x7f, 0xd9, 0x02, 0xc4,
+ 0xd6, 0x0b, 0x6a, 0x2d, 0x56, 0xb1, 0x79, 0x7c, 0x9b, 0x8e, 0xa1, 0x86,
+ 0x37, 0xa0, 0x76, 0x4d, 0x92, 0x62, 0x9c, 0xa7, 0x37, 0xac, 0xae, 0xac,
+ 0x76, 0x74, 0x78, 0x7b, 0x3d, 0xbe, 0x8b, 0x17, 0x8b, 0x64, 0x56, 0xec,
+ 0x96, 0x8f, 0x65, 0x50, 0x30, 0x31, 0x66, 0x42, 0x3f, 0x65, 0x02, 0xfe,
+ 0x33, 0x44, 0xa5, 0x2c, 0xd9, 0xff, 0x45, 0xff, 0x62, 0xad, 0x7e, 0x06,
+ 0xca, 0x20, 0x3d, 0x68, 0x68, 0x64, 0xad, 0xfb, 0xf4, 0x62, 0xcb, 0x09,
+ 0xc8, 0xaa, 0x5f, 0x2e, 0x8b, 0xd3, 0xf8, 0x71, 0x27, 0xf8, 0x47, 0xf0,
+ 0x72, 0xcc, 0xba, 0xe6, 0x86, 0x0e, 0xe7, 0xd0, 0x0d, 0xed, 0x97, 0x5f,
+ 0x18, 0x81, 0x57, 0xc1, 0xef, 0x03, 0xe5, 0x03, 0xa1, 0xbd, 0xe5, 0x68,
+ 0xe0, 0xcb, 0x56, 0x47, 0x38, 0x5d, 0xf8, 0x08, 0x87, 0x75, 0x84, 0x59,
+ 0xbd, 0xff, 0xfb, 0x45, 0x55, 0x87, 0xcb, 0x84, 0x75, 0xe4, 0x64, 0x5d,
+ 0x2d, 0xda, 0x12, 0xac, 0xa6, 0x3e, 0xbd, 0x9a, 0x62, 0x35, 0x02, 0x6b,
+ 0x6a, 0xa6, 0xc0, 0xfa, 0xeb, 0xd8, 0x6f, 0x56, 0x98, 0x56, 0xdb, 0xb0,
+ 0x51, 0x8f, 0x85, 0x35, 0x55, 0x1c, 0xd4, 0x94, 0x1a, 0xae, 0xaf, 0x59,
+ 0x58, 0x53, 0xa1, 0x61, 0x2d, 0x69, 0xa3, 0x1e, 0xcd, 0x7a, 0x2d, 0x6c,
+ 0xd2, 0x6b, 0xed, 0x56, 0x5d, 0xc1, 0x1b, 0x74, 0x5b, 0xd8, 0xa4, 0xdb,
+ 0xda, 0x75, 0x42, 0x1f, 0x3a, 0xfa, 0x4d, 0x38, 0x40, 0xa1, 0x2d, 0x23,
+ 0x18, 0x55, 0x78, 0x7e, 0x5e, 0xd8, 0x92, 0x71, 0xbd, 0x3c, 0x8a, 0x61,
+ 0x91, 0xf2, 0xb1, 0x11, 0xf9, 0xb8, 0x50, 0x70, 0xeb, 0xaa, 0x0b, 0x60,
+ 0x69, 0x7d, 0x11, 0x9d, 0xba, 0x22, 0xd2, 0x66, 0x45, 0x4c, 0xea, 0x8b,
+ 0xe8, 0xd6, 0x15, 0x31, 0x91, 0x45, 0xd4, 0xf4, 0x1a, 0xbf, 0xd8, 0x84,
+ 0x47, 0x6e, 0xbf, 0x2e, 0xf9, 0x81, 0xaa, 0xb7, 0xef, 0x3c, 0xf3, 0x0a,
+ 0x74, 0x9e, 0x93, 0x50, 0xad, 0xc0, 0xa8, 0x18, 0xb2, 0xdf, 0x9f, 0xcb,
+ 0x43, 0x68, 0xf2, 0x60, 0x53, 0x6c, 0xde, 0x10, 0x9f, 0xce, 0xae, 0xd6,
+ 0x71, 0xe1, 0x91, 0x1f, 0x93, 0x8b, 0x8a, 0xd2, 0xe6, 0x4d, 0xf1, 0x6c,
+ 0x2e, 0xfc, 0x6d, 0xa1, 0xb1, 0xf3, 0x62, 0x0b, 0x74, 0xbf, 0x94, 0x29,
+ 0x84, 0xe7, 0xd9, 0x43, 0x15, 0x2d, 0x0f, 0x44, 0x87, 0xe9, 0x02, 0xd7,
+ 0xe5, 0x43, 0x76, 0xfd, 0x00, 0x5f, 0xfd, 0x70, 0x47, 0xec, 0x43, 0xcd,
+ 0x57, 0xa6, 0x3c, 0x62, 0xa2, 0xab, 0x76, 0x03, 0x98, 0xd0, 0xc7, 0x0e,
+ 0x44, 0x1f, 0xb8, 0x2e, 0xf8, 0x36, 0xe5, 0x08, 0xb5, 0x55, 0xa6, 0x81,
+ 0x79, 0x80, 0x51, 0xdd, 0x3d, 0x7f, 0x98, 0xaf, 0x83, 0x8b, 0xa5, 0xa3,
+ 0x6a, 0x03, 0x60, 0x79, 0x3b, 0xa2, 0x01, 0xe0, 0x79, 0xea, 0xaf, 0x2e,
+ 0xff, 0x1c, 0xd6, 0x7f, 0x8e, 0xea, 0x3f, 0x77, 0x7c, 0xed, 0x14, 0xaf,
+ 0x1e, 0xc9, 0xa7, 0x14, 0x33, 0x71, 0x79, 0x99, 0x30, 0xc0, 0x7c, 0xcc,
+ 0x18, 0x60, 0x3e, 0xa6, 0x0c, 0xb0, 0x4e, 0x33, 0xb0, 0x6e, 0x33, 0xb0,
+ 0x5e, 0x33, 0xb0, 0x7e, 0x33, 0xb0, 0x81, 0xaf, 0xe1, 0x30, 0x13, 0xe0,
+ 0x7e, 0xbc, 0x98, 0x8c, 0x56, 0x6c, 0xdf, 0x30, 0x07, 0x6d, 0x7e, 0x95,
+ 0xdf, 0x27, 0x87, 0x13, 0xb8, 0x48, 0xf1, 0xd7, 0x17, 0xbf, 0xdb, 0x7a,
+ 0x84, 0x1b, 0x00, 0x70, 0xb9, 0x21, 0x98, 0x25, 0x53, 0x1a, 0xb3, 0x3b,
+ 0x41, 0x0e, 0xd1, 0x81, 0xf8, 0x6f, 0xb6, 0x7b, 0x5a, 0x32, 0xb8, 0x27,
+ 0x09, 0x77, 0xc3, 0x86, 0x5e, 0x36, 0xe7, 0x5f, 0xd9, 0x5e, 0x44, 0x85,
+ 0x7b, 0xb1, 0x35, 0x06, 0xf2, 0xa2, 0x60, 0x19, 0xd3, 0x13, 0x0b, 0x85,
+ 0x2d, 0x18, 0x6d, 0x61, 0xf0, 0x23, 0x8c, 0x62, 0x1e, 0xf1, 0x13, 0x76,
+ 0x75, 0x10, 0x0c, 0x60, 0xc2, 0xb6, 0xaa, 0x5b, 0xe3, 0x6c, 0xb6, 0x9a,
+ 0x2f, 0xf0, 0x52, 0x02, 0xa3, 0x23, 0xbc, 0xe1, 0x25, 0x29, 0x00, 0xa9,
+ 0x98, 0x6e, 0x61, 0x0a, 0x01, 0xf6, 0xef, 0x90, 0xbd, 0x7e, 0x52, 0x5f,
+ 0x07, 0x18, 0xeb, 0x09, 0x80, 0xf7, 0x99, 0x64, 0xc1, 0x5b, 0x2c, 0xf5,
+ 0x03, 0xec, 0x6a, 0x20, 0x06, 0x0e, 0x7b, 0xb9, 0x03, 0x05, 0x23, 0xfb,
+ 0x80, 0xac, 0x81, 0x41, 0xe0, 0x15, 0x04, 0x65, 0x5f, 0x6e, 0xc1, 0x35,
+ 0x1f, 0xbe, 0x30, 0x68, 0x74, 0xd3, 0x57, 0xaa, 0x09, 0xea, 0xf6, 0xb2,
+ 0xc4, 0xea, 0xc1, 0x6d, 0xee, 0x4b, 0x7c, 0x0c, 0xf0, 0x39, 0xf8, 0xb7,
+ 0xb6, 0xa3, 0x3a, 0x7f, 0x84, 0xca, 0xfc, 0xc9, 0xaa, 0x04, 0x06, 0xd1,
+ 0x40, 0x76, 0x65, 0x25, 0x5e, 0xb7, 0xbb, 0x5d, 0xf0, 0x79, 0xef, 0xb6,
+ 0xcc, 0x8a, 0xa8, 0x85, 0xc2, 0x3b, 0x95, 0x7b, 0xf5, 0x1b, 0x7b, 0xcf,
+ 0x9a, 0xec, 0xe1, 0x2a, 0x79, 0xa4, 0xce, 0x84, 0x3b, 0x1e, 0x65, 0xbe,
+ 0xf2, 0xf0, 0x1f, 0x5a, 0xfc, 0x87, 0x5f, 0xca, 0x7f, 0x6b, 0x2d, 0xff,
+ 0x61, 0x0d, 0xff, 0xe1, 0x66, 0xfc, 0x47, 0x16, 0xff, 0xd1, 0x97, 0xf1,
+ 0x0f, 0xad, 0xdf, 0xad, 0xe1, 0x3d, 0xaa, 0xe1, 0x3d, 0xda, 0x8c, 0xf7,
+ 0x8e, 0xc5, 0x7b, 0xe7, 0xdb, 0xf2, 0xde, 0xa9, 0xe1, 0xbd, 0xb3, 0x19,
+ 0xef, 0x5d, 0x8b, 0xf7, 0xee, 0xb7, 0xe5, 0xbd, 0x5b, 0xc3, 0x7b, 0x77,
+ 0x33, 0xde, 0x7b, 0x16, 0xef, 0xbd, 0x6f, 0xcb, 0x7b, 0xaf, 0x86, 0xf7,
+ 0x5e, 0x03, 0xde, 0x31, 0xe3, 0x72, 0x75, 0x9d, 0x8c, 0xf1, 0x45, 0xc9,
+ 0xaa, 0x31, 0x27, 0x28, 0x4c, 0xa1, 0xfe, 0x19, 0x14, 0x01, 0x37, 0x99,
+ 0x3d, 0x87, 0x5a, 0x1d, 0x64, 0x62, 0xec, 0xda, 0xc9, 0xb3, 0x02, 0xa3,
+ 0x1a, 0xac, 0x99, 0x3e, 0xdd, 0x09, 0xa4, 0x65, 0xad, 0xee, 0xb9, 0x3a,
+ 0x37, 0x96, 0x9f, 0x1c, 0xd5, 0x53, 0x6f, 0x89, 0xa1, 0x49, 0x14, 0x0f,
+ 0xf1, 0x97, 0xb3, 0x14, 0xcf, 0x6c, 0x94, 0xda, 0xc2, 0xd5, 0x3f, 0x0c,
+ 0xde, 0x60, 0x56, 0x96, 0xcd, 0x1c, 0x7d, 0xb5, 0xae, 0x26, 0x57, 0xf0,
+ 0x93, 0xaa, 0xfc, 0x11, 0x0a, 0x53, 0xeb, 0x6b, 0x81, 0x5a, 0xb5, 0x46,
+ 0x14, 0xab, 0xde, 0xd3, 0x71, 0x76, 0x1a, 0x2f, 0x2f, 0x20, 0x0d, 0xa8,
+ 0x5a, 0xeb, 0xa3, 0xd1, 0x19, 0x2e, 0x86, 0x70, 0x0e, 0x3b, 0xaa, 0xab,
+ 0x34, 0x5f, 0x48, 0xa5, 0xff, 0x28, 0x62, 0x6e, 0xbc, 0x46, 0xc2, 0x3d,
+ 0xe8, 0x9e, 0x56, 0x73, 0xc9, 0x17, 0x55, 0xc4, 0xdf, 0xd1, 0x26, 0xe4,
+ 0x9a, 0x8e, 0x86, 0x98, 0xe5, 0x85, 0x55, 0x5f, 0xb6, 0xdb, 0x7f, 0x83,
+ 0xf7, 0xa8, 0x0e, 0xb1, 0xd6, 0xb5, 0x35, 0xe6, 0x52, 0xec, 0xeb, 0x5c,
+ 0x7f, 0x25, 0xcd, 0xde, 0x25, 0x56, 0xaa, 0xce, 0xf2, 0xd7, 0xd1, 0x84,
+ 0x5c, 0x53, 0x47, 0xb0, 0x46, 0x42, 0xe6, 0xf5, 0xd5, 0xac, 0x00, 0x5d,
+ 0xe7, 0x9c, 0x1e, 0x83, 0x25, 0x3c, 0xe3, 0x4d, 0x50, 0xf2, 0x6b, 0xb6,
+ 0xab, 0x36, 0xa2, 0x34, 0x21, 0xdb, 0x1c, 0x29, 0x09, 0x90, 0x84, 0x5e,
+ 0xbf, 0xd7, 0x1d, 0x9c, 0x71, 0x5c, 0x15, 0x6c, 0xcb, 0x7a, 0xcb, 0x3a,
+ 0x02, 0x2b, 0x09, 0x55, 0x8c, 0xe7, 0x20, 0x51, 0xeb, 0x85, 0x5f, 0xed,
+ 0x2a, 0x8d, 0x4e, 0xae, 0xcc, 0x2a, 0xcd, 0xe3, 0xe5, 0x75, 0x11, 0x83,
+ 0x5f, 0xfc, 0xe2, 0x16, 0xc3, 0x89, 0x08, 0x45, 0x0e, 0x04, 0xf4, 0x92,
+ 0x7f, 0x08, 0xc8, 0x6f, 0x04, 0xbf, 0xfb, 0x3b, 0x4e, 0x7e, 0x6e, 0x34,
+ 0xfd, 0x60, 0x2c, 0x1d, 0x7d, 0x16, 0xb5, 0x78, 0xf1, 0x77, 0x9c, 0x05,
+ 0xaa, 0x56, 0x93, 0xb1, 0x5e, 0x57, 0xcd, 0x4f, 0xe9, 0x62, 0x92, 0x3d,
+ 0x38, 0xeb, 0x29, 0xaf, 0x1f, 0x78, 0x2b, 0x49, 0xc8, 0x5f, 0xab, 0x96,
+ 0x44, 0xad, 0x59, 0x35, 0x09, 0x76, 0x4d, 0x3d, 0xc5, 0xe1, 0x46, 0x71,
+ 0x90, 0xc4, 0x13, 0xb8, 0x23, 0x0d, 0x47, 0x01, 0xf2, 0xc0, 0x03, 0x3c,
+ 0x8a, 0xd0, 0x7f, 0xc7, 0x3b, 0xc7, 0xe2, 0x4c, 0x03, 0x60, 0x57, 0x1c,
+ 0x4c, 0xd6, 0xd2, 0x39, 0xb7, 0x42, 0xcd, 0x0d, 0xc1, 0x14, 0x1c, 0x5c,
+ 0xdf, 0x30, 0x8a, 0x27, 0x90, 0x48, 0x38, 0xcf, 0x3d, 0x53, 0xab, 0x0b,
+ 0x74, 0xed, 0xc4, 0x2a, 0x6b, 0x28, 0xad, 0x02, 0x4a, 0x55, 0xe5, 0x3b,
+ 0xe5, 0x94, 0xe7, 0x7b, 0x56, 0x5a, 0x96, 0xbf, 0x41, 0xed, 0x9d, 0x38,
+ 0x6b, 0x9b, 0xe1, 0x3e, 0xd7, 0xb7, 0x5e, 0xb0, 0x37, 0xf9, 0x78, 0x11,
+ 0xb4, 0xf5, 0x25, 0xc2, 0x2d, 0xc3, 0xe2, 0xde, 0x81, 0x5a, 0x53, 0xb7,
+ 0x0c, 0xc3, 0x0d, 0x5c, 0x08, 0x9c, 0xa0, 0x2d, 0x21, 0x4a, 0xd1, 0x6d,
+ 0x48, 0xc9, 0xeb, 0x17, 0x5f, 0x0d, 0xf2, 0x9e, 0xa6, 0x23, 0x7f, 0x15,
+ 0x42, 0xaa, 0x42, 0xf8, 0x7d, 0xab, 0x10, 0x36, 0xae, 0x42, 0x68, 0x57,
+ 0x61, 0x1e, 0x4f, 0x31, 0x8b, 0x00, 0x1b, 0x9e, 0xd5, 0x7c, 0x72, 0x14,
+ 0x14, 0xc9, 0xa2, 0xc0, 0x1b, 0x18, 0x26, 0xf7, 0xca, 0x8d, 0x0f, 0x88,
+ 0x38, 0x99, 0xad, 0x8c, 0x35, 0xee, 0x35, 0xeb, 0xc6, 0x9e, 0xa5, 0x72,
+ 0x46, 0x38, 0x93, 0x60, 0x4c, 0x03, 0x73, 0x2a, 0x91, 0xc5, 0x53, 0x0d,
+ 0xf2, 0xf8, 0xe1, 0x34, 0x9e, 0xea, 0x33, 0x88, 0x04, 0x51, 0x65, 0x8a,
+ 0x00, 0xad, 0xb1, 0x15, 0x97, 0x22, 0x54, 0xb1, 0xa8, 0xce, 0xf1, 0xa2,
+ 0x8c, 0x3f, 0x27, 0x41, 0x9c, 0xe6, 0x78, 0x47, 0x9c, 0x27, 0xb9, 0xa2,
+ 0xc5, 0x4e, 0x5b, 0xa9, 0x03, 0xf6, 0xbf, 0x32, 0x5b, 0xa6, 0xe3, 0xf7,
+ 0xc9, 0x0c, 0xc2, 0x80, 0x6e, 0x9b, 0xc4, 0xe0, 0xbd, 0xa3, 0x49, 0xf6,
+ 0x18, 0x65, 0x88, 0x11, 0x50, 0xb7, 0xf4, 0xd7, 0x2c, 0x8d, 0x41, 0xc8,
+ 0x87, 0x67, 0x35, 0x16, 0xab, 0x72, 0xa9, 0x51, 0x52, 0xac, 0x82, 0x36,
+ 0xf4, 0x2a, 0x10, 0xb5, 0x51, 0x8e, 0xf7, 0xac, 0xe5, 0x71, 0x3c, 0x2b,
+ 0xe9, 0x32, 0xb6, 0xda, 0x26, 0x9f, 0xd0, 0x1f, 0x20, 0xa0, 0x0c, 0xda,
+ 0xf5, 0xaa, 0xab, 0xb2, 0xf0, 0xe3, 0xad, 0x9a, 0x0d, 0xea, 0x65, 0xae,
+ 0xf8, 0x92, 0x15, 0xef, 0xaa, 0x2f, 0x21, 0xb0, 0xa8, 0x35, 0x0b, 0x3f,
+ 0x03, 0x36, 0xfb, 0x9a, 0xd7, 0x8b, 0x2b, 0x32, 0x70, 0x57, 0x5e, 0xef,
+ 0xe2, 0x9a, 0xca, 0x3d, 0xa7, 0xe7, 0x22, 0x53, 0x9c, 0x15, 0x96, 0xea,
+ 0xea, 0xe8, 0xea, 0x3a, 0x57, 0x05, 0xf9, 0xdd, 0xfa, 0xd1, 0xac, 0x14,
+ 0x15, 0x94, 0xb1, 0xab, 0x39, 0xe7, 0x81, 0x92, 0xb7, 0xed, 0x3b, 0x57,
+ 0x55, 0xc9, 0xc2, 0xe6, 0xaf, 0xab, 0x02, 0x04, 0xf9, 0xdd, 0x36, 0xac,
+ 0xf0, 0x21, 0x85, 0x11, 0x6e, 0x58, 0x69, 0x0a, 0x97, 0x81, 0xb7, 0xbe,
+ 0x82, 0xc3, 0x41, 0xf7, 0xd5, 0x3f, 0x6b, 0x23, 0x40, 0xad, 0xd6, 0x8b,
+ 0xf6, 0x05, 0x8f, 0x87, 0x29, 0x7a, 0xbe, 0xbe, 0x36, 0xb0, 0x35, 0x41,
+ 0x70, 0xad, 0x32, 0x9e, 0xba, 0x68, 0xcb, 0x8c, 0x2a, 0xbb, 0xa2, 0x4c,
+ 0xb9, 0x7d, 0x76, 0x8b, 0xaf, 0x02, 0xb6, 0xa6, 0x1e, 0x14, 0x7b, 0x13,
+ 0x12, 0x41, 0x4b, 0xeb, 0xea, 0x8c, 0xcd, 0x34, 0x10, 0x8e, 0x7e, 0x1c,
+ 0x5c, 0xed, 0x07, 0xf0, 0x85, 0xac, 0x1a, 0x8e, 0xea, 0xe1, 0x4d, 0xd0,
+ 0x60, 0x1b, 0x9c, 0x5c, 0x82, 0x1b, 0x06, 0x68, 0xa9, 0xac, 0x68, 0xb5,
+ 0xd3, 0x77, 0xca, 0x58, 0xe3, 0x8e, 0x59, 0x35, 0xc6, 0x06, 0x94, 0x44,
+ 0x75, 0x62, 0x64, 0xad, 0x35, 0x92, 0x03, 0xd8, 0xfb, 0x0d, 0x06, 0xec,
+ 0x13, 0x52, 0x56, 0x31, 0x6b, 0x54, 0xc2, 0x46, 0xb1, 0x76, 0x14, 0xf2,
+ 0x3a, 0xd5, 0xec, 0x10, 0x51, 0xe4, 0xed, 0xfd, 0xbf, 0x5f, 0xf6, 0xb0,
+ 0x81, 0x7d, 0x15, 0x53, 0x99, 0x35, 0xc6, 0x5f, 0x4d, 0xd5, 0xc4, 0x26,
+ 0xc2, 0xaa, 0x9f, 0xcc, 0x70, 0x58, 0x5b, 0x49, 0xbe, 0xf1, 0x47, 0xfb,
+ 0xfe, 0x9a, 0xda, 0x3a, 0xba, 0xb0, 0x45, 0xe6, 0xa9, 0x9e, 0xab, 0xae,
+ 0x48, 0xd2, 0x34, 0x4f, 0x69, 0x1f, 0xb1, 0x96, 0xfa, 0x48, 0xc2, 0x10,
+ 0xf4, 0x42, 0x19, 0xc0, 0x28, 0x09, 0xcb, 0x64, 0x11, 0xcc, 0x20, 0xd6,
+ 0x37, 0xf9, 0xc5, 0x05, 0xf3, 0x2f, 0x9b, 0x38, 0xab, 0x61, 0xa6, 0xab,
+ 0x3d, 0xde, 0x35, 0x82, 0x22, 0xe8, 0xd7, 0xaf, 0x11, 0x02, 0x66, 0xcd,
+ 0x08, 0x4b, 0x21, 0x93, 0x33, 0xc5, 0xe2, 0x97, 0xbd, 0x25, 0x62, 0xf3,
+ 0x1f, 0xef, 0x8d, 0x02, 0x11, 0xef, 0x78, 0x63, 0x6b, 0x45, 0xdd, 0x3c,
+ 0xd8, 0xb6, 0x15, 0x39, 0x85, 0x8f, 0x5a, 0xe3, 0x9b, 0x02, 0xa7, 0xd6,
+ 0x0c, 0x0e, 0x19, 0x99, 0x1e, 0xc5, 0xc0, 0xef, 0x65, 0x88, 0x66, 0xc7,
+ 0xa4, 0x28, 0x04, 0xd1, 0x12, 0x4c, 0xec, 0x57, 0x50, 0xc4, 0xbe, 0x5a,
+ 0x57, 0x36, 0x5b, 0xed, 0x25, 0x43, 0x6b, 0x7a, 0x53, 0x85, 0x73, 0xf7,
+ 0x28, 0x68, 0x9f, 0x8e, 0x9a, 0x62, 0x38, 0x7e, 0xef, 0x78, 0x2c, 0x31,
+ 0x58, 0xbf, 0xc8, 0xa0, 0xaa, 0x55, 0x3e, 0xe0, 0xff, 0x6b, 0xd6, 0x04,
+ 0x02, 0xda, 0xd9, 0x10, 0xe2, 0xa3, 0xab, 0x39, 0x24, 0xa2, 0xa3, 0xb2,
+ 0xc8, 0xbb, 0xdd, 0x32, 0x92, 0x5c, 0x1d, 0x8a, 0x84, 0x5a, 0xb3, 0x4c,
+ 0x42, 0xc7, 0x33, 0x39, 0xd3, 0xc6, 0x37, 0x8f, 0xbf, 0x07, 0xf2, 0xbd,
+ 0x6e, 0xd1, 0x6c, 0xb8, 0x5c, 0x86, 0x1d, 0x94, 0xf8, 0xc8, 0x31, 0x8e,
+ 0xd7, 0xac, 0x95, 0x1c, 0x44, 0x1b, 0x0c, 0xb5, 0xe3, 0x19, 0x06, 0xc2,
+ 0xe4, 0x3e, 0x5e, 0x8c, 0xf5, 0x39, 0x8b, 0xbf, 0x5b, 0x67, 0xc1, 0x9a,
+ 0x24, 0xb7, 0x79, 0x92, 0x14, 0xe6, 0xae, 0x52, 0xe1, 0x5f, 0x39, 0xfb,
+ 0x6a, 0x69, 0xcb, 0x4d, 0x35, 0x94, 0x2b, 0x16, 0x6a, 0xc6, 0x71, 0x05,
+ 0xf4, 0xa2, 0xde, 0xe4, 0x28, 0xa6, 0x67, 0xa3, 0x56, 0x52, 0x86, 0xbf,
+ 0xac, 0x66, 0x14, 0xb9, 0xd8, 0xa8, 0x19, 0x6c, 0x37, 0x23, 0xab, 0x5e,
+ 0x06, 0x23, 0xfe, 0xba, 0x19, 0x80, 0x6b, 0xea, 0x07, 0x9b, 0x8d, 0x93,
+ 0xe4, 0x9e, 0xe9, 0x76, 0xbc, 0x66, 0x14, 0x61, 0x0e, 0xde, 0xd4, 0xef,
+ 0x9f, 0x7f, 0x32, 0xeb, 0xc2, 0x57, 0x3d, 0x55, 0xf0, 0x1c, 0xdd, 0x23,
+ 0xcb, 0x33, 0xd7, 0x41, 0xf9, 0xc1, 0x56, 0x63, 0xe0, 0xd3, 0x15, 0xab,
+ 0x14, 0x7e, 0x36, 0x2b, 0x60, 0x7b, 0x88, 0x8a, 0x9a, 0xec, 0x1d, 0x5d,
+ 0x88, 0xc1, 0xa4, 0xaa, 0xdc, 0x55, 0xb8, 0xfa, 0xfa, 0xf1, 0x05, 0xe8,
+ 0xf2, 0x16, 0x93, 0x31, 0xcc, 0x42, 0xd3, 0xcc, 0xb1, 0xf5, 0x3a, 0x82,
+ 0x95, 0x85, 0xb5, 0xc2, 0xa6, 0x1b, 0x2a, 0x9b, 0x7f, 0xb5, 0xea, 0x8c,
+ 0x82, 0xab, 0xc2, 0x14, 0x06, 0x31, 0xbf, 0x26, 0x0d, 0xe0, 0x7a, 0xac,
+ 0x6f, 0x20, 0xab, 0x4c, 0x9c, 0xf5, 0x35, 0x14, 0x91, 0x4b, 0x3e, 0xfd,
+ 0x7a, 0x88, 0x8f, 0xca, 0x17, 0xda, 0x53, 0x27, 0x93, 0x26, 0x55, 0x1f,
+ 0xa2, 0xce, 0xd3, 0x32, 0x4f, 0x3a, 0x36, 0xdf, 0x4d, 0x6a, 0x6d, 0xa2,
+ 0x46, 0xac, 0x63, 0xb5, 0xdf, 0x9a, 0x31, 0xa5, 0x0c, 0x2b, 0xc1, 0xbe,
+ 0x8b, 0x8a, 0xea, 0xc7, 0x19, 0x1a, 0x84, 0xc4, 0x4d, 0x26, 0x58, 0x3f,
+ 0xa5, 0x01, 0xef, 0x96, 0xd3, 0xe5, 0x49, 0x76, 0x93, 0x9c, 0xe7, 0xd9,
+ 0x34, 0xad, 0x94, 0xab, 0xf7, 0xe7, 0x47, 0xe7, 0x01, 0xbc, 0x0f, 0xf8,
+ 0x07, 0x47, 0xe3, 0xfd, 0x14, 0x40, 0x38, 0x74, 0x38, 0x35, 0x5b, 0xe1,
+ 0x2d, 0xcc, 0xed, 0xd8, 0xb2, 0xb9, 0xbb, 0x95, 0x60, 0x9a, 0xc5, 0xcc,
+ 0x49, 0xd8, 0xe0, 0xe4, 0xff, 0xae, 0x58, 0xf3, 0xa4, 0xe5, 0x93, 0x39,
+ 0x34, 0x0c, 0x30, 0xb2, 0xb7, 0xeb, 0xf5, 0x01, 0xf3, 0x29, 0x18, 0x59,
+ 0xb5, 0xca, 0xa0, 0x3e, 0x12, 0x88, 0x4f, 0x8e, 0xea, 0xdc, 0x8b, 0x03,
+ 0xbd, 0xb9, 0x3e, 0x33, 0xc1, 0xf9, 0x6a, 0xd7, 0x51, 0x05, 0x53, 0xb1,
+ 0x55, 0x4b, 0xc6, 0xc3, 0x41, 0x17, 0xe7, 0x02, 0xe0, 0xf4, 0x52, 0x15,
+ 0xe2, 0x87, 0xab, 0x78, 0xa5, 0x58, 0x06, 0x0e, 0xef, 0xe3, 0x25, 0x1d,
+ 0xb1, 0xde, 0x17, 0xbb, 0xb0, 0xb2, 0x38, 0xb8, 0x1d, 0x57, 0xf2, 0x59,
+ 0xa0, 0xcd, 0xb6, 0x68, 0xba, 0xfe, 0x19, 0x1b, 0xaa, 0x87, 0x87, 0x91,
+ 0x38, 0x6e, 0x74, 0x0d, 0x48, 0xce, 0x5a, 0xa3, 0xe3, 0x1b, 0x04, 0x3e,
+ 0x8d, 0x97, 0xee, 0x7a, 0x9c, 0xee, 0x9d, 0x3b, 0xea, 0x01, 0x6f, 0xa1,
+ 0xcd, 0x99, 0x02, 0xe3, 0x94, 0x9c, 0xee, 0x5a, 0xf6, 0x59, 0x81, 0xc4,
+ 0x3e, 0x23, 0x65, 0xcd, 0xff, 0x82, 0x25, 0x9b, 0x7f, 0xc7, 0x79, 0xc5,
+ 0xc3, 0x03, 0xc4, 0x9a, 0x52, 0x3a, 0xe2, 0x78, 0xbe, 0x8c, 0xc7, 0x65,
+ 0x20, 0x72, 0xec, 0x36, 0xeb, 0x0e, 0x01, 0xfd, 0x8d, 0xfa, 0x83, 0xb3,
+ 0xd8, 0xb0, 0x43, 0x00, 0x5a, 0xe9, 0x11, 0x57, 0x85, 0xfe, 0x87, 0xfa,
+ 0x85, 0x73, 0xd6, 0xa8, 0x63, 0xca, 0xf1, 0x1d, 0x2c, 0x09, 0x52, 0xdf,
+ 0xc0, 0x27, 0xcd, 0x04, 0x9c, 0x50, 0x2c, 0x1c, 0xa8, 0xd3, 0x98, 0x6d,
+ 0x1b, 0xa7, 0xe9, 0x38, 0x75, 0xcf, 0xf8, 0x90, 0x6c, 0x00, 0x2a, 0x66,
+ 0x40, 0x3d, 0xf2, 0xc0, 0xd0, 0xb8, 0x8f, 0x6d, 0x29, 0x8b, 0x77, 0xa0,
+ 0x57, 0x19, 0xeb, 0x57, 0x71, 0x44, 0x15, 0x34, 0x72, 0xc1, 0x8b, 0x7a,
+ 0x56, 0x60, 0x7a, 0x25, 0xe1, 0x3d, 0x55, 0xc1, 0xd2, 0x18, 0x6f, 0x17,
+ 0x7b, 0x13, 0x48, 0xe8, 0x0d, 0x16, 0x8c, 0x1d, 0x25, 0xa6, 0x6d, 0x0c,
+ 0x6f, 0x83, 0xb6, 0xb4, 0x9d, 0x18, 0x95, 0x5a, 0xc6, 0x79, 0x8c, 0x97,
+ 0x8c, 0x34, 0xdb, 0x4a, 0xe0, 0x9a, 0x7f, 0x3d, 0xf5, 0x61, 0x25, 0xef,
+ 0xcf, 0xd8, 0x02, 0x51, 0xb4, 0xaf, 0x6f, 0xe0, 0x2f, 0x37, 0x56, 0xf3,
+ 0xb7, 0xe7, 0x40, 0x3f, 0x29, 0x19, 0x63, 0x4a, 0xdd, 0x4c, 0x94, 0x8f,
+ 0xe6, 0x79, 0x84, 0xa8, 0x4d, 0xe8, 0xae, 0x4d, 0xf8, 0x1d, 0x6a, 0x13,
+ 0xd6, 0xd6, 0x26, 0x74, 0xd5, 0x26, 0x5c, 0x53, 0x9b, 0xc8, 0x5d, 0x9b,
+ 0xe8, 0x3b, 0xd4, 0x26, 0xaa, 0xad, 0x4d, 0xe4, 0xaa, 0x4d, 0xb4, 0xa6,
+ 0x36, 0x1d, 0x77, 0x6d, 0x3a, 0xdf, 0xa1, 0x36, 0x9d, 0xda, 0xda, 0x74,
+ 0x5c, 0xb5, 0xe9, 0x78, 0x6a, 0x73, 0x9f, 0xe0, 0x77, 0x31, 0x6c, 0x3e,
+ 0x1e, 0x06, 0x08, 0xf7, 0x2d, 0x07, 0x0c, 0x2f, 0x52, 0x1f, 0x2f, 0xfc,
+ 0xa5, 0x73, 0xb8, 0x18, 0x08, 0xbe, 0x3a, 0x84, 0x66, 0x1d, 0xbe, 0xe1,
+ 0x30, 0x11, 0x2c, 0x85, 0x75, 0x75, 0x08, 0x1d, 0x75, 0xf0, 0x8d, 0x11,
+ 0xfe, 0x3d, 0x32, 0xeb, 0xf0, 0x0d, 0x07, 0x87, 0x60, 0x29, 0xaa, 0xab,
+ 0x43, 0xe4, 0xa8, 0x83, 0x6f, 0x64, 0xf0, 0xef, 0x1d, 0xb3, 0x0e, 0xdf,
+ 0x70, 0x48, 0x08, 0x96, 0x3a, 0x75, 0x75, 0xe8, 0x38, 0xea, 0xe0, 0x1b,
+ 0x0f, 0xe8, 0xba, 0x7f, 0x26, 0x92, 0x3a, 0xaa, 0x43, 0x63, 0x1f, 0xef,
+ 0xb0, 0x56, 0x56, 0xd3, 0x6f, 0x3e, 0x4e, 0x6c, 0x56, 0xf4, 0x21, 0x83,
+ 0x0c, 0x5d, 0xdb, 0x50, 0xce, 0x31, 0xe4, 0x27, 0xd6, 0xa0, 0x09, 0xc2,
+ 0xda, 0x26, 0xf8, 0x86, 0xc3, 0xcc, 0xc1, 0x75, 0xb8, 0x51, 0x13, 0x84,
+ 0xf5, 0x4d, 0xe0, 0x1b, 0x8d, 0x08, 0x5a, 0x65, 0xc3, 0x74, 0xc8, 0x01,
+ 0x7d, 0xfc, 0x9e, 0x92, 0x60, 0xb0, 0xe3, 0x95, 0x05, 0x03, 0xce, 0x2f,
+ 0x0d, 0x1e, 0x82, 0x8d, 0x1a, 0x23, 0x5c, 0xd3, 0x18, 0xdf, 0x5a, 0x26,
+ 0x4c, 0xde, 0x7d, 0x52, 0xe1, 0x6b, 0x0c, 0x4b, 0x2e, 0x3c, 0x04, 0xad,
+ 0xc6, 0x10, 0x17, 0x9a, 0x0e, 0xa7, 0xd3, 0x04, 0x73, 0xf4, 0xed, 0xe5,
+ 0x49, 0x4c, 0xb7, 0x1e, 0xf0, 0x7d, 0x90, 0x88, 0x0f, 0x41, 0xcc, 0xbe,
+ 0xf8, 0x0f, 0xbf, 0x16, 0x59, 0x3e, 0xa7, 0x5b, 0xd2, 0x01, 0x2a, 0xd6,
+ 0x0d, 0x9a, 0x22, 0x34, 0x14, 0x69, 0xc1, 0x0a, 0x57, 0x9e, 0x35, 0x96,
+ 0xdc, 0x87, 0x61, 0xeb, 0xb0, 0x2c, 0x6d, 0xdb, 0x71, 0x3c, 0x36, 0x4f,
+ 0x17, 0xe9, 0x7c, 0x35, 0x3f, 0x4b, 0x67, 0xe7, 0xfc, 0x12, 0x3f, 0x58,
+ 0xd1, 0xe9, 0x65, 0xa0, 0xdd, 0xed, 0xb7, 0xeb, 0xce, 0xad, 0x98, 0x8c,
+ 0x84, 0x06, 0xa5, 0x54, 0xdc, 0xf0, 0xfc, 0x31, 0xf6, 0x15, 0xa2, 0xea,
+ 0x36, 0x0f, 0x6e, 0x3b, 0xa6, 0x13, 0xd4, 0xaa, 0xa4, 0xf8, 0xe6, 0xb2,
+ 0x42, 0x1f, 0x29, 0xbb, 0x13, 0x61, 0x85, 0x86, 0xfe, 0x12, 0xdb, 0x26,
+ 0x57, 0x2d, 0x8f, 0xf8, 0x46, 0x09, 0x81, 0x7f, 0x32, 0x2a, 0x18, 0xda,
+ 0xd5, 0xc3, 0xce, 0xee, 0x2b, 0xd5, 0x33, 0x0b, 0x86, 0xdf, 0xaa, 0x52,
+ 0x67, 0x7c, 0x16, 0x47, 0x45, 0xa6, 0x01, 0x9d, 0xb2, 0xeb, 0x72, 0x57,
+ 0x92, 0xff, 0x5a, 0xa5, 0xf7, 0x31, 0x13, 0xe9, 0xb1, 0xac, 0x46, 0x4c,
+ 0xdf, 0xdf, 0x70, 0xff, 0x97, 0xa4, 0x82, 0x70, 0xbb, 0xf7, 0x60, 0xa8,
+ 0x4d, 0x8c, 0x1d, 0x86, 0xd7, 0x7c, 0x08, 0x2b, 0xd6, 0xac, 0xa0, 0xa2,
+ 0x9e, 0xd2, 0xf6, 0xdc, 0x57, 0x6a, 0xfa, 0x3a, 0xe4, 0xd5, 0x57, 0x85,
+ 0x98, 0x33, 0x71, 0x95, 0x55, 0x3e, 0x31, 0x4a, 0x4d, 0x8d, 0xaf, 0xd6,
+ 0x68, 0x2c, 0xd8, 0x10, 0x9a, 0xa1, 0x0f, 0x2e, 0xaa, 0xe4, 0xe0, 0x39,
+ 0x08, 0x6f, 0xc8, 0x93, 0xf7, 0x21, 0x9d, 0x40, 0x28, 0x03, 0xf8, 0xe0,
+ 0xa8, 0xd0, 0xb9, 0x04, 0x41, 0x23, 0xad, 0x80, 0xd2, 0xcf, 0x65, 0x0d,
+ 0x53, 0xb4, 0xcb, 0x76, 0x65, 0xb0, 0x60, 0x5a, 0xae, 0x8c, 0xcf, 0xb6,
+ 0xce, 0x74, 0x2f, 0x97, 0x24, 0x72, 0xd1, 0x12, 0x3b, 0x75, 0x48, 0x86,
+ 0x42, 0x1e, 0x4f, 0x01, 0xde, 0xbc, 0xc2, 0x28, 0x17, 0x7a, 0x35, 0xc0,
+ 0x3e, 0x09, 0x36, 0x15, 0xee, 0x1e, 0xd0, 0xf4, 0x08, 0xcf, 0x61, 0x4d,
+ 0x57, 0xb8, 0x60, 0xab, 0x80, 0xcf, 0x82, 0xa2, 0x41, 0xd9, 0x6e, 0x80,
+ 0xd5, 0xd7, 0xc3, 0xc7, 0xbb, 0x98, 0x49, 0x85, 0x5a, 0x95, 0x84, 0x5e,
+ 0x7d, 0xdf, 0xba, 0x84, 0x8d, 0xea, 0x52, 0xf9, 0x03, 0xfe, 0x19, 0x13,
+ 0xdd, 0x8b, 0x2b, 0x77, 0x5b, 0xbf, 0xdb, 0xda, 0x2a, 0xe1, 0xc5, 0x75,
+ 0x3a, 0xd9, 0xd9, 0x9a, 0xc7, 0xcb, 0x68, 0x82, 0xbf, 0xb6, 0x31, 0x0b,
+ 0x09, 0xc4, 0xa2, 0x59, 0xc6, 0x30, 0x5f, 0xfc, 0x2e, 0x98, 0x67, 0xac,
+ 0x05, 0x4a, 0x1e, 0xab, 0xa2, 0xcc, 0x82, 0x38, 0x58, 0xc6, 0x8b, 0x64,
+ 0xf6, 0xfb, 0x20, 0xcb, 0x83, 0x69, 0xca, 0x96, 0xc3, 0x38, 0x78, 0x88,
+ 0x9f, 0x20, 0x9a, 0x06, 0x93, 0x46, 0xf6, 0x30, 0x4b, 0x17, 0x9f, 0x31,
+ 0xe2, 0x8c, 0x9d, 0xf0, 0xa4, 0x36, 0xe3, 0xc9, 0x65, 0x36, 0x2d, 0x1f,
+ 0xd8, 0xb2, 0xf2, 0x96, 0x4d, 0xcb, 0xec, 0xbf, 0x17, 0xc4, 0x5e, 0x40,
+ 0xfe, 0xef, 0xcb, 0x02, 0x93, 0x9c, 0x5c, 0xdd, 0xcc, 0x76, 0x02, 0xf5,
+ 0xc5, 0x69, 0xbc, 0x84, 0x68, 0x3a, 0xd2, 0x83, 0x5f, 0xc9, 0x84, 0x12,
+ 0x54, 0x11, 0xa2, 0x5f, 0xce, 0x8b, 0x57, 0xac, 0x4a, 0xac, 0x25, 0x35,
+ 0xe7, 0x3f, 0x46, 0x87, 0xfd, 0x27, 0x5c, 0xfe, 0x34, 0xcf, 0x7c, 0x4e,
+ 0x1e, 0x32, 0x34, 0xc8, 0xd3, 0x3f, 0xa7, 0xf7, 0x85, 0xca, 0x5c, 0xe6,
+ 0x04, 0xfd, 0xbb, 0x0b, 0x14, 0xaa, 0x06, 0x06, 0x7b, 0x51, 0x47, 0x5c,
+ 0xa6, 0xf1, 0x2d, 0x55, 0x11, 0x9f, 0x59, 0xe5, 0xa0, 0x1b, 0xa1, 0x82,
+ 0xa4, 0x8a, 0xf0, 0x20, 0x31, 0x28, 0x62, 0xc1, 0x18, 0xef, 0x56, 0xbe,
+ 0x94, 0x0a, 0x2b, 0xaf, 0xe1, 0xd6, 0xe3, 0x13, 0x65, 0x52, 0x62, 0x25,
+ 0xfe, 0xe3, 0x26, 0x2d, 0x2f, 0xcb, 0x5c, 0x4c, 0x2e, 0x2f, 0xb5, 0x4c,
+ 0x4b, 0x3b, 0xba, 0xce, 0xf8, 0x47, 0xf8, 0xf2, 0xea, 0xbf, 0x77, 0x36,
+ 0x42, 0xfa, 0x13, 0x21, 0xa9, 0xad, 0x87, 0xdf, 0xab, 0x86, 0x70, 0x28,
+ 0xb1, 0x58, 0x92, 0xd5, 0x90, 0xd4, 0x02, 0xc2, 0xd1, 0xc5, 0x85, 0xf7,
+ 0x27, 0x15, 0xef, 0xef, 0x3a, 0x1e, 0xb4, 0x9c, 0x80, 0x7b, 0xf1, 0xc2,
+ 0xd1, 0xac, 0xa1, 0xde, 0xae, 0xa4, 0x11, 0xd9, 0x2d, 0x4b, 0xe9, 0xe0,
+ 0x82, 0x97, 0x9f, 0xcf, 0xe3, 0x67, 0xb6, 0x67, 0xa5, 0x6b, 0x6d, 0xd4,
+ 0xa2, 0x15, 0x9a, 0xaf, 0x4d, 0x0d, 0xc2, 0x76, 0x3b, 0x19, 0x00, 0xee,
+ 0x16, 0x36, 0xca, 0xa9, 0xa3, 0xb2, 0xae, 0xbd, 0x2b, 0x48, 0xa5, 0xc5,
+ 0xa7, 0xf1, 0xa2, 0x0d, 0x69, 0x0c, 0xf6, 0xc6, 0x67, 0xd3, 0x29, 0xb6,
+ 0xb9, 0xf6, 0x06, 0xc7, 0xeb, 0xf6, 0x51, 0xbc, 0x60, 0x3b, 0x0a, 0xcc,
+ 0x76, 0xf0, 0x72, 0x6f, 0x04, 0x07, 0x88, 0x90, 0x57, 0x6a, 0xb3, 0xc6,
+ 0x06, 0xb2, 0xe7, 0x0f, 0x73, 0xd9, 0xc8, 0xf2, 0x64, 0x4e, 0x6d, 0x38,
+ 0x00, 0x52, 0x5a, 0x8b, 0x95, 0x8b, 0xd9, 0xcc, 0x16, 0xee, 0x06, 0x02,
+ 0x68, 0x87, 0x91, 0xfd, 0xef, 0xea, 0x77, 0x59, 0x13, 0x77, 0x9d, 0x17,
+ 0x66, 0x95, 0x17, 0xee, 0x1a, 0x2f, 0xfe, 0xbf, 0x56, 0xe1, 0x85, 0x5e,
+ 0xdf, 0xd0, 0xea, 0xe3, 0xd0, 0xd1, 0xc7, 0xe1, 0x97, 0xf7, 0x71, 0xd8,
+ 0xa4, 0xca, 0xa1, 0x51, 0xe5, 0xb0, 0xb6, 0xca, 0xe1, 0x9a, 0x2a, 0x87,
+ 0x9e, 0x3e, 0x0e, 0xcd, 0x3e, 0x0e, 0xed, 0x3e, 0x0e, 0xbf, 0xb8, 0x8f,
+ 0xff, 0x07, 0x2b, 0xac, 0xf6, 0x31, 0xe6, 0xb8, 0x64, 0x3f, 0xdb, 0x34,
+ 0x6f, 0xca, 0x47, 0xbe, 0xe0, 0x72, 0x8f, 0x7b, 0x50, 0x7e, 0xc6, 0xca,
+ 0xfe, 0x58, 0x86, 0x0f, 0x35, 0x95, 0x16, 0x42, 0xae, 0x96, 0x05, 0xe7,
+ 0x2d, 0x06, 0x01, 0x06, 0x89, 0xca, 0x38, 0x9c, 0x23, 0x7d, 0xb3, 0xca,
+ 0xbc, 0x44, 0x71, 0x70, 0x1e, 0xea, 0x9c, 0x87, 0x9c, 0x73, 0xae, 0xbe,
+ 0x6d, 0xc8, 0x7a, 0xd8, 0x8c, 0xf5, 0xd0, 0x62, 0xfd, 0x70, 0x1d, 0xeb,
+ 0xe1, 0x0b, 0x85, 0x77, 0xba, 0x86, 0xab, 0x36, 0xbc, 0xfa, 0x86, 0xd7,
+ 0x80, 0xdf, 0x14, 0xc6, 0x77, 0x70, 0xbb, 0xdf, 0x60, 0x59, 0xc5, 0xa8,
+ 0xe7, 0x5a, 0x85, 0x54, 0x18, 0x07, 0x4f, 0x12, 0x26, 0xa0, 0xf0, 0x46,
+ 0x65, 0x58, 0x85, 0x76, 0xb3, 0x1c, 0x5a, 0x2c, 0x87, 0x4e, 0x96, 0xc3,
+ 0x1a, 0x96, 0xd7, 0x34, 0xb4, 0x0a, 0xb9, 0x11, 0xcb, 0xa1, 0x9b, 0xe5,
+ 0xc8, 0x62, 0x39, 0x72, 0xb2, 0x1c, 0xd5, 0xb0, 0x1c, 0x35, 0x66, 0x39,
+ 0xda, 0x88, 0xe5, 0xc8, 0xcd, 0x72, 0xc7, 0x62, 0xb9, 0xe3, 0x64, 0xb9,
+ 0x53, 0xc3, 0x72, 0xa7, 0x31, 0xcb, 0x9d, 0x8d, 0x58, 0xee, 0x28, 0x2c,
+ 0x1f, 0xdf, 0x2e, 0x2e, 0x12, 0x26, 0xfc, 0x13, 0xfc, 0xb2, 0x77, 0x72,
+ 0xb9, 0x53, 0xbd, 0xc2, 0x27, 0xed, 0x74, 0x49, 0x6e, 0xb4, 0xd9, 0x7b,
+ 0x36, 0x69, 0x2a, 0x1e, 0x87, 0xdc, 0x49, 0x10, 0x02, 0xca, 0x14, 0x92,
+ 0x40, 0x6e, 0xf3, 0xaf, 0x78, 0x1c, 0x3a, 0x51, 0x94, 0x8a, 0x48, 0xed,
+ 0x9c, 0xe0, 0xfe, 0xae, 0xe1, 0x30, 0xde, 0x68, 0x43, 0xae, 0x70, 0x0f,
+ 0x37, 0x87, 0x6e, 0xf3, 0x74, 0xf2, 0x3e, 0x81, 0x90, 0x24, 0x00, 0xd5,
+ 0xd9, 0x15, 0x8e, 0x91, 0xf0, 0xfe, 0x2c, 0x87, 0x03, 0x63, 0x78, 0x8f,
+ 0xb9, 0xaf, 0xe9, 0xc2, 0x6f, 0xa7, 0x15, 0xfc, 0x2e, 0xb8, 0x5c, 0xc6,
+ 0xe3, 0x04, 0x12, 0x85, 0x07, 0x79, 0x56, 0xd2, 0xbe, 0x24, 0x9b, 0x22,
+ 0x0e, 0xc4, 0xc6, 0xe3, 0x1e, 0x6f, 0xbb, 0x9c, 0xd4, 0x6a, 0x79, 0x90,
+ 0x3d, 0x54, 0xbb, 0xf8, 0x97, 0x17, 0xc7, 0xa3, 0xf7, 0x87, 0x17, 0x98,
+ 0x73, 0xf3, 0xe5, 0xc9, 0xe1, 0xde, 0x07, 0xf8, 0x8d, 0x6e, 0xa4, 0xa2,
+ 0x8d, 0x61, 0x73, 0x83, 0x5b, 0xef, 0xaa, 0x8d, 0xe5, 0x2b, 0xde, 0xc6,
+ 0xe8, 0xaa, 0xd6, 0xb4, 0x7d, 0x09, 0x59, 0xc0, 0x36, 0x6f, 0x64, 0x1d,
+ 0x6f, 0x83, 0x96, 0xd6, 0x11, 0xff, 0xa9, 0x9a, 0xb9, 0xda, 0x44, 0xc4,
+ 0x39, 0xa6, 0xd8, 0xe5, 0x3b, 0x08, 0xfe, 0xc4, 0xc7, 0x1c, 0xe6, 0x42,
+ 0x55, 0x5c, 0xac, 0x8c, 0x31, 0x27, 0xa0, 0xeb, 0xc7, 0x9b, 0x80, 0xd2,
+ 0xed, 0x7d, 0xf8, 0x5a, 0xbc, 0xd2, 0x54, 0x70, 0xc1, 0x10, 0x8a, 0x66,
+ 0xc0, 0x76, 0xf2, 0x7a, 0xa3, 0x85, 0xbb, 0x78, 0xf9, 0xc4, 0x6a, 0xb0,
+ 0xad, 0x4d, 0x9b, 0x6b, 0x6b, 0x6b, 0xc3, 0xa6, 0x4a, 0xf9, 0x80, 0x56,
+ 0x76, 0xb2, 0xda, 0x2b, 0xa1, 0x3d, 0xc8, 0x1c, 0xa2, 0x14, 0x6f, 0x5b,
+ 0x6f, 0x33, 0x81, 0x51, 0xdf, 0x66, 0x02, 0x4a, 0x11, 0x36, 0xf5, 0x95,
+ 0xda, 0x5e, 0x1a, 0x0b, 0x2f, 0xfe, 0x89, 0x9a, 0xab, 0xcc, 0xe3, 0x14,
+ 0x66, 0xd4, 0x63, 0xbb, 0xd9, 0x9c, 0x9f, 0x84, 0xb5, 0x83, 0x7f, 0x0b,
+ 0xea, 0xdb, 0xd1, 0x24, 0x51, 0xdf, 0x9e, 0x26, 0x74, 0x83, 0x76, 0x75,
+ 0xf2, 0xf8, 0xcf, 0xd4, 0xbe, 0xd2, 0x6f, 0x06, 0x39, 0xdb, 0xa9, 0x9e,
+ 0x49, 0x61, 0x37, 0xdd, 0x68, 0x84, 0xba, 0xae, 0xc8, 0x8d, 0x38, 0x3c,
+ 0xaa, 0xbd, 0x7e, 0xab, 0xc0, 0xcd, 0x64, 0xab, 0x89, 0x97, 0xa8, 0xf8,
+ 0xb5, 0x0d, 0x71, 0x14, 0xe0, 0x25, 0x2d, 0x2e, 0x8e, 0xc6, 0xe1, 0x53,
+ 0x9b, 0xa3, 0x32, 0xa1, 0x51, 0x99, 0xd0, 0x59, 0x99, 0xd0, 0x5b, 0x99,
+ 0x35, 0x77, 0x89, 0x15, 0x38, 0x4f, 0x65, 0x42, 0x67, 0x65, 0xc2, 0x67,
+ 0x55, 0x26, 0x32, 0x2a, 0x13, 0x39, 0x2b, 0x13, 0x79, 0x2b, 0x13, 0x35,
+ 0xac, 0x4c, 0xe4, 0xab, 0x4c, 0xe4, 0xac, 0x4c, 0xf4, 0xac, 0xca, 0x74,
+ 0x8c, 0xca, 0x74, 0x9c, 0x95, 0xe9, 0x78, 0x2b, 0xd3, 0x69, 0x58, 0x99,
+ 0x8e, 0xaf, 0x32, 0x1d, 0x67, 0x65, 0x3a, 0x1b, 0x55, 0x46, 0xf8, 0xcc,
+ 0xf0, 0xba, 0x88, 0x47, 0xaa, 0x4a, 0xe5, 0x41, 0x63, 0x56, 0xa2, 0x72,
+ 0x63, 0xa9, 0xbf, 0xa9, 0x9e, 0xd8, 0x23, 0x85, 0xbf, 0xb3, 0x07, 0x4a,
+ 0x05, 0xfc, 0x8c, 0x0a, 0x84, 0x7a, 0x05, 0x42, 0xa3, 0x02, 0xd6, 0xf8,
+ 0xa8, 0x7c, 0x58, 0x1a, 0x55, 0x20, 0xf4, 0x54, 0x20, 0x74, 0x55, 0x60,
+ 0xb3, 0xb1, 0x21, 0xbc, 0x65, 0xf4, 0x0a, 0x44, 0x46, 0x05, 0xac, 0x31,
+ 0x51, 0x39, 0xb0, 0x34, 0xaa, 0x40, 0xe4, 0xa9, 0x40, 0xe4, 0xaa, 0xc0,
+ 0x66, 0xe3, 0x41, 0xb8, 0xca, 0xe8, 0x15, 0xe8, 0x18, 0x15, 0xb0, 0xc6,
+ 0x41, 0xe5, 0xbd, 0xd2, 0xa8, 0x02, 0x1d, 0x4f, 0x05, 0x3a, 0xae, 0x0a,
+ 0x6c, 0x36, 0x06, 0xa4, 0xd9, 0x59, 0x1b, 0x0a, 0xc6, 0x5b, 0xaa, 0x8e,
+ 0xc7, 0x71, 0x66, 0x63, 0xcb, 0xcf, 0x97, 0xdb, 0xe2, 0xc5, 0x58, 0xc1,
+ 0x23, 0xa4, 0xb3, 0xfb, 0x24, 0x67, 0x15, 0x4d, 0x1c, 0x76, 0x64, 0x13,
+ 0x5e, 0x36, 0xf6, 0x66, 0xa6, 0x7a, 0x93, 0x4c, 0xd5, 0x19, 0x3e, 0xbf,
+ 0x15, 0x7b, 0x80, 0x3b, 0x09, 0x3d, 0xbf, 0xa3, 0x42, 0x67, 0x47, 0x85,
+ 0x75, 0x1d, 0x15, 0xfe, 0x8f, 0x75, 0x54, 0xb8, 0x61, 0x47, 0x85, 0x5f,
+ 0xa7, 0xa3, 0xc2, 0xa6, 0x1d, 0x15, 0xae, 0xe9, 0xa8, 0xcd, 0xe6, 0x34,
+ 0xe5, 0x68, 0xc1, 0x1e, 0x53, 0xea, 0x7b, 0xb5, 0xb3, 0xc6, 0xb6, 0x1b,
+ 0xd2, 0xf3, 0xba, 0xeb, 0x8b, 0xcf, 0x64, 0x9a, 0x8e, 0x2d, 0x1b, 0xc3,
+ 0xd5, 0x69, 0x1b, 0x1e, 0xd4, 0xd4, 0x8e, 0x30, 0x03, 0xcc, 0x33, 0xc6,
+ 0x6c, 0x62, 0x5f, 0xd2, 0x79, 0xa1, 0xa7, 0xf3, 0xc2, 0xfa, 0xce, 0x7b,
+ 0xe6, 0x58, 0xfb, 0x4a, 0x9d, 0xb7, 0x7e, 0xbc, 0xd9, 0x18, 0x5f, 0xad,
+ 0xf3, 0x3c, 0xa3, 0xce, 0xd5, 0x79, 0xf6, 0xb8, 0xb3, 0x89, 0x6d, 0xa8,
+ 0x9c, 0xa2, 0xf6, 0x79, 0x1c, 0x97, 0xd2, 0x66, 0xa0, 0xef, 0xcc, 0xd5,
+ 0x2f, 0xe6, 0x06, 0x9d, 0xdb, 0xf9, 0x45, 0xfc, 0x1b, 0x35, 0x8e, 0x8c,
+ 0x67, 0xd7, 0x2e, 0xa8, 0x31, 0x68, 0xb1, 0x7d, 0xb4, 0x43, 0xdb, 0xe8,
+ 0xb0, 0x1b, 0x6c, 0xe1, 0x55, 0x5e, 0xff, 0x99, 0x76, 0x9a, 0xf7, 0x89,
+ 0xd2, 0xb0, 0xfc, 0x81, 0xb7, 0x25, 0x53, 0x78, 0xb4, 0xed, 0x39, 0x97,
+ 0x7e, 0xc5, 0x63, 0x0c, 0x64, 0x63, 0x5b, 0xd7, 0x84, 0xd6, 0x1c, 0x37,
+ 0x24, 0x27, 0x8a, 0xea, 0x83, 0xd4, 0xed, 0xf3, 0x85, 0xe4, 0x9f, 0xae,
+ 0x91, 0xc0, 0x6f, 0xeb, 0xa3, 0xd2, 0x50, 0xca, 0xb3, 0x70, 0xdb, 0xfa,
+ 0x78, 0xb8, 0xdd, 0xb0, 0x8d, 0x08, 0x79, 0x8d, 0x8d, 0x08, 0x61, 0xaa,
+ 0xb6, 0x52, 0x0a, 0xb4, 0xda, 0x4b, 0xf9, 0xf6, 0x3f, 0xd4, 0x3c, 0x78,
+ 0x83, 0x37, 0x4f, 0xe7, 0xac, 0x6d, 0xda, 0xdc, 0xda, 0x0e, 0x8f, 0x4c,
+ 0x8c, 0xda, 0xd2, 0x90, 0xcb, 0x26, 0xbd, 0x79, 0x30, 0x7e, 0x9a, 0x05,
+ 0xda, 0xb1, 0x8f, 0x82, 0xec, 0x6f, 0x10, 0x05, 0xa8, 0x5e, 0x7a, 0x14,
+ 0x40, 0x65, 0xa1, 0x78, 0x7e, 0x65, 0x42, 0xbd, 0x32, 0xa1, 0x5d, 0x99,
+ 0xf0, 0xfb, 0x54, 0x26, 0xfc, 0x0a, 0x95, 0x89, 0xf4, 0xca, 0x44, 0x76,
+ 0x65, 0xa2, 0xef, 0x53, 0x99, 0xe8, 0x2b, 0x54, 0xa6, 0xa3, 0x57, 0xa6,
+ 0x63, 0x57, 0xa6, 0xf3, 0x7d, 0x2a, 0xd3, 0xf9, 0x0a, 0x95, 0xe9, 0xea,
+ 0x95, 0xe9, 0xda, 0x95, 0xe9, 0x7e, 0x9f, 0xca, 0x74, 0xbf, 0x42, 0x65,
+ 0x7a, 0x7a, 0x65, 0x7a, 0x76, 0x65, 0x7a, 0xdf, 0xa7, 0x32, 0xbd, 0xaf,
+ 0x50, 0x99, 0xbe, 0x5e, 0x99, 0xbe, 0x5d, 0x99, 0xfe, 0xf7, 0xa9, 0x4c,
+ 0xff, 0x2b, 0x54, 0x66, 0xa0, 0x57, 0x66, 0x60, 0x57, 0x66, 0xf0, 0x7d,
+ 0x2a, 0x33, 0xf8, 0x0a, 0x95, 0x19, 0xea, 0x95, 0x19, 0xda, 0x95, 0x19,
+ 0x7e, 0x9f, 0xca, 0x0c, 0xbf, 0x42, 0x65, 0xda, 0x2d, 0x63, 0xd5, 0x6c,
+ 0x39, 0x96, 0xcd, 0xd6, 0x77, 0x5a, 0x37, 0x5b, 0x5f, 0xa3, 0x42, 0xa6,
+ 0x1a, 0xe0, 0xd2, 0x03, 0xbe, 0x97, 0x22, 0xf0, 0x35, 0x34, 0x81, 0xb6,
+ 0xa1, 0x0a, 0xb4, 0x1d, 0xba, 0x40, 0xfb, 0x3b, 0x29, 0x03, 0xed, 0x67,
+ 0x6b, 0x03, 0x6c, 0x2f, 0xa2, 0xa8, 0x69, 0xfc, 0x49, 0x68, 0x69, 0x6c,
+ 0xe7, 0xe4, 0x55, 0xd2, 0x38, 0x68, 0x5d, 0x45, 0x38, 0xc8, 0x89, 0x6a,
+ 0xdf, 0xb7, 0x36, 0x44, 0x12, 0x4c, 0xaa, 0x67, 0x2e, 0xe6, 0x42, 0x8d,
+ 0xb9, 0xd0, 0x62, 0x2e, 0xfc, 0xd6, 0xcc, 0x85, 0x35, 0xcc, 0x45, 0x1a,
+ 0x73, 0x91, 0xc5, 0x5c, 0xf4, 0xad, 0x99, 0x8b, 0x6a, 0x98, 0xeb, 0x68,
+ 0xcc, 0x75, 0x2c, 0xe6, 0x3a, 0xdf, 0x9a, 0xb9, 0x4e, 0x0d, 0x73, 0x5d,
+ 0x8d, 0xb9, 0xae, 0xc5, 0x5c, 0xf7, 0x5b, 0x33, 0xd7, 0xad, 0x61, 0xae,
+ 0xa7, 0x31, 0xd7, 0xb3, 0x98, 0xeb, 0x7d, 0x6b, 0xe6, 0x7a, 0x35, 0xcc,
+ 0xf5, 0x35, 0xe6, 0xfa, 0x16, 0x73, 0xfd, 0x6f, 0xcd, 0x5c, 0xbf, 0x86,
+ 0xb9, 0x81, 0xc6, 0xdc, 0xc0, 0x62, 0x6e, 0xf0, 0xad, 0x99, 0x1b, 0xd4,
+ 0x30, 0x37, 0xd4, 0x98, 0x1b, 0x5a, 0xcc, 0x0d, 0xbf, 0x35, 0x73, 0xc3,
+ 0x1a, 0xe6, 0x70, 0x99, 0x57, 0x66, 0xe1, 0x96, 0x3d, 0x0d, 0x9b, 0x8b,
+ 0x7e, 0x03, 0x06, 0x83, 0x86, 0x1c, 0x0a, 0xb8, 0x6a, 0xc5, 0x77, 0xf2,
+ 0x68, 0xac, 0x14, 0x8e, 0xa5, 0xc2, 0x5c, 0xc7, 0xbf, 0x09, 0x8f, 0x75,
+ 0xeb, 0x45, 0x5b, 0x5f, 0x30, 0xda, 0xf6, 0x8a, 0x61, 0x2d, 0xcd, 0xdf,
+ 0x84, 0x47, 0x7b, 0xd9, 0x98, 0xc7, 0x4b, 0x71, 0x1b, 0xb0, 0x32, 0x1e,
+ 0x99, 0x2f, 0xc9, 0xf6, 0x0c, 0x89, 0x12, 0xc4, 0x6b, 0xf5, 0x7c, 0x51,
+ 0xa7, 0xe2, 0x0d, 0x5f, 0x69, 0x14, 0xe6, 0x08, 0xbb, 0xfa, 0x77, 0x07,
+ 0x98, 0xd9, 0xa4, 0x8b, 0xbf, 0x9d, 0xdf, 0xc5, 0x85, 0x6a, 0x11, 0xd4,
+ 0x5e, 0x49, 0x17, 0xea, 0xbf, 0x91, 0x25, 0x35, 0xc0, 0x4f, 0xbc, 0x69,
+ 0xb5, 0x0b, 0x4a, 0xa0, 0xac, 0x58, 0xd7, 0x93, 0x04, 0xad, 0x35, 0xa6,
+ 0x2f, 0x0e, 0xb5, 0xde, 0x7d, 0x33, 0x15, 0x7c, 0x20, 0xfc, 0x77, 0xb5,
+ 0x17, 0x9e, 0xb0, 0xd6, 0xcb, 0x49, 0xcf, 0xba, 0xcc, 0xb2, 0x05, 0xfc,
+ 0x56, 0xda, 0x71, 0x09, 0x69, 0x15, 0xaf, 0x32, 0xd6, 0x0b, 0xd4, 0x88,
+ 0xd5, 0xb3, 0x70, 0xe5, 0xbe, 0xda, 0x0f, 0x30, 0xf7, 0x22, 0x5c, 0x37,
+ 0xc3, 0x9b, 0xc7, 0xba, 0x49, 0xba, 0x42, 0xa8, 0x6f, 0xab, 0x0a, 0x0e,
+ 0xa9, 0x71, 0x48, 0x2d, 0xbb, 0xa3, 0xbc, 0x85, 0xaa, 0x34, 0x9c, 0xc2,
+ 0xdf, 0x77, 0xb7, 0xb4, 0xd6, 0xb7, 0x9c, 0x60, 0x3d, 0xe4, 0x43, 0x7b,
+ 0x47, 0x7f, 0xa3, 0x34, 0xdf, 0xbf, 0x85, 0x01, 0xbc, 0xb1, 0x5c, 0xc7,
+ 0x54, 0xf0, 0x35, 0x7e, 0x63, 0x5a, 0x59, 0xf2, 0xfe, 0x96, 0xf3, 0x02,
+ 0x9c, 0x06, 0xfa, 0xf5, 0x2c, 0xad, 0xea, 0x4c, 0xf1, 0xf8, 0x07, 0xc8,
+ 0x9b, 0xc7, 0x5d, 0x77, 0x69, 0x9e, 0x50, 0x5f, 0xf1, 0x59, 0x22, 0x7e,
+ 0xe4, 0xc9, 0xff, 0x72, 0x7c, 0x6b, 0x56, 0x5f, 0xc7, 0xa9, 0x0d, 0x76,
+ 0xab, 0x83, 0xd6, 0xcf, 0x72, 0x36, 0xfc, 0x37, 0x69, 0x04, 0xac, 0x19,
+ 0x24, 0xf2, 0xe5, 0x3b, 0x14, 0xf9, 0x2c, 0xf6, 0x28, 0xc8, 0x40, 0x70,
+ 0x0b, 0xa9, 0x7e, 0x5d, 0xa6, 0x64, 0x09, 0x5f, 0x37, 0x4d, 0x4a, 0xa0,
+ 0xb5, 0x13, 0xbb, 0x84, 0x74, 0xec, 0x56, 0x54, 0x56, 0x43, 0x83, 0xd5,
+ 0xd0, 0xc1, 0xaa, 0xb9, 0x00, 0x7d, 0x33, 0x56, 0xed, 0x45, 0x48, 0x65,
+ 0x35, 0x32, 0x58, 0x8d, 0x1c, 0xac, 0x9a, 0x66, 0xe0, 0x6f, 0xc6, 0xaa,
+ 0xbd, 0x93, 0x51, 0x59, 0xed, 0x18, 0xac, 0x76, 0x1c, 0xac, 0x9a, 0x46,
+ 0xde, 0x6f, 0xc6, 0xaa, 0xbd, 0xaf, 0x51, 0x59, 0xed, 0x1a, 0xac, 0x76,
+ 0x1d, 0xac, 0x9a, 0x26, 0xdc, 0x6f, 0xc6, 0xaa, 0xbd, 0xcb, 0x51, 0x59,
+ 0xed, 0x19, 0xac, 0xf6, 0x1c, 0xac, 0x9a, 0x06, 0xda, 0x6f, 0xc6, 0xaa,
+ 0xbd, 0xe7, 0x51, 0x59, 0xed, 0x1b, 0xac, 0xf6, 0x1d, 0xac, 0x9a, 0xe6,
+ 0xd7, 0x6f, 0xc6, 0xaa, 0xbd, 0x03, 0x52, 0x59, 0x1d, 0x18, 0xac, 0x0e,
+ 0x1c, 0xac, 0x9a, 0xc6, 0xd5, 0x6f, 0xc6, 0xaa, 0xbd, 0x1f, 0x52, 0x59,
+ 0x1d, 0x1a, 0xac, 0x0e, 0x1d, 0xac, 0x9a, 0xa6, 0xd3, 0x6f, 0xc6, 0xaa,
+ 0xbd, 0x3b, 0xd2, 0x96, 0x80, 0x96, 0xb9, 0x06, 0xb4, 0x5c, 0x8b, 0x80,
+ 0xb9, 0x47, 0xfa, 0x76, 0xab, 0x80, 0xbd, 0x51, 0xd2, 0xd8, 0xb5, 0x96,
+ 0x2c, 0xe7, 0x9a, 0xf5, 0xfd, 0x16, 0xad, 0xfa, 0x55, 0xab, 0x6d, 0x2e,
+ 0x5b, 0x6d, 0xd7, 0xba, 0x65, 0xed, 0x9c, 0xbe, 0x1d, 0xbb, 0x72, 0xe5,
+ 0xfa, 0xb7, 0x74, 0x1a, 0x9c, 0xec, 0x9d, 0xee, 0x1f, 0xec, 0x55, 0x9c,
+ 0xcf, 0xe2, 0xf9, 0xcd, 0x24, 0x56, 0x36, 0x26, 0xca, 0x0b, 0x71, 0xb9,
+ 0x80, 0x6e, 0xc0, 0x9f, 0xe0, 0x07, 0xc5, 0x73, 0xe1, 0xdf, 0x92, 0x19,
+ 0xa4, 0x21, 0x16, 0x94, 0xe2, 0xa9, 0xea, 0x4a, 0x22, 0x9e, 0x74, 0x1a,
+ 0x14, 0x5b, 0xba, 0x22, 0xb0, 0x98, 0xa4, 0x53, 0x55, 0xcd, 0xa2, 0xc2,
+ 0xeb, 0xd5, 0x4b, 0x82, 0xa9, 0x1a, 0x40, 0x94, 0x64, 0x9d, 0xdf, 0x2b,
+ 0x35, 0xf9, 0x67, 0xf2, 0x79, 0x20, 0xb6, 0x98, 0xc2, 0x79, 0x90, 0xdc,
+ 0xa7, 0xb1, 0x7e, 0xc9, 0xc3, 0xf3, 0x4d, 0xea, 0xa8, 0x18, 0x74, 0x88,
+ 0x77, 0x84, 0x04, 0x31, 0x9c, 0xa8, 0x82, 0xca, 0x45, 0x62, 0x5b, 0x91,
+ 0x2f, 0x9b, 0x74, 0x9d, 0xa0, 0xd9, 0xd0, 0x6b, 0x1a, 0xdc, 0x5f, 0x31,
+ 0xa5, 0xea, 0xb7, 0xcb, 0xe5, 0xc3, 0x9c, 0xae, 0xb1, 0xd2, 0x4f, 0xaa,
+ 0xd8, 0xbb, 0xf3, 0x7f, 0x33, 0xdd, 0xf8, 0x82, 0xb5, 0x9e, 0x60, 0x44,
+ 0x00, 0x1c, 0xb2, 0x1a, 0xfa, 0x80, 0x71, 0x04, 0x70, 0x1b, 0xd1, 0xe3,
+ 0x29, 0x48, 0xc6, 0x2a, 0xef, 0x2e, 0x7c, 0xfe, 0xa3, 0xf0, 0x9c, 0x7b,
+ 0xd2, 0xa1, 0x2a, 0xc7, 0x2d, 0x7c, 0xa1, 0x3b, 0xd8, 0x55, 0x60, 0xe6,
+ 0x1c, 0x81, 0xaf, 0xc3, 0xaa, 0xf2, 0xa1, 0xac, 0xbc, 0xe9, 0x06, 0xd7,
+ 0xb0, 0xf2, 0xe1, 0xa6, 0x95, 0x0f, 0x6b, 0x2a, 0x1f, 0xba, 0x2a, 0x1f,
+ 0x9a, 0x95, 0x0f, 0x9d, 0x95, 0x0f, 0xcd, 0xca, 0xdb, 0xba, 0x32, 0xbe,
+ 0x8e, 0xaa, 0xca, 0x47, 0xb2, 0xf2, 0xe4, 0xb5, 0x0e, 0x97, 0xf0, 0x36,
+ 0xad, 0x7f, 0xb4, 0x69, 0xfd, 0xa3, 0x9a, 0xfa, 0x47, 0xae, 0xfa, 0x47,
+ 0x66, 0xfd, 0x23, 0x67, 0xfd, 0x23, 0xb3, 0xfe, 0xb6, 0x02, 0x8e, 0xaf,
+ 0x3b, 0x55, 0xfd, 0x3b, 0xb2, 0xfe, 0x9d, 0x67, 0xd7, 0xbf, 0xb3, 0x69,
+ 0xfd, 0x3b, 0x35, 0xf5, 0xef, 0xb8, 0xea, 0xdf, 0x31, 0xeb, 0xdf, 0x71,
+ 0xd6, 0xbf, 0x63, 0xd6, 0xdf, 0xd6, 0xea, 0x0b, 0xc8, 0x7f, 0x30, 0x91,
+ 0x06, 0x2e, 0x6c, 0x08, 0xe3, 0x1d, 0xb5, 0xc8, 0x25, 0xbe, 0x0c, 0x2a,
+ 0x53, 0xd8, 0x4f, 0xcd, 0xa6, 0x37, 0x99, 0x96, 0x92, 0xe1, 0xd7, 0xa5,
+ 0xa3, 0xb1, 0x41, 0xd7, 0x4f, 0x6c, 0x06, 0x82, 0x39, 0xab, 0x41, 0xb4,
+ 0x76, 0x5a, 0xdf, 0xb8, 0xe3, 0x9a, 0xf1, 0xe2, 0x78, 0x22, 0x22, 0xcb,
+ 0xf3, 0x55, 0x10, 0x8f, 0x37, 0xc5, 0x35, 0x4e, 0xed, 0xce, 0x83, 0x4a,
+ 0xcc, 0x6f, 0x64, 0x50, 0xa1, 0xd6, 0xb8, 0xfd, 0xa9, 0xa0, 0x06, 0xcb,
+ 0xa3, 0x6c, 0xbe, 0x4c, 0x16, 0x45, 0x35, 0x51, 0xef, 0xb8, 0x5f, 0x57,
+ 0xec, 0x9f, 0x43, 0x10, 0x7f, 0xf5, 0x7b, 0x70, 0x14, 0x43, 0xbb, 0x38,
+ 0xaa, 0xa0, 0x42, 0xad, 0xab, 0x88, 0x0a, 0x5b, 0x55, 0x27, 0x5f, 0x2d,
+ 0x16, 0xac, 0xb1, 0xaf, 0xc1, 0x46, 0x69, 0x54, 0x47, 0x45, 0x50, 0xad,
+ 0x83, 0xe0, 0x19, 0xcb, 0xb3, 0x78, 0x54, 0xb9, 0x1c, 0x78, 0xd5, 0x6a,
+ 0x3e, 0x62, 0x05, 0x0d, 0xd3, 0xb0, 0x0d, 0x7e, 0xb1, 0x5a, 0x94, 0x32,
+ 0x77, 0xb1, 0x60, 0x0e, 0xde, 0x5c, 0xa6, 0x90, 0xe0, 0x84, 0xc3, 0x1e,
+ 0x2f, 0x2e, 0x93, 0xb1, 0x1a, 0xd2, 0xcd, 0x26, 0x54, 0xf9, 0xc1, 0x1a,
+ 0xb1, 0x37, 0xdc, 0xd0, 0xdc, 0x1e, 0xa4, 0x89, 0xff, 0x6a, 0x41, 0xa9,
+ 0x61, 0x77, 0x28, 0x88, 0xd8, 0x8b, 0x17, 0x2f, 0xfe, 0x8c, 0xc1, 0xfc,
+ 0x46, 0xd9, 0x62, 0x9a, 0xde, 0xf2, 0xc4, 0x40, 0xc5, 0x5f, 0x5f, 0x60,
+ 0xc4, 0xbf, 0x51, 0x5c, 0x26, 0xb7, 0x59, 0xfe, 0x04, 0x98, 0x20, 0x79,
+ 0x6f, 0x83, 0x79, 0x5c, 0xde, 0x6d, 0x43, 0xe4, 0xab, 0x32, 0x9e, 0x89,
+ 0x3c, 0x12, 0x34, 0xda, 0xde, 0x89, 0xa8, 0xe3, 0xf6, 0xa7, 0x1d, 0x8e,
+ 0x7c, 0x05, 0x9f, 0x34, 0xaf, 0x5f, 0x1e, 0xfb, 0x7d, 0x27, 0x68, 0xed,
+ 0xb6, 0x76, 0xa2, 0xdd, 0x96, 0xeb, 0x47, 0xb8, 0xc3, 0x16, 0x89, 0x35,
+ 0xad, 0x26, 0x0a, 0x5f, 0x03, 0xb6, 0xb3, 0x2d, 0x00, 0x02, 0x0f, 0x04,
+ 0x4f, 0x75, 0x50, 0x70, 0x96, 0x7a, 0x2d, 0xf8, 0x9f, 0x60, 0xc7, 0xfb,
+ 0xb4, 0xd3, 0x02, 0x51, 0xc2, 0x31, 0x85, 0x8a, 0x8c, 0x6c, 0x0b, 0xe5,
+ 0x9d, 0x68, 0x04, 0x1e, 0x14, 0x8a, 0x34, 0x9e, 0x6d, 0x12, 0x9f, 0xd6,
+ 0x6e, 0x77, 0xa7, 0x0d, 0x29, 0x5b, 0xed, 0x1f, 0x58, 0x7b, 0xc2, 0x61,
+ 0x1a, 0xb0, 0x4e, 0x98, 0xbd, 0x30, 0xa8, 0xb2, 0x37, 0x40, 0x12, 0x7b,
+ 0x11, 0xc4, 0x12, 0xd8, 0x0b, 0x91, 0x47, 0xf7, 0x4f, 0xa0, 0x6e, 0x77,
+ 0x35, 0x0f, 0x55, 0x4a, 0x51, 0xac, 0x58, 0x6f, 0xcf, 0x56, 0x31, 0x4d,
+ 0x03, 0x7b, 0x93, 0x89, 0xe0, 0x80, 0x1c, 0xcf, 0xd5, 0x2f, 0x3b, 0x84,
+ 0xf7, 0x36, 0x38, 0x59, 0xc5, 0x82, 0x9f, 0x78, 0x82, 0x99, 0xdc, 0xef,
+ 0xd9, 0x3f, 0x90, 0x3e, 0x88, 0x15, 0x49, 0xff, 0xd6, 0x3e, 0xb5, 0x77,
+ 0xd8, 0x70, 0xa2, 0x4b, 0x22, 0xab, 0x72, 0xb9, 0x2a, 0xf5, 0x22, 0x95,
+ 0x0f, 0xb2, 0x44, 0x7a, 0x84, 0x92, 0x96, 0x49, 0x3e, 0xa6, 0xc0, 0x04,
+ 0xcd, 0xcb, 0xc3, 0x26, 0x96, 0x35, 0x81, 0x2c, 0x57, 0x9e, 0x4a, 0xc2,
+ 0x27, 0x57, 0x2d, 0xb9, 0x0c, 0x3f, 0xa7, 0x9a, 0x19, 0xbf, 0x06, 0x73,
+ 0x1e, 0xe7, 0x46, 0xa9, 0xea, 0x97, 0xaa, 0xa2, 0xe2, 0xc6, 0xd1, 0x33,
+ 0x8b, 0x63, 0x55, 0x11, 0x17, 0x6f, 0x5c, 0x7d, 0xa9, 0x7c, 0xd3, 0xea,
+ 0x59, 0x5d, 0x74, 0xfa, 0xc2, 0x0e, 0xe5, 0x32, 0x35, 0x4b, 0xf2, 0xea,
+ 0x1e, 0x82, 0x5d, 0xf5, 0x5a, 0x50, 0xc9, 0x98, 0x12, 0x4a, 0x97, 0xb2,
+ 0x23, 0xb1, 0x62, 0xbb, 0x50, 0x5e, 0x97, 0x58, 0xf0, 0xfc, 0xb6, 0x98,
+ 0xa1, 0xbe, 0xf5, 0x73, 0x40, 0xdf, 0x65, 0xb1, 0x22, 0xb4, 0x4f, 0xb0,
+ 0xfd, 0xf9, 0x3c, 0x16, 0x33, 0x57, 0x35, 0x2b, 0xd8, 0x3f, 0xab, 0x02,
+ 0x99, 0x12, 0x50, 0xae, 0x8a, 0xeb, 0xe5, 0x55, 0x92, 0xcf, 0x45, 0x79,
+ 0xd6, 0x07, 0x5e, 0x50, 0x70, 0x7e, 0x7c, 0x10, 0xe0, 0x0b, 0x3e, 0x47,
+ 0x40, 0x93, 0x8a, 0x46, 0xad, 0x1a, 0x79, 0xdd, 0x9b, 0x68, 0x27, 0xd2,
+ 0x0b, 0x4f, 0x7d, 0x85, 0xa7, 0x66, 0xe1, 0xe9, 0xd7, 0x2f, 0x7c, 0xe2,
+ 0x2b, 0x7c, 0x62, 0x16, 0x3e, 0xf9, 0xfa, 0x85, 0x67, 0xda, 0x64, 0x62,
+ 0x7f, 0x51, 0x8b, 0xcf, 0xe4, 0x84, 0xf2, 0xf5, 0xca, 0x4f, 0xf2, 0x3c,
+ 0xcb, 0x5d, 0xc5, 0xe3, 0x07, 0xb5, 0x74, 0x7c, 0xf1, 0x75, 0x0b, 0x67,
+ 0x1a, 0x63, 0xc2, 0x04, 0x9a, 0x29, 0x22, 0x89, 0x93, 0x07, 0xf5, 0xbb,
+ 0xca, 0x8a, 0xfa, 0xfe, 0x8b, 0x38, 0x82, 0x35, 0xd2, 0x5e, 0x69, 0xe0,
+ 0xd4, 0x70, 0x9e, 0x61, 0x68, 0x63, 0x36, 0xfd, 0x54, 0xb1, 0x5b, 0x04,
+ 0x8b, 0xec, 0xfb, 0x75, 0xfb, 0x5a, 0xfb, 0xb4, 0x03, 0x48, 0x6f, 0x03,
+ 0xed, 0x9d, 0x18, 0xff, 0xeb, 0xb4, 0x88, 0xf9, 0xf5, 0x43, 0x5c, 0xb0,
+ 0xd2, 0x95, 0x48, 0xc0, 0x7a, 0x49, 0x0e, 0x80, 0x9d, 0xed, 0x83, 0xd1,
+ 0xdb, 0xc0, 0x7a, 0xdd, 0xb4, 0x48, 0xca, 0x68, 0x7b, 0x08, 0x3d, 0x6a,
+ 0x34, 0x3f, 0x95, 0x68, 0x7f, 0xc7, 0x0a, 0x62, 0x66, 0x58, 0x94, 0x03,
+ 0xa6, 0x2f, 0xc9, 0xd6, 0xc7, 0x9f, 0xf5, 0x85, 0xa2, 0x2e, 0xc2, 0x88,
+ 0x9e, 0xaf, 0x29, 0xf4, 0xdc, 0x55, 0x28, 0x1e, 0x42, 0x3f, 0xbb, 0x58,
+ 0xab, 0x7b, 0xaf, 0xf2, 0xf4, 0xf6, 0x36, 0xc9, 0x99, 0xfe, 0x42, 0x3f,
+ 0xb0, 0xc0, 0xc2, 0xe0, 0xe8, 0x2a, 0x67, 0xea, 0x9a, 0xf2, 0x5d, 0x30,
+ 0x04, 0x91, 0x49, 0xf0, 0xad, 0xca, 0x8f, 0xc2, 0xcd, 0x56, 0x6b, 0x67,
+ 0xab, 0xdd, 0x85, 0x18, 0xd8, 0x5b, 0xf4, 0x5f, 0x0f, 0xe3, 0x61, 0x07,
+ 0x3d, 0xf9, 0x4a, 0x96, 0x7b, 0xf9, 0xb4, 0x18, 0xbf, 0x8b, 0x97, 0x17,
+ 0xa0, 0x15, 0x39, 0x8a, 0x55, 0x3f, 0xef, 0x6c, 0x3b, 0x5e, 0x0a, 0x2d,
+ 0x0d, 0x43, 0x1a, 0xab, 0xff, 0x46, 0xec, 0xbf, 0xaa, 0x14, 0x36, 0x92,
+ 0x92, 0x63, 0x08, 0x47, 0xeb, 0x2a, 0x43, 0x7e, 0xac, 0x4a, 0x90, 0xaf,
+ 0x2a, 0xfa, 0x98, 0xea, 0xcd, 0xf1, 0x97, 0xd5, 0xe5, 0xfe, 0xbe, 0xdc,
+ 0x6f, 0x1f, 0xbb, 0xaa, 0x22, 0xc3, 0xda, 0xb9, 0xaa, 0xc3, 0xd0, 0x36,
+ 0xa8, 0x0a, 0x2f, 0xc4, 0xaa, 0x89, 0x59, 0x84, 0x52, 0x1b, 0x28, 0x60,
+ 0xb3, 0x9a, 0x70, 0x22, 0xe7, 0x79, 0x3a, 0x8f, 0xf3, 0xa7, 0xa3, 0x78,
+ 0x36, 0x53, 0x1b, 0x2c, 0x99, 0xc0, 0x66, 0x84, 0x75, 0x31, 0x7c, 0x90,
+ 0x8d, 0xa5, 0x00, 0x57, 0x65, 0xf4, 0xba, 0xdd, 0xa8, 0xeb, 0xfd, 0x65,
+ 0x95, 0x74, 0x91, 0x16, 0x89, 0xb3, 0x24, 0xf8, 0x60, 0x96, 0x04, 0xef,
+ 0x36, 0x2f, 0xe9, 0xe3, 0x7d, 0xa9, 0xd6, 0x47, 0x34, 0x9b, 0xbb, 0x4e,
+ 0x1c, 0xf8, 0x59, 0xa5, 0xa8, 0x75, 0xb1, 0x4a, 0xd1, 0xea, 0xc3, 0x81,
+ 0x37, 0x28, 0x65, 0x4c, 0x49, 0x0a, 0x29, 0x2b, 0x33, 0xfa, 0xf1, 0x88,
+ 0x92, 0xb4, 0x2f, 0x07, 0xc9, 0x38, 0x9b, 0x24, 0x13, 0x04, 0xd8, 0x91,
+ 0x49, 0x9c, 0xb9, 0xfb, 0x11, 0xe6, 0xdf, 0xa4, 0xf2, 0xfa, 0x21, 0xef,
+ 0x79, 0xfe, 0x53, 0x3e, 0x3b, 0x26, 0x8c, 0x84, 0x2d, 0x3b, 0xfb, 0xc9,
+ 0x62, 0x7c, 0xc7, 0xea, 0xca, 0x7e, 0xe3, 0xcf, 0x63, 0x65, 0xb2, 0xd0,
+ 0x5e, 0xc2, 0x14, 0x21, 0x11, 0x02, 0x78, 0x43, 0x9b, 0x57, 0x6d, 0xca,
+ 0x02, 0xf3, 0x16, 0x7c, 0x07, 0x48, 0x6c, 0x9c, 0xff, 0x16, 0xcc, 0xd8,
+ 0xef, 0xdd, 0x90, 0xc4, 0xca, 0xf1, 0xed, 0xa2, 0x8e, 0x11, 0x79, 0xc7,
+ 0x15, 0x39, 0xf2, 0xf3, 0x02, 0x8e, 0x69, 0x36, 0x27, 0xc6, 0x5b, 0x17,
+ 0x94, 0xdd, 0x58, 0x27, 0xbf, 0xee, 0xe1, 0xaa, 0x79, 0xbc, 0xb8, 0xcf,
+ 0xc6, 0x94, 0xee, 0x57, 0x9f, 0x59, 0x5d, 0xdf, 0x76, 0xb6, 0x5d, 0x6f,
+ 0xcd, 0x49, 0x5e, 0xaa, 0xb0, 0xc6, 0x0f, 0x58, 0x5b, 0x18, 0xfe, 0x09,
+ 0x5b, 0x0c, 0x31, 0x79, 0xb6, 0xc8, 0x33, 0xac, 0x94, 0x68, 0x7d, 0xc3,
+ 0x12, 0xad, 0xb7, 0x50, 0xe2, 0xaa, 0x68, 0x56, 0x1c, 0x52, 0x2f, 0xda,
+ 0xb7, 0x55, 0x21, 0xfc, 0x0d, 0xa3, 0x01, 0xbb, 0x13, 0x2a, 0xbd, 0x8d,
+ 0x17, 0x3b, 0x57, 0x31, 0x35, 0x74, 0xd4, 0x6a, 0xb5, 0xa4, 0xd8, 0xf1,
+ 0x87, 0xea, 0x5d, 0xa4, 0xd0, 0x0d, 0x2d, 0xba, 0xa1, 0x46, 0x37, 0xdc,
+ 0x88, 0xae, 0xd5, 0x4b, 0x7b, 0x33, 0xd6, 0xbe, 0x8b, 0xb8, 0x64, 0x2b,
+ 0x18, 0xdf, 0x4f, 0xbc, 0xd8, 0x8a, 0xe5, 0x3b, 0xd7, 0x8e, 0xc0, 0xfd,
+ 0x75, 0x67, 0x5b, 0xa1, 0xf4, 0x15, 0xf7, 0x06, 0x56, 0x69, 0x69, 0x2d,
+ 0x2f, 0xa9, 0x93, 0x97, 0xaf, 0xb4, 0x55, 0xb0, 0x4a, 0x9b, 0xd4, 0xf2,
+ 0x32, 0x71, 0xf2, 0xf2, 0x95, 0x76, 0x0e, 0x56, 0x69, 0xfa, 0xf6, 0xc1,
+ 0xf3, 0xd9, 0xe2, 0xe6, 0x6b, 0x6d, 0x24, 0xac, 0xf2, 0xb4, 0xdd, 0x84,
+ 0xfb, 0xab, 0xc5, 0xcc, 0x57, 0xda, 0x57, 0x58, 0xa5, 0xb9, 0x36, 0x17,
+ 0xb5, 0x40, 0x16, 0x67, 0xdf, 0x76, 0x9b, 0x01, 0x97, 0xc1, 0x5f, 0x6c,
+ 0x79, 0x53, 0xc6, 0x73, 0x88, 0x6b, 0xbe, 0xba, 0xc1, 0x6f, 0xa9, 0xfc,
+ 0xf3, 0x9b, 0xe4, 0x4b, 0x5d, 0xeb, 0x47, 0xdd, 0xb3, 0xd2, 0x3c, 0x31,
+ 0xb5, 0x02, 0x26, 0x58, 0xd8, 0x6a, 0xe3, 0xc9, 0x3c, 0x14, 0xe5, 0x1a,
+ 0xda, 0xe6, 0xfb, 0x1d, 0xa2, 0xfe, 0x15, 0x87, 0xb3, 0x52, 0x42, 0xea,
+ 0x29, 0x39, 0x35, 0x4a, 0xfe, 0x4a, 0x83, 0x57, 0x29, 0x61, 0xe2, 0x29,
+ 0x79, 0x62, 0x94, 0xfc, 0x95, 0x86, 0xaa, 0x52, 0x82, 0x3e, 0x48, 0xad,
+ 0x0f, 0x4a, 0xd9, 0x5f, 0x6b, 0x60, 0x2a, 0x65, 0x68, 0x43, 0xd2, 0x7c,
+ 0xaf, 0x14, 0xfd, 0x95, 0x86, 0xa1, 0x52, 0x82, 0x6b, 0x00, 0x7a, 0x3e,
+ 0x2b, 0x7c, 0x7c, 0xd5, 0x41, 0xc7, 0x6d, 0xd4, 0x17, 0xcb, 0xb9, 0x36,
+ 0xa6, 0x80, 0x0b, 0x6e, 0x40, 0xa3, 0xa1, 0x24, 0x0c, 0x68, 0x01, 0x1e,
+ 0xc4, 0xf1, 0xe3, 0x38, 0xd0, 0x81, 0xf2, 0xe5, 0xfc, 0x3d, 0x38, 0xbd,
+ 0xa6, 0xf3, 0xb4, 0x0c, 0xfe, 0x0f, 0xec, 0x17, 0x5a, 0xff, 0xcd, 0xb7,
+ 0x0d, 0xff, 0x10, 0x09, 0xd6, 0xe1, 0xa0, 0xf1, 0xbf, 0x4d, 0xd8, 0xd7,
+ 0x90, 0xf4, 0x88, 0xbd, 0xd5, 0x5f, 0xff, 0x37, 0xdf, 0x03, 0x5a, 0x93,
+ 0x01, 0xfa, 0x79, 0x1f, 0x1f, 0xe0, 0x26, 0xd9, 0x35, 0x46, 0x8d, 0xd7,
+ 0xb4, 0x31, 0x6e, 0x3b, 0xc7, 0xe8, 0x6e, 0x23, 0xeb, 0x27, 0x76, 0x56,
+ 0x45, 0x35, 0x75, 0x17, 0x96, 0x9a, 0x85, 0x99, 0xc3, 0xf2, 0x59, 0x85,
+ 0x4d, 0xdc, 0x85, 0x4d, 0xcc, 0xc2, 0xcc, 0x91, 0xf8, 0xac, 0xc2, 0xf4,
+ 0xc1, 0x67, 0xbe, 0x57, 0x8b, 0xb3, 0x06, 0xdf, 0xb3, 0xca, 0xd3, 0xc6,
+ 0x9b, 0xf1, 0x5a, 0x2d, 0xcd, 0x1c, 0x6f, 0xcf, 0x2a, 0xcc, 0x35, 0xc4,
+ 0xdc, 0x5f, 0xd5, 0xa2, 0x1d, 0x43, 0x4c, 0x16, 0xe0, 0xfa, 0x01, 0xb1,
+ 0x76, 0x1e, 0x6e, 0x5d, 0x62, 0x29, 0x0d, 0x50, 0x07, 0x63, 0x5d, 0x3c,
+ 0x3f, 0xbd, 0xfb, 0x52, 0xd9, 0x94, 0x05, 0xa6, 0xf5, 0x05, 0xa6, 0x5a,
+ 0x81, 0x5f, 0x20, 0x9f, 0xb2, 0xc0, 0x49, 0x7d, 0x81, 0x13, 0xad, 0xc0,
+ 0x2f, 0x90, 0x51, 0x59, 0xa0, 0x2e, 0xa2, 0x76, 0x89, 0x42, 0x54, 0x79,
+ 0x91, 0x5f, 0x22, 0xa7, 0xb2, 0x4c, 0x4d, 0x4c, 0xed, 0x22, 0xb9, 0xb8,
+ 0xf2, 0x12, 0xbf, 0x40, 0x56, 0x65, 0x81, 0x2e, 0x51, 0xb5, 0xcb, 0xd5,
+ 0x45, 0x96, 0x17, 0xff, 0x0c, 0x79, 0x35, 0xe7, 0xd7, 0xd1, 0xde, 0x87,
+ 0x17, 0x5b, 0xe3, 0x78, 0x71, 0x91, 0xc4, 0x13, 0x83, 0x09, 0xfd, 0xed,
+ 0xce, 0xb6, 0xfe, 0x2c, 0xcf, 0x42, 0xeb, 0x37, 0x84, 0x0c, 0xe9, 0x53,
+ 0x9e, 0x96, 0xc9, 0xd9, 0x67, 0x85, 0x2c, 0x7f, 0x83, 0x24, 0xf9, 0xef,
+ 0x2f, 0x5f, 0x60, 0x05, 0xad, 0x0f, 0x59, 0x69, 0x17, 0x86, 0x2f, 0xab,
+ 0xf2, 0xf0, 0xf1, 0x8b, 0x8b, 0xb4, 0x1a, 0xf3, 0xdd, 0xc1, 0xf1, 0x8b,
+ 0xad, 0x49, 0x7a, 0xbd, 0x48, 0x1e, 0xc1, 0xca, 0x56, 0x1d, 0x94, 0xa9,
+ 0xef, 0x76, 0xb6, 0x0f, 0x8e, 0xdf, 0x06, 0xf0, 0x08, 0x7e, 0x31, 0xb9,
+ 0x3c, 0x8a, 0x54, 0x04, 0xc4, 0xf3, 0x13, 0xda, 0x73, 0xce, 0x24, 0xe1,
+ 0xbf, 0x56, 0x09, 0x13, 0x8f, 0xc9, 0xf5, 0x72, 0x35, 0x5f, 0x8a, 0x12,
+ 0xcc, 0xf7, 0x54, 0x0a, 0xfa, 0x71, 0xec, 0x2d, 0x6e, 0x67, 0xaa, 0x8d,
+ 0x67, 0x4d, 0x8f, 0x81, 0x1b, 0x86, 0x4a, 0x8c, 0x8e, 0x68, 0x45, 0x39,
+ 0xee, 0xaf, 0x54, 0x9a, 0xfb, 0xdb, 0x66, 0xf5, 0x73, 0xd3, 0xb8, 0x5e,
+ 0xa6, 0xf5, 0x0c, 0x30, 0x80, 0x3a, 0x1e, 0xd8, 0xe7, 0xcd, 0xd8, 0xf8,
+ 0x5d, 0x99, 0x4d, 0xb2, 0xa0, 0x48, 0x92, 0x60, 0x9c, 0xcd, 0xe1, 0xcc,
+ 0x02, 0x3c, 0x41, 0xdf, 0x2f, 0xa7, 0xcb, 0xff, 0xbb, 0x8a, 0x17, 0x65,
+ 0x0a, 0x29, 0xb8, 0x66, 0x94, 0x35, 0x70, 0x9a, 0x2e, 0xf8, 0xed, 0xb0,
+ 0xdf, 0xcd, 0xaf, 0x8f, 0xaf, 0x8b, 0xd5, 0xdc, 0x6c, 0x32, 0xe3, 0x35,
+ 0xf1, 0x69, 0xbc, 0xdc, 0x90, 0x3b, 0x86, 0xc7, 0x9d, 0x8a, 0x48, 0x3d,
+ 0xbb, 0xfe, 0x7c, 0x1e, 0x57, 0xc5, 0xd9, 0xdf, 0x44, 0x99, 0xf6, 0x97,
+ 0xcd, 0x0a, 0xbe, 0x4b, 0x6f, 0xef, 0xc0, 0x83, 0x41, 0xb8, 0x34, 0x89,
+ 0x32, 0xcd, 0xf7, 0x3b, 0x3c, 0xb2, 0x83, 0x28, 0x2f, 0x78, 0x09, 0x10,
+ 0xe8, 0x28, 0x7b, 0x13, 0xe7, 0xba, 0xc9, 0x59, 0xfc, 0xc4, 0x7f, 0xda,
+ 0x4e, 0xdb, 0xd9, 0xe1, 0xe8, 0xd7, 0x80, 0xe6, 0x41, 0x36, 0x6f, 0xc6,
+ 0x39, 0xb8, 0x84, 0x58, 0x13, 0xa6, 0xfa, 0x96, 0x15, 0xf3, 0x89, 0x5e,
+ 0xbc, 0x55, 0x0f, 0x46, 0xea, 0x76, 0x82, 0x74, 0x02, 0xc1, 0xfa, 0xb4,
+ 0xe4, 0xc7, 0x1a, 0x13, 0x59, 0x39, 0xed, 0x25, 0x18, 0x9b, 0xd8, 0xb3,
+ 0x3a, 0xf3, 0x6f, 0x21, 0x11, 0xcc, 0xef, 0x29, 0xe8, 0x52, 0xb2, 0x4f,
+ 0xe5, 0xdd, 0x8b, 0xad, 0x3c, 0x81, 0x7e, 0x96, 0x74, 0xda, 0xd2, 0x07,
+ 0xc6, 0x78, 0x0f, 0xb6, 0x59, 0x78, 0x40, 0x47, 0xd9, 0xe7, 0x52, 0x0f,
+ 0x3d, 0xd4, 0x43, 0x49, 0x3d, 0xfc, 0x02, 0xea, 0x91, 0x87, 0x7a, 0x24,
+ 0xa9, 0x47, 0x5f, 0x40, 0xbd, 0xe3, 0xa1, 0xde, 0x91, 0xd4, 0x3b, 0x5f,
+ 0x40, 0xbd, 0xeb, 0xa1, 0xde, 0x95, 0xd4, 0xbb, 0x5f, 0x40, 0xbd, 0xe7,
+ 0xa1, 0xde, 0x93, 0xd4, 0x7b, 0x5f, 0x40, 0xbd, 0xef, 0xa1, 0xde, 0x97,
+ 0xd4, 0xfb, 0x5f, 0x40, 0x7d, 0xe0, 0xa1, 0x3e, 0x90, 0xd4, 0x07, 0x9b,
+ 0x50, 0x9f, 0xa6, 0xf9, 0x1c, 0x52, 0x3a, 0x7e, 0x4c, 0xf2, 0x42, 0x9a,
+ 0x6e, 0x60, 0xfe, 0xd6, 0xdf, 0x07, 0x40, 0x1d, 0x86, 0x37, 0xcf, 0x00,
+ 0x19, 0xf0, 0xf7, 0x6b, 0x4d, 0x37, 0xfc, 0xc8, 0x10, 0xfc, 0xc2, 0x92,
+ 0x71, 0xb6, 0x98, 0x90, 0x53, 0xd9, 0xd6, 0x2f, 0x5b, 0x05, 0x3d, 0x32,
+ 0xfc, 0x5f, 0x97, 0xc2, 0x77, 0x8e, 0xbd, 0x5b, 0x4f, 0xeb, 0x21, 0x9d,
+ 0x24, 0x37, 0xf1, 0x62, 0xf2, 0xeb, 0x72, 0x02, 0x27, 0xc7, 0x79, 0x76,
+ 0x2b, 0x73, 0xe7, 0xc2, 0x0c, 0xe3, 0xfc, 0x0a, 0x33, 0xcd, 0x7e, 0x70,
+ 0xf4, 0x29, 0xa0, 0xd7, 0x81, 0x78, 0x2f, 0xcf, 0x9b, 0x79, 0x26, 0xcf,
+ 0x56, 0xf5, 0x53, 0x3e, 0xdb, 0xf3, 0xdc, 0x41, 0x72, 0xb3, 0xba, 0x65,
+ 0x1a, 0x04, 0xfc, 0x39, 0x92, 0x33, 0x04, 0x3d, 0xce, 0xb2, 0xb8, 0x3c,
+ 0x4a, 0x93, 0xd9, 0xa4, 0x6d, 0xbb, 0x00, 0x73, 0x10, 0xf8, 0x7a, 0xd4,
+ 0x3e, 0x49, 0x0b, 0xb6, 0x7b, 0xa7, 0x57, 0xa7, 0xac, 0xff, 0x02, 0x4c,
+ 0x26, 0x56, 0x57, 0xfd, 0x0e, 0xfb, 0x4f, 0x94, 0x1a, 0x7a, 0x4a, 0x0d,
+ 0xeb, 0x4b, 0x0d, 0x7d, 0xa5, 0x06, 0xa8, 0x3b, 0x35, 0x29, 0x39, 0xf2,
+ 0x94, 0x1c, 0xd5, 0x97, 0x1c, 0x7d, 0x79, 0xc9, 0x1d, 0x4f, 0xc9, 0x9d,
+ 0xfa, 0x92, 0x3b, 0x5f, 0xd6, 0xd2, 0x5d, 0x4f, 0xa9, 0xdd, 0xfa, 0x52,
+ 0xbb, 0x5f, 0x56, 0x6a, 0xcf, 0x53, 0x6a, 0xaf, 0xbe, 0xd4, 0xde, 0x97,
+ 0xb7, 0x72, 0xdf, 0x53, 0x72, 0xbf, 0xbe, 0xe4, 0xfe, 0x17, 0xd5, 0xf7,
+ 0x58, 0x1f, 0x45, 0xc7, 0x8b, 0x26, 0x63, 0xe8, 0xf8, 0x19, 0x63, 0x88,
+ 0xa6, 0x10, 0x2a, 0x24, 0x74, 0x96, 0x59, 0x3f, 0x82, 0x8e, 0xbd, 0x23,
+ 0xa8, 0x59, 0x99, 0x91, 0xb3, 0xcc, 0xfa, 0xb1, 0x73, 0xec, 0x1d, 0x3b,
+ 0xcd, 0xca, 0xec, 0x38, 0xcb, 0xac, 0x1f, 0x35, 0xc7, 0xcf, 0x18, 0x35,
+ 0x6a, 0x99, 0x5d, 0x67, 0x99, 0xf5, 0x63, 0xe6, 0xf8, 0x19, 0x63, 0xc6,
+ 0x6d, 0x8d, 0xbc, 0x4c, 0x16, 0x45, 0x96, 0x17, 0xc1, 0xeb, 0x60, 0x3f,
+ 0x2e, 0xd2, 0xf1, 0x8b, 0xad, 0x8b, 0xf3, 0x53, 0x5a, 0x77, 0xe0, 0x1a,
+ 0x9a, 0xf0, 0x7a, 0xdf, 0x61, 0x4f, 0x60, 0x2a, 0x65, 0x60, 0x09, 0x1d,
+ 0xb3, 0x17, 0xcb, 0x24, 0x81, 0x48, 0x03, 0x5b, 0x64, 0x41, 0xdd, 0xda,
+ 0xf2, 0x9a, 0x50, 0xb7, 0xbe, 0xd8, 0x84, 0xba, 0x35, 0x3a, 0xb9, 0xaa,
+ 0x78, 0xe2, 0x9e, 0xe7, 0x50, 0x34, 0xcf, 0x27, 0x19, 0x94, 0xc9, 0x7c,
+ 0x89, 0xbc, 0x8c, 0xe0, 0x5f, 0xc8, 0x41, 0xbd, 0xd5, 0x86, 0x7f, 0x5e,
+ 0xb7, 0xbb, 0xec, 0xb9, 0xcd, 0xfe, 0x3f, 0x64, 0x3f, 0xda, 0xed, 0x96,
+ 0x38, 0x1f, 0x39, 0xde, 0x53, 0x08, 0x52, 0x44, 0xe7, 0x9d, 0x2d, 0x91,
+ 0x06, 0x32, 0x4e, 0xf3, 0xcd, 0x29, 0xc6, 0xd3, 0xbc, 0x5d, 0x91, 0xdc,
+ 0x3b, 0xba, 0xa0, 0x76, 0xc3, 0x6c, 0xec, 0x6f, 0x70, 0xe7, 0xc0, 0xdd,
+ 0x5f, 0xa0, 0x25, 0xe1, 0x5f, 0x44, 0x1d, 0xee, 0x76, 0xe0, 0x67, 0xc8,
+ 0x7e, 0x46, 0xf0, 0x03, 0x68, 0xf6, 0x58, 0x8b, 0xb1, 0xff, 0x90, 0x64,
+ 0x68, 0x93, 0x0c, 0x2d, 0x9a, 0x18, 0x47, 0x60, 0x03, 0xa2, 0xef, 0xe2,
+ 0xe2, 0x72, 0x1c, 0xcf, 0xb8, 0xc2, 0xbe, 0x85, 0xb7, 0x1f, 0xd9, 0xbb,
+ 0x6c, 0xc6, 0xfa, 0x15, 0x3f, 0xd8, 0x25, 0xbc, 0x64, 0xdf, 0x03, 0xfc,
+ 0x06, 0x79, 0x84, 0x37, 0x2f, 0x2a, 0x54, 0x8a, 0x0a, 0xd7, 0x94, 0x15,
+ 0x3e, 0xaf, 0x34, 0xf2, 0x67, 0x17, 0x7d, 0x20, 0x6e, 0xf4, 0x61, 0x93,
+ 0xd1, 0x41, 0x3d, 0xdd, 0x3c, 0x6c, 0x0b, 0x8a, 0xad, 0xdd, 0x1e, 0xe0,
+ 0xef, 0x86, 0xf8, 0xbb, 0xbf, 0x03, 0xff, 0x60, 0xdf, 0xee, 0x42, 0x87,
+ 0xee, 0x02, 0xf1, 0x48, 0x21, 0x1c, 0x3a, 0x09, 0x87, 0x15, 0x61, 0xd8,
+ 0x7e, 0x04, 0xcf, 0xa1, 0x1c, 0x39, 0x29, 0x47, 0x15, 0xe5, 0xe8, 0x99,
+ 0x2c, 0x77, 0x9c, 0x84, 0x3b, 0x15, 0xe1, 0xce, 0xe6, 0x2c, 0x7f, 0xdc,
+ 0x8f, 0xcb, 0x52, 0xd2, 0xc5, 0x27, 0x90, 0x3d, 0xf8, 0x9b, 0xe4, 0x4f,
+ 0x24, 0xdd, 0x1f, 0xe1, 0xcf, 0x80, 0x81, 0xe3, 0x30, 0xd9, 0xc1, 0xbe,
+ 0xdb, 0x6a, 0xf7, 0xa1, 0x03, 0xc5, 0x68, 0x39, 0xdd, 0x3b, 0x97, 0x44,
+ 0xd8, 0x6f, 0x39, 0xc7, 0x30, 0x6c, 0xf6, 0x88, 0xe2, 0x8c, 0x3b, 0x79,
+ 0x98, 0x56, 0xb6, 0xa2, 0x56, 0x4b, 0x48, 0x40, 0x8b, 0x66, 0x13, 0xfa,
+ 0x87, 0xe6, 0x86, 0x79, 0x5c, 0x14, 0x4c, 0x82, 0xd8, 0xea, 0xfb, 0x80,
+ 0x64, 0xde, 0xc5, 0x60, 0x31, 0x88, 0xa7, 0xa7, 0x49, 0x0c, 0xfb, 0x74,
+ 0xb8, 0x1f, 0x73, 0xba, 0x77, 0x44, 0x24, 0x6f, 0xdf, 0xdc, 0x71, 0x9a,
+ 0x70, 0x5b, 0xf6, 0xf5, 0x70, 0x38, 0x14, 0xff, 0x56, 0xff, 0x20, 0x83,
+ 0x35, 0xd3, 0x24, 0xe5, 0x61, 0x87, 0xe4, 0xeb, 0xab, 0xfc, 0x26, 0xbb,
+ 0x84, 0x69, 0x50, 0x08, 0x77, 0xf5, 0x06, 0xdb, 0xe1, 0x0a, 0x1e, 0xc7,
+ 0x77, 0x60, 0x98, 0xc8, 0x83, 0x4b, 0x9a, 0x2f, 0x83, 0xed, 0xbb, 0xbf,
+ 0x63, 0x2b, 0x89, 0x4a, 0x6c, 0xb5, 0xf8, 0x7c, 0x12, 0xe1, 0x2a, 0x4f,
+ 0xcd, 0xa3, 0xa6, 0xca, 0x93, 0xce, 0xb2, 0xca, 0xbb, 0x1d, 0xca, 0xd4,
+ 0x37, 0x4f, 0xd8, 0xea, 0x30, 0x96, 0x26, 0x89, 0xed, 0xca, 0x25, 0x9c,
+ 0xe9, 0xe4, 0x11, 0xfb, 0x87, 0xcd, 0x58, 0x01, 0x84, 0xd1, 0x87, 0x79,
+ 0x2a, 0x68, 0x83, 0xdb, 0x53, 0x88, 0xfe, 0x44, 0xe9, 0x02, 0x0f, 0xbf,
+ 0x67, 0xa7, 0xe3, 0x15, 0xdc, 0xe8, 0x01, 0x5f, 0x21, 0xa5, 0x24, 0xf7,
+ 0x57, 0xbe, 0xab, 0x29, 0xab, 0x37, 0x50, 0xde, 0xc8, 0x5a, 0x71, 0xfa,
+ 0x5d, 0x7d, 0x91, 0x3b, 0x4b, 0xc9, 0x86, 0x22, 0xfb, 0x3b, 0x4b, 0x2b,
+ 0xa3, 0xca, 0xd6, 0x36, 0xfb, 0xac, 0x5c, 0x27, 0xd3, 0xfa, 0xbd, 0x0f,
+ 0x9d, 0xb4, 0x15, 0x75, 0x91, 0xe6, 0x56, 0x17, 0x9e, 0xfa, 0x1a, 0x5d,
+ 0xe0, 0x4e, 0x25, 0x0b, 0xcf, 0x9c, 0xe4, 0x95, 0xca, 0xe6, 0x06, 0xd3,
+ 0xf8, 0xde, 0xea, 0xf1, 0xaa, 0x9a, 0x43, 0x62, 0xf6, 0xc4, 0x08, 0xb1,
+ 0x4f, 0xdb, 0xec, 0x03, 0xd6, 0x1d, 0x27, 0x90, 0xcd, 0xe8, 0x85, 0x26,
+ 0xbd, 0x50, 0xa5, 0x17, 0x6e, 0x44, 0x8f, 0x49, 0xb9, 0xcb, 0x5a, 0x65,
+ 0xbc, 0xb6, 0x8d, 0x55, 0x0c, 0xe0, 0x95, 0x26, 0x1f, 0xfd, 0x6a, 0x0f,
+ 0x87, 0x3f, 0xfb, 0xd2, 0x56, 0xb5, 0x35, 0x9d, 0x25, 0x8f, 0xe7, 0x86,
+ 0x8d, 0xb4, 0x7a, 0x05, 0xb4, 0xd9, 0x53, 0x70, 0x58, 0xde, 0xc5, 0x8b,
+ 0x6c, 0x86, 0x77, 0x1c, 0xd7, 0x6f, 0x0c, 0xd1, 0x0a, 0x7a, 0xc5, 0x34,
+ 0x80, 0x93, 0xe4, 0x3e, 0x99, 0x89, 0x01, 0xa3, 0xbd, 0xa4, 0x9b, 0x44,
+ 0xc1, 0x0c, 0x7e, 0xd3, 0x44, 0xf2, 0xd3, 0xb6, 0x18, 0x1f, 0x72, 0x06,
+ 0x08, 0x85, 0xb0, 0xb5, 0x5b, 0x6a, 0x1b, 0x9f, 0x68, 0x7d, 0x76, 0xc2,
+ 0x16, 0x97, 0x38, 0x17, 0xbd, 0x36, 0xc3, 0xa7, 0xa0, 0xad, 0x18, 0xc7,
+ 0x39, 0x67, 0xaf, 0x95, 0x7f, 0xab, 0x7f, 0xd8, 0x10, 0x09, 0x89, 0x68,
+ 0x68, 0x13, 0x0d, 0x75, 0xa2, 0xe1, 0xe6, 0x44, 0x23, 0x9b, 0x68, 0xa4,
+ 0x13, 0x8d, 0x36, 0x27, 0xda, 0xb1, 0x89, 0x76, 0x74, 0xa2, 0x9d, 0x8d,
+ 0x88, 0xae, 0x9d, 0xff, 0x60, 0x79, 0x1f, 0x8f, 0x93, 0x19, 0x77, 0x33,
+ 0x3c, 0x89, 0x2b, 0xc7, 0x24, 0xfd, 0x35, 0x08, 0xf7, 0x1e, 0xbc, 0x7a,
+ 0x1b, 0x60, 0x94, 0xaf, 0x18, 0xfb, 0x76, 0x9b, 0x41, 0xa1, 0xc4, 0x87,
+ 0xb8, 0x7c, 0xc3, 0x9f, 0xd7, 0x6d, 0x92, 0xf8, 0x10, 0x96, 0x1a, 0x98,
+ 0x5f, 0x35, 0x42, 0x95, 0xa7, 0x8c, 0xf1, 0x5a, 0xa5, 0x9f, 0x31, 0xd5,
+ 0xb4, 0x5c, 0x4d, 0xd2, 0xc5, 0xf3, 0x0a, 0xf9, 0x98, 0xe4, 0xce, 0x5a,
+ 0xc0, 0xfb, 0x1d, 0x59, 0x0a, 0x3c, 0xa5, 0x63, 0xbd, 0x04, 0x10, 0xc5,
+ 0xdd, 0x2e, 0xac, 0x9a, 0xf8, 0x4f, 0x0f, 0x57, 0xce, 0x0e, 0x7f, 0x49,
+ 0x05, 0xdd, 0x3e, 0xe5, 0xd9, 0x9f, 0xe2, 0x07, 0xa2, 0xbf, 0xb5, 0x05,
+ 0x76, 0x23, 0xfe, 0x0a, 0x45, 0xfd, 0x1d, 0xfb, 0xfd, 0x36, 0x60, 0x4f,
+ 0x41, 0x8e, 0xb1, 0xfe, 0x14, 0xee, 0xa5, 0xb8, 0x7b, 0x3a, 0x8c, 0xe8,
+ 0x27, 0xb7, 0xa5, 0xa2, 0x7f, 0xc2, 0x13, 0x4c, 0xd8, 0xef, 0xae, 0xc8,
+ 0xe8, 0x3a, 0xe2, 0xe3, 0x53, 0x24, 0x55, 0x61, 0xff, 0x0d, 0xe0, 0xe7,
+ 0x50, 0x3c, 0x23, 0x81, 0x50, 0x23, 0x10, 0x72, 0x02, 0x61, 0x43, 0x02,
+ 0x70, 0xa1, 0x5b, 0x69, 0x35, 0x5c, 0x87, 0x8d, 0x77, 0xac, 0x15, 0xd9,
+ 0x1b, 0xb6, 0x69, 0x99, 0x95, 0xb1, 0xd8, 0x3b, 0xbc, 0x29, 0xa8, 0x8f,
+ 0xd0, 0xd0, 0xb6, 0xc5, 0xff, 0xb8, 0x1f, 0x43, 0xc5, 0x18, 0xa7, 0xde,
+ 0x87, 0xb0, 0xce, 0x18, 0x85, 0xf7, 0x14, 0x49, 0x2d, 0xda, 0xce, 0xf9,
+ 0x17, 0xe9, 0x48, 0x15, 0x14, 0xf8, 0x0d, 0x35, 0x20, 0x31, 0xcf, 0xb4,
+ 0xe5, 0x82, 0xec, 0x98, 0x65, 0xd8, 0xc0, 0xc2, 0x35, 0x5c, 0x6e, 0xbf,
+ 0xe5, 0x0b, 0x50, 0x61, 0xd9, 0x40, 0x3b, 0xca, 0x93, 0xff, 0x0a, 0x8e,
+ 0x17, 0xcb, 0x55, 0xd9, 0x16, 0xeb, 0xfc, 0x7a, 0x87, 0x4d, 0x31, 0x33,
+ 0xaa, 0x2b, 0x99, 0x78, 0x01, 0x0d, 0x44, 0xd1, 0xa4, 0xad, 0xcd, 0x48,
+ 0x30, 0x00, 0x41, 0xe8, 0x88, 0x7f, 0xba, 0x38, 0x81, 0xe3, 0xfc, 0xed,
+ 0xd0, 0x5d, 0x3e, 0x7e, 0xbc, 0x42, 0xc7, 0x7a, 0xd1, 0x2a, 0xfb, 0xed,
+ 0x63, 0x51, 0x07, 0xfd, 0x2d, 0xe3, 0x9a, 0xc1, 0xbe, 0x65, 0xaa, 0xc6,
+ 0xe2, 0x73, 0xd0, 0xe6, 0xfb, 0xa2, 0xea, 0x98, 0xed, 0x75, 0x8f, 0x15,
+ 0x01, 0xff, 0x7f, 0x2d, 0xff, 0x11, 0xff, 0xc7, 0x82, 0xf5, 0x32, 0x0e,
+ 0x9d, 0x65, 0x1c, 0x1a, 0x65, 0x24, 0x94, 0xbf, 0xfe, 0x99, 0x85, 0x84,
+ 0xce, 0x8a, 0x84, 0x7a, 0x45, 0xc2, 0x2f, 0xab, 0x48, 0xe8, 0xac, 0x48,
+ 0x78, 0x68, 0x94, 0xf1, 0xac, 0x8a, 0xd0, 0xa1, 0x55, 0x21, 0x45, 0x4a,
+ 0x38, 0xd2, 0xcb, 0x4f, 0xce, 0x1e, 0xe1, 0xb7, 0x3e, 0x1b, 0x15, 0x45,
+ 0x22, 0x56, 0x15, 0x15, 0xea, 0x45, 0x1d, 0x7a, 0x8b, 0xe2, 0xf5, 0xf9,
+ 0x92, 0xb2, 0x22, 0xad, 0xac, 0xd0, 0x57, 0xad, 0xf0, 0x2b, 0x54, 0xab,
+ 0xa3, 0x17, 0xe5, 0xab, 0x56, 0xf8, 0x45, 0xd5, 0xa2, 0x4b, 0xbe, 0xae,
+ 0xce, 0xe2, 0xb7, 0x81, 0x9d, 0x9d, 0xa5, 0xb9, 0x70, 0x28, 0x33, 0x37,
+ 0xfd, 0x7f, 0xc8, 0xff, 0x6f, 0x14, 0xe2, 0xea, 0x26, 0x67, 0x21, 0xa2,
+ 0x3e, 0xcf, 0x2a, 0xc5, 0xd5, 0x41, 0x8e, 0x52, 0xc2, 0x2f, 0xaa, 0x8a,
+ 0xab, 0x6b, 0x9c, 0x85, 0x3c, 0xa3, 0x2a, 0xf6, 0x54, 0x97, 0xdc, 0xa5,
+ 0xe3, 0x59, 0x42, 0xbb, 0x2d, 0xb6, 0x5b, 0xbd, 0xbc, 0x14, 0xaa, 0xe6,
+ 0x3d, 0x7d, 0xc1, 0x0f, 0x7f, 0x58, 0xde, 0xed, 0x04, 0xe2, 0x7f, 0xdb,
+ 0x1a, 0x0e, 0x6c, 0xb5, 0x3f, 0x2f, 0xef, 0xea, 0xcf, 0x73, 0xd9, 0xe0,
+ 0xfd, 0x54, 0x14, 0x27, 0x53, 0x41, 0xfb, 0xe1, 0x2e, 0x49, 0x66, 0x88,
+ 0x7e, 0x32, 0x85, 0xc5, 0x06, 0x1e, 0xc9, 0x40, 0xc6, 0x94, 0x92, 0xa3,
+ 0x0d, 0x48, 0x5e, 0x38, 0x48, 0x5e, 0x58, 0x24, 0x2f, 0x36, 0x21, 0x79,
+ 0x92, 0x3b, 0xb8, 0xcc, 0x2d, 0x2e, 0x2f, 0x36, 0xe1, 0xd2, 0x41, 0xf2,
+ 0xc2, 0x22, 0x79, 0xd1, 0x94, 0xa4, 0xed, 0x2d, 0x7d, 0x2b, 0xfc, 0x0f,
+ 0x8a, 0x65, 0x9c, 0x7f, 0x1e, 0xad, 0xca, 0x0b, 0xb6, 0x97, 0xaf, 0x34,
+ 0x40, 0xfd, 0xed, 0x0e, 0xde, 0x7d, 0x79, 0x1b, 0xb0, 0x17, 0x01, 0xdc,
+ 0x07, 0x02, 0xc1, 0xe1, 0x7f, 0xd7, 0xf9, 0x85, 0xa4, 0xb7, 0x8b, 0x78,
+ 0x72, 0x2f, 0xb7, 0xbd, 0xbc, 0xd8, 0xbd, 0xc9, 0x7d, 0xbc, 0x18, 0x83,
+ 0x39, 0x82, 0x08, 0x5f, 0xa5, 0xf3, 0x74, 0x71, 0x0b, 0x95, 0xe1, 0x71,
+ 0xb3, 0xb6, 0x77, 0x14, 0xa5, 0xcc, 0x6b, 0x45, 0x80, 0xc6, 0x9a, 0x3c,
+ 0x24, 0xfc, 0x2e, 0x16, 0xac, 0xeb, 0xc8, 0xf7, 0x01, 0xbc, 0x12, 0x3c,
+ 0xe3, 0x03, 0xae, 0xec, 0xf3, 0xcb, 0x44, 0x6a, 0x92, 0x2d, 0xae, 0x48,
+ 0xb6, 0x19, 0xa3, 0x5b, 0x3d, 0xf8, 0x67, 0xb0, 0xdb, 0x12, 0x24, 0xc7,
+ 0x6c, 0x9f, 0x7b, 0xb0, 0x2a, 0x9f, 0xf0, 0x32, 0x8b, 0xf4, 0x09, 0x52,
+ 0x5f, 0x4a, 0xc6, 0x47, 0xec, 0x6d, 0x30, 0x59, 0x81, 0x67, 0x07, 0xbc,
+ 0xc7, 0x72, 0xa4, 0xaa, 0xd3, 0x96, 0x1b, 0xf6, 0xad, 0x61, 0xa5, 0xe8,
+ 0x40, 0x09, 0x6a, 0x50, 0x36, 0xb3, 0x6d, 0xe0, 0x9d, 0x60, 0x1e, 0x7e,
+ 0x2b, 0x7b, 0xbf, 0x48, 0xd3, 0x72, 0xf8, 0x3f, 0x44, 0xf1, 0x26, 0x2e,
+ 0x92, 0x03, 0xd9, 0x14, 0x68, 0xcb, 0xe0, 0x2f, 0x76, 0xb6, 0xe5, 0x4f,
+ 0x20, 0x35, 0x17, 0x17, 0x72, 0x22, 0xd9, 0x5b, 0xe6, 0x2f, 0xbc, 0xcc,
+ 0x8e, 0xed, 0x8a, 0x4e, 0x40, 0xd2, 0x76, 0x2e, 0xdf, 0xec, 0x28, 0x4d,
+ 0x1b, 0xc4, 0xb6, 0xa3, 0x50, 0x3b, 0xac, 0xfc, 0x40, 0xac, 0x9f, 0x48,
+ 0x7d, 0x3c, 0x2b, 0xa9, 0xcf, 0xed, 0xd8, 0x22, 0x8e, 0x4f, 0xbc, 0xbc,
+ 0xd1, 0xc9, 0x95, 0x11, 0x58, 0x84, 0x2f, 0x2c, 0x48, 0x98, 0xa8, 0xfb,
+ 0x7e, 0x53, 0x88, 0x0d, 0xa4, 0xcb, 0x33, 0x02, 0x1a, 0x11, 0x4d, 0xec,
+ 0x4f, 0xbc, 0xd4, 0xe3, 0xbd, 0xaf, 0x52, 0xea, 0x79, 0x3a, 0xf1, 0x95,
+ 0xaa, 0x7d, 0x12, 0xa5, 0x82, 0x03, 0x37, 0x7d, 0x0e, 0x62, 0xed, 0x0e,
+ 0xf4, 0x86, 0xa5, 0x43, 0x60, 0x0b, 0x24, 0xa3, 0xc4, 0x82, 0x50, 0xdf,
+ 0xf1, 0xf2, 0x30, 0xd2, 0x85, 0x28, 0x6e, 0xf2, 0x25, 0xe5, 0xa8, 0xb1,
+ 0x35, 0xb4, 0x97, 0x76, 0x49, 0x22, 0xa6, 0xc6, 0x66, 0x45, 0xd9, 0xd7,
+ 0xaf, 0x94, 0xed, 0x4f, 0x50, 0x05, 0xef, 0x81, 0xc3, 0x1f, 0xb6, 0x09,
+ 0xba, 0x5a, 0x8a, 0x43, 0xfe, 0x40, 0x3c, 0x73, 0x33, 0xe8, 0xde, 0xe1,
+ 0x5b, 0xbc, 0x82, 0x3d, 0xbe, 0x63, 0x32, 0x8c, 0x63, 0x97, 0x9b, 0xf8,
+ 0x61, 0x9c, 0x86, 0xaa, 0x41, 0xd4, 0xdc, 0xa8, 0x94, 0xcb, 0x02, 0x0b,
+ 0x85, 0xad, 0x83, 0xec, 0x4b, 0xe5, 0xdd, 0x8e, 0xa4, 0x9d, 0x20, 0x3b,
+ 0x9c, 0xf6, 0xbc, 0x68, 0x44, 0xfd, 0x21, 0x9e, 0x21, 0x95, 0xbd, 0x39,
+ 0x78, 0x21, 0x55, 0x3b, 0x2f, 0xf5, 0x2d, 0x6c, 0x88, 0x0e, 0xdf, 0xe2,
+ 0xcb, 0x20, 0x9e, 0x8b, 0x6b, 0xd3, 0xf3, 0xdb, 0x06, 0x0e, 0x0b, 0x9c,
+ 0x8e, 0x2d, 0x8d, 0xf6, 0x17, 0xb5, 0x94, 0x6a, 0x0c, 0x30, 0x35, 0xa2,
+ 0xcc, 0x63, 0x59, 0xde, 0xeb, 0x90, 0x1b, 0x8d, 0x68, 0xc6, 0x56, 0x36,
+ 0xd3, 0xca, 0x75, 0x19, 0xab, 0xd3, 0x8e, 0x28, 0xb6, 0xfc, 0x8b, 0xad,
+ 0xdf, 0x7d, 0x88, 0xe7, 0x09, 0x76, 0xc8, 0xc7, 0x38, 0x87, 0x3f, 0x57,
+ 0x69, 0x39, 0xa3, 0x17, 0xbf, 0xb2, 0x19, 0xb1, 0xd8, 0xda, 0x3a, 0xc9,
+ 0xb6, 0xb6, 0xde, 0xa7, 0xf0, 0xf7, 0x80, 0xfd, 0xff, 0x13, 0x3c, 0x7c,
+ 0x62, 0xff, 0x3f, 0xd8, 0xba, 0x9f, 0x04, 0xc1, 0x6c, 0x42, 0xdb, 0x3b,
+ 0x6b, 0x09, 0xd3, 0x5e, 0x72, 0xc3, 0x17, 0x2c, 0x60, 0xa3, 0xcd, 0x16,
+ 0xb0, 0x72, 0x84, 0xd6, 0xe5, 0x6a, 0xdb, 0x5e, 0x4c, 0xae, 0xf9, 0xbb,
+ 0x9d, 0x2d, 0x1e, 0x98, 0x47, 0xc4, 0xf5, 0x9f, 0x04, 0x64, 0x8a, 0xd6,
+ 0x2d, 0xb8, 0x1b, 0x98, 0x1e, 0xc1, 0x00, 0x6d, 0xf6, 0x0b, 0xb7, 0x4b,
+ 0xdb, 0x91, 0x96, 0x1c, 0xe6, 0x69, 0x3e, 0xa2, 0x40, 0xd6, 0x72, 0x71,
+ 0x14, 0xc6, 0xd7, 0xb9, 0x2e, 0x1d, 0x41, 0xec, 0xd0, 0xd9, 0x43, 0x7b,
+ 0x37, 0xda, 0xe1, 0xf6, 0x13, 0x2c, 0x58, 0x9c, 0x1c, 0xaa, 0x02, 0xad,
+ 0xbe, 0xc3, 0x30, 0x5b, 0xb2, 0xbe, 0xe2, 0x0b, 0x2d, 0xab, 0xb7, 0xea,
+ 0xd6, 0x1e, 0x9b, 0x6d, 0x4b, 0x11, 0x69, 0x32, 0x9d, 0xa4, 0xae, 0x39,
+ 0x57, 0xc4, 0x69, 0x22, 0xd5, 0x57, 0x31, 0x27, 0x8f, 0xb2, 0x64, 0x3a,
+ 0x4d, 0xc7, 0x29, 0x37, 0x85, 0x62, 0x99, 0xf6, 0x34, 0xcc, 0xeb, 0x8a,
+ 0x65, 0x70, 0x61, 0x87, 0xb0, 0xda, 0x91, 0x38, 0xad, 0x62, 0x0b, 0x89,
+ 0xbf, 0x4c, 0x7e, 0xc2, 0xb9, 0xa6, 0x50, 0x7b, 0xc5, 0x59, 0x57, 0xa8,
+ 0x88, 0x05, 0xa7, 0xeb, 0x0f, 0xbf, 0x58, 0xaf, 0x65, 0x11, 0xe2, 0x8b,
+ 0xa6, 0x45, 0x54, 0x3a, 0x44, 0xed, 0x44, 0x61, 0x51, 0xbd, 0x2c, 0x6f,
+ 0x43, 0x4f, 0x81, 0x18, 0x38, 0x2f, 0xac, 0x2b, 0x96, 0x02, 0xee, 0x81,
+ 0xbd, 0xb5, 0x61, 0xf1, 0xf1, 0xb8, 0x5c, 0xc5, 0x33, 0x70, 0x6c, 0x94,
+ 0xe1, 0xf8, 0xe4, 0x19, 0xa4, 0xfd, 0x49, 0x4a, 0x0f, 0x7a, 0x42, 0xb2,
+ 0xf2, 0x83, 0xe5, 0x6a, 0x56, 0x24, 0xe0, 0x22, 0x55, 0xde, 0x61, 0xd3,
+ 0x56, 0xfa, 0x59, 0xd8, 0x95, 0xca, 0x19, 0x1d, 0x98, 0xe1, 0x14, 0xd3,
+ 0xad, 0x2c, 0x8a, 0x16, 0x75, 0x59, 0x73, 0x77, 0xe1, 0xbc, 0xf6, 0x75,
+ 0x2c, 0xb0, 0xea, 0xdf, 0x92, 0xb1, 0xb9, 0x39, 0x23, 0xf7, 0x09, 0x3f,
+ 0x0f, 0xe3, 0xea, 0x27, 0x7f, 0xe6, 0xeb, 0xcb, 0x14, 0xcb, 0xfa, 0x78,
+ 0xb8, 0xc1, 0xca, 0x52, 0xf5, 0xe9, 0x49, 0x7c, 0x7b, 0x2a, 0xad, 0x6e,
+ 0xf3, 0xeb, 0x49, 0x12, 0x4f, 0xc0, 0x2f, 0x4d, 0x18, 0xac, 0x94, 0x1e,
+ 0x9c, 0xc5, 0xb7, 0x4e, 0xfd, 0x76, 0x67, 0x4b, 0x2d, 0x88, 0x18, 0x06,
+ 0x96, 0x2e, 0x68, 0x08, 0x88, 0xd6, 0x52, 0x03, 0xe9, 0x55, 0xd4, 0xf9,
+ 0x5b, 0xe7, 0x08, 0xaf, 0xce, 0x0b, 0x94, 0x11, 0x0e, 0x4a, 0xa6, 0x9c,
+ 0x3d, 0x14, 0xb2, 0xe2, 0x7d, 0x45, 0x1a, 0xde, 0x70, 0x89, 0x83, 0x83,
+ 0x45, 0xbb, 0x08, 0xf3, 0x78, 0x63, 0x2b, 0x94, 0x46, 0x3c, 0xa7, 0x16,
+ 0x65, 0x7d, 0x68, 0x57, 0x85, 0x4d, 0x45, 0xaa, 0xb8, 0x4a, 0x35, 0x7f,
+ 0x2d, 0x9a, 0xe4, 0xf5, 0x80, 0x29, 0x17, 0x5d, 0x8c, 0x8c, 0x31, 0x50,
+ 0x1b, 0xc8, 0x2e, 0x24, 0x74, 0x14, 0x12, 0x3a, 0x0a, 0xe1, 0x27, 0x4d,
+ 0xcd, 0x8a, 0xe1, 0xb1, 0x25, 0xd5, 0x5a, 0xf0, 0x57, 0x72, 0x94, 0x36,
+ 0xd7, 0xff, 0x95, 0x88, 0x7c, 0x8b, 0x62, 0x35, 0x5f, 0x7a, 0xa2, 0xf5,
+ 0xc9, 0x6f, 0xb2, 0x08, 0x11, 0xaf, 0x0f, 0xbe, 0xd0, 0xe9, 0xe9, 0xad,
+ 0x3c, 0x68, 0xd2, 0xfa, 0xa2, 0xa5, 0xbf, 0xa3, 0x3a, 0xc0, 0x91, 0xf0,
+ 0x05, 0x5b, 0xf9, 0xd4, 0x4a, 0x88, 0x77, 0xb2, 0x08, 0x78, 0xc1, 0x6d,
+ 0xee, 0x8c, 0xfa, 0x9b, 0x82, 0xe8, 0x57, 0x56, 0xee, 0x2e, 0xff, 0x3f,
+ 0x75, 0xf3, 0x17, 0xc4, 0xd8, 0xf3, 0x1e, 0xb2, 0x5b, 0x67, 0xec, 0xfc,
+ 0x1a, 0x30, 0x8f, 0x6b, 0x37, 0xcd, 0xf5, 0x82, 0xbc, 0x31, 0xf7, 0x84,
+ 0x9b, 0x84, 0xea, 0x27, 0x51, 0x39, 0x4a, 0xa0, 0xa7, 0x04, 0xad, 0x03,
+ 0x76, 0xd4, 0x0b, 0x9e, 0xc9, 0x24, 0xd8, 0xcf, 0x26, 0x4f, 0xc1, 0xcb,
+ 0x74, 0x31, 0x9e, 0xed, 0xc2, 0x35, 0xc5, 0x57, 0x2f, 0xb6, 0x96, 0x6a,
+ 0xba, 0x18, 0xc9, 0x88, 0x2b, 0x97, 0x0c, 0xe3, 0x40, 0xd2, 0xa1, 0x30,
+ 0x3e, 0xd5, 0x9d, 0x65, 0x2e, 0x76, 0x72, 0x82, 0xa9, 0xb4, 0x3f, 0x53,
+ 0x71, 0x3d, 0x18, 0xc9, 0xf9, 0x8a, 0x1e, 0x51, 0x5f, 0x60, 0x3f, 0xdb,
+ 0x01, 0x7b, 0x40, 0x4a, 0xfc, 0x2f, 0xe2, 0x86, 0x9d, 0xca, 0x60, 0xbf,
+ 0x25, 0xc7, 0x3f, 0xeb, 0x28, 0xa6, 0xde, 0x56, 0x5a, 0x91, 0xc8, 0xde,
+ 0x02, 0xd8, 0x15, 0x8f, 0x0a, 0x77, 0x5b, 0xcd, 0x8e, 0x00, 0x18, 0x9d,
+ 0xea, 0x48, 0x10, 0x1e, 0x38, 0x55, 0x9b, 0x68, 0xf0, 0x6f, 0x61, 0x73,
+ 0xba, 0x14, 0xa3, 0xa9, 0x0a, 0x02, 0xb7, 0x55, 0x05, 0x83, 0xa2, 0xdd,
+ 0x55, 0x32, 0x91, 0xb6, 0x4c, 0x0c, 0x3d, 0x25, 0x4b, 0xa9, 0xac, 0x98,
+ 0x6e, 0xc7, 0x62, 0x95, 0x79, 0x56, 0xc6, 0xa1, 0xbc, 0x08, 0xb6, 0xa5,
+ 0x94, 0x41, 0xf7, 0xbf, 0xb6, 0x0c, 0xd2, 0xe2, 0x36, 0x00, 0x91, 0x06,
+ 0x35, 0x3a, 0x08, 0xb8, 0x1e, 0xcd, 0xfe, 0x81, 0xf3, 0x78, 0x9c, 0x40,
+ 0x02, 0x3e, 0x30, 0x18, 0x75, 0xc3, 0x2a, 0x11, 0x54, 0x25, 0x90, 0x45,
+ 0x0f, 0xbe, 0x8b, 0x1a, 0xc0, 0xef, 0x6d, 0xbe, 0x12, 0xfd, 0x24, 0xec,
+ 0x29, 0x34, 0x9f, 0xbe, 0x86, 0x31, 0xf1, 0x1a, 0x0e, 0xfb, 0xf1, 0xc0,
+ 0x1f, 0xbc, 0x09, 0xdc, 0xb6, 0xbe, 0xea, 0x48, 0xf2, 0x22, 0x7e, 0x78,
+ 0xb1, 0x95, 0xc7, 0x0f, 0x6c, 0xf7, 0xd4, 0xe6, 0xd1, 0x73, 0x24, 0x0f,
+ 0xfa, 0x6b, 0x56, 0x3e, 0x03, 0xc6, 0xcd, 0x4f, 0x3b, 0xe0, 0xef, 0xa0,
+ 0xf9, 0x3e, 0xf2, 0x61, 0x2f, 0x47, 0xbd, 0x08, 0x49, 0xd4, 0x92, 0x84,
+ 0xc9, 0x27, 0xdb, 0x41, 0x5a, 0x7e, 0xd0, 0x88, 0xcb, 0xb7, 0xcd, 0xc8,
+ 0x87, 0x6e, 0xbe, 0x43, 0x9b, 0xef, 0x70, 0x33, 0xbe, 0x43, 0x1f, 0xdf,
+ 0xa1, 0x8b, 0xef, 0x70, 0x23, 0xbe, 0xf7, 0x16, 0xf1, 0x2c, 0xbb, 0xa5,
+ 0x23, 0x2f, 0x95, 0xba, 0xfa, 0x9e, 0x13, 0x87, 0x03, 0xb2, 0xf6, 0x66,
+ 0x24, 0x43, 0x0f, 0xc9, 0x50, 0x21, 0x19, 0x6e, 0x46, 0x32, 0xf2, 0x90,
+ 0x8c, 0x14, 0x92, 0xd1, 0x66, 0x24, 0x3b, 0x1e, 0x92, 0x1d, 0x85, 0x64,
+ 0x67, 0x33, 0x92, 0x5d, 0x0f, 0xc9, 0xae, 0x42, 0xb2, 0xbb, 0x19, 0xc9,
+ 0x9e, 0x87, 0x64, 0x4f, 0x21, 0xd9, 0xdb, 0x8c, 0x64, 0xdf, 0x43, 0xb2,
+ 0xaf, 0x90, 0xec, 0x6f, 0x46, 0x72, 0xe0, 0x21, 0x39, 0x50, 0x48, 0x0e,
+ 0x1a, 0x90, 0x3c, 0x5f, 0x16, 0xea, 0x70, 0xda, 0x42, 0x7a, 0xd5, 0xcb,
+ 0x80, 0x93, 0xa3, 0x64, 0x6b, 0xcd, 0x47, 0x13, 0xa3, 0x60, 0x0c, 0x26,
+ 0x41, 0xb8, 0x1a, 0x4a, 0x0a, 0x61, 0x65, 0x24, 0x01, 0xe5, 0x1a, 0xc2,
+ 0xa3, 0x59, 0x59, 0x2d, 0x56, 0xf4, 0xbc, 0xb5, 0xc5, 0x99, 0x84, 0x18,
+ 0xc9, 0x3b, 0xdc, 0xab, 0xae, 0x8e, 0x39, 0xee, 0x81, 0x27, 0x67, 0xf7,
+ 0xea, 0x95, 0xa0, 0x64, 0xfa, 0xe8, 0xd5, 0x51, 0x3b, 0x8e, 0x75, 0x8e,
+ 0xd8, 0xb3, 0xe4, 0x88, 0x6d, 0x76, 0x1b, 0xd1, 0x38, 0x4b, 0x0d, 0x37,
+ 0x25, 0x6a, 0x2e, 0xe5, 0x35, 0x27, 0xa8, 0xbb, 0x80, 0x05, 0x6b, 0xfb,
+ 0xe1, 0x93, 0x2f, 0x84, 0xa2, 0xeb, 0x1b, 0xf5, 0x48, 0x75, 0xfe, 0x5f,
+ 0x85, 0x4f, 0x5c, 0x57, 0xcc, 0x89, 0xdb, 0xd5, 0xca, 0xfe, 0x42, 0x45,
+ 0x4c, 0x6d, 0x87, 0xab, 0xe0, 0x3e, 0x9b, 0xc1, 0xde, 0x6e, 0x7d, 0x59,
+ 0xef, 0x3d, 0xb7, 0x10, 0x1d, 0x9f, 0x9c, 0xa5, 0xe1, 0x5d, 0xc4, 0xe6,
+ 0xc5, 0x1d, 0x59, 0xce, 0x58, 0x54, 0x96, 0xf6, 0x9e, 0xf7, 0xce, 0x54,
+ 0x71, 0xca, 0x5a, 0xdb, 0x35, 0xa7, 0xf1, 0x54, 0x93, 0x1b, 0xf6, 0x2c,
+ 0xe5, 0x86, 0x7b, 0x61, 0xae, 0x95, 0x9b, 0xd3, 0x78, 0x69, 0xd0, 0x58,
+ 0x2a, 0x34, 0xce, 0x1b, 0xd1, 0x10, 0x5a, 0xb3, 0xa0, 0xc1, 0x9e, 0x25,
+ 0x8d, 0x4f, 0xfb, 0xc1, 0x59, 0xb8, 0x9e, 0xca, 0x7d, 0x51, 0x1c, 0x8a,
+ 0x78, 0x76, 0xe2, 0x56, 0x26, 0x38, 0x01, 0x68, 0xaf, 0x39, 0xc9, 0x8f,
+ 0x97, 0x97, 0x44, 0xb0, 0xba, 0x9a, 0xe9, 0x21, 0xeb, 0x08, 0x51, 0x19,
+ 0x2f, 0x8a, 0x79, 0x5a, 0x14, 0x78, 0xe0, 0x35, 0x49, 0x4a, 0xb6, 0x81,
+ 0x4b, 0x26, 0xef, 0x92, 0x58, 0xaa, 0xfd, 0xea, 0x3b, 0x56, 0xde, 0x01,
+ 0x7f, 0x0c, 0xe0, 0x19, 0x37, 0x2d, 0x89, 0xb8, 0x7f, 0x3a, 0x10, 0x05,
+ 0x0e, 0xe4, 0x6f, 0x38, 0x43, 0x4b, 0x98, 0xfe, 0x98, 0x5d, 0x2c, 0xe7,
+ 0x5a, 0xcc, 0x46, 0xe3, 0x35, 0xa3, 0x03, 0xf4, 0x6e, 0xb2, 0x47, 0xe1,
+ 0xa7, 0xde, 0xe0, 0x42, 0x8a, 0x55, 0x19, 0xcc, 0x13, 0xf4, 0x62, 0x0b,
+ 0xf3, 0xf7, 0xc8, 0x73, 0xf2, 0xf9, 0x35, 0x3e, 0x8f, 0x9e, 0x20, 0x7d,
+ 0x1f, 0x4f, 0x25, 0x34, 0xa2, 0x44, 0x7d, 0xc1, 0xf6, 0x64, 0xff, 0x5e,
+ 0x9c, 0xbe, 0x83, 0x36, 0x59, 0x9d, 0xbe, 0x8b, 0xf3, 0x5e, 0xaa, 0x04,
+ 0x52, 0x08, 0x6d, 0x8a, 0xa1, 0x46, 0x31, 0xdc, 0x94, 0x62, 0x64, 0x53,
+ 0x8c, 0x34, 0x8a, 0xd1, 0xa6, 0x14, 0x3b, 0x36, 0xc5, 0x8e, 0x46, 0xb1,
+ 0xb3, 0x29, 0xc5, 0xae, 0x4d, 0xb1, 0xab, 0x51, 0xec, 0x6e, 0x4a, 0xb1,
+ 0x67, 0x53, 0xec, 0x69, 0x14, 0x7b, 0x9b, 0x52, 0xec, 0xdb, 0x14, 0xfb,
+ 0x1a, 0xc5, 0xfe, 0xa6, 0x14, 0x07, 0x36, 0xc5, 0x81, 0x46, 0x71, 0xb0,
+ 0x29, 0xc5, 0xa1, 0x4d, 0x71, 0xa8, 0x51, 0x1c, 0x6e, 0x4a, 0xb1, 0xdd,
+ 0x72, 0x88, 0x78, 0x4b, 0x97, 0xf1, 0xd6, 0xc6, 0x44, 0x5d, 0xe3, 0xc6,
+ 0x18, 0x38, 0x1b, 0x8f, 0x9c, 0xb6, 0x63, 0xe8, 0xb4, 0xf5, 0xb1, 0xd3,
+ 0xde, 0x78, 0xf0, 0x68, 0x8b, 0x07, 0xa7, 0xcb, 0x1d, 0x79, 0x89, 0xac,
+ 0x5c, 0x34, 0x36, 0xa1, 0x4a, 0x99, 0x44, 0x0d, 0xb2, 0xf4, 0x52, 0xf2,
+ 0x2b, 0xd2, 0x9c, 0x2a, 0x31, 0x3e, 0x05, 0x95, 0x8a, 0x26, 0x99, 0x9e,
+ 0xa8, 0xb6, 0xea, 0x51, 0x95, 0x68, 0x01, 0x7e, 0x50, 0x45, 0x14, 0xcd,
+ 0xd8, 0xbe, 0x4d, 0x6c, 0x4c, 0x76, 0xac, 0x8c, 0xf3, 0xf3, 0x4f, 0xa7,
+ 0x3c, 0x15, 0x40, 0xf1, 0x62, 0x0b, 0xb3, 0xc9, 0x60, 0xa9, 0xed, 0x80,
+ 0xe7, 0x96, 0xe1, 0x1e, 0x44, 0x3b, 0xc1, 0x3f, 0x82, 0x42, 0xb9, 0xd8,
+ 0x75, 0xbb, 0x3c, 0x7f, 0x98, 0x7f, 0xc8, 0xca, 0xa4, 0xfd, 0x2a, 0xf8,
+ 0xef, 0x9d, 0x7a, 0x6f, 0x6a, 0xaa, 0x56, 0x45, 0x3b, 0xd4, 0x69, 0x87,
+ 0x5e, 0xda, 0xe1, 0xe6, 0xb4, 0x23, 0x9d, 0x76, 0xe4, 0xa5, 0x1d, 0x6d,
+ 0x4e, 0xbb, 0xa3, 0xd3, 0xee, 0x78, 0x69, 0x77, 0x1a, 0xd2, 0x7e, 0xf1,
+ 0xe7, 0x4f, 0xab, 0x04, 0x36, 0x0d, 0x4f, 0x7f, 0x4f, 0xfe, 0xfa, 0x02,
+ 0x92, 0xa6, 0xc1, 0xff, 0x1e, 0x56, 0xc9, 0x68, 0x95, 0xdf, 0x27, 0x70,
+ 0x8e, 0x47, 0x49, 0x72, 0x92, 0xb9, 0x96, 0x83, 0x05, 0xbf, 0xee, 0xc8,
+ 0x7c, 0x6b, 0x32, 0xf1, 0x0d, 0x21, 0xd0, 0xeb, 0xd1, 0x5d, 0xbc, 0x58,
+ 0x80, 0x42, 0xa4, 0x1c, 0xcc, 0xc8, 0x77, 0xac, 0xf7, 0x2b, 0xbb, 0xab,
+ 0x7c, 0x0b, 0xe5, 0x8a, 0xdf, 0x31, 0xfb, 0x74, 0x0f, 0xf9, 0x4d, 0x26,
+ 0xe4, 0xd6, 0xa2, 0xa6, 0xb2, 0x7b, 0x90, 0x3c, 0x33, 0x35, 0x07, 0x8e,
+ 0x39, 0xe5, 0x73, 0x7e, 0xfd, 0x10, 0xe7, 0xf3, 0xd5, 0x12, 0xa2, 0x02,
+ 0x02, 0x87, 0xf0, 0x05, 0x72, 0xfc, 0x00, 0x87, 0x67, 0xd3, 0x29, 0x84,
+ 0xc9, 0xd1, 0x59, 0xd7, 0xf3, 0xb0, 0xc9, 0x8b, 0x4f, 0xe2, 0xba, 0x5c,
+ 0xd3, 0xd3, 0x25, 0xad, 0x3e, 0x47, 0x59, 0xfe, 0x51, 0x30, 0x24, 0xae,
+ 0x15, 0x29, 0x8d, 0x54, 0x65, 0x4e, 0xab, 0x8a, 0x87, 0x36, 0xbe, 0x1c,
+ 0xad, 0x8a, 0x32, 0x9b, 0x8b, 0x2c, 0x7b, 0x5f, 0xa1, 0x92, 0x5a, 0x82,
+ 0xbe, 0xea, 0x76, 0xdd, 0xb7, 0xae, 0x9c, 0x56, 0xac, 0x5e, 0x33, 0x4c,
+ 0xff, 0x87, 0x75, 0xe3, 0x17, 0x23, 0x88, 0x5f, 0x86, 0x04, 0x09, 0xf8,
+ 0xa6, 0x59, 0x1e, 0x3c, 0x64, 0x39, 0x1c, 0x44, 0x06, 0x0f, 0x69, 0x79,
+ 0xc7, 0x5e, 0xc2, 0xd1, 0xc2, 0x84, 0x9f, 0xb9, 0x63, 0xfc, 0x15, 0x80,
+ 0x2e, 0x33, 0x10, 0x61, 0x48, 0xc3, 0x81, 0x56, 0x37, 0x88, 0xab, 0x53,
+ 0x40, 0x81, 0x27, 0x4c, 0x62, 0xe8, 0x02, 0x7e, 0xa1, 0x7c, 0xbc, 0x59,
+ 0xe5, 0x8b, 0x33, 0xf0, 0x6a, 0x9e, 0x80, 0x80, 0x4f, 0x53, 0x88, 0x61,
+ 0x09, 0xba, 0x5c, 0x39, 0xb9, 0x3e, 0x48, 0xe2, 0x09, 0xbf, 0xd6, 0xf5,
+ 0x3b, 0xb6, 0x51, 0x66, 0x74, 0x6f, 0x56, 0xe9, 0x8c, 0xc1, 0x55, 0x60,
+ 0x93, 0x04, 0x3c, 0x00, 0xf0, 0x09, 0xf2, 0x55, 0x6d, 0xef, 0x4d, 0xe1,
+ 0x3d, 0x46, 0xf0, 0xe1, 0x9e, 0x09, 0x6c, 0x8c, 0xd1, 0xf5, 0x4e, 0x50,
+ 0x66, 0xff, 0x37, 0x53, 0x98, 0x3b, 0xc1, 0x0e, 0xe8, 0xcd, 0xd3, 0x18,
+ 0xfb, 0x51, 0x52, 0x42, 0xef, 0x78, 0xa2, 0x74, 0xb5, 0x04, 0xc3, 0xef,
+ 0x39, 0xf9, 0x39, 0x08, 0x32, 0x5b, 0x26, 0x1d, 0x34, 0x3e, 0xdb, 0x74,
+ 0x14, 0x8e, 0x04, 0x9d, 0x83, 0xa4, 0x8e, 0x4e, 0x14, 0xae, 0xe3, 0x07,
+ 0x6b, 0xc6, 0xb6, 0x09, 0x3a, 0x43, 0x41, 0x60, 0x52, 0xea, 0x75, 0xd6,
+ 0x71, 0x24, 0x29, 0x69, 0x2c, 0xd9, 0x94, 0xda, 0xe1, 0x40, 0x25, 0xf5,
+ 0xbb, 0xa0, 0xbc, 0x4b, 0x0b, 0xec, 0xfc, 0x62, 0x27, 0x00, 0xf3, 0x6d,
+ 0x10, 0x2f, 0xb2, 0xf2, 0x8e, 0x91, 0x7f, 0x88, 0x9f, 0xa0, 0xc3, 0x0b,
+ 0x26, 0x15, 0x41, 0x1c, 0x8c, 0xe3, 0x92, 0x41, 0xbb, 0x4a, 0x46, 0x2d,
+ 0x1f, 0xca, 0x3c, 0x82, 0xe3, 0x33, 0x56, 0x60, 0xb9, 0x2c, 0x58, 0x15,
+ 0x27, 0x09, 0xdc, 0x76, 0xd8, 0xfa, 0x0f, 0x28, 0xac, 0xe5, 0xe4, 0x3e,
+ 0xbb, 0x4f, 0x72, 0x36, 0x12, 0x24, 0x95, 0x33, 0x7a, 0x86, 0x76, 0xc4,
+ 0xc3, 0xc4, 0x4f, 0x70, 0x96, 0x08, 0x09, 0x48, 0x7f, 0x11, 0x34, 0x5c,
+ 0x54, 0x60, 0x33, 0x29, 0x2c, 0xda, 0x8c, 0x08, 0x6c, 0x40, 0xe5, 0x11,
+ 0x01, 0x90, 0x2a, 0xe5, 0xb7, 0x00, 0x79, 0xc1, 0xe3, 0x05, 0x78, 0x9f,
+ 0xaf, 0x54, 0x32, 0x70, 0xd2, 0xb2, 0x9c, 0x83, 0xcd, 0x9d, 0xed, 0x97,
+ 0x31, 0xda, 0xe2, 0x16, 0x7b, 0xc8, 0xf1, 0xd5, 0xbf, 0x03, 0x3c, 0xdd,
+ 0xeb, 0xb3, 0xcb, 0x07, 0x71, 0xa6, 0x61, 0x06, 0x99, 0x2c, 0xcb, 0x18,
+ 0x8c, 0x28, 0x93, 0x80, 0xbf, 0x39, 0x7c, 0xc4, 0x5d, 0x2f, 0x26, 0xf0,
+ 0x42, 0x84, 0x5d, 0xc8, 0x20, 0x75, 0x94, 0x67, 0x8b, 0xf2, 0x9c, 0xed,
+ 0x7d, 0xff, 0x0a, 0x1d, 0x80, 0x0b, 0x4c, 0x11, 0x40, 0xec, 0x8d, 0xc5,
+ 0x6a, 0x7e, 0x93, 0xe4, 0x90, 0xa5, 0x25, 0x99, 0xe2, 0x68, 0xcb, 0x21,
+ 0x89, 0x26, 0xe3, 0x35, 0x5b, 0xc2, 0xd3, 0x0d, 0xab, 0x48, 0x36, 0xdf,
+ 0x65, 0x48, 0xec, 0xbf, 0xad, 0x76, 0x10, 0x84, 0x41, 0x10, 0x05, 0x41,
+ 0x07, 0x9e, 0xba, 0x41, 0xd0, 0x0b, 0x82, 0x7e, 0x10, 0x0c, 0xd8, 0x20,
+ 0xba, 0x15, 0xeb, 0xb8, 0xb8, 0x1e, 0xcd, 0x5f, 0xc1, 0xf2, 0x2b, 0x6e,
+ 0x27, 0xf3, 0x57, 0xb0, 0x6a, 0x8a, 0xe3, 0x07, 0xfe, 0x0a, 0x16, 0x3b,
+ 0x71, 0xe5, 0x51, 0x9b, 0xfe, 0xf1, 0x6b, 0x57, 0xce, 0xa2, 0x6d, 0x0e,
+ 0x41, 0xd3, 0xa6, 0xfc, 0x28, 0xef, 0x16, 0xcb, 0xac, 0xa3, 0xf8, 0xa9,
+ 0x17, 0xf0, 0x1b, 0x98, 0x6a, 0x51, 0x7d, 0xe1, 0x0c, 0xa7, 0xbe, 0x1c,
+ 0x90, 0x0b, 0x9f, 0x70, 0x76, 0x7c, 0x01, 0xd5, 0x63, 0x3b, 0x63, 0x5a,
+ 0x22, 0xb7, 0x12, 0xd9, 0xa4, 0x28, 0x10, 0xd9, 0x74, 0xfa, 0x7a, 0x06,
+ 0xf9, 0xba, 0xe8, 0x69, 0xc1, 0x1f, 0x02, 0x78, 0x7f, 0x73, 0x4b, 0x7f,
+ 0xa7, 0xec, 0x6f, 0xc0, 0x3e, 0xdd, 0xf0, 0xbf, 0x53, 0xf0, 0x95, 0x09,
+ 0xe0, 0xe2, 0x11, 0xac, 0xf2, 0xbf, 0x0b, 0xd2, 0xf9, 0x32, 0xcb, 0x4b,
+ 0xb8, 0x9a, 0x5d, 0xf0, 0x20, 0x47, 0x6c, 0x58, 0x64, 0x93, 0xec, 0x6d,
+ 0x30, 0xc9, 0x82, 0x87, 0x84, 0x8d, 0x84, 0x05, 0xf6, 0xc6, 0x24, 0x87,
+ 0x7e, 0x80, 0xf1, 0x32, 0xc3, 0x4b, 0xe5, 0x90, 0x0f, 0x0b, 0xbe, 0xdf,
+ 0xc5, 0xf7, 0x09, 0x28, 0x63, 0x90, 0x12, 0x8c, 0x1f, 0x45, 0x04, 0xd3,
+ 0x04, 0xe7, 0x73, 0x00, 0x67, 0x93, 0x2a, 0x63, 0x29, 0x7b, 0xf8, 0x3d,
+ 0x1c, 0x49, 0x4f, 0xd2, 0x31, 0x86, 0xf1, 0xc5, 0xea, 0xfc, 0x83, 0xa1,
+ 0x16, 0xa3, 0x3c, 0xc5, 0x2b, 0x3a, 0x78, 0xde, 0xc1, 0xb4, 0x07, 0xd8,
+ 0x99, 0x7f, 0xc8, 0x88, 0x0e, 0x1c, 0xe9, 0x6e, 0x8f, 0x2e, 0x8e, 0xaf,
+ 0x8e, 0x47, 0x7b, 0x27, 0xc1, 0xe1, 0xc5, 0xc5, 0x19, 0x1c, 0x9e, 0x05,
+ 0x0f, 0x77, 0x29, 0x1c, 0x0a, 0x06, 0x37, 0xb3, 0x78, 0xfc, 0x79, 0x67,
+ 0x0b, 0xef, 0x8d, 0xd2, 0x83, 0x55, 0x04, 0x14, 0xb2, 0x60, 0x9b, 0xe7,
+ 0x7d, 0x36, 0x19, 0x03, 0xf1, 0xed, 0xcb, 0xa4, 0x2c, 0x19, 0x4b, 0x45,
+ 0x50, 0x30, 0xae, 0xd1, 0x83, 0xf8, 0xd7, 0x05, 0xfe, 0xe4, 0xce, 0x5b,
+ 0x85, 0x5d, 0x40, 0xf0, 0xc4, 0x7a, 0x28, 0x7b, 0xa8, 0x2d, 0x23, 0x2d,
+ 0x20, 0xe2, 0xd3, 0x07, 0x36, 0x76, 0xa0, 0x06, 0x50, 0x01, 0x1e, 0x12,
+ 0xaa, 0x20, 0x5b, 0x03, 0x8f, 0x07, 0xf5, 0x0c, 0xe2, 0xff, 0x60, 0x8c,
+ 0x25, 0xe3, 0xcf, 0x3c, 0x60, 0x3e, 0x54, 0x81, 0x11, 0x1f, 0xc1, 0xab,
+ 0x80, 0xde, 0x91, 0x5f, 0x90, 0xf6, 0x62, 0xb3, 0x26, 0x02, 0xee, 0xaf,
+ 0x94, 0x9c, 0x1a, 0xd4, 0x07, 0x22, 0x9f, 0xc6, 0xd9, 0x1f, 0xb0, 0x00,
+ 0xf1, 0x78, 0x78, 0xb1, 0x49, 0x17, 0x30, 0x3d, 0x51, 0xf3, 0x9e, 0x0a,
+ 0x82, 0xff, 0x05, 0x4b, 0x2e, 0xe8, 0x88, 0x55, 0xe2, 0x45, 0x28, 0x81,
+ 0x01, 0xa2, 0x5f, 0xd5, 0x78, 0x55, 0xbe, 0x0d, 0x8c, 0x50, 0x0a, 0x40,
+ 0xe1, 0xf8, 0x96, 0x29, 0x7f, 0x25, 0x78, 0x5c, 0x51, 0x2c, 0x05, 0x8d,
+ 0x2a, 0x44, 0x53, 0xe0, 0x0c, 0x19, 0x8d, 0xea, 0xe4, 0x48, 0x77, 0x49,
+ 0x56, 0x38, 0x12, 0x51, 0xf9, 0x91, 0x21, 0x06, 0xc8, 0x5e, 0x34, 0x66,
+ 0x48, 0x27, 0xba, 0x21, 0x47, 0x32, 0xcf, 0x8a, 0x8c, 0x7a, 0x54, 0x71,
+ 0x45, 0xe1, 0x41, 0x05, 0x4b, 0xf8, 0x64, 0x31, 0xc4, 0x30, 0x35, 0x66,
+ 0x6c, 0x7a, 0xcf, 0x60, 0x28, 0xac, 0x61, 0x28, 0xd4, 0x18, 0x0a, 0x1b,
+ 0x31, 0x14, 0x6e, 0xc4, 0x90, 0x5c, 0x9b, 0xd9, 0x7f, 0x10, 0x4f, 0x2f,
+ 0x85, 0x75, 0xa1, 0xc8, 0xd8, 0xbb, 0x98, 0x4d, 0x46, 0x77, 0xde, 0x09,
+ 0x07, 0x97, 0x72, 0x88, 0x96, 0x77, 0x75, 0x09, 0x24, 0x0e, 0xce, 0x82,
+ 0x0f, 0x67, 0x57, 0xc1, 0xe8, 0xfd, 0xde, 0x87, 0x77, 0x87, 0xc1, 0xd5,
+ 0xfb, 0xe3, 0xcb, 0xe0, 0xe4, 0xf8, 0xc3, 0x61, 0xf0, 0x9a, 0x7d, 0x07,
+ 0xd2, 0xb3, 0x2c, 0x43, 0xb5, 0x0f, 0x54, 0xc0, 0x78, 0x11, 0x54, 0xad,
+ 0x80, 0x7a, 0x20, 0xeb, 0x53, 0x36, 0x37, 0xad, 0x66, 0x31, 0xc4, 0x98,
+ 0x78, 0x2c, 0xdf, 0x14, 0xe5, 0x13, 0x77, 0x35, 0x0c, 0x9e, 0xb2, 0x15,
+ 0x9b, 0x1e, 0x17, 0x3f, 0x97, 0x01, 0xdb, 0x38, 0x2f, 0x68, 0x0e, 0x04,
+ 0x75, 0xe1, 0x8e, 0x4d, 0x01, 0x69, 0x19, 0xdc, 0x3c, 0x41, 0x6c, 0xbe,
+ 0x78, 0x35, 0x2b, 0x6b, 0xb8, 0xa8, 0xfd, 0xa4, 0x77, 0x88, 0x63, 0xa2,
+ 0x0c, 0xb6, 0x29, 0x0b, 0x63, 0x70, 0x28, 0x62, 0xc1, 0x19, 0xcf, 0x7a,
+ 0xf3, 0xe2, 0x10, 0xe5, 0x9d, 0xfd, 0x2c, 0x8e, 0xe0, 0xdb, 0x3c, 0x5d,
+ 0xb0, 0xb2, 0xd3, 0xc5, 0x34, 0x33, 0xa6, 0x11, 0x36, 0x7c, 0xe3, 0x05,
+ 0x9e, 0x1f, 0xc3, 0x1a, 0x42, 0xf3, 0x14, 0x7b, 0x03, 0xeb, 0x0f, 0x4e,
+ 0x1f, 0xf8, 0x1b, 0xfc, 0xde, 0x02, 0x83, 0x2d, 0x70, 0xd2, 0x5f, 0xb8,
+ 0xa4, 0x50, 0xd0, 0x0c, 0x2d, 0x9a, 0x21, 0xa7, 0x2a, 0x1e, 0x16, 0x56,
+ 0x5d, 0x6b, 0x88, 0x02, 0xd9, 0x39, 0x24, 0x3f, 0x4f, 0x66, 0xf1, 0xd3,
+ 0xa5, 0xa0, 0xbb, 0xb5, 0x7d, 0x0a, 0xf9, 0xd2, 0x73, 0x78, 0x29, 0xa8,
+ 0xab, 0x6f, 0x16, 0x8e, 0x89, 0x5b, 0x94, 0x52, 0x35, 0x2a, 0x2e, 0xa9,
+ 0xe1, 0x37, 0x59, 0xaf, 0x5d, 0x73, 0x36, 0x1e, 0x34, 0xac, 0xe6, 0xcb,
+ 0xb3, 0x05, 0x55, 0x81, 0x6e, 0x91, 0x43, 0xc8, 0x4d, 0xd9, 0xea, 0xd5,
+ 0x9b, 0x26, 0x35, 0xb0, 0x1a, 0x6a, 0x3c, 0x5b, 0x95, 0xe3, 0xbb, 0x5f,
+ 0x97, 0x4a, 0x3b, 0xb1, 0xc5, 0x87, 0xde, 0x06, 0xbf, 0x2e, 0x69, 0x69,
+ 0x1b, 0x55, 0x8f, 0x1b, 0xad, 0x3b, 0x82, 0x3c, 0xe4, 0x34, 0x77, 0x16,
+ 0x30, 0x61, 0x1f, 0x68, 0x71, 0x53, 0x9f, 0x37, 0x5d, 0x40, 0xff, 0x11,
+ 0xdc, 0xe4, 0xf1, 0x67, 0x72, 0x7f, 0xa9, 0x8a, 0xc1, 0x72, 0xe0, 0x83,
+ 0x70, 0x4d, 0xdb, 0x07, 0x20, 0x4f, 0x11, 0x6b, 0xaa, 0xb1, 0x37, 0xba,
+ 0x8e, 0xc7, 0xfb, 0x2b, 0xa6, 0x9c, 0x2e, 0xd4, 0x02, 0xf6, 0x46, 0xc1,
+ 0x25, 0x9b, 0x45, 0x18, 0xe3, 0x5c, 0xa0, 0x94, 0x17, 0xae, 0x7a, 0xdc,
+ 0xe0, 0x26, 0x99, 0xde, 0xba, 0x3a, 0x1c, 0x8b, 0x01, 0x6b, 0x08, 0xc8,
+ 0x13, 0x25, 0x4a, 0xa0, 0x31, 0xc1, 0xe8, 0x5e, 0x28, 0x82, 0xab, 0xbe,
+ 0xd0, 0x46, 0xdc, 0x46, 0x05, 0x89, 0x13, 0x2c, 0xe2, 0x58, 0xe9, 0x1f,
+ 0x46, 0x5c, 0x7c, 0x0b, 0x3e, 0x31, 0x4d, 0xfe, 0x76, 0x5b, 0xd4, 0x56,
+ 0xbe, 0xe6, 0xbb, 0x76, 0x28, 0xbb, 0x9a, 0x75, 0x44, 0xb9, 0xce, 0x62,
+ 0xff, 0xc1, 0xe3, 0xbf, 0x17, 0xf0, 0xa7, 0xca, 0xe0, 0x28, 0xbb, 0xaa,
+ 0x84, 0x00, 0xf5, 0xbc, 0xab, 0xe0, 0xc6, 0x0c, 0x7f, 0xd8, 0x5c, 0xa2,
+ 0xd5, 0x62, 0xb2, 0xb8, 0x00, 0x55, 0x50, 0x88, 0x1d, 0xdc, 0x48, 0xa2,
+ 0x37, 0x5c, 0xae, 0xe5, 0xd3, 0xa6, 0xc5, 0xb0, 0x72, 0x26, 0xd3, 0x71,
+ 0xb6, 0x87, 0xa6, 0x24, 0x98, 0xa9, 0x03, 0x24, 0x8f, 0x9b, 0x46, 0x3a,
+ 0xa2, 0x1b, 0xc3, 0x9d, 0xb9, 0x2d, 0xbe, 0x71, 0xac, 0xde, 0x6c, 0x2e,
+ 0xdb, 0x69, 0xb1, 0x77, 0xc3, 0x36, 0x92, 0xb8, 0x7f, 0x66, 0xdb, 0xbe,
+ 0x84, 0xad, 0x3f, 0xb3, 0x89, 0x1c, 0x48, 0xe0, 0x25, 0x82, 0xdb, 0x6d,
+ 0x3c, 0xa9, 0x95, 0x4f, 0xdc, 0xc8, 0xd5, 0xa0, 0xbc, 0xdf, 0xc9, 0x74,
+ 0x6a, 0x13, 0xb0, 0x6d, 0x38, 0x35, 0x47, 0x9e, 0x1a, 0x8e, 0xfa, 0x6a,
+ 0x0b, 0x4b, 0x21, 0x9d, 0x91, 0x7e, 0x73, 0xdf, 0xa4, 0x2d, 0x6d, 0x86,
+ 0xd6, 0x46, 0x94, 0x9c, 0x3a, 0xa3, 0xef, 0x36, 0x75, 0x82, 0x4b, 0x8d,
+ 0xc5, 0x75, 0x28, 0x75, 0x5d, 0x7c, 0x90, 0x4e, 0x55, 0x9b, 0xea, 0xd2,
+ 0x38, 0xd5, 0x68, 0xd4, 0xc9, 0xc7, 0x80, 0x53, 0x3f, 0xaf, 0xd2, 0xe6,
+ 0x3d, 0x87, 0xfa, 0x68, 0x56, 0x6a, 0xb4, 0xc1, 0xb3, 0x5c, 0xb4, 0x37,
+ 0xfc, 0x7e, 0x36, 0xe1, 0xe3, 0x58, 0x27, 0x0c, 0x7e, 0xf2, 0x82, 0x30,
+ 0xfc, 0x6e, 0x44, 0xf8, 0x77, 0xc1, 0x02, 0x06, 0xeb, 0x7c, 0x39, 0x4b,
+ 0xc0, 0x6c, 0x06, 0xf7, 0x3a, 0x7f, 0x17, 0xe8, 0xaa, 0x0c, 0x7b, 0xba,
+ 0x9e, 0xc7, 0x4b, 0x72, 0x65, 0x03, 0x35, 0x86, 0x3d, 0xc0, 0x60, 0x60,
+ 0x7f, 0xdc, 0xc2, 0x82, 0x93, 0xc8, 0x96, 0x97, 0xf3, 0x62, 0x82, 0x71,
+ 0x85, 0xc1, 0x48, 0x27, 0x67, 0xf6, 0xcb, 0x83, 0x60, 0x8c, 0xa7, 0x0e,
+ 0x6c, 0xc3, 0x47, 0x3f, 0x03, 0x0e, 0xb3, 0xe9, 0x68, 0x46, 0xfa, 0xb3,
+ 0xec, 0xf6, 0x96, 0xdf, 0x2f, 0xc0, 0x60, 0x3b, 0x72, 0x80, 0x31, 0xe2,
+ 0xfc, 0x1b, 0x76, 0xad, 0xfa, 0xb8, 0xf1, 0xa4, 0xc1, 0xcb, 0x9a, 0x17,
+ 0x13, 0xad, 0x1e, 0xbf, 0x5e, 0xee, 0xf3, 0x59, 0x4f, 0x3c, 0x6c, 0x48,
+ 0x59, 0x6c, 0x2f, 0xf2, 0xe4, 0x1e, 0x03, 0xb5, 0xc9, 0x69, 0x09, 0x4b,
+ 0x00, 0xfd, 0x1d, 0x62, 0xc5, 0xe1, 0xa7, 0x6d, 0xf2, 0x2c, 0x54, 0x5f,
+ 0xac, 0x9b, 0x22, 0x4c, 0x45, 0xf5, 0xe1, 0x26, 0x6b, 0x5f, 0x33, 0x6d,
+ 0xf5, 0x08, 0x74, 0x5f, 0x98, 0xfb, 0xfe, 0x11, 0x7c, 0xda, 0x3f, 0x73,
+ 0xec, 0x59, 0x18, 0x20, 0xc2, 0x54, 0x9b, 0x04, 0x06, 0xc7, 0xd8, 0x9c,
+ 0x8a, 0x97, 0xaf, 0xbe, 0x14, 0xd9, 0xaf, 0xff, 0x5a, 0x2c, 0x87, 0x0e,
+ 0x96, 0xed, 0x5d, 0x8d, 0xbb, 0xd4, 0xd0, 0xc5, 0xf2, 0x33, 0x91, 0xbd,
+ 0x2c, 0x3b, 0xf6, 0x03, 0x7f, 0xa0, 0xc3, 0x36, 0xb0, 0x66, 0xcf, 0x9e,
+ 0x70, 0x3f, 0xc0, 0xba, 0x13, 0x8f, 0xcb, 0x60, 0x2f, 0xf0, 0x87, 0x0f,
+ 0x67, 0xa3, 0x3f, 0xd4, 0x6e, 0x02, 0x7c, 0x04, 0xe1, 0xb8, 0x8e, 0x0c,
+ 0x19, 0x78, 0xa9, 0x5b, 0x3b, 0xc6, 0xab, 0x56, 0x0e, 0x3f, 0xa7, 0x2f,
+ 0x7e, 0x87, 0xbb, 0x2a, 0xb0, 0x12, 0x31, 0x8d, 0x8a, 0x6d, 0xb3, 0x1e,
+ 0xb2, 0x15, 0x5b, 0x93, 0xe2, 0xe5, 0x32, 0x59, 0x4c, 0xd8, 0x46, 0x6b,
+ 0x95, 0x07, 0xc5, 0x53, 0x51, 0x26, 0xf3, 0x6a, 0x5e, 0x28, 0xc8, 0x42,
+ 0xf4, 0x36, 0x38, 0x88, 0xcb, 0x38, 0x38, 0xa1, 0x21, 0xb4, 0x13, 0xfc,
+ 0xfe, 0xf7, 0xbf, 0xdf, 0x09, 0x60, 0xe5, 0x64, 0x1b, 0x9b, 0x05, 0xfa,
+ 0x51, 0xec, 0x40, 0x84, 0xdb, 0x32, 0x1b, 0x67, 0x33, 0xda, 0xe5, 0xbc,
+ 0x78, 0xf1, 0xe7, 0x3f, 0x24, 0x4f, 0x7b, 0x63, 0x9e, 0x86, 0x7e, 0x0b,
+ 0xb6, 0x5f, 0xe7, 0xf1, 0x82, 0x2d, 0x71, 0xe0, 0x34, 0x91, 0x32, 0x29,
+ 0x65, 0xff, 0x1e, 0xad, 0x16, 0x08, 0xc0, 0x38, 0x7b, 0xc1, 0x37, 0x95,
+ 0x05, 0x37, 0x3d, 0x60, 0xfc, 0xf4, 0xa4, 0x08, 0x60, 0xd7, 0xf6, 0x90,
+ 0xc0, 0xe0, 0xe5, 0x37, 0xda, 0xd1, 0x1a, 0xc4, 0xe8, 0x14, 0x0c, 0x03,
+ 0xc2, 0xb0, 0xff, 0x99, 0x4e, 0xbe, 0xf8, 0x31, 0x11, 0x2b, 0xea, 0x77,
+ 0x2f, 0xfe, 0x0c, 0xcc, 0x32, 0x8c, 0xbf, 0xe2, 0xaa, 0xc5, 0xbf, 0xb0,
+ 0xf1, 0x76, 0x02, 0xcb, 0x12, 0xfb, 0x7b, 0xf5, 0xb4, 0x4c, 0xb6, 0x8e,
+ 0xb2, 0x7c, 0x0e, 0xa6, 0x63, 0xd6, 0x49, 0x78, 0xec, 0xc8, 0x6f, 0x5e,
+ 0xb0, 0x35, 0x06, 0x43, 0x03, 0x6f, 0x6d, 0x4d, 0x21, 0x10, 0x29, 0x1c,
+ 0x99, 0xed, 0x46, 0xd3, 0x6d, 0x5c, 0x0a, 0xf7, 0x26, 0x93, 0x60, 0xb2,
+ 0x5a, 0xce, 0xa0, 0x69, 0x12, 0x6e, 0x6b, 0x7c, 0xb3, 0x77, 0x74, 0x81,
+ 0xdc, 0x4d, 0x21, 0xa0, 0x64, 0x21, 0x37, 0xc2, 0x1f, 0x0f, 0xd9, 0xae,
+ 0x15, 0xcf, 0x44, 0x60, 0xcb, 0x7b, 0x7a, 0xf2, 0x91, 0xf6, 0xbf, 0x55,
+ 0x79, 0xfa, 0xf9, 0xd2, 0x16, 0x0f, 0x26, 0xc7, 0xbd, 0x79, 0xf5, 0xb2,
+ 0x25, 0x8e, 0x3c, 0xb1, 0x01, 0xb5, 0x0e, 0xdc, 0xd5, 0xb7, 0x0c, 0xe8,
+ 0x10, 0x38, 0x15, 0xd0, 0xd5, 0xf4, 0xcb, 0xbe, 0x5d, 0x1e, 0xbc, 0x45,
+ 0x35, 0x90, 0x26, 0xda, 0x14, 0xde, 0xc1, 0xad, 0xfd, 0x9f, 0x26, 0xdb,
+ 0x2a, 0xbc, 0x39, 0x9d, 0x72, 0xc4, 0x13, 0x39, 0x75, 0x3a, 0x11, 0x45,
+ 0x36, 0xd1, 0x71, 0xb6, 0x4c, 0x20, 0x11, 0x04, 0xb8, 0xc2, 0x5a, 0xef,
+ 0x7c, 0xc8, 0x10, 0x35, 0x7f, 0x16, 0xdf, 0x72, 0x2b, 0x16, 0x06, 0x9a,
+ 0x33, 0x5f, 0xf9, 0x50, 0xd3, 0xe2, 0x2c, 0x7c, 0x9f, 0x40, 0x38, 0xa4,
+ 0x33, 0xf0, 0x9b, 0x57, 0x1f, 0x7d, 0x28, 0x8a, 0xc5, 0x0e, 0x8e, 0xa9,
+ 0xab, 0x27, 0x1f, 0x82, 0x30, 0x51, 0x32, 0x68, 0xf1, 0xb3, 0xa6, 0xfd,
+ 0xd8, 0x12, 0xc1, 0x9b, 0xec, 0xf4, 0xf2, 0xc0, 0x5b, 0xe3, 0x71, 0x4e,
+ 0x33, 0x3d, 0x9c, 0x0a, 0xc4, 0xf9, 0x2c, 0x79, 0x62, 0x8a, 0xfd, 0xc5,
+ 0xdb, 0x60, 0x4f, 0x8c, 0x60, 0x77, 0x23, 0x67, 0x59, 0x79, 0xc7, 0x3a,
+ 0x42, 0x34, 0xf0, 0x15, 0x3c, 0x63, 0xcf, 0x24, 0x79, 0x50, 0xdb, 0xc2,
+ 0x95, 0x26, 0xb8, 0xc3, 0x03, 0x76, 0xe3, 0xbd, 0xd5, 0xb6, 0x1f, 0x5e,
+ 0x68, 0x32, 0x15, 0x3c, 0xfa, 0x4f, 0xfa, 0xc0, 0x4f, 0xe3, 0xa5, 0x01,
+ 0x8e, 0x0e, 0x66, 0x3e, 0x70, 0xa1, 0xce, 0x54, 0xe0, 0xe8, 0x0b, 0xe9,
+ 0x65, 0x5e, 0x31, 0x80, 0x2a, 0x15, 0xa0, 0xb7, 0x3e, 0x34, 0xd3, 0x2a,
+ 0x53, 0x21, 0xd6, 0xb7, 0xb2, 0xb4, 0x16, 0xef, 0x28, 0x99, 0x02, 0xd6,
+ 0xa1, 0x54, 0x6a, 0x65, 0x55, 0x0c, 0xbe, 0xf3, 0xa1, 0xcc, 0xe2, 0x15,
+ 0x24, 0x28, 0x55, 0x44, 0xfe, 0x04, 0xdf, 0xc0, 0x1d, 0x1d, 0x48, 0x2d,
+ 0x29, 0xab, 0x57, 0x27, 0xfb, 0x52, 0x53, 0xd6, 0x7a, 0x35, 0xf4, 0x22,
+ 0xf0, 0xbb, 0x64, 0xb8, 0xd4, 0x29, 0x4d, 0x2f, 0xae, 0x98, 0xe1, 0x7b,
+ 0x2f, 0x32, 0x37, 0xc0, 0x9a, 0xc8, 0xc2, 0x2e, 0x5b, 0x8f, 0x5c, 0xfc,
+ 0x5a, 0xdc, 0x28, 0x0b, 0xc5, 0xb6, 0xfe, 0xc2, 0x87, 0x56, 0x6d, 0xd4,
+ 0xe0, 0x20, 0xef, 0x68, 0x74, 0xb6, 0xae, 0x23, 0x64, 0x94, 0xdd, 0x80,
+ 0xa7, 0x23, 0x73, 0x42, 0x99, 0xb1, 0xb4, 0x82, 0xed, 0x09, 0x41, 0xf3,
+ 0x59, 0x54, 0x4c, 0xa3, 0x72, 0xc6, 0x10, 0x67, 0xe3, 0xdb, 0x34, 0x06,
+ 0x14, 0xb0, 0xf6, 0x54, 0x6d, 0x5e, 0x8c, 0x7e, 0x1b, 0x6c, 0x93, 0x2c,
+ 0x7b, 0xa0, 0x64, 0x24, 0xc4, 0x40, 0x8b, 0x84, 0xb8, 0x06, 0x3c, 0x54,
+ 0xc1, 0x43, 0x3f, 0xb8, 0x88, 0xdd, 0x18, 0x6c, 0xf3, 0x5f, 0x7e, 0x50,
+ 0x19, 0x1c, 0x2b, 0xd8, 0x16, 0x3f, 0x6b, 0xd8, 0x98, 0xdf, 0xc0, 0xb9,
+ 0x3f, 0x87, 0x57, 0x9e, 0xfc, 0x28, 0x63, 0x69, 0x0d, 0x39, 0x48, 0x0b,
+ 0xba, 0x31, 0xcd, 0xd1, 0x3d, 0x5f, 0xfc, 0xa4, 0xe4, 0xb5, 0x23, 0xdc,
+ 0x27, 0xfb, 0x3b, 0x8a, 0x5f, 0x74, 0x0a, 0xb6, 0xe9, 0x87, 0xaf, 0xff,
+ 0xab, 0x0b, 0x47, 0x48, 0x2f, 0xac, 0x21, 0xb8, 0xe9, 0xfd, 0xac, 0x1a,
+ 0xce, 0xda, 0x97, 0x4c, 0x6d, 0x28, 0x89, 0x39, 0xfa, 0x5d, 0x0b, 0x1e,
+ 0x2a, 0xe0, 0xe1, 0x7a, 0xf0, 0xb6, 0x0a, 0xdf, 0x5e, 0x87, 0x10, 0x8f,
+ 0xc7, 0x64, 0x73, 0xe3, 0x38, 0xda, 0xb3, 0x1f, 0xcd, 0x75, 0x05, 0xe8,
+ 0x2d, 0xbf, 0xa6, 0xb3, 0x94, 0xde, 0xff, 0x0a, 0x72, 0x64, 0x23, 0x1b,
+ 0x97, 0x65, 0x04, 0x7a, 0xa1, 0xdc, 0x96, 0xa9, 0x25, 0x10, 0x3a, 0x4a,
+ 0x0f, 0x9b, 0x96, 0x6e, 0x5e, 0xd5, 0x11, 0xe8, 0xcd, 0x4a, 0xaf, 0x2e,
+ 0x3e, 0x08, 0x6c, 0x32, 0x17, 0x34, 0x29, 0x5c, 0xbb, 0xdb, 0xa0, 0x61,
+ 0x37, 0x2b, 0x9b, 0xdf, 0x39, 0x10, 0xa8, 0x1f, 0x6f, 0xd8, 0x73, 0x2d,
+ 0xc2, 0x08, 0x67, 0x69, 0x04, 0xb6, 0x66, 0x2d, 0x03, 0xf4, 0x38, 0x96,
+ 0xa0, 0xd6, 0xd4, 0x65, 0x80, 0x5a, 0x77, 0x0e, 0xde, 0xc2, 0xa5, 0x83,
+ 0xf3, 0x5a, 0x1c, 0xd3, 0xc9, 0x9f, 0xe3, 0x55, 0x71, 0x55, 0xc1, 0xc1,
+ 0xa1, 0x96, 0x82, 0xe5, 0xb9, 0x6f, 0x93, 0x00, 0x57, 0x8b, 0x5a, 0x1a,
+ 0xa7, 0xf1, 0x54, 0xa0, 0xa1, 0xff, 0x7c, 0x3d, 0x68, 0xa8, 0xc0, 0x9a,
+ 0xf3, 0xad, 0x05, 0xbd, 0xac, 0x80, 0xeb, 0x5b, 0xc2, 0xbe, 0x53, 0xc1,
+ 0x11, 0xed, 0xa8, 0x8a, 0xb5, 0x74, 0x1c, 0xb7, 0x0b, 0x78, 0x63, 0x08,
+ 0x4f, 0x51, 0x3f, 0xee, 0xde, 0x34, 0x17, 0x18, 0x74, 0xdd, 0xb5, 0x06,
+ 0x54, 0xbf, 0x7d, 0xa6, 0xbf, 0x31, 0x17, 0x2d, 0x3f, 0x6e, 0x68, 0xe3,
+ 0xd6, 0xb7, 0xa8, 0x71, 0x9f, 0xcc, 0xc0, 0x8d, 0x9a, 0xe2, 0x76, 0x6c,
+ 0xdc, 0x4e, 0x53, 0xdc, 0xae, 0x8d, 0xdb, 0x6d, 0x8a, 0xdb, 0xb3, 0x71,
+ 0x7b, 0x4d, 0x71, 0xfb, 0x36, 0x6e, 0xbf, 0x29, 0xee, 0xc0, 0xc6, 0x1d,
+ 0xf8, 0x71, 0xfd, 0x51, 0xdd, 0x9b, 0x60, 0x18, 0xe1, 0xda, 0x1b, 0x60,
+ 0xe8, 0x61, 0xd8, 0x9b, 0x60, 0x18, 0xf1, 0xd5, 0x3d, 0x18, 0x35, 0x09,
+ 0x02, 0x7c, 0xcb, 0x58, 0x7d, 0x02, 0x00, 0xef, 0x9a, 0xb9, 0x59, 0x6c,
+ 0xff, 0x1a, 0x32, 0x1b, 0xc6, 0xed, 0xf7, 0x51, 0x6a, 0x1a, 0xaa, 0x5a,
+ 0x41, 0x6f, 0x29, 0xe8, 0xcd, 0xf3, 0xb2, 0x79, 0x08, 0x4c, 0x8d, 0x59,
+ 0xc8, 0x37, 0x01, 0x69, 0x38, 0xf5, 0xe1, 0xaf, 0x3d, 0xfa, 0x9f, 0x15,
+ 0x72, 0xd0, 0x0c, 0x35, 0xe8, 0x43, 0x5c, 0x7f, 0x37, 0xc7, 0xd3, 0xb6,
+ 0xeb, 0x02, 0x11, 0xba, 0x15, 0xcb, 0x75, 0xb1, 0x06, 0xd7, 0x61, 0xb9,
+ 0xc3, 0x09, 0xae, 0x2d, 0xcb, 0x19, 0x31, 0xd0, 0x8d, 0xd5, 0x2c, 0x4c,
+ 0xad, 0xa7, 0x35, 0xcb, 0x82, 0x9c, 0x18, 0x78, 0x1a, 0x2e, 0xd0, 0x35,
+ 0xf5, 0x37, 0x8d, 0x4a, 0xf5, 0x07, 0xae, 0xf5, 0xf5, 0x7e, 0xa3, 0x88,
+ 0xb4, 0x4d, 0x90, 0xfd, 0xa1, 0x66, 0x3d, 0xd8, 0x46, 0xaa, 0x00, 0xf5,
+ 0xd1, 0x8f, 0x24, 0xd3, 0x30, 0x04, 0xdb, 0x96, 0x42, 0xa0, 0xc2, 0xcd,
+ 0xe3, 0xe5, 0x51, 0x0c, 0xb6, 0xe6, 0x6d, 0xfe, 0xab, 0x76, 0x5b, 0xa7,
+ 0xb0, 0x61, 0x5c, 0xf3, 0xf4, 0x0c, 0x35, 0xc7, 0x2e, 0x4b, 0xa1, 0x51,
+ 0xf3, 0xb5, 0x46, 0x00, 0xf8, 0xb6, 0xe7, 0x78, 0x31, 0x4b, 0x4a, 0x85,
+ 0x98, 0xf3, 0x7d, 0xed, 0x9e, 0x56, 0x04, 0x96, 0x0f, 0xcc, 0xc0, 0xf2,
+ 0xeb, 0x50, 0x42, 0x1d, 0xa5, 0x66, 0x2b, 0xac, 0x04, 0x85, 0x0f, 0xcc,
+ 0xa0, 0xf0, 0xeb, 0x50, 0x3a, 0x3a, 0x4a, 0xc7, 0x8f, 0x42, 0x89, 0x3b,
+ 0x98, 0x58, 0xed, 0x5b, 0x0a, 0xb9, 0x36, 0x9f, 0x3c, 0x2b, 0xa0, 0xb6,
+ 0x6f, 0x09, 0x31, 0xe2, 0x65, 0xe3, 0xa8, 0x0f, 0xbc, 0xc6, 0x3c, 0x01,
+ 0x1e, 0x6a, 0xe0, 0x5e, 0x2b, 0x91, 0x23, 0xe3, 0x87, 0x5f, 0x82, 0x25,
+ 0x68, 0x48, 0xb0, 0x18, 0xae, 0xa3, 0xce, 0xe2, 0x60, 0x44, 0xf0, 0x91,
+ 0xf1, 0x69, 0x20, 0xac, 0x0e, 0x4d, 0x08, 0xfe, 0x7a, 0x3b, 0x82, 0xf3,
+ 0xd8, 0xf8, 0x35, 0x2b, 0xb8, 0x85, 0x1f, 0x39, 0xf0, 0xa3, 0x0d, 0xf0,
+ 0x3b, 0x0e, 0xfc, 0x8e, 0x1f, 0xff, 0x5d, 0x72, 0x4b, 0x4b, 0xd0, 0x6d,
+ 0xcd, 0xca, 0xb3, 0x36, 0xb6, 0x8e, 0x47, 0x0f, 0xda, 0x2c, 0xfc, 0x8f,
+ 0xcf, 0x84, 0xc5, 0xad, 0x79, 0x67, 0x0b, 0x38, 0x02, 0x01, 0x3b, 0x9d,
+ 0xf6, 0xc2, 0x8f, 0x48, 0x8e, 0xfc, 0x17, 0x2b, 0x81, 0xa7, 0x3d, 0xfb,
+ 0xd1, 0x26, 0x69, 0x51, 0x42, 0x88, 0xd8, 0xab, 0x3c, 0x66, 0x6a, 0x03,
+ 0x0a, 0x9c, 0xf9, 0xca, 0x8f, 0x6c, 0x85, 0x4a, 0xa4, 0xba, 0x7e, 0xd2,
+ 0x82, 0x25, 0x7a, 0x5a, 0xcb, 0x0e, 0x82, 0x28, 0xa6, 0x6c, 0x85, 0x88,
+ 0x16, 0x13, 0xce, 0x43, 0x48, 0xc4, 0x02, 0x13, 0x88, 0x10, 0x07, 0xcc,
+ 0xd7, 0xb5, 0x6b, 0xee, 0x1f, 0x7b, 0x46, 0xe3, 0x23, 0x37, 0x04, 0x5f,
+ 0x24, 0xf0, 0x8e, 0xec, 0x90, 0x8e, 0xb7, 0x5e, 0x43, 0xf3, 0x8a, 0xe2,
+ 0x2b, 0x91, 0x92, 0xbf, 0x8a, 0xdf, 0x92, 0x53, 0x7f, 0xad, 0xa2, 0x2f,
+ 0x50, 0x42, 0x1d, 0xa5, 0x4e, 0xd3, 0x5f, 0xc5, 0x10, 0x6d, 0x0d, 0xa3,
+ 0xd6, 0x1c, 0xac, 0xa4, 0x5d, 0x15, 0x91, 0x31, 0x0c, 0x5b, 0x99, 0x8e,
+ 0x3f, 0x07, 0x13, 0xfe, 0xa5, 0x86, 0xd7, 0xe3, 0xc5, 0x7d, 0x36, 0xa6,
+ 0xfb, 0x64, 0xf2, 0x62, 0x38, 0x52, 0xb9, 0x4a, 0xc5, 0xed, 0x42, 0xbf,
+ 0xc9, 0xdf, 0x9b, 0x87, 0xd3, 0xfd, 0xc1, 0x47, 0x26, 0xcb, 0x27, 0x09,
+ 0x9c, 0x0d, 0x73, 0x7f, 0x58, 0xc1, 0x86, 0xeb, 0xb5, 0xdf, 0xd4, 0xde,
+ 0x38, 0xf3, 0x8f, 0xe7, 0x80, 0xc8, 0x8e, 0xac, 0x17, 0xd4, 0x47, 0xd6,
+ 0xf3, 0xf4, 0x8c, 0x3f, 0x4c, 0x5e, 0x1d, 0x3d, 0x19, 0x26, 0xcf, 0x43,
+ 0x75, 0xc3, 0x48, 0x87, 0x7e, 0x93, 0xf9, 0x17, 0xc4, 0x2f, 0xac, 0x27,
+ 0x0a, 0x93, 0x16, 0xde, 0x23, 0x93, 0xc4, 0x2a, 0xa7, 0x76, 0x1e, 0x98,
+ 0xf6, 0xf2, 0xec, 0xd8, 0x7b, 0x44, 0x90, 0xdc, 0x67, 0xb3, 0x95, 0x22,
+ 0x86, 0x97, 0x70, 0xa1, 0x82, 0x72, 0xb4, 0x07, 0xdb, 0x57, 0xf9, 0x2d,
+ 0x53, 0xb2, 0x25, 0xc8, 0x3a, 0xb1, 0x1c, 0xc7, 0x0b, 0x38, 0x9d, 0xab,
+ 0x24, 0x69, 0xb4, 0xf7, 0x81, 0xe1, 0x3f, 0x7a, 0xcf, 0xf9, 0xd4, 0x18,
+ 0xb3, 0x72, 0x0a, 0x3f, 0xbf, 0x0c, 0xf6, 0x0e, 0x21, 0x6c, 0x2f, 0xf9,
+ 0xa4, 0x61, 0x84, 0x67, 0x5f, 0xef, 0x18, 0x01, 0xb8, 0x03, 0x35, 0xfe,
+ 0x36, 0xa4, 0x27, 0xac, 0xe9, 0x12, 0x1e, 0x33, 0x4d, 0x9c, 0xeb, 0x9c,
+ 0x52, 0x5e, 0x6b, 0xc4, 0x3f, 0xa5, 0x58, 0xaa, 0xee, 0x3a, 0x72, 0x34,
+ 0xd1, 0xc6, 0x1c, 0xcf, 0x6c, 0xf9, 0x79, 0x0d, 0x89, 0x74, 0x02, 0xfd,
+ 0x9f, 0x2c, 0xd9, 0xd8, 0xa0, 0xcb, 0x83, 0x8a, 0x95, 0x0c, 0x7c, 0x02,
+ 0xdf, 0x06, 0xfc, 0xab, 0x08, 0xd7, 0xa6, 0xd8, 0xca, 0xdc, 0x3c, 0x69,
+ 0xc1, 0xbc, 0x03, 0x4f, 0x2c, 0x6f, 0xef, 0xde, 0xd1, 0xce, 0x15, 0xec,
+ 0x2c, 0xc5, 0x48, 0x5a, 0x0c, 0xc7, 0x29, 0xfc, 0x8d, 0x7f, 0x70, 0xeb,
+ 0x89, 0x7d, 0x02, 0x2b, 0xaf, 0x8f, 0x4f, 0xa7, 0x37, 0x53, 0xf6, 0x04,
+ 0xee, 0x8c, 0x3d, 0xde, 0x2d, 0x41, 0x3c, 0x4b, 0x6f, 0x78, 0x2a, 0x1e,
+ 0xbe, 0x6a, 0x99, 0xaf, 0x9a, 0x23, 0x87, 0x0e, 0xec, 0xb0, 0x11, 0x3a,
+ 0x97, 0x0d, 0xe3, 0x8d, 0xaf, 0xb5, 0xd8, 0xee, 0x24, 0x99, 0xac, 0xc0,
+ 0xa7, 0xf4, 0xd7, 0x22, 0x99, 0x88, 0xdb, 0xe6, 0x8e, 0xb7, 0xde, 0x55,
+ 0xa1, 0x41, 0xfe, 0x77, 0xcf, 0x19, 0xad, 0x9e, 0xdc, 0x5d, 0xe2, 0xcd,
+ 0x68, 0xb3, 0xe6, 0x99, 0x39, 0xac, 0x9c, 0xed, 0xc6, 0x2b, 0xbf, 0xa6,
+ 0xee, 0xc8, 0xc8, 0x6e, 0xe2, 0x7a, 0xd5, 0x76, 0x47, 0xbe, 0x75, 0x13,
+ 0x37, 0x6a, 0x88, 0xdb, 0x71, 0xe0, 0x76, 0x1a, 0xe2, 0x76, 0x1d, 0xb8,
+ 0xdd, 0x86, 0xb8, 0x3d, 0x07, 0x6e, 0xaf, 0x21, 0x6e, 0xdf, 0x81, 0xdb,
+ 0x6f, 0x88, 0x3b, 0x70, 0xe0, 0x0e, 0x7c, 0xb8, 0x76, 0xc6, 0xed, 0x6d,
+ 0xf3, 0x95, 0x7f, 0x62, 0xb6, 0x13, 0x67, 0x9b, 0xc8, 0x35, 0x6b, 0xae,
+ 0x9d, 0xfb, 0xda, 0x44, 0xae, 0x31, 0xac, 0xda, 0xe9, 0xab, 0x4d, 0xe4,
+ 0x1a, 0x1b, 0xab, 0x9d, 0x85, 0xda, 0x44, 0xae, 0x31, 0x8e, 0xdb, 0xc9,
+ 0xa4, 0x4d, 0xe4, 0x1a, 0xeb, 0xb8, 0x9d, 0x0f, 0xda, 0x44, 0xae, 0x31,
+ 0x8f, 0x9b, 0x69, 0x9d, 0xb7, 0xf5, 0x17, 0xb5, 0x3d, 0xac, 0x64, 0x66,
+ 0xd6, 0xd1, 0xbc, 0x03, 0xd0, 0x4c, 0xae, 0xac, 0xa3, 0x79, 0xc7, 0x9e,
+ 0x99, 0x1f, 0x59, 0x47, 0xf3, 0x0e, 0x3b, 0x33, 0xc5, 0xb1, 0x8e, 0xe6,
+ 0x1d, 0x71, 0x55, 0x3a, 0x33, 0xff, 0x2c, 0x54, 0x65, 0x2c, 0xf3, 0xcf,
+ 0x36, 0x0c, 0x26, 0xe2, 0x30, 0xde, 0x9a, 0x31, 0x98, 0x0e, 0x87, 0xf1,
+ 0x56, 0x83, 0xc1, 0x74, 0x39, 0x4c, 0x1d, 0xcf, 0x3d, 0x0e, 0xe3, 0x9d,
+ 0x0d, 0x18, 0x4c, 0x9f, 0xc3, 0x78, 0x47, 0x3d, 0x83, 0x19, 0x70, 0x18,
+ 0xef, 0xe8, 0xc6, 0xab, 0x8b, 0xf2, 0x8a, 0xc3, 0x7e, 0xba, 0x38, 0x9e,
+ 0x3c, 0xee, 0x90, 0x83, 0x84, 0xf9, 0xba, 0xc9, 0xea, 0x8e, 0x09, 0xef,
+ 0x02, 0x3b, 0xe1, 0x9d, 0x6f, 0x91, 0x14, 0x89, 0xec, 0x02, 0x2b, 0x8d,
+ 0x9d, 0x0f, 0x43, 0xc9, 0x94, 0x1a, 0xb8, 0xf3, 0xa4, 0xd6, 0x7a, 0xf3,
+ 0x70, 0x0d, 0x91, 0x87, 0x94, 0x52, 0xb5, 0x44, 0x11, 0x58, 0x6a, 0x8d,
+ 0xa5, 0xa0, 0x22, 0x10, 0x3a, 0x08, 0xd4, 0x69, 0xe9, 0x16, 0x81, 0xc8,
+ 0x41, 0xa0, 0xc6, 0x58, 0x67, 0x13, 0xe8, 0x38, 0x08, 0xd4, 0x98, 0xee,
+ 0x6c, 0x02, 0x5d, 0x07, 0x81, 0xee, 0x26, 0x04, 0x7a, 0x0e, 0x02, 0xbd,
+ 0x4d, 0x08, 0xf4, 0x1d, 0x04, 0xfa, 0x9b, 0x10, 0x18, 0x38, 0x08, 0x0c,
+ 0x36, 0x21, 0x30, 0x74, 0x10, 0x18, 0x6e, 0x42, 0x00, 0x03, 0x37, 0x59,
+ 0x92, 0xd4, 0xda, 0x88, 0x84, 0x53, 0x18, 0x37, 0x92, 0xc6, 0xb6, 0x4b,
+ 0x1c, 0xdb, 0x35, 0xf2, 0xe8, 0xcf, 0x85, 0x34, 0xaa, 0x51, 0x4e, 0xf5,
+ 0xf4, 0x13, 0x32, 0xa1, 0xc0, 0x1a, 0xac, 0x74, 0x01, 0x36, 0xae, 0x12,
+ 0x82, 0x3a, 0x04, 0xdb, 0xd5, 0x83, 0x77, 0x3f, 0x98, 0x14, 0xe5, 0x7e,
+ 0xb2, 0x18, 0xdf, 0x1d, 0x93, 0xfe, 0xaa, 0x3d, 0x7b, 0xcf, 0x5c, 0xcc,
+ 0xf0, 0x7a, 0xfa, 0x0b, 0x6f, 0x85, 0xe2, 0xd9, 0xec, 0x26, 0x1e, 0x7f,
+ 0x26, 0xaf, 0x06, 0xe5, 0xa9, 0x6e, 0xbf, 0x8d, 0x15, 0x50, 0x8e, 0x3d,
+ 0x8e, 0xe9, 0x8d, 0xed, 0x0f, 0xa1, 0x5a, 0xc3, 0xe6, 0xf1, 0xe3, 0x49,
+ 0x36, 0xfe, 0x9c, 0x4c, 0x14, 0x7b, 0x91, 0xf5, 0xae, 0x66, 0x4b, 0xfd,
+ 0x29, 0x4f, 0xcb, 0xe4, 0xec, 0xb3, 0xd8, 0x4e, 0x5f, 0x3d, 0xd2, 0xb5,
+ 0x67, 0x8f, 0x2e, 0x20, 0x10, 0x3e, 0x64, 0xa5, 0x86, 0x93, 0xe4, 0xb9,
+ 0x1f, 0xa9, 0x80, 0xfd, 0x7e, 0x42, 0xb7, 0xf9, 0x60, 0xcf, 0xa1, 0x3c,
+ 0xae, 0x45, 0xc2, 0x4b, 0x7e, 0x07, 0x14, 0x83, 0xa6, 0xc2, 0x55, 0xdf,
+ 0xfa, 0x49, 0x40, 0xfa, 0x89, 0xf4, 0x12, 0x05, 0x52, 0x76, 0x1f, 0xed,
+ 0xc0, 0xe1, 0x03, 0x4a, 0xaa, 0x0c, 0xb4, 0xe5, 0x21, 0x91, 0x3c, 0x96,
+ 0x29, 0x04, 0x2d, 0x61, 0x9f, 0x1f, 0xc4, 0x9e, 0xc9, 0x7a, 0xe7, 0x5d,
+ 0xc2, 0x66, 0x68, 0xbd, 0x2a, 0xe9, 0x22, 0xe3, 0xaa, 0xb8, 0x5e, 0x5e,
+ 0x25, 0x39, 0xc8, 0xaa, 0xfb, 0x43, 0xcd, 0x49, 0x85, 0x09, 0x9f, 0xfa,
+ 0x08, 0xa5, 0x1b, 0x12, 0x9a, 0xf8, 0x08, 0x4d, 0x36, 0x24, 0x94, 0x89,
+ 0x0c, 0x7a, 0x9e, 0x2f, 0x1b, 0x90, 0x4a, 0xb8, 0x2b, 0xae, 0xfb, 0xc3,
+ 0x06, 0x84, 0xc0, 0x49, 0xbf, 0xac, 0xba, 0xbe, 0xf6, 0x7b, 0xbd, 0x35,
+ 0x45, 0xeb, 0x3d, 0xf3, 0x95, 0x9f, 0x23, 0x05, 0x32, 0xb5, 0x91, 0xd7,
+ 0xf4, 0x95, 0x02, 0x39, 0xb1, 0x91, 0xd7, 0xf4, 0x8f, 0x02, 0x29, 0x7b,
+ 0xc6, 0x7a, 0xd7, 0x08, 0x5d, 0xf4, 0x86, 0xf9, 0xaa, 0x11, 0xb2, 0xd1,
+ 0x03, 0x9e, 0x2f, 0x5e, 0x4d, 0xb3, 0xbc, 0x31, 0x9a, 0xde, 0x78, 0xe3,
+ 0xe7, 0xa1, 0x02, 0x4c, 0x2d, 0xd4, 0x35, 0xed, 0x5e, 0x01, 0x4e, 0x2c,
+ 0xd4, 0x35, 0xad, 0x5e, 0x01, 0xca, 0x46, 0x37, 0x5f, 0x35, 0x41, 0x16,
+ 0x4d, 0x6e, 0xbc, 0x69, 0x82, 0x6a, 0x34, 0xb8, 0xfb, 0x83, 0xaf, 0xbd,
+ 0x6f, 0xb2, 0xac, 0x28, 0x8d, 0x16, 0xb7, 0xde, 0xf9, 0xb9, 0x50, 0x41,
+ 0x53, 0x07, 0xfa, 0x9a, 0x76, 0x57, 0x41, 0x27, 0x0e, 0xf4, 0x35, 0x6d,
+ 0xaf, 0x82, 0xca, 0xd6, 0xb7, 0x5f, 0x36, 0x23, 0x20, 0x7a, 0xc0, 0x7a,
+ 0xd7, 0x0c, 0xdd, 0xe8, 0x05, 0xdf, 0x27, 0xbf, 0xa5, 0x8d, 0x9f, 0x65,
+ 0x1f, 0x8c, 0x8d, 0xde, 0xf0, 0x7c, 0xf1, 0x73, 0x65, 0x23, 0xa4, 0x5e,
+ 0x52, 0x6b, 0xfa, 0xc7, 0x46, 0x98, 0x78, 0x49, 0xad, 0xe9, 0x2b, 0x1b,
+ 0x41, 0xf6, 0x98, 0xef, 0xd3, 0x26, 0xc4, 0x44, 0xef, 0x79, 0xbe, 0x6c,
+ 0x42, 0xca, 0xe8, 0xc9, 0x7a, 0x00, 0x5f, 0x7f, 0xea, 0xa1, 0x36, 0xb7,
+ 0xd5, 0xb0, 0x9c, 0x75, 0xe7, 0xf4, 0x7a, 0x14, 0x4d, 0x1d, 0xad, 0xe6,
+ 0x78, 0x5e, 0x0f, 0x90, 0xa9, 0xa3, 0xd5, 0x9c, 0xca, 0xeb, 0xb1, 0x2f,
+ 0x75, 0xb4, 0x9a, 0xc3, 0x78, 0x44, 0xfb, 0xe3, 0xde, 0x63, 0x8a, 0x07,
+ 0xa3, 0xd5, 0x93, 0xdf, 0x2e, 0x52, 0xc1, 0x84, 0x3a, 0x86, 0xd7, 0x4a,
+ 0x52, 0xc1, 0x44, 0x3a, 0x86, 0xd7, 0x66, 0x52, 0xc1, 0x74, 0x74, 0x0c,
+ 0xaf, 0x05, 0x05, 0x61, 0xfe, 0xa4, 0xd5, 0xe3, 0x4f, 0xb2, 0x1e, 0x1e,
+ 0x8d, 0xbd, 0x82, 0x0a, 0x75, 0x9c, 0x9a, 0xfd, 0x51, 0x05, 0x15, 0xe9,
+ 0x38, 0x35, 0x5b, 0xf4, 0x0a, 0xaa, 0xa3, 0xe3, 0xd4, 0xef, 0xca, 0xf7,
+ 0x67, 0xc9, 0x62, 0x72, 0x1e, 0xe7, 0xf1, 0x3c, 0x61, 0xc2, 0x09, 0xd5,
+ 0xb2, 0x5e, 0xae, 0x31, 0x4d, 0xe8, 0xc0, 0xa1, 0x93, 0x42, 0xbd, 0x6d,
+ 0x42, 0x07, 0x8e, 0x9c, 0x14, 0xea, 0x8d, 0x13, 0x3a, 0x70, 0xc7, 0x49,
+ 0xa1, 0x41, 0x3b, 0xec, 0xa7, 0x71, 0xa1, 0x36, 0x01, 0x3c, 0x37, 0xa9,
+ 0x3d, 0xc0, 0x85, 0x26, 0x5e, 0x83, 0x3a, 0x03, 0x5c, 0x64, 0xe2, 0x35,
+ 0xa8, 0x29, 0xc0, 0x75, 0x4c, 0xbc, 0x06, 0xf5, 0xab, 0xa6, 0x17, 0xfd,
+ 0x4d, 0xdd, 0x04, 0xa3, 0x43, 0x86, 0x36, 0x6e, 0xcd, 0x2c, 0xa3, 0x43,
+ 0x46, 0x36, 0x6e, 0xcd, 0x54, 0xa3, 0x43, 0x76, 0x6c, 0xdc, 0x9a, 0xf9,
+ 0x46, 0x40, 0xca, 0xa1, 0xaa, 0xbd, 0x68, 0xd2, 0xa3, 0x72, 0xc0, 0xea,
+ 0x98, 0x0d, 0xfa, 0x54, 0x0e, 0x5b, 0x1d, 0xb3, 0x41, 0xaf, 0xca, 0xc1,
+ 0xab, 0x63, 0xd6, 0xf4, 0xeb, 0x7d, 0x62, 0x0f, 0x5f, 0xf3, 0x5d, 0x5d,
+ 0x6d, 0x4d, 0xd8, 0xd0, 0x85, 0x5f, 0x53, 0x67, 0x13, 0x36, 0x72, 0xe1,
+ 0xd7, 0xd4, 0xdc, 0x84, 0xed, 0xb8, 0xf0, 0xd7, 0xd7, 0x5f, 0x0c, 0x5b,
+ 0xe5, 0xb1, 0x41, 0xad, 0xc5, 0xa0, 0x55, 0xb1, 0xd6, 0xd7, 0x55, 0x0c,
+ 0x59, 0x15, 0x6b, 0x7d, 0x0d, 0xc5, 0x80, 0x55, 0xb1, 0xd6, 0xd7, 0xab,
+ 0x1a, 0xae, 0xda, 0x8b, 0xba, 0xd1, 0xaa, 0x01, 0x86, 0x16, 0x66, 0xcd,
+ 0x58, 0xd5, 0x00, 0x23, 0x0b, 0xb3, 0x66, 0xa4, 0x6a, 0x80, 0x1d, 0x0b,
+ 0xb3, 0x66, 0x9c, 0x72, 0x40, 0x39, 0x4c, 0xd5, 0xe7, 0x06, 0x3d, 0x28,
+ 0x07, 0xa9, 0x86, 0xb7, 0xbe, 0x0f, 0xe5, 0x10, 0xd5, 0xf0, 0xd6, 0xf7,
+ 0xa2, 0x1c, 0xa0, 0x1a, 0x5e, 0x4d, 0x3f, 0xce, 0xe3, 0xe5, 0xde, 0x7d,
+ 0x92, 0xc7, 0x70, 0x9b, 0xff, 0x32, 0x86, 0x58, 0x30, 0x05, 0x1a, 0xde,
+ 0xac, 0xb7, 0xde, 0x93, 0x27, 0x4c, 0x10, 0x3e, 0x1e, 0xaf, 0xf2, 0x78,
+ 0xfc, 0x24, 0xdc, 0xea, 0xed, 0x97, 0x35, 0xd6, 0xad, 0xca, 0x6b, 0x14,
+ 0xa2, 0x13, 0xc8, 0x18, 0xbb, 0xa7, 0x7b, 0x47, 0x18, 0xa0, 0xe0, 0x35,
+ 0xc5, 0xaf, 0xf5, 0x57, 0x61, 0x0c, 0x81, 0xfe, 0x26, 0x49, 0x7e, 0xb1,
+ 0x9c, 0x43, 0x0f, 0x29, 0x8f, 0x7e, 0xe5, 0x4d, 0x01, 0x0a, 0x0d, 0x1c,
+ 0xaf, 0xfa, 0xa6, 0x00, 0x45, 0x06, 0x8e, 0x57, 0x81, 0x53, 0x80, 0x3a,
+ 0x06, 0x8e, 0x57, 0x85, 0x53, 0x80, 0xba, 0x06, 0x8e, 0xf7, 0x50, 0x4c,
+ 0x01, 0xea, 0x19, 0x38, 0xde, 0x43, 0x32, 0x05, 0xa8, 0x6f, 0xe0, 0x78,
+ 0x0f, 0xcd, 0x14, 0xa0, 0x81, 0x81, 0xe3, 0x3d, 0x44, 0x53, 0x80, 0x86,
+ 0x06, 0xce, 0xb0, 0x01, 0x0e, 0x1e, 0x20, 0x68, 0x9d, 0xda, 0x6a, 0x82,
+ 0x65, 0x89, 0x42, 0x13, 0x59, 0x68, 0x9b, 0xc2, 0xd0, 0x6e, 0x22, 0x0d,
+ 0x07, 0x90, 0x61, 0xdc, 0x28, 0x0f, 0xdf, 0x35, 0x92, 0x3f, 0x84, 0x0c,
+ 0x5d, 0xd8, 0x8d, 0xcb, 0x8e, 0x5c, 0xd8, 0x4d, 0x64, 0x12, 0x21, 0x3b,
+ 0x2e, 0xec, 0x26, 0xd2, 0x89, 0x90, 0x5d, 0x17, 0x76, 0x13, 0x39, 0x45,
+ 0xc8, 0x9e, 0x0b, 0xbb, 0x89, 0xc4, 0x22, 0x64, 0xdf, 0x85, 0xdd, 0x44,
+ 0x76, 0x11, 0x72, 0xe0, 0xc2, 0x6e, 0x22, 0xc5, 0x08, 0x39, 0x74, 0x61,
+ 0x37, 0x91, 0x67, 0x92, 0x96, 0x96, 0x53, 0x5c, 0x9a, 0x48, 0x36, 0xe1,
+ 0xbb, 0xc5, 0xad, 0xb1, 0xbc, 0x99, 0x82, 0xce, 0xf1, 0xfd, 0xee, 0x44,
+ 0x3c, 0x0d, 0xc0, 0x32, 0x2b, 0xca, 0x91, 0x92, 0x22, 0x5c, 0xcb, 0x1a,
+ 0x4f, 0xa7, 0x5d, 0xe7, 0x0c, 0x44, 0x26, 0x0b, 0xe7, 0xb9, 0xc9, 0x7d,
+ 0xc7, 0xd5, 0x5f, 0x96, 0x0c, 0x7c, 0x0d, 0xd1, 0x67, 0x66, 0xfb, 0x5e,
+ 0x43, 0x15, 0x7c, 0xff, 0xd0, 0xfb, 0x53, 0x34, 0xc3, 0xf1, 0xe2, 0x32,
+ 0x19, 0xc3, 0xa2, 0xb9, 0x06, 0x62, 0x3d, 0x69, 0x99, 0x35, 0x59, 0xf0,
+ 0x66, 0x25, 0x4d, 0xf6, 0xad, 0xa1, 0x5a, 0x3a, 0x67, 0x81, 0x2d, 0xb3,
+ 0x39, 0x37, 0xb8, 0x23, 0x60, 0xf5, 0xa2, 0xb8, 0x22, 0xe0, 0x6e, 0x18,
+ 0xe3, 0x06, 0x23, 0xa6, 0x72, 0x40, 0x55, 0x03, 0x8e, 0x27, 0xd4, 0x67,
+ 0x7f, 0xa5, 0xb5, 0xec, 0xbe, 0x81, 0x27, 0xbd, 0xaf, 0xa7, 0xc8, 0x2a,
+ 0x61, 0x6f, 0xe0, 0xca, 0xd8, 0xeb, 0xc1, 0x2a, 0xca, 0x2c, 0x1d, 0xdf,
+ 0xa5, 0x19, 0xd3, 0xd9, 0xf3, 0x74, 0x2c, 0x54, 0x15, 0xc2, 0xbf, 0xc4,
+ 0x6f, 0x41, 0x5e, 0x7f, 0x0d, 0xb0, 0x98, 0x5c, 0x91, 0x3b, 0x05, 0x93,
+ 0xad, 0x29, 0x5c, 0xe9, 0xd3, 0x5f, 0xf8, 0x2b, 0x5b, 0x4c, 0xf6, 0xd2,
+ 0xfc, 0x94, 0x75, 0xe1, 0xf1, 0xe2, 0x6c, 0x01, 0xe7, 0xd1, 0x38, 0xee,
+ 0x76, 0xf0, 0xaa, 0xe7, 0xdb, 0x40, 0x3c, 0x07, 0x71, 0x9a, 0xd7, 0xf7,
+ 0xf3, 0x02, 0x42, 0x54, 0xcd, 0xd2, 0xbf, 0x27, 0x13, 0x81, 0xc3, 0xd4,
+ 0xa5, 0x19, 0x06, 0xe0, 0x22, 0x52, 0x1f, 0x24, 0x00, 0x0c, 0xf9, 0x60,
+ 0x4a, 0x5f, 0xfd, 0xba, 0x13, 0x48, 0xd8, 0x01, 0x28, 0x6b, 0x60, 0xde,
+ 0x15, 0xbf, 0xfd, 0xe0, 0x78, 0xd6, 0x28, 0xe0, 0xf1, 0x08, 0x72, 0x0d,
+ 0x02, 0x29, 0x82, 0x8b, 0xdb, 0xca, 0xe1, 0x16, 0x11, 0x82, 0x18, 0x5e,
+ 0xd5, 0xa8, 0x74, 0xb3, 0x92, 0xce, 0xe9, 0x35, 0xc9, 0xa4, 0x23, 0xf8,
+ 0x9a, 0xf1, 0xaa, 0xc9, 0x08, 0xe2, 0x1f, 0xc7, 0xa5, 0x4d, 0xa2, 0x6e,
+ 0x22, 0xb1, 0x49, 0x68, 0x57, 0x7c, 0x76, 0x84, 0xef, 0x31, 0x77, 0x23,
+ 0xa0, 0x3c, 0xc2, 0x10, 0x3e, 0xd1, 0x4f, 0x06, 0xc2, 0xd6, 0x10, 0xb8,
+ 0x4c, 0xb7, 0x44, 0xc1, 0x6b, 0x38, 0x0d, 0x99, 0x75, 0xc9, 0x87, 0x0f,
+ 0x2d, 0xf6, 0x91, 0x52, 0x10, 0xda, 0x95, 0xa1, 0xf6, 0xe4, 0x19, 0x0a,
+ 0x1b, 0xcd, 0x64, 0xb3, 0x55, 0x4c, 0x25, 0xef, 0x4d, 0x26, 0x82, 0xca,
+ 0xc9, 0x2a, 0x16, 0x6e, 0xf0, 0xf1, 0xa4, 0x86, 0x17, 0x89, 0x7b, 0x4a,
+ 0x61, 0x7f, 0x4c, 0x64, 0x7b, 0xba, 0x57, 0xb1, 0xcd, 0x48, 0x78, 0x3b,
+ 0x3c, 0x62, 0x1d, 0xab, 0x85, 0xb8, 0xfc, 0x92, 0xf3, 0x4f, 0xbe, 0x85,
+ 0xc8, 0x8a, 0x7d, 0x57, 0xd1, 0xb8, 0x30, 0xc2, 0xde, 0xb9, 0x2f, 0xd0,
+ 0xa8, 0xf9, 0xb4, 0x24, 0xea, 0x88, 0xdc, 0xd5, 0x5d, 0xd7, 0x95, 0x35,
+ 0x1f, 0x05, 0x3b, 0xe3, 0xde, 0x5b, 0xe9, 0x19, 0x55, 0x57, 0x9c, 0x9a,
+ 0x51, 0xef, 0xad, 0x74, 0x85, 0x5a, 0x83, 0x11, 0xe9, 0x18, 0x5e, 0x7d,
+ 0xce, 0x91, 0x11, 0xef, 0xad, 0x74, 0x76, 0x5a, 0x83, 0xd1, 0xd5, 0x31,
+ 0xbc, 0x7a, 0x9b, 0x23, 0xa3, 0xdd, 0x5b, 0xe9, 0xce, 0xb4, 0x06, 0xa3,
+ 0xaf, 0x63, 0x78, 0xf5, 0x33, 0x47, 0x46, 0xba, 0xb7, 0xd2, 0x61, 0x69,
+ 0x0d, 0xc6, 0x50, 0xc7, 0xf0, 0xea, 0x61, 0xae, 0x84, 0x72, 0x6f, 0x2b,
+ 0x97, 0xa4, 0x75, 0x38, 0x66, 0xb7, 0x37, 0xe8, 0xf7, 0xb6, 0xd1, 0xf1,
+ 0x7e, 0x1d, 0xcb, 0x99, 0x93, 0x4d, 0x88, 0x75, 0xcd, 0x0e, 0x9e, 0xd0,
+ 0x64, 0x44, 0xe1, 0x0a, 0x53, 0xbe, 0xf2, 0xcf, 0x05, 0xae, 0xa4, 0x6d,
+ 0x70, 0x29, 0xa2, 0xc6, 0x1b, 0x64, 0x7e, 0x3d, 0x8f, 0x1f, 0xd3, 0xf9,
+ 0x6a, 0x6e, 0x32, 0x7a, 0x1a, 0x3f, 0x3a, 0xe7, 0x32, 0xbd, 0x3c, 0x48,
+ 0x10, 0x90, 0x40, 0xea, 0xf5, 0x6b, 0x08, 0x76, 0xce, 0xb0, 0xdf, 0x9f,
+ 0x1f, 0x9d, 0xab, 0x57, 0xc1, 0x3c, 0x98, 0xa0, 0xda, 0xa8, 0xc8, 0x32,
+ 0x6a, 0x80, 0xfb, 0xc3, 0xa6, 0x84, 0xae, 0x21, 0x02, 0xa5, 0x87, 0x16,
+ 0xfb, 0xe6, 0x27, 0xb7, 0xc8, 0x3e, 0xc6, 0x33, 0x8c, 0x48, 0xc6, 0x7f,
+ 0xf9, 0xda, 0x0d, 0x97, 0x3c, 0x8c, 0x00, 0x7d, 0x9a, 0xc2, 0xec, 0xad,
+ 0x3d, 0xfb, 0x90, 0xd2, 0xe2, 0xfd, 0x72, 0xba, 0x3c, 0x5e, 0xc4, 0x22,
+ 0xec, 0x99, 0xfe, 0xc2, 0x87, 0xb6, 0x48, 0x1e, 0xcb, 0x93, 0xec, 0x06,
+ 0xb9, 0xe2, 0x3f, 0xfd, 0x35, 0x98, 0xa4, 0xd7, 0x00, 0x24, 0x6e, 0x33,
+ 0x1d, 0x1c, 0xbf, 0x45, 0x7c, 0xf2, 0x5c, 0xaa, 0xeb, 0xca, 0x49, 0x12,
+ 0x4f, 0x4a, 0xba, 0xe0, 0x69, 0xdc, 0xcf, 0x82, 0xf4, 0x4a, 0x5e, 0x25,
+ 0x46, 0x44, 0x94, 0xc0, 0x3d, 0x07, 0x6f, 0x74, 0x25, 0xec, 0x9c, 0x0c,
+ 0x38, 0x31, 0x81, 0xef, 0x7e, 0xb9, 0x17, 0x70, 0x42, 0x91, 0xf3, 0x91,
+ 0x71, 0xe8, 0x74, 0x9a, 0x27, 0x58, 0x36, 0xbf, 0x49, 0x17, 0x70, 0x67,
+ 0x84, 0xa7, 0x91, 0x03, 0x1d, 0xd6, 0x0c, 0xbe, 0x67, 0x03, 0xf9, 0x5a,
+ 0x9e, 0x02, 0xf9, 0x61, 0x58, 0x3a, 0xb8, 0x5a, 0x98, 0x2e, 0x84, 0xb7,
+ 0x98, 0x49, 0xd2, 0x0d, 0xe8, 0x97, 0x03, 0xc2, 0x97, 0x0c, 0x38, 0x28,
+ 0x5a, 0x30, 0x7e, 0x62, 0x14, 0x29, 0x5e, 0x14, 0xee, 0x0a, 0x37, 0x68,
+ 0xc1, 0xf8, 0x89, 0x51, 0xc8, 0xff, 0x7a, 0x62, 0x06, 0x8c, 0x9f, 0x18,
+ 0x1b, 0x42, 0xe9, 0x04, 0xa3, 0xd5, 0x9c, 0xa7, 0xee, 0x4a, 0x6a, 0x10,
+ 0xde, 0xc1, 0xc6, 0x4b, 0xa2, 0x4a, 0xd4, 0xb5, 0x9a, 0x07, 0xd2, 0xbb,
+ 0x11, 0x5e, 0xce, 0xeb, 0xa8, 0xa9, 0x9f, 0x7d, 0x24, 0xf0, 0xc2, 0x7d,
+ 0x1d, 0x11, 0x1d, 0xc0, 0x47, 0xa6, 0x5c, 0x16, 0x75, 0x44, 0xd4, 0xcf,
+ 0xde, 0xca, 0xe0, 0x6c, 0x2d, 0x97, 0x09, 0x72, 0x40, 0x35, 0x09, 0x71,
+ 0xb5, 0xaa, 0x94, 0x11, 0xeb, 0x6b, 0x42, 0x29, 0xa6, 0xc5, 0x1e, 0x45,
+ 0x6a, 0x55, 0x39, 0xb3, 0x5f, 0xfa, 0xd0, 0xf7, 0x4e, 0x2e, 0xd9, 0x5c,
+ 0xc8, 0xe8, 0xab, 0xe8, 0xf6, 0xcb, 0x3a, 0xf4, 0xf8, 0xd1, 0x81, 0xae,
+ 0xbf, 0xac, 0x2f, 0x9d, 0xed, 0x2f, 0xec, 0xd2, 0xd5, 0x97, 0xf5, 0xa5,
+ 0x3b, 0xd0, 0xf5, 0x97, 0xf5, 0xe8, 0x57, 0x32, 0x74, 0x46, 0xc9, 0x3e,
+ 0xd8, 0x94, 0x3c, 0xdf, 0x6b, 0xfa, 0xe3, 0xe4, 0xd2, 0x1e, 0xec, 0xae,
+ 0xd7, 0x35, 0x7c, 0x39, 0x66, 0x33, 0xc7, 0xdb, 0x1a, 0x02, 0xf6, 0x28,
+ 0xb4, 0x5f, 0xd6, 0xa0, 0x43, 0xd0, 0x80, 0xdc, 0xc0, 0xd6, 0xdf, 0xf9,
+ 0x90, 0x61, 0x4d, 0x60, 0xc0, 0xda, 0xae, 0xc9, 0x7a, 0x57, 0x63, 0xa3,
+ 0xa0, 0x6d, 0x92, 0x41, 0xc0, 0xf1, 0xd6, 0xbf, 0x65, 0xd8, 0x07, 0x9f,
+ 0xa9, 0xeb, 0xb4, 0xd8, 0x87, 0xa0, 0xd9, 0xd5, 0x9d, 0x11, 0x55, 0x5b,
+ 0x43, 0x90, 0xb7, 0x01, 0x42, 0xb0, 0xed, 0x2d, 0x1f, 0x69, 0xbe, 0x2a,
+ 0x09, 0x82, 0xff, 0x99, 0xe4, 0x19, 0x0d, 0x58, 0x8e, 0x0f, 0x2f, 0xea,
+ 0xc6, 0x26, 0x21, 0xb2, 0x09, 0xea, 0x2a, 0xcb, 0x4e, 0x70, 0xdf, 0xc4,
+ 0x11, 0x21, 0x82, 0x7c, 0x99, 0x65, 0x3c, 0xec, 0x5e, 0x0d, 0x2e, 0x9b,
+ 0x52, 0x4c, 0x5c, 0xb8, 0x86, 0xdc, 0x08, 0x77, 0x1e, 0x2f, 0x4d, 0x5c,
+ 0x48, 0x01, 0xd9, 0x08, 0x17, 0x36, 0x9d, 0x68, 0xdf, 0xe1, 0x9b, 0x4e,
+ 0x8e, 0x8f, 0xdb, 0x4e, 0xb2, 0xfb, 0xd8, 0xdb, 0xce, 0xb6, 0xd5, 0x07,
+ 0x92, 0x0a, 0x6d, 0x7b, 0x6d, 0x22, 0xd6, 0xc6, 0xd7, 0xa6, 0x81, 0x1e,
+ 0x70, 0x23, 0x9a, 0x19, 0x89, 0x98, 0xd2, 0x14, 0xf8, 0xdc, 0x80, 0x8b,
+ 0xb3, 0x65, 0xb2, 0x00, 0x19, 0xb0, 0xf8, 0xc8, 0xd8, 0x07, 0x88, 0xc7,
+ 0xbe, 0x6c, 0xc2, 0x4a, 0xc6, 0xa9, 0x9c, 0x93, 0xd6, 0xc6, 0xc9, 0x9c,
+ 0x09, 0x12, 0x9b, 0xd4, 0x64, 0xc6, 0x46, 0x92, 0x94, 0x4c, 0x9d, 0x1e,
+ 0xbd, 0x6f, 0x4e, 0xf1, 0x4c, 0xf8, 0xbf, 0x09, 0x7e, 0xd6, 0x38, 0xbd,
+ 0xa9, 0xa8, 0xbc, 0x42, 0xb6, 0xbf, 0xc0, 0x5a, 0xa0, 0xba, 0x83, 0xd8,
+ 0xb5, 0xc8, 0x61, 0xa3, 0x12, 0x6a, 0x8e, 0x6c, 0x7d, 0xc8, 0xe2, 0xcc,
+ 0xbf, 0xee, 0xfb, 0x73, 0x38, 0x17, 0x5e, 0x01, 0xb5, 0x74, 0x9f, 0xc1,
+ 0x6f, 0x75, 0x96, 0x5f, 0x0f, 0xe1, 0xb7, 0x76, 0xd4, 0xe3, 0xd5, 0xf1,
+ 0xac, 0x1c, 0xfe, 0x6f, 0x44, 0x59, 0x9e, 0xcb, 0xd7, 0x02, 0x6c, 0xce,
+ 0xb1, 0x3c, 0xb7, 0xaf, 0xa7, 0xdb, 0x84, 0x5f, 0xe5, 0xa2, 0x60, 0x9d,
+ 0x64, 0xfb, 0xc0, 0x1a, 0x4a, 0x88, 0x0f, 0x3d, 0x6c, 0x58, 0x4a, 0x33,
+ 0x79, 0x31, 0xd0, 0x1d, 0x12, 0xee, 0x80, 0x78, 0x5e, 0x0d, 0x1c, 0x52,
+ 0xee, 0xa2, 0xfd, 0x2c, 0xbe, 0x9d, 0x92, 0xee, 0x84, 0x79, 0x1e, 0xef,
+ 0x4e, 0x79, 0x77, 0xd3, 0x7f, 0x16, 0xff, 0x2e, 0xa9, 0x77, 0x81, 0x34,
+ 0x92, 0x7b, 0x17, 0x62, 0x3d, 0xeb, 0xcd, 0x65, 0x5f, 0x0c, 0x19, 0x74,
+ 0x5a, 0x15, 0xd7, 0xc1, 0x6a, 0xbf, 0x6f, 0x40, 0xf4, 0x4f, 0x6b, 0x88,
+ 0xfe, 0x69, 0x13, 0xa2, 0x55, 0x15, 0x7d, 0xbc, 0xba, 0x20, 0x36, 0x22,
+ 0xec, 0xe3, 0xd7, 0x05, 0xe1, 0xd5, 0x86, 0x8d, 0xfc, 0x75, 0xa0, 0x0c,
+ 0x8f, 0xde, 0x8a, 0x5c, 0x75, 0x45, 0xad, 0x1e, 0xee, 0x49, 0x15, 0xc7,
+ 0x49, 0xc8, 0x8c, 0x70, 0x45, 0x33, 0x5a, 0x73, 0x46, 0xed, 0x70, 0x01,
+ 0x07, 0x7d, 0x13, 0x4e, 0x81, 0x3f, 0xd5, 0xe0, 0x50, 0x18, 0x30, 0xa6,
+ 0x07, 0x5e, 0x62, 0x5a, 0x22, 0x8e, 0x85, 0xc9, 0x72, 0x41, 0x11, 0x2c,
+ 0x6a, 0x34, 0x41, 0x15, 0x9b, 0x87, 0x49, 0x34, 0xb0, 0xa7, 0x35, 0x51,
+ 0x38, 0x18, 0xf6, 0x22, 0xa3, 0x10, 0xd8, 0x80, 0x05, 0x59, 0x79, 0xfd,
+ 0xe9, 0x2b, 0xd4, 0xa2, 0xde, 0x67, 0x8e, 0x92, 0xee, 0xb2, 0xba, 0x82,
+ 0x48, 0x4b, 0x86, 0x18, 0xd5, 0x1c, 0x53, 0xe8, 0xc8, 0x3c, 0x26, 0xb5,
+ 0x0f, 0x2f, 0x2d, 0xf8, 0x45, 0xc0, 0xc9, 0xfe, 0x13, 0xd3, 0x06, 0x39,
+ 0xb2, 0x78, 0x07, 0x59, 0x4a, 0xd9, 0xdb, 0xda, 0xce, 0x35, 0x12, 0x0e,
+ 0x72, 0x0a, 0xd5, 0xdb, 0xc0, 0xbf, 0x51, 0xa2, 0x8c, 0xa0, 0x13, 0x5e,
+ 0xd8, 0xa7, 0xbb, 0x74, 0x96, 0x50, 0x85, 0x2f, 0xcb, 0x6c, 0xb9, 0xc4,
+ 0x2e, 0x86, 0x0c, 0x9e, 0x6d, 0xd9, 0x0e, 0x05, 0xbd, 0xaf, 0xa7, 0x77,
+ 0x93, 0x67, 0x9f, 0x93, 0x05, 0xb5, 0x3b, 0x47, 0xdf, 0xc7, 0x57, 0x75,
+ 0xcd, 0x4f, 0xa8, 0x09, 0x09, 0xd3, 0x51, 0x96, 0xef, 0x8d, 0xd5, 0xc2,
+ 0xe1, 0x2d, 0x66, 0x80, 0xdd, 0xf3, 0xc6, 0xf3, 0x27, 0x02, 0x77, 0x99,
+ 0x52, 0x2a, 0x9a, 0x59, 0xa1, 0xdf, 0x2a, 0x33, 0x46, 0x3d, 0xf6, 0x98,
+ 0xb6, 0x66, 0x82, 0x69, 0xdc, 0x9a, 0xc1, 0xbb, 0xa6, 0xf8, 0x3c, 0x0f,
+ 0x6a, 0x45, 0xc2, 0x9f, 0x80, 0x86, 0x10, 0xa6, 0xf1, 0x02, 0x62, 0x13,
+ 0x55, 0x08, 0x70, 0x6d, 0x01, 0xe2, 0x12, 0xf9, 0xd7, 0x07, 0x89, 0xa8,
+ 0xcd, 0x58, 0x0a, 0x7a, 0x89, 0x8d, 0xf5, 0xc7, 0x20, 0xae, 0x3d, 0x88,
+ 0xa7, 0xc4, 0xad, 0x6b, 0xbb, 0x3e, 0xdc, 0xa4, 0xeb, 0x43, 0xab, 0xeb,
+ 0xc3, 0xa6, 0x5d, 0x1f, 0xba, 0xba, 0x3e, 0xdc, 0xa0, 0xeb, 0x43, 0xa5,
+ 0xeb, 0xc3, 0x8d, 0xbb, 0x3e, 0x54, 0xbb, 0x3e, 0xdc, 0xbc, 0xeb, 0x43,
+ 0xa3, 0xeb, 0xc3, 0x75, 0x5d, 0x1f, 0x1a, 0x5d, 0x1f, 0x36, 0xed, 0xfa,
+ 0xd0, 0xd9, 0xf5, 0xe1, 0x26, 0x5d, 0x9f, 0x62, 0x02, 0x03, 0x3a, 0x56,
+ 0xc0, 0x5f, 0x3e, 0x46, 0xf9, 0x7c, 0xb8, 0xca, 0x17, 0xc9, 0x44, 0x39,
+ 0xbc, 0x75, 0xbd, 0xf6, 0x9b, 0xa2, 0xaa, 0x1c, 0xb8, 0x58, 0xe0, 0xff,
+ 0xbf, 0xbd, 0x37, 0xef, 0x6e, 0x23, 0x47, 0xf2, 0x45, 0xff, 0x96, 0x3f,
+ 0x45, 0xda, 0x75, 0xba, 0xca, 0x3e, 0x23, 0x5b, 0x62, 0x72, 0x91, 0xd4,
+ 0x75, 0xdd, 0xf7, 0x52, 0x94, 0x54, 0xd6, 0x6d, 0xc9, 0xd2, 0x93, 0x68,
+ 0xbb, 0xbb, 0x67, 0xe6, 0xf1, 0xa4, 0xc8, 0xa4, 0x94, 0x6d, 0x92, 0xc9,
+ 0xc9, 0x4c, 0x6a, 0x99, 0x9a, 0xfa, 0xee, 0x0f, 0x11, 0x58, 0x12, 0x4b,
+ 0x20, 0x17, 0xd9, 0xdd, 0xd3, 0xf3, 0x4e, 0x7b, 0x7a, 0xca, 0x26, 0x10,
+ 0xf1, 0x43, 0x00, 0x08, 0x20, 0xb1, 0x04, 0x22, 0xca, 0x9f, 0x5e, 0x16,
+ 0xe5, 0x6d, 0x72, 0x5b, 0x77, 0x3d, 0xe9, 0x2f, 0x01, 0x5f, 0xc1, 0x8f,
+ 0x63, 0xfc, 0x3a, 0x94, 0x21, 0x81, 0xa1, 0x13, 0xe1, 0x44, 0x13, 0xde,
+ 0xc9, 0x57, 0x5c, 0x2b, 0x4b, 0x17, 0x67, 0xe2, 0xa6, 0xdd, 0x82, 0xf8,
+ 0xc0, 0xd6, 0x9a, 0xa7, 0xbf, 0x7c, 0x94, 0x17, 0xed, 0xde, 0xcb, 0x31,
+ 0x23, 0x5c, 0xb1, 0x85, 0xe1, 0x17, 0x7d, 0x06, 0x04, 0xf1, 0xec, 0xfa,
+ 0x6e, 0x53, 0xa4, 0xf3, 0xf9, 0x95, 0xbc, 0x80, 0xb2, 0xf8, 0x8f, 0x38,
+ 0x55, 0x90, 0x73, 0x32, 0xef, 0x15, 0xc4, 0x26, 0x42, 0x43, 0x20, 0x7e,
+ 0xbe, 0x80, 0xde, 0x12, 0xd1, 0x17, 0xb7, 0x73, 0xa8, 0x60, 0x79, 0x6c,
+ 0x44, 0x26, 0x71, 0xc4, 0x52, 0x72, 0x55, 0x1b, 0x70, 0x01, 0x9b, 0x11,
+ 0x79, 0x98, 0xf1, 0x3a, 0x69, 0x55, 0x82, 0x5a, 0x01, 0x7f, 0x05, 0xbb,
+ 0x95, 0x5a, 0x05, 0x10, 0x4d, 0x45, 0x73, 0xe9, 0xfc, 0x66, 0x62, 0x15,
+ 0x3b, 0xfb, 0x7f, 0xf1, 0x89, 0x3d, 0x2e, 0x6e, 0x04, 0xb7, 0x91, 0x56,
+ 0xc3, 0xcc, 0x63, 0xcb, 0x97, 0x8c, 0xfc, 0xb7, 0xf7, 0xe8, 0x7f, 0x36,
+ 0x81, 0xb8, 0x74, 0xd9, 0xad, 0x70, 0xf3, 0xce, 0xbe, 0xce, 0xf8, 0x4b,
+ 0xf7, 0x01, 0x19, 0x30, 0xb1, 0x93, 0xa5, 0xe3, 0x53, 0xc0, 0x30, 0xc3,
+ 0x51, 0x30, 0x7f, 0x6c, 0x80, 0x13, 0xfc, 0xd1, 0xdf, 0x7f, 0x53, 0xcd,
+ 0x96, 0xaf, 0xa1, 0xc1, 0x9c, 0x32, 0xed, 0x03, 0x4b, 0x9c, 0x6a, 0xed,
+ 0x30, 0xd0, 0xf1, 0x42, 0xa2, 0x02, 0x0e, 0x96, 0x49, 0x2d, 0xe0, 0xe4,
+ 0x8d, 0x71, 0x25, 0xa6, 0x24, 0x6a, 0x03, 0x6c, 0xd8, 0xd0, 0x49, 0x13,
+ 0x3e, 0xaf, 0x15, 0x9e, 0xf1, 0x74, 0x36, 0xca, 0x52, 0xc2, 0x94, 0xee,
+ 0x90, 0x25, 0x73, 0x9b, 0xb3, 0xf2, 0x52, 0xb2, 0x5a, 0x9e, 0xbb, 0x78,
+ 0xc1, 0xf6, 0x59, 0x87, 0x69, 0x94, 0xcd, 0x4e, 0xd1, 0x5c, 0x48, 0x5a,
+ 0xc7, 0x60, 0x52, 0x70, 0xea, 0x0d, 0x24, 0xa7, 0xdb, 0xed, 0x1b, 0x7e,
+ 0x34, 0xdc, 0xe4, 0x8a, 0xd6, 0xb0, 0xc6, 0x33, 0xbf, 0xbb, 0xfb, 0x7d,
+ 0xb0, 0x59, 0xfb, 0x8a, 0xb5, 0x82, 0x83, 0x6b, 0x3c, 0x22, 0x48, 0x37,
+ 0xfd, 0x4c, 0xdb, 0x19, 0xfa, 0x3c, 0xb0, 0x37, 0xdf, 0x80, 0x78, 0x87,
+ 0x10, 0xdc, 0x4a, 0xc3, 0xd2, 0xc4, 0x70, 0xc3, 0xa1, 0x12, 0xbc, 0x33,
+ 0x6c, 0x8a, 0xc1, 0x8c, 0x74, 0xf7, 0xa9, 0x98, 0x10, 0x28, 0xf7, 0xa0,
+ 0x35, 0x86, 0x43, 0xeb, 0x5b, 0x59, 0xa0, 0xf8, 0x57, 0xd5, 0x9d, 0x83,
+ 0x2a, 0xa6, 0x7c, 0x72, 0x6b, 0xbb, 0xbe, 0xac, 0x71, 0x36, 0x98, 0x13,
+ 0xee, 0x3e, 0xae, 0x4b, 0x4f, 0x1f, 0x15, 0x1e, 0x5b, 0x58, 0x39, 0xac,
+ 0x9b, 0xcf, 0xd2, 0x68, 0xa6, 0x4a, 0x85, 0x1f, 0x15, 0xab, 0x00, 0xf1,
+ 0xe1, 0x13, 0x2c, 0xdc, 0xa4, 0xab, 0x92, 0xe3, 0x3e, 0x36, 0x2c, 0x3e,
+ 0xf5, 0x9f, 0x15, 0xc5, 0xcc, 0x16, 0xf1, 0x67, 0x93, 0xd1, 0x4e, 0xf2,
+ 0x33, 0x47, 0x09, 0xba, 0x29, 0x39, 0x16, 0x53, 0x9a, 0x9c, 0xf5, 0x4e,
+ 0x60, 0x71, 0xd6, 0x60, 0xbe, 0x34, 0x54, 0x64, 0x9c, 0xde, 0xde, 0x2e,
+ 0x34, 0x4f, 0x38, 0x15, 0xb9, 0x15, 0xe3, 0xec, 0x32, 0xce, 0xa4, 0x0d,
+ 0x26, 0x9c, 0xc4, 0xc0, 0x65, 0xc6, 0xb4, 0xd2, 0x12, 0xcc, 0x60, 0x09,
+ 0x35, 0x96, 0x0a, 0xd7, 0xeb, 0x3a, 0x4b, 0x57, 0x63, 0xf1, 0xdb, 0x82,
+ 0x19, 0x2c, 0x3d, 0x8d, 0xc5, 0x6f, 0x0c, 0x66, 0xb0, 0xf4, 0x35, 0x16,
+ 0xbf, 0x35, 0x98, 0xc1, 0x32, 0xd0, 0x58, 0xfc, 0xe6, 0x60, 0x06, 0xcb,
+ 0x9e, 0xc6, 0xe2, 0xb7, 0x07, 0x33, 0x58, 0xf6, 0x35, 0x16, 0xbf, 0x41,
+ 0x98, 0xc1, 0x72, 0xa0, 0xb1, 0xf8, 0x2d, 0xc2, 0xcc, 0xae, 0xdc, 0xd5,
+ 0xfb, 0xd2, 0x6f, 0x12, 0x66, 0x32, 0x19, 0x0a, 0xd0, 0x50, 0x03, 0x3a,
+ 0xba, 0x0a, 0xf8, 0x8d, 0xc2, 0xd8, 0x57, 0xf3, 0x84, 0x7d, 0x3e, 0xd4,
+ 0x50, 0x16, 0x7e, 0x7f, 0xe7, 0x2c, 0xcd, 0xff, 0x21, 0xc2, 0x23, 0x08,
+ 0x9b, 0xa5, 0xa8, 0x30, 0x6c, 0x46, 0x53, 0x9b, 0xf1, 0x3a, 0xb7, 0x79,
+ 0x20, 0xb2, 0xee, 0x6d, 0xec, 0xe7, 0x8b, 0x1f, 0x8b, 0x2c, 0x12, 0x26,
+ 0xeb, 0xea, 0xdf, 0x15, 0xf3, 0x06, 0x6c, 0x54, 0xa0, 0x3a, 0x63, 0xe1,
+ 0x06, 0xc9, 0x4c, 0xa8, 0xda, 0xa8, 0xe0, 0x36, 0x0e, 0x1d, 0xe7, 0xe9,
+ 0x57, 0xa7, 0x86, 0xb0, 0x75, 0x41, 0x39, 0x71, 0x2b, 0x77, 0x14, 0x5b,
+ 0x10, 0x64, 0xba, 0x1f, 0x04, 0xee, 0x9d, 0xc7, 0xe9, 0x15, 0x78, 0x4b,
+ 0x80, 0xf7, 0x6d, 0xec, 0x3b, 0x0e, 0x8e, 0x78, 0xb6, 0x95, 0x53, 0x3f,
+ 0xf4, 0xa3, 0x10, 0x54, 0x39, 0x08, 0x66, 0x3b, 0x9f, 0x2c, 0xc2, 0x6f,
+ 0x40, 0xb4, 0x38, 0x5e, 0xb1, 0x55, 0xc1, 0xdd, 0x92, 0xaf, 0x5d, 0xe8,
+ 0x0c, 0xef, 0xd7, 0x13, 0xa4, 0x3e, 0x5e, 0xe7, 0xc9, 0x42, 0x77, 0xfc,
+ 0x8b, 0xa9, 0xf5, 0x3b, 0xd5, 0x22, 0x4d, 0xaf, 0xef, 0x52, 0xdd, 0x19,
+ 0x21, 0x9e, 0xbf, 0x41, 0x92, 0xf7, 0xbb, 0xa2, 0x64, 0x63, 0xdf, 0x30,
+ 0xd1, 0xe5, 0x4e, 0x5a, 0xc5, 0x04, 0x2e, 0x1b, 0x2b, 0x9e, 0xc9, 0xed,
+ 0xaa, 0x9d, 0xe4, 0x67, 0x5e, 0x46, 0x8f, 0xc7, 0xa0, 0x5d, 0x38, 0x7c,
+ 0xb8, 0xf3, 0x66, 0x3b, 0xa9, 0x11, 0x33, 0xfb, 0x5f, 0x92, 0xce, 0x4c,
+ 0x6e, 0x9e, 0x56, 0xc9, 0xce, 0x3f, 0xda, 0xf1, 0xcc, 0x42, 0x70, 0x92,
+ 0x2b, 0x96, 0x54, 0x20, 0xe2, 0x08, 0x7b, 0x59, 0xfe, 0xb3, 0x62, 0x96,
+ 0xf8, 0x7c, 0x5f, 0x4c, 0xd8, 0xcc, 0x30, 0x19, 0x8e, 0x27, 0xd7, 0x97,
+ 0xc7, 0xa3, 0xd3, 0xe1, 0xd9, 0xe4, 0xf2, 0xe2, 0xf4, 0xe3, 0x98, 0xaf,
+ 0xe4, 0x7c, 0xb9, 0xfe, 0x51, 0x6a, 0x32, 0x1d, 0x9d, 0x9e, 0x9c, 0x38,
+ 0x48, 0x90, 0xe8, 0x07, 0x10, 0xde, 0xbc, 0xf9, 0xf9, 0x0f, 0x1b, 0x29,
+ 0xe9, 0x8c, 0xd5, 0x9a, 0x6d, 0x99, 0xd1, 0x83, 0x3d, 0x3f, 0x14, 0xc2,
+ 0x9f, 0xfe, 0x2f, 0xb0, 0x08, 0xfe, 0x8c, 0x21, 0x8a, 0xf1, 0x39, 0x80,
+ 0x8c, 0x53, 0x8b, 0xbe, 0xd3, 0x79, 0xe4, 0x62, 0x34, 0x88, 0x0c, 0x6a,
+ 0x5c, 0x9b, 0x08, 0x20, 0xb6, 0x48, 0x49, 0x33, 0x88, 0xe5, 0xc4, 0x18,
+ 0xa5, 0xf1, 0x2a, 0x42, 0x89, 0x0c, 0x1e, 0x1c, 0x59, 0x79, 0x45, 0x23,
+ 0x5b, 0x9a, 0xd1, 0x4f, 0x64, 0x50, 0xea, 0xa7, 0xd5, 0xf4, 0x97, 0x68,
+ 0x2d, 0x4d, 0x09, 0x11, 0x09, 0xd2, 0x82, 0xdb, 0x68, 0x5d, 0x67, 0x40,
+ 0x08, 0x30, 0xb8, 0x81, 0x00, 0x86, 0xbb, 0x2c, 0x5d, 0x25, 0xff, 0x69,
+ 0x05, 0x2c, 0x28, 0xe1, 0x6a, 0xd6, 0x6e, 0x9a, 0x44, 0x56, 0xb0, 0x81,
+ 0x12, 0x02, 0xdb, 0xa7, 0x05, 0x10, 0x2e, 0x6a, 0x4e, 0xd9, 0x17, 0xe7,
+ 0x51, 0xb5, 0x36, 0xcf, 0xe0, 0x27, 0xfc, 0x01, 0x7c, 0x8c, 0xbc, 0xce,
+ 0x4b, 0x01, 0x27, 0x96, 0x5e, 0x02, 0xaf, 0x12, 0xec, 0x70, 0xc4, 0x00,
+ 0xd7, 0x81, 0x5c, 0x88, 0x20, 0x4b, 0x72, 0xef, 0x5c, 0x67, 0xf0, 0x9f,
+ 0x44, 0xf8, 0x6c, 0xc4, 0xe6, 0x07, 0xa7, 0x82, 0x3e, 0xfe, 0xcf, 0x9f,
+ 0xc7, 0x93, 0xc3, 0xce, 0xa9, 0xa7, 0x9b, 0x58, 0x6e, 0xc0, 0x72, 0x9b,
+ 0x77, 0x95, 0x84, 0xab, 0xee, 0x2e, 0x13, 0xb6, 0xa6, 0xa5, 0x2d, 0x09,
+ 0xad, 0x6e, 0x33, 0xa1, 0x1a, 0x75, 0x9d, 0x5d, 0x65, 0xbd, 0xfb, 0x14,
+ 0x5c, 0x8b, 0x2e, 0x94, 0x78, 0x76, 0x37, 0x2a, 0xac, 0x86, 0x5d, 0xe9,
+ 0xe0, 0x88, 0xee, 0xa4, 0x70, 0xea, 0xbb, 0xf4, 0xb8, 0xb2, 0x4b, 0x8f,
+ 0xdb, 0x76, 0xe9, 0x71, 0xa3, 0x2e, 0x3d, 0x6e, 0xd3, 0xa5, 0xc7, 0x95,
+ 0x5d, 0x7a, 0xdc, 0xbe, 0x4b, 0x8f, 0x2b, 0xba, 0xf4, 0xf8, 0x19, 0x5d,
+ 0x7a, 0xec, 0xe9, 0xd2, 0xe3, 0x96, 0x5d, 0x7a, 0xec, 0xe9, 0xd2, 0xe3,
+ 0x76, 0x5d, 0x1a, 0x56, 0x8e, 0xd2, 0xb0, 0xed, 0x28, 0x0d, 0x1b, 0x8d,
+ 0xd2, 0xb0, 0xcd, 0x28, 0x0d, 0x2b, 0x47, 0x69, 0xd8, 0x7e, 0x94, 0x86,
+ 0x15, 0xa3, 0x34, 0x7c, 0xc6, 0x28, 0x0d, 0x3d, 0xa3, 0x34, 0x6c, 0x39,
+ 0x4a, 0x43, 0xcf, 0x28, 0x0d, 0x5b, 0x8e, 0xd2, 0xb0, 0x72, 0x94, 0x86,
+ 0x6d, 0x47, 0x69, 0xd8, 0x68, 0x94, 0x86, 0x6d, 0x46, 0x69, 0x58, 0x39,
+ 0x4a, 0xc3, 0xf6, 0xa3, 0x34, 0xac, 0x18, 0xa5, 0xe1, 0x33, 0x46, 0x69,
+ 0xe8, 0x19, 0xa5, 0x61, 0xcb, 0x51, 0x1a, 0x7a, 0x46, 0x69, 0xd8, 0x7c,
+ 0x94, 0xc2, 0xb7, 0x78, 0x39, 0x99, 0x46, 0x4b, 0xb6, 0x79, 0x61, 0x8d,
+ 0x62, 0xad, 0x2d, 0x78, 0x62, 0x93, 0x75, 0xc5, 0x72, 0xb2, 0x86, 0xb5,
+ 0xde, 0x50, 0xbd, 0x7c, 0xb4, 0x20, 0x30, 0xd7, 0x7c, 0x18, 0x59, 0x81,
+ 0xc5, 0x88, 0x4b, 0x7d, 0x28, 0x57, 0x95, 0x08, 0x78, 0xb2, 0x59, 0x2c,
+ 0x9e, 0x82, 0x5c, 0xcb, 0xf6, 0x61, 0xb9, 0xf1, 0xbb, 0xb6, 0x21, 0x3e,
+ 0xc7, 0x62, 0xc1, 0x83, 0xe3, 0xf8, 0x5e, 0x45, 0x52, 0xe1, 0xc3, 0x0c,
+ 0x46, 0x2a, 0x6e, 0x98, 0xce, 0x04, 0x6f, 0x41, 0x27, 0xcb, 0xe4, 0xf6,
+ 0xae, 0xc0, 0x1d, 0xe1, 0x65, 0x82, 0x07, 0x68, 0xf8, 0x40, 0xd4, 0x48,
+ 0xf5, 0xc9, 0x8d, 0xfc, 0x0f, 0x51, 0xee, 0x70, 0x6b, 0x69, 0x95, 0xbc,
+ 0x49, 0x2e, 0x4f, 0xa8, 0x15, 0xab, 0x3c, 0xcc, 0xae, 0xe1, 0x3b, 0x8d,
+ 0xa6, 0xb8, 0xe9, 0x3e, 0x81, 0x61, 0x13, 0xe5, 0x45, 0x09, 0x41, 0x67,
+ 0x56, 0xc2, 0xad, 0xd2, 0x82, 0xfd, 0xad, 0x41, 0xa8, 0x84, 0x1a, 0x29,
+ 0x0e, 0x17, 0xc9, 0x7a, 0x6d, 0x14, 0x2d, 0x53, 0x2a, 0x19, 0x17, 0x69,
+ 0xfa, 0x35, 0x3f, 0x4b, 0xbe, 0x42, 0x48, 0xb9, 0x95, 0xc6, 0x6e, 0xa7,
+ 0x37, 0x03, 0xb1, 0xeb, 0xef, 0x64, 0x34, 0x84, 0x81, 0x86, 0x1f, 0xa7,
+ 0x90, 0xe8, 0x22, 0x95, 0x79, 0x75, 0xfd, 0x32, 0x5b, 0xd8, 0x02, 0xc1,
+ 0xfb, 0xa3, 0x06, 0x82, 0x08, 0x5e, 0x65, 0x4d, 0xa4, 0xb8, 0x35, 0x23,
+ 0xde, 0x9a, 0x43, 0x6e, 0xc4, 0xe1, 0xe6, 0xd0, 0x57, 0xeb, 0xe5, 0xe1,
+ 0x13, 0xbf, 0xbf, 0x17, 0x2f, 0x9e, 0xb9, 0x95, 0xf4, 0xd5, 0xe5, 0xf9,
+ 0xef, 0x65, 0xcc, 0xa8, 0x06, 0x18, 0xc3, 0xe9, 0x21, 0x7f, 0xe6, 0xe7,
+ 0x82, 0x0c, 0x77, 0x46, 0xc1, 0x0d, 0xcb, 0xac, 0x6e, 0xdd, 0x4d, 0x34,
+ 0x9c, 0x89, 0x97, 0x29, 0x2e, 0x04, 0x58, 0x4d, 0x47, 0xb3, 0x99, 0xed,
+ 0x1d, 0x28, 0xb4, 0x87, 0x28, 0x1c, 0x34, 0x2b, 0x7b, 0x6d, 0x1b, 0xa6,
+ 0xba, 0x51, 0x67, 0x60, 0x0e, 0xc1, 0x12, 0x74, 0x11, 0x30, 0xa1, 0xfe,
+ 0x94, 0xa5, 0x04, 0x78, 0x4c, 0x0a, 0x83, 0x9f, 0xfd, 0x6e, 0xc8, 0xce,
+ 0xeb, 0xaf, 0x38, 0x95, 0x7d, 0x37, 0xaf, 0xfb, 0xb0, 0x49, 0xdd, 0xa3,
+ 0xe9, 0xe1, 0xd3, 0x78, 0x9d, 0x8f, 0xa3, 0x35, 0xbf, 0x4a, 0xb0, 0x81,
+ 0x0c, 0x82, 0x26, 0x60, 0xac, 0x2a, 0xd5, 0x60, 0x92, 0xa0, 0x06, 0x4c,
+ 0x9a, 0xb0, 0x1f, 0xf2, 0x39, 0xdf, 0xc1, 0xaa, 0x8e, 0x4c, 0x66, 0x40,
+ 0x58, 0x6a, 0xa6, 0x81, 0x0c, 0x1b, 0x28, 0x99, 0x44, 0x39, 0x89, 0x56,
+ 0x3e, 0x18, 0xb0, 0xad, 0x68, 0x8c, 0xe3, 0x02, 0xd4, 0x54, 0x23, 0xa9,
+ 0x1d, 0xb8, 0x35, 0x4d, 0x29, 0xe3, 0xad, 0xb1, 0x7f, 0x3b, 0x61, 0xd2,
+ 0x2e, 0xcb, 0xb8, 0x68, 0x75, 0x32, 0x88, 0x07, 0x12, 0xdc, 0x0d, 0x85,
+ 0x3d, 0x54, 0x4a, 0xef, 0x14, 0xd5, 0xda, 0xce, 0xc9, 0x4f, 0xb8, 0x89,
+ 0x9f, 0x8d, 0x30, 0xe7, 0x36, 0x7e, 0x9e, 0xba, 0x1c, 0x8f, 0x0f, 0xd1,
+ 0x78, 0xca, 0x89, 0x8f, 0x0b, 0x07, 0x4d, 0xe3, 0x43, 0x30, 0x6c, 0x3a,
+ 0x1a, 0xfd, 0xde, 0x0d, 0x9f, 0x5b, 0x8f, 0x08, 0xce, 0x2d, 0xd4, 0x0c,
+ 0x20, 0xa0, 0xf8, 0x6f, 0x4a, 0xcf, 0x28, 0x04, 0xb6, 0x2e, 0x5c, 0xba,
+ 0xbc, 0x10, 0xe9, 0xb5, 0x8e, 0x17, 0xc7, 0xb0, 0xb6, 0x5a, 0xb2, 0x20,
+ 0xf8, 0x24, 0x46, 0xfb, 0x91, 0xe8, 0x10, 0x82, 0x70, 0xda, 0x78, 0x46,
+ 0x57, 0xa7, 0xbe, 0x22, 0xf3, 0x18, 0x8d, 0xab, 0x1e, 0xf8, 0xe3, 0x6d,
+ 0xc1, 0x7c, 0x02, 0x41, 0x80, 0xe7, 0x3c, 0xb5, 0x1e, 0x42, 0x7a, 0x26,
+ 0x16, 0xcc, 0xc7, 0xd5, 0x67, 0x76, 0x92, 0x8b, 0x7b, 0x40, 0x16, 0xb6,
+ 0x4e, 0xb2, 0x3b, 0x3d, 0xa1, 0xf7, 0x5c, 0xfe, 0x2c, 0xbe, 0x3f, 0x4b,
+ 0x96, 0x49, 0x31, 0x94, 0x4f, 0xa1, 0x05, 0xc2, 0x55, 0x7c, 0x1f, 0x2c,
+ 0x20, 0xa3, 0xe6, 0xdb, 0xc6, 0x51, 0xfe, 0x1a, 0x2d, 0xe5, 0x6d, 0x7a,
+ 0x09, 0xf1, 0x7f, 0xa3, 0xa5, 0x8a, 0xc6, 0x5a, 0xcd, 0x1e, 0x17, 0x37,
+ 0x6c, 0xa6, 0xb4, 0x36, 0x1b, 0xb2, 0xfd, 0x2f, 0xaf, 0x9b, 0xed, 0x34,
+ 0x14, 0xd4, 0xa5, 0x0f, 0x0a, 0x6f, 0xc5, 0xdb, 0x80, 0xb1, 0x6a, 0xe1,
+ 0x8b, 0x38, 0xb3, 0x4e, 0x70, 0x0d, 0x51, 0xdb, 0x2f, 0x4c, 0x0e, 0x3d,
+ 0xaa, 0x9d, 0xde, 0xa5, 0xc1, 0xb4, 0x22, 0x6a, 0x09, 0x70, 0x87, 0x15,
+ 0x63, 0x35, 0x7c, 0xd6, 0x58, 0x0d, 0xa9, 0xb1, 0x1a, 0xb6, 0x19, 0xab,
+ 0xa1, 0x39, 0x56, 0xc3, 0x36, 0x63, 0x35, 0x24, 0xc7, 0x6a, 0xf8, 0xbc,
+ 0xb1, 0x1a, 0xfa, 0xc6, 0x6a, 0xd8, 0x6c, 0xac, 0x86, 0xe4, 0x58, 0x0d,
+ 0xdb, 0x8c, 0xd5, 0xd0, 0x1a, 0xab, 0x61, 0xa3, 0xb1, 0x1a, 0x52, 0x63,
+ 0x35, 0x6c, 0x3e, 0x56, 0x43, 0x7a, 0xac, 0x86, 0xed, 0xc6, 0x6a, 0x48,
+ 0x8c, 0xd5, 0xb0, 0xf9, 0x58, 0x0d, 0xfd, 0x63, 0x35, 0x6c, 0x39, 0x56,
+ 0x43, 0xff, 0x58, 0x0d, 0x5b, 0x8f, 0xd5, 0xd0, 0x1e, 0xab, 0x61, 0xe3,
+ 0xb1, 0x1a, 0x52, 0x63, 0x35, 0x6c, 0x32, 0x56, 0xbf, 0x1c, 0x5e, 0xa0,
+ 0xa9, 0xf0, 0x66, 0x51, 0xc8, 0xe0, 0x95, 0x87, 0x17, 0x30, 0xcc, 0xb9,
+ 0xf7, 0xf7, 0x06, 0xbc, 0x77, 0x31, 0x04, 0x23, 0x15, 0xfa, 0x20, 0x98,
+ 0x3f, 0x60, 0x9a, 0x34, 0x55, 0xad, 0x60, 0x06, 0x4f, 0x1f, 0x26, 0x2b,
+ 0x18, 0x7e, 0x36, 0x60, 0x04, 0x73, 0xb6, 0x51, 0xc9, 0x35, 0xae, 0x8f,
+ 0x94, 0xcc, 0xf9, 0x56, 0x71, 0xb6, 0xca, 0x8b, 0xd2, 0x92, 0x53, 0xf0,
+ 0x7f, 0xc4, 0xe4, 0xe0, 0xb3, 0xb2, 0xe1, 0xf4, 0x1c, 0x57, 0x71, 0x90,
+ 0x38, 0xcf, 0x4a, 0xd6, 0xe3, 0xeb, 0xab, 0xaa, 0x22, 0x43, 0xa7, 0x71,
+ 0xc3, 0xc6, 0x8d, 0x1b, 0xba, 0x8d, 0x1b, 0x36, 0x6e, 0xdc, 0xd0, 0x6e,
+ 0xdc, 0xb0, 0x61, 0xe3, 0x86, 0x46, 0xe3, 0x86, 0x8d, 0x1b, 0x37, 0x24,
+ 0x1b, 0x37, 0x6c, 0xd7, 0xb8, 0xa1, 0xd6, 0xb8, 0x61, 0x65, 0xe3, 0xca,
+ 0x07, 0xef, 0x13, 0x08, 0x15, 0xbc, 0x60, 0x13, 0xd3, 0x26, 0x8f, 0xbf,
+ 0xa4, 0x05, 0x44, 0x88, 0xc5, 0xcb, 0x24, 0x91, 0x8d, 0x91, 0x84, 0x17,
+ 0xbf, 0x0f, 0x3e, 0xe5, 0x71, 0xf0, 0xe5, 0x62, 0xcc, 0x7f, 0x36, 0xc6,
+ 0x9c, 0x66, 0x69, 0x9e, 0xa7, 0xf7, 0x71, 0x26, 0x3d, 0x95, 0xd9, 0xb0,
+ 0x23, 0x49, 0x00, 0x13, 0x87, 0x7f, 0xd6, 0x77, 0x80, 0x2d, 0x9b, 0x25,
+ 0x1b, 0xb6, 0xc2, 0x7c, 0x49, 0x1f, 0xfb, 0xea, 0x4a, 0x08, 0x3f, 0x1a,
+ 0xd2, 0x78, 0x8a, 0x48, 0xf5, 0x4b, 0x26, 0x89, 0xef, 0xef, 0x0b, 0xf5,
+ 0x29, 0x2a, 0x6f, 0x93, 0x6a, 0x5e, 0x2e, 0x6b, 0xcc, 0xea, 0x7d, 0xaf,
+ 0x62, 0x16, 0xef, 0xd8, 0xaa, 0xed, 0xd5, 0x25, 0xc2, 0x3a, 0x99, 0xe1,
+ 0xb9, 0xaa, 0x0a, 0x04, 0x42, 0x67, 0xd4, 0x37, 0x85, 0xa2, 0x4f, 0x7c,
+ 0x40, 0x35, 0x51, 0x40, 0x1c, 0xfa, 0x99, 0x0f, 0xa8, 0x26, 0x06, 0x88,
+ 0x43, 0x9f, 0x6a, 0x4d, 0x44, 0xe5, 0xb4, 0x80, 0x92, 0x9f, 0x6e, 0x3a,
+ 0xa3, 0x05, 0x90, 0x15, 0xfe, 0xa3, 0x32, 0xbf, 0xf6, 0x16, 0x8b, 0xd0,
+ 0xc2, 0xe3, 0x36, 0x5a, 0x78, 0x4c, 0x68, 0xe1, 0x71, 0x53, 0x2d, 0x3c,
+ 0x26, 0xb4, 0xf0, 0xb8, 0x95, 0x16, 0x1e, 0xfb, 0xb4, 0xd0, 0xce, 0xa8,
+ 0x6b, 0xdf, 0x63, 0x9f, 0x16, 0xda, 0x19, 0x2d, 0x80, 0x66, 0x3e, 0xa0,
+ 0x46, 0x5a, 0x78, 0xec, 0xd5, 0x42, 0x27, 0xa7, 0x05, 0x94, 0xa9, 0x85,
+ 0x76, 0x46, 0x0b, 0x20, 0x52, 0x0b, 0x3d, 0xf9, 0xb5, 0x17, 0x6f, 0xae,
+ 0x16, 0x86, 0x6d, 0xe6, 0xc2, 0x90, 0x98, 0x0b, 0xc3, 0xa6, 0x73, 0x61,
+ 0x48, 0xcc, 0x85, 0x61, 0xab, 0xb9, 0x30, 0xf4, 0xcd, 0x85, 0x4e, 0x46,
+ 0x4d, 0xfb, 0x86, 0xbe, 0xb9, 0xd0, 0xc9, 0x68, 0x01, 0x34, 0xf3, 0x01,
+ 0x35, 0xd1, 0xc2, 0xd0, 0x3b, 0x17, 0xba, 0x39, 0x2d, 0xa0, 0x0c, 0x2d,
+ 0x74, 0x32, 0x5a, 0x00, 0x51, 0x5a, 0xe8, 0xcb, 0xaf, 0xbd, 0x2b, 0x24,
+ 0xb4, 0xb0, 0xcd, 0x5c, 0x18, 0x12, 0x73, 0x61, 0xd8, 0x74, 0x2e, 0x0c,
+ 0x89, 0xb9, 0x30, 0x6c, 0x35, 0x17, 0x86, 0xbe, 0xb9, 0xd0, 0xc9, 0xa8,
+ 0x6b, 0x5f, 0xdf, 0x5c, 0xe8, 0x64, 0xb4, 0x00, 0x9a, 0xf9, 0x80, 0x1a,
+ 0x69, 0xa1, 0x77, 0x2e, 0x74, 0x73, 0x5a, 0x40, 0x99, 0x5a, 0xd8, 0x72,
+ 0x2e, 0x0c, 0x6b, 0xe6, 0x42, 0x5f, 0xbe, 0x4f, 0x0b, 0xb9, 0x9b, 0x64,
+ 0xe1, 0xbb, 0x74, 0xf1, 0xf4, 0x4b, 0x8a, 0x96, 0x89, 0x44, 0x6a, 0x35,
+ 0xc0, 0x79, 0xba, 0x4a, 0x0a, 0xb6, 0xa7, 0xe4, 0xcf, 0x98, 0xac, 0xa4,
+ 0x6a, 0xd6, 0xb1, 0x74, 0x75, 0x6d, 0x94, 0x6d, 0xa4, 0xba, 0x6d, 0xf2,
+ 0xe2, 0xc5, 0xbf, 0x9e, 0xc7, 0xab, 0xcd, 0xbf, 0xbf, 0x78, 0xb1, 0x64,
+ 0x7f, 0x1d, 0x25, 0xd1, 0x22, 0xbd, 0x0d, 0xf8, 0xd3, 0xb9, 0x17, 0x5b,
+ 0x90, 0xc4, 0x7e, 0xbc, 0xfa, 0x11, 0x0e, 0x7a, 0x82, 0x1f, 0xb9, 0x75,
+ 0xe1, 0xab, 0x17, 0x5b, 0x5b, 0xf9, 0xe6, 0xe6, 0x9c, 0xe7, 0xf1, 0x57,
+ 0x87, 0xf0, 0xe0, 0x29, 0xdf, 0xde, 0x62, 0x7f, 0x5e, 0x21, 0x69, 0x2c,
+ 0x28, 0x19, 0xe9, 0x6d, 0x96, 0x6e, 0xd6, 0x82, 0xf8, 0x15, 0x9e, 0x43,
+ 0xe4, 0x41, 0xb4, 0x9a, 0x05, 0x6b, 0xb6, 0xfa, 0x16, 0xd7, 0xc0, 0x8c,
+ 0x8a, 0x93, 0x8d, 0xee, 0x92, 0xc5, 0x4c, 0xd0, 0xca, 0x53, 0x0b, 0x01,
+ 0xab, 0x0e, 0x2b, 0x58, 0x0f, 0x90, 0xf4, 0xfc, 0xf5, 0xfe, 0xa6, 0xb8,
+ 0x8e, 0x0b, 0xb8, 0x9c, 0x03, 0x36, 0xfe, 0xae, 0x3f, 0x98, 0xb2, 0x86,
+ 0x23, 0x59, 0x60, 0x50, 0xa2, 0xbd, 0x2a, 0x16, 0x04, 0x57, 0x7c, 0x8c,
+ 0x47, 0xf9, 0x2c, 0x9c, 0xa9, 0x03, 0x16, 0x3f, 0x42, 0x9a, 0x2c, 0xe4,
+ 0x53, 0xfd, 0x4b, 0x55, 0x1f, 0x40, 0xb9, 0x48, 0x16, 0xe5, 0xfb, 0xa2,
+ 0xba, 0xaa, 0xf2, 0x8e, 0x32, 0x01, 0xb8, 0x2f, 0x6e, 0x9d, 0x75, 0x3b,
+ 0xd8, 0xdd, 0x0e, 0x7e, 0x0d, 0x92, 0x5c, 0x3d, 0x5b, 0x11, 0x6f, 0xfc,
+ 0x83, 0xdf, 0x5e, 0x18, 0x5d, 0x22, 0x6c, 0x26, 0x46, 0xe9, 0x6a, 0x9e,
+ 0xdc, 0xca, 0x77, 0x47, 0x0c, 0x52, 0x98, 0x4b, 0xbc, 0xa2, 0x88, 0x27,
+ 0x11, 0x8f, 0xce, 0x8c, 0xee, 0x03, 0xc4, 0x3f, 0x03, 0x92, 0x21, 0x2f,
+ 0x66, 0x93, 0x3c, 0x5e, 0x47, 0x19, 0x98, 0x5a, 0x5b, 0xaa, 0x10, 0x67,
+ 0xb7, 0x4f, 0xd7, 0x4f, 0x39, 0xdb, 0xcb, 0x62, 0xaf, 0x31, 0x5d, 0x28,
+ 0x58, 0x7f, 0x3d, 0x61, 0x7f, 0x97, 0x81, 0x52, 0x5f, 0x05, 0x7e, 0xc0,
+ 0x00, 0xaa, 0xf2, 0x43, 0x70, 0x94, 0xdc, 0x26, 0xe0, 0xf2, 0x9c, 0x4f,
+ 0x09, 0xb9, 0x41, 0x2f, 0xd2, 0xb8, 0xaa, 0x62, 0x31, 0x7c, 0x8e, 0xcd,
+ 0x4d, 0x39, 0xe7, 0xd1, 0x4a, 0xa8, 0x02, 0x57, 0xa0, 0x93, 0x68, 0x85,
+ 0x14, 0x86, 0x3e, 0xc2, 0xeb, 0xdc, 0xb9, 0xc8, 0x70, 0xfb, 0x85, 0xe5,
+ 0x74, 0x60, 0x33, 0x3f, 0x9c, 0x5e, 0xcc, 0xe7, 0xe3, 0x9b, 0xc5, 0xb6,
+ 0xc0, 0x09, 0x3a, 0xfc, 0xf4, 0xed, 0xf5, 0x70, 0x14, 0xb0, 0x9c, 0x37,
+ 0xb2, 0x6b, 0x80, 0x9e, 0xed, 0x79, 0x2f, 0x1f, 0x96, 0xb0, 0x23, 0x66,
+ 0xdd, 0x52, 0x03, 0xba, 0xf2, 0x61, 0xae, 0x5a, 0x43, 0x86, 0xa4, 0x9c,
+ 0xa1, 0x57, 0xce, 0xb0, 0x0d, 0xe8, 0xca, 0x87, 0xb9, 0xaa, 0x82, 0x2c,
+ 0xbb, 0x22, 0x9a, 0x6a, 0x83, 0x92, 0xc1, 0x0c, 0x93, 0x2c, 0x50, 0xde,
+ 0xe2, 0xe0, 0x22, 0x1d, 0x7a, 0x5d, 0xce, 0x35, 0x68, 0xb9, 0x8e, 0x4a,
+ 0x70, 0x13, 0xe5, 0xc9, 0xd4, 0x00, 0x92, 0x2e, 0x4d, 0xb9, 0x6a, 0xa3,
+ 0x48, 0xfa, 0x1b, 0x2e, 0x4d, 0xdf, 0x5f, 0x91, 0x7c, 0x97, 0xc9, 0x4a,
+ 0x88, 0x50, 0xb2, 0xb1, 0x99, 0x6b, 0xf6, 0x10, 0xe1, 0x31, 0x0b, 0xd4,
+ 0xc4, 0x1d, 0x5e, 0xbf, 0x05, 0x36, 0x16, 0x3e, 0x6a, 0xde, 0xd2, 0x70,
+ 0x98, 0xde, 0x8a, 0xf7, 0xcc, 0x1e, 0x08, 0x03, 0x41, 0x46, 0x7a, 0x38,
+ 0x04, 0xf3, 0xab, 0x78, 0xc1, 0x28, 0x61, 0x74, 0x2a, 0xbf, 0xf3, 0x37,
+ 0x2c, 0x39, 0xc8, 0x31, 0xbd, 0x1c, 0xf6, 0x75, 0x98, 0xb2, 0x86, 0x1f,
+ 0xd3, 0x15, 0x83, 0x89, 0xa3, 0xcc, 0x98, 0xca, 0xf2, 0x65, 0xb4, 0x58,
+ 0xbc, 0x5d, 0x6f, 0x16, 0xb9, 0xe5, 0x94, 0xdc, 0x07, 0x6d, 0x0d, 0xd0,
+ 0xe8, 0x36, 0x9e, 0x95, 0x8f, 0xf5, 0xa0, 0xde, 0xd7, 0x98, 0x56, 0xbe,
+ 0xd7, 0x6b, 0x28, 0xa6, 0x05, 0x25, 0x06, 0xee, 0xb6, 0x8b, 0x27, 0x47,
+ 0xb9, 0x17, 0x37, 0xf8, 0xf1, 0xc7, 0x80, 0xfb, 0x26, 0xb8, 0x36, 0x31,
+ 0x2b, 0x0b, 0xe4, 0x8a, 0xec, 0x96, 0xf6, 0x3b, 0xfe, 0x46, 0xff, 0x39,
+ 0xa5, 0xd9, 0x53, 0x8a, 0xea, 0x47, 0xb4, 0x59, 0x82, 0xbb, 0x0f, 0xdf,
+ 0xec, 0xc2, 0xf2, 0xe1, 0x12, 0x84, 0xc9, 0xd4, 0x01, 0xa1, 0x4e, 0x24,
+ 0xbd, 0x78, 0xba, 0x16, 0xf8, 0x27, 0x7c, 0x26, 0x8d, 0x54, 0xa2, 0x1c,
+ 0x97, 0x25, 0xc1, 0x1f, 0xde, 0xb3, 0x09, 0xc4, 0x33, 0x90, 0xcb, 0x72,
+ 0x42, 0xb7, 0x9c, 0xb0, 0x75, 0x39, 0x61, 0x7d, 0x39, 0x5d, 0xb7, 0x9c,
+ 0x6e, 0xeb, 0x72, 0xba, 0xf5, 0xe5, 0xf4, 0xdc, 0x72, 0x7a, 0xad, 0xcb,
+ 0xe9, 0xd5, 0x97, 0xd3, 0x77, 0xcb, 0xe9, 0xb7, 0x2e, 0xa7, 0x5f, 0x5f,
+ 0xce, 0xc0, 0x2d, 0x67, 0xd0, 0xba, 0x9c, 0x41, 0x7d, 0x39, 0x7b, 0x6e,
+ 0x39, 0x7b, 0xad, 0xcb, 0xd9, 0xab, 0x2f, 0x67, 0xdf, 0x2d, 0x67, 0xbf,
+ 0x75, 0x39, 0xfb, 0xf5, 0xe5, 0x1c, 0xb8, 0xe5, 0x1c, 0xb4, 0x2e, 0xe7,
+ 0xa0, 0xbe, 0x9c, 0xce, 0x2e, 0x31, 0x50, 0x77, 0x2b, 0x56, 0x66, 0xf4,
+ 0x40, 0xdd, 0x6d, 0x50, 0x12, 0x35, 0x25, 0x74, 0x5a, 0x97, 0xd4, 0x60,
+ 0x4e, 0xe8, 0x10, 0x93, 0x02, 0xbe, 0x80, 0x6c, 0x57, 0x52, 0x68, 0xaf,
+ 0x42, 0xcd, 0x75, 0x22, 0x7e, 0xd0, 0xe1, 0xbb, 0x0f, 0x46, 0x2b, 0xfc,
+ 0xc4, 0xdd, 0xa0, 0x16, 0xaf, 0x96, 0xb5, 0x45, 0xdd, 0xe7, 0xe3, 0xea,
+ 0xef, 0x93, 0x31, 0xe9, 0x7e, 0x3e, 0x0e, 0x6e, 0xc0, 0x19, 0x1a, 0x9f,
+ 0xc6, 0x3d, 0x13, 0xae, 0x88, 0xc2, 0xd7, 0x19, 0xcd, 0x71, 0xa1, 0xaf,
+ 0x78, 0x3a, 0xc1, 0x4d, 0x12, 0xf9, 0xbf, 0x34, 0x74, 0x0b, 0x4a, 0x30,
+ 0xfe, 0x78, 0x52, 0x87, 0xe3, 0xde, 0x5e, 0x6a, 0xfa, 0x4a, 0xb0, 0xe7,
+ 0x9d, 0xc9, 0x8d, 0xe9, 0xfa, 0xef, 0xe5, 0xfb, 0xc0, 0xa7, 0x1e, 0x82,
+ 0x27, 0xb4, 0xe5, 0x0f, 0xbf, 0x41, 0xfe, 0xd0, 0x27, 0x7f, 0x8d, 0x06,
+ 0x48, 0xf9, 0xc3, 0xf6, 0xf2, 0x77, 0x6d, 0xf9, 0xbb, 0xdf, 0x20, 0x7f,
+ 0xd7, 0x27, 0x7f, 0xb7, 0x99, 0xfc, 0xdd, 0xf6, 0xf2, 0xf7, 0x6c, 0xf9,
+ 0x7b, 0xdf, 0x20, 0x7f, 0xcf, 0x27, 0x7f, 0xaf, 0x99, 0xfc, 0x3d, 0x8f,
+ 0xfc, 0xe6, 0x1e, 0x8f, 0xfb, 0x23, 0xd1, 0x17, 0xe1, 0xaf, 0xfc, 0x2e,
+ 0x4a, 0x9a, 0xaf, 0xe6, 0xa4, 0x8b, 0x0d, 0xb1, 0x3d, 0x80, 0xfd, 0x9e,
+ 0xeb, 0x5c, 0xa3, 0xc1, 0x7a, 0x13, 0x2a, 0x84, 0x3e, 0x72, 0x16, 0xb7,
+ 0x69, 0x96, 0x14, 0x77, 0xcb, 0xe0, 0x3d, 0xab, 0x85, 0x59, 0xd6, 0x32,
+ 0x5a, 0xcb, 0xbb, 0x3b, 0x6c, 0x32, 0xb1, 0x92, 0x83, 0x37, 0xdb, 0xca,
+ 0xb5, 0x0a, 0x5f, 0xc3, 0xd5, 0xcd, 0x42, 0xdc, 0x91, 0x0e, 0xce, 0x40,
+ 0x3f, 0x24, 0xf3, 0xe0, 0x6c, 0x78, 0x7e, 0x78, 0x34, 0x34, 0x98, 0xc4,
+ 0xc1, 0x49, 0x59, 0x0c, 0x6c, 0x9e, 0xad, 0x60, 0x58, 0xbe, 0xf6, 0xf9,
+ 0x21, 0x66, 0x8b, 0x6c, 0x73, 0xf7, 0x23, 0x42, 0x70, 0xd9, 0x50, 0x3c,
+ 0x3c, 0x96, 0x1f, 0x87, 0xed, 0x8f, 0xe6, 0xe6, 0xbe, 0x61, 0x51, 0x48,
+ 0xb3, 0xfa, 0xd1, 0x26, 0xbb, 0x8f, 0x79, 0x3f, 0x0a, 0xbf, 0x2f, 0xc9,
+ 0x7a, 0x91, 0xe0, 0xe1, 0x54, 0xa3, 0xdd, 0x42, 0x44, 0x20, 0x41, 0x20,
+ 0xa6, 0xd6, 0x48, 0xd0, 0x6d, 0xa5, 0xad, 0xa4, 0x9c, 0xbe, 0x5f, 0xe9,
+ 0x46, 0xce, 0xae, 0xd1, 0x7f, 0xa3, 0x4d, 0x92, 0x30, 0xb2, 0x46, 0x39,
+ 0x37, 0xd2, 0x39, 0x32, 0x83, 0xc6, 0xb7, 0xe1, 0xb1, 0xf0, 0x24, 0xc3,
+ 0xb1, 0xd1, 0x01, 0x53, 0xf0, 0x1a, 0xe2, 0x38, 0xbd, 0x69, 0x08, 0x0f,
+ 0x61, 0xa0, 0xce, 0xa3, 0xf5, 0x15, 0x44, 0x08, 0x50, 0xaf, 0x14, 0xb6,
+ 0x30, 0x14, 0x94, 0x70, 0x85, 0xcd, 0x3d, 0x71, 0x6b, 0x66, 0xc1, 0x7e,
+ 0xdd, 0xdd, 0xe4, 0xb1, 0x34, 0xd0, 0x3f, 0xe2, 0xb8, 0x81, 0xbd, 0x0b,
+ 0x71, 0xb4, 0x50, 0xed, 0xcd, 0xdc, 0x6f, 0x21, 0xdb, 0x96, 0xe0, 0xcb,
+ 0x0b, 0x5d, 0x6b, 0xb4, 0x0d, 0xeb, 0x5a, 0x3c, 0xee, 0x6d, 0xb6, 0xdf,
+ 0x72, 0x3f, 0xc2, 0xf0, 0xc4, 0x9c, 0x6d, 0x66, 0xe4, 0x93, 0x76, 0x83,
+ 0x1e, 0x33, 0xf9, 0x73, 0x77, 0xb1, 0x55, 0x9f, 0x6a, 0xad, 0x1d, 0xeb,
+ 0xef, 0xe0, 0x9b, 0x14, 0x0f, 0xae, 0x0f, 0xd6, 0x39, 0x77, 0x14, 0x20,
+ 0xea, 0x31, 0xbe, 0xbc, 0xde, 0x01, 0x7b, 0x9f, 0xc8, 0x00, 0x86, 0xe7,
+ 0xdf, 0xd8, 0x99, 0x2d, 0x80, 0x73, 0xab, 0xf7, 0x02, 0xfc, 0xa3, 0x0a,
+ 0x18, 0x1e, 0x63, 0x0f, 0x36, 0xdd, 0xee, 0x1a, 0xcb, 0x09, 0x7c, 0x73,
+ 0xf2, 0xc0, 0xa7, 0x4b, 0x06, 0x44, 0x2f, 0x27, 0x1e, 0x1e, 0xc6, 0xd1,
+ 0x06, 0x87, 0x0f, 0x5c, 0x37, 0x1c, 0xdf, 0xb3, 0x5e, 0x17, 0x9e, 0x06,
+ 0x70, 0xde, 0x9e, 0xa6, 0x10, 0xa9, 0xf7, 0x11, 0xa0, 0xd0, 0x3e, 0xa2,
+ 0xea, 0xcb, 0xf2, 0xf0, 0x70, 0x18, 0x17, 0x91, 0xc2, 0x3a, 0x5d, 0xae,
+ 0xa3, 0x69, 0xa1, 0x1e, 0xf9, 0xd7, 0x21, 0x96, 0x67, 0x27, 0xd2, 0x6b,
+ 0x9a, 0x75, 0xfa, 0x21, 0x52, 0x8d, 0xf9, 0x5f, 0x92, 0x06, 0xb9, 0x48,
+ 0x75, 0x78, 0xf4, 0x53, 0x0e, 0x49, 0x3c, 0x4d, 0x93, 0x85, 0x75, 0xd4,
+ 0x21, 0xb2, 0xc8, 0x6e, 0xc2, 0xe9, 0x04, 0x9d, 0xe7, 0xe8, 0xa7, 0xb2,
+ 0xe7, 0x2a, 0xb5, 0x19, 0x8a, 0xa3, 0xc4, 0x6e, 0xd5, 0xcc, 0xa1, 0x22,
+ 0xa5, 0x15, 0x67, 0x9a, 0xcd, 0x4a, 0x31, 0xa2, 0xdc, 0x69, 0xb3, 0xe2,
+ 0xed, 0xca, 0x8d, 0x72, 0xd7, 0x00, 0x4e, 0x4a, 0x26, 0x62, 0xde, 0x95,
+ 0x02, 0x22, 0xa2, 0x13, 0xf4, 0xee, 0xdb, 0x9a, 0x01, 0x83, 0xd2, 0x99,
+ 0x67, 0x6c, 0x32, 0x14, 0xa0, 0x17, 0xd8, 0x50, 0x78, 0xd5, 0x64, 0xf5,
+ 0xab, 0x68, 0x56, 0x31, 0x7c, 0xe8, 0x20, 0x96, 0xd1, 0x5b, 0x36, 0xaf,
+ 0xbd, 0x9a, 0x76, 0x4b, 0xae, 0xc0, 0x54, 0xab, 0x21, 0x4a, 0x20, 0x63,
+ 0x4d, 0x6d, 0xc2, 0xc2, 0x2c, 0xcc, 0x40, 0xda, 0xaf, 0xa9, 0x65, 0xc9,
+ 0xa1, 0xa7, 0x36, 0xf6, 0xda, 0xba, 0x4d, 0x6d, 0xc2, 0xea, 0xda, 0x84,
+ 0xcd, 0x6a, 0xd3, 0x66, 0x85, 0x2d, 0x4b, 0xee, 0x7a, 0x6a, 0x63, 0xaf,
+ 0xb4, 0xdb, 0xd4, 0xa6, 0x5b, 0x5d, 0x9b, 0x6e, 0xb3, 0xda, 0xb4, 0x59,
+ 0x6f, 0xcb, 0x92, 0x7b, 0x9e, 0xda, 0xd8, 0xeb, 0xee, 0x36, 0xb5, 0xe9,
+ 0x55, 0xd7, 0xa6, 0xd7, 0xac, 0x36, 0xbe, 0xd5, 0xb7, 0xef, 0x48, 0x90,
+ 0x31, 0x56, 0x9d, 0x08, 0xc2, 0xa4, 0xab, 0x1d, 0x08, 0x2a, 0xc9, 0xe8,
+ 0x43, 0x41, 0x57, 0xae, 0xe6, 0x67, 0x82, 0x65, 0x49, 0x21, 0x5d, 0x52,
+ 0xd8, 0xb6, 0x24, 0xdf, 0xa9, 0x60, 0x59, 0x52, 0x97, 0x2e, 0xa9, 0xdb,
+ 0xb6, 0x24, 0xdf, 0xb9, 0x60, 0x59, 0x52, 0x8f, 0x2e, 0xa9, 0xd7, 0xb6,
+ 0x24, 0xdf, 0xc9, 0x60, 0x59, 0x52, 0x9f, 0x2e, 0xa9, 0xdf, 0xb6, 0x24,
+ 0xdf, 0xd9, 0x60, 0x59, 0xd2, 0x80, 0x2e, 0x69, 0xd0, 0xb6, 0x24, 0xdf,
+ 0xe9, 0x60, 0x59, 0xd2, 0x1e, 0x5d, 0xd2, 0x5e, 0xdb, 0x92, 0x7c, 0xe7,
+ 0x83, 0x65, 0x49, 0xfb, 0x74, 0x49, 0xfb, 0x6d, 0x4b, 0xf2, 0x9d, 0x10,
+ 0x96, 0x25, 0x1d, 0xd0, 0x25, 0x1d, 0xb4, 0x2d, 0xc9, 0x77, 0x46, 0xa8,
+ 0x8d, 0xdc, 0x5d, 0xcf, 0xd0, 0xdd, 0xad, 0x9c, 0x52, 0x5a, 0x9c, 0x12,
+ 0x6a, 0x65, 0xf9, 0xa6, 0x89, 0xea, 0x0f, 0x65, 0x8b, 0x73, 0x42, 0xad,
+ 0x2c, 0xcf, 0x44, 0xd1, 0xa9, 0xfe, 0x8c, 0xf9, 0x4e, 0x0a, 0x35, 0xdb,
+ 0x02, 0xf9, 0x66, 0xda, 0x5c, 0x80, 0xca, 0x87, 0xd3, 0xda, 0x89, 0xa0,
+ 0x72, 0xff, 0x49, 0x2f, 0x59, 0xf5, 0x68, 0xe8, 0x9a, 0x2b, 0x2f, 0xb6,
+ 0x87, 0x99, 0xb3, 0xa9, 0xf9, 0x2d, 0x3a, 0x16, 0xd4, 0xb7, 0x30, 0x0d,
+ 0x98, 0xa5, 0x67, 0x34, 0x1a, 0xc1, 0xb8, 0x33, 0xb2, 0x63, 0xb1, 0x7f,
+ 0x12, 0xfb, 0x37, 0x73, 0x0d, 0xb7, 0xce, 0x70, 0x89, 0xc9, 0xbd, 0x2d,
+ 0x2f, 0xf2, 0xf8, 0x32, 0x5a, 0xc5, 0xb0, 0x26, 0xbc, 0xe4, 0xe9, 0x01,
+ 0x5e, 0xd1, 0xd5, 0x9c, 0x60, 0xb8, 0x6d, 0x34, 0x5a, 0x14, 0xe5, 0x82,
+ 0x15, 0x8f, 0x37, 0xac, 0x53, 0x81, 0x4a, 0xae, 0xe3, 0xce, 0x6e, 0x79,
+ 0xac, 0x6d, 0x32, 0x06, 0xaf, 0x4f, 0xd8, 0x86, 0x83, 0x9f, 0x98, 0x1c,
+ 0xef, 0xf7, 0xcb, 0xdb, 0x5e, 0x96, 0x7a, 0x1d, 0xaf, 0x72, 0xbc, 0x51,
+ 0xe5, 0x1f, 0x3d, 0x38, 0xc2, 0x61, 0xa9, 0xaa, 0x8f, 0x7e, 0xa3, 0x7b,
+ 0x53, 0xfa, 0x89, 0xe5, 0xe2, 0xf2, 0x32, 0x0d, 0xbf, 0xb0, 0x55, 0x12,
+ 0xb3, 0xbd, 0xa4, 0x55, 0x4f, 0xe9, 0xa6, 0x96, 0xe2, 0x6a, 0xd0, 0x70,
+ 0xc2, 0xd2, 0x41, 0x82, 0x96, 0x1a, 0x26, 0x57, 0xef, 0xd6, 0x16, 0x82,
+ 0x6d, 0xf4, 0xaf, 0x39, 0x62, 0x2c, 0x58, 0xe1, 0x4d, 0xbe, 0x60, 0x6a,
+ 0xbc, 0x5a, 0x67, 0x3b, 0x0d, 0xc9, 0xa3, 0x9d, 0xe3, 0xc8, 0xa2, 0x4f,
+ 0x87, 0x23, 0xbb, 0xfb, 0x78, 0xe1, 0x60, 0xf1, 0x9e, 0x25, 0xb3, 0x32,
+ 0x90, 0xbd, 0xba, 0x56, 0x77, 0x36, 0x32, 0x92, 0x04, 0xdf, 0xfd, 0x5a,
+ 0x6d, 0xae, 0x97, 0x55, 0x40, 0x3e, 0xd9, 0xfe, 0xaa, 0xbe, 0xaa, 0x34,
+ 0x7c, 0x4b, 0xca, 0xc8, 0x51, 0xab, 0x55, 0xc1, 0xda, 0x38, 0xc6, 0xe7,
+ 0xf4, 0xd6, 0x5d, 0xf9, 0x6c, 0x11, 0x9b, 0xdb, 0x12, 0x20, 0x2a, 0xc7,
+ 0xaf, 0x4b, 0x7d, 0xf7, 0x20, 0xb7, 0x9c, 0x40, 0xa8, 0xee, 0xe6, 0x2b,
+ 0x2d, 0x46, 0xac, 0xca, 0x03, 0x27, 0x44, 0x18, 0x54, 0xd5, 0xd5, 0x1e,
+ 0x97, 0x93, 0xc4, 0x8a, 0x72, 0xeb, 0x95, 0x7a, 0x22, 0x6c, 0x77, 0x41,
+ 0x63, 0x01, 0xf0, 0xcd, 0xad, 0x1e, 0xaa, 0xdc, 0x3a, 0x13, 0x7b, 0x8b,
+ 0xe8, 0x40, 0x25, 0x02, 0xda, 0xd9, 0x8d, 0x00, 0x91, 0x23, 0xf8, 0xd1,
+ 0x97, 0xd6, 0x61, 0x22, 0x05, 0x95, 0x63, 0x5d, 0x3e, 0xdd, 0x13, 0x7d,
+ 0x44, 0x38, 0x88, 0xf8, 0xad, 0x95, 0xc0, 0x9f, 0x63, 0xf3, 0x84, 0x12,
+ 0x1b, 0x5f, 0x5d, 0xc0, 0x68, 0x5a, 0xff, 0x19, 0xca, 0x80, 0x5c, 0xdb,
+ 0x28, 0x82, 0x25, 0x59, 0x83, 0xc9, 0xbb, 0x0f, 0x27, 0x07, 0x91, 0xc0,
+ 0xd4, 0xd4, 0x49, 0x5a, 0x21, 0x59, 0x83, 0x7a, 0xa9, 0xc2, 0xaa, 0xf2,
+ 0xf3, 0x40, 0x34, 0x95, 0xc2, 0x18, 0x99, 0x22, 0x89, 0x3e, 0xfb, 0x60,
+ 0x4b, 0x70, 0xf4, 0x31, 0xc8, 0x9b, 0x53, 0xae, 0xc7, 0xd3, 0xf9, 0x9c,
+ 0xe9, 0x22, 0x6e, 0x21, 0x2a, 0x2e, 0xaf, 0xcc, 0xaa, 0xa2, 0x9d, 0x99,
+ 0xf6, 0x55, 0x12, 0x36, 0x66, 0xa2, 0x70, 0x82, 0x56, 0x46, 0xc0, 0x51,
+ 0x8a, 0x60, 0x70, 0x94, 0x71, 0xe6, 0x5e, 0xf1, 0x8f, 0xe8, 0xa1, 0x16,
+ 0x0b, 0x4e, 0x19, 0x78, 0x11, 0xb0, 0x4c, 0xbd, 0x94, 0x14, 0x16, 0xe4,
+ 0x25, 0xfa, 0xa4, 0xf6, 0x81, 0xb1, 0x99, 0x1a, 0x01, 0xc6, 0x4f, 0xeb,
+ 0x18, 0x0e, 0xda, 0x3b, 0x24, 0x3c, 0x1f, 0x34, 0x1e, 0x99, 0x0b, 0x69,
+ 0x11, 0xdb, 0xaa, 0x0c, 0x7b, 0x5b, 0xc4, 0x31, 0x8d, 0x13, 0x87, 0x80,
+ 0x5c, 0x85, 0xa8, 0x66, 0x34, 0xee, 0xef, 0xca, 0xb1, 0x2a, 0x8f, 0x1c,
+ 0xb6, 0xb6, 0x2a, 0x1b, 0xb0, 0x16, 0x58, 0xed, 0x09, 0x75, 0x68, 0xe1,
+ 0xd1, 0xc2, 0x0b, 0x2d, 0xab, 0x6a, 0x04, 0x24, 0xf3, 0x9d, 0x41, 0x34,
+ 0x11, 0x23, 0x74, 0xea, 0x17, 0x7e, 0x9f, 0xfa, 0x85, 0x44, 0xfd, 0xc2,
+ 0x67, 0xd6, 0xcf, 0x73, 0x2a, 0x51, 0x21, 0x06, 0x9f, 0xfe, 0x8c, 0x1e,
+ 0xd4, 0x6f, 0x09, 0x54, 0x1f, 0xb6, 0x54, 0xdb, 0xfa, 0xd2, 0x64, 0xb5,
+ 0xad, 0xe2, 0x9a, 0xd6, 0xbb, 0x2c, 0x4f, 0xa6, 0x58, 0x01, 0xb8, 0x9e,
+ 0xd1, 0xd7, 0xba, 0x74, 0x44, 0x5b, 0x84, 0x7f, 0xdf, 0xb6, 0x68, 0xae,
+ 0x03, 0xf5, 0x6d, 0xe1, 0xd5, 0x0b, 0x77, 0x86, 0x39, 0x2e, 0x6e, 0xc0,
+ 0xc9, 0x12, 0xcc, 0xa1, 0xc7, 0xe3, 0x43, 0xb6, 0xba, 0x7e, 0x62, 0x1f,
+ 0x9d, 0x2f, 0xf2, 0x81, 0x3a, 0x38, 0x10, 0xde, 0xa0, 0xb5, 0x28, 0xcc,
+ 0x32, 0x71, 0x71, 0x73, 0xc2, 0x26, 0x79, 0x98, 0xc9, 0xf3, 0x0e, 0x48,
+ 0xd0, 0x0d, 0xfe, 0xeb, 0xbf, 0x8c, 0xd4, 0x90, 0xa7, 0xda, 0x25, 0xf9,
+ 0xad, 0x55, 0x6f, 0xd7, 0xeb, 0x87, 0x25, 0xf8, 0x8a, 0xfe, 0x05, 0xec,
+ 0x56, 0x23, 0x36, 0x6b, 0x6e, 0x32, 0xf6, 0x69, 0x8d, 0x31, 0x62, 0x4b,
+ 0xe7, 0x95, 0x4b, 0x1b, 0x7a, 0x68, 0x43, 0x82, 0xb6, 0xeb, 0xa1, 0xed,
+ 0x12, 0xb4, 0x3d, 0x0f, 0x6d, 0xef, 0x55, 0x45, 0x55, 0xe0, 0x33, 0x6d,
+ 0xe4, 0xb2, 0xb6, 0x28, 0x3f, 0x4a, 0xac, 0x45, 0xc1, 0x7c, 0x10, 0xfc,
+ 0x74, 0x4d, 0xe1, 0x0e, 0x8b, 0xbf, 0x73, 0xbc, 0x49, 0x67, 0x4f, 0xd6,
+ 0x07, 0x8a, 0xbf, 0xca, 0x86, 0xd8, 0x7d, 0xe5, 0x67, 0x1b, 0xde, 0x31,
+ 0x83, 0xfe, 0x81, 0xa3, 0xd9, 0xfb, 0x38, 0x78, 0x3d, 0xd7, 0x1e, 0xb8,
+ 0xbf, 0xb1, 0xf8, 0xd7, 0xf0, 0xdc, 0x7a, 0x9c, 0x82, 0xbf, 0x1a, 0x71,
+ 0xf8, 0x0e, 0xdc, 0x98, 0x2a, 0x3f, 0x12, 0x26, 0x83, 0x14, 0x26, 0x14,
+ 0xdb, 0x4a, 0xc5, 0xf3, 0x43, 0x28, 0x3d, 0x02, 0xfc, 0x0a, 0xb7, 0x3b,
+ 0xe1, 0xa4, 0x33, 0x9c, 0x4d, 0x47, 0x77, 0xd1, 0x6a, 0xa5, 0x2e, 0x3a,
+ 0xaa, 0xba, 0xd6, 0x2c, 0xe5, 0xfe, 0xde, 0xf8, 0x3c, 0xc2, 0xed, 0xfa,
+ 0xe7, 0xb1, 0x34, 0x29, 0x44, 0x6b, 0x64, 0xf9, 0x89, 0x64, 0x94, 0x70,
+ 0x97, 0xd2, 0xd1, 0xc6, 0xac, 0x01, 0x83, 0xe3, 0xa5, 0xa3, 0x16, 0x46,
+ 0x00, 0x93, 0xac, 0x0a, 0x08, 0x8c, 0xa0, 0x7d, 0x03, 0xeb, 0x40, 0xe4,
+ 0xd4, 0x79, 0x8a, 0x9c, 0x72, 0xef, 0xa3, 0x61, 0x61, 0x24, 0x6f, 0xf1,
+ 0x44, 0xa4, 0xa1, 0x4c, 0xa1, 0x21, 0x53, 0xfc, 0x78, 0x17, 0x6d, 0xf2,
+ 0x82, 0x10, 0x2a, 0xac, 0x13, 0xea, 0x98, 0xb3, 0xea, 0x52, 0x49, 0x34,
+ 0x52, 0xac, 0xb0, 0x41, 0x6f, 0x98, 0xf7, 0xdf, 0x9b, 0x47, 0x0c, 0x10,
+ 0xaf, 0x5b, 0x6c, 0xa3, 0xbb, 0xa4, 0x15, 0xbe, 0x35, 0x18, 0x6e, 0x1e,
+ 0x03, 0x9e, 0x6f, 0x8e, 0x0d, 0x8c, 0xfb, 0x82, 0x56, 0xe0, 0x06, 0x37,
+ 0x5c, 0xf1, 0x01, 0xb7, 0xb4, 0x10, 0xaf, 0x60, 0x57, 0xd6, 0xa5, 0xb2,
+ 0xc4, 0xeb, 0x69, 0x96, 0xac, 0x0b, 0x1c, 0x5c, 0xca, 0x64, 0xdc, 0x5e,
+ 0x94, 0x00, 0xdd, 0x28, 0x5a, 0x24, 0x37, 0x7c, 0x4f, 0xe4, 0x39, 0xa9,
+ 0xcd, 0x11, 0xa9, 0xb4, 0x2f, 0xd7, 0xe1, 0xaf, 0xd5, 0xe9, 0x44, 0x05,
+ 0xab, 0xd2, 0x2b, 0xe3, 0x52, 0x4e, 0x20, 0x60, 0x66, 0xf0, 0x43, 0xa7,
+ 0xaa, 0x6c, 0xa5, 0x04, 0x15, 0x00, 0x61, 0x2d, 0x40, 0xb7, 0x1a, 0xa0,
+ 0x5b, 0x0b, 0xd0, 0xab, 0x06, 0xe8, 0x55, 0x36, 0x02, 0xea, 0x5c, 0xc7,
+ 0xdc, 0x20, 0x0a, 0x7e, 0xcc, 0xaa, 0x69, 0x02, 0xa4, 0x09, 0xab, 0xd8,
+ 0x2b, 0x1b, 0x00, 0x69, 0xba, 0x55, 0xec, 0x95, 0xd5, 0x47, 0x9a, 0x5e,
+ 0x15, 0x7b, 0xaf, 0x96, 0xbd, 0x5f, 0xc5, 0xde, 0xaf, 0x65, 0x1f, 0x54,
+ 0xb1, 0x0f, 0x5e, 0xe9, 0xbb, 0x29, 0x7e, 0x5a, 0x93, 0x73, 0xc3, 0xfa,
+ 0xf1, 0x5d, 0x9c, 0x2d, 0x93, 0x9c, 0x0d, 0x54, 0xf3, 0x65, 0x05, 0xdb,
+ 0x0f, 0x73, 0x3a, 0x8e, 0x07, 0x5b, 0xe0, 0x1c, 0x7f, 0x5b, 0x7b, 0xaa,
+ 0xc8, 0x20, 0x83, 0xbb, 0x4c, 0x8a, 0x8c, 0x8d, 0x7b, 0xf0, 0x62, 0xc0,
+ 0x49, 0x3b, 0x8a, 0xe3, 0xd5, 0x90, 0xa7, 0x77, 0xea, 0x99, 0x42, 0x87,
+ 0x29, 0x24, 0x99, 0x08, 0x2b, 0x07, 0xb0, 0x02, 0xc0, 0xcf, 0x90, 0x6d,
+ 0x36, 0xa0, 0x4b, 0x0e, 0xee, 0x03, 0xdc, 0xcf, 0x99, 0x4e, 0xa1, 0xcc,
+ 0x1f, 0xd8, 0x17, 0x06, 0x33, 0xab, 0x0e, 0x02, 0x78, 0xc9, 0xe7, 0xc3,
+ 0xcb, 0x1d, 0xb0, 0x83, 0x32, 0x2f, 0xc2, 0xa3, 0xb5, 0xd9, 0x57, 0x60,
+ 0x63, 0x42, 0x55, 0x85, 0x11, 0x0a, 0x33, 0x80, 0x92, 0x2c, 0x5a, 0xae,
+ 0x17, 0xce, 0xf9, 0x28, 0xd8, 0x5e, 0x99, 0x90, 0x50, 0x68, 0xd3, 0xe6,
+ 0x39, 0x1f, 0x9e, 0x58, 0xc5, 0xce, 0x6d, 0xf9, 0x4e, 0x24, 0x56, 0x60,
+ 0x53, 0xa2, 0xcf, 0x79, 0xe3, 0x7c, 0x02, 0xa8, 0xd9, 0xe6, 0x7a, 0x95,
+ 0xcf, 0xd1, 0xee, 0x7d, 0xa5, 0xdf, 0x6a, 0x33, 0x06, 0xe2, 0x4b, 0x5e,
+ 0xf7, 0x00, 0xe8, 0x42, 0xf6, 0xf4, 0xeb, 0xfc, 0x8d, 0xb9, 0x62, 0xb9,
+ 0xb5, 0xaa, 0xfd, 0x25, 0x99, 0xc5, 0x37, 0xf0, 0x49, 0xbf, 0x68, 0xac,
+ 0x1c, 0xe7, 0x49, 0x3e, 0x15, 0xb4, 0xe6, 0x00, 0xb8, 0xcf, 0xca, 0x60,
+ 0x14, 0xfc, 0xdb, 0x7a, 0x15, 0x70, 0x75, 0x08, 0xca, 0x68, 0x14, 0x26,
+ 0xfa, 0x9a, 0xad, 0x8e, 0x74, 0x8d, 0xf9, 0x1c, 0xdf, 0x25, 0xf0, 0x64,
+ 0x0c, 0x33, 0x48, 0x81, 0xb4, 0x37, 0x63, 0xa5, 0x7e, 0xeb, 0xef, 0xc5,
+ 0x1c, 0xf2, 0x72, 0x44, 0x60, 0x6b, 0x5f, 0xa0, 0x0d, 0xc6, 0x72, 0x4d,
+ 0xa2, 0x83, 0x11, 0x8d, 0x0b, 0x8f, 0x87, 0xa5, 0x34, 0x3e, 0x9a, 0x02,
+ 0x9b, 0x05, 0x70, 0x63, 0xe0, 0xaa, 0x12, 0xce, 0xe2, 0xfb, 0x78, 0xa1,
+ 0x7d, 0xcf, 0x91, 0x63, 0x01, 0x89, 0xf4, 0xa8, 0x5e, 0xde, 0x40, 0x48,
+ 0x30, 0xa3, 0x98, 0x57, 0x43, 0x9e, 0xe8, 0x2f, 0x68, 0xaa, 0x62, 0xa5,
+ 0x1e, 0xb1, 0x0e, 0x43, 0x7b, 0x45, 0xcd, 0x2d, 0x0a, 0x6c, 0x62, 0xca,
+ 0x60, 0xaa, 0x33, 0x49, 0x81, 0x70, 0xd6, 0x13, 0xc5, 0xdb, 0x82, 0xaf,
+ 0x10, 0xc4, 0xd2, 0xf8, 0x97, 0xb1, 0xa5, 0xd3, 0xca, 0x2b, 0x96, 0xf0,
+ 0xd8, 0x87, 0x55, 0x2a, 0x77, 0x22, 0xa0, 0x5c, 0x78, 0x60, 0x27, 0x4f,
+ 0xde, 0xa4, 0xee, 0x34, 0x3e, 0x6f, 0x66, 0xb3, 0xda, 0x19, 0xbe, 0xca,
+ 0x11, 0xd3, 0x30, 0x16, 0x00, 0x2b, 0x17, 0x12, 0x28, 0x2d, 0xd8, 0xfc,
+ 0xcc, 0x29, 0x95, 0xdc, 0xaf, 0x74, 0x9d, 0xb5, 0xfa, 0x63, 0x11, 0xf3,
+ 0x05, 0x16, 0xaf, 0x1e, 0x9e, 0xd8, 0xa3, 0x5d, 0x9c, 0x6c, 0x53, 0xfd,
+ 0xae, 0x85, 0xef, 0xeb, 0x16, 0xf6, 0x59, 0x79, 0x3c, 0xdd, 0x5c, 0x17,
+ 0x89, 0x8c, 0x9f, 0x82, 0xad, 0x34, 0xfa, 0x14, 0xe4, 0x2a, 0xc9, 0xfa,
+ 0x00, 0xa4, 0x9a, 0x6d, 0x90, 0x16, 0xce, 0xd1, 0x24, 0xfa, 0xe6, 0x77,
+ 0x52, 0xdf, 0xc7, 0x06, 0x49, 0x84, 0xc5, 0x64, 0x3b, 0x57, 0x4d, 0x5f,
+ 0x2f, 0xd3, 0x35, 0xab, 0x58, 0x16, 0xdc, 0xf3, 0xd1, 0xda, 0xbc, 0x27,
+ 0xf3, 0x75, 0x22, 0xb7, 0x9c, 0xe2, 0xa3, 0x7b, 0x79, 0x6a, 0xcd, 0xe0,
+ 0xfc, 0xb5, 0x2e, 0x9b, 0xa0, 0x74, 0x9b, 0xa7, 0x93, 0x8b, 0xf3, 0x63,
+ 0x38, 0x3e, 0xcb, 0xd3, 0x5a, 0x0b, 0x55, 0x6d, 0x00, 0x80, 0x07, 0xcc,
+ 0x1c, 0x82, 0x4e, 0x8a, 0x0f, 0xf2, 0xf0, 0x63, 0xc0, 0x12, 0x5e, 0xd9,
+ 0x44, 0x9f, 0x93, 0x8c, 0xed, 0x95, 0x17, 0xa5, 0x92, 0x23, 0xa5, 0x48,
+ 0xe5, 0xab, 0xe3, 0x00, 0x9e, 0xbe, 0x59, 0x05, 0xcf, 0x46, 0xe0, 0xc8,
+ 0x8c, 0xb7, 0xee, 0xf5, 0x51, 0x00, 0xbf, 0x82, 0xb3, 0x14, 0x5f, 0x7c,
+ 0x5a, 0xe3, 0x23, 0x99, 0x27, 0xf6, 0xa4, 0xfb, 0xf6, 0x24, 0x79, 0x65,
+ 0x6d, 0x01, 0xa2, 0xc5, 0x02, 0x4a, 0xe9, 0x08, 0x48, 0x70, 0x18, 0x1d,
+ 0xac, 0x93, 0x55, 0x0a, 0x81, 0xdb, 0x77, 0xba, 0x16, 0xa6, 0x20, 0x0e,
+ 0x09, 0xe2, 0xd0, 0x47, 0xdc, 0x9d, 0x74, 0x26, 0x6c, 0x30, 0x4e, 0xc2,
+ 0x6d, 0x9b, 0xa5, 0xeb, 0xb0, 0x58, 0xcd, 0x8a, 0xf3, 0xfe, 0xf1, 0x9f,
+ 0x2e, 0x8f, 0xaf, 0x4e, 0xcf, 0x8f, 0x3f, 0x8e, 0x87, 0x67, 0xc1, 0xc9,
+ 0xf1, 0x70, 0xfc, 0xe9, 0xea, 0xf8, 0xda, 0xec, 0xbc, 0x69, 0xb7, 0xab,
+ 0x6d, 0x1b, 0xb9, 0x6c, 0x97, 0xe3, 0x70, 0x77, 0xb7, 0xa3, 0x8e, 0x78,
+ 0x0d, 0x86, 0xbb, 0xf5, 0x7c, 0x3d, 0x8a, 0x96, 0x9a, 0x6a, 0x7d, 0xb8,
+ 0x3c, 0xb9, 0x64, 0x6d, 0xb9, 0x0c, 0x46, 0xfe, 0xf7, 0x88, 0xc0, 0x05,
+ 0x7e, 0xa1, 0x6c, 0x36, 0xf4, 0x15, 0x65, 0xf2, 0x31, 0x05, 0x17, 0x65,
+ 0x9c, 0xa5, 0x37, 0x71, 0x8e, 0x1f, 0xd0, 0xdf, 0x1c, 0x30, 0x7e, 0x5a,
+ 0x2b, 0xcf, 0xf7, 0xb8, 0xd8, 0x88, 0x28, 0xee, 0x3e, 0xe4, 0x17, 0xa1,
+ 0x21, 0x1c, 0x4c, 0xac, 0x6c, 0xf2, 0x88, 0x94, 0x69, 0xdd, 0xb6, 0x06,
+ 0x29, 0x84, 0x2c, 0x29, 0x1a, 0x80, 0xfa, 0x77, 0x87, 0xf3, 0x68, 0x35,
+ 0x7d, 0xfa, 0x20, 0xee, 0x79, 0xca, 0x03, 0xed, 0x13, 0x48, 0x0e, 0x64,
+ 0x7a, 0xf3, 0xe1, 0xe9, 0xcf, 0x02, 0x7b, 0x43, 0x0c, 0xc5, 0x27, 0xe6,
+ 0xc9, 0xe3, 0x47, 0xf6, 0x25, 0x49, 0xd8, 0xcc, 0xc8, 0x76, 0x91, 0x3b,
+ 0x3c, 0x1a, 0xb2, 0x35, 0x81, 0xb1, 0x29, 0xff, 0xc4, 0x74, 0x19, 0x85,
+ 0xf7, 0x22, 0x73, 0xcb, 0x4f, 0xd4, 0xaf, 0xdc, 0x84, 0x37, 0x9e, 0x01,
+ 0x31, 0x52, 0xfc, 0xe6, 0xe0, 0x08, 0x27, 0xae, 0xfc, 0x62, 0xe8, 0xf8,
+ 0x3f, 0x36, 0xc9, 0x7d, 0xb4, 0x60, 0xf3, 0xa6, 0xc2, 0x14, 0xde, 0x5c,
+ 0x77, 0xf8, 0x95, 0x50, 0x10, 0x97, 0x14, 0x0d, 0x0a, 0x88, 0x56, 0x45,
+ 0x72, 0x16, 0xdd, 0x96, 0x1b, 0x64, 0xe3, 0xcf, 0xab, 0x21, 0xcb, 0x7e,
+ 0xcb, 0xf2, 0x83, 0xe1, 0x99, 0xb5, 0xdc, 0xcd, 0xd2, 0x22, 0xca, 0x9e,
+ 0x34, 0x25, 0xbc, 0xc2, 0x04, 0xfb, 0x81, 0x78, 0x94, 0xc0, 0xf2, 0x53,
+ 0x4e, 0xb2, 0xea, 0xa6, 0x08, 0xfc, 0xc2, 0xf3, 0x2c, 0x1e, 0x1f, 0xb1,
+ 0xce, 0xdc, 0xb2, 0x7c, 0x43, 0x29, 0xf9, 0x30, 0x84, 0x62, 0x6e, 0x59,
+ 0xf6, 0x8a, 0x03, 0xa2, 0xe3, 0xf9, 0x3c, 0x46, 0xaf, 0x84, 0xc3, 0x2c,
+ 0x8e, 0x74, 0x6f, 0x5d, 0xb1, 0xcc, 0x08, 0x98, 0x62, 0x44, 0xb8, 0xbf,
+ 0x94, 0x9f, 0xb7, 0x0f, 0xf1, 0x02, 0x3f, 0xfd, 0xba, 0x36, 0xb3, 0x24,
+ 0x71, 0xb8, 0xb6, 0x2d, 0x66, 0xe1, 0xd3, 0xd5, 0x3c, 0x65, 0x6c, 0xff,
+ 0x5a, 0x7e, 0x0b, 0x99, 0x32, 0x2f, 0xd9, 0xbc, 0x92, 0xff, 0xfb, 0x8b,
+ 0x9f, 0x61, 0xd1, 0x01, 0xff, 0xfe, 0x18, 0x2d, 0xe3, 0xad, 0xf7, 0xf2,
+ 0x57, 0x67, 0x5b, 0xfe, 0x2b, 0x54, 0xff, 0x5a, 0xbd, 0x7b, 0xf7, 0xae,
+ 0xa4, 0x67, 0x9f, 0x3b, 0x78, 0x6b, 0xba, 0x9a, 0xc1, 0x24, 0x9a, 0xac,
+ 0x12, 0x38, 0x30, 0x5b, 0x82, 0x9f, 0x85, 0x48, 0x51, 0xac, 0x18, 0x24,
+ 0xcc, 0xd6, 0xc1, 0x0d, 0x13, 0x3d, 0xcf, 0xd9, 0xd7, 0x0d, 0x23, 0x23,
+ 0x05, 0x1d, 0xf8, 0xcf, 0x4a, 0x92, 0xe5, 0xac, 0x05, 0xa2, 0x82, 0x4d,
+ 0xb9, 0x6c, 0x72, 0x63, 0x84, 0xf1, 0x23, 0xfb, 0x34, 0x17, 0xf8, 0x56,
+ 0x35, 0x48, 0xb3, 0x59, 0x9c, 0xb1, 0x32, 0x59, 0x05, 0xc7, 0x77, 0x49,
+ 0x1e, 0xcc, 0x52, 0x36, 0xd6, 0x56, 0x29, 0x44, 0xcd, 0x9c, 0x2e, 0x36,
+ 0x33, 0x58, 0xa8, 0x3c, 0x41, 0xc8, 0xb3, 0xcd, 0x82, 0x09, 0x52, 0xa0,
+ 0xeb, 0x80, 0x74, 0x9a, 0x82, 0xad, 0x37, 0x5b, 0x97, 0xa5, 0xeb, 0x38,
+ 0x98, 0x45, 0x05, 0x6b, 0xca, 0x74, 0xb5, 0x00, 0x77, 0xd9, 0x31, 0x90,
+ 0xae, 0xd9, 0x17, 0x89, 0xa7, 0x07, 0x49, 0x91, 0xc7, 0x8b, 0xf9, 0xbb,
+ 0x17, 0xac, 0x4e, 0x5f, 0x86, 0x57, 0x1f, 0x4f, 0x3f, 0xfe, 0xf2, 0xf2,
+ 0x25, 0xec, 0x14, 0xf1, 0xc9, 0xb0, 0x10, 0xed, 0xe6, 0x69, 0x0d, 0xcf,
+ 0xb7, 0xc6, 0x9b, 0x15, 0x84, 0x64, 0xd8, 0xcc, 0x92, 0xf4, 0x27, 0x90,
+ 0x80, 0xd5, 0x74, 0x11, 0x2c, 0xe3, 0x65, 0x9a, 0xe9, 0x01, 0x02, 0x70,
+ 0x6e, 0x78, 0x17, 0x9c, 0xce, 0xa1, 0x30, 0x0d, 0x85, 0x15, 0x80, 0xbe,
+ 0x00, 0x60, 0xaf, 0xb3, 0xc6, 0x35, 0x32, 0xff, 0xb2, 0x04, 0xaf, 0x59,
+ 0x8f, 0x40, 0x1b, 0x16, 0x6f, 0x24, 0x18, 0xab, 0x34, 0x08, 0x3a, 0x55,
+ 0x3d, 0xb5, 0xad, 0x97, 0xcd, 0x1b, 0xe9, 0x2e, 0x02, 0x55, 0xc0, 0x07,
+ 0xc3, 0x41, 0x3a, 0x0f, 0x44, 0xe0, 0x04, 0xf1, 0xb8, 0x1c, 0xca, 0x62,
+ 0x4d, 0xbf, 0x8c, 0x9e, 0x82, 0x69, 0x06, 0x3e, 0xfc, 0x84, 0x6b, 0xc8,
+ 0x25, 0x9b, 0x0e, 0xa3, 0xdb, 0x38, 0x87, 0x1e, 0x3c, 0x65, 0x0d, 0x98,
+ 0xb3, 0x86, 0x5e, 0xf3, 0xa8, 0xae, 0xd8, 0xfc, 0xa6, 0xc4, 0xc1, 0x43,
+ 0xba, 0x59, 0xcc, 0xb0, 0xa9, 0x8b, 0xa7, 0x75, 0x32, 0x8d, 0x20, 0x12,
+ 0x02, 0xaf, 0x03, 0x36, 0x39, 0x9b, 0xec, 0x45, 0x5d, 0x58, 0x4f, 0x46,
+ 0x81, 0xac, 0x06, 0xb4, 0x25, 0xc3, 0xcf, 0xe3, 0x38, 0x18, 0x5f, 0x4f,
+ 0x4e, 0x2f, 0x26, 0xe3, 0xe3, 0xeb, 0xf1, 0x64, 0x74, 0x71, 0x7e, 0x3e,
+ 0xfc, 0x78, 0x04, 0x75, 0x9b, 0xb3, 0x51, 0x0f, 0xd3, 0x1b, 0x3a, 0x25,
+ 0x64, 0xb4, 0x2f, 0xa6, 0xcb, 0xd9, 0x04, 0x56, 0x36, 0x93, 0x7c, 0xfd,
+ 0xb5, 0x13, 0x80, 0x4a, 0xff, 0xe5, 0xdf, 0x1e, 0x77, 0x77, 0xff, 0xed,
+ 0xb1, 0x13, 0xf2, 0xbf, 0x77, 0x3b, 0xaf, 0x0c, 0xa2, 0x90, 0x24, 0x0a,
+ 0x4d, 0xa2, 0x2e, 0x49, 0xd4, 0x35, 0x89, 0x7a, 0x24, 0x51, 0xcf, 0x24,
+ 0xea, 0x93, 0x44, 0x7d, 0x93, 0x68, 0x40, 0x12, 0x0d, 0x4c, 0xa2, 0x3d,
+ 0x92, 0x68, 0xcf, 0x24, 0xda, 0x27, 0x89, 0xf6, 0x4d, 0xa2, 0x03, 0x92,
+ 0xe8, 0xc0, 0x24, 0xea, 0xec, 0x52, 0x44, 0x91, 0x45, 0xd4, 0xa1, 0x88,
+ 0x6e, 0x2c, 0xa2, 0x90, 0x22, 0x9a, 0xbe, 0xd2, 0x3a, 0x6f, 0xb1, 0x89,
+ 0x8c, 0xce, 0x0b, 0x77, 0x89, 0xce, 0x63, 0x44, 0x21, 0x49, 0x14, 0x9a,
+ 0x44, 0x5d, 0x92, 0xa8, 0x6b, 0x12, 0xf5, 0x48, 0xa2, 0x9e, 0x49, 0xd4,
+ 0x27, 0x89, 0xfa, 0x26, 0xd1, 0x80, 0x24, 0x1a, 0x98, 0x44, 0x7b, 0x24,
+ 0xd1, 0x9e, 0x49, 0xb4, 0x4f, 0x12, 0xed, 0xeb, 0x0d, 0xc5, 0xb6, 0x08,
+ 0xa6, 0x96, 0x77, 0x89, 0x86, 0x62, 0x44, 0x21, 0x49, 0x14, 0x9a, 0x44,
+ 0x5d, 0x92, 0xa8, 0x6b, 0x12, 0xf5, 0x48, 0xa2, 0x9e, 0x49, 0xd4, 0x27,
+ 0x89, 0xfa, 0x26, 0xd1, 0x80, 0x24, 0x1a, 0x98, 0x44, 0x7b, 0x24, 0xd1,
+ 0x9e, 0x49, 0xb4, 0x4f, 0x12, 0xed, 0x9b, 0x44, 0x07, 0x24, 0xd1, 0x81,
+ 0x49, 0x64, 0x6a, 0xb9, 0x24, 0x8a, 0x2c, 0xa2, 0x0e, 0x45, 0x74, 0x63,
+ 0x11, 0x85, 0x14, 0x91, 0xa1, 0xe5, 0x53, 0xf8, 0xd6, 0x2f, 0x74, 0xb2,
+ 0x81, 0x20, 0x8b, 0x05, 0x19, 0x6c, 0x42, 0xd1, 0x21, 0xea, 0x84, 0xed,
+ 0xda, 0x28, 0xc2, 0xf9, 0x2b, 0x9b, 0x6e, 0x3e, 0x27, 0xe8, 0x3a, 0xbb,
+ 0x02, 0x10, 0x5c, 0xfe, 0x83, 0x97, 0x2d, 0xe1, 0xd3, 0x6b, 0xd2, 0xa1,
+ 0x88, 0x85, 0xee, 0xd8, 0xb4, 0x21, 0x45, 0x1b, 0xd2, 0xb4, 0x5d, 0x8a,
+ 0xb6, 0x4b, 0xd3, 0xf6, 0x28, 0xda, 0x9e, 0xde, 0x50, 0xe0, 0x4a, 0x69,
+ 0x92, 0xc5, 0x8b, 0xe8, 0x09, 0xd6, 0x9d, 0x44, 0x33, 0xec, 0xea, 0x33,
+ 0x0c, 0xd8, 0x18, 0xc6, 0x99, 0xa2, 0x27, 0xc8, 0x3b, 0x04, 0xf9, 0x2c,
+ 0xc9, 0x61, 0x61, 0x25, 0xd8, 0x08, 0x26, 0x7d, 0xb0, 0x44, 0xd3, 0x4a,
+ 0x71, 0x74, 0x45, 0x67, 0xab, 0xf3, 0x49, 0x67, 0xcb, 0x43, 0xd8, 0xb5,
+ 0x08, 0x43, 0x1f, 0xa1, 0x3e, 0xbe, 0xa6, 0x77, 0xf1, 0xf4, 0xeb, 0x84,
+ 0x6f, 0xca, 0x27, 0x0b, 0x08, 0xcb, 0x43, 0xb2, 0x18, 0x03, 0x09, 0x62,
+ 0x19, 0xb0, 0xe5, 0xf0, 0x7d, 0xec, 0xc1, 0x37, 0x3e, 0x1b, 0x31, 0x7c,
+ 0xfc, 0x0d, 0x1e, 0x82, 0x63, 0xa6, 0x71, 0xc0, 0xd6, 0xa5, 0x12, 0x5e,
+ 0xce, 0x59, 0x53, 0x71, 0x2d, 0x14, 0x4f, 0xf0, 0x28, 0x78, 0xb2, 0x59,
+ 0x1b, 0xe4, 0x3d, 0x53, 0x74, 0x9b, 0x1a, 0x82, 0xaf, 0x53, 0xe4, 0x42,
+ 0x78, 0x74, 0x31, 0x36, 0x61, 0x0b, 0xdc, 0x7d, 0xf6, 0x67, 0x8b, 0x04,
+ 0x16, 0x53, 0xc2, 0x43, 0x96, 0x30, 0x50, 0xee, 0xed, 0x86, 0x26, 0x1c,
+ 0x72, 0xc2, 0xb8, 0xb8, 0x99, 0x44, 0x9b, 0x22, 0x2d, 0xd8, 0x92, 0x89,
+ 0x26, 0x1c, 0x09, 0x42, 0x5c, 0x95, 0x4f, 0x60, 0xfd, 0x37, 0x81, 0x7d,
+ 0x0d, 0x49, 0x7b, 0x64, 0x82, 0x96, 0xf5, 0x23, 0xa9, 0x8f, 0x39, 0xb5,
+ 0xd4, 0xcb, 0x6a, 0xe8, 0x13, 0x57, 0x5e, 0x46, 0x9c, 0x92, 0xcd, 0xdb,
+ 0xd9, 0x2d, 0x89, 0x43, 0x5b, 0x12, 0x82, 0x5c, 0x8c, 0x96, 0x07, 0x71,
+ 0x4a, 0x3c, 0x81, 0x35, 0x17, 0x5b, 0x72, 0xb1, 0xce, 0x9b, 0xc1, 0x72,
+ 0x90, 0xe0, 0x08, 0x8d, 0x46, 0x89, 0x1f, 0x0b, 0x21, 0x38, 0x85, 0xde,
+ 0x2d, 0x85, 0x91, 0x55, 0xfd, 0x6b, 0xb4, 0x9c, 0x70, 0x97, 0xe8, 0x14,
+ 0x43, 0x4f, 0xce, 0x22, 0xd9, 0x8a, 0xc9, 0x54, 0xdc, 0xb1, 0x55, 0xeb,
+ 0x64, 0xbe, 0x88, 0xf2, 0x3b, 0x12, 0x5e, 0x0c, 0x45, 0xb6, 0x97, 0x98,
+ 0xa2, 0x13, 0x3a, 0xb6, 0xb6, 0xa5, 0xe5, 0x18, 0x98, 0x1d, 0xb9, 0x5e,
+ 0x24, 0x38, 0x8d, 0xa3, 0x82, 0x53, 0xf4, 0x7b, 0x42, 0xa5, 0x41, 0xe7,
+ 0x54, 0xd3, 0x24, 0xb3, 0xc7, 0xc9, 0xae, 0x01, 0xdf, 0x37, 0x67, 0x28,
+ 0x87, 0xba, 0x43, 0x52, 0x77, 0x24, 0x38, 0xeb, 0x42, 0x31, 0xd2, 0xcd,
+ 0x91, 0xb5, 0x77, 0x50, 0xe2, 0xb2, 0x05, 0x72, 0x16, 0xdf, 0xa4, 0x6c,
+ 0x69, 0x7d, 0x3c, 0xfa, 0xa4, 0x8d, 0x84, 0x72, 0xcd, 0x6f, 0xb0, 0xde,
+ 0xdc, 0x94, 0xac, 0x3f, 0x07, 0x7f, 0x85, 0xa3, 0x08, 0xb6, 0xe6, 0x3e,
+ 0x3a, 0xf9, 0x84, 0x7b, 0x64, 0xae, 0x73, 0xf3, 0xcd, 0x96, 0x35, 0x13,
+ 0xdd, 0x44, 0x14, 0x17, 0x1a, 0x46, 0x9d, 0x8d, 0xc1, 0x1a, 0xa5, 0x58,
+ 0xa4, 0x11, 0xdb, 0x5c, 0x21, 0x3f, 0x18, 0xe4, 0xdd, 0x2c, 0x0a, 0x0b,
+ 0x61, 0x6a, 0x88, 0x7c, 0xcd, 0xd6, 0xf4, 0x3f, 0x89, 0xbd, 0xd9, 0xf8,
+ 0x5a, 0xec, 0x1f, 0x7f, 0x32, 0xd6, 0xf4, 0x79, 0xba, 0x61, 0xbd, 0xc6,
+ 0x97, 0xf6, 0x65, 0x63, 0x8b, 0x89, 0x8f, 0x6d, 0x23, 0x20, 0x54, 0xd9,
+ 0x34, 0x4b, 0xaf, 0x36, 0xf9, 0xf1, 0xc9, 0xe9, 0xe4, 0xf3, 0x97, 0xc9,
+ 0xe1, 0xc0, 0x68, 0xcd, 0x98, 0xff, 0xdd, 0x8d, 0x5f, 0xd5, 0x32, 0x9f,
+ 0x5f, 0x1d, 0x4f, 0x0e, 0x2f, 0x8e, 0xfe, 0xcc, 0xf6, 0x16, 0x1f, 0xc7,
+ 0x57, 0x17, 0x67, 0x14, 0x8e, 0xd1, 0xe5, 0x3a, 0x10, 0x30, 0x9f, 0x77,
+ 0x3a, 0x1d, 0xbb, 0xcd, 0x24, 0x63, 0xaf, 0xe7, 0x61, 0x64, 0x5b, 0xeb,
+ 0x45, 0xbc, 0x9a, 0x7c, 0x1c, 0x0e, 0x7c, 0xac, 0x61, 0x48, 0xcb, 0xae,
+ 0x38, 0x0f, 0x7a, 0x3e, 0xd6, 0xfe, 0x6e, 0x4d, 0xa9, 0x87, 0x9d, 0x49,
+ 0x77, 0xe0, 0x63, 0xf6, 0xb4, 0x99, 0xe2, 0x0d, 0x2b, 0x78, 0x07, 0xd5,
+ 0x05, 0xaf, 0x12, 0xb6, 0x73, 0x64, 0x1f, 0xc5, 0xb0, 0x33, 0xe9, 0x79,
+ 0x10, 0x7a, 0x95, 0xa5, 0x6b, 0x00, 0x03, 0x4f, 0x8b, 0xef, 0x37, 0x05,
+ 0xd8, 0xf7, 0x48, 0xd0, 0xaf, 0xae, 0x03, 0xb0, 0xde, 0x47, 0xb7, 0xbe,
+ 0x0a, 0xf4, 0xf6, 0x2a, 0xcb, 0x97, 0xdc, 0x7d, 0x0f, 0xf7, 0xac, 0x11,
+ 0xf7, 0xbd, 0xaf, 0xf2, 0xd5, 0x7d, 0xa7, 0xd8, 0x33, 0x1f, 0xff, 0xbc,
+ 0x11, 0xbf, 0xaf, 0xe5, 0x3a, 0x75, 0x2d, 0xb7, 0x3f, 0x59, 0xc6, 0xd9,
+ 0xd4, 0xd7, 0x74, 0x61, 0x75, 0xdf, 0x2b, 0x76, 0x8f, 0xf0, 0xfd, 0xea,
+ 0x9e, 0x57, 0xec, 0x3e, 0xe9, 0x0f, 0xaa, 0xa5, 0x9f, 0xa6, 0x9b, 0x35,
+ 0xfb, 0x3c, 0xdc, 0x7c, 0x75, 0x96, 0x74, 0x12, 0xa0, 0x7a, 0xc0, 0x2a,
+ 0x7e, 0x67, 0xa5, 0x27, 0xf9, 0xe7, 0x38, 0x3b, 0x9e, 0x9f, 0x0e, 0xc7,
+ 0x43, 0x98, 0x18, 0x20, 0xa0, 0x39, 0xfb, 0xc4, 0xf6, 0x3a, 0x24, 0xea,
+ 0x09, 0x3c, 0x2d, 0x80, 0x3b, 0xaa, 0xc9, 0x79, 0x12, 0x15, 0x91, 0x64,
+ 0xa0, 0x1b, 0xf6, 0x00, 0x66, 0xee, 0xf3, 0xe1, 0x5f, 0x8e, 0x86, 0x13,
+ 0x0e, 0x1f, 0xee, 0xee, 0xc2, 0x3a, 0xbd, 0xb7, 0xd7, 0x0c, 0xfb, 0x30,
+ 0xa4, 0x71, 0xe7, 0x9e, 0x26, 0x43, 0x6f, 0x9c, 0x9b, 0x7c, 0x72, 0xbe,
+ 0xd7, 0xf5, 0xcd, 0x51, 0x5d, 0x8f, 0xaa, 0x5d, 0x5e, 0x5d, 0x8c, 0x8f,
+ 0x3f, 0x5d, 0xcb, 0x39, 0x9d, 0x2e, 0xd7, 0x33, 0xc6, 0x24, 0xef, 0x2f,
+ 0xe7, 0x93, 0xb3, 0x6b, 0x9f, 0x96, 0x75, 0x6e, 0xaa, 0x99, 0x3f, 0x5c,
+ 0x7c, 0x64, 0xcd, 0xf4, 0x47, 0x5f, 0x27, 0x45, 0xd5, 0xdc, 0x67, 0x9f,
+ 0x86, 0x93, 0xa3, 0xe3, 0xf3, 0x0b, 0x4f, 0xd9, 0x07, 0x1e, 0xee, 0x8b,
+ 0xb3, 0x3f, 0xff, 0x72, 0xf1, 0x91, 0xf1, 0xab, 0xde, 0xa7, 0x01, 0x76,
+ 0x3d, 0x43, 0xc4, 0x01, 0x38, 0xec, 0x78, 0x00, 0x7c, 0xb5, 0x77, 0x00,
+ 0x42, 0xcf, 0x14, 0xd1, 0x6d, 0x06, 0x70, 0x7e, 0x7d, 0xee, 0x91, 0x00,
+ 0x36, 0xc2, 0x4c, 0x1d, 0x21, 0x0c, 0xcc, 0xe1, 0xf1, 0xc7, 0xd1, 0x87,
+ 0xc9, 0xf1, 0xc7, 0x5f, 0x4e, 0x3f, 0x1e, 0x33, 0x75, 0xec, 0xef, 0x93,
+ 0xd0, 0xb0, 0x40, 0xc4, 0xb5, 0x18, 0xad, 0x48, 0xc3, 0x57, 0x1e, 0xb4,
+ 0x03, 0x12, 0x0d, 0xb6, 0x08, 0x55, 0x70, 0x87, 0x74, 0xfd, 0x66, 0x31,
+ 0x86, 0x45, 0xb1, 0xd5, 0x62, 0xae, 0xad, 0x6c, 0xfe, 0xf5, 0x53, 0x1e,
+ 0x67, 0x47, 0xf1, 0x9c, 0xf1, 0xcc, 0xfe, 0xfd, 0xc5, 0x8b, 0x64, 0x35,
+ 0x4b, 0xa6, 0x70, 0x95, 0x82, 0xef, 0xd4, 0xe0, 0xaa, 0x61, 0x2a, 0x17,
+ 0x66, 0xa7, 0x46, 0xd6, 0x76, 0x10, 0xbe, 0xd8, 0x52, 0xd4, 0x8c, 0xf0,
+ 0xd7, 0xe1, 0x88, 0xed, 0x33, 0x0f, 0x37, 0x45, 0x91, 0xae, 0xd0, 0x87,
+ 0xf2, 0x6f, 0xdb, 0xc1, 0x2b, 0x23, 0x21, 0xf8, 0x08, 0x21, 0x8a, 0xad,
+ 0xb4, 0x3f, 0xe3, 0x55, 0xac, 0x0b, 0xa4, 0x2c, 0x1a, 0xd8, 0x9a, 0x79,
+ 0x7a, 0xa7, 0x01, 0x12, 0x19, 0xc1, 0x97, 0x2c, 0xc5, 0xe0, 0x9c, 0x9e,
+ 0x6c, 0xe1, 0x32, 0x84, 0x28, 0x67, 0xc9, 0x4a, 0x92, 0x77, 0xc8, 0x8c,
+ 0x5d, 0xfb, 0x29, 0x84, 0xd5, 0x53, 0x68, 0x51, 0xc5, 0x6d, 0x73, 0x9a,
+ 0x5e, 0x2f, 0xd2, 0x07, 0x00, 0x31, 0x12, 0x04, 0x8c, 0x99, 0x56, 0x03,
+ 0x74, 0x12, 0xe5, 0x85, 0x01, 0x04, 0x09, 0x36, 0x10, 0xa6, 0xd1, 0x40,
+ 0xab, 0x74, 0xb4, 0x40, 0x00, 0xfc, 0x87, 0x60, 0xe4, 0xff, 0xae, 0x29,
+ 0xf9, 0x43, 0x6a, 0x16, 0xcc, 0x7e, 0xdb, 0xe5, 0x42, 0x12, 0x8d, 0x02,
+ 0x1e, 0x5a, 0x58, 0x3e, 0xdb, 0xe0, 0x03, 0x46, 0xf9, 0x4b, 0x20, 0x68,
+ 0x09, 0x34, 0x7f, 0x92, 0x1f, 0xf1, 0x0d, 0xd5, 0xec, 0xf0, 0xe9, 0x6c,
+ 0x13, 0x01, 0x88, 0x95, 0x24, 0x90, 0xec, 0x54, 0x9f, 0x0a, 0x95, 0xc6,
+ 0x22, 0x9a, 0xfa, 0x58, 0x89, 0x4a, 0x27, 0xed, 0x74, 0x04, 0x75, 0x87,
+ 0xc3, 0x02, 0x5f, 0x1e, 0xc9, 0x21, 0x31, 0xc9, 0x45, 0x94, 0xea, 0xca,
+ 0x81, 0x31, 0x4d, 0x97, 0x37, 0x30, 0xbc, 0x94, 0x03, 0xdc, 0x1c, 0x44,
+ 0x71, 0x53, 0x85, 0x2c, 0x44, 0x06, 0x51, 0x43, 0x2e, 0x08, 0x06, 0xf8,
+ 0x82, 0xe0, 0x6e, 0x49, 0x39, 0xe6, 0xe8, 0x1c, 0x01, 0xee, 0xc9, 0x24,
+ 0x0a, 0x48, 0x72, 0xf5, 0xee, 0x8a, 0x8b, 0xc1, 0x3b, 0xc4, 0x4a, 0x54,
+ 0x5d, 0x62, 0xa7, 0x93, 0x88, 0x7c, 0x50, 0xca, 0xd2, 0x67, 0x1c, 0xd1,
+ 0x4a, 0x54, 0x88, 0x76, 0x3a, 0x89, 0x38, 0x5a, 0x6c, 0x5c, 0x44, 0x2b,
+ 0x51, 0x21, 0xda, 0xe9, 0x24, 0xe2, 0xe7, 0x68, 0x91, 0xcc, 0xd0, 0x82,
+ 0x82, 0xb5, 0x0e, 0xc7, 0x33, 0x92, 0x14, 0x9a, 0x99, 0x4a, 0x60, 0x45,
+ 0xa2, 0x20, 0x5e, 0x11, 0xa3, 0x1d, 0x3d, 0x59, 0x4a, 0x1b, 0xe9, 0x5c,
+ 0xa2, 0x8c, 0x0c, 0x1c, 0x22, 0x69, 0xc0, 0xfa, 0x6f, 0x81, 0x66, 0x24,
+ 0x11, 0x10, 0x68, 0xb7, 0x66, 0x80, 0x98, 0x29, 0x02, 0xc6, 0x4a, 0x24,
+ 0x80, 0xd8, 0x08, 0x37, 0x60, 0xf4, 0xdf, 0xe5, 0x24, 0x60, 0x41, 0xbc,
+ 0x98, 0x49, 0x07, 0xf4, 0xd4, 0xd0, 0x92, 0x37, 0xdc, 0xaf, 0xa8, 0x4c,
+ 0x56, 0xfe, 0xba, 0xf1, 0xb0, 0x7c, 0xb1, 0xb5, 0x48, 0xee, 0xe3, 0x5f,
+ 0xb2, 0x68, 0x7d, 0xe7, 0xa1, 0x9f, 0x74, 0x26, 0x98, 0x0d, 0x8f, 0x33,
+ 0xe0, 0x6f, 0x26, 0xef, 0x75, 0xba, 0x29, 0xee, 0xd0, 0x5e, 0x9c, 0xfd,
+ 0x06, 0x7b, 0x2e, 0xb8, 0x42, 0x8f, 0x8b, 0x28, 0x9b, 0x29, 0xe3, 0xc0,
+ 0xab, 0xf5, 0xf2, 0xc5, 0x8b, 0x2d, 0x55, 0x09, 0x9f, 0xad, 0x77, 0xf0,
+ 0x8a, 0xc1, 0x3d, 0x41, 0x48, 0x0a, 0x06, 0x37, 0x4f, 0xe2, 0xc5, 0x0c,
+ 0x0e, 0xa2, 0xe0, 0xce, 0x99, 0xa5, 0x6b, 0x4c, 0x90, 0xd2, 0x61, 0x24,
+ 0xb2, 0x62, 0x16, 0x9e, 0xa7, 0xa8, 0xf0, 0xb9, 0x45, 0x85, 0x74, 0x51,
+ 0xa1, 0xbf, 0xa8, 0xee, 0x73, 0x8b, 0xea, 0xd2, 0x45, 0x75, 0xfd, 0x45,
+ 0xf5, 0x9e, 0x5b, 0x54, 0x8f, 0x2e, 0xaa, 0x47, 0x16, 0x65, 0x99, 0xa4,
+ 0x37, 0x28, 0x07, 0x39, 0xe8, 0x8e, 0xe2, 0x60, 0x9e, 0x42, 0xc2, 0x67,
+ 0x15, 0xe2, 0x76, 0x11, 0x07, 0xf3, 0x14, 0xd2, 0x7d, 0x56, 0x21, 0x6e,
+ 0xe7, 0x70, 0x30, 0x4f, 0x21, 0xbd, 0x67, 0x15, 0xe2, 0x76, 0x0b, 0x07,
+ 0xf3, 0x14, 0xd2, 0x7f, 0x56, 0x21, 0x7d, 0xba, 0x90, 0xbe, 0xa7, 0x90,
+ 0xc1, 0xb3, 0x0a, 0x19, 0xd0, 0x85, 0x0c, 0xf4, 0x42, 0x84, 0x0b, 0x4e,
+ 0x88, 0xc5, 0x0d, 0x36, 0xe8, 0xaa, 0x94, 0xab, 0xcb, 0xf3, 0x7f, 0x41,
+ 0x27, 0x06, 0x10, 0x96, 0x50, 0x2f, 0xea, 0x4b, 0x0c, 0x6e, 0x05, 0x95,
+ 0x21, 0x42, 0x3c, 0x9f, 0x27, 0x53, 0x30, 0x97, 0xcd, 0xd1, 0xc6, 0x60,
+ 0xbd, 0xce, 0xd2, 0x47, 0xee, 0xf4, 0x32, 0x4a, 0xb2, 0x1d, 0xee, 0x06,
+ 0x11, 0x4b, 0x30, 0x40, 0x74, 0xef, 0x9e, 0x10, 0xc7, 0x75, 0x16, 0xa4,
+ 0xdc, 0x9b, 0x19, 0x18, 0x45, 0xb0, 0x3d, 0xce, 0x76, 0x30, 0x8b, 0xd7,
+ 0xe0, 0x68, 0x72, 0x75, 0x0b, 0x39, 0xe0, 0x2f, 0x0f, 0x72, 0xc6, 0x97,
+ 0xe7, 0x06, 0xcc, 0x19, 0x5b, 0xa5, 0xb2, 0xbc, 0x1d, 0xf8, 0x9b, 0x87,
+ 0xdc, 0x13, 0xd5, 0x39, 0x4f, 0x56, 0xac, 0x46, 0xec, 0xbf, 0xac, 0x52,
+ 0x14, 0x03, 0xae, 0xef, 0x28, 0x8e, 0xe8, 0xd1, 0xe2, 0x40, 0x4a, 0xba,
+ 0x8c, 0xe8, 0x91, 0x2c, 0x43, 0x71, 0x10, 0x85, 0x70, 0x16, 0x5e, 0x88,
+ 0xdb, 0x09, 0xc2, 0x1e, 0x48, 0xef, 0x6b, 0x1d, 0xf8, 0x9c, 0x47, 0x88,
+ 0x94, 0x58, 0x70, 0x7e, 0xab, 0xe5, 0xfe, 0xc0, 0x4d, 0x62, 0x8a, 0x87,
+ 0x14, 0x2c, 0xca, 0xf8, 0x23, 0xc7, 0x5c, 0x84, 0x51, 0x05, 0x5b, 0x15,
+ 0x69, 0x18, 0xf6, 0x53, 0x1e, 0xc0, 0x95, 0x04, 0x98, 0xa4, 0xb0, 0x8e,
+ 0x59, 0x59, 0x1d, 0x73, 0xba, 0x02, 0x73, 0x14, 0x86, 0x83, 0x34, 0xc8,
+ 0x5d, 0x16, 0x39, 0x4c, 0x32, 0xc8, 0xc7, 0xa0, 0x24, 0x3a, 0xd3, 0x51,
+ 0x5c, 0xcd, 0x04, 0xf9, 0x0e, 0xd3, 0x2b, 0xa2, 0x01, 0xb0, 0x00, 0x26,
+ 0xf7, 0x5a, 0x6b, 0x82, 0x21, 0x8f, 0x06, 0x0e, 0x2f, 0xd2, 0x58, 0x46,
+ 0xba, 0x10, 0x1e, 0x21, 0x6c, 0xb5, 0x84, 0xee, 0x41, 0x3a, 0x4d, 0x25,
+ 0x0d, 0x21, 0x46, 0x2c, 0xfd, 0x1c, 0x62, 0xc7, 0x58, 0x3d, 0x55, 0xcf,
+ 0x14, 0x3d, 0x1a, 0xbd, 0x10, 0x3d, 0x82, 0x6a, 0x07, 0x22, 0x44, 0x79,
+ 0x49, 0x0b, 0x46, 0x70, 0x40, 0xeb, 0x56, 0x4b, 0xab, 0x4d, 0xb5, 0x77,
+ 0x5b, 0x6d, 0xbc, 0xd2, 0x2a, 0xe1, 0x12, 0xd8, 0x03, 0xf7, 0x57, 0x5d,
+ 0x3f, 0x94, 0xbb, 0x5a, 0x8b, 0x89, 0x68, 0x67, 0x87, 0xaf, 0x63, 0xf0,
+ 0xf1, 0x31, 0xcc, 0x1f, 0x56, 0xb8, 0xb4, 0xdc, 0xc7, 0xb6, 0xaa, 0x36,
+ 0x8c, 0xe8, 0x32, 0x2a, 0x43, 0x50, 0xba, 0x08, 0x35, 0x7a, 0x4c, 0xec,
+ 0x57, 0x5f, 0x09, 0xbb, 0x50, 0xd7, 0xe8, 0xda, 0xd5, 0x7d, 0x61, 0x41,
+ 0xaa, 0xc2, 0x23, 0x9c, 0x63, 0x20, 0x55, 0x5f, 0x68, 0x8c, 0x72, 0x68,
+ 0x1c, 0x46, 0xac, 0x02, 0x5a, 0x54, 0x05, 0xb8, 0xe0, 0x0a, 0x60, 0x51,
+ 0x78, 0x9f, 0xcc, 0xc0, 0x12, 0xf9, 0x21, 0xc9, 0xc4, 0x3b, 0x16, 0xc5,
+ 0x33, 0x5c, 0xac, 0xef, 0xa2, 0xb7, 0x1f, 0x61, 0xae, 0xcb, 0xd1, 0x2b,
+ 0xe2, 0x2c, 0x5e, 0xe5, 0x09, 0x04, 0xde, 0xd1, 0xbc, 0x23, 0x6e, 0x45,
+ 0x40, 0xf5, 0xf1, 0x13, 0x78, 0xba, 0x28, 0xd0, 0xff, 0x8c, 0xed, 0x2c,
+ 0x98, 0x7b, 0x1f, 0x53, 0xa8, 0x17, 0xc2, 0x55, 0x4a, 0xf0, 0xf9, 0x58,
+ 0x38, 0x74, 0x83, 0xfb, 0x9d, 0x20, 0xc2, 0x18, 0x60, 0xac, 0x66, 0xf7,
+ 0xb1, 0xa4, 0x10, 0x55, 0xa3, 0xa3, 0xea, 0x50, 0x88, 0xc3, 0x93, 0x2b,
+ 0x12, 0x32, 0x9a, 0x67, 0x6d, 0x31, 0x2d, 0x97, 0xae, 0xca, 0xbb, 0xc2,
+ 0x52, 0x75, 0x82, 0x6a, 0x4a, 0x6e, 0x38, 0x5a, 0x09, 0xac, 0x29, 0x86,
+ 0x74, 0x7a, 0x21, 0x1f, 0x40, 0x6a, 0xfe, 0x1d, 0xb5, 0x50, 0x39, 0xa5,
+ 0x1c, 0x66, 0x66, 0xa0, 0x29, 0x81, 0x44, 0x62, 0x7b, 0x1a, 0xad, 0x70,
+ 0xcb, 0xae, 0xd3, 0xd4, 0x82, 0xd2, 0x4e, 0x5f, 0x7a, 0xd9, 0xe8, 0x28,
+ 0xdd, 0x2b, 0xd1, 0xf2, 0x0e, 0x18, 0xaa, 0x92, 0x68, 0xd5, 0x60, 0xe0,
+ 0x6e, 0x8a, 0xfe, 0xa3, 0xa3, 0x87, 0x3e, 0xf4, 0x0a, 0xdf, 0x75, 0x15,
+ 0x85, 0x76, 0x1b, 0x15, 0xda, 0x6d, 0x55, 0x68, 0xb7, 0xae, 0xd0, 0x5e,
+ 0xa3, 0x42, 0x7b, 0xad, 0x0a, 0xed, 0xd5, 0x15, 0xda, 0x6f, 0x54, 0x68,
+ 0xbf, 0x55, 0xa1, 0xfd, 0xba, 0x42, 0x07, 0x8d, 0x0a, 0x1d, 0xb4, 0x2a,
+ 0x74, 0x50, 0x57, 0xe8, 0x5e, 0xa3, 0x42, 0xf7, 0x5a, 0x15, 0xba, 0x57,
+ 0x57, 0xe8, 0x7e, 0xa3, 0x42, 0xf7, 0x5b, 0x15, 0xba, 0x5f, 0x57, 0xe8,
+ 0x41, 0xa3, 0x42, 0x0f, 0x5a, 0x15, 0x7a, 0x50, 0x57, 0x28, 0xfa, 0xbb,
+ 0xab, 0x2d, 0xb4, 0xb3, 0xbb, 0xdd, 0xa2, 0x50, 0xe1, 0x12, 0xaf, 0xaa,
+ 0xd4, 0x4e, 0xa3, 0x52, 0x3b, 0xad, 0x4a, 0xed, 0xd4, 0x96, 0xea, 0x9d,
+ 0x94, 0x8c, 0x52, 0xc3, 0x56, 0xa5, 0x86, 0xf4, 0x9c, 0x7e, 0x08, 0x41,
+ 0xb1, 0xec, 0x25, 0xab, 0xfb, 0x8d, 0x37, 0x8b, 0xf0, 0x7f, 0xe2, 0x05,
+ 0x5d, 0xf9, 0x85, 0xb7, 0x9e, 0x52, 0x05, 0xd6, 0x9a, 0x2c, 0x59, 0x6e,
+ 0x96, 0xc2, 0x71, 0x55, 0x69, 0xef, 0xbf, 0xb5, 0xb5, 0xe4, 0x39, 0xea,
+ 0x8d, 0x00, 0x12, 0xf8, 0xde, 0x66, 0x95, 0x78, 0xc9, 0xca, 0x87, 0xc7,
+ 0x73, 0x5a, 0xe2, 0xa9, 0x8f, 0xb4, 0x72, 0xdf, 0xe6, 0x7e, 0xa9, 0x59,
+ 0x96, 0xf5, 0x9d, 0xae, 0xc6, 0xfc, 0x01, 0x82, 0x98, 0xcf, 0x93, 0x47,
+ 0x30, 0xee, 0xe6, 0x62, 0x3e, 0xdc, 0x25, 0x0c, 0xf3, 0x1e, 0xce, 0xfb,
+ 0x22, 0x74, 0xca, 0x85, 0xcb, 0x9c, 0x48, 0x66, 0xdf, 0x6e, 0xcc, 0xf5,
+ 0x17, 0x97, 0x5d, 0xff, 0xa8, 0x16, 0xfa, 0xc7, 0xbc, 0xba, 0xf4, 0x13,
+ 0x2c, 0x98, 0x43, 0x70, 0x6e, 0x14, 0xc5, 0xdf, 0x1e, 0xa0, 0x4c, 0x25,
+ 0xbe, 0x58, 0x60, 0x12, 0x6a, 0x64, 0x6e, 0x74, 0x1f, 0xc5, 0x46, 0x57,
+ 0xae, 0x43, 0x0d, 0x65, 0x23, 0xd2, 0xc5, 0x2a, 0x22, 0xb0, 0x57, 0xa3,
+ 0x3c, 0x40, 0xa4, 0x88, 0xce, 0x06, 0x6a, 0x09, 0x3f, 0xed, 0x87, 0x50,
+ 0x3f, 0x1b, 0x8a, 0x8b, 0x14, 0x6b, 0xb4, 0xf9, 0x91, 0x5a, 0x59, 0xbe,
+ 0xd8, 0x33, 0xf6, 0xde, 0x9b, 0xe5, 0x0d, 0xba, 0xec, 0x2a, 0x07, 0x8b,
+ 0x60, 0x30, 0x07, 0x8f, 0xb1, 0x63, 0x4a, 0xf2, 0xf5, 0x22, 0x9a, 0xc6,
+ 0x4b, 0xdc, 0x70, 0x70, 0xf4, 0x99, 0x96, 0x66, 0x36, 0x75, 0x86, 0xdb,
+ 0xe0, 0x8c, 0xbb, 0xc2, 0xe1, 0x7f, 0xe6, 0x98, 0x78, 0x01, 0x69, 0x3a,
+ 0xad, 0x7c, 0xe4, 0xfb, 0x10, 0x83, 0x01, 0xa3, 0xa4, 0x16, 0x8f, 0x09,
+ 0xbf, 0x60, 0xa2, 0xde, 0x34, 0xbc, 0x42, 0xe7, 0x71, 0x11, 0xf1, 0x17,
+ 0x18, 0xb2, 0xda, 0x32, 0xc5, 0xd0, 0x17, 0xb1, 0xc1, 0x5c, 0x8a, 0x3c,
+ 0x78, 0xe5, 0x02, 0xab, 0xe3, 0x59, 0x70, 0xf3, 0x14, 0xdc, 0x15, 0xc5,
+ 0x3a, 0xff, 0xfd, 0xce, 0x0e, 0x58, 0xc8, 0xe5, 0xef, 0xe6, 0xe9, 0x32,
+ 0x7e, 0x57, 0xc4, 0xd3, 0x3b, 0x6b, 0x2e, 0xe0, 0xd8, 0xd1, 0xd7, 0x72,
+ 0x98, 0x0b, 0x01, 0x58, 0x92, 0x39, 0x9c, 0x57, 0x9b, 0x79, 0x34, 0x85,
+ 0xdd, 0x51, 0x16, 0xa8, 0xbe, 0x92, 0x6a, 0x2a, 0x02, 0x7b, 0x5a, 0xdb,
+ 0x5f, 0x59, 0x73, 0x7e, 0x12, 0xb2, 0x65, 0x54, 0x1c, 0xd2, 0x74, 0x5a,
+ 0x79, 0x89, 0x02, 0x03, 0xf1, 0x0a, 0x3a, 0x5f, 0xf6, 0x57, 0x99, 0x8e,
+ 0xc9, 0x46, 0x2f, 0x80, 0xa9, 0xdb, 0x2c, 0x38, 0x5d, 0xcd, 0x36, 0xb8,
+ 0xbe, 0xfd, 0xdf, 0x72, 0x21, 0x9a, 0xf3, 0x1c, 0x95, 0x61, 0xec, 0xff,
+ 0x44, 0x0c, 0x4b, 0xf0, 0xae, 0x19, 0x65, 0x4f, 0xac, 0x81, 0x2f, 0xf9,
+ 0xbf, 0xf4, 0x08, 0x96, 0x45, 0xba, 0x4e, 0xa6, 0xf0, 0x42, 0x08, 0x0f,
+ 0x46, 0x78, 0xba, 0x7c, 0x30, 0xc4, 0x1f, 0x69, 0x44, 0x8b, 0x3c, 0x35,
+ 0x4c, 0xb8, 0x7e, 0xfa, 0x57, 0x78, 0x62, 0x23, 0x30, 0x4e, 0x97, 0xeb,
+ 0xc5, 0xd3, 0xc5, 0x5a, 0x84, 0x2c, 0x80, 0xd1, 0xf5, 0xef, 0x3f, 0xb1,
+ 0xf9, 0xe5, 0x96, 0x68, 0x7b, 0xb8, 0x6d, 0x65, 0x72, 0x17, 0x0f, 0xe9,
+ 0x75, 0x01, 0x0f, 0xcb, 0xcc, 0xfd, 0xb8, 0x3e, 0x37, 0x70, 0x68, 0xc9,
+ 0xc0, 0xff, 0xc8, 0xda, 0x14, 0xd6, 0x00, 0x18, 0xa7, 0xe0, 0xef, 0xa4,
+ 0x48, 0x53, 0x36, 0xdb, 0x4c, 0x41, 0xd3, 0xe5, 0x74, 0x22, 0xe8, 0xa7,
+ 0x9b, 0xbc, 0x48, 0x97, 0x48, 0x35, 0x06, 0x22, 0x1c, 0x0d, 0x6c, 0x8e,
+ 0xd0, 0xf1, 0xf8, 0x4e, 0x95, 0x4c, 0x34, 0x27, 0x66, 0xd6, 0x3b, 0xab,
+ 0xdb, 0x9d, 0xfc, 0x6b, 0x22, 0x9e, 0xb5, 0x54, 0x17, 0x7a, 0xcd, 0xe9,
+ 0xbe, 0xb5, 0x58, 0xd9, 0x6b, 0x82, 0x8a, 0xcd, 0xdb, 0x53, 0xf1, 0xc0,
+ 0x10, 0xcb, 0x14, 0xd2, 0x7c, 0xb9, 0x8b, 0xe3, 0xc5, 0xc5, 0x6a, 0x14,
+ 0x2d, 0xb7, 0x83, 0x0e, 0xee, 0x92, 0x65, 0x3b, 0x23, 0x22, 0xcc, 0x80,
+ 0xaf, 0x9d, 0x72, 0xc0, 0x5d, 0x94, 0x9d, 0xb8, 0x4f, 0x25, 0x1e, 0x50,
+ 0x89, 0x9d, 0x3d, 0x32, 0x95, 0x04, 0x08, 0xbb, 0x54, 0x6a, 0x8f, 0xa4,
+ 0x1d, 0x90, 0xa5, 0xed, 0x75, 0xdf, 0x98, 0x2b, 0x0e, 0x43, 0x67, 0x5e,
+ 0x5e, 0xc5, 0x4b, 0xbe, 0xec, 0xc0, 0x97, 0x4a, 0xbd, 0xb7, 0x39, 0xaf,
+ 0x3b, 0x8f, 0x54, 0x9b, 0xe4, 0xc1, 0x5e, 0xb8, 0xcb, 0x76, 0xd1, 0xb7,
+ 0x59, 0x1c, 0x9b, 0xdb, 0xbc, 0x97, 0x6c, 0x04, 0x05, 0x10, 0x15, 0xe0,
+ 0xed, 0xd7, 0x55, 0xfa, 0xb0, 0x52, 0xad, 0x0c, 0xc5, 0xe6, 0x78, 0xd8,
+ 0xf8, 0xd3, 0xee, 0x4f, 0x2a, 0x35, 0x5a, 0xdd, 0x2e, 0x62, 0xe1, 0x20,
+ 0x91, 0xd4, 0xd9, 0x21, 0x12, 0x0c, 0xcb, 0x6f, 0x36, 0xfb, 0x73, 0xbb,
+ 0x48, 0x6f, 0xa2, 0x85, 0xa0, 0x40, 0x82, 0x0b, 0x04, 0x78, 0xe1, 0xad,
+ 0xcd, 0xd1, 0x78, 0x14, 0x5c, 0xee, 0x76, 0xbb, 0x03, 0x36, 0x02, 0xd9,
+ 0x67, 0x39, 0x01, 0x5f, 0x43, 0x6c, 0x8e, 0x2e, 0xa6, 0xe2, 0x75, 0xde,
+ 0x64, 0x0d, 0x99, 0x26, 0x7f, 0x60, 0xfd, 0x32, 0x66, 0x4f, 0x78, 0x79,
+ 0xcb, 0x1a, 0x41, 0x4c, 0x05, 0x41, 0x32, 0x0f, 0x9e, 0xd2, 0x0d, 0x7f,
+ 0x24, 0x36, 0x65, 0x59, 0xfc, 0x4d, 0x7c, 0x10, 0xe5, 0x70, 0x7a, 0x87,
+ 0x0f, 0xc6, 0x64, 0x85, 0xf3, 0xbb, 0x68, 0xcd, 0x1d, 0x8d, 0xfe, 0x8c,
+ 0x94, 0x18, 0x7c, 0xe7, 0x67, 0x50, 0x2e, 0xd1, 0xc2, 0xdb, 0x01, 0x3e,
+ 0x5d, 0xfd, 0x19, 0xdf, 0x81, 0xa1, 0x07, 0x59, 0xad, 0xb1, 0x66, 0xc1,
+ 0xeb, 0xd7, 0xf7, 0xd1, 0xed, 0x26, 0x36, 0xd2, 0x00, 0x67, 0x7a, 0x97,
+ 0x26, 0xd3, 0xf8, 0x0d, 0x63, 0x46, 0x46, 0x83, 0xe8, 0x8d, 0x31, 0x5d,
+ 0x32, 0x62, 0xe1, 0x6c, 0xe2, 0xb5, 0x1c, 0x09, 0x53, 0xee, 0x36, 0xe3,
+ 0x0d, 0x34, 0x8a, 0xe0, 0x91, 0x77, 0x8c, 0xb0, 0x83, 0x06, 0xf5, 0x37,
+ 0xb4, 0xbf, 0x03, 0xfa, 0xf4, 0x3a, 0x78, 0xe9, 0x0c, 0x80, 0x90, 0x52,
+ 0xb4, 0x3e, 0xa9, 0xd5, 0xe4, 0x58, 0xe9, 0x90, 0x00, 0x21, 0x49, 0x1b,
+ 0x76, 0xc8, 0xd4, 0x01, 0x99, 0x4a, 0x8e, 0xac, 0x2e, 0x39, 0x86, 0xba,
+ 0xe4, 0x18, 0xea, 0x92, 0x63, 0xa8, 0xd7, 0x23, 0x53, 0xc9, 0x1a, 0xf7,
+ 0x48, 0xc9, 0xfa, 0xa4, 0x0c, 0x7d, 0x12, 0xa1, 0x4f, 0xd6, 0xa2, 0x4f,
+ 0x8f, 0x79, 0xb2, 0x75, 0x06, 0x64, 0xfb, 0x0e, 0x48, 0x84, 0x3d, 0xb2,
+ 0xd5, 0xf7, 0x48, 0xdc, 0x3d, 0x12, 0x77, 0xaf, 0xf7, 0x06, 0xa7, 0x49,
+ 0xf8, 0xbf, 0xff, 0x49, 0xb3, 0x22, 0x93, 0xd9, 0xf9, 0x08, 0xbc, 0x01,
+ 0x62, 0x57, 0xe1, 0xff, 0x91, 0xab, 0x11, 0xbc, 0x61, 0xff, 0x67, 0x1d,
+ 0x9b, 0xa1, 0x9f, 0xe5, 0xe7, 0x8c, 0x7f, 0xa8, 0xfb, 0x3f, 0xa7, 0x80,
+ 0x7f, 0x4e, 0x01, 0xff, 0x9c, 0x02, 0xfe, 0x27, 0x55, 0x03, 0xa6, 0x80,
+ 0x37, 0xf6, 0xc9, 0xf9, 0x8a, 0xad, 0x80, 0xc0, 0x57, 0x07, 0x8e, 0x7d,
+ 0x75, 0x98, 0x83, 0xa9, 0x22, 0x51, 0x2c, 0xad, 0xae, 0xd9, 0x46, 0x9c,
+ 0xed, 0x05, 0x74, 0xe6, 0x6b, 0x7c, 0xf7, 0xa6, 0xcd, 0x19, 0xe6, 0x42,
+ 0x5d, 0xcd, 0x1a, 0x21, 0xae, 0x98, 0xed, 0x44, 0xee, 0x97, 0x0b, 0x26,
+ 0x0e, 0x67, 0x96, 0x51, 0xee, 0xfd, 0x9d, 0xf6, 0x25, 0xb5, 0x8d, 0x6c,
+ 0x9d, 0x0e, 0x49, 0xda, 0xa1, 0x27, 0x1f, 0x72, 0x28, 0x76, 0xc8, 0x96,
+ 0x0c, 0x49, 0x84, 0x90, 0x9e, 0x24, 0x68, 0x71, 0x49, 0x84, 0x2e, 0x29,
+ 0x43, 0x97, 0xd4, 0x92, 0x1e, 0x39, 0x14, 0x7b, 0xa4, 0xbc, 0x7d, 0x92,
+ 0xd6, 0x33, 0xcd, 0x90, 0xd3, 0xd7, 0x80, 0xa4, 0x1d, 0xf4, 0xe0, 0x8b,
+ 0xf2, 0x1b, 0xdd, 0xb5, 0x72, 0xfb, 0xf3, 0xcf, 0xbe, 0xfd, 0x9f, 0xdc,
+ 0xb7, 0xc6, 0x60, 0x7f, 0xf9, 0xf2, 0x65, 0x70, 0x79, 0x76, 0x3c, 0xbc,
+ 0x3e, 0x0e, 0x3e, 0x7d, 0xbc, 0x3e, 0x3e, 0x3b, 0x1e, 0x8d, 0x03, 0x96,
+ 0xf6, 0xca, 0x33, 0xe0, 0x3b, 0xbe, 0xf3, 0xff, 0xef, 0xf5, 0xc7, 0x3b,
+ 0xa3, 0x30, 0xd5, 0x7a, 0xf9, 0x4f, 0xb5, 0xfb, 0xff, 0x8b, 0xda, 0x89,
+ 0x0f, 0x94, 0xfa, 0xd4, 0x98, 0x9f, 0x28, 0x95, 0x6c, 0x7c, 0xa4, 0xca,
+ 0x43, 0x1f, 0x42, 0x37, 0xfe, 0xd9, 0xff, 0xff, 0xd0, 0xfd, 0xff, 0x5b,
+ 0x40, 0x9d, 0xb2, 0x4e, 0xa3, 0x25, 0x9a, 0xd8, 0x44, 0x4b, 0xcd, 0xf1,
+ 0x72, 0x39, 0x35, 0xc9, 0x33, 0xea, 0x87, 0xe4, 0x6b, 0x52, 0x1e, 0x51,
+ 0xef, 0x64, 0x3b, 0xf7, 0xf7, 0x05, 0x3f, 0x6b, 0x2d, 0xd2, 0x59, 0xfa,
+ 0x7b, 0x7c, 0x18, 0x1b, 0xdc, 0xa2, 0xdd, 0x0d, 0xfa, 0x05, 0x4c, 0x31,
+ 0xda, 0xcb, 0x5b, 0x4c, 0x86, 0xf0, 0xab, 0xa2, 0x38, 0xee, 0xe1, 0x28,
+ 0x03, 0x8f, 0x58, 0x78, 0x3e, 0xff, 0xf9, 0xf3, 0xf8, 0x7f, 0x6b, 0x28,
+ 0xb2, 0xb4, 0xdb, 0xa4, 0xb8, 0xdb, 0xdc, 0xbc, 0x9b, 0xa6, 0xcb, 0x9d,
+ 0x6c, 0x93, 0xc7, 0xf3, 0x44, 0xfe, 0x95, 0xe4, 0xf9, 0x26, 0xce, 0x77,
+ 0xc2, 0xdd, 0xbd, 0xbd, 0x17, 0xf6, 0x69, 0x8b, 0x28, 0x02, 0x4f, 0xc0,
+ 0x82, 0xd7, 0xdc, 0x17, 0x37, 0x6e, 0xb5, 0xa4, 0x07, 0x6e, 0xfb, 0xc4,
+ 0x92, 0xe9, 0x6d, 0xf7, 0xb7, 0x6a, 0x14, 0xe1, 0x3b, 0x5b, 0x87, 0x09,
+ 0x6b, 0x61, 0x5e, 0xd9, 0x98, 0xe2, 0x98, 0xea, 0x06, 0xf6, 0x84, 0x1d,
+ 0xe1, 0x25, 0x1c, 0x47, 0x1b, 0x6b, 0x7c, 0xde, 0xe8, 0xb8, 0xf5, 0x2b,
+ 0x7f, 0x95, 0x0b, 0x38, 0xd3, 0x7b, 0xb8, 0x75, 0x92, 0xe8, 0x62, 0x0b,
+ 0x79, 0x01, 0x5c, 0xa1, 0x85, 0x06, 0x76, 0xe8, 0x60, 0x87, 0x8d, 0xb0,
+ 0x43, 0x52, 0xee, 0xae, 0x81, 0xdd, 0xf5, 0xc9, 0x0d, 0x77, 0xa2, 0x56,
+ 0xe5, 0x6a, 0x8b, 0xa3, 0xaa, 0xd2, 0x33, 0x8a, 0xeb, 0xf9, 0xaa, 0xa2,
+ 0x17, 0x47, 0xd7, 0x4e, 0xcc, 0x7d, 0x78, 0x32, 0xc8, 0xb5, 0x7e, 0xbb,
+ 0x9c, 0xfa, 0x98, 0x2c, 0x4c, 0x2f, 0xd5, 0x84, 0x47, 0xf5, 0x0b, 0xd1,
+ 0x9c, 0x44, 0x2b, 0xd8, 0x92, 0xfa, 0xb5, 0xe4, 0x87, 0xeb, 0xb8, 0x10,
+ 0xc7, 0xb3, 0x41, 0x9e, 0x06, 0xdc, 0x99, 0x3c, 0x9a, 0xb8, 0xc7, 0x79,
+ 0xa0, 0x0e, 0x80, 0xe1, 0x3a, 0x43, 0x3c, 0xfb, 0x2a, 0xe3, 0x06, 0x19,
+ 0xf7, 0x39, 0xe0, 0x17, 0x9f, 0xa3, 0xb8, 0xca, 0x06, 0x5e, 0xe2, 0x79,
+ 0x84, 0x1c, 0x52, 0xdb, 0x7e, 0xab, 0x06, 0xd2, 0xba, 0xa3, 0x04, 0x22,
+ 0x55, 0xab, 0x12, 0x28, 0xa4, 0x25, 0x22, 0xf5, 0xa8, 0x06, 0x88, 0x94,
+ 0x88, 0xd4, 0x90, 0xea, 0xd1, 0x39, 0x67, 0x3a, 0xc7, 0xaf, 0xc7, 0xb8,
+ 0xbb, 0xb1, 0x2c, 0xce, 0xd3, 0xc5, 0x46, 0xdc, 0x54, 0xf0, 0x8c, 0x6b,
+ 0x96, 0x8e, 0x37, 0x14, 0xb6, 0x3b, 0x7f, 0xd6, 0xc9, 0x96, 0x23, 0xfd,
+ 0xba, 0xb3, 0xf1, 0xde, 0xee, 0x0e, 0xfc, 0xb7, 0x0f, 0xff, 0x1d, 0xe0,
+ 0x7f, 0xf7, 0xfb, 0xbe, 0xd3, 0x72, 0x56, 0x8f, 0x8f, 0x29, 0xd7, 0x43,
+ 0x0a, 0xa9, 0x83, 0x48, 0x03, 0x44, 0xc2, 0xff, 0xee, 0x7b, 0xcf, 0xdd,
+ 0x19, 0x12, 0xd4, 0xe1, 0x18, 0xdc, 0xa5, 0xe5, 0xc4, 0x67, 0xc0, 0xb8,
+ 0xd4, 0x9d, 0xdc, 0x46, 0xeb, 0xed, 0xf2, 0x6a, 0xe0, 0x97, 0x68, 0x1d,
+ 0xc8, 0x4b, 0x76, 0xf3, 0xe3, 0x80, 0x7e, 0xeb, 0x12, 0x08, 0xc1, 0x20,
+ 0x6f, 0xfb, 0x67, 0xc1, 0x3c, 0xe6, 0x06, 0x9a, 0xd0, 0xaa, 0xb3, 0xf8,
+ 0x66, 0x73, 0x7b, 0x8b, 0xa1, 0xc9, 0x04, 0x96, 0xe5, 0x4f, 0xce, 0x80,
+ 0x53, 0xf7, 0xfd, 0x92, 0x98, 0x89, 0x01, 0xe3, 0x52, 0x46, 0x4a, 0x13,
+ 0xf2, 0x30, 0x71, 0x0c, 0xcb, 0xe1, 0x91, 0xb8, 0xc7, 0x62, 0xd4, 0xe3,
+ 0x2c, 0x9a, 0xa2, 0x57, 0x48, 0xd6, 0x6b, 0xc5, 0x9d, 0xc4, 0x83, 0x5e,
+ 0x23, 0x30, 0xcc, 0xae, 0x82, 0x4a, 0xfe, 0xd0, 0x09, 0xe6, 0x59, 0xba,
+ 0xd4, 0x4e, 0xe7, 0x58, 0xaa, 0x44, 0x39, 0x61, 0x39, 0x1d, 0x88, 0xa9,
+ 0xd2, 0x14, 0xaa, 0x48, 0x69, 0xa0, 0x71, 0xda, 0xc1, 0xd0, 0x3f, 0xcd,
+ 0x70, 0xc2, 0x1a, 0x91, 0x42, 0x9f, 0x48, 0x6c, 0x0e, 0xf4, 0xb6, 0x08,
+ 0x61, 0x25, 0x27, 0x0a, 0xf3, 0x0b, 0x1d, 0x7a, 0x85, 0x7e, 0x4e, 0x49,
+ 0xdd, 0x9a, 0x6a, 0x75, 0x9f, 0x5b, 0xad, 0x2e, 0x59, 0x98, 0xbf, 0x5a,
+ 0xdd, 0x67, 0x57, 0x8b, 0x2a, 0xa9, 0x57, 0x53, 0xad, 0xde, 0x73, 0xab,
+ 0xd5, 0x23, 0x0b, 0xf3, 0x57, 0xab, 0xf7, 0xec, 0x6a, 0x51, 0x25, 0xf5,
+ 0x6b, 0xaa, 0xd5, 0x7f, 0x6e, 0xb5, 0xfa, 0x64, 0x61, 0xfe, 0x6a, 0xf5,
+ 0x9f, 0x5d, 0xad, 0xbe, 0x69, 0x7f, 0x25, 0x17, 0x70, 0x72, 0xda, 0x82,
+ 0xb8, 0xa2, 0x72, 0x06, 0x13, 0xb0, 0xc6, 0xdc, 0x74, 0x85, 0x2b, 0x56,
+ 0xbc, 0x74, 0xdc, 0x81, 0x2f, 0x11, 0x7e, 0x28, 0x60, 0x8a, 0x93, 0x36,
+ 0x34, 0x60, 0x8b, 0x94, 0x5f, 0x82, 0xe1, 0x2f, 0xcc, 0xb3, 0x82, 0x7c,
+ 0x06, 0xa1, 0xf0, 0x04, 0x01, 0x65, 0x29, 0x65, 0xa0, 0x41, 0x40, 0x43,
+ 0x5c, 0x84, 0x2c, 0x13, 0x38, 0x05, 0x45, 0xac, 0x2b, 0xf8, 0x14, 0xdd,
+ 0x83, 0xb9, 0x3a, 0x65, 0xb8, 0xe5, 0x61, 0x8f, 0x1e, 0xab, 0xd9, 0xe1,
+ 0x7a, 0x9f, 0x87, 0x26, 0x65, 0x33, 0x77, 0x11, 0xa0, 0xd3, 0xb1, 0xcd,
+ 0x9a, 0x33, 0x8b, 0x76, 0x01, 0x12, 0x8c, 0x68, 0x6a, 0xcc, 0xb4, 0xe0,
+ 0xfe, 0x21, 0x8b, 0xa3, 0x19, 0xf8, 0xe6, 0xc4, 0x0b, 0x65, 0xb1, 0x63,
+ 0x84, 0x28, 0x07, 0xd1, 0xf2, 0x08, 0xbd, 0x24, 0xb1, 0x9a, 0xe2, 0x4d,
+ 0xf1, 0xa5, 0x58, 0x9e, 0x88, 0x5b, 0x0d, 0xf5, 0xd5, 0x84, 0x9d, 0x9a,
+ 0x35, 0x72, 0x2e, 0xd9, 0x4e, 0xa0, 0x08, 0x58, 0x5f, 0xdd, 0x40, 0xac,
+ 0x24, 0x55, 0xa1, 0x59, 0x5c, 0x44, 0xc9, 0x02, 0x1f, 0xc8, 0x48, 0x4f,
+ 0xdb, 0xdb, 0x82, 0x88, 0xd1, 0xc8, 0xa8, 0x05, 0x7e, 0x20, 0xfd, 0x93,
+ 0x63, 0x80, 0x6c, 0x09, 0x0a, 0xb9, 0xb1, 0x85, 0x4f, 0xd2, 0x11, 0x2f,
+ 0xcc, 0xf8, 0xca, 0xa6, 0xb8, 0x57, 0x59, 0x23, 0xa8, 0xf4, 0x30, 0x0a,
+ 0x2b, 0xb0, 0x29, 0x58, 0x77, 0x4b, 0xdf, 0xa4, 0xe8, 0x80, 0x14, 0xec,
+ 0x05, 0xf3, 0x64, 0x01, 0x3e, 0xf1, 0x39, 0x26, 0x7e, 0x67, 0xcd, 0xc7,
+ 0x1e, 0xec, 0x4b, 0x28, 0x35, 0x2b, 0x80, 0x22, 0x45, 0xdb, 0xe1, 0x27,
+ 0x52, 0x93, 0x44, 0x7f, 0x3e, 0xe0, 0xf9, 0x34, 0xd7, 0x7d, 0xbe, 0x69,
+ 0x23, 0x30, 0xa9, 0xf1, 0xe2, 0x2a, 0x9d, 0xc8, 0x81, 0x9d, 0x20, 0xdb,
+ 0x22, 0x82, 0x43, 0x5a, 0x6e, 0xf9, 0xf2, 0xf6, 0x0f, 0xa5, 0x4d, 0x7b,
+ 0xf9, 0x96, 0xa2, 0x34, 0x3e, 0x5b, 0xfd, 0x15, 0x1e, 0x34, 0xe4, 0xea,
+ 0xad, 0x02, 0x1b, 0x0e, 0x2a, 0x5a, 0xce, 0xf6, 0x96, 0xf3, 0xdc, 0x4a,
+ 0x11, 0xc1, 0x23, 0x90, 0xd7, 0xd3, 0xe9, 0x0e, 0x53, 0x74, 0xdc, 0x58,
+ 0x25, 0x22, 0x63, 0x02, 0x19, 0xf4, 0xcb, 0x04, 0x96, 0xfa, 0x52, 0x92,
+ 0xc1, 0x93, 0x91, 0x61, 0x7e, 0x1e, 0xe5, 0x39, 0xfc, 0x8b, 0xb0, 0xc1,
+ 0x97, 0x45, 0xdc, 0xee, 0xe4, 0x88, 0xdf, 0xb0, 0x80, 0xb6, 0xf8, 0xc1,
+ 0x86, 0x8d, 0xec, 0x5c, 0xaf, 0x80, 0xc9, 0xe9, 0xf5, 0x89, 0x5f, 0x9a,
+ 0x47, 0xc1, 0x43, 0x2f, 0xf0, 0x9e, 0xac, 0x82, 0x39, 0x48, 0x2f, 0xff,
+ 0xdb, 0x81, 0xc4, 0x94, 0x3e, 0x0f, 0xc6, 0x6c, 0xab, 0xe9, 0x79, 0x2d,
+ 0x00, 0x47, 0x2f, 0x77, 0xc9, 0xed, 0x9d, 0x24, 0x05, 0xd8, 0xc9, 0xdd,
+ 0x83, 0x0c, 0xd2, 0xc1, 0xd6, 0xa8, 0x4c, 0x1a, 0x3a, 0xd3, 0xd9, 0x16,
+ 0xe9, 0xf5, 0x9b, 0x6a, 0x5e, 0xc1, 0xc5, 0x33, 0x06, 0x25, 0x96, 0xee,
+ 0x31, 0xbc, 0xdd, 0x0b, 0x09, 0x86, 0x9e, 0xc5, 0xf3, 0x38, 0x03, 0x77,
+ 0xd8, 0x65, 0x10, 0x8b, 0x6d, 0x7c, 0x05, 0x72, 0x25, 0x33, 0xa4, 0xb4,
+ 0xfe, 0x1a, 0xfb, 0x04, 0x91, 0xcb, 0x70, 0x4d, 0x51, 0x31, 0x88, 0x06,
+ 0xbc, 0xee, 0x02, 0x55, 0x3d, 0x91, 0x8f, 0xeb, 0xa2, 0x69, 0xc1, 0x56,
+ 0xca, 0x79, 0x91, 0x4c, 0x73, 0xea, 0x71, 0xe0, 0x75, 0x91, 0x26, 0xd3,
+ 0xbb, 0x24, 0x5d, 0xc6, 0x6c, 0x7c, 0x4c, 0x83, 0x4c, 0x59, 0xbc, 0xe5,
+ 0x98, 0x81, 0xa6, 0x6e, 0x97, 0xd2, 0x42, 0xad, 0xae, 0xa3, 0x21, 0x28,
+ 0x73, 0x90, 0xd3, 0x88, 0x1a, 0x9e, 0x3a, 0x73, 0x23, 0x11, 0x65, 0x50,
+ 0x66, 0x2b, 0x54, 0xb3, 0x69, 0x10, 0x2a, 0xb5, 0x26, 0x59, 0x19, 0xe3,
+ 0x52, 0x3e, 0x14, 0x21, 0x86, 0x25, 0x58, 0xc4, 0xa2, 0x13, 0xe9, 0x79,
+ 0x92, 0x41, 0x94, 0xb0, 0x68, 0x31, 0x47, 0x43, 0x9a, 0x3b, 0x30, 0x94,
+ 0x2d, 0x8d, 0x28, 0xf1, 0x6b, 0x77, 0x83, 0x4f, 0x82, 0x88, 0x87, 0x3f,
+ 0xe5, 0x44, 0x41, 0xbc, 0x13, 0x91, 0x79, 0xe2, 0x9a, 0xbb, 0xae, 0xb1,
+ 0x08, 0xac, 0x90, 0xc4, 0x0a, 0xbd, 0xcd, 0x64, 0xbc, 0x75, 0xc2, 0x03,
+ 0x1a, 0xca, 0x2c, 0x9b, 0xbf, 0xd6, 0xaa, 0x2a, 0xb7, 0x4b, 0x96, 0xdb,
+ 0xfd, 0xd6, 0x72, 0xc3, 0xba, 0x72, 0x7b, 0x64, 0xb9, 0xbd, 0x6f, 0x2d,
+ 0xb7, 0x5b, 0x57, 0x6e, 0x3f, 0x90, 0x06, 0x9a, 0x7a, 0xb9, 0xfd, 0x6f,
+ 0x2d, 0xb7, 0x57, 0x57, 0xee, 0x80, 0x2c, 0x77, 0xf0, 0xad, 0xe5, 0xf6,
+ 0xeb, 0xca, 0xdd, 0x23, 0xcb, 0xdd, 0xfb, 0xd6, 0x72, 0x07, 0x75, 0xe5,
+ 0xee, 0x93, 0xe5, 0xee, 0x7f, 0x6b, 0xb9, 0x7b, 0x75, 0xe5, 0x1e, 0x90,
+ 0xe5, 0x1e, 0x78, 0xcb, 0x75, 0x4a, 0xd8, 0xaf, 0x2b, 0xa1, 0xb3, 0x4b,
+ 0x16, 0xd1, 0xa1, 0x23, 0xc4, 0x90, 0x65, 0x1c, 0xd4, 0x96, 0xd1, 0xa1,
+ 0xcb, 0xa0, 0xe7, 0x16, 0x7a, 0xe4, 0xef, 0xd6, 0x16, 0x12, 0xd2, 0x85,
+ 0xf8, 0x27, 0x1d, 0xb7, 0x90, 0x8e, 0xff, 0x34, 0xa8, 0x7c, 0x56, 0xc9,
+ 0xa7, 0xe6, 0xd7, 0xf9, 0x1b, 0xed, 0x51, 0x81, 0x5e, 0xa4, 0xff, 0xb9,
+ 0xa6, 0x3e, 0xf1, 0xcb, 0xc2, 0x0f, 0xa3, 0xd5, 0xd7, 0xeb, 0x18, 0xc2,
+ 0x85, 0xc2, 0xa1, 0xbe, 0xac, 0x0c, 0xa4, 0x92, 0x5f, 0xb9, 0x91, 0x33,
+ 0x5b, 0xbb, 0x40, 0x0d, 0xa6, 0xec, 0x91, 0x33, 0x51, 0xbb, 0x30, 0xdf,
+ 0x79, 0xb6, 0x1e, 0x39, 0x73, 0xb4, 0x5b, 0xe4, 0x77, 0x9e, 0xa8, 0x47,
+ 0xce, 0xf4, 0xec, 0x16, 0xf9, 0x9d, 0xe7, 0xe8, 0x91, 0x33, 0x33, 0x13,
+ 0x65, 0x7e, 0xe7, 0xf9, 0x79, 0xe4, 0xcc, 0xca, 0x44, 0x99, 0xdf, 0x79,
+ 0x6e, 0x1e, 0x39, 0x33, 0x32, 0x51, 0xe6, 0x77, 0x9e, 0x97, 0x47, 0xce,
+ 0x6c, 0x4c, 0x94, 0xf9, 0x9d, 0xe7, 0x64, 0x55, 0xe6, 0x41, 0x45, 0x99,
+ 0xcf, 0x9e, 0x8f, 0xcb, 0xd1, 0xbc, 0x5b, 0x01, 0xff, 0xfc, 0xb9, 0xb8,
+ 0xc4, 0xef, 0x54, 0xe1, 0x3f, 0x7f, 0x1e, 0x2e, 0x0b, 0x08, 0xab, 0x0a,
+ 0x68, 0x39, 0x07, 0x13, 0xeb, 0xe3, 0x8f, 0x6c, 0xc5, 0x8b, 0x21, 0xdc,
+ 0x2e, 0xd3, 0xc5, 0xd3, 0x2a, 0x5d, 0x26, 0x70, 0xd3, 0xf3, 0xaa, 0xfc,
+ 0x11, 0x0c, 0x79, 0x0c, 0x6d, 0x77, 0xc6, 0x64, 0x19, 0xc1, 0x4a, 0x72,
+ 0xc3, 0xd3, 0xf6, 0x9b, 0x18, 0xf6, 0x4a, 0x78, 0x9e, 0x02, 0x22, 0x47,
+ 0xeb, 0xf5, 0xe2, 0x49, 0xc1, 0x1f, 0x42, 0x26, 0x9e, 0xa4, 0xe8, 0x18,
+ 0x53, 0x11, 0x52, 0xc4, 0x7a, 0x9b, 0x0f, 0x9b, 0x19, 0xf9, 0x4c, 0xbe,
+ 0x14, 0xa5, 0xa3, 0x73, 0x3e, 0xfe, 0xbf, 0x6a, 0xa2, 0xae, 0xe6, 0x0a,
+ 0x4d, 0xae, 0xb0, 0x19, 0x57, 0xd7, 0xe4, 0xea, 0x36, 0xe3, 0xea, 0x99,
+ 0x5c, 0xbd, 0x66, 0x5c, 0x7d, 0x93, 0xab, 0xdf, 0x8c, 0x6b, 0x60, 0x72,
+ 0x0d, 0x9a, 0x71, 0xed, 0x99, 0x5c, 0x7b, 0xcd, 0xb8, 0xf6, 0x2b, 0x35,
+ 0xe7, 0x84, 0x6d, 0x8b, 0xb6, 0xf1, 0x89, 0xd3, 0xec, 0x2d, 0x46, 0x74,
+ 0x0a, 0xae, 0x97, 0x70, 0xd3, 0x8d, 0xbd, 0x1d, 0x8c, 0x34, 0x87, 0x07,
+ 0xc4, 0xe6, 0x12, 0x29, 0x51, 0x67, 0x82, 0x1c, 0x83, 0xf9, 0xbc, 0x1e,
+ 0x9e, 0x5d, 0x5c, 0x9f, 0x6d, 0x07, 0xea, 0xcc, 0x82, 0x6d, 0xb7, 0x66,
+ 0x72, 0xfb, 0x86, 0xe4, 0x88, 0x7b, 0x0d, 0xc4, 0xa6, 0xa1, 0x20, 0x38,
+ 0x2a, 0x49, 0xf0, 0x98, 0xec, 0x27, 0x08, 0x3a, 0x85, 0x5b, 0xf7, 0x9f,
+ 0xf4, 0x65, 0x84, 0x7d, 0x2e, 0xa1, 0xb3, 0x9f, 0xa1, 0x63, 0x0d, 0x53,
+ 0x90, 0x0f, 0xa7, 0x86, 0x20, 0xc6, 0xe1, 0x89, 0xaf, 0x12, 0x37, 0x59,
+ 0x1c, 0x7d, 0x5d, 0xa7, 0x70, 0x54, 0xf6, 0xfa, 0xe4, 0xd3, 0xf1, 0xd9,
+ 0xe4, 0xf0, 0x8f, 0x97, 0x63, 0xe0, 0xa7, 0xab, 0x71, 0x08, 0xe4, 0x97,
+ 0x40, 0x5e, 0xd9, 0xc4, 0x3c, 0x58, 0x99, 0x2c, 0x89, 0x37, 0x2c, 0x0e,
+ 0x4c, 0x1e, 0x90, 0x98, 0x6a, 0x59, 0x3e, 0x17, 0x04, 0x11, 0x52, 0x35,
+ 0x1f, 0x9a, 0xca, 0xe1, 0x8f, 0x12, 0x11, 0xcb, 0xa9, 0x94, 0xce, 0xd7,
+ 0x16, 0xa5, 0xaf, 0x0b, 0xe5, 0xfb, 0xc1, 0xe1, 0xb5, 0xfd, 0xd0, 0xc8,
+ 0x13, 0x61, 0x8e, 0xf0, 0x90, 0xcc, 0x8a, 0xbb, 0xe0, 0xf5, 0x3a, 0x8b,
+ 0xdf, 0xce, 0xe2, 0x68, 0x56, 0x24, 0x4b, 0x30, 0x64, 0x08, 0xe4, 0x33,
+ 0x5a, 0xb5, 0x38, 0x04, 0xe2, 0x2f, 0x40, 0xab, 0xd5, 0xa0, 0x72, 0x86,
+ 0xfb, 0xb5, 0x83, 0x56, 0x85, 0xa4, 0x38, 0xdc, 0x60, 0xe7, 0xb7, 0x2a,
+ 0x28, 0xae, 0xf2, 0x75, 0x20, 0x61, 0x35, 0x88, 0xe8, 0xd4, 0x3a, 0x94,
+ 0xae, 0x75, 0x60, 0x1f, 0xe7, 0xc5, 0x19, 0x06, 0x01, 0xdf, 0xe6, 0x51,
+ 0xbd, 0xd9, 0xbf, 0x82, 0xb1, 0x08, 0x53, 0x29, 0x22, 0x3b, 0x71, 0xd7,
+ 0xa3, 0xa8, 0xd6, 0x82, 0xe0, 0x07, 0x98, 0x2d, 0x8d, 0x48, 0x3e, 0x95,
+ 0xd4, 0xa1, 0x45, 0x1d, 0x56, 0x52, 0x77, 0x2d, 0xea, 0x6e, 0x25, 0x75,
+ 0xcf, 0xa2, 0xee, 0x55, 0x52, 0xf7, 0x2d, 0xea, 0x7e, 0x25, 0xf5, 0xc0,
+ 0xa2, 0x1e, 0x54, 0x52, 0xef, 0x59, 0xd4, 0x7b, 0x95, 0xd4, 0xfb, 0x16,
+ 0xf5, 0x3e, 0x45, 0x3d, 0xbc, 0x49, 0xb3, 0x42, 0x46, 0xf1, 0xb4, 0x62,
+ 0xca, 0x50, 0x63, 0x48, 0xbd, 0x29, 0xd6, 0x86, 0xb0, 0xf1, 0xa2, 0x13,
+ 0x8e, 0xec, 0xe4, 0x73, 0x4e, 0xa9, 0x49, 0x86, 0x83, 0x1c, 0x53, 0xc3,
+ 0xf0, 0x1c, 0x5a, 0x4b, 0x2a, 0x4f, 0xfc, 0x08, 0x4d, 0xcc, 0x8f, 0xd8,
+ 0x98, 0x1a, 0xb3, 0x31, 0x55, 0xbf, 0xab, 0x92, 0xb7, 0x3b, 0x6c, 0x5d,
+ 0x72, 0xfc, 0x58, 0x64, 0x91, 0xbe, 0xa7, 0xe2, 0xc6, 0x08, 0xa6, 0xb9,
+ 0x14, 0x37, 0x42, 0x10, 0xaf, 0xed, 0xd0, 0xae, 0x20, 0x9a, 0xde, 0x95,
+ 0x7b, 0x4a, 0xfd, 0xf9, 0x1a, 0xc4, 0x38, 0x63, 0x4b, 0x89, 0x79, 0x92,
+ 0x99, 0x97, 0xea, 0xdc, 0xe0, 0x60, 0x3b, 0x58, 0x24, 0x5f, 0x19, 0x51,
+ 0x70, 0xff, 0xb6, 0x78, 0xc0, 0x60, 0x71, 0x41, 0x9e, 0x2e, 0xe3, 0xe0,
+ 0xf3, 0x60, 0xe7, 0x33, 0x5b, 0xdc, 0x71, 0x22, 0xb3, 0xec, 0x1f, 0xf8,
+ 0x95, 0x0b, 0x83, 0x5e, 0xe1, 0xdb, 0xea, 0x5c, 0x78, 0x33, 0xdc, 0x0e,
+ 0x56, 0x10, 0xf8, 0x56, 0xcf, 0x90, 0x4f, 0xf3, 0x09, 0xd1, 0x99, 0xac,
+ 0xe5, 0x5e, 0x50, 0xbc, 0x6d, 0x9f, 0xf0, 0xaa, 0x4e, 0x64, 0x3d, 0x3a,
+ 0x1e, 0xbe, 0xb0, 0x86, 0x0f, 0x96, 0x6d, 0x35, 0xbb, 0x3a, 0x0d, 0xad,
+ 0x5b, 0x83, 0xd6, 0xa5, 0xd0, 0x42, 0x1f, 0x5a, 0xaf, 0x06, 0xad, 0x47,
+ 0xa1, 0x75, 0x7d, 0x68, 0xfd, 0x1a, 0xb4, 0x3e, 0x85, 0xd6, 0xf3, 0xa1,
+ 0x0d, 0x6a, 0xd0, 0x06, 0x14, 0x5a, 0xdf, 0x87, 0xb6, 0x57, 0x83, 0xb6,
+ 0x47, 0xa1, 0x0d, 0x7c, 0x68, 0xfb, 0x35, 0x68, 0xfb, 0x14, 0xda, 0x9e,
+ 0x0f, 0xed, 0xa0, 0x06, 0xed, 0x80, 0x42, 0xdb, 0xf7, 0xa1, 0x81, 0x53,
+ 0x92, 0x6a, 0x45, 0xdd, 0xa5, 0xf0, 0x0e, 0xbc, 0x78, 0xb5, 0x8a, 0xdf,
+ 0x21, 0x35, 0x78, 0xd7, 0x0b, 0x58, 0x37, 0x22, 0x3a, 0xf4, 0x90, 0x30,
+ 0xf7, 0x2c, 0x6c, 0xab, 0x70, 0x1b, 0xcf, 0xd4, 0x3c, 0x55, 0xba, 0x81,
+ 0xa2, 0xd6, 0x3f, 0xda, 0x8d, 0x1d, 0xb0, 0xb1, 0x8f, 0xb1, 0x70, 0x03,
+ 0x25, 0xeb, 0x66, 0x9c, 0x66, 0x21, 0x4d, 0xe8, 0xdf, 0xaf, 0xf1, 0x08,
+ 0x34, 0xd7, 0xa6, 0x00, 0x9e, 0x93, 0x33, 0xab, 0xbc, 0xd0, 0x5f, 0x9e,
+ 0x7f, 0xfb, 0x46, 0x96, 0xf7, 0x1d, 0x0e, 0xf4, 0x2d, 0xd9, 0xba, 0x7e,
+ 0xd9, 0xfc, 0x47, 0x46, 0xdf, 0x2a, 0x9b, 0xef, 0xd0, 0xdf, 0x92, 0xad,
+ 0xe7, 0x97, 0xcd, 0x7f, 0xb6, 0xf4, 0xad, 0xb2, 0xf9, 0x2e, 0x06, 0x2c,
+ 0xd9, 0xe8, 0xeb, 0x01, 0x2e, 0x9c, 0xff, 0x10, 0xea, 0x5b, 0x85, 0xf3,
+ 0xdd, 0x1e, 0x58, 0xc2, 0xd1, 0x77, 0x08, 0x5c, 0x38, 0xff, 0x69, 0xd5,
+ 0xb7, 0x0a, 0xe7, 0xbb, 0x62, 0xb0, 0x84, 0xa3, 0x2f, 0x1a, 0xb8, 0x70,
+ 0xfe, 0x63, 0xad, 0x6f, 0x15, 0xce, 0x77, 0x0f, 0x61, 0x09, 0x47, 0xdf,
+ 0x46, 0x70, 0xe1, 0xfc, 0xe7, 0x5f, 0xdf, 0x2a, 0x9c, 0xef, 0xb2, 0xc2,
+ 0x12, 0x8e, 0xbe, 0xb2, 0xe0, 0xc2, 0xf9, 0x0f, 0xca, 0xbc, 0xc2, 0x35,
+ 0xbe, 0xd1, 0xb0, 0xa7, 0x4f, 0xfa, 0x5e, 0x43, 0x4c, 0xa0, 0xfe, 0x13,
+ 0xb5, 0xe6, 0x82, 0xf8, 0xae, 0x3d, 0x6c, 0x41, 0xe8, 0xcb, 0x0f, 0x21,
+ 0x48, 0xcb, 0xa9, 0xbc, 0xdd, 0xdd, 0x88, 0x2d, 0x09, 0x7d, 0x43, 0x22,
+ 0x24, 0x79, 0xc6, 0x24, 0xdf, 0xf2, 0x43, 0x88, 0x5f, 0x40, 0xf7, 0x3e,
+ 0x9b, 0x97, 0xc4, 0xbe, 0x8d, 0x64, 0x39, 0xf5, 0x77, 0x19, 0xc6, 0xaa,
+ 0xb8, 0x7c, 0x87, 0x29, 0x77, 0x0f, 0xb6, 0xf5, 0x8a, 0x4c, 0x57, 0x94,
+ 0x7e, 0x23, 0x13, 0xff, 0x17, 0xb5, 0xa1, 0x79, 0x8b, 0x4f, 0x1a, 0x79,
+ 0x56, 0xf3, 0xbd, 0x64, 0x69, 0x20, 0x8a, 0xbe, 0x31, 0x53, 0x1b, 0x2b,
+ 0x55, 0x6e, 0xe5, 0x0e, 0xab, 0x62, 0x61, 0xa1, 0x75, 0xf6, 0x72, 0xb3,
+ 0x28, 0x12, 0x8c, 0x44, 0x7e, 0x04, 0x5e, 0x4e, 0x94, 0xfd, 0xc6, 0x11,
+ 0xc4, 0xba, 0x0c, 0x7e, 0x0c, 0x30, 0xd5, 0xec, 0x2b, 0x0c, 0x5b, 0x3e,
+ 0x93, 0x9e, 0xa9, 0xc4, 0xca, 0xab, 0xc4, 0xc1, 0xfc, 0x23, 0x65, 0x24,
+ 0xf5, 0x6b, 0x99, 0xc3, 0x05, 0x33, 0x9b, 0x7a, 0x73, 0x93, 0xc7, 0xff,
+ 0xb1, 0x89, 0x99, 0x1e, 0xf2, 0x70, 0xe8, 0x33, 0x2c, 0x6f, 0xdb, 0x84,
+ 0x44, 0x21, 0x48, 0x28, 0xb2, 0x26, 0xe7, 0x51, 0x02, 0x5a, 0x6b, 0x79,
+ 0xd0, 0x22, 0x2c, 0xfb, 0xa4, 0x39, 0x3a, 0xb8, 0xe5, 0x97, 0x46, 0x76,
+ 0x1a, 0x0a, 0xf8, 0x43, 0xae, 0xab, 0xc0, 0x09, 0x98, 0x2b, 0x62, 0x66,
+ 0x8e, 0x3b, 0x51, 0x3c, 0x24, 0xe4, 0x1b, 0x53, 0xd5, 0x44, 0x26, 0x28,
+ 0xb6, 0x0f, 0x5b, 0xa4, 0xa2, 0xfd, 0x5e, 0x1d, 0xbc, 0x92, 0x14, 0xb6,
+ 0xc5, 0xa2, 0x89, 0xb8, 0x47, 0x21, 0x47, 0x58, 0xdc, 0x39, 0x23, 0xb8,
+ 0x74, 0x26, 0xd4, 0xb0, 0xb9, 0x34, 0xaf, 0x66, 0xe7, 0x2a, 0xd1, 0xdc,
+ 0xf3, 0xca, 0xd8, 0xe6, 0x22, 0xb4, 0xb9, 0x0a, 0x3e, 0x8e, 0x5b, 0x6c,
+ 0x30, 0x61, 0x59, 0xa7, 0x05, 0xeb, 0xc3, 0x04, 0x5d, 0x2d, 0xa1, 0xe1,
+ 0xe8, 0x5d, 0x1c, 0x15, 0xa5, 0x47, 0x39, 0x30, 0x71, 0x4a, 0x57, 0xe0,
+ 0x88, 0xdb, 0xc4, 0xe5, 0xee, 0x5e, 0xc0, 0x8b, 0x4e, 0xca, 0x50, 0xb2,
+ 0x60, 0x15, 0xe5, 0xc5, 0x53, 0xb0, 0x4c, 0xf2, 0x9b, 0x98, 0x41, 0x27,
+ 0x69, 0xf6, 0x2e, 0x08, 0x3e, 0xe1, 0x49, 0x1d, 0x78, 0x52, 0x8a, 0xc0,
+ 0x50, 0x89, 0xc1, 0xb2, 0xcd, 0x7d, 0x16, 0x80, 0x33, 0x9e, 0x2c, 0xc9,
+ 0xbf, 0xbe, 0x34, 0x11, 0x3f, 0xe2, 0xbb, 0x27, 0x38, 0x39, 0x89, 0xd9,
+ 0x1c, 0x37, 0xc3, 0x3e, 0x41, 0xfc, 0x55, 0x30, 0x4b, 0xf2, 0x22, 0x4b,
+ 0x6e, 0x36, 0x30, 0x9e, 0xc1, 0xa9, 0x0f, 0x2b, 0x0b, 0x02, 0xa9, 0x63,
+ 0x9b, 0x2a, 0x49, 0xf3, 0x27, 0x96, 0xba, 0xcc, 0xdf, 0x11, 0x9e, 0x02,
+ 0x79, 0x93, 0xad, 0x17, 0xb2, 0xbf, 0x6d, 0x2d, 0xe5, 0x54, 0xda, 0x80,
+ 0x35, 0x35, 0x92, 0xcc, 0xd0, 0x06, 0x9d, 0x75, 0x20, 0x82, 0x07, 0xa3,
+ 0x9d, 0xd1, 0xfc, 0x56, 0x77, 0x44, 0xcb, 0xcf, 0x5b, 0x3b, 0x01, 0x8f,
+ 0x63, 0xea, 0x78, 0x40, 0x0b, 0x6e, 0x92, 0x28, 0x17, 0xee, 0xfb, 0x84,
+ 0x5f, 0x5c, 0xd6, 0x47, 0xe9, 0x03, 0x2b, 0x70, 0x7a, 0x27, 0xad, 0x8d,
+ 0x58, 0x26, 0x6b, 0x75, 0x24, 0x32, 0x01, 0x98, 0xe2, 0x2e, 0xd1, 0x73,
+ 0x1e, 0x04, 0x90, 0x4f, 0x39, 0x2d, 0xd8, 0x60, 0x9a, 0x7e, 0x01, 0xdf,
+ 0x05, 0xe0, 0x11, 0x29, 0x7e, 0x8c, 0x96, 0x6b, 0x50, 0xdf, 0x08, 0x7c,
+ 0xfa, 0x6d, 0xc0, 0x50, 0xd3, 0x04, 0xfb, 0x17, 0xf6, 0x25, 0x17, 0x81,
+ 0xe8, 0x0b, 0x7e, 0x12, 0x89, 0x7d, 0xd8, 0xdf, 0x05, 0x2f, 0x42, 0x18,
+ 0x9e, 0x7e, 0x93, 0x65, 0x30, 0xec, 0x51, 0x64, 0x8c, 0x49, 0x9f, 0xc5,
+ 0x39, 0x6b, 0x17, 0x4b, 0xa6, 0x55, 0xd0, 0x7f, 0x57, 0x3e, 0xcc, 0x61,
+ 0x55, 0x28, 0xa5, 0x91, 0xfe, 0x0f, 0x59, 0x37, 0xbf, 0x73, 0x9b, 0xe2,
+ 0x4f, 0xe8, 0xbb, 0x50, 0x55, 0xba, 0x6c, 0x18, 0x96, 0xa8, 0xc2, 0x64,
+ 0xa2, 0x7f, 0x38, 0xc8, 0xcf, 0xf1, 0xc6, 0x0b, 0x7e, 0x43, 0xeb, 0x98,
+ 0x68, 0xca, 0x63, 0x39, 0x3f, 0xe8, 0x36, 0xcb, 0x3a, 0xc4, 0xd6, 0x54,
+ 0x24, 0x60, 0xba, 0x77, 0xbb, 0xc2, 0xc4, 0xbc, 0x33, 0x41, 0xb0, 0x4b,
+ 0x99, 0xa7, 0xb3, 0xfd, 0x59, 0x48, 0x27, 0x4d, 0xa7, 0x5f, 0xc3, 0x5e,
+ 0xf6, 0x2f, 0x71, 0x96, 0xa2, 0xc2, 0xae, 0x52, 0x95, 0xf3, 0xc6, 0x44,
+ 0xc4, 0xcf, 0xb0, 0xf6, 0xe2, 0xc2, 0x5b, 0x98, 0x71, 0x36, 0x2c, 0xb5,
+ 0xe9, 0x90, 0xb5, 0x42, 0x35, 0x13, 0xa1, 0x83, 0x21, 0xa9, 0x83, 0xe1,
+ 0x3f, 0x75, 0xf0, 0x7f, 0x82, 0x0e, 0x86, 0xdf, 0x5d, 0x07, 0x43, 0xbf,
+ 0x0e, 0xda, 0x85, 0x51, 0x3a, 0x18, 0xda, 0x3a, 0xe8, 0x32, 0x11, 0x3a,
+ 0xd8, 0x25, 0x75, 0xb0, 0xfb, 0x4f, 0x1d, 0xfc, 0x9f, 0xa0, 0x83, 0xdd,
+ 0xef, 0xae, 0x83, 0x5d, 0xbf, 0x0e, 0xda, 0x85, 0x51, 0x3a, 0xd8, 0xb5,
+ 0x75, 0xd0, 0x65, 0x22, 0x74, 0xb0, 0x47, 0xea, 0x60, 0xef, 0x9f, 0x3a,
+ 0xf8, 0x3f, 0x41, 0x07, 0x7b, 0xdf, 0x5d, 0x07, 0x7b, 0x7e, 0x1d, 0xb4,
+ 0x0b, 0xa3, 0x74, 0xb0, 0x67, 0xeb, 0xa0, 0xcb, 0xa4, 0xe9, 0xe0, 0x7d,
+ 0x8c, 0x44, 0x62, 0x39, 0xf8, 0xf9, 0x58, 0x28, 0xce, 0xdf, 0x6f, 0x21,
+ 0x28, 0x43, 0x42, 0xfc, 0xdd, 0x35, 0xee, 0x5f, 0x98, 0xca, 0xfd, 0x8e,
+ 0x2b, 0x56, 0x29, 0xcb, 0xbb, 0x80, 0x2d, 0xf3, 0x63, 0xee, 0xca, 0x13,
+ 0x37, 0x5c, 0xe0, 0x71, 0x76, 0xf5, 0x53, 0x01, 0x74, 0x41, 0xff, 0x77,
+ 0x8c, 0x62, 0xdb, 0xb2, 0x02, 0x65, 0x8b, 0xfa, 0x68, 0xc6, 0x7a, 0x0f,
+ 0x49, 0x72, 0xa0, 0x11, 0x60, 0x52, 0x10, 0x56, 0x41, 0xac, 0xca, 0xb6,
+ 0x5c, 0xe5, 0x3f, 0xa1, 0xdf, 0x84, 0x63, 0x50, 0xca, 0xce, 0xbb, 0xdd,
+ 0xfe, 0x3f, 0x92, 0x56, 0x0b, 0x6d, 0xf8, 0x7e, 0x0b, 0xcc, 0x12, 0xd0,
+ 0xd6, 0x69, 0x5f, 0x51, 0xba, 0x4a, 0x4b, 0xe5, 0x14, 0x1a, 0xed, 0x67,
+ 0x71, 0x15, 0x3a, 0xb4, 0x14, 0xfa, 0xef, 0xb7, 0xaa, 0xfc, 0xa7, 0x42,
+ 0xff, 0x03, 0x2a, 0xf4, 0x77, 0x5b, 0xad, 0x96, 0x80, 0x3e, 0x85, 0xae,
+ 0x5a, 0xab, 0x4a, 0xe5, 0xb4, 0x14, 0xba, 0x72, 0xa5, 0x2a, 0x88, 0xba,
+ 0x96, 0x42, 0xff, 0xfd, 0x96, 0xa8, 0xff, 0x54, 0xe8, 0x7f, 0x40, 0x85,
+ 0xfe, 0x6e, 0x4b, 0xdf, 0x12, 0xd0, 0xa7, 0xd0, 0x55, 0x0b, 0x5f, 0xa9,
+ 0x9c, 0x96, 0x42, 0x57, 0x2e, 0x7b, 0x05, 0x51, 0xcf, 0x52, 0xe8, 0xbf,
+ 0xdf, 0x7a, 0xf7, 0x9f, 0x0a, 0xfd, 0x0f, 0xa8, 0xd0, 0xdf, 0x6d, 0x1d,
+ 0x5d, 0x02, 0xfa, 0x14, 0xba, 0x6a, 0x15, 0x2d, 0x95, 0xd3, 0x52, 0xe8,
+ 0xca, 0x35, 0xf4, 0x4d, 0x9a, 0xe6, 0xc5, 0xc5, 0x3a, 0x5e, 0xe9, 0x4b,
+ 0xe9, 0x43, 0x48, 0x0c, 0x52, 0x96, 0x1a, 0x2c, 0xd2, 0x74, 0xfd, 0x77,
+ 0x5f, 0x57, 0x6b, 0x25, 0xa3, 0x24, 0xff, 0x7d, 0x1a, 0x6f, 0x2a, 0xfc,
+ 0x8d, 0xd5, 0x2e, 0xbf, 0xfb, 0x47, 0x52, 0x46, 0xd5, 0x93, 0x67, 0x4c,
+ 0xb4, 0xef, 0xbc, 0x14, 0x26, 0xb1, 0x6d, 0x15, 0x6d, 0x20, 0x80, 0xae,
+ 0xad, 0x2e, 0xb9, 0x5c, 0x2b, 0x37, 0x02, 0xf2, 0xea, 0x70, 0x58, 0xa5,
+ 0xc3, 0x7f, 0xbf, 0xa5, 0xf4, 0x3f, 0x75, 0xf8, 0xfb, 0xe8, 0xf0, 0x77,
+ 0x5b, 0xfd, 0x92, 0xd8, 0x0d, 0x74, 0xb8, 0x6a, 0x4d, 0xec, 0x92, 0x87,
+ 0x7e, 0x1d, 0xae, 0x5c, 0x29, 0x23, 0xfd, 0x68, 0x91, 0xe6, 0xf1, 0xcc,
+ 0x9d, 0x89, 0xa7, 0x98, 0xfe, 0xdf, 0x33, 0x17, 0x1b, 0x65, 0xff, 0x03,
+ 0x6a, 0xb2, 0x2e, 0xdf, 0x3f, 0x9e, 0x2e, 0xf3, 0x1e, 0xfd, 0x5b, 0xcd,
+ 0xc8, 0x2e, 0x3a, 0xa9, 0xcf, 0x75, 0x42, 0x38, 0x1a, 0x6d, 0x31, 0x18,
+ 0xf3, 0x72, 0x3d, 0x58, 0x85, 0x56, 0x87, 0xd5, 0x5a, 0xfd, 0xf7, 0x9b,
+ 0x9d, 0xff, 0xa9, 0xd5, 0xdf, 0x53, 0xab, 0xbf, 0xef, 0x1c, 0xed, 0xa2,
+ 0x37, 0xd2, 0xea, 0xda, 0x79, 0xda, 0x62, 0x08, 0xab, 0xb4, 0xba, 0x72,
+ 0xae, 0x46, 0x6b, 0x1c, 0x3a, 0xbc, 0xbb, 0x2c, 0x10, 0x49, 0xca, 0x67,
+ 0x78, 0x76, 0xce, 0xe7, 0x74, 0x01, 0xd6, 0x47, 0x1a, 0x81, 0x06, 0x1f,
+ 0x6d, 0x1e, 0xc7, 0xf1, 0x72, 0xcd, 0x3d, 0xad, 0x74, 0xf8, 0x5f, 0xdb,
+ 0x5b, 0xaf, 0x58, 0x72, 0x07, 0x2c, 0x4d, 0xb2, 0x65, 0x92, 0x1b, 0xde,
+ 0x8e, 0xf4, 0xd6, 0x46, 0xcf, 0x93, 0x86, 0xdb, 0x7e, 0x13, 0x6d, 0x12,
+ 0xcd, 0xa6, 0xc2, 0xfb, 0x8e, 0xce, 0x76, 0xb9, 0x59, 0x2c, 0x36, 0x6b,
+ 0x50, 0x52, 0xc4, 0xe6, 0x36, 0x1c, 0x16, 0x27, 0x28, 0xd9, 0x44, 0x52,
+ 0xb0, 0x76, 0xf3, 0x02, 0xa3, 0x67, 0x98, 0xdf, 0x0c, 0x0f, 0xb9, 0x67,
+ 0xe9, 0x43, 0x0c, 0x63, 0xac, 0x8c, 0xa1, 0x2d, 0x0c, 0x8b, 0x2c, 0x10,
+ 0x20, 0x18, 0x4d, 0x3a, 0x0d, 0xd0, 0x35, 0xf0, 0x2b, 0x94, 0x09, 0xde,
+ 0x94, 0x04, 0xff, 0x27, 0x38, 0x1b, 0x4b, 0xdb, 0x2b, 0x0b, 0x21, 0x53,
+ 0x54, 0x6d, 0xf1, 0x4d, 0x23, 0xa9, 0x64, 0x36, 0x5b, 0xc4, 0x4d, 0x6b,
+ 0x12, 0x7e, 0x43, 0x4d, 0xce, 0x1b, 0xd4, 0xa4, 0x25, 0xbe, 0x51, 0x13,
+ 0x08, 0xa5, 0xde, 0xa2, 0x53, 0xba, 0xdf, 0x50, 0x95, 0x0f, 0x0d, 0xaa,
+ 0xd2, 0x04, 0xdf, 0x37, 0x48, 0x42, 0x31, 0x48, 0x02, 0x18, 0x24, 0xe1,
+ 0x33, 0x06, 0x89, 0x2d, 0x59, 0xd8, 0x66, 0x9c, 0x38, 0xbc, 0x95, 0x23,
+ 0x25, 0xfc, 0x1e, 0x23, 0x25, 0xf4, 0x8d, 0x14, 0x02, 0xbd, 0xe5, 0x48,
+ 0x09, 0x2b, 0x47, 0x4a, 0x35, 0xfe, 0x33, 0x46, 0x4a, 0xe8, 0x1b, 0x29,
+ 0x2d, 0x6a, 0xe2, 0x19, 0x29, 0x61, 0xe5, 0x48, 0x69, 0x51, 0x93, 0x86,
+ 0x23, 0x25, 0xf4, 0x8d, 0x94, 0x16, 0x55, 0xf1, 0x8c, 0x94, 0xb0, 0x72,
+ 0xa4, 0x90, 0x2a, 0xa5, 0x46, 0x4a, 0x9a, 0x2c, 0x4a, 0x52, 0xf6, 0x1d,
+ 0xb9, 0x48, 0x16, 0x01, 0x24, 0xc8, 0x00, 0x51, 0x0d, 0x87, 0x88, 0x01,
+ 0xd3, 0x62, 0x78, 0x98, 0x7c, 0xf6, 0xd0, 0xf0, 0xa1, 0x36, 0x1e, 0x19,
+ 0x26, 0x40, 0x39, 0x2a, 0x6a, 0x80, 0x6b, 0x06, 0x85, 0xc9, 0x6d, 0x0d,
+ 0x88, 0xe6, 0xd0, 0x0d, 0xc6, 0x03, 0x25, 0x7f, 0xf8, 0x7c, 0xf9, 0xcf,
+ 0x6b, 0xe4, 0x6f, 0x07, 0xdd, 0x64, 0x14, 0x50, 0x15, 0xe8, 0x3e, 0xbf,
+ 0x02, 0x1f, 0x6a, 0x2a, 0xd0, 0x0e, 0x9a, 0xf0, 0x81, 0xdd, 0x39, 0xd8,
+ 0xf3, 0xc7, 0x87, 0x64, 0x99, 0x14, 0xc7, 0x7e, 0x15, 0x87, 0xe1, 0xa8,
+ 0x01, 0xde, 0xfe, 0x1a, 0xa3, 0x0d, 0x3d, 0xfe, 0x3d, 0x63, 0xb8, 0x99,
+ 0x40, 0x2d, 0xc6, 0x9b, 0xc5, 0x68, 0x0f, 0x38, 0x2f, 0x6e, 0xe3, 0x11,
+ 0x67, 0x21, 0x94, 0x43, 0xae, 0x0e, 0xba, 0x66, 0xcc, 0x59, 0xec, 0xd6,
+ 0xa0, 0x6b, 0x01, 0xde, 0x60, 0xd4, 0x91, 0x75, 0x08, 0xbf, 0xa1, 0x0e,
+ 0xe7, 0x75, 0x75, 0x68, 0x09, 0xde, 0x64, 0xe4, 0x91, 0x95, 0xe8, 0x7e,
+ 0x43, 0x25, 0x3e, 0xd4, 0x55, 0xa2, 0x09, 0xb8, 0xbe, 0x46, 0x5b, 0xde,
+ 0x24, 0xe0, 0x96, 0x56, 0x1f, 0x0f, 0x43, 0x9e, 0x56, 0x3f, 0x24, 0x5e,
+ 0x5e, 0x6e, 0xc4, 0x9d, 0x92, 0x8c, 0xcc, 0x10, 0xb3, 0x0d, 0x23, 0x3c,
+ 0x5d, 0x67, 0x7b, 0xda, 0x4d, 0x76, 0x93, 0x82, 0x1b, 0xcd, 0xdb, 0x38,
+ 0xdb, 0xc9, 0x37, 0xac, 0x51, 0xc4, 0x0f, 0x13, 0x01, 0x3c, 0x3a, 0xe0,
+ 0xfe, 0x37, 0x4a, 0xb2, 0x60, 0x9e, 0x2c, 0xd8, 0x3e, 0xee, 0x5d, 0xdd,
+ 0x6e, 0xc9, 0x16, 0xb9, 0xc5, 0xc8, 0x73, 0x79, 0x9d, 0x85, 0x60, 0x05,
+ 0x7a, 0xe3, 0xf1, 0xe7, 0x82, 0x68, 0x6b, 0xc1, 0xfa, 0x02, 0x6a, 0x46,
+ 0xa1, 0x8b, 0x60, 0x2f, 0x07, 0x5b, 0x15, 0xd1, 0x60, 0x2c, 0xfa, 0xea,
+ 0x13, 0x7e, 0x5b, 0x7d, 0xce, 0x1b, 0xd4, 0xa7, 0x7d, 0x11, 0x4d, 0xc6,
+ 0xa5, 0xaf, 0x42, 0xdd, 0x6f, 0xab, 0xd0, 0x87, 0x06, 0x15, 0x6a, 0x58,
+ 0x84, 0xee, 0xba, 0x4f, 0x04, 0x50, 0x4f, 0xb3, 0xa3, 0x24, 0xe7, 0xa3,
+ 0x68, 0x5c, 0x56, 0x87, 0x0d, 0xd8, 0x91, 0x22, 0x08, 0x14, 0x85, 0x1c,
+ 0xbd, 0x4d, 0x86, 0x6d, 0x34, 0x2f, 0x62, 0x3e, 0x0a, 0x1b, 0x8e, 0xda,
+ 0x1b, 0x06, 0x20, 0xc6, 0x3a, 0x70, 0x25, 0x2b, 0xc6, 0x3f, 0x4d, 0xd3,
+ 0x45, 0xfd, 0xe0, 0xad, 0xae, 0x4b, 0x8b, 0x91, 0x5c, 0x03, 0x64, 0x0f,
+ 0xeb, 0xc6, 0xe5, 0x36, 0x1e, 0xe3, 0x35, 0x88, 0xe5, 0x80, 0x6f, 0x5b,
+ 0x74, 0xcd, 0xe8, 0xaf, 0x81, 0xb3, 0xa6, 0x82, 0x6f, 0x28, 0xbc, 0xc1,
+ 0xbc, 0xd0, 0xa8, 0x0d, 0xc2, 0xef, 0xd8, 0x06, 0xe7, 0x6d, 0xdb, 0xe0,
+ 0x1b, 0x0b, 0x6f, 0x32, 0x97, 0x34, 0x6a, 0x84, 0xee, 0x77, 0x6c, 0x84,
+ 0x0f, 0x6d, 0x1b, 0xe1, 0x39, 0x85, 0xeb, 0xae, 0x95, 0xd6, 0xf9, 0xc7,
+ 0xcd, 0xb2, 0x03, 0x11, 0x5f, 0xee, 0xb2, 0xb4, 0x28, 0x98, 0x1e, 0x1c,
+ 0xa6, 0xb3, 0x27, 0x70, 0x9e, 0x64, 0x8c, 0x52, 0x11, 0xc4, 0x58, 0x7a,
+ 0x28, 0x47, 0xaf, 0x16, 0xeb, 0xbc, 0x33, 0xe9, 0x0c, 0xe9, 0x51, 0x2d,
+ 0xe8, 0x97, 0x89, 0x7c, 0x8b, 0xc9, 0xa8, 0xcf, 0xe1, 0x01, 0xe4, 0xaf,
+ 0x36, 0x9b, 0xdb, 0x20, 0x8a, 0x39, 0x7a, 0xd4, 0x98, 0xa3, 0xc7, 0x46,
+ 0xcc, 0xe5, 0x33, 0x59, 0x47, 0xd6, 0xb0, 0xe4, 0x6b, 0x09, 0xa5, 0xaa,
+ 0x01, 0x4c, 0x2a, 0x59, 0xab, 0x4f, 0x68, 0xe1, 0xc0, 0x33, 0xd7, 0x56,
+ 0x05, 0xc8, 0xaa, 0x9a, 0x05, 0x94, 0x75, 0x6e, 0x55, 0x80, 0xeb, 0xa2,
+ 0x69, 0x53, 0xa4, 0xc1, 0x28, 0x5a, 0x24, 0x37, 0x4c, 0x25, 0xe2, 0xe0,
+ 0x78, 0x7c, 0x08, 0x2e, 0x41, 0xd0, 0x59, 0x53, 0x5c, 0xdc, 0x4c, 0x22,
+ 0x96, 0x3d, 0x99, 0xca, 0x6c, 0x56, 0xe4, 0x6b, 0x96, 0x7a, 0xb2, 0x59,
+ 0xe1, 0xd1, 0x78, 0xde, 0x51, 0xd1, 0xfc, 0xf4, 0x54, 0x0c, 0x46, 0xda,
+ 0x79, 0xe3, 0x95, 0x83, 0xc7, 0xe1, 0xe2, 0x90, 0xd2, 0x1d, 0xc0, 0x7b,
+ 0x5a, 0xfb, 0x42, 0x57, 0xfb, 0xc2, 0x26, 0xda, 0x17, 0xb6, 0xd2, 0xbe,
+ 0x50, 0x75, 0x57, 0xf8, 0x0c, 0xf5, 0x0b, 0x55, 0x5f, 0xd4, 0x70, 0x7b,
+ 0xf5, 0x2f, 0x74, 0xf5, 0xaf, 0x31, 0x94, 0xae, 0x7f, 0xa1, 0xab, 0x7f,
+ 0xa1, 0x4f, 0x3d, 0x9a, 0x17, 0xa0, 0xe9, 0x5f, 0xe8, 0xea, 0x5f, 0xcb,
+ 0x02, 0x9a, 0xe8, 0x5f, 0xa8, 0xe9, 0x5f, 0xd8, 0x44, 0x03, 0x43, 0x52,
+ 0x03, 0xc3, 0x37, 0x5e, 0x49, 0x9a, 0x6a, 0xe0, 0x59, 0xb2, 0x4c, 0xd0,
+ 0xa5, 0xce, 0xf8, 0xf2, 0x3a, 0xe0, 0x3f, 0x0c, 0xed, 0x83, 0x64, 0xe1,
+ 0x7d, 0x0f, 0xee, 0x23, 0x93, 0x19, 0xbf, 0x95, 0x84, 0xf6, 0x62, 0xdc,
+ 0x18, 0xed, 0x43, 0x85, 0x3f, 0x19, 0xa7, 0xe9, 0x19, 0x3e, 0xba, 0xaf,
+ 0x1f, 0xfc, 0x08, 0x2b, 0x1e, 0x52, 0x37, 0x80, 0x85, 0x0f, 0x94, 0x1f,
+ 0xd7, 0xac, 0xd1, 0x55, 0x3c, 0xdb, 0xb0, 0x0e, 0x5c, 0x4d, 0x9f, 0x44,
+ 0xad, 0xca, 0x04, 0x73, 0xad, 0xe7, 0x09, 0xf0, 0x28, 0xa3, 0xe1, 0xbc,
+ 0x3d, 0xe1, 0xf1, 0xbc, 0xf2, 0x1d, 0xd6, 0x63, 0x3b, 0x12, 0xa4, 0x78,
+ 0xcb, 0xd7, 0xb5, 0xf9, 0x8e, 0x39, 0x48, 0xa3, 0x0c, 0x9f, 0x5a, 0x97,
+ 0x4a, 0x05, 0x25, 0x8b, 0xa7, 0xe2, 0xac, 0xb3, 0x85, 0x76, 0xe9, 0xca,
+ 0x05, 0x39, 0x96, 0xe8, 0x1c, 0xfa, 0x2c, 0x9e, 0x17, 0xda, 0x9d, 0x9d,
+ 0xea, 0x24, 0x33, 0x0d, 0x3e, 0x5c, 0x4e, 0x4a, 0x68, 0xa6, 0xe8, 0x4d,
+ 0xf1, 0xeb, 0x6b, 0xef, 0x4c, 0x45, 0xce, 0xb1, 0x6f, 0x78, 0x14, 0x6d,
+ 0x9f, 0x6e, 0x91, 0xe3, 0xe2, 0x8d, 0xd1, 0x17, 0xeb, 0x78, 0x16, 0x2d,
+ 0xc4, 0xf7, 0xf5, 0x12, 0xfe, 0x2d, 0xb6, 0xdc, 0x39, 0x39, 0xbd, 0x5d,
+ 0x6b, 0x13, 0x06, 0xb6, 0x96, 0x98, 0x13, 0x91, 0x53, 0xc6, 0xd4, 0xa9,
+ 0x9e, 0xf1, 0x3e, 0xad, 0x83, 0x7b, 0x7e, 0xb7, 0x59, 0x3a, 0x9f, 0xd2,
+ 0x51, 0x3e, 0xad, 0xc5, 0xd5, 0x27, 0xa8, 0x52, 0x35, 0xbc, 0x7f, 0x34,
+ 0xff, 0x92, 0x45, 0x37, 0xac, 0x24, 0x31, 0x80, 0xd5, 0xa8, 0x9d, 0x60,
+ 0x6d, 0x27, 0x9b, 0x75, 0x0b, 0x6c, 0xa7, 0x02, 0x47, 0xf0, 0x82, 0xfe,
+ 0xf5, 0x97, 0x8b, 0xf1, 0x1b, 0xab, 0x22, 0x06, 0x22, 0xcb, 0xff, 0x5e,
+ 0xf5, 0x80, 0x02, 0x3d, 0x35, 0x99, 0xb1, 0xac, 0xe7, 0xd4, 0xa5, 0x1c,
+ 0x01, 0x8d, 0x7a, 0x94, 0x93, 0x9b, 0xdf, 0x86, 0xe7, 0x17, 0x59, 0xa7,
+ 0x01, 0x8a, 0xb2, 0xad, 0x2a, 0xa0, 0xca, 0x37, 0x91, 0xbf, 0x4a, 0xba,
+ 0x66, 0xdd, 0xab, 0xe8, 0x5b, 0xf7, 0x73, 0x5b, 0x21, 0xed, 0xb1, 0x6a,
+ 0xcc, 0x9c, 0x7c, 0xc4, 0xfe, 0xf7, 0xcc, 0x9d, 0x97, 0xce, 0xdc, 0xb9,
+ 0x26, 0xe6, 0x4e, 0xdd, 0x54, 0xe4, 0xea, 0x2f, 0x3b, 0x27, 0x57, 0xd7,
+ 0x3b, 0xbf, 0x8c, 0xf7, 0x07, 0xbc, 0x2e, 0xaa, 0xff, 0xa3, 0xc5, 0x22,
+ 0x7d, 0x38, 0x9d, 0x81, 0x2b, 0x0c, 0xa6, 0xe2, 0x97, 0xeb, 0xdc, 0xa9,
+ 0x36, 0x39, 0xeb, 0xaa, 0xc9, 0xcb, 0x4e, 0x33, 0xe6, 0xd4, 0xbf, 0x47,
+ 0xaf, 0xfc, 0x12, 0x6d, 0x6e, 0x31, 0x1a, 0xd9, 0x2d, 0xfc, 0x43, 0xa6,
+ 0x4a, 0x10, 0xcc, 0xd5, 0x32, 0xb3, 0xe8, 0x81, 0xd5, 0x51, 0x4c, 0x28,
+ 0x74, 0xa6, 0x6a, 0x48, 0x9e, 0x6d, 0x7e, 0x82, 0x9c, 0xd2, 0x18, 0xcf,
+ 0x98, 0x7d, 0x1f, 0xfc, 0x88, 0x63, 0x7d, 0xd1, 0x4e, 0xe7, 0x87, 0x95,
+ 0xdc, 0xa1, 0x5f, 0x20, 0xad, 0x7f, 0xb8, 0xa9, 0xcb, 0x0d, 0x46, 0xe4,
+ 0xb1, 0xfb, 0xa4, 0xec, 0xc1, 0xed, 0xe0, 0x0b, 0xdb, 0xc8, 0xda, 0xf9,
+ 0xbc, 0x52, 0xdb, 0xc1, 0x71, 0x94, 0x17, 0xe4, 0x27, 0xd7, 0x03, 0x6e,
+ 0x7c, 0x92, 0x1d, 0x68, 0xd5, 0x5a, 0x2e, 0x30, 0x3a, 0x32, 0xb9, 0x65,
+ 0x93, 0x29, 0xeb, 0x26, 0xe5, 0xf1, 0xf5, 0x8b, 0x4c, 0x54, 0x11, 0x6c,
+ 0xe5, 0x2a, 0xd9, 0x39, 0x59, 0x52, 0xda, 0xab, 0x03, 0x09, 0xa5, 0x01,
+ 0x0e, 0xf3, 0x00, 0x83, 0x4d, 0x2a, 0xf3, 0xcd, 0x62, 0xf1, 0x24, 0x0c,
+ 0xb7, 0xb6, 0x83, 0x25, 0x58, 0x71, 0xa1, 0x69, 0x11, 0x3a, 0x47, 0x72,
+ 0x40, 0xce, 0x13, 0x33, 0x28, 0x5f, 0xf4, 0x28, 0x11, 0xc0, 0x34, 0x77,
+ 0x3b, 0x58, 0xc4, 0x51, 0x0d, 0x40, 0xf4, 0x48, 0x56, 0xf7, 0x74, 0x86,
+ 0xf1, 0xef, 0x78, 0x73, 0x19, 0x9e, 0x92, 0xdc, 0x16, 0xa9, 0x02, 0x90,
+ 0xed, 0x8a, 0x10, 0x9a, 0xb6, 0x7c, 0xb1, 0x05, 0x41, 0x42, 0xd5, 0x33,
+ 0x92, 0x52, 0x2f, 0x4c, 0x50, 0x78, 0x7b, 0x48, 0x94, 0xe8, 0xd1, 0x00,
+ 0xba, 0x66, 0x96, 0x22, 0xf8, 0xa4, 0xb7, 0xcb, 0x5c, 0x4e, 0xbb, 0xdd,
+ 0x23, 0xfc, 0xb1, 0x8d, 0x67, 0x6f, 0x6f, 0xff, 0x52, 0x7a, 0xb3, 0x12,
+ 0x76, 0x73, 0xc1, 0xe5, 0x38, 0xdc, 0xdd, 0x35, 0x8f, 0x1f, 0xae, 0x2f,
+ 0x4f, 0x83, 0xd1, 0x5d, 0x02, 0x67, 0x9e, 0x60, 0x49, 0xa7, 0xdc, 0x3b,
+ 0x31, 0xb4, 0xfd, 0xce, 0x60, 0x32, 0xcd, 0x6d, 0xe2, 0xa3, 0xf8, 0x3e,
+ 0x99, 0x96, 0x5f, 0x40, 0x41, 0x98, 0xaf, 0x13, 0x9e, 0x61, 0x74, 0xfd,
+ 0x08, 0xf3, 0x82, 0x2c, 0x2f, 0x6e, 0x6c, 0x86, 0x09, 0x24, 0x52, 0xc4,
+ 0xf3, 0x45, 0x74, 0xbb, 0x6b, 0x8b, 0x81, 0x89, 0xc6, 0xe9, 0x22, 0x37,
+ 0xb4, 0xb4, 0xbe, 0xc7, 0x40, 0x3e, 0xb9, 0x83, 0x44, 0x82, 0x56, 0x5a,
+ 0x2e, 0x16, 0x70, 0x88, 0x23, 0x2b, 0x8a, 0x1c, 0xc9, 0x04, 0xb5, 0xd1,
+ 0xd6, 0x7b, 0x61, 0x3d, 0x99, 0x2c, 0x4d, 0xfc, 0x62, 0xc2, 0xb6, 0x2c,
+ 0x04, 0x07, 0xd3, 0xf3, 0x92, 0x83, 0x2d, 0x6e, 0xd9, 0x7f, 0xd3, 0x0d,
+ 0x57, 0xf1, 0x92, 0x33, 0x7a, 0x14, 0x9c, 0xc6, 0x37, 0x2a, 0x8e, 0xbe,
+ 0x06, 0x6b, 0x88, 0x2c, 0x49, 0x09, 0x29, 0x44, 0x5c, 0x33, 0x22, 0x0f,
+ 0x93, 0xe5, 0x9b, 0x4b, 0x94, 0x05, 0x0c, 0x93, 0x22, 0x2d, 0x3c, 0x4c,
+ 0x68, 0x80, 0x99, 0xce, 0xe7, 0x5a, 0x05, 0x75, 0x46, 0x96, 0xe3, 0x30,
+ 0xbe, 0xfd, 0x43, 0xf0, 0x21, 0x65, 0xbf, 0x0f, 0x9f, 0xd6, 0xe0, 0x11,
+ 0x7f, 0x6c, 0x33, 0xde, 0x60, 0xba, 0x51, 0x35, 0xa4, 0xaf, 0x6a, 0xf9,
+ 0x3b, 0x46, 0xe0, 0x30, 0xd4, 0x49, 0x08, 0x4c, 0xb6, 0x84, 0xd2, 0x73,
+ 0x56, 0x19, 0x01, 0xc8, 0x68, 0x16, 0x9d, 0x13, 0x1a, 0x85, 0x07, 0x64,
+ 0x14, 0xd7, 0x74, 0x3c, 0xaa, 0xb5, 0x6e, 0x59, 0x02, 0xde, 0xa9, 0x78,
+ 0x26, 0xcf, 0xe3, 0x32, 0xbf, 0xba, 0x40, 0xaf, 0x55, 0x06, 0x97, 0x31,
+ 0x9a, 0x46, 0x8b, 0x0d, 0x44, 0x72, 0xe3, 0x2b, 0x5f, 0xa1, 0xf0, 0x53,
+ 0x4c, 0x83, 0xa4, 0x4b, 0x73, 0x66, 0xd4, 0x88, 0x03, 0x1e, 0x21, 0x5d,
+ 0x79, 0x25, 0x33, 0x78, 0x4e, 0x45, 0x9e, 0x8f, 0x77, 0xa9, 0xe2, 0x1b,
+ 0x59, 0x8c, 0xe8, 0x0d, 0x9f, 0xe0, 0xfa, 0xb4, 0x2e, 0xd7, 0xcd, 0x9c,
+ 0xe1, 0xd3, 0x9a, 0x96, 0x8d, 0x2d, 0x79, 0x49, 0xc9, 0x90, 0xbe, 0x42,
+ 0x2e, 0xc6, 0xe7, 0x4a, 0x85, 0x4c, 0xb6, 0x87, 0xfe, 0xc3, 0x2c, 0xfa,
+ 0x1a, 0xf3, 0x0f, 0x69, 0x90, 0x3f, 0x24, 0x8c, 0x4c, 0x30, 0xdd, 0x40,
+ 0x06, 0x5f, 0xd2, 0x98, 0xa2, 0xb9, 0x1c, 0x5a, 0x59, 0x06, 0x97, 0x5d,
+ 0xd6, 0x18, 0xae, 0x69, 0x82, 0x6b, 0xf0, 0xfe, 0x66, 0xed, 0x1f, 0xf0,
+ 0x02, 0x07, 0x33, 0xb4, 0x4e, 0xb7, 0xca, 0xd5, 0xb9, 0xcf, 0xf9, 0x03,
+ 0xbe, 0x24, 0x96, 0x08, 0x36, 0x40, 0x49, 0x60, 0x40, 0xc8, 0xa3, 0xb8,
+ 0x64, 0xb5, 0x88, 0x0b, 0x37, 0x3a, 0xa5, 0xb6, 0x5a, 0x3f, 0x05, 0x0a,
+ 0x19, 0xae, 0x91, 0xd8, 0x96, 0x6a, 0x97, 0x57, 0x33, 0x75, 0x79, 0x45,
+ 0x00, 0x12, 0x07, 0xd8, 0x36, 0xaa, 0x6e, 0xe4, 0xb1, 0x88, 0x1f, 0xb1,
+ 0xee, 0x10, 0x81, 0x83, 0xfd, 0x3b, 0x40, 0x23, 0x8f, 0x6b, 0x77, 0x21,
+ 0x81, 0x99, 0x70, 0x61, 0x6e, 0x9c, 0xc5, 0x6d, 0x19, 0x71, 0x14, 0xeb,
+ 0xcc, 0x55, 0xf6, 0xcc, 0xb0, 0xea, 0xb6, 0xf9, 0xc9, 0xde, 0x80, 0xe2,
+ 0xd9, 0xaf, 0xe6, 0xd9, 0xa7, 0x78, 0x0e, 0xaa, 0x79, 0x0e, 0x6c, 0x33,
+ 0x97, 0x33, 0x46, 0xbd, 0x10, 0xdf, 0x52, 0x1c, 0xf6, 0xd8, 0x0a, 0x98,
+ 0x4a, 0xb5, 0x05, 0x69, 0x74, 0xa9, 0x70, 0xd4, 0x9a, 0x4a, 0x77, 0xa2,
+ 0x8f, 0x39, 0xa3, 0x4d, 0x76, 0xcf, 0xc6, 0xe7, 0xcf, 0x2f, 0x7e, 0x0e,
+ 0xd8, 0x3e, 0xe2, 0x4f, 0x7f, 0xfa, 0x13, 0x13, 0x93, 0x9f, 0xbf, 0x05,
+ 0xb8, 0xaf, 0x60, 0x7f, 0x05, 0xff, 0xb1, 0x49, 0xa6, 0x5f, 0xd1, 0x90,
+ 0xfc, 0x3e, 0x89, 0x1f, 0xc0, 0x2a, 0x7e, 0x03, 0xd6, 0xf3, 0xa7, 0x3b,
+ 0x17, 0x01, 0xba, 0xaf, 0x07, 0x97, 0x34, 0x45, 0x0a, 0x76, 0xf6, 0xd0,
+ 0xa9, 0xf8, 0xc8, 0x60, 0x91, 0x4c, 0x8b, 0x1c, 0x57, 0x69, 0x0b, 0xb6,
+ 0x8b, 0x58, 0xa1, 0x7f, 0xbc, 0x08, 0x96, 0x5f, 0x45, 0xca, 0x4a, 0x9a,
+ 0x0a, 0x27, 0x89, 0xfc, 0x0a, 0x52, 0x44, 0x95, 0xcf, 0xdf, 0x31, 0x29,
+ 0x34, 0xeb, 0x86, 0xc5, 0x02, 0x3d, 0x8e, 0xf2, 0xfd, 0x14, 0x04, 0x0a,
+ 0x21, 0x8e, 0x56, 0x94, 0x2e, 0xf3, 0x91, 0x28, 0xd7, 0x4c, 0xc1, 0xa8,
+ 0x6c, 0x87, 0x16, 0xa7, 0x2c, 0x3e, 0xb4, 0x1f, 0x42, 0x63, 0x54, 0x54,
+ 0x6e, 0x71, 0xa8, 0x43, 0x8f, 0xc4, 0xed, 0x1b, 0x11, 0x97, 0x57, 0x0e,
+ 0xf1, 0xdc, 0x70, 0xbb, 0x5f, 0x6e, 0x13, 0xcd, 0xfe, 0xb4, 0x99, 0x8c,
+ 0x38, 0x40, 0xa3, 0x68, 0x89, 0xb1, 0x87, 0x31, 0x6a, 0x74, 0xa2, 0x2d,
+ 0xb1, 0xa7, 0xd1, 0x92, 0x7f, 0x24, 0x8c, 0x32, 0x46, 0x67, 0xe3, 0x60,
+ 0x78, 0x34, 0x32, 0x28, 0xd9, 0x14, 0x59, 0x78, 0xae, 0x71, 0x4f, 0x87,
+ 0x04, 0x79, 0x12, 0xf9, 0xc8, 0xef, 0x0f, 0xa3, 0xa2, 0x70, 0x19, 0xee,
+ 0x6f, 0x58, 0xb2, 0xa7, 0xed, 0x2f, 0xaf, 0x3b, 0x2e, 0x43, 0xd5, 0x1d,
+ 0x14, 0xe3, 0x08, 0x49, 0x0e, 0xef, 0xbd, 0xc1, 0xf9, 0xf0, 0xc4, 0x65,
+ 0x58, 0x46, 0x73, 0x3f, 0x35, 0x51, 0x00, 0xa3, 0x0f, 0x69, 0x86, 0xe1,
+ 0xc9, 0x95, 0x4b, 0x1e, 0xcd, 0xb3, 0x32, 0x22, 0xaf, 0x4d, 0x4d, 0xc0,
+ 0x1b, 0xf4, 0x46, 0x07, 0x1f, 0x46, 0x59, 0xea, 0xd2, 0xdf, 0xb0, 0x54,
+ 0x61, 0x87, 0x40, 0x16, 0x03, 0x71, 0xbd, 0x89, 0x3a, 0xac, 0x27, 0x79,
+ 0x0d, 0x13, 0x59, 0xf5, 0x75, 0xf8, 0x81, 0xa2, 0xd7, 0xa6, 0x26, 0x9d,
+ 0xc1, 0x9d, 0x7e, 0x14, 0xc7, 0xe7, 0xf8, 0x2e, 0x99, 0xb2, 0x91, 0xc6,
+ 0xbf, 0x64, 0x1a, 0xd3, 0x3d, 0xcf, 0xa8, 0xf9, 0x0c, 0x9a, 0xab, 0x16,
+ 0x4d, 0xd7, 0x6b, 0x96, 0x39, 0xb8, 0x94, 0x30, 0x14, 0x9e, 0x5c, 0x78,
+ 0xe8, 0x5f, 0x77, 0x9d, 0xde, 0xbb, 0x1c, 0x18, 0xee, 0x8c, 0x82, 0x6b,
+ 0x7d, 0xe1, 0xc0, 0x3a, 0x72, 0xca, 0x13, 0x6c, 0xb2, 0x4b, 0xf5, 0x79,
+ 0xd4, 0xe9, 0xa3, 0xa9, 0x4c, 0x27, 0xb8, 0x36, 0x8f, 0x81, 0x76, 0xdf,
+ 0xcb, 0x03, 0xdf, 0x20, 0x53, 0x93, 0xb7, 0x27, 0x0e, 0x77, 0x48, 0x71,
+ 0x1b, 0x16, 0xf9, 0xee, 0x2c, 0x0c, 0xfb, 0xa2, 0x6d, 0xb5, 0x3d, 0x32,
+ 0x57, 0x9b, 0xee, 0xbe, 0x8d, 0xde, 0xb8, 0xc1, 0x5e, 0x4b, 0xad, 0xf8,
+ 0x7c, 0x3b, 0x30, 0xdc, 0x63, 0xb9, 0x54, 0x7c, 0xeb, 0x55, 0x92, 0xc9,
+ 0xf4, 0x59, 0x96, 0xdc, 0xb3, 0xed, 0xbc, 0x45, 0xcd, 0x53, 0x5d, 0x72,
+ 0xb5, 0x3f, 0x34, 0x37, 0x76, 0xd4, 0xb6, 0xf1, 0x6e, 0x3d, 0x5f, 0x7f,
+ 0x8e, 0x16, 0xd3, 0x98, 0xd5, 0x5e, 0xc2, 0x8b, 0xb4, 0x7b, 0x48, 0x23,
+ 0xda, 0x88, 0x4d, 0x54, 0x7a, 0xbb, 0xa8, 0x10, 0xf5, 0x6c, 0xe3, 0xb0,
+ 0x59, 0x44, 0xe8, 0xff, 0x95, 0xfb, 0xd6, 0x16, 0xfd, 0x27, 0x08, 0xae,
+ 0x65, 0xb6, 0xf3, 0x19, 0xa8, 0x40, 0x08, 0xbd, 0x08, 0xc6, 0x94, 0xc1,
+ 0x3e, 0x56, 0x83, 0xb0, 0xb7, 0x3b, 0x99, 0xe6, 0xe5, 0x61, 0xb1, 0x4a,
+ 0x22, 0x08, 0x03, 0xb6, 0xb7, 0xb6, 0x29, 0xcb, 0xd6, 0xa1, 0xaa, 0x6c,
+ 0x14, 0x37, 0x8e, 0xa6, 0x77, 0x29, 0x7f, 0xec, 0xc6, 0x05, 0x95, 0xdf,
+ 0x2d, 0x96, 0xce, 0xfd, 0x8a, 0x5b, 0xc3, 0xe6, 0x22, 0x0c, 0xc0, 0x65,
+ 0xaf, 0x4d, 0x9f, 0x86, 0x3c, 0xd5, 0xa2, 0x86, 0xb3, 0x87, 0xe0, 0x3a,
+ 0x5d, 0xc4, 0xab, 0x34, 0x99, 0x05, 0xf2, 0xe3, 0xaa, 0x38, 0x13, 0x96,
+ 0x3d, 0xc9, 0x45, 0x76, 0x25, 0x6b, 0xf9, 0x7d, 0x95, 0xcc, 0x39, 0xa6,
+ 0x5c, 0x57, 0x31, 0x17, 0xf1, 0x9a, 0x8d, 0xa1, 0xe0, 0x28, 0x51, 0xeb,
+ 0x75, 0x5e, 0x20, 0x4f, 0x67, 0xc9, 0xca, 0x4b, 0xba, 0x97, 0x17, 0xfe,
+ 0x16, 0xcc, 0x3a, 0x2f, 0x24, 0x57, 0xb1, 0x49, 0xa7, 0xe7, 0xc8, 0x28,
+ 0x78, 0x78, 0x9a, 0xc5, 0x85, 0xd3, 0xf0, 0xe5, 0x66, 0xb9, 0x36, 0x9b,
+ 0x13, 0xe7, 0x61, 0x48, 0xb6, 0xc8, 0x8f, 0xc7, 0x87, 0x3f, 0x74, 0xa0,
+ 0x42, 0xe5, 0x8c, 0xb2, 0xb5, 0x15, 0x17, 0x37, 0xa7, 0x69, 0x67, 0x32,
+ 0xd3, 0xea, 0xd3, 0x09, 0x02, 0x0f, 0x5b, 0x58, 0xc5, 0x16, 0x52, 0x6c,
+ 0x62, 0xc9, 0x2b, 0xf9, 0x04, 0x9b, 0x38, 0x1a, 0x62, 0x4c, 0x5b, 0x54,
+ 0x49, 0xb9, 0x56, 0xff, 0xb2, 0xa4, 0x5c, 0xb4, 0x80, 0xc3, 0x12, 0x92,
+ 0x75, 0x0a, 0xeb, 0xea, 0x14, 0x92, 0x75, 0x0a, 0xeb, 0xea, 0x14, 0x92,
+ 0x75, 0x0a, 0xab, 0xea, 0x14, 0x92, 0x75, 0x0a, 0x7d, 0x75, 0xba, 0x3e,
+ 0x0a, 0x46, 0xd7, 0xc1, 0x65, 0x52, 0xee, 0xe6, 0xf3, 0xd9, 0x28, 0xca,
+ 0x66, 0xa3, 0x1c, 0xe2, 0xc4, 0x1b, 0xdf, 0xed, 0xd3, 0xb3, 0x9d, 0xd1,
+ 0x5d, 0xcc, 0x16, 0xeb, 0xc7, 0xdc, 0xc9, 0xb8, 0xa6, 0x07, 0xcb, 0x68,
+ 0x31, 0x17, 0x57, 0xeb, 0xa7, 0xab, 0x59, 0x32, 0x15, 0x13, 0x86, 0xa1,
+ 0x3f, 0xd1, 0xca, 0x28, 0x66, 0x6b, 0x1e, 0xd9, 0xfa, 0x0c, 0x5f, 0xb0,
+ 0x2b, 0xf0, 0xd2, 0xae, 0x7d, 0xe7, 0xf0, 0xf7, 0xa5, 0x7d, 0xe0, 0xca,
+ 0x44, 0xc3, 0x0c, 0x1d, 0x71, 0xc9, 0x52, 0x29, 0xea, 0xeb, 0x22, 0xca,
+ 0x60, 0x16, 0xb0, 0x19, 0x72, 0x9e, 0x8e, 0xc9, 0x47, 0xaa, 0x71, 0x88,
+ 0x89, 0x28, 0x34, 0xe7, 0xde, 0x32, 0xf2, 0x80, 0x15, 0x20, 0xc7, 0x8a,
+ 0xf7, 0x5c, 0xc9, 0xe3, 0x89, 0x4b, 0x5f, 0xc9, 0xe3, 0x89, 0x29, 0x5f,
+ 0xc9, 0xe3, 0x89, 0x07, 0x5f, 0xc9, 0xe3, 0x89, 0xe5, 0x5e, 0xc9, 0xe3,
+ 0x89, 0xc3, 0x5e, 0xc9, 0xe3, 0x89, 0xa1, 0x5e, 0xc9, 0xe3, 0x89, 0x7f,
+ 0x5e, 0xc9, 0xe3, 0x89, 0x5d, 0x5e, 0xdd, 0xa7, 0xbe, 0x68, 0xe4, 0xd5,
+ 0x5c, 0xbe, 0xf8, 0xe2, 0xd5, 0x5c, 0xbe, 0x80, 0xe1, 0x1a, 0x17, 0x5b,
+ 0x4f, 0x11, 0xab, 0xd6, 0x8e, 0x5a, 0x6c, 0x51, 0x99, 0xb5, 0xec, 0x61,
+ 0x15, 0x7b, 0xf8, 0x82, 0x1c, 0x0a, 0xa6, 0x8a, 0x4a, 0x6f, 0xa9, 0xce,
+ 0x48, 0x10, 0x19, 0xee, 0x40, 0xb0, 0x38, 0x42, 0x8a, 0xa3, 0xb2, 0x8c,
+ 0x2e, 0xc5, 0xd1, 0xad, 0xe2, 0xe8, 0x51, 0x1c, 0xbd, 0x2a, 0x8e, 0x3e,
+ 0xc5, 0xd1, 0xaf, 0xe2, 0x18, 0x50, 0x1c, 0x83, 0x2a, 0x8e, 0x3d, 0x8a,
+ 0x63, 0xaf, 0x8a, 0x63, 0x9f, 0xe2, 0xd8, 0xaf, 0xe2, 0x38, 0xa0, 0x38,
+ 0x0e, 0x2a, 0x7b, 0x70, 0x97, 0xec, 0xc2, 0xdd, 0x4a, 0x1e, 0xba, 0xdb,
+ 0x2b, 0xfb, 0xbd, 0x43, 0x76, 0x3c, 0x53, 0x79, 0x4a, 0xe7, 0x8c, 0xde,
+ 0x3d, 0x8a, 0x6f, 0x36, 0xb7, 0xc1, 0x58, 0x2c, 0x5f, 0xe1, 0x50, 0x42,
+ 0x20, 0xcd, 0x20, 0x43, 0xa4, 0x43, 0xb2, 0x76, 0x20, 0xa5, 0x6d, 0x34,
+ 0xc8, 0x85, 0xa6, 0x51, 0x00, 0xec, 0x69, 0x60, 0x77, 0xaa, 0x7d, 0xe3,
+ 0xd9, 0x08, 0x19, 0xae, 0x80, 0x89, 0x38, 0xeb, 0x50, 0xe4, 0xa1, 0x8f,
+ 0x3c, 0x24, 0xc9, 0xbb, 0x3e, 0x72, 0x5a, 0x98, 0x9e, 0x8f, 0xbc, 0x47,
+ 0x92, 0xf7, 0x7d, 0xe4, 0x7d, 0x92, 0x7c, 0xe0, 0x23, 0x1f, 0x90, 0xe4,
+ 0x7b, 0x3e, 0xf2, 0x3d, 0x92, 0x7c, 0xdf, 0x47, 0x6e, 0x28, 0x2f, 0xdb,
+ 0x1e, 0x74, 0x82, 0xf3, 0x8b, 0xeb, 0x72, 0x93, 0xc0, 0x76, 0x07, 0x9d,
+ 0x65, 0x9a, 0x27, 0x97, 0x68, 0xab, 0x18, 0x68, 0x3f, 0xb9, 0x65, 0xc0,
+ 0x7f, 0xfd, 0x57, 0x90, 0xe4, 0x13, 0x1e, 0x11, 0x66, 0x36, 0x61, 0xd9,
+ 0x93, 0xce, 0x6f, 0x81, 0x0b, 0x79, 0x7a, 0x7d, 0x61, 0x42, 0x26, 0x79,
+ 0xaa, 0x43, 0xf2, 0x9f, 0x6d, 0x20, 0xaf, 0x47, 0x7f, 0x2c, 0xd7, 0x31,
+ 0x80, 0x91, 0x4f, 0xbf, 0x72, 0xc4, 0x5a, 0xe6, 0xd0, 0xa9, 0x62, 0x58,
+ 0x56, 0xd1, 0xe2, 0x0e, 0x29, 0x6e, 0xab, 0x36, 0x61, 0x59, 0x9b, 0x06,
+ 0xdc, 0xb6, 0xe0, 0xa1, 0x4f, 0x70, 0x97, 0xb9, 0xeb, 0x08, 0xde, 0xf5,
+ 0x0a, 0xde, 0xa5, 0xb8, 0x2d, 0xc1, 0xbb, 0x5e, 0xc1, 0x29, 0x6e, 0x5b,
+ 0xf0, 0xae, 0x4f, 0x70, 0x8b, 0xf9, 0xec, 0xf4, 0xba, 0xbb, 0x1b, 0x1e,
+ 0x9d, 0xe1, 0x72, 0x56, 0x22, 0x18, 0x89, 0xc6, 0xdc, 0x72, 0xf5, 0x79,
+ 0x7f, 0x7f, 0xb0, 0xcb, 0x56, 0xc4, 0xaa, 0xb0, 0x59, 0x76, 0x0f, 0x49,
+ 0xd6, 0x96, 0xb6, 0x24, 0x0c, 0xce, 0xb5, 0x5b, 0xa0, 0x92, 0x98, 0xb8,
+ 0x9b, 0x91, 0x3c, 0xd0, 0x10, 0xc1, 0xba, 0x94, 0x46, 0x32, 0x41, 0x7b,
+ 0x50, 0xf4, 0xfa, 0xb6, 0x59, 0xd0, 0x56, 0x6d, 0x9b, 0xbb, 0x93, 0x8e,
+ 0x3b, 0xf3, 0x89, 0xe3, 0x6d, 0x92, 0xdc, 0x98, 0x9e, 0xe0, 0x7c, 0x57,
+ 0x6e, 0x73, 0x83, 0x9b, 0x68, 0xf5, 0x35, 0xe8, 0xc0, 0x2b, 0x9e, 0xe8,
+ 0x2b, 0xd6, 0xf1, 0xfe, 0xde, 0x3d, 0x4f, 0xa6, 0x38, 0xe2, 0xc7, 0xbb,
+ 0x68, 0x93, 0x17, 0x1a, 0x4b, 0x4d, 0x21, 0xa1, 0x5b, 0x48, 0xb7, 0x8e,
+ 0xc3, 0x2d, 0xc4, 0x98, 0x0a, 0xc7, 0x67, 0xc7, 0xfb, 0xec, 0x0f, 0x75,
+ 0xf5, 0x5f, 0x2c, 0x62, 0xc8, 0x62, 0xdd, 0x14, 0x58, 0x1c, 0x01, 0xb2,
+ 0xb0, 0xe6, 0x2d, 0x95, 0x4d, 0x10, 0xab, 0x26, 0x37, 0x75, 0x13, 0xf6,
+ 0x10, 0x3b, 0xd7, 0x45, 0xba, 0x0e, 0xb8, 0x69, 0xa0, 0xbe, 0xb7, 0x80,
+ 0x64, 0x9e, 0x4a, 0xef, 0x2b, 0x58, 0x4f, 0x4d, 0xa2, 0xd5, 0x0c, 0x9e,
+ 0xa2, 0xbc, 0x1a, 0x2e, 0x16, 0xc1, 0xe9, 0x45, 0xd0, 0xdd, 0x61, 0x9f,
+ 0x85, 0xe0, 0xd1, 0x72, 0x48, 0x53, 0xd5, 0xb3, 0xd0, 0x7f, 0xe4, 0x71,
+ 0x91, 0x82, 0xf6, 0x03, 0x76, 0x28, 0xc0, 0x0e, 0x0d, 0x58, 0xca, 0xd8,
+ 0xa9, 0x92, 0x51, 0x15, 0x4c, 0x65, 0x51, 0x1f, 0xdf, 0xb0, 0x91, 0xa4,
+ 0x21, 0x25, 0x69, 0x48, 0x4a, 0xaa, 0xb5, 0x66, 0x58, 0x25, 0x69, 0xe8,
+ 0x97, 0x34, 0x34, 0x25, 0x85, 0x8b, 0x8b, 0x42, 0xb9, 0x25, 0xd9, 0xe6,
+ 0xd7, 0x1b, 0x3e, 0xd3, 0x23, 0xfb, 0x96, 0xcc, 0x7f, 0xeb, 0xe1, 0xf1,
+ 0x47, 0x02, 0x0c, 0xce, 0x23, 0x35, 0x03, 0xa4, 0x7c, 0x89, 0x26, 0xa2,
+ 0x56, 0x71, 0xed, 0x4e, 0xb3, 0x80, 0xdf, 0x9a, 0x2e, 0xe1, 0x8e, 0x8a,
+ 0x89, 0xa8, 0xdd, 0x69, 0x49, 0xca, 0x8b, 0x35, 0x2e, 0xc2, 0x18, 0xdd,
+ 0x2f, 0xe7, 0x40, 0x03, 0xc6, 0xab, 0x50, 0x3b, 0xfe, 0x26, 0xed, 0xfd,
+ 0xee, 0x36, 0xfc, 0xd2, 0x5f, 0x8a, 0xbd, 0x3f, 0x08, 0x7b, 0x3c, 0x55,
+ 0xbc, 0xd9, 0x7a, 0xdf, 0x73, 0x88, 0xc2, 0xf7, 0x9d, 0x5e, 0xff, 0x40,
+ 0x23, 0xea, 0xbe, 0xef, 0xec, 0x3a, 0x54, 0x2c, 0x71, 0x6f, 0x6f, 0x7b,
+ 0x93, 0xc7, 0x67, 0x18, 0xad, 0x7d, 0xb4, 0x28, 0xb8, 0x7c, 0xef, 0x77,
+ 0x49, 0xf9, 0xce, 0x93, 0xa8, 0x88, 0x82, 0x8f, 0x43, 0x4b, 0xc2, 0xb7,
+ 0x21, 0x21, 0x63, 0x67, 0xd0, 0xe9, 0x37, 0x10, 0xd2, 0x24, 0xea, 0xbe,
+ 0xdf, 0x27, 0x64, 0xec, 0x76, 0x77, 0x5b, 0xcb, 0x78, 0x68, 0xcb, 0xd8,
+ 0xa1, 0xda, 0x71, 0x77, 0xd7, 0x14, 0xd1, 0xad, 0x08, 0x4b, 0xeb, 0xef,
+ 0x36, 0x10, 0x31, 0x6c, 0x21, 0xe2, 0x61, 0x9a, 0x4f, 0xef, 0x82, 0xcf,
+ 0x51, 0x96, 0xa4, 0x9b, 0xbc, 0xbe, 0xb7, 0xfb, 0xfb, 0x07, 0x03, 0x43,
+ 0xca, 0x3e, 0x21, 0xe5, 0x7e, 0xb7, 0xd7, 0xa0, 0xb3, 0xf7, 0x3d, 0x9d,
+ 0xad, 0x0f, 0x01, 0x63, 0xf8, 0x78, 0xbd, 0xe7, 0x68, 0x32, 0xfb, 0xc6,
+ 0x82, 0x06, 0xe3, 0xf1, 0x93, 0xc3, 0x61, 0xec, 0x47, 0x90, 0x35, 0x58,
+ 0xcd, 0x7c, 0xe2, 0x68, 0xed, 0xd5, 0x56, 0xbe, 0xd2, 0xfb, 0x8d, 0x2d,
+ 0x5e, 0x13, 0xa8, 0x86, 0x8e, 0x6e, 0xb4, 0xbe, 0x6a, 0x2b, 0xdf, 0x07,
+ 0xaf, 0x7c, 0x4d, 0xa0, 0xcc, 0xee, 0x45, 0x4d, 0x80, 0xe9, 0x31, 0x8b,
+ 0xa6, 0x45, 0x9c, 0x31, 0xa0, 0x44, 0x6c, 0xdd, 0x5c, 0x3d, 0x69, 0x0b,
+ 0x2e, 0xec, 0x20, 0x3a, 0x86, 0x7b, 0x10, 0xd3, 0x08, 0xa2, 0x43, 0x79,
+ 0x07, 0xe9, 0xec, 0x57, 0x30, 0xec, 0x5b, 0x1f, 0x01, 0xc7, 0xb6, 0x97,
+ 0x4d, 0xa0, 0x84, 0x49, 0xee, 0x48, 0x50, 0x5a, 0xdc, 0xca, 0x52, 0xb6,
+ 0x9c, 0x9a, 0x29, 0x8b, 0x49, 0xfb, 0x63, 0x63, 0xd9, 0x4a, 0x2a, 0x31,
+ 0x5c, 0xf3, 0x48, 0xb8, 0x30, 0x37, 0x3e, 0x53, 0x70, 0xad, 0xde, 0xf4,
+ 0x33, 0xe5, 0xbf, 0x6d, 0xf7, 0x7c, 0xa6, 0x80, 0xc1, 0xfe, 0x4c, 0x99,
+ 0x20, 0x4d, 0x3e, 0x53, 0x20, 0xa2, 0xfc, 0x4c, 0xf9, 0x00, 0x3c, 0x5f,
+ 0x2f, 0xc6, 0x0a, 0xc1, 0x6b, 0xa2, 0x72, 0x3e, 0xdb, 0x7f, 0x77, 0xb0,
+ 0x0d, 0xbf, 0x8d, 0x19, 0x6d, 0x0f, 0xe6, 0xdd, 0x92, 0x2a, 0x7c, 0xdf,
+ 0xdd, 0x7d, 0x37, 0xb0, 0xc9, 0xd8, 0xc7, 0xe1, 0xa0, 0xab, 0x93, 0x75,
+ 0xdf, 0x0f, 0xba, 0xef, 0xba, 0x36, 0x59, 0xf7, 0x7d, 0x7f, 0xa0, 0xcd,
+ 0xbd, 0xa7, 0x51, 0xb3, 0x4f, 0xd8, 0x0e, 0x7e, 0x21, 0x74, 0x49, 0xe1,
+ 0x2b, 0xe6, 0x48, 0xca, 0xbf, 0x62, 0xba, 0xa8, 0x3d, 0x87, 0x4a, 0x7c,
+ 0xc5, 0x74, 0x41, 0xf7, 0x1d, 0x22, 0xeb, 0x2b, 0xd6, 0x4c, 0xcc, 0xf3,
+ 0x6b, 0x6c, 0xd2, 0xd0, 0x92, 0x94, 0x92, 0xb3, 0x13, 0xda, 0x6d, 0x4a,
+ 0x0a, 0x6a, 0xb5, 0x3c, 0x6b, 0x52, 0x42, 0xd2, 0x7d, 0x20, 0x6a, 0x2c,
+ 0xaa, 0xfd, 0x35, 0x33, 0xda, 0xb4, 0x43, 0xc8, 0x7a, 0xd0, 0x3d, 0xd8,
+ 0xb3, 0x7a, 0x9f, 0x94, 0x74, 0xcf, 0x10, 0x74, 0x8f, 0x10, 0xb4, 0xd7,
+ 0x1d, 0xd0, 0x72, 0xb6, 0xff, 0x9e, 0x69, 0x52, 0xfb, 0x75, 0xbe, 0xee,
+ 0x7b, 0x66, 0x57, 0xb5, 0x01, 0x52, 0xb3, 0xaf, 0x99, 0xd6, 0x5a, 0x6d,
+ 0xa5, 0x3b, 0xf7, 0x49, 0xd7, 0x04, 0xa9, 0xe1, 0xc7, 0x4c, 0xeb, 0xa7,
+ 0xb6, 0xe2, 0x7d, 0xf0, 0x89, 0xd7, 0x04, 0xa9, 0xf5, 0xb7, 0x4c, 0xe9,
+ 0x48, 0x5b, 0x70, 0xf9, 0x69, 0x0a, 0x2b, 0x3e, 0x4d, 0x21, 0xc5, 0xd0,
+ 0xad, 0x60, 0xe8, 0x5a, 0x5f, 0x0a, 0xe7, 0x5b, 0xc6, 0xc6, 0x3e, 0xf1,
+ 0x2d, 0x3b, 0x8d, 0xdc, 0x6f, 0x59, 0x52, 0x56, 0xec, 0x55, 0x39, 0x7f,
+ 0x53, 0xdf, 0x32, 0xfb, 0x8b, 0x64, 0x7d, 0xcb, 0x94, 0x18, 0xee, 0xb7,
+ 0x2c, 0x4d, 0x16, 0x60, 0x44, 0xa4, 0xbc, 0xb4, 0x82, 0xdf, 0x3b, 0x65,
+ 0xdb, 0x42, 0x18, 0x28, 0x1a, 0xf9, 0x96, 0x69, 0x11, 0xc3, 0x92, 0x59,
+ 0xb4, 0x41, 0xd2, 0x22, 0x7d, 0x70, 0x9e, 0xbd, 0xe9, 0x4c, 0xf7, 0xc2,
+ 0x71, 0x9c, 0x8b, 0xe2, 0xf6, 0x24, 0x60, 0x49, 0x1b, 0x55, 0x1a, 0x0c,
+ 0xde, 0xe9, 0xb6, 0x00, 0xbc, 0x63, 0x23, 0xa1, 0x5a, 0xba, 0xb0, 0x25,
+ 0x98, 0x2d, 0x9e, 0x23, 0x5d, 0x0b, 0x40, 0x42, 0x71, 0xfb, 0x61, 0xe8,
+ 0xf7, 0xb8, 0xc6, 0x32, 0x29, 0x8e, 0x6e, 0x15, 0x47, 0xd7, 0x52, 0x0c,
+ 0x29, 0x97, 0xa3, 0xc2, 0x17, 0x22, 0x8f, 0xd0, 0xe3, 0x0b, 0x8b, 0xcd,
+ 0x03, 0x59, 0xf9, 0x9a, 0xc9, 0xd2, 0x49, 0x4b, 0x99, 0x1d, 0xc1, 0x5c,
+ 0xa5, 0x06, 0x4b, 0x09, 0x43, 0xab, 0xb9, 0x49, 0x45, 0x85, 0x5a, 0x23,
+ 0x81, 0xae, 0x52, 0x96, 0x6e, 0xb3, 0x2c, 0xc9, 0x0e, 0xa4, 0xcd, 0xd5,
+ 0xdb, 0x66, 0x44, 0x15, 0xf7, 0xa2, 0x35, 0x54, 0x73, 0x07, 0x54, 0xaa,
+ 0x7a, 0x0b, 0x60, 0x52, 0xdd, 0x1d, 0xe0, 0xf0, 0x19, 0xa0, 0xb6, 0xb8,
+ 0xa4, 0xb4, 0x2d, 0x81, 0x85, 0x9b, 0xa4, 0xe2, 0x69, 0x5d, 0x0a, 0x8b,
+ 0xf6, 0x30, 0x86, 0x3e, 0xc1, 0x41, 0x70, 0x03, 0x5c, 0xa7, 0xe3, 0x0d,
+ 0xb1, 0xad, 0x9e, 0x87, 0xbc, 0xe7, 0x75, 0xbd, 0xc3, 0x89, 0x7d, 0xef,
+ 0xc7, 0x6b, 0xd8, 0xf9, 0x2e, 0xac, 0xec, 0xfd, 0x36, 0xd0, 0x64, 0xf7,
+ 0xbb, 0xd0, 0xe1, 0x73, 0x60, 0x6d, 0x91, 0x69, 0x89, 0x1b, 0x41, 0x5b,
+ 0x83, 0xda, 0x3b, 0x23, 0xb1, 0x96, 0x3a, 0xb1, 0xf3, 0xcd, 0x89, 0xe9,
+ 0xac, 0x9a, 0x02, 0x24, 0xa9, 0x41, 0xf8, 0x40, 0x92, 0x78, 0x24, 0xac,
+ 0x9c, 0xe0, 0xec, 0xf9, 0xc9, 0x9a, 0xe1, 0xdc, 0x9a, 0xba, 0x53, 0x5c,
+ 0xb4, 0x79, 0xe4, 0xab, 0x1f, 0x61, 0x36, 0xba, 0xcd, 0x6f, 0x01, 0xc5,
+ 0x7a, 0x49, 0xbc, 0x2a, 0xb2, 0xdc, 0x03, 0xe9, 0x8a, 0xad, 0xf8, 0x3b,
+ 0xb4, 0x42, 0x9f, 0x19, 0x0a, 0xad, 0x51, 0xdf, 0x0b, 0x6f, 0xc7, 0x0e,
+ 0xb7, 0xab, 0x0c, 0x88, 0x21, 0xbc, 0x65, 0xe8, 0x08, 0x52, 0x5f, 0x9b,
+ 0xa1, 0x7c, 0x30, 0x35, 0x55, 0x07, 0x0a, 0x5b, 0x82, 0x78, 0x64, 0xa9,
+ 0x81, 0xf1, 0xb7, 0x7a, 0x48, 0xb7, 0x7a, 0x58, 0xdf, 0xea, 0x61, 0xab,
+ 0x56, 0x0f, 0xad, 0x56, 0x0f, 0x5b, 0xb7, 0x7a, 0x48, 0xb4, 0x7a, 0x25,
+ 0x8a, 0xaf, 0xd5, 0x43, 0xab, 0xd5, 0x1b, 0x80, 0x78, 0x64, 0xa9, 0x81,
+ 0xf1, 0xb7, 0x7a, 0x97, 0x6e, 0xf5, 0x6e, 0x7d, 0xab, 0x77, 0x5b, 0xb5,
+ 0x7a, 0xd7, 0x6a, 0xf5, 0x6e, 0xeb, 0x56, 0xef, 0x12, 0xad, 0x5e, 0x89,
+ 0xe2, 0x6b, 0xf5, 0xae, 0xd5, 0xea, 0x0d, 0x40, 0x3c, 0xb2, 0xd4, 0xc0,
+ 0xf8, 0x5b, 0xbd, 0x47, 0xb7, 0x7a, 0xaf, 0xbe, 0xd5, 0x7b, 0xad, 0x5a,
+ 0xbd, 0x67, 0xb5, 0x7a, 0xaf, 0x75, 0xab, 0xf7, 0x88, 0x56, 0xaf, 0x44,
+ 0xf1, 0xb5, 0x7a, 0xcf, 0x6a, 0xf5, 0x06, 0x20, 0x1e, 0x59, 0x6a, 0x60,
+ 0xfc, 0xad, 0x6e, 0x5c, 0xa7, 0x59, 0x53, 0xbe, 0x3f, 0x2b, 0xf4, 0x67,
+ 0x75, 0xfd, 0x59, 0xfa, 0xa5, 0xee, 0x7f, 0x8b, 0x15, 0x5c, 0xf9, 0x8a,
+ 0x36, 0x7f, 0xfb, 0x07, 0x78, 0xbc, 0x92, 0x8b, 0x07, 0x27, 0xe5, 0xc3,
+ 0xf4, 0x48, 0x3c, 0x74, 0xe0, 0xb6, 0x2d, 0xdb, 0xfc, 0x8d, 0x8b, 0x7c,
+ 0x36, 0xa8, 0xe2, 0x8b, 0x94, 0x67, 0x2f, 0x7f, 0xab, 0x67, 0x33, 0x60,
+ 0xd2, 0x42, 0xe1, 0x70, 0xdb, 0x96, 0xdf, 0x6c, 0x38, 0x63, 0xdd, 0xaa,
+ 0x0b, 0x00, 0x19, 0x2d, 0xb1, 0x78, 0xb0, 0x1d, 0x5c, 0x1a, 0xa6, 0xc9,
+ 0x4a, 0x88, 0xa7, 0xf1, 0xb3, 0x9c, 0xcf, 0x3c, 0x34, 0x64, 0x15, 0xec,
+ 0x8f, 0x3f, 0x06, 0x96, 0x18, 0xe8, 0x75, 0x8b, 0x28, 0x8e, 0x8f, 0x0b,
+ 0xa2, 0xc0, 0x33, 0x51, 0x90, 0xf2, 0xfd, 0xf2, 0x9d, 0x0a, 0xc4, 0xfa,
+ 0xf1, 0x85, 0x64, 0x59, 0x9e, 0xd9, 0x6d, 0x2c, 0xf3, 0x6f, 0x51, 0xc7,
+ 0x3b, 0x7d, 0x0c, 0x8b, 0x32, 0x3f, 0xc8, 0xb2, 0x4a, 0x17, 0x37, 0xcf,
+ 0x2a, 0xd2, 0xd4, 0x62, 0x7e, 0x2a, 0x2f, 0xf4, 0x77, 0xca, 0x8f, 0xe8,
+ 0x73, 0xca, 0x53, 0xac, 0x9a, 0xe1, 0xc0, 0x35, 0x4b, 0x9c, 0xc3, 0x9b,
+ 0xf3, 0x52, 0x36, 0xca, 0xab, 0x19, 0x3d, 0x27, 0x35, 0xe2, 0x06, 0x72,
+ 0xe2, 0xb8, 0x6b, 0xb7, 0xe2, 0xae, 0x67, 0x97, 0xba, 0xeb, 0xd9, 0xad,
+ 0xb8, 0xeb, 0xd9, 0x35, 0x2c, 0xd1, 0xcc, 0x83, 0xd2, 0x38, 0xc2, 0xfd,
+ 0xd7, 0x79, 0xb4, 0x0e, 0x2e, 0x56, 0x8b, 0xa7, 0xe0, 0x74, 0xc5, 0xfe,
+ 0x8e, 0x83, 0xd1, 0xd3, 0x22, 0x59, 0xcd, 0xf8, 0xf3, 0xe8, 0x25, 0xa7,
+ 0x61, 0x24, 0x40, 0x71, 0xba, 0x62, 0xf9, 0x32, 0x5b, 0x87, 0x92, 0x69,
+ 0xac, 0x69, 0x37, 0xe0, 0x2c, 0x20, 0x0d, 0x72, 0x0c, 0x56, 0x15, 0xb0,
+ 0xe6, 0x7e, 0xc5, 0xcd, 0xe8, 0xd7, 0xe7, 0xc9, 0xea, 0x70, 0x33, 0x9f,
+ 0xc7, 0xd9, 0x59, 0xbc, 0xba, 0x2d, 0xee, 0x6c, 0x9d, 0x98, 0x4a, 0x88,
+ 0x9b, 0x68, 0x81, 0xc7, 0x9a, 0x4b, 0x30, 0x85, 0xbf, 0x3c, 0x97, 0xec,
+ 0x43, 0x56, 0xc1, 0xe8, 0x96, 0xf5, 0x97, 0x2c, 0xeb, 0x90, 0xd3, 0x31,
+ 0xd8, 0xab, 0xf5, 0xf2, 0x85, 0x3d, 0x69, 0x55, 0x85, 0x41, 0x52, 0xfa,
+ 0x60, 0xa6, 0xe9, 0x33, 0x9d, 0x11, 0x2e, 0x0c, 0xdf, 0x0a, 0x2a, 0x40,
+ 0x7c, 0x50, 0x48, 0xdc, 0x3e, 0x3d, 0xef, 0xa1, 0x21, 0xe8, 0xdb, 0x67,
+ 0x6d, 0x04, 0x68, 0xf4, 0xda, 0xc4, 0x42, 0xa1, 0x28, 0xb3, 0xbe, 0xc5,
+ 0x3a, 0x0f, 0xfb, 0x87, 0x8a, 0xe2, 0x7a, 0x4a, 0xcd, 0x64, 0xa8, 0x9a,
+ 0x9e, 0x82, 0xf4, 0xe1, 0xfd, 0xed, 0x25, 0x8d, 0x8d, 0xb9, 0x57, 0x2f,
+ 0x47, 0x4c, 0xbe, 0xdf, 0x5e, 0xc4, 0xd9, 0xe5, 0x75, 0xf8, 0x18, 0x60,
+ 0x83, 0x5f, 0x8f, 0xce, 0xd4, 0xb9, 0x87, 0xc3, 0x0a, 0x73, 0x07, 0x59,
+ 0xda, 0x7b, 0x67, 0x61, 0xa3, 0x21, 0x1e, 0x0d, 0x7d, 0x88, 0xb3, 0xa8,
+ 0x39, 0xe2, 0xa7, 0x3c, 0x0e, 0xe6, 0x18, 0xdf, 0x0d, 0xe8, 0xd9, 0xc0,
+ 0xc8, 0xb2, 0x60, 0x9e, 0xa5, 0x4b, 0x35, 0x24, 0x36, 0x79, 0x7c, 0x02,
+ 0xf9, 0x80, 0x0f, 0x21, 0xb7, 0x4e, 0x58, 0x26, 0x1b, 0x67, 0xf6, 0xc4,
+ 0x05, 0x0f, 0xcd, 0x73, 0xf9, 0xe1, 0x85, 0x41, 0xc5, 0xd4, 0x90, 0xfa,
+ 0xf4, 0x26, 0xf9, 0xb9, 0x36, 0x48, 0xf8, 0x43, 0x27, 0x31, 0xf9, 0x90,
+ 0x59, 0xa6, 0xee, 0x4f, 0x24, 0xf4, 0x70, 0x75, 0xbb, 0x88, 0xf9, 0xeb,
+ 0x76, 0x9a, 0xe0, 0x0b, 0x1b, 0x7c, 0xe9, 0x83, 0x78, 0xff, 0xae, 0x8b,
+ 0x3a, 0xd7, 0xc6, 0x08, 0x3c, 0x02, 0xae, 0x5a, 0x25, 0xfc, 0x4d, 0x1f,
+ 0x14, 0xbf, 0xb2, 0xb9, 0xb9, 0x93, 0x7d, 0x3d, 0x60, 0x9c, 0x44, 0x38,
+ 0xc1, 0x1c, 0x32, 0x42, 0x9c, 0x75, 0xa7, 0xc4, 0x1d, 0x5d, 0x02, 0x9a,
+ 0x79, 0x88, 0xc3, 0x40, 0x58, 0xa6, 0xf8, 0x56, 0x51, 0x73, 0x73, 0x68,
+ 0x39, 0x30, 0xb0, 0xe7, 0x67, 0xe3, 0xd8, 0x58, 0x3a, 0x42, 0xa1, 0xcb,
+ 0x89, 0x1e, 0x2b, 0xca, 0xe9, 0xd6, 0x94, 0x63, 0x1c, 0x36, 0xc7, 0xb7,
+ 0x6a, 0x46, 0x13, 0xdf, 0xce, 0xed, 0xad, 0x57, 0x5f, 0x0e, 0x83, 0x8b,
+ 0x50, 0x9b, 0xd9, 0xfc, 0x97, 0xdb, 0x17, 0xea, 0xf5, 0xd6, 0x22, 0xe6,
+ 0xf7, 0xdb, 0x81, 0xf1, 0x00, 0x5b, 0x7d, 0x9b, 0x1f, 0x92, 0x59, 0x7c,
+ 0x13, 0xad, 0x66, 0xca, 0xcb, 0x68, 0x40, 0xdf, 0x7a, 0x1f, 0x5e, 0x5f,
+ 0xfe, 0x89, 0xc1, 0x00, 0xc8, 0x3d, 0x5c, 0xcd, 0xe2, 0x3f, 0xc2, 0xf7,
+ 0x7d, 0xfe, 0x0f, 0xdc, 0x5d, 0xbc, 0x3f, 0x28, 0x7f, 0xc0, 0xad, 0x36,
+ 0x89, 0x73, 0xba, 0x5a, 0xa5, 0xf7, 0x51, 0x11, 0xd7, 0x61, 0xed, 0xbd,
+ 0xeb, 0xf6, 0x75, 0xb8, 0x30, 0x7c, 0xd7, 0xa5, 0x11, 0x3b, 0xbd, 0x4b,
+ 0x58, 0x14, 0xed, 0xd5, 0x4a, 0xf7, 0xee, 0xe0, 0x60, 0x60, 0x4a, 0xc8,
+ 0x52, 0x42, 0x12, 0x73, 0x78, 0x7c, 0x1e, 0x9c, 0xc5, 0xb7, 0xd1, 0xf4,
+ 0xa9, 0x0e, 0xb5, 0xb3, 0x6b, 0x48, 0x49, 0xdf, 0x1d, 0x03, 0xdc, 0x9f,
+ 0xde, 0x5e, 0xb3, 0xbe, 0x8f, 0x73, 0x0d, 0xf0, 0x5d, 0x5f, 0x42, 0xf6,
+ 0xde, 0x19, 0xa0, 0xfb, 0xef, 0x8c, 0xba, 0xa3, 0x35, 0x88, 0x6f, 0x9b,
+ 0xc8, 0xff, 0x70, 0x48, 0x9b, 0x6a, 0x78, 0x72, 0x65, 0x52, 0x20, 0x7c,
+ 0xc5, 0x46, 0xaf, 0xa4, 0x0c, 0x1d, 0x2a, 0x12, 0xcc, 0xf4, 0xd4, 0xa0,
+ 0xc2, 0x12, 0x2a, 0x42, 0xa6, 0xc6, 0xf8, 0xdd, 0xba, 0xbe, 0x4b, 0xe6,
+ 0x85, 0x4f, 0xbf, 0x4f, 0x2f, 0x3a, 0x4a, 0xb9, 0xa5, 0xf7, 0x9f, 0x9d,
+ 0x0b, 0xbf, 0xe1, 0x48, 0xf9, 0xd6, 0xc7, 0xeb, 0x84, 0xc0, 0xa4, 0x0f,
+ 0x49, 0xfa, 0xd0, 0x33, 0x2a, 0xcc, 0xaf, 0x32, 0xf1, 0x8c, 0xd7, 0x78,
+ 0xc7, 0xeb, 0xa9, 0x13, 0x38, 0x56, 0x1c, 0x45, 0xb0, 0x9e, 0x3d, 0xb9,
+ 0x38, 0x3f, 0x0e, 0xbe, 0x88, 0x61, 0x16, 0x8c, 0xdc, 0x40, 0xa5, 0x2f,
+ 0x2f, 0xc1, 0x69, 0x1b, 0x06, 0x28, 0x5d, 0xb1, 0xe6, 0x83, 0x30, 0xa2,
+ 0xd3, 0x02, 0x1c, 0xba, 0xb1, 0x95, 0x9e, 0x1c, 0x9e, 0x65, 0x70, 0x4e,
+ 0x15, 0xd0, 0x04, 0xcf, 0x94, 0x21, 0xc6, 0x7d, 0x71, 0x17, 0x33, 0xee,
+ 0x1b, 0xb4, 0xf6, 0xcd, 0x5f, 0xea, 0x6e, 0xd7, 0x24, 0xf7, 0xa7, 0xf5,
+ 0x0c, 0x3c, 0xaa, 0x65, 0xe9, 0xad, 0x7e, 0x47, 0xe5, 0xf8, 0x15, 0xe5,
+ 0x64, 0xc1, 0x49, 0x92, 0x2d, 0x1f, 0x22, 0x38, 0xac, 0x46, 0xef, 0xa2,
+ 0x12, 0x64, 0x32, 0x67, 0xe9, 0x2c, 0x79, 0xb2, 0x41, 0x32, 0xa3, 0x06,
+ 0x63, 0x5d, 0x04, 0x1e, 0xb8, 0x14, 0xc2, 0x75, 0x0e, 0xcf, 0xce, 0x64,
+ 0xad, 0x62, 0xbd, 0x0a, 0xb9, 0x0c, 0x5a, 0x9a, 0xaf, 0xe3, 0x69, 0xc2,
+ 0x60, 0xc0, 0x53, 0xc2, 0x2c, 0x7e, 0x34, 0x03, 0x35, 0xbc, 0x04, 0x9f,
+ 0x3a, 0xa2, 0x4d, 0x22, 0x86, 0xa8, 0xf3, 0x3f, 0xa5, 0x9b, 0x60, 0x96,
+ 0xae, 0x7e, 0x2a, 0x82, 0x87, 0x48, 0x2c, 0x67, 0xe3, 0xe2, 0xa5, 0x79,
+ 0x81, 0xf5, 0x25, 0xe0, 0x92, 0x32, 0xb9, 0xc4, 0x33, 0x71, 0x59, 0x95,
+ 0x0b, 0xe1, 0xdd, 0xe4, 0x70, 0x03, 0x81, 0x3c, 0xcd, 0x39, 0xf0, 0x37,
+ 0x37, 0x85, 0x6a, 0x2b, 0xd6, 0xd1, 0x6c, 0x35, 0xce, 0x64, 0x0e, 0xe0,
+ 0xd5, 0x12, 0xb4, 0x13, 0x13, 0xa0, 0x6c, 0xab, 0x64, 0xf6, 0x38, 0xd9,
+ 0xad, 0xe6, 0xeb, 0xf8, 0xf8, 0x8c, 0x01, 0x7a, 0x92, 0x66, 0x6c, 0xa5,
+ 0xad, 0x66, 0x7d, 0x7c, 0x56, 0xce, 0xd7, 0x17, 0x73, 0xc8, 0xb9, 0x08,
+ 0x3f, 0xf0, 0x04, 0x9f, 0x1e, 0x4e, 0xa3, 0xd5, 0x55, 0x0c, 0xab, 0x83,
+ 0x9b, 0x8d, 0x74, 0xca, 0x57, 0x4e, 0x11, 0xd1, 0xf2, 0x66, 0x16, 0x49,
+ 0xe4, 0x0e, 0x6f, 0xa7, 0x60, 0x81, 0xa9, 0x62, 0x3d, 0x95, 0x6e, 0x58,
+ 0x21, 0xac, 0x99, 0x3a, 0x7e, 0xbe, 0xb0, 0x8a, 0x2f, 0xf4, 0xf3, 0x75,
+ 0xab, 0xf8, 0xba, 0x7e, 0xbe, 0x5e, 0x15, 0x5f, 0xaf, 0xb6, 0x1d, 0x50,
+ 0xd1, 0xec, 0x96, 0xc0, 0x44, 0x12, 0x13, 0xfb, 0xaa, 0xd3, 0x82, 0x36,
+ 0x6c, 0x41, 0xdb, 0x6d, 0x41, 0x5b, 0x5b, 0x33, 0x30, 0xef, 0x1b, 0x7e,
+ 0x2c, 0x67, 0x8c, 0x0c, 0x12, 0xd7, 0x5c, 0x57, 0x6c, 0x3b, 0x74, 0x9f,
+ 0x86, 0xd4, 0x91, 0xa0, 0x8c, 0x1e, 0x41, 0xcc, 0x9d, 0x9c, 0xaa, 0xd6,
+ 0x17, 0x62, 0x06, 0x93, 0x87, 0x3f, 0xfa, 0x30, 0x83, 0x61, 0x87, 0xe5,
+ 0x44, 0x33, 0xb1, 0xfe, 0xe5, 0x7e, 0xd0, 0x57, 0x5f, 0xd8, 0x8a, 0x29,
+ 0x96, 0x49, 0xbf, 0x79, 0x24, 0x84, 0x4f, 0x88, 0x3d, 0x6e, 0xf9, 0x6a,
+ 0xc6, 0x93, 0xec, 0xc1, 0xc9, 0xa5, 0xd9, 0x4c, 0xf3, 0xe5, 0x52, 0xbb,
+ 0x02, 0xd4, 0x77, 0xc1, 0x65, 0xea, 0xd0, 0x58, 0x1d, 0x2f, 0x56, 0xd9,
+ 0xf3, 0x14, 0x17, 0xdb, 0xaa, 0xd9, 0x89, 0xa1, 0xaf, 0x04, 0x9a, 0x96,
+ 0x9f, 0x3f, 0xf2, 0x17, 0xf7, 0x6f, 0xff, 0x70, 0xfc, 0x8b, 0x70, 0xbf,
+ 0x94, 0x1b, 0xfd, 0x5f, 0x08, 0x17, 0x7e, 0xc1, 0xab, 0x92, 0xc0, 0xf6,
+ 0x81, 0xa9, 0x6d, 0x36, 0x97, 0xd1, 0x63, 0xb7, 0xb3, 0xdf, 0xef, 0x93,
+ 0x2e, 0x2d, 0x47, 0xd7, 0xfa, 0xcb, 0x47, 0x45, 0x3b, 0x99, 0x5a, 0x2e,
+ 0x9e, 0xae, 0xf5, 0x17, 0x8f, 0x3a, 0x59, 0x68, 0x93, 0x75, 0x49, 0xb2,
+ 0xae, 0x4d, 0xd6, 0x23, 0xc9, 0x7a, 0x36, 0x59, 0x9f, 0x24, 0xeb, 0xdb,
+ 0x64, 0x03, 0x92, 0x6c, 0x60, 0x93, 0xed, 0x91, 0x64, 0x7b, 0x36, 0xd9,
+ 0x3e, 0x49, 0xb6, 0x6f, 0x76, 0x4e, 0x82, 0x7e, 0x35, 0x84, 0x62, 0xe8,
+ 0x06, 0x53, 0x2c, 0x5d, 0x7a, 0xff, 0x00, 0x57, 0x63, 0xe2, 0x9f, 0xe6,
+ 0xda, 0xaa, 0xda, 0xfd, 0x88, 0xe3, 0x7f, 0x04, 0x8f, 0x35, 0xed, 0x44,
+ 0x75, 0x3c, 0xf0, 0x92, 0xed, 0x9a, 0x85, 0x83, 0x0f, 0x04, 0xfe, 0xcd,
+ 0x5f, 0x94, 0xeb, 0xae, 0x04, 0xd6, 0xce, 0x96, 0xc3, 0x92, 0xed, 0xaa,
+ 0xc2, 0x5e, 0xdb, 0xa5, 0xb1, 0x21, 0x9a, 0xe4, 0x47, 0xe9, 0xe6, 0xa6,
+ 0xac, 0x36, 0xa6, 0xbf, 0xa9, 0x92, 0x83, 0x97, 0xfe, 0x3a, 0x7f, 0xa3,
+ 0x1e, 0xd4, 0xd9, 0x05, 0xf2, 0x09, 0xca, 0x2a, 0xcc, 0x0f, 0x78, 0x92,
+ 0xc5, 0xff, 0xb1, 0x89, 0xc1, 0xf3, 0x36, 0xdf, 0xdd, 0xeb, 0x68, 0x2a,
+ 0xcf, 0xc5, 0xd3, 0xc7, 0x55, 0x71, 0xf3, 0xe1, 0x26, 0x4b, 0x66, 0xb7,
+ 0xf1, 0x87, 0x28, 0x9b, 0xc1, 0x6a, 0xec, 0x63, 0x0a, 0x37, 0xda, 0x1f,
+ 0xde, 0x1e, 0x62, 0x6a, 0x20, 0x93, 0x03, 0x96, 0x6e, 0xf4, 0x26, 0xfb,
+ 0x1d, 0x28, 0xa7, 0x2d, 0xda, 0x70, 0xa2, 0xfc, 0x9f, 0x54, 0xf0, 0x85,
+ 0x15, 0x7c, 0xa1, 0xcd, 0x67, 0x39, 0x0a, 0x71, 0xbd, 0x9f, 0xb8, 0x05,
+ 0x19, 0x6e, 0x42, 0x5c, 0xdf, 0x27, 0x75, 0x6d, 0x11, 0x7a, 0xda, 0x22,
+ 0xb4, 0xda, 0x22, 0xf4, 0xb7, 0x45, 0x58, 0xd5, 0x16, 0xa1, 0xbf, 0x2d,
+ 0xc2, 0xaa, 0xb6, 0x70, 0x9c, 0xa6, 0xb8, 0x5e, 0x53, 0xdc, 0x82, 0x88,
+ 0xb6, 0x08, 0x1b, 0xb7, 0xc5, 0x36, 0xba, 0x5e, 0x09, 0x9c, 0xc6, 0x30,
+ 0xdd, 0x09, 0x3e, 0xa4, 0x6f, 0x1f, 0x98, 0xd4, 0x86, 0xdf, 0x50, 0x88,
+ 0x60, 0xc2, 0x34, 0x70, 0x52, 0x3c, 0xa4, 0x13, 0xc8, 0x34, 0xbe, 0xfe,
+ 0xb4, 0xfe, 0xfd, 0x1a, 0x98, 0xe1, 0x4d, 0x5e, 0x3a, 0x9f, 0x3a, 0xba,
+ 0xaf, 0x7e, 0xb5, 0x02, 0xa0, 0xbc, 0x74, 0x6e, 0x00, 0x84, 0xfb, 0x9f,
+ 0xef, 0xac, 0xf4, 0xd2, 0x89, 0xd1, 0xf4, 0x59, 0xaa, 0xef, 0xe5, 0x76,
+ 0x06, 0x80, 0xdd, 0x87, 0x16, 0x27, 0xd5, 0x93, 0xbe, 0x0a, 0x7f, 0x9b,
+ 0x66, 0x6b, 0x05, 0x3f, 0x43, 0xbf, 0xbd, 0xdc, 0x8e, 0x96, 0x57, 0x54,
+ 0xd8, 0xa7, 0xba, 0x74, 0x85, 0xe1, 0xa3, 0x24, 0xdc, 0x41, 0x91, 0x2a,
+ 0x5c, 0xa4, 0xeb, 0x64, 0xfa, 0x21, 0x5e, 0xac, 0xa1, 0x64, 0x1a, 0x02,
+ 0x72, 0xad, 0xc3, 0x02, 0xee, 0x3a, 0x37, 0x40, 0x7f, 0x69, 0x19, 0x3c,
+ 0x78, 0x96, 0x7e, 0xc2, 0x4a, 0x39, 0x05, 0x0d, 0xbc, 0xb9, 0xd4, 0xf4,
+ 0xb7, 0x42, 0x0d, 0x6b, 0x75, 0xbf, 0xa2, 0x47, 0xeb, 0xf5, 0x1f, 0x3f,
+ 0xd4, 0x02, 0xe0, 0x41, 0x6b, 0x94, 0xf2, 0x14, 0xcf, 0xdf, 0x2c, 0x06,
+ 0xaf, 0xdb, 0x1a, 0xb6, 0xa7, 0xae, 0xd2, 0x0f, 0x51, 0x1b, 0x67, 0x5d,
+ 0xe0, 0x43, 0xaa, 0x7c, 0xc7, 0xde, 0xda, 0x45, 0x98, 0x60, 0x2f, 0x9f,
+ 0xac, 0x13, 0xcc, 0xf6, 0xab, 0x75, 0xc2, 0x59, 0x58, 0x29, 0x42, 0x95,
+ 0xbf, 0x30, 0x0f, 0xa3, 0x53, 0xb8, 0x62, 0xb6, 0x4b, 0x96, 0xa7, 0xc9,
+ 0x82, 0xce, 0x3c, 0x21, 0x5b, 0x26, 0x2b, 0x81, 0x2d, 0x0f, 0x7b, 0x5d,
+ 0x2d, 0xe7, 0xd5, 0x3a, 0x02, 0xfd, 0x23, 0x34, 0x9d, 0xe7, 0xbe, 0xc5,
+ 0xec, 0x5a, 0x6d, 0x27, 0xa0, 0x9c, 0x3e, 0x96, 0xc0, 0xc3, 0x7f, 0x29,
+ 0x17, 0x8b, 0x82, 0x7d, 0x92, 0x45, 0x0f, 0x13, 0xbe, 0xc2, 0xe9, 0x90,
+ 0x2c, 0x6f, 0xab, 0x58, 0x42, 0x8a, 0xe5, 0xb0, 0xb2, 0x94, 0x2e, 0xc9,
+ 0x52, 0x59, 0x4a, 0xcf, 0x3b, 0x12, 0xc6, 0x78, 0x21, 0x65, 0x84, 0x23,
+ 0xb0, 0x46, 0xca, 0xaf, 0x81, 0xbb, 0x04, 0x84, 0x85, 0x95, 0x18, 0x86,
+ 0xf9, 0x38, 0xc5, 0xa6, 0x3b, 0x2d, 0xb9, 0x24, 0xc5, 0x55, 0xf4, 0xc0,
+ 0x3d, 0xc2, 0x10, 0x24, 0xf5, 0xe3, 0x9a, 0x2e, 0xf9, 0x6f, 0x51, 0x30,
+ 0xa9, 0x4b, 0xcf, 0xac, 0x77, 0x6d, 0xe9, 0x74, 0x47, 0xfc, 0x12, 0xaf,
+ 0xe2, 0x2c, 0x5a, 0xd8, 0xc7, 0x26, 0x5c, 0x81, 0xe5, 0x20, 0x79, 0x48,
+ 0x8a, 0xbb, 0x60, 0xb6, 0x89, 0x16, 0xc1, 0x87, 0x40, 0x08, 0xc1, 0x3a,
+ 0xbd, 0x52, 0xa4, 0xed, 0xc0, 0xbf, 0xa4, 0x26, 0xc0, 0x2f, 0x37, 0xf9,
+ 0x1d, 0xbc, 0x09, 0x14, 0x2b, 0x76, 0x38, 0x05, 0xaa, 0xae, 0xd0, 0xb3,
+ 0xd4, 0xe3, 0x37, 0x4a, 0x81, 0xb3, 0x38, 0xe2, 0x5f, 0xcb, 0xd2, 0x5d,
+ 0xbe, 0xd6, 0x3e, 0x57, 0x22, 0x17, 0x9c, 0xf6, 0x57, 0xd5, 0x49, 0xa2,
+ 0x15, 0x69, 0x01, 0xfe, 0xd5, 0xd9, 0xaf, 0x5c, 0x9b, 0x50, 0x45, 0xee,
+ 0x18, 0x32, 0xe1, 0xdf, 0x79, 0x13, 0xa8, 0x75, 0x94, 0x7d, 0x85, 0x53,
+ 0xe0, 0xf8, 0xb1, 0xc8, 0x22, 0x0e, 0xb9, 0x1d, 0xfc, 0x0e, 0xb7, 0x52,
+ 0x9c, 0xe2, 0x92, 0x13, 0x1c, 0x43, 0x7e, 0x2d, 0x2a, 0x3f, 0x6e, 0x54,
+ 0x98, 0xec, 0x1b, 0xf9, 0x04, 0xcf, 0x2f, 0xc1, 0xa5, 0x84, 0x3e, 0x71,
+ 0x22, 0x99, 0x04, 0x06, 0xa2, 0x2b, 0x4e, 0xe3, 0x40, 0xd3, 0xea, 0x74,
+ 0x9e, 0x4c, 0xb3, 0x14, 0x2e, 0x21, 0xe1, 0xef, 0xb7, 0x98, 0x08, 0xe7,
+ 0x54, 0x4e, 0xf5, 0x40, 0x06, 0xdd, 0xc7, 0x89, 0x28, 0xfd, 0xe3, 0x66,
+ 0x89, 0x9c, 0x65, 0x6d, 0xfc, 0xbd, 0x69, 0xcd, 0xea, 0xef, 0x82, 0xa3,
+ 0x4d, 0xf1, 0x14, 0x8c, 0x9e, 0xa6, 0x0b, 0x1b, 0x95, 0xe5, 0x42, 0x1e,
+ 0x66, 0x09, 0xbd, 0xa9, 0x1e, 0x4b, 0x94, 0x34, 0xc1, 0x1f, 0xc4, 0x79,
+ 0x8d, 0x7e, 0x61, 0x58, 0x55, 0x68, 0xf4, 0xf8, 0xdd, 0x0a, 0xa5, 0xdb,
+ 0xba, 0xfc, 0xec, 0x78, 0x26, 0x51, 0x31, 0xb6, 0x7d, 0x33, 0x2c, 0xcc,
+ 0xc0, 0x74, 0x1e, 0x0a, 0x60, 0x97, 0xaa, 0xa6, 0x6c, 0x1c, 0x6c, 0xe8,
+ 0x55, 0xb6, 0xfc, 0xc2, 0xb9, 0x86, 0x1e, 0xfa, 0xf9, 0x04, 0x5d, 0x8a,
+ 0x5d, 0xc0, 0xdd, 0x83, 0xe7, 0xa0, 0xf1, 0xe5, 0xf1, 0xe8, 0x13, 0xd3,
+ 0xd5, 0x9b, 0x34, 0x2d, 0x82, 0x55, 0x1c, 0xcf, 0xd8, 0xfa, 0x0f, 0x7c,
+ 0xb7, 0xaf, 0xd7, 0xe0, 0x9c, 0x1d, 0xef, 0x27, 0x48, 0x73, 0x22, 0xb0,
+ 0x02, 0x90, 0x0d, 0x24, 0x5f, 0xd1, 0xf9, 0x66, 0x24, 0x3c, 0x57, 0x28,
+ 0xb7, 0xf9, 0xea, 0xb4, 0x80, 0x38, 0x71, 0xd0, 0xf9, 0x8e, 0xe1, 0x7a,
+ 0x36, 0x4b, 0x57, 0xc9, 0x54, 0x45, 0x93, 0xc2, 0xaa, 0x04, 0x59, 0xb4,
+ 0x12, 0x8b, 0x0a, 0xd8, 0xf4, 0xb1, 0x14, 0xe9, 0xa8, 0xfd, 0x0a, 0x32,
+ 0xac, 0xf6, 0x10, 0x5d, 0x61, 0x35, 0xc7, 0x65, 0x32, 0xd3, 0x0e, 0x60,
+ 0x47, 0x18, 0x45, 0x28, 0x38, 0x83, 0xd8, 0x1e, 0x80, 0x67, 0x06, 0xeb,
+ 0x7a, 0x3b, 0x8f, 0xa6, 0x85, 0x1e, 0xd6, 0x0d, 0x00, 0xae, 0xd6, 0x4b,
+ 0x86, 0x31, 0x59, 0x9f, 0x60, 0x9e, 0xb1, 0x8a, 0xaa, 0xa2, 0x4f, 0x5c,
+ 0xfa, 0xa3, 0x2a, 0xfa, 0x99, 0x4b, 0x7f, 0xae, 0x7b, 0xe4, 0xd4, 0x69,
+ 0xd9, 0x02, 0x0b, 0x2f, 0x0d, 0xad, 0x61, 0xe4, 0x21, 0x8e, 0x1e, 0x1d,
+ 0xe2, 0x64, 0x1c, 0x67, 0xcb, 0x40, 0xc7, 0x07, 0x86, 0x6c, 0xbd, 0x5c,
+ 0x83, 0xe4, 0x90, 0x69, 0x85, 0x51, 0x12, 0x0c, 0x5a, 0x19, 0x0e, 0x83,
+ 0x19, 0x36, 0x09, 0xb2, 0x2f, 0xd6, 0xf1, 0x0a, 0x5a, 0x1a, 0xde, 0x08,
+ 0xb2, 0x7f, 0x9a, 0xad, 0x9e, 0x2f, 0x12, 0x30, 0x95, 0x7a, 0x2f, 0xf2,
+ 0x30, 0xda, 0xca, 0x0d, 0xdc, 0xf2, 0xc9, 0x00, 0x52, 0xd2, 0x68, 0x70,
+ 0x25, 0x22, 0x0f, 0x61, 0xe2, 0x76, 0x70, 0x97, 0x66, 0xc9, 0x7f, 0xb2,
+ 0x35, 0x7f, 0x64, 0xfa, 0xba, 0xde, 0x19, 0x41, 0x14, 0x82, 0xb8, 0x6c,
+ 0xdb, 0x68, 0x0a, 0x7c, 0x38, 0xa9, 0x5f, 0xcc, 0xe7, 0x4c, 0xb3, 0x6d,
+ 0x72, 0x1e, 0x0e, 0xc6, 0xe4, 0xe2, 0x4c, 0xac, 0xe1, 0x0e, 0x37, 0xcb,
+ 0xb5, 0x31, 0xed, 0x47, 0xb0, 0x89, 0xb4, 0x8a, 0x98, 0x47, 0xab, 0x0e,
+ 0x16, 0xe0, 0x7c, 0x24, 0x80, 0x3a, 0x74, 0xa9, 0x43, 0x92, 0x1a, 0x13,
+ 0xb9, 0xbe, 0x47, 0x6c, 0x13, 0x90, 0xcc, 0xcb, 0x41, 0x80, 0x57, 0x98,
+ 0x68, 0x03, 0x93, 0x44, 0xd3, 0xc3, 0xa7, 0xf1, 0x3a, 0x1f, 0x47, 0xc4,
+ 0x90, 0xff, 0x05, 0x6f, 0xb8, 0xe4, 0x9c, 0xa2, 0xec, 0xf3, 0x82, 0xb1,
+ 0xb4, 0xe0, 0x73, 0xe3, 0x9e, 0xea, 0xc6, 0x7d, 0x62, 0x98, 0x1c, 0xe1,
+ 0x37, 0xfa, 0x1e, 0x83, 0xd6, 0x40, 0x49, 0x92, 0x42, 0x67, 0xbd, 0xba,
+ 0x3c, 0x0f, 0x36, 0x38, 0xd5, 0x2e, 0x20, 0x6e, 0x67, 0xc9, 0xcc, 0xda,
+ 0xec, 0x13, 0xa4, 0x63, 0x38, 0x4f, 0x4b, 0x2f, 0x03, 0xe1, 0xda, 0x1d,
+ 0x6e, 0x33, 0xa1, 0x32, 0x10, 0x1d, 0x15, 0x24, 0xfd, 0x9c, 0xe7, 0x76,
+ 0x4d, 0xb0, 0x2d, 0xb6, 0x65, 0x9b, 0x60, 0x75, 0x64, 0xb8, 0x3d, 0x67,
+ 0x52, 0xc2, 0x16, 0x93, 0x1e, 0x0a, 0x59, 0x77, 0xf2, 0xed, 0x36, 0xcc,
+ 0x4e, 0x31, 0xd8, 0xc9, 0x14, 0xb1, 0x88, 0xd8, 0xc7, 0xbe, 0xc5, 0x76,
+ 0x93, 0x2b, 0xf6, 0xcf, 0xc7, 0x8a, 0x51, 0xe7, 0xfc, 0x4c, 0x31, 0x5d,
+ 0xb0, 0xef, 0x38, 0xfb, 0xf2, 0xc4, 0x5c, 0x2c, 0xc9, 0xc9, 0x34, 0x37,
+ 0x9a, 0x05, 0x11, 0x9b, 0x6b, 0xe1, 0xcd, 0x3b, 0xd4, 0x2a, 0x96, 0x84,
+ 0xf2, 0xd6, 0x86, 0x02, 0x36, 0xbf, 0x81, 0x57, 0xd1, 0x72, 0x2d, 0x15,
+ 0x92, 0xd5, 0x25, 0x8b, 0x59, 0x8d, 0x57, 0x30, 0x3b, 0x03, 0xa0, 0x68,
+ 0xe4, 0x2b, 0x4c, 0x1c, 0x23, 0x11, 0xd0, 0xcb, 0x73, 0x5f, 0xf3, 0x4a,
+ 0xc5, 0xad, 0x22, 0x4a, 0x99, 0xc3, 0x6d, 0x68, 0x30, 0x65, 0xf3, 0x29,
+ 0xae, 0x5b, 0x8a, 0x48, 0xcc, 0xe6, 0x9a, 0x68, 0x38, 0xbd, 0x22, 0x2d,
+ 0x13, 0x71, 0x24, 0x28, 0xb9, 0xba, 0x59, 0xb0, 0xd3, 0x34, 0xca, 0x41,
+ 0xe1, 0x34, 0x7c, 0xde, 0xf0, 0xa7, 0xd1, 0x14, 0x11, 0x00, 0x40, 0xd0,
+ 0x38, 0x1f, 0xdd, 0xea, 0xcb, 0x30, 0x6c, 0x1a, 0x19, 0x2f, 0x4c, 0x3b,
+ 0x8b, 0x93, 0x15, 0x85, 0x4a, 0xbf, 0x84, 0xf4, 0x45, 0x3c, 0x3b, 0xc1,
+ 0xe0, 0x87, 0xd8, 0x94, 0xc6, 0x67, 0xae, 0xfc, 0xfe, 0x24, 0x3a, 0x5a,
+ 0x92, 0x07, 0xe2, 0xdc, 0x85, 0x75, 0x57, 0x11, 0xfc, 0x67, 0x9c, 0xa5,
+ 0x68, 0x9c, 0xf9, 0xe2, 0xc5, 0xcf, 0xc1, 0x2d, 0x0e, 0x20, 0xfc, 0x16,
+ 0x26, 0xac, 0xad, 0x6e, 0x52, 0xb6, 0x96, 0x66, 0xad, 0x9f, 0xaa, 0x99,
+ 0x09, 0xef, 0xe7, 0xf8, 0xb7, 0x03, 0x7e, 0xbf, 0xb4, 0x3e, 0x3d, 0x7c,
+ 0x00, 0x42, 0x7c, 0x93, 0x92, 0x06, 0xc5, 0x87, 0x52, 0xd9, 0x64, 0xc0,
+ 0x66, 0x02, 0xae, 0xa5, 0xa0, 0xa8, 0x18, 0x56, 0xaa, 0xc4, 0xde, 0x0e,
+ 0xf2, 0xd4, 0x98, 0x2e, 0xd9, 0x12, 0x26, 0x7a, 0xca, 0x39, 0x01, 0x5b,
+ 0x60, 0xae, 0x82, 0x87, 0x3b, 0xf6, 0x1f, 0x1d, 0x99, 0x81, 0xe6, 0x68,
+ 0xd2, 0x14, 0xdb, 0x6b, 0x02, 0x89, 0x61, 0x25, 0x1b, 0x1f, 0x41, 0x5b,
+ 0x6d, 0xfe, 0xeb, 0xbf, 0x02, 0xb7, 0x45, 0x4d, 0x7e, 0x1c, 0x8e, 0x76,
+ 0x57, 0xb2, 0xb5, 0x3c, 0x03, 0x64, 0xd0, 0x60, 0xd6, 0xa2, 0x62, 0xbf,
+ 0x51, 0xbd, 0x6a, 0x0c, 0x5d, 0x71, 0xdc, 0x60, 0xd4, 0xc7, 0x1c, 0xc9,
+ 0x88, 0x2b, 0x34, 0xca, 0x2c, 0x07, 0x7b, 0xd2, 0x8b, 0xfc, 0xc3, 0x2f,
+ 0xe0, 0x7b, 0x9a, 0x35, 0x0e, 0xfb, 0xef, 0x2c, 0xbe, 0xcd, 0x62, 0xd6,
+ 0x95, 0x11, 0x9f, 0x03, 0x02, 0xdc, 0xa2, 0xac, 0x97, 0x41, 0xf4, 0x10,
+ 0x3d, 0x71, 0x23, 0x46, 0x11, 0x0e, 0xcc, 0x00, 0x18, 0x06, 0xb7, 0x69,
+ 0x3a, 0x0b, 0x70, 0xa9, 0x0e, 0x0a, 0x81, 0xd6, 0xe4, 0x80, 0xb8, 0xfb,
+ 0xae, 0xc3, 0x08, 0x3a, 0xbb, 0x80, 0x8b, 0x58, 0x9d, 0xdd, 0x5d, 0xc0,
+ 0xb3, 0xc2, 0xfd, 0xa6, 0xeb, 0x34, 0x83, 0x3a, 0xb0, 0xbd, 0xcb, 0x6d,
+ 0xe4, 0x7c, 0xbd, 0x55, 0x45, 0xe4, 0x62, 0x82, 0xf5, 0x85, 0xa7, 0x8e,
+ 0xc6, 0x50, 0x3e, 0x8a, 0x33, 0x9c, 0x96, 0xd9, 0x4a, 0xb1, 0x12, 0x75,
+ 0xd6, 0x0a, 0xd5, 0xb6, 0x0e, 0x64, 0x4d, 0xf5, 0xd7, 0x4d, 0x5e, 0x2c,
+ 0x21, 0x54, 0xda, 0x6b, 0x36, 0x03, 0xb1, 0x35, 0xe9, 0x1b, 0x73, 0xa5,
+ 0x52, 0x96, 0x24, 0x17, 0x20, 0x0d, 0x8b, 0x82, 0x6f, 0x80, 0x8e, 0x2e,
+ 0x3a, 0xc5, 0x0f, 0x2f, 0x96, 0x2c, 0xcf, 0xa9, 0xc9, 0x0f, 0x30, 0x43,
+ 0xa1, 0xbb, 0x59, 0x3e, 0x00, 0x7f, 0xe2, 0xac, 0x3f, 0xc1, 0x78, 0xc6,
+ 0x20, 0x46, 0x7c, 0xd2, 0xc2, 0x44, 0x4d, 0xa8, 0x57, 0xe6, 0x75, 0x21,
+ 0x7c, 0xc1, 0x89, 0xdb, 0x42, 0xf8, 0xe2, 0x6b, 0x33, 0x18, 0x50, 0x99,
+ 0xe7, 0xec, 0x17, 0x86, 0x19, 0xd4, 0x16, 0xe1, 0x47, 0x5d, 0xf8, 0xd8,
+ 0xd5, 0xef, 0x19, 0x38, 0x91, 0x9a, 0xde, 0xa0, 0x10, 0x56, 0x89, 0xcb,
+ 0x87, 0xa5, 0xb2, 0xae, 0x31, 0x56, 0x16, 0x72, 0x42, 0xd3, 0x5e, 0x88,
+ 0x98, 0x2c, 0x46, 0x71, 0x2b, 0xc2, 0x4f, 0x07, 0x23, 0xbf, 0x58, 0x69,
+ 0xa1, 0x41, 0x0c, 0x06, 0x88, 0x78, 0x47, 0x72, 0xcc, 0xe7, 0x1e, 0x96,
+ 0xcb, 0x2f, 0xe7, 0xe2, 0x5b, 0xf8, 0x27, 0xf1, 0x21, 0x54, 0x42, 0x31,
+ 0x89, 0xfe, 0x04, 0xb3, 0x01, 0x54, 0xac, 0xaa, 0x5e, 0x62, 0x52, 0xc0,
+ 0x43, 0x8c, 0xe1, 0x48, 0x00, 0x70, 0xd7, 0xa1, 0xac, 0xca, 0x9d, 0x2f,
+ 0x2c, 0x7d, 0x38, 0x35, 0xc6, 0x04, 0x9f, 0xca, 0xf9, 0xdc, 0x18, 0x73,
+ 0x9f, 0xf7, 0x39, 0x9b, 0x5a, 0xd7, 0xdc, 0x62, 0x58, 0xcc, 0xf4, 0xc8,
+ 0xcb, 0x28, 0xae, 0x79, 0x8e, 0xf3, 0xa5, 0x31, 0x56, 0x68, 0xe6, 0x72,
+ 0xce, 0xec, 0xf5, 0xd0, 0xea, 0xf5, 0xb0, 0xae, 0xd7, 0xc3, 0x46, 0xdd,
+ 0x1e, 0x5a, 0xfd, 0x1e, 0xb6, 0xef, 0xf7, 0xb0, 0x5d, 0xbf, 0x87, 0xed,
+ 0x3b, 0x3e, 0x7c, 0x4e, 0xcf, 0x87, 0x56, 0xcf, 0x7b, 0x6b, 0x56, 0xdd,
+ 0xf3, 0xe1, 0x37, 0xf4, 0x7c, 0xd8, 0xa6, 0xe7, 0x43, 0x5f, 0xcf, 0x33,
+ 0xa1, 0xb5, 0xbe, 0x87, 0x0a, 0x5f, 0x53, 0xbb, 0x64, 0xc8, 0x98, 0x9b,
+ 0xb7, 0xda, 0x5b, 0x9c, 0x5b, 0xbb, 0xcf, 0x76, 0xc6, 0x00, 0xfb, 0xf4,
+ 0x56, 0xb5, 0xcd, 0x75, 0x34, 0x8f, 0x8b, 0xa7, 0x60, 0xb6, 0x51, 0x16,
+ 0xd1, 0x02, 0x93, 0x67, 0xc0, 0xc1, 0x48, 0x43, 0x50, 0xb3, 0x4e, 0xe3,
+ 0x38, 0x2f, 0x4c, 0x97, 0x9e, 0x8e, 0x19, 0x1e, 0x90, 0x04, 0x7c, 0x7e,
+ 0xe3, 0x56, 0x8e, 0x05, 0x4b, 0x98, 0x30, 0x5e, 0xb4, 0xbe, 0xf3, 0x93,
+ 0x87, 0x36, 0x39, 0xb8, 0x01, 0x4d, 0x54, 0xd8, 0x09, 0xf9, 0x5c, 0x3d,
+ 0x2a, 0x43, 0x51, 0xb0, 0x66, 0x85, 0x43, 0x74, 0x45, 0xc3, 0xb2, 0x7f,
+ 0x05, 0xa8, 0x49, 0x67, 0xb2, 0x9c, 0xb0, 0x2f, 0x71, 0x01, 0x26, 0x87,
+ 0x5b, 0xaf, 0xe6, 0x20, 0x0b, 0xc4, 0xe3, 0x64, 0x05, 0xc8, 0x1f, 0x10,
+ 0xdf, 0xfd, 0xe1, 0x2e, 0x29, 0xd8, 0xf8, 0xb9, 0x59, 0x44, 0xd3, 0xaf,
+ 0xdb, 0x01, 0x7c, 0xf4, 0x57, 0xe2, 0x17, 0x09, 0x1a, 0x6a, 0xa0, 0x1c,
+ 0x27, 0xd4, 0x41, 0xc3, 0x5a, 0x50, 0xb3, 0x25, 0x85, 0x2e, 0x88, 0x59,
+ 0x41, 0xd7, 0x8c, 0x75, 0x59, 0xd5, 0x4e, 0xf9, 0x25, 0xd1, 0x93, 0x43,
+ 0x3a, 0x59, 0x53, 0x38, 0x33, 0x63, 0x6c, 0x3d, 0xf9, 0xd7, 0xdb, 0xd0,
+ 0x78, 0x0f, 0x3a, 0x95, 0xfc, 0x5f, 0x78, 0x3f, 0x63, 0x8c, 0x2a, 0x4a,
+ 0x69, 0x21, 0xc3, 0x08, 0x46, 0xe5, 0x8d, 0x5d, 0xe5, 0x44, 0xba, 0x54,
+ 0x94, 0xf6, 0xc4, 0xe3, 0xc4, 0x09, 0xa1, 0xc3, 0x84, 0x28, 0x32, 0xfd,
+ 0xfc, 0xb2, 0x24, 0xb5, 0x51, 0x7f, 0xf8, 0x32, 0xbc, 0xfa, 0x78, 0xfa,
+ 0xf1, 0x97, 0x97, 0xc1, 0xe9, 0x3c, 0xf8, 0x73, 0xba, 0x09, 0xee, 0x22,
+ 0xb6, 0x1a, 0x8a, 0x02, 0x80, 0x29, 0xc3, 0x4e, 0xa2, 0x40, 0xdb, 0xc1,
+ 0xa7, 0xeb, 0xe3, 0xe0, 0x74, 0xec, 0xd4, 0x94, 0x8c, 0xbf, 0x55, 0x19,
+ 0x7e, 0xcb, 0x65, 0x52, 0x2d, 0x60, 0xf3, 0x51, 0xcd, 0x50, 0x06, 0xbf,
+ 0xc4, 0x45, 0xc7, 0x5b, 0x36, 0xe7, 0xb0, 0x95, 0x89, 0x6c, 0x9a, 0x68,
+ 0x7a, 0x04, 0xff, 0xae, 0x60, 0x8a, 0xe6, 0x45, 0x9c, 0xbd, 0xc5, 0xc5,
+ 0xa8, 0xc1, 0x87, 0x8e, 0x8d, 0x1d, 0xe6, 0x7f, 0x83, 0x65, 0xd6, 0xbf,
+ 0xbd, 0xe2, 0x1b, 0xf3, 0x1c, 0x0e, 0xa5, 0xd7, 0x68, 0x18, 0xcc, 0x58,
+ 0xa3, 0x19, 0x18, 0xae, 0xfd, 0xcc, 0x36, 0x0d, 0x71, 0xe0, 0x89, 0x6e,
+ 0x7f, 0x18, 0xe5, 0xc9, 0xb4, 0x0c, 0x6d, 0x3f, 0x4c, 0xb2, 0xb7, 0x6c,
+ 0xa9, 0xc5, 0x77, 0x2d, 0x4c, 0x6f, 0xde, 0x4a, 0xfd, 0x31, 0xc3, 0xdb,
+ 0xc3, 0xc2, 0x4e, 0x3e, 0x70, 0xdb, 0x42, 0xf3, 0xab, 0xe1, 0x14, 0x9e,
+ 0xb2, 0x59, 0x24, 0xa3, 0xd2, 0x35, 0x1a, 0x92, 0x8c, 0x16, 0xce, 0x11,
+ 0xc1, 0xf8, 0xf2, 0xda, 0x20, 0x19, 0xaf, 0x73, 0xbb, 0x65, 0xec, 0x79,
+ 0xbb, 0xf6, 0x84, 0x07, 0x0e, 0x2b, 0x1c, 0x7a, 0x79, 0xb8, 0x43, 0x0e,
+ 0x18, 0x8f, 0xf3, 0x0d, 0x7b, 0x44, 0x59, 0xce, 0x37, 0xa2, 0xa9, 0xb4,
+ 0x5e, 0x39, 0x35, 0x26, 0x3a, 0xda, 0xcb, 0x10, 0xc4, 0x63, 0x52, 0xbb,
+ 0x25, 0x15, 0xb8, 0xa9, 0x6a, 0x3d, 0xe1, 0x89, 0xe2, 0xe4, 0x2e, 0x29,
+ 0x34, 0x42, 0x5b, 0x1f, 0xc1, 0x6a, 0xcd, 0x0e, 0xd5, 0x8c, 0x9a, 0xf5,
+ 0x69, 0x7d, 0x22, 0x85, 0x12, 0x99, 0x7c, 0x25, 0x5c, 0xde, 0xab, 0xbf,
+ 0xfd, 0xc3, 0x70, 0x5a, 0x6c, 0x70, 0x16, 0xe5, 0x45, 0xea, 0x2b, 0x62,
+ 0x15, 0xd8, 0x47, 0x55, 0x09, 0x03, 0x00, 0x65, 0x38, 0xb4, 0x85, 0xd5,
+ 0x9a, 0xbf, 0x6a, 0xbe, 0xb0, 0x40, 0x6e, 0xd5, 0x74, 0x4a, 0x11, 0x58,
+ 0x58, 0xbb, 0x52, 0xd6, 0x83, 0x05, 0x09, 0x31, 0x64, 0x64, 0x21, 0x69,
+ 0x88, 0xe1, 0x17, 0xc2, 0x13, 0x6b, 0xa8, 0x52, 0x1c, 0x9a, 0x87, 0x14,
+ 0x0c, 0x56, 0x20, 0x8e, 0x54, 0xd2, 0x08, 0xca, 0xbc, 0xd1, 0xb1, 0xfc,
+ 0x95, 0x97, 0xaf, 0xc5, 0x08, 0x97, 0xe5, 0xf5, 0x8c, 0x9a, 0xbc, 0x16,
+ 0xbf, 0xad, 0x1c, 0xb6, 0x54, 0x66, 0xc3, 0x8c, 0x94, 0x65, 0x16, 0x46,
+ 0x65, 0xb0, 0x13, 0x95, 0xad, 0xa1, 0x2b, 0xa4, 0xeb, 0xf2, 0x00, 0x4b,
+ 0x2a, 0xcf, 0xa1, 0x96, 0xe2, 0xb1, 0x98, 0xba, 0x33, 0x44, 0x0c, 0x79,
+ 0xf8, 0x24, 0x15, 0x92, 0x15, 0xeb, 0xc5, 0x36, 0x76, 0x6d, 0xe7, 0xa7,
+ 0x67, 0xd4, 0xae, 0x4d, 0x0b, 0x80, 0x25, 0xc3, 0xea, 0xbe, 0x32, 0x82,
+ 0x65, 0x91, 0x1f, 0x47, 0x5b, 0x53, 0x6b, 0x83, 0x68, 0x39, 0x5a, 0xe2,
+ 0xe1, 0xb1, 0x5b, 0xff, 0x4b, 0x94, 0xc1, 0x14, 0x1b, 0x5c, 0xb2, 0x6d,
+ 0x7e, 0x3a, 0x53, 0xa3, 0x7e, 0x6b, 0xeb, 0x81, 0x67, 0xf0, 0x74, 0x5d,
+ 0xaf, 0x20, 0xac, 0x9e, 0x36, 0x65, 0xb9, 0xd1, 0xf7, 0xaa, 0x36, 0x27,
+ 0x15, 0x41, 0xf9, 0xdc, 0x3d, 0x8a, 0x49, 0xec, 0x4c, 0x2a, 0x9b, 0x05,
+ 0xdb, 0x6c, 0x9f, 0xdb, 0xf4, 0x98, 0x2c, 0x3b, 0x6f, 0x98, 0xab, 0xfb,
+ 0x3b, 0x97, 0xd5, 0x0a, 0x1d, 0x6f, 0x72, 0x63, 0xc3, 0x9d, 0xe7, 0x2e,
+ 0xd7, 0x1a, 0x03, 0x86, 0xdd, 0x3b, 0x4c, 0x97, 0x30, 0x20, 0xef, 0xbd,
+ 0x27, 0x03, 0xa8, 0x7b, 0x9b, 0x35, 0xfb, 0x92, 0xc7, 0xf1, 0x5a, 0xbb,
+ 0xa6, 0x46, 0x80, 0x6b, 0x48, 0x84, 0xdb, 0x69, 0x3f, 0x47, 0xf9, 0xa1,
+ 0x53, 0x0c, 0xd6, 0xa5, 0x07, 0x9e, 0x6f, 0xeb, 0xf6, 0xfe, 0xe8, 0xb4,
+ 0xa2, 0x51, 0xd7, 0xe4, 0x25, 0x25, 0xd9, 0x37, 0x65, 0xcd, 0xbf, 0x2e,
+ 0x71, 0x46, 0x28, 0xe9, 0x65, 0xdd, 0xff, 0xb8, 0xe4, 0x51, 0x53, 0x5c,
+ 0x20, 0xd8, 0x00, 0x04, 0xec, 0x4f, 0xe9, 0x56, 0x8f, 0xcf, 0xe3, 0x7c,
+ 0x34, 0xbc, 0xd0, 0x5f, 0xc9, 0x1a, 0xb3, 0xb9, 0xbe, 0xda, 0x34, 0xbe,
+ 0x5c, 0x5a, 0x86, 0xae, 0x8b, 0x5a, 0xb2, 0xd9, 0x14, 0x7a, 0x86, 0x39,
+ 0x27, 0xda, 0x39, 0xc6, 0x34, 0x6e, 0x48, 0x66, 0x8d, 0x61, 0xa3, 0xdd,
+ 0xd3, 0x79, 0x01, 0xf7, 0xa7, 0x7f, 0x5c, 0xa5, 0xd3, 0xaf, 0xa3, 0xf9,
+ 0xad, 0x88, 0x19, 0x1d, 0x13, 0xe7, 0x8e, 0xbc, 0x07, 0xf9, 0xfe, 0xf2,
+ 0x5a, 0x67, 0xd3, 0x49, 0x95, 0x2f, 0x00, 0xb6, 0x12, 0xe0, 0x1c, 0xf2,
+ 0x69, 0xff, 0x61, 0x8a, 0x86, 0x2d, 0x04, 0x3f, 0xdc, 0x3d, 0x7f, 0x85,
+ 0x7f, 0x1c, 0xb2, 0xa5, 0xd6, 0x68, 0xc3, 0x76, 0xa4, 0x4b, 0xf7, 0x45,
+ 0xb5, 0xba, 0x42, 0x40, 0x4a, 0xf9, 0xaa, 0x57, 0xdf, 0x37, 0x5a, 0x10,
+ 0x74, 0x59, 0x06, 0x26, 0x2f, 0x5d, 0xbe, 0x6d, 0xd6, 0x87, 0x14, 0x62,
+ 0x5d, 0x8b, 0x0c, 0x6d, 0x32, 0x25, 0x11, 0xfd, 0xc3, 0x06, 0x4f, 0x9a,
+ 0xf1, 0x35, 0x1a, 0x38, 0x7e, 0x81, 0x8d, 0x9e, 0x78, 0x68, 0x04, 0x57,
+ 0x0a, 0x31, 0xeb, 0x7e, 0xe5, 0xf8, 0xe0, 0x15, 0xd9, 0x88, 0xdc, 0xf6,
+ 0x52, 0x56, 0xec, 0x2b, 0x4b, 0xef, 0x80, 0x79, 0x4e, 0x5d, 0xbd, 0x14,
+ 0x7f, 0xe8, 0xf0, 0x87, 0x1e, 0x7e, 0x7c, 0x10, 0x23, 0xd8, 0xf2, 0x11,
+ 0xfa, 0x71, 0xf8, 0xc3, 0xfb, 0x20, 0xa4, 0x61, 0xbb, 0x0e, 0x6c, 0xb7,
+ 0x15, 0x6c, 0x97, 0x86, 0xed, 0x39, 0xb0, 0xbd, 0x56, 0xb0, 0x3d, 0x1a,
+ 0xb6, 0xef, 0xc0, 0xf6, 0x5b, 0xc1, 0xf6, 0x69, 0xd8, 0x81, 0x03, 0x3b,
+ 0x68, 0x05, 0x3b, 0xa0, 0x61, 0xf7, 0x1c, 0xd8, 0xbd, 0x56, 0xb0, 0x7b,
+ 0x34, 0xec, 0xbe, 0x03, 0xbb, 0xdf, 0x0a, 0x76, 0x9f, 0x86, 0x3d, 0x70,
+ 0x60, 0x0f, 0x5a, 0xc1, 0x1e, 0xd0, 0xb0, 0x22, 0x5c, 0x9b, 0xa1, 0xf8,
+ 0xbb, 0xfe, 0xc9, 0xc3, 0xc5, 0xed, 0xec, 0x7a, 0x80, 0x89, 0x11, 0xd5,
+ 0x69, 0x05, 0xdc, 0xf1, 0x00, 0xbb, 0x43, 0xad, 0x13, 0xb6, 0x02, 0x0e,
+ 0x2b, 0x26, 0x92, 0x23, 0xb6, 0x0f, 0x95, 0x53, 0x87, 0xe1, 0x5b, 0x06,
+ 0xcb, 0xfb, 0x98, 0x26, 0x79, 0xac, 0xee, 0x9c, 0xe1, 0x4b, 0xa6, 0x25,
+ 0xb3, 0xef, 0x32, 0xfb, 0x64, 0x11, 0xaf, 0x8f, 0x0d, 0x4c, 0x4e, 0x55,
+ 0x56, 0x41, 0xe7, 0xf5, 0x31, 0x79, 0x7c, 0xdb, 0xf2, 0xa9, 0x13, 0x49,
+ 0xce, 0xd2, 0x87, 0x4a, 0x69, 0x7c, 0xdf, 0xa1, 0x2b, 0xb6, 0x01, 0x4f,
+ 0xd9, 0x47, 0x88, 0x7f, 0x8f, 0xe4, 0x2f, 0xbd, 0x45, 0xbe, 0x72, 0x32,
+ 0xb8, 0x69, 0x19, 0xde, 0xe2, 0xcb, 0x63, 0x98, 0x9f, 0x85, 0xf0, 0x76,
+ 0x3a, 0xcd, 0x77, 0x15, 0xa3, 0xfd, 0xce, 0x55, 0x54, 0xc4, 0xdb, 0x5b,
+ 0x74, 0xba, 0x57, 0xc0, 0xb3, 0x78, 0x5e, 0x58, 0xa6, 0xa3, 0xf6, 0x87,
+ 0xd4, 0x97, 0xa5, 0xd5, 0xcd, 0x0b, 0x8f, 0xaf, 0xa9, 0xf8, 0xef, 0x00,
+ 0x13, 0xa8, 0x9d, 0x35, 0x21, 0x90, 0xb5, 0xb9, 0xc6, 0x4a, 0x29, 0xbd,
+ 0x40, 0xa7, 0x1d, 0xdb, 0xc1, 0x28, 0x5e, 0x15, 0xa6, 0x19, 0x44, 0xbe,
+ 0x4e, 0xa4, 0xf9, 0xf8, 0x36, 0x3e, 0xa9, 0xa3, 0x8d, 0x99, 0x9e, 0x69,
+ 0x03, 0x85, 0x81, 0xe5, 0x8c, 0x68, 0xcc, 0x60, 0xd4, 0x64, 0x46, 0x93,
+ 0x73, 0xe8, 0x2b, 0xc2, 0xe5, 0x39, 0x91, 0xe8, 0x5c, 0x66, 0x7f, 0x60,
+ 0xbc, 0x7a, 0xe6, 0x16, 0x21, 0xf0, 0x5e, 0x58, 0xcc, 0x61, 0x4d, 0x35,
+ 0x43, 0x87, 0xbe, 0x4d, 0xc8, 0x3c, 0x97, 0xb9, 0x45, 0xc4, 0x3c, 0x87,
+ 0xb9, 0x45, 0xc0, 0x3c, 0xbb, 0x9a, 0xdd, 0x9a, 0x6a, 0x76, 0x1d, 0xfa,
+ 0x36, 0x01, 0xf6, 0x5c, 0xe6, 0x16, 0xf1, 0xf5, 0x1c, 0xe6, 0x16, 0xe1,
+ 0xf5, 0xec, 0x6a, 0xf6, 0x6a, 0xaa, 0xd9, 0x73, 0xe8, 0xed, 0x6a, 0xf6,
+ 0xbc, 0xd5, 0xec, 0xd9, 0x92, 0xf6, 0x9c, 0x6a, 0xf6, 0xbc, 0xd5, 0x24,
+ 0x98, 0xed, 0x6a, 0xf6, 0x7c, 0xd5, 0xec, 0x39, 0xd5, 0xec, 0xd7, 0x54,
+ 0xb3, 0xef, 0xd0, 0xdb, 0xd5, 0xec, 0x7b, 0xab, 0xd9, 0xb7, 0x25, 0xed,
+ 0x3b, 0xd5, 0xec, 0x7b, 0xab, 0x49, 0x30, 0xdb, 0xd5, 0xec, 0xfb, 0xaa,
+ 0xd9, 0x77, 0xaa, 0x39, 0xa8, 0xa9, 0xe6, 0xc0, 0xa1, 0xb7, 0xab, 0x39,
+ 0xf0, 0x56, 0x73, 0x60, 0x4b, 0x3a, 0x70, 0xaa, 0x39, 0xf0, 0x56, 0x93,
+ 0x60, 0xb6, 0xab, 0x39, 0xf0, 0x55, 0xd3, 0xe4, 0x6d, 0x10, 0x12, 0xd2,
+ 0x38, 0x5f, 0x9b, 0x17, 0x97, 0x60, 0xaa, 0x21, 0x4e, 0xa9, 0xf1, 0x3b,
+ 0x7b, 0x0b, 0x36, 0x24, 0xdc, 0x8b, 0x88, 0xdc, 0x0a, 0x39, 0xb7, 0x7f,
+ 0x19, 0xa7, 0xd2, 0x8e, 0xae, 0x01, 0x6a, 0x22, 0xec, 0xd2, 0x38, 0x86,
+ 0x75, 0x8e, 0x8d, 0x5b, 0xb7, 0xcd, 0x4a, 0xb2, 0x82, 0xd5, 0x97, 0x3a,
+ 0x0b, 0xe4, 0xac, 0x82, 0xe2, 0x8c, 0xe5, 0x18, 0x3b, 0xf7, 0xf4, 0x01,
+ 0xcd, 0xe3, 0x69, 0xb6, 0x64, 0x85, 0xf9, 0xc8, 0xe4, 0xab, 0x99, 0xdc,
+ 0x45, 0xc3, 0xc9, 0xaa, 0x3c, 0x60, 0xe5, 0x32, 0x6a, 0x37, 0x78, 0xaa,
+ 0x3c, 0x58, 0x9e, 0xc0, 0x5d, 0x71, 0x5e, 0x9e, 0xf9, 0x60, 0x51, 0xd3,
+ 0x78, 0xb1, 0x60, 0xdf, 0xeb, 0xbc, 0x37, 0x81, 0x85, 0xd2, 0x08, 0x08,
+ 0xa2, 0x95, 0x73, 0x0e, 0x1f, 0xcd, 0xb4, 0x13, 0x28, 0x8b, 0x0f, 0x0e,
+ 0xe6, 0x67, 0x33, 0x9b, 0x23, 0x8b, 0x97, 0xe9, 0x7d, 0xec, 0x2b, 0x8b,
+ 0xf1, 0x5c, 0x21, 0x41, 0x6d, 0xed, 0xa0, 0xe5, 0xa5, 0x09, 0xe3, 0xf3,
+ 0x6b, 0xd7, 0x79, 0x66, 0xed, 0x3a, 0xcf, 0xa8, 0x5d, 0xa7, 0x45, 0xed,
+ 0xb0, 0x97, 0xb7, 0xa5, 0x36, 0x3c, 0xbf, 0x7e, 0xdd, 0x67, 0xd6, 0xaf,
+ 0xfb, 0x8c, 0xfa, 0x75, 0x5b, 0xd4, 0x4f, 0x28, 0xff, 0x76, 0x39, 0x50,
+ 0x9e, 0x5f, 0xc7, 0xf0, 0x99, 0x75, 0x0c, 0x9f, 0x51, 0xc7, 0x90, 0xae,
+ 0x23, 0x1c, 0x77, 0x71, 0x5b, 0x71, 0xb0, 0xa6, 0x53, 0xc7, 0xf7, 0x23,
+ 0xcd, 0x68, 0x0d, 0x48, 0xd0, 0x27, 0x9e, 0xf0, 0xe8, 0xe4, 0x9e, 0x35,
+ 0x69, 0x72, 0x9a, 0x78, 0xa5, 0x1f, 0x28, 0xe9, 0xc9, 0x8e, 0x3a, 0x75,
+ 0xe4, 0x57, 0x7e, 0xba, 0xd0, 0x39, 0xcf, 0xc1, 0xab, 0x3f, 0x36, 0x93,
+ 0xd6, 0x80, 0x9a, 0x26, 0x58, 0xe2, 0xc1, 0x1e, 0x04, 0x38, 0x43, 0x53,
+ 0x50, 0xd3, 0x15, 0x95, 0x9c, 0x8c, 0x46, 0x8b, 0xe2, 0x99, 0xc0, 0xc3,
+ 0x93, 0xab, 0x2a, 0xe0, 0xe1, 0x3c, 0x6b, 0x0b, 0x2c, 0xee, 0x06, 0x2a,
+ 0x81, 0x59, 0x7f, 0xb7, 0x06, 0x1e, 0x96, 0x96, 0x68, 0xf2, 0x6a, 0x54,
+ 0x9f, 0x92, 0x65, 0x5a, 0x4b, 0xd4, 0xd3, 0xdb, 0x15, 0x38, 0x9d, 0x8a,
+ 0xc1, 0x43, 0x6a, 0xb0, 0x8c, 0xc0, 0x98, 0x71, 0x53, 0x5e, 0xbf, 0xcc,
+ 0x0b, 0x9e, 0x8f, 0x0e, 0x54, 0xcf, 0x65, 0x6e, 0x93, 0x22, 0x8c, 0x03,
+ 0x52, 0xfb, 0x73, 0xd7, 0x44, 0x42, 0x92, 0xdb, 0xfc, 0xa4, 0x7c, 0x33,
+ 0x0c, 0x9f, 0xbb, 0xbf, 0x19, 0x46, 0x4c, 0x92, 0xdf, 0x8c, 0xa3, 0x26,
+ 0xa3, 0x26, 0xcd, 0xab, 0xc6, 0x3c, 0xf7, 0x2b, 0x74, 0x99, 0xa5, 0xc2,
+ 0x7c, 0x5e, 0xdb, 0x1f, 0xdb, 0xd6, 0x4a, 0x9c, 0x34, 0x58, 0x2b, 0x5a,
+ 0xe5, 0x96, 0xa8, 0x64, 0xe7, 0xa4, 0xc6, 0x39, 0x0b, 0xde, 0x39, 0x45,
+ 0x37, 0x6c, 0xae, 0x11, 0x0b, 0x01, 0x87, 0x89, 0x8d, 0x26, 0x58, 0x0a,
+ 0xc0, 0x81, 0x03, 0x8d, 0x67, 0x1e, 0x7f, 0x80, 0x59, 0x32, 0xc7, 0xc3,
+ 0xfb, 0x73, 0x0a, 0x6e, 0xbc, 0xce, 0xdb, 0xa3, 0xe1, 0xc2, 0x88, 0x42,
+ 0x63, 0x8b, 0xa2, 0x56, 0x68, 0x60, 0xc1, 0x20, 0x6d, 0x17, 0x1c, 0x2e,
+ 0x79, 0x90, 0xd2, 0x0c, 0x6f, 0x8c, 0x56, 0xd0, 0x8c, 0x1c, 0x27, 0xde,
+ 0xcd, 0xaa, 0x48, 0x16, 0xbf, 0xb7, 0xfc, 0x1e, 0x47, 0x6c, 0x6a, 0x8e,
+ 0xf3, 0x9c, 0xed, 0xe4, 0x23, 0xaa, 0x47, 0xe0, 0x0d, 0x1e, 0x1b, 0x83,
+ 0x6d, 0x1b, 0x18, 0x9e, 0x4b, 0x34, 0x80, 0x6d, 0xd9, 0xd0, 0x60, 0x9c,
+ 0xd0, 0x00, 0xb5, 0xae, 0xc1, 0x2b, 0xf4, 0xf7, 0x2a, 0xb9, 0xbd, 0x03,
+ 0x05, 0x16, 0xde, 0xc1, 0x8e, 0x12, 0xf0, 0x5c, 0x1c, 0x83, 0x31, 0xf4,
+ 0x58, 0xde, 0x88, 0xcb, 0x51, 0xc4, 0x59, 0xe1, 0xad, 0x5d, 0x7c, 0x9f,
+ 0xf0, 0x07, 0x20, 0x40, 0x32, 0xbe, 0x59, 0x54, 0x15, 0x50, 0x62, 0x5f,
+ 0xea, 0x03, 0xc1, 0xf6, 0xa5, 0x45, 0x8d, 0xab, 0x8a, 0x6c, 0x14, 0x5b,
+ 0x2f, 0xf6, 0xfe, 0xbe, 0xe0, 0xaf, 0x1e, 0xc0, 0x6e, 0x83, 0xaf, 0xf2,
+ 0x21, 0xe4, 0x38, 0x98, 0x43, 0xd9, 0x8f, 0x22, 0x2f, 0x35, 0x97, 0x7f,
+ 0xc1, 0x4d, 0x0c, 0x0e, 0xc8, 0x0d, 0x9f, 0x7b, 0xf0, 0x99, 0xc7, 0x3c,
+ 0x61, 0x1d, 0x03, 0x26, 0xd5, 0xd3, 0x68, 0xf9, 0x93, 0x79, 0xda, 0x23,
+ 0x1e, 0x62, 0xc8, 0x87, 0x48, 0xf8, 0xf5, 0x01, 0xff, 0x72, 0xe0, 0x78,
+ 0x87, 0x3f, 0xa4, 0x28, 0x78, 0xd9, 0xf8, 0x2c, 0xe0, 0xf2, 0xf4, 0x28,
+ 0x28, 0x36, 0x2b, 0x5b, 0x14, 0xf3, 0xc5, 0x0d, 0x47, 0xbc, 0x61, 0x15,
+ 0x08, 0xa2, 0x25, 0x9c, 0x96, 0xb2, 0x76, 0x62, 0xf5, 0x82, 0x1a, 0x0d,
+ 0xf1, 0xf7, 0x0b, 0xc2, 0xa8, 0x0e, 0x6a, 0x59, 0x68, 0x9c, 0x56, 0xc8,
+ 0x77, 0xb4, 0xb3, 0x83, 0x8c, 0x09, 0x43, 0x9a, 0x70, 0x42, 0xda, 0x3a,
+ 0xcf, 0x03, 0xa4, 0x82, 0xb4, 0x93, 0x48, 0x61, 0x63, 0xa4, 0xb0, 0x5a,
+ 0xa4, 0x6e, 0x0b, 0xa0, 0x6a, 0x91, 0x7a, 0x96, 0x5a, 0xc0, 0xa3, 0x25,
+ 0xfc, 0xb9, 0x0b, 0x6b, 0x33, 0xef, 0x96, 0x6f, 0xa8, 0x9e, 0x35, 0x05,
+ 0x47, 0xba, 0x65, 0x1a, 0x43, 0x28, 0xb3, 0x30, 0xc7, 0xbc, 0x6d, 0x3e,
+ 0x4a, 0x83, 0x55, 0x5a, 0x28, 0xbb, 0x5b, 0xae, 0x4f, 0x6a, 0xcf, 0xc8,
+ 0xb8, 0xc5, 0x69, 0xb1, 0xf0, 0xdf, 0x5d, 0xc7, 0xa9, 0xac, 0xa0, 0x0c,
+ 0x4e, 0xcb, 0x16, 0x0a, 0xda, 0x45, 0x7a, 0x42, 0xb2, 0x3b, 0x5c, 0x0a,
+ 0x8d, 0x01, 0xdb, 0xeb, 0x98, 0x54, 0x4b, 0x6e, 0xe9, 0x6c, 0x61, 0x35,
+ 0x5b, 0x68, 0x96, 0x25, 0xb9, 0xba, 0x75, 0x5c, 0x74, 0x61, 0xc6, 0xe9,
+ 0x12, 0x65, 0x20, 0x0b, 0x84, 0xfc, 0x92, 0x5a, 0x37, 0x92, 0x95, 0x35,
+ 0x54, 0x86, 0x25, 0x52, 0x76, 0xd7, 0x9c, 0xc4, 0x90, 0x85, 0x8b, 0x0e,
+ 0xe3, 0x39, 0x57, 0x2d, 0xaf, 0x7c, 0xb4, 0xc0, 0xe3, 0x2c, 0xf4, 0x68,
+ 0xf2, 0x59, 0x35, 0xfe, 0x29, 0xd2, 0xc3, 0xec, 0xea, 0x2b, 0xb1, 0x4b,
+ 0xdc, 0x38, 0x18, 0x45, 0x8a, 0x7a, 0x37, 0x2f, 0xf3, 0x98, 0x33, 0x68,
+ 0x85, 0x86, 0x76, 0xa1, 0x3d, 0xa2, 0x50, 0x2e, 0xaa, 0x1c, 0x30, 0x7f,
+ 0x46, 0x5b, 0xeb, 0x20, 0x95, 0x97, 0xc9, 0xaf, 0xc1, 0x95, 0xe8, 0x5f,
+ 0xe0, 0x3d, 0x13, 0xcc, 0x4d, 0xab, 0x54, 0xe5, 0xf0, 0x07, 0x16, 0x0c,
+ 0x97, 0xf3, 0xff, 0x19, 0x26, 0x66, 0x79, 0x05, 0x6d, 0xac, 0x6a, 0x44,
+ 0x35, 0x9e, 0x85, 0xcf, 0xe0, 0x05, 0xbf, 0x8d, 0x2f, 0x67, 0x78, 0x7b,
+ 0x02, 0xf7, 0x8d, 0x62, 0x70, 0x65, 0x24, 0x6a, 0xca, 0x26, 0x55, 0x33,
+ 0xe6, 0x68, 0xca, 0xfe, 0xd6, 0xed, 0xa0, 0xe1, 0x4f, 0xb4, 0x79, 0x64,
+ 0xbc, 0x9d, 0x49, 0x8a, 0xd6, 0x7f, 0xb6, 0xe6, 0x18, 0x0d, 0x78, 0x19,
+ 0xd8, 0x4f, 0x6f, 0x15, 0x77, 0xf9, 0x16, 0xc7, 0xcf, 0x7e, 0xea, 0x67,
+ 0x4f, 0x1a, 0xb0, 0x1f, 0xf9, 0xd9, 0x67, 0x4d, 0x4a, 0x2f, 0xe0, 0xf1,
+ 0xed, 0xd2, 0x78, 0xf9, 0x03, 0x9d, 0x5a, 0xf0, 0x77, 0xba, 0x9d, 0x26,
+ 0xcc, 0xc6, 0xeb, 0x60, 0xc5, 0x1c, 0x3d, 0x56, 0x33, 0xc3, 0xb7, 0xcd,
+ 0x2c, 0x57, 0x09, 0xae, 0x3d, 0x01, 0xaa, 0xe1, 0x37, 0x8a, 0x2e, 0xf9,
+ 0xcb, 0x37, 0x3e, 0x7e, 0x7e, 0x69, 0x91, 0xc4, 0x44, 0xd0, 0x85, 0xe7,
+ 0xc9, 0xb5, 0x55, 0x97, 0xdc, 0x4c, 0x00, 0x82, 0x9b, 0xac, 0xbb, 0x47,
+ 0x33, 0xc3, 0xed, 0x72, 0x90, 0xb4, 0x50, 0xcd, 0xd0, 0x51, 0x4d, 0x62,
+ 0x0e, 0xf3, 0xaa, 0x66, 0xe8, 0xaa, 0x26, 0xc1, 0xee, 0x55, 0xcd, 0xd0,
+ 0x55, 0x4d, 0x82, 0xdd, 0xab, 0x9a, 0xa1, 0xab, 0x9a, 0x54, 0xe9, 0xd5,
+ 0xaa, 0x19, 0x36, 0x61, 0xf6, 0xa9, 0x66, 0x35, 0xb3, 0x57, 0x35, 0x43,
+ 0x42, 0x35, 0x7d, 0xfc, 0x94, 0x6a, 0x86, 0x84, 0x6a, 0x12, 0xfc, 0x75,
+ 0xaa, 0x59, 0x2d, 0x7d, 0x9d, 0x6a, 0x12, 0xdc, 0x1e, 0xd5, 0x14, 0xab,
+ 0x61, 0x63, 0xf5, 0x13, 0xfc, 0x88, 0x5a, 0x4a, 0xdc, 0xb7, 0x9a, 0x8b,
+ 0x26, 0x56, 0xa8, 0x75, 0xdb, 0x6a, 0x4d, 0xc7, 0xf2, 0xa2, 0x95, 0x26,
+ 0x08, 0xb7, 0xb7, 0xb8, 0x81, 0xb3, 0x6e, 0x83, 0x79, 0x18, 0x15, 0x05,
+ 0x38, 0x45, 0xf9, 0x31, 0x18, 0x82, 0x71, 0xd3, 0x2a, 0x2a, 0x8c, 0x70,
+ 0x4c, 0x37, 0x3c, 0x5b, 0xc9, 0x2e, 0xc9, 0x95, 0x09, 0xe6, 0xf6, 0x96,
+ 0xf3, 0x7c, 0xf4, 0x1e, 0x88, 0xdc, 0xf0, 0x09, 0xf7, 0x80, 0x45, 0xc7,
+ 0x4f, 0x90, 0xa8, 0xdc, 0xcb, 0xf9, 0x51, 0x72, 0x8f, 0xbe, 0x06, 0x46,
+ 0x69, 0x3c, 0x9f, 0x27, 0xd3, 0x24, 0xc6, 0x08, 0x41, 0xc8, 0x2e, 0xb2,
+ 0x30, 0x47, 0xb7, 0x08, 0x57, 0xa2, 0xc3, 0xf3, 0x09, 0xf5, 0xa3, 0x52,
+ 0x4a, 0xe7, 0xcc, 0x2f, 0xc9, 0x4b, 0x4e, 0xf9, 0xf9, 0x57, 0x81, 0x2b,
+ 0xac, 0xad, 0x41, 0xc9, 0xc5, 0xbf, 0xc1, 0x9f, 0xa1, 0x06, 0x78, 0x59,
+ 0xe2, 0xc3, 0x30, 0x2d, 0x38, 0xc4, 0xd2, 0xc3, 0xf4, 0xc2, 0x1e, 0xd9,
+ 0xac, 0xf2, 0x02, 0xe6, 0x19, 0x98, 0x9a, 0x55, 0x28, 0x05, 0x2b, 0x1e,
+ 0xb1, 0x35, 0x84, 0x26, 0xd7, 0x82, 0x25, 0xac, 0xf5, 0x68, 0xaa, 0x21,
+ 0xe8, 0x0f, 0x30, 0xa2, 0xa7, 0x84, 0x5d, 0x35, 0x9f, 0x83, 0xcb, 0x16,
+ 0x76, 0xe4, 0x2f, 0x67, 0xe9, 0xa6, 0xf2, 0x3b, 0x93, 0xa6, 0x8b, 0x59,
+ 0xce, 0xdd, 0x0d, 0x41, 0xdd, 0x89, 0xdc, 0x05, 0x4d, 0xda, 0x82, 0xba,
+ 0xd3, 0xbb, 0x0b, 0x3a, 0x6b, 0x0b, 0x6a, 0xfa, 0x25, 0x71, 0x01, 0xb5,
+ 0xf9, 0xb7, 0x29, 0xa2, 0x31, 0x11, 0x13, 0x88, 0xe5, 0x8c, 0xdc, 0x54,
+ 0x1b, 0x7e, 0x87, 0xdf, 0x64, 0xf6, 0xcf, 0x4b, 0xfc, 0xca, 0xfc, 0x4b,
+ 0x70, 0x2a, 0xfe, 0x3e, 0x12, 0x7f, 0xf3, 0x4e, 0xff, 0xdd, 0x2b, 0xc3,
+ 0x7b, 0xe8, 0x2a, 0xce, 0x6e, 0x9f, 0xae, 0x9f, 0xf2, 0x22, 0x5e, 0xe6,
+ 0xda, 0xec, 0x04, 0xfb, 0xfc, 0xea, 0x69, 0x40, 0xbd, 0x05, 0x29, 0x27,
+ 0x3d, 0xdb, 0x30, 0xd8, 0x0a, 0x43, 0x87, 0xb6, 0xc1, 0x54, 0x14, 0xa6,
+ 0xd3, 0x72, 0x92, 0x13, 0x8e, 0x33, 0x88, 0xd8, 0x77, 0x3a, 0xc3, 0x09,
+ 0x11, 0x1c, 0xe6, 0x3e, 0xcf, 0x79, 0xf2, 0x55, 0x3c, 0x4d, 0xd6, 0x59,
+ 0x3a, 0x8d, 0x30, 0x94, 0x90, 0x1f, 0x50, 0x99, 0x33, 0xfd, 0xfc, 0xe2,
+ 0xe7, 0xe0, 0x0b, 0xba, 0x1e, 0x99, 0x33, 0xd0, 0xff, 0xd8, 0x44, 0x2b,
+ 0x38, 0x5c, 0x8d, 0xf1, 0xa0, 0xaa, 0x00, 0x5f, 0x16, 0x59, 0x0e, 0x5e,
+ 0xc7, 0x83, 0x08, 0x1e, 0x85, 0x2c, 0x16, 0x4f, 0x81, 0x08, 0xb0, 0x15,
+ 0xc0, 0x33, 0xa7, 0x15, 0x7f, 0x74, 0x04, 0xaf, 0x39, 0x53, 0xfc, 0xbe,
+ 0x15, 0x77, 0xe8, 0xdf, 0xe0, 0x21, 0xc6, 0x17, 0x5b, 0x0c, 0xba, 0x78,
+ 0x80, 0x50, 0x04, 0xdc, 0xe5, 0x44, 0xb0, 0x82, 0xe7, 0x46, 0xd1, 0x42,
+ 0x19, 0xdd, 0x04, 0x77, 0x71, 0x16, 0x2b, 0x6e, 0x88, 0xef, 0xf0, 0x93,
+ 0x34, 0xee, 0x4a, 0x85, 0x4f, 0x86, 0x87, 0xbb, 0x98, 0x35, 0x74, 0x16,
+ 0xdf, 0xa7, 0x8b, 0x0d, 0x7c, 0xeb, 0x7e, 0x0a, 0xf0, 0x9b, 0xc7, 0xc4,
+ 0xd6, 0x5a, 0xe4, 0x8b, 0x45, 0x94, 0x73, 0xcb, 0xe9, 0x64, 0x91, 0xca,
+ 0x06, 0x42, 0xcf, 0x97, 0x48, 0x76, 0x15, 0xdf, 0xa3, 0xf1, 0xb4, 0x71,
+ 0x05, 0xa3, 0xf5, 0x4d, 0x70, 0x0b, 0xc1, 0x2b, 0xb1, 0x10, 0xf8, 0x6a,
+ 0xe4, 0xf9, 0x2f, 0xec, 0xf7, 0x15, 0xfc, 0x6c, 0xd6, 0xa0, 0x3e, 0x58,
+ 0x5e, 0xa3, 0x29, 0x3f, 0x0c, 0x02, 0xdc, 0x31, 0x24, 0xa0, 0x29, 0x5d,
+ 0xc3, 0x9e, 0x22, 0xf5, 0x8b, 0xc7, 0xd4, 0x00, 0x47, 0xf7, 0x9f, 0x85,
+ 0xd7, 0x15, 0x84, 0xa0, 0x4e, 0xb1, 0x91, 0xe8, 0x9a, 0xbf, 0xbb, 0xe2,
+ 0x57, 0xf2, 0x8c, 0xf9, 0x73, 0x9e, 0x13, 0x9e, 0xe6, 0xed, 0x2f, 0x03,
+ 0xec, 0x6a, 0x45, 0x57, 0xc0, 0xbb, 0x7a, 0xd3, 0xbf, 0xcb, 0xd6, 0x03,
+ 0x54, 0x86, 0x01, 0xf9, 0xdd, 0xd6, 0xeb, 0xc5, 0x59, 0xe0, 0x5c, 0x28,
+ 0xed, 0x95, 0xf3, 0x14, 0xa9, 0x3e, 0xde, 0x4c, 0xc7, 0x22, 0xf2, 0xe1,
+ 0x73, 0xe0, 0x72, 0x36, 0x00, 0xb8, 0x57, 0x09, 0x09, 0x78, 0xcd, 0x53,
+ 0x1a, 0x01, 0xd2, 0x4d, 0x2d, 0x2f, 0x08, 0x5c, 0xaf, 0x5d, 0xc4, 0x78,
+ 0xff, 0xd5, 0xc4, 0x74, 0x7c, 0xe0, 0x9b, 0x5d, 0xa8, 0x97, 0x08, 0xfa,
+ 0xa7, 0x7c, 0xfa, 0xb0, 0xf2, 0x40, 0xff, 0x4a, 0x27, 0x3f, 0xaf, 0xbe,
+ 0xa7, 0xde, 0x9f, 0x24, 0xe0, 0xba, 0x02, 0x69, 0x94, 0xc6, 0xb3, 0x5c,
+ 0x96, 0xa8, 0x94, 0xde, 0x3e, 0xe3, 0xf4, 0x87, 0x58, 0x2a, 0xb2, 0x68,
+ 0x95, 0x2f, 0x13, 0xb4, 0x5e, 0xc4, 0x03, 0x56, 0x22, 0xee, 0x4f, 0x92,
+ 0x33, 0x7d, 0x1e, 0x5e, 0xf5, 0x83, 0xbe, 0x50, 0x9e, 0x40, 0xfd, 0xd9,
+ 0xe6, 0x4e, 0x00, 0xa1, 0x60, 0x6e, 0x60, 0xfa, 0xbe, 0xbf, 0x7d, 0x2b,
+ 0xa5, 0xe8, 0xbc, 0xef, 0xbe, 0xdb, 0xd3, 0x7e, 0x87, 0xef, 0xc3, 0x77,
+ 0xe1, 0xa0, 0xfc, 0xdd, 0x7d, 0xdf, 0x79, 0xd7, 0xef, 0x94, 0xbf, 0x7b,
+ 0xec, 0xf7, 0xee, 0x6e, 0xf9, 0xbb, 0xff, 0x7e, 0xf7, 0xdd, 0x5e, 0x97,
+ 0x94, 0xe9, 0xf0, 0xfc, 0x4b, 0x70, 0xdc, 0xdd, 0x0d, 0x7e, 0x89, 0x59,
+ 0x05, 0x6e, 0x83, 0xb0, 0xb7, 0xfb, 0xaa, 0x85, 0x4c, 0xa1, 0x29, 0xd3,
+ 0x6e, 0x68, 0xca, 0xd4, 0x0d, 0xab, 0x65, 0xda, 0xef, 0x34, 0x92, 0x69,
+ 0xd0, 0x46, 0xa6, 0xfd, 0xae, 0xd5, 0x4e, 0xbb, 0xa6, 0x4c, 0xbd, 0xdd,
+ 0x6f, 0x90, 0x69, 0xb0, 0x73, 0xdc, 0x1b, 0x48, 0xb9, 0x54, 0x27, 0xd6,
+ 0xc8, 0xd4, 0x7b, 0x17, 0x5a, 0x32, 0xf5, 0xad, 0x76, 0x1a, 0x0c, 0x4c,
+ 0x99, 0xc2, 0x50, 0x97, 0x09, 0x64, 0xac, 0x95, 0xe9, 0x2f, 0x27, 0xa6,
+ 0x52, 0xd5, 0xcb, 0xd4, 0x31, 0x65, 0xea, 0x1d, 0xd4, 0xc8, 0xd4, 0x6b,
+ 0x2e, 0x13, 0x97, 0x67, 0x60, 0x2b, 0xb9, 0x2b, 0xd3, 0xc0, 0x94, 0xa9,
+ 0x6b, 0xe9, 0x78, 0xdf, 0xea, 0xbb, 0xc1, 0x9e, 0x25, 0x53, 0xd7, 0x96,
+ 0xa9, 0xfc, 0x3d, 0x80, 0xbe, 0xec, 0xd3, 0x32, 0x5e, 0xfd, 0x65, 0xe7,
+ 0xe4, 0xea, 0x7a, 0x67, 0x7f, 0xd0, 0x5a, 0xc6, 0xee, 0xbb, 0x81, 0xd5,
+ 0x97, 0x1d, 0xab, 0xdd, 0xfa, 0x3d, 0x4b, 0xc6, 0x4e, 0xb5, 0x8c, 0x7b,
+ 0x7b, 0xa4, 0x8c, 0xe7, 0x49, 0x54, 0x44, 0xc1, 0xc7, 0xe1, 0xce, 0xc7,
+ 0xc3, 0x9d, 0x8f, 0xa3, 0x56, 0x7d, 0xdb, 0x7d, 0xd7, 0xe9, 0xe9, 0x32,
+ 0x76, 0xde, 0xed, 0x5b, 0x32, 0x76, 0xbb, 0xcf, 0x1a, 0x03, 0x42, 0xa6,
+ 0x43, 0xb7, 0xd5, 0x1a, 0xb4, 0xdb, 0xde, 0xc0, 0x1a, 0x97, 0x7b, 0x56,
+ 0xdf, 0xf6, 0xad, 0x76, 0x1b, 0xd4, 0xf4, 0x6d, 0xaf, 0x4a, 0xc6, 0xd1,
+ 0xf3, 0x64, 0xec, 0xb4, 0xeb, 0xdb, 0xce, 0x7e, 0x8d, 0x8c, 0xf4, 0x9c,
+ 0xfb, 0x91, 0x7d, 0x25, 0xd8, 0x92, 0xb2, 0xdb, 0xdf, 0xfd, 0x4f, 0x47,
+ 0xcc, 0x5a, 0x19, 0xf7, 0x77, 0x4d, 0x19, 0xbb, 0xf6, 0x5c, 0x62, 0xcd,
+ 0xb9, 0x7a, 0x3b, 0x93, 0xfa, 0x47, 0x87, 0xd1, 0x1b, 0xa7, 0x4f, 0x4c,
+ 0x8e, 0x60, 0xd4, 0x1f, 0xe8, 0x2d, 0xd8, 0x70, 0x0e, 0xee, 0xec, 0x99,
+ 0xfa, 0x77, 0x60, 0x8d, 0xe3, 0xee, 0x81, 0xa5, 0x7f, 0x5d, 0x4b, 0xff,
+ 0x42, 0xa7, 0x4c, 0x2c, 0xd7, 0xfc, 0x36, 0xc3, 0x84, 0x41, 0x2b, 0xaa,
+ 0x14, 0x5e, 0xff, 0x70, 0x3c, 0x53, 0x78, 0xf6, 0x51, 0xeb, 0x9b, 0xc2,
+ 0xf7, 0xf6, 0x2d, 0x25, 0xd8, 0x33, 0x85, 0x3f, 0x08, 0xad, 0x06, 0xee,
+ 0x7a, 0x84, 0xef, 0xd3, 0xda, 0x21, 0x84, 0x3f, 0x3e, 0x24, 0xa4, 0xaf,
+ 0xd5, 0x8e, 0x7e, 0xaf, 0x5a, 0xf8, 0xee, 0x7e, 0x4d, 0xcb, 0xef, 0x37,
+ 0x14, 0x7e, 0x77, 0x50, 0x23, 0x7c, 0xf8, 0xb7, 0x16, 0x9e, 0xb5, 0xf4,
+ 0xbe, 0x29, 0xfc, 0x5e, 0xcf, 0x14, 0x7e, 0x30, 0x78, 0x96, 0xf0, 0x57,
+ 0x9d, 0x7e, 0xcf, 0x59, 0xa1, 0xd5, 0xaa, 0x4d, 0xd8, 0xb7, 0x74, 0xde,
+ 0x5a, 0x9f, 0x75, 0xeb, 0xd6, 0x67, 0xf4, 0xb7, 0x4a, 0xc8, 0xf4, 0xa5,
+ 0x4f, 0x2c, 0x1a, 0x6b, 0x65, 0xea, 0xdb, 0xaa, 0x6c, 0xcb, 0x64, 0x6b,
+ 0x83, 0xfd, 0x1d, 0xa8, 0x91, 0x69, 0xff, 0x19, 0x32, 0x85, 0x07, 0x66,
+ 0x3b, 0xd9, 0xdf, 0xa6, 0xb0, 0x46, 0xa6, 0xbd, 0xfd, 0x2a, 0x99, 0x3e,
+ 0x77, 0x06, 0xbb, 0xcf, 0x98, 0x53, 0xad, 0x6f, 0x7a, 0xd7, 0x6a, 0xa7,
+ 0x81, 0x35, 0x5f, 0x75, 0xeb, 0xbe, 0xe9, 0x07, 0x5e, 0xdb, 0x88, 0x93,
+ 0x34, 0x7b, 0x88, 0xb2, 0x19, 0xdf, 0x66, 0x8b, 0xed, 0xb0, 0x2d, 0x9e,
+ 0x97, 0xb9, 0x93, 0x17, 0xc8, 0xc8, 0x58, 0x4a, 0xf9, 0x61, 0xb3, 0x65,
+ 0x01, 0xe0, 0xe3, 0x34, 0x73, 0x67, 0x18, 0xae, 0x66, 0x0e, 0x6b, 0xe8,
+ 0x61, 0x0d, 0x4d, 0xd6, 0x6e, 0xe6, 0xb2, 0x76, 0x3d, 0xac, 0x5d, 0x93,
+ 0xb5, 0xc7, 0xf6, 0xfc, 0x36, 0x6b, 0xcf, 0xc3, 0xda, 0x33, 0x59, 0xfb,
+ 0x04, 0x6b, 0xdf, 0xc3, 0xda, 0x37, 0x59, 0x07, 0x04, 0xeb, 0xc0, 0xc3,
+ 0x3a, 0x30, 0x59, 0xf7, 0x08, 0xd6, 0x3d, 0x0f, 0xeb, 0x9e, 0xc9, 0xba,
+ 0x4f, 0xb0, 0xee, 0x7b, 0x58, 0xf7, 0xbd, 0xbb, 0x6c, 0xfb, 0xa8, 0xcc,
+ 0x35, 0x30, 0xb2, 0xb6, 0xe4, 0x2f, 0xca, 0xf8, 0x9e, 0x6c, 0xe7, 0x2f,
+ 0x83, 0x79, 0x4a, 0x62, 0x90, 0x44, 0x6d, 0x9e, 0xf5, 0x22, 0xa7, 0xd1,
+ 0xea, 0xc3, 0x03, 0x5c, 0x41, 0xcb, 0x00, 0x5f, 0xa3, 0xe1, 0x47, 0x43,
+ 0xd7, 0x3e, 0xc7, 0xd9, 0x4d, 0x9a, 0xc7, 0xc1, 0x08, 0xed, 0xb5, 0x82,
+ 0x7b, 0xfe, 0x13, 0x36, 0xeb, 0xfa, 0xcd, 0x43, 0x52, 0x64, 0x18, 0xbd,
+ 0x17, 0x8f, 0x19, 0x0e, 0xa3, 0xcd, 0xec, 0xca, 0x8a, 0x05, 0x3a, 0x5c,
+ 0x80, 0x31, 0x08, 0x38, 0xea, 0x3c, 0x44, 0x83, 0x10, 0x46, 0x26, 0x7e,
+ 0x38, 0xd2, 0x84, 0xf8, 0x90, 0x5d, 0xc6, 0x00, 0xab, 0x90, 0x07, 0xbc,
+ 0x6e, 0x95, 0xf2, 0x84, 0x7e, 0x81, 0xc2, 0x86, 0x12, 0x85, 0xb4, 0x48,
+ 0x18, 0x0f, 0x14, 0xcf, 0x54, 0xd8, 0xbf, 0xcc, 0xd7, 0xde, 0x2c, 0x2d,
+ 0x83, 0x77, 0x95, 0xb1, 0x79, 0x0d, 0x62, 0x1e, 0xad, 0xd8, 0x1c, 0x0f,
+ 0x10, 0xba, 0xd0, 0x62, 0xb1, 0x22, 0x1a, 0xda, 0x2c, 0xb3, 0x28, 0xbf,
+ 0xd3, 0x5d, 0xe0, 0x01, 0xbd, 0x38, 0x1b, 0xd2, 0x49, 0x93, 0x55, 0x9c,
+ 0x15, 0x49, 0x24, 0x0f, 0x27, 0xd1, 0xda, 0x77, 0xb3, 0x4a, 0xc4, 0xb9,
+ 0x6a, 0xb2, 0xdc, 0xd8, 0x0c, 0xe2, 0x4c, 0xec, 0x78, 0xba, 0x39, 0x8f,
+ 0x72, 0x38, 0x4e, 0x85, 0x68, 0x7d, 0x45, 0x8a, 0xad, 0x8e, 0x07, 0x64,
+ 0xd3, 0xcd, 0x12, 0x33, 0x8e, 0x6f, 0x8b, 0x71, 0x6a, 0xf5, 0x3a, 0xc5,
+ 0xc5, 0xbd, 0x59, 0x47, 0xb3, 0x19, 0xd8, 0xa4, 0x31, 0x08, 0x07, 0xe0,
+ 0x30, 0x02, 0xdf, 0x96, 0x76, 0x0b, 0x67, 0x69, 0x34, 0x9b, 0x46, 0xe8,
+ 0xb7, 0x0b, 0x03, 0xe3, 0x02, 0xd2, 0x11, 0xac, 0xe0, 0x55, 0x8e, 0xd1,
+ 0xee, 0x2a, 0x15, 0x6c, 0x33, 0x96, 0x11, 0x98, 0x34, 0x17, 0x51, 0xb2,
+ 0xc8, 0x83, 0xc8, 0xa4, 0xf3, 0xb8, 0x7d, 0x12, 0x2e, 0x92, 0x67, 0xa5,
+ 0xe7, 0x27, 0x56, 0xde, 0x0e, 0x75, 0x58, 0xa8, 0x84, 0xb9, 0x51, 0x72,
+ 0x94, 0xe7, 0x86, 0x9f, 0x95, 0xee, 0x8d, 0x1f, 0x8d, 0xb9, 0x5d, 0x32,
+ 0xcd, 0xa0, 0x06, 0x22, 0xcc, 0xac, 0x5e, 0xcb, 0x4f, 0x8c, 0x89, 0x5f,
+ 0xdf, 0x8d, 0x1f, 0x8c, 0xa3, 0x25, 0x78, 0xa7, 0x69, 0x35, 0x20, 0x1c,
+ 0x87, 0xcb, 0x62, 0xa0, 0xed, 0x86, 0x3c, 0xc7, 0xd0, 0x64, 0x9e, 0xa4,
+ 0xe9, 0x47, 0xb6, 0xc9, 0xe3, 0x79, 0x22, 0xe4, 0x0b, 0x0f, 0x6e, 0x8c,
+ 0xcb, 0x11, 0x10, 0x4a, 0x9c, 0x52, 0x15, 0x70, 0x52, 0x26, 0xdc, 0xaf,
+ 0x30, 0x01, 0xaf, 0x17, 0x71, 0xbc, 0xe6, 0x8e, 0x57, 0xce, 0xeb, 0x5d,
+ 0xd9, 0x82, 0xf5, 0xcf, 0x1c, 0x0e, 0xdf, 0xe5, 0xf1, 0xa2, 0xaa, 0xdf,
+ 0x88, 0x65, 0x51, 0x5a, 0xc6, 0xb4, 0x84, 0x66, 0x60, 0xca, 0xe1, 0x8e,
+ 0x39, 0xf1, 0xf0, 0x47, 0x8e, 0x3b, 0xf7, 0xbc, 0x91, 0x93, 0x59, 0x09,
+ 0x12, 0xd2, 0x4c, 0x66, 0x73, 0x9c, 0x9d, 0x10, 0x6e, 0x59, 0x45, 0x7e,
+ 0x4e, 0x32, 0x38, 0xdb, 0xe7, 0x81, 0x2b, 0x27, 0x18, 0x18, 0x91, 0x72,
+ 0xeb, 0x0b, 0xf2, 0x58, 0xc6, 0x10, 0x90, 0xc4, 0x9d, 0x0f, 0xa1, 0xdf,
+ 0x40, 0x0b, 0xaa, 0x33, 0x49, 0x9c, 0xf1, 0xcc, 0xa9, 0x43, 0x82, 0x3a,
+ 0xf4, 0x52, 0x77, 0x09, 0xea, 0xae, 0x97, 0xba, 0x47, 0x50, 0xf7, 0xbc,
+ 0xd4, 0x7d, 0x82, 0xba, 0xef, 0xa5, 0x1e, 0x10, 0xd4, 0x03, 0x2f, 0xf5,
+ 0x1e, 0x41, 0xbd, 0xe7, 0xa5, 0xde, 0x27, 0xa8, 0xf7, 0x81, 0xba, 0xaa,
+ 0xb3, 0x6e, 0x9e, 0x8a, 0xd8, 0xd3, 0x5d, 0x87, 0x2c, 0xcb, 0x34, 0x51,
+ 0xa5, 0x7a, 0x08, 0x00, 0x6a, 0x88, 0xc2, 0x26, 0x44, 0xdd, 0x26, 0x44,
+ 0xbd, 0x26, 0x44, 0xfd, 0x26, 0x44, 0x83, 0x26, 0x44, 0x7b, 0x4d, 0x88,
+ 0xf6, 0x39, 0x51, 0x65, 0x23, 0x27, 0x85, 0xaf, 0x8d, 0x93, 0xa2, 0x41,
+ 0x13, 0x27, 0x85, 0xeb, 0xb0, 0x8e, 0x6e, 0xe7, 0x86, 0x94, 0xdd, 0xc6,
+ 0x94, 0xbd, 0xc6, 0x94, 0xfd, 0xc6, 0x94, 0x83, 0xc6, 0x94, 0x7b, 0x8d,
+ 0x29, 0xf7, 0x35, 0xca, 0xaa, 0xae, 0x10, 0x4e, 0x1f, 0x3c, 0xdd, 0x21,
+ 0x5f, 0x18, 0xbc, 0xce, 0xe3, 0xe9, 0x9b, 0xfa, 0x8e, 0x29, 0x5c, 0x5f,
+ 0x11, 0x64, 0xb7, 0x34, 0xa3, 0xeb, 0x36, 0xa4, 0xeb, 0x35, 0xa4, 0xeb,
+ 0x37, 0xa4, 0x1b, 0x34, 0xa4, 0xdb, 0x6b, 0x48, 0xb7, 0xaf, 0xe8, 0xaa,
+ 0x3a, 0x62, 0x16, 0xcf, 0xa3, 0xcd, 0xc2, 0xd7, 0x11, 0x47, 0x3c, 0x37,
+ 0xb8, 0x87, 0x5b, 0xfc, 0xfa, 0x8e, 0x10, 0x60, 0x4e, 0xdc, 0x12, 0xb2,
+ 0x37, 0x5a, 0x10, 0x77, 0xdb, 0x10, 0xf7, 0xda, 0x10, 0xf7, 0xdb, 0x10,
+ 0x0f, 0xda, 0x10, 0xef, 0xb5, 0x21, 0xde, 0x37, 0x89, 0x2b, 0x3a, 0x4c,
+ 0x5e, 0x12, 0xf3, 0x34, 0x61, 0x29, 0x75, 0x89, 0x81, 0x20, 0x9d, 0x0d,
+ 0x16, 0xb1, 0x24, 0xa8, 0xca, 0x15, 0x93, 0xac, 0x3f, 0x3f, 0x29, 0xaa,
+ 0xb2, 0x4b, 0xad, 0xf4, 0x92, 0x88, 0x4a, 0x1a, 0x3b, 0xc6, 0xd9, 0x28,
+ 0xca, 0x30, 0x84, 0xf3, 0x51, 0x00, 0xff, 0x0a, 0xce, 0xd2, 0xdb, 0x5b,
+ 0xcb, 0x25, 0xd5, 0x0f, 0xb8, 0x1e, 0x65, 0xf4, 0x39, 0xac, 0xd1, 0x19,
+ 0x21, 0xfa, 0x90, 0x5e, 0xc3, 0xab, 0x33, 0xb6, 0xbf, 0x94, 0x66, 0x07,
+ 0x9f, 0xae, 0x0f, 0xc1, 0x8e, 0x68, 0x85, 0xf1, 0x15, 0x08, 0x7e, 0x91,
+ 0x97, 0x03, 0x00, 0x83, 0x79, 0x4a, 0x37, 0x59, 0x70, 0x39, 0x32, 0xb1,
+ 0x6e, 0x9e, 0x00, 0x86, 0x5a, 0x2c, 0x0a, 0xf1, 0xe4, 0xee, 0x25, 0xc9,
+ 0xaf, 0x51, 0x70, 0x62, 0xb7, 0xc3, 0x28, 0x17, 0x58, 0x87, 0x40, 0x6e,
+ 0xe0, 0xe0, 0x0f, 0xaf, 0x27, 0xab, 0x9c, 0x32, 0x91, 0xa2, 0x79, 0x74,
+ 0x2f, 0x7e, 0xf9, 0x6c, 0x9c, 0x25, 0x90, 0x7a, 0x66, 0xfa, 0x4d, 0x2b,
+ 0x16, 0xf1, 0x3e, 0xfb, 0x03, 0x2e, 0x04, 0xcf, 0x8e, 0xe1, 0x5f, 0xe4,
+ 0x1c, 0xca, 0xb3, 0x82, 0xd1, 0x5d, 0xb2, 0x0e, 0xf8, 0x35, 0xaf, 0xc0,
+ 0x15, 0xec, 0x93, 0x69, 0x1e, 0x50, 0x0c, 0x7a, 0x5c, 0x73, 0x41, 0xaa,
+ 0x82, 0x9a, 0x1b, 0x0c, 0x86, 0x03, 0x41, 0x45, 0xbb, 0xb4, 0x9c, 0x0d,
+ 0xb2, 0x85, 0xbc, 0x44, 0x56, 0xfe, 0x23, 0xd9, 0x62, 0x3f, 0x2e, 0x82,
+ 0xbb, 0x08, 0x9c, 0xcb, 0x60, 0x30, 0x13, 0x41, 0x31, 0x91, 0x14, 0x93,
+ 0xbb, 0xc8, 0x74, 0xed, 0xa6, 0xa1, 0xe4, 0x7a, 0x50, 0x2b, 0x9d, 0x39,
+ 0x57, 0x91, 0xd1, 0x9c, 0x67, 0x2b, 0x57, 0x71, 0xa2, 0x36, 0x91, 0x2c,
+ 0x7b, 0x39, 0x9b, 0xa0, 0x08, 0x13, 0x21, 0xb3, 0xde, 0xb8, 0x0f, 0xc9,
+ 0x3c, 0xa9, 0x89, 0x76, 0x32, 0x36, 0x3c, 0xce, 0x04, 0xd0, 0xa1, 0x10,
+ 0x83, 0x38, 0xe2, 0x6a, 0x14, 0x4c, 0xc1, 0x69, 0x22, 0xa8, 0x18, 0x9a,
+ 0xc4, 0xc7, 0xf3, 0x39, 0x34, 0xbd, 0xb1, 0xdd, 0x99, 0x4e, 0x61, 0xb7,
+ 0xc3, 0xa3, 0x54, 0x5c, 0x5f, 0x83, 0xc9, 0xe7, 0xd6, 0x16, 0x94, 0xcb,
+ 0x33, 0x2e, 0x21, 0xfd, 0x3a, 0x37, 0xd7, 0x97, 0x06, 0xcf, 0x3a, 0xca,
+ 0xf3, 0x87, 0x14, 0xb5, 0xd1, 0x62, 0xbb, 0x14, 0x39, 0x7a, 0x8d, 0x96,
+ 0x29, 0xab, 0x7b, 0x9a, 0xe1, 0x6d, 0x7f, 0xe9, 0x0d, 0x1f, 0xb7, 0x78,
+ 0xe9, 0x0a, 0xde, 0x44, 0xd0, 0x8e, 0x34, 0xa5, 0x93, 0xcd, 0x15, 0x3e,
+ 0x40, 0x2b, 0x83, 0x12, 0x89, 0xfd, 0x23, 0x64, 0x8a, 0xbc, 0xab, 0xf5,
+ 0xb2, 0x8c, 0x3a, 0x64, 0x58, 0x40, 0x60, 0x04, 0x36, 0xbd, 0xd4, 0x4d,
+ 0x6c, 0x1a, 0xf9, 0xbd, 0xf4, 0x6c, 0x70, 0xb3, 0x9d, 0xb9, 0x4d, 0x8a,
+ 0x3e, 0x77, 0x73, 0x3c, 0x15, 0xb9, 0x2d, 0xfd, 0xaa, 0xb3, 0xc4, 0xe1,
+ 0xe2, 0x96, 0xd5, 0xae, 0xb8, 0x5b, 0xea, 0x65, 0x63, 0x28, 0x89, 0x5b,
+ 0xfe, 0xec, 0xec, 0x08, 0xfe, 0xdd, 0xb0, 0x58, 0xe4, 0xc3, 0x41, 0x68,
+ 0x7e, 0x07, 0x65, 0x60, 0x0a, 0xa5, 0xf0, 0x48, 0x68, 0x7b, 0x8e, 0x9d,
+ 0x49, 0x9f, 0x99, 0x18, 0x4f, 0x49, 0x04, 0x77, 0x5a, 0xfd, 0x95, 0x9b,
+ 0x58, 0xa0, 0x61, 0x1b, 0x57, 0x8e, 0xa9, 0xe5, 0x51, 0xf2, 0x94, 0xbf,
+ 0x99, 0x67, 0xf3, 0x66, 0xba, 0x81, 0x38, 0x28, 0x2e, 0x87, 0x8c, 0xdb,
+ 0x04, 0xbe, 0x2e, 0x44, 0x36, 0x38, 0xe8, 0x14, 0x8c, 0x68, 0x60, 0xc7,
+ 0xd3, 0x3d, 0xef, 0x9c, 0xaf, 0x37, 0x8c, 0x90, 0x75, 0xd9, 0xac, 0x0d,
+ 0xba, 0x62, 0xfa, 0x56, 0x7c, 0xe9, 0x06, 0xdb, 0x87, 0x3f, 0x96, 0xcb,
+ 0x41, 0xb2, 0x18, 0xad, 0x81, 0xd3, 0x64, 0x61, 0x3a, 0xf0, 0x16, 0x1e,
+ 0x9b, 0x5f, 0x5d, 0x24, 0x8b, 0xd2, 0xe9, 0x37, 0xcf, 0x32, 0x7d, 0x76,
+ 0xb2, 0x7c, 0xcb, 0xe3, 0xb8, 0xd8, 0xaf, 0xad, 0xc1, 0x2c, 0x32, 0xd8,
+ 0xda, 0x72, 0xa0, 0xeb, 0xd8, 0xb9, 0x3a, 0x30, 0x4e, 0x97, 0xd5, 0xd6,
+ 0x0b, 0x8d, 0xc0, 0x78, 0x87, 0x69, 0xc0, 0x6a, 0xcf, 0x92, 0x8d, 0x69,
+ 0x56, 0xbc, 0xd4, 0x4f, 0x75, 0x5a, 0xfe, 0x42, 0x57, 0xc5, 0xaf, 0x5c,
+ 0x26, 0xab, 0x8b, 0xb2, 0x88, 0x21, 0x64, 0xa2, 0x3b, 0x02, 0xe2, 0x43,
+ 0x06, 0x67, 0x86, 0xa9, 0xa7, 0xd8, 0x6d, 0x71, 0x2e, 0x74, 0xe1, 0x88,
+ 0xeb, 0x6d, 0x8b, 0x92, 0xbb, 0x74, 0xe4, 0x16, 0xa0, 0x40, 0x20, 0xb4,
+ 0x06, 0x44, 0x38, 0x74, 0x33, 0x1b, 0x95, 0x7d, 0x8f, 0xa7, 0x71, 0x39,
+ 0xab, 0x5f, 0x34, 0xee, 0x0e, 0x4d, 0x04, 0xc3, 0xe9, 0x7a, 0x40, 0x37,
+ 0xbb, 0xe1, 0x86, 0x5d, 0xf9, 0x29, 0x75, 0xe4, 0xc5, 0x8e, 0xdd, 0xda,
+ 0xfa, 0x15, 0xee, 0x1f, 0xb6, 0x31, 0x18, 0x98, 0x23, 0x91, 0x6b, 0x0d,
+ 0xe6, 0x53, 0xcf, 0x26, 0x48, 0x56, 0xa8, 0xcb, 0xb8, 0xb8, 0xc1, 0x49,
+ 0x04, 0xa6, 0x4d, 0x2d, 0xd0, 0xa2, 0x8c, 0xa4, 0x18, 0xc8, 0x19, 0xc6,
+ 0x74, 0x78, 0xb6, 0x04, 0x63, 0xc4, 0xc5, 0x13, 0x0f, 0xd3, 0x84, 0x4f,
+ 0x66, 0x55, 0x50, 0x3a, 0xf6, 0x41, 0xc2, 0x61, 0x0e, 0x4f, 0x21, 0xdf,
+ 0x99, 0x5c, 0xe9, 0xbc, 0xe0, 0x79, 0xba, 0x4e, 0x61, 0xf0, 0xc6, 0xab,
+ 0xf8, 0x1e, 0x0b, 0x72, 0xb4, 0xc9, 0xe0, 0x29, 0xe3, 0x3d, 0xea, 0x3c,
+ 0x3c, 0xd8, 0xa3, 0x56, 0xa5, 0x4c, 0x64, 0xe4, 0xe2, 0xb8, 0xbf, 0x3c,
+ 0x3c, 0x91, 0xcf, 0xc3, 0xb9, 0x73, 0x1f, 0x35, 0x1d, 0xc1, 0xb7, 0x7a,
+ 0x53, 0xc0, 0xc4, 0x7f, 0xb1, 0x82, 0x60, 0x9b, 0x4e, 0x94, 0x3a, 0x60,
+ 0xcc, 0x21, 0xaa, 0x2b, 0xcd, 0x79, 0x0d, 0x59, 0x1e, 0x56, 0x88, 0x37,
+ 0x34, 0x3a, 0x1b, 0xbf, 0x85, 0xd3, 0xca, 0x59, 0xc9, 0xcb, 0xa6, 0xe6,
+ 0xec, 0x5e, 0xc6, 0x95, 0x1b, 0x2d, 0x0a, 0x38, 0xb1, 0x84, 0x28, 0x79,
+ 0xc8, 0x8f, 0x46, 0x87, 0x8e, 0x40, 0xf0, 0x08, 0x90, 0x28, 0xcc, 0x0a,
+ 0x15, 0xc7, 0x0a, 0xb8, 0x83, 0xf5, 0xad, 0x26, 0xe1, 0xd6, 0x56, 0xb6,
+ 0x5e, 0x2a, 0x7a, 0x00, 0x7f, 0xdd, 0x18, 0xfd, 0x8d, 0x0c, 0xf8, 0x6b,
+ 0xcb, 0x68, 0x16, 0xfb, 0x41, 0x15, 0x19, 0xdc, 0x81, 0x79, 0x34, 0xd3,
+ 0x3a, 0x19, 0xee, 0x45, 0x2f, 0xfb, 0xc3, 0x53, 0xfe, 0x8c, 0xca, 0x49,
+ 0xad, 0xd7, 0x54, 0xf5, 0x57, 0xa5, 0x6f, 0x97, 0xf1, 0x2c, 0x5a, 0xc8,
+ 0xf8, 0x8f, 0xe5, 0x73, 0x0f, 0xc2, 0x0a, 0x56, 0xa9, 0x85, 0x7c, 0xf9,
+ 0x6e, 0x76, 0x0b, 0xe6, 0xe9, 0xaf, 0xde, 0xa7, 0x8b, 0x42, 0xaa, 0x98,
+ 0xf0, 0x2b, 0xd8, 0xba, 0xe1, 0xe8, 0x76, 0xa3, 0x64, 0x42, 0xdf, 0x54,
+ 0xf7, 0x52, 0xd3, 0xa9, 0xb7, 0x39, 0x86, 0x56, 0x3b, 0x7e, 0x10, 0xed,
+ 0xca, 0xd9, 0xa1, 0x05, 0x6e, 0xd2, 0x34, 0x67, 0xd5, 0x28, 0xb4, 0x45,
+ 0xd2, 0x21, 0x24, 0x39, 0x4b, 0x04, 0x95, 0xaa, 0x26, 0x3e, 0xd6, 0x8d,
+ 0x92, 0x5b, 0xce, 0x26, 0xf6, 0x9b, 0x1e, 0xa6, 0xe3, 0x96, 0xaf, 0x74,
+ 0xc3, 0x6a, 0x1e, 0x72, 0x58, 0xbf, 0x64, 0xdc, 0x66, 0xde, 0x25, 0x76,
+ 0x42, 0xb7, 0x43, 0xaf, 0xc8, 0x20, 0xed, 0xb2, 0x86, 0x90, 0xc6, 0xf9,
+ 0xf8, 0x63, 0x26, 0x5d, 0x31, 0x30, 0xf9, 0x3c, 0x2e, 0x22, 0xb8, 0x48,
+ 0x30, 0x6e, 0xf3, 0x8c, 0x95, 0xa1, 0x96, 0xa3, 0xd6, 0x6d, 0xc6, 0x26,
+ 0x58, 0x6c, 0x0b, 0xa0, 0x87, 0xa9, 0x55, 0xa4, 0x5a, 0x32, 0x18, 0x4b,
+ 0x34, 0xc9, 0xa5, 0x72, 0x6d, 0x3f, 0xe8, 0xb8, 0xa2, 0xbc, 0xc6, 0xef,
+ 0x4e, 0x70, 0xc2, 0x16, 0x2c, 0xd2, 0x81, 0x3d, 0x07, 0x80, 0x08, 0xdc,
+ 0x9b, 0x15, 0x38, 0x08, 0x38, 0x8f, 0x8a, 0x3b, 0x2d, 0xb8, 0xa2, 0xd1,
+ 0x2b, 0xd0, 0x6a, 0x38, 0x75, 0x2d, 0x23, 0x71, 0xdb, 0xa1, 0xca, 0x9d,
+ 0x40, 0xcb, 0x70, 0x91, 0x7f, 0xf5, 0x82, 0x09, 0x67, 0xd3, 0x44, 0x65,
+ 0x4f, 0x87, 0x23, 0xe9, 0x57, 0x0b, 0xe2, 0x8b, 0xde, 0x43, 0xc8, 0x61,
+ 0xf3, 0xd0, 0x5e, 0x42, 0xe0, 0x85, 0x0b, 0x23, 0x37, 0x63, 0xb0, 0x6a,
+ 0x38, 0x32, 0xdd, 0xd8, 0x50, 0xe0, 0x0a, 0x42, 0x6d, 0xc9, 0x80, 0x1d,
+ 0xc3, 0x4b, 0x6a, 0x9e, 0xa8, 0x71, 0x91, 0x31, 0x2a, 0x61, 0x30, 0x5f,
+ 0x85, 0x9b, 0xd0, 0x3f, 0xc7, 0xf2, 0xc9, 0xb1, 0x01, 0x07, 0x3e, 0x8b,
+ 0x96, 0x6c, 0xbb, 0x9f, 0x40, 0x74, 0x46, 0xdc, 0xaf, 0xc9, 0x07, 0xc8,
+ 0x0a, 0x53, 0x45, 0xe8, 0xb0, 0x67, 0x66, 0x33, 0xe4, 0xa5, 0x92, 0xc9,
+ 0xc2, 0x83, 0x61, 0x2c, 0xa1, 0x30, 0x0c, 0x26, 0x44, 0x19, 0x47, 0x9f,
+ 0xb7, 0x02, 0x95, 0x6a, 0x56, 0x11, 0xaf, 0x70, 0x1b, 0x7d, 0xff, 0x24,
+ 0xce, 0x72, 0x8b, 0xc7, 0x9d, 0x0b, 0xc4, 0x0d, 0x9b, 0x54, 0x28, 0x32,
+ 0x3c, 0x29, 0xa5, 0x10, 0x27, 0xc9, 0x23, 0x9b, 0xb7, 0x94, 0xf8, 0x22,
+ 0x64, 0x1e, 0xdc, 0xce, 0xca, 0xd0, 0x9c, 0x88, 0x3f, 0x5c, 0xdd, 0x2e,
+ 0x44, 0x9c, 0x3c, 0x3f, 0xae, 0xeb, 0x88, 0x9c, 0xa3, 0xab, 0xfc, 0xa3,
+ 0x87, 0x78, 0xa1, 0xc2, 0x3e, 0xc8, 0x40, 0x8c, 0x98, 0xa8, 0xa1, 0x9c,
+ 0x1b, 0x51, 0x86, 0xd6, 0x30, 0x61, 0x88, 0x9c, 0xe3, 0x55, 0x96, 0x4c,
+ 0xef, 0xe0, 0x8e, 0x75, 0x5b, 0xea, 0x03, 0x5f, 0x40, 0xc5, 0x2a, 0xe3,
+ 0x95, 0xab, 0x32, 0x36, 0x89, 0x1a, 0x73, 0x3a, 0x34, 0xa8, 0x3d, 0xeb,
+ 0xc7, 0xb1, 0xed, 0x4b, 0x87, 0x7d, 0x10, 0x8a, 0xb7, 0x4a, 0x7e, 0xfd,
+ 0x91, 0x93, 0xc1, 0x2d, 0x5f, 0x36, 0xf9, 0x20, 0xdd, 0x96, 0x39, 0xb2,
+ 0x42, 0x12, 0x18, 0x78, 0x32, 0xf3, 0x3a, 0x9e, 0xd6, 0x83, 0xea, 0x8d,
+ 0x95, 0x61, 0x67, 0xf1, 0x48, 0x2b, 0xe0, 0xad, 0x5f, 0x6c, 0x36, 0x2e,
+ 0x79, 0x3a, 0x1f, 0xf8, 0x6b, 0xc8, 0xb1, 0xdc, 0x99, 0xf0, 0x6c, 0xb9,
+ 0xeb, 0x11, 0x30, 0xf6, 0x9a, 0x53, 0x24, 0x23, 0x32, 0xa5, 0xa9, 0x4c,
+ 0x21, 0xa0, 0x5f, 0xc4, 0x55, 0x2f, 0x75, 0x28, 0x35, 0x5f, 0x40, 0xd8,
+ 0x4b, 0xb6, 0xc1, 0x8a, 0x44, 0x23, 0x26, 0xb9, 0x74, 0x0a, 0x3d, 0x62,
+ 0x89, 0xab, 0xcd, 0x9a, 0x38, 0x9f, 0x92, 0xbc, 0xfc, 0xe2, 0x5b, 0x46,
+ 0x62, 0x63, 0xbb, 0xa0, 0xb7, 0x9b, 0x35, 0xa2, 0x24, 0xf9, 0x09, 0xbf,
+ 0xf0, 0xe6, 0x7b, 0x7c, 0x96, 0xf3, 0x89, 0xc2, 0x81, 0x61, 0x2a, 0x47,
+ 0x49, 0xe9, 0xa1, 0xc9, 0x8c, 0x58, 0xcb, 0x47, 0x8e, 0xa0, 0xd2, 0x88,
+ 0x3c, 0x83, 0x07, 0x20, 0x4f, 0x16, 0xf1, 0x63, 0x80, 0x33, 0xb3, 0x36,
+ 0x07, 0x48, 0xef, 0x99, 0x73, 0x96, 0x29, 0x19, 0x31, 0x84, 0x1a, 0xfb,
+ 0xcd, 0x2d, 0x48, 0x44, 0xb8, 0x04, 0x0c, 0x81, 0x23, 0x08, 0xde, 0xfe,
+ 0x41, 0x29, 0x1a, 0xf1, 0xf5, 0x93, 0xe8, 0xa5, 0x93, 0x38, 0x9b, 0x98,
+ 0x9e, 0x6c, 0xad, 0x55, 0xa6, 0x36, 0xdd, 0x67, 0xe8, 0x4c, 0x44, 0xad,
+ 0x52, 0x34, 0x0d, 0x23, 0x92, 0xe5, 0xdc, 0x43, 0x65, 0x0d, 0x47, 0x44,
+ 0x2a, 0x6b, 0x44, 0x5d, 0x49, 0xc6, 0xeb, 0x1c, 0x8e, 0x7d, 0x16, 0x52,
+ 0x25, 0xc1, 0x91, 0x94, 0xb1, 0x3e, 0x8f, 0x8b, 0xe0, 0x27, 0x7e, 0x6c,
+ 0x01, 0x9f, 0x3d, 0x8c, 0xa3, 0x09, 0x71, 0xa4, 0xb8, 0x9d, 0x01, 0x9b,
+ 0x44, 0x7e, 0x02, 0xff, 0x48, 0x11, 0x40, 0xc4, 0x62, 0x6e, 0x2d, 0x87,
+ 0xf4, 0x4f, 0x10, 0x72, 0xe2, 0x76, 0xc5, 0xc6, 0x49, 0x32, 0xe5, 0x4f,
+ 0x40, 0x14, 0xee, 0x19, 0x53, 0x98, 0x42, 0xc5, 0x1d, 0x2b, 0x84, 0x14,
+ 0x67, 0x69, 0xfa, 0xf5, 0xc6, 0x3a, 0xb2, 0xc3, 0x0c, 0xeb, 0xd8, 0x48,
+ 0x31, 0x94, 0x53, 0x0f, 0x19, 0xaf, 0xfa, 0x28, 0xa6, 0x79, 0x31, 0xfd,
+ 0x78, 0x05, 0xba, 0x6d, 0xf2, 0xfe, 0xec, 0x30, 0x9f, 0x1b, 0x5f, 0x0a,
+ 0x8a, 0xbb, 0xa4, 0x30, 0x0e, 0x8b, 0x87, 0xb2, 0x4d, 0x98, 0x1e, 0x43,
+ 0xe8, 0x0c, 0x1e, 0x65, 0xd7, 0xf4, 0x59, 0x75, 0x22, 0xc2, 0x9c, 0x18,
+ 0xc1, 0x5f, 0x64, 0xdd, 0x64, 0xa6, 0x08, 0x00, 0x43, 0xb1, 0xc1, 0xfb,
+ 0xe5, 0x3c, 0xcd, 0x68, 0x3e, 0x91, 0x69, 0x0f, 0x8c, 0xf3, 0xe1, 0x65,
+ 0x00, 0xfe, 0x8b, 0x96, 0xf0, 0x02, 0x8f, 0x7d, 0x10, 0x71, 0x64, 0x80,
+ 0x15, 0x04, 0x7f, 0x18, 0x0d, 0x6b, 0xda, 0xf3, 0x68, 0x7d, 0x2c, 0x28,
+ 0x8e, 0x90, 0x60, 0x2c, 0xf3, 0x71, 0xb0, 0xe8, 0x67, 0x65, 0x72, 0xef,
+ 0xaa, 0xa9, 0xd4, 0x97, 0x68, 0xb1, 0xf8, 0xc2, 0x75, 0xdf, 0x50, 0x2d,
+ 0x48, 0x0f, 0x44, 0x46, 0xf0, 0x3a, 0x5a, 0xac, 0xef, 0x22, 0xb0, 0x5a,
+ 0x82, 0xf7, 0x41, 0xe6, 0xe5, 0x1c, 0x12, 0x42, 0x29, 0x40, 0x88, 0xad,
+ 0xa6, 0x3f, 0x07, 0x4b, 0x97, 0x6b, 0x36, 0x5a, 0x81, 0x06, 0x14, 0xd2,
+ 0x78, 0xf7, 0x1d, 0xdf, 0x47, 0xeb, 0x54, 0x68, 0x61, 0xa1, 0xbc, 0x4c,
+ 0x46, 0xec, 0xdb, 0xb2, 0xc3, 0x06, 0xff, 0x06, 0x8f, 0x47, 0x1f, 0x22,
+ 0x36, 0x4b, 0x6f, 0x70, 0x93, 0x62, 0x21, 0x11, 0x51, 0xb4, 0x21, 0x7c,
+ 0x18, 0xba, 0x08, 0x7f, 0x00, 0x91, 0xa6, 0x69, 0x3c, 0x67, 0x48, 0x37,
+ 0x4c, 0xf5, 0x51, 0x16, 0xc0, 0x3a, 0x64, 0x3f, 0xaa, 0xc0, 0xf8, 0x54,
+ 0x32, 0x46, 0x07, 0x51, 0x10, 0x49, 0xcb, 0xd0, 0x59, 0xad, 0xd1, 0xb4,
+ 0x9c, 0xed, 0x2d, 0xae, 0xf3, 0x3b, 0x5c, 0x01, 0x8f, 0x8d, 0x8f, 0xa8,
+ 0x1c, 0xce, 0xc6, 0xb8, 0xd5, 0xd2, 0xc9, 0xc6, 0x37, 0xce, 0xa5, 0x1f,
+ 0x58, 0xf5, 0x71, 0xbf, 0x93, 0xcb, 0x3e, 0x79, 0x10, 0x7d, 0x32, 0x3c,
+ 0x0e, 0xec, 0x16, 0x34, 0xef, 0x3f, 0x60, 0x32, 0x88, 0xf8, 0x32, 0xd1,
+ 0x69, 0x6a, 0xbe, 0xd1, 0x4a, 0x21, 0x4e, 0x69, 0xba, 0x80, 0x26, 0xd7,
+ 0x82, 0x89, 0x6e, 0xe3, 0x0b, 0xda, 0x48, 0x5b, 0x75, 0x95, 0xe4, 0x4c,
+ 0x1d, 0xdf, 0xe9, 0x15, 0xe3, 0xf2, 0x2d, 0xf8, 0x96, 0xcc, 0x4e, 0x67,
+ 0x8a, 0xc9, 0xd3, 0x8d, 0x0a, 0x41, 0x1f, 0x78, 0x6b, 0x94, 0x2c, 0xd7,
+ 0x6c, 0x38, 0x80, 0xb9, 0x8d, 0x7b, 0x24, 0xa6, 0x57, 0xc8, 0xa2, 0xfb,
+ 0x8e, 0xf5, 0x41, 0xf1, 0xa8, 0x0a, 0x41, 0x06, 0x55, 0xa3, 0x7c, 0x9a,
+ 0x25, 0x6b, 0xb9, 0x93, 0x43, 0x1b, 0xc0, 0xc2, 0x39, 0xa1, 0x79, 0x89,
+ 0xdf, 0x38, 0x71, 0x1f, 0x85, 0x87, 0xef, 0xf0, 0xbd, 0x3c, 0xdb, 0x44,
+ 0x82, 0x3b, 0x88, 0x67, 0xc4, 0xb1, 0x0e, 0xab, 0xee, 0x6a, 0xb3, 0xbc,
+ 0x61, 0xf2, 0x26, 0x39, 0xba, 0xa8, 0x62, 0x9b, 0x8d, 0x74, 0x9a, 0xb0,
+ 0x71, 0xce, 0xef, 0xbf, 0xf0, 0xa4, 0x47, 0xbc, 0xf8, 0xe7, 0x84, 0xef,
+ 0x3c, 0x00, 0xdb, 0xac, 0xae, 0xdc, 0x69, 0x7e, 0x00, 0xbe, 0x54, 0x25,
+ 0x2c, 0x82, 0xe4, 0x29, 0xd3, 0x07, 0x9e, 0x90, 0x9b, 0xfc, 0x1f, 0x23,
+ 0x96, 0xf3, 0x43, 0xa7, 0xbc, 0xed, 0x31, 0xaa, 0x0a, 0xb9, 0x1d, 0xab,
+ 0x38, 0xec, 0x46, 0x2f, 0x47, 0xc7, 0x05, 0x0f, 0x2b, 0xc0, 0x43, 0x12,
+ 0xdc, 0xc7, 0x11, 0xba, 0xe0, 0xdd, 0x0a, 0xf0, 0x2e, 0x09, 0xee, 0xe3,
+ 0xe8, 0xba, 0xe0, 0xbd, 0x0a, 0xf0, 0x1e, 0x09, 0xee, 0xe3, 0xe8, 0xb9,
+ 0xe0, 0xfd, 0x0a, 0xf0, 0x3e, 0x09, 0xee, 0xe3, 0xe8, 0xbb, 0xe0, 0x83,
+ 0x0a, 0xf0, 0x01, 0x09, 0xee, 0xe3, 0x18, 0x18, 0x0e, 0x07, 0x37, 0xd1,
+ 0x51, 0x72, 0x9b, 0x14, 0xf2, 0xde, 0x17, 0x0e, 0x46, 0x54, 0x64, 0xa8,
+ 0x72, 0x24, 0x80, 0x81, 0xa9, 0x88, 0xde, 0x80, 0xea, 0x77, 0x1b, 0x17,
+ 0xc3, 0xcd, 0xa3, 0xe0, 0x7c, 0xbd, 0xfb, 0x26, 0x88, 0x8b, 0xa9, 0x79,
+ 0x0b, 0xc3, 0xb3, 0x74, 0xb5, 0xb2, 0x8a, 0x72, 0x5c, 0xac, 0x29, 0x96,
+ 0xb0, 0x8a, 0x25, 0x24, 0x59, 0xba, 0x55, 0x2c, 0x5d, 0x92, 0xa5, 0x57,
+ 0xc5, 0xd2, 0x23, 0x59, 0xfa, 0x55, 0x2c, 0x7d, 0x92, 0x65, 0x50, 0xc5,
+ 0x32, 0x20, 0x59, 0xf6, 0xaa, 0x58, 0xf6, 0x48, 0x96, 0xfd, 0x2a, 0x96,
+ 0xfd, 0xaa, 0xfe, 0xc6, 0xa3, 0x2e, 0xb7, 0xc3, 0x31, 0xa6, 0x71, 0x65,
+ 0xdf, 0x01, 0x85, 0xd9, 0x7f, 0x9c, 0xa7, 0xaa, 0xf3, 0x90, 0x27, 0x74,
+ 0x79, 0xaa, 0x7a, 0x0f, 0x79, 0xba, 0x2e, 0x4f, 0x55, 0xf7, 0x21, 0x4f,
+ 0xcf, 0xe5, 0xa9, 0xea, 0x3f, 0xe4, 0xe9, 0xbb, 0x3c, 0x55, 0x1d, 0x88,
+ 0x3c, 0x03, 0x97, 0xa7, 0xaa, 0x07, 0x91, 0x67, 0xcf, 0xe5, 0xa9, 0xea,
+ 0x42, 0xe4, 0xa9, 0xec, 0x46, 0xb5, 0x33, 0x82, 0xaf, 0x93, 0x54, 0x0b,
+ 0x36, 0x42, 0xb9, 0xd1, 0x49, 0x4e, 0x9d, 0x85, 0xfa, 0x47, 0xfe, 0xb6,
+ 0xed, 0xb2, 0xa8, 0x42, 0x69, 0xa4, 0x7f, 0x22, 0xcd, 0xb1, 0xcf, 0xe6,
+ 0x91, 0x90, 0x89, 0xbf, 0xd1, 0x97, 0xe2, 0x18, 0x7b, 0x8f, 0xa3, 0x91,
+ 0xf1, 0xf1, 0x61, 0xfc, 0x9c, 0x58, 0x58, 0x2a, 0x39, 0xb4, 0xa1, 0x97,
+ 0x36, 0x74, 0x68, 0xbb, 0x5e, 0xda, 0xae, 0x43, 0xdb, 0xf3, 0xd2, 0xf6,
+ 0x1c, 0xda, 0xbe, 0x97, 0xb6, 0xef, 0xd0, 0x0e, 0xbc, 0xb4, 0x03, 0x87,
+ 0x76, 0xcf, 0x4b, 0xbb, 0xe7, 0xd0, 0xee, 0x7b, 0x69, 0x6d, 0x55, 0x11,
+ 0x31, 0x65, 0x45, 0x57, 0x88, 0x5f, 0xdf, 0xbe, 0xd4, 0xf9, 0x61, 0x04,
+ 0xeb, 0x40, 0x3c, 0x63, 0xba, 0x7c, 0x58, 0xc2, 0x12, 0x1e, 0x2c, 0x37,
+ 0x58, 0xb9, 0xc9, 0x7f, 0xb2, 0xe5, 0x5b, 0x81, 0xce, 0x84, 0x19, 0x85,
+ 0xc9, 0x93, 0xc7, 0x40, 0x0c, 0x37, 0xca, 0xb8, 0xc0, 0xe3, 0x3f, 0xc1,
+ 0xd0, 0x06, 0xbd, 0x5c, 0xc0, 0x23, 0x0c, 0xb8, 0x8b, 0xde, 0x01, 0xdf,
+ 0x45, 0xf6, 0x3a, 0xd2, 0x1b, 0x59, 0x39, 0xdb, 0x61, 0x95, 0x44, 0x89,
+ 0x97, 0xe0, 0x20, 0x3c, 0x59, 0xcd, 0x53, 0xd3, 0x3d, 0x11, 0x5f, 0x6d,
+ 0xfd, 0xb0, 0xab, 0x8f, 0x31, 0x15, 0xba, 0xd1, 0x54, 0x31, 0x49, 0xdb,
+ 0xa1, 0x69, 0x43, 0x8a, 0x36, 0xa4, 0x69, 0xbb, 0x14, 0x6d, 0x97, 0xa6,
+ 0xed, 0x51, 0xb4, 0x3d, 0x9a, 0xb6, 0x4f, 0xd1, 0xf6, 0x69, 0xda, 0x01,
+ 0x45, 0x3b, 0xa0, 0x69, 0xf7, 0x28, 0xda, 0x3d, 0x9a, 0x96, 0xa9, 0xd8,
+ 0xcf, 0xfc, 0x9a, 0x03, 0x9e, 0xb1, 0x04, 0xe0, 0xfa, 0xdb, 0xb9, 0x2a,
+ 0x51, 0x13, 0x80, 0x37, 0x48, 0x24, 0xfe, 0x49, 0x72, 0x04, 0xf2, 0xfb,
+ 0xef, 0x92, 0x6e, 0xb2, 0x0c, 0x23, 0x26, 0x2c, 0x41, 0xba, 0x2b, 0x21,
+ 0x21, 0x02, 0xc2, 0x1d, 0x9c, 0xc9, 0x6e, 0x86, 0xdd, 0xb5, 0x92, 0x94,
+ 0xd3, 0xd0, 0xc6, 0xe0, 0x84, 0x80, 0x8e, 0xfb, 0xae, 0x26, 0x68, 0x27,
+ 0xb6, 0xdf, 0x2e, 0x84, 0xb2, 0x5c, 0x76, 0x35, 0x01, 0xba, 0x8e, 0xe6,
+ 0xb1, 0x66, 0xda, 0x21, 0xe0, 0x74, 0xc1, 0x80, 0x42, 0x05, 0x8f, 0x6d,
+ 0x88, 0xfa, 0x31, 0xe5, 0x4d, 0x45, 0x7a, 0xed, 0xd5, 0xc1, 0x4b, 0x67,
+ 0xe6, 0xcf, 0x47, 0xe5, 0x41, 0xcb, 0x2d, 0x54, 0xe1, 0x07, 0xfc, 0xf9,
+ 0xa8, 0x6c, 0x03, 0xe9, 0xa2, 0xb2, 0x6d, 0x62, 0x43, 0x54, 0xd3, 0x5a,
+ 0x05, 0xf4, 0x1f, 0xc3, 0x55, 0xe0, 0xd9, 0x67, 0xf0, 0x27, 0xee, 0xda,
+ 0x75, 0xca, 0xef, 0x50, 0xa1, 0xcd, 0xb1, 0x1c, 0x20, 0x83, 0x51, 0xf2,
+ 0x27, 0xdb, 0x42, 0xcd, 0xe6, 0xff, 0x73, 0x35, 0xff, 0x9f, 0x9d, 0x27,
+ 0x22, 0x5a, 0xc0, 0x8c, 0x4a, 0x09, 0x4a, 0x27, 0xfd, 0x8e, 0x0c, 0x2e,
+ 0x86, 0x47, 0x8a, 0x12, 0x83, 0xcb, 0x61, 0x0f, 0x79, 0x29, 0x65, 0x39,
+ 0xf4, 0x89, 0x95, 0x07, 0x1f, 0xba, 0xc2, 0xfb, 0x79, 0x19, 0x69, 0x4e,
+ 0xcc, 0x27, 0x42, 0x16, 0x72, 0x46, 0xd1, 0x5d, 0x32, 0xb2, 0x4e, 0x80,
+ 0x77, 0xb6, 0xe6, 0x9d, 0xa7, 0x20, 0x92, 0xf7, 0x9e, 0xce, 0x49, 0xfa,
+ 0x54, 0xab, 0x28, 0xfa, 0xe1, 0xc7, 0x31, 0x21, 0x2c, 0x4a, 0x0e, 0xcd,
+ 0x1a, 0x56, 0xea, 0xc3, 0x8f, 0x3f, 0x06, 0x6a, 0x06, 0x92, 0x16, 0x21,
+ 0x5b, 0x7a, 0x81, 0x97, 0xc1, 0x2f, 0x91, 0xe1, 0xc4, 0x4d, 0xca, 0xa6,
+ 0xb9, 0xad, 0x6b, 0x87, 0x5d, 0x5e, 0xa1, 0x7a, 0xa1, 0x93, 0x6f, 0x85,
+ 0x3e, 0xf2, 0x42, 0xcf, 0xbe, 0x15, 0x9a, 0x8d, 0xb0, 0x20, 0x52, 0x71,
+ 0x41, 0xf4, 0xb9, 0x08, 0xe0, 0x35, 0x87, 0x76, 0xcf, 0xc5, 0xc7, 0xc0,
+ 0x35, 0x5e, 0xfc, 0xd2, 0xbd, 0x5d, 0x0b, 0x7c, 0x28, 0xc0, 0xd4, 0x40,
+ 0xee, 0x4b, 0x52, 0x57, 0xef, 0x69, 0x94, 0xcd, 0xb0, 0xeb, 0x09, 0xfd,
+ 0x0e, 0x2d, 0xf7, 0xfe, 0x98, 0x73, 0x5c, 0xdc, 0x5c, 0xf2, 0x07, 0x5f,
+ 0xc6, 0x5d, 0xe6, 0x1d, 0x1b, 0x6e, 0xe0, 0x5f, 0x31, 0x51, 0x6e, 0xae,
+ 0xf1, 0x6c, 0xf6, 0x8e, 0x4d, 0x57, 0x6c, 0xb5, 0xb7, 0x4c, 0xe1, 0x8c,
+ 0x3b, 0x83, 0x58, 0xc0, 0x71, 0x1e, 0xb0, 0xed, 0x40, 0x02, 0x36, 0xd0,
+ 0xea, 0x12, 0xd9, 0x3b, 0x3b, 0xbd, 0x44, 0xdc, 0x5c, 0x5c, 0xb9, 0x27,
+ 0xfc, 0xca, 0x47, 0xdc, 0x74, 0xce, 0x84, 0xab, 0x39, 0x38, 0x65, 0x7a,
+ 0x69, 0x3a, 0xdc, 0x7d, 0x7b, 0x98, 0x25, 0xb3, 0x5b, 0xd8, 0x02, 0x06,
+ 0x32, 0x26, 0xb4, 0x68, 0xd1, 0xb8, 0xb8, 0x91, 0x51, 0x20, 0xcd, 0x85,
+ 0x53, 0xc9, 0x13, 0x56, 0xf1, 0x18, 0x0b, 0xa8, 0xcb, 0xe0, 0x56, 0x57,
+ 0x37, 0x46, 0xf7, 0x05, 0xae, 0xb3, 0x6e, 0xa3, 0x22, 0x36, 0x46, 0x4a,
+ 0xb3, 0x69, 0xf9, 0xb4, 0x1a, 0x2d, 0x69, 0x87, 0x76, 0x54, 0x8d, 0x36,
+ 0x6b, 0x87, 0x66, 0xfb, 0xd2, 0xb5, 0xe1, 0xea, 0xf5, 0xbf, 0xd2, 0xb5,
+ 0xae, 0x03, 0x57, 0xab, 0xee, 0x22, 0x5e, 0xf9, 0x1d, 0x9f, 0x39, 0xf5,
+ 0x89, 0x53, 0x99, 0xb5, 0xc8, 0x75, 0x17, 0xba, 0x63, 0x96, 0x7e, 0x0d,
+ 0x8a, 0xf8, 0xb1, 0xe0, 0x5d, 0xf7, 0x3e, 0xf8, 0x1d, 0xf7, 0x7d, 0x76,
+ 0x19, 0xf1, 0x98, 0x3c, 0x2e, 0xd1, 0xa9, 0x4e, 0xf4, 0x56, 0x84, 0x77,
+ 0x70, 0xc9, 0x8e, 0x74, 0xb2, 0x1d, 0x46, 0xe6, 0x92, 0x10, 0xd8, 0x73,
+ 0x1e, 0x82, 0x02, 0x45, 0xe5, 0x31, 0x81, 0x98, 0x7a, 0xf7, 0xbf, 0xae,
+ 0x23, 0x7e, 0x74, 0xcc, 0x1f, 0x0d, 0x04, 0xa8, 0xfd, 0x05, 0x6c, 0x2e,
+ 0xc2, 0xed, 0x20, 0x29, 0x44, 0x90, 0x0a, 0xb0, 0xf6, 0x8e, 0xb4, 0x78,
+ 0x47, 0x41, 0x3a, 0x0f, 0x3a, 0xbb, 0xbf, 0x7b, 0xd7, 0xa8, 0x98, 0xbb,
+ 0x28, 0x67, 0xeb, 0x08, 0xf6, 0xd5, 0xee, 0x43, 0xd5, 0xf5, 0xd0, 0x15,
+ 0xc1, 0xeb, 0xce, 0xae, 0x5e, 0xd5, 0x37, 0x28, 0xc9, 0xa9, 0x26, 0xc4,
+ 0xee, 0xbb, 0x4e, 0x9d, 0x18, 0xbf, 0xab, 0x11, 0x42, 0x7c, 0x96, 0x6f,
+ 0xd1, 0x66, 0xa1, 0x60, 0x62, 0x63, 0xa3, 0x61, 0x49, 0x47, 0x46, 0x49,
+ 0xfd, 0x9a, 0x92, 0xfa, 0x54, 0x7d, 0xc7, 0x77, 0xdc, 0x1a, 0x31, 0x63,
+ 0xdb, 0x2d, 0x70, 0xe3, 0xc9, 0x80, 0xb3, 0x98, 0x6f, 0xe6, 0xe4, 0x4d,
+ 0x0d, 0x9b, 0x00, 0xef, 0xe0, 0x74, 0x1a, 0x4a, 0xe4, 0xc6, 0x56, 0xf8,
+ 0x1a, 0x03, 0x24, 0x14, 0x6a, 0xbe, 0xc3, 0xf4, 0x4f, 0x19, 0xdd, 0x13,
+ 0x85, 0x50, 0xc5, 0x46, 0x58, 0x33, 0xa3, 0x20, 0x84, 0xc4, 0xf7, 0x4c,
+ 0xc1, 0x3c, 0x4b, 0x97, 0xfc, 0xe4, 0xdc, 0x5c, 0x2e, 0x6d, 0x8b, 0x5d,
+ 0xe4, 0x0a, 0xeb, 0x0c, 0x5e, 0x6f, 0x05, 0xcf, 0x7d, 0xfc, 0x0e, 0xfc,
+ 0x8e, 0x0a, 0xfd, 0xbe, 0xe7, 0x66, 0x03, 0x7c, 0xde, 0x16, 0x4a, 0xfe,
+ 0x39, 0x5d, 0x6c, 0x96, 0x71, 0x91, 0x25, 0xd3, 0xe0, 0x58, 0x38, 0x2d,
+ 0x66, 0x4b, 0x6e, 0x36, 0xca, 0xa4, 0x4c, 0x24, 0x01, 0x08, 0xb9, 0xc9,
+ 0xb9, 0x78, 0x6c, 0x77, 0x3b, 0xdd, 0x2c, 0xe0, 0x8e, 0x0f, 0xad, 0x0b,
+ 0xd8, 0x07, 0x8e, 0xbb, 0x51, 0x38, 0x8a, 0x57, 0x6c, 0x5e, 0x7e, 0xc2,
+ 0x7b, 0xb5, 0x77, 0xc1, 0xe7, 0x63, 0x96, 0xc3, 0x5a, 0x1e, 0xef, 0x72,
+ 0xd8, 0xe4, 0xad, 0x8c, 0x61, 0xf1, 0x6a, 0x27, 0x60, 0xca, 0x24, 0x5e,
+ 0xd0, 0x63, 0x2b, 0xc2, 0xd5, 0xa1, 0x70, 0x5f, 0xc9, 0xf0, 0x78, 0x8f,
+ 0xbf, 0x5e, 0xa5, 0x80, 0x02, 0x71, 0x94, 0x45, 0xf4, 0xa0, 0xce, 0x6e,
+ 0xff, 0x77, 0x49, 0x7e, 0x87, 0x77, 0x7a, 0x0f, 0xf1, 0x8d, 0x5c, 0xff,
+ 0xd4, 0x58, 0xe8, 0xab, 0xe6, 0x10, 0xcf, 0x2f, 0x3e, 0xdc, 0xe0, 0x8c,
+ 0x0d, 0xf6, 0x76, 0x10, 0x21, 0x58, 0xb4, 0xcb, 0x35, 0xcf, 0xe4, 0x3e,
+ 0x0a, 0x57, 0x20, 0xd3, 0x11, 0x3c, 0x5f, 0xfa, 0xf0, 0x96, 0x53, 0xeb,
+ 0x2d, 0x74, 0x0a, 0x3b, 0x7c, 0xa6, 0x2e, 0x6c, 0xac, 0xa1, 0x9a, 0x6c,
+ 0x78, 0x64, 0x98, 0x87, 0x54, 0x51, 0xe7, 0x08, 0x03, 0xa9, 0xbd, 0xb7,
+ 0x0f, 0xf0, 0xf2, 0x42, 0x14, 0xfd, 0x4e, 0x51, 0xa8, 0xa5, 0x79, 0x9e,
+ 0xdc, 0xae, 0xa2, 0x45, 0x5e, 0x3e, 0x0c, 0x82, 0x26, 0x3e, 0x1f, 0x7d,
+ 0x02, 0xab, 0x6f, 0x4c, 0x45, 0xef, 0xdb, 0x2c, 0x19, 0x3c, 0x98, 0xea,
+ 0x9d, 0x9b, 0xcc, 0x16, 0xb1, 0x10, 0xfa, 0xc3, 0x03, 0x55, 0x89, 0x0c,
+ 0x6b, 0x01, 0x25, 0x8b, 0xef, 0x28, 0x4f, 0x0d, 0x4e, 0x47, 0xbe, 0xca,
+ 0x80, 0x27, 0x55, 0x7e, 0xc7, 0x02, 0xde, 0x56, 0x13, 0x78, 0xbd, 0x35,
+ 0xe2, 0xde, 0x59, 0x91, 0x35, 0xe7, 0xb3, 0x8b, 0xaa, 0x0b, 0x48, 0xc9,
+ 0x84, 0x65, 0x34, 0x76, 0x65, 0x5e, 0x1f, 0x9d, 0x5e, 0xed, 0x5c, 0x8f,
+ 0x8f, 0x2f, 0x77, 0x8e, 0x3f, 0xbe, 0xb1, 0x2b, 0xe1, 0xf6, 0xc8, 0x11,
+ 0x06, 0xb6, 0x38, 0x82, 0x32, 0x6a, 0x7b, 0xa5, 0x17, 0x5c, 0x6e, 0xf2,
+ 0xbb, 0xb7, 0x97, 0x9b, 0xc5, 0x62, 0x07, 0xfe, 0x23, 0x2e, 0x95, 0xf2,
+ 0xca, 0x3a, 0xf5, 0x76, 0x06, 0x46, 0x3f, 0x18, 0x78, 0xe0, 0x11, 0x40,
+ 0x80, 0x80, 0xf2, 0x29, 0xf8, 0x00, 0xaf, 0xd7, 0x31, 0xb8, 0x0f, 0x28,
+ 0x34, 0xdc, 0x50, 0xe9, 0xa4, 0x38, 0x1c, 0x60, 0x1a, 0x84, 0xd5, 0x49,
+ 0xb0, 0xbe, 0x83, 0x02, 0x65, 0x1f, 0x69, 0xdf, 0x98, 0x24, 0x42, 0xb3,
+ 0x4f, 0x30, 0x2d, 0xc1, 0xeb, 0x38, 0x51, 0xb1, 0xd3, 0xe1, 0x98, 0xdb,
+ 0x90, 0x8c, 0xb4, 0x40, 0x7f, 0xf6, 0xf4, 0x00, 0x96, 0x8f, 0xb7, 0xb1,
+ 0x7e, 0x3f, 0x28, 0xef, 0xd7, 0x13, 0xbc, 0x3e, 0x54, 0x5e, 0xc7, 0xc5,
+ 0x1c, 0xc2, 0x0f, 0x82, 0xd6, 0x59, 0x0a, 0x55, 0x7c, 0x88, 0x9e, 0xa0,
+ 0x77, 0xd8, 0x9c, 0x09, 0x06, 0x7a, 0x50, 0x1e, 0x08, 0x2b, 0x0c, 0x82,
+ 0xd8, 0xb0, 0xcc, 0x63, 0xe2, 0x9b, 0x84, 0xdb, 0x32, 0xb6, 0xdb, 0xce,
+ 0xb1, 0x84, 0x87, 0xbb, 0x34, 0x48, 0xe6, 0x6c, 0xae, 0x79, 0x02, 0x8f,
+ 0xb9, 0x10, 0xd6, 0x3a, 0x0f, 0x08, 0xc1, 0xf1, 0x85, 0x9a, 0xd6, 0xab,
+ 0x50, 0x86, 0xa8, 0xa6, 0xa0, 0x54, 0xbe, 0xb3, 0x65, 0x39, 0xe7, 0x20,
+ 0x28, 0x1b, 0xd4, 0xd2, 0xac, 0x5a, 0x2a, 0x10, 0xdc, 0xf9, 0xb2, 0x7a,
+ 0xb0, 0xc1, 0xfd, 0xcc, 0x31, 0x5e, 0xf0, 0xf7, 0x68, 0xa2, 0x78, 0xf1,
+ 0x3a, 0xcd, 0x34, 0x17, 0x75, 0x45, 0xb0, 0xc9, 0x9e, 0x21, 0x86, 0x28,
+ 0x57, 0x93, 0x84, 0x2d, 0x4e, 0x84, 0x14, 0xc7, 0xe3, 0xc3, 0x9a, 0x36,
+ 0x88, 0x4b, 0xf3, 0x79, 0x65, 0x0d, 0x7f, 0x93, 0xce, 0x9e, 0x9e, 0x21,
+ 0x08, 0x2b, 0x56, 0xff, 0x02, 0x64, 0xca, 0x02, 0x45, 0xce, 0xff, 0x57,
+ 0x01, 0xb7, 0x47, 0xd2, 0x8c, 0x57, 0x34, 0xa1, 0x70, 0xe1, 0xcc, 0xfe,
+ 0xc7, 0xe5, 0xc2, 0xb3, 0x51, 0xc6, 0x71, 0x94, 0xe4, 0xd3, 0x2c, 0x06,
+ 0xab, 0x0e, 0xf6, 0x85, 0x9f, 0xf1, 0xc7, 0x8f, 0x4d, 0x84, 0xb9, 0xd7,
+ 0x1b, 0x84, 0xd1, 0x8c, 0xd7, 0xb9, 0x10, 0x63, 0xa8, 0xdb, 0xf5, 0x98,
+ 0x86, 0x08, 0x54, 0x07, 0xad, 0xf3, 0x60, 0x9c, 0xe2, 0x5f, 0x86, 0x41,
+ 0xd0, 0x33, 0xfa, 0x69, 0x9d, 0xb3, 0xff, 0x69, 0x52, 0x49, 0x83, 0x61,
+ 0x69, 0x60, 0xac, 0x74, 0xa0, 0xba, 0xc7, 0xb0, 0x65, 0x5a, 0x16, 0x6f,
+ 0x78, 0x04, 0x37, 0xbe, 0xcd, 0x2f, 0x2c, 0x2b, 0x66, 0xe7, 0xc3, 0xad,
+ 0xdf, 0xfb, 0x8b, 0x4c, 0x3c, 0x45, 0xb8, 0x66, 0xb2, 0xdc, 0x59, 0x8f,
+ 0x32, 0xf4, 0xe3, 0x02, 0x58, 0x99, 0x90, 0x81, 0xe7, 0xc5, 0x26, 0xa3,
+ 0xdc, 0xf3, 0x32, 0x46, 0xb9, 0xf3, 0xd0, 0xe9, 0x12, 0x8a, 0x2e, 0x71,
+ 0xe9, 0x66, 0x14, 0xdd, 0xcc, 0xa5, 0x5b, 0x27, 0x33, 0x33, 0xba, 0x06,
+ 0xd0, 0xc9, 0x6d, 0x80, 0x43, 0xa8, 0x7b, 0x6f, 0x47, 0x42, 0xb1, 0xc0,
+ 0x37, 0x24, 0x1c, 0xf3, 0x90, 0x20, 0x96, 0x88, 0x22, 0xd5, 0xa5, 0xb4,
+ 0x31, 0x65, 0xaa, 0xd5, 0x8a, 0x60, 0xae, 0xab, 0x9a, 0x11, 0x46, 0x30,
+ 0x24, 0x98, 0x47, 0xba, 0x2c, 0x11, 0x3e, 0xc2, 0x20, 0x26, 0xbe, 0x7f,
+ 0x8a, 0xc0, 0x64, 0x56, 0x3d, 0x32, 0x41, 0x7b, 0x5f, 0x31, 0x98, 0x9d,
+ 0x87, 0x26, 0x2c, 0x9f, 0x83, 0xdb, 0x0f, 0x4d, 0xaa, 0xc7, 0xb5, 0x71,
+ 0x0b, 0x9a, 0x73, 0x8f, 0x2f, 0x20, 0xc5, 0x5c, 0x5a, 0x49, 0xc2, 0x42,
+ 0x98, 0x69, 0xd2, 0x9a, 0x3b, 0x3d, 0x9a, 0x71, 0x1a, 0xb6, 0xf5, 0xfe,
+ 0xc2, 0x66, 0x68, 0x61, 0x2d, 0xc9, 0xb3, 0x7d, 0x50, 0xe7, 0x69, 0xd9,
+ 0x8b, 0xeb, 0x88, 0x7d, 0xe3, 0x18, 0xb3, 0x18, 0x09, 0xff, 0x2d, 0x5b,
+ 0x65, 0xb6, 0xb4, 0x75, 0x0e, 0x86, 0x81, 0x9a, 0xa5, 0xbd, 0x30, 0x8f,
+ 0x59, 0xb0, 0x0b, 0xa0, 0x0a, 0x86, 0x8d, 0x39, 0x52, 0x8b, 0xdc, 0x4b,
+ 0xc2, 0xc8, 0x5c, 0x06, 0x83, 0xf5, 0x30, 0xf2, 0x5c, 0x8a, 0xd1, 0xe8,
+ 0x8c, 0xff, 0x1b, 0x2d, 0xc1, 0x6e, 0x51, 0x7c, 0x0e, 0x65, 0xa8, 0xd6,
+ 0x47, 0xa5, 0x0b, 0x2c, 0x9f, 0xbb, 0x06, 0x23, 0x6d, 0x09, 0x4d, 0x6e,
+ 0xf1, 0x48, 0x4d, 0x73, 0x1b, 0x24, 0x10, 0x88, 0xf7, 0x69, 0xa2, 0xe7,
+ 0xf2, 0xe0, 0xaf, 0x06, 0x84, 0x1e, 0x49, 0x10, 0xe3, 0x59, 0xe2, 0x34,
+ 0xb5, 0x82, 0x59, 0x4c, 0x7b, 0x00, 0x0c, 0x35, 0x70, 0xde, 0x21, 0x8f,
+ 0xd9, 0x5a, 0x83, 0xad, 0xd8, 0xb3, 0x64, 0xf1, 0x14, 0x08, 0xf5, 0x31,
+ 0xc1, 0x45, 0x04, 0x3d, 0x1c, 0xde, 0x3c, 0x7f, 0xc2, 0xf2, 0x27, 0x3c,
+ 0x1f, 0x8e, 0x8e, 0x7e, 0x06, 0x9f, 0xfc, 0xb0, 0x56, 0xe0, 0x8f, 0xbb,
+ 0x20, 0x26, 0x02, 0x9f, 0x32, 0xe5, 0xda, 0x0b, 0xc7, 0x0c, 0x5b, 0x68,
+ 0xc1, 0x62, 0x69, 0x9b, 0x6d, 0x29, 0xa7, 0xa0, 0x66, 0x40, 0x9c, 0xc5,
+ 0x3f, 0xe5, 0x60, 0x34, 0xb5, 0xb9, 0x85, 0xec, 0xf1, 0x35, 0x5f, 0x7a,
+ 0xc2, 0x22, 0x6e, 0x1a, 0xad, 0x7e, 0x2a, 0xf8, 0x52, 0x6e, 0x26, 0xa2,
+ 0x4d, 0x16, 0xc1, 0x7d, 0x92, 0x27, 0x37, 0xc9, 0x82, 0x6d, 0x39, 0xb0,
+ 0xd4, 0x29, 0xf8, 0xf6, 0xca, 0x12, 0xbe, 0x35, 0x85, 0xa2, 0x73, 0xb0,
+ 0x20, 0xe1, 0x93, 0x26, 0x3e, 0xa1, 0xc7, 0x05, 0x5b, 0xa2, 0x2c, 0xf4,
+ 0x59, 0xde, 0x22, 0x9a, 0xc6, 0x39, 0x32, 0x17, 0xe9, 0x2c, 0xfd, 0x7d,
+ 0x90, 0xc5, 0xac, 0xee, 0x05, 0x0a, 0xc0, 0x56, 0x4e, 0xe3, 0xeb, 0xff,
+ 0x8d, 0x79, 0xd1, 0x2a, 0x05, 0xe1, 0x04, 0x4d, 0xbe, 0x5e, 0x80, 0x4f,
+ 0x27, 0x84, 0x4d, 0x56, 0xb0, 0x5b, 0x63, 0xeb, 0x7e, 0xfc, 0x99, 0x43,
+ 0x3c, 0x02, 0x14, 0xf9, 0x21, 0xc6, 0x40, 0x06, 0xfc, 0xa9, 0xe2, 0x8e,
+ 0x6c, 0xc6, 0x3b, 0xb9, 0xf4, 0x67, 0x63, 0x46, 0x06, 0x2a, 0x60, 0xad,
+ 0x8c, 0x7b, 0xbc, 0x32, 0x2f, 0x7c, 0x61, 0x3c, 0x5b, 0xb2, 0x36, 0x2b,
+ 0xe8, 0xee, 0x5d, 0x1f, 0x60, 0xea, 0xbe, 0xc6, 0x18, 0x42, 0x2a, 0xf5,
+ 0x35, 0x98, 0xef, 0xf3, 0x76, 0xc7, 0x77, 0x1a, 0xfc, 0x65, 0x91, 0x00,
+ 0xcd, 0xc7, 0x29, 0xae, 0xb9, 0x4f, 0xcb, 0x9d, 0xc4, 0x9b, 0xe0, 0xb7,
+ 0xc0, 0x9a, 0xa7, 0x86, 0x9b, 0x22, 0x2d, 0x36, 0xab, 0x58, 0x7c, 0x4d,
+ 0xe4, 0x4f, 0xd3, 0xda, 0x34, 0xc9, 0x72, 0xde, 0xc1, 0xbf, 0x87, 0xed,
+ 0x61, 0x72, 0x03, 0x75, 0xc3, 0xf8, 0xa6, 0xb0, 0x4f, 0xbd, 0x63, 0x0d,
+ 0xf6, 0xd3, 0xe1, 0x26, 0x5b, 0xfd, 0x44, 0xaa, 0x1c, 0x20, 0x06, 0x23,
+ 0xc5, 0x05, 0x23, 0xb1, 0xa3, 0x69, 0x59, 0xc4, 0xb2, 0x27, 0x0a, 0x94,
+ 0x35, 0xc0, 0x6b, 0xb3, 0x01, 0xf0, 0xd0, 0xd2, 0x69, 0x00, 0x48, 0xc5,
+ 0x87, 0x54, 0x6c, 0x3a, 0xed, 0x4c, 0x3a, 0xf6, 0xf3, 0x2e, 0x96, 0x21,
+ 0x21, 0xc5, 0xb3, 0x1b, 0x65, 0xb0, 0xdf, 0x44, 0xbe, 0x50, 0x93, 0x2f,
+ 0x6c, 0x22, 0x61, 0x48, 0x4a, 0x18, 0x4a, 0x09, 0xc3, 0x56, 0x12, 0x6a,
+ 0x46, 0x4f, 0x78, 0xfc, 0x02, 0xed, 0x4e, 0xb6, 0x2c, 0xbe, 0x89, 0x44,
+ 0x81, 0x8d, 0x9e, 0x33, 0xdb, 0x96, 0xf7, 0x2d, 0xff, 0xf3, 0xeb, 0xeb,
+ 0x16, 0x8d, 0x0b, 0xea, 0xd5, 0xb8, 0xa2, 0x6f, 0xc8, 0x0a, 0x79, 0x5a,
+ 0x1c, 0xbe, 0x51, 0x94, 0xd8, 0x8e, 0xdc, 0x13, 0xf8, 0xd8, 0x6d, 0xff,
+ 0xdd, 0xe5, 0x46, 0xef, 0x9b, 0x44, 0xfa, 0xff, 0x7a, 0x1f, 0xf4, 0x7f,
+ 0x33, 0x42, 0xae, 0xbf, 0x84, 0x5d, 0xe3, 0x4c, 0xbd, 0xcd, 0x17, 0x17,
+ 0x71, 0x4c, 0x9f, 0x7e, 0x82, 0xea, 0xc9, 0xaa, 0x71, 0xdb, 0x77, 0x38,
+ 0xf3, 0xc6, 0x0d, 0x1c, 0xb7, 0x80, 0x7f, 0xd6, 0xf3, 0x7e, 0xb5, 0xae,
+ 0xe0, 0xc1, 0x6e, 0x8d, 0xa9, 0x44, 0x5b, 0xd1, 0xd8, 0x93, 0x08, 0xd5,
+ 0x5c, 0x15, 0xcd, 0x42, 0x37, 0x6d, 0x68, 0x3f, 0xb9, 0xd4, 0x16, 0xa2,
+ 0x7f, 0x9f, 0x02, 0xcb, 0xa9, 0xea, 0x6f, 0x57, 0x20, 0xd5, 0xd8, 0x9e,
+ 0x07, 0xd0, 0x87, 0x6c, 0x07, 0xa7, 0xdf, 0x04, 0x1a, 0x4b, 0x7c, 0xb1,
+ 0x3d, 0x7c, 0x65, 0xd6, 0xa0, 0x5c, 0x14, 0x3a, 0xef, 0x34, 0xcd, 0xae,
+ 0x75, 0xdf, 0x69, 0xc2, 0x07, 0xff, 0x9c, 0xed, 0xd3, 0xb6, 0x61, 0x35,
+ 0x94, 0x4f, 0xc9, 0x09, 0x01, 0xfc, 0xfd, 0x05, 0x57, 0xe2, 0xf1, 0x39,
+ 0x0c, 0x26, 0x60, 0x62, 0xab, 0xea, 0x64, 0x35, 0xc9, 0xc4, 0xdb, 0x1f,
+ 0x87, 0xe7, 0x84, 0x9f, 0x18, 0x2c, 0xd7, 0x81, 0xfa, 0xf8, 0xc3, 0x9e,
+ 0x7b, 0x02, 0x49, 0x13, 0x5c, 0x13, 0x55, 0xb1, 0xcc, 0xe7, 0x2e, 0x0f,
+ 0x44, 0x44, 0x73, 0x99, 0x46, 0x69, 0x8a, 0x57, 0x3f, 0x27, 0xd1, 0x4a,
+ 0x17, 0x6e, 0x1e, 0xad, 0xe8, 0xd8, 0xc3, 0x1a, 0xbd, 0x9a, 0x8f, 0x15,
+ 0x07, 0x19, 0x63, 0x78, 0xb8, 0x33, 0x72, 0x2b, 0x1f, 0x4d, 0xfd, 0x55,
+ 0xe7, 0x71, 0xd5, 0xf9, 0xba, 0x59, 0xe7, 0x99, 0x42, 0xfa, 0x84, 0x2f,
+ 0xb9, 0x27, 0x0b, 0x31, 0xd2, 0x1c, 0x6e, 0xfc, 0xe0, 0x0e, 0x93, 0x2c,
+ 0xf8, 0x8c, 0x0f, 0x23, 0x35, 0x7e, 0x58, 0x01, 0x4d, 0xf0, 0xb4, 0xd6,
+ 0xcb, 0x27, 0xa6, 0x76, 0x92, 0x9d, 0x1f, 0xb3, 0xd7, 0xa0, 0x7c, 0xb8,
+ 0x3c, 0xb9, 0x74, 0x59, 0xef, 0xd6, 0xf3, 0xb5, 0x9f, 0x07, 0xbf, 0x17,
+ 0x6c, 0xa5, 0xe3, 0x34, 0x52, 0xce, 0x33, 0xfc, 0x2d, 0xc5, 0x67, 0x6c,
+ 0xbd, 0xa1, 0x60, 0x66, 0x16, 0x4d, 0x44, 0x31, 0xa0, 0x27, 0x56, 0x11,
+ 0x5c, 0x50, 0x70, 0xa0, 0xcf, 0xd6, 0xc9, 0x54, 0x3e, 0xd1, 0x75, 0xb5,
+ 0x2a, 0x85, 0x67, 0xb0, 0x6c, 0xfd, 0xfc, 0xb4, 0x9a, 0x4a, 0xa5, 0x82,
+ 0xa4, 0x09, 0x4f, 0xa2, 0x58, 0xae, 0xd0, 0x8d, 0xcf, 0xf1, 0xe8, 0x93,
+ 0xa0, 0xe7, 0x3e, 0x75, 0xe4, 0x45, 0xa3, 0xcf, 0x13, 0x8f, 0xb8, 0x4a,
+ 0x38, 0x3a, 0x91, 0x6c, 0xb3, 0xf9, 0xa6, 0x92, 0x52, 0x79, 0xb8, 0x45,
+ 0x6a, 0x38, 0xab, 0xbf, 0x59, 0x90, 0x2a, 0xf1, 0x31, 0x0d, 0xe6, 0x0b,
+ 0xf0, 0x33, 0x0b, 0xab, 0x21, 0xe9, 0x9e, 0x83, 0x07, 0xa4, 0xce, 0x56,
+ 0x13, 0xe1, 0x27, 0x6a, 0x82, 0x24, 0x6c, 0x68, 0xff, 0xcc, 0x3e, 0x17,
+ 0xab, 0xe9, 0x1d, 0x8e, 0x6c, 0x6d, 0xa0, 0x27, 0x29, 0x44, 0x28, 0x87,
+ 0xf3, 0x0a, 0xcc, 0x85, 0x1f, 0xc1, 0x8f, 0xc1, 0x88, 0x97, 0x45, 0x79,
+ 0xd9, 0x02, 0xfe, 0x33, 0x34, 0x63, 0xb2, 0x12, 0x61, 0x9e, 0xc0, 0x72,
+ 0xa4, 0xcb, 0x93, 0xdc, 0x29, 0x6b, 0xf5, 0x57, 0xc0, 0x9f, 0x2c, 0xc4,
+ 0xc5, 0xad, 0xab, 0xac, 0xd2, 0x97, 0xca, 0x0f, 0x1d, 0x43, 0xc3, 0x57,
+ 0x7f, 0x25, 0x07, 0x6d, 0x49, 0x1e, 0x5a, 0xe4, 0xe8, 0x21, 0x7b, 0x2a,
+ 0xde, 0x06, 0xda, 0x0e, 0xb2, 0x2b, 0x70, 0xba, 0x16, 0x4e, 0x97, 0xc6,
+ 0xe9, 0xd6, 0xe1, 0xf4, 0x2c, 0x9c, 0x1e, 0x8d, 0xd3, 0xab, 0xc3, 0xe9,
+ 0x5b, 0x38, 0x7d, 0x1a, 0xa7, 0x5f, 0x87, 0x33, 0xb0, 0x70, 0x06, 0x34,
+ 0xce, 0xa0, 0x0e, 0x67, 0xcf, 0xc2, 0xd9, 0xa3, 0x71, 0xf6, 0xea, 0x70,
+ 0xf6, 0x2d, 0x9c, 0x7d, 0x1a, 0x67, 0xbf, 0x0e, 0xe7, 0xc0, 0xc2, 0x39,
+ 0xa0, 0x71, 0x0e, 0xea, 0x70, 0x3a, 0xbb, 0xb6, 0xbe, 0xed, 0xd2, 0x48,
+ 0x9d, 0xdd, 0x5a, 0x28, 0x47, 0x75, 0x3b, 0x1e, 0xa8, 0x4e, 0x2d, 0x94,
+ 0xad, 0xd6, 0x1d, 0x8f, 0x5e, 0x77, 0xac, 0xb5, 0x84, 0x1c, 0x68, 0x53,
+ 0x8f, 0x47, 0x2f, 0x08, 0x32, 0x88, 0x0b, 0x4d, 0xb4, 0x6a, 0x86, 0x81,
+ 0x0f, 0xe4, 0x8e, 0x0f, 0xfb, 0x0b, 0xf1, 0xb8, 0x4a, 0xa3, 0xb9, 0x58,
+ 0xc1, 0xc1, 0x81, 0x41, 0x34, 0x9f, 0xbb, 0x54, 0xf3, 0xb9, 0x4d, 0x46,
+ 0x6f, 0xd6, 0x6e, 0x60, 0x87, 0x0c, 0xb5, 0x33, 0x3e, 0x88, 0x60, 0x58,
+ 0xb1, 0xb0, 0x99, 0x8d, 0xc7, 0x81, 0xfc, 0x19, 0xc5, 0x0d, 0x02, 0xa1,
+ 0x97, 0xbc, 0x6c, 0x83, 0xa7, 0xa7, 0x06, 0xe1, 0x5c, 0x2d, 0x1c, 0xf4,
+ 0x23, 0x0c, 0xe9, 0xaf, 0x29, 0x27, 0x25, 0xfa, 0x1b, 0xad, 0x4f, 0xa4,
+ 0xa7, 0x77, 0x10, 0x02, 0x27, 0x5a, 0xe8, 0x01, 0xee, 0xf3, 0x9d, 0xe8,
+ 0xb6, 0x0c, 0xbd, 0x70, 0xe0, 0xc1, 0x04, 0xfb, 0x46, 0x21, 0xaf, 0xee,
+ 0x4e, 0x59, 0xb9, 0x8d, 0x87, 0xb8, 0x8f, 0x08, 0xb2, 0xfd, 0x91, 0xb5,
+ 0xe3, 0x9d, 0x96, 0xc5, 0xf6, 0x05, 0xf8, 0x8a, 0x5b, 0x5c, 0x93, 0xfa,
+ 0x4a, 0xe2, 0xea, 0x61, 0xcf, 0xf0, 0x6a, 0x9a, 0x26, 0xd2, 0xa6, 0x44,
+ 0x5a, 0xc6, 0x67, 0x7d, 0xf1, 0xc2, 0x37, 0x98, 0xa6, 0xe0, 0xd8, 0xdb,
+ 0x9e, 0xfa, 0x6f, 0x57, 0xd5, 0x53, 0x3f, 0xfa, 0x2d, 0xe1, 0xf3, 0xbe,
+ 0xb6, 0x52, 0x58, 0x7f, 0x25, 0x27, 0x7e, 0x41, 0x1c, 0xda, 0xc4, 0x21,
+ 0xae, 0xd5, 0x1b, 0xcf, 0xfb, 0x02, 0xa6, 0x6b, 0xc3, 0x74, 0x3d, 0x30,
+ 0x9e, 0x69, 0x5f, 0xc0, 0xf4, 0x6c, 0x98, 0x9e, 0x07, 0xc6, 0x33, 0xeb,
+ 0x0b, 0x98, 0xbe, 0x0d, 0xd3, 0xf7, 0xc0, 0x78, 0x26, 0x7d, 0x01, 0x33,
+ 0xb0, 0x61, 0x06, 0x1e, 0x18, 0xcf, 0x9c, 0x2f, 0x60, 0xf6, 0x6c, 0x98,
+ 0x3d, 0x0f, 0x8c, 0x67, 0xca, 0x17, 0x30, 0xfb, 0x36, 0xcc, 0xbe, 0x07,
+ 0xc6, 0x33, 0xe3, 0x0b, 0x98, 0x03, 0x1b, 0xe6, 0xc0, 0x03, 0xe3, 0x99,
+ 0xf0, 0xa5, 0x92, 0x19, 0xb3, 0x3d, 0x28, 0x59, 0xcb, 0xd9, 0x5e, 0xe2,
+ 0x74, 0x6c, 0x9c, 0x96, 0x53, 0xbd, 0xc4, 0x09, 0x6d, 0x9c, 0xa6, 0xf3,
+ 0xbc, 0x18, 0x55, 0x53, 0xdb, 0x12, 0xce, 0x98, 0xe0, 0x05, 0x15, 0x35,
+ 0xbd, 0xbf, 0x9e, 0x81, 0xf7, 0x8c, 0x37, 0x72, 0x02, 0x17, 0x94, 0x95,
+ 0x93, 0xbc, 0xa4, 0x51, 0x53, 0x7c, 0xdb, 0x59, 0x5d, 0x9f, 0x0b, 0xd9,
+ 0xa4, 0x41, 0xcf, 0x84, 0xbc, 0x10, 0xcf, 0xfc, 0x24, 0xe7, 0x12, 0x22,
+ 0x6d, 0x6a, 0xc6, 0xc9, 0x85, 0x0d, 0x03, 0x18, 0x23, 0x96, 0x57, 0x58,
+ 0xe9, 0x7a, 0xb3, 0x88, 0x32, 0x19, 0x0b, 0xd4, 0x7a, 0xc1, 0x31, 0x36,
+ 0x3e, 0x2b, 0x79, 0x8c, 0xaf, 0x67, 0x45, 0xfd, 0xe0, 0x2b, 0x83, 0xf7,
+ 0x74, 0xec, 0xef, 0x68, 0xbd, 0x5e, 0x3c, 0xa1, 0x11, 0x4a, 0x2c, 0x9c,
+ 0x05, 0x5b, 0x40, 0x17, 0x30, 0x71, 0xc3, 0x59, 0x33, 0x62, 0xe0, 0xeb,
+ 0x53, 0x8e, 0xb2, 0x1d, 0xac, 0x17, 0x31, 0xdc, 0x0c, 0x66, 0xb1, 0xb0,
+ 0xd1, 0x50, 0xb8, 0x6c, 0x33, 0x8d, 0x7b, 0x7b, 0xfc, 0x9c, 0xc1, 0x5b,
+ 0xc1, 0x39, 0x9c, 0xee, 0x2b, 0xf8, 0xf2, 0x0f, 0xd1, 0xe4, 0x70, 0xfe,
+ 0x03, 0xed, 0xc9, 0x3f, 0xc1, 0x72, 0xd3, 0xc4, 0x76, 0x27, 0x62, 0x5b,
+ 0x09, 0xef, 0xd2, 0xf1, 0xac, 0x8b, 0x4f, 0xcb, 0xc4, 0x49, 0xbd, 0xf0,
+ 0x36, 0x5a, 0x0b, 0x82, 0xae, 0x47, 0x7d, 0x28, 0x7c, 0x0f, 0x33, 0x4f,
+ 0xb2, 0x25, 0x1c, 0x2f, 0x97, 0x77, 0x85, 0x34, 0x94, 0x72, 0x8f, 0x0b,
+ 0x4f, 0xcf, 0x0f, 0xd3, 0x28, 0x9b, 0xbd, 0xfd, 0x03, 0xd8, 0x44, 0x80,
+ 0x51, 0x02, 0x98, 0x04, 0x19, 0x11, 0xd9, 0xe3, 0xe9, 0xe6, 0x5a, 0xa5,
+ 0x6f, 0xf3, 0xc8, 0x0b, 0x25, 0xa1, 0x69, 0x06, 0x2a, 0x2f, 0xe0, 0x55,
+ 0xae, 0x74, 0xdf, 0xc0, 0x33, 0x54, 0xfa, 0x15, 0x7a, 0xb0, 0x70, 0x1b,
+ 0x93, 0xdb, 0x39, 0x27, 0x2b, 0x8c, 0x91, 0xbc, 0x90, 0x56, 0x00, 0x41,
+ 0xce, 0xf9, 0xb4, 0x6b, 0x0b, 0x24, 0x64, 0xf5, 0x5a, 0xcc, 0x27, 0x20,
+ 0x4b, 0x05, 0x58, 0xfc, 0xd8, 0x10, 0x8c, 0x11, 0x22, 0x56, 0x40, 0x81,
+ 0xc9, 0xbb, 0x35, 0x2f, 0x88, 0xbc, 0x44, 0xd1, 0x45, 0x2a, 0xaf, 0x18,
+ 0x97, 0xd2, 0xd0, 0x0a, 0x9e, 0x1c, 0xb1, 0x4d, 0x2e, 0x5f, 0x17, 0x49,
+ 0xac, 0xb2, 0x31, 0xb7, 0x83, 0x79, 0xf4, 0x35, 0x3e, 0x61, 0x64, 0xd7,
+ 0x8c, 0x8a, 0xed, 0x94, 0x65, 0xcb, 0x27, 0x9e, 0x15, 0x10, 0xee, 0xa5,
+ 0x15, 0x2c, 0xbd, 0x9d, 0xa6, 0x17, 0x73, 0x6e, 0xe9, 0x81, 0xf9, 0x7a,
+ 0xc8, 0xee, 0x33, 0xe7, 0xb1, 0x51, 0x05, 0x42, 0xe8, 0x45, 0x08, 0xbd,
+ 0x02, 0x09, 0x97, 0x60, 0xd3, 0x3b, 0x38, 0xec, 0xce, 0x93, 0xff, 0x94,
+ 0x47, 0xa4, 0xa5, 0xf7, 0xb0, 0xe2, 0x9a, 0xa5, 0xa2, 0x59, 0xf3, 0x16,
+ 0x28, 0xee, 0x55, 0x34, 0xc5, 0x83, 0x23, 0x11, 0x99, 0xe4, 0xed, 0x1f,
+ 0xce, 0xa2, 0x0d, 0xec, 0xa4, 0xd5, 0x3d, 0x67, 0xf9, 0x5e, 0x7e, 0xc9,
+ 0xb3, 0x44, 0xce, 0x17, 0x3e, 0xc1, 0x99, 0xe4, 0x3e, 0xdf, 0xb4, 0xd8,
+ 0xed, 0x26, 0xa9, 0xd4, 0xea, 0x85, 0x0e, 0x4a, 0x3c, 0xfd, 0x19, 0x4e,
+ 0x8b, 0xe4, 0x9e, 0x5b, 0x38, 0x18, 0x8f, 0x6b, 0x38, 0x5f, 0x99, 0x2b,
+ 0x4e, 0x7f, 0x4b, 0x46, 0x51, 0x1c, 0xef, 0xe7, 0xf2, 0x9a, 0xdb, 0xe0,
+ 0x8b, 0xc5, 0xc3, 0x1f, 0x27, 0xb1, 0xbc, 0x34, 0xa2, 0xca, 0xe1, 0x6e,
+ 0x27, 0x7e, 0xfc, 0x31, 0xa0, 0x84, 0x7f, 0xf3, 0x9b, 0x57, 0x0a, 0x36,
+ 0x28, 0x21, 0xa6, 0xb3, 0x8c, 0xc2, 0x63, 0x96, 0x7a, 0x2a, 0xf2, 0xfc,
+ 0xdc, 0xfa, 0x91, 0xb7, 0x23, 0x31, 0x7f, 0x5d, 0x14, 0xfc, 0xda, 0x5a,
+ 0x5e, 0xf3, 0x90, 0x7e, 0xb4, 0xd8, 0x80, 0x87, 0xcb, 0xa3, 0xf4, 0xa1,
+ 0x6c, 0xb3, 0x29, 0xa6, 0x41, 0x12, 0x6f, 0x2e, 0x5f, 0x11, 0x1d, 0x7f,
+ 0x11, 0x74, 0x09, 0x56, 0x7b, 0x98, 0x05, 0x51, 0xed, 0xa1, 0xf3, 0x1a,
+ 0xce, 0xe3, 0x74, 0x46, 0xf1, 0xce, 0xea, 0xdb, 0xa4, 0x64, 0x5f, 0xac,
+ 0x9f, 0x83, 0x19, 0x7c, 0xc7, 0xc0, 0xc8, 0x47, 0xcb, 0x60, 0xb3, 0xae,
+ 0xed, 0xea, 0xa6, 0xec, 0x0f, 0xdd, 0xb7, 0x72, 0xd9, 0x19, 0x15, 0xc5,
+ 0x70, 0x6b, 0x51, 0x17, 0x8f, 0x33, 0x62, 0x6e, 0x3b, 0xc0, 0x57, 0x84,
+ 0xfa, 0xf0, 0x77, 0x59, 0xb6, 0xa0, 0x8d, 0xe0, 0xd4, 0xb6, 0xe8, 0x2a,
+ 0x2e, 0xc0, 0x39, 0xe5, 0x70, 0x36, 0x93, 0x2e, 0x7a, 0xe0, 0x8e, 0x8c,
+ 0xf3, 0x73, 0x27, 0x69, 0x0c, 0x12, 0x4d, 0x3b, 0x7c, 0xb8, 0x65, 0xc4,
+ 0x6f, 0x2e, 0x16, 0x47, 0x74, 0xfd, 0x5f, 0x82, 0x97, 0x50, 0x70, 0xdb,
+ 0xa4, 0x15, 0xb5, 0xb5, 0x05, 0xce, 0x38, 0x59, 0x46, 0x5d, 0x19, 0x80,
+ 0xf6, 0x73, 0x39, 0xef, 0x3c, 0x16, 0x59, 0x84, 0x06, 0x7a, 0x56, 0xbb,
+ 0x42, 0x12, 0xc0, 0x57, 0x36, 0x69, 0x89, 0xc3, 0x6d, 0xe1, 0xaf, 0xd3,
+ 0x45, 0xbc, 0x4a, 0x93, 0x59, 0x00, 0xaf, 0xe5, 0xcc, 0x61, 0x88, 0x04,
+ 0x90, 0xdc, 0xa8, 0x4d, 0xe1, 0x2a, 0xd8, 0xab, 0x41, 0xe3, 0x75, 0xde,
+ 0xae, 0xc3, 0xed, 0x1e, 0x8a, 0xf5, 0xc7, 0x95, 0x6e, 0x7b, 0x3f, 0x07,
+ 0xd3, 0xac, 0xac, 0xe8, 0xed, 0x4a, 0xb4, 0x06, 0x7d, 0x8d, 0xe7, 0x0e,
+ 0xd8, 0x09, 0xc1, 0xef, 0x5e, 0xc9, 0x3b, 0x57, 0xf3, 0x8f, 0xd9, 0x59,
+ 0xd9, 0x65, 0xcc, 0xbe, 0xc8, 0xe0, 0x1c, 0xa9, 0xc9, 0xb8, 0x42, 0xd7,
+ 0xba, 0xb2, 0x4d, 0xce, 0x9d, 0x89, 0x93, 0xe7, 0x7f, 0x73, 0x25, 0x94,
+ 0xc2, 0x9e, 0xdb, 0x3e, 0xc8, 0x55, 0x13, 0x8e, 0xb4, 0x27, 0xa7, 0x72,
+ 0x54, 0xb3, 0x6d, 0x13, 0x4b, 0xe6, 0xc5, 0x34, 0xaa, 0x0e, 0x37, 0x1d,
+ 0xd5, 0x90, 0x34, 0x45, 0x6e, 0x80, 0xf4, 0xc2, 0xff, 0x19, 0xf7, 0x3c,
+ 0xd0, 0x23, 0x3f, 0xf6, 0xb6, 0x4f, 0x00, 0xa4, 0x90, 0x37, 0x08, 0x70,
+ 0x2f, 0x52, 0xa8, 0x9d, 0x8a, 0xe3, 0x12, 0x60, 0x55, 0x24, 0x67, 0x51,
+ 0xe9, 0xbe, 0x6d, 0xc8, 0x7f, 0xeb, 0xeb, 0x05, 0xe8, 0x71, 0x7b, 0xc9,
+ 0x20, 0xc8, 0x48, 0xfd, 0x10, 0x90, 0x4d, 0x96, 0x0c, 0x25, 0xd3, 0x96,
+ 0xc6, 0x69, 0xad, 0x1d, 0x74, 0xed, 0xe1, 0x6e, 0x9e, 0xf1, 0x29, 0xbd,
+ 0x47, 0x37, 0x87, 0x67, 0xd7, 0xc6, 0x1a, 0x22, 0xf8, 0x95, 0x44, 0x55,
+ 0x5f, 0x5e, 0x53, 0x5a, 0xa3, 0x73, 0x19, 0x14, 0xbd, 0x3e, 0xd0, 0xca,
+ 0x90, 0x1f, 0xc3, 0xef, 0x55, 0xd0, 0xd2, 0x6a, 0x17, 0xba, 0x5a, 0x72,
+ 0x4d, 0xf1, 0x4d, 0x25, 0x96, 0x8e, 0xc6, 0x7d, 0x0d, 0x79, 0x1e, 0x3d,
+ 0x4a, 0x9f, 0x8f, 0x5a, 0x69, 0x14, 0x1e, 0xbc, 0xf0, 0xc3, 0xf7, 0xc0,
+ 0x34, 0x56, 0x89, 0xc7, 0x88, 0xea, 0xa0, 0x92, 0x15, 0xff, 0x30, 0xea,
+ 0xcc, 0xa8, 0x1e, 0xd8, 0xf0, 0xf0, 0x72, 0xf9, 0xf2, 0xbc, 0x81, 0x38,
+ 0x0e, 0x06, 0x25, 0x4e, 0x03, 0x28, 0x26, 0xce, 0x08, 0xaf, 0xcd, 0x2a,
+ 0xa1, 0x92, 0x15, 0x23, 0x6a, 0x20, 0x95, 0x05, 0xa5, 0xd5, 0x2b, 0x7a,
+ 0xac, 0x47, 0x50, 0xb7, 0xb5, 0x6c, 0xde, 0xf5, 0xeb, 0x3f, 0x50, 0x31,
+ 0x82, 0xed, 0x4a, 0x28, 0x34, 0xed, 0xa8, 0x44, 0x02, 0xa8, 0xe3, 0xe2,
+ 0x06, 0x91, 0x2a, 0xa1, 0xf8, 0x71, 0xd3, 0xf5, 0xd7, 0x64, 0x1d, 0x60,
+ 0x94, 0x53, 0x02, 0x8f, 0x41, 0x41, 0x3e, 0x66, 0xd3, 0x68, 0x72, 0xf2,
+ 0x52, 0x5f, 0x15, 0xb4, 0x1f, 0x66, 0x7c, 0x5a, 0x1e, 0x9b, 0xbb, 0xf9,
+ 0x5c, 0xaf, 0xf2, 0x0c, 0x87, 0x9f, 0x69, 0x84, 0x47, 0xf1, 0x62, 0xee,
+ 0x2d, 0xe7, 0xd1, 0x91, 0xc8, 0x08, 0xe4, 0x6c, 0x9d, 0xce, 0xe7, 0x95,
+ 0x1b, 0x22, 0x8a, 0x01, 0x47, 0xbe, 0x55, 0x04, 0x31, 0xc5, 0x91, 0xe6,
+ 0xaf, 0xfc, 0xf5, 0x00, 0xfb, 0x1a, 0xc1, 0x31, 0x36, 0xae, 0x88, 0x11,
+ 0x4d, 0xec, 0xaa, 0x05, 0xd8, 0xc5, 0x8a, 0x2f, 0xa2, 0x59, 0xb7, 0xd1,
+ 0xc5, 0xa0, 0x31, 0x0f, 0x92, 0x7c, 0x5a, 0xcb, 0x9d, 0x90, 0xfd, 0xa2,
+ 0x1e, 0x0a, 0xe1, 0xe6, 0x3b, 0xa8, 0x68, 0x5b, 0xae, 0xcc, 0x23, 0x88,
+ 0x52, 0xe5, 0x29, 0xc1, 0x71, 0xb5, 0x3e, 0x95, 0x4f, 0x1f, 0xd4, 0x83,
+ 0x6c, 0x8b, 0x91, 0xad, 0xfb, 0x3e, 0x24, 0xb7, 0x7e, 0x99, 0x1d, 0x44,
+ 0xb6, 0x82, 0x2a, 0xc0, 0x7c, 0x08, 0x51, 0x51, 0x52, 0x86, 0xea, 0x82,
+ 0x9e, 0xa5, 0x0f, 0xcd, 0x30, 0x3f, 0xf3, 0x03, 0x37, 0x1e, 0x05, 0x17,
+ 0xe5, 0xf5, 0x89, 0xfa, 0x39, 0xcf, 0x9b, 0x8b, 0x6a, 0xc2, 0x4a, 0xa1,
+ 0x3d, 0xf2, 0x32, 0xe4, 0xc6, 0xf2, 0x2a, 0x1f, 0xfd, 0xba, 0x0f, 0x05,
+ 0x47, 0x56, 0xee, 0x45, 0xa1, 0x3d, 0x1c, 0xbc, 0x50, 0x93, 0xdb, 0xaf,
+ 0x8d, 0xf0, 0xc7, 0x7b, 0x92, 0x66, 0x47, 0xf3, 0x69, 0xca, 0x9f, 0xcc,
+ 0x3f, 0x0b, 0x92, 0x68, 0xcc, 0x2a, 0xb4, 0x40, 0xfa, 0xd4, 0xb7, 0x8a,
+ 0x77, 0x17, 0x4e, 0xd0, 0x5d, 0x32, 0xca, 0xc4, 0x8c, 0x11, 0xa1, 0x6b,
+ 0xdf, 0x66, 0x52, 0x9e, 0xae, 0xee, 0x92, 0x1b, 0x88, 0x33, 0xa0, 0x79,
+ 0x0d, 0xe0, 0x9a, 0xca, 0x1d, 0x72, 0xe3, 0x77, 0x6d, 0x95, 0x02, 0xc2,
+ 0x38, 0x4b, 0x96, 0xe8, 0x73, 0x19, 0xe4, 0x80, 0xc3, 0xe5, 0x66, 0x25,
+ 0xd0, 0xab, 0xc6, 0x8c, 0x2f, 0x5c, 0x85, 0xe3, 0x50, 0x5e, 0x0c, 0x88,
+ 0xce, 0xe7, 0xa5, 0xa3, 0xf8, 0xb6, 0x19, 0xf8, 0x50, 0x4a, 0x09, 0x5f,
+ 0x61, 0x40, 0xca, 0xa2, 0xe5, 0xfa, 0x6d, 0xa2, 0x2e, 0x46, 0x4b, 0xc8,
+ 0x2b, 0x96, 0x71, 0xba, 0xaa, 0x11, 0x5b, 0x77, 0xb9, 0x9f, 0x32, 0xae,
+ 0x27, 0xb5, 0x9e, 0xbb, 0xc2, 0x9f, 0xd4, 0x24, 0x37, 0xce, 0xa2, 0x04,
+ 0x6d, 0x93, 0x70, 0xfa, 0x86, 0xc3, 0x54, 0xbe, 0xa6, 0x96, 0xe9, 0x3c,
+ 0xd9, 0x3c, 0x00, 0x15, 0x1c, 0x30, 0xfb, 0x28, 0x27, 0x3c, 0x85, 0x48,
+ 0x1d, 0x41, 0xd4, 0x0e, 0xfb, 0x14, 0xcd, 0x60, 0x09, 0x7d, 0x2c, 0xa1,
+ 0x97, 0xa5, 0xeb, 0x63, 0xe9, 0x7a, 0x59, 0x7a, 0x3e, 0x96, 0x9e, 0xde,
+ 0x4c, 0xf3, 0x68, 0x35, 0x7d, 0x92, 0x06, 0xcb, 0xaa, 0xb5, 0x4e, 0x20,
+ 0x35, 0xc0, 0x33, 0x63, 0xf3, 0xc3, 0x30, 0x8e, 0xa6, 0x77, 0xe9, 0x32,
+ 0x86, 0x4e, 0x33, 0xbd, 0xd5, 0xdc, 0x00, 0x2d, 0xba, 0xbe, 0x9e, 0xde,
+ 0xc1, 0x3b, 0xbc, 0x4f, 0x6b, 0x9d, 0x4d, 0xe5, 0xc6, 0xcb, 0x35, 0xcf,
+ 0x75, 0xf8, 0x54, 0x0e, 0xc5, 0x87, 0xee, 0x92, 0x69, 0x46, 0x2d, 0x4b,
+ 0xe7, 0x0c, 0xdf, 0xe2, 0x5b, 0xca, 0x64, 0xa5, 0x7b, 0xd4, 0x51, 0x4c,
+ 0x21, 0x64, 0x02, 0x13, 0x9c, 0xc8, 0x90, 0x05, 0x46, 0x4b, 0x99, 0xed,
+ 0x14, 0x58, 0x66, 0x79, 0x38, 0x3f, 0x67, 0x1e, 0x51, 0xcb, 0x2c, 0x8a,
+ 0xf3, 0x28, 0xf4, 0x15, 0x59, 0xe6, 0x90, 0x7c, 0x5d, 0x2f, 0x5f, 0xb7,
+ 0x92, 0xaf, 0xe7, 0xe5, 0xeb, 0x55, 0xf2, 0xf5, 0xbd, 0x7c, 0x2a, 0x47,
+ 0x57, 0xb1, 0xbb, 0x28, 0x5b, 0xc4, 0x4f, 0xc3, 0x29, 0x5c, 0x2b, 0x7c,
+ 0xc0, 0x7f, 0xa3, 0x2d, 0x2d, 0x3c, 0x8c, 0x9c, 0x82, 0x25, 0x14, 0x3e,
+ 0x36, 0xe6, 0x9b, 0x79, 0xbc, 0xbb, 0x31, 0x9d, 0x9f, 0xe3, 0x5b, 0xa1,
+ 0x68, 0x0a, 0xc7, 0xca, 0x56, 0x3a, 0x1a, 0x12, 0xf2, 0x1c, 0x63, 0xe0,
+ 0xfc, 0x30, 0x1c, 0x5d, 0xc1, 0xdb, 0x1a, 0xb1, 0xac, 0x98, 0x89, 0xa9,
+ 0x10, 0x5f, 0x19, 0xc0, 0x4b, 0x59, 0x46, 0x38, 0x13, 0x7e, 0x49, 0x4d,
+ 0xf7, 0x5d, 0xe9, 0x1c, 0xe2, 0x6b, 0xa4, 0x6c, 0x69, 0x01, 0x37, 0x7b,
+ 0x70, 0x95, 0xb4, 0x01, 0x3f, 0x16, 0xb7, 0x59, 0x1c, 0xe7, 0xf0, 0x18,
+ 0x5d, 0x3c, 0xdb, 0xc1, 0xd7, 0xa3, 0xe4, 0xfa, 0x86, 0x17, 0xa4, 0x61,
+ 0x70, 0xd1, 0xaf, 0xca, 0x04, 0x3f, 0x97, 0x01, 0x8e, 0x6c, 0x22, 0xff,
+ 0x12, 0x52, 0x0c, 0x37, 0xf2, 0x6c, 0x3e, 0x62, 0xc3, 0xf9, 0x2c, 0x85,
+ 0xe3, 0xed, 0xe3, 0x47, 0x78, 0x7a, 0x02, 0xaf, 0xf1, 0xa2, 0xc5, 0xce,
+ 0x61, 0x96, 0x7e, 0x8d, 0x4d, 0x4f, 0x1b, 0xbf, 0x2c, 0xd2, 0x9b, 0x68,
+ 0x21, 0xdf, 0x6d, 0xaa, 0xd7, 0xab, 0xd8, 0x71, 0xb7, 0x98, 0x27, 0x1f,
+ 0xbc, 0xf2, 0x1c, 0x63, 0x72, 0x3e, 0x1a, 0x05, 0xf7, 0x57, 0xf1, 0x3c,
+ 0x60, 0xe2, 0x17, 0xd1, 0xad, 0x3a, 0xa1, 0x88, 0x66, 0xd3, 0xcf, 0x53,
+ 0xe3, 0xce, 0x01, 0x62, 0x33, 0xc8, 0x17, 0xe1, 0x39, 0xb8, 0xb0, 0x5f,
+ 0xcc, 0xf8, 0xe9, 0x29, 0x1b, 0x67, 0xd1, 0x0c, 0xda, 0x0e, 0xd2, 0xc0,
+ 0x21, 0x3c, 0x84, 0x5b, 0x11, 0x2e, 0xd6, 0x05, 0x95, 0xf1, 0x79, 0x19,
+ 0x36, 0xc6, 0x49, 0xa2, 0x0a, 0x1c, 0xe1, 0xca, 0x6f, 0x96, 0xdc, 0x27,
+ 0x33, 0x1e, 0x39, 0x11, 0x56, 0xe3, 0x5c, 0xf8, 0xd2, 0x09, 0xdd, 0x11,
+ 0xcf, 0x1e, 0x69, 0x4f, 0x73, 0xcd, 0x4f, 0x2b, 0x77, 0x1a, 0x0d, 0x07,
+ 0xaa, 0x57, 0x65, 0x48, 0xa2, 0xad, 0x84, 0xa7, 0xcb, 0xa3, 0x3e, 0xa3,
+ 0xdc, 0xc5, 0x43, 0xf4, 0x84, 0xaf, 0x8d, 0x83, 0x44, 0x72, 0xcb, 0xb3,
+ 0xcd, 0x08, 0xf3, 0x4e, 0x15, 0x33, 0xc1, 0xc7, 0x2f, 0x3c, 0xc1, 0x8e,
+ 0x9e, 0x0d, 0x04, 0x7c, 0x91, 0x0e, 0x66, 0xa3, 0xc0, 0xce, 0x99, 0xf1,
+ 0xfe, 0xef, 0x32, 0x99, 0x9d, 0xf1, 0x5c, 0xd8, 0xdf, 0x18, 0xfb, 0x2a,
+ 0xf0, 0x38, 0x0d, 0xef, 0x9c, 0x61, 0xbd, 0x22, 0x39, 0xd9, 0x9f, 0x25,
+ 0x4f, 0x3f, 0x61, 0xc9, 0x0e, 0x0b, 0xdb, 0x8a, 0xe1, 0x13, 0x9f, 0x39,
+ 0x5f, 0xd1, 0xf1, 0x0a, 0xb2, 0x04, 0xf1, 0x98, 0x8a, 0xed, 0x8c, 0x20,
+ 0x12, 0x89, 0xce, 0xf2, 0x85, 0xb5, 0xd9, 0x0d, 0x5c, 0xd8, 0xa2, 0x4d,
+ 0x4e, 0xe9, 0x80, 0xe4, 0x41, 0xa4, 0x83, 0x93, 0x73, 0xf0, 0xd0, 0x63,
+ 0xe8, 0x87, 0xb8, 0x6a, 0xe7, 0x4f, 0x87, 0x93, 0x1b, 0x1c, 0x0c, 0xe2,
+ 0x99, 0x52, 0xf0, 0xc0, 0xb2, 0xf8, 0x72, 0xf2, 0x69, 0x31, 0xd2, 0xf2,
+ 0xbf, 0x60, 0x7a, 0x63, 0x18, 0x39, 0x72, 0x2c, 0x14, 0x3e, 0x7c, 0x48,
+ 0xe3, 0x00, 0x78, 0x1b, 0x94, 0xac, 0xfe, 0x2a, 0xae, 0xd2, 0x71, 0x8f,
+ 0xa0, 0xdd, 0x3a, 0x42, 0x36, 0x18, 0x85, 0xc9, 0xdb, 0x58, 0x29, 0x85,
+ 0x08, 0x3f, 0x7f, 0x9a, 0xa7, 0xe3, 0xb5, 0xfc, 0xb0, 0xe8, 0x69, 0x1a,
+ 0x69, 0xb1, 0x61, 0xc9, 0x53, 0x7c, 0x17, 0x9e, 0x9d, 0x24, 0x0b, 0x36,
+ 0xcc, 0xe5, 0x27, 0xd9, 0xc9, 0xd0, 0xb8, 0xa2, 0xcd, 0xa3, 0x7a, 0x45,
+ 0x67, 0x70, 0xb9, 0x19, 0x1a, 0x17, 0xd3, 0xb9, 0xc3, 0xe4, 0xff, 0xd9,
+ 0x44, 0xb3, 0x8b, 0xd5, 0x70, 0xf3, 0x88, 0x07, 0xf3, 0x7c, 0x7c, 0xe4,
+ 0xc8, 0xed, 0xcf, 0xd6, 0xf6, 0x95, 0x6a, 0xa6, 0x86, 0x1b, 0x17, 0xf1,
+ 0xe4, 0x16, 0xfe, 0xfa, 0x85, 0xc7, 0xd7, 0x91, 0x71, 0x1e, 0xc5, 0xcf,
+ 0x40, 0x9a, 0xc4, 0xd7, 0x3f, 0xe5, 0xd5, 0xdf, 0xe5, 0xfe, 0xaf, 0x64,
+ 0x79, 0x1b, 0xe4, 0xd9, 0xf4, 0xfd, 0x4f, 0x1e, 0x62, 0x96, 0xbf, 0xc3,
+ 0x86, 0x68, 0xfa, 0x16, 0xdd, 0xd1, 0xb3, 0xd9, 0x8e, 0x0d, 0xcc, 0x77,
+ 0xeb, 0xd5, 0xed, 0x4f, 0x7f, 0x30, 0xdf, 0xe4, 0x96, 0xaf, 0xa5, 0x3b,
+ 0xfc, 0xa9, 0x74, 0xc7, 0x7c, 0x25, 0x6d, 0x7e, 0x43, 0x0c, 0xfa, 0xc9,
+ 0x3a, 0xd1, 0x43, 0x25, 0x68, 0x59, 0xf8, 0xec, 0xbf, 0xe3, 0x29, 0x27,
+ 0xe4, 0xe5, 0x84, 0x4d, 0xcb, 0x09, 0x6b, 0xca, 0x09, 0x3d, 0xe5, 0xbc,
+ 0xb0, 0x5f, 0x18, 0x9b, 0x0f, 0xc3, 0x5f, 0xd1, 0x90, 0x1d, 0x3a, 0xd9,
+ 0x28, 0xe4, 0x76, 0xbd, 0x7e, 0x58, 0x76, 0x16, 0xf8, 0x64, 0xc1, 0xf2,
+ 0x11, 0x27, 0x96, 0x73, 0x82, 0x44, 0x48, 0x4e, 0xef, 0x02, 0xe0, 0x9d,
+ 0xcc, 0x5c, 0x6a, 0x22, 0x3a, 0x72, 0xb9, 0xfb, 0x4f, 0xbc, 0xec, 0x4e,
+ 0x57, 0x6f, 0xe1, 0x4c, 0xc1, 0x09, 0x78, 0xa9, 0xbd, 0x0a, 0x55, 0xf8,
+ 0xa6, 0xaf, 0xc0, 0xb2, 0x54, 0x77, 0x3f, 0x6f, 0xca, 0xb9, 0x12, 0xfe,
+ 0x45, 0x66, 0x78, 0xcb, 0x21, 0xe1, 0xd2, 0xd5, 0x10, 0x52, 0xf9, 0x1d,
+ 0x87, 0x8d, 0x06, 0x1b, 0x31, 0xa2, 0x58, 0xf7, 0x8d, 0x16, 0xd8, 0xe1,
+ 0xf0, 0xed, 0x9e, 0x85, 0x3e, 0x9f, 0x1f, 0x42, 0xf2, 0x37, 0xc2, 0xa3,
+ 0x4b, 0x51, 0x78, 0xff, 0x8b, 0xae, 0x88, 0x14, 0x3a, 0x94, 0x75, 0x3a,
+ 0x3f, 0x86, 0xc4, 0x36, 0x2d, 0xf1, 0xa7, 0x00, 0x0c, 0x77, 0x4a, 0x98,
+ 0x6c, 0xbd, 0x84, 0x84, 0x1a, 0x88, 0x3f, 0x5b, 0x5c, 0x8b, 0x34, 0x9a,
+ 0x35, 0x60, 0xfb, 0x98, 0x42, 0xf0, 0x61, 0xc6, 0x74, 0xf9, 0xb0, 0x84,
+ 0x7f, 0x77, 0xbc, 0x62, 0x35, 0xfe, 0xe1, 0xa8, 0x25, 0x53, 0x49, 0x39,
+ 0xb5, 0x5c, 0x72, 0xa7, 0x17, 0xe8, 0x2d, 0xa7, 0x43, 0xd8, 0x28, 0x95,
+ 0x7a, 0xec, 0x24, 0xe2, 0x53, 0x7b, 0xb7, 0x2e, 0x76, 0x69, 0x61, 0xfd,
+ 0x20, 0x08, 0xff, 0xc6, 0x83, 0x20, 0x24, 0x07, 0x41, 0xf8, 0xdc, 0x41,
+ 0x10, 0x52, 0x83, 0x20, 0x74, 0xb5, 0x34, 0x7c, 0xd6, 0x20, 0x08, 0xc9,
+ 0x41, 0xf0, 0x0c, 0x78, 0x72, 0x10, 0x84, 0xd4, 0x20, 0x68, 0xd2, 0x12,
+ 0xe6, 0x20, 0x08, 0xed, 0x41, 0xe0, 0x81, 0xf8, 0xb3, 0xc5, 0x65, 0x0f,
+ 0x02, 0x0f, 0x9b, 0x3d, 0x08, 0xfc, 0x66, 0x2e, 0xcf, 0x1e, 0x04, 0xa1,
+ 0x67, 0x10, 0x84, 0xbe, 0x41, 0x10, 0x52, 0x83, 0x20, 0xd4, 0x06, 0x41,
+ 0x58, 0x31, 0x08, 0xba, 0xf5, 0x83, 0xa0, 0xfb, 0x37, 0x1e, 0x04, 0x5d,
+ 0x72, 0x10, 0x74, 0x9f, 0x3b, 0x08, 0xba, 0xd4, 0x20, 0xe8, 0xba, 0x5a,
+ 0xda, 0x7d, 0xd6, 0x20, 0xe8, 0x92, 0x83, 0xe0, 0x19, 0xf0, 0xe4, 0x20,
+ 0xe8, 0x52, 0x83, 0xa0, 0x49, 0x4b, 0x98, 0x83, 0xa0, 0x6b, 0x0f, 0x02,
+ 0x0f, 0xc4, 0x9f, 0x2d, 0x2e, 0x7b, 0x10, 0x78, 0xd8, 0xec, 0x41, 0xd0,
+ 0xfd, 0xfe, 0x83, 0xa0, 0xeb, 0x19, 0x04, 0x5d, 0xdf, 0x20, 0xe8, 0x52,
+ 0x83, 0xa0, 0xab, 0x0d, 0x82, 0x6e, 0xc5, 0x20, 0xe8, 0xd5, 0x0f, 0x82,
+ 0xde, 0xdf, 0x78, 0x10, 0xf4, 0xc8, 0x41, 0xd0, 0x7b, 0xee, 0x20, 0xe8,
+ 0x51, 0x83, 0xa0, 0xe7, 0x6a, 0x69, 0xef, 0x59, 0x83, 0xa0, 0x47, 0x0e,
+ 0x82, 0x67, 0xc0, 0x93, 0x83, 0xa0, 0x47, 0x0d, 0x82, 0x26, 0x2d, 0x61,
+ 0x0e, 0x82, 0x9e, 0x3d, 0x08, 0x3c, 0x10, 0x7f, 0xb6, 0xb8, 0xec, 0x41,
+ 0xe0, 0x61, 0xb3, 0x07, 0x41, 0xef, 0xfb, 0x0f, 0x82, 0x9e, 0x67, 0x10,
+ 0xf4, 0x7c, 0x83, 0xa0, 0x47, 0x0d, 0x82, 0x9e, 0x36, 0x08, 0x7a, 0xf4,
+ 0x20, 0x80, 0x67, 0xa6, 0xa3, 0x68, 0xa9, 0x0e, 0x7f, 0xf1, 0x31, 0x2a,
+ 0x4b, 0x10, 0x0f, 0x3e, 0x65, 0x24, 0x44, 0xa3, 0xfa, 0x3c, 0xcc, 0x4f,
+ 0x3a, 0x0f, 0x16, 0xe9, 0x0d, 0x3e, 0x9e, 0x11, 0x20, 0x67, 0xf0, 0xd3,
+ 0x38, 0x44, 0x99, 0x0b, 0x8f, 0x7b, 0x9f, 0x3f, 0x8f, 0xb7, 0x83, 0x87,
+ 0xbb, 0x64, 0x7a, 0x17, 0x4c, 0x23, 0xee, 0x27, 0x11, 0x0f, 0x10, 0x92,
+ 0x5c, 0xfa, 0x77, 0x03, 0xdf, 0x1a, 0x25, 0x12, 0x13, 0x5a, 0xc7, 0x74,
+ 0xbb, 0x00, 0x63, 0x5e, 0x82, 0x08, 0x73, 0xf4, 0x67, 0x01, 0x82, 0x08,
+ 0xee, 0xcb, 0x38, 0xfa, 0x7a, 0x99, 0xe6, 0x3e, 0x04, 0xb5, 0xdb, 0x65,
+ 0x99, 0x90, 0x73, 0x99, 0xa5, 0xf3, 0x64, 0x11, 0xcb, 0xe0, 0xbf, 0x04,
+ 0x8f, 0xd5, 0x58, 0x70, 0xc2, 0x61, 0xb6, 0x16, 0x06, 0x76, 0xf3, 0x37,
+ 0x17, 0xbe, 0xec, 0x0d, 0xf8, 0xf6, 0x10, 0x00, 0xf0, 0x37, 0x37, 0x55,
+ 0xac, 0xae, 0xa3, 0x62, 0x94, 0x76, 0x22, 0x3a, 0xb7, 0x30, 0x23, 0xa4,
+ 0x10, 0x2c, 0x80, 0x35, 0x6b, 0x10, 0x88, 0x44, 0x9d, 0xf1, 0xd0, 0x6e,
+ 0xcb, 0x69, 0xb7, 0xcb, 0x1f, 0x17, 0x27, 0x13, 0xc8, 0x6a, 0x06, 0x02,
+ 0x7b, 0x49, 0x0f, 0x08, 0xb7, 0x05, 0x6b, 0x0c, 0x92, 0x96, 0xaf, 0x1d,
+ 0x6c, 0x14, 0x98, 0x5a, 0x9a, 0x21, 0x49, 0x3f, 0x4e, 0x65, 0x7c, 0x59,
+ 0x0d, 0x8c, 0x65, 0x56, 0x09, 0xa5, 0x6d, 0xd9, 0xa1, 0xe3, 0xee, 0xd1,
+ 0x89, 0xa6, 0x54, 0x1e, 0x96, 0xc2, 0xbd, 0x6a, 0xd6, 0x32, 0x4b, 0x3f,
+ 0x46, 0xc2, 0x95, 0x14, 0xb2, 0xb3, 0x34, 0x19, 0x8c, 0xb5, 0x46, 0x7d,
+ 0x4b, 0x1b, 0x20, 0x9d, 0xbf, 0x4c, 0x6e, 0x06, 0xc3, 0x9d, 0x3d, 0x83,
+ 0xab, 0xb7, 0xe8, 0x09, 0xce, 0x39, 0x25, 0x8e, 0x70, 0x02, 0x0d, 0xc9,
+ 0xf5, 0x8d, 0x90, 0xa5, 0xe0, 0x4a, 0x87, 0x95, 0xc9, 0xa6, 0x1a, 0x7e,
+ 0xa0, 0xc7, 0x9b, 0x22, 0x99, 0x5d, 0xd6, 0x32, 0x9f, 0xae, 0x8a, 0xf8,
+ 0x36, 0x73, 0x18, 0x4f, 0x9b, 0x8c, 0xbe, 0xa3, 0x38, 0x9a, 0x81, 0x22,
+ 0x54, 0x0d, 0xbd, 0x7f, 0x1d, 0xa7, 0xe9, 0x22, 0xff, 0xf7, 0x17, 0xc1,
+ 0xcf, 0xd1, 0x6c, 0x06, 0xff, 0x86, 0x73, 0x35, 0xf6, 0x17, 0x04, 0x95,
+ 0xda, 0x0e, 0x30, 0xae, 0x1d, 0xfc, 0xf3, 0x45, 0x50, 0x66, 0x0b, 0x9f,
+ 0x6b, 0x7c, 0xf2, 0xe4, 0xcf, 0x19, 0x3e, 0x1f, 0x07, 0x3c, 0x28, 0xab,
+ 0x4a, 0x84, 0x93, 0x1a, 0xe5, 0x9b, 0xed, 0xc5, 0x0f, 0xec, 0x33, 0x74,
+ 0x36, 0x3c, 0x3f, 0x3c, 0x1a, 0xbe, 0xf8, 0x21, 0x86, 0x00, 0xaa, 0x1a,
+ 0x5c, 0x34, 0xcf, 0x1c, 0xbc, 0xe1, 0xc9, 0x15, 0x01, 0x28, 0x29, 0x11,
+ 0x31, 0x5e, 0xcd, 0x92, 0xf9, 0x8b, 0xff, 0x0f, 0x50, 0x4b, 0x01, 0x02,
+ 0x1e, 0x03, 0x14, 0x00, 0x00, 0x00, 0x08, 0x00, 0x75, 0xa9, 0x57, 0x5c,
+ 0xad, 0x67, 0xb4, 0x32, 0xa0, 0x9f, 0x01, 0x00, 0xaa, 0x9e, 0x09, 0x00,
+ 0x12, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
+ 0xb4, 0x81, 0x00, 0x00, 0x00, 0x00, 0x66, 0x6f, 0x6d, 0x65, 0x5f, 0x79,
+ 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x62, 0x6f, 0x78, 0x2e, 0x69, 0x6e, 0x69,
+ 0x55, 0x54, 0x05, 0x00, 0x03, 0x7d, 0xb4, 0x9c, 0x69, 0x75, 0x78, 0x0b,
+ 0x00, 0x01, 0x04, 0xe8, 0x03, 0x00, 0x00, 0x04, 0xe8, 0x03, 0x00, 0x00,
+ 0x50, 0x4b, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00,
+ 0x58, 0x00, 0x00, 0x00, 0xec, 0x9f, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x57, 0x65, 0x6c, 0x63, 0x6f, 0x6d, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x46,
+ 0x4f, 0x4d, 0x45, 0x21, 0x0a, 0x0a, 0x55, 0x6e, 0x7a, 0x69, 0x70, 0x20,
+ 0x66, 0x6f, 0x6d, 0x65, 0x2e, 0x69, 0x6e, 0x69, 0x2e, 0x7a, 0x69, 0x70,
+ 0x20, 0x74, 0x6f, 0x20, 0x79, 0x6f, 0x75, 0x72, 0x20, 0x50, 0x43, 0x2c,
+ 0x20, 0x61, 0x6e, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65,
+ 0x20, 0x65, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x65, 0x64, 0x0a, 0x69,
+ 0x6e, 0x69, 0x20, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x77, 0x69, 0x74, 0x68,
+ 0x20, 0x54, 0x75, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x75, 0x64, 0x69, 0x6f,
+ 0x20, 0x74, 0x6f, 0x20, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x20,
+ 0x74, 0x6f, 0x20, 0x79, 0x6f, 0x75, 0x72, 0x20, 0x45, 0x43, 0x55, 0x2e,
+ 0x0a, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x77, 0x69, 0x6b,
+ 0x69, 0x2e, 0x66, 0x6f, 0x6d, 0x65, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f,
+ 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x7b, 0x30, 0x30,
+ 0x30, 0x32, 0x31, 0x34, 0x41, 0x30, 0x2d, 0x30, 0x30, 0x30, 0x30, 0x2d,
+ 0x30, 0x30, 0x30, 0x30, 0x2d, 0x43, 0x30, 0x30, 0x30, 0x2d, 0x30, 0x30,
+ 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x34, 0x36, 0x7d, 0x5d,
+ 0x0a, 0x50, 0x72, 0x6f, 0x70, 0x33, 0x3d, 0x31, 0x39, 0x2c, 0x31, 0x31,
+ 0x0a, 0x5b, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x53, 0x68,
+ 0x6f, 0x72, 0x74, 0x63, 0x75, 0x74, 0x5d, 0x0a, 0x49, 0x44, 0x4c, 0x69,
+ 0x73, 0x74, 0x3d, 0x0a, 0x55, 0x52, 0x4c, 0x3d, 0x68, 0x74, 0x74, 0x70,
+ 0x73, 0x3a, 0x2f, 0x2f, 0x77, 0x69, 0x6b, 0x69, 0x2e, 0x66, 0x6f, 0x6d,
+ 0x65, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x0a, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x5b, 0x7b, 0x30, 0x30, 0x30, 0x32, 0x31, 0x34,
+ 0x41, 0x30, 0x2d, 0x30, 0x30, 0x30, 0x30, 0x2d, 0x30, 0x30, 0x30, 0x30,
+ 0x2d, 0x43, 0x30, 0x30, 0x30, 0x2d, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
+ 0x30, 0x30, 0x30, 0x30, 0x34, 0x36, 0x7d, 0x5d, 0x0a, 0x50, 0x72, 0x6f,
+ 0x70, 0x33, 0x3d, 0x31, 0x39, 0x2c, 0x31, 0x31, 0x0a, 0x5b, 0x49, 0x6e,
+ 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x63,
+ 0x75, 0x74, 0x5d, 0x0a, 0x49, 0x44, 0x4c, 0x69, 0x73, 0x74, 0x3d, 0x0a,
+ 0x55, 0x52, 0x4c, 0x3d, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f,
+ 0x64, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x2e, 0x67, 0x67, 0x2f, 0x45,
+ 0x45, 0x67, 0x32, 0x66, 0x62, 0x68, 0x51, 0x44, 0x34, 0x0a, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x5b, 0x7b, 0x30, 0x30, 0x30, 0x32, 0x31, 0x34, 0x41, 0x30, 0x2d, 0x30,
+ 0x30, 0x30, 0x30, 0x2d, 0x30, 0x30, 0x30, 0x30, 0x2d, 0x43, 0x30, 0x30,
+ 0x30, 0x2d, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
+ 0x34, 0x36, 0x7d, 0x5d, 0x0a, 0x50, 0x72, 0x6f, 0x70, 0x33, 0x3d, 0x31,
+ 0x39, 0x2c, 0x31, 0x31, 0x0a, 0x5b, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e,
+ 0x65, 0x74, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x63, 0x75, 0x74, 0x5d, 0x0a,
+ 0x49, 0x44, 0x4c, 0x69, 0x73, 0x74, 0x3d, 0x0a, 0x55, 0x52, 0x4c, 0x3d,
+ 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x67, 0x69, 0x74, 0x68,
+ 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x46, 0x4f, 0x4d, 0x45, 0x2d,
+ 0x54, 0x65, 0x63, 0x68, 0x2f, 0x66, 0x6f, 0x6d, 0x65, 0x2d, 0x66, 0x77,
+ 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+unsigned int ramdisk_image_len = 131072;
diff --git a/firmware/hw_layer/mass_storage/ramdisk_image_compressed.h b/firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
index 3bdbd9a758..c135808fad 100644
--- a/firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
+++ b/firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
@@ -1,4 +1,9155 @@
-// This file will be replaced by a ramdisk image containing the corresponding ini
-// Defining this macro tells the ramdisk to instead mount a null device instead of
-// the filesystem image, since we don't have one.
-#define RAMDISK_INVALID
+static const unsigned char ramdisk_image_gz[] = {
+ 0x1f, 0x8b, 0x08, 0x08, 0x7d, 0xb4, 0x9c, 0x69, 0x00, 0x03, 0x72, 0x61,
+ 0x6d, 0x64, 0x69, 0x73, 0x6b, 0x2e, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x00,
+ 0xec, 0x5d, 0x0f, 0x88, 0x23, 0x69, 0x56, 0xaf, 0xee, 0xf9, 0xd3, 0x93,
+ 0xf4, 0xf4, 0xf4, 0xfc, 0xe1, 0x3c, 0x96, 0xe3, 0xd8, 0x6f, 0xb2, 0x0c,
+ 0x73, 0xcb, 0xf6, 0x64, 0x52, 0x95, 0xa4, 0xf2, 0x67, 0x6c, 0xae, 0xab,
+ 0x93, 0x74, 0x77, 0x6e, 0x3b, 0x49, 0x6f, 0x92, 0xee, 0xde, 0xb9, 0xd9,
+ 0xb1, 0xba, 0x3a, 0xf9, 0x92, 0xd4, 0x75, 0xa5, 0x2a, 0x5b, 0x55, 0xe9,
+ 0xee, 0xac, 0xba, 0xf6, 0x2a, 0x22, 0x22, 0xa2, 0x22, 0x72, 0x1c, 0xa2,
+ 0xf6, 0x22, 0x22, 0x77, 0x2a, 0x22, 0x2a, 0x22, 0x87, 0xda, 0x8b, 0x88,
+ 0x88, 0x2c, 0x22, 0xa2, 0x22, 0x9e, 0xd8, 0x8b, 0x8a, 0xca, 0x22, 0x7a,
+ 0x88, 0x78, 0x22, 0x3a, 0xbe, 0xf7, 0x55, 0xd2, 0xa9, 0x4a, 0x57, 0xcf,
+ 0x2e, 0x1e, 0x28, 0x62, 0xbd, 0x99, 0x9e, 0xa4, 0xde, 0xf7, 0xbd, 0xdf,
+ 0x7b, 0xdf, 0xfb, 0xde, 0x7b, 0xf5, 0xbd, 0xca, 0x4c, 0xe6, 0xc3, 0x6f,
+ 0xfd, 0xe1, 0xee, 0x5e, 0xcb, 0x8a, 0xb6, 0x14, 0x9b, 0x9b, 0xbe, 0x3c,
+ 0xc5, 0x4d, 0x73, 0xd3, 0x47, 0xd7, 0xbe, 0x31, 0xcd, 0xdd, 0x84, 0x77,
+ 0x23, 0x3a, 0xe2, 0x5e, 0x7e, 0xfa, 0x77, 0x7f, 0xb2, 0xba, 0x52, 0x29,
+ 0x15, 0x48, 0x61, 0xa5, 0x48, 0x08, 0x59, 0x91, 0xea, 0xbc, 0x00, 0xaf,
+ 0x37, 0x5e, 0xfc, 0xcd, 0x27, 0xdf, 0xf1, 0xf3, 0x91, 0x13, 0x7b, 0x76,
+ 0xeb, 0x57, 0x6e, 0x7c, 0x75, 0x86, 0x7b, 0xff, 0xe6, 0xb7, 0x7d, 0xf8,
+ 0x4f, 0xc2, 0x5f, 0xbf, 0xff, 0x2d, 0xef, 0xbf, 0xf0, 0xe1, 0x7f, 0xd6,
+ 0x3b, 0xaa, 0x45, 0xe0, 0xb7, 0x6e, 0xd8, 0x44, 0x21, 0xbb, 0x86, 0x61,
+ 0x2b, 0xbb, 0x1a, 0x25, 0x4d, 0xd5, 0xda, 0x8b, 0x12, 0xb2, 0xa1, 0x51,
+ 0xc5, 0xa2, 0x44, 0xd5, 0x2d, 0x6a, 0x7a, 0xc6, 0x5b, 0x9a, 0xd1, 0xeb,
+ 0x0d, 0x88, 0xa2, 0x37, 0xe7, 0xc2, 0x3d, 0x93, 0x5a, 0x16, 0xbc, 0x1d,
+ 0x90, 0x3d, 0x3a, 0x20, 0xb6, 0x41, 0x6c, 0x13, 0x46, 0xda, 0x8a, 0xaa,
+ 0x93, 0x68, 0x34, 0x4a, 0xe6, 0xc2, 0x5c, 0x40, 0xdf, 0x0c, 0x6d, 0x7e,
+ 0xe5, 0x1b, 0xcf, 0x9e, 0x5d, 0x5a, 0xe2, 0xae, 0xec, 0x70, 0x33, 0x47,
+ 0x5c, 0xe8, 0x98, 0x9b, 0x3d, 0xe1, 0xe6, 0x4e, 0xb9, 0x79, 0x6e, 0xea,
+ 0x16, 0x99, 0xba, 0xb3, 0x34, 0xf5, 0x89, 0x9d, 0xa9, 0x4f, 0x1e, 0x4d,
+ 0xbd, 0x70, 0x3c, 0xf5, 0xa9, 0x93, 0xa9, 0x4f, 0x9f, 0x4e, 0xbd, 0xc8,
+ 0x4d, 0xdf, 0x25, 0xd3, 0x2f, 0x2d, 0x4d, 0xdf, 0xdb, 0x99, 0xbe, 0x7f,
+ 0x34, 0xfd, 0xf2, 0xf1, 0xf4, 0x2b, 0x27, 0xd3, 0x0f, 0x4e, 0xa7, 0x1f,
+ 0x72, 0x97, 0x78, 0x72, 0x29, 0xbe, 0x74, 0x29, 0xb9, 0x73, 0x29, 0x75,
+ 0x74, 0x29, 0x73, 0x7c, 0xe9, 0xd1, 0xc9, 0xa5, 0xc5, 0xd3, 0x4b, 0x9f,
+ 0xe5, 0x2e, 0x4b, 0xe4, 0x72, 0x6e, 0xe9, 0x72, 0x61, 0xe7, 0xf2, 0xea,
+ 0xd1, 0xe5, 0xe2, 0xf1, 0xe5, 0x57, 0x4f, 0x2e, 0x97, 0x4e, 0x2f, 0x57,
+ 0xb8, 0x2b, 0xaf, 0x91, 0x2b, 0xb5, 0xa5, 0x2b, 0x9b, 0x3b, 0x57, 0xb6,
+ 0x8f, 0xae, 0x3c, 0x3e, 0xbe, 0xf2, 0xe4, 0xe4, 0xca, 0xd3, 0xd3, 0x2b,
+ 0x32, 0x77, 0x55, 0x21, 0x57, 0x1b, 0x4b, 0x57, 0xe9, 0xce, 0xd5, 0xf6,
+ 0xd1, 0x55, 0xf5, 0xf8, 0xea, 0xde, 0xc9, 0xd5, 0xee, 0xe9, 0x55, 0x83,
+ 0x9b, 0x79, 0x93, 0xcc, 0x58, 0x4b, 0x33, 0xfd, 0x9d, 0x99, 0x83, 0xa3,
+ 0x99, 0xc1, 0xf1, 0xcc, 0xb7, 0x9f, 0xcc, 0x7c, 0xe7, 0xe9, 0xcc, 0x77,
+ 0x71, 0xd7, 0xde, 0x21, 0xd7, 0xbe, 0x67, 0xe9, 0xda, 0xf7, 0xee, 0x5c,
+ 0xfb, 0xbe, 0xa3, 0x6b, 0xdf, 0x7f, 0x7c, 0xed, 0x07, 0x4e, 0xae, 0xfd,
+ 0xe0, 0xe9, 0xb5, 0x1f, 0xe2, 0x42, 0x3f, 0x42, 0x42, 0x3f, 0xba, 0x14,
+ 0xfa, 0xb1, 0x9d, 0xd0, 0x17, 0x8f, 0x42, 0x5f, 0x3a, 0x0e, 0xfd, 0xf8,
+ 0x49, 0xe8, 0x27, 0x4e, 0x43, 0x3f, 0xc5, 0x85, 0xdf, 0x25, 0xe1, 0x9f,
+ 0x5e, 0x0a, 0xff, 0xcc, 0x4e, 0xf8, 0x67, 0x8f, 0xc2, 0x5f, 0x3e, 0x0e,
+ 0xff, 0xdc, 0x49, 0xf8, 0x17, 0x4e, 0xc3, 0xbf, 0xc8, 0xcd, 0xfe, 0x12,
+ 0x99, 0xfd, 0xe5, 0xa5, 0xd9, 0x5f, 0xdd, 0x99, 0xfd, 0xb5, 0xa3, 0xd9,
+ 0x5f, 0x3f, 0x9e, 0xfd, 0xea, 0xc9, 0xec, 0x6f, 0x9c, 0xce, 0xfe, 0x16,
+ 0x77, 0xfd, 0x3d, 0x72, 0xfd, 0xb7, 0x97, 0xae, 0xff, 0xce, 0xce, 0xf5,
+ 0xdf, 0x3d, 0xba, 0xfe, 0x7b, 0xc7, 0xd7, 0x7f, 0xff, 0xe4, 0xfa, 0xfb,
+ 0xa7, 0xd7, 0xff, 0x80, 0x9b, 0xfb, 0x43, 0x32, 0xf7, 0x47, 0x4b, 0x73,
+ 0x7f, 0xbc, 0x33, 0xf7, 0xa7, 0x47, 0x73, 0x7f, 0x76, 0x3c, 0xf7, 0xe7,
+ 0x27, 0x73, 0x7f, 0x71, 0x3a, 0xf7, 0x97, 0xdc, 0x8d, 0x0f, 0xc8, 0x8d,
+ 0xbf, 0x5a, 0xba, 0xf1, 0x37, 0x3b, 0x37, 0xfe, 0xf6, 0xe8, 0xc6, 0xdf,
+ 0x1f, 0xdf, 0xf8, 0xf0, 0xe4, 0xc6, 0x3f, 0x9c, 0xde, 0xf8, 0x47, 0x6e,
+ 0xfe, 0xeb, 0x64, 0xfe, 0x9f, 0x97, 0xe6, 0xff, 0x65, 0x67, 0xfe, 0x5f,
+ 0x8f, 0xe6, 0xff, 0xed, 0x78, 0xfe, 0xdf, 0x4f, 0xe6, 0xff, 0xe3, 0x74,
+ 0xfe, 0x19, 0x77, 0x73, 0xea, 0xee, 0xcd, 0x4b, 0xd2, 0xcd, 0x2b, 0xca,
+ 0xcd, 0x99, 0x77, 0x6e, 0x86, 0xde, 0xbd, 0x39, 0xfb, 0xde, 0xcd, 0xb9,
+ 0x0f, 0x6e, 0xce, 0x4f, 0xdd, 0xba, 0x75, 0xf7, 0xd6, 0x1d, 0xe9, 0xd6,
+ 0x27, 0x94, 0x5b, 0x9f, 0x7c, 0xe7, 0xd6, 0x0b, 0xef, 0xde, 0xfa, 0xd4,
+ 0x7b, 0xb7, 0x3e, 0xfd, 0xc1, 0xad, 0x17, 0xa7, 0x6e, 0xdf, 0xbd, 0x7b,
+ 0xfb, 0x25, 0xe9, 0xf6, 0x3d, 0xe5, 0xf6, 0xfd, 0x77, 0x6e, 0xbf, 0xfc,
+ 0xee, 0xed, 0x57, 0xde, 0xbb, 0xfd, 0xe0, 0x83, 0xdb, 0x0f, 0xa7, 0xee,
+ 0xf0, 0x77, 0xef, 0xc4, 0xa5, 0x3b, 0xc9, 0xaf, 0x3f, 0x73, 0xe8, 0x7f,
+ 0x3b, 0xb0, 0x02, 0xfa, 0x3f, 0x42, 0x41, 0xfe, 0x07, 0xf9, 0x1f, 0xd0,
+ 0xff, 0x5f, 0x72, 0x1d, 0xea, 0xae, 0x71, 0x9c, 0xfd, 0xe5, 0xed, 0x37,
+ 0xb6, 0xdf, 0x70, 0x5e, 0x9d, 0xf1, 0xe5, 0x43, 0x2e, 0xca, 0xa9, 0x9c,
+ 0x0e, 0x3f, 0xf3, 0xdc, 0x5d, 0x8e, 0x7b, 0x76, 0x46, 0xce, 0xfb, 0xa9,
+ 0x16, 0x67, 0x70, 0x5d, 0x8e, 0x72, 0x32, 0x8e, 0x0f, 0xe0, 0x8d, 0x06,
+ 0xbf, 0x0c, 0xee, 0x00, 0x64, 0x77, 0xe1, 0x15, 0xf1, 0xe5, 0xc7, 0x6f,
+ 0xf3, 0xc5, 0x72, 0x91, 0x78, 0xf1, 0xa7, 0xb9, 0xaf, 0xfc, 0x64, 0x88,
+ 0x5b, 0x16, 0xb8, 0x07, 0x9c, 0xc0, 0xc5, 0x41, 0xcb, 0x3c, 0xb7, 0x67,
+ 0x73, 0x87, 0x9c, 0xcd, 0x39, 0xc8, 0x43, 0xfc, 0x2a, 0x57, 0xe0, 0x24,
+ 0x2e, 0xcf, 0x95, 0x70, 0xbc, 0xc0, 0x26, 0xc7, 0xe0, 0x47, 0x84, 0x59,
+ 0x0f, 0xe0, 0x5d, 0xb5, 0x20, 0xe5, 0x4b, 0x85, 0xb7, 0xf9, 0xfa, 0xeb,
+ 0xf5, 0x09, 0x7c, 0x71, 0xea, 0x10, 0xe6, 0x48, 0x2b, 0x5c, 0x05, 0x64,
+ 0x0b, 0x1c, 0x01, 0xf9, 0xb5, 0x6d, 0x58, 0xc6, 0x1e, 0xfc, 0x44, 0xb9,
+ 0x3e, 0x8c, 0x99, 0x60, 0x29, 0xda, 0xb7, 0x5d, 0x7c, 0x9b, 0xdf, 0xac,
+ 0xae, 0x4f, 0xc8, 0xa7, 0xa6, 0x34, 0x5c, 0x7f, 0x9f, 0x4d, 0x43, 0x63,
+ 0xe6, 0xb9, 0xc4, 0xb3, 0x67, 0xe7, 0xd6, 0xef, 0xc6, 0x4f, 0xe4, 0x01,
+ 0xdb, 0xe2, 0x1a, 0xb0, 0x6e, 0x13, 0x44, 0x9a, 0xa0, 0x07, 0xf1, 0xf3,
+ 0xbe, 0xf8, 0xe9, 0x29, 0x9c, 0xb3, 0x8c, 0xa6, 0x38, 0x1a, 0xe6, 0xb9,
+ 0xaf, 0x7d, 0x04, 0xfe, 0xd7, 0xaa, 0xcc, 0xbf, 0x94, 0x53, 0x40, 0x0b,
+ 0x07, 0xaf, 0x16, 0xc3, 0xaf, 0x16, 0xfc, 0xf0, 0x33, 0x53, 0xdf, 0xfd,
+ 0x3f, 0x1b, 0x4a, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x05, 0x14, 0x50,
+ 0x40, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01,
+ 0x05, 0x14, 0x50, 0x40, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x05, 0x14,
+ 0x50, 0x40, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x05, 0x14, 0x50, 0x40,
+ 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x05,
+ 0x14, 0x50, 0x40, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x05, 0x14, 0x50,
+ 0x40, 0x01, 0x05, 0x14, 0x50, 0x40, 0x01, 0x7d, 0x13, 0xf4, 0x88, 0x8c,
+ 0xbe, 0xa6, 0x49, 0x21, 0xf5, 0xbe, 0x4e, 0xcd, 0x9a, 0xdd, 0x6f, 0xaa,
+ 0x06, 0xe9, 0x99, 0xc6, 0x17, 0x68, 0xc3, 0x26, 0x2d, 0xc3, 0x24, 0x76,
+ 0x87, 0x12, 0xfc, 0x77, 0xe6, 0x51, 0x9b, 0x36, 0x3a, 0x84, 0xea, 0x6d,
+ 0x55, 0xa7, 0xa4, 0xab, 0xe8, 0x4a, 0x9b, 0x76, 0xa9, 0x6e, 0x13, 0x6b,
+ 0x60, 0xd9, 0xb4, 0x1b, 0x7e, 0x14, 0x1e, 0x82, 0xb5, 0x54, 0x8d, 0x92,
+ 0x8e, 0x62, 0x91, 0x5d, 0x4a, 0x75, 0xd2, 0xa6, 0x80, 0xaa, 0xd8, 0xb4,
+ 0x49, 0x76, 0x07, 0x44, 0xd5, 0xf7, 0x8d, 0x3d, 0x55, 0x6f, 0x23, 0x57,
+ 0x6e, 0x18, 0x7a, 0x4b, 0x6d, 0x47, 0xad, 0x4e, 0x94, 0x49, 0xe2, 0x97,
+ 0x41, 0xf5, 0xfa, 0x36, 0x13, 0x07, 0x73, 0x4c, 0x1a, 0x7e, 0x14, 0xb2,
+ 0xd1, 0x24, 0x8b, 0x99, 0x04, 0xda, 0xbb, 0x3d, 0x0d, 0x80, 0xa2, 0xaa,
+ 0xae, 0x86, 0xd0, 0xa6, 0x86, 0xd1, 0xed, 0x1a, 0x3a, 0x19, 0xf1, 0x61,
+ 0x7a, 0xcb, 0xe8, 0xd2, 0x11, 0xac, 0x7d, 0x68, 0xb3, 0x59, 0xa3, 0x95,
+ 0x58, 0x3d, 0xda, 0x50, 0x5b, 0x6a, 0x83, 0xe1, 0x33, 0x63, 0x8b, 0xba,
+ 0x67, 0xc9, 0x16, 0x08, 0xc3, 0x20, 0xd5, 0x9a, 0x16, 0x58, 0xbf, 0x4f,
+ 0x89, 0xa6, 0xda, 0x36, 0xac, 0xe4, 0xcd, 0x3e, 0xb5, 0x6c, 0x15, 0x14,
+ 0x75, 0x15, 0x73, 0x8f, 0xa0, 0x42, 0x40, 0xd5, 0x68, 0xcb, 0x26, 0x46,
+ 0x8b, 0xbd, 0xd7, 0x15, 0x14, 0x04, 0x47, 0x29, 0xcd, 0xa6, 0x8a, 0x33,
+ 0x15, 0xcd, 0xc1, 0x21, 0xb6, 0xda, 0xb3, 0x9c, 0xc5, 0x19, 0x16, 0x65,
+ 0x57, 0xb8, 0x2e, 0xd2, 0xa4, 0x2d, 0x70, 0x61, 0x93, 0xb0, 0xaf, 0xb1,
+ 0x7a, 0xa8, 0xea, 0x36, 0x6d, 0x83, 0x87, 0x40, 0xf0, 0xe1, 0xc4, 0x02,
+ 0x98, 0x99, 0x2b, 0x80, 0x4c, 0x0f, 0x15, 0x58, 0x24, 0x33, 0x3b, 0xd4,
+ 0xd2, 0x0c, 0xc5, 0x26, 0xbb, 0xaa, 0x62, 0xc9, 0x26, 0xb5, 0x54, 0xcb,
+ 0x36, 0xcc, 0x47, 0x1b, 0x7d, 0x4d, 0x7b, 0xd0, 0xef, 0x91, 0x11, 0x83,
+ 0xec, 0x2b, 0x5a, 0x9f, 0xa2, 0xb1, 0x03, 0xa3, 0x6f, 0x92, 0x5d, 0x43,
+ 0x31, 0x9b, 0x8f, 0x22, 0x95, 0x4e, 0x37, 0x02, 0x80, 0x1d, 0x0a, 0x36,
+ 0xdc, 0xf7, 0x00, 0xdc, 0xc7, 0x08, 0x40, 0x43, 0xcc, 0xb1, 0xf1, 0x6c,
+ 0x59, 0x8a, 0xde, 0x64, 0x6b, 0xb4, 0xe9, 0x21, 0xe8, 0xa4, 0xf6, 0x01,
+ 0x6e, 0xa9, 0x45, 0xbb, 0x6a, 0xc3, 0xd0, 0x0c, 0x9d, 0x05, 0xce, 0x41,
+ 0x07, 0xcc, 0x01, 0x2f, 0x37, 0xfb, 0x0d, 0xd8, 0x37, 0x36, 0xd9, 0x30,
+ 0x34, 0x58, 0x2c, 0xa8, 0x2a, 0x1b, 0x36, 0x5c, 0xe2, 0x84, 0xfb, 0xaf,
+ 0xdc, 0x27, 0x96, 0xda, 0xd6, 0x51, 0xc2, 0xa4, 0x6f, 0xf6, 0x55, 0x13,
+ 0x1c, 0xa0, 0xb4, 0x40, 0x23, 0xa8, 0x83, 0x2d, 0x1e, 0x83, 0x3a, 0x31,
+ 0x87, 0x10, 0x46, 0x0f, 0xbf, 0xf3, 0x4b, 0xe9, 0xf5, 0xa8, 0x62, 0xa2,
+ 0xb3, 0x5c, 0xbb, 0x85, 0x9e, 0x00, 0x7c, 0xc7, 0xd2, 0x45, 0x12, 0x79,
+ 0x89, 0xec, 0xe2, 0x82, 0xd1, 0xcc, 0x88, 0x9b, 0x7f, 0x97, 0xa0, 0x9e,
+ 0x73, 0x6c, 0xdd, 0x30, 0xbb, 0xb0, 0xd0, 0x21, 0x1f, 0x7e, 0xc1, 0xa0,
+ 0x8d, 0xb1, 0x6b, 0x75, 0x8c, 0x3e, 0x4c, 0xb1, 0x50, 0x77, 0xbd, 0x46,
+ 0x5a, 0xa6, 0xd1, 0x25, 0x9a, 0xe1, 0xc4, 0xec, 0x28, 0x17, 0x72, 0x52,
+ 0x99, 0x14, 0xf3, 0x68, 0x10, 0x5e, 0x09, 0x3a, 0x46, 0x36, 0x2c, 0x53,
+ 0x33, 0x1a, 0x6c, 0x13, 0x99, 0xcf, 0x14, 0x4d, 0x33, 0x0e, 0xd8, 0x78,
+ 0x0f, 0xd2, 0x04, 0x8c, 0x50, 0x20, 0xaa, 0x60, 0x31, 0x07, 0x06, 0xc4,
+ 0x50, 0xc3, 0x30, 0x4d, 0x08, 0x49, 0x6d, 0x10, 0x0d, 0x53, 0x1d, 0xbf,
+ 0xf4, 0x0c, 0x30, 0x96, 0x01, 0x22, 0xa7, 0xe8, 0x80, 0xbb, 0x48, 0x5a,
+ 0x8a, 0x66, 0xd1, 0x70, 0xf8, 0x49, 0x8d, 0xda, 0x36, 0x28, 0x5e, 0x35,
+ 0x8d, 0x7e, 0xcf, 0x7a, 0x1a, 0x0e, 0x3d, 0x62, 0x80, 0x26, 0x6d, 0xc1,
+ 0x06, 0xea, 0x0d, 0x5a, 0xc6, 0x0d, 0x3a, 0x50, 0x35, 0x8d, 0x18, 0xfb,
+ 0xd4, 0x7c, 0x60, 0xaa, 0x4d, 0x8c, 0x76, 0xba, 0xaf, 0x1a, 0x7d, 0x6b,
+ 0x01, 0xc2, 0x99, 0xa8, 0x2d, 0xdc, 0x7e, 0x16, 0x72, 0x0d, 0xb0, 0x00,
+ 0xb1, 0x88, 0x82, 0x30, 0x96, 0x0b, 0x18, 0x10, 0xec, 0x0e, 0x64, 0xff,
+ 0x19, 0xac, 0xb3, 0xf1, 0x10, 0xdb, 0x9a, 0xd2, 0xdd, 0x6d, 0x2a, 0x35,
+ 0xaa, 0x5b, 0x86, 0xb9, 0x40, 0x54, 0xdb, 0xd1, 0x65, 0x52, 0xc8, 0xb6,
+ 0x06, 0xee, 0x2a, 0x75, 0x41, 0x91, 0x36, 0xc3, 0x72, 0x45, 0x36, 0x9a,
+ 0xea, 0xd6, 0x63, 0x45, 0x0f, 0xbb, 0xda, 0x28, 0x65, 0xdc, 0x79, 0xe7,
+ 0x84, 0x3b, 0x62, 0xb5, 0x0c, 0xad, 0x49, 0xcd, 0x28, 0x29, 0xb6, 0xc8,
+ 0xb0, 0x26, 0xe9, 0xa4, 0xaf, 0x8f, 0x30, 0x3d, 0xeb, 0x1e, 0xdb, 0xb3,
+ 0x4b, 0x31, 0xef, 0x68, 0x33, 0x8a, 0x08, 0x7b, 0x74, 0x00, 0x1e, 0x6e,
+ 0x86, 0x16, 0xc9, 0xe4, 0x74, 0x92, 0x57, 0x2d, 0x30, 0x7c, 0x80, 0x57,
+ 0xe0, 0xda, 0x12, 0x6d, 0x2b, 0x68, 0xc4, 0xd3, 0x30, 0x81, 0x84, 0xb0,
+ 0xed, 0x9e, 0x95, 0x7d, 0xf8, 0xd0, 0xec, 0x5b, 0xa0, 0x2b, 0x0a, 0x75,
+ 0x05, 0x12, 0xd1, 0xec, 0x77, 0x1f, 0xee, 0xab, 0xf4, 0x00, 0x22, 0x41,
+ 0x6d, 0x44, 0x7b, 0x9d, 0xde, 0x67, 0x7b, 0x8b, 0x71, 0x51, 0x88, 0xf1,
+ 0x2f, 0xf5, 0xd8, 0x4b, 0x38, 0x84, 0xe1, 0xac, 0xd8, 0x7d, 0x93, 0x82,
+ 0xba, 0x08, 0xc8, 0xe2, 0xd7, 0xa8, 0x7c, 0x06, 0x0b, 0xe5, 0xcb, 0x50,
+ 0x2a, 0xa0, 0x24, 0x9a, 0x51, 0x21, 0x26, 0x88, 0xd1, 0x98, 0x10, 0x15,
+ 0xe2, 0xd1, 0x01, 0xc5, 0x88, 0xd8, 0x35, 0x0e, 0xa3, 0x7c, 0x22, 0x9e,
+ 0xe6, 0xc5, 0x78, 0x2a, 0x9d, 0x88, 0x80, 0x21, 0x2e, 0x4f, 0xc0, 0x0e,
+ 0x43, 0xad, 0x31, 0x07, 0x39, 0xa8, 0x6b, 0x18, 0x43, 0x80, 0x5a, 0x8b,
+ 0x84, 0x43, 0xb0, 0xb7, 0x16, 0x84, 0x55, 0x51, 0x6f, 0x19, 0xc8, 0xda,
+ 0x8a, 0x10, 0x0c, 0x64, 0xb3, 0x7b, 0x80, 0xfb, 0x3a, 0x1c, 0x74, 0x62,
+ 0x53, 0xc5, 0x72, 0xb5, 0xab, 0x98, 0x2e, 0xd3, 0xc8, 0x7f, 0xd7, 0x34,
+ 0x50, 0x32, 0x06, 0x81, 0xad, 0xa0, 0x87, 0x50, 0x3f, 0xb1, 0x8a, 0x43,
+ 0x10, 0x83, 0xcb, 0x53, 0x04, 0x14, 0x76, 0x0d, 0x8c, 0xac, 0x8e, 0x62,
+ 0x2a, 0x30, 0x62, 0x5a, 0x61, 0xdc, 0x01, 0x48, 0x1a, 0xb6, 0x2d, 0xf8,
+ 0x4d, 0x7d, 0x30, 0x15, 0x3c, 0x0a, 0xb5, 0xb2, 0xad, 0x34, 0x06, 0xac,
+ 0x4e, 0xc3, 0x76, 0xaa, 0x36, 0x56, 0x1a, 0xa7, 0xda, 0x36, 0x14, 0x8b,
+ 0x62, 0xa8, 0x76, 0x8c, 0x03, 0x8c, 0xa1, 0x48, 0x93, 0xb6, 0xc9, 0x4a,
+ 0x04, 0xcb, 0x96, 0x42, 0x72, 0xeb, 0x75, 0xd2, 0x56, 0xfa, 0x6d, 0xa7,
+ 0x7e, 0xdc, 0x87, 0x60, 0x68, 0xd8, 0x7d, 0x48, 0xab, 0x01, 0xc1, 0x59,
+ 0xb9, 0x70, 0x08, 0xa0, 0xd7, 0x19, 0xf2, 0x4a, 0x1d, 0x90, 0x37, 0x19,
+ 0xf0, 0x28, 0x77, 0x42, 0x60, 0x3a, 0x18, 0x57, 0x52, 0x2d, 0x0b, 0x80,
+ 0x97, 0x55, 0xbb, 0xd2, 0xc3, 0xd4, 0xc4, 0x09, 0xb6, 0xd9, 0xa7, 0xcc,
+ 0x52, 0x64, 0x75, 0xd5, 0xb7, 0x9c, 0xfb, 0x88, 0xc5, 0x3c, 0xd8, 0x02,
+ 0xdf, 0x10, 0xe7, 0x2b, 0x71, 0x72, 0x9b, 0x56, 0x38, 0xa4, 0x1b, 0xb8,
+ 0x17, 0x55, 0x48, 0xde, 0x3c, 0x85, 0xd8, 0x19, 0x49, 0x87, 0x20, 0x24,
+ 0x95, 0xbe, 0x66, 0x57, 0xfb, 0x3a, 0x40, 0xd0, 0x2a, 0x85, 0x84, 0x6e,
+ 0x6e, 0xc0, 0x36, 0xd2, 0x06, 0x4c, 0xe1, 0x63, 0xb1, 0x70, 0xa8, 0xab,
+ 0x1c, 0x6e, 0xea, 0x60, 0x61, 0x73, 0x34, 0x47, 0xd1, 0xdb, 0xd4, 0x19,
+ 0x8c, 0x31, 0xed, 0x90, 0xdb, 0x64, 0x08, 0x43, 0x8a, 0x1b, 0x0f, 0x7b,
+ 0x86, 0x69, 0xa3, 0xbf, 0xb0, 0x5a, 0x0f, 0x2f, 0xcf, 0xd4, 0x14, 0x7b,
+ 0x52, 0xb3, 0xc9, 0xbe, 0x09, 0x11, 0xe4, 0x33, 0x42, 0x94, 0x17, 0xd3,
+ 0x51, 0x3e, 0x16, 0xe5, 0x5d, 0x13, 0x36, 0x50, 0x7c, 0x91, 0x08, 0x19,
+ 0x06, 0xff, 0x24, 0x07, 0x4b, 0xb5, 0x15, 0xdd, 0x86, 0xa2, 0xf1, 0x88,
+ 0xe8, 0xf4, 0x00, 0x8a, 0x50, 0x63, 0x8f, 0x62, 0x8d, 0x35, 0x55, 0xac,
+ 0xef, 0x58, 0xfd, 0x6c, 0x27, 0xf1, 0x73, 0x55, 0x70, 0x65, 0x17, 0xc0,
+ 0xa1, 0x4c, 0x15, 0xf4, 0x7d, 0xaa, 0x19, 0x3d, 0xba, 0xe2, 0x8c, 0x2f,
+ 0x92, 0xae, 0x35, 0x62, 0xc9, 0x7c, 0x14, 0xed, 0xa6, 0x7a, 0x53, 0x55,
+ 0x74, 0x1d, 0xa6, 0x87, 0x42, 0x10, 0xf5, 0xce, 0x1d, 0x12, 0xfc, 0xb4,
+ 0x01, 0xd2, 0xc8, 0x02, 0x1e, 0x0f, 0xd3, 0xb0, 0xe6, 0x15, 0x9b, 0x70,
+ 0x36, 0x80, 0x1b, 0x2e, 0x35, 0x91, 0x1b, 0x79, 0xe3, 0x30, 0x16, 0xc3,
+ 0x9f, 0x88, 0x33, 0x8a, 0x3e, 0x1d, 0xc6, 0x39, 0x1b, 0xae, 0xde, 0x13,
+ 0x8c, 0x7b, 0x42, 0x03, 0x46, 0x77, 0xfb, 0xa6, 0x7e, 0x36, 0x82, 0x43,
+ 0xcb, 0x43, 0x91, 0x5c, 0xa7, 0xaf, 0xef, 0x6d, 0x9b, 0xaa, 0x4d, 0x19,
+ 0x3b, 0xe7, 0x48, 0xdc, 0xdb, 0x87, 0xe1, 0x86, 0xd9, 0x88, 0x0b, 0xb9,
+ 0x0e, 0x6d, 0xec, 0x8d, 0x24, 0x61, 0xc2, 0xde, 0x19, 0xa4, 0x49, 0x6d,
+ 0x53, 0xa5, 0xfb, 0x34, 0xc7, 0x2a, 0x4d, 0xc1, 0x34, 0x61, 0xab, 0x61,
+ 0x02, 0x85, 0xfc, 0x7b, 0x84, 0x9b, 0x0f, 0x41, 0x39, 0x2c, 0xdd, 0xc3,
+ 0x82, 0x65, 0x39, 0x1a, 0xa5, 0x86, 0xad, 0xee, 0xb3, 0x81, 0xd1, 0xf6,
+ 0xc7, 0xc2, 0x8f, 0x68, 0xb4, 0x1d, 0x25, 0x78, 0x4e, 0x39, 0x40, 0x53,
+ 0x76, 0xa1, 0xea, 0xef, 0x59, 0x50, 0xd6, 0x5a, 0x4e, 0xd9, 0x6f, 0x36,
+ 0xb1, 0x68, 0xb1, 0x3b, 0x29, 0x1b, 0x87, 0x3d, 0x06, 0xc9, 0x70, 0x88,
+ 0x5d, 0x2c, 0x3b, 0x93, 0x17, 0x21, 0xc0, 0x21, 0x42, 0x71, 0x0e, 0x5b,
+ 0xce, 0x18, 0x3c, 0xc4, 0xe0, 0xd0, 0x37, 0x75, 0x88, 0x19, 0xa3, 0x8f,
+ 0x7b, 0x10, 0x67, 0x5b, 0x3a, 0x1c, 0x02, 0xdb, 0x56, 0x20, 0x0f, 0x98,
+ 0xfd, 0x7c, 0x5c, 0x88, 0x41, 0x96, 0x42, 0xa4, 0x41, 0x0e, 0x82, 0x6b,
+ 0x20, 0x5f, 0xdf, 0x82, 0x13, 0x02, 0x6c, 0x11, 0xb9, 0x60, 0x51, 0x18,
+ 0x77, 0xac, 0xba, 0x87, 0x9c, 0xad, 0xda, 0x85, 0x94, 0x59, 0x08, 0xd9,
+ 0x83, 0x1e, 0xd4, 0x47, 0x58, 0x01, 0xcc, 0x83, 0x3a, 0x89, 0xcc, 0xc9,
+ 0x89, 0x8a, 0x69, 0x2a, 0x03, 0x18, 0x9b, 0x98, 0x6a, 0x75, 0x14, 0xbc,
+ 0x66, 0x39, 0xbd, 0x10, 0xb2, 0x1a, 0x8a, 0x06, 0x57, 0xb6, 0xa9, 0xe8,
+ 0x16, 0x9e, 0xc7, 0x16, 0x42, 0x9a, 0xb1, 0x10, 0x0a, 0x75, 0xd4, 0x05,
+ 0xd2, 0x54, 0xdb, 0x3e, 0xa8, 0x28, 0xa0, 0xc0, 0x9d, 0xc5, 0x83, 0x0a,
+ 0x23, 0x1f, 0x1b, 0x0f, 0x82, 0x3b, 0x57, 0x29, 0xaf, 0x14, 0x57, 0xe5,
+ 0x3c, 0x14, 0xb8, 0x72, 0xb1, 0x5e, 0xac, 0x94, 0xe5, 0x5a, 0x5d, 0xaa,
+ 0xd6, 0xc3, 0xb8, 0x7d, 0x35, 0x4c, 0x6e, 0x17, 0x41, 0x7e, 0x08, 0xc9,
+ 0xa4, 0xc0, 0xc6, 0xd0, 0x7f, 0x61, 0xe7, 0x28, 0x5b, 0x07, 0xf5, 0x64,
+ 0xe8, 0x0c, 0x52, 0x8b, 0x0b, 0x0b, 0x24, 0xb6, 0x40, 0x9e, 0xc4, 0xb2,
+ 0xe2, 0x53, 0x78, 0xb7, 0x18, 0x01, 0x68, 0x69, 0x73, 0xbd, 0x2e, 0xaf,
+ 0x54, 0xa5, 0xf2, 0xab, 0x85, 0x72, 0xad, 0x12, 0x59, 0x10, 0x12, 0x8b,
+ 0x91, 0xe5, 0xd2, 0xb6, 0x5c, 0x4a, 0xc5, 0xe5, 0x52, 0x64, 0x21, 0x19,
+ 0x73, 0x5d, 0x56, 0x0b, 0xc0, 0xe0, 0x3d, 0x0c, 0xb9, 0xb6, 0x2e, 0x6d,
+ 0x01, 0x3b, 0x9e, 0x5c, 0x8c, 0xe4, 0xa4, 0x92, 0x54, 0xad, 0xc8, 0x89,
+ 0xc8, 0x82, 0x88, 0x57, 0xc5, 0x7a, 0xb5, 0x52, 0x28, 0xcb, 0xf5, 0xcd,
+ 0xf8, 0xe7, 0x36, 0x00, 0x17, 0xb4, 0x55, 0xf2, 0xab, 0x05, 0xb9, 0x5c,
+ 0x80, 0x85, 0xf0, 0x99, 0x4c, 0x32, 0xb2, 0x90, 0x10, 0x3d, 0x4c, 0x21,
+ 0x16, 0x8b, 0xcb, 0x39, 0x34, 0x05, 0xd4, 0xa4, 0x17, 0x23, 0x85, 0xfa,
+ 0xb2, 0xbc, 0x5c, 0x28, 0xe7, 0xd6, 0xe4, 0x42, 0x79, 0xb5, 0x58, 0x06,
+ 0x2d, 0x3c, 0x32, 0xe5, 0xcd, 0xf2, 0x66, 0xad, 0x90, 0x97, 0x79, 0xb8,
+ 0x8e, 0x7b, 0x18, 0x71, 0xe0, 0x24, 0x3d, 0x1c, 0x50, 0xc2, 0x8b, 0x1e,
+ 0x8e, 0x08, 0x9c, 0x94, 0x87, 0x93, 0x02, 0x4e, 0xc6, 0xc3, 0xc9, 0x80,
+ 0xb9, 0x31, 0x37, 0x47, 0x88, 0x01, 0xc7, 0xa3, 0x5c, 0x00, 0xed, 0x82,
+ 0xe0, 0xe1, 0x08, 0xe0, 0x05, 0x8f, 0x3d, 0x71, 0xb0, 0x27, 0xee, 0xd1,
+ 0x15, 0x07, 0x5d, 0xf1, 0xb4, 0x87, 0x93, 0x06, 0x37, 0x78, 0xa4, 0x12,
+ 0x20, 0xe5, 0x59, 0x04, 0xac, 0x21, 0xe9, 0x41, 0x49, 0x02, 0x8a, 0x67,
+ 0x51, 0xb0, 0x26, 0xd1, 0x63, 0xaf, 0x08, 0xf6, 0x8a, 0x1e, 0x7b, 0x45,
+ 0xb0, 0x57, 0x4c, 0x78, 0x38, 0xb8, 0x4f, 0x5e, 0x18, 0xc0, 0x49, 0x79,
+ 0x70, 0x52, 0x80, 0xe3, 0x31, 0x17, 0xac, 0xcd, 0x78, 0x70, 0x33, 0x80,
+ 0x9b, 0xf1, 0xf8, 0x21, 0x03, 0x7e, 0xc8, 0x78, 0x56, 0x94, 0x81, 0x15,
+ 0x65, 0x3c, 0x2b, 0xc8, 0xc0, 0x0a, 0x32, 0x1e, 0xe0, 0x0c, 0x20, 0x83,
+ 0xd0, 0x4a, 0xa5, 0x9a, 0x97, 0xa5, 0xda, 0x46, 0x11, 0x22, 0x0b, 0x62,
+ 0x04, 0x37, 0x2b, 0x31, 0xe4, 0x16, 0x6a, 0xb9, 0x4a, 0xb5, 0x2e, 0xaf,
+ 0xd6, 0xc1, 0xc8, 0x21, 0xab, 0x58, 0x5e, 0x87, 0xb0, 0x90, 0xc5, 0x51,
+ 0x38, 0x81, 0xed, 0x67, 0x91, 0x2c, 0x8f, 0x82, 0x74, 0x05, 0x06, 0x52,
+ 0xee, 0x81, 0x92, 0xf4, 0xf9, 0xbc, 0x24, 0x97, 0x8a, 0x52, 0x5d, 0x62,
+ 0x21, 0x07, 0xee, 0x15, 0x2f, 0x1a, 0x2f, 0x4b, 0xb8, 0x3f, 0xbc, 0x67,
+ 0x78, 0x38, 0x20, 0xc2, 0x44, 0x88, 0xeb, 0x44, 0xc6, 0x3d, 0xf8, 0x9a,
+ 0x74, 0x16, 0xab, 0x69, 0x30, 0x7c, 0xad, 0xb0, 0xbe, 0x0e, 0x29, 0xc0,
+ 0x0b, 0xbc, 0x5c, 0x2e, 0xd6, 0x6a, 0x52, 0x59, 0x4e, 0xc8, 0xb9, 0xc7,
+ 0xeb, 0xb0, 0x02, 0xc1, 0x6f, 0x50, 0x74, 0x06, 0xd3, 0x49, 0xbf, 0xc1,
+ 0xf4, 0x70, 0x30, 0xe5, 0x37, 0x28, 0xad, 0x97, 0x0a, 0x55, 0xb0, 0x0a,
+ 0xc3, 0x3b, 0xc5, 0x7b, 0x66, 0x6c, 0x49, 0xab, 0x67, 0x5a, 0x53, 0xe7,
+ 0x46, 0x92, 0x43, 0xd4, 0xf3, 0x32, 0x43, 0x7d, 0xa9, 0xf4, 0xb9, 0x91,
+ 0xad, 0xa1, 0x9d, 0xa9, 0xcc, 0xf9, 0xa1, 0xea, 0x70, 0x2c, 0x2e, 0xba,
+ 0xc6, 0xd2, 0x32, 0x58, 0x97, 0x2b, 0xe4, 0x0b, 0xb5, 0x91, 0x25, 0xe9,
+ 0xb4, 0xff, 0xf0, 0xc8, 0x03, 0x19, 0xff, 0xe1, 0x91, 0x4d, 0x2e, 0x07,
+ 0xc5, 0x13, 0xb8, 0xd3, 0x20, 0xe2, 0xf2, 0x68, 0x32, 0x21, 0xaf, 0x3d,
+ 0xde, 0x2c, 0xe7, 0xa5, 0xa2, 0x9c, 0xab, 0x6c, 0x6e, 0x14, 0xe4, 0xe5,
+ 0x57, 0x31, 0x4c, 0x93, 0xcf, 0x9d, 0x01, 0x61, 0x9b, 0x12, 0x3d, 0x33,
+ 0x60, 0x41, 0xc0, 0x8b, 0x9f, 0xf1, 0x92, 0x49, 0x47, 0x55, 0x6a, 0xbc,
+ 0xb3, 0xe9, 0xb4, 0xc3, 0x8a, 0x8f, 0x59, 0x10, 0x19, 0x10, 0xb5, 0x31,
+ 0xd7, 0x75, 0x5a, 0xc6, 0x40, 0x4e, 0xbb, 0x59, 0x19, 0x48, 0xbe, 0xf4,
+ 0x18, 0xb9, 0xbc, 0x8c, 0xf6, 0x25, 0xdc, 0xd7, 0x72, 0x1c, 0xb3, 0x3a,
+ 0xe3, 0x62, 0x81, 0x81, 0x69, 0xd1, 0x7d, 0xcd, 0xa6, 0x24, 0x61, 0x55,
+ 0x93, 0x11, 0x2d, 0x2f, 0x57, 0x24, 0x48, 0x8f, 0x7a, 0xa1, 0x06, 0xc9,
+ 0x92, 0x4c, 0xf8, 0x4c, 0x28, 0x4b, 0x72, 0x55, 0x2a, 0x82, 0x2b, 0x33,
+ 0xa0, 0xa1, 0x04, 0xb7, 0x97, 0x92, 0xb4, 0x2e, 0x6f, 0x14, 0xcb, 0x35,
+ 0x58, 0x0a, 0x84, 0x02, 0x16, 0x76, 0x07, 0xa3, 0x5c, 0xd8, 0x1e, 0xe2,
+ 0x08, 0xf1, 0x11, 0x3f, 0xff, 0x18, 0x9c, 0x56, 0x86, 0xea, 0x0e, 0xf2,
+ 0x62, 0xda, 0xe1, 0x96, 0x78, 0x1e, 0x2b, 0x8c, 0xe0, 0x5c, 0x6d, 0x6d,
+ 0xcb, 0xcb, 0xe8, 0x05, 0xb8, 0xdc, 0xa8, 0xac, 0x3f, 0x5e, 0xad, 0x40,
+ 0x92, 0x0f, 0xd5, 0x97, 0x6a, 0x70, 0x57, 0x49, 0x9c, 0xe7, 0x3b, 0x6e,
+ 0xe3, 0x7d, 0x06, 0xd0, 0x37, 0x62, 0xca, 0x6f, 0x00, 0x2b, 0x2e, 0x78,
+ 0x75, 0xa3, 0x5a, 0xa9, 0x17, 0x80, 0x2d, 0x95, 0xa5, 0xf5, 0xca, 0xaa,
+ 0xbc, 0xb1, 0x5d, 0x1a, 0x9a, 0x2c, 0xc6, 0xc7, 0x83, 0xc3, 0x72, 0x00,
+ 0x2b, 0x1e, 0xf3, 0x0a, 0x62, 0x52, 0x16, 0xd7, 0x20, 0x8f, 0xcb, 0x50,
+ 0x4a, 0xe4, 0xfa, 0x1a, 0x2c, 0xa3, 0x98, 0xcf, 0xaf, 0x43, 0xf2, 0x0a,
+ 0xa9, 0xf1, 0xac, 0xd5, 0x92, 0xbc, 0x5e, 0xc3, 0xbb, 0x5a, 0xc6, 0xa5,
+ 0x6b, 0xad, 0x02, 0xc1, 0x23, 0xc3, 0x8d, 0x4a, 0x48, 0x8e, 0x99, 0xeb,
+ 0x9b, 0x12, 0xdc, 0xad, 0x4b, 0x70, 0x17, 0x4d, 0x08, 0x63, 0xee, 0x6b,
+ 0x39, 0x66, 0x8e, 0xe3, 0x50, 0xb0, 0xd8, 0x65, 0xc0, 0xd0, 0x4f, 0x02,
+ 0xb0, 0x6a, 0x52, 0x6e, 0x0d, 0xbc, 0xcf, 0x83, 0x3f, 0xd9, 0xec, 0x38,
+ 0x76, 0x2b, 0x30, 0x34, 0xba, 0x66, 0xf7, 0xc5, 0xb3, 0xe2, 0x92, 0x18,
+ 0xb1, 0xf3, 0x39, 0x79, 0x5b, 0xaa, 0xd5, 0x0b, 0xab, 0x52, 0xbd, 0x20,
+ 0xe7, 0x8b, 0x50, 0x23, 0xb7, 0x0a, 0xd5, 0xc7, 0x20, 0x27, 0x0e, 0x27,
+ 0x9c, 0x49, 0x24, 0x3d, 0x0c, 0x79, 0x6b, 0x0b, 0x63, 0x43, 0x18, 0x32,
+ 0xa1, 0x8a, 0x6c, 0x16, 0x20, 0x9e, 0x44, 0xb0, 0xb2, 0xbe, 0x06, 0x03,
+ 0xf1, 0x73, 0x03, 0xd5, 0x62, 0x0d, 0x6f, 0xff, 0x60, 0x6a, 0x7d, 0xbd,
+ 0x90, 0x4e, 0x63, 0xe4, 0x7b, 0xee, 0xcd, 0x09, 0xd8, 0xd4, 0x7a, 0xe5,
+ 0x71, 0x05, 0x43, 0xec, 0x73, 0x9f, 0x87, 0x3a, 0xcd, 0x74, 0xa8, 0xb0,
+ 0x60, 0x50, 0x02, 0x0b, 0x95, 0x96, 0x25, 0x70, 0x21, 0x98, 0x35, 0xb6,
+ 0x77, 0xe4, 0x06, 0xb6, 0x5b, 0x61, 0x4d, 0xe9, 0xeb, 0x8d, 0x4e, 0xb5,
+ 0xd7, 0x25, 0xe3, 0xe3, 0xd3, 0x26, 0x2f, 0x2e, 0x90, 0xc4, 0x02, 0xf4,
+ 0x79, 0xbd, 0x6e, 0x64, 0x81, 0xf0, 0xec, 0xfc, 0x02, 0xbf, 0x21, 0x88,
+ 0x63, 0xf8, 0x2e, 0x0c, 0xfc, 0x35, 0xc5, 0x6c, 0xae, 0x43, 0xb7, 0x63,
+ 0x4f, 0xca, 0x89, 0xcf, 0x91, 0x73, 0x8e, 0x47, 0x35, 0x5d, 0x6d, 0x41,
+ 0x27, 0x0d, 0x3a, 0xeb, 0x1d, 0x68, 0x42, 0x3a, 0x06, 0x7b, 0x82, 0xe2,
+ 0x01, 0x49, 0x03, 0x48, 0x75, 0xa3, 0xe4, 0x06, 0x89, 0x8f, 0x40, 0xba,
+ 0xd0, 0x9f, 0x40, 0xe7, 0xad, 0x98, 0x7b, 0x25, 0xe5, 0x70, 0xc2, 0xf0,
+ 0x18, 0x08, 0xf2, 0xb1, 0x33, 0x0b, 0x92, 0xb1, 0x68, 0xcc, 0x2d, 0xcf,
+ 0xc4, 0x95, 0x43, 0xa9, 0xe1, 0x27, 0xc6, 0xfb, 0x8a, 0xf1, 0x31, 0xb7,
+ 0x5c, 0xbd, 0x67, 0x9d, 0x93, 0x83, 0xe3, 0x5d, 0xe4, 0x9e, 0xdb, 0x52,
+ 0xde, 0x25, 0x90, 0xd3, 0xec, 0x73, 0x02, 0xf1, 0x05, 0xa7, 0x2f, 0xcd,
+ 0x79, 0x84, 0x92, 0xe7, 0x17, 0x57, 0xc3, 0x57, 0x38, 0x67, 0x4b, 0x7a,
+ 0x5b, 0xa3, 0xe7, 0x60, 0x12, 0x0e, 0x8c, 0x1b, 0x44, 0x3c, 0x8f, 0x51,
+ 0x38, 0x84, 0xe3, 0x2e, 0x03, 0xca, 0x19, 0xd0, 0x38, 0x9e, 0x43, 0x49,
+ 0x02, 0x4a, 0x03, 0x47, 0xce, 0x70, 0xe0, 0xcf, 0x24, 0xc2, 0x40, 0xc3,
+ 0xcb, 0x9e, 0x3d, 0x96, 0x8c, 0xe6, 0xf8, 0x34, 0xeb, 0x08, 0x89, 0xec,
+ 0x38, 0xcb, 0xc3, 0x71, 0x36, 0x52, 0x53, 0x99, 0x71, 0x39, 0x43, 0xd5,
+ 0x00, 0x21, 0x52, 0x84, 0x76, 0x6e, 0x5f, 0x6d, 0x42, 0x5b, 0xcd, 0x58,
+ 0x16, 0xf2, 0xb6, 0xf1, 0xf9, 0x40, 0x93, 0x30, 0x23, 0xf0, 0xba, 0x7e,
+ 0x60, 0xe0, 0xb3, 0x13, 0xe8, 0xa0, 0x76, 0xfb, 0xd0, 0x78, 0x58, 0x91,
+ 0x70, 0x43, 0xd1, 0xcb, 0xbb, 0x0d, 0xcf, 0xb1, 0xd9, 0x51, 0x94, 0x62,
+ 0x8a, 0x12, 0xa8, 0xa8, 0x6c, 0xe8, 0x14, 0xa5, 0x57, 0xa0, 0x0c, 0xe1,
+ 0x2b, 0xbb, 0x4f, 0x10, 0xa7, 0xc8, 0x92, 0xea, 0xeb, 0x69, 0xbc, 0x60,
+ 0x77, 0x05, 0x50, 0x28, 0xc4, 0x84, 0xe1, 0x25, 0x29, 0x64, 0x62, 0xf8,
+ 0x76, 0x4d, 0xd1, 0xf0, 0x59, 0xf3, 0x50, 0x90, 0x94, 0x5e, 0x5b, 0xc6,
+ 0xb7, 0x65, 0xe8, 0xe6, 0xa1, 0xb9, 0xda, 0x7a, 0x2d, 0x9e, 0xc4, 0xcb,
+ 0x55, 0xaa, 0xe3, 0xd3, 0x4b, 0xb0, 0xbc, 0xdf, 0x63, 0xba, 0xd6, 0x0c,
+ 0xbd, 0xa9, 0x90, 0x57, 0xf1, 0xad, 0xa4, 0x62, 0x34, 0x46, 0xb0, 0xb3,
+ 0x20, 0x78, 0xe4, 0x1d, 0xbd, 0x4d, 0x80, 0xf5, 0x03, 0x0d, 0xfa, 0x40,
+ 0x67, 0x39, 0xe0, 0xaf, 0x6d, 0x55, 0x6f, 0x1a, 0x07, 0xe7, 0x1c, 0x9d,
+ 0x9e, 0xd8, 0xae, 0x44, 0x12, 0x99, 0x6c, 0xc3, 0x26, 0x00, 0x36, 0x3a,
+ 0xf8, 0xff, 0x18, 0x4c, 0xca, 0x67, 0xce, 0x6f, 0xb7, 0xe0, 0xc4, 0x8c,
+ 0xaa, 0xe3, 0xe3, 0x68, 0xc3, 0x94, 0x5b, 0x9a, 0x47, 0xef, 0x0a, 0x76,
+ 0x1e, 0x02, 0x66, 0x83, 0x5b, 0x28, 0x83, 0x04, 0xfc, 0xb1, 0xd8, 0xae,
+ 0x62, 0xdb, 0xeb, 0x4a, 0x3b, 0x67, 0x98, 0xe6, 0xb2, 0xca, 0x9e, 0x68,
+ 0x0c, 0xbb, 0x33, 0x96, 0x8a, 0x02, 0xc4, 0xd9, 0x93, 0x34, 0xee, 0xc0,
+ 0xbe, 0xa1, 0xd9, 0xb8, 0xa1, 0x90, 0x1d, 0xae, 0xd4, 0xbe, 0x08, 0x6a,
+ 0x02, 0x26, 0x11, 0x1b, 0xc1, 0x74, 0x27, 0x31, 0x92, 0x1e, 0x8c, 0x1a,
+ 0x6d, 0xa0, 0xd7, 0xcd, 0x81, 0xef, 0x72, 0x92, 0xe2, 0x47, 0x2d, 0x67,
+ 0x2c, 0xff, 0xfc, 0x75, 0x89, 0xb1, 0x8f, 0xbf, 0x2e, 0x5f, 0xcc, 0x09,
+ 0xbc, 0x94, 0xf8, 0x51, 0x0b, 0xb4, 0x56, 0x0c, 0xb3, 0x41, 0x9b, 0x90,
+ 0x22, 0xfd, 0x06, 0x6b, 0xa3, 0xcf, 0x62, 0x1d, 0x57, 0x96, 0x11, 0x58,
+ 0xac, 0xc7, 0x10, 0x81, 0x3d, 0x72, 0x62, 0x31, 0x66, 0xf6, 0x69, 0x24,
+ 0xdc, 0xb7, 0x68, 0x49, 0xe9, 0x15, 0x2c, 0x5b, 0xed, 0x42, 0xd7, 0x9a,
+ 0xef, 0x9b, 0x90, 0x73, 0x75, 0x6c, 0x62, 0x55, 0xca, 0x32, 0x7a, 0x12,
+ 0x85, 0x77, 0x52, 0x73, 0x02, 0xc5, 0x79, 0xf8, 0xba, 0x61, 0x1a, 0x90,
+ 0x08, 0xa8, 0xbe, 0xc0, 0x1e, 0x14, 0xfb, 0x88, 0x0b, 0x59, 0xc1, 0x47,
+ 0x1c, 0x9f, 0x08, 0xe3, 0x03, 0xe1, 0xba, 0xa9, 0xb6, 0xdb, 0xd4, 0x5c,
+ 0x55, 0x58, 0x29, 0x9c, 0x94, 0x8d, 0x67, 0xe3, 0x3e, 0xb2, 0xce, 0x33,
+ 0xe9, 0x15, 0x45, 0xe7, 0xb7, 0x55, 0xbb, 0x23, 0x35, 0x7c, 0x04, 0x13,
+ 0x4e, 0x96, 0x5f, 0x24, 0x28, 0x5c, 0x28, 0x98, 0xcc, 0x26, 0x7d, 0x04,
+ 0x9b, 0xaa, 0x75, 0xa6, 0xb2, 0x43, 0xf5, 0x9a, 0x6d, 0xf4, 0x7a, 0xb4,
+ 0xe9, 0x23, 0x2e, 0xb2, 0xae, 0xfc, 0x62, 0x71, 0xe1, 0xf9, 0xe2, 0xa9,
+ 0x6c, 0xca, 0x47, 0xbc, 0x05, 0x6a, 0x37, 0x2d, 0xba, 0x71, 0xd0, 0xf5,
+ 0x16, 0xcf, 0x33, 0xb1, 0x74, 0x96, 0x45, 0x4a, 0x45, 0x7f, 0x58, 0x69,
+ 0xb5, 0x50, 0x0e, 0x8e, 0x4f, 0x4c, 0x4c, 0x78, 0xae, 0x58, 0x26, 0x9b,
+ 0xf1, 0x11, 0x73, 0x9c, 0x04, 0x01, 0xa1, 0x6a, 0x10, 0x18, 0xac, 0xcc,
+ 0xfa, 0x6d, 0x0d, 0x0f, 0x15, 0xdb, 0x2f, 0xba, 0xa8, 0xbd, 0x2b, 0x43,
+ 0x84, 0xc9, 0xf6, 0x81, 0x21, 0x1f, 0xa8, 0x70, 0x43, 0xf6, 0x93, 0x85,
+ 0x90, 0xf2, 0x8b, 0x29, 0xd5, 0xca, 0x1b, 0x7d, 0x50, 0x5e, 0x33, 0x34,
+ 0xaa, 0x1b, 0x6a, 0xb3, 0xd8, 0xf4, 0x8d, 0x28, 0x5e, 0xc8, 0xf2, 0x7e,
+ 0x31, 0xe5, 0x58, 0x5e, 0xb3, 0x95, 0x36, 0xa6, 0xc5, 0x17, 0xe8, 0x45,
+ 0x69, 0xc1, 0xc7, 0xb3, 0xbc, 0x5f, 0x5c, 0x81, 0xd9, 0xa3, 0x63, 0x51,
+ 0x03, 0xf2, 0x01, 0xef, 0x95, 0x72, 0x47, 0x69, 0xec, 0xf9, 0x41, 0x24,
+ 0xb2, 0xbc, 0x5f, 0x84, 0x01, 0x44, 0x8d, 0x82, 0xcb, 0x20, 0xb1, 0xd0,
+ 0xf8, 0x3a, 0x1a, 0x84, 0x89, 0x9a, 0x1b, 0xe2, 0xd5, 0x95, 0x1e, 0x35,
+ 0xfd, 0xf0, 0x92, 0x59, 0xde, 0x2f, 0xf0, 0x9c, 0xf3, 0x14, 0x2b, 0xe7,
+ 0x86, 0xe6, 0xa4, 0x98, 0x5f, 0xdc, 0xf0, 0x62, 0x96, 0xf7, 0x0d, 0x3c,
+ 0xa3, 0x6c, 0xd8, 0x2b, 0x2a, 0xdc, 0xac, 0xcc, 0x61, 0xa2, 0x15, 0x9a,
+ 0x6d, 0x5a, 0x36, 0x54, 0xcb, 0xd7, 0xaf, 0xa9, 0x2c, 0xcf, 0xe2, 0x8f,
+ 0x3d, 0x78, 0x6d, 0x31, 0xb1, 0xc8, 0xf0, 0xd2, 0x70, 0x3e, 0xf8, 0x44,
+ 0x4e, 0x58, 0xd1, 0x6d, 0x15, 0xaa, 0xd6, 0x73, 0xcc, 0x49, 0x67, 0xf9,
+ 0xb4, 0xbf, 0x77, 0xaa, 0x7d, 0x5d, 0x07, 0x3f, 0x94, 0x14, 0xbb, 0xe3,
+ 0x72, 0x8b, 0x1f, 0x46, 0x26, 0xcb, 0xb3, 0xf0, 0x5c, 0x51, 0x0f, 0x69,
+ 0x93, 0xdd, 0xaa, 0xfb, 0x54, 0x23, 0x50, 0xb9, 0x3c, 0x1b, 0x05, 0x67,
+ 0x81, 0x9e, 0xbf, 0x4b, 0x85, 0x58, 0x56, 0xb8, 0xa0, 0xfc, 0x59, 0x0d,
+ 0x53, 0xed, 0xd9, 0x6c, 0x73, 0xd0, 0x08, 0x45, 0x67, 0x67, 0x48, 0x7c,
+ 0x76, 0xc9, 0x56, 0xe8, 0x6f, 0x90, 0xc0, 0x67, 0x05, 0xbf, 0xa0, 0x85,
+ 0x42, 0xb6, 0x6b, 0x58, 0xf8, 0xd9, 0x98, 0x9f, 0x10, 0x54, 0x3f, 0x16,
+ 0xaa, 0x79, 0x83, 0xfd, 0x3f, 0x43, 0x3d, 0x00, 0xb7, 0x59, 0xaa, 0xe1,
+ 0x1b, 0xfc, 0x14, 0x0e, 0xf3, 0x74, 0x8f, 0xae, 0xf4, 0x35, 0xad, 0x36,
+ 0xd0, 0x1b, 0x60, 0x4e, 0x0d, 0xea, 0x72, 0x5f, 0x53, 0x2e, 0x88, 0x5d,
+ 0x21, 0x9e, 0x15, 0xfc, 0x62, 0xb7, 0xa1, 0xd9, 0xce, 0x07, 0x61, 0xf8,
+ 0x49, 0x2b, 0x1c, 0x18, 0x7c, 0x65, 0x13, 0x59, 0xc1, 0x2f, 0x68, 0x55,
+ 0xe5, 0x63, 0xc8, 0x26, 0xb3, 0x82, 0x5f, 0x80, 0xb2, 0xcf, 0x11, 0x9d,
+ 0x47, 0xe9, 0x70, 0x63, 0xdd, 0xf0, 0xad, 0xe2, 0x82, 0x98, 0x15, 0xfc,
+ 0xa2, 0x53, 0xb5, 0x64, 0x27, 0x65, 0x9b, 0xb2, 0xd5, 0x53, 0xe5, 0xa4,
+ 0x9f, 0x68, 0x2a, 0x2b, 0xf8, 0x95, 0xc4, 0x09, 0x51, 0xd1, 0x4f, 0x34,
+ 0x9d, 0x15, 0xfc, 0x82, 0xd0, 0xee, 0x59, 0x25, 0x55, 0x77, 0x9d, 0x04,
+ 0x6a, 0x78, 0xbf, 0xcd, 0xe0, 0x49, 0x40, 0xca, 0x7b, 0x0f, 0xd1, 0x31,
+ 0x21, 0x8e, 0x27, 0x22, 0x94, 0x50, 0x0e, 0xcf, 0x49, 0xa4, 0x9f, 0x2b,
+ 0xc1, 0x9e, 0xe2, 0xe7, 0xe9, 0xf0, 0xee, 0x58, 0x37, 0x8c, 0x75, 0xcf,
+ 0xf1, 0x83, 0x41, 0xb0, 0xa3, 0xbd, 0xeb, 0xb4, 0xff, 0x80, 0x1f, 0x36,
+ 0x0a, 0xbe, 0x00, 0x6b, 0x6a, 0xbb, 0x73, 0x1e, 0xc1, 0xdb, 0x2f, 0x30,
+ 0x44, 0x9e, 0x77, 0xce, 0x81, 0xa3, 0x1a, 0xb6, 0x0b, 0x07, 0x40, 0x96,
+ 0x3c, 0x13, 0x6d, 0x11, 0x1f, 0xc3, 0x43, 0x7f, 0xb7, 0xcd, 0xce, 0x17,
+ 0xae, 0xe3, 0x05, 0x42, 0x8c, 0xa5, 0x4d, 0x4f, 0x73, 0x33, 0xd4, 0x2a,
+ 0xfa, 0x77, 0x54, 0xee, 0x83, 0x7e, 0xfe, 0x80, 0x6a, 0x9a, 0x2b, 0xc7,
+ 0x4b, 0xee, 0x5e, 0x87, 0x9d, 0xbe, 0x78, 0x3c, 0x89, 0x3a, 0xe7, 0x1b,
+ 0x77, 0x73, 0x87, 0xda, 0xe1, 0x2e, 0x52, 0xa5, 0xfb, 0xac, 0x23, 0x84,
+ 0x7a, 0x6e, 0x9e, 0x6b, 0x0b, 0x79, 0xd6, 0x27, 0x4d, 0x34, 0x86, 0xd0,
+ 0xf4, 0x0c, 0x1b, 0xc3, 0xb1, 0xf4, 0xe8, 0x73, 0xad, 0x09, 0xe9, 0x0b,
+ 0xda, 0x51, 0xa7, 0xd1, 0xea, 0xc9, 0x16, 0xfe, 0x6d, 0x86, 0x51, 0xab,
+ 0xe4, 0x73, 0xda, 0xe3, 0xf9, 0xb3, 0xe3, 0x99, 0xc7, 0x80, 0xf4, 0x45,
+ 0x18, 0x93, 0xf2, 0x71, 0x61, 0x24, 0xef, 0x3e, 0x84, 0x3f, 0x48, 0xe1,
+ 0x41, 0x91, 0xfd, 0xe1, 0xc5, 0x70, 0x9a, 0x00, 0x3f, 0x43, 0x12, 0xe9,
+ 0x8f, 0x6d, 0xc8, 0x59, 0x27, 0xe1, 0x01, 0x10, 0x13, 0x7e, 0x96, 0x4c,
+ 0x98, 0xc1, 0xaa, 0x83, 0x0c, 0x99, 0xbe, 0xc5, 0xfe, 0xda, 0xc6, 0xe4,
+ 0x3e, 0x62, 0xdf, 0x11, 0xd9, 0xeb, 0x29, 0xe3, 0x85, 0x24, 0x50, 0x7d,
+ 0x3a, 0xc6, 0x4e, 0xaa, 0x2e, 0x84, 0x0e, 0x84, 0xf0, 0x05, 0x10, 0x89,
+ 0x8f, 0x09, 0x61, 0x9f, 0x6f, 0xeb, 0xd2, 0xe9, 0x71, 0x5f, 0x97, 0xeb,
+ 0x5b, 0xb6, 0x81, 0xfb, 0x1a, 0xc9, 0xe3, 0xc3, 0x5c, 0x3e, 0xcd, 0x9a,
+ 0xab, 0xd2, 0xc6, 0xeb, 0x09, 0x68, 0x6f, 0x58, 0x13, 0x86, 0x0f, 0x7d,
+ 0xe2, 0xcb, 0x52, 0x95, 0x75, 0x6c, 0xa3, 0x8f, 0x2c, 0xf0, 0x42, 0x10,
+ 0x62, 0xbc, 0x20, 0x49, 0x31, 0xa7, 0xc5, 0x5b, 0x2d, 0x91, 0x38, 0x59,
+ 0x56, 0xcc, 0x91, 0x38, 0x64, 0x16, 0xeb, 0x36, 0x8d, 0x81, 0x61, 0x2b,
+ 0x24, 0x9d, 0x49, 0x08, 0xb1, 0x07, 0x31, 0x90, 0x88, 0xb9, 0xf0, 0x25,
+ 0xd6, 0x26, 0x1a, 0x56, 0xa3, 0x43, 0x84, 0x28, 0xeb, 0x01, 0x4b, 0xca,
+ 0x5b, 0x4d, 0x85, 0x1f, 0xc2, 0x00, 0xa4, 0x40, 0xc6, 0xef, 0x79, 0x17,
+ 0xfc, 0x9a, 0x98, 0xc0, 0x8f, 0x1e, 0xdd, 0xae, 0x3a, 0xc8, 0x75, 0xf0,
+ 0x93, 0x4c, 0x6d, 0x72, 0xb1, 0x19, 0xb6, 0xd8, 0xa4, 0xf3, 0xe1, 0x4f,
+ 0xb9, 0x82, 0x8f, 0x6d, 0xe2, 0x8b, 0x11, 0x5e, 0xd8, 0x02, 0x38, 0x1b,
+ 0xee, 0x5e, 0x03, 0x82, 0xc5, 0x9c, 0x92, 0xcf, 0x48, 0xc2, 0xcb, 0xce,
+ 0x67, 0x29, 0x52, 0xf9, 0xbf, 0xd8, 0x7b, 0xda, 0xe6, 0xc4, 0x71, 0xa4,
+ 0xbf, 0xe7, 0x57, 0xb8, 0xa8, 0xba, 0xaa, 0x49, 0xed, 0xe6, 0x06, 0xbf,
+ 0x02, 0xf9, 0xc6, 0x6b, 0xc2, 0x1e, 0x49, 0x38, 0x60, 0x32, 0xfb, 0xec,
+ 0x97, 0x94, 0x63, 0x14, 0x70, 0xc5, 0xd8, 0x9c, 0x6d, 0x32, 0xc9, 0xfd,
+ 0xfa, 0x47, 0xad, 0x96, 0xb1, 0x91, 0x44, 0x26, 0x37, 0x99, 0xcc, 0x56,
+ 0x81, 0x76, 0xb7, 0x16, 0x82, 0xd4, 0xdd, 0xb2, 0xd4, 0x6e, 0x75, 0xb7,
+ 0xba, 0x5b, 0xa6, 0x71, 0x66, 0xb4, 0x63, 0x3f, 0x4a, 0x16, 0x94, 0xea,
+ 0xa7, 0xae, 0x73, 0x8a, 0x47, 0x2a, 0xed, 0x6b, 0xab, 0x6c, 0xb0, 0x8c,
+ 0xcf, 0xc6, 0x55, 0x7b, 0x4c, 0x9b, 0xdd, 0x53, 0xf4, 0xe2, 0xb5, 0xaf,
+ 0xed, 0xb2, 0xd9, 0xa6, 0xcd, 0x70, 0xe4, 0xfd, 0xa9, 0x5b, 0x3f, 0x45,
+ 0xaf, 0x60, 0xfb, 0xda, 0x29, 0x9b, 0x1d, 0xda, 0x4c, 0x4d, 0x69, 0xda,
+ 0x6c, 0x9e, 0xe2, 0x99, 0x4e, 0xfb, 0xda, 0x2d, 0x9b, 0x5d, 0xda, 0x00,
+ 0x04, 0xa8, 0xbc, 0xb4, 0x4f, 0xf1, 0x40, 0xa0, 0x7d, 0xed, 0x95, 0xed,
+ 0x1e, 0x6d, 0xb7, 0x2b, 0xed, 0xd0, 0xdc, 0x28, 0x9b, 0x1b, 0xf4, 0x69,
+ 0x80, 0x2c, 0xa3, 0xda, 0x2c, 0x7f, 0x6f, 0xd2, 0xdf, 0x29, 0x3d, 0xd8,
+ 0xfd, 0xee, 0xe0, 0xf8, 0xbe, 0x7b, 0x67, 0x56, 0x65, 0x15, 0xe3, 0x2c,
+ 0xd8, 0x0c, 0xb6, 0x0e, 0x92, 0xad, 0x1d, 0x75, 0xe6, 0x94, 0xc2, 0xa6,
+ 0x84, 0xb6, 0x64, 0x68, 0xef, 0xed, 0xd0, 0xb6, 0x08, 0xcd, 0x7a, 0x7c,
+ 0x1f, 0x1a, 0x83, 0x9c, 0xfc, 0x38, 0x20, 0x3b, 0xc3, 0xff, 0x82, 0x28,
+ 0xe0, 0xc5, 0x80, 0xc0, 0x28, 0xd1, 0xa2, 0x44, 0x4f, 0x92, 0x84, 0xc1,
+ 0x92, 0x31, 0x34, 0xff, 0x37, 0x0c, 0xb6, 0x84, 0x81, 0x09, 0xdb, 0xef,
+ 0x61, 0xd8, 0x89, 0xd7, 0x92, 0x51, 0x78, 0x15, 0x14, 0x7b, 0x30, 0xf8,
+ 0xf3, 0x40, 0xc9, 0xf3, 0x96, 0x55, 0xd7, 0x3c, 0x2f, 0xf1, 0x3c, 0xd5,
+ 0xda, 0xf6, 0xf1, 0xbc, 0x65, 0x39, 0xdf, 0xe3, 0xbb, 0x12, 0x5a, 0xe2,
+ 0x79, 0xcb, 0x6a, 0xbe, 0x1d, 0x5a, 0xe6, 0x79, 0xfb, 0xbb, 0xef, 0x1b,
+ 0x40, 0xbf, 0xca, 0xf3, 0xb6, 0xf7, 0x1d, 0x7e, 0x13, 0x30, 0xc8, 0x3c,
+ 0x0f, 0xd4, 0xfe, 0x17, 0x0c, 0x32, 0xcf, 0x3b, 0xdf, 0x7b, 0xef, 0x00,
+ 0xc3, 0xeb, 0x3c, 0xef, 0x34, 0x5f, 0xe7, 0x79, 0xc0, 0xb0, 0x97, 0xe7,
+ 0x5d, 0x4b, 0xf3, 0xbc, 0xc4, 0xf3, 0x68, 0x0e, 0xcf, 0xa8, 0x62, 0x17,
+ 0x2f, 0x26, 0x84, 0x2a, 0x86, 0x73, 0x89, 0xfd, 0x5c, 0x4f, 0x54, 0xaa,
+ 0x98, 0x7a, 0xc2, 0xfe, 0x67, 0x9d, 0x3c, 0xc6, 0x49, 0xf0, 0xd8, 0xf1,
+ 0xe3, 0x39, 0xea, 0x09, 0x92, 0x7b, 0xd3, 0x63, 0x9a, 0xcc, 0xe5, 0x7f,
+ 0x77, 0x15, 0x43, 0x80, 0x9c, 0xb3, 0xf0, 0xbc, 0x00, 0x23, 0x8a, 0x05,
+ 0x7d, 0xd2, 0x02, 0x25, 0xaa, 0x36, 0x42, 0x56, 0x29, 0x79, 0xc5, 0x73,
+ 0xa9, 0x56, 0x7c, 0x92, 0xa3, 0xe1, 0x3d, 0x45, 0xab, 0x2e, 0x49, 0x15,
+ 0x87, 0x23, 0x96, 0xb7, 0x47, 0x9f, 0x66, 0x1a, 0xd8, 0x43, 0x08, 0x16,
+ 0xe9, 0x4d, 0x3a, 0xaf, 0x9a, 0xb9, 0x8c, 0x47, 0xbc, 0xe6, 0x96, 0x47,
+ 0x6a, 0x37, 0x31, 0x31, 0xba, 0x2f, 0x54, 0xcf, 0x9b, 0xa3, 0xd1, 0x6e,
+ 0x9e, 0xd9, 0x67, 0xce, 0x99, 0x85, 0x5f, 0x2d, 0xfa, 0xd5, 0x2e, 0x7e,
+ 0xa5, 0x7f, 0xe0, 0x57, 0x97, 0xfe, 0xe1, 0x95, 0x7f, 0x36, 0xa1, 0x13,
+ 0xfd, 0xc1, 0x3d, 0x6b, 0x54, 0xe1, 0xdc, 0x02, 0x92, 0x62, 0x43, 0x10,
+ 0xde, 0x56, 0x74, 0xb1, 0x59, 0x27, 0x6f, 0xfb, 0x67, 0x81, 0x8d, 0x62,
+ 0x61, 0xd8, 0xb6, 0xa4, 0x5d, 0x86, 0xc2, 0xa3, 0x00, 0x8d, 0xb3, 0x26,
+ 0xfe, 0xe4, 0xb1, 0xf1, 0xb8, 0xc5, 0x10, 0xcc, 0xfa, 0x59, 0x6b, 0x3b,
+ 0x0a, 0x8a, 0xe1, 0x8e, 0x13, 0x69, 0xd0, 0x3f, 0x4d, 0x18, 0x7b, 0x8b,
+ 0xb6, 0x98, 0x16, 0x05, 0x81, 0xc1, 0xa2, 0xee, 0x05, 0xad, 0xf0, 0x9d,
+ 0xfd, 0xc8, 0x5a, 0xa1, 0x1b, 0xf4, 0x2f, 0x86, 0x6d, 0x17, 0x63, 0x35,
+ 0x2d, 0x86, 0xd6, 0x86, 0xde, 0x1e, 0x1b, 0x9f, 0x09, 0xed, 0xad, 0x62,
+ 0xe8, 0x0d, 0x86, 0xd6, 0x85, 0x51, 0x15, 0x93, 0x55, 0x3e, 0x44, 0x53,
+ 0x78, 0x5e, 0xd6, 0x9b, 0x81, 0x0e, 0xaf, 0x6f, 0xdb, 0xa3, 0x61, 0x4f,
+ 0xd9, 0x0e, 0xa4, 0x4c, 0xa0, 0xbc, 0x9d, 0x7d, 0x45, 0xb7, 0x72, 0x7a,
+ 0x9a, 0x7c, 0x7a, 0xac, 0x72, 0xec, 0xb0, 0x42, 0x6e, 0x39, 0xa7, 0x36,
+ 0x1f, 0x8e, 0x55, 0x4c, 0x20, 0x5b, 0xdb, 0xa2, 0x07, 0x9f, 0xef, 0x12,
+ 0xde, 0x65, 0x94, 0xbc, 0x2a, 0x05, 0xfe, 0x50, 0x25, 0x00, 0x9b, 0x3b,
+ 0xc0, 0xdc, 0x64, 0x93, 0x71, 0xf2, 0xf4, 0x94, 0x77, 0x36, 0xab, 0x75,
+ 0x7b, 0xa5, 0x3a, 0xe2, 0xb1, 0x3c, 0xf1, 0xe8, 0xe0, 0xcc, 0x66, 0xdc,
+ 0x0a, 0xac, 0x7a, 0x4f, 0xe0, 0xf5, 0x24, 0x59, 0x7e, 0x13, 0x43, 0x80,
+ 0x98, 0xc4, 0xe7, 0x8d, 0xfa, 0xef, 0x4a, 0x87, 0x36, 0x7b, 0xc3, 0x02,
+ 0xce, 0xbd, 0x9d, 0x24, 0x95, 0xec, 0x03, 0xab, 0x01, 0xbb, 0xca, 0x4a,
+ 0x75, 0x0e, 0x68, 0x9d, 0x3c, 0x50, 0xdb, 0xb6, 0x1d, 0x2d, 0x92, 0x34,
+ 0xcc, 0x97, 0x2b, 0xe1, 0x15, 0x69, 0xe0, 0xe1, 0x12, 0xf3, 0xc1, 0x4c,
+ 0xd7, 0x84, 0xcc, 0x8d, 0x1e, 0x95, 0x9a, 0x61, 0xfe, 0xc2, 0x14, 0xef,
+ 0xf6, 0xc0, 0x68, 0x87, 0xa9, 0x41, 0x25, 0x70, 0xba, 0x60, 0x2e, 0x82,
+ 0x76, 0xb4, 0x5e, 0xfa, 0x67, 0xd7, 0xf0, 0x75, 0xb4, 0xf1, 0x6b, 0x27,
+ 0xed, 0xd1, 0x94, 0x9a, 0xfe, 0xb3, 0xf1, 0x54, 0x9a, 0x86, 0x46, 0xe3,
+ 0x77, 0xe9, 0xa0, 0xae, 0x6a, 0x75, 0x6f, 0x1d, 0x90, 0xf2, 0x81, 0x97,
+ 0xd5, 0x68, 0x56, 0x4f, 0xbc, 0xe0, 0x80, 0xcd, 0x8f, 0x49, 0xb2, 0x61,
+ 0xc7, 0x5b, 0x53, 0xf2, 0x9f, 0x0d, 0x78, 0x53, 0x7c, 0x76, 0x00, 0x46,
+ 0x45, 0x3d, 0x1e, 0x33, 0xf1, 0x83, 0xb1, 0x71, 0x02, 0xfe, 0x23, 0x7e,
+ 0x92, 0xb0, 0x07, 0x79, 0xeb, 0x9d, 0xc8, 0xef, 0x93, 0x24, 0xcb, 0xb9,
+ 0xcb, 0xf1, 0x2a, 0x8c, 0x55, 0xf2, 0x8a, 0x19, 0x7c, 0x3b, 0x6b, 0x51,
+ 0x98, 0xde, 0x02, 0xb0, 0xe2, 0x84, 0xd3, 0x6a, 0x5a, 0xa2, 0xb5, 0xaa,
+ 0x04, 0xbd, 0xf2, 0xd7, 0x32, 0xa8, 0x2d, 0xd3, 0xdd, 0x82, 0xde, 0xac,
+ 0x49, 0x3c, 0x4a, 0x92, 0xf5, 0x9f, 0xed, 0xe7, 0x30, 0x13, 0x26, 0x05,
+ 0xcc, 0xcb, 0x42, 0x52, 0xfe, 0x45, 0xd2, 0x84, 0x99, 0x72, 0xe3, 0x29,
+ 0x32, 0xc1, 0x18, 0x3e, 0xe8, 0x9e, 0xc7, 0xde, 0x65, 0x3c, 0x0e, 0x64,
+ 0xee, 0x92, 0x51, 0xe2, 0x33, 0xc7, 0xe3, 0x90, 0x7b, 0x34, 0xb6, 0x3f,
+ 0xb4, 0x37, 0xcf, 0x06, 0xc4, 0xf4, 0x1a, 0xe6, 0xce, 0x5f, 0xec, 0xa5,
+ 0x6b, 0x07, 0x01, 0x05, 0x1d, 0x93, 0xf9, 0x76, 0x8e, 0xd9, 0x5e, 0x7d,
+ 0x9b, 0x44, 0xe0, 0x97, 0x86, 0x9f, 0x6e, 0x6f, 0x67, 0x74, 0x77, 0x1e,
+ 0x96, 0x5f, 0xfb, 0xc5, 0x57, 0xab, 0xfc, 0xd5, 0xc2, 0x5f, 0xfb, 0x39,
+ 0x55, 0x0e, 0x92, 0xc8, 0xf8, 0x34, 0x88, 0xc8, 0xf3, 0xa9, 0xf1, 0x8f,
+ 0x82, 0xde, 0x28, 0x8c, 0x21, 0xe7, 0xc0, 0x14, 0xfe, 0x66, 0x23, 0xb8,
+ 0x18, 0x8f, 0xbf, 0x5e, 0x19, 0x37, 0x9b, 0x1c, 0x82, 0x40, 0x4d, 0xe9,
+ 0x17, 0xb9, 0x8f, 0x2d, 0xfd, 0xe2, 0xf0, 0x17, 0xc0, 0xb8, 0x60, 0x01,
+ 0xce, 0xe6, 0xee, 0x9f, 0x0c, 0x03, 0xee, 0x56, 0xb5, 0x0b, 0x20, 0xfb,
+ 0x69, 0xce, 0xdc, 0x54, 0x64, 0x7e, 0x8a, 0x8f, 0x9c, 0x42, 0x7e, 0x0e,
+ 0xc9, 0xb2, 0x4d, 0xca, 0x1e, 0xb8, 0x7f, 0x31, 0x43, 0x14, 0xf0, 0xc5,
+ 0x12, 0x86, 0x6c, 0x0b, 0x7f, 0x33, 0xd2, 0xb7, 0x64, 0x19, 0x06, 0x94,
+ 0x23, 0x33, 0x78, 0x63, 0xe1, 0x87, 0x9b, 0x30, 0xda, 0x41, 0x09, 0x7f,
+ 0x83, 0x02, 0xca, 0x80, 0xbb, 0xc6, 0x34, 0xf7, 0x73, 0x52, 0xdb, 0x65,
+ 0x83, 0xff, 0x53, 0xb1, 0x81, 0xab, 0xd9, 0xe0, 0x48, 0xd8, 0xa0, 0x1b,
+ 0x25, 0x19, 0x99, 0xef, 0x95, 0x07, 0x9e, 0x66, 0x84, 0xa3, 0x63, 0x04,
+ 0xa5, 0x44, 0x68, 0x68, 0x46, 0x38, 0x7c, 0x46, 0xc8, 0x99, 0xc5, 0xa8,
+ 0x50, 0x96, 0xb8, 0xeb, 0x98, 0x9d, 0x13, 0xce, 0x5f, 0x62, 0x7f, 0x15,
+ 0x06, 0x00, 0xf9, 0xc0, 0xce, 0x1c, 0x4f, 0x56, 0xfe, 0x43, 0x7b, 0x9f,
+ 0x7d, 0xae, 0xfd, 0xb0, 0x0a, 0xfb, 0x7c, 0xab, 0xff, 0x4b, 0xd1, 0x61,
+ 0x4c, 0x6d, 0x6c, 0x89, 0x6a, 0xe3, 0x36, 0x1c, 0xae, 0xd0, 0x9a, 0xd1,
+ 0xb4, 0x17, 0x23, 0xd4, 0xd0, 0x04, 0x28, 0x1c, 0xb9, 0x35, 0x85, 0xe1,
+ 0xb1, 0xf0, 0xd7, 0xb3, 0xd4, 0x67, 0xf9, 0x27, 0x23, 0x12, 0x2f, 0xf2,
+ 0xe5, 0x0d, 0x8f, 0x2f, 0xa9, 0xfa, 0x07, 0xd8, 0xba, 0x31, 0x87, 0xae,
+ 0x14, 0xa2, 0x06, 0xf1, 0x54, 0x2c, 0xc6, 0x0e, 0x4e, 0xed, 0x6f, 0x33,
+ 0x59, 0x69, 0x6d, 0x81, 0xba, 0xff, 0xb8, 0x5e, 0xd6, 0x64, 0xbd, 0x95,
+ 0x8e, 0x98, 0x72, 0xdd, 0x98, 0x33, 0x61, 0x1b, 0x52, 0x46, 0x95, 0x67,
+ 0x56, 0x16, 0x3b, 0x31, 0x7c, 0x1c, 0xfb, 0xe2, 0x0c, 0x00, 0x92, 0xa4,
+ 0xc4, 0x30, 0xfd, 0x16, 0x52, 0xbd, 0xbc, 0x64, 0x37, 0x80, 0xb5, 0xeb,
+ 0xe8, 0x02, 0x6d, 0x54, 0xd9, 0x0d, 0x62, 0xe5, 0x2f, 0xdb, 0xa3, 0x11,
+ 0x70, 0xd5, 0x38, 0x0d, 0x57, 0x3e, 0xe5, 0x39, 0x7e, 0xcc, 0x4f, 0x97,
+ 0xd1, 0x3b, 0xe5, 0xc1, 0xe2, 0xb4, 0x07, 0xb0, 0xd7, 0x36, 0xea, 0xa8,
+ 0xec, 0xd3, 0x37, 0x81, 0x49, 0x20, 0x3a, 0xfa, 0x76, 0x02, 0x48, 0x6e,
+ 0x27, 0x9f, 0x2f, 0xfd, 0x28, 0x32, 0x86, 0x2c, 0xcf, 0xf9, 0x53, 0xbf,
+ 0x41, 0x97, 0x54, 0x1a, 0x98, 0xfc, 0x16, 0xd9, 0x75, 0xab, 0x34, 0x39,
+ 0x78, 0x3a, 0x0a, 0xbc, 0x45, 0xe3, 0x2f, 0xa3, 0xd1, 0x97, 0x71, 0xf1,
+ 0xad, 0x77, 0xf3, 0xf5, 0xba, 0x76, 0xc2, 0xde, 0x2c, 0x40, 0x81, 0x2b,
+ 0x2d, 0x2e, 0xb2, 0xcd, 0xdc, 0xdd, 0x7b, 0x4e, 0x16, 0x17, 0x51, 0x72,
+ 0xef, 0x47, 0x7c, 0xf4, 0x8c, 0x47, 0x6e, 0x58, 0x4e, 0x8e, 0x8c, 0xa4,
+ 0x70, 0x60, 0xde, 0xe7, 0xf3, 0xa0, 0x64, 0x97, 0xea, 0xe9, 0x9a, 0xcf,
+ 0x18, 0x97, 0x3d, 0x68, 0x0f, 0x42, 0x0c, 0x49, 0xda, 0x4d, 0xc8, 0xc3,
+ 0x43, 0x18, 0x84, 0xbb, 0xfe, 0x1d, 0x44, 0xc8, 0x1c, 0xe0, 0x01, 0xed,
+ 0x50, 0x0e, 0x8b, 0xd9, 0xaf, 0x26, 0xb3, 0x3f, 0x9f, 0x20, 0x8c, 0xab,
+ 0x8a, 0x45, 0x86, 0xf7, 0xd4, 0xf0, 0x18, 0x6b, 0xf6, 0xe0, 0xc7, 0xd4,
+ 0x5e, 0xa6, 0x42, 0x0b, 0xf2, 0xd0, 0x37, 0xa9, 0x14, 0xac, 0x67, 0x5b,
+ 0xd5, 0x63, 0x04, 0x31, 0xc6, 0x13, 0xa0, 0x1f, 0x1e, 0x5e, 0x05, 0x37,
+ 0x5f, 0x07, 0x1f, 0x7f, 0x5b, 0x0d, 0x52, 0x66, 0x19, 0x06, 0x2f, 0x22,
+ 0xd3, 0xda, 0x16, 0x3c, 0x7a, 0xc5, 0x21, 0x66, 0x16, 0x06, 0x3b, 0x03,
+ 0x35, 0x29, 0xac, 0x42, 0xbf, 0xb2, 0x2d, 0x6d, 0x6f, 0x1d, 0xc1, 0xb6,
+ 0x0a, 0x11, 0x66, 0xfb, 0x18, 0x40, 0x5b, 0x5a, 0xc7, 0xc1, 0x00, 0x74,
+ 0xfd, 0xa7, 0xfe, 0x03, 0xc9, 0x5f, 0x7a, 0x9b, 0xfc, 0x45, 0x16, 0x3d,
+ 0x20, 0xf8, 0x54, 0xe1, 0xec, 0x7e, 0x90, 0x8e, 0xc3, 0x58, 0xd8, 0xe4,
+ 0xac, 0xa6, 0xbc, 0xc9, 0x61, 0x52, 0x5c, 0xc7, 0xe8, 0x85, 0x29, 0x0f,
+ 0xe8, 0xfb, 0xd4, 0x33, 0x41, 0x07, 0xc1, 0xdc, 0x38, 0x68, 0x60, 0xc1,
+ 0x95, 0xf0, 0x33, 0xec, 0x66, 0x9e, 0x85, 0x3f, 0xc3, 0xe4, 0xd2, 0x9f,
+ 0x40, 0xf7, 0x82, 0xec, 0x99, 0xe1, 0x05, 0x53, 0xbe, 0xb6, 0x9c, 0x45,
+ 0xd5, 0xaf, 0x1e, 0xa8, 0x5f, 0x90, 0x24, 0x41, 0xdb, 0xac, 0x6a, 0x9b,
+ 0x45, 0xdb, 0x40, 0xfb, 0x81, 0x8c, 0xbd, 0x21, 0x82, 0xf1, 0xc8, 0x5d,
+ 0x06, 0xd6, 0x38, 0xc5, 0xb4, 0xc1, 0x21, 0x42, 0x15, 0x4d, 0x14, 0xaa,
+ 0x03, 0x18, 0x21, 0xc7, 0x66, 0xc8, 0x34, 0xb6, 0x6d, 0x93, 0x4d, 0x9b,
+ 0x40, 0x99, 0x83, 0xbc, 0xcc, 0x21, 0xd3, 0xd6, 0xb6, 0x4d, 0x0e, 0x6d,
+ 0x82, 0x9d, 0x1a, 0x52, 0x50, 0x86, 0x4c, 0x53, 0xdb, 0x36, 0x51, 0x5d,
+ 0xad, 0xc3, 0x68, 0x79, 0xd0, 0xe4, 0x55, 0x9b, 0xa8, 0x9a, 0xd6, 0x69,
+ 0x9e, 0x62, 0x8a, 0xcb, 0x90, 0x29, 0x68, 0xdb, 0x26, 0xaa, 0xa2, 0x75,
+ 0x5a, 0xa7, 0x98, 0xbd, 0x34, 0x64, 0x3a, 0xda, 0xb6, 0x09, 0xb4, 0x34,
+ 0x80, 0x82, 0xfc, 0xc0, 0x51, 0xbf, 0x67, 0x5c, 0xa4, 0x50, 0x2c, 0xc3,
+ 0x04, 0x85, 0x92, 0x65, 0x98, 0x7f, 0xea, 0xc3, 0xf8, 0x21, 0xf5, 0xac,
+ 0x6c, 0x05, 0x65, 0x91, 0xc7, 0xec, 0xd1, 0x76, 0x78, 0x08, 0x48, 0x7b,
+ 0x83, 0xf6, 0x9b, 0x94, 0x85, 0xd6, 0x7c, 0x36, 0xbe, 0xfa, 0x29, 0x6f,
+ 0x86, 0x07, 0x81, 0x74, 0x27, 0x68, 0x9e, 0x90, 0x39, 0x6d, 0xc3, 0x5c,
+ 0xe6, 0x4f, 0x7d, 0x3a, 0x9d, 0x27, 0xf3, 0x34, 0x7c, 0x22, 0x5f, 0x97,
+ 0x84, 0x44, 0x13, 0xf2, 0x34, 0x26, 0xe9, 0xbf, 0xa4, 0xe3, 0x17, 0x9b,
+ 0x9d, 0x1d, 0xa6, 0xe4, 0x29, 0xfb, 0xfc, 0x58, 0xba, 0x7a, 0x31, 0xa6,
+ 0x89, 0x9f, 0x99, 0xdd, 0xbf, 0x0c, 0x78, 0x69, 0x81, 0x5b, 0x5e, 0x59,
+ 0x40, 0x38, 0x00, 0xb2, 0xd9, 0xe1, 0x21, 0x38, 0x92, 0x9f, 0x05, 0x1d,
+ 0xe2, 0x77, 0x8c, 0xab, 0x32, 0xef, 0xcc, 0x7d, 0x4a, 0xbd, 0xed, 0xe8,
+ 0x83, 0x66, 0x59, 0xa9, 0x67, 0xea, 0xcd, 0xfe, 0x29, 0x33, 0xf5, 0x94,
+ 0x49, 0x53, 0x06, 0x27, 0x12, 0x23, 0xf2, 0x44, 0x22, 0x8c, 0xab, 0x14,
+ 0xa7, 0x4c, 0x1f, 0xed, 0xca, 0x53, 0x46, 0xdf, 0x4c, 0xeb, 0xb5, 0x37,
+ 0xd3, 0xd6, 0x73, 0x26, 0xcd, 0x99, 0x1f, 0x80, 0xb9, 0xca, 0x72, 0xb2,
+ 0x24, 0x4b, 0x88, 0x4f, 0x9b, 0xb3, 0x67, 0xff, 0x7d, 0x08, 0x29, 0x2a,
+ 0xd0, 0x25, 0x26, 0x10, 0x69, 0x2c, 0x69, 0xfd, 0x0e, 0xcb, 0xbb, 0x83,
+ 0xa6, 0xda, 0xee, 0x59, 0x1d, 0x5a, 0x3c, 0xfc, 0x4c, 0x5b, 0x08, 0xc6,
+ 0x63, 0xe2, 0xd7, 0x69, 0x6e, 0x8b, 0x13, 0xd4, 0x02, 0x3c, 0x64, 0xcf,
+ 0x93, 0x24, 0x5f, 0xd2, 0xed, 0xe0, 0x1b, 0xc8, 0x7e, 0xa6, 0xec, 0x25,
+ 0xe9, 0xdc, 0x68, 0x67, 0xeb, 0x10, 0x75, 0x8b, 0x5e, 0x32, 0xa7, 0x1b,
+ 0xc9, 0x35, 0x81, 0x6d, 0x99, 0x25, 0x81, 0x53, 0x1d, 0x31, 0xf4, 0x73,
+ 0xdf, 0xb8, 0x6e, 0xe3, 0xf7, 0x3c, 0xdb, 0xdc, 0x87, 0xd9, 0x32, 0x34,
+ 0xae, 0xa0, 0xc8, 0x08, 0x53, 0x58, 0x2e, 0xae, 0xee, 0x1a, 0x7f, 0x32,
+ 0x35, 0x32, 0x49, 0x20, 0xfe, 0x7b, 0x82, 0xd1, 0x7d, 0x2c, 0xde, 0xce,
+ 0x98, 0xde, 0x5c, 0x76, 0xb1, 0x9b, 0x57, 0xff, 0xcc, 0xf4, 0x1f, 0xdb,
+ 0xfb, 0xcc, 0x14, 0xa2, 0x2b, 0x02, 0x39, 0x33, 0x24, 0x33, 0x20, 0x6b,
+ 0x6c, 0x4a, 0x16, 0x70, 0x9a, 0x2f, 0xd0, 0x70, 0x2e, 0x5a, 0xb6, 0x81,
+ 0x87, 0xc7, 0xfd, 0xbf, 0x6c, 0x86, 0xb5, 0x72, 0xc0, 0x5b, 0x19, 0x6b,
+ 0x11, 0x37, 0x88, 0x34, 0x7b, 0x40, 0xd3, 0xfc, 0x0d, 0x0f, 0xb2, 0x7f,
+ 0x33, 0x05, 0x30, 0x7e, 0xc2, 0x36, 0x83, 0x99, 0x28, 0xd1, 0x4c, 0xfc,
+ 0x15, 0x05, 0x31, 0xbd, 0x62, 0xa4, 0xc6, 0x2d, 0x4b, 0x38, 0xeb, 0x10,
+ 0xca, 0xff, 0x51, 0x48, 0xed, 0xf4, 0xca, 0xf4, 0x4c, 0x73, 0xb0, 0xee,
+ 0x32, 0x7c, 0x98, 0x3b, 0x0b, 0xfe, 0x85, 0xef, 0x3c, 0xe7, 0x0c, 0xcc,
+ 0x7f, 0x6a, 0xfe, 0xd5, 0x98, 0xa1, 0xf7, 0x64, 0x58, 0x7f, 0xfc, 0x65,
+ 0xd8, 0x9f, 0x6d, 0xc7, 0xc8, 0x8a, 0xa8, 0x03, 0xa6, 0x41, 0x42, 0xd2,
+ 0x0d, 0xe6, 0x9f, 0x41, 0x28, 0xa2, 0xf3, 0x4c, 0xf9, 0x93, 0x9a, 0x85,
+ 0x74, 0x9f, 0x87, 0x9f, 0x30, 0x3b, 0xad, 0xdb, 0x99, 0x18, 0x1e, 0x86,
+ 0x3a, 0xee, 0xce, 0x89, 0xf5, 0xb9, 0x65, 0x7f, 0x6e, 0x39, 0x46, 0x97,
+ 0x8e, 0xd9, 0x6a, 0x49, 0x00, 0x46, 0xb0, 0x0d, 0xbc, 0xb4, 0x3f, 0x9b,
+ 0x46, 0xf6, 0x18, 0x42, 0x8a, 0x8b, 0x62, 0xc6, 0x0c, 0xe6, 0xea, 0xa9,
+ 0xac, 0x71, 0x47, 0xa2, 0xe5, 0xd9, 0x8c, 0x8a, 0xed, 0x88, 0x93, 0xb8,
+ 0xb9, 0xf7, 0xd3, 0x8d, 0xd1, 0xf8, 0x8d, 0x4d, 0xd8, 0x1f, 0x84, 0x50,
+ 0x7b, 0xa0, 0x79, 0x06, 0xd1, 0x00, 0x78, 0xdc, 0x6d, 0x21, 0xa7, 0x95,
+ 0x14, 0x04, 0xc6, 0xc2, 0x06, 0x23, 0x89, 0xa3, 0x97, 0x2d, 0x82, 0x3f,
+ 0xff, 0xa0, 0xef, 0x70, 0xf0, 0x82, 0x6c, 0x49, 0x07, 0x34, 0x6c, 0xff,
+ 0xfb, 0x6e, 0xdc, 0x2c, 0x97, 0xf5, 0x2f, 0x57, 0x18, 0xc4, 0x84, 0xc4,
+ 0xe1, 0xb3, 0xe1, 0x38, 0x05, 0x55, 0xfc, 0xdb, 0xf3, 0xca, 0x71, 0xf0,
+ 0x34, 0x3f, 0xc3, 0xb4, 0x24, 0x36, 0xa0, 0x6c, 0x68, 0x55, 0x9e, 0x64,
+ 0x7a, 0xfb, 0x27, 0x67, 0x17, 0xaf, 0xfa, 0x7c, 0x46, 0x91, 0x70, 0xe1,
+ 0x09, 0xe0, 0xb3, 0x34, 0x9c, 0xf9, 0x78, 0x64, 0x4b, 0x17, 0x10, 0x38,
+ 0x06, 0xfe, 0x65, 0xa0, 0x8f, 0x09, 0xa5, 0x39, 0xf0, 0x9f, 0xe0, 0x10,
+ 0x9c, 0xdb, 0x04, 0xa9, 0x6f, 0xd8, 0xbf, 0x99, 0x30, 0x95, 0xf0, 0xc3,
+ 0xbf, 0xfc, 0x6f, 0x74, 0x50, 0x7f, 0x3a, 0x6e, 0x7d, 0x50, 0xe1, 0x9b,
+ 0x22, 0x57, 0xb1, 0x42, 0xa4, 0x6c, 0xa9, 0x57, 0xfe, 0xfc, 0xf7, 0xc4,
+ 0x72, 0x85, 0x85, 0xb2, 0xdb, 0x2d, 0xe1, 0x61, 0x0c, 0x16, 0xeb, 0x8d,
+ 0xa6, 0x47, 0xf5, 0x57, 0xba, 0x98, 0x2c, 0x55, 0x99, 0xbf, 0xf9, 0xe3,
+ 0xe1, 0x18, 0x7b, 0xfc, 0x77, 0xf3, 0x18, 0x1a, 0x17, 0xa6, 0xdd, 0xa9,
+ 0x4e, 0x9b, 0x83, 0xb3, 0xc6, 0xe9, 0x5e, 0x4d, 0xcc, 0x26, 0xa2, 0x65,
+ 0xf3, 0x67, 0x15, 0xaf, 0x33, 0xc4, 0x6e, 0x94, 0xdf, 0xce, 0xc4, 0x89,
+ 0xae, 0x7c, 0xe5, 0xac, 0x6e, 0x57, 0x58, 0xbd, 0xd2, 0x9a, 0xa7, 0x8b,
+ 0x86, 0x57, 0xdb, 0x0a, 0x34, 0xe4, 0xe2, 0x59, 0x92, 0xfb, 0x11, 0x7b,
+ 0x57, 0x95, 0x7e, 0x4c, 0x1b, 0x62, 0xb3, 0x6a, 0xf1, 0x66, 0x75, 0xcf,
+ 0x42, 0x6d, 0xb6, 0x4e, 0x44, 0xcc, 0x97, 0xdd, 0x45, 0x35, 0xc5, 0x17,
+ 0xe1, 0x35, 0x64, 0x8e, 0x8c, 0x6c, 0x1b, 0x4d, 0xe0, 0x87, 0x69, 0xe7,
+ 0x05, 0x52, 0x9b, 0x79, 0xde, 0xd0, 0xae, 0xba, 0xec, 0x4a, 0xd6, 0x95,
+ 0x8b, 0x4a, 0x72, 0xe5, 0x24, 0x1d, 0x8c, 0x33, 0x30, 0xcd, 0xba, 0x2f,
+ 0x81, 0x9c, 0xf5, 0x6b, 0xb3, 0x78, 0x27, 0xd5, 0xfe, 0x90, 0x2f, 0xd3,
+ 0x04, 0x6a, 0x27, 0x31, 0xbb, 0x7a, 0x9c, 0x64, 0xcc, 0x32, 0xda, 0xbb,
+ 0x3b, 0x7b, 0x5a, 0x09, 0x54, 0x68, 0x34, 0x11, 0xf1, 0x2c, 0xa7, 0x7e,
+ 0x17, 0x64, 0xd4, 0xd2, 0x55, 0x78, 0x4d, 0xbd, 0x8a, 0xd7, 0x94, 0x17,
+ 0xca, 0xaa, 0x95, 0x5f, 0xa1, 0x14, 0x25, 0x49, 0x73, 0x94, 0xa1, 0x74,
+ 0x8b, 0x8b, 0x8d, 0x20, 0x89, 0x22, 0x66, 0xc8, 0xc9, 0xbf, 0x94, 0x9d,
+ 0xc1, 0xb0, 0xa6, 0xe6, 0x55, 0x12, 0x6d, 0x8a, 0x7a, 0x62, 0xc2, 0x82,
+ 0x8b, 0x11, 0x14, 0x66, 0xc5, 0xb5, 0x0a, 0x4e, 0x98, 0x2e, 0xd6, 0xfe,
+ 0xdb, 0xb5, 0xac, 0x90, 0xdd, 0x58, 0x94, 0xdb, 0xae, 0x17, 0xb3, 0x30,
+ 0xcc, 0xac, 0x13, 0x7f, 0x1e, 0xdc, 0x06, 0x81, 0x0c, 0x03, 0xae, 0xd8,
+ 0x22, 0x25, 0xb6, 0x8c, 0x8c, 0x83, 0xc0, 0xb8, 0x95, 0xbf, 0xa6, 0x92,
+ 0x61, 0x9b, 0xe1, 0xc2, 0x1c, 0xba, 0x05, 0xa7, 0x49, 0x78, 0x58, 0xfc,
+ 0x4f, 0x6f, 0x37, 0x43, 0xc1, 0xc6, 0x17, 0x2e, 0xf0, 0x57, 0xcc, 0x8f,
+ 0x9b, 0x99, 0x82, 0x3b, 0x81, 0xc7, 0xfe, 0xfc, 0x7a, 0x9f, 0xf9, 0x76,
+ 0x44, 0x96, 0x38, 0x22, 0x85, 0x83, 0xe3, 0xd7, 0x8e, 0xc8, 0x16, 0x46,
+ 0xd4, 0xfc, 0xbb, 0xce, 0x15, 0xb6, 0x23, 0x72, 0xc4, 0x11, 0x59, 0x7f,
+ 0xd3, 0x88, 0xfc, 0x87, 0xbd, 0x59, 0x17, 0x76, 0x25, 0x7e, 0x48, 0x0b,
+ 0xb8, 0xad, 0xf9, 0x51, 0x9d, 0x30, 0x4b, 0x9c, 0x31, 0x57, 0xcf, 0x98,
+ 0x72, 0xc6, 0x9e, 0x4c, 0x49, 0x05, 0x80, 0x68, 0x94, 0x6a, 0xdd, 0x80,
+ 0x5d, 0x73, 0xcb, 0x46, 0x30, 0x48, 0x9b, 0x52, 0x80, 0xb2, 0x2c, 0xc4,
+ 0xc1, 0x44, 0x04, 0xc4, 0x22, 0x01, 0x0c, 0xd0, 0x92, 0x80, 0xd8, 0x39,
+ 0xec, 0x5b, 0xe8, 0x29, 0x40, 0xad, 0xd7, 0xe8, 0x95, 0x5b, 0x9e, 0xf0,
+ 0x52, 0xb7, 0x4a, 0x51, 0xcc, 0x79, 0x61, 0x47, 0x0b, 0x1b, 0xb7, 0xeb,
+ 0xf8, 0x61, 0xe2, 0x87, 0x85, 0x1f, 0x36, 0x7e, 0x38, 0xf8, 0xe1, 0xe2,
+ 0x87, 0x87, 0x1f, 0x0d, 0xfc, 0x68, 0xe2, 0x47, 0x8b, 0x83, 0x17, 0x68,
+ 0x38, 0x1e, 0x93, 0x23, 0x32, 0x39, 0x26, 0x93, 0xa3, 0x32, 0x11, 0x57,
+ 0x07, 0xbb, 0x77, 0xb0, 0x77, 0x07, 0x3b, 0x77, 0xb0, 0x6f, 0x07, 0xbb,
+ 0x76, 0x78, 0x4f, 0xa4, 0xda, 0x41, 0xaa, 0x1d, 0xa4, 0xda, 0x69, 0x71,
+ 0xf0, 0x02, 0x0d, 0xc7, 0xc3, 0xa9, 0x76, 0x38, 0xd5, 0x0e, 0xa7, 0xda,
+ 0xe1, 0x54, 0xbb, 0xd8, 0xbd, 0x8b, 0xbd, 0xbb, 0xd8, 0xb9, 0x8b, 0x7d,
+ 0xbb, 0xd8, 0xb5, 0xcb, 0x7b, 0x22, 0xd5, 0x2e, 0x52, 0xed, 0x22, 0xd5,
+ 0x6e, 0x8b, 0x83, 0x17, 0x68, 0x38, 0x1e, 0x4e, 0xb5, 0xcb, 0xa9, 0x76,
+ 0x39, 0xd5, 0x2e, 0xa7, 0xda, 0xc3, 0xee, 0x3d, 0xec, 0xdd, 0xc3, 0xce,
+ 0x3d, 0xec, 0xdb, 0xc3, 0xae, 0x3d, 0xde, 0x13, 0xa9, 0xf6, 0x90, 0x6a,
+ 0x0f, 0xa9, 0xf6, 0x5a, 0x1c, 0xbc, 0x40, 0xc3, 0xf1, 0x70, 0xaa, 0x3d,
+ 0x4e, 0xb5, 0xc7, 0xa9, 0xf6, 0x38, 0xd5, 0x3e, 0x76, 0xef, 0x63, 0xef,
+ 0x3e, 0x76, 0xee, 0x63, 0xdf, 0x3e, 0x76, 0xed, 0xf3, 0x9e, 0x48, 0xb5,
+ 0x8f, 0x54, 0xfb, 0x48, 0xb5, 0xdf, 0xe2, 0xe0, 0x05, 0x1a, 0x8e, 0x87,
+ 0x53, 0xed, 0x73, 0xaa, 0x7d, 0x4e, 0xb5, 0xcf, 0xa9, 0x0e, 0xb0, 0xfb,
+ 0x00, 0x7b, 0x0f, 0xb0, 0xf3, 0x00, 0xfb, 0x0e, 0xb0, 0xeb, 0x80, 0xf7,
+ 0x44, 0xaa, 0x03, 0xa4, 0x3a, 0x40, 0xaa, 0x83, 0x16, 0x07, 0x2f, 0xd0,
+ 0x70, 0x3c, 0x9c, 0xea, 0x80, 0x53, 0x1d, 0x70, 0xaa, 0x03, 0x4e, 0xf5,
+ 0x02, 0xbb, 0x5f, 0x60, 0xef, 0x0b, 0xec, 0x7c, 0x81, 0x7d, 0x2f, 0xb0,
+ 0xeb, 0x05, 0xef, 0x89, 0x54, 0x2f, 0x90, 0xea, 0x05, 0x52, 0xbd, 0x68,
+ 0x71, 0xf0, 0x02, 0x0d, 0xc7, 0xc3, 0xa9, 0x5e, 0x70, 0xaa, 0x17, 0x9c,
+ 0xea, 0x05, 0xa7, 0x7a, 0x89, 0xdd, 0x2f, 0xb1, 0xf7, 0x25, 0x76, 0xbe,
+ 0xc4, 0xbe, 0x97, 0xd8, 0xf5, 0x92, 0xf7, 0x44, 0xaa, 0x97, 0x48, 0xf5,
+ 0x12, 0xa9, 0x5e, 0xb6, 0x38, 0x78, 0x81, 0x86, 0xe3, 0xe1, 0x54, 0x2f,
+ 0x39, 0xd5, 0x4b, 0x4e, 0xf5, 0x92, 0x53, 0x1d, 0x62, 0xf7, 0x21, 0xf6,
+ 0x1e, 0x62, 0xe7, 0x21, 0xf6, 0x1d, 0x62, 0xd7, 0x21, 0xef, 0x89, 0x54,
+ 0x87, 0x48, 0x75, 0x88, 0x54, 0x87, 0x2d, 0x0e, 0x5e, 0xa0, 0xe1, 0x78,
+ 0x38, 0xd5, 0x21, 0xa7, 0x3a, 0xe4, 0x54, 0x87, 0x94, 0xea, 0xc9, 0x2a,
+ 0x60, 0xe5, 0xb4, 0x14, 0xb2, 0xa5, 0xa9, 0x65, 0x8b, 0x96, 0x2d, 0x5a,
+ 0xb6, 0x68, 0xd9, 0x82, 0x1f, 0x3f, 0x20, 0x5b, 0xee, 0xfd, 0x34, 0x99,
+ 0xbe, 0x9e, 0xe4, 0xce, 0xd2, 0xd1, 0xf7, 0x67, 0xa8, 0x57, 0x30, 0xec,
+ 0x4d, 0x72, 0x77, 0xea, 0xaf, 0x26, 0xb9, 0x57, 0x50, 0xc8, 0x49, 0xee,
+ 0x4e, 0xfd, 0x60, 0x92, 0xdc, 0xab, 0x53, 0xa5, 0x36, 0xb7, 0x9c, 0xba,
+ 0x0e, 0xae, 0x54, 0x24, 0xfc, 0xce, 0x23, 0x72, 0x97, 0xf1, 0xd2, 0x48,
+ 0x7b, 0x03, 0xb6, 0x1c, 0x53, 0x08, 0xd8, 0xaa, 0x04, 0xd0, 0xed, 0x60,
+ 0x90, 0xc2, 0x2f, 0x1c, 0xd3, 0xd1, 0xe1, 0x17, 0x87, 0x1b, 0x7e, 0x81,
+ 0x8b, 0x8f, 0xe5, 0x92, 0xb6, 0xab, 0xa9, 0x60, 0x02, 0x6d, 0xa9, 0x69,
+ 0x6d, 0x4a, 0x6b, 0x53, 0x5a, 0x9b, 0xfa, 0x71, 0x6d, 0xaa, 0x2a, 0x69,
+ 0xa6, 0xf4, 0x43, 0x21, 0x64, 0xb4, 0xc9, 0xa6, 0x85, 0x8c, 0x16, 0x32,
+ 0x5a, 0xc8, 0xbc, 0x57, 0xc8, 0x94, 0xba, 0xac, 0x7c, 0xc0, 0xea, 0xf0,
+ 0xb2, 0x41, 0x3f, 0xf9, 0x80, 0x75, 0xe5, 0xc7, 0x10, 0x75, 0xb5, 0xef,
+ 0xa4, 0xd2, 0xb1, 0xf6, 0x85, 0x5c, 0xb1, 0xda, 0x23, 0x58, 0xb5, 0xa4,
+ 0xbd, 0x58, 0x40, 0x6c, 0xf5, 0x2e, 0x38, 0x1f, 0x74, 0x93, 0x83, 0xef,
+ 0x94, 0x8c, 0x81, 0x53, 0xfd, 0x0a, 0xfc, 0x84, 0xf8, 0xeb, 0x75, 0xf4,
+ 0x32, 0xf1, 0x73, 0xe9, 0x48, 0xdf, 0xb1, 0x78, 0x7d, 0x86, 0xcf, 0xd9,
+ 0x2e, 0x12, 0xb3, 0x44, 0xc2, 0x0a, 0x80, 0xaa, 0xaa, 0xa5, 0xb3, 0x14,
+ 0x29, 0xc7, 0x66, 0xe9, 0x26, 0x9d, 0xa7, 0xed, 0x33, 0x9c, 0xe1, 0x13,
+ 0x6c, 0x1f, 0x02, 0xe1, 0xb7, 0x37, 0x00, 0xed, 0xd2, 0xb7, 0x21, 0xdb,
+ 0x24, 0x63, 0x47, 0x70, 0x3b, 0x67, 0xbe, 0x98, 0xa8, 0xc5, 0x6b, 0xb6,
+ 0xbf, 0xc4, 0x01, 0x44, 0x85, 0x6c, 0x6f, 0xb5, 0x41, 0xc8, 0xca, 0x81,
+ 0xf8, 0x30, 0xce, 0xfd, 0x47, 0x62, 0x0c, 0xd8, 0xd5, 0x7b, 0x1d, 0x1e,
+ 0xfe, 0xd1, 0x7f, 0x5e, 0xfa, 0x1b, 0xb8, 0x01, 0x6b, 0xe7, 0x57, 0xde,
+ 0x15, 0x4f, 0xfd, 0xa4, 0xbe, 0xd5, 0x9f, 0x4f, 0x9e, 0xb2, 0x0c, 0x4b,
+ 0x7c, 0x4e, 0x48, 0x10, 0xae, 0xd3, 0x84, 0x0e, 0x5c, 0x1e, 0xff, 0xce,
+ 0x09, 0x79, 0x51, 0xc5, 0xab, 0x0e, 0xb0, 0x7b, 0xe3, 0xe5, 0x1c, 0x9b,
+ 0x15, 0x14, 0x2c, 0xe3, 0xe5, 0x2a, 0x45, 0x60, 0xd8, 0x89, 0x0a, 0x05,
+ 0x56, 0x87, 0x80, 0x20, 0x49, 0x75, 0x4e, 0x5a, 0x69, 0xb4, 0xdd, 0x92,
+ 0x22, 0x9f, 0x4d, 0xc1, 0xe6, 0x76, 0xa3, 0x9c, 0xb6, 0xa2, 0xac, 0x39,
+ 0xcf, 0xb1, 0x80, 0x8c, 0x8b, 0x93, 0xc4, 0x5a, 0x12, 0xca, 0x28, 0x72,
+ 0xbc, 0xbd, 0x63, 0xeb, 0x78, 0xfb, 0x43, 0x36, 0xf8, 0x8a, 0x22, 0x21,
+ 0x74, 0xe1, 0xc5, 0xd8, 0x08, 0xc7, 0x51, 0x9c, 0xfb, 0xeb, 0xa5, 0x3f,
+ 0xc8, 0xa5, 0xb7, 0xc4, 0xa5, 0x57, 0x04, 0x58, 0xe8, 0xa5, 0x3f, 0xc8,
+ 0xa5, 0xb7, 0xc5, 0xa5, 0xd7, 0x1e, 0xbe, 0x63, 0x59, 0x7a, 0x47, 0x5c,
+ 0x7a, 0x45, 0x30, 0x9c, 0x5e, 0xfa, 0x83, 0x5c, 0x7a, 0x57, 0x5c, 0x7a,
+ 0xad, 0xe6, 0x1d, 0xcb, 0xd2, 0x7b, 0xc2, 0xd2, 0xbb, 0x5a, 0xcd, 0x3b,
+ 0x96, 0xa5, 0x6f, 0x88, 0x4b, 0xaf, 0xd5, 0xbc, 0x63, 0x59, 0xfa, 0xa6,
+ 0xb8, 0xf4, 0x5a, 0xcd, 0x3b, 0x96, 0xa5, 0x6f, 0x89, 0x4b, 0xaf, 0xd5,
+ 0xbc, 0x63, 0x59, 0x7a, 0xb3, 0x2e, 0xae, 0xbd, 0xd6, 0xf3, 0x8e, 0x66,
+ 0xed, 0x45, 0x7f, 0x9e, 0xa7, 0x15, 0xbd, 0xa3, 0x59, 0x7b, 0xd1, 0xa1,
+ 0xe7, 0x69, 0x4d, 0xef, 0x58, 0xd6, 0x9e, 0x5d, 0x6e, 0x68, 0x49, 0x2f,
+ 0xbf, 0xd6, 0xf7, 0x8e, 0x8b, 0x01, 0x24, 0x09, 0xa0, 0xb5, 0xbe, 0xe3,
+ 0x62, 0x00, 0xd1, 0xb1, 0xef, 0x69, 0xd5, 0xef, 0xb8, 0x18, 0x40, 0x74,
+ 0xef, 0x37, 0xb4, 0xfe, 0x77, 0x5c, 0x0c, 0x20, 0x3a, 0xf9, 0x1b, 0x5a,
+ 0x09, 0x3c, 0x2e, 0x06, 0x10, 0x5d, 0xfd, 0x0d, 0xad, 0x04, 0x1e, 0x17,
+ 0x03, 0x88, 0x0e, 0x7f, 0x55, 0xb9, 0x13, 0xcd, 0x00, 0x07, 0xcc, 0x00,
+ 0xa2, 0xdb, 0x5f, 0x55, 0x5d, 0x46, 0x33, 0xc0, 0x01, 0x33, 0x80, 0xe8,
+ 0xfc, 0x57, 0x15, 0xf3, 0xd1, 0x0c, 0x70, 0xc0, 0x0c, 0x20, 0x1d, 0x01,
+ 0xa8, 0x8a, 0x27, 0x69, 0x0e, 0x38, 0x64, 0x0e, 0x10, 0x7d, 0x81, 0x4d,
+ 0xad, 0x06, 0x1e, 0x19, 0x07, 0x88, 0xce, 0xc0, 0xa6, 0xd6, 0x03, 0x0f,
+ 0x99, 0x03, 0xf8, 0xfc, 0xaa, 0x82, 0xfa, 0x9b, 0x5a, 0x01, 0x3c, 0x92,
+ 0x95, 0x17, 0xdf, 0xf9, 0x96, 0xd6, 0xfc, 0x8e, 0x64, 0xe5, 0x45, 0xcf,
+ 0x7f, 0x4b, 0x6b, 0x7c, 0x47, 0xb2, 0xf2, 0xa2, 0xcb, 0xbf, 0xa5, 0x35,
+ 0xbd, 0x23, 0x59, 0x79, 0xd1, 0xd7, 0xdf, 0xd2, 0x1a, 0xde, 0x91, 0xac,
+ 0xbc, 0xe8, 0xe4, 0x6f, 0x69, 0x0d, 0xef, 0x48, 0x56, 0x5e, 0xf0, 0xee,
+ 0xbb, 0xaa, 0x0b, 0x40, 0xf5, 0xca, 0x1f, 0xe2, 0xca, 0x37, 0xc5, 0x95,
+ 0xd7, 0x1a, 0xde, 0x91, 0xac, 0x7c, 0x4b, 0x5c, 0x79, 0xad, 0xe1, 0x1d,
+ 0xc9, 0xca, 0x8b, 0x8e, 0x7c, 0xb7, 0xae, 0x55, 0xbc, 0x63, 0x59, 0x7a,
+ 0x53, 0x5c, 0x7a, 0xad, 0xe3, 0x1d, 0xcb, 0xd2, 0x0b, 0x6e, 0x3c, 0xd7,
+ 0xd4, 0x4a, 0xde, 0x21, 0x2f, 0x7d, 0xe5, 0xf0, 0x46, 0xae, 0xe3, 0xe4,
+ 0x9a, 0x1f, 0x72, 0x1f, 0x54, 0x85, 0xdf, 0x54, 0x34, 0xed, 0x8f, 0xa0,
+ 0x09, 0xd7, 0x9f, 0x8e, 0x37, 0x2b, 0xb9, 0xf0, 0xa3, 0xab, 0x4b, 0x0c,
+ 0x1f, 0x32, 0x83, 0x57, 0xd6, 0x5d, 0xc5, 0x6b, 0xde, 0x47, 0xf0, 0x9a,
+ 0xf2, 0xa2, 0x3a, 0x2c, 0xfa, 0xb6, 0xef, 0xba, 0x3a, 0xd7, 0x6c, 0xe8,
+ 0xf2, 0xe2, 0x52, 0x79, 0xf1, 0x95, 0x1f, 0x3d, 0x6c, 0x62, 0xf6, 0x02,
+ 0x0e, 0xe3, 0x79, 0x18, 0xc0, 0xad, 0xa1, 0x8a, 0x17, 0x58, 0x2b, 0x27,
+ 0x07, 0xfc, 0x02, 0xef, 0xe1, 0x01, 0xc5, 0xcb, 0xfc, 0x31, 0xb5, 0x35,
+ 0x1f, 0xfc, 0x3d, 0xfb, 0x94, 0x65, 0x7e, 0x1c, 0x39, 0x81, 0xc3, 0x2d,
+ 0xed, 0x6e, 0x39, 0x60, 0x0e, 0x0f, 0xa2, 0x4d, 0x1e, 0x2c, 0x7b, 0xc9,
+ 0x37, 0xd5, 0xca, 0x2b, 0x94, 0x93, 0x5f, 0x73, 0xf3, 0x20, 0x94, 0x24,
+ 0x8d, 0xe1, 0x65, 0xe3, 0x97, 0xb6, 0x2a, 0xc6, 0xa6, 0xfd, 0x01, 0x07,
+ 0xcc, 0x95, 0x2a, 0x06, 0x50, 0x49, 0xc1, 0xe6, 0x47, 0x48, 0xc1, 0x9d,
+ 0x57, 0x42, 0x45, 0xb5, 0x55, 0x52, 0xed, 0xf5, 0x07, 0xed, 0x2f, 0x23,
+ 0x76, 0x95, 0xf3, 0xf8, 0xcb, 0x68, 0xf4, 0x65, 0x5c, 0x7c, 0xeb, 0xdd,
+ 0x7c, 0xbd, 0xae, 0x9d, 0x10, 0x40, 0x9e, 0x26, 0x71, 0x18, 0xcc, 0x0a,
+ 0xb5, 0x2c, 0x8c, 0x4d, 0x05, 0x4e, 0xfb, 0x83, 0x4a, 0x33, 0x3f, 0xdb,
+ 0x66, 0xd3, 0x75, 0xb3, 0x75, 0xd8, 0x23, 0x4f, 0x61, 0x20, 0x51, 0xc5,
+ 0x5d, 0xc4, 0x02, 0xaa, 0x37, 0x0f, 0x70, 0x8d, 0x6d, 0x6d, 0xca, 0x8b,
+ 0x56, 0x4f, 0x79, 0xd5, 0xea, 0x29, 0x2f, 0x5b, 0x3d, 0xe5, 0x75, 0xab,
+ 0xa7, 0xbc, 0x70, 0xf5, 0x14, 0x2a, 0x57, 0x9f, 0xcc, 0xc9, 0xfd, 0x66,
+ 0xc1, 0x5f, 0x6d, 0xa8, 0x61, 0x2c, 0xbc, 0xa4, 0x76, 0xb9, 0x75, 0xe8,
+ 0xb2, 0xf6, 0xba, 0xac, 0x3d, 0x7e, 0xe8, 0xb2, 0xf6, 0xf8, 0xa1, 0xcb,
+ 0xda, 0xbf, 0xf5, 0x96, 0xc3, 0x56, 0xc3, 0x92, 0x6e, 0x39, 0x74, 0x6d,
+ 0x47, 0xcb, 0x16, 0x2d, 0x5b, 0xb4, 0x6c, 0xd1, 0xb2, 0x05, 0x3f, 0xde,
+ 0x25, 0x5b, 0xd4, 0x8a, 0x9e, 0xfd, 0x21, 0x0e, 0xba, 0x55, 0x18, 0x77,
+ 0xfd, 0xd5, 0x78, 0xe9, 0x67, 0x64, 0x42, 0xb2, 0x24, 0x7a, 0x22, 0x93,
+ 0xf5, 0x4a, 0xbc, 0x02, 0xc1, 0x85, 0x4b, 0x0c, 0x6a, 0xe9, 0x1a, 0x2e,
+ 0x35, 0x74, 0xeb, 0xff, 0xac, 0x6f, 0x2f, 0xad, 0xb0, 0x5c, 0xbc, 0x05,
+ 0x21, 0x5f, 0x67, 0xe6, 0x9d, 0xb5, 0xd7, 0xa3, 0xc7, 0x6f, 0x32, 0xd0,
+ 0x1e, 0xbd, 0xaa, 0x47, 0x8f, 0xce, 0x99, 0xf5, 0xda, 0x9c, 0xe9, 0x4b,
+ 0x16, 0x15, 0x73, 0x86, 0xca, 0x3d, 0xb3, 0xce, 0x15, 0x29, 0x16, 0xae,
+ 0xea, 0xde, 0x84, 0x5f, 0xe2, 0x23, 0x10, 0x07, 0x26, 0x1e, 0x1d, 0xaa,
+ 0xaa, 0xfa, 0xff, 0x92, 0x81, 0x81, 0x54, 0xb9, 0xcb, 0xef, 0xe8, 0x6b,
+ 0x7e, 0x77, 0x9f, 0x24, 0xd9, 0xce, 0xed, 0x26, 0x38, 0x32, 0xb8, 0x1b,
+ 0x65, 0xb3, 0x73, 0x17, 0x8c, 0x59, 0xe7, 0x37, 0x52, 0xe6, 0x7e, 0xb0,
+ 0xbc, 0xd9, 0xe4, 0xf8, 0x4c, 0xe2, 0x13, 0x69, 0x97, 0xc7, 0x01, 0xbb,
+ 0x3c, 0x76, 0x56, 0x5e, 0xb1, 0x19, 0x39, 0x1f, 0xe2, 0xeb, 0x58, 0xf9,
+ 0x0f, 0xfb, 0x05, 0xa2, 0xa3, 0x05, 0xa2, 0xea, 0x58, 0x28, 0x8c, 0x27,
+ 0x24, 0xf2, 0x5f, 0xe4, 0x17, 0x54, 0x17, 0x17, 0x3f, 0xe4, 0x17, 0x34,
+ 0x9b, 0x77, 0xfd, 0x74, 0xde, 0xcd, 0x14, 0xeb, 0xae, 0xdd, 0x5c, 0xda,
+ 0x14, 0xd5, 0xa6, 0xa8, 0x36, 0x45, 0x7f, 0xdc, 0x14, 0x0d, 0xfc, 0x78,
+ 0xf6, 0xac, 0x90, 0x2c, 0xda, 0xc9, 0xa5, 0x25, 0x8b, 0x96, 0x2c, 0x5a,
+ 0xb2, 0xbc, 0x4b, 0xb2, 0x4c, 0x54, 0x92, 0x45, 0x5f, 0x6b, 0xaf, 0x25,
+ 0x8b, 0x96, 0x2c, 0x5a, 0xb2, 0xbc, 0xc3, 0x7d, 0x5e, 0xb1, 0x84, 0x15,
+ 0x0e, 0x0b, 0xf7, 0x43, 0x1c, 0x16, 0xdf, 0xfc, 0x2c, 0x27, 0x0b, 0x3f,
+ 0xdf, 0xde, 0x37, 0x7d, 0x15, 0xc6, 0x92, 0x87, 0x0d, 0x2e, 0x7f, 0xa8,
+ 0xad, 0xca, 0xfb, 0x9a, 0xeb, 0x2c, 0x5f, 0x94, 0x39, 0xd8, 0x64, 0x78,
+ 0xff, 0x59, 0x86, 0xb7, 0xf6, 0xc2, 0xe3, 0x45, 0xce, 0xd3, 0xf2, 0x9e,
+ 0x6d, 0x41, 0xae, 0xea, 0xd2, 0xf3, 0x87, 0xec, 0x03, 0x00, 0x27, 0xdd,
+ 0x78, 0x13, 0x65, 0x64, 0x0c, 0x57, 0x66, 0x3f, 0xc9, 0x8c, 0x03, 0x17,
+ 0x57, 0xd7, 0xaa, 0x37, 0x5e, 0xc3, 0xbd, 0xd5, 0x2e, 0xdc, 0x78, 0x1d,
+ 0x24, 0xab, 0x35, 0xbf, 0xe3, 0x5c, 0xbc, 0x32, 0x9b, 0xdd, 0x93, 0xee,
+ 0x42, 0xc9, 0xf2, 0x5a, 0x77, 0x52, 0xdb, 0xb9, 0x22, 0x9c, 0xdd, 0x51,
+ 0xce, 0x5d, 0xdd, 0xd3, 0x70, 0xb5, 0x89, 0x78, 0x04, 0xaa, 0xe4, 0x87,
+ 0x6f, 0x68, 0x1f, 0x84, 0xde, 0xcf, 0xf5, 0x7e, 0xae, 0xf7, 0xf3, 0x1f,
+ 0xdf, 0xcf, 0x55, 0x62, 0x46, 0x3c, 0x55, 0x6b, 0x68, 0x87, 0x84, 0x16,
+ 0x33, 0x5a, 0xcc, 0x68, 0x31, 0xf3, 0xe3, 0x62, 0xe6, 0x21, 0x49, 0xe7,
+ 0x85, 0x3e, 0x37, 0x5d, 0xf9, 0x51, 0xc4, 0x14, 0xaa, 0x69, 0x44, 0x55,
+ 0x7e, 0x49, 0x9f, 0x6a, 0x48, 0xfa, 0x14, 0xfd, 0xcf, 0x63, 0xfa, 0x54,
+ 0xe4, 0xaf, 0xee, 0xe7, 0xfe, 0x38, 0x4d, 0x72, 0xd4, 0xa9, 0xa9, 0x1d,
+ 0xa0, 0x8a, 0xa3, 0x81, 0x1a, 0xe0, 0xb5, 0xc9, 0xf8, 0xaa, 0xc6, 0x0e,
+ 0xd9, 0xcb, 0x40, 0x1a, 0xab, 0x50, 0xe8, 0x15, 0x78, 0x46, 0x89, 0x3f,
+ 0x97, 0x11, 0xb5, 0x28, 0xa2, 0x7f, 0x30, 0x34, 0x95, 0x70, 0x1c, 0x8e,
+ 0x24, 0xcc, 0xee, 0x48, 0x0c, 0x2a, 0xfc, 0xfc, 0x2e, 0x5b, 0x87, 0x77,
+ 0x15, 0xe5, 0x8c, 0xa9, 0x76, 0xbc, 0x0e, 0x75, 0x1d, 0xa4, 0xe6, 0x83,
+ 0x4f, 0x9f, 0x16, 0x66, 0x23, 0x4f, 0x37, 0xa4, 0x26, 0x42, 0x5a, 0x2a,
+ 0x48, 0x13, 0x8d, 0xa8, 0xd7, 0x21, 0x6d, 0x15, 0xa4, 0x85, 0xb1, 0xdd,
+ 0x12, 0xe4, 0x94, 0x9d, 0x65, 0xf5, 0x11, 0x5c, 0x05, 0x68, 0x9f, 0xdb,
+ 0x0a, 0xc0, 0x74, 0x93, 0x91, 0x87, 0xf0, 0x96, 0xa4, 0xf7, 0x49, 0x46,
+ 0xac, 0xd6, 0xbd, 0x0a, 0xd2, 0x39, 0x77, 0x00, 0xd2, 0x34, 0xa1, 0x09,
+ 0x40, 0xad, 0x16, 0xfb, 0x76, 0xb2, 0xa2, 0x26, 0x22, 0xa5, 0x36, 0x88,
+ 0x92, 0x6f, 0xc3, 0x79, 0x44, 0x54, 0xb0, 0x2e, 0x3b, 0x6b, 0x16, 0xa9,
+ 0x52, 0xa2, 0xd3, 0x9c, 0xac, 0xd7, 0x24, 0xdd, 0x07, 0xe7, 0x9d, 0x7b,
+ 0x0a, 0x38, 0x3e, 0x3b, 0x00, 0x6b, 0x8e, 0xc2, 0x55, 0x98, 0x93, 0x54,
+ 0x05, 0xdc, 0xc0, 0xdd, 0x4c, 0x00, 0x7e, 0xc2, 0x87, 0x9c, 0x8d, 0xfa,
+ 0x4d, 0xfa, 0x8f, 0x0a, 0xae, 0x79, 0xde, 0xdc, 0x4b, 0x94, 0x4f, 0x51,
+ 0x17, 0xbc, 0xfa, 0x2a, 0xd8, 0xd6, 0x79, 0x4b, 0xb5, 0x2e, 0xf4, 0xf1,
+ 0x26, 0x24, 0xdf, 0xa4, 0xf1, 0xcc, 0x4f, 0x17, 0x24, 0x9f, 0xf8, 0xab,
+ 0xb5, 0x92, 0x1f, 0xa8, 0x55, 0xad, 0xe2, 0x25, 0x12, 0x6c, 0x56, 0x60,
+ 0xde, 0xa6, 0xfd, 0x45, 0x3e, 0x4b, 0x28, 0x71, 0x25, 0x30, 0xe5, 0x26,
+ 0x15, 0x3b, 0xad, 0x88, 0x9f, 0x6d, 0x52, 0x72, 0xe5, 0xaf, 0x6f, 0xe2,
+ 0xe8, 0x65, 0x18, 0xdf, 0xc4, 0xa4, 0xfb, 0x12, 0x85, 0xf1, 0x5c, 0x3d,
+ 0x6b, 0xa6, 0x75, 0x6e, 0xaa, 0x78, 0x2b, 0xc3, 0x95, 0x1a, 0x24, 0x69,
+ 0x40, 0xc6, 0x7e, 0xfa, 0x48, 0xad, 0xaa, 0x3e, 0x9d, 0xcb, 0x97, 0x09,
+ 0xc9, 0x72, 0x3f, 0xcd, 0x95, 0xa8, 0xec, 0x73, 0x53, 0xc5, 0x6d, 0x61,
+ 0x36, 0xc0, 0xa7, 0x89, 0x17, 0x61, 0x4c, 0xa6, 0xeb, 0x30, 0xfe, 0xb2,
+ 0x7e, 0x85, 0x65, 0x4d, 0xe7, 0xdc, 0x74, 0x14, 0x68, 0x82, 0x84, 0x62,
+ 0xa1, 0xc3, 0x18, 0x6c, 0x48, 0xd4, 0xdd, 0xe4, 0xaf, 0x61, 0x70, 0xcf,
+ 0x4d, 0x15, 0x03, 0xce, 0xd1, 0x3c, 0xe7, 0x08, 0x6e, 0xe2, 0x2e, 0x4b,
+ 0x10, 0x51, 0x62, 0xf0, 0xce, 0x4d, 0x15, 0x2b, 0x52, 0x16, 0x1e, 0xfa,
+ 0xc1, 0x8c, 0x61, 0x81, 0x9c, 0x16, 0x1c, 0x91, 0x12, 0x43, 0xe3, 0xdc,
+ 0x54, 0xf1, 0x23, 0x60, 0xa0, 0xec, 0x31, 0xa3, 0x7c, 0x1c, 0x2f, 0xc6,
+ 0xe1, 0x9c, 0xe7, 0xc5, 0x28, 0x51, 0x34, 0xcf, 0x4d, 0x15, 0x6b, 0xf2,
+ 0xc7, 0xe8, 0xe7, 0xf7, 0x5f, 0x97, 0x24, 0xe6, 0xb3, 0x9a, 0x27, 0x74,
+ 0xb9, 0xd4, 0xb3, 0xd1, 0x3a, 0x37, 0x95, 0x5c, 0xba, 0x2b, 0x77, 0x1c,
+ 0xa5, 0xdc, 0xa9, 0x9f, 0x5b, 0x2a, 0x0e, 0x5d, 0xfb, 0xf4, 0x39, 0xe8,
+ 0x00, 0x5e, 0x19, 0xbd, 0x65, 0x9e, 0x5b, 0x2a, 0xfe, 0xf4, 0xa3, 0x70,
+ 0x51, 0x0c, 0x3a, 0x0e, 0x1f, 0x1e, 0x48, 0xda, 0xce, 0x67, 0xbd, 0xae,
+ 0x12, 0x05, 0x15, 0x7b, 0x2a, 0xde, 0xa4, 0xb4, 0x8b, 0x25, 0xe8, 0x3d,
+ 0x04, 0x09, 0x65, 0x75, 0x25, 0xb4, 0x7d, 0x6e, 0x31, 0x76, 0x1c, 0x84,
+ 0xcf, 0xe8, 0x9e, 0x62, 0x40, 0x74, 0xf0, 0x49, 0x96, 0x77, 0x53, 0x3f,
+ 0x7e, 0xe4, 0xcc, 0xf4, 0x85, 0xa3, 0x53, 0x22, 0x71, 0xce, 0x2d, 0xc6,
+ 0x8c, 0x1d, 0x3f, 0x0b, 0x83, 0x0a, 0x92, 0xa7, 0xad, 0x64, 0xa0, 0x2d,
+ 0xa4, 0x3d, 0x9f, 0x83, 0x4f, 0xa0, 0xba, 0xd9, 0x20, 0x0e, 0x08, 0x11,
+ 0x9b, 0x13, 0x00, 0x2c, 0x3d, 0x50, 0xb6, 0xd7, 0x6c, 0xd4, 0x5b, 0x26,
+ 0xfc, 0x80, 0x41, 0x66, 0xcb, 0xa7, 0x24, 0xca, 0xa5, 0x8d, 0x0a, 0x8a,
+ 0x1e, 0xd7, 0x4a, 0xdf, 0x15, 0x04, 0xe8, 0x35, 0xd8, 0x26, 0x45, 0x39,
+ 0x87, 0xaa, 0xf6, 0xab, 0x0e, 0x04, 0xa5, 0x75, 0x23, 0x3a, 0x88, 0xf9,
+ 0x28, 0x49, 0xd6, 0x38, 0x0b, 0x02, 0x0a, 0xd8, 0xeb, 0x1e, 0xc7, 0x7e,
+ 0x95, 0xbc, 0xe5, 0xba, 0x80, 0xc4, 0x0f, 0x06, 0xaa, 0x24, 0x51, 0x5d,
+ 0x6f, 0xf7, 0x90, 0xdd, 0x5e, 0xc5, 0xa2, 0x2b, 0xbc, 0xbc, 0xad, 0x0f,
+ 0x29, 0xd2, 0xf1, 0x44, 0x96, 0x61, 0x10, 0x91, 0xaf, 0x24, 0x5c, 0x2c,
+ 0xe5, 0x00, 0x4a, 0x28, 0xf4, 0x5a, 0x7b, 0x5c, 0xd4, 0x54, 0x01, 0x94,
+ 0xb0, 0x87, 0x52, 0xf1, 0x48, 0x55, 0xc1, 0x2f, 0xb0, 0x0f, 0xb1, 0x7d,
+ 0xbf, 0x82, 0x60, 0x8a, 0x08, 0xbc, 0x52, 0x29, 0xac, 0x38, 0x78, 0x19,
+ 0x7f, 0xaf, 0xd7, 0xd1, 0xcb, 0x75, 0x12, 0xd3, 0x9d, 0x8f, 0xf8, 0x69,
+ 0x87, 0x50, 0x6d, 0x85, 0xe9, 0xa7, 0xf2, 0x20, 0xe0, 0x35, 0x5b, 0x65,
+ 0xa2, 0x72, 0x0a, 0x89, 0x7c, 0x54, 0x39, 0x5d, 0x67, 0x96, 0xdb, 0xf1,
+ 0xd3, 0x04, 0xe2, 0xe3, 0xa8, 0x9a, 0x1b, 0x44, 0xbb, 0xef, 0x8b, 0x57,
+ 0xa9, 0x5e, 0xa8, 0xed, 0x68, 0x6d, 0x47, 0xe3, 0x87, 0xb6, 0xa3, 0xf1,
+ 0x43, 0xdb, 0xd1, 0x6f, 0xb1, 0xa3, 0x45, 0x19, 0x33, 0xf7, 0x45, 0x19,
+ 0xa3, 0x8f, 0x04, 0xb4, 0x8c, 0xd1, 0x32, 0x46, 0xcb, 0x98, 0x1f, 0x97,
+ 0x31, 0x5c, 0x0f, 0x9b, 0xae, 0x09, 0x99, 0xa3, 0x98, 0x29, 0xf2, 0x6d,
+ 0x44, 0x59, 0xf3, 0x77, 0x95, 0x0a, 0xc1, 0x62, 0x0d, 0x5f, 0xe4, 0xd2,
+ 0x6a, 0x9e, 0xaa, 0x62, 0xe8, 0x2f, 0x19, 0x52, 0xc8, 0xb5, 0xf6, 0xad,
+ 0x16, 0x29, 0xab, 0xcd, 0x5e, 0xbd, 0x12, 0x1c, 0x41, 0xfb, 0x31, 0x23,
+ 0x75, 0x9c, 0x44, 0x2f, 0x71, 0xb2, 0x0a, 0xfd, 0x08, 0xfe, 0xa2, 0x46,
+ 0xea, 0xdc, 0xf8, 0x34, 0xdf, 0xf8, 0x91, 0x91, 0x81, 0x6f, 0xf4, 0x14,
+ 0x7e, 0xa4, 0xf6, 0x22, 0x1d, 0x05, 0x37, 0x25, 0x2b, 0x8f, 0xae, 0xa2,
+ 0xf0, 0xf6, 0x2a, 0x15, 0x45, 0x99, 0x88, 0xbb, 0x40, 0x3c, 0x56, 0xf6,
+ 0x4c, 0xad, 0xa7, 0xea, 0x3d, 0x44, 0xef, 0x21, 0x7a, 0x0f, 0x79, 0x4f,
+ 0x98, 0xd8, 0x56, 0xba, 0x58, 0xa2, 0x74, 0xd1, 0x1a, 0xaa, 0x96, 0x2e,
+ 0x5a, 0xba, 0x68, 0xe9, 0xf2, 0x53, 0xa4, 0x8b, 0x2d, 0x4a, 0x17, 0x1d,
+ 0xab, 0xa2, 0xa5, 0x8b, 0x96, 0x2e, 0x5a, 0xba, 0xfc, 0x14, 0xe9, 0xe2,
+ 0x88, 0xd2, 0x45, 0x27, 0xd0, 0x68, 0xe9, 0xa2, 0xa5, 0x8b, 0x96, 0x2e,
+ 0x3f, 0x45, 0xba, 0xb8, 0xa2, 0x74, 0x69, 0x6a, 0xe9, 0xa2, 0xa5, 0x8b,
+ 0x96, 0x2e, 0x5a, 0xba, 0xe0, 0xc7, 0xfb, 0xa4, 0x8b, 0x70, 0x6b, 0xa6,
+ 0x67, 0x69, 0xaf, 0xae, 0x96, 0x2e, 0x5a, 0xba, 0x68, 0xe9, 0xf2, 0x53,
+ 0xa4, 0x4b, 0x43, 0x94, 0x2e, 0xda, 0xab, 0xab, 0xa5, 0x8b, 0x96, 0x2e,
+ 0x5a, 0xba, 0xfc, 0x14, 0xe9, 0xd2, 0x14, 0xa5, 0x8b, 0xf6, 0xea, 0x6a,
+ 0xe9, 0xa2, 0xa5, 0x8b, 0x96, 0x2e, 0xef, 0xc8, 0x40, 0x8c, 0xc8, 0x33,
+ 0x46, 0x33, 0xc9, 0x51, 0x43, 0xaa, 0x7b, 0x85, 0x7e, 0x4d, 0x3d, 0x63,
+ 0x3f, 0x58, 0x4e, 0xbf, 0x11, 0xb2, 0x9e, 0x85, 0x2b, 0x22, 0x66, 0x64,
+ 0x78, 0x70, 0xd3, 0x4d, 0x2d, 0xab, 0x41, 0xb0, 0x79, 0x25, 0xe6, 0x9d,
+ 0x15, 0x87, 0x28, 0xe0, 0x84, 0x42, 0x26, 0x08, 0x06, 0x89, 0x1c, 0xaf,
+ 0x54, 0x11, 0xe7, 0xd9, 0x5a, 0xdb, 0x0c, 0x0d, 0x75, 0x28, 0xd1, 0x07,
+ 0x5d, 0x4e, 0x83, 0xd5, 0xd7, 0xf7, 0xdc, 0x4d, 0xe3, 0xbd, 0xfb, 0x6e,
+ 0x9a, 0x2c, 0x4f, 0xc2, 0x60, 0xc9, 0x6a, 0x6d, 0x94, 0x4b, 0x22, 0x4e,
+ 0x10, 0x64, 0xdb, 0xd4, 0xce, 0xcd, 0xca, 0xc4, 0xba, 0x90, 0xea, 0x02,
+ 0x13, 0x4b, 0xf2, 0x7b, 0x3a, 0xa5, 0x90, 0x31, 0x53, 0x94, 0x8a, 0x91,
+ 0xa1, 0xed, 0xdf, 0x79, 0x4e, 0x28, 0x03, 0x6d, 0x60, 0x22, 0x02, 0x9b,
+ 0x58, 0x96, 0x60, 0x39, 0x4a, 0x16, 0x83, 0x94, 0xfc, 0x67, 0x43, 0xe2,
+ 0xe0, 0x45, 0x4c, 0x20, 0xf0, 0xe0, 0x02, 0x8b, 0xda, 0xf2, 0xbf, 0x5b,
+ 0x68, 0x93, 0x25, 0xa5, 0x02, 0x30, 0xbb, 0x55, 0xe7, 0xca, 0x5f, 0xb7,
+ 0xe9, 0x54, 0xf9, 0x8b, 0x9d, 0x44, 0x31, 0x84, 0xd4, 0x47, 0x0f, 0x7a,
+ 0x0b, 0xd4, 0x5b, 0xa0, 0xde, 0x02, 0x7f, 0x7c, 0x0b, 0x64, 0xc9, 0xb8,
+ 0x50, 0xc3, 0x28, 0xf2, 0x5f, 0x78, 0x1a, 0x9e, 0xbc, 0x17, 0xda, 0xfa,
+ 0x6e, 0xd3, 0x03, 0x4e, 0xea, 0x53, 0xb3, 0x80, 0x62, 0xfb, 0x77, 0x3e,
+ 0x64, 0xfb, 0xa7, 0x1b, 0xeb, 0xec, 0x65, 0x2d, 0xd1, 0xc2, 0x5d, 0xdf,
+ 0xa9, 0xc6, 0x45, 0xdf, 0xb6, 0x2f, 0xe0, 0xe3, 0xea, 0xca, 0xfd, 0x27,
+ 0xb2, 0x78, 0x0e, 0x70, 0xf6, 0xf6, 0x9b, 0xc3, 0x9f, 0x05, 0x72, 0x99,
+ 0x3b, 0x9b, 0x3c, 0x4f, 0xe4, 0xfc, 0x54, 0xef, 0xef, 0xbb, 0x0d, 0xc2,
+ 0x5f, 0x5f, 0x85, 0x71, 0x67, 0x03, 0x09, 0xcb, 0x23, 0x12, 0x2f, 0xf2,
+ 0xa5, 0xa4, 0x45, 0xb0, 0xfb, 0x20, 0x82, 0x64, 0x13, 0xc3, 0xb4, 0x96,
+ 0xba, 0x80, 0x03, 0xaa, 0x40, 0xc0, 0x53, 0xf0, 0xb3, 0x2e, 0xb4, 0xcb,
+ 0xa0, 0x54, 0x53, 0xa9, 0x55, 0xa1, 0x20, 0xa2, 0x72, 0x9b, 0x04, 0xd9,
+ 0x23, 0x3e, 0x7d, 0x45, 0x9f, 0x40, 0x03, 0x8a, 0x67, 0xeb, 0x6c, 0xb6,
+ 0x4c, 0x49, 0xb6, 0x4c, 0xa2, 0xb9, 0x98, 0x0f, 0xe9, 0xc1, 0xcd, 0x12,
+ 0x15, 0x3d, 0x86, 0x65, 0x43, 0x56, 0xd4, 0xc3, 0x22, 0x8f, 0xff, 0x39,
+ 0x4f, 0x7d, 0xa8, 0xa6, 0x90, 0xc9, 0x08, 0x9a, 0x22, 0x02, 0xbb, 0x5e,
+ 0xde, 0x53, 0xb3, 0x9d, 0x3a, 0x45, 0xad, 0x3e, 0x0f, 0x28, 0xd5, 0xda,
+ 0xbd, 0x6e, 0x4d, 0xc8, 0xe6, 0x94, 0x81, 0xe5, 0x42, 0x7d, 0x1e, 0x54,
+ 0x5e, 0xdf, 0x07, 0xec, 0xc7, 0x79, 0x38, 0xf2, 0x17, 0x93, 0xf5, 0x6a,
+ 0xb6, 0xef, 0xb9, 0xa1, 0xbc, 0x32, 0x57, 0x8f, 0xcb, 0x3c, 0xe7, 0x22,
+ 0x93, 0x94, 0xf1, 0x54, 0x91, 0xef, 0xdd, 0xdb, 0xa4, 0xbe, 0xa8, 0x02,
+ 0x22, 0x0a, 0x98, 0x3a, 0x1c, 0x63, 0xb6, 0xfb, 0xfc, 0x7b, 0x8a, 0x8b,
+ 0xcc, 0x76, 0xa6, 0x0f, 0x97, 0xd1, 0x95, 0xa6, 0xcf, 0x54, 0x17, 0x27,
+ 0x01, 0xdb, 0x20, 0xd9, 0xc8, 0x7c, 0xe0, 0x82, 0x9e, 0xaf, 0x34, 0x0f,
+ 0x44, 0x0c, 0x50, 0x87, 0x21, 0x49, 0x55, 0x57, 0x0e, 0x79, 0xac, 0x6a,
+ 0xe2, 0x6b, 0xa5, 0x52, 0xfc, 0x60, 0x7f, 0xb9, 0x47, 0xcf, 0xfb, 0x90,
+ 0x1b, 0x89, 0x4b, 0x92, 0xc2, 0x0b, 0xed, 0xe9, 0x5b, 0x89, 0x0f, 0x78,
+ 0x6f, 0xe2, 0xa5, 0x0a, 0x6e, 0xc2, 0x68, 0x0c, 0xf5, 0x11, 0x36, 0x29,
+ 0xd9, 0xc7, 0xf9, 0x50, 0x6f, 0xb3, 0x96, 0xb1, 0x4a, 0x09, 0x15, 0xde,
+ 0x67, 0x06, 0x5c, 0x52, 0x42, 0x97, 0xfc, 0x3f, 0x85, 0xb7, 0xba, 0x07,
+ 0x3c, 0x25, 0xa3, 0x72, 0xf7, 0xa2, 0x9a, 0xa7, 0x4f, 0xcd, 0xa6, 0x57,
+ 0xdf, 0x67, 0xab, 0x7a, 0xde, 0x3b, 0x6d, 0x55, 0xb0, 0x85, 0x9b, 0xa6,
+ 0x77, 0xf7, 0x10, 0xf9, 0x8b, 0xba, 0xc8, 0xe9, 0x3a, 0x14, 0x44, 0x5b,
+ 0x7b, 0xda, 0xda, 0xd3, 0xd6, 0xde, 0x3b, 0xac, 0xbd, 0x20, 0x0d, 0xd7,
+ 0xf9, 0x94, 0xe4, 0x50, 0x75, 0xc8, 0x14, 0x2b, 0xcf, 0x7a, 0x50, 0x3b,
+ 0xb6, 0xd4, 0x22, 0x41, 0x6d, 0x68, 0xb2, 0x1d, 0xdf, 0xda, 0x05, 0xb4,
+ 0x64, 0x40, 0xef, 0x4d, 0x80, 0xb6, 0x04, 0x08, 0x35, 0x72, 0xde, 0x00,
+ 0xe8, 0xc8, 0x80, 0xce, 0x9b, 0x00, 0x5d, 0x19, 0xb0, 0xf9, 0x26, 0x40,
+ 0x4f, 0x02, 0x6c, 0xbd, 0x6d, 0x72, 0x1a, 0x32, 0xe0, 0xdb, 0x26, 0xa7,
+ 0x29, 0x02, 0x36, 0xea, 0xfb, 0x27, 0x67, 0x1d, 0x9a, 0xab, 0x24, 0x0b,
+ 0x25, 0x75, 0xa8, 0x51, 0xd7, 0xa7, 0x62, 0x7a, 0x93, 0xd0, 0x9b, 0x84,
+ 0xde, 0x24, 0xde, 0xb1, 0x49, 0x80, 0x70, 0x09, 0xb3, 0x44, 0x21, 0x5c,
+ 0xf4, 0x79, 0x83, 0x16, 0x2e, 0x5a, 0xb8, 0x68, 0xe1, 0xf2, 0x3e, 0xe1,
+ 0x92, 0x05, 0x8f, 0x0a, 0xd9, 0xa2, 0xad, 0x5b, 0x2d, 0x5b, 0xb4, 0x6c,
+ 0xd1, 0xb2, 0xe5, 0x5d, 0xb2, 0xc5, 0x52, 0x5b, 0x45, 0xff, 0xcf, 0xde,
+ 0x95, 0x35, 0xb7, 0xad, 0x23, 0xeb, 0x77, 0xff, 0x0a, 0x96, 0xab, 0xa6,
+ 0x2a, 0xa7, 0xe6, 0x64, 0x62, 0x6e, 0x5a, 0xf2, 0x26, 0xcb, 0x71, 0xe2,
+ 0x3a, 0x76, 0xec, 0xb1, 0x14, 0xa7, 0xee, 0x7d, 0x49, 0xc1, 0x24, 0x64,
+ 0xb1, 0x4c, 0x91, 0x1a, 0x2e, 0x5e, 0xce, 0xaf, 0x1f, 0x34, 0x16, 0x71,
+ 0x41, 0x93, 0x52, 0x6c, 0x67, 0x52, 0x65, 0x23, 0x0f, 0xb1, 0x24, 0xb2,
+ 0x3f, 0x82, 0x58, 0x1a, 0x8d, 0x46, 0xa3, 0x3f, 0x93, 0xbd, 0xc6, 0x28,
+ 0x17, 0xa3, 0x5c, 0x8c, 0x72, 0x79, 0xae, 0x72, 0x41, 0x57, 0x45, 0x26,
+ 0x79, 0x8d, 0x51, 0x2e, 0x46, 0xb9, 0x18, 0xe5, 0xf2, 0x4c, 0xe5, 0x82,
+ 0xae, 0x8a, 0x4c, 0xea, 0x1a, 0xa3, 0x5b, 0x8c, 0x6e, 0x31, 0xba, 0xe5,
+ 0x79, 0xba, 0xc5, 0xed, 0x58, 0x15, 0x19, 0x77, 0xae, 0x51, 0x2e, 0x46,
+ 0xb9, 0x18, 0xe5, 0xf2, 0x4c, 0xe5, 0x82, 0xaf, 0x8a, 0x8c, 0x3f, 0xd7,
+ 0x28, 0x17, 0xa3, 0x5c, 0x8c, 0x72, 0x79, 0x9e, 0x72, 0x41, 0x57, 0x45,
+ 0x26, 0x6d, 0x8d, 0xd1, 0x2d, 0x46, 0xb7, 0x18, 0xdd, 0xf2, 0x0c, 0xdd,
+ 0x52, 0xe3, 0x4c, 0x38, 0x91, 0x87, 0x0c, 0x9a, 0xf4, 0x7d, 0x43, 0x99,
+ 0x5f, 0x02, 0x63, 0x2f, 0x14, 0xc2, 0x47, 0xe9, 0x7d, 0xb2, 0x45, 0x1c,
+ 0x27, 0x6c, 0x2d, 0x73, 0xfa, 0xe5, 0x3a, 0x8b, 0xc2, 0x1b, 0x9a, 0xcf,
+ 0xd3, 0xa3, 0x2c, 0xba, 0xe3, 0x8c, 0x8e, 0x92, 0xda, 0x14, 0x83, 0xc1,
+ 0xd9, 0x5b, 0x57, 0x65, 0x5c, 0x44, 0xf9, 0x9a, 0x64, 0xb7, 0x82, 0xca,
+ 0x12, 0x93, 0xc4, 0xe9, 0x5b, 0x05, 0x6d, 0xe3, 0x29, 0x29, 0x93, 0x60,
+ 0x79, 0x49, 0x0b, 0x92, 0xa1, 0x85, 0x97, 0x04, 0xae, 0xa8, 0xec, 0x94,
+ 0x24, 0x57, 0x9c, 0xae, 0x50, 0x93, 0xc2, 0xa9, 0x5b, 0x85, 0xd4, 0xb9,
+ 0x16, 0x88, 0x8f, 0x21, 0xe0, 0x24, 0xae, 0x79, 0xb1, 0x28, 0x4e, 0x6e,
+ 0x92, 0x34, 0xa3, 0xfc, 0x7c, 0xc0, 0x19, 0x81, 0x93, 0x17, 0x65, 0x88,
+ 0xbe, 0x35, 0xce, 0xe4, 0x2a, 0xca, 0x30, 0x4b, 0x17, 0xc5, 0x3d, 0xc9,
+ 0xe8, 0x5f, 0x49, 0x1a, 0xdc, 0x62, 0xc2, 0x38, 0x9d, 0xab, 0xa4, 0x6b,
+ 0xbc, 0xba, 0x9a, 0x1f, 0xd1, 0x20, 0x0d, 0x35, 0xd2, 0x4e, 0x21, 0xdb,
+ 0x41, 0xe7, 0xca, 0x7b, 0xc8, 0x94, 0xac, 0x98, 0xf4, 0x2c, 0xba, 0x49,
+ 0x48, 0x8c, 0xf6, 0x95, 0x0e, 0x32, 0x57, 0x12, 0xaf, 0x97, 0xe4, 0xeb,
+ 0x37, 0x20, 0x0e, 0x45, 0xab, 0xab, 0x8b, 0xc7, 0xf5, 0x16, 0x5e, 0xf0,
+ 0x90, 0x24, 0xb7, 0xd3, 0xc7, 0xd8, 0x46, 0x05, 0x15, 0x73, 0xeb, 0x74,
+ 0x49, 0x92, 0x84, 0xc6, 0x16, 0x1f, 0x36, 0xea, 0x8b, 0xd3, 0x44, 0x70,
+ 0x50, 0x04, 0x45, 0xd8, 0xba, 0x0b, 0x82, 0x8b, 0x22, 0x28, 0xae, 0xd6,
+ 0x5d, 0x10, 0x3c, 0x14, 0x41, 0x71, 0xb5, 0xee, 0x82, 0xe0, 0xa3, 0x08,
+ 0x8a, 0xab, 0x75, 0x17, 0x84, 0x01, 0x8a, 0xa0, 0xb8, 0x5a, 0x77, 0x41,
+ 0x18, 0xa2, 0x08, 0x8a, 0xaa, 0x75, 0x17, 0x84, 0x11, 0x8a, 0xa0, 0x58,
+ 0x5a, 0x77, 0x41, 0x18, 0xa3, 0x5a, 0x46, 0x71, 0xb5, 0xee, 0x82, 0x60,
+ 0x1f, 0xa0, 0x10, 0x8a, 0xb3, 0x75, 0x27, 0x08, 0xb4, 0x57, 0x6e, 0x38,
+ 0x5b, 0x77, 0x82, 0x40, 0xbb, 0xe5, 0x86, 0xb8, 0xb5, 0x0b, 0xa2, 0x08,
+ 0x4a, 0x94, 0xfd, 0x57, 0x8a, 0x2b, 0xca, 0xd6, 0xb6, 0xd6, 0x27, 0xc9,
+ 0x61, 0x96, 0x92, 0x30, 0x20, 0x79, 0xc1, 0x86, 0xa3, 0xc4, 0x9b, 0xdf,
+ 0xa7, 0xcd, 0x43, 0x40, 0x43, 0xa7, 0x46, 0xe9, 0x93, 0xc8, 0xa3, 0xab,
+ 0x8b, 0x28, 0xcb, 0x0b, 0xf8, 0x90, 0xf3, 0x13, 0x82, 0xf0, 0xe9, 0x3a,
+ 0x2d, 0x96, 0x7c, 0x2e, 0xb8, 0x24, 0xf7, 0xe7, 0x65, 0xb1, 0x2e, 0x8b,
+ 0xad, 0x93, 0x81, 0xeb, 0x74, 0x4e, 0x49, 0x15, 0x9d, 0x6c, 0xbb, 0x4a,
+ 0xb8, 0x90, 0x9c, 0x88, 0x8e, 0x52, 0x2b, 0x49, 0x0b, 0x6b, 0x9d, 0x45,
+ 0xfc, 0x8c, 0xe9, 0xfe, 0x05, 0x7c, 0xb0, 0x48, 0x1c, 0xef, 0x43, 0x96,
+ 0x8b, 0x93, 0xd4, 0xfe, 0x11, 0xd6, 0x32, 0x80, 0xb4, 0x38, 0x80, 0x86,
+ 0x26, 0xdd, 0x84, 0x31, 0xbb, 0x8d, 0xd9, 0x6d, 0xcc, 0xee, 0x67, 0x98,
+ 0xdd, 0x88, 0x96, 0x71, 0xda, 0x5a, 0xc6, 0x38, 0x0e, 0x8d, 0x96, 0x31,
+ 0x5a, 0xc6, 0x68, 0x99, 0x67, 0x6b, 0x19, 0x66, 0x69, 0x15, 0x59, 0x1a,
+ 0xeb, 0xfe, 0x43, 0xcf, 0xf8, 0x0f, 0x8d, 0x8a, 0x31, 0x2a, 0xc6, 0xa8,
+ 0x98, 0x17, 0x30, 0x64, 0xf0, 0x94, 0x59, 0x43, 0xcf, 0x04, 0x85, 0x1a,
+ 0x15, 0x63, 0x54, 0x8c, 0x51, 0x31, 0xcf, 0x54, 0x31, 0x4e, 0xaf, 0x47,
+ 0xc6, 0x33, 0xe1, 0xa1, 0x46, 0xcb, 0x18, 0x2d, 0x63, 0xb4, 0xcc, 0x8b,
+ 0x6a, 0x99, 0xb6, 0x47, 0xc6, 0x33, 0x7e, 0x5f, 0xa3, 0x65, 0x8c, 0x96,
+ 0x31, 0x5a, 0xe6, 0xd9, 0x5a, 0xa6, 0xdb, 0x23, 0x63, 0x9c, 0xbe, 0x46,
+ 0xc5, 0x18, 0x15, 0x63, 0x54, 0xcc, 0x0b, 0x18, 0x32, 0x1d, 0x1e, 0x19,
+ 0xdf, 0x38, 0x7d, 0x8d, 0x8a, 0x31, 0x2a, 0xc6, 0xa8, 0x98, 0xa7, 0xab,
+ 0x98, 0xeb, 0x34, 0xcd, 0x8b, 0x69, 0x97, 0x0d, 0xe3, 0x9b, 0x4c, 0xd4,
+ 0xaf, 0x38, 0x13, 0x75, 0xab, 0xed, 0xf5, 0xc4, 0xe7, 0x43, 0xdf, 0xfb,
+ 0x15, 0x89, 0xcf, 0xf9, 0x73, 0x75, 0x82, 0x84, 0xa1, 0xef, 0x57, 0xb1,
+ 0x60, 0xe7, 0x20, 0x7c, 0x9a, 0xa6, 0xeb, 0x7d, 0xf5, 0xe5, 0x9f, 0xd6,
+ 0x34, 0x4e, 0x73, 0xf6, 0x12, 0xfc, 0xd7, 0xbd, 0xc9, 0xe9, 0x6c, 0x22,
+ 0x18, 0x00, 0xb0, 0x89, 0xf1, 0x77, 0x31, 0x5d, 0xc5, 0x3c, 0x00, 0xb9,
+ 0xa7, 0x60, 0x08, 0xed, 0xc8, 0xff, 0xa4, 0x60, 0xbc, 0xce, 0x2f, 0xa2,
+ 0xf0, 0xc7, 0xfa, 0x98, 0xf0, 0xe6, 0x68, 0x67, 0x66, 0x1d, 0x34, 0x32,
+ 0xb3, 0xbe, 0xb7, 0x05, 0x55, 0x80, 0xfc, 0xe3, 0x55, 0xf2, 0x51, 0x97,
+ 0xbc, 0xb7, 0x9b, 0x7c, 0xd8, 0x25, 0x3f, 0xda, 0x4d, 0x3e, 0x5d, 0x2c,
+ 0x72, 0x5a, 0xcf, 0x95, 0xce, 0xe9, 0x0e, 0x86, 0xcd, 0x3c, 0xbf, 0xef,
+ 0xed, 0x8d, 0x34, 0x24, 0xf7, 0xdf, 0x08, 0xaf, 0xa2, 0xe4, 0x8a, 0xc4,
+ 0x25, 0xd5, 0xc5, 0x9b, 0xa5, 0x77, 0xc5, 0x63, 0xdd, 0x03, 0x0d, 0x80,
+ 0x3c, 0x74, 0x00, 0x0c, 0x76, 0x00, 0xb8, 0x5f, 0x75, 0x52, 0x66, 0x0d,
+ 0x79, 0xda, 0xe0, 0x2f, 0x15, 0x65, 0x56, 0x8d, 0x67, 0xa2, 0xd1, 0xa9,
+ 0x80, 0x69, 0xa1, 0x3e, 0x50, 0x67, 0x7c, 0xe8, 0x8c, 0x9c, 0x6a, 0xa0,
+ 0x8a, 0x20, 0x78, 0x4b, 0xd0, 0x85, 0xc0, 0xf0, 0x99, 0xf2, 0xd8, 0x7e,
+ 0x0b, 0x82, 0xfb, 0xad, 0xd9, 0x7d, 0xc4, 0x3e, 0xc3, 0xaf, 0x93, 0xf8,
+ 0x9e, 0x3c, 0xe6, 0x16, 0x87, 0xa5, 0xef, 0xa4, 0xd2, 0x0e, 0xad, 0xc3,
+ 0x47, 0x6b, 0xb6, 0xa6, 0x34, 0x64, 0x7d, 0x46, 0xb2, 0x4c, 0xf4, 0x3f,
+ 0xd8, 0xad, 0xc6, 0xac, 0xc0, 0x16, 0xdd, 0x4e, 0x7b, 0x82, 0x1a, 0x1b,
+ 0x1c, 0x1c, 0xa5, 0xeb, 0xe0, 0xdd, 0x80, 0x27, 0x41, 0xfe, 0x6b, 0xbd,
+ 0x6c, 0xd5, 0x43, 0x55, 0x0d, 0xf3, 0x88, 0x35, 0x22, 0x30, 0x5f, 0x5c,
+ 0x72, 0x6d, 0xa7, 0xc9, 0x43, 0x37, 0x92, 0x44, 0x0f, 0x4a, 0x7e, 0xd4,
+ 0xa8, 0xc7, 0xe3, 0x92, 0xc6, 0x93, 0x30, 0xa4, 0xfa, 0xb3, 0x79, 0x3a,
+ 0x64, 0x9c, 0xaa, 0x02, 0x04, 0x0f, 0xa1, 0x0d, 0x8f, 0xca, 0xe2, 0x51,
+ 0x17, 0xd4, 0x38, 0x46, 0xa4, 0xe0, 0x92, 0x64, 0xe1, 0xb4, 0x2c, 0xba,
+ 0x4a, 0x3b, 0x3a, 0x38, 0xd0, 0x4b, 0xbb, 0x61, 0x17, 0x29, 0xb3, 0xeb,
+ 0x34, 0x60, 0x08, 0x6c, 0x8c, 0x1f, 0x47, 0x71, 0x41, 0xb5, 0x31, 0x33,
+ 0x3a, 0x68, 0x67, 0x8c, 0xf6, 0xeb, 0x15, 0xd5, 0xc1, 0x8a, 0x22, 0x24,
+ 0xdb, 0x29, 0xa3, 0x37, 0xd4, 0x20, 0x4d, 0x0d, 0xd6, 0x66, 0x13, 0x10,
+ 0xcf, 0xb5, 0xdb, 0x79, 0xa3, 0x6b, 0xc4, 0x22, 0x8b, 0x02, 0x06, 0x09,
+ 0x04, 0xfc, 0x5e, 0xd2, 0x1b, 0x20, 0xe5, 0xd0, 0xd9, 0x38, 0x46, 0xd0,
+ 0xe1, 0xe5, 0x6b, 0x37, 0xa9, 0xfb, 0x5a, 0x28, 0xe7, 0x6c, 0xc6, 0xc8,
+ 0xca, 0xe4, 0x34, 0x25, 0xa1, 0x8e, 0x31, 0x64, 0x18, 0x31, 0xbb, 0xd2,
+ 0x28, 0x87, 0x5f, 0x93, 0x8f, 0x92, 0x8b, 0xf4, 0x9e, 0x66, 0xb8, 0xf4,
+ 0x68, 0x8b, 0x74, 0x48, 0x49, 0x78, 0x4d, 0x12, 0x44, 0x72, 0x2c, 0xdb,
+ 0xba, 0xc6, 0xa3, 0xe0, 0x02, 0x8f, 0x82, 0x7a, 0xe8, 0x34, 0x6e, 0x68,
+ 0x27, 0x2e, 0x04, 0xa7, 0xfb, 0xf6, 0x2b, 0x26, 0x97, 0xf7, 0x4e, 0xd5,
+ 0x45, 0x94, 0xd8, 0x64, 0x91, 0x69, 0xcf, 0x72, 0xd8, 0xed, 0xfb, 0x64,
+ 0x91, 0xd5, 0x9e, 0x66, 0xf3, 0xda, 0xae, 0x9e, 0x47, 0x1e, 0x50, 0x41,
+ 0x67, 0x9b, 0x20, 0x67, 0x80, 0x29, 0xd7, 0x28, 0x5b, 0xc4, 0xc8, 0x01,
+ 0xee, 0xbf, 0x5c, 0x27, 0x7e, 0xa9, 0x57, 0x50, 0x40, 0xe3, 0x78, 0xba,
+ 0xb8, 0xc9, 0x6d, 0x5e, 0x86, 0x30, 0xd4, 0xdf, 0xd9, 0x6b, 0x0f, 0x0a,
+ 0xe0, 0x1e, 0xc4, 0xa4, 0x2f, 0xe9, 0x2a, 0xbd, 0xa3, 0x3a, 0x80, 0xdf,
+ 0x00, 0x78, 0xcf, 0xc5, 0x11, 0x84, 0x22, 0x5a, 0x51, 0x66, 0xc5, 0xb0,
+ 0x37, 0x6a, 0xb2, 0x08, 0x41, 0x2f, 0x1b, 0x01, 0xe7, 0x65, 0x9b, 0xf8,
+ 0x02, 0xfe, 0xda, 0x32, 0xeb, 0x78, 0x1d, 0xca, 0xe9, 0x7c, 0x15, 0x8d,
+ 0xc3, 0x06, 0x79, 0x15, 0xa7, 0xef, 0x55, 0xc6, 0xbb, 0xbc, 0x8a, 0xd3,
+ 0xff, 0x2a, 0x40, 0xbb, 0xb3, 0xeb, 0xab, 0xb8, 0x5d, 0xaf, 0xe2, 0x6a,
+ 0x3a, 0x0e, 0x79, 0x15, 0xb7, 0xe7, 0x55, 0x5a, 0xbc, 0x90, 0x1d, 0xaf,
+ 0xe2, 0x6e, 0x79, 0x15, 0x84, 0xd9, 0xa4, 0xeb, 0x55, 0xbc, 0xce, 0x57,
+ 0xd1, 0xb4, 0x2e, 0xf2, 0x2a, 0x5e, 0xdf, 0xab, 0x0c, 0x77, 0x79, 0x15,
+ 0x6f, 0xcb, 0xab, 0x8c, 0xb6, 0xbc, 0x8a, 0x60, 0x21, 0x0d, 0xb6, 0x9c,
+ 0x44, 0x18, 0x99, 0x00, 0x3e, 0xe3, 0xcb, 0x31, 0xbe, 0x1c, 0xe3, 0xcb,
+ 0x79, 0x16, 0xf1, 0x65, 0x87, 0xae, 0x71, 0xda, 0xba, 0xc6, 0x44, 0xf2,
+ 0x19, 0x5d, 0x63, 0x74, 0x8d, 0xd1, 0x35, 0x2f, 0xa4, 0x6b, 0xba, 0xf6,
+ 0xc0, 0x47, 0x26, 0x98, 0xcf, 0x28, 0x1a, 0xa3, 0x68, 0x8c, 0xa2, 0x79,
+ 0x39, 0xa3, 0x06, 0xdf, 0x09, 0x1f, 0x99, 0x78, 0x3e, 0xa3, 0x68, 0x8c,
+ 0xa2, 0x31, 0x8a, 0xe6, 0x65, 0x14, 0x4d, 0xef, 0x09, 0x85, 0x91, 0x09,
+ 0xec, 0x33, 0xba, 0xc6, 0xe8, 0x1a, 0xa3, 0x6b, 0x7e, 0x85, 0xae, 0x69,
+ 0x7b, 0x6a, 0x4c, 0x84, 0x9f, 0xd1, 0x35, 0x46, 0xd7, 0x18, 0x5d, 0xf3,
+ 0x52, 0xba, 0xa6, 0xd3, 0x53, 0xe3, 0x1b, 0x97, 0xb0, 0x51, 0x34, 0x46,
+ 0xd1, 0x18, 0x45, 0xf3, 0x62, 0x46, 0x4d, 0x87, 0xa7, 0xc6, 0x37, 0x2e,
+ 0x61, 0xa3, 0x68, 0x8c, 0xa2, 0x31, 0x8a, 0xe6, 0x19, 0xc7, 0xa2, 0x92,
+ 0x9b, 0x28, 0xa1, 0x67, 0xe4, 0x96, 0x87, 0xf4, 0x14, 0x59, 0x94, 0xdc,
+ 0xfc, 0x69, 0x4d, 0x66, 0xd3, 0x93, 0x13, 0xd0, 0x2f, 0x4c, 0xc9, 0xb8,
+ 0x8e, 0xbc, 0x67, 0x2a, 0x02, 0x56, 0xdb, 0xf7, 0x40, 0x90, 0x28, 0xbb,
+ 0xe7, 0x8e, 0x2e, 0xa3, 0x20, 0xa6, 0x5f, 0xc9, 0x0a, 0xb9, 0x69, 0x0c,
+ 0xc1, 0x72, 0x00, 0x54, 0x5c, 0x1f, 0x97, 0x09, 0x5f, 0x9f, 0xe5, 0x35,
+ 0x4f, 0x10, 0x04, 0x10, 0x8d, 0xfd, 0x5a, 0xd4, 0xed, 0x57, 0x99, 0x16,
+ 0x75, 0xbe, 0xcc, 0xd2, 0xa2, 0x88, 0xa9, 0xc8, 0xd0, 0xba, 0xf9, 0xc6,
+ 0x5f, 0xe7, 0x3b, 0x61, 0x3a, 0xf2, 0x86, 0x14, 0x74, 0xbf, 0x01, 0xeb,
+ 0xb4, 0x61, 0xdd, 0x27, 0xc3, 0x86, 0xd9, 0xdd, 0x68, 0x34, 0x38, 0xf8,
+ 0x11, 0xe4, 0x4d, 0xb5, 0x3b, 0x36, 0x6a, 0xd7, 0xa8, 0x5d, 0xa3, 0x76,
+ 0x8d, 0xda, 0x7d, 0x86, 0xda, 0xad, 0x74, 0x0b, 0x7a, 0x58, 0x68, 0x2c,
+ 0x0f, 0xdd, 0xbc, 0xf0, 0x61, 0xa1, 0x28, 0x8c, 0x29, 0xf6, 0xb0, 0x21,
+ 0x72, 0x56, 0xa8, 0x75, 0x46, 0xa8, 0x7e, 0xa9, 0x2a, 0x3e, 0x70, 0x3b,
+ 0xb5, 0x95, 0xa3, 0xf1, 0xe8, 0x1b, 0xe5, 0x68, 0x94, 0xa3, 0x51, 0x8e,
+ 0x4f, 0x57, 0x8e, 0x71, 0x49, 0x44, 0xc6, 0x7b, 0xa6, 0x1b, 0xf3, 0xd6,
+ 0x8e, 0xe1, 0x78, 0x70, 0x60, 0x8e, 0xd1, 0xbe, 0xde, 0x63, 0xb4, 0x8d,
+ 0xa6, 0x77, 0xda, 0x4d, 0x6f, 0x4e, 0x50, 0xbf, 0x95, 0xa6, 0x77, 0xdb,
+ 0x4d, 0xef, 0x99, 0xa6, 0x7f, 0x23, 0x4d, 0xef, 0xb5, 0x9b, 0x1e, 0x39,
+ 0x7f, 0x6e, 0x9a, 0xfe, 0x55, 0x36, 0xbd, 0xdf, 0x6e, 0x7a, 0xe4, 0x84,
+ 0xbf, 0x69, 0xfa, 0x57, 0xd9, 0xf4, 0x83, 0x56, 0xd3, 0x0f, 0x8d, 0x99,
+ 0xf7, 0x56, 0x9a, 0x7e, 0xd8, 0x6e, 0x7a, 0x63, 0xe6, 0xbd, 0x95, 0xa6,
+ 0x1f, 0xb5, 0x9b, 0xde, 0x98, 0x79, 0xaf, 0xb8, 0xe9, 0xef, 0xee, 0x8a,
+ 0x73, 0x9e, 0x71, 0x86, 0x2f, 0xea, 0x1b, 0x39, 0x5f, 0xc6, 0x3c, 0xe7,
+ 0xcb, 0x1d, 0xa4, 0x83, 0xd9, 0xaf, 0x0e, 0x7f, 0xbf, 0x1f, 0x3a, 0x9b,
+ 0xcc, 0x33, 0x76, 0x4d, 0xdc, 0xd1, 0xc5, 0x47, 0x3f, 0x21, 0xee, 0x6a,
+ 0xe2, 0x3c, 0x61, 0xcc, 0xae, 0xe2, 0x9e, 0x2e, 0xee, 0x6c, 0x15, 0xbf,
+ 0x59, 0x5f, 0xdc, 0xaf, 0xbe, 0xa6, 0x05, 0xb5, 0x91, 0xed, 0x31, 0x48,
+ 0xd4, 0x62, 0x0f, 0xaa, 0x7b, 0x1c, 0xfd, 0x1e, 0x89, 0x53, 0xbb, 0xc9,
+ 0xc5, 0x6e, 0x82, 0xe2, 0xd4, 0x6f, 0xf2, 0xb0, 0x9b, 0x20, 0x6f, 0x01,
+ 0xbb, 0xa9, 0x58, 0xe7, 0xce, 0x26, 0x03, 0xd2, 0x19, 0x0f, 0x2e, 0x68,
+ 0x1c, 0xc7, 0xb7, 0x0f, 0x20, 0x3a, 0x7b, 0x7f, 0x72, 0x54, 0x25, 0xdb,
+ 0xa8, 0xe5, 0x01, 0x6a, 0x4a, 0x93, 0x07, 0x5d, 0x1a, 0xe2, 0x2d, 0xbb,
+ 0xa4, 0xef, 0xa3, 0x90, 0x42, 0x4a, 0x90, 0xf3, 0x44, 0x60, 0x1c, 0x96,
+ 0x2d, 0xb6, 0x58, 0x26, 0x5e, 0x63, 0x33, 0xe4, 0x4e, 0x23, 0x67, 0x7f,
+ 0x6f, 0x51, 0xd2, 0x58, 0x78, 0xa5, 0xc1, 0x0f, 0x3d, 0x4d, 0x33, 0xa9,
+ 0x12, 0x50, 0xba, 0x46, 0x09, 0xd1, 0x49, 0xb2, 0x5b, 0xa3, 0x9b, 0x95,
+ 0xd9, 0x76, 0x30, 0x71, 0x49, 0xae, 0x3b, 0xa3, 0x49, 0x2e, 0xbc, 0xeb,
+ 0x32, 0xeb, 0xcf, 0xde, 0x75, 0x4a, 0xb2, 0xf0, 0x5b, 0x4e, 0xe7, 0x24,
+ 0x58, 0x5e, 0x94, 0x71, 0xfc, 0x6d, 0x8d, 0xca, 0x4b, 0x8a, 0x5d, 0xff,
+ 0x0e, 0x64, 0x6d, 0xe7, 0xae, 0x26, 0x48, 0x57, 0xeb, 0x1e, 0x41, 0xc9,
+ 0xaf, 0x7b, 0x11, 0xdd, 0xdc, 0x3c, 0x5e, 0x93, 0xe0, 0xd6, 0x02, 0xcf,
+ 0x3d, 0x80, 0x7c, 0x8f, 0x8a, 0xa5, 0x05, 0x82, 0xd6, 0xb7, 0x75, 0xbe,
+ 0xbf, 0x97, 0x47, 0x31, 0x4d, 0x0a, 0x99, 0xc0, 0x4a, 0x0c, 0x37, 0x0c,
+ 0x0e, 0x27, 0xde, 0x65, 0xd5, 0x70, 0x1a, 0x25, 0x94, 0x64, 0xd3, 0xb8,
+ 0x10, 0xaf, 0x88, 0x0a, 0xe3, 0x9c, 0xbb, 0x01, 0x49, 0x2e, 0x29, 0x09,
+ 0xfb, 0x2a, 0x1f, 0xa7, 0xda, 0x65, 0x82, 0xdf, 0xb3, 0xa8, 0xa0, 0x7d,
+ 0x92, 0x38, 0xcf, 0xee, 0xa6, 0xbc, 0x27, 0xa4, 0xaf, 0xbc, 0x38, 0xd1,
+ 0xae, 0xaa, 0x78, 0x07, 0xa2, 0x6b, 0xa0, 0x02, 0x79, 0x16, 0x27, 0xb4,
+ 0xcf, 0x28, 0xb2, 0xdd, 0x7a, 0x5d, 0x37, 0xeb, 0x1e, 0x64, 0xf7, 0xf7,
+ 0x0a, 0xd1, 0xf8, 0x39, 0x3d, 0x2a, 0x33, 0x9e, 0xd6, 0x69, 0x92, 0x43,
+ 0x56, 0xa3, 0xe9, 0x63, 0xd0, 0x26, 0x5c, 0x56, 0xc8, 0x8a, 0x8e, 0x77,
+ 0x93, 0x04, 0x03, 0x32, 0x62, 0x00, 0x34, 0xcf, 0x86, 0x14, 0x80, 0xe0,
+ 0xfe, 0x5e, 0x94, 0x4f, 0x20, 0x49, 0x51, 0x42, 0x98, 0xd6, 0x96, 0x49,
+ 0xe5, 0x7a, 0xbb, 0xb8, 0xa2, 0xea, 0x45, 0x99, 0x85, 0x65, 0x1e, 0x34,
+ 0xd9, 0x43, 0x30, 0x86, 0x61, 0x05, 0xa3, 0xf8, 0x7a, 0x51, 0x98, 0xcd,
+ 0x60, 0xdf, 0x01, 0x48, 0xd1, 0xf6, 0xb6, 0xdb, 0xbd, 0x2c, 0x20, 0x63,
+ 0xd4, 0x79, 0xf2, 0x85, 0x35, 0xc4, 0x69, 0xb4, 0x8a, 0x0a, 0x5c, 0x5c,
+ 0x71, 0xf6, 0x26, 0x29, 0xc8, 0x3e, 0xd2, 0x9c, 0x8b, 0xce, 0x80, 0xcb,
+ 0x7a, 0xab, 0xac, 0x62, 0xeb, 0xad, 0xc9, 0x56, 0xb9, 0xaa, 0xa6, 0x65,
+ 0x81, 0x91, 0x61, 0x2b, 0x59, 0xc5, 0xd3, 0xdb, 0x2a, 0xb6, 0x4a, 0xb6,
+ 0xc5, 0x1e, 0xbf, 0x05, 0x40, 0xd1, 0xf4, 0x76, 0x74, 0xbc, 0x29, 0x9b,
+ 0x31, 0x6f, 0x7b, 0x86, 0xfc, 0x86, 0xa4, 0xf7, 0xea, 0x12, 0x84, 0xbf,
+ 0x70, 0xe6, 0xd5, 0x8d, 0x30, 0x59, 0xf5, 0xf6, 0xd9, 0x0d, 0x3f, 0xef,
+ 0xb6, 0x3e, 0x5b, 0x03, 0xbc, 0xca, 0x7a, 0x4a, 0xb3, 0x61, 0xeb, 0xc5,
+ 0x4a, 0x73, 0xe4, 0xf4, 0x17, 0x46, 0xd1, 0xf4, 0xee, 0x5a, 0x98, 0x23,
+ 0xb7, 0x1f, 0x4f, 0x71, 0xf6, 0xee, 0x8c, 0xe7, 0xf5, 0xe3, 0x29, 0x12,
+ 0xdf, 0x9d, 0xf1, 0xfc, 0x7e, 0x3c, 0xff, 0xa3, 0xe3, 0xef, 0x82, 0x27,
+ 0x89, 0x78, 0x4f, 0xf2, 0x74, 0xde, 0x51, 0xeb, 0x83, 0x8f, 0x0e, 0xa6,
+ 0x6c, 0x9b, 0xb9, 0xc4, 0x70, 0x56, 0x79, 0x05, 0x31, 0xfc, 0xe8, 0x60,
+ 0xfd, 0xb8, 0xb8, 0x4f, 0x67, 0x4c, 0x95, 0xdc, 0xe2, 0x9d, 0xd7, 0x19,
+ 0x7d, 0x74, 0x78, 0xe7, 0x3d, 0x4e, 0xcb, 0xcc, 0x12, 0x37, 0x82, 0x2c,
+ 0x30, 0x18, 0xcb, 0x6f, 0x7b, 0xf9, 0x6d, 0xb4, 0x5e, 0xd3, 0xf0, 0xfb,
+ 0x92, 0xc2, 0x28, 0x66, 0x1d, 0x08, 0x47, 0x1a, 0x7f, 0x74, 0x78, 0x37,
+ 0x3e, 0x4f, 0xac, 0x00, 0xba, 0x7c, 0xbe, 0x24, 0x0b, 0xbe, 0x7f, 0x0d,
+ 0x3f, 0x90, 0x95, 0xf8, 0xba, 0x47, 0x82, 0xf6, 0xb4, 0x2b, 0xed, 0x86,
+ 0xdf, 0x95, 0x70, 0x92, 0x04, 0x5d, 0xf6, 0x80, 0x2c, 0xd8, 0xef, 0x4a,
+ 0x38, 0x79, 0x77, 0x49, 0x17, 0x93, 0x30, 0x50, 0x14, 0xd5, 0x8d, 0xdd,
+ 0x7b, 0xfb, 0x40, 0xee, 0x88, 0xf9, 0xf5, 0x62, 0x31, 0x38, 0xdb, 0xb9,
+ 0xb2, 0x0e, 0x49, 0xc1, 0xa6, 0x91, 0x47, 0x0b, 0xa6, 0x4a, 0xb6, 0x40,
+ 0x9a, 0xc0, 0x62, 0xc8, 0x66, 0x0b, 0x8d, 0x09, 0x5f, 0xd4, 0x4c, 0x98,
+ 0xfe, 0x4e, 0x6f, 0x60, 0x49, 0x33, 0x05, 0xbb, 0xdf, 0x1e, 0xc0, 0x05,
+ 0xa7, 0xba, 0x00, 0xa6, 0xff, 0xd9, 0xe4, 0x82, 0x5d, 0x06, 0xb3, 0xdf,
+ 0xb6, 0xe1, 0xb2, 0x5b, 0x5d, 0x76, 0x61, 0xdd, 0x70, 0x3a, 0x67, 0x97,
+ 0x61, 0x35, 0x66, 0x3b, 0x70, 0xd9, 0xab, 0x2e, 0x7b, 0xec, 0xf2, 0xc9,
+ 0x04, 0x2e, 0xc3, 0x0b, 0xda, 0x2e, 0x5c, 0xf6, 0xab, 0xcb, 0x6c, 0x71,
+ 0x33, 0x85, 0x07, 0x30, 0x03, 0x11, 0x96, 0x5a, 0xb6, 0x07, 0xd7, 0x07,
+ 0xd5, 0x75, 0xb6, 0xc2, 0x99, 0xba, 0xb5, 0xeb, 0x70, 0x79, 0x58, 0x5d,
+ 0x66, 0xab, 0x9c, 0x09, 0x3c, 0x96, 0x3f, 0x75, 0x54, 0xfd, 0x0e, 0x4b,
+ 0x1c, 0xf6, 0x3c, 0x88, 0x09, 0xfb, 0x4a, 0xcb, 0x22, 0x23, 0xf1, 0x45,
+ 0x9a, 0x8b, 0x55, 0x5d, 0x2b, 0x33, 0x1b, 0xab, 0x38, 0x48, 0x09, 0x87,
+ 0xa5, 0x1a, 0x8c, 0x72, 0xb1, 0x64, 0xea, 0xb6, 0x2c, 0xe5, 0x7e, 0x04,
+ 0x46, 0xb5, 0xcd, 0x84, 0xe5, 0x3a, 0xb2, 0x4f, 0x16, 0xb7, 0x4a, 0xa3,
+ 0x7c, 0xfa, 0x18, 0x47, 0x49, 0x48, 0x99, 0x3d, 0x46, 0x49, 0x52, 0xae,
+ 0xfb, 0x20, 0xa4, 0x65, 0xda, 0x9e, 0x63, 0xd3, 0xd5, 0x3a, 0xa6, 0x0f,
+ 0xdf, 0x59, 0x1f, 0x02, 0x83, 0x51, 0x9b, 0xa0, 0xb9, 0xa8, 0x34, 0x4a,
+ 0x0f, 0x49, 0x1e, 0x05, 0xd6, 0xbb, 0x40, 0x9a, 0x22, 0xf9, 0x1f, 0x00,
+ 0x33, 0x09, 0xef, 0x48, 0x12, 0xb0, 0x67, 0xbe, 0x2b, 0xe0, 0xd9, 0x39,
+ 0x0c, 0x0c, 0x9e, 0x7c, 0xf2, 0x44, 0xdc, 0x25, 0x92, 0x10, 0xea, 0x98,
+ 0xd2, 0x5e, 0xd5, 0xde, 0xe8, 0x8c, 0xac, 0x27, 0x4c, 0x59, 0x91, 0x1b,
+ 0xb6, 0x08, 0xe9, 0x7b, 0x9d, 0x4e, 0x03, 0x95, 0xcf, 0x9a, 0x4c, 0x18,
+ 0xf2, 0x20, 0xce, 0xc9, 0x9a, 0x66, 0x73, 0x00, 0x99, 0xd1, 0xa2, 0x80,
+ 0x45, 0x27, 0x06, 0x85, 0x9b, 0xab, 0x29, 0x64, 0x40, 0x64, 0xeb, 0x8e,
+ 0x0d, 0x1e, 0x53, 0x40, 0x3d, 0x20, 0xb8, 0xe9, 0xca, 0xca, 0x33, 0xa3,
+ 0xcc, 0x12, 0x60, 0x3a, 0x58, 0x56, 0xd4, 0x71, 0x9a, 0x41, 0xc9, 0x50,
+ 0x0c, 0xdc, 0x88, 0x8d, 0xf2, 0xef, 0xe4, 0x8e, 0x42, 0x87, 0x7d, 0xfc,
+ 0x9b, 0x99, 0xec, 0x3d, 0x75, 0x82, 0xdb, 0xb1, 0xb5, 0x32, 0x5c, 0xf5,
+ 0x3e, 0x7e, 0x63, 0xc6, 0xe2, 0x6c, 0xf0, 0xca, 0x90, 0x7b, 0x64, 0x13,
+ 0xcb, 0x11, 0x2d, 0x48, 0x14, 0x6b, 0x8b, 0x30, 0x01, 0xa3, 0x6c, 0xd6,
+ 0x16, 0x8c, 0xe8, 0x16, 0x97, 0x94, 0x2d, 0x8a, 0x2f, 0xa2, 0xf0, 0x94,
+ 0x92, 0x3b, 0xd9, 0x4a, 0x38, 0x4a, 0x87, 0x91, 0xca, 0x16, 0x03, 0x87,
+ 0x59, 0x4a, 0xc2, 0x80, 0xe4, 0xc5, 0xa7, 0x1b, 0xcd, 0xaa, 0x13, 0xb2,
+ 0x1d, 0x96, 0x69, 0x5d, 0x96, 0xcd, 0x46, 0x1d, 0xc5, 0xef, 0xb0, 0x46,
+ 0xcb, 0x84, 0x55, 0x64, 0x08, 0x89, 0x32, 0xaf, 0x6d, 0x0f, 0x97, 0x54,
+ 0x86, 0xa8, 0xde, 0x00, 0xc7, 0xd1, 0x03, 0x0d, 0x0f, 0x49, 0x96, 0xc2,
+ 0x22, 0xf4, 0x38, 0x4b, 0x57, 0xac, 0x9b, 0xe3, 0x18, 0xca, 0x20, 0xdd,
+ 0xa5, 0x23, 0xa9, 0xae, 0x89, 0x23, 0x29, 0xf3, 0x94, 0x3f, 0xdb, 0x7a,
+ 0x47, 0xca, 0x22, 0xb5, 0x0a, 0x18, 0x10, 0x7c, 0xdc, 0xf2, 0x51, 0xc1,
+ 0x71, 0x25, 0x5e, 0xb5, 0x3c, 0xce, 0xb7, 0x42, 0x77, 0x18, 0xae, 0x0b,
+ 0xa6, 0x49, 0xfa, 0x05, 0x95, 0xc5, 0xda, 0x53, 0xb7, 0x63, 0x5c, 0x7b,
+ 0x29, 0x73, 0x55, 0x1b, 0x1c, 0x87, 0xb5, 0x54, 0xda, 0xbd, 0xfa, 0x4f,
+ 0xd9, 0xa7, 0xb8, 0xb9, 0xbe, 0x4a, 0xd3, 0x62, 0x79, 0xc9, 0xba, 0x75,
+ 0xd6, 0x21, 0xae, 0x4c, 0x54, 0xad, 0x00, 0x17, 0x4b, 0xc2, 0x1a, 0x87,
+ 0x8d, 0x8a, 0x4b, 0xfa, 0x9f, 0x32, 0xca, 0x68, 0x08, 0x63, 0x4c, 0xf9,
+ 0x06, 0x51, 0x28, 0x65, 0x9d, 0x22, 0xca, 0x2b, 0x2e, 0x98, 0x96, 0xa5,
+ 0x21, 0xd3, 0x9a, 0xe8, 0xa2, 0x45, 0xc8, 0x2b, 0x6b, 0xb4, 0xb6, 0x68,
+ 0x59, 0xa4, 0x59, 0x40, 0xcf, 0x9d, 0x2f, 0x94, 0x74, 0x6a, 0xa8, 0x8d,
+ 0xd1, 0x59, 0x13, 0x13, 0x6b, 0xb5, 0xab, 0x3b, 0x55, 0x81, 0x27, 0x49,
+ 0x41, 0x74, 0x83, 0x4f, 0x88, 0x2b, 0x4b, 0x93, 0x88, 0xfe, 0x02, 0x18,
+ 0x19, 0xaf, 0x2f, 0x1d, 0xe6, 0xd3, 0xc3, 0x92, 0x94, 0x79, 0x47, 0xe9,
+ 0x95, 0xb9, 0x89, 0xe0, 0xb0, 0x1a, 0x38, 0x8c, 0xfe, 0x5d, 0x92, 0xf0,
+ 0x3c, 0x99, 0x94, 0x0f, 0x3c, 0x5f, 0xb1, 0x58, 0xb6, 0xe3, 0x43, 0x75,
+ 0x63, 0x83, 0xb6, 0x2a, 0x32, 0x0f, 0xa5, 0xae, 0x3a, 0x4d, 0x3b, 0xaa,
+ 0x42, 0x99, 0x9c, 0x49, 0x9a, 0xad, 0x48, 0x2c, 0x24, 0xb9, 0x44, 0x23,
+ 0xbb, 0x79, 0x97, 0xd9, 0x2c, 0x26, 0xc5, 0x83, 0x8f, 0x2e, 0xd6, 0x23,
+ 0x65, 0xf8, 0xfb, 0x92, 0xb0, 0x35, 0x70, 0xf4, 0x77, 0x3d, 0xf5, 0xa5,
+ 0xb4, 0x0b, 0x79, 0xba, 0xed, 0x20, 0x2d, 0x93, 0xa2, 0x6e, 0x4b, 0xb8,
+ 0xb5, 0xd4, 0xc3, 0xb5, 0x17, 0x3f, 0x2b, 0xe3, 0x22, 0x5a, 0xc7, 0x91,
+ 0x9e, 0x82, 0xd8, 0x3e, 0xe0, 0x89, 0xb7, 0x57, 0x22, 0xd6, 0x73, 0x83,
+ 0x33, 0x14, 0xd9, 0xaf, 0x99, 0x75, 0xca, 0x13, 0x01, 0xaf, 0x57, 0x87,
+ 0xe5, 0x6a, 0xdd, 0x76, 0x41, 0x32, 0xd9, 0x2a, 0x0f, 0xb0, 0xee, 0x6d,
+ 0x13, 0x0e, 0xda, 0x0b, 0x9a, 0x45, 0x69, 0x88, 0x88, 0xca, 0xb4, 0x9b,
+ 0xed, 0x14, 0xb5, 0x03, 0x61, 0x0c, 0xb1, 0xa7, 0xce, 0xc4, 0x71, 0xa4,
+ 0x4b, 0x4a, 0xb8, 0x3e, 0x99, 0x47, 0x2b, 0xaa, 0x97, 0x9e, 0x3b, 0x51,
+ 0x57, 0x15, 0x82, 0xbd, 0xa9, 0x83, 0x1a, 0xc4, 0x3c, 0x2d, 0x48, 0x0c,
+ 0x9f, 0x73, 0xbd, 0x1e, 0x79, 0xbe, 0xea, 0x66, 0x3d, 0xfa, 0x55, 0x0e,
+ 0xe7, 0x48, 0x7a, 0xb1, 0xa7, 0xcc, 0xc0, 0x61, 0x35, 0xa9, 0x27, 0xd1,
+ 0x96, 0x56, 0xdd, 0xa8, 0x16, 0x3a, 0xab, 0x22, 0xfe, 0x85, 0xc6, 0xcc,
+ 0xd8, 0x0c, 0x67, 0xad, 0xa5, 0x89, 0xbf, 0x2f, 0x9d, 0x7a, 0xec, 0xf7,
+ 0x4b, 0xf8, 0x5d, 0x99, 0xfe, 0x6c, 0xe4, 0x91, 0xc4, 0x41, 0xa3, 0x72,
+ 0x19, 0xf6, 0xf0, 0x57, 0x84, 0xe5, 0x36, 0x9c, 0x48, 0xbc, 0x82, 0xcf,
+ 0x72, 0xa4, 0x7a, 0xdb, 0x69, 0xa6, 0x65, 0x56, 0xd4, 0xfb, 0x7b, 0xc2,
+ 0xcc, 0xa2, 0x52, 0x17, 0xe0, 0x29, 0xb8, 0x67, 0x7a, 0xb3, 0xba, 0x20,
+ 0x45, 0xda, 0xfe, 0xa5, 0xae, 0x64, 0xf6, 0x0c, 0xa7, 0x99, 0x8e, 0xbd,
+ 0x9d, 0x4d, 0x5e, 0x47, 0xea, 0x48, 0x6b, 0x6f, 0xf3, 0x02, 0xff, 0x14,
+ 0x52, 0x47, 0x82, 0x7b, 0x86, 0xd4, 0x9f, 0x21, 0x5f, 0x47, 0xc2, 0x53,
+ 0xdd, 0x33, 0x20, 0x3d, 0x55, 0x7e, 0x35, 0x6e, 0x74, 0x98, 0xae, 0xa4,
+ 0xf7, 0xb6, 0x6d, 0x37, 0xdf, 0xad, 0x9d, 0xb4, 0x1e, 0x81, 0xea, 0x48,
+ 0x7f, 0xcf, 0xa0, 0x9c, 0x5e, 0x28, 0xb6, 0xb4, 0xe9, 0x6c, 0x2c, 0xdb,
+ 0xee, 0x6f, 0x2c, 0x90, 0xed, 0x6c, 0x1e, 0xa7, 0xbf, 0x79, 0x40, 0xb6,
+ 0xb3, 0x41, 0x9c, 0xfe, 0x06, 0x01, 0xd9, 0xae, 0x26, 0x70, 0xfa, 0x9a,
+ 0x00, 0x04, 0xbb, 0x2b, 0xdd, 0xed, 0xaf, 0x74, 0x2e, 0xdc, 0x59, 0xcd,
+ 0x6e, 0x7f, 0x35, 0x93, 0x28, 0xe3, 0xab, 0x0d, 0x2c, 0xe1, 0xbc, 0x04,
+ 0xc0, 0x54, 0xae, 0x8f, 0xab, 0x7d, 0xbe, 0x9c, 0xd7, 0x4e, 0x70, 0x32,
+ 0x8c, 0xdf, 0xe5, 0x53, 0x80, 0xfd, 0x9b, 0xe6, 0xa6, 0x8f, 0x7c, 0x2b,
+ 0x0f, 0xdd, 0xb6, 0x81, 0x34, 0xe6, 0x62, 0xd3, 0xa7, 0xb9, 0xd7, 0xa3,
+ 0x84, 0x9c, 0x6e, 0x21, 0x9e, 0x1e, 0x9d, 0xaa, 0x7e, 0x8f, 0xd4, 0x41,
+ 0x2d, 0xb3, 0xa1, 0xd9, 0xf5, 0x7d, 0x75, 0xbb, 0xbe, 0xbc, 0xf9, 0x67,
+ 0x45, 0xba, 0x16, 0x24, 0x1a, 0xc8, 0xb4, 0x6a, 0x7b, 0xb5, 0x29, 0xfb,
+ 0xe8, 0xd3, 0xf1, 0xe4, 0xdb, 0xe9, 0x9c, 0x47, 0x83, 0x7f, 0x3b, 0x3d,
+ 0xfd, 0x76, 0xa1, 0x3e, 0x1d, 0x9d, 0x7f, 0xff, 0xba, 0xbf, 0xb7, 0x22,
+ 0x6b, 0x0e, 0xce, 0xd6, 0xab, 0xa2, 0x5f, 0xcc, 0xd3, 0xf4, 0x34, 0xbd,
+ 0xd7, 0x15, 0x12, 0xdf, 0xbb, 0xbc, 0xbd, 0x20, 0x0d, 0xc5, 0xb2, 0x99,
+ 0x34, 0x31, 0x98, 0x2f, 0xd1, 0xcd, 0x52, 0xc7, 0x01, 0x8f, 0x26, 0x82,
+ 0x33, 0x92, 0x38, 0x60, 0xcd, 0xe5, 0xb0, 0x33, 0xc0, 0xb7, 0x07, 0xd4,
+ 0x2e, 0x90, 0x66, 0xdb, 0xd8, 0xe0, 0xd4, 0x14, 0xc6, 0xd1, 0xc1, 0xbf,
+ 0x0e, 0x0e, 0x9a, 0x73, 0x71, 0x05, 0x72, 0x74, 0x4f, 0xe3, 0x18, 0x11,
+ 0x1e, 0x75, 0x0b, 0x47, 0xc2, 0x28, 0xec, 0xa1, 0xa3, 0x61, 0x73, 0x42,
+ 0xbf, 0x62, 0xaf, 0x41, 0x74, 0xce, 0x0d, 0x5b, 0x28, 0x69, 0x6a, 0x10,
+ 0x9d, 0x53, 0xc4, 0x16, 0x56, 0x9a, 0x1a, 0x44, 0xd7, 0x4c, 0xd1, 0x4b,
+ 0x4c, 0x53, 0x93, 0xef, 0x9e, 0x30, 0xb6, 0x70, 0xd3, 0xd4, 0x31, 0x3a,
+ 0xe7, 0x8d, 0x2d, 0xf4, 0x34, 0x60, 0x8f, 0x1d, 0xb2, 0xe5, 0x8f, 0x5e,
+ 0x01, 0xdc, 0x40, 0x3e, 0x96, 0x26, 0x5e, 0x43, 0x53, 0x42, 0x43, 0x16,
+ 0xf2, 0x1c, 0xea, 0x05, 0x0d, 0x49, 0xfc, 0x6d, 0x7d, 0x95, 0xc6, 0x05,
+ 0xb9, 0xd1, 0xcd, 0x6c, 0x9b, 0x5b, 0xc9, 0x77, 0xec, 0x6a, 0x65, 0xd4,
+ 0xbd, 0x67, 0x25, 0x1a, 0x68, 0x18, 0xdf, 0xcf, 0xe7, 0xdd, 0x20, 0xa3,
+ 0x6e, 0x10, 0x3e, 0x60, 0xbf, 0xad, 0x61, 0xbf, 0xec, 0x82, 0x2d, 0x35,
+ 0x90, 0x3e, 0x2d, 0x2b, 0x82, 0x1b, 0x98, 0xe8, 0xba, 0x41, 0xd4, 0xc4,
+ 0x8a, 0x2c, 0x04, 0xd9, 0xca, 0x05, 0xc9, 0xc8, 0x8a, 0x36, 0x59, 0x57,
+ 0x64, 0xd7, 0x1e, 0xb7, 0x69, 0x57, 0x6c, 0x55, 0x8f, 0x05, 0xb0, 0xb5,
+ 0x14, 0x57, 0xe0, 0xc2, 0xd6, 0xcb, 0xcf, 0x6d, 0xd2, 0x66, 0xf9, 0x79,
+ 0x1b, 0xb0, 0x2f, 0x7b, 0xe1, 0x22, 0x48, 0xc5, 0xba, 0xff, 0x88, 0xde,
+ 0x68, 0x5e, 0x5f, 0x87, 0x1b, 0xa1, 0x21, 0xbd, 0x69, 0x0b, 0x1e, 0xd4,
+ 0x04, 0x2f, 0xc9, 0x6a, 0x7d, 0xd2, 0x5e, 0xe6, 0x28, 0x79, 0xf0, 0x1a,
+ 0xe7, 0xb5, 0x40, 0x0f, 0xd1, 0x80, 0xb6, 0x38, 0x5d, 0x47, 0x1e, 0xa2,
+ 0x55, 0xb9, 0x9a, 0x44, 0x6c, 0x15, 0x9a, 0xe7, 0x88, 0x30, 0x5f, 0xe1,
+ 0xc1, 0xb3, 0x9d, 0x8a, 0xab, 0xc5, 0x17, 0x21, 0x22, 0x4c, 0x27, 0x39,
+ 0x5f, 0xee, 0x71, 0x27, 0xbf, 0x73, 0xe0, 0x1a, 0x27, 0xbf, 0xe6, 0xe4,
+ 0x27, 0x0b, 0xb0, 0x2b, 0x94, 0x3b, 0x77, 0x32, 0xe5, 0xce, 0xb0, 0xce,
+ 0xfe, 0xea, 0xf0, 0x45, 0x03, 0xdf, 0x61, 0x6f, 0xf4, 0x1a, 0x5f, 0x0d,
+ 0x7e, 0x12, 0x1c, 0x3e, 0x02, 0xd3, 0x0f, 0xa0, 0x20, 0xd2, 0xd0, 0xe5,
+ 0xd8, 0x95, 0x80, 0x36, 0xd7, 0xf9, 0xd2, 0xe0, 0x3b, 0x3d, 0x99, 0xb9,
+ 0x07, 0xce, 0xd1, 0xe9, 0x34, 0xd7, 0x2d, 0x1c, 0xe7, 0xc0, 0x1c, 0x8a,
+ 0x34, 0x87, 0x22, 0xcd, 0xa1, 0x48, 0x73, 0x28, 0xf2, 0xe9, 0x87, 0x22,
+ 0xd9, 0xd2, 0x6b, 0x12, 0x04, 0x34, 0x3e, 0x4d, 0xd3, 0x5b, 0x1e, 0x0e,
+ 0xa6, 0xcd, 0x2d, 0xdc, 0x03, 0xa1, 0xd8, 0x73, 0x0e, 0xfc, 0x8d, 0x7e,
+ 0x82, 0x39, 0x3d, 0x48, 0x49, 0x0e, 0x7e, 0x64, 0x19, 0x04, 0x73, 0x95,
+ 0xe7, 0x4d, 0xa3, 0x59, 0x41, 0xc0, 0xdc, 0x76, 0xdb, 0x64, 0x8c, 0x73,
+ 0x7c, 0xce, 0x04, 0xa4, 0x23, 0xb4, 0xec, 0x65, 0x05, 0xe1, 0x74, 0x42,
+ 0x24, 0x29, 0x08, 0xb3, 0x55, 0xea, 0x6a, 0x02, 0x8a, 0xfb, 0x88, 0x4d,
+ 0xb7, 0xf8, 0x14, 0x6b, 0xbb, 0x7f, 0x6a, 0x3c, 0x40, 0x7f, 0x72, 0xd6,
+ 0x2d, 0x36, 0xcb, 0xde, 0x24, 0x73, 0x9a, 0x17, 0xe7, 0x1d, 0xb3, 0xb3,
+ 0x0d, 0x3a, 0x7e, 0xd5, 0x9e, 0x9e, 0xb9, 0xe4, 0x7d, 0x9e, 0xcf, 0x53,
+ 0x56, 0x6e, 0x64, 0x05, 0xe2, 0xd8, 0x82, 0x2e, 0x93, 0xef, 0x07, 0xc8,
+ 0x95, 0x25, 0x54, 0xbd, 0xd8, 0xb8, 0xa4, 0xd6, 0x22, 0x63, 0x8b, 0xd7,
+ 0xbc, 0xfe, 0x4b, 0x46, 0x49, 0xd6, 0xf8, 0x01, 0xd6, 0xd7, 0x5e, 0xd5,
+ 0x4c, 0x9f, 0x92, 0x2c, 0x0a, 0x96, 0x2b, 0x88, 0xcc, 0x43, 0x88, 0xe3,
+ 0x84, 0x15, 0xe3, 0x70, 0x67, 0x4d, 0x96, 0x06, 0x8d, 0xba, 0x12, 0xc6,
+ 0x00, 0x69, 0x78, 0xcb, 0x95, 0xf7, 0xc0, 0x6e, 0x4f, 0x2c, 0xe0, 0xb2,
+ 0xf9, 0x3d, 0xb1, 0x12, 0x68, 0xf9, 0x1c, 0xad, 0x7c, 0xce, 0xef, 0x72,
+ 0x6f, 0x80, 0x9f, 0xf9, 0x33, 0x34, 0xd2, 0x14, 0x1c, 0xca, 0x7a, 0x47,
+ 0x69, 0x3a, 0xac, 0xd8, 0xff, 0xa3, 0xca, 0xc9, 0x2c, 0x5c, 0xdc, 0xac,
+ 0xb3, 0x63, 0x5d, 0xc5, 0xf1, 0xab, 0xc5, 0xea, 0xa7, 0x24, 0xb4, 0xd2,
+ 0x85, 0xb5, 0x91, 0x82, 0x0e, 0x31, 0x03, 0xf3, 0x59, 0xfb, 0x75, 0xca,
+ 0x7a, 0x02, 0x2b, 0x7b, 0xe3, 0xe7, 0xbd, 0x90, 0x5e, 0x97, 0xf8, 0x33,
+ 0x06, 0x1b, 0x6b, 0xaf, 0x6e, 0x27, 0xe0, 0x1f, 0xa5, 0x67, 0xdd, 0xe2,
+ 0x3b, 0xaf, 0xd2, 0xcb, 0xd2, 0x7d, 0xf7, 0x6f, 0xfb, 0xf8, 0x09, 0xfc,
+ 0xde, 0x6c, 0x1c, 0x45, 0x81, 0xa5, 0x52, 0xee, 0xf0, 0x9f, 0x1f, 0x68,
+ 0x50, 0x4a, 0x0f, 0xf9, 0xff, 0xa0, 0x14, 0x67, 0xb4, 0x60, 0x03, 0x33,
+ 0xef, 0xbe, 0x61, 0x7e, 0xfa, 0x69, 0xc4, 0xfe, 0xbd, 0xfc, 0xeb, 0xcf,
+ 0x0f, 0xad, 0x09, 0x7b, 0xd1, 0xa2, 0x14, 0x5b, 0x12, 0x4f, 0x84, 0x39,
+ 0x4d, 0x6f, 0xa2, 0xe0, 0x87, 0x8a, 0x1d, 0xe8, 0xb9, 0xaf, 0x24, 0x7c,
+ 0x27, 0xc3, 0xfe, 0xf4, 0x50, 0x64, 0x44, 0x6e, 0xca, 0xb7, 0x87, 0x40,
+ 0x93, 0xb3, 0x4d, 0x79, 0x47, 0xb8, 0x9b, 0xef, 0x88, 0x72, 0x25, 0x06,
+ 0x51, 0x28, 0x5b, 0x94, 0x18, 0x77, 0xdf, 0xe2, 0x4a, 0x4c, 0xc7, 0xe9,
+ 0xd9, 0xfd, 0x72, 0xb8, 0x3f, 0x36, 0x48, 0xe9, 0x62, 0xa1, 0x41, 0xb5,
+ 0x56, 0xb6, 0x1b, 0x9d, 0xd0, 0xbd, 0x4c, 0x76, 0x5c, 0xb5, 0x42, 0x64,
+ 0x57, 0x37, 0x78, 0xf8, 0x42, 0x79, 0x03, 0xd7, 0xb3, 0x62, 0x76, 0xb8,
+ 0x5b, 0xb4, 0x13, 0x0f, 0x02, 0x11, 0x48, 0xc9, 0xd6, 0x8d, 0x85, 0x36,
+ 0x96, 0xa5, 0x77, 0x93, 0x4f, 0x2d, 0xfe, 0xc1, 0xed, 0xf5, 0x9a, 0x77,
+ 0xbe, 0x91, 0xfb, 0x2f, 0xd7, 0x55, 0x5f, 0x58, 0xb5, 0x6f, 0x3e, 0x3a,
+ 0xbe, 0xfa, 0xe8, 0x54, 0x77, 0xfb, 0xb5, 0x1b, 0xce, 0xe0, 0xc3, 0xde,
+ 0x1d, 0x3d, 0x97, 0xe1, 0x2c, 0x98, 0xfe, 0xf0, 0x7c, 0x7d, 0x0f, 0x8c,
+ 0x2d, 0xf2, 0x78, 0xff, 0xbe, 0x98, 0xf1, 0xb8, 0x09, 0xa7, 0xb3, 0xbc,
+ 0x83, 0x5f, 0x51, 0x5e, 0xb2, 0xc8, 0x7a, 0x0b, 0x3c, 0xac, 0x1e, 0x8a,
+ 0x14, 0x18, 0xe6, 0xd9, 0x20, 0xb0, 0x78, 0x6b, 0x71, 0x6d, 0xfa, 0x18,
+ 0x5b, 0xc7, 0x51, 0x1c, 0x83, 0xff, 0xf1, 0x1f, 0xfb, 0x7b, 0xab, 0xc0,
+ 0x75, 0x7f, 0x2c, 0xd7, 0x8b, 0xf5, 0x8f, 0xe8, 0xc7, 0x9a, 0x12, 0xc4,
+ 0x36, 0x12, 0x27, 0x19, 0x9a, 0x56, 0x01, 0x28, 0x72, 0xbb, 0x21, 0xdb,
+ 0xea, 0xe0, 0x4a, 0x76, 0xbc, 0xab, 0x2c, 0x38, 0xae, 0x74, 0x79, 0x7e,
+ 0x0e, 0xa2, 0x6c, 0x2c, 0x39, 0xa5, 0x41, 0x54, 0xc9, 0xaf, 0xc8, 0x43,
+ 0xc7, 0xd3, 0x7d, 0xfb, 0xcf, 0xc6, 0xae, 0x6a, 0x25, 0x5d, 0xe5, 0x88,
+ 0x94, 0x3b, 0x89, 0x70, 0xa2, 0xaa, 0xb5, 0xb3, 0xed, 0xd4, 0x4f, 0x51,
+ 0xe8, 0xc1, 0x33, 0x90, 0xd2, 0xe7, 0x90, 0xad, 0xee, 0x31, 0x21, 0x3c,
+ 0x42, 0x0d, 0x7a, 0x4e, 0x9f, 0x14, 0x1e, 0x94, 0xa6, 0xf6, 0x6e, 0x8f,
+ 0xe3, 0xf4, 0x7e, 0x92, 0x9f, 0x91, 0x3c, 0x87, 0x4f, 0x28, 0x80, 0x0c,
+ 0x4d, 0x63, 0x23, 0xad, 0x5c, 0x71, 0x5d, 0x6d, 0x2d, 0xd8, 0xad, 0x00,
+ 0xc5, 0x3d, 0x2a, 0xfc, 0xcb, 0xde, 0x35, 0x05, 0x52, 0x5e, 0x30, 0x03,
+ 0x17, 0x0b, 0xdc, 0x0e, 0xac, 0xfc, 0xad, 0x7e, 0xe5, 0x68, 0x51, 0x9c,
+ 0xb8, 0x31, 0x59, 0x5d, 0x87, 0xe4, 0x82, 0xa9, 0x00, 0x31, 0x13, 0x5f,
+ 0x32, 0xa4, 0x34, 0xa3, 0xf3, 0x35, 0xe2, 0xb1, 0xf1, 0xbb, 0x94, 0x64,
+ 0x07, 0x08, 0x46, 0x91, 0xcb, 0x50, 0x36, 0xac, 0xa7, 0x75, 0x8e, 0x5e,
+ 0x94, 0x26, 0x18, 0xdf, 0x7a, 0x76, 0xfc, 0xf1, 0xce, 0x3e, 0x72, 0x68,
+ 0xa3, 0xf9, 0x03, 0xe2, 0x86, 0xa8, 0xe5, 0x4e, 0x31, 0x6e, 0x08, 0xe3,
+ 0x86, 0x10, 0x7f, 0x8c, 0x1b, 0x42, 0xfc, 0x31, 0x6e, 0x88, 0x5d, 0xdc,
+ 0x10, 0xa0, 0x5b, 0x2e, 0x51, 0xdd, 0xe2, 0x18, 0xdd, 0x62, 0x74, 0x8b,
+ 0xd1, 0x2d, 0x46, 0xb7, 0x88, 0x3f, 0x4f, 0x4a, 0x7a, 0xde, 0x0a, 0x14,
+ 0xc1, 0xec, 0x20, 0x79, 0xf2, 0xe2, 0x85, 0x43, 0xf0, 0xee, 0x55, 0xda,
+ 0x5f, 0x75, 0x5a, 0xa4, 0x7d, 0xb8, 0x54, 0x3e, 0xdc, 0x37, 0xbb, 0x70,
+ 0xda, 0x2e, 0x5c, 0x74, 0x93, 0xf4, 0x2d, 0xed, 0x06, 0x83, 0xe7, 0x2c,
+ 0xed, 0xd4, 0xca, 0x41, 0x85, 0x67, 0xce, 0x1f, 0xd7, 0xfa, 0x13, 0x6a,
+ 0xf9, 0x4b, 0x4f, 0xc5, 0x5a, 0x01, 0x7c, 0xd3, 0xfb, 0x7b, 0xb0, 0xb4,
+ 0xba, 0x22, 0xf1, 0x9d, 0x9e, 0x3a, 0x9f, 0x09, 0x99, 0xdc, 0x42, 0xaf,
+ 0x38, 0xe8, 0xa8, 0xde, 0xf2, 0x58, 0xa7, 0x94, 0xe9, 0x85, 0x5e, 0x58,
+ 0x8b, 0x10, 0xf0, 0xfc, 0xd3, 0x2c, 0xe5, 0xb1, 0x0e, 0xb3, 0x75, 0x74,
+ 0x44, 0xef, 0xa2, 0x40, 0x7f, 0xb6, 0x5d, 0x0d, 0x88, 0x73, 0xee, 0xec,
+ 0xda, 0x9f, 0x49, 0x3d, 0x3b, 0x93, 0x8a, 0x76, 0x26, 0x35, 0xed, 0x4c,
+ 0xaa, 0xda, 0x99, 0xd4, 0xb5, 0x33, 0x50, 0xb6, 0x7b, 0xd7, 0xfc, 0x80,
+ 0x44, 0x59, 0xa8, 0x31, 0xa1, 0x3b, 0xab, 0x86, 0x32, 0x68, 0xc9, 0x7a,
+ 0x47, 0xae, 0x73, 0xb6, 0x92, 0x2e, 0x28, 0x1c, 0x11, 0xd1, 0x73, 0x38,
+ 0x04, 0x4b, 0x08, 0xb2, 0x38, 0x14, 0x7e, 0x03, 0x92, 0x65, 0xe4, 0xb1,
+ 0x2a, 0xe5, 0x80, 0x1f, 0x5e, 0x81, 0x42, 0xde, 0xde, 0x7c, 0x80, 0xed,
+ 0x9c, 0xda, 0x42, 0x5a, 0x44, 0x51, 0x6c, 0x00, 0x78, 0xa0, 0x8c, 0x0e,
+ 0x31, 0x76, 0x36, 0x10, 0x7c, 0x4b, 0x7e, 0x9f, 0x6f, 0x4c, 0x35, 0xa3,
+ 0x5e, 0x16, 0x10, 0x99, 0x2d, 0x9c, 0xed, 0xda, 0x6b, 0xb8, 0x3c, 0x38,
+ 0xb7, 0x1e, 0xaa, 0x21, 0x72, 0x6a, 0xf0, 0xff, 0x78, 0x0c, 0x17, 0x1b,
+ 0xed, 0xfc, 0xd9, 0x5d, 0x5e, 0x3b, 0x97, 0xef, 0x46, 0xdd, 0x35, 0xdf,
+ 0x5d, 0xca, 0x82, 0x8a, 0xd8, 0x22, 0x3c, 0xc0, 0x85, 0xe9, 0x4d, 0xca,
+ 0x05, 0x67, 0xcb, 0x68, 0xa1, 0xc7, 0xa6, 0xb8, 0x3c, 0x8c, 0x56, 0x65,
+ 0x03, 0xd9, 0x84, 0x2a, 0x29, 0xe1, 0xbb, 0x3b, 0x2c, 0xad, 0x29, 0x93,
+ 0x32, 0x41, 0x90, 0xaf, 0x58, 0x1f, 0xc9, 0x56, 0x6f, 0xef, 0x8f, 0xb9,
+ 0x8e, 0x49, 0x6e, 0xf8, 0xfa, 0x5b, 0xdd, 0xd5, 0x5a, 0xdd, 0xd8, 0x1e,
+ 0xaf, 0xbf, 0xd5, 0xbd, 0x76, 0xab, 0xbb, 0xc8, 0x5e, 0xbd, 0x69, 0xf5,
+ 0xd7, 0xd2, 0xea, 0xc5, 0x94, 0x9b, 0x42, 0x67, 0x51, 0x72, 0xb9, 0x5e,
+ 0xb1, 0xff, 0xb1, 0xcd, 0x04, 0x57, 0x1d, 0x39, 0x81, 0x30, 0x6e, 0xbf,
+ 0x66, 0x07, 0xb9, 0x2d, 0x71, 0xf2, 0x80, 0x8b, 0xbb, 0xdb, 0xc4, 0xc9,
+ 0x43, 0xdf, 0xd3, 0xbd, 0xdd, 0xc4, 0xbb, 0x9e, 0xee, 0x77, 0x89, 0x43,
+ 0x6e, 0x34, 0x9e, 0xd3, 0xef, 0x38, 0xa3, 0xff, 0x29, 0x69, 0x12, 0x3c,
+ 0x6a, 0x81, 0xbe, 0x2e, 0xdf, 0x8f, 0xfd, 0xf2, 0xf7, 0xc6, 0x24, 0xb2,
+ 0xeb, 0xb1, 0xdb, 0x0c, 0xe0, 0x84, 0x99, 0xcc, 0x50, 0xf2, 0x46, 0x6a,
+ 0x38, 0xf9, 0x60, 0x2d, 0x70, 0x7c, 0xb3, 0x09, 0x53, 0x13, 0x74, 0x10,
+ 0xc1, 0xf1, 0x76, 0x41, 0xf2, 0x80, 0x3c, 0x91, 0x6f, 0xf6, 0x6e, 0x15,
+ 0x44, 0x9e, 0xe8, 0xd9, 0x7d, 0x82, 0xa2, 0x92, 0xf0, 0x97, 0xf4, 0x1a,
+ 0xb1, 0xed, 0xb8, 0x18, 0xf6, 0x40, 0x77, 0x9b, 0x18, 0xfe, 0x82, 0x48,
+ 0xd8, 0x75, 0x5b, 0x0c, 0x7b, 0x9a, 0x8f, 0x8b, 0x31, 0xf3, 0x1d, 0xc2,
+ 0x9e, 0x95, 0x8e, 0xd1, 0xec, 0x79, 0x25, 0x3e, 0x10, 0xf6, 0xbc, 0x75,
+ 0x38, 0xaf, 0x1d, 0x15, 0x7a, 0x3f, 0x66, 0xff, 0x8d, 0x05, 0x8e, 0x08,
+ 0x9f, 0xde, 0x8a, 0x33, 0xdc, 0x82, 0x53, 0x9d, 0xb6, 0xbb, 0xb8, 0x5f,
+ 0xf5, 0x74, 0x4a, 0xbe, 0x2d, 0x5c, 0xeb, 0x94, 0x07, 0xd5, 0x71, 0x53,
+ 0x56, 0x13, 0xb0, 0x70, 0x6c, 0xd1, 0x54, 0xd9, 0xae, 0x64, 0x11, 0x16,
+ 0xa1, 0x39, 0x09, 0xc4, 0xf2, 0xdf, 0x89, 0xb3, 0xa4, 0xac, 0xa4, 0x4c,
+ 0x4f, 0xcf, 0xe1, 0xd4, 0x39, 0xf7, 0x6d, 0xa4, 0x8f, 0x69, 0x41, 0x98,
+ 0x72, 0xdc, 0xfc, 0x72, 0x16, 0x11, 0xf6, 0xc3, 0x57, 0xe1, 0x84, 0x96,
+ 0x5f, 0x26, 0xd6, 0xf4, 0x8c, 0xbb, 0x42, 0x0e, 0xd3, 0x3c, 0x58, 0x5a,
+ 0xff, 0x2e, 0xa3, 0xe0, 0xd6, 0xe2, 0x11, 0x44, 0xf0, 0xa3, 0xf7, 0x41,
+ 0xac, 0x0a, 0xe7, 0x96, 0x3d, 0xe4, 0x7e, 0xb4, 0xe3, 0x34, 0x0b, 0xad,
+ 0x43, 0x58, 0x65, 0x59, 0xee, 0x3f, 0xf9, 0xb5, 0xaf, 0x51, 0x9e, 0x93,
+ 0xc4, 0xba, 0xfa, 0x37, 0xf7, 0x7a, 0x40, 0x18, 0x83, 0xf5, 0x97, 0x25,
+ 0x0e, 0x7d, 0xd7, 0x2e, 0x9f, 0x5d, 0xda, 0x23, 0xf1, 0xd4, 0x22, 0x2f,
+ 0x2d, 0x77, 0x32, 0xe6, 0x65, 0xb8, 0x9a, 0xdf, 0x47, 0x89, 0x75, 0xfd,
+ 0x68, 0x49, 0x77, 0x8c, 0xb8, 0x3a, 0xf8, 0x3c, 0xe4, 0x6b, 0xcd, 0x33,
+ 0xf2, 0x37, 0x03, 0x9b, 0xdd, 0x3e, 0xf2, 0x77, 0xac, 0xc3, 0xcb, 0xc3,
+ 0xe0, 0x1b, 0x91, 0xeb, 0x28, 0x5f, 0x46, 0x96, 0xf7, 0x79, 0xec, 0x7c,
+ 0x18, 0xbb, 0x1f, 0xc6, 0x9e, 0x76, 0x61, 0xe0, 0x56, 0x80, 0xa7, 0xfb,
+ 0xaa, 0x6a, 0x1d, 0xad, 0x6a, 0x6d, 0x53, 0xb5, 0xcf, 0xac, 0x5a, 0x38,
+ 0xbb, 0xdc, 0x1d, 0xf1, 0xe3, 0xf2, 0xc3, 0x4c, 0xd8, 0x66, 0xf6, 0x3a,
+ 0xe3, 0x43, 0xed, 0x88, 0xc6, 0xe4, 0x11, 0x11, 0xab, 0xc7, 0x63, 0xb6,
+ 0x16, 0xf0, 0xa4, 0x7c, 0x10, 0xfe, 0x40, 0x1e, 0x7d, 0xd7, 0xa6, 0x75,
+ 0x63, 0xb2, 0x9e, 0x71, 0x99, 0xea, 0x07, 0x17, 0x9a, 0x95, 0xa6, 0x8f,
+ 0x04, 0xe3, 0x67, 0xde, 0x5a, 0x69, 0xae, 0x56, 0x69, 0x03, 0x53, 0x69,
+ 0xdb, 0x2a, 0xcd, 0xd3, 0x2a, 0x6d, 0x68, 0x2a, 0x6d, 0x5b, 0xa5, 0xf9,
+ 0x5a, 0xa5, 0x8d, 0x4c, 0xa5, 0x6d, 0xab, 0xb4, 0x81, 0x56, 0x69, 0x63,
+ 0x53, 0x69, 0xdb, 0x2a, 0x6d, 0xd8, 0xae, 0x34, 0x93, 0xdb, 0x6f, 0x7b,
+ 0xa5, 0x8d, 0xb4, 0x4a, 0xb3, 0x4d, 0xa5, 0x69, 0x95, 0x56, 0x40, 0xf6,
+ 0x1b, 0x66, 0xe2, 0x4d, 0xd3, 0x28, 0x46, 0x37, 0x20, 0x0c, 0xbb, 0xd6,
+ 0xab, 0x76, 0x4f, 0xb5, 0x9a, 0x5f, 0xdb, 0x89, 0x30, 0x0c, 0x5b, 0x6f,
+ 0xa9, 0xf9, 0xb5, 0x2d, 0x09, 0xc3, 0xb2, 0xf5, 0x96, 0x9a, 0x5f, 0xdb,
+ 0x9b, 0x30, 0xd1, 0x30, 0x6f, 0xa9, 0xf9, 0xfd, 0x76, 0xf3, 0x1b, 0xb6,
+ 0xad, 0xb7, 0xd4, 0xfc, 0x03, 0xad, 0xf9, 0x8d, 0xe9, 0xf7, 0x86, 0x9a,
+ 0x7f, 0xa8, 0x35, 0xbf, 0x31, 0xfd, 0xde, 0x50, 0xf3, 0x8f, 0xb4, 0xe6,
+ 0x37, 0xa6, 0xdf, 0x1b, 0x6a, 0xfe, 0xb1, 0xd6, 0xfc, 0xc6, 0xf4, 0x7b,
+ 0x43, 0xcd, 0x6f, 0x1f, 0xb4, 0xdb, 0x7f, 0x64, 0x6c, 0xbf, 0xb7, 0xd4,
+ 0xfe, 0x9a, 0xdf, 0x6f, 0x64, 0x8c, 0xbf, 0xb7, 0xd4, 0xfe, 0x9a, 0xe3,
+ 0x6f, 0x64, 0xac, 0xbf, 0xd7, 0xdc, 0xfe, 0x31, 0x85, 0x74, 0x36, 0x2b,
+ 0xfd, 0x0c, 0x8c, 0x5b, 0x4f, 0x94, 0x0f, 0x99, 0x69, 0x78, 0x3c, 0x0c,
+ 0x5d, 0x45, 0xea, 0xf3, 0x19, 0x49, 0x4a, 0x71, 0x26, 0x4b, 0x50, 0xbf,
+ 0x35, 0x32, 0x1c, 0x22, 0x87, 0x6a, 0xdc, 0x5f, 0x93, 0x1d, 0x1f, 0x38,
+ 0x3f, 0x2f, 0xe9, 0x82, 0x66, 0x34, 0x09, 0x68, 0xe7, 0x91, 0x17, 0x77,
+ 0xd4, 0xce, 0xf7, 0x0b, 0x81, 0x5a, 0xc0, 0x9d, 0x20, 0x03, 0x5c, 0xe0,
+ 0xc8, 0x8c, 0xcc, 0x14, 0xd9, 0x91, 0xa0, 0xd6, 0xe5, 0xf9, 0x4c, 0x1b,
+ 0xf4, 0x0b, 0xb6, 0x4c, 0xb2, 0x5b, 0x97, 0x56, 0xf9, 0x25, 0x67, 0x34,
+ 0x40, 0x20, 0x06, 0x7f, 0xa2, 0x29, 0x51, 0x45, 0x82, 0x51, 0x52, 0x3e,
+ 0x00, 0xe9, 0xa7, 0x38, 0x5b, 0x68, 0xff, 0x28, 0xd8, 0xe7, 0xe9, 0x8f,
+ 0x46, 0x74, 0x1e, 0x47, 0xf1, 0x54, 0x8a, 0x52, 0x6b, 0x5a, 0x8f, 0xb8,
+ 0x79, 0xef, 0x35, 0xd2, 0x83, 0xe9, 0x48, 0x0e, 0x82, 0xe4, 0x3d, 0x09,
+ 0xc9, 0x45, 0x90, 0x46, 0x3f, 0x89, 0xc4, 0x5a, 0x2a, 0x02, 0xc2, 0xa8,
+ 0x80, 0x36, 0x5e, 0x51, 0xe4, 0xfa, 0xf0, 0xf8, 0xc1, 0x9c, 0xf3, 0xe5,
+ 0xaa, 0x15, 0x52, 0xe4, 0xc8, 0x06, 0xeb, 0x43, 0x73, 0x10, 0xb4, 0xc1,
+ 0x93, 0xd1, 0x5c, 0x1d, 0x8d, 0x1f, 0xe0, 0xf9, 0x09, 0xb4, 0xeb, 0x88,
+ 0xe4, 0x12, 0xb2, 0xd1, 0xad, 0x14, 0x9c, 0x57, 0x83, 0xdb, 0x8e, 0x46,
+ 0xba, 0x88, 0xde, 0x3c, 0xc7, 0x84, 0x1d, 0xe8, 0xfb, 0x9a, 0x8d, 0xda,
+ 0x73, 0xba, 0xc7, 0x14, 0x0f, 0xbd, 0xde, 0xbd, 0xff, 0x3a, 0xdd, 0x63,
+ 0xca, 0x1d, 0x3c, 0x09, 0x09, 0x19, 0x53, 0xde, 0xcf, 0x8d, 0x73, 0x67,
+ 0xcb, 0x98, 0xf2, 0xbc, 0x9f, 0xe9, 0xb7, 0xce, 0x96, 0x31, 0xc5, 0x63,
+ 0x63, 0x9f, 0x86, 0x86, 0x8c, 0x29, 0xff, 0xa7, 0xc6, 0xbb, 0xb3, 0x6d,
+ 0x4c, 0xf9, 0x83, 0x9f, 0x18, 0x53, 0x4e, 0xcf, 0x98, 0x32, 0x01, 0x16,
+ 0xc8, 0x98, 0xba, 0x4d, 0xd2, 0xe0, 0x76, 0x46, 0x56, 0xeb, 0xb8, 0x36,
+ 0xdf, 0x69, 0x19, 0x91, 0x3d, 0x9e, 0x13, 0xfe, 0xa8, 0x99, 0x49, 0x9b,
+ 0x9f, 0xcd, 0xe4, 0xcc, 0x1b, 0x10, 0x76, 0x8d, 0xc8, 0xb4, 0x8e, 0x01,
+ 0xd4, 0x22, 0xae, 0x99, 0xcc, 0xf7, 0xcd, 0x31, 0xfc, 0x9e, 0x74, 0xf6,
+ 0xde, 0x96, 0x44, 0xf2, 0x6d, 0x9c, 0xae, 0x9c, 0xf6, 0x1e, 0x92, 0x4e,
+ 0xbe, 0x0f, 0xa7, 0x2b, 0xb1, 0xbd, 0xd7, 0x4a, 0x08, 0xbf, 0x0d, 0xa7,
+ 0x23, 0xbb, 0xbd, 0x37, 0xd2, 0x0e, 0x1d, 0xd4, 0x4e, 0x48, 0xb4, 0x41,
+ 0x3a, 0x53, 0xdc, 0x7b, 0xa3, 0xe6, 0x5b, 0x21, 0x9c, 0x28, 0x4d, 0xa0,
+ 0xae, 0x3c, 0xf7, 0xde, 0xa8, 0x3f, 0x57, 0xbe, 0x4c, 0x3f, 0xf6, 0xb5,
+ 0x5c, 0x9d, 0x45, 0x41, 0x96, 0x2a, 0x4e, 0xa7, 0xc6, 0xe8, 0x1a, 0x89,
+ 0x19, 0x8b, 0x67, 0xf4, 0x3a, 0x2e, 0xe3, 0xf8, 0x3d, 0xdc, 0xc5, 0xac,
+ 0x79, 0x61, 0x11, 0xfe, 0x01, 0x76, 0x5f, 0x2d, 0x47, 0x0c, 0x33, 0x33,
+ 0x17, 0xfc, 0x8e, 0xd6, 0xef, 0xf6, 0x07, 0xcf, 0xe2, 0xcf, 0xc0, 0x2e,
+ 0xe2, 0x1f, 0xed, 0x0f, 0xa3, 0xba, 0x88, 0x2a, 0xec, 0x59, 0x94, 0xd4,
+ 0xe9, 0xb9, 0x9b, 0x61, 0xce, 0xde, 0x68, 0xdc, 0x11, 0x1d, 0xad, 0xa4,
+ 0xc9, 0x43, 0x8f, 0x34, 0x9c, 0x3c, 0xc0, 0xa5, 0xc3, 0x29, 0xc9, 0xc2,
+ 0xae, 0xe3, 0xe0, 0xde, 0xf8, 0xb9, 0xc7, 0xc1, 0x0b, 0x1e, 0xba, 0x2d,
+ 0xbb, 0xd5, 0x8f, 0x40, 0x12, 0x88, 0xda, 0x7a, 0x3f, 0x1d, 0x3b, 0xdd,
+ 0xc7, 0xa9, 0xed, 0x0e, 0x18, 0x07, 0x81, 0x19, 0xfc, 0x3c, 0x8c, 0xab,
+ 0xc1, 0xf8, 0x5a, 0x1e, 0xfe, 0x1d, 0x60, 0x3c, 0x04, 0xc6, 0xfb, 0x79,
+ 0x18, 0x1f, 0x81, 0xe9, 0x39, 0x6a, 0xde, 0x05, 0x33, 0xd0, 0x61, 0xec,
+ 0x27, 0x54, 0xf1, 0x10, 0x81, 0x79, 0x42, 0x15, 0x8f, 0x74, 0x18, 0xe7,
+ 0x09, 0x55, 0x3c, 0x46, 0x60, 0x9e, 0x50, 0xc5, 0xdc, 0xcf, 0xd8, 0xc6,
+ 0x79, 0x42, 0x1d, 0xdb, 0x7a, 0x3f, 0xf6, 0xdd, 0x27, 0x54, 0xb2, 0xad,
+ 0x77, 0x64, 0xdf, 0xed, 0xad, 0x65, 0xa0, 0x73, 0x60, 0x0a, 0x52, 0xa6,
+ 0xe5, 0xeb, 0x62, 0xbd, 0xf3, 0xb9, 0x0d, 0xd7, 0x41, 0x9e, 0x67, 0xc3,
+ 0x51, 0x17, 0x99, 0xce, 0x86, 0xa9, 0x9e, 0x69, 0xdc, 0xd0, 0xfa, 0x7c,
+ 0xf8, 0xfb, 0x5e, 0x7d, 0x85, 0x56, 0x33, 0x00, 0x6d, 0x31, 0x91, 0xaa,
+ 0x93, 0x55, 0xdc, 0x9d, 0xc0, 0x0a, 0xc1, 0x79, 0xe2, 0xbe, 0x47, 0x61,
+ 0xa1, 0xa7, 0xde, 0xf6, 0xf9, 0xe9, 0x2c, 0x45, 0x13, 0x53, 0x19, 0x45,
+ 0x22, 0xdf, 0xc1, 0x82, 0x15, 0x40, 0xcf, 0x74, 0xa0, 0x24, 0xeb, 0x74,
+ 0x1a, 0x4c, 0xd8, 0x51, 0xc2, 0xbe, 0x12, 0x66, 0xb3, 0x44, 0xa7, 0xf0,
+ 0xb0, 0x4f, 0x18, 0xce, 0xcb, 0xf1, 0x33, 0x33, 0xff, 0x37, 0x79, 0x88,
+ 0x72, 0x95, 0x28, 0xa6, 0xa5, 0x04, 0x7d, 0xaf, 0x5a, 0xda, 0xec, 0xff,
+ 0x3f, 0xcd, 0xb8, 0xff, 0x41, 0x66, 0x87, 0x91, 0x27, 0x68, 0xa6, 0x22,
+ 0xdf, 0x21, 0x33, 0x8a, 0xf8, 0x69, 0x9d, 0x92, 0x99, 0x72, 0x90, 0x6a,
+ 0x91, 0xff, 0xa6, 0x7c, 0x48, 0xea, 0x87, 0x49, 0xf9, 0x60, 0x81, 0xf9,
+ 0x67, 0xd9, 0x8d, 0x6f, 0x5c, 0x97, 0xf2, 0xec, 0xdc, 0x55, 0xba, 0x19,
+ 0x65, 0xe4, 0x5d, 0x6d, 0x32, 0xbb, 0xee, 0x5f, 0x5d, 0xcd, 0x99, 0x59,
+ 0x77, 0x52, 0x7d, 0xfc, 0xa4, 0x3e, 0x3a, 0xd5, 0xaf, 0x8e, 0xf8, 0xf5,
+ 0x53, 0xc1, 0xcc, 0xca, 0x34, 0xb6, 0xde, 0x1d, 0xc7, 0xf4, 0xe1, 0x0f,
+ 0xeb, 0x1f, 0xea, 0x79, 0xa7, 0x51, 0x42, 0x49, 0x56, 0x3d, 0x5f, 0x7e,
+ 0xe7, 0x25, 0xf8, 0x7c, 0x01, 0x6e, 0x32, 0x71, 0xcc, 0x4e, 0xdc, 0xd1,
+ 0xf8, 0x45, 0xbf, 0xc7, 0xd5, 0x7e, 0xe1, 0xb3, 0xc0, 0x69, 0x49, 0xac,
+ 0xcf, 0xa4, 0x64, 0x4d, 0x62, 0x37, 0xbf, 0x72, 0x04, 0xc1, 0x4b, 0xb6,
+ 0x0f, 0x29, 0xb0, 0xad, 0x77, 0x21, 0xa7, 0x39, 0xa2, 0xe1, 0x1f, 0xe2,
+ 0x95, 0xb3, 0xb4, 0x41, 0x83, 0xf8, 0xe9, 0xf3, 0x5c, 0x40, 0xc0, 0x07,
+ 0xa7, 0x55, 0x64, 0xb7, 0xf5, 0x9d, 0x3f, 0xfa, 0x8a, 0x2e, 0x23, 0x98,
+ 0x04, 0x73, 0x48, 0x01, 0x0e, 0x3f, 0x9c, 0xb7, 0x98, 0x15, 0xe1, 0x3b,
+ 0x2c, 0x7b, 0xb8, 0xf0, 0x14, 0x8e, 0x5d, 0x15, 0x94, 0x1f, 0xfc, 0x92,
+ 0x07, 0x9c, 0xfa, 0x3b, 0xc3, 0xd8, 0x74, 0x86, 0xd7, 0xdf, 0x19, 0x68,
+ 0x50, 0xae, 0xc0, 0x10, 0xcd, 0x3e, 0xdd, 0x14, 0xf3, 0x74, 0x0a, 0x09,
+ 0x94, 0x73, 0x7a, 0xd2, 0xc8, 0x9d, 0xca, 0xed, 0x50, 0xdf, 0x6f, 0xd8,
+ 0xc5, 0x60, 0x82, 0xaa, 0x3c, 0xae, 0x4c, 0x39, 0xca, 0xe4, 0xe7, 0x9d,
+ 0xca, 0x89, 0xaf, 0x3b, 0xaf, 0xda, 0xcb, 0x44, 0x50, 0xcd, 0xd2, 0xa8,
+ 0x13, 0x0c, 0xc3, 0xb8, 0x47, 0xd3, 0xf7, 0xdd, 0x5f, 0xe1, 0xd1, 0x84,
+ 0xb4, 0xbf, 0xff, 0x65, 0xef, 0x5f, 0xbb, 0x1b, 0xc7, 0x8d, 0x45, 0x61,
+ 0xf8, 0xb3, 0xfb, 0x57, 0xf0, 0x78, 0xaf, 0x39, 0xd3, 0xf3, 0x1c, 0xb7,
+ 0x5b, 0xbc, 0xe8, 0xd6, 0x39, 0xb3, 0xb3, 0x7c, 0xed, 0xf1, 0x89, 0xdd,
+ 0xed, 0xc7, 0xf6, 0x74, 0x27, 0x3b, 0xc9, 0xf2, 0xa2, 0x25, 0xca, 0x66,
+ 0x5a, 0x12, 0x75, 0x48, 0xca, 0x6e, 0x27, 0x6b, 0xbf, 0xbf, 0xfd, 0x45,
+ 0x55, 0x01, 0x20, 0xae, 0x94, 0xe4, 0xbe, 0x24, 0x4f, 0xc6, 0x59, 0x93,
+ 0xb6, 0x48, 0x56, 0x15, 0x80, 0x42, 0x01, 0x28, 0x14, 0x0a, 0x55, 0x83,
+ 0xb0, 0x77, 0x5d, 0x56, 0xf5, 0x8d, 0x61, 0x8d, 0xef, 0x76, 0x1b, 0x6b,
+ 0xfc, 0x73, 0x18, 0xc5, 0xe7, 0x30, 0x8a, 0xf4, 0xe7, 0x39, 0x8c, 0x22,
+ 0xfd, 0x79, 0x0e, 0xa3, 0xb8, 0x4e, 0x18, 0x45, 0x31, 0xbd, 0x8c, 0xcb,
+ 0xfc, 0x3e, 0x33, 0xe3, 0xde, 0x75, 0xbb, 0xbd, 0xe7, 0x09, 0xe6, 0x79,
+ 0x82, 0x79, 0x9e, 0x60, 0x9e, 0x27, 0x18, 0xfa, 0xf3, 0x84, 0x09, 0xe6,
+ 0xa6, 0x64, 0xdb, 0x39, 0x54, 0x9a, 0xed, 0xb8, 0x9a, 0xdd, 0xee, 0x3f,
+ 0x2b, 0xa1, 0xb1, 0x56, 0x2b, 0x97, 0x32, 0xc7, 0x4d, 0xfd, 0xeb, 0x44,
+ 0xd0, 0x17, 0xf1, 0x70, 0x5c, 0x54, 0xc2, 0x86, 0x0a, 0x53, 0xab, 0xff,
+ 0x17, 0xdb, 0x98, 0xe8, 0x06, 0xcd, 0xbd, 0xbc, 0x0c, 0x20, 0xc3, 0x01,
+ 0x84, 0x8a, 0xc8, 0xca, 0x45, 0x31, 0x4d, 0x45, 0x0e, 0xa0, 0x2b, 0x4c,
+ 0x2b, 0x05, 0x67, 0x13, 0xe7, 0xf9, 0x38, 0xf4, 0xda, 0xb7, 0xbb, 0x2b,
+ 0x72, 0xad, 0x0a, 0x7c, 0x9f, 0x5d, 0xbb, 0xbb, 0xc2, 0x3e, 0x2e, 0xf0,
+ 0x7d, 0xf6, 0xec, 0xee, 0x0a, 0xbb, 0xb8, 0xc0, 0xf7, 0xd8, 0xb1, 0xbb,
+ 0x0e, 0x73, 0x78, 0x63, 0xc7, 0x16, 0xc8, 0x5e, 0xfb, 0x75, 0xb7, 0xaf,
+ 0xd7, 0xde, 0x4a, 0xcb, 0x2d, 0x08, 0xf8, 0xec, 0xd6, 0x5d, 0xc3, 0x8e,
+ 0xee, 0x26, 0x10, 0xf9, 0xd9, 0x3f, 0x58, 0x87, 0xfd, 0x91, 0x9f, 0xfd,
+ 0x83, 0x75, 0xd8, 0x1f, 0xf9, 0xd9, 0x3f, 0x5c, 0x87, 0xfd, 0x91, 0x97,
+ 0xfd, 0xc3, 0xd5, 0xec, 0x8f, 0x5a, 0xd8, 0x3f, 0x5c, 0x87, 0xfd, 0x91,
+ 0x9f, 0xfd, 0xbd, 0x4e, 0x3b, 0xfb, 0x73, 0xee, 0x18, 0x73, 0x50, 0x94,
+ 0xdc, 0xb7, 0xe8, 0xbc, 0x98, 0x3e, 0xce, 0x8b, 0x59, 0x9e, 0x4e, 0x6d,
+ 0x5b, 0x5f, 0xaf, 0x63, 0x77, 0x86, 0x68, 0x4d, 0xd2, 0x4a, 0xcb, 0xb6,
+ 0xf7, 0xf5, 0x3a, 0xfe, 0x44, 0xf3, 0xed, 0xb4, 0x6c, 0xeb, 0x75, 0x2f,
+ 0xb4, 0x3b, 0x69, 0x3d, 0x5a, 0xb6, 0x09, 0xbb, 0x17, 0xfa, 0x7b, 0xac,
+ 0x9d, 0x96, 0x6d, 0xc7, 0xee, 0x45, 0xfe, 0x43, 0xa4, 0x76, 0x5a, 0xb6,
+ 0x31, 0xbb, 0x17, 0x3d, 0x95, 0xf7, 0xb6, 0x45, 0xbb, 0x17, 0x3d, 0x95,
+ 0xf7, 0xb6, 0x59, 0xbb, 0x17, 0xb7, 0xf1, 0x1e, 0x22, 0xd9, 0x18, 0x11,
+ 0x6d, 0xc9, 0xd2, 0xda, 0x03, 0x73, 0xef, 0x9f, 0x07, 0x30, 0x6f, 0xbb,
+ 0x4d, 0xad, 0xe0, 0x21, 0xc7, 0xad, 0x16, 0xd7, 0x77, 0x9e, 0x3c, 0xbc,
+ 0xbd, 0xe4, 0x39, 0x9c, 0x8d, 0x7d, 0x5e, 0xac, 0x72, 0xee, 0xde, 0x31,
+ 0x88, 0x13, 0x3b, 0xdb, 0x34, 0xf6, 0x18, 0xd8, 0x87, 0x35, 0x5c, 0x98,
+ 0x51, 0x1c, 0xf8, 0xce, 0x1c, 0xec, 0xcd, 0xac, 0x68, 0xd3, 0x71, 0x0c,
+ 0xfe, 0xae, 0x33, 0x63, 0xb4, 0xa7, 0x0e, 0x0e, 0x7c, 0xcc, 0xa1, 0xbe,
+ 0xa2, 0x0e, 0x10, 0x7d, 0xc9, 0x56, 0x89, 0x7a, 0xcf, 0x57, 0xab, 0xff,
+ 0x9d, 0x3d, 0x2c, 0xa1, 0xd3, 0xdf, 0xcf, 0xc1, 0xa6, 0x9c, 0x95, 0x69,
+ 0xad, 0xfb, 0x26, 0xf2, 0x49, 0xa3, 0xa7, 0x7a, 0x0c, 0x35, 0xb2, 0xd7,
+ 0xc5, 0x69, 0x07, 0xf1, 0x27, 0x93, 0x76, 0x02, 0xfd, 0x16, 0x02, 0xa6,
+ 0x21, 0xd3, 0x12, 0xbf, 0xe7, 0xe4, 0xd3, 0xcf, 0x3b, 0xfe, 0xe7, 0x1d,
+ 0xff, 0xf3, 0x8e, 0xff, 0x0b, 0x92, 0x4f, 0x93, 0x17, 0xf9, 0xf5, 0xa8,
+ 0x32, 0x27, 0x17, 0xe5, 0xe6, 0xf8, 0xf3, 0xe4, 0xf2, 0x3c, 0xb9, 0xd0,
+ 0x9f, 0xe7, 0xc9, 0x85, 0xfe, 0x3c, 0x4f, 0x2e, 0x9b, 0x4d, 0x2e, 0x6e,
+ 0xc3, 0x5d, 0x8f, 0x87, 0x27, 0xf8, 0xda, 0xa7, 0xb0, 0xe9, 0x67, 0xa1,
+ 0x42, 0x82, 0x57, 0xdf, 0xe5, 0xb2, 0xaa, 0xd3, 0x7c, 0x8e, 0xc9, 0x48,
+ 0xb2, 0x62, 0x69, 0x67, 0x0c, 0xef, 0xf5, 0x9d, 0x59, 0xe9, 0x31, 0x11,
+ 0xec, 0x28, 0x9d, 0x7f, 0xa8, 0xaa, 0x77, 0x37, 0x23, 0x47, 0x7a, 0xa2,
+ 0x5e, 0x5f, 0xc9, 0x58, 0xb5, 0x7f, 0xf6, 0xf1, 0x3a, 0x4b, 0x90, 0x73,
+ 0x1f, 0xa3, 0x0e, 0x32, 0x85, 0xbd, 0x0a, 0x8e, 0x06, 0x9f, 0x5f, 0x1f,
+ 0x0d, 0x3f, 0x07, 0x67, 0x7f, 0xe8, 0x75, 0x32, 0x0a, 0x11, 0xfb, 0xc7,
+ 0x57, 0xdd, 0xe0, 0xdd, 0x01, 0x5a, 0x0b, 0x65, 0x00, 0xe3, 0xe3, 0x1c,
+ 0xe2, 0x1a, 0xdb, 0x7b, 0x13, 0xb4, 0xb8, 0xdd, 0x69, 0x4e, 0xb5, 0x14,
+ 0x79, 0x5a, 0xf7, 0x3f, 0xba, 0x58, 0xcc, 0x6c, 0x73, 0x0d, 0x5a, 0xcb,
+ 0xc8, 0x3f, 0xc0, 0xf2, 0xc8, 0xa5, 0xc4, 0xa4, 0xe0, 0x5e, 0xb1, 0x37,
+ 0x1e, 0x67, 0xe5, 0x79, 0x56, 0x8e, 0xb2, 0xb9, 0xed, 0xc3, 0xd4, 0x43,
+ 0x97, 0x53, 0x97, 0xeb, 0x63, 0x56, 0xdf, 0xfc, 0x9f, 0x74, 0xe6, 0xe5,
+ 0xe8, 0x40, 0x8b, 0x2b, 0xab, 0xfb, 0x0d, 0x8d, 0x8a, 0xb4, 0xaa, 0xe1,
+ 0xb2, 0x0e, 0x2b, 0xfd, 0x60, 0x59, 0xb3, 0xba, 0x43, 0xc2, 0x16, 0x47,
+ 0xfd, 0xc1, 0x48, 0x51, 0x2e, 0x66, 0x6a, 0xe9, 0x5d, 0x5e, 0x7f, 0x9b,
+ 0xc6, 0x29, 0x66, 0x9d, 0x35, 0x49, 0xf4, 0xd6, 0x26, 0xa1, 0x07, 0x46,
+ 0x17, 0xf8, 0x03, 0xb3, 0xf9, 0x91, 0x0b, 0xd7, 0x70, 0xff, 0x22, 0x5c,
+ 0xf4, 0x1a, 0x55, 0xec, 0x11, 0x6a, 0xc4, 0xf0, 0x9a, 0xcc, 0xdf, 0x97,
+ 0x9f, 0xf2, 0x05, 0xba, 0x7d, 0xd9, 0x31, 0xd9, 0x7b, 0x68, 0x2b, 0x1c,
+ 0x41, 0x86, 0x7b, 0xad, 0x78, 0xda, 0x18, 0xcc, 0xd2, 0xc5, 0x1e, 0x93,
+ 0xf6, 0xf4, 0x16, 0xee, 0xff, 0x71, 0x3f, 0xb8, 0x7d, 0x86, 0x3e, 0x1f,
+ 0x65, 0x96, 0x34, 0x08, 0x7a, 0x71, 0xc3, 0x8a, 0x8e, 0x91, 0xaa, 0xd6,
+ 0xd5, 0xa6, 0xb3, 0x74, 0xe1, 0x68, 0x13, 0x74, 0x89, 0xba, 0x55, 0x6e,
+ 0xaa, 0x74, 0xc7, 0xfa, 0x50, 0x6c, 0xb5, 0x81, 0x84, 0xdf, 0xd0, 0x32,
+ 0x7c, 0x8e, 0xe6, 0x6a, 0x1b, 0x5a, 0x2c, 0xf6, 0x39, 0xac, 0x2d, 0x7d,
+ 0x34, 0xc0, 0x7a, 0x2c, 0x1d, 0x36, 0x01, 0xb7, 0xc9, 0xa5, 0xdf, 0x31,
+ 0xfb, 0xd0, 0x61, 0xee, 0xb0, 0x89, 0xd9, 0x76, 0x93, 0x7e, 0xa7, 0xc5,
+ 0xf6, 0xe3, 0xae, 0x8d, 0x83, 0x48, 0xb8, 0x86, 0x01, 0x68, 0x5a, 0x3c,
+ 0xac, 0x25, 0x59, 0xfd, 0xf0, 0x59, 0xb2, 0x6c, 0xc9, 0x32, 0xb9, 0xe7,
+ 0x12, 0xac, 0xa8, 0x45, 0xb0, 0x2c, 0x7c, 0x8f, 0x5c, 0x45, 0x6b, 0xc8,
+ 0x95, 0x45, 0xcb, 0x21, 0x11, 0x51, 0x8b, 0x58, 0x39, 0xeb, 0xe2, 0xa0,
+ 0x11, 0xaf, 0x21, 0x55, 0xd5, 0xa8, 0xcc, 0x17, 0xf5, 0xc1, 0xb2, 0xbc,
+ 0xcf, 0xde, 0xa5, 0x33, 0x6a, 0x11, 0x9b, 0x97, 0xe7, 0xb7, 0x3b, 0xc1,
+ 0xde, 0xe5, 0xc1, 0xc9, 0x09, 0xd2, 0xc1, 0x59, 0xcf, 0x04, 0x8d, 0x5c,
+ 0xa0, 0xdd, 0xc8, 0x05, 0x1a, 0xbb, 0x40, 0x7b, 0x03, 0x17, 0x68, 0xe2,
+ 0x02, 0x85, 0x35, 0xd0, 0x06, 0xed, 0x3a, 0x40, 0x07, 0xd8, 0x3a, 0x0b,
+ 0xb4, 0xe7, 0x02, 0x0d, 0xd5, 0x66, 0xe1, 0xd9, 0xa5, 0x8f, 0x03, 0x83,
+ 0x38, 0x72, 0x81, 0xba, 0x38, 0x30, 0x48, 0x06, 0x2e, 0x50, 0x17, 0x07,
+ 0x06, 0xbd, 0xc4, 0x05, 0xea, 0xe2, 0xc0, 0x60, 0xa0, 0x36, 0xeb, 0x32,
+ 0xab, 0x61, 0x89, 0xf2, 0xd6, 0x76, 0xd8, 0x73, 0x03, 0xbb, 0xea, 0x3b,
+ 0x0c, 0x23, 0x37, 0xb0, 0xab, 0xc6, 0xc3, 0x68, 0xe0, 0x06, 0x76, 0xd5,
+ 0x79, 0x98, 0x24, 0x6e, 0x60, 0x57, 0xbf, 0x0d, 0x7b, 0x9e, 0x06, 0xba,
+ 0x7a, 0x6e, 0xd8, 0xf7, 0x34, 0xb0, 0xef, 0x02, 0x1e, 0x7a, 0x1a, 0x38,
+ 0xb0, 0x81, 0xa3, 0x0e, 0xad, 0xcd, 0xe2, 0x7c, 0x7c, 0x2f, 0x2f, 0x0f,
+ 0x8a, 0x0c, 0x3c, 0xcb, 0xcd, 0xc1, 0xc5, 0x74, 0x5b, 0x2b, 0xc3, 0x88,
+ 0x92, 0x68, 0x46, 0x20, 0xa6, 0x9f, 0x1d, 0x88, 0x83, 0x76, 0xc4, 0x63,
+ 0x36, 0xbc, 0x9d, 0x88, 0x34, 0x9c, 0x29, 0x57, 0xa1, 0x91, 0xea, 0x30,
+ 0x54, 0xf0, 0x4f, 0xe6, 0xa3, 0xf2, 0x34, 0x9f, 0xe5, 0x56, 0xe6, 0x3e,
+ 0x46, 0x81, 0xdb, 0x69, 0x5f, 0x93, 0x4e, 0x6a, 0x2a, 0xd3, 0x0d, 0x8d,
+ 0xc3, 0xcc, 0x4b, 0x43, 0xdc, 0xe9, 0xf4, 0xd0, 0x60, 0x1a, 0xf1, 0x75,
+ 0x7e, 0x45, 0x19, 0x6b, 0x4c, 0xcd, 0x89, 0x21, 0xb7, 0x5f, 0xb9, 0x6a,
+ 0x90, 0xb5, 0xf6, 0x0b, 0xe4, 0x5e, 0x2b, 0x32, 0xdc, 0x67, 0xa0, 0x84,
+ 0x2a, 0x2d, 0x97, 0xeb, 0x18, 0x95, 0xf6, 0xd3, 0x6b, 0x9d, 0x8a, 0xe7,
+ 0x0c, 0x3c, 0xea, 0x74, 0xdb, 0xcf, 0xb0, 0x75, 0x2a, 0x9e, 0x93, 0x70,
+ 0x46, 0xa5, 0xfd, 0x62, 0x9d, 0x4e, 0xc5, 0x7d, 0x1e, 0x1e, 0x75, 0xf0,
+ 0xe0, 0x46, 0x27, 0xb2, 0x23, 0xcf, 0xc3, 0x75, 0x12, 0xbe, 0x53, 0x71,
+ 0x46, 0x24, 0xda, 0x80, 0xb7, 0xbe, 0xb3, 0x71, 0x46, 0xa6, 0xbd, 0x7f,
+ 0xeb, 0x45, 0x85, 0x1e, 0xe9, 0xc7, 0x65, 0x4a, 0xa7, 0xa0, 0x59, 0x99,
+ 0x17, 0x63, 0x07, 0x19, 0xe8, 0xa3, 0x11, 0x5c, 0x43, 0xab, 0x8c, 0x3d,
+ 0x0b, 0x50, 0x61, 0xea, 0xfb, 0x2f, 0x69, 0x39, 0x46, 0xf9, 0xfc, 0xe5,
+ 0xb1, 0xb2, 0xf6, 0x5d, 0x51, 0xa7, 0xaf, 0xec, 0xf9, 0x14, 0x25, 0x3f,
+ 0xe2, 0x04, 0xf2, 0xdb, 0xf9, 0x55, 0x56, 0xb1, 0x8d, 0xe3, 0x72, 0xee,
+ 0x42, 0x0e, 0x8d, 0xf1, 0xd9, 0x75, 0xd6, 0xfd, 0x30, 0xbf, 0xcf, 0x2b,
+ 0x57, 0xa7, 0xf6, 0x69, 0xcb, 0x92, 0x4d, 0xac, 0xd1, 0x11, 0x09, 0x53,
+ 0x40, 0xe5, 0xbe, 0x2b, 0xc7, 0x70, 0x7b, 0x5f, 0x78, 0x57, 0x8e, 0xfb,
+ 0x46, 0xfa, 0x0b, 0xe8, 0x7f, 0x61, 0x01, 0x20, 0x09, 0xac, 0x03, 0x16,
+ 0x30, 0x38, 0xbc, 0xc3, 0x7c, 0x85, 0x8b, 0x0b, 0xe3, 0x42, 0x2f, 0x4a,
+ 0x3a, 0xde, 0x4a, 0xf2, 0x88, 0x4d, 0x4f, 0xaf, 0x64, 0x55, 0x17, 0xf9,
+ 0xe8, 0xee, 0x02, 0x1c, 0x93, 0x84, 0x3b, 0x96, 0xd5, 0xcd, 0x03, 0xe8,
+ 0xe6, 0x37, 0xa1, 0x62, 0xec, 0x80, 0x6d, 0x39, 0x5a, 0x3b, 0xac, 0x36,
+ 0xba, 0x66, 0xa3, 0xd5, 0xd7, 0x50, 0x21, 0x45, 0xcd, 0xd5, 0x5d, 0x59,
+ 0xd4, 0xac, 0xbd, 0x17, 0x78, 0xe8, 0x66, 0xc9, 0x0a, 0x6e, 0xee, 0x75,
+ 0xc3, 0x42, 0x17, 0x77, 0xa1, 0x72, 0x37, 0x3b, 0xff, 0x74, 0x99, 0x81,
+ 0x69, 0x27, 0x74, 0xb4, 0xa0, 0xe1, 0x32, 0xfd, 0x97, 0xb8, 0x51, 0x23,
+ 0x07, 0xea, 0x70, 0x3d, 0xd4, 0xd8, 0x46, 0x1d, 0x76, 0xd6, 0x43, 0x4d,
+ 0x1c, 0xa8, 0xe1, 0x7a, 0xa8, 0x5d, 0x07, 0x6a, 0xb4, 0x1e, 0x6a, 0xcf,
+ 0x81, 0x1a, 0xaf, 0x87, 0xda, 0x77, 0xa0, 0x26, 0xeb, 0xa1, 0x0e, 0x1c,
+ 0xa8, 0xdd, 0xf5, 0x50, 0x87, 0x0e, 0xd4, 0xde, 0x7a, 0xa8, 0xda, 0x15,
+ 0x44, 0x81, 0xdb, 0x5f, 0x13, 0xd7, 0x21, 0x4f, 0xc3, 0x35, 0xe5, 0x29,
+ 0x74, 0x08, 0xd4, 0xd0, 0x29, 0x50, 0xe8, 0xab, 0xe2, 0x4c, 0x9e, 0x1c,
+ 0xe1, 0x84, 0x48, 0xde, 0x2a, 0x33, 0xb8, 0xa0, 0xa8, 0x25, 0x5f, 0xa6,
+ 0x19, 0xf7, 0x76, 0xb1, 0x78, 0x98, 0x85, 0xd7, 0x0b, 0xf3, 0xc4, 0x97,
+ 0xe1, 0x3e, 0x87, 0xf4, 0xfb, 0x37, 0x76, 0x38, 0xe0, 0xfd, 0x3e, 0x5e,
+ 0xd6, 0x8f, 0x27, 0x13, 0xfa, 0x60, 0xca, 0x5b, 0x08, 0x1b, 0x61, 0xa7,
+ 0x45, 0x56, 0x08, 0x4d, 0x4b, 0x5a, 0x3c, 0x86, 0x1d, 0x59, 0xf6, 0xe4,
+ 0xae, 0x86, 0x5e, 0xcc, 0xf7, 0x6e, 0x8a, 0xfb, 0x0c, 0xec, 0xe6, 0x8e,
+ 0xb2, 0xed, 0x49, 0x5b, 0x47, 0x9e, 0x4c, 0xf6, 0x33, 0xa6, 0xc4, 0x7b,
+ 0xb0, 0xbb, 0xed, 0xd8, 0xd3, 0x22, 0x1d, 0xc3, 0xe5, 0x41, 0x63, 0x51,
+ 0x0c, 0x15, 0xab, 0xce, 0xf3, 0xa5, 0x41, 0xf3, 0xcd, 0xbf, 0xcd, 0xa5,
+ 0x41, 0x2e, 0x04, 0x4c, 0xfb, 0x70, 0xca, 0x40, 0xff, 0x59, 0x06, 0x7e,
+ 0x33, 0x32, 0x00, 0x13, 0x81, 0xe1, 0xe7, 0xc9, 0x67, 0xaf, 0x81, 0x58,
+ 0x39, 0xa7, 0xd4, 0x93, 0x42, 0x81, 0xd5, 0xf6, 0x7e, 0xa1, 0x22, 0x4b,
+ 0x4e, 0x32, 0x90, 0x2d, 0x97, 0xc8, 0xa8, 0xa7, 0x63, 0x96, 0x22, 0xcb,
+ 0xa9, 0xd4, 0xb8, 0x76, 0x9a, 0x8b, 0x38, 0x26, 0x0b, 0x1d, 0x7c, 0x46,
+ 0x2a, 0x30, 0x5f, 0x63, 0x65, 0xba, 0xda, 0xc4, 0xc6, 0xeb, 0x11, 0x39,
+ 0xd6, 0xf1, 0x28, 0x7c, 0x8e, 0xcc, 0xfc, 0xef, 0xbe, 0x8e, 0x47, 0xad,
+ 0xeb, 0x78, 0x14, 0x5a, 0x47, 0x8b, 0xea, 0x6a, 0x18, 0xb5, 0xaf, 0xe3,
+ 0x11, 0x1a, 0xec, 0xfd, 0xeb, 0x78, 0xd4, 0xba, 0x8e, 0xb3, 0xff, 0xb5,
+ 0x97, 0xdd, 0xba, 0x8e, 0x47, 0x51, 0xdc, 0x8e, 0xed, 0x59, 0xc7, 0xa3,
+ 0x28, 0x79, 0x9e, 0xc3, 0x7f, 0x23, 0x73, 0x78, 0xe4, 0x59, 0xc7, 0xa3,
+ 0xa8, 0xfb, 0x2c, 0x03, 0xbf, 0x19, 0x19, 0xf0, 0xad, 0xe3, 0x51, 0xd4,
+ 0xdb, 0x60, 0x1d, 0x8f, 0x7c, 0xeb, 0x78, 0x04, 0x89, 0xd5, 0xd7, 0x5d,
+ 0xc7, 0x23, 0xf7, 0x3a, 0x1e, 0xe1, 0xa5, 0xc6, 0xb5, 0xd6, 0xf1, 0xd8,
+ 0xb1, 0x8e, 0xc7, 0xd1, 0xf3, 0x05, 0x80, 0x7f, 0xf7, 0x75, 0x3c, 0x6e,
+ 0x5d, 0xc7, 0x63, 0x90, 0x65, 0xff, 0x6a, 0x18, 0xb7, 0xaf, 0xe3, 0x31,
+ 0x1e, 0x89, 0xf9, 0xd7, 0xf1, 0xb8, 0x75, 0x1d, 0x8f, 0xe3, 0x56, 0x5b,
+ 0x40, 0xdc, 0xbe, 0x8e, 0xc7, 0x71, 0xd8, 0x8e, 0xed, 0x59, 0xc7, 0xe3,
+ 0x38, 0x7a, 0x9e, 0xc3, 0x7f, 0x23, 0x73, 0x78, 0xec, 0x59, 0xc7, 0xe3,
+ 0x38, 0x7e, 0x96, 0x81, 0xdf, 0x8c, 0x0c, 0xf8, 0xd6, 0xf1, 0xb8, 0xd9,
+ 0x48, 0xaf, 0xb1, 0x8e, 0xc7, 0xbe, 0x75, 0x3c, 0xee, 0x76, 0xd6, 0x5f,
+ 0xc7, 0x63, 0xf7, 0x3a, 0x4e, 0x59, 0x2e, 0xd7, 0x5a, 0xc7, 0x13, 0xc7,
+ 0x3a, 0x9e, 0xf0, 0x39, 0xed, 0x79, 0x1d, 0xff, 0xf7, 0x5d, 0xc7, 0x93,
+ 0xd6, 0x75, 0x3c, 0x89, 0x5b, 0x6d, 0xdb, 0x49, 0xfb, 0x3a, 0x4e, 0x91,
+ 0xc3, 0xfd, 0xeb, 0x78, 0xd2, 0xba, 0x8e, 0x27, 0x71, 0xab, 0x2d, 0x20,
+ 0x69, 0x5f, 0xc7, 0x93, 0xd8, 0x17, 0xdc, 0x96, 0x63, 0x7b, 0xd6, 0x71,
+ 0x8c, 0x51, 0xfe, 0x3c, 0x87, 0xff, 0x26, 0xe6, 0xf0, 0xc4, 0xb3, 0x8e,
+ 0x27, 0x49, 0xf8, 0x2c, 0x03, 0xbf, 0x19, 0x19, 0xf0, 0xad, 0xe3, 0x49,
+ 0xb3, 0x91, 0x5e, 0x63, 0x1d, 0x4f, 0x7c, 0xeb, 0x78, 0xd2, 0x1d, 0xac,
+ 0xbf, 0x8e, 0x27, 0xee, 0x75, 0x3c, 0xc1, 0x2b, 0x35, 0xab, 0xd6, 0x71,
+ 0xf0, 0xf5, 0xb9, 0xce, 0xaf, 0x6f, 0x8a, 0x42, 0xf7, 0x81, 0xc2, 0x6a,
+ 0x50, 0xdc, 0xde, 0xd9, 0x9e, 0xac, 0x00, 0xd5, 0x3e, 0x12, 0xf7, 0x3e,
+ 0x38, 0xf2, 0x22, 0x4b, 0x3f, 0x39, 0x70, 0x23, 0x27, 0x6e, 0x47, 0xc7,
+ 0xbd, 0x2b, 0xa6, 0x56, 0x34, 0xcb, 0x88, 0xe2, 0xfd, 0xae, 0xc0, 0xad,
+ 0xc1, 0x85, 0xcc, 0x5b, 0x71, 0x58, 0x44, 0x96, 0x86, 0xdb, 0xb3, 0x8e,
+ 0x0d, 0xb5, 0x86, 0xe5, 0xc0, 0x81, 0x3c, 0x58, 0x0f, 0xb9, 0x2e, 0x1c,
+ 0x25, 0x63, 0x20, 0xce, 0x76, 0xe4, 0x9b, 0xc7, 0x05, 0x84, 0x3e, 0xb2,
+ 0x51, 0xa3, 0x95, 0xa8, 0xc0, 0x2e, 0x77, 0xa5, 0x21, 0x26, 0xe6, 0x3a,
+ 0xc8, 0xee, 0x4a, 0xb7, 0xb0, 0x8b, 0x5f, 0xb0, 0x79, 0x9b, 0x2e, 0x44,
+ 0x28, 0xda, 0xe3, 0xb2, 0x98, 0x85, 0x0e, 0x22, 0xc0, 0x36, 0x4c, 0x83,
+ 0x80, 0x92, 0xd6, 0x51, 0x13, 0x58, 0xa0, 0x77, 0xaa, 0x93, 0x50, 0x64,
+ 0x13, 0x42, 0x67, 0xc4, 0x8d, 0x09, 0xc5, 0x0e, 0x42, 0xd1, 0x53, 0x08,
+ 0x25, 0x0e, 0x42, 0xc9, 0x53, 0x08, 0x75, 0x1d, 0x84, 0x7a, 0x4f, 0x21,
+ 0xd4, 0x73, 0x10, 0x7a, 0x12, 0xb3, 0xfb, 0x36, 0xa1, 0xfe, 0x93, 0x98,
+ 0x3d, 0x70, 0x10, 0x7a, 0x12, 0xb3, 0x87, 0x0e, 0x42, 0x4f, 0x62, 0xb6,
+ 0xee, 0xc8, 0xc4, 0x29, 0x3d, 0x89, 0xdb, 0xa1, 0x43, 0xb6, 0xfb, 0x4f,
+ 0x62, 0x77, 0xe8, 0x10, 0xee, 0xc1, 0x93, 0xf8, 0x1d, 0x3a, 0xa4, 0x7b,
+ 0xf0, 0x24, 0x86, 0x87, 0x0e, 0xf1, 0x1e, 0x3c, 0x8d, 0xe3, 0x0e, 0xf9,
+ 0x1e, 0x3c, 0x8d, 0xe3, 0x0e, 0x01, 0x1f, 0x3c, 0x8d, 0xe3, 0x0e, 0x09,
+ 0x1f, 0x3e, 0x8d, 0xe3, 0x0e, 0x11, 0x1f, 0x6e, 0xcc, 0xf1, 0xab, 0xc2,
+ 0x21, 0x4c, 0xc3, 0x8d, 0xd9, 0x7d, 0x55, 0x38, 0x24, 0x69, 0xb8, 0x31,
+ 0xaf, 0xaf, 0x0a, 0x87, 0x18, 0x0d, 0x37, 0x66, 0xf4, 0x55, 0x61, 0xcb,
+ 0x10, 0x45, 0x34, 0xdb, 0x90, 0x8c, 0x2d, 0x40, 0xbd, 0xce, 0x13, 0x58,
+ 0x6c, 0x4b, 0x0f, 0x45, 0x44, 0xdb, 0x90, 0x8c, 0x2d, 0x3a, 0xbd, 0xce,
+ 0x13, 0x58, 0x6c, 0xcb, 0x0d, 0xc5, 0x54, 0xdb, 0x90, 0x8c, 0x3d, 0x31,
+ 0xf6, 0xc2, 0x27, 0xb0, 0xd8, 0x31, 0x2d, 0x52, 0x58, 0xb6, 0x4d, 0xe9,
+ 0xd8, 0x72, 0xdc, 0x0b, 0x9f, 0xc0, 0x64, 0xc7, 0x94, 0x48, 0xa1, 0xdd,
+ 0x36, 0xa5, 0x63, 0x4b, 0x72, 0x2f, 0x7c, 0x02, 0x9b, 0x1d, 0xd3, 0x21,
+ 0x85, 0x87, 0xdb, 0x94, 0x8e, 0x43, 0x96, 0xa3, 0xa7, 0xf0, 0xd9, 0x21,
+ 0xcc, 0xd1, 0x53, 0xf8, 0xec, 0x90, 0xe6, 0xe8, 0x29, 0x7c, 0x76, 0x88,
+ 0x73, 0xb4, 0x82, 0xcf, 0x4c, 0x2f, 0x3f, 0x48, 0x67, 0xe7, 0x77, 0x69,
+ 0x95, 0x5d, 0x64, 0x55, 0x31, 0xbd, 0xcf, 0x1c, 0xd7, 0xa8, 0xa3, 0x1e,
+ 0x1e, 0xb9, 0xd0, 0x35, 0xea, 0x6e, 0x47, 0xf7, 0xdc, 0x45, 0xc5, 0x73,
+ 0x3c, 0x19, 0x15, 0x87, 0xd9, 0x34, 0xb5, 0xed, 0x34, 0x3d, 0x3c, 0x6f,
+ 0xb1, 0xa2, 0x0c, 0xc0, 0xf8, 0x08, 0x5f, 0xa4, 0x23, 0x1f, 0x52, 0xd4,
+ 0x86, 0xc4, 0xf6, 0x77, 0x65, 0xed, 0xc3, 0x74, 0x06, 0x35, 0x88, 0x04,
+ 0xe6, 0x43, 0x5e, 0x8f, 0xee, 0xec, 0x98, 0x0c, 0x0c, 0x4f, 0x09, 0x6a,
+ 0xb0, 0x22, 0x98, 0x6a, 0x3a, 0x12, 0xb7, 0x31, 0x5b, 0xc8, 0x75, 0xd7,
+ 0x26, 0x37, 0x29, 0xca, 0xb1, 0x30, 0x19, 0x5e, 0xce, 0xd2, 0xe9, 0x14,
+ 0xef, 0xc6, 0xef, 0x97, 0x6c, 0xdb, 0x72, 0x5e, 0xe4, 0x73, 0x7b, 0x0b,
+ 0x80, 0x81, 0xff, 0xc8, 0x8b, 0x5a, 0xeb, 0xd1, 0x5e, 0x17, 0x7a, 0x94,
+ 0x42, 0x14, 0x1c, 0xe2, 0x16, 0xfc, 0xea, 0x8e, 0x55, 0xd4, 0xdc, 0xb6,
+ 0xf1, 0x0a, 0x5a, 0xc6, 0x37, 0x7e, 0xa1, 0x7d, 0x31, 0x59, 0x30, 0x89,
+ 0x38, 0x2d, 0x6e, 0xec, 0xeb, 0xf9, 0x0c, 0x6b, 0x88, 0xbb, 0x65, 0xf6,
+ 0xed, 0xf5, 0x28, 0xd5, 0xe2, 0x0b, 0xb0, 0x3d, 0x85, 0x82, 0x6e, 0xb2,
+ 0x83, 0x1b, 0xdd, 0x22, 0x2d, 0xaa, 0x0e, 0x66, 0x51, 0xe1, 0xa6, 0x00,
+ 0xca, 0xa2, 0x41, 0x0f, 0xfc, 0x43, 0xa4, 0x7e, 0x88, 0xb6, 0x91, 0xf4,
+ 0x39, 0x32, 0xc5, 0x51, 0x31, 0xb0, 0xe8, 0x68, 0xa9, 0x6f, 0xf4, 0x2a,
+ 0x9d, 0xe5, 0xf3, 0xbd, 0xf9, 0xad, 0x9d, 0xe5, 0x8a, 0x21, 0x46, 0xad,
+ 0x88, 0xe7, 0xcb, 0xd9, 0xe2, 0x43, 0x31, 0x5d, 0x6a, 0x99, 0x72, 0x78,
+ 0x37, 0xe0, 0xce, 0x77, 0x34, 0x72, 0x77, 0x03, 0x20, 0x37, 0xa9, 0x76,
+ 0x7c, 0x85, 0x9b, 0x09, 0x7b, 0x8c, 0xc2, 0xf3, 0xf1, 0xb9, 0xa3, 0x58,
+ 0xec, 0xb9, 0xd7, 0x74, 0xcf, 0xd7, 0x53, 0x32, 0xc3, 0x3c, 0xb1, 0x31,
+ 0x71, 0xbf, 0x8b, 0x98, 0xaf, 0xa1, 0x0f, 0xa1, 0xd4, 0xdd, 0xce, 0xd1,
+ 0x2b, 0x69, 0x67, 0xe8, 0xec, 0x02, 0x85, 0x2e, 0x52, 0xb8, 0x82, 0x9b,
+ 0x81, 0x6c, 0x90, 0x8d, 0x52, 0xdb, 0xee, 0x2b, 0xe3, 0x17, 0xbe, 0xd6,
+ 0x33, 0x04, 0x09, 0x5b, 0x03, 0x0f, 0xe0, 0x76, 0x5d, 0xa6, 0x0f, 0xd7,
+ 0x05, 0x9a, 0x90, 0x8c, 0x24, 0xdd, 0x8c, 0xc2, 0xb3, 0x07, 0xc1, 0xbf,
+ 0xf1, 0xc9, 0x83, 0x2d, 0x00, 0x91, 0x25, 0x00, 0xcf, 0xae, 0xa0, 0xbf,
+ 0x29, 0x01, 0x88, 0x2d, 0x01, 0x78, 0xbe, 0xd3, 0xf3, 0x9b, 0x12, 0x80,
+ 0xc4, 0x14, 0x00, 0x1e, 0xbe, 0xfe, 0x59, 0x00, 0xfe, 0x2d, 0x05, 0xe0,
+ 0x36, 0x4b, 0x4b, 0xbc, 0x90, 0xeb, 0xd8, 0x8c, 0x9a, 0xb6, 0x5e, 0x4d,
+ 0xc1, 0x8f, 0x1a, 0x54, 0xc7, 0xfe, 0xd3, 0xb4, 0xee, 0xfa, 0x50, 0x1d,
+ 0x5b, 0x4e, 0xd3, 0x9e, 0xeb, 0x43, 0x75, 0xec, 0x32, 0x4d, 0x0b, 0xae,
+ 0x0f, 0xd5, 0xb1, 0xb1, 0x34, 0x6d, 0xb6, 0x3e, 0x54, 0xc7, 0x5e, 0xd2,
+ 0xb4, 0xd2, 0xfa, 0x50, 0x1d, 0xdb, 0x47, 0xd3, 0x2e, 0xeb, 0x43, 0x75,
+ 0xec, 0x18, 0x4d, 0x43, 0xac, 0x81, 0x7a, 0x7f, 0x5f, 0x37, 0x6a, 0x2d,
+ 0xee, 0xc1, 0xce, 0xec, 0xe3, 0x91, 0x1e, 0xda, 0x60, 0x67, 0x6e, 0xed,
+ 0x30, 0x1d, 0x95, 0x7c, 0x14, 0xe3, 0xb6, 0xd3, 0x46, 0x46, 0xb3, 0xeb,
+ 0xd8, 0x99, 0x86, 0x39, 0x5d, 0x7e, 0xa6, 0x83, 0xc1, 0xd0, 0x17, 0x0e,
+ 0x29, 0xc2, 0x00, 0x6a, 0xcf, 0xe1, 0x90, 0xec, 0xac, 0xf2, 0x82, 0x71,
+ 0x76, 0x24, 0xa4, 0x88, 0x22, 0xbe, 0x79, 0xa2, 0x0f, 0xa9, 0xa8, 0xce,
+ 0x20, 0x48, 0x51, 0xcf, 0x95, 0xe1, 0xa1, 0xb3, 0xa3, 0x44, 0x1d, 0x52,
+ 0x69, 0x58, 0x81, 0x8b, 0x22, 0x8c, 0x8d, 0xb6, 0x6e, 0xf1, 0x36, 0x7a,
+ 0xdf, 0xc8, 0xd0, 0xd0, 0x52, 0x7c, 0xe4, 0x15, 0x1b, 0x0c, 0x10, 0xf6,
+ 0x2c, 0x36, 0x3e, 0xb1, 0x89, 0x5c, 0x62, 0xd3, 0x1a, 0x0b, 0x4d, 0x45,
+ 0x75, 0x8b, 0x4d, 0xdf, 0x91, 0x73, 0xc2, 0xdb, 0x6f, 0x0e, 0xb1, 0xc1,
+ 0xc0, 0x67, 0xeb, 0x16, 0xef, 0x40, 0x77, 0xa4, 0x96, 0xf0, 0x14, 0x1f,
+ 0xfb, 0xc5, 0x26, 0x7a, 0x16, 0x9b, 0x16, 0xb1, 0x89, 0x9d, 0x62, 0xd3,
+ 0x16, 0xeb, 0x4c, 0x45, 0xf5, 0x88, 0x8d, 0x23, 0x5d, 0x86, 0xb7, 0xdf,
+ 0x5c, 0x62, 0x13, 0xaf, 0x23, 0x36, 0xb1, 0x57, 0x6c, 0x92, 0xb5, 0xc5,
+ 0x26, 0xf1, 0x8b, 0xcd, 0x73, 0xda, 0x8d, 0x36, 0xb1, 0x49, 0x9c, 0x62,
+ 0xd3, 0x96, 0x75, 0x43, 0x45, 0xf5, 0x88, 0x8d, 0x2b, 0x84, 0x93, 0xaf,
+ 0xdf, 0x5c, 0x62, 0xd3, 0x96, 0x70, 0xc3, 0x2c, 0xde, 0x81, 0xee, 0x08,
+ 0xdb, 0x64, 0x14, 0x3f, 0x2a, 0xcf, 0xf3, 0xb9, 0x69, 0x28, 0xe9, 0x3f,
+ 0x27, 0xdb, 0xf8, 0x77, 0xde, 0x26, 0x65, 0xf5, 0xcd, 0x19, 0x65, 0x44,
+ 0x3f, 0x2f, 0x2a, 0xe2, 0xb4, 0x69, 0x25, 0xee, 0xf7, 0xc4, 0x5d, 0x1b,
+ 0xeb, 0x28, 0x84, 0x07, 0xb6, 0x82, 0x6c, 0x1b, 0x7a, 0x2e, 0x77, 0x81,
+ 0xd9, 0x17, 0x6a, 0xb8, 0x12, 0x6e, 0x45, 0x24, 0x1b, 0x9e, 0x2c, 0x33,
+ 0x99, 0x25, 0x06, 0xe6, 0x9a, 0xa2, 0x74, 0x1c, 0x64, 0xf4, 0x79, 0xb2,
+ 0x0d, 0x3c, 0xc8, 0xd8, 0xbb, 0xa9, 0x8a, 0xe9, 0xb2, 0x46, 0x97, 0x3b,
+ 0xf4, 0xfd, 0x83, 0x1f, 0x87, 0xf9, 0x64, 0x92, 0x95, 0xd9, 0xbc, 0xce,
+ 0xc9, 0xc5, 0x51, 0x04, 0xcb, 0x7f, 0x31, 0x62, 0xbc, 0xf8, 0xc4, 0x78,
+ 0x70, 0xb2, 0x77, 0xb0, 0xf0, 0xb7, 0x0d, 0x0e, 0x14, 0x16, 0x14, 0x87,
+ 0xd9, 0x70, 0x69, 0x82, 0x3a, 0x4e, 0x97, 0xe9, 0x61, 0x7e, 0x9b, 0xd7,
+ 0xe9, 0x14, 0x33, 0xe3, 0xb1, 0xf1, 0x51, 0x99, 0xa6, 0xe4, 0xbe, 0x12,
+ 0xb1, 0xff, 0xfb, 0x26, 0xe8, 0x73, 0x54, 0xce, 0x1a, 0xbd, 0x7d, 0x87,
+ 0x87, 0xfd, 0x3f, 0xab, 0x72, 0xa6, 0x09, 0xae, 0xdf, 0x77, 0x4c, 0x2d,
+ 0xff, 0xac, 0xca, 0x99, 0xe6, 0xa1, 0x7e, 0xdf, 0x61, 0x20, 0xfe, 0x67,
+ 0x55, 0xae, 0x6b, 0x55, 0xee, 0x9f, 0x95, 0x14, 0xd2, 0x51, 0xb9, 0x9e,
+ 0x59, 0xb9, 0xc1, 0xbf, 0xd0, 0x80, 0xe8, 0x5b, 0x95, 0xfb, 0x17, 0x1a,
+ 0x10, 0x03, 0xab, 0x72, 0xff, 0xac, 0x01, 0xb1, 0x77, 0x7a, 0x09, 0x11,
+ 0xcc, 0xcf, 0xcf, 0x94, 0x19, 0xf2, 0x92, 0xd7, 0xa9, 0x27, 0x8f, 0xde,
+ 0x43, 0x75, 0x0a, 0xc7, 0xf9, 0x11, 0xf0, 0xd2, 0xcf, 0x6e, 0xbc, 0xc1,
+ 0x4a, 0xbc, 0xc3, 0x25, 0xda, 0x79, 0xec, 0x80, 0x7e, 0x7d, 0xf4, 0xc3,
+ 0xb2, 0x02, 0x7e, 0x0a, 0xcc, 0x7c, 0x0e, 0x2a, 0xa4, 0x82, 0x44, 0x73,
+ 0x39, 0x5a, 0x01, 0xb4, 0x84, 0x4e, 0x43, 0xa5, 0x30, 0x37, 0x4a, 0x6c,
+ 0xa2, 0x84, 0x1d, 0x3c, 0xfe, 0x4c, 0xa7, 0x15, 0x2b, 0x06, 0x56, 0xb5,
+ 0xfd, 0xac, 0x7e, 0xc8, 0x32, 0xc7, 0xd2, 0xa1, 0x04, 0x6b, 0x33, 0x5a,
+ 0xc7, 0x90, 0x8f, 0xea, 0x1b, 0xff, 0x82, 0xaa, 0xc4, 0x6a, 0x33, 0x30,
+ 0x99, 0x50, 0xd4, 0xe9, 0x1c, 0x02, 0xeb, 0x9b, 0x01, 0xfc, 0x04, 0xaa,
+ 0xf3, 0xc4, 0x16, 0x71, 0x1f, 0xf2, 0x71, 0x76, 0x93, 0xce, 0xc7, 0x70,
+ 0x64, 0xfc, 0x36, 0xcd, 0x5d, 0xe5, 0xf6, 0xcd, 0x33, 0xf7, 0x88, 0x07,
+ 0xa1, 0xc7, 0x74, 0x0b, 0x97, 0x0c, 0x1a, 0x74, 0x06, 0xd3, 0x20, 0xd6,
+ 0xd7, 0xdc, 0xbe, 0xf0, 0xc8, 0x36, 0xe1, 0xe7, 0xb5, 0x10, 0xbe, 0x10,
+ 0xfe, 0x49, 0x80, 0xc9, 0x10, 0x7f, 0x70, 0x6f, 0x6c, 0x9f, 0xf5, 0x63,
+ 0x8c, 0x64, 0xe7, 0x55, 0x19, 0x86, 0xc4, 0x18, 0xe5, 0xc6, 0xf1, 0x5d,
+ 0x93, 0x65, 0x38, 0x10, 0xc0, 0x1f, 0xcd, 0x87, 0x0e, 0x34, 0xae, 0x64,
+ 0x4b, 0x55, 0x05, 0xfe, 0x46, 0xa0, 0xab, 0x70, 0x91, 0x83, 0x1c, 0xde,
+ 0xa5, 0x88, 0x92, 0x08, 0x19, 0x65, 0x1d, 0x21, 0x39, 0x07, 0x1d, 0x47,
+ 0xac, 0x0d, 0x5e, 0x36, 0x37, 0x3e, 0x66, 0xce, 0xd4, 0x1a, 0x0c, 0x73,
+ 0x7d, 0x37, 0x0e, 0xd1, 0x5f, 0x1a, 0x99, 0x4b, 0x4e, 0x46, 0x71, 0xdf,
+ 0xa0, 0x4d, 0x0a, 0xe0, 0x1e, 0xbf, 0x3f, 0x3b, 0xa2, 0x2c, 0xb8, 0xec,
+ 0x15, 0x1b, 0xfc, 0x7b, 0xef, 0x7e, 0xc2, 0x1b, 0x07, 0x47, 0x67, 0xc1,
+ 0x1f, 0x5f, 0x5d, 0x66, 0x65, 0x9e, 0x55, 0xfc, 0x2d, 0x44, 0x0f, 0x95,
+ 0x53, 0x01, 0x6b, 0x36, 0x28, 0x78, 0x8e, 0x66, 0x36, 0x8a, 0x9d, 0xe9,
+ 0xeb, 0xbf, 0x58, 0x0b, 0xbf, 0xef, 0xc5, 0xb7, 0x67, 0x3b, 0x68, 0xa6,
+ 0xaa, 0x3c, 0x71, 0x12, 0x83, 0xb5, 0xf9, 0xe5, 0x21, 0x19, 0x59, 0x24,
+ 0x87, 0x5f, 0x4a, 0x32, 0x36, 0x49, 0x86, 0x9d, 0x2f, 0x25, 0x99, 0x58,
+ 0x24, 0xc3, 0x2f, 0x25, 0xd9, 0xb5, 0x48, 0x46, 0x5f, 0x4a, 0xb2, 0x67,
+ 0x91, 0x8c, 0xbf, 0x94, 0x64, 0xdf, 0x22, 0xb9, 0xfe, 0x08, 0xf1, 0x90,
+ 0x1c, 0x58, 0x24, 0xd7, 0x77, 0x76, 0x2a, 0xf2, 0x29, 0x5c, 0x8e, 0xa2,
+ 0xfd, 0xc6, 0x35, 0xdc, 0xd9, 0x39, 0xb8, 0x56, 0xf7, 0xea, 0x97, 0xb8,
+ 0x59, 0xc6, 0x50, 0xed, 0x32, 0x3f, 0xa0, 0x3c, 0x84, 0xc0, 0xe4, 0xa6,
+ 0x11, 0x09, 0xb8, 0x8b, 0x50, 0x64, 0x13, 0x8a, 0x3a, 0x4f, 0x21, 0x14,
+ 0x3b, 0x08, 0x25, 0x9b, 0x11, 0x62, 0x1b, 0xab, 0x1c, 0xd6, 0x92, 0x51,
+ 0xa6, 0xb5, 0xef, 0x57, 0x4e, 0x0d, 0x66, 0xf4, 0xf7, 0x77, 0x33, 0xe3,
+ 0x88, 0x25, 0x12, 0x46, 0x01, 0x3f, 0xb1, 0xc8, 0x26, 0x86, 0xf6, 0xb0,
+ 0x27, 0x11, 0x8b, 0x1d, 0xc4, 0x7a, 0x1b, 0x11, 0xbb, 0xc9, 0xd3, 0x8a,
+ 0x53, 0xd4, 0xaf, 0x97, 0x12, 0x35, 0xb4, 0x95, 0x09, 0x6a, 0x2b, 0x89,
+ 0xa5, 0xe3, 0x91, 0xdb, 0x5c, 0x36, 0x78, 0x36, 0x97, 0x39, 0xcc, 0x65,
+ 0xb0, 0x81, 0x5f, 0x67, 0x30, 0xa1, 0xdd, 0xac, 0x55, 0x74, 0x9d, 0x94,
+ 0x1c, 0xa3, 0xa9, 0x1b, 0x3d, 0x89, 0x92, 0x63, 0x38, 0x75, 0x57, 0x0e,
+ 0x70, 0x83, 0x52, 0xfb, 0x78, 0xea, 0x75, 0x56, 0x48, 0xad, 0x9f, 0x9a,
+ 0x63, 0x40, 0xe1, 0x21, 0xf3, 0xd3, 0xa8, 0x39, 0x46, 0x54, 0x6f, 0xd5,
+ 0x58, 0x37, 0xa8, 0xad, 0x18, 0x52, 0xfd, 0xa8, 0x7d, 0x48, 0x19, 0xd4,
+ 0xfc, 0x63, 0xaa, 0xdf, 0x7b, 0x1e, 0x53, 0xb6, 0x09, 0x7a, 0x76, 0x93,
+ 0x33, 0x95, 0x74, 0x9d, 0x61, 0x25, 0x8e, 0xa9, 0xfd, 0x22, 0xec, 0x23,
+ 0xe6, 0x18, 0x59, 0x83, 0x95, 0xcb, 0x8b, 0x8f, 0x98, 0x63, 0x70, 0x0d,
+ 0x56, 0x0e, 0x78, 0x9b, 0x58, 0xfb, 0xf8, 0x1a, 0xae, 0x5a, 0x62, 0x5a,
+ 0x09, 0x3a, 0x86, 0xd8, 0x70, 0xd5, 0x32, 0xd3, 0x4a, 0xd0, 0x1e, 0x65,
+ 0xc3, 0xce, 0xaa, 0x19, 0xc0, 0x26, 0xd8, 0x3e, 0xd0, 0x86, 0x9d, 0xa4,
+ 0x7d, 0xa0, 0xd9, 0x04, 0xbd, 0x63, 0x6d, 0xc8, 0xd5, 0xec, 0xe7, 0xb1,
+ 0xa6, 0x8e, 0xb5, 0x51, 0x31, 0xc3, 0x4b, 0xdc, 0x05, 0xf8, 0x83, 0x8c,
+ 0x30, 0x15, 0x89, 0x92, 0x34, 0xda, 0x3b, 0xf0, 0x30, 0x83, 0x4d, 0xbb,
+ 0x78, 0xaf, 0x45, 0xd9, 0x1e, 0x85, 0xc3, 0xd5, 0x6a, 0xe7, 0x5a, 0x94,
+ 0xed, 0x21, 0x39, 0x5c, 0xad, 0x87, 0xae, 0xa0, 0xdc, 0x3a, 0x3e, 0x87,
+ 0xd1, 0xaa, 0x15, 0x6b, 0x7d, 0xea, 0xf6, 0x60, 0x1d, 0xae, 0xd4, 0x56,
+ 0xd7, 0xa7, 0xee, 0x18, 0xb9, 0x2b, 0xd5, 0xd7, 0x15, 0xd4, 0x57, 0x0c,
+ 0x63, 0x4d, 0xa1, 0xdd, 0x9c, 0xba, 0x7f, 0x4c, 0x2b, 0x81, 0x44, 0x9e,
+ 0xc7, 0xb4, 0x18, 0xd3, 0xb5, 0xb4, 0xec, 0x4c, 0xb3, 0x5a, 0x9c, 0x2e,
+ 0xf9, 0x18, 0xf8, 0xac, 0xd4, 0xaf, 0x35, 0x29, 0xae, 0x62, 0x63, 0xf7,
+ 0x99, 0x8d, 0x16, 0x1b, 0x8d, 0x64, 0xb8, 0x27, 0x64, 0xd7, 0xb5, 0x4c,
+ 0x68, 0xc3, 0x44, 0x8f, 0x63, 0xd8, 0x6d, 0x6c, 0xb2, 0xbe, 0x74, 0xba,
+ 0x0e, 0x1a, 0x7d, 0x8b, 0x46, 0x48, 0xee, 0x8a, 0x18, 0xb0, 0xa4, 0x98,
+ 0x65, 0xac, 0x13, 0x28, 0x94, 0xca, 0xb9, 0x15, 0x83, 0x6b, 0x98, 0x3c,
+ 0xfb, 0xc1, 0xff, 0x1b, 0x9f, 0xef, 0x2b, 0x12, 0x80, 0xd7, 0xfa, 0xce,
+ 0xb3, 0xf2, 0x0f, 0x9a, 0x25, 0x97, 0x84, 0x00, 0x6f, 0x66, 0xb9, 0xef,
+ 0x52, 0x2d, 0xf2, 0x64, 0x56, 0x54, 0xb9, 0x43, 0x72, 0xba, 0xcd, 0x51,
+ 0xda, 0x73, 0xaa, 0xfa, 0xe7, 0x54, 0xf5, 0xf4, 0xe7, 0x39, 0x55, 0x3d,
+ 0xfd, 0x79, 0x4e, 0x55, 0xbf, 0x4e, 0xaa, 0x7a, 0x9c, 0x5d, 0xf2, 0xaa,
+ 0x70, 0xcd, 0x2e, 0xc9, 0xf3, 0xec, 0xf2, 0x3c, 0xbb, 0x3c, 0xcf, 0x2e,
+ 0xcf, 0xb3, 0x0b, 0xfd, 0x79, 0xe2, 0xec, 0x52, 0x8d, 0x3e, 0xb9, 0x26,
+ 0x97, 0xde, 0xf3, 0xe4, 0xf2, 0x3c, 0xb9, 0x3c, 0x4f, 0x2e, 0xcf, 0x93,
+ 0x0b, 0xfd, 0x79, 0xda, 0xe4, 0xd2, 0xf5, 0x6d, 0x8c, 0x06, 0xcf, 0xb3,
+ 0xcb, 0xf3, 0xec, 0xf2, 0x3c, 0xbb, 0x3c, 0xcf, 0x2e, 0xf4, 0xe7, 0xa9,
+ 0xb3, 0x8b, 0x7b, 0x63, 0xa4, 0xc4, 0x2d, 0x78, 0x9e, 0x5d, 0x9e, 0x67,
+ 0x17, 0xfa, 0xf3, 0x3c, 0xbb, 0xd0, 0x9f, 0xe7, 0xd9, 0x65, 0xdd, 0xd9,
+ 0xc5, 0xbd, 0x31, 0xea, 0x3d, 0xdb, 0x74, 0x9f, 0x27, 0x97, 0xe7, 0xc9,
+ 0xe5, 0x79, 0x72, 0xf9, 0xa2, 0xc9, 0xa5, 0xe7, 0xd9, 0x18, 0xf5, 0x9e,
+ 0x6d, 0xba, 0xcf, 0xb3, 0xcb, 0xf3, 0xec, 0xf2, 0x3c, 0xbb, 0x7c, 0xe1,
+ 0xec, 0xe2, 0xd9, 0x18, 0x3d, 0x1b, 0x75, 0x9f, 0x67, 0x97, 0xe7, 0xd9,
+ 0xe5, 0x79, 0x76, 0xf9, 0xb2, 0xd9, 0xc5, 0xb3, 0x31, 0x7a, 0xb6, 0xe9,
+ 0x3e, 0x4f, 0x2e, 0xcf, 0x93, 0xcb, 0xf3, 0xe4, 0xf2, 0xf4, 0xc9, 0x65,
+ 0x94, 0xce, 0x2f, 0xa7, 0x59, 0xb6, 0x38, 0xcf, 0xca, 0xbc, 0x18, 0x3b,
+ 0xc2, 0x56, 0x0e, 0x31, 0x58, 0xa7, 0x1e, 0xb6, 0x32, 0xec, 0x34, 0x57,
+ 0xf4, 0xf3, 0xb2, 0x5e, 0xf2, 0xbb, 0xb0, 0x55, 0x78, 0x9d, 0x8f, 0x6d,
+ 0x67, 0xf3, 0xbe, 0x16, 0x63, 0x0a, 0x9c, 0x41, 0xe3, 0xde, 0xa0, 0xdf,
+ 0x19, 0xc2, 0x6d, 0x63, 0x17, 0x8d, 0x9b, 0xc7, 0xda, 0x0e, 0x32, 0x30,
+ 0xc4, 0x10, 0x9c, 0x2a, 0x95, 0xbe, 0x07, 0x3b, 0x87, 0xd0, 0x3f, 0x55,
+ 0xe6, 0xf0, 0x6b, 0xed, 0xf7, 0xd7, 0x23, 0x51, 0xe7, 0xb3, 0xac, 0x58,
+ 0xba, 0x08, 0x0c, 0x76, 0xf4, 0x8b, 0xfc, 0x22, 0xe6, 0x90, 0x4d, 0x63,
+ 0x9c, 0x4d, 0xd2, 0xe5, 0xb4, 0xfe, 0x00, 0x81, 0xaf, 0x1c, 0x84, 0x86,
+ 0x46, 0x4d, 0x9c, 0xac, 0x88, 0x9c, 0xec, 0x1c, 0x98, 0x6e, 0x91, 0xad,
+ 0xec, 0x8c, 0x3c, 0xec, 0x1c, 0x98, 0x81, 0x22, 0x9c, 0xbc, 0x88, 0xda,
+ 0xd8, 0x39, 0x30, 0x23, 0x46, 0x78, 0x48, 0x78, 0xd9, 0x39, 0xe8, 0xad,
+ 0xc9, 0xce, 0x68, 0x05, 0x3b, 0x07, 0x66, 0xc7, 0x3a, 0x59, 0x11, 0xbb,
+ 0xd9, 0x39, 0xd8, 0x84, 0x9d, 0xb1, 0x87, 0x9d, 0x43, 0x53, 0xc6, 0x9d,
+ 0xbc, 0x88, 0xdb, 0xd8, 0x89, 0x61, 0x3f, 0xd6, 0x20, 0xe1, 0x65, 0xa7,
+ 0x88, 0xfd, 0xb1, 0x92, 0x9d, 0xf1, 0x0a, 0x76, 0x5a, 0xa1, 0x40, 0x9c,
+ 0xac, 0x48, 0x9c, 0xec, 0x1c, 0x9a, 0xc3, 0xb4, 0x95, 0x9d, 0x89, 0x93,
+ 0x9d, 0x71, 0xa7, 0x63, 0xca, 0xb8, 0x93, 0x17, 0x89, 0x9f, 0x9d, 0x31,
+ 0x66, 0x80, 0x58, 0x87, 0x84, 0x87, 0x9d, 0x8c, 0x80, 0x19, 0xb5, 0xc3,
+ 0xc7, 0xce, 0xa4, 0x95, 0x9d, 0x8c, 0x90, 0xd9, 0xb1, 0x4e, 0x56, 0x74,
+ 0x1d, 0xec, 0x64, 0xb8, 0xe6, 0x30, 0x6d, 0x65, 0x67, 0xd7, 0xc7, 0x4e,
+ 0x53, 0xc6, 0x9d, 0xbc, 0xe8, 0xb6, 0xb2, 0xd3, 0x9c, 0xb1, 0x3c, 0x24,
+ 0xbc, 0xec, 0x0c, 0x3b, 0x6b, 0xb2, 0xb3, 0xbb, 0x82, 0x9d, 0xa1, 0xd9,
+ 0xb1, 0x4e, 0x56, 0xf4, 0x9c, 0xec, 0x0c, 0xcd, 0x61, 0xda, 0xca, 0xce,
+ 0x9e, 0x87, 0x9d, 0xe1, 0x5a, 0x4b, 0x51, 0xaf, 0x8d, 0x9d, 0xe1, 0x5a,
+ 0x4b, 0x51, 0xaf, 0x85, 0x9d, 0xeb, 0x2e, 0x45, 0xbd, 0x55, 0xec, 0x5c,
+ 0x6b, 0x29, 0xea, 0x3b, 0xd9, 0xa9, 0x07, 0x8b, 0x5d, 0xc5, 0xce, 0xbe,
+ 0x87, 0x9d, 0xd1, 0x5a, 0x4b, 0x51, 0xbf, 0x8d, 0x9d, 0xd1, 0x5a, 0x4b,
+ 0x51, 0xdf, 0xcf, 0xce, 0x68, 0xdd, 0xa5, 0xa8, 0xbf, 0x82, 0x9d, 0xd1,
+ 0x5a, 0x4b, 0xd1, 0xc0, 0xcd, 0xce, 0x8d, 0x96, 0xa2, 0x81, 0x87, 0x9d,
+ 0xb1, 0x29, 0xe3, 0x4e, 0x5e, 0x0c, 0xda, 0xd8, 0x19, 0xaf, 0xb5, 0x14,
+ 0x0d, 0xfc, 0xec, 0x8c, 0xd7, 0x5d, 0x8a, 0x06, 0x2b, 0xd8, 0x19, 0x3b,
+ 0x97, 0xa2, 0x71, 0x3d, 0x3a, 0x28, 0xe6, 0x75, 0x59, 0x4c, 0xaf, 0x17,
+ 0x6c, 0x62, 0x69, 0xa2, 0xed, 0x5c, 0x72, 0x2c, 0x32, 0xba, 0x75, 0x60,
+ 0x5f, 0x2c, 0x2e, 0xa5, 0x14, 0xf3, 0x29, 0x64, 0x10, 0x86, 0x4c, 0xd5,
+ 0x45, 0x99, 0x6d, 0x9b, 0x34, 0x62, 0x8b, 0x46, 0x7f, 0x63, 0x1a, 0x7d,
+ 0x8b, 0xc6, 0x60, 0x63, 0x1a, 0x03, 0x8b, 0xc6, 0x70, 0x53, 0x1a, 0xa1,
+ 0xc5, 0x0f, 0x7e, 0x2b, 0x73, 0x13, 0x1a, 0x16, 0x3f, 0x78, 0x7a, 0xf0,
+ 0x4d, 0x68, 0x58, 0xfc, 0x48, 0xa2, 0x8d, 0x69, 0x58, 0xfc, 0x48, 0xe2,
+ 0x4d, 0x69, 0xf4, 0x7b, 0x16, 0x8d, 0x64, 0x63, 0x1a, 0x76, 0x3d, 0xba,
+ 0x1b, 0xd3, 0x18, 0x5a, 0x34, 0x36, 0x96, 0xd3, 0xa1, 0xcd, 0xd3, 0x8d,
+ 0xe5, 0x74, 0x68, 0xb7, 0x65, 0x53, 0x39, 0x8d, 0x63, 0x9b, 0xa7, 0x9b,
+ 0xc9, 0xe9, 0x28, 0x9d, 0xbd, 0x2b, 0x2e, 0xf3, 0x5b, 0x08, 0x1a, 0x66,
+ 0x50, 0xea, 0x6e, 0x26, 0xad, 0x8c, 0xd2, 0xe5, 0xe3, 0x7c, 0x84, 0x17,
+ 0xcc, 0x2a, 0x8b, 0xd6, 0xa6, 0x52, 0xdb, 0x8d, 0xac, 0xd1, 0xd3, 0xdd,
+ 0x54, 0x6a, 0xbb, 0x91, 0x35, 0x7a, 0xba, 0x9b, 0x49, 0xed, 0xa7, 0x79,
+ 0x31, 0xfa, 0x44, 0x01, 0x14, 0x4e, 0x8b, 0x07, 0x8b, 0xd8, 0x1a, 0xe2,
+ 0x9b, 0xd5, 0x37, 0xfb, 0x79, 0x5a, 0xe9, 0xc9, 0xd9, 0xf9, 0xa4, 0x8a,
+ 0x8e, 0xe6, 0x98, 0x56, 0xbd, 0xc6, 0x84, 0x66, 0xc1, 0xd5, 0xf9, 0x65,
+ 0x20, 0xc2, 0xd1, 0xe2, 0xac, 0x6d, 0x46, 0x4e, 0xe3, 0xd4, 0x70, 0x92,
+ 0x36, 0x93, 0xbd, 0xc7, 0x1d, 0x3c, 0x41, 0x45, 0x7a, 0x70, 0xdf, 0x12,
+ 0x52, 0xb5, 0x07, 0xa3, 0x47, 0xc8, 0x4d, 0x0f, 0xb7, 0xd0, 0x95, 0x55,
+ 0xe0, 0x55, 0xd8, 0x69, 0x48, 0x56, 0x8b, 0xb4, 0xfc, 0x74, 0xf8, 0x90,
+ 0x4d, 0xa7, 0x17, 0x66, 0x0e, 0xf9, 0x5f, 0x89, 0x2c, 0x86, 0xec, 0xb4,
+ 0x72, 0xc8, 0x77, 0x76, 0x9a, 0xfc, 0xed, 0x0d, 0x0d, 0xb3, 0x66, 0x9c,
+ 0xc4, 0x50, 0xb6, 0x74, 0x46, 0x15, 0x69, 0xae, 0xd2, 0x43, 0xf6, 0xc6,
+ 0xe8, 0xc5, 0x68, 0x5a, 0x43, 0x84, 0x40, 0xab, 0x0a, 0xc4, 0xe9, 0x10,
+ 0xa3, 0x97, 0x85, 0x3d, 0x20, 0x00, 0x31, 0x0a, 0x22, 0x1e, 0x30, 0xb8,
+ 0x09, 0x51, 0xd0, 0x51, 0x28, 0x98, 0x7c, 0x0e, 0x61, 0x3d, 0xe7, 0xd8,
+ 0xd4, 0x82, 0x48, 0x49, 0x13, 0x29, 0xda, 0xc0, 0xf0, 0xaf, 0xf2, 0x19,
+ 0xeb, 0x42, 0x67, 0x05, 0x12, 0xc9, 0xda, 0x26, 0x20, 0x24, 0x96, 0x1e,
+ 0x52, 0xf6, 0x46, 0x89, 0x7d, 0xf4, 0xb9, 0x2e, 0x53, 0x0b, 0x1d, 0x45,
+ 0x17, 0xd1, 0xc7, 0xd9, 0x6d, 0x99, 0x65, 0x6a, 0x67, 0xc4, 0x9c, 0x09,
+ 0xac, 0x2b, 0x46, 0x65, 0xbe, 0xa8, 0x0f, 0x96, 0xe5, 0x7d, 0x16, 0x1a,
+ 0xb5, 0x40, 0x36, 0x86, 0xe8, 0xdd, 0x47, 0x0d, 0xf9, 0xac, 0x91, 0x88,
+ 0xc0, 0x38, 0x44, 0xff, 0x46, 0x1a, 0x19, 0x8b, 0xc4, 0xb0, 0xe1, 0xe4,
+ 0xe3, 0x5a, 0x24, 0x22, 0x57, 0x4d, 0x22, 0xcc, 0x2c, 0xb0, 0x49, 0x4d,
+ 0x22, 0x8b, 0x04, 0x4a, 0xff, 0x26, 0x35, 0x89, 0x9d, 0x35, 0x01, 0xbb,
+ 0x01, 0xb1, 0x76, 0xbd, 0x8a, 0xc4, 0x26, 0x85, 0xb8, 0x23, 0xfb, 0x76,
+ 0xbd, 0x7a, 0x24, 0xae, 0x7a, 0xc4, 0x51, 0x67, 0xb3, 0x7a, 0x24, 0x16,
+ 0x85, 0xb8, 0xb7, 0x59, 0x3d, 0xba, 0xce, 0x7a, 0x34, 0xa2, 0xb6, 0x5e,
+ 0x3d, 0xba, 0x16, 0x85, 0xde, 0x60, 0xb3, 0x7a, 0xf4, 0x9c, 0xf5, 0x18,
+ 0x24, 0x9b, 0xd5, 0xa3, 0x67, 0x52, 0x48, 0x3a, 0x9d, 0x35, 0xea, 0x71,
+ 0x93, 0x96, 0xc5, 0x41, 0x51, 0x96, 0x22, 0x0e, 0x81, 0x6b, 0x06, 0x4b,
+ 0xe0, 0xdf, 0x3f, 0x27, 0x40, 0x49, 0x24, 0xa6, 0xd4, 0x83, 0x9c, 0x86,
+ 0x92, 0x8c, 0x67, 0x0e, 0x4c, 0x50, 0xde, 0x13, 0xc7, 0x1c, 0x28, 0xef,
+ 0x42, 0x0b, 0x0a, 0x57, 0x78, 0xf7, 0xdd, 0xc4, 0x87, 0xcd, 0xc0, 0x9f,
+ 0x93, 0xcf, 0x48, 0xc1, 0x9d, 0xf1, 0x16, 0xb2, 0x63, 0x8a, 0xa8, 0xe4,
+ 0x57, 0x8b, 0xea, 0xa0, 0xc8, 0x26, 0x0d, 0x15, 0x0c, 0xd3, 0x1f, 0x27,
+ 0xcd, 0x04, 0x7f, 0x21, 0x02, 0xae, 0xca, 0x9d, 0x01, 0xc5, 0xe9, 0x57,
+ 0x28, 0xe8, 0xed, 0xe0, 0x14, 0x9a, 0x89, 0xd8, 0x0e, 0x9f, 0xda, 0x60,
+ 0xef, 0x8d, 0xef, 0x21, 0x20, 0x8a, 0x8b, 0x13, 0x5d, 0x9c, 0x4c, 0x5d,
+ 0x9c, 0x90, 0xab, 0x81, 0x41, 0xc5, 0xec, 0xd7, 0x6e, 0x2c, 0x7b, 0x83,
+ 0x62, 0xd5, 0x36, 0x11, 0x67, 0x60, 0x0c, 0x0d, 0xb1, 0x26, 0x79, 0xca,
+ 0xd6, 0xe0, 0xb4, 0xaa, 0x19, 0x19, 0xbb, 0x4b, 0x70, 0x4e, 0xed, 0x26,
+ 0x89, 0x31, 0xab, 0xb3, 0x46, 0x28, 0x81, 0xe4, 0x45, 0x6d, 0x14, 0x4a,
+ 0x16, 0x09, 0x65, 0x3e, 0x75, 0x47, 0x2a, 0xbd, 0x29, 0x8a, 0xaa, 0xc6,
+ 0x1e, 0x7d, 0xbf, 0xc8, 0xe6, 0xa7, 0x45, 0xb1, 0xb0, 0x68, 0x60, 0xa4,
+ 0xb2, 0xc1, 0x67, 0xe4, 0xa9, 0x9f, 0x86, 0xbd, 0xb0, 0x21, 0x2f, 0x28,
+ 0xf7, 0xac, 0xc0, 0x6d, 0x56, 0x67, 0x99, 0x7c, 0x01, 0x25, 0x0b, 0x2b,
+ 0x61, 0x76, 0x28, 0x27, 0xd0, 0xe8, 0x10, 0xab, 0x08, 0x40, 0x2b, 0x0e,
+ 0xa6, 0x45, 0x95, 0x8d, 0x5d, 0xed, 0xc0, 0x84, 0x5e, 0x4a, 0x3b, 0xa2,
+ 0x86, 0x95, 0xb1, 0x4a, 0xa6, 0xa1, 0xf0, 0xc7, 0xbd, 0xcf, 0xb9, 0xb3,
+ 0x4e, 0xfd, 0x78, 0xdd, 0x3a, 0x35, 0xc4, 0xfe, 0xe4, 0x25, 0xd6, 0xcc,
+ 0x67, 0x7e, 0x62, 0x8b, 0x6c, 0x9c, 0x4e, 0xaf, 0x0a, 0xc6, 0x23, 0x73,
+ 0xf4, 0x61, 0xdb, 0x28, 0x4f, 0x00, 0x6f, 0x9b, 0x2b, 0x6c, 0x70, 0x83,
+ 0x7f, 0x0e, 0xbf, 0x5c, 0xe2, 0x86, 0x81, 0x2c, 0x5d, 0x23, 0x27, 0x32,
+ 0x28, 0x78, 0xc4, 0x75, 0xd0, 0xf4, 0x74, 0x9b, 0xb4, 0x32, 0x3d, 0xe2,
+ 0x80, 0x0f, 0x1f, 0x98, 0x4c, 0x5c, 0x63, 0x18, 0x43, 0x26, 0x5a, 0xba,
+ 0x08, 0x8d, 0xe0, 0xae, 0x50, 0xa6, 0x54, 0x22, 0x16, 0x81, 0x46, 0xa1,
+ 0x33, 0x72, 0x2c, 0x9b, 0xd8, 0x57, 0xe9, 0x22, 0x2b, 0xed, 0x7a, 0x90,
+ 0x52, 0x83, 0xa1, 0xae, 0xdc, 0xf5, 0x40, 0xa6, 0xb8, 0x29, 0x99, 0x7c,
+ 0x19, 0x46, 0x5a, 0x65, 0x18, 0x4f, 0x22, 0x59, 0x1f, 0x9c, 0x08, 0x30,
+ 0x6e, 0xb4, 0x6b, 0x3a, 0xe2, 0xe8, 0x03, 0x9d, 0xad, 0x7a, 0x06, 0x70,
+ 0x31, 0x07, 0x34, 0x44, 0x4c, 0x66, 0x0c, 0x1b, 0x61, 0x55, 0x23, 0x67,
+ 0xcb, 0xa9, 0x28, 0x44, 0xe4, 0x0f, 0xb6, 0x66, 0xca, 0xcb, 0xef, 0x99,
+ 0xd3, 0xa1, 0xd1, 0xab, 0xa2, 0xf8, 0x0f, 0xd9, 0x69, 0x91, 0x8e, 0x9d,
+ 0x24, 0x70, 0xe4, 0x21, 0x89, 0x29, 0x03, 0x71, 0x88, 0x27, 0xe1, 0x3b,
+ 0x17, 0x16, 0x3c, 0x8e, 0x13, 0x0b, 0x8b, 0x91, 0x86, 0x63, 0x38, 0x1c,
+ 0xee, 0x50, 0xb4, 0xe5, 0x4b, 0x5c, 0x66, 0xc1, 0xaa, 0x53, 0x97, 0xac,
+ 0x33, 0x76, 0x82, 0xbd, 0xcb, 0x83, 0x93, 0x93, 0x9d, 0x20, 0x41, 0x8b,
+ 0xf4, 0x80, 0x71, 0x09, 0xfa, 0xea, 0x78, 0x99, 0x4d, 0x3d, 0x42, 0x07,
+ 0x9c, 0x6c, 0x94, 0x68, 0xbf, 0xd8, 0x09, 0x12, 0x36, 0x7a, 0xbf, 0xd1,
+ 0x3b, 0x4b, 0x73, 0xed, 0xa2, 0x8e, 0x4e, 0xdb, 0x2b, 0x10, 0xc6, 0xbd,
+ 0x55, 0x15, 0x50, 0x48, 0x58, 0xe8, 0xb8, 0xce, 0xb7, 0x56, 0x40, 0x2c,
+ 0x5b, 0x44, 0xc2, 0x5a, 0x7d, 0x19, 0x89, 0x66, 0xf9, 0xb5, 0x29, 0x74,
+ 0x4c, 0x12, 0xce, 0x46, 0x44, 0xcd, 0xfa, 0xab, 0xb4, 0x01, 0xc6, 0x63,
+ 0xd8, 0xd7, 0x28, 0x1c, 0xc0, 0xbe, 0xcd, 0x59, 0x8b, 0xb8, 0x91, 0xf8,
+ 0xf6, 0x76, 0x20, 0x09, 0x67, 0x2d, 0xe2, 0x9e, 0x1c, 0x73, 0xa3, 0x62,
+ 0x09, 0x21, 0xc3, 0x1d, 0x75, 0x91, 0x3b, 0x2a, 0x6f, 0x8f, 0xc4, 0xc3,
+ 0x68, 0x0d, 0x91, 0x10, 0x24, 0x2c, 0xf4, 0x44, 0xd9, 0x00, 0x58, 0x2d,
+ 0xa1, 0xcc, 0x45, 0xb3, 0x74, 0x72, 0x98, 0x8d, 0x8a, 0xb1, 0xbe, 0x76,
+ 0x13, 0x7a, 0x17, 0x27, 0x0e, 0xb6, 0x8b, 0x40, 0xb5, 0xee, 0xf6, 0xf5,
+ 0x5d, 0xb1, 0x2c, 0x4d, 0xa5, 0x2a, 0xc1, 0xf1, 0x1f, 0xab, 0x74, 0x1c,
+ 0x3a, 0x4d, 0xc8, 0x75, 0x09, 0x4e, 0xeb, 0x83, 0xb1, 0x41, 0xa5, 0xb9,
+ 0x2c, 0xe7, 0xb1, 0x88, 0x4e, 0xd2, 0xda, 0xa1, 0xe5, 0xe1, 0x8c, 0x18,
+ 0x26, 0x7c, 0x47, 0xff, 0x59, 0x99, 0x4e, 0xa4, 0xda, 0x0a, 0xa6, 0x71,
+ 0xf8, 0x7f, 0x68, 0x91, 0xca, 0x66, 0x0b, 0xc7, 0xfc, 0x1a, 0x26, 0x61,
+ 0x33, 0x35, 0xba, 0x36, 0x9d, 0x1d, 0x93, 0x90, 0x67, 0x82, 0x01, 0x42,
+ 0x52, 0x64, 0x4e, 0x69, 0x86, 0x51, 0x32, 0xee, 0x08, 0x1f, 0x82, 0x1c,
+ 0x83, 0x12, 0x31, 0x6a, 0x22, 0xf1, 0xa5, 0xba, 0x0c, 0x33, 0x1a, 0x7c,
+ 0xf8, 0x7d, 0xa6, 0x0e, 0xd3, 0xe6, 0x4a, 0x4c, 0x56, 0xc7, 0x93, 0x60,
+ 0x32, 0x32, 0x48, 0xc0, 0x51, 0x19, 0x22, 0x84, 0x29, 0xe2, 0x79, 0xb7,
+ 0x9f, 0xda, 0xf3, 0x9d, 0x46, 0xc4, 0xad, 0x8d, 0x33, 0x1a, 0x83, 0x66,
+ 0x30, 0x1b, 0x5a, 0x68, 0x38, 0xe8, 0x88, 0x10, 0x59, 0x8b, 0x23, 0xa6,
+ 0xf5, 0xcd, 0xd2, 0xda, 0x39, 0x73, 0x86, 0x49, 0x9f, 0x1b, 0x15, 0x78,
+ 0x8b, 0x64, 0xca, 0xfa, 0x46, 0xb5, 0xef, 0x70, 0x21, 0x6c, 0x08, 0x99,
+ 0x4a, 0x18, 0x91, 0xea, 0xaa, 0xdb, 0xe1, 0x1f, 0xc0, 0x8a, 0x63, 0x50,
+ 0xe2, 0x9a, 0xa0, 0x42, 0xc9, 0xd3, 0xb2, 0xae, 0xba, 0x2b, 0xf6, 0xb5,
+ 0xec, 0xfe, 0x9e, 0x94, 0xb9, 0xd0, 0x94, 0x98, 0x2e, 0xdf, 0x0c, 0x93,
+ 0xfc, 0x61, 0xae, 0x2f, 0x65, 0x58, 0xa2, 0xf0, 0x45, 0x5d, 0x8d, 0x82,
+ 0xaf, 0x97, 0xba, 0xca, 0x36, 0xf2, 0xd4, 0xd5, 0x43, 0x92, 0x82, 0xaf,
+ 0x21, 0xca, 0x2e, 0x72, 0x55, 0x3b, 0x22, 0xab, 0x1d, 0x7c, 0xf3, 0xb8,
+ 0x76, 0x3b, 0x22, 0x6f, 0x3b, 0x92, 0x46, 0x59, 0x6a, 0x6d, 0x47, 0xe4,
+ 0x6b, 0x87, 0xba, 0xe7, 0xf2, 0xb4, 0x43, 0x0c, 0x43, 0x73, 0x4e, 0xe0,
+ 0x04, 0xb8, 0xac, 0x6a, 0x03, 0xa7, 0x99, 0x15, 0x1a, 0x35, 0x83, 0x53,
+ 0xf1, 0x36, 0x65, 0xa8, 0x4c, 0xb7, 0xde, 0x81, 0xc3, 0x89, 0x78, 0x5a,
+ 0xd3, 0xeb, 0x44, 0xd6, 0xa6, 0xc9, 0x6a, 0x4e, 0x5d, 0xa6, 0x39, 0xa4,
+ 0xfa, 0x38, 0x71, 0x37, 0x8b, 0xe6, 0x94, 0x5e, 0xcb, 0x54, 0xd7, 0x11,
+ 0x13, 0x9d, 0x49, 0xc9, 0xd7, 0xb4, 0x9e, 0x32, 0xd3, 0xf9, 0x5a, 0x66,
+ 0xd2, 0xf2, 0xb5, 0x30, 0x6c, 0xf4, 0x39, 0xaf, 0xdc, 0xb9, 0x27, 0x84,
+ 0x1e, 0x59, 0xe9, 0x64, 0x4f, 0xb9, 0xb5, 0xa9, 0x7b, 0xef, 0xcc, 0xd6,
+ 0xc3, 0xfc, 0xcf, 0x7f, 0x56, 0x67, 0x13, 0x5b, 0xdc, 0x7c, 0x03, 0xbf,
+ 0x87, 0x69, 0x66, 0x57, 0xf4, 0xcc, 0x7f, 0xe4, 0x93, 0xe0, 0x74, 0xef,
+ 0x6c, 0xff, 0x70, 0xef, 0xc5, 0x34, 0x9d, 0xdd, 0x8c, 0x53, 0x77, 0xd7,
+ 0xf4, 0xb9, 0xbd, 0x93, 0xb7, 0x83, 0x40, 0xf9, 0xd2, 0xc8, 0x66, 0xce,
+ 0xa8, 0x1f, 0x85, 0x9d, 0xc1, 0x20, 0x61, 0x1b, 0xf1, 0xbe, 0x48, 0xd5,
+ 0x02, 0x55, 0xd8, 0x45, 0xed, 0xe1, 0x3f, 0xb2, 0x69, 0x95, 0x6d, 0x42,
+ 0x3e, 0x9d, 0x94, 0xae, 0xbe, 0xff, 0x8f, 0x6c, 0x3e, 0xce, 0x27, 0x9c,
+ 0x90, 0x97, 0x65, 0xe8, 0xfe, 0xc4, 0x5b, 0xed, 0xe2, 0x17, 0xa1, 0x7b,
+ 0x78, 0xd6, 0x47, 0x07, 0x80, 0x55, 0xd2, 0xcc, 0xf6, 0x84, 0x8b, 0x6a,
+ 0x6f, 0x34, 0xca, 0xa6, 0x46, 0x73, 0x48, 0x0d, 0xe9, 0xd3, 0xa1, 0x8b,
+ 0x73, 0xae, 0xe9, 0xd0, 0xde, 0x17, 0x57, 0x01, 0x85, 0xce, 0x71, 0x59,
+ 0xcc, 0xac, 0x2a, 0x71, 0x6a, 0x8a, 0x31, 0x71, 0xc2, 0xc0, 0x56, 0x91,
+ 0xba, 0x2a, 0xbc, 0x84, 0x1a, 0x39, 0xae, 0x35, 0xcd, 0x28, 0xea, 0xf2,
+ 0x7d, 0x1a, 0xd9, 0xce, 0xac, 0x95, 0x80, 0x58, 0x13, 0xf7, 0x1c, 0xad,
+ 0x6a, 0x0c, 0x2d, 0x31, 0x1c, 0x8f, 0xe3, 0x3f, 0x3a, 0x1d, 0xbb, 0xa3,
+ 0x38, 0x3d, 0xc5, 0x70, 0xd4, 0xcc, 0xa3, 0x8c, 0x0c, 0x29, 0x58, 0x62,
+ 0x9f, 0xa5, 0x92, 0x72, 0x5b, 0x3c, 0xc2, 0x7e, 0xb7, 0xd9, 0x36, 0xaa,
+ 0x7d, 0xd6, 0x46, 0xcb, 0xb4, 0x1d, 0x33, 0x22, 0xd1, 0x53, 0x9a, 0xe7,
+ 0x58, 0x26, 0x38, 0x3d, 0xc5, 0x8c, 0xb2, 0x5e, 0xf3, 0xec, 0xf5, 0x42,
+ 0x50, 0xea, 0x6f, 0xdc, 0x3c, 0xd3, 0x22, 0xcd, 0x88, 0xb8, 0xd6, 0xf1,
+ 0x95, 0xcd, 0x8b, 0xbd, 0xcd, 0xc3, 0x94, 0x25, 0x9b, 0x34, 0x2f, 0xf6,
+ 0x35, 0x4f, 0x31, 0x83, 0xac, 0xdb, 0x3c, 0xd3, 0xd0, 0xcd, 0x88, 0xb8,
+ 0x86, 0xdc, 0xca, 0xe6, 0x25, 0xde, 0xe6, 0xd1, 0x26, 0x78, 0x83, 0xe6,
+ 0x25, 0xbe, 0xe6, 0xd1, 0x1a, 0xbb, 0xba, 0x79, 0x90, 0xdb, 0xb2, 0xcc,
+ 0x67, 0xbe, 0x79, 0x6d, 0x40, 0xbb, 0xe5, 0xc4, 0x37, 0xad, 0x71, 0x74,
+ 0xcf, 0xbc, 0x36, 0xe8, 0x34, 0xf6, 0x6a, 0x5f, 0x8e, 0x34, 0x4e, 0x01,
+ 0x9c, 0x64, 0x5d, 0x3b, 0x91, 0x01, 0x2d, 0xf4, 0xdc, 0x2e, 0x80, 0xdc,
+ 0x8d, 0x1c, 0xdb, 0x10, 0x24, 0x11, 0xf9, 0x48, 0xa0, 0xc5, 0x6a, 0x2d,
+ 0x12, 0xb1, 0x8f, 0x44, 0xb7, 0xb7, 0x2e, 0x89, 0xc4, 0x47, 0xa2, 0x1f,
+ 0xad, 0x4b, 0xa2, 0xeb, 0x23, 0x81, 0xa3, 0x69, 0x2d, 0x12, 0x3d, 0x0f,
+ 0x89, 0xb0, 0xb3, 0x36, 0x3b, 0xfb, 0x3e, 0x12, 0xd1, 0xda, 0xec, 0x1c,
+ 0xf8, 0x48, 0xc4, 0x6b, 0xb3, 0x73, 0xe8, 0x23, 0xd1, 0x5d, 0x9b, 0x9d,
+ 0x61, 0xc7, 0x47, 0xa3, 0xb7, 0x36, 0x3f, 0x43, 0x9f, 0x7c, 0x86, 0x83,
+ 0xb5, 0x19, 0x1a, 0xfa, 0x04, 0x94, 0x4c, 0x3a, 0xad, 0x34, 0x30, 0xdf,
+ 0x48, 0xdb, 0x40, 0x8d, 0x9a, 0xa1, 0xe6, 0x1a, 0xa8, 0x02, 0xdf, 0x37,
+ 0x52, 0xa3, 0xe6, 0x5c, 0xc8, 0x37, 0x52, 0x05, 0x09, 0xef, 0x50, 0x8d,
+ 0xe2, 0x95, 0x5d, 0x22, 0x69, 0x78, 0x59, 0x91, 0xac, 0xec, 0x12, 0x49,
+ 0xc3, 0x37, 0x58, 0xc9, 0xbc, 0xb5, 0x1e, 0x0d, 0xdf, 0x68, 0x8d, 0x06,
+ 0x6b, 0x77, 0x89, 0x77, 0xb8, 0x92, 0x8d, 0x6c, 0x3d, 0x1a, 0xbe, 0xf1,
+ 0x1a, 0x87, 0xeb, 0xf3, 0xd4, 0x37, 0x60, 0xc9, 0xd0, 0xb6, 0x1e, 0x0d,
+ 0xdf, 0x88, 0x8d, 0x93, 0xf5, 0x79, 0xea, 0x1b, 0xb2, 0x64, 0xad, 0x5b,
+ 0x8f, 0x86, 0x77, 0xcc, 0xc6, 0xfd, 0xf5, 0x99, 0xea, 0x1d, 0xb4, 0x64,
+ 0xf0, 0x5b, 0x93, 0x88, 0x4f, 0x54, 0x93, 0xce, 0x4a, 0xb6, 0x9a, 0x96,
+ 0xd8, 0x23, 0x36, 0x1c, 0xad, 0xa1, 0x47, 0x47, 0xb2, 0x9a, 0x1d, 0x54,
+ 0x35, 0xb9, 0x90, 0xfd, 0x51, 0x44, 0xfc, 0x8f, 0xa0, 0x4e, 0x4e, 0x9b,
+ 0xdd, 0x20, 0xc1, 0x65, 0xae, 0xf7, 0xd9, 0xda, 0xf3, 0xbd, 0x42, 0x4f,
+ 0x49, 0xdc, 0x9b, 0xeb, 0x64, 0x2c, 0x23, 0x10, 0x27, 0x84, 0x2c, 0x96,
+ 0x64, 0xcc, 0x13, 0x22, 0x8d, 0x86, 0xfb, 0x34, 0x81, 0xd1, 0xc0, 0x0c,
+ 0xb4, 0x2b, 0xcf, 0x34, 0x67, 0xe9, 0xe7, 0x3f, 0x80, 0x67, 0xd2, 0x45,
+ 0x56, 0xa7, 0xe5, 0xd8, 0xb9, 0x4d, 0x63, 0xa4, 0x06, 0x4d, 0xbb, 0xc4,
+ 0x06, 0x3d, 0x92, 0x87, 0x93, 0xe4, 0x76, 0xa3, 0x13, 0xf2, 0x19, 0x10,
+ 0x07, 0x5d, 0xe4, 0xb5, 0xdd, 0x34, 0x9e, 0x5c, 0x54, 0xa7, 0xe2, 0x6b,
+ 0x5b, 0x37, 0xee, 0xac, 0xd3, 0xb6, 0xbd, 0xd3, 0x4b, 0xf2, 0xa4, 0x71,
+ 0x36, 0x8e, 0xf4, 0xb4, 0x41, 0x57, 0x5d, 0x09, 0x0d, 0x93, 0x4a, 0x63,
+ 0x8d, 0x0c, 0x21, 0xd9, 0xea, 0xc9, 0xed, 0xdc, 0xdb, 0x3a, 0x4e, 0xac,
+ 0x39, 0xc3, 0x21, 0xd3, 0x9d, 0x79, 0xfe, 0xa2, 0x52, 0x29, 0x3d, 0x2b,
+ 0x01, 0x9d, 0x03, 0xb7, 0x9e, 0x8b, 0xb3, 0x96, 0x81, 0x44, 0xef, 0x8d,
+ 0xff, 0xb6, 0xac, 0xea, 0x19, 0xe5, 0x16, 0x35, 0x9a, 0xa5, 0xae, 0x8a,
+ 0x4d, 0xe2, 0x71, 0x65, 0x73, 0xdd, 0xed, 0x88, 0x76, 0xe9, 0xa4, 0xbc,
+ 0x8d, 0xeb, 0x35, 0x0b, 0x9c, 0xb7, 0x71, 0x3a, 0x29, 0x5f, 0x0b, 0x7b,
+ 0x5e, 0x1f, 0x88, 0xe6, 0xac, 0xfd, 0x76, 0xbe, 0x3f, 0x65, 0x1b, 0x7f,
+ 0xc7, 0x5a, 0xc7, 0x69, 0xc4, 0xfa, 0x29, 0xb3, 0xd3, 0x23, 0x4d, 0xa1,
+ 0x32, 0xf5, 0x35, 0xab, 0xdf, 0x1c, 0x61, 0xb4, 0xd8, 0xc2, 0x04, 0x19,
+ 0x5f, 0x93, 0xfa, 0xcd, 0xc6, 0xa1, 0xc5, 0xb8, 0x27, 0xa8, 0xdc, 0xc0,
+ 0xdf, 0xf3, 0xb4, 0x4c, 0x31, 0x62, 0x7e, 0xa0, 0x65, 0xba, 0x60, 0xb4,
+ 0x86, 0xe4, 0x9e, 0x08, 0xa9, 0x2e, 0xb6, 0xff, 0x2b, 0x2b, 0x61, 0x42,
+ 0xe2, 0x2c, 0xdf, 0x3e, 0xdb, 0x3b, 0x87, 0x3f, 0x07, 0x94, 0x7a, 0xf2,
+ 0x64, 0x0f, 0xff, 0x00, 0xd7, 0x03, 0x5e, 0xf9, 0x6d, 0x99, 0xea, 0x40,
+ 0xbc, 0xd8, 0x5b, 0x7e, 0x0e, 0xe0, 0x64, 0x20, 0x08, 0xb5, 0x27, 0xbc,
+ 0x41, 0x88, 0xa6, 0x83, 0x00, 0x8f, 0xaa, 0xe1, 0x51, 0x24, 0xd2, 0xf8,
+ 0x50, 0x4c, 0xeb, 0x94, 0xf2, 0xde, 0x7f, 0xf8, 0x70, 0x15, 0x84, 0xc1,
+ 0x49, 0xf3, 0xf3, 0x48, 0xfc, 0x8c, 0x9a, 0xb7, 0x11, 0xbd, 0x3d, 0xaa,
+ 0xef, 0xd2, 0x79, 0x31, 0x0d, 0x5e, 0x1e, 0x4f, 0xb3, 0xcf, 0x3f, 0x05,
+ 0x3f, 0x88, 0xf2, 0x4e, 0xf3, 0x79, 0x96, 0x96, 0x4d, 0xf9, 0xfc, 0x19,
+ 0x6b, 0xf0, 0xf6, 0x1c, 0xb2, 0x39, 0x50, 0xda, 0x08, 0x82, 0xd0, 0xde,
+ 0xd8, 0x30, 0xb1, 0xf5, 0x06, 0xef, 0x3e, 0x9e, 0x2e, 0xd3, 0xe0, 0x6d,
+ 0xba, 0xbc, 0xcd, 0x88, 0x48, 0xf3, 0x88, 0x14, 0xa8, 0x4f, 0xb6, 0xdf,
+ 0x42, 0xb1, 0x2f, 0xc7, 0x8c, 0xe9, 0xa3, 0x3a, 0x1b, 0xff, 0x44, 0x4d,
+ 0x2e, 0x8b, 0x60, 0xc1, 0x5d, 0x7e, 0xb0, 0x11, 0x6f, 0xaf, 0x88, 0x04,
+ 0xfc, 0x88, 0x8c, 0x2a, 0xc7, 0xc6, 0x33, 0x16, 0xfd, 0x21, 0xbb, 0xcb,
+ 0xc1, 0x37, 0x12, 0x93, 0x20, 0xc0, 0x8b, 0xf7, 0xf9, 0x54, 0x23, 0x09,
+ 0xcf, 0x90, 0x32, 0x09, 0x91, 0x0f, 0x82, 0xcb, 0x3a, 0xad, 0xb3, 0x6d,
+ 0x55, 0x1e, 0x1e, 0xc1, 0x67, 0xe1, 0xfd, 0x7d, 0x56, 0x96, 0xb9, 0x99,
+ 0xeb, 0x17, 0xc4, 0x21, 0x7e, 0x16, 0x87, 0xdf, 0x94, 0x38, 0xe0, 0xf4,
+ 0xe0, 0xb2, 0x2a, 0x0c, 0x30, 0x1b, 0xf8, 0x9f, 0x5d, 0x73, 0x9e, 0x9c,
+ 0xae, 0x42, 0x8b, 0x92, 0xe5, 0x49, 0x4b, 0x72, 0x45, 0xe9, 0x86, 0x15,
+ 0x7f, 0x09, 0xd3, 0xdd, 0x48, 0xd2, 0xb1, 0x15, 0x30, 0xaa, 0xcd, 0x80,
+ 0x8c, 0xed, 0x6b, 0xce, 0xc1, 0x91, 0x7f, 0x0e, 0x1e, 0x2a, 0x67, 0x2b,
+ 0xab, 0xe6, 0xe0, 0xc8, 0x3b, 0x07, 0x0f, 0xd7, 0x3a, 0x60, 0x11, 0x54,
+ 0xda, 0xe7, 0x60, 0xbc, 0x93, 0xfb, 0x3c, 0xe8, 0x7e, 0x33, 0x83, 0x2e,
+ 0x6a, 0x9f, 0x83, 0x87, 0x83, 0xf0, 0x59, 0x1c, 0x7e, 0x53, 0xe2, 0xe0,
+ 0x9f, 0x83, 0x87, 0x83, 0x68, 0x83, 0x39, 0x38, 0x6a, 0x9d, 0x83, 0x87,
+ 0xc3, 0xc1, 0x9a, 0x73, 0xb0, 0x6d, 0x6b, 0xc1, 0xda, 0x0c, 0xc9, 0x3e,
+ 0xbc, 0xee, 0x1c, 0x1c, 0x7b, 0xe7, 0xe0, 0xa1, 0x72, 0xdc, 0xb9, 0x72,
+ 0x0e, 0x8e, 0x7d, 0x73, 0xf0, 0x50, 0xb9, 0x9f, 0xb0, 0x72, 0x0e, 0x8e,
+ 0xdb, 0xe7, 0xe0, 0x61, 0xc8, 0x83, 0xe1, 0x3c, 0x0f, 0xba, 0xdf, 0xc6,
+ 0xa0, 0x8b, 0x5b, 0xe7, 0x60, 0x26, 0x0e, 0xc3, 0x67, 0x71, 0xf8, 0x4d,
+ 0x89, 0x83, 0x77, 0x0e, 0x1e, 0xa2, 0x5f, 0xe1, 0xda, 0x73, 0x70, 0xdc,
+ 0x36, 0x07, 0x0f, 0xc3, 0x41, 0x6f, 0xcd, 0x39, 0xd8, 0xb6, 0x55, 0xf3,
+ 0xda, 0x0c, 0x4d, 0xcf, 0xfd, 0xb6, 0x39, 0x38, 0xf1, 0xcf, 0xc1, 0x71,
+ 0x63, 0x89, 0x5c, 0x39, 0x07, 0x27, 0xde, 0x39, 0x38, 0xb6, 0x1c, 0xc4,
+ 0xfd, 0x73, 0x70, 0xb2, 0x62, 0x0e, 0x8e, 0x79, 0x0a, 0x9b, 0xe7, 0x41,
+ 0xf7, 0xdb, 0x18, 0x74, 0x49, 0xfb, 0x1c, 0x1c, 0x77, 0xfb, 0xcf, 0xe2,
+ 0xf0, 0x9b, 0x12, 0x07, 0xff, 0x1c, 0x1c, 0x77, 0x07, 0x1b, 0xcc, 0xc1,
+ 0x49, 0xeb, 0x1c, 0x8c, 0xfe, 0x63, 0x6d, 0x73, 0xf0, 0x7d, 0xd6, 0x6a,
+ 0x0e, 0x1e, 0x6a, 0x7e, 0x9e, 0xbe, 0x29, 0xb8, 0x21, 0xe2, 0x9d, 0x81,
+ 0x15, 0x9f, 0x22, 0xdf, 0x0c, 0xdc, 0x50, 0xf1, 0x4d, 0xc0, 0x5d, 0xf3,
+ 0x2a, 0x89, 0xcb, 0x73, 0x70, 0x2d, 0x5b, 0xf0, 0xb0, 0xab, 0x64, 0x8f,
+ 0x7e, 0x1e, 0x70, 0xff, 0xb6, 0x03, 0xae, 0x11, 0x87, 0xd6, 0xe9, 0xb7,
+ 0xab, 0x24, 0xc1, 0x7e, 0x96, 0x86, 0xdf, 0x80, 0x34, 0xf8, 0x67, 0xdf,
+ 0x6e, 0xd2, 0x5b, 0x3d, 0xfb, 0x1a, 0x84, 0x3c, 0x93, 0x6f, 0xb7, 0x17,
+ 0xad, 0x37, 0xf9, 0x7a, 0xec, 0xc0, 0xc3, 0x6e, 0x7f, 0x8d, 0xb3, 0xb8,
+ 0x86, 0x88, 0x77, 0xf2, 0xed, 0x37, 0xf7, 0xb4, 0x57, 0x4d, 0xbe, 0x5e,
+ 0x2b, 0xf0, 0xb0, 0x1f, 0xae, 0x3c, 0x89, 0x6b, 0x88, 0xb4, 0x4f, 0xbe,
+ 0xfd, 0xf8, 0xf9, 0x20, 0xee, 0x37, 0x34, 0xdc, 0xda, 0x6d, 0xc0, 0x4c,
+ 0x1a, 0x9e, 0xcf, 0xe1, 0x7e, 0x53, 0xd2, 0xe0, 0x9f, 0x7c, 0xfb, 0xf1,
+ 0x1a, 0xc7, 0x70, 0x06, 0x21, 0xcf, 0xe4, 0xdb, 0xef, 0xae, 0x38, 0x85,
+ 0x13, 0x64, 0x7c, 0x06, 0x60, 0xee, 0xbf, 0xb0, 0xde, 0xe4, 0xdb, 0x62,
+ 0xff, 0x1d, 0x0c, 0x56, 0x9e, 0xc1, 0x35, 0x54, 0x7c, 0x93, 0xef, 0xb0,
+ 0xb3, 0xf2, 0x08, 0xae, 0x21, 0xd2, 0x3e, 0xf9, 0xd2, 0x75, 0xee, 0xe7,
+ 0xe1, 0xf6, 0x1b, 0x19, 0x6e, 0x2b, 0x8c, 0xbf, 0xc3, 0xe8, 0xf9, 0x00,
+ 0xee, 0x37, 0x25, 0x0d, 0xfe, 0xc9, 0x77, 0x18, 0xad, 0x71, 0xfe, 0x66,
+ 0x10, 0xf2, 0x4c, 0xbe, 0xc3, 0x78, 0xc5, 0xf1, 0x9b, 0x20, 0xe3, 0xb3,
+ 0xfc, 0x0e, 0x93, 0x35, 0x4e, 0xdf, 0x1a, 0x22, 0x9e, 0xc9, 0x37, 0xea,
+ 0x74, 0xfa, 0x2b, 0x0f, 0xdf, 0x1a, 0x2a, 0xee, 0xc9, 0x97, 0x11, 0x71,
+ 0x5f, 0x39, 0x71, 0x4d, 0xbe, 0xed, 0x66, 0xdf, 0x08, 0xa2, 0x56, 0x3e,
+ 0x0f, 0xb7, 0xdf, 0xce, 0x70, 0x6b, 0xb5, 0xfa, 0x82, 0x34, 0x3c, 0x9f,
+ 0xbc, 0xfd, 0xa6, 0xa4, 0xc1, 0x37, 0xf9, 0x32, 0x51, 0x68, 0x9c, 0xc6,
+ 0x56, 0x4f, 0xbe, 0x6d, 0x36, 0x5f, 0x46, 0x2a, 0x5a, 0x71, 0xee, 0x26,
+ 0xfc, 0xdc, 0x45, 0xa4, 0x83, 0xa3, 0xc9, 0x04, 0xe2, 0x4a, 0xdc, 0x67,
+ 0x7b, 0x65, 0x96, 0x3a, 0x67, 0x40, 0x1e, 0x5a, 0x22, 0x72, 0x5c, 0xba,
+ 0x5e, 0x87, 0xa6, 0x33, 0xe4, 0x24, 0xa3, 0x4a, 0xc1, 0xbd, 0x90, 0xea,
+ 0xed, 0xeb, 0x4a, 0xa7, 0xdb, 0xe3, 0x7e, 0xd4, 0x18, 0x85, 0x4a, 0x84,
+ 0xf6, 0x6a, 0xb3, 0x55, 0x33, 0x7a, 0xeb, 0xd8, 0xaa, 0x9d, 0xf4, 0xbc,
+ 0xeb, 0x47, 0xbc, 0xda, 0x6c, 0xed, 0x24, 0xe8, 0x5b, 0x4a, 0xe2, 0xd5,
+ 0x16, 0x6c, 0x27, 0xbd, 0xf6, 0x55, 0x25, 0x7e, 0x36, 0x66, 0xff, 0x16,
+ 0xe6, 0x11, 0xa7, 0x64, 0xb4, 0x2e, 0x30, 0xf1, 0xb3, 0x5d, 0xfb, 0x37,
+ 0x2b, 0x18, 0xfe, 0xb5, 0x26, 0x5e, 0xc7, 0xc4, 0xed, 0xa7, 0xe9, 0x59,
+ 0x76, 0xe2, 0x55, 0xd6, 0x6e, 0x07, 0x45, 0xb7, 0xe1, 0x9b, 0xd1, 0x5a,
+ 0xc7, 0xf0, 0xed, 0xa4, 0xe7, 0x9d, 0xc9, 0xbb, 0xab, 0x6d, 0xe0, 0x4e,
+ 0x82, 0xbe, 0x99, 0xbc, 0xbb, 0xda, 0x1c, 0xee, 0xa4, 0xd7, 0x3e, 0x93,
+ 0x77, 0x9f, 0x2d, 0xe3, 0xbf, 0xd1, 0x01, 0xdb, 0x6a, 0x24, 0x07, 0xc1,
+ 0x78, 0x36, 0x92, 0xff, 0x56, 0x05, 0xc3, 0x3f, 0x93, 0x77, 0xd7, 0xb1,
+ 0x97, 0xfb, 0x69, 0x7a, 0x66, 0xf2, 0xee, 0x2a, 0xd3, 0xb9, 0x11, 0x19,
+ 0xb6, 0x5d, 0x2b, 0xef, 0xae, 0x63, 0x47, 0xf7, 0x50, 0xf4, 0xce, 0xe6,
+ 0xbd, 0xd5, 0x46, 0x75, 0x0f, 0x49, 0xdf, 0x7c, 0xde, 0x5f, 0x6d, 0x61,
+ 0xf7, 0x50, 0x6c, 0x9f, 0xd1, 0xfb, 0xcf, 0xe6, 0xf6, 0xdf, 0xcc, 0xc0,
+ 0xb5, 0x65, 0xa3, 0x75, 0x4e, 0xef, 0x3f, 0xdb, 0xde, 0x7f, 0xc3, 0xa2,
+ 0xe1, 0x9f, 0xd5, 0xfb, 0xeb, 0x18, 0xe2, 0xdb, 0xa8, 0x7a, 0xe6, 0xf5,
+ 0xfe, 0x2a, 0xab, 0xbc, 0x93, 0xa6, 0x4f, 0x47, 0xef, 0xaf, 0x63, 0xa2,
+ 0xf7, 0x50, 0xf4, 0xce, 0xeb, 0x83, 0xd5, 0xf6, 0x7a, 0x0f, 0x49, 0xdf,
+ 0xbc, 0x3e, 0x58, 0x6d, 0xbc, 0xf7, 0x50, 0x6c, 0x9f, 0xd7, 0x87, 0xcf,
+ 0x96, 0xfc, 0xdf, 0xec, 0xe0, 0x5d, 0xa1, 0xab, 0x0f, 0x9f, 0xcd, 0xfa,
+ 0xbf, 0x61, 0xd1, 0xf0, 0xcf, 0xeb, 0xc3, 0x75, 0x6c, 0xfc, 0x6d, 0x54,
+ 0x3d, 0xf3, 0xfa, 0x70, 0x95, 0xc1, 0x9f, 0x62, 0x74, 0x9e, 0xa5, 0x9f,
+ 0x0f, 0xb3, 0xfb, 0x3c, 0xf5, 0x45, 0x8c, 0x65, 0x84, 0xd4, 0x98, 0x2d,
+ 0x6a, 0x50, 0xd2, 0x66, 0xce, 0x84, 0x90, 0x34, 0x36, 0x39, 0x4f, 0x6c,
+ 0x13, 0x46, 0xb1, 0x2b, 0x23, 0xe7, 0xbb, 0xe6, 0x72, 0x9b, 0x92, 0x3b,
+ 0x8c, 0x17, 0x23, 0x44, 0x21, 0x96, 0x5a, 0xef, 0xde, 0x60, 0x78, 0xec,
+ 0xa2, 0x64, 0xdd, 0x73, 0x8b, 0xf9, 0x0c, 0x9c, 0x4d, 0xec, 0x29, 0x31,
+ 0x77, 0x7e, 0x50, 0xe9, 0x0c, 0x5d, 0x44, 0x7c, 0x0d, 0x0b, 0x31, 0xdd,
+ 0xec, 0x9f, 0xbd, 0x51, 0x51, 0x0d, 0x32, 0x9e, 0x56, 0x85, 0x14, 0x46,
+ 0xb0, 0x35, 0x3a, 0xea, 0xc3, 0xc3, 0xc1, 0xb4, 0x76, 0x04, 0x1f, 0x67,
+ 0xc8, 0xcd, 0x59, 0xc2, 0x38, 0xbb, 0x0d, 0xdc, 0x01, 0xc8, 0x1f, 0x1e,
+ 0xae, 0xd2, 0xe5, 0x01, 0x4f, 0x1a, 0x69, 0x89, 0x4e, 0xd8, 0x89, 0x75,
+ 0x53, 0xa0, 0x12, 0x53, 0x9d, 0x82, 0xcd, 0x3e, 0x3c, 0xec, 0x67, 0x75,
+ 0xda, 0x42, 0x20, 0x49, 0x3c, 0x04, 0x42, 0x42, 0x3f, 0x4b, 0x5d, 0xa1,
+ 0xd3, 0x19, 0x62, 0x73, 0xa1, 0xd5, 0x88, 0xc4, 0xcb, 0x43, 0x16, 0x61,
+ 0xcd, 0x19, 0xb6, 0xaf, 0xe0, 0x26, 0xbc, 0x4c, 0x5b, 0xcd, 0xdb, 0x08,
+ 0x0c, 0xda, 0x09, 0xdc, 0x2d, 0x26, 0x8b, 0xd3, 0xe2, 0x26, 0x3b, 0x2f,
+ 0x8b, 0x49, 0x3e, 0xcd, 0xfe, 0xdf, 0x65, 0x3a, 0xaf, 0xf3, 0xfa, 0xd1,
+ 0x11, 0x39, 0x89, 0x11, 0xeb, 0x37, 0x71, 0x6e, 0xdd, 0x63, 0xd0, 0xa0,
+ 0xb6, 0x37, 0xbf, 0xb5, 0xa5, 0x33, 0xec, 0x28, 0x01, 0xa4, 0x45, 0xcc,
+ 0xa4, 0x86, 0x10, 0x85, 0xde, 0x02, 0x42, 0x87, 0x59, 0x3a, 0x86, 0x8c,
+ 0xa2, 0x30, 0xcf, 0xbb, 0x42, 0x5d, 0x45, 0x21, 0x39, 0x1a, 0x50, 0xf8,
+ 0x4e, 0x00, 0xd2, 0x19, 0x8c, 0xa1, 0xb9, 0x55, 0x42, 0x67, 0x97, 0x96,
+ 0x6c, 0x86, 0x8d, 0x81, 0x53, 0x64, 0x84, 0x53, 0x02, 0xaf, 0x77, 0x21,
+ 0x68, 0x3f, 0x50, 0xb8, 0xa2, 0xbc, 0x78, 0x16, 0x36, 0x1a, 0x32, 0xc3,
+ 0xce, 0xe7, 0xb0, 0xe3, 0xe8, 0x62, 0x99, 0x92, 0xa9, 0xa1, 0xe0, 0x1d,
+ 0x69, 0x31, 0xa7, 0x84, 0x73, 0x12, 0x2d, 0x89, 0x8e, 0x63, 0xc2, 0x86,
+ 0x90, 0x3b, 0xb8, 0x15, 0xa3, 0xd3, 0x6d, 0xe8, 0xb8, 0x12, 0x91, 0x74,
+ 0x9b, 0x1a, 0x1d, 0x14, 0xb3, 0x45, 0x36, 0xaf, 0x70, 0x42, 0xb2, 0x04,
+ 0x97, 0xec, 0xdc, 0xb2, 0x65, 0xcd, 0x1c, 0xa2, 0x28, 0xbe, 0x36, 0x19,
+ 0x6f, 0xf3, 0x92, 0x5e, 0x53, 0xad, 0xd1, 0xe8, 0xf5, 0x94, 0x89, 0x88,
+ 0x9f, 0xd9, 0x2a, 0x45, 0x5f, 0x3b, 0x29, 0x40, 0xd9, 0xca, 0x76, 0x62,
+ 0xde, 0xc4, 0x77, 0x45, 0xee, 0x0b, 0xe1, 0xcf, 0x08, 0x29, 0xc2, 0x68,
+ 0xcc, 0x4e, 0xb1, 0x08, 0x9d, 0x88, 0x54, 0xf6, 0xd3, 0x2a, 0x43, 0x4a,
+ 0x16, 0xaf, 0xba, 0x4a, 0x30, 0xf3, 0xf1, 0xfe, 0xbd, 0x22, 0xcf, 0xaf,
+ 0x7a, 0xc8, 0x2b, 0x3c, 0x3a, 0x5e, 0x54, 0x57, 0xd5, 0x02, 0xd2, 0x23,
+ 0xd0, 0x48, 0x75, 0xb6, 0xaa, 0x9b, 0x18, 0xf3, 0xbf, 0xd6, 0xa8, 0x3e,
+ 0x6f, 0x94, 0x49, 0xca, 0x41, 0x46, 0x46, 0xc8, 0x9a, 0x2d, 0xa7, 0x75,
+ 0xbe, 0x98, 0xe6, 0x19, 0xcf, 0x49, 0xa1, 0x27, 0xb5, 0x19, 0x4d, 0xeb,
+ 0x8b, 0xec, 0xfe, 0x34, 0x9f, 0xe5, 0x8e, 0xc4, 0x50, 0x82, 0x96, 0x0c,
+ 0x4a, 0xe6, 0x9e, 0x7b, 0x75, 0x1a, 0x16, 0x7f, 0xbb, 0xcd, 0xda, 0x68,
+ 0x46, 0xeb, 0x52, 0x23, 0x53, 0x9e, 0x66, 0xf7, 0x66, 0xaa, 0x12, 0x41,
+ 0xa0, 0x99, 0x02, 0x61, 0x8c, 0x9b, 0x62, 0x83, 0x52, 0x23, 0x29, 0xf8,
+ 0x18, 0xd2, 0xd7, 0x74, 0x07, 0x33, 0xf4, 0xd8, 0x18, 0x33, 0x46, 0x92,
+ 0x36, 0x89, 0x6c, 0x2d, 0xcc, 0xc5, 0x48, 0xd0, 0x69, 0x92, 0xc9, 0x89,
+ 0xf9, 0x46, 0x4b, 0xe1, 0x06, 0x1d, 0x6d, 0x11, 0xf3, 0x54, 0xa9, 0xd9,
+ 0xb1, 0xb5, 0xf7, 0x51, 0x35, 0x4b, 0xa7, 0xd3, 0xf3, 0xe5, 0xb4, 0xca,
+ 0xf6, 0xc6, 0xe3, 0xac, 0x74, 0xf2, 0x08, 0x33, 0x44, 0x70, 0x09, 0xb4,
+ 0xa7, 0x31, 0xa8, 0x57, 0x6c, 0xd2, 0x71, 0xa6, 0xee, 0x64, 0x94, 0xe2,
+ 0xc8, 0x47, 0x09, 0x73, 0x04, 0x10, 0xad, 0x59, 0x3e, 0xcf, 0x67, 0xcb,
+ 0x19, 0xd3, 0x18, 0x3d, 0xe9, 0xee, 0xa8, 0x8d, 0x3d, 0x2b, 0xa4, 0x8e,
+ 0x3b, 0x8a, 0xa0, 0x45, 0xcd, 0xc3, 0x33, 0x25, 0xa6, 0x35, 0x9f, 0x6a,
+ 0x3b, 0x76, 0xfe, 0x90, 0xf1, 0x64, 0x54, 0xb0, 0xf5, 0x90, 0xc9, 0x62,
+ 0xcb, 0x40, 0xa3, 0xc4, 0x1d, 0x89, 0xa7, 0x66, 0x72, 0xa4, 0x99, 0xb4,
+ 0x1c, 0x74, 0xe4, 0x48, 0xa3, 0x3d, 0x8f, 0x16, 0xf7, 0xb1, 0xf3, 0x62,
+ 0x01, 0x6a, 0x2e, 0x8f, 0x22, 0x79, 0x34, 0x2f, 0xf3, 0xd1, 0x9d, 0x53,
+ 0x61, 0x0b, 0xb5, 0x40, 0xdb, 0x4a, 0x18, 0xc9, 0x48, 0x28, 0x19, 0x28,
+ 0x0a, 0x0e, 0x6a, 0xee, 0x9c, 0x2d, 0x51, 0xd8, 0xd7, 0x32, 0x7d, 0x7a,
+ 0xd4, 0x26, 0x9b, 0xde, 0xc5, 0x72, 0x0e, 0x0b, 0xa5, 0x93, 0x67, 0x4a,
+ 0xa8, 0xbb, 0x2a, 0x1b, 0x19, 0x6a, 0x1c, 0x90, 0xbb, 0x2f, 0xaf, 0xee,
+ 0x58, 0x07, 0xde, 0x15, 0xd3, 0xb1, 0xcb, 0x02, 0x2d, 0xa8, 0x0c, 0x84,
+ 0x32, 0x48, 0x91, 0x6a, 0x9d, 0x89, 0xb2, 0x34, 0x52, 0xf7, 0x6e, 0xde,
+ 0xf7, 0xfb, 0x52, 0x39, 0x6d, 0x06, 0xa3, 0xa5, 0xdf, 0x68, 0x94, 0x16,
+ 0xf9, 0xbc, 0xd9, 0xc6, 0x92, 0xc0, 0xf7, 0x79, 0xa8, 0xa6, 0x3e, 0xd0,
+ 0x79, 0xf7, 0xfe, 0x1d, 0x6e, 0x11, 0x4f, 0xde, 0x7d, 0xd8, 0x3b, 0x3d,
+ 0x39, 0x84, 0x9f, 0xe7, 0x7b, 0x1d, 0xfa, 0x13, 0xd2, 0x9f, 0x88, 0xfe,
+ 0xc4, 0xf4, 0x27, 0xa1, 0x3f, 0x5d, 0xfa, 0xd3, 0xa3, 0x3f, 0x7d, 0xfa,
+ 0x33, 0xa0, 0x3f, 0x43, 0x8e, 0x2e, 0xc8, 0x70, 0x3a, 0x21, 0x27, 0x14,
+ 0x72, 0x4a, 0x21, 0x27, 0x15, 0x12, 0xad, 0x7d, 0x02, 0xdf, 0x27, 0xe8,
+ 0x7d, 0x02, 0xde, 0x27, 0xd8, 0x7d, 0x02, 0xdd, 0xe7, 0x90, 0x54, 0xea,
+ 0x3e, 0x95, 0xba, 0x4f, 0xa5, 0xee, 0x0f, 0x39, 0xba, 0x20, 0xc3, 0xe9,
+ 0xf0, 0x52, 0xf7, 0x79, 0xa9, 0xfb, 0xbc, 0xd4, 0x7d, 0x5e, 0xea, 0x01,
+ 0x81, 0x1f, 0x10, 0xf4, 0x01, 0x01, 0x1f, 0x10, 0xec, 0x01, 0x81, 0x1e,
+ 0x70, 0x48, 0x2a, 0xf5, 0x80, 0x4a, 0x3d, 0xa0, 0x52, 0x0f, 0x86, 0x1c,
+ 0x5d, 0x90, 0xe1, 0x74, 0x78, 0xa9, 0x07, 0xbc, 0xd4, 0x03, 0x5e, 0xea,
+ 0x01, 0x2f, 0xf5, 0x90, 0xc0, 0x0f, 0x09, 0xfa, 0x90, 0x80, 0x0f, 0x09,
+ 0xf6, 0x90, 0x40, 0x0f, 0x39, 0x24, 0x95, 0x7a, 0x48, 0xa5, 0x1e, 0x52,
+ 0xa9, 0x87, 0x43, 0x8e, 0x2e, 0xc8, 0x70, 0x3a, 0xbc, 0xd4, 0x43, 0x5e,
+ 0xea, 0x21, 0x2f, 0xf5, 0x90, 0x97, 0x7a, 0x44, 0xe0, 0x47, 0x04, 0x7d,
+ 0x44, 0xc0, 0x47, 0x04, 0x7b, 0x44, 0xa0, 0x47, 0x1c, 0x92, 0x4a, 0x3d,
+ 0xa2, 0x52, 0x8f, 0xa8, 0xd4, 0xa3, 0x21, 0x47, 0x17, 0x64, 0x38, 0x1d,
+ 0x5e, 0xea, 0x11, 0x2f, 0xf5, 0x88, 0x97, 0x7a, 0xc4, 0x4b, 0x3d, 0x26,
+ 0xf0, 0x63, 0x82, 0x3e, 0x26, 0xe0, 0x63, 0x82, 0x3d, 0x26, 0xd0, 0x63,
+ 0x0e, 0x49, 0xa5, 0x1e, 0x53, 0xa9, 0xc7, 0x54, 0xea, 0xf1, 0x90, 0xa3,
+ 0x0b, 0x32, 0x9c, 0x0e, 0x2f, 0xf5, 0x98, 0x97, 0x7a, 0xcc, 0x4b, 0x3d,
+ 0xe6, 0xa5, 0xbe, 0x25, 0xf0, 0xb7, 0x04, 0xfd, 0x96, 0x80, 0xdf, 0x12,
+ 0xec, 0x5b, 0x02, 0x7d, 0xcb, 0x21, 0xa9, 0xd4, 0xb7, 0x54, 0xea, 0x5b,
+ 0x2a, 0xf5, 0xed, 0x90, 0xa3, 0x0b, 0x32, 0x9c, 0x0e, 0x2f, 0xf5, 0x2d,
+ 0x2f, 0xf5, 0x2d, 0x2f, 0xf5, 0x2d, 0x2f, 0xf5, 0x17, 0x02, 0xff, 0x85,
+ 0xa0, 0x7f, 0x21, 0xe0, 0x5f, 0x08, 0xf6, 0x17, 0x02, 0xfd, 0x85, 0x43,
+ 0x52, 0xa9, 0xbf, 0x50, 0xa9, 0xbf, 0x50, 0xa9, 0xbf, 0x0c, 0x39, 0xba,
+ 0x20, 0xc3, 0xe9, 0xf0, 0x52, 0x7f, 0xe1, 0xa5, 0xfe, 0xc2, 0x4b, 0xfd,
+ 0x85, 0x97, 0x7a, 0x42, 0xe0, 0x27, 0x04, 0x7d, 0x42, 0xc0, 0x27, 0x04,
+ 0x7b, 0x42, 0xa0, 0x27, 0x1c, 0x92, 0x4a, 0x3d, 0xa1, 0x52, 0x4f, 0xa8,
+ 0xd4, 0x93, 0x21, 0x47, 0x17, 0x64, 0x38, 0x1d, 0x5e, 0xea, 0x09, 0x2f,
+ 0xf5, 0x84, 0x97, 0x7a, 0xc2, 0x4a, 0x55, 0xe7, 0x18, 0x97, 0x89, 0x96,
+ 0x4f, 0x57, 0x83, 0x64, 0xb3, 0x89, 0x2f, 0xf2, 0x4e, 0x7c, 0xb0, 0x89,
+ 0xdf, 0x64, 0xe2, 0x8b, 0x9c, 0x13, 0xdf, 0xb0, 0xf7, 0x3c, 0xf1, 0x3d,
+ 0x4f, 0x7c, 0xcf, 0x13, 0xdf, 0xf3, 0xc4, 0x47, 0x7f, 0x9e, 0x30, 0xf1,
+ 0x3d, 0xe4, 0x93, 0x1c, 0x8c, 0xf3, 0x55, 0x75, 0x5e, 0xe4, 0xf3, 0xfa,
+ 0xb2, 0xca, 0xc7, 0x81, 0x95, 0xdc, 0x33, 0x02, 0x2b, 0x1f, 0xfb, 0x93,
+ 0x98, 0xe0, 0xe7, 0x69, 0x55, 0x3d, 0x14, 0xa5, 0x1b, 0x05, 0xf6, 0xd4,
+ 0x0c, 0x05, 0x52, 0x8e, 0x1e, 0x4f, 0x8b, 0x07, 0xe1, 0x71, 0x0d, 0xbf,
+ 0xad, 0xed, 0x8f, 0x92, 0x89, 0x16, 0x12, 0x30, 0x6e, 0x1b, 0xf3, 0x21,
+ 0x96, 0x6e, 0x51, 0x3a, 0x2f, 0xaa, 0x5c, 0x37, 0x7d, 0xf0, 0xe9, 0x75,
+ 0xd0, 0x5b, 0x11, 0x4d, 0x24, 0xcd, 0xcb, 0x19, 0xab, 0xfa, 0x55, 0x41,
+ 0xf1, 0xc1, 0x9d, 0xfa, 0xf7, 0xa0, 0xd9, 0xaa, 0xcc, 0x94, 0x0c, 0x85,
+ 0xaa, 0xf1, 0xc4, 0x20, 0x63, 0x6d, 0xc8, 0x38, 0xa1, 0x26, 0x49, 0xae,
+ 0x96, 0xeb, 0x30, 0xee, 0x50, 0xec, 0x74, 0x4c, 0x1d, 0x27, 0xfc, 0x5e,
+ 0xc2, 0xeb, 0x1b, 0x67, 0x65, 0x1a, 0x3f, 0x12, 0xff, 0x66, 0x40, 0x23,
+ 0xe3, 0x59, 0x79, 0x06, 0xc3, 0x56, 0x1b, 0xbc, 0x46, 0x24, 0x72, 0xd7,
+ 0x45, 0xb9, 0xe3, 0xb9, 0x56, 0x5d, 0xbc, 0xab, 0xa0, 0x92, 0xf6, 0xd7,
+ 0x5d, 0x17, 0xb4, 0xda, 0xbc, 0x4d, 0x73, 0x97, 0x55, 0x8a, 0x93, 0x88,
+ 0xe4, 0x42, 0x8a, 0x66, 0x01, 0xc7, 0x6e, 0x52, 0x12, 0xf1, 0x19, 0xa2,
+ 0xe8, 0x58, 0x62, 0x65, 0x34, 0x79, 0x49, 0xc7, 0x93, 0x7e, 0x23, 0x82,
+ 0xf0, 0x5d, 0x8d, 0xcd, 0x7e, 0xbc, 0xdf, 0xf0, 0x05, 0x04, 0x60, 0x60,
+ 0x10, 0x71, 0x27, 0x35, 0x60, 0x44, 0x54, 0xc3, 0xff, 0x2a, 0x22, 0xee,
+ 0x04, 0x1c, 0x90, 0xa1, 0x36, 0x59, 0x9f, 0x88, 0x3b, 0x03, 0x07, 0x23,
+ 0xa2, 0xa6, 0x33, 0x58, 0x45, 0xc4, 0x9d, 0x82, 0x83, 0x11, 0xa1, 0x54,
+ 0x06, 0xeb, 0x11, 0x71, 0xe7, 0xe0, 0x88, 0xa2, 0x30, 0xdc, 0x80, 0xb1,
+ 0xee, 0x24, 0x1c, 0x11, 0x18, 0x1c, 0xd7, 0x27, 0xe2, 0xce, 0xc2, 0x11,
+ 0x45, 0x74, 0x75, 0x63, 0x4d, 0x22, 0xee, 0x34, 0x1c, 0x11, 0xfb, 0xdf,
+ 0x06, 0x8c, 0xf5, 0xe4, 0xe1, 0x60, 0x44, 0xba, 0x1b, 0x70, 0xd6, 0x93,
+ 0x88, 0x83, 0x51, 0x19, 0x6e, 0xc0, 0x5a, 0x4f, 0x26, 0x8e, 0x88, 0x67,
+ 0x12, 0x6e, 0xa5, 0x42, 0x47, 0x68, 0x97, 0xd9, 0xbc, 0x2a, 0xca, 0xcb,
+ 0x62, 0x59, 0x8e, 0xb2, 0x93, 0xf9, 0x38, 0xfb, 0x0c, 0xf9, 0xe6, 0xaa,
+ 0x51, 0x3a, 0x4d, 0x4b, 0x31, 0x1e, 0xa3, 0x18, 0x66, 0x6f, 0xfd, 0xb4,
+ 0xaa, 0xdb, 0x42, 0x21, 0x72, 0x51, 0xe8, 0x6e, 0x42, 0x21, 0x76, 0x51,
+ 0xe8, 0x6d, 0x42, 0x21, 0x71, 0x51, 0xe8, 0xaf, 0x49, 0x61, 0x7f, 0x59,
+ 0x39, 0xb9, 0x30, 0x90, 0xf8, 0xf4, 0x5f, 0xe4, 0x45, 0x77, 0xb2, 0x60,
+ 0xb8, 0x36, 0xba, 0xab, 0xfd, 0x10, 0x5f, 0x71, 0x4d, 0x74, 0x57, 0xe3,
+ 0xfb, 0xa1, 0x0b, 0x7d, 0x92, 0xce, 0x43, 0xcf, 0x29, 0x61, 0x44, 0xae,
+ 0xf4, 0x66, 0x06, 0x68, 0x65, 0x45, 0x01, 0xe4, 0x3f, 0x82, 0x3b, 0x83,
+ 0xeb, 0xcc, 0x9a, 0xa1, 0x4b, 0xa3, 0xd4, 0xf6, 0x8e, 0x7e, 0x66, 0xcd,
+ 0xd7, 0x02, 0x5c, 0xf8, 0x81, 0xc8, 0xe1, 0xb2, 0x7e, 0xdc, 0x1b, 0xbd,
+ 0x9f, 0x4c, 0xcc, 0x95, 0x20, 0x8a, 0x87, 0xca, 0xc0, 0x74, 0x6b, 0x0e,
+ 0x0a, 0x01, 0x4b, 0xef, 0x88, 0x92, 0xa8, 0xb7, 0x06, 0x7e, 0xe4, 0x63,
+ 0x01, 0x1d, 0xb1, 0xb4, 0xb3, 0x20, 0xf2, 0xb3, 0x20, 0xe9, 0xad, 0xcb,
+ 0x82, 0xc8, 0xcf, 0x02, 0xca, 0x31, 0xbb, 0xb2, 0x09, 0x5e, 0x16, 0xd0,
+ 0x75, 0x83, 0x56, 0xfc, 0xdf, 0x05, 0x75, 0x51, 0xa7, 0xd3, 0xe0, 0xea,
+ 0x32, 0xa8, 0xf2, 0xbf, 0xc3, 0x64, 0xc2, 0xd0, 0xba, 0xd1, 0x8b, 0x3f,
+ 0x5f, 0x66, 0x75, 0x0d, 0xd9, 0xc6, 0x8b, 0x79, 0x9d, 0x7d, 0xae, 0x7f,
+ 0xc9, 0xa6, 0x8b, 0xbf, 0xbe, 0xd8, 0xca, 0xe6, 0xb7, 0xf9, 0x3c, 0xbb,
+ 0x7a, 0x5c, 0x00, 0xe0, 0xf6, 0x5d, 0x5d, 0x2f, 0xde, 0xbc, 0x7e, 0x5d,
+ 0x2e, 0xab, 0x6c, 0x92, 0xef, 0x8e, 0x8a, 0xd9, 0xeb, 0x87, 0xfc, 0x53,
+ 0xfe, 0x3a, 0x87, 0x41, 0xb8, 0xbb, 0xb8, 0x5b, 0xfc, 0xbe, 0xce, 0xeb,
+ 0x69, 0xf6, 0xf3, 0x59, 0x3a, 0x5f, 0xa6, 0xd3, 0x37, 0x47, 0x88, 0x7b,
+ 0x0d, 0xc8, 0xdb, 0x2f, 0xb6, 0xa6, 0xe9, 0x72, 0x3e, 0xba, 0xa3, 0x13,
+ 0x8e, 0xed, 0xbd, 0xa0, 0xca, 0x46, 0xc5, 0x7c, 0x9c, 0x96, 0x8f, 0xc1,
+ 0x45, 0x76, 0x1f, 0x4c, 0xe1, 0xf4, 0x23, 0x60, 0x85, 0xa5, 0xb7, 0xd9,
+ 0x38, 0xb8, 0x79, 0x0c, 0xea, 0xbb, 0x2c, 0x18, 0x97, 0xf9, 0x7d, 0x56,
+ 0xb2, 0xea, 0x06, 0x77, 0xac, 0x32, 0x01, 0x11, 0xc0, 0x2f, 0xf7, 0xdc,
+ 0x15, 0x63, 0x92, 0x56, 0x90, 0xf3, 0xfc, 0xc5, 0x56, 0xb9, 0x98, 0xfd,
+ 0x02, 0x99, 0x61, 0x90, 0x0c, 0xa3, 0x0f, 0x0f, 0xc1, 0x68, 0x59, 0x07,
+ 0xe9, 0x4d, 0x71, 0x9f, 0x31, 0x9c, 0xbc, 0x0a, 0x98, 0x76, 0xb1, 0x1b,
+ 0xb0, 0x46, 0x06, 0xd5, 0x34, 0xbf, 0xbd, 0xab, 0xa7, 0x8f, 0x01, 0x53,
+ 0x66, 0x81, 0xfe, 0x5d, 0x3a, 0x67, 0x70, 0x55, 0x31, 0x5d, 0xd6, 0x59,
+ 0x30, 0x4b, 0x3f, 0x83, 0x2d, 0x1d, 0xa0, 0x83, 0x57, 0xec, 0xe9, 0x31,
+ 0x60, 0x04, 0xca, 0xea, 0xae, 0x28, 0x1a, 0xc4, 0xdd, 0x6d, 0xc1, 0x98,
+ 0xcb, 0x79, 0x3e, 0x99, 0x64, 0x25, 0x6b, 0x95, 0xb4, 0x15, 0x40, 0xf1,
+ 0xd4, 0xf2, 0xa0, 0xa2, 0xaf, 0xc1, 0x43, 0xb1, 0x64, 0xef, 0x6f, 0x58,
+ 0x8b, 0xf2, 0x0a, 0x26, 0xf0, 0xb1, 0x5a, 0x2d, 0xb0, 0x65, 0xbc, 0xd8,
+ 0xc2, 0x23, 0x8c, 0x6a, 0x91, 0x96, 0x9f, 0xce, 0xd2, 0xcf, 0x9c, 0x49,
+ 0x87, 0x04, 0x1d, 0x34, 0xdf, 0x54, 0xbc, 0x8c, 0x97, 0x01, 0xde, 0x28,
+ 0x50, 0x21, 0x56, 0xf1, 0xbd, 0x91, 0x60, 0xaf, 0xd6, 0xea, 0x1d, 0x51,
+ 0x6e, 0xb0, 0xf7, 0xfa, 0x80, 0x58, 0xc0, 0x78, 0xda, 0x81, 0x7f, 0xc4,
+ 0x87, 0xd1, 0x5d, 0x36, 0xfa, 0xb4, 0x0b, 0x9a, 0x3e, 0xd4, 0x27, 0x18,
+ 0x67, 0xe9, 0xf8, 0x26, 0x9d, 0x37, 0x74, 0xaf, 0x16, 0x95, 0x41, 0xf7,
+ 0xea, 0xfc, 0x72, 0x7d, 0xba, 0xdd, 0xe0, 0x07, 0x9b, 0x26, 0x1b, 0x87,
+ 0x06, 0xcd, 0x83, 0xd3, 0x2b, 0x8d, 0x26, 0x50, 0x5a, 0x94, 0xd9, 0x3d,
+ 0x64, 0xd8, 0x81, 0x5e, 0xb8, 0xcb, 0x52, 0x90, 0x50, 0x14, 0x01, 0x6a,
+ 0xfe, 0x8a, 0x52, 0x51, 0x41, 0xd6, 0x4b, 0x56, 0xf9, 0x7c, 0x09, 0x7f,
+ 0x19, 0x41, 0x71, 0xca, 0xbe, 0x7d, 0x05, 0xb5, 0x58, 0x48, 0x5f, 0xbe,
+ 0x2a, 0xab, 0x2b, 0x2c, 0x6c, 0xca, 0xb6, 0x3b, 0x55, 0x0d, 0x92, 0x52,
+ 0xf3, 0x67, 0xf6, 0xa4, 0x74, 0xcb, 0x88, 0x49, 0x50, 0x31, 0x1a, 0x2d,
+ 0xcb, 0x20, 0x9d, 0xd4, 0x28, 0x52, 0x20, 0x48, 0xf9, 0x3c, 0x10, 0x69,
+ 0x9c, 0x03, 0x6c, 0xc4, 0x6e, 0x70, 0x5c, 0x94, 0x41, 0xf6, 0x39, 0x9d,
+ 0x2d, 0xa6, 0xd9, 0x4e, 0x90, 0x4f, 0x10, 0x50, 0xc2, 0xd4, 0xb8, 0x8d,
+ 0x09, 0x58, 0x15, 0xe2, 0x0e, 0x54, 0xbd, 0xcc, 0x98, 0xd6, 0xbe, 0x7f,
+ 0x75, 0x78, 0xb0, 0x13, 0xb0, 0xda, 0x13, 0x8b, 0x9a, 0xca, 0xb1, 0x87,
+ 0x8a, 0xda, 0x0e, 0xb7, 0xf7, 0xe6, 0x85, 0x5a, 0x9f, 0x87, 0x7c, 0x3a,
+ 0x85, 0x22, 0x4b, 0x10, 0xba, 0x49, 0x5e, 0x82, 0xc4, 0x61, 0xc5, 0xc2,
+ 0xae, 0x24, 0xbc, 0xc7, 0x08, 0x5b, 0x1c, 0x39, 0xfa, 0x5c, 0x97, 0x29,
+ 0xb2, 0xe5, 0xa0, 0x58, 0x62, 0x5e, 0xa3, 0x6d, 0x36, 0x1f, 0x4c, 0xf2,
+ 0xdb, 0x25, 0x93, 0x6e, 0xde, 0x2c, 0x1a, 0x1f, 0xf3, 0xe5, 0xec, 0x86,
+ 0x11, 0x2c, 0x26, 0xac, 0x3d, 0x0c, 0x27, 0x40, 0x0a, 0x15, 0x54, 0x07,
+ 0xca, 0x0b, 0x5e, 0x8e, 0x0b, 0x86, 0x30, 0x67, 0x83, 0x26, 0x9f, 0x8f,
+ 0xa6, 0xcb, 0x31, 0xe7, 0x07, 0x42, 0xfd, 0xc4, 0x4a, 0x15, 0x8d, 0x3e,
+ 0x2b, 0xd0, 0x31, 0x6e, 0xfb, 0x32, 0xc7, 0x3e, 0x18, 0x15, 0xf9, 0x94,
+ 0x3d, 0xb2, 0x8e, 0x64, 0xfb, 0xd9, 0x9b, 0x65, 0x5d, 0x94, 0x7f, 0x99,
+ 0xb3, 0x25, 0x3e, 0xbf, 0xcf, 0xc7, 0x6c, 0x46, 0xc1, 0xcf, 0x20, 0x88,
+ 0xc5, 0x9c, 0x83, 0x2e, 0x58, 0x15, 0x46, 0x8f, 0x53, 0x98, 0x80, 0xca,
+ 0xe0, 0xe5, 0xc1, 0xfb, 0xf3, 0x1d, 0x7c, 0xff, 0x0a, 0xbc, 0xb6, 0x5e,
+ 0x2d, 0xa6, 0xcb, 0xdb, 0x9f, 0x76, 0x82, 0x32, 0xfb, 0xbf, 0xcb, 0x1c,
+ 0xaa, 0x5f, 0xb1, 0x1f, 0xac, 0x17, 0x72, 0x46, 0x68, 0xc6, 0x8a, 0xfd,
+ 0xcb, 0xfc, 0x23, 0x4c, 0x1f, 0x63, 0xaa, 0x14, 0xa3, 0x7a, 0x8c, 0x50,
+ 0x0b, 0xb6, 0xad, 0xac, 0xa0, 0x5d, 0x82, 0x2e, 0x34, 0xea, 0x36, 0x63,
+ 0x6d, 0x67, 0x0b, 0x6c, 0x96, 0xc3, 0x5f, 0xbd, 0x7c, 0x40, 0xd0, 0xe1,
+ 0x8b, 0xd2, 0x5d, 0xc3, 0xbf, 0xcc, 0xaf, 0x1e, 0x0a, 0xb5, 0x71, 0xd0,
+ 0x96, 0x3d, 0x49, 0x40, 0xfd, 0xb0, 0x13, 0x4c, 0x58, 0x07, 0x8c, 0x19,
+ 0x9d, 0xa0, 0x2a, 0x66, 0x59, 0xb0, 0x7f, 0xf6, 0x71, 0x27, 0xb8, 0x2a,
+ 0x1e, 0xd9, 0xd4, 0x8d, 0xc2, 0x50, 0x60, 0x3d, 0x68, 0x10, 0x54, 0xc0,
+ 0x4f, 0xee, 0x49, 0x74, 0x3d, 0xa1, 0xfd, 0x3d, 0x89, 0x32, 0xfb, 0xef,
+ 0x91, 0xe9, 0x09, 0x81, 0xf8, 0x1a, 0xe0, 0x57, 0x2e, 0xc4, 0x70, 0xe6,
+ 0x2b, 0xfd, 0xd7, 0x02, 0x36, 0xa5, 0x8f, 0x19, 0x9c, 0x3a, 0xbd, 0xee,
+ 0xaa, 0x74, 0x6f, 0xd2, 0xba, 0x3e, 0x4d, 0x6f, 0xe1, 0x40, 0x16, 0xc8,
+ 0xcf, 0x2a, 0x26, 0x48, 0x53, 0x36, 0x3b, 0xde, 0x64, 0xf5, 0x43, 0x96,
+ 0xcd, 0x9b, 0x22, 0x0a, 0xb6, 0xef, 0xc4, 0x2a, 0x8e, 0xc0, 0x3b, 0x0d,
+ 0x07, 0x1f, 0x48, 0xb6, 0x56, 0xcb, 0x4b, 0x31, 0xf9, 0x7f, 0xab, 0xea,
+ 0x36, 0x05, 0x7c, 0x9d, 0x7a, 0x57, 0x6c, 0xe0, 0x8e, 0xb2, 0x31, 0x13,
+ 0xc5, 0xe5, 0x88, 0xdb, 0x3c, 0xb6, 0x0f, 0x0b, 0x3e, 0x24, 0xc4, 0x6a,
+ 0x74, 0x97, 0xb2, 0x89, 0x2c, 0x0d, 0xea, 0x65, 0x79, 0x53, 0x80, 0x0c,
+ 0x54, 0x4b, 0xc8, 0xfc, 0x75, 0x07, 0xee, 0x26, 0xe5, 0xef, 0x19, 0x15,
+ 0x56, 0xe7, 0xb3, 0x74, 0x21, 0xcc, 0x27, 0x87, 0x4b, 0xb0, 0xd8, 0x5c,
+ 0x95, 0xe9, 0xbc, 0xca, 0x29, 0x85, 0xd8, 0x36, 0xbd, 0x42, 0x9a, 0x6c,
+ 0x7a, 0x0d, 0xf6, 0x8e, 0x40, 0x7a, 0xf2, 0x62, 0xbc, 0x03, 0xcd, 0xc5,
+ 0xd7, 0x67, 0x7b, 0xe7, 0x41, 0xc6, 0x09, 0x04, 0xb4, 0x19, 0xc0, 0xdd,
+ 0x3d, 0x6b, 0x06, 0x13, 0x65, 0x56, 0x63, 0x26, 0x46, 0x75, 0xb9, 0x24,
+ 0xc0, 0x97, 0x6c, 0x82, 0x61, 0x63, 0x3d, 0xad, 0xc5, 0x22, 0xc7, 0x7e,
+ 0x4f, 0xe1, 0xcb, 0x4f, 0xbb, 0x01, 0xf2, 0xfb, 0x26, 0xad, 0x72, 0xa6,
+ 0x39, 0xb2, 0x95, 0xf0, 0xa6, 0xcc, 0xb3, 0x09, 0xfb, 0x5b, 0x2e, 0x99,
+ 0x66, 0xc3, 0xd8, 0x9a, 0x4e, 0x17, 0x77, 0xe9, 0xab, 0x79, 0x30, 0xa6,
+ 0x1a, 0xb1, 0x46, 0x89, 0x7a, 0xee, 0x40, 0x3d, 0x80, 0x14, 0x6b, 0xe6,
+ 0x1c, 0xc7, 0xfb, 0xbc, 0x28, 0x67, 0x8c, 0x2e, 0x2e, 0x44, 0xaf, 0xc6,
+ 0x4c, 0x39, 0xcd, 0xeb, 0x47, 0x1c, 0x60, 0xb4, 0x4c, 0x42, 0x25, 0x8f,
+ 0x99, 0xda, 0xf6, 0x91, 0x0d, 0x9d, 0xbd, 0x11, 0xf6, 0x35, 0xc3, 0x04,
+ 0xc1, 0xc6, 0x09, 0x8d, 0xa9, 0x33, 0xc1, 0x03, 0x50, 0xdc, 0x3b, 0x80,
+ 0xfe, 0x2f, 0xe6, 0x1a, 0x56, 0xb4, 0x09, 0x16, 0x9f, 0xfe, 0xb1, 0x30,
+ 0xf6, 0xed, 0xb2, 0x2e, 0x16, 0x8b, 0x0c, 0xd7, 0xe3, 0x93, 0xf9, 0x5d,
+ 0x7e, 0xc3, 0x34, 0x03, 0xd6, 0xc7, 0x25, 0xb9, 0xeb, 0x00, 0x9f, 0x1a,
+ 0x42, 0xf9, 0x34, 0x53, 0x16, 0x15, 0xa0, 0x08, 0x33, 0x17, 0x63, 0xc6,
+ 0x9c, 0xb5, 0x5e, 0x27, 0x1d, 0x7d, 0x6d, 0xd2, 0xa0, 0xd2, 0xfe, 0x5a,
+ 0x65, 0xe7, 0x0f, 0x33, 0x31, 0x17, 0xb2, 0xa7, 0x00, 0xfc, 0x5e, 0x81,
+ 0x87, 0x6c, 0x1a, 0x28, 0x91, 0x52, 0xa8, 0x76, 0x71, 0x31, 0x7f, 0x5d,
+ 0x4c, 0x26, 0x1c, 0x3b, 0x5a, 0x03, 0x3b, 0x72, 0x63, 0x13, 0x9f, 0x99,
+ 0x0c, 0xe6, 0x6c, 0x82, 0xba, 0xbd, 0xa4, 0x29, 0x1c, 0xf5, 0x17, 0x14,
+ 0xad, 0x46, 0x47, 0xa3, 0x29, 0xb2, 0x40, 0x47, 0xdc, 0x8a, 0xd6, 0x41,
+ 0x9c, 0xe6, 0x9b, 0xe5, 0x6e, 0x51, 0x32, 0xa1, 0x64, 0x90, 0x2f, 0x4b,
+ 0x36, 0x45, 0x31, 0x69, 0x62, 0x33, 0x58, 0xfd, 0xc0, 0x24, 0x09, 0x26,
+ 0x61, 0x31, 0x4f, 0xfd, 0x84, 0x65, 0xd6, 0x37, 0xd7, 0x4c, 0x9c, 0xaf,
+ 0xeb, 0x87, 0xe2, 0xfa, 0x01, 0x67, 0x5c, 0xe8, 0xdc, 0xd3, 0xa3, 0x7e,
+ 0xd4, 0x19, 0x82, 0x9c, 0x33, 0xf2, 0x0f, 0xc5, 0x2b, 0xf8, 0x42, 0x42,
+ 0x14, 0xb0, 0x6f, 0xc3, 0xa8, 0x13, 0xe2, 0xd8, 0xfc, 0xf0, 0xee, 0x97,
+ 0xe8, 0xf2, 0x1c, 0x96, 0xc7, 0x22, 0x78, 0xf7, 0xfe, 0x8a, 0xc6, 0x05,
+ 0x9b, 0x53, 0x1b, 0x70, 0x1c, 0xad, 0x87, 0xc5, 0x92, 0xd5, 0xff, 0xb2,
+ 0x98, 0x66, 0xf3, 0x22, 0x1f, 0x9f, 0x8c, 0x69, 0x75, 0xbf, 0x5c, 0xde,
+ 0xa4, 0xe5, 0xf2, 0x35, 0x9b, 0x4a, 0x83, 0xaa, 0x7e, 0x64, 0xef, 0x98,
+ 0x04, 0x95, 0x30, 0xd2, 0x27, 0x29, 0x5b, 0x03, 0x61, 0x20, 0xb1, 0xf1,
+ 0xbb, 0x10, 0x56, 0x4d, 0x58, 0x5f, 0xd9, 0xcc, 0x4b, 0x30, 0x7c, 0xa6,
+ 0x99, 0xe5, 0x63, 0x46, 0x6b, 0x17, 0x56, 0x0a, 0xa6, 0x00, 0x54, 0x9c,
+ 0x3e, 0x4e, 0x1d, 0x6c, 0xd8, 0x30, 0x95, 0xa0, 0x28, 0x33, 0xde, 0xe7,
+ 0xc4, 0x3b, 0xd4, 0x0c, 0x68, 0x42, 0x11, 0x9f, 0x71, 0x24, 0x8a, 0x32,
+ 0x45, 0x69, 0xbb, 0x34, 0x3d, 0x5c, 0x66, 0xb0, 0xbe, 0xd7, 0x19, 0xd4,
+ 0x18, 0xfd, 0x1c, 0x60, 0xde, 0x11, 0x0e, 0x06, 0x57, 0xe9, 0x02, 0xef,
+ 0x17, 0xd0, 0x5c, 0x89, 0x9c, 0xaa, 0x38, 0xbc, 0xa5, 0x43, 0x20, 0xaf,
+ 0x8e, 0x68, 0x86, 0x20, 0x89, 0x2b, 0xe6, 0x6c, 0x78, 0x83, 0x38, 0x80,
+ 0x19, 0x37, 0x80, 0xba, 0x21, 0x02, 0xeb, 0xa6, 0x74, 0x5a, 0x15, 0x62,
+ 0xa0, 0x63, 0x4f, 0x16, 0x55, 0x2d, 0x12, 0x77, 0xbe, 0xaa, 0x8b, 0x57,
+ 0x88, 0x50, 0x63, 0xe1, 0x34, 0x0b, 0x60, 0x41, 0x2f, 0x2f, 0xb3, 0x8c,
+ 0x50, 0x51, 0x06, 0x44, 0x25, 0x4f, 0xf6, 0x0e, 0x10, 0x94, 0x4d, 0x65,
+ 0x38, 0x1a, 0xb0, 0xcb, 0xc7, 0xc5, 0xbb, 0xa2, 0x3e, 0xce, 0xa7, 0x0c,
+ 0xee, 0xaa, 0xcc, 0x6f, 0xd9, 0x74, 0x78, 0x34, 0xbe, 0x95, 0xbe, 0x60,
+ 0xdb, 0x87, 0xe8, 0xa8, 0xcd, 0xba, 0x14, 0x3a, 0x8d, 0x95, 0x81, 0x10,
+ 0x41, 0xc6, 0x40, 0x2a, 0x62, 0xcb, 0x05, 0x8d, 0x96, 0xb3, 0xb4, 0xbe,
+ 0x53, 0xf8, 0x01, 0xa8, 0xa0, 0x4f, 0x89, 0xba, 0x8a, 0xc5, 0x59, 0xcc,
+ 0x95, 0x6c, 0x42, 0x1a, 0xe5, 0x93, 0x9c, 0x0d, 0xd3, 0x49, 0xfe, 0x19,
+ 0x76, 0x15, 0x69, 0xc5, 0x57, 0x11, 0xb0, 0x1a, 0xef, 0xc0, 0x0c, 0x2d,
+ 0x40, 0xf9, 0x14, 0xc6, 0x47, 0x25, 0xfb, 0x5e, 0xdf, 0x05, 0x2f, 0x05,
+ 0xff, 0xb0, 0x09, 0x4c, 0x97, 0xba, 0x61, 0xbd, 0x78, 0x90, 0xe2, 0xd4,
+ 0x7f, 0xce, 0x98, 0x85, 0x9a, 0x4d, 0x21, 0xb9, 0xcd, 0xc6, 0xc6, 0x6d,
+ 0x01, 0x0f, 0x13, 0x94, 0x8d, 0x9b, 0x25, 0x53, 0x67, 0xf7, 0xde, 0x05,
+ 0x6c, 0xfd, 0xa8, 0xd8, 0x9e, 0x06, 0x27, 0xd5, 0xe3, 0xf7, 0x67, 0x47,
+ 0xc0, 0x79, 0x90, 0x1b, 0x1c, 0xba, 0x9f, 0xb2, 0xe3, 0xe5, 0x74, 0x7a,
+ 0xf9, 0x38, 0x1f, 0x1d, 0x83, 0x0f, 0x30, 0xd3, 0xab, 0xa6, 0xc2, 0x99,
+ 0x90, 0xcd, 0x2b, 0x0c, 0x85, 0x31, 0x6c, 0xce, 0xea, 0x25, 0x58, 0x52,
+ 0x29, 0x20, 0x20, 0xec, 0xa0, 0xec, 0xcc, 0xeb, 0xb2, 0x98, 0x82, 0x24,
+ 0x63, 0xdb, 0x1f, 0x60, 0x20, 0x32, 0x76, 0xb2, 0x0a, 0xa5, 0x4c, 0xf6,
+ 0x66, 0x20, 0xc5, 0xb0, 0x66, 0xc2, 0x02, 0xc3, 0xa6, 0x6a, 0xf6, 0xab,
+ 0x00, 0x21, 0x9f, 0xb0, 0x62, 0x83, 0x8a, 0x95, 0xbb, 0x1b, 0xc0, 0x74,
+ 0x26, 0x14, 0x49, 0x58, 0x39, 0x76, 0x54, 0x35, 0x09, 0xb8, 0xf5, 0x5a,
+ 0x51, 0x29, 0x1f, 0x0a, 0xd8, 0x83, 0x54, 0xa0, 0xb9, 0x12, 0xf9, 0x8a,
+ 0x09, 0x1e, 0x83, 0x7b, 0x48, 0x61, 0x59, 0x25, 0x77, 0x7b, 0xe0, 0x56,
+ 0xbd, 0xa8, 0xce, 0xf0, 0xc0, 0x74, 0x9b, 0x5c, 0xd4, 0x03, 0x11, 0xf7,
+ 0x85, 0x6d, 0x40, 0x03, 0x38, 0x72, 0x85, 0x5d, 0x27, 0xdb, 0x6b, 0x2c,
+ 0x99, 0xd4, 0x56, 0x1c, 0x3e, 0xfd, 0x8c, 0x1d, 0x0a, 0x35, 0x5b, 0x0d,
+ 0x7d, 0x54, 0x96, 0x45, 0x49, 0x72, 0x03, 0x6e, 0xea, 0x45, 0x71, 0x4a,
+ 0x6a, 0xc4, 0x19, 0x79, 0x42, 0x31, 0xc1, 0x84, 0xbd, 0xdd, 0xb8, 0x19,
+ 0xcd, 0x20, 0xf9, 0x82, 0x2c, 0xf6, 0x57, 0x0a, 0x57, 0x22, 0x60, 0xca,
+ 0x66, 0x1f, 0x24, 0x54, 0x85, 0xa6, 0x95, 0x6a, 0x37, 0xd8, 0xcf, 0x1e,
+ 0x0b, 0xa1, 0x72, 0xe3, 0x02, 0xbb, 0x43, 0x22, 0x85, 0xdf, 0x89, 0x17,
+ 0x65, 0x76, 0x9b, 0xc3, 0xee, 0x93, 0x51, 0x0b, 0x32, 0xa8, 0xce, 0xae,
+ 0xa7, 0x6a, 0xbf, 0xb0, 0x4d, 0x23, 0xd6, 0x8d, 0x6b, 0xce, 0xff, 0xac,
+ 0xba, 0x89, 0x71, 0x72, 0x0d, 0x03, 0x01, 0xef, 0x92, 0xfc, 0x0c, 0xf7,
+ 0x22, 0xaa, 0x0c, 0xc7, 0x03, 0x2d, 0x5b, 0x19, 0x68, 0x1c, 0xaf, 0xa4,
+ 0x46, 0x8d, 0xa3, 0x85, 0x34, 0x24, 0x56, 0x61, 0x3e, 0x47, 0x08, 0x3a,
+ 0x5c, 0x89, 0xc8, 0x2b, 0xd2, 0x08, 0x98, 0x40, 0xd2, 0x68, 0xe3, 0xbb,
+ 0xf7, 0xc6, 0x29, 0xaf, 0xc2, 0x16, 0xe2, 0xe6, 0xee, 0x64, 0x8f, 0xfd,
+ 0x03, 0xba, 0x0d, 0xa3, 0xb8, 0x03, 0x22, 0x77, 0x9b, 0xdf, 0xd3, 0x10,
+ 0x9c, 0xe4, 0x20, 0x48, 0x72, 0x2c, 0x2f, 0xc0, 0xcf, 0x8e, 0x35, 0x66,
+ 0x5c, 0xdf, 0xed, 0xfe, 0x65, 0xbe, 0x07, 0xaa, 0x4b, 0x55, 0xf0, 0x55,
+ 0x89, 0xad, 0x2f, 0xb8, 0x0d, 0x5c, 0x14, 0x38, 0x0a, 0xab, 0xa0, 0xd7,
+ 0x99, 0xdd, 0xa2, 0xa2, 0x3d, 0xcd, 0xa1, 0xd1, 0xaa, 0xca, 0xcd, 0x90,
+ 0xb3, 0xcf, 0x6f, 0xd8, 0xfa, 0x47, 0x9f, 0x12, 0xf8, 0xc0, 0xda, 0xdd,
+ 0xed, 0x74, 0x46, 0xa3, 0xd7, 0xec, 0x37, 0x13, 0xf7, 0x82, 0x6d, 0xb7,
+ 0x66, 0x4d, 0xb3, 0xb0, 0xd1, 0x1a, 0xbf, 0x4a, 0xda, 0x54, 0x63, 0x6b,
+ 0xe5, 0x96, 0x10, 0xec, 0x03, 0x64, 0xb5, 0xb8, 0xc9, 0x40, 0x4b, 0x65,
+ 0xb3, 0x3e, 0x37, 0x4e, 0x1c, 0x1d, 0xfc, 0x4a, 0xbd, 0x00, 0xb3, 0x8b,
+ 0x46, 0x15, 0x3b, 0x57, 0x4e, 0xd5, 0xd3, 0xe2, 0x36, 0x1f, 0x31, 0x26,
+ 0x3c, 0x2e, 0xb8, 0x12, 0x56, 0x73, 0x76, 0xa6, 0x25, 0xaa, 0xfe, 0x71,
+ 0xb7, 0xf3, 0x2a, 0xe9, 0x76, 0x58, 0xe9, 0xbb, 0xca, 0x86, 0xe9, 0x10,
+ 0xbc, 0x23, 0x95, 0x59, 0xf0, 0x0c, 0xd7, 0x4f, 0x7c, 0x0b, 0x1d, 0x44,
+ 0x93, 0x03, 0x2d, 0x41, 0xa2, 0x6c, 0x5a, 0x74, 0x85, 0x8f, 0xe9, 0x25,
+ 0xb0, 0x0f, 0x70, 0xde, 0xcf, 0x47, 0x99, 0x66, 0x45, 0x60, 0x1b, 0x91,
+ 0x0a, 0xd7, 0x5f, 0x45, 0xb2, 0x90, 0xd9, 0x8c, 0xfb, 0x4c, 0xef, 0x85,
+ 0x56, 0x1c, 0x5d, 0xed, 0xb3, 0x46, 0xdc, 0x92, 0xb2, 0xad, 0x10, 0xbd,
+ 0x60, 0x2f, 0x9b, 0x1d, 0xf4, 0x24, 0x2d, 0xb9, 0xa5, 0xe2, 0xc7, 0xcb,
+ 0x62, 0x52, 0x13, 0x9f, 0x70, 0xfe, 0x62, 0xc4, 0x7e, 0xdc, 0xc1, 0xe9,
+ 0xe7, 0x91, 0x2f, 0x8b, 0xc0, 0x31, 0x21, 0xfc, 0xbb, 0xc1, 0x1e, 0xe9,
+ 0xfa, 0x37, 0xec, 0xb1, 0x98, 0x09, 0x91, 0x2c, 0x81, 0xf8, 0x4e, 0x33,
+ 0x44, 0xc4, 0xa4, 0x87, 0xba, 0x14, 0x4c, 0xdc, 0x12, 0x8f, 0xa9, 0x65,
+ 0x16, 0x52, 0x43, 0x1e, 0x10, 0x94, 0xa2, 0xb9, 0x25, 0x62, 0x71, 0x5d,
+ 0xc1, 0x7e, 0x5c, 0x35, 0x03, 0x80, 0xf2, 0xcc, 0x74, 0xf9, 0x12, 0x2f,
+ 0x65, 0x04, 0xe2, 0x33, 0xe7, 0x05, 0x72, 0x95, 0xef, 0xa2, 0x89, 0x17,
+ 0x06, 0x99, 0x8f, 0x4c, 0xf0, 0xf8, 0x6c, 0xa4, 0xd1, 0x49, 0x69, 0x87,
+ 0xab, 0xa2, 0x8b, 0x0e, 0x13, 0x14, 0x70, 0x08, 0x5f, 0x33, 0x71, 0xc2,
+ 0xb3, 0x4c, 0x20, 0xf1, 0xe9, 0x3c, 0xe5, 0x1a, 0x3e, 0x53, 0xb9, 0x40,
+ 0xce, 0xc8, 0x61, 0x45, 0x83, 0xbf, 0x63, 0x13, 0x8c, 0x1b, 0x01, 0xbe,
+ 0x48, 0x8c, 0xd1, 0xb4, 0xbe, 0x86, 0xeb, 0x49, 0x07, 0xd7, 0x21, 0xf6,
+ 0x14, 0xfb, 0x09, 0x73, 0x0c, 0xec, 0xa6, 0x42, 0xed, 0x73, 0x64, 0x7e,
+ 0x8e, 0x76, 0xd8, 0x68, 0x86, 0x45, 0x2d, 0x0b, 0xfe, 0x33, 0xf0, 0xe3,
+ 0xc5, 0x26, 0x5e, 0xec, 0xc3, 0x8b, 0x38, 0x1e, 0x5b, 0x8f, 0xd8, 0x3c,
+ 0x95, 0x32, 0x41, 0xa4, 0x3a, 0x91, 0x69, 0x3b, 0x68, 0x5e, 0x73, 0x49,
+ 0x86, 0x2d, 0xa0, 0xa3, 0x58, 0x05, 0x3d, 0xda, 0x00, 0xdd, 0x51, 0x7a,
+ 0xbc, 0x01, 0x7a, 0xcc, 0xd1, 0x6f, 0xf2, 0xb4, 0xe2, 0x34, 0x0a, 0xd4,
+ 0xcb, 0xce, 0x99, 0x6c, 0xbd, 0x5a, 0x2e, 0x02, 0xf9, 0x8e, 0xfa, 0x81,
+ 0x8d, 0x47, 0xdc, 0xd5, 0xde, 0x14, 0x69, 0x39, 0x86, 0x91, 0x9c, 0xb6,
+ 0xf6, 0x43, 0xf3, 0x79, 0xb3, 0x7e, 0x68, 0xf0, 0x36, 0xeb, 0x07, 0xc0,
+ 0xfb, 0x82, 0x7e, 0x30, 0xd0, 0x37, 0xed, 0x07, 0x03, 0x7d, 0xd3, 0x7e,
+ 0x00, 0xf4, 0xa7, 0xf6, 0x03, 0xbf, 0x94, 0x30, 0x1f, 0x1f, 0x30, 0xde,
+ 0x14, 0x38, 0xc5, 0x63, 0xf2, 0x73, 0xb6, 0x14, 0x81, 0xa6, 0x1a, 0x40,
+ 0xce, 0x6e, 0x58, 0x03, 0x4b, 0xd4, 0x87, 0x46, 0x64, 0x08, 0x86, 0x8b,
+ 0x9c, 0x6c, 0x09, 0x7e, 0x14, 0x1a, 0xfc, 0x8e, 0x9c, 0xb5, 0xd9, 0x1c,
+ 0x3e, 0x02, 0xe5, 0x0c, 0xf4, 0xcd, 0x92, 0x91, 0xc3, 0xb2, 0xe4, 0x4a,
+ 0x7a, 0xc3, 0x54, 0x7f, 0x6e, 0xac, 0x04, 0x78, 0xdc, 0x36, 0xcf, 0x5f,
+ 0xfd, 0x3d, 0x2b, 0x0b, 0xf8, 0x2d, 0x29, 0xd3, 0x56, 0x73, 0x31, 0x4d,
+ 0x47, 0x19, 0xcf, 0x2b, 0x2e, 0x6c, 0xc9, 0xda, 0x6b, 0xa6, 0x5b, 0xb1,
+ 0xf5, 0xac, 0x44, 0xfd, 0xf8, 0x86, 0xd5, 0xed, 0xee, 0x2a, 0xab, 0xea,
+ 0xf7, 0xf3, 0xab, 0x7c, 0x96, 0x71, 0x3b, 0x82, 0xdc, 0x8a, 0x66, 0x29,
+ 0x2c, 0x4b, 0x60, 0xbd, 0xc4, 0x25, 0x15, 0x64, 0x97, 0xd7, 0x69, 0x1f,
+ 0x76, 0x23, 0xa0, 0xa2, 0x89, 0x3a, 0x8e, 0x73, 0x61, 0x5a, 0x64, 0xab,
+ 0x39, 0x2e, 0x3a, 0xb0, 0x68, 0xed, 0x4d, 0x6f, 0x8b, 0x92, 0x69, 0xd6,
+ 0xda, 0x1a, 0x88, 0xeb, 0x2f, 0x9f, 0x87, 0x2b, 0xbe, 0xf6, 0xe1, 0x0a,
+ 0xf7, 0x7f, 0xf9, 0xf5, 0x27, 0x39, 0x49, 0xa7, 0x12, 0x9d, 0x36, 0x2d,
+ 0x63, 0x58, 0xce, 0xd1, 0xba, 0x00, 0xca, 0x31, 0xdb, 0x4e, 0x90, 0x99,
+ 0x1f, 0xb4, 0x06, 0xd0, 0x0b, 0x98, 0x46, 0x3d, 0xc3, 0xad, 0x0a, 0xfe,
+ 0x83, 0x56, 0x1e, 0x50, 0x1e, 0xde, 0xed, 0x89, 0x3d, 0xe4, 0x5f, 0xe6,
+ 0x97, 0xb8, 0x56, 0x1d, 0x72, 0x43, 0x83, 0xb4, 0xee, 0xc1, 0x64, 0xcb,
+ 0x75, 0x20, 0x5c, 0x66, 0x69, 0x99, 0x16, 0x1b, 0xad, 0xd1, 0x5d, 0x91,
+ 0x8f, 0x68, 0x3f, 0x0c, 0x36, 0x7d, 0xd8, 0x0d, 0xb3, 0x35, 0x97, 0x51,
+ 0x3b, 0xdb, 0x3b, 0x0e, 0xc0, 0xfe, 0x46, 0x76, 0x1a, 0x5c, 0x7e, 0x9b,
+ 0x5e, 0x63, 0x92, 0x80, 0x33, 0x3f, 0x68, 0x4c, 0x63, 0x56, 0xdd, 0xfa,
+ 0xae, 0x18, 0xd3, 0xee, 0x17, 0xb7, 0x5f, 0x29, 0x69, 0x4e, 0x80, 0x8e,
+ 0x96, 0x2a, 0x2a, 0x5e, 0xd5, 0x1d, 0x4e, 0x50, 0x77, 0x52, 0xec, 0x9c,
+ 0x8a, 0xca, 0xc4, 0x15, 0x2b, 0xd4, 0xed, 0x6a, 0xd8, 0xc5, 0xdd, 0x3e,
+ 0x0a, 0x15, 0x4b, 0xac, 0xca, 0xb0, 0xe0, 0x80, 0xd4, 0x64, 0x01, 0xe8,
+ 0x6b, 0xaf, 0x4f, 0x1a, 0x04, 0xea, 0x02, 0xd2, 0xac, 0x70, 0x5b, 0xc9,
+ 0xd4, 0x6f, 0xb6, 0x8b, 0xdf, 0x0d, 0x4e, 0x50, 0x23, 0xaa, 0x96, 0x6c,
+ 0xc3, 0x80, 0xc6, 0x4d, 0x26, 0x5d, 0xa0, 0x87, 0x6c, 0x5f, 0xc2, 0xd6,
+ 0x81, 0x8d, 0xa6, 0xac, 0x58, 0x56, 0xdb, 0x8d, 0xa9, 0xcc, 0x51, 0x35,
+ 0xda, 0xf1, 0x4a, 0x93, 0x5b, 0x53, 0xcb, 0x1a, 0x4e, 0x81, 0x72, 0xd0,
+ 0xf4, 0x99, 0xb2, 0x96, 0x8d, 0xdf, 0x18, 0x44, 0x79, 0x77, 0x32, 0xb6,
+ 0x4a, 0xa3, 0x5a, 0x45, 0x8a, 0x10, 0x9a, 0x0a, 0x84, 0x11, 0x15, 0x86,
+ 0x71, 0xc1, 0x06, 0xf5, 0x2e, 0x0c, 0x74, 0xb1, 0xd3, 0xd8, 0x46, 0x18,
+ 0x95, 0x2d, 0x80, 0xcc, 0xca, 0x4c, 0x75, 0x13, 0x2f, 0x58, 0xac, 0xd8,
+ 0xd6, 0x8d, 0x04, 0x4e, 0x76, 0x7d, 0x2e, 0x2d, 0xc4, 0x4c, 0x66, 0x1e,
+ 0xd0, 0xdc, 0x2d, 0x89, 0xec, 0xe2, 0x75, 0xe7, 0xd1, 0x5d, 0x36, 0xde,
+ 0x56, 0x2b, 0xa3, 0x95, 0xc3, 0xe4, 0xfd, 0x96, 0xe9, 0x5c, 0x0b, 0x06,
+ 0x7c, 0x32, 0xd1, 0x4d, 0x90, 0xa0, 0x8d, 0x65, 0xae, 0x02, 0x18, 0x14,
+ 0xd1, 0xc3, 0x3d, 0xf0, 0x3c, 0x23, 0x56, 0x93, 0x41, 0x85, 0xf1, 0x52,
+ 0xd8, 0x24, 0x6e, 0xa0, 0xec, 0x20, 0x13, 0xdb, 0x36, 0xe4, 0x3c, 0xdd,
+ 0xdd, 0xa5, 0xf1, 0x71, 0x86, 0x8e, 0x31, 0xea, 0xd6, 0x05, 0x14, 0xcb,
+ 0x86, 0x12, 0xc2, 0x8a, 0xc1, 0xb4, 0x1b, 0xfc, 0x5a, 0x65, 0x72, 0x02,
+ 0x49, 0xef, 0xc1, 0xf6, 0x20, 0x8d, 0x10, 0x73, 0xdc, 0x4e, 0x33, 0xe6,
+ 0xc2, 0x7e, 0x9d, 0x4e, 0x0c, 0xf0, 0xd8, 0xac, 0x5a, 0x14, 0xa0, 0x2b,
+ 0x71, 0x3b, 0xf2, 0x88, 0x49, 0x72, 0xe5, 0xa8, 0x04, 0x3f, 0xe0, 0x11,
+ 0x95, 0x80, 0xa1, 0xf8, 0xfd, 0x2b, 0x71, 0x96, 0x2e, 0xd4, 0x4a, 0xc0,
+ 0x88, 0xfe, 0x5e, 0x95, 0x10, 0xde, 0x52, 0x78, 0xbe, 0x4b, 0x8b, 0xd0,
+ 0x14, 0x8c, 0x12, 0xb8, 0x25, 0x92, 0x67, 0x2e, 0x7c, 0x30, 0xd1, 0x86,
+ 0x2d, 0x0b, 0xfe, 0x18, 0xa4, 0x00, 0xcd, 0x35, 0x4e, 0x34, 0x20, 0x4f,
+ 0x19, 0x0d, 0x5e, 0x55, 0x34, 0x1e, 0x58, 0x05, 0xfc, 0x69, 0x93, 0x02,
+ 0xfe, 0xb4, 0x41, 0x01, 0xcd, 0x65, 0xf0, 0x2f, 0x68, 0x03, 0x29, 0xc6,
+ 0xeb, 0x14, 0xf2, 0x05, 0xed, 0x68, 0x29, 0x84, 0xcc, 0x57, 0x62, 0x46,
+ 0x3a, 0x7c, 0x9c, 0xa7, 0xb3, 0x7c, 0xc4, 0xad, 0x82, 0xa0, 0xc9, 0x93,
+ 0x75, 0x8b, 0xe9, 0xbe, 0x78, 0xdc, 0x97, 0x8d, 0x20, 0xac, 0x82, 0xe3,
+ 0x0c, 0x6d, 0x07, 0x2f, 0xdf, 0x33, 0x4c, 0x8e, 0x00, 0x06, 0x20, 0x8d,
+ 0x02, 0x18, 0x3b, 0xee, 0x84, 0xed, 0x1c, 0xac, 0x1f, 0xb4, 0x89, 0x7b,
+ 0x29, 0x56, 0x1d, 0xac, 0x39, 0x1e, 0x23, 0x72, 0xc5, 0x5f, 0x21, 0xf6,
+ 0xc0, 0x56, 0x33, 0xb0, 0x88, 0xd3, 0x13, 0x1e, 0x09, 0xa3, 0x89, 0x48,
+ 0x2e, 0xc4, 0xf2, 0xe8, 0xec, 0x17, 0x46, 0x72, 0x96, 0xce, 0x1f, 0x69,
+ 0xfd, 0xc5, 0xef, 0xb4, 0x0a, 0x57, 0x60, 0xbf, 0xc4, 0x19, 0x84, 0xad,
+ 0x96, 0xca, 0x72, 0x41, 0x8e, 0x8c, 0x72, 0x1f, 0x22, 0x63, 0x3c, 0xa4,
+ 0xe3, 0x7b, 0xd4, 0x83, 0x68, 0x0b, 0x81, 0xab, 0xa2, 0xbe, 0x52, 0x08,
+ 0x02, 0x3b, 0x41, 0xf7, 0x55, 0xd8, 0x1c, 0x1e, 0x6a, 0x46, 0x9b, 0x94,
+ 0x2c, 0x60, 0x62, 0xf5, 0xa6, 0x95, 0xa3, 0xaa, 0xc5, 0xc2, 0xca, 0xd6,
+ 0xe5, 0x2b, 0xb2, 0x75, 0x56, 0x64, 0xed, 0x23, 0x3e, 0x3d, 0x30, 0x65,
+ 0xa9, 0x92, 0x96, 0x31, 0x61, 0x5e, 0xa4, 0xfa, 0xb0, 0x9a, 0xdf, 0xa6,
+ 0x8b, 0xab, 0x32, 0x45, 0x36, 0x9d, 0x32, 0x42, 0xf5, 0x9d, 0x12, 0xed,
+ 0xa2, 0x69, 0x3f, 0x18, 0xbd, 0xb2, 0xd1, 0x12, 0x02, 0xfd, 0x06, 0x0c,
+ 0x23, 0x20, 0xf5, 0xa4, 0xa2, 0x13, 0x13, 0xd6, 0x17, 0x33, 0x9a, 0x25,
+ 0x3f, 0x2f, 0xc8, 0xd0, 0x80, 0x7b, 0x37, 0x5a, 0xdb, 0xc0, 0x48, 0x85,
+ 0x1e, 0x00, 0xe9, 0x82, 0x49, 0x3f, 0x1d, 0x1d, 0x83, 0x75, 0xf4, 0x43,
+ 0x65, 0x1e, 0x48, 0xe3, 0x16, 0xb6, 0x39, 0x3e, 0x56, 0x85, 0x4c, 0x98,
+ 0x3c, 0x69, 0xe6, 0x70, 0x9d, 0x18, 0xbf, 0x44, 0xa3, 0x8c, 0x8d, 0xc4,
+ 0x26, 0x11, 0xa8, 0x3f, 0xd2, 0xc6, 0x4e, 0x66, 0xcd, 0x57, 0xae, 0xd9,
+ 0xed, 0x81, 0xe9, 0x53, 0x6e, 0xa8, 0x8f, 0x44, 0xfd, 0x0b, 0x25, 0x30,
+ 0x04, 0x37, 0x91, 0x4b, 0xa3, 0x85, 0x7a, 0x76, 0xcd, 0x16, 0x1b, 0x0d,
+ 0x54, 0x9e, 0x99, 0x96, 0xa4, 0xb5, 0x41, 0xb3, 0xa6, 0x70, 0x2b, 0x13,
+ 0x65, 0x8e, 0x4d, 0x5c, 0x5d, 0x6e, 0x56, 0xc6, 0xa1, 0xa4, 0x2a, 0x09,
+ 0x3b, 0xb4, 0x56, 0x63, 0x7f, 0x33, 0x2d, 0x9f, 0xb1, 0xda, 0xdd, 0x4e,
+ 0xb4, 0x2e, 0x4d, 0x1f, 0xd2, 0xc7, 0x8a, 0xcc, 0x50, 0xb2, 0x5e, 0xa8,
+ 0xed, 0x81, 0x99, 0x14, 0xc6, 0x1e, 0x89, 0xa1, 0xd4, 0x09, 0xf8, 0x09,
+ 0x53, 0xe5, 0x3c, 0xad, 0x46, 0x61, 0xc4, 0xa3, 0x18, 0x56, 0xbf, 0x1f,
+ 0xc9, 0xd2, 0x4a, 0x9f, 0x7e, 0xe4, 0x36, 0xca, 0x7c, 0x97, 0x35, 0x15,
+ 0x24, 0x80, 0x29, 0x0a, 0x35, 0xff, 0x06, 0xb2, 0xc6, 0x08, 0xe2, 0x19,
+ 0x05, 0xe9, 0x85, 0x6c, 0x63, 0x4e, 0x64, 0xd2, 0xf1, 0xdf, 0x98, 0x3e,
+ 0x0e, 0xa4, 0x95, 0xf3, 0x50, 0xd6, 0x25, 0xa3, 0x54, 0x18, 0xca, 0x6f,
+ 0xa7, 0xc5, 0x4d, 0x3a, 0xe5, 0x96, 0x64, 0x1c, 0x2c, 0xef, 0x27, 0x93,
+ 0x2a, 0x23, 0x6f, 0x02, 0x1c, 0x21, 0xe2, 0x70, 0xef, 0x8a, 0xf5, 0x23,
+ 0xdc, 0x5d, 0x0f, 0x0e, 0x48, 0x97, 0x7f, 0x79, 0x75, 0x78, 0xf0, 0x13,
+ 0x3f, 0x4c, 0xcf, 0xb8, 0xa5, 0x56, 0xda, 0x9b, 0xf1, 0x84, 0xfe, 0x2f,
+ 0x73, 0x72, 0x6b, 0xbe, 0x6f, 0x0e, 0xd6, 0x70, 0xa5, 0x00, 0x86, 0x83,
+ 0x2c, 0xde, 0x95, 0xc5, 0x3c, 0xff, 0x3b, 0x69, 0xd7, 0x64, 0x7f, 0xba,
+ 0xc9, 0x26, 0xa0, 0x7f, 0x31, 0xca, 0x48, 0x78, 0x9e, 0xdd, 0xa6, 0x88,
+ 0xbe, 0x12, 0x91, 0x04, 0x83, 0xe1, 0xfd, 0x65, 0xbe, 0xcb, 0x36, 0x1e,
+ 0x0f, 0x24, 0x1d, 0xa0, 0x80, 0x62, 0x1b, 0xb0, 0x7f, 0x80, 0x35, 0xd0,
+ 0x7f, 0x42, 0x9b, 0x56, 0xcc, 0xfb, 0x74, 0x02, 0x8c, 0xb0, 0xa8, 0xc1,
+ 0x94, 0xd9, 0x84, 0x8d, 0x5e, 0x98, 0x25, 0x18, 0x3c, 0x3f, 0xdb, 0x4f,
+ 0xe7, 0xe9, 0xb4, 0x60, 0x4a, 0xe8, 0x62, 0x59, 0x1f, 0x82, 0x02, 0x93,
+ 0x95, 0x07, 0x45, 0x36, 0x99, 0xe4, 0x23, 0x71, 0xe2, 0x78, 0x01, 0x15,
+ 0x7a, 0x3d, 0x52, 0x5e, 0xb2, 0xea, 0xe6, 0x00, 0x8f, 0x66, 0x83, 0xf4,
+ 0x16, 0x36, 0x1e, 0x88, 0x58, 0xc9, 0xfd, 0xd3, 0xf9, 0xc1, 0xbe, 0xe1,
+ 0xc8, 0x00, 0x13, 0xe6, 0x8f, 0xd1, 0x8f, 0x60, 0x16, 0x6e, 0x76, 0x58,
+ 0x1c, 0xb1, 0x0a, 0xba, 0xf7, 0x60, 0xc9, 0x2e, 0xe0, 0x5a, 0xcd, 0x3d,
+ 0xad, 0xdb, 0x3f, 0x86, 0xbb, 0xbd, 0xde, 0x2a, 0xf0, 0xf8, 0x1e, 0xed,
+ 0xee, 0x70, 0x7e, 0xab, 0xd6, 0xdd, 0x54, 0xa2, 0x71, 0x2a, 0x91, 0x46,
+ 0x1f, 0xbe, 0xe3, 0xab, 0xe4, 0xca, 0x73, 0xc3, 0x43, 0xdd, 0xf0, 0xd6,
+ 0xec, 0x80, 0x92, 0x8a, 0x63, 0x0d, 0xa7, 0x7f, 0xde, 0x44, 0x7e, 0xc2,
+ 0x2c, 0x60, 0xb9, 0x7c, 0x08, 0x51, 0xa4, 0x4e, 0xe1, 0xfe, 0x0e, 0x70,
+ 0xbd, 0x73, 0x8a, 0xd0, 0xb7, 0x18, 0x76, 0x06, 0x67, 0x2e, 0xbe, 0xb6,
+ 0xb0, 0x51, 0x3b, 0x6e, 0x0e, 0xf5, 0xd8, 0x76, 0x4c, 0xd9, 0xac, 0xa2,
+ 0x23, 0x45, 0x81, 0x9b, 0x09, 0x38, 0x8f, 0x83, 0xc3, 0xd3, 0x57, 0x30,
+ 0x88, 0x14, 0x90, 0x5a, 0x78, 0x10, 0xed, 0x40, 0x77, 0x1e, 0x64, 0xd3,
+ 0x2a, 0x5f, 0x56, 0x9c, 0xd6, 0x64, 0xb2, 0x92, 0x18, 0x63, 0xcd, 0x9a,
+ 0xd4, 0xce, 0x1f, 0x66, 0xc7, 0x72, 0x53, 0x0b, 0xfb, 0xe5, 0x8f, 0x67,
+ 0xca, 0x2e, 0x17, 0x57, 0xbe, 0x86, 0x3a, 0xca, 0x96, 0x38, 0x4f, 0xe4,
+ 0xc7, 0x95, 0x8c, 0x80, 0xd4, 0x31, 0xb8, 0xfe, 0x50, 0xa1, 0x3b, 0xa2,
+ 0x72, 0x5a, 0x09, 0x28, 0x72, 0x59, 0x87, 0x53, 0xca, 0xd5, 0x48, 0x91,
+ 0x85, 0xc4, 0x70, 0x2e, 0xd3, 0x49, 0x56, 0x3f, 0x82, 0xc3, 0x1b, 0x1e,
+ 0x0f, 0xc0, 0xd9, 0x19, 0xfc, 0xc6, 0xa9, 0xe2, 0xe0, 0xf4, 0x4a, 0x6c,
+ 0xf9, 0x26, 0x29, 0x78, 0x86, 0xe8, 0x55, 0xc5, 0x8d, 0xe5, 0xc7, 0xbb,
+ 0x2c, 0x9b, 0x5e, 0x64, 0xf7, 0xe7, 0x59, 0xf9, 0x07, 0xd4, 0xb3, 0xdf,
+ 0x49, 0xc7, 0x95, 0x32, 0xbb, 0x07, 0x9f, 0x2f, 0x5c, 0x89, 0x60, 0x97,
+ 0xf1, 0x29, 0x9f, 0x16, 0xa4, 0xbe, 0x08, 0xe9, 0x79, 0x00, 0x64, 0xee,
+ 0x94, 0x70, 0xaf, 0x86, 0xff, 0x11, 0xc5, 0xc2, 0xbe, 0xbf, 0x98, 0xcf,
+ 0x69, 0xda, 0xaf, 0x0b, 0x12, 0x6f, 0x70, 0x06, 0x9a, 0x4f, 0x71, 0x59,
+ 0xe6, 0x36, 0x81, 0xa2, 0x24, 0x7d, 0x85, 0xd1, 0x9e, 0xc1, 0xfb, 0x9a,
+ 0x9f, 0xbe, 0x67, 0x63, 0x39, 0xaa, 0x6a, 0xd8, 0x2d, 0x80, 0x43, 0x1e,
+ 0x3f, 0x46, 0x08, 0xaf, 0xc3, 0xbd, 0xf1, 0xe8, 0xe0, 0x2e, 0x65, 0xd4,
+ 0xd1, 0x52, 0x4f, 0x67, 0x8e, 0xd2, 0x96, 0x79, 0x53, 0x8c, 0x1f, 0x77,
+ 0xf8, 0x14, 0x46, 0x95, 0x11, 0xa3, 0x45, 0x47, 0x53, 0xc7, 0xca, 0xa2,
+ 0x2c, 0xe0, 0xee, 0x08, 0xd4, 0x1b, 0x87, 0xf8, 0x02, 0x8f, 0x35, 0x0d,
+ 0xe9, 0x17, 0x83, 0x62, 0x94, 0x97, 0xa3, 0x65, 0x5e, 0x9b, 0x4d, 0xdc,
+ 0xe1, 0xc3, 0x16, 0xf7, 0x45, 0xcb, 0x39, 0x8e, 0x25, 0xc6, 0xcb, 0x07,
+ 0x20, 0x83, 0xf4, 0x50, 0xf3, 0xdb, 0x21, 0xe5, 0x89, 0x0e, 0x26, 0xd8,
+ 0xcf, 0x19, 0x29, 0x50, 0x00, 0x34, 0x2a, 0x4a, 0x26, 0x99, 0x0b, 0x5c,
+ 0xc5, 0xea, 0xa2, 0x99, 0x52, 0xb8, 0xb9, 0x01, 0xa3, 0x10, 0x70, 0x0b,
+ 0x90, 0xb7, 0xfa, 0xb2, 0xe2, 0x88, 0x8d, 0x4b, 0x1f, 0xad, 0x93, 0xa2,
+ 0x5b, 0xe6, 0x46, 0xb7, 0x08, 0x32, 0x29, 0x98, 0x5d, 0x60, 0xd1, 0x83,
+ 0x63, 0xed, 0x31, 0x67, 0x43, 0x55, 0xd0, 0xc2, 0x29, 0x36, 0x71, 0x37,
+ 0xa8, 0x62, 0x95, 0x62, 0x9f, 0xcb, 0x3b, 0x24, 0x32, 0x3b, 0x84, 0x7c,
+ 0x4c, 0x56, 0xf4, 0x48, 0x3a, 0x02, 0x6d, 0x05, 0xdd, 0xaa, 0x94, 0x45,
+ 0x6a, 0x4c, 0x87, 0xaf, 0xe9, 0x94, 0xb4, 0x8c, 0x1f, 0xb8, 0x81, 0x0b,
+ 0x5c, 0xde, 0xa0, 0x92, 0x98, 0x11, 0x01, 0x17, 0x64, 0x06, 0x02, 0xc1,
+ 0xac, 0x70, 0x9a, 0x96, 0xf3, 0xb5, 0x5c, 0xde, 0x14, 0x11, 0x85, 0x39,
+ 0x8b, 0xe4, 0x08, 0x8e, 0x68, 0x67, 0x79, 0x55, 0xa1, 0xfd, 0x07, 0x0f,
+ 0xec, 0xb1, 0x01, 0xb4, 0xca, 0x5d, 0xd7, 0x8a, 0x27, 0x67, 0xf5, 0xe6,
+ 0xf5, 0xeb, 0x5b, 0xa6, 0x58, 0x2c, 0x6f, 0xd0, 0x95, 0x93, 0xbc, 0x3a,
+ 0xc5, 0x1f, 0x74, 0xec, 0xdc, 0x9b, 0x4e, 0x5f, 0x5d, 0x2e, 0x17, 0x8b,
+ 0xa2, 0x64, 0x8c, 0x7c, 0xc5, 0x57, 0x5c, 0x98, 0x45, 0xd2, 0xbc, 0xdc,
+ 0x7f, 0x04, 0xaf, 0x47, 0x71, 0x26, 0x8d, 0x2d, 0x44, 0x4b, 0x08, 0x9d,
+ 0x14, 0xa7, 0x33, 0x50, 0x82, 0x8d, 0x2d, 0x1e, 0x8c, 0x65, 0x18, 0xc9,
+ 0x07, 0x8f, 0xa3, 0x29, 0x37, 0x54, 0x81, 0xa5, 0x08, 0x9f, 0xf8, 0x8e,
+ 0x41, 0x59, 0x35, 0x53, 0x75, 0x6c, 0x2f, 0xc1, 0x7c, 0x86, 0xbd, 0x38,
+ 0x6e, 0x70, 0xd8, 0xfc, 0x06, 0x8e, 0x95, 0x4c, 0x2e, 0xc6, 0xcb, 0x51,
+ 0xc6, 0x4f, 0xe8, 0x69, 0xef, 0xb8, 0x28, 0x18, 0x07, 0x50, 0xe3, 0xc1,
+ 0x8a, 0x00, 0x3d, 0xac, 0x89, 0x4a, 0x04, 0x58, 0x0d, 0x9b, 0x77, 0xe1,
+ 0x4b, 0x84, 0x05, 0x83, 0xba, 0xc7, 0x57, 0x93, 0x59, 0xb3, 0x23, 0x7f,
+ 0xcd, 0x36, 0xc4, 0xaf, 0x61, 0x3f, 0xda, 0x1c, 0x9c, 0xe3, 0x00, 0x00,
+ 0x65, 0x8d, 0x4d, 0x19, 0xc8, 0x61, 0x2e, 0x07, 0x18, 0x65, 0x4d, 0xdc,
+ 0x8d, 0x32, 0xc7, 0x22, 0x17, 0x95, 0x05, 0xc0, 0x28, 0x07, 0x80, 0x28,
+ 0x33, 0x23, 0x02, 0x84, 0xed, 0x40, 0x3a, 0xc3, 0x35, 0x1b, 0x1d, 0xd3,
+ 0xb7, 0x0f, 0xd2, 0x59, 0x75, 0xc7, 0x94, 0x05, 0x2e, 0xad, 0x23, 0xe1,
+ 0x4c, 0x8a, 0xd5, 0xe6, 0x67, 0xde, 0xb8, 0x4e, 0xc1, 0xac, 0xc5, 0x95,
+ 0xc2, 0xc5, 0x5d, 0x8a, 0x3e, 0x4c, 0xfc, 0x14, 0x52, 0x2e, 0xb5, 0xf2,
+ 0x24, 0x99, 0xe9, 0xd3, 0x8a, 0xbe, 0x29, 0x7c, 0xf4, 0xf0, 0x48, 0x97,
+ 0xdb, 0xd0, 0xaa, 0xe0, 0x47, 0xee, 0xd3, 0xf1, 0xa3, 0xa8, 0x1a, 0x9e,
+ 0x99, 0xe7, 0x66, 0x15, 0xa0, 0xd8, 0x0f, 0x69, 0x99, 0xa3, 0x82, 0xf9,
+ 0x01, 0x9d, 0x28, 0xb8, 0x9a, 0x02, 0x12, 0x38, 0xcf, 0xe4, 0xb6, 0x8f,
+ 0xb7, 0xa3, 0xda, 0x25, 0x03, 0xbe, 0x68, 0x64, 0xf4, 0x6f, 0xda, 0xc8,
+ 0x48, 0x6d, 0x64, 0xfc, 0x6f, 0xda, 0xc8, 0x58, 0x6d, 0x64, 0xf2, 0x6f,
+ 0xda, 0xc8, 0x04, 0xe6, 0xb1, 0xb4, 0x2c, 0x2e, 0x37, 0x38, 0x9f, 0x53,
+ 0xe0, 0xd7, 0x3c, 0x9f, 0x63, 0x3b, 0x65, 0x58, 0x2b, 0x94, 0x6b, 0x95,
+ 0x74, 0x3a, 0x8f, 0x4b, 0x84, 0xee, 0x9c, 0xb4, 0x43, 0xbb, 0xba, 0xb0,
+ 0xd3, 0xf9, 0x41, 0x39, 0x85, 0x97, 0x07, 0xc9, 0xdc, 0x9d, 0x83, 0xcd,
+ 0x8b, 0xa0, 0x37, 0x83, 0x3e, 0x82, 0x34, 0xb8, 0xe6, 0x22, 0xbc, 0xdf,
+ 0x85, 0x2f, 0x39, 0x38, 0xf7, 0x60, 0x70, 0x2e, 0xb0, 0x3c, 0xa2, 0x5e,
+ 0xa5, 0xfb, 0xab, 0xd1, 0x91, 0xe9, 0x43, 0x5a, 0xce, 0x18, 0xf6, 0x72,
+ 0xb1, 0x2b, 0x8e, 0x4e, 0x2e, 0x32, 0x86, 0x37, 0xde, 0xbb, 0xbd, 0x85,
+ 0xed, 0xab, 0xf0, 0x5a, 0x31, 0x76, 0x87, 0xe8, 0x73, 0x32, 0x83, 0x72,
+ 0x68, 0x6f, 0x17, 0x20, 0x66, 0xc0, 0x5d, 0xba, 0xc1, 0x63, 0x9a, 0xb1,
+ 0x77, 0x6f, 0x7c, 0x9f, 0x8f, 0xb2, 0x37, 0x41, 0xf7, 0x87, 0xe0, 0xe5,
+ 0x2c, 0x9f, 0x8e, 0x7f, 0x82, 0xbb, 0x0a, 0xec, 0x37, 0x3a, 0x52, 0xbe,
+ 0x46, 0x1e, 0xb1, 0xf5, 0x69, 0xb1, 0x0b, 0xef, 0x01, 0x06, 0xdf, 0x20,
+ 0xa1, 0x9d, 0x20, 0xdb, 0xbd, 0xdd, 0x0d, 0xde, 0x1e, 0x9e, 0xfc, 0x04,
+ 0xd7, 0x54, 0xd9, 0xb7, 0x8a, 0xf1, 0xe0, 0x31, 0x98, 0x2e, 0x67, 0x8b,
+ 0x9f, 0x76, 0xf4, 0x8a, 0x5e, 0x64, 0xe9, 0x62, 0x31, 0x7d, 0xbc, 0x00,
+ 0x77, 0x29, 0x58, 0x83, 0x71, 0xf7, 0xa5, 0x55, 0x08, 0x5c, 0x85, 0x11,
+ 0x46, 0x6e, 0xb3, 0xb8, 0xee, 0x0f, 0xc6, 0x79, 0xd9, 0x6c, 0x74, 0x5b,
+ 0xd2, 0xbc, 0xfd, 0xe9, 0xd4, 0x88, 0x0b, 0x22, 0xf7, 0x88, 0x21, 0x75,
+ 0xc4, 0x74, 0x0d, 0xd0, 0xb4, 0xc6, 0x0a, 0xf6, 0x34, 0xe0, 0x2f, 0x51,
+ 0x16, 0x9f, 0x18, 0x6f, 0x0a, 0x38, 0x80, 0xa9, 0xa4, 0xda, 0xc2, 0xfa,
+ 0x95, 0xfa, 0x13, 0xed, 0x37, 0x68, 0x85, 0x22, 0x07, 0x10, 0xdc, 0x66,
+ 0x04, 0xaf, 0xba, 0x28, 0x01, 0xaf, 0xa2, 0x4e, 0x30, 0xde, 0xbf, 0x37,
+ 0x2a, 0x97, 0xcf, 0x32, 0xb6, 0xf2, 0x6b, 0x27, 0x41, 0x50, 0xfa, 0x27,
+ 0x47, 0x3d, 0xc5, 0xb9, 0x60, 0x5d, 0x14, 0x28, 0xbe, 0x7c, 0x37, 0x9b,
+ 0x06, 0x74, 0x6c, 0x02, 0x8d, 0xcf, 0x68, 0xf9, 0x57, 0x2e, 0x3d, 0xb0,
+ 0xed, 0x2c, 0x1b, 0xe5, 0x8a, 0xf1, 0x8f, 0x5a, 0xc8, 0xfd, 0x8d, 0xe4,
+ 0x28, 0x13, 0x06, 0x0a, 0xf4, 0x33, 0x7a, 0x8f, 0x03, 0x1f, 0x06, 0x95,
+ 0xb4, 0x52, 0x2c, 0x49, 0xff, 0xe5, 0x7e, 0x69, 0x10, 0x60, 0x94, 0x6f,
+ 0xce, 0x66, 0xd8, 0x19, 0x6c, 0xe3, 0x8f, 0xa3, 0x5d, 0x25, 0x03, 0x3a,
+ 0x6e, 0x55, 0x91, 0x2b, 0xd9, 0x45, 0x36, 0xca, 0x41, 0x25, 0x4c, 0xb9,
+ 0x36, 0xc6, 0x3b, 0xab, 0x2a, 0x9c, 0xfa, 0x3a, 0x35, 0x17, 0xdb, 0x03,
+ 0xca, 0x67, 0xc5, 0x34, 0xac, 0xa6, 0x08, 0xb0, 0x18, 0x3f, 0xee, 0x06,
+ 0xa7, 0xe8, 0xaa, 0xcb, 0x87, 0x27, 0x7a, 0xa6, 0x54, 0xb3, 0x82, 0xf6,
+ 0xd9, 0x00, 0x59, 0xd1, 0x7d, 0x11, 0x4e, 0x20, 0xe3, 0x95, 0xd1, 0xf4,
+ 0xb3, 0x66, 0x73, 0x41, 0xee, 0xb1, 0xc5, 0xa4, 0x65, 0xf3, 0x80, 0x1e,
+ 0x75, 0xe8, 0xd5, 0x3a, 0x51, 0x54, 0x39, 0x6d, 0x6f, 0x2d, 0x67, 0xc2,
+ 0x46, 0x72, 0x78, 0x67, 0x3a, 0xf4, 0x3c, 0x36, 0x1a, 0xd0, 0xca, 0x81,
+ 0x08, 0xe9, 0xe7, 0x69, 0xf6, 0x7a, 0x8c, 0xf7, 0x4f, 0xb8, 0x33, 0x17,
+ 0x4a, 0x82, 0x38, 0xe1, 0x20, 0xf5, 0xbd, 0x22, 0xe7, 0x5e, 0xa6, 0x01,
+ 0xbe, 0x42, 0x35, 0x49, 0xd6, 0x4d, 0x90, 0x12, 0x73, 0x15, 0xab, 0x61,
+ 0xb8, 0xdb, 0xe1, 0x2d, 0xbe, 0x02, 0x9e, 0x48, 0x23, 0x67, 0xd3, 0x64,
+ 0x6e, 0xda, 0xa4, 0xca, 0x60, 0xeb, 0x9a, 0x1d, 0x96, 0x68, 0x23, 0x2d,
+ 0x0d, 0x74, 0xc4, 0x84, 0xf5, 0xfc, 0x70, 0x79, 0x19, 0xa0, 0x25, 0x08,
+ 0x8b, 0x37, 0x0c, 0x0b, 0x6f, 0xcf, 0x02, 0x18, 0x90, 0xf9, 0x88, 0xdb,
+ 0x0b, 0x39, 0x91, 0xab, 0x6e, 0x4f, 0x94, 0x12, 0xf6, 0x45, 0xb1, 0xee,
+ 0xf2, 0x1c, 0x6c, 0xa2, 0x3a, 0xe0, 0x11, 0x18, 0x18, 0x12, 0x33, 0x61,
+ 0xb1, 0x14, 0x56, 0x67, 0x69, 0xc1, 0x54, 0x2c, 0xd7, 0x2f, 0x21, 0xa4,
+ 0xe0, 0x4f, 0x9c, 0x19, 0x52, 0xc0, 0x51, 0x76, 0x01, 0x0a, 0x3d, 0x4c,
+ 0x85, 0xbf, 0x20, 0x1c, 0x70, 0x92, 0x7d, 0x74, 0x8c, 0xfb, 0x88, 0x0a,
+ 0xe1, 0xde, 0x28, 0x8c, 0x9f, 0xff, 0xc8, 0x2a, 0xb1, 0x24, 0x0e, 0xf0,
+ 0x5d, 0xc7, 0x1d, 0x1c, 0x6b, 0xc1, 0x23, 0x93, 0xe8, 0x1b, 0x46, 0xe5,
+ 0x91, 0xad, 0x76, 0x00, 0x26, 0xbf, 0x42, 0x7d, 0x8b, 0xe8, 0x0e, 0xbd,
+ 0xb9, 0xcf, 0xc9, 0xb7, 0xee, 0x3d, 0xed, 0xfa, 0xdf, 0x47, 0x42, 0x3a,
+ 0xe8, 0x6b, 0x63, 0xe9, 0xfc, 0xf1, 0xfd, 0x3b, 0xb4, 0xb2, 0x34, 0x73,
+ 0x39, 0xb7, 0xe3, 0xee, 0xb0, 0x4f, 0xc7, 0xc7, 0xf8, 0xad, 0xe2, 0xae,
+ 0xcc, 0x8a, 0x23, 0xa5, 0x76, 0x3a, 0x78, 0x0e, 0x17, 0x4f, 0xa1, 0x34,
+ 0xed, 0x0d, 0x1d, 0xfd, 0xab, 0x6f, 0x22, 0x1b, 0x26, 0x32, 0x61, 0x62,
+ 0x1b, 0x26, 0x36, 0x61, 0x12, 0x1b, 0x26, 0x31, 0x61, 0xba, 0x36, 0x4c,
+ 0xd7, 0x84, 0xe9, 0xd9, 0x30, 0x3d, 0x13, 0xa6, 0x6f, 0xc3, 0xf4, 0x4d,
+ 0x98, 0x81, 0x0d, 0x33, 0x30, 0x61, 0x86, 0x36, 0xcc, 0xd0, 0xe2, 0x61,
+ 0xc7, 0xc1, 0xc4, 0x8e, 0x05, 0xe5, 0x62, 0xb5, 0xc5, 0xeb, 0xd0, 0xc1,
+ 0xec, 0xd0, 0xe2, 0x36, 0x04, 0x95, 0xcd, 0x22, 0x9b, 0x20, 0xbd, 0xb7,
+ 0x7b, 0x90, 0xde, 0xdb, 0xa4, 0x39, 0xbc, 0x87, 0xbe, 0xdd, 0xa7, 0x1c,
+ 0xde, 0xea, 0x59, 0x7a, 0x6f, 0xf7, 0x2f, 0x87, 0xb7, 0x7a, 0x99, 0xde,
+ 0xdb, 0x7d, 0xcd, 0xe1, 0xad, 0x1e, 0xa7, 0xf7, 0x76, 0xbf, 0x73, 0x78,
+ 0xab, 0xf7, 0xe9, 0xbd, 0x2d, 0x03, 0x1c, 0xde, 0x92, 0x04, 0x7a, 0x6f,
+ 0xcb, 0x03, 0x87, 0xb7, 0xa4, 0x82, 0xde, 0xdb, 0xb2, 0xc1, 0xe1, 0x2d,
+ 0x09, 0xe1, 0xfd, 0x65, 0xcb, 0x89, 0xe8, 0x30, 0x4b, 0x5a, 0x38, 0x86,
+ 0xbf, 0x8b, 0x3d, 0x7d, 0xec, 0x90, 0x1f, 0x81, 0x11, 0x29, 0xae, 0x86,
+ 0xcd, 0xd0, 0x57, 0x5e, 0x90, 0xdc, 0x28, 0x2f, 0x22, 0x0b, 0xc2, 0xa4,
+ 0x11, 0x5b, 0x10, 0xb1, 0x01, 0x91, 0x58, 0x10, 0x89, 0x01, 0xd1, 0xb5,
+ 0x20, 0xba, 0x06, 0x44, 0xcf, 0x82, 0xe8, 0x19, 0x10, 0x7d, 0x0b, 0xa2,
+ 0x6f, 0x40, 0x0c, 0x2c, 0x88, 0x81, 0x01, 0x31, 0xb4, 0x20, 0x86, 0x26,
+ 0xc7, 0x3a, 0x36, 0xcb, 0x3a, 0x26, 0x8c, 0x83, 0xad, 0x26, 0x5f, 0x43,
+ 0x9b, 0xb1, 0xd8, 0x3b, 0x4e, 0x3b, 0x03, 0xd9, 0xa2, 0xda, 0xac, 0x0d,
+ 0x3b, 0xca, 0x6d, 0x0e, 0xbe, 0x3f, 0x22, 0xff, 0xc7, 0xe9, 0x64, 0x39,
+ 0x47, 0x31, 0x80, 0x7b, 0x76, 0x23, 0xb0, 0x55, 0xf2, 0xe5, 0xe5, 0x00,
+ 0x2d, 0x78, 0x7c, 0xed, 0xc0, 0x4d, 0x03, 0xbf, 0x2b, 0xa0, 0xe0, 0xa0,
+ 0x67, 0x04, 0x22, 0x11, 0x04, 0x53, 0xe6, 0xe9, 0x74, 0xe9, 0x66, 0x9a,
+ 0xcf, 0x3f, 0x55, 0xe8, 0xe8, 0x01, 0x1a, 0xcb, 0x0d, 0x53, 0x19, 0xd0,
+ 0x2f, 0x86, 0xad, 0xce, 0xa3, 0xbb, 0xc3, 0xe2, 0x61, 0xce, 0x0b, 0xb9,
+ 0xa4, 0xa3, 0xf8, 0xb2, 0x12, 0xb7, 0xa7, 0xaa, 0x87, 0x1c, 0xce, 0x02,
+ 0x99, 0x6e, 0xcb, 0x49, 0x67, 0xdc, 0x6c, 0x88, 0x98, 0xdc, 0x72, 0x92,
+ 0x93, 0x9b, 0x09, 0x2a, 0x4d, 0x29, 0x2c, 0x95, 0x0f, 0x73, 0x3a, 0x9b,
+ 0x63, 0x6a, 0xe9, 0x39, 0xec, 0x25, 0x2f, 0xc8, 0xd1, 0xdd, 0x73, 0x1d,
+ 0x16, 0x1d, 0x73, 0x9b, 0x6d, 0xea, 0x04, 0x9c, 0x48, 0x49, 0x4b, 0x2e,
+ 0x94, 0xb3, 0x1a, 0x52, 0x00, 0x70, 0x51, 0xfc, 0xb1, 0xd2, 0xbd, 0xb5,
+ 0xc9, 0x7f, 0xbe, 0xf1, 0x93, 0x97, 0x97, 0x7f, 0x14, 0xbf, 0x04, 0xa1,
+ 0xb9, 0x29, 0x9b, 0x54, 0xdc, 0xc0, 0x3e, 0x64, 0x79, 0x89, 0x4b, 0x3a,
+ 0xb8, 0xef, 0xf0, 0x4d, 0xa3, 0xbc, 0x9a, 0x6c, 0x9c, 0xd7, 0xed, 0xa8,
+ 0x07, 0x76, 0xbc, 0xd6, 0xf2, 0x3e, 0x34, 0x1e, 0x8d, 0x62, 0xf5, 0xa4,
+ 0xc9, 0x38, 0x5a, 0xc3, 0x64, 0xcc, 0x2f, 0xa6, 0x34, 0xbe, 0x4a, 0x68,
+ 0xdb, 0x8c, 0xd6, 0xb1, 0x6d, 0xda, 0xa8, 0xb4, 0x3f, 0xc7, 0xdd, 0xbf,
+ 0x9c, 0x2d, 0xcc, 0x97, 0x38, 0x63, 0x98, 0x2f, 0x23, 0x27, 0x24, 0xc8,
+ 0xf7, 0x6c, 0x14, 0xc7, 0xd7, 0xf5, 0x35, 0xeb, 0xcc, 0x6b, 0x72, 0x0e,
+ 0x70, 0xb8, 0xf5, 0xc3, 0xbd, 0xbc, 0xe6, 0x88, 0x07, 0xa1, 0xd0, 0x84,
+ 0x80, 0xda, 0x6d, 0xf3, 0x8e, 0xef, 0x6b, 0xd9, 0x2e, 0xb3, 0xcc, 0xe6,
+ 0x7c, 0x33, 0x93, 0x82, 0x2b, 0x90, 0xd8, 0xe6, 0x90, 0x03, 0x09, 0x10,
+ 0xcb, 0xa6, 0xe9, 0xa2, 0x82, 0x4b, 0x4b, 0x64, 0xf1, 0x4e, 0xab, 0x6a,
+ 0x39, 0xcb, 0xc6, 0x8d, 0x75, 0x5c, 0x5e, 0x13, 0x64, 0xc5, 0xa0, 0x41,
+ 0x12, 0x54, 0xe5, 0xbb, 0x02, 0xfc, 0x81, 0xc9, 0x4e, 0x8e, 0xd2, 0x9d,
+ 0xce, 0xaf, 0x3e, 0x73, 0xc1, 0x66, 0x7b, 0xf0, 0x6b, 0xf6, 0x7c, 0x5d,
+ 0x7f, 0xc6, 0xd8, 0x71, 0x7f, 0xa4, 0xcf, 0x17, 0xe6, 0xe7, 0xb2, 0xf9,
+ 0xfc, 0x00, 0xb7, 0x51, 0x6f, 0x95, 0xc0, 0x4a, 0xfc, 0x0a, 0x05, 0x0f,
+ 0x85, 0xdb, 0x6c, 0xcd, 0x25, 0x20, 0x6e, 0x24, 0xc9, 0x95, 0xf9, 0x2f,
+ 0xf3, 0x3f, 0xd9, 0xca, 0x23, 0x0e, 0xa9, 0xc6, 0xa4, 0x51, 0x65, 0xff,
+ 0xc3, 0x59, 0x0c, 0xdd, 0xbc, 0x68, 0x2f, 0x86, 0x8c, 0x00, 0xe0, 0x81,
+ 0xb2, 0x6e, 0x51, 0x7f, 0x99, 0xcb, 0xcb, 0x1b, 0x10, 0xfc, 0x40, 0xde,
+ 0xde, 0x20, 0x21, 0x12, 0x77, 0xb3, 0xd4, 0x69, 0x80, 0xee, 0x67, 0xa1,
+ 0xc8, 0xa3, 0x87, 0xce, 0x59, 0xfa, 0xf7, 0x71, 0x8a, 0x62, 0x4f, 0x57,
+ 0x83, 0x5e, 0x49, 0x0f, 0x1f, 0x3a, 0x9b, 0xcf, 0x4b, 0x32, 0x8b, 0x00,
+ 0x6b, 0x8b, 0xd9, 0x82, 0x9b, 0x21, 0xe4, 0x5e, 0xec, 0x18, 0x7d, 0x48,
+ 0xf9, 0xa1, 0xe8, 0x0e, 0xee, 0xf3, 0x50, 0x73, 0xe7, 0xf7, 0x13, 0x8e,
+ 0x0e, 0x7e, 0x55, 0x44, 0xf8, 0x92, 0x6e, 0xd6, 0xe0, 0xe4, 0x47, 0x62,
+ 0xfc, 0x36, 0x9b, 0x67, 0x78, 0xb7, 0x2a, 0x85, 0x91, 0xc6, 0x30, 0xf0,
+ 0x04, 0x43, 0x18, 0xa4, 0x68, 0x3b, 0x39, 0x29, 0xe8, 0x8a, 0xc5, 0x67,
+ 0x7e, 0x51, 0x07, 0x5c, 0xff, 0x43, 0x0f, 0xd1, 0xe8, 0x4b, 0x88, 0xe2,
+ 0x92, 0x5a, 0x5d, 0x8e, 0x0f, 0xd2, 0x72, 0x4c, 0x97, 0xf3, 0xd0, 0xf2,
+ 0xc0, 0x5d, 0xa3, 0xaa, 0xf1, 0x6b, 0x71, 0xc0, 0x5f, 0x81, 0x67, 0x2b,
+ 0x99, 0xf0, 0x3f, 0xd0, 0x95, 0xa5, 0x68, 0x78, 0x03, 0xa0, 0x30, 0x2f,
+ 0xb1, 0x65, 0x07, 0xae, 0x2a, 0xbe, 0x14, 0xe7, 0x1f, 0x3f, 0x81, 0xd6,
+ 0xcf, 0x34, 0x14, 0x7c, 0x09, 0xe5, 0xcd, 0xc7, 0x19, 0x7b, 0x79, 0x72,
+ 0x48, 0xe7, 0xa7, 0x78, 0x5f, 0x89, 0x5f, 0x7c, 0xc2, 0xcb, 0x4c, 0x34,
+ 0x51, 0x8a, 0xbb, 0x6a, 0x75, 0xc6, 0x36, 0x0e, 0xa5, 0xb8, 0x5c, 0xa7,
+ 0x79, 0x86, 0x72, 0xc3, 0x3c, 0xee, 0x8f, 0xc4, 0x46, 0x9f, 0x1f, 0x1b,
+ 0x89, 0x69, 0x9e, 0xb0, 0xd9, 0xbe, 0xaf, 0x16, 0x77, 0xd2, 0xc8, 0xc4,
+ 0x85, 0x13, 0x9e, 0xf1, 0x99, 0x07, 0x82, 0xe0, 0x4e, 0x9b, 0xc2, 0x14,
+ 0x01, 0xed, 0xfd, 0x20, 0xaf, 0x65, 0x5d, 0xa1, 0x10, 0x43, 0x2d, 0x6f,
+ 0x4a, 0xb6, 0x57, 0x1b, 0xc1, 0x0d, 0x7d, 0xda, 0xdf, 0x8e, 0xc8, 0xbd,
+ 0x17, 0x5b, 0xc3, 0xa4, 0xb6, 0x2e, 0x46, 0xc5, 0xf4, 0x2f, 0x73, 0xce,
+ 0x3a, 0x18, 0x83, 0x12, 0x41, 0x72, 0x51, 0x7b, 0xcb, 0x37, 0x8a, 0x17,
+ 0x78, 0xe3, 0x95, 0x07, 0x8f, 0x67, 0xfb, 0x53, 0x3a, 0x8e, 0x61, 0x7f,
+ 0x71, 0x7a, 0xa0, 0x3b, 0x72, 0x38, 0xdd, 0xc0, 0x6a, 0x44, 0x2e, 0xc0,
+ 0x64, 0x47, 0xab, 0xcb, 0xc7, 0xe6, 0x34, 0x16, 0x5d, 0x7d, 0x83, 0x58,
+ 0xfa, 0x71, 0x3c, 0x34, 0x97, 0x69, 0xb9, 0xbd, 0x2c, 0xc7, 0x1b, 0x86,
+ 0x10, 0x7e, 0xa3, 0xd2, 0x82, 0x1f, 0x60, 0x08, 0x0a, 0x80, 0x79, 0x89,
+ 0x56, 0xa5, 0x9f, 0xac, 0x72, 0xe9, 0x0c, 0xc9, 0xa2, 0x45, 0x55, 0x19,
+ 0x15, 0x69, 0x25, 0xfc, 0x3c, 0xb2, 0xd1, 0x72, 0x86, 0x81, 0x33, 0x8e,
+ 0x6e, 0xeb, 0xab, 0x82, 0x5f, 0x69, 0xbb, 0x00, 0xab, 0xd2, 0xd1, 0x68,
+ 0x79, 0x86, 0x5f, 0x02, 0xc8, 0x8a, 0xc2, 0x08, 0x30, 0x7e, 0xee, 0x06,
+ 0xe4, 0xd7, 0x52, 0x81, 0xcb, 0x31, 0xac, 0x05, 0x4c, 0x4a, 0x72, 0x86,
+ 0xf3, 0xf2, 0x84, 0x6d, 0xd8, 0xa7, 0x3f, 0xed, 0x48, 0x77, 0x0a, 0xe0,
+ 0x3d, 0x88, 0x4e, 0x73, 0xef, 0x0e, 0x2b, 0x8a, 0x5a, 0x06, 0xd9, 0x75,
+ 0xce, 0xd2, 0xc5, 0x7b, 0x26, 0x12, 0x27, 0xf3, 0xf7, 0xf3, 0x4c, 0x7a,
+ 0x1d, 0x93, 0x6c, 0x82, 0xfb, 0x07, 0xde, 0x4e, 0x6c, 0x2e, 0xfb, 0xe7,
+ 0xf3, 0x3a, 0xfd, 0x24, 0xae, 0x5f, 0x53, 0x7d, 0xc9, 0xfc, 0xc4, 0x26,
+ 0xcc, 0x5f, 0x17, 0xca, 0x28, 0x38, 0x99, 0x70, 0x1f, 0xc1, 0xf1, 0x4e,
+ 0x80, 0xcc, 0x2e, 0x1a, 0x27, 0x4f, 0xae, 0xbe, 0x34, 0x66, 0x2d, 0x58,
+ 0xb9, 0x85, 0xd3, 0xd4, 0x23, 0xdd, 0xda, 0x66, 0xda, 0x0a, 0x9c, 0xa6,
+ 0xc1, 0x1c, 0x32, 0xcd, 0x6a, 0xdc, 0xb5, 0x03, 0xff, 0xc0, 0x1c, 0x2a,
+ 0xee, 0x5a, 0x8f, 0x9b, 0x0e, 0xc5, 0xd8, 0x0f, 0xc3, 0xc6, 0xc7, 0xaa,
+ 0xf1, 0xc4, 0x81, 0x9b, 0xaf, 0xa4, 0x04, 0xec, 0x81, 0x19, 0x0a, 0xfc,
+ 0xb6, 0xb8, 0xd3, 0x99, 0x18, 0xe0, 0x6c, 0xc5, 0xae, 0xe0, 0x46, 0x6c,
+ 0xa5, 0x12, 0x10, 0x68, 0x3b, 0x8e, 0x3b, 0x42, 0xd8, 0xfd, 0xdc, 0x62,
+ 0x86, 0xe6, 0x52, 0x5c, 0xe1, 0x44, 0x18, 0x91, 0x1d, 0xb0, 0x0d, 0xc2,
+ 0xc9, 0x11, 0x5d, 0xe2, 0x92, 0xce, 0xd0, 0xc1, 0x12, 0xfd, 0xe3, 0x12,
+ 0x6a, 0x2d, 0xdd, 0x38, 0x11, 0xa5, 0x54, 0x92, 0x17, 0xf3, 0x47, 0x41,
+ 0x1e, 0x6c, 0x41, 0x70, 0x4a, 0x3b, 0x5e, 0xf2, 0xc1, 0x25, 0xa4, 0x05,
+ 0xbc, 0x8e, 0x0f, 0x96, 0xb5, 0xc2, 0x6b, 0x6d, 0x98, 0xf3, 0x7a, 0x54,
+ 0xa6, 0xa3, 0xb0, 0xeb, 0xd6, 0x33, 0x9b, 0xe7, 0xd1, 0xcb, 0x7d, 0x39,
+ 0x6f, 0x5c, 0xe6, 0xb9, 0xdb, 0x0f, 0xfa, 0xa6, 0x21, 0x89, 0x2a, 0xbd,
+ 0x47, 0xff, 0x3e, 0xee, 0xa3, 0x81, 0x92, 0xd5, 0x84, 0x00, 0xb9, 0x49,
+ 0xd1, 0x39, 0xbf, 0x34, 0xee, 0x64, 0x53, 0x1d, 0xdf, 0xcf, 0x0f, 0x48,
+ 0x43, 0x84, 0x4a, 0x96, 0xcb, 0xec, 0x4d, 0xc0, 0x6f, 0x66, 0x57, 0xc1,
+ 0xe1, 0xf1, 0xc1, 0x7b, 0xea, 0x3f, 0x3c, 0x59, 0xa5, 0x18, 0x22, 0x72,
+ 0x99, 0xe3, 0x8a, 0x25, 0xbf, 0x28, 0x59, 0xa1, 0xe5, 0x15, 0xea, 0x77,
+ 0xa7, 0x8d, 0x40, 0x79, 0xff, 0x9d, 0x5b, 0x51, 0xb9, 0xfb, 0x5d, 0x75,
+ 0x97, 0x4f, 0xea, 0xea, 0x2f, 0xf3, 0x63, 0xa6, 0x18, 0xb3, 0x22, 0x0f,
+ 0x0b, 0x5c, 0x66, 0x40, 0x6e, 0x05, 0x5d, 0xf0, 0x1d, 0xcc, 0xc8, 0xa3,
+ 0x25, 0x1d, 0x8d, 0xc0, 0xca, 0xc5, 0xe7, 0xcf, 0x93, 0x74, 0x84, 0x57,
+ 0x7c, 0xe1, 0x2e, 0x17, 0x67, 0xb7, 0x65, 0x7d, 0x3a, 0xd9, 0x3b, 0x68,
+ 0x14, 0x4f, 0x5e, 0x24, 0xe7, 0xa2, 0x7a, 0x12, 0x29, 0x34, 0x42, 0xbc,
+ 0xa6, 0xd5, 0xc8, 0x3c, 0x53, 0x76, 0xc8, 0x27, 0x10, 0xf9, 0x0d, 0x37,
+ 0x91, 0xd9, 0x5c, 0x0c, 0x80, 0x62, 0xb0, 0x4d, 0xd1, 0xe5, 0x9d, 0xfb,
+ 0xff, 0xd1, 0xa5, 0x02, 0xa6, 0xc3, 0x83, 0x86, 0x0a, 0x7f, 0x50, 0x2b,
+ 0x97, 0x66, 0x5c, 0x7e, 0xeb, 0x9b, 0x3c, 0xf6, 0x4a, 0xba, 0xaa, 0x6b,
+ 0xcf, 0x5b, 0x4d, 0xb7, 0x1c, 0xd5, 0x37, 0x70, 0xb5, 0x94, 0x0f, 0xd9,
+ 0xe6, 0xbe, 0xfc, 0x1e, 0xb9, 0x35, 0x11, 0x94, 0x70, 0x88, 0x83, 0x6b,
+ 0x65, 0x8e, 0x93, 0x07, 0x6e, 0x9b, 0xda, 0x0d, 0x40, 0xe1, 0x00, 0xf9,
+ 0x06, 0xe6, 0x4e, 0xf3, 0x4f, 0xc4, 0x9c, 0x05, 0x5a, 0x63, 0xc7, 0x65,
+ 0xfa, 0x00, 0xb5, 0x04, 0xbf, 0x0f, 0x72, 0xfc, 0x95, 0x23, 0x15, 0x17,
+ 0x0f, 0xbc, 0xe0, 0xc7, 0x3d, 0xe9, 0x6a, 0x74, 0xe5, 0x20, 0x9b, 0x2b,
+ 0x5c, 0xd9, 0x9f, 0x4c, 0xb8, 0x3f, 0x4f, 0x5e, 0x33, 0x0d, 0x7f, 0x9e,
+ 0x81, 0x77, 0x01, 0xdb, 0x1f, 0x41, 0x2b, 0x16, 0x29, 0xeb, 0x22, 0xd6,
+ 0x06, 0x7e, 0x72, 0x8d, 0xb6, 0x74, 0xbe, 0x38, 0x60, 0x1d, 0xc1, 0xec,
+ 0x0d, 0xbb, 0x84, 0x51, 0xa3, 0x23, 0xd3, 0x5a, 0x05, 0x32, 0x7b, 0x78,
+ 0x40, 0x33, 0x2f, 0xbd, 0x41, 0x3d, 0x35, 0xa3, 0xd9, 0xd7, 0xf0, 0x7b,
+ 0x53, 0x3e, 0x01, 0x0f, 0x5e, 0x0b, 0x44, 0xf3, 0xd2, 0xe7, 0x4e, 0x90,
+ 0xd5, 0x23, 0x74, 0x02, 0x04, 0xbb, 0x3e, 0x93, 0x62, 0xf2, 0x44, 0x87,
+ 0x75, 0x51, 0xb0, 0x50, 0xde, 0xa1, 0x23, 0xe9, 0x12, 0xa2, 0x75, 0x48,
+ 0x01, 0xf8, 0x69, 0x37, 0xf0, 0x19, 0x9c, 0xf6, 0xd1, 0xab, 0x5a, 0x2e,
+ 0x47, 0x10, 0x23, 0x89, 0x5c, 0x07, 0xef, 0xb2, 0xb9, 0x79, 0xba, 0x3d,
+ 0xcb, 0xea, 0xbf, 0x50, 0x0e, 0xa8, 0x37, 0xe4, 0xd8, 0x02, 0xaa, 0x34,
+ 0x79, 0x6c, 0xde, 0xa7, 0x25, 0xa9, 0x51, 0x3a, 0x39, 0xe9, 0xd3, 0xc2,
+ 0x3b, 0x11, 0x22, 0x3a, 0x32, 0x66, 0x2a, 0x61, 0xf2, 0x61, 0xb8, 0xfe,
+ 0xca, 0xeb, 0xc7, 0x8f, 0xb8, 0xf2, 0xd1, 0x9b, 0x60, 0x6f, 0x0c, 0xcb,
+ 0x3e, 0xb9, 0x0f, 0x42, 0xd4, 0x0c, 0xee, 0x8a, 0x96, 0x8e, 0xc7, 0x30,
+ 0xf7, 0x8a, 0x79, 0x91, 0x7c, 0x0b, 0x70, 0x09, 0x05, 0xad, 0xdd, 0xa8,
+ 0x5c, 0x3c, 0x16, 0x9e, 0xc1, 0x78, 0x00, 0xc6, 0x2a, 0xa7, 0xa0, 0x37,
+ 0xd7, 0x51, 0x41, 0x01, 0x04, 0xcf, 0x21, 0x20, 0xc8, 0xc3, 0xf5, 0x6f,
+ 0xab, 0x17, 0xbc, 0xe1, 0xd0, 0x8d, 0x55, 0x07, 0x26, 0x03, 0x9a, 0xf1,
+ 0xe8, 0x4a, 0x27, 0x3a, 0xcf, 0xc2, 0x1a, 0x97, 0xf2, 0x6f, 0x2f, 0x4f,
+ 0x0e, 0x7f, 0x62, 0x1d, 0xfa, 0x97, 0xf9, 0x07, 0xe1, 0x1f, 0xd9, 0xac,
+ 0x7c, 0x38, 0xa5, 0x81, 0x7f, 0x32, 0x5c, 0x2b, 0xe7, 0xae, 0x63, 0x78,
+ 0x54, 0xd5, 0x65, 0xdb, 0x7a, 0x06, 0xd9, 0xf9, 0x0c, 0x17, 0x9a, 0xd9,
+ 0x88, 0xfb, 0xe5, 0xe8, 0x8f, 0xbb, 0x62, 0xd3, 0x73, 0xc7, 0xd5, 0xe5,
+ 0xed, 0x7d, 0xdc, 0xbd, 0x88, 0xec, 0x6c, 0xb8, 0xb1, 0x85, 0xed, 0xcf,
+ 0xbe, 0xee, 0x81, 0xed, 0xf0, 0x96, 0xe7, 0x53, 0xbb, 0xed, 0x60, 0x8d,
+ 0xf1, 0xa2, 0x70, 0x12, 0xe7, 0x3b, 0xd4, 0x66, 0x56, 0x9d, 0xe5, 0xd5,
+ 0x4d, 0xc6, 0x86, 0x75, 0x0e, 0xf7, 0xe1, 0x17, 0xd8, 0x75, 0x35, 0x39,
+ 0xff, 0x92, 0xc3, 0x04, 0x3a, 0xb1, 0x1c, 0xa7, 0x62, 0xc3, 0xfe, 0x7e,
+ 0xc1, 0x3d, 0x57, 0x2e, 0x52, 0xa6, 0x06, 0x80, 0x7c, 0x83, 0x4f, 0x16,
+ 0x79, 0x81, 0x82, 0x63, 0xf4, 0xde, 0xeb, 0x03, 0xe4, 0x26, 0x9e, 0x77,
+ 0x7c, 0xa4, 0x99, 0x64, 0x6d, 0x65, 0x1c, 0x84, 0xff, 0x3c, 0x1f, 0xb3,
+ 0x6d, 0xfb, 0xaf, 0xa0, 0xfe, 0x35, 0xe1, 0xbc, 0xd8, 0x1e, 0xb9, 0xb9,
+ 0x54, 0xaa, 0x1c, 0x66, 0x8e, 0x0b, 0xb8, 0xf2, 0x2e, 0x0e, 0xd3, 0xe0,
+ 0x0b, 0xab, 0xf8, 0xef, 0xd9, 0x7c, 0x6c, 0xc6, 0x59, 0x12, 0xe9, 0x87,
+ 0x30, 0x92, 0x6e, 0x13, 0x49, 0x29, 0xf8, 0x99, 0xa2, 0xdb, 0x92, 0xbb,
+ 0xdf, 0xfc, 0x11, 0xb7, 0xe5, 0xfc, 0xd8, 0x0e, 0x77, 0x2d, 0xa0, 0x04,
+ 0xe8, 0xc7, 0x75, 0x62, 0x9e, 0xc3, 0x93, 0xc2, 0x77, 0xe4, 0xe8, 0x95,
+ 0x96, 0xfb, 0x80, 0x82, 0xc9, 0x41, 0x70, 0x92, 0xc3, 0x53, 0xc4, 0xb9,
+ 0xf8, 0x48, 0xf7, 0xa1, 0xd8, 0x26, 0x94, 0x96, 0x47, 0x22, 0x9f, 0xf2,
+ 0x3b, 0xce, 0x22, 0x5c, 0x88, 0xb8, 0x0b, 0xba, 0x1b, 0x9c, 0xd3, 0x81,
+ 0xc6, 0xb4, 0x98, 0xdf, 0x8a, 0xc8, 0x2d, 0x1a, 0x84, 0xb8, 0xe3, 0x3d,
+ 0xca, 0xe0, 0x88, 0x6a, 0x5e, 0x70, 0x3f, 0x45, 0x38, 0x35, 0x6b, 0x6c,
+ 0x2c, 0xbf, 0x2e, 0xd4, 0xad, 0x15, 0xef, 0x8f, 0x2f, 0xb2, 0xb2, 0x2c,
+ 0x17, 0xe4, 0x7e, 0x1d, 0x87, 0x83, 0x6e, 0xf7, 0x7a, 0x44, 0xbb, 0x24,
+ 0xe5, 0x19, 0x77, 0x3e, 0xca, 0x73, 0x64, 0x7e, 0x8f, 0xf4, 0xef, 0xb1,
+ 0xf9, 0x3d, 0xd6, 0xbf, 0x27, 0xe6, 0xf7, 0x44, 0xff, 0xde, 0x35, 0xbf,
+ 0x77, 0xf5, 0xef, 0x3d, 0xf3, 0x7b, 0x4f, 0xff, 0xde, 0x37, 0xbf, 0xf7,
+ 0xf5, 0xef, 0x03, 0xf3, 0x3b, 0xd8, 0x02, 0x27, 0xd3, 0xec, 0x33, 0x1d,
+ 0xeb, 0x0b, 0x2b, 0x19, 0x5b, 0x20, 0x58, 0x27, 0x33, 0x5d, 0x75, 0xfa,
+ 0xfa, 0xed, 0x59, 0x00, 0xdf, 0xb9, 0x2e, 0xc3, 0x0f, 0xd2, 0xba, 0x9d,
+ 0x57, 0x61, 0xb7, 0x73, 0xf7, 0x77, 0xbc, 0x3e, 0x05, 0x7b, 0xc3, 0x74,
+ 0x74, 0x77, 0xf9, 0x90, 0x65, 0x0b, 0x71, 0x5b, 0xef, 0x0a, 0xc3, 0xf1,
+ 0x69, 0x26, 0x8d, 0x3a, 0xa5, 0xce, 0xa9, 0x00, 0x0e, 0xb5, 0x39, 0x90,
+ 0x4f, 0xd4, 0x7f, 0x70, 0x77, 0xc1, 0x7a, 0x0a, 0x1d, 0xb7, 0x97, 0x0b,
+ 0xb7, 0x9b, 0x37, 0xe2, 0xed, 0xaa, 0x85, 0xf1, 0x4d, 0xfe, 0x99, 0x12,
+ 0xdd, 0x4e, 0x14, 0xc6, 0x29, 0x51, 0xa1, 0x12, 0x93, 0xad, 0xbd, 0x90,
+ 0xce, 0x04, 0x04, 0x4e, 0x06, 0x53, 0x42, 0x71, 0xc2, 0xf7, 0x39, 0x38,
+ 0x4a, 0x96, 0x6c, 0xf5, 0x23, 0xf7, 0x5b, 0x20, 0xc5, 0x8f, 0x29, 0x05,
+ 0x28, 0xde, 0xa2, 0x0f, 0x74, 0xff, 0xf1, 0xc6, 0x57, 0x1c, 0xca, 0x85,
+ 0xec, 0x91, 0x78, 0xaf, 0xad, 0xf1, 0xda, 0x23, 0x51, 0xac, 0x82, 0x23,
+ 0x8c, 0x55, 0xd8, 0x38, 0x34, 0x0c, 0x77, 0xc1, 0x82, 0x9a, 0xd5, 0x37,
+ 0xbc, 0xfe, 0xaa, 0x8f, 0x84, 0x19, 0x56, 0x01, 0x74, 0x09, 0x19, 0x56,
+ 0x25, 0x40, 0xe9, 0x17, 0x6b, 0x63, 0x15, 0xdc, 0x16, 0x70, 0xc9, 0xbd,
+ 0x56, 0xcc, 0x19, 0x8d, 0x7e, 0xc0, 0x1d, 0xae, 0x51, 0x43, 0x28, 0xf8,
+ 0xdd, 0xfe, 0x1c, 0x79, 0xab, 0x18, 0x3f, 0x80, 0x33, 0xb8, 0x0b, 0x3f,
+ 0x2d, 0x6e, 0x35, 0x27, 0xda, 0x0b, 0x1a, 0x43, 0xca, 0xf5, 0xff, 0x69,
+ 0x21, 0xef, 0x99, 0x5c, 0x1e, 0x82, 0x36, 0x45, 0xae, 0xb8, 0x4c, 0x12,
+ 0x5e, 0xc2, 0xa7, 0x29, 0x2a, 0x55, 0x8b, 0x4c, 0x30, 0xed, 0x27, 0xe2,
+ 0x3a, 0xeb, 0x0b, 0x38, 0xda, 0x9e, 0xa6, 0x8f, 0x5c, 0xdf, 0x60, 0x72,
+ 0x26, 0x4f, 0x26, 0xf9, 0xd5, 0x25, 0x39, 0x9a, 0x1f, 0x70, 0xab, 0xda,
+ 0x74, 0x3b, 0x61, 0x93, 0xd5, 0xb5, 0x51, 0xa3, 0xd2, 0x29, 0xb8, 0x0c,
+ 0x3c, 0x8a, 0xc3, 0x3f, 0x94, 0xf2, 0x05, 0x5b, 0x36, 0xf6, 0x97, 0x70,
+ 0x3a, 0x4c, 0xd7, 0x36, 0xa4, 0x6e, 0x8f, 0xf7, 0x35, 0xf0, 0x2e, 0x25,
+ 0xce, 0x9e, 0x15, 0x3f, 0x28, 0xe6, 0xd7, 0xdb, 0x64, 0xe8, 0x29, 0x50,
+ 0x9c, 0xb9, 0x59, 0x8d, 0x01, 0xf3, 0x8e, 0x46, 0x5c, 0x15, 0xaf, 0x99,
+ 0x36, 0x9b, 0x6d, 0xa2, 0xf0, 0xaa, 0x03, 0x25, 0x99, 0x75, 0xd0, 0x45,
+ 0x06, 0x57, 0x3e, 0xd1, 0xf2, 0xd0, 0x08, 0x4a, 0x48, 0x77, 0x3f, 0x30,
+ 0x26, 0xdc, 0x2b, 0xa9, 0x60, 0x71, 0x45, 0x74, 0xa7, 0x71, 0x76, 0x6c,
+ 0x82, 0xd0, 0x35, 0xc1, 0xd7, 0x8c, 0x5d, 0xa4, 0x6a, 0xc2, 0xcc, 0xe9,
+ 0xc2, 0x97, 0x84, 0x75, 0x9c, 0x61, 0xcb, 0x9b, 0x86, 0x8a, 0x26, 0xca,
+ 0x76, 0x88, 0xca, 0xe2, 0x74, 0x98, 0x89, 0x5d, 0x44, 0x01, 0xb7, 0xe6,
+ 0x34, 0x4f, 0x10, 0x5c, 0x05, 0xb8, 0x55, 0x51, 0x5a, 0xdf, 0xa5, 0xcf,
+ 0x8e, 0xae, 0xdc, 0xea, 0x4b, 0x0a, 0xc6, 0xd3, 0x38, 0x51, 0x4d, 0x24,
+ 0x73, 0x97, 0x92, 0x29, 0x74, 0x79, 0x30, 0xcd, 0x57, 0x7a, 0x9c, 0x10,
+ 0xdd, 0xa5, 0x50, 0x8d, 0x07, 0x66, 0xd7, 0x04, 0x4d, 0x6c, 0x77, 0xc2,
+ 0x2d, 0x8a, 0xbb, 0x0b, 0x85, 0xaf, 0xa2, 0x1f, 0xa4, 0x0c, 0x0a, 0x75,
+ 0x4d, 0x3a, 0x90, 0x28, 0x23, 0x0d, 0xa7, 0x2a, 0xb8, 0x94, 0x80, 0x1b,
+ 0x4b, 0x21, 0x74, 0x38, 0xae, 0xf1, 0xe1, 0x35, 0xe8, 0xed, 0xe0, 0x31,
+ 0x51, 0x53, 0x18, 0x25, 0xbe, 0xaf, 0xda, 0x86, 0x18, 0xa0, 0x10, 0xc0,
+ 0xf6, 0x9c, 0xd5, 0x87, 0x47, 0x47, 0x69, 0x3c, 0x55, 0xc0, 0x30, 0xc0,
+ 0x5d, 0x2b, 0xc6, 0x24, 0xc0, 0x04, 0x8c, 0x2e, 0x0f, 0x4b, 0x54, 0x06,
+ 0xf1, 0x5a, 0x10, 0x9f, 0xb6, 0xf2, 0x8a, 0xc7, 0x46, 0xc3, 0x16, 0x32,
+ 0x32, 0x52, 0xaf, 0xa1, 0xcb, 0x80, 0x72, 0xbf, 0x56, 0x89, 0xdd, 0x37,
+ 0x5e, 0xd6, 0x22, 0x92, 0x0b, 0x59, 0x01, 0xaa, 0x35, 0xba, 0x80, 0x30,
+ 0x75, 0x02, 0xeb, 0x68, 0x27, 0xd3, 0x52, 0xfd, 0x69, 0x78, 0xec, 0x38,
+ 0x52, 0xb3, 0x96, 0xfc, 0x26, 0x15, 0xcc, 0x61, 0xe3, 0x25, 0x96, 0x0e,
+ 0xfd, 0xaf, 0xde, 0xe9, 0xd1, 0x2f, 0x2a, 0xb2, 0x7d, 0x3d, 0x20, 0x92,
+ 0xe1, 0x58, 0x5e, 0xfb, 0x61, 0xfb, 0xa0, 0x05, 0x79, 0xf0, 0xf2, 0x89,
+ 0x10, 0xf7, 0x31, 0x78, 0xe0, 0xdf, 0x54, 0xa2, 0x61, 0x1a, 0xde, 0x37,
+ 0xa2, 0x8a, 0x98, 0x35, 0xc2, 0x5b, 0x82, 0xea, 0x8d, 0x22, 0xa5, 0xa5,
+ 0xd8, 0x35, 0x95, 0xf4, 0x26, 0x6a, 0x22, 0x77, 0x51, 0x58, 0x0b, 0xee,
+ 0x2f, 0xc1, 0xaf, 0x26, 0x81, 0x18, 0x8c, 0xca, 0x7c, 0x51, 0xf3, 0xa0,
+ 0xb0, 0xb8, 0xd6, 0x6b, 0x6f, 0x70, 0xb5, 0xd7, 0xde, 0x44, 0x36, 0x4c,
+ 0x64, 0xc2, 0xc4, 0x36, 0x4c, 0x6c, 0xc2, 0x24, 0x36, 0x4c, 0x62, 0xc2,
+ 0x74, 0x6d, 0x98, 0xae, 0x09, 0xd3, 0xb3, 0x61, 0x7a, 0x26, 0x4c, 0xdf,
+ 0x86, 0xe9, 0x9b, 0x30, 0x03, 0x1b, 0x66, 0x40, 0x9b, 0xac, 0x5f, 0x6e,
+ 0xd8, 0x4e, 0xfd, 0x36, 0xab, 0xae, 0x8a, 0x43, 0xb0, 0x50, 0x82, 0x29,
+ 0x94, 0x5b, 0x45, 0x75, 0xb3, 0x14, 0xcc, 0xd3, 0x22, 0x52, 0xd9, 0x2f,
+ 0xaf, 0x38, 0x12, 0xae, 0xd7, 0x78, 0xf5, 0x5d, 0x18, 0x3b, 0x2d, 0xab,
+ 0x36, 0xa1, 0xb3, 0x2d, 0x09, 0xbf, 0xed, 0x86, 0x36, 0x3a, 0x70, 0x98,
+ 0xc1, 0x2d, 0xee, 0xfb, 0xa3, 0x33, 0xdc, 0x8f, 0x40, 0xa8, 0x29, 0x30,
+ 0x2d, 0x94, 0x63, 0xbe, 0x13, 0xaf, 0x70, 0xe2, 0x60, 0xc5, 0xc2, 0x57,
+ 0xe1, 0x79, 0x34, 0xe2, 0x61, 0x3c, 0xe5, 0x2d, 0xaa, 0xaa, 0x9e, 0xd4,
+ 0x27, 0x28, 0x8f, 0x18, 0xb1, 0xe8, 0x2c, 0x05, 0x9b, 0xd3, 0x92, 0x16,
+ 0x1a, 0xd5, 0xa2, 0xc6, 0x2f, 0xc1, 0xc0, 0x4d, 0xb8, 0xe6, 0x16, 0x17,
+ 0x05, 0x1d, 0x6b, 0xe6, 0x98, 0x94, 0xde, 0x30, 0x71, 0x03, 0x67, 0x31,
+ 0xda, 0x20, 0xf0, 0xb5, 0x4f, 0x2c, 0x13, 0x7c, 0xec, 0x51, 0x38, 0xa2,
+ 0xa0, 0xd9, 0x06, 0xcf, 0x50, 0x7c, 0x83, 0x8c, 0xed, 0x03, 0xe9, 0xe2,
+ 0x68, 0xbd, 0x9c, 0xf3, 0x83, 0x2f, 0x8a, 0x97, 0x56, 0xc0, 0x14, 0x47,
+ 0xdb, 0x41, 0x73, 0x7c, 0xf0, 0x4d, 0xdb, 0x87, 0x0f, 0x57, 0x87, 0x6c,
+ 0x19, 0x19, 0x73, 0x13, 0x0a, 0x37, 0x0a, 0xe3, 0xc9, 0x1e, 0xbf, 0x0a,
+ 0x00, 0x27, 0x07, 0x5c, 0xef, 0xf6, 0x06, 0xee, 0x95, 0x36, 0xe1, 0xfb,
+ 0xfb, 0xfa, 0x9a, 0xae, 0xd3, 0x53, 0xcc, 0x4a, 0x56, 0x4a, 0x7d, 0x90,
+ 0xce, 0x58, 0x29, 0x97, 0x64, 0xa1, 0x67, 0x65, 0xc0, 0x6e, 0xc2, 0xfe,
+ 0x02, 0xdb, 0x02, 0x88, 0x6d, 0xf0, 0xee, 0x57, 0xb0, 0xef, 0xe0, 0x8c,
+ 0x71, 0x32, 0x0f, 0x64, 0xb8, 0x03, 0x1e, 0xb2, 0x8b, 0x27, 0xe7, 0xa4,
+ 0xa9, 0x0c, 0x5d, 0xe6, 0x9b, 0x7b, 0x3b, 0x7c, 0xfb, 0x7e, 0x91, 0x3e,
+ 0x50, 0xd6, 0xeb, 0x75, 0x45, 0x6b, 0x82, 0xd7, 0x28, 0x96, 0xd5, 0xdd,
+ 0x2b, 0x88, 0x7e, 0xd1, 0x44, 0xea, 0x03, 0x9d, 0x10, 0xf6, 0x1d, 0xdc,
+ 0x5a, 0xe0, 0x13, 0x36, 0x8a, 0xac, 0x5a, 0x69, 0xfb, 0x60, 0x1c, 0xcf,
+ 0x6d, 0x91, 0xce, 0xf8, 0x71, 0xe0, 0x1a, 0xa1, 0xce, 0x98, 0xe6, 0x76,
+ 0x52, 0x84, 0xd7, 0xdc, 0x31, 0x89, 0x6b, 0xce, 0x7b, 0x60, 0x53, 0x66,
+ 0x1b, 0xe5, 0xa3, 0x77, 0x78, 0x9f, 0x03, 0xae, 0x74, 0xa8, 0x81, 0xff,
+ 0x04, 0x5a, 0xb4, 0x31, 0x9a, 0x7a, 0xe5, 0x80, 0x23, 0x7d, 0x94, 0x67,
+ 0x59, 0xe2, 0x26, 0x9d, 0x38, 0x80, 0x12, 0xf0, 0x6c, 0x65, 0xbf, 0x2e,
+ 0xe4, 0x0d, 0x0d, 0x9e, 0xf7, 0x3b, 0xe5, 0x17, 0x35, 0x80, 0x8f, 0xe7,
+ 0x27, 0x87, 0x14, 0xb2, 0x49, 0xc5, 0x60, 0x4c, 0x91, 0x9e, 0xbd, 0x3c,
+ 0x4d, 0x39, 0x9c, 0xda, 0xe1, 0xbd, 0x06, 0xbc, 0xe5, 0xa0, 0x01, 0xa7,
+ 0x9f, 0x2d, 0x60, 0xa6, 0x96, 0x6b, 0xc0, 0x14, 0xe4, 0x1a, 0x43, 0x5c,
+ 0x68, 0x9a, 0xc5, 0xa1, 0x23, 0x72, 0x34, 0x25, 0x22, 0x17, 0x38, 0x74,
+ 0x69, 0x93, 0x09, 0xb4, 0x8c, 0xc5, 0x44, 0x3f, 0x70, 0xae, 0x38, 0xa5,
+ 0xd8, 0xd9, 0x42, 0xed, 0xe7, 0x17, 0x3c, 0xc9, 0x31, 0x16, 0x17, 0x4d,
+ 0x52, 0x69, 0x9a, 0x1a, 0x80, 0x5e, 0xbe, 0x87, 0xd6, 0x93, 0x9f, 0xc5,
+ 0xe5, 0x0e, 0x54, 0xd5, 0xf1, 0x9d, 0x84, 0x42, 0x8b, 0x84, 0xb8, 0x9b,
+ 0xd5, 0xb4, 0x43, 0x6e, 0x2d, 0xc8, 0x90, 0xa1, 0xb0, 0xfa, 0x8e, 0x95,
+ 0x77, 0xb0, 0xac, 0x57, 0xd7, 0x52, 0xa9, 0x53, 0x80, 0xc1, 0xbc, 0x19,
+ 0x16, 0x9f, 0xb4, 0xae, 0xf9, 0x15, 0xe0, 0x8b, 0xec, 0x36, 0x2f, 0x44,
+ 0xf4, 0x04, 0x45, 0xf3, 0xc2, 0x23, 0x7e, 0x79, 0x38, 0x52, 0x22, 0x94,
+ 0x76, 0xad, 0x46, 0x10, 0x79, 0x4f, 0x96, 0x54, 0xc8, 0x6e, 0x62, 0x90,
+ 0x10, 0x4e, 0x0f, 0xec, 0x0b, 0x91, 0x12, 0x46, 0x57, 0x2f, 0xb5, 0x7c,
+ 0x7e, 0x0e, 0xe6, 0x48, 0x41, 0x6b, 0xcf, 0x8a, 0xd3, 0xdd, 0xd0, 0x5a,
+ 0x70, 0x2f, 0x52, 0x37, 0x25, 0x11, 0xac, 0x1a, 0xa5, 0x16, 0x6d, 0x72,
+ 0x14, 0x26, 0xab, 0x10, 0x16, 0x84, 0x60, 0xef, 0xf8, 0x62, 0x27, 0x40,
+ 0xfb, 0xa4, 0x62, 0x54, 0xe0, 0x33, 0x2a, 0xec, 0x06, 0xf2, 0x19, 0x38,
+ 0x7e, 0xe3, 0xba, 0x7e, 0x93, 0x4f, 0xc1, 0xf6, 0x70, 0x43, 0x96, 0x53,
+ 0x70, 0xfb, 0xb8, 0x15, 0xf6, 0xc2, 0xc6, 0x66, 0x20, 0xe2, 0x50, 0xe3,
+ 0xcc, 0x8c, 0x96, 0x22, 0xd6, 0xdd, 0xd9, 0x2c, 0x03, 0x47, 0x72, 0x48,
+ 0x79, 0x4a, 0x6e, 0xb2, 0xb9, 0xb8, 0x99, 0x8c, 0x27, 0x0c, 0xe3, 0x5d,
+ 0xa5, 0xe5, 0x3c, 0x90, 0xb7, 0xaa, 0xfc, 0x36, 0x13, 0xda, 0x8e, 0x6a,
+ 0xf9, 0xc8, 0x2b, 0x79, 0x76, 0xa1, 0x12, 0xd8, 0x9b, 0x94, 0x06, 0x01,
+ 0x6c, 0xa3, 0x8e, 0x88, 0x2d, 0x1e, 0x2b, 0xdd, 0xc7, 0xb1, 0x14, 0x56,
+ 0xaf, 0xc4, 0xe2, 0x5b, 0x5d, 0x43, 0x79, 0xf2, 0xde, 0xd0, 0x16, 0x6a,
+ 0xd5, 0x0d, 0xeb, 0x2b, 0xba, 0xff, 0xae, 0x5a, 0xd6, 0x14, 0xe6, 0x0b,
+ 0xfa, 0x4c, 0x1d, 0x9f, 0x1e, 0x4c, 0x6e, 0xab, 0x10, 0xeb, 0x37, 0x1e,
+ 0xab, 0x5a, 0xf3, 0x0f, 0xb0, 0x80, 0x51, 0x10, 0x63, 0x71, 0x37, 0x89,
+ 0x5c, 0x49, 0x32, 0x0c, 0xf0, 0x88, 0x7e, 0x1d, 0x6c, 0xbe, 0xe1, 0x87,
+ 0x27, 0x39, 0xb7, 0xf9, 0x90, 0x98, 0xb8, 0x0b, 0xb8, 0x20, 0xcf, 0xfa,
+ 0x0d, 0xcb, 0x90, 0xfe, 0xf8, 0x6b, 0x15, 0x03, 0xaa, 0xf5, 0x81, 0x58,
+ 0xf5, 0x61, 0x8f, 0x08, 0xba, 0xbf, 0x54, 0x03, 0xe8, 0xae, 0xa8, 0xe4,
+ 0xb7, 0x4e, 0x13, 0x88, 0xbc, 0xe1, 0x33, 0x15, 0x98, 0xde, 0x1b, 0xc7,
+ 0xeb, 0x79, 0x56, 0x39, 0x83, 0x41, 0xa8, 0xe2, 0xbc, 0xd7, 0x78, 0x1e,
+ 0x77, 0x77, 0x3b, 0x3c, 0xb6, 0x0c, 0xdb, 0x8e, 0xe3, 0xd6, 0x9a, 0x9f,
+ 0xf2, 0xcd, 0xe0, 0x9c, 0x05, 0x63, 0x18, 0x08, 0x62, 0x4a, 0x5d, 0x8c,
+ 0x1b, 0xf3, 0xdc, 0x95, 0x46, 0xf3, 0x67, 0xd6, 0x88, 0x89, 0xe1, 0xc5,
+ 0x11, 0x43, 0x8e, 0x68, 0xf1, 0x24, 0xfa, 0xd6, 0x7d, 0x1b, 0x7d, 0x9f,
+ 0xbe, 0x8d, 0x9e, 0xfb, 0xd6, 0xe2, 0x49, 0xfc, 0xad, 0xfb, 0x36, 0xfe,
+ 0x3e, 0x7d, 0x1b, 0x3f, 0xf7, 0xad, 0xc5, 0x93, 0xe4, 0x5b, 0xf7, 0x6d,
+ 0xf2, 0x7d, 0xfa, 0x36, 0x79, 0xee, 0x5b, 0xe2, 0x09, 0xee, 0x63, 0x0e,
+ 0x47, 0x4f, 0xd9, 0x58, 0x28, 0xc8, 0x9b, 0x6f, 0x2f, 0x48, 0x37, 0x38,
+ 0x83, 0x76, 0xf2, 0x83, 0x2d, 0x79, 0xd2, 0x84, 0x59, 0x1a, 0xde, 0x9e,
+ 0xc1, 0x79, 0xf4, 0xc1, 0x5d, 0x76, 0xcf, 0xa8, 0x66, 0xb5, 0xc4, 0x38,
+ 0xe0, 0x56, 0x5c, 0x0d, 0xe3, 0xf4, 0x32, 0x04, 0xe8, 0x77, 0xfb, 0x51,
+ 0x73, 0x6a, 0xf6, 0x2e, 0x9d, 0xd9, 0x80, 0xbf, 0x80, 0x6a, 0x8c, 0x27,
+ 0x00, 0xec, 0xed, 0x7b, 0x32, 0x85, 0x9d, 0xe5, 0x69, 0x9d, 0xfe, 0x65,
+ 0xfe, 0x81, 0x6f, 0xf1, 0xe7, 0x80, 0x07, 0xee, 0x2c, 0xfc, 0x0e, 0xfb,
+ 0x3c, 0xff, 0xbf, 0xcb, 0x26, 0x16, 0x8a, 0x7a, 0x0f, 0xa9, 0xe2, 0xe1,
+ 0x5b, 0x8f, 0xb9, 0x1b, 0x2f, 0x9d, 0xe5, 0xa8, 0x2f, 0xd0, 0xbc, 0xa3,
+ 0xbe, 0x88, 0x2c, 0x08, 0xa8, 0xf1, 0x74, 0x99, 0xd2, 0x4e, 0x46, 0xba,
+ 0xcd, 0x69, 0x6f, 0x90, 0x8a, 0xf6, 0x26, 0xb2, 0x61, 0x2c, 0x3a, 0xb1,
+ 0x0d, 0x13, 0x9b, 0x30, 0x89, 0x0d, 0x93, 0x98, 0x30, 0x5d, 0x1b, 0xa6,
+ 0x6b, 0xc2, 0xf4, 0x6c, 0x98, 0x9e, 0x09, 0xd3, 0xb7, 0x61, 0xfa, 0x26,
+ 0xcc, 0xc0, 0x86, 0x01, 0x23, 0x11, 0xe4, 0x61, 0xc4, 0x4d, 0x25, 0x31,
+ 0x47, 0x8f, 0x4e, 0xa3, 0x5e, 0x5f, 0x85, 0x78, 0xed, 0x1f, 0xae, 0x02,
+ 0x0c, 0x08, 0xd9, 0x9c, 0x5e, 0xec, 0x29, 0x01, 0x48, 0xf0, 0x98, 0x42,
+ 0x84, 0x3c, 0x00, 0x58, 0x7e, 0x5c, 0x02, 0x03, 0x0b, 0xec, 0xfb, 0x55,
+ 0xd0, 0x11, 0x2e, 0x60, 0x3c, 0x58, 0x13, 0x9e, 0xc7, 0xd2, 0x10, 0xa4,
+ 0x3d, 0xaf, 0xf4, 0x9f, 0x94, 0x4a, 0x38, 0x76, 0x50, 0x53, 0xc9, 0xe8,
+ 0x5f, 0xb3, 0x92, 0x91, 0x56, 0xc9, 0xf8, 0x5f, 0xb3, 0x92, 0xb1, 0x56,
+ 0xc9, 0xe4, 0x5f, 0xb3, 0x92, 0x30, 0x46, 0x6e, 0x17, 0xe7, 0x0f, 0xb3,
+ 0x77, 0x45, 0x9d, 0xa1, 0x48, 0xca, 0x27, 0x14, 0x05, 0xf9, 0x14, 0xe9,
+ 0xdf, 0x22, 0xf5, 0x5b, 0xac, 0x7f, 0x8b, 0xd5, 0x6f, 0x89, 0xfe, 0x0d,
+ 0xca, 0x7b, 0xc8, 0xc7, 0x19, 0xec, 0x68, 0xdf, 0xf3, 0x5b, 0x0a, 0xfb,
+ 0x4b, 0x35, 0x6e, 0x1c, 0x5d, 0x1d, 0x05, 0x1b, 0x12, 0x9e, 0x33, 0x73,
+ 0x58, 0xd1, 0x86, 0x29, 0x25, 0x3a, 0x4a, 0xeb, 0x9a, 0xfc, 0xb6, 0xeb,
+ 0x42, 0xc4, 0x09, 0x69, 0xfc, 0x20, 0x0e, 0xe4, 0x02, 0xa3, 0xf8, 0xa9,
+ 0xd1, 0xcf, 0x4a, 0x58, 0x1d, 0x39, 0xdf, 0xd5, 0x85, 0x6d, 0x92, 0x65,
+ 0x63, 0xf2, 0x28, 0xe3, 0xab, 0xf1, 0x94, 0xfb, 0x95, 0x55, 0x8c, 0xa9,
+ 0xf3, 0x5a, 0x24, 0x2a, 0xc0, 0x4d, 0x31, 0x3f, 0x46, 0xc7, 0x74, 0x30,
+ 0x60, 0x71, 0xe3, 0xa7, 0xe8, 0x6c, 0x09, 0x41, 0x97, 0x58, 0x38, 0xad,
+ 0xc8, 0xab, 0x6a, 0x29, 0x56, 0xf0, 0x05, 0x18, 0xcd, 0x30, 0x3a, 0x1b,
+ 0x60, 0x73, 0xcf, 0x6f, 0xd6, 0x67, 0xb6, 0xe7, 0x2e, 0xba, 0x80, 0xb3,
+ 0x2f, 0x9a, 0xe7, 0x29, 0xbc, 0x20, 0xa4, 0x8f, 0x65, 0x5e, 0x67, 0x6e,
+ 0xac, 0x07, 0xf8, 0xa4, 0xa1, 0xe1, 0x1b, 0x7e, 0xe6, 0x8b, 0x2e, 0x04,
+ 0xe2, 0xec, 0x66, 0xaf, 0xd2, 0x82, 0x6e, 0x5c, 0x41, 0x4a, 0x98, 0x60,
+ 0x06, 0xa1, 0x4d, 0x85, 0x17, 0x2a, 0xbf, 0x90, 0xae, 0x05, 0xd7, 0xe0,
+ 0x01, 0xc0, 0x31, 0x7a, 0x57, 0x67, 0xb7, 0x0b, 0xf7, 0x76, 0xf9, 0x81,
+ 0xd1, 0x08, 0xce, 0x20, 0xbb, 0x9d, 0x1f, 0xd0, 0x33, 0x73, 0x6f, 0x8a,
+ 0x6e, 0xca, 0x35, 0x78, 0xb1, 0x61, 0x97, 0x99, 0xce, 0x82, 0x19, 0xef,
+ 0x89, 0x6a, 0x06, 0xc7, 0x0c, 0xa9, 0x04, 0x6f, 0x22, 0xc4, 0x62, 0xc4,
+ 0x7b, 0xb2, 0xf5, 0x90, 0x14, 0x50, 0x46, 0x29, 0x05, 0x54, 0x84, 0x3b,
+ 0xdd, 0x95, 0xf6, 0xd8, 0x73, 0xba, 0xeb, 0x7f, 0x25, 0x1c, 0xad, 0x85,
+ 0x5d, 0xf6, 0x04, 0xbf, 0xd2, 0xb9, 0x06, 0x77, 0xa7, 0x16, 0xee, 0x60,
+ 0x22, 0x43, 0x89, 0xf4, 0xc6, 0x94, 0xd7, 0x18, 0x88, 0xa4, 0x3c, 0xe6,
+ 0xde, 0x84, 0x68, 0x73, 0xe0, 0x6d, 0x93, 0x1d, 0x2d, 0x6b, 0xb0, 0x99,
+ 0xbd, 0x9f, 0x6b, 0xa9, 0xe9, 0x0e, 0x84, 0xc7, 0x55, 0x73, 0xff, 0x1e,
+ 0xac, 0x62, 0x4d, 0x40, 0x79, 0x8e, 0x8a, 0xd9, 0x58, 0x1c, 0xb8, 0x7a,
+ 0x22, 0x38, 0x0b, 0x39, 0xf8, 0xb8, 0x77, 0xf1, 0xee, 0xe4, 0xdd, 0xdb,
+ 0x37, 0x74, 0x54, 0x2c, 0x9c, 0xf7, 0xe0, 0x34, 0xf6, 0xd3, 0x1c, 0x7c,
+ 0x07, 0xe8, 0x80, 0x60, 0xf2, 0x0a, 0x44, 0xa7, 0xaa, 0xb2, 0x19, 0x77,
+ 0x69, 0x13, 0x96, 0x60, 0xc6, 0xf9, 0x7c, 0x2e, 0x62, 0x1c, 0xf2, 0xec,
+ 0x66, 0x10, 0x4d, 0x0e, 0xad, 0x7f, 0x23, 0x32, 0x04, 0xcd, 0x96, 0xe0,
+ 0x29, 0x90, 0x4e, 0xb2, 0x92, 0x8e, 0xb7, 0x10, 0x9a, 0x5b, 0x8d, 0x98,
+ 0x28, 0x2e, 0x85, 0x4d, 0x44, 0x18, 0x33, 0x21, 0x9d, 0x98, 0xf0, 0x22,
+ 0x95, 0x72, 0xc1, 0x83, 0xfa, 0x40, 0x93, 0xf0, 0x7c, 0x9b, 0x42, 0xb9,
+ 0xf3, 0xa0, 0xbf, 0x30, 0x0c, 0x3f, 0xe5, 0xe0, 0xfc, 0x87, 0xf1, 0x9b,
+ 0xde, 0xcf, 0xf9, 0x7d, 0xf3, 0x8f, 0x22, 0x42, 0x21, 0x4e, 0x8b, 0xa2,
+ 0x47, 0x39, 0x28, 0x5d, 0xa0, 0xa6, 0x50, 0x71, 0xd9, 0xf8, 0xf7, 0xe8,
+ 0xb8, 0x74, 0x49, 0x8e, 0x2e, 0x30, 0x19, 0xbf, 0x3e, 0x90, 0x67, 0x92,
+ 0x70, 0xe1, 0x04, 0x3f, 0x8b, 0xd3, 0x35, 0x1d, 0x4c, 0x1e, 0x9f, 0x71,
+ 0x37, 0x19, 0x01, 0xcf, 0xd4, 0x9f, 0x77, 0xd9, 0x92, 0x71, 0x68, 0xaa,
+ 0x3a, 0x20, 0xc8, 0xb0, 0x7f, 0x73, 0xfa, 0x26, 0x27, 0x74, 0x1c, 0x1f,
+ 0xc2, 0xcf, 0xf9, 0x60, 0xca, 0xb4, 0xe5, 0xa5, 0xea, 0xb6, 0x8c, 0xd6,
+ 0x3d, 0x61, 0xc6, 0xcf, 0x27, 0x18, 0x73, 0x95, 0xfc, 0x4e, 0x85, 0x95,
+ 0x77, 0xd8, 0xfd, 0x01, 0xdc, 0x7b, 0xc8, 0xbb, 0xb6, 0x6a, 0x12, 0x31,
+ 0xe8, 0xe1, 0xfd, 0x51, 0x51, 0x9e, 0x82, 0xb9, 0x3a, 0xfb, 0x0c, 0x1e,
+ 0x8c, 0x04, 0x2f, 0x25, 0x54, 0x9e, 0x76, 0x93, 0x63, 0x2f, 0x68, 0x93,
+ 0x9f, 0x3f, 0x32, 0x46, 0x03, 0xd3, 0xe9, 0xae, 0x0f, 0x1d, 0x04, 0x8b,
+ 0x33, 0x2a, 0x1a, 0xad, 0xd2, 0xc5, 0x2f, 0x5d, 0xbe, 0x66, 0x0b, 0x58,
+ 0xda, 0x78, 0xf6, 0x1d, 0x9c, 0x5e, 0x41, 0x24, 0x1c, 0x0c, 0xae, 0x81,
+ 0xcb, 0x15, 0xf6, 0x3e, 0x79, 0xee, 0x51, 0xa6, 0x69, 0x9e, 0xeb, 0x4a,
+ 0xa6, 0x84, 0xc1, 0x64, 0x36, 0x6c, 0xae, 0x44, 0x67, 0x3d, 0x71, 0x84,
+ 0x66, 0x9c, 0x32, 0x2d, 0x31, 0x32, 0x25, 0xcf, 0x66, 0xa3, 0xc6, 0x31,
+ 0x53, 0xfc, 0xf6, 0x28, 0xdf, 0xd5, 0x44, 0xb9, 0xa9, 0xcc, 0x1d, 0x02,
+ 0xc7, 0xca, 0xb1, 0x96, 0x08, 0xa5, 0x2d, 0x4b, 0x67, 0x32, 0xf0, 0x55,
+ 0x8b, 0xd4, 0x1c, 0x34, 0x77, 0xff, 0x32, 0xd7, 0xfc, 0xb1, 0x81, 0xa6,
+ 0x99, 0x4c, 0xc6, 0xa4, 0x86, 0x37, 0xda, 0xc9, 0x9f, 0x42, 0x5e, 0x30,
+ 0x13, 0x41, 0xa6, 0x7d, 0x09, 0x81, 0xf8, 0x85, 0x72, 0xb6, 0x23, 0xd0,
+ 0xee, 0x5b, 0x34, 0xd3, 0x66, 0xea, 0xcf, 0x05, 0xd4, 0xb4, 0xc1, 0x4a,
+ 0xfd, 0x23, 0x1d, 0x83, 0xd1, 0x7d, 0x98, 0xfc, 0xea, 0x54, 0xab, 0x31,
+ 0x39, 0xc2, 0x4b, 0x82, 0x25, 0x9d, 0x17, 0xe0, 0x84, 0xcd, 0x23, 0x92,
+ 0xf2, 0x80, 0x2e, 0xe0, 0xc9, 0x20, 0x36, 0x7c, 0xe3, 0xac, 0xca, 0x85,
+ 0xa3, 0x1c, 0x4f, 0x4f, 0x19, 0xd0, 0x09, 0x82, 0xc0, 0xa7, 0x4b, 0x6f,
+ 0xcd, 0x77, 0xee, 0xe0, 0x2e, 0x3c, 0x12, 0xf1, 0x96, 0x87, 0x38, 0x6d,
+ 0xe2, 0x6b, 0x81, 0x08, 0x80, 0xca, 0x63, 0xa6, 0xa8, 0xb8, 0xb2, 0xfe,
+ 0xba, 0xfb, 0x33, 0x99, 0xd9, 0xf1, 0x54, 0x9d, 0xcc, 0xca, 0xaa, 0xe3,
+ 0xa0, 0xc1, 0xde, 0x0f, 0xeb, 0x71, 0x96, 0xf6, 0xec, 0x92, 0x9d, 0x27,
+ 0x63, 0xe9, 0x90, 0xc1, 0x7d, 0x87, 0x26, 0x18, 0xdc, 0x6d, 0x89, 0xfd,
+ 0xce, 0xb9, 0x41, 0x57, 0x30, 0x14, 0xf5, 0x82, 0x1f, 0xb0, 0x89, 0x45,
+ 0x06, 0xae, 0x1b, 0x1e, 0xd2, 0x61, 0xe3, 0xd7, 0x38, 0xbb, 0x14, 0x71,
+ 0xbe, 0x9a, 0xf3, 0x4b, 0xc6, 0x9e, 0x7d, 0x71, 0x95, 0xe5, 0xe8, 0xb6,
+ 0xd6, 0x3c, 0x99, 0x0b, 0x9c, 0x3a, 0x51, 0x33, 0x1d, 0xb3, 0xad, 0x24,
+ 0x9b, 0x34, 0x60, 0x0b, 0xf9, 0x12, 0x25, 0xf1, 0x7f, 0x05, 0xc3, 0x9f,
+ 0xb4, 0x4b, 0x3b, 0x6c, 0x26, 0x82, 0x5b, 0x21, 0xb0, 0xbe, 0xf1, 0xa6,
+ 0xa8, 0xa4, 0x21, 0xec, 0xcf, 0x06, 0xb4, 0x07, 0x16, 0x6d, 0xa6, 0xe3,
+ 0x7a, 0x85, 0x5e, 0x4d, 0xf9, 0x74, 0xc2, 0xa6, 0x20, 0x61, 0xeb, 0xa0,
+ 0x13, 0xd5, 0x26, 0x6f, 0x26, 0x5b, 0x7a, 0x0a, 0x0c, 0x35, 0x47, 0xf9,
+ 0x54, 0x60, 0x72, 0xa0, 0x81, 0x26, 0x06, 0x63, 0x5a, 0x91, 0x47, 0xe7,
+ 0x7c, 0x04, 0x09, 0x65, 0x30, 0xe8, 0x2d, 0xa3, 0x47, 0xce, 0xc8, 0x9c,
+ 0x18, 0xeb, 0xb3, 0x6d, 0x59, 0x5e, 0x6e, 0x44, 0xe0, 0xdd, 0xe6, 0xdd,
+ 0x2f, 0x9c, 0xd9, 0xc4, 0xe1, 0x2a, 0xaf, 0x39, 0xaf, 0x71, 0xa3, 0x91,
+ 0x56, 0x46, 0xe5, 0x35, 0x8d, 0x88, 0x22, 0x10, 0x97, 0x79, 0xc1, 0x94,
+ 0x5f, 0x59, 0x50, 0x63, 0x2e, 0xa9, 0xcc, 0x84, 0x3b, 0xc1, 0x4b, 0x4c,
+ 0x9f, 0x83, 0x89, 0x74, 0x8e, 0x2f, 0x4f, 0xde, 0xa3, 0x70, 0xc3, 0xb1,
+ 0x24, 0xc8, 0xd8, 0x4f, 0xee, 0x7b, 0x79, 0x5a, 0xfc, 0x08, 0x70, 0x4e,
+ 0x54, 0x6b, 0xc3, 0x57, 0xe4, 0x54, 0x26, 0x2b, 0x6b, 0xa6, 0xd5, 0x9b,
+ 0x26, 0x24, 0x1b, 0x88, 0x3a, 0x38, 0xe4, 0x35, 0xbe, 0x8d, 0x3b, 0x94,
+ 0x9a, 0x6a, 0x51, 0x4c, 0xe9, 0x2e, 0x85, 0x1a, 0x8f, 0x0e, 0x7c, 0x1c,
+ 0xe4, 0x5a, 0x61, 0x7a, 0x43, 0x2a, 0x4a, 0x01, 0x06, 0x56, 0xe1, 0x07,
+ 0x90, 0xd8, 0xab, 0x82, 0x20, 0x67, 0x8c, 0x8c, 0x24, 0xc4, 0x61, 0x70,
+ 0x3d, 0x93, 0x51, 0x8f, 0x84, 0x45, 0x08, 0x20, 0xa1, 0x43, 0xf1, 0x10,
+ 0x11, 0xd7, 0x5b, 0xbc, 0xfe, 0x0b, 0xa3, 0xea, 0x82, 0x9f, 0x54, 0xc1,
+ 0xc8, 0x16, 0xb4, 0x84, 0x3b, 0xac, 0xaa, 0x15, 0xbd, 0xff, 0x83, 0x94,
+ 0x0e, 0xa6, 0x0d, 0xe5, 0xaf, 0x18, 0x0f, 0xc6, 0xc5, 0x4c, 0xbd, 0xdd,
+ 0x4b, 0xcb, 0xad, 0x9a, 0x71, 0x53, 0x5e, 0xb4, 0xa1, 0xc0, 0x55, 0x46,
+ 0x7c, 0x57, 0xbe, 0xfc, 0x4d, 0x6b, 0xf0, 0x24, 0x07, 0x67, 0x66, 0xa9,
+ 0xbf, 0x99, 0xcb, 0x8f, 0x70, 0xa8, 0x07, 0x16, 0x37, 0x09, 0x85, 0x5e,
+ 0x4a, 0xfe, 0x41, 0x1c, 0x4e, 0x0c, 0x9a, 0xdb, 0xac, 0x4e, 0x3f, 0xe9,
+ 0x6e, 0x17, 0xd2, 0xec, 0x87, 0x4b, 0x2f, 0x76, 0x32, 0x64, 0xaa, 0x7c,
+ 0x1f, 0xfd, 0xc2, 0x73, 0xe5, 0x1a, 0xa5, 0x92, 0x54, 0x3c, 0xa4, 0xb9,
+ 0x16, 0x7f, 0x8b, 0x5c, 0x80, 0xf0, 0x1a, 0x09, 0x9b, 0x61, 0x65, 0x40,
+ 0x91, 0x4a, 0xd1, 0x26, 0x71, 0x9a, 0xe3, 0x8e, 0xc7, 0x32, 0xda, 0xde,
+ 0x34, 0x9f, 0x64, 0x32, 0xc6, 0x8d, 0x70, 0x78, 0x4d, 0xd1, 0xb7, 0x6d,
+ 0x8c, 0x3e, 0x0e, 0xe4, 0x8a, 0xc6, 0x95, 0xfa, 0xbb, 0x14, 0xc3, 0x7e,
+ 0xe1, 0x45, 0x1c, 0x06, 0xc2, 0x74, 0x0e, 0x9e, 0x51, 0x07, 0x72, 0xe4,
+ 0x41, 0x10, 0xe9, 0x40, 0xc4, 0x48, 0xc2, 0xbd, 0xd3, 0x34, 0x13, 0x1e,
+ 0xcd, 0xa4, 0x9f, 0x7f, 0xb8, 0x17, 0x87, 0xfa, 0x27, 0x78, 0x33, 0x8c,
+ 0x37, 0x4d, 0x8c, 0x65, 0xda, 0x51, 0x2b, 0x1b, 0x18, 0x39, 0xc8, 0x69,
+ 0x1e, 0xe6, 0xce, 0xa5, 0x04, 0x86, 0x61, 0x73, 0x77, 0xf8, 0x3d, 0x01,
+ 0xf2, 0xcd, 0xfa, 0x91, 0x0f, 0xf1, 0x1f, 0xd1, 0x0f, 0x8f, 0xf1, 0x67,
+ 0x9c, 0x71, 0x7c, 0x03, 0x8e, 0x56, 0x31, 0x06, 0x76, 0x86, 0x9e, 0xf5,
+ 0x54, 0x17, 0x0c, 0x6c, 0x84, 0x71, 0x70, 0x05, 0x19, 0xe1, 0xc2, 0x02,
+ 0x11, 0xb6, 0x79, 0xd3, 0x1b, 0x20, 0x41, 0xc3, 0xd1, 0xb8, 0x23, 0x0e,
+ 0xfc, 0xef, 0xd1, 0xba, 0x6a, 0xcc, 0x17, 0xba, 0xd3, 0x02, 0x65, 0xf1,
+ 0x47, 0xfe, 0x48, 0xc1, 0xa1, 0x79, 0x80, 0x72, 0xd8, 0xb8, 0x42, 0x18,
+ 0x22, 0x58, 0xd9, 0xc9, 0xaf, 0x1f, 0x1c, 0x64, 0x31, 0x95, 0xa9, 0x12,
+ 0x9b, 0xb9, 0x0a, 0x5e, 0x3e, 0xa4, 0x78, 0xdd, 0xe8, 0x0d, 0x45, 0x84,
+ 0x9f, 0x16, 0x35, 0x9a, 0xac, 0xd9, 0x2e, 0x65, 0x94, 0xfd, 0x8f, 0x9f,
+ 0x76, 0x83, 0x1f, 0xdf, 0xa1, 0xea, 0xe5, 0xa2, 0x2d, 0x43, 0x7e, 0x9e,
+ 0x9d, 0xbe, 0x6d, 0x3c, 0x89, 0xe0, 0x62, 0x0d, 0x8d, 0x00, 0x11, 0xd0,
+ 0x00, 0x6f, 0xda, 0xec, 0x32, 0x7d, 0x86, 0xed, 0x8f, 0xd3, 0x52, 0xe8,
+ 0x68, 0x98, 0xcd, 0x37, 0x5d, 0xc0, 0xf8, 0xc3, 0x48, 0x91, 0x57, 0xcb,
+ 0x39, 0xc4, 0xfd, 0x5e, 0x8e, 0xf3, 0x82, 0xee, 0x47, 0xa0, 0x3f, 0xc2,
+ 0x62, 0xb6, 0xbf, 0xa4, 0x7b, 0xa1, 0xa4, 0xee, 0xa8, 0x97, 0x33, 0xa9,
+ 0x59, 0x94, 0xb2, 0x94, 0xa2, 0x7c, 0xca, 0xfb, 0x18, 0x4d, 0x08, 0x04,
+ 0x3e, 0x59, 0x67, 0x32, 0xa5, 0x32, 0x0f, 0x48, 0xfa, 0x09, 0xbc, 0xc0,
+ 0xe1, 0xfd, 0xde, 0x41, 0xd0, 0x44, 0x6a, 0xe6, 0x96, 0xfd, 0xb1, 0x50,
+ 0x2c, 0xc4, 0x15, 0xf5, 0x03, 0xe1, 0x60, 0x94, 0x37, 0xb9, 0x3d, 0xde,
+ 0x41, 0x0b, 0x7e, 0x0e, 0x4e, 0x84, 0xe5, 0x82, 0x29, 0xf0, 0xaf, 0xe4,
+ 0x75, 0x8c, 0xb1, 0x91, 0x5b, 0xb7, 0xcc, 0x6e, 0xe9, 0xda, 0xf2, 0x5f,
+ 0xe6, 0x78, 0x67, 0x28, 0x80, 0xfc, 0xa0, 0xcd, 0xe7, 0x86, 0x0c, 0x38,
+ 0xa2, 0x33, 0x11, 0x58, 0xc0, 0xa6, 0x6c, 0x0d, 0x72, 0xc1, 0x4b, 0xba,
+ 0x30, 0xc6, 0xd6, 0xbe, 0x4a, 0xf1, 0xee, 0xfe, 0xe9, 0x2f, 0x73, 0xf0,
+ 0xa8, 0x6f, 0x29, 0xc7, 0x20, 0x28, 0x83, 0xab, 0x6a, 0x96, 0x0e, 0xca,
+ 0x65, 0x42, 0x3a, 0x88, 0x70, 0x5a, 0x85, 0x44, 0x36, 0x78, 0x87, 0x4d,
+ 0x19, 0x38, 0xe3, 0x6c, 0x01, 0x37, 0x58, 0x29, 0xde, 0x9f, 0x74, 0x95,
+ 0xe3, 0xb6, 0xfd, 0x87, 0x87, 0x94, 0xed, 0x55, 0x96, 0xe8, 0x02, 0x44,
+ 0x7e, 0xd1, 0xdc, 0xbd, 0x94, 0x6b, 0xb6, 0xa8, 0x9e, 0x43, 0x47, 0xc2,
+ 0xc5, 0x08, 0xae, 0x0e, 0x7e, 0xe2, 0xbe, 0x7c, 0x10, 0x64, 0x6a, 0x81,
+ 0x77, 0xbb, 0x6d, 0xd7, 0x4a, 0xe9, 0xa9, 0xcb, 0x55, 0xfb, 0xd4, 0xb4,
+ 0x9a, 0xac, 0xef, 0x7b, 0x64, 0xa3, 0xae, 0xe3, 0x84, 0xe4, 0xc0, 0x5a,
+ 0xc3, 0x1b, 0x09, 0x72, 0xb5, 0xae, 0x5d, 0x31, 0x00, 0x5e, 0xa7, 0x2a,
+ 0x08, 0xb7, 0x46, 0xe1, 0x69, 0x5e, 0xe2, 0xb6, 0x51, 0x73, 0x16, 0x62,
+ 0x8b, 0x24, 0x9d, 0x7d, 0xd0, 0x0e, 0x79, 0xb9, 0xa0, 0xb4, 0x7f, 0x33,
+ 0xb1, 0x9e, 0xe9, 0x61, 0x68, 0xc9, 0xd5, 0xdd, 0x97, 0x2c, 0xb2, 0x09,
+ 0xc5, 0x48, 0x46, 0x48, 0x9c, 0x01, 0xc9, 0x85, 0x97, 0x4e, 0x50, 0x20,
+ 0x1f, 0xa6, 0x87, 0x84, 0x48, 0xea, 0xe8, 0xa1, 0x81, 0x53, 0x99, 0x4e,
+ 0x44, 0xa6, 0x59, 0x47, 0x7b, 0x88, 0xea, 0x57, 0x0d, 0xb7, 0x9b, 0xe0,
+ 0xb2, 0x0f, 0x20, 0xc8, 0x95, 0x19, 0xc5, 0x07, 0xcd, 0x2f, 0xe2, 0x3a,
+ 0x33, 0x77, 0x46, 0x61, 0xda, 0x21, 0xa4, 0x2a, 0x12, 0x9e, 0x2a, 0x98,
+ 0x64, 0x9c, 0x42, 0x06, 0x90, 0x86, 0x82, 0x48, 0xbb, 0x5a, 0x89, 0x94,
+ 0x1d, 0xf0, 0xe7, 0xc0, 0x48, 0x61, 0x38, 0xc6, 0xd7, 0xf2, 0xe2, 0x49,
+ 0xb5, 0xbc, 0xe1, 0x4a, 0x0f, 0x4f, 0xe6, 0x0e, 0x3e, 0x45, 0x6a, 0xde,
+ 0xf6, 0x1f, 0x2b, 0x8e, 0x42, 0x44, 0xc4, 0xdd, 0x2d, 0x4e, 0x46, 0x84,
+ 0xed, 0xce, 0x69, 0x2a, 0xdc, 0xc8, 0x9f, 0x4e, 0xc1, 0x59, 0x47, 0x82,
+ 0x54, 0xf0, 0x35, 0x04, 0x09, 0x06, 0xf5, 0x3e, 0xd8, 0x30, 0x18, 0x0c,
+ 0x04, 0xe7, 0x79, 0x57, 0x08, 0x9d, 0xb4, 0xae, 0xa7, 0x7c, 0x22, 0x00,
+ 0xb7, 0x55, 0x1c, 0xd5, 0x70, 0xf9, 0xe0, 0xe7, 0x60, 0x8f, 0xdf, 0x7b,
+ 0x6a, 0x83, 0x13, 0xb7, 0xa0, 0xc5, 0xd2, 0xd9, 0x69, 0xee, 0x43, 0xd3,
+ 0x95, 0x29, 0x58, 0x7e, 0x38, 0x4c, 0x36, 0x2f, 0x99, 0x74, 0x08, 0x7d,
+ 0x46, 0x0b, 0xe1, 0xf3, 0xf1, 0xfd, 0x95, 0x08, 0xbd, 0x01, 0xfe, 0x96,
+ 0x74, 0xf3, 0x8a, 0x54, 0xa6, 0xc9, 0xb4, 0xc0, 0x79, 0x0e, 0xa7, 0x91,
+ 0x5f, 0x17, 0x60, 0x82, 0x3b, 0x67, 0x2b, 0x8c, 0x2a, 0x3b, 0x68, 0x44,
+ 0x92, 0x9b, 0x07, 0xa8, 0x08, 0x9b, 0x60, 0x51, 0x79, 0xdc, 0xa1, 0x7b,
+ 0xae, 0x34, 0x75, 0xc2, 0xba, 0x44, 0x6c, 0xbf, 0x59, 0xe6, 0x53, 0x63,
+ 0x86, 0x46, 0x11, 0x9f, 0x50, 0x50, 0xc5, 0x73, 0x99, 0xc2, 0x05, 0xce,
+ 0xb3, 0xd4, 0x78, 0x88, 0x3f, 0x07, 0xfc, 0x91, 0xeb, 0x04, 0xb3, 0x94,
+ 0x6d, 0x43, 0x41, 0x89, 0x83, 0x90, 0x7b, 0x33, 0x32, 0x3c, 0xc3, 0x52,
+ 0xf7, 0x61, 0x3f, 0xad, 0x6b, 0xd3, 0xca, 0xc7, 0x57, 0x41, 0x33, 0xc6,
+ 0x38, 0x3a, 0xa2, 0x35, 0x66, 0x5e, 0x10, 0x09, 0x99, 0xd1, 0x16, 0x73,
+ 0x2b, 0xd5, 0xa0, 0xf9, 0xd6, 0x74, 0xae, 0x0c, 0xe5, 0xe6, 0xa0, 0x5c,
+ 0x8f, 0x27, 0xa3, 0x82, 0x76, 0x05, 0x87, 0xd9, 0x2d, 0xf9, 0x45, 0x93,
+ 0x1f, 0x23, 0xed, 0x03, 0x6f, 0x78, 0x26, 0x4d, 0x1e, 0xf9, 0x99, 0x6f,
+ 0xa2, 0xe0, 0x12, 0x38, 0x5b, 0x6b, 0x71, 0xdb, 0x21, 0x6e, 0xe5, 0xcb,
+ 0x64, 0xc6, 0x74, 0x0e, 0x00, 0x8a, 0xe9, 0x84, 0x9b, 0x39, 0x77, 0x03,
+ 0x0a, 0x10, 0x2a, 0x6c, 0x6f, 0x8c, 0x55, 0xac, 0x86, 0xa0, 0x41, 0x97,
+ 0x18, 0xf3, 0x81, 0x17, 0x05, 0x78, 0xfc, 0x66, 0x3b, 0xd9, 0x98, 0xe9,
+ 0x4e, 0x82, 0xbc, 0x08, 0xba, 0xab, 0x55, 0x17, 0xc2, 0x45, 0x9c, 0xc8,
+ 0x2c, 0x6d, 0xff, 0x8c, 0xba, 0xc0, 0xc8, 0xe1, 0x8e, 0x09, 0x7b, 0x79,
+ 0x89, 0xd9, 0xcb, 0x14, 0x57, 0x05, 0xb8, 0x89, 0x93, 0xe2, 0x4d, 0x9c,
+ 0x94, 0x7f, 0x14, 0x33, 0x91, 0x9a, 0x41, 0x85, 0xad, 0x63, 0xb8, 0x84,
+ 0xb5, 0xa5, 0x7d, 0x36, 0xfb, 0x7f, 0xac, 0xac, 0xc8, 0xb8, 0x0c, 0xf3,
+ 0xeb, 0xe4, 0xe2, 0x92, 0x3b, 0x1d, 0xfa, 0x83, 0x58, 0xa1, 0x37, 0x04,
+ 0xdc, 0x44, 0x83, 0x9b, 0xfb, 0xdc, 0x94, 0xa6, 0x99, 0xdc, 0x30, 0x44,
+ 0x0f, 0xbf, 0xcc, 0x2e, 0xee, 0x25, 0xa1, 0x97, 0xac, 0xac, 0x27, 0x4c,
+ 0xbe, 0x3c, 0x88, 0x3f, 0x53, 0x1d, 0xb2, 0x07, 0x19, 0x6c, 0x83, 0x16,
+ 0x66, 0xd5, 0x6e, 0xaa, 0xf8, 0x4a, 0xe2, 0x6d, 0x3a, 0x60, 0x51, 0x3a,
+ 0xda, 0x7f, 0x84, 0x8b, 0x3d, 0x7a, 0x68, 0x73, 0x56, 0x4b, 0xbc, 0xbe,
+ 0x25, 0x2e, 0x27, 0x8b, 0x3d, 0x6f, 0x07, 0x15, 0x61, 0xba, 0xaf, 0xc6,
+ 0xed, 0x0d, 0xe2, 0x13, 0x9e, 0xee, 0x61, 0x38, 0x87, 0x31, 0xea, 0x1d,
+ 0xcd, 0xbd, 0x21, 0xb4, 0xf5, 0xe2, 0xb0, 0xda, 0xc6, 0xf8, 0x4b, 0x7b,
+ 0xa0, 0x1e, 0x9c, 0x16, 0xc5, 0x27, 0xec, 0x44, 0x63, 0x49, 0x60, 0x93,
+ 0xc0, 0xa7, 0x40, 0x9e, 0x54, 0x31, 0xcc, 0x57, 0xb4, 0x3f, 0x54, 0x75,
+ 0x0a, 0x75, 0x82, 0x09, 0x4e, 0x68, 0x6b, 0xd0, 0xcc, 0x4d, 0x20, 0x70,
+ 0xdc, 0xad, 0x82, 0xeb, 0xd3, 0x12, 0x9a, 0xe2, 0x00, 0xd0, 0x4d, 0x53,
+ 0x1e, 0xa2, 0xd7, 0xba, 0x2f, 0x44, 0x8e, 0xa3, 0x99, 0x88, 0xd7, 0xbb,
+ 0x6d, 0xc5, 0x87, 0xf8, 0x50, 0x55, 0x7c, 0x49, 0x55, 0x5c, 0x38, 0x8d,
+ 0x7c, 0x3c, 0x34, 0xfe, 0xd4, 0xcb, 0x30, 0xc2, 0xdc, 0xf7, 0xb7, 0x0c,
+ 0x6e, 0xa4, 0xa0, 0xe1, 0x5a, 0x4a, 0x3d, 0x29, 0xc7, 0xf2, 0x78, 0x0b,
+ 0x42, 0x13, 0x30, 0xba, 0xb7, 0x6c, 0x0d, 0xf1, 0x94, 0x2f, 0xd6, 0x63,
+ 0x3b, 0x21, 0x10, 0xe5, 0xb9, 0xf9, 0xaa, 0xc5, 0xcf, 0x0b, 0x28, 0x98,
+ 0xed, 0x64, 0x66, 0x38, 0x30, 0xe1, 0x8e, 0xbd, 0x18, 0xd4, 0xe7, 0xe4,
+ 0x97, 0xab, 0x9e, 0x33, 0x32, 0xd0, 0xe6, 0xc2, 0x0d, 0xdb, 0x76, 0x35,
+ 0x9d, 0x26, 0x06, 0xb8, 0x8c, 0x84, 0xac, 0xe6, 0x87, 0x4c, 0x45, 0xbc,
+ 0x15, 0xf5, 0x1e, 0xf0, 0x5d, 0xf1, 0x90, 0xc1, 0xf8, 0x46, 0xd9, 0xc0,
+ 0xa9, 0x80, 0x8c, 0x1c, 0xd8, 0x8d, 0x7c, 0xb4, 0x88, 0x02, 0xe5, 0xad,
+ 0x6e, 0x4a, 0xfc, 0xcd, 0xe6, 0x68, 0x5e, 0x07, 0x39, 0xaf, 0x6c, 0x63,
+ 0xc4, 0xb9, 0x4d, 0x72, 0x47, 0x3e, 0x40, 0xf4, 0x57, 0xc6, 0x6e, 0xb1,
+ 0xaf, 0x50, 0x4d, 0x0b, 0x32, 0x01, 0xa6, 0x11, 0xed, 0x16, 0xd9, 0x4a,
+ 0x47, 0x33, 0xf4, 0x02, 0x8f, 0x53, 0x58, 0x6b, 0xcf, 0x73, 0x26, 0xd3,
+ 0xa4, 0x36, 0xf1, 0x2c, 0x06, 0x78, 0x7d, 0x0b, 0xf2, 0xe5, 0x92, 0xc7,
+ 0x52, 0xa1, 0x53, 0xda, 0xe1, 0xb1, 0x7d, 0xc9, 0xcb, 0x79, 0x5e, 0x83,
+ 0x79, 0x06, 0x6e, 0x9a, 0x4c, 0x1f, 0x83, 0x45, 0xce, 0xad, 0x07, 0x78,
+ 0xc9, 0x01, 0x83, 0x29, 0x2f, 0xe7, 0xfc, 0x37, 0xa7, 0xad, 0xe9, 0xfd,
+ 0x14, 0x22, 0xb7, 0x09, 0x2d, 0xbb, 0xab, 0x8c, 0xc3, 0x23, 0x39, 0x38,
+ 0x34, 0x0f, 0x7c, 0x39, 0x49, 0xd2, 0x60, 0x18, 0x67, 0x6c, 0x09, 0x03,
+ 0x26, 0xc1, 0x50, 0xe6, 0x93, 0x02, 0xd4, 0x5b, 0x4e, 0xbf, 0x3f, 0x4e,
+ 0x71, 0x03, 0xc1, 0x76, 0xd2, 0x7b, 0x18, 0xaf, 0x81, 0xd2, 0x5b, 0x12,
+ 0x72, 0xe3, 0xa4, 0xa3, 0xb8, 0xf3, 0xcb, 0x7c, 0x43, 0x45, 0x39, 0xe6,
+ 0xd3, 0x17, 0x64, 0x1d, 0x00, 0x34, 0x6d, 0xa8, 0xc3, 0x86, 0x30, 0xc7,
+ 0xb9, 0x1e, 0xa7, 0xe1, 0xe5, 0x67, 0xbc, 0x2d, 0x40, 0x97, 0x92, 0x45,
+ 0x28, 0x35, 0x3c, 0xda, 0x77, 0x7f, 0xc2, 0x73, 0x7e, 0xf7, 0xa7, 0xa8,
+ 0x05, 0x4b, 0x0b, 0xff, 0x79, 0xa5, 0xa5, 0x69, 0xbb, 0x04, 0x85, 0x92,
+ 0x12, 0x80, 0xf0, 0xed, 0x8e, 0x04, 0xfc, 0xb1, 0xe2, 0x57, 0x1d, 0x69,
+ 0xe1, 0x90, 0xf7, 0xfd, 0x9b, 0x58, 0x31, 0x64, 0x41, 0x93, 0xda, 0xe3,
+ 0x38, 0xbb, 0x59, 0x2a, 0x84, 0x19, 0xab, 0x78, 0xa2, 0x0a, 0xc8, 0x47,
+ 0xb1, 0x3b, 0x61, 0x5b, 0xe5, 0x5d, 0xa6, 0x84, 0xdf, 0xbd, 0x2e, 0x5f,
+ 0x23, 0xa4, 0x92, 0x94, 0x06, 0xa7, 0x69, 0x61, 0xc3, 0x77, 0x65, 0xd8,
+ 0x60, 0xa2, 0x00, 0x59, 0x66, 0xfe, 0x23, 0xd4, 0x9c, 0xee, 0x19, 0xf5,
+ 0xc3, 0x0c, 0x7b, 0x1d, 0x0e, 0xe8, 0xac, 0x5e, 0x07, 0x1f, 0x2c, 0x1c,
+ 0xb3, 0x70, 0x3e, 0x56, 0xb1, 0xe5, 0x82, 0x09, 0x1b, 0x3f, 0xd1, 0x79,
+ 0xd4, 0x65, 0x00, 0xef, 0xb7, 0x6a, 0xe0, 0xe3, 0x42, 0xc4, 0x39, 0xa0,
+ 0xf6, 0xfd, 0xfe, 0x7f, 0x38, 0xcb, 0x3b, 0x6b, 0x0e, 0x88, 0x50, 0xcc,
+ 0x98, 0x4a, 0xac, 0x1c, 0x1a, 0xed, 0x00, 0x25, 0x7f, 0x89, 0xa0, 0x55,
+ 0x91, 0x92, 0x0a, 0x13, 0x41, 0xad, 0x66, 0x94, 0xd6, 0xb4, 0x4c, 0x79,
+ 0xb8, 0xbd, 0x86, 0xba, 0x09, 0x66, 0xfd, 0x74, 0x39, 0x16, 0x91, 0xd2,
+ 0x41, 0x85, 0xc7, 0x80, 0x58, 0xec, 0x5d, 0x49, 0x77, 0x44, 0xee, 0xbf,
+ 0x20, 0x68, 0x32, 0x00, 0x7c, 0xfb, 0x50, 0xc9, 0xe9, 0xa4, 0xfc, 0xb2,
+ 0x2a, 0xee, 0x1d, 0x5f, 0x7c, 0xeb, 0x3a, 0x52, 0xd0, 0x8f, 0xc5, 0x64,
+ 0x71, 0x9d, 0x5f, 0x83, 0xbc, 0xc1, 0x7e, 0xc9, 0x5c, 0xfc, 0xa5, 0xd6,
+ 0x20, 0x0e, 0xb4, 0x50, 0x8e, 0x79, 0xe8, 0x16, 0x5f, 0x58, 0x43, 0x0c,
+ 0x4d, 0x01, 0x33, 0x1d, 0x3f, 0x03, 0xbb, 0x25, 0xbd, 0xb9, 0x29, 0x8f,
+ 0xed, 0x9a, 0xae, 0xcd, 0x79, 0xad, 0x49, 0x94, 0x22, 0xed, 0x1d, 0xd2,
+ 0x81, 0x88, 0xab, 0x5b, 0x34, 0x68, 0x64, 0x29, 0x10, 0x23, 0x91, 0x02,
+ 0x88, 0xb3, 0x56, 0xde, 0x32, 0x5d, 0x74, 0xa6, 0xfa, 0xbc, 0x34, 0x3e,
+ 0x96, 0x68, 0xe0, 0xcc, 0xc6, 0xe8, 0x14, 0xd7, 0x9c, 0x3a, 0xe4, 0x93,
+ 0xe0, 0xf0, 0xe0, 0x95, 0x16, 0xe0, 0xed, 0xa5, 0xb8, 0x1c, 0xf9, 0x13,
+ 0xbf, 0x5b, 0x57, 0x29, 0x3e, 0x17, 0xac, 0xb3, 0xb2, 0xdb, 0xdd, 0xe0,
+ 0xe2, 0xbf, 0xfa, 0x83, 0xe1, 0x10, 0xe6, 0xf0, 0x5f, 0xd8, 0xb6, 0x13,
+ 0xa2, 0x22, 0x40, 0xf6, 0xb0, 0xea, 0x27, 0x92, 0x5b, 0xc8, 0xb2, 0xb9,
+ 0x7f, 0x7a, 0x85, 0x53, 0x00, 0xae, 0xfb, 0xe2, 0x05, 0x83, 0xe7, 0x2e,
+ 0x23, 0x70, 0x57, 0x8d, 0x80, 0xa3, 0x36, 0xe8, 0x26, 0xe8, 0x01, 0xc1,
+ 0x0b, 0xeb, 0xda, 0x31, 0x83, 0xdb, 0xab, 0xce, 0x58, 0xe3, 0xe1, 0x97,
+ 0xe6, 0xc8, 0x44, 0xe9, 0x6d, 0x29, 0x5b, 0x1b, 0xde, 0xb5, 0x54, 0xc2,
+ 0x46, 0x62, 0x7e, 0x60, 0x36, 0xce, 0x68, 0xb3, 0x84, 0xa1, 0x13, 0xf0,
+ 0xd5, 0x4b, 0x99, 0x47, 0x7a, 0x34, 0x7a, 0xcd, 0xf8, 0x87, 0x21, 0xf9,
+ 0x48, 0xf5, 0xc6, 0xcf, 0xb7, 0xaf, 0x2b, 0x3d, 0xb9, 0x24, 0xa4, 0x02,
+ 0x13, 0x81, 0x23, 0xe0, 0xaf, 0x50, 0x36, 0x29, 0xbb, 0x64, 0xb3, 0x58,
+ 0xf3, 0xa3, 0xbf, 0xc8, 0x0c, 0x48, 0x19, 0x19, 0x11, 0x29, 0x23, 0x33,
+ 0x24, 0x65, 0xa4, 0xc6, 0xa4, 0x64, 0x9c, 0xff, 0xb2, 0x61, 0xd4, 0x1c,
+ 0x46, 0x7f, 0xdb, 0xb1, 0x24, 0x18, 0x2d, 0xef, 0x6c, 0xf3, 0x3c, 0x47,
+ 0x9a, 0x97, 0x99, 0xcb, 0x8c, 0x28, 0x82, 0x8d, 0x89, 0x14, 0x53, 0xfc,
+ 0x23, 0x3f, 0xbd, 0x25, 0x47, 0x9d, 0xda, 0xc8, 0x09, 0xdc, 0xa4, 0x43,
+ 0x65, 0x6b, 0x63, 0x63, 0xae, 0xdc, 0x86, 0xb0, 0x09, 0xdc, 0x95, 0xea,
+ 0x86, 0xfb, 0x73, 0x8b, 0x52, 0x61, 0x15, 0x5c, 0xd6, 0x6a, 0x7a, 0xa3,
+ 0x02, 0x0f, 0x82, 0x21, 0xc2, 0x0e, 0xd8, 0x3f, 0xed, 0x18, 0x1e, 0xf2,
+ 0xbb, 0x50, 0xd5, 0xd0, 0xc5, 0xa2, 0x49, 0xcd, 0x78, 0xac, 0xa4, 0x5a,
+ 0xdc, 0x11, 0xa1, 0xd4, 0x50, 0x69, 0x38, 0x3c, 0x10, 0x41, 0xa5, 0xc8,
+ 0x78, 0x75, 0xca, 0xf3, 0x95, 0x28, 0xf3, 0x3e, 0xd6, 0x94, 0x3f, 0xd2,
+ 0x0e, 0xe0, 0x81, 0xb2, 0x12, 0x12, 0xc6, 0x2f, 0x22, 0x63, 0xc9, 0x9a,
+ 0x28, 0xd9, 0x6d, 0x81, 0xe0, 0x97, 0x10, 0x0e, 0x0d, 0xc7, 0xf8, 0xdb,
+ 0xf7, 0x9c, 0x13, 0xcd, 0x79, 0x26, 0xf9, 0x47, 0x4a, 0x47, 0x61, 0x38,
+ 0xa8, 0x10, 0x01, 0xf9, 0xc5, 0x3c, 0x03, 0x62, 0x27, 0xef, 0xf7, 0xc3,
+ 0xc9, 0x71, 0xd8, 0x20, 0x45, 0x6b, 0x23, 0x45, 0x0d, 0x52, 0xbc, 0x36,
+ 0x52, 0xdc, 0x20, 0x25, 0x6b, 0x23, 0x25, 0x84, 0x74, 0x02, 0x79, 0xdd,
+ 0xce, 0xb8, 0xd6, 0xa5, 0x3c, 0x8b, 0xea, 0x8b, 0xe7, 0xc8, 0xfc, 0x1e,
+ 0xa9, 0xdf, 0xd3, 0xcf, 0x3a, 0x7e, 0xfa, 0x59, 0xc7, 0x4f, 0x3f, 0x47,
+ 0xe6, 0x77, 0xe1, 0x18, 0x8b, 0xf5, 0x54, 0x2a, 0x20, 0x5f, 0x48, 0xff,
+ 0x5e, 0xf1, 0x22, 0xb2, 0x20, 0x74, 0x1a, 0x4d, 0x25, 0xe4, 0x0b, 0x83,
+ 0x46, 0x53, 0x8d, 0x06, 0x02, 0x23, 0xfb, 0x50, 0xdc, 0x04, 0x71, 0xd6,
+ 0xda, 0x08, 0x2a, 0x06, 0xa8, 0xca, 0x67, 0x46, 0xee, 0x58, 0x11, 0xaf,
+ 0x65, 0x17, 0xcc, 0x71, 0x64, 0xe8, 0x2c, 0x30, 0x04, 0x53, 0x13, 0x82,
+ 0x03, 0xb7, 0xac, 0xb8, 0xdd, 0x41, 0xfb, 0xa7, 0x30, 0xab, 0xe7, 0x22,
+ 0x43, 0xe6, 0x3e, 0x64, 0xb9, 0xd4, 0x13, 0x46, 0x08, 0x9b, 0x1c, 0x24,
+ 0xc1, 0x45, 0x57, 0x31, 0xba, 0xa3, 0x30, 0x17, 0x45, 0x48, 0x6a, 0xe0,
+ 0x19, 0x5a, 0x8b, 0x5d, 0x15, 0x65, 0xcc, 0x0d, 0xf6, 0x90, 0x1e, 0xfa,
+ 0xad, 0x72, 0xe3, 0x44, 0x4e, 0x13, 0x14, 0x4c, 0xe8, 0xa3, 0x0c, 0xf2,
+ 0x79, 0xa8, 0x7e, 0x84, 0x48, 0xf1, 0x0d, 0x56, 0x19, 0x9c, 0xe6, 0x70,
+ 0xcf, 0x45, 0x86, 0x53, 0x9c, 0xc3, 0xa5, 0xf5, 0x15, 0x6f, 0xb8, 0xb3,
+ 0x8d, 0xd8, 0x94, 0x02, 0xa7, 0xf0, 0xd0, 0x1f, 0xe8, 0x67, 0x57, 0x53,
+ 0x08, 0xee, 0xcf, 0x1e, 0xc6, 0x35, 0xf1, 0x36, 0xbe, 0x88, 0x71, 0x6a,
+ 0xb0, 0xe3, 0x95, 0x9c, 0x4b, 0xba, 0xab, 0x18, 0xc7, 0x76, 0xc1, 0xe4,
+ 0xcd, 0x04, 0xac, 0x63, 0xe0, 0xc0, 0x3a, 0x20, 0x48, 0x52, 0x02, 0xcb,
+ 0x84, 0x10, 0x21, 0x5c, 0x32, 0xc2, 0xe6, 0x7d, 0xa4, 0xbe, 0x8f, 0x48,
+ 0x6f, 0x8f, 0xd6, 0xd6, 0xdb, 0x23, 0x4d, 0x6f, 0x87, 0x5e, 0x80, 0xf8,
+ 0x24, 0xfa, 0x55, 0x4e, 0xd8, 0x40, 0xe2, 0x4a, 0xae, 0x4f, 0xf5, 0xd2,
+ 0xee, 0xc9, 0x59, 0x41, 0x41, 0x24, 0x65, 0x6f, 0xa2, 0xaa, 0x04, 0x8b,
+ 0x26, 0xdf, 0x50, 0xed, 0x35, 0x69, 0x53, 0x2b, 0xb1, 0x93, 0x52, 0xdf,
+ 0x89, 0x2d, 0x94, 0xfa, 0x2e, 0x72, 0xc1, 0x45, 0x36, 0x5c, 0xec, 0x82,
+ 0x8b, 0x6d, 0xb8, 0xc4, 0x05, 0x97, 0xd8, 0x70, 0x5d, 0x17, 0x5c, 0xd7,
+ 0x86, 0xeb, 0xb9, 0xe0, 0x7a, 0x36, 0x5c, 0xdf, 0x05, 0xd7, 0xb7, 0xe1,
+ 0x06, 0x2e, 0x38, 0xb8, 0xf2, 0x20, 0xc6, 0xc2, 0x01, 0x04, 0x2f, 0x69,
+ 0x62, 0x82, 0xeb, 0x2f, 0x79, 0x94, 0x64, 0xfd, 0x65, 0xe4, 0x84, 0x8c,
+ 0x1c, 0x90, 0xb1, 0x13, 0x32, 0x76, 0x40, 0x26, 0x4e, 0xc8, 0xc4, 0x01,
+ 0xd9, 0x75, 0x42, 0x76, 0x1d, 0x90, 0x3d, 0x27, 0x64, 0xcf, 0x01, 0xd9,
+ 0x77, 0x42, 0xf6, 0x1d, 0x90, 0x03, 0x27, 0xa4, 0x8b, 0x9f, 0x43, 0x27,
+ 0xe4, 0xd0, 0xc5, 0xf9, 0x8e, 0x9b, 0xf5, 0x1d, 0x17, 0xac, 0xa7, 0x9b,
+ 0x5c, 0xfd, 0x14, 0xba, 0x3b, 0x0a, 0xb3, 0x13, 0xc0, 0xb8, 0xbb, 0x10,
+ 0x27, 0xc1, 0xaa, 0x6e, 0xa4, 0x27, 0xf2, 0x14, 0xb9, 0xb1, 0x85, 0x66,
+ 0xa6, 0xe9, 0x57, 0x5c, 0x59, 0xae, 0xc8, 0x61, 0x79, 0x57, 0x8b, 0xe6,
+ 0x27, 0xc3, 0xea, 0x4b, 0x65, 0x8c, 0xa0, 0x93, 0x4e, 0x87, 0x14, 0x68,
+ 0xa0, 0x19, 0xef, 0x76, 0x83, 0x9b, 0x54, 0x26, 0x31, 0x8a, 0xbb, 0x9d,
+ 0x4f, 0x8b, 0x14, 0xa7, 0x35, 0x0c, 0xed, 0xa9, 0x46, 0xa3, 0x4c, 0xb1,
+ 0x40, 0x50, 0xa7, 0x8c, 0x20, 0x91, 0x2f, 0x1b, 0x1b, 0x29, 0xdb, 0x8d,
+ 0xcc, 0x66, 0x19, 0x44, 0x3b, 0x84, 0x3b, 0xf1, 0xb4, 0x0c, 0xa9, 0x8e,
+ 0x33, 0x06, 0x4d, 0x61, 0x41, 0x63, 0x3b, 0x08, 0xa9, 0xa5, 0xa3, 0x55,
+ 0x88, 0xe7, 0x01, 0x2b, 0x44, 0x18, 0xcb, 0x65, 0xad, 0x5e, 0x3d, 0x57,
+ 0x8c, 0xb2, 0x34, 0xda, 0x20, 0xe3, 0x2f, 0x19, 0x61, 0xc2, 0x6b, 0x38,
+ 0x06, 0x39, 0xb8, 0xc6, 0x3e, 0x52, 0x13, 0x01, 0x87, 0x3e, 0xc8, 0xc8,
+ 0x84, 0x8c, 0x76, 0x64, 0xaa, 0xaf, 0xff, 0x0c, 0xd6, 0x22, 0x11, 0x9b,
+ 0x24, 0x62, 0x1f, 0x89, 0xc8, 0x26, 0x41, 0x89, 0x98, 0x61, 0xb9, 0xa2,
+ 0x4a, 0xf3, 0x84, 0xae, 0xcd, 0x6b, 0xee, 0xbd, 0x90, 0x6a, 0xbe, 0x4d,
+ 0xae, 0xca, 0x28, 0x94, 0xa2, 0x0d, 0x28, 0xb5, 0xd7, 0x29, 0xde, 0x80,
+ 0x52, 0x6c, 0x53, 0xba, 0xc9, 0xd3, 0xea, 0x5a, 0xe4, 0x9a, 0x46, 0x33,
+ 0xca, 0x72, 0x3a, 0x7d, 0xb5, 0x5c, 0xc8, 0xfc, 0xd3, 0xe2, 0x46, 0xe3,
+ 0x5c, 0x49, 0x70, 0x6d, 0x92, 0x89, 0xd6, 0xee, 0xd4, 0xe8, 0xcb, 0x3b,
+ 0x35, 0xfa, 0xf2, 0x4e, 0x8d, 0xbe, 0x5a, 0xa7, 0x46, 0x5f, 0xad, 0x53,
+ 0xa3, 0xaf, 0xd6, 0xa9, 0xd1, 0x93, 0x3b, 0x35, 0xab, 0x6f, 0x64, 0x74,
+ 0x99, 0x8d, 0x0e, 0xbd, 0x4d, 0xc4, 0x35, 0x7d, 0x27, 0x74, 0x9c, 0x35,
+ 0x8e, 0xbf, 0xb9, 0x21, 0xe6, 0xdd, 0x92, 0x6d, 0x39, 0x46, 0x65, 0x01,
+ 0x61, 0x84, 0x2a, 0x61, 0xda, 0x9c, 0xc1, 0x9b, 0x57, 0x08, 0x81, 0xdb,
+ 0x48, 0xbc, 0xbd, 0xcb, 0xf3, 0xa3, 0x33, 0x96, 0xe9, 0x99, 0xc1, 0x5f,
+ 0xc2, 0xf5, 0x4f, 0xf6, 0xf4, 0x13, 0x5e, 0x53, 0x80, 0x03, 0x17, 0xb6,
+ 0x2d, 0x5a, 0xde, 0xde, 0x35, 0x65, 0xb0, 0xfa, 0x6a, 0x57, 0x8d, 0x78,
+ 0x48, 0x36, 0xf2, 0xcf, 0x50, 0x83, 0x41, 0xc9, 0x20, 0x90, 0x46, 0x1e,
+ 0x80, 0x0a, 0xd5, 0x3e, 0x8a, 0x0f, 0x3b, 0x2b, 0x30, 0xb8, 0xf1, 0x4b,
+ 0xf4, 0xf7, 0xfc, 0x19, 0x54, 0x51, 0xa4, 0xf3, 0x93, 0x52, 0x5c, 0xfa,
+ 0xb9, 0xbd, 0x38, 0xc6, 0x9e, 0x5d, 0x51, 0x24, 0x98, 0x43, 0x97, 0xb7,
+ 0x77, 0x8e, 0x52, 0x5d, 0x25, 0x90, 0xce, 0xcd, 0x3b, 0xf3, 0x5a, 0x68,
+ 0xd6, 0x28, 0xf6, 0x0c, 0xf1, 0x55, 0x13, 0x26, 0x90, 0xb4, 0x47, 0xe5,
+ 0x92, 0x73, 0xe8, 0xc5, 0x8e, 0xd6, 0xc0, 0x8e, 0xbc, 0xd8, 0xf1, 0x1a,
+ 0xd8, 0xb1, 0x17, 0x3b, 0x59, 0x03, 0x3b, 0xf1, 0x62, 0x77, 0xd7, 0xc0,
+ 0xee, 0x7a, 0xb1, 0x7b, 0x6b, 0x60, 0xf7, 0xbc, 0xd8, 0xfd, 0x35, 0xb0,
+ 0xfb, 0x5e, 0xec, 0xc1, 0x1a, 0xd8, 0x03, 0x2f, 0xf6, 0x70, 0x0d, 0xec,
+ 0xa1, 0x5f, 0x5a, 0x3a, 0xeb, 0x88, 0x4b, 0xc7, 0x8f, 0xbf, 0x96, 0xb8,
+ 0xf9, 0xe5, 0x2d, 0x5c, 0x47, 0xe0, 0x42, 0xbe, 0xff, 0xe7, 0x6e, 0x61,
+ 0x67, 0x32, 0x9c, 0x8f, 0x88, 0x2b, 0xed, 0xf0, 0x41, 0xd6, 0xa2, 0x33,
+ 0x7d, 0xf8, 0x70, 0xa5, 0xec, 0xfe, 0x65, 0x4e, 0x31, 0xd8, 0x4e, 0x7d,
+ 0xcc, 0xc7, 0x14, 0x59, 0xd4, 0xcc, 0xdf, 0x43, 0x91, 0x8f, 0x1f, 0xf0,
+ 0xf3, 0x4b, 0x61, 0x4e, 0x1e, 0xe3, 0xe1, 0x1c, 0xc4, 0x3f, 0x02, 0x03,
+ 0xf4, 0x4f, 0x4d, 0x1c, 0x64, 0x38, 0x9b, 0xf5, 0x45, 0x41, 0xbe, 0x41,
+ 0x67, 0x49, 0x0c, 0x1f, 0x4a, 0x7b, 0xe9, 0x09, 0x2b, 0x4b, 0xb5, 0x5a,
+ 0x19, 0x25, 0x9f, 0xed, 0x1d, 0xf3, 0xc4, 0xc4, 0xdc, 0x96, 0xb5, 0x1b,
+ 0x9c, 0xea, 0xf4, 0xf9, 0x19, 0x79, 0x15, 0x9c, 0x77, 0xc2, 0x4e, 0x24,
+ 0x88, 0xb2, 0x79, 0x56, 0x21, 0x6a, 0x84, 0x9c, 0x75, 0x10, 0x3d, 0xa3,
+ 0x1d, 0xb7, 0x93, 0x68, 0xec, 0x4c, 0xc2, 0x01, 0xce, 0xe2, 0x27, 0x14,
+ 0xeb, 0x8b, 0x4c, 0xc2, 0x41, 0xd8, 0xed, 0x46, 0xe4, 0x7d, 0x7f, 0xf6,
+ 0x6b, 0x70, 0x30, 0x4d, 0xab, 0x2a, 0x1f, 0xed, 0x04, 0x61, 0x2f, 0x6e,
+ 0xde, 0xee, 0x4f, 0xd3, 0x11, 0x39, 0x7b, 0xe5, 0x73, 0x1e, 0x1f, 0xce,
+ 0xd1, 0x78, 0xe9, 0x6e, 0x53, 0x68, 0x1e, 0x35, 0xe2, 0x06, 0x21, 0xbf,
+ 0xf7, 0x83, 0xd8, 0xac, 0xe6, 0xe9, 0xe3, 0x0d, 0xcf, 0xcd, 0xc9, 0x8d,
+ 0xf3, 0x45, 0x56, 0xa1, 0xd3, 0x78, 0x51, 0x7e, 0xe2, 0xf7, 0x50, 0xe8,
+ 0xbc, 0x92, 0x53, 0x85, 0x63, 0x28, 0x1e, 0xf0, 0x16, 0x2e, 0xae, 0xd4,
+ 0x95, 0x76, 0x89, 0x09, 0x0e, 0x1d, 0x06, 0x61, 0xef, 0xba, 0xac, 0xea,
+ 0x1b, 0xf2, 0xd5, 0x61, 0x22, 0xba, 0x0f, 0x06, 0xd4, 0x92, 0xad, 0x35,
+ 0x94, 0xc4, 0x8c, 0xec, 0xcf, 0xfb, 0xf0, 0x82, 0xc7, 0x31, 0xa5, 0x8b,
+ 0x77, 0xb4, 0x48, 0xb3, 0x75, 0x2e, 0xdc, 0xc0, 0x3d, 0x92, 0x23, 0xac,
+ 0xe5, 0x14, 0x29, 0x60, 0xd7, 0xf1, 0x46, 0x44, 0xd8, 0x68, 0xd3, 0x8a,
+ 0x44, 0x1b, 0x54, 0x24, 0x5a, 0xab, 0x22, 0x8d, 0x9b, 0xaf, 0x18, 0xc3,
+ 0xe7, 0xc5, 0xf4, 0x71, 0x5e, 0xcc, 0xf2, 0x74, 0xaa, 0x64, 0x02, 0x74,
+ 0x03, 0x28, 0x59, 0x1f, 0xdd, 0x00, 0xd1, 0x4a, 0x0a, 0xd1, 0x0a, 0x0a,
+ 0xf1, 0x4a, 0x0a, 0xf1, 0x0a, 0x0a, 0xc9, 0x4a, 0x0a, 0xc9, 0x0a, 0x0a,
+ 0xdd, 0x95, 0x14, 0xba, 0x2b, 0x28, 0xf4, 0x56, 0x52, 0xe8, 0xad, 0xa0,
+ 0xd0, 0x5f, 0x49, 0xa1, 0xbf, 0x82, 0xc2, 0x60, 0x25, 0x85, 0x01, 0xb7,
+ 0xa1, 0xbd, 0x9f, 0xab, 0xaa, 0xfb, 0xcf, 0x10, 0x95, 0xbc, 0x40, 0x7b,
+ 0x24, 0x18, 0xce, 0xc0, 0x0d, 0xf0, 0x15, 0xc8, 0xa7, 0x3a, 0x81, 0x8b,
+ 0x33, 0x6e, 0xf4, 0x69, 0x3a, 0xc8, 0xa6, 0x55, 0xbe, 0xac, 0x04, 0xb1,
+ 0xc9, 0x64, 0x25, 0xb5, 0xc9, 0x64, 0x2d, 0x72, 0x10, 0xa9, 0x8f, 0xd7,
+ 0x1f, 0x64, 0xf8, 0x92, 0xed, 0x34, 0x52, 0x36, 0x6a, 0xc6, 0x4a, 0x44,
+ 0x5d, 0xf1, 0x93, 0x7b, 0xab, 0x4d, 0x74, 0x67, 0x6d, 0xe9, 0x4d, 0x51,
+ 0x09, 0x54, 0xa1, 0xdd, 0x15, 0xd2, 0x99, 0x49, 0x01, 0x6f, 0xc2, 0xdd,
+ 0xf2, 0x00, 0x27, 0xff, 0x27, 0x9d, 0x19, 0x65, 0xf1, 0x2d, 0x77, 0x93,
+ 0x93, 0x5b, 0xba, 0x3b, 0xe9, 0x31, 0x99, 0xff, 0x96, 0xc2, 0x9e, 0xdf,
+ 0xe1, 0x6c, 0x74, 0xb1, 0x98, 0x09, 0x67, 0x23, 0xdd, 0x9d, 0x16, 0x7c,
+ 0x93, 0xad, 0x73, 0x1f, 0x7e, 0x63, 0x9a, 0xcc, 0x96, 0x6e, 0x6a, 0xdc,
+ 0x75, 0xca, 0x26, 0xa6, 0x66, 0x0f, 0x57, 0x89, 0x35, 0x67, 0xc2, 0x63,
+ 0x91, 0xcb, 0xa0, 0xe4, 0x37, 0x24, 0xc8, 0x99, 0xe9, 0x16, 0x13, 0xdf,
+ 0x43, 0x40, 0x82, 0x4a, 0xf1, 0x2c, 0x14, 0x2e, 0x6f, 0xe3, 0x69, 0x66,
+ 0xd7, 0xe3, 0x6a, 0xc1, 0x93, 0x5d, 0x98, 0xbe, 0x5f, 0xbe, 0x4a, 0xf0,
+ 0x16, 0x05, 0x1f, 0xf1, 0xa6, 0xb8, 0x33, 0x58, 0xb5, 0x92, 0x95, 0x49,
+ 0x0d, 0x5a, 0x0d, 0xa7, 0xd1, 0x70, 0x4a, 0xa9, 0x05, 0xac, 0x76, 0xb0,
+ 0x86, 0xeb, 0x21, 0xe2, 0xe2, 0x39, 0xc8, 0x9c, 0x12, 0x3f, 0xd0, 0x95,
+ 0x2f, 0x06, 0xee, 0x14, 0xa9, 0x39, 0xdd, 0x3e, 0xe5, 0x0b, 0xae, 0x43,
+ 0xfc, 0xcc, 0x2f, 0x7e, 0x09, 0x99, 0x81, 0x4b, 0xf3, 0x0f, 0x98, 0xe2,
+ 0x24, 0x7d, 0x0c, 0x6e, 0x45, 0x52, 0x36, 0xca, 0x1f, 0x63, 0x12, 0xe6,
+ 0x81, 0x93, 0x69, 0x3b, 0xa2, 0xfb, 0x68, 0xf1, 0x78, 0xce, 0x78, 0x52,
+ 0x88, 0xb9, 0x16, 0x79, 0x2e, 0xea, 0x76, 0x12, 0x74, 0xc6, 0xb6, 0x87,
+ 0x8e, 0x4e, 0x60, 0x40, 0xe3, 0xca, 0xd9, 0x7e, 0x3a, 0x85, 0x0d, 0x2b,
+ 0x5b, 0x1c, 0x3c, 0x69, 0x2b, 0x29, 0x37, 0xbd, 0xbc, 0xe3, 0xd8, 0xd8,
+ 0xfb, 0x6f, 0x10, 0x93, 0xf7, 0x2f, 0x9c, 0xd3, 0x29, 0x79, 0xd4, 0x5d,
+ 0xfe, 0x72, 0x22, 0x73, 0x48, 0xcb, 0x71, 0xa5, 0xf4, 0xcf, 0x41, 0xef,
+ 0x82, 0x57, 0xe2, 0xb2, 0xca, 0xb6, 0x88, 0x8d, 0x7c, 0x00, 0xf7, 0xd6,
+ 0x20, 0x50, 0x91, 0x12, 0x19, 0x5a, 0xbe, 0x53, 0x62, 0x43, 0xcb, 0x77,
+ 0x91, 0x0b, 0x2e, 0xb2, 0xe1, 0x62, 0x17, 0x5c, 0x6c, 0xc3, 0x25, 0x2e,
+ 0xb8, 0xc4, 0x86, 0xeb, 0xba, 0xe0, 0xba, 0x36, 0x5c, 0xcf, 0x05, 0xd7,
+ 0xc4, 0x8b, 0xc6, 0x2b, 0xa2, 0x46, 0x7b, 0xe5, 0x3b, 0xa5, 0xbd, 0xf2,
+ 0x5d, 0xe4, 0x82, 0x8b, 0x6c, 0xb8, 0xd8, 0x05, 0x17, 0xdb, 0x70, 0x89,
+ 0x0b, 0xce, 0x8a, 0x8b, 0x6d, 0xd4, 0x50, 0x79, 0x6b, 0xc7, 0xeb, 0x36,
+ 0x6a, 0xa9, 0xc2, 0x5a, 0x71, 0xbb, 0x8d, 0x9a, 0xaa, 0xb0, 0x56, 0xfc,
+ 0x6e, 0xa3, 0xb6, 0x2a, 0xac, 0xb3, 0xbe, 0x76, 0x2c, 0x6f, 0xa3, 0x8f,
+ 0x94, 0xb7, 0x76, 0x4c, 0x6f, 0xa3, 0x9f, 0x94, 0xb7, 0x76, 0x6c, 0x6f,
+ 0x84, 0xb5, 0xe2, 0x7b, 0xc3, 0x5b, 0x3b, 0xc6, 0x37, 0xc2, 0xe2, 0xce,
+ 0xf0, 0x00, 0xae, 0x5b, 0x64, 0x7b, 0x39, 0x5b, 0x82, 0xb3, 0x09, 0xcf,
+ 0xc9, 0x09, 0xb7, 0x2b, 0x69, 0x6a, 0x9d, 0x60, 0xc2, 0xf5, 0xe6, 0x56,
+ 0x16, 0x7b, 0x8f, 0x7e, 0xbf, 0x60, 0x95, 0xde, 0xfd, 0xcb, 0x5c, 0x44,
+ 0x49, 0x43, 0x4f, 0xf7, 0xbc, 0x0c, 0xf0, 0xee, 0x86, 0x92, 0x51, 0x13,
+ 0x53, 0xb6, 0xcb, 0x58, 0x00, 0x15, 0x14, 0xaa, 0x2e, 0xac, 0x69, 0x05,
+ 0xd7, 0x7d, 0x77, 0x21, 0x97, 0xa6, 0x93, 0x0e, 0xce, 0xa5, 0x60, 0xb8,
+ 0x00, 0x3a, 0x74, 0x27, 0x0f, 0x6d, 0xde, 0x95, 0x16, 0xfa, 0x21, 0xe0,
+ 0x9e, 0xd6, 0x5a, 0x90, 0x03, 0x9a, 0x22, 0xd0, 0x23, 0xef, 0x64, 0x0f,
+ 0xaf, 0x5e, 0x1b, 0x2d, 0xa5, 0x8c, 0x21, 0xad, 0x2d, 0x45, 0x23, 0x10,
+ 0xb4, 0x14, 0x6f, 0x7d, 0x8e, 0xb3, 0x09, 0xae, 0xd0, 0x8c, 0x22, 0xe4,
+ 0x4d, 0xc1, 0x7a, 0xc2, 0xc7, 0xed, 0xff, 0xcf, 0xf2, 0x01, 0x5c, 0x7c,
+ 0x04, 0x1f, 0x44, 0x53, 0xc9, 0xe9, 0x01, 0x15, 0x95, 0x3b, 0x8d, 0x37,
+ 0x3c, 0x39, 0x06, 0x45, 0x85, 0x50, 0x57, 0x09, 0x56, 0xd6, 0x5d, 0xca,
+ 0xd6, 0xd7, 0x6e, 0xe7, 0x55, 0xbf, 0xfb, 0x83, 0xbc, 0x2f, 0x3b, 0x13,
+ 0xbb, 0xc8, 0xbc, 0x44, 0xba, 0x70, 0x18, 0x82, 0x61, 0x14, 0x16, 0xb8,
+ 0x78, 0x34, 0xe9, 0xbc, 0x9a, 0xfa, 0x80, 0x67, 0xb7, 0xbc, 0x4c, 0x6c,
+ 0xee, 0x42, 0x71, 0x09, 0x2b, 0x9a, 0x2b, 0xa3, 0xf2, 0x83, 0xf0, 0xc5,
+ 0x69, 0x92, 0x19, 0x72, 0xae, 0x29, 0x7c, 0xd0, 0x8a, 0x39, 0xcc, 0xd6,
+ 0x28, 0x46, 0x5c, 0x20, 0xdd, 0xb4, 0x18, 0xb8, 0xfe, 0x95, 0x5f, 0x71,
+ 0x07, 0x08, 0x50, 0x70, 0xe1, 0x37, 0x64, 0x05, 0x91, 0x0e, 0xf1, 0x0d,
+ 0x04, 0xb1, 0x9e, 0x43, 0xb0, 0x07, 0x01, 0x01, 0x3a, 0x0c, 0x9d, 0x93,
+ 0x6f, 0x7c, 0xcd, 0xa8, 0x41, 0x5b, 0xf7, 0xa6, 0x91, 0x82, 0xb1, 0xc6,
+ 0xf6, 0x4c, 0x78, 0x11, 0x1f, 0xf3, 0x1b, 0x89, 0xe7, 0xa4, 0xd7, 0xc2,
+ 0x72, 0x0e, 0xde, 0x9b, 0x4c, 0xdd, 0x68, 0xae, 0x40, 0x08, 0xdf, 0x2d,
+ 0x58, 0x72, 0x5f, 0xd1, 0xf1, 0xcf, 0x6e, 0xc0, 0x03, 0xe8, 0x83, 0xfa,
+ 0x5c, 0x32, 0x55, 0x53, 0x84, 0xff, 0xf9, 0xe5, 0x51, 0xde, 0x09, 0x96,
+ 0x51, 0x7f, 0x78, 0x8e, 0x9a, 0x2a, 0xe8, 0x47, 0x9d, 0x0e, 0x03, 0x46,
+ 0xb9, 0xbf, 0x7b, 0x04, 0xab, 0x02, 0xd8, 0xac, 0xe1, 0x0b, 0x7d, 0xe0,
+ 0x09, 0xae, 0xa4, 0x5a, 0x02, 0x39, 0x6a, 0x2a, 0xc8, 0x3d, 0xd9, 0x17,
+ 0xdf, 0xa1, 0x0a, 0xaf, 0x99, 0x3a, 0x43, 0x3b, 0x79, 0xa6, 0x6e, 0xf1,
+ 0x24, 0x21, 0x35, 0xab, 0x30, 0x68, 0x7c, 0x94, 0x27, 0xaf, 0xdf, 0xa1,
+ 0x72, 0x5e, 0x02, 0xde, 0x2b, 0xf6, 0xff, 0x9f, 0x14, 0xef, 0xc3, 0x6d,
+ 0xe9, 0x4d, 0x2e, 0xf3, 0xaa, 0x80, 0x27, 0x23, 0x26, 0x85, 0x41, 0xbf,
+ 0x34, 0x72, 0x51, 0xe3, 0x2a, 0xd2, 0x98, 0x5c, 0xb9, 0x1f, 0x52, 0x3c,
+ 0xee, 0x32, 0xb9, 0x76, 0x98, 0xdf, 0xe7, 0x15, 0x99, 0xe1, 0xf7, 0x20,
+ 0x72, 0x04, 0xe9, 0x22, 0x63, 0x7a, 0xfb, 0x26, 0xc0, 0x98, 0x89, 0x53,
+ 0x4a, 0xd0, 0x06, 0x5e, 0xe0, 0x70, 0x13, 0x9f, 0xd8, 0x06, 0xa3, 0xa8,
+ 0xc0, 0x14, 0x63, 0x70, 0xa3, 0x6d, 0x31, 0xcd, 0x6b, 0xca, 0xbd, 0x38,
+ 0x86, 0x4e, 0xcc, 0x2b, 0x4c, 0xef, 0x25, 0xe8, 0x55, 0xbc, 0x83, 0x59,
+ 0x8b, 0x16, 0xac, 0x77, 0xdb, 0x85, 0x52, 0xc9, 0x87, 0x24, 0x1c, 0x09,
+ 0x7f, 0x5e, 0x95, 0x0d, 0x49, 0x78, 0x8a, 0x50, 0x2e, 0x24, 0xbc, 0xaa,
+ 0xd5, 0x24, 0x3d, 0x6a, 0xae, 0x00, 0xef, 0x68, 0xfe, 0xdf, 0x9b, 0xa4,
+ 0x49, 0xea, 0xb0, 0x99, 0xe6, 0x08, 0xac, 0x8c, 0x61, 0xb2, 0xdb, 0x67,
+ 0x3f, 0x43, 0xfe, 0x3b, 0x64, 0xbf, 0x07, 0xb0, 0xae, 0x0e, 0x77, 0x87,
+ 0xf8, 0xba, 0x83, 0xbf, 0x3b, 0xae, 0x06, 0xfb, 0xc6, 0x18, 0x04, 0xdf,
+ 0x07, 0xe9, 0xe7, 0x13, 0x91, 0xbc, 0x82, 0xa9, 0xef, 0x53, 0xe8, 0x32,
+ 0xa6, 0x1a, 0xeb, 0x44, 0x5c, 0xe0, 0x2a, 0xb8, 0xa8, 0x5d, 0xed, 0xef,
+ 0x06, 0x7b, 0x35, 0x45, 0x6d, 0x30, 0x2e, 0xf2, 0x50, 0x00, 0x0c, 0x68,
+ 0x75, 0x93, 0x39, 0x0f, 0x9d, 0x4f, 0x24, 0x79, 0x8c, 0x16, 0xa2, 0x65,
+ 0x74, 0xda, 0x6e, 0xf2, 0xf7, 0xec, 0xa7, 0xf3, 0x4f, 0xe4, 0xdf, 0xc7,
+ 0x8f, 0xa3, 0x4c, 0x57, 0x3f, 0x35, 0xe7, 0x1a, 0xa4, 0xaa, 0xa1, 0x6d,
+ 0x88, 0xd4, 0x9a, 0x33, 0x70, 0xb2, 0x85, 0x19, 0x7a, 0x37, 0x78, 0x5b,
+ 0x16, 0xcb, 0x85, 0x92, 0x44, 0x08, 0x4f, 0x3f, 0xaa, 0xbb, 0x94, 0x2b,
+ 0xf7, 0xb8, 0x1e, 0xc9, 0xb0, 0x08, 0xa8, 0x4a, 0xd9, 0x95, 0x88, 0xbe,
+ 0x6f, 0x25, 0x22, 0x67, 0x25, 0xe2, 0xef, 0x5b, 0x89, 0xd8, 0x59, 0x89,
+ 0xe4, 0xfb, 0x56, 0x22, 0x71, 0x56, 0xa2, 0xfb, 0x7d, 0x2b, 0xd1, 0x75,
+ 0x56, 0xa2, 0xf7, 0x7d, 0x2b, 0xd1, 0x73, 0x56, 0xa2, 0xff, 0x7d, 0x2b,
+ 0xd1, 0x77, 0x56, 0x62, 0xf0, 0x7d, 0x2b, 0x31, 0x70, 0x56, 0x62, 0xf8,
+ 0x7d, 0x2b, 0x31, 0x74, 0x4f, 0x56, 0x9d, 0xef, 0x3c, 0x5b, 0x75, 0xdc,
+ 0xd5, 0xf8, 0xde, 0x93, 0xa6, 0x7b, 0xd6, 0x0c, 0xbf, 0xf3, 0xb4, 0x19,
+ 0x52, 0x28, 0xd3, 0xc5, 0xc3, 0x2c, 0x44, 0x2f, 0xf7, 0xa6, 0xf0, 0x14,
+ 0xfd, 0x7b, 0x95, 0xa0, 0x47, 0x70, 0xfa, 0x5d, 0x40, 0x36, 0x3d, 0xb4,
+ 0x77, 0x92, 0x33, 0xf0, 0x6e, 0x83, 0x0d, 0x76, 0xc7, 0x93, 0x89, 0x0c,
+ 0x10, 0xca, 0x14, 0x33, 0x30, 0x83, 0xe1, 0xe3, 0x4b, 0x11, 0x3f, 0x91,
+ 0x87, 0xc4, 0xc9, 0xea, 0xd1, 0x4f, 0x64, 0xb9, 0xab, 0x31, 0xdc, 0x84,
+ 0x73, 0xc5, 0x57, 0xe2, 0xfa, 0x40, 0x04, 0x50, 0xd2, 0x54, 0x78, 0x10,
+ 0x3f, 0xe1, 0x3d, 0x4f, 0x8b, 0xaf, 0xcc, 0xdc, 0x96, 0x62, 0x14, 0x46,
+ 0x4e, 0x07, 0xaa, 0x0c, 0xb7, 0xb0, 0xd0, 0x55, 0x53, 0x1a, 0xb8, 0xc8,
+ 0xaa, 0x39, 0xa7, 0x28, 0x17, 0xca, 0xb5, 0xc7, 0x71, 0x3a, 0x83, 0x83,
+ 0x2a, 0x85, 0x19, 0x0f, 0x33, 0x2d, 0xa1, 0xa1, 0xe4, 0x4a, 0xe3, 0x00,
+ 0x40, 0x81, 0xb4, 0x90, 0x2f, 0x69, 0x6d, 0x6c, 0x72, 0x30, 0xc3, 0x65,
+ 0xc1, 0x55, 0x1a, 0xc1, 0x33, 0xb8, 0x9e, 0xa5, 0x14, 0x51, 0xcc, 0xd1,
+ 0xa4, 0x25, 0x12, 0xc6, 0xfc, 0x22, 0x35, 0xd5, 0x37, 0x78, 0xed, 0xad,
+ 0xc1, 0xe1, 0x77, 0xd7, 0x31, 0xf4, 0x0a, 0xe9, 0xd9, 0x85, 0xa2, 0xbd,
+ 0x52, 0x74, 0x2a, 0xc9, 0x3c, 0xe5, 0x0a, 0x1d, 0x74, 0x89, 0x5a, 0xde,
+ 0x64, 0x82, 0x17, 0x52, 0x9f, 0x54, 0x20, 0xfb, 0xe2, 0x2b, 0x51, 0x39,
+ 0x04, 0x33, 0x4a, 0x84, 0x7b, 0x10, 0x7b, 0x70, 0x23, 0x42, 0x32, 0xb0,
+ 0x52, 0xef, 0x49, 0x28, 0xc2, 0xd5, 0xf4, 0x6a, 0x83, 0xcd, 0xf4, 0x32,
+ 0x17, 0xf2, 0x1f, 0xd7, 0x40, 0x8e, 0xbe, 0x48, 0x98, 0xa3, 0x7f, 0x2f,
+ 0x61, 0x8e, 0xbe, 0xbd, 0x30, 0x47, 0xdf, 0x59, 0x98, 0xa3, 0xef, 0x2e,
+ 0xcc, 0xd1, 0x17, 0x09, 0x73, 0xf4, 0x25, 0xc2, 0x1c, 0x7f, 0x91, 0x30,
+ 0xc7, 0xff, 0x5e, 0xc2, 0x1c, 0x7f, 0x7b, 0x61, 0x8e, 0xbf, 0xb3, 0x30,
+ 0xc7, 0xdf, 0x5d, 0x98, 0xe3, 0x2f, 0x12, 0xe6, 0xf8, 0x4b, 0x84, 0x39,
+ 0xf9, 0x22, 0x61, 0x4e, 0xfe, 0xbd, 0x84, 0x39, 0xf9, 0xf6, 0xc2, 0x9c,
+ 0x7c, 0x67, 0x61, 0x4e, 0xbe, 0xbb, 0x30, 0x27, 0x5f, 0x24, 0xcc, 0xc9,
+ 0x13, 0x85, 0x19, 0x6f, 0x0f, 0xe7, 0xd7, 0x74, 0x25, 0x11, 0xdc, 0x75,
+ 0xf0, 0xc7, 0x01, 0x79, 0x57, 0x36, 0xdf, 0x17, 0x59, 0x8a, 0x11, 0x4c,
+ 0xce, 0xe1, 0xaf, 0xf5, 0x55, 0x5c, 0x3a, 0xfe, 0x05, 0xfe, 0x1a, 0x5f,
+ 0x31, 0xa9, 0x5b, 0x43, 0xdf, 0xb4, 0x3b, 0xd3, 0x07, 0x1e, 0x2e, 0x00,
+ 0x13, 0xfe, 0x72, 0x53, 0xa8, 0xbc, 0x36, 0x20, 0x3c, 0x3d, 0x85, 0xc3,
+ 0x12, 0xc5, 0x91, 0xe1, 0x67, 0xfc, 0xfc, 0x4a, 0xbf, 0x7a, 0x17, 0x0a,
+ 0xef, 0x39, 0x67, 0xd3, 0x74, 0x81, 0x51, 0x10, 0xc9, 0x92, 0x8a, 0x97,
+ 0x9a, 0xf1, 0x5e, 0x29, 0x3f, 0x2b, 0x90, 0xd4, 0xd9, 0xc7, 0x19, 0x84,
+ 0x78, 0xa3, 0xd3, 0x75, 0x88, 0xe0, 0x30, 0x49, 0x73, 0x38, 0x88, 0x46,
+ 0x7b, 0xfd, 0x28, 0x2f, 0x47, 0x4b, 0x8a, 0xdd, 0xce, 0x1b, 0x03, 0x8c,
+ 0xb8, 0xae, 0x8b, 0x5a, 0x32, 0x83, 0xaa, 0xae, 0x5c, 0xd0, 0xe7, 0x80,
+ 0x78, 0xf5, 0x9b, 0x03, 0x22, 0x5f, 0x2c, 0x40, 0x7e, 0x6a, 0xfd, 0x36,
+ 0x5d, 0x88, 0xcb, 0xb7, 0xc7, 0x6c, 0xc4, 0xf2, 0x1b, 0x1b, 0xae, 0x4f,
+ 0xfc, 0x7a, 0x8d, 0xeb, 0x53, 0xd4, 0x82, 0x15, 0x79, 0xb1, 0xe2, 0x16,
+ 0xac, 0xd8, 0x8b, 0x95, 0xb4, 0x60, 0x25, 0x5e, 0xac, 0x6e, 0x0b, 0x56,
+ 0xd7, 0x8b, 0xd5, 0x6b, 0xc1, 0xea, 0x79, 0xb1, 0xfa, 0x2d, 0x58, 0x7d,
+ 0x2f, 0xd6, 0xa0, 0x05, 0x6b, 0xe0, 0xc5, 0x1a, 0xb6, 0x60, 0x0d, 0xfd,
+ 0xbd, 0xdc, 0x69, 0xeb, 0xe6, 0x8e, 0x1f, 0xaf, 0x55, 0x3c, 0xfc, 0xf2,
+ 0x11, 0xb6, 0x09, 0x48, 0xe8, 0x97, 0x90, 0xb0, 0x4d, 0x44, 0x42, 0xbf,
+ 0x8c, 0x84, 0x6d, 0x42, 0x12, 0xfa, 0xa5, 0x24, 0x6c, 0x13, 0x93, 0xd0,
+ 0x2f, 0x27, 0x61, 0x9b, 0xa0, 0x84, 0x7e, 0x49, 0x09, 0xdb, 0x44, 0x25,
+ 0xf4, 0xcb, 0x4a, 0xd8, 0x26, 0x2c, 0xa1, 0x5b, 0x5a, 0xae, 0x0a, 0x4f,
+ 0xe7, 0x5d, 0x15, 0x9e, 0x91, 0x7d, 0x55, 0x78, 0xba, 0x8d, 0x61, 0xb8,
+ 0xfb, 0xec, 0xaa, 0xf0, 0x74, 0x18, 0xc3, 0x70, 0xf7, 0xd6, 0x55, 0xe1,
+ 0xe9, 0x2a, 0x86, 0xe1, 0xee, 0xa7, 0xab, 0xc2, 0xd3, 0x49, 0x0c, 0xc3,
+ 0xdd, 0x43, 0x57, 0x85, 0xa7, 0x7b, 0x18, 0x86, 0xbb, 0x6f, 0xae, 0x0a,
+ 0x4f, 0xc7, 0x30, 0x0c, 0x77, 0xaf, 0x5c, 0x15, 0x9e, 0x2e, 0x61, 0x18,
+ 0xbe, 0xfe, 0xf0, 0x8c, 0x5d, 0x86, 0xe1, 0x1e, 0xb9, 0xac, 0x07, 0x3d,
+ 0xe3, 0x16, 0xba, 0xd0, 0x3d, 0x6a, 0x19, 0x4e, 0x4b, 0xb7, 0xfb, 0xfa,
+ 0xdd, 0x37, 0x5e, 0x01, 0xc7, 0xd7, 0xf3, 0xbe, 0xb1, 0x0a, 0x38, 0xbe,
+ 0xbe, 0xf7, 0x8d, 0x53, 0xc0, 0xf1, 0xf5, 0xbe, 0x6f, 0x8c, 0x02, 0x8e,
+ 0xaf, 0xff, 0x7d, 0xe3, 0x13, 0x70, 0x7c, 0x12, 0xe0, 0x1b, 0x9b, 0x80,
+ 0xe3, 0x93, 0x01, 0xdf, 0xb8, 0x04, 0x9c, 0x01, 0xb9, 0x2e, 0x1e, 0xa4,
+ 0x33, 0x8c, 0x26, 0x7e, 0x91, 0x55, 0xc5, 0xf4, 0x3e, 0xf3, 0x64, 0x1a,
+ 0xc6, 0x78, 0x5f, 0xe9, 0xac, 0xba, 0x4b, 0x27, 0x35, 0x86, 0xed, 0x2f,
+ 0x67, 0x32, 0x4e, 0x53, 0x13, 0x18, 0x9c, 0x6c, 0x91, 0x18, 0x7a, 0xee,
+ 0xc7, 0xc6, 0x41, 0x9a, 0xe7, 0x1e, 0x9a, 0x4e, 0xd5, 0x70, 0xe3, 0xc5,
+ 0x42, 0x04, 0x8a, 0x6d, 0xe2, 0x95, 0x89, 0x5b, 0x8f, 0x4a, 0x0e, 0x29,
+ 0xd0, 0x72, 0x82, 0x87, 0x2c, 0x2f, 0x31, 0x08, 0x06, 0x18, 0x43, 0x85,
+ 0x43, 0x06, 0xab, 0x16, 0x77, 0x53, 0xd3, 0x43, 0x4a, 0xf0, 0x74, 0x7b,
+ 0xd3, 0x87, 0xf4, 0xb1, 0x12, 0xd5, 0xa6, 0xa0, 0xdf, 0xd3, 0x05, 0x56,
+ 0x95, 0xea, 0x27, 0x62, 0x16, 0x1a, 0x57, 0xab, 0xb9, 0xe6, 0x34, 0x5a,
+ 0xd2, 0x3d, 0x71, 0x3a, 0xd3, 0x54, 0x4b, 0x41, 0xc7, 0x40, 0xe5, 0xa2,
+ 0x24, 0x6e, 0x4e, 0xe6, 0x05, 0x9d, 0x7a, 0xa3, 0x5f, 0x39, 0xe4, 0x86,
+ 0xa9, 0x20, 0x61, 0xd5, 0x0c, 0xa3, 0x64, 0x42, 0x6d, 0x16, 0xc5, 0xa2,
+ 0xc2, 0x9b, 0x90, 0xc2, 0x2b, 0x82, 0x47, 0x93, 0xde, 0xdd, 0xa5, 0xc0,
+ 0xca, 0xee, 0x4a, 0x64, 0xf3, 0xdb, 0x54, 0x46, 0x40, 0xdd, 0x3b, 0xc0,
+ 0x9c, 0xea, 0x70, 0xa7, 0x14, 0x32, 0xcb, 0xab, 0x55, 0x42, 0xb8, 0xac,
+ 0xad, 0x56, 0xae, 0x88, 0x70, 0x37, 0xc5, 0x2d, 0x12, 0x67, 0xfc, 0xc4,
+ 0x03, 0x4b, 0x8a, 0xda, 0x7c, 0xc0, 0xa9, 0x51, 0x78, 0xa1, 0xd1, 0x25,
+ 0xb8, 0xf4, 0xb9, 0x6b, 0x67, 0x55, 0x4a, 0x60, 0xba, 0x22, 0x03, 0x37,
+ 0x5e, 0x82, 0x54, 0x75, 0x4f, 0xbd, 0x1b, 0x7f, 0x56, 0x8a, 0x42, 0xab,
+ 0x05, 0xa9, 0x6a, 0x1e, 0xd8, 0x76, 0x03, 0x4e, 0x4b, 0xf9, 0xf6, 0x90,
+ 0x47, 0xdd, 0xbc, 0xaf, 0x76, 0xc1, 0x5d, 0x73, 0x99, 0x4e, 0x7f, 0xd2,
+ 0x3c, 0xfd, 0xa0, 0xe8, 0xbf, 0xa5, 0x18, 0x5f, 0x80, 0xd2, 0x6c, 0x61,
+ 0xa5, 0x20, 0xb2, 0x00, 0xd7, 0xac, 0xe9, 0x03, 0x1d, 0xef, 0x57, 0xf2,
+ 0x8d, 0x72, 0x58, 0xcb, 0x03, 0x47, 0x01, 0x91, 0xb1, 0x08, 0x8e, 0x8b,
+ 0x30, 0x8d, 0x47, 0xef, 0x8e, 0x50, 0xc0, 0xfd, 0x4e, 0xb6, 0xc2, 0x5f,
+ 0x07, 0x5d, 0x25, 0xa5, 0xf4, 0x93, 0x77, 0x03, 0xf9, 0x1c, 0x42, 0xd0,
+ 0x22, 0xd0, 0xa1, 0xcf, 0x0b, 0xdc, 0xb5, 0xe0, 0x4d, 0x5b, 0x1e, 0xca,
+ 0x00, 0x82, 0x36, 0x60, 0x86, 0x4d, 0xf4, 0xbf, 0x9c, 0x16, 0x37, 0x70,
+ 0x85, 0x20, 0xfd, 0xc4, 0x91, 0xce, 0xf2, 0x39, 0x25, 0x61, 0x6b, 0x3c,
+ 0x27, 0x70, 0x9b, 0x59, 0xd5, 0x99, 0x4c, 0x3a, 0x25, 0xea, 0x6c, 0x6c,
+ 0xb9, 0x78, 0x10, 0x75, 0x8a, 0x35, 0x73, 0x43, 0xb1, 0x75, 0x45, 0xa2,
+ 0x00, 0xbc, 0xc4, 0xbc, 0x9c, 0x2d, 0x44, 0xd5, 0xd8, 0xcf, 0x0f, 0x18,
+ 0xd8, 0x07, 0xf7, 0x54, 0x30, 0xda, 0x79, 0xcf, 0x62, 0xe0, 0xd5, 0xd1,
+ 0x5d, 0x3a, 0xbb, 0xc1, 0xc0, 0xa9, 0xc1, 0x68, 0xb4, 0x1b, 0x5c, 0x51,
+ 0xe0, 0xeb, 0x60, 0xbf, 0xa8, 0x58, 0x27, 0xfc, 0x72, 0x78, 0xde, 0xc5,
+ 0xdd, 0x44, 0x0a, 0x07, 0xf4, 0x33, 0xc6, 0xc8, 0x9c, 0x02, 0xb0, 0xca,
+ 0x08, 0xd9, 0x90, 0x55, 0x32, 0x78, 0xf7, 0xff, 0xb0, 0xde, 0x29, 0x8b,
+ 0x4f, 0x58, 0xcb, 0x64, 0x37, 0x99, 0xcd, 0x04, 0x5f, 0xf6, 0x64, 0x2b,
+ 0x64, 0x4b, 0xd5, 0x00, 0x52, 0x32, 0x76, 0x38, 0x66, 0x77, 0x92, 0xd7,
+ 0x76, 0xc6, 0xc1, 0x4b, 0x19, 0x69, 0x4e, 0x06, 0x4d, 0x90, 0x35, 0x96,
+ 0xf1, 0x12, 0x9a, 0x9b, 0xda, 0xac, 0x87, 0x0c, 0x52, 0xb8, 0xef, 0x01,
+ 0x0f, 0x51, 0x88, 0xc2, 0xfe, 0x30, 0xff, 0x89, 0xd7, 0xe7, 0x0a, 0x85,
+ 0xee, 0x30, 0x1b, 0xd1, 0xc8, 0xb8, 0x02, 0xdf, 0x58, 0xb8, 0xe8, 0xc2,
+ 0x7a, 0x87, 0x32, 0xed, 0x34, 0xe1, 0x60, 0x25, 0x75, 0x1e, 0x5f, 0x8a,
+ 0x32, 0x0b, 0x80, 0x2b, 0x16, 0x4f, 0x67, 0x8e, 0x3d, 0x42, 0x93, 0xc6,
+ 0x2f, 0xe7, 0xc7, 0xe7, 0x32, 0x57, 0xc8, 0x03, 0x85, 0x7a, 0x60, 0xb3,
+ 0x08, 0xec, 0xbf, 0xd8, 0x16, 0xba, 0x89, 0xdb, 0x43, 0x31, 0x98, 0xee,
+ 0x30, 0x42, 0x20, 0xfa, 0xb0, 0x8a, 0xb9, 0x6a, 0x5b, 0x5e, 0x1b, 0xbc,
+ 0x2e, 0xd3, 0x87, 0x6b, 0xda, 0x7f, 0x93, 0xaf, 0xa4, 0xf5, 0x9a, 0x9c,
+ 0x25, 0xad, 0xd7, 0x91, 0x07, 0x3a, 0x72, 0x42, 0xc7, 0x1e, 0xe8, 0xd8,
+ 0x09, 0x9d, 0x78, 0xa0, 0x31, 0x63, 0x5f, 0x96, 0x96, 0xe8, 0x79, 0x42,
+ 0x19, 0xfb, 0xc4, 0x13, 0x65, 0xec, 0x13, 0x4f, 0x91, 0xfe, 0x2d, 0x52,
+ 0xbf, 0xc5, 0xfa, 0xb7, 0x58, 0xfd, 0x96, 0xe8, 0xdf, 0xb4, 0xf2, 0xba,
+ 0xfa, 0xb7, 0xae, 0xfa, 0xad, 0xa7, 0x7f, 0xeb, 0xa9, 0xdf, 0xfa, 0xfa,
+ 0xb7, 0xbe, 0xfa, 0x6d, 0xa0, 0x7f, 0xe3, 0x59, 0x32, 0x1b, 0x29, 0xc6,
+ 0xa9, 0x94, 0xe2, 0xb8, 0x7f, 0xcc, 0x78, 0x90, 0xa7, 0x22, 0xb8, 0x85,
+ 0xc0, 0x63, 0x7c, 0x8a, 0xa0, 0xf8, 0x64, 0x42, 0x44, 0x0b, 0x35, 0x66,
+ 0x3c, 0xcc, 0xee, 0x30, 0xf7, 0x8c, 0x21, 0x9e, 0x18, 0xf6, 0x3d, 0xdd,
+ 0x15, 0xa0, 0x4b, 0x6a, 0x6c, 0x02, 0xe5, 0x57, 0xa2, 0xd4, 0xfc, 0x5d,
+ 0x30, 0xeb, 0xa6, 0xc1, 0xcc, 0xb8, 0x28, 0x26, 0x44, 0x54, 0x00, 0x62,
+ 0x68, 0x4a, 0x08, 0x02, 0x54, 0x4d, 0x29, 0xd0, 0xd9, 0x6b, 0x08, 0x5a,
+ 0x86, 0xcb, 0x04, 0x77, 0x68, 0x97, 0x6e, 0x59, 0x33, 0x88, 0xd0, 0x3d,
+ 0xc7, 0xa1, 0x5b, 0xd5, 0xc5, 0x42, 0xcc, 0x92, 0xaa, 0x4b, 0x9f, 0x08,
+ 0xbb, 0xb9, 0x49, 0x30, 0xaf, 0x26, 0xd4, 0xee, 0x42, 0xa9, 0xbd, 0x1a,
+ 0x57, 0x01, 0x22, 0xe9, 0xca, 0x6f, 0x46, 0xf2, 0x98, 0x1d, 0x3d, 0x1f,
+ 0x1c, 0xad, 0x3f, 0xac, 0x3c, 0x58, 0x90, 0x98, 0x76, 0x71, 0x8b, 0xa1,
+ 0x32, 0x67, 0x78, 0x11, 0x2f, 0x2f, 0xad, 0xcc, 0x33, 0x4a, 0xa8, 0x5c,
+ 0x79, 0x06, 0x3b, 0xc9, 0x65, 0x4e, 0xa3, 0xe9, 0x32, 0x3d, 0xcc, 0x6f,
+ 0xf3, 0x3a, 0x9d, 0x8a, 0x78, 0x91, 0x32, 0x19, 0xac, 0xf9, 0x5e, 0xa4,
+ 0x84, 0x35, 0xdf, 0x47, 0x3e, 0xf8, 0xc8, 0x0d, 0x1f, 0xfb, 0xe0, 0x63,
+ 0x37, 0x7c, 0xe2, 0x83, 0x4f, 0xdc, 0xf0, 0x5d, 0x1f, 0x7c, 0xd7, 0x0d,
+ 0xdf, 0xf3, 0xc1, 0xf7, 0xdc, 0xf0, 0x7d, 0x1f, 0x7c, 0xdf, 0x0d, 0x3f,
+ 0xf0, 0xc1, 0xa3, 0xa7, 0x43, 0x3a, 0xff, 0x50, 0x55, 0x97, 0x4c, 0xe2,
+ 0x78, 0xe8, 0x20, 0xf8, 0x99, 0xf1, 0xe5, 0x0e, 0x3c, 0xe3, 0x20, 0x37,
+ 0x9b, 0x16, 0x94, 0x95, 0xdb, 0x72, 0x61, 0x13, 0x7a, 0xb0, 0xf7, 0x0e,
+ 0x12, 0x74, 0x61, 0x78, 0x8d, 0x37, 0x41, 0x13, 0x00, 0xbc, 0x22, 0x45,
+ 0x2a, 0xdc, 0x0d, 0x77, 0x00, 0x26, 0xf8, 0x70, 0x79, 0xc9, 0xa9, 0x81,
+ 0x2b, 0xeb, 0xa7, 0xc5, 0xdd, 0x0e, 0xfa, 0x11, 0xf2, 0x9c, 0x30, 0x18,
+ 0x18, 0xbd, 0xdb, 0x65, 0xaf, 0x85, 0x85, 0x19, 0x04, 0x43, 0xe4, 0xf3,
+ 0x6c, 0x22, 0x7a, 0x2a, 0xe7, 0xfc, 0x35, 0xc4, 0x68, 0x63, 0x0b, 0xa5,
+ 0x4c, 0xfa, 0xf9, 0x3e, 0x52, 0xf3, 0x7e, 0x32, 0x75, 0xf0, 0xc7, 0x32,
+ 0xa3, 0x1c, 0x64, 0x3c, 0x3e, 0xab, 0x0c, 0xca, 0x27, 0x8c, 0x83, 0x3f,
+ 0xd3, 0x35, 0x76, 0xf6, 0xff, 0x31, 0x84, 0xc4, 0x24, 0x6d, 0xbc, 0x1b,
+ 0xff, 0x40, 0xc1, 0x8d, 0xae, 0x8a, 0xc7, 0xa2, 0x4e, 0x99, 0x46, 0x74,
+ 0x70, 0xf9, 0x2a, 0xa7, 0x6f, 0xff, 0xbf, 0x5e, 0x97, 0x7d, 0x94, 0x41,
+ 0x9b, 0x1b, 0xd5, 0xf8, 0x7f, 0x47, 0x1d, 0x08, 0x3a, 0xc8, 0x38, 0x08,
+ 0x71, 0xb5, 0xb3, 0x8a, 0x67, 0xb5, 0xe6, 0x63, 0x9e, 0xa7, 0x6d, 0x15,
+ 0x57, 0x36, 0x30, 0x8c, 0x88, 0xbf, 0x3a, 0xce, 0x72, 0x87, 0x5f, 0xa9,
+ 0x5c, 0x5b, 0x06, 0x80, 0xb9, 0xbe, 0xf1, 0x86, 0xdf, 0x3c, 0x63, 0x0e,
+ 0xbf, 0x79, 0xc6, 0x1d, 0xe1, 0xb9, 0xc7, 0x1e, 0x7e, 0xf3, 0x8c, 0x3f,
+ 0xc2, 0x73, 0x8f, 0x41, 0xfc, 0xe6, 0x19, 0x87, 0x84, 0xe7, 0x1e, 0x8b,
+ 0xf8, 0xcd, 0x33, 0x1e, 0x09, 0xcf, 0x3d, 0x26, 0xf1, 0x9b, 0x67, 0x5c,
+ 0x12, 0x9e, 0x7b, 0x6c, 0xe2, 0x37, 0xcf, 0xf8, 0x24, 0x3c, 0xf7, 0x18,
+ 0xc5, 0x6f, 0x9e, 0x71, 0x4a, 0x78, 0x30, 0x56, 0xd9, 0x7a, 0xd5, 0x84,
+ 0x9d, 0x68, 0x8b, 0x01, 0xe2, 0x02, 0xdc, 0x2c, 0x04, 0x88, 0x8b, 0xc2,
+ 0x66, 0x11, 0x40, 0x74, 0x0a, 0x5f, 0x10, 0x00, 0xc4, 0x4b, 0x68, 0xd3,
+ 0xf8, 0x1f, 0x5e, 0x42, 0x9b, 0x86, 0xff, 0xd0, 0x09, 0x3d, 0x35, 0xfa,
+ 0x07, 0xa8, 0x96, 0xeb, 0x75, 0xa7, 0x13, 0x72, 0xb3, 0xfe, 0x74, 0x92,
+ 0xd8, 0xac, 0x43, 0x0d, 0x12, 0x5f, 0xd0, 0xa3, 0x7e, 0x4a, 0x9b, 0x76,
+ 0xa9, 0x9f, 0xd2, 0xa6, 0x7d, 0x6a, 0x50, 0x7a, 0x72, 0x9c, 0x9e, 0xd9,
+ 0x0d, 0xdc, 0x70, 0x59, 0xaf, 0x5f, 0x7d, 0xc0, 0x1b, 0x46, 0xeb, 0xf1,
+ 0x50, 0xd9, 0x30, 0x60, 0x8f, 0x45, 0xe5, 0x4b, 0x62, 0xf6, 0xb4, 0x11,
+ 0xdb, 0x38, 0x6c, 0x4f, 0x1b, 0xb1, 0x8d, 0x23, 0xf7, 0x58, 0xc4, 0x9e,
+ 0xda, 0xd3, 0x8d, 0x8d, 0xe6, 0x30, 0xaf, 0xe8, 0xba, 0x8a, 0xc2, 0xd3,
+ 0xb6, 0x6e, 0x5f, 0x0b, 0x73, 0x33, 0x19, 0x58, 0x8b, 0xe4, 0x66, 0x02,
+ 0xb1, 0x82, 0xe4, 0x17, 0x48, 0xc7, 0xfa, 0x94, 0x37, 0x15, 0x95, 0xf5,
+ 0x29, 0x6f, 0x2a, 0x37, 0x2b, 0x28, 0x3f, 0x55, 0x88, 0xc4, 0xc6, 0xee,
+ 0x64, 0x3e, 0xcd, 0x64, 0x3c, 0xe0, 0x03, 0xb6, 0x05, 0x9c, 0x53, 0x82,
+ 0xe5, 0xf3, 0x69, 0xca, 0xf3, 0x25, 0x72, 0x7d, 0x4e, 0xb1, 0x13, 0x0a,
+ 0xdc, 0x1d, 0xc8, 0x4d, 0xcd, 0xed, 0x83, 0x78, 0x61, 0x66, 0x59, 0xde,
+ 0x14, 0x54, 0xc5, 0xf2, 0x75, 0xb5, 0x84, 0x04, 0x03, 0xf4, 0x40, 0x09,
+ 0x45, 0xe0, 0x6e, 0x1b, 0x04, 0x66, 0x01, 0x7f, 0xd7, 0x1c, 0x8c, 0x5f,
+ 0x35, 0xda, 0xed, 0x7e, 0x15, 0xf9, 0x00, 0xd1, 0xe9, 0x15, 0xb6, 0x03,
+ 0x37, 0xdc, 0x98, 0x96, 0xd2, 0x7b, 0xb8, 0xf2, 0xab, 0x24, 0x28, 0xb7,
+ 0xf9, 0xb1, 0x4e, 0xf5, 0x1b, 0x2b, 0xa6, 0xb7, 0x96, 0xd4, 0x1c, 0x11,
+ 0xd9, 0x65, 0xfe, 0xf8, 0xb5, 0x6a, 0x6c, 0x04, 0x14, 0x38, 0xe1, 0xc9,
+ 0x2f, 0x7f, 0xe6, 0xb9, 0x12, 0xf9, 0x51, 0xbd, 0x12, 0x11, 0xe0, 0x2e,
+ 0x47, 0xef, 0x06, 0xe1, 0x05, 0xb3, 0x83, 0x9b, 0x13, 0x86, 0x32, 0xa5,
+ 0x6b, 0x4d, 0xc2, 0x32, 0xe4, 0x0b, 0x54, 0xb0, 0x3e, 0x65, 0x25, 0x69,
+ 0x97, 0xb0, 0x8e, 0xd2, 0x75, 0x2f, 0xb0, 0x56, 0xec, 0x68, 0x85, 0xe1,
+ 0x0e, 0xac, 0xc0, 0x4d, 0x16, 0x5e, 0x4f, 0x3f, 0xcf, 0xca, 0x3f, 0xe0,
+ 0xde, 0xe1, 0xdd, 0x12, 0xed, 0x84, 0x98, 0xd2, 0x50, 0x82, 0x88, 0x0b,
+ 0x53, 0x10, 0xaf, 0xea, 0x53, 0x3e, 0xe5, 0x2f, 0xeb, 0x92, 0x6d, 0x0a,
+ 0xa6, 0xfc, 0x4a, 0x36, 0xdb, 0xfe, 0x5d, 0x4e, 0xb3, 0x6c, 0x41, 0x77,
+ 0xcd, 0xc8, 0x76, 0x72, 0xfc, 0xfe, 0xec, 0x28, 0xe0, 0xb9, 0x86, 0x29,
+ 0x01, 0x2f, 0x5e, 0x54, 0x84, 0x0b, 0x63, 0x3c, 0xd4, 0xc2, 0xcb, 0x74,
+ 0xc1, 0x76, 0xf4, 0x9f, 0xf1, 0xae, 0x1e, 0x0f, 0x9f, 0xfe, 0x21, 0x2f,
+ 0xc1, 0x4c, 0xcc, 0x23, 0x9f, 0x5e, 0xe7, 0xd8, 0x7e, 0xd8, 0xfb, 0x9d,
+ 0x1c, 0x52, 0x0e, 0x26, 0xc8, 0x86, 0x2e, 0x23, 0x20, 0x8b, 0xb4, 0xe8,
+ 0x36, 0xe2, 0xcd, 0x23, 0xa5, 0x0e, 0xf8, 0x88, 0xfb, 0x3c, 0x7c, 0xa2,
+ 0xbc, 0x3e, 0x63, 0x61, 0x3f, 0xe4, 0x9b, 0x4f, 0x37, 0x76, 0x0e, 0x86,
+ 0x11, 0x7e, 0xa5, 0x8f, 0x93, 0xc8, 0x6b, 0x35, 0xe5, 0x6b, 0xc3, 0x63,
+ 0x95, 0xb6, 0x93, 0x58, 0xdd, 0x84, 0x7f, 0x60, 0x1d, 0x09, 0xd9, 0xd4,
+ 0x31, 0x0f, 0x31, 0x5e, 0x5b, 0x1b, 0x65, 0xf9, 0xbd, 0xb0, 0x62, 0x73,
+ 0x7f, 0x10, 0xd8, 0x83, 0x81, 0xe9, 0x48, 0x66, 0xe7, 0x16, 0xa1, 0xdc,
+ 0xa1, 0x3b, 0x29, 0x2c, 0x8f, 0xb8, 0x20, 0x65, 0x97, 0xc5, 0x21, 0xe4,
+ 0x1d, 0xc1, 0x43, 0x15, 0x43, 0xc6, 0xfe, 0x16, 0x76, 0x74, 0xa8, 0x55,
+ 0xf6, 0x79, 0x01, 0x31, 0x75, 0x1d, 0xd4, 0xa2, 0xa7, 0x72, 0x3f, 0xfa,
+ 0x22, 0xee, 0x47, 0x5f, 0x93, 0xfb, 0xd1, 0x77, 0xe4, 0x7e, 0xf4, 0x55,
+ 0xb9, 0x1f, 0x3f, 0x95, 0xfb, 0xf1, 0x17, 0x71, 0x3f, 0xfe, 0x9a, 0xdc,
+ 0x8f, 0xbf, 0x23, 0xf7, 0xe3, 0xaf, 0xca, 0xfd, 0xe4, 0xa9, 0xdc, 0x4f,
+ 0xbe, 0x88, 0xfb, 0xc9, 0xd7, 0xe4, 0x7e, 0xf2, 0x1d, 0xb9, 0x9f, 0x7c,
+ 0x55, 0xee, 0x77, 0x9f, 0xca, 0xfd, 0xee, 0x17, 0x71, 0xbf, 0xfb, 0x35,
+ 0xb9, 0xdf, 0xfd, 0x8e, 0xdc, 0xef, 0x7e, 0x55, 0xee, 0xf7, 0x9e, 0xca,
+ 0xfd, 0xde, 0x17, 0x71, 0xbf, 0xf7, 0x35, 0xb9, 0xdf, 0xfb, 0x8e, 0xdc,
+ 0xef, 0x7d, 0x55, 0xee, 0xf7, 0x9f, 0xca, 0xfd, 0xfe, 0x17, 0x71, 0xbf,
+ 0xff, 0x35, 0xb9, 0xdf, 0xff, 0x8e, 0xdc, 0xef, 0x7f, 0x55, 0xee, 0x0f,
+ 0x9e, 0xca, 0xfd, 0xc1, 0x17, 0x71, 0x7f, 0xf0, 0x35, 0xb9, 0x3f, 0xf8,
+ 0x8e, 0xdc, 0x1f, 0x7c, 0x11, 0xf7, 0xc7, 0xf5, 0x48, 0xe4, 0x82, 0x5e,
+ 0x40, 0xa8, 0x4b, 0x72, 0x6e, 0xe2, 0x39, 0x03, 0xf1, 0x62, 0x02, 0x7b,
+ 0xdb, 0x7f, 0x83, 0xd1, 0x2d, 0xf9, 0x26, 0xfb, 0x80, 0xbc, 0x9c, 0x03,
+ 0x08, 0x59, 0x86, 0x55, 0xd8, 0x0d, 0x78, 0x3e, 0x77, 0x11, 0xb1, 0xc0,
+ 0x0a, 0x85, 0x09, 0xed, 0x56, 0x23, 0x78, 0x6a, 0x0d, 0x14, 0x87, 0xae,
+ 0x58, 0xdd, 0x5d, 0xbb, 0x4e, 0xb1, 0xb3, 0x4e, 0x03, 0x67, 0x9d, 0x30,
+ 0x40, 0xcb, 0x06, 0x95, 0xba, 0x2d, 0xb3, 0x26, 0x03, 0x88, 0x59, 0x2f,
+ 0x7e, 0x9e, 0xe3, 0xab, 0x57, 0xdf, 0xcf, 0xab, 0xf3, 0x4d, 0x78, 0x75,
+ 0xee, 0xe7, 0x92, 0x0c, 0xac, 0x20, 0xce, 0xb6, 0x2b, 0x79, 0x34, 0x8d,
+ 0x3e, 0x3c, 0x8e, 0x5a, 0x0d, 0xfc, 0xdc, 0xb2, 0x6a, 0xd5, 0xca, 0xad,
+ 0xf3, 0x56, 0x3e, 0x6d, 0x5e, 0xb3, 0xd0, 0x29, 0x5b, 0x61, 0xf4, 0x86,
+ 0xd5, 0x00, 0x93, 0xbe, 0xee, 0xe5, 0xa5, 0x66, 0xba, 0xb2, 0x59, 0x68,
+ 0xd5, 0x92, 0x67, 0x21, 0xc6, 0x54, 0xdf, 0x0c, 0x53, 0xd8, 0x26, 0x9c,
+ 0xfc, 0xec, 0xec, 0x76, 0xba, 0xf8, 0xa5, 0x72, 0xd4, 0xcd, 0x29, 0x63,
+ 0x61, 0xbc, 0x6e, 0xdd, 0x80, 0x91, 0x4f, 0xa8, 0x9c, 0xc6, 0xd5, 0x64,
+ 0x77, 0xe8, 0xad, 0x9e, 0x53, 0xd4, 0x42, 0x26, 0x6a, 0x07, 0x3c, 0x2e,
+ 0xef, 0x86, 0x7c, 0x53, 0xc3, 0xf9, 0x3e, 0x9d, 0x69, 0x4e, 0x51, 0x0b,
+ 0x07, 0xdf, 0xaa, 0x56, 0xeb, 0x72, 0xab, 0xdf, 0x73, 0xd5, 0xab, 0xdf,
+ 0x7b, 0x43, 0x01, 0x54, 0x0e, 0x8a, 0x99, 0x74, 0x8f, 0xe0, 0x95, 0x3a,
+ 0x4b, 0xa7, 0x93, 0xe5, 0x9c, 0x42, 0x46, 0x9a, 0x95, 0xc2, 0x79, 0x1f,
+ 0x73, 0xcf, 0x35, 0x37, 0xa4, 0x26, 0x10, 0x8d, 0x45, 0x04, 0x62, 0xa9,
+ 0x20, 0xe4, 0x6d, 0x1d, 0xbc, 0x14, 0xf7, 0x42, 0x16, 0x86, 0xbd, 0xf0,
+ 0xf7, 0xc1, 0x72, 0xbe, 0x98, 0x2e, 0x19, 0xcd, 0xf1, 0xef, 0x83, 0x1b,
+ 0xf0, 0xde, 0x82, 0xf8, 0x3a, 0x65, 0xf6, 0xfb, 0x9f, 0x1c, 0x55, 0x77,
+ 0xb2, 0xb4, 0x3f, 0xf0, 0x57, 0x7d, 0xf5, 0x04, 0xa3, 0x56, 0x96, 0x37,
+ 0x24, 0xc7, 0x60, 0x91, 0xec, 0x5d, 0x4d, 0x26, 0x3a, 0x6c, 0x93, 0xbc,
+ 0x79, 0x95, 0x53, 0xf6, 0x7a, 0xcc, 0x3c, 0xf7, 0xbf, 0x93, 0xee, 0xdd,
+ 0xdf, 0x5d, 0x15, 0x1d, 0x3a, 0x2b, 0x3a, 0x5c, 0x5d, 0xd1, 0x96, 0x39,
+ 0xe7, 0xa9, 0x35, 0x45, 0x7f, 0xd7, 0x97, 0xff, 0x19, 0x76, 0xb1, 0xae,
+ 0xc1, 0x79, 0xc1, 0x3a, 0x02, 0xee, 0x50, 0xcd, 0x32, 0x10, 0x95, 0x62,
+ 0x8a, 0xfe, 0x04, 0x29, 0x5b, 0x66, 0x64, 0x96, 0x57, 0xbd, 0x31, 0x43,
+ 0xe7, 0xf0, 0x1a, 0xb2, 0xe1, 0x75, 0x44, 0xbe, 0x46, 0xef, 0xf3, 0xe9,
+ 0xa6, 0xb2, 0x0c, 0x0e, 0x49, 0x5f, 0x34, 0xba, 0x86, 0x4e, 0x51, 0x18,
+ 0x0e, 0xd6, 0xad, 0x94, 0x73, 0x4a, 0x6a, 0xa9, 0xd5, 0x9a, 0xa3, 0x2b,
+ 0x8e, 0x5d, 0xa3, 0x8b, 0xbd, 0x65, 0xa3, 0x1e, 0x1d, 0x32, 0x45, 0xff,
+ 0x81, 0x27, 0x31, 0x7a, 0xa0, 0x56, 0x56, 0x2d, 0xba, 0x1d, 0xf2, 0x29,
+ 0x6a, 0x32, 0x51, 0x23, 0x1c, 0x64, 0xfe, 0x63, 0xa3, 0xe6, 0x36, 0xc7,
+ 0x8b, 0x73, 0x63, 0xe1, 0x7e, 0x94, 0x06, 0x30, 0xac, 0xa6, 0xd2, 0xf1,
+ 0xab, 0x5c, 0x9a, 0x5d, 0x38, 0x4a, 0x67, 0xef, 0x8a, 0x4b, 0x12, 0x18,
+ 0x47, 0xdd, 0x92, 0xce, 0x6b, 0xf8, 0xb7, 0x0b, 0xff, 0xf6, 0xf0, 0xdf,
+ 0x41, 0x97, 0xd5, 0xb6, 0x71, 0xa2, 0xe6, 0x23, 0x57, 0xad, 0x67, 0xce,
+ 0x3d, 0x37, 0x79, 0xec, 0x26, 0x51, 0x51, 0x8f, 0x54, 0xa2, 0x43, 0xb6,
+ 0xfc, 0x34, 0x2f, 0x6a, 0xbb, 0x82, 0x97, 0x8c, 0x1f, 0x47, 0xd4, 0x4c,
+ 0x57, 0x15, 0x43, 0xac, 0x62, 0x0f, 0xab, 0x88, 0xff, 0x0e, 0x7a, 0x5a,
+ 0x15, 0xbf, 0x27, 0x3b, 0x17, 0x9d, 0x6e, 0xe4, 0x5a, 0xab, 0xd9, 0x5b,
+ 0x4d, 0xf8, 0x64, 0x62, 0x9f, 0x35, 0x87, 0x83, 0x99, 0x73, 0xd1, 0x39,
+ 0x24, 0x84, 0x12, 0x81, 0x7e, 0xbf, 0xb6, 0xf8, 0x75, 0x23, 0xd7, 0x4a,
+ 0xcd, 0xde, 0xae, 0x55, 0x33, 0xef, 0x98, 0x68, 0xa9, 0x9a, 0x36, 0x2e,
+ 0x5a, 0x6b, 0xf7, 0x69, 0x5e, 0x8c, 0x3e, 0x51, 0x89, 0x32, 0x11, 0xba,
+ 0xde, 0xcd, 0x51, 0x1f, 0xba, 0x36, 0x66, 0x6c, 0xfc, 0x03, 0xc0, 0x8a,
+ 0xea, 0x85, 0xaf, 0xa3, 0xf6, 0x79, 0x1c, 0xd0, 0xf1, 0x1a, 0x23, 0x16,
+ 0x21, 0x2a, 0x69, 0x2e, 0x4f, 0x8a, 0xe7, 0xb2, 0xba, 0x55, 0x69, 0xae,
+ 0x3d, 0x2a, 0x59, 0xde, 0xa5, 0x1e, 0xa7, 0xc0, 0xd1, 0xde, 0x80, 0xfb,
+ 0x98, 0xef, 0xe7, 0x69, 0xb5, 0xcf, 0x73, 0xb5, 0x72, 0x2f, 0x48, 0x99,
+ 0xae, 0x7e, 0x87, 0xfc, 0xd3, 0x21, 0x98, 0x57, 0x03, 0x8c, 0xbb, 0x0f,
+ 0x04, 0x87, 0x2b, 0xbb, 0x70, 0x8a, 0xb6, 0x03, 0x09, 0xf8, 0x3a, 0x3f,
+ 0x08, 0x50, 0xf0, 0xe6, 0x55, 0x6e, 0xbc, 0xf2, 0xbd, 0x0f, 0x65, 0x81,
+ 0xad, 0x20, 0x5a, 0x5f, 0x13, 0xf9, 0x51, 0x05, 0xa2, 0xc8, 0x5f, 0x10,
+ 0xc0, 0x4f, 0x2c, 0xd1, 0xe8, 0x09, 0x2a, 0xa2, 0xf5, 0xe2, 0x82, 0x90,
+ 0x43, 0xf3, 0x01, 0x0c, 0x2f, 0xdf, 0x36, 0x97, 0xa7, 0x31, 0x6b, 0xdd,
+ 0xe1, 0x43, 0x36, 0x9d, 0x5e, 0x2c, 0x66, 0xa2, 0x35, 0xef, 0xd9, 0x92,
+ 0x44, 0x23, 0x00, 0x92, 0x56, 0xc1, 0x35, 0x4e, 0x4c, 0xa6, 0x32, 0x0e,
+ 0x2e, 0x31, 0xc7, 0x1d, 0xdb, 0xff, 0x2d, 0x17, 0x15, 0x86, 0xa5, 0x43,
+ 0x47, 0xe3, 0x1a, 0x57, 0x42, 0x88, 0x30, 0x0d, 0x74, 0xd4, 0xeb, 0x15,
+ 0xb0, 0x17, 0x9b, 0xd6, 0x10, 0x1e, 0x4d, 0xa1, 0x7e, 0x70, 0x7a, 0xf5,
+ 0x0a, 0xe2, 0x95, 0x49, 0xdf, 0x51, 0x88, 0xe1, 0x0c, 0x8c, 0x6f, 0x22,
+ 0xf6, 0xaa, 0x01, 0xd2, 0xa6, 0x59, 0xa9, 0x91, 0xe1, 0xae, 0xa8, 0x95,
+ 0xea, 0x20, 0x2d, 0xc2, 0x07, 0x2f, 0x32, 0x71, 0x25, 0x55, 0xdc, 0xe2,
+ 0x16, 0xa7, 0x4d, 0x94, 0x69, 0xfe, 0x15, 0x66, 0x9a, 0x47, 0xea, 0xa0,
+ 0x73, 0xc2, 0x11, 0xa1, 0xf5, 0x41, 0x64, 0x11, 0x9c, 0xde, 0x16, 0x25,
+ 0xdb, 0xd7, 0xce, 0x28, 0x30, 0xf0, 0xb4, 0xa6, 0xf0, 0x86, 0x8e, 0x46,
+ 0x98, 0xa9, 0x22, 0x14, 0x1f, 0xd4, 0xab, 0x45, 0x05, 0x21, 0x42, 0x11,
+ 0x41, 0xb8, 0x88, 0x9a, 0x51, 0x7b, 0xd4, 0x50, 0xa1, 0x44, 0x91, 0xbd,
+ 0x64, 0x82, 0xa4, 0x90, 0xe1, 0xb9, 0x60, 0x65, 0xf7, 0x2c, 0x78, 0xea,
+ 0x3f, 0x23, 0xe1, 0x21, 0x49, 0x0a, 0xb4, 0x58, 0x16, 0xf6, 0xb2, 0xca,
+ 0x30, 0xd1, 0xec, 0x65, 0xc6, 0x7a, 0x8e, 0x09, 0x03, 0xa7, 0x74, 0x5c,
+ 0x94, 0x02, 0xe4, 0x27, 0xbb, 0x9c, 0x6f, 0x52, 0x46, 0x9e, 0xb2, 0x59,
+ 0x80, 0xa2, 0x2b, 0x2b, 0xb2, 0xc0, 0xba, 0x9e, 0xb3, 0x51, 0x0b, 0x79,
+ 0x87, 0x05, 0x88, 0x60, 0xcc, 0x3a, 0xf2, 0x06, 0x58, 0xac, 0xd3, 0x44,
+ 0x0d, 0x20, 0x2a, 0xbc, 0xdd, 0x75, 0xd2, 0x6d, 0x57, 0x52, 0x50, 0x12,
+ 0x9b, 0x4d, 0x50, 0xc5, 0xc2, 0x5c, 0x6a, 0xb3, 0x74, 0xbe, 0x14, 0x99,
+ 0x16, 0x4d, 0xa9, 0x54, 0x4b, 0xf8, 0x76, 0xd4, 0xaf, 0x20, 0x13, 0x9a,
+ 0xbb, 0x11, 0x94, 0x24, 0x4d, 0x66, 0xfb, 0xf8, 0x0a, 0x65, 0x7c, 0x4d,
+ 0xfa, 0xf0, 0x66, 0x63, 0xf1, 0xc5, 0x2c, 0x97, 0x7e, 0xb1, 0x82, 0xcf,
+ 0x3f, 0xe9, 0xb4, 0xbf, 0x2a, 0x5d, 0x3e, 0xd7, 0xb8, 0xd9, 0xad, 0x4b,
+ 0xdc, 0xe6, 0xdc, 0x16, 0x94, 0xbf, 0x22, 0xd5, 0x59, 0xba, 0x38, 0xe2,
+ 0xb1, 0x64, 0x31, 0xe4, 0x35, 0x7a, 0xbe, 0x68, 0x4b, 0x07, 0x4e, 0x85,
+ 0x78, 0x77, 0x66, 0xc2, 0xd6, 0xe7, 0x9b, 0x94, 0xad, 0x90, 0x4a, 0x86,
+ 0xe5, 0xc6, 0x75, 0x00, 0xaf, 0xea, 0xf3, 0xc4, 0x35, 0x22, 0x3c, 0xad,
+ 0xf4, 0x2e, 0xe0, 0x21, 0xd0, 0xe1, 0x12, 0x00, 0x79, 0xc1, 0xd7, 0x56,
+ 0x10, 0x7c, 0xe5, 0x7e, 0x12, 0xce, 0xc5, 0x5a, 0xee, 0x54, 0x86, 0x37,
+ 0x07, 0x3d, 0x9c, 0xd5, 0xe0, 0xf1, 0x55, 0x5a, 0x2d, 0xf2, 0x12, 0xef,
+ 0xd7, 0x10, 0xfc, 0x8f, 0x95, 0x5e, 0x06, 0x2e, 0x8b, 0xb0, 0x9c, 0x36,
+ 0xd1, 0x35, 0xd8, 0xab, 0x4f, 0xe7, 0x29, 0x06, 0xc9, 0xe4, 0xdf, 0xf0,
+ 0x9a, 0x1e, 0xbf, 0x7c, 0x26, 0xe6, 0x7e, 0xe9, 0x67, 0xd0, 0x20, 0x72,
+ 0x07, 0xed, 0xe6, 0x06, 0x19, 0x2b, 0x4c, 0xdc, 0x19, 0x62, 0xb8, 0x20,
+ 0x2b, 0x50, 0x36, 0x8f, 0xf2, 0xc1, 0xaf, 0xd4, 0x10, 0xef, 0xf8, 0x85,
+ 0x9b, 0x45, 0xc1, 0xb6, 0xac, 0x58, 0x5b, 0x39, 0x43, 0xa7, 0x4c, 0xd2,
+ 0x1e, 0x21, 0x78, 0x2c, 0x63, 0x60, 0x0a, 0x91, 0x73, 0xc1, 0xcf, 0x1f,
+ 0xab, 0x3e, 0xce, 0x27, 0x98, 0xd7, 0x51, 0x5f, 0x96, 0xe8, 0x1a, 0x1f,
+ 0x04, 0xa4, 0xa8, 0xb8, 0x93, 0xf6, 0x15, 0x8f, 0xe5, 0x2a, 0xfb, 0xec,
+ 0xa3, 0xd0, 0x56, 0xb0, 0x6d, 0xf0, 0x49, 0xd1, 0x4c, 0x58, 0x49, 0xd9,
+ 0xe7, 0x11, 0x23, 0x94, 0xf1, 0xab, 0x62, 0x6c, 0x75, 0xba, 0xc5, 0x55,
+ 0x5d, 0x2a, 0x1d, 0xc1, 0x4b, 0x0a, 0x4d, 0xf1, 0x13, 0xdd, 0x1e, 0x9b,
+ 0x31, 0xf9, 0x6e, 0x14, 0x86, 0x79, 0xf6, 0x10, 0x4c, 0xc9, 0x33, 0x46,
+ 0x41, 0xf8, 0x13, 0x47, 0x80, 0xcb, 0x8f, 0xe0, 0x2f, 0x31, 0xc3, 0x7b,
+ 0x23, 0x77, 0x98, 0x2c, 0xa8, 0x4c, 0x79, 0x5a, 0x6f, 0x55, 0xef, 0x40,
+ 0x27, 0x0b, 0x4a, 0x48, 0xc4, 0x24, 0x68, 0x06, 0x57, 0x1b, 0x2a, 0xf4,
+ 0xee, 0xae, 0x30, 0x70, 0x2b, 0xf7, 0xd6, 0xc1, 0x4b, 0xdb, 0x4d, 0x31,
+ 0xa6, 0x8e, 0x58, 0x94, 0x86, 0x11, 0xef, 0xaa, 0x50, 0xa0, 0x71, 0xfd,
+ 0x1e, 0x81, 0x26, 0xd1, 0x74, 0x61, 0x67, 0x57, 0xf1, 0x1f, 0x12, 0xc2,
+ 0x7e, 0xc4, 0xf8, 0x8c, 0xd9, 0x15, 0xf6, 0x18, 0xf1, 0x46, 0xb9, 0x3a,
+ 0x99, 0x07, 0xcb, 0x39, 0x5e, 0xb6, 0x9a, 0x04, 0xb7, 0xaf, 0x61, 0xb3,
+ 0x51, 0xce, 0xd2, 0x69, 0xfe, 0x77, 0x6a, 0xc4, 0xe8, 0xae, 0xf8, 0x04,
+ 0x7a, 0x01, 0x68, 0x81, 0x50, 0xef, 0x5c, 0x44, 0xb8, 0x45, 0xc5, 0x11,
+ 0x92, 0x0b, 0xbd, 0xc3, 0xec, 0x06, 0x8c, 0xd0, 0x1f, 0x54, 0x55, 0x92,
+ 0x2b, 0x5c, 0xa4, 0x5e, 0x2a, 0x97, 0xf8, 0x64, 0x07, 0x8d, 0xb3, 0x45,
+ 0x36, 0xc7, 0x30, 0x31, 0xb0, 0xa8, 0xf3, 0x10, 0x1b, 0x70, 0xc5, 0x94,
+ 0xf7, 0x76, 0xb5, 0x80, 0x61, 0xdf, 0x54, 0xf3, 0xac, 0x19, 0xe4, 0x90,
+ 0xb0, 0x20, 0xf7, 0xe9, 0x76, 0x8c, 0x31, 0xaf, 0x81, 0x39, 0x28, 0x2b,
+ 0xe2, 0xce, 0x1f, 0x26, 0x03, 0x26, 0x43, 0x02, 0x05, 0x1e, 0x61, 0x1a,
+ 0x31, 0xd7, 0xf8, 0xa6, 0x3b, 0xf2, 0xf2, 0x0a, 0x24, 0x6d, 0xc0, 0x8b,
+ 0x41, 0x74, 0x5f, 0x45, 0x25, 0xd0, 0x24, 0xd1, 0x04, 0x91, 0x25, 0xf5,
+ 0x4d, 0x17, 0x57, 0xec, 0x1c, 0x50, 0xe4, 0xcc, 0x2f, 0x6c, 0x04, 0x0a,
+ 0x07, 0xaf, 0x49, 0x10, 0xed, 0x76, 0x9a, 0xe9, 0x8a, 0x87, 0x1b, 0x6f,
+ 0x72, 0x13, 0xfb, 0x8a, 0x54, 0xa4, 0xe8, 0xe6, 0x11, 0x62, 0x2f, 0xff,
+ 0xb0, 0xc3, 0x06, 0x91, 0x24, 0x1a, 0x32, 0xa2, 0x78, 0x6d, 0x97, 0xd2,
+ 0xdb, 0xb1, 0x01, 0xf5, 0xa8, 0x30, 0x46, 0xdc, 0xbb, 0x3d, 0x4b, 0x17,
+ 0x4c, 0x93, 0x68, 0x18, 0x7a, 0x78, 0x7c, 0xf0, 0x9e, 0x5f, 0x0a, 0x10,
+ 0x39, 0xb7, 0x68, 0xf7, 0x42, 0x37, 0x25, 0x59, 0xc7, 0x28, 0xb7, 0x16,
+ 0x47, 0x90, 0xbb, 0x00, 0xdd, 0xaa, 0xc6, 0xcd, 0xbd, 0xbe, 0x54, 0xb4,
+ 0xb7, 0xe9, 0x55, 0x62, 0x0e, 0xaa, 0xa8, 0x0f, 0x28, 0xde, 0x28, 0xb8,
+ 0xf7, 0xac, 0x61, 0xcb, 0xe5, 0x0c, 0x05, 0x9b, 0xab, 0xd9, 0x70, 0xc6,
+ 0x31, 0x4d, 0x67, 0x37, 0xe3, 0x94, 0xb6, 0x2c, 0x97, 0xc5, 0xb2, 0x1c,
+ 0x65, 0x27, 0xf3, 0x71, 0x46, 0x99, 0xc2, 0xcf, 0xef, 0xd8, 0x6c, 0x01,
+ 0x33, 0x0e, 0x1c, 0xda, 0xdc, 0x2c, 0x2b, 0x25, 0x4a, 0x71, 0xf6, 0x59,
+ 0x0d, 0x26, 0x83, 0x41, 0xb8, 0x19, 0x1c, 0x11, 0x13, 0x60, 0x23, 0xee,
+ 0x67, 0x16, 0xfa, 0x8b, 0x89, 0xbe, 0x62, 0x31, 0x91, 0xbf, 0x98, 0xf8,
+ 0x2b, 0x16, 0x13, 0xfb, 0x8b, 0x49, 0xbe, 0x62, 0x31, 0x89, 0xb3, 0x98,
+ 0xfd, 0x25, 0x5d, 0x06, 0x11, 0xb4, 0x55, 0x72, 0x1b, 0xf0, 0x9e, 0x91,
+ 0x89, 0x36, 0x22, 0xe3, 0xe6, 0x2d, 0x23, 0x13, 0x6f, 0x44, 0xc6, 0xcd,
+ 0x3b, 0x46, 0x26, 0xd9, 0x88, 0x0c, 0xf0, 0x66, 0x92, 0xce, 0x43, 0xd8,
+ 0x17, 0xee, 0x8d, 0xde, 0x4f, 0x70, 0xb3, 0x72, 0x0c, 0xc9, 0xde, 0x55,
+ 0x27, 0x3e, 0x71, 0xb5, 0x1b, 0xd7, 0xbb, 0x89, 0x8e, 0x32, 0x5f, 0x89,
+ 0x31, 0x27, 0x84, 0xc8, 0x2a, 0x23, 0x5a, 0x55, 0x46, 0x64, 0x96, 0xe1,
+ 0xc5, 0x60, 0x65, 0xbc, 0x78, 0xf1, 0xbb, 0x80, 0x67, 0xa5, 0x00, 0x83,
+ 0x03, 0x5b, 0xc2, 0x7e, 0xc9, 0xa6, 0x8b, 0xa3, 0xf9, 0x98, 0xbd, 0x3f,
+ 0x78, 0xff, 0xee, 0xf8, 0xe4, 0xed, 0xf5, 0xe1, 0xd1, 0xf1, 0xc9, 0xbb,
+ 0x93, 0xab, 0x93, 0xf7, 0xef, 0xae, 0x8f, 0xde, 0x1d, 0xbe, 0x78, 0xf1,
+ 0xe7, 0xab, 0x25, 0x5c, 0x54, 0xfe, 0x2b, 0x6c, 0x84, 0x8b, 0xfa, 0x30,
+ 0x5b, 0xd4, 0x77, 0x5b, 0x5b, 0x3f, 0x6f, 0x45, 0xc1, 0xef, 0x02, 0x88,
+ 0x4b, 0x31, 0x2f, 0x44, 0x14, 0xf1, 0xa2, 0x64, 0x9b, 0x75, 0x10, 0x97,
+ 0xff, 0xc2, 0x4c, 0xf7, 0x3b, 0x01, 0xf4, 0xf9, 0x1f, 0xff, 0xf4, 0x5f,
+ 0xca, 0xf7, 0x5d, 0xa6, 0xdf, 0x2d, 0x4b, 0x70, 0x12, 0x45, 0x32, 0x44,
+ 0xe5, 0x12, 0x8e, 0x34, 0x99, 0xe6, 0x05, 0xe4, 0x61, 0x89, 0xa8, 0xef,
+ 0x76, 0x5f, 0xbc, 0xd8, 0xba, 0x4d, 0x97, 0xb7, 0x4c, 0x0b, 0x9c, 0x2e,
+ 0x67, 0xa8, 0x5e, 0x86, 0x0c, 0xf0, 0x3d, 0xa3, 0x4a, 0xf1, 0xda, 0x23,
+ 0x34, 0x4b, 0xe1, 0x4d, 0x27, 0x80, 0x5d, 0xa4, 0xb7, 0xac, 0x57, 0xeb,
+ 0x9a, 0xad, 0x52, 0x01, 0x70, 0xe1, 0x7f, 0x1e, 0xbd, 0x7d, 0xbf, 0xcd,
+ 0x49, 0x84, 0xac, 0xb2, 0x30, 0x37, 0xbd, 0x85, 0x87, 0x17, 0xff, 0x91,
+ 0x4f, 0x82, 0xd3, 0xbd, 0xb3, 0xfd, 0xc3, 0x3d, 0xfe, 0x39, 0x82, 0xcf,
+ 0xd4, 0xed, 0x21, 0x07, 0xc9, 0xd8, 0xc4, 0xab, 0x7e, 0x4d, 0x27, 0xa5,
+ 0xfc, 0xc4, 0x5a, 0x32, 0xe1, 0xdf, 0x62, 0xf8, 0xc6, 0x94, 0x22, 0xfa,
+ 0x44, 0xef, 0x12, 0x78, 0x77, 0x9f, 0xe1, 0x84, 0x4b, 0xef, 0x19, 0xff,
+ 0x4e, 0x0b, 0x30, 0xc0, 0x1c, 0x42, 0x46, 0x0b, 0x9c, 0xf4, 0xff, 0xca,
+ 0x78, 0x8d, 0x55, 0x87, 0x21, 0x89, 0x66, 0x94, 0xc7, 0x45, 0x56, 0xbd,
+ 0x41, 0x75, 0x04, 0xb4, 0x44, 0x08, 0xed, 0x55, 0x14, 0xf5, 0xdd, 0x8e,
+ 0x30, 0xc5, 0xed, 0x04, 0xa3, 0xea, 0x9e, 0x49, 0xb2, 0xa0, 0xc3, 0x9a,
+ 0x28, 0x61, 0x89, 0xf8, 0x0e, 0xd3, 0x66, 0xb9, 0xd9, 0x8e, 0x5e, 0x6c,
+ 0xef, 0x34, 0x20, 0x2f, 0xb6, 0xb6, 0xf0, 0x8a, 0xe6, 0x41, 0x31, 0x9b,
+ 0x81, 0x82, 0xc5, 0x18, 0x34, 0xfd, 0xcb, 0xe7, 0x0e, 0x0c, 0x55, 0x08,
+ 0x45, 0xbf, 0x10, 0xef, 0xc5, 0x07, 0x18, 0x7c, 0x5b, 0xe0, 0xe6, 0x79,
+ 0xc1, 0xb4, 0x3d, 0x03, 0x29, 0x56, 0xbf, 0x35, 0xe9, 0xb0, 0x98, 0xde,
+ 0xd9, 0xe9, 0xb0, 0x1e, 0xa2, 0xbb, 0xef, 0x4c, 0xe9, 0xa9, 0x14, 0xb0,
+ 0xc7, 0x03, 0xa1, 0x43, 0x30, 0xc8, 0x7f, 0x50, 0xdb, 0x58, 0x2d, 0xf1,
+ 0x53, 0xf0, 0xdf, 0x0c, 0x10, 0x34, 0xf5, 0x7c, 0xbe, 0x2c, 0x96, 0x15,
+ 0xbc, 0x63, 0x40, 0x75, 0xb9, 0x64, 0x9c, 0xdb, 0xda, 0xfa, 0x1d, 0x1c,
+ 0x73, 0x17, 0xe5, 0x98, 0xda, 0x7c, 0xc7, 0x3e, 0x66, 0xe5, 0x69, 0x36,
+ 0xdf, 0x61, 0x63, 0xb5, 0xa8, 0xf9, 0x4f, 0x82, 0x60, 0x3f, 0x19, 0xbc,
+ 0x02, 0xbd, 0xd5, 0xd9, 0x81, 0xff, 0xba, 0x44, 0x86, 0xad, 0x8c, 0x6c,
+ 0x84, 0xcf, 0x99, 0xa0, 0x91, 0x41, 0x13, 0xee, 0xd6, 0xbe, 0x1a, 0x15,
+ 0x63, 0x8a, 0x61, 0x07, 0x99, 0x32, 0xae, 0x2e, 0x25, 0xfe, 0x71, 0x9e,
+ 0x61, 0x2c, 0x84, 0x32, 0xc3, 0x1b, 0xb5, 0x3b, 0x5b, 0x5b, 0x5b, 0xdb,
+ 0x17, 0xf4, 0x7b, 0x7b, 0x67, 0x6b, 0xb0, 0xb3, 0x15, 0x47, 0x8c, 0xf6,
+ 0x6e, 0xa7, 0x13, 0xee, 0x6c, 0x6d, 0xcf, 0x40, 0x2f, 0x32, 0x10, 0x17,
+ 0x65, 0x7e, 0x9a, 0xdd, 0x67, 0x53, 0xc4, 0x3c, 0xe7, 0x0f, 0xdb, 0x58,
+ 0x9f, 0x10, 0xff, 0xdb, 0x3e, 0x9e, 0xa6, 0xb7, 0x36, 0x1e, 0xd3, 0x12,
+ 0x1b, 0xbc, 0x4b, 0xfe, 0xb0, 0x2d, 0x90, 0xfc, 0x78, 0x42, 0x4c, 0x00,
+ 0x8d, 0x8b, 0x01, 0xc3, 0x8a, 0x56, 0x95, 0xf6, 0x38, 0x1f, 0x01, 0x0a,
+ 0x2b, 0x8a, 0xfd, 0x62, 0x08, 0x5b, 0xf1, 0xaa, 0x72, 0xc6, 0x1c, 0xe1,
+ 0xea, 0xf0, 0x00, 0xe0, 0x13, 0x03, 0x5e, 0x61, 0x35, 0x30, 0xb9, 0x10,
+ 0x9b, 0x4d, 0x54, 0x94, 0x2b, 0x8b, 0xdc, 0x28, 0x9d, 0x85, 0x44, 0x0f,
+ 0x4c, 0xd4, 0xe1, 0x1a, 0x0d, 0x65, 0x18, 0x51, 0x83, 0x11, 0x31, 0x8c,
+ 0xee, 0x6a, 0x8c, 0xb8, 0xc1, 0x88, 0x19, 0x46, 0x6f, 0x35, 0x46, 0xd2,
+ 0x60, 0x24, 0x0c, 0xa3, 0xef, 0x6a, 0x66, 0x5e, 0x43, 0xd6, 0x8b, 0x19,
+ 0x0f, 0x11, 0x7d, 0xc5, 0x36, 0x23, 0xd3, 0xaa, 0x40, 0x4d, 0x12, 0x17,
+ 0x14, 0x48, 0x37, 0x8f, 0xfa, 0x18, 0xec, 0x74, 0x76, 0x2b, 0x1e, 0xc6,
+ 0x21, 0x25, 0xe1, 0x07, 0x91, 0x4f, 0xa7, 0x23, 0xc9, 0x56, 0x78, 0x27,
+ 0x25, 0xed, 0x4a, 0x3c, 0x6d, 0x93, 0x74, 0xed, 0xb0, 0x21, 0xc3, 0x25,
+ 0x31, 0x78, 0x15, 0x2c, 0xd2, 0x8a, 0x3c, 0x34, 0x5e, 0x0a, 0xe9, 0x0c,
+ 0xc2, 0x9f, 0xd8, 0x20, 0xc2, 0x3a, 0x5d, 0x89, 0xa8, 0x1a, 0x13, 0xa4,
+ 0x7c, 0xf6, 0xeb, 0xe5, 0x15, 0x6c, 0x0c, 0xa6, 0x0c, 0x07, 0xd4, 0x4c,
+ 0xd6, 0x48, 0x71, 0xff, 0x7a, 0x9e, 0xa3, 0xc9, 0x96, 0x69, 0x90, 0xa3,
+ 0x25, 0x68, 0x9b, 0x66, 0x8d, 0x78, 0x65, 0xb6, 0xb6, 0x79, 0x45, 0xb6,
+ 0xac, 0xaa, 0x40, 0x91, 0xea, 0x84, 0x24, 0xf2, 0xa4, 0x8d, 0x98, 0x2a,
+ 0xa9, 0xcc, 0x46, 0xef, 0xab, 0x11, 0xd3, 0x36, 0x8b, 0x0a, 0x5e, 0x6f,
+ 0xf3, 0x79, 0xcc, 0x39, 0x1b, 0x25, 0xbe, 0xd9, 0xa8, 0xdb, 0x32, 0x1b,
+ 0xf5, 0xfc, 0xb3, 0x51, 0xcb, 0xfc, 0xa3, 0xd4, 0x74, 0x8d, 0x39, 0x48,
+ 0x9d, 0x81, 0x3a, 0x3b, 0xf0, 0x5f, 0x64, 0xcb, 0x0c, 0x29, 0x0a, 0x21,
+ 0x6b, 0xf8, 0x81, 0x54, 0x84, 0x10, 0x76, 0xc0, 0x78, 0xd6, 0xdb, 0xed,
+ 0x05, 0xaf, 0x83, 0xa8, 0xdb, 0xfd, 0x6f, 0xf6, 0xfd, 0xde, 0x21, 0x71,
+ 0x84, 0x12, 0x29, 0xd8, 0x4c, 0xb4, 0x01, 0xd5, 0x85, 0xfd, 0xe2, 0xcf,
+ 0x1f, 0xb2, 0x3d, 0xd8, 0x58, 0xff, 0x3d, 0xfb, 0x2b, 0x76, 0xfb, 0x56,
+ 0x2d, 0x72, 0x78, 0xed, 0x04, 0x7c, 0x25, 0xa3, 0xb8, 0x19, 0x57, 0xcd,
+ 0x7b, 0x7a, 0xcd, 0xa9, 0xb3, 0xcd, 0xcf, 0x6d, 0xd1, 0xe4, 0x80, 0x94,
+ 0x6f, 0x29, 0x0d, 0x9f, 0x64, 0x96, 0xb6, 0x56, 0x6e, 0xdd, 0x8b, 0x42,
+ 0x29, 0xe1, 0xdb, 0x3d, 0x99, 0x51, 0xae, 0x6e, 0xa6, 0x3b, 0xb2, 0x4c,
+ 0xfd, 0x99, 0x36, 0x1d, 0xa1, 0x51, 0xd8, 0x71, 0x51, 0xca, 0xea, 0x83,
+ 0x38, 0x85, 0xc8, 0x7c, 0xab, 0xd6, 0xb0, 0xe2, 0x9b, 0x64, 0xd9, 0x32,
+ 0x7c, 0x75, 0x79, 0xb0, 0x64, 0x32, 0x32, 0x13, 0x6b, 0x74, 0x5b, 0xad,
+ 0x00, 0x5c, 0x7d, 0x78, 0x9b, 0x56, 0x90, 0x79, 0x32, 0xc3, 0xeb, 0xec,
+ 0x4f, 0xaf, 0x95, 0x49, 0x56, 0xa9, 0x12, 0xea, 0x06, 0x38, 0x10, 0x27,
+ 0xf9, 0x14, 0x36, 0xf2, 0x3f, 0x07, 0x01, 0xb2, 0x9f, 0x8d, 0x9e, 0xc3,
+ 0xbc, 0x5a, 0x4c, 0xd3, 0x47, 0x78, 0x64, 0x5d, 0x4b, 0x9b, 0x34, 0xc9,
+ 0x78, 0xda, 0x7d, 0x41, 0xd4, 0xd5, 0xc6, 0x07, 0x0b, 0xaf, 0x7a, 0x97,
+ 0x7b, 0xe3, 0xbf, 0xc1, 0xf5, 0x11, 0x56, 0x1e, 0xa3, 0x2b, 0xa9, 0xce,
+ 0xf2, 0x39, 0x53, 0x68, 0x8e, 0xf1, 0x71, 0xa7, 0x49, 0xcd, 0x0b, 0x87,
+ 0x09, 0x3b, 0xf0, 0x2f, 0xb2, 0x1e, 0x06, 0xed, 0xff, 0xde, 0xda, 0xda,
+ 0x09, 0xba, 0x1d, 0xb6, 0xee, 0x6c, 0xed, 0x48, 0x81, 0x56, 0xc9, 0x1c,
+ 0x4c, 0x6b, 0x8b, 0xcc, 0xc1, 0xe9, 0x15, 0x6a, 0x0f, 0xe8, 0x45, 0xb1,
+ 0xc3, 0x89, 0xf4, 0x3c, 0x34, 0xc6, 0xd9, 0xb4, 0x4e, 0xaf, 0x16, 0x4c,
+ 0xf1, 0xdb, 0x1e, 0x83, 0x41, 0x7e, 0x47, 0xbe, 0xd9, 0xda, 0xfa, 0x4f,
+ 0x2a, 0xdd, 0x8d, 0xf8, 0x61, 0x3f, 0xad, 0x6b, 0x86, 0x85, 0x7f, 0x19,
+ 0x1a, 0xfe, 0xe5, 0x85, 0x85, 0x91, 0xb7, 0xc2, 0x54, 0x94, 0xa8, 0x2a,
+ 0x95, 0xc8, 0xfe, 0x15, 0x2d, 0x26, 0xf4, 0x06, 0x5b, 0x41, 0xae, 0xea,
+ 0xf1, 0x35, 0x75, 0x15, 0xa8, 0x9c, 0x75, 0x0a, 0x97, 0xed, 0x21, 0x6e,
+ 0x28, 0xbe, 0x39, 0xfa, 0x8c, 0x67, 0x77, 0x30, 0x45, 0x10, 0x3f, 0x76,
+ 0x41, 0x53, 0x66, 0x7a, 0x9a, 0x16, 0xd8, 0x66, 0x3c, 0x46, 0x13, 0x11,
+ 0xd3, 0x87, 0xd9, 0xf4, 0x51, 0x2f, 0xc7, 0x79, 0x41, 0xb7, 0x61, 0x28,
+ 0x8b, 0x17, 0x9c, 0xf5, 0x88, 0x10, 0x23, 0x30, 0xa4, 0xc1, 0xb1, 0x69,
+ 0x8e, 0xd3, 0xfe, 0xff, 0xb3, 0x5b, 0x7f, 0xae, 0xd1, 0xf6, 0x55, 0x05,
+ 0x30, 0xdb, 0xb2, 0x62, 0xc8, 0x71, 0xef, 0x94, 0x8d, 0xb7, 0x43, 0x46,
+ 0x61, 0xf7, 0x31, 0x9d, 0x4d, 0x59, 0x79, 0x7f, 0x7e, 0xaf, 0x0a, 0x46,
+ 0x05, 0xe3, 0xbb, 0x18, 0xdd, 0xbd, 0xcd, 0xc4, 0x64, 0xb9, 0x05, 0x26,
+ 0xdc, 0x1f, 0xa2, 0xe2, 0x87, 0x68, 0xb4, 0x0d, 0x9a, 0x3c, 0x98, 0x69,
+ 0xaf, 0x2e, 0xaf, 0xdf, 0xff, 0x7a, 0x75, 0xfe, 0xeb, 0xd5, 0xf5, 0xe5,
+ 0xc9, 0x7f, 0x1d, 0xa1, 0xcd, 0x92, 0xa9, 0xc1, 0x05, 0x98, 0xfb, 0x70,
+ 0xb7, 0x13, 0x80, 0x9a, 0x83, 0x74, 0xf6, 0xa7, 0x70, 0xb2, 0xc8, 0x96,
+ 0x22, 0x46, 0x26, 0x8c, 0x3b, 0x09, 0xb5, 0x10, 0x69, 0x34, 0x2d, 0xd2,
+ 0x6b, 0x00, 0x81, 0x82, 0x96, 0xa3, 0x9a, 0x01, 0xbe, 0xa8, 0xc6, 0xd7,
+ 0xfc, 0xb4, 0x9a, 0x31, 0xf3, 0x26, 0xaf, 0x59, 0x3f, 0xfc, 0xca, 0x14,
+ 0x21, 0x98, 0xe4, 0xfe, 0xdc, 0x79, 0xd3, 0xf9, 0x2b, 0x00, 0x4c, 0x29,
+ 0xda, 0xd5, 0x35, 0xde, 0xd0, 0xa2, 0x73, 0x74, 0x03, 0x32, 0x7c, 0x13,
+ 0xfe, 0xf5, 0x85, 0x3d, 0x03, 0x5b, 0x70, 0xd1, 0x9b, 0xe8, 0xaf, 0x2f,
+ 0x52, 0x48, 0x14, 0x95, 0xde, 0x36, 0x27, 0x98, 0x16, 0x58, 0xfc, 0x26,
+ 0xfe, 0xeb, 0x8b, 0xbc, 0x7a, 0x1f, 0xfd, 0x82, 0xa6, 0x33, 0xdc, 0x03,
+ 0x19, 0x20, 0xc9, 0x9b, 0xe4, 0xaf, 0x2f, 0x30, 0x5f, 0x28, 0x3f, 0xda,
+ 0xb5, 0x20, 0xba, 0x6f, 0xba, 0x7f, 0x7d, 0x01, 0x3d, 0xb7, 0x0f, 0x01,
+ 0x75, 0xad, 0xcf, 0xbd, 0x37, 0x3d, 0x6c, 0xdc, 0xac, 0x72, 0x54, 0xa0,
+ 0xff, 0xa6, 0xcf, 0xea, 0x39, 0x2a, 0x31, 0xe6, 0x8c, 0x83, 0xf6, 0xe0,
+ 0xcd, 0x80, 0xb5, 0x57, 0xd3, 0x78, 0x2d, 0x98, 0xe1, 0x9b, 0x21, 0x34,
+ 0x82, 0x89, 0xb6, 0x88, 0xcc, 0x6c, 0x32, 0xad, 0xf3, 0x26, 0xec, 0x00,
+ 0x08, 0x1b, 0xae, 0x3e, 0x10, 0xc6, 0xd8, 0x10, 0x40, 0xd8, 0x44, 0xe8,
+ 0x03, 0x89, 0xde, 0x84, 0x11, 0x80, 0x9c, 0xa4, 0x5e, 0x2a, 0xf1, 0x9b,
+ 0x10, 0x19, 0xca, 0x59, 0xee, 0x03, 0x4b, 0xde, 0x84, 0x8c, 0xa9, 0x77,
+ 0x69, 0x75, 0x50, 0xb2, 0xa5, 0x82, 0x4d, 0xa8, 0x3e, 0xc0, 0xee, 0x9b,
+ 0xb0, 0x0b, 0xf4, 0x3e, 0xa6, 0xe5, 0xfc, 0x1d, 0x9e, 0x66, 0x9b, 0x10,
+ 0xbd, 0x37, 0x61, 0x0f, 0x20, 0x30, 0x7b, 0xb7, 0x8f, 0x4c, 0xff, 0x4d,
+ 0xc8, 0xd8, 0x3c, 0x4d, 0x97, 0xf3, 0xd1, 0x5d, 0x8b, 0x34, 0x84, 0x83,
+ 0x37, 0xe1, 0x80, 0xb3, 0x32, 0xf2, 0xd1, 0x1a, 0xbe, 0x09, 0x81, 0xdd,
+ 0xfc, 0x16, 0xde, 0x31, 0xba, 0xb8, 0xda, 0xe2, 0xd7, 0x79, 0x13, 0x01,
+ 0xc7, 0x6f, 0x69, 0xc7, 0xe6, 0x83, 0x0a, 0xdf, 0x44, 0xc8, 0xf4, 0x5f,
+ 0xab, 0x9b, 0x03, 0x19, 0xb1, 0xda, 0x06, 0x63, 0xc2, 0xcc, 0x18, 0x0f,
+ 0xf6, 0x38, 0x9f, 0x98, 0x44, 0xf1, 0x9b, 0x88, 0x31, 0x5e, 0xcc, 0xdd,
+ 0x30, 0x5d, 0x31, 0xae, 0xa6, 0x6c, 0x5a, 0xfe, 0x35, 0xec, 0xed, 0x04,
+ 0xc9, 0x0e, 0x1e, 0xe8, 0x6d, 0xc3, 0xdc, 0x16, 0x74, 0x5e, 0x40, 0xd0,
+ 0x65, 0xd5, 0x6a, 0xd8, 0x40, 0x5f, 0x02, 0x74, 0x8f, 0xa0, 0x35, 0xcb,
+ 0xa2, 0x40, 0x15, 0xce, 0x71, 0x06, 0xca, 0x00, 0xe6, 0xef, 0xec, 0x36,
+ 0x38, 0x00, 0xad, 0x65, 0xb7, 0x83, 0xa0, 0xdc, 0xf1, 0xd0, 0x80, 0x0c,
+ 0x3b, 0x0e, 0xd0, 0x74, 0xf9, 0x19, 0x7c, 0x88, 0x42, 0x0b, 0x38, 0xf2,
+ 0x03, 0x47, 0x16, 0x70, 0xe2, 0x00, 0xe6, 0x91, 0x15, 0x2c, 0xd8, 0x9e,
+ 0x03, 0x56, 0xdc, 0xd8, 0xb7, 0x80, 0x5d, 0xad, 0x53, 0xee, 0x7d, 0x9b,
+ 0xf0, 0x91, 0xab, 0x89, 0x9e, 0xfb, 0xbe, 0x16, 0xae, 0xab, 0xc5, 0x62,
+ 0x81, 0xb2, 0x80, 0xa1, 0xc5, 0x3f, 0x28, 0x80, 0x90, 0xba, 0xee, 0xf0,
+ 0xc0, 0xec, 0xfd, 0x08, 0x1a, 0xbb, 0x07, 0x5b, 0xae, 0x40, 0x90, 0x8b,
+ 0xdc, 0xf4, 0x06, 0x26, 0x3d, 0x7e, 0x1a, 0x80, 0x83, 0x4b, 0x89, 0x53,
+ 0xa5, 0x61, 0xc5, 0x1d, 0xbb, 0x16, 0xe1, 0x25, 0xa6, 0xbb, 0x33, 0x21,
+ 0x23, 0x1b, 0x32, 0x72, 0x43, 0x3a, 0x5a, 0x16, 0x7a, 0x40, 0x7b, 0x06,
+ 0x28, 0x13, 0x5b, 0xac, 0xaf, 0x1b, 0xda, 0x6c, 0x62, 0x99, 0x3e, 0xb0,
+ 0xd1, 0x1e, 0x36, 0x79, 0xf4, 0x34, 0xf0, 0x04, 0xda, 0xf6, 0x81, 0xc0,
+ 0x35, 0x78, 0x19, 0x6e, 0xc7, 0xc2, 0x88, 0xdc, 0x18, 0x91, 0xaf, 0x84,
+ 0xc4, 0x03, 0xef, 0x2f, 0xa1, 0xe7, 0xc0, 0x38, 0x5f, 0x54, 0xbe, 0x02,
+ 0x06, 0x6e, 0x70, 0x2f, 0xfd, 0xae, 0xab, 0xcd, 0xa0, 0x5d, 0x65, 0x0e,
+ 0x58, 0x57, 0x6b, 0x29, 0x59, 0xb6, 0x0e, 0xe7, 0x6a, 0x25, 0x5b, 0x47,
+ 0x2c, 0x38, 0x57, 0xdb, 0xde, 0xe7, 0x53, 0xe9, 0x4a, 0x65, 0xc2, 0xbb,
+ 0x1a, 0x77, 0x5a, 0x3c, 0xc0, 0xa9, 0x8d, 0x0f, 0xa7, 0xe7, 0x6a, 0x1f,
+ 0xf8, 0x64, 0xb5, 0x22, 0xb9, 0x1a, 0x7a, 0x96, 0x4e, 0xcc, 0xb1, 0xd6,
+ 0x73, 0x35, 0x94, 0xc1, 0x45, 0x16, 0xa0, 0xab, 0xa5, 0xb4, 0x0b, 0xd1,
+ 0xe1, 0x5c, 0x2d, 0x44, 0x57, 0xa1, 0x5b, 0xa6, 0xb1, 0xf8, 0xc6, 0x64,
+ 0xdf, 0xd5, 0x46, 0x68, 0xdf, 0x55, 0x3a, 0xff, 0x84, 0x66, 0x21, 0xb3,
+ 0x9c, 0xbe, 0xab, 0x81, 0x7b, 0x93, 0xd2, 0x82, 0x73, 0x35, 0x10, 0xb6,
+ 0x3e, 0xc5, 0x2d, 0x3a, 0x8c, 0x59, 0x73, 0x78, 0xdf, 0xd5, 0x50, 0x05,
+ 0xc1, 0x9a, 0xc7, 0xfb, 0xae, 0x16, 0x2b, 0x08, 0xb1, 0xb5, 0xf8, 0xb8,
+ 0x1a, 0xab, 0x20, 0x24, 0x16, 0x82, 0xb3, 0xad, 0x0d, 0x42, 0xd7, 0x42,
+ 0x58, 0xd1, 0xe8, 0x9e, 0x85, 0xb0, 0xa2, 0xd1, 0x7d, 0x0b, 0x61, 0x45,
+ 0xa3, 0x07, 0x26, 0xc2, 0xd0, 0x6a, 0xb4, 0xb6, 0x6d, 0x36, 0xbb, 0x6d,
+ 0x08, 0x4d, 0x86, 0x05, 0x60, 0xb7, 0x73, 0xf4, 0x2a, 0x31, 0xc1, 0x2d,
+ 0xe9, 0x1c, 0x26, 0x6d, 0xe0, 0xb1, 0x05, 0xde, 0x6b, 0x03, 0x4f, 0x2c,
+ 0xf0, 0x81, 0x09, 0xbe, 0x77, 0x7c, 0xe1, 0x54, 0x5c, 0xc2, 0x0e, 0x34,
+ 0x93, 0x7d, 0x55, 0x1b, 0x2a, 0x80, 0xad, 0x5a, 0x87, 0x9d, 0xc8, 0x86,
+ 0x36, 0xb7, 0xee, 0x36, 0x52, 0xe2, 0x44, 0x8a, 0x56, 0x60, 0xf5, 0x6c,
+ 0xac, 0x69, 0xfb, 0xc4, 0x13, 0x76, 0xa0, 0xdd, 0x9f, 0x16, 0x29, 0xe1,
+ 0xc4, 0xc6, 0xff, 0x80, 0xc2, 0xdd, 0x8a, 0x69, 0x28, 0x44, 0xf5, 0xe9,
+ 0x26, 0x2d, 0x91, 0x44, 0xa3, 0xb5, 0x38, 0x46, 0x35, 0x87, 0x37, 0x97,
+ 0x5c, 0xf0, 0x6e, 0x3f, 0xcf, 0xd8, 0xbe, 0x4e, 0x53, 0xe2, 0x7e, 0x85,
+ 0xaa, 0x85, 0x61, 0xb3, 0xea, 0x76, 0x01, 0x96, 0x87, 0xe9, 0xbb, 0x84,
+ 0x23, 0xe9, 0x3f, 0x2c, 0xee, 0x6c, 0xf8, 0x2e, 0xb6, 0xe7, 0x4e, 0x28,
+ 0x16, 0x78, 0x76, 0x7d, 0x55, 0x5c, 0x2c, 0x66, 0x14, 0x4f, 0xd3, 0xe4,
+ 0x19, 0x6a, 0x5d, 0x74, 0x81, 0xac, 0xa9, 0xd0, 0xc3, 0x5d, 0x96, 0x4d,
+ 0xb1, 0x88, 0xd3, 0x89, 0x5d, 0x82, 0x90, 0x14, 0x1d, 0xf2, 0xc2, 0x01,
+ 0x39, 0x74, 0x42, 0x9e, 0x96, 0x16, 0x24, 0xaa, 0x67, 0x0e, 0x9a, 0x0e,
+ 0xc8, 0x50, 0x81, 0xbc, 0xbf, 0xaf, 0xc5, 0x6c, 0xbb, 0x1f, 0x9e, 0xd8,
+ 0x9a, 0x2a, 0x57, 0xdc, 0xa8, 0x65, 0x11, 0xea, 0x2c, 0xd5, 0x01, 0x5e,
+ 0xe3, 0xfa, 0x90, 0x95, 0x95, 0x3e, 0x47, 0xa3, 0xde, 0x1e, 0x46, 0x89,
+ 0x8f, 0xfc, 0x91, 0x4d, 0x7e, 0x60, 0x91, 0x57, 0x31, 0x22, 0xbb, 0x42,
+ 0x71, 0xa7, 0x1d, 0xc3, 0x2e, 0x23, 0xb6, 0x9b, 0xc0, 0x24, 0xad, 0x70,
+ 0xc8, 0x22, 0x75, 0x27, 0x2a, 0x69, 0x9f, 0xce, 0x5b, 0xc4, 0xf9, 0x6c,
+ 0xef, 0xdc, 0x3d, 0xac, 0x51, 0x69, 0x6b, 0x45, 0x9d, 0xa5, 0x8b, 0xe3,
+ 0xb4, 0xaa, 0x6d, 0xcc, 0xc1, 0x2a, 0xcc, 0xc2, 0xa9, 0x2e, 0x10, 0x36,
+ 0xea, 0x73, 0xad, 0xd8, 0x2d, 0x71, 0x68, 0x6c, 0x6a, 0xd1, 0x2a, 0x6a,
+ 0xce, 0x70, 0x3c, 0x36, 0x9d, 0x95, 0x8c, 0x64, 0x7b, 0x1e, 0xca, 0x27,
+ 0x6e, 0x6f, 0x91, 0x12, 0x3e, 0xf7, 0xf2, 0xe9, 0x40, 0x42, 0x3a, 0xf6,
+ 0x47, 0x03, 0x37, 0xa4, 0xb5, 0xa0, 0x86, 0xdd, 0x8e, 0x1b, 0xd2, 0x5a,
+ 0x49, 0xc3, 0x6e, 0xa4, 0x41, 0xa2, 0x15, 0xce, 0x6a, 0x9f, 0xad, 0xfd,
+ 0x3d, 0x98, 0x0a, 0x0c, 0xf7, 0x41, 0xb7, 0xc8, 0x5b, 0xca, 0xfd, 0xf2,
+ 0x33, 0x8e, 0x56, 0x6b, 0x81, 0x0b, 0x51, 0x15, 0xac, 0xc4, 0x70, 0x12,
+ 0x70, 0xf6, 0x1a, 0x81, 0xea, 0x9f, 0x84, 0x9b, 0xa5, 0x93, 0xb3, 0x2c,
+ 0xad, 0x96, 0x64, 0x0f, 0x30, 0x20, 0xb1, 0x7b, 0x6f, 0x5f, 0xdf, 0x35,
+ 0xed, 0x53, 0xc0, 0x1d, 0x94, 0x13, 0x0b, 0x1e, 0x26, 0xe7, 0xf3, 0x7c,
+ 0xdc, 0x58, 0x8a, 0xed, 0xfe, 0xeb, 0x99, 0x4d, 0xb4, 0x70, 0xec, 0x9e,
+ 0xec, 0x99, 0xbb, 0x18, 0x0b, 0xc7, 0xee, 0xd3, 0xbe, 0xb9, 0x4d, 0xb3,
+ 0x70, 0xec, 0xde, 0xed, 0x9b, 0xab, 0xc7, 0xdb, 0xec, 0xd6, 0x9e, 0xd6,
+ 0xfb, 0xe6, 0x66, 0x0d, 0x28, 0x1f, 0xb3, 0xc5, 0xf0, 0x22, 0xad, 0x6d,
+ 0x61, 0x47, 0x7d, 0xf0, 0xb6, 0x4c, 0x67, 0xaf, 0x2b, 0x2e, 0x11, 0xb8,
+ 0xd6, 0xd4, 0x45, 0x9d, 0x4e, 0x61, 0xe9, 0x63, 0x73, 0x66, 0xb5, 0x9c,
+ 0x2d, 0x0c, 0xad, 0x96, 0xe3, 0x0e, 0x38, 0xae, 0xec, 0x3f, 0x61, 0x61,
+ 0x79, 0x3f, 0xe7, 0xc1, 0x8b, 0x75, 0x04, 0x54, 0x0d, 0xab, 0x6c, 0x24,
+ 0xc0, 0xc9, 0xc9, 0xea, 0x62, 0xe9, 0x81, 0x8e, 0x74, 0xe8, 0x31, 0x8f,
+ 0xe2, 0x75, 0x85, 0x01, 0x8e, 0x1c, 0x12, 0x82, 0x7a, 0xe1, 0xa7, 0x59,
+ 0xd3, 0xdf, 0x0f, 0xe9, 0x14, 0x1b, 0xb1, 0x37, 0xe3, 0x69, 0xe7, 0x0d,
+ 0x78, 0x68, 0xfb, 0xec, 0x56, 0x5d, 0xfd, 0x38, 0x42, 0xd3, 0x0b, 0xce,
+ 0x9d, 0x79, 0x88, 0xfa, 0xa1, 0x86, 0xc9, 0xbd, 0x04, 0xac, 0x45, 0x0b,
+ 0x15, 0x43, 0x34, 0xda, 0x34, 0x0b, 0xb9, 0x48, 0xc2, 0xf6, 0x96, 0x8d,
+ 0x61, 0x1b, 0x41, 0x5d, 0xe5, 0x66, 0xe9, 0x67, 0x6e, 0x20, 0xbb, 0xc8,
+ 0x98, 0x8a, 0x50, 0xa6, 0x0e, 0x35, 0x41, 0xea, 0x92, 0xa8, 0xf3, 0x2c,
+ 0x53, 0x74, 0x54, 0xd0, 0x54, 0xce, 0x63, 0x5c, 0xdf, 0x86, 0xea, 0x72,
+ 0xaf, 0x03, 0x47, 0x26, 0x70, 0x84, 0x8a, 0x9e, 0x09, 0x7c, 0xca, 0xa6,
+ 0x89, 0x03, 0x70, 0x43, 0x39, 0x5c, 0x5a, 0xa6, 0x2a, 0x32, 0x6d, 0xa0,
+ 0xf2, 0xb6, 0xac, 0x14, 0x9c, 0x93, 0xf9, 0x7d, 0x31, 0x42, 0xe0, 0x03,
+ 0xe8, 0x83, 0xcc, 0x6a, 0x70, 0x84, 0xaa, 0xdb, 0x08, 0x3e, 0x4a, 0x2d,
+ 0x80, 0x47, 0xfd, 0xfd, 0x75, 0x31, 0x86, 0x39, 0xa9, 0x2c, 0x6e, 0x61,
+ 0xaa, 0xb6, 0x11, 0xfb, 0x5c, 0xd0, 0xc9, 0xb4, 0x04, 0x76, 0xfd, 0x7c,
+ 0x7e, 0x8b, 0x86, 0x42, 0x6f, 0x59, 0xaa, 0x02, 0x23, 0xcc, 0xda, 0x67,
+ 0xa3, 0xa5, 0x7a, 0x65, 0x4e, 0xe9, 0x6b, 0xc2, 0x19, 0x2a, 0x36, 0x20,
+ 0x6e, 0xd2, 0x80, 0x8b, 0xf6, 0xc0, 0x0d, 0x8a, 0x0c, 0xe6, 0xe2, 0x04,
+ 0x6a, 0x86, 0x33, 0x31, 0xa6, 0xcc, 0x45, 0xa4, 0xeb, 0x21, 0x73, 0x09,
+ 0x17, 0x8c, 0xac, 0xa9, 0x2c, 0x42, 0xb5, 0xb1, 0x9d, 0x58, 0xae, 0xc4,
+ 0x28, 0xc3, 0x3e, 0xb2, 0xda, 0x6e, 0xaa, 0x93, 0x16, 0x86, 0x5d, 0x38,
+ 0xe1, 0x75, 0x5d, 0x78, 0x30, 0xc8, 0x45, 0x5c, 0x04, 0xdd, 0x6a, 0x25,
+ 0x8c, 0x79, 0xd2, 0xbc, 0x99, 0xdd, 0x17, 0xd3, 0xa5, 0x22, 0x01, 0x97,
+ 0x39, 0x1b, 0xc4, 0x98, 0x24, 0xc3, 0x6e, 0xa8, 0xda, 0x3f, 0xa3, 0x74,
+ 0x4e, 0x87, 0xc4, 0x56, 0x5f, 0x92, 0x69, 0x4e, 0x55, 0x1c, 0x6b, 0xee,
+ 0x59, 0x8c, 0xfe, 0xa1, 0x96, 0x11, 0x6f, 0x0d, 0xf6, 0xf1, 0x89, 0xab,
+ 0x71, 0xae, 0x37, 0x48, 0x24, 0x96, 0x32, 0xc6, 0x1d, 0x5e, 0x4f, 0x38,
+ 0x26, 0x8f, 0x63, 0xad, 0xf3, 0x2e, 0xea, 0xa9, 0xed, 0xe1, 0x08, 0x82,
+ 0x7f, 0x6e, 0x8c, 0xbe, 0x2a, 0xa1, 0x63, 0xe8, 0x15, 0x0c, 0xfc, 0x4f,
+ 0xe7, 0x96, 0x0e, 0x03, 0x03, 0x47, 0xd3, 0x18, 0xc7, 0x74, 0x2e, 0xa7,
+ 0x1c, 0x60, 0x53, 0x2c, 0x03, 0x21, 0xf7, 0x66, 0x36, 0x15, 0xe2, 0x28,
+ 0x36, 0xe6, 0xdf, 0x49, 0x5e, 0xce, 0x20, 0xa3, 0xa3, 0x47, 0x81, 0x8e,
+ 0x50, 0x8b, 0xbc, 0xa7, 0x8f, 0xd7, 0x93, 0x66, 0xb0, 0x34, 0x66, 0xeb,
+ 0x53, 0xdb, 0xc4, 0x14, 0xa1, 0x0e, 0xf8, 0x56, 0xdb, 0xed, 0xa9, 0x18,
+ 0xb6, 0x31, 0x25, 0x42, 0x3d, 0x4f, 0xc3, 0x18, 0x35, 0xc1, 0x01, 0xcd,
+ 0x59, 0x98, 0xa6, 0xb3, 0x24, 0xd1, 0xe4, 0x4a, 0x87, 0xb6, 0x67, 0xbf,
+ 0x64, 0xe0, 0x06, 0x77, 0xf6, 0x98, 0xd0, 0xb9, 0x88, 0x97, 0xa3, 0xbb,
+ 0x6c, 0xbc, 0x04, 0x07, 0x7b, 0xf0, 0xb3, 0x3d, 0x30, 0x97, 0x1d, 0x42,
+ 0x88, 0xd5, 0x1d, 0x4f, 0x5a, 0xce, 0xd1, 0x7b, 0xcf, 0x2d, 0xe4, 0xa8,
+ 0xab, 0x69, 0x93, 0x23, 0xb8, 0x7f, 0xf0, 0x39, 0x6e, 0x6c, 0x77, 0x2e,
+ 0x6a, 0x68, 0x78, 0xd5, 0xb3, 0x19, 0x7e, 0xb0, 0xb9, 0x94, 0x18, 0x96,
+ 0xa6, 0x16, 0xa1, 0xa6, 0xd6, 0x86, 0x62, 0xcf, 0x47, 0xa8, 0xb4, 0xb5,
+ 0xa1, 0x58, 0x26, 0x89, 0x08, 0xb5, 0xb7, 0x36, 0x14, 0xcb, 0x2c, 0x11,
+ 0xa1, 0x02, 0xd7, 0x86, 0xd2, 0xb5, 0x51, 0x56, 0x35, 0xbf, 0x67, 0xa3,
+ 0xac, 0x6a, 0x7e, 0xdf, 0x42, 0xe9, 0xaf, 0x6a, 0xfe, 0xc0, 0x46, 0xb1,
+ 0x9a, 0xcf, 0x96, 0xb8, 0xe5, 0x2d, 0x53, 0xcb, 0xd2, 0x1a, 0x1d, 0x47,
+ 0xac, 0xf5, 0x3a, 0xea, 0xf3, 0xf5, 0xda, 0x83, 0x60, 0x4b, 0xed, 0xa0,
+ 0xd3, 0x8a, 0x10, 0xdb, 0x08, 0x49, 0x2b, 0x42, 0x62, 0x23, 0x0c, 0x5a,
+ 0x11, 0xba, 0x16, 0x02, 0xea, 0x26, 0x7e, 0x84, 0x9e, 0x8d, 0xd0, 0xde,
+ 0xe8, 0xbe, 0x89, 0x10, 0x77, 0x5c, 0x8d, 0x3e, 0x99, 0xdb, 0x4c, 0xfd,
+ 0x95, 0xc0, 0x5d, 0x4d, 0x16, 0xe0, 0x91, 0x0d, 0xee, 0x6a, 0xb0, 0x00,
+ 0x8f, 0x2d, 0xf0, 0xd0, 0xd5, 0x5c, 0x01, 0x6e, 0xe9, 0xf3, 0x71, 0xe8,
+ 0x6a, 0xac, 0x00, 0xb7, 0xac, 0x9e, 0x71, 0x68, 0x54, 0x26, 0xbb, 0xad,
+ 0xad, 0xd1, 0x1c, 0x6b, 0xa7, 0x5d, 0x02, 0xcc, 0x1a, 0xc1, 0xb1, 0x76,
+ 0xb0, 0x25, 0xc0, 0xac, 0x51, 0x1b, 0x47, 0x89, 0x03, 0xcc, 0x1a, 0xa9,
+ 0x71, 0xd4, 0x73, 0x80, 0x59, 0xa3, 0x33, 0x16, 0x56, 0x13, 0x0d, 0xcc,
+ 0x1a, 0x91, 0x71, 0xec, 0x6a, 0x82, 0x35, 0x0a, 0xe3, 0xd8, 0xd5, 0x04,
+ 0x6b, 0xe4, 0xc5, 0xb1, 0xd5, 0x04, 0xd8, 0x0f, 0x1d, 0xe0, 0x1d, 0xd8,
+ 0xd3, 0xa2, 0x58, 0xec, 0xe7, 0xf3, 0x93, 0xf1, 0x67, 0x73, 0x92, 0x8e,
+ 0x63, 0x75, 0xe5, 0x56, 0x57, 0xa4, 0x0f, 0x59, 0x69, 0x1f, 0x63, 0xa1,
+ 0x19, 0x44, 0x5b, 0x92, 0x6e, 0x1f, 0xcb, 0xe2, 0x4f, 0xe9, 0x83, 0x05,
+ 0x99, 0xf0, 0xc6, 0xbd, 0xa6, 0x85, 0x55, 0xc2, 0x63, 0xbc, 0x5c, 0xdc,
+ 0x23, 0x5b, 0x2d, 0xc0, 0xf5, 0xee, 0xee, 0xef, 0xe6, 0x1e, 0x8b, 0xab,
+ 0x2a, 0x07, 0x8f, 0x53, 0x6b, 0x17, 0x1b, 0x27, 0xb6, 0xba, 0x62, 0xa3,
+ 0x59, 0x1b, 0xd9, 0x38, 0xe9, 0xad, 0x81, 0x66, 0xed, 0x65, 0xe3, 0xc4,
+ 0xb6, 0x86, 0xd9, 0x68, 0xb6, 0xf8, 0x77, 0x6d, 0x93, 0x98, 0x8d, 0x66,
+ 0x0f, 0x83, 0x6e, 0xb4, 0x06, 0x9a, 0x75, 0x04, 0x10, 0x77, 0xd7, 0x61,
+ 0x89, 0x75, 0x10, 0x10, 0x77, 0xd7, 0x61, 0x89, 0x75, 0x1c, 0x10, 0x77,
+ 0xd7, 0x61, 0xc9, 0xd0, 0x42, 0xeb, 0xad, 0xc3, 0x12, 0xcc, 0x1f, 0x69,
+ 0xe0, 0xad, 0xc3, 0x93, 0xd0, 0x96, 0x93, 0xde, 0x3a, 0x4c, 0x09, 0x6d,
+ 0x41, 0xe9, 0xd9, 0x5c, 0xc1, 0x6b, 0xf5, 0x07, 0xcb, 0x9a, 0xa9, 0xec,
+ 0x95, 0xae, 0xb4, 0xe1, 0x78, 0xc2, 0x65, 0x16, 0x7c, 0x97, 0xb4, 0x51,
+ 0xe8, 0x07, 0x1f, 0x1a, 0xe0, 0x3c, 0x38, 0x33, 0xdd, 0x86, 0xd7, 0xc7,
+ 0x07, 0x2e, 0xc7, 0xe5, 0x62, 0x26, 0xf7, 0x02, 0x59, 0x55, 0xef, 0x43,
+ 0x9a, 0xa4, 0x13, 0x87, 0x46, 0x15, 0xe3, 0x4a, 0xac, 0x69, 0x54, 0xf7,
+ 0x55, 0x75, 0x34, 0x86, 0xcb, 0x09, 0xce, 0x3d, 0x63, 0xdc, 0x57, 0x75,
+ 0x47, 0x71, 0x99, 0xd4, 0x71, 0x34, 0x18, 0xf7, 0x55, 0x2b, 0xaa, 0x5a,
+ 0x69, 0x9f, 0xdd, 0x35, 0xee, 0xaf, 0xb4, 0x9e, 0xce, 0xd2, 0xcf, 0xa7,
+ 0xc5, 0xe8, 0x53, 0x36, 0xf6, 0x6d, 0xb9, 0x63, 0x5c, 0xf5, 0x9b, 0x2d,
+ 0x37, 0xdb, 0x34, 0x7d, 0x2c, 0xf3, 0x3a, 0x7b, 0xff, 0xc9, 0x86, 0x54,
+ 0x15, 0x55, 0x01, 0xf7, 0xae, 0xa8, 0x5d, 0xa0, 0x6a, 0x9b, 0x29, 0xf7,
+ 0x5f, 0xc9, 0x76, 0x6c, 0xb5, 0xa5, 0xfd, 0xc6, 0x83, 0x9e, 0x0d, 0x79,
+ 0x01, 0xd1, 0xad, 0x0f, 0x29, 0x8d, 0x8d, 0x8d, 0xa0, 0x6e, 0x70, 0xf0,
+ 0x1e, 0x1d, 0x86, 0x58, 0xf0, 0x71, 0x7f, 0xa0, 0xaa, 0xe2, 0xd9, 0xe7,
+ 0x3a, 0x87, 0x6c, 0x9c, 0x70, 0x95, 0xd1, 0xa9, 0x5b, 0xc7, 0x03, 0xf5,
+ 0xdc, 0x21, 0x9d, 0xe2, 0x06, 0x9f, 0xed, 0x71, 0xa1, 0xee, 0xcb, 0xea,
+ 0x7a, 0x71, 0x95, 0x95, 0x33, 0x4b, 0x98, 0x85, 0x01, 0x45, 0x1a, 0x35,
+ 0x4d, 0xb4, 0xdc, 0x8d, 0x96, 0xac, 0x40, 0x1b, 0xbb, 0xd1, 0x7a, 0x2b,
+ 0xd0, 0xf8, 0x5d, 0x48, 0x0b, 0x6f, 0xb0, 0x02, 0x2f, 0xe3, 0x1e, 0x52,
+ 0x1a, 0x5a, 0xd2, 0xe9, 0xac, 0x40, 0x03, 0x27, 0xc0, 0xda, 0xb3, 0xfd,
+ 0x48, 0x3a, 0xaa, 0xc8, 0xd0, 0x6e, 0xd4, 0xcf, 0xc8, 0xa4, 0x63, 0x70,
+ 0x44, 0x41, 0x70, 0xb2, 0x30, 0xe9, 0xf4, 0xbc, 0x08, 0x4e, 0xe6, 0x25,
+ 0x9d, 0x81, 0x17, 0xc1, 0xcd, 0xb6, 0x24, 0xec, 0x78, 0x31, 0xdc, 0x0c,
+ 0x0b, 0x23, 0x2f, 0x42, 0x2b, 0xab, 0x42, 0x75, 0xc8, 0x64, 0xf5, 0x4d,
+ 0x2b, 0xa7, 0x42, 0xa3, 0xe1, 0x0d, 0xbc, 0x9b, 0x51, 0xe1, 0xc0, 0x07,
+ 0xef, 0xe6, 0x53, 0xd4, 0xf1, 0xc1, 0x7b, 0xd8, 0x14, 0x45, 0x3e, 0x04,
+ 0x37, 0x97, 0xa2, 0xc4, 0x07, 0xdf, 0xca, 0x24, 0xcd, 0x1e, 0x72, 0x53,
+ 0x14, 0x55, 0xdd, 0xca, 0xa6, 0xc8, 0x68, 0xb6, 0x8a, 0xe1, 0x66, 0x54,
+ 0xdc, 0xf1, 0x63, 0xb8, 0x59, 0x15, 0x47, 0x7e, 0x0c, 0x0f, 0xb3, 0xe2,
+ 0xc4, 0x8f, 0xe2, 0x66, 0x57, 0xdc, 0xf3, 0x63, 0xb4, 0x32, 0x2c, 0xd6,
+ 0x4e, 0x5c, 0xc5, 0x31, 0xcd, 0xe1, 0xa8, 0x95, 0x6d, 0x89, 0xc1, 0x04,
+ 0x1b, 0xcf, 0xcd, 0xbc, 0x24, 0x5a, 0x85, 0xe7, 0x66, 0x61, 0x92, 0xac,
+ 0xc2, 0xf3, 0x30, 0x32, 0xe9, 0xad, 0x42, 0x74, 0xb3, 0x33, 0x19, 0xac,
+ 0xc2, 0x6b, 0x65, 0x6a, 0x57, 0xb5, 0x1c, 0xde, 0x2e, 0x16, 0x0f, 0xb3,
+ 0xf7, 0x32, 0xe5, 0xa7, 0xb6, 0x9c, 0x24, 0xa8, 0x6b, 0x2a, 0xb6, 0x4f,
+ 0x05, 0xd8, 0x32, 0x94, 0x26, 0x68, 0xd7, 0x71, 0x03, 0xc7, 0x36, 0x70,
+ 0xe2, 0x05, 0x4e, 0x6c, 0xe0, 0xae, 0x03, 0xf8, 0x8f, 0x7b, 0x9f, 0xf3,
+ 0xca, 0x52, 0xe9, 0x92, 0x6e, 0xcf, 0x6c, 0x1c, 0x02, 0x5a, 0x3a, 0x5c,
+ 0xd2, 0x1d, 0x38, 0x01, 0x2d, 0xf5, 0x3e, 0xe9, 0x59, 0xec, 0x42, 0x40,
+ 0x4b, 0xa1, 0x4f, 0x7a, 0x91, 0x09, 0xf8, 0x27, 0x77, 0x1d, 0x7b, 0x52,
+ 0x60, 0x0c, 0x50, 0xbb, 0x96, 0xbd, 0x9e, 0x07, 0xd4, 0x51, 0xcf, 0x81,
+ 0x07, 0xd4, 0xae, 0x69, 0x5f, 0x3f, 0x51, 0x65, 0x3a, 0xef, 0xfe, 0x34,
+ 0x9b, 0x8f, 0x65, 0x86, 0x43, 0xbb, 0xca, 0xfd, 0xa8, 0x1d, 0xc3, 0xae,
+ 0x79, 0x3f, 0x69, 0xc7, 0xb0, 0x1b, 0xd0, 0xef, 0xb5, 0x63, 0x38, 0xda,
+ 0x31, 0x70, 0x62, 0x40, 0xe8, 0x2d, 0x5b, 0x98, 0x07, 0x1d, 0x5d, 0x8a,
+ 0x54, 0x68, 0x5b, 0x9a, 0x07, 0xa1, 0x1f, 0xda, 0x16, 0xe7, 0x41, 0xe4,
+ 0x87, 0xb6, 0xe5, 0x79, 0x10, 0xbb, 0xa1, 0xed, 0x61, 0xc8, 0x7d, 0x26,
+ 0xb5, 0x6d, 0x4a, 0x68, 0xa3, 0xd8, 0xdc, 0x1f, 0xf4, 0x56, 0xa0, 0xd8,
+ 0xec, 0x1f, 0x0c, 0x56, 0xa0, 0xd8, 0xfc, 0x1f, 0x76, 0xbc, 0x28, 0x1e,
+ 0xd1, 0x1f, 0xba, 0xe5, 0xc8, 0x23, 0xfd, 0x43, 0xb7, 0x0c, 0x79, 0x06,
+ 0xc0, 0xd0, 0x2d, 0x3f, 0x9e, 0x31, 0x30, 0xd4, 0x65, 0xe7, 0x3e, 0x5b,
+ 0x31, 0x04, 0xba, 0x9d, 0x4e, 0x2b, 0x82, 0x55, 0xfb, 0x6e, 0x27, 0x6a,
+ 0x45, 0xb0, 0x1a, 0xd0, 0xed, 0x24, 0xad, 0x08, 0x56, 0x1b, 0xba, 0x9d,
+ 0x9e, 0x0b, 0xc1, 0x29, 0xfe, 0xdd, 0xce, 0x60, 0xc7, 0x70, 0xa7, 0xf2,
+ 0x4b, 0x7f, 0x17, 0x0f, 0xfd, 0xdc, 0xc0, 0x96, 0xf0, 0x77, 0xc3, 0x8e,
+ 0x17, 0xd8, 0x92, 0xfd, 0x6e, 0x18, 0x3a, 0x81, 0x3d, 0xa2, 0xdf, 0xb5,
+ 0x3c, 0xc6, 0x34, 0x78, 0x9b, 0xe7, 0xa1, 0x79, 0xfa, 0xaf, 0xc1, 0xdb,
+ 0x2c, 0x47, 0x4d, 0xd4, 0x0b, 0x6f, 0x73, 0x3c, 0x34, 0x7d, 0x1d, 0x38,
+ 0xbc, 0x5b, 0xdc, 0xbb, 0x91, 0x53, 0x66, 0xdc, 0xd2, 0xde, 0x8d, 0x9c,
+ 0xf2, 0xe2, 0x16, 0xf6, 0x6e, 0xe4, 0x94, 0x15, 0xb7, 0xac, 0x77, 0x23,
+ 0x5d, 0x4e, 0x66, 0xe9, 0x62, 0x4f, 0x24, 0x4e, 0xbd, 0xc4, 0x48, 0x4d,
+ 0xda, 0xe9, 0x17, 0xa1, 0xa8, 0xcb, 0x23, 0x86, 0xf9, 0xdb, 0x1b, 0x8d,
+ 0xd8, 0x26, 0x7c, 0xf4, 0xe8, 0xf4, 0xa6, 0xeb, 0xc6, 0xfa, 0x41, 0x3f,
+ 0x37, 0xeb, 0x29, 0x1e, 0x2a, 0x70, 0xdf, 0xea, 0x58, 0x5e, 0x5f, 0xd3,
+ 0x71, 0xa1, 0xe1, 0xba, 0xab, 0x8a, 0xc8, 0xa5, 0x7c, 0xb1, 0x98, 0x59,
+ 0x46, 0xde, 0x2e, 0x2a, 0xa0, 0x8a, 0xc5, 0x43, 0x01, 0xb6, 0x4c, 0xbd,
+ 0x5d, 0xd4, 0x3d, 0xdd, 0xc0, 0x96, 0xc1, 0xb7, 0x8b, 0xfa, 0xa6, 0x1b,
+ 0xd8, 0x32, 0xfb, 0x76, 0x93, 0x8e, 0x17, 0xd8, 0x32, 0xfe, 0x76, 0x51,
+ 0xb9, 0x74, 0x03, 0x5b, 0x26, 0xe0, 0x6e, 0xe2, 0x6f, 0xa0, 0x65, 0x08,
+ 0xee, 0x26, 0xfe, 0x06, 0x5a, 0xe6, 0xe0, 0x6e, 0xe2, 0x6f, 0xe0, 0xd0,
+ 0x02, 0xee, 0xfa, 0x1b, 0xa8, 0x19, 0xe1, 0x38, 0xb4, 0xbf, 0x85, 0xa1,
+ 0xdd, 0x87, 0x5d, 0x7f, 0x13, 0x43, 0xbb, 0x13, 0xbb, 0xfe, 0x36, 0x1e,
+ 0xc2, 0x0d, 0x4d, 0x6d, 0xe4, 0xe1, 0x3c, 0xd3, 0xf5, 0x37, 0x14, 0x31,
+ 0x22, 0x1b, 0x63, 0xd8, 0x8e, 0x11, 0x5b, 0x18, 0x3d, 0x3f, 0x7f, 0x10,
+ 0x23, 0xb1, 0x31, 0xc2, 0x76, 0x8c, 0xae, 0x8d, 0xe1, 0xe7, 0x2a, 0x62,
+ 0xf4, 0x6c, 0x8c, 0xb8, 0x1d, 0xa3, 0x6f, 0x63, 0xf8, 0xfb, 0x02, 0x31,
+ 0x06, 0x36, 0x46, 0xb7, 0x1d, 0x63, 0x68, 0x63, 0xac, 0xea, 0xc1, 0x8e,
+ 0x8d, 0xd2, 0x5f, 0x81, 0x62, 0xf7, 0x7a, 0x6f, 0x45, 0xaf, 0x87, 0x76,
+ 0xb7, 0xf7, 0x8c, 0x6e, 0xff, 0x5d, 0x80, 0xce, 0x5f, 0x10, 0x04, 0x01,
+ 0x03, 0x1d, 0xfc, 0x1c, 0x74, 0xfb, 0xd1, 0x8b, 0x72, 0x39, 0x87, 0x73,
+ 0xea, 0xeb, 0x05, 0xdb, 0xb8, 0x8a, 0xf0, 0x89, 0xba, 0xa7, 0x94, 0x42,
+ 0x18, 0x8f, 0xe6, 0xba, 0x42, 0x65, 0x46, 0xaa, 0x02, 0x9f, 0xae, 0xa1,
+ 0x29, 0xfe, 0x36, 0x07, 0x4a, 0x30, 0x50, 0x8b, 0x42, 0xcf, 0x41, 0x81,
+ 0xdf, 0x79, 0x5b, 0x93, 0xc4, 0xa0, 0xe3, 0x20, 0x01, 0x01, 0x11, 0xd0,
+ 0x0b, 0x45, 0xb4, 0xe4, 0x64, 0x7e, 0x99, 0x8d, 0x2a, 0x1b, 0x19, 0xe4,
+ 0xa2, 0x62, 0x5f, 0x4c, 0x02, 0x10, 0x13, 0xcf, 0x70, 0x35, 0xa1, 0x71,
+ 0x6a, 0x3b, 0x86, 0x09, 0x94, 0x89, 0x0b, 0x1c, 0xf5, 0x47, 0x0d, 0x5c,
+ 0x71, 0xbc, 0x73, 0x30, 0x96, 0x63, 0x01, 0x63, 0xc1, 0x74, 0xaa, 0xda,
+ 0xf5, 0xf8, 0x45, 0x76, 0x5c, 0x00, 0x6d, 0x0c, 0xeb, 0x02, 0x17, 0xba,
+ 0x93, 0x9c, 0x52, 0x7c, 0x24, 0x0b, 0x5a, 0xb0, 0x5d, 0x5e, 0x08, 0x20,
+ 0xf0, 0xbd, 0xe3, 0x0b, 0x1b, 0x76, 0xe0, 0x5a, 0xf6, 0xaa, 0xba, 0xc8,
+ 0x47, 0x77, 0x39, 0x64, 0x24, 0x2c, 0xf3, 0x91, 0x73, 0xc1, 0xec, 0x75,
+ 0x9c, 0x0b, 0x66, 0x35, 0xbe, 0x22, 0x37, 0x5f, 0xd6, 0xcf, 0x93, 0x89,
+ 0xd9, 0x23, 0xbd, 0x8e, 0x66, 0x98, 0x1e, 0xef, 0xe5, 0xe5, 0x59, 0x5a,
+ 0x55, 0x27, 0xf3, 0xf7, 0x73, 0x38, 0xa9, 0x40, 0x51, 0xb7, 0x71, 0xd0,
+ 0x4d, 0x51, 0x20, 0x35, 0xb1, 0xf1, 0x04, 0xc2, 0x31, 0x84, 0xf4, 0xc3,
+ 0x30, 0xab, 0x3a, 0x9e, 0x54, 0xbd, 0x3c, 0xc3, 0xa2, 0x17, 0xf6, 0x5e,
+ 0x80, 0x20, 0x60, 0x2c, 0x61, 0x1b, 0x1b, 0x98, 0xd8, 0x78, 0x46, 0x36,
+ 0x51, 0x87, 0x2d, 0xc8, 0xa8, 0xa3, 0x41, 0x92, 0xae, 0x81, 0xb1, 0x88,
+ 0x2d, 0xc8, 0x66, 0x1f, 0x44, 0xa3, 0x5b, 0xc4, 0xe8, 0x75, 0x0a, 0x0b,
+ 0xbf, 0x29, 0x65, 0xef, 0x6a, 0x28, 0x5a, 0xe8, 0x49, 0x5a, 0xb7, 0xa0,
+ 0xc5, 0xf6, 0xce, 0x86, 0xd0, 0x34, 0x1f, 0x55, 0x1b, 0x2d, 0xb2, 0xd0,
+ 0xe0, 0xa2, 0x2c, 0xd5, 0xf2, 0x22, 0xab, 0xe1, 0x92, 0xbe, 0x85, 0x63,
+ 0xef, 0xee, 0x90, 0x07, 0x1f, 0x28, 0xde, 0xb6, 0x7f, 0x86, 0xe9, 0x69,
+ 0x87, 0xb4, 0xd3, 0x65, 0x4a, 0xc5, 0xec, 0x8d, 0xc7, 0x16, 0x64, 0xd2,
+ 0xd1, 0x39, 0x27, 0x81, 0xcf, 0x96, 0x53, 0x6b, 0xd2, 0xe8, 0x25, 0x06,
+ 0x9f, 0x1d, 0x7d, 0x9f, 0x0c, 0xe0, 0xc2, 0x34, 0xc6, 0x4b, 0xbc, 0x40,
+ 0xe7, 0x8f, 0xa9, 0x71, 0x15, 0xbc, 0x07, 0x9a, 0x06, 0x5d, 0xa5, 0x6f,
+ 0x00, 0xa1, 0xfd, 0xd6, 0xc5, 0x69, 0x82, 0xc4, 0xab, 0xf4, 0x33, 0x8a,
+ 0x17, 0x6e, 0x5e, 0x1e, 0xa1, 0x5a, 0xd1, 0xed, 0x3e, 0x08, 0xc0, 0x2f,
+ 0x8f, 0x4f, 0x08, 0xdc, 0x3c, 0x02, 0x06, 0x81, 0xef, 0xd1, 0xc1, 0xe5,
+ 0xfe, 0xbd, 0x0d, 0x6b, 0x2d, 0x01, 0xbd, 0x6e, 0xdf, 0x07, 0x6b, 0xad,
+ 0xf9, 0x3d, 0x3a, 0xd9, 0x74, 0xc1, 0x5a, 0xab, 0x7d, 0x0f, 0x35, 0x0a,
+ 0x27, 0xac, 0xb5, 0xce, 0xf7, 0xe8, 0xe8, 0xd3, 0x05, 0x6b, 0xad, 0xf0,
+ 0x3d, 0xd4, 0x22, 0x9c, 0xb0, 0xd6, 0xda, 0xde, 0xa3, 0xa3, 0x51, 0x17,
+ 0xac, 0xb5, 0xaa, 0xf7, 0x50, 0x73, 0x70, 0xc2, 0x5a, 0xeb, 0x79, 0x8f,
+ 0x8e, 0x4e, 0x5d, 0xb0, 0xf6, 0x4a, 0xde, 0x43, 0x75, 0xc1, 0x0d, 0x6c,
+ 0xf7, 0x5c, 0xcf, 0xdb, 0x73, 0xf6, 0xea, 0xdd, 0xeb, 0xb9, 0xbb, 0xce,
+ 0x1a, 0x6a, 0x24, 0x42, 0xbd, 0x81, 0x2e, 0xd8, 0x1c, 0xfa, 0x4a, 0x06,
+ 0x7f, 0x34, 0x11, 0xb4, 0x35, 0x5c, 0x54, 0xc4, 0x3c, 0x79, 0x23, 0xc8,
+ 0x9e, 0x06, 0xc9, 0xf3, 0x24, 0x79, 0xea, 0xa1, 0xad, 0xca, 0x8e, 0xd1,
+ 0x35, 0x48, 0x18, 0x09, 0xcc, 0xe8, 0x01, 0x41, 0xd8, 0xaf, 0x17, 0x4b,
+ 0xed, 0x6a, 0x36, 0xa7, 0xa1, 0x9d, 0xcb, 0xb2, 0x15, 0x53, 0x45, 0xb0,
+ 0xae, 0x54, 0x71, 0x9c, 0xc1, 0x4a, 0x9c, 0xeb, 0x45, 0x6e, 0xa1, 0x69,
+ 0x2e, 0xd6, 0xf3, 0xe2, 0x43, 0x3a, 0x35, 0x6f, 0xfd, 0xf7, 0x60, 0xcd,
+ 0xa4, 0xd1, 0x9e, 0xc2, 0xd4, 0xbd, 0x07, 0xe9, 0x8e, 0xce, 0xf2, 0xb9,
+ 0x0b, 0x0a, 0x47, 0x7a, 0x5e, 0xfd, 0xb2, 0x98, 0x2c, 0x4e, 0xe6, 0xa9,
+ 0x23, 0x84, 0x00, 0x81, 0x61, 0xcc, 0x8c, 0x79, 0xf6, 0xb9, 0x3e, 0x2d,
+ 0x6e, 0xac, 0xa5, 0xa0, 0xdf, 0x51, 0x39, 0x38, 0xce, 0xaf, 0x01, 0xd0,
+ 0xf4, 0xa9, 0xe5, 0x90, 0xe8, 0xf2, 0xe4, 0x67, 0x76, 0xbf, 0x33, 0x60,
+ 0xcc, 0x1e, 0x67, 0xe9, 0xb8, 0xd6, 0xbd, 0xf0, 0x39, 0xfa, 0x40, 0x5b,
+ 0x9d, 0x44, 0x52, 0x04, 0xd4, 0x26, 0x2d, 0x60, 0x5c, 0x32, 0xe9, 0x40,
+ 0x5b, 0x83, 0x36, 0x35, 0x00, 0x0e, 0xdd, 0x6b, 0x95, 0x82, 0x7e, 0x84,
+ 0xf7, 0x7f, 0x6e, 0x20, 0xdb, 0xb2, 0x0c, 0x63, 0x54, 0xe9, 0xac, 0xea,
+ 0x47, 0x32, 0x60, 0x09, 0xc5, 0x93, 0xd8, 0xe3, 0x81, 0x50, 0xcf, 0xf3,
+ 0xb9, 0x38, 0xb0, 0xb6, 0xc0, 0x79, 0x07, 0x9c, 0x22, 0x82, 0x1a, 0x4d,
+ 0xca, 0x82, 0xc4, 0x3e, 0xc8, 0xab, 0xcb, 0x87, 0xbc, 0x6e, 0x48, 0x8f,
+ 0x5d, 0x90, 0x3c, 0x74, 0xc9, 0xc1, 0x74, 0xb9, 0x0a, 0x12, 0x23, 0x98,
+ 0xe4, 0x90, 0x1a, 0x21, 0x1f, 0xe3, 0x65, 0xd2, 0x73, 0x53, 0x4c, 0x08,
+ 0x0e, 0xe3, 0x98, 0x88, 0xb8, 0xae, 0x54, 0x83, 0xd6, 0xba, 0x62, 0x60,
+ 0x13, 0xa6, 0xc7, 0xb7, 0x02, 0x61, 0x80, 0x13, 0xbc, 0x18, 0xd8, 0x0a,
+ 0x46, 0x71, 0x4e, 0x20, 0x94, 0x7f, 0x0b, 0x10, 0x06, 0x3a, 0x29, 0x71,
+ 0x80, 0xcb, 0x09, 0xc4, 0xe1, 0x9f, 0xd1, 0xd7, 0x2e, 0xd6, 0xb9, 0xba,
+ 0x79, 0xc0, 0xd8, 0xb1, 0x47, 0xc1, 0x61, 0xbc, 0x05, 0xca, 0xc5, 0x74,
+ 0xef, 0xf4, 0xf2, 0x0c, 0x03, 0x26, 0xb5, 0x82, 0x62, 0x17, 0x03, 0x68,
+ 0xfa, 0x79, 0x15, 0x28, 0xf6, 0x31, 0x51, 0x3d, 0x38, 0xbd, 0x6a, 0x05,
+ 0xc5, 0x4e, 0x26, 0xaa, 0xab, 0x40, 0xb1, 0x97, 0x09, 0xf4, 0x4a, 0xde,
+ 0x3a, 0xab, 0xd9, 0xfc, 0xd2, 0x8a, 0x85, 0x7d, 0xce, 0x98, 0x71, 0x7a,
+ 0xb9, 0x42, 0xe4, 0x06, 0xa2, 0xc3, 0x19, 0xe8, 0x2a, 0x91, 0x1f, 0x88,
+ 0x7e, 0x97, 0x64, 0x5b, 0xeb, 0x80, 0x7d, 0xcf, 0x40, 0xe1, 0x4e, 0x4e,
+ 0xd9, 0x0a, 0x89, 0x02, 0x00, 0xb3, 0x28, 0x83, 0xf6, 0x6b, 0x69, 0x7d,
+ 0x71, 0xc2, 0xaa, 0x28, 0x91, 0x3e, 0x04, 0xba, 0x71, 0x1e, 0xdb, 0xb6,
+ 0x7b, 0x87, 0xd8, 0x24, 0x9d, 0x17, 0xfb, 0x70, 0x8c, 0x7a, 0x9d, 0x57,
+ 0xfb, 0x10, 0xe5, 0xb8, 0x71, 0xe9, 0x53, 0x97, 0x33, 0xb5, 0xd2, 0x89,
+ 0x9c, 0x2b, 0x04, 0xe2, 0x7f, 0x65, 0x65, 0x41, 0x22, 0x6b, 0xc1, 0xa1,
+ 0x04, 0x11, 0x1c, 0x1b, 0x54, 0x57, 0x45, 0x71, 0x6a, 0xea, 0x6d, 0x04,
+ 0x87, 0xe2, 0x43, 0x70, 0x10, 0xf3, 0xda, 0x0b, 0x87, 0xb2, 0x43, 0x70,
+ 0xb3, 0x74, 0xe1, 0x87, 0x43, 0xc1, 0x21, 0x38, 0x50, 0x52, 0x71, 0xe3,
+ 0xe5, 0x52, 0x52, 0xfb, 0x9a, 0x4f, 0xbb, 0x81, 0xa0, 0xab, 0xc0, 0xc4,
+ 0x55, 0xb4, 0x7c, 0xf1, 0x45, 0xae, 0x31, 0x3f, 0x13, 0x22, 0x9e, 0x47,
+ 0xf3, 0x94, 0x35, 0x44, 0xc1, 0x42, 0xef, 0xae, 0xbc, 0xab, 0x29, 0xeb,
+ 0xf0, 0x7e, 0x91, 0xcd, 0xa1, 0x1f, 0x1c, 0x8a, 0x78, 0x1f, 0x95, 0xd8,
+ 0xa6, 0x16, 0x4a, 0xe5, 0x0b, 0x8e, 0x75, 0x6e, 0x5c, 0x0c, 0x81, 0x05,
+ 0xa8, 0x8f, 0xda, 0xec, 0x1a, 0x95, 0x9f, 0x32, 0x91, 0x95, 0x72, 0x60,
+ 0x50, 0xba, 0x24, 0x4a, 0xe2, 0xd6, 0x90, 0x4d, 0xe3, 0xbd, 0xf3, 0x94,
+ 0xba, 0xdf, 0x35, 0x19, 0xd7, 0x09, 0x4d, 0x44, 0x5e, 0xf5, 0x15, 0x27,
+ 0x28, 0xfd, 0x9e, 0x6e, 0x0d, 0x5f, 0x49, 0xc1, 0x0e, 0xc6, 0x20, 0x8e,
+ 0x58, 0x57, 0x50, 0x70, 0x9e, 0x80, 0xf4, 0x7b, 0x89, 0xbf, 0xe9, 0x26,
+ 0xb6, 0x75, 0x24, 0xd2, 0xef, 0x75, 0xd7, 0xc3, 0x76, 0x9c, 0x64, 0x10,
+ 0xbe, 0x38, 0x69, 0x68, 0xad, 0xb9, 0xe3, 0x5c, 0x83, 0xb0, 0xfb, 0xeb,
+ 0x60, 0xbb, 0x4f, 0x21, 0xfa, 0xbd, 0x81, 0x35, 0x54, 0x3c, 0xb8, 0x36,
+ 0xc7, 0xfb, 0x1d, 0x37, 0xae, 0xe2, 0x41, 0xbc, 0xa2, 0xd7, 0xfb, 0xde,
+ 0x3e, 0xf3, 0xd1, 0x70, 0xd4, 0x22, 0x59, 0x93, 0x86, 0xbb, 0xe7, 0xfb,
+ 0x3d, 0x6f, 0xdf, 0x39, 0xf0, 0xed, 0xbe, 0xef, 0xfb, 0x07, 0x8d, 0x81,
+ 0xef, 0x39, 0xc7, 0xea, 0xf7, 0x9b, 0x73, 0xa3, 0x15, 0x2d, 0xf0, 0x9c,
+ 0x6c, 0xf5, 0x95, 0xe3, 0xeb, 0x15, 0x14, 0x3c, 0x52, 0xa0, 0xf9, 0x3f,
+ 0xae, 0xc0, 0x76, 0x14, 0x6f, 0x4f, 0xb7, 0x9a, 0x0c, 0xa1, 0x4f, 0x84,
+ 0xf3, 0xb6, 0x68, 0x5f, 0xf3, 0x91, 0x74, 0xa0, 0xfe, 0xa9, 0x05, 0xd5,
+ 0x23, 0xb9, 0x4d, 0x9d, 0x5b, 0xca, 0x1d, 0xae, 0x14, 0xdd, 0x96, 0x92,
+ 0xb5, 0x3d, 0x8f, 0x63, 0xf9, 0x1d, 0xf6, 0x5e, 0xec, 0x1d, 0x5c, 0xa7,
+ 0x23, 0x0a, 0xd4, 0xed, 0x52, 0x3c, 0x9a, 0x2d, 0x11, 0x02, 0x8a, 0xfb,
+ 0xf6, 0xa4, 0x82, 0x78, 0x11, 0x48, 0x73, 0x3b, 0xb8, 0x9e, 0x31, 0x94,
+ 0xa3, 0x39, 0x98, 0x34, 0xcd, 0x65, 0xbc, 0xd9, 0x1d, 0x31, 0x30, 0xba,
+ 0x42, 0xcc, 0x96, 0xd3, 0xcb, 0xa9, 0xb5, 0x9e, 0x22, 0x20, 0xe9, 0x6c,
+ 0x0a, 0x20, 0x8f, 0x63, 0x60, 0x01, 0x92, 0xc6, 0x76, 0x70, 0x3d, 0x2f,
+ 0x0e, 0xcc, 0xe8, 0x70, 0x04, 0x80, 0xca, 0x99, 0x4a, 0xe9, 0x97, 0xc2,
+ 0x09, 0x47, 0x7a, 0xd9, 0x01, 0x57, 0x07, 0x30, 0xb5, 0xa5, 0x03, 0x8a,
+ 0x34, 0xb2, 0x03, 0xa6, 0x84, 0x70, 0x4f, 0xd9, 0xf1, 0xfe, 0xe3, 0xe9,
+ 0x32, 0x75, 0x81, 0x92, 0x46, 0x06, 0x3c, 0x3c, 0x90, 0xe1, 0x10, 0xbc,
+ 0xfc, 0x43, 0xa5, 0xcc, 0xee, 0xaf, 0x41, 0xa7, 0xf3, 0xe2, 0x38, 0x9d,
+ 0x5f, 0x87, 0xd7, 0x63, 0x5e, 0xdc, 0xc7, 0xbb, 0x7c, 0x9a, 0x51, 0x10,
+ 0xc5, 0xcb, 0xba, 0x58, 0x2c, 0x4c, 0x3e, 0x0f, 0x3a, 0x52, 0x5d, 0x22,
+ 0x44, 0x4a, 0x53, 0x6a, 0x31, 0x87, 0xe0, 0xb0, 0xdb, 0x08, 0x2e, 0xa3,
+ 0x5e, 0x3b, 0x2e, 0xca, 0xbd, 0x91, 0x0b, 0x14, 0xbb, 0x8e, 0x40, 0xef,
+ 0x4c, 0x0e, 0x12, 0x04, 0xf6, 0x19, 0x41, 0x8c, 0x2c, 0x35, 0x8e, 0x40,
+ 0xb0, 0xb7, 0x08, 0x64, 0x76, 0x5d, 0xd9, 0xcc, 0x20, 0x28, 0xec, 0x32,
+ 0x82, 0x9a, 0xa4, 0x73, 0x4c, 0x04, 0x67, 0x4c, 0x6d, 0x83, 0x8e, 0xb1,
+ 0x28, 0x4a, 0x68, 0xe7, 0xc0, 0x3a, 0x26, 0xda, 0x83, 0xd6, 0xb1, 0x31,
+ 0x08, 0x23, 0x24, 0x13, 0xad, 0xcf, 0x6b, 0xd8, 0x38, 0x37, 0xbc, 0x8e,
+ 0xbc, 0xbc, 0x46, 0x38, 0xc9, 0xeb, 0xa8, 0x8d, 0xd7, 0x08, 0x2a, 0x79,
+ 0x1d, 0x39, 0x78, 0x8d, 0x10, 0x92, 0xd7, 0x91, 0x8b, 0xd7, 0x08, 0x22,
+ 0x79, 0x1d, 0x79, 0x78, 0x8d, 0x50, 0x92, 0xd7, 0x91, 0x97, 0xd7, 0x61,
+ 0xcf, 0xe6, 0x75, 0xb4, 0x82, 0xd7, 0x51, 0xbb, 0xa9, 0x68, 0x10, 0x25,
+ 0x10, 0x6e, 0xb2, 0x24, 0xd3, 0x85, 0x5a, 0x29, 0xd8, 0x76, 0x12, 0x4b,
+ 0xf9, 0x80, 0x5d, 0x96, 0xf3, 0x6c, 0xec, 0x36, 0xd6, 0x12, 0x30, 0xb7,
+ 0x0b, 0x60, 0xc4, 0x9f, 0xe5, 0x6c, 0x61, 0x86, 0x1f, 0x25, 0x20, 0x32,
+ 0x09, 0xc8, 0x38, 0x07, 0x2e, 0x10, 0x64, 0xa9, 0xab, 0xaa, 0xb0, 0xd1,
+ 0xc5, 0x9b, 0x09, 0x57, 0x99, 0x39, 0x07, 0x0d, 0x9a, 0x1d, 0xee, 0x5d,
+ 0x5a, 0x89, 0x4b, 0xc5, 0xdc, 0x04, 0xee, 0x02, 0x25, 0x7b, 0x71, 0xca,
+ 0xb6, 0xc2, 0xe0, 0x6d, 0xef, 0x98, 0x0e, 0x06, 0xcd, 0xee, 0x76, 0x0c,
+ 0x20, 0xd9, 0xf8, 0xf2, 0x6e, 0x59, 0x17, 0x93, 0xc9, 0x85, 0x30, 0x79,
+ 0xb9, 0xe0, 0x7d, 0x75, 0x8f, 0x23, 0xb0, 0x99, 0xe3, 0x29, 0x96, 0x43,
+ 0xad, 0x1f, 0xe0, 0x1e, 0x4f, 0xb5, 0xae, 0x23, 0xa4, 0x6b, 0xdf, 0x32,
+ 0x30, 0x8d, 0xf6, 0xd7, 0x23, 0xb4, 0x99, 0xfc, 0xba, 0x70, 0xb5, 0xa1,
+ 0xd9, 0xb2, 0x01, 0xe4, 0x4d, 0x99, 0x7e, 0xa2, 0xe8, 0x87, 0x5e, 0x58,
+ 0x64, 0x0b, 0xc0, 0xa6, 0x23, 0xde, 0x4e, 0x2f, 0x28, 0xb2, 0x06, 0x40,
+ 0xd9, 0xff, 0xf9, 0x1c, 0x7c, 0x54, 0xdf, 0xb8, 0x20, 0x91, 0x29, 0x1c,
+ 0x92, 0x75, 0xcd, 0xc1, 0xd2, 0xec, 0xbc, 0x66, 0xe7, 0x56, 0x8d, 0xaf,
+ 0x21, 0xdc, 0x6e, 0x79, 0x6b, 0xad, 0xa8, 0x03, 0x71, 0xaa, 0xa0, 0x05,
+ 0x93, 0x6c, 0xe0, 0xff, 0x60, 0x71, 0x4a, 0xbf, 0x86, 0xac, 0x1c, 0xba,
+ 0x6e, 0x76, 0x06, 0x3a, 0xd0, 0x6e, 0x28, 0x6b, 0x74, 0x6a, 0xca, 0xd6,
+ 0xe8, 0x45, 0xec, 0xf9, 0x10, 0x45, 0x72, 0xbc, 0x36, 0x6c, 0xcd, 0x6f,
+ 0x54, 0xc3, 0x76, 0x9d, 0x85, 0x0e, 0x70, 0x77, 0xa2, 0x9d, 0x85, 0x42,
+ 0xb8, 0x23, 0xbf, 0x5d, 0x61, 0xa0, 0x69, 0xf5, 0x77, 0x19, 0xdb, 0xfb,
+ 0xcd, 0xf7, 0x8b, 0xb4, 0x1c, 0x9f, 0x58, 0x7b, 0xdf, 0x01, 0xaa, 0xe0,
+ 0xf9, 0x58, 0x9a, 0xa7, 0x15, 0xff, 0x1f, 0xdf, 0xc5, 0x9a, 0x41, 0xdf,
+ 0x3e, 0x96, 0x6a, 0x93, 0xd4, 0xbe, 0xd4, 0x76, 0x08, 0xea, 0xb0, 0x78,
+ 0x70, 0x69, 0x45, 0x04, 0x87, 0x52, 0xda, 0x2e, 0xcd, 0x7d, 0xa9, 0xe5,
+ 0xe0, 0xad, 0x1a, 0x58, 0x36, 0xbc, 0x60, 0x28, 0x9f, 0xe3, 0x02, 0x43,
+ 0x6c, 0xaa, 0x21, 0x29, 0x2c, 0x40, 0x14, 0xd1, 0xc5, 0xad, 0x97, 0x10,
+ 0xce, 0xe1, 0xd0, 0x3b, 0x92, 0x8a, 0xc7, 0x87, 0x7a, 0xa0, 0x59, 0xf0,
+ 0x2b, 0xcf, 0x0d, 0x1e, 0x82, 0x54, 0xa5, 0x0f, 0x68, 0x33, 0xa6, 0x9f,
+ 0x16, 0xa9, 0x3d, 0x87, 0x68, 0x1a, 0xb6, 0x98, 0x61, 0xdd, 0x90, 0x6a,
+ 0xcf, 0xf3, 0x28, 0xf1, 0xce, 0x83, 0xef, 0x01, 0x6a, 0xb1, 0xea, 0xc1,
+ 0x37, 0x5c, 0xe7, 0xf8, 0xd0, 0x8a, 0x61, 0x1e, 0x95, 0xa7, 0x39, 0xde,
+ 0x37, 0x12, 0x29, 0xd8, 0x6c, 0x84, 0x9e, 0xe5, 0xbc, 0xa5, 0xf7, 0xd8,
+ 0x55, 0x71, 0x7b, 0x3b, 0x75, 0x5d, 0x2f, 0x23, 0x74, 0xb5, 0x2d, 0x4c,
+ 0x30, 0xcf, 0xb3, 0x52, 0x1c, 0x4c, 0x5b, 0xfb, 0xb8, 0x61, 0xa7, 0x31,
+ 0xc2, 0x38, 0xe0, 0xad, 0x7d, 0xdb, 0x10, 0x5a, 0xe0, 0x87, 0xb7, 0x3c,
+ 0x19, 0x87, 0xe8, 0xb1, 0xe9, 0x85, 0xb7, 0x9c, 0x19, 0x87, 0x9d, 0xb8,
+ 0x0d, 0xbe, 0x6b, 0xc3, 0x27, 0x6d, 0xf0, 0x3d, 0x1b, 0xbe, 0xdb, 0x06,
+ 0xdf, 0xb7, 0xe1, 0x7b, 0x6d, 0xf0, 0x03, 0x1b, 0xbe, 0xdf, 0x06, 0x3f,
+ 0xb4, 0xe1, 0x07, 0x6d, 0xf0, 0xba, 0x4f, 0x18, 0x21, 0x0c, 0x5b, 0x11,
+ 0xec, 0x1e, 0x0e, 0x5b, 0x7b, 0x38, 0xb4, 0xbb, 0x38, 0x34, 0xba, 0xd8,
+ 0x5e, 0xbb, 0x87, 0x4c, 0x1d, 0x65, 0x13, 0x3d, 0x66, 0x28, 0x34, 0x46,
+ 0xd2, 0x30, 0x54, 0x07, 0x27, 0x6e, 0x58, 0x6c, 0x10, 0x75, 0x11, 0x10,
+ 0xe9, 0x00, 0x2c, 0x28, 0x4d, 0x4d, 0xc3, 0x0c, 0x31, 0x86, 0x7f, 0x0c,
+ 0x07, 0xd3, 0x82, 0xec, 0x81, 0xc2, 0x07, 0xd5, 0xba, 0x32, 0x6e, 0x0a,
+ 0x72, 0x58, 0x75, 0x64, 0xe4, 0x15, 0x1e, 0xa9, 0x51, 0xfa, 0x48, 0xb7,
+ 0x7d, 0x77, 0x18, 0x4b, 0x25, 0x9a, 0x9b, 0x84, 0x0f, 0xb3, 0x55, 0xd0,
+ 0x5c, 0xe5, 0x03, 0x5b, 0xf7, 0x55, 0x71, 0x01, 0x97, 0x46, 0xc0, 0xcb,
+ 0x73, 0x06, 0xa9, 0x2f, 0xcd, 0x70, 0xe3, 0x84, 0xc0, 0x4f, 0x84, 0x8e,
+ 0xcb, 0x74, 0x44, 0xe9, 0x70, 0x8e, 0x9a, 0x1c, 0x7f, 0x0e, 0x70, 0x9c,
+ 0x99, 0x31, 0x09, 0xdf, 0xd1, 0xa2, 0xca, 0xa7, 0xe6, 0xac, 0x4c, 0x40,
+ 0x38, 0x2b, 0xd7, 0x6c, 0x0b, 0x7b, 0x57, 0x94, 0x4e, 0x2a, 0x34, 0x2d,
+ 0xcb, 0x22, 0xd9, 0xe4, 0xec, 0x64, 0xae, 0x79, 0x67, 0x9d, 0xda, 0x91,
+ 0x8d, 0x9d, 0x8a, 0xf5, 0x30, 0xe9, 0x68, 0x13, 0xcf, 0x67, 0x4c, 0xb0,
+ 0x88, 0xb2, 0x36, 0x72, 0x74, 0x86, 0x66, 0x6d, 0x56, 0xa0, 0xd9, 0x7f,
+ 0x79, 0x61, 0xcd, 0xd0, 0xc3, 0x44, 0x9f, 0xd5, 0x3e, 0xd3, 0x7a, 0x92,
+ 0x8d, 0xfd, 0x18, 0xba, 0x92, 0x02, 0x75, 0x38, 0xd0, 0x03, 0x9b, 0x13,
+ 0x54, 0xfb, 0x91, 0xe1, 0xb0, 0x87, 0x23, 0xe6, 0xc3, 0x7d, 0x7d, 0x7d,
+ 0xb6, 0x77, 0x7e, 0xbd, 0x77, 0x75, 0x7d, 0x79, 0x7e, 0x74, 0x70, 0xb2,
+ 0x77, 0x7a, 0x7d, 0xfe, 0xfe, 0xe4, 0xdd, 0x95, 0x39, 0xf9, 0x0e, 0x7b,
+ 0x2b, 0x8d, 0xda, 0x3a, 0xb5, 0xc3, 0x93, 0xe3, 0x63, 0x53, 0xb9, 0x18,
+ 0xf6, 0xa2, 0x55, 0x44, 0x78, 0xe4, 0x1f, 0xda, 0x00, 0x32, 0xa1, 0x84,
+ 0x4c, 0x55, 0xe7, 0x77, 0x69, 0x65, 0x2d, 0x26, 0x43, 0xed, 0x42, 0x36,
+ 0x0d, 0x4a, 0x8a, 0xff, 0x85, 0x79, 0x84, 0xd0, 0x2b, 0xe8, 0xc8, 0x75,
+ 0x25, 0x6a, 0xa8, 0xdf, 0xc8, 0x56, 0x31, 0x99, 0xc2, 0x5a, 0x94, 0x10,
+ 0x08, 0x94, 0x11, 0x70, 0x5e, 0x9a, 0x1d, 0xf6, 0xda, 0xb7, 0xb3, 0xc3,
+ 0x7e, 0xf4, 0xe2, 0xaa, 0xbc, 0xbd, 0x16, 0x79, 0x1e, 0x1e, 0xe7, 0xa3,
+ 0xb7, 0xe9, 0xc2, 0x79, 0xa4, 0x3b, 0xd4, 0xfc, 0x05, 0x00, 0x09, 0xf5,
+ 0x3e, 0x40, 0xb9, 0x2b, 0x8b, 0x79, 0xfe, 0x77, 0x5f, 0x24, 0x30, 0x6c,
+ 0x83, 0xe6, 0x42, 0xa0, 0x94, 0xe8, 0x0b, 0xe9, 0x45, 0x48, 0x03, 0x37,
+ 0x12, 0x2e, 0xbd, 0x98, 0x57, 0xd1, 0x6a, 0xaf, 0xa6, 0xbb, 0x00, 0x4a,
+ 0x26, 0xae, 0x7f, 0x5f, 0xe4, 0x8e, 0x3e, 0x19, 0x98, 0x6d, 0x92, 0xe0,
+ 0xc7, 0xe9, 0xd4, 0xd2, 0x63, 0x87, 0x83, 0xf6, 0xe3, 0xce, 0xe1, 0x60,
+ 0xf0, 0xe2, 0xc3, 0x87, 0xab, 0xeb, 0xfd, 0xf0, 0x64, 0x2d, 0x8e, 0x6a,
+ 0xba, 0x8e, 0x40, 0xdc, 0x84, 0xab, 0x9a, 0x21, 0xcf, 0x28, 0xb9, 0x95,
+ 0xb3, 0xc3, 0xc4, 0x8f, 0xd8, 0xc2, 0xdd, 0x61, 0xcf, 0x81, 0xd6, 0xce,
+ 0xe1, 0xa1, 0xab, 0x8d, 0xad, 0x5c, 0x86, 0x9c, 0x50, 0xad, 0x6c, 0x66,
+ 0x00, 0x09, 0x27, 0x75, 0xb4, 0x0e, 0x9f, 0x01, 0xde, 0xaa, 0xc4, 0xd1,
+ 0x26, 0x8c, 0x66, 0x14, 0xec, 0x66, 0x1c, 0xad, 0xc3, 0xe9, 0xb0, 0x13,
+ 0x76, 0xfc, 0x98, 0x7e, 0x56, 0x33, 0x3c, 0xbb, 0x6f, 0x8f, 0xda, 0x79,
+ 0xcd, 0x70, 0x5c, 0xed, 0x5c, 0xc1, 0xec, 0x15, 0x9e, 0x1a, 0x61, 0x27,
+ 0xe2, 0xa4, 0xa2, 0xb5, 0x84, 0x1a, 0xe0, 0xcd, 0x4a, 0x44, 0x1b, 0x49,
+ 0x35, 0xa3, 0x60, 0x35, 0x23, 0x5a, 0x4b, 0xac, 0x19, 0xa6, 0x25, 0xa0,
+ 0xd1, 0x1a, 0x72, 0xcd, 0xf0, 0xac, 0xee, 0x8d, 0x56, 0x08, 0x76, 0xd8,
+ 0x89, 0x5d, 0xed, 0x5c, 0xc1, 0x6c, 0xed, 0xbc, 0xdc, 0xc5, 0xec, 0xb8,
+ 0xc7, 0x49, 0xad, 0x29, 0xd9, 0xb1, 0xdd, 0xe0, 0x0d, 0x25, 0x3b, 0xb1,
+ 0x9b, 0xb1, 0xa6, 0x64, 0x27, 0x96, 0x84, 0x46, 0x6b, 0x49, 0x76, 0x62,
+ 0x77, 0xef, 0x4a, 0xc9, 0x4e, 0x5c, 0xed, 0x5c, 0xc1, 0xec, 0xa4, 0x7d,
+ 0xed, 0x0b, 0x3b, 0x5d, 0x5a, 0xfc, 0x66, 0xd7, 0xa3, 0x74, 0xc6, 0x14,
+ 0x44, 0xc6, 0x30, 0x4f, 0xa8, 0x0a, 0x00, 0x35, 0x16, 0x8a, 0xd9, 0xf5,
+ 0x02, 0x56, 0x79, 0x4a, 0xfb, 0x35, 0xcb, 0x1c, 0x21, 0x48, 0x3b, 0xdd,
+ 0xc4, 0xc2, 0x61, 0x28, 0x4d, 0xbf, 0x34, 0x8a, 0x82, 0xa2, 0x15, 0x32,
+ 0x34, 0x69, 0x6d, 0x70, 0xd5, 0xb9, 0xe7, 0x8a, 0x64, 0x6a, 0xcb, 0x45,
+ 0x4f, 0x7a, 0x9f, 0x63, 0xe9, 0x02, 0xc5, 0x01, 0x98, 0x68, 0x80, 0xce,
+ 0x22, 0x07, 0x2f, 0x4e, 0xd8, 0xd6, 0xfa, 0x7a, 0x96, 0xdf, 0xde, 0xd5,
+ 0xa8, 0x48, 0x9f, 0xe7, 0x63, 0xb3, 0xd6, 0x3d, 0x69, 0xe3, 0x44, 0xd8,
+ 0x87, 0xb4, 0x6a, 0x85, 0x44, 0xe5, 0x1c, 0x21, 0xf3, 0x4a, 0x78, 0xea,
+ 0x3b, 0x01, 0x51, 0x29, 0xe7, 0x80, 0x27, 0xe9, 0x08, 0xb7, 0x13, 0xc7,
+ 0x20, 0x94, 0x69, 0x55, 0xfb, 0x70, 0x50, 0x33, 0x47, 0x9c, 0x79, 0x51,
+ 0xb3, 0xbf, 0x3e, 0x38, 0x54, 0xce, 0x39, 0xed, 0xfd, 0x69, 0xbe, 0x58,
+ 0xf8, 0x00, 0x51, 0x49, 0x47, 0xc0, 0x69, 0x51, 0x7c, 0xaa, 0x4e, 0xf3,
+ 0x4f, 0x10, 0xd9, 0x76, 0xee, 0x03, 0xc7, 0x53, 0x22, 0x1d, 0xbc, 0xb5,
+ 0xbe, 0x78, 0x5e, 0x64, 0xc0, 0x03, 0x4f, 0xae, 0x0a, 0x78, 0xe9, 0x44,
+ 0xc1, 0x73, 0x23, 0xc1, 0x96, 0xf1, 0xb4, 0x9d, 0x3e, 0x9e, 0x1b, 0xa9,
+ 0xc0, 0xf2, 0x90, 0xd0, 0xdd, 0x37, 0x94, 0xc4, 0x0a, 0x11, 0xe8, 0x76,
+ 0xc0, 0xc5, 0x62, 0xb6, 0xff, 0xa8, 0x27, 0x1b, 0xe1, 0x32, 0xae, 0x29,
+ 0x85, 0x3a, 0xc6, 0xde, 0x68, 0x5f, 0xf7, 0xed, 0x14, 0x28, 0x89, 0x89,
+ 0x32, 0x5d, 0xa6, 0x7b, 0x63, 0xc3, 0xbf, 0x8c, 0x8b, 0xa7, 0xa6, 0x37,
+ 0x52, 0x13, 0xd8, 0x3f, 0x96, 0x1f, 0x0b, 0x27, 0xad, 0x69, 0x7f, 0x12,
+ 0xfa, 0x68, 0x5e, 0x97, 0x8f, 0x0e, 0xef, 0x35, 0x06, 0x6f, 0xd5, 0x1e,
+ 0xe1, 0x3f, 0xe7, 0xae, 0x60, 0x44, 0x0c, 0xdc, 0x53, 0x73, 0xbb, 0xda,
+ 0x9a, 0x66, 0x47, 0x84, 0xd3, 0xd1, 0xfe, 0x23, 0xdb, 0x5d, 0x5f, 0xa5,
+ 0x0b, 0xfb, 0x1e, 0x43, 0xd8, 0x19, 0xda, 0x35, 0x01, 0x04, 0x56, 0x0d,
+ 0x1f, 0x82, 0xc5, 0x18, 0xe1, 0x64, 0xb3, 0x6f, 0x6c, 0x3e, 0x28, 0x68,
+ 0x7f, 0xc7, 0xb8, 0xc8, 0xaa, 0xa1, 0xd8, 0x5d, 0xc5, 0x91, 0x42, 0xd5,
+ 0x33, 0x43, 0x43, 0x39, 0x4e, 0xe7, 0x1e, 0x9c, 0xc8, 0x8b, 0xe3, 0x00,
+ 0x8e, 0x1d, 0xb5, 0xca, 0x4d, 0x11, 0xd5, 0x9b, 0x1e, 0x76, 0xac, 0x6e,
+ 0x10, 0xe1, 0x57, 0xd9, 0x6f, 0x47, 0x18, 0x55, 0x81, 0x36, 0xb0, 0x2a,
+ 0xd6, 0xc8, 0xd2, 0x5e, 0x5e, 0xce, 0xd2, 0xca, 0x32, 0x19, 0x86, 0x94,
+ 0xd6, 0xa1, 0x99, 0x1f, 0x0d, 0xb4, 0x63, 0x3a, 0x99, 0x36, 0x71, 0xb4,
+ 0xf0, 0xe4, 0x3e, 0x2f, 0x37, 0x06, 0xd7, 0x7b, 0x71, 0x74, 0xb5, 0x8f,
+ 0xc7, 0x9c, 0x56, 0x98, 0x76, 0xbb, 0xfe, 0xf2, 0x84, 0x0d, 0xe9, 0x09,
+ 0x44, 0xb8, 0xa5, 0xe2, 0x76, 0xeb, 0x0a, 0x29, 0xff, 0x82, 0x6a, 0xef,
+ 0x14, 0x48, 0x6c, 0x91, 0xb6, 0x42, 0x7d, 0x84, 0x94, 0x58, 0xc1, 0x06,
+ 0x47, 0x19, 0x77, 0xac, 0x72, 0xbc, 0x5a, 0x32, 0x35, 0x96, 0x56, 0x42,
+ 0x8a, 0x18, 0x6c, 0x6b, 0xea, 0xab, 0x9a, 0x79, 0xd7, 0x58, 0x20, 0x4e,
+ 0x32, 0x3c, 0xf2, 0x7c, 0x70, 0xdc, 0x26, 0x09, 0x43, 0x2b, 0xbe, 0xad,
+ 0xc0, 0x72, 0xc6, 0x12, 0x09, 0x29, 0xcf, 0x82, 0x0b, 0x9e, 0x82, 0x96,
+ 0x18, 0x07, 0x99, 0x02, 0xc9, 0xb4, 0x12, 0x13, 0x52, 0x99, 0xdd, 0x9f,
+ 0xe6, 0xb3, 0xbc, 0x76, 0x25, 0x86, 0x0b, 0x31, 0xcd, 0x02, 0x2d, 0x7f,
+ 0x04, 0xfd, 0xb7, 0x74, 0x76, 0xc8, 0x43, 0x81, 0x3b, 0x41, 0x71, 0xfd,
+ 0x23, 0xd0, 0xac, 0xbe, 0x11, 0x09, 0x05, 0x7d, 0xaa, 0x16, 0x65, 0x53,
+ 0xd0, 0x22, 0x9b, 0x49, 0xdc, 0xf3, 0x95, 0xb8, 0x91, 0x1b, 0x97, 0x55,
+ 0x11, 0xfd, 0x40, 0x1d, 0x18, 0xfc, 0x6e, 0x9c, 0xc5, 0x03, 0x56, 0x9c,
+ 0x2b, 0x3e, 0xed, 0x25, 0xcf, 0x69, 0xb2, 0x62, 0x27, 0x11, 0x26, 0x03,
+ 0xa4, 0x13, 0xad, 0x27, 0xef, 0xc9, 0xc0, 0x14, 0xac, 0x68, 0x85, 0xbc,
+ 0x77, 0x5d, 0xdd, 0x1d, 0x79, 0xe5, 0xbd, 0xeb, 0xea, 0xe8, 0x68, 0x95,
+ 0xbc, 0x77, 0xad, 0x61, 0x18, 0xad, 0x21, 0xef, 0x3d, 0x97, 0xe4, 0x46,
+ 0xab, 0xe4, 0xbd, 0xe7, 0x6b, 0x90, 0x47, 0xde, 0x7b, 0xee, 0x16, 0xb5,
+ 0xcb, 0xbb, 0x95, 0x16, 0x81, 0x90, 0xda, 0xe5, 0xbd, 0x51, 0xf7, 0x08,
+ 0xba, 0x45, 0xde, 0x1b, 0x7d, 0x8f, 0x40, 0xd7, 0x91, 0x77, 0x3b, 0x92,
+ 0x9f, 0xc4, 0x5d, 0x29, 0xef, 0x7d, 0x2b, 0xae, 0xb2, 0xac, 0xa2, 0x47,
+ 0xde, 0x51, 0xc9, 0xb0, 0xe5, 0x3d, 0x5a, 0x21, 0xef, 0xfd, 0x15, 0xfb,
+ 0x8b, 0x70, 0xd0, 0x79, 0xf1, 0x71, 0xff, 0x3d, 0xba, 0x9c, 0x2c, 0xa7,
+ 0xb5, 0x19, 0xd4, 0x99, 0xa7, 0xdd, 0x51, 0x55, 0x16, 0x82, 0xbe, 0xc3,
+ 0x0c, 0xa9, 0x2e, 0x2f, 0x0b, 0x06, 0xae, 0xad, 0xc8, 0x04, 0x0f, 0x57,
+ 0x68, 0x3c, 0xd0, 0x91, 0x0d, 0x5d, 0x67, 0xb3, 0x85, 0x95, 0xb8, 0x30,
+ 0xa4, 0x04, 0x0b, 0x07, 0x3a, 0xe8, 0x3c, 0x2b, 0xe7, 0x55, 0xdd, 0x38,
+ 0x2a, 0x98, 0x28, 0xc0, 0x36, 0x2d, 0xd9, 0x08, 0xa1, 0x65, 0x95, 0x83,
+ 0xc7, 0xa8, 0x11, 0x15, 0x77, 0x2d, 0x57, 0x91, 0xc3, 0x70, 0x18, 0x21,
+ 0x85, 0xa8, 0x8d, 0x5f, 0x9a, 0xa2, 0x44, 0xd0, 0x6d, 0xfc, 0x1a, 0xc6,
+ 0x26, 0x07, 0xa2, 0x16, 0x7e, 0x0d, 0x13, 0x1b, 0xda, 0xc3, 0x2f, 0xd4,
+ 0xbf, 0x0e, 0x74, 0xd0, 0x15, 0xfc, 0x42, 0x53, 0x98, 0xc5, 0xaf, 0xc8,
+ 0xc9, 0x2f, 0xca, 0xd2, 0xd0, 0xce, 0xaf, 0xa8, 0x93, 0xbc, 0x10, 0x17,
+ 0x10, 0xae, 0x67, 0x8c, 0x5b, 0x53, 0x36, 0xd2, 0x97, 0x55, 0xf6, 0xb1,
+ 0xa8, 0x21, 0x9a, 0xb9, 0x91, 0xd3, 0x37, 0xc4, 0x0c, 0x0e, 0x34, 0x66,
+ 0x2d, 0xac, 0x51, 0x59, 0x54, 0x55, 0x71, 0x9f, 0x95, 0xe6, 0xe5, 0xd4,
+ 0x4b, 0x5e, 0x1b, 0x73, 0xb9, 0xb6, 0x28, 0x78, 0xce, 0x51, 0x69, 0xd2,
+ 0xa4, 0x2c, 0x07, 0xb7, 0xaf, 0xab, 0xb6, 0xd6, 0x84, 0xbd, 0xc6, 0x12,
+ 0x89, 0xb3, 0xa8, 0x79, 0x88, 0xcb, 0xeb, 0x22, 0x0c, 0x56, 0x22, 0x11,
+ 0x0e, 0xc7, 0xb9, 0xbf, 0xaf, 0x3d, 0xdb, 0x82, 0x48, 0xa4, 0x15, 0x75,
+ 0x22, 0x59, 0x9e, 0xe1, 0x3c, 0x23, 0x55, 0x64, 0x28, 0xcc, 0x02, 0x65,
+ 0x91, 0x8f, 0xd1, 0xb8, 0xe1, 0x0e, 0xd0, 0x16, 0x46, 0x66, 0xf8, 0x3c,
+ 0x0b, 0xcf, 0x19, 0xa0, 0x2d, 0x8c, 0x9a, 0x38, 0x26, 0x1e, 0x3c, 0x67,
+ 0x80, 0xb6, 0x30, 0x32, 0x03, 0xe9, 0x59, 0x78, 0xee, 0x00, 0x6d, 0x61,
+ 0x64, 0xc6, 0xd3, 0xb3, 0x10, 0xdd, 0x8b, 0x4c, 0x24, 0x6c, 0x58, 0x5e,
+ 0xbc, 0xb6, 0x00, 0x6d, 0x0c, 0xbd, 0xdd, 0x86, 0xce, 0x00, 0x7a, 0x8d,
+ 0x99, 0xb4, 0x4d, 0x0e, 0x62, 0x97, 0x1c, 0x1c, 0xb5, 0xc9, 0x41, 0xec,
+ 0x91, 0x83, 0xa3, 0x36, 0x39, 0x48, 0x9c, 0x72, 0x70, 0xb4, 0x52, 0x0e,
+ 0xcc, 0xc8, 0x79, 0x16, 0x9e, 0x47, 0x0e, 0xcc, 0xc0, 0x79, 0x16, 0x9e,
+ 0x47, 0x0e, 0xcc, 0xc0, 0x79, 0x16, 0x9e, 0x4f, 0x0e, 0xba, 0x4e, 0x39,
+ 0x38, 0x5a, 0x29, 0x07, 0x5d, 0xa7, 0x1c, 0x1c, 0xad, 0x2b, 0x07, 0xdd,
+ 0x55, 0x72, 0xd0, 0xed, 0x35, 0x16, 0xdc, 0x36, 0x39, 0xe8, 0x3a, 0xe4,
+ 0x20, 0x6a, 0x9d, 0x0f, 0xba, 0x6e, 0x39, 0x88, 0x5a, 0xe7, 0x83, 0x9e,
+ 0x4b, 0x0e, 0xa2, 0xd5, 0xf3, 0x41, 0xcf, 0x25, 0x07, 0xd1, 0xea, 0xf9,
+ 0xa0, 0xe7, 0x92, 0x83, 0x68, 0xf5, 0x7c, 0xd0, 0x73, 0xc9, 0x41, 0xb4,
+ 0xc6, 0x7c, 0xd0, 0x77, 0xc9, 0x41, 0xb4, 0x7a, 0x3e, 0xe8, 0xbb, 0xe4,
+ 0x20, 0x5a, 0x7b, 0x3e, 0xe8, 0xaf, 0x92, 0x83, 0xbe, 0x62, 0x12, 0x6f,
+ 0x93, 0x83, 0xbe, 0x4b, 0x0e, 0x5a, 0xe7, 0x83, 0xbe, 0x47, 0x0e, 0x5a,
+ 0xe7, 0x03, 0x33, 0xd4, 0x9e, 0x40, 0x59, 0x25, 0x07, 0x03, 0xa7, 0x1c,
+ 0xac, 0x9e, 0x0f, 0x06, 0x4e, 0x39, 0x58, 0x3d, 0x1f, 0x0c, 0x9c, 0x72,
+ 0xb0, 0xc6, 0x7c, 0x30, 0x74, 0xca, 0xc1, 0xea, 0xf9, 0xc0, 0x8c, 0xb5,
+ 0x6c, 0xe1, 0xb5, 0xcb, 0xc1, 0x70, 0x95, 0x1c, 0x0c, 0x7b, 0x3c, 0xd7,
+ 0xe9, 0x01, 0x59, 0x7b, 0xa6, 0x8f, 0x6f, 0x8b, 0xc2, 0xdc, 0x6d, 0x44,
+ 0xcd, 0xcd, 0x04, 0x02, 0x3e, 0x2b, 0xe6, 0x79, 0xcd, 0x34, 0x78, 0xd3,
+ 0xaf, 0x93, 0x43, 0x92, 0x4f, 0x29, 0x42, 0x5e, 0x89, 0xc8, 0x31, 0x9c,
+ 0xac, 0x5e, 0x3f, 0xca, 0x46, 0xa1, 0x6f, 0x12, 0x1c, 0xb5, 0x8c, 0x99,
+ 0x4e, 0xf6, 0xe2, 0xc5, 0x16, 0x5c, 0xb7, 0xde, 0x62, 0xff, 0xfb, 0x39,
+ 0xf8, 0x47, 0x00, 0xbf, 0x21, 0x30, 0xc4, 0x7f, 0xb3, 0xf7, 0xd9, 0xad,
+ 0xe2, 0xf5, 0xc8, 0xb6, 0x7d, 0x1f, 0x32, 0xc8, 0x3c, 0xfb, 0x88, 0xb8,
+ 0xff, 0x80, 0x63, 0xc6, 0xe0, 0x7f, 0x05, 0x8e, 0x4c, 0x76, 0x80, 0xfa,
+ 0x70, 0x53, 0x84, 0x70, 0x7e, 0x20, 0x32, 0xdc, 0xff, 0x23, 0x10, 0xb9,
+ 0xb4, 0x30, 0x75, 0xcd, 0xff, 0xfc, 0x9f, 0xc1, 0x4b, 0x73, 0xb3, 0xf1,
+ 0x9f, 0x3f, 0x07, 0xf1, 0x4f, 0x0c, 0x19, 0x70, 0xa3, 0x35, 0x70, 0x23,
+ 0x07, 0xee, 0x8b, 0x3f, 0x9f, 0x8f, 0x3e, 0xa4, 0x65, 0x0e, 0x76, 0xf7,
+ 0xea, 0xaf, 0x2f, 0xb6, 0x16, 0x0f, 0x33, 0x18, 0x7e, 0xa7, 0xe9, 0x4d,
+ 0x36, 0x55, 0x2e, 0x6c, 0x77, 0x68, 0x3f, 0xd8, 0xfd, 0x2b, 0x63, 0x12,
+ 0xdc, 0xbc, 0x64, 0x5c, 0xda, 0xbe, 0x3a, 0xbf, 0x0c, 0x60, 0xa0, 0x6c,
+ 0x9f, 0xed, 0x9d, 0x07, 0xe4, 0x44, 0xb1, 0x7d, 0x70, 0x7a, 0x85, 0x3e,
+ 0xb2, 0xdb, 0x27, 0x7b, 0xfc, 0x07, 0x1e, 0x4b, 0x80, 0x2b, 0x20, 0xbe,
+ 0xe5, 0xae, 0x81, 0xf2, 0xc5, 0xde, 0xf2, 0x73, 0x80, 0xd9, 0xdb, 0x43,
+ 0x82, 0x96, 0xcf, 0x11, 0x7f, 0x06, 0xa7, 0xa1, 0x00, 0x3d, 0x2d, 0xa9,
+ 0x2c, 0x91, 0x3e, 0x5b, 0x68, 0xe1, 0x22, 0xa8, 0xc6, 0x36, 0x13, 0x47,
+ 0x46, 0xe4, 0x24, 0x38, 0xc4, 0xf1, 0xce, 0x1f, 0x8f, 0xd4, 0xc7, 0x48,
+ 0xff, 0x1a, 0x35, 0x5f, 0x8f, 0xea, 0xbb, 0x74, 0x5e, 0x4c, 0x83, 0x97,
+ 0xc7, 0xd3, 0xec, 0xf3, 0x4f, 0x54, 0x10, 0xd4, 0x84, 0x72, 0x35, 0x06,
+ 0xa1, 0xf1, 0x1c, 0xc1, 0xf3, 0xdb, 0xf3, 0xf3, 0x8f, 0x67, 0x01, 0x9f,
+ 0x45, 0x42, 0xc2, 0xd1, 0xde, 0x45, 0x8e, 0x77, 0xb1, 0xe3, 0x5d, 0x42,
+ 0xef, 0xe0, 0x02, 0x09, 0xa6, 0x74, 0xa3, 0xe2, 0x9a, 0x47, 0x2c, 0xed,
+ 0xe2, 0xfc, 0x0c, 0x11, 0xa1, 0xf8, 0x97, 0x22, 0x09, 0xdd, 0x4f, 0xc4,
+ 0x90, 0xb2, 0x08, 0xc4, 0x65, 0x7d, 0xd1, 0x0d, 0x47, 0x6f, 0xaf, 0x04,
+ 0x47, 0xe1, 0x67, 0xd4, 0x30, 0x97, 0x37, 0x21, 0x36, 0x9e, 0x13, 0xe4,
+ 0x0a, 0x65, 0xa9, 0x0d, 0x28, 0x97, 0xc5, 0x1f, 0xce, 0x7f, 0x81, 0x97,
+ 0xef, 0xf3, 0xa9, 0x45, 0x1e, 0xde, 0xc1, 0xbe, 0x89, 0x93, 0x3d, 0x08,
+ 0x70, 0x02, 0xd8, 0x06, 0x29, 0x5e, 0x66, 0x7b, 0x13, 0x9e, 0xf1, 0x4a,
+ 0x26, 0x19, 0x4b, 0xcb, 0x32, 0x7d, 0xe4, 0xf3, 0xc8, 0x9f, 0x83, 0xb0,
+ 0x07, 0x42, 0xf4, 0x86, 0xb5, 0x72, 0x8b, 0x66, 0xe5, 0x5d, 0x36, 0xf2,
+ 0x5e, 0xc5, 0xf0, 0x2f, 0xfe, 0x13, 0x12, 0x15, 0x36, 0x6e, 0x2e, 0xb2,
+ 0x51, 0x31, 0x9b, 0x65, 0xf3, 0xf1, 0x96, 0xa4, 0x41, 0x82, 0xc8, 0x69,
+ 0x00, 0xdf, 0x20, 0xd2, 0x51, 0x87, 0x13, 0x41, 0x23, 0x78, 0xd4, 0xed,
+ 0xd2, 0x9b, 0x17, 0x6c, 0xfc, 0xc2, 0xb9, 0x58, 0x50, 0x4c, 0x02, 0x4c,
+ 0xcf, 0x12, 0xc0, 0x5e, 0x26, 0x78, 0xf3, 0x13, 0x7b, 0x7f, 0x57, 0xd7,
+ 0x8b, 0xea, 0xcd, 0xeb, 0xd7, 0x25, 0xdb, 0x4e, 0x4d, 0xf2, 0x5d, 0x56,
+ 0xcc, 0xeb, 0x87, 0xfc, 0x53, 0xfe, 0x1a, 0x3c, 0xf5, 0x3e, 0xef, 0x2e,
+ 0xee, 0x16, 0xbf, 0xaf, 0x73, 0xb6, 0xfb, 0xf9, 0xf9, 0x2c, 0x9d, 0x2f,
+ 0xd3, 0xe9, 0x9b, 0x43, 0x40, 0xbf, 0x9e, 0x40, 0x6e, 0x97, 0xea, 0xc5,
+ 0xef, 0xb6, 0x9a, 0xff, 0xed, 0xc9, 0x90, 0xec, 0xf8, 0x08, 0x23, 0x62,
+ 0x4f, 0x49, 0x38, 0x42, 0x40, 0x60, 0x53, 0x6e, 0x50, 0xc8, 0x93, 0x08,
+ 0x07, 0x00, 0xc0, 0x32, 0x24, 0x3a, 0x51, 0x0d, 0xf8, 0xcc, 0x59, 0x49,
+ 0x48, 0x26, 0xa4, 0x61, 0x70, 0x7e, 0x72, 0xb8, 0xa5, 0xfe, 0x4f, 0x1c,
+ 0xa6, 0x71, 0xd2, 0x62, 0x3c, 0x51, 0x44, 0x9c, 0xad, 0xad, 0xe3, 0x65,
+ 0x00, 0x13, 0x4b, 0x10, 0x7c, 0xb8, 0xbc, 0x64, 0xdf, 0x2f, 0x0f, 0x83,
+ 0x83, 0xb4, 0x1c, 0x6f, 0x61, 0x0c, 0x1b, 0x41, 0xe2, 0x23, 0x30, 0xe5,
+ 0x63, 0x56, 0xd7, 0x44, 0xe6, 0xe8, 0x6a, 0xbf, 0x29, 0xe5, 0xe8, 0x73,
+ 0x36, 0x5a, 0x8a, 0xe6, 0x18, 0xff, 0x3b, 0x91, 0x79, 0x1c, 0xd4, 0xfa,
+ 0xfc, 0x1f, 0xa6, 0x6f, 0xe1, 0x8f, 0xbd, 0x77, 0xec, 0x5f, 0x36, 0x15,
+ 0x68, 0x38, 0x57, 0xa7, 0x47, 0x03, 0xf6, 0x3f, 0x60, 0x15, 0xa6, 0xe0,
+ 0x0e, 0x72, 0x08, 0x9b, 0x50, 0x05, 0x91, 0x0a, 0x84, 0xc1, 0x2f, 0x1a,
+ 0x06, 0xb1, 0xfa, 0xec, 0xb1, 0x3a, 0xd4, 0xcb, 0x79, 0xb6, 0xd5, 0xf2,
+ 0xbf, 0xc3, 0x3f, 0xbd, 0x7b, 0x7f, 0xfd, 0xe1, 0xe4, 0xe8, 0xe3, 0xd6,
+ 0xe9, 0xfb, 0xb7, 0x27, 0x07, 0xd7, 0x7b, 0xef, 0xf6, 0x4e, 0xff, 0xf4,
+ 0x5f, 0x47, 0x17, 0x5b, 0x1f, 0xf9, 0xdc, 0x87, 0xe5, 0x1f, 0xfc, 0x8a,
+ 0xc0, 0x6c, 0x38, 0x09, 0x9e, 0x46, 0x4d, 0x6b, 0xd9, 0x53, 0xac, 0x3d,
+ 0x25, 0xf0, 0xa4, 0xf5, 0x30, 0xfb, 0x5f, 0x47, 0xfc, 0x08, 0xf9, 0x5f,
+ 0xac, 0x7c, 0xac, 0x40, 0x24, 0xfc, 0x6f, 0x57, 0xbe, 0xe9, 0xc1, 0x3f,
+ 0x7d, 0xf1, 0x34, 0xa0, 0x3f, 0x43, 0x49, 0x88, 0x93, 0x0c, 0x19, 0xc5,
+ 0x10, 0xa8, 0x85, 0x40, 0x2d, 0x44, 0x32, 0x21, 0x12, 0x09, 0x7b, 0x1c,
+ 0x42, 0xd0, 0x08, 0x39, 0x8d, 0x10, 0x89, 0x44, 0x48, 0x20, 0xa2, 0x0a,
+ 0x45, 0xc4, 0xcc, 0x08, 0x68, 0x44, 0x48, 0x83, 0x7a, 0x64, 0x2b, 0x02,
+ 0x22, 0x11, 0x52, 0x88, 0x18, 0x7a, 0xc4, 0x50, 0x63, 0x86, 0x18, 0x13,
+ 0x5a, 0x2c, 0xfa, 0x20, 0x8e, 0xb7, 0x62, 0x86, 0x16, 0x33, 0xa4, 0xb8,
+ 0x17, 0xc4, 0x54, 0x62, 0x8c, 0xe5, 0xc5, 0x54, 0xe5, 0x84, 0xea, 0x9b,
+ 0x00, 0x62, 0x82, 0x68, 0x89, 0xd2, 0xfc, 0x04, 0xcb, 0x4c, 0xa8, 0xcc,
+ 0x84, 0x57, 0x3c, 0xe1, 0x15, 0x4f, 0xa8, 0xde, 0x89, 0x6c, 0x7b, 0x57,
+ 0xb2, 0xb3, 0x1b, 0x9a, 0x9c, 0x3e, 0xdc, 0x7f, 0x7b, 0xbd, 0x77, 0x7a,
+ 0x75, 0x74, 0xf1, 0x6e, 0xef, 0xea, 0xfd, 0xc5, 0x35, 0xf5, 0x0c, 0xbc,
+ 0x64, 0x03, 0xeb, 0x7a, 0xef, 0xe0, 0xe0, 0xe8, 0x54, 0x01, 0x3c, 0x39,
+ 0x3c, 0x3d, 0xba, 0x3e, 0x78, 0xff, 0xee, 0xea, 0xe2, 0xfd, 0xe9, 0x8b,
+ 0x2d, 0xca, 0x36, 0x05, 0x23, 0xf4, 0x38, 0x3c, 0xcd, 0x9b, 0x2b, 0x3a,
+ 0x5b, 0x30, 0x63, 0x6c, 0xb1, 0xa5, 0xab, 0x0f, 0x33, 0x06, 0x1b, 0xaf,
+ 0x6f, 0x82, 0xe6, 0xbe, 0x39, 0x9f, 0x82, 0x61, 0x1a, 0xd9, 0x46, 0x1f,
+ 0x5b, 0x56, 0x0e, 0x9b, 0x96, 0xb6, 0xb6, 0xb6, 0xe9, 0x5f, 0x18, 0xb9,
+ 0x4e, 0x78, 0xfe, 0x2d, 0x28, 0xe4, 0xf3, 0xd6, 0x36, 0xaf, 0x1a, 0x7b,
+ 0xe0, 0xd8, 0x30, 0x7e, 0x9d, 0xd8, 0xdb, 0x02, 0x32, 0x20, 0x48, 0x7c,
+ 0x60, 0x43, 0x39, 0xc0, 0x45, 0x93, 0x0d, 0x5f, 0x2c, 0x40, 0xfe, 0xb3,
+ 0xb5, 0x7d, 0x85, 0x6a, 0xc8, 0xe5, 0x21, 0x60, 0x40, 0x12, 0xb9, 0xe0,
+ 0x9e, 0x56, 0x3d, 0xf1, 0xfd, 0xe3, 0xc7, 0x37, 0xc1, 0xde, 0x74, 0x71,
+ 0x97, 0xd2, 0x23, 0x8c, 0x20, 0x57, 0x23, 0x65, 0x69, 0x1c, 0x6d, 0x3c,
+ 0x09, 0x8d, 0x1f, 0xcd, 0x10, 0x17, 0xc4, 0xb7, 0xa3, 0xe4, 0x0d, 0x7d,
+ 0xde, 0xc6, 0xa1, 0xfe, 0x46, 0xb6, 0x39, 0xe0, 0xf4, 0x70, 0xf9, 0xa7,
+ 0x3b, 0x19, 0x99, 0x7c, 0xbb, 0xcd, 0xf1, 0x45, 0x91, 0xa0, 0x2c, 0xb0,
+ 0xc9, 0xac, 0xcc, 0x5f, 0x5f, 0x66, 0xa3, 0xe0, 0x30, 0x9f, 0x4c, 0x54,
+ 0x00, 0xf1, 0xcf, 0xf6, 0x65, 0xb0, 0x9c, 0xb3, 0x29, 0x79, 0xbc, 0x2d,
+ 0xeb, 0xf8, 0xbe, 0x1a, 0x05, 0x7b, 0x33, 0xb8, 0x1d, 0xb1, 0x1c, 0x37,
+ 0xe4, 0xe5, 0x67, 0xf1, 0x20, 0x45, 0x08, 0x96, 0xb1, 0xcb, 0xcb, 0x86,
+ 0x77, 0xc0, 0x9d, 0xfd, 0x37, 0x01, 0x5c, 0x0a, 0x0b, 0x0e, 0xd9, 0x4a,
+ 0x35, 0x5e, 0xd6, 0x8f, 0x0a, 0x19, 0xf6, 0x19, 0x56, 0x5a, 0x9c, 0xe0,
+ 0x03, 0x6c, 0x25, 0xcc, 0x10, 0xee, 0x5e, 0x83, 0xd9, 0xc2, 0xfb, 0x25,
+ 0x71, 0x7d, 0xd1, 0xc4, 0x32, 0x5a, 0x21, 0x96, 0x27, 0x01, 0x28, 0xfa,
+ 0xbc, 0x41, 0x57, 0x85, 0x94, 0x45, 0x5d, 0x18, 0x55, 0x28, 0x21, 0x85,
+ 0xe3, 0x49, 0xc4, 0x21, 0x3d, 0x32, 0xa8, 0x91, 0xa6, 0xef, 0x0d, 0x7f,
+ 0xb8, 0xec, 0xa1, 0xe6, 0xe6, 0x90, 0x3d, 0x4c, 0x35, 0x13, 0x1c, 0x80,
+ 0xb5, 0x9d, 0x64, 0x6f, 0x82, 0x81, 0x70, 0x59, 0x1f, 0xed, 0x28, 0xd2,
+ 0xb7, 0x9f, 0xd5, 0x8a, 0xf0, 0x69, 0xe5, 0x59, 0x42, 0x17, 0x19, 0x3f,
+ 0x84, 0xd0, 0x9d, 0x9f, 0x05, 0x17, 0x14, 0x53, 0x50, 0x91, 0xbc, 0x48,
+ 0x91, 0xbc, 0x9c, 0x29, 0x1d, 0x40, 0x56, 0x93, 0x3c, 0x71, 0x09, 0x48,
+ 0xc8, 0xb7, 0x4b, 0xf2, 0xa2, 0xa7, 0x48, 0x1e, 0x9a, 0x90, 0x55, 0xd1,
+ 0x6b, 0x97, 0x3c, 0x46, 0x10, 0xf5, 0x26, 0x4b, 0xf4, 0x8e, 0x2e, 0x2f,
+ 0x4c, 0x4e, 0x34, 0x22, 0x17, 0x35, 0x22, 0xa7, 0x30, 0x8d, 0x8b, 0x9a,
+ 0xf1, 0x26, 0x91, 0x6f, 0x34, 0xb9, 0x8a, 0x57, 0xc8, 0xd5, 0x79, 0x99,
+ 0xdd, 0xe7, 0xc5, 0xb2, 0x0a, 0x8e, 0x28, 0x87, 0x21, 0x63, 0x27, 0x6d,
+ 0xb0, 0x40, 0xc2, 0xfe, 0xf7, 0x7f, 0x92, 0x98, 0x69, 0x32, 0xc6, 0xd4,
+ 0xbd, 0xfb, 0x80, 0x67, 0x3c, 0xd4, 0xc4, 0x2c, 0xe6, 0x0d, 0x39, 0x39,
+ 0xf8, 0x35, 0xa8, 0x96, 0x33, 0xa3, 0x67, 0x49, 0xd6, 0x74, 0x64, 0xa3,
+ 0xf7, 0x6d, 0x81, 0xe0, 0xb8, 0xe0, 0x35, 0x45, 0x42, 0x66, 0xb0, 0x19,
+ 0x84, 0x8b, 0x49, 0xdc, 0x2c, 0x80, 0xe3, 0x7b, 0xa8, 0x28, 0xc8, 0x57,
+ 0x56, 0xca, 0x9a, 0x59, 0xd2, 0x15, 0x1b, 0x3f, 0xa2, 0x48, 0xfe, 0x6c,
+ 0xa4, 0x2a, 0x56, 0xa4, 0x8a, 0x88, 0x29, 0x12, 0x05, 0xb7, 0xcc, 0x55,
+ 0xf9, 0xb0, 0xe6, 0xb1, 0xd7, 0x91, 0x90, 0xa3, 0xad, 0xb5, 0x24, 0xe9,
+ 0x6a, 0xa9, 0x09, 0x80, 0x5f, 0x80, 0x30, 0x32, 0x17, 0x97, 0xa2, 0x40,
+ 0x13, 0xa2, 0x77, 0x78, 0xf4, 0x20, 0x76, 0x3d, 0xda, 0x5c, 0xde, 0x08,
+ 0x53, 0xdc, 0x08, 0x93, 0xd1, 0x0b, 0x24, 0x4f, 0xf6, 0xcb, 0x44, 0x7b,
+ 0xa9, 0x89, 0x55, 0xb2, 0x72, 0xba, 0x7a, 0x9b, 0xe6, 0x73, 0xde, 0x08,
+ 0xbc, 0x52, 0x10, 0xc0, 0x56, 0xcf, 0x5e, 0x3e, 0x55, 0xc0, 0x46, 0x94,
+ 0x12, 0x39, 0x1b, 0x39, 0xa5, 0x48, 0xa3, 0xee, 0x90, 0x21, 0x98, 0xb1,
+ 0x98, 0x7a, 0x10, 0xec, 0x8d, 0xff, 0x66, 0x4e, 0x58, 0xc7, 0xf9, 0x34,
+ 0xf3, 0x8a, 0xd2, 0xec, 0x7a, 0x34, 0x1b, 0xab, 0x13, 0x55, 0x45, 0x7a,
+ 0xb0, 0x3e, 0x23, 0x4a, 0x61, 0x4a, 0x8c, 0x1f, 0x20, 0x4c, 0x89, 0x29,
+ 0x4c, 0x89, 0x22, 0x4c, 0xbf, 0xee, 0x29, 0x35, 0x01, 0x61, 0x12, 0x67,
+ 0x26, 0xde, 0xe9, 0x89, 0xed, 0x01, 0xf8, 0xfe, 0x56, 0x9f, 0xa3, 0xd6,
+ 0x11, 0xac, 0x3f, 0xb4, 0x0a, 0x96, 0x60, 0x16, 0x3c, 0x60, 0x1a, 0x44,
+ 0x6b, 0x6a, 0xa2, 0x20, 0xb2, 0x46, 0xdb, 0x1b, 0x79, 0x4a, 0xd4, 0xc9,
+ 0x49, 0xf6, 0x87, 0x9c, 0x9c, 0xb4, 0x37, 0x89, 0x7c, 0xa3, 0x49, 0x51,
+ 0x77, 0x85, 0x14, 0x1d, 0xaa, 0xfd, 0x3c, 0x9e, 0x74, 0xb5, 0x61, 0xcd,
+ 0x05, 0xe8, 0xd0, 0x29, 0x40, 0x5d, 0x5b, 0x80, 0xf8, 0x4b, 0x2e, 0x42,
+ 0x87, 0x2b, 0x44, 0xc8, 0x35, 0x0d, 0xd9, 0x0c, 0xd4, 0x27, 0xa0, 0x00,
+ 0x62, 0xf5, 0xb1, 0xae, 0x00, 0xd9, 0x39, 0xd4, 0x65, 0x47, 0xa9, 0xbc,
+ 0xa8, 0x87, 0x78, 0xd5, 0xfc, 0x00, 0xf9, 0xe9, 0x9a, 0xf2, 0xd3, 0x55,
+ 0xe5, 0xe7, 0xc2, 0x90, 0x1f, 0xbe, 0x38, 0xae, 0xa9, 0x58, 0xf1, 0xf5,
+ 0x73, 0xad, 0x59, 0xe9, 0x0f, 0x8b, 0x75, 0x85, 0x47, 0x13, 0x10, 0x9b,
+ 0x95, 0x8a, 0xc4, 0x74, 0x1b, 0x89, 0x39, 0xb4, 0x24, 0xe6, 0xd0, 0x92,
+ 0x98, 0x43, 0x87, 0xc4, 0xf4, 0x56, 0x4a, 0x8c, 0x5f, 0xb7, 0x10, 0xf2,
+ 0xe2, 0x52, 0x91, 0x7a, 0x52, 0x5e, 0xb6, 0xb4, 0x96, 0x48, 0x69, 0xf1,
+ 0x92, 0xdd, 0x44, 0x5a, 0x24, 0x18, 0x48, 0x88, 0x2c, 0xd4, 0x31, 0xb3,
+ 0xf4, 0x8c, 0x1f, 0x20, 0x19, 0x3d, 0x53, 0x32, 0xe0, 0xc5, 0xf6, 0xe8,
+ 0x6f, 0x4c, 0x00, 0xfb, 0x9e, 0x12, 0x2d, 0x71, 0xd0, 0x6a, 0xbc, 0x52,
+ 0x04, 0xf2, 0xaf, 0x2f, 0x02, 0x3d, 0x55, 0x04, 0x4c, 0x8d, 0xe6, 0xd0,
+ 0xd2, 0x68, 0x0e, 0x1d, 0x1a, 0x4d, 0x7f, 0x85, 0x08, 0x9c, 0xa5, 0x9f,
+ 0x5f, 0xe1, 0xc5, 0x38, 0xe7, 0xac, 0x4d, 0x42, 0xa0, 0xc3, 0x34, 0x62,
+ 0xd0, 0xb7, 0x5a, 0xa7, 0x89, 0x41, 0x2b, 0xe9, 0x2f, 0x10, 0x84, 0xbe,
+ 0x57, 0x10, 0xfa, 0xc6, 0x0f, 0x10, 0x04, 0xa5, 0xb7, 0x49, 0x10, 0xfa,
+ 0xdf, 0x5a, 0x10, 0xc6, 0x5f, 0x5f, 0x10, 0xfa, 0x4a, 0x6d, 0xf4, 0xfa,
+ 0xa8, 0x9d, 0x7d, 0xb2, 0x6a, 0xb7, 0x7e, 0xee, 0x9f, 0xc6, 0x79, 0x57,
+ 0x9f, 0xbb, 0xd6, 0x87, 0x3c, 0x6c, 0xc6, 0x3b, 0xfe, 0x35, 0xb6, 0x44,
+ 0x1a, 0x59, 0x0e, 0xc1, 0xa6, 0x58, 0xba, 0x41, 0xc9, 0x4d, 0x71, 0x7c,
+ 0x16, 0x86, 0x44, 0x97, 0x78, 0x4d, 0x9e, 0xde, 0x6b, 0x53, 0xb1, 0xfc,
+ 0xf7, 0x2e, 0x5f, 0x04, 0xa3, 0x42, 0x55, 0x25, 0x35, 0x09, 0x38, 0x7f,
+ 0xa5, 0x14, 0x57, 0x07, 0x23, 0xb5, 0x00, 0x2e, 0x00, 0x79, 0x68, 0xfc,
+ 0xc0, 0xe4, 0x9a, 0xc1, 0xd1, 0x3d, 0xa8, 0xea, 0x6f, 0xd3, 0x85, 0xba,
+ 0x2d, 0xca, 0xd5, 0x0d, 0x39, 0x86, 0x75, 0x81, 0xe7, 0x32, 0x4b, 0xc7,
+ 0x01, 0xf7, 0x8c, 0xc2, 0xc5, 0x43, 0x16, 0x63, 0x2e, 0x1e, 0x97, 0xe7,
+ 0x27, 0x4a, 0x23, 0x5b, 0x65, 0x05, 0x03, 0xd3, 0xf2, 0x86, 0xbb, 0xbb,
+ 0xbf, 0x45, 0x5a, 0xf0, 0xce, 0x31, 0x1c, 0x90, 0xa8, 0x5b, 0xee, 0x86,
+ 0x33, 0x97, 0xc5, 0x34, 0x9b, 0x17, 0xf9, 0x38, 0x08, 0xb9, 0x05, 0x19,
+ 0xa0, 0x40, 0x82, 0x66, 0xd9, 0xac, 0x28, 0x1f, 0x03, 0x14, 0xd2, 0x1d,
+ 0x3e, 0x9b, 0x9c, 0x5b, 0x0b, 0xca, 0xb9, 0xb5, 0xa0, 0x9c, 0xdb, 0x0b,
+ 0xca, 0xc9, 0xaa, 0x7d, 0x37, 0x99, 0xa9, 0xdb, 0x04, 0x4c, 0x85, 0x68,
+ 0x04, 0x6c, 0xc5, 0x9e, 0xbb, 0x85, 0xac, 0xfd, 0xca, 0x12, 0xa5, 0x7c,
+ 0x3e, 0x2a, 0x7c, 0xb2, 0x24, 0x8b, 0xde, 0xda, 0xce, 0xe7, 0xf7, 0xc5,
+ 0x08, 0xb7, 0xbf, 0x4d, 0x57, 0x4b, 0x79, 0x8a, 0x8c, 0x1f, 0x27, 0xf3,
+ 0xbf, 0xa9, 0xd2, 0x24, 0x64, 0x02, 0xe5, 0x29, 0x52, 0xa7, 0x8e, 0x07,
+ 0xdc, 0xf2, 0xab, 0x82, 0x54, 0xa6, 0x0f, 0xc1, 0xde, 0xe1, 0x81, 0xa5,
+ 0xc4, 0x9e, 0xa6, 0x90, 0xb1, 0x37, 0xb8, 0x2a, 0xd3, 0x79, 0x35, 0xcb,
+ 0x6b, 0x61, 0x12, 0x68, 0x11, 0xa5, 0xac, 0x0c, 0x28, 0x34, 0x58, 0x53,
+ 0xd3, 0xb5, 0xa5, 0xc9, 0x33, 0xf7, 0x48, 0x29, 0x8a, 0x14, 0x29, 0x12,
+ 0x50, 0x24, 0x3b, 0x4a, 0x67, 0x70, 0xd9, 0x31, 0xde, 0x24, 0xf2, 0x8d,
+ 0x26, 0x3b, 0xab, 0xf6, 0xd6, 0x78, 0x07, 0x86, 0x36, 0x1b, 0x5e, 0xe9,
+ 0xd1, 0x61, 0x1a, 0xf9, 0x11, 0x9b, 0x69, 0x92, 0x1d, 0x05, 0x8d, 0xe4,
+ 0x27, 0xec, 0x7c, 0xa6, 0x63, 0x14, 0x17, 0xe9, 0x15, 0x12, 0xe4, 0xe0,
+ 0xa4, 0x94, 0x9d, 0x58, 0x14, 0x56, 0xb9, 0x67, 0xa1, 0xd8, 0xf8, 0xc1,
+ 0xd6, 0xa3, 0xdc, 0xdc, 0x3f, 0xe3, 0x0b, 0x43, 0x5c, 0x70, 0x1b, 0xad,
+ 0xed, 0xb8, 0x4c, 0x29, 0x81, 0xf8, 0x4d, 0xf9, 0x7d, 0x63, 0x38, 0x6a,
+ 0x97, 0x12, 0x1e, 0xd6, 0x47, 0x5a, 0x99, 0xbe, 0x9a, 0x94, 0xc4, 0x5e,
+ 0x29, 0x11, 0x2c, 0x57, 0xf7, 0xcc, 0xd6, 0xbb, 0x44, 0x7d, 0xa7, 0x09,
+ 0xcb, 0xaa, 0x1d, 0x33, 0xdd, 0x9e, 0x6f, 0x9b, 0x68, 0x78, 0xc5, 0xb6,
+ 0x34, 0x39, 0x11, 0x3b, 0x65, 0xbe, 0x34, 0xb1, 0xe1, 0x1b, 0xea, 0xf2,
+ 0xd2, 0xb4, 0xfe, 0xeb, 0x49, 0x49, 0x22, 0x8a, 0xc8, 0xf8, 0x81, 0x90,
+ 0x2e, 0x24, 0x89, 0xf1, 0x03, 0x84, 0xc4, 0xdc, 0x17, 0xd3, 0x0b, 0x6f,
+ 0x7f, 0x49, 0xe9, 0x38, 0x99, 0xe7, 0xe6, 0x02, 0xe3, 0x96, 0x8c, 0x6d,
+ 0x7f, 0xff, 0x7e, 0x81, 0x38, 0x24, 0x0e, 0x71, 0xb0, 0xb9, 0x67, 0x6a,
+ 0x2d, 0x2d, 0xfb, 0x5a, 0x6f, 0x77, 0xe8, 0xf5, 0xe2, 0xbd, 0x2b, 0xb6,
+ 0xb1, 0x4d, 0xef, 0x46, 0x5a, 0x2d, 0xbe, 0xb4, 0x77, 0x79, 0x09, 0xdb,
+ 0xb2, 0x24, 0xd1, 0xc3, 0xf2, 0x71, 0x96, 0x7e, 0x0e, 0xd4, 0x5e, 0xb6,
+ 0x50, 0x9a, 0x1f, 0xd0, 0xcd, 0xda, 0x3b, 0x9b, 0xbc, 0x8d, 0xdd, 0x3c,
+ 0x31, 0x0e, 0x6b, 0x7f, 0x8d, 0xb6, 0xd0, 0x37, 0x9d, 0xf2, 0xb7, 0xeb,
+ 0xf7, 0xee, 0xda, 0xfd, 0x8e, 0xfe, 0x15, 0xc7, 0xc2, 0x73, 0x42, 0xed,
+ 0x78, 0xe9, 0x17, 0x11, 0x43, 0xc7, 0x2f, 0xca, 0x0c, 0x5c, 0x95, 0xa1,
+ 0x0d, 0x0f, 0x69, 0x39, 0x5b, 0xc2, 0x1a, 0xbb, 0xcd, 0x73, 0x08, 0xc1,
+ 0xcf, 0x49, 0x9a, 0x43, 0x44, 0xcc, 0xba, 0x08, 0x04, 0x18, 0x78, 0xe4,
+ 0x8a, 0xdf, 0x4b, 0x08, 0x12, 0x23, 0x1e, 0xe6, 0x45, 0x50, 0x2d, 0x17,
+ 0x8b, 0xe9, 0x23, 0x94, 0x9e, 0xcf, 0xff, 0x76, 0xd6, 0x5a, 0xf0, 0x65,
+ 0x0e, 0x19, 0x85, 0xd2, 0x79, 0x56, 0x60, 0x32, 0xf9, 0xed, 0x4b, 0x88,
+ 0x9e, 0x36, 0xaf, 0xf3, 0x74, 0xca, 0x3d, 0x26, 0x46, 0x77, 0xf8, 0x3a,
+ 0x47, 0xe7, 0xdf, 0xf3, 0x22, 0x9f, 0xc3, 0x32, 0x97, 0xdf, 0xce, 0x57,
+ 0x91, 0x45, 0xf8, 0x83, 0x22, 0x9f, 0xda, 0x54, 0x3f, 0xc2, 0x05, 0x0f,
+ 0x34, 0x53, 0x5e, 0x3d, 0x14, 0x08, 0x53, 0x6d, 0xc3, 0x89, 0xfb, 0xc1,
+ 0x34, 0x4b, 0xcb, 0x8b, 0x2c, 0xad, 0x8a, 0xf9, 0x8b, 0x2d, 0x0c, 0x47,
+ 0x85, 0x41, 0xd7, 0xbc, 0x9c, 0xc3, 0x21, 0xf3, 0xae, 0x98, 0x67, 0xc4,
+ 0x21, 0x38, 0xe7, 0xe2, 0x16, 0x4a, 0xf0, 0xc6, 0x41, 0xfb, 0x4a, 0x20,
+ 0x42, 0x31, 0x72, 0x47, 0x88, 0x60, 0x9a, 0xa3, 0xae, 0x01, 0xf0, 0xe0,
+ 0xef, 0xa2, 0xbd, 0xc2, 0x28, 0xa9, 0xc1, 0x88, 0xce, 0xbb, 0x0a, 0xc5,
+ 0x77, 0x01, 0x09, 0xd6, 0xc5, 0x22, 0x90, 0x69, 0x23, 0xd0, 0x3b, 0x82,
+ 0x8d, 0x85, 0x45, 0x59, 0x30, 0xea, 0x33, 0x3a, 0x5c, 0x83, 0xbc, 0x02,
+ 0x6c, 0x61, 0xc4, 0x93, 0x1c, 0x78, 0x03, 0xa3, 0x23, 0xc7, 0x08, 0x28,
+ 0x45, 0x29, 0x0e, 0x8f, 0xb6, 0x27, 0x53, 0x70, 0x21, 0x1a, 0x41, 0x53,
+ 0xe1, 0x91, 0x82, 0x14, 0x06, 0x70, 0xc1, 0x18, 0x1e, 0x3f, 0xe5, 0xa3,
+ 0x4f, 0x18, 0x46, 0x0a, 0x1e, 0x18, 0x97, 0x83, 0x02, 0xec, 0x79, 0xa8,
+ 0xd8, 0x92, 0xbb, 0xc4, 0x05, 0x3e, 0x51, 0x02, 0xa7, 0xf3, 0xb2, 0xa8,
+ 0x91, 0x71, 0x57, 0x8b, 0x0a, 0x05, 0xf2, 0xc5, 0x56, 0x56, 0xdf, 0xac,
+ 0xcd, 0x31, 0x51, 0x34, 0x45, 0xa6, 0x14, 0x5e, 0x39, 0x92, 0x83, 0xe7,
+ 0xea, 0x03, 0x7c, 0x61, 0xa2, 0x5f, 0x21, 0xe2, 0xc9, 0xbb, 0x0f, 0x7b,
+ 0xa7, 0x27, 0x87, 0x4a, 0xbd, 0x94, 0x37, 0xef, 0x5e, 0xef, 0x21, 0xaf,
+ 0xb3, 0x31, 0x93, 0xca, 0x74, 0x3e, 0x7a, 0x14, 0xb4, 0x08, 0xfd, 0xc5,
+ 0x8b, 0x3f, 0x1f, 0x14, 0x64, 0x97, 0xaa, 0x8e, 0x3e, 0xd7, 0xd9, 0xbc,
+ 0x82, 0xec, 0x0e, 0x7f, 0x7d, 0xb1, 0xf5, 0xbb, 0x60, 0x9c, 0x61, 0x9f,
+ 0x50, 0xd8, 0x9a, 0xbc, 0x42, 0x0d, 0x1e, 0x24, 0x9e, 0xf1, 0xf8, 0x3e,
+ 0x1f, 0x67, 0xc1, 0xd5, 0x72, 0x0e, 0x97, 0xc7, 0x97, 0xe3, 0xbc, 0x08,
+ 0x1e, 0xf2, 0xfa, 0x2e, 0x48, 0x03, 0x0c, 0x25, 0x04, 0x30, 0x0c, 0x96,
+ 0xb1, 0x3a, 0xa8, 0xef, 0x98, 0xee, 0x09, 0x77, 0x1c, 0x8b, 0x09, 0x50,
+ 0xc4, 0x47, 0x5e, 0x1a, 0x2b, 0xbf, 0x0e, 0x1e, 0x99, 0x36, 0x75, 0x93,
+ 0x81, 0x5c, 0xe4, 0xe0, 0xfc, 0x40, 0x09, 0xa1, 0x76, 0x83, 0xab, 0x3b,
+ 0x56, 0x1c, 0xfb, 0x6f, 0x51, 0xe6, 0xb3, 0xb4, 0xcc, 0xa7, 0x8f, 0x41,
+ 0x3e, 0x5b, 0x14, 0x25, 0xa2, 0xe5, 0x13, 0x20, 0x03, 0xd4, 0x24, 0x25,
+ 0x51, 0xb7, 0xb4, 0xc2, 0x2a, 0x90, 0x03, 0x94, 0x28, 0x9e, 0x11, 0xde,
+ 0xb5, 0x5a, 0xf3, 0xb3, 0x44, 0x7e, 0x97, 0xce, 0xb2, 0x1d, 0xaa, 0xf7,
+ 0xef, 0x60, 0x55, 0xd0, 0x80, 0x6c, 0x0f, 0x98, 0x9d, 0xe0, 0x55, 0xb8,
+ 0xdb, 0x85, 0x7f, 0x12, 0xf8, 0x27, 0x64, 0x3f, 0x3b, 0xbb, 0x43, 0xfc,
+ 0xb7, 0xdf, 0xc7, 0x3f, 0x3d, 0xfc, 0xb7, 0xdb, 0x8b, 0xe8, 0x2f, 0xfc,
+ 0x93, 0xc4, 0xf4, 0x49, 0xfc, 0x09, 0xe9, 0x1b, 0xfd, 0x1b, 0x0e, 0xe8,
+ 0x2d, 0x7f, 0xd9, 0x01, 0xc4, 0xce, 0x0b, 0xe2, 0x16, 0x6b, 0xd8, 0x2c,
+ 0xbd, 0xcd, 0x47, 0xd0, 0xc2, 0x1b, 0x50, 0xbb, 0xc6, 0x59, 0x35, 0x2a,
+ 0xf3, 0x1b, 0xd6, 0x56, 0xd6, 0x3a, 0x3a, 0xbc, 0xbd, 0x1e, 0xdd, 0xa5,
+ 0xf3, 0x79, 0x36, 0xad, 0x76, 0xeb, 0xcf, 0x75, 0x50, 0x31, 0x31, 0x66,
+ 0x42, 0x3f, 0x61, 0x02, 0xfe, 0x23, 0x44, 0xa5, 0xac, 0xd9, 0xff, 0x45,
+ 0xff, 0x62, 0xab, 0x7e, 0x04, 0xca, 0x20, 0x3d, 0x68, 0x68, 0x64, 0xdc,
+ 0x7d, 0x7c, 0xb1, 0xe5, 0x04, 0x64, 0xcd, 0xaf, 0x17, 0xd5, 0x59, 0xfa,
+ 0x79, 0x27, 0xf8, 0x47, 0xf0, 0x72, 0xc4, 0xba, 0xe6, 0x86, 0x0e, 0xe7,
+ 0xd0, 0x0d, 0xed, 0xe7, 0x9f, 0x19, 0x81, 0x9f, 0x82, 0xdf, 0x07, 0xca,
+ 0x07, 0x42, 0x7b, 0xc3, 0xd1, 0xc0, 0x97, 0xad, 0x8d, 0x70, 0x3e, 0xf7,
+ 0x11, 0x8e, 0xda, 0x08, 0xb3, 0x76, 0xff, 0xf7, 0x8b, 0xa6, 0x0d, 0x97,
+ 0x19, 0xeb, 0xc8, 0xf1, 0xaa, 0x56, 0x84, 0x12, 0xac, 0xa5, 0x3d, 0xbd,
+ 0x96, 0x62, 0x35, 0x02, 0x2b, 0x5a, 0xa6, 0xc0, 0xfa, 0xdb, 0xd8, 0x5f,
+ 0xaf, 0x30, 0xad, 0xb5, 0xd1, 0x5a, 0x3d, 0x16, 0xb5, 0x34, 0x71, 0xd0,
+ 0x52, 0x6a, 0xb4, 0xba, 0x65, 0x51, 0x4b, 0x83, 0x86, 0xad, 0xa4, 0x8d,
+ 0x76, 0xac, 0xd7, 0x6b, 0xd1, 0x3a, 0xbd, 0x16, 0x76, 0xda, 0x0a, 0xde,
+ 0xa0, 0xdb, 0xa2, 0x75, 0xba, 0x2d, 0x6c, 0x13, 0xfa, 0xc8, 0xd1, 0x6f,
+ 0xc2, 0x01, 0x0a, 0x6d, 0x19, 0xc1, 0x41, 0x83, 0xe7, 0xaf, 0x0b, 0x5b,
+ 0x32, 0xae, 0x17, 0xc7, 0x29, 0x2c, 0x52, 0xbe, 0x6a, 0xc4, 0xbe, 0x5a,
+ 0x28, 0xb8, 0x6d, 0xcd, 0x05, 0xb0, 0xbc, 0xbd, 0x88, 0xa4, 0xad, 0x88,
+ 0x7c, 0xbd, 0x22, 0xc6, 0xed, 0x45, 0x74, 0xdb, 0x8a, 0x18, 0xcb, 0x22,
+ 0x5a, 0x7a, 0x8d, 0x5f, 0x6c, 0xc2, 0x23, 0xb7, 0x5f, 0x17, 0xfc, 0x40,
+ 0xd5, 0xdb, 0x77, 0x9e, 0x79, 0x05, 0x3a, 0xcf, 0x49, 0xa8, 0x55, 0x60,
+ 0x54, 0x0c, 0xd9, 0xef, 0x4f, 0xad, 0x43, 0x64, 0xd6, 0xc1, 0xa6, 0xb8,
+ 0x3e, 0x23, 0x3e, 0xbe, 0xbf, 0x5a, 0x55, 0x0b, 0x8f, 0xfc, 0x98, 0xb5,
+ 0x68, 0x28, 0x6d, 0xce, 0x8a, 0x27, 0xd7, 0xc2, 0xcf, 0x0b, 0xad, 0x3a,
+ 0x2f, 0xb6, 0x40, 0xf7, 0xcb, 0x99, 0x42, 0x78, 0x5e, 0x3c, 0x34, 0xd1,
+ 0xf2, 0x40, 0x74, 0x98, 0x2e, 0x70, 0x5d, 0x3f, 0x14, 0xd7, 0x0f, 0xf0,
+ 0xd5, 0x0f, 0x77, 0xcc, 0x3e, 0xb4, 0x7c, 0x65, 0xca, 0x23, 0x26, 0xba,
+ 0x0a, 0xd7, 0x80, 0x89, 0x7c, 0xd5, 0x81, 0xe8, 0x03, 0xd7, 0x15, 0xdf,
+ 0xa6, 0x1c, 0xa3, 0xb6, 0xca, 0x34, 0x30, 0x0f, 0x30, 0xaa, 0xbb, 0xe7,
+ 0x0f, 0xb3, 0x55, 0x70, 0xa9, 0x74, 0x54, 0x5d, 0x03, 0x58, 0xde, 0x8e,
+ 0x58, 0x03, 0xf0, 0x3c, 0xf7, 0x37, 0x97, 0x7f, 0x8e, 0xda, 0x3f, 0xc7,
+ 0xed, 0x9f, 0x13, 0x1f, 0x9f, 0xd2, 0xe5, 0x67, 0xf2, 0x29, 0xc5, 0x4c,
+ 0x5c, 0xde, 0x4a, 0x18, 0x60, 0xbe, 0xca, 0x18, 0x60, 0xbe, 0x4a, 0x19,
+ 0x60, 0xc9, 0x7a, 0x60, 0xdd, 0xf5, 0xc0, 0x7a, 0xeb, 0x81, 0xf5, 0xd7,
+ 0x03, 0x1b, 0xf8, 0x18, 0x87, 0x99, 0x00, 0xf7, 0xd3, 0xf9, 0xf8, 0x60,
+ 0xc9, 0xf6, 0x0d, 0x33, 0xd0, 0xe6, 0x97, 0xe5, 0x7d, 0x76, 0x34, 0x86,
+ 0x8b, 0x14, 0x7f, 0x7d, 0xf1, 0xbb, 0xad, 0xcf, 0x70, 0x03, 0x00, 0x2e,
+ 0x37, 0x04, 0xd3, 0x6c, 0x42, 0x63, 0x76, 0x27, 0x28, 0x21, 0x3a, 0x10,
+ 0xff, 0xcd, 0x76, 0x4f, 0x0b, 0x06, 0xf7, 0x28, 0xe1, 0x6e, 0xd8, 0xd0,
+ 0x2b, 0x66, 0xfc, 0x2b, 0xdb, 0x8b, 0xa8, 0x70, 0x2f, 0xb6, 0x46, 0x40,
+ 0x5e, 0x14, 0x2c, 0x63, 0x7a, 0x62, 0xa1, 0xb0, 0x05, 0xa3, 0x2d, 0x0c,
+ 0x7e, 0x84, 0x51, 0xcc, 0x23, 0x7e, 0xc2, 0xae, 0x0e, 0x82, 0x01, 0x8c,
+ 0xd9, 0x56, 0x75, 0x6b, 0x54, 0x4c, 0x97, 0xb3, 0x39, 0x5e, 0x4a, 0x60,
+ 0x74, 0x84, 0x37, 0xbc, 0x24, 0x05, 0x20, 0x4d, 0xa5, 0x3b, 0x98, 0x42,
+ 0x80, 0xfd, 0x3b, 0x64, 0xaf, 0x1f, 0xd5, 0xd7, 0x01, 0xc6, 0x7a, 0x02,
+ 0xe0, 0x7d, 0x26, 0x59, 0xf0, 0x16, 0x4b, 0x7d, 0x07, 0xbb, 0x1a, 0x88,
+ 0x81, 0xc3, 0x5e, 0xee, 0x40, 0xc1, 0x58, 0x7d, 0x40, 0xd6, 0xc0, 0x20,
+ 0xf0, 0x0a, 0x82, 0xb2, 0x2f, 0xb7, 0xe0, 0x9a, 0x0f, 0x5f, 0x18, 0x34,
+ 0xba, 0xe9, 0x2b, 0xcd, 0x04, 0x75, 0x7b, 0x51, 0x63, 0xf3, 0xe0, 0x36,
+ 0xf7, 0x25, 0x3e, 0x06, 0xf8, 0x1c, 0xfc, 0x47, 0xe8, 0x68, 0xce, 0x1f,
+ 0xa1, 0x31, 0x7f, 0xb2, 0x1a, 0x81, 0x41, 0x34, 0xb0, 0xba, 0xb2, 0x11,
+ 0xaf, 0xc2, 0x6e, 0x17, 0x7c, 0xde, 0xbb, 0x1d, 0xb3, 0x21, 0x6a, 0xa1,
+ 0xf0, 0x4e, 0xad, 0xbd, 0xfa, 0x8d, 0xbd, 0x67, 0x2c, 0x7b, 0xb8, 0xca,
+ 0x3e, 0x53, 0x67, 0xc2, 0x1d, 0x8f, 0xba, 0x5c, 0x7a, 0xea, 0x1f, 0x59,
+ 0xf5, 0x8f, 0xbe, 0xb4, 0xfe, 0x9d, 0x95, 0xf5, 0x8f, 0x5a, 0xea, 0x1f,
+ 0x6d, 0x56, 0xff, 0xd8, 0xaa, 0x7f, 0xfc, 0x65, 0xf5, 0x07, 0xee, 0x77,
+ 0x5b, 0xea, 0x1e, 0xb7, 0xd4, 0x3d, 0xde, 0xac, 0xee, 0x89, 0x55, 0xf7,
+ 0xe4, 0xdb, 0xd6, 0x3d, 0x69, 0xa9, 0x7b, 0xb2, 0x59, 0xdd, 0xbb, 0x56,
+ 0xdd, 0xbb, 0xdf, 0xb6, 0xee, 0xdd, 0x96, 0xba, 0x77, 0x37, 0xab, 0x7b,
+ 0xcf, 0xaa, 0x7b, 0xef, 0xdb, 0xd6, 0xbd, 0xd7, 0x52, 0xf7, 0xde, 0x1a,
+ 0x75, 0xc7, 0x8c, 0xcb, 0xcd, 0x75, 0x32, 0x56, 0x2f, 0x4a, 0x56, 0x8d,
+ 0x39, 0x41, 0x61, 0x0a, 0xf5, 0xcf, 0xa0, 0x08, 0xb8, 0xc9, 0xec, 0x39,
+ 0xd4, 0xda, 0x20, 0x13, 0x63, 0xb7, 0x4e, 0x9e, 0x0d, 0x18, 0xb5, 0x60,
+ 0xc5, 0xf4, 0xe9, 0x4e, 0x20, 0x2d, 0x5b, 0x75, 0xcf, 0xd5, 0xb9, 0x91,
+ 0xfc, 0xe4, 0x68, 0x9e, 0x7a, 0x4b, 0x0c, 0x4d, 0xa2, 0x78, 0x88, 0xbf,
+ 0x98, 0xe6, 0x78, 0x66, 0xa3, 0xb4, 0x16, 0xae, 0xfe, 0x61, 0xf0, 0x06,
+ 0xb3, 0xb1, 0x6c, 0xe6, 0xe8, 0xab, 0x6d, 0x35, 0x6b, 0x05, 0x3f, 0xa9,
+ 0xc9, 0x1f, 0xa0, 0x30, 0xb5, 0xbd, 0x16, 0xa8, 0xd5, 0x6a, 0x44, 0xb1,
+ 0xda, 0x3d, 0x19, 0x15, 0x67, 0xe9, 0xe2, 0x02, 0xd2, 0x80, 0xaa, 0xad,
+ 0x3e, 0x3e, 0x78, 0x8f, 0x8b, 0x21, 0x9c, 0xc3, 0x1e, 0xb4, 0x35, 0x9a,
+ 0x2f, 0xa4, 0xd2, 0x7f, 0x14, 0x31, 0x37, 0x5e, 0x23, 0xe1, 0x1e, 0x74,
+ 0x4f, 0x6b, 0xb9, 0xac, 0x17, 0x35, 0xc4, 0xdf, 0xd1, 0x26, 0xe4, 0x8a,
+ 0x8e, 0x86, 0x98, 0xe5, 0x95, 0xd5, 0x5e, 0xb6, 0xdb, 0x7f, 0x8d, 0xf7,
+ 0xa8, 0x8e, 0xb0, 0xd5, 0xad, 0x2d, 0xe6, 0x52, 0xec, 0xeb, 0x5c, 0x7f,
+ 0x23, 0xcd, 0xde, 0xa5, 0xaa, 0x34, 0x9d, 0xe5, 0x6f, 0xa3, 0x09, 0xb9,
+ 0xa2, 0x8d, 0x60, 0x8d, 0x84, 0xcc, 0xeb, 0xcb, 0x69, 0x05, 0xba, 0xce,
+ 0x39, 0x3d, 0x06, 0x0b, 0x78, 0xc6, 0x9b, 0xa0, 0xe4, 0xd7, 0x6c, 0x37,
+ 0xed, 0x80, 0xd2, 0x84, 0x6c, 0x73, 0xa4, 0x2c, 0x40, 0x12, 0x7a, 0xfb,
+ 0x5e, 0x25, 0x38, 0xe3, 0xb8, 0x1a, 0x18, 0xca, 0x76, 0xcb, 0x36, 0x42,
+ 0x55, 0x32, 0x6a, 0x18, 0xcf, 0x41, 0xa2, 0xb6, 0x0b, 0xbf, 0xda, 0x4d,
+ 0x3a, 0x38, 0xbd, 0x32, 0x9b, 0x34, 0x4b, 0x17, 0xd7, 0x55, 0x0a, 0x7e,
+ 0xf1, 0xf3, 0x5b, 0x0c, 0x27, 0x22, 0x14, 0x39, 0x10, 0xd0, 0x4b, 0xfe,
+ 0x21, 0x20, 0xbf, 0x11, 0xfc, 0xee, 0xef, 0x38, 0xf9, 0x79, 0xad, 0xe9,
+ 0x07, 0x63, 0xe9, 0xe8, 0xb3, 0xa8, 0x55, 0x17, 0x7f, 0xc7, 0x59, 0xa0,
+ 0x6a, 0x33, 0x59, 0xd5, 0xdb, 0x9a, 0xf9, 0x31, 0x9f, 0x8f, 0x8b, 0x07,
+ 0x67, 0x3b, 0xe5, 0xf5, 0x03, 0x6f, 0x23, 0x09, 0xf9, 0x6b, 0xb5, 0x92,
+ 0xa8, 0xad, 0xd7, 0x4c, 0x82, 0x5d, 0xd1, 0x4e, 0x71, 0xb8, 0x51, 0x1d,
+ 0x66, 0xe9, 0x18, 0xee, 0x48, 0xc3, 0x51, 0x80, 0x3c, 0xf0, 0x00, 0x8f,
+ 0x22, 0xf4, 0xdf, 0xf1, 0xce, 0xb1, 0x38, 0xd3, 0x00, 0xd8, 0x15, 0x07,
+ 0x93, 0xad, 0x74, 0xce, 0xad, 0xd0, 0x72, 0x43, 0x30, 0x45, 0x0d, 0xae,
+ 0x6f, 0x18, 0xc5, 0x53, 0x48, 0x24, 0x5c, 0x96, 0x9e, 0xa9, 0xd5, 0x05,
+ 0xba, 0x72, 0x62, 0x95, 0x2d, 0x94, 0x56, 0x01, 0xa5, 0xa9, 0xf2, 0x9d,
+ 0x72, 0xca, 0xf3, 0x3d, 0x1b, 0x2d, 0xcb, 0xdf, 0xa0, 0xf5, 0x4e, 0x9c,
+ 0x95, 0x6c, 0xb8, 0x2f, 0xf5, 0xad, 0x17, 0xec, 0x4d, 0x3e, 0x5c, 0x04,
+ 0xa1, 0xbe, 0x44, 0xb8, 0x65, 0x58, 0xdc, 0x3b, 0x50, 0x5b, 0xea, 0x96,
+ 0x61, 0xb8, 0x81, 0x0b, 0x81, 0x13, 0xb4, 0x25, 0x44, 0x29, 0x3a, 0x84,
+ 0x94, 0xbc, 0x7e, 0xf1, 0xd5, 0x20, 0xef, 0x69, 0x3a, 0xf2, 0x37, 0x21,
+ 0xa2, 0x26, 0x44, 0xdf, 0xb7, 0x09, 0xd1, 0xda, 0x4d, 0x88, 0xec, 0x26,
+ 0xcc, 0xd2, 0x09, 0x66, 0x11, 0x60, 0xc3, 0xb3, 0x99, 0x4f, 0x8e, 0x83,
+ 0x2a, 0x9b, 0x57, 0x78, 0x03, 0xc3, 0xac, 0xbd, 0x72, 0xe3, 0x03, 0x22,
+ 0x4e, 0x16, 0x4b, 0x63, 0x8d, 0x7b, 0xc5, 0xba, 0xb1, 0x67, 0xa9, 0x9c,
+ 0x31, 0xce, 0x24, 0x18, 0xd3, 0xc0, 0x9c, 0x4a, 0x64, 0xf1, 0xd4, 0x82,
+ 0x32, 0x7d, 0x38, 0x4b, 0x27, 0xfa, 0x0c, 0x22, 0x41, 0x54, 0x99, 0x22,
+ 0x40, 0x6b, 0x6c, 0xa5, 0xb5, 0x08, 0x55, 0x2c, 0x9a, 0x73, 0x32, 0xaf,
+ 0xd3, 0x4f, 0x59, 0x90, 0xe6, 0x25, 0xde, 0x11, 0xe7, 0x49, 0xae, 0x68,
+ 0xb1, 0xd3, 0x56, 0xea, 0x80, 0xfd, 0xaf, 0x2e, 0x16, 0xf9, 0xe8, 0x97,
+ 0x6c, 0x0a, 0x61, 0x40, 0xb7, 0x4d, 0x62, 0xf0, 0xde, 0xc1, 0x92, 0x3d,
+ 0x46, 0x19, 0x62, 0x04, 0xb4, 0x2d, 0xfd, 0x2d, 0x4b, 0x63, 0x10, 0xf1,
+ 0xe1, 0xd9, 0x8c, 0xc5, 0xa6, 0x5c, 0x62, 0x4a, 0x8e, 0x4d, 0xd0, 0x86,
+ 0x5e, 0x03, 0xa2, 0x32, 0xe5, 0x64, 0xcf, 0x5a, 0x1e, 0x47, 0xd3, 0x9a,
+ 0x2e, 0x63, 0xab, 0x3c, 0xf9, 0x88, 0xfe, 0x00, 0x01, 0x65, 0xd0, 0x6e,
+ 0x57, 0x5d, 0x95, 0x85, 0x1f, 0x6f, 0xd5, 0x6c, 0xd0, 0x2e, 0x73, 0xc5,
+ 0x97, 0x55, 0xf1, 0xae, 0xfa, 0x12, 0x02, 0x8b, 0x5a, 0xb1, 0xf0, 0x33,
+ 0x60, 0xb3, 0xaf, 0x79, 0xbb, 0xb8, 0x22, 0x03, 0x77, 0xe5, 0xf5, 0x2e,
+ 0x6e, 0x69, 0xdc, 0x53, 0x7a, 0x2e, 0x36, 0xc5, 0x59, 0xa9, 0x52, 0x5b,
+ 0x1b, 0x5d, 0x5d, 0xe7, 0x6a, 0x20, 0xbf, 0x5b, 0x7f, 0x30, 0xad, 0x45,
+ 0x03, 0x65, 0xec, 0x6a, 0x5e, 0xf3, 0x40, 0xc9, 0xdb, 0xf6, 0x9d, 0x9b,
+ 0xaa, 0x64, 0x61, 0xf3, 0xb7, 0x55, 0x01, 0x82, 0xfc, 0x6e, 0x1b, 0x36,
+ 0xf8, 0x88, 0xc2, 0x08, 0xaf, 0xd9, 0x68, 0x0a, 0x97, 0x81, 0xb7, 0xbe,
+ 0x82, 0xa3, 0x41, 0xf7, 0xa7, 0x7f, 0x55, 0x26, 0x40, 0xab, 0x56, 0x8b,
+ 0xf6, 0x05, 0x8f, 0x87, 0x29, 0x7a, 0xbe, 0xbd, 0x35, 0xb0, 0x35, 0x41,
+ 0x70, 0xad, 0x31, 0x9e, 0xb6, 0x68, 0xcb, 0x8c, 0x2a, 0xbb, 0xa2, 0x4c,
+ 0xb9, 0x7d, 0x76, 0x8b, 0xaf, 0x02, 0xb6, 0xa2, 0x1d, 0x14, 0x7b, 0x13,
+ 0x12, 0x41, 0x4b, 0xeb, 0xea, 0x94, 0xcd, 0x34, 0x10, 0x8e, 0x7e, 0x14,
+ 0x5c, 0xed, 0x07, 0xf0, 0x85, 0xac, 0x1a, 0x8e, 0xe6, 0xe1, 0x4d, 0xd0,
+ 0x60, 0x1b, 0x9c, 0x5c, 0x82, 0x1b, 0x06, 0x68, 0xa9, 0xac, 0x68, 0xb5,
+ 0xd3, 0x77, 0xca, 0xd8, 0xe2, 0xc4, 0x6c, 0x1a, 0xab, 0x06, 0x94, 0x44,
+ 0x6d, 0x62, 0x64, 0xad, 0x35, 0x92, 0x03, 0xd8, 0xfb, 0x0d, 0x06, 0xec,
+ 0x13, 0x52, 0xd6, 0x30, 0x6b, 0x54, 0xc2, 0x46, 0xb1, 0x75, 0x14, 0xf2,
+ 0x36, 0xb5, 0xec, 0x10, 0x51, 0xe4, 0xed, 0xfd, 0xbf, 0x5f, 0xf6, 0x90,
+ 0xc1, 0xbe, 0x86, 0xa9, 0x95, 0x35, 0xc6, 0x5f, 0x4b, 0xd3, 0xc4, 0x26,
+ 0xc2, 0x6a, 0x9f, 0xcc, 0x70, 0xd8, 0xda, 0x48, 0xbe, 0xf1, 0x47, 0xfb,
+ 0xfe, 0x8a, 0xd6, 0x3a, 0xba, 0xb0, 0x43, 0xe6, 0xa9, 0x9e, 0xab, 0xad,
+ 0x48, 0xd2, 0x34, 0x4f, 0x69, 0x1f, 0xb1, 0x95, 0xfa, 0x48, 0xc2, 0x10,
+ 0xf4, 0x42, 0x19, 0xc0, 0x28, 0x09, 0x8b, 0x6c, 0x1e, 0x4c, 0x21, 0xd6,
+ 0x37, 0xf9, 0xc5, 0x05, 0xb3, 0x2f, 0x9b, 0x38, 0x9b, 0x61, 0xa6, 0xab,
+ 0x3d, 0xde, 0x35, 0x82, 0x22, 0xe8, 0xb7, 0xaf, 0x11, 0x02, 0x66, 0xc5,
+ 0x08, 0xcb, 0x21, 0x93, 0x33, 0xc5, 0xe2, 0x97, 0xbd, 0x25, 0x62, 0xf3,
+ 0x9f, 0xec, 0x1d, 0x04, 0x22, 0xde, 0xf1, 0xc6, 0xd6, 0x8a, 0xb6, 0x79,
+ 0x30, 0xb4, 0x15, 0x39, 0xa5, 0x1e, 0xad, 0xc6, 0x37, 0x05, 0x4e, 0x6d,
+ 0x19, 0x1c, 0x32, 0x32, 0x3d, 0x8a, 0x81, 0xdf, 0xcb, 0x10, 0xcd, 0x8e,
+ 0x49, 0x51, 0x08, 0xa2, 0x25, 0x98, 0xd8, 0xaf, 0xa0, 0x88, 0x7d, 0xb5,
+ 0xae, 0x5c, 0x6f, 0xb5, 0x97, 0x15, 0x5a, 0xd1, 0x9b, 0x2a, 0x9c, 0xbb,
+ 0x47, 0x41, 0xfb, 0x74, 0xb4, 0x14, 0xc3, 0xf1, 0x7b, 0xc7, 0x63, 0x8d,
+ 0xc1, 0xfa, 0x45, 0x06, 0x55, 0xad, 0xf1, 0x01, 0xff, 0xdf, 0x7a, 0x2c,
+ 0x10, 0xd0, 0x4e, 0x46, 0x88, 0x8f, 0x2e, 0x76, 0x48, 0x44, 0x47, 0x63,
+ 0xb1, 0xee, 0x36, 0x67, 0x24, 0xb9, 0x36, 0x14, 0x09, 0xb5, 0x62, 0x99,
+ 0x84, 0x8e, 0x67, 0x72, 0xa6, 0x8d, 0x6f, 0x1e, 0x7f, 0x0f, 0xe4, 0x7b,
+ 0xd5, 0xa2, 0xb9, 0xe6, 0x72, 0x19, 0x25, 0x28, 0xf1, 0xb1, 0x63, 0x1c,
+ 0xaf, 0x58, 0x2b, 0x39, 0x88, 0x36, 0x18, 0x5a, 0xc7, 0x33, 0x0c, 0x84,
+ 0xf1, 0x7d, 0x3a, 0x1f, 0xe9, 0x73, 0x16, 0x7f, 0xb7, 0xca, 0x82, 0x35,
+ 0xce, 0x6e, 0xcb, 0x2c, 0xab, 0xcc, 0x5d, 0xa5, 0x52, 0x7f, 0xe5, 0xec,
+ 0xab, 0xa3, 0x2d, 0x37, 0xcd, 0x50, 0x6e, 0xaa, 0xd0, 0x32, 0x8e, 0x1b,
+ 0xa0, 0x17, 0xed, 0x26, 0x47, 0x31, 0x3d, 0x1b, 0xad, 0x92, 0x32, 0xfc,
+ 0x65, 0x2d, 0xa3, 0xc8, 0xc5, 0x46, 0xcb, 0x60, 0xbb, 0x19, 0x5b, 0xed,
+ 0x32, 0x2a, 0xe2, 0x6f, 0x9b, 0x01, 0xb8, 0xa2, 0x7d, 0xb0, 0xd9, 0x38,
+ 0xcd, 0xee, 0x99, 0x6e, 0xc7, 0x5b, 0x46, 0x11, 0xe6, 0xe0, 0x4d, 0xfb,
+ 0xfe, 0xf9, 0x07, 0xb3, 0x2d, 0x7c, 0xd5, 0x53, 0x05, 0xcf, 0xd1, 0x3d,
+ 0xb2, 0x3c, 0x73, 0x1d, 0x94, 0x1f, 0x6c, 0x35, 0x06, 0x3e, 0x5d, 0xb1,
+ 0x46, 0xe1, 0x67, 0xb3, 0x01, 0xb6, 0x87, 0xa8, 0x68, 0xc9, 0xde, 0xf1,
+ 0x85, 0x18, 0x4c, 0xaa, 0xca, 0xdd, 0x84, 0xab, 0x6f, 0x1f, 0x5f, 0x80,
+ 0x2e, 0x6f, 0x31, 0x19, 0xc3, 0x2c, 0x32, 0xcd, 0x1c, 0x5b, 0xaf, 0x62,
+ 0x58, 0x59, 0x18, 0x17, 0x36, 0xdd, 0x50, 0xd9, 0xf5, 0x57, 0x9b, 0xce,
+ 0x28, 0xb8, 0x1a, 0x4c, 0x61, 0x10, 0xcb, 0x6b, 0xd2, 0x00, 0xae, 0x47,
+ 0xfa, 0x06, 0xb2, 0xc9, 0xc4, 0xd9, 0xde, 0x42, 0x11, 0xb9, 0xe4, 0xe3,
+ 0xaf, 0x47, 0xf8, 0xa8, 0x7c, 0xa1, 0x3d, 0x75, 0x36, 0x5e, 0xa7, 0xe9,
+ 0x43, 0xd4, 0x79, 0x3a, 0xe6, 0x49, 0xc7, 0xe6, 0xbb, 0x49, 0x8d, 0x27,
+ 0x6a, 0xc4, 0x3a, 0xd6, 0xfa, 0xad, 0x29, 0x53, 0xca, 0xb0, 0x11, 0xec,
+ 0xbb, 0x68, 0xa8, 0x7e, 0x9c, 0xa1, 0x41, 0x48, 0xdc, 0x6c, 0x8c, 0xed,
+ 0x53, 0x18, 0x78, 0xb7, 0x98, 0x2c, 0x4e, 0x8b, 0x9b, 0xec, 0xbc, 0x2c,
+ 0x26, 0x79, 0xa3, 0x5c, 0xfd, 0x72, 0x7e, 0x7c, 0x1e, 0xc0, 0xfb, 0x80,
+ 0x7f, 0x70, 0x30, 0xef, 0x87, 0x00, 0xc2, 0xa1, 0xc3, 0xa9, 0xd9, 0x12,
+ 0x6f, 0x61, 0x6e, 0xa7, 0x96, 0xcd, 0xdd, 0xad, 0x04, 0xd3, 0x2c, 0x66,
+ 0x4e, 0xc2, 0x46, 0x4d, 0xfe, 0xdf, 0x25, 0x63, 0x4f, 0x5e, 0x3f, 0x9a,
+ 0x43, 0xc3, 0x00, 0x23, 0x7b, 0xbb, 0xde, 0x1e, 0x30, 0x9f, 0x82, 0x91,
+ 0x55, 0x6b, 0x0c, 0xea, 0x23, 0x81, 0xf8, 0xe4, 0x68, 0xce, 0xbd, 0x38,
+ 0xd0, 0x9b, 0xe9, 0x33, 0x13, 0x9c, 0xaf, 0x76, 0x1d, 0x4d, 0x30, 0x15,
+ 0x5b, 0xb5, 0x64, 0x3c, 0x1c, 0x74, 0xd5, 0x5c, 0x00, 0x9c, 0x5d, 0xaa,
+ 0x42, 0xfc, 0x70, 0x95, 0x2e, 0x15, 0xcb, 0xc0, 0xd1, 0x7d, 0xba, 0xa0,
+ 0x23, 0xd6, 0xfb, 0x6a, 0x17, 0x56, 0x16, 0x47, 0x6d, 0x47, 0x8d, 0x7c,
+ 0x56, 0x68, 0xb3, 0xad, 0xd6, 0x5d, 0xff, 0x8c, 0x0d, 0xd5, 0xc3, 0xc3,
+ 0x81, 0x38, 0x6e, 0x74, 0x0d, 0x48, 0x5e, 0xb5, 0xb5, 0x8e, 0x6f, 0x10,
+ 0xf8, 0x2c, 0x5d, 0xb8, 0xdb, 0x71, 0xb6, 0x77, 0xee, 0x68, 0x07, 0xbc,
+ 0x05, 0x9e, 0x33, 0x05, 0xc6, 0x29, 0x39, 0xdd, 0x95, 0xd5, 0x67, 0x05,
+ 0x52, 0xf5, 0x19, 0x29, 0x6b, 0xfe, 0x17, 0x55, 0xb2, 0xeb, 0xef, 0x38,
+ 0xaf, 0x78, 0x78, 0x80, 0x58, 0x53, 0x4a, 0x47, 0x9c, 0xcc, 0x16, 0xe9,
+ 0xa8, 0x0e, 0x44, 0x8e, 0xdd, 0xf5, 0xba, 0x43, 0x40, 0x7f, 0xa3, 0xfe,
+ 0xe0, 0x55, 0x5c, 0xb3, 0x43, 0x00, 0x5a, 0xe9, 0x11, 0x57, 0x83, 0xfe,
+ 0x49, 0xfd, 0xc2, 0x6b, 0xb6, 0x56, 0xc7, 0xd4, 0xa3, 0x3b, 0x58, 0x12,
+ 0xa4, 0xbe, 0x81, 0x4f, 0x9a, 0x09, 0x38, 0xa3, 0x58, 0x38, 0xd0, 0xa6,
+ 0x11, 0xdb, 0x36, 0x4e, 0xf2, 0x51, 0xee, 0x9e, 0xf1, 0x21, 0xd9, 0x00,
+ 0x34, 0xcc, 0x80, 0xfa, 0xcc, 0x03, 0x43, 0xe3, 0x3e, 0xb6, 0xa3, 0x2c,
+ 0xde, 0x81, 0xde, 0x64, 0x6c, 0x5f, 0x53, 0x23, 0x6a, 0xa0, 0x91, 0x0b,
+ 0x5e, 0xb4, 0xb3, 0x01, 0xd3, 0x1b, 0x09, 0xef, 0xa9, 0x09, 0x96, 0xc6,
+ 0x78, 0x3b, 0xdf, 0x1b, 0x43, 0x42, 0x6f, 0xb0, 0x60, 0xec, 0x28, 0x31,
+ 0x6d, 0x53, 0x78, 0x1b, 0x84, 0xd2, 0x76, 0x62, 0x34, 0x6a, 0x91, 0x96,
+ 0x29, 0x5e, 0x32, 0xd2, 0x6c, 0x2b, 0x81, 0x6b, 0xfe, 0xf5, 0xb4, 0x87,
+ 0x95, 0xbc, 0x3f, 0x65, 0x0b, 0x44, 0x15, 0x5e, 0xdf, 0xc0, 0x5f, 0x6e,
+ 0xac, 0xe6, 0x6f, 0xcf, 0x81, 0x7e, 0x56, 0xb3, 0x8a, 0x29, 0x6d, 0x33,
+ 0x51, 0x3e, 0x98, 0xe7, 0x11, 0xa2, 0x35, 0x91, 0xbb, 0x35, 0xd1, 0x77,
+ 0x68, 0x4d, 0xd4, 0xda, 0x9a, 0xc8, 0xd5, 0x9a, 0x68, 0x45, 0x6b, 0x62,
+ 0x77, 0x6b, 0xe2, 0xef, 0xd0, 0x9a, 0xb8, 0xb5, 0x35, 0xb1, 0xab, 0x35,
+ 0xf1, 0x8a, 0xd6, 0x24, 0xee, 0xd6, 0x24, 0xdf, 0xa1, 0x35, 0x49, 0x6b,
+ 0x6b, 0x12, 0x57, 0x6b, 0x12, 0x4f, 0x6b, 0xee, 0x33, 0xfc, 0x2e, 0x86,
+ 0xcd, 0x87, 0xa3, 0x00, 0xe1, 0xbe, 0xe5, 0x80, 0xe1, 0x45, 0xea, 0xe3,
+ 0x85, 0xbf, 0x74, 0x0e, 0x17, 0x03, 0xc1, 0xd7, 0x86, 0xc8, 0x6c, 0xc3,
+ 0x37, 0x1c, 0x26, 0xa2, 0x4a, 0x51, 0x5b, 0x1b, 0x22, 0x47, 0x1b, 0x7c,
+ 0x63, 0x84, 0x7f, 0x8f, 0xcd, 0x36, 0x7c, 0xc3, 0xc1, 0x21, 0xaa, 0x14,
+ 0xb7, 0xb5, 0x21, 0x76, 0xb4, 0xc1, 0x37, 0x32, 0xf8, 0xf7, 0xc4, 0x6c,
+ 0xc3, 0x37, 0x1c, 0x12, 0xa2, 0x4a, 0x49, 0x5b, 0x1b, 0x12, 0x47, 0x1b,
+ 0x7c, 0xe3, 0x01, 0x5d, 0xf7, 0xdf, 0x8b, 0xa4, 0x8e, 0xea, 0xd0, 0xd8,
+ 0xc7, 0x3b, 0xac, 0x8d, 0xd5, 0xf4, 0x9b, 0x8f, 0x13, 0xbb, 0x2a, 0xfa,
+ 0x90, 0xc1, 0x0a, 0x5d, 0xdb, 0x50, 0xce, 0x31, 0xe4, 0x27, 0xb6, 0x06,
+ 0x0b, 0xa2, 0x56, 0x16, 0x7c, 0xc3, 0x61, 0xe6, 0xa8, 0x75, 0xb4, 0x11,
+ 0x0b, 0xa2, 0x76, 0x16, 0xf8, 0x46, 0x23, 0x82, 0x36, 0xd9, 0x30, 0x1d,
+ 0x72, 0x40, 0x1f, 0xbf, 0xa7, 0x24, 0x18, 0xd5, 0xf1, 0xca, 0x82, 0x01,
+ 0xe7, 0x97, 0x06, 0x0f, 0xc1, 0xb5, 0x98, 0x11, 0xad, 0x60, 0xc6, 0xb7,
+ 0x96, 0x09, 0xb3, 0xee, 0x3e, 0xa9, 0xf0, 0x31, 0xc3, 0x92, 0x0b, 0x0f,
+ 0x41, 0x8b, 0x19, 0xe2, 0x42, 0xd3, 0xd1, 0x64, 0x92, 0x61, 0x8e, 0xbe,
+ 0xbd, 0x32, 0x4b, 0xe9, 0xd6, 0x03, 0xbe, 0x0f, 0x32, 0xf1, 0x21, 0x48,
+ 0xd9, 0x17, 0xff, 0xe1, 0xd7, 0xbc, 0x28, 0x67, 0x74, 0x4b, 0x3a, 0x40,
+ 0xc5, 0x7a, 0x0d, 0x56, 0x44, 0x86, 0x22, 0x2d, 0xaa, 0xc2, 0x95, 0x67,
+ 0xad, 0x4a, 0xee, 0xc3, 0xb0, 0x55, 0x58, 0x96, 0xb6, 0xed, 0x38, 0x1e,
+ 0x9b, 0xe5, 0xf3, 0x7c, 0xb6, 0x9c, 0xbd, 0xcf, 0xa7, 0xe7, 0xfc, 0x12,
+ 0x3f, 0x58, 0xd1, 0xe9, 0x65, 0xa0, 0xdd, 0xed, 0xb7, 0xdb, 0xce, 0xad,
+ 0x98, 0x8c, 0x84, 0x06, 0xa5, 0x34, 0xdc, 0xf0, 0xfc, 0x31, 0xf6, 0x15,
+ 0xa2, 0xe9, 0x76, 0x1d, 0xdc, 0x76, 0x4c, 0x27, 0xa8, 0xd5, 0x48, 0xf1,
+ 0xcd, 0x65, 0x85, 0x3e, 0x56, 0x76, 0x27, 0xc2, 0x0a, 0x0d, 0xfd, 0x25,
+ 0xb6, 0x4d, 0xae, 0x56, 0x1e, 0xf3, 0x8d, 0x12, 0x02, 0xff, 0x60, 0x34,
+ 0x30, 0xb2, 0x9b, 0x87, 0x9d, 0xdd, 0x57, 0x9a, 0x67, 0x16, 0x0c, 0xbf,
+ 0x55, 0xa5, 0xce, 0xf8, 0x2c, 0x8e, 0x8a, 0x4c, 0x03, 0x3a, 0x65, 0xd7,
+ 0xe5, 0xae, 0x24, 0xff, 0x77, 0x99, 0xdf, 0xa7, 0x4c, 0xa4, 0x47, 0xb2,
+ 0x19, 0x29, 0x7d, 0x7f, 0xcd, 0xfd, 0x5f, 0xb2, 0x06, 0xc2, 0xed, 0xde,
+ 0x83, 0xa1, 0x36, 0x31, 0x76, 0x18, 0x5e, 0xf3, 0x21, 0xac, 0x54, 0xb3,
+ 0x82, 0x8a, 0x76, 0x4a, 0xdb, 0x73, 0x5f, 0x69, 0xe9, 0xab, 0x88, 0x37,
+ 0x5f, 0x15, 0x62, 0x5e, 0x89, 0xab, 0xa2, 0xf1, 0x89, 0x51, 0x5a, 0x6a,
+ 0x7c, 0xb5, 0x46, 0x63, 0xc5, 0x86, 0xd0, 0x14, 0x7d, 0x70, 0x51, 0x25,
+ 0x07, 0xcf, 0x41, 0x78, 0x43, 0x9e, 0xbc, 0x0f, 0xf9, 0x18, 0x42, 0x19,
+ 0xc0, 0x07, 0x47, 0x83, 0xce, 0x25, 0x08, 0x1a, 0x69, 0x05, 0x94, 0x7e,
+ 0x2e, 0x6b, 0x98, 0xa2, 0x5d, 0xb6, 0x2b, 0xa3, 0x0a, 0xa6, 0xe5, 0xca,
+ 0xf8, 0x6c, 0xeb, 0x4c, 0xf7, 0x72, 0x49, 0x22, 0x17, 0x2d, 0xb1, 0x53,
+ 0x87, 0x64, 0x28, 0xe4, 0xf1, 0x14, 0xe0, 0xcd, 0x2b, 0x8c, 0x72, 0xa1,
+ 0x37, 0x03, 0xec, 0x93, 0x60, 0x53, 0xe1, 0xee, 0x01, 0xeb, 0x1e, 0xe1,
+ 0x39, 0xac, 0xe9, 0x4a, 0x2d, 0xd8, 0x2a, 0xe0, 0xb3, 0xa0, 0x68, 0x50,
+ 0xb6, 0x1b, 0x60, 0xf3, 0xf5, 0xe8, 0xf3, 0x5d, 0xca, 0xa4, 0x42, 0x6d,
+ 0x4a, 0x46, 0xaf, 0xbe, 0x6f, 0x5b, 0xa2, 0xb5, 0xda, 0xd2, 0xf8, 0x03,
+ 0xfe, 0x19, 0x13, 0xdd, 0x8b, 0x2b, 0x77, 0x5b, 0xbf, 0xdb, 0xda, 0xaa,
+ 0xe1, 0xc5, 0x75, 0x3e, 0xde, 0xd9, 0x9a, 0xa5, 0x8b, 0x78, 0x8c, 0xbf,
+ 0xb6, 0x31, 0x0b, 0x09, 0xc4, 0xa2, 0x59, 0xa4, 0x30, 0x5f, 0xfc, 0x2e,
+ 0x98, 0x15, 0x8c, 0x03, 0x35, 0x8f, 0x55, 0x51, 0x17, 0x41, 0x1a, 0x2c,
+ 0xd2, 0x79, 0x36, 0xfd, 0x7d, 0x50, 0x94, 0xc1, 0x24, 0x67, 0xcb, 0x61,
+ 0x1a, 0x3c, 0xa4, 0x8f, 0x10, 0x4d, 0x83, 0x49, 0x23, 0x7b, 0x98, 0xe6,
+ 0xf3, 0x4f, 0x18, 0x71, 0xc6, 0x4e, 0x78, 0xd2, 0x9a, 0xf1, 0xe4, 0xb2,
+ 0x98, 0xd4, 0x0f, 0x6c, 0x59, 0x79, 0xc3, 0xa6, 0x65, 0xf6, 0xdf, 0x0b,
+ 0xaa, 0x5e, 0x40, 0xfe, 0xef, 0x8b, 0x0a, 0x93, 0x9c, 0x5c, 0xdd, 0x4c,
+ 0x77, 0x02, 0xf5, 0xc5, 0x59, 0xba, 0x80, 0x68, 0x3a, 0xd2, 0x83, 0x5f,
+ 0xc9, 0x84, 0x12, 0x34, 0x11, 0xa2, 0x5f, 0xce, 0xaa, 0x9f, 0x58, 0x93,
+ 0x18, 0x27, 0x35, 0xe7, 0x3f, 0x46, 0x87, 0xfd, 0x27, 0x5c, 0xfe, 0x34,
+ 0xcf, 0x7c, 0x4e, 0x1e, 0x32, 0x34, 0xc8, 0xd3, 0x3f, 0xa7, 0xf7, 0x85,
+ 0x5a, 0xb9, 0xc2, 0x09, 0xfa, 0x77, 0x17, 0x28, 0x34, 0x0d, 0x0c, 0xf6,
+ 0xa2, 0x8d, 0xb8, 0x4c, 0xe3, 0x5b, 0x6a, 0x22, 0x3e, 0xb3, 0xc6, 0x41,
+ 0x37, 0x42, 0x03, 0x49, 0x15, 0xe1, 0x41, 0x62, 0x50, 0xc4, 0x82, 0x11,
+ 0xde, 0xad, 0x7c, 0x29, 0x15, 0x56, 0xde, 0xc2, 0xad, 0xcf, 0x8f, 0x94,
+ 0x49, 0x89, 0x95, 0xf8, 0x8f, 0x9b, 0xbc, 0xbe, 0xac, 0x4b, 0x31, 0xb9,
+ 0xbc, 0xd4, 0x32, 0x2d, 0xed, 0xe8, 0x3a, 0xe3, 0x1f, 0xe1, 0xcb, 0x4f,
+ 0xff, 0xbd, 0xb3, 0x11, 0xd2, 0x9f, 0x08, 0x49, 0xe5, 0x1e, 0x7e, 0x6f,
+ 0x18, 0xe1, 0x50, 0x62, 0xb1, 0x24, 0x8b, 0x91, 0xc4, 0x01, 0xe1, 0xe8,
+ 0xe2, 0xc2, 0xfb, 0x93, 0x8a, 0xf7, 0x77, 0x1d, 0x0f, 0x38, 0x27, 0xe0,
+ 0x5e, 0xbc, 0x70, 0xb0, 0x35, 0xd2, 0xf9, 0x4a, 0x1a, 0x91, 0xcd, 0x59,
+ 0x4a, 0x07, 0x17, 0xbc, 0xfc, 0x74, 0x9e, 0x3e, 0x91, 0x9f, 0x8d, 0xae,
+ 0xb5, 0x11, 0x47, 0x1b, 0x34, 0x1f, 0x4f, 0x0d, 0xc2, 0x36, 0x9f, 0x0c,
+ 0x00, 0x37, 0x87, 0x8d, 0x72, 0xda, 0xa8, 0xac, 0xe2, 0x77, 0x03, 0xa9,
+ 0x70, 0x7c, 0x92, 0xce, 0x43, 0x48, 0x63, 0xb0, 0x37, 0x7a, 0x3f, 0x99,
+ 0x20, 0xcf, 0xb5, 0x37, 0x38, 0x5e, 0xb7, 0x8f, 0xd3, 0x39, 0xdb, 0x51,
+ 0x60, 0xb6, 0x83, 0x97, 0x7b, 0x07, 0x70, 0x80, 0x08, 0x79, 0xa5, 0x36,
+ 0x63, 0x36, 0x90, 0x3d, 0x7f, 0x98, 0x49, 0x26, 0xcb, 0x93, 0x39, 0x95,
+ 0x71, 0x00, 0xa4, 0x70, 0x8b, 0x95, 0x8b, 0xd9, 0xcc, 0xe6, 0x6e, 0x06,
+ 0x01, 0xb4, 0xc3, 0xc8, 0xfe, 0x77, 0xf5, 0xbb, 0x6c, 0x89, 0xbb, 0xcd,
+ 0x73, 0xb3, 0xc9, 0x73, 0x77, 0x8b, 0xe7, 0xff, 0x5f, 0x6b, 0xf0, 0x5c,
+ 0x6f, 0x6f, 0x64, 0xf5, 0x71, 0xe4, 0xe8, 0xe3, 0xe8, 0xcb, 0xfb, 0x38,
+ 0x5a, 0xa7, 0xc9, 0x91, 0xd1, 0xe4, 0xa8, 0xb5, 0xc9, 0xd1, 0x8a, 0x26,
+ 0x47, 0x9e, 0x3e, 0x8e, 0xcc, 0x3e, 0x8e, 0xec, 0x3e, 0x8e, 0xbe, 0xb8,
+ 0x8f, 0xff, 0x89, 0x0d, 0x56, 0xfb, 0x18, 0x73, 0x5c, 0xb2, 0x9f, 0x21,
+ 0xcd, 0x9b, 0xf2, 0x91, 0x2f, 0xb8, 0xdc, 0xe3, 0x1e, 0x94, 0x9f, 0x91,
+ 0xb2, 0x3f, 0x96, 0xe1, 0x43, 0x4d, 0xa5, 0x85, 0x90, 0x9b, 0x65, 0xc1,
+ 0x79, 0x8b, 0x41, 0x80, 0x41, 0xa2, 0x32, 0x0e, 0xe7, 0x48, 0xdf, 0xac,
+ 0x56, 0x5e, 0xa2, 0x38, 0x6a, 0x1e, 0xe9, 0x35, 0x8f, 0x78, 0xcd, 0xb9,
+ 0xfa, 0xb6, 0x61, 0xd5, 0xa3, 0xf5, 0xaa, 0x1e, 0x59, 0x55, 0x3f, 0x5a,
+ 0x55, 0xf5, 0xe8, 0x85, 0x52, 0x77, 0xba, 0x86, 0xab, 0x32, 0x5e, 0x7d,
+ 0xc3, 0x5b, 0xc0, 0x6f, 0x0a, 0xe3, 0x3b, 0xb8, 0xdd, 0x6f, 0x54, 0x59,
+ 0xc5, 0x68, 0xaf, 0xb5, 0x0a, 0xa9, 0x54, 0x1c, 0x3c, 0x49, 0x98, 0x80,
+ 0xc2, 0x1b, 0xb5, 0xc2, 0x2a, 0xb4, 0xbb, 0xca, 0x91, 0x55, 0xe5, 0xc8,
+ 0x59, 0xe5, 0xa8, 0xa5, 0xca, 0x2b, 0x18, 0xad, 0x42, 0x6e, 0x54, 0xe5,
+ 0xc8, 0x5d, 0xe5, 0xd8, 0xaa, 0x72, 0xec, 0xac, 0x72, 0xdc, 0x52, 0xe5,
+ 0x78, 0xed, 0x2a, 0xc7, 0x1b, 0x55, 0x39, 0x76, 0x57, 0x39, 0xb1, 0xaa,
+ 0x9c, 0x38, 0xab, 0x9c, 0xb4, 0x54, 0x39, 0x59, 0xbb, 0xca, 0xc9, 0x46,
+ 0x55, 0x4e, 0x94, 0x2a, 0x9f, 0xdc, 0xce, 0x2f, 0x32, 0x26, 0xfc, 0x63,
+ 0xfc, 0xb2, 0x77, 0x7a, 0xb9, 0xd3, 0xbc, 0xc2, 0x27, 0xed, 0x74, 0x49,
+ 0x6e, 0xb4, 0xd9, 0x7b, 0x36, 0x69, 0x2a, 0x1e, 0x87, 0xdc, 0x49, 0x10,
+ 0x02, 0xca, 0x54, 0x92, 0x40, 0x69, 0xd7, 0x5f, 0xf1, 0x38, 0x74, 0xa2,
+ 0x28, 0x0d, 0x91, 0xda, 0x39, 0xc1, 0xfd, 0x5d, 0xc3, 0x61, 0x75, 0xa3,
+ 0x0d, 0xb9, 0x52, 0x7b, 0xb8, 0x39, 0x74, 0x5b, 0xe6, 0xe3, 0x5f, 0x32,
+ 0x08, 0x49, 0x02, 0x50, 0xc9, 0xae, 0x70, 0x8c, 0x84, 0xf7, 0xef, 0x4b,
+ 0x38, 0x30, 0x86, 0xf7, 0x98, 0xfb, 0x9a, 0x2e, 0xfc, 0x26, 0x9d, 0xe0,
+ 0x77, 0xc1, 0xe5, 0x22, 0x1d, 0x65, 0x90, 0x28, 0x3c, 0x28, 0x8b, 0x9a,
+ 0xf6, 0x25, 0xc5, 0x04, 0x71, 0x20, 0x36, 0x1e, 0xf7, 0x78, 0xdb, 0xe5,
+ 0xa4, 0x96, 0x8b, 0xc3, 0xe2, 0xa1, 0xd9, 0xc5, 0xbf, 0xbc, 0x38, 0x39,
+ 0xf8, 0xe5, 0xe8, 0x02, 0x73, 0x6e, 0xbe, 0x3c, 0x3d, 0xda, 0x7b, 0x07,
+ 0xbf, 0xd1, 0x8d, 0x54, 0xf0, 0x18, 0x36, 0x37, 0xb8, 0xf5, 0x6e, 0x78,
+ 0x2c, 0x5f, 0x71, 0x1e, 0xa3, 0xab, 0xda, 0xba, 0xfc, 0x25, 0x64, 0x01,
+ 0xbb, 0x3e, 0x93, 0x75, 0xbc, 0x0d, 0x38, 0xad, 0x23, 0xfe, 0x4b, 0xb1,
+ 0xb9, 0xd9, 0x44, 0xa4, 0x25, 0xa6, 0xd8, 0xe5, 0x3b, 0x08, 0xfe, 0xc4,
+ 0xc7, 0x1c, 0xe6, 0x42, 0x55, 0x5c, 0xac, 0x8c, 0x31, 0x27, 0xa0, 0xdb,
+ 0xc7, 0x9b, 0x80, 0xd2, 0xed, 0x7d, 0xf8, 0x5a, 0xbc, 0xd2, 0x54, 0x70,
+ 0x51, 0x21, 0x14, 0xcd, 0x80, 0xed, 0xe4, 0x75, 0xa6, 0x45, 0xbb, 0x78,
+ 0xf9, 0xc4, 0x62, 0xd8, 0xd6, 0xa6, 0xec, 0xda, 0xda, 0xda, 0x90, 0x55,
+ 0x39, 0x1f, 0xd0, 0xca, 0x4e, 0x56, 0x7b, 0x25, 0xb4, 0x07, 0x99, 0x43,
+ 0x94, 0xe2, 0x6d, 0xeb, 0x3c, 0x13, 0x18, 0xed, 0x3c, 0x13, 0x50, 0x8a,
+ 0xb0, 0xa9, 0xaf, 0x54, 0x7e, 0x69, 0x55, 0x78, 0xf1, 0x2f, 0xc4, 0xae,
+ 0xba, 0x4c, 0x73, 0x98, 0x51, 0x4f, 0x6c, 0xb6, 0x39, 0x3f, 0x09, 0x6b,
+ 0x07, 0xff, 0x16, 0xb4, 0xf3, 0xd1, 0x24, 0xd1, 0xce, 0x4f, 0x13, 0x7a,
+ 0x0d, 0xbe, 0x3a, 0xeb, 0xf8, 0xaf, 0xc4, 0x5f, 0xe9, 0x37, 0x83, 0x35,
+ 0xdb, 0x69, 0x9e, 0x49, 0x61, 0x37, 0xdd, 0x68, 0x84, 0xba, 0xae, 0xc8,
+ 0x8d, 0x38, 0x3c, 0x6a, 0xbd, 0x7e, 0xab, 0xc0, 0x4d, 0x25, 0xd7, 0xc4,
+ 0x4b, 0x54, 0xfc, 0x42, 0x43, 0x1c, 0x05, 0x78, 0x4d, 0x8b, 0x8b, 0x83,
+ 0x39, 0x7c, 0x6a, 0x73, 0x34, 0x26, 0x32, 0x1a, 0x13, 0x39, 0x1b, 0x13,
+ 0x79, 0x1b, 0xb3, 0xe2, 0x2e, 0xb1, 0x02, 0xe7, 0x69, 0x4c, 0xe4, 0x6c,
+ 0x4c, 0xf4, 0xa4, 0xc6, 0xc4, 0x46, 0x63, 0x62, 0x67, 0x63, 0x62, 0x6f,
+ 0x63, 0xe2, 0x35, 0x1b, 0x13, 0xfb, 0x1a, 0x13, 0x3b, 0x1b, 0x13, 0x3f,
+ 0xa9, 0x31, 0x89, 0xd1, 0x98, 0xc4, 0xd9, 0x98, 0xc4, 0xdb, 0x98, 0x64,
+ 0xcd, 0xc6, 0x24, 0xbe, 0xc6, 0x24, 0xce, 0xc6, 0x24, 0x1b, 0x35, 0x46,
+ 0xf8, 0xcc, 0xf0, 0xb6, 0x88, 0x47, 0x6a, 0x4a, 0xe3, 0x41, 0x63, 0x36,
+ 0xa2, 0x71, 0x63, 0x69, 0xbf, 0xa9, 0x9e, 0xd9, 0x23, 0x85, 0xbf, 0xb3,
+ 0x07, 0x4a, 0x03, 0xfc, 0x84, 0x06, 0x44, 0x7a, 0x03, 0x22, 0xa3, 0x01,
+ 0xd6, 0xf8, 0x68, 0x7c, 0x58, 0xd6, 0x6a, 0x40, 0xe4, 0x69, 0x40, 0xe4,
+ 0x6a, 0xc0, 0x66, 0x63, 0x43, 0x78, 0xcb, 0xe8, 0x0d, 0x88, 0x8d, 0x06,
+ 0x58, 0x63, 0xa2, 0x71, 0x60, 0x59, 0xab, 0x01, 0xb1, 0xa7, 0x01, 0xb1,
+ 0xab, 0x01, 0x9b, 0x8d, 0x07, 0xe1, 0x2a, 0xa3, 0x37, 0x20, 0x31, 0x1a,
+ 0x60, 0x8d, 0x83, 0xc6, 0x7b, 0x65, 0xad, 0x06, 0x24, 0x9e, 0x06, 0x24,
+ 0xae, 0x06, 0x6c, 0x36, 0x06, 0xa4, 0xd9, 0x59, 0x1b, 0x0a, 0xc6, 0x5b,
+ 0x6a, 0x8e, 0xc7, 0x71, 0x66, 0x63, 0xcb, 0xcf, 0x97, 0xdb, 0xe2, 0xc5,
+ 0x58, 0xc1, 0x23, 0xa4, 0xf7, 0xf7, 0x59, 0xc9, 0x1a, 0x9a, 0x39, 0xec,
+ 0xc8, 0x26, 0xbc, 0x64, 0xf6, 0x66, 0xa6, 0x7a, 0x93, 0x4c, 0xd3, 0x19,
+ 0x3e, 0xbf, 0x15, 0x7b, 0x80, 0x3b, 0x09, 0x3d, 0xbd, 0xa3, 0x22, 0x67,
+ 0x47, 0x45, 0x6d, 0x1d, 0x15, 0xfd, 0xd3, 0x3a, 0x2a, 0xda, 0xb0, 0xa3,
+ 0xa2, 0xaf, 0xd3, 0x51, 0xd1, 0xba, 0x1d, 0x15, 0xad, 0xe8, 0xa8, 0xcd,
+ 0xe6, 0x34, 0xe5, 0x68, 0xc1, 0x1e, 0x53, 0xea, 0x7b, 0xb5, 0xb3, 0x46,
+ 0xb6, 0x1b, 0xd2, 0xd3, 0xba, 0xeb, 0x8b, 0xcf, 0x64, 0xd6, 0x1d, 0x5b,
+ 0x36, 0x86, 0xab, 0xd3, 0x36, 0x3c, 0xa8, 0x69, 0x1d, 0x61, 0x06, 0x98,
+ 0x67, 0x8c, 0xd9, 0xc4, 0xbe, 0xa4, 0xf3, 0x22, 0x4f, 0xe7, 0x45, 0xed,
+ 0x9d, 0xf7, 0xc4, 0xb1, 0xf6, 0x95, 0x3a, 0x6f, 0xf5, 0x78, 0xb3, 0x31,
+ 0xbe, 0x5a, 0xe7, 0x79, 0x46, 0x9d, 0xab, 0xf3, 0xec, 0x71, 0x67, 0x13,
+ 0xdb, 0x50, 0x39, 0x45, 0xed, 0xf3, 0x24, 0xad, 0xa5, 0xcd, 0x40, 0xdf,
+ 0x99, 0xab, 0x5f, 0xcc, 0x0d, 0x3a, 0xb7, 0xf3, 0x8b, 0xf8, 0x37, 0x6a,
+ 0x1c, 0x19, 0xcf, 0xae, 0x5d, 0x50, 0x63, 0xd0, 0x62, 0xfb, 0x68, 0x87,
+ 0xb6, 0xd1, 0x61, 0x37, 0xd8, 0xc2, 0xab, 0x75, 0xfd, 0x57, 0xda, 0x69,
+ 0xde, 0x67, 0x0a, 0x63, 0xf9, 0x03, 0xe7, 0x25, 0x53, 0x78, 0xb4, 0xed,
+ 0x39, 0x97, 0x7e, 0xc5, 0x63, 0x0c, 0x64, 0x63, 0x5b, 0xd7, 0x84, 0x56,
+ 0x1c, 0x37, 0x64, 0xa7, 0x8a, 0xea, 0x83, 0xd4, 0xed, 0xf3, 0x85, 0xec,
+ 0x5f, 0x8e, 0x49, 0xe0, 0xb7, 0xf5, 0x41, 0x61, 0x94, 0xf2, 0x2c, 0xdc,
+ 0xb6, 0x3e, 0x1c, 0x6d, 0xaf, 0xc9, 0x23, 0x42, 0x5e, 0x61, 0x23, 0x42,
+ 0x98, 0x86, 0x57, 0x4a, 0x81, 0x16, 0xbf, 0x94, 0x6f, 0xff, 0x24, 0xf6,
+ 0xe0, 0x0d, 0xde, 0x32, 0x9f, 0x31, 0xde, 0x84, 0xdc, 0xda, 0x0e, 0x8f,
+ 0x4c, 0x8c, 0x42, 0x69, 0xc8, 0x65, 0x93, 0xde, 0x2c, 0x18, 0x3d, 0x4e,
+ 0x03, 0xed, 0xd8, 0x47, 0x41, 0xf6, 0x33, 0x44, 0x01, 0x6a, 0x97, 0x1e,
+ 0x05, 0x50, 0x59, 0x28, 0x9e, 0xde, 0x98, 0x48, 0x6f, 0x4c, 0x64, 0x37,
+ 0x26, 0xfa, 0x3e, 0x8d, 0x89, 0xbe, 0x42, 0x63, 0x62, 0xbd, 0x31, 0xb1,
+ 0xdd, 0x98, 0xf8, 0xfb, 0x34, 0x26, 0xfe, 0x0a, 0x8d, 0x49, 0xf4, 0xc6,
+ 0x24, 0x76, 0x63, 0x92, 0xef, 0xd3, 0x98, 0xe4, 0x2b, 0x34, 0xa6, 0xab,
+ 0x37, 0xa6, 0x6b, 0x37, 0xa6, 0xfb, 0x7d, 0x1a, 0xd3, 0xfd, 0x0a, 0x8d,
+ 0xe9, 0xe9, 0x8d, 0xe9, 0xd9, 0x8d, 0xe9, 0x7d, 0x9f, 0xc6, 0xf4, 0xbe,
+ 0x42, 0x63, 0xfa, 0x7a, 0x63, 0xfa, 0x76, 0x63, 0xfa, 0xdf, 0xa7, 0x31,
+ 0xfd, 0xaf, 0xd0, 0x98, 0x81, 0xde, 0x98, 0x81, 0xdd, 0x98, 0xc1, 0xf7,
+ 0x69, 0xcc, 0xe0, 0x2b, 0x34, 0x66, 0xa8, 0x37, 0x66, 0x68, 0x37, 0x66,
+ 0xf8, 0x7d, 0x1a, 0x33, 0xfc, 0x0a, 0x8d, 0x09, 0x3b, 0xc6, 0xaa, 0xd9,
+ 0x71, 0x2c, 0x9b, 0x9d, 0xef, 0xb4, 0x6e, 0x76, 0xbe, 0x46, 0x83, 0x4c,
+ 0x35, 0xc0, 0xa5, 0x07, 0x7c, 0x2f, 0x45, 0xe0, 0x6b, 0x68, 0x02, 0xa1,
+ 0xa1, 0x0a, 0x84, 0x0e, 0x5d, 0x20, 0xfc, 0x4e, 0xca, 0x40, 0xf8, 0x64,
+ 0x6d, 0x80, 0xed, 0x45, 0x14, 0x35, 0x8d, 0x3f, 0x09, 0x2d, 0x8d, 0xed,
+ 0x9c, 0xbc, 0x4a, 0x1a, 0x07, 0x6d, 0x6b, 0x08, 0x07, 0x39, 0x55, 0xed,
+ 0xfb, 0xd6, 0x86, 0x48, 0x82, 0x49, 0xf5, 0xcc, 0x55, 0xb9, 0x48, 0xab,
+ 0x5c, 0x64, 0x55, 0x2e, 0xfa, 0xd6, 0x95, 0x8b, 0x5a, 0x2a, 0x17, 0x6b,
+ 0x95, 0x8b, 0xad, 0xca, 0xc5, 0xdf, 0xba, 0x72, 0x71, 0x4b, 0xe5, 0x12,
+ 0xad, 0x72, 0x89, 0x55, 0xb9, 0xe4, 0x5b, 0x57, 0x2e, 0x69, 0xa9, 0x5c,
+ 0x57, 0xab, 0x5c, 0xd7, 0xaa, 0x5c, 0xf7, 0x5b, 0x57, 0xae, 0xdb, 0x52,
+ 0xb9, 0x9e, 0x56, 0xb9, 0x9e, 0x55, 0xb9, 0xde, 0xb7, 0xae, 0x5c, 0xaf,
+ 0xa5, 0x72, 0x7d, 0xad, 0x72, 0x7d, 0xab, 0x72, 0xfd, 0x6f, 0x5d, 0xb9,
+ 0x7e, 0x4b, 0xe5, 0x06, 0x5a, 0xe5, 0x06, 0x56, 0xe5, 0x06, 0xdf, 0xba,
+ 0x72, 0x83, 0x96, 0xca, 0x0d, 0xb5, 0xca, 0x0d, 0xad, 0xca, 0x0d, 0xbf,
+ 0x75, 0xe5, 0x86, 0x2d, 0x95, 0xc3, 0x65, 0x5e, 0x99, 0x85, 0x3b, 0xf6,
+ 0x34, 0x6c, 0x2e, 0xfa, 0x6b, 0x54, 0x30, 0x58, 0xb3, 0x86, 0x02, 0xae,
+ 0x59, 0xf1, 0x9d, 0x75, 0x34, 0x56, 0x0a, 0xc7, 0x52, 0x61, 0xae, 0xe3,
+ 0xdf, 0xa4, 0x8e, 0x6d, 0xeb, 0x45, 0xa8, 0x2f, 0x18, 0xa1, 0xbd, 0x62,
+ 0x58, 0x4b, 0xf3, 0x37, 0xa9, 0xa3, 0xbd, 0x6c, 0xcc, 0xd2, 0x85, 0xb8,
+ 0x0d, 0xd8, 0x18, 0x8f, 0xcc, 0x97, 0x64, 0x7b, 0x86, 0x44, 0x09, 0xe2,
+ 0xb5, 0x7a, 0xbe, 0xa8, 0x53, 0xf1, 0x86, 0xaf, 0x34, 0x0a, 0x73, 0x84,
+ 0x5d, 0xfd, 0xbb, 0x03, 0xcc, 0x64, 0xe9, 0xfc, 0x6f, 0xe7, 0x77, 0x69,
+ 0xa5, 0x5a, 0x04, 0xb5, 0x57, 0xd2, 0x85, 0xfa, 0x6f, 0x64, 0x49, 0x0d,
+ 0xf0, 0x13, 0x67, 0xad, 0x76, 0x41, 0x09, 0x94, 0x15, 0xeb, 0x7a, 0x92,
+ 0xa0, 0xb5, 0xc2, 0xf4, 0xc5, 0xa1, 0x56, 0xbb, 0x6f, 0xe6, 0xa2, 0x1e,
+ 0x08, 0xff, 0x5d, 0xed, 0x85, 0xa7, 0x8c, 0x7b, 0x25, 0xe9, 0x59, 0x97,
+ 0x45, 0x31, 0x87, 0xdf, 0x0a, 0x1f, 0x17, 0x90, 0x56, 0xf1, 0xaa, 0x60,
+ 0xbd, 0x40, 0x4c, 0x6c, 0x9e, 0x85, 0x2b, 0xf7, 0xd5, 0x7e, 0x80, 0xb9,
+ 0x17, 0xe1, 0xba, 0x19, 0xde, 0x3c, 0xd6, 0x4d, 0xd2, 0x0d, 0x42, 0x3b,
+ 0xaf, 0x1a, 0x38, 0xa4, 0xc6, 0x21, 0xb5, 0xec, 0x8e, 0xf2, 0x16, 0xaa,
+ 0xc2, 0x38, 0xa5, 0x7e, 0xdf, 0xdd, 0xd2, 0xda, 0xce, 0x39, 0x51, 0xf5,
+ 0x88, 0x0f, 0xed, 0x1d, 0xfd, 0x8d, 0xc2, 0xbe, 0xff, 0x88, 0x02, 0x78,
+ 0x63, 0xb9, 0x8e, 0xa9, 0xe0, 0x2b, 0xfc, 0xc6, 0xb4, 0xb2, 0xe4, 0xfd,
+ 0x2d, 0xe7, 0x05, 0x38, 0x0d, 0xf4, 0xeb, 0x59, 0x5a, 0xd5, 0x99, 0xe2,
+ 0xf3, 0x1f, 0x20, 0x6f, 0x1e, 0x77, 0xdd, 0xa5, 0x79, 0x42, 0x7d, 0xc5,
+ 0x67, 0x89, 0xf4, 0x33, 0x4f, 0xfe, 0x57, 0xe2, 0x5b, 0xb3, 0xf9, 0x3a,
+ 0x4e, 0x6b, 0xb0, 0x5b, 0x1d, 0xb4, 0x7d, 0x96, 0xb3, 0xe1, 0xbf, 0x09,
+ 0x13, 0xb0, 0x65, 0x90, 0xc8, 0x97, 0xef, 0x50, 0xe4, 0xb3, 0xd8, 0xa3,
+ 0x60, 0x05, 0x82, 0x5b, 0x48, 0xf5, 0xeb, 0x32, 0x25, 0x4b, 0xf8, 0xb6,
+ 0x69, 0x52, 0x02, 0xad, 0x9c, 0xd8, 0x25, 0xa4, 0x63, 0xb7, 0xa2, 0x56,
+ 0x35, 0x32, 0xaa, 0x1a, 0x39, 0xaa, 0x6a, 0x2e, 0x40, 0xdf, 0xac, 0xaa,
+ 0xf6, 0x22, 0xa4, 0x56, 0x35, 0x36, 0xaa, 0x1a, 0x3b, 0xaa, 0x6a, 0x9a,
+ 0x81, 0xbf, 0x59, 0x55, 0xed, 0x9d, 0x8c, 0x5a, 0xd5, 0xc4, 0xa8, 0x6a,
+ 0xe2, 0xa8, 0xaa, 0x69, 0xe4, 0xfd, 0x66, 0x55, 0xb5, 0xf7, 0x35, 0x6a,
+ 0x55, 0xbb, 0x46, 0x55, 0xbb, 0x8e, 0xaa, 0x9a, 0x26, 0xdc, 0x6f, 0x56,
+ 0x55, 0x7b, 0x97, 0xa3, 0x56, 0xb5, 0x67, 0x54, 0xb5, 0xe7, 0xa8, 0xaa,
+ 0x69, 0xa0, 0xfd, 0x66, 0x55, 0xb5, 0xf7, 0x3c, 0x6a, 0x55, 0xfb, 0x46,
+ 0x55, 0xfb, 0x8e, 0xaa, 0x9a, 0xe6, 0xd7, 0x6f, 0x56, 0x55, 0x7b, 0x07,
+ 0xa4, 0x56, 0x75, 0x60, 0x54, 0x75, 0xe0, 0xa8, 0xaa, 0x69, 0x5c, 0xfd,
+ 0x66, 0x55, 0xb5, 0xf7, 0x43, 0x6a, 0x55, 0x87, 0x46, 0x55, 0x87, 0x8e,
+ 0xaa, 0x9a, 0xa6, 0xd3, 0x6f, 0x56, 0x55, 0x7b, 0x77, 0xa4, 0x2d, 0x01,
+ 0x1d, 0x73, 0x0d, 0xe8, 0xb8, 0x16, 0x01, 0x73, 0x8f, 0xf4, 0xed, 0x56,
+ 0x01, 0x7b, 0xa3, 0xa4, 0x55, 0xd7, 0x5a, 0xb2, 0x9c, 0x6b, 0xd6, 0xf7,
+ 0x5b, 0xb4, 0xda, 0x57, 0xad, 0xd0, 0x5c, 0xb6, 0x42, 0xd7, 0xba, 0x65,
+ 0xed, 0x9c, 0xbe, 0x5d, 0x75, 0xe5, 0xca, 0xf5, 0x1f, 0xf9, 0x24, 0x38,
+ 0xdd, 0x3b, 0xdb, 0x3f, 0xdc, 0x6b, 0x6a, 0x3e, 0x4d, 0x67, 0x37, 0xe3,
+ 0x54, 0xd9, 0x98, 0x28, 0x2f, 0xc4, 0xe5, 0x02, 0xba, 0x01, 0x7f, 0x8a,
+ 0x1f, 0x14, 0xcf, 0x85, 0xff, 0xc8, 0xa6, 0x90, 0x86, 0x58, 0x50, 0x4a,
+ 0x27, 0xaa, 0x2b, 0x89, 0x78, 0xd2, 0x69, 0x50, 0x6c, 0xe9, 0x86, 0xc0,
+ 0x7c, 0x9c, 0x4f, 0x54, 0x35, 0x8b, 0x0a, 0x6f, 0x57, 0x2f, 0x09, 0xa6,
+ 0x61, 0x80, 0x28, 0xc9, 0x3a, 0xbf, 0x57, 0x5a, 0xf2, 0xaf, 0xe4, 0xf3,
+ 0x40, 0xd5, 0x62, 0x0a, 0xe7, 0x61, 0x76, 0x9f, 0xa7, 0xfa, 0x25, 0x0f,
+ 0xcf, 0x37, 0xa9, 0xa3, 0x62, 0xd0, 0x21, 0xde, 0x11, 0x12, 0xc4, 0x70,
+ 0xa2, 0x0a, 0x1a, 0x17, 0x89, 0x6d, 0x45, 0xbe, 0x6c, 0xd2, 0x6d, 0x82,
+ 0x66, 0x43, 0xaf, 0x60, 0xb8, 0xbf, 0x61, 0x4a, 0xd3, 0x6f, 0x17, 0x8b,
+ 0x87, 0x19, 0x5d, 0x63, 0xa5, 0x9f, 0xd4, 0xb0, 0xb7, 0xe7, 0xff, 0x61,
+ 0xba, 0xf1, 0x05, 0x2b, 0x3d, 0xc1, 0x88, 0x00, 0x38, 0x64, 0xad, 0xe9,
+ 0x03, 0xc6, 0x11, 0xc0, 0x6d, 0x44, 0x8f, 0xa7, 0x20, 0x2b, 0xd6, 0x78,
+ 0x77, 0xe1, 0xf3, 0x1f, 0x85, 0xe7, 0xdc, 0xa3, 0x0e, 0xd5, 0x38, 0x6e,
+ 0xe1, 0x0b, 0xdd, 0xc1, 0xae, 0x01, 0x33, 0xe7, 0x08, 0x7c, 0x1d, 0x35,
+ 0x8d, 0x8f, 0x64, 0xe3, 0x4d, 0x37, 0xb8, 0x35, 0x1b, 0x1f, 0x6d, 0xda,
+ 0xf8, 0xa8, 0xa5, 0xf1, 0x91, 0xab, 0xf1, 0x91, 0xd9, 0xf8, 0xc8, 0xd9,
+ 0xf8, 0xc8, 0x6c, 0xbc, 0xad, 0x2b, 0xe3, 0xeb, 0xb8, 0x69, 0x7c, 0x2c,
+ 0x1b, 0x4f, 0x5e, 0xeb, 0x70, 0x09, 0x6f, 0xd3, 0xf6, 0xc7, 0x9b, 0xb6,
+ 0x3f, 0x6e, 0x69, 0x7f, 0xec, 0x6a, 0x7f, 0x6c, 0xb6, 0x3f, 0x76, 0xb6,
+ 0x3f, 0x36, 0xdb, 0x6f, 0x2b, 0xe0, 0xf8, 0x3a, 0x69, 0xda, 0x9f, 0xc8,
+ 0xf6, 0x27, 0x4f, 0x6e, 0x7f, 0xb2, 0x69, 0xfb, 0x93, 0x96, 0xf6, 0x27,
+ 0xae, 0xf6, 0x27, 0x66, 0xfb, 0x13, 0x67, 0xfb, 0x13, 0xb3, 0xfd, 0xb6,
+ 0x56, 0x5f, 0x41, 0xfe, 0x83, 0xb1, 0x34, 0x70, 0x21, 0x23, 0x8c, 0x77,
+ 0xc4, 0x91, 0x4b, 0x7c, 0x19, 0x34, 0xa6, 0xb0, 0x1f, 0xd6, 0x9b, 0xde,
+ 0x64, 0x5a, 0x4a, 0x86, 0xdf, 0x96, 0x8e, 0xc6, 0x06, 0x5d, 0x3d, 0xb1,
+ 0x19, 0x08, 0xe6, 0xac, 0x06, 0xd1, 0xda, 0x69, 0x7d, 0xe3, 0x8e, 0x6b,
+ 0xc6, 0x8b, 0x93, 0xb1, 0x88, 0x2c, 0xcf, 0x57, 0x41, 0x3c, 0xde, 0x14,
+ 0xd7, 0x38, 0xb5, 0x3b, 0x0f, 0x2a, 0x31, 0xbf, 0x91, 0x41, 0x85, 0x5a,
+ 0xe1, 0xf6, 0xa7, 0x82, 0x1a, 0x55, 0x3e, 0x28, 0x66, 0x8b, 0x6c, 0x5e,
+ 0x35, 0x13, 0xf5, 0x8e, 0xfb, 0x75, 0x53, 0xfd, 0x73, 0x08, 0xe2, 0xaf,
+ 0x7e, 0x0f, 0x8e, 0x53, 0xe0, 0x8b, 0xa3, 0x09, 0x2a, 0xd4, 0xaa, 0x86,
+ 0xa8, 0xb0, 0x4d, 0x73, 0xca, 0xe5, 0x7c, 0xce, 0x98, 0x7d, 0x0d, 0x36,
+ 0x4a, 0xa3, 0x39, 0x2a, 0x82, 0x6a, 0x1d, 0x04, 0xcf, 0x58, 0x9e, 0xc5,
+ 0xa3, 0xc9, 0xe5, 0xc0, 0x9b, 0xd6, 0xf2, 0x11, 0x1b, 0x68, 0x98, 0x86,
+ 0x6d, 0xf0, 0x8b, 0xe5, 0xbc, 0x96, 0xb9, 0x8b, 0x45, 0xe5, 0xe0, 0xcd,
+ 0x65, 0x0e, 0x09, 0x4e, 0x38, 0xec, 0xc9, 0xfc, 0x32, 0x1b, 0xa9, 0x21,
+ 0xdd, 0x6c, 0x42, 0x8d, 0x1f, 0xac, 0x11, 0x7b, 0xc3, 0x0d, 0xcd, 0xed,
+ 0x41, 0x9a, 0xf8, 0x2f, 0xe7, 0x94, 0x1a, 0x76, 0x87, 0x82, 0x88, 0xbd,
+ 0x78, 0xf1, 0xe2, 0xcf, 0x18, 0xcc, 0xef, 0xa0, 0x98, 0x4f, 0xf2, 0x5b,
+ 0x9e, 0x18, 0xa8, 0xfa, 0xeb, 0x0b, 0x8c, 0xf8, 0x77, 0x90, 0xd6, 0xd9,
+ 0x6d, 0x51, 0x3e, 0x02, 0x26, 0x48, 0xde, 0x9b, 0x60, 0x96, 0xd6, 0x77,
+ 0xdb, 0x10, 0xf9, 0xaa, 0x4e, 0xa7, 0x22, 0x8f, 0x04, 0x8d, 0xb6, 0xb7,
+ 0x22, 0xea, 0xb8, 0xfd, 0x69, 0x87, 0x23, 0x5f, 0xc1, 0x27, 0xcd, 0xeb,
+ 0x97, 0xc7, 0x7e, 0xdf, 0x09, 0x3a, 0xbb, 0x9d, 0x9d, 0x78, 0xb7, 0xe3,
+ 0xfa, 0x11, 0xed, 0xb0, 0x45, 0x62, 0x05, 0xd7, 0x44, 0xe1, 0x2b, 0xc0,
+ 0x76, 0xb6, 0x05, 0x40, 0xe0, 0x81, 0xe0, 0xa9, 0x0e, 0x2a, 0x5e, 0xa5,
+ 0x5e, 0x07, 0xfe, 0x27, 0xaa, 0xe3, 0x7d, 0xda, 0xe9, 0x80, 0x28, 0xe1,
+ 0x98, 0x42, 0x45, 0x46, 0xf2, 0x42, 0x79, 0x27, 0x98, 0xc0, 0x83, 0x42,
+ 0x91, 0xc6, 0xb3, 0x4d, 0xe2, 0xd3, 0xd9, 0xed, 0xee, 0x84, 0x90, 0xb2,
+ 0xd5, 0xfe, 0x81, 0xad, 0x27, 0x1c, 0xa6, 0x01, 0xeb, 0x84, 0xd9, 0x0b,
+ 0x83, 0x2a, 0x7b, 0x03, 0x24, 0xb1, 0x17, 0x41, 0x2c, 0xa1, 0x7a, 0x11,
+ 0xd6, 0xd1, 0xfd, 0x13, 0xa8, 0xdb, 0x5d, 0xcd, 0x43, 0x95, 0x52, 0x14,
+ 0x2b, 0xd6, 0xdb, 0xd3, 0x65, 0x4a, 0xd3, 0xc0, 0xde, 0x78, 0x2c, 0x6a,
+ 0x40, 0x8e, 0xe7, 0xea, 0x97, 0x1d, 0xc2, 0x7b, 0x13, 0x9c, 0x2e, 0x53,
+ 0x51, 0x9f, 0x74, 0x8c, 0x99, 0xdc, 0xef, 0xd9, 0x3f, 0x90, 0x3e, 0x88,
+ 0x15, 0x49, 0xff, 0xb6, 0x3e, 0x85, 0x3b, 0x6c, 0x38, 0xd1, 0x25, 0x91,
+ 0x65, 0xbd, 0x58, 0xd6, 0x7a, 0x91, 0xca, 0x07, 0x59, 0x22, 0x3d, 0x42,
+ 0x49, 0x8b, 0xac, 0x1c, 0x51, 0x60, 0x82, 0xf5, 0xcb, 0x43, 0x16, 0xcb,
+ 0x96, 0x40, 0x96, 0x2b, 0x4f, 0x23, 0xe1, 0x93, 0xab, 0x95, 0x5c, 0x86,
+ 0x9f, 0xd2, 0xcc, 0x82, 0x5f, 0x83, 0x39, 0x4f, 0x4b, 0xa3, 0x54, 0xf5,
+ 0x4b, 0xd3, 0x50, 0x71, 0xe3, 0xe8, 0x89, 0xc5, 0xb1, 0xa6, 0x88, 0x8b,
+ 0x37, 0xae, 0xbe, 0x54, 0xbe, 0x69, 0xed, 0x6c, 0x2e, 0x3a, 0x7d, 0x61,
+ 0x87, 0x72, 0x99, 0x9a, 0x66, 0x65, 0x73, 0x0f, 0xc1, 0x6e, 0x7a, 0x2b,
+ 0xa8, 0xac, 0x98, 0x12, 0x4a, 0x97, 0xb2, 0x23, 0xb1, 0x62, 0xbb, 0x50,
+ 0x5e, 0x97, 0xaa, 0xe0, 0xf9, 0x6d, 0x55, 0x86, 0xfa, 0xd6, 0x5f, 0x03,
+ 0xfa, 0x2e, 0x8b, 0x15, 0xa1, 0x7d, 0x82, 0xed, 0x4f, 0xe7, 0xa9, 0x98,
+ 0xb9, 0x9a, 0x59, 0xc1, 0xfe, 0xd9, 0x14, 0xc8, 0x94, 0x80, 0x7a, 0x59,
+ 0x5d, 0x2f, 0xae, 0xb2, 0x72, 0x26, 0xca, 0xb3, 0x3e, 0xf0, 0x82, 0x82,
+ 0xf3, 0x93, 0xc3, 0x00, 0x5f, 0xf0, 0x39, 0x02, 0x58, 0x2a, 0x98, 0xda,
+ 0x30, 0x79, 0xd5, 0x9b, 0x78, 0x27, 0xd6, 0x0b, 0xcf, 0x7d, 0x85, 0xe7,
+ 0x66, 0xe1, 0xf9, 0xd7, 0x2f, 0x7c, 0xec, 0x2b, 0x7c, 0x6c, 0x16, 0x3e,
+ 0xfe, 0xfa, 0x85, 0x17, 0xda, 0x64, 0x62, 0x7f, 0x51, 0x8b, 0x2f, 0xe4,
+ 0x84, 0xf2, 0xf5, 0xca, 0xcf, 0xca, 0xb2, 0x28, 0x5d, 0xc5, 0xe3, 0x07,
+ 0xb5, 0x74, 0x7c, 0xf1, 0x75, 0x0b, 0x67, 0x1a, 0x63, 0xc6, 0x04, 0x9a,
+ 0x29, 0x22, 0x99, 0xb3, 0x0e, 0xea, 0x77, 0xb5, 0x2a, 0xea, 0xfb, 0x2f,
+ 0xaa, 0x11, 0xac, 0x91, 0xf6, 0x4a, 0x03, 0xa7, 0x86, 0xb3, 0x02, 0x43,
+ 0x1b, 0xb3, 0xe9, 0xa7, 0x89, 0xdd, 0x22, 0xaa, 0xc8, 0xbe, 0x5f, 0x87,
+ 0xd7, 0xda, 0xa7, 0x1d, 0x40, 0x7a, 0x13, 0x68, 0xef, 0xc4, 0xf8, 0x5f,
+ 0xa5, 0x45, 0xcc, 0xae, 0x1f, 0xd2, 0x8a, 0x95, 0xae, 0x44, 0x02, 0xd6,
+ 0x4b, 0x72, 0x00, 0xec, 0x6c, 0x1f, 0x1e, 0xbc, 0x09, 0xac, 0xd7, 0xeb,
+ 0x16, 0x49, 0x19, 0x6d, 0x8f, 0xa0, 0x47, 0x0d, 0xf6, 0x53, 0x89, 0xf6,
+ 0x77, 0x6c, 0x20, 0x66, 0x86, 0x45, 0x39, 0x60, 0xfa, 0x92, 0xe4, 0x3e,
+ 0xfe, 0x6c, 0x2f, 0x14, 0x75, 0x11, 0x46, 0xf4, 0x7c, 0x45, 0xa1, 0xe7,
+ 0xae, 0x42, 0xf1, 0x10, 0xfa, 0xc9, 0xc5, 0x5a, 0xdd, 0x7b, 0x55, 0xe6,
+ 0xb7, 0xb7, 0x59, 0xc9, 0xf4, 0x17, 0xfa, 0x81, 0x05, 0x56, 0x46, 0x8d,
+ 0xae, 0x4a, 0xa6, 0xae, 0x29, 0xdf, 0x45, 0x85, 0x20, 0x32, 0x09, 0xbe,
+ 0x55, 0xeb, 0xa3, 0xd4, 0x66, 0xab, 0xb3, 0xb3, 0x15, 0x76, 0x21, 0x06,
+ 0xf6, 0x16, 0xfd, 0xd7, 0xc3, 0x78, 0xd8, 0x41, 0x4f, 0xbe, 0x92, 0xe5,
+ 0x5e, 0x3e, 0xce, 0x47, 0x6f, 0xd3, 0xc5, 0x05, 0x68, 0x45, 0x8e, 0x62,
+ 0xd5, 0xcf, 0x3b, 0xdb, 0x8e, 0x97, 0x42, 0x4b, 0xc3, 0x90, 0xc6, 0xea,
+ 0xbf, 0x31, 0xfb, 0xaf, 0x29, 0x85, 0x8d, 0xa4, 0xec, 0x04, 0xc2, 0xd1,
+ 0xba, 0xca, 0x90, 0x1f, 0x9b, 0x12, 0xe4, 0xab, 0x86, 0x3e, 0xa6, 0x7a,
+ 0x73, 0xfc, 0x65, 0x6d, 0xb9, 0xbf, 0xaf, 0xf7, 0xc3, 0x13, 0x57, 0x53,
+ 0x64, 0x58, 0x3b, 0x57, 0x73, 0x18, 0xda, 0x06, 0x4d, 0xe1, 0x85, 0x58,
+ 0x2d, 0x31, 0x8b, 0x50, 0x5a, 0x03, 0x05, 0x6c, 0xd6, 0x12, 0x4e, 0xe4,
+ 0xbc, 0xcc, 0x67, 0x69, 0xf9, 0x78, 0x9c, 0x4e, 0xa7, 0x2a, 0xc3, 0xb2,
+ 0x31, 0x6c, 0x46, 0x58, 0x17, 0xc3, 0x07, 0xc9, 0x2c, 0x05, 0xb8, 0x29,
+ 0xa3, 0xd7, 0xed, 0xc6, 0x5d, 0xef, 0x2f, 0xab, 0xa4, 0x8b, 0xbc, 0xca,
+ 0x9c, 0x25, 0xc1, 0x07, 0xb3, 0x24, 0x78, 0xb7, 0x79, 0x49, 0x1f, 0xee,
+ 0x6b, 0xb5, 0x3d, 0x82, 0x6d, 0xee, 0x36, 0x71, 0xe0, 0x27, 0x95, 0xa2,
+ 0xb6, 0xc5, 0x2a, 0x45, 0x6b, 0x0f, 0x07, 0xde, 0xa0, 0x94, 0x11, 0x25,
+ 0x29, 0xa4, 0xac, 0xcc, 0xe8, 0xc7, 0x23, 0x4a, 0xd2, 0xbe, 0x1c, 0x66,
+ 0xa3, 0x62, 0x9c, 0x8d, 0x11, 0x60, 0x47, 0x26, 0x71, 0xe6, 0xee, 0x47,
+ 0x98, 0x7f, 0x93, 0xca, 0xeb, 0x47, 0xbc, 0xe7, 0xf9, 0x4f, 0xf9, 0xec,
+ 0x98, 0x30, 0x32, 0xb6, 0xec, 0xec, 0x67, 0xf3, 0xd1, 0x1d, 0x6b, 0x2b,
+ 0xfb, 0x8d, 0x3f, 0x4f, 0x94, 0xc9, 0x42, 0x7b, 0x09, 0x53, 0x84, 0x44,
+ 0x08, 0xe0, 0x0d, 0x6d, 0x5e, 0xb5, 0x29, 0x0b, 0xcc, 0x5b, 0xf0, 0x1d,
+ 0x20, 0x91, 0x39, 0xff, 0x2d, 0x2a, 0x63, 0xbf, 0x77, 0x43, 0x52, 0x55,
+ 0x4e, 0x6e, 0xe7, 0x6d, 0x15, 0x91, 0x77, 0x5c, 0xb1, 0x46, 0xfe, 0xba,
+ 0x80, 0x63, 0x9a, 0x5d, 0x13, 0xe3, 0xad, 0x0b, 0xca, 0x66, 0xd6, 0xe9,
+ 0xaf, 0x7b, 0xb8, 0x6a, 0x9e, 0xcc, 0xef, 0x8b, 0x11, 0xa5, 0xfb, 0xd5,
+ 0x67, 0x56, 0xd7, 0xb7, 0x9d, 0x6d, 0xd7, 0x5b, 0x73, 0x92, 0x97, 0x2a,
+ 0xac, 0xf1, 0x03, 0xd6, 0x16, 0x86, 0x7f, 0xca, 0x16, 0x43, 0x4c, 0x9e,
+ 0x2d, 0xf2, 0x0c, 0x2b, 0x25, 0x5a, 0xdf, 0xb0, 0x44, 0xeb, 0x2d, 0x94,
+ 0xb8, 0xac, 0xd6, 0x2b, 0x0e, 0xa9, 0x57, 0xe1, 0x6d, 0x53, 0x08, 0x7f,
+ 0xc3, 0x68, 0xc0, 0xee, 0x84, 0x4a, 0x0f, 0xf1, 0x62, 0xe7, 0x32, 0x25,
+ 0x46, 0xc7, 0x9d, 0x4e, 0x47, 0x8a, 0x1d, 0x7f, 0x68, 0xde, 0xc5, 0x0a,
+ 0xdd, 0xc8, 0xa2, 0x1b, 0x69, 0x74, 0xa3, 0x8d, 0xe8, 0x5a, 0xbd, 0xb4,
+ 0x37, 0x65, 0xfc, 0x9d, 0xa7, 0x35, 0x5b, 0xc1, 0xf8, 0x7e, 0xe2, 0xc5,
+ 0x56, 0x2a, 0xdf, 0xb9, 0x76, 0x04, 0xee, 0xaf, 0x3b, 0xdb, 0x0a, 0xa5,
+ 0xaf, 0xb8, 0x37, 0xb0, 0x4a, 0xcb, 0x5b, 0xeb, 0x92, 0x3b, 0xeb, 0xf2,
+ 0x95, 0xb6, 0x0a, 0x56, 0x69, 0xe3, 0xd6, 0xba, 0x8c, 0x9d, 0x75, 0xf9,
+ 0x4a, 0x3b, 0x07, 0xab, 0x34, 0x7d, 0xfb, 0xe0, 0xf9, 0x6c, 0xd5, 0xe6,
+ 0x6b, 0x6d, 0x24, 0xac, 0xf2, 0xb4, 0xdd, 0x84, 0xfb, 0xab, 0x55, 0x99,
+ 0xaf, 0xb4, 0xaf, 0xb0, 0x4a, 0x73, 0x6d, 0x2e, 0x5a, 0x81, 0xac, 0x9a,
+ 0x7d, 0xdb, 0x6d, 0x06, 0x5c, 0x06, 0x7f, 0xb1, 0xe5, 0x4d, 0x19, 0xcf,
+ 0x21, 0xae, 0xf9, 0xea, 0x06, 0xbf, 0xa5, 0xf2, 0xcf, 0x6f, 0x92, 0x2f,
+ 0x74, 0xad, 0x1f, 0x75, 0xcf, 0x46, 0xf3, 0xc4, 0xd4, 0x0a, 0x98, 0x60,
+ 0x61, 0x2b, 0xc4, 0x93, 0x79, 0x28, 0xca, 0x35, 0xb4, 0xcd, 0xf7, 0x3b,
+ 0x44, 0xfd, 0x2b, 0x0e, 0x67, 0xa5, 0x84, 0xdc, 0x53, 0x72, 0x6e, 0x94,
+ 0xfc, 0x95, 0x06, 0xaf, 0x52, 0xc2, 0xd8, 0x53, 0xf2, 0xd8, 0x28, 0xf9,
+ 0x2b, 0x0d, 0x55, 0xa5, 0x04, 0x7d, 0x90, 0x5a, 0x1f, 0x94, 0xb2, 0xbf,
+ 0xd6, 0xc0, 0x54, 0xca, 0xd0, 0x86, 0xa4, 0xf9, 0x5e, 0x29, 0xfa, 0x2b,
+ 0x0d, 0x43, 0xa5, 0x04, 0xd7, 0x00, 0xf4, 0x7c, 0x56, 0xea, 0xf1, 0x55,
+ 0x07, 0x1d, 0xb7, 0x51, 0x5f, 0x2c, 0x66, 0xda, 0x98, 0x82, 0x5a, 0x70,
+ 0x03, 0x1a, 0x0d, 0x25, 0x61, 0x40, 0x0b, 0xf0, 0x20, 0x8e, 0x1f, 0xc7,
+ 0x81, 0x0e, 0x54, 0x2e, 0x66, 0xbf, 0x80, 0xd3, 0x6b, 0x3e, 0xcb, 0xeb,
+ 0xe0, 0x7f, 0xc1, 0x7e, 0xa1, 0xf3, 0xdf, 0x7c, 0xdb, 0xf0, 0x0f, 0x91,
+ 0x60, 0x1d, 0x0e, 0x1a, 0xff, 0xdb, 0x84, 0x7d, 0x05, 0x49, 0x8f, 0xd8,
+ 0x5b, 0xfd, 0xf5, 0x7f, 0xf3, 0x3d, 0xa0, 0x35, 0x19, 0xa0, 0x9f, 0xf7,
+ 0xc9, 0x21, 0x6e, 0x92, 0x5d, 0x63, 0xd4, 0x78, 0x4d, 0x1b, 0xe3, 0xd0,
+ 0x39, 0x46, 0x77, 0xd7, 0xb2, 0x7e, 0x62, 0x67, 0x35, 0x54, 0x73, 0x77,
+ 0x61, 0xb9, 0x59, 0x98, 0x39, 0x2c, 0x9f, 0x54, 0xd8, 0xd8, 0x5d, 0xd8,
+ 0xd8, 0x2c, 0xcc, 0x1c, 0x89, 0x4f, 0x2a, 0x4c, 0x1f, 0x7c, 0xe6, 0x7b,
+ 0xb5, 0x38, 0x6b, 0xf0, 0x3d, 0xa9, 0x3c, 0x6d, 0xbc, 0x19, 0xaf, 0xd5,
+ 0xd2, 0xcc, 0xf1, 0xf6, 0xa4, 0xc2, 0x5c, 0x43, 0xcc, 0xfd, 0x55, 0x2d,
+ 0xda, 0x31, 0xc4, 0x64, 0x01, 0xae, 0x1f, 0x10, 0x6b, 0xe7, 0xe1, 0xd6,
+ 0x25, 0x96, 0xd2, 0x00, 0x75, 0x38, 0xd2, 0xc5, 0xf3, 0xe3, 0xdb, 0x2f,
+ 0x95, 0x4d, 0x59, 0x60, 0xde, 0x5e, 0x60, 0xae, 0x15, 0xf8, 0x05, 0xf2,
+ 0x29, 0x0b, 0x1c, 0xb7, 0x17, 0x38, 0xd6, 0x0a, 0xfc, 0x02, 0x19, 0x95,
+ 0x05, 0xea, 0x22, 0x6a, 0x97, 0x28, 0x44, 0x95, 0x17, 0xf9, 0x25, 0x72,
+ 0x2a, 0xcb, 0xd4, 0xc4, 0xd4, 0x2e, 0x92, 0x8b, 0x2b, 0x2f, 0xf1, 0x0b,
+ 0x64, 0x55, 0x16, 0xe8, 0x12, 0x55, 0xbb, 0x5c, 0x5d, 0x64, 0x79, 0xf1,
+ 0x4f, 0x90, 0x57, 0x73, 0x7e, 0x3d, 0xd8, 0x7b, 0xf7, 0x62, 0x6b, 0x94,
+ 0xce, 0x2f, 0xb2, 0x74, 0x6c, 0x54, 0x42, 0x7f, 0xbb, 0xb3, 0xad, 0x3f,
+ 0xcb, 0xb3, 0xd0, 0xf6, 0x0d, 0x21, 0x43, 0xfa, 0x58, 0xe6, 0x75, 0xf6,
+ 0xfe, 0x93, 0x42, 0x96, 0xbf, 0x41, 0x92, 0xfc, 0xf7, 0x97, 0x2f, 0xb0,
+ 0x82, 0xd6, 0xbb, 0xa2, 0xb6, 0x0b, 0xc3, 0x97, 0x4d, 0x79, 0xf8, 0xf8,
+ 0xc5, 0x45, 0x5a, 0xcc, 0x7c, 0x7b, 0x78, 0xf2, 0x62, 0x6b, 0x9c, 0x5f,
+ 0xcf, 0xb3, 0xcf, 0x60, 0x65, 0x6b, 0x0e, 0xca, 0xd4, 0x77, 0x3b, 0xdb,
+ 0x87, 0x27, 0x6f, 0x02, 0x78, 0x04, 0xbf, 0x98, 0x52, 0x1e, 0x45, 0x2a,
+ 0x02, 0xe2, 0xf9, 0x09, 0xfc, 0x9c, 0x31, 0x49, 0xf8, 0xbf, 0xcb, 0x8c,
+ 0x89, 0xc7, 0xf8, 0x7a, 0xb1, 0x9c, 0x2d, 0x44, 0x09, 0xe6, 0x7b, 0x2a,
+ 0x05, 0xfd, 0x38, 0xf6, 0xe6, 0xb7, 0x53, 0xd5, 0xc6, 0xb3, 0xa2, 0xc7,
+ 0xc0, 0x0d, 0x43, 0x25, 0x46, 0x47, 0xb4, 0xa2, 0x1c, 0xf7, 0x57, 0x2a,
+ 0xcd, 0xfd, 0x6d, 0xb3, 0xf6, 0xb9, 0x69, 0x5c, 0x2f, 0xf2, 0xf6, 0x0a,
+ 0x30, 0x80, 0xb6, 0x3a, 0xb0, 0xcf, 0x9b, 0x55, 0xe3, 0x77, 0x75, 0x31,
+ 0x2e, 0x82, 0x2a, 0xcb, 0x82, 0x51, 0x31, 0x83, 0x33, 0x0b, 0xf0, 0x04,
+ 0xfd, 0x65, 0x31, 0x59, 0xfc, 0xbf, 0xcb, 0x74, 0x5e, 0xe7, 0x90, 0x82,
+ 0x6b, 0x4a, 0x59, 0x03, 0x27, 0xf9, 0x9c, 0xdf, 0x0e, 0xfb, 0xdd, 0xec,
+ 0xfa, 0xe4, 0xba, 0x5a, 0xce, 0x4c, 0x96, 0x19, 0xaf, 0xa9, 0x9e, 0xc6,
+ 0xcb, 0x0d, 0x6b, 0xc7, 0xf0, 0xb8, 0x53, 0x11, 0xa9, 0x67, 0xd7, 0x9f,
+ 0xce, 0xd3, 0xa6, 0x38, 0xfb, 0x9b, 0x28, 0xd3, 0xfe, 0xb2, 0x59, 0xc1,
+ 0x77, 0xf9, 0xed, 0x1d, 0x78, 0x30, 0x08, 0x97, 0x26, 0x51, 0xa6, 0xf9,
+ 0x7e, 0x87, 0x47, 0x76, 0x10, 0xe5, 0x05, 0x2f, 0x01, 0x02, 0x1d, 0x65,
+ 0x6f, 0xd2, 0x52, 0x37, 0x39, 0x8b, 0x9f, 0xf8, 0x4f, 0xe8, 0xb4, 0x9d,
+ 0x1d, 0x1d, 0xfc, 0x1a, 0xd0, 0x3c, 0xc8, 0xe6, 0xcd, 0xb4, 0x04, 0x97,
+ 0x10, 0x6b, 0xc2, 0x54, 0xdf, 0xb2, 0x62, 0x3e, 0xd2, 0x8b, 0x37, 0xea,
+ 0xc1, 0x48, 0xdb, 0x4e, 0x90, 0x4e, 0x20, 0x58, 0x9f, 0xd6, 0xfc, 0x58,
+ 0x63, 0x2c, 0x1b, 0xa7, 0xbd, 0x04, 0x63, 0x13, 0x7b, 0x56, 0x67, 0xfe,
+ 0x2d, 0x24, 0x82, 0xf9, 0x3d, 0x05, 0x5d, 0x4a, 0xf6, 0xa9, 0xbc, 0x7b,
+ 0xb1, 0x55, 0x66, 0xd0, 0xcf, 0x92, 0x4e, 0x28, 0x7d, 0x60, 0x8c, 0xf7,
+ 0x60, 0x9b, 0x85, 0x07, 0x74, 0x94, 0x7d, 0x2a, 0xf5, 0xc8, 0x43, 0x3d,
+ 0x92, 0xd4, 0xa3, 0x2f, 0xa0, 0x1e, 0x7b, 0xa8, 0xc7, 0x92, 0x7a, 0xfc,
+ 0x05, 0xd4, 0x13, 0x0f, 0xf5, 0x44, 0x52, 0x4f, 0xbe, 0x80, 0x7a, 0xd7,
+ 0x43, 0xbd, 0x2b, 0xa9, 0x77, 0xbf, 0x80, 0x7a, 0xcf, 0x43, 0xbd, 0x27,
+ 0xa9, 0xf7, 0xbe, 0x80, 0x7a, 0xdf, 0x43, 0xbd, 0x2f, 0xa9, 0xf7, 0xbf,
+ 0x80, 0xfa, 0xc0, 0x43, 0x7d, 0x20, 0xa9, 0x0f, 0x36, 0xa1, 0x3e, 0xc9,
+ 0xcb, 0x19, 0xa4, 0x74, 0xfc, 0x90, 0x95, 0x95, 0x34, 0xdd, 0xc0, 0xfc,
+ 0xad, 0xbf, 0x0f, 0x80, 0x3a, 0x0c, 0x6f, 0x9e, 0x01, 0x32, 0xe0, 0xef,
+ 0x57, 0x9a, 0x6e, 0xf8, 0x91, 0x21, 0xf8, 0x85, 0x65, 0xa3, 0x62, 0x3e,
+ 0x26, 0xa7, 0xb2, 0xad, 0x9f, 0xb7, 0x2a, 0x7a, 0x64, 0xf8, 0xbf, 0x2e,
+ 0x84, 0xef, 0x1c, 0x7b, 0xb7, 0x9a, 0xd6, 0x43, 0x3e, 0xce, 0x6e, 0xd2,
+ 0xf9, 0xf8, 0xd7, 0xc5, 0x18, 0x4e, 0x8e, 0xcb, 0xe2, 0x56, 0xe6, 0xce,
+ 0x85, 0x19, 0xc6, 0xf9, 0x15, 0x66, 0x9a, 0xfd, 0xe0, 0xf8, 0x63, 0x40,
+ 0xaf, 0x03, 0xf1, 0x5e, 0x9e, 0x37, 0xf3, 0x4c, 0x9e, 0x9d, 0xe6, 0xa7,
+ 0x7c, 0xb6, 0xe7, 0xb9, 0xc3, 0xec, 0x66, 0x79, 0xcb, 0x34, 0x08, 0xf8,
+ 0x73, 0x2c, 0x67, 0x08, 0x7a, 0x9c, 0x16, 0x69, 0x7d, 0x9c, 0x67, 0xd3,
+ 0x71, 0x68, 0xbb, 0x00, 0x73, 0x10, 0xf8, 0x7a, 0x1c, 0x9e, 0xe6, 0x15,
+ 0xdb, 0xbd, 0xd3, 0xab, 0x33, 0xd6, 0x7f, 0x01, 0x26, 0x13, 0x6b, 0x6b,
+ 0x7e, 0xc2, 0xfe, 0x13, 0xa5, 0x46, 0x9e, 0x52, 0xa3, 0xf6, 0x52, 0x23,
+ 0x5f, 0xa9, 0x01, 0xea, 0x4e, 0xeb, 0x94, 0x1c, 0x7b, 0x4a, 0x8e, 0xdb,
+ 0x4b, 0x8e, 0xbf, 0xbc, 0xe4, 0xc4, 0x53, 0x72, 0xd2, 0x5e, 0x72, 0xf2,
+ 0x65, 0x9c, 0xee, 0x7a, 0x4a, 0xed, 0xb6, 0x97, 0xda, 0xfd, 0xb2, 0x52,
+ 0x7b, 0x9e, 0x52, 0x7b, 0xed, 0xa5, 0xf6, 0xbe, 0x9c, 0xcb, 0x7d, 0x4f,
+ 0xc9, 0xfd, 0xf6, 0x92, 0xfb, 0x5f, 0xd4, 0xde, 0x13, 0x7d, 0x14, 0x9d,
+ 0xcc, 0xd7, 0x19, 0x43, 0x27, 0x4f, 0x18, 0x43, 0x34, 0x85, 0x50, 0x21,
+ 0x91, 0xb3, 0xcc, 0xf6, 0x11, 0x74, 0xe2, 0x1d, 0x41, 0xeb, 0x95, 0x19,
+ 0x3b, 0xcb, 0x6c, 0x1f, 0x3b, 0x27, 0xde, 0xb1, 0xb3, 0x5e, 0x99, 0x89,
+ 0xb3, 0xcc, 0xf6, 0x51, 0x73, 0xf2, 0x84, 0x51, 0xa3, 0x96, 0xd9, 0x75,
+ 0x96, 0xd9, 0x3e, 0x66, 0x4e, 0x9e, 0x30, 0x66, 0xdc, 0xd6, 0xc8, 0xcb,
+ 0x6c, 0x5e, 0x15, 0x65, 0x15, 0xbc, 0x0a, 0xf6, 0xd3, 0x2a, 0x1f, 0xbd,
+ 0xd8, 0xba, 0x38, 0x3f, 0xa3, 0x75, 0x07, 0xae, 0xa1, 0x09, 0xaf, 0xf7,
+ 0x1d, 0xf6, 0x04, 0xa6, 0x52, 0x06, 0x96, 0xd1, 0x31, 0x7b, 0xb5, 0xc8,
+ 0x32, 0x88, 0x34, 0xb0, 0x45, 0x16, 0xd4, 0xad, 0x2d, 0xaf, 0x09, 0x75,
+ 0xeb, 0x8b, 0x4d, 0xa8, 0x5b, 0x07, 0xa7, 0x57, 0x4d, 0x9d, 0xb8, 0xe7,
+ 0x39, 0x14, 0xcd, 0xf3, 0x49, 0x06, 0x75, 0x36, 0x5b, 0x60, 0x5d, 0x0e,
+ 0xe0, 0x5f, 0xc8, 0x41, 0xbd, 0x15, 0xc2, 0x3f, 0xaf, 0xc2, 0x2e, 0x7b,
+ 0x0e, 0xd9, 0xff, 0x87, 0xec, 0x47, 0x18, 0x76, 0xc4, 0xf9, 0xc8, 0xc9,
+ 0x9e, 0x42, 0x90, 0x22, 0x3a, 0xef, 0x6c, 0x89, 0x34, 0x90, 0x69, 0x5e,
+ 0x6e, 0x4e, 0x31, 0x9d, 0x94, 0x61, 0x43, 0x72, 0xef, 0xf8, 0x82, 0xf8,
+ 0x86, 0xd9, 0xd8, 0x5f, 0xe3, 0xce, 0x81, 0xbb, 0xbf, 0x00, 0x27, 0xe1,
+ 0x5f, 0x44, 0x1d, 0xee, 0x26, 0xf0, 0x33, 0x62, 0x3f, 0x63, 0xf8, 0x01,
+ 0x34, 0x7b, 0x8c, 0x63, 0xec, 0x3f, 0x24, 0x19, 0xd9, 0x24, 0x23, 0x8b,
+ 0x26, 0xc6, 0x11, 0xd8, 0x80, 0xe8, 0xdb, 0xb4, 0xba, 0x1c, 0xa5, 0x53,
+ 0xae, 0xb0, 0x6f, 0xe1, 0xed, 0x47, 0xf6, 0xae, 0x98, 0xb2, 0x7e, 0xc5,
+ 0x0f, 0x76, 0x09, 0x2f, 0xd9, 0xf7, 0x00, 0xbf, 0x41, 0x1e, 0xe1, 0xcd,
+ 0x8b, 0x8a, 0x94, 0xa2, 0xa2, 0x15, 0x65, 0x45, 0x4f, 0x2b, 0x8d, 0xfc,
+ 0xd9, 0x45, 0x1f, 0x88, 0x1b, 0x7d, 0xc8, 0x32, 0x3a, 0xa8, 0xa7, 0x9b,
+ 0x87, 0xa1, 0xa0, 0xd8, 0xd9, 0xed, 0x01, 0xfe, 0x6e, 0x84, 0xbf, 0xfb,
+ 0x3b, 0xf0, 0x0f, 0xf6, 0xed, 0x2e, 0x74, 0xe8, 0x2e, 0x10, 0x8f, 0x15,
+ 0xc2, 0x91, 0x93, 0x70, 0xd4, 0x10, 0x86, 0xed, 0x47, 0xf0, 0x14, 0xca,
+ 0xb1, 0x93, 0x72, 0xdc, 0x50, 0x8e, 0x9f, 0x58, 0xe5, 0xc4, 0x49, 0x38,
+ 0x69, 0x08, 0x27, 0x9b, 0x57, 0xf9, 0xc3, 0x7e, 0x5a, 0xd7, 0x92, 0x2e,
+ 0x3e, 0x81, 0xec, 0xc1, 0xdf, 0xac, 0x7c, 0x24, 0xe9, 0xfe, 0x00, 0x7f,
+ 0x06, 0x0c, 0x1c, 0x87, 0xc9, 0x0e, 0xf6, 0xdd, 0x56, 0xd8, 0x87, 0x0e,
+ 0x14, 0xa3, 0xe5, 0x6c, 0xef, 0x5c, 0x12, 0x61, 0xbf, 0xe5, 0x1c, 0xc3,
+ 0xb0, 0xd9, 0x23, 0x8a, 0x33, 0xee, 0xe4, 0x61, 0x5a, 0xd9, 0x8a, 0x3b,
+ 0x1d, 0x21, 0x01, 0x1d, 0x9a, 0x4d, 0xe8, 0x1f, 0x9a, 0x1b, 0x66, 0x69,
+ 0x55, 0x31, 0x09, 0x62, 0xab, 0xef, 0x03, 0x92, 0x79, 0x9b, 0x82, 0xc5,
+ 0x20, 0x9d, 0x9c, 0x65, 0x29, 0xec, 0xd3, 0xe1, 0x7e, 0xcc, 0xd9, 0xde,
+ 0x31, 0x91, 0xbc, 0x7d, 0x7d, 0xc7, 0x69, 0xc2, 0x6d, 0xd9, 0x57, 0xc3,
+ 0xe1, 0x50, 0xfc, 0xdb, 0xfc, 0x83, 0x15, 0x6c, 0x99, 0x26, 0x29, 0x0f,
+ 0x3b, 0x24, 0x5f, 0x5f, 0x96, 0x37, 0xc5, 0x25, 0x4c, 0x83, 0x42, 0xb8,
+ 0x9b, 0x37, 0xc8, 0x87, 0x2b, 0x78, 0x1c, 0xdd, 0x81, 0x61, 0xa2, 0x0c,
+ 0x2e, 0x69, 0xbe, 0x0c, 0xb6, 0xef, 0xfe, 0x8e, 0x5c, 0x12, 0x8d, 0xd8,
+ 0xea, 0xf0, 0xf9, 0x24, 0xc6, 0x55, 0x9e, 0xd8, 0xa3, 0xa6, 0xca, 0x93,
+ 0xce, 0xb2, 0xca, 0xbb, 0x1d, 0xca, 0xd4, 0x37, 0xcb, 0xd8, 0xea, 0x30,
+ 0x92, 0x26, 0x89, 0xed, 0xc6, 0x25, 0x9c, 0xe9, 0xe4, 0x31, 0xfb, 0x87,
+ 0xcd, 0x58, 0x01, 0x84, 0xd1, 0x87, 0x79, 0x2a, 0x08, 0xc1, 0xed, 0x29,
+ 0x42, 0x7f, 0xa2, 0x7c, 0x8e, 0x87, 0xdf, 0xd3, 0xb3, 0xd1, 0x12, 0x6e,
+ 0xf4, 0x80, 0xaf, 0x90, 0x52, 0x92, 0xfb, 0x2b, 0xdf, 0xd5, 0xd4, 0xcd,
+ 0x1b, 0x28, 0xef, 0xc0, 0x5a, 0x71, 0xfa, 0x5d, 0x7d, 0x91, 0x7b, 0x9f,
+ 0x93, 0x0d, 0x45, 0xf6, 0x77, 0x91, 0x37, 0x46, 0x95, 0xad, 0x6d, 0xf6,
+ 0x59, 0xb9, 0x4e, 0xa6, 0xf5, 0x7b, 0x1f, 0x3a, 0x69, 0x2b, 0xee, 0x22,
+ 0xcd, 0xad, 0x2e, 0x3c, 0xf5, 0x35, 0xba, 0x50, 0x3b, 0x95, 0x2c, 0x3c,
+ 0x73, 0x92, 0x57, 0x6a, 0x35, 0x37, 0x98, 0xc6, 0xf7, 0x96, 0x9f, 0xaf,
+ 0x9a, 0x39, 0x24, 0x65, 0x4f, 0x8c, 0x10, 0xfb, 0xb4, 0xcd, 0x3e, 0x60,
+ 0xdb, 0x71, 0x02, 0xd9, 0x8c, 0x5e, 0x64, 0xd2, 0x8b, 0x54, 0x7a, 0xd1,
+ 0x46, 0xf4, 0x98, 0x94, 0xbb, 0xac, 0x55, 0xc6, 0x6b, 0xdb, 0x58, 0xc5,
+ 0x00, 0x7e, 0xd2, 0xe4, 0xa3, 0xdf, 0xec, 0xe1, 0xf0, 0x67, 0x5f, 0xda,
+ 0xaa, 0xb6, 0x26, 0xd3, 0xec, 0xf3, 0xb9, 0x61, 0x23, 0x6d, 0x5e, 0x01,
+ 0x6d, 0xf6, 0x14, 0x1c, 0xd5, 0x77, 0xe9, 0xbc, 0x98, 0xe2, 0x1d, 0xc7,
+ 0xd5, 0x1b, 0x43, 0xb4, 0x82, 0x5e, 0x31, 0x0d, 0xe0, 0x34, 0xbb, 0xcf,
+ 0xa6, 0x62, 0xc0, 0x68, 0x2f, 0xe9, 0x26, 0x51, 0x30, 0x85, 0xdf, 0x34,
+ 0x91, 0xfc, 0xb0, 0x2d, 0xc6, 0x87, 0x9c, 0x01, 0x22, 0x21, 0x6c, 0x61,
+ 0x47, 0xe5, 0xf1, 0xa9, 0xd6, 0x67, 0xa7, 0x6c, 0x71, 0x49, 0x4b, 0xd1,
+ 0x6b, 0x53, 0x7c, 0x0a, 0x42, 0xc5, 0x38, 0xce, 0x6b, 0xf6, 0x4a, 0xf9,
+ 0xb7, 0xf9, 0x87, 0x0d, 0x91, 0x88, 0x88, 0x46, 0x36, 0xd1, 0x48, 0x27,
+ 0x1a, 0x6d, 0x4e, 0x34, 0xb6, 0x89, 0xc6, 0x3a, 0xd1, 0x78, 0x73, 0xa2,
+ 0x89, 0x4d, 0x34, 0xd1, 0x89, 0x26, 0x1b, 0x11, 0x5d, 0x39, 0xff, 0xc1,
+ 0xf2, 0x3e, 0x1a, 0x65, 0x53, 0xee, 0x66, 0x78, 0x9a, 0x36, 0x8e, 0x49,
+ 0xfa, 0x6b, 0x10, 0xee, 0x3d, 0x78, 0xf5, 0x26, 0xc0, 0x28, 0x5f, 0x29,
+ 0xf6, 0xed, 0x36, 0x83, 0x42, 0x89, 0x8f, 0x70, 0xf9, 0x86, 0x3f, 0xaf,
+ 0x42, 0x92, 0xf8, 0x08, 0x96, 0x1a, 0x98, 0x5f, 0x35, 0x42, 0x8d, 0xa7,
+ 0x8c, 0xf1, 0x5a, 0xa5, 0x5f, 0x30, 0xd5, 0xb4, 0x5e, 0x8e, 0xf3, 0xf9,
+ 0xd3, 0x0a, 0xf9, 0x90, 0x95, 0xce, 0x56, 0xc0, 0xfb, 0x1d, 0x59, 0x0a,
+ 0x3c, 0xe5, 0x23, 0xbd, 0x04, 0x10, 0xc5, 0xdd, 0x2e, 0xac, 0x9a, 0xf8,
+ 0x4f, 0x0f, 0x57, 0xce, 0x84, 0xbf, 0xa4, 0x82, 0x6e, 0x1f, 0xcb, 0xe2,
+ 0x4f, 0xe9, 0x03, 0xd1, 0xdf, 0xda, 0x02, 0xbb, 0x11, 0x7f, 0x85, 0xa2,
+ 0xfe, 0x96, 0xfd, 0x7e, 0x13, 0xb0, 0xa7, 0xa0, 0xc4, 0x58, 0x7f, 0x4a,
+ 0xed, 0xa5, 0xb8, 0x7b, 0x3a, 0x8c, 0xe8, 0x67, 0xb7, 0xb5, 0xa2, 0x7f,
+ 0xc2, 0x13, 0x4c, 0xd8, 0x6f, 0xaf, 0xc8, 0xe8, 0x7a, 0xc0, 0xc7, 0xa7,
+ 0x48, 0xaa, 0xc2, 0xfe, 0x1b, 0xc0, 0xcf, 0xa1, 0x78, 0x46, 0x02, 0x91,
+ 0x46, 0x20, 0xe2, 0x04, 0xa2, 0x35, 0x09, 0xc0, 0x85, 0x6e, 0x85, 0x6b,
+ 0xb8, 0x0e, 0x1b, 0xef, 0x18, 0x17, 0xd9, 0x1b, 0xb6, 0x69, 0x99, 0xd6,
+ 0xa9, 0xd8, 0x3b, 0xbc, 0xae, 0xa8, 0x8f, 0xd0, 0xd0, 0xb6, 0xc5, 0xff,
+ 0xb8, 0x1f, 0x23, 0xc5, 0x18, 0xa7, 0xde, 0x87, 0xb0, 0xce, 0x18, 0x85,
+ 0xf7, 0x14, 0x49, 0x2d, 0xda, 0xce, 0xf9, 0x17, 0xe9, 0x48, 0x15, 0x54,
+ 0xf8, 0x0d, 0x35, 0x20, 0x31, 0xcf, 0x84, 0x72, 0x41, 0x76, 0xcc, 0x32,
+ 0x6c, 0x60, 0xe1, 0x1a, 0x2e, 0xb7, 0xdf, 0xf2, 0x05, 0xa8, 0xb0, 0x6c,
+ 0xa0, 0x1d, 0x97, 0xd9, 0xff, 0x0d, 0x4e, 0xe6, 0x8b, 0x65, 0x1d, 0x8a,
+ 0x75, 0x7e, 0xb5, 0xc3, 0xa6, 0x98, 0x19, 0xd5, 0x95, 0x4c, 0xbc, 0x00,
+ 0x06, 0x51, 0x34, 0x69, 0x6b, 0x33, 0x12, 0x0c, 0x40, 0x10, 0x12, 0xf1,
+ 0x4f, 0x17, 0x27, 0x70, 0x9c, 0xbf, 0x1d, 0xba, 0xcb, 0x87, 0x0f, 0x57,
+ 0xe8, 0x58, 0x2f, 0xb8, 0xb2, 0x1f, 0x9e, 0x88, 0x36, 0xe8, 0x6f, 0x59,
+ 0xad, 0x19, 0xec, 0x1b, 0xa6, 0x6a, 0xcc, 0x3f, 0x05, 0x21, 0xdf, 0x17,
+ 0x35, 0xc7, 0x6c, 0xaf, 0x7a, 0xac, 0x08, 0xf8, 0xff, 0x2b, 0xf9, 0x8f,
+ 0xf8, 0x3f, 0x16, 0xac, 0x97, 0x71, 0xe4, 0x2c, 0xe3, 0xc8, 0x28, 0x23,
+ 0xa3, 0xfc, 0xf5, 0x4f, 0x2c, 0x24, 0x72, 0x36, 0x24, 0xd2, 0x1b, 0x12,
+ 0x7d, 0x59, 0x43, 0x22, 0x67, 0x43, 0xa2, 0x23, 0xa3, 0x8c, 0x27, 0x35,
+ 0x84, 0x0e, 0xad, 0x2a, 0x29, 0x52, 0xc2, 0x91, 0x5e, 0x7e, 0x72, 0xf6,
+ 0x08, 0xbf, 0xf5, 0xb9, 0x56, 0x51, 0x24, 0x62, 0x4d, 0x51, 0x91, 0x5e,
+ 0xd4, 0x91, 0xb7, 0x28, 0xde, 0x9e, 0x2f, 0x29, 0x2b, 0xd6, 0xca, 0x8a,
+ 0x7c, 0xcd, 0x8a, 0xbe, 0x42, 0xb3, 0x12, 0xbd, 0x28, 0x5f, 0xb3, 0xa2,
+ 0x2f, 0x6a, 0x16, 0x5d, 0xf2, 0x75, 0x75, 0x16, 0xbf, 0x0d, 0xec, 0xec,
+ 0x2c, 0xcd, 0x85, 0x43, 0x99, 0xb9, 0xe9, 0xff, 0x43, 0xfe, 0x7f, 0xa3,
+ 0x10, 0x57, 0x37, 0x39, 0x0b, 0x11, 0xed, 0x79, 0x52, 0x29, 0xae, 0x0e,
+ 0x72, 0x94, 0x12, 0x7d, 0x51, 0x53, 0x5c, 0x5d, 0xe3, 0x2c, 0xe4, 0x09,
+ 0x4d, 0xb1, 0xa7, 0xba, 0xec, 0x2e, 0x1f, 0x4d, 0x33, 0xda, 0x6d, 0xb1,
+ 0xdd, 0xea, 0xe5, 0xa5, 0x50, 0x35, 0xef, 0xe9, 0x0b, 0x7e, 0xf8, 0xc3,
+ 0xe2, 0x6e, 0x27, 0x10, 0xff, 0xdb, 0xd6, 0x70, 0x60, 0xab, 0xfd, 0x69,
+ 0x71, 0xd7, 0x7e, 0x9e, 0xcb, 0x06, 0xef, 0xc7, 0xaa, 0x3a, 0x9d, 0x08,
+ 0xda, 0x0f, 0x77, 0x59, 0x36, 0x45, 0xf4, 0xd3, 0x09, 0x2c, 0x36, 0xf0,
+ 0x48, 0x06, 0x32, 0xa6, 0x94, 0x1c, 0x6f, 0x40, 0xf2, 0xc2, 0x41, 0xf2,
+ 0xc2, 0x22, 0x79, 0xb1, 0x09, 0xc9, 0xd3, 0xd2, 0x51, 0xcb, 0xd2, 0xaa,
+ 0xe5, 0xc5, 0x26, 0xb5, 0x74, 0x90, 0xbc, 0xb0, 0x48, 0x5e, 0xac, 0x4b,
+ 0xd2, 0xf6, 0x96, 0xbe, 0x15, 0xfe, 0x07, 0xd5, 0x22, 0x2d, 0x3f, 0x1d,
+ 0x2c, 0xeb, 0x0b, 0xb6, 0x97, 0x6f, 0x34, 0x40, 0xfd, 0xed, 0x0e, 0xde,
+ 0x7d, 0x79, 0x13, 0xb0, 0x17, 0x01, 0xdc, 0x07, 0x02, 0xc1, 0xe1, 0x7f,
+ 0x57, 0xf9, 0x85, 0xe4, 0xb7, 0xf3, 0x74, 0x7c, 0x2f, 0xb7, 0xbd, 0xbc,
+ 0xd8, 0xbd, 0xf1, 0x7d, 0x3a, 0x1f, 0x81, 0x39, 0x82, 0x08, 0x5f, 0xe5,
+ 0xb3, 0x7c, 0x7e, 0x0b, 0x8d, 0xe1, 0x71, 0xb3, 0xb6, 0x77, 0x14, 0xa5,
+ 0xcc, 0x6b, 0x45, 0x00, 0x66, 0x8d, 0x1f, 0x32, 0x7e, 0x17, 0x0b, 0xd6,
+ 0x75, 0xac, 0xf7, 0x21, 0xbc, 0x12, 0x75, 0xc6, 0x07, 0x5c, 0xd9, 0x67,
+ 0x97, 0x99, 0xd4, 0x24, 0x3b, 0x5c, 0x91, 0x0c, 0x59, 0x45, 0xb7, 0x7a,
+ 0xf0, 0xcf, 0x60, 0xb7, 0x23, 0x48, 0x8e, 0xd8, 0x3e, 0xf7, 0x70, 0x59,
+ 0x3f, 0xe2, 0x65, 0x16, 0xe9, 0x13, 0xa4, 0xbe, 0x94, 0x15, 0x3f, 0x60,
+ 0x6f, 0x83, 0xf1, 0x12, 0x3c, 0x3b, 0xe0, 0x3d, 0x96, 0x23, 0x55, 0x9d,
+ 0x50, 0x6e, 0xd8, 0xb7, 0x86, 0x8d, 0xa2, 0x03, 0x25, 0xa8, 0x41, 0xd9,
+ 0x4c, 0xde, 0xc0, 0x3b, 0x51, 0x79, 0xf8, 0xad, 0xec, 0xfd, 0x62, 0x4d,
+ 0xcb, 0xe1, 0xff, 0x10, 0xc5, 0x9b, 0xb4, 0xca, 0x0e, 0x25, 0x2b, 0xd0,
+ 0x96, 0xc1, 0x5f, 0xec, 0x6c, 0xcb, 0x9f, 0x40, 0x6a, 0x26, 0x2e, 0xe4,
+ 0xc4, 0xb2, 0xb7, 0xcc, 0x5f, 0x78, 0x99, 0x1d, 0xf9, 0x8a, 0x4e, 0x40,
+ 0xd2, 0x76, 0x2e, 0xdf, 0xec, 0x28, 0xac, 0x0d, 0x52, 0xdb, 0x51, 0x28,
+ 0x8c, 0x1a, 0x3f, 0x10, 0xeb, 0x27, 0x52, 0x1f, 0x4d, 0x6b, 0xea, 0x73,
+ 0x3b, 0xb6, 0x88, 0xe3, 0x13, 0x2f, 0xef, 0xe0, 0xf4, 0xca, 0x08, 0x2c,
+ 0xc2, 0x17, 0x16, 0x24, 0x4c, 0xd4, 0x7d, 0xbf, 0x29, 0xc4, 0x06, 0xd2,
+ 0xe5, 0x19, 0x01, 0x8d, 0x88, 0x26, 0xf6, 0x27, 0x5e, 0xea, 0xc9, 0xde,
+ 0x57, 0x29, 0xf5, 0x3c, 0x1f, 0xfb, 0x4a, 0xd5, 0x3e, 0x89, 0x52, 0xc1,
+ 0x81, 0x9b, 0x3e, 0x07, 0xa9, 0x76, 0x07, 0x7a, 0xc3, 0xd2, 0x21, 0xb0,
+ 0x05, 0x92, 0x51, 0x62, 0x41, 0xa8, 0xef, 0x78, 0x79, 0x18, 0xe9, 0x42,
+ 0x14, 0x37, 0xfe, 0x92, 0x72, 0xd4, 0xd8, 0x1a, 0xda, 0x4b, 0xbb, 0x24,
+ 0x11, 0x53, 0x63, 0xb3, 0xa2, 0xec, 0xeb, 0x57, 0xca, 0xf6, 0x27, 0x68,
+ 0x82, 0xf7, 0xc0, 0xe1, 0x0f, 0xdb, 0x04, 0x5d, 0x2d, 0xc4, 0x21, 0x7f,
+ 0x20, 0x9e, 0xb9, 0x19, 0x74, 0xef, 0xe8, 0x0d, 0x5e, 0xc1, 0x1e, 0xdd,
+ 0x31, 0x19, 0xc6, 0xb1, 0xcb, 0x4d, 0xfc, 0x30, 0x4e, 0x23, 0xd5, 0x20,
+ 0x6a, 0x6e, 0x54, 0xea, 0x45, 0x85, 0x85, 0xc2, 0xd6, 0x41, 0xf6, 0xa5,
+ 0xf2, 0x6e, 0x47, 0xd2, 0xce, 0xb0, 0x3a, 0x9c, 0xf6, 0xac, 0x5a, 0x8b,
+ 0xfa, 0x43, 0x3a, 0x45, 0x2a, 0x7b, 0x33, 0xf0, 0x42, 0x6a, 0x76, 0x5e,
+ 0xea, 0x5b, 0xd8, 0x10, 0x1d, 0xbd, 0xc1, 0x97, 0x41, 0x3a, 0x13, 0xd7,
+ 0xa6, 0x67, 0xb7, 0x6b, 0x38, 0x2c, 0x70, 0x3a, 0xb6, 0x34, 0xda, 0x5f,
+ 0xd4, 0x52, 0x9a, 0x31, 0xc0, 0xd4, 0x88, 0xba, 0x4c, 0x65, 0x79, 0xaf,
+ 0x22, 0x6e, 0x34, 0xa2, 0x19, 0x5b, 0xd9, 0x4c, 0x2b, 0xd7, 0x65, 0xac,
+ 0x4e, 0x3b, 0xa6, 0xd8, 0xf2, 0x2f, 0xb6, 0x7e, 0xf7, 0x2e, 0x9d, 0x65,
+ 0xd8, 0x21, 0x1f, 0xd2, 0x12, 0xfe, 0x5c, 0xe5, 0xf5, 0x94, 0x5e, 0xfc,
+ 0xca, 0x66, 0xc4, 0x6a, 0x6b, 0xeb, 0xb4, 0xd8, 0xda, 0xfa, 0x25, 0x87,
+ 0xbf, 0x87, 0xec, 0xff, 0x1f, 0xe1, 0xe1, 0x23, 0xfb, 0xff, 0xe1, 0xd6,
+ 0xfd, 0x38, 0x08, 0xa6, 0x63, 0xda, 0xde, 0x59, 0x4b, 0x98, 0xf6, 0x92,
+ 0x1b, 0xbe, 0x60, 0x01, 0x3b, 0xd8, 0x6c, 0x01, 0xab, 0x0f, 0xd0, 0xba,
+ 0xdc, 0x6c, 0xdb, 0xab, 0xf1, 0x35, 0x7f, 0xb7, 0xb3, 0xc5, 0x03, 0xf3,
+ 0x88, 0xb8, 0xfe, 0xe3, 0x80, 0x4c, 0xd1, 0xba, 0x05, 0x77, 0x03, 0xd3,
+ 0x23, 0x18, 0xa0, 0xcd, 0x7e, 0xe1, 0x76, 0x69, 0x3b, 0xd2, 0x92, 0xc3,
+ 0x3c, 0xcd, 0x47, 0x14, 0xc8, 0x5a, 0x29, 0x8e, 0xc2, 0xf8, 0x3a, 0xd7,
+ 0xa5, 0x23, 0x88, 0x1d, 0x3a, 0x7b, 0x08, 0x77, 0xe3, 0x1d, 0x6e, 0x3f,
+ 0xc1, 0x82, 0xc5, 0xc9, 0xa1, 0x2a, 0xd0, 0xea, 0x3b, 0x0c, 0xb3, 0x25,
+ 0xdb, 0x2b, 0xbe, 0xd0, 0xb2, 0x7a, 0xab, 0x6e, 0xed, 0x91, 0x6d, 0x5b,
+ 0x8a, 0x48, 0x93, 0xe9, 0x24, 0x77, 0xcd, 0xb9, 0x22, 0x4e, 0x13, 0xa9,
+ 0xbe, 0x8a, 0x39, 0xf9, 0xa0, 0xc8, 0x26, 0x93, 0x7c, 0x94, 0x73, 0x53,
+ 0x28, 0x96, 0x69, 0x4f, 0xc3, 0xbc, 0xad, 0x58, 0x06, 0x17, 0x76, 0x08,
+ 0xab, 0x1d, 0x8b, 0xd3, 0x2a, 0xb6, 0x90, 0xf8, 0xcb, 0xe4, 0x27, 0x9c,
+ 0x2b, 0x0a, 0xb5, 0x57, 0x9c, 0x55, 0x85, 0x8a, 0x58, 0x70, 0xba, 0xfe,
+ 0xf0, 0xb3, 0xf5, 0x5a, 0x16, 0x21, 0xbe, 0x68, 0x5a, 0x44, 0xa3, 0x43,
+ 0xb4, 0x4e, 0x14, 0x16, 0xd5, 0xcb, 0xfa, 0x36, 0xf2, 0x14, 0x88, 0x81,
+ 0xf3, 0xa2, 0xb6, 0x62, 0x29, 0xe0, 0x1e, 0xd8, 0x5b, 0xd7, 0x2c, 0x3e,
+ 0x1d, 0xd5, 0xcb, 0x74, 0x0a, 0x8e, 0x8d, 0x32, 0x1c, 0x9f, 0x3c, 0x83,
+ 0xb4, 0x3f, 0x49, 0xe9, 0x41, 0x4f, 0x48, 0x56, 0x7e, 0xb0, 0x58, 0x4e,
+ 0xab, 0x0c, 0x5c, 0xa4, 0xea, 0x3b, 0x64, 0x6d, 0xa3, 0x9f, 0x45, 0x5d,
+ 0xa9, 0x9c, 0xd1, 0x81, 0x19, 0x4e, 0x31, 0xdd, 0xc6, 0xa2, 0x68, 0x51,
+ 0x97, 0x2d, 0x77, 0x17, 0xce, 0x5b, 0xdf, 0x56, 0x05, 0xd6, 0xfc, 0x5b,
+ 0x32, 0x36, 0xaf, 0x5f, 0x91, 0xfb, 0x8c, 0x9f, 0x87, 0x71, 0xf5, 0x93,
+ 0x3f, 0xf3, 0xf5, 0x65, 0x82, 0x65, 0x7d, 0x38, 0xda, 0x60, 0x65, 0x69,
+ 0xfa, 0xf4, 0x34, 0xbd, 0x3d, 0x93, 0x56, 0xb7, 0xd9, 0xf5, 0x38, 0x4b,
+ 0xc7, 0xe0, 0x97, 0x26, 0x0c, 0x56, 0x4a, 0x0f, 0x4e, 0xd3, 0x5b, 0xa7,
+ 0x7e, 0xbb, 0xb3, 0xa5, 0x16, 0x44, 0x15, 0x86, 0x2a, 0x5d, 0xd0, 0x10,
+ 0x10, 0xdc, 0x52, 0x03, 0xe9, 0x35, 0xd4, 0xf9, 0x5b, 0xe7, 0x08, 0x6f,
+ 0xce, 0x0b, 0x94, 0x11, 0x0e, 0x4a, 0xa6, 0x9c, 0x3d, 0x14, 0xb2, 0xe2,
+ 0x7d, 0x43, 0x1a, 0xde, 0x70, 0x89, 0x83, 0x83, 0x45, 0xbb, 0x08, 0xf3,
+ 0x78, 0x63, 0x2b, 0x92, 0x46, 0x3c, 0xa7, 0x16, 0x65, 0x7d, 0x08, 0x9b,
+ 0xc2, 0x26, 0x22, 0x55, 0x5c, 0xa3, 0x9a, 0xbf, 0x12, 0x2c, 0x79, 0x35,
+ 0x60, 0xca, 0x45, 0x17, 0x23, 0x63, 0x0c, 0x54, 0x06, 0xd9, 0x85, 0x44,
+ 0x8e, 0x42, 0x22, 0x47, 0x21, 0xfc, 0xa4, 0x69, 0xbd, 0x62, 0x78, 0x6c,
+ 0x49, 0xb5, 0x15, 0xfc, 0x95, 0x1c, 0xa5, 0xeb, 0xeb, 0xff, 0x4a, 0x44,
+ 0xbe, 0x79, 0xb5, 0x9c, 0x2d, 0x3c, 0xd1, 0xfa, 0xe4, 0x37, 0x59, 0x84,
+ 0x88, 0xd7, 0x07, 0x5f, 0xe8, 0xf4, 0xf4, 0x56, 0x1e, 0x34, 0x69, 0x7d,
+ 0xd1, 0xd1, 0xdf, 0x51, 0x1b, 0xe0, 0x48, 0xf8, 0x82, 0xad, 0x7c, 0x6a,
+ 0x23, 0xc4, 0x3b, 0x59, 0x04, 0xbc, 0xe0, 0x36, 0x77, 0x46, 0xfd, 0x75,
+ 0x45, 0xf4, 0x1b, 0x2b, 0x77, 0x97, 0xff, 0x9f, 0xba, 0xf9, 0x0b, 0x62,
+ 0xec, 0x79, 0x0f, 0xd9, 0xad, 0x33, 0x76, 0x7e, 0x0d, 0x98, 0xc7, 0xb5,
+ 0x9b, 0x94, 0x7a, 0x41, 0xde, 0x98, 0x7b, 0xc2, 0x4d, 0x42, 0xf5, 0x93,
+ 0x68, 0x1c, 0x25, 0xd0, 0x53, 0x82, 0xd6, 0x01, 0x3b, 0xea, 0x05, 0xcf,
+ 0x64, 0x12, 0xec, 0x17, 0xe3, 0xc7, 0xe0, 0x65, 0x3e, 0x1f, 0x4d, 0x77,
+ 0xe1, 0x9a, 0xe2, 0x4f, 0x2f, 0xb6, 0x16, 0x6a, 0xba, 0x18, 0x59, 0x11,
+ 0x57, 0x2e, 0x19, 0x56, 0x03, 0x49, 0x87, 0xc2, 0xf8, 0x34, 0x77, 0x96,
+ 0xb9, 0xd8, 0xc9, 0x09, 0xa6, 0xd1, 0xfe, 0x4c, 0xc5, 0xf5, 0xf0, 0x40,
+ 0xce, 0x57, 0xf4, 0x88, 0xfa, 0x02, 0xfb, 0x19, 0x06, 0xec, 0x01, 0x29,
+ 0xf1, 0xbf, 0x88, 0x1b, 0x25, 0x8d, 0xc1, 0x7e, 0x4b, 0x8e, 0x7f, 0xd6,
+ 0x51, 0x4c, 0xbd, 0x6d, 0xb4, 0x22, 0x91, 0xbd, 0x05, 0xb0, 0x9b, 0x3a,
+ 0x2a, 0xb5, 0xdb, 0x5a, 0xef, 0x08, 0x80, 0xd1, 0x69, 0x8e, 0x04, 0xe1,
+ 0x81, 0x53, 0xb5, 0x89, 0x06, 0xff, 0x11, 0xad, 0x4f, 0x97, 0x62, 0x34,
+ 0x35, 0x41, 0xe0, 0xb6, 0x9a, 0x60, 0x50, 0xb4, 0xbb, 0xca, 0xc6, 0xd2,
+ 0x96, 0x89, 0xa1, 0xa7, 0x64, 0x29, 0x8d, 0x15, 0xd3, 0xed, 0x58, 0xac,
+ 0x56, 0x9e, 0x95, 0x71, 0x24, 0x2f, 0x82, 0x6d, 0x29, 0x65, 0xd0, 0xfd,
+ 0xaf, 0x2d, 0x83, 0xb4, 0xb8, 0x0d, 0x40, 0xa4, 0x41, 0x8d, 0x0e, 0x02,
+ 0xae, 0x47, 0xb3, 0x7f, 0xe0, 0x3c, 0x1e, 0x27, 0x90, 0x80, 0x0f, 0x0c,
+ 0x46, 0xdd, 0xb0, 0x4a, 0x04, 0x4d, 0x09, 0x64, 0xd1, 0x83, 0xef, 0xa2,
+ 0x05, 0xf0, 0x7b, 0x9b, 0xaf, 0x44, 0x3f, 0x08, 0x7b, 0x0a, 0xcd, 0xa7,
+ 0xaf, 0x60, 0x4c, 0xbc, 0x82, 0xc3, 0x7e, 0x3c, 0xf0, 0x07, 0x6f, 0x02,
+ 0xb7, 0xad, 0xaf, 0x39, 0x92, 0xbc, 0x48, 0x1f, 0x5e, 0x6c, 0x95, 0xe9,
+ 0x03, 0xdb, 0x3d, 0x85, 0x3c, 0x7a, 0x8e, 0xac, 0x83, 0xfe, 0x9a, 0x95,
+ 0xcf, 0x80, 0x71, 0xf3, 0x13, 0x06, 0xfc, 0x1d, 0xb0, 0xef, 0x03, 0x1f,
+ 0xf6, 0x72, 0xd4, 0x8b, 0x90, 0x44, 0x1d, 0x49, 0x98, 0x7c, 0xb2, 0x1d,
+ 0xa4, 0xe5, 0x07, 0x8d, 0xb8, 0x7c, 0xbb, 0x1e, 0xf9, 0xc8, 0x5d, 0xef,
+ 0xc8, 0xae, 0x77, 0xb4, 0x59, 0xbd, 0x23, 0x5f, 0xbd, 0x23, 0x57, 0xbd,
+ 0xa3, 0x8d, 0xea, 0xbd, 0x37, 0x4f, 0xa7, 0xc5, 0x2d, 0x1d, 0x79, 0xa9,
+ 0xd4, 0xd5, 0xf7, 0x9c, 0x38, 0x1c, 0x90, 0x85, 0x9b, 0x91, 0x8c, 0x3c,
+ 0x24, 0x23, 0x85, 0x64, 0xb4, 0x19, 0xc9, 0xd8, 0x43, 0x32, 0x56, 0x48,
+ 0xc6, 0x9b, 0x91, 0x4c, 0x3c, 0x24, 0x13, 0x85, 0x64, 0xb2, 0x19, 0xc9,
+ 0xae, 0x87, 0x64, 0x57, 0x21, 0xd9, 0xdd, 0x8c, 0x64, 0xcf, 0x43, 0xb2,
+ 0xa7, 0x90, 0xec, 0x6d, 0x46, 0xb2, 0xef, 0x21, 0xd9, 0x57, 0x48, 0xf6,
+ 0x37, 0x23, 0x39, 0xf0, 0x90, 0x1c, 0x28, 0x24, 0x07, 0x6b, 0x90, 0x3c,
+ 0x5f, 0x54, 0xea, 0x70, 0xda, 0x42, 0x7a, 0xcd, 0xcb, 0x80, 0x93, 0xa3,
+ 0x64, 0x6b, 0xeb, 0x8f, 0x26, 0x46, 0xc1, 0x18, 0x4c, 0x82, 0x70, 0x33,
+ 0x94, 0x14, 0xc2, 0xca, 0x48, 0x02, 0xca, 0x2d, 0x84, 0x0f, 0xa6, 0x75,
+ 0xb3, 0x58, 0xd1, 0xf3, 0xd6, 0x16, 0xaf, 0x24, 0xc4, 0x48, 0xde, 0xe1,
+ 0x5e, 0x75, 0x6d, 0x95, 0xe3, 0x1e, 0x78, 0x72, 0x76, 0x6f, 0x5e, 0x09,
+ 0x4a, 0xa6, 0x8f, 0x5e, 0x1b, 0xb5, 0x93, 0x54, 0xaf, 0x11, 0x7b, 0x96,
+ 0x35, 0x62, 0x9b, 0xdd, 0xb5, 0x68, 0xbc, 0xcf, 0x0d, 0x37, 0x25, 0x62,
+ 0x97, 0xf2, 0x9a, 0x13, 0xd4, 0x5d, 0xc0, 0x82, 0x95, 0xfd, 0xf0, 0xd1,
+ 0x17, 0x42, 0xd1, 0xf5, 0x8d, 0x7a, 0xa4, 0x39, 0xff, 0x6f, 0xc2, 0x27,
+ 0xae, 0x2a, 0xe6, 0xd4, 0xed, 0x6a, 0x65, 0x7f, 0xa1, 0x22, 0x26, 0xb6,
+ 0xc3, 0x55, 0x70, 0x5f, 0x4c, 0x61, 0x6f, 0xb7, 0xba, 0xac, 0x5f, 0x3c,
+ 0xb7, 0x10, 0x1d, 0x9f, 0x9c, 0xa5, 0xe1, 0x5d, 0xc4, 0xf5, 0x8b, 0x3b,
+ 0xb6, 0x9c, 0xb1, 0xa8, 0x2c, 0xed, 0x3d, 0xef, 0x9d, 0x89, 0xe2, 0x94,
+ 0xb5, 0xb2, 0x6b, 0xce, 0xd2, 0x89, 0x26, 0x37, 0xec, 0x59, 0xca, 0x0d,
+ 0xf7, 0xc2, 0x5c, 0x29, 0x37, 0x67, 0xe9, 0xc2, 0xa0, 0xb1, 0x50, 0x68,
+ 0x9c, 0xaf, 0x45, 0x43, 0x68, 0xcd, 0x82, 0x06, 0x7b, 0x96, 0x34, 0x3e,
+ 0xee, 0x07, 0xef, 0xa3, 0xd5, 0x54, 0xee, 0xab, 0xea, 0x48, 0xc4, 0xb3,
+ 0x13, 0xb7, 0x32, 0xc1, 0x09, 0x40, 0x7b, 0xcd, 0x49, 0x7e, 0xb8, 0xbc,
+ 0x24, 0x82, 0xcd, 0xd5, 0x4c, 0x0f, 0x59, 0x47, 0x88, 0xca, 0x74, 0x5e,
+ 0xcd, 0xf2, 0xaa, 0xc2, 0x03, 0xaf, 0x71, 0x56, 0xb3, 0x0d, 0x5c, 0x36,
+ 0x7e, 0x9b, 0xa5, 0x52, 0xed, 0x57, 0xdf, 0xb1, 0xf2, 0x0e, 0xf9, 0x63,
+ 0x00, 0xcf, 0xb8, 0x69, 0xc9, 0xc4, 0xfd, 0xd3, 0x81, 0x28, 0x70, 0x20,
+ 0x7f, 0xc3, 0x19, 0x5a, 0xc6, 0xf4, 0xc7, 0xe2, 0x62, 0x31, 0xd3, 0x62,
+ 0x36, 0x1a, 0xaf, 0x19, 0x1d, 0xa0, 0x77, 0x53, 0x7c, 0x16, 0x7e, 0xea,
+ 0x6b, 0x5c, 0x48, 0xb1, 0x1a, 0x83, 0x79, 0x82, 0x5e, 0x6c, 0x61, 0xfe,
+ 0x1e, 0x79, 0x4e, 0x3e, 0xbb, 0xc6, 0xe7, 0x83, 0x47, 0x48, 0xdf, 0xc7,
+ 0x53, 0x09, 0x1d, 0x50, 0xa2, 0xbe, 0x60, 0x7b, 0xbc, 0x7f, 0x2f, 0x4e,
+ 0xdf, 0x41, 0x9b, 0x6c, 0x4e, 0xdf, 0xc5, 0x79, 0x2f, 0x35, 0x02, 0x29,
+ 0x44, 0x36, 0xc5, 0x48, 0xa3, 0x18, 0x6d, 0x4a, 0x31, 0xb6, 0x29, 0xc6,
+ 0x1a, 0xc5, 0x78, 0x53, 0x8a, 0x89, 0x4d, 0x31, 0xd1, 0x28, 0x26, 0x9b,
+ 0x52, 0xec, 0xda, 0x14, 0xbb, 0x1a, 0xc5, 0xee, 0xa6, 0x14, 0x7b, 0x36,
+ 0xc5, 0x9e, 0x46, 0xb1, 0xb7, 0x29, 0xc5, 0xbe, 0x4d, 0xb1, 0xaf, 0x51,
+ 0xec, 0x6f, 0x4a, 0x71, 0x60, 0x53, 0x1c, 0x68, 0x14, 0x07, 0x9b, 0x52,
+ 0x1c, 0xda, 0x14, 0x87, 0x1a, 0xc5, 0xe1, 0xa6, 0x14, 0xc3, 0x8e, 0x43,
+ 0xc4, 0x3b, 0xba, 0x8c, 0x77, 0x36, 0x26, 0xea, 0x1a, 0x37, 0xc6, 0xc0,
+ 0xd9, 0x78, 0xe4, 0x84, 0x8e, 0xa1, 0x13, 0xea, 0x63, 0x27, 0xdc, 0x78,
+ 0xf0, 0x68, 0x8b, 0x07, 0xa7, 0xcb, 0x1d, 0x79, 0x89, 0xac, 0x5c, 0x34,
+ 0x36, 0xa1, 0x4a, 0x99, 0x44, 0x0d, 0xb2, 0xf4, 0x52, 0xd6, 0x57, 0xa4,
+ 0x39, 0x55, 0x62, 0x7c, 0x0a, 0x2a, 0x0d, 0x4d, 0x32, 0x3d, 0x51, 0x6b,
+ 0xd5, 0xa3, 0x2a, 0xc1, 0x01, 0x7e, 0x50, 0x45, 0x14, 0xcd, 0xd8, 0xbe,
+ 0xeb, 0xd8, 0x98, 0xec, 0x58, 0x19, 0xe7, 0xe7, 0x1f, 0xcf, 0x78, 0x2a,
+ 0x80, 0xea, 0xc5, 0x16, 0x66, 0x93, 0xc1, 0x52, 0xc3, 0x80, 0xe7, 0x96,
+ 0xe1, 0x1e, 0x44, 0x3b, 0xc1, 0x3f, 0x82, 0x4a, 0xb9, 0xd8, 0x75, 0xbb,
+ 0x38, 0x7f, 0x98, 0xbd, 0x2b, 0xea, 0x2c, 0xfc, 0x29, 0xf8, 0xef, 0x9d,
+ 0x76, 0x6f, 0x6a, 0x6a, 0x56, 0x43, 0x3b, 0xd2, 0x69, 0x47, 0x5e, 0xda,
+ 0xd1, 0xe6, 0xb4, 0x63, 0x9d, 0x76, 0xec, 0xa5, 0x1d, 0x6f, 0x4e, 0x3b,
+ 0xd1, 0x69, 0x27, 0x5e, 0xda, 0xc9, 0x9a, 0xb4, 0x5f, 0xfc, 0xf9, 0xe3,
+ 0x32, 0x83, 0x4d, 0xc3, 0xe3, 0xdf, 0xb3, 0xbf, 0xbe, 0x80, 0xa4, 0x69,
+ 0xf0, 0xbf, 0x87, 0x65, 0x76, 0xb0, 0x2c, 0xef, 0x33, 0x38, 0xc7, 0xa3,
+ 0x24, 0x39, 0xd9, 0x4c, 0xcb, 0xc1, 0x82, 0x5f, 0x77, 0x64, 0xbe, 0x35,
+ 0x99, 0xf8, 0x86, 0x10, 0xe8, 0xf5, 0xc1, 0x5d, 0x3a, 0x9f, 0x83, 0x42,
+ 0xa4, 0x1c, 0xcc, 0xc8, 0x77, 0xac, 0xf7, 0x1b, 0xbb, 0xab, 0x7c, 0x0b,
+ 0xe5, 0x8a, 0xdf, 0x29, 0xfb, 0x74, 0x0f, 0xf9, 0x4d, 0xc6, 0xe4, 0xd6,
+ 0xa2, 0xa6, 0xb2, 0x7b, 0x90, 0x75, 0x66, 0x6a, 0x0e, 0x1c, 0x73, 0xca,
+ 0xe7, 0xf2, 0xfa, 0x21, 0x2d, 0x67, 0xcb, 0x05, 0x44, 0x05, 0x84, 0x1a,
+ 0xc2, 0x17, 0xc8, 0xf1, 0x03, 0x35, 0x7c, 0x3f, 0x99, 0x40, 0x98, 0x1c,
+ 0xbd, 0xea, 0x7a, 0x1e, 0x36, 0x79, 0xf1, 0x49, 0x5c, 0x97, 0x5b, 0xf7,
+ 0x74, 0x49, 0x6b, 0xcf, 0x71, 0x51, 0x7e, 0x10, 0x15, 0x12, 0xd7, 0x8a,
+ 0x14, 0x26, 0x35, 0x99, 0xd3, 0x9a, 0xe2, 0x81, 0xc7, 0x97, 0x07, 0xcb,
+ 0xaa, 0x2e, 0x66, 0x22, 0xcb, 0xde, 0x57, 0x68, 0xa4, 0x96, 0xa0, 0xaf,
+ 0xb9, 0x5d, 0xf7, 0xad, 0x1b, 0xa7, 0x15, 0xab, 0xb7, 0x0c, 0xd3, 0xff,
+ 0x61, 0xdb, 0xf8, 0xc5, 0x08, 0xaa, 0x2f, 0x43, 0x82, 0x04, 0x7c, 0x93,
+ 0xa2, 0x0c, 0x1e, 0x8a, 0x12, 0x0e, 0x22, 0x83, 0x87, 0xbc, 0xbe, 0x63,
+ 0x2f, 0xe1, 0x68, 0x61, 0xcc, 0xcf, 0xdc, 0x31, 0xfe, 0x0a, 0x40, 0xd7,
+ 0x05, 0x88, 0x30, 0xa4, 0xe1, 0x40, 0xab, 0x1b, 0xc4, 0xd5, 0xa9, 0xa0,
+ 0xc0, 0x53, 0x26, 0x31, 0x74, 0x01, 0xbf, 0x52, 0x3e, 0xde, 0x2c, 0xcb,
+ 0xf9, 0x7b, 0xf0, 0x6a, 0x1e, 0x83, 0x80, 0x4f, 0x72, 0x88, 0x61, 0x09,
+ 0xba, 0x5c, 0x3d, 0xbe, 0x3e, 0xcc, 0xd2, 0x31, 0xbf, 0xd6, 0xf5, 0x3b,
+ 0xb6, 0x51, 0x66, 0x74, 0x6f, 0x96, 0xf9, 0x94, 0xc1, 0x35, 0x60, 0xe3,
+ 0x0c, 0x3c, 0x00, 0xf0, 0x09, 0xf2, 0x55, 0x6d, 0xef, 0x4d, 0xe0, 0x3d,
+ 0x46, 0xf0, 0xe1, 0x9e, 0x09, 0x6c, 0x8c, 0xd1, 0xf5, 0x4e, 0x50, 0x66,
+ 0xff, 0x27, 0x53, 0x98, 0x93, 0x60, 0x07, 0xf4, 0xe6, 0x49, 0x8a, 0xfd,
+ 0x28, 0x29, 0xa1, 0x77, 0x3c, 0x51, 0xba, 0x5a, 0x80, 0xe1, 0xf7, 0x9c,
+ 0xfc, 0x1c, 0x04, 0x99, 0x2d, 0x93, 0x0e, 0x1a, 0x9f, 0x6d, 0x3a, 0x4a,
+ 0x8d, 0x04, 0x9d, 0xc3, 0xac, 0x8d, 0x4e, 0x1c, 0xad, 0xaa, 0x0f, 0xb6,
+ 0x8c, 0x6d, 0x13, 0xf4, 0x0a, 0x05, 0x81, 0x49, 0xa9, 0x97, 0xac, 0xaa,
+ 0x91, 0xa4, 0xa4, 0x55, 0xc9, 0xa6, 0x14, 0x46, 0x03, 0x95, 0xd4, 0xef,
+ 0x82, 0xfa, 0x2e, 0xaf, 0xb0, 0xf3, 0xab, 0x9d, 0x00, 0xcc, 0xb7, 0x41,
+ 0x3a, 0x2f, 0xea, 0x3b, 0x46, 0xfe, 0x21, 0x7d, 0x84, 0x0e, 0xaf, 0x98,
+ 0x54, 0x04, 0x69, 0x30, 0x4a, 0x6b, 0x06, 0xed, 0x2a, 0x19, 0xb5, 0x7c,
+ 0x28, 0xf3, 0x18, 0x8e, 0xcf, 0x58, 0x81, 0xf5, 0xa2, 0x62, 0x4d, 0x1c,
+ 0x67, 0x70, 0xdb, 0x61, 0xeb, 0x3f, 0xa1, 0xb0, 0x8e, 0xb3, 0xf6, 0xc5,
+ 0x7d, 0x56, 0xb2, 0x91, 0x20, 0xa9, 0xbc, 0xa7, 0x67, 0xe0, 0x23, 0x1e,
+ 0x26, 0x7e, 0x84, 0xb3, 0x44, 0x48, 0x40, 0xfa, 0xb3, 0xa0, 0xe1, 0xa2,
+ 0x02, 0x9b, 0x49, 0x61, 0xd1, 0x66, 0x44, 0x60, 0x03, 0x2a, 0x8f, 0x08,
+ 0x80, 0x54, 0x2d, 0xbf, 0x05, 0x58, 0x17, 0x3c, 0x5e, 0x80, 0xf7, 0xe5,
+ 0x52, 0x25, 0x03, 0x27, 0x2d, 0x8b, 0x19, 0xd8, 0xdc, 0xd9, 0x7e, 0x19,
+ 0xa3, 0x2d, 0x6e, 0xb1, 0x87, 0x12, 0x5f, 0xfd, 0x6f, 0x80, 0xa7, 0x7b,
+ 0x7d, 0x76, 0xf9, 0x20, 0xce, 0x34, 0xcc, 0x20, 0x93, 0x65, 0x9d, 0x82,
+ 0x11, 0x65, 0x1c, 0xf0, 0x37, 0x47, 0x9f, 0x71, 0xd7, 0x8b, 0x09, 0xbc,
+ 0x10, 0x61, 0x17, 0x32, 0x48, 0x1d, 0x97, 0xc5, 0xbc, 0x3e, 0x67, 0x7b,
+ 0xdf, 0xbf, 0x42, 0x07, 0xe0, 0x02, 0x53, 0x05, 0x10, 0x7b, 0x63, 0xbe,
+ 0x9c, 0xdd, 0x64, 0x25, 0x64, 0x69, 0xc9, 0x26, 0x38, 0xda, 0x4a, 0x48,
+ 0xa2, 0xc9, 0xea, 0x5a, 0x2c, 0xe0, 0xe9, 0x86, 0x35, 0xa4, 0x98, 0xed,
+ 0x32, 0x24, 0xf6, 0xdf, 0x56, 0x18, 0x04, 0x51, 0x10, 0xc4, 0x41, 0x90,
+ 0xc0, 0x53, 0x37, 0x08, 0x7a, 0x41, 0xd0, 0x0f, 0x82, 0x01, 0x1b, 0x44,
+ 0xb7, 0x62, 0x1d, 0x17, 0xd7, 0xa3, 0xf9, 0x2b, 0x58, 0x7e, 0xc5, 0xed,
+ 0x64, 0xfe, 0x0a, 0x56, 0x4d, 0x71, 0xfc, 0xc0, 0x5f, 0xc1, 0x62, 0x27,
+ 0xae, 0x3c, 0x6a, 0xd3, 0x3f, 0x7e, 0xed, 0xca, 0x59, 0x34, 0xe4, 0x10,
+ 0x34, 0x6d, 0xca, 0x8f, 0xf2, 0x6e, 0xb1, 0xcc, 0x3a, 0x8a, 0x9f, 0x7a,
+ 0x01, 0xbf, 0x81, 0xa9, 0x16, 0xd5, 0x17, 0xce, 0x70, 0xea, 0xcb, 0x01,
+ 0xb9, 0xf0, 0x09, 0x67, 0xc7, 0x17, 0xd0, 0x3c, 0xb6, 0x33, 0xa6, 0x25,
+ 0x72, 0x2b, 0x93, 0x2c, 0x45, 0x81, 0x28, 0x26, 0x93, 0x57, 0x53, 0xc8,
+ 0xd7, 0x45, 0x4f, 0x73, 0xfe, 0x10, 0xc0, 0xfb, 0x9b, 0x5b, 0xfa, 0x3b,
+ 0x61, 0x7f, 0x03, 0xf6, 0xe9, 0x86, 0xff, 0x9d, 0x80, 0xaf, 0x4c, 0x00,
+ 0x17, 0x8f, 0x60, 0x95, 0xff, 0x5d, 0x90, 0xcf, 0x16, 0x45, 0x59, 0xc3,
+ 0xd5, 0xec, 0x8a, 0x07, 0x39, 0x62, 0xc3, 0xa2, 0x18, 0x17, 0x6f, 0x82,
+ 0x71, 0x11, 0x3c, 0x64, 0x6c, 0x24, 0xcc, 0xb1, 0x37, 0xc6, 0x25, 0xf4,
+ 0x03, 0x8c, 0x97, 0x29, 0x5e, 0x2a, 0x87, 0x7c, 0x58, 0xf0, 0xfd, 0x2e,
+ 0xbd, 0xcf, 0x40, 0x19, 0x83, 0x94, 0x60, 0xfc, 0x28, 0x22, 0x98, 0x64,
+ 0x38, 0x9f, 0x03, 0x38, 0x9b, 0x54, 0x59, 0x95, 0x8a, 0x87, 0xdf, 0xc3,
+ 0x91, 0xf4, 0x38, 0x1f, 0x61, 0x18, 0x5f, 0x6c, 0xce, 0x3f, 0x18, 0x6a,
+ 0x75, 0x50, 0xe6, 0x78, 0x45, 0x07, 0xcf, 0x3b, 0x98, 0xf6, 0x00, 0x3b,
+ 0xf3, 0x77, 0x05, 0xd1, 0x81, 0x23, 0xdd, 0xed, 0x83, 0x8b, 0x93, 0xab,
+ 0x93, 0x83, 0xbd, 0xd3, 0xe0, 0xe8, 0xe2, 0xe2, 0x3d, 0x1c, 0x9e, 0x05,
+ 0x0f, 0x77, 0x39, 0x1c, 0x0a, 0x06, 0x37, 0xd3, 0x74, 0xf4, 0x69, 0x67,
+ 0x0b, 0xef, 0x8d, 0xd2, 0x83, 0x55, 0x04, 0x14, 0x32, 0x67, 0x9b, 0xe7,
+ 0x7d, 0x36, 0x19, 0x03, 0xf1, 0xed, 0xcb, 0xac, 0xae, 0x59, 0x95, 0xaa,
+ 0xa0, 0x62, 0xb5, 0x46, 0x0f, 0xe2, 0x5f, 0xe7, 0xf8, 0x93, 0x3b, 0x6f,
+ 0x55, 0x76, 0x01, 0xc1, 0x23, 0xeb, 0xa1, 0xe2, 0xa1, 0xb5, 0x8c, 0xbc,
+ 0x82, 0x88, 0x4f, 0xef, 0xd8, 0xd8, 0x81, 0x16, 0x40, 0x03, 0x78, 0x48,
+ 0xa8, 0x8a, 0x6c, 0x0d, 0x3c, 0x1e, 0xd4, 0x13, 0x88, 0xff, 0x83, 0x55,
+ 0x2c, 0x1b, 0x7d, 0xe2, 0x01, 0xf3, 0xa1, 0x09, 0x8c, 0xf8, 0x01, 0xbc,
+ 0x0a, 0xe8, 0x1d, 0xf9, 0x05, 0x69, 0x2f, 0x36, 0x63, 0x11, 0xd4, 0xfe,
+ 0x4a, 0xc9, 0xa9, 0x41, 0x7d, 0x20, 0xf2, 0x69, 0xbc, 0xff, 0x03, 0x16,
+ 0x20, 0x1e, 0x8f, 0x2e, 0x36, 0xe9, 0x02, 0xa6, 0x27, 0x6a, 0xde, 0x53,
+ 0x41, 0xf0, 0x3f, 0x60, 0xc9, 0x05, 0x1d, 0xb1, 0x49, 0xbc, 0x08, 0x25,
+ 0x30, 0x40, 0xf4, 0xab, 0x1a, 0x2d, 0xeb, 0x37, 0x81, 0x11, 0x4a, 0x01,
+ 0x28, 0x9c, 0xdc, 0x32, 0xe5, 0xaf, 0x06, 0x8f, 0x2b, 0x8a, 0xa5, 0xa0,
+ 0x51, 0x85, 0x68, 0x0a, 0xbc, 0x42, 0x06, 0x53, 0x9d, 0x35, 0xd2, 0x5d,
+ 0x92, 0x95, 0x1a, 0x89, 0xa8, 0xfc, 0x58, 0x21, 0x06, 0xc8, 0x5e, 0xac,
+ 0x5d, 0x21, 0x9d, 0xe8, 0x86, 0x35, 0x92, 0x79, 0x56, 0x64, 0xd4, 0xa3,
+ 0xa6, 0x56, 0x14, 0x1e, 0x54, 0x54, 0x09, 0x9f, 0xac, 0x0a, 0x31, 0x4c,
+ 0xad, 0x32, 0x36, 0xbd, 0x27, 0x54, 0x28, 0x6a, 0xa9, 0x50, 0xa4, 0x55,
+ 0x28, 0x5a, 0xab, 0x42, 0xd1, 0x46, 0x15, 0x92, 0x6b, 0x33, 0xfb, 0x0f,
+ 0xe2, 0xe9, 0xe5, 0xb0, 0x2e, 0x54, 0x05, 0x7b, 0x97, 0xb2, 0xc9, 0xe8,
+ 0xce, 0x3b, 0xe1, 0xe0, 0x52, 0x0e, 0xd1, 0xf2, 0xae, 0x2e, 0x81, 0xc4,
+ 0xe1, 0xfb, 0xe0, 0xdd, 0xfb, 0xab, 0xe0, 0xe0, 0x97, 0xbd, 0x77, 0x6f,
+ 0x8f, 0x82, 0xab, 0x5f, 0x4e, 0x2e, 0x83, 0xd3, 0x93, 0x77, 0x47, 0xc1,
+ 0x2b, 0xf6, 0x1d, 0x48, 0x4f, 0x8b, 0x02, 0xd5, 0x3e, 0x50, 0x01, 0xd3,
+ 0x79, 0xd0, 0x70, 0x01, 0xf5, 0x40, 0xd6, 0xa7, 0x6c, 0x6e, 0x5a, 0x4e,
+ 0x53, 0x88, 0x31, 0xf1, 0xb9, 0x7e, 0x5d, 0xd5, 0x8f, 0xdc, 0xd5, 0x30,
+ 0x78, 0x2c, 0x96, 0x6c, 0x7a, 0x9c, 0xff, 0x58, 0x07, 0x6c, 0xe3, 0x3c,
+ 0xa7, 0x39, 0x10, 0xd4, 0x85, 0x3b, 0x36, 0x05, 0xe4, 0x75, 0x70, 0xf3,
+ 0x08, 0xb1, 0xf9, 0xd2, 0xe5, 0xb4, 0x6e, 0xa9, 0x45, 0xeb, 0x27, 0xbd,
+ 0x43, 0x1c, 0x13, 0x65, 0xb0, 0x4d, 0x59, 0x18, 0x83, 0x23, 0x11, 0x0b,
+ 0xce, 0x78, 0xd6, 0xd9, 0x8b, 0x43, 0x94, 0x77, 0xf6, 0x93, 0x6a, 0x04,
+ 0xdf, 0x66, 0xf9, 0x9c, 0x95, 0x9d, 0xcf, 0x27, 0x85, 0x31, 0x8d, 0xb0,
+ 0xe1, 0x9b, 0xce, 0xf1, 0xfc, 0x18, 0xd6, 0x10, 0x9a, 0xa7, 0xd8, 0x1b,
+ 0x58, 0x7f, 0x70, 0xfa, 0xc0, 0xdf, 0xe0, 0xf7, 0x16, 0x18, 0xd5, 0x02,
+ 0x27, 0xfd, 0xb9, 0x4b, 0x0a, 0x05, 0xcd, 0xc8, 0xa2, 0x19, 0x71, 0xaa,
+ 0xe2, 0x61, 0x6e, 0xb5, 0xb5, 0x85, 0x28, 0x90, 0x9d, 0x41, 0xf2, 0xf3,
+ 0x6c, 0x9a, 0x3e, 0x5e, 0x0a, 0xba, 0x5b, 0xdb, 0x67, 0x90, 0x2f, 0xbd,
+ 0x84, 0x97, 0x82, 0xba, 0xfa, 0x66, 0xee, 0x98, 0xb8, 0x45, 0x29, 0x0d,
+ 0x53, 0x71, 0x49, 0x8d, 0xbe, 0xc9, 0x7a, 0xed, 0x9a, 0xb3, 0xf1, 0xa0,
+ 0x61, 0x39, 0x5b, 0xbc, 0x9f, 0x53, 0x13, 0xe8, 0x16, 0x39, 0x84, 0xdc,
+ 0x94, 0x5c, 0x6f, 0xde, 0xac, 0xd3, 0x02, 0x8b, 0x51, 0xa3, 0xe9, 0xb2,
+ 0x1e, 0xdd, 0xfd, 0xba, 0x50, 0xf8, 0xc4, 0x16, 0x1f, 0x7a, 0x1b, 0xfc,
+ 0xba, 0xa0, 0xa5, 0xed, 0xa0, 0x79, 0xdc, 0x68, 0xdd, 0x11, 0xe4, 0x21,
+ 0xa7, 0xb9, 0xb3, 0x80, 0x31, 0xfb, 0x40, 0x8b, 0x9b, 0xfa, 0xbc, 0xe9,
+ 0x02, 0xfa, 0x8f, 0xe0, 0xa6, 0x4c, 0x3f, 0x91, 0xfb, 0x4b, 0x53, 0x0c,
+ 0x96, 0x03, 0x1f, 0x84, 0x6b, 0xda, 0x3e, 0x00, 0x79, 0x8a, 0x58, 0xd1,
+ 0x8c, 0xbd, 0x83, 0xeb, 0x74, 0xb4, 0xbf, 0x64, 0xca, 0xe9, 0x5c, 0x2d,
+ 0x60, 0xef, 0x20, 0xb8, 0x64, 0xb3, 0x08, 0xab, 0x38, 0x17, 0x28, 0xe5,
+ 0x85, 0xab, 0x1d, 0x37, 0xb8, 0x49, 0xa6, 0xb7, 0xae, 0x0e, 0xc7, 0x62,
+ 0xc0, 0x1a, 0x02, 0xf2, 0x44, 0x89, 0x12, 0x68, 0x4c, 0x30, 0xba, 0x17,
+ 0x8a, 0xe0, 0xaa, 0x2f, 0xb4, 0x11, 0xb7, 0x51, 0x41, 0xe2, 0x04, 0x8b,
+ 0x6a, 0xac, 0xf4, 0x0f, 0x23, 0x2e, 0xbe, 0x05, 0x1f, 0x99, 0x26, 0x7f,
+ 0xbb, 0x2d, 0x5a, 0x2b, 0x5f, 0xf3, 0x5d, 0x3b, 0x94, 0xdd, 0xcc, 0x3a,
+ 0xa2, 0x5c, 0x67, 0xb1, 0xff, 0xe0, 0xf1, 0xdf, 0x2b, 0xf8, 0xd3, 0x64,
+ 0x70, 0x94, 0x5d, 0x55, 0x43, 0x80, 0x7a, 0xde, 0x55, 0x70, 0x63, 0x86,
+ 0x3f, 0x6c, 0x2e, 0xd1, 0x6a, 0x31, 0x45, 0x5a, 0x81, 0x2a, 0x28, 0xc4,
+ 0x0e, 0x6e, 0x24, 0xd1, 0x1b, 0x2e, 0xd7, 0xf2, 0x69, 0xd3, 0x62, 0x58,
+ 0x39, 0xe3, 0xc9, 0xa8, 0xd8, 0x43, 0x53, 0x12, 0xcc, 0xd4, 0x01, 0x92,
+ 0xc7, 0x4d, 0x23, 0x1d, 0xd1, 0x8d, 0xe0, 0xce, 0xdc, 0x16, 0xdf, 0x38,
+ 0x36, 0x6f, 0x36, 0x97, 0xed, 0xbc, 0xda, 0xbb, 0x61, 0x1b, 0x49, 0xdc,
+ 0x3f, 0xb3, 0x6d, 0x5f, 0xc6, 0xd6, 0x9f, 0xe9, 0x58, 0x0e, 0x24, 0xf0,
+ 0x12, 0xc1, 0xed, 0x36, 0x9e, 0xd4, 0xca, 0x27, 0x6e, 0xe4, 0x5a, 0xa3,
+ 0xbc, 0xdf, 0xc9, 0x74, 0x6a, 0x63, 0xb0, 0x6d, 0x38, 0x35, 0x47, 0x9e,
+ 0x1a, 0x8e, 0xfa, 0x6a, 0x0b, 0x4b, 0x21, 0x9d, 0x91, 0x7e, 0x73, 0xdf,
+ 0xa4, 0x2d, 0x6d, 0x86, 0xd6, 0x46, 0x94, 0x9c, 0x3a, 0xe3, 0xef, 0x36,
+ 0x75, 0x82, 0x4b, 0x8d, 0x55, 0xeb, 0x48, 0xea, 0xba, 0xf8, 0x20, 0x9d,
+ 0xaa, 0x36, 0xd5, 0xa5, 0x71, 0xaa, 0xd1, 0xa8, 0x93, 0x8f, 0x01, 0xa7,
+ 0x7e, 0xde, 0xa4, 0xcd, 0x7b, 0x0a, 0xf5, 0x83, 0x69, 0xad, 0xd1, 0x06,
+ 0xcf, 0x72, 0xc1, 0x6f, 0xf8, 0xfd, 0x64, 0xc2, 0x27, 0xa9, 0x4e, 0x18,
+ 0xfc, 0xe4, 0x05, 0x61, 0xf8, 0xbd, 0x16, 0xe1, 0xdf, 0x05, 0x73, 0x18,
+ 0xac, 0xb3, 0xc5, 0x34, 0x03, 0xb3, 0x19, 0xdc, 0xeb, 0xfc, 0x5d, 0xa0,
+ 0xab, 0x32, 0xec, 0xe9, 0x7a, 0x96, 0x2e, 0xc8, 0x95, 0x0d, 0xd4, 0x18,
+ 0xf6, 0x00, 0x83, 0x81, 0xfd, 0x71, 0x0b, 0x0b, 0x4e, 0x22, 0x5b, 0xde,
+ 0x9a, 0x57, 0x63, 0x8c, 0x2b, 0x0c, 0x46, 0x3a, 0x39, 0xb3, 0x5f, 0x1e,
+ 0x06, 0x23, 0x3c, 0x75, 0x60, 0x1b, 0x3e, 0xfa, 0x19, 0x70, 0x98, 0x4d,
+ 0x47, 0x33, 0xd2, 0x9f, 0x16, 0xb7, 0xb7, 0xfc, 0x7e, 0x01, 0x06, 0xdb,
+ 0x91, 0x03, 0x8c, 0x11, 0xe7, 0xdf, 0xb0, 0x6b, 0xd5, 0xc7, 0x8d, 0x27,
+ 0x0d, 0x5e, 0xd6, 0xac, 0x1a, 0x6b, 0xed, 0xf8, 0xf5, 0x72, 0x9f, 0xcf,
+ 0x7a, 0xe2, 0x61, 0x43, 0xca, 0x62, 0x7b, 0x51, 0x66, 0xf7, 0x18, 0xa8,
+ 0x4d, 0x4e, 0x4b, 0x58, 0x02, 0xe8, 0xef, 0x10, 0x2b, 0x0e, 0x3f, 0x6d,
+ 0x93, 0x67, 0xa1, 0xfa, 0x62, 0xd5, 0x14, 0x61, 0x2a, 0xaa, 0x0f, 0x37,
+ 0x45, 0x78, 0xcd, 0xb4, 0xd5, 0x63, 0xd0, 0x7d, 0x61, 0xee, 0xfb, 0x47,
+ 0xf0, 0x71, 0xff, 0xbd, 0x63, 0xcf, 0xc2, 0x00, 0x11, 0xa6, 0xd9, 0x24,
+ 0x30, 0x38, 0x56, 0xcd, 0x89, 0x78, 0xf9, 0xd3, 0x97, 0x22, 0xfb, 0xf5,
+ 0x5f, 0xab, 0xca, 0x91, 0xa3, 0xca, 0xf6, 0xae, 0xc6, 0x5d, 0x6a, 0xe4,
+ 0xaa, 0xf2, 0x13, 0x91, 0xbd, 0x55, 0x76, 0xec, 0x07, 0xfe, 0x40, 0x87,
+ 0x6d, 0x60, 0xcd, 0x9e, 0x3e, 0xe2, 0x7e, 0x80, 0x75, 0x27, 0x1e, 0x97,
+ 0xc1, 0x5e, 0xe0, 0x0f, 0xef, 0xde, 0x1f, 0xfc, 0xa1, 0x75, 0x13, 0xe0,
+ 0x23, 0x08, 0xc7, 0x75, 0x64, 0xc8, 0xc0, 0x4b, 0xdd, 0xda, 0x31, 0x5e,
+ 0xb3, 0x72, 0xf8, 0x6b, 0xfa, 0xe2, 0x77, 0xb8, 0xab, 0x02, 0x2b, 0x11,
+ 0xd3, 0xa8, 0xd8, 0x36, 0xeb, 0xa1, 0x58, 0xb2, 0x35, 0x29, 0x5d, 0x2c,
+ 0xb2, 0xf9, 0x98, 0x6d, 0xb4, 0x96, 0x65, 0x50, 0x3d, 0x56, 0x75, 0x36,
+ 0x6b, 0xe6, 0x85, 0x8a, 0x2c, 0x44, 0x6f, 0x82, 0xc3, 0xb4, 0x4e, 0x83,
+ 0x53, 0x1a, 0x42, 0x3b, 0xc1, 0xef, 0x7f, 0xff, 0xfb, 0x9d, 0x00, 0x56,
+ 0x4e, 0xb6, 0xb1, 0x99, 0xa3, 0x1f, 0xc5, 0x0e, 0x44, 0xb8, 0xad, 0x8b,
+ 0x51, 0x31, 0xa5, 0x5d, 0xce, 0x8b, 0x17, 0x7f, 0xfe, 0x43, 0xf6, 0xb8,
+ 0x37, 0xe2, 0x69, 0xe8, 0xb7, 0x60, 0xfb, 0x75, 0x9e, 0xce, 0xd9, 0x12,
+ 0x07, 0x4e, 0x13, 0x39, 0x93, 0x52, 0xf6, 0xef, 0xf1, 0x72, 0x8e, 0x00,
+ 0xac, 0x66, 0x2f, 0xf8, 0xa6, 0xb2, 0xe2, 0xa6, 0x07, 0x8c, 0x9f, 0x9e,
+ 0x55, 0x01, 0xec, 0xda, 0x1e, 0x32, 0x18, 0xbc, 0xfc, 0x46, 0x3b, 0x5a,
+ 0x83, 0x18, 0x9d, 0x8a, 0x61, 0x40, 0x18, 0xf6, 0x3f, 0xd3, 0xc9, 0x17,
+ 0x3f, 0x26, 0x62, 0x45, 0xfd, 0xee, 0xc5, 0x9f, 0xa1, 0xb2, 0x0c, 0xe3,
+ 0xaf, 0xb8, 0x6a, 0xf1, 0x2f, 0x6c, 0xbc, 0x9d, 0xc2, 0xb2, 0xc4, 0xfe,
+ 0x5e, 0x3d, 0x2e, 0xb2, 0xad, 0xe3, 0xa2, 0x9c, 0x81, 0xe9, 0x98, 0x75,
+ 0x12, 0x1e, 0x3b, 0xf2, 0x9b, 0x17, 0x6c, 0x8d, 0xc1, 0xd0, 0xc0, 0x5b,
+ 0x5b, 0x13, 0x08, 0x44, 0x0a, 0x47, 0x66, 0xbb, 0xf1, 0x64, 0x1b, 0x97,
+ 0xc2, 0xbd, 0xf1, 0x38, 0x18, 0x2f, 0x17, 0x53, 0x60, 0x4d, 0xc6, 0x6d,
+ 0x8d, 0xaf, 0xf7, 0x8e, 0x2f, 0xb0, 0x76, 0x13, 0x08, 0x28, 0x59, 0xc9,
+ 0x8d, 0xf0, 0x87, 0x23, 0xb6, 0x6b, 0xc5, 0x33, 0x11, 0xd8, 0xf2, 0x9e,
+ 0x9d, 0x7e, 0xa0, 0xfd, 0x6f, 0x53, 0x9e, 0x7e, 0xbe, 0xb4, 0xc5, 0x83,
+ 0xc9, 0x71, 0x6f, 0x5e, 0xbd, 0x6c, 0x89, 0x23, 0x4f, 0x6c, 0x40, 0xad,
+ 0x03, 0x77, 0xf5, 0x2d, 0x03, 0x3a, 0x82, 0x9a, 0x0a, 0xe8, 0x66, 0xfa,
+ 0x65, 0xdf, 0x2e, 0x0f, 0xdf, 0xa0, 0x1a, 0x48, 0x13, 0x6d, 0x0e, 0xef,
+ 0xe0, 0xd6, 0xfe, 0x0f, 0xe3, 0x6d, 0x15, 0xde, 0x9c, 0x4e, 0x39, 0xe2,
+ 0xa9, 0x9c, 0x3a, 0x9d, 0x88, 0x22, 0x9b, 0xe8, 0xa8, 0x58, 0x64, 0x90,
+ 0x08, 0x02, 0x5c, 0x61, 0xad, 0x77, 0x3e, 0x64, 0x88, 0x9a, 0x3f, 0x4d,
+ 0x6f, 0xb9, 0x15, 0x0b, 0x03, 0xcd, 0x99, 0xaf, 0x7c, 0xa8, 0x79, 0xf5,
+ 0x3e, 0xfa, 0x25, 0x83, 0x70, 0x48, 0xef, 0xc1, 0x6f, 0x5e, 0x7d, 0xf4,
+ 0xa1, 0x28, 0x16, 0x3b, 0x38, 0xa6, 0x6e, 0x9e, 0x7c, 0x08, 0xc2, 0x44,
+ 0xc9, 0xa0, 0xc5, 0xcf, 0x16, 0xfe, 0xb1, 0x25, 0x82, 0xb3, 0xec, 0xec,
+ 0xf2, 0xd0, 0xdb, 0xe2, 0x51, 0x49, 0x33, 0x3d, 0x9c, 0x0a, 0xa4, 0xe5,
+ 0x34, 0x7b, 0x64, 0x8a, 0xfd, 0xc5, 0x9b, 0x60, 0x4f, 0x8c, 0x60, 0x37,
+ 0x93, 0x8b, 0xa2, 0xbe, 0x63, 0x1d, 0x21, 0x18, 0x7c, 0x05, 0xcf, 0xd8,
+ 0x33, 0x59, 0x19, 0xb4, 0x72, 0xb8, 0xd1, 0x04, 0x77, 0x78, 0xc0, 0x6e,
+ 0xbc, 0xb7, 0x1a, 0xfa, 0xe1, 0x85, 0x26, 0xd3, 0xc0, 0xa3, 0xff, 0xa4,
+ 0x0f, 0xfc, 0x2c, 0x5d, 0x18, 0xe0, 0xe8, 0x60, 0xe6, 0x03, 0x17, 0xea,
+ 0x4c, 0x03, 0x8e, 0xbe, 0x90, 0xde, 0xca, 0x2b, 0x06, 0x50, 0xa5, 0x01,
+ 0xf4, 0xd6, 0x87, 0x66, 0x5a, 0x65, 0x1a, 0xc4, 0x76, 0x2e, 0x4b, 0x6b,
+ 0xf1, 0x8e, 0x92, 0x29, 0x60, 0x15, 0x4a, 0xa3, 0x56, 0x36, 0xc5, 0xe0,
+ 0x3b, 0x1f, 0xca, 0x34, 0x5d, 0x42, 0x82, 0x52, 0x45, 0xe4, 0x4f, 0xf1,
+ 0x0d, 0xdc, 0xd1, 0x81, 0xd4, 0x92, 0xb2, 0x79, 0x6d, 0xb2, 0x2f, 0x35,
+ 0x65, 0xad, 0x57, 0x23, 0x2f, 0x02, 0xbf, 0x4b, 0x86, 0x4b, 0x9d, 0xc2,
+ 0x7a, 0x71, 0xc5, 0x0c, 0xdf, 0x7b, 0x91, 0xb9, 0x01, 0xd6, 0x44, 0x16,
+ 0x76, 0xd9, 0x76, 0xe4, 0xea, 0xd7, 0xea, 0x46, 0x59, 0x28, 0xb6, 0xf5,
+ 0x17, 0x3e, 0xb4, 0x66, 0xa3, 0x06, 0x07, 0x79, 0xc7, 0x07, 0xef, 0x57,
+ 0x75, 0x84, 0x8c, 0xb2, 0x1b, 0xf0, 0x74, 0x64, 0x4e, 0x28, 0x33, 0x96,
+ 0x56, 0xb0, 0x3d, 0x26, 0x68, 0x3e, 0x8b, 0x8a, 0x69, 0x54, 0xce, 0x18,
+ 0xe2, 0x6c, 0x7c, 0x9b, 0xc6, 0x80, 0x02, 0x16, 0x4e, 0x54, 0xf6, 0x62,
+ 0xf4, 0xdb, 0x60, 0x9b, 0x64, 0xd9, 0x03, 0x25, 0x23, 0x21, 0x06, 0x5a,
+ 0x24, 0xc4, 0x15, 0xe0, 0x91, 0x0a, 0x1e, 0xf9, 0xc1, 0x45, 0xec, 0xc6,
+ 0x60, 0x9b, 0xff, 0xf2, 0x83, 0xca, 0xe0, 0x58, 0xc1, 0xb6, 0xf8, 0xd9,
+ 0x52, 0x8d, 0xd9, 0x0d, 0x9c, 0xfb, 0x73, 0x78, 0xe5, 0xc9, 0x8f, 0x32,
+ 0x92, 0xd6, 0x90, 0xc3, 0xbc, 0xa2, 0x1b, 0xd3, 0x1c, 0xdd, 0xf3, 0xc5,
+ 0x4f, 0x4a, 0x5e, 0x3b, 0xc2, 0x7d, 0xb2, 0xbf, 0xa3, 0xf8, 0x45, 0xa7,
+ 0x60, 0x9b, 0x7e, 0xf8, 0xfa, 0xbf, 0xb9, 0x70, 0x84, 0xf4, 0xa2, 0x16,
+ 0x82, 0x9b, 0xde, 0xcf, 0x6a, 0xa9, 0x59, 0x78, 0xc9, 0xd4, 0x86, 0x9a,
+ 0x2a, 0x47, 0xbf, 0x5b, 0xc1, 0x23, 0x05, 0x3c, 0x5a, 0x0d, 0x1e, 0xaa,
+ 0xf0, 0xe1, 0x2a, 0x84, 0x74, 0x34, 0x22, 0x9b, 0x1b, 0xc7, 0xd1, 0x9e,
+ 0xfd, 0x68, 0xae, 0x2b, 0x40, 0x6f, 0xf8, 0x35, 0x9d, 0x85, 0xf4, 0xfe,
+ 0x57, 0x90, 0x63, 0x1b, 0xd9, 0xb8, 0x2c, 0x23, 0xd0, 0x2b, 0xe5, 0xb6,
+ 0x4c, 0x2b, 0x81, 0xc8, 0x51, 0x7a, 0xb4, 0x6e, 0xe9, 0xe6, 0x55, 0x1d,
+ 0x81, 0xbe, 0x5e, 0xe9, 0xcd, 0xc5, 0x07, 0x81, 0x4d, 0xe6, 0x82, 0x75,
+ 0x0a, 0xd7, 0xee, 0x36, 0x68, 0xd8, 0xeb, 0x95, 0xcd, 0xef, 0x1c, 0x08,
+ 0xd4, 0x0f, 0x37, 0xec, 0xb9, 0x15, 0xe1, 0x00, 0x67, 0x69, 0x04, 0xb6,
+ 0x66, 0x2d, 0x03, 0xf4, 0x24, 0x95, 0xa0, 0xd6, 0xd4, 0x65, 0x80, 0x5a,
+ 0x77, 0x0e, 0xde, 0xc0, 0xa5, 0x83, 0xf3, 0x56, 0x1c, 0xd3, 0xc9, 0x9f,
+ 0xe3, 0x35, 0x71, 0x55, 0xc1, 0xc1, 0xa1, 0x95, 0x82, 0xe5, 0xb9, 0x6f,
+ 0x93, 0x00, 0x57, 0x8b, 0x56, 0x1a, 0x67, 0xe9, 0x44, 0xa0, 0xa1, 0xff,
+ 0x7c, 0x3b, 0x68, 0xa4, 0xc0, 0x9a, 0xf3, 0xad, 0x05, 0xbd, 0x68, 0x80,
+ 0xdb, 0x39, 0x61, 0xdf, 0xa9, 0xe0, 0x88, 0x76, 0x54, 0xc5, 0x56, 0x3a,
+ 0x8e, 0xdb, 0x05, 0x9c, 0x19, 0xc2, 0x53, 0xd4, 0x8f, 0xbb, 0x37, 0x29,
+ 0x05, 0x06, 0x5d, 0x77, 0x6d, 0x01, 0xd5, 0x6f, 0x9f, 0xe9, 0x6f, 0xcc,
+ 0x45, 0xcb, 0x8f, 0x1b, 0xd9, 0xb8, 0xed, 0x1c, 0x35, 0xee, 0x93, 0x19,
+ 0xb8, 0xf1, 0xba, 0xb8, 0x89, 0x8d, 0x9b, 0xac, 0x8b, 0xdb, 0xb5, 0x71,
+ 0xbb, 0xeb, 0xe2, 0xf6, 0x6c, 0xdc, 0xde, 0xba, 0xb8, 0x7d, 0x1b, 0xb7,
+ 0xbf, 0x2e, 0xee, 0xc0, 0xc6, 0x1d, 0xf8, 0x71, 0xfd, 0x51, 0xdd, 0xd7,
+ 0xc1, 0x30, 0xc2, 0xb5, 0xaf, 0x81, 0xa1, 0x87, 0x61, 0x5f, 0x07, 0xc3,
+ 0x88, 0xaf, 0xee, 0xc1, 0x68, 0x49, 0x10, 0xe0, 0x5b, 0xc6, 0xda, 0x13,
+ 0x00, 0x78, 0xd7, 0xcc, 0xcd, 0x62, 0xfb, 0xb7, 0x90, 0xd9, 0x30, 0x6e,
+ 0xbf, 0x8f, 0xd2, 0xba, 0xa1, 0xaa, 0x15, 0xf4, 0x8e, 0x82, 0xbe, 0x7e,
+ 0x5e, 0x36, 0x0f, 0x81, 0x89, 0x31, 0x0b, 0xf9, 0x26, 0x20, 0x0d, 0xa7,
+ 0x3d, 0xfc, 0xb5, 0x47, 0xff, 0xb3, 0x42, 0x0e, 0x9a, 0xa1, 0x06, 0x7d,
+ 0x88, 0xab, 0xef, 0xe6, 0x78, 0x78, 0xbb, 0x2a, 0x10, 0xa1, 0x5b, 0xb1,
+ 0x5c, 0x15, 0x6b, 0x70, 0x15, 0x96, 0x3b, 0x9c, 0xe0, 0xca, 0xb2, 0x9c,
+ 0x11, 0x03, 0xdd, 0x58, 0xeb, 0x85, 0xa9, 0xf5, 0x70, 0xb3, 0xae, 0xc8,
+ 0x89, 0x81, 0xa7, 0xe1, 0x02, 0x5d, 0x53, 0x7f, 0xb3, 0x56, 0xa9, 0xfe,
+ 0xc0, 0xb5, 0xbe, 0xde, 0x5f, 0x2b, 0x22, 0xed, 0x3a, 0xc8, 0xfe, 0x50,
+ 0xb3, 0x1e, 0x6c, 0x23, 0x55, 0x80, 0xfa, 0xe8, 0x47, 0x92, 0x69, 0x18,
+ 0x82, 0x6d, 0x4b, 0x21, 0x50, 0xe1, 0x66, 0xe9, 0xe2, 0x38, 0x05, 0x5b,
+ 0xf3, 0x36, 0xff, 0xd5, 0xba, 0xad, 0x53, 0xaa, 0x61, 0x5c, 0xf3, 0xf4,
+ 0x0c, 0x35, 0xc7, 0x2e, 0x4b, 0xa1, 0xd1, 0xf2, 0xb5, 0x45, 0x00, 0xf8,
+ 0xb6, 0xe7, 0x64, 0x3e, 0xcd, 0x6a, 0x85, 0x98, 0xf3, 0x7d, 0xeb, 0x9e,
+ 0x56, 0x04, 0x96, 0x0f, 0xcc, 0xc0, 0xf2, 0xab, 0x50, 0x22, 0x1d, 0xa5,
+ 0x65, 0x2b, 0xac, 0x04, 0x85, 0x0f, 0xcc, 0xa0, 0xf0, 0xab, 0x50, 0x12,
+ 0x1d, 0x25, 0xf1, 0xa3, 0x50, 0xe2, 0x0e, 0x26, 0x56, 0xfb, 0x96, 0x42,
+ 0xae, 0xcd, 0x27, 0x4f, 0x0a, 0xa8, 0xed, 0x5b, 0x42, 0x8c, 0x78, 0xd9,
+ 0x38, 0xea, 0x03, 0xaf, 0x31, 0x4f, 0x80, 0x47, 0x1a, 0xb8, 0xd7, 0x4a,
+ 0xe4, 0xc8, 0xf8, 0xe1, 0x97, 0x60, 0x09, 0x1a, 0x11, 0x2c, 0x86, 0xeb,
+ 0x68, 0xb3, 0x38, 0x18, 0x11, 0x7c, 0x64, 0x7c, 0x1a, 0x08, 0xab, 0x43,
+ 0x13, 0x82, 0xbf, 0xdd, 0x8e, 0xe0, 0x3c, 0x36, 0x7e, 0xcb, 0x0a, 0x6e,
+ 0xe1, 0xc7, 0x0e, 0xfc, 0x78, 0x03, 0xfc, 0xc4, 0x81, 0x9f, 0xf8, 0xf1,
+ 0xdf, 0x66, 0xb7, 0xb4, 0x04, 0xdd, 0xb6, 0xac, 0x3c, 0x2b, 0x63, 0xeb,
+ 0x78, 0xf4, 0xa0, 0xcd, 0xc2, 0xff, 0xf8, 0x4c, 0x58, 0xdc, 0x9a, 0xf7,
+ 0x7e, 0x0e, 0x47, 0x20, 0x60, 0xa7, 0xd3, 0x5e, 0xf8, 0x11, 0xc9, 0x91,
+ 0xff, 0x62, 0x29, 0xf0, 0xb4, 0x67, 0x3f, 0xda, 0x38, 0xaf, 0x6a, 0x08,
+ 0x11, 0x7b, 0x55, 0xa6, 0x4c, 0x6d, 0x40, 0x81, 0x33, 0x5f, 0xf9, 0x91,
+ 0xad, 0x50, 0x89, 0xd4, 0xd6, 0x8f, 0x5a, 0xb0, 0x44, 0x0f, 0xb7, 0xec,
+ 0x20, 0x88, 0x62, 0xca, 0x56, 0x88, 0x68, 0x31, 0xe1, 0x3c, 0x84, 0x44,
+ 0x2c, 0x30, 0x81, 0x08, 0x71, 0xc0, 0x7c, 0x5d, 0xbb, 0xe2, 0xfe, 0xb1,
+ 0x67, 0x34, 0x7e, 0xe6, 0x86, 0xe0, 0x8b, 0x0c, 0xde, 0x91, 0x1d, 0xd2,
+ 0xf1, 0xd6, 0x6b, 0x68, 0x5e, 0x52, 0x7c, 0x25, 0x52, 0xf2, 0x97, 0xe9,
+ 0x1b, 0x72, 0xea, 0x6f, 0x55, 0xf4, 0x05, 0x4a, 0xa4, 0xa3, 0xb4, 0x69,
+ 0xfa, 0xcb, 0x14, 0xa2, 0xad, 0x61, 0xd4, 0x9a, 0xc3, 0xa5, 0xb4, 0xab,
+ 0x22, 0x32, 0x86, 0x61, 0xab, 0xf3, 0xd1, 0xa7, 0x60, 0xcc, 0xbf, 0xb4,
+ 0xd4, 0xf5, 0x64, 0x7e, 0x5f, 0x8c, 0xe8, 0x3e, 0x99, 0xbc, 0x18, 0x8e,
+ 0x54, 0xae, 0x72, 0x71, 0xbb, 0xd0, 0x6f, 0xf2, 0xf7, 0xe6, 0xe1, 0x74,
+ 0x7f, 0xf0, 0x91, 0x29, 0xca, 0x71, 0x06, 0x67, 0xc3, 0xdc, 0x1f, 0x56,
+ 0x54, 0xc3, 0xf5, 0xda, 0x6f, 0x6a, 0x5f, 0x3b, 0xf3, 0x8f, 0xe7, 0x80,
+ 0xc8, 0x8e, 0xac, 0x17, 0xb4, 0x47, 0xd6, 0xf3, 0xf4, 0x8c, 0x3f, 0x4c,
+ 0x5e, 0x1b, 0x3d, 0x19, 0x26, 0xcf, 0x43, 0x75, 0xc3, 0x48, 0x87, 0x7e,
+ 0x93, 0xf9, 0x17, 0xc4, 0x2f, 0x6c, 0x27, 0x0a, 0x93, 0x16, 0xde, 0x23,
+ 0x93, 0xc4, 0x1a, 0xa7, 0x76, 0x1e, 0x98, 0xf6, 0xf2, 0xfd, 0x89, 0xf7,
+ 0x88, 0x20, 0xbb, 0x2f, 0xa6, 0x4b, 0x45, 0x0c, 0x2f, 0xe1, 0x42, 0x05,
+ 0xe5, 0x68, 0x0f, 0xb6, 0xaf, 0xca, 0x5b, 0xa6, 0x64, 0x4b, 0x90, 0x55,
+ 0x62, 0x39, 0x4a, 0xe7, 0x70, 0x3a, 0xd7, 0x48, 0xd2, 0xc1, 0xde, 0x3b,
+ 0x86, 0xff, 0xd9, 0x7b, 0xce, 0xa7, 0xc6, 0x98, 0x95, 0x53, 0xf8, 0xf9,
+ 0x65, 0xb0, 0x77, 0x04, 0x61, 0x7b, 0xc9, 0x27, 0x0d, 0x23, 0x3c, 0xfb,
+ 0x7a, 0xc7, 0x08, 0xc0, 0x1d, 0xa8, 0xf1, 0xb7, 0x21, 0x3d, 0x61, 0x4b,
+ 0x97, 0xf0, 0x98, 0x69, 0xe2, 0x5c, 0xe7, 0x8c, 0xf2, 0x5a, 0x23, 0xfe,
+ 0x19, 0xc5, 0x52, 0x75, 0xb7, 0x91, 0xa3, 0x09, 0x1e, 0x73, 0x3c, 0x93,
+ 0xf3, 0xb3, 0x16, 0x12, 0xf9, 0x18, 0xfa, 0x3f, 0x5b, 0xb0, 0xb1, 0x41,
+ 0x97, 0x07, 0x15, 0x2b, 0x19, 0xf8, 0x04, 0xbe, 0x09, 0xf8, 0x57, 0x11,
+ 0xae, 0x4d, 0xb1, 0x95, 0xb9, 0xeb, 0xa4, 0x05, 0xf3, 0x0e, 0x3c, 0xb1,
+ 0xbc, 0xbd, 0x7b, 0x47, 0x3b, 0x57, 0xb0, 0xb3, 0x14, 0x23, 0x69, 0x31,
+ 0x1c, 0xa7, 0xf0, 0x37, 0xfe, 0xc1, 0xad, 0x27, 0xf6, 0x09, 0xac, 0xbc,
+ 0x3e, 0x3e, 0x9d, 0xde, 0x4c, 0xd9, 0x13, 0xb8, 0x33, 0xf6, 0x78, 0xb7,
+ 0x04, 0xe9, 0x34, 0xbf, 0xe1, 0xa9, 0x78, 0xf8, 0xaa, 0x65, 0xbe, 0x5a,
+ 0x1f, 0x39, 0x72, 0x60, 0x47, 0x6b, 0xa1, 0x73, 0xd9, 0x30, 0xde, 0xf8,
+ 0xb8, 0xc5, 0x76, 0x27, 0xd9, 0x78, 0x09, 0x3e, 0xa5, 0xbf, 0x56, 0xd9,
+ 0x58, 0xdc, 0x36, 0x77, 0xbc, 0xf5, 0xae, 0x0a, 0x6b, 0xe4, 0x7f, 0xf7,
+ 0x9c, 0xd1, 0xea, 0xc9, 0xdd, 0x25, 0xde, 0x94, 0x36, 0x6b, 0x9e, 0x99,
+ 0xc3, 0xca, 0xd9, 0x6e, 0xbc, 0xf2, 0x6b, 0xea, 0x8e, 0x8c, 0xec, 0x26,
+ 0xae, 0x57, 0x6d, 0x77, 0xe4, 0x5b, 0x37, 0x71, 0xe3, 0x35, 0x71, 0x13,
+ 0x07, 0x6e, 0xb2, 0x26, 0x6e, 0xd7, 0x81, 0xdb, 0x5d, 0x13, 0xb7, 0xe7,
+ 0xc0, 0xed, 0xad, 0x89, 0xdb, 0x77, 0xe0, 0xf6, 0xd7, 0xc4, 0x1d, 0x38,
+ 0x70, 0x07, 0x3e, 0x5c, 0x3b, 0xe3, 0xf6, 0xb6, 0xf9, 0xca, 0x3f, 0x31,
+ 0xdb, 0x89, 0xb3, 0x4d, 0xe4, 0x96, 0x35, 0xd7, 0xce, 0x7d, 0x6d, 0x22,
+ 0xb7, 0x18, 0x56, 0xed, 0xf4, 0xd5, 0x26, 0x72, 0x8b, 0x8d, 0xd5, 0xce,
+ 0x42, 0x6d, 0x22, 0xb7, 0x18, 0xc7, 0xed, 0x64, 0xd2, 0x26, 0x72, 0x8b,
+ 0x75, 0xdc, 0xce, 0x07, 0x6d, 0x22, 0xb7, 0x98, 0xc7, 0xcd, 0xb4, 0xce,
+ 0xdb, 0xfa, 0x8b, 0xd6, 0x1e, 0x56, 0x32, 0x33, 0xeb, 0x68, 0xde, 0x01,
+ 0x68, 0x26, 0x57, 0xd6, 0xd1, 0xbc, 0x63, 0xcf, 0xcc, 0x8f, 0xac, 0xa3,
+ 0x79, 0x87, 0x9d, 0x99, 0xe2, 0x58, 0x47, 0xf3, 0x8e, 0xb8, 0x26, 0x9d,
+ 0x99, 0x7f, 0x16, 0x6a, 0x32, 0x96, 0xf9, 0x67, 0x1b, 0x06, 0x13, 0x73,
+ 0x18, 0x6f, 0xcb, 0x18, 0x4c, 0xc2, 0x61, 0xbc, 0xcd, 0x60, 0x30, 0x5d,
+ 0x0e, 0xd3, 0x56, 0xe7, 0x1e, 0x87, 0xf1, 0xce, 0x06, 0x0c, 0xa6, 0xcf,
+ 0x61, 0xbc, 0xa3, 0x9e, 0xc1, 0x0c, 0x38, 0x8c, 0x77, 0x74, 0xe3, 0xd5,
+ 0x45, 0x79, 0xc5, 0x61, 0x3f, 0x9f, 0x9f, 0x8c, 0x3f, 0xef, 0x90, 0x83,
+ 0x84, 0xf9, 0x7a, 0x9d, 0xd5, 0x1d, 0x13, 0xde, 0x05, 0x76, 0xc2, 0x3b,
+ 0xdf, 0x22, 0x29, 0x12, 0xd9, 0x05, 0x56, 0x1a, 0x3b, 0x1f, 0x86, 0x92,
+ 0x29, 0x35, 0x70, 0xe7, 0x49, 0x6d, 0xf5, 0xe6, 0xe1, 0x1a, 0x22, 0x0f,
+ 0x29, 0xa5, 0x6a, 0x89, 0x22, 0xb0, 0xd4, 0x0a, 0x4b, 0x41, 0x43, 0x20,
+ 0x72, 0x10, 0x68, 0xd3, 0xd2, 0x2d, 0x02, 0xb1, 0x83, 0x40, 0x8b, 0xb1,
+ 0xce, 0x26, 0x90, 0x38, 0x08, 0xb4, 0x98, 0xee, 0x6c, 0x02, 0x5d, 0x07,
+ 0x81, 0xee, 0x26, 0x04, 0x7a, 0x0e, 0x02, 0xbd, 0x4d, 0x08, 0xf4, 0x1d,
+ 0x04, 0xfa, 0x9b, 0x10, 0x18, 0x38, 0x08, 0x0c, 0x36, 0x21, 0x30, 0x74,
+ 0x10, 0x18, 0x6e, 0x42, 0x00, 0x03, 0x37, 0x59, 0x92, 0xd4, 0xd9, 0x88,
+ 0x84, 0x53, 0x18, 0x37, 0x92, 0xc6, 0xd0, 0x25, 0x8e, 0x61, 0x8b, 0x3c,
+ 0xfa, 0x73, 0x21, 0x1d, 0xb4, 0x28, 0xa7, 0x7a, 0xfa, 0x09, 0x99, 0x50,
+ 0x60, 0x05, 0x56, 0x3e, 0x07, 0x1b, 0x57, 0x0d, 0x41, 0x1d, 0x82, 0xed,
+ 0xe6, 0xc1, 0xbb, 0x1f, 0xcc, 0xaa, 0x7a, 0x3f, 0x9b, 0x8f, 0xee, 0x4e,
+ 0x48, 0x7f, 0xd5, 0x9e, 0xbd, 0x67, 0x2e, 0x66, 0x78, 0x3d, 0xfd, 0x85,
+ 0xb7, 0x41, 0xe9, 0x74, 0x7a, 0x93, 0x8e, 0x3e, 0x91, 0x57, 0x83, 0xf2,
+ 0xd4, 0xb6, 0xdf, 0xc6, 0x06, 0x28, 0xc7, 0x1e, 0x27, 0xf4, 0xc6, 0xf6,
+ 0x87, 0x50, 0xad, 0x61, 0xb3, 0xf4, 0xf3, 0x69, 0x31, 0xfa, 0x94, 0x8d,
+ 0x15, 0x7b, 0x91, 0xf5, 0xae, 0x65, 0x4b, 0xfd, 0xb1, 0xcc, 0xeb, 0xec,
+ 0xfd, 0x27, 0xb1, 0x9d, 0xbe, 0xfa, 0x4c, 0xd7, 0x9e, 0x3d, 0xba, 0x80,
+ 0x40, 0x78, 0x57, 0xd4, 0x1a, 0x4e, 0x56, 0x96, 0x7e, 0xa4, 0x0a, 0xf6,
+ 0xfb, 0x19, 0xdd, 0xe6, 0x83, 0x3d, 0x87, 0xf2, 0xb8, 0x12, 0x09, 0x2f,
+ 0xf9, 0x1d, 0x52, 0x0c, 0x9a, 0x06, 0x57, 0x7d, 0xeb, 0x27, 0x01, 0xe9,
+ 0x27, 0xf2, 0x4b, 0x14, 0x48, 0xd9, 0x7d, 0xb4, 0x03, 0x87, 0x0f, 0x28,
+ 0xa9, 0x32, 0xd0, 0x96, 0x87, 0x44, 0xf6, 0xb9, 0xce, 0x21, 0x68, 0x09,
+ 0xfb, 0xfc, 0x20, 0xf6, 0x4c, 0xd6, 0x3b, 0xef, 0x12, 0x36, 0x45, 0xeb,
+ 0x55, 0x4d, 0x17, 0x19, 0x97, 0xd5, 0xf5, 0xe2, 0x2a, 0x2b, 0x41, 0x56,
+ 0xdd, 0x1f, 0x5a, 0x4e, 0x2a, 0x4c, 0xf8, 0xdc, 0x47, 0x28, 0xdf, 0x90,
+ 0xd0, 0xd8, 0x47, 0x68, 0xbc, 0x21, 0xa1, 0x42, 0x64, 0xd0, 0xf3, 0x7c,
+ 0xd9, 0x80, 0x54, 0xc6, 0x5d, 0x71, 0xdd, 0x1f, 0x36, 0x20, 0x04, 0x4e,
+ 0xfa, 0x75, 0xd3, 0xf5, 0xad, 0xdf, 0xdb, 0xad, 0x29, 0x5a, 0xef, 0x99,
+ 0xaf, 0xfc, 0x35, 0x52, 0x20, 0x73, 0x1b, 0x79, 0x45, 0x5f, 0x29, 0x90,
+ 0x63, 0x1b, 0x79, 0x45, 0xff, 0x28, 0x90, 0xb2, 0x67, 0xac, 0x77, 0x6b,
+ 0xa1, 0x8b, 0xde, 0x30, 0x5f, 0xad, 0x85, 0x6c, 0xf4, 0x80, 0xe7, 0x8b,
+ 0x57, 0xd3, 0xac, 0x6f, 0x0c, 0xd6, 0x1b, 0x6f, 0xfc, 0x75, 0x68, 0x00,
+ 0x73, 0x0b, 0x75, 0x05, 0xdf, 0x1b, 0xc0, 0xb1, 0x85, 0xba, 0x82, 0xeb,
+ 0x0d, 0xa0, 0x64, 0xba, 0xf9, 0x6a, 0x1d, 0x64, 0xc1, 0x72, 0xe3, 0xcd,
+ 0x3a, 0xa8, 0x06, 0xc3, 0xdd, 0x1f, 0x7c, 0xfc, 0xbe, 0x29, 0x8a, 0xaa,
+ 0x36, 0x38, 0x6e, 0xbd, 0xf3, 0xd7, 0x42, 0x05, 0xcd, 0x1d, 0xe8, 0x2b,
+ 0xf8, 0xae, 0x82, 0x8e, 0x1d, 0xe8, 0x2b, 0x78, 0xaf, 0x82, 0x4a, 0xee,
+ 0xdb, 0x2f, 0xd7, 0x23, 0x20, 0x7a, 0xc0, 0x7a, 0xb7, 0x1e, 0xba, 0xd1,
+ 0x0b, 0xbe, 0x4f, 0x7e, 0x4b, 0x1b, 0x3f, 0xcb, 0x3e, 0x1c, 0x19, 0xbd,
+ 0xe1, 0xf9, 0xe2, 0xaf, 0x95, 0x8d, 0x90, 0x7b, 0x49, 0xad, 0xe8, 0x1f,
+ 0x1b, 0x61, 0xec, 0x25, 0xb5, 0xa2, 0xaf, 0x6c, 0x04, 0xd9, 0x63, 0xbe,
+ 0x4f, 0x9b, 0x10, 0x13, 0xbd, 0xe7, 0xf9, 0xb2, 0x09, 0x29, 0xa3, 0x27,
+ 0xdb, 0x01, 0x7c, 0xfd, 0xa9, 0x87, 0xda, 0xdc, 0x56, 0xc3, 0x72, 0xb6,
+ 0x9d, 0xd3, 0xeb, 0x51, 0x34, 0x75, 0xb4, 0x96, 0xe3, 0x79, 0x3d, 0x40,
+ 0xa6, 0x8e, 0xd6, 0x72, 0x2a, 0xaf, 0xc7, 0xbe, 0xd4, 0xd1, 0x5a, 0x0e,
+ 0xe3, 0x11, 0xed, 0x8f, 0x7b, 0x9f, 0x73, 0x3c, 0x18, 0x6d, 0x9e, 0xfc,
+ 0x76, 0x91, 0x06, 0x26, 0xd2, 0x31, 0xbc, 0x56, 0x92, 0x06, 0x26, 0xd6,
+ 0x31, 0xbc, 0x36, 0x93, 0x06, 0x26, 0xd1, 0x31, 0xbc, 0x16, 0x14, 0x84,
+ 0xf9, 0x93, 0xd6, 0x8e, 0x3f, 0xc9, 0x76, 0x78, 0x34, 0xf6, 0x06, 0x2a,
+ 0xd2, 0x71, 0x5a, 0xf6, 0x47, 0x0d, 0x54, 0xac, 0xe3, 0xb4, 0x6c, 0xd1,
+ 0x1b, 0xa8, 0x44, 0xc7, 0x69, 0xdf, 0x95, 0xef, 0x4f, 0xb3, 0xf9, 0xf8,
+ 0x3c, 0x2d, 0xd3, 0x59, 0xc6, 0x84, 0x13, 0x9a, 0x65, 0xbd, 0x5c, 0x61,
+ 0x9a, 0xd0, 0x81, 0x23, 0x27, 0x85, 0x76, 0xdb, 0x84, 0x0e, 0x1c, 0x3b,
+ 0x29, 0xb4, 0x1b, 0x27, 0x74, 0xe0, 0xc4, 0x49, 0x61, 0x0d, 0x3e, 0xec,
+ 0xe7, 0x69, 0xa5, 0xb2, 0x00, 0x9e, 0xd7, 0x69, 0x3d, 0xc0, 0x45, 0x26,
+ 0xde, 0x1a, 0x6d, 0x06, 0xb8, 0xd8, 0xc4, 0x5b, 0xa3, 0xa5, 0x00, 0x97,
+ 0x98, 0x78, 0x6b, 0xb4, 0xaf, 0x99, 0x5e, 0xf4, 0x37, 0x6d, 0x13, 0x8c,
+ 0x0e, 0x19, 0xd9, 0xb8, 0x2d, 0xb3, 0x8c, 0x0e, 0x19, 0xdb, 0xb8, 0x2d,
+ 0x53, 0x8d, 0x0e, 0x99, 0xd8, 0xb8, 0x2d, 0xf3, 0x8d, 0x80, 0x94, 0x43,
+ 0x55, 0x7b, 0xb1, 0x4e, 0x8f, 0xca, 0x01, 0xab, 0x63, 0xae, 0xd1, 0xa7,
+ 0x72, 0xd8, 0xea, 0x98, 0x6b, 0xf4, 0xaa, 0x1c, 0xbc, 0x3a, 0x66, 0x4b,
+ 0xbf, 0xde, 0x67, 0xf6, 0xf0, 0x35, 0xdf, 0xb5, 0xb5, 0xd6, 0x84, 0x8d,
+ 0x5c, 0xf8, 0x2d, 0x6d, 0x36, 0x61, 0x63, 0x17, 0x7e, 0x4b, 0xcb, 0x4d,
+ 0xd8, 0xc4, 0x85, 0xbf, 0xba, 0xfd, 0x62, 0xd8, 0x2a, 0x8f, 0x6b, 0xb4,
+ 0x5a, 0x0c, 0x5a, 0x15, 0x6b, 0x75, 0x5b, 0xc5, 0x90, 0x55, 0xb1, 0x56,
+ 0xb7, 0x50, 0x0c, 0x58, 0x15, 0x6b, 0x75, 0xbb, 0x9a, 0xe1, 0xaa, 0xbd,
+ 0x68, 0x1b, 0xad, 0x1a, 0x60, 0x64, 0x61, 0xb6, 0x8c, 0x55, 0x0d, 0x30,
+ 0xb6, 0x30, 0x5b, 0x46, 0xaa, 0x06, 0x98, 0x58, 0x98, 0x2d, 0xe3, 0x94,
+ 0x03, 0xca, 0x61, 0xaa, 0x3e, 0xaf, 0xd1, 0x83, 0x72, 0x90, 0x6a, 0x78,
+ 0xab, 0xfb, 0x50, 0x0e, 0x51, 0x0d, 0x6f, 0x75, 0x2f, 0xca, 0x01, 0xaa,
+ 0xe1, 0xb5, 0xf4, 0xe3, 0x2c, 0x5d, 0xec, 0xdd, 0x67, 0x65, 0x0a, 0xb7,
+ 0xf9, 0x2f, 0x53, 0x88, 0x05, 0x53, 0xa1, 0xe1, 0xcd, 0x7a, 0xeb, 0x3d,
+ 0x79, 0xc2, 0x04, 0xe1, 0xa3, 0xd1, 0xb2, 0x4c, 0x47, 0x8f, 0xc2, 0xad,
+ 0xde, 0x7e, 0xd9, 0x62, 0xdd, 0x6a, 0xbc, 0x46, 0x21, 0x3a, 0x81, 0x8c,
+ 0xb1, 0x7b, 0xb6, 0x77, 0x8c, 0x01, 0x0a, 0x5e, 0x51, 0xfc, 0x5a, 0x7f,
+ 0x13, 0x46, 0x10, 0xe8, 0x6f, 0x9c, 0x95, 0x17, 0x8b, 0x19, 0xf4, 0x90,
+ 0xf2, 0xe8, 0x57, 0xde, 0x14, 0xa0, 0xc8, 0xc0, 0xf1, 0xaa, 0x6f, 0x0a,
+ 0x50, 0x6c, 0xe0, 0x78, 0x15, 0x38, 0x05, 0x28, 0x31, 0x70, 0xbc, 0x2a,
+ 0x9c, 0x02, 0xd4, 0x35, 0x70, 0xbc, 0x87, 0x62, 0x0a, 0x50, 0xcf, 0xc0,
+ 0xf1, 0x1e, 0x92, 0x29, 0x40, 0x7d, 0x03, 0xc7, 0x7b, 0x68, 0xa6, 0x00,
+ 0x0d, 0x0c, 0x1c, 0xef, 0x21, 0x9a, 0x02, 0x34, 0x34, 0x70, 0x86, 0x6b,
+ 0xe0, 0xe0, 0x01, 0x82, 0xd6, 0xa9, 0x9d, 0x75, 0xb0, 0x2c, 0x51, 0x58,
+ 0x47, 0x16, 0x42, 0x53, 0x18, 0xc2, 0x75, 0xa4, 0xe1, 0x10, 0x32, 0x8c,
+ 0x1b, 0xe5, 0xe1, 0xbb, 0xb5, 0xe4, 0x0f, 0x21, 0x23, 0x17, 0xf6, 0xda,
+ 0x65, 0xc7, 0x2e, 0xec, 0x75, 0x64, 0x12, 0x21, 0x13, 0x17, 0xf6, 0x3a,
+ 0xd2, 0x89, 0x90, 0x5d, 0x17, 0xf6, 0x3a, 0x72, 0x8a, 0x90, 0x3d, 0x17,
+ 0xf6, 0x3a, 0x12, 0x8b, 0x90, 0x7d, 0x17, 0xf6, 0x3a, 0xb2, 0x8b, 0x90,
+ 0x03, 0x17, 0xf6, 0x3a, 0x52, 0x8c, 0x90, 0x43, 0x17, 0xf6, 0x3a, 0xf2,
+ 0x4c, 0xd2, 0xd2, 0x71, 0x8a, 0xcb, 0x3a, 0x92, 0x4d, 0xf8, 0x6e, 0x71,
+ 0x5b, 0x5b, 0xde, 0x4c, 0x41, 0xff, 0xff, 0xb7, 0xf7, 0xee, 0xdd, 0x6d,
+ 0x23, 0x49, 0xbe, 0xe0, 0xfe, 0x6b, 0x7f, 0x0a, 0x94, 0xeb, 0x74, 0x97,
+ 0x7d, 0x46, 0xb6, 0x45, 0x90, 0x94, 0xe4, 0xaa, 0xad, 0xbe, 0x2b, 0x51,
+ 0x52, 0x59, 0x77, 0x24, 0x4b, 0x57, 0xa2, 0xed, 0xae, 0x9e, 0x99, 0xe5,
+ 0x81, 0x48, 0x50, 0x42, 0x9b, 0x24, 0x38, 0x04, 0xa8, 0x47, 0xd7, 0xd4,
+ 0x77, 0xdf, 0x8c, 0xc8, 0x07, 0xf2, 0x09, 0x80, 0xb2, 0xbb, 0xa7, 0x67,
+ 0x4f, 0xfc, 0xa6, 0xa7, 0x2c, 0x66, 0x46, 0x44, 0x46, 0x3e, 0x91, 0xcf,
+ 0x08, 0xc1, 0x1f, 0xbe, 0x4e, 0x24, 0xdc, 0x00, 0x2c, 0xf3, 0xa2, 0x1c,
+ 0x68, 0x2e, 0xc2, 0x0d, 0xaf, 0xf1, 0xfc, 0xb4, 0xeb, 0x82, 0x91, 0x28,
+ 0x67, 0xe1, 0xc2, 0x37, 0x79, 0xe8, 0xb8, 0xfa, 0xeb, 0x9c, 0x81, 0x37,
+ 0x08, 0x7d, 0xa2, 0xb7, 0xef, 0x06, 0xa9, 0x70, 0xf7, 0x0f, 0x6f, 0x7f,
+ 0xca, 0x62, 0x38, 0x59, 0x5c, 0xa5, 0x63, 0xf8, 0x68, 0x36, 0x50, 0x34,
+ 0x8b, 0x56, 0x5e, 0x93, 0xa5, 0x6e, 0x8e, 0xd3, 0xe4, 0xd0, 0x37, 0xd4,
+ 0x70, 0xe7, 0x2c, 0xb9, 0x95, 0x37, 0xe7, 0x16, 0x6f, 0x04, 0x9c, 0x5a,
+ 0x94, 0x4f, 0x04, 0xfc, 0x05, 0x63, 0xbd, 0x60, 0x44, 0x57, 0x0e, 0x38,
+ 0xd5, 0x80, 0xe3, 0x09, 0xfd, 0x77, 0x38, 0xd3, 0x86, 0x77, 0xdf, 0x28,
+ 0xe0, 0xde, 0x37, 0x90, 0x64, 0xe5, 0xb0, 0x37, 0xf2, 0x79, 0xec, 0x0d,
+ 0x70, 0x15, 0x65, 0x9e, 0x8d, 0x6f, 0xb3, 0x9c, 0xcd, 0xd9, 0x57, 0xd9,
+ 0x58, 0x4e, 0x55, 0x38, 0xff, 0x15, 0xc6, 0x45, 0xab, 0xfa, 0x67, 0x80,
+ 0xc5, 0x64, 0xc8, 0xaf, 0x53, 0xb0, 0xb6, 0x35, 0x85, 0x27, 0x7d, 0x66,
+ 0x40, 0x38, 0xb3, 0xc5, 0x64, 0x3f, 0x5b, 0x9d, 0xb1, 0x2a, 0x3c, 0x59,
+ 0x9c, 0x2f, 0xe0, 0x3c, 0x1a, 0xfb, 0xdd, 0x16, 0x3e, 0xf5, 0xfc, 0x31,
+ 0x92, 0xbf, 0xa3, 0x24, 0x5b, 0xd5, 0xd7, 0xf3, 0x02, 0x4c, 0x54, 0xcd,
+ 0xb2, 0xbf, 0xa5, 0x13, 0xc9, 0xc3, 0xa6, 0x4b, 0x33, 0x34, 0xc0, 0xc5,
+ 0x45, 0x7d, 0x50, 0x04, 0xd0, 0xe5, 0xa3, 0x29, 0x8f, 0x0d, 0xcf, 0x9d,
+ 0xa0, 0x85, 0x1d, 0xc2, 0x64, 0x0d, 0xb6, 0x77, 0xe5, 0xdf, 0x61, 0x72,
+ 0x3c, 0x6b, 0x94, 0xf4, 0x78, 0x04, 0xd9, 0xc0, 0xc0, 0x27, 0x82, 0x8b,
+ 0x9b, 0xea, 0xc2, 0x2d, 0x32, 0x44, 0x09, 0x04, 0xd5, 0x4c, 0xe9, 0x66,
+ 0x25, 0x3f, 0xa7, 0x37, 0x5a, 0x26, 0x3f, 0x82, 0xaf, 0xe9, 0xaf, 0x46,
+ 0x1b, 0x41, 0xfe, 0x93, 0xa4, 0x74, 0x45, 0xd4, 0x0d, 0x24, 0xae, 0x08,
+ 0xe3, 0x89, 0xcf, 0x96, 0xbc, 0x7b, 0x2c, 0xae, 0x11, 0x70, 0x3f, 0xc2,
+ 0x60, 0x3e, 0x31, 0x2c, 0x06, 0xcc, 0xd6, 0x70, 0x72, 0xe5, 0x6e, 0x89,
+ 0x1b, 0xaf, 0x11, 0x32, 0x94, 0xd7, 0xa5, 0x10, 0x3f, 0x94, 0xd8, 0x27,
+ 0xee, 0x82, 0xd0, 0xcd, 0x0c, 0x2f, 0x4f, 0xe1, 0xa1, 0xb0, 0xd5, 0x48,
+ 0x36, 0x5b, 0x27, 0x3c, 0xe5, 0xfd, 0xc9, 0x44, 0x4a, 0x39, 0x5d, 0x27,
+ 0xf2, 0x1a, 0x7c, 0x32, 0xa9, 0xd1, 0x45, 0xf1, 0x9e, 0x71, 0xb3, 0x3f,
+ 0x36, 0xb3, 0x3b, 0xdc, 0xeb, 0xdc, 0xb6, 0x25, 0xbc, 0x2d, 0x61, 0xb1,
+ 0x8e, 0xe5, 0x42, 0x3e, 0x7e, 0x59, 0x89, 0xa8, 0xd0, 0x87, 0xc8, 0xb1,
+ 0x7d, 0x57, 0xc9, 0xb8, 0xb4, 0xcc, 0xde, 0xf9, 0x1f, 0xd0, 0xe8, 0xfe,
+ 0xb4, 0x14, 0xeb, 0x80, 0x5f, 0x57, 0xf7, 0x3d, 0x57, 0x36, 0xee, 0x28,
+ 0xb8, 0x1e, 0xf7, 0x7e, 0x54, 0x37, 0xa3, 0xea, 0x92, 0xd3, 0x3d, 0xea,
+ 0xfd, 0xa8, 0xae, 0x42, 0x35, 0x70, 0x74, 0x4d, 0x8e, 0xe0, 0x7c, 0xce,
+ 0xe3, 0x11, 0xef, 0x47, 0x75, 0xd9, 0xa9, 0x81, 0xa3, 0x6f, 0x72, 0x04,
+ 0xe7, 0x6d, 0x1e, 0x8f, 0x76, 0x3f, 0xaa, 0xeb, 0x4c, 0x0d, 0x1c, 0xbb,
+ 0x26, 0x47, 0x70, 0x7e, 0xe6, 0xf1, 0x48, 0xf7, 0xa3, 0xba, 0xb0, 0xd4,
+ 0xc0, 0xf1, 0xce, 0xe4, 0x08, 0xce, 0xc3, 0x7c, 0x0e, 0xe5, 0x7e, 0xac,
+ 0xae, 0x24, 0x35, 0xf1, 0xd8, 0xd5, 0xde, 0xa2, 0xde, 0x3b, 0x56, 0xc5,
+ 0x87, 0xe7, 0x58, 0x5e, 0x9f, 0x6c, 0xb2, 0x59, 0xd7, 0xac, 0xe0, 0x39,
+ 0x9b, 0xb2, 0x28, 0x5c, 0x71, 0xaa, 0xa0, 0xf0, 0x58, 0xe0, 0x73, 0xda,
+ 0x06, 0x8f, 0x22, 0x6a, 0x6e, 0x83, 0xcc, 0x47, 0xf3, 0xe4, 0x21, 0x9b,
+ 0xaf, 0xe7, 0xb6, 0xa2, 0x67, 0xc9, 0x83, 0x77, 0x2c, 0x33, 0xd3, 0x03,
+ 0x07, 0x01, 0x29, 0xb8, 0x5e, 0x1f, 0x81, 0xb1, 0x73, 0xc6, 0xfd, 0xfe,
+ 0xe2, 0xf8, 0x42, 0x7f, 0x0a, 0x16, 0xe0, 0x84, 0xa9, 0x8d, 0xce, 0xac,
+ 0xac, 0x06, 0xf8, 0x23, 0x36, 0x15, 0x34, 0x02, 0x0b, 0x94, 0x01, 0x59,
+ 0x2c, 0x2e, 0x2c, 0x6e, 0x91, 0x7f, 0x4a, 0x66, 0x68, 0x91, 0x4c, 0xfc,
+ 0x15, 0x2a, 0x37, 0xfc, 0xe4, 0xa1, 0x05, 0xe8, 0xb3, 0x0c, 0x46, 0x6f,
+ 0xe3, 0x77, 0x88, 0x29, 0x2b, 0xde, 0x2f, 0xa7, 0xcb, 0x93, 0x45, 0x22,
+ 0xcd, 0x9e, 0x99, 0x01, 0x21, 0xb6, 0x45, 0xfa, 0x50, 0x9e, 0xe6, 0xd7,
+ 0xa8, 0x95, 0xf8, 0x33, 0x9c, 0x83, 0x49, 0x36, 0x02, 0x22, 0xf9, 0x9a,
+ 0xe9, 0xf0, 0xe4, 0x47, 0xe4, 0xe7, 0x37, 0x97, 0xea, 0xaa, 0x72, 0x92,
+ 0x26, 0x93, 0x92, 0x3f, 0xf0, 0xb4, 0xde, 0x67, 0x81, 0x7b, 0xa5, 0xe0,
+ 0x24, 0x46, 0x5a, 0x94, 0xc0, 0x35, 0x87, 0x28, 0x74, 0xcd, 0xec, 0x9c,
+ 0x32, 0x38, 0x31, 0x81, 0xf8, 0x70, 0xbb, 0x97, 0x74, 0x72, 0x22, 0x17,
+ 0x12, 0xe3, 0x99, 0xd3, 0x19, 0x37, 0xc1, 0xf2, 0xf9, 0x75, 0xb6, 0x80,
+ 0x37, 0x23, 0xc2, 0x8d, 0x1c, 0xcc, 0x61, 0x6d, 0xe3, 0x7b, 0x2e, 0x51,
+ 0xa8, 0xe4, 0xb9, 0x21, 0x3f, 0x34, 0x4b, 0x07, 0x4f, 0x0b, 0xb3, 0x85,
+ 0xbc, 0x2d, 0x66, 0x8b, 0xf4, 0x13, 0x86, 0xdb, 0x01, 0xe7, 0x57, 0x0a,
+ 0x78, 0x24, 0x3a, 0x34, 0x61, 0x61, 0xdc, 0x52, 0xbc, 0x4c, 0xdc, 0x67,
+ 0x6e, 0xd0, 0xa1, 0x09, 0x0b, 0xe3, 0x26, 0xff, 0xeb, 0x85, 0x59, 0x34,
+ 0x61, 0x61, 0xac, 0x0b, 0x65, 0x13, 0xb4, 0x56, 0x73, 0x91, 0xf9, 0x33,
+ 0x69, 0x50, 0x04, 0x3b, 0x9b, 0x48, 0x89, 0x67, 0xa2, 0xae, 0xd4, 0x02,
+ 0x94, 0xc1, 0x85, 0xf0, 0x72, 0x5e, 0x27, 0x4d, 0x8f, 0x0e, 0x89, 0xc0,
+ 0x07, 0xf7, 0x75, 0x42, 0x4c, 0x82, 0x90, 0x98, 0x72, 0x59, 0xd4, 0x09,
+ 0xd1, 0xa3, 0x83, 0x99, 0xc1, 0xd1, 0x5a, 0x7d, 0x26, 0xf8, 0x05, 0x54,
+ 0x5b, 0x90, 0x98, 0x56, 0x95, 0xca, 0x62, 0x7d, 0x8d, 0x29, 0xc5, 0xac,
+ 0xd8, 0xe7, 0x96, 0x5a, 0x75, 0xcd, 0xdc, 0xc0, 0x10, 0xfb, 0xfe, 0xe9,
+ 0x15, 0x1b, 0x0b, 0x99, 0x7c, 0x9d, 0xdd, 0x0d, 0xac, 0x63, 0x4f, 0x1e,
+ 0x3c, 0xec, 0x66, 0x60, 0x7d, 0xea, 0x6c, 0x7d, 0xe1, 0xa6, 0xae, 0x07,
+ 0xd6, 0xa7, 0xee, 0x61, 0x37, 0x03, 0xeb, 0xd9, 0x87, 0xca, 0x74, 0x46,
+ 0xc9, 0x22, 0x5c, 0x49, 0x81, 0xf8, 0x9a, 0xfa, 0x38, 0xbd, 0x72, 0x3b,
+ 0xbb, 0x2f, 0xb8, 0x46, 0x2f, 0xcf, 0x68, 0xe6, 0x09, 0xad, 0x11, 0xe0,
+ 0xf6, 0x42, 0x37, 0xb0, 0x86, 0x1d, 0x8c, 0x06, 0xac, 0x2c, 0x6e, 0x33,
+ 0x2c, 0xc4, 0x0c, 0xdf, 0x04, 0x46, 0x6c, 0xac, 0x9a, 0x9c, 0xb0, 0x9a,
+ 0x3d, 0x0a, 0xbe, 0x4c, 0xb2, 0x04, 0x78, 0x42, 0xc3, 0x4b, 0x86, 0x03,
+ 0xb8, 0x33, 0x35, 0xca, 0x8a, 0x03, 0x30, 0x9a, 0x5d, 0xbd, 0x19, 0xd1,
+ 0x67, 0x6b, 0x48, 0xf2, 0x63, 0x84, 0x14, 0x6c, 0x79, 0x2b, 0x7a, 0x5a,
+ 0x28, 0x4b, 0x52, 0xe0, 0x5f, 0xd2, 0x55, 0xce, 0x3b, 0xac, 0xe0, 0x87,
+ 0x80, 0xba, 0xbe, 0xc9, 0x19, 0xd9, 0x00, 0x35, 0xcc, 0xf3, 0x53, 0x5c,
+ 0x37, 0x09, 0x46, 0xb0, 0x20, 0x5f, 0xe6, 0xb9, 0x30, 0xbb, 0x57, 0xc3,
+ 0xcb, 0x86, 0x14, 0x9b, 0x17, 0x9e, 0x21, 0xb7, 0xe2, 0x9d, 0x27, 0x4b,
+ 0x9b, 0x17, 0x5c, 0x40, 0xb6, 0xe2, 0x85, 0x45, 0x27, 0xee, 0xef, 0x88,
+ 0x45, 0xa7, 0xe0, 0xc7, 0x65, 0x27, 0xdf, 0xf7, 0x71, 0x97, 0x9d, 0x1d,
+ 0xa7, 0x0e, 0x94, 0x14, 0xbe, 0xec, 0x75, 0x85, 0x38, 0x0b, 0x5f, 0x57,
+ 0x06, 0xde, 0x80, 0x1b, 0xf0, 0x91, 0x91, 0x0b, 0xd3, 0x8a, 0x02, 0x7f,
+ 0xb7, 0xd0, 0xe2, 0x7c, 0x99, 0x2e, 0xa0, 0x0d, 0x38, 0x7a, 0xe4, 0x2c,
+ 0x02, 0xec, 0xb1, 0x2f, 0xdb, 0xa8, 0x92, 0x0b, 0x29, 0x17, 0x7c, 0xd6,
+ 0x26, 0xc4, 0x9c, 0x4b, 0x11, 0x9b, 0xe4, 0x64, 0xc6, 0x7a, 0x92, 0x6a,
+ 0x99, 0xa6, 0x3c, 0x1e, 0xde, 0x5e, 0xe2, 0xb9, 0xbc, 0xff, 0x26, 0xf5,
+ 0x69, 0xb8, 0xf4, 0xa6, 0xb3, 0x8a, 0x0c, 0xb9, 0xf7, 0x05, 0x1a, 0x89,
+ 0xea, 0x0e, 0x62, 0x1b, 0x99, 0xe3, 0x56, 0x29, 0xd4, 0x1c, 0xd9, 0x86,
+ 0x98, 0xe5, 0x99, 0x7f, 0x5d, 0xfc, 0x53, 0x34, 0x97, 0xb7, 0x02, 0x6a,
+ 0xe5, 0x3e, 0x41, 0xdf, 0xea, 0x2c, 0xbf, 0x9e, 0x22, 0xbc, 0xdb, 0x51,
+ 0xcf, 0x57, 0xa7, 0xb3, 0x76, 0xf8, 0xbf, 0x91, 0x64, 0x75, 0x2e, 0x5f,
+ 0x4b, 0xb0, 0xb9, 0xc6, 0xea, 0xdc, 0xbe, 0x5e, 0x6e, 0x1b, 0x7d, 0xb5,
+ 0x87, 0x82, 0x75, 0x2d, 0x3b, 0x44, 0xd6, 0xb2, 0x85, 0x84, 0xd8, 0xe3,
+ 0x96, 0xa9, 0xb4, 0x6b, 0x2f, 0x16, 0xbb, 0xa7, 0x85, 0x7b, 0x28, 0x9e,
+ 0x96, 0x03, 0x4f, 0x2b, 0xf7, 0xc9, 0x7e, 0x92, 0xde, 0xde, 0x96, 0xee,
+ 0xa5, 0x79, 0x9a, 0xee, 0xde, 0xf6, 0xee, 0x97, 0xff, 0x24, 0xfd, 0x7d,
+ 0xad, 0xde, 0x47, 0xd2, 0xaa, 0xdd, 0xfb, 0x18, 0xeb, 0x55, 0x6f, 0xdf,
+ 0xf6, 0x65, 0x97, 0xc1, 0x4b, 0xab, 0xf2, 0x39, 0x58, 0x6d, 0xfc, 0x06,
+ 0x42, 0x7f, 0x6d, 0x10, 0xfa, 0xeb, 0x26, 0x42, 0xab, 0x2c, 0x86, 0x74,
+ 0xf5, 0x51, 0x6c, 0x24, 0x38, 0xa4, 0xaf, 0x8f, 0x22, 0x38, 0x1b, 0xb6,
+ 0xfc, 0xd7, 0xc1, 0x64, 0x78, 0xf0, 0xa3, 0xf4, 0x55, 0x57, 0xd4, 0xce,
+ 0xc3, 0x03, 0xae, 0xe2, 0x84, 0x08, 0xe5, 0x11, 0xae, 0x68, 0x27, 0x6b,
+ 0xce, 0xa4, 0x1d, 0x2d, 0xe0, 0xa0, 0x6f, 0x22, 0x24, 0x88, 0x5f, 0x35,
+ 0x3c, 0xdc, 0x0c, 0x18, 0x9b, 0x07, 0x5e, 0xa1, 0x5b, 0x22, 0xc1, 0x85,
+ 0xce, 0x72, 0x61, 0x22, 0x58, 0xd4, 0xcc, 0x04, 0x75, 0x6e, 0x61, 0x26,
+ 0xd1, 0xe2, 0x9e, 0xd6, 0x58, 0xe1, 0x60, 0xdc, 0x8b, 0x9c, 0x9b, 0xc0,
+ 0x06, 0x2e, 0xf0, 0xca, 0x1b, 0x76, 0x5f, 0xa1, 0x27, 0xf5, 0x3e, 0xf7,
+ 0xa4, 0x74, 0x9b, 0xd7, 0x25, 0xc4, 0x67, 0xc9, 0x60, 0xa3, 0x5a, 0x70,
+ 0xca, 0x39, 0xb2, 0xb0, 0x49, 0x1d, 0xe2, 0xcb, 0x0a, 0xf1, 0x10, 0x70,
+ 0x72, 0xf0, 0xc8, 0x66, 0x83, 0x82, 0x59, 0x86, 0x81, 0x97, 0x52, 0x16,
+ 0x5a, 0x5b, 0xb9, 0x96, 0xc3, 0x41, 0x21, 0xa1, 0x0a, 0x8d, 0xc2, 0x0b,
+ 0x25, 0xee, 0x11, 0x74, 0x22, 0x12, 0xfb, 0x7c, 0x9b, 0xcd, 0x52, 0x9e,
+ 0xe1, 0xab, 0x32, 0x5f, 0x2e, 0xb1, 0x8a, 0xc1, 0x83, 0x67, 0x47, 0x95,
+ 0x43, 0xc1, 0xc3, 0xeb, 0xe5, 0x5d, 0xaf, 0xf2, 0x2f, 0xe9, 0x82, 0x97,
+ 0xbb, 0x60, 0x3f, 0xc0, 0xa0, 0xba, 0xe2, 0xe7, 0xac, 0x29, 0x6f, 0x4c,
+ 0xc7, 0xf9, 0x6a, 0x7f, 0xac, 0x27, 0x0e, 0xa1, 0xe8, 0x01, 0x76, 0x3f,
+ 0x68, 0xcf, 0x9f, 0x0b, 0xb8, 0xcd, 0xb5, 0x54, 0x71, 0x9b, 0x15, 0xea,
+ 0xad, 0xda, 0xc6, 0xa8, 0xe7, 0x1e, 0xf3, 0xa5, 0x99, 0x54, 0x1a, 0x97,
+ 0x66, 0x10, 0xd6, 0x96, 0x5f, 0xf8, 0x41, 0xad, 0x44, 0x84, 0x1d, 0xd0,
+ 0x70, 0x86, 0x69, 0xb2, 0x00, 0xdb, 0x44, 0x15, 0x03, 0x3c, 0x5b, 0x00,
+ 0xbb, 0x44, 0xe1, 0xef, 0x83, 0x62, 0x34, 0x46, 0x2c, 0x8d, 0xbd, 0xc4,
+ 0xc2, 0xfa, 0x73, 0x94, 0xd4, 0x1e, 0xc4, 0x73, 0xc7, 0xad, 0x8d, 0x55,
+ 0x1f, 0x6f, 0x52, 0xf5, 0xb1, 0x53, 0xf5, 0x71, 0xdb, 0xaa, 0x8f, 0x7d,
+ 0x55, 0x1f, 0x6f, 0x50, 0xf5, 0xb1, 0x56, 0xf5, 0xf1, 0xc6, 0x55, 0x1f,
+ 0xeb, 0x55, 0x1f, 0x6f, 0x5e, 0xf5, 0xb1, 0x55, 0xf5, 0x71, 0x53, 0xd5,
+ 0xc7, 0x56, 0xd5, 0xc7, 0x6d, 0xab, 0x3e, 0xf6, 0x56, 0x7d, 0xbc, 0x49,
+ 0xd5, 0x67, 0xe8, 0xc0, 0x80, 0x1f, 0x2b, 0xe0, 0x5f, 0x21, 0x45, 0xc5,
+ 0x78, 0xb8, 0x5e, 0x2d, 0xd2, 0x89, 0x76, 0x78, 0xeb, 0x0b, 0x0e, 0x6f,
+ 0x45, 0x55, 0x3e, 0x70, 0x31, 0xc1, 0xea, 0x67, 0x90, 0x45, 0x59, 0x9b,
+ 0xdc, 0xd2, 0x4d, 0x4f, 0x86, 0x53, 0xc0, 0x57, 0xf0, 0xc3, 0x14, 0xbf,
+ 0x0e, 0x95, 0x4b, 0x60, 0xa8, 0x44, 0xd8, 0xd1, 0x84, 0x77, 0xf2, 0x35,
+ 0xc7, 0xca, 0xd2, 0xc4, 0x99, 0x38, 0x69, 0xb7, 0x44, 0xbc, 0x67, 0x73,
+ 0xcd, 0x93, 0x5f, 0x3e, 0xc8, 0x83, 0xf6, 0xe0, 0xe1, 0x98, 0xe1, 0xae,
+ 0xd8, 0x92, 0x11, 0x56, 0x7d, 0x02, 0x04, 0xe9, 0xe4, 0xea, 0x76, 0x5d,
+ 0xe6, 0xd3, 0xe9, 0xa5, 0x3c, 0x80, 0xb2, 0xf8, 0x0f, 0x39, 0x55, 0x54,
+ 0x70, 0xb2, 0xe0, 0x11, 0xc4, 0x3a, 0xc1, 0x8b, 0x40, 0x7c, 0x7f, 0x01,
+ 0xad, 0x25, 0xa2, 0x2d, 0x6e, 0x67, 0x53, 0xc1, 0xb2, 0xd8, 0x88, 0x4c,
+ 0x62, 0x8b, 0xa5, 0xe2, 0xaa, 0xbf, 0xc0, 0x05, 0x6c, 0x86, 0xe7, 0x61,
+ 0xc6, 0xeb, 0x84, 0xd5, 0x29, 0x6a, 0x39, 0xfc, 0x15, 0xec, 0x56, 0x68,
+ 0x9d, 0x80, 0x64, 0x2c, 0x8a, 0x4b, 0xe7, 0x37, 0x03, 0xeb, 0xd8, 0xd9,
+ 0xff, 0x8b, 0x4f, 0xec, 0x51, 0x79, 0x2d, 0xb8, 0x8d, 0xb0, 0x06, 0x66,
+ 0xee, 0x5b, 0xbe, 0x62, 0xe4, 0xbf, 0x83, 0x5b, 0xff, 0x93, 0x11, 0xf8,
+ 0xa5, 0x5b, 0xdd, 0x08, 0x33, 0xef, 0xec, 0xeb, 0x8c, 0xbf, 0x74, 0x1b,
+ 0x90, 0x11, 0x53, 0x3b, 0x9b, 0x3b, 0x36, 0x05, 0x8c, 0x6b, 0x38, 0x4a,
+ 0xcc, 0xbf, 0xb6, 0x90, 0x13, 0xfd, 0x6b, 0xb8, 0xfe, 0xc6, 0xda, 0x5d,
+ 0xbe, 0x96, 0x17, 0xe6, 0xd4, 0xd5, 0x3e, 0xb8, 0x89, 0x53, 0xdf, 0x3a,
+ 0x0c, 0xe9, 0x78, 0x20, 0x51, 0x23, 0x0e, 0xa6, 0x49, 0x1b, 0x88, 0x93,
+ 0x27, 0xc6, 0xb5, 0x32, 0x25, 0xd1, 0x26, 0x82, 0x8d, 0x3b, 0x74, 0xf2,
+ 0x0a, 0x5f, 0xf0, 0x16, 0x9e, 0xf1, 0x74, 0x36, 0x59, 0xe5, 0x9e, 0xab,
+ 0x74, 0x07, 0x2c, 0x98, 0xdf, 0x39, 0xab, 0x0e, 0x25, 0xeb, 0xf5, 0xb9,
+ 0x4d, 0x67, 0x6c, 0x9d, 0x75, 0x90, 0x27, 0xab, 0xc9, 0x09, 0x5e, 0x17,
+ 0x92, 0xb7, 0x63, 0x30, 0x28, 0x3a, 0x09, 0x3a, 0x92, 0xd3, 0xef, 0xed,
+ 0x1b, 0x76, 0x34, 0xdc, 0xe0, 0x9a, 0xd2, 0xb0, 0xfa, 0x33, 0x3f, 0xbb,
+ 0xfb, 0x31, 0x5a, 0x2f, 0x43, 0xc9, 0x5a, 0xce, 0xc1, 0x35, 0x1e, 0xe1,
+ 0xa4, 0xdb, 0xff, 0x4c, 0xdb, 0xe9, 0xfa, 0xdc, 0xb1, 0x37, 0x5f, 0x80,
+ 0x04, 0xbb, 0x10, 0x9c, 0x4a, 0xc3, 0xd4, 0xc4, 0x30, 0xc3, 0xa1, 0x02,
+ 0x82, 0x23, 0x6c, 0x8e, 0xce, 0x8c, 0x74, 0xf3, 0xa9, 0x18, 0x10, 0x29,
+ 0xf3, 0xa0, 0x0d, 0x17, 0x87, 0x96, 0x37, 0x32, 0x41, 0xf1, 0x57, 0xdd,
+ 0x99, 0x83, 0x4a, 0xa6, 0x7a, 0x72, 0x6b, 0x9b, 0xbe, 0x6c, 0x30, 0x36,
+ 0x58, 0x78, 0xcc, 0x7d, 0x5c, 0x55, 0x96, 0x3e, 0x6a, 0x2c, 0xb6, 0xb0,
+ 0x74, 0x58, 0x35, 0x9f, 0xe6, 0xc9, 0x44, 0xa5, 0x0a, 0x3f, 0x6a, 0x66,
+ 0x01, 0xe2, 0xc3, 0x27, 0x58, 0xf8, 0x95, 0xae, 0x5a, 0x8e, 0xbb, 0xd4,
+ 0xb8, 0xf1, 0xa9, 0xff, 0xac, 0x49, 0x66, 0x32, 0x4b, 0x3f, 0x99, 0x8c,
+ 0x76, 0x50, 0x98, 0x39, 0xc9, 0xd0, 0x4c, 0xc9, 0x91, 0x18, 0xd2, 0xe4,
+ 0xa8, 0x77, 0x0c, 0x93, 0xb3, 0x16, 0xe3, 0xa5, 0xd1, 0x44, 0x86, 0xf9,
+ 0xcd, 0xcd, 0x4c, 0xb3, 0x84, 0x53, 0x13, 0x5b, 0xd3, 0xcf, 0x2e, 0xd2,
+ 0x95, 0xbc, 0x83, 0x09, 0x3b, 0x31, 0x70, 0x98, 0x31, 0xae, 0xbd, 0x09,
+ 0x66, 0xb0, 0xc4, 0x1a, 0x4b, 0x8d, 0xe9, 0x75, 0x9d, 0xa5, 0xab, 0xb1,
+ 0x84, 0xef, 0x82, 0x19, 0x2c, 0x3d, 0x8d, 0x25, 0x7c, 0x19, 0xcc, 0x60,
+ 0xe9, 0x6b, 0x2c, 0xe1, 0xdb, 0x60, 0x06, 0xcb, 0x8e, 0xc6, 0x12, 0xbe,
+ 0x0e, 0x66, 0xb0, 0xec, 0x6a, 0x2c, 0xe1, 0xfb, 0x60, 0x06, 0xcb, 0x9e,
+ 0xc6, 0x12, 0xbe, 0x10, 0x66, 0xb0, 0xbc, 0xd3, 0x58, 0xc2, 0x37, 0xc2,
+ 0xcc, 0xaa, 0xdc, 0xd6, 0xeb, 0x32, 0x7c, 0x25, 0xcc, 0x64, 0x32, 0x1a,
+ 0x40, 0xcb, 0x16, 0xd0, 0xd1, 0x9b, 0x40, 0xf8, 0x52, 0x18, 0xfb, 0x6a,
+ 0x1e, 0xb3, 0xcf, 0x87, 0xea, 0xca, 0xc2, 0xee, 0xef, 0x94, 0x85, 0x85,
+ 0x3f, 0x44, 0xb8, 0x05, 0x61, 0xb3, 0x94, 0x35, 0x17, 0x9b, 0xf1, 0xaa,
+ 0xcd, 0x70, 0x59, 0xd8, 0x3c, 0xe0, 0x59, 0xf7, 0x26, 0x0d, 0xf3, 0xa5,
+ 0x0f, 0xe5, 0x2a, 0x11, 0x57, 0xd6, 0xd5, 0xdf, 0x35, 0xe3, 0x06, 0x2c,
+ 0x54, 0x20, 0x3b, 0x43, 0x61, 0x06, 0xc9, 0x0c, 0xa8, 0x5b, 0xa8, 0xe0,
+ 0x32, 0x0e, 0x0d, 0xe7, 0xe9, 0x47, 0xa7, 0x86, 0xb2, 0x4d, 0x4e, 0x39,
+ 0x71, 0x29, 0x77, 0x98, 0x5a, 0x22, 0xbc, 0xe1, 0x61, 0x21, 0x70, 0xee,
+ 0x3c, 0xcc, 0x2f, 0xc1, 0x5a, 0x02, 0xbc, 0x6f, 0x63, 0xdf, 0x71, 0x30,
+ 0xc4, 0xb3, 0xa5, 0x8c, 0xfa, 0xa1, 0x1d, 0x85, 0xa8, 0xce, 0x40, 0x30,
+ 0x5b, 0xf9, 0xac, 0x12, 0xfc, 0x06, 0x24, 0xb3, 0xa3, 0x05, 0x9b, 0x15,
+ 0xdc, 0xce, 0xf9, 0xdc, 0xc5, 0x1f, 0x11, 0xfc, 0x7a, 0x82, 0xd6, 0x47,
+ 0xcb, 0x22, 0x9b, 0xe9, 0x86, 0x7f, 0x31, 0xb4, 0x79, 0xa5, 0x5a, 0xe6,
+ 0xf9, 0xd5, 0x6d, 0xae, 0x1b, 0x23, 0xc4, 0xfd, 0x37, 0x08, 0x0a, 0x7e,
+ 0x57, 0x94, 0x6e, 0xec, 0x1b, 0x26, 0xaa, 0xdc, 0x09, 0xab, 0x19, 0xc0,
+ 0x65, 0x61, 0xa5, 0x13, 0xb9, 0x5c, 0xb5, 0x83, 0xc2, 0xcc, 0xf3, 0xe4,
+ 0xe1, 0x08, 0x5a, 0x17, 0x76, 0x1f, 0x6e, 0xbc, 0xd9, 0x0e, 0x6a, 0xc5,
+ 0xcc, 0xfe, 0x97, 0xe5, 0x13, 0x93, 0x9b, 0x87, 0xd5, 0xb2, 0xf3, 0x8f,
+ 0x76, 0x3a, 0xb1, 0x24, 0x38, 0xc1, 0x35, 0x53, 0x2a, 0x50, 0x71, 0x80,
+ 0xb5, 0x2c, 0xff, 0xac, 0x19, 0x25, 0x3e, 0xdd, 0x95, 0x23, 0x36, 0x32,
+ 0x8c, 0xf6, 0x87, 0xa3, 0xab, 0x8b, 0xa3, 0xc1, 0xc9, 0xfe, 0xe9, 0xe8,
+ 0xe2, 0xfc, 0xe4, 0xc3, 0x90, 0xcf, 0xe4, 0x42, 0xb1, 0xe1, 0x5e, 0x6a,
+ 0x32, 0x1d, 0x9e, 0x1c, 0x1f, 0x3b, 0x92, 0x20, 0x30, 0x2c, 0x40, 0x58,
+ 0xf3, 0xe6, 0xfb, 0x3f, 0xac, 0xa7, 0xe4, 0x13, 0x96, 0x6b, 0xb6, 0x64,
+ 0x46, 0x0b, 0xf6, 0x7c, 0x53, 0x08, 0x7f, 0x86, 0xbf, 0xc0, 0xc2, 0xf9,
+ 0x33, 0xba, 0x28, 0xc6, 0xe7, 0x00, 0xd2, 0x4f, 0x2d, 0xda, 0x4e, 0xe7,
+ 0x9e, 0x8b, 0xf1, 0x42, 0x64, 0xd4, 0x60, 0xda, 0x44, 0x08, 0x62, 0x93,
+ 0x94, 0x7c, 0x05, 0xbe, 0x9c, 0x18, 0xa3, 0xbc, 0xbc, 0x8a, 0xa2, 0x44,
+ 0x04, 0x77, 0x8e, 0xac, 0xac, 0xa2, 0x79, 0x4b, 0x9a, 0xd1, 0x8f, 0xa4,
+ 0x53, 0xea, 0xc7, 0xc5, 0xf8, 0x97, 0x64, 0x29, 0xaf, 0x12, 0xa2, 0x24,
+ 0x08, 0x8b, 0x6e, 0x92, 0x65, 0xd3, 0x05, 0x42, 0x10, 0x83, 0x0b, 0x08,
+ 0x60, 0xb8, 0x5d, 0xe5, 0x8b, 0xec, 0x6f, 0x96, 0xc3, 0x82, 0x4a, 0x5c,
+ 0xc3, 0xdc, 0x4d, 0xd3, 0xc8, 0x72, 0x36, 0x50, 0x89, 0xc0, 0xf2, 0xd9,
+ 0x40, 0x10, 0x4e, 0x6a, 0x4e, 0xd8, 0x17, 0xe7, 0x41, 0x95, 0x36, 0x8f,
+ 0xe0, 0x3b, 0xfc, 0x11, 0x7c, 0x8c, 0x82, 0xc6, 0x4b, 0x41, 0x4e, 0x2a,
+ 0xad, 0x04, 0x5e, 0x66, 0x58, 0xe1, 0x28, 0x03, 0x4c, 0x07, 0x72, 0x25,
+ 0xa2, 0x55, 0x56, 0x04, 0xc7, 0x3a, 0x83, 0xff, 0x38, 0xc1, 0x67, 0x23,
+ 0x36, 0x3f, 0x18, 0x15, 0x0c, 0xf1, 0x7f, 0xfa, 0x34, 0x1c, 0x1d, 0x74,
+ 0x4e, 0x02, 0xd5, 0xc4, 0x62, 0x23, 0x16, 0xdb, 0xbe, 0xaa, 0xa4, 0xb8,
+ 0xfa, 0xea, 0x32, 0xc5, 0x36, 0x94, 0xb4, 0xa5, 0xa1, 0x55, 0x6d, 0xa6,
+ 0xa8, 0x56, 0x55, 0x67, 0x67, 0x59, 0xaf, 0x3e, 0x25, 0x6e, 0x83, 0x2a,
+ 0x94, 0xf2, 0xec, 0x6a, 0x54, 0xb2, 0x5a, 0x56, 0xa5, 0x23, 0x47, 0x54,
+ 0xa7, 0x4f, 0x4e, 0x73, 0x95, 0x1e, 0xd5, 0x56, 0xe9, 0xd1, 0xa6, 0x55,
+ 0x7a, 0xd4, 0xaa, 0x4a, 0x8f, 0x36, 0xa9, 0xd2, 0xa3, 0xda, 0x2a, 0x3d,
+ 0xda, 0xbc, 0x4a, 0x8f, 0x6a, 0xaa, 0xf4, 0xe8, 0x09, 0x55, 0x7a, 0x14,
+ 0xa8, 0xd2, 0xa3, 0x0d, 0xab, 0xf4, 0x28, 0x50, 0xa5, 0x47, 0x9b, 0x55,
+ 0x69, 0x5c, 0xdb, 0x4b, 0xe3, 0x4d, 0x7b, 0x69, 0xdc, 0xaa, 0x97, 0xc6,
+ 0x9b, 0xf4, 0xd2, 0xb8, 0xb6, 0x97, 0xc6, 0x9b, 0xf7, 0xd2, 0xb8, 0xa6,
+ 0x97, 0xc6, 0x4f, 0xe8, 0xa5, 0x71, 0xa0, 0x97, 0xc6, 0x1b, 0xf6, 0xd2,
+ 0x38, 0xd0, 0x4b, 0xe3, 0x0d, 0x7b, 0x69, 0x5c, 0xdb, 0x4b, 0xe3, 0x4d,
+ 0x7b, 0x69, 0xdc, 0xaa, 0x97, 0xc6, 0x9b, 0xf4, 0xd2, 0xb8, 0xb6, 0x97,
+ 0xc6, 0x9b, 0xf7, 0xd2, 0xb8, 0xa6, 0x97, 0xc6, 0x4f, 0xe8, 0xa5, 0x71,
+ 0xa0, 0x97, 0xc6, 0x1b, 0xf6, 0xd2, 0x38, 0xd0, 0x4b, 0xe3, 0xf6, 0xbd,
+ 0x14, 0xbe, 0xc5, 0xf3, 0xd1, 0x38, 0x99, 0xb3, 0xc5, 0x0b, 0x2b, 0x14,
+ 0x6b, 0x6e, 0xc1, 0x03, 0xdb, 0xcc, 0x2b, 0xe6, 0xa3, 0x25, 0xcc, 0xf5,
+ 0xf6, 0xd5, 0xcb, 0x47, 0x4b, 0x04, 0xc6, 0x9a, 0x0f, 0x23, 0x6b, 0x64,
+ 0x31, 0xe2, 0xaa, 0x3d, 0x54, 0xb3, 0x4a, 0x14, 0x78, 0xbc, 0x9e, 0xcd,
+ 0x1e, 0xa3, 0x42, 0x8b, 0x0e, 0xc9, 0x72, 0xfd, 0x77, 0x6d, 0x81, 0x7f,
+ 0x8e, 0xd9, 0x8c, 0x3b, 0xc7, 0x09, 0xbd, 0x8a, 0xf4, 0xb9, 0x0f, 0x33,
+ 0x18, 0x7d, 0x7e, 0xc3, 0x74, 0x26, 0x78, 0x0b, 0x3a, 0x9a, 0x67, 0x37,
+ 0xb7, 0x25, 0xae, 0x08, 0x2f, 0x32, 0xdc, 0x40, 0xc3, 0x07, 0xa2, 0x46,
+ 0x68, 0x48, 0x6f, 0xe4, 0xbf, 0x4f, 0x0a, 0x87, 0x5b, 0x0b, 0xab, 0xe5,
+ 0xcd, 0x0a, 0xb9, 0x43, 0xad, 0x58, 0xe5, 0x66, 0x76, 0x03, 0xdf, 0x49,
+ 0x32, 0xc6, 0x45, 0xf7, 0x31, 0x74, 0x9b, 0xa4, 0x28, 0x2b, 0x11, 0xfe,
+ 0xc8, 0x5a, 0x71, 0x8b, 0xbc, 0x64, 0xff, 0x6a, 0x22, 0x54, 0x40, 0x83,
+ 0x16, 0x07, 0xb3, 0x6c, 0xb9, 0x34, 0x92, 0x96, 0x21, 0xb5, 0x8c, 0xb3,
+ 0x3c, 0xff, 0x52, 0x9c, 0x66, 0x5f, 0xc0, 0xa5, 0xdc, 0x42, 0x63, 0xb7,
+ 0xc3, 0xdb, 0x09, 0xb1, 0xf3, 0xef, 0x44, 0xb4, 0x14, 0x03, 0x05, 0x3f,
+ 0xcc, 0x21, 0xd0, 0x95, 0x54, 0xc5, 0x35, 0xd5, 0xcb, 0x64, 0x66, 0x2b,
+ 0x04, 0xef, 0x8f, 0x5a, 0x28, 0x22, 0x78, 0xd5, 0x6d, 0x22, 0xc5, 0xad,
+ 0x5d, 0xe2, 0x6d, 0xd8, 0xe4, 0x46, 0x39, 0xfc, 0x3a, 0xf4, 0xe5, 0x72,
+ 0x7e, 0xf0, 0xc8, 0xcf, 0xef, 0xc5, 0x8b, 0x67, 0x7e, 0x4b, 0xfa, 0xf2,
+ 0xe2, 0xec, 0x47, 0xe9, 0x33, 0xaa, 0x85, 0x8c, 0xfd, 0xf1, 0x01, 0x7f,
+ 0xe6, 0xe7, 0x0a, 0xd9, 0x7f, 0x3b, 0x88, 0xae, 0x59, 0x64, 0x7d, 0xe9,
+ 0xae, 0x93, 0xfd, 0x89, 0x78, 0x99, 0xe2, 0x8a, 0x80, 0x5b, 0xd3, 0xc9,
+ 0x64, 0x62, 0x5b, 0x07, 0x8a, 0xed, 0x2e, 0x0a, 0x1b, 0xcd, 0xea, 0xbe,
+ 0xb6, 0x2d, 0xa6, 0xbe, 0x50, 0x27, 0x70, 0x1d, 0x82, 0x05, 0xe8, 0x2a,
+ 0x60, 0x40, 0xf3, 0x2e, 0x4b, 0x25, 0xe0, 0x21, 0x2b, 0x0d, 0x7e, 0xf6,
+ 0xbb, 0x25, 0x3b, 0xcf, 0xbf, 0xe2, 0x54, 0xf7, 0xbb, 0x79, 0xde, 0xf7,
+ 0xdb, 0xe4, 0x3d, 0x19, 0x1f, 0x3c, 0x0e, 0x97, 0xc5, 0x30, 0x59, 0xf2,
+ 0xa3, 0x04, 0x5b, 0x90, 0x41, 0xd0, 0x46, 0x18, 0xcb, 0x4a, 0xbd, 0x30,
+ 0x49, 0xd0, 0x20, 0x4c, 0x5e, 0x61, 0x3f, 0xe0, 0x63, 0xbe, 0x23, 0xab,
+ 0xde, 0x33, 0x99, 0x21, 0xc2, 0x6a, 0x66, 0x9a, 0x90, 0xfd, 0x16, 0x8d,
+ 0x4c, 0x4a, 0x39, 0x4e, 0x16, 0x21, 0x31, 0x70, 0xb7, 0xa2, 0xb5, 0x1c,
+ 0x57, 0x40, 0x43, 0x36, 0xb2, 0xc6, 0x8e, 0xdb, 0x50, 0x94, 0xd2, 0xdf,
+ 0x1a, 0xfb, 0xdb, 0x71, 0x93, 0x76, 0x51, 0xf9, 0x45, 0x6b, 0xd2, 0x41,
+ 0x3c, 0x90, 0xe0, 0x66, 0x28, 0xec, 0xae, 0x52, 0x59, 0xa7, 0xa8, 0x6f,
+ 0xed, 0x9c, 0xfc, 0x98, 0x5f, 0xf1, 0xb3, 0x25, 0x4c, 0xf9, 0x1d, 0xbf,
+ 0x40, 0x5e, 0x8e, 0x86, 0x07, 0x78, 0x79, 0xca, 0xf1, 0x8f, 0x0b, 0x1b,
+ 0x4d, 0xc3, 0x03, 0xb8, 0xd8, 0x74, 0x38, 0xf8, 0xd1, 0x75, 0x9f, 0xdb,
+ 0x2c, 0x11, 0x8c, 0x5b, 0xa8, 0x11, 0x40, 0x88, 0xe2, 0xbf, 0x7d, 0xed,
+ 0xcc, 0x27, 0x81, 0xcd, 0x0b, 0xe7, 0x2e, 0x2f, 0x78, 0x7a, 0x6d, 0xe2,
+ 0xc5, 0x3e, 0xac, 0xcd, 0x96, 0x2c, 0x11, 0x7c, 0x10, 0xf3, 0xdb, 0x91,
+ 0xe8, 0x78, 0x14, 0xe1, 0xb4, 0xe9, 0xc4, 0x9f, 0x9d, 0xe6, 0x8c, 0x4c,
+ 0x53, 0xbc, 0x5c, 0x75, 0xcf, 0x1f, 0x6f, 0x0b, 0xe6, 0x63, 0x70, 0x02,
+ 0x3c, 0xe5, 0xa1, 0xcd, 0x22, 0xa4, 0x65, 0x62, 0xc1, 0x7c, 0x54, 0xbf,
+ 0x67, 0x27, 0xb9, 0xb8, 0x05, 0x64, 0x71, 0xd7, 0x49, 0x56, 0x67, 0xc0,
+ 0xf5, 0x9e, 0xcb, 0xbf, 0x4a, 0xef, 0x4e, 0xb3, 0x79, 0x56, 0xee, 0xcb,
+ 0xa7, 0xd0, 0x42, 0xc2, 0x65, 0x7a, 0x17, 0xcd, 0x20, 0xa2, 0xe1, 0xdb,
+ 0xc6, 0xa5, 0xfc, 0x35, 0x99, 0xcb, 0xd3, 0xf4, 0x4a, 0xc4, 0xff, 0x4e,
+ 0xe6, 0xca, 0x1b, 0x6b, 0x3d, 0x7b, 0x5a, 0x5e, 0xb3, 0x91, 0xd2, 0x5a,
+ 0x6c, 0xc8, 0xf2, 0xbf, 0xb8, 0x6a, 0xb7, 0xd2, 0x50, 0xa2, 0x2e, 0x42,
+ 0xa2, 0xf0, 0x54, 0x7c, 0x13, 0x61, 0x2c, 0x5b, 0xf8, 0x22, 0xce, 0xcc,
+ 0x13, 0x1c, 0x43, 0x34, 0xd6, 0x0b, 0xd3, 0x43, 0xf7, 0x6a, 0xa7, 0x57,
+ 0x69, 0x34, 0xae, 0xf1, 0x5a, 0x02, 0xdc, 0x71, 0x4d, 0x5f, 0x8d, 0x9f,
+ 0xd4, 0x57, 0x63, 0x5f, 0x5f, 0x8d, 0x37, 0xe9, 0xab, 0xb1, 0xd9, 0x57,
+ 0xe3, 0x4d, 0xfa, 0x6a, 0xec, 0xed, 0xab, 0xf1, 0xd3, 0xfa, 0x6a, 0x1c,
+ 0xea, 0xab, 0x71, 0xbb, 0xbe, 0x1a, 0x7b, 0xfb, 0x6a, 0xbc, 0x49, 0x5f,
+ 0x8d, 0xad, 0xbe, 0x1a, 0xb7, 0xea, 0xab, 0xb1, 0xaf, 0xaf, 0xc6, 0xed,
+ 0xfb, 0x6a, 0xec, 0xef, 0xab, 0xf1, 0x66, 0x7d, 0x35, 0xf6, 0xf4, 0xd5,
+ 0xb8, 0x7d, 0x5f, 0x8d, 0xc3, 0x7d, 0x35, 0xde, 0xb0, 0xaf, 0xc6, 0xe1,
+ 0xbe, 0x1a, 0x6f, 0xdc, 0x57, 0x63, 0xbb, 0xaf, 0xc6, 0xad, 0xfb, 0x6a,
+ 0xec, 0xeb, 0xab, 0x71, 0x9b, 0xbe, 0xfa, 0xf9, 0xe0, 0x1c, 0xaf, 0x0a,
+ 0xaf, 0x67, 0xa5, 0x74, 0x5e, 0x79, 0x70, 0x0e, 0xdd, 0x9c, 0x5b, 0x7f,
+ 0x6f, 0xc1, 0x7b, 0x9b, 0x82, 0x33, 0x52, 0xd1, 0x1e, 0x04, 0xf3, 0x7b,
+ 0x0c, 0x93, 0x57, 0x55, 0x6b, 0x98, 0xc1, 0xd2, 0x87, 0xc9, 0x0a, 0x17,
+ 0x3f, 0x5b, 0x30, 0xc2, 0x75, 0xb6, 0x41, 0xc5, 0x35, 0x6c, 0xf6, 0x94,
+ 0xcc, 0xf9, 0x16, 0xe9, 0x6a, 0x51, 0x94, 0xd5, 0x4d, 0x4e, 0xc1, 0xff,
+ 0x01, 0x83, 0xa3, 0x4f, 0xea, 0x0e, 0x67, 0x60, 0xbb, 0x8a, 0x0b, 0x49,
+ 0x8b, 0x55, 0xc5, 0x7a, 0x74, 0x75, 0x59, 0x97, 0x64, 0xec, 0x14, 0x6e,
+ 0xdc, 0xba, 0x70, 0x63, 0xb7, 0x70, 0xe3, 0xd6, 0x85, 0x1b, 0xdb, 0x85,
+ 0x1b, 0xb7, 0x2c, 0xdc, 0xd8, 0x28, 0xdc, 0xb8, 0x75, 0xe1, 0xc6, 0xde,
+ 0xc2, 0x8d, 0x37, 0x2b, 0xdc, 0x58, 0x2b, 0xdc, 0xb8, 0xb6, 0x70, 0xe5,
+ 0x83, 0xf7, 0x11, 0xb8, 0x0a, 0x9e, 0xb1, 0x81, 0x69, 0x5d, 0xa4, 0x9f,
+ 0xf3, 0x12, 0x3c, 0xc4, 0xe2, 0x61, 0x92, 0x88, 0x46, 0x4f, 0xc2, 0xb3,
+ 0x1f, 0xa3, 0x8f, 0x45, 0x1a, 0x7d, 0x3e, 0x1f, 0xf2, 0x9f, 0xad, 0x65,
+ 0x8e, 0x57, 0x79, 0x51, 0xe4, 0x77, 0xe9, 0x4a, 0x5a, 0x2a, 0xb3, 0xc5,
+ 0x0e, 0x24, 0x01, 0x0c, 0x1c, 0xe1, 0x51, 0xdf, 0x11, 0x6c, 0xdd, 0x59,
+ 0xb2, 0xc5, 0xd6, 0x5c, 0x5f, 0xd2, 0xfb, 0xbe, 0x3a, 0x12, 0xc2, 0x8f,
+ 0x86, 0xbc, 0x3c, 0xe5, 0x09, 0x0d, 0x6b, 0x26, 0x89, 0xef, 0xee, 0x4a,
+ 0xf5, 0x29, 0xaa, 0x4e, 0x93, 0x1a, 0x5e, 0x2e, 0x6b, 0xcc, 0xea, 0x7d,
+ 0xaf, 0x62, 0x16, 0xef, 0xd8, 0xea, 0xef, 0xab, 0x4b, 0x09, 0xcb, 0x6c,
+ 0x82, 0xfb, 0xaa, 0xca, 0x11, 0x88, 0x3f, 0xa2, 0xb9, 0x28, 0x14, 0x7d,
+ 0x16, 0x12, 0xd4, 0xe0, 0x05, 0xc4, 0xa1, 0x9f, 0x84, 0x04, 0x35, 0xf8,
+ 0x00, 0x71, 0xe8, 0x73, 0xad, 0x88, 0x7c, 0x31, 0x1b, 0x88, 0x92, 0x9f,
+ 0x6e, 0x7f, 0xc4, 0x06, 0x82, 0x2c, 0xf7, 0x1f, 0xb5, 0xf1, 0x8d, 0xa7,
+ 0x58, 0x9e, 0x56, 0x78, 0xb4, 0x49, 0x2b, 0x3c, 0xf2, 0xb4, 0xc2, 0xa3,
+ 0xb6, 0xad, 0xf0, 0xc8, 0xd3, 0x0a, 0x8f, 0x36, 0x6a, 0x85, 0x47, 0xa1,
+ 0x56, 0x68, 0x47, 0x34, 0x95, 0xef, 0x51, 0xa8, 0x15, 0xda, 0x11, 0x1b,
+ 0x08, 0x9a, 0x84, 0x04, 0xb5, 0x6a, 0x85, 0x47, 0xc1, 0x56, 0xe8, 0xc4,
+ 0x6c, 0x20, 0xca, 0x6c, 0x85, 0x76, 0xc4, 0x06, 0x82, 0xbc, 0xad, 0x30,
+ 0x10, 0xdf, 0x78, 0xf0, 0xe6, 0xb6, 0xc2, 0x78, 0x93, 0xb1, 0x30, 0xf6,
+ 0x8c, 0x85, 0x71, 0xdb, 0xb1, 0x30, 0xf6, 0x8c, 0x85, 0xf1, 0x46, 0x63,
+ 0x61, 0x1c, 0x1a, 0x0b, 0x9d, 0x88, 0x86, 0xf2, 0x8d, 0x43, 0x63, 0xa1,
+ 0x13, 0xb1, 0x81, 0xa0, 0x49, 0x48, 0x50, 0x9b, 0x56, 0x18, 0x07, 0xc7,
+ 0x42, 0x37, 0x66, 0x03, 0x51, 0x46, 0x2b, 0x74, 0x22, 0x36, 0x10, 0xe4,
+ 0x6b, 0x85, 0xa1, 0xf8, 0xc6, 0xb3, 0x42, 0x4f, 0x2b, 0xdc, 0x64, 0x2c,
+ 0x8c, 0x3d, 0x63, 0x61, 0xdc, 0x76, 0x2c, 0x8c, 0x3d, 0x63, 0x61, 0xbc,
+ 0xd1, 0x58, 0x18, 0x87, 0xc6, 0x42, 0x27, 0xa2, 0xa9, 0x7c, 0x43, 0x63,
+ 0xa1, 0x13, 0xb1, 0x81, 0xa0, 0x49, 0x48, 0x50, 0xab, 0x56, 0x18, 0x1c,
+ 0x0b, 0xdd, 0x98, 0x0d, 0x44, 0x99, 0xad, 0x70, 0xc3, 0xb1, 0x30, 0x6e,
+ 0x18, 0x0b, 0x43, 0xf1, 0xa1, 0x56, 0xc8, 0xcd, 0x24, 0x0b, 0xdb, 0xa5,
+ 0xb3, 0xc7, 0x5f, 0x72, 0xbc, 0x99, 0xe8, 0x09, 0xad, 0x17, 0x70, 0x96,
+ 0x2f, 0xb2, 0x92, 0xad, 0x29, 0xf9, 0x33, 0x26, 0x2b, 0xa8, 0x9e, 0x75,
+ 0x28, 0x4d, 0x5d, 0x1b, 0x69, 0x1b, 0xa1, 0x6e, 0x99, 0x3c, 0x7f, 0xfe,
+ 0x6f, 0x67, 0xe9, 0x62, 0xfd, 0x1f, 0xcf, 0x9f, 0xcf, 0xd9, 0x3f, 0x87,
+ 0x59, 0x32, 0xcb, 0x6f, 0x22, 0xfe, 0x74, 0xee, 0xf9, 0x33, 0x08, 0x62,
+ 0x3f, 0x5e, 0xfc, 0x11, 0x36, 0x7a, 0xa2, 0x3f, 0xf2, 0xdb, 0x85, 0x2f,
+ 0x9e, 0x3f, 0x7b, 0x56, 0xac, 0xaf, 0xcf, 0x78, 0x1c, 0x7f, 0x75, 0x08,
+ 0x0f, 0x9e, 0x8a, 0xad, 0x67, 0x0c, 0x2f, 0x90, 0x34, 0x15, 0x94, 0x8c,
+ 0xf4, 0x66, 0x95, 0xaf, 0x97, 0x82, 0xf8, 0x05, 0xee, 0x43, 0x14, 0x51,
+ 0xb2, 0x98, 0x44, 0x4b, 0x36, 0xfb, 0x16, 0xc7, 0xc0, 0x8c, 0x8a, 0x93,
+ 0x0d, 0x6e, 0xb3, 0xd9, 0x44, 0xd0, 0xca, 0x5d, 0x0b, 0x21, 0x56, 0x6d,
+ 0x56, 0xb0, 0x1a, 0xf0, 0xd2, 0xf3, 0xd7, 0xfb, 0xeb, 0xf2, 0x2a, 0x2d,
+ 0xe1, 0x70, 0x0e, 0xd8, 0xf8, 0xbb, 0xfe, 0x68, 0xcc, 0x0a, 0xce, 0xcb,
+ 0x02, 0x9d, 0x12, 0xef, 0xab, 0x62, 0x42, 0x70, 0xc4, 0xc7, 0x78, 0x94,
+ 0xcd, 0xc2, 0x89, 0xda, 0x60, 0x09, 0x4b, 0xc8, 0xb3, 0x99, 0x7c, 0xaa,
+ 0x7f, 0xa1, 0xf2, 0x03, 0x52, 0xce, 0xb3, 0x59, 0xf5, 0xbe, 0xa8, 0x29,
+ 0xab, 0xbc, 0xa2, 0x4c, 0x01, 0xdc, 0x16, 0xb7, 0xce, 0xba, 0x15, 0x6d,
+ 0x6f, 0x45, 0xbf, 0x45, 0x59, 0xa1, 0x9e, 0xad, 0x88, 0x37, 0xfe, 0xd1,
+ 0xef, 0xcf, 0x8d, 0x2a, 0x11, 0x77, 0x26, 0x06, 0xf9, 0x62, 0x9a, 0xdd,
+ 0xc8, 0x77, 0x47, 0x4c, 0xa4, 0xb8, 0x2e, 0xf1, 0xc2, 0x47, 0x3c, 0x4a,
+ 0xb8, 0x77, 0x66, 0x34, 0x1f, 0x20, 0xfe, 0x8c, 0xbc, 0x0c, 0x45, 0x39,
+ 0x19, 0x15, 0xe9, 0x32, 0x59, 0xc1, 0x55, 0x6b, 0xab, 0x29, 0xa4, 0xab,
+ 0x9b, 0xc7, 0xab, 0xc7, 0x82, 0xad, 0x65, 0xb1, 0xd6, 0x58, 0x5b, 0x28,
+ 0x59, 0x7d, 0x3d, 0x62, 0x7d, 0x57, 0x8e, 0x52, 0x5f, 0x44, 0x61, 0x81,
+ 0x11, 0x64, 0xe5, 0xfb, 0xe8, 0x30, 0xbb, 0xc9, 0xc0, 0xe4, 0x39, 0x1f,
+ 0x12, 0x0a, 0x83, 0x5e, 0x84, 0xf1, 0xa6, 0x8a, 0xc9, 0xf0, 0x31, 0xb6,
+ 0x30, 0xf5, 0x9c, 0x26, 0x0b, 0xd1, 0x14, 0x78, 0x03, 0x3a, 0x4e, 0x16,
+ 0x48, 0x61, 0xb4, 0x47, 0x78, 0x9d, 0x3b, 0x15, 0x11, 0x6e, 0xbd, 0xb0,
+ 0x98, 0x0e, 0x2c, 0xe6, 0xf7, 0xc7, 0xe7, 0xd3, 0xe9, 0xf0, 0x7a, 0xb6,
+ 0x25, 0xe4, 0x44, 0x1d, 0xbe, 0xfb, 0xf6, 0x72, 0x7f, 0x10, 0xb1, 0x98,
+ 0x57, 0xb2, 0x6a, 0x80, 0x9e, 0xad, 0x79, 0x2f, 0xee, 0xe7, 0xb0, 0x22,
+ 0x66, 0xd5, 0xd2, 0x20, 0x74, 0x11, 0x92, 0xb9, 0xd8, 0x58, 0x64, 0xec,
+ 0xd5, 0x33, 0x0e, 0xea, 0x19, 0x6f, 0x22, 0x74, 0x11, 0x92, 0xb9, 0xa8,
+ 0x13, 0x59, 0x55, 0x45, 0x32, 0xd6, 0x3a, 0x25, 0x13, 0xb3, 0x9f, 0xad,
+ 0x22, 0x65, 0x2d, 0x0e, 0x0e, 0xd2, 0xa1, 0xd6, 0xe5, 0x58, 0x83, 0x37,
+ 0xd7, 0xb1, 0x11, 0x5c, 0x27, 0x45, 0x36, 0x36, 0x04, 0x49, 0x93, 0xa6,
+ 0xbc, 0x69, 0xa3, 0x4a, 0xfa, 0x1b, 0x2e, 0xad, 0xbd, 0xbf, 0xf0, 0xf2,
+ 0x5d, 0x64, 0x0b, 0xa1, 0x42, 0xc5, 0xc6, 0x46, 0xae, 0xc9, 0x7d, 0x82,
+ 0xdb, 0x2c, 0x90, 0x13, 0xb7, 0x7b, 0xfd, 0x1e, 0xd9, 0xb2, 0xf0, 0x51,
+ 0xf3, 0x33, 0x4d, 0x0e, 0x6b, 0xb7, 0xe2, 0x3d, 0x73, 0x40, 0x84, 0x21,
+ 0x41, 0x7a, 0x7a, 0x38, 0x80, 0xeb, 0x57, 0xe9, 0x8c, 0x51, 0x42, 0xef,
+ 0x54, 0x76, 0xe7, 0xaf, 0x59, 0x70, 0x54, 0x60, 0x78, 0xd5, 0xed, 0x9b,
+ 0x64, 0xca, 0x1c, 0x7e, 0xc8, 0x17, 0x4c, 0x4c, 0x9a, 0xac, 0x8c, 0xa1,
+ 0xac, 0x98, 0x27, 0xb3, 0xd9, 0xeb, 0xe5, 0x7a, 0x56, 0x58, 0x46, 0xc9,
+ 0x43, 0xa2, 0xad, 0x0e, 0x9a, 0xdc, 0xa4, 0x93, 0xea, 0xb1, 0x1e, 0xe4,
+ 0xfb, 0x0a, 0xc3, 0xaa, 0xf7, 0x7a, 0x2d, 0xd5, 0xb4, 0x44, 0x89, 0x8e,
+ 0xbb, 0xe5, 0xca, 0x93, 0xbd, 0x3c, 0x28, 0x37, 0xfa, 0xe3, 0x1f, 0x23,
+ 0x6e, 0x9b, 0xe0, 0xca, 0x94, 0x59, 0x9b, 0x20, 0x6f, 0xc8, 0x6e, 0x6a,
+ 0x7f, 0xe0, 0x6f, 0xf4, 0x9f, 0x92, 0x9a, 0x3d, 0xa4, 0xa8, 0x7a, 0xc4,
+ 0x3b, 0x4b, 0x70, 0xf6, 0x11, 0x1a, 0x5d, 0x58, 0x3c, 0x1c, 0x82, 0x30,
+ 0x9d, 0x3a, 0xa0, 0xd4, 0xb1, 0xa4, 0x17, 0x4f, 0xd7, 0xa2, 0xf0, 0x80,
+ 0xcf, 0xb4, 0x91, 0x8d, 0xa8, 0xc0, 0x69, 0x49, 0xf4, 0xa7, 0x9f, 0xd9,
+ 0x00, 0x12, 0xe8, 0xc8, 0x55, 0x3a, 0xb1, 0x9b, 0x4e, 0xbc, 0x71, 0x3a,
+ 0x71, 0x73, 0x3a, 0x5d, 0x37, 0x9d, 0xee, 0xc6, 0xe9, 0x74, 0x9b, 0xd3,
+ 0xe9, 0xb9, 0xe9, 0xf4, 0x36, 0x4e, 0xa7, 0xd7, 0x9c, 0x4e, 0xdf, 0x4d,
+ 0xa7, 0xbf, 0x71, 0x3a, 0xfd, 0xe6, 0x74, 0x76, 0xdc, 0x74, 0x76, 0x36,
+ 0x4e, 0x67, 0xa7, 0x39, 0x9d, 0x5d, 0x37, 0x9d, 0xdd, 0x8d, 0xd3, 0xd9,
+ 0x6d, 0x4e, 0x67, 0xcf, 0x4d, 0x67, 0x6f, 0xe3, 0x74, 0xf6, 0x9a, 0xd3,
+ 0x79, 0xe7, 0xa6, 0xf3, 0x6e, 0xe3, 0x74, 0xde, 0x35, 0xa7, 0xd3, 0xd9,
+ 0xf6, 0x74, 0xd4, 0xed, 0x9a, 0x99, 0x99, 0xbf, 0xa3, 0x6e, 0xb7, 0x48,
+ 0xc9, 0x37, 0x24, 0x74, 0x36, 0x4e, 0xa9, 0xc5, 0x98, 0xd0, 0xf1, 0x0c,
+ 0x0a, 0xf8, 0x02, 0x72, 0xb3, 0x94, 0x62, 0x7b, 0x16, 0x6a, 0xce, 0x13,
+ 0xf1, 0x83, 0x0e, 0xdf, 0x7d, 0xb8, 0xb4, 0xc2, 0x77, 0xdc, 0x0d, 0x6a,
+ 0xf1, 0x6a, 0x59, 0x9b, 0xd4, 0x7d, 0x3a, 0xaa, 0xff, 0x3e, 0x19, 0x83,
+ 0xee, 0xa7, 0xa3, 0xe8, 0x1a, 0x8c, 0xa1, 0xf1, 0x61, 0x3c, 0x30, 0xe0,
+ 0x0a, 0x2f, 0x7c, 0x9d, 0xc1, 0x14, 0x27, 0xfa, 0x8a, 0xa7, 0x13, 0x5d,
+ 0x67, 0x49, 0xf8, 0x4b, 0xe3, 0x2f, 0x41, 0x29, 0x8c, 0x3f, 0x9e, 0xd4,
+ 0xc5, 0x71, 0x6b, 0x2f, 0x0d, 0x75, 0x25, 0xd8, 0x8b, 0xce, 0xe8, 0xda,
+ 0x34, 0xfd, 0xf7, 0xdd, 0xcf, 0x51, 0xa8, 0x79, 0x08, 0x9e, 0xd8, 0xd6,
+ 0x3f, 0xfe, 0x0a, 0xfd, 0xe3, 0x90, 0xfe, 0x0d, 0x2d, 0x40, 0xea, 0x1f,
+ 0x6f, 0xae, 0x7f, 0xd7, 0xd6, 0xbf, 0xfb, 0x15, 0xfa, 0x77, 0x43, 0xfa,
+ 0x77, 0xdb, 0xe9, 0xdf, 0xdd, 0x5c, 0xff, 0x9e, 0xad, 0x7f, 0xef, 0x2b,
+ 0xf4, 0xef, 0x85, 0xf4, 0xef, 0xb5, 0xd3, 0xbf, 0x17, 0xd0, 0xdf, 0x5c,
+ 0xe3, 0x71, 0x7b, 0x24, 0xfa, 0x24, 0xfc, 0x45, 0xd8, 0x44, 0x49, 0xfb,
+ 0xd9, 0x9c, 0x34, 0xb1, 0x21, 0x96, 0x07, 0xb0, 0xde, 0x73, 0x8d, 0x6b,
+ 0xb4, 0x98, 0x6f, 0x42, 0x86, 0xd0, 0x46, 0xce, 0xec, 0x26, 0x5f, 0x65,
+ 0xe5, 0xed, 0x3c, 0xfa, 0x99, 0xe5, 0xc2, 0x4c, 0x6b, 0x9e, 0x2c, 0xe5,
+ 0xd9, 0x1d, 0x16, 0x99, 0x98, 0xc9, 0xc1, 0x9b, 0x6d, 0x65, 0x5a, 0x85,
+ 0xcf, 0xe1, 0x9a, 0x46, 0x21, 0x6e, 0x48, 0x07, 0x47, 0xa0, 0xef, 0xb3,
+ 0x69, 0x74, 0xba, 0x7f, 0x76, 0x70, 0xb8, 0x6f, 0x30, 0x89, 0x8d, 0x93,
+ 0x2a, 0x19, 0x58, 0x3c, 0x5b, 0xce, 0xb0, 0x42, 0xe5, 0xf3, 0x7d, 0xca,
+ 0x26, 0xd9, 0xe6, 0xea, 0x47, 0xb8, 0xe0, 0xb2, 0x45, 0x71, 0xf7, 0x58,
+ 0x61, 0x39, 0x6c, 0x7d, 0x34, 0x35, 0xd7, 0x0d, 0xb3, 0x52, 0x5e, 0xab,
+ 0x1f, 0xac, 0x57, 0x77, 0x29, 0xaf, 0x47, 0x61, 0xf7, 0x25, 0x5b, 0xce,
+ 0x32, 0xdc, 0x9c, 0x6a, 0xb5, 0x5a, 0x48, 0x3c, 0x92, 0xc0, 0x11, 0xd3,
+ 0xc6, 0x92, 0xa0, 0xda, 0xaa, 0xbb, 0x92, 0x72, 0xf8, 0x7e, 0xa1, 0x5f,
+ 0x72, 0x76, 0x2f, 0xfd, 0xb7, 0x5a, 0x24, 0x89, 0x4b, 0xd6, 0xa8, 0xe7,
+ 0x5a, 0x1a, 0x47, 0x66, 0xa2, 0xf1, 0x6d, 0x78, 0x2a, 0x2c, 0xc9, 0x70,
+ 0xd9, 0x68, 0x80, 0x29, 0x7a, 0x09, 0x7e, 0x9c, 0x5e, 0xb5, 0x14, 0x0f,
+ 0x6e, 0xa0, 0xce, 0x92, 0xe5, 0x25, 0x78, 0x08, 0x50, 0xaf, 0x14, 0x9e,
+ 0xa1, 0x2b, 0x28, 0x61, 0x0a, 0x9b, 0x5b, 0xe2, 0xd6, 0xae, 0x05, 0x87,
+ 0xdb, 0xee, 0xba, 0x48, 0xe5, 0x05, 0xfd, 0x43, 0x2e, 0x37, 0xb2, 0x57,
+ 0x21, 0x4e, 0x2b, 0x54, 0x6b, 0x33, 0xf7, 0x5b, 0xc8, 0x96, 0x25, 0xf8,
+ 0xf2, 0x42, 0x6f, 0x35, 0xda, 0x82, 0x75, 0x29, 0x1e, 0xf7, 0xb6, 0x5b,
+ 0x6f, 0xb9, 0x1f, 0x61, 0x78, 0x62, 0xce, 0x16, 0x33, 0xf2, 0x49, 0xbb,
+ 0x41, 0x8f, 0x91, 0xfc, 0xb9, 0xbb, 0x58, 0xaa, 0x8f, 0xb5, 0xd2, 0x4e,
+ 0xf5, 0x77, 0xf0, 0x6d, 0x92, 0x07, 0xd3, 0x07, 0xcb, 0x82, 0x1b, 0x0a,
+ 0x10, 0xf9, 0x18, 0x5e, 0x5c, 0xbd, 0x85, 0xfb, 0x3e, 0x89, 0x21, 0x18,
+ 0x9e, 0x7f, 0x63, 0x65, 0x6e, 0x20, 0xb8, 0xb0, 0x6a, 0x2f, 0x42, 0xa8,
+ 0x04, 0xf6, 0x8f, 0xb0, 0x06, 0xdb, 0x2e, 0x77, 0x8d, 0xe9, 0x04, 0xbe,
+ 0x39, 0xb9, 0xe7, 0xc3, 0x25, 0x13, 0xe4, 0x9f, 0x4e, 0xdc, 0xdf, 0x0f,
+ 0x93, 0x35, 0x76, 0x1f, 0x38, 0x6e, 0x38, 0xba, 0x63, 0xb5, 0x2e, 0x2c,
+ 0x0d, 0xe0, 0xb8, 0x3d, 0xce, 0xc1, 0x53, 0xef, 0x03, 0x88, 0xc2, 0xfb,
+ 0x11, 0x75, 0x5f, 0x96, 0xfb, 0xfb, 0x83, 0xb4, 0x4c, 0x94, 0xac, 0x93,
+ 0xf9, 0x32, 0x19, 0x97, 0xea, 0x91, 0x7f, 0x93, 0xc4, 0x6a, 0xef, 0x44,
+ 0x5a, 0x4d, 0xb3, 0x76, 0x3f, 0x44, 0xa8, 0x31, 0xfe, 0x4b, 0xd2, 0xa8,
+ 0x10, 0xa1, 0x0e, 0x8f, 0xbe, 0xcb, 0x21, 0x89, 0xc7, 0x79, 0x36, 0xb3,
+ 0xb6, 0x3a, 0x44, 0x94, 0xb7, 0x9a, 0x70, 0x38, 0x41, 0xe3, 0x39, 0xfa,
+ 0xae, 0xec, 0x99, 0x0a, 0x6d, 0x27, 0xc5, 0x69, 0xc4, 0x6e, 0xd6, 0xcc,
+ 0xae, 0x22, 0xb5, 0x15, 0x7b, 0x9a, 0xed, 0x52, 0x31, 0xbc, 0xdc, 0x69,
+ 0xa3, 0xe2, 0xcd, 0xc2, 0xf5, 0x72, 0xd7, 0x42, 0x9c, 0xd4, 0x4c, 0xf8,
+ 0xbc, 0xab, 0x14, 0x44, 0x89, 0x8e, 0xd3, 0xbb, 0xaf, 0x2b, 0x06, 0x74,
+ 0x4a, 0x67, 0xee, 0xb1, 0x49, 0x57, 0x80, 0x41, 0xc1, 0x46, 0x83, 0x57,
+ 0x45, 0xd6, 0x3c, 0x8b, 0x66, 0x19, 0xc3, 0x87, 0x0e, 0x62, 0x1a, 0xfd,
+ 0xcc, 0xe6, 0xb5, 0x67, 0xd3, 0x6e, 0xca, 0x35, 0x32, 0xd5, 0x6c, 0xc8,
+ 0xa7, 0x90, 0x31, 0xa7, 0x36, 0xc5, 0xc2, 0x28, 0xcc, 0x84, 0x6c, 0x3e,
+ 0xa7, 0x96, 0x29, 0xc7, 0x81, 0xdc, 0xd8, 0x73, 0xeb, 0x4d, 0x72, 0x13,
+ 0xd7, 0xe7, 0x26, 0x6e, 0x97, 0x9b, 0x4d, 0x66, 0xd8, 0x32, 0xe5, 0x6e,
+ 0x20, 0x37, 0xf6, 0x4c, 0x7b, 0x93, 0xdc, 0x74, 0xeb, 0x73, 0xd3, 0x6d,
+ 0x97, 0x9b, 0x4d, 0xe6, 0xdb, 0x32, 0xe5, 0x5e, 0x20, 0x37, 0xf6, 0xbc,
+ 0x7b, 0x93, 0xdc, 0xf4, 0xea, 0x73, 0xd3, 0x6b, 0x97, 0x9b, 0xd0, 0xec,
+ 0x3b, 0xb4, 0x25, 0xc8, 0x18, 0xeb, 0x76, 0x04, 0x61, 0xd0, 0xd5, 0x36,
+ 0x04, 0x95, 0x66, 0xfe, 0x4d, 0x41, 0x57, 0xaf, 0xf6, 0x7b, 0x82, 0x55,
+ 0x4a, 0xb1, 0x3f, 0xa5, 0x78, 0xd3, 0x94, 0x42, 0xbb, 0x82, 0x55, 0x4a,
+ 0x5d, 0x7f, 0x4a, 0xdd, 0x4d, 0x53, 0x0a, 0xed, 0x0b, 0x56, 0x29, 0xf5,
+ 0xfc, 0x29, 0xf5, 0x36, 0x4d, 0x29, 0xb4, 0x33, 0x58, 0xa5, 0xd4, 0xf7,
+ 0xa7, 0xd4, 0xdf, 0x34, 0xa5, 0xd0, 0xde, 0x60, 0x95, 0xd2, 0x8e, 0x3f,
+ 0xa5, 0x9d, 0x4d, 0x53, 0x0a, 0xed, 0x0e, 0x56, 0x29, 0xed, 0xfa, 0x53,
+ 0xda, 0xdd, 0x34, 0xa5, 0xd0, 0xfe, 0x60, 0x95, 0xd2, 0x9e, 0x3f, 0xa5,
+ 0xbd, 0x4d, 0x53, 0x0a, 0xed, 0x10, 0x56, 0x29, 0xbd, 0xf3, 0xa7, 0xf4,
+ 0x6e, 0xd3, 0x94, 0x42, 0x7b, 0x84, 0x5a, 0xcf, 0xdd, 0x0e, 0x74, 0xdd,
+ 0xed, 0xda, 0x21, 0x65, 0x83, 0x5d, 0x42, 0x2d, 0xad, 0xd0, 0x30, 0x51,
+ 0xff, 0xa1, 0xdc, 0x60, 0x9f, 0x50, 0x4b, 0x2b, 0x30, 0x50, 0x74, 0xea,
+ 0x3f, 0x63, 0xa1, 0x9d, 0x42, 0xed, 0x6e, 0x81, 0x7c, 0x33, 0x6d, 0x4e,
+ 0x40, 0xe5, 0xc3, 0x69, 0x6d, 0x47, 0x50, 0x99, 0xff, 0xf4, 0x4f, 0x59,
+ 0x75, 0x6f, 0xe8, 0x9a, 0x29, 0x2f, 0xb6, 0x86, 0x99, 0xb2, 0xa1, 0xf9,
+ 0x35, 0x1a, 0x16, 0xd4, 0x97, 0x30, 0x2d, 0x98, 0xa5, 0x65, 0x34, 0xbf,
+ 0x04, 0xe3, 0xcc, 0xc8, 0xf6, 0xc5, 0xfe, 0x51, 0xac, 0xdf, 0xcc, 0x39,
+ 0xdc, 0x72, 0x85, 0x53, 0x4c, 0x6e, 0x6d, 0x79, 0x56, 0xa4, 0x17, 0xc9,
+ 0x22, 0x85, 0x39, 0xe1, 0x05, 0x0f, 0x8f, 0xf0, 0x88, 0xae, 0x61, 0x07,
+ 0xc3, 0x2d, 0xa3, 0xc1, 0xac, 0xac, 0x26, 0xac, 0xb8, 0xbd, 0x61, 0xed,
+ 0x0a, 0xd4, 0x72, 0x1d, 0x75, 0xb6, 0xab, 0x6d, 0x6d, 0x93, 0x31, 0x7a,
+ 0x79, 0xcc, 0x16, 0x1c, 0x7c, 0xc7, 0xe4, 0x68, 0xaf, 0x5f, 0x9d, 0xf6,
+ 0xb2, 0xd0, 0xab, 0x74, 0x51, 0xe0, 0x89, 0x2a, 0xff, 0xe8, 0xc1, 0x16,
+ 0x0e, 0x0b, 0x55, 0x75, 0xf4, 0xbb, 0xbf, 0x36, 0xa5, 0x9d, 0x58, 0xae,
+ 0x2e, 0x4f, 0xd3, 0xb0, 0x0b, 0x5b, 0xa7, 0x31, 0x5b, 0x4b, 0x5a, 0xf9,
+ 0x94, 0x66, 0x6a, 0x7d, 0x5c, 0x2d, 0x0a, 0x4e, 0xdc, 0x74, 0x90, 0x42,
+ 0xab, 0x16, 0x26, 0x67, 0xef, 0xd6, 0x12, 0x82, 0x2d, 0xf4, 0xaf, 0xb8,
+ 0xc4, 0x54, 0xb0, 0xc2, 0x9b, 0x7c, 0xc1, 0xd4, 0x7a, 0xb6, 0xce, 0x56,
+ 0x1a, 0x92, 0x47, 0xdb, 0xc7, 0x91, 0x49, 0x9f, 0xec, 0x0f, 0xec, 0xea,
+ 0xe3, 0x89, 0xc3, 0x8d, 0xf7, 0x55, 0x36, 0xa9, 0x1c, 0xd9, 0xab, 0x63,
+ 0x75, 0x67, 0x21, 0x23, 0x49, 0xf0, 0xdd, 0xaf, 0x55, 0xe6, 0x7a, 0x5a,
+ 0x25, 0xc4, 0x7b, 0xcb, 0x5f, 0xe5, 0x57, 0xa5, 0x86, 0x6f, 0x49, 0x19,
+ 0x39, 0xb6, 0x6a, 0x95, 0xb0, 0xd6, 0x8f, 0xf1, 0x39, 0xbd, 0x75, 0x56,
+ 0x3e, 0x99, 0xa5, 0xe6, 0xb2, 0x04, 0x88, 0xaa, 0xfe, 0xeb, 0x52, 0xdf,
+ 0xde, 0xcb, 0x25, 0x27, 0x10, 0xaa, 0xb3, 0xf9, 0xda, 0x1b, 0x23, 0x56,
+ 0xe6, 0x81, 0x13, 0x3c, 0x0c, 0xaa, 0xec, 0x6a, 0x8f, 0xcb, 0xbd, 0xc4,
+ 0x8a, 0xf2, 0xd9, 0x0b, 0xf5, 0x44, 0xd8, 0xae, 0x82, 0xd6, 0x0a, 0xe0,
+ 0x9b, 0x5b, 0xdd, 0x55, 0xb9, 0xb5, 0x27, 0xf6, 0x1a, 0xa5, 0x03, 0x95,
+ 0x70, 0x68, 0x67, 0x17, 0x02, 0x78, 0x8e, 0xe0, 0x5b, 0x5f, 0x5a, 0x85,
+ 0x89, 0x10, 0x6c, 0x1c, 0xcb, 0xea, 0xe9, 0x9e, 0xa8, 0x23, 0x8f, 0x81,
+ 0x88, 0xdf, 0x37, 0x52, 0xf8, 0x53, 0x6a, 0xee, 0x50, 0x62, 0xe1, 0xab,
+ 0x03, 0x18, 0xad, 0xd5, 0x7f, 0x82, 0x34, 0x20, 0xd6, 0xbe, 0x14, 0xc1,
+ 0x82, 0xac, 0xce, 0x14, 0x5c, 0x87, 0x7b, 0x3b, 0x91, 0x90, 0xa9, 0x35,
+ 0x27, 0x79, 0x0b, 0xc9, 0xea, 0xd4, 0x73, 0xe5, 0x56, 0x95, 0xef, 0x07,
+ 0xe2, 0x55, 0x29, 0xf4, 0x91, 0x29, 0x82, 0xfc, 0x7b, 0x1f, 0x6c, 0x0a,
+ 0x8e, 0x36, 0x06, 0x79, 0x71, 0xca, 0xf9, 0x78, 0x3e, 0x9d, 0xb2, 0xb6,
+ 0x88, 0x4b, 0x88, 0x9a, 0xc3, 0x2b, 0x33, 0xab, 0x78, 0xcf, 0x4c, 0xfb,
+ 0x2a, 0x89, 0x3b, 0x66, 0x22, 0x71, 0x0f, 0xad, 0xf4, 0x80, 0xa3, 0x1a,
+ 0x82, 0xc1, 0x51, 0xf9, 0x99, 0x7b, 0xc1, 0x3f, 0xa2, 0x07, 0x9a, 0x2f,
+ 0x38, 0x75, 0xc1, 0xcb, 0x23, 0x96, 0x35, 0x2f, 0xa5, 0x85, 0x25, 0xf2,
+ 0x02, 0x6d, 0x52, 0x87, 0x84, 0xb1, 0x91, 0x1a, 0x05, 0x0c, 0x1f, 0x97,
+ 0x29, 0x6c, 0xb4, 0x77, 0xbc, 0xe2, 0x79, 0xa7, 0x09, 0xe8, 0x5c, 0xca,
+ 0x1b, 0xb1, 0x1b, 0xa5, 0x61, 0x2f, 0x8b, 0xb8, 0x4c, 0x63, 0xc7, 0x21,
+ 0xf2, 0xce, 0x42, 0x54, 0x31, 0x1a, 0xe7, 0x77, 0x55, 0x5f, 0x95, 0x5b,
+ 0x0e, 0xcf, 0x9e, 0xd5, 0x16, 0x60, 0xa3, 0x60, 0xb5, 0x26, 0xd4, 0x45,
+ 0x0b, 0x8b, 0x16, 0x41, 0xd1, 0x32, 0xab, 0x86, 0x43, 0xb2, 0xd0, 0x1e,
+ 0x44, 0x1b, 0x35, 0x62, 0x27, 0x7f, 0xf1, 0xb7, 0xc9, 0x5f, 0xec, 0xc9,
+ 0x5f, 0xfc, 0xc4, 0xfc, 0x05, 0x76, 0x25, 0x6a, 0xd4, 0xe0, 0xc3, 0x9f,
+ 0x51, 0x83, 0xfa, 0x29, 0x81, 0xaa, 0xc3, 0x0d, 0x9b, 0x6d, 0x73, 0x6a,
+ 0x32, 0xdb, 0x56, 0x72, 0x6d, 0xf3, 0x5d, 0xa5, 0x27, 0x43, 0x2c, 0x07,
+ 0x5c, 0x4f, 0xa8, 0x6b, 0x5d, 0x3b, 0x4f, 0x59, 0xc4, 0xff, 0xd8, 0xb2,
+ 0x68, 0xdf, 0x06, 0x9a, 0xcb, 0x22, 0xd8, 0x2e, 0xdc, 0x11, 0xe6, 0xa8,
+ 0xbc, 0x06, 0x23, 0x4b, 0x30, 0x86, 0x1e, 0x0d, 0x0f, 0xd8, 0xec, 0xfa,
+ 0x91, 0x7d, 0x74, 0x3e, 0xcb, 0x07, 0xea, 0x60, 0x40, 0x78, 0x8d, 0xb7,
+ 0x45, 0x61, 0x94, 0x49, 0xcb, 0xeb, 0x63, 0x36, 0xc8, 0xc3, 0x48, 0x5e,
+ 0x74, 0x40, 0x83, 0x6e, 0xf4, 0x5f, 0xff, 0x65, 0x84, 0xc6, 0x3c, 0xd4,
+ 0x4e, 0x29, 0x7c, 0x5b, 0xf5, 0x66, 0xb9, 0xbc, 0x9f, 0x83, 0xad, 0xe8,
+ 0x5f, 0xe0, 0xde, 0x6a, 0xc2, 0x46, 0xcd, 0xf5, 0x8a, 0x7d, 0x5a, 0x53,
+ 0xf4, 0xd8, 0xd2, 0x79, 0xe1, 0xd2, 0xc6, 0x01, 0xda, 0xd8, 0x43, 0xdb,
+ 0x0d, 0xd0, 0x76, 0x3d, 0xb4, 0xbd, 0x00, 0x6d, 0xef, 0x45, 0x4d, 0x56,
+ 0xe0, 0x33, 0x6d, 0xc4, 0xb2, 0xb2, 0xa8, 0x3e, 0x4a, 0xac, 0x44, 0xe1,
+ 0xfa, 0x20, 0xd8, 0xe9, 0x1a, 0xc3, 0x19, 0x16, 0x7f, 0xe7, 0x78, 0x9d,
+ 0x4f, 0x1e, 0xad, 0x0f, 0x14, 0x7f, 0x95, 0x0d, 0xbe, 0xfb, 0xaa, 0xcf,
+ 0x36, 0xbc, 0x63, 0x86, 0xf6, 0x07, 0x86, 0x66, 0xef, 0xd2, 0xe8, 0xe5,
+ 0x54, 0x7b, 0xe0, 0xfe, 0xca, 0xe2, 0x5f, 0xc2, 0x73, 0xeb, 0x61, 0x0e,
+ 0xf6, 0x6a, 0xc4, 0xe6, 0x3b, 0x70, 0x63, 0xa8, 0xfc, 0x48, 0x98, 0x0c,
+ 0x52, 0x99, 0x58, 0x2c, 0x2b, 0x15, 0xcf, 0xf7, 0xb1, 0xb4, 0x08, 0xf0,
+ 0x1b, 0x9c, 0xee, 0xc4, 0xa3, 0xce, 0xfe, 0x64, 0x3c, 0xb8, 0x4d, 0x16,
+ 0x0b, 0x75, 0xd0, 0x51, 0x57, 0xb5, 0x66, 0x2a, 0x77, 0x77, 0xc6, 0xe7,
+ 0x11, 0x4e, 0xd7, 0x3f, 0x0d, 0xe5, 0x95, 0x42, 0xbc, 0x8d, 0x2c, 0x3f,
+ 0x91, 0x8c, 0x12, 0xce, 0x52, 0x3a, 0x5a, 0x9f, 0x35, 0xc4, 0x60, 0x7f,
+ 0xe9, 0xa8, 0x89, 0x11, 0x88, 0xc9, 0x16, 0x25, 0x38, 0x46, 0xd0, 0xbe,
+ 0x81, 0x4d, 0x42, 0xe4, 0xd0, 0x79, 0x82, 0x9c, 0x72, 0xed, 0xa3, 0xc9,
+ 0x42, 0x4f, 0xde, 0xe2, 0x89, 0x48, 0x4b, 0x9d, 0x62, 0x43, 0xa7, 0xf4,
+ 0xe1, 0x36, 0x59, 0x17, 0xa5, 0x47, 0xa9, 0xb8, 0x49, 0xa9, 0x23, 0xce,
+ 0xaa, 0x6b, 0x25, 0xa5, 0x79, 0xd5, 0x8a, 0x5b, 0xd4, 0x86, 0x79, 0xfe,
+ 0xbd, 0x7e, 0x40, 0x07, 0xf1, 0xfa, 0x8d, 0x6d, 0x34, 0x97, 0xb4, 0xc0,
+ 0xb7, 0x06, 0xfb, 0xeb, 0x87, 0x88, 0xc7, 0x9b, 0x7d, 0x03, 0xfd, 0xbe,
+ 0xe0, 0x2d, 0x70, 0x83, 0x1b, 0x8e, 0xf8, 0x80, 0x5b, 0xde, 0x10, 0xaf,
+ 0x61, 0x57, 0xb7, 0x4b, 0x65, 0x8a, 0x57, 0xe3, 0x55, 0xb6, 0x2c, 0xb1,
+ 0x73, 0xa9, 0x2b, 0xe3, 0xf6, 0xa4, 0x04, 0xe8, 0x06, 0xc9, 0x2c, 0xbb,
+ 0xe6, 0x6b, 0xa2, 0xc0, 0x4e, 0x6d, 0x81, 0x92, 0xaa, 0xfb, 0xe5, 0xba,
+ 0xf8, 0x2b, 0xb5, 0x3b, 0x51, 0xc3, 0xaa, 0xda, 0x95, 0x71, 0x28, 0x27,
+ 0x24, 0x60, 0x64, 0xf4, 0x7d, 0xa7, 0x2e, 0x6d, 0xd5, 0x08, 0x6a, 0x04,
+ 0xc4, 0x8d, 0x02, 0xba, 0xf5, 0x02, 0xba, 0x8d, 0x02, 0x7a, 0xf5, 0x02,
+ 0x7a, 0xb5, 0x85, 0x80, 0x6d, 0xae, 0x63, 0x2e, 0x10, 0x05, 0x3f, 0x46,
+ 0x35, 0x14, 0x01, 0xd2, 0xc4, 0x75, 0xec, 0xb5, 0x05, 0x80, 0x34, 0xdd,
+ 0x3a, 0xf6, 0xda, 0xec, 0x23, 0x4d, 0xaf, 0x8e, 0xbd, 0xd7, 0xc8, 0xde,
+ 0xaf, 0x63, 0xef, 0x37, 0xb2, 0xef, 0xd4, 0xb1, 0xef, 0xbc, 0xd0, 0x57,
+ 0x53, 0x7c, 0xb7, 0xa6, 0xe0, 0x17, 0xeb, 0x87, 0xb7, 0xe9, 0x6a, 0x9e,
+ 0x15, 0xac, 0xa3, 0x9a, 0x2f, 0x2b, 0xd8, 0x7a, 0x98, 0xd3, 0x71, 0x79,
+ 0xb0, 0x04, 0x2e, 0xf0, 0xb7, 0xb5, 0xa6, 0x4a, 0x0c, 0x32, 0x38, 0xcb,
+ 0xf4, 0x91, 0xb1, 0x7e, 0x0f, 0x56, 0x0c, 0x38, 0x69, 0x47, 0x71, 0xbc,
+ 0xd8, 0xe7, 0xe1, 0x9d, 0x66, 0xa6, 0xd8, 0x61, 0x8a, 0xbd, 0x4c, 0x9e,
+ 0x5b, 0x0e, 0x70, 0x0b, 0x00, 0x3f, 0x43, 0xf6, 0xb5, 0x01, 0x5d, 0x73,
+ 0x30, 0x1f, 0xe0, 0x7e, 0xce, 0x74, 0x0a, 0x75, 0xfd, 0x81, 0x7d, 0x61,
+ 0x30, 0xb2, 0x6e, 0x23, 0x80, 0xa7, 0x7c, 0xb6, 0x7f, 0xf1, 0x16, 0xee,
+ 0x41, 0x99, 0x07, 0xe1, 0xc9, 0xd2, 0xac, 0x2b, 0xb8, 0x63, 0xe2, 0xcb,
+ 0x0a, 0x23, 0x14, 0xd7, 0x00, 0x2a, 0xb2, 0x64, 0xbe, 0x9c, 0x39, 0xfb,
+ 0xa3, 0x70, 0xf7, 0xca, 0x14, 0x09, 0x89, 0xb6, 0x2d, 0x9e, 0xb3, 0xfd,
+ 0x63, 0x2b, 0xd9, 0xa9, 0xad, 0xdf, 0xb1, 0x94, 0x15, 0xd9, 0x94, 0x68,
+ 0x73, 0xde, 0xd8, 0x9f, 0x00, 0x6a, 0xb6, 0xb8, 0x5e, 0x14, 0x53, 0xbc,
+ 0xf7, 0xbe, 0xd0, 0x4f, 0xb5, 0x19, 0x83, 0xe7, 0x4b, 0xde, 0xf4, 0x00,
+ 0xe8, 0x5c, 0xd6, 0xf4, 0xcb, 0xe2, 0x95, 0x39, 0x63, 0xb9, 0xb1, 0xb2,
+ 0xfd, 0x39, 0x9b, 0xa4, 0xd7, 0xf0, 0x49, 0x3f, 0x6f, 0xdd, 0x38, 0xce,
+ 0xb2, 0x62, 0x2c, 0x68, 0xcd, 0x0e, 0x70, 0xb7, 0xaa, 0x9c, 0x51, 0xf0,
+ 0x6f, 0xeb, 0x65, 0xc4, 0x9b, 0x43, 0x54, 0x79, 0xa3, 0x30, 0xa5, 0x2f,
+ 0xd9, 0xec, 0x48, 0x6f, 0x31, 0x9f, 0xd2, 0xdb, 0x0c, 0x9e, 0x8c, 0x61,
+ 0x84, 0x57, 0x21, 0xed, 0xcd, 0x58, 0xd5, 0xbe, 0xf5, 0xf7, 0x62, 0x0e,
+ 0x79, 0xd5, 0x23, 0xb0, 0xb4, 0xcf, 0xf1, 0x0e, 0xc6, 0x7c, 0xe9, 0x95,
+ 0x0e, 0x97, 0x68, 0x5c, 0xf1, 0xb8, 0x59, 0xea, 0x97, 0x8f, 0x57, 0x81,
+ 0xcd, 0x04, 0xf8, 0x65, 0xe0, 0xba, 0x14, 0x4e, 0xd3, 0xbb, 0x74, 0xa6,
+ 0x7d, 0xcf, 0x91, 0x63, 0x06, 0x81, 0xfe, 0x5e, 0x3d, 0xbf, 0x06, 0x97,
+ 0x60, 0x46, 0x32, 0x2f, 0xf6, 0x79, 0x60, 0x38, 0xa1, 0xb1, 0xf2, 0x95,
+ 0x7a, 0xc8, 0x2a, 0x0c, 0xef, 0x2b, 0x6a, 0x66, 0x51, 0x60, 0x11, 0x53,
+ 0x39, 0x53, 0x9d, 0x48, 0x0a, 0x14, 0x67, 0x3d, 0x51, 0xbc, 0x29, 0xf9,
+ 0x0c, 0x41, 0x4c, 0x8d, 0x7f, 0x19, 0x5a, 0x6d, 0x5a, 0x59, 0xc5, 0x12,
+ 0x16, 0xfb, 0x30, 0x4b, 0xd5, 0x4a, 0x04, 0x1a, 0x17, 0x6e, 0xd8, 0xc9,
+ 0x9d, 0x37, 0xd9, 0x76, 0x5a, 0xef, 0x37, 0xb3, 0x51, 0xed, 0x14, 0x5f,
+ 0xe5, 0x88, 0x61, 0x18, 0x13, 0x80, 0x99, 0x8b, 0x57, 0x50, 0x5e, 0xb2,
+ 0xf1, 0x99, 0x53, 0x2a, 0xbd, 0x5f, 0xe8, 0x6d, 0xd6, 0xaa, 0x8f, 0x59,
+ 0xca, 0x27, 0x58, 0x3c, 0x7b, 0xb8, 0x63, 0x8f, 0xf7, 0xe2, 0x64, 0x99,
+ 0xea, 0x67, 0x2d, 0x7c, 0x5d, 0x37, 0xb3, 0xf7, 0xca, 0xd3, 0xf1, 0xfa,
+ 0xaa, 0xcc, 0xa4, 0xff, 0x14, 0x2c, 0xa5, 0xc1, 0xc7, 0xa8, 0x50, 0x41,
+ 0xd6, 0x07, 0x20, 0xd7, 0xee, 0x06, 0x69, 0xee, 0x1c, 0x4d, 0xa2, 0xaf,
+ 0x7e, 0x27, 0xf5, 0x6d, 0xee, 0x20, 0x09, 0xb7, 0x98, 0x6c, 0xe5, 0xaa,
+ 0xb5, 0xd7, 0x8b, 0x7c, 0xc9, 0x32, 0xb6, 0x8a, 0xee, 0x78, 0x6f, 0x6d,
+ 0x5f, 0x93, 0xc5, 0x32, 0x93, 0x4b, 0x4e, 0xf1, 0xd1, 0xbd, 0x38, 0xb1,
+ 0x46, 0x70, 0xfe, 0x5a, 0x97, 0x0d, 0x50, 0xfa, 0x9d, 0xa7, 0xe3, 0xf3,
+ 0xb3, 0x23, 0xd8, 0x3e, 0x2b, 0xf2, 0xc6, 0x1b, 0xaa, 0x5a, 0x07, 0x00,
+ 0x0b, 0x98, 0x05, 0x38, 0x9d, 0x14, 0x1f, 0xe4, 0xfd, 0x0f, 0x11, 0x0b,
+ 0x78, 0x61, 0x13, 0x7d, 0xca, 0x56, 0x6c, 0xad, 0x3c, 0xab, 0x1a, 0x39,
+ 0x52, 0x8a, 0x50, 0x3e, 0x3b, 0x8e, 0xe0, 0xe9, 0x9b, 0x95, 0xf0, 0x64,
+ 0x00, 0x86, 0xcc, 0x78, 0xe9, 0x5e, 0x1d, 0x46, 0xf0, 0x2b, 0x3a, 0xcd,
+ 0xf1, 0xc5, 0xa7, 0xd5, 0x3f, 0xb2, 0x69, 0x66, 0x0f, 0xba, 0xaf, 0x8f,
+ 0xb3, 0x17, 0xd6, 0x12, 0x20, 0x99, 0xcd, 0x20, 0x95, 0x8e, 0x10, 0x09,
+ 0x06, 0xa3, 0xa3, 0x65, 0xb6, 0xc8, 0xc1, 0x71, 0xfb, 0xdb, 0xae, 0x25,
+ 0x53, 0x10, 0xc7, 0x1e, 0xe2, 0x38, 0x44, 0xdc, 0x1d, 0x75, 0x46, 0xac,
+ 0x33, 0x8e, 0xe2, 0x2d, 0x9b, 0xa5, 0xeb, 0xb0, 0x58, 0xc5, 0x8a, 0xe3,
+ 0xfe, 0xd1, 0x9f, 0x2f, 0x8e, 0x2e, 0x4f, 0xce, 0x8e, 0x3e, 0x0c, 0xf7,
+ 0x4f, 0xa3, 0xe3, 0xa3, 0xfd, 0xe1, 0xc7, 0xcb, 0xa3, 0x2b, 0xb3, 0xf2,
+ 0xc6, 0xdd, 0xae, 0xb6, 0x6c, 0xe4, 0xba, 0x5d, 0x0c, 0xe3, 0xed, 0xed,
+ 0x8e, 0xda, 0xe2, 0x35, 0x18, 0x6e, 0x97, 0xd3, 0xe5, 0x20, 0x99, 0x6b,
+ 0x4d, 0xeb, 0xfd, 0xc5, 0xf1, 0x05, 0x2b, 0xcb, 0x79, 0x34, 0x08, 0xbf,
+ 0x47, 0x04, 0x2e, 0xb0, 0x0b, 0x65, 0xb3, 0xa1, 0xad, 0x28, 0x93, 0x8f,
+ 0x35, 0x70, 0x91, 0xc6, 0x69, 0x7e, 0x9d, 0x16, 0xf8, 0x01, 0xfd, 0xdd,
+ 0x11, 0xc6, 0x77, 0x6b, 0xe5, 0xfe, 0x1e, 0x57, 0x1b, 0x25, 0x8a, 0xb3,
+ 0x0f, 0xf9, 0x45, 0x68, 0x29, 0x0e, 0x06, 0x56, 0x36, 0x78, 0x24, 0xea,
+ 0x6a, 0xdd, 0x96, 0x26, 0x52, 0x28, 0x59, 0x51, 0xb4, 0x10, 0x1a, 0x5e,
+ 0x1d, 0x4e, 0x93, 0xc5, 0xf8, 0xf1, 0xbd, 0x38, 0xe7, 0xa9, 0x36, 0xb4,
+ 0x8f, 0x21, 0x38, 0x92, 0xe1, 0xed, 0xbb, 0x67, 0x38, 0x0a, 0xee, 0x1b,
+ 0xa2, 0x2b, 0x3e, 0x31, 0x4e, 0x1e, 0x3d, 0xb0, 0x2f, 0x49, 0xc6, 0x46,
+ 0x46, 0xb6, 0x8a, 0x7c, 0xcb, 0xbd, 0x21, 0x5b, 0x03, 0x18, 0x1b, 0xf2,
+ 0x8f, 0x4d, 0x93, 0x51, 0x78, 0x2e, 0x32, 0xb5, 0xec, 0x44, 0xfd, 0xc6,
+ 0xaf, 0xf0, 0xa6, 0x13, 0x20, 0x46, 0x8a, 0xdf, 0x1d, 0x39, 0xc2, 0x88,
+ 0x2b, 0x3f, 0x18, 0x3a, 0xfa, 0xcf, 0x75, 0x76, 0x97, 0xcc, 0xd8, 0xb8,
+ 0xa9, 0x64, 0x0a, 0x6b, 0xae, 0x6f, 0xf9, 0x91, 0x50, 0x94, 0x56, 0x14,
+ 0x2d, 0x12, 0x48, 0x16, 0x65, 0x76, 0x9a, 0xdc, 0x54, 0x0b, 0x64, 0x03,
+ 0x2f, 0xf6, 0x59, 0xf4, 0x6b, 0x16, 0x1f, 0xed, 0x9f, 0x5a, 0xd3, 0xdd,
+ 0x55, 0x5e, 0x26, 0xab, 0x47, 0xad, 0x11, 0x5e, 0x62, 0x80, 0xfd, 0x40,
+ 0x3c, 0xc9, 0x60, 0xfa, 0x29, 0x07, 0x59, 0x75, 0x52, 0x04, 0x76, 0xe1,
+ 0x79, 0x14, 0xf7, 0x8f, 0xd8, 0x74, 0xdd, 0xb2, 0x7a, 0x43, 0x29, 0xf9,
+ 0xd0, 0x85, 0x62, 0x61, 0xdd, 0xec, 0x15, 0x1b, 0x44, 0x47, 0xd3, 0x69,
+ 0x8a, 0x56, 0x09, 0xf7, 0x57, 0x69, 0xa2, 0x5b, 0xeb, 0x4a, 0x65, 0x44,
+ 0xc4, 0x1a, 0x46, 0x82, 0xeb, 0x4b, 0xf9, 0x79, 0x7b, 0x9f, 0xce, 0xf0,
+ 0xd3, 0xaf, 0xb7, 0x66, 0x16, 0x24, 0x36, 0xd7, 0xb6, 0xc4, 0x28, 0x7c,
+ 0xb2, 0x98, 0xe6, 0x8c, 0xed, 0xdf, 0xaa, 0x6f, 0x21, 0x6b, 0xcc, 0x73,
+ 0x36, 0xae, 0x14, 0xff, 0xf1, 0xfc, 0x27, 0x98, 0x74, 0xc0, 0xdf, 0x1f,
+ 0x92, 0x79, 0xfa, 0xec, 0x67, 0xf9, 0xab, 0xb3, 0x25, 0xff, 0x8a, 0xd5,
+ 0x5f, 0x8b, 0x37, 0x6f, 0xde, 0x54, 0xf4, 0xec, 0x73, 0x07, 0x6f, 0x4d,
+ 0x17, 0x13, 0x18, 0x44, 0xb3, 0x45, 0x06, 0x1b, 0x66, 0x73, 0xb0, 0xb3,
+ 0x90, 0x28, 0x8a, 0x05, 0x13, 0x09, 0xa3, 0x75, 0x74, 0xcd, 0x54, 0x2f,
+ 0x0a, 0xf6, 0x75, 0x43, 0xcf, 0x48, 0x51, 0x07, 0xfe, 0xb3, 0x90, 0x64,
+ 0x05, 0x2b, 0x81, 0xa4, 0x64, 0x43, 0x2e, 0x1b, 0xdc, 0x18, 0x61, 0xfa,
+ 0xc0, 0x3e, 0xcd, 0x25, 0xbe, 0x55, 0x8d, 0xf2, 0xd5, 0x24, 0x5d, 0xb1,
+ 0x34, 0x59, 0x06, 0x87, 0xb7, 0x59, 0x11, 0x4d, 0x72, 0xd6, 0xd7, 0x16,
+ 0x39, 0x78, 0xcd, 0x1c, 0xcf, 0xd6, 0x13, 0x98, 0xa8, 0x3c, 0x82, 0xcb,
+ 0xb3, 0xf5, 0x8c, 0x29, 0x52, 0xa2, 0xe9, 0x80, 0x7c, 0x9c, 0xc3, 0x5d,
+ 0x6f, 0x36, 0x2f, 0xcb, 0x97, 0x69, 0x34, 0x49, 0x4a, 0x56, 0x94, 0xf9,
+ 0x62, 0x06, 0xe6, 0xb2, 0x53, 0x20, 0x5d, 0xb2, 0x2f, 0x12, 0x0f, 0x8f,
+ 0xb2, 0xb2, 0x48, 0x67, 0xd3, 0x37, 0xcf, 0x59, 0x9e, 0x3e, 0xef, 0x5f,
+ 0x7e, 0x38, 0xf9, 0xf0, 0xcb, 0x77, 0xdf, 0xc1, 0x4a, 0x11, 0x9f, 0x0c,
+ 0x0b, 0xd5, 0xae, 0x1f, 0x97, 0xf0, 0x7c, 0x6b, 0xb8, 0x5e, 0x80, 0x4b,
+ 0x86, 0xf5, 0x24, 0xcb, 0x7f, 0x00, 0x0d, 0x58, 0x4e, 0x67, 0xd1, 0x3c,
+ 0x9d, 0xe7, 0x2b, 0xdd, 0x41, 0x00, 0x8e, 0x0d, 0x6f, 0xa2, 0x93, 0x29,
+ 0x24, 0xa6, 0x49, 0x61, 0x09, 0xa0, 0x2d, 0x00, 0x58, 0xeb, 0x2c, 0x71,
+ 0x8e, 0xcc, 0xbf, 0x2c, 0xd1, 0x4b, 0x56, 0x23, 0x50, 0x86, 0xe5, 0x2b,
+ 0x29, 0x8c, 0x65, 0x1a, 0x14, 0x1d, 0xab, 0x9a, 0xda, 0xd2, 0xd3, 0xe6,
+ 0x85, 0x74, 0x9b, 0x40, 0x53, 0xc0, 0x07, 0xc3, 0x51, 0x3e, 0x8d, 0x84,
+ 0xe3, 0x04, 0xf1, 0xb8, 0x1c, 0xd2, 0x62, 0x45, 0x3f, 0x4f, 0x1e, 0xa3,
+ 0xf1, 0x0a, 0x6c, 0xf8, 0x09, 0xd3, 0x90, 0x73, 0x36, 0x1c, 0x26, 0x37,
+ 0x69, 0x01, 0x35, 0x78, 0xc2, 0x0a, 0xb0, 0x60, 0x05, 0xbd, 0xe4, 0x5e,
+ 0x5d, 0xb1, 0xf8, 0x4d, 0x8d, 0xa3, 0xfb, 0x7c, 0x3d, 0x9b, 0x60, 0x51,
+ 0x97, 0x8f, 0xcb, 0x6c, 0x9c, 0x80, 0x27, 0x04, 0x9e, 0x07, 0x2c, 0x72,
+ 0x36, 0xd8, 0x8b, 0xbc, 0xb0, 0x9a, 0x4c, 0x22, 0x99, 0x0d, 0x28, 0x4b,
+ 0x26, 0xbf, 0x48, 0xd3, 0x68, 0x78, 0x35, 0x3a, 0x39, 0x1f, 0x0d, 0x8f,
+ 0xae, 0x86, 0xa3, 0xc1, 0xf9, 0xd9, 0xd9, 0xfe, 0x87, 0x43, 0xc8, 0xdb,
+ 0x94, 0xf5, 0x7a, 0x18, 0xde, 0xd0, 0x28, 0x21, 0xa3, 0x7d, 0x3e, 0x9e,
+ 0x4f, 0x46, 0x30, 0xb3, 0x19, 0x15, 0xcb, 0x2f, 0x9d, 0x08, 0x9a, 0xf4,
+ 0x5f, 0xfe, 0xfd, 0x61, 0x7b, 0xfb, 0xdf, 0x1f, 0x3a, 0x31, 0xff, 0x77,
+ 0xbb, 0xf3, 0xc2, 0x20, 0x8a, 0xbd, 0x44, 0xb1, 0x49, 0xd4, 0xf5, 0x12,
+ 0x75, 0x4d, 0xa2, 0x9e, 0x97, 0xa8, 0x67, 0x12, 0xf5, 0xbd, 0x44, 0x7d,
+ 0x93, 0x68, 0xc7, 0x4b, 0xb4, 0x63, 0x12, 0xed, 0x7a, 0x89, 0x76, 0x4d,
+ 0xa2, 0x3d, 0x2f, 0xd1, 0x9e, 0x49, 0xf4, 0xce, 0x4b, 0xf4, 0xce, 0x24,
+ 0xea, 0x6c, 0xfb, 0x88, 0x12, 0x8b, 0xa8, 0xe3, 0x23, 0xba, 0xb6, 0x88,
+ 0x62, 0x1f, 0xd1, 0xf8, 0x85, 0x56, 0x79, 0xb3, 0x75, 0x62, 0x54, 0x5e,
+ 0xbc, 0xed, 0xa9, 0x3c, 0x46, 0x14, 0x7b, 0x89, 0x62, 0x93, 0xa8, 0xeb,
+ 0x25, 0xea, 0x9a, 0x44, 0x3d, 0x2f, 0x51, 0xcf, 0x24, 0xea, 0x7b, 0x89,
+ 0xfa, 0x26, 0xd1, 0x8e, 0x97, 0x68, 0xc7, 0x24, 0xda, 0xf5, 0x12, 0xed,
+ 0x9a, 0x44, 0x7b, 0x5e, 0xa2, 0x3d, 0xbd, 0xa0, 0xd8, 0x12, 0xc1, 0x6c,
+ 0xe5, 0x5d, 0x4f, 0x41, 0x31, 0xa2, 0xd8, 0x4b, 0x14, 0x9b, 0x44, 0x5d,
+ 0x2f, 0x51, 0xd7, 0x24, 0xea, 0x79, 0x89, 0x7a, 0x26, 0x51, 0xdf, 0x4b,
+ 0xd4, 0x37, 0x89, 0x76, 0xbc, 0x44, 0x3b, 0x26, 0xd1, 0xae, 0x97, 0x68,
+ 0xd7, 0x24, 0xda, 0xf3, 0x12, 0xed, 0x99, 0x44, 0xef, 0xbc, 0x44, 0xef,
+ 0x4c, 0x22, 0xb3, 0x95, 0x4b, 0xa2, 0xc4, 0x22, 0xea, 0xf8, 0x88, 0xae,
+ 0x2d, 0xa2, 0xd8, 0x47, 0x64, 0xb4, 0xf2, 0x31, 0x7c, 0xeb, 0x67, 0x3a,
+ 0xd9, 0x8e, 0x20, 0x4b, 0x05, 0x19, 0x2c, 0x42, 0xd1, 0x20, 0xea, 0x88,
+ 0xad, 0xda, 0x7c, 0x84, 0xd3, 0x17, 0x36, 0xdd, 0x74, 0xea, 0xa1, 0xeb,
+ 0x6c, 0x0b, 0x81, 0x60, 0xf2, 0x1f, 0xac, 0x6c, 0x09, 0x9b, 0x5e, 0xa3,
+ 0x8e, 0x8f, 0x58, 0xb4, 0x1d, 0x9b, 0x36, 0xf6, 0xd1, 0xc6, 0x7e, 0xda,
+ 0xae, 0x8f, 0xb6, 0xeb, 0xa7, 0xed, 0xf9, 0x68, 0x7b, 0x7a, 0x41, 0x81,
+ 0x29, 0xa5, 0xd1, 0x2a, 0x9d, 0x25, 0x8f, 0x30, 0xef, 0xf4, 0x14, 0xc3,
+ 0xb6, 0x3e, 0xc2, 0xc0, 0x1d, 0xc3, 0x74, 0xa5, 0xe8, 0x3d, 0xe4, 0x1d,
+ 0x0f, 0xf9, 0x24, 0x2b, 0x60, 0x62, 0x25, 0xd8, 0x3c, 0x4c, 0x7a, 0x67,
+ 0x49, 0xc6, 0xb5, 0xea, 0xe8, 0x0d, 0x9d, 0xcd, 0xce, 0x47, 0x9d, 0x67,
+ 0x01, 0xc2, 0xae, 0x45, 0x18, 0x87, 0x08, 0xf5, 0xfe, 0x35, 0xbe, 0x4d,
+ 0xc7, 0x5f, 0x46, 0x7c, 0x51, 0x3e, 0x9a, 0x81, 0x5b, 0x1e, 0x2f, 0x8b,
+ 0xd1, 0x91, 0xc0, 0x97, 0x01, 0x9b, 0x0e, 0xdf, 0xa5, 0x01, 0xf9, 0xc6,
+ 0x67, 0x23, 0x85, 0x8f, 0xbf, 0xc1, 0xe3, 0xe1, 0x98, 0x68, 0x1c, 0xb0,
+ 0x74, 0xa9, 0x15, 0x2f, 0xc7, 0xac, 0xb1, 0x38, 0x16, 0x4a, 0x47, 0xb8,
+ 0x15, 0x3c, 0x5a, 0x2f, 0x0d, 0xf2, 0x9e, 0xa9, 0xba, 0x4d, 0x0d, 0xce,
+ 0xd7, 0x7d, 0xe4, 0x42, 0x79, 0x34, 0x31, 0x36, 0x62, 0x13, 0xdc, 0x3d,
+ 0x86, 0x67, 0x5e, 0xc1, 0x62, 0x48, 0xb8, 0x5f, 0x65, 0x4c, 0x28, 0xb7,
+ 0x76, 0xe3, 0x27, 0xdc, 0xe7, 0x84, 0x69, 0x79, 0x3d, 0x4a, 0xd6, 0x65,
+ 0x5e, 0xb2, 0x29, 0x93, 0x9f, 0x70, 0x20, 0x08, 0x71, 0x56, 0x3e, 0x82,
+ 0xf9, 0xdf, 0x08, 0xd6, 0x35, 0x5e, 0xda, 0x43, 0x53, 0x68, 0x95, 0x3f,
+ 0x2f, 0xf5, 0x11, 0xa7, 0x96, 0xed, 0xb2, 0x5e, 0xf4, 0xb1, 0xab, 0x2f,
+ 0x23, 0xce, 0xbd, 0xc5, 0xdb, 0xd9, 0xae, 0x88, 0x63, 0x5b, 0x13, 0x0f,
+ 0xb9, 0xe8, 0x2d, 0xf7, 0x62, 0x97, 0x78, 0x04, 0x73, 0x2e, 0x36, 0xe5,
+ 0x62, 0x95, 0x37, 0x81, 0xe9, 0xa0, 0x87, 0x23, 0x36, 0x0a, 0x25, 0x7d,
+ 0x28, 0x85, 0xe2, 0x3e, 0xe9, 0xdd, 0x4a, 0x19, 0x99, 0xd5, 0xbf, 0x26,
+ 0xf3, 0x11, 0x37, 0x89, 0xee, 0x63, 0xe8, 0xc9, 0x51, 0x64, 0xb5, 0x60,
+ 0x3a, 0x95, 0xb7, 0x6c, 0xd6, 0x3a, 0x9a, 0xce, 0x92, 0xe2, 0xd6, 0x2b,
+ 0x5e, 0x74, 0x45, 0xb6, 0x96, 0x18, 0xa3, 0x11, 0x3a, 0x36, 0xb7, 0xf5,
+ 0xeb, 0xb1, 0x63, 0x56, 0xe4, 0x72, 0x96, 0xe1, 0x30, 0x8e, 0x0d, 0xdc,
+ 0x47, 0xbf, 0x2b, 0x9a, 0x34, 0xb4, 0x39, 0x55, 0x34, 0xd9, 0xe4, 0x61,
+ 0xb4, 0x6d, 0x88, 0xef, 0x9b, 0x23, 0x94, 0x43, 0xdd, 0xf1, 0x52, 0x77,
+ 0xa4, 0x70, 0x56, 0x85, 0xa2, 0xa7, 0x9b, 0x3d, 0x6b, 0xf7, 0x5d, 0x25,
+ 0x97, 0x4d, 0x90, 0x57, 0xe9, 0x75, 0xce, 0xa6, 0xd6, 0x47, 0x83, 0x8f,
+ 0x5a, 0x4f, 0xa8, 0xe6, 0xfc, 0x06, 0xeb, 0xf5, 0x75, 0xc5, 0xfa, 0x53,
+ 0xf4, 0x57, 0xd8, 0x8a, 0x60, 0x73, 0xee, 0xc3, 0xe3, 0x8f, 0xb8, 0x46,
+ 0xe6, 0x6d, 0x6e, 0xba, 0x7e, 0x66, 0x8d, 0x44, 0xd7, 0x89, 0x8f, 0x0b,
+ 0x2f, 0x46, 0x9d, 0x0e, 0xe1, 0x36, 0x4a, 0x39, 0xcb, 0x13, 0xb6, 0xb8,
+ 0x42, 0x7e, 0xb8, 0x90, 0x77, 0x3d, 0x2b, 0x2d, 0x09, 0x63, 0x43, 0xe5,
+ 0x2b, 0x36, 0xa7, 0xff, 0x41, 0xac, 0xcd, 0x86, 0x57, 0x62, 0xfd, 0xf8,
+ 0x83, 0x31, 0xa7, 0x2f, 0xf2, 0x35, 0xab, 0x35, 0x3e, 0xb5, 0xaf, 0x0a,
+ 0x5b, 0x0c, 0x7c, 0x6c, 0x19, 0x01, 0xae, 0xca, 0xc6, 0xab, 0xfc, 0x72,
+ 0x5d, 0x1c, 0x1d, 0x9f, 0x8c, 0x3e, 0x7d, 0x1e, 0x1d, 0xec, 0x18, 0xa5,
+ 0x99, 0xf2, 0x7f, 0xbb, 0xe9, 0x8b, 0x46, 0xe6, 0xb3, 0xcb, 0xa3, 0xd1,
+ 0xc1, 0xf9, 0xe1, 0xaf, 0x6c, 0x6d, 0xf1, 0x61, 0x78, 0x79, 0x7e, 0xea,
+ 0x93, 0x63, 0x54, 0xb9, 0x2e, 0x08, 0x98, 0xcf, 0x3a, 0x9d, 0x8e, 0x5d,
+ 0x66, 0x92, 0xb1, 0xd7, 0x0b, 0x30, 0xb2, 0xa5, 0xf5, 0x2c, 0x5d, 0x8c,
+ 0x3e, 0xec, 0xef, 0x84, 0x58, 0xe3, 0xd8, 0xaf, 0xbb, 0xe2, 0x7c, 0xd7,
+ 0x0b, 0xb1, 0xf6, 0xb7, 0x1b, 0x52, 0x3d, 0xe8, 0x8c, 0xba, 0x3b, 0x21,
+ 0xe6, 0x40, 0x99, 0x29, 0xde, 0xb8, 0x86, 0x77, 0xa7, 0x3e, 0xe1, 0x45,
+ 0xc6, 0x56, 0x8e, 0xec, 0xa3, 0x18, 0x77, 0x46, 0xbd, 0x80, 0x84, 0x5e,
+ 0x6d, 0xea, 0x9a, 0x80, 0x9d, 0x40, 0x89, 0xef, 0xb5, 0x15, 0xb0, 0x17,
+ 0xd0, 0xa0, 0x5f, 0x9f, 0x07, 0x60, 0xbd, 0x4b, 0x6e, 0x42, 0x19, 0xe8,
+ 0xed, 0xd6, 0xa6, 0x2f, 0xb9, 0xfb, 0x01, 0xee, 0x49, 0x2b, 0xee, 0xbb,
+ 0x50, 0xe6, 0xeb, 0xeb, 0x4e, 0xb1, 0xaf, 0x42, 0xfc, 0xd3, 0x56, 0xfc,
+ 0xa1, 0x92, 0xeb, 0x34, 0x95, 0xdc, 0xde, 0x68, 0x9e, 0xae, 0xc6, 0xa1,
+ 0xa2, 0x8b, 0xeb, 0xeb, 0x5e, 0xb1, 0x07, 0x94, 0xef, 0xd7, 0xd7, 0xbc,
+ 0x62, 0x0f, 0x69, 0xff, 0xae, 0x5e, 0xfb, 0x71, 0xbe, 0x5e, 0xb2, 0xcf,
+ 0xc3, 0xf5, 0x17, 0x67, 0x4a, 0x27, 0x05, 0xd4, 0x77, 0x58, 0xc5, 0xef,
+ 0xcc, 0xf4, 0x24, 0xff, 0x14, 0x47, 0xc7, 0xb3, 0x93, 0xfd, 0xe1, 0x3e,
+ 0x0c, 0x0c, 0xe0, 0xd0, 0x9c, 0x7d, 0x62, 0x7b, 0x1d, 0xaf, 0xd4, 0x63,
+ 0x78, 0x5a, 0x00, 0x67, 0x54, 0xa3, 0xb3, 0x2c, 0x29, 0x13, 0xc9, 0xe0,
+ 0x2f, 0xd8, 0x77, 0x30, 0x72, 0x9f, 0xed, 0xff, 0xe5, 0x70, 0x7f, 0xc4,
+ 0xc5, 0xc7, 0xdb, 0xdb, 0x30, 0x4f, 0xef, 0xed, 0xb6, 0x93, 0x7d, 0x10,
+ 0xfb, 0xe5, 0x4e, 0x03, 0x45, 0x86, 0xd6, 0x38, 0xd7, 0xc5, 0xe8, 0x6c,
+ 0xb7, 0x1b, 0x1a, 0xa3, 0xba, 0x81, 0xa6, 0x76, 0x71, 0x79, 0x3e, 0x3c,
+ 0xfa, 0x78, 0x25, 0xc7, 0x74, 0x7f, 0xba, 0x81, 0x3e, 0x26, 0x79, 0x7f,
+ 0x39, 0x1b, 0x9d, 0x5e, 0x85, 0x5a, 0x59, 0xe7, 0xba, 0x9e, 0xf9, 0xfd,
+ 0xf9, 0x07, 0x56, 0x4c, 0xff, 0x1a, 0xaa, 0xa4, 0xa4, 0x9e, 0xfb, 0xf4,
+ 0xe3, 0xfe, 0xe8, 0xf0, 0xe8, 0xec, 0x3c, 0x90, 0xf6, 0xbb, 0x00, 0xf7,
+ 0xf9, 0xe9, 0xaf, 0xbf, 0x9c, 0x7f, 0x60, 0xfc, 0xaa, 0xf6, 0xfd, 0x02,
+ 0xb6, 0x03, 0x5d, 0xc4, 0x11, 0x70, 0xd0, 0x09, 0x08, 0x08, 0xe5, 0xde,
+ 0x11, 0x10, 0x07, 0x86, 0x88, 0x6e, 0x3b, 0x01, 0x67, 0x57, 0x67, 0x01,
+ 0x0d, 0x60, 0x21, 0xcc, 0x9a, 0x23, 0xb8, 0x81, 0x39, 0x38, 0xfa, 0x30,
+ 0x78, 0x3f, 0x3a, 0xfa, 0xf0, 0xcb, 0xc9, 0x87, 0x23, 0xd6, 0x1c, 0xfb,
+ 0x7b, 0x5e, 0xd1, 0x30, 0x41, 0xc4, 0xb9, 0x98, 0xbf, 0x21, 0xed, 0xbf,
+ 0x08, 0x48, 0x7b, 0xe7, 0x95, 0x06, 0x4b, 0x84, 0x3a, 0x71, 0x07, 0xfe,
+ 0xfc, 0x4d, 0x52, 0x74, 0x8b, 0x62, 0x37, 0x8b, 0xa9, 0x36, 0xb3, 0xf9,
+ 0xb7, 0x8f, 0x45, 0xba, 0x3a, 0x4c, 0xa7, 0x8c, 0x67, 0xf2, 0x1f, 0xcf,
+ 0x9f, 0x67, 0x8b, 0x49, 0x36, 0x86, 0xa3, 0x14, 0x7c, 0xa7, 0x06, 0x47,
+ 0x0d, 0x63, 0x39, 0x31, 0x3b, 0x31, 0xa2, 0xb6, 0xa2, 0xf8, 0xf9, 0x33,
+ 0x45, 0xcd, 0x08, 0x7f, 0xdb, 0x1f, 0xb0, 0x75, 0xe6, 0xc1, 0xba, 0x2c,
+ 0xf3, 0x05, 0xda, 0x50, 0xfe, 0x7d, 0x2b, 0x7a, 0x61, 0x04, 0x44, 0x1f,
+ 0xc0, 0x45, 0xb1, 0x15, 0xf6, 0x2b, 0x1e, 0xc5, 0xba, 0x82, 0xd4, 0x8d,
+ 0x06, 0x36, 0x67, 0x1e, 0xdf, 0x6a, 0x02, 0x3d, 0x11, 0xd1, 0xe7, 0x55,
+ 0x8e, 0xce, 0x39, 0x03, 0xd1, 0xc2, 0x64, 0x88, 0x27, 0x9d, 0x39, 0x4b,
+ 0x49, 0x9e, 0x21, 0x33, 0x76, 0xed, 0xa7, 0x50, 0x56, 0x0f, 0xf1, 0xab,
+ 0x2a, 0x4e, 0x9b, 0xf3, 0xfc, 0x6a, 0x96, 0xdf, 0x83, 0x10, 0x23, 0x40,
+ 0x88, 0x31, 0xc3, 0x1a, 0x04, 0x1d, 0x27, 0x45, 0x69, 0x08, 0x82, 0x00,
+ 0x5b, 0x10, 0x86, 0xf9, 0x05, 0x2d, 0xf2, 0xc1, 0x0c, 0x05, 0xe0, 0x1f,
+ 0x82, 0x91, 0xff, 0xdd, 0x90, 0xf2, 0xfb, 0xdc, 0x4c, 0x98, 0xfd, 0xb6,
+ 0xd3, 0x85, 0x20, 0xbf, 0x14, 0xb0, 0xd0, 0xc2, 0xe2, 0xd9, 0x02, 0x1f,
+ 0x64, 0x54, 0xbf, 0x84, 0x04, 0x2d, 0xc0, 0xcf, 0x9f, 0x15, 0x87, 0x7c,
+ 0x41, 0x35, 0x39, 0x78, 0x3c, 0x5d, 0x27, 0x20, 0xc4, 0x0a, 0x12, 0x92,
+ 0xec, 0xd0, 0x50, 0x13, 0xaa, 0x2e, 0x8b, 0x68, 0xcd, 0xc7, 0x0a, 0x54,
+ 0x6d, 0xd2, 0x0e, 0x47, 0xa1, 0x6e, 0x77, 0x98, 0xe1, 0xcb, 0x23, 0xd9,
+ 0x25, 0x46, 0x85, 0xf0, 0x52, 0x5d, 0xdb, 0x31, 0xc6, 0xf9, 0xfc, 0x1a,
+ 0xba, 0x97, 0x32, 0x80, 0x5b, 0x80, 0x2a, 0x6e, 0xa8, 0xd0, 0xc5, 0x13,
+ 0xe1, 0xc9, 0x21, 0x57, 0x04, 0x1d, 0x7c, 0x81, 0x73, 0xb7, 0xac, 0xea,
+ 0x73, 0xfe, 0x18, 0x21, 0x3c, 0x10, 0xe9, 0x49, 0x20, 0x2b, 0xd4, 0xbb,
+ 0x2b, 0xae, 0x06, 0xaf, 0x10, 0x2b, 0x50, 0x55, 0x89, 0x1d, 0xee, 0x95,
+ 0xc8, 0x3b, 0xa5, 0x4c, 0x7d, 0xc2, 0x25, 0x5a, 0x81, 0x4a, 0xa2, 0x1d,
+ 0xee, 0x95, 0x38, 0x98, 0xad, 0x5d, 0x89, 0x56, 0xa0, 0x92, 0x68, 0x87,
+ 0x7b, 0x25, 0x7e, 0x4a, 0x66, 0xd9, 0x04, 0x6f, 0x50, 0xb0, 0xd2, 0xe1,
+ 0xf2, 0x8c, 0x20, 0x25, 0xcd, 0x0c, 0xf5, 0xc8, 0x4a, 0x44, 0x42, 0x3c,
+ 0x23, 0x46, 0x39, 0x06, 0xa2, 0x54, 0x6b, 0xf4, 0xc7, 0x7a, 0xd2, 0x58,
+ 0x81, 0x41, 0x24, 0x4d, 0xb0, 0xfe, 0x5b, 0x48, 0x33, 0x82, 0x3c, 0x22,
+ 0xf0, 0xde, 0x9a, 0x21, 0xc4, 0x0c, 0x11, 0x62, 0xac, 0x40, 0x8f, 0x20,
+ 0xd6, 0xc3, 0x0d, 0x31, 0xfa, 0xef, 0x6a, 0x10, 0xb0, 0x44, 0x3c, 0x9f,
+ 0x48, 0x03, 0xf4, 0xbe, 0xae, 0x25, 0x4f, 0xb8, 0x5f, 0xf8, 0x22, 0x59,
+ 0xfa, 0xcb, 0xd6, 0xdd, 0xf2, 0xf9, 0xb3, 0x59, 0x76, 0x97, 0xfe, 0xb2,
+ 0x4a, 0x96, 0xb7, 0x01, 0xfa, 0x51, 0x67, 0x84, 0xd1, 0xf0, 0x38, 0x03,
+ 0xfe, 0x65, 0xfa, 0x5e, 0xe5, 0xeb, 0xf2, 0x16, 0xef, 0x8b, 0xb3, 0xdf,
+ 0x70, 0x9f, 0x0b, 0x8e, 0xd0, 0xd3, 0x32, 0x59, 0x4d, 0xd4, 0xe5, 0xc0,
+ 0xcb, 0xe5, 0xfc, 0xf9, 0xf3, 0x67, 0x2a, 0x13, 0xa1, 0xbb, 0xde, 0xd1,
+ 0x0b, 0x26, 0xee, 0x11, 0x5c, 0x52, 0x30, 0x71, 0xd3, 0x2c, 0x9d, 0x4d,
+ 0x60, 0x23, 0x0a, 0xce, 0x9c, 0x59, 0xb8, 0xc6, 0x04, 0x21, 0x1d, 0x46,
+ 0x22, 0x33, 0x66, 0xc9, 0x0b, 0x24, 0x15, 0x3f, 0x35, 0xa9, 0xd8, 0x9f,
+ 0x54, 0x1c, 0x4e, 0xaa, 0xfb, 0xd4, 0xa4, 0xba, 0xfe, 0xa4, 0xba, 0xe1,
+ 0xa4, 0x7a, 0x4f, 0x4d, 0xaa, 0xe7, 0x4f, 0xaa, 0xe7, 0x4d, 0xca, 0xba,
+ 0x92, 0xde, 0x22, 0x1d, 0xe4, 0xf0, 0x57, 0x14, 0x17, 0x16, 0x48, 0x24,
+ 0x7e, 0x52, 0x22, 0x6e, 0x15, 0x71, 0x61, 0x81, 0x44, 0xba, 0x4f, 0x4a,
+ 0xc4, 0xad, 0x1c, 0x2e, 0x2c, 0x90, 0x48, 0xef, 0x49, 0x89, 0xb8, 0xd5,
+ 0xc2, 0x85, 0x05, 0x12, 0xe9, 0x3f, 0x29, 0x91, 0xbe, 0x3f, 0x91, 0x7e,
+ 0x20, 0x91, 0x9d, 0x27, 0x25, 0xb2, 0xe3, 0x4f, 0x64, 0x47, 0x4f, 0x44,
+ 0x98, 0xe0, 0x04, 0x5f, 0xdc, 0x70, 0x07, 0x5d, 0xa5, 0x72, 0x79, 0x71,
+ 0xf6, 0x2f, 0x68, 0xc4, 0x00, 0xdc, 0x12, 0xea, 0x49, 0x7d, 0x4e, 0xc1,
+ 0xac, 0xa0, 0xba, 0x88, 0x90, 0x4e, 0xa7, 0xd9, 0x18, 0xae, 0xcb, 0x16,
+ 0x78, 0xc7, 0x60, 0xb9, 0x5c, 0xe5, 0x0f, 0xdc, 0xe8, 0x65, 0x92, 0xad,
+ 0xde, 0x72, 0x33, 0x88, 0x98, 0x82, 0x21, 0x44, 0xb7, 0xee, 0x09, 0x7e,
+ 0x5c, 0x27, 0x51, 0xce, 0xad, 0x99, 0xc1, 0xa5, 0x08, 0xb6, 0xc6, 0xd9,
+ 0x8a, 0x26, 0xe9, 0x12, 0x0c, 0x4d, 0x2e, 0x6e, 0x20, 0x06, 0xec, 0xe5,
+ 0x41, 0xcc, 0xf0, 0xe2, 0xcc, 0x10, 0x73, 0xca, 0x66, 0xa9, 0x2c, 0xee,
+ 0x2d, 0xfc, 0xcb, 0x5d, 0xee, 0x89, 0xec, 0x9c, 0x65, 0x0b, 0x96, 0x23,
+ 0xf6, 0x5f, 0x96, 0x29, 0x1f, 0x03, 0xce, 0xef, 0x7c, 0x1c, 0xc9, 0x83,
+ 0xc5, 0x81, 0x94, 0xfe, 0x34, 0x92, 0x07, 0x6f, 0x1a, 0x8a, 0xc3, 0x93,
+ 0x08, 0x67, 0xe1, 0x89, 0xb8, 0x95, 0x20, 0xee, 0x03, 0xe9, 0x75, 0xad,
+ 0x0b, 0x3e, 0xe3, 0x1e, 0x22, 0xa5, 0x2c, 0xd8, 0xbf, 0xd5, 0x62, 0xbf,
+ 0xe7, 0x57, 0x62, 0xca, 0xfb, 0x1c, 0x6e, 0x94, 0xf1, 0x47, 0x8e, 0x85,
+ 0x70, 0xa3, 0x0a, 0x77, 0x55, 0xe4, 0xc5, 0xb0, 0x1f, 0x8a, 0x08, 0x8e,
+ 0x24, 0xe0, 0x4a, 0x0a, 0xab, 0x98, 0x85, 0x55, 0x31, 0x27, 0x0b, 0xb8,
+ 0x8e, 0xc2, 0xe4, 0x20, 0x0d, 0x72, 0x57, 0x49, 0xee, 0x67, 0x2b, 0x88,
+ 0x47, 0xa7, 0x24, 0x3a, 0xd3, 0x61, 0x5a, 0xcf, 0x04, 0xf1, 0x0e, 0xd3,
+ 0x0b, 0x4f, 0x01, 0x60, 0x02, 0x4c, 0xef, 0xa5, 0x56, 0x04, 0xfb, 0xdc,
+ 0x1b, 0x38, 0xbc, 0x48, 0x63, 0x11, 0xf9, 0x4c, 0x58, 0x84, 0xb0, 0x9b,
+ 0x25, 0x54, 0x0f, 0xd2, 0x69, 0x4d, 0xd2, 0x50, 0x62, 0xc0, 0xc2, 0xcf,
+ 0xc0, 0x77, 0x8c, 0x55, 0x53, 0xcd, 0x4c, 0xc9, 0x83, 0x51, 0x0b, 0xc9,
+ 0x03, 0x34, 0xed, 0x48, 0xb8, 0x28, 0xaf, 0x68, 0xe1, 0x12, 0x1c, 0xd0,
+ 0xba, 0xd9, 0xd2, 0x72, 0x53, 0x6f, 0xdd, 0x56, 0xeb, 0xaf, 0xfe, 0x26,
+ 0xe1, 0x12, 0xd8, 0x1d, 0xf7, 0x37, 0xbd, 0x7d, 0x28, 0x73, 0xb5, 0x16,
+ 0x93, 0xa7, 0x9c, 0x1d, 0xbe, 0x8e, 0xc1, 0xc7, 0xfb, 0x30, 0x7f, 0x58,
+ 0xe1, 0xd2, 0x72, 0x1b, 0xdb, 0x2a, 0xdb, 0xd0, 0xa3, 0x2b, 0xaf, 0x0c,
+ 0x51, 0x65, 0x22, 0xd4, 0xa8, 0x31, 0xb1, 0x5e, 0x7d, 0x21, 0xee, 0x85,
+ 0xba, 0x97, 0xae, 0xdd, 0xb6, 0x2f, 0x6e, 0x90, 0x2a, 0xf7, 0x08, 0x67,
+ 0xe8, 0x48, 0x35, 0xe4, 0x1a, 0xa3, 0xea, 0x1a, 0x07, 0x09, 0xcb, 0x80,
+ 0xe6, 0x55, 0x01, 0x0e, 0xb8, 0x22, 0x98, 0x14, 0xde, 0x65, 0x13, 0xb8,
+ 0x89, 0x7c, 0x9f, 0xad, 0xc4, 0x3b, 0x16, 0xc5, 0xb3, 0x3f, 0x5b, 0xde,
+ 0x26, 0xaf, 0x3f, 0xc0, 0x58, 0x57, 0xa0, 0x55, 0xc4, 0x49, 0xba, 0x28,
+ 0x32, 0x70, 0xbc, 0xa3, 0x59, 0x47, 0x7c, 0x96, 0x00, 0xd5, 0x87, 0x8f,
+ 0x60, 0xe9, 0xa2, 0x44, 0xfb, 0x33, 0xb6, 0xb1, 0x60, 0x6e, 0x7d, 0x4c,
+ 0x49, 0x3d, 0x17, 0xa6, 0x52, 0xa2, 0x4f, 0x47, 0xc2, 0xa0, 0x1b, 0x9c,
+ 0xef, 0x44, 0x09, 0xfa, 0x00, 0x63, 0x39, 0xbb, 0x4b, 0x25, 0x85, 0xc8,
+ 0x9a, 0xdf, 0xab, 0x8e, 0x4f, 0xe2, 0xfe, 0xf1, 0xa5, 0x57, 0x64, 0x32,
+ 0x5d, 0x6d, 0x2a, 0xd3, 0x32, 0xe9, 0xaa, 0xac, 0x2b, 0xcc, 0x55, 0x25,
+ 0xa8, 0xa2, 0xe4, 0x17, 0x47, 0x6b, 0x05, 0x6b, 0x0d, 0x43, 0x1a, 0xbd,
+ 0x90, 0x0f, 0x20, 0x35, 0xfb, 0x8e, 0x9a, 0xab, 0x9c, 0x4a, 0x0f, 0x33,
+ 0x32, 0xd2, 0x1a, 0x81, 0x94, 0xc4, 0xd6, 0x34, 0x5a, 0xe2, 0xd6, 0xbd,
+ 0x4e, 0xb3, 0x15, 0x54, 0xf7, 0xf4, 0xa5, 0x95, 0x8d, 0x8e, 0x6a, 0x7b,
+ 0x95, 0xb4, 0xa2, 0x03, 0x17, 0x55, 0xbd, 0xd2, 0xea, 0x85, 0x81, 0xb9,
+ 0x29, 0x3f, 0x74, 0xe9, 0x71, 0x48, 0x7a, 0x8d, 0xed, 0xba, 0x9a, 0x44,
+ 0xbb, 0xad, 0x12, 0xed, 0x6e, 0x94, 0x68, 0xb7, 0x29, 0xd1, 0x5e, 0xab,
+ 0x44, 0x7b, 0x1b, 0x25, 0xda, 0x6b, 0x4a, 0xb4, 0xdf, 0x2a, 0xd1, 0xfe,
+ 0x46, 0x89, 0xf6, 0x9b, 0x12, 0xdd, 0x69, 0x95, 0xe8, 0xce, 0x46, 0x89,
+ 0xee, 0x34, 0x25, 0xba, 0xdb, 0x2a, 0xd1, 0xdd, 0x8d, 0x12, 0xdd, 0x6d,
+ 0x4a, 0x74, 0xaf, 0x55, 0xa2, 0x7b, 0x1b, 0x25, 0xba, 0xd7, 0x94, 0xe8,
+ 0xbb, 0x56, 0x89, 0xbe, 0xdb, 0x28, 0xd1, 0x77, 0x4d, 0x89, 0xa2, 0xbd,
+ 0xbb, 0xc6, 0x44, 0x3b, 0xdb, 0x5b, 0x1b, 0x24, 0x2a, 0x4c, 0xe2, 0xd5,
+ 0xa5, 0xda, 0x69, 0x95, 0x6a, 0x67, 0xa3, 0x54, 0x3b, 0x8d, 0xa9, 0x06,
+ 0x07, 0x25, 0x23, 0xd5, 0x78, 0xa3, 0x54, 0x63, 0xff, 0x98, 0x7e, 0x00,
+ 0x4e, 0xb1, 0xec, 0x29, 0xab, 0xfb, 0x8d, 0x37, 0x93, 0x08, 0x7f, 0xe2,
+ 0x05, 0x5d, 0xf5, 0x85, 0xb7, 0x9e, 0x52, 0x45, 0xd6, 0x9c, 0x2c, 0x9b,
+ 0xaf, 0xe7, 0xc2, 0x70, 0x55, 0x75, 0xdf, 0xff, 0xd9, 0xb3, 0x39, 0x8f,
+ 0x51, 0x6f, 0x04, 0x90, 0x20, 0xf4, 0x36, 0xab, 0x92, 0x97, 0x2d, 0x42,
+ 0xf2, 0x78, 0xcc, 0x86, 0xf2, 0xd4, 0x47, 0x5a, 0x99, 0x6f, 0x73, 0xbf,
+ 0xd4, 0x2c, 0xca, 0xfa, 0x4e, 0xd7, 0xcb, 0xfc, 0x1e, 0x9c, 0x98, 0x4f,
+ 0xb3, 0x07, 0xb8, 0xdc, 0xcd, 0xd5, 0xbc, 0xbf, 0xcd, 0x98, 0xcc, 0x3b,
+ 0xd8, 0xef, 0x4b, 0xd0, 0x28, 0x17, 0x4e, 0x73, 0x12, 0x19, 0x7d, 0xb3,
+ 0x36, 0xe7, 0x5f, 0x5c, 0x77, 0xfd, 0xa3, 0x5a, 0xea, 0x1f, 0xf3, 0xfa,
+ 0xd4, 0x8f, 0x31, 0x61, 0x2e, 0x82, 0x73, 0xa3, 0x2a, 0xe1, 0xf2, 0x80,
+ 0xc6, 0x54, 0xc9, 0x17, 0x13, 0x4c, 0x4f, 0x33, 0x32, 0x17, 0xba, 0x0f,
+ 0x62, 0xa1, 0x2b, 0xe7, 0xa1, 0x46, 0x63, 0xf3, 0x84, 0x8b, 0x59, 0x44,
+ 0x64, 0xcf, 0x46, 0xb9, 0x83, 0x48, 0xe1, 0x9d, 0x0d, 0x9a, 0x25, 0xfc,
+ 0xb4, 0x1f, 0x42, 0xfd, 0x64, 0x34, 0x5c, 0xa4, 0x58, 0xe2, 0x9d, 0x1f,
+ 0xd9, 0x2a, 0xab, 0x17, 0x7b, 0xc6, 0xda, 0x7b, 0x3d, 0xbf, 0x46, 0x93,
+ 0x5d, 0x55, 0x67, 0x11, 0x0c, 0x66, 0xe7, 0x31, 0x56, 0x4c, 0x59, 0xb1,
+ 0x9c, 0x25, 0xe3, 0x74, 0x8e, 0x0b, 0x0e, 0x2e, 0x7d, 0xa2, 0x85, 0x99,
+ 0x45, 0xbd, 0xc2, 0x65, 0xf0, 0x8a, 0x9b, 0xc2, 0xe1, 0x98, 0x62, 0xe0,
+ 0x39, 0x84, 0xe9, 0xb4, 0xf2, 0x91, 0xef, 0x7d, 0x0a, 0x17, 0x18, 0x25,
+ 0xb5, 0x78, 0x4c, 0xf8, 0x19, 0x03, 0xf5, 0xa2, 0xe1, 0x19, 0x3a, 0x4b,
+ 0xcb, 0x84, 0xbf, 0xc0, 0x90, 0xd9, 0x96, 0x21, 0x46, 0x7b, 0x11, 0x0b,
+ 0xcc, 0xb9, 0x88, 0x83, 0x57, 0x2e, 0x30, 0x3b, 0x9e, 0x44, 0xd7, 0x8f,
+ 0xd1, 0x6d, 0x59, 0x2e, 0x8b, 0x1f, 0xdf, 0xbe, 0x85, 0x1b, 0x72, 0xc5,
+ 0x9b, 0x69, 0x3e, 0x4f, 0xdf, 0x94, 0xe9, 0xf8, 0xd6, 0x1a, 0x0b, 0xb8,
+ 0xec, 0xe4, 0x4b, 0xd5, 0xcd, 0x85, 0x02, 0x2c, 0xc8, 0xec, 0xce, 0x8b,
+ 0xf5, 0x34, 0x19, 0xc3, 0xea, 0x68, 0x15, 0xa9, 0xba, 0x92, 0xcd, 0x54,
+ 0x38, 0xf6, 0xb4, 0x96, 0xbf, 0x32, 0xe7, 0x7c, 0x27, 0xe4, 0x99, 0x91,
+ 0x71, 0x08, 0xd3, 0x69, 0xe5, 0x21, 0x0a, 0x74, 0xc4, 0x4b, 0xa8, 0x7c,
+ 0x59, 0x5f, 0x55, 0x38, 0x06, 0x1b, 0xb5, 0x00, 0x57, 0xdd, 0x26, 0xd1,
+ 0xc9, 0x62, 0xb2, 0xc6, 0xf9, 0xed, 0xff, 0x92, 0x13, 0xd1, 0x82, 0xc7,
+ 0xa8, 0x08, 0x63, 0xfd, 0x27, 0x7c, 0x58, 0x82, 0x75, 0xcd, 0x64, 0xf5,
+ 0xc8, 0x0a, 0xf8, 0x82, 0xff, 0xa5, 0x7b, 0xb0, 0x2c, 0xf3, 0x65, 0x36,
+ 0x86, 0x17, 0x42, 0xb8, 0x31, 0xc2, 0xc3, 0xe5, 0x83, 0x21, 0xfe, 0x48,
+ 0x23, 0x99, 0x15, 0xb9, 0x71, 0x85, 0xeb, 0x87, 0x7f, 0x83, 0x27, 0x36,
+ 0x42, 0xc6, 0xc9, 0x7c, 0x39, 0x7b, 0x3c, 0x5f, 0x0a, 0x97, 0x05, 0xd0,
+ 0xbb, 0xfe, 0xe3, 0x07, 0x36, 0xbe, 0xdc, 0x78, 0xca, 0x1e, 0x4e, 0x5b,
+ 0x99, 0xde, 0xe5, 0x7d, 0x7e, 0x55, 0xc2, 0xc3, 0x32, 0x73, 0x3d, 0xae,
+ 0x8f, 0x0d, 0x5c, 0xb4, 0x64, 0xe0, 0x90, 0xb9, 0x29, 0xad, 0x0e, 0x30,
+ 0xcc, 0xc1, 0xde, 0x49, 0x99, 0xe7, 0x6c, 0xb4, 0x19, 0x43, 0x4b, 0x97,
+ 0xc3, 0x89, 0xa0, 0x1f, 0xaf, 0x8b, 0x32, 0x9f, 0x23, 0xd5, 0x10, 0x88,
+ 0xb0, 0x37, 0xb0, 0x31, 0x42, 0x97, 0xc7, 0x57, 0xaa, 0xde, 0x40, 0x73,
+ 0x60, 0x66, 0xb5, 0xb3, 0xb8, 0x79, 0x5b, 0x7c, 0xc9, 0xc4, 0xb3, 0x96,
+ 0xfa, 0x44, 0xaf, 0x38, 0xdd, 0xd7, 0x26, 0x2b, 0x6b, 0x4d, 0x50, 0xb1,
+ 0x71, 0x7b, 0x2c, 0x1e, 0x18, 0x62, 0x9a, 0x42, 0x9b, 0xcf, 0xb7, 0x69,
+ 0x3a, 0x3b, 0x5f, 0x0c, 0x92, 0xf9, 0x56, 0xd4, 0xc1, 0x55, 0xb2, 0x2c,
+ 0x67, 0x94, 0x08, 0x23, 0xe0, 0x4b, 0x27, 0x1d, 0x30, 0x17, 0x65, 0x07,
+ 0xee, 0xf9, 0x02, 0xdf, 0xf9, 0x02, 0x3b, 0xbb, 0xde, 0x50, 0xaf, 0x80,
+ 0xb8, 0xeb, 0x0b, 0xed, 0x79, 0x69, 0x77, 0xbc, 0xa9, 0xed, 0x76, 0x5f,
+ 0x99, 0x33, 0x0e, 0xa3, 0xcd, 0x7c, 0x77, 0x99, 0xce, 0xf9, 0xb4, 0x03,
+ 0x5f, 0x2a, 0xf5, 0x5e, 0x17, 0x3c, 0xef, 0xdc, 0x53, 0x6d, 0x56, 0x44,
+ 0xbb, 0xf1, 0x36, 0x5b, 0x45, 0xdf, 0xac, 0xd2, 0xd4, 0x5c, 0xe6, 0x7d,
+ 0xc7, 0x7a, 0x50, 0x04, 0x5e, 0x01, 0x5e, 0x7f, 0x59, 0xe4, 0xf7, 0x0b,
+ 0x55, 0xca, 0x90, 0x6c, 0x81, 0x9b, 0x8d, 0x3f, 0x6c, 0xff, 0xa0, 0x42,
+ 0x93, 0xc5, 0xcd, 0x2c, 0x15, 0x06, 0x12, 0xbd, 0x6d, 0x76, 0x1f, 0x09,
+ 0xf6, 0xab, 0x6f, 0x36, 0xc3, 0xcd, 0x2c, 0xbf, 0x4e, 0x66, 0x82, 0x02,
+ 0x09, 0xce, 0x51, 0xc0, 0xf3, 0x60, 0x6e, 0x0e, 0x87, 0x83, 0xe8, 0x62,
+ 0xbb, 0xdb, 0xdd, 0x61, 0x3d, 0x90, 0x7d, 0x96, 0x33, 0xb0, 0x35, 0xc4,
+ 0xc6, 0xe8, 0x72, 0x2c, 0x5e, 0xe7, 0x8d, 0x96, 0x10, 0x69, 0xf2, 0x47,
+ 0xd6, 0x2f, 0x63, 0xf4, 0x84, 0x97, 0xb7, 0xac, 0x10, 0xc4, 0x50, 0x10,
+ 0x65, 0xd3, 0xe8, 0x31, 0x5f, 0xf3, 0x47, 0x62, 0x63, 0x16, 0xc5, 0xdf,
+ 0xc4, 0x47, 0x49, 0x01, 0xbb, 0x77, 0xf8, 0x60, 0x4c, 0x66, 0xb8, 0xb8,
+ 0x4d, 0x96, 0xdc, 0xd0, 0xe8, 0x4f, 0x48, 0x89, 0xce, 0x77, 0x7e, 0x82,
+ 0xc6, 0x25, 0x4a, 0x78, 0x2b, 0xc2, 0xa7, 0xab, 0x3f, 0xe1, 0x3b, 0x30,
+ 0xb4, 0x20, 0xab, 0x15, 0xd6, 0x24, 0x7a, 0xf9, 0xf2, 0x2e, 0xb9, 0x59,
+ 0xa7, 0x46, 0x18, 0xc8, 0x19, 0xdf, 0xe6, 0xd9, 0x38, 0x7d, 0xc5, 0x98,
+ 0x91, 0xd1, 0x20, 0x7a, 0x65, 0x0c, 0x97, 0x8c, 0x58, 0x18, 0x9b, 0x78,
+ 0x29, 0x7b, 0xc2, 0x98, 0x9b, 0xcd, 0x78, 0x05, 0x85, 0x22, 0x78, 0xe4,
+ 0x19, 0x23, 0xac, 0xa0, 0xa1, 0xf9, 0x1b, 0xad, 0xbf, 0x03, 0xed, 0xe9,
+ 0x65, 0xf4, 0x9d, 0xd3, 0x01, 0x62, 0x5f, 0x43, 0xeb, 0x7b, 0x5b, 0xb5,
+ 0xb7, 0xaf, 0x74, 0xbc, 0x02, 0x62, 0x2f, 0x6d, 0xdc, 0xf1, 0x86, 0xee,
+ 0x78, 0x43, 0xbd, 0x3d, 0xab, 0xeb, 0xed, 0x43, 0x5d, 0x6f, 0x1f, 0xea,
+ 0x7a, 0xfb, 0x50, 0xaf, 0xe7, 0x0d, 0xf5, 0xe6, 0xb8, 0xe7, 0xd5, 0xac,
+ 0xef, 0xd5, 0xa1, 0xef, 0x95, 0xd0, 0xf7, 0xe6, 0xa2, 0xef, 0xef, 0xf3,
+ 0xde, 0xd2, 0xd9, 0xf1, 0x96, 0xef, 0x8e, 0x57, 0xc2, 0xae, 0xb7, 0xd4,
+ 0x77, 0xbd, 0x72, 0x77, 0xbd, 0x72, 0x77, 0x7b, 0xaf, 0x70, 0x98, 0x84,
+ 0xff, 0xfb, 0x9f, 0x34, 0x2a, 0x32, 0x9d, 0x9d, 0x8f, 0xc0, 0x2b, 0x20,
+ 0x76, 0x1b, 0xfc, 0x3f, 0x73, 0x36, 0xa2, 0x57, 0xec, 0xff, 0xac, 0x6d,
+ 0x33, 0xb4, 0xb3, 0xfc, 0x94, 0xfe, 0x0f, 0x79, 0xa7, 0x21, 0x80, 0x86,
+ 0x00, 0x1a, 0x02, 0xfe, 0x27, 0x65, 0x03, 0x86, 0x80, 0x57, 0xf6, 0xce,
+ 0xf9, 0x82, 0xcd, 0x80, 0xc0, 0x56, 0x07, 0xf6, 0x7d, 0xb5, 0x99, 0x83,
+ 0xa1, 0x22, 0x50, 0x4c, 0xad, 0xae, 0xd8, 0x42, 0x9c, 0xad, 0x05, 0x74,
+ 0xe6, 0x2b, 0x7c, 0xf7, 0xa6, 0x8d, 0x19, 0xe6, 0x44, 0x5d, 0x8d, 0x1a,
+ 0x31, 0xce, 0x98, 0xed, 0x40, 0x6e, 0x97, 0x0b, 0x06, 0x0e, 0x67, 0x94,
+ 0x51, 0xe6, 0xfd, 0x9d, 0xf2, 0xf5, 0xb6, 0x36, 0x6f, 0xe9, 0x74, 0xbc,
+ 0xa4, 0x1d, 0xff, 0xe0, 0xe3, 0xed, 0x8a, 0x1d, 0x6f, 0x49, 0xc6, 0x5e,
+ 0x09, 0xb1, 0x7f, 0x90, 0xf0, 0xab, 0xeb, 0x95, 0xd0, 0xf5, 0xea, 0xd0,
+ 0xf5, 0xb6, 0x92, 0x9e, 0xb7, 0x2b, 0xf6, 0xbc, 0xfa, 0xf6, 0xbd, 0xb4,
+ 0x81, 0x61, 0xc6, 0x3b, 0x7c, 0xed, 0x78, 0x69, 0x77, 0x7a, 0xf0, 0x45,
+ 0xf9, 0xdd, 0x5f, 0xb5, 0x72, 0xf9, 0x43, 0x75, 0xfb, 0x3f, 0xb9, 0x6e,
+ 0x8d, 0xce, 0xfe, 0xdd, 0x77, 0xdf, 0x45, 0x17, 0xa7, 0x47, 0xfb, 0x57,
+ 0x47, 0xd1, 0xc7, 0x0f, 0x57, 0x47, 0xa7, 0x47, 0x83, 0x61, 0xc4, 0xc2,
+ 0x5e, 0x04, 0x3a, 0x7c, 0x27, 0xb4, 0xff, 0xff, 0xad, 0x10, 0x1c, 0x51,
+ 0x58, 0xd3, 0xfa, 0x8e, 0x9a, 0xdd, 0xff, 0x5f, 0x9a, 0x9d, 0xf8, 0x40,
+ 0xa9, 0x4f, 0x8d, 0xf9, 0x89, 0x52, 0xc1, 0xc6, 0x47, 0xaa, 0xda, 0xf4,
+ 0xf1, 0xb4, 0x0d, 0xaa, 0xff, 0x7f, 0xea, 0xfa, 0xff, 0x3d, 0xf2, 0xed,
+ 0xb2, 0x8e, 0x93, 0x39, 0x5e, 0xb1, 0x49, 0xe6, 0x9a, 0xe1, 0xe5, 0x6a,
+ 0x68, 0x92, 0x7b, 0xd4, 0xf7, 0xd9, 0x97, 0xac, 0xda, 0xa2, 0x7e, 0xbb,
+ 0x7a, 0x7b, 0x77, 0x57, 0xf2, 0xbd, 0xd6, 0x32, 0x9f, 0xe4, 0x3f, 0xe2,
+ 0xc3, 0xd8, 0xe8, 0x06, 0xef, 0xdd, 0xa0, 0x5d, 0xc0, 0x1c, 0xbd, 0xbd,
+ 0xbc, 0xc6, 0x60, 0x70, 0xbf, 0x2a, 0x92, 0xe3, 0x16, 0x8e, 0x56, 0x60,
+ 0x11, 0x0b, 0xf7, 0xe7, 0x3f, 0x7d, 0x1a, 0xfe, 0x2f, 0x4d, 0x8a, 0x4c,
+ 0xed, 0x26, 0x2b, 0x6f, 0xd7, 0xd7, 0x6f, 0xc6, 0xf9, 0xfc, 0xed, 0x6a,
+ 0x5d, 0xa4, 0xd3, 0x4c, 0xfe, 0x93, 0x15, 0xc5, 0x3a, 0x2d, 0xde, 0xc6,
+ 0xdb, 0xbb, 0xbb, 0xcf, 0xed, 0xdd, 0x16, 0x91, 0x04, 0xee, 0x80, 0x45,
+ 0x2f, 0xb9, 0x2d, 0x6e, 0x5c, 0x6a, 0x49, 0x0b, 0xdc, 0xf6, 0x8e, 0x25,
+ 0x6b, 0xb7, 0xdd, 0xdf, 0xeb, 0xa5, 0x08, 0xdb, 0xd9, 0xba, 0x98, 0xb8,
+ 0x51, 0xcc, 0x0b, 0x5b, 0xa6, 0xd8, 0xa6, 0xba, 0x86, 0x35, 0x61, 0x47,
+ 0x58, 0x09, 0xc7, 0xde, 0xc6, 0x0a, 0x9f, 0x17, 0x3a, 0x2e, 0xfd, 0xaa,
+ 0x5f, 0xd5, 0x04, 0xce, 0xb4, 0x1e, 0x6e, 0xed, 0x24, 0xba, 0xb2, 0x85,
+ 0xbe, 0x20, 0x5c, 0x49, 0x8b, 0x0d, 0xd9, 0xb1, 0x23, 0x3b, 0x6e, 0x25,
+ 0x3b, 0xf6, 0xea, 0xdd, 0x35, 0x64, 0x77, 0x43, 0x7a, 0xc3, 0x99, 0xa8,
+ 0x95, 0xb9, 0xc6, 0xe4, 0x7c, 0x59, 0xe9, 0x19, 0xc9, 0xf5, 0x42, 0x59,
+ 0xd1, 0x93, 0xf3, 0xe7, 0x4e, 0x8c, 0x7d, 0xb8, 0x33, 0xc8, 0x5b, 0xfd,
+ 0x56, 0x35, 0xf4, 0x31, 0x5d, 0x58, 0xbb, 0x54, 0x03, 0x9e, 0xaf, 0x5e,
+ 0x3c, 0xc5, 0xe9, 0x29, 0x05, 0x5b, 0xd3, 0x70, 0x2b, 0xf9, 0xfe, 0x2a,
+ 0x2d, 0xc5, 0xf6, 0x6c, 0x54, 0xe4, 0x11, 0x37, 0x26, 0x8f, 0x57, 0xdc,
+ 0xd3, 0x22, 0x52, 0x1b, 0xc0, 0x70, 0x9c, 0x21, 0x9e, 0x7d, 0x55, 0x7e,
+ 0x83, 0x8c, 0xf3, 0x1c, 0xb0, 0x8b, 0xcf, 0xa5, 0xb8, 0x8d, 0x0d, 0xac,
+ 0xc4, 0x73, 0x0f, 0x39, 0xde, 0xd6, 0xf6, 0x7b, 0xbd, 0x20, 0xad, 0x3a,
+ 0x2a, 0x41, 0xde, 0xa6, 0x55, 0x2b, 0x28, 0xf6, 0x6b, 0xe4, 0x6d, 0x47,
+ 0x0d, 0x82, 0xbc, 0x1a, 0x79, 0x5b, 0x48, 0x7d, 0xef, 0x9c, 0xb2, 0x36,
+ 0xc7, 0x8f, 0xc7, 0xb8, 0xb9, 0xb1, 0x55, 0x5a, 0xe4, 0xb3, 0xb5, 0x38,
+ 0xa9, 0xe0, 0x11, 0x57, 0x2c, 0x1c, 0x4f, 0x28, 0x6c, 0x73, 0xfe, 0xac,
+ 0x92, 0x2d, 0x43, 0xfa, 0x4d, 0x7b, 0xe3, 0xbd, 0xed, 0xb7, 0xf0, 0xdf,
+ 0x3e, 0xfc, 0x77, 0x07, 0xff, 0xbb, 0xd7, 0x0f, 0xed, 0x96, 0xb3, 0x7c,
+ 0x7c, 0xc8, 0x79, 0x3b, 0xf4, 0x49, 0xea, 0xa0, 0xa4, 0x1d, 0x94, 0x84,
+ 0xff, 0xdd, 0x0b, 0xee, 0xbb, 0x33, 0x49, 0x90, 0x87, 0x23, 0x30, 0x97,
+ 0x56, 0x78, 0x3e, 0x03, 0xc6, 0xa1, 0xee, 0xe8, 0x26, 0x59, 0x6e, 0x55,
+ 0x47, 0x03, 0xbf, 0x24, 0xcb, 0x48, 0x1e, 0xb2, 0x9b, 0x1f, 0x07, 0xb4,
+ 0x5b, 0x97, 0x81, 0x0b, 0x06, 0x79, 0xda, 0x3f, 0x89, 0xa6, 0x29, 0xbf,
+ 0xa0, 0x09, 0xa5, 0x3a, 0x49, 0xaf, 0xd7, 0x37, 0x37, 0xe8, 0x9a, 0x4c,
+ 0xc8, 0xb2, 0xec, 0xc9, 0x19, 0xe2, 0xd4, 0x79, 0xbf, 0x24, 0x66, 0x6a,
+ 0x40, 0xbf, 0x94, 0x9e, 0xd2, 0x84, 0x3e, 0x4c, 0x1d, 0xe3, 0xe6, 0xf0,
+ 0x40, 0x9c, 0x63, 0x31, 0xea, 0xe1, 0x2a, 0x19, 0xa3, 0x55, 0x48, 0x56,
+ 0x6b, 0xe5, 0xad, 0x94, 0x07, 0xb5, 0xe6, 0x91, 0x61, 0x56, 0x15, 0x64,
+ 0xf2, 0xfb, 0x4e, 0x34, 0x5d, 0xe5, 0x73, 0x6d, 0x77, 0x8e, 0x85, 0x4a,
+ 0x29, 0xc7, 0x2c, 0xa6, 0x03, 0x3e, 0x55, 0xda, 0x8a, 0x2a, 0x73, 0xbf,
+ 0xa0, 0x61, 0xde, 0x41, 0xd7, 0x3f, 0xed, 0xe4, 0xc4, 0x0d, 0x2a, 0xc5,
+ 0x21, 0x95, 0xd8, 0x18, 0x18, 0x2c, 0x11, 0xcf, 0x2d, 0x39, 0x91, 0x58,
+ 0x58, 0xe9, 0x38, 0xa8, 0xf4, 0x53, 0x52, 0xea, 0x36, 0x64, 0xab, 0xfb,
+ 0xd4, 0x6c, 0x75, 0xbd, 0x89, 0x85, 0xb3, 0xd5, 0x7d, 0x72, 0xb6, 0x7c,
+ 0x29, 0xf5, 0x1a, 0xb2, 0xd5, 0x7b, 0x6a, 0xb6, 0x7a, 0xde, 0xc4, 0xc2,
+ 0xd9, 0xea, 0x3d, 0x39, 0x5b, 0xbe, 0x94, 0xfa, 0x0d, 0xd9, 0xea, 0x3f,
+ 0x35, 0x5b, 0x7d, 0x6f, 0x62, 0xe1, 0x6c, 0xf5, 0x9f, 0x9c, 0xad, 0xbe,
+ 0x79, 0xff, 0x4a, 0x4e, 0xe0, 0xe4, 0xb0, 0x05, 0x7e, 0x45, 0xe5, 0x08,
+ 0x26, 0xc4, 0x1a, 0x63, 0xd3, 0x25, 0xce, 0x58, 0xf1, 0xd0, 0xf1, 0x2d,
+ 0x7c, 0x89, 0xf0, 0x43, 0x01, 0x43, 0x9c, 0xbc, 0x43, 0x03, 0x77, 0x91,
+ 0x8a, 0x0b, 0xb8, 0xf8, 0x0b, 0xe3, 0xac, 0x20, 0x9f, 0x80, 0x2b, 0x3c,
+ 0x41, 0xe0, 0xbb, 0x29, 0x65, 0x48, 0x03, 0x87, 0x86, 0x38, 0x09, 0x99,
+ 0x67, 0xb0, 0x0b, 0x8a, 0xb2, 0x2e, 0xe1, 0x53, 0x74, 0x07, 0xd7, 0xd5,
+ 0x7d, 0x17, 0xb7, 0x02, 0xec, 0xc9, 0x43, 0x3d, 0x3b, 0x1c, 0xef, 0x73,
+ 0xd7, 0xa4, 0x6c, 0xe4, 0x2e, 0x23, 0x34, 0x3a, 0xb6, 0x5e, 0x72, 0x66,
+ 0x51, 0x2e, 0x40, 0x82, 0x1e, 0x4d, 0x8d, 0x91, 0x16, 0xcc, 0x3f, 0xac,
+ 0xd2, 0x64, 0x02, 0xb6, 0x39, 0xf1, 0x40, 0x59, 0xac, 0x18, 0xc1, 0xcb,
+ 0x41, 0x32, 0x3f, 0x44, 0x2b, 0x49, 0x2c, 0xa7, 0x78, 0x52, 0x7c, 0x21,
+ 0xa6, 0x27, 0xe2, 0x54, 0x43, 0x7d, 0x35, 0x61, 0xa5, 0x66, 0xf5, 0x9c,
+ 0x0b, 0xb6, 0x12, 0x28, 0x23, 0x56, 0x57, 0xd7, 0xe0, 0x2b, 0x49, 0x65,
+ 0x68, 0x92, 0x96, 0x49, 0x36, 0xc3, 0x07, 0x32, 0xd2, 0xd2, 0xf6, 0x96,
+ 0x20, 0x62, 0x34, 0xd2, 0x6b, 0x41, 0x58, 0x90, 0xfe, 0xc9, 0x31, 0x84,
+ 0x3c, 0x13, 0x14, 0x72, 0x61, 0x0b, 0x9f, 0xa4, 0x43, 0x9e, 0x98, 0xf1,
+ 0x95, 0xcd, 0x71, 0xad, 0xb2, 0x44, 0xa1, 0xd2, 0xc2, 0x28, 0xcc, 0xc0,
+ 0xc6, 0x70, 0xbb, 0x5b, 0xda, 0x26, 0x45, 0x03, 0xa4, 0x70, 0x5f, 0xb0,
+ 0xc8, 0x66, 0x60, 0x13, 0x9f, 0xcb, 0xc4, 0xef, 0xac, 0xf9, 0xd8, 0x83,
+ 0x7d, 0x09, 0x65, 0xcb, 0x8a, 0x20, 0x49, 0x51, 0x76, 0xf8, 0x89, 0xd4,
+ 0x34, 0xd1, 0x9f, 0x0f, 0x04, 0x3e, 0xcd, 0x4d, 0x9f, 0x6f, 0xff, 0x25,
+ 0x30, 0xd9, 0xe2, 0xc5, 0x51, 0xba, 0x27, 0x06, 0x56, 0x82, 0x6c, 0x89,
+ 0x08, 0x06, 0x69, 0xf9, 0xcd, 0x97, 0xd7, 0x7f, 0xaa, 0xee, 0xb4, 0x57,
+ 0x6f, 0x29, 0xaa, 0xcb, 0x67, 0x8b, 0xbf, 0xc2, 0x83, 0x86, 0x42, 0xbd,
+ 0x55, 0x60, 0xdd, 0x41, 0x79, 0xcb, 0xd9, 0x7a, 0xe6, 0x3c, 0xb7, 0x52,
+ 0x44, 0xf0, 0x08, 0xe4, 0xe5, 0x78, 0xfc, 0x96, 0x35, 0x74, 0x5c, 0x58,
+ 0x65, 0x22, 0x62, 0x04, 0x11, 0xfe, 0x97, 0x09, 0x2c, 0xf4, 0x3b, 0x49,
+ 0x06, 0x4f, 0x46, 0xf6, 0x8b, 0xb3, 0xa4, 0x28, 0xe0, 0x2f, 0xcf, 0x1d,
+ 0x7c, 0x99, 0xc4, 0xcd, 0xdb, 0x02, 0xe5, 0xb7, 0x4c, 0x60, 0x53, 0xf9,
+ 0xd1, 0x9a, 0xf5, 0xec, 0x42, 0xcf, 0x80, 0xc9, 0x19, 0xb4, 0x89, 0x5f,
+ 0x5d, 0x8f, 0x82, 0x87, 0x5e, 0x60, 0x3d, 0x59, 0x39, 0x73, 0x90, 0x56,
+ 0xfe, 0xb7, 0x22, 0x29, 0x53, 0xda, 0x3c, 0x18, 0xb2, 0xa5, 0x66, 0xe0,
+ 0xb5, 0x00, 0x6c, 0xbd, 0xdc, 0x66, 0x37, 0xb7, 0x92, 0x14, 0xc4, 0x8e,
+ 0x6e, 0xef, 0xa5, 0x93, 0x0e, 0x36, 0x47, 0x65, 0xda, 0xf8, 0x23, 0x9d,
+ 0x65, 0x91, 0x9e, 0xbf, 0xb1, 0x66, 0x15, 0x5c, 0x3c, 0x63, 0x50, 0x6a,
+ 0xe9, 0x16, 0xc3, 0x37, 0x7b, 0x21, 0xc1, 0xa4, 0xaf, 0xd2, 0x69, 0xba,
+ 0x02, 0x73, 0xd8, 0x95, 0x13, 0x8b, 0x2d, 0x7c, 0x05, 0x72, 0x29, 0x23,
+ 0xa4, 0xb6, 0xe1, 0x1c, 0x87, 0x14, 0x91, 0xd3, 0x70, 0xad, 0xa1, 0xa2,
+ 0x13, 0x0d, 0x78, 0xdd, 0x05, 0x4d, 0xf5, 0x58, 0x3e, 0xae, 0x4b, 0xc6,
+ 0x25, 0x9b, 0x29, 0x17, 0x65, 0x36, 0x2e, 0x7c, 0x8f, 0x03, 0xaf, 0xca,
+ 0x3c, 0x1b, 0xdf, 0x66, 0xf9, 0x3c, 0x65, 0xfd, 0x63, 0x1c, 0xad, 0xd4,
+ 0x8d, 0xb7, 0x02, 0x23, 0xf0, 0xaa, 0xdb, 0x85, 0xbc, 0xa1, 0xd6, 0x54,
+ 0xd1, 0xe0, 0x94, 0x39, 0x2a, 0xfc, 0x12, 0x35, 0x79, 0x6a, 0xcf, 0xcd,
+ 0x2b, 0x51, 0x3a, 0x65, 0xb6, 0x5c, 0x35, 0x9b, 0x17, 0x42, 0x65, 0xab,
+ 0xc9, 0x16, 0x46, 0xbf, 0x94, 0x0f, 0x45, 0x3c, 0xdd, 0x12, 0x6e, 0xc4,
+ 0xa2, 0x11, 0xe9, 0x69, 0xb6, 0x02, 0x2f, 0x61, 0xc9, 0x6c, 0x8a, 0x17,
+ 0x69, 0x6e, 0xe1, 0xa2, 0x6c, 0x75, 0x89, 0x12, 0xbf, 0x76, 0xd7, 0xf8,
+ 0x24, 0xc8, 0xf3, 0xf0, 0xa7, 0x1a, 0x28, 0x3c, 0xef, 0x44, 0x64, 0x9c,
+ 0x38, 0xe6, 0x6e, 0x2a, 0x2c, 0x8f, 0xac, 0xd8, 0x2b, 0x2b, 0x0e, 0x16,
+ 0x93, 0xf1, 0xd6, 0x09, 0x37, 0x68, 0x7c, 0xd7, 0xb2, 0xf9, 0x6b, 0xad,
+ 0xba, 0x74, 0xbb, 0xde, 0x74, 0xbb, 0x5f, 0x9b, 0x6e, 0xdc, 0x94, 0x6e,
+ 0xcf, 0x9b, 0x6e, 0xef, 0x6b, 0xd3, 0xed, 0x36, 0xa5, 0xdb, 0x8f, 0xe4,
+ 0x05, 0x4d, 0x3d, 0xdd, 0xfe, 0xd7, 0xa6, 0xdb, 0x6b, 0x4a, 0x77, 0xc7,
+ 0x9b, 0xee, 0xce, 0xd7, 0xa6, 0xdb, 0x6f, 0x4a, 0x77, 0xd7, 0x9b, 0xee,
+ 0xee, 0xd7, 0xa6, 0xbb, 0xd3, 0x94, 0xee, 0x9e, 0x37, 0xdd, 0xbd, 0xaf,
+ 0x4d, 0x77, 0xb7, 0x29, 0xdd, 0x77, 0xde, 0x74, 0xdf, 0x05, 0xd3, 0x75,
+ 0x52, 0xd8, 0x6b, 0x4a, 0xa1, 0xb3, 0xed, 0x4d, 0xa2, 0xe3, 0xf7, 0x10,
+ 0xe3, 0x4d, 0xe3, 0x5d, 0x63, 0x1a, 0x1d, 0x7f, 0x1a, 0xfe, 0xb1, 0xc5,
+ 0xdf, 0xf3, 0xb7, 0x1b, 0x13, 0x89, 0xfd, 0x89, 0x84, 0x07, 0x1d, 0x37,
+ 0x91, 0x4e, 0x78, 0x37, 0xa8, 0x7a, 0x56, 0xc9, 0x87, 0xe6, 0x97, 0xc5,
+ 0x2b, 0xed, 0x51, 0x81, 0x9e, 0x64, 0xf8, 0xb9, 0xa6, 0x3e, 0xf0, 0xcb,
+ 0xc4, 0x0f, 0x92, 0xc5, 0x97, 0xab, 0x14, 0xdc, 0x85, 0xc2, 0xa6, 0xbe,
+ 0xcc, 0x0c, 0x84, 0x7a, 0xbf, 0x72, 0x03, 0x67, 0xb4, 0x76, 0x05, 0xb5,
+ 0x18, 0xb2, 0x07, 0xce, 0x40, 0xed, 0x8a, 0xf9, 0xc6, 0xa3, 0xf5, 0xc0,
+ 0x19, 0xa3, 0xdd, 0x24, 0xbf, 0xf1, 0x40, 0x3d, 0x70, 0x86, 0x67, 0x37,
+ 0xc9, 0x6f, 0x3c, 0x46, 0x0f, 0x9c, 0x91, 0xd9, 0x93, 0xe6, 0x37, 0x1e,
+ 0x9f, 0x07, 0xce, 0xa8, 0xec, 0x49, 0xf3, 0x1b, 0x8f, 0xcd, 0x03, 0x67,
+ 0x44, 0xf6, 0xa4, 0xf9, 0x8d, 0xc7, 0xe5, 0x81, 0x33, 0x1a, 0x7b, 0xd2,
+ 0xfc, 0xc6, 0x63, 0xb2, 0x4a, 0xf3, 0x5d, 0x4d, 0x9a, 0x4f, 0x1e, 0x8f,
+ 0xab, 0xde, 0xbc, 0x5d, 0x23, 0xfe, 0xe9, 0x63, 0x71, 0x25, 0xbf, 0x53,
+ 0x27, 0xff, 0xe9, 0xe3, 0x70, 0x95, 0x40, 0x5c, 0x97, 0xc0, 0x86, 0x63,
+ 0xb0, 0x67, 0x7e, 0xfc, 0x81, 0xcd, 0x78, 0xd1, 0x85, 0xdb, 0x45, 0x3e,
+ 0x7b, 0x5c, 0xe4, 0xf3, 0x0c, 0x4e, 0x7a, 0x5e, 0x54, 0x3f, 0xa2, 0x7d,
+ 0xee, 0x43, 0xdb, 0x1d, 0x31, 0x59, 0x44, 0xb4, 0x90, 0xdc, 0xf0, 0xb4,
+ 0xfd, 0x3a, 0x85, 0xb5, 0x12, 0xee, 0xa7, 0x80, 0xca, 0xc9, 0x72, 0x39,
+ 0x7b, 0x54, 0xe2, 0x0f, 0x20, 0x12, 0x77, 0x52, 0x74, 0x19, 0x63, 0xe1,
+ 0x52, 0xc4, 0x7a, 0x9b, 0x0f, 0x8b, 0x19, 0xf9, 0x4c, 0xbe, 0x52, 0xa5,
+ 0xa3, 0x73, 0x3e, 0xfc, 0xbf, 0x6a, 0xa0, 0xae, 0xe7, 0x8a, 0x4d, 0xae,
+ 0xb8, 0x1d, 0x57, 0xd7, 0xe4, 0xea, 0xb6, 0xe3, 0xea, 0x99, 0x5c, 0xbd,
+ 0x76, 0x5c, 0x7d, 0x93, 0xab, 0xdf, 0x8e, 0x6b, 0xc7, 0xe4, 0xda, 0x69,
+ 0xc7, 0xb5, 0x6b, 0x72, 0xed, 0xb6, 0xe3, 0xda, 0xab, 0x6d, 0x39, 0xc7,
+ 0x6c, 0x59, 0xb4, 0x85, 0x4f, 0x9c, 0x26, 0xaf, 0xd1, 0xa3, 0x53, 0x74,
+ 0x35, 0x87, 0x93, 0x6e, 0xac, 0xed, 0x68, 0xa0, 0x19, 0x3c, 0xf0, 0x2c,
+ 0x2e, 0x91, 0x12, 0xdb, 0x4c, 0x54, 0xa0, 0x33, 0x9f, 0x97, 0xfb, 0xa7,
+ 0xe7, 0x57, 0xa7, 0x5b, 0x91, 0xda, 0xb3, 0x60, 0xcb, 0xad, 0x89, 0x5c,
+ 0xbe, 0x21, 0x39, 0xca, 0xbd, 0x02, 0x62, 0xf3, 0xa2, 0x20, 0x18, 0x2a,
+ 0xc9, 0x70, 0x9b, 0xec, 0x07, 0x70, 0x3a, 0x85, 0x4b, 0xf7, 0x1f, 0xf4,
+ 0x69, 0x84, 0xbd, 0x2f, 0xa1, 0xb3, 0x9f, 0xa2, 0x61, 0x0d, 0x53, 0x91,
+ 0xf7, 0x27, 0x86, 0x22, 0xc6, 0xe6, 0x49, 0x28, 0x13, 0xd7, 0xab, 0x34,
+ 0xf9, 0xb2, 0xcc, 0x61, 0xab, 0xec, 0xe5, 0xf1, 0xc7, 0xa3, 0xd3, 0xd1,
+ 0xc1, 0xbf, 0x5e, 0x0c, 0x81, 0xdf, 0x9f, 0x8d, 0x03, 0x20, 0xbf, 0x00,
+ 0xf2, 0xda, 0x22, 0xe6, 0xce, 0xca, 0x64, 0x4a, 0xbc, 0x60, 0xb1, 0x63,
+ 0x72, 0x87, 0xc4, 0xbe, 0x92, 0xe5, 0x63, 0x41, 0x94, 0x20, 0x55, 0xfb,
+ 0xae, 0xa9, 0x0c, 0xfe, 0x28, 0x15, 0x31, 0x9d, 0x5a, 0xed, 0x42, 0x65,
+ 0x51, 0xd9, 0xba, 0x50, 0xb6, 0x1f, 0x1c, 0x5e, 0xdb, 0x0e, 0x8d, 0xdc,
+ 0x11, 0xe6, 0x12, 0xee, 0xb3, 0x49, 0x79, 0x1b, 0xbd, 0x5c, 0xae, 0xd2,
+ 0xd7, 0x93, 0x34, 0x99, 0x94, 0xd9, 0x1c, 0x2e, 0x32, 0x44, 0xf2, 0x19,
+ 0xad, 0x9a, 0x1c, 0x02, 0xf1, 0x67, 0xa0, 0xd5, 0x72, 0x50, 0x3b, 0xc2,
+ 0xfd, 0xd6, 0xc1, 0x5b, 0x85, 0x5e, 0x75, 0xf8, 0x85, 0x9d, 0xdf, 0xeb,
+ 0x44, 0xf1, 0x26, 0xdf, 0x24, 0x24, 0xae, 0x17, 0x22, 0x2a, 0xb5, 0x49,
+ 0x4a, 0xd7, 0xda, 0xb0, 0x4f, 0x8b, 0xf2, 0x14, 0x9d, 0x80, 0x6f, 0x71,
+ 0xaf, 0xde, 0xec, 0xaf, 0x68, 0x28, 0xdc, 0x54, 0x0a, 0xcf, 0x4e, 0xdc,
+ 0xf4, 0x28, 0x36, 0x6b, 0x41, 0xf0, 0x3d, 0x8c, 0x96, 0x86, 0x27, 0x9f,
+ 0x5a, 0xea, 0xd8, 0xa2, 0x8e, 0x6b, 0xa9, 0xbb, 0x16, 0x75, 0xb7, 0x96,
+ 0xba, 0x67, 0x51, 0xf7, 0x6a, 0xa9, 0xfb, 0x16, 0x75, 0xbf, 0x96, 0x7a,
+ 0xc7, 0xa2, 0xde, 0xa9, 0xa5, 0xde, 0xb5, 0xa8, 0x77, 0x6b, 0xa9, 0xf7,
+ 0x2c, 0xea, 0x3d, 0x1f, 0xf5, 0xfe, 0x75, 0xbe, 0x2a, 0xa5, 0x17, 0x4f,
+ 0xcb, 0xa7, 0x8c, 0xaf, 0x0f, 0xa9, 0x37, 0xc5, 0x5a, 0x17, 0x36, 0x5e,
+ 0x74, 0xc2, 0x96, 0x9d, 0x7c, 0xce, 0x29, 0x5b, 0x92, 0x61, 0x20, 0xc7,
+ 0x6c, 0x61, 0xb8, 0x0f, 0xad, 0x05, 0x55, 0x3b, 0x7e, 0x9e, 0x96, 0x58,
+ 0x1c, 0xb2, 0x3e, 0x35, 0x64, 0x7d, 0xaa, 0x79, 0x55, 0x25, 0x4f, 0x77,
+ 0xd8, 0xbc, 0xe4, 0xe8, 0xa1, 0x5c, 0x25, 0xfa, 0x9a, 0x8a, 0x5f, 0x46,
+ 0x30, 0xaf, 0x4b, 0xf1, 0x4b, 0x08, 0xe2, 0xb5, 0x1d, 0xde, 0x2b, 0x48,
+ 0xc6, 0xb7, 0xd5, 0x9a, 0x52, 0x7f, 0xbe, 0x06, 0x3e, 0xce, 0xd8, 0x54,
+ 0x62, 0x9a, 0xad, 0xcc, 0x43, 0x75, 0x7e, 0xe1, 0x60, 0x2b, 0x9a, 0x65,
+ 0x5f, 0x18, 0x51, 0x74, 0xf7, 0xba, 0xbc, 0x47, 0x67, 0x71, 0x51, 0x91,
+ 0xcf, 0xd3, 0xe8, 0xd3, 0xce, 0xdb, 0x4f, 0x6c, 0x72, 0xc7, 0x89, 0xcc,
+ 0xb4, 0xbf, 0xe7, 0x47, 0x2e, 0x4c, 0xf4, 0x02, 0xdf, 0x56, 0x17, 0xc2,
+ 0x9a, 0xe1, 0x56, 0xb4, 0x00, 0xc7, 0xb7, 0x7a, 0x84, 0x7c, 0x9a, 0xef,
+ 0x51, 0x9d, 0xe9, 0x5a, 0xad, 0x05, 0xc5, 0xdb, 0xf6, 0x11, 0xcf, 0xea,
+ 0x48, 0xe6, 0xa3, 0x13, 0xe0, 0x8b, 0x1b, 0xf8, 0x60, 0xda, 0xd6, 0xb0,
+ 0xaa, 0xd3, 0xa4, 0x75, 0x1b, 0xa4, 0x75, 0x7d, 0xd2, 0xe2, 0x90, 0xb4,
+ 0x5e, 0x83, 0xb4, 0x9e, 0x4f, 0x5a, 0x37, 0x24, 0xad, 0xdf, 0x20, 0xad,
+ 0xef, 0x93, 0xd6, 0x0b, 0x49, 0xdb, 0x69, 0x90, 0xb6, 0xe3, 0x93, 0xd6,
+ 0x0f, 0x49, 0xdb, 0x6d, 0x90, 0xb6, 0xeb, 0x93, 0xb6, 0x13, 0x92, 0xb6,
+ 0xd7, 0x20, 0x6d, 0xcf, 0x27, 0x6d, 0x37, 0x24, 0xed, 0x5d, 0x83, 0xb4,
+ 0x77, 0x3e, 0x69, 0x7b, 0x21, 0x69, 0x60, 0x94, 0xa4, 0xbe, 0xa1, 0x6e,
+ 0xfb, 0xe4, 0xbd, 0x0b, 0xca, 0x6b, 0x6c, 0xf8, 0x1d, 0x6f, 0x0b, 0xde,
+ 0x0e, 0x0a, 0x6c, 0xea, 0x11, 0x1d, 0x7f, 0x97, 0x30, 0xd7, 0x2c, 0x6c,
+ 0xa9, 0x70, 0x93, 0x4e, 0xd4, 0x38, 0x55, 0x99, 0x81, 0xf2, 0xcd, 0x7f,
+ 0xb4, 0x13, 0x3b, 0x60, 0x63, 0x1f, 0x63, 0x61, 0x06, 0x4a, 0xe6, 0xcd,
+ 0xd8, 0xcd, 0x42, 0x9a, 0x38, 0xbc, 0x5e, 0xe3, 0x1e, 0x68, 0xae, 0x4c,
+ 0x05, 0x02, 0x3b, 0x67, 0x56, 0x7a, 0x71, 0x38, 0xbd, 0xf0, 0xf2, 0xcd,
+ 0x9b, 0xde, 0x37, 0xd8, 0xd0, 0xb7, 0x74, 0xeb, 0x86, 0x75, 0x0b, 0x6f,
+ 0x19, 0x7d, 0xad, 0x6e, 0xa1, 0x4d, 0x7f, 0x4b, 0xb7, 0x5e, 0x58, 0xb7,
+ 0xf0, 0xde, 0xd2, 0xd7, 0xea, 0x16, 0x3a, 0x18, 0xb0, 0x74, 0xf3, 0x1f,
+ 0x0f, 0x70, 0xe5, 0xc2, 0x9b, 0x50, 0x5f, 0xab, 0x5c, 0xe8, 0xf4, 0xc0,
+ 0x52, 0xce, 0x7f, 0x86, 0xc0, 0x95, 0x0b, 0xef, 0x56, 0x7d, 0xad, 0x72,
+ 0xa1, 0x23, 0x06, 0x4b, 0x39, 0xff, 0x41, 0x03, 0x57, 0x2e, 0xbc, 0xad,
+ 0xf5, 0xb5, 0xca, 0x85, 0xce, 0x21, 0x2c, 0xe5, 0xfc, 0xa7, 0x11, 0x5c,
+ 0xb9, 0xf0, 0xfe, 0xd7, 0xd7, 0x2a, 0x17, 0x3a, 0xac, 0xb0, 0x94, 0xf3,
+ 0x1f, 0x59, 0x70, 0xe5, 0xc2, 0x1b, 0x65, 0x41, 0xe5, 0x5a, 0x9f, 0x68,
+ 0xd8, 0xc3, 0xa7, 0xff, 0x5c, 0x43, 0x0c, 0xa0, 0xe1, 0x1d, 0xb5, 0xf6,
+ 0x8a, 0x84, 0x8e, 0x3d, 0x6c, 0x45, 0xfc, 0x87, 0x1f, 0x42, 0x91, 0x0d,
+ 0x87, 0xf2, 0xcd, 0xce, 0x46, 0x6c, 0x4d, 0xfc, 0x27, 0x24, 0x42, 0x93,
+ 0x27, 0x0c, 0xf2, 0x1b, 0x7e, 0x08, 0xf1, 0x0b, 0xe8, 0x9e, 0x67, 0xf3,
+ 0x94, 0xd8, 0xb7, 0xd1, 0x9b, 0x4e, 0xf3, 0x59, 0x86, 0x31, 0x2b, 0xae,
+ 0xde, 0x61, 0xca, 0xd5, 0x83, 0x7d, 0x7b, 0x45, 0x86, 0x2b, 0xca, 0xf0,
+ 0x25, 0x93, 0xf0, 0x17, 0xb5, 0xe5, 0xf5, 0x96, 0x90, 0x36, 0x72, 0xaf,
+ 0xe6, 0x5b, 0xe9, 0xd2, 0x42, 0x15, 0x7d, 0x61, 0xa6, 0x16, 0x56, 0x2a,
+ 0xdd, 0xda, 0x15, 0x56, 0xcd, 0xc4, 0x42, 0xab, 0xec, 0xf9, 0x7a, 0x56,
+ 0x66, 0xe8, 0x89, 0xfc, 0x10, 0xac, 0x9c, 0xa8, 0xfb, 0x1b, 0x87, 0xe0,
+ 0xeb, 0x32, 0xfa, 0x63, 0x84, 0xa1, 0x66, 0x5d, 0xa1, 0xdb, 0xf2, 0x89,
+ 0xb4, 0x4c, 0x25, 0x66, 0x5e, 0x95, 0x1c, 0x8c, 0x3f, 0x54, 0x97, 0xa4,
+ 0x7e, 0xab, 0x62, 0xb8, 0x62, 0x66, 0x51, 0xaf, 0xaf, 0x8b, 0xf4, 0x3f,
+ 0xd7, 0x29, 0x6b, 0x87, 0xdc, 0x1d, 0xfa, 0x04, 0xd3, 0xdb, 0x32, 0x45,
+ 0xa2, 0x12, 0x5e, 0x51, 0xde, 0x9c, 0x9c, 0x25, 0x19, 0xb4, 0x5a, 0xcb,
+ 0x82, 0x96, 0xe7, 0x66, 0x9f, 0xbc, 0x8e, 0x0e, 0x66, 0xf9, 0xe5, 0x25,
+ 0x3b, 0x4d, 0x0a, 0xd8, 0x43, 0x6e, 0xca, 0xc0, 0x31, 0x5c, 0x57, 0xc4,
+ 0xc8, 0x02, 0x57, 0xa2, 0xb8, 0x49, 0xc8, 0x17, 0xa6, 0xaa, 0x88, 0x4c,
+ 0xa1, 0x58, 0x3e, 0x6c, 0x92, 0x8a, 0xf7, 0xf7, 0x9a, 0xc4, 0x2b, 0x4d,
+ 0x61, 0x59, 0x2c, 0x8a, 0x88, 0x5b, 0x14, 0x72, 0x94, 0xc5, 0x95, 0x33,
+ 0x0a, 0x97, 0xc6, 0x84, 0x5a, 0x16, 0x97, 0x66, 0xd5, 0xec, 0x4c, 0x05,
+ 0x9a, 0x6b, 0x5e, 0xe9, 0xdb, 0x5c, 0xb8, 0x36, 0x57, 0xce, 0xc7, 0x71,
+ 0x89, 0x0d, 0x57, 0x58, 0x96, 0x79, 0xc9, 0xea, 0x30, 0x43, 0x53, 0x4b,
+ 0x78, 0x71, 0xf4, 0x36, 0x4d, 0xca, 0xca, 0xa2, 0x1c, 0x5c, 0x71, 0xca,
+ 0x17, 0x60, 0x88, 0xdb, 0x94, 0xcb, 0xcd, 0xbd, 0x80, 0x15, 0x9d, 0x9c,
+ 0x49, 0x59, 0x45, 0x8b, 0xa4, 0x28, 0x1f, 0xa3, 0x79, 0x56, 0x5c, 0xa7,
+ 0x4c, 0x74, 0x96, 0xaf, 0xde, 0x44, 0xd1, 0x47, 0xdc, 0xa9, 0x03, 0x4b,
+ 0x4a, 0x09, 0x5c, 0x54, 0x62, 0x62, 0xd9, 0xe2, 0x7e, 0x15, 0x81, 0x31,
+ 0x9e, 0x55, 0x56, 0x7c, 0xf9, 0xce, 0x94, 0xf8, 0x01, 0xdf, 0x3d, 0xc1,
+ 0xce, 0x49, 0xca, 0xc6, 0xb8, 0x09, 0xd6, 0x09, 0xca, 0x5f, 0x44, 0x93,
+ 0xac, 0x28, 0x57, 0xd9, 0xf5, 0x1a, 0xfa, 0x33, 0x18, 0xf5, 0x61, 0x69,
+ 0x81, 0x23, 0x75, 0x2c, 0x53, 0xa5, 0x69, 0xf1, 0xc8, 0x42, 0xe7, 0xc5,
+ 0x1b, 0x8f, 0xa5, 0x40, 0x5e, 0x64, 0xcb, 0x99, 0xac, 0x6f, 0xbb, 0x95,
+ 0x72, 0x2a, 0xad, 0xc3, 0x9a, 0x2d, 0xd2, 0x1b, 0xa1, 0x75, 0x3a, 0x6b,
+ 0x43, 0x04, 0x37, 0x46, 0x3b, 0x83, 0xe9, 0x8d, 0x6e, 0x88, 0x96, 0xef,
+ 0xb7, 0x76, 0x22, 0xee, 0xc7, 0xd4, 0xb1, 0x80, 0x16, 0x5d, 0x67, 0x49,
+ 0x21, 0xcc, 0xf7, 0x09, 0xbb, 0xb8, 0xac, 0x8e, 0xf2, 0x7b, 0x96, 0xe0,
+ 0xf8, 0x56, 0xde, 0x36, 0x62, 0x91, 0xac, 0xd4, 0x91, 0xc8, 0x14, 0xc0,
+ 0x1a, 0xee, 0x1c, 0x2d, 0xe7, 0x81, 0x03, 0xf9, 0x9c, 0xd3, 0xc2, 0x1d,
+ 0x4c, 0xd3, 0x2e, 0xe0, 0x9b, 0x08, 0x2c, 0x22, 0xa5, 0x0f, 0xc9, 0x7c,
+ 0x09, 0xcd, 0x37, 0x01, 0x9b, 0x7e, 0x6b, 0xb8, 0xa8, 0x69, 0x0a, 0xfb,
+ 0x17, 0xf6, 0x25, 0x17, 0x8e, 0xe8, 0x4b, 0xbe, 0x13, 0x89, 0x75, 0xd8,
+ 0xdf, 0x06, 0x2b, 0x42, 0xe8, 0x9e, 0x7e, 0xbd, 0x5a, 0x41, 0xb7, 0x47,
+ 0x95, 0xd1, 0x27, 0xfd, 0x2a, 0x2d, 0x58, 0xb9, 0x58, 0x3a, 0x2d, 0xa2,
+ 0xfe, 0x9b, 0xea, 0x61, 0x0e, 0xcb, 0x42, 0xa5, 0x8d, 0xb4, 0x7f, 0xc8,
+ 0xaa, 0xf9, 0x8d, 0x5b, 0x14, 0x7f, 0x46, 0xdb, 0x85, 0x2a, 0xd3, 0x55,
+ 0xc1, 0xb0, 0x40, 0xe5, 0x26, 0x13, 0xed, 0xc3, 0x41, 0x7c, 0x81, 0x27,
+ 0x5e, 0xf0, 0x1b, 0x4a, 0xc7, 0x94, 0xa6, 0x2c, 0x96, 0xf3, 0x8d, 0x6e,
+ 0x33, 0xad, 0x03, 0x2c, 0x4d, 0x45, 0x02, 0x57, 0xf7, 0x6e, 0x16, 0x18,
+ 0x58, 0x74, 0x46, 0x28, 0xec, 0x42, 0xc6, 0xe9, 0x6c, 0xbf, 0x0a, 0xed,
+ 0xe4, 0xd5, 0xe9, 0x97, 0xb0, 0x96, 0xfd, 0x4b, 0xba, 0xca, 0xb1, 0xc1,
+ 0x2e, 0x72, 0x15, 0xf3, 0xca, 0x94, 0x88, 0x9f, 0x61, 0xed, 0xc5, 0x45,
+ 0x30, 0x31, 0x63, 0x6f, 0x58, 0xb6, 0xa6, 0x03, 0x56, 0x0a, 0xf5, 0x4c,
+ 0x9e, 0x36, 0x18, 0x7b, 0xdb, 0x60, 0x4c, 0x6d, 0xf0, 0x7f, 0x42, 0x1b,
+ 0x8c, 0xbf, 0x79, 0x1b, 0x8c, 0xc3, 0x6d, 0xd0, 0x4e, 0xcc, 0xd7, 0x06,
+ 0x63, 0xbb, 0x0d, 0xba, 0x4c, 0x9e, 0x36, 0xd8, 0xf5, 0xb6, 0xc1, 0x2e,
+ 0xb5, 0xc1, 0xff, 0x09, 0x6d, 0xb0, 0xfb, 0xcd, 0xdb, 0x60, 0x37, 0xdc,
+ 0x06, 0xed, 0xc4, 0x7c, 0x6d, 0xb0, 0x6b, 0xb7, 0x41, 0x97, 0xc9, 0xd3,
+ 0x06, 0x7b, 0xde, 0x36, 0xd8, 0xa3, 0x36, 0xf8, 0x3f, 0xa1, 0x0d, 0xf6,
+ 0xbe, 0x79, 0x1b, 0xec, 0x85, 0xdb, 0xa0, 0x9d, 0x98, 0xaf, 0x0d, 0xf6,
+ 0xec, 0x36, 0xe8, 0x32, 0x69, 0x6d, 0xf0, 0x2e, 0x45, 0x22, 0x31, 0x1d,
+ 0xfc, 0x74, 0x24, 0x1a, 0xce, 0x3f, 0x6e, 0x22, 0x28, 0x5d, 0x42, 0xfc,
+ 0xc3, 0x5b, 0xdc, 0xbf, 0xb0, 0x26, 0xf7, 0x07, 0xde, 0xb0, 0x2a, 0x5d,
+ 0xde, 0x44, 0x6c, 0x9a, 0x9f, 0x72, 0x53, 0x9e, 0xb8, 0xe0, 0x02, 0x8b,
+ 0xb3, 0x8b, 0x1f, 0x4a, 0xa0, 0x8b, 0xfa, 0x7f, 0x60, 0x14, 0x5b, 0xd6,
+ 0x2d, 0x50, 0x36, 0xa9, 0x4f, 0x26, 0xac, 0xf6, 0x90, 0xa4, 0x00, 0x1a,
+ 0x21, 0x4c, 0x2a, 0xc2, 0x32, 0x88, 0x59, 0xd9, 0x92, 0xb3, 0xfc, 0x47,
+ 0xb4, 0x9b, 0x70, 0x04, 0x8d, 0xb2, 0xf3, 0x66, 0xbb, 0xff, 0xcf, 0xd4,
+ 0xaa, 0x45, 0x6b, 0xf8, 0x76, 0x13, 0xcc, 0x4a, 0xa0, 0xdd, 0xa6, 0x43,
+ 0x49, 0xe9, 0x4d, 0x5a, 0x36, 0x4e, 0xd1, 0xa2, 0xc3, 0x2c, 0x6e, 0x83,
+ 0x8e, 0xad, 0x06, 0xfd, 0x8f, 0x9b, 0x55, 0x52, 0x83, 0xfe, 0x27, 0x6c,
+ 0xd0, 0xdf, 0x6c, 0xb6, 0x5a, 0x09, 0x0c, 0x35, 0xe8, 0xba, 0xb9, 0xaa,
+ 0x6c, 0x9c, 0x56, 0x83, 0xae, 0x9d, 0xa9, 0x0a, 0xa2, 0xae, 0xd5, 0xa0,
+ 0xff, 0x71, 0x53, 0x54, 0x6a, 0xd0, 0xff, 0x84, 0x0d, 0xfa, 0x9b, 0x4d,
+ 0x7d, 0x2b, 0x81, 0xa1, 0x06, 0x5d, 0x37, 0xf1, 0x95, 0x8d, 0xd3, 0x6a,
+ 0xd0, 0xb5, 0xd3, 0x5e, 0x41, 0xd4, 0xb3, 0x1a, 0xf4, 0x3f, 0x6e, 0xbe,
+ 0x4b, 0x0d, 0xfa, 0x9f, 0xb0, 0x41, 0x7f, 0xb3, 0x79, 0x74, 0x25, 0x30,
+ 0xd4, 0xa0, 0xeb, 0x66, 0xd1, 0xb2, 0x71, 0x5a, 0x0d, 0xba, 0x76, 0x0e,
+ 0x7d, 0x9d, 0xe7, 0x45, 0x79, 0xbe, 0x4c, 0x17, 0xfa, 0x54, 0xfa, 0x00,
+ 0x02, 0xa3, 0x9c, 0x85, 0x46, 0xb3, 0x3c, 0x5f, 0xfe, 0xc3, 0xe7, 0xd5,
+ 0x5a, 0xca, 0xa8, 0xc9, 0x7f, 0x5f, 0x8b, 0x37, 0x1b, 0xfc, 0xb5, 0x55,
+ 0x2e, 0x7f, 0xf8, 0x67, 0x6a, 0x8c, 0xaa, 0x26, 0x4f, 0x99, 0x6a, 0xdf,
+ 0x78, 0x2a, 0xec, 0x95, 0x6d, 0x37, 0xd1, 0x16, 0x0a, 0xe8, 0xad, 0xd5,
+ 0x25, 0x97, 0x73, 0xe5, 0x56, 0x82, 0x82, 0x6d, 0x38, 0xae, 0x6b, 0xc3,
+ 0xff, 0xb8, 0xa9, 0x34, 0xb5, 0xe1, 0x6f, 0xd3, 0x86, 0xbf, 0xd9, 0xec,
+ 0xd7, 0x2b, 0xbb, 0x45, 0x1b, 0xae, 0x9b, 0x13, 0xbb, 0xe4, 0x71, 0xb8,
+ 0x0d, 0xd7, 0xce, 0x94, 0x91, 0x7e, 0x30, 0xcb, 0x8b, 0x74, 0xe2, 0x8e,
+ 0xc4, 0x63, 0x0c, 0xff, 0xef, 0x19, 0x8b, 0x8d, 0xb4, 0xff, 0x09, 0x5b,
+ 0xb2, 0xae, 0xdf, 0x3f, 0x5f, 0x5b, 0xe6, 0x35, 0xfa, 0xf7, 0x1a, 0x91,
+ 0x5d, 0xe9, 0xde, 0xf6, 0xdc, 0xa4, 0x84, 0xd3, 0xa2, 0x2d, 0x06, 0x63,
+ 0x5c, 0x6e, 0x16, 0x56, 0xd3, 0xaa, 0xe3, 0xfa, 0x56, 0xfd, 0x8f, 0x1b,
+ 0x9d, 0xa9, 0x55, 0x7f, 0xcb, 0x56, 0xfd, 0x6d, 0xc7, 0x68, 0x57, 0x7a,
+ 0xab, 0x56, 0xdd, 0x38, 0x4e, 0x5b, 0x0c, 0x71, 0x5d, 0xab, 0xae, 0x1d,
+ 0xab, 0xf1, 0x36, 0x8e, 0xdf, 0xbd, 0xbb, 0x4c, 0x10, 0x49, 0xaa, 0x67,
+ 0x78, 0x76, 0xcc, 0xa7, 0x7c, 0x06, 0xb7, 0x8f, 0x34, 0x02, 0x4d, 0x7c,
+ 0xb2, 0x7e, 0x18, 0xa6, 0xf3, 0x25, 0xb7, 0xb4, 0xd2, 0xe1, 0xff, 0x6c,
+ 0x3d, 0x7b, 0xc1, 0x82, 0x3b, 0x70, 0xd3, 0x64, 0x35, 0xcf, 0x0a, 0xc3,
+ 0xda, 0x91, 0x5e, 0xda, 0x68, 0x79, 0xd2, 0x30, 0xdb, 0x6f, 0x4a, 0x1b,
+ 0x25, 0x93, 0xb1, 0xb0, 0xbe, 0xa3, 0xb3, 0x5d, 0xac, 0x67, 0xb3, 0xf5,
+ 0x12, 0x1a, 0x29, 0xca, 0xe6, 0x77, 0x38, 0x2c, 0x4e, 0x68, 0x64, 0x23,
+ 0x49, 0xc1, 0xca, 0x2d, 0x28, 0x18, 0x2d, 0xc3, 0xfc, 0x6e, 0x58, 0xc8,
+ 0x3d, 0xcd, 0xef, 0x53, 0xe8, 0x63, 0x95, 0x0f, 0x6d, 0x71, 0xb1, 0xc8,
+ 0x12, 0x02, 0x04, 0x83, 0x51, 0xa7, 0x85, 0x74, 0x4d, 0xf8, 0x25, 0xea,
+ 0x04, 0x6f, 0x4a, 0xa2, 0xff, 0x27, 0x3a, 0x1d, 0xca, 0xbb, 0x57, 0x96,
+ 0x84, 0x95, 0xa2, 0xda, 0x54, 0xbe, 0x79, 0x49, 0x2a, 0x9b, 0x4c, 0x66,
+ 0x69, 0xdb, 0x9c, 0xc4, 0x5f, 0x91, 0x93, 0xb3, 0x16, 0x39, 0xd9, 0x50,
+ 0xbe, 0x91, 0x13, 0x70, 0xa5, 0xbe, 0x41, 0xa5, 0x74, 0xbf, 0x22, 0x2b,
+ 0xef, 0x5b, 0x64, 0xa5, 0x8d, 0xfc, 0x50, 0x27, 0x89, 0x45, 0x27, 0x89,
+ 0xa0, 0x93, 0xc4, 0x4f, 0xe8, 0x24, 0xb6, 0x66, 0xf1, 0x26, 0xfd, 0xc4,
+ 0xe1, 0xad, 0xed, 0x29, 0xf1, 0xb7, 0xe8, 0x29, 0x71, 0xa8, 0xa7, 0x78,
+ 0xa4, 0x6f, 0xd8, 0x53, 0xe2, 0xda, 0x9e, 0x52, 0x2f, 0xff, 0x09, 0x3d,
+ 0x25, 0x0e, 0xf5, 0x94, 0x0d, 0x72, 0x12, 0xe8, 0x29, 0x71, 0x6d, 0x4f,
+ 0xd9, 0x20, 0x27, 0x2d, 0x7b, 0x4a, 0x1c, 0xea, 0x29, 0x1b, 0x64, 0x25,
+ 0xd0, 0x53, 0xe2, 0xda, 0x9e, 0xe2, 0x6d, 0x52, 0xaa, 0xa7, 0xe4, 0xd9,
+ 0xac, 0x22, 0x65, 0xdf, 0x91, 0xf3, 0x6c, 0x16, 0x41, 0x80, 0x74, 0x10,
+ 0xd5, 0xb2, 0x8b, 0x18, 0x62, 0x36, 0xe8, 0x1e, 0x26, 0x9f, 0xdd, 0x35,
+ 0x42, 0x52, 0x5b, 0xf7, 0x0c, 0x53, 0x40, 0xd5, 0x2b, 0x1a, 0x04, 0x37,
+ 0x74, 0x0a, 0x93, 0xdb, 0xea, 0x10, 0xed, 0x45, 0xb7, 0xe8, 0x0f, 0x3e,
+ 0xfd, 0xe3, 0xa7, 0xeb, 0x7f, 0xd6, 0xa0, 0xff, 0x66, 0xa2, 0xdb, 0xf4,
+ 0x02, 0x5f, 0x06, 0xba, 0x4f, 0xcf, 0xc0, 0xfb, 0x86, 0x0c, 0x6c, 0x26,
+ 0xda, 0x63, 0x03, 0xbb, 0xf3, 0x6e, 0x37, 0xec, 0x1f, 0x92, 0x45, 0xfa,
+ 0x38, 0xf6, 0xea, 0x38, 0x0c, 0x43, 0x0d, 0xf0, 0xf6, 0xd7, 0xe8, 0x6d,
+ 0x68, 0xf1, 0xef, 0x09, 0xdd, 0xcd, 0x14, 0xb4, 0x41, 0x7f, 0xb3, 0x18,
+ 0xed, 0x0e, 0x17, 0x94, 0xdb, 0xba, 0xc7, 0x59, 0x12, 0xaa, 0x2e, 0xd7,
+ 0x24, 0xba, 0xa1, 0xcf, 0x59, 0xec, 0x56, 0xa7, 0xdb, 0x40, 0x78, 0x8b,
+ 0x5e, 0xe7, 0xcd, 0x43, 0xfc, 0x15, 0x79, 0x38, 0x6b, 0xca, 0xc3, 0x86,
+ 0xc2, 0xdb, 0xf4, 0x3c, 0x6f, 0x26, 0xba, 0x5f, 0x91, 0x89, 0xf7, 0x4d,
+ 0x99, 0x68, 0x23, 0x5c, 0x9f, 0xa3, 0xcd, 0xaf, 0x33, 0x30, 0x4b, 0xab,
+ 0xf7, 0x87, 0x7d, 0x1e, 0xd6, 0xdc, 0x25, 0xbe, 0xbb, 0x58, 0x8b, 0x33,
+ 0x25, 0xe9, 0x99, 0x21, 0x65, 0x0b, 0x46, 0x78, 0xba, 0xce, 0xd6, 0xb4,
+ 0xeb, 0xd5, 0x75, 0x0e, 0x66, 0x34, 0x6f, 0xd2, 0xd5, 0xdb, 0x62, 0xcd,
+ 0x0a, 0x45, 0xfc, 0x30, 0x25, 0x80, 0x45, 0x07, 0x5c, 0xff, 0x26, 0xd9,
+ 0x2a, 0x9a, 0x66, 0x33, 0xb6, 0x8e, 0x7b, 0xd3, 0xb4, 0x5a, 0xb2, 0x55,
+ 0xde, 0xa0, 0xe7, 0xb9, 0xbc, 0xce, 0x44, 0xb0, 0x46, 0x7a, 0xeb, 0xfe,
+ 0xe7, 0x0a, 0xd1, 0xe6, 0x82, 0xcd, 0x09, 0x34, 0xf4, 0x42, 0x57, 0x82,
+ 0x3d, 0x1d, 0xdc, 0x28, 0x89, 0x16, 0x7d, 0x31, 0x94, 0x9f, 0xf8, 0xeb,
+ 0xf2, 0x73, 0xd6, 0x22, 0x3f, 0x9b, 0x27, 0xd1, 0xa6, 0x5f, 0x86, 0x32,
+ 0xd4, 0xfd, 0xba, 0x0c, 0xbd, 0x6f, 0x91, 0xa1, 0x96, 0x49, 0xe8, 0xa6,
+ 0xfb, 0x84, 0x03, 0xf5, 0x7c, 0x75, 0x98, 0x15, 0xbc, 0x17, 0x0d, 0xab,
+ 0xec, 0xb0, 0x0e, 0x3b, 0x50, 0x04, 0x91, 0xa2, 0x90, 0xbd, 0xb7, 0x4d,
+ 0xb7, 0x4d, 0xa6, 0x65, 0xca, 0x7b, 0x61, 0xcb, 0x5e, 0x7b, 0xcd, 0x04,
+ 0x88, 0xbe, 0x0e, 0x5c, 0xd9, 0x82, 0xf1, 0x8f, 0xf3, 0x7c, 0xd6, 0xdc,
+ 0x79, 0xeb, 0xf3, 0xb2, 0x41, 0x4f, 0x6e, 0x10, 0x64, 0x77, 0xeb, 0xd6,
+ 0xe9, 0xb6, 0xee, 0xe3, 0x0d, 0x12, 0xab, 0x0e, 0xbf, 0x69, 0xd2, 0x0d,
+ 0xbd, 0xbf, 0x41, 0x9c, 0x35, 0x14, 0x7c, 0x45, 0xe2, 0x2d, 0xc6, 0x85,
+ 0x56, 0x65, 0x10, 0x7f, 0xc3, 0x32, 0x38, 0xdb, 0xb4, 0x0c, 0xbe, 0x32,
+ 0xf1, 0x36, 0x63, 0x49, 0xab, 0x42, 0xe8, 0x7e, 0xc3, 0x42, 0x78, 0xbf,
+ 0x69, 0x21, 0x3c, 0x25, 0x71, 0xdd, 0xb4, 0xd2, 0xb2, 0xf8, 0xb0, 0x9e,
+ 0x77, 0xc0, 0xe3, 0xcb, 0xed, 0x2a, 0x2f, 0x4b, 0xd6, 0x0e, 0x0e, 0xf2,
+ 0xc9, 0x23, 0x18, 0x4f, 0x32, 0x7a, 0xa9, 0x70, 0x62, 0x2c, 0x2d, 0x94,
+ 0xa3, 0x55, 0x8b, 0x65, 0xd1, 0x19, 0x75, 0xf6, 0xfd, 0xbd, 0x5a, 0xd0,
+ 0xcf, 0x33, 0xf9, 0x16, 0x93, 0x51, 0x9f, 0xc1, 0x03, 0xc8, 0xdf, 0x6c,
+ 0x36, 0xb7, 0x40, 0x14, 0x73, 0xf2, 0xa0, 0x31, 0x27, 0x0f, 0xad, 0x98,
+ 0xab, 0x67, 0xb2, 0x8e, 0xae, 0x71, 0xc5, 0xb7, 0xa1, 0x28, 0x95, 0x0d,
+ 0x60, 0x52, 0xc1, 0x5a, 0x7e, 0x62, 0x4b, 0x0e, 0x3c, 0x73, 0xdd, 0x28,
+ 0x01, 0x99, 0x55, 0x33, 0x81, 0x2a, 0xcf, 0x1b, 0x25, 0xe0, 0x9a, 0x68,
+ 0x5a, 0x97, 0x79, 0x34, 0x48, 0x66, 0xd9, 0x35, 0x6b, 0x12, 0x69, 0x74,
+ 0x34, 0x3c, 0x00, 0x93, 0x20, 0x68, 0xac, 0x29, 0x2d, 0xaf, 0x47, 0x09,
+ 0x8b, 0x1e, 0x8d, 0x65, 0x34, 0x4b, 0xf2, 0x25, 0x0b, 0x3d, 0x5e, 0x2f,
+ 0x70, 0x6b, 0xbc, 0xe8, 0x28, 0x6f, 0x7e, 0x7a, 0x28, 0x3a, 0x23, 0xed,
+ 0xbc, 0x0a, 0xea, 0xc1, 0xfd, 0x70, 0x71, 0x91, 0xd2, 0x1c, 0xc0, 0xcf,
+ 0xfe, 0xd6, 0x17, 0xbb, 0xad, 0x2f, 0x6e, 0xd3, 0xfa, 0xe2, 0x8d, 0x5a,
+ 0x5f, 0xac, 0xaa, 0x2b, 0x7e, 0x42, 0xf3, 0x8b, 0x55, 0x5d, 0x34, 0x70,
+ 0x07, 0xdb, 0x5f, 0xec, 0xb6, 0xbf, 0xd6, 0xa2, 0xf4, 0xf6, 0x17, 0xbb,
+ 0xed, 0x2f, 0x0e, 0x35, 0x8f, 0xf6, 0x09, 0x68, 0xed, 0x2f, 0x76, 0xdb,
+ 0xdf, 0x86, 0x09, 0xb4, 0x69, 0x7f, 0xb1, 0xd6, 0xfe, 0xe2, 0x36, 0x2d,
+ 0x30, 0xf6, 0xb6, 0xc0, 0xf8, 0x55, 0x50, 0x93, 0xb6, 0x2d, 0xf0, 0x34,
+ 0x9b, 0x67, 0x68, 0x52, 0x67, 0x78, 0x71, 0x15, 0xf1, 0x1f, 0x46, 0xeb,
+ 0x83, 0x60, 0x61, 0x7d, 0x0f, 0xce, 0x23, 0xb3, 0x09, 0x3f, 0x95, 0x84,
+ 0xf2, 0x62, 0xdc, 0xe8, 0xed, 0x43, 0xb9, 0x3f, 0x19, 0xe6, 0xf9, 0x29,
+ 0x3e, 0xba, 0x6f, 0xee, 0xfc, 0x28, 0x56, 0x3c, 0xa4, 0x6e, 0x21, 0x16,
+ 0x3e, 0x50, 0x61, 0xb9, 0x66, 0x8e, 0x2e, 0xd3, 0xc9, 0x9a, 0x55, 0xe0,
+ 0x62, 0xfc, 0x28, 0x72, 0x55, 0x05, 0x98, 0x73, 0xbd, 0x80, 0x83, 0x47,
+ 0xe9, 0x0d, 0xe7, 0xf5, 0x31, 0xf7, 0xe7, 0x55, 0xbc, 0x65, 0x35, 0xf6,
+ 0x56, 0x0a, 0x29, 0x5f, 0xf3, 0x79, 0x6d, 0xf1, 0xd6, 0xec, 0xa4, 0xc9,
+ 0x0a, 0x9f, 0x5a, 0x57, 0x8d, 0x0a, 0x52, 0x16, 0x4f, 0xc5, 0x59, 0x65,
+ 0x8b, 0xd6, 0xa5, 0x37, 0x2e, 0x88, 0xb1, 0x54, 0xe7, 0xa2, 0x4f, 0xd3,
+ 0x69, 0xa9, 0x9d, 0xd9, 0xa9, 0x4a, 0x32, 0xc3, 0xe0, 0xc3, 0xe5, 0x84,
+ 0xc4, 0x66, 0x88, 0x5e, 0x14, 0xbf, 0xbd, 0x0c, 0x8e, 0x54, 0xde, 0x31,
+ 0xf6, 0x15, 0xf7, 0xa2, 0x1d, 0x6a, 0x5b, 0xde, 0x7e, 0xf1, 0xca, 0xa8,
+ 0x8b, 0x65, 0x3a, 0x49, 0x66, 0xe2, 0xfb, 0x7a, 0x01, 0x7f, 0x8b, 0x25,
+ 0x77, 0xe1, 0x1d, 0xde, 0xae, 0xb4, 0x01, 0x03, 0x4b, 0x4b, 0x8c, 0x89,
+ 0xc8, 0x29, 0x7d, 0xea, 0xd4, 0x8f, 0x78, 0x1f, 0x97, 0xd1, 0x1d, 0x3f,
+ 0xdb, 0xac, 0x8c, 0x4f, 0xe9, 0x52, 0x3e, 0x2e, 0xc5, 0xd1, 0x27, 0x34,
+ 0xa5, 0x7a, 0xf1, 0xe1, 0xde, 0xfc, 0xcb, 0x2a, 0xb9, 0x66, 0x29, 0x89,
+ 0x0e, 0xac, 0x7a, 0xed, 0x08, 0x73, 0x3b, 0x5a, 0x2f, 0x37, 0x90, 0xed,
+ 0x64, 0xe0, 0x10, 0x5e, 0xd0, 0xbf, 0xfc, 0x7c, 0x3e, 0x7c, 0x65, 0x65,
+ 0xc4, 0x90, 0xc8, 0xe2, 0xbf, 0x55, 0x3e, 0x20, 0xc1, 0x40, 0x4e, 0x26,
+ 0x2c, 0xea, 0x29, 0x79, 0xa9, 0x7a, 0x40, 0xab, 0x1a, 0xe5, 0xe4, 0xe6,
+ 0xb7, 0xe1, 0xe9, 0x49, 0x36, 0xb5, 0x00, 0x45, 0xb9, 0x69, 0x53, 0xc0,
+ 0x26, 0xdf, 0x46, 0xff, 0x3a, 0xed, 0xda, 0x55, 0xaf, 0xa2, 0xdf, 0xb8,
+ 0x9e, 0x37, 0x55, 0xd2, 0xee, 0xab, 0xc6, 0xc8, 0xc9, 0x7b, 0xec, 0x7f,
+ 0xcf, 0xd8, 0x79, 0xe1, 0x8c, 0x9d, 0x4b, 0xcf, 0xd8, 0xa9, 0x5f, 0x15,
+ 0xb9, 0xfc, 0xcb, 0xdb, 0xe3, 0xcb, 0xab, 0xb7, 0xbf, 0x0c, 0xf7, 0x76,
+ 0x78, 0x5e, 0x54, 0xfd, 0x27, 0xb3, 0x59, 0x7e, 0x7f, 0x32, 0x01, 0x53,
+ 0x18, 0xac, 0x89, 0x5f, 0x2c, 0x0b, 0x27, 0xdb, 0xde, 0x51, 0x57, 0x0d,
+ 0x5e, 0x76, 0x98, 0x31, 0xa6, 0xfe, 0x23, 0x6a, 0xe5, 0x97, 0x64, 0x7d,
+ 0x83, 0xde, 0xc8, 0x6e, 0xe0, 0x0f, 0x19, 0x2a, 0x85, 0x60, 0xac, 0x16,
+ 0xb9, 0x4a, 0xee, 0x59, 0x1e, 0xc5, 0x80, 0xe2, 0x8f, 0x54, 0x05, 0xc9,
+ 0xa3, 0xcd, 0x4f, 0x90, 0x93, 0x1a, 0xe3, 0x19, 0xb2, 0xef, 0x43, 0x58,
+ 0xe2, 0x50, 0x9f, 0xb4, 0xfb, 0xe3, 0xe3, 0x5a, 0xee, 0x38, 0xac, 0x90,
+ 0x56, 0x3f, 0xfc, 0xaa, 0xcb, 0x35, 0x7a, 0xe4, 0xb1, 0xeb, 0xa4, 0xaa,
+ 0xc1, 0xad, 0xe8, 0x33, 0x5b, 0xc8, 0xda, 0xf1, 0x3c, 0x53, 0x5b, 0xd1,
+ 0x51, 0x52, 0x94, 0xde, 0x4f, 0x6e, 0x40, 0xb8, 0xf1, 0x49, 0x76, 0x44,
+ 0xab, 0xd2, 0x72, 0x05, 0xa3, 0x21, 0x93, 0x1b, 0x36, 0x98, 0xb2, 0x6a,
+ 0x52, 0x16, 0x5f, 0x3f, 0xcb, 0x40, 0xe5, 0xc1, 0x56, 0xce, 0x92, 0x9d,
+ 0x9d, 0x25, 0xd5, 0x7a, 0x75, 0x41, 0xa2, 0xd1, 0x00, 0x87, 0xb9, 0x81,
+ 0xc1, 0x06, 0x95, 0xe9, 0x7a, 0x36, 0x7b, 0x14, 0x17, 0xb7, 0xb6, 0xa2,
+ 0x39, 0xdc, 0xe2, 0xc2, 0xab, 0x45, 0x68, 0x1c, 0xc9, 0x11, 0x72, 0x96,
+ 0x99, 0x4e, 0xf9, 0x92, 0x07, 0x29, 0x01, 0xae, 0xe6, 0x6e, 0x45, 0xb3,
+ 0x34, 0x69, 0x10, 0x90, 0x3c, 0x78, 0xb3, 0x7b, 0x32, 0x41, 0xff, 0x77,
+ 0xbc, 0xb8, 0x0c, 0x4b, 0x49, 0x6e, 0x89, 0xd4, 0x09, 0x90, 0xe5, 0x8a,
+ 0x22, 0xb4, 0xd6, 0xf2, 0xd9, 0x56, 0x04, 0x09, 0x55, 0xcd, 0x48, 0x4a,
+ 0x3d, 0x31, 0x41, 0x11, 0xac, 0x21, 0x91, 0x62, 0xa0, 0x05, 0xf8, 0x73,
+ 0x66, 0x35, 0x84, 0x90, 0xf6, 0x76, 0x9a, 0xf3, 0x71, 0xb7, 0x7b, 0x88,
+ 0x3f, 0xb6, 0x70, 0xef, 0xed, 0xf5, 0x5f, 0x2a, 0x6b, 0x56, 0xe2, 0xde,
+ 0x5c, 0x74, 0x31, 0x8c, 0xb7, 0xb7, 0xcd, 0xed, 0x87, 0xab, 0x8b, 0x93,
+ 0x68, 0x70, 0x9b, 0xc1, 0x9e, 0x27, 0xdc, 0xa4, 0x53, 0xe6, 0x9d, 0x98,
+ 0xb4, 0xbd, 0xce, 0xce, 0x68, 0x5c, 0xd8, 0xc4, 0x87, 0xe9, 0x5d, 0x36,
+ 0xae, 0xbe, 0x80, 0x82, 0xb0, 0x58, 0x66, 0x3c, 0xc2, 0xa8, 0xfa, 0x01,
+ 0xc6, 0x45, 0xab, 0xa2, 0xbc, 0xb6, 0x19, 0x46, 0x10, 0xe8, 0x23, 0x9e,
+ 0xce, 0x92, 0x9b, 0x6d, 0x5b, 0x0d, 0x0c, 0x34, 0x76, 0x17, 0xf9, 0x45,
+ 0x4b, 0xeb, 0x7b, 0x0c, 0xe4, 0xa3, 0x5b, 0x08, 0xf4, 0xd0, 0xca, 0x9b,
+ 0x8b, 0x25, 0x6c, 0xe2, 0xc8, 0x8c, 0x22, 0x47, 0x36, 0xc2, 0xd6, 0x68,
+ 0xb7, 0x7b, 0x71, 0x7b, 0x32, 0x9b, 0x9b, 0xf2, 0xcb, 0x11, 0x5b, 0xb2,
+ 0x78, 0x38, 0x58, 0x3b, 0xaf, 0x38, 0xd8, 0xe4, 0x96, 0xfd, 0x37, 0x5f,
+ 0xf3, 0x26, 0x5e, 0x71, 0x26, 0x0f, 0x82, 0xd3, 0xf8, 0x46, 0xa5, 0xc9,
+ 0x97, 0x68, 0x09, 0x9e, 0x25, 0x7d, 0x4a, 0x0a, 0x15, 0x97, 0x8c, 0x28,
+ 0xc0, 0x64, 0xd9, 0xe6, 0x12, 0x69, 0x01, 0xc3, 0xa8, 0xcc, 0xcb, 0x00,
+ 0x13, 0x5e, 0xc0, 0xcc, 0xa7, 0x53, 0x2d, 0x83, 0x3a, 0x23, 0x8b, 0x71,
+ 0x18, 0x5f, 0xff, 0x29, 0x7a, 0x9f, 0xb3, 0xdf, 0x07, 0x8f, 0x4b, 0xb0,
+ 0x88, 0x3f, 0xb4, 0x19, 0xaf, 0x31, 0xdc, 0xc8, 0x1a, 0xd2, 0xd7, 0x95,
+ 0xfc, 0x2d, 0x23, 0x70, 0x18, 0x9a, 0x34, 0x04, 0x26, 0x5b, 0x43, 0x69,
+ 0x39, 0xab, 0xf2, 0x00, 0x64, 0x14, 0x8b, 0xce, 0x09, 0x85, 0xc2, 0x1d,
+ 0x32, 0x8a, 0x63, 0x3a, 0xee, 0xd5, 0x5a, 0xbf, 0x59, 0x02, 0xd6, 0xa9,
+ 0x78, 0x24, 0x8f, 0xe3, 0x3a, 0xbf, 0x38, 0x47, 0xab, 0x55, 0x06, 0x97,
+ 0xd1, 0x9b, 0x06, 0xb3, 0x35, 0x78, 0x72, 0xe3, 0x33, 0x5f, 0xd1, 0xe0,
+ 0xc7, 0x18, 0x06, 0x41, 0x17, 0xe6, 0xc8, 0xa8, 0x11, 0x47, 0xdc, 0x43,
+ 0xba, 0xb2, 0x4a, 0x66, 0xf0, 0x9c, 0x88, 0xb8, 0x10, 0xef, 0x5c, 0xf9,
+ 0x37, 0xb2, 0x18, 0xd1, 0x1a, 0xbe, 0x87, 0xeb, 0xe3, 0xb2, 0x9a, 0x37,
+ 0x73, 0x86, 0x8f, 0x4b, 0xbf, 0x6e, 0x6c, 0xca, 0xeb, 0xd5, 0x0c, 0xe9,
+ 0x6b, 0xf4, 0x62, 0x7c, 0xae, 0x56, 0xc8, 0x64, 0x5b, 0xe8, 0x3f, 0x58,
+ 0x25, 0x5f, 0x52, 0xfe, 0x21, 0x8d, 0x8a, 0xfb, 0x8c, 0x91, 0x09, 0xa6,
+ 0x6b, 0x88, 0xe0, 0x53, 0x1a, 0x53, 0x35, 0x97, 0x43, 0x4b, 0xcb, 0xe0,
+ 0xb2, 0xd3, 0x1a, 0xc2, 0x31, 0x4d, 0x74, 0x05, 0xd6, 0xdf, 0xac, 0xf5,
+ 0x03, 0x1e, 0xe0, 0x60, 0x84, 0x56, 0xe9, 0x56, 0xba, 0x3a, 0xf7, 0x19,
+ 0x7f, 0xc0, 0x97, 0xa5, 0x52, 0x82, 0x2d, 0xa0, 0x22, 0x30, 0x44, 0xc8,
+ 0xad, 0xb8, 0x6c, 0x31, 0x4b, 0x4b, 0xd7, 0x3b, 0xa5, 0x36, 0x5b, 0x3f,
+ 0x01, 0x0a, 0xe9, 0xae, 0xd1, 0xb3, 0x2c, 0xd5, 0x0e, 0xaf, 0x26, 0xea,
+ 0xf0, 0xca, 0x23, 0xd0, 0xb3, 0x81, 0x6d, 0x4b, 0xd5, 0x2f, 0x79, 0xcc,
+ 0xd2, 0x07, 0xcc, 0x3b, 0x78, 0xe0, 0x60, 0x7f, 0x47, 0x78, 0xc9, 0xe3,
+ 0xca, 0x9d, 0x48, 0x60, 0x24, 0x1c, 0x98, 0x1b, 0x7b, 0x71, 0xcf, 0x0c,
+ 0x3f, 0x8a, 0x4d, 0xd7, 0x55, 0x76, 0x4d, 0xb7, 0xea, 0xf6, 0xf5, 0x93,
+ 0xdd, 0x1d, 0x1f, 0xcf, 0x5e, 0x3d, 0xcf, 0x9e, 0x8f, 0xe7, 0x5d, 0x3d,
+ 0xcf, 0x3b, 0xfb, 0x9a, 0xcb, 0x29, 0xa3, 0x9e, 0x89, 0x6f, 0x29, 0x76,
+ 0x7b, 0x2c, 0x05, 0x0c, 0xf5, 0x95, 0x85, 0xf7, 0xd2, 0xa5, 0x92, 0xa3,
+ 0xe6, 0x54, 0xba, 0x11, 0x7d, 0x8c, 0x19, 0xac, 0x57, 0x77, 0xac, 0x7f,
+ 0xfe, 0xf4, 0xfc, 0xa7, 0x88, 0xad, 0x23, 0xfe, 0xfc, 0xe7, 0x3f, 0x33,
+ 0x35, 0xf9, 0xfe, 0x5b, 0x84, 0xeb, 0x0a, 0xf6, 0x4f, 0xf4, 0x9f, 0xeb,
+ 0x6c, 0xfc, 0x05, 0x2f, 0x92, 0xdf, 0x65, 0xe9, 0x3d, 0xdc, 0x8a, 0x5f,
+ 0xc3, 0xed, 0xf9, 0x93, 0xb7, 0xe7, 0x11, 0x9a, 0xaf, 0x07, 0x93, 0x34,
+ 0x65, 0x0e, 0xf7, 0xec, 0xa1, 0x52, 0xf1, 0x91, 0xc1, 0x2c, 0x1b, 0x97,
+ 0x05, 0xce, 0xd2, 0x66, 0x6c, 0x15, 0xb1, 0x40, 0xfb, 0x78, 0x09, 0x4c,
+ 0xbf, 0xca, 0x9c, 0xa5, 0x34, 0x16, 0x46, 0x12, 0xf9, 0x11, 0xa4, 0xf0,
+ 0x2a, 0x5f, 0xbc, 0x61, 0x5a, 0x68, 0xb7, 0x1b, 0x66, 0x33, 0xb4, 0x38,
+ 0xca, 0xd7, 0x53, 0xe0, 0x28, 0xc4, 0xb3, 0xb5, 0xa2, 0xda, 0x32, 0xef,
+ 0x89, 0x72, 0xce, 0x14, 0x0d, 0xaa, 0x72, 0xd8, 0x60, 0x97, 0x25, 0x24,
+ 0xed, 0xfb, 0xd8, 0xe8, 0x15, 0xb5, 0x4b, 0x1c, 0xdf, 0xa6, 0x47, 0xe6,
+ 0xd6, 0x8d, 0xf0, 0xcb, 0x2b, 0xbb, 0x78, 0x61, 0x98, 0xdd, 0xaf, 0x96,
+ 0x89, 0x66, 0x7d, 0xda, 0x4c, 0x86, 0x1f, 0xa0, 0x41, 0x32, 0x47, 0xdf,
+ 0xc3, 0xe8, 0x35, 0x3a, 0xd3, 0xa6, 0xd8, 0xe3, 0x64, 0xce, 0x3f, 0x12,
+ 0x46, 0x1a, 0x83, 0xd3, 0x61, 0xb4, 0x7f, 0x38, 0x30, 0x28, 0xd9, 0x10,
+ 0x59, 0x06, 0x8e, 0x71, 0x4f, 0xf6, 0x3d, 0xe4, 0x59, 0x12, 0x22, 0xbf,
+ 0x3b, 0x48, 0xca, 0xd2, 0x65, 0xb8, 0xbb, 0x66, 0xc1, 0x81, 0xb2, 0xbf,
+ 0xb8, 0xea, 0xb8, 0x0c, 0x75, 0x67, 0x50, 0x8c, 0x23, 0xf6, 0x72, 0x04,
+ 0xcf, 0x0d, 0xce, 0xf6, 0x8f, 0x5d, 0x86, 0x79, 0x32, 0x0d, 0x53, 0x7b,
+ 0x12, 0x60, 0xf4, 0xb1, 0x9f, 0x61, 0xff, 0xf8, 0xd2, 0x25, 0x4f, 0xa6,
+ 0xab, 0xca, 0x23, 0xaf, 0x4d, 0xed, 0x11, 0x6f, 0xd0, 0x1b, 0x15, 0x7c,
+ 0x90, 0xac, 0x72, 0x97, 0xfe, 0x9a, 0x85, 0x8a, 0x7b, 0x08, 0xde, 0x64,
+ 0xc0, 0xaf, 0xb7, 0x27, 0x0f, 0xcb, 0x51, 0xd1, 0xc0, 0xe4, 0xcd, 0xfa,
+ 0x32, 0x7e, 0xef, 0xa3, 0xd7, 0x86, 0x26, 0x9d, 0xc1, 0x1d, 0x7e, 0x14,
+ 0xc7, 0xa7, 0xf4, 0x36, 0x1b, 0xb3, 0x9e, 0xc6, 0xbf, 0x64, 0x1a, 0xd3,
+ 0x1d, 0x8f, 0x68, 0xf8, 0x0c, 0x9a, 0xb3, 0x16, 0xad, 0xad, 0x37, 0x4c,
+ 0x73, 0x70, 0x2a, 0x61, 0x34, 0x78, 0xef, 0xc4, 0x43, 0xff, 0xba, 0xeb,
+ 0xf4, 0xc1, 0xe9, 0xc0, 0xfe, 0xdb, 0x41, 0x74, 0xa5, 0x4f, 0x1c, 0x58,
+ 0x45, 0x8e, 0x79, 0x80, 0x4d, 0x76, 0xa1, 0x3e, 0x8f, 0x3a, 0x7d, 0x32,
+ 0x96, 0xe1, 0x1e, 0xae, 0xf5, 0x43, 0xa4, 0x9d, 0xf7, 0x72, 0xc7, 0x37,
+ 0xc8, 0xd4, 0xe6, 0xed, 0x89, 0xc3, 0x1d, 0xfb, 0xb8, 0x8d, 0x1b, 0xf9,
+ 0xee, 0x28, 0x0c, 0xeb, 0xa2, 0x2d, 0xb5, 0x3c, 0x32, 0x67, 0x9b, 0xee,
+ 0xba, 0xcd, 0xbf, 0x70, 0x83, 0xb5, 0x96, 0x9a, 0xf1, 0x85, 0x56, 0x60,
+ 0xb8, 0xc6, 0x72, 0xa9, 0xf8, 0xd2, 0xab, 0x22, 0x93, 0xe1, 0x93, 0x55,
+ 0x76, 0xc7, 0x96, 0xf3, 0x16, 0x35, 0x0f, 0x75, 0xc9, 0xd5, 0xfa, 0xd0,
+ 0x5c, 0xd8, 0xf9, 0x96, 0x8d, 0xb7, 0xcb, 0xe9, 0xf2, 0x53, 0x32, 0x1b,
+ 0xa7, 0x2c, 0xf7, 0x52, 0xbc, 0x08, 0xbb, 0x83, 0x30, 0x4f, 0x19, 0xb1,
+ 0x81, 0x4a, 0x2f, 0x17, 0xe5, 0xa2, 0x9e, 0x2d, 0x1c, 0xd6, 0xb3, 0x04,
+ 0xed, 0xbf, 0x72, 0xdb, 0xda, 0xa2, 0xfe, 0x04, 0xc1, 0x95, 0x8c, 0x76,
+ 0x3e, 0x03, 0x35, 0x12, 0xe2, 0xa0, 0x04, 0x63, 0xc8, 0x60, 0x1f, 0xab,
+ 0x9d, 0xb8, 0xb7, 0x3d, 0x1a, 0x17, 0xd5, 0x66, 0xb1, 0x0a, 0xf2, 0x10,
+ 0x46, 0x6c, 0x6d, 0x6d, 0x53, 0x56, 0xa5, 0xe3, 0xcb, 0xb2, 0x91, 0xdc,
+ 0x30, 0x19, 0xdf, 0xe6, 0xfc, 0xb1, 0x1b, 0x57, 0x54, 0x7e, 0xb7, 0x58,
+ 0x38, 0xb7, 0x2b, 0x6e, 0x75, 0x9b, 0xf3, 0x38, 0x02, 0x93, 0xbd, 0x36,
+ 0x7d, 0x1e, 0xf3, 0x50, 0x8b, 0x1a, 0xf6, 0x1e, 0xa2, 0xab, 0x7c, 0x96,
+ 0x2e, 0xf2, 0x6c, 0x12, 0xc9, 0x8f, 0xab, 0xe2, 0xcc, 0x58, 0xf4, 0xa8,
+ 0x10, 0xd1, 0xb5, 0xac, 0xd5, 0xf7, 0x55, 0x32, 0x17, 0x18, 0x72, 0x55,
+ 0xc7, 0x5c, 0xa6, 0x4b, 0xd6, 0x87, 0xa2, 0xc3, 0x4c, 0xcd, 0xd7, 0x79,
+ 0x82, 0x3c, 0x9c, 0x05, 0x2b, 0x2b, 0xe9, 0x41, 0x5e, 0xf8, 0x57, 0x30,
+ 0xeb, 0xbc, 0x10, 0x5c, 0xc7, 0x26, 0x8d, 0x9e, 0x23, 0xa3, 0xe0, 0xe1,
+ 0x61, 0x16, 0x17, 0x0e, 0xc3, 0x17, 0xeb, 0xf9, 0xd2, 0x2c, 0x4e, 0x1c,
+ 0x87, 0x21, 0xd8, 0x22, 0x3f, 0x1a, 0x1e, 0x7c, 0xdf, 0x81, 0x0c, 0x55,
+ 0x23, 0xca, 0xb3, 0x67, 0x69, 0x79, 0x7d, 0x92, 0x77, 0x46, 0x13, 0x2d,
+ 0x3f, 0x9d, 0x28, 0x0a, 0xb0, 0xc5, 0x75, 0x6c, 0xb1, 0x8f, 0x4d, 0x4c,
+ 0x79, 0x25, 0x9f, 0x60, 0x13, 0x5b, 0x43, 0x8c, 0xe9, 0x99, 0x2f, 0xa5,
+ 0x42, 0xcb, 0x7f, 0x95, 0x52, 0x21, 0x4a, 0xc0, 0x61, 0x89, 0xbd, 0x79,
+ 0x8a, 0x9b, 0xf2, 0x14, 0x7b, 0xf3, 0x14, 0x37, 0xe5, 0x29, 0xf6, 0xe6,
+ 0x29, 0xae, 0xcb, 0x53, 0xec, 0xcd, 0x53, 0x1c, 0xca, 0xd3, 0xd5, 0x61,
+ 0x34, 0xb8, 0x8a, 0x2e, 0xb2, 0x6a, 0x35, 0x5f, 0x4c, 0x06, 0xc9, 0x6a,
+ 0x32, 0x28, 0xc0, 0x4f, 0xbc, 0xf1, 0xdd, 0x3e, 0x39, 0x7d, 0x3b, 0xb8,
+ 0x4d, 0xd9, 0x64, 0xfd, 0x88, 0x1b, 0x19, 0xd7, 0xda, 0xc1, 0x3c, 0x99,
+ 0x4d, 0xc5, 0xd1, 0xfa, 0xc9, 0x62, 0x92, 0x8d, 0xc5, 0x80, 0x61, 0xb4,
+ 0x9f, 0x64, 0x61, 0x24, 0xf3, 0x6c, 0x9a, 0xd8, 0xed, 0x19, 0xbe, 0x60,
+ 0x97, 0x60, 0xa5, 0x5d, 0xfb, 0xce, 0xe1, 0xef, 0x0b, 0x7b, 0xc3, 0x95,
+ 0xa9, 0x86, 0x11, 0xba, 0xc4, 0x39, 0x0b, 0xf5, 0x51, 0x5f, 0x95, 0xc9,
+ 0x0a, 0x46, 0x01, 0x9b, 0xa1, 0xe0, 0xe1, 0x18, 0x7c, 0xa8, 0x0a, 0xc7,
+ 0x33, 0x10, 0xc5, 0xe6, 0xd8, 0x5b, 0x79, 0x1e, 0xb0, 0x1c, 0xe4, 0x58,
+ 0xfe, 0x9e, 0x6b, 0x79, 0x02, 0x7e, 0xe9, 0x6b, 0x79, 0x02, 0x3e, 0xe5,
+ 0x6b, 0x79, 0x02, 0xfe, 0xe0, 0x6b, 0x79, 0x02, 0xbe, 0xdc, 0x6b, 0x79,
+ 0x02, 0x7e, 0xd8, 0x6b, 0x79, 0x02, 0x3e, 0xd4, 0x6b, 0x79, 0x02, 0xfe,
+ 0xcf, 0x6b, 0x79, 0x02, 0xbe, 0xcb, 0xeb, 0xeb, 0x34, 0xe4, 0x8d, 0xbc,
+ 0x9e, 0x2b, 0xe4, 0x5f, 0xbc, 0x9e, 0x2b, 0xe4, 0x30, 0x5c, 0xe3, 0x62,
+ 0xf3, 0x29, 0xcf, 0xac, 0xb5, 0xa3, 0x26, 0x5b, 0xbe, 0xc8, 0x46, 0xf6,
+ 0xb8, 0x8e, 0x3d, 0x7e, 0xee, 0xed, 0x0a, 0x66, 0x13, 0x95, 0xd6, 0x52,
+ 0x9d, 0x9e, 0x20, 0x22, 0xdc, 0x8e, 0x60, 0x71, 0xc4, 0x3e, 0x8e, 0xda,
+ 0x34, 0xba, 0x3e, 0x8e, 0x6e, 0x1d, 0x47, 0xcf, 0xc7, 0xd1, 0xab, 0xe3,
+ 0xe8, 0xfb, 0x38, 0xfa, 0x75, 0x1c, 0x3b, 0x3e, 0x8e, 0x9d, 0x3a, 0x8e,
+ 0x5d, 0x1f, 0xc7, 0x6e, 0x1d, 0xc7, 0x9e, 0x8f, 0x63, 0xaf, 0x8e, 0xe3,
+ 0x9d, 0x8f, 0xe3, 0x5d, 0x6d, 0x0d, 0x6e, 0x7b, 0xab, 0x70, 0xbb, 0x96,
+ 0xc7, 0x5f, 0xed, 0xb5, 0xf5, 0xde, 0xf1, 0x56, 0x3c, 0x6b, 0xf2, 0xbe,
+ 0x36, 0x67, 0xd4, 0xee, 0x61, 0x7a, 0xbd, 0xbe, 0x89, 0x86, 0x62, 0xfa,
+ 0x0a, 0x9b, 0x12, 0x42, 0xd2, 0x04, 0x22, 0x44, 0x38, 0x04, 0x6b, 0x1b,
+ 0x52, 0xda, 0x42, 0xc3, 0x3b, 0xd1, 0x34, 0x12, 0x80, 0x35, 0x0d, 0xac,
+ 0x4e, 0xb5, 0x6f, 0x3c, 0xeb, 0x21, 0xfb, 0x0b, 0x60, 0xf2, 0xec, 0x75,
+ 0x28, 0xf2, 0x38, 0x44, 0x1e, 0x7b, 0xc9, 0xbb, 0x21, 0x72, 0xbf, 0x32,
+ 0xbd, 0x10, 0x79, 0xcf, 0x4b, 0xde, 0x0f, 0x91, 0xf7, 0xbd, 0xe4, 0x3b,
+ 0x21, 0xf2, 0x1d, 0x2f, 0xf9, 0x6e, 0x88, 0x7c, 0xd7, 0x4b, 0xbe, 0x17,
+ 0x22, 0x37, 0x1a, 0x2f, 0x5b, 0x1e, 0x74, 0xa2, 0xb3, 0xf3, 0xab, 0x6a,
+ 0x91, 0xc0, 0x56, 0x07, 0x9d, 0x79, 0x5e, 0x64, 0x17, 0x78, 0x57, 0x31,
+ 0xd2, 0x7e, 0xf2, 0x9b, 0x01, 0xff, 0xf5, 0x5f, 0x51, 0x56, 0x8c, 0xb8,
+ 0x47, 0x98, 0xc9, 0x88, 0x45, 0x8f, 0x3a, 0xbf, 0x47, 0xae, 0xc8, 0x93,
+ 0xab, 0x73, 0x53, 0x64, 0x56, 0xe4, 0xba, 0x48, 0xfe, 0x73, 0x13, 0x91,
+ 0x57, 0x83, 0x7f, 0xad, 0xe6, 0x31, 0x20, 0xa3, 0x18, 0x7f, 0xe1, 0x12,
+ 0x1b, 0x99, 0x63, 0x27, 0x8b, 0x71, 0x95, 0x45, 0x8b, 0x3b, 0xf6, 0x71,
+ 0x5b, 0xb9, 0x89, 0xab, 0xdc, 0xb4, 0xe0, 0xb6, 0x15, 0x8f, 0x43, 0x8a,
+ 0xbb, 0xcc, 0x5d, 0x47, 0xf1, 0x6e, 0x50, 0xf1, 0xae, 0x8f, 0xdb, 0x52,
+ 0xbc, 0x1b, 0x54, 0xdc, 0xc7, 0x6d, 0x2b, 0xde, 0x0d, 0x29, 0x6e, 0x31,
+ 0x9f, 0x9e, 0x5c, 0x75, 0xb7, 0xe3, 0xc3, 0x53, 0x9c, 0xce, 0x4a, 0x09,
+ 0x46, 0xa0, 0x31, 0xb6, 0x5c, 0x7e, 0xda, 0xdb, 0xdb, 0xd9, 0x66, 0x33,
+ 0x62, 0x95, 0xd8, 0x64, 0x75, 0x07, 0x41, 0xd6, 0x92, 0xb6, 0x22, 0x8c,
+ 0xce, 0xb4, 0x53, 0xa0, 0x8a, 0xd8, 0x73, 0x36, 0x23, 0x79, 0xa0, 0x20,
+ 0xa2, 0x65, 0xa5, 0x8d, 0x64, 0x82, 0xf2, 0xf0, 0xd1, 0xeb, 0xcb, 0x66,
+ 0x41, 0x5b, 0xb7, 0x6c, 0xee, 0x8e, 0x3a, 0xee, 0xc8, 0x27, 0xb6, 0xb7,
+ 0xbd, 0xe4, 0xc6, 0xf0, 0x04, 0xfb, 0xbb, 0x72, 0x99, 0x1b, 0x5d, 0x27,
+ 0x8b, 0x2f, 0x51, 0x07, 0x5e, 0xf1, 0x24, 0x5f, 0x30, 0x8f, 0x77, 0x77,
+ 0xee, 0x7e, 0xb2, 0x8f, 0x23, 0x7d, 0xb8, 0x4d, 0xd6, 0x45, 0xa9, 0xb1,
+ 0x34, 0x24, 0x12, 0xbb, 0x89, 0x74, 0x9b, 0x38, 0xdc, 0x44, 0x8c, 0xa1,
+ 0x70, 0x78, 0x7a, 0xb4, 0xc7, 0xe0, 0x3b, 0xfa, 0x2f, 0x67, 0x29, 0x44,
+ 0xb1, 0x6a, 0x8a, 0x2c, 0x8e, 0x08, 0x59, 0x58, 0xf1, 0x56, 0x8d, 0x4d,
+ 0x10, 0xab, 0x22, 0x37, 0xdb, 0x26, 0xac, 0x21, 0xde, 0x5e, 0x95, 0xf9,
+ 0x32, 0xe2, 0x57, 0x03, 0xf5, 0xb5, 0x05, 0x04, 0xf3, 0x50, 0xff, 0xba,
+ 0x82, 0xd5, 0xd4, 0x28, 0x59, 0x4c, 0xe0, 0x29, 0xca, 0x8b, 0xfd, 0xd9,
+ 0x2c, 0x3a, 0x39, 0x8f, 0xba, 0x6f, 0xd9, 0x67, 0x21, 0x7a, 0xb0, 0x0c,
+ 0xd2, 0xd4, 0xd5, 0x2c, 0xd4, 0x9f, 0x77, 0xbb, 0x48, 0x89, 0x0e, 0x0b,
+ 0xec, 0xf8, 0x04, 0x76, 0xfc, 0x02, 0x2b, 0x1d, 0x3b, 0x75, 0x3a, 0xaa,
+ 0x84, 0x7d, 0x51, 0xbe, 0x8f, 0x6f, 0xdc, 0x4a, 0xd3, 0xd8, 0xa7, 0x69,
+ 0xec, 0xd5, 0x54, 0x2b, 0xcd, 0xb8, 0x4e, 0xd3, 0x38, 0xac, 0x69, 0x6c,
+ 0x6a, 0x0a, 0x07, 0x17, 0xa5, 0x32, 0x4b, 0xb2, 0xc5, 0x8f, 0x37, 0x42,
+ 0x57, 0x8f, 0xec, 0x53, 0xb2, 0xf0, 0xa9, 0x47, 0xc0, 0x1e, 0x09, 0x30,
+ 0x38, 0x8f, 0xd4, 0x0c, 0x21, 0xd5, 0x4b, 0x34, 0xe1, 0xb5, 0x8a, 0xb7,
+ 0xee, 0x7c, 0x15, 0xf1, 0x53, 0xd3, 0x39, 0x9c, 0x51, 0x31, 0x15, 0xb5,
+ 0x33, 0x2d, 0x49, 0x79, 0xbe, 0xc4, 0x49, 0x18, 0xa3, 0xfb, 0xe5, 0x0c,
+ 0x68, 0xe0, 0xf2, 0x2a, 0xe4, 0x8e, 0xbf, 0x49, 0xfb, 0x79, 0x7b, 0x0b,
+ 0x7e, 0xe9, 0x2f, 0xc5, 0x7e, 0x7e, 0x17, 0xf7, 0x78, 0xa8, 0x78, 0xb3,
+ 0xf5, 0x73, 0xcf, 0x21, 0x8a, 0x7f, 0xee, 0xf4, 0xfa, 0xef, 0x34, 0xa2,
+ 0xee, 0xcf, 0x9d, 0x6d, 0x87, 0x8a, 0x05, 0xee, 0xee, 0x6e, 0xad, 0x8b,
+ 0xf4, 0x14, 0xbd, 0xb5, 0x0f, 0x66, 0x25, 0xd7, 0xef, 0xe7, 0x6d, 0xaf,
+ 0x7e, 0x67, 0x59, 0x52, 0x26, 0xd1, 0x87, 0x7d, 0x4b, 0xc3, 0xd7, 0xb1,
+ 0x47, 0xc7, 0xce, 0x4e, 0xa7, 0xdf, 0x42, 0x49, 0x93, 0xa8, 0xfb, 0xf3,
+ 0x9e, 0x47, 0xc7, 0x6e, 0x77, 0x7b, 0x63, 0x1d, 0x0f, 0x6c, 0x1d, 0x3b,
+ 0xbe, 0x72, 0xdc, 0xde, 0x36, 0x55, 0x74, 0x33, 0xc2, 0xc2, 0xfa, 0xdb,
+ 0x2d, 0x54, 0x8c, 0x37, 0x50, 0xf1, 0x20, 0x2f, 0xc6, 0xb7, 0xd1, 0xa7,
+ 0x64, 0x95, 0xe5, 0xeb, 0xa2, 0xb9, 0xb6, 0xfb, 0x7b, 0xef, 0x76, 0x0c,
+ 0x2d, 0xfb, 0x1e, 0x2d, 0xf7, 0xba, 0xbd, 0x16, 0x95, 0xbd, 0x17, 0xa8,
+ 0x6c, 0xbd, 0x0b, 0x18, 0xdd, 0x27, 0x68, 0x3d, 0x47, 0xd3, 0x39, 0xd4,
+ 0x17, 0x34, 0x31, 0x01, 0x3b, 0x39, 0x5c, 0x8c, 0xfd, 0x08, 0xb2, 0x41,
+ 0x56, 0x3b, 0x9b, 0x38, 0x5a, 0x79, 0x6d, 0xaa, 0x5f, 0x65, 0xfd, 0xc6,
+ 0x56, 0xaf, 0x8d, 0xa8, 0x96, 0x86, 0x6e, 0xb4, 0xba, 0xda, 0x54, 0xbf,
+ 0xf7, 0x41, 0xfd, 0xda, 0x88, 0x32, 0xab, 0x17, 0x5b, 0x02, 0x0c, 0x8f,
+ 0xab, 0x64, 0x5c, 0xa6, 0x2b, 0x26, 0x28, 0x13, 0x4b, 0x37, 0xb7, 0x9d,
+ 0x6c, 0x2a, 0x5c, 0xdc, 0x83, 0xe8, 0x18, 0xe6, 0x41, 0xcc, 0x4b, 0x10,
+ 0x1d, 0x9f, 0x75, 0x90, 0xce, 0x5e, 0x0d, 0xc3, 0x9e, 0xf5, 0x11, 0x70,
+ 0xee, 0xf6, 0xb2, 0x01, 0xd4, 0x73, 0x25, 0x77, 0x20, 0x28, 0x2d, 0x6e,
+ 0x75, 0x53, 0xb6, 0x1a, 0x9a, 0x7d, 0x37, 0x26, 0xed, 0x8f, 0x8d, 0x75,
+ 0x57, 0x52, 0xa9, 0xe1, 0x5e, 0x8f, 0x84, 0x03, 0x73, 0xe3, 0x33, 0x05,
+ 0xc7, 0xea, 0x6d, 0x3f, 0x53, 0xe1, 0xd3, 0xf6, 0xc0, 0x67, 0x0a, 0x18,
+ 0xec, 0xcf, 0x94, 0x29, 0xa4, 0xcd, 0x67, 0x0a, 0x54, 0x94, 0x9f, 0xa9,
+ 0x90, 0x80, 0xc0, 0xd7, 0x8b, 0xb1, 0x82, 0xf3, 0x9a, 0xa4, 0x1a, 0xcf,
+ 0xf6, 0xde, 0xbc, 0xdb, 0x82, 0xdf, 0xc6, 0x88, 0xb6, 0x0b, 0xe3, 0x6e,
+ 0x45, 0x15, 0xff, 0xdc, 0xdd, 0x7e, 0xb3, 0x63, 0x93, 0xb1, 0x8f, 0xc3,
+ 0xbb, 0xae, 0x4e, 0xd6, 0xfd, 0x79, 0xa7, 0xfb, 0xa6, 0x6b, 0x93, 0x75,
+ 0x7f, 0xee, 0xef, 0x68, 0x63, 0xef, 0x49, 0xd2, 0xee, 0x13, 0xf6, 0x16,
+ 0xbf, 0x10, 0xba, 0xa6, 0xf0, 0x15, 0x73, 0x34, 0xe5, 0x5f, 0x31, 0x5d,
+ 0xd5, 0x9e, 0x43, 0x25, 0xbe, 0x62, 0xba, 0xa2, 0x7b, 0x0e, 0x91, 0xf5,
+ 0x15, 0x6b, 0xa7, 0xe6, 0xd9, 0x15, 0x16, 0x69, 0x6c, 0x69, 0xea, 0xd3,
+ 0xb3, 0x13, 0xdb, 0x65, 0xea, 0x55, 0xd4, 0x2a, 0x79, 0x56, 0xa4, 0x1e,
+ 0x4d, 0xf7, 0x80, 0xa8, 0xb5, 0xaa, 0xf6, 0xd7, 0xcc, 0x28, 0xd3, 0x8e,
+ 0x47, 0xd7, 0x77, 0xdd, 0x77, 0xbb, 0x56, 0xed, 0x7b, 0x35, 0xdd, 0x35,
+ 0x14, 0xdd, 0xf5, 0x28, 0xda, 0xeb, 0xee, 0xf8, 0xf5, 0xdc, 0xfc, 0x7b,
+ 0xa6, 0x69, 0x1d, 0x6e, 0xf3, 0x4d, 0xdf, 0x33, 0x3b, 0xab, 0x2d, 0x24,
+ 0xb5, 0xfb, 0x9a, 0x69, 0xa5, 0xb5, 0xa9, 0x76, 0x67, 0x21, 0xed, 0xda,
+ 0x48, 0x6a, 0xf9, 0x31, 0xd3, 0xea, 0x69, 0x53, 0xf5, 0xde, 0x87, 0xd4,
+ 0x6b, 0x23, 0x69, 0xe3, 0x6f, 0x99, 0x6a, 0x23, 0x9b, 0x0a, 0x97, 0x9f,
+ 0xa6, 0xb8, 0xe6, 0xd3, 0x14, 0xfb, 0x18, 0xba, 0x35, 0x0c, 0x5d, 0xeb,
+ 0x4b, 0xe1, 0x7c, 0xcb, 0x58, 0xdf, 0xf7, 0x7c, 0xcb, 0x4e, 0x12, 0xf7,
+ 0x5b, 0x96, 0x55, 0x19, 0x7b, 0x51, 0x8d, 0xdf, 0xbe, 0x6f, 0x99, 0xfd,
+ 0x45, 0xb2, 0xbe, 0x65, 0x4a, 0x0d, 0xf7, 0x5b, 0x96, 0x67, 0x33, 0xb8,
+ 0x44, 0xa4, 0xac, 0xb4, 0x82, 0xdd, 0x3b, 0x75, 0xb7, 0xc5, 0x73, 0x41,
+ 0xd1, 0x88, 0xb7, 0xae, 0x16, 0x31, 0x59, 0x32, 0xca, 0x7f, 0x21, 0x69,
+ 0x96, 0xdf, 0x3b, 0xcf, 0xde, 0x74, 0xa6, 0x3b, 0x61, 0x38, 0xce, 0x95,
+ 0xe2, 0xd6, 0x24, 0xc8, 0x92, 0x77, 0x54, 0xfd, 0xc2, 0xe0, 0x9d, 0xee,
+ 0x06, 0x02, 0x6f, 0x59, 0x4f, 0xa8, 0xd7, 0x2e, 0xde, 0x50, 0x98, 0xad,
+ 0x9e, 0xa3, 0xdd, 0x06, 0x02, 0x3d, 0x0d, 0xb7, 0x1f, 0xc7, 0x61, 0x8b,
+ 0x6b, 0x2c, 0xd2, 0xc7, 0xd1, 0xad, 0xe3, 0xe8, 0x5a, 0x0d, 0x43, 0xea,
+ 0xe5, 0x34, 0xe1, 0x73, 0x11, 0xe7, 0x69, 0xc7, 0xe7, 0x16, 0x5b, 0x40,
+ 0x64, 0xed, 0x6b, 0x26, 0xab, 0x4d, 0x5a, 0x8d, 0xd9, 0x51, 0xcc, 0x6d,
+ 0xd4, 0x70, 0x53, 0xc2, 0x68, 0xd5, 0xfc, 0x4a, 0x45, 0x4d, 0xb3, 0x46,
+ 0x02, 0xbd, 0x49, 0x59, 0x6d, 0x9b, 0x45, 0x49, 0x76, 0x20, 0x6d, 0xdf,
+ 0xbc, 0x6d, 0x46, 0x6c, 0xe2, 0x41, 0x69, 0x2d, 0x9b, 0xb9, 0x23, 0x54,
+ 0x36, 0xf5, 0x0d, 0x04, 0x7b, 0x9b, 0xbb, 0x23, 0x38, 0x7e, 0x82, 0x50,
+ 0x5b, 0x5d, 0xaf, 0xb6, 0x1b, 0x0a, 0x16, 0x66, 0x92, 0xca, 0xc7, 0x65,
+ 0xa5, 0x2c, 0xde, 0x87, 0x31, 0xda, 0x13, 0x6c, 0x04, 0xb7, 0x90, 0xeb,
+ 0x54, 0xbc, 0xa1, 0xb6, 0x55, 0xf3, 0x10, 0xf7, 0xb4, 0xaa, 0x77, 0x38,
+ 0xb1, 0xee, 0xc3, 0xf2, 0x5a, 0x56, 0xbe, 0x2b, 0x56, 0xd6, 0xfe, 0x26,
+ 0xa2, 0xbd, 0xd5, 0xef, 0x8a, 0x8e, 0x9f, 0x22, 0xd6, 0x56, 0xd9, 0xaf,
+ 0x71, 0x2b, 0xd1, 0x56, 0xa7, 0x0e, 0x8e, 0x48, 0xac, 0xa4, 0x8e, 0xed,
+ 0x78, 0x73, 0x60, 0x3a, 0xad, 0xa7, 0x00, 0x4d, 0x1a, 0x24, 0xbc, 0xf7,
+ 0x92, 0x04, 0x34, 0xac, 0x1d, 0xe0, 0xec, 0xf1, 0xc9, 0x1a, 0xe1, 0xdc,
+ 0x9c, 0xba, 0x43, 0x5c, 0xb2, 0x7e, 0xe0, 0xb3, 0x1f, 0x71, 0x6d, 0x74,
+ 0x8b, 0x9f, 0x02, 0x8a, 0xf9, 0x92, 0x78, 0x55, 0x64, 0x99, 0x07, 0xd2,
+ 0x1b, 0xb6, 0xe2, 0xef, 0xf8, 0x1b, 0xf4, 0xa9, 0xd1, 0xa0, 0x35, 0xea,
+ 0x3b, 0x61, 0xed, 0xd8, 0xe1, 0x76, 0x1b, 0x03, 0xca, 0x10, 0xd6, 0x32,
+ 0x74, 0x09, 0xb2, 0xbd, 0xb6, 0x93, 0xf2, 0xde, 0x6c, 0xa9, 0xba, 0xa0,
+ 0x78, 0x43, 0x21, 0x01, 0x5d, 0x1a, 0xc4, 0x84, 0x4b, 0x3d, 0xf6, 0x97,
+ 0x7a, 0xdc, 0x5c, 0xea, 0xf1, 0x46, 0xa5, 0x1e, 0x5b, 0xa5, 0x1e, 0x6f,
+ 0x5c, 0xea, 0xb1, 0xa7, 0xd4, 0x6b, 0xa5, 0x84, 0x4a, 0x3d, 0xb6, 0x4a,
+ 0xbd, 0x85, 0x90, 0x80, 0x2e, 0x0d, 0x62, 0xc2, 0xa5, 0xde, 0xf5, 0x97,
+ 0x7a, 0xb7, 0xb9, 0xd4, 0xbb, 0x1b, 0x95, 0x7a, 0xd7, 0x2a, 0xf5, 0xee,
+ 0xc6, 0xa5, 0xde, 0xf5, 0x94, 0x7a, 0xad, 0x94, 0x50, 0xa9, 0x77, 0xad,
+ 0x52, 0x6f, 0x21, 0x24, 0xa0, 0x4b, 0x83, 0x98, 0x70, 0xa9, 0xf7, 0xfc,
+ 0xa5, 0xde, 0x6b, 0x2e, 0xf5, 0xde, 0x46, 0xa5, 0xde, 0xb3, 0x4a, 0xbd,
+ 0xb7, 0x71, 0xa9, 0xf7, 0x3c, 0xa5, 0x5e, 0x2b, 0x25, 0x54, 0xea, 0x3d,
+ 0xab, 0xd4, 0x5b, 0x08, 0x09, 0xe8, 0xd2, 0x20, 0x26, 0x5c, 0xea, 0xc6,
+ 0x71, 0x9a, 0x35, 0xe4, 0x87, 0xa3, 0xe2, 0x70, 0x54, 0x37, 0x1c, 0xa5,
+ 0x1f, 0xea, 0xfe, 0xb7, 0xdc, 0x82, 0xab, 0x5e, 0xd1, 0x16, 0xaf, 0xff,
+ 0x04, 0x8f, 0x57, 0x0a, 0xf1, 0xe0, 0xa4, 0x7a, 0x98, 0x9e, 0x88, 0x87,
+ 0x0e, 0xfc, 0x6e, 0xcb, 0x16, 0x7f, 0xe3, 0x22, 0x9f, 0x0d, 0x2a, 0xff,
+ 0x22, 0xd5, 0xde, 0xcb, 0xdf, 0xeb, 0xd9, 0x0c, 0x5c, 0x69, 0xf1, 0xc9,
+ 0xe1, 0x77, 0x5b, 0x7e, 0xb7, 0xc5, 0x19, 0xf3, 0x56, 0x5d, 0x01, 0x88,
+ 0xd8, 0x50, 0x16, 0x77, 0xb6, 0x83, 0x53, 0xc3, 0x3c, 0x5b, 0x08, 0xf5,
+ 0x34, 0x7e, 0x16, 0xf3, 0x89, 0xbb, 0x86, 0xac, 0x13, 0xfb, 0xc7, 0x3f,
+ 0x46, 0x96, 0x1a, 0x68, 0x75, 0xcb, 0x93, 0x1c, 0xef, 0x17, 0x9e, 0x04,
+ 0x4f, 0x45, 0x42, 0xca, 0xf6, 0xcb, 0x37, 0x4a, 0x10, 0xf3, 0xc7, 0x27,
+ 0x92, 0x55, 0x7a, 0x66, 0xb5, 0xb1, 0xc8, 0xbf, 0x47, 0x1e, 0x6f, 0xf5,
+ 0x3e, 0x2c, 0xd2, 0x7c, 0x2f, 0xd3, 0xaa, 0x4c, 0xdc, 0x3c, 0x29, 0x49,
+ 0xb3, 0x15, 0xf3, 0x5d, 0x79, 0xd1, 0x7e, 0xc7, 0x7c, 0x8b, 0xbe, 0xf0,
+ 0x59, 0x8a, 0x55, 0x23, 0x1c, 0x98, 0x66, 0x49, 0x0b, 0x78, 0x73, 0x5e,
+ 0xe9, 0xe6, 0xb3, 0x6a, 0xe6, 0x1f, 0x93, 0x5a, 0x71, 0x03, 0xb9, 0x67,
+ 0xbb, 0x6b, 0xbb, 0xe6, 0xac, 0x67, 0xdb, 0x77, 0xd6, 0xb3, 0x5d, 0x73,
+ 0xd6, 0xb3, 0x6d, 0xdc, 0x44, 0x33, 0x37, 0x4a, 0xd3, 0x04, 0xd7, 0x5f,
+ 0x67, 0xc9, 0x32, 0x3a, 0x5f, 0xcc, 0x1e, 0xa3, 0x93, 0x05, 0xfb, 0x37,
+ 0x8d, 0x06, 0x8f, 0xb3, 0x6c, 0x31, 0xe1, 0xcf, 0xa3, 0xe7, 0x9c, 0x86,
+ 0x91, 0x00, 0xc5, 0xc9, 0x82, 0xc5, 0xcb, 0x68, 0x5d, 0x94, 0x0c, 0x63,
+ 0x45, 0xbb, 0x06, 0x63, 0x01, 0x79, 0x54, 0xa0, 0xb3, 0xaa, 0x88, 0x15,
+ 0xf7, 0x0b, 0x7e, 0x8d, 0x7e, 0x79, 0x96, 0x2d, 0x0e, 0xd6, 0xd3, 0x69,
+ 0xba, 0x3a, 0x4d, 0x17, 0x37, 0xe5, 0xad, 0xdd, 0x26, 0xc6, 0x52, 0xc4,
+ 0x75, 0x32, 0xc3, 0x6d, 0xcd, 0x39, 0x5c, 0x85, 0xbf, 0x38, 0x93, 0xec,
+ 0xfb, 0x2c, 0x83, 0xc9, 0x0d, 0xab, 0x2f, 0x99, 0xd6, 0x01, 0xa7, 0x63,
+ 0x62, 0x2f, 0x97, 0xf3, 0xe7, 0xf6, 0xa0, 0x55, 0xe7, 0x06, 0x49, 0xb5,
+ 0x07, 0x33, 0x4c, 0x1f, 0xe9, 0x0c, 0x77, 0x61, 0xf8, 0x56, 0x50, 0x09,
+ 0xc4, 0x07, 0x85, 0x9e, 0xd3, 0xa7, 0xa7, 0x3d, 0x34, 0x84, 0xf6, 0xf6,
+ 0x49, 0xeb, 0x01, 0x1a, 0xbd, 0x36, 0xb0, 0xf8, 0xa4, 0xa8, 0x6b, 0x7d,
+ 0xb3, 0x65, 0x11, 0xf7, 0x0f, 0x14, 0xc5, 0xd5, 0xd8, 0x37, 0x92, 0x61,
+ 0xd3, 0x0c, 0x24, 0xa4, 0x77, 0xef, 0xaf, 0x4f, 0x69, 0x68, 0x8c, 0xbd,
+ 0x7a, 0x3a, 0x62, 0xf0, 0xfd, 0xfa, 0x24, 0x4e, 0x2f, 0xae, 0xe2, 0x87,
+ 0x08, 0x0b, 0xfc, 0x6a, 0x70, 0xaa, 0xf6, 0x3d, 0x1c, 0x56, 0x18, 0x3b,
+ 0xbc, 0xa9, 0xfd, 0xec, 0x4c, 0x6c, 0x34, 0x89, 0x87, 0xfb, 0x21, 0x89,
+ 0x93, 0xa4, 0xbd, 0xc4, 0x8f, 0x45, 0x1a, 0x4d, 0xd1, 0xbf, 0x1b, 0xd0,
+ 0xb3, 0x8e, 0xb1, 0x5a, 0x45, 0xd3, 0x55, 0x3e, 0x57, 0x5d, 0x62, 0x5d,
+ 0xa4, 0xc7, 0x10, 0x0f, 0xf2, 0xc1, 0xe5, 0xd6, 0x31, 0x8b, 0x64, 0xfd,
+ 0xcc, 0x1e, 0xb8, 0xe0, 0xa1, 0x79, 0x21, 0x3f, 0xbc, 0xd0, 0xa9, 0x58,
+ 0x33, 0xf4, 0x7d, 0x7a, 0xb3, 0xe2, 0x4c, 0xeb, 0x24, 0xfc, 0xa1, 0x93,
+ 0x18, 0x7c, 0xbc, 0x51, 0x66, 0xdb, 0x1f, 0x49, 0xd1, 0xfb, 0x8b, 0x9b,
+ 0x59, 0xca, 0x5f, 0xb7, 0xfb, 0x09, 0x3e, 0xb3, 0xce, 0x97, 0xdf, 0x8b,
+ 0xf7, 0xef, 0xba, 0xaa, 0x53, 0xad, 0x8f, 0xc0, 0x23, 0xe0, 0xba, 0x59,
+ 0xc2, 0xdf, 0xf5, 0x41, 0xf1, 0x0b, 0x9b, 0x9b, 0x1b, 0xd9, 0xd7, 0x1d,
+ 0xc6, 0x49, 0x09, 0xc7, 0x18, 0xe3, 0xf5, 0x10, 0x67, 0x9d, 0x29, 0x71,
+ 0x43, 0x97, 0x20, 0xcd, 0xdc, 0xc4, 0x61, 0x42, 0x58, 0xa4, 0xf8, 0x56,
+ 0xf9, 0xc6, 0xe6, 0xd8, 0x32, 0x60, 0x60, 0x8f, 0xcf, 0xc6, 0xb6, 0xb1,
+ 0x34, 0x84, 0xe2, 0x4f, 0x27, 0x79, 0xa8, 0x49, 0xa7, 0xdb, 0x90, 0x8e,
+ 0xb1, 0xd9, 0x9c, 0xde, 0xa8, 0x11, 0x4d, 0x7c, 0x3b, 0xb7, 0x9e, 0xbd,
+ 0xf8, 0x7c, 0x10, 0x9d, 0xc7, 0xda, 0xc8, 0x16, 0x3e, 0xdc, 0x3e, 0x57,
+ 0xaf, 0xb7, 0x66, 0x29, 0x3f, 0xdf, 0x8e, 0x8c, 0x07, 0xd8, 0xea, 0xdb,
+ 0x7c, 0x9f, 0x4d, 0xd2, 0xeb, 0x64, 0x31, 0x51, 0x56, 0x46, 0x23, 0xff,
+ 0xa9, 0xf7, 0xc1, 0xd5, 0xc5, 0x9f, 0x99, 0x18, 0x10, 0x72, 0x07, 0x47,
+ 0xb3, 0xf8, 0x47, 0xfc, 0x73, 0x9f, 0xff, 0x81, 0xab, 0x8b, 0x9f, 0xdf,
+ 0x55, 0x3f, 0xe0, 0x54, 0xdb, 0x2b, 0xe7, 0x64, 0xb1, 0xc8, 0xef, 0x92,
+ 0x32, 0x6d, 0x92, 0xb5, 0xfb, 0xa6, 0xdb, 0xd7, 0xc5, 0xc5, 0xf1, 0x9b,
+ 0xae, 0x5f, 0x62, 0xa7, 0x77, 0x01, 0x93, 0xa2, 0xdd, 0x46, 0xed, 0xde,
+ 0xbc, 0x7b, 0xb7, 0x63, 0x6a, 0xc8, 0x42, 0x62, 0xaf, 0xcc, 0xfd, 0xa3,
+ 0xb3, 0xe8, 0x34, 0xbd, 0x49, 0xc6, 0x8f, 0x4d, 0x52, 0x3b, 0xdb, 0x86,
+ 0x96, 0xfe, 0xb3, 0x63, 0x10, 0xf7, 0xe7, 0xd7, 0x57, 0xac, 0xee, 0xd3,
+ 0x42, 0x13, 0xf8, 0xa6, 0x2f, 0x45, 0xf6, 0xde, 0x18, 0x42, 0xf7, 0xde,
+ 0x18, 0x79, 0xc7, 0xdb, 0x20, 0xa1, 0x65, 0x22, 0x07, 0x17, 0x69, 0x53,
+ 0xed, 0x1f, 0x5f, 0x9a, 0x14, 0x28, 0xbe, 0x66, 0xa1, 0x57, 0x51, 0xc6,
+ 0x0e, 0x95, 0x57, 0x98, 0x69, 0xa9, 0x41, 0xb9, 0x25, 0x54, 0x84, 0xac,
+ 0x19, 0xe3, 0x77, 0xeb, 0xea, 0x36, 0x9b, 0x96, 0xa1, 0xf6, 0x7d, 0x72,
+ 0xde, 0x51, 0x8d, 0x5b, 0x5a, 0xff, 0x79, 0x7b, 0x1e, 0xbe, 0x38, 0x52,
+ 0xbd, 0xf5, 0x09, 0x1a, 0x21, 0x30, 0xe9, 0x63, 0x2f, 0x7d, 0x1c, 0xe8,
+ 0x15, 0xe6, 0x57, 0xd9, 0xf3, 0x8c, 0xd7, 0x78, 0xc7, 0x1b, 0xc8, 0x13,
+ 0x18, 0x56, 0x1c, 0x24, 0x30, 0x9f, 0x3d, 0x3e, 0x3f, 0x3b, 0x8a, 0x3e,
+ 0x8b, 0x6e, 0x16, 0x0d, 0x5c, 0x47, 0xa5, 0xdf, 0x5d, 0x80, 0xd1, 0x36,
+ 0x74, 0x50, 0xba, 0x60, 0xc5, 0x07, 0x6e, 0x44, 0xc7, 0x25, 0x18, 0x74,
+ 0x63, 0x33, 0x3d, 0xd9, 0x3d, 0x2b, 0xe7, 0x9c, 0xca, 0xa1, 0x09, 0xee,
+ 0x29, 0x83, 0x8f, 0xfb, 0xf2, 0x36, 0x65, 0xdc, 0xd7, 0x78, 0xdb, 0xb7,
+ 0xf8, 0x4e, 0x37, 0xbb, 0x26, 0xb9, 0x3f, 0x2e, 0x27, 0x60, 0x51, 0x6d,
+ 0x95, 0xdf, 0xe8, 0x67, 0x54, 0x8e, 0x5d, 0x51, 0x4e, 0x16, 0x1d, 0x67,
+ 0xab, 0xf9, 0x7d, 0x02, 0x9b, 0xd5, 0x68, 0x5d, 0x54, 0x0a, 0x19, 0x4d,
+ 0x59, 0x38, 0x0b, 0x1e, 0xad, 0x91, 0xcc, 0xc8, 0xc1, 0x50, 0x57, 0x81,
+ 0x3b, 0x2e, 0x05, 0x77, 0x9d, 0xfb, 0xa7, 0xa7, 0x32, 0x57, 0xa9, 0x9e,
+ 0x85, 0x42, 0x3a, 0x2d, 0x2d, 0x96, 0xe9, 0x38, 0x63, 0x62, 0xc0, 0x52,
+ 0xc2, 0x24, 0x7d, 0x30, 0x1d, 0x35, 0x7c, 0x07, 0x36, 0x75, 0x44, 0x99,
+ 0x24, 0x4c, 0xa2, 0xce, 0xff, 0x98, 0xaf, 0xa3, 0x49, 0xbe, 0xf8, 0xa1,
+ 0x8c, 0xee, 0x13, 0x31, 0x9d, 0x4d, 0xcb, 0xef, 0xcc, 0x03, 0xac, 0xcf,
+ 0x11, 0xd7, 0x94, 0xe9, 0x25, 0x9e, 0x89, 0xcb, 0xac, 0x9c, 0x0b, 0xeb,
+ 0x26, 0x07, 0x6b, 0x70, 0xe4, 0x69, 0x8e, 0x81, 0xbf, 0xbb, 0x21, 0xbe,
+ 0xb2, 0x62, 0x15, 0xcd, 0x66, 0xe3, 0x4c, 0xe7, 0x08, 0x5e, 0x2d, 0x41,
+ 0x39, 0x31, 0x05, 0xaa, 0xb2, 0xca, 0x26, 0x0f, 0xa3, 0xed, 0x7a, 0xbe,
+ 0x4e, 0x88, 0xcf, 0xe8, 0xa0, 0xc7, 0xf9, 0x8a, 0xcd, 0xb4, 0xd5, 0xa8,
+ 0x8f, 0xcf, 0xca, 0xf9, 0xfc, 0x62, 0x0a, 0x31, 0xe7, 0xf1, 0x7b, 0x1e,
+ 0x10, 0x6a, 0x87, 0xe3, 0x64, 0x71, 0x99, 0xc2, 0xec, 0xe0, 0x7a, 0x2d,
+ 0x8d, 0xf2, 0x55, 0x43, 0x44, 0x32, 0xbf, 0x9e, 0x24, 0x52, 0x72, 0x87,
+ 0x97, 0x53, 0x34, 0xc3, 0x50, 0x31, 0x9f, 0xca, 0xd7, 0x2c, 0x11, 0x56,
+ 0x4c, 0x9d, 0x30, 0x5f, 0x5c, 0xc7, 0x17, 0x87, 0xf9, 0xba, 0x75, 0x7c,
+ 0xdd, 0x30, 0x5f, 0xaf, 0x8e, 0xaf, 0xd7, 0x58, 0x0e, 0xd8, 0xd0, 0xec,
+ 0x92, 0xc0, 0x40, 0xaf, 0x4c, 0xac, 0xab, 0xce, 0x06, 0xb4, 0xf1, 0x06,
+ 0xb4, 0xdd, 0x0d, 0x68, 0x1b, 0x73, 0x06, 0xd7, 0xfb, 0xf6, 0x3f, 0x54,
+ 0x23, 0xc6, 0x0a, 0x02, 0x97, 0xbc, 0xad, 0xd8, 0xf7, 0xd0, 0x43, 0x2d,
+ 0xa4, 0x89, 0x04, 0x75, 0x0c, 0x28, 0x62, 0xae, 0xe4, 0x54, 0xb6, 0x3e,
+ 0x7b, 0x46, 0x30, 0xb9, 0xf9, 0xa3, 0x77, 0x33, 0xe8, 0x76, 0x98, 0x4e,
+ 0x32, 0x11, 0xf3, 0x5f, 0x6e, 0x07, 0x7d, 0xf1, 0x99, 0xcd, 0x98, 0x52,
+ 0x19, 0xf4, 0x7b, 0x40, 0x43, 0xf8, 0x84, 0xd8, 0xfd, 0x96, 0xcf, 0x66,
+ 0x02, 0xc1, 0x01, 0x39, 0x85, 0xbc, 0x36, 0xd3, 0x7e, 0xba, 0xb4, 0x59,
+ 0x02, 0xea, 0xbb, 0xe0, 0x32, 0x75, 0xfc, 0xb2, 0x3a, 0x41, 0x59, 0x55,
+ 0xcd, 0xfb, 0xb8, 0xd8, 0x52, 0xcd, 0x0e, 0x8c, 0x43, 0x29, 0xf8, 0x69,
+ 0xf9, 0xfe, 0x23, 0x7f, 0x71, 0xff, 0xfa, 0x4f, 0x47, 0xbf, 0x08, 0xf3,
+ 0x4b, 0x85, 0x51, 0xff, 0xa5, 0x30, 0xe1, 0x17, 0xbd, 0xa8, 0x08, 0x6c,
+ 0x1b, 0x98, 0xda, 0x62, 0x73, 0x9e, 0x3c, 0x74, 0x3b, 0x7b, 0xfd, 0xbe,
+ 0xd7, 0xa4, 0xe5, 0xe0, 0x4a, 0x7f, 0xf9, 0xa8, 0x68, 0x47, 0x63, 0xcb,
+ 0xc4, 0xd3, 0x95, 0xfe, 0xe2, 0x51, 0x27, 0x8b, 0x6d, 0xb2, 0xae, 0x97,
+ 0xac, 0x6b, 0x93, 0xf5, 0xbc, 0x64, 0x3d, 0x9b, 0xac, 0xef, 0x25, 0xeb,
+ 0xdb, 0x64, 0x3b, 0x5e, 0xb2, 0x1d, 0x9b, 0x6c, 0xd7, 0x4b, 0xb6, 0x6b,
+ 0x93, 0xed, 0x79, 0xc9, 0xf6, 0xcc, 0xca, 0xc9, 0xd0, 0xae, 0x86, 0x68,
+ 0x18, 0xfa, 0x85, 0x29, 0x16, 0x2e, 0xad, 0x7f, 0x80, 0xa9, 0x31, 0xf1,
+ 0xa7, 0x39, 0xb7, 0xaa, 0x37, 0x3f, 0xe2, 0xd8, 0x1f, 0xc1, 0x6d, 0x4d,
+ 0x3b, 0x50, 0x6d, 0x0f, 0x7c, 0xc7, 0x56, 0xcd, 0xc2, 0xc0, 0x07, 0x0a,
+ 0xfe, 0x3d, 0x9c, 0x94, 0x6b, 0xae, 0x04, 0xe6, 0xce, 0x96, 0xc1, 0x92,
+ 0xad, 0xba, 0xc4, 0x5e, 0xda, 0xa9, 0xb1, 0x2e, 0x9a, 0x15, 0x87, 0xf9,
+ 0xfa, 0xba, 0xca, 0x36, 0x86, 0xbf, 0xaa, 0xd3, 0x83, 0xa7, 0xfe, 0xb2,
+ 0x78, 0xa5, 0x1e, 0xd4, 0xd9, 0x09, 0xf2, 0x01, 0xca, 0x4a, 0x2c, 0x2c,
+ 0xf0, 0x78, 0x95, 0xfe, 0xe7, 0x3a, 0x05, 0xcb, 0xdb, 0x7c, 0x75, 0xaf,
+ 0x4b, 0x53, 0x71, 0xae, 0x3c, 0xbd, 0x5f, 0x95, 0xd7, 0xef, 0xaf, 0x57,
+ 0xd9, 0xe4, 0x26, 0x7d, 0x9f, 0xac, 0x26, 0x30, 0x1b, 0xfb, 0x90, 0xc3,
+ 0x89, 0xf6, 0xfb, 0xd7, 0x07, 0x18, 0x1a, 0xc9, 0xe0, 0x88, 0x85, 0x1b,
+ 0xb5, 0xc9, 0x7e, 0x47, 0xca, 0x68, 0x8b, 0xd6, 0x9d, 0x7c, 0xf6, 0x4f,
+ 0x6a, 0xf8, 0xe2, 0x1a, 0xbe, 0xd8, 0xe6, 0xb3, 0x0c, 0x85, 0xb8, 0xd6,
+ 0x4f, 0xdc, 0x84, 0x0c, 0x33, 0x21, 0xae, 0xed, 0x93, 0xa6, 0xb2, 0x88,
+ 0x03, 0x65, 0x11, 0x5b, 0x65, 0x11, 0x87, 0xcb, 0x22, 0xae, 0x2b, 0x8b,
+ 0x38, 0x5c, 0x16, 0x71, 0x5d, 0x59, 0x38, 0x46, 0x53, 0x5c, 0xab, 0x29,
+ 0x6e, 0x42, 0x9e, 0xb2, 0x88, 0x5b, 0x97, 0xc5, 0x16, 0x9a, 0x5e, 0x89,
+ 0x9c, 0xc2, 0x30, 0xcd, 0x09, 0xde, 0xe7, 0xaf, 0xef, 0x99, 0xd6, 0x86,
+ 0xdd, 0x50, 0xf0, 0x60, 0xc2, 0x5a, 0xe0, 0xa8, 0xbc, 0xcf, 0x47, 0x10,
+ 0x69, 0x7c, 0xfd, 0xfd, 0xed, 0xef, 0xb7, 0xc8, 0x74, 0x6f, 0xf2, 0x9d,
+ 0xf3, 0xa9, 0xf3, 0xd7, 0xd5, 0x6f, 0x96, 0x03, 0x94, 0xef, 0x9c, 0x13,
+ 0x00, 0x61, 0xfe, 0xe7, 0x1b, 0x37, 0x7a, 0x69, 0xc4, 0x68, 0xfc, 0xa4,
+ 0xa6, 0x1f, 0xe4, 0x76, 0x3a, 0x80, 0x5d, 0x87, 0x16, 0xa7, 0xaf, 0x26,
+ 0x43, 0x19, 0xfe, 0xba, 0x96, 0xad, 0x25, 0xfc, 0x84, 0xf6, 0x1d, 0xe4,
+ 0x76, 0x5a, 0x79, 0x4d, 0x86, 0x43, 0x4d, 0xd7, 0x9f, 0x61, 0xf8, 0x28,
+ 0x09, 0x73, 0x50, 0xde, 0x26, 0x5c, 0xe6, 0xcb, 0x6c, 0xfc, 0x3e, 0x9d,
+ 0x2d, 0x21, 0x65, 0xbf, 0x08, 0x88, 0xb5, 0x36, 0x0b, 0xb8, 0xe9, 0xdc,
+ 0x08, 0xed, 0xa5, 0xad, 0xe0, 0xc1, 0xb3, 0xb4, 0x13, 0x56, 0xe9, 0x29,
+ 0x68, 0xe0, 0xcd, 0xa5, 0xd6, 0x7e, 0x6b, 0x9a, 0x61, 0x63, 0xdb, 0xaf,
+ 0xa9, 0xd1, 0xe6, 0xf6, 0x8f, 0x1f, 0x6a, 0x21, 0xe0, 0x5e, 0x2b, 0x94,
+ 0x6a, 0x17, 0x2f, 0x5c, 0x2c, 0x06, 0xaf, 0x5b, 0x1a, 0xb6, 0xa5, 0xae,
+ 0xca, 0x0e, 0xd1, 0x26, 0xc6, 0xba, 0xc0, 0x86, 0x54, 0xf5, 0x8e, 0x7d,
+ 0x63, 0x13, 0x61, 0x82, 0xbd, 0x7a, 0xb2, 0xee, 0x61, 0xb6, 0x5f, 0xad,
+ 0x7b, 0x8c, 0x85, 0x55, 0x2a, 0xd4, 0xd9, 0x0b, 0x0b, 0x30, 0x3a, 0x89,
+ 0x2b, 0x66, 0x3b, 0x65, 0xb9, 0x9b, 0x2c, 0xe8, 0xcc, 0x1d, 0xb2, 0x79,
+ 0xb6, 0x10, 0xb2, 0xe5, 0x66, 0xaf, 0xdb, 0xca, 0x79, 0xb6, 0x0e, 0xa1,
+ 0xfd, 0x79, 0x5a, 0x3a, 0x8f, 0x7d, 0x8d, 0xd1, 0x8d, 0xad, 0xdd, 0x23,
+ 0xca, 0xa9, 0x63, 0x29, 0x78, 0xff, 0x5f, 0xaa, 0xc9, 0xa2, 0x60, 0x1f,
+ 0xad, 0x92, 0xfb, 0x11, 0x9f, 0xe1, 0x74, 0xbc, 0x2c, 0xaf, 0xeb, 0x58,
+ 0x62, 0x1f, 0xcb, 0x41, 0x6d, 0x2a, 0x5d, 0x2f, 0x4b, 0x6d, 0x2a, 0xbd,
+ 0x60, 0x4f, 0x18, 0xe2, 0x81, 0x94, 0xe1, 0x8e, 0xc0, 0xea, 0x29, 0xbf,
+ 0x45, 0xee, 0x14, 0x10, 0x26, 0x56, 0xa2, 0x1b, 0x16, 0xc3, 0x1c, 0x8b,
+ 0xee, 0xa4, 0xe2, 0x92, 0x14, 0x97, 0xc9, 0x3d, 0xb7, 0x08, 0xe3, 0x21,
+ 0x69, 0xee, 0xd7, 0xfe, 0x94, 0xff, 0x1e, 0x09, 0x7b, 0xdb, 0xd2, 0x13,
+ 0xf3, 0xdd, 0x98, 0xba, 0xbf, 0x22, 0x7e, 0x49, 0x17, 0xe9, 0x2a, 0x99,
+ 0xd9, 0xdb, 0x26, 0xbc, 0x01, 0xcb, 0x4e, 0x72, 0x9f, 0x95, 0xb7, 0xd1,
+ 0x64, 0x9d, 0xcc, 0xa2, 0xf7, 0x91, 0x50, 0x82, 0x55, 0x7a, 0xad, 0x4a,
+ 0x5b, 0x51, 0x78, 0x4a, 0xed, 0x11, 0x7e, 0xb1, 0x2e, 0x6e, 0xe1, 0x4d,
+ 0xa0, 0x98, 0xb1, 0xc3, 0x2e, 0x50, 0x7d, 0x86, 0x9e, 0xd4, 0x3c, 0x7e,
+ 0xf7, 0x35, 0xe0, 0x55, 0x9a, 0xf0, 0xaf, 0x65, 0x65, 0x2e, 0x5f, 0x2b,
+ 0x9f, 0x4b, 0x11, 0x0b, 0x46, 0xfb, 0xeb, 0xf2, 0x24, 0xa5, 0x95, 0x79,
+ 0x09, 0xf6, 0xd5, 0xd9, 0xaf, 0x42, 0x1b, 0x50, 0x45, 0xec, 0x10, 0x22,
+ 0xe1, 0xef, 0xa2, 0x8d, 0xa8, 0x65, 0xb2, 0xfa, 0x02, 0xbb, 0xc0, 0xe9,
+ 0x43, 0xb9, 0x4a, 0xb8, 0xc8, 0xad, 0xe8, 0x0f, 0xb8, 0x94, 0xe2, 0x14,
+ 0x17, 0x9c, 0xe0, 0x08, 0xe2, 0x1b, 0xa5, 0xf2, 0xed, 0x46, 0x25, 0x93,
+ 0x7d, 0x23, 0x1f, 0xe1, 0xf9, 0x25, 0x98, 0x94, 0xd0, 0x07, 0x4e, 0x24,
+ 0x93, 0x82, 0x81, 0xe8, 0x92, 0xd3, 0x38, 0xa2, 0xfd, 0xcd, 0xe9, 0x2c,
+ 0x1b, 0xaf, 0x72, 0x38, 0x84, 0x84, 0x7f, 0x5f, 0x63, 0x20, 0xec, 0x53,
+ 0x39, 0xd9, 0x03, 0x1d, 0x74, 0x1b, 0x27, 0x22, 0xf5, 0x0f, 0xeb, 0x39,
+ 0x72, 0x56, 0xb9, 0x09, 0xd7, 0xa6, 0x35, 0xaa, 0xbf, 0x89, 0x0e, 0xd7,
+ 0xe5, 0x63, 0x34, 0x78, 0x1c, 0xcf, 0x6c, 0xa9, 0x2c, 0x16, 0xe2, 0x30,
+ 0x4a, 0xb4, 0x9b, 0xfa, 0xbe, 0xe4, 0xd3, 0x26, 0xfa, 0x93, 0xd8, 0xaf,
+ 0xd1, 0x0f, 0x0c, 0xeb, 0x12, 0x4d, 0x1e, 0xbe, 0x59, 0xa2, 0xfe, 0xb2,
+ 0xae, 0x3e, 0x3b, 0x81, 0x41, 0x54, 0xf4, 0xed, 0xd0, 0x08, 0x0b, 0x23,
+ 0xb0, 0x3f, 0x0e, 0x15, 0xb0, 0x53, 0x55, 0x43, 0x36, 0x76, 0x36, 0xb4,
+ 0x2a, 0x5b, 0x7d, 0xe1, 0xdc, 0x8b, 0x1e, 0xfa, 0xfe, 0x84, 0x3f, 0x15,
+ 0x3b, 0x81, 0xdb, 0xfb, 0xc0, 0x46, 0xe3, 0x77, 0x47, 0x83, 0x8f, 0xac,
+ 0xad, 0x5e, 0xe7, 0x79, 0x19, 0x2d, 0xd2, 0x74, 0xc2, 0xe6, 0x7f, 0x60,
+ 0xbb, 0x7d, 0xb9, 0x04, 0xe3, 0xec, 0x78, 0x3e, 0xe1, 0xbd, 0x4e, 0x04,
+ 0xb7, 0x00, 0x64, 0x01, 0xc9, 0x57, 0x74, 0xa1, 0x11, 0x09, 0xf7, 0x15,
+ 0xaa, 0x65, 0xbe, 0xda, 0x2d, 0xf0, 0xec, 0x38, 0xe8, 0x7c, 0x47, 0x70,
+ 0x3c, 0xbb, 0xca, 0x17, 0xd9, 0x58, 0x79, 0x93, 0xc2, 0xac, 0x44, 0xab,
+ 0x64, 0x21, 0x26, 0x15, 0xb0, 0xe8, 0x63, 0x21, 0xd2, 0x50, 0xfb, 0x25,
+ 0x44, 0x58, 0xe5, 0x21, 0xaa, 0xc2, 0x2a, 0x8e, 0x8b, 0x6c, 0xa2, 0x6d,
+ 0xc0, 0x0e, 0xd0, 0x8b, 0x50, 0x74, 0x0a, 0xbe, 0x3d, 0x40, 0x9e, 0xe9,
+ 0xac, 0xeb, 0xf5, 0x34, 0x19, 0x97, 0xba, 0x5b, 0x37, 0x10, 0x70, 0xb9,
+ 0x9c, 0x33, 0x19, 0xa3, 0xe5, 0x31, 0xc6, 0x19, 0xb3, 0xa8, 0x3a, 0xfa,
+ 0xcc, 0xa5, 0x3f, 0xac, 0xa3, 0x9f, 0xb8, 0xf4, 0x67, 0xba, 0x45, 0x4e,
+ 0x9d, 0x96, 0x4d, 0xb0, 0xf0, 0xd0, 0xd0, 0xea, 0x46, 0x01, 0xe2, 0xe4,
+ 0xc1, 0x21, 0xce, 0x86, 0xe9, 0x6a, 0x1e, 0xe9, 0xf2, 0x81, 0x61, 0xb5,
+ 0x9c, 0x2f, 0x41, 0x73, 0x88, 0xb4, 0xdc, 0x28, 0x09, 0x06, 0x2d, 0x0d,
+ 0x87, 0xc1, 0x74, 0x9b, 0x04, 0xd1, 0xe7, 0xcb, 0x74, 0x01, 0x25, 0x0d,
+ 0x6f, 0x04, 0xd9, 0x9f, 0x66, 0xa9, 0x17, 0xb3, 0x0c, 0xae, 0x4a, 0xfd,
+ 0x2c, 0xe2, 0xd0, 0xdb, 0xca, 0x35, 0x9c, 0xf2, 0x49, 0x07, 0x52, 0xf2,
+ 0xd2, 0xe0, 0x42, 0x78, 0x1e, 0xc2, 0xc0, 0xad, 0xe8, 0x36, 0x5f, 0x65,
+ 0x7f, 0x63, 0x73, 0xfe, 0xc4, 0xb4, 0x75, 0xfd, 0x76, 0x00, 0x5e, 0x08,
+ 0xd2, 0xaa, 0x6c, 0x93, 0x31, 0xf0, 0xe1, 0xa0, 0x7e, 0x3e, 0x9d, 0xb2,
+ 0x96, 0x6d, 0x93, 0x73, 0x77, 0x30, 0x26, 0x17, 0x67, 0x62, 0x05, 0x77,
+ 0xb0, 0x9e, 0x2f, 0x8d, 0x61, 0x3f, 0x81, 0x45, 0xa4, 0x95, 0xc4, 0x34,
+ 0x59, 0x74, 0x30, 0x01, 0xe7, 0x23, 0x01, 0xd4, 0xb1, 0x4b, 0x1d, 0x7b,
+ 0xa9, 0x31, 0x90, 0xb7, 0xf7, 0x84, 0x2d, 0x02, 0xb2, 0x69, 0xd5, 0x09,
+ 0xf0, 0x08, 0x13, 0xef, 0xc0, 0x64, 0xc9, 0xf8, 0xe0, 0x71, 0xb8, 0x2c,
+ 0x86, 0x89, 0xa7, 0xcb, 0xff, 0x82, 0x27, 0x5c, 0x72, 0x4c, 0x51, 0xf7,
+ 0xf3, 0xa2, 0xa1, 0xbc, 0xc1, 0xe7, 0xfa, 0x3d, 0xd5, 0x2f, 0xf7, 0x89,
+ 0x6e, 0x72, 0x88, 0xdf, 0xe8, 0x3b, 0x74, 0x5a, 0x03, 0x29, 0x49, 0x0a,
+ 0x9d, 0xf5, 0xf2, 0xe2, 0x2c, 0x5a, 0xe3, 0x50, 0x3b, 0x03, 0xbf, 0x9d,
+ 0x15, 0x33, 0x2b, 0xb3, 0x8f, 0x10, 0x8e, 0xee, 0x3c, 0xad, 0x76, 0x19,
+ 0x09, 0xd3, 0xee, 0x70, 0x9a, 0x09, 0x99, 0x01, 0xef, 0xa8, 0xa0, 0xe9,
+ 0xa7, 0xa2, 0xb0, 0x73, 0x82, 0x65, 0xb1, 0x25, 0xcb, 0x04, 0xb3, 0x23,
+ 0xdd, 0xed, 0x39, 0x83, 0x12, 0x96, 0x98, 0xb4, 0x50, 0xc8, 0xaa, 0x93,
+ 0x2f, 0xb7, 0x61, 0x74, 0x4a, 0xe1, 0x9e, 0x4c, 0x99, 0x0a, 0x8f, 0x7d,
+ 0xec, 0x5b, 0x6c, 0x17, 0xb9, 0x62, 0xff, 0x74, 0xa4, 0x18, 0x75, 0xce,
+ 0x4f, 0x3e, 0xa6, 0x73, 0xf6, 0x1d, 0x67, 0x5f, 0x9e, 0x94, 0xab, 0x25,
+ 0x39, 0x59, 0xcb, 0x4d, 0x26, 0x51, 0xc2, 0xc6, 0x5a, 0x78, 0xf3, 0x0e,
+ 0xb9, 0x4a, 0x25, 0xa1, 0x3c, 0xb5, 0xf1, 0x09, 0x36, 0xbf, 0x81, 0x97,
+ 0xc9, 0x7c, 0x29, 0x1b, 0x24, 0xcb, 0xcb, 0x2a, 0x65, 0x39, 0x5e, 0xc0,
+ 0xe8, 0x0c, 0x02, 0x45, 0x21, 0x5f, 0x62, 0xe0, 0x10, 0x89, 0x80, 0x5e,
+ 0xee, 0xfb, 0x9a, 0x47, 0x2a, 0x6e, 0x16, 0x51, 0xcb, 0x02, 0x4e, 0x43,
+ 0xa3, 0x31, 0x1b, 0x4f, 0x71, 0xde, 0x52, 0x26, 0x62, 0x34, 0xd7, 0x54,
+ 0xc3, 0xe1, 0x15, 0x69, 0x99, 0x8a, 0x03, 0x41, 0xc9, 0x9b, 0x9b, 0x25,
+ 0x76, 0x9c, 0x27, 0x05, 0x34, 0x38, 0x4d, 0x3e, 0x2f, 0xf8, 0x93, 0x64,
+ 0x8c, 0x12, 0x40, 0x80, 0xa0, 0x71, 0x3e, 0xba, 0xf5, 0x87, 0x61, 0x58,
+ 0x34, 0xd2, 0x5f, 0x98, 0xb6, 0x17, 0x27, 0x33, 0x0a, 0x99, 0xfe, 0x0e,
+ 0xc2, 0x67, 0xe9, 0xe4, 0x18, 0x9d, 0x1f, 0x62, 0x51, 0x1a, 0x9f, 0xb9,
+ 0xea, 0xfb, 0x93, 0xe9, 0xd2, 0xb2, 0x22, 0x12, 0xfb, 0x2e, 0xac, 0xba,
+ 0xca, 0xe8, 0x6f, 0xe9, 0x2a, 0xc7, 0xcb, 0x99, 0xcf, 0x9f, 0xff, 0x14,
+ 0xdd, 0x60, 0x07, 0xc2, 0x6f, 0x61, 0xc6, 0xca, 0xea, 0x3a, 0x67, 0x73,
+ 0x69, 0x56, 0xfa, 0xb9, 0x1a, 0x99, 0xf0, 0x7c, 0x8e, 0x7f, 0x3b, 0xe0,
+ 0xf7, 0x77, 0xd6, 0xa7, 0x87, 0x77, 0x40, 0xf0, 0x6f, 0x52, 0xd1, 0xa0,
+ 0xfa, 0x90, 0x2a, 0x1b, 0x0c, 0xd8, 0x48, 0xc0, 0x5b, 0x29, 0x34, 0x54,
+ 0x74, 0x2b, 0x55, 0xc9, 0xde, 0x8a, 0x8a, 0xdc, 0x18, 0x2e, 0xd9, 0x14,
+ 0x26, 0x79, 0x2c, 0x38, 0x01, 0x9b, 0x60, 0x2e, 0xa2, 0xfb, 0x5b, 0xf6,
+ 0x1f, 0x5d, 0x32, 0x13, 0x5a, 0xe0, 0x95, 0xa6, 0xd4, 0x9e, 0x13, 0x48,
+ 0x19, 0x56, 0xb0, 0xf1, 0x11, 0xb4, 0x9b, 0xcd, 0x7f, 0xfd, 0x57, 0xe4,
+ 0x96, 0xa8, 0xc9, 0x8f, 0xdd, 0xd1, 0xae, 0x4a, 0x36, 0x97, 0x67, 0x02,
+ 0x99, 0x68, 0xb8, 0xd6, 0xa2, 0x7c, 0xbf, 0xf9, 0x6a, 0xd5, 0xe8, 0xba,
+ 0x62, 0xbb, 0xc1, 0xc8, 0x8f, 0xd9, 0x93, 0x51, 0xae, 0x68, 0x51, 0x66,
+ 0x3a, 0x58, 0x93, 0x41, 0xc9, 0xdf, 0xff, 0x02, 0xb6, 0xa7, 0x59, 0xe1,
+ 0xb0, 0xff, 0x4e, 0xd2, 0x9b, 0x55, 0xca, 0xaa, 0x32, 0xe1, 0x63, 0x40,
+ 0x84, 0x4b, 0x94, 0xe5, 0x3c, 0x4a, 0xee, 0x93, 0x47, 0x7e, 0x89, 0x51,
+ 0xb8, 0x03, 0x33, 0x04, 0xec, 0x47, 0x37, 0x79, 0x3e, 0x89, 0x70, 0xaa,
+ 0x0e, 0x0d, 0x02, 0x6f, 0x93, 0x83, 0xc4, 0xed, 0x37, 0x1d, 0x46, 0xd0,
+ 0xd9, 0x06, 0xb9, 0x28, 0xab, 0xb3, 0xbd, 0x0d, 0xf2, 0x2c, 0x77, 0xbf,
+ 0xf9, 0x32, 0x5f, 0x41, 0x1e, 0xd8, 0xda, 0xe5, 0x26, 0x71, 0xbe, 0xde,
+ 0x2a, 0x23, 0x72, 0x32, 0xc1, 0xea, 0x22, 0x90, 0x47, 0xa3, 0x2b, 0x1f,
+ 0xa6, 0x2b, 0x1c, 0x96, 0xd9, 0x4c, 0xb1, 0x56, 0xea, 0x64, 0x23, 0xa9,
+ 0xf6, 0xed, 0x40, 0x56, 0x54, 0x7f, 0x5d, 0x17, 0xe5, 0x1c, 0x5c, 0xa5,
+ 0xbd, 0x64, 0x23, 0x10, 0x9b, 0x93, 0xbe, 0x32, 0x67, 0x2a, 0x55, 0x4a,
+ 0x72, 0x02, 0xd2, 0x32, 0x29, 0xf8, 0x06, 0xe8, 0xd2, 0x45, 0xa5, 0x84,
+ 0xc5, 0x8b, 0x29, 0xcb, 0x53, 0x72, 0xf2, 0x3d, 0x8c, 0x50, 0x68, 0x6e,
+ 0x96, 0x77, 0xc0, 0x1f, 0x38, 0xeb, 0x0f, 0xd0, 0x9f, 0xd1, 0x89, 0x11,
+ 0x1f, 0xb4, 0x30, 0x50, 0x53, 0xea, 0x85, 0x79, 0x5c, 0x08, 0x5f, 0x70,
+ 0xcf, 0x69, 0x21, 0x7c, 0xf1, 0xb5, 0x11, 0x0c, 0xa8, 0xcc, 0x7d, 0xf6,
+ 0x73, 0xe3, 0x1a, 0xd4, 0x33, 0x8f, 0x1d, 0x75, 0x61, 0x63, 0x57, 0x3f,
+ 0x67, 0xe0, 0x44, 0x6a, 0x78, 0x83, 0x44, 0x58, 0x26, 0x2e, 0xee, 0xe7,
+ 0xea, 0x76, 0x8d, 0x31, 0xb3, 0x90, 0x03, 0x9a, 0xf6, 0x42, 0xc4, 0x64,
+ 0x31, 0x92, 0x5b, 0x78, 0xec, 0x74, 0x30, 0xf2, 0xf3, 0x85, 0xe6, 0x1a,
+ 0xc4, 0x60, 0x00, 0x8f, 0x77, 0x5e, 0x8e, 0xe9, 0x34, 0xc0, 0x72, 0xf1,
+ 0xf9, 0x4c, 0x7c, 0x0b, 0xff, 0x2c, 0x3e, 0x84, 0x4a, 0x29, 0xa6, 0xd1,
+ 0x9f, 0x61, 0x34, 0x80, 0x8c, 0xd5, 0xe5, 0x4b, 0x0c, 0x0a, 0xb8, 0x89,
+ 0xb1, 0x3f, 0x10, 0x02, 0xb8, 0xe9, 0x50, 0x96, 0xe5, 0xce, 0x67, 0x16,
+ 0xbe, 0x3f, 0x36, 0xfa, 0x04, 0x1f, 0xca, 0xf9, 0xd8, 0x98, 0x72, 0x9b,
+ 0xf7, 0x05, 0x1b, 0x5a, 0x97, 0xfc, 0xc6, 0xb0, 0x18, 0xe9, 0x91, 0x97,
+ 0x51, 0x5c, 0xf1, 0x18, 0xe7, 0x4b, 0x63, 0xcc, 0xd0, 0xcc, 0xe9, 0x9c,
+ 0x59, 0xeb, 0xb1, 0x55, 0xeb, 0x71, 0x53, 0xad, 0xc7, 0xad, 0xaa, 0x3d,
+ 0xb6, 0xea, 0x3d, 0xde, 0xbc, 0xde, 0xe3, 0xcd, 0xea, 0x3d, 0xde, 0xbc,
+ 0xe2, 0xe3, 0xa7, 0xd4, 0x7c, 0x6c, 0xd5, 0x7c, 0x30, 0x67, 0xf5, 0x35,
+ 0x1f, 0x7f, 0x45, 0xcd, 0xc7, 0x9b, 0xd4, 0x7c, 0x1c, 0xaa, 0x79, 0xa6,
+ 0xb4, 0x56, 0xf7, 0x90, 0xe1, 0x2b, 0xdf, 0x2a, 0x19, 0x22, 0xa6, 0xe6,
+ 0xa9, 0xf6, 0x33, 0xce, 0xad, 0x9d, 0x67, 0x3b, 0x7d, 0x80, 0x7d, 0x7a,
+ 0xeb, 0xca, 0xe6, 0x2a, 0x99, 0xa6, 0xe5, 0x63, 0x34, 0x59, 0xab, 0x1b,
+ 0xd1, 0x42, 0x26, 0x8f, 0x80, 0x8d, 0x91, 0x96, 0x42, 0xcd, 0x3c, 0x0d,
+ 0xd3, 0xa2, 0x34, 0x4d, 0x7a, 0x3a, 0xd7, 0xf0, 0x80, 0x24, 0xe2, 0xe3,
+ 0x1b, 0xbf, 0xe5, 0x58, 0xb2, 0x80, 0x11, 0xe3, 0xc5, 0xdb, 0x77, 0x61,
+ 0xf2, 0xd8, 0x26, 0x07, 0x33, 0xa0, 0x99, 0x72, 0x3b, 0x21, 0x9f, 0xab,
+ 0x27, 0x95, 0x2b, 0x0a, 0x56, 0xac, 0xb0, 0x89, 0xae, 0x68, 0x58, 0xf4,
+ 0x6f, 0x20, 0x6a, 0xd4, 0x19, 0xcd, 0x47, 0xec, 0x4b, 0x5c, 0xc2, 0x95,
+ 0xc3, 0x67, 0x2f, 0xa6, 0xa0, 0x0b, 0xf8, 0xe3, 0x64, 0x09, 0xc8, 0x1f,
+ 0xe0, 0xdf, 0xfd, 0xfe, 0x36, 0x2b, 0x59, 0xff, 0xb9, 0x9e, 0x25, 0xe3,
+ 0x2f, 0x5b, 0x11, 0x7c, 0xf4, 0x17, 0xe2, 0x97, 0x57, 0x68, 0xac, 0x09,
+ 0xe5, 0x72, 0x62, 0x5d, 0x68, 0xdc, 0x28, 0xd4, 0x2c, 0x49, 0xd1, 0x16,
+ 0xc4, 0xa8, 0xa0, 0xb7, 0x8c, 0x65, 0x95, 0xd5, 0x4e, 0xf5, 0x25, 0xd1,
+ 0x83, 0x63, 0x7f, 0xb0, 0xd6, 0xe0, 0xcc, 0x88, 0xa1, 0xf5, 0xe4, 0x5f,
+ 0x2f, 0x43, 0xe3, 0x3d, 0xe8, 0x58, 0xf2, 0x7f, 0xe6, 0xf5, 0x8c, 0x3e,
+ 0xaa, 0x7c, 0x8d, 0x16, 0x22, 0x0c, 0x67, 0x54, 0x41, 0xdf, 0x55, 0x8e,
+ 0xa7, 0x4b, 0x45, 0x69, 0x0f, 0x3c, 0x8e, 0x9f, 0x10, 0xbf, 0x9b, 0x10,
+ 0x45, 0xa6, 0xef, 0x5f, 0x56, 0xa4, 0xb6, 0xd4, 0xef, 0x3f, 0xef, 0x5f,
+ 0x7e, 0x38, 0xf9, 0xf0, 0xcb, 0x77, 0xd1, 0xc9, 0x34, 0xfa, 0x35, 0x5f,
+ 0x47, 0xb7, 0x09, 0x9b, 0x0d, 0x25, 0x11, 0x88, 0xa9, 0xdc, 0x4e, 0xa2,
+ 0x42, 0x5b, 0xd1, 0xc7, 0xab, 0xa3, 0xe8, 0x64, 0xe8, 0xe4, 0xd4, 0xeb,
+ 0x7f, 0xab, 0xd6, 0xfd, 0x96, 0xcb, 0xa4, 0x4a, 0xc0, 0xe6, 0xf3, 0x15,
+ 0x43, 0xe5, 0xfc, 0x12, 0x27, 0x1d, 0xaf, 0xd9, 0x98, 0xc3, 0x66, 0x26,
+ 0xb2, 0x68, 0x92, 0xf1, 0x21, 0xfc, 0x5d, 0xc3, 0x94, 0x4c, 0xcb, 0x74,
+ 0xf5, 0x1a, 0x27, 0xa3, 0x06, 0x1f, 0x1a, 0x36, 0x76, 0x98, 0xff, 0x1d,
+ 0xa6, 0x59, 0xff, 0xfe, 0x82, 0x2f, 0xcc, 0x0b, 0xd8, 0x94, 0x5e, 0xe2,
+ 0xc5, 0x60, 0xc6, 0x9a, 0x4c, 0xe0, 0xe2, 0xda, 0x4f, 0x6c, 0xd1, 0x90,
+ 0x46, 0x01, 0xef, 0xf6, 0x07, 0x49, 0x91, 0x8d, 0x2b, 0xd7, 0xf6, 0xfb,
+ 0xd9, 0xea, 0x35, 0x9b, 0x6a, 0xf1, 0x55, 0x0b, 0x6b, 0x37, 0xaf, 0x65,
+ 0xfb, 0x31, 0xdd, 0xdb, 0xc3, 0xc4, 0x4e, 0x3e, 0x70, 0x7b, 0x86, 0xd7,
+ 0xaf, 0xf6, 0xc7, 0xf0, 0x94, 0xcd, 0x22, 0x19, 0x54, 0xa6, 0xd1, 0x90,
+ 0x64, 0x30, 0x73, 0xb6, 0x08, 0x86, 0x17, 0x57, 0x06, 0xc9, 0x70, 0x59,
+ 0xd8, 0x25, 0x63, 0x8f, 0xdb, 0x8d, 0x3b, 0x3c, 0xb0, 0x59, 0xe1, 0xd0,
+ 0xcb, 0xcd, 0x1d, 0x6f, 0x87, 0x09, 0x18, 0xdf, 0xb0, 0x7b, 0x94, 0x65,
+ 0x7c, 0x23, 0x19, 0xcb, 0xdb, 0x2b, 0x27, 0xc6, 0x40, 0xe7, 0xb7, 0x32,
+ 0x04, 0xfe, 0x98, 0xd4, 0x6a, 0x49, 0x39, 0x6e, 0xaa, 0x9b, 0x4f, 0x04,
+ 0xbc, 0x38, 0xb9, 0x53, 0x0a, 0x8d, 0xd0, 0x6e, 0x8f, 0x70, 0x6b, 0xcd,
+ 0x76, 0xd5, 0x8c, 0x2d, 0xeb, 0xe3, 0xf2, 0x58, 0x2a, 0x25, 0x22, 0xf9,
+ 0x4c, 0xb8, 0x3a, 0x57, 0x7f, 0xfd, 0xa7, 0xfd, 0x71, 0xb9, 0xc6, 0x51,
+ 0x94, 0x27, 0xa9, 0xcf, 0x88, 0x95, 0x63, 0x1f, 0x95, 0x25, 0x74, 0x00,
+ 0xb4, 0xc2, 0xae, 0x2d, 0x6e, 0xad, 0x85, 0xb3, 0x16, 0x72, 0x0b, 0xe4,
+ 0x66, 0x4d, 0xa7, 0x14, 0x8e, 0x85, 0xb5, 0x23, 0x65, 0xdd, 0x59, 0x90,
+ 0x50, 0x43, 0x7a, 0x16, 0x92, 0x17, 0x31, 0xc2, 0x4a, 0x04, 0x7c, 0x0d,
+ 0xd5, 0xaa, 0xe3, 0xe7, 0xf1, 0x2a, 0x06, 0x33, 0x10, 0x47, 0x2b, 0x79,
+ 0x09, 0xca, 0x3c, 0xd1, 0xb1, 0xec, 0x95, 0x57, 0xaf, 0xc5, 0x3c, 0x26,
+ 0xcb, 0x9b, 0x19, 0x35, 0x7d, 0x2d, 0x7e, 0xbb, 0x71, 0xd8, 0x5a, 0x99,
+ 0x05, 0x33, 0x50, 0x37, 0xb3, 0xd0, 0x2b, 0x83, 0x1d, 0xa8, 0xee, 0x1a,
+ 0xba, 0x4a, 0xba, 0x26, 0x0f, 0x30, 0xa5, 0x6a, 0x1f, 0x6a, 0x2e, 0x1e,
+ 0x8b, 0xa9, 0x33, 0x43, 0x94, 0x21, 0x37, 0x9f, 0x64, 0x83, 0x64, 0xc9,
+ 0x06, 0x65, 0x1b, 0xab, 0xb6, 0xb3, 0x93, 0x53, 0xdf, 0xaa, 0x4d, 0x73,
+ 0x80, 0x25, 0xdd, 0xea, 0xbe, 0x30, 0x9c, 0x65, 0x79, 0x3f, 0x8e, 0x76,
+ 0x4b, 0x6d, 0x74, 0xa2, 0xe5, 0xb4, 0x92, 0x00, 0x8f, 0x5d, 0xfa, 0x9f,
+ 0x93, 0x15, 0x0c, 0xb1, 0xd1, 0x05, 0x5b, 0xe6, 0xe7, 0x13, 0xd5, 0xeb,
+ 0x9f, 0x3d, 0xbb, 0xe7, 0x11, 0x3c, 0x5c, 0x6f, 0x57, 0xe0, 0x56, 0x4f,
+ 0x1b, 0xb2, 0x5c, 0xef, 0x7b, 0x75, 0x8b, 0x93, 0x1a, 0xa7, 0x7c, 0xee,
+ 0x1a, 0xc5, 0x24, 0x76, 0x06, 0x95, 0xf5, 0x8c, 0x2d, 0xb6, 0xcf, 0x6c,
+ 0x7a, 0x0c, 0x96, 0x95, 0xb7, 0x5f, 0xa8, 0xf3, 0x3b, 0x97, 0xd5, 0x72,
+ 0x1d, 0x6f, 0x72, 0x63, 0xc1, 0x9d, 0x15, 0x2e, 0xd7, 0x12, 0x1d, 0x86,
+ 0xdd, 0x39, 0x4c, 0x17, 0xd0, 0x21, 0xef, 0x82, 0x3b, 0x03, 0xd8, 0xf6,
+ 0xd6, 0x4b, 0xf6, 0x25, 0x4f, 0xd3, 0xa5, 0x76, 0x4c, 0x8d, 0x02, 0xae,
+ 0x20, 0x10, 0x4e, 0xa7, 0xc3, 0x1c, 0xd5, 0x87, 0x4e, 0x31, 0x58, 0x87,
+ 0x1e, 0xb8, 0xbf, 0xad, 0xdf, 0xf7, 0x47, 0xa3, 0x15, 0xad, 0xaa, 0xa6,
+ 0xa8, 0x28, 0xbd, 0x75, 0x53, 0xe5, 0xfc, 0xcb, 0x1c, 0x47, 0x84, 0x8a,
+ 0x5e, 0xe6, 0xfd, 0x5f, 0xe7, 0xdc, 0x6b, 0x8a, 0x2b, 0x08, 0x16, 0x00,
+ 0x11, 0x43, 0x65, 0x56, 0x8f, 0x8f, 0xe3, 0xbc, 0x37, 0x3c, 0xd7, 0x5f,
+ 0xc9, 0x1a, 0xa3, 0xb9, 0x3e, 0xdb, 0x34, 0xbe, 0x5c, 0x5a, 0x84, 0xde,
+ 0x16, 0xb5, 0x60, 0xb3, 0x28, 0xf4, 0x08, 0x73, 0x4c, 0xb4, 0x63, 0x8c,
+ 0x61, 0xdc, 0xd0, 0xcc, 0xea, 0xc3, 0x46, 0xb9, 0xe7, 0xd3, 0x12, 0xce,
+ 0x4f, 0xff, 0x75, 0x91, 0x8f, 0xbf, 0x0c, 0xa6, 0x37, 0xc2, 0x67, 0x74,
+ 0xea, 0xd9, 0x77, 0xe4, 0x35, 0xc8, 0xd7, 0x97, 0x57, 0x3a, 0x9b, 0x4e,
+ 0xaa, 0x6c, 0x01, 0xb0, 0x99, 0x00, 0xe7, 0x90, 0x4f, 0xfb, 0x0f, 0x72,
+ 0xbc, 0xd8, 0xe2, 0xe1, 0x87, 0xb3, 0xe7, 0x2f, 0xf0, 0xc7, 0x01, 0x9b,
+ 0x6a, 0x0d, 0xd6, 0x6c, 0x45, 0x3a, 0x77, 0x5f, 0x54, 0xab, 0x23, 0x04,
+ 0xa4, 0x94, 0xaf, 0x7a, 0xf5, 0x75, 0xa3, 0x25, 0xc2, 0x9f, 0x96, 0x21,
+ 0x93, 0xa7, 0x2e, 0xdf, 0x36, 0xeb, 0x5d, 0x0a, 0x65, 0x5d, 0x89, 0x08,
+ 0x6d, 0x30, 0xf5, 0x4a, 0x0c, 0x77, 0x1b, 0xdc, 0x69, 0xc6, 0xd7, 0x68,
+ 0x60, 0xf8, 0x05, 0x16, 0x7a, 0xe2, 0xa1, 0x11, 0x1c, 0x29, 0xa4, 0xac,
+ 0xfa, 0x95, 0xe1, 0x83, 0x17, 0xde, 0x42, 0xe4, 0x77, 0x2f, 0x65, 0xc6,
+ 0xbe, 0xb0, 0xf0, 0x0e, 0x5c, 0xcf, 0x69, 0xca, 0x97, 0xe2, 0x8f, 0x1d,
+ 0xfe, 0x38, 0xc0, 0x8f, 0x0f, 0x62, 0x04, 0x5b, 0x31, 0x40, 0x3b, 0x0e,
+ 0x7f, 0xfa, 0x39, 0x8a, 0xfd, 0x62, 0xbb, 0x8e, 0xd8, 0xee, 0x46, 0x62,
+ 0xbb, 0x7e, 0xb1, 0x3d, 0x47, 0x6c, 0x6f, 0x23, 0xb1, 0x3d, 0xbf, 0xd8,
+ 0xbe, 0x23, 0xb6, 0xbf, 0x91, 0xd8, 0xbe, 0x5f, 0xec, 0x8e, 0x23, 0x76,
+ 0x67, 0x23, 0xb1, 0x3b, 0x7e, 0xb1, 0xbb, 0x8e, 0xd8, 0xdd, 0x8d, 0xc4,
+ 0xee, 0xfa, 0xc5, 0xee, 0x39, 0x62, 0xf7, 0x36, 0x12, 0xbb, 0xe7, 0x17,
+ 0xfb, 0xce, 0x11, 0xfb, 0x6e, 0x23, 0xb1, 0xef, 0xfc, 0x62, 0x85, 0xbb,
+ 0x36, 0xa3, 0xe1, 0x6f, 0x87, 0x07, 0x0f, 0x57, 0x6e, 0x67, 0x3b, 0x20,
+ 0xd8, 0xd3, 0xa3, 0x3a, 0x1b, 0x09, 0xee, 0x04, 0x04, 0xbb, 0x5d, 0xad,
+ 0x13, 0x6f, 0x24, 0x38, 0xae, 0x19, 0x48, 0x0e, 0xd9, 0x3a, 0x54, 0x0e,
+ 0x1d, 0x86, 0x6d, 0x19, 0x4c, 0xef, 0x43, 0x9e, 0x15, 0xa9, 0x3a, 0x73,
+ 0x86, 0x2f, 0x99, 0x16, 0xcc, 0xbe, 0xcb, 0xec, 0x93, 0xe5, 0x79, 0x7d,
+ 0x6c, 0xc8, 0xe4, 0x54, 0x55, 0x16, 0x74, 0xde, 0x10, 0x53, 0xc0, 0xb6,
+ 0x2d, 0x1f, 0x3a, 0x91, 0xe4, 0x34, 0xbf, 0xaf, 0xd5, 0x26, 0xf4, 0x1d,
+ 0xba, 0x64, 0x0b, 0xf0, 0x9c, 0x7d, 0x84, 0xf8, 0xf7, 0x48, 0xfe, 0xd2,
+ 0x4b, 0xe4, 0x0b, 0x27, 0x83, 0x93, 0x96, 0xfd, 0x1b, 0x7c, 0x79, 0x0c,
+ 0xe3, 0xb3, 0x50, 0xde, 0x0e, 0xf7, 0xf3, 0x5d, 0xa6, 0x78, 0x7f, 0xe7,
+ 0x32, 0x29, 0xd3, 0xad, 0x67, 0xfe, 0xf0, 0xa0, 0x82, 0xa7, 0xe9, 0xb4,
+ 0xb4, 0xae, 0x8e, 0xda, 0x1f, 0xd2, 0x50, 0x94, 0x96, 0xb7, 0xa0, 0x78,
+ 0x7c, 0x4d, 0xc5, 0x7f, 0x47, 0x18, 0xe0, 0x5b, 0x59, 0x7b, 0x14, 0xb2,
+ 0x16, 0xd7, 0x98, 0x29, 0xd5, 0x2e, 0xd0, 0x68, 0xc7, 0x56, 0x34, 0x48,
+ 0x17, 0xa5, 0x79, 0x0d, 0xa2, 0x58, 0x66, 0xf2, 0xfa, 0xf8, 0x16, 0x3e,
+ 0xa9, 0xf3, 0x5f, 0x66, 0x7a, 0xe2, 0x1d, 0x28, 0x74, 0x2c, 0x67, 0x78,
+ 0x63, 0x86, 0x4b, 0x4d, 0xa6, 0x37, 0x39, 0x87, 0xbe, 0xc6, 0x5d, 0x9e,
+ 0xe3, 0x89, 0xce, 0x65, 0x0e, 0x3b, 0xc6, 0x6b, 0x66, 0xde, 0xc0, 0x05,
+ 0xde, 0x73, 0x8b, 0x39, 0x6e, 0xc8, 0x66, 0xec, 0xd0, 0x6f, 0xe2, 0x32,
+ 0xcf, 0x65, 0xde, 0xc0, 0x63, 0x9e, 0xc3, 0xbc, 0x81, 0xc3, 0x3c, 0x3b,
+ 0x9b, 0xdd, 0x86, 0x6c, 0x76, 0x1d, 0xfa, 0x4d, 0x1c, 0xec, 0xb9, 0xcc,
+ 0x1b, 0xf8, 0xd7, 0x73, 0x98, 0x37, 0x70, 0xaf, 0x67, 0x67, 0xb3, 0xd7,
+ 0x90, 0xcd, 0x9e, 0x43, 0x6f, 0x67, 0xb3, 0x17, 0xcc, 0x66, 0xcf, 0xd6,
+ 0xb4, 0xe7, 0x64, 0xb3, 0x17, 0xcc, 0xa6, 0x87, 0xd9, 0xce, 0x66, 0x2f,
+ 0x94, 0xcd, 0x9e, 0x93, 0xcd, 0x7e, 0x43, 0x36, 0xfb, 0x0e, 0xbd, 0x9d,
+ 0xcd, 0x7e, 0x30, 0x9b, 0x7d, 0x5b, 0xd3, 0xbe, 0x93, 0xcd, 0x7e, 0x30,
+ 0x9b, 0x1e, 0x66, 0x3b, 0x9b, 0xfd, 0x50, 0x36, 0xfb, 0x4e, 0x36, 0x77,
+ 0x1a, 0xb2, 0xb9, 0xe3, 0xd0, 0xdb, 0xd9, 0xdc, 0x09, 0x66, 0x73, 0xc7,
+ 0xd6, 0x74, 0xc7, 0xc9, 0xe6, 0x4e, 0x30, 0x9b, 0x1e, 0x66, 0x3b, 0x9b,
+ 0x3b, 0xa1, 0x6c, 0x9a, 0xbc, 0x2d, 0x5c, 0x42, 0x1a, 0xfb, 0x6b, 0xd3,
+ 0xf2, 0x02, 0xae, 0x6a, 0x88, 0x5d, 0x6a, 0xfc, 0xce, 0xde, 0xc0, 0x1d,
+ 0x12, 0x6e, 0x45, 0x44, 0x2e, 0x85, 0x9c, 0xd3, 0xbf, 0x15, 0xa7, 0xd2,
+ 0xb6, 0xae, 0x41, 0xd4, 0x48, 0xdc, 0x4b, 0xe3, 0x32, 0xac, 0x7d, 0x6c,
+ 0x5c, 0xba, 0xad, 0x17, 0x92, 0x15, 0x6e, 0x7d, 0xa9, 0xbd, 0x40, 0xce,
+ 0x2a, 0x28, 0x4e, 0x59, 0x8c, 0xb1, 0x72, 0xcf, 0xef, 0xf1, 0x7a, 0xbc,
+ 0x9f, 0x2d, 0x5b, 0x60, 0x3c, 0x32, 0x85, 0x72, 0x26, 0x57, 0xd1, 0xb0,
+ 0xb3, 0x2a, 0x37, 0x58, 0xb9, 0x8e, 0xda, 0x09, 0x9e, 0x4a, 0x0f, 0xa6,
+ 0x27, 0x70, 0x56, 0x5c, 0x54, 0x7b, 0x3e, 0x98, 0xd4, 0x38, 0x9d, 0xcd,
+ 0xd8, 0xf7, 0xba, 0xe8, 0x8d, 0x60, 0xa2, 0x34, 0x00, 0x82, 0x64, 0xe1,
+ 0xec, 0xc3, 0x27, 0x13, 0x6d, 0x07, 0xca, 0xe2, 0x83, 0x8d, 0xf9, 0xc9,
+ 0xc4, 0xe6, 0x58, 0xa5, 0xf3, 0xfc, 0x2e, 0x0d, 0xa5, 0xc5, 0x78, 0x2e,
+ 0x91, 0xa0, 0x31, 0x77, 0x50, 0xf2, 0xf2, 0x0a, 0xe3, 0xd3, 0x73, 0xd7,
+ 0x79, 0x62, 0xee, 0x3a, 0x4f, 0xc8, 0x5d, 0x67, 0x83, 0xdc, 0x61, 0x2d,
+ 0x6f, 0xc9, 0xd6, 0xf0, 0xf4, 0xfc, 0x75, 0x9f, 0x98, 0xbf, 0xee, 0x13,
+ 0xf2, 0xd7, 0xdd, 0x20, 0x7f, 0xa2, 0xf1, 0x6f, 0x55, 0x1d, 0xe5, 0xe9,
+ 0x79, 0x8c, 0x9f, 0x98, 0xc7, 0xf8, 0x09, 0x79, 0x8c, 0xfd, 0x79, 0x84,
+ 0xed, 0x2e, 0x7e, 0x57, 0x1c, 0x6e, 0xd3, 0xa9, 0xed, 0xfb, 0x81, 0x76,
+ 0x69, 0x0d, 0x48, 0xd0, 0x26, 0x9e, 0xb0, 0xe8, 0xe4, 0xee, 0x35, 0x69,
+ 0x7a, 0x9a, 0xf2, 0x2a, 0x3b, 0x50, 0xd2, 0x92, 0x9d, 0x6f, 0xd7, 0x91,
+ 0x1f, 0xf9, 0xe9, 0x4a, 0x17, 0x3c, 0x06, 0x8f, 0xfe, 0xd8, 0x48, 0xda,
+ 0x20, 0xd4, 0xbc, 0x82, 0x25, 0x1e, 0xec, 0x81, 0x83, 0x33, 0xbc, 0x0a,
+ 0x6a, 0x9a, 0xa2, 0x92, 0x83, 0xd1, 0x60, 0x56, 0x3e, 0x51, 0xf0, 0xfe,
+ 0xf1, 0x65, 0x9d, 0xe0, 0xfd, 0xe9, 0x6a, 0x53, 0xc1, 0xe2, 0x6c, 0xa0,
+ 0x56, 0x30, 0xab, 0xef, 0x8d, 0x05, 0xef, 0x57, 0x37, 0xd1, 0xe4, 0xd1,
+ 0xa8, 0x3e, 0x24, 0xcb, 0xb0, 0x0d, 0xa5, 0x9e, 0xdc, 0x2c, 0xc0, 0xe8,
+ 0x54, 0x0a, 0x16, 0x52, 0xa3, 0x79, 0x02, 0x97, 0x19, 0xd7, 0xd5, 0xf1,
+ 0xcb, 0xb4, 0xe4, 0xf1, 0x68, 0x40, 0xf5, 0x4c, 0xc6, 0xb6, 0x49, 0xc2,
+ 0xd8, 0x20, 0xb5, 0x3f, 0x77, 0x6d, 0x34, 0xf4, 0x72, 0x9b, 0x9f, 0x94,
+ 0xaf, 0x16, 0xc3, 0xc7, 0xee, 0xaf, 0x16, 0x23, 0x06, 0xc9, 0xaf, 0x96,
+ 0xa3, 0x06, 0xa3, 0x36, 0xc5, 0xab, 0xfa, 0x3c, 0xb7, 0x2b, 0x74, 0xb1,
+ 0xca, 0xc5, 0xf5, 0x79, 0x6d, 0x7d, 0x6c, 0xdf, 0x56, 0xe2, 0xa4, 0xd1,
+ 0x52, 0xd1, 0x2a, 0xb3, 0x44, 0x15, 0x3b, 0x27, 0x35, 0xf6, 0x59, 0xf0,
+ 0xcc, 0x29, 0xb9, 0x66, 0x63, 0x8d, 0x98, 0x08, 0x38, 0x4c, 0xac, 0x37,
+ 0xc1, 0x54, 0x00, 0x36, 0x1c, 0xfc, 0xf2, 0xcc, 0xed, 0x0f, 0xb8, 0x96,
+ 0xcc, 0xe5, 0xe1, 0xf9, 0xb9, 0x4f, 0xdc, 0x70, 0x59, 0x6c, 0x2e, 0x0d,
+ 0x27, 0x46, 0x3e, 0x69, 0x6c, 0x52, 0xb4, 0x91, 0x34, 0xb8, 0xc1, 0x20,
+ 0xef, 0x2e, 0x38, 0x5c, 0x72, 0x23, 0xa5, 0x9d, 0xbc, 0x21, 0xde, 0x82,
+ 0x66, 0xe4, 0x38, 0xf0, 0xae, 0x17, 0x65, 0x36, 0xfb, 0xd1, 0xb2, 0x7b,
+ 0x9c, 0xb0, 0xa1, 0x39, 0x2d, 0x0a, 0xb6, 0x92, 0x4f, 0x7c, 0x35, 0x02,
+ 0x6f, 0xf0, 0x58, 0x1f, 0xdc, 0xb4, 0x80, 0xe1, 0xb9, 0x44, 0x0b, 0xb1,
+ 0x1b, 0x16, 0x34, 0x5c, 0x4e, 0x68, 0x21, 0xb5, 0xa9, 0xc0, 0x6b, 0xda,
+ 0xef, 0x65, 0x76, 0x73, 0x0b, 0x0d, 0x58, 0x58, 0x07, 0x3b, 0xcc, 0xc0,
+ 0x72, 0x71, 0x0a, 0x97, 0xa1, 0x87, 0xf2, 0x44, 0x5c, 0xf6, 0x22, 0xce,
+ 0x0a, 0x6f, 0xed, 0xd2, 0xbb, 0x8c, 0x3f, 0x00, 0x01, 0x92, 0xe1, 0xf5,
+ 0xac, 0x2e, 0x81, 0x4a, 0xf6, 0x85, 0xde, 0x11, 0x6c, 0x5b, 0x5a, 0xbe,
+ 0x7e, 0x55, 0x13, 0x8d, 0x6a, 0xeb, 0xc9, 0xde, 0xdd, 0x95, 0xfc, 0xd5,
+ 0x03, 0xdc, 0xdb, 0xe0, 0xb3, 0x7c, 0x70, 0x39, 0x0e, 0xd7, 0xa1, 0xec,
+ 0x47, 0x91, 0x17, 0x9a, 0xc9, 0xbf, 0xe8, 0x3a, 0x05, 0x03, 0xe4, 0x86,
+ 0xcd, 0x3d, 0xf8, 0xcc, 0x63, 0x9c, 0xb8, 0x1d, 0x03, 0x57, 0xaa, 0xc7,
+ 0xc9, 0xfc, 0x07, 0x73, 0xb7, 0x47, 0x3c, 0xc4, 0x90, 0x0f, 0x91, 0xf0,
+ 0xeb, 0x03, 0xf6, 0xe5, 0xc0, 0xf0, 0x0e, 0x7f, 0x48, 0x51, 0xf2, 0xb4,
+ 0xf1, 0x59, 0xc0, 0xc5, 0xc9, 0x61, 0x54, 0xae, 0x17, 0xb6, 0x2a, 0xe6,
+ 0x8b, 0x1b, 0x2e, 0xf1, 0x9a, 0x65, 0x20, 0x4a, 0xe6, 0xb0, 0x5b, 0xca,
+ 0xca, 0x89, 0xe5, 0x0b, 0x72, 0xb4, 0x8f, 0xbf, 0x9f, 0x7b, 0x2e, 0xd5,
+ 0x41, 0x2e, 0x4b, 0x8d, 0xd3, 0x72, 0xf9, 0x8e, 0xf7, 0xec, 0x20, 0x62,
+ 0xc4, 0x24, 0x8d, 0x38, 0xa1, 0xff, 0x76, 0x5e, 0x40, 0x90, 0x72, 0xd2,
+ 0xee, 0x95, 0x14, 0xb7, 0x96, 0x14, 0xd7, 0xab, 0xd4, 0xdd, 0x40, 0x50,
+ 0xbd, 0x4a, 0x3d, 0xab, 0x59, 0xc0, 0xa3, 0x25, 0xfc, 0xb9, 0x0d, 0x73,
+ 0xb3, 0xe0, 0x92, 0x6f, 0x5f, 0x3d, 0x6b, 0x8a, 0x0e, 0xf5, 0x9b, 0x69,
+ 0x4c, 0x42, 0x15, 0x85, 0x31, 0xe6, 0x69, 0xf3, 0x61, 0x1e, 0x2d, 0xf2,
+ 0x52, 0xdd, 0xbb, 0xe5, 0xed, 0x49, 0xad, 0x19, 0x19, 0xb7, 0xd8, 0x2d,
+ 0x16, 0xf6, 0xbb, 0x9b, 0x38, 0xd5, 0x2d, 0x28, 0x83, 0xd3, 0xba, 0x0b,
+ 0x05, 0xe5, 0x22, 0x2d, 0x21, 0xd9, 0x15, 0x2e, 0x95, 0x46, 0x87, 0xed,
+ 0x4d, 0x4c, 0xaa, 0x24, 0x9f, 0xe9, 0x6c, 0x71, 0x3d, 0x5b, 0x6c, 0xa6,
+ 0x25, 0xb9, 0xba, 0x4d, 0x5c, 0xfe, 0xc4, 0x8c, 0xdd, 0x25, 0xdf, 0x05,
+ 0x59, 0x20, 0xe4, 0x87, 0xd4, 0xfa, 0x25, 0x59, 0x99, 0x43, 0x75, 0xb1,
+ 0x44, 0xea, 0xee, 0x5e, 0x27, 0x31, 0x74, 0xe1, 0xaa, 0x43, 0x7f, 0x2e,
+ 0x54, 0xc9, 0x2b, 0x1b, 0x2d, 0xf0, 0x38, 0x0b, 0x2d, 0x9a, 0x7c, 0x52,
+ 0x85, 0x7f, 0x82, 0xf4, 0x30, 0xba, 0x86, 0x52, 0xec, 0x7a, 0x4e, 0x1c,
+ 0x8c, 0x24, 0x45, 0xbe, 0xdb, 0xa7, 0x79, 0xc4, 0x19, 0xb4, 0x44, 0x63,
+ 0x3b, 0xd1, 0x9e, 0x27, 0x51, 0xae, 0xaa, 0xec, 0x30, 0xbf, 0xe2, 0x5d,
+ 0xeb, 0x28, 0x97, 0x87, 0xc9, 0x2f, 0xc1, 0x94, 0xe8, 0x5f, 0xe0, 0x3d,
+ 0x13, 0x8c, 0x4d, 0x8b, 0x5c, 0xc5, 0xf0, 0x07, 0x16, 0x4c, 0x2e, 0xe7,
+ 0xff, 0x15, 0x06, 0x66, 0x79, 0x04, 0x6d, 0xcc, 0x6a, 0x44, 0x36, 0x9e,
+ 0x24, 0x9f, 0x89, 0x17, 0xfc, 0xb6, 0x7c, 0x39, 0xc2, 0xdb, 0x03, 0x78,
+ 0xa8, 0x17, 0x83, 0x29, 0x23, 0x91, 0x53, 0x36, 0xa8, 0x9a, 0x3e, 0x47,
+ 0x73, 0xf6, 0xaf, 0x7e, 0x0f, 0x1a, 0x90, 0xac, 0x1f, 0x18, 0x6f, 0x67,
+ 0x94, 0xe3, 0xed, 0x3f, 0xbb, 0xe5, 0x18, 0x05, 0x78, 0x11, 0xd9, 0x4f,
+ 0x6f, 0x15, 0x77, 0xf5, 0x16, 0x27, 0xcc, 0x7e, 0x12, 0x66, 0xcf, 0x5a,
+ 0xb0, 0x1f, 0x86, 0xd9, 0x27, 0x6d, 0x52, 0x2f, 0xe1, 0xf1, 0xed, 0xdc,
+ 0x78, 0xf9, 0x03, 0x95, 0x5a, 0xf2, 0x77, 0xba, 0x9d, 0x36, 0xcc, 0xc6,
+ 0xeb, 0x60, 0xc5, 0x9c, 0x3c, 0xd4, 0x33, 0xc3, 0xb7, 0xcd, 0x4c, 0x57,
+ 0x29, 0xae, 0x3d, 0x01, 0x6a, 0xe0, 0x37, 0x92, 0xae, 0xf8, 0xab, 0x37,
+ 0x3e, 0x61, 0x7e, 0x79, 0x23, 0x89, 0xa9, 0xa0, 0x2b, 0xcf, 0x83, 0x1b,
+ 0xb3, 0x2e, 0xb9, 0x99, 0x02, 0x1e, 0x6e, 0x6f, 0xde, 0x03, 0x2d, 0x33,
+ 0xde, 0xaa, 0x3a, 0xc9, 0x06, 0x4d, 0x33, 0x76, 0x9a, 0xa6, 0x67, 0x0c,
+ 0x0b, 0x36, 0xcd, 0xd8, 0x6d, 0x9a, 0x1e, 0xf6, 0x60, 0xd3, 0x8c, 0xdd,
+ 0xa6, 0xe9, 0x61, 0x0f, 0x36, 0xcd, 0xd8, 0x6d, 0x9a, 0xbe, 0xd4, 0xeb,
+ 0x9b, 0x66, 0xdc, 0x86, 0x39, 0xd4, 0x34, 0xeb, 0x99, 0x83, 0x4d, 0x33,
+ 0xf6, 0x34, 0xcd, 0x10, 0xbf, 0xaf, 0x69, 0xc6, 0x9e, 0xa6, 0xe9, 0xe1,
+ 0x6f, 0x6a, 0x9a, 0xf5, 0xda, 0x37, 0x35, 0x4d, 0x0f, 0x77, 0xa0, 0x69,
+ 0x8a, 0xd9, 0xb0, 0x31, 0xfb, 0x89, 0xfe, 0x88, 0xad, 0xd4, 0x73, 0xde,
+ 0x6a, 0x4e, 0x9a, 0x58, 0xa2, 0xd6, 0x69, 0xab, 0x35, 0x1c, 0xcb, 0x83,
+ 0x56, 0x3f, 0x41, 0xbc, 0xf5, 0x8c, 0x5f, 0x70, 0xd6, 0xef, 0x60, 0x1e,
+ 0x24, 0x65, 0x09, 0x46, 0x51, 0xfe, 0x18, 0xed, 0xc3, 0xe5, 0xa6, 0x45,
+ 0x52, 0x1a, 0xee, 0x98, 0xae, 0x79, 0xb4, 0xd2, 0x5d, 0x92, 0xab, 0x2b,
+ 0x98, 0x5b, 0xcf, 0x9c, 0xe7, 0xa3, 0x77, 0x40, 0xe4, 0xba, 0x4f, 0xb8,
+ 0x03, 0x59, 0x7e, 0xff, 0x09, 0x52, 0x2a, 0xb7, 0x72, 0x7e, 0x98, 0xdd,
+ 0xa1, 0xad, 0x81, 0x41, 0x9e, 0x4e, 0xa7, 0xd9, 0x38, 0x4b, 0xd1, 0x43,
+ 0x10, 0xb2, 0x8b, 0x28, 0x8c, 0xd1, 0x6f, 0x84, 0x2b, 0xd5, 0xe1, 0xf9,
+ 0x84, 0xfa, 0x51, 0xab, 0xa5, 0xb3, 0xe7, 0x97, 0x15, 0x15, 0xa7, 0xfc,
+ 0xfc, 0x2b, 0xc7, 0x15, 0xd6, 0xd2, 0xa0, 0xe2, 0xe2, 0xdf, 0xe0, 0x4f,
+ 0x90, 0x03, 0x3c, 0x2c, 0x09, 0xc9, 0x30, 0x6f, 0x70, 0x88, 0xa9, 0x87,
+ 0x69, 0x85, 0x3d, 0xb1, 0x59, 0xe5, 0x01, 0xcc, 0x13, 0x64, 0x6a, 0xb7,
+ 0x42, 0x7d, 0x62, 0xc5, 0x23, 0xb6, 0x96, 0xa2, 0xbd, 0x73, 0xc1, 0x4a,
+ 0xac, 0xf5, 0x68, 0xaa, 0xa5, 0xd0, 0xef, 0xa1, 0x47, 0x8f, 0x3d, 0xf7,
+ 0xaa, 0xf9, 0x18, 0x5c, 0x95, 0xb0, 0xa3, 0x7f, 0x35, 0x4a, 0xb7, 0xd5,
+ 0xdf, 0x19, 0x34, 0x5d, 0x99, 0xd5, 0xd8, 0xdd, 0x52, 0xa8, 0x3b, 0x90,
+ 0xbb, 0x42, 0xb3, 0x4d, 0x85, 0xba, 0xc3, 0xbb, 0x2b, 0x74, 0xb2, 0xa9,
+ 0x50, 0xd3, 0x2e, 0x89, 0x2b, 0x50, 0x1b, 0x7f, 0xdb, 0x4a, 0x34, 0x06,
+ 0x62, 0x8f, 0xc4, 0x6a, 0x44, 0x6e, 0xdb, 0x1a, 0xfe, 0x80, 0xdf, 0x64,
+ 0xf6, 0xe7, 0x05, 0x7e, 0x65, 0xfe, 0x25, 0x3a, 0x11, 0xff, 0x1e, 0x8a,
+ 0x7f, 0x79, 0xa5, 0xff, 0xe1, 0x85, 0x61, 0x3d, 0x74, 0x91, 0xae, 0x6e,
+ 0x1e, 0xaf, 0x1e, 0x8b, 0x32, 0x9d, 0x17, 0xda, 0xe8, 0x04, 0xeb, 0xfc,
+ 0xfa, 0x61, 0x40, 0xbd, 0x05, 0xa9, 0x06, 0x3d, 0xfb, 0x62, 0xb0, 0xe5,
+ 0x86, 0x0e, 0xef, 0x06, 0xfb, 0xbc, 0x30, 0x9d, 0x54, 0x83, 0x9c, 0x30,
+ 0x9c, 0xe1, 0xf1, 0x7d, 0xa7, 0x33, 0x1c, 0x7b, 0x9c, 0xc3, 0xdc, 0x15,
+ 0x05, 0x0f, 0xbe, 0x4c, 0xc7, 0xd9, 0x72, 0x95, 0x8f, 0x13, 0x74, 0x25,
+ 0x14, 0x16, 0xa8, 0xae, 0x33, 0xfd, 0xf4, 0xfc, 0xa7, 0xe8, 0x33, 0x9a,
+ 0x1e, 0x99, 0x32, 0xa1, 0xff, 0xb9, 0x4e, 0x16, 0xb0, 0xb9, 0x9a, 0xe2,
+ 0x46, 0x55, 0x09, 0xb6, 0x2c, 0x56, 0x05, 0x58, 0x1d, 0x8f, 0x12, 0x78,
+ 0x14, 0x32, 0x9b, 0x3d, 0x46, 0xc2, 0xc1, 0x56, 0x04, 0xcf, 0x9c, 0x16,
+ 0xfc, 0xd1, 0x11, 0xbc, 0xe6, 0xcc, 0xf1, 0xfb, 0x56, 0xde, 0xa2, 0x7d,
+ 0x83, 0xfb, 0x14, 0x5f, 0x6c, 0x31, 0xd1, 0xe5, 0x3d, 0xb8, 0x22, 0xe0,
+ 0x26, 0x27, 0xa2, 0x05, 0x3c, 0x37, 0x4a, 0x66, 0xea, 0xd2, 0x4d, 0x74,
+ 0x9b, 0xae, 0x52, 0xc5, 0x0d, 0xfe, 0x1d, 0x7e, 0x90, 0x97, 0xbb, 0x72,
+ 0x61, 0x93, 0xe1, 0xfe, 0x36, 0x65, 0x05, 0xbd, 0x4a, 0xef, 0xf2, 0xd9,
+ 0x1a, 0xbe, 0x75, 0x3f, 0x44, 0xf8, 0xcd, 0x63, 0x6a, 0x6b, 0x25, 0xf2,
+ 0xd9, 0x22, 0x2a, 0xf8, 0xcd, 0xe9, 0x6c, 0x96, 0xcb, 0x02, 0x42, 0xcb,
+ 0x97, 0x48, 0x76, 0x99, 0xde, 0xe1, 0xe5, 0x69, 0xe3, 0x08, 0x46, 0xab,
+ 0x9b, 0xe8, 0x06, 0x9c, 0x57, 0x62, 0x22, 0xf0, 0xd5, 0x28, 0x8a, 0x5f,
+ 0xd8, 0xef, 0x4b, 0xf8, 0xd9, 0xae, 0x40, 0x43, 0x62, 0x79, 0x8e, 0xc6,
+ 0x7c, 0x33, 0x08, 0xe4, 0x0e, 0x21, 0x00, 0xaf, 0xd2, 0xb5, 0xac, 0x29,
+ 0x6f, 0xfb, 0xe2, 0x3e, 0x35, 0xc0, 0xd0, 0xfd, 0x27, 0x61, 0x75, 0x05,
+ 0x45, 0xf8, 0x76, 0xb1, 0x91, 0xe8, 0x8a, 0xbf, 0xbb, 0xe2, 0x47, 0xf2,
+ 0x8c, 0xf9, 0x53, 0x51, 0x78, 0x2c, 0xcd, 0xdb, 0x5f, 0x06, 0x58, 0xd5,
+ 0x8a, 0xaa, 0x80, 0x77, 0xf5, 0xa6, 0x7d, 0x97, 0x67, 0xf7, 0x90, 0x19,
+ 0x26, 0x28, 0x6c, 0xb6, 0x5e, 0x4f, 0xce, 0x12, 0xce, 0x95, 0xd2, 0x5e,
+ 0x39, 0x8f, 0x91, 0xea, 0xc3, 0xf5, 0x78, 0x28, 0x3c, 0x1f, 0x3e, 0x45,
+ 0x5c, 0xc1, 0x3a, 0x00, 0xb7, 0x2a, 0x21, 0x05, 0x5e, 0xf1, 0x90, 0x56,
+ 0x02, 0xfd, 0x45, 0x2d, 0x0f, 0x08, 0x5c, 0xab, 0x5d, 0x9e, 0xfe, 0xfe,
+ 0x9b, 0x29, 0xd3, 0xb1, 0x81, 0x6f, 0x56, 0xa1, 0x9e, 0x22, 0xb4, 0x3f,
+ 0x65, 0xd3, 0x87, 0xa5, 0x07, 0xed, 0xaf, 0x32, 0xf2, 0xf3, 0xe2, 0x5b,
+ 0xb6, 0xfb, 0xe3, 0x0c, 0x4c, 0x57, 0x20, 0x8d, 0x6a, 0xf1, 0x2c, 0x96,
+ 0x05, 0xaa, 0x46, 0x6f, 0xef, 0x71, 0x86, 0x5d, 0x2c, 0x95, 0xab, 0x64,
+ 0x51, 0xcc, 0x33, 0xbc, 0xbd, 0x88, 0x1b, 0xac, 0x1e, 0xbf, 0x3f, 0x59,
+ 0xc1, 0xda, 0xf3, 0xfe, 0x65, 0x3f, 0xea, 0x8b, 0xc6, 0x13, 0x29, 0x6c,
+ 0x71, 0x23, 0x80, 0x90, 0x30, 0xbf, 0x60, 0xfa, 0x73, 0x7f, 0xeb, 0x46,
+ 0x6a, 0xd1, 0xf9, 0xb9, 0xfb, 0x66, 0x57, 0xfb, 0x1d, 0xff, 0x1c, 0xbf,
+ 0x89, 0x77, 0xaa, 0xdf, 0xdd, 0x9f, 0x3b, 0x6f, 0xfa, 0x9d, 0xea, 0x77,
+ 0x8f, 0xfd, 0xde, 0xde, 0xae, 0x7e, 0xf7, 0x7f, 0xde, 0x7e, 0xb3, 0xdb,
+ 0xf5, 0xea, 0x74, 0x70, 0xf6, 0x39, 0x3a, 0xea, 0x6e, 0x47, 0xbf, 0xa4,
+ 0x2c, 0x03, 0x37, 0x51, 0xdc, 0xdb, 0x7e, 0xb1, 0x81, 0x4e, 0xb1, 0xa9,
+ 0xd3, 0x76, 0x6c, 0xea, 0xd4, 0x8d, 0xeb, 0x75, 0xda, 0xeb, 0xb4, 0xd2,
+ 0x69, 0x67, 0x13, 0x9d, 0xf6, 0xba, 0x56, 0x39, 0x6d, 0x9b, 0x3a, 0xf5,
+ 0xb6, 0xbf, 0x42, 0xa7, 0x9d, 0xb7, 0x47, 0xbd, 0x1d, 0xa9, 0x97, 0xaa,
+ 0xc4, 0x06, 0x9d, 0x7a, 0x6f, 0x62, 0x4b, 0xa7, 0xbe, 0x55, 0x4e, 0x3b,
+ 0x3b, 0xa6, 0x4e, 0x71, 0xac, 0xeb, 0x04, 0x3a, 0x36, 0xea, 0xf4, 0x97,
+ 0x63, 0xb3, 0x51, 0x35, 0xeb, 0xd4, 0x31, 0x75, 0xea, 0xbd, 0x6b, 0xd0,
+ 0xa9, 0xd7, 0x5e, 0x27, 0xae, 0xcf, 0x8e, 0xdd, 0xc8, 0x5d, 0x9d, 0x76,
+ 0x4c, 0x9d, 0xba, 0x56, 0x1b, 0xef, 0x5b, 0x75, 0xb7, 0xb3, 0x6b, 0xe9,
+ 0xd4, 0xb5, 0x75, 0xaa, 0x7e, 0xef, 0x40, 0x5d, 0xf6, 0xfd, 0x3a, 0x5e,
+ 0xfe, 0xe5, 0xed, 0xf1, 0xe5, 0xd5, 0xdb, 0xbd, 0x9d, 0x8d, 0x75, 0xec,
+ 0xbe, 0xd9, 0xb1, 0xea, 0xb2, 0x63, 0x95, 0x5b, 0xbf, 0x67, 0xe9, 0xd8,
+ 0xa9, 0xd7, 0x71, 0x77, 0xd7, 0xab, 0xe3, 0x59, 0x96, 0x94, 0x49, 0xf4,
+ 0x61, 0xff, 0xed, 0x87, 0x83, 0xb7, 0x1f, 0x06, 0x1b, 0xd5, 0x6d, 0xf7,
+ 0x4d, 0xa7, 0xa7, 0xeb, 0xd8, 0x79, 0xb3, 0x67, 0xe9, 0xd8, 0xed, 0x3e,
+ 0xa9, 0x0f, 0x08, 0x9d, 0x0e, 0xdc, 0x52, 0x6b, 0x51, 0x6e, 0xbb, 0x3b,
+ 0x56, 0xbf, 0xdc, 0xb5, 0xea, 0xb6, 0x6f, 0x95, 0xdb, 0x4e, 0x43, 0xdd,
+ 0xf6, 0xea, 0x74, 0x1c, 0x3c, 0x4d, 0xc7, 0xce, 0x66, 0x75, 0xdb, 0xd9,
+ 0x6b, 0xd0, 0xd1, 0x3f, 0xe6, 0x7e, 0x60, 0x5f, 0x09, 0x36, 0xa5, 0xec,
+ 0xf6, 0xb7, 0xff, 0xe6, 0xa8, 0xd9, 0xa8, 0xe3, 0xde, 0xb6, 0xa9, 0x63,
+ 0xd7, 0x1e, 0x4b, 0xac, 0x31, 0x57, 0x2f, 0x67, 0x6f, 0xfb, 0xf3, 0xbb,
+ 0xd1, 0x1b, 0xe6, 0x8f, 0x4c, 0x8f, 0x68, 0xd0, 0xdf, 0xd1, 0x4b, 0xb0,
+ 0xe5, 0x18, 0xdc, 0xd9, 0x35, 0xdb, 0xdf, 0x3b, 0xab, 0x1f, 0x77, 0xdf,
+ 0x59, 0xed, 0xaf, 0x6b, 0xb5, 0xbf, 0xd8, 0x49, 0x13, 0xd3, 0x35, 0xbf,
+ 0xcd, 0x30, 0x60, 0xf8, 0x1b, 0xaa, 0x54, 0x5e, 0xff, 0x70, 0x3c, 0x51,
+ 0x79, 0xf6, 0x51, 0xeb, 0x9b, 0xca, 0xf7, 0xf6, 0xac, 0x46, 0xb0, 0x6b,
+ 0x2a, 0xff, 0x2e, 0xb6, 0x0a, 0xb8, 0x1b, 0x50, 0xbe, 0xef, 0x6f, 0x1d,
+ 0x42, 0xf9, 0xa3, 0x03, 0x8f, 0xf6, 0x8d, 0xad, 0xa3, 0xdf, 0xab, 0x57,
+ 0xbe, 0xbb, 0xd7, 0x50, 0xf2, 0x7b, 0x2d, 0x95, 0xdf, 0xde, 0x69, 0x50,
+ 0x3e, 0xfe, 0x7b, 0x2b, 0xcf, 0x4a, 0x7a, 0xcf, 0x54, 0x7e, 0xb7, 0x67,
+ 0x2a, 0xbf, 0xb3, 0xf3, 0x24, 0xe5, 0x2f, 0x3b, 0xfd, 0x9e, 0x33, 0x43,
+ 0x6b, 0x6c, 0x36, 0x71, 0xdf, 0x6a, 0xf3, 0xd6, 0xfc, 0xac, 0xdb, 0x34,
+ 0x3f, 0xf3, 0x7f, 0xab, 0x84, 0x4e, 0x9f, 0xfb, 0x9e, 0x49, 0x63, 0xa3,
+ 0x4e, 0x7d, 0xbb, 0x29, 0xdb, 0x3a, 0xd9, 0xad, 0xc1, 0xfe, 0x0e, 0x34,
+ 0xe8, 0xb4, 0xf7, 0x04, 0x9d, 0xe2, 0x77, 0x66, 0x39, 0xd9, 0xdf, 0xa6,
+ 0xb8, 0x41, 0xa7, 0xdd, 0xbd, 0x3a, 0x9d, 0x3e, 0x75, 0x76, 0xb6, 0x9f,
+ 0x30, 0xa6, 0x5a, 0xdf, 0xf4, 0xae, 0x55, 0x4e, 0x3b, 0xd6, 0x78, 0xd5,
+ 0x6d, 0xfa, 0xa6, 0xbf, 0x0b, 0xde, 0x8d, 0x38, 0xce, 0x57, 0xf7, 0xc9,
+ 0x6a, 0xc2, 0x97, 0xd9, 0x62, 0x39, 0x6c, 0xab, 0x17, 0x64, 0xee, 0x14,
+ 0x25, 0x32, 0x32, 0x96, 0x4a, 0x7f, 0x58, 0x6c, 0x59, 0x02, 0xf0, 0x71,
+ 0x9a, 0xb9, 0x32, 0x8c, 0x17, 0x13, 0x87, 0x35, 0x0e, 0xb0, 0xc6, 0x26,
+ 0x6b, 0x77, 0xe5, 0xb2, 0x76, 0x03, 0xac, 0x5d, 0x93, 0xb5, 0xc7, 0xd6,
+ 0xfc, 0x36, 0x6b, 0x2f, 0xc0, 0xda, 0x33, 0x59, 0xfb, 0x1e, 0xd6, 0x7e,
+ 0x80, 0xb5, 0x6f, 0xb2, 0xee, 0x78, 0x58, 0x77, 0x02, 0xac, 0x3b, 0x26,
+ 0xeb, 0xae, 0x87, 0x75, 0x37, 0xc0, 0xba, 0x6b, 0xb2, 0xee, 0x79, 0x58,
+ 0xf7, 0x02, 0xac, 0x7b, 0xc1, 0x55, 0xb6, 0xbd, 0x55, 0xe6, 0x5e, 0x30,
+ 0xb2, 0x96, 0xe4, 0xcf, 0x2b, 0xff, 0x9e, 0x6c, 0xe5, 0x2f, 0x9d, 0x79,
+ 0x4a, 0x62, 0xd0, 0x44, 0x2d, 0x9e, 0xf5, 0x24, 0xc7, 0xc9, 0xe2, 0xfd,
+ 0x3d, 0x1c, 0x41, 0x4b, 0x07, 0x5f, 0x83, 0xfd, 0x0f, 0x46, 0x5b, 0xfb,
+ 0x94, 0xae, 0xae, 0xf3, 0x22, 0x8d, 0x06, 0x78, 0x5f, 0x2b, 0xba, 0xe3,
+ 0x3f, 0x61, 0xb1, 0xae, 0x9f, 0x3c, 0x64, 0xe5, 0x0a, 0xbd, 0xf7, 0xe2,
+ 0x36, 0xc3, 0x41, 0xb2, 0x9e, 0x5c, 0x5a, 0xbe, 0x40, 0xf7, 0x67, 0x70,
+ 0x19, 0x04, 0x0c, 0x75, 0x1e, 0xe0, 0x85, 0x10, 0x46, 0x26, 0x7e, 0x38,
+ 0xda, 0xc4, 0xf8, 0x90, 0x5d, 0xfa, 0x00, 0xab, 0xd1, 0x07, 0xac, 0x6e,
+ 0x55, 0xfa, 0xc4, 0x61, 0x85, 0xe2, 0x96, 0x1a, 0xc5, 0x7e, 0x95, 0xd0,
+ 0x1f, 0x28, 0xee, 0xa9, 0xb0, 0xbf, 0xcc, 0xd7, 0xde, 0x2c, 0x6c, 0x05,
+ 0xef, 0x2a, 0x53, 0xf3, 0x18, 0xc4, 0xdc, 0x5a, 0xb1, 0x39, 0xee, 0xc1,
+ 0x75, 0xa1, 0xc5, 0x62, 0x79, 0x34, 0xb4, 0x59, 0x26, 0x49, 0x71, 0xab,
+ 0x9b, 0xc0, 0x03, 0x7a, 0xb1, 0x37, 0xa4, 0x93, 0x66, 0x8b, 0x74, 0x55,
+ 0x66, 0x89, 0xdc, 0x9c, 0xc4, 0xdb, 0xbe, 0xeb, 0x45, 0x26, 0xf6, 0x55,
+ 0xb3, 0xf9, 0xda, 0x66, 0x10, 0x7b, 0x62, 0x47, 0xe3, 0xf5, 0x59, 0x52,
+ 0xc0, 0x76, 0x2a, 0x78, 0xeb, 0x2b, 0x73, 0x2c, 0x75, 0xdc, 0x20, 0x1b,
+ 0xaf, 0xe7, 0x18, 0x71, 0x74, 0x53, 0x0e, 0x73, 0xab, 0xd6, 0x7d, 0x5c,
+ 0xdc, 0x9a, 0x75, 0x32, 0x99, 0xc0, 0x9d, 0x34, 0x26, 0xc2, 0x11, 0x70,
+ 0x90, 0x80, 0x6d, 0x4b, 0xbb, 0x84, 0x57, 0x79, 0x32, 0x19, 0x27, 0x68,
+ 0xb7, 0x0b, 0x1d, 0xe3, 0x82, 0xa4, 0x43, 0x98, 0xc1, 0xab, 0x18, 0xa3,
+ 0xdc, 0x55, 0x28, 0xdc, 0xcd, 0x98, 0x27, 0x70, 0xa5, 0xb9, 0x4c, 0xb2,
+ 0x59, 0x11, 0x25, 0x26, 0x5d, 0xc0, 0xec, 0x93, 0x30, 0x91, 0x3c, 0xa9,
+ 0x2c, 0x3f, 0xb1, 0xf4, 0xde, 0xfa, 0x36, 0x0b, 0x95, 0x32, 0xd7, 0x4a,
+ 0x8f, 0x6a, 0xdf, 0xf0, 0x93, 0x6a, 0x7b, 0xc3, 0x07, 0x63, 0x6c, 0x97,
+ 0x4c, 0x13, 0xc8, 0x81, 0x70, 0x33, 0xab, 0xe7, 0xf2, 0x23, 0x63, 0xe2,
+ 0xc7, 0x77, 0xc3, 0x7b, 0x63, 0x6b, 0x09, 0xde, 0x69, 0x5a, 0x05, 0x08,
+ 0xdb, 0xe1, 0x32, 0x19, 0x28, 0xbb, 0x7d, 0x1e, 0x63, 0xb4, 0x64, 0x1e,
+ 0xa4, 0xb5, 0x8f, 0xd5, 0xba, 0x48, 0xa7, 0x99, 0xd0, 0x2f, 0x7e, 0x77,
+ 0x6d, 0x1c, 0x8e, 0x80, 0x52, 0x62, 0x97, 0xaa, 0x84, 0x9d, 0x32, 0x61,
+ 0x7e, 0x85, 0x29, 0x78, 0x35, 0x4b, 0xd3, 0x25, 0x37, 0xbc, 0x72, 0xd6,
+ 0x6c, 0xca, 0x16, 0x6e, 0xff, 0x4c, 0x61, 0xf3, 0x5d, 0x6e, 0x2f, 0xaa,
+ 0xfc, 0x0d, 0x58, 0x94, 0xaf, 0x95, 0xb1, 0x56, 0xe2, 0x67, 0x60, 0x8d,
+ 0xc3, 0xed, 0x73, 0xe2, 0xe1, 0x8f, 0xec, 0x77, 0xee, 0x7e, 0x23, 0x27,
+ 0xb3, 0x02, 0xa4, 0x48, 0x33, 0x98, 0x8d, 0x71, 0x76, 0x40, 0xfc, 0xcc,
+ 0x4a, 0xf2, 0x53, 0xb6, 0x82, 0xbd, 0x7d, 0xee, 0xb8, 0x72, 0x84, 0x8e,
+ 0x11, 0x7d, 0x66, 0x7d, 0x41, 0x1f, 0xeb, 0x32, 0x04, 0x04, 0x71, 0xe3,
+ 0x43, 0x68, 0x37, 0xd0, 0x12, 0xd5, 0x19, 0x65, 0x4e, 0x7f, 0xe6, 0xd4,
+ 0xb1, 0x87, 0x3a, 0x0e, 0x52, 0x77, 0x3d, 0xd4, 0xdd, 0x20, 0x75, 0xcf,
+ 0x43, 0xdd, 0x0b, 0x52, 0xf7, 0x3d, 0xd4, 0xfd, 0x20, 0xf5, 0x8e, 0x87,
+ 0x7a, 0x27, 0x48, 0xbd, 0xeb, 0xa1, 0xde, 0x0d, 0x52, 0xef, 0x79, 0xa8,
+ 0xf7, 0x80, 0xba, 0xae, 0xb2, 0xae, 0x1f, 0xcb, 0x34, 0x50, 0x5d, 0x07,
+ 0x2c, 0xca, 0xbc, 0xa2, 0xea, 0xab, 0x21, 0x10, 0xd0, 0x40, 0x14, 0xb7,
+ 0x21, 0xea, 0xb6, 0x21, 0xea, 0xb5, 0x21, 0xea, 0xb7, 0x21, 0xda, 0x69,
+ 0x43, 0xb4, 0xdb, 0x86, 0x68, 0x8f, 0x13, 0xd5, 0x16, 0x72, 0x56, 0x86,
+ 0xca, 0x38, 0x2b, 0x5b, 0x14, 0x71, 0x56, 0xba, 0x06, 0xeb, 0xfc, 0xe5,
+ 0xdc, 0x92, 0xb2, 0xdb, 0x9a, 0xb2, 0xd7, 0x9a, 0xb2, 0xdf, 0x9a, 0x72,
+ 0xa7, 0x35, 0xe5, 0x6e, 0x6b, 0xca, 0x3d, 0x8d, 0xb2, 0xae, 0x2a, 0x84,
+ 0xd1, 0x87, 0x40, 0x75, 0xc8, 0x17, 0x06, 0x2f, 0x8b, 0x74, 0xfc, 0xaa,
+ 0xb9, 0x62, 0x4a, 0xd7, 0x56, 0x84, 0xb7, 0x5a, 0xda, 0xd1, 0x75, 0x5b,
+ 0xd2, 0xf5, 0x5a, 0xd2, 0xf5, 0x5b, 0xd2, 0xed, 0xb4, 0xa4, 0xdb, 0x6d,
+ 0x49, 0xb7, 0xa7, 0xe8, 0xea, 0x2a, 0x62, 0x92, 0x4e, 0x93, 0xf5, 0x2c,
+ 0x54, 0x11, 0x87, 0x3c, 0x36, 0xba, 0x83, 0x53, 0xfc, 0xe6, 0x8a, 0x10,
+ 0xc2, 0x1c, 0xbf, 0x25, 0xde, 0xda, 0xd8, 0x80, 0xb8, 0xbb, 0x09, 0x71,
+ 0x6f, 0x13, 0xe2, 0xfe, 0x26, 0xc4, 0x3b, 0x9b, 0x10, 0xef, 0x6e, 0x42,
+ 0xbc, 0x67, 0x12, 0xd7, 0x54, 0x98, 0x3c, 0x24, 0xe6, 0x61, 0xe2, 0xa6,
+ 0xd4, 0x05, 0x3a, 0x82, 0x74, 0x16, 0x58, 0x9e, 0x29, 0x41, 0x5d, 0xac,
+ 0x18, 0x64, 0xc3, 0xf1, 0x59, 0x59, 0x17, 0x5d, 0xb5, 0xca, 0x20, 0x89,
+ 0xc8, 0xa4, 0xb1, 0x62, 0x9c, 0x0c, 0x92, 0x15, 0xba, 0x70, 0x3e, 0x8c,
+ 0xe0, 0xaf, 0xe8, 0x34, 0xbf, 0xb9, 0xb1, 0x4c, 0x52, 0x7d, 0x8f, 0xf3,
+ 0x51, 0x46, 0x5f, 0xc0, 0x1c, 0x9d, 0x11, 0xa2, 0x0d, 0xe9, 0x25, 0xbc,
+ 0x3a, 0x63, 0xeb, 0x4b, 0x79, 0xed, 0xe0, 0xe3, 0xd5, 0x01, 0xdc, 0x23,
+ 0x5a, 0xa0, 0x7f, 0x05, 0x0f, 0xbf, 0x88, 0x2b, 0x40, 0x00, 0x13, 0xf3,
+ 0x98, 0xaf, 0x57, 0xd1, 0xc5, 0xc0, 0x94, 0x75, 0xfd, 0x08, 0x62, 0x7c,
+ 0x93, 0x45, 0xa1, 0x9e, 0x5c, 0xbd, 0x64, 0xc5, 0x15, 0x2a, 0xee, 0x59,
+ 0xed, 0x30, 0xca, 0x19, 0xe6, 0x21, 0x92, 0x0b, 0x38, 0x00, 0xcf, 0x27,
+ 0xcb, 0x9c, 0xba, 0x22, 0xe5, 0xe7, 0xd1, 0xad, 0xf8, 0x15, 0x93, 0xe1,
+ 0x2a, 0x83, 0xd0, 0x53, 0xd3, 0x6e, 0x5a, 0x39, 0x4b, 0xf7, 0x18, 0xc0,
+ 0x84, 0xe0, 0xe9, 0x11, 0xfc, 0xe5, 0x1d, 0x43, 0x79, 0x54, 0x34, 0xb8,
+ 0xcd, 0x96, 0x11, 0x3f, 0xe6, 0x15, 0x72, 0x05, 0xfb, 0x68, 0x5c, 0x44,
+ 0x3e, 0x06, 0xdd, 0xaf, 0xb9, 0x20, 0x55, 0x4e, 0xcd, 0x0d, 0x06, 0xc3,
+ 0x80, 0xa0, 0xa2, 0x9d, 0x5b, 0xc6, 0x06, 0xd9, 0x44, 0x5e, 0x4a, 0x56,
+ 0xf6, 0x23, 0xd9, 0x64, 0x3f, 0x2d, 0xa3, 0xdb, 0x04, 0x8c, 0xcb, 0xa0,
+ 0x33, 0x13, 0x41, 0x31, 0x92, 0x14, 0xa3, 0xdb, 0xc4, 0x34, 0xed, 0xa6,
+ 0x49, 0x29, 0x74, 0xa7, 0x56, 0x3a, 0x73, 0xa1, 0x3c, 0xa3, 0x39, 0xcf,
+ 0x56, 0x2e, 0xd3, 0x4c, 0x2d, 0x22, 0x59, 0xf4, 0x7c, 0x32, 0x42, 0x15,
+ 0x46, 0x42, 0x67, 0xbd, 0x70, 0xef, 0xb3, 0x69, 0xd6, 0xe0, 0xed, 0x64,
+ 0x68, 0x58, 0x9c, 0x89, 0xa0, 0x42, 0xc1, 0x07, 0x71, 0xc2, 0x9b, 0x51,
+ 0x34, 0x06, 0xa3, 0x89, 0xd0, 0xc4, 0xf0, 0x4a, 0x7c, 0x3a, 0x9d, 0x42,
+ 0xd1, 0x1b, 0xcb, 0x9d, 0xf1, 0x18, 0x56, 0x3b, 0xdc, 0x4b, 0xc5, 0xd5,
+ 0x15, 0x5c, 0xf9, 0x7c, 0xf6, 0x0c, 0xd2, 0xe5, 0x11, 0x17, 0x10, 0x7e,
+ 0x55, 0x98, 0xf3, 0x4b, 0x83, 0x67, 0x99, 0x14, 0xc5, 0x7d, 0x8e, 0xad,
+ 0xd1, 0x62, 0xbb, 0x10, 0x31, 0x7a, 0x8e, 0xe6, 0x39, 0xcb, 0x7b, 0xbe,
+ 0xc2, 0xd3, 0xfe, 0xca, 0x1a, 0x3e, 0x2e, 0xf1, 0xf2, 0x05, 0xbc, 0x89,
+ 0xf0, 0x1b, 0xd2, 0x94, 0x46, 0x36, 0x17, 0xf8, 0x00, 0xad, 0x72, 0x4a,
+ 0x24, 0xd6, 0x8f, 0x10, 0x29, 0xe2, 0x2e, 0x97, 0xf3, 0xca, 0xeb, 0x90,
+ 0x71, 0x03, 0x02, 0x3d, 0xb0, 0xe9, 0xa9, 0xae, 0x53, 0xf3, 0x92, 0xdf,
+ 0x77, 0x81, 0x05, 0xee, 0xea, 0xed, 0xd4, 0x26, 0x45, 0x9b, 0xbb, 0x05,
+ 0xee, 0x8a, 0xdc, 0x54, 0x76, 0xd5, 0x59, 0xe0, 0xfe, 0xec, 0x86, 0xe5,
+ 0xae, 0xbc, 0x9d, 0xeb, 0x69, 0xa3, 0x2b, 0x89, 0x1b, 0xfe, 0xec, 0xec,
+ 0x10, 0xfe, 0x6e, 0x99, 0x2c, 0xf2, 0x61, 0x27, 0x34, 0xbf, 0x83, 0xd2,
+ 0x31, 0x85, 0x6a, 0xf0, 0x48, 0x68, 0x5b, 0x8e, 0x9d, 0x48, 0x9b, 0x99,
+ 0xe8, 0x4f, 0x49, 0x38, 0x77, 0x5a, 0xfc, 0x95, 0x5f, 0xb1, 0xc0, 0x8b,
+ 0x6d, 0xbc, 0x71, 0x8c, 0x2d, 0x8b, 0x92, 0x27, 0xfc, 0xcd, 0x3c, 0x1b,
+ 0x37, 0xf3, 0x35, 0xf8, 0x41, 0x71, 0x39, 0xa4, 0xdf, 0x26, 0xb0, 0x75,
+ 0x21, 0xa2, 0xc1, 0x40, 0xa7, 0x60, 0xc4, 0x0b, 0x76, 0x3c, 0x3c, 0xf0,
+ 0xce, 0xf9, 0x6a, 0xcd, 0x08, 0x59, 0x95, 0x4d, 0x36, 0x91, 0xae, 0x98,
+ 0xbe, 0x56, 0xbe, 0x34, 0x83, 0x1d, 0x92, 0x3f, 0x94, 0xd3, 0x41, 0x6f,
+ 0x32, 0x5a, 0x01, 0xe7, 0xd9, 0xcc, 0x34, 0xe0, 0x2d, 0x2c, 0x36, 0xbf,
+ 0x38, 0xcf, 0x66, 0x95, 0xd1, 0x6f, 0x1e, 0x65, 0xda, 0xec, 0x64, 0xf1,
+ 0x96, 0xc5, 0x71, 0xb1, 0x5e, 0x5b, 0xc2, 0xb5, 0xc8, 0xe8, 0xd9, 0x33,
+ 0x47, 0x74, 0x13, 0x3b, 0x6f, 0x0e, 0x8c, 0xd3, 0x65, 0xb5, 0xdb, 0x85,
+ 0x46, 0x60, 0xbc, 0xc3, 0x34, 0xc4, 0x6a, 0xcf, 0x92, 0x8d, 0x61, 0x56,
+ 0xbc, 0xd4, 0xcf, 0x75, 0x5a, 0xfe, 0x42, 0x57, 0xf9, 0xaf, 0x9c, 0x67,
+ 0x8b, 0xf3, 0x2a, 0x89, 0x7d, 0x88, 0x44, 0x73, 0x04, 0x9e, 0x0f, 0x19,
+ 0xec, 0x19, 0xe6, 0x81, 0x64, 0xb7, 0xc4, 0xbe, 0xd0, 0xb9, 0xa3, 0x6e,
+ 0xb0, 0x2c, 0x2a, 0xee, 0xca, 0x90, 0x5b, 0x84, 0x0a, 0x81, 0xd2, 0x9a,
+ 0x20, 0x8f, 0x41, 0x37, 0xb3, 0x50, 0xd9, 0xf7, 0x78, 0x9c, 0x56, 0xa3,
+ 0xfa, 0x79, 0xeb, 0xea, 0xd0, 0x54, 0x30, 0x8c, 0xae, 0x47, 0xfe, 0x62,
+ 0x37, 0xcc, 0xb0, 0x2b, 0x3b, 0xa5, 0x8e, 0xbe, 0x58, 0xb1, 0xcf, 0x9e,
+ 0xfd, 0x06, 0xe7, 0x0f, 0x5b, 0xe8, 0x0c, 0xcc, 0xd1, 0xc8, 0xbd, 0x0d,
+ 0x16, 0x6a, 0x9e, 0x6d, 0x24, 0x59, 0xae, 0x2e, 0xd3, 0xf2, 0x1a, 0x07,
+ 0x11, 0x18, 0x36, 0x35, 0x47, 0x8b, 0xd2, 0x93, 0x62, 0x24, 0x47, 0x18,
+ 0xd3, 0xe0, 0xd9, 0x1c, 0x2e, 0x23, 0xce, 0x1e, 0xb9, 0x9b, 0x26, 0x7c,
+ 0x32, 0xab, 0x9c, 0xd2, 0xb1, 0x0f, 0x12, 0x76, 0x73, 0x78, 0x0a, 0xf9,
+ 0xc6, 0xe4, 0xca, 0xa7, 0x25, 0x8f, 0xd3, 0xdb, 0x14, 0x3a, 0x6f, 0xbc,
+ 0x4c, 0xef, 0x30, 0x21, 0xa7, 0x35, 0x19, 0x3c, 0x95, 0xbf, 0x47, 0x9d,
+ 0x87, 0x3b, 0x7b, 0xd4, 0xb2, 0xb4, 0x12, 0x11, 0x85, 0xd8, 0xee, 0xaf,
+ 0x36, 0x4f, 0xe4, 0xf3, 0x70, 0x6e, 0xdc, 0x47, 0x0d, 0x47, 0xf0, 0xad,
+ 0x5e, 0x97, 0x30, 0xf0, 0x9f, 0x2f, 0xc0, 0xd9, 0xa6, 0xe3, 0xa5, 0x0e,
+ 0x18, 0x0b, 0xf0, 0xea, 0xea, 0xe7, 0xbc, 0x82, 0xa8, 0x00, 0x2b, 0xf8,
+ 0x1b, 0x1a, 0x9c, 0x0e, 0x5f, 0xc3, 0x6e, 0xe5, 0xa4, 0xe2, 0x65, 0x43,
+ 0xf3, 0xea, 0x4e, 0xfa, 0x95, 0x1b, 0xcc, 0x4a, 0xd8, 0xb1, 0x04, 0x2f,
+ 0x79, 0xc8, 0x8f, 0x97, 0x0e, 0x1d, 0x85, 0xe0, 0x11, 0xa0, 0x27, 0x31,
+ 0xcb, 0x55, 0x1c, 0x4b, 0xe0, 0x16, 0xe6, 0xb7, 0x9a, 0x86, 0xcf, 0x9e,
+ 0xad, 0x96, 0x73, 0x45, 0x0f, 0xc2, 0x5f, 0xb6, 0x96, 0xfe, 0x4a, 0x3a,
+ 0xfc, 0xb5, 0x75, 0x34, 0x93, 0x7d, 0xaf, 0x92, 0x8c, 0x6e, 0xe1, 0x7a,
+ 0x34, 0x6b, 0x75, 0xd2, 0xdd, 0x8b, 0x9e, 0xf6, 0xfb, 0xc7, 0xe2, 0x09,
+ 0x99, 0x93, 0xad, 0x5e, 0x6b, 0xaa, 0xbf, 0xa9, 0xf6, 0x76, 0x91, 0x4e,
+ 0x92, 0x99, 0xf4, 0xff, 0x58, 0x3d, 0xf7, 0xf0, 0xdc, 0x82, 0x55, 0xcd,
+ 0x42, 0xbe, 0x7c, 0x37, 0xab, 0x05, 0xe3, 0xf4, 0x57, 0xef, 0xe3, 0x59,
+ 0x29, 0x9b, 0x98, 0xb0, 0x2b, 0xb8, 0x71, 0xc1, 0xf9, 0xcb, 0xcd, 0xa7,
+ 0x13, 0xda, 0xa6, 0xba, 0x93, 0x2d, 0xdd, 0xf7, 0x36, 0xc7, 0x68, 0xd5,
+ 0x8e, 0x1d, 0x44, 0x3b, 0x73, 0xb6, 0x6b, 0x81, 0xeb, 0x3c, 0x2f, 0x58,
+ 0x36, 0x4a, 0x6d, 0x92, 0x74, 0x00, 0x41, 0xce, 0x14, 0x41, 0x85, 0xaa,
+ 0x81, 0x8f, 0x55, 0xa3, 0xe4, 0x96, 0xa3, 0x89, 0xfd, 0xa6, 0x87, 0xb5,
+ 0x71, 0xcb, 0x56, 0xba, 0x71, 0x6b, 0x1e, 0x62, 0x58, 0xbd, 0xac, 0xf8,
+ 0x9d, 0x79, 0x97, 0xd8, 0x71, 0xdd, 0x0e, 0xb5, 0x22, 0x9d, 0xb4, 0xcb,
+ 0x1c, 0x42, 0x18, 0xe7, 0xe3, 0x8f, 0x99, 0xf4, 0x86, 0x81, 0xc1, 0x67,
+ 0x69, 0x99, 0xc0, 0x41, 0x82, 0x71, 0x9a, 0x67, 0xcc, 0x0c, 0xb5, 0x18,
+ 0x35, 0x6f, 0x33, 0x16, 0xc1, 0x62, 0x59, 0x00, 0x35, 0xec, 0x9b, 0x45,
+ 0xaa, 0x29, 0x83, 0x31, 0x45, 0x93, 0x5c, 0x2a, 0xd6, 0xb6, 0x83, 0x8e,
+ 0x33, 0xca, 0x2b, 0xfc, 0xee, 0x44, 0xc7, 0x6c, 0xc2, 0x22, 0x0d, 0xd8,
+ 0x73, 0x01, 0xe0, 0x81, 0x7b, 0xbd, 0x00, 0x03, 0x01, 0x67, 0x49, 0x79,
+ 0xab, 0x39, 0x57, 0x34, 0x6a, 0x05, 0x4a, 0x0d, 0x87, 0xae, 0x79, 0x22,
+ 0x4e, 0x3b, 0x54, 0xba, 0x23, 0x28, 0x19, 0xae, 0xf2, 0x6f, 0x41, 0x61,
+ 0xc2, 0xd8, 0xb4, 0x27, 0xb3, 0x27, 0xfb, 0x03, 0x69, 0x57, 0x0b, 0xfc,
+ 0x8b, 0xde, 0x81, 0xcb, 0x61, 0x73, 0xd3, 0x5e, 0x8a, 0xc0, 0x03, 0x17,
+ 0x46, 0x6e, 0xfa, 0x60, 0xd5, 0xe4, 0xc8, 0x70, 0x63, 0x41, 0x81, 0x33,
+ 0x08, 0xb5, 0x24, 0x03, 0x76, 0x74, 0x2f, 0xa9, 0x59, 0xa2, 0xc6, 0x49,
+ 0xc6, 0xa0, 0x12, 0x83, 0xf1, 0xca, 0xdd, 0x84, 0xfe, 0x39, 0x96, 0x4f,
+ 0x8e, 0x0d, 0x71, 0x60, 0xb3, 0x68, 0xce, 0x96, 0xfb, 0x19, 0x78, 0x67,
+ 0xc4, 0xf5, 0x9a, 0x7c, 0x80, 0xac, 0x64, 0x2a, 0x0f, 0x1d, 0xf6, 0xc8,
+ 0x6c, 0xba, 0xbc, 0x54, 0x3a, 0x59, 0xf2, 0xa0, 0x1b, 0x4b, 0x51, 0xe8,
+ 0x06, 0x13, 0xbc, 0x8c, 0xa3, 0xcd, 0x5b, 0x21, 0xd5, 0x57, 0xac, 0xc2,
+ 0x5f, 0xe1, 0x16, 0xda, 0xfe, 0xc9, 0x9c, 0xe9, 0x16, 0xf7, 0x3b, 0x17,
+ 0x89, 0x13, 0x36, 0xd9, 0xa0, 0xbc, 0xee, 0x49, 0x7d, 0x0d, 0xe2, 0x38,
+ 0x7b, 0x60, 0xe3, 0x96, 0x52, 0x5f, 0xb8, 0xcc, 0x83, 0xd3, 0x59, 0xe9,
+ 0x9a, 0x13, 0xe5, 0xef, 0x2f, 0x6e, 0x66, 0xc2, 0x4f, 0x5e, 0x58, 0xae,
+ 0x6b, 0x88, 0x9c, 0x4b, 0x57, 0xf1, 0x87, 0xf7, 0xe9, 0x4c, 0xb9, 0x7d,
+ 0x90, 0x8e, 0x18, 0x31, 0x50, 0x93, 0x72, 0x66, 0x78, 0x19, 0x5a, 0xc2,
+ 0x80, 0x21, 0x62, 0x8e, 0x16, 0xab, 0x6c, 0x7c, 0x0b, 0x67, 0xac, 0x5b,
+ 0xb2, 0x3d, 0xf0, 0x09, 0x54, 0xaa, 0x22, 0x5e, 0xb8, 0x4d, 0xc6, 0x26,
+ 0x51, 0x7d, 0x4e, 0x17, 0x0d, 0xcd, 0x9e, 0xd5, 0xe3, 0xd0, 0xb6, 0xa5,
+ 0xc3, 0x3e, 0x08, 0xe5, 0x6b, 0xa5, 0xbf, 0xfe, 0xc8, 0xc9, 0xe0, 0x96,
+ 0x2f, 0x9b, 0x42, 0x22, 0xdd, 0x92, 0x39, 0xb4, 0x5c, 0x12, 0x18, 0xf2,
+ 0x64, 0xe4, 0x55, 0x3a, 0x6e, 0x16, 0xaa, 0x17, 0xd6, 0x0a, 0x2b, 0x8b,
+ 0x7b, 0x5a, 0x01, 0x6b, 0xfd, 0x62, 0xb1, 0x71, 0xc1, 0xc3, 0x79, 0xc7,
+ 0x5f, 0x42, 0x8c, 0x65, 0xce, 0x84, 0x47, 0xcb, 0x55, 0x8f, 0x10, 0x63,
+ 0xcf, 0x39, 0x45, 0x30, 0x4a, 0xf6, 0xb5, 0x54, 0xd6, 0x20, 0xa0, 0x5e,
+ 0xc4, 0x51, 0xaf, 0x6f, 0x53, 0x6a, 0x3a, 0x03, 0xb7, 0x97, 0x6c, 0x81,
+ 0x95, 0x88, 0x42, 0xcc, 0x0a, 0x69, 0x14, 0x7a, 0xc0, 0x02, 0x17, 0xeb,
+ 0xa5, 0x67, 0x7f, 0x4a, 0xf2, 0xf2, 0x83, 0x6f, 0xe9, 0x89, 0x8d, 0xad,
+ 0x82, 0x5e, 0xaf, 0x97, 0x28, 0x25, 0x2b, 0x8e, 0xf9, 0x81, 0x37, 0x5f,
+ 0xe3, 0xb3, 0x98, 0x8f, 0x3e, 0x39, 0xd0, 0x4d, 0x65, 0x2f, 0xa9, 0x2c,
+ 0x34, 0x99, 0x1e, 0x6b, 0x79, 0xcf, 0x11, 0x54, 0x1a, 0x51, 0xa0, 0xf3,
+ 0x80, 0xc8, 0xe3, 0x59, 0xfa, 0x10, 0xe1, 0xc8, 0xac, 0x8d, 0x01, 0xd2,
+ 0x7a, 0xe6, 0x94, 0x45, 0x4a, 0x46, 0x74, 0xa1, 0xc6, 0x7e, 0xf3, 0x1b,
+ 0x24, 0xc2, 0x5d, 0x02, 0xba, 0xc0, 0x11, 0x04, 0xaf, 0xff, 0xa4, 0x1a,
+ 0x9a, 0xe7, 0xeb, 0x27, 0xa5, 0x57, 0x46, 0xe2, 0x6c, 0x62, 0xff, 0x60,
+ 0x6b, 0xcd, 0x32, 0xb5, 0xe1, 0x7e, 0x85, 0xc6, 0x44, 0xd4, 0x2c, 0x45,
+ 0x6b, 0x61, 0x9e, 0x60, 0x39, 0xf6, 0xf8, 0xa2, 0xf6, 0x07, 0x9e, 0x50,
+ 0x56, 0x88, 0x7a, 0x23, 0x19, 0x2e, 0x0b, 0xd8, 0xf6, 0x99, 0xc9, 0x26,
+ 0x09, 0x86, 0xa4, 0x8c, 0xf9, 0x79, 0x5a, 0x46, 0x3f, 0xf0, 0x6d, 0x0b,
+ 0xf8, 0xec, 0xa1, 0x1f, 0x4d, 0xf0, 0x23, 0xc5, 0xef, 0x19, 0xb0, 0x41,
+ 0xe4, 0x07, 0xb0, 0x8f, 0x94, 0x80, 0x88, 0x54, 0x8c, 0xad, 0x55, 0x97,
+ 0xfe, 0x01, 0x5c, 0x4e, 0xdc, 0x2c, 0x58, 0x3f, 0xc9, 0xc6, 0xfc, 0x09,
+ 0x88, 0x92, 0x7b, 0xca, 0x1a, 0x4c, 0xa9, 0xfc, 0x8e, 0x95, 0x42, 0x8b,
+ 0xd3, 0x3c, 0xff, 0x72, 0x6d, 0x6d, 0xd9, 0x61, 0x84, 0xb5, 0x6d, 0xa4,
+ 0x18, 0xaa, 0xa1, 0xc7, 0xeb, 0xaf, 0xfa, 0x30, 0xf5, 0xf3, 0x62, 0xf8,
+ 0xd1, 0x02, 0xda, 0xb6, 0xc9, 0xfb, 0x93, 0xc3, 0x7c, 0x66, 0x7c, 0x29,
+ 0x7c, 0xdc, 0x15, 0x85, 0xb1, 0x59, 0xbc, 0x2f, 0xcb, 0x84, 0xb5, 0x63,
+ 0x70, 0x9d, 0xc1, 0xbd, 0xec, 0x9a, 0x36, 0xab, 0x8e, 0x85, 0x9b, 0x13,
+ 0xc3, 0xf9, 0x8b, 0xcc, 0x9b, 0x8c, 0x14, 0x0e, 0x60, 0x7c, 0x6c, 0xf0,
+ 0x7e, 0xb9, 0xc8, 0x57, 0x7e, 0x3e, 0x11, 0x69, 0x77, 0x8c, 0xb3, 0xfd,
+ 0x8b, 0x08, 0xec, 0x17, 0xcd, 0xe1, 0x05, 0x1e, 0xfb, 0x20, 0x62, 0xcf,
+ 0x80, 0x5b, 0x10, 0xfc, 0x61, 0x34, 0xcc, 0x69, 0xcf, 0x92, 0xe5, 0x91,
+ 0xa0, 0x38, 0x44, 0x82, 0xa1, 0x8c, 0xc7, 0xce, 0xa2, 0xef, 0x95, 0xc9,
+ 0xb5, 0xab, 0xd6, 0xa4, 0x3e, 0x27, 0xb3, 0xd9, 0x67, 0xde, 0xf6, 0x8d,
+ 0xa6, 0x05, 0xe1, 0x91, 0x88, 0x88, 0x5e, 0x26, 0xb3, 0xe5, 0x6d, 0x02,
+ 0xb7, 0x96, 0xe0, 0x7d, 0x90, 0x79, 0x38, 0x87, 0x84, 0x90, 0x0a, 0x10,
+ 0x62, 0xa9, 0xe9, 0xcf, 0xc1, 0xf2, 0xf9, 0x92, 0xf5, 0x56, 0xa0, 0x81,
+ 0x06, 0x69, 0xbc, 0xfb, 0x4e, 0xef, 0x92, 0x65, 0x2e, 0x5a, 0x61, 0xa9,
+ 0xac, 0x4c, 0x26, 0xec, 0xdb, 0xf2, 0x96, 0x75, 0xfe, 0x35, 0x6e, 0x8f,
+ 0xde, 0x27, 0x6c, 0x94, 0x5e, 0xe3, 0x22, 0xc5, 0x92, 0xe4, 0xf1, 0xa2,
+ 0x0d, 0xee, 0xc3, 0xd0, 0x44, 0xf8, 0x3d, 0xa8, 0x34, 0xce, 0xd3, 0x29,
+ 0x93, 0x74, 0xcd, 0x9a, 0x3e, 0xea, 0x02, 0xb2, 0x0e, 0xd8, 0x8f, 0x3a,
+ 0x61, 0x7c, 0x28, 0x19, 0xa2, 0x81, 0x28, 0xf0, 0xa4, 0x65, 0xb4, 0x59,
+ 0xad, 0xd0, 0xb4, 0x98, 0xad, 0x67, 0xbc, 0xcd, 0xbf, 0xe5, 0x0d, 0xf0,
+ 0xc8, 0xf8, 0x88, 0xca, 0xee, 0x6c, 0xf4, 0x5b, 0x2d, 0xdc, 0x5b, 0xf8,
+ 0xc6, 0xbe, 0xf4, 0x3d, 0xcb, 0x3e, 0xae, 0x77, 0x0a, 0x59, 0x27, 0xf7,
+ 0xa2, 0x4e, 0xf6, 0x8f, 0x22, 0xbb, 0x04, 0xcd, 0xf3, 0x0f, 0x18, 0x0c,
+ 0x12, 0x3e, 0x4d, 0x74, 0x8a, 0x9a, 0x2f, 0xb4, 0x72, 0xf0, 0x53, 0x9a,
+ 0xcf, 0xa0, 0xc8, 0x35, 0x67, 0xa2, 0x5b, 0xf8, 0x82, 0x36, 0xd1, 0x66,
+ 0x5d, 0x15, 0x39, 0x6b, 0x8e, 0x6f, 0xf4, 0x8c, 0x71, 0xfd, 0x66, 0x7c,
+ 0x49, 0x66, 0x87, 0xb3, 0x86, 0xc9, 0xc3, 0x8d, 0x0c, 0x41, 0x1d, 0x04,
+ 0x73, 0x94, 0xcd, 0x97, 0xac, 0x3b, 0xc0, 0x75, 0x1b, 0x77, 0x4b, 0x4c,
+ 0xcf, 0x90, 0x45, 0xf7, 0x0d, 0xf3, 0x83, 0xea, 0xf9, 0x32, 0x04, 0x11,
+ 0xbe, 0x1c, 0x15, 0xe3, 0x55, 0xb6, 0x94, 0x2b, 0x39, 0xbc, 0x03, 0x58,
+ 0x3a, 0x3b, 0x34, 0xdf, 0xe1, 0x37, 0x4e, 0x9c, 0x47, 0xe1, 0xe6, 0x3b,
+ 0x7c, 0x2f, 0x4f, 0xd7, 0x89, 0xe0, 0x8e, 0xd2, 0x89, 0x67, 0x5b, 0x87,
+ 0x65, 0x77, 0xb1, 0x9e, 0x5f, 0x33, 0x7d, 0xb3, 0x02, 0x4d, 0x54, 0xb1,
+ 0xc5, 0x46, 0x3e, 0xce, 0x58, 0x3f, 0xe7, 0xe7, 0x5f, 0xb8, 0xd3, 0x23,
+ 0x5e, 0xfc, 0x73, 0xc2, 0x37, 0x01, 0x01, 0x5b, 0x2c, 0xaf, 0xdc, 0x68,
+ 0x7e, 0x04, 0xb6, 0x54, 0xa5, 0x58, 0x14, 0x52, 0xe4, 0xac, 0x3d, 0xf0,
+ 0x80, 0xc2, 0xe4, 0xff, 0x90, 0xb0, 0x98, 0xef, 0x3b, 0xd5, 0x69, 0x8f,
+ 0x91, 0x55, 0x88, 0xed, 0x58, 0xc9, 0x61, 0x35, 0x06, 0x39, 0x3a, 0xae,
+ 0xf0, 0xb8, 0x46, 0x78, 0xec, 0x15, 0x1e, 0xe2, 0x88, 0x5d, 0xe1, 0xdd,
+ 0x1a, 0xe1, 0x5d, 0xaf, 0xf0, 0x10, 0x47, 0xd7, 0x15, 0xde, 0xab, 0x11,
+ 0xde, 0xf3, 0x0a, 0x0f, 0x71, 0xf4, 0x5c, 0xe1, 0xfd, 0x1a, 0xe1, 0x7d,
+ 0xaf, 0xf0, 0x10, 0x47, 0xdf, 0x15, 0xbe, 0x53, 0x23, 0x7c, 0xc7, 0x2b,
+ 0x3c, 0xc4, 0xb1, 0x63, 0x18, 0x1c, 0x5c, 0x27, 0x87, 0xd9, 0x4d, 0x56,
+ 0xca, 0x73, 0x5f, 0xd8, 0x18, 0x51, 0x9e, 0xa1, 0xaa, 0x9e, 0x00, 0x17,
+ 0x4c, 0x85, 0xf7, 0x06, 0x6c, 0x7e, 0x37, 0x69, 0xb9, 0xbf, 0x7e, 0x10,
+ 0x9c, 0x2f, 0xb7, 0x5f, 0x45, 0x69, 0x39, 0x36, 0x4f, 0x61, 0x78, 0x94,
+ 0xde, 0xac, 0xac, 0xa4, 0x1c, 0x13, 0x6b, 0x8a, 0x25, 0xae, 0x63, 0x89,
+ 0xbd, 0x2c, 0xdd, 0x3a, 0x96, 0xae, 0x97, 0xa5, 0x57, 0xc7, 0xd2, 0xf3,
+ 0xb2, 0xf4, 0xeb, 0x58, 0xfa, 0x5e, 0x96, 0x9d, 0x3a, 0x96, 0x1d, 0x2f,
+ 0xcb, 0x6e, 0x1d, 0xcb, 0xae, 0x97, 0x65, 0xaf, 0x8e, 0x65, 0xaf, 0xae,
+ 0xbe, 0x71, 0xab, 0xcb, 0xad, 0x70, 0xf4, 0x69, 0x5c, 0x5b, 0x77, 0x40,
+ 0x61, 0xd6, 0x1f, 0xe7, 0xa9, 0xab, 0x3c, 0xe4, 0x89, 0x5d, 0x9e, 0xba,
+ 0xda, 0x43, 0x9e, 0xae, 0xcb, 0x53, 0x57, 0x7d, 0xc8, 0xd3, 0x73, 0x79,
+ 0xea, 0xea, 0x0f, 0x79, 0xfa, 0x2e, 0x4f, 0x5d, 0x05, 0x22, 0xcf, 0x8e,
+ 0xcb, 0x53, 0x57, 0x83, 0xc8, 0xb3, 0xeb, 0xf2, 0xd4, 0x55, 0x21, 0xf2,
+ 0xd4, 0x56, 0xa3, 0x5a, 0x19, 0xc1, 0xd7, 0x49, 0x36, 0x0b, 0xd6, 0x43,
+ 0xf9, 0xa5, 0x93, 0xc2, 0xb7, 0x17, 0x1a, 0xee, 0xf9, 0x5b, 0xb6, 0xc9,
+ 0xa2, 0x9a, 0x46, 0x23, 0xed, 0x13, 0x69, 0x86, 0x7d, 0xd6, 0x0f, 0x1e,
+ 0x9d, 0xf8, 0x1b, 0x7d, 0xa9, 0x8e, 0xb1, 0xf6, 0x38, 0x1c, 0x18, 0x1f,
+ 0x1f, 0xc6, 0xcf, 0x89, 0xc5, 0x4d, 0x25, 0x87, 0x36, 0x0e, 0xd2, 0xc6,
+ 0x0e, 0x6d, 0x37, 0x48, 0xdb, 0x75, 0x68, 0x7b, 0x41, 0xda, 0x9e, 0x43,
+ 0xdb, 0x0f, 0xd2, 0xf6, 0x1d, 0xda, 0x9d, 0x20, 0xed, 0x8e, 0x43, 0xbb,
+ 0x1b, 0xa4, 0xdd, 0x75, 0x68, 0xf7, 0x82, 0xb4, 0x76, 0x53, 0x11, 0x3e,
+ 0x65, 0x45, 0x55, 0x88, 0x5f, 0x5f, 0x3f, 0xd5, 0xf9, 0x7e, 0x00, 0xf3,
+ 0x40, 0xdc, 0x63, 0xba, 0xb8, 0x9f, 0xc3, 0x14, 0x1e, 0x6e, 0x6e, 0xb0,
+ 0x74, 0xb3, 0xbf, 0xb1, 0xe9, 0x5b, 0x89, 0xc6, 0x84, 0x19, 0x85, 0xc9,
+ 0x53, 0xa4, 0x40, 0x0c, 0x27, 0xca, 0x38, 0xc1, 0xe3, 0x3f, 0xe1, 0xa2,
+ 0x0d, 0x5a, 0xb9, 0x80, 0x47, 0x18, 0x70, 0x16, 0xfd, 0x16, 0x6c, 0x17,
+ 0xd9, 0xf3, 0xc8, 0xa0, 0x67, 0xe5, 0xd5, 0x5b, 0x96, 0x49, 0xd4, 0x78,
+ 0x0e, 0x06, 0xc2, 0xb3, 0xc5, 0x34, 0x37, 0xcd, 0x13, 0xf1, 0xd9, 0xd6,
+ 0xf7, 0xdb, 0x7a, 0x1f, 0x53, 0xae, 0x1b, 0xcd, 0x26, 0x26, 0x69, 0x3b,
+ 0x7e, 0xda, 0xd8, 0x47, 0x1b, 0xfb, 0x69, 0xbb, 0x3e, 0xda, 0xae, 0x9f,
+ 0xb6, 0xe7, 0xa3, 0xed, 0xf9, 0x69, 0xfb, 0x3e, 0xda, 0xbe, 0x9f, 0x76,
+ 0xc7, 0x47, 0xbb, 0xe3, 0xa7, 0xdd, 0xf5, 0xd1, 0xee, 0xfa, 0x69, 0x59,
+ 0x13, 0xfb, 0x89, 0x1f, 0x73, 0xc0, 0x33, 0x96, 0x08, 0x4c, 0x7f, 0x3b,
+ 0x47, 0x25, 0x6a, 0x00, 0x08, 0x3a, 0x89, 0x44, 0x64, 0x05, 0x0a, 0x0a,
+ 0xdb, 0xef, 0x92, 0x66, 0xb2, 0x8c, 0x4b, 0x4c, 0x98, 0x82, 0x34, 0x57,
+ 0xe2, 0x15, 0x11, 0x79, 0xcc, 0xc1, 0x99, 0xec, 0xa6, 0xdb, 0x5d, 0x2b,
+ 0x48, 0x19, 0x0d, 0x6d, 0x2d, 0xdc, 0xa3, 0xa0, 0x63, 0xbe, 0xab, 0x8d,
+ 0xb4, 0x63, 0xdb, 0x6e, 0x17, 0x8a, 0xb2, 0x4c, 0x76, 0xb5, 0x11, 0x74,
+ 0x95, 0x4c, 0x53, 0xed, 0x6a, 0x87, 0x10, 0xa7, 0x2b, 0x06, 0x14, 0xca,
+ 0x79, 0x6c, 0x4b, 0xa9, 0x1f, 0x72, 0x5e, 0x54, 0x5e, 0xab, 0xbd, 0xba,
+ 0xf0, 0xca, 0x98, 0xf9, 0xd3, 0xa5, 0x72, 0xa7, 0xe5, 0x96, 0x54, 0x61,
+ 0x07, 0xfc, 0xe9, 0x52, 0xd9, 0x02, 0xd2, 0x95, 0xca, 0x96, 0x89, 0x2d,
+ 0xa5, 0x9a, 0xb7, 0x55, 0xa0, 0xfd, 0xa3, 0xbb, 0x0a, 0xdc, 0xfb, 0x8c,
+ 0xfe, 0xcc, 0x4d, 0xbb, 0x8e, 0xf9, 0x19, 0x2a, 0x94, 0x39, 0xa6, 0x03,
+ 0x64, 0xd0, 0x4b, 0xfe, 0x6c, 0xdf, 0x50, 0xb3, 0xf9, 0x7f, 0xad, 0xe7,
+ 0xff, 0xd5, 0x79, 0x22, 0xa2, 0x39, 0xcc, 0xa8, 0xd5, 0xa0, 0x32, 0xd2,
+ 0xef, 0xe8, 0xe0, 0xca, 0x08, 0x68, 0x51, 0xc9, 0xe0, 0x7a, 0xd8, 0x5d,
+ 0x5e, 0x6a, 0x59, 0x75, 0x7d, 0xcf, 0xcc, 0x83, 0x77, 0x5d, 0x61, 0xfd,
+ 0xbc, 0xf2, 0x34, 0x27, 0xc6, 0x13, 0xa1, 0x8b, 0x77, 0x44, 0xd1, 0x4d,
+ 0x32, 0xb2, 0x4a, 0x80, 0x77, 0xb6, 0xe6, 0x99, 0xa7, 0x20, 0x92, 0xe7,
+ 0x9e, 0xce, 0x4e, 0xfa, 0x58, 0xcb, 0x28, 0xda, 0xe1, 0xc7, 0x3e, 0x21,
+ 0x6e, 0x94, 0x1c, 0x98, 0x39, 0xac, 0x6d, 0x0f, 0x7f, 0xfc, 0x63, 0xa4,
+ 0x46, 0x20, 0x79, 0x23, 0xe4, 0x99, 0x9e, 0xe0, 0x45, 0xf4, 0x4b, 0x62,
+ 0x18, 0x71, 0x93, 0xba, 0x69, 0x66, 0xeb, 0x36, 0x93, 0x5d, 0x1d, 0xa1,
+ 0x06, 0x45, 0x67, 0x5f, 0x2b, 0xfa, 0x30, 0x28, 0x7a, 0xf2, 0xb5, 0xa2,
+ 0x59, 0x0f, 0x8b, 0x12, 0xe5, 0x17, 0x44, 0x1f, 0x8b, 0x40, 0xbc, 0x66,
+ 0xd0, 0xee, 0xa9, 0xf2, 0xd1, 0x71, 0x4d, 0x50, 0x7e, 0x65, 0xde, 0x6e,
+ 0x03, 0xf9, 0x90, 0x80, 0xd9, 0x02, 0xb9, 0x2d, 0x49, 0xbd, 0x79, 0x8f,
+ 0x93, 0xd5, 0x04, 0xab, 0xde, 0xd3, 0xbe, 0x63, 0xcb, 0xbc, 0x3f, 0xc6,
+ 0x1c, 0x95, 0xd7, 0x17, 0xfc, 0xc1, 0x97, 0x71, 0x96, 0x79, 0xcb, 0xba,
+ 0x1b, 0xd8, 0x57, 0xcc, 0x94, 0x99, 0x6b, 0xdc, 0x9b, 0xbd, 0x65, 0xc3,
+ 0x15, 0x9b, 0xed, 0xcd, 0x73, 0xd8, 0xe3, 0x5e, 0x81, 0x2f, 0xe0, 0xb4,
+ 0x88, 0xd8, 0x72, 0x20, 0x83, 0x3b, 0xd0, 0xea, 0x10, 0x39, 0x38, 0x3a,
+ 0x7d, 0x87, 0x72, 0x0b, 0x71, 0xe4, 0x9e, 0xf1, 0x23, 0x1f, 0x71, 0xd2,
+ 0x39, 0x11, 0xa6, 0xe6, 0x60, 0x97, 0xe9, 0x3b, 0xd3, 0xe0, 0xee, 0xeb,
+ 0x83, 0x55, 0x36, 0xb9, 0x81, 0x25, 0x60, 0x24, 0x7d, 0x42, 0x8b, 0x12,
+ 0x4d, 0xcb, 0x6b, 0xe9, 0x05, 0xd2, 0x9c, 0x38, 0x55, 0x3c, 0x71, 0x1d,
+ 0x8f, 0x31, 0x81, 0xba, 0x88, 0x6e, 0xf4, 0xe6, 0xc6, 0xe8, 0x3e, 0xc3,
+ 0x71, 0xd6, 0x4d, 0x52, 0xa6, 0x46, 0x4f, 0x69, 0x37, 0x2c, 0x9f, 0xd4,
+ 0x4b, 0xcb, 0x36, 0x93, 0x76, 0x58, 0x2f, 0x6d, 0xb2, 0x99, 0x34, 0xdb,
+ 0x96, 0xae, 0x2d, 0xae, 0xb9, 0xfd, 0xd7, 0x9a, 0xd6, 0x75, 0xc4, 0x35,
+ 0x36, 0x77, 0xe1, 0xaf, 0xfc, 0x96, 0x8f, 0x9c, 0xfa, 0xc0, 0xa9, 0xae,
+ 0xb5, 0xc8, 0x79, 0x17, 0x9a, 0x63, 0x96, 0x76, 0x0d, 0xca, 0xf4, 0xa1,
+ 0xe4, 0x55, 0xf7, 0x73, 0xf4, 0x07, 0x6e, 0xfb, 0xec, 0x22, 0xe1, 0x3e,
+ 0x79, 0x5c, 0xa2, 0x13, 0x9d, 0xe8, 0xb5, 0x70, 0xef, 0xe0, 0x92, 0x1d,
+ 0xea, 0x64, 0x6f, 0x19, 0x99, 0x4b, 0xe2, 0x91, 0x3d, 0xe5, 0x2e, 0x28,
+ 0x50, 0x55, 0xee, 0x13, 0x88, 0x35, 0xef, 0xfe, 0x97, 0x65, 0xc2, 0xb7,
+ 0x8e, 0xf9, 0xa3, 0x81, 0x08, 0x5b, 0x7f, 0x09, 0x8b, 0x8b, 0x78, 0x2b,
+ 0xca, 0x4a, 0xe1, 0xa4, 0x02, 0x6e, 0x7b, 0x27, 0x9a, 0xbf, 0xa3, 0x28,
+ 0x9f, 0x46, 0x9d, 0xed, 0x3f, 0xbc, 0x69, 0x95, 0xcc, 0x6d, 0x52, 0xb0,
+ 0x79, 0x04, 0xfb, 0x6a, 0xf7, 0x21, 0xeb, 0xba, 0xeb, 0x8a, 0xe8, 0x65,
+ 0x67, 0x5b, 0xcf, 0xea, 0x2b, 0xd4, 0xe4, 0x44, 0x53, 0x62, 0xfb, 0x4d,
+ 0xa7, 0x49, 0x8d, 0x3f, 0x34, 0x28, 0x21, 0x3e, 0xcb, 0x37, 0x78, 0x67,
+ 0xa1, 0x64, 0x6a, 0x63, 0xa1, 0x61, 0x4a, 0x87, 0x46, 0x4a, 0xfd, 0x86,
+ 0x94, 0xfa, 0xbe, 0xfc, 0x0e, 0x6f, 0xf9, 0x6d, 0xc4, 0x15, 0x5b, 0x6e,
+ 0x81, 0x19, 0x4f, 0x26, 0x78, 0x95, 0xf2, 0xc5, 0x9c, 0x3c, 0xa9, 0x61,
+ 0x03, 0xe0, 0x2d, 0xec, 0x4e, 0x43, 0x8a, 0xfc, 0xb2, 0x15, 0xbe, 0xc6,
+ 0x00, 0x0d, 0x45, 0x33, 0x7f, 0xcb, 0xda, 0x9f, 0xba, 0x74, 0xef, 0x49,
+ 0xc4, 0x97, 0x6c, 0x82, 0x39, 0x33, 0x12, 0x42, 0x91, 0xf8, 0x9e, 0x29,
+ 0x9a, 0xae, 0xf2, 0x39, 0xdf, 0x39, 0x37, 0xa7, 0x4b, 0x5b, 0x62, 0x15,
+ 0xb9, 0xc0, 0x3c, 0x83, 0xd5, 0x5b, 0xc1, 0x73, 0x97, 0xbe, 0x01, 0xbb,
+ 0xa3, 0xa2, 0x7d, 0xdf, 0xf1, 0x6b, 0x03, 0x7c, 0xdc, 0x16, 0x8d, 0xfc,
+ 0x53, 0x3e, 0x5b, 0xcf, 0xd3, 0x72, 0x95, 0x8d, 0xa3, 0x23, 0x61, 0xb4,
+ 0x98, 0x4d, 0xb9, 0x59, 0x2f, 0x93, 0x3a, 0x79, 0x09, 0x40, 0xc9, 0x75,
+ 0xc1, 0xd5, 0x63, 0xab, 0xdb, 0xf1, 0x7a, 0x06, 0x67, 0x7c, 0x78, 0xbb,
+ 0x80, 0x7d, 0xe0, 0xb8, 0x19, 0x85, 0xc3, 0x74, 0xc1, 0xc6, 0xe5, 0x47,
+ 0x3c, 0x57, 0x7b, 0x13, 0x7d, 0x3a, 0x62, 0x31, 0xac, 0xe4, 0xf1, 0x2c,
+ 0x87, 0x0d, 0xde, 0xea, 0x32, 0x2c, 0x1e, 0xed, 0x44, 0xac, 0x31, 0x89,
+ 0x17, 0xf4, 0x58, 0x8a, 0x70, 0x74, 0x28, 0xcc, 0x57, 0x32, 0x79, 0xbc,
+ 0xc6, 0x5f, 0x2e, 0x72, 0x90, 0x02, 0x7e, 0x94, 0x85, 0xf7, 0xa0, 0xce,
+ 0x76, 0xff, 0x0f, 0x59, 0x71, 0x8b, 0x67, 0x7a, 0xf7, 0xe9, 0xb5, 0x9c,
+ 0xff, 0x34, 0xdc, 0xd0, 0x57, 0xc5, 0x21, 0x9e, 0x5f, 0xbc, 0xbf, 0xc6,
+ 0x11, 0x1b, 0xee, 0xdb, 0x81, 0x87, 0x60, 0x51, 0x2e, 0x57, 0x3c, 0x92,
+ 0xdb, 0x28, 0x5c, 0x80, 0x4e, 0x87, 0xf0, 0x7c, 0xe9, 0xfd, 0x6b, 0x4e,
+ 0xad, 0x97, 0xd0, 0x09, 0xac, 0xf0, 0x59, 0x73, 0x61, 0x7d, 0x0d, 0x9b,
+ 0xc9, 0x9a, 0x7b, 0x86, 0xb9, 0xcf, 0x15, 0x75, 0x81, 0x62, 0x20, 0xb4,
+ 0xf7, 0xfa, 0x1e, 0x5e, 0x5e, 0x88, 0xa4, 0xdf, 0x28, 0x0a, 0x35, 0x35,
+ 0x2f, 0xb2, 0x9b, 0x45, 0x32, 0x2b, 0xaa, 0x87, 0x41, 0x50, 0xc4, 0x67,
+ 0x83, 0x8f, 0x70, 0xeb, 0x1b, 0x43, 0xd1, 0xfa, 0x36, 0x0b, 0x06, 0x0b,
+ 0xa6, 0x7a, 0xe5, 0x66, 0x93, 0x59, 0x2a, 0x94, 0x7e, 0x7f, 0xef, 0xcb,
+ 0xc4, 0x0a, 0x73, 0x01, 0x29, 0x8b, 0xef, 0x28, 0x0f, 0x8d, 0x4e, 0x06,
+ 0xa1, 0xcc, 0x80, 0x25, 0x55, 0x7e, 0xc6, 0x02, 0xd6, 0x56, 0x33, 0x78,
+ 0xbd, 0x35, 0xe0, 0xd6, 0x59, 0x91, 0xb5, 0xe0, 0xa3, 0x8b, 0xca, 0x0b,
+ 0x68, 0xc9, 0x94, 0x65, 0x34, 0x76, 0x66, 0x5e, 0x1e, 0x9e, 0x5c, 0xbe,
+ 0xbd, 0x1a, 0x1e, 0x5d, 0xbc, 0x3d, 0xfa, 0xf0, 0xca, 0xce, 0x84, 0x5b,
+ 0x23, 0x87, 0xe8, 0xd8, 0xe2, 0x10, 0xd2, 0x68, 0xac, 0x95, 0x5e, 0x74,
+ 0xb1, 0x2e, 0x6e, 0x5f, 0x5f, 0xac, 0x67, 0xb3, 0xb7, 0xf0, 0x1f, 0x71,
+ 0xa8, 0x54, 0xd4, 0xe6, 0xa9, 0xf7, 0x76, 0xc7, 0xa8, 0x07, 0x43, 0x1e,
+ 0x58, 0x04, 0x10, 0x42, 0xa0, 0xf1, 0x29, 0xf1, 0x11, 0x1e, 0xaf, 0xa3,
+ 0x73, 0x1f, 0x68, 0xd0, 0x70, 0x42, 0xa5, 0x93, 0x62, 0x77, 0x80, 0x61,
+ 0x10, 0x66, 0x27, 0xd1, 0xf2, 0x16, 0x12, 0x94, 0x75, 0xa4, 0x7d, 0x63,
+ 0xb2, 0x04, 0xaf, 0x7d, 0xc2, 0xd5, 0x12, 0x3c, 0x8e, 0x13, 0x19, 0x3b,
+ 0xd9, 0x1f, 0xf2, 0x3b, 0x24, 0x03, 0xcd, 0xd1, 0x9f, 0x3d, 0x3c, 0xc0,
+ 0xcd, 0xc7, 0x9b, 0x54, 0x3f, 0x1f, 0x94, 0xe7, 0xeb, 0x19, 0x1e, 0x1f,
+ 0x2a, 0xab, 0xe3, 0x62, 0x0c, 0xe1, 0x1b, 0x41, 0xcb, 0x55, 0x0e, 0x59,
+ 0xbc, 0x4f, 0x1e, 0xa1, 0x76, 0xd8, 0x98, 0x09, 0x17, 0xf4, 0x20, 0x3d,
+ 0x50, 0x56, 0x5c, 0x08, 0x62, 0xdd, 0xb2, 0x48, 0x3d, 0xdf, 0x24, 0x5c,
+ 0x96, 0xb1, 0xd5, 0x76, 0x81, 0x29, 0xdc, 0xdf, 0xe6, 0x51, 0x36, 0x65,
+ 0x63, 0xcd, 0x23, 0x58, 0xcc, 0x05, 0xb7, 0xd6, 0x45, 0xe4, 0x51, 0x1c,
+ 0x5f, 0xa8, 0x69, 0xb5, 0x0a, 0x69, 0x88, 0x6c, 0x0a, 0x4a, 0x65, 0x3b,
+ 0x5b, 0xa6, 0x73, 0x06, 0x8a, 0xb2, 0x4e, 0x2d, 0xaf, 0x55, 0xcb, 0x06,
+ 0x04, 0x67, 0xbe, 0x2c, 0x1f, 0xac, 0x73, 0x3f, 0xb1, 0x8f, 0x97, 0xfc,
+ 0x3d, 0x9a, 0x48, 0x5e, 0xbc, 0x4e, 0x33, 0xaf, 0x8b, 0xba, 0x2a, 0xd8,
+ 0x64, 0x4f, 0x50, 0x43, 0xa4, 0xab, 0x69, 0xc2, 0x26, 0x27, 0x42, 0x8b,
+ 0xa3, 0xe1, 0x41, 0x43, 0x19, 0xa4, 0xd5, 0xf5, 0x79, 0x75, 0x1b, 0xfe,
+ 0x3a, 0x9f, 0x3c, 0x3e, 0x41, 0x11, 0x96, 0xac, 0xfe, 0x05, 0x58, 0xa9,
+ 0x1b, 0x28, 0x72, 0xfc, 0xbf, 0x8c, 0xf8, 0x7d, 0x24, 0xed, 0xf2, 0x8a,
+ 0xa6, 0x14, 0x4e, 0x9c, 0xd9, 0xff, 0xb8, 0x5e, 0xb8, 0x37, 0xca, 0x38,
+ 0x0e, 0xb3, 0x62, 0xbc, 0x4a, 0xe1, 0x56, 0x07, 0xfb, 0xc2, 0x4f, 0xf8,
+ 0xe3, 0xc7, 0x36, 0xca, 0xdc, 0xe9, 0x05, 0xc2, 0x68, 0x86, 0xcb, 0x42,
+ 0xa8, 0xb1, 0xaf, 0xdf, 0xeb, 0x31, 0x2f, 0x22, 0xf8, 0x2a, 0x68, 0x59,
+ 0x44, 0xc3, 0x1c, 0xff, 0x31, 0x2e, 0x04, 0x3d, 0xa1, 0x9e, 0x96, 0x05,
+ 0xfb, 0x9f, 0xa6, 0x95, 0xbc, 0x30, 0x2c, 0x2f, 0x18, 0xab, 0x36, 0x50,
+ 0x5f, 0x63, 0x58, 0x32, 0x1b, 0x26, 0x6f, 0x58, 0x04, 0x37, 0xbe, 0xcd,
+ 0xcf, 0xad, 0x5b, 0xcc, 0xce, 0x87, 0x5b, 0x3f, 0xf7, 0x17, 0x91, 0xb8,
+ 0x8b, 0x70, 0xc5, 0x74, 0xb9, 0xb5, 0x1e, 0x65, 0xe8, 0xdb, 0x05, 0x30,
+ 0x33, 0xf1, 0x3a, 0x9e, 0x17, 0x8b, 0x8c, 0x6a, 0xcd, 0xcb, 0x18, 0xe5,
+ 0xca, 0x43, 0xa7, 0xcb, 0x7c, 0x74, 0x99, 0x4b, 0x37, 0xf1, 0xd1, 0x4d,
+ 0x5c, 0xba, 0x65, 0x36, 0x31, 0xbd, 0x6b, 0x00, 0x9d, 0x5c, 0x06, 0x38,
+ 0x84, 0xba, 0xf5, 0x76, 0x24, 0x14, 0x13, 0x7c, 0x43, 0xc3, 0x21, 0x77,
+ 0x09, 0x62, 0xa9, 0x28, 0x42, 0x5d, 0x4a, 0x5b, 0xa6, 0x0c, 0xb5, 0x4a,
+ 0x11, 0xae, 0xeb, 0xaa, 0x62, 0x84, 0x1e, 0x0c, 0x01, 0xe6, 0x96, 0x2e,
+ 0x0b, 0x84, 0x8f, 0x30, 0xa8, 0x89, 0xef, 0x9f, 0x12, 0xb8, 0x32, 0xab,
+ 0x1e, 0x99, 0xe0, 0x7d, 0x5f, 0xd1, 0x99, 0x9d, 0x87, 0x26, 0x2c, 0x9e,
+ 0x0b, 0xb7, 0x1f, 0x9a, 0xd4, 0xf7, 0x6b, 0xe3, 0x14, 0xb4, 0xe0, 0x16,
+ 0x5f, 0x40, 0x8b, 0xa9, 0xbc, 0x25, 0x09, 0x13, 0x61, 0xd6, 0x92, 0x96,
+ 0xdc, 0xe8, 0xd1, 0x84, 0xd3, 0xb0, 0xa5, 0xf7, 0x67, 0x36, 0x42, 0x8b,
+ 0xdb, 0x92, 0x3c, 0x3a, 0x24, 0xea, 0x2c, 0xaf, 0x6a, 0x71, 0x99, 0xb0,
+ 0x6f, 0x1c, 0x63, 0x16, 0x3d, 0xe1, 0xbf, 0x65, 0xa9, 0xcc, 0xa6, 0xb6,
+ 0xce, 0xc6, 0x30, 0x50, 0xb3, 0xb0, 0xe7, 0xe6, 0x36, 0x0b, 0x56, 0x01,
+ 0x64, 0xc1, 0xb8, 0x63, 0x8e, 0xd4, 0x22, 0xf6, 0xc2, 0x73, 0xc9, 0x5c,
+ 0x3a, 0x83, 0x0d, 0x30, 0xf2, 0x58, 0x1f, 0xa3, 0x51, 0x19, 0xff, 0x3b,
+ 0x99, 0xc3, 0xbd, 0x45, 0xf1, 0x39, 0x94, 0xae, 0x5a, 0x1f, 0x54, 0x5b,
+ 0x60, 0xf1, 0xdc, 0x34, 0x98, 0xf7, 0x2e, 0xa1, 0xc9, 0x2d, 0x1e, 0xa9,
+ 0x69, 0x66, 0x83, 0x84, 0x04, 0xcf, 0xfb, 0x34, 0x51, 0x73, 0x45, 0xf4,
+ 0x57, 0x43, 0x84, 0xee, 0x49, 0x10, 0xfd, 0x59, 0xe2, 0x30, 0xb5, 0x80,
+ 0x51, 0x4c, 0x7b, 0x00, 0x0c, 0x39, 0x70, 0xde, 0x21, 0x0f, 0xd9, 0x5c,
+ 0x83, 0xcd, 0xd8, 0x57, 0xd9, 0xec, 0x31, 0x12, 0xcd, 0xc7, 0x14, 0x2e,
+ 0x3c, 0xe8, 0x61, 0xf7, 0xe6, 0xf1, 0x23, 0x16, 0x3f, 0xe2, 0xf1, 0xb0,
+ 0x75, 0xf4, 0x13, 0xd8, 0xe4, 0x87, 0xb9, 0x02, 0x7f, 0xdc, 0x05, 0x3e,
+ 0x11, 0xf8, 0x90, 0x29, 0xe7, 0x5e, 0xd8, 0x67, 0xd8, 0x44, 0x0b, 0x26,
+ 0x4b, 0x5b, 0x6c, 0x49, 0x39, 0x86, 0x66, 0x06, 0xc4, 0xab, 0xf4, 0x87,
+ 0x02, 0x2e, 0x4d, 0xad, 0x6f, 0x20, 0x7a, 0x78, 0xc5, 0xa7, 0x9e, 0x30,
+ 0x89, 0x1b, 0x27, 0x8b, 0x1f, 0x4a, 0x3e, 0x95, 0x9b, 0x08, 0x6f, 0x93,
+ 0x65, 0x74, 0x97, 0x15, 0xd9, 0x75, 0x36, 0x63, 0x4b, 0x0e, 0x4c, 0x75,
+ 0x0c, 0xb6, 0xbd, 0x56, 0x19, 0x5f, 0x9a, 0x42, 0xd2, 0x05, 0xdc, 0x20,
+ 0xe1, 0x83, 0x26, 0x3e, 0xa1, 0xc7, 0x09, 0x5b, 0xa6, 0x6e, 0xe8, 0xb3,
+ 0xb8, 0x59, 0x32, 0x4e, 0x0b, 0x64, 0x2e, 0xf3, 0x49, 0xfe, 0x63, 0xb4,
+ 0x4a, 0x59, 0xde, 0x4b, 0x54, 0x80, 0xcd, 0x9c, 0x86, 0x57, 0xff, 0x0b,
+ 0xe3, 0x92, 0x45, 0x0e, 0xca, 0x09, 0x9a, 0x62, 0x39, 0x03, 0x9b, 0x4e,
+ 0x28, 0x36, 0x5b, 0xc0, 0x6a, 0x8d, 0xcd, 0xfb, 0xf1, 0x67, 0x01, 0xfe,
+ 0x08, 0x50, 0xe5, 0xfb, 0x14, 0x1d, 0x19, 0xf0, 0xa7, 0x8a, 0x6f, 0x65,
+ 0x31, 0xde, 0xca, 0xa9, 0x3f, 0xeb, 0x33, 0xd2, 0x51, 0x01, 0x2b, 0x65,
+ 0x5c, 0xe3, 0x55, 0x71, 0xf1, 0x73, 0xe3, 0xd9, 0x92, 0xb5, 0x58, 0x41,
+ 0x73, 0xef, 0x7a, 0x07, 0x53, 0xe7, 0x35, 0x46, 0x17, 0x52, 0xa1, 0x2f,
+ 0xe1, 0xfa, 0x3e, 0x2f, 0x77, 0x7c, 0xa7, 0xc1, 0x5f, 0x16, 0x09, 0xa1,
+ 0xc5, 0x30, 0xc7, 0x39, 0xf7, 0x49, 0xb5, 0x92, 0x78, 0x15, 0xfd, 0x1e,
+ 0x59, 0xe3, 0xd4, 0xfe, 0xba, 0xcc, 0xcb, 0xf5, 0x22, 0x15, 0x5f, 0x13,
+ 0xf9, 0xd3, 0xbc, 0x6d, 0x9a, 0xad, 0x0a, 0x5e, 0xc1, 0x3f, 0xc2, 0xf2,
+ 0x30, 0xbb, 0x86, 0xbc, 0xa1, 0x7f, 0x53, 0x58, 0xa7, 0xde, 0xb2, 0x02,
+ 0xfb, 0xe1, 0x60, 0xbd, 0x5a, 0xfc, 0xe0, 0x6d, 0x72, 0x20, 0x31, 0x1a,
+ 0x28, 0x2e, 0xe8, 0x89, 0x1d, 0xad, 0x95, 0x25, 0x2c, 0x7a, 0xa4, 0x84,
+ 0xb2, 0x02, 0x78, 0x69, 0x16, 0x00, 0x6e, 0x5a, 0x3a, 0x05, 0x00, 0xa1,
+ 0xf8, 0x90, 0x8a, 0x0d, 0xa7, 0x9d, 0x51, 0xc7, 0x7e, 0xde, 0xc5, 0x22,
+ 0xa4, 0x48, 0xf1, 0xec, 0x46, 0x5d, 0xd8, 0x6f, 0xa3, 0x5f, 0xac, 0xe9,
+ 0x17, 0xb7, 0xd1, 0x30, 0xf6, 0x6a, 0x18, 0x4b, 0x0d, 0xe3, 0x8d, 0x34,
+ 0xd4, 0x2e, 0x3d, 0xe1, 0xf6, 0x0b, 0x94, 0xbb, 0xb7, 0x64, 0xf1, 0x4d,
+ 0x24, 0x2a, 0x6c, 0xd4, 0x9c, 0x59, 0xb6, 0xbc, 0x6e, 0x39, 0x7e, 0x7b,
+ 0xb9, 0x41, 0xe1, 0x42, 0xf3, 0x6a, 0x9d, 0xd1, 0x57, 0xde, 0x0c, 0x05,
+ 0x4a, 0x1c, 0xbe, 0x51, 0x3e, 0xb5, 0x1d, 0xbd, 0x47, 0xf0, 0xb1, 0xdb,
+ 0xfa, 0x87, 0xeb, 0x8d, 0xd6, 0x37, 0x3d, 0xe1, 0xff, 0xf7, 0xcf, 0x51,
+ 0xff, 0x77, 0xc3, 0xe5, 0xfa, 0x77, 0xb0, 0x6a, 0x9c, 0xa8, 0xb7, 0xf9,
+ 0xe2, 0x20, 0x8e, 0xb5, 0xa7, 0x1f, 0x20, 0x7b, 0x32, 0x6b, 0xfc, 0xee,
+ 0x3b, 0xec, 0x79, 0xe3, 0x02, 0x8e, 0xdf, 0x80, 0x7f, 0xd2, 0xf3, 0x7e,
+ 0x35, 0xaf, 0xe0, 0xce, 0x6e, 0x8d, 0xa1, 0x44, 0x9b, 0xd1, 0xd8, 0x83,
+ 0x88, 0xaf, 0xb8, 0x6a, 0x8a, 0xc5, 0x5f, 0xb4, 0xb1, 0xfd, 0xe4, 0x52,
+ 0x9b, 0x88, 0xfe, 0x63, 0x12, 0xac, 0x86, 0xaa, 0xbf, 0x5f, 0x82, 0xbe,
+ 0xc2, 0x0e, 0x3c, 0x80, 0x3e, 0x60, 0x2b, 0x38, 0xfd, 0x24, 0xd0, 0x98,
+ 0xe2, 0x8b, 0xe5, 0xe1, 0x0b, 0x33, 0x07, 0xd5, 0xa4, 0xd0, 0x79, 0xa7,
+ 0x69, 0x56, 0xad, 0xfb, 0x4e, 0x13, 0x3e, 0xf8, 0x67, 0x6c, 0x9d, 0xb6,
+ 0x05, 0xb3, 0xa1, 0x62, 0xec, 0x1d, 0x10, 0xc0, 0xde, 0x5f, 0x74, 0x29,
+ 0x1e, 0x9f, 0x43, 0x67, 0x02, 0x26, 0x36, 0xab, 0xce, 0x16, 0xa3, 0x95,
+ 0x78, 0xfb, 0xe3, 0xf0, 0x1c, 0xf3, 0x1d, 0x83, 0xf9, 0x32, 0x52, 0x1f,
+ 0x7f, 0x58, 0x73, 0x8f, 0x20, 0x68, 0x84, 0x73, 0xa2, 0x3a, 0x96, 0xe9,
+ 0xd4, 0xe5, 0x01, 0x8f, 0x68, 0x2e, 0xd3, 0x20, 0xcf, 0xf1, 0xe8, 0xe7,
+ 0x38, 0x59, 0xe8, 0xca, 0x4d, 0x93, 0x85, 0xdf, 0xf7, 0xb0, 0x46, 0xaf,
+ 0xc6, 0x63, 0xc5, 0xe1, 0xf5, 0x31, 0xbc, 0xff, 0x76, 0xe0, 0x66, 0x3e,
+ 0x19, 0x87, 0xb3, 0xce, 0xfd, 0xaa, 0xf3, 0x79, 0xb3, 0xce, 0x33, 0x86,
+ 0xf0, 0x11, 0x9f, 0x72, 0x8f, 0x66, 0xa2, 0xa7, 0x39, 0xdc, 0xf8, 0xc1,
+ 0xdd, 0xcf, 0x56, 0xd1, 0x27, 0x7c, 0x18, 0xa9, 0xf1, 0xc3, 0x0c, 0x68,
+ 0x84, 0xbb, 0xb5, 0x41, 0x3e, 0x31, 0xb4, 0x7b, 0xd9, 0xf9, 0x36, 0x7b,
+ 0x83, 0x94, 0xf7, 0x17, 0xc7, 0x17, 0x2e, 0xeb, 0xed, 0x72, 0xba, 0x0c,
+ 0xf3, 0xe0, 0xf7, 0x82, 0xcd, 0x74, 0x9c, 0x42, 0x2a, 0x78, 0x44, 0xb8,
+ 0xa4, 0xf8, 0x88, 0xad, 0x17, 0x14, 0x8c, 0xcc, 0xa2, 0x88, 0x7c, 0x0c,
+ 0x68, 0x89, 0x55, 0x38, 0x17, 0x14, 0x1c, 0x68, 0xb3, 0x75, 0x34, 0x96,
+ 0x4f, 0x74, 0xdd, 0x56, 0x95, 0xc3, 0x33, 0x58, 0x36, 0x7f, 0x7e, 0x5c,
+ 0x8c, 0x65, 0xa3, 0x82, 0xa0, 0x11, 0x0f, 0xf2, 0xb1, 0x5c, 0xa2, 0x19,
+ 0x9f, 0xa3, 0xc1, 0x47, 0x41, 0xcf, 0x6d, 0xea, 0xc8, 0x83, 0xc6, 0x90,
+ 0x25, 0x1e, 0x71, 0x94, 0x70, 0x78, 0x2c, 0xd9, 0x26, 0xd3, 0x75, 0x2d,
+ 0xa5, 0xb2, 0x70, 0x8b, 0xd4, 0xb0, 0x57, 0x7f, 0x3d, 0xf3, 0x36, 0x89,
+ 0x0f, 0x79, 0x34, 0x9d, 0x81, 0x9d, 0x59, 0x98, 0x0d, 0x49, 0xf3, 0x1c,
+ 0xdc, 0x21, 0xf5, 0x6a, 0x31, 0x12, 0x76, 0xa2, 0x46, 0x48, 0xc2, 0xba,
+ 0xf6, 0x4f, 0xec, 0x73, 0xb1, 0x18, 0xdf, 0x62, 0xcf, 0xd6, 0x3a, 0x7a,
+ 0x96, 0x83, 0x87, 0x72, 0xd8, 0xaf, 0xc0, 0x58, 0xf8, 0x11, 0xfd, 0x31,
+ 0x1a, 0xf0, 0xb4, 0x7c, 0x56, 0xb6, 0x80, 0xff, 0x14, 0xaf, 0x31, 0x59,
+ 0x81, 0x30, 0x4e, 0x60, 0x3a, 0xd2, 0xe4, 0x49, 0xe1, 0xa4, 0xb5, 0xf8,
+ 0x2b, 0xc8, 0x1f, 0xcd, 0xc4, 0xc1, 0xad, 0xdb, 0x58, 0xa5, 0x2d, 0x95,
+ 0xef, 0x3b, 0x46, 0x0b, 0x5f, 0xfc, 0xd5, 0xdb, 0x69, 0x2b, 0xf2, 0xd8,
+ 0x22, 0x47, 0x0b, 0xd9, 0x63, 0xf1, 0x36, 0xd0, 0x36, 0x90, 0x5d, 0x23,
+ 0xa7, 0x6b, 0xc9, 0xe9, 0xfa, 0xe5, 0x74, 0x9b, 0xe4, 0xf4, 0x2c, 0x39,
+ 0x3d, 0xbf, 0x9c, 0x5e, 0x93, 0x9c, 0xbe, 0x25, 0xa7, 0xef, 0x97, 0xd3,
+ 0x6f, 0x92, 0xb3, 0x63, 0xc9, 0xd9, 0xf1, 0xcb, 0xd9, 0x69, 0x92, 0xb3,
+ 0x6b, 0xc9, 0xd9, 0xf5, 0xcb, 0xd9, 0x6d, 0x92, 0xb3, 0x67, 0xc9, 0xd9,
+ 0xf3, 0xcb, 0xd9, 0x6b, 0x92, 0xf3, 0xce, 0x92, 0xf3, 0xce, 0x2f, 0xe7,
+ 0x5d, 0x93, 0x9c, 0xce, 0xb6, 0xdd, 0xde, 0xb6, 0xfd, 0x92, 0x3a, 0xdb,
+ 0x8d, 0xa2, 0x9c, 0xa6, 0xdb, 0x09, 0x88, 0xea, 0x34, 0x8a, 0xb2, 0x9b,
+ 0x75, 0x27, 0xd0, 0xae, 0x3b, 0xd6, 0x5c, 0x42, 0x76, 0xb4, 0x71, 0xc0,
+ 0xa2, 0x17, 0x38, 0x19, 0xc4, 0x89, 0x26, 0xde, 0x6a, 0x86, 0x8e, 0x0f,
+ 0xe4, 0x8e, 0x0d, 0xfb, 0x73, 0xf1, 0xb8, 0x4a, 0xa3, 0x39, 0x5f, 0xc0,
+ 0xc6, 0x81, 0x41, 0x34, 0x9d, 0xba, 0x54, 0xd3, 0xa9, 0x4d, 0xe6, 0x5f,
+ 0xac, 0x5d, 0xc3, 0x0a, 0x19, 0x72, 0x67, 0x7c, 0x10, 0xe1, 0x62, 0xc5,
+ 0xcc, 0x66, 0x36, 0x1e, 0x07, 0xf2, 0x67, 0x14, 0xd7, 0x28, 0x08, 0xad,
+ 0xe4, 0xad, 0xd6, 0xb8, 0x7b, 0x6a, 0x10, 0x4e, 0xd5, 0xc4, 0x41, 0xdf,
+ 0xc2, 0x90, 0xf6, 0x9a, 0x0a, 0xaf, 0x46, 0x7f, 0xa7, 0xf9, 0x89, 0xb4,
+ 0xf4, 0x0e, 0x4a, 0xe0, 0x40, 0x0b, 0x35, 0xc0, 0x6d, 0xbe, 0x7b, 0xaa,
+ 0x6d, 0x85, 0x56, 0x38, 0x70, 0x63, 0x82, 0x7d, 0xa3, 0x90, 0x57, 0x37,
+ 0xa7, 0xac, 0xcc, 0xc6, 0x83, 0xdf, 0x47, 0x14, 0xb2, 0xf5, 0x81, 0x95,
+ 0xe3, 0xad, 0x16, 0xc5, 0xd6, 0x05, 0xf8, 0x8a, 0x5b, 0x1c, 0x93, 0x86,
+ 0x52, 0xe2, 0xcd, 0xc3, 0x1e, 0xe1, 0xd5, 0x30, 0xed, 0x09, 0x1b, 0x7b,
+ 0xc2, 0x56, 0x7c, 0xd4, 0x17, 0x2f, 0x7c, 0xa3, 0x71, 0x0e, 0x86, 0xbd,
+ 0xed, 0xa1, 0xff, 0x66, 0x51, 0x3f, 0xf4, 0xa3, 0xdd, 0x12, 0x3e, 0xee,
+ 0x6b, 0x33, 0x85, 0xe5, 0x17, 0xef, 0xc0, 0x2f, 0x88, 0x63, 0x9b, 0x38,
+ 0xc6, 0xb9, 0x7a, 0xeb, 0x71, 0x5f, 0x88, 0xe9, 0xda, 0x62, 0xba, 0x01,
+ 0x31, 0x81, 0x61, 0x5f, 0x88, 0xe9, 0xd9, 0x62, 0x7a, 0x01, 0x31, 0x81,
+ 0x51, 0x5f, 0x88, 0xe9, 0xdb, 0x62, 0xfa, 0x01, 0x31, 0x81, 0x41, 0x5f,
+ 0x88, 0xd9, 0xb1, 0xc5, 0xec, 0x04, 0xc4, 0x04, 0xc6, 0x7c, 0x21, 0x66,
+ 0xd7, 0x16, 0xb3, 0x1b, 0x10, 0x13, 0x18, 0xf2, 0x85, 0x98, 0x3d, 0x5b,
+ 0xcc, 0x5e, 0x40, 0x4c, 0x60, 0xc4, 0x17, 0x62, 0xde, 0xd9, 0x62, 0xde,
+ 0x05, 0xc4, 0x04, 0x06, 0x7c, 0xd9, 0xc8, 0x8c, 0xd1, 0x1e, 0x1a, 0xd9,
+ 0x86, 0xa3, 0xbd, 0x94, 0xd3, 0xb1, 0xe5, 0x6c, 0x38, 0xd4, 0x4b, 0x39,
+ 0xb1, 0x2d, 0xa7, 0xed, 0x38, 0x2f, 0x7a, 0xd5, 0xd8, 0xbe, 0x09, 0x67,
+ 0x0c, 0xf0, 0x82, 0xca, 0x37, 0xbc, 0xbf, 0x9c, 0x80, 0xf5, 0x8c, 0x57,
+ 0x72, 0x00, 0x17, 0x94, 0xb5, 0x83, 0xbc, 0xa4, 0x51, 0x43, 0xfc, 0xa6,
+ 0xa3, 0xba, 0x3e, 0x16, 0xb2, 0x41, 0xc3, 0x3f, 0x12, 0xf2, 0x44, 0x02,
+ 0xe3, 0x93, 0x1c, 0x4b, 0x3c, 0x61, 0x63, 0xd3, 0x4f, 0x2e, 0x2c, 0x18,
+ 0xe0, 0x32, 0x62, 0x75, 0x84, 0x95, 0x2f, 0xd7, 0xb3, 0x64, 0x25, 0x7d,
+ 0x81, 0x5a, 0x2f, 0x38, 0x86, 0xc6, 0x67, 0xa5, 0x48, 0xf1, 0xf5, 0xac,
+ 0xc8, 0x1f, 0x7c, 0x65, 0xf0, 0x9c, 0x8e, 0xfd, 0x9b, 0x2c, 0x97, 0xb3,
+ 0x47, 0xbc, 0x84, 0x92, 0x0a, 0x63, 0xc1, 0x96, 0xa0, 0x73, 0x18, 0xb8,
+ 0x61, 0xaf, 0x19, 0x65, 0xe0, 0xeb, 0x53, 0x2e, 0x65, 0x2b, 0x5a, 0xce,
+ 0x52, 0x38, 0x19, 0x5c, 0xa5, 0xe2, 0x8e, 0x86, 0x92, 0xcb, 0x16, 0xd3,
+ 0xb8, 0xb6, 0xc7, 0xcf, 0x19, 0xbc, 0x15, 0x9c, 0xc2, 0xee, 0xbe, 0x12,
+ 0x5f, 0xc1, 0x53, 0xe4, 0xb0, 0xff, 0x03, 0xe5, 0xc9, 0x3f, 0xc1, 0x72,
+ 0xd1, 0xc4, 0x56, 0x27, 0x62, 0x59, 0x09, 0xef, 0xd2, 0x71, 0xaf, 0x8b,
+ 0x0f, 0xcb, 0x9e, 0x9d, 0x7a, 0x61, 0x6d, 0xb4, 0x51, 0x08, 0x9a, 0x1e,
+ 0x0d, 0x49, 0xe1, 0x6b, 0x98, 0x69, 0xb6, 0x9a, 0xc3, 0xf6, 0x72, 0x75,
+ 0x56, 0xe8, 0x17, 0xa5, 0xcc, 0xe3, 0xc2, 0xd3, 0xf3, 0x83, 0x3c, 0x59,
+ 0x4d, 0x5e, 0xff, 0x09, 0xee, 0x44, 0xc0, 0xa5, 0x04, 0xb8, 0x12, 0x64,
+ 0x78, 0x64, 0x4f, 0xc7, 0xeb, 0x2b, 0x15, 0xbe, 0xc5, 0x3d, 0x2f, 0x54,
+ 0x84, 0xe6, 0x35, 0x50, 0x79, 0x00, 0xaf, 0x62, 0xa5, 0xf9, 0x06, 0x1e,
+ 0xa1, 0xc2, 0x2f, 0xd1, 0x82, 0x85, 0x5b, 0x98, 0xfc, 0x9e, 0x73, 0xb6,
+ 0x40, 0x1f, 0xc9, 0x33, 0x79, 0x0b, 0x20, 0x2a, 0x38, 0x9f, 0x76, 0x6c,
+ 0x81, 0x84, 0x2c, 0x5f, 0xb3, 0xe9, 0x08, 0x74, 0xa9, 0x11, 0x96, 0x3e,
+ 0xb4, 0x14, 0xc6, 0x08, 0x51, 0x56, 0xe4, 0x13, 0x26, 0xcf, 0xd6, 0x82,
+ 0x42, 0xe4, 0x21, 0x8a, 0xae, 0x52, 0x75, 0xc4, 0x38, 0x97, 0x17, 0xad,
+ 0xe0, 0xc9, 0x11, 0x5b, 0xe4, 0xf2, 0x79, 0x91, 0x94, 0x55, 0x15, 0xe6,
+ 0x56, 0x34, 0x4d, 0xbe, 0xa4, 0xc7, 0x8c, 0xec, 0x8a, 0x51, 0xb1, 0x95,
+ 0xb2, 0x2c, 0xf9, 0x2c, 0x30, 0x03, 0xc2, 0xb5, 0xb4, 0x12, 0xeb, 0x5f,
+ 0x4e, 0xfb, 0x27, 0x73, 0x6e, 0xea, 0x91, 0xf9, 0x7a, 0xc8, 0xae, 0x33,
+ 0xe7, 0xb1, 0x51, 0x8d, 0x84, 0x38, 0x28, 0x21, 0x0e, 0x2a, 0x24, 0x4c,
+ 0x82, 0x8d, 0x6f, 0x61, 0xb3, 0xbb, 0xc8, 0xfe, 0x26, 0xb7, 0x48, 0x2b,
+ 0xeb, 0x61, 0xe5, 0x15, 0x0b, 0xc5, 0x6b, 0xcd, 0xcf, 0xa0, 0xe1, 0x5e,
+ 0x26, 0x63, 0xdc, 0x38, 0x12, 0x9e, 0x49, 0x5e, 0xff, 0xe9, 0x34, 0x59,
+ 0xc3, 0x4a, 0x5a, 0x9d, 0x73, 0x56, 0xef, 0xe5, 0xe7, 0x3c, 0x4a, 0xc4,
+ 0x7c, 0xe6, 0x03, 0x9c, 0x49, 0x1e, 0xb2, 0x4d, 0x8b, 0xd5, 0x6e, 0x92,
+ 0xca, 0x56, 0x3d, 0xd3, 0x85, 0x7a, 0x9e, 0xfe, 0xec, 0x8f, 0xcb, 0xec,
+ 0x8e, 0xdf, 0x70, 0x30, 0x1e, 0xd7, 0x70, 0xbe, 0x2a, 0x56, 0xec, 0xfe,
+ 0x56, 0x8c, 0x22, 0x39, 0x5e, 0xcf, 0xd5, 0x31, 0xb7, 0xc1, 0x97, 0x8a,
+ 0x87, 0x3f, 0x4e, 0x60, 0x75, 0x68, 0xe4, 0x4b, 0x87, 0x9b, 0x9d, 0xf8,
+ 0xe3, 0x1f, 0x23, 0x9f, 0xf2, 0xaf, 0x7e, 0x0f, 0x6a, 0xc1, 0x3a, 0x25,
+ 0xf8, 0x74, 0x96, 0x5e, 0x78, 0xcc, 0x54, 0x4f, 0x44, 0x5c, 0x98, 0x5b,
+ 0xdf, 0xf2, 0x76, 0x34, 0xe6, 0xaf, 0x8b, 0xa2, 0xdf, 0x36, 0xd6, 0xd7,
+ 0xdc, 0xa4, 0x1f, 0xcc, 0xd6, 0x60, 0xe1, 0xf2, 0x30, 0xbf, 0xaf, 0xca,
+ 0x6c, 0x8c, 0x61, 0x10, 0xc4, 0x8b, 0x2b, 0x94, 0x44, 0x27, 0x9c, 0x84,
+ 0x3f, 0x05, 0xab, 0x3c, 0xcc, 0x84, 0x7c, 0xe5, 0xa1, 0xf3, 0x1a, 0xc6,
+ 0xe3, 0x74, 0x46, 0xf1, 0xce, 0xea, 0xeb, 0xb4, 0x64, 0x5f, 0xac, 0x9f,
+ 0xa2, 0x09, 0x7c, 0xc7, 0xe0, 0x92, 0x8f, 0x16, 0xc1, 0x46, 0x5d, 0xdb,
+ 0xd4, 0x4d, 0x55, 0x1f, 0xba, 0x6d, 0xe5, 0xaa, 0x32, 0x6a, 0x92, 0xe1,
+ 0xb7, 0x45, 0x5d, 0x79, 0x9c, 0x11, 0x63, 0x37, 0x13, 0xf8, 0xc2, 0xd3,
+ 0x7c, 0xf8, 0xbb, 0x2c, 0x5b, 0xd1, 0x56, 0xe2, 0xd4, 0xb2, 0xe8, 0x32,
+ 0x2d, 0xc1, 0x38, 0xe5, 0xfe, 0x64, 0x22, 0x4d, 0xf4, 0xc0, 0x19, 0x19,
+ 0xe7, 0xe7, 0x46, 0xd2, 0x98, 0x48, 0xbc, 0xda, 0x11, 0x92, 0x5b, 0x79,
+ 0xfc, 0xe6, 0x6a, 0x71, 0x89, 0xae, 0xfd, 0x4b, 0xb0, 0x12, 0x0a, 0x66,
+ 0x9b, 0xb4, 0xa4, 0x9e, 0x3d, 0x03, 0x63, 0x9c, 0x2c, 0xa2, 0x29, 0x0d,
+ 0x90, 0xf6, 0x53, 0x35, 0xee, 0x3c, 0x94, 0xab, 0x04, 0x2f, 0xe8, 0x59,
+ 0xe5, 0x0a, 0x41, 0x20, 0xbe, 0xb6, 0x48, 0x2b, 0x39, 0xfc, 0x2e, 0xfc,
+ 0x55, 0x3e, 0x4b, 0x17, 0x79, 0x36, 0x89, 0xe0, 0xb5, 0x9c, 0xd9, 0x0d,
+ 0x91, 0x00, 0x82, 0x5b, 0x95, 0x29, 0x1c, 0x05, 0x07, 0x5b, 0xd0, 0x70,
+ 0x59, 0x6c, 0x56, 0xe1, 0x76, 0x0d, 0xa5, 0xfa, 0xe3, 0x4a, 0xb7, 0xbc,
+ 0x9f, 0x22, 0xd3, 0xcc, 0xac, 0xa8, 0xed, 0x5a, 0x69, 0x2d, 0xea, 0x1a,
+ 0xf7, 0x1d, 0xb0, 0x12, 0xa2, 0x3f, 0xbc, 0x90, 0x67, 0xae, 0x26, 0xcc,
+ 0xca, 0x5a, 0x5d, 0xa4, 0xec, 0x8b, 0x0c, 0xc6, 0x91, 0xda, 0xf4, 0x2b,
+ 0x34, 0xad, 0x2b, 0xcb, 0xe4, 0xcc, 0x19, 0x38, 0x79, 0xfc, 0x57, 0x67,
+ 0x42, 0x35, 0xd8, 0x33, 0xdb, 0x06, 0xb9, 0x2a, 0xc2, 0x81, 0xf6, 0xe4,
+ 0x54, 0xf6, 0x6a, 0xb6, 0x6c, 0x62, 0xc1, 0x3c, 0x99, 0x56, 0xd9, 0xe1,
+ 0x57, 0x47, 0x35, 0x49, 0x5a, 0x43, 0x6e, 0x21, 0xe9, 0x79, 0xf8, 0x33,
+ 0x1e, 0x78, 0xa0, 0xe7, 0xfd, 0xd8, 0xdb, 0x36, 0x01, 0x90, 0x42, 0x9e,
+ 0x20, 0xc0, 0xb9, 0x48, 0xa9, 0x56, 0x2a, 0x8e, 0x49, 0x80, 0x45, 0x99,
+ 0x9d, 0x26, 0x95, 0xf9, 0xb6, 0x7d, 0xfe, 0x5b, 0x9f, 0x2f, 0x40, 0x8d,
+ 0xdb, 0x53, 0x06, 0x41, 0xe6, 0x6d, 0x1f, 0x42, 0x64, 0x9b, 0x29, 0x43,
+ 0xc5, 0xf4, 0x4c, 0xe3, 0xb4, 0xe6, 0x0e, 0x7a, 0xeb, 0xe1, 0x66, 0x9e,
+ 0xf1, 0x29, 0x7d, 0xa0, 0x6d, 0xee, 0x9f, 0x5e, 0x19, 0x73, 0x88, 0xe8,
+ 0x37, 0xaf, 0x54, 0xf5, 0xe5, 0x35, 0xb5, 0x35, 0x2a, 0x97, 0x89, 0xf2,
+ 0xcf, 0x0f, 0xb4, 0x34, 0xe4, 0xc7, 0xf0, 0x5b, 0x25, 0x34, 0xb7, 0xca,
+ 0xc5, 0x9f, 0x2d, 0x39, 0xa7, 0xf8, 0xaa, 0x14, 0x2b, 0x43, 0xe3, 0xa1,
+ 0x82, 0x3c, 0x4b, 0x1e, 0xa4, 0xcd, 0x47, 0x2d, 0x35, 0x9f, 0x3c, 0x78,
+ 0xe1, 0x87, 0xef, 0x81, 0xfd, 0xb2, 0x2a, 0x79, 0x8c, 0xa8, 0x49, 0x54,
+ 0xb6, 0xe0, 0x1f, 0x46, 0x9d, 0x19, 0x9b, 0x07, 0x16, 0x3c, 0xbc, 0x5c,
+ 0xbe, 0x38, 0x6b, 0xa1, 0x8e, 0x23, 0xc3, 0xa7, 0x4e, 0x0b, 0x51, 0x4c,
+ 0x9d, 0x01, 0x1e, 0x9b, 0xd5, 0x8a, 0xca, 0x16, 0x8c, 0xa8, 0x85, 0x56,
+ 0x96, 0x28, 0x2d, 0x5f, 0xc9, 0x43, 0xb3, 0x04, 0x75, 0x5a, 0xcb, 0xc6,
+ 0xdd, 0x70, 0xfb, 0x07, 0x2a, 0x46, 0xb0, 0x55, 0x2b, 0x0a, 0xaf, 0x76,
+ 0xd4, 0x4a, 0x02, 0x51, 0x47, 0xe5, 0x35, 0x4a, 0xaa, 0x15, 0xc5, 0xb7,
+ 0x9b, 0xae, 0xbe, 0x64, 0xcb, 0x08, 0xbd, 0x9c, 0x7a, 0xe4, 0x31, 0x51,
+ 0x10, 0x8f, 0xd1, 0x7e, 0x69, 0x72, 0xf0, 0x52, 0x5f, 0x15, 0xbc, 0x3f,
+ 0xcc, 0xf8, 0xb4, 0x38, 0x36, 0x76, 0xf3, 0xb1, 0x5e, 0xc5, 0x19, 0x06,
+ 0x3f, 0xf3, 0x04, 0xb7, 0xe2, 0xc5, 0xd8, 0x5b, 0x8d, 0xa3, 0x03, 0x11,
+ 0x11, 0xc9, 0xd1, 0x3a, 0x9f, 0x4e, 0x6b, 0x17, 0x44, 0x3e, 0x06, 0xec,
+ 0xf9, 0x56, 0x12, 0x9e, 0x21, 0xce, 0x7b, 0xfd, 0x95, 0xbf, 0x1e, 0x60,
+ 0x5f, 0x23, 0xd8, 0xc6, 0xc6, 0x19, 0x31, 0x4a, 0x13, 0xab, 0x6a, 0x21,
+ 0xec, 0x7c, 0xc1, 0x27, 0xd1, 0xac, 0xda, 0xfc, 0xc9, 0xe0, 0x65, 0x1e,
+ 0x24, 0xf9, 0xb8, 0x94, 0x2b, 0x21, 0xfb, 0x45, 0x3d, 0x24, 0xc2, 0xaf,
+ 0xef, 0x60, 0x43, 0x7b, 0xe6, 0xea, 0x3c, 0x00, 0x2f, 0x55, 0x81, 0x14,
+ 0x1c, 0x53, 0xeb, 0x63, 0xf9, 0xf4, 0x41, 0x3d, 0xc8, 0xb6, 0x18, 0xd9,
+ 0xbc, 0xef, 0x7d, 0x76, 0x13, 0xd6, 0xd9, 0x91, 0xc8, 0x66, 0x50, 0x25,
+ 0x5c, 0x1f, 0x42, 0xa9, 0xa8, 0x29, 0x93, 0xea, 0x0a, 0x3d, 0xcd, 0xef,
+ 0xdb, 0xc9, 0xfc, 0xc4, 0x37, 0xdc, 0xb8, 0x17, 0x5c, 0xd4, 0x37, 0xa4,
+ 0xea, 0xa7, 0xa2, 0x68, 0xaf, 0xaa, 0x29, 0x56, 0x2a, 0x1d, 0xd0, 0x97,
+ 0x49, 0x6e, 0xad, 0xaf, 0xb2, 0xd1, 0xaf, 0xdb, 0x50, 0x70, 0x74, 0xe5,
+ 0x56, 0x14, 0x36, 0x17, 0x07, 0x2f, 0xd4, 0xe4, 0xf2, 0x6b, 0x2d, 0xec,
+ 0xf1, 0x1e, 0xe7, 0xab, 0xc3, 0xe9, 0x38, 0xe7, 0x4f, 0xe6, 0x9f, 0x24,
+ 0xd2, 0x53, 0x98, 0x75, 0xd2, 0x22, 0x69, 0x53, 0xdf, 0x4a, 0xde, 0x9d,
+ 0x38, 0x41, 0x75, 0x49, 0x2f, 0x13, 0x13, 0x46, 0x84, 0xa6, 0x7d, 0xdb,
+ 0x69, 0x79, 0xb2, 0xb8, 0xcd, 0xae, 0xc1, 0xcf, 0x80, 0x66, 0x35, 0x80,
+ 0xb7, 0x54, 0x6e, 0x90, 0x1b, 0xbf, 0x6b, 0x8b, 0x1c, 0x24, 0x0c, 0x57,
+ 0xd9, 0x1c, 0x6d, 0x2e, 0x83, 0x1e, 0xb0, 0xb9, 0xdc, 0x2e, 0x05, 0xff,
+ 0xac, 0x71, 0xc5, 0x27, 0xae, 0xc2, 0x70, 0x28, 0x4f, 0x06, 0x54, 0xe7,
+ 0xe3, 0xd2, 0x61, 0x7a, 0xd3, 0x4e, 0xf8, 0xbe, 0xd4, 0x12, 0xbe, 0xc2,
+ 0x20, 0x69, 0x95, 0xcc, 0x97, 0xaf, 0x33, 0x75, 0x30, 0x5a, 0x89, 0xbc,
+ 0x64, 0x11, 0x27, 0x8b, 0x06, 0xb5, 0x75, 0x93, 0xfb, 0x39, 0xe3, 0x7a,
+ 0x54, 0xf3, 0xb9, 0x4b, 0xfc, 0xe9, 0x1b, 0xe4, 0x86, 0xab, 0x24, 0xc3,
+ 0xbb, 0x49, 0x38, 0x7c, 0xc3, 0x66, 0x2a, 0x9f, 0x53, 0xcb, 0x70, 0x1e,
+ 0x6c, 0x6e, 0x80, 0x0a, 0x0e, 0x18, 0x7d, 0x94, 0x11, 0x9e, 0x52, 0x84,
+ 0x0e, 0xc0, 0x6b, 0x87, 0xbd, 0x8b, 0x66, 0xb0, 0xc4, 0x21, 0x96, 0x38,
+ 0xc8, 0xd2, 0x0d, 0xb1, 0x74, 0x83, 0x2c, 0xbd, 0x10, 0x4b, 0x4f, 0x2f,
+ 0xa6, 0x69, 0xb2, 0x18, 0x3f, 0xca, 0x0b, 0xcb, 0xaa, 0xb4, 0x8e, 0x21,
+ 0x34, 0xc2, 0x3d, 0x63, 0xf3, 0xc3, 0x30, 0x4c, 0xc6, 0xb7, 0xf9, 0x3c,
+ 0x85, 0x4a, 0x33, 0xad, 0xd5, 0x5c, 0x03, 0x2d, 0x9a, 0xbe, 0x1e, 0xdf,
+ 0xc2, 0x3b, 0xbc, 0x8f, 0x4b, 0x9d, 0x4d, 0xc5, 0xa6, 0xf3, 0x25, 0x8f,
+ 0x75, 0xf8, 0x54, 0x8c, 0x8f, 0x0f, 0xcd, 0x25, 0xfb, 0x19, 0xb5, 0x28,
+ 0x9d, 0x33, 0x7e, 0x8d, 0x6f, 0x29, 0xb3, 0x85, 0x6e, 0x51, 0x47, 0x31,
+ 0xc5, 0x10, 0x09, 0x4c, 0xb0, 0x23, 0xe3, 0x4d, 0x30, 0x99, 0xcb, 0x68,
+ 0x27, 0xc1, 0x2a, 0x2a, 0xc0, 0xf9, 0x69, 0x15, 0x50, 0xb5, 0x8a, 0xf2,
+ 0x71, 0x1e, 0xc6, 0xa1, 0x24, 0xab, 0x18, 0x2f, 0x5f, 0x37, 0xc8, 0xd7,
+ 0xad, 0xe5, 0xeb, 0x05, 0xf9, 0x7a, 0xb5, 0x7c, 0xfd, 0x20, 0x9f, 0x8a,
+ 0xd1, 0x9b, 0xd8, 0x6d, 0xb2, 0x9a, 0xa5, 0x8f, 0xfb, 0x63, 0x38, 0x56,
+ 0x78, 0x8f, 0x7f, 0xe3, 0x5d, 0x5a, 0x78, 0x18, 0x39, 0x86, 0x9b, 0x50,
+ 0xf8, 0xd8, 0x98, 0x2f, 0xe6, 0xf1, 0xec, 0xc6, 0x34, 0x7e, 0x8e, 0x6f,
+ 0x85, 0x92, 0x31, 0x6c, 0x2b, 0x5b, 0xe1, 0x78, 0x91, 0x90, 0xc7, 0x18,
+ 0x1d, 0xe7, 0xfb, 0xfd, 0xc1, 0x25, 0xbc, 0xad, 0x11, 0xd3, 0x8a, 0x89,
+ 0x18, 0x0a, 0xf1, 0x95, 0x01, 0xbc, 0x94, 0x65, 0x84, 0x13, 0x61, 0x97,
+ 0xd4, 0x34, 0xdf, 0x95, 0x4f, 0xc1, 0xbf, 0x46, 0xce, 0xa6, 0x16, 0x70,
+ 0xb2, 0x07, 0x47, 0x49, 0x6b, 0xb0, 0x63, 0x71, 0xb3, 0x4a, 0xd3, 0x02,
+ 0x1e, 0xa3, 0x8b, 0x67, 0x3b, 0xf8, 0x7a, 0xd4, 0x3b, 0xbf, 0xe1, 0x09,
+ 0x69, 0x32, 0xb8, 0xea, 0x97, 0x55, 0x40, 0x98, 0xcb, 0x10, 0x8e, 0x6c,
+ 0x22, 0xfe, 0x02, 0x42, 0x0c, 0x33, 0xf2, 0x6c, 0x3c, 0x62, 0xdd, 0xf9,
+ 0x34, 0x87, 0xed, 0xed, 0xa3, 0x07, 0x78, 0x7a, 0x02, 0xaf, 0xf1, 0x92,
+ 0xd9, 0xdb, 0x83, 0x55, 0xfe, 0x25, 0x35, 0x2d, 0x6d, 0xfc, 0x32, 0xcb,
+ 0xaf, 0x93, 0x99, 0x7c, 0xb7, 0xa9, 0x5e, 0xaf, 0x62, 0xc5, 0xdd, 0x60,
+ 0x9c, 0x7c, 0xf0, 0xca, 0x63, 0x8c, 0xc1, 0xf9, 0x70, 0x10, 0xdd, 0x5d,
+ 0xa6, 0xd3, 0x88, 0xa9, 0x5f, 0x26, 0x37, 0x6a, 0x87, 0x22, 0x99, 0x8c,
+ 0x3f, 0x8d, 0x8d, 0x33, 0x07, 0xf0, 0xcd, 0x20, 0x5f, 0x84, 0x17, 0x60,
+ 0xc2, 0x7e, 0x36, 0xe1, 0xbb, 0xa7, 0xac, 0x9f, 0x25, 0x13, 0x28, 0x3b,
+ 0x08, 0x03, 0x83, 0xf0, 0xe0, 0x6e, 0x45, 0x98, 0x58, 0x17, 0x54, 0xc6,
+ 0xe7, 0x65, 0xbf, 0xb5, 0x9c, 0x2c, 0xa9, 0x91, 0x23, 0x4c, 0xf9, 0x4d,
+ 0xb2, 0xbb, 0x6c, 0xc2, 0x3d, 0x27, 0xc2, 0x6c, 0x9c, 0x2b, 0x5f, 0x19,
+ 0xa1, 0x3b, 0xe4, 0xd1, 0x03, 0xed, 0x69, 0xae, 0xf9, 0x69, 0xe5, 0x46,
+ 0xa3, 0x61, 0x43, 0xf5, 0xb2, 0x72, 0x49, 0xf4, 0x2c, 0xe3, 0xe1, 0x72,
+ 0xab, 0xcf, 0x48, 0x77, 0x76, 0x9f, 0x3c, 0xe2, 0x6b, 0xe3, 0x28, 0x93,
+ 0xdc, 0x72, 0x6f, 0x33, 0xc1, 0xb8, 0x13, 0xc5, 0xec, 0xe1, 0xe3, 0x07,
+ 0x9e, 0x70, 0x8f, 0x9e, 0x75, 0x04, 0x7c, 0x91, 0x0e, 0xd7, 0x46, 0x81,
+ 0x9d, 0x33, 0xe3, 0xf9, 0xdf, 0x45, 0x36, 0x39, 0xe5, 0xb1, 0xb0, 0xbe,
+ 0x31, 0xd6, 0x55, 0x60, 0x71, 0x1a, 0xde, 0x39, 0xc3, 0x7c, 0x45, 0x72,
+ 0x32, 0xcc, 0x79, 0xf8, 0x31, 0x0b, 0x76, 0x58, 0xd8, 0x52, 0x0c, 0x9f,
+ 0xf8, 0x4c, 0xf9, 0x8c, 0x8e, 0x67, 0x90, 0x05, 0x88, 0xc7, 0x54, 0x6c,
+ 0x65, 0x04, 0x9e, 0x48, 0x74, 0x96, 0xcf, 0xac, 0xcc, 0xae, 0xe1, 0xc0,
+ 0x16, 0xef, 0xe4, 0x54, 0x06, 0x48, 0xee, 0x45, 0x38, 0x18, 0x39, 0x07,
+ 0x0b, 0x3d, 0x46, 0xfb, 0x10, 0x47, 0xed, 0xfc, 0xe9, 0x70, 0x76, 0x8d,
+ 0x9d, 0x41, 0x3c, 0x53, 0x8a, 0xee, 0x59, 0x14, 0x9f, 0x4e, 0x3e, 0xce,
+ 0x06, 0x5a, 0xfc, 0x67, 0x0c, 0x6f, 0x2d, 0x46, 0xf6, 0x1c, 0x4b, 0x0a,
+ 0xef, 0x3e, 0xde, 0xcb, 0x01, 0xf0, 0x36, 0x28, 0x5b, 0xfc, 0x55, 0x1c,
+ 0xa5, 0xe3, 0x1a, 0x41, 0x3b, 0x75, 0x84, 0x68, 0xb8, 0x14, 0x26, 0x4f,
+ 0x63, 0xa5, 0x16, 0xc2, 0xfd, 0xfc, 0x49, 0x91, 0x0f, 0x97, 0xf2, 0xc3,
+ 0xa2, 0x87, 0x69, 0xa4, 0xe5, 0x9a, 0x05, 0x8f, 0xf1, 0x5d, 0xf8, 0xea,
+ 0x38, 0x9b, 0xb1, 0x6e, 0x2e, 0x3f, 0xc9, 0x4e, 0x84, 0xc6, 0x95, 0xac,
+ 0x1f, 0xd4, 0x2b, 0x3a, 0x83, 0xcb, 0x8d, 0xd0, 0xb8, 0x58, 0x9b, 0x3b,
+ 0xc8, 0xfe, 0xcf, 0x3a, 0x99, 0x9c, 0x2f, 0xf6, 0xd7, 0x0f, 0xb8, 0x31,
+ 0xcf, 0xfb, 0x47, 0x81, 0xdc, 0xe1, 0x68, 0x6d, 0x5d, 0xa9, 0x46, 0x6a,
+ 0x38, 0x71, 0x11, 0x4f, 0x6e, 0xe1, 0x9f, 0x5f, 0xb8, 0x7f, 0x1d, 0xe9,
+ 0xe7, 0x51, 0xfc, 0x8c, 0xe4, 0x95, 0xf8, 0xe6, 0xa7, 0xbc, 0xfa, 0xbb,
+ 0xdc, 0xff, 0x3b, 0x9b, 0xdf, 0x44, 0xc5, 0x6a, 0xfc, 0xf3, 0x0f, 0x01,
+ 0x62, 0x16, 0xff, 0x96, 0x75, 0xd1, 0xfc, 0x35, 0x9a, 0xa3, 0x67, 0xa3,
+ 0x1d, 0xeb, 0x98, 0x6f, 0x96, 0x8b, 0x9b, 0x1f, 0xfe, 0x64, 0xbe, 0xc9,
+ 0xad, 0x5e, 0x4b, 0x77, 0xf8, 0x53, 0xe9, 0x8e, 0xf9, 0x4a, 0xda, 0xfc,
+ 0x86, 0x18, 0xf4, 0xa3, 0x65, 0xa6, 0xbb, 0x4a, 0xd0, 0xa2, 0xf0, 0xd9,
+ 0x7f, 0x27, 0x90, 0x4e, 0xcc, 0xd3, 0x89, 0xdb, 0xa6, 0x13, 0x37, 0xa4,
+ 0x13, 0x07, 0xd2, 0x79, 0x6e, 0xbf, 0x30, 0x36, 0x1f, 0x86, 0xbf, 0xf0,
+ 0x8b, 0xec, 0xf8, 0x83, 0x8d, 0x44, 0x6e, 0x96, 0xcb, 0xfb, 0x79, 0x67,
+ 0x86, 0x4f, 0x16, 0x2c, 0x1b, 0x71, 0x62, 0x3a, 0x27, 0x48, 0x84, 0xe6,
+ 0xfe, 0x55, 0x00, 0xbc, 0x93, 0x99, 0xca, 0x96, 0x88, 0x86, 0x5c, 0x6e,
+ 0xff, 0x86, 0x87, 0xdd, 0xf9, 0xe2, 0x35, 0xec, 0x29, 0x38, 0x0e, 0x2f,
+ 0xb5, 0x57, 0xa1, 0x4a, 0xbe, 0x69, 0x2b, 0xb0, 0x4a, 0xd5, 0x5d, 0xcf,
+ 0x9b, 0x7a, 0x2e, 0x84, 0x7d, 0x91, 0x09, 0x9e, 0x72, 0x48, 0x71, 0xf9,
+ 0x62, 0x1f, 0x42, 0xf9, 0x19, 0x87, 0x2d, 0x0d, 0x16, 0x62, 0x9e, 0x64,
+ 0xdd, 0x37, 0x5a, 0x70, 0x0f, 0x87, 0x2f, 0xf7, 0x2c, 0xe9, 0xd3, 0xe9,
+ 0x01, 0x04, 0x7f, 0xa5, 0x78, 0x34, 0x29, 0x0a, 0xef, 0x7f, 0xd1, 0x14,
+ 0x91, 0x92, 0x0e, 0x69, 0x9d, 0x4c, 0x8f, 0x20, 0x70, 0x93, 0x92, 0xf8,
+ 0x73, 0x04, 0x17, 0x77, 0x2a, 0x31, 0xab, 0xe5, 0x1c, 0x02, 0x1a, 0x44,
+ 0xfc, 0x6a, 0x71, 0xcd, 0xf2, 0x64, 0xd2, 0x82, 0xed, 0x43, 0x0e, 0xce,
+ 0x87, 0x19, 0xd3, 0xc5, 0xfd, 0x1c, 0xfe, 0xee, 0x04, 0xd5, 0x6a, 0xfd,
+ 0xc3, 0x69, 0x96, 0xac, 0x49, 0xca, 0xa1, 0xe5, 0x82, 0x1b, 0xbd, 0x40,
+ 0x6b, 0x39, 0x1d, 0xcf, 0x1d, 0xa5, 0xaa, 0x1d, 0x3b, 0x81, 0xf8, 0xd4,
+ 0xde, 0xcd, 0x8b, 0x9d, 0x5a, 0xdc, 0xdc, 0x09, 0xe2, 0xbf, 0x73, 0x27,
+ 0x88, 0xbd, 0x9d, 0x20, 0x7e, 0x6a, 0x27, 0x88, 0x7d, 0x9d, 0x20, 0x76,
+ 0x5b, 0x69, 0xfc, 0xa4, 0x4e, 0x10, 0x7b, 0x3b, 0xc1, 0x13, 0xc4, 0x7b,
+ 0x3b, 0x41, 0xec, 0xeb, 0x04, 0x6d, 0x4a, 0xc2, 0xec, 0x04, 0xb1, 0xdd,
+ 0x09, 0x02, 0x22, 0x7e, 0xb5, 0xb8, 0xec, 0x4e, 0x10, 0x60, 0xb3, 0x3b,
+ 0x41, 0xf8, 0x9a, 0xcb, 0x93, 0x3b, 0x41, 0x1c, 0xe8, 0x04, 0x71, 0xa8,
+ 0x13, 0xc4, 0xbe, 0x4e, 0x10, 0x6b, 0x9d, 0x20, 0xae, 0xe9, 0x04, 0xdd,
+ 0xe6, 0x4e, 0xd0, 0xfd, 0x3b, 0x77, 0x82, 0xae, 0xb7, 0x13, 0x74, 0x9f,
+ 0xda, 0x09, 0xba, 0xbe, 0x4e, 0xd0, 0x75, 0x5b, 0x69, 0xf7, 0x49, 0x9d,
+ 0xa0, 0xeb, 0xed, 0x04, 0x4f, 0x10, 0xef, 0xed, 0x04, 0x5d, 0x5f, 0x27,
+ 0x68, 0x53, 0x12, 0x66, 0x27, 0xe8, 0xda, 0x9d, 0x20, 0x20, 0xe2, 0x57,
+ 0x8b, 0xcb, 0xee, 0x04, 0x01, 0x36, 0xbb, 0x13, 0x74, 0xbf, 0x7d, 0x27,
+ 0xe8, 0x06, 0x3a, 0x41, 0x37, 0xd4, 0x09, 0xba, 0xbe, 0x4e, 0xd0, 0xd5,
+ 0x3a, 0x41, 0xb7, 0xa6, 0x13, 0xf4, 0x9a, 0x3b, 0x41, 0xef, 0xef, 0xdc,
+ 0x09, 0x7a, 0xde, 0x4e, 0xd0, 0x7b, 0x6a, 0x27, 0xe8, 0xf9, 0x3a, 0x41,
+ 0xcf, 0x6d, 0xa5, 0xbd, 0x27, 0x75, 0x82, 0x9e, 0xb7, 0x13, 0x3c, 0x41,
+ 0xbc, 0xb7, 0x13, 0xf4, 0x7c, 0x9d, 0xa0, 0x4d, 0x49, 0x98, 0x9d, 0xa0,
+ 0x67, 0x77, 0x82, 0x80, 0x88, 0x5f, 0x2d, 0x2e, 0xbb, 0x13, 0x04, 0xd8,
+ 0xec, 0x4e, 0xd0, 0xfb, 0xf6, 0x9d, 0xa0, 0x17, 0xe8, 0x04, 0xbd, 0x50,
+ 0x27, 0xe8, 0xf9, 0x3a, 0x41, 0x4f, 0xeb, 0x04, 0x3d, 0x7f, 0x27, 0x80,
+ 0x67, 0xa6, 0x83, 0x64, 0xae, 0x36, 0x7f, 0xf1, 0x31, 0x2a, 0x0b, 0x10,
+ 0x0f, 0x3e, 0xa5, 0x27, 0x44, 0x23, 0xfb, 0xdc, 0xcd, 0x4f, 0x3e, 0x8d,
+ 0x66, 0xf9, 0x35, 0x3e, 0x9e, 0x11, 0x42, 0x4e, 0xe1, 0xa7, 0xb1, 0x89,
+ 0x32, 0x15, 0x16, 0xf7, 0x3e, 0x7d, 0x1a, 0x6e, 0x45, 0xf7, 0xb7, 0xd9,
+ 0xf8, 0x36, 0x1a, 0x27, 0xdc, 0x4e, 0x22, 0x6e, 0x20, 0x64, 0x85, 0xb4,
+ 0xef, 0x06, 0xb6, 0x35, 0x2a, 0x49, 0x4c, 0x69, 0x5d, 0xa6, 0x5b, 0x05,
+ 0xe8, 0xf3, 0x12, 0x54, 0x98, 0xa2, 0x3d, 0x0b, 0x50, 0x44, 0x70, 0x5f,
+ 0xa4, 0xc9, 0x97, 0x8b, 0xbc, 0x08, 0x49, 0x50, 0xab, 0x5d, 0x16, 0x09,
+ 0x31, 0x17, 0xab, 0x7c, 0x9a, 0xcd, 0x52, 0xe9, 0xfc, 0xd7, 0xc3, 0x63,
+ 0x15, 0x16, 0xec, 0x70, 0x98, 0xa5, 0x85, 0x8e, 0xdd, 0xc2, 0xc5, 0x85,
+ 0x2f, 0x7b, 0x23, 0xbe, 0x3c, 0x04, 0x01, 0xf8, 0x9b, 0x5f, 0x55, 0xac,
+ 0xcf, 0xa3, 0x62, 0x94, 0xf7, 0x44, 0x74, 0x6e, 0x71, 0x8d, 0xd0, 0x27,
+ 0xc1, 0x12, 0xb0, 0x64, 0x05, 0x02, 0x9e, 0xa8, 0x57, 0xdc, 0xb5, 0xdb,
+ 0x7c, 0xdc, 0xed, 0xf2, 0xc7, 0xc5, 0xd9, 0x08, 0xa2, 0xda, 0x09, 0x81,
+ 0xb5, 0x64, 0x40, 0x08, 0xbf, 0x0b, 0xd6, 0x5a, 0x48, 0x5e, 0xbd, 0x76,
+ 0xb0, 0xa5, 0xc0, 0xd0, 0xd2, 0x4e, 0x92, 0xb4, 0xe3, 0x54, 0xf9, 0x97,
+ 0xd5, 0x84, 0xb1, 0xc8, 0x3a, 0xa5, 0xb4, 0x25, 0x3b, 0x54, 0xdc, 0x1d,
+ 0x1a, 0xd1, 0x94, 0x8d, 0x87, 0x85, 0x70, 0xab, 0x9a, 0x8d, 0xcc, 0xd2,
+ 0x8e, 0x91, 0x30, 0x25, 0x85, 0xec, 0x2c, 0x4c, 0x3a, 0x63, 0x6d, 0x68,
+ 0xbe, 0xd5, 0x1d, 0x20, 0x9d, 0xbf, 0x0a, 0x6e, 0x27, 0x86, 0x1b, 0x7b,
+ 0x06, 0x53, 0x6f, 0xc9, 0x23, 0xec, 0x73, 0x4a, 0x39, 0xc2, 0x08, 0x34,
+ 0x04, 0x37, 0x17, 0xc2, 0x2a, 0x07, 0x53, 0x3a, 0x2c, 0x4d, 0x36, 0xd4,
+ 0xf0, 0x0d, 0x3d, 0x5e, 0x14, 0xd9, 0xe4, 0xa2, 0x91, 0xf9, 0x64, 0x51,
+ 0xa6, 0x37, 0x2b, 0x87, 0xf1, 0xa4, 0x4d, 0xef, 0x3b, 0x4c, 0x93, 0x09,
+ 0x34, 0x84, 0xba, 0xae, 0xf7, 0x6f, 0xc3, 0x3c, 0x9f, 0x15, 0xff, 0xf1,
+ 0x3c, 0xfa, 0x29, 0x99, 0x4c, 0xe0, 0x6f, 0xd8, 0x57, 0x63, 0xff, 0x80,
+ 0x53, 0xa9, 0xad, 0x08, 0xfd, 0xda, 0xc1, 0x9f, 0xcf, 0xa3, 0x2a, 0x5a,
+ 0xd8, 0x5c, 0xe3, 0x83, 0x27, 0x7f, 0xce, 0xf0, 0xe9, 0x28, 0xe2, 0x4e,
+ 0x59, 0x55, 0x20, 0xec, 0xd4, 0x28, 0xdb, 0x6c, 0xcf, 0xbf, 0x67, 0x9f,
+ 0xa1, 0xd3, 0xfd, 0xb3, 0x83, 0xc3, 0xfd, 0xe7, 0xdf, 0xa7, 0xe0, 0x40,
+ 0x55, 0x13, 0x97, 0x4c, 0x57, 0x8e, 0xbc, 0xfd, 0xe3, 0x4b, 0x8f, 0x40,
+ 0x49, 0x89, 0x12, 0xd3, 0xc5, 0x24, 0x9b, 0x3e, 0xff, 0xbf, 0x08, 0x7f,
+ 0x07, 0x7c, 0x4e, 0x67, 0x63, 0xb0, 0x7c, 0x2a, 0xde, 0xf6, 0x7c, 0xf7,
+ 0xfc, 0xb9, 0x78, 0xb5, 0x2a, 0x9f, 0xfa, 0x64, 0x11, 0x0c, 0xe9, 0xf0,
+ 0xe6, 0xa7, 0xbc, 0x45, 0x8b, 0xe2, 0xb3, 0x89, 0x74, 0x4b, 0x37, 0x5c,
+ 0xb3, 0x0a, 0xbb, 0x2a, 0xd7, 0x93, 0x2c, 0x7f, 0x0e, 0x06, 0x72, 0xab,
+ 0x67, 0x42, 0x68, 0x30, 0xf5, 0x68, 0xf0, 0xf1, 0xcd, 0xf3, 0xc0, 0xce,
+ 0x24, 0xd5, 0x26, 0x81, 0x40, 0x20, 0x10, 0x08, 0xff, 0x8d, 0xf8, 0xb7,
+ 0xdf, 0xb6, 0xb7, 0xb7, 0xe3, 0x4e, 0x6f, 0x7f, 0xfb, 0x35, 0xfb, 0x43,
+ 0xfc, 0x67, 0x20, 0xff, 0xe2, 0xe8, 0xed, 0xfc, 0xfe, 0x1f, 0xcf, 0x61,
+ 0x6a, 0xdb, 0xfd, 0xb9, 0xf3, 0x6e, 0xab, 0xd3, 0x79, 0xfe, 0x6f, 0x27,
+ 0xf8, 0xe2, 0x34, 0x2d, 0xaf, 0x6e, 0xd9, 0x6c, 0x77, 0xbc, 0x2e, 0xff,
+ 0xe3, 0xf9, 0xc9, 0xe1, 0x69, 0x56, 0x94, 0x3f, 0x3f, 0xff, 0x78, 0x79,
+ 0xfa, 0x33, 0x7d, 0xf3, 0x09, 0x04, 0x02, 0x81, 0x40, 0xf8, 0xe7, 0xc6,
+ 0xdf, 0xf3, 0xfb, 0x3f, 0xc9, 0x8a, 0x71, 0xbe, 0x9a, 0xbc, 0xb9, 0xb9,
+ 0x79, 0x7b, 0x74, 0x74, 0x13, 0x4f, 0xaf, 0x6f, 0xff, 0xcf, 0x61, 0x8f,
+ 0x66, 0x01, 0x04, 0x02, 0x81, 0x40, 0x20, 0xfc, 0xb7, 0xe3, 0xef, 0xf9,
+ 0xfd, 0xbf, 0xc9, 0xca, 0xdb, 0xf5, 0xf5, 0x9b, 0x71, 0x3e, 0x7f, 0x0b,
+ 0x87, 0x09, 0xaf, 0x87, 0xb0, 0x0b, 0x00, 0xfb, 0x01, 0xaf, 0xa7, 0xf7,
+ 0x6f, 0x57, 0xfc, 0x89, 0x4a, 0x41, 0xf3, 0x01, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40,
+ 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02,
+ 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08,
+ 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20,
+ 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81,
+ 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04,
+ 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10,
+ 0xfe, 0xe9, 0xf1, 0xff, 0x01, 0xeb, 0x44, 0x91, 0x4a, 0x00, 0x00, 0x11,
+ 0x00
+};
+unsigned int ramdisk_image_gz_len = 109813;
diff --git a/firmware/hw_layer/mmc_card_attach.cpp b/firmware/hw_layer/mmc_card_attach.cpp
index f9e7142f69..7940615fe8 100644
--- a/firmware/hw_layer/mmc_card_attach.cpp
+++ b/firmware/hw_layer/mmc_card_attach.cpp
@@ -114,7 +114,11 @@ void stopMmcBlockDevice() {
// Some ECUs are wired for SDIO/SDMMC instead of SPI
#ifdef EFI_SDC_DEVICE
-static const SDCConfig sdcConfig = {SDC_MODE_4BIT};
+// Allow boards to override the bus width; default to 4-bit
+#ifndef EFI_SDC_MODE
+#define EFI_SDC_MODE SDC_MODE_4BIT
+#endif
+static const SDCConfig sdcConfig = {EFI_SDC_MODE};
BaseBlockDevice* initializeMmcBlockDevice() {
if (!isSdCardEnabled()) {
diff --git a/firmware/hw_layer/openblt/blt_conf.h b/firmware/hw_layer/openblt/blt_conf.h
index 8108cca613..2462ce5c7e 100644
--- a/firmware/hw_layer/openblt/blt_conf.h
+++ b/firmware/hw_layer/openblt/blt_conf.h
@@ -50,8 +50,9 @@
#define BOOT_CPU_SYSTEM_SPEED_KHZ (1000)
/** \brief Motorola or Intel style byte ordering. */
#define BOOT_CPU_BYTE_ORDER_MOTOROLA (0)
-/** \brief Enable/disable hook function call right before user program start. */
-#define BOOT_CPU_USER_PROGRAM_START_HOOK (0)
+/** \brief Enable/disable hook function call right before user program start.
+ * Enabled for SD bootloader builds to properly stop SDMMC before jumping. */
+
/****************************************************************************************
diff --git a/firmware/hw_layer/openblt/hooks.c b/firmware/hw_layer/openblt/hooks.c
index 4eae90210a..95ba44095a 100644
--- a/firmware/hw_layer/openblt/hooks.c
+++ b/firmware/hw_layer/openblt/hooks.c
@@ -80,6 +80,8 @@ blt_bool BackDoorEntryHook(void)
* C P U D R I V E R H O O K F U N C T I O N S
****************************************************************************************/
+/* For SD bootloader builds, CpuUserProgramStartHook is defined in bootloader_stubs.cpp
+ * (C++) so it can call stopMmcBlockDevice() to properly clean up before the jump. */
#if (BOOT_CPU_USER_PROGRAM_START_HOOK > 0)
/************************************************************************************//**
** \brief Callback that gets called when the bootloader is about to exit and
diff --git a/firmware/hw_layer/ports/stm32/rtc_setup.cpp b/firmware/hw_layer/ports/stm32/rtc_setup.cpp
index 551a9d8021..9d75492e0e 100644
--- a/firmware/hw_layer/ports/stm32/rtc_setup.cpp
+++ b/firmware/hw_layer/ports/stm32/rtc_setup.cpp
@@ -19,7 +19,10 @@ extern "C" void stm32_rtc_init() {
PWR->CR1 |= PWR_CR1_DBP;
#endif
- uint32_t lseMode = STM32_LSEDRV | RCC_BDCR_LSEBYP;
+ uint32_t lseMode = STM32_LSEDRV;
+#if defined(STM32_LSE_BYPASS)
+ lseMode |= RCC_BDCR_LSEBYP;
+#endif
uint32_t lseEnable = RCC_BDCR_LSEON;
uint32_t rtcSel = STM32_RTCSEL;
uint32_t rtcEn = RCC_BDCR_RTCEN;
diff --git a/firmware/hw_layer/ports/stm32/stm32h7/cfg/mcuconf.h b/firmware/hw_layer/ports/stm32/stm32h7/cfg/mcuconf.h
index 3e76702ff2..bd341c9be0 100644
--- a/firmware/hw_layer/ports/stm32/stm32h7/cfg/mcuconf.h
+++ b/firmware/hw_layer/ports/stm32/stm32h7/cfg/mcuconf.h
@@ -85,7 +85,10 @@
#define STM32_HSI48_ENABLED TRUE
#define STM32_HSE_ENABLED TRUE
// see RUSEFI_STM32_LSE_WAIT_MAX
+// Override via board.mk: DDEFS += -DSTM32_LSE_ENABLED=FALSE for boards without LSE crystal
+#if !defined(STM32_LSE_ENABLED)
#define STM32_LSE_ENABLED TRUE
+#endif
#define STM32_HSIDIV STM32_HSIDIV_DIV1
/*
@@ -135,7 +138,10 @@
*/
#define STM32_SW STM32_SW_PLL1_P_CK
// see RUSEFI_STM32_LSE_WAIT_MAX_RTCSEL
+// Override via board.mk: DDEFS += -DSTM32_RTCSEL=STM32_RTCSEL_LSI_CK for boards without LSE crystal
+#if !defined(STM32_RTCSEL)
#define STM32_RTCSEL STM32_RTCSEL_LSE_CK
+#endif
#define STM32_D1CPRE STM32_D1CPRE_DIV1
#define STM32_D1HPRE STM32_D1HPRE_DIV2
#define STM32_D1PPRE3 STM32_D1PPRE3_DIV2
diff --git a/firmware/tunerstudio/generated/fome_atlas.ini b/firmware/tunerstudio/generated/fome_atlas.ini
index d57783f930..3fc18c98d0 100644
--- a/firmware/tunerstudio/generated/fome_atlas.ini
+++ b/firmware/tunerstudio/generated/fome_atlas.ini
@@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
- signature = "rusEFI (FOME) master.2026.02.17.atlas.362947689"
+ signature = "rusEFI (FOME) master.2026.02.21.atlas.362947689"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
- signature = "rusEFI (FOME) master.2026.02.17.atlas.362947689" ; signature is expected to be 7 or more characters
+ signature = "rusEFI (FOME) master.2026.02.21.atlas.362947689" ; signature is expected to be 7 or more characters
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
diff --git a/firmware/tunerstudio/generated/fome_mikrus_df.ini b/firmware/tunerstudio/generated/fome_mikrus_df.ini
new file mode 100644
index 0000000000..541ac083c2
--- /dev/null
+++ b/firmware/tunerstudio/generated/fome_mikrus_df.ini
@@ -0,0 +1,8348 @@
+; This is a TunerStudio project for the FOME.tech engine management system
+;
+; This file has been generated by invoking gen_config.sh.
+; The input files are
+; tunerstudio.template.ini the common template
+; fome_config.txt the project specific file
+;
+; In TunerStudio some fields have little question mark on the left of the name for additional field tips.
+; Those tips are defined in ../integration/fome_config.txt
+;
+; For example
+;
+; float bias_resistor;Pull-up resistor value on your board;"Ohm"
+; here 'bias_resistor' is internal field name and the text between semicolons is what produces the tooltip
+; Note that '+' sign is required after first semicolon for tooltop to appear in TunerStudio
+;
+;
+; field = "# blue text"
+; field = "! red text"
+; field = "normal text"
+;
+;
+
+; this should stop TS from looking for the CAN ID in the 2nd byte location and allow the page reads to work correctly.
+enable2ndByteCanID = false
+
+[SettingGroups]
+ ; the referenceName will over-ride previous, so if you are creating a
+ ; settingGroup with a reference name of lambdaSensor, it will replace the
+ ; setting group defined in the settingGroups.xml of the TunerStudio config
+ ; folder. If is is an undefined referenceName, it will be added.
+ ; keyword = referenceName, DisplayName
+
+[MegaTune]
+ ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
+ signature = "rusEFI (FOME) master.2026.02.23.mikrus_df.235520534"
+
+[TunerStudio]
+ queryCommand = "S"
+ versionInfo = "V" ; firmware version for title bar
+ signature = "rusEFI (FOME) master.2026.02.23.mikrus_df.235520534" ; signature is expected to be 7 or more characters
+
+ ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
+ useLegacyFTempUnits = false
+ ignoreMissingBitOptions = true
+
+ ; Optimize comms for fast FOME ECUs
+ noCommReadDelay = true
+ defaultRuntimeRecordPerSec = 100
+ maxUnusedRuntimeRange = 1000
+
+ ; Set default IP/port to our IP/port
+ defaultIpAddress = 192.168.10.1
+ defaultIpPort = 29000
+
+[Constants]
+; new packet serial format with CRC
+ messageEnvelopeFormat = msEnvelope_1.0
+
+ endianness = little
+ nPages = 1
+
+ pageIdentifier = "\x00\x00"
+ pageReadCommand = "R%2o%2c"
+ burnCommand = "B"
+ pageChunkWrite = "C%2o%2c%v"
+ crc32CheckCommand = "k%2o%2c"
+ retrieveConfigError = "e"
+
+;communication settings
+ pageActivationDelay = 0
+;e.g. put writeblocks off and add an interwrite delay
+ writeBlocks = on
+ interWriteDelay = 0
+ blockReadTimeout = 3000
+
+
+ blockingFactor = 1320 ; max chunk size
+;end communication settings
+
+ ; name = bits, type, offset, bits
+ ; name = array, type, offset, shape, units, scale, translate, lo, hi, digits
+ ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
+
+; CONFIG_DEFINITION_START
+pageSize = 22552
+page = 1
+engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",58="ETB_BENCH_ENGINE",1="ET_UNUSED_1",13="ET_UNUSED_13",15="ET_UNUSED_15",16="ET_UNUSED_16",17="ET_UNUSED_17",19="ET_UNUSED_19",20="ET_UNUSED_20",21="ET_UNUSED_21",22="ET_UNUSED_22",33="ET_UNUSED_33",37="ET_UNUSED_37",38="ET_UNUSED_38",43="ET_UNUSED_43",5="ET_UNUSED_5",57="ET_UNUSED_57",6="ET_UNUSED_6",60="ET_UNUSED_60",61="ET_UNUSED_61",64="ET_UNUSED_64",66="ET_UNUSED_66",70="ET_UNUSED_70",8="ET_UNUSED_8",91="ET_UNUSED_91",92="ET_UNUSED_92",93="ET_UNUSED_93",97="ET_UNUSED_97",98="ET_UNUSED_98",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",49="FRANKENSO_QA_ENGINE",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",99="MINIMAL_PINS",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",62="MRE_VW_B6",12="POLYGONUS_MIATA_MSM",4="POLYGONUS_MIATA_NA6",11="POLYGONUS_MIATA_NB1",67="POLYGONUS_MIATA_NB2",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",27="PROTEUS_GM_LS_4",90="PROTEUS_HONDA_K",25="PROTEUS_LUA_DEMO",42="PROTEUS_QC_TEST_BOARD",39="PROTEUS_VW_B6",29="SACHS",18="TEST_33816",28="TEST_CRANK_ENGINE",48="TEST_DC_WASTEGATE_DISCOVERY",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",32="VW_ABA",96="WASTEGATE_PROTEUS_TEST"
+launchRpm = scalar, U16, 4, "rpm", 1, 0, 0, 20000, 0
+rpmHardLimit = scalar, U16, 6, "rpm", 1, 0, 0, 20000, 0
+engineSnifferRpmThreshold = scalar, U16, 8, "RPM", 1, 0, 0, 30000, 0
+multisparkMaxRpm = scalar, U08, 10, "rpm", 50.0, 0, 0, 3000, 0
+maxAcRpm = scalar, U08, 11, "rpm", 50.0, 0, 0, 10000, 0
+maxAcTps = scalar, U08, 12, "%", 1, 0, 0, 100, 0
+maxAcClt = scalar, U08, 13, "deg C", 1, 0, 0, 150, 0
+multisparkMaxSparkingAngle = scalar, U08, 14, "deg", 1, 0, 0, 60, 0
+multisparkMaxExtraSparkCount = scalar, U08, 15, "count", 1, 0, 1, 5, 0
+ignitionMode = bits, U08, 16, [0:1], "Single Coil", "Individual Coils", "Wasted Spark", "Two Distributors"
+canNbcType = bits, U08, 17, [0:4], "None", "FIAT", "VAG", "MAZDA RX8", "BMW", "W202", "BMW E90", "Haltech", "VAG MQB", "Nissan VQ35", "Genesis Coupe", "Honda K", "AiM", "type 13", "type 14"
+cylContributionWindow = scalar, U08, 18, "deg", 1, 0, 45, 180, 0
+cylContributionPhase = scalar, U08, 19, "deg", 1, 0, 0, 250, 0
+injector_flow = scalar, F32, 20, "", 1, 0, 0, 99999, 2
+injector_battLagCorrBins = array, U16, 24, [8], "volts", 0.01, 0, 0, 20, 2
+injector_battLagCorr = array, U16, 40, [8], "ms", 0.01, 0, 0, 50, 2
+injectorSecondary_flow = scalar, F32, 56, "", 1, 0, 0, 99999, 2
+injectorSecondary_battLagCorrBins = array, U16, 60, [8], "volts", 0.01, 0, 0, 20, 2
+injectorSecondary_battLagCorr = array, U16, 76, [8], "ms", 0.01, 0, 0, 50, 2
+isForcedInduction = bits, U32, 92, [0:0], "false", "true"
+useMapEstimateDuringTransient = bits, U32, 92, [1:1], "false", "true"
+lambdaProtectionEnable = bits, U32, 92, [2:2], "false", "true"
+overrideTriggerGaps = bits, U32, 92, [3:3], "false", "true"
+enableFan1WithAc = bits, U32, 92, [4:4], "false", "true"
+enableFan2WithAc = bits, U32, 92, [5:5], "false", "true"
+disableFan1WhenStopped = bits, U32, 92, [6:6], "false", "true"
+disableFan2WhenStopped = bits, U32, 92, [7:7], "false", "true"
+fan1UsePwmMode = bits, U32, 92, [8:8], "On/Off", "PWM"
+fan2UsePwmMode = bits, U32, 92, [9:9], "On/Off", "PWM"
+enableTrailingSparks = bits, U32, 92, [10:10], "false", "true"
+etb_use_two_wires = bits, U32, 92, [11:11], "false", "true"
+isDoubleSolenoidIdle = bits, U32, 92, [12:12], "false", "true"
+enableStagedInjection = bits, U32, 92, [13:13], "false", "true"
+useTLE8888_cranking_hack = bits, U32, 92, [14:14], "false", "true"
+useSeparateIdleTablesForCrankingTaper = bits, U32, 92, [15:15], "false", "true"
+launchControlEnabled = bits, U32, 92, [16:16], "false", "true"
+doNotFilterTriggerEdgeNoise = bits, U32, 92, [17:17], "with filter", "without filter"
+antiLagEnabled = bits, U32, 92, [18:18], "false", "true"
+useRunningMathForCranking = bits, U32, 92, [19:19], "Fixed", "Fuel Map"
+useTLE8888_stepper = bits, U32, 92, [20:20], "false", "true"
+usescriptTableForCanSniffingFiltering = bits, U32, 92, [21:21], "false", "true"
+verboseCan = bits, U32, 92, [22:22], "Do not print", "Print all"
+fakeFullSyncForStimulation = bits, U32, 92, [23:23], "false", "true"
+cltSensorPulldown = bits, U32, 92, [24:24], "false", "true"
+iatSensorPulldown = bits, U32, 92, [25:25], "false", "true"
+allowIdenticalPps = bits, U32, 92, [26:26], "false", "true"
+is_enabled_spi_5 = bits, U32, 92, [27:27], "false", "true"
+is_enabled_spi_6 = bits, U32, 92, [28:28], "false", "true"
+tpsMin = scalar, S16, 96, "ADC", 1, 0, 0, 1023, 0
+tpsMax = scalar, S16, 98, "ADC", 1, 0, 0, 1023, 0
+tpsErrorDetectionTooLow = scalar, S16, 100, "%", 1, 0, -10, 0, 0
+tpsErrorDetectionTooHigh = scalar, S16, 102, "%", 1, 0, 100, 110, 0
+cranking_baseFuel = scalar, U16, 104, "mg", 0.1, 0, 0, 500, 1
+cranking_rpm = scalar, S16, 106, "RPM", 1, 0, 0, 3000, 0
+ignitionDwellForCrankingMs = scalar, F32, 108, "ms", 1, 0, 0, 200, 1
+etbRevLimitStart = scalar, U16, 112, "rpm", 1, 0, 0, 15000, 0
+etbRevLimitRange = scalar, U16, 114, "rpm", 1, 0, 0, 2000, 0
+map_samplingAngleBins = array, U16, 116, [8], "", 1, 0, 0, 18000, 0
+map_samplingAngle = array, U16, 132, [8], "deg", 1, 0, -720, 720, 0
+map_samplingWindowBins = array, U16, 148, [8], "", 1, 0, 0, 18000, 0
+map_samplingWindow = array, U16, 164, [8], "deg", 1, 0, 0, 720, 0
+map_sensor_lowValue = scalar, F32, 180, "kpa", 1, 0, -400, 800, 2
+map_sensor_highValue = scalar, F32, 184, "kpa", 1, 0, -400, 800, 2
+map_sensor_type = bits, U08, 188, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400"
+map_sensor_hwChannel = bits, U08, 189, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+clt_tempC_1 = scalar, S32, 192, "deg C", 0.01, 0, -40, 200, 1
+clt_tempC_2 = scalar, S32, 196, "deg C", 0.01, 0, -40, 200, 1
+clt_tempC_3 = scalar, S32, 200, "deg C", 0.01, 0, -40, 200, 1
+clt_resistance_1 = scalar, U32, 204, "Ohm", 0.01, 0, 0, 200000, 1
+clt_resistance_2 = scalar, U32, 208, "Ohm", 0.01, 0, 0, 200000, 1
+clt_resistance_3 = scalar, U32, 212, "Ohm", 0.01, 0, 0, 200000, 1
+clt_bias_resistor = scalar, U32, 216, "Ohm", 0.1, 0, 0, 200000, 1
+clt_adcChannel = bits, U08, 220, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+iat_tempC_1 = scalar, S32, 224, "deg C", 0.01, 0, -40, 200, 1
+iat_tempC_2 = scalar, S32, 228, "deg C", 0.01, 0, -40, 200, 1
+iat_tempC_3 = scalar, S32, 232, "deg C", 0.01, 0, -40, 200, 1
+iat_resistance_1 = scalar, U32, 236, "Ohm", 0.01, 0, 0, 200000, 1
+iat_resistance_2 = scalar, U32, 240, "Ohm", 0.01, 0, 0, 200000, 1
+iat_resistance_3 = scalar, U32, 244, "Ohm", 0.01, 0, 0, 200000, 1
+iat_bias_resistor = scalar, U32, 248, "Ohm", 0.1, 0, 0, 200000, 1
+iat_adcChannel = bits, U08, 252, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+launchTimingRetard = scalar, S32, 256, "deg", 1, 0, -180, 180, 2
+knockBandCustom = scalar, F32, 260, "kHz", 1, 0, 0, 20, 2
+displacement = scalar, U16, 264, "L", 0.001, 0, 0, 65, 3
+triggerSimulatorRpm = scalar, U16, 266, "RPM", 1, 0, 0, 30000, 0
+firingOrder = bits, U08, 268, [0:5], "One Cylinder", "1-3-4-2", "1-2-4-3", "1-3-2-4", "1-5-3-6-2-4", "1-8-4-3-6-5-7-2", "1-2-4-5-3", "1-4-2-5-3-6", "1-2", "1-2-3-4-5-6", "1-2-3", "1-8-7-2-6-5-4-3", "1-5-4-2-6-3-7-8", "1-6-3-2-5-4", "1-10-9-4-3-6-5-8-7_2", "1-7-5-11-3-9-6-12-2-8-4-10", "1-7-4-10-2-8-6-12-3-9-5-11", "1-4-3-2", "1-12-5-8-3-10-6-7-2-11-4-9", "1-2-7-8-4-5-6-3", "1-3-7-2-6-5-4-8", "1-2-3-4-5-6-7-8-9", "INVALID", "1-2-3-4-5-6-7-8-9-10-11-12", "1-3-2", "1-2-3-4-5-6-7-8", "1-5-4-8-6-3-7-2", "1-4-3-6-2-5", "1-8-7-3-6-5-4-2", "1-6-2-4-3-5", "1-6-5-4-3-2", "1-4-5-2-3-6", "1-5-4-8-3-7-2-6", "1-6-5-10-2-7-3-8-4-9"
+vvtBumpAmount = scalar, U08, 269, "deg", 1, 0, -30, 30, 0
+benchTestOnTime = scalar, U16, 270, "ms", 0.01, 0, 0, 500, 2
+cylinderBore = scalar, F32, 272, "mm", 1, 0, 0, 20000, 2
+fuelAlgorithm = bits, U08, 276, [0:2], "Speed Density", "MAF Air Charge", "Alpha-N", "Lua"
+ALSMaxTPS = scalar, U08, 277, "%", 1, 0, 0, 10, 0
+crankingInjectionMode = bits, U08, 278, [0:1], "Simultaneous", "Sequential", "Batch", "Single Point"
+injectionMode = bits, U08, 279, [0:1], "Simultaneous", "Sequential", "Batch", "Single Point"
+boostControlMinRpm = scalar, U16, 280, "", 1, 0, 0, 25000, 0
+boostControlMinTps = scalar, U08, 282, "", 1, 0, 0, 100, 0
+boostControlMinMap = scalar, U08, 283, "", 1, 0, 0, 250, 0
+boostOpenLoopXAxis = bits, U08, 284, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopYAxis = bits, U08, 285, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopXAxis = bits, U08, 286, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopYAxis = bits, U08, 287, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+timingMode = bits, U08, 288, [0:0], "dynamic", "fixed"
+mafAdcChannel = bits, U08, 289, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+benchTestCount = scalar, U16, 290, "", 1, 0, 0, 10000, 0
+crankingTimingAngle = scalar, F32, 292, "deg", 1, 0, -30, 30, 0
+gapTrackingLengthOverride = scalar, S08, 296, "count", 1, 0, 1, 18, 0
+maxIdleVss = scalar, U08, 297, "kph", 1, 0, 0, 100, 0
+minOilPressureAfterStart = scalar, U16, 298, "kPa", 1, 0, 0, 1000, 0
+oilPressureSwitch = bits, U16, 300, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+oilPressureSwitchMode = bits, U08, 302, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+fixedModeTiming = scalar, F32, 304, "RPM", 1, 0, 0, 3000, 0
+globalTriggerAngleOffset = scalar, F32, 308, "deg btdc", 1, 0, -720, 720, 0
+analogInputDividerCoefficient = scalar, F32, 312, "coef", 1, 0, 0.01, 10, 2
+vbattDividerCoeff = scalar, F32, 316, "coef", 1, 0, 0.01, 99, 2
+fanOnTemperature = scalar, U08, 320, "deg C", 1, 0, 0, 150, 0
+fanOffTemperature = scalar, U08, 321, "deg C", 1, 0, 0, 150, 0
+fanPwmFrequency = scalar, U16, 322, "Hz", 1, 0, 10, 500, 0
+fan1PwmXAxis = bits, U08, 324, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+fan2PwmXAxis = bits, U08, 325, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+fanPwmSafetyDuty = scalar, U08, 326, "%", 1, 0, 0, 100, 0
+acrPin = bits, U16, 328, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+driveWheelRevPerKm = scalar, F32, 332, "revs/km", 1, 0, 100, 1000, 1
+byFirmwareVersion = scalar, S32, 336, "index", 1, 0, 0, 300, 0
+tps1_1AdcChannel = bits, U08, 340, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+vbattAdcChannel = bits, U08, 341, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+fuelLevelSensor = bits, U08, 342, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+tps2_1AdcChannel = bits, U08, 343, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+acIdleExtraOffset = scalar, U08, 344, "%", 1, 0, 0, 100, 0
+finalGearRatio = scalar, U16, 346, "ratio", 0.01, 0, 0, 10, 2
+trigger_type = bits, U32, 348, [0:6], "custom toothed wheel", "Ford Aspire", "Dodge Neon 1995", "Miata NA", "Mitsubishi Mess 4", "GM_7X", "Cooper R50", "Mazda SOHC 4", "60/2", "36/1", "Mercedes Two Segment", "Mitsubishi 4G93 11", "EZ30", "INVALID", "Dodge Neon 2003", "Mazda DOHC 1+4", "1+1", "INVALID", "Single Tooth", "Dodge Ram 1+16", "60/2 VW", "Benelli Tre", "Dodge Stratus", "36_2_2_2", "Nissan Primera", "dev 2JZ 3/34 simulator", "Rover K", "GM 24x 5 degree", "Honda CBR 600", "Mitsubishi 4G92/93/94 Cam 29", "Honda CBR 600 custom", "3/1 skipped", "Dodge Neon 2003 crank", "Miata NB", "Mitsubishi 4G63 Cam 34", "INVALID", "Subaru 7+6", "Jeep 18-2-2-2", "12 tooth crank", "Dodge Neon 1995 crank only", "Jeep XJ 4 cyl", "FiatIAQ_P8", "Mazda Z5", "INVALID", "Renix 44-2-2", "Renix 66-2-2-2", "Honda K 12+1", "INVALID", "36/2", "Subaru SVX", "1+16", "Subaru 7 without 6", "INVALID", "TriTach", "GM 60/2/2/2", "Skoda Favorit", "Barra 3+1 Cam", "Kawa KX450F", "Nissan VQ35", "INVALID", "Nissan VQ30", "Nissan QR25", "Mitsubishi 3A92", "Subaru SVX Crank 1", "Subaru SVX Cam VVT", "Ford PIP", "Suzuki G13B", "Honda K 4+1", "Nissan MR18 Crank", "32/2", "36-2-1", "36-2-1-1", "INVALID", "INVALID", "GM 24x 3 degree", "INVALID", "trg76"
+trigger_customTotalToothCount = scalar, U16, 352, "number", 1, 0, 1, 60, 0
+trigger_customSkippedToothCount = scalar, U16, 354, "number", 1, 0, 0, 10, 0
+airByRpmTaper = scalar, F32, 356, "%", 1, 0, 0, 50, 1
+boostControlSafeDutyCycle = scalar, U08, 360, "%", 1, 0, 0, 100, 0
+throttlePedalPositionAdcChannel = bits, U08, 361, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+tle6240_csPinMode = bits, U08, 362, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+acrRevolutions = scalar, U08, 363, "", 1, 0, 0, 10, 0
+globalFuelCorrection = scalar, F32, 364, "coef", 1, 0, 0, 1000, 2
+adcVcc = scalar, F32, 368, "volts", 1, 0, 0, 6, 3
+mapCamDetectionAnglePosition = scalar, F32, 372, "Deg", 1, 0, 0, 360, 0
+camInputs1 = bits, U16, 376, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+camInputs2 = bits, U16, 378, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+camInputs3 = bits, U16, 380, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+camInputs4 = bits, U16, 382, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+afr_hwChannel = bits, U08, 384, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+afr_hwChannel2 = bits, U08, 385, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+afr_v1 = scalar, U16, 386, "volts", 0.001, 0, 0, 10, 3
+afr_value1 = scalar, U16, 388, "AFR", 0.001, 0, 0, 50, 2
+afr_v2 = scalar, U16, 390, "volts", 0.001, 0, 0, 10, 3
+afr_value2 = scalar, U16, 392, "AFR", 0.001, 0, 0, 50, 2
+tle6240_cs = bits, U16, 396, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33816_cs = bits, U16, 398, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+baroSensor_lowValue = scalar, F32, 400, "kpa", 1, 0, -400, 800, 2
+baroSensor_highValue = scalar, F32, 404, "kpa", 1, 0, -400, 800, 2
+baroSensor_type = bits, U08, 408, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400"
+baroSensor_hwChannel = bits, U08, 409, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+idle_solenoidFrequency = scalar, U16, 412, "Hz", 1, 0, 0, 3000, 0
+idle_solenoidPin = bits, U16, 414, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+idle_stepperDirectionPin = bits, U16, 416, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+idle_stepperStepPin = bits, U16, 418, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+idle_solenoidPinMode = bits, U08, 420, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+manIdlePosition = scalar, F32, 424, "%", 1, 0, 0, 100, 0
+knockRetardAggression = scalar, U08, 428, "%", 0.1, 0, 0, 20, 1
+knockRetardReapplyRate = scalar, U08, 429, "deg/s", 0.1, 0, 0, 10, 1
+knockNoiseThreshold = scalar, S08, 430, "dBv", 1, 0, -100, 0, 0
+knockNoiseTimeout = scalar, U08, 431, "seconds", 1, 0, 0, 30, 0
+engineSyncCam = bits, S08, 432, [0:1], "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
+vssFilterReciprocal = scalar, U08, 433, "", 1, 0, 2, 200, 0
+vssGearRatio = scalar, U16, 434, "ratio", 0.001, 0, 0, 60, 3
+vssToothCount = scalar, U08, 436, "count", 1, 0, 1, 100, 0
+idleVeOverrideMode = bits, U08, 437, [0:1], "None", "MAP", "TPS"
+o2heaterPin = bits, U16, 438, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins1 = bits, U16, 440, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins2 = bits, U16, 442, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins3 = bits, U16, 444, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins4 = bits, U16, 446, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins5 = bits, U16, 448, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins6 = bits, U16, 450, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins7 = bits, U16, 452, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins8 = bits, U16, 454, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins9 = bits, U16, 456, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins10 = bits, U16, 458, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins11 = bits, U16, 460, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins12 = bits, U16, 462, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage21 = bits, U16, 464, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage22 = bits, U16, 466, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage23 = bits, U16, 468, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage24 = bits, U16, 470, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage25 = bits, U16, 472, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage26 = bits, U16, 474, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage27 = bits, U16, 476, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage28 = bits, U16, 478, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage29 = bits, U16, 480, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage210 = bits, U16, 482, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage211 = bits, U16, 484, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage212 = bits, U16, 486, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins1 = bits, U16, 488, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins2 = bits, U16, 490, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins3 = bits, U16, 492, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins4 = bits, U16, 494, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins5 = bits, U16, 496, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins6 = bits, U16, 498, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins7 = bits, U16, 500, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins8 = bits, U16, 502, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins9 = bits, U16, 504, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins10 = bits, U16, 506, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins11 = bits, U16, 508, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins12 = bits, U16, 510, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinMode = bits, U08, 512, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+ignitionPinMode = bits, U08, 513, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fuelPumpPin = bits, U16, 514, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+fuelPumpPinMode = bits, U08, 516, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+throttlePedalPositionSecondAdcChannel = bits, U08, 517, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+malfunctionIndicatorPin = bits, U16, 518, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+malfunctionIndicatorPinMode = bits, U08, 520, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fanPinMode = bits, U08, 521, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fanPin = bits, U16, 522, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+clutchDownPin = bits, U16, 524, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+alternatorControlPin = bits, U16, 526, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+alternatorControlPinMode = bits, U08, 528, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+clutchDownPinMode = bits, U08, 529, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+electronicThrottlePin1Mode = bits, U08, 530, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+max31855spiDevice = bits, U08, 531, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+debugTriggerSync = bits, U16, 532, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33972_cs = bits, U16, 534, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33972_csPinMode = bits, U08, 536, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+minCamPhaseResolveRpm = scalar, U08, 537, "rpm", 50.0, 0, 0, 12500, 0
+tps1_2AdcChannel = bits, U08, 538, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+tps2_2AdcChannel = bits, U08, 539, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+triggerInputPins1 = bits, U16, 540, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+triggerInputPins2 = bits, U16, 542, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+mc33_t_min_boost = scalar, U16, 544, "us", 1, 0, 0, 10000, 0
+tachOutputPin = bits, U16, 546, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tachOutputPinMode = bits, U08, 548, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+maf2AdcChannel = bits, U08, 549, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+mainRelayPin = bits, U16, 550, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+sdCardCsPin = bits, U16, 552, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+canTxPin = bits, U16, 554, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+canRxPin = bits, U16, 556, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mainRelayPinMode = bits, U08, 558, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+wastegatePositionMin = scalar, U16, 560, "mv", 1, 0, 0, 5000, 0
+wastegatePositionMax = scalar, U16, 562, "mv", 1, 0, 0, 5000, 0
+secondSolenoidPin = bits, U16, 564, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tachPulsePerRev = scalar, U16, 566, "", 0.001, 0, 1, 15, 3
+compressionRatio = scalar, F32, 568, "CR", 1, 0, 0, 300, 1
+triggerSimulatorPins1 = bits, U16, 572, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+triggerSimulatorPins2 = bits, U16, 574, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+fordInjectorSmallPulseSlope = scalar, U16, 576, "", 0.001, 0, 0, 65, 3
+lambdaProtectionMinRpm = scalar, U08, 578, "RPM", 100.0, 0, 0, 25000, 0
+lambdaProtectionMinLoad = scalar, U08, 579, "%", 10.0, 0, 0, 1000, 0
+is_enabled_spi_1 = bits, U32, 580, [0:0], "false", "true"
+is_enabled_spi_2 = bits, U32, 580, [1:1], "false", "true"
+is_enabled_spi_3 = bits, U32, 580, [2:2], "false", "true"
+isSdCardEnabled = bits, U32, 580, [3:3], "false", "true"
+rusefiVerbose29b = bits, U32, 580, [4:4], "11 bit", "29 bit"
+modeledFlowIdle = bits, U32, 580, [5:5], "false", "true"
+useStepperIdle = bits, U32, 580, [6:6], "false", "true"
+enabledStep1Limiter = bits, U32, 580, [7:7], "false", "true"
+verboseTLE8888 = bits, U32, 580, [8:8], "false", "true"
+enableVerboseCanTx = bits, U32, 580, [9:9], "false", "true"
+idleReturnTargetRamp = bits, U32, 580, [10:10], "false", "true"
+ecumasterEgtToCan = bits, U32, 580, [11:11], "false", "true"
+measureMapOnlyInOneCylinder = bits, U32, 580, [12:12], "false", "true"
+stepperForceParkingEveryRestart = bits, U32, 580, [13:13], "false", "true"
+isFasterEngineSpinUpEnabled = bits, U32, 580, [14:14], "false", "true"
+coastingFuelCutEnabled = bits, U32, 580, [15:15], "false", "true"
+disableFuelCutOnClutch = bits, U32, 580, [16:16], "false", "true"
+useIacTableForCoasting = bits, U32, 580, [17:17], "false", "true"
+useIdleTimingPidControl = bits, U32, 580, [18:18], "false", "true"
+disableEtbWhenEngineStopped = bits, U32, 580, [19:19], "false", "true"
+is_enabled_spi_4 = bits, U32, 580, [20:20], "false", "true"
+pauseEtbControl = bits, U32, 580, [21:21], "false", "true"
+alignEngineSnifferAtTDC = bits, U32, 580, [22:22], "false", "true"
+useTableForDfcoMap = bits, U32, 580, [23:23], "Fixed", "Table"
+postCrankingFuelUseTable = bits, U32, 580, [24:24], "Basic", "Table"
+verboseCanBaseAddress = scalar, U32, 584, "dec", 1, 0, 0, 536870911, 0
+mc33_hvolt = scalar, U08, 588, "v", 1, 0, 40, 70, 0
+minimumBoostClosedLoopMap = scalar, U08, 589, "kPa", 1, 0, 0, 255, 0
+acFanPin = bits, U16, 590, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+acFanPinMode = bits, U08, 592, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+vehicleWeight = scalar, U16, 594, "kg", 1, 0, 0, 10000, 0
+idlePidRpmUpperLimit = scalar, S16, 596, "RPM", 1, 0, 0, 500, 0
+applyNonlinearBelowPulse = scalar, U16, 598, "ms", 0.001, 0, 0, 30, 3
+lps25BaroSensorScl = bits, U16, 600, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+lps25BaroSensorSda = bits, U16, 602, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+vehicleSpeedSensorInputPin = bits, U16, 604, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+clutchUpPin = bits, U16, 606, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+injectorNonlinearMode = bits, U08, 608, [0:1], "None", "Polynomial", "Ford (dual slope)", "Adder Table"
+clutchUpPinMode = bits, U08, 609, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+max31855_cs1 = bits, U16, 610, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs2 = bits, U16, 612, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs3 = bits, U16, 614, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs4 = bits, U16, 616, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs5 = bits, U16, 618, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs6 = bits, U16, 620, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs7 = bits, U16, 622, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs8 = bits, U16, 624, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+flexSensorPin = bits, U16, 626, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+tachSweepTime = scalar, U08, 628, "s", 0.1, 0, 0, 10, 1
+tachSweepMax = scalar, U08, 629, "rpm", 50.0, 0, 0, 12500, 0
+stepperDirectionPinMode = bits, U08, 630, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+mc33972spiDevice = bits, U08, 631, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+stoichRatioSecondary = scalar, U08, 632, ":1", 0.1, 0, 5, 25, 1
+etbMaximumPosition = scalar, U08, 633, "%", 1, 0, 70, 100, 0
+sdCardLogFrequency = scalar, U16, 634, "hz", 1, 0, 1, 250, 0
+debugMapAveraging = bits, U16, 636, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+starterRelayDisablePin = bits, U16, 638, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+starterRelayDisablePinMode = bits, U08, 640, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+imuType = bits, U08, 641, [0:4], "None", "VAG", "MM5.10", "type 3", "type 4"
+startStopButtonPin = bits, U16, 642, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+mapMinBufferLength = scalar, U08, 644, "count", 1, 0, 1, 24, 0
+cylindersCount = scalar, U08, 645, "", 1, 0, 1, 12, 0
+idlePidDeactivationTpsThreshold = scalar, S16, 646, "%", 1, 0, 0, 50, 0
+stepperParkingExtraSteps = scalar, S16, 648, "%", 1, 0, 0, 3000, 0
+tps1SecondaryMin = scalar, U16, 650, "ADC", 1, 0, 0, 1000, 0
+tps1SecondaryMax = scalar, U16, 652, "ADC", 1, 0, 0, 1000, 0
+antiLagRpmTreshold = scalar, S16, 654, "rpm", 1, 0, 0, 20000, 0
+startCrankingDuration = scalar, U16, 656, "Seconds", 1, 0, 0, 30, 0
+lambdaProtectionMinTps = scalar, U08, 658, "%", 1, 0, 0, 100, 0
+lambdaProtectionTimeout = scalar, U08, 659, "s", 0.1, 0, 0, 10, 1
+lambdaProtectionRestoreRpm = scalar, U08, 660, "RPM", 100.0, 0, 0, 25000, 0
+acRelayPinMode = bits, U08, 661, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+acRelayPin = bits, U16, 662, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+minimumOilPressureTimeout = scalar, U08, 664, "sec", 0.1, 0, 0, 5, 1
+oilPressureProtectionStartDelay = scalar, U08, 665, "sec", 0.1, 0, 0, 5, 1
+drv8860spiDevice = bits, U08, 666, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+mc33816_flag0 = bits, U16, 668, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+scriptSetting1 = scalar, F32, 672, "", 1, 0, 0, 18000, 2
+scriptSetting2 = scalar, F32, 676, "", 1, 0, 0, 18000, 2
+scriptSetting3 = scalar, F32, 680, "", 1, 0, 0, 18000, 2
+scriptSetting4 = scalar, F32, 684, "", 1, 0, 0, 18000, 2
+scriptSetting5 = scalar, F32, 688, "", 1, 0, 0, 18000, 2
+scriptSetting6 = scalar, F32, 692, "", 1, 0, 0, 18000, 2
+scriptSetting7 = scalar, F32, 696, "", 1, 0, 0, 18000, 2
+scriptSetting8 = scalar, F32, 700, "", 1, 0, 0, 18000, 2
+spi1mosiPin = bits, U16, 704, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi1misoPin = bits, U16, 706, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi1sckPin = bits, U16, 708, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi2mosiPin = bits, U16, 710, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi2misoPin = bits, U16, 712, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi2sckPin = bits, U16, 714, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi3mosiPin = bits, U16, 716, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi3misoPin = bits, U16, 718, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi3sckPin = bits, U16, 720, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+clutchUpPinInverted = bits, U32, 724, [0:0], "false", "true"
+clutchDownPinInverted = bits, U32, 724, [1:1], "false", "true"
+useHbridgesToDriveIdleStepper = bits, U32, 724, [2:2], "false", "true"
+multisparkEnable = bits, U32, 724, [3:3], "false", "true"
+enableLaunchRetard = bits, U32, 724, [4:4], "false", "true"
+enableCanVss = bits, U32, 724, [5:5], "false", "true"
+enableOilPressureProtect = bits, U32, 724, [6:6], "false", "true"
+stftIgnoreErrorMagnitude = bits, U32, 724, [7:7], "false", "true"
+enableSoftwareKnock = bits, U32, 724, [8:8], "false", "true"
+verboseVVTDecoding = bits, U32, 724, [9:9], "false", "true"
+invertCamVVTSignal = bits, U32, 724, [10:10], "false", "true"
+alphaNUseIat = bits, U32, 724, [11:11], "false", "true"
+knockBankCyl1 = bits, U32, 724, [12:12], "Channel 1", "Channel 2"
+knockBankCyl2 = bits, U32, 724, [13:13], "Channel 1", "Channel 2"
+knockBankCyl3 = bits, U32, 724, [14:14], "Channel 1", "Channel 2"
+knockBankCyl4 = bits, U32, 724, [15:15], "Channel 1", "Channel 2"
+knockBankCyl5 = bits, U32, 724, [16:16], "Channel 1", "Channel 2"
+knockBankCyl6 = bits, U32, 724, [17:17], "Channel 1", "Channel 2"
+knockBankCyl7 = bits, U32, 724, [18:18], "Channel 1", "Channel 2"
+knockBankCyl8 = bits, U32, 724, [19:19], "Channel 1", "Channel 2"
+knockBankCyl9 = bits, U32, 724, [20:20], "Channel 1", "Channel 2"
+knockBankCyl10 = bits, U32, 724, [21:21], "Channel 1", "Channel 2"
+knockBankCyl11 = bits, U32, 724, [22:22], "Channel 1", "Channel 2"
+knockBankCyl12 = bits, U32, 724, [23:23], "Channel 1", "Channel 2"
+tcuEnabled = bits, U32, 724, [24:24], "false", "true"
+canBroadcastUseChannelTwo = bits, U08, 728, [0:1], "none", "first", "second", "both"
+useRawOutputToDriveIdleStepper = bits, U32, 732, [0:0], "false", "true"
+verboseCan2 = bits, U32, 732, [1:1], "Do not print", "Print all"
+etbIo1_directionPin1 = bits, U16, 736, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo1_directionPin2 = bits, U16, 738, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo1_controlPin = bits, U16, 740, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo1_disablePin = bits, U16, 742, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_directionPin1 = bits, U16, 744, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_directionPin2 = bits, U16, 746, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_controlPin = bits, U16, 748, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_disablePin = bits, U16, 750, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+boostControlPin = bits, U16, 752, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+boostControlPinMode = bits, U08, 754, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+boostType = bits, U08, 755, [0:0], "Open Loop", "Open + Closed Loop"
+ALSActivatePin = bits, U16, 756, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+launchActivatePin = bits, U16, 758, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+boostPid_pFactor = scalar, F32, 760, "", 1, 0, -10000, 10000, 4
+boostPid_iFactor = scalar, F32, 764, "", 1, 0, -10000, 10000, 4
+boostPid_dFactor = scalar, F32, 768, "", 1, 0, -10000, 10000, 4
+boostPid_offset = scalar, S16, 772, "", 1, 0, -1000, 1000, 0
+boostPid_minValue = scalar, S16, 774, "", 1, 0, -30000, 30000, 0
+boostPid_maxValue = scalar, S16, 776, "", 1, 0, -30000, 30000, 0
+boostPwmFrequency = scalar, U16, 780, "Hz", 1, 0, 0, 3000, 0
+launchActivationMode = bits, S08, 782, [0:1], "Launch Button", "Clutch Down Switch", "Always Active(Disabled By Speed)"
+antiLagActivationMode = bits, S08, 783, [0:0], "Switch Input", "Always Active"
+launchSpeedThreshold = scalar, S32, 784, "Kph", 1, 0, 0, 300, 0
+launchTimingRpmRange = scalar, S32, 788, "RPM", 1, 0, 0, 8000, 0
+launchFuelAdded = scalar, S32, 792, "%", 1, 0, 0, 100, 0
+launchBoostDuty = scalar, S32, 796, "%", 1, 0, 0, 100, 0
+hardCutRpmRange = scalar, S32, 800, "RPM", 1, 0, 0, 3000, 0
+turbochargerFilter = scalar, F32, 804, "", 1, 0, 0, 50, 0
+launchTpsThreshold = scalar, S32, 808, "", 1, 0, 0, 20000, 0
+launchActivateDelay = scalar, F32, 812, "", 1, 0, 0, 20000, 0
+stft_maxIdleRegionRpm = scalar, U08, 816, "RPM", 50.0, 0, 0, 12000, 0
+stft_maxOverrunLoad = scalar, U08, 817, "load", 1, 0, 0, 250, 0
+stft_minPowerLoad = scalar, U08, 818, "load", 1, 0, 0, 250, 0
+stft_deadband = scalar, U08, 819, "%", 0.1, 0, 0, 3, 1
+stft_minClt = scalar, S08, 820, "C", 1, 0, -20, 100, 0
+stft_minAfr = scalar, U08, 821, "afr", 0.1, 0, 10, 20, 1
+stft_maxAfr = scalar, U08, 822, "afr", 0.1, 0, 10, 20, 1
+stft_startupDelay = scalar, U08, 823, "seconds", 1, 0, 0, 250, 0
+stft_cellCfgs1_maxAdd = scalar, S08, 824, "%", 1, 0, 0, 25, 0
+stft_cellCfgs1_maxRemove = scalar, S08, 825, "%", 1, 0, -25, 0, 0
+stft_cellCfgs1_timeConstant = scalar, U16, 826, "sec", 0.1, 0, 0.1, 100, 2
+stft_cellCfgs2_maxAdd = scalar, S08, 828, "%", 1, 0, 0, 25, 0
+stft_cellCfgs2_maxRemove = scalar, S08, 829, "%", 1, 0, -25, 0, 0
+stft_cellCfgs2_timeConstant = scalar, U16, 830, "sec", 0.1, 0, 0.1, 100, 2
+stft_cellCfgs3_maxAdd = scalar, S08, 832, "%", 1, 0, 0, 25, 0
+stft_cellCfgs3_maxRemove = scalar, S08, 833, "%", 1, 0, -25, 0, 0
+stft_cellCfgs3_timeConstant = scalar, U16, 834, "sec", 0.1, 0, 0.1, 100, 2
+stft_cellCfgs4_maxAdd = scalar, S08, 836, "%", 1, 0, 0, 25, 0
+stft_cellCfgs4_maxRemove = scalar, S08, 837, "%", 1, 0, -25, 0, 0
+stft_cellCfgs4_timeConstant = scalar, U16, 838, "sec", 0.1, 0, 0.1, 100, 2
+stepperDcIo1_directionPin1 = bits, U16, 840, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo1_directionPin2 = bits, U16, 842, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo1_controlPin = bits, U16, 844, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo1_disablePin = bits, U16, 846, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_directionPin1 = bits, U16, 848, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_directionPin2 = bits, U16, 850, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_controlPin = bits, U16, 852, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_disablePin = bits, U16, 854, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+engineMake = string, ASCII, 856, 32
+engineCode = string, ASCII, 888, 32
+vehicleName = string, ASCII, 920, 32
+etbFunctions1 = bits, U08, 952, [0:1], "None", "Throttle 1", "Throttle 2", "Wastegate"
+etbFunctions2 = bits, U08, 953, [0:1], "None", "Throttle 1", "Throttle 2", "Wastegate"
+drv8860_cs = bits, U16, 954, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+drv8860_csPinMode = bits, U08, 956, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+idleMode = bits, U08, 957, [0:0], "Open Loop + Closed Loop", "Open Loop"
+drv8860_miso = bits, U16, 958, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+luaOutputPins1 = bits, U16, 960, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins2 = bits, U16, 962, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins3 = bits, U16, 964, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins4 = bits, U16, 966, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins5 = bits, U16, 968, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins6 = bits, U16, 970, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins7 = bits, U16, 972, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins8 = bits, U16, 974, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtOffsets1 = scalar, S16, 976, "value", 0.1, 0, -720, 1000, 1
+vvtOffsets2 = scalar, S16, 978, "value", 0.1, 0, -720, 1000, 1
+vvtOffsets3 = scalar, S16, 980, "value", 0.1, 0, -720, 1000, 1
+vvtOffsets4 = scalar, S16, 982, "value", 0.1, 0, -720, 1000, 1
+gpPwmNote1 = string, ASCII, 984, 16
+gpPwmNote2 = string, ASCII, 1000, 16
+gpPwmNote3 = string, ASCII, 1016, 16
+gpPwmNote4 = string, ASCII, 1032, 16
+tps2SecondaryMin = scalar, U16, 1048, "ADC", 1, 0, 0, 1000, 0
+tps2SecondaryMax = scalar, U16, 1050, "ADC", 1, 0, 0, 1000, 0
+widebandOnSecondBus = bits, U32, 1052, [0:0], "1", "2"
+fuelClosedLoopCorrectionEnabled = bits, U32, 1052, [1:1], "false", "true"
+useOilPressureSwitch = bits, U32, 1052, [2:2], "Sensor", "Switch"
+boardUseTachPullUp = bits, U32, 1052, [3:3], "5v", "12v"
+boardUseTempPullUp = bits, U32, 1052, [4:4], "Piggyback Mode", "With Pull Ups"
+silentTriggerError = bits, U32, 1052, [5:5], "false", "true"
+useLinearCltSensor = bits, U32, 1052, [6:6], "false", "true"
+canReadEnabled = bits, U32, 1052, [7:7], "false", "true"
+canWriteEnabled = bits, U32, 1052, [8:8], "false", "true"
+useLinearIatSensor = bits, U32, 1052, [9:9], "false", "true"
+boardUse2stepPullDown = bits, U32, 1052, [10:10], "With Pull Up", "With Pull Down"
+tachPulseDurationAsDutyCycle = bits, U32, 1052, [11:11], "Constant time", "Duty cycle"
+isAlternatorControlEnabled = bits, U32, 1052, [12:12], "false", "true"
+invertPrimaryTriggerSignal = bits, U32, 1052, [13:13], "false", "true"
+invertSecondaryTriggerSignal = bits, U32, 1052, [14:14], "false", "true"
+cutFuelOnHardLimit = bits, U32, 1052, [15:15], "no", "yes"
+cutSparkOnHardLimit = bits, U32, 1052, [16:16], "no", "yes"
+launchFuelCutEnable = bits, U32, 1052, [17:17], "false", "true"
+launchSparkCutEnable = bits, U32, 1052, [18:18], "false", "true"
+boardUseCrankPullUp = bits, U32, 1052, [19:19], "VR", "Hall"
+boardUseCamPullDown = bits, U32, 1052, [20:20], "With Pull Up", "With Pull Down"
+boardUseCamVrPullUp = bits, U32, 1052, [21:21], "VR", "Hall"
+boardUseD2PullDown = bits, U32, 1052, [22:22], "With Pull Up", "With Pull Down"
+boardUseD3PullDown = bits, U32, 1052, [23:23], "With Pull Up", "With Pull Down"
+boardUseD4PullDown = bits, U32, 1052, [24:24], "With Pull Up", "With Pull Down"
+boardUseD5PullDown = bits, U32, 1052, [25:25], "With Pull Up", "With Pull Down"
+verboseIsoTp = bits, U32, 1052, [26:26], "false", "true"
+launchActivateInverted = bits, U32, 1052, [27:27], "false", "true"
+twoStroke = bits, U32, 1052, [28:28], "Four Stroke", "Two Stroke"
+skippedWheelOnCam = bits, U32, 1052, [29:29], "On crankshaft", "On camshaft"
+acSwitch = bits, U16, 1056, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+acPressureSwitch = bits, U16, 1058, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+vRefAdcChannel = bits, U08, 1060, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+etbNeutralPosition = scalar, U08, 1061, "%", 1, 0, 0, 100, 0
+isInjectionEnabled = bits, U32, 1064, [0:0], "false", "true"
+isIgnitionEnabled = bits, U32, 1064, [1:1], "false", "true"
+isCylinderCleanupEnabled = bits, U32, 1064, [2:2], "false", "true"
+complexWallModel = bits, U32, 1064, [3:3], "Basic (constants)", "Advanced (tables)"
+alwaysInstantRpm = bits, U32, 1064, [4:4], "false", "true"
+isMapAveragingEnabled = bits, U32, 1064, [5:5], "false", "true"
+useCrankingIdleTaperTableSetting = bits, U32, 1064, [6:6], "false", "true"
+overrideCrankingIacSetting = bits, U32, 1064, [7:7], "false", "true"
+useSeparateAdvanceForIdle = bits, U32, 1064, [8:8], "false", "true"
+isWaveAnalyzerEnabled = bits, U32, 1064, [9:9], "false", "true"
+useSeparateVeForIdle = bits, U32, 1064, [10:10], "false", "true"
+verboseTriggerSynchDetails = bits, U32, 1064, [11:11], "false", "true"
+alwaysResetPidLeavingIdle = bits, U32, 1064, [12:12], "false", "true"
+canBroadcastEgt = bits, U32, 1064, [13:13], "false", "true"
+canBroadcastCams = bits, U32, 1064, [14:14], "false", "true"
+unused1200b14 = bits, U32, 1064, [15:15], "false", "true"
+useFixedBaroCorrFromMap = bits, U32, 1064, [16:16], "false", "true"
+useSeparateAdvanceForCranking = bits, U32, 1064, [17:17], "Fixed (auto taper)", "Table"
+useAdvanceCorrectionsForCranking = bits, U32, 1064, [18:18], "false", "true"
+flexCranking = bits, U32, 1064, [19:19], "false", "true"
+unused1200b19 = bits, U32, 1064, [20:20], "false", "true"
+isBoostControlEnabled = bits, U32, 1064, [21:21], "false", "true"
+launchSmoothRetard = bits, U32, 1064, [22:22], "false", "true"
+isPhaseSyncRequiredForIgnition = bits, U32, 1064, [23:23], "false", "true"
+useCltBasedRpmLimit = bits, U32, 1064, [24:24], "no", "yes"
+forceO2Heating = bits, U32, 1064, [25:25], "no", "yes"
+invertVvtControlIntake = bits, U32, 1064, [26:26], "advance", "retard"
+invertVvtControlExhaust = bits, U32, 1064, [27:27], "advance", "retard"
+useBiQuadOnAuxSpeedSensors = bits, U32, 1064, [28:28], "false", "true"
+sdTriggerLog = bits, U32, 1064, [29:29], "normal", "trigger"
+ALSActivateInverted = bits, U32, 1064, [30:30], "false", "true"
+engineChartSize = scalar, U16, 1068, "count", 1, 0, 0, 300, 0
+turboSpeedSensorMultiplier = scalar, F32, 1072, "mult", 1, 0, 0, 7000, 3
+acIdleRpmBump = scalar, S16, 1076, "RPM", 1, 0, 0, 1000, 0
+warningPeriod = scalar, S16, 1078, "seconds", 1, 0, 0, 60, 0
+idleStepperReactionTime = scalar, F32, 1080, "ms", 1, 0, 1, 300, 0
+idleStepperTotalSteps = scalar, U16, 1084, "count", 1, 0, 5, 3000, 0
+injectorCompensationMode = bits, U08, 1086, [0:1], "None", "Fixed rail pressure", "Sensed Rail Pressure"
+fan2PinMode = bits, U08, 1087, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+tachPulseDuractionMs = scalar, F32, 1088, "", 1, 0, 0, 100, 2
+wwaeTau = scalar, F32, 1092, "Seconds", 1, 0, 0, 3, 2
+alternatorControl_pFactor = scalar, F32, 1096, "", 1, 0, -10000, 10000, 4
+alternatorControl_iFactor = scalar, F32, 1100, "", 1, 0, -10000, 10000, 4
+alternatorControl_dFactor = scalar, F32, 1104, "", 1, 0, -10000, 10000, 4
+alternatorControl_offset = scalar, S16, 1108, "", 1, 0, -1000, 1000, 0
+alternatorControl_minValue = scalar, S16, 1110, "", 1, 0, -30000, 30000, 0
+alternatorControl_maxValue = scalar, S16, 1112, "", 1, 0, -30000, 30000, 0
+etb_pFactor = scalar, F32, 1116, "", 1, 0, -10000, 10000, 4
+etb_iFactor = scalar, F32, 1120, "", 1, 0, -10000, 10000, 4
+etb_dFactor = scalar, F32, 1124, "", 1, 0, -10000, 10000, 4
+etb_offset = scalar, S16, 1128, "", 1, 0, -1000, 1000, 0
+etb_minValue = scalar, S16, 1130, "", 1, 0, -30000, 30000, 0
+etb_maxValue = scalar, S16, 1132, "", 1, 0, -30000, 30000, 0
+airTaperRpmRange = scalar, S16, 1136, "RPM", 1, 0, 0, 1500, 0
+turboSpeedSensorInputPin = bits, U16, 1138, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+tps2Min = scalar, S16, 1140, "ADC", 1, 0, 0, 1023, 0
+tps2Max = scalar, S16, 1142, "ADC", 1, 0, 0, 1023, 0
+starterControlPin = bits, U16, 1144, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+startStopButtonMode = bits, U08, 1146, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+mapErrorDetectionTooLow = scalar, F32, 1148, "kPa", 1, 0, -100, 100, 2
+mapErrorDetectionTooHigh = scalar, F32, 1152, "kPa", 1, 0, -100, 800, 2
+multisparkSparkDuration = scalar, U16, 1156, "ms", 0.001, 0, 0, 3, 2
+multisparkDwell = scalar, U16, 1158, "ms", 0.001, 0, 0, 3, 2
+idleRpmPid_pFactor = scalar, F32, 1160, "", 1, 0, -10000, 10000, 4
+idleRpmPid_iFactor = scalar, F32, 1164, "", 1, 0, -10000, 10000, 4
+idleRpmPid_dFactor = scalar, F32, 1168, "", 1, 0, -10000, 10000, 4
+idleRpmPid_offset = scalar, S16, 1172, "", 1, 0, -1000, 1000, 0
+idleRpmPid_minValue = scalar, S16, 1174, "", 1, 0, -30000, 30000, 0
+idleRpmPid_maxValue = scalar, S16, 1176, "", 1, 0, -30000, 30000, 0
+wwaeBeta = scalar, F32, 1180, "Fraction", 1, 0, 0, 1, 2
+throttlePedalUpVoltage = scalar, F32, 1184, "volts", 1, 0, -6, 6, 2
+throttlePedalWOTVoltage = scalar, F32, 1188, "volts", 1, 0, -6, 6, 2
+startUpFuelPumpDuration = scalar, S16, 1192, "seconds", 1, 0, 0, 6000, 0
+mafFilterParameter = scalar, U16, 1194, "", 1, 0, 0, 10000, 0
+targetVBatt = scalar, F32, 1196, "volts", 1, 0, 0, 30, 1
+dfcoRetardDeg = scalar, U08, 1200, "deg", 1, 0, 0, 30, 0
+dfcoRetardRampInTime = scalar, U08, 1201, "s", 0.1, 0, 0, 1, 1
+idleMaximumAirmass = scalar, U08, 1202, "mg", 2.0, 0, 0, 500, 1
+map2HwChannel = bits, U08, 1203, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+afterCrankingIACtaperDuration = scalar, S16, 1204, "cycles", 1, 0, 0, 5000, 0
+iacByTpsTaper = scalar, S16, 1206, "percent", 1, 0, 0, 500, 0
+LIS302DLCsPin = bits, U16, 1208, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+tpsAccelLookback = scalar, U08, 1210, "sec", 0.05, 0, 0, 5, 2
+coastingFuelCutVssLow = scalar, U08, 1211, "kph", 1, 0, 0, 255, 0
+coastingFuelCutVssHigh = scalar, U08, 1212, "kph", 1, 0, 0, 255, 0
+noFuelTrimAfterDfcoTime = scalar, U08, 1213, "sec", 0.1, 0, 0, 10, 1
+ignTestOnTime = scalar, U08, 1214, "ms", 0.1, 0, 0, 10, 1
+wssToVssMode = bits, U08, 1215, [0:2], "Disable", "Average fronts", "Average rears", "Average all 4"
+tpsAccelEnrichmentThreshold = scalar, F32, 1216, "roc", 1, 0, 0, 200, 1
+auxSpeedSensorInputPin1 = bits, U16, 1220, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+auxSpeedSensorInputPin2 = bits, U16, 1222, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+totalGearsCount = scalar, U08, 1224, "", 1, 0, 1, 8, 0
+injectionTimingMode = bits, U08, 1225, [0:1], "End of injection", "Start of injection", "Center of injection"
+debugMode = bits, U08, 1226, [0:5], "INVALID", "INVALID", "INVALID", "Stepper Idle Control", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "Electronic Throttle", "Executor", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "Metrics", "INVALID", "INVALID", "TLE8888", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "ETB Autotune", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "Logic_Analyzer", "INVALID", "INVALID", "Lua"
+fan1ExtraIdle = scalar, U08, 1227, "%", 1, 0, 0, 100, 0
+tpsDecelEnleanmentThreshold = scalar, F32, 1228, "roc", 1, 0, 0, 200, 1
+tpsDecelEnleanmentMultiplier = scalar, F32, 1232, "coeff", 1, 0, 0, 200, 2
+throttlePedalSecondaryUpVoltage = scalar, F32, 1236, "voltage", 1, 0, -6, 6, 2
+throttlePedalSecondaryWOTVoltage = scalar, F32, 1240, "voltage", 1, 0, -6, 6, 2
+canBaudRate = bits, U08, 1244, [0:2], "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "1Mbps"
+veOverrideMode = bits, U08, 1245, [0:1], "None", "MAP", "TPS"
+can2BaudRate = bits, U08, 1246, [0:2], "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "1Mbps"
+afrOverrideMode = bits, U08, 1247, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %"
+mc33_hpfp_i_peak = scalar, U08, 1248, "A", 0.1, 0, 0, 25, 1
+mc33_hpfp_i_hold = scalar, U08, 1249, "A", 0.1, 0, 0, 25, 1
+mc33_hpfp_i_hold_off = scalar, U08, 1250, "us", 1, 0, 0, 255, 0
+mc33_hpfp_max_hold = scalar, U08, 1251, "ms", 1, 0, 0, 255, 0
+stepperDcInvertedPins = bits, U32, 1252, [0:0], "false", "true"
+canOpenBLT = bits, U32, 1252, [1:1], "false", "true"
+can2OpenBLT = bits, U32, 1252, [2:2], "false", "true"
+injectorFlowAsMassFlow = bits, U32, 1252, [3:3], "volumetric flow", "mass flow"
+benchTestOffTime = scalar, U08, 1256, "ms", 5.0, 0, 0, 2000, 0
+lambdaProtectionRestoreTps = scalar, U08, 1257, "%", 1, 0, 0, 100, 0
+lambdaProtectionRestoreLoad = scalar, U08, 1258, "%", 10.0, 0, 0, 1000, 0
+launchActivatePinMode = bits, U08, 1259, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+can2TxPin = bits, U16, 1260, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+can2RxPin = bits, U16, 1262, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+starterControlPinMode = bits, U08, 1264, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+wastegatePositionSensor = bits, U08, 1265, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+ignOverrideMode = bits, U08, 1266, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %"
+injectorPressureType = bits, U08, 1267, [0:0], "Low", "High"
+hpfpValvePin = bits, U16, 1268, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+hpfpValvePinMode = bits, U08, 1270, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+accelerometerSpiDevice = bits, U08, 1271, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+boostCutPressure = scalar, F32, 1272, "kPa (absolute)", 1, 0, 0, 1000, 0
+tchargeBins = array, U08, 1276, [16], "kg/h", 5.0, 0, 0, 1200, 0
+tchargeValues = array, U08, 1292, [16], "ratio", 0.01, 0, 0, 1, 2
+fixedTiming = scalar, F32, 1308, "deg", 1, 0, -720, 720, 2
+mapLowValueVoltage = scalar, F32, 1312, "v", 1, 0, 0, 10, 2
+mapHighValueVoltage = scalar, F32, 1316, "v", 1, 0, 0, 10, 2
+egoValueShift = scalar, F32, 1320, "value", 1, 0, -10, 10, 2
+vvtPins1 = bits, U16, 1324, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtPins2 = bits, U16, 1326, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtPins3 = bits, U16, 1328, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtPins4 = bits, U16, 1330, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tChargeMinRpmMinTps = scalar, U08, 1332, "", 0.005, 0, 0, 1, 3
+tChargeMinRpmMaxTps = scalar, U08, 1333, "", 0.005, 0, 0, 1, 3
+tChargeMaxRpmMinTps = scalar, U08, 1334, "", 0.005, 0, 0, 1, 3
+tChargeMaxRpmMaxTps = scalar, U08, 1335, "", 0.005, 0, 0, 1, 3
+vvtOutputFrequency = scalar, U16, 1336, "Hz", 1, 0, 100, 1000, 0
+vvtItermMin1 = scalar, S08, 1338, "", 1, 0, -100, 100, 0
+vvtItermMin2 = scalar, S08, 1339, "", 1, 0, -100, 100, 0
+vvtItermMax1 = scalar, S08, 1340, "", 1, 0, -100, 100, 0
+vvtItermMax2 = scalar, S08, 1341, "", 1, 0, -100, 100, 0
+vvtOutputMin1 = scalar, S08, 1342, "", 1, 0, 0, 100, 0
+vvtOutputMin2 = scalar, S08, 1343, "", 1, 0, 0, 100, 0
+vvtOutputMax1 = scalar, S08, 1344, "", 1, 0, 0, 100, 0
+vvtOutputMax2 = scalar, S08, 1345, "", 1, 0, 0, 100, 0
+minimumIgnitionTiming = scalar, S08, 1346, "deg BTDC", 1, 0, -90, 90, 0
+maximumIgnitionTiming = scalar, S08, 1347, "deg BTDC", 1, 0, -90, 90, 0
+alternatorPwmFrequency = scalar, U16, 1348, "Hz", 1, 0, 0, 3000, 0
+vvtMode1 = bits, U08, 1350, [0:5], "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Miata NA CMP", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Mazda L"
+vvtMode2 = bits, U08, 1351, [0:5], "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Miata NA CMP", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Mazda L"
+fan2ExtraIdle = scalar, U08, 1352, "%", 1, 0, 0, 100, 0
+primingDelay = scalar, U08, 1353, "sec", 0.01, 0, 0, 1, 2
+auxAnalogInputs1 = bits, U08, 1354, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs2 = bits, U08, 1355, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs3 = bits, U08, 1356, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs4 = bits, U08, 1357, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs5 = bits, U08, 1358, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs6 = bits, U08, 1359, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs7 = bits, U08, 1360, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs8 = bits, U08, 1361, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+trailingCoilPins1 = bits, U16, 1362, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins2 = bits, U16, 1364, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins3 = bits, U16, 1366, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins4 = bits, U16, 1368, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins5 = bits, U16, 1370, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins6 = bits, U16, 1372, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins7 = bits, U16, 1374, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins8 = bits, U16, 1376, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins9 = bits, U16, 1378, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins10 = bits, U16, 1380, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins11 = bits, U16, 1382, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins12 = bits, U16, 1384, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tle8888mode = bits, U08, 1386, [0:1], "Auto", "SemiAuto", "Manual", "Hall"
+LIS302DLCsPinMode = bits, U08, 1387, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fuelReferencePressure = scalar, F32, 1388, "kPa", 1, 0, 50, 700000, 0
+postCrankingFactor = scalar, F32, 1392, "mult", 1, 0, 1, 3, 2
+postCrankingDurationSec = scalar, F32, 1396, "seconds", 1, 0, 0, 30, 0
+auxTempSensor1_tempC_1 = scalar, S32, 1400, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor1_tempC_2 = scalar, S32, 1404, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor1_tempC_3 = scalar, S32, 1408, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor1_resistance_1 = scalar, U32, 1412, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor1_resistance_2 = scalar, U32, 1416, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor1_resistance_3 = scalar, U32, 1420, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor1_bias_resistor = scalar, U32, 1424, "Ohm", 0.1, 0, 0, 200000, 1
+auxTempSensor1_adcChannel = bits, U08, 1428, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxTempSensor2_tempC_1 = scalar, S32, 1432, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor2_tempC_2 = scalar, S32, 1436, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor2_tempC_3 = scalar, S32, 1440, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor2_resistance_1 = scalar, U32, 1444, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor2_resistance_2 = scalar, U32, 1448, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor2_resistance_3 = scalar, U32, 1452, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor2_bias_resistor = scalar, U32, 1456, "Ohm", 0.1, 0, 0, 200000, 1
+auxTempSensor2_adcChannel = bits, U08, 1460, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+knockSamplingDuration = scalar, S16, 1464, "Deg", 1, 0, 0, 720, 0
+etbFreq = scalar, S16, 1466, "Hz", 1, 0, 0, 3000, 0
+etbWastegatePid_pFactor = scalar, F32, 1468, "", 1, 0, -10000, 10000, 4
+etbWastegatePid_iFactor = scalar, F32, 1472, "", 1, 0, -10000, 10000, 4
+etbWastegatePid_dFactor = scalar, F32, 1476, "", 1, 0, -10000, 10000, 4
+etbWastegatePid_offset = scalar, S16, 1480, "", 1, 0, -1000, 1000, 0
+etbWastegatePid_minValue = scalar, S16, 1482, "", 1, 0, -30000, 30000, 0
+etbWastegatePid_maxValue = scalar, S16, 1484, "", 1, 0, -30000, 30000, 0
+stepperNumMicroSteps = bits, U08, 1488, [0:3], "Full-Step (Default)", "INVALID", "Half-Step", "INVALID", "1/4 Micro-Step", "INVALID", "INVALID", "INVALID", "1/8 Micro-Step"
+stepperMinDutyCycle = scalar, U08, 1489, "%", 1, 0, 0, 100, 0
+stepperMaxDutyCycle = scalar, U08, 1490, "%", 1, 0, 0, 100, 0
+sdCardSpiDevice = bits, U08, 1491, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+timing_offset_cylinder1 = scalar, F32, 1492, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder2 = scalar, F32, 1496, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder3 = scalar, F32, 1500, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder4 = scalar, F32, 1504, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder5 = scalar, F32, 1508, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder6 = scalar, F32, 1512, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder7 = scalar, F32, 1516, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder8 = scalar, F32, 1520, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder9 = scalar, F32, 1524, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder10 = scalar, F32, 1528, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder11 = scalar, F32, 1532, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder12 = scalar, F32, 1536, "deg", 1, 0, -720, 720, 1
+idlePidActivationTime = scalar, F32, 1540, "seconds", 1, 0, 0, 60, 1
+vvtControlMinClt = scalar, S08, 1544, "deg C", 1, 0, -40, 120, 0
+minimumInjectionPulseWidth = scalar, U08, 1545, "ms", 0.01, 0, 0, 2, 2
+mafMinVoltage = scalar, U08, 1546, "volts", 0.02, 0, 0, 5, 2
+mafMaxVoltage = scalar, U08, 1547, "volts", 0.02, 0, 0, 5, 2
+vvtIntakeYAxisOverride = bits, U08, 1548, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+vvtExhaustYAxisOverride = bits, U08, 1549, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ecumasterEgtToCanBaseId = scalar, U16, 1550, "", 1, 0, 0, 32000, 0
+minStepperVoltage = scalar, U08, 1552, "V", 0.1, 0, 0, 20, 1
+stepperEnablePinMode = bits, U08, 1553, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+mc33816_rstb = bits, U16, 1554, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33816_driven = bits, U16, 1556, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+brakePedalPin = bits, U16, 1558, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+brakePedalPinMode = bits, U08, 1560, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+tChargeMode = bits, U08, 1561, [0:1], "RPM+TPS (Default)", "Air Mass Interpolation", "Table"
+auxPid1_pFactor = scalar, F32, 1564, "", 1, 0, -10000, 10000, 4
+auxPid1_iFactor = scalar, F32, 1568, "", 1, 0, -10000, 10000, 4
+auxPid1_dFactor = scalar, F32, 1572, "", 1, 0, -10000, 10000, 4
+auxPid1_offset = scalar, S16, 1576, "", 1, 0, -1000, 1000, 0
+auxPid1_minValue = scalar, S16, 1578, "", 1, 0, -30000, 30000, 0
+auxPid1_maxValue = scalar, S16, 1580, "", 1, 0, -30000, 30000, 0
+auxPid2_pFactor = scalar, F32, 1584, "", 1, 0, -10000, 10000, 4
+auxPid2_iFactor = scalar, F32, 1588, "", 1, 0, -10000, 10000, 4
+auxPid2_dFactor = scalar, F32, 1592, "", 1, 0, -10000, 10000, 4
+auxPid2_offset = scalar, S16, 1596, "", 1, 0, -1000, 1000, 0
+auxPid2_minValue = scalar, S16, 1598, "", 1, 0, -30000, 30000, 0
+auxPid2_maxValue = scalar, S16, 1600, "", 1, 0, -30000, 30000, 0
+injectorCorrectionPolynomial1 = scalar, F32, 1604, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial2 = scalar, F32, 1608, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial3 = scalar, F32, 1612, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial4 = scalar, F32, 1616, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial5 = scalar, F32, 1620, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial6 = scalar, F32, 1624, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial7 = scalar, F32, 1628, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial8 = scalar, F32, 1632, "", 1, 0, -1000, 1000, 4
+primeBins = array, S08, 1636, [8], "C", 1, 0, -40, 120, 0
+oilPressure_hwChannel = bits, U08, 1644, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+oilPressure_v1 = scalar, F32, 1648, "volts", 1, 0, 0, 10, 2
+oilPressure_value1 = scalar, F32, 1652, "kPa", 1, 0, -100000, 100000, 2
+oilPressure_v2 = scalar, F32, 1656, "volts", 1, 0, 0, 10, 2
+oilPressure_value2 = scalar, F32, 1660, "kPa", 1, 0, -100000, 100000, 2
+fan2Pin = bits, U16, 1664, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+fan2OnTemperature = scalar, U08, 1666, "deg C", 1, 0, 0, 150, 0
+fan2OffTemperature = scalar, U08, 1667, "deg C", 1, 0, 0, 150, 0
+stepperEnablePin = bits, U16, 1668, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+tle8888_cs = bits, U16, 1670, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+tle8888_csPinMode = bits, U08, 1672, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+maxInjectorDutySustainedTimeout = scalar, U08, 1673, "sec", 0.1, 0, 0, 5, 1
+canVssNbcType = bits, U08, 1674, [0:1], "BMW_e46", "W202", "BMW E8x/E9x MK60e5", "MX-5 NC"
+auxFrequencyFilter = scalar, F32, 1676, "hz", 1, 0, 0, 100, 1
+vvtControlMinRpm = scalar, S16, 1680, "RPM", 1, 0, 0, 3000, 0
+launchFuelAdderPercent = scalar, S08, 1682, "%", 1, 0, 0, 100, 0
+etbJamTimeout = scalar, U08, 1683, "sec", 0.02, 0, 0, 5, 2
+coastingFuelCutRpmHigh = scalar, S16, 1684, "rpm", 1, 0, 0, 5000, 0
+coastingFuelCutRpmLow = scalar, S16, 1686, "rpm", 1, 0, 0, 5000, 0
+coastingFuelCutTps = scalar, S16, 1688, "%", 1, 0, 0, 20, 0
+coastingFuelCutClt = scalar, S16, 1690, "C", 1, 0, -100, 100, 0
+triggerSkipPulses = scalar, U08, 1692, "count", 1, 0, 0, 250, 0
+mapAveragingCylinderBalanceMinRpm = scalar, U08, 1693, "rpm", 100.0, 0, 0, 10000, 0
+coastingFuelCutMap = scalar, S16, 1694, "kPa", 1, 0, 0, 250, 0
+highPressureFuel_hwChannel = bits, U08, 1696, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+highPressureFuel_v1 = scalar, F32, 1700, "volts", 1, 0, 0, 10, 2
+highPressureFuel_value1 = scalar, F32, 1704, "kPa", 1, 0, -100000, 100000, 2
+highPressureFuel_v2 = scalar, F32, 1708, "volts", 1, 0, 0, 10, 2
+highPressureFuel_value2 = scalar, F32, 1712, "kPa", 1, 0, -100000, 100000, 2
+lowPressureFuel_hwChannel = bits, U08, 1716, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+lowPressureFuel_v1 = scalar, F32, 1720, "volts", 1, 0, 0, 10, 2
+lowPressureFuel_value1 = scalar, F32, 1724, "kPa", 1, 0, -100000, 100000, 2
+lowPressureFuel_v2 = scalar, F32, 1728, "volts", 1, 0, 0, 10, 2
+lowPressureFuel_value2 = scalar, F32, 1732, "kPa", 1, 0, -100000, 100000, 2
+scriptCurveName1 = string, ASCII, 1736, 16
+scriptCurveName2 = string, ASCII, 1752, 16
+scriptCurveName3 = string, ASCII, 1768, 16
+scriptCurveName4 = string, ASCII, 1784, 16
+scriptCurveName5 = string, ASCII, 1800, 16
+scriptCurveName6 = string, ASCII, 1816, 16
+scriptTableName1 = string, ASCII, 1832, 16
+scriptTableName2 = string, ASCII, 1848, 16
+scriptTableName3 = string, ASCII, 1864, 16
+scriptTableName4 = string, ASCII, 1880, 16
+scriptSettingName1 = string, ASCII, 1896, 16
+scriptSettingName2 = string, ASCII, 1912, 16
+scriptSettingName3 = string, ASCII, 1928, 16
+scriptSettingName4 = string, ASCII, 1944, 16
+scriptSettingName5 = string, ASCII, 1960, 16
+scriptSettingName6 = string, ASCII, 1976, 16
+scriptSettingName7 = string, ASCII, 1992, 16
+scriptSettingName8 = string, ASCII, 2008, 16
+tChargeAirCoefMin = scalar, F32, 2024, "", 1, 0, 0, 1, 3
+tChargeAirCoefMax = scalar, F32, 2028, "", 1, 0, 0, 1, 3
+tChargeAirFlowMax = scalar, F32, 2032, "kg/h", 1, 0, 0, 1000, 1
+tChargeAirIncrLimit = scalar, F32, 2036, "deg/sec", 1, 0, 0, 100, 1
+tChargeAirDecrLimit = scalar, F32, 2040, "deg/sec", 1, 0, 0, 100, 1
+etb_iTermMin = scalar, S16, 2044, "", 1, 0, -30000, 30000, 0
+etb_iTermMax = scalar, S16, 2046, "", 1, 0, -30000, 30000, 0
+idleTimingPid_pFactor = scalar, F32, 2048, "", 1, 0, -10000, 10000, 4
+idleTimingPid_iFactor = scalar, F32, 2052, "", 1, 0, -10000, 10000, 4
+idleTimingPid_dFactor = scalar, F32, 2056, "", 1, 0, -10000, 10000, 4
+idleTimingPid_offset = scalar, S16, 2060, "", 1, 0, -1000, 1000, 0
+idleTimingPid_minValue = scalar, S16, 2062, "", 1, 0, -30000, 30000, 0
+idleTimingPid_maxValue = scalar, S16, 2064, "", 1, 0, -30000, 30000, 0
+tpsAccelFractionPeriod = scalar, S16, 2068, "cycles", 1, 0, 0, 500, 0
+rpmHardLimitHyst = scalar, U08, 2070, "RPM", 10.0, 0, 0, 2500, 0
+ignTestCount = scalar, U08, 2071, "", 1, 0, 0, 50, 0
+tpsAccelFractionDivisor = scalar, F32, 2072, "coef", 1, 0, 0, 100, 2
+tle8888spiDevice = bits, U08, 2076, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+mc33816spiDevice = bits, U08, 2077, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+idlerpmpid_iTermMin = scalar, S16, 2078, "", 1, 0, -30000, 30000, 0
+tle6240spiDevice = bits, U08, 2080, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+stoichRatioPrimary = scalar, U08, 2081, ":1", 0.1, 0, 5, 25, 1
+idlerpmpid_iTermMax = scalar, S16, 2082, "", 1, 0, -30000, 30000, 0
+etbIdleThrottleRange = scalar, F32, 2084, "%", 1, 0, 0, 15, 0
+cylinderBankSelect1 = scalar, U08, 2088, "", 1, 1, 1, 4, 0
+cylinderBankSelect2 = scalar, U08, 2089, "", 1, 1, 1, 4, 0
+cylinderBankSelect3 = scalar, U08, 2090, "", 1, 1, 1, 4, 0
+cylinderBankSelect4 = scalar, U08, 2091, "", 1, 1, 1, 4, 0
+cylinderBankSelect5 = scalar, U08, 2092, "", 1, 1, 1, 4, 0
+cylinderBankSelect6 = scalar, U08, 2093, "", 1, 1, 1, 4, 0
+cylinderBankSelect7 = scalar, U08, 2094, "", 1, 1, 1, 4, 0
+cylinderBankSelect8 = scalar, U08, 2095, "", 1, 1, 1, 4, 0
+cylinderBankSelect9 = scalar, U08, 2096, "", 1, 1, 1, 4, 0
+cylinderBankSelect10 = scalar, U08, 2097, "", 1, 1, 1, 4, 0
+cylinderBankSelect11 = scalar, U08, 2098, "", 1, 1, 1, 4, 0
+cylinderBankSelect12 = scalar, U08, 2099, "", 1, 1, 1, 4, 0
+primeValues = array, U08, 2100, [8], "mg", 5.0, 0, 0, 1250, 0
+gppwm1_pin = bits, U16, 2108, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm1_dutyIfError = scalar, U08, 2110, "%", 1, 0, 0, 100, 0
+gppwm1_pwmFrequency = scalar, U16, 2112, "hz", 1, 0, 0, 500, 0
+gppwm1_onAboveDuty = scalar, U08, 2114, "%", 1, 0, 0, 100, 0
+gppwm1_offBelowDuty = scalar, U08, 2115, "%", 1, 0, 0, 100, 0
+gppwm1_loadAxis = bits, U08, 2116, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm1_rpmAxis = bits, U08, 2117, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm1_loadBins = array, S16, 2118, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm1_rpmBins = array, S16, 2134, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm1_table = array, U08, 2150, [8x8], "duty", 0.5, 0, 0, 100, 1
+gppwm2_pin = bits, U16, 2216, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm2_dutyIfError = scalar, U08, 2218, "%", 1, 0, 0, 100, 0
+gppwm2_pwmFrequency = scalar, U16, 2220, "hz", 1, 0, 0, 500, 0
+gppwm2_onAboveDuty = scalar, U08, 2222, "%", 1, 0, 0, 100, 0
+gppwm2_offBelowDuty = scalar, U08, 2223, "%", 1, 0, 0, 100, 0
+gppwm2_loadAxis = bits, U08, 2224, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm2_rpmAxis = bits, U08, 2225, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm2_loadBins = array, S16, 2226, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm2_rpmBins = array, S16, 2242, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm2_table = array, U08, 2258, [8x8], "duty", 0.5, 0, 0, 100, 1
+gppwm3_pin = bits, U16, 2324, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm3_dutyIfError = scalar, U08, 2326, "%", 1, 0, 0, 100, 0
+gppwm3_pwmFrequency = scalar, U16, 2328, "hz", 1, 0, 0, 500, 0
+gppwm3_onAboveDuty = scalar, U08, 2330, "%", 1, 0, 0, 100, 0
+gppwm3_offBelowDuty = scalar, U08, 2331, "%", 1, 0, 0, 100, 0
+gppwm3_loadAxis = bits, U08, 2332, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm3_rpmAxis = bits, U08, 2333, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm3_loadBins = array, S16, 2334, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm3_rpmBins = array, S16, 2350, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm3_table = array, U08, 2366, [8x8], "duty", 0.5, 0, 0, 100, 1
+gppwm4_pin = bits, U16, 2432, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm4_dutyIfError = scalar, U08, 2434, "%", 1, 0, 0, 100, 0
+gppwm4_pwmFrequency = scalar, U16, 2436, "hz", 1, 0, 0, 500, 0
+gppwm4_onAboveDuty = scalar, U08, 2438, "%", 1, 0, 0, 100, 0
+gppwm4_offBelowDuty = scalar, U08, 2439, "%", 1, 0, 0, 100, 0
+gppwm4_loadAxis = bits, U08, 2440, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm4_rpmAxis = bits, U08, 2441, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm4_loadBins = array, S16, 2442, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm4_rpmBins = array, S16, 2458, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm4_table = array, U08, 2474, [8x8], "duty", 0.5, 0, 0, 100, 1
+mc33_i_boost = scalar, U16, 2540, "mA", 1, 0, 1000, 25000, 0
+mc33_i_peak = scalar, U16, 2542, "mA", 1, 0, 1000, 20000, 0
+mc33_i_hold = scalar, U16, 2544, "mA", 1, 0, 1000, 20000, 0
+mc33_t_max_boost = scalar, U16, 2546, "us", 1, 0, 0, 10000, 0
+mc33_t_peak_off = scalar, U16, 2548, "us", 1, 0, 0, 10000, 0
+mc33_t_peak_tot = scalar, U16, 2550, "us", 1, 0, 0, 10000, 0
+mc33_t_bypass = scalar, U16, 2552, "us", 1, 0, 0, 10000, 0
+mc33_t_hold_off = scalar, U16, 2554, "us", 1, 0, 0, 10000, 0
+mc33_t_hold_tot = scalar, U16, 2556, "us", 1, 0, 0, 10000, 0
+triggerGapOverrideFrom1 = scalar, U16, 2558, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom2 = scalar, U16, 2560, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom3 = scalar, U16, 2562, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom4 = scalar, U16, 2564, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom5 = scalar, U16, 2566, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom6 = scalar, U16, 2568, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom7 = scalar, U16, 2570, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom8 = scalar, U16, 2572, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom9 = scalar, U16, 2574, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom10 = scalar, U16, 2576, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom11 = scalar, U16, 2578, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom12 = scalar, U16, 2580, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom13 = scalar, U16, 2582, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom14 = scalar, U16, 2584, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom15 = scalar, U16, 2586, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom16 = scalar, U16, 2588, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom17 = scalar, U16, 2590, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom18 = scalar, U16, 2592, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo1 = scalar, U16, 2594, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo2 = scalar, U16, 2596, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo3 = scalar, U16, 2598, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo4 = scalar, U16, 2600, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo5 = scalar, U16, 2602, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo6 = scalar, U16, 2604, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo7 = scalar, U16, 2606, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo8 = scalar, U16, 2608, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo9 = scalar, U16, 2610, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo10 = scalar, U16, 2612, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo11 = scalar, U16, 2614, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo12 = scalar, U16, 2616, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo13 = scalar, U16, 2618, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo14 = scalar, U16, 2620, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo15 = scalar, U16, 2622, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo16 = scalar, U16, 2624, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo17 = scalar, U16, 2626, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo18 = scalar, U16, 2628, "ratio", 0.001, 0, 0, 20, 3
+maxCamPhaseResolveRpm = scalar, U08, 2630, "rpm", 50.0, 0, 0, 12500, 0
+dfcoDelay = scalar, U08, 2631, "sec", 0.1, 0, 0, 10, 1
+acDelay = scalar, U08, 2632, "sec", 0.1, 0, 0, 10, 1
+acStartDelay = scalar, U08, 2633, "sec", 0.1, 0, 0, 20, 1
+acSwitchMode = bits, U08, 2634, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+acPressureSwitchMode = bits, U08, 2635, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+fordInjectorSmallPulseBreakPoint = scalar, U16, 2636, "mg", 0.001, 0, 0, 65, 3
+etbJamDetectThreshold = scalar, U08, 2638, "%", 1, 0, 0, 50, 0
+hpfpCamLobes = scalar, U08, 2639, "lobes/cam", 1, 0, 0, 255, 0
+hpfpCam = bits, U08, 2640, [0:2], "NONE", "Intake 1", "Exhaust 1", "Intake 2", "Exhaust 2"
+hpfpPeakPos = scalar, U08, 2641, "deg", 1, 0, 0, 255, 0
+hpfpMinAngle = scalar, U08, 2642, "deg", 1, 0, 0, 255, 0
+hpfpPumpVolume = scalar, U16, 2644, "cc", 0.001, 0, 0, 65, 3
+hpfpActivationAngle = scalar, U08, 2646, "deg", 1, 0, 0, 255, 0
+hpfpPidP = scalar, U16, 2648, "%/kPa", 0.001, 0, 0, 65, 3
+hpfpPidI = scalar, U16, 2650, "%/kPa/lobe", 1.0E-5, 0, 0, 0.65, 5
+hpfpTargetDecay = scalar, U16, 2652, "kPa/s", 1, 0, 0, 65000, 0
+stepper_raw_output1 = bits, U16, 2654, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+stepper_raw_output2 = bits, U16, 2656, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+stepper_raw_output3 = bits, U16, 2658, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+stepper_raw_output4 = bits, U16, 2660, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gearRatio1 = scalar, U16, 2662, "ratio", 0.01, 0, 0, 10, 2
+gearRatio2 = scalar, U16, 2664, "ratio", 0.01, 0, 0, 10, 2
+gearRatio3 = scalar, U16, 2666, "ratio", 0.01, 0, 0, 10, 2
+gearRatio4 = scalar, U16, 2668, "ratio", 0.01, 0, 0, 10, 2
+gearRatio5 = scalar, U16, 2670, "ratio", 0.01, 0, 0, 10, 2
+gearRatio6 = scalar, U16, 2672, "ratio", 0.01, 0, 0, 10, 2
+gearRatio7 = scalar, U16, 2674, "ratio", 0.01, 0, 0, 10, 2
+gearRatio8 = scalar, U16, 2676, "ratio", 0.01, 0, 0, 10, 2
+vvtActivationDelayMs = scalar, U16, 2678, "ms", 1, 0, 0, 65000, 0
+acrDisablePhase = scalar, U16, 2680, "deg", 1, 0, 0, 720, 0
+auxLinear1_hwChannel = bits, U08, 2684, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear1_v1 = scalar, F32, 2688, "volts", 1, 0, 0, 10, 2
+auxLinear1_value1 = scalar, F32, 2692, "", 1, 0, -100000, 100000, 2
+auxLinear1_v2 = scalar, F32, 2696, "volts", 1, 0, 0, 10, 2
+auxLinear1_value2 = scalar, F32, 2700, "", 1, 0, -100000, 100000, 2
+auxLinear2_hwChannel = bits, U08, 2704, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear2_v1 = scalar, F32, 2708, "volts", 1, 0, 0, 10, 2
+auxLinear2_value1 = scalar, F32, 2712, "", 1, 0, -100000, 100000, 2
+auxLinear2_v2 = scalar, F32, 2716, "volts", 1, 0, 0, 10, 2
+auxLinear2_value2 = scalar, F32, 2720, "", 1, 0, -100000, 100000, 2
+auxLinear3_hwChannel = bits, U08, 2724, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear3_v1 = scalar, F32, 2728, "volts", 1, 0, 0, 10, 2
+auxLinear3_value1 = scalar, F32, 2732, "", 1, 0, -100000, 100000, 2
+auxLinear3_v2 = scalar, F32, 2736, "volts", 1, 0, 0, 10, 2
+auxLinear3_value2 = scalar, F32, 2740, "", 1, 0, -100000, 100000, 2
+auxLinear4_hwChannel = bits, U08, 2744, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear4_v1 = scalar, F32, 2748, "volts", 1, 0, 0, 10, 2
+auxLinear4_value1 = scalar, F32, 2752, "", 1, 0, -100000, 100000, 2
+auxLinear4_v2 = scalar, F32, 2756, "volts", 1, 0, 0, 10, 2
+auxLinear4_value2 = scalar, F32, 2760, "", 1, 0, -100000, 100000, 2
+acrPin2 = bits, U16, 2764, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+etbMinimumPosition = scalar, U08, 2766, "%", 0.1, 0, 0, 10, 1
+ignTestOffTime = scalar, U08, 2767, "ms", 5.0, 0, 0, 2000, 0
+fuelPressureSensorMode = bits, U08, 2768, [0:1], "Absolute", "Gauge", "Differential", "INVALID"
+crankingIACposition = scalar, U08, 2769, "percent", 1, 0, 0, 100, 0
+luaDigitalInputPins1 = bits, U16, 2770, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins2 = bits, U16, 2772, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins3 = bits, U16, 2774, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins4 = bits, U16, 2776, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins5 = bits, U16, 2778, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins6 = bits, U16, 2780, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins7 = bits, U16, 2782, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins8 = bits, U16, 2784, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+ALSMinRPM = scalar, S16, 2786, "rpm", 1, 0, 0, 20000, 0
+ALSMaxRPM = scalar, S16, 2788, "rpm", 1, 0, 0, 20000, 0
+ALSMaxDuration = scalar, S16, 2790, "sec", 1, 0, 0, 10, 0
+ALSMinCLT = scalar, S08, 2792, "C", 1, 0, 0, 90, 0
+ALSMaxCLT = scalar, S08, 2793, "C", 1, 0, 0, 105, 0
+alsMinTimeBetween = scalar, U08, 2794, "", 1, 0, 0, 20000, 0
+alsEtbPosition = scalar, U08, 2795, "", 1, 0, 0, 20000, 0
+instantRpmRange = scalar, U08, 2796, "deg", 1, 0, 0, 250, 0
+widebandPumpGain = scalar, U08, 2797, "%", 1, 0, 0, 200, 0
+canVssScaling = scalar, U16, 2798, "ratio", 1.0E-4, 0, 0.5, 1.5, 4
+ALSIdleAdd = scalar, U08, 2800, "%", 1, 0, 0, 100, 0
+ALSEtbAdd = scalar, U08, 2801, "%", 1, 0, 0, 100, 0
+ALSSkipRatio = scalar, U08, 2802, "", 0.1, 0, 0.1, 2, 1
+ALSMaxDriverThrottleIntent = scalar, U08, 2803, "%", 1, 0, 0, 10, 0
+ALSActivatePinMode = bits, U08, 2804, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+widebandMode = bits, S08, 2805, [0:1], "Analog", "FOME Internal (CAN)", "AEM X-Series (CAN)"
+tpsSecondaryMaximum = scalar, U08, 2806, "%", 0.5, 0, 0, 100, 1
+ppsSecondaryMaximum = scalar, U08, 2807, "%", 0.5, 0, 0, 100, 1
+luaDigitalInputPinModes1 = bits, U08, 2808, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes2 = bits, U08, 2809, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes3 = bits, U08, 2810, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes4 = bits, U08, 2811, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes5 = bits, U08, 2812, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes6 = bits, U08, 2813, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes7 = bits, U08, 2814, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes8 = bits, U08, 2815, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+oilTempSensor_tempC_1 = scalar, S32, 2816, "deg C", 0.01, 0, -40, 200, 1
+oilTempSensor_tempC_2 = scalar, S32, 2820, "deg C", 0.01, 0, -40, 200, 1
+oilTempSensor_tempC_3 = scalar, S32, 2824, "deg C", 0.01, 0, -40, 200, 1
+oilTempSensor_resistance_1 = scalar, U32, 2828, "Ohm", 0.01, 0, 0, 200000, 1
+oilTempSensor_resistance_2 = scalar, U32, 2832, "Ohm", 0.01, 0, 0, 200000, 1
+oilTempSensor_resistance_3 = scalar, U32, 2836, "Ohm", 0.01, 0, 0, 200000, 1
+oilTempSensor_bias_resistor = scalar, U32, 2840, "Ohm", 0.1, 0, 0, 200000, 1
+oilTempSensor_adcChannel = bits, U08, 2844, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+fuelTempSensor_tempC_1 = scalar, S32, 2848, "deg C", 0.01, 0, -40, 200, 1
+fuelTempSensor_tempC_2 = scalar, S32, 2852, "deg C", 0.01, 0, -40, 200, 1
+fuelTempSensor_tempC_3 = scalar, S32, 2856, "deg C", 0.01, 0, -40, 200, 1
+fuelTempSensor_resistance_1 = scalar, U32, 2860, "Ohm", 0.01, 0, 0, 200000, 1
+fuelTempSensor_resistance_2 = scalar, U32, 2864, "Ohm", 0.01, 0, 0, 200000, 1
+fuelTempSensor_resistance_3 = scalar, U32, 2868, "Ohm", 0.01, 0, 0, 200000, 1
+fuelTempSensor_bias_resistor = scalar, U32, 2872, "Ohm", 0.1, 0, 0, 200000, 1
+fuelTempSensor_adcChannel = bits, U08, 2876, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+ambientTempSensor_tempC_1 = scalar, S32, 2880, "deg C", 0.01, 0, -40, 200, 1
+ambientTempSensor_tempC_2 = scalar, S32, 2884, "deg C", 0.01, 0, -40, 200, 1
+ambientTempSensor_tempC_3 = scalar, S32, 2888, "deg C", 0.01, 0, -40, 200, 1
+ambientTempSensor_resistance_1 = scalar, U32, 2892, "Ohm", 0.01, 0, 0, 200000, 1
+ambientTempSensor_resistance_2 = scalar, U32, 2896, "Ohm", 0.01, 0, 0, 200000, 1
+ambientTempSensor_resistance_3 = scalar, U32, 2900, "Ohm", 0.01, 0, 0, 200000, 1
+ambientTempSensor_bias_resistor = scalar, U32, 2904, "Ohm", 0.1, 0, 0, 200000, 1
+ambientTempSensor_adcChannel = bits, U08, 2908, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+compressorDischargeTemperature_tempC_1 = scalar, S32, 2912, "deg C", 0.01, 0, -40, 200, 1
+compressorDischargeTemperature_tempC_2 = scalar, S32, 2916, "deg C", 0.01, 0, -40, 200, 1
+compressorDischargeTemperature_tempC_3 = scalar, S32, 2920, "deg C", 0.01, 0, -40, 200, 1
+compressorDischargeTemperature_resistance_1 = scalar, U32, 2924, "Ohm", 0.01, 0, 0, 200000, 1
+compressorDischargeTemperature_resistance_2 = scalar, U32, 2928, "Ohm", 0.01, 0, 0, 200000, 1
+compressorDischargeTemperature_resistance_3 = scalar, U32, 2932, "Ohm", 0.01, 0, 0, 200000, 1
+compressorDischargeTemperature_bias_resistor = scalar, U32, 2936, "Ohm", 0.1, 0, 0, 200000, 1
+compressorDischargeTemperature_adcChannel = bits, U08, 2940, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+throttleInletPressureChannel = bits, U08, 2944, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+compressorDischargePressureChannel = bits, U08, 2945, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+maxInjectorDutyInstant = scalar, U08, 2946, "%", 1, 0, 50, 200, 0
+maxInjectorDutySustained = scalar, U08, 2947, "%", 1, 0, 50, 120, 0
+speedometerOutputPin = bits, U16, 2948, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+speedometerPulsePerKm = scalar, U16, 2950, "", 1, 0, 0, 65000, 0
+spi4mosiPin = bits, U16, 2952, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi4misoPin = bits, U16, 2954, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi4sckPin = bits, U16, 2956, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi5mosiPin = bits, U16, 2958, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi5misoPin = bits, U16, 2960, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi5sckPin = bits, U16, 2962, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi6mosiPin = bits, U16, 2964, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi6misoPin = bits, U16, 2966, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi6sckPin = bits, U16, 2968, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+canSleepPeriodMs = scalar, U16, 2970, "ms", 1, 0, 0, 1000, 0
+canVirtualInputs1_id = scalar, U32, 2972, "", 1, 0, 0, 536870911, 0
+canVirtualInputs1_byte = scalar, U08, 2976, "", 1, 0, 0, 7, 0
+canVirtualInputs1_bitOffset = scalar, U08, 2977, "", 1, 0, 0, 7, 0
+canVirtualInputs1_timeout = scalar, U08, 2978, "", 0.1, 0, 0, 10, 1
+canVirtualInputs1_defaultValue = scalar, U08, 2979, "", 1, 0, 0, 1, 0
+canVirtualInputs2_id = scalar, U32, 2980, "", 1, 0, 0, 536870911, 0
+canVirtualInputs2_byte = scalar, U08, 2984, "", 1, 0, 0, 7, 0
+canVirtualInputs2_bitOffset = scalar, U08, 2985, "", 1, 0, 0, 7, 0
+canVirtualInputs2_timeout = scalar, U08, 2986, "", 0.1, 0, 0, 10, 1
+canVirtualInputs2_defaultValue = scalar, U08, 2987, "", 1, 0, 0, 1, 0
+canVirtualInputs3_id = scalar, U32, 2988, "", 1, 0, 0, 536870911, 0
+canVirtualInputs3_byte = scalar, U08, 2992, "", 1, 0, 0, 7, 0
+canVirtualInputs3_bitOffset = scalar, U08, 2993, "", 1, 0, 0, 7, 0
+canVirtualInputs3_timeout = scalar, U08, 2994, "", 0.1, 0, 0, 10, 1
+canVirtualInputs3_defaultValue = scalar, U08, 2995, "", 1, 0, 0, 1, 0
+canVirtualInputs4_id = scalar, U32, 2996, "", 1, 0, 0, 536870911, 0
+canVirtualInputs4_byte = scalar, U08, 3000, "", 1, 0, 0, 7, 0
+canVirtualInputs4_bitOffset = scalar, U08, 3001, "", 1, 0, 0, 7, 0
+canVirtualInputs4_timeout = scalar, U08, 3002, "", 0.1, 0, 0, 10, 1
+canVirtualInputs4_defaultValue = scalar, U08, 3003, "", 1, 0, 0, 1, 0
+canVirtualInputs5_id = scalar, U32, 3004, "", 1, 0, 0, 536870911, 0
+canVirtualInputs5_byte = scalar, U08, 3008, "", 1, 0, 0, 7, 0
+canVirtualInputs5_bitOffset = scalar, U08, 3009, "", 1, 0, 0, 7, 0
+canVirtualInputs5_timeout = scalar, U08, 3010, "", 0.1, 0, 0, 10, 1
+canVirtualInputs5_defaultValue = scalar, U08, 3011, "", 1, 0, 0, 1, 0
+canVirtualInputs6_id = scalar, U32, 3012, "", 1, 0, 0, 536870911, 0
+canVirtualInputs6_byte = scalar, U08, 3016, "", 1, 0, 0, 7, 0
+canVirtualInputs6_bitOffset = scalar, U08, 3017, "", 1, 0, 0, 7, 0
+canVirtualInputs6_timeout = scalar, U08, 3018, "", 0.1, 0, 0, 10, 1
+canVirtualInputs6_defaultValue = scalar, U08, 3019, "", 1, 0, 0, 1, 0
+canVirtualInputs7_id = scalar, U32, 3020, "", 1, 0, 0, 536870911, 0
+canVirtualInputs7_byte = scalar, U08, 3024, "", 1, 0, 0, 7, 0
+canVirtualInputs7_bitOffset = scalar, U08, 3025, "", 1, 0, 0, 7, 0
+canVirtualInputs7_timeout = scalar, U08, 3026, "", 0.1, 0, 0, 10, 1
+canVirtualInputs7_defaultValue = scalar, U08, 3027, "", 1, 0, 0, 1, 0
+canVirtualInputs8_id = scalar, U32, 3028, "", 1, 0, 0, 536870911, 0
+canVirtualInputs8_byte = scalar, U08, 3032, "", 1, 0, 0, 7, 0
+canVirtualInputs8_bitOffset = scalar, U08, 3033, "", 1, 0, 0, 7, 0
+canVirtualInputs8_timeout = scalar, U08, 3034, "", 0.1, 0, 0, 10, 1
+canVirtualInputs8_defaultValue = scalar, U08, 3035, "", 1, 0, 0, 1, 0
+dtcControl_p0102 = bits, S08, 3036, [0:0], "Warning only", "Ignore"
+dtcControl_p0103 = bits, S08, 3037, [0:0], "Warning only", "Ignore"
+dtcControl_p0107 = bits, S08, 3038, [0:0], "Warning only", "Ignore"
+dtcControl_p0108 = bits, S08, 3039, [0:0], "Warning only", "Ignore"
+dtcControl_p0112 = bits, S08, 3040, [0:0], "Warning only", "Ignore"
+dtcControl_p0113 = bits, S08, 3041, [0:0], "Warning only", "Ignore"
+dtcControl_p0117 = bits, S08, 3042, [0:0], "Warning only", "Ignore"
+dtcControl_p0118 = bits, S08, 3043, [0:0], "Warning only", "Ignore"
+dtcControl_p0176 = bits, S08, 3044, [0:0], "Warning only", "Ignore"
+dtcControl_p0178 = bits, S08, 3045, [0:0], "Warning only", "Ignore"
+dtcControl_p0179 = bits, S08, 3046, [0:0], "Warning only", "Ignore"
+dtcControl_p0197 = bits, S08, 3047, [0:0], "Warning only", "Ignore"
+dtcControl_p0198 = bits, S08, 3048, [0:0], "Warning only", "Ignore"
+dtcControl_p0336 = bits, S08, 3049, [0:0], "Warning only", "Ignore"
+dtcControl_camNoSignal = bits, S08, 3050, [0:0], "Warning only", "Ignore"
+dtcControl_camSyncErrors = bits, S08, 3051, [0:0], "Warning only", "Ignore"
+dtcControl_p0522 = bits, S08, 3052, [0:0], "Warning only", "Ignore"
+dtcControl_p0523 = bits, S08, 3053, [0:0], "Warning only", "Ignore"
+dtcControl_knockSensorLow = bits, S08, 3054, [0:0], "Warning only", "Ignore"
+etbBiasBins = array, U08, 3056, [8], "target TPS position", 0.5, 0, 0, 100, 1
+etbBiasValues = array, S16, 3064, [8], "ETB duty cycle bias", 0.1, 0, -100, 100, 1
+sparkDwellRpmBins = array, U16, 3080, [8], "RPM", 1, 0, 0, 25000, 0
+sparkDwellValues = array, U16, 3096, [8], "ms", 0.01, 0, 0, 30, 2
+cltIdleRpmBins = array, S08, 3112, [16], "C", 2.0, 0, -40, 200, 0
+cltIdleRpm = array, U08, 3128, [16], "RPM", 20.0, 0, 0, 5000, 0
+cltTimingBins = array, S08, 3144, [8], "C", 1, 0, -40, 120, 1
+cltTimingExtra = array, S08, 3152, [8], "degree", 0.1, 0, -30, 30, 1
+scriptCurve1Bins = array, S16, 3160, [16], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve1 = array, S16, 3192, [16], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve2Bins = array, S16, 3224, [16], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve2 = array, S16, 3256, [16], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve3Bins = array, S16, 3288, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve3 = array, S16, 3304, [8], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve4Bins = array, S16, 3320, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve4 = array, S16, 3336, [8], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve5Bins = array, S16, 3352, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve5 = array, S16, 3368, [8], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve6Bins = array, S16, 3384, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve6 = array, S16, 3400, [8], "y", 0.1, 0, -3270, 3270, 2
+baroCorrPressureBins = array, U16, 3416, [4], "kPa", 0.1, 0, 0, 200, 1
+baroCorrRpmBins = array, U16, 3424, [4], "RPM", 1, 0, 0, 65000, 0
+baroCorrTable = array, U16, 3432, [4x4], "ratio", 0.001, 0, 0, 2, 3
+crankingTpsCoef = array, F32, 3464, [8], "Ratio", 1, 0, 0, 700, 2
+crankingTpsBins = array, F32, 3496, [8], "%", 1, 0, 0, 100, 2
+crankingAdvanceBins = array, U16, 3528, [4], "RPM", 1, 0, 0, 25000, 0
+crankingAdvance = array, S16, 3536, [4], "deg", 0.01, 0, -20, 90, 2
+iacCoastingRpmBins = array, U08, 3544, [16], "RPM", 100.0, 0, 0, 25000, 0
+iacCoasting = array, U08, 3560, [16], "%", 0.5, 0, 0, 100, 1
+boostTableOpenLoop = array, U08, 3576, [8x8], "", 0.5, 0, 0, 100, 1
+boostRpmBins = array, S16, 3640, [8], "", 1, 0, -10000, 10000, 0
+boostTpsBins = array, S16, 3656, [8], "", 1, 0, -10000, 10000, 0
+boostTableClosedLoop = array, U08, 3672, [8x8], "", 2.0, 0, 0, 3000, 0
+boostClosedLoopXAxisBins = array, S16, 3736, [8], "", 1, 0, -10000, 10000, 0
+boostClosedLoopYAxisBins = array, S16, 3752, [8], "", 1, 0, -10000, 10000, 0
+pedalToTpsTable = array, U08, 3768, [8x8], "%", 1, 0, 0, 100, 0
+pedalToTpsPedalBins = array, U08, 3832, [8], "%", 1, 0, 0, 120, 0
+pedalToTpsRpmBins = array, U08, 3840, [8], "RPM", 100.0, 0, 0, 25000, 0
+cltCrankingCorrBins = array, F32, 3848, [8], "C", 1, 0, -100, 250, 2
+cltCrankingCorr = array, F32, 3880, [8], "%", 1, 0, 0, 500, 2
+cltCrankingTaperCorrBins = array, S08, 3912, [8], "C", 1, 0, -100, 120, 2
+cltCrankingTaperCorr = array, U08, 3920, [8], "%", 0.02, 0, 0, 5, 2
+idleAdvanceBins = array, U08, 3928, [8], "RPM", 50.0, 0, 0, 12000, 0
+idleAdvance = array, F32, 3936, [8], "deg", 1, 0, -20, 90, 1
+idleVeRpmBins = array, U08, 3968, [4], "RPM", 10.0, 0, 0, 2500, 0
+idleVeLoadBins = array, U08, 3972, [4], "load", 1, 0, 0, 100, 0
+idleVeTable = array, U16, 3976, [4x4], "%", 0.1, 0, 0, 999, 1
+luaScript = string, ASCII, 4008, 8000
+cltFuelCorrBins = array, F32, 12008, [16], "C", 1, 0, -100, 250, 2
+cltFuelCorr = array, F32, 12072, [16], "ratio", 1, 0, 0, 5, 2
+iatFuelCorrBins = array, F32, 12136, [16], "C", 1, 0, -100, 250, 2
+iatFuelCorr = array, F32, 12200, [16], "ratio", 1, 0, 0, 5, 2
+crankingFuelCoef = array, F32, 12264, [8], "ratio", 1, 0, 0, 50, 2
+crankingFuelBins = array, F32, 12296, [8], "C", 1, 0, -80, 170, 2
+crankingCycleCoef = array, F32, 12328, [8], "ratio", 1, 0, 0, 5, 2
+crankingCycleBins = array, F32, 12360, [8], "counter", 1, 0, -80, 170, 0
+cltIdleCorrBins = array, F32, 12392, [16], "C", 1, 0, -100, 250, 2
+cltIdleCorr = array, F32, 12456, [16], "ratio", 1, 0, 0, 10, 2
+mafDecoding = array, U32, 12520, [256], "kg/hour", 0.001, 0, 0, 4000, 3
+mafDecodingBins = array, U16, 13544, [256], "V", 0.01, 0, 0, 20, 2
+ignitionIatCorrTable = array, S08, 14056, [8x8], "deg", 0.1, 0, -25, 25, 1
+ignitionIatCorrTempBins = array, S08, 14120, [8], "C", 1, 0, -40, 120, 0
+ignitionIatCorrLoadBins = array, U08, 14128, [8], "Load", 5.0, 0, 0, 1000, 0
+injectionPhase = array, S16, 14136, [16x16], "deg", 1, 0, -720, 720, 0
+injPhaseLoadBins = array, U16, 14648, [16], "Load", 1, 0, 0, 1000, 0
+injPhaseRpmBins = array, U16, 14680, [16], "RPM", 1, 0, 0, 18000, 0
+mapEstimateTable = array, U16, 14712, [16x16], "kPa", 0.01, 0, 0, 600, 2
+mapEstimateTpsBins = array, U16, 15224, [16], "% TPS", 0.01, 0, 0, 100, 1
+mapEstimateRpmBins = array, U16, 15256, [16], "RPM", 1, 0, 0, 18000, 0
+vvtTable1 = array, S08, 15288, [8x8], "value", 1, 0, -125, 125, 0
+vvtTable1LoadBins = array, U16, 15352, [8], "L", 1, 0, 0, 1000, 0
+vvtTable1RpmBins = array, U16, 15368, [8], "RPM", 1, 0, 0, 18000, 0
+vvtTable2 = array, S08, 15384, [8x8], "value", 1, 0, -125, 125, 0
+vvtTable2LoadBins = array, U16, 15448, [8], "L", 1, 0, 0, 1000, 0
+vvtTable2RpmBins = array, U16, 15464, [8], "RPM", 1, 0, 0, 18000, 0
+ignitionTable = array, S16, 15480, [16x16], "deg", 0.1, 0, -20, 90, 1
+ignitionLoadBins = array, U16, 15992, [16], "Load", 1, 0, 0, 1000, 0
+ignitionRpmBins = array, U16, 16024, [16], "RPM", 1, 0, 0, 18000, 0
+trailingIgnitionTable = array, U08, 16056, [8x8], "deg", 0.1, 0, 0, 25, 1
+trailingIgnitionLoadBins = array, U16, 16120, [8], "Load", 1, 0, 0, 1000, 0
+trailingIgnitionRpmBins = array, U16, 16136, [8], "RPM", 1, 0, 0, 18000, 0
+veTable = array, U16, 16152, [16x16], "%", 0.1, 0, 0, 999, 1
+veLoadBins = array, U16, 16664, [16], "kPa", 1, 0, 0, 1000, 0
+veRpmBins = array, U16, 16696, [16], "RPM", 1, 0, 0, 18000, 0
+#if LAMBDA
+lambdaTable = array, U08, 16728, [16x16], "lambda", 0.006802721088435374, 0, 0.6, 1.5, 2
+#else
+lambdaTable = array, U08, 16728, [16x16], "afr", 0.1, 0, 0, 25, 1
+#endif
+lambdaLoadBins = array, U16, 16984, [16], "", 1, 0, 0, 1000, 0
+lambdaRpmBins = array, U16, 17016, [16], "RPM", 1, 0, 0, 18000, 0
+tpsTpsAccelTable = array, F32, 17048, [8x8], "value", 1, 0, 0, 30000, 2
+tpsTpsAccelFromRpmBins = array, F32, 17304, [8], "from", 1, 0, 0, 30000, 2
+tpsTpsAccelToRpmBins = array, F32, 17336, [8], "to", 1, 0, 0, 25500, 2
+scriptTable1 = array, S16, 17368, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable1LoadBins = array, S16, 17496, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable1RpmBins = array, S16, 17512, [8], "RPM", 1, 0, -32000, 32000, 0
+scriptTable2 = array, S16, 17528, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable2LoadBins = array, S16, 17656, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable2RpmBins = array, S16, 17672, [8], "RPM", 1, 0, -32000, 32000, 0
+scriptTable3 = array, S16, 17688, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable3LoadBins = array, S16, 17816, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable3RpmBins = array, S16, 17832, [8], "RPM", 1, 0, -32000, 32000, 0
+scriptTable4 = array, S16, 17848, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable4LoadBins = array, S16, 17976, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable4RpmBins = array, S16, 17992, [8], "RPM", 1, 0, -32000, 32000, 0
+ignTrimLoadBins = array, U16, 18008, [4], "", 1, 0, 0, 1000, 0
+ignTrimRpmBins = array, U16, 18016, [4], "rpm", 1, 0, 0, 20000, 0
+ignTrims1_table = array, S08, 18024, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims2_table = array, S08, 18040, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims3_table = array, S08, 18056, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims4_table = array, S08, 18072, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims5_table = array, S08, 18088, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims6_table = array, S08, 18104, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims7_table = array, S08, 18120, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims8_table = array, S08, 18136, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims9_table = array, S08, 18152, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims10_table = array, S08, 18168, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims11_table = array, S08, 18184, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims12_table = array, S08, 18200, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrimLoadBins = array, U16, 18216, [4], "", 1, 0, 0, 1000, 0
+fuelTrimRpmBins = array, U16, 18224, [4], "rpm", 1, 0, 0, 20000, 0
+fuelTrims1_table = array, S08, 18232, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims2_table = array, S08, 18248, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims3_table = array, S08, 18264, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims4_table = array, S08, 18280, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims5_table = array, S08, 18296, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims6_table = array, S08, 18312, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims7_table = array, S08, 18328, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims8_table = array, S08, 18344, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims9_table = array, S08, 18360, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims10_table = array, S08, 18376, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims11_table = array, S08, 18392, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims12_table = array, S08, 18408, [4x4], "", 0.2, 0, -25, 25, 1
+crankingFuelCoefE100 = array, U16, 18424, [8], "ratio", 0.01, 0, 0, 50, 2
+throttle2TrimTable = array, S08, 18440, [6x6], "%", 0.1, 0, -10, 10, 1
+throttle2TrimTpsBins = array, U08, 18476, [6], "%", 1, 0, 0, 120, 0
+throttle2TrimRpmBins = array, U08, 18482, [6], "RPM", 100.0, 0, 0, 25000, 0
+maxKnockRetardTable = array, U08, 18488, [6x6], "deg", 0.25, 0, 0, 30, 2
+maxKnockRetardLoadBins = array, U08, 18524, [6], "%", 1, 0, 0, 250, 0
+maxKnockRetardRpmBins = array, U08, 18530, [6], "RPM", 100.0, 0, 0, 25000, 0
+ALSTimingRetardTable = array, S16, 18536, [4x4], "deg", 0.1, 0, -720, 720, 1
+alsIgnRetardLoadBins = array, U16, 18568, [4], "TPS", 1, 0, 0, 100, 0
+alsIgnRetardrpmBins = array, U16, 18576, [4], "RPM", 1, 0, 0, 25000, 0
+ALSFuelAdjustment = array, S16, 18584, [4x4], "percent", 0.1, 0, 0, 500, 1
+alsFuelAdjustmentLoadBins = array, U16, 18616, [4], "TPS", 1, 0, 0, 100, 0
+alsFuelAdjustmentrpmBins = array, U16, 18624, [4], "RPM", 1, 0, 0, 25000, 0
+ignBlends1_table = array, S16, 18632, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends1_loadBins = array, U16, 18760, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends1_rpmBins = array, U16, 18776, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends1_blendParameter = bits, U08, 18792, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends1_yAxisOverride = bits, U08, 18793, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends1_blendBins = array, S16, 18794, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends1_blendValues = array, U08, 18810, [8], "%", 0.5, 0, 0, 100, 1
+ignBlends2_table = array, S16, 18820, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends2_loadBins = array, U16, 18948, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends2_rpmBins = array, U16, 18964, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends2_blendParameter = bits, U08, 18980, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends2_yAxisOverride = bits, U08, 18981, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends2_blendBins = array, S16, 18982, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends2_blendValues = array, U08, 18998, [8], "%", 0.5, 0, 0, 100, 1
+ignBlends3_table = array, S16, 19008, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends3_loadBins = array, U16, 19136, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends3_rpmBins = array, U16, 19152, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends3_blendParameter = bits, U08, 19168, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends3_yAxisOverride = bits, U08, 19169, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends3_blendBins = array, S16, 19170, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends3_blendValues = array, U08, 19186, [8], "%", 0.5, 0, 0, 100, 1
+ignBlends4_table = array, S16, 19196, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends4_loadBins = array, U16, 19324, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends4_rpmBins = array, U16, 19340, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends4_blendParameter = bits, U08, 19356, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends4_yAxisOverride = bits, U08, 19357, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends4_blendBins = array, S16, 19358, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends4_blendValues = array, U08, 19374, [8], "%", 0.5, 0, 0, 100, 1
+veBlends1_table = array, S16, 19384, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends1_loadBins = array, U16, 19512, [8], "Load", 1, 0, 0, 1000, 0
+veBlends1_rpmBins = array, U16, 19528, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends1_blendParameter = bits, U08, 19544, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends1_yAxisOverride = bits, U08, 19545, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends1_blendBins = array, S16, 19546, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends1_blendValues = array, U08, 19562, [8], "%", 0.5, 0, 0, 100, 1
+veBlends2_table = array, S16, 19572, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends2_loadBins = array, U16, 19700, [8], "Load", 1, 0, 0, 1000, 0
+veBlends2_rpmBins = array, U16, 19716, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends2_blendParameter = bits, U08, 19732, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends2_yAxisOverride = bits, U08, 19733, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends2_blendBins = array, S16, 19734, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends2_blendValues = array, U08, 19750, [8], "%", 0.5, 0, 0, 100, 1
+veBlends3_table = array, S16, 19760, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends3_loadBins = array, U16, 19888, [8], "Load", 1, 0, 0, 1000, 0
+veBlends3_rpmBins = array, U16, 19904, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends3_blendParameter = bits, U08, 19920, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends3_yAxisOverride = bits, U08, 19921, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends3_blendBins = array, S16, 19922, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends3_blendValues = array, U08, 19938, [8], "%", 0.5, 0, 0, 100, 1
+veBlends4_table = array, S16, 19948, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends4_loadBins = array, U16, 20076, [8], "Load", 1, 0, 0, 1000, 0
+veBlends4_rpmBins = array, U16, 20092, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends4_blendParameter = bits, U08, 20108, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends4_yAxisOverride = bits, U08, 20109, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends4_blendBins = array, S16, 20110, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends4_blendValues = array, U08, 20126, [8], "%", 0.5, 0, 0, 100, 1
+throttleEstimateEffectiveAreaBins = array, U16, 20136, [12], "%", 0.1, 0, 0, 100, 1
+throttleEstimateEffectiveAreaValues = array, U16, 20160, [12], "g/s", 0.1, 0, 0, 6500, 1
+boostOpenLoopBlends1_table = array, S16, 20184, [8x8], "", 0.1, 0, -100, 100, 1
+boostOpenLoopBlends1_loadBins = array, U16, 20312, [8], "Load", 1, 0, 0, 1000, 0
+boostOpenLoopBlends1_rpmBins = array, U16, 20328, [8], "RPM", 1, 0, 0, 18000, 0
+boostOpenLoopBlends1_blendParameter = bits, U08, 20344, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends1_yAxisOverride = bits, U08, 20345, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends1_blendBins = array, S16, 20346, [8], "", 0.1, 0, -1000, 1000, 1
+boostOpenLoopBlends1_blendValues = array, U08, 20362, [8], "%", 0.5, 0, 0, 100, 1
+boostOpenLoopBlends2_table = array, S16, 20372, [8x8], "", 0.1, 0, -100, 100, 1
+boostOpenLoopBlends2_loadBins = array, U16, 20500, [8], "Load", 1, 0, 0, 1000, 0
+boostOpenLoopBlends2_rpmBins = array, U16, 20516, [8], "RPM", 1, 0, 0, 18000, 0
+boostOpenLoopBlends2_blendParameter = bits, U08, 20532, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends2_yAxisOverride = bits, U08, 20533, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends2_blendBins = array, S16, 20534, [8], "", 0.1, 0, -1000, 1000, 1
+boostOpenLoopBlends2_blendValues = array, U08, 20550, [8], "%", 0.5, 0, 0, 100, 1
+boostClosedLoopBlends1_table = array, S16, 20560, [8x8], "", 0.1, 0, -100, 100, 1
+boostClosedLoopBlends1_loadBins = array, U16, 20688, [8], "Load", 1, 0, 0, 1000, 0
+boostClosedLoopBlends1_rpmBins = array, U16, 20704, [8], "RPM", 1, 0, 0, 18000, 0
+boostClosedLoopBlends1_blendParameter = bits, U08, 20720, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends1_yAxisOverride = bits, U08, 20721, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends1_blendBins = array, S16, 20722, [8], "", 0.1, 0, -1000, 1000, 1
+boostClosedLoopBlends1_blendValues = array, U08, 20738, [8], "%", 0.5, 0, 0, 100, 1
+boostClosedLoopBlends2_table = array, S16, 20748, [8x8], "", 0.1, 0, -100, 100, 1
+boostClosedLoopBlends2_loadBins = array, U16, 20876, [8], "Load", 1, 0, 0, 1000, 0
+boostClosedLoopBlends2_rpmBins = array, U16, 20892, [8], "RPM", 1, 0, 0, 18000, 0
+boostClosedLoopBlends2_blendParameter = bits, U08, 20908, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends2_yAxisOverride = bits, U08, 20909, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends2_blendBins = array, S16, 20910, [8], "", 0.1, 0, -1000, 1000, 1
+boostClosedLoopBlends2_blendValues = array, U08, 20926, [8], "%", 0.5, 0, 0, 100, 1
+lambdaMaxDeviationTable = array, U08, 20936, [4x4], "lambda", 0.01, 0, 0, 1, 2
+lambdaMaxDeviationLoadBins = array, U16, 20952, [4], "", 1, 0, 0, 1000, 0
+lambdaMaxDeviationRpmBins = array, U16, 20960, [4], "RPM", 1, 0, 0, 18000, 0
+injectorStagingTable = array, U08, 20968, [6x6], "%", 1, 0, 0, 90, 0
+injectorStagingLoadBins = array, U16, 21004, [6], "", 1, 0, 0, 1000, 0
+injectorStagingRpmBins = array, U16, 21016, [6], "RPM", 1, 0, 0, 18000, 0
+wwCltBins = array, S08, 21028, [8], "deg C", 1, 0, -40, 120, 0
+wwTauCltValues = array, U08, 21036, [8], "", 0.01, 0, 0, 2.5, 2
+wwBetaCltValues = array, U08, 21044, [8], "", 0.01, 0, 0, 1, 2
+wwMapBins = array, S08, 21052, [8], "kPa", 1, 0, 0, 250, 0
+wwTauMapValues = array, U08, 21060, [8], "", 0.01, 0, 0, 2.5, 2
+wwBetaMapValues = array, U08, 21068, [8], "", 0.01, 0, 0, 2.5, 2
+hpfpLobeProfileQuantityBins = array, U08, 21076, [16], "%", 0.5, 0, 0, 100, 1
+hpfpLobeProfileAngle = array, U08, 21092, [16], "deg", 0.5, 0, 0, 125, 1
+hpfpDeadtimeVoltsBins = array, U08, 21108, [8], "volts", 1, 0, 0, 255, 0
+hpfpDeadtimeMS = array, U16, 21116, [8], "ms", 0.001, 0, 0, 65, 3
+hpfpTarget = array, U16, 21132, [10x10], "kPa", 1, 0, 0, 65000, 0
+hpfpTargetLoadBins = array, U16, 21332, [10], "load", 0.1, 0, 0, 6500, 1
+hpfpTargetRpmBins = array, U08, 21352, [10], "RPM", 50.0, 0, 0, 12500, 0
+hpfpCompensation = array, S08, 21362, [10x10], "%", 1, 0, -100, 100, 0
+hpfpCompensationLoadBins = array, U16, 21462, [10], "cc/lobe", 0.001, 0, 0, 65, 3
+hpfpCompensationRpmBins = array, U08, 21482, [10], "RPM", 50.0, 0, 0, 12500, 0
+knockNoiseRpmBins = array, U16, 21492, [16], "RPM", 1, 0, 0, 30000, 0
+knockBaseNoise = array, S08, 21524, [16], "dBv", 0.5, 0, -60, 10, 1
+tpsTspCorrValuesBins = array, U08, 21540, [4], "RPM", 50.0, 0, 0, 17500, 0
+tpsTspCorrValues = array, U08, 21544, [4], "multiplier", 0.02, 0, 0, 5, 2
+cltRevLimitRpmBins = array, S08, 21548, [4], "C", 1, 0, -40, 120, 0
+cltRevLimitRpm = array, U16, 21552, [4], "RPM", 1, 0, 0, 20000, 0
+fuelLevelBins = array, U16, 21560, [8], "volt", 0.001, 0, 0, 5, 3
+fuelLevelValues = array, U08, 21576, [8], "%", 1, 0, 0, 100, 0
+dwellVoltageCorrVoltBins = array, U08, 21584, [8], "volts", 0.1, 0, 0, 20, 1
+dwellVoltageCorrValues = array, U08, 21592, [8], "multiplier", 0.02, 0, 0, 5, 2
+smallPulseAdderBins = array, U16, 21600, [16], "ms", 0.001, 0, 0, 20, 3
+smallPulseAdderValues = array, S16, 21632, [16], "ms", 0.001, 0, -20, 20, 3
+minimumOilPressureBins = array, U08, 21664, [8], "RPM", 100.0, 0, 0, 25000, 0
+minimumOilPressureValues = array, U08, 21672, [8], "kPa", 10.0, 0, 0, 1000, 0
+dfcoMapRpmValuesBins = array, U08, 21680, [4], "RPM", 100.0, 0, 0, 17500, 0
+dfcoMapRpmValues = array, U08, 21684, [4], "MAP", 1, 0, 0, 50, 0
+postCrankingEnrichTable = array, U08, 21688, [8x8], "ratio", 0.02, 0, 1, 5, 2
+postCrankingEnrichTempBins = array, S08, 21752, [8], "deg C", 1, 0, -40, 120, 0
+postCrankingEnrichRuntimeBins = array, U08, 21760, [8], "sec", 1, 0, 0, 180, 0
+vrThreshold1_rpmBins = array, U08, 21768, [6], "rpm", 50.0, 0, 0, 12000, 0
+vrThreshold1_values = array, U08, 21774, [6], "volts", 0.01, 0, 0, 2.5, 2
+vrThreshold1_pin = bits, U16, 21780, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+vrThreshold2_rpmBins = array, U08, 21784, [6], "rpm", 50.0, 0, 0, 12000, 0
+vrThreshold2_values = array, U08, 21790, [6], "volts", 0.01, 0, 0, 2.5, 2
+vrThreshold2_pin = bits, U16, 21796, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+wifiAccessPointSsid = string, ASCII, 21800, 24
+wifiAccessPointPassword = string, ASCII, 21824, 24
+idleFlowEstimateFlow = array, U16, 21848, [8], "kg/h", 0.01, 0, 0, 200, 2
+idleFlowEstimatePosition = array, U08, 21864, [8], "%", 0.5, 0, 0, 100, 1
+airmassToTimingBins = array, S08, 21872, [8], "mg", 1, 0, -100, 100, 0
+airmassToTimingValues = array, S08, 21880, [8], "deg", 1, 0, -30, 30, 0
+vvtOpenLoop1_bins = array, S08, 21888, [8], "deg C", 1, 0, -40, 120, 0
+vvtOpenLoop1_values = array, U08, 21896, [8], "%", 0.5, 0, 0, 100, 0
+vvtOpenLoop2_bins = array, S08, 21904, [8], "deg C", 1, 0, -40, 120, 0
+vvtOpenLoop2_values = array, U08, 21912, [8], "%", 0.5, 0, 0, 100, 0
+knockGainLoadBins = array, U08, 21920, [6], "%", 10.0, 0, 0, 1000, 0
+knockGainRpmBins = array, U08, 21926, [6], "RPM", 100.0, 0, 0, 25000, 0
+knockGains1_table = array, S08, 21932, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains2_table = array, S08, 21968, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains3_table = array, S08, 22004, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains4_table = array, S08, 22040, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains5_table = array, S08, 22076, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains6_table = array, S08, 22112, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains7_table = array, S08, 22148, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains8_table = array, S08, 22184, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains9_table = array, S08, 22220, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains10_table = array, S08, 22256, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains11_table = array, S08, 22292, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains12_table = array, S08, 22328, [6x6], "dB", 1, 0, -80, 80, 0
+lambdaSensorSourceIndex1 = scalar, U08, 22364, "", 1, 0, 0, 15, 0
+lambdaSensorSourceIndex2 = scalar, U08, 22365, "", 1, 0, 0, 15, 0
+lambdaSensorSourceIndex3 = scalar, U08, 22366, "", 1, 0, 0, 15, 0
+lambdaSensorSourceIndex4 = scalar, U08, 22367, "", 1, 0, 0, 15, 0
+lambdaSensorSourceBus1 = scalar, U08, 22368, "", 1, 1, 1, 2, 0
+lambdaSensorSourceBus2 = scalar, U08, 22369, "", 1, 1, 1, 2, 0
+lambdaSensorSourceBus3 = scalar, U08, 22370, "", 1, 1, 1, 2, 0
+lambdaSensorSourceBus4 = scalar, U08, 22371, "", 1, 1, 1, 2, 0
+fan1CltBins = array, S08, 22372, [6], "C", 1, 0, -40, 120, 0
+fan1XAxisBins = array, S16, 22378, [6], "", 0.1, 0, -10000, 10000, 1
+fan1DutyAcOff = array, U08, 22390, [6x6], "%", 0.5, 0, 0, 100, 1
+fan1DutyAcOn = array, U08, 22426, [6x6], "%", 0.5, 0, 0, 100, 1
+fan2CltBins = array, S08, 22462, [6], "C", 1, 0, -40, 120, 0
+fan2XAxisBins = array, S16, 22468, [6], "", 0.1, 0, -10000, 10000, 1
+fan2DutyAcOff = array, U08, 22480, [6x6], "%", 0.5, 0, 0, 100, 1
+fan2DutyAcOn = array, U08, 22516, [6x6], "%", 0.5, 0, 0, 100, 1
+; total TS size = 22552
+[SettingContextHelp]
+ engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
+ launchRpm = "A secondary Rev limit engaged by the driver to help launch the vehicle faster"
+ rpmHardLimit = "Hard cut above this RPM. Set slightly lower than absolute maximum RPM - may overshoot slightly."
+ engineSnifferRpmThreshold = "Engine sniffer would be disabled above this rpm"
+ multisparkMaxRpm = "Disable multispark above this engine speed."
+ maxAcRpm = "Above this RPM, disable A/C. Set to 0 to disable check. 200 rpm deadband."
+ maxAcTps = "Above this TPS, disable A/C. Set to 0 to disable check. 5 % deadband."
+ maxAcClt = "Above this CLT, disable A/C to prevent overheating the engine. Set to 0 to disable check. 5 deg C deadband."
+ multisparkMaxSparkingAngle = "This parameter sets the latest that the last multispark can occur after the main ignition event. For example, if the ignition timing is 30 degrees BTDC, and this parameter is set to 45, no multispark will ever be fired after 15 degrees ATDC."
+ multisparkMaxExtraSparkCount = "Configures the maximum number of extra sparks to fire (does not include main spark)"
+ ignitionMode = "Single coil = distributor\nIndividual coils = one coil per cylinder (COP, coil-near-plug), requires sequential mode\nWasted spark = Fires pairs of cylinders together, either one coil per pair of cylinders or one coil per cylinder\nTwo distributors = A pair of distributors, found on some BMW, Toyota and other engines"
+ injector_flow = "This is your injector flow at the fuel pressure used in the vehicle."
+ injector_battLagCorr = "ms delay between injector open and close dead times"
+ injectorSecondary_flow = "This is your injector flow at the fuel pressure used in the vehicle."
+ injectorSecondary_battLagCorr = "ms delay between injector open and close dead times"
+ isForcedInduction = "Does the vehicle have a turbo or supercharger?"
+ useMapEstimateDuringTransient = "During the TPS AE period, use the MAP estimate table value instead of true MAP (if greater than real MAP). This basically briefly runs in alpha-n during a transient, then returns to normal speed-density mode."
+ enableFan1WithAc = "Turn on this fan when AC is on."
+ enableFan2WithAc = "Turn on this fan when AC is on."
+ disableFan1WhenStopped = "Inhibit operation of this fan while the engine is not running."
+ disableFan2WhenStopped = "Inhibit operation of this fan while the engine is not running."
+ fan1UsePwmMode = "Use PWM mode for fan 1 instead of on/off."
+ fan2UsePwmMode = "Use PWM mode for fan 2 instead of on/off."
+ enableTrailingSparks = "Enable secondary spark outputs that fire after the primary (rotaries, twin plug engines)."
+ etb_use_two_wires = "TLE7209 uses two-wire mode. TLE9201 and VNH2SP30 do NOT use two wire mode."
+ isDoubleSolenoidIdle = "Subaru/BMW style where default valve position is somewhere in the middle. First solenoid opens it more while second can close it more than default position."
+ useSeparateIdleTablesForCrankingTaper = "This uses separate ignition timing and VE tables not only for idle conditions, also during the postcranking-to-idle taper transition (See also afterCrankingIACtaperDuration)."
+ doNotFilterTriggerEdgeNoise = "Detect double trigger edges"
+ useRunningMathForCranking = "For cranking either use the specified fixed base fuel mass, or use the normal running math (VE table)."
+ verboseCan = "Print incoming and outgoing first bus CAN messages in FOME console"
+ fakeFullSyncForStimulation = "In internal trigger stimulation mode, control whether we pretend a cam is present to resolve full sync. When set to true, sequential fuel/spark will work as if a cam signal was detected."
+ tpsMin = "Closed throttle, 1 volt = 200 units"
+ tpsMax = "Full throttle, 1 volt = 200 units"
+ tpsErrorDetectionTooLow = "Minimum allowed position for throttle and accelerator position sensors. Beyond this value, the sensor will register an error."
+ tpsErrorDetectionTooHigh = "Maximum allowed position for throttle and accelerator position sensors. Beyond this value, the sensor will register an error."
+ cranking_baseFuel = "Base mass of the per-cylinder fuel injected during cranking. This is then modified by the multipliers for CLT, IAT, TPS ect, to give the final cranking pulse width.\nA reasonable starting point is 60mg per liter per cylinder.\nex: 2 liter 4 cyl = 500cc/cyl, so 30mg cranking fuel."
+ cranking_rpm = "This sets the RPM limit below which the ECU will use cranking fuel and ignition logic, typically this is around 350-450rpm."
+ ignitionDwellForCrankingMs = "Dwell duration while cranking"
+ etbRevLimitStart = "Once engine speed passes this value, start reducing ETB angle."
+ etbRevLimitRange = "This far above 'Soft limiter start', fully close the throttle. At the bottom of the range, throttle control is normal. At the top of the range, the throttle is fully closed."
+ map_samplingAngle = "MAP averaging sampling start crank degree angle"
+ map_samplingWindow = "MAP averaging angle crank degree duration"
+ map_sensor_lowValue = "kPa value at low volts"
+ map_sensor_highValue = "kPa value at high volts"
+ clt_tempC_1 = "Temperature 1"
+ clt_tempC_2 = "Temperature 2, must be > Temperature 1"
+ clt_tempC_3 = "Temperature 3, must be > Temperature 2"
+ clt_resistance_1 = "Sensor resistance while at temperature 1"
+ clt_resistance_2 = "Sensor resistance while at temperature 2"
+ clt_resistance_3 = "Sensor resistance while at temperature 3"
+ clt_bias_resistor = "Pull-up resistor value on your board"
+ iat_tempC_1 = "Temperature 1"
+ iat_tempC_2 = "Temperature 2, must be > Temperature 1"
+ iat_tempC_3 = "Temperature 3, must be > Temperature 2"
+ iat_resistance_1 = "Sensor resistance while at temperature 1"
+ iat_resistance_2 = "Sensor resistance while at temperature 2"
+ iat_resistance_3 = "Sensor resistance while at temperature 3"
+ iat_bias_resistor = "Pull-up resistor value on your board"
+ knockBandCustom = "Knock filter center frequency override. By default, this is calculated from your cylinder bore. Set this to non-zero to override."
+ displacement = "Engine displacement in litres"
+ benchTestOnTime = "Duration of each test pulse"
+ cylinderBore = "Cylinder diameter in mm."
+ fuelAlgorithm = "This setting controls which fuel quantity control algorithm is used.\nAlpha-N means drive by TPS commonly only used for NA engines\nSpeed Density requires MAP sensor and is the default choice for may installs\nMAF air charge is a cylinder filling based method that uses a mass air flow sensor."
+ crankingInjectionMode = "This is the injection strategy during engine start. See Fuel/Injection settings for more detail. It is suggested to use "Simultaneous"."
+ injectionMode = "This is where the fuel injection type is defined: "Simultaneous" means all injectors will fire together at once. "Sequential" fires the injectors on a per cylinder basis, which requires individually wired injectors. "Batched" will fire the injectors in groups. If your injectors are individually wired you will also need to enable "Two wire batch emulation"."
+ boostControlMinRpm = "Minimum RPM to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases."
+ boostControlMinTps = "Minimum TPS to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases."
+ boostControlMinMap = "Minimum MAP to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases."
+ boostOpenLoopXAxis = "Select the parameter to use for the X axis of the open loop boost table."
+ boostOpenLoopYAxis = "Select the parameter to use for the Y axis of the open loop boost table."
+ boostClosedLoopXAxis = "Select the parameter to use for the X axis of the closed loop boost table."
+ boostClosedLoopYAxis = "Select the parameter to use for the Y axis of the closed loop boost table."
+ timingMode = "Dynamic uses the timing map to decide the ignition timing, Static timing fixes the timing to the value set below (only use for checking static timing with a timing light)."
+ benchTestCount = "How many test bench pulses do you want"
+ crankingTimingAngle = "Ignition advance angle used during engine cranking, 5-10 degrees will work as a base setting for most engines.\nThere is tapering towards running timing advance"
+ gapTrackingLengthOverride = "How many consecutive gap rations have to match expected ranges for sync to happen"
+ maxIdleVss = "Above this speed, disable closed loop idle control. Set to 0 to disable (allow closed loop idle at any speed)."
+ minOilPressureAfterStart = "Expected oil pressure after starting the engine. If oil pressure does not reach this level within 5 seconds of engine start, fuel will be cut. Set to 0 to disable and always allow starting."
+ fixedModeTiming = "This value is the ignition timing used when in 'fixed timing' mode, i.e. constant timing\nThis mode is useful when adjusting distributor location."
+ globalTriggerAngleOffset = "Angle between Top Dead Center (TDC) and the first trigger event.\nPositive value in case of synchronization point before TDC and negative in case of synchronization point after TDC\n.Knowing this angle allows us to control timing and other angles in reference to TDC."
+ analogInputDividerCoefficient = "Ratio/coefficient of input voltage dividers on your PCB. For example, use '2' if your board divides 5v into 2.5v. Use '1.66' if your board divides 5v into 3v."
+ vbattDividerCoeff = "This is the ratio of the resistors for the battery voltage, measure the voltage at the battery and then adjust this number until the gauge matches the reading."
+ fanOnTemperature = "Cooling fan turn-on temperature threshold, in Celsius"
+ fanOffTemperature = "Cooling fan turn-off temperature threshold, in Celsius"
+ fanPwmFrequency = "PWM frequency for cooling fans in PWM mode"
+ fan1PwmXAxis = "X axis source for fan 1 PWM table."
+ fan2PwmXAxis = "X axis source for fan 2 PWM table."
+ fanPwmSafetyDuty = "Fan duty when CLT sensor fails in PWM mode"
+ driveWheelRevPerKm = "Number of revolutions per kilometer for the wheels your vehicle speed sensor is connected to. Use an online calculator to determine this based on your tire size."
+ tps1_1AdcChannel = "First throttle body, first sensor"
+ vbattAdcChannel = "This is the processor input pin that the battery voltage circuit is connected to, if you are unsure of what pin to use, check the schematic that corresponds to your PCB."
+ fuelLevelSensor = "This is the processor pin that your fuel level sensor in connected to. This is a non standard input so will need to be user defined."
+ tps2_1AdcChannel = "Second throttle body, first sensor"
+ acIdleExtraOffset = "Additional idle % while A/C is active"
+ finalGearRatio = "Ratio between the wheels and your transmission output."
+ trigger_type = "https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers"
+ airByRpmTaper = "Extra air taper amount"
+ boostControlSafeDutyCycle = "Duty cycle to use in case of a sensor failure. This duty cycle should produce the minimum possible amount of boost. This duty is also used in case any of the minimum RPM/TPS/MAP conditions are not met."
+ throttlePedalPositionAdcChannel = "Throttle pedal position first channel"
+ camInputs1 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 1"
+ camInputs2 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 2"
+ camInputs3 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 3"
+ camInputs4 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 4"
+ baroSensor_lowValue = "kPa value at low volts"
+ baroSensor_highValue = "kPa value at high volts"
+ manIdlePosition = "Base idle valve position, 0 to 100%. This is typically set to provide an idle speed slightly above the target RPM when the engine is fully warmed up."
+ knockRetardAggression = "Ignition timing to remove when a knock event occurs. Advice: 5% (mild), 10% (turbo/high comp.), 15% (high knock, e.g. GDI), 20% (spicy lump),"
+ knockRetardReapplyRate = "After a knock event, reapply timing at this rate."
+ knockNoiseThreshold = "Knock sensor signal level below which the sensor is considered broken or disconnected. Typical working sensors read -50 to -20 dBv."
+ knockNoiseTimeout = "Duration the knock sensor signal must be too low before a fault is reported."
+ engineSyncCam = "Select which cam is used for engine sync. Other cams will be used only for VVT measurement, but not engine sync."
+ vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response."
+ vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0."
+ vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft."
+ idleVeOverrideMode = "Override the Y axis (load) value used for only the Idle VE table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ o2heaterPin = "On-off O2 sensor heater control. 'ON' if engine is running, 'OFF' if stopped or cranking."
+ injectionPins1 = "injectionPins 1"
+ injectionPins2 = "injectionPins 2"
+ injectionPins3 = "injectionPins 3"
+ injectionPins4 = "injectionPins 4"
+ injectionPins5 = "injectionPins 5"
+ injectionPins6 = "injectionPins 6"
+ injectionPins7 = "injectionPins 7"
+ injectionPins8 = "injectionPins 8"
+ injectionPins9 = "injectionPins 9"
+ injectionPins10 = "injectionPins 10"
+ injectionPins11 = "injectionPins 11"
+ injectionPins12 = "injectionPins 12"
+ injectionPinsStage21 = "injectionPinsStage2 1"
+ injectionPinsStage22 = "injectionPinsStage2 2"
+ injectionPinsStage23 = "injectionPinsStage2 3"
+ injectionPinsStage24 = "injectionPinsStage2 4"
+ injectionPinsStage25 = "injectionPinsStage2 5"
+ injectionPinsStage26 = "injectionPinsStage2 6"
+ injectionPinsStage27 = "injectionPinsStage2 7"
+ injectionPinsStage28 = "injectionPinsStage2 8"
+ injectionPinsStage29 = "injectionPinsStage2 9"
+ injectionPinsStage210 = "injectionPinsStage2 10"
+ injectionPinsStage211 = "injectionPinsStage2 11"
+ injectionPinsStage212 = "injectionPinsStage2 12"
+ ignitionPins1 = "ignitionPins 1"
+ ignitionPins2 = "ignitionPins 2"
+ ignitionPins3 = "ignitionPins 3"
+ ignitionPins4 = "ignitionPins 4"
+ ignitionPins5 = "ignitionPins 5"
+ ignitionPins6 = "ignitionPins 6"
+ ignitionPins7 = "ignitionPins 7"
+ ignitionPins8 = "ignitionPins 8"
+ ignitionPins9 = "ignitionPins 9"
+ ignitionPins10 = "ignitionPins 10"
+ ignitionPins11 = "ignitionPins 11"
+ ignitionPins12 = "ignitionPins 12"
+ throttlePedalPositionSecondAdcChannel = "Throttle pedal, secondary channel."
+ malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
+ clutchDownPin = "Some cars have a switch to indicate that clutch pedal is all the way down"
+ minCamPhaseResolveRpm = "Above this RPM, use camshaft information to synchronize the crank's position for full sequential operation. Use this if your cam sensor does weird things at low RPM. Set to 0 to disable, and always use cam to help sync crank."
+ tps1_2AdcChannel = "First throttle body, second sensor."
+ tps2_2AdcChannel = "Second throttle body, second sensor."
+ triggerInputPins1 = "triggerInputPins 1"
+ triggerInputPins2 = "triggerInputPins 2"
+ mc33_t_min_boost = "Minimum allowed time for the boost phase. If the boost target current is reached before this time elapses, it is assumed that the injector has failed short circuit."
+ canTxPin = "set_can_tx_pin X"
+ canRxPin = "set_can_rx_pin X"
+ wastegatePositionMin = "Voltage when the wastegate is closed.\nYou probably don't have one of these!"
+ wastegatePositionMax = "Voltage when the wastegate is fully open.\nYou probably don't have one of these!\n1 volt = 1000 units"
+ secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
+ compressionRatio = "For reference, not used by the ECU."
+ triggerSimulatorPins1 = "Generate a synthetic trigger signal for an external ECU 1"
+ triggerSimulatorPins2 = "Generate a synthetic trigger signal for an external ECU 2"
+ isSdCardEnabled = "enable sd/disable sd"
+ rusefiVerbose29b = "Use 11 bit (standard) or 29 bit (extended) IDs for FOME verbose CAN format."
+ useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
+ enableVerboseCanTx = "CAN broadcast using custom FOME protocol\nenable can_broadcast/disable can_broadcast"
+ idleReturnTargetRamp = "Ramp the idle target down from the entry threshold over 3 seconds when returning to idle. Helps prevent overshooting (below) the idle target while returning to idle from coasting."
+ ecumasterEgtToCan = "Read EcuMaster EGT to CAN. Expects little endian (Intel), and the CAN IDs specified below."
+ measureMapOnlyInOneCylinder = "Useful for individual intakes"
+ isFasterEngineSpinUpEnabled = "If enabled, try to fire the engine before a full engine cycle has been completed using RPM estimated from the last 90 degrees of engine rotation. As soon as the trigger syncs plus 90 degrees rotation, fuel and ignition events will occur. If disabled, worst case may require up to 4 full crank rotations before any events are scheduled."
+ coastingFuelCutEnabled = "This setting disables fuel injection while the engine is in overrun, this is useful as a fuel saving measure and to prevent back firing."
+ disableFuelCutOnClutch = "True: Inhibits DFCO from activating when the clutch is pressed. This helps prevent transient knock during shifts\nFalse: Do not take clutch state into account."
+ useIacTableForCoasting = "Override the IAC position during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars or engines that have trouble returning to idle."
+ disableEtbWhenEngineStopped = "Allows disabling the ETB when the engine is stopped. You may not like the power draw or PWM noise from the motor, so this lets you turn it off until it's necessary."
+ pauseEtbControl = "Disable the electronic throttle motor and DC idle motor for testing.\nThis mode is for testing ETB/DC idle position sensors, etc without actually driving the throttle."
+ useTableForDfcoMap = "Fixed: MAP threshold cut fuel when conditions are met\nTable: Use a curve to vary the MAP threshold based on engine RPM"
+ postCrankingFuelUseTable = "Basic: Add a fixed percent of added fuel and taper over time\nTable: Use a 3d map to set the added fuel multiplier by CLT and Runtime"
+ verboseCanBaseAddress = "The ECU base CAN address (ID).\n\nValue is specified as a decimal number e.g. 512 is 0x200 in HEX."
+ mc33_hvolt = "Boost Voltage"
+ minimumBoostClosedLoopMap = "Minimum MAP before closed loop boost is enabled. Use to prevent misbehavior upon entering boost."
+ acFanPin = "Optional Radiator Fan used with A/C"
+ vehicleWeight = "For reference, not used by the ECU."
+ idlePidRpmUpperLimit = "How far above idle speed do we consider idling?\nFor example, if target = 800, this param = 200, then anything below 1000 RPM is considered idle."
+ applyNonlinearBelowPulse = "Apply nonlinearity correction below a pulse of this duration. Pulses longer than this duration will receive no adjustment."
+ clutchUpPin = "Some vehicles have a switch to indicate that clutch pedal is all the way up"
+ max31855_cs1 = "max31855_cs 1"
+ max31855_cs2 = "max31855_cs 2"
+ max31855_cs3 = "max31855_cs 3"
+ max31855_cs4 = "max31855_cs 4"
+ max31855_cs5 = "max31855_cs 5"
+ max31855_cs6 = "max31855_cs 6"
+ max31855_cs7 = "max31855_cs 7"
+ max31855_cs8 = "max31855_cs 8"
+ flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
+ tachSweepTime = "Total time for the tach to sweep up then back down at startup. Set to 0 to disable sweep."
+ tachSweepMax = "Maximum RPM for the startup tach sweep."
+ stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
+ etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
+ sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
+ starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
+ mapMinBufferLength = "This many MAP samples are used to estimate the current MAP. This many samples are considered, and the minimum taken. Recommended value is 1 for single-throttle engines, and your number of cylinders for individual throttle bodies."
+ cylindersCount = "Number of cylinder the engine has."
+ idlePidDeactivationTpsThreshold = "Below this throttle position, the engine is considered idling. If you have an electronic throttle, this checks accelerator pedal position instead of throttle position, and should be set to 1-2%."
+ startCrankingDuration = "Maximum time to crank starter when start/stop button is pressed"
+ lambdaProtectionTimeout = "Only respond once lambda is out of range for this period of time. Use to avoid transients triggering lambda protection when not needed"
+ minimumOilPressureTimeout = "Delay before cutting fuel due to low oil pressure. Use this to ignore short pressure blips and sensor noise."
+ oilPressureProtectionStartDelay = "Delay before the oil pressure protection starts working after the start of the engine."
+ scriptSetting1 = "scriptSetting 1"
+ scriptSetting2 = "scriptSetting 2"
+ scriptSetting3 = "scriptSetting 3"
+ scriptSetting4 = "scriptSetting 4"
+ scriptSetting5 = "scriptSetting 5"
+ scriptSetting6 = "scriptSetting 6"
+ scriptSetting7 = "scriptSetting 7"
+ scriptSetting8 = "scriptSetting 8"
+ useHbridgesToDriveIdleStepper = "If enabled we use two H-bridges to drive stepper idle air valve"
+ enableCanVss = "Read VSS from OEM CAN bus according to selected CAN vehicle configuration."
+ stftIgnoreErrorMagnitude = "If enabled, adjust at a constant rate instead of a rate proportional to the current lambda error. This mode may be easier to tune, and more tolerant of sensor noise."
+ verboseVVTDecoding = "Verbose info in console below engineSnifferRpmThreshold\nenable vvt_details"
+ invertCamVVTSignal = "get invertCamVVTSignal"
+ alphaNUseIat = "In Alpha-N mode, compensate for air temperature."
+ useRawOutputToDriveIdleStepper = "If enabled we use four Push-Pull outputs to directly drive stepper idle air valve coilss"
+ verboseCan2 = "Print incoming and outgoing second bus CAN messages in FOME console"
+ etbIo1_controlPin = "Acts as EN pin in two-wire mode"
+ etbIo2_controlPin = "Acts as EN pin in two-wire mode"
+ boostControlPin = "Wastegate control Solenoid"
+ boostPid_offset = "Linear addition to PID logic"
+ boostPid_minValue = "Output Min Duty Cycle"
+ boostPid_maxValue = "Output Max Duty Cycle"
+ launchSpeedThreshold = "Disabled above this speed"
+ launchTimingRpmRange = "Range from Launch RPM for Timing Retard to activate"
+ launchFuelAdded = "Extra Fuel Added"
+ launchBoostDuty = "Duty Cycle for the Boost Solenoid"
+ hardCutRpmRange = "Range from Launch RPM to activate Hard Cut"
+ stft_maxIdleRegionRpm = "Below this RPM, the idle region is active"
+ stft_maxOverrunLoad = "Below this engine load, the overrun region is active"
+ stft_minPowerLoad = "Above this engine load, the power region is active"
+ stft_deadband = "When close to correct AFR, pause correction. This can improve stability by not changing the adjustment if the error is extremely small, but is not required."
+ stft_minClt = "Below this temperature, correction is disabled."
+ stft_minAfr = "Below this AFR, correction is paused"
+ stft_maxAfr = "Above this AFR, correction is paused"
+ stft_startupDelay = "Delay after starting the engine before beginning closed loop correction."
+ stft_cellCfgs1_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs1_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs1_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stft_cellCfgs2_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs2_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs2_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stft_cellCfgs3_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs3_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs3_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stft_cellCfgs4_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs4_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs4_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stepperDcIo1_controlPin = "Acts as EN pin in two-wire mode"
+ stepperDcIo2_controlPin = "Acts as EN pin in two-wire mode"
+ engineMake = "For example, BMW, GM or Chevrolet"
+ engineCode = "For example, LS1 or NB2"
+ vehicleName = "For example, Hunchback or Orange Miata\nVehicle name has to be unique between your vehicles."
+ etbFunctions1 = "etbFunctions 1"
+ etbFunctions2 = "etbFunctions 2"
+ luaOutputPins1 = "luaOutputPins 1"
+ luaOutputPins2 = "luaOutputPins 2"
+ luaOutputPins3 = "luaOutputPins 3"
+ luaOutputPins4 = "luaOutputPins 4"
+ luaOutputPins5 = "luaOutputPins 5"
+ luaOutputPins6 = "luaOutputPins 6"
+ luaOutputPins7 = "luaOutputPins 7"
+ luaOutputPins8 = "luaOutputPins 8"
+ vvtOffsets1 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 1"
+ vvtOffsets2 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 2"
+ vvtOffsets3 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 3"
+ vvtOffsets4 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 4"
+ gpPwmNote1 = "gpPwmNote 1"
+ gpPwmNote2 = "gpPwmNote 2"
+ gpPwmNote3 = "gpPwmNote 3"
+ gpPwmNote4 = "gpPwmNote 4"
+ widebandOnSecondBus = "Select which bus the wideband controller is attached to."
+ fuelClosedLoopCorrectionEnabled = "Enables lambda sensor closed loop feedback for fuelling."
+ silentTriggerError = "Sometimes we have a performance issue while printing error"
+ canReadEnabled = "enable can_read/disable can_read"
+ canWriteEnabled = "enable can_write/disable can_write"
+ tachPulseDurationAsDutyCycle = "Treat milliseconds value as duty cycle value, i.e. 0.5ms would become 50%"
+ isAlternatorControlEnabled = "This enables smart alternator control and activates the extra alternator settings."
+ invertPrimaryTriggerSignal = "Invert the signal from the primary trigger sensor."
+ invertSecondaryTriggerSignal = "Invert the signal from the secondary trigger sensor."
+ cutFuelOnHardLimit = "Cut fuel above the hard RPM limit."
+ cutSparkOnHardLimit = "Cut spark above the hard RPM limit. WARNING: some engines are known to self-disassemble their valvetrain with a spark cut. Fuel cut is much safer. Use with extreme caution."
+ launchSparkCutEnable = "This is the Cut Mode normally used"
+ skippedWheelOnCam = "Where is your primary skipped wheel located?"
+ acSwitch = "A/C button input"
+ acPressureSwitch = "A/C pressure switch input"
+ etbNeutralPosition = "Expected neutral position"
+ isCylinderCleanupEnabled = "When enabled if TPS is held above 95% no fuel is injected while cranking to clear excess fuel from the cylinders."
+ complexWallModel = "Should we use tables to vary tau/beta based on CLT/MAP, or just with fixed values?"
+ useCrankingIdleTaperTableSetting = "If enabled, use separate temperature multiplier table for cranking taper duration."
+ overrideCrankingIacSetting = "If enabled, use separate temperature multiplier table for cranking idle position.\nIf disabled, use normal running multiplier table applied to the cranking base position."
+ useSeparateAdvanceForIdle = "This activates a separate ignition timing table for idle conditions, this can help idle stability by using ignition retard and advance either side of the desired idle speed. Extra retard at low idle speeds will prevent stalling and extra advance at high idle speeds can help reduce engine power and slow the idle speed."
+ useSeparateVeForIdle = "This activates a separate fuel table for Idle, this allows fine tuning of the idle fuelling."
+ verboseTriggerSynchDetails = "Verbose info in console below engineSnifferRpmThreshold\nenable trigger_details"
+ canBroadcastEgt = "Disable to skip cam data frame (base + 9) if you have no EGT sensing."
+ canBroadcastCams = "Disable to skip cam data frame (base + 8) if you have no VVT."
+ useSeparateAdvanceForCranking = "In Constant mode, timing is automatically tapered to running as RPM increases.\nIn Table mode, the "Cranking ignition advance" table is used directly."
+ useAdvanceCorrectionsForCranking = "This enables the various ignition corrections during cranking (IAT, CLT, FSIO and PID idle).\nYou probably don't need this."
+ flexCranking = "Enable a second cranking table to use for E100 flex fuel, interpolating between the two based on flex fuel sensor."
+ launchSmoothRetard = "Interpolates the Ignition Retard from 0 to 100% within the RPM Range"
+ isPhaseSyncRequiredForIgnition = "Some engines are OK running semi-random sequential while other engine require phase synchronization"
+ useCltBasedRpmLimit = "If enabled, use a curve for RPM limit (based on coolant temperature) instead of a constant value."
+ forceO2Heating = "If enabled, don't wait for engine start to heat O2 sensors. WARNING: this will reduce the life of your sensor, as condensation in the exhaust from a cold start can crack the sensing element."
+ invertVvtControlIntake = "If increased VVT duty cycle increases the indicated VVT angle, set this to 'advance'. If it decreases, set this to 'retard'. Most intake cams use 'advance', and most exhaust cams use 'retard'."
+ invertVvtControlExhaust = "If increased VVT duty cycle increases the indicated VVT angle, set this to 'advance'. If it decreases, set this to 'retard'. Most intake cams use 'advance', and most exhaust cams use 'retard'."
+ sdTriggerLog = "'Trigger' mode will write a high speed log of trigger events (warning: uses lots of space!). 'Normal' mode will write a standard MLG of sensors, engine function, etc. similar to the one captured in TunerStudio."
+ acIdleRpmBump = "Extra idle target speed when A/C is enabled. Some cars need the extra speed to keep the AC efficient while idling."
+ injectorCompensationMode = "None = I have a MAP-referenced fuel pressure regulator\nFixed rail pressure = I have an atmosphere-referenced fuel pressure regulator (returnless, typically)\nSensed rail pressure = I have a fuel pressure sensor"
+ tachPulseDuractionMs = "Duration in ms or duty cycle depending on selected mode"
+ wwaeTau = "Length of time the deposited wall fuel takes to dissipate after the start of acceleration."
+ alternatorControl_offset = "Linear addition to PID logic"
+ alternatorControl_minValue = "Output Min Duty Cycle"
+ alternatorControl_maxValue = "Output Max Duty Cycle"
+ etb_offset = "Linear addition to PID logic"
+ etb_minValue = "Output Min Duty Cycle"
+ etb_maxValue = "Output Max Duty Cycle"
+ airTaperRpmRange = "RPM range above upper limit for extra air taper"
+ mapErrorDetectionTooLow = "kPa value which is too low to be true"
+ mapErrorDetectionTooHigh = "kPa value which is too high to be true"
+ multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."
+ multisparkDwell = "This sets the dwell time for subsequent sparks. The main spark's dwell is set by the dwell table."
+ idleRpmPid_offset = "Linear addition to PID logic"
+ idleRpmPid_minValue = "Output Min Duty Cycle"
+ idleRpmPid_maxValue = "Output Max Duty Cycle"
+ wwaeBeta = "0 = No fuel settling on port walls 1 = All the fuel settling on port walls setting this to 0 disables the wall wetting enrichment."
+ throttlePedalWOTVoltage = "Pedal in the floor"
+ startUpFuelPumpDuration = "When ignition is turned on, turn fuel pump on to build fuel pressure"
+ mafFilterParameter = "larger value = larger intake manifold volume"
+ targetVBatt = "This is the target battery voltage the alternator PID control will attempt to maintain"
+ dfcoRetardDeg = "Retard timing by this amount during DFCO. Smooths the transition back from fuel cut. After fuel is restored, ramp timing back in over the period specified."
+ dfcoRetardRampInTime = "Smooths the transition back from fuel cut. After fuel is restored, ramp timing back in over the period specified."
+ idleMaximumAirmass = "Maximum commanded airmass for the idle controller."
+ afterCrankingIACtaperDuration = "This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup."
+ iacByTpsTaper = "Extra IAC, in percent between 0 and 100, tapered between zero and idle deactivation TPS value"
+ tpsAccelLookback = "How long to look back for TPS-based acceleration enrichment. Increasing this time will trigger enrichment for longer when a throttle position change occurs."
+ coastingFuelCutVssLow = "Below this speed, disable DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears."
+ coastingFuelCutVssHigh = "Above this speed, allow DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears."
+ noFuelTrimAfterDfcoTime = "Pause closed loop fueling after deceleration fuel cut occurs. Set this to a little longer than however long is required for normal fueling behavior to resume after fuel cut."
+ ignTestOnTime = "Duration of each test pulse"
+ wssToVssMode = "If enabled, calculate vehicle speed from wheel speed inputs. Pick which wheels to average in to vehicle speed, so you can intentionally pick the driven or undriven wheels depending on your application."
+ tpsAccelEnrichmentThreshold = "Maximum change delta of TPS percentage over the 'length'. Actual TPS change has to be above this value in order for TPS/TPS acceleration to kick in."
+ auxSpeedSensorInputPin1 = "auxSpeedSensorInputPin 1"
+ auxSpeedSensorInputPin2 = "auxSpeedSensorInputPin 2"
+ injectionTimingMode = "Sets what part of injection's is controlled by the injection phase table."
+ debugMode = "See https://wiki.fome.tech/r/debugmode"
+ fan1ExtraIdle = "Additional idle % when fan #1 is active"
+ tpsDecelEnleanmentThreshold = "For decel we simply multiply delta of TPS and tFor decel we do not use table?!"
+ tpsDecelEnleanmentMultiplier = "Magic multiplier, we multiply delta of TPS and get fuel squirt duration"
+ throttlePedalSecondaryWOTVoltage = "Pedal in the floor"
+ canBaudRate = "set can_baudrate"
+ veOverrideMode = "Override the Y axis (load) value used for the VE table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ mc33_hpfp_i_hold_off = "How long to deactivate power when hold current is reached before applying power again"
+ mc33_hpfp_max_hold = "Maximum amount of time the solenoid can be active before assuming a programming error"
+ stepperDcInvertedPins = "Enable if DC-motor driver (H-bridge) inverts the signals (eg. RZ7899 on Hellen boards)"
+ canOpenBLT = "Allow OpenBLT on Primary CAN"
+ can2OpenBLT = "Allow OpenBLT on Secondary CAN"
+ injectorFlowAsMassFlow = "Select whether to configure injector flow in volumetric flow (default, cc/min) or mass flow (g/s)."
+ benchTestOffTime = "Time between bench test pulses"
+ can2TxPin = "set_can2_tx_pin X"
+ can2RxPin = "set_can2_rx_pin X"
+ ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
+ boostCutPressure = "MAP value above which fuel is cut in case of overboost.\nSet to 0 to disable overboost cut."
+ fixedTiming = "Fixed timing, useful for TDC testing"
+ mapLowValueVoltage = "MAP voltage for low point"
+ mapHighValueVoltage = "MAP voltage for low point"
+ egoValueShift = "EGO value correction"
+ vvtPins1 = "VVT output solenoid pin for this cam 1"
+ vvtPins2 = "VVT output solenoid pin for this cam 2"
+ vvtPins3 = "VVT output solenoid pin for this cam 3"
+ vvtPins4 = "VVT output solenoid pin for this cam 4"
+ vvtItermMin1 = "vvtItermMin 1"
+ vvtItermMin2 = "vvtItermMin 2"
+ vvtItermMax1 = "vvtItermMax 1"
+ vvtItermMax2 = "vvtItermMax 2"
+ vvtOutputMin1 = "vvtOutputMin 1"
+ vvtOutputMin2 = "vvtOutputMin 2"
+ vvtOutputMax1 = "vvtOutputMax 1"
+ vvtOutputMax2 = "vvtOutputMax 2"
+ minimumIgnitionTiming = "Minimim timing advance allowed. No spark on any cylinder will ever fire after this angle BTDC. For example, setting -10 here means no spark ever fires later than 10 deg ATDC. Note that this only concerns the primary spark: any trailing sparks or multispark may violate this constraint."
+ maximumIgnitionTiming = "Maximum timing advance allowed. No spark on any cylinder will ever fire before this angle BTDC. For example, setting 45 here means no spark ever fires earlier than 45 deg BTDC"
+ vvtMode1 = "vvtMode 1"
+ vvtMode2 = "vvtMode 2"
+ fan2ExtraIdle = "Additional idle % when fan #2 is active"
+ primingDelay = "Delay to allow fuel pressure to build before firing the priming pulse."
+ auxAnalogInputs1 = "auxAnalogInputs 1"
+ auxAnalogInputs2 = "auxAnalogInputs 2"
+ auxAnalogInputs3 = "auxAnalogInputs 3"
+ auxAnalogInputs4 = "auxAnalogInputs 4"
+ auxAnalogInputs5 = "auxAnalogInputs 5"
+ auxAnalogInputs6 = "auxAnalogInputs 6"
+ auxAnalogInputs7 = "auxAnalogInputs 7"
+ auxAnalogInputs8 = "auxAnalogInputs 8"
+ trailingCoilPins1 = "trailingCoilPins 1"
+ trailingCoilPins2 = "trailingCoilPins 2"
+ trailingCoilPins3 = "trailingCoilPins 3"
+ trailingCoilPins4 = "trailingCoilPins 4"
+ trailingCoilPins5 = "trailingCoilPins 5"
+ trailingCoilPins6 = "trailingCoilPins 6"
+ trailingCoilPins7 = "trailingCoilPins 7"
+ trailingCoilPins8 = "trailingCoilPins 8"
+ trailingCoilPins9 = "trailingCoilPins 9"
+ trailingCoilPins10 = "trailingCoilPins 10"
+ trailingCoilPins11 = "trailingCoilPins 11"
+ trailingCoilPins12 = "trailingCoilPins 12"
+ fuelReferencePressure = "This is the pressure at which your injector flow is known.\nFor example if your injectors flow 400cc/min at 3.5 bar, enter 350kpa here."
+ postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
+ postCrankingDurationSec = "Time over which to taper out after start enrichment"
+ auxTempSensor1_tempC_1 = "Temperature 1"
+ auxTempSensor1_tempC_2 = "Temperature 2, must be > Temperature 1"
+ auxTempSensor1_tempC_3 = "Temperature 3, must be > Temperature 2"
+ auxTempSensor1_resistance_1 = "Sensor resistance while at temperature 1"
+ auxTempSensor1_resistance_2 = "Sensor resistance while at temperature 2"
+ auxTempSensor1_resistance_3 = "Sensor resistance while at temperature 3"
+ auxTempSensor1_bias_resistor = "Pull-up resistor value on your board"
+ auxTempSensor2_tempC_1 = "Temperature 1"
+ auxTempSensor2_tempC_2 = "Temperature 2, must be > Temperature 1"
+ auxTempSensor2_tempC_3 = "Temperature 3, must be > Temperature 2"
+ auxTempSensor2_resistance_1 = "Sensor resistance while at temperature 1"
+ auxTempSensor2_resistance_2 = "Sensor resistance while at temperature 2"
+ auxTempSensor2_resistance_3 = "Sensor resistance while at temperature 3"
+ auxTempSensor2_bias_resistor = "Pull-up resistor value on your board"
+ etbWastegatePid_offset = "Linear addition to PID logic"
+ etbWastegatePid_minValue = "Output Min Duty Cycle"
+ etbWastegatePid_maxValue = "Output Max Duty Cycle"
+ stepperNumMicroSteps = "For micro-stepping, make sure that PWM frequency (etbFreq) is high enough"
+ stepperMinDutyCycle = "Use to limit the current when the stepper motor is idle, not moving (100% = no limit)"
+ stepperMaxDutyCycle = "Use to limit the max.current through the stepper motor (100% = no limit)"
+ timing_offset_cylinder1 = "per-cylinder timing correction 1"
+ timing_offset_cylinder2 = "per-cylinder timing correction 2"
+ timing_offset_cylinder3 = "per-cylinder timing correction 3"
+ timing_offset_cylinder4 = "per-cylinder timing correction 4"
+ timing_offset_cylinder5 = "per-cylinder timing correction 5"
+ timing_offset_cylinder6 = "per-cylinder timing correction 6"
+ timing_offset_cylinder7 = "per-cylinder timing correction 7"
+ timing_offset_cylinder8 = "per-cylinder timing correction 8"
+ timing_offset_cylinder9 = "per-cylinder timing correction 9"
+ timing_offset_cylinder10 = "per-cylinder timing correction 10"
+ timing_offset_cylinder11 = "per-cylinder timing correction 11"
+ timing_offset_cylinder12 = "per-cylinder timing correction 12"
+ vvtControlMinClt = "Minimum coolant temperature to activate VVT"
+ minimumInjectionPulseWidth = "Minimum allowed pulse width (before adding deadtime). Pulses less than this duration will be extended."
+ mafMinVoltage = "Minimum allowed MAF input voltage. Less than this triggers P0102."
+ mafMaxVoltage = "Maximum allowed MAF input voltage. More than this triggers P0103."
+ ecumasterEgtToCanBaseId = "Default 1552 for EMU Classic, 1632 for EMU Black."
+ minStepperVoltage = "Minimum voltage to attempt to move the idle stepper. Maybe your motor doesn't work below this voltage and will lose its position."
+ mc33816_rstb = "ResetB"
+ brakePedalPin = "Brake pedal switch"
+ auxPid1_offset = "Linear addition to PID logic"
+ auxPid1_minValue = "Output Min Duty Cycle"
+ auxPid1_maxValue = "Output Max Duty Cycle"
+ auxPid2_offset = "Linear addition to PID logic"
+ auxPid2_minValue = "Output Min Duty Cycle"
+ auxPid2_maxValue = "Output Max Duty Cycle"
+ injectorCorrectionPolynomial1 = "injectorCorrectionPolynomial 1"
+ injectorCorrectionPolynomial2 = "injectorCorrectionPolynomial 2"
+ injectorCorrectionPolynomial3 = "injectorCorrectionPolynomial 3"
+ injectorCorrectionPolynomial4 = "injectorCorrectionPolynomial 4"
+ injectorCorrectionPolynomial5 = "injectorCorrectionPolynomial 5"
+ injectorCorrectionPolynomial6 = "injectorCorrectionPolynomial 6"
+ injectorCorrectionPolynomial7 = "injectorCorrectionPolynomial 7"
+ injectorCorrectionPolynomial8 = "injectorCorrectionPolynomial 8"
+ fan2OnTemperature = "Cooling fan turn-on temperature threshold, in Celsius"
+ fan2OffTemperature = "Cooling fan turn-off temperature threshold, in Celsius"
+ maxInjectorDutySustainedTimeout = "Timeout period for duty cycle over the sustained limit to trigger duty cycle protection."
+ etbJamTimeout = "Time after which the throttle is considered jammed."
+ coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
+ coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
+ coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
+ coastingFuelCutClt = "Fuel cutoff is disabled when the engine is cold."
+ triggerSkipPulses = "Some trigger hardware may generate noise when the engine starts moving. Set this to ignore the first pulses when the engine starts moving."
+ mapAveragingCylinderBalanceMinRpm = "Above this RPM, apply automatic cylinder balancing to MAP measurements."
+ coastingFuelCutMap = "MAP value above which fuel injection is re-enabled."
+ scriptCurveName1 = "scriptCurveName 1"
+ scriptCurveName2 = "scriptCurveName 2"
+ scriptCurveName3 = "scriptCurveName 3"
+ scriptCurveName4 = "scriptCurveName 4"
+ scriptCurveName5 = "scriptCurveName 5"
+ scriptCurveName6 = "scriptCurveName 6"
+ scriptTableName1 = "scriptTableName 1"
+ scriptTableName2 = "scriptTableName 2"
+ scriptTableName3 = "scriptTableName 3"
+ scriptTableName4 = "scriptTableName 4"
+ scriptSettingName1 = "scriptSettingName 1"
+ scriptSettingName2 = "scriptSettingName 2"
+ scriptSettingName3 = "scriptSettingName 3"
+ scriptSettingName4 = "scriptSettingName 4"
+ scriptSettingName5 = "scriptSettingName 5"
+ scriptSettingName6 = "scriptSettingName 6"
+ scriptSettingName7 = "scriptSettingName 7"
+ scriptSettingName8 = "scriptSettingName 8"
+ tChargeAirCoefMin = "Heat transfer coefficient at zero flow.\n0 means the air charge is fully heated to the same temperature as CLT.\n1 means the air charge gains no heat, and enters the cylinder at the temperature measured by IAT."
+ tChargeAirCoefMax = "Heat transfer coefficient at high flow, as defined by "max air flow".\n0 means the air charge is fully heated to the same temperature as CLT.\n1 means the air charge gains no heat, and enters the cylinder at the temperature measured by IAT."
+ tChargeAirFlowMax = "High flow point for heat transfer estimation.\nSet this to perhaps 50-75% of your maximum airflow at wide open throttle."
+ tChargeAirIncrLimit = "Maximum allowed rate of increase allowed for the estimated charge temperature"
+ tChargeAirDecrLimit = "Maximum allowed rate of decrease allowed for the estimated charge temperature"
+ etb_iTermMin = "iTerm min value"
+ etb_iTermMax = "iTerm max value"
+ idleTimingPid_offset = "Linear addition to PID logic"
+ idleTimingPid_minValue = "Output Min Duty Cycle"
+ idleTimingPid_maxValue = "Output Max Duty Cycle"
+ tpsAccelFractionPeriod = "A delay in cycles between fuel-enrich. portions"
+ rpmHardLimitHyst = "If the hard limit is 7200rpm and hysteresis is 200rpm, then when the ECU sees 7200rpm, fuel/ign will cut, and stay cut until 7000rpm (7200-200) is reached"
+ ignTestCount = "How many test bench pulses do you want"
+ tpsAccelFractionDivisor = "A fraction divisor: 1 or less = entire portion at once, or split into diminishing fractions"
+ idlerpmpid_iTermMin = "iTerm min value"
+ stoichRatioPrimary = "Stoichiometric ratio for your primary fuel. When Flex Fuel is enabled, this value is used when the Flex Fuel sensor indicates E0.\nE0 = 14.7\nE10 = 14.1\nE85 = 9.9\nE100 = 9.0"
+ idlerpmpid_iTermMax = "iTerm max value"
+ etbIdleThrottleRange = "This sets the range of the idle control on the ETB. At 100% idle position, the value specified here sets the base ETB position."
+ cylinderBankSelect1 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 1"
+ cylinderBankSelect2 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 2"
+ cylinderBankSelect3 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 3"
+ cylinderBankSelect4 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 4"
+ cylinderBankSelect5 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 5"
+ cylinderBankSelect6 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 6"
+ cylinderBankSelect7 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 7"
+ cylinderBankSelect8 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 8"
+ cylinderBankSelect9 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 9"
+ cylinderBankSelect10 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 10"
+ cylinderBankSelect11 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 11"
+ cylinderBankSelect12 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 12"
+ gppwm1_pin = "Select a pin to use for PWM or on-off output."
+ gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm1_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm1_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm1_loadAxis = "Selects the Y axis to use for the table."
+ gppwm1_rpmAxis = "Selects the X axis to use for the table."
+ gppwm2_pin = "Select a pin to use for PWM or on-off output."
+ gppwm2_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm2_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm2_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm2_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm2_loadAxis = "Selects the Y axis to use for the table."
+ gppwm2_rpmAxis = "Selects the X axis to use for the table."
+ gppwm3_pin = "Select a pin to use for PWM or on-off output."
+ gppwm3_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm3_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm3_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm3_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm3_loadAxis = "Selects the Y axis to use for the table."
+ gppwm3_rpmAxis = "Selects the X axis to use for the table."
+ gppwm4_pin = "Select a pin to use for PWM or on-off output."
+ gppwm4_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm4_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm4_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm4_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm4_loadAxis = "Selects the Y axis to use for the table."
+ gppwm4_rpmAxis = "Selects the X axis to use for the table."
+ mc33_i_boost = "Boost Current"
+ mc33_i_peak = "Peak Current"
+ mc33_i_hold = "Hold Current"
+ mc33_t_max_boost = "Maximum allowed boost phase time. If the injector current doesn't reach the threshold before this time elapses, it is assumed that the injector is missing or has failed open circuit."
+ mc33_t_peak_tot = "Peak phase duration"
+ mc33_t_hold_tot = "Hold phase duration"
+ triggerGapOverrideFrom1 = "triggerGapOverrideFrom 1"
+ triggerGapOverrideFrom2 = "triggerGapOverrideFrom 2"
+ triggerGapOverrideFrom3 = "triggerGapOverrideFrom 3"
+ triggerGapOverrideFrom4 = "triggerGapOverrideFrom 4"
+ triggerGapOverrideFrom5 = "triggerGapOverrideFrom 5"
+ triggerGapOverrideFrom6 = "triggerGapOverrideFrom 6"
+ triggerGapOverrideFrom7 = "triggerGapOverrideFrom 7"
+ triggerGapOverrideFrom8 = "triggerGapOverrideFrom 8"
+ triggerGapOverrideFrom9 = "triggerGapOverrideFrom 9"
+ triggerGapOverrideFrom10 = "triggerGapOverrideFrom 10"
+ triggerGapOverrideFrom11 = "triggerGapOverrideFrom 11"
+ triggerGapOverrideFrom12 = "triggerGapOverrideFrom 12"
+ triggerGapOverrideFrom13 = "triggerGapOverrideFrom 13"
+ triggerGapOverrideFrom14 = "triggerGapOverrideFrom 14"
+ triggerGapOverrideFrom15 = "triggerGapOverrideFrom 15"
+ triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
+ triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
+ triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
+ triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
+ triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
+ triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
+ triggerGapOverrideTo4 = "triggerGapOverrideTo 4"
+ triggerGapOverrideTo5 = "triggerGapOverrideTo 5"
+ triggerGapOverrideTo6 = "triggerGapOverrideTo 6"
+ triggerGapOverrideTo7 = "triggerGapOverrideTo 7"
+ triggerGapOverrideTo8 = "triggerGapOverrideTo 8"
+ triggerGapOverrideTo9 = "triggerGapOverrideTo 9"
+ triggerGapOverrideTo10 = "triggerGapOverrideTo 10"
+ triggerGapOverrideTo11 = "triggerGapOverrideTo 11"
+ triggerGapOverrideTo12 = "triggerGapOverrideTo 12"
+ triggerGapOverrideTo13 = "triggerGapOverrideTo 13"
+ triggerGapOverrideTo14 = "triggerGapOverrideTo 14"
+ triggerGapOverrideTo15 = "triggerGapOverrideTo 15"
+ triggerGapOverrideTo16 = "triggerGapOverrideTo 16"
+ triggerGapOverrideTo17 = "triggerGapOverrideTo 17"
+ triggerGapOverrideTo18 = "triggerGapOverrideTo 18"
+ maxCamPhaseResolveRpm = "Below this RPM, use camshaft information to synchronize the crank's position for full sequential operation. Use this if your cam sensor does weird things at high RPM. Set to 0 to disable, and always use cam to help sync crank."
+ dfcoDelay = "Delay before cutting fuel. Set to 0 to cut immediately with no delay. May cause rumbles and pops out of your exhaust..."
+ acDelay = "Delay before engaging the AC compressor. Set to 0 to engage immediately with no delay. Use this to prevent bogging at idle when AC engages."
+ acStartDelay = "Delay before the AC compressor engages after the start of the engine. Set 0 to engage immediately."
+ etbJamDetectThreshold = "Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited."
+ hpfpPeakPos = "Crank angle ATDC of first lobe peak"
+ hpfpMinAngle = "If the requested activation time is below this angle, don't bother running the pump"
+ hpfpPumpVolume = "Size of the pump chamber in cc. Typical Bosch HDP5 has a 9.0mm diameter, typical BMW N* stroke is 4.4mm."
+ hpfpActivationAngle = "How long to keep the valve activated (in order to allow the pump to build pressure and keep the valve open on its own)"
+ hpfpTargetDecay = "The fastest rate the target pressure can be reduced by. This is because HPFP have no way to bleed off pressure other than injecting fuel."
+ stepper_raw_output1 = "stepper_raw_output 1"
+ stepper_raw_output2 = "stepper_raw_output 2"
+ stepper_raw_output3 = "stepper_raw_output 3"
+ stepper_raw_output4 = "stepper_raw_output 4"
+ gearRatio1 = "gearRatio 1"
+ gearRatio2 = "gearRatio 2"
+ gearRatio3 = "gearRatio 3"
+ gearRatio4 = "gearRatio 4"
+ gearRatio5 = "gearRatio 5"
+ gearRatio6 = "gearRatio 6"
+ gearRatio7 = "gearRatio 7"
+ gearRatio8 = "gearRatio 8"
+ vvtActivationDelayMs = "We need to give engine time to build oil pressure without diverting it to VVT"
+ etbMinimumPosition = "Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle."
+ ignTestOffTime = "Time between bench test pulses"
+ crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
+ luaDigitalInputPins1 = "luaDigitalInputPins 1"
+ luaDigitalInputPins2 = "luaDigitalInputPins 2"
+ luaDigitalInputPins3 = "luaDigitalInputPins 3"
+ luaDigitalInputPins4 = "luaDigitalInputPins 4"
+ luaDigitalInputPins5 = "luaDigitalInputPins 5"
+ luaDigitalInputPins6 = "luaDigitalInputPins 6"
+ luaDigitalInputPins7 = "luaDigitalInputPins 7"
+ luaDigitalInputPins8 = "luaDigitalInputPins 8"
+ canVssScaling = "Scale the reported vehicle speed value from CAN. Example: Parameter set to 1.1, CAN VSS reports 50kph, ECU will report 55kph instead."
+ widebandMode = "Select which type of wideband O2 controller you're using."
+ tpsSecondaryMaximum = "For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%. 0 and 100 disable, <20 invalid, rest will avoid sensor averaging."
+ ppsSecondaryMaximum = "For Toyota ETCS-i, use ~69%. 0 and 100 disable, <20 invalid, rest will avoid sensor averaging."
+ luaDigitalInputPinModes1 = "luaDigitalInputPinModes 1"
+ luaDigitalInputPinModes2 = "luaDigitalInputPinModes 2"
+ luaDigitalInputPinModes3 = "luaDigitalInputPinModes 3"
+ luaDigitalInputPinModes4 = "luaDigitalInputPinModes 4"
+ luaDigitalInputPinModes5 = "luaDigitalInputPinModes 5"
+ luaDigitalInputPinModes6 = "luaDigitalInputPinModes 6"
+ luaDigitalInputPinModes7 = "luaDigitalInputPinModes 7"
+ luaDigitalInputPinModes8 = "luaDigitalInputPinModes 8"
+ oilTempSensor_tempC_1 = "Temperature 1"
+ oilTempSensor_tempC_2 = "Temperature 2, must be > Temperature 1"
+ oilTempSensor_tempC_3 = "Temperature 3, must be > Temperature 2"
+ oilTempSensor_resistance_1 = "Sensor resistance while at temperature 1"
+ oilTempSensor_resistance_2 = "Sensor resistance while at temperature 2"
+ oilTempSensor_resistance_3 = "Sensor resistance while at temperature 3"
+ oilTempSensor_bias_resistor = "Pull-up resistor value on your board"
+ fuelTempSensor_tempC_1 = "Temperature 1"
+ fuelTempSensor_tempC_2 = "Temperature 2, must be > Temperature 1"
+ fuelTempSensor_tempC_3 = "Temperature 3, must be > Temperature 2"
+ fuelTempSensor_resistance_1 = "Sensor resistance while at temperature 1"
+ fuelTempSensor_resistance_2 = "Sensor resistance while at temperature 2"
+ fuelTempSensor_resistance_3 = "Sensor resistance while at temperature 3"
+ fuelTempSensor_bias_resistor = "Pull-up resistor value on your board"
+ ambientTempSensor_tempC_1 = "Temperature 1"
+ ambientTempSensor_tempC_2 = "Temperature 2, must be > Temperature 1"
+ ambientTempSensor_tempC_3 = "Temperature 3, must be > Temperature 2"
+ ambientTempSensor_resistance_1 = "Sensor resistance while at temperature 1"
+ ambientTempSensor_resistance_2 = "Sensor resistance while at temperature 2"
+ ambientTempSensor_resistance_3 = "Sensor resistance while at temperature 3"
+ ambientTempSensor_bias_resistor = "Pull-up resistor value on your board"
+ compressorDischargeTemperature_tempC_1 = "Temperature 1"
+ compressorDischargeTemperature_tempC_2 = "Temperature 2, must be > Temperature 1"
+ compressorDischargeTemperature_tempC_3 = "Temperature 3, must be > Temperature 2"
+ compressorDischargeTemperature_resistance_1 = "Sensor resistance while at temperature 1"
+ compressorDischargeTemperature_resistance_2 = "Sensor resistance while at temperature 2"
+ compressorDischargeTemperature_resistance_3 = "Sensor resistance while at temperature 3"
+ compressorDischargeTemperature_bias_resistor = "Pull-up resistor value on your board"
+ throttleInletPressureChannel = "Place the sensor before the throttle, but after any turbocharger/supercharger and intercoolers if fitted. Uses the same calibration as the MAP sensor."
+ compressorDischargePressureChannel = "Place the sensor after the turbocharger/supercharger, but before any intercoolers if fitted. Uses the same calibration as the MAP sensor."
+ maxInjectorDutyInstant = "If injector duty cycle hits this value, instantly cut fuel."
+ maxInjectorDutySustained = "If injector duty cycle hits this value for the specified delay time, cut fuel."
+ speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled."
+ canSleepPeriodMs = "FOME verbose data transmit period (approximate)"
+ canVirtualInputs1_id = "CAN ID to match for this input"
+ canVirtualInputs1_byte = "Which byte to read the value from"
+ canVirtualInputs1_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs1_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs1_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs2_id = "CAN ID to match for this input"
+ canVirtualInputs2_byte = "Which byte to read the value from"
+ canVirtualInputs2_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs2_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs2_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs3_id = "CAN ID to match for this input"
+ canVirtualInputs3_byte = "Which byte to read the value from"
+ canVirtualInputs3_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs3_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs3_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs4_id = "CAN ID to match for this input"
+ canVirtualInputs4_byte = "Which byte to read the value from"
+ canVirtualInputs4_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs4_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs4_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs5_id = "CAN ID to match for this input"
+ canVirtualInputs5_byte = "Which byte to read the value from"
+ canVirtualInputs5_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs5_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs5_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs6_id = "CAN ID to match for this input"
+ canVirtualInputs6_byte = "Which byte to read the value from"
+ canVirtualInputs6_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs6_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs6_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs7_id = "CAN ID to match for this input"
+ canVirtualInputs7_byte = "Which byte to read the value from"
+ canVirtualInputs7_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs7_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs7_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs8_id = "CAN ID to match for this input"
+ canVirtualInputs8_byte = "Which byte to read the value from"
+ canVirtualInputs8_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs8_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs8_defaultValue = "Default value in case the timeout expires"
+ dtcControl_p0102 = "Behavior for P0107: MAF Sensor Circuit Low Input. Triggered when MAF input voltage is less than the configured minimum value."
+ dtcControl_p0103 = "Behavior for P0108: MAF Sensor Circuit High Input. Triggered when MAF input voltage is greater than the configured maximum value."
+ dtcControl_p0107 = "Behavior for P0107: MAP Sensor Circuit Low Input. Triggered when MAP voltage is less than the range of pressures allowed above."
+ dtcControl_p0108 = "Behavior for P0108: MAP Sensor Circuit High Input. Triggered when MAP voltage is greater than the range of pressures allowed above."
+ dtcControl_p0112 = "Behavior for P0112: Intake Air Temperature Sensor Circuit Low. Triggered when intake air temp sensor voltage is less than 0.05 volts."
+ dtcControl_p0113 = "Behavior for P0113: Intake Air Temperature Sensor Circuit High. Triggered when intake air temp sensor voltage is greater than 4.9 volts."
+ dtcControl_p0117 = "Behavior for P0117: Coolant Temperature Sensor Circuit Low. Triggered when coolant temp sensor voltage is less than 0.05 volts."
+ dtcControl_p0118 = "Behavior for P0118: Coolant Temperature Sensor Circuit Low. Triggered when coolant temp sensor voltage is greater than 4.9 volts."
+ dtcControl_p0176 = "Behavior for P0176: Fuel Composition Sensor Malfunction. Triggered when the signal from the flex sensor is lost (missing pull-up resistor? unplugged? broken wire?)."
+ dtcControl_p0178 = "Behavior for P0178: Fuel Composition Sensor Circuit Low Input. Triggered when flex sensor signal is present, but the frequency is too low (<45hz)."
+ dtcControl_p0179 = "Behavior for P0179: Fuel Composition Sensor Circuit High Input. Triggered when flex sensor signal is present, but the frequency is too high (>155hz). Possible methanol contamination."
+ dtcControl_p0197 = "Behavior for P0197: Engine Oil Temperature Sensor Circuit Low. Triggered when oil temp sensor voltage is less than 0.05 volts."
+ dtcControl_p0198 = "Behavior for P0198: Engine Oil Temperature Sensor Circuit High. Triggered when oil temp sensor voltage is greater than 4.9 volts."
+ dtcControl_p0336 = "Behavior for P0336: Crank sensor sync errors. Triggered when 50 crank trigger errors are registered during a single engine run."
+ dtcControl_camNoSignal = "Behavior for P0340/P0345/P0365/P0385: Cam sensor missing. Triggered if the primary trigger signal is present, but cam signal is not."
+ dtcControl_camSyncErrors = "Behavior for P0341/P0346/P0366/P0386: Cam sensor sync errors. Triggered when 50 crank trigger errors are registered during a single engine run."
+ dtcControl_p0522 = "Behavior for P0522: Engine Oil Pressure Sensor Circuit Low. Triggered when oil pressure sensor voltage is less than allowed limits."
+ dtcControl_p0523 = "Behavior for P0523: Engine Oil Pressure Sensor Circuit High. Triggered when oil pressure sensor voltage is greater than allowed limits."
+ dtcControl_knockSensorLow = "Behavior for P0327/P0332: Knock Sensor 1/2 Circuit Low Input. Triggered for each knock sensor when the signal is below the specified threshold for longer than the specified timeout."
+ etbBiasBins = "target TPS value, 0 to 100%"
+ etbBiasValues = "PWM bias, -100% to 100%. The output of this table is added to the output of the ETB PID function to generate the final ETB Duty output."
+ sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM"
+ cltIdleRpmBins = "CLT-based target RPM for automatic idle controller"
+ cltIdleRpm = "Sets the target engine speed that is used for the closed-loop idle air and closed-loop idle timing algorithms."
+ cltTimingBins = "CLT-based timing correction"
+ crankingTpsCoef = "Cranking fuel correction coefficient based on TPS"
+ crankingAdvanceBins = "Optional timing advance table for Cranking (see useSeparateAdvanceForCranking)"
+ crankingAdvance = "Optional timing advance table for Cranking (see useSeparateAdvanceForCranking)"
+ iacCoastingRpmBins = "RPM-based idle position for coasting"
+ iacCoasting = "RPM-based idle position for coasting"
+ cltCrankingCorrBins = "CLT-based cranking position multiplier for simple manual idle controller"
+ cltCrankingCorr = "CLT-based cranking position multiplier for simple manual idle controller"
+ cltCrankingTaperCorrBins = "CLT-based taper duration multiplier for simple manual idle controller"
+ cltCrankingTaperCorr = "CLT-based taper duration multiplier for simple manual idle controller"
+ idleAdvanceBins = "Optional timing advance table for Idle (see useSeparateAdvanceForIdle)"
+ idleAdvance = "Optional timing advance table for Idle (see useSeparateAdvanceForIdle)"
+ cltIdleCorrBins = "CLT-based idle position multiplier for simple manual idle controller"
+ cltIdleCorr = "CLT-based idle position multiplier for simple manual idle controller"
+ mapEstimateTable = "This table is used as a fallback in case of MAP sensor failure to estimate the MAP value at a given throttle position and engine speed. For example a naturally-aspirated engine's MAP value at 100% TPS should be 100kPa. At 0% TPS and at idle speed this value should be set to the engine's typical idling MAP reading. This table can be populated based on analysis of a log file at different engine speeds and loads."
+ tpsTpsAccelTable = "When the TPS accel threshold is exceeded, the original TPS value (X axis) is compared to the new larger TPS value (Y axis) to determine the extra fuel added to the pulsewidth in milliseconds. Where the From TPS value is greater than or less than the To TPS value that cell should be 0."
+ throttleEstimateEffectiveAreaValues = "In units of g/s normalized to choked flow conditions"
+ knockBaseNoise = "Knock sensor output knock detection threshold depending on current RPM."
+ tpsTspCorrValues = "Multiplier applied to the output of the TPS/TPS Acceleration Extra Fuel table. In general, engines may need more acceleration enrichment at lower engine speeds than higher engine speeds. A value of 2.0 multiplies the additional acceleration enrichment pulsewidth by 200%, a value of 1.0 does not modify the output."
+ dfcoMapRpmValues = "DFCO will activate when operating below this curve. Used to allow a higher threshold at low RPM where less vaccuum is generated"
+ lambdaSensorSourceIndex1 = "Physical CAN bus sensor index to use for logical lambda sensor channel 1"
+ lambdaSensorSourceIndex2 = "Physical CAN bus sensor index to use for logical lambda sensor channel 2"
+ lambdaSensorSourceIndex3 = "Physical CAN bus sensor index to use for logical lambda sensor channel 3"
+ lambdaSensorSourceIndex4 = "Physical CAN bus sensor index to use for logical lambda sensor channel 4"
+ lambdaSensorSourceBus1 = "CAN bus to use for lambda sensor channel 1"
+ lambdaSensorSourceBus2 = "CAN bus to use for lambda sensor channel 2"
+ lambdaSensorSourceBus3 = "CAN bus to use for lambda sensor channel 3"
+ lambdaSensorSourceBus4 = "CAN bus to use for lambda sensor channel 4"
+ fan1DutyAcOff = "Fan 1 duty cycle when AC is off"
+ fan1DutyAcOn = "Fan 1 duty cycle when AC is on"
+ fan2DutyAcOff = "Fan 2 duty cycle when AC is off"
+ fan2DutyAcOn = "Fan 2 duty cycle when AC is on"
+
+
+; SettingContextHelpEnd
+; CONFIG_DEFINITION_END
+
+[Tuning]
+ spotDepth = 2 ; 0 = no indicators, 1 = Z only, 2 = XYZ indicators.
+ cursorDepth = 2 ; Same as spot depth.
+
+ gaugeColumns = 1 ; Only 1 or 2 are valid.
+
+ pageButtons = "&EGO"
+ gauge1 = RPMGauge
+#if LAMBDA
+ gauge2 = lambda1Gauge
+#else
+ gauge2 = afr1Gauge
+#endif
+ gauge3 = MAPGauge
+ gauge4 = veValueGauge
+
+
+[LoggerDefinition]
+; valid logger types: composite, tooth, trigger, csv
+ loggerDef = compositeLogger, "Trigger Logger", composite
+ startCommand = "l\x01"
+ stopCommand = "l\x02"
+ dataReadCommand = "l\x03"
+ dataReadTimeout = 10000 ; time in ms
+ dataReadyCondition = { toothLogReady }
+ continuousRead = true
+
+ ; recordDef = headerLen, footerLen, recordLen
+ recordDef = 0, 0, 5
+
+ ; these names are hard-coded inside TS
+ recordField = refTime, "RefTime", 8, 32, 0.001, "ms"
+ recordField = priLevel, "PriLevel", 0, 1, 1, "Flag"
+ recordField = secLevel, "SecLevel", 1, 1, 1, "Flag"
+ recordField = trigger, "Trigger", 2, 1, 1, "Flag"
+ recordField = sync, "Sync", 3, 1, 1, "Flag"
+ recordField = tdc, "TDC", 4, 1, 1, "Flag"
+
+ ; these are optional extras
+ recordField = cam1, "Cam 1", 1, 1, 1, "Flag"
+ recordField = cam2, "Cam 2", 5, 1, 1, "Flag"
+ recordField = cam3, "Cam 3", 6, 1, 1, "Flag"
+ recordField = cam4, "Cam 4", 7, 1, 1, "Flag"
+
+ ; it seems that TS also needs to know the diff.size of a tooth
+ calcField = toothTime, "ToothTime", "ms", { refTime - pastValue(refTime, 1) }
+
+ ; The time field MUST be last according to ini spec document
+ calcField = time, "Time", "ms", { refTime }
+
+ loggerDef = triggerScope, "Trigger Oscilloscope", csv
+ startCommand = "l\x04"
+ stopCommand = "l\x05"
+ dataReadCommand = "l\x06"
+ dataReadTimeout = 1000
+ dataReadyCondition = { triggerScopeReady }
+ continuousRead = true
+
+ recordDef = 0, 0, 2
+ recordField = channel1, "Channel 1", 0, 8, {6.6 / 255}, "v"
+ recordField = channel2, "Channel 2", 8, 8, {6.6 / 255}, "v"
+
+[VeAnalyze]
+
+ ; tableName, lambdaTargetTableName, lambdaChannel, egoCorrectionChannel, activeCondition
+#if LAMBDA
+ veAnalyzeMap = veTableTbl, lambdaTableTbl, lambdaValues1, egoCorrectionForVeAnalyze, { 1 }
+ lambdaTargetTables = lambdaTableTbl, afrTSCustom
+#else
+ veAnalyzeMap = veTableTbl, afrTableTbl, afrGasolineScale, egoCorrectionForVeAnalyze, { 1 }
+ lambdaTargetTables = afrTableTbl, afrTSCustom
+#endif
+
+ ; filter = Name, "DisplayName", outputChannel, operator, defaultVal, userAdjustable
+ filter = minRPMFilter, "Minimum RPM", RPMValue, < , 500, , true
+
+ filter = minCltFilter, "Minimum CLT", coolant, < , 60, , true
+
+ filter = deltaTps, "dTPS", deltaTps > , 50, , true
+
+ filter = VBatt, "VBatt", VBatt < , 12, , true
+
+ filter = minTps, "Minimum TPS", TPSValue, < , 1, , true
+ filter = std_Custom ; Standard Custom Expression Filter.
+
+
+;
+; in order to add new TunerStudio data point you need to change one of *.txt files mentioned in LiveData.yaml
+;
+[OutputChannels]
+
+ ochGetCommand = "O%2o%2c"
+
+; see TS_OUTPUT_SIZE in console source code
+ ochBlockSize = 1304
+
+;
+; see TunerStudioOutputChannels struct
+;
+
+sd_present = bits, U32, 0, [0:0]
+sd_logging_internal = bits, U32, 0, [1:1]
+triggerScopeReady = bits, U32, 0, [2:2]
+antilagTriggered = bits, U32, 0, [3:3]
+isO2HeaterOn = bits, U32, 0, [4:4]
+checkEngine = bits, U32, 0, [5:5]
+needBurn = bits, U32, 0, [6:6]
+sd_msd = bits, U32, 0, [7:7]
+acrActive = bits, U32, 0, [8:8]
+toothLogReady = bits, U32, 0, [9:9]
+isTpsError = bits, U32, 0, [10:10]
+isCltError = bits, U32, 0, [11:11]
+isMapError = bits, U32, 0, [12:12]
+isIatError = bits, U32, 0, [13:13]
+isTriggerError = bits, U32, 0, [14:14]
+hasCriticalError = bits, U32, 0, [15:15]
+isWarnNow = bits, U32, 0, [16:16]
+isPedalError = bits, U32, 0, [17:17]
+launchTriggered = bits, U32, 0, [18:18]
+isTps2Error = bits, U32, 0, [19:19]
+injectorFault = bits, U32, 0, [20:20]
+ignitionFault = bits, U32, 0, [21:21]
+isUsbConnected = bits, U32, 0, [22:22]
+dfcoActive = bits, U32, 0, [23:23]
+RPMValue = scalar, U16, 4, "RPM", 1, 0
+rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
+coolant = scalar, S16, 8, "deg C", 0.01, 0
+intake = scalar, S16, 10, "deg C", 0.01, 0
+auxTemp1 = scalar, S16, 12, "deg C", 0.01, 0
+auxTemp2 = scalar, S16, 14, "deg C", 0.01, 0
+oilTemp = scalar, S16, 16, "deg C", 0.01, 0
+fuelTemp = scalar, S16, 18, "deg C", 0.01, 0
+ambientTemp = scalar, S16, 20, "deg C", 0.01, 0
+compressorDischargeTemp = scalar, S16, 22, "deg C", 0.01, 0
+TPSValue = scalar, S16, 24, "%", 0.01, 0
+tpsADC = scalar, U16, 26, "ADC", 1, 0
+TPS2Value = scalar, S16, 28, "%", 0.01, 0
+throttlePedalPosition = scalar, S16, 30, "%", 0.01, 0
+tps1Split = scalar, S16, 32, "%", 0.01, 0
+tps2Split = scalar, S16, 34, "%", 0.01, 0
+tps12Split = scalar, S16, 36, "%", 0.01, 0
+accPedalSplit = scalar, S16, 38, "%", 0.01, 0
+rawTps1Primary = scalar, S16, 40, "V", 0.001, 0
+rawTps1Secondary = scalar, S16, 42, "V", 0.001, 0
+rawTps2Primary = scalar, S16, 44, "V", 0.001, 0
+rawTps2Secondary = scalar, S16, 46, "V", 0.001, 0
+rawPpsPrimary = scalar, S16, 48, "V", 0.001, 0
+rawPpsSecondary = scalar, S16, 50, "V", 0.001, 0
+rawBattery = scalar, S16, 52, "V", 0.001, 0
+rawClt = scalar, S16, 54, "V", 0.001, 0
+rawIat = scalar, S16, 56, "V", 0.001, 0
+rawOilPressure = scalar, S16, 58, "V", 0.001, 0
+rawLowFuelPressure = scalar, S16, 60, "V", 0.001, 0
+rawHighFuelPressure = scalar, S16, 62, "V", 0.001, 0
+rawMaf = scalar, U16, 64, "V", 0.001, 0
+rawMaf2 = scalar, U16, 66, "V", 0.001, 0
+rawMap = scalar, U16, 68, "V", 0.001, 0
+rawWastegatePosition = scalar, S16, 70, "V", 0.001, 0
+rawFuelTankLevel = scalar, U16, 72, "V", 0.001, 0
+rawAfr = scalar, U16, 74, "V", 0.001, 0
+rawAnalogInput1 = scalar, S16, 76, "V", 0.001, 0
+rawAnalogInput2 = scalar, S16, 78, "V", 0.001, 0
+rawAnalogInput3 = scalar, S16, 80, "V", 0.001, 0
+rawAnalogInput4 = scalar, S16, 82, "V", 0.001, 0
+rawAnalogInput5 = scalar, S16, 84, "V", 0.001, 0
+rawAnalogInput6 = scalar, S16, 86, "V", 0.001, 0
+rawAnalogInput7 = scalar, S16, 88, "V", 0.001, 0
+rawAnalogInput8 = scalar, S16, 90, "V", 0.001, 0
+lambdaValues1 = scalar, U16, 92, "", 1.0E-4, 0
+lambdaValues2 = scalar, U16, 94, "", 1.0E-4, 0
+lambdaValues3 = scalar, U16, 96, "", 1.0E-4, 0
+lambdaValues4 = scalar, U16, 98, "", 1.0E-4, 0
+AFRValue = scalar, U16, 100, "AFR", 0.001, 0
+AFRValue2 = scalar, U16, 102, "AFR", 0.001, 0
+afrGasolineScale = scalar, U16, 104, "AFR", 0.001, 0
+afr2GasolineScale = scalar, U16, 106, "AFR", 0.001, 0
+lowFuelPressure = scalar, S16, 108, "kpa", 0.03333333333333333, 0
+highFuelPressure = scalar, S16, 110, "bar", 0.1, 0
+fuelTankLevel = scalar, S16, 112, "%", 0.01, 0
+flexPercent = scalar, U08, 114, "%", 0.5, 0
+vehicleSpeedKph = scalar, U08, 115, "kph", 1, 0
+speedToRpmRatio = scalar, U16, 116, "value", 0.01, 0
+wheelSpeedLf = scalar, U08, 118, "", 1, 0
+wheelSpeedRf = scalar, U08, 119, "", 1, 0
+wheelSpeedLr = scalar, U08, 120, "", 1, 0
+wheelSpeedRr = scalar, U08, 121, "", 1, 0
+vvtPositionB1I = scalar, S16, 122, "deg", 0.02, 0
+tsConfigVersion = scalar, U32, 124, "", 1, 0
+vvtPositionB1E = scalar, S16, 128, "deg", 0.02, 0
+vvtPositionB2I = scalar, S16, 130, "deg", 0.02, 0
+vvtPositionB2E = scalar, S16, 132, "deg", 0.02, 0
+baroPressure = scalar, U16, 134, "kPa", 0.03333333333333333, 0
+MAPValue = scalar, U16, 136, "kPa", 0.03333333333333333, 0
+mapFast = scalar, U16, 138, "kPa", 0.03333333333333333, 0
+oilPressure = scalar, U16, 140, "kPa", 0.03333333333333333, 0
+compressorDischargePressure = scalar, U16, 142, "kPa", 0.03333333333333333, 0
+throttleInletPressure = scalar, U16, 144, "kPa", 0.03333333333333333, 0
+auxLinear1 = scalar, S16, 146, "", 0.1, 0
+auxLinear2 = scalar, S16, 148, "", 0.1, 0
+auxLinear3 = scalar, S16, 150, "", 0.1, 0
+auxLinear4 = scalar, S16, 152, "", 0.1, 0
+VBatt = scalar, U16, 154, "V", 0.001, 0
+wastegatePositionSensor = scalar, S16, 156, "%", 0.01, 0
+auxSpeed1 = scalar, U16, 158, "s", 1, 0
+auxSpeed2 = scalar, U16, 160, "s", 1, 0
+mafMeasured = scalar, U16, 162, "kg/h", 0.1, 0
+mafMeasured2 = scalar, U16, 164, "kg/h", 0.1, 0
+fuelPidCorrection1 = scalar, S16, 166, "%", 0.01, 0
+fuelPidCorrection2 = scalar, S16, 168, "%", 0.01, 0
+fuelPidCorrection3 = scalar, S16, 170, "%", 0.01, 0
+fuelPidCorrection4 = scalar, S16, 172, "%", 0.01, 0
+Gego = scalar, U16, 174, "%", 0.01, 0
+fuelFlowRate = scalar, U16, 176, "gram/s", 0.005, 0
+totalFuelConsumption = scalar, U16, 178, "grams", 1, 0
+ignitionOnTime = scalar, U16, 180, "sec", 1, 0
+engineRunTime = scalar, U16, 182, "sec", 1, 0
+distanceTraveled = scalar, U16, 184, "km", 0.1, 0
+wallFuelAmount = scalar, U16, 186, "mg", 0.01, 0
+wallFuelCorrectionValue = scalar, S16, 188, "mg", 0.01, 0
+veValue = scalar, U08, 190, "ratio", 0.5, 0
+detectedGear = scalar, U08, 191, "", 1, 0
+maxTriggerReentrant = scalar, U08, 192, "", 1, 0
+luaGauges1 = scalar, F32, 196, "value", 1, 0
+luaGauges2 = scalar, F32, 200, "value", 1, 0
+luaLastCycleDuration = scalar, U16, 204, "us", 1, 0
+luaInvocationCounter = scalar, U08, 206, "count", 1, 0
+widebandUpdateProgress = scalar, U08, 207, "%", 1, 0
+orderingErrorCounter = scalar, U08, 208, "", 1, 0
+internalMcuTemperature = scalar, S08, 209, "deg C", 1, 0
+actualLastInjection = scalar, U16, 210, "ms", 0.0033333333333333335, 0
+actualLastInjectionStage2 = scalar, U16, 212, "ms", 0.0033333333333333335, 0
+injectorDutyCycle = scalar, U08, 214, "%", 0.5, 0
+injectorDutyCycleStage2 = scalar, U08, 215, "%", 0.5, 0
+injectionOffset = scalar, S16, 216, "deg", 1, 0
+revolutionCounterSinceStart = scalar, U16, 218, "", 1, 0
+canReadCounter = scalar, U16, 220, "", 1, 0
+tpsAccelFuel = scalar, S16, 222, "ms", 0.0033333333333333335, 0
+ignitionAdvance = scalar, S16, 224, "deg", 0.02, 0
+currentIgnitionMode = scalar, U08, 226, "", 1, 0
+currentInjectionMode = scalar, U08, 227, "", 1, 0
+idleStepperTargetPosition = scalar, U08, 228, "", 1, 0
+coilDutyCycle = scalar, U16, 230, "%", 0.01, 0
+seconds = scalar, U32, 232, "sec", 1, 0
+firmwareVersion = scalar, U32, 236, "version_f", 1, 0
+accelerationLat = scalar, S16, 240, "G", 0.001, 0
+accelerationLon = scalar, S16, 242, "G", 0.001, 0
+calibrationValue = scalar, F32, 244, "", 1, 0
+calibrationValue2 = scalar, F32, 248, "", 1, 0
+calibrationMode = scalar, U08, 252, "", 1, 0
+schedulingUsedCount = scalar, U08, 253, "", 1, 0
+warningCounter = scalar, U16, 254, "count", 1, 0
+lastErrorCode = scalar, U16, 256, "error", 1, 0
+recentErrorCode1 = scalar, U16, 258, "error", 1, 0
+recentErrorCode2 = scalar, U16, 260, "error", 1, 0
+recentErrorCode3 = scalar, U16, 262, "error", 1, 0
+recentErrorCode4 = scalar, U16, 264, "error", 1, 0
+recentErrorCode5 = scalar, U16, 266, "error", 1, 0
+recentErrorCode6 = scalar, U16, 268, "error", 1, 0
+recentErrorCode7 = scalar, U16, 270, "error", 1, 0
+recentErrorCode8 = scalar, U16, 272, "error", 1, 0
+debugFloatField1 = scalar, F32, 276, "val", 1, 0
+debugFloatField2 = scalar, F32, 280, "val", 1, 0
+debugFloatField3 = scalar, F32, 284, "val", 1, 0
+debugFloatField4 = scalar, F32, 288, "val", 1, 0
+debugFloatField5 = scalar, F32, 292, "val", 1, 0
+debugFloatField6 = scalar, F32, 296, "val", 1, 0
+debugFloatField7 = scalar, F32, 300, "val", 1, 0
+debugIntField1 = scalar, U32, 304, "val", 1, 0
+debugIntField2 = scalar, U32, 308, "val", 1, 0
+debugIntField3 = scalar, U32, 312, "val", 1, 0
+debugIntField4 = scalar, S16, 316, "val", 1, 0
+debugIntField5 = scalar, S16, 318, "val", 1, 0
+egt1 = scalar, U16, 320, "deg C", 1, 0
+egt2 = scalar, U16, 322, "deg C", 1, 0
+egt3 = scalar, U16, 324, "deg C", 1, 0
+egt4 = scalar, U16, 326, "deg C", 1, 0
+egt5 = scalar, U16, 328, "deg C", 1, 0
+egt6 = scalar, U16, 330, "deg C", 1, 0
+egt7 = scalar, U16, 332, "deg C", 1, 0
+egt8 = scalar, U16, 334, "deg C", 1, 0
+fuelClosedLoopBinIdx = scalar, U08, 336, "", 1, 0
+accelerationVert = scalar, S16, 338, "G", 0.001, 0
+gyroYaw = scalar, S16, 340, "deg/sec", 0.001, 0
+turboSpeed = scalar, U16, 342, "hz", 1, 0
+ignitionAdvanceCyl1 = scalar, S16, 344, "deg", 0.02, 0
+ignitionAdvanceCyl2 = scalar, S16, 346, "deg", 0.02, 0
+ignitionAdvanceCyl3 = scalar, S16, 348, "deg", 0.02, 0
+ignitionAdvanceCyl4 = scalar, S16, 350, "deg", 0.02, 0
+ignitionAdvanceCyl5 = scalar, S16, 352, "deg", 0.02, 0
+ignitionAdvanceCyl6 = scalar, S16, 354, "deg", 0.02, 0
+ignitionAdvanceCyl7 = scalar, S16, 356, "deg", 0.02, 0
+ignitionAdvanceCyl8 = scalar, S16, 358, "deg", 0.02, 0
+ignitionAdvanceCyl9 = scalar, S16, 360, "deg", 0.02, 0
+ignitionAdvanceCyl10 = scalar, S16, 362, "deg", 0.02, 0
+ignitionAdvanceCyl11 = scalar, S16, 364, "deg", 0.02, 0
+ignitionAdvanceCyl12 = scalar, S16, 366, "deg", 0.02, 0
+sparkCutReason = scalar, S08, 368, "code", 1, 0
+fuelCutReason = scalar, S08, 369, "code", 1, 0
+instantRpm = scalar, U16, 370, "rpm", 1, 0
+testBenchIter = scalar, U16, 372, "count", 1, 0
+vssEdgeCounter = scalar, U08, 374, "", 1, 0
+fallbackMap = scalar, U16, 376, "kPa", 0.1, 0
+instantMAPValue = scalar, U16, 378, "kPa", 0.03333333333333333, 0
+maxLockedDuration = scalar, U16, 380, "us", 1, 0
+canWriteOk = scalar, U16, 382, "", 1, 0
+canWriteNotOk = scalar, U16, 384, "", 1, 0
+starterState = scalar, U08, 386, "", 1, 0
+starterRelayDisable = scalar, U08, 387, "", 1, 0
+multiSparkCounter = scalar, U08, 388, "", 1, 0
+extiOverflowCount = scalar, U08, 389, "", 1, 0
+alternatorStatus_pTerm = scalar, S16, 392, "", 0.01, 0
+alternatorStatus_iTerm = scalar, S16, 394, "", 0.01, 0
+alternatorStatus_dTerm = scalar, S16, 396, "", 0.01, 0
+alternatorStatus_output = scalar, S16, 398, "", 0.01, 0
+alternatorStatus_error = scalar, S16, 400, "", 0.01, 0
+alternatorStatus_resetCounter = scalar, U16, 402, "", 1, 0
+idleStatus_pTerm = scalar, S16, 404, "", 0.01, 0
+idleStatus_iTerm = scalar, S16, 406, "", 0.01, 0
+idleStatus_dTerm = scalar, S16, 408, "", 0.01, 0
+idleStatus_output = scalar, S16, 410, "", 0.01, 0
+idleStatus_error = scalar, S16, 412, "", 0.01, 0
+idleStatus_resetCounter = scalar, U16, 414, "", 1, 0
+etbStatus_pTerm = scalar, S16, 416, "", 0.01, 0
+etbStatus_iTerm = scalar, S16, 418, "", 0.01, 0
+etbStatus_dTerm = scalar, S16, 420, "", 0.01, 0
+etbStatus_output = scalar, S16, 422, "", 0.01, 0
+etbStatus_error = scalar, S16, 424, "", 0.01, 0
+etbStatus_resetCounter = scalar, U16, 426, "", 1, 0
+boostStatus_pTerm = scalar, S16, 428, "", 0.01, 0
+boostStatus_iTerm = scalar, S16, 430, "", 0.01, 0
+boostStatus_dTerm = scalar, S16, 432, "", 0.01, 0
+boostStatus_output = scalar, S16, 434, "", 0.01, 0
+boostStatus_error = scalar, S16, 436, "", 0.01, 0
+boostStatus_resetCounter = scalar, U16, 438, "", 1, 0
+wastegateDcStatus_pTerm = scalar, S16, 440, "", 0.01, 0
+wastegateDcStatus_iTerm = scalar, S16, 442, "", 0.01, 0
+wastegateDcStatus_dTerm = scalar, S16, 444, "", 0.01, 0
+wastegateDcStatus_output = scalar, S16, 446, "", 0.01, 0
+wastegateDcStatus_error = scalar, S16, 448, "", 0.01, 0
+wastegateDcStatus_resetCounter = scalar, U16, 450, "", 1, 0
+gppwmOutput1 = scalar, U08, 452, "%", 0.5, 0
+gppwmOutput2 = scalar, U08, 453, "%", 0.5, 0
+gppwmOutput3 = scalar, U08, 454, "%", 0.5, 0
+gppwmOutput4 = scalar, U08, 455, "%", 0.5, 0
+gppwmXAxis1 = scalar, S16, 456, "", 1, 0
+gppwmXAxis2 = scalar, S16, 458, "", 1, 0
+gppwmXAxis3 = scalar, S16, 460, "", 1, 0
+gppwmXAxis4 = scalar, S16, 462, "", 1, 0
+gppwmYAxis1 = scalar, S16, 464, "", 0.1, 0
+gppwmYAxis2 = scalar, S16, 466, "", 0.1, 0
+gppwmYAxis3 = scalar, S16, 468, "", 0.1, 0
+gppwmYAxis4 = scalar, S16, 470, "", 0.1, 0
+ignBlendParameter1 = scalar, S16, 472, "", 0.1, 0
+ignBlendParameter2 = scalar, S16, 474, "", 0.1, 0
+ignBlendParameter3 = scalar, S16, 476, "", 0.1, 0
+ignBlendParameter4 = scalar, S16, 478, "", 0.1, 0
+ignBlendBias1 = scalar, U08, 480, "%", 0.5, 0
+ignBlendBias2 = scalar, U08, 481, "%", 0.5, 0
+ignBlendBias3 = scalar, U08, 482, "%", 0.5, 0
+ignBlendBias4 = scalar, U08, 483, "%", 0.5, 0
+ignBlendOutput1 = scalar, S16, 484, "deg", 0.01, 0
+ignBlendOutput2 = scalar, S16, 486, "deg", 0.01, 0
+ignBlendOutput3 = scalar, S16, 488, "deg", 0.01, 0
+ignBlendOutput4 = scalar, S16, 490, "deg", 0.01, 0
+ignBlendYAxis1 = scalar, S16, 492, "", 0.1, 0
+ignBlendYAxis2 = scalar, S16, 494, "", 0.1, 0
+ignBlendYAxis3 = scalar, S16, 496, "", 0.1, 0
+ignBlendYAxis4 = scalar, S16, 498, "", 0.1, 0
+veBlendParameter1 = scalar, S16, 500, "", 0.1, 0
+veBlendParameter2 = scalar, S16, 502, "", 0.1, 0
+veBlendParameter3 = scalar, S16, 504, "", 0.1, 0
+veBlendParameter4 = scalar, S16, 506, "", 0.1, 0
+veBlendBias1 = scalar, U08, 508, "%", 0.5, 0
+veBlendBias2 = scalar, U08, 509, "%", 0.5, 0
+veBlendBias3 = scalar, U08, 510, "%", 0.5, 0
+veBlendBias4 = scalar, U08, 511, "%", 0.5, 0
+veBlendOutput1 = scalar, S16, 512, "%", 0.01, 0
+veBlendOutput2 = scalar, S16, 514, "%", 0.01, 0
+veBlendOutput3 = scalar, S16, 516, "%", 0.01, 0
+veBlendOutput4 = scalar, S16, 518, "%", 0.01, 0
+veBlendYAxis1 = scalar, S16, 520, "", 0.1, 0
+veBlendYAxis2 = scalar, S16, 522, "", 0.1, 0
+veBlendYAxis3 = scalar, S16, 524, "", 0.1, 0
+veBlendYAxis4 = scalar, S16, 526, "", 0.1, 0
+mapAveragingSamples = scalar, U16, 528, "", 1, 0
+dwellAccuracyRatio = scalar, U16, 530, "ratio", 0.001, 0
+mafMeasured_preFilter = scalar, U16, 532, "kg/h", 0.1, 0
+cylinderRpm1 = scalar, U16, 534, "rpm", 1, 0
+cylinderRpm2 = scalar, U16, 536, "rpm", 1, 0
+cylinderRpm3 = scalar, U16, 538, "rpm", 1, 0
+cylinderRpm4 = scalar, U16, 540, "rpm", 1, 0
+cylinderRpm5 = scalar, U16, 542, "rpm", 1, 0
+cylinderRpm6 = scalar, U16, 544, "rpm", 1, 0
+cylinderRpm7 = scalar, U16, 546, "rpm", 1, 0
+cylinderRpm8 = scalar, U16, 548, "rpm", 1, 0
+cylinderRpm9 = scalar, U16, 550, "rpm", 1, 0
+cylinderRpm10 = scalar, U16, 552, "rpm", 1, 0
+cylinderRpm11 = scalar, U16, 554, "rpm", 1, 0
+cylinderRpm12 = scalar, U16, 556, "rpm", 1, 0
+cylinderRpmDelta1 = scalar, S08, 558, "rpm", 1, 0
+cylinderRpmDelta2 = scalar, S08, 559, "rpm", 1, 0
+cylinderRpmDelta3 = scalar, S08, 560, "rpm", 1, 0
+cylinderRpmDelta4 = scalar, S08, 561, "rpm", 1, 0
+cylinderRpmDelta5 = scalar, S08, 562, "rpm", 1, 0
+cylinderRpmDelta6 = scalar, S08, 563, "rpm", 1, 0
+cylinderRpmDelta7 = scalar, S08, 564, "rpm", 1, 0
+cylinderRpmDelta8 = scalar, S08, 565, "rpm", 1, 0
+cylinderRpmDelta9 = scalar, S08, 566, "rpm", 1, 0
+cylinderRpmDelta10 = scalar, S08, 567, "rpm", 1, 0
+cylinderRpmDelta11 = scalar, S08, 568, "rpm", 1, 0
+cylinderRpmDelta12 = scalar, S08, 569, "rpm", 1, 0
+; total TS size = 572
+running_postCrankingFuelCorrection = scalar, F32, 572, "", 1, 0
+running_intakeTemperatureCoefficient = scalar, F32, 576, "", 1, 0
+running_coolantTemperatureCoefficient = scalar, F32, 580, "", 1, 0
+running_timeSinceCrankingInSecs = scalar, F32, 584, "secs", 1, 0
+running_baseFuel = scalar, U16, 588, "mg", 0.01, 0
+running_fuel = scalar, U16, 590, "mg", 0.01, 0
+totalFuelCorrection = scalar, U16, 592, "mult", 0.01, 0
+afrTableYAxis = scalar, U16, 594, "%", 0.01, 0
+targetLambda = scalar, U16, 596, "", 1.0E-4, 0
+targetAFR = scalar, U16, 598, "ratio", 0.001, 0
+stoichiometricRatio = scalar, U16, 600, "ratio", 0.001, 0
+sdTcharge_coff = scalar, F32, 604, "", 1, 0
+sdAirMassInOneCylinder = scalar, F32, 608, "g", 1, 0
+normalizedCylinderFilling = scalar, F32, 612, "%", 1, 0
+; total TS size = 616
+baseDwell = scalar, F32, 616, "ms", 1, 0
+sparkDwell = scalar, F32, 620, "ms", 1, 0
+dwellAngle = scalar, F32, 624, "deg", 1, 0
+cltTimingCorrection = scalar, S16, 628, "deg", 0.01, 0
+timingIatCorrection = scalar, S16, 630, "deg", 0.01, 0
+timingPidCorrection = scalar, S16, 632, "deg", 0.01, 0
+dfcoTimingRetard = scalar, S16, 634, "deg", 0.01, 0
+dwellVoltageCorrection = scalar, F32, 636, "", 1, 0
+luaTimingAdd = scalar, F32, 640, "deg", 1, 0
+luaTimingMult = scalar, F32, 644, "deg", 1, 0
+; total TS size = 648
+hasKnockRecently = bits, U32, 648, [0:0]
+hasKnockRetardNow = bits, U32, 648, [1:1]
+m_knockLevel = scalar, F32, 652, "Volts", 1, 0
+m_knockCyl1 = scalar, S08, 656, "dBv", 1, 0
+m_knockCyl2 = scalar, S08, 657, "dBv", 1, 0
+m_knockCyl3 = scalar, S08, 658, "dBv", 1, 0
+m_knockCyl4 = scalar, S08, 659, "dBv", 1, 0
+m_knockCyl5 = scalar, S08, 660, "dBv", 1, 0
+m_knockCyl6 = scalar, S08, 661, "dBv", 1, 0
+m_knockCyl7 = scalar, S08, 662, "dBv", 1, 0
+m_knockCyl8 = scalar, S08, 663, "dBv", 1, 0
+m_knockCyl9 = scalar, S08, 664, "dBv", 1, 0
+m_knockCyl10 = scalar, S08, 665, "dBv", 1, 0
+m_knockCyl11 = scalar, S08, 666, "dBv", 1, 0
+m_knockCyl12 = scalar, S08, 667, "dBv", 1, 0
+m_knockRetard = scalar, F32, 668, "deg", 1, 0
+m_knockThreshold = scalar, F32, 672, "", 1, 0
+m_knockCount = scalar, U32, 676, "", 1, 0
+m_maximumRetard = scalar, F32, 680, "", 1, 0
+; total TS size = 684
+m_requested_pump = scalar, F32, 684, "", 1, 0
+fuel_requested_percent = scalar, F32, 688, "", 1, 0
+fuel_requested_percent_pi = scalar, F32, 692, "", 1, 0
+noValve = bits, U32, 696, [0:0]
+angleAboveMin = bits, U32, 696, [1:1]
+isHpfpInactive = bits, U32, 696, [2:2]
+nextLobe = scalar, F32, 700, "", 1, 0
+di_nextStart = scalar, F32, 704, "v", 1, 0
+; total TS size = 708
+m_deadtime = scalar, F32, 708, "ms", 1, 0
+pressureDelta = scalar, F32, 712, "kPa", 1, 0
+pressureRatio = scalar, F32, 716, "", 1, 0
+; total TS size = 720
+combinedConditions = bits, U32, 720, [0:0]
+launchActivatePinState = bits, U32, 720, [1:1]
+isLaunchCondition = bits, U32, 720, [2:2]
+isSwitchActivated = bits, U32, 720, [3:3]
+isClutchActivated = bits, U32, 720, [4:4]
+isValidInputPin = bits, U32, 720, [5:5]
+activateSwitchCondition = bits, U32, 720, [6:6]
+rpmCondition = bits, U32, 720, [7:7]
+speedCondition = bits, U32, 720, [8:8]
+tpsCondition = bits, U32, 720, [9:9]
+retardThresholdRpm = scalar, U16, 724, "", 1, 0
+; total TS size = 728
+isAntilagCondition = bits, U32, 728, [0:0]
+ALSMinRPMCondition = bits, U32, 728, [1:1]
+ALSMaxRPMCondition = bits, U32, 728, [2:2]
+ALSMinCLTCondition = bits, U32, 728, [3:3]
+ALSMaxCLTCondition = bits, U32, 728, [4:4]
+ALSMaxThrottleIntentCondition = bits, U32, 728, [5:5]
+isALSSwitchActivated = bits, U32, 728, [6:6]
+ALSActivatePinState = bits, U32, 728, [7:7]
+ALSSwitchCondition = bits, U32, 728, [8:8]
+ALSTimerCondition = bits, U32, 728, [9:9]
+fuelALSCorrection = scalar, F32, 732, "", 1, 0
+timingALSCorrection = scalar, S16, 736, "deg", 0.01, 0
+; total TS size = 740
+Boost_isBelowClosedLoopThreshold = bits, U32, 740, [0:0]
+Boost_isZeroRpm = bits, U32, 740, [1:1]
+Boost_rpmTooLow = bits, U32, 740, [2:2]
+Boost_tpsTooLow = bits, U32, 740, [3:3]
+Boost_mapTooLow = bits, U32, 740, [4:4]
+Boost_luaTargetMult = scalar, F32, 744, "", 1, 0
+Boost_luaTargetAdd = scalar, S16, 748, "percent", 0.5, 0
+Boost_boostControlTarget = scalar, S16, 750, "kPa", 0.03333333333333333, 0
+Boost_luaOpenLoopAdd = scalar, F32, 752, "percent", 1, 0
+Boost_openLoopPart = scalar, U08, 756, "percent", 0.5, 0
+Boost_boostControllerClosedLoopPart = scalar, S08, 757, "%", 0.5, 0
+Boost_boostOutput = scalar, S16, 758, "percent", 0.01, 0
+Boost_boostOpenLoopBlendParameter1 = scalar, S16, 760, "", 0.1, 0
+Boost_boostOpenLoopBlendParameter2 = scalar, S16, 762, "", 0.1, 0
+Boost_boostOpenLoopBlendBias1 = scalar, U08, 764, "%", 0.5, 0
+Boost_boostOpenLoopBlendBias2 = scalar, U08, 765, "%", 0.5, 0
+Boost_boostOpenLoopBlendOutput1 = scalar, S08, 766, "%", 1, 0
+Boost_boostOpenLoopBlendOutput2 = scalar, S08, 767, "%", 1, 0
+Boost_boostOpenLoopBlendYAxis1 = scalar, S16, 768, "", 1, 0
+Boost_boostOpenLoopBlendYAxis2 = scalar, S16, 770, "", 1, 0
+Boost_boostClosedLoopBlendParameter1 = scalar, S16, 772, "", 0.1, 0
+Boost_boostClosedLoopBlendParameter2 = scalar, S16, 774, "", 0.1, 0
+Boost_boostClosedLoopBlendBias1 = scalar, U08, 776, "%", 0.5, 0
+Boost_boostClosedLoopBlendBias2 = scalar, U08, 777, "%", 0.5, 0
+Boost_boostClosedLoopBlendOutput1 = scalar, S16, 778, "%", 0.1, 0
+Boost_boostClosedLoopBlendOutput2 = scalar, S16, 780, "%", 0.1, 0
+Boost_boostClosedLoopBlendYAxis1 = scalar, S16, 782, "", 1, 0
+Boost_boostClosedLoopBlendYAxis2 = scalar, S16, 784, "", 1, 0
+Boost_boostOpenLoopXAxisValue = scalar, S16, 786, "", 1, 0
+Boost_boostOpenLoopYAxisValue = scalar, S16, 788, "", 1, 0
+Boost_boostClosedLoopXAxisValue = scalar, S16, 790, "", 1, 0
+Boost_boostClosedLoopYAxisValue = scalar, S16, 792, "", 1, 0
+; total TS size = 796
+AC_acButtonState = bits, U32, 796, [0:0]
+AC_acPressureSwitchState = bits, U32, 796, [1:1]
+AC_m_acEnabled = bits, U32, 796, [2:2]
+AC_engineTooSlow = bits, U32, 796, [3:3]
+AC_engineTooFast = bits, U32, 796, [4:4]
+AC_noClt = bits, U32, 796, [5:5]
+AC_engineTooHot = bits, U32, 796, [6:6]
+AC_tpsTooHigh = bits, U32, 796, [7:7]
+AC_isDisabledByLua = bits, U32, 796, [8:8]
+AC_acCompressorState = bits, U32, 796, [9:9]
+; total TS size = 800
+Fan_1_disabledWhileEngineStopped = bits, U32, 800, [0:0]
+Fan_1_brokenClt = bits, U32, 800, [1:1]
+Fan_1_enabledForAc = bits, U32, 800, [2:2]
+Fan_1_hot = bits, U32, 800, [3:3]
+Fan_1_cold = bits, U32, 800, [4:4]
+Fan_1_m_state = bits, U32, 800, [5:5]
+Fan_1_fanDuty = scalar, U08, 804, "%", 0.5, 0
+Fan_1_fanXAxisValue = scalar, F32, 808, "", 1, 0
+; total TS size = 812
+Fan_2_disabledWhileEngineStopped = bits, U32, 812, [0:0]
+Fan_2_brokenClt = bits, U32, 812, [1:1]
+Fan_2_enabledForAc = bits, U32, 812, [2:2]
+Fan_2_hot = bits, U32, 812, [3:3]
+Fan_2_cold = bits, U32, 812, [4:4]
+Fan_2_m_state = bits, U32, 812, [5:5]
+Fan_2_fanDuty = scalar, U08, 816, "%", 0.5, 0
+Fan_2_fanXAxisValue = scalar, F32, 820, "", 1, 0
+; total TS size = 824
+isPrime = bits, U32, 824, [0:0]
+engineTurnedRecently = bits, U32, 824, [1:1]
+isFuelPumpOn = bits, U32, 824, [2:2]
+ignitionOn = bits, U32, 824, [3:3]
+; total TS size = 828
+isBenchTest = bits, U32, 828, [0:0]
+hasIgnitionVoltage = bits, U32, 828, [1:1]
+mainRelayState = bits, U32, 828, [2:2]
+delayedShutoffRequested = bits, U32, 828, [3:3]
+; total TS size = 832
+lua_fuelAdd = scalar, F32, 832, "g", 1, 0
+lua_fuelMult = scalar, F32, 836, "", 1, 0
+lua_clutchUpState = bits, U32, 840, [0:0]
+lua_brakePedalState = bits, U32, 840, [1:1]
+lua_acRequestState = bits, U32, 840, [2:2]
+lua_luaDisableEtb = bits, U32, 840, [3:3]
+lua_luaIgnCut = bits, U32, 840, [4:4]
+sd_tCharge = scalar, S16, 844, "deg C", 0.01, 0
+sd_tChargeK = scalar, F32, 848, "", 1, 0
+crankingFuel_coolantTemperatureCoefficient = scalar, F32, 852, "", 1, 0
+crankingFuel_tpsCoefficient = scalar, F32, 856, "", 1, 0
+crankingFuel_durationCoefficient = scalar, F32, 860, "", 1, 0
+crankingFuel_fuel = scalar, U16, 864, "mg", 0.01, 0
+baroCorrection = scalar, F32, 868, "", 1, 0
+hellenBoardId = scalar, S16, 872, "id", 1, 0
+mapAveragingDuration = scalar, U16, 874, "deg", 0.01, 0
+clutchUpState = bits, U32, 876, [0:0]
+clutchDownState = bits, U32, 876, [1:1]
+brakePedalState = bits, U32, 876, [2:2]
+startStopState = bits, U32, 876, [3:3]
+doSplitInjection = bits, U32, 876, [4:4]
+pgState = bits, U32, 876, [5:5]
+fuelInjectionCounter = scalar, U16, 880, "", 1, 0
+sparkCounter = scalar, U16, 882, "", 1, 0
+fuelingLoad = scalar, F32, 884, "", 1, 0
+ignitionLoad = scalar, F32, 888, "", 1, 0
+veTableYAxis = scalar, U16, 892, "%", 0.01, 0
+idleVeTableYAxis = scalar, U16, 894, "%", 0.01, 0
+airflowEstimate = scalar, U16, 896, "kg/h", 0.1, 0
+startStopStateToggleCounter = scalar, U16, 898, "", 1, 0
+mapPerCylinder1 = scalar, U08, 900, "kPa", 1, 0
+mapPerCylinder2 = scalar, U08, 901, "kPa", 1, 0
+mapPerCylinder3 = scalar, U08, 902, "kPa", 1, 0
+mapPerCylinder4 = scalar, U08, 903, "kPa", 1, 0
+mapPerCylinder5 = scalar, U08, 904, "kPa", 1, 0
+mapPerCylinder6 = scalar, U08, 905, "kPa", 1, 0
+mapPerCylinder7 = scalar, U08, 906, "kPa", 1, 0
+mapPerCylinder8 = scalar, U08, 907, "kPa", 1, 0
+mapPerCylinder9 = scalar, U08, 908, "kPa", 1, 0
+mapPerCylinder10 = scalar, U08, 909, "kPa", 1, 0
+mapPerCylinder11 = scalar, U08, 910, "kPa", 1, 0
+mapPerCylinder12 = scalar, U08, 911, "kPa", 1, 0
+; total TS size = 912
+tpsFrom = scalar, F32, 912, "", 1, 0
+tpsTo = scalar, F32, 916, "", 1, 0
+deltaTps = scalar, F32, 920, "", 1, 0
+extraFuel = scalar, F32, 924, "", 1, 0
+valueFromTable = scalar, F32, 928, "", 1, 0
+isAboveAccelThreshold = bits, U32, 932, [0:0]
+isBelowDecelThreshold = bits, U32, 932, [1:1]
+isTimeToResetAccumulator = bits, U32, 932, [2:2]
+isFractionalEnrichment = bits, U32, 932, [3:3]
+belowEpsilon = bits, U32, 932, [4:4]
+tooShort = bits, U32, 932, [5:5]
+fractionalInjFuel = scalar, F32, 936, "", 1, 0
+accumulatedValue = scalar, F32, 940, "", 1, 0
+maxExtraPerCycle = scalar, F32, 944, "", 1, 0
+maxExtraPerPeriod = scalar, F32, 948, "", 1, 0
+maxInjectedPerPeriod = scalar, F32, 952, "", 1, 0
+cycleCnt = scalar, S32, 956, "", 1, 0
+; total TS size = 960
+mapVvt_MAP_AT_SPECIAL_POINT = scalar, U16, 960, "kPa", 0.03333333333333333, 0
+mapVvt_MAP_AT_DIFF = scalar, S16, 962, "kPa", 0.03333333333333333, 0
+currentEngineDecodedPhase = scalar, U16, 964, "deg", 0.1, 0
+triggerToothAngleError = scalar, S16, 966, "deg", 0.01, 0
+triggerIgnoredToothCount = scalar, U08, 968, "", 1, 0
+; total TS size = 972
+Trg_triggerSyncGapRatio = scalar, F32, 972, "", 1, 0
+Trg_crankSynchronizationCounter = scalar, U16, 976, "", 1, 0
+Trg_triggerErrorCounter = scalar, U16, 978, "", 1, 0
+Trg_triggerStateIndex = scalar, U08, 980, "", 1, 0
+Trg_edgeCountRise = scalar, U16, 982, "", 1, 0
+Trg_edgeCountFall = scalar, U16, 984, "", 1, 0
+; total TS size = 988
+VVT_B1I_triggerSyncGapRatio = scalar, F32, 988, "", 1, 0
+VVT_B1I_crankSynchronizationCounter = scalar, U16, 992, "", 1, 0
+VVT_B1I_triggerErrorCounter = scalar, U16, 994, "", 1, 0
+VVT_B1I_triggerStateIndex = scalar, U08, 996, "", 1, 0
+VVT_B1I_edgeCountRise = scalar, U16, 998, "", 1, 0
+VVT_B1I_edgeCountFall = scalar, U16, 1000, "", 1, 0
+; total TS size = 1004
+VVT_B1E_triggerSyncGapRatio = scalar, F32, 1004, "", 1, 0
+VVT_B1E_crankSynchronizationCounter = scalar, U16, 1008, "", 1, 0
+VVT_B1E_triggerErrorCounter = scalar, U16, 1010, "", 1, 0
+VVT_B1E_triggerStateIndex = scalar, U08, 1012, "", 1, 0
+VVT_B1E_edgeCountRise = scalar, U16, 1014, "", 1, 0
+VVT_B1E_edgeCountFall = scalar, U16, 1016, "", 1, 0
+; total TS size = 1020
+VVT_B2I_triggerSyncGapRatio = scalar, F32, 1020, "", 1, 0
+VVT_B2I_crankSynchronizationCounter = scalar, U16, 1024, "", 1, 0
+VVT_B2I_triggerErrorCounter = scalar, U16, 1026, "", 1, 0
+VVT_B2I_triggerStateIndex = scalar, U08, 1028, "", 1, 0
+VVT_B2I_edgeCountRise = scalar, U16, 1030, "", 1, 0
+VVT_B2I_edgeCountFall = scalar, U16, 1032, "", 1, 0
+; total TS size = 1036
+VVT_B2E_triggerSyncGapRatio = scalar, F32, 1036, "", 1, 0
+VVT_B2E_crankSynchronizationCounter = scalar, U16, 1040, "", 1, 0
+VVT_B2E_triggerErrorCounter = scalar, U16, 1042, "", 1, 0
+VVT_B2E_triggerStateIndex = scalar, U08, 1044, "", 1, 0
+VVT_B2E_edgeCountRise = scalar, U16, 1046, "", 1, 0
+VVT_B2E_edgeCountFall = scalar, U16, 1048, "", 1, 0
+; total TS size = 1052
+Trg_m_camResyncCounter = scalar, U08, 1052, "", 1, 0
+Trg_m_phaseAdjustment = scalar, U16, 1054, "", 1, 0
+Trg_m_hasSynchronizedPhase = bits, U32, 1056, [0:0]
+; total TS size = 1060
+wallFuelCorrection = scalar, F32, 1060, "mg", 1, 0
+wallFuel = scalar, F32, 1064, "mg", 1, 0
+; total TS size = 1068
+Idle_mightResetPid = bits, U32, 1068, [0:0]
+Idle_wasResetPid = bits, U32, 1068, [1:1]
+Idle_isCranking = bits, U32, 1068, [2:2]
+Idle_isIacTableForCoasting = bits, U32, 1068, [3:3]
+Idle_notIdling = bits, U32, 1068, [4:4]
+Idle_isBlipping = bits, U32, 1068, [5:5]
+Idle_looksLikeRunning = bits, U32, 1068, [6:6]
+Idle_looksLikeCoasting = bits, U32, 1068, [7:7]
+Idle_looksLikeCrankToIdle = bits, U32, 1068, [8:8]
+Idle_isIdleCoasting = bits, U32, 1068, [9:9]
+Idle_isIdleClosedLoop = bits, U32, 1068, [10:10]
+Idle_targetRpmByClt = scalar, U16, 1072, "", 1, 0
+Idle_targetRpmAcBump = scalar, U16, 1074, "", 1, 0
+Idle_luaAddRpm = scalar, F32, 1076, "", 1, 0
+Idle_idleTarget = scalar, U16, 1080, "", 1, 0
+Idle_idleEntryRpm = scalar, U16, 1082, "", 1, 0
+Idle_idleExitRpm = scalar, U16, 1084, "", 1, 0
+Idle_luaAdd = scalar, F32, 1088, "", 1, 0
+Idle_iacByTpsTaper = scalar, F32, 1092, "", 1, 0
+Idle_iacByRpmTaper = scalar, F32, 1096, "", 1, 0
+Idle_openLoopBase = scalar, U08, 1100, "%", 0.5, 0
+Idle_openLoopAcBump = scalar, U08, 1101, "%", 1, 0
+Idle_openLoopFanBump = scalar, U08, 1102, "%", 1, 0
+Idle_openLoop = scalar, U08, 1103, "%", 0.5, 0
+Idle_idleClosedLoop = scalar, F32, 1104, "", 1, 0
+Idle_currentIdlePosition = scalar, F32, 1108, "%", 1, 0
+Idle_idleTargetAirmass = scalar, U16, 1112, "mg", 1, 0
+Idle_idleTargetFlow = scalar, U16, 1114, "kg/h", 0.01, 0
+; total TS size = 1116
+ETB_1_m_wastegatePosition = scalar, F32, 1116, "%", 1, 0
+ETB_1_m_baseTarget = scalar, S16, 1120, "%", 0.01, 0
+ETB_1_m_trim = scalar, S16, 1122, "%", 0.01, 0
+ETB_1_luaAdjustment = scalar, F32, 1124, "%", 1, 0
+ETB_1_m_adjustedTarget = scalar, S16, 1128, "%", 0.01, 0
+ETB_1_m_feedForward = scalar, S16, 1130, "%", 0.01, 0
+ETB_1_m_error = scalar, S16, 1132, "%", 0.01, 0
+ETB_1_m_outputDuty = scalar, S16, 1134, "%", 0.01, 0
+ETB_1_revLimitActive = bits, U32, 1136, [0:0]
+ETB_1_jamDetected = bits, U32, 1136, [1:1]
+ETB_1_etbTpsErrorCounter = scalar, U16, 1140, "count", 1, 0
+ETB_1_etbPpsErrorCounter = scalar, U16, 1142, "count", 1, 0
+ETB_1_jamTimer = scalar, U16, 1144, "sec", 0.01, 0
+ETB_1_etbErrorCode = scalar, S08, 1146, "", 1, 0
+; total TS size = 1148
+ETB_2_m_wastegatePosition = scalar, F32, 1148, "%", 1, 0
+ETB_2_m_baseTarget = scalar, S16, 1152, "%", 0.01, 0
+ETB_2_m_trim = scalar, S16, 1154, "%", 0.01, 0
+ETB_2_luaAdjustment = scalar, F32, 1156, "%", 1, 0
+ETB_2_m_adjustedTarget = scalar, S16, 1160, "%", 0.01, 0
+ETB_2_m_feedForward = scalar, S16, 1162, "%", 0.01, 0
+ETB_2_m_error = scalar, S16, 1164, "%", 0.01, 0
+ETB_2_m_outputDuty = scalar, S16, 1166, "%", 0.01, 0
+ETB_2_revLimitActive = bits, U32, 1168, [0:0]
+ETB_2_jamDetected = bits, U32, 1168, [1:1]
+ETB_2_etbTpsErrorCounter = scalar, U16, 1172, "count", 1, 0
+ETB_2_etbPpsErrorCounter = scalar, U16, 1174, "count", 1, 0
+ETB_2_jamTimer = scalar, U16, 1176, "sec", 0.01, 0
+ETB_2_etbErrorCode = scalar, S08, 1178, "", 1, 0
+; total TS size = 1180
+WBO_1_faultCode = scalar, U08, 1180, "", 1, 0
+WBO_1_heaterDuty = scalar, U08, 1181, "%", 1, 0
+WBO_1_pumpDuty = scalar, U08, 1182, "%", 1, 0
+WBO_1_tempC = scalar, U16, 1184, "C", 1, 0
+WBO_1_nernstVoltage = scalar, U16, 1186, "V", 0.001, 0
+WBO_1_esr = scalar, U16, 1188, "ohm", 1, 0
+; total TS size = 1192
+WBO_2_faultCode = scalar, U08, 1192, "", 1, 0
+WBO_2_heaterDuty = scalar, U08, 1193, "%", 1, 0
+WBO_2_pumpDuty = scalar, U08, 1194, "%", 1, 0
+WBO_2_tempC = scalar, U16, 1196, "C", 1, 0
+WBO_2_nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
+WBO_2_esr = scalar, U16, 1200, "ohm", 1, 0
+; total TS size = 1204
+Throttle_model_m_useWotModel = bits, U32, 1204, [0:0]
+Throttle_model_m_crossoverAngle = scalar, S16, 1208, "%", 0.01, 0
+Throttle_model_m_flowEstimate = scalar, F32, 1212, "g/s", 1, 0
+; total TS size = 1216
+VVT_B1I_targetYAxis = scalar, S16, 1216, "", 0.1, 0
+VVT_B1I_vvtTarget = scalar, U16, 1218, "deg", 0.1, 0
+VVT_B1I_vvtOutput = scalar, U08, 1220, "%", 0.5, 0
+VVT_B1I_pidState_pTerm = scalar, S16, 1224, "", 0.01, 0
+VVT_B1I_pidState_iTerm = scalar, S16, 1226, "", 0.01, 0
+VVT_B1I_pidState_dTerm = scalar, S16, 1228, "", 0.01, 0
+VVT_B1I_pidState_output = scalar, S16, 1230, "", 0.01, 0
+VVT_B1I_pidState_error = scalar, S16, 1232, "", 0.01, 0
+VVT_B1I_pidState_resetCounter = scalar, U16, 1234, "", 1, 0
+; total TS size = 1236
+VVT_B1E_targetYAxis = scalar, S16, 1236, "", 0.1, 0
+VVT_B1E_vvtTarget = scalar, U16, 1238, "deg", 0.1, 0
+VVT_B1E_vvtOutput = scalar, U08, 1240, "%", 0.5, 0
+VVT_B1E_pidState_pTerm = scalar, S16, 1244, "", 0.01, 0
+VVT_B1E_pidState_iTerm = scalar, S16, 1246, "", 0.01, 0
+VVT_B1E_pidState_dTerm = scalar, S16, 1248, "", 0.01, 0
+VVT_B1E_pidState_output = scalar, S16, 1250, "", 0.01, 0
+VVT_B1E_pidState_error = scalar, S16, 1252, "", 0.01, 0
+VVT_B1E_pidState_resetCounter = scalar, U16, 1254, "", 1, 0
+; total TS size = 1256
+VVT_B2I_targetYAxis = scalar, S16, 1256, "", 0.1, 0
+VVT_B2I_vvtTarget = scalar, U16, 1258, "deg", 0.1, 0
+VVT_B2I_vvtOutput = scalar, U08, 1260, "%", 0.5, 0
+VVT_B2I_pidState_pTerm = scalar, S16, 1264, "", 0.01, 0
+VVT_B2I_pidState_iTerm = scalar, S16, 1266, "", 0.01, 0
+VVT_B2I_pidState_dTerm = scalar, S16, 1268, "", 0.01, 0
+VVT_B2I_pidState_output = scalar, S16, 1270, "", 0.01, 0
+VVT_B2I_pidState_error = scalar, S16, 1272, "", 0.01, 0
+VVT_B2I_pidState_resetCounter = scalar, U16, 1274, "", 1, 0
+; total TS size = 1276
+VVT_B2E_targetYAxis = scalar, S16, 1276, "", 0.1, 0
+VVT_B2E_vvtTarget = scalar, U16, 1278, "deg", 0.1, 0
+VVT_B2E_vvtOutput = scalar, U08, 1280, "%", 0.5, 0
+VVT_B2E_pidState_pTerm = scalar, S16, 1284, "", 0.01, 0
+VVT_B2E_pidState_iTerm = scalar, S16, 1286, "", 0.01, 0
+VVT_B2E_pidState_dTerm = scalar, S16, 1288, "", 0.01, 0
+VVT_B2E_pidState_output = scalar, S16, 1290, "", 0.01, 0
+VVT_B2E_pidState_error = scalar, S16, 1292, "", 0.01, 0
+VVT_B2E_pidState_resetCounter = scalar, U16, 1294, "", 1, 0
+; total TS size = 1296
+lambdaCurrentlyGood = bits, U32, 1296, [0:0]
+lambdaMonitorCut = bits, U32, 1296, [1:1]
+lambdaTimeSinceGood = scalar, U16, 1300, "sec", 0.01, 0
+; total TS size = 1304
+
+
+ time = { timeNow }
+
+ egoCorrectionForVeAnalyze = { 100 + fuelPidCorrection1 }
+
+ wbo1_hasFault = { widebandMode && (WBO_1_faultCode >= 3) }
+ wbo2_hasFault = { widebandMode && (WBO_2_faultCode >= 3) }
+
+[PcVariables]
+ pwmAxisLabels = bits, U08, [0:5], "Zero", "TPS %", "MAP kPa", "CLT C", "IAT C", "Fuel Load", "Ignition Load", "Aux Temp 1 C", "Aux Temp 2 C", "Accel Pedal %", "Battery Voltage Volts", "VVT 1 I Deg", "VVT 1 E Deg", "VVT 2 I Deg", "VVT 2 E Deg", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1 %", "GPPWM Output 2 %", "GPPWM Output 3 %", "GPPWM Output 4 %", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure kPa", "EGT 1 C", "EGT 2 C", "Aux Linear 3", "Aux Linear 4", "Vehicle Speed KPH", "Oil pressure kPa", "Oil temp C", "AC State"
+
+ wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1
+ wueAnalRecommend = array, U08, [ 16], "%", 1.00, 0.0, 100, 255.00, 0
+
+; wall of debug mode :)
+; https://rusefi.com/wiki/index.php?title=Manual:Debug_fields
+; Alternator TPS Acceleration Idle Engine Load Acc Trigger Counters VVT1 PID Cranking Ignition Timing Fu Corr VSS SD Card Knock Wall Wetting ETB PID Executor InstantRpm CJ125 CAN MAP TLE8888 Analog inputs 2 Start ETB Autotune DYNO_VIEW LOGIC_ANALYZER Wideband TCU Lua VVT2 PID VVT3 PID VVT4 PID
+; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
+; DBG_ALTERNATOR_PID DBG_TPS_ACCEL DBG_IDLE_CONTROL
+ debugFieldF1List = bits, U08, [0:7], "Alt: Controller Output", "From TPS", "", "Idle: Controller Output", "Idle output", " ", "", "VVT1: Controller Output"," ", "", "Ign IAT Corr", "", "", "Total SD", "last volts", "", "WW: Alpha", "ETB Controller Output", "", "", "df1", "df1", "InstantRpm", "", "24:df1", "CJ125: output", "", "MAP Average", "", "", "", "", "TPS1 Pri/Sec Diff", "", "", "", "","S unused" "", "Osc Amplitude", "", "", "", "" , "VSS", "", "WB: Pump DAC duty", "", "Lua Debug 1", "VVT2: Controller Output","VVT3: Controller Output","VVT4: Controller Output"
+ debugFieldF2List = bits, U08, [0:7], "Alt: I Term", "To TPS", "", "Idle: I Term", "Idle df2", " ", "", "VVT1: I Term", " ", "", "Ign CLT Corr", "", "", "Write Cnt","last filtered","", "WW: Beta", "ETB I Term", "", "", "df2", "df2", "InstantRPM Ratio","", "24:df2", "CJ125: i term", "", "MAP Duration", "", "", "", "", "TPS2 Pri/Sec Diff", "", "", "", "","S unused" "", "Duty Amplitude", "", "", "", "" , "Speed", "", "WB: ESR", "", "Lua Debug 2", "VVT2: I Term", "VVT3: I Term", "VVT4: I Term"
+ debugFieldF3List = bits, U08, [0:7], "Alt: Previous Error", "Current TPS<>TPS", "", "Idle: prev error", "Idle df3", "ICU sum", "", "VVT1: prev error", "", "", "", "", "", "Sync Cnt", "", "", "WW: film mass", "ETB err", "", "", "df3", "df3", "22df3", "", "24:df3", "CJ125: err", "", "MAP Fast", "", "", "", "", "TPS1/2 Diff", "", "", "", "","S unused" "", "Tu", "", "", "", "" , "DeltaSpeed", "", "WB: Nernst Voltage", "", "Lua Debug 3", "VVT2: prev error", "VVT3: prev error", "VVT4: prev error"
+ debugFieldF4List = bits, U08, [0:7], "Alt: I Gain", "Extra Fuel", "", "Idle: I Gain", "Idle df4", " ", "", "VVT1: I Gain", "", "", "Ign PID Adj", "", "", "File Cnt", "", "", "WW: m_cmd", "ETB I setting", "", "", "df4", "df4", "22df4", "", "24:df4", "CJ125: UA", "", "MAP Estimate", "", "", "", "", "Acc Pedal Pri/Sec Diff","", "", "", "","S unused" "", "Ku", "", "", "", "", "accel", "", "WB: Lambda", "", "Lua Debug 4", "VVT2: I Gain", "VVT3: I Gain", "VVT4: I Gain"
+ debugFieldF5List = bits, U08, [0:7], "Alt: D Gain", "df5", "", "Idle: D Gain", "Idle df5", " ", "df5", "VVT1: D Gain", "", "", "", "", "", "", "", "", "WW: film mass next","ETB D setting", "df5", "df5", "df5", "df5", "22df5", "", "24:df5", "CJ125: UR", "", "MAP Instant", "", "", "", "", "TPS1 Pri/Sec Ratio", "", "", "", "","S unused" "", "Kp", "", "", "", "", "", "", "", "", "Lua Debug 5", "VVT2: D Gain", "VVT3: D Gain", "VVT4: D Gain"
+ debugFieldF6List = bits, U08, [0:7], "Alt: D Term", "", "", "Idle: D Term", "Idle df6", " ", "", "VVT1: D Term", "", "", "", "", "", "", "", "", "", "ETB df6", "", "", "df6", "df6", "22df6", "", "24:df6", "cj: f7", "", "", "", "", "", "", "", "", "", "", "","S unused" "", "Ki", "", "", "", "", "", "", "", "", "Lua Debug 6", "VVT2: D Term", "VVT3: D Term", "VVT4: D Term"
+ debugFieldF7List = bits, U08, [0:7], "Alt: Max-Value", "", "", "Idle: Max-Value", "Idle df7", "", "", "VVT1: Max-Value", "", "", "", "", "", "", "", "", "", "ETB df7", "", "", "df7", "df7", "22df7", "", "24:df7", "cj: f7", "", "", "", "", "", "", "", "", "", "", "","S unused" "", "Kd", "", "", "", "", "", "", "", "", "Lua Debug 7", "", "", ""
+ debugFieldI1List = bits, U08, [0:7], "Alt: P Gain", "", "", "Idle: P Gain", "Idle di1", " ", "", "VVT1: P Gain", " ", "Cycle Counter", "Multispark Count", "", "", "", "hip corr", "", "", "ETB P-Gain", "t counter", "", "di1", "di1", "Spark Event Gap","", "24:di1", "CJ125: state", "read count","MAP counter", "", "", "", "SPI Counter", "", "", "", "", "","Start Count", "", "", "", "", "", "", "deltatime", "", "", "Solenoid 1 State", "Lua memory used","VVT2: P Gain", "VVT3: P Gain", "VVT4: P Gain"
+ debugFieldI2List = bits, U08, [0:7], "Alt: Offset", "", "", "Idle: Offset", "Idle di2", " ", "", "VVT1: Offset", "", "", "", "", "", "", "hip incor", "", "", "ETB di2", "invocationcounter", "", "di2", "di2", "Inj Event Gap", "", "24:di2", "", "write count","MAP raw ADC", "", "", "", "Latest Transmit","", "", "", "", "","Starter Enable", "", "", "", "", "", "", "", "", "", "Solenoid 2 State", "", "VVT2: Offset", "VVT3: Offset", "VVT4: Offset"
+ debugFieldI3List = bits, U08, [0:7], "Alt: Reset Cnt", "", "", "Idle: Reset Cnt", "Idle di3", " ", "", "VVT1: 10xTarget", "", "", "", "", "", "", "", "", "", "ETB di3", "s counter", "", "di3", "di3", "22di3", "", "24:di3", "", "write err", "", "", "", "", "Latest Received","", "", "", "", "","Starter Disable","", "", "", "", "", "", "", "", "", "Solenoid 3 State", "", "VVT2: 10xTarger", "VVT3: 10xTarger", "VVT4: 10xTarger"
+ debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
+ debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
+
+ wboFaultCodeList = bits, U08, [0:3], "preheat", "warmup", "running", "failed to heat", "overheat", "underheat", "no supply"
+
+ injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
+ ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
+
+; ClearReason
+ fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua", "ACR", "Lambda Prot"
+
+; TpsState
+ etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "INVALID", "Lua", "INVALID", "N/A", "Redundancy", "PPS noise"
+
+[ConstantsExtensions]
+ ; defaultValue is used to provide TunerStudio with a value to use in the case of
+ ; the constant not yet being initialized. This is primarily important if the
+ ; constant is used as a variable in the ini.
+ ; defaultValue = constantName, value;
+ defaultValue = wueAfrTargetOffset, -1.5 -1.4 -1.15 -0.95 -0.775 -0.65 -0.5625 -0.5 -0.4375 -0.375 -0.3125 -0.25 -0.1875 -0.125 -0.0625 0
+
+ ; this magic is best described in output_channels.txt search for 'maintainConstantValue'
+ ; TPS 1 Primary
+ maintainConstantValue = tpsMax, { (calibrationMode == 1 ) ? calibrationValue : tpsMax }
+ maintainConstantValue = tpsMin, { (calibrationMode == 2 ) ? calibrationValue : tpsMin }
+
+ ; TPS 1 Secondary
+ maintainConstantValue = tps1SecondaryMax, { (calibrationMode == 6 ) ? calibrationValue : tps1SecondaryMax }
+ maintainConstantValue = tps1SecondaryMin, { (calibrationMode == 7 ) ? calibrationValue : tps1SecondaryMin }
+
+ ; TPS 2 Primary
+ maintainConstantValue = tps2Max, { (calibrationMode == 8 ) ? calibrationValue : tps2Max }
+ maintainConstantValue = tps2Min, { (calibrationMode == 9 ) ? calibrationValue : tps2Min }
+
+ ; TPS 2 Secondary
+ maintainConstantValue = tps2SecondaryMax, { (calibrationMode == 10 ) ? calibrationValue : tps2SecondaryMax }
+ maintainConstantValue = tps2SecondaryMin, { (calibrationMode == 11 ) ? calibrationValue : tps2SecondaryMin }
+
+ ; ETB Auto Gain Calibration
+ maintainConstantValue = etb_pFactor, { (calibrationMode == 3 ) ? calibrationValue : etb_pFactor }
+ maintainConstantValue = etb_iFactor, { (calibrationMode == 4 ) ? calibrationValue : etb_iFactor }
+ maintainConstantValue = etb_dFactor, { (calibrationMode == 5 ) ? calibrationValue : etb_dFactor }
+
+ maintainConstantValue = throttlePedalUpVoltage, { (calibrationMode == 12 ) ? calibrationValue : throttlePedalUpVoltage }
+ maintainConstantValue = throttlePedalSecondaryUpVoltage, { (calibrationMode == 12 ) ? calibrationValue2 : throttlePedalSecondaryUpVoltage }
+
+ maintainConstantValue = throttlePedalWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue : throttlePedalWOTVoltage }
+ maintainConstantValue = throttlePedalSecondaryWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue2 : throttlePedalSecondaryWOTVoltage }
+
+ requiresPowerCycle = etb_use_two_wires
+ requiresPowerCycle = etbFreq
+ requiresPowerCycle = etbFunctions1
+ requiresPowerCycle = etbFunctions2
+
+ requiresPowerCycle = idle_solenoidFrequency
+ requiresPowerCycle = boostPwmFrequency
+ requiresPowerCycle = alternatorPwmFrequency
+ requiresPowerCycle = vvtOutputFrequency
+ requiresPowerCycle = vvtPins1
+ requiresPowerCycle = vvtPins2
+ requiresPowerCycle = vvtPins3
+ requiresPowerCycle = vvtPins4
+
+ requiresPowerCycle = auxAnalogInputs1
+ requiresPowerCycle = auxAnalogInputs2
+ requiresPowerCycle = auxAnalogInputs3
+ requiresPowerCycle = auxAnalogInputs4
+ requiresPowerCycle = auxAnalogInputs5
+ requiresPowerCycle = auxAnalogInputs6
+ requiresPowerCycle = auxAnalogInputs7
+ requiresPowerCycle = auxAnalogInputs8
+
+ requiresPowerCycle = knockBandCustom
+
+[CurveEditor]
+; xAxis = leftValue, rightValue, step
+; yAxis = bottomValue, topValue, step
+
+ curve = knockThresholdCurve, "Engine knock threshold RPM based"
+ columnLabel = "RPM", "Threshold"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 8, 10
+ xBins = knockNoiseRpmBins, RPMValue
+ yBins = knockBaseNoise
+ gauge = RPMGauge
+
+ curve = scriptCurve1, "Script Curve #1"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -155, 150, 10
+ xBins = scriptCurve1Bins
+ yBins = scriptCurve1
+ showTextValues = true
+
+ curve = scriptCurve2, "Script Curve #2"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -150, 150, 10
+ xBins = scriptCurve2Bins
+ yBins = scriptCurve2
+ showTextValues = true
+
+ curve = scriptCurve3, "Script Curve #3"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve3Bins
+ yBins = scriptCurve3
+ showTextValues = true
+
+ curve = scriptCurve4, "Script Curve #4"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve4Bins
+ yBins = scriptCurve4
+ showTextValues = true
+
+ curve = scriptCurve5, "Script Curve #5"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve5Bins
+ yBins = scriptCurve5
+ showTextValues = true
+
+ curve = scriptCurve6, "Script Curve #6"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve6Bins
+ yBins = scriptCurve6
+ showTextValues = true
+
+ curve = dwellCorrection, "Dwell time base"
+ columnLabel = "RPM", "Dwell"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 8, 9
+ xBins = sparkDwellRpmBins, RPMValue
+ yBins = sparkDwellValues
+ gauge = RPMGauge
+
+ curve = dwellVoltageCorrection, "Dwell voltage correction"
+ columnLabel = "Battery Volts", "Multiplier"
+ xAxis = 6, 16, 11
+ yAxis = 0, 3, 7
+ xBins = dwellVoltageCorrVoltBins, VBatt
+ yBins = dwellVoltageCorrValues
+ gauge = VBattGauge
+
+ curve = dfcoMapRpmCorrection, "DFCO RPM MAP Correction"
+ columnLabel = "Engine Speed", "DFCO Threshold"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 60, 6
+ xBins = dfcoMapRpmValuesBins, RPMValue
+ yBins = dfcoMapRpmValues
+ gauge = RPMGauge
+
+ curve = tpsTspRpmCorrection, "TPS/TPS AE RPM Correction"
+ columnLabel = "RPM", "Multiplier"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 3, 7
+ xBins = tpsTspCorrValuesBins, RPMValue
+ yBins = tpsTspCorrValues
+ gauge = RPMGauge
+
+ curve = primingPulse, "Priming pulse fuel mass"
+ columnLabel = "Coolant", "Prime Pulse"
+ xAxis = -40, 120, 9
+ yAxis = 0, 1000, 9
+ xBins = primeBins, coolant
+ yBins = primeValues
+ gauge = CLTGauge
+
+ curve = map_samplingAngleCurve, "MAP Sampling Start Angle"
+ columnLabel = "RPM", "Angle"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 180, 10
+ xBins = map_samplingAngleBins, RPMValue
+ yBins = map_samplingAngle
+ gauge = MAPGauge
+
+ curve = map_samplingWindowCurve, "MAP Sampling Duration"
+ columnLabel = "RPM", "Window"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 180, 10
+ xBins = map_samplingWindowBins, RPMValue
+ yBins = map_samplingWindow
+ gauge = MAPGauge
+
+ curve = injectorsDeadTime, "Injector dead time"
+ columnLabel = "Battery", "Dead Time"
+ xAxis = 6, 16, 11
+ yAxis = 0, 8, 9
+ xBins = injector_battLagCorrBins, VBatt
+ yBins = injector_battLagCorr
+ gauge = VBattGauge
+
+ curve = injectorsSecondaryDeadTime, "Secondary injector dead time"
+ columnLabel = "Battery", "Dead Time"
+ xAxis = 6, 16, 11
+ yAxis = 0, 8, 9
+ xBins = injectorSecondary_battLagCorrBins, VBatt
+ yBins = injectorSecondary_battLagCorr
+ gauge = VBattGauge
+
+ curve = vrThresholdCurve1, "VR 1 Threshold"
+ columnLabel = "RPM", "Voltage"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 2.5, 6
+ xBins = vrThreshold1_rpmBins, RPMValue
+ yBins = vrThreshold1_values
+
+ curve = vrThresholdCurve2, "VR 2 Threshold"
+ columnLabel = "RPM", "Voltage"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 2.5, 6
+ xBins = vrThreshold2_rpmBins, RPMValue
+ yBins = vrThreshold2_values
+
+ curve = mafDecodingCurve, "MAF sensor"
+ columnLabel = "Voltage", "kg/hour"
+ xAxis = -1, 6, 10
+ yAxis = -30, 1300, 10
+ xBins = mafDecodingBins, rawMaf
+ yBins = mafDecoding
+ gauge = rawMafGauge
+
+ curve = iatFuelCorrCurve, "Intake air temperature fuel Multiplier"
+ topicHelp = "iatFuelCorrCurveHelp"
+ columnLabel = "Air Temp", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2, 11
+ xBins = iatFuelCorrBins, intake
+ yBins = iatFuelCorr
+ gauge = IATGauge
+
+ curve = cltTimingCorrCurve, "Warmup timing correction"
+ columnLabel = "Coolant", "Extra"
+ xAxis = -40, 120, 9
+ yAxis = 0, 20, 9
+ xBins = cltTimingBins, coolant
+ yBins = cltTimingExtra
+ gauge = CLTGauge
+
+ curve = cltFuelCorrCurve, "Warmup fuel manual Multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = cltFuelCorrBins, coolant
+ yBins = cltFuelCorr
+ gauge = CLTGauge
+
+ curve = crankingCltCurve, "Cranking Coolant Temperature Multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = crankingFuelBins, coolant
+ yBins = crankingFuelCoef
+ gauge = CLTGauge
+
+ curve = crankingCltCurveE100, "Cranking Coolant Temperature Multiplier (Flex Fuel E85)"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = crankingFuelBins, coolant
+ yBins = crankingFuelCoefE100
+ gauge = CLTGauge
+
+ curve = cltRevLimitCurve, ""
+ columnLabel = "Coolant", "RPM Limit"
+ xAxis = -40, 120, 9
+ yAxis = 0, 8000, 9
+ xBins = cltRevLimitRpmBins, coolant
+ yBins = cltRevLimitRpm
+ gauge = CLTGauge
+
+ curve = etbTpsBiasCurve, "Electronic TB Bias Curve"
+ columnLabel = "TPS", "duty bias"
+ xAxis = 0, 50, 11
+ yAxis = -40, 40, 9
+ xBins = etbBiasBins, TPSValue
+ yBins = etbBiasValues
+ gauge = TPSGauge
+
+ curve = crankingTpsCurve, "Cranking TPS Multiplier"
+ columnLabel = "TPS", "Multiplier"
+ xAxis = 0, 100, 11
+ yAxis = 0, 3, 10
+ xBins = crankingTpsBins, TPSValue
+ yBins = crankingTpsCoef
+ gauge = TPSGauge
+
+ curve = crankingDurationCurve, "Cranking Duration Multiplier"
+ columnLabel = "Engine Cycle", "Multiplier"
+ xAxis = 0, 50, 11
+ yAxis = 0, 5, 6
+ xBins = crankingCycleBins
+ yBins = crankingCycleCoef
+
+
+ curve = cltIdleCurve, "Idle open loop warmup multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 10
+ yAxis = 0, 3, 10
+ xBins = cltIdleCorrBins, coolant
+ yBins = cltIdleCorr
+ gauge = CLTGauge
+
+ curve = iacCoastingCurve, "Coasting IAC Position"
+ columnLabel = "RPM", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 100, 10
+ xBins = iacCoastingRpmBins, RPMValue
+ yBins = iacCoasting
+ gauge = idleAirValvePositionGauge
+
+ curve = cltCrankingCurve, "Cranking Idle Air multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = cltCrankingCorrBins, coolant
+ yBins = cltCrankingCorr
+ gauge = CLTGauge
+
+ curve = cltCrankingTaperDurationCurve, "Cranking taper duration multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = cltCrankingTaperCorrBins, coolant
+ yBins = cltCrankingTaperCorr
+ gauge = CLTGauge
+
+ curve = cltIdleRPMCurve, "Idle Target RPM"
+ columnLabel = "Coolant", "RPM"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2400, 13
+ xBins = cltIdleRpmBins, coolant
+ yBins = cltIdleRpm, RPMValue
+ gauge = CLTGauge
+
+ curve = idleAdvanceCurve, "Idle Advance Angle"
+ columnLabel = "RPM", "degrees"
+ xAxis = 0, 2400, 13
+ yAxis = -100, 100, 11
+ xBins = idleAdvanceBins, RPMValue
+ yBins = idleAdvance
+ gauge = RPMGauge
+
+ curve = crankingAdvanceCurve, "Cranking Advance Angle"
+ columnLabel = "RPM", "degrees"
+ xAxis = 0, 1200, 13
+ yAxis = -30, 30, 11
+ xBins = crankingAdvanceBins, RPMValue
+ yBins = crankingAdvance
+ gauge = RPMGauge
+
+ curve = fuelLevelCurve, "Fuel Level"
+ columnLabel = "Voltage", "%"
+ xAxis = 0, 5, 6
+ yAxis = 0, 100, 11
+ xBins = fuelLevelBins
+ yBins = fuelLevelValues
+ gauge = fuelTankLevelGauge
+
+ curve = wueAfrTargetOffsetCurve, "AFR Target Temperature Adjustment"
+ columnLabel = "Coolant", "AFR Offset"
+ xAxis = -40, 200, 9
+ yAxis = -3, 1, 5
+ xBins = cltFuelCorrBins, coolant
+ yBins = wueAfrTargetOffset
+ gauge = cltGauge
+
+ curve = wueAnalyzer_warmup_curve, "Warmup Enrichment"
+ columnLabel = "Coolant", "Current WUE", "Coolant", "Corrected"
+ xAxis = -40, 200, 9
+ yAxis = 90, 500, 6
+ xBins = cltFuelCorrBins, coolant
+ yBins = cltFuelCorr
+ yBins = wueAnalRecommend
+
+ lineLabel = "Warmup Correction"
+ lineLabel = "Recommended WUE"
+
+ curve = hpfpLobeProfileCurve, "HPFP Lobe Profile"
+ columnLabel = "% pump volume", "angle"
+ xAxis = 0, 100, 11
+ yAxis = 0, 240, 13
+ xBins = hpfpLobeProfileQuantityBins
+ yBins = hpfpLobeProfileAngle
+
+ curve = hpfpDeadtimeCurve, "HPFP Valve Deadtime"
+ columnLabel = "volts", "ms"
+ xAxis = 5, 15, 11
+ yAxis = 0, 5, 6
+ xBins = hpfpDeadtimeVoltsBins
+ yBins = hpfpDeadtimeMS
+
+ curve = wwTauCltCurve, "Evap time vs. CLT"
+ columnLabel = "coolant", "seconds"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2, 9
+ xBins = wwCltBins, coolant
+ yBins = wwTauCltValues
+ gauge = CLTGauge
+
+ curve = wwTauMapCurve, "Evap time vs. MAP"
+ columnLabel = "MAP", "mult"
+ xAxis = 0, 100, 5
+ yAxis = 0, 2, 9
+ xBins = wwMapBins, MAPValue
+ yBins = wwTauMapValues
+ gauge = MAPGauge
+
+ curve = wwBetaCltCurve, "Impact fraction vs. CLT"
+ columnLabel = "coolant", "fraction"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2, 9
+ xBins = wwCltBins, coolant
+ yBins = wwBetaCltValues
+ gauge = CLTGauge
+
+ curve = wwBetaMapCurve, "Impact fraction vs. MAP"
+ columnLabel = "MAP", "mult"
+ xAxis = 0, 100, 5
+ yAxis = 0, 2, 9
+ xBins = wwMapBins, MAPValue
+ yBins = wwBetaMapValues
+ gauge = MAPGauge
+
+ curve = tchargeCurve, "Charge temperature estimation coefficient"
+ columnLabel = "flow", "coefficient"
+ xAxis = 0, 500, 6
+ yAxis = 0, 100, 5
+ xBins = tchargeBins, airflowEstimate
+ yBins = tchargeValues
+ gauge = tChargeGauge
+
+ curve = ignAdder1Bias, "Ignition adder 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends1_blendBins, ignBlendParameter1
+ yBins = ignBlends1_blendValues
+
+ curve = ignAdder2Bias, "Ignition adder 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends2_blendBins, ignBlendParameter2
+ yBins = ignBlends2_blendValues
+
+ curve = ignAdder3Bias, "Ignition adder 3 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends3_blendBins, ignBlendParameter3
+ yBins = ignBlends3_blendValues
+
+ curve = ignAdder4Bias, "Ignition adder 4 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends4_blendBins, ignBlendParameter4
+ yBins = ignBlends4_blendValues
+
+ curve = veBlend1Bias, "VE blend 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends1_blendBins, veBlendParameter1
+ yBins = veBlends1_blendValues
+
+ curve = veBlend2Bias, "VE blend 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends2_blendBins, veBlendParameter2
+ yBins = veBlends2_blendValues
+
+ curve = veBlend3Bias, "VE blend 3 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends3_blendBins, veBlendParameter3
+ yBins = veBlends3_blendValues
+
+ curve = veBlend4Bias, "VE blend 4 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends4_blendBins, veBlendParameter4
+ yBins = veBlends4_blendValues
+
+ curve = boostOpenLoopBlend1Bias, "Boost open loop blend 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostOpenLoopBlends1_blendBins, Boost_boostOpenLoopBlendParameter1
+ yBins = boostOpenLoopBlends1_blendValues
+
+ curve = boostOpenLoopBlend2Bias, "Boost open loop blend 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostOpenLoopBlends2_blendBins, Boost_boostOpenLoopBlendParameter2
+ yBins = boostOpenLoopBlends2_blendValues
+
+ curve = boostClosedLoopBlend1Bias, "Boost Closed loop blend 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostClosedLoopBlends1_blendBins, Boost_boostClosedLoopBlendParameter1
+ yBins = boostClosedLoopBlends1_blendValues
+
+ curve = boostClosedLoopBlend2Bias, "Boost Closed loop blend 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostClosedLoopBlends2_blendBins, Boost_boostClosedLoopBlendParameter2
+ yBins = boostClosedLoopBlends2_blendValues
+
+ curve = throttleEffectiveArea, "Throttle effective area"
+ columnLabel = "TPS", "normalized flow"
+ xAxis = 0, 100, 11
+ yAxis = 0, 2, 5
+ xBins = throttleEstimateEffectiveAreaBins, TPSValue
+ yBins = throttleEstimateEffectiveAreaValues
+ gauge = TPSGauge
+
+ curve = minimumOilPressure, "Minimum oil pressure"
+ columnLabel = "RPM", "min pressure"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 500, 6
+ xBins = minimumOilPressureBins, RPMValue
+ yBins = minimumOilPressureValues
+ gauge = OilPressGauge
+
+ curve = idleFlowEstimate, "Idle flow estimate"
+ columnLabel = "Flow", "Idle %"
+ xAxis = 0, 20, 9
+ yAxis = 0, 100, 7
+ xBins = idleFlowEstimateFlow
+ yBins = idleFlowEstimatePosition
+
+ curve = idleAirmassTimingEquivalence, "Idle airmass/timing equivalence"
+ columnLabel = "Airmass delta", "Timing adjustment"
+ xAxis = -30, 30, 7
+ yAxis = -20, 20, 5
+ xBins = airmassToTimingBins
+ yBins = airmassToTimingValues
+
+ curve = smallPulseAdder, "Small pulsewidth adder"
+ columnLabel = "Pulsewidth", "Adder"
+ xAxis = 0, 5, 6
+ yAxis = 0, 5, 6
+ xBins = smallPulseAdderBins
+ yBins = smallPulseAdderValues
+
+ curve = vvtOpenLoopIntakeCurve, "VVT intake hold duty"
+ columnLabel = "CLT", "duty"
+ xAxis = -40, 120, 9
+ yAxis = 0, 100, 11
+ xBins = vvtOpenLoop1_bins, coolant
+ yBins = vvtOpenLoop1_values
+
+ curve = vvtOpenLoopExhaustCurve, "VVT exhaust hold duty"
+ columnLabel = "CLT", "duty"
+ xAxis = -40, 120, 9
+ yAxis = 0, 100, 11
+ xBins = vvtOpenLoop2_bins, coolant
+ yBins = vvtOpenLoop2_values
+
+[TableEditor]
+ ; table_id, map3d_id, "title", page
+
+; move table into a panel? or find a way to add a link to https://rusefi.com//wiki/index.php?title=Manual:Software:TPSTPS
+ table = tpsTpsAccelTbl, tpsTpsAccelMap, "TPS/TPS Acceleration Extra Fuel(ms)", 1
+ topicHelp = "tpstpsHelp"
+ xBins = tpsTpsAccelFromRpmBins, TPSValue
+ yBins = tpsTpsAccelToRpmBins, TPSValue
+ zBins = tpsTpsAccelTable
+
+ table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostOpenLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostOpenLoopYAxis)}
+ xBins = boostRpmBins, Boost_boostOpenLoopXAxisValue
+ yBins = boostTpsBins, Boost_boostOpenLoopYAxisValue
+ zBins = boostTableOpenLoop
+
+ table = boostTable2Tbl, boostMapClosed, "Boost control target (kPa)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostClosedLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostClosedLoopYAxis)}
+ xBins = boostClosedLoopXAxisBins, Boost_boostClosedLoopXAxisValue
+ yBins = boostClosedLoopYAxisBins, Boost_boostClosedLoopYAxisValue
+ zBins = boostTableClosedLoop
+
+ table = fan1DutyAcOffTbl, fan1DutyAcOffMap, "Fan 1 Duty (AC Off)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan1PwmXAxis)}, "Coolant"
+ xBins = fan1XAxisBins, Fan_1_fanXAxisValue
+ yBins = fan1CltBins, coolant
+ zBins = fan1DutyAcOff
+
+ table = fan1DutyAcOnTbl, fan1DutyAcOnMap, "Fan 1 Duty (AC On)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan1PwmXAxis)}, "Coolant"
+ xBins = fan1XAxisBins, Fan_1_fanXAxisValue
+ yBins = fan1CltBins, coolant
+ zBins = fan1DutyAcOn
+
+ table = fan2DutyAcOffTbl, fan2DutyAcOffMap, "Fan 2 Duty (AC Off)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan2PwmXAxis)}, "Coolant"
+ xBins = fan2XAxisBins, Fan_2_fanXAxisValue
+ yBins = fan2CltBins, coolant
+ zBins = fan2DutyAcOff
+
+ table = fan2DutyAcOnTbl, fan2DutyAcOnMap, "Fan 2 Duty (AC On)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan2PwmXAxis)}, "Coolant"
+ xBins = fan2XAxisBins, Fan_2_fanXAxisValue
+ yBins = fan2CltBins, coolant
+ zBins = fan2DutyAcOn
+
+ table = vvtTable1Tbl, vvtTable1Map, "Intake VVT closed loop Target", 1
+ xBins = vvtTable1RpmBins, RPMValue
+ yBins = vvtTable1LoadBins, VVT_B1I_targetYAxis
+ zBins = vvtTable1
+
+ table = vvtTable2Tbl, vvtTable2Map, "Exhaust VVT closed loop Target", 1
+ xBins = vvtTable2RpmBins, RPMValue
+ yBins = vvtTable2LoadBins, VVT_B1E_targetYAxis
+ zBins = vvtTable2
+
+
+ table = scriptTable1Tbl, scriptTable1Map, "Script Table #1", 1
+ xBins = scriptTable1RpmBins, RPMValue
+ yBins = scriptTable1LoadBins, fuelingLoad
+ zBins = scriptTable1
+
+ table = scriptTable2Tbl, scriptTable2Map, "Script Table #2", 1
+ xBins = scriptTable2RpmBins, RPMValue
+ yBins = scriptTable2LoadBins, fuelingLoad
+ zBins = scriptTable2
+
+ table = scriptTable3Tbl, scriptTable3Map, "Script Table #3", 1
+ xBins = scriptTable3RpmBins, RPMValue
+ yBins = scriptTable3LoadBins, fuelingLoad
+ zBins = scriptTable3
+
+ table = scriptTable4Tbl, scriptTable4Map, "Script Table #4", 1
+ xBins = scriptTable4RpmBins, RPMValue
+ yBins = scriptTable4LoadBins, fuelingLoad
+ zBins = scriptTable4
+
+ table = IgnRetardTableALS, IgnRetardALS, "Ignition adjustment", 1
+ xBins = alsIgnRetardrpmBins, RPMValue
+ yBins = alsIgnRetardLoadBins, TPSValue
+ zBins = ALSTimingRetardTable
+ gridHeight = 4.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = FuelAdderTableALS, FuelAdderALS, "Fuel adjustment", 1
+ xBins = alsFuelAdjustmentrpmBins, RPMValue
+ yBins = alsFuelAdjustmentLoadBins, TPSValue
+ zBins = ALSFuelAdjustment
+ gridHeight = 4.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = baroCorrTbl, baroCorrMap, "Baro Correction", 1
+ xBins = baroCorrRpmBins, RPMValue
+ yBins = baroCorrPressureBins, baroPressure
+ zBins = baroCorrTable
+ ; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = ignitionTableTbl, ignitionTableMap, "Ignition Table", 1
+ xBins = ignitionRpmBins, RPMValue
+ yBins = ignitionLoadBins, ignitionLoad
+ zBins = ignitionTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = trailingIgnitionTableTbl, trailingIgnitionTableMap, "Trailing Ignition Table", 1
+ xBins = trailingIgnitionRpmBins, RPMValue
+ yBins = trailingIgnitionLoadBins, ignitionLoad
+ zBins = trailingIgnitionTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = ignAdder1Table, ignAdder1Map, "Ignition adder 1", 1
+ xBins = ignBlends1_rpmBins, RPMValue
+ yBins = ignBlends1_loadBins, ignBlendYAxis1
+ zBins = ignBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = ignAdder2Table, ignAdder2Map, "Ignition adder 2", 1
+ xBins = ignBlends2_rpmBins, RPMValue
+ yBins = ignBlends2_loadBins, ignBlendYAxis2
+ zBins = ignBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = ignAdder3Table, ignAdder3Map, "Ignition adder 3", 1
+ xBins = ignBlends3_rpmBins, RPMValue
+ yBins = ignBlends3_loadBins, ignBlendYAxis3
+ zBins = ignBlends3_table
+ gridOrient = 250, 0, 340
+
+ table = ignAdder4Table, ignAdder4Map, "Ignition adder 4", 1
+ xBins = ignBlends4_rpmBins, RPMValue
+ yBins = ignBlends4_loadBins, ignBlendYAxis4
+ zBins = ignBlends4_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend1Table, veBlend1Map, "VE blend 1", 1
+ xBins = veBlends1_rpmBins, RPMValue
+ yBins = veBlends1_loadBins, veBlendYAxis1
+ zBins = veBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend2Table, veBlend2Map, "VE blend 2", 1
+ xBins = veBlends2_rpmBins, RPMValue
+ yBins = veBlends2_loadBins, veBlendYAxis2
+ zBins = veBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend3Table, veBlend3Map, "VE blend 3", 1
+ xBins = veBlends3_rpmBins, RPMValue
+ yBins = veBlends3_loadBins, veBlendYAxis3
+ zBins = veBlends3_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend4Table, veBlend4Map, "VE blend 4", 1
+ xBins = veBlends4_rpmBins, RPMValue
+ yBins = veBlends4_loadBins, veBlendYAxis4
+ zBins = veBlends4_table
+ gridOrient = 250, 0, 340
+
+ table = boostOpenBlend1Table, boostOpenBlend1Map, "Boost open loop blend 1", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostOpenLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostOpenLoopBlends1_yAxisOverride)}
+ xBins = boostOpenLoopBlends1_rpmBins, Boost_boostOpenLoopXAxisValue
+ yBins = boostOpenLoopBlends1_loadBins, Boost_boostOpenLoopBlendYAxis1
+ zBins = boostOpenLoopBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = boostOpenBlend2Table, boostOpenBlend2Map, "Boost open loop blend 2", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostOpenLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostOpenLoopBlends2_yAxisOverride)}
+ xBins = boostOpenLoopBlends2_rpmBins, Boost_boostOpenLoopXAxisValue
+ yBins = boostOpenLoopBlends2_loadBins, Boost_boostOpenLoopBlendYAxis2
+ zBins = boostOpenLoopBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = boostClosedBlend1Table, boostClosedBlend1Map, "Boost closed loop blend 1", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostClosedLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostClosedLoopBlends1_yAxisOverride)}
+ xBins = boostClosedLoopBlends1_rpmBins, Boost_boostClosedLoopXAxisValue
+ yBins = boostClosedLoopBlends1_loadBins, Boost_boostClosedLoopBlendYAxis1
+ zBins = boostClosedLoopBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = boostClosedBlend2Table, boostClosedBlend2Map, "Boost closed loop blend 2", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostClosedLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostClosedLoopBlends2_yAxisOverride)}
+ xBins = boostClosedLoopBlends2_rpmBins, Boost_boostClosedLoopXAxisValue
+ yBins = boostClosedLoopBlends2_loadBins, Boost_boostClosedLoopBlendYAxis2
+ zBins = boostClosedLoopBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = ignitionIatCorrTableTbl, ignitionIatCorrTableMap, "Ignition Intake Air Temp correction", 1
+ xBins = ignitionIatCorrTempBins, intake
+ yBins = ignitionIatCorrLoadBins, ignitionLoad
+ zBins = ignitionIatCorrTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = veTableTbl, veTableMap, "VE Table", 1
+ xyLabels = "RPM", "load"
+ xBins = veRpmBins, RPMValue
+ yBins = veLoadBins, veTableYAxis
+ zBins = veTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = idleVeTableTbl, idleVeTable, "Idle VE"
+ xyLabels = "RPM", "load"
+ xBins = idleVeRpmBins, RPMValue
+ yBins = idleVeLoadBins, idleVeTableYAxis
+ zBins = idleVeTable
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl1, fuelTrimMap1, "Fuel trim cyl 1", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims1_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl2, fuelTrimMap2, "Fuel trim cyl 2", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims2_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl3, fuelTrimMap3, "Fuel trim cyl 3", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims3_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl4, fuelTrimMap4, "Fuel trim cyl 4", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims4_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl5, fuelTrimMap5, "Fuel trim cyl 5", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims5_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl6, fuelTrimMap6, "Fuel trim cyl 6", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims6_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl7, fuelTrimMap7, "Fuel trim cyl 7", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims7_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl8, fuelTrimMap8, "Fuel trim cyl 8", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims8_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl9, fuelTrimMap9, "Fuel trim cyl 9", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims9_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl10, fuelTrimMap10, "Fuel trim cyl 10", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims10_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl11, fuelTrimMap11, "Fuel trim cyl 11", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims11_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl12, fuelTrimMap12, "Fuel trim cyl 12", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims12_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = ignTrimTbl1, ignTrimMap1, "Ign trim cyl 1", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims1_table
+
+ table = ignTrimTbl2, ignTrimMap2, "Ign trim cyl 2", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims2_table
+
+ table = ignTrimTbl3, ignTrimMap3, "Ign trim cyl 3", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims3_table
+
+ table = ignTrimTbl4, ignTrimMap4, "Ign trim cyl 4", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims4_table
+
+ table = ignTrimTbl5, ignTrimMap5, "Ign trim cyl 5", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims5_table
+
+ table = ignTrimTbl6, ignTrimMap6, "Ign trim cyl 6", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims6_table
+
+ table = ignTrimTbl7, ignTrimMap7, "Ign trim cyl 7", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims7_table
+
+ table = ignTrimTbl8, ignTrimMap8, "Ign trim cyl 8", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims8_table
+
+ table = ignTrimTbl9, ignTrimMap9, "Ign trim cyl 9", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims9_table
+
+ table = ignTrimTbl10, ignTrimMap10, "Ign trim cyl 10", 1
+ xBins = ignTrimRpmBins, RPMValue
+ yBins = ignTrimLoadBins, ignitionLoad
+ zBins = ignTrims10_table
+
+ table = ignTrimTbl11, ignTrimMap11, "Ign trim cyl 11", 1
+ xBins = ignTrimRpmBins, RPMValue
+ yBins = ignTrimLoadBins, ignitionLoad
+ zBins = ignTrims11_table
+
+ table = ignTrimTbl12, ignTrimMap12, "Ign trim cyl 12", 1
+ xBins = ignTrimRpmBins, RPMValue
+ yBins = ignTrimLoadBins, ignitionLoad
+ zBins = ignTrims12_table
+
+ table = mapEstimateTableTbl, mapEstimateTableMap, "MAP Estimate", 1
+ xBins = mapEstimateRpmBins, RPMValue
+ yBins = mapEstimateTpsBins, TPSValue
+ zBins = mapEstimateTable
+
+ table = injPhaseTableTbl, injPhaseTableMap, "Injection Phase", 1
+ topicHelp = "fuelHelp"
+ xBins = injPhaseRpmBins, RPMValue
+ yBins = injPhaseLoadBins, fuelingLoad
+ zBins = injectionPhase
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(Later)", "(Sooner)"
+
+ table = pedalToTpsTbl, pedalToTpsMap, "ETB Pedal to TPS", 1
+ xBins = pedalToTpsRpmBins, RPMValue
+ yBins = pedalToTpsPedalBins, throttlePedalPosition
+ zBins = pedalToTpsTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(Later)", "(Sooner)"
+
+ table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
+ xBins = throttle2TrimRpmBins, RPMValue
+ yBins = throttle2TrimTpsBins, TPSValue
+ zBins = throttle2TrimTable
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+
+ table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1
+ xBins = maxKnockRetardRpmBins, RPMValue
+ yBins = maxKnockRetardLoadBins, ignitionLoad
+ zBins = maxKnockRetardTable
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+
+ table = knockGainTbl1, knockGainMap1, "Knock gain cyl 1", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains1_table
+
+ table = knockGainTbl2, knockGainMap2, "Knock gain cyl 2", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains2_table
+
+ table = knockGainTbl3, knockGainMap3, "Knock gain cyl 3", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains3_table
+
+ table = knockGainTbl4, knockGainMap4, "Knock gain cyl 4", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains4_table
+
+ table = knockGainTbl5, knockGainMap5, "Knock gain cyl 5", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains5_table
+
+ table = knockGainTbl6, knockGainMap6, "Knock gain cyl 6", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains6_table
+
+ table = knockGainTbl7, knockGainMap7, "Knock gain cyl 7", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains7_table
+
+ table = knockGainTbl8, knockGainMap8, "Knock gain cyl 8", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains8_table
+
+ table = knockGainTbl9, knockGainMap9, "Knock gain cyl 9", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains9_table
+
+ table = knockGainTbl10, knockGainMap10, "Knock gain cyl 10", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains10_table
+
+ table = knockGainTbl11, knockGainMap11, "Knock gain cyl 11", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains11_table
+
+ table = knockGainTbl12, knockGainMap12, "Knock gain cyl 12", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains12_table
+
+#if LAMBDA
+ table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
+#else
+ table = afrTableTbl, afrTableMap, "Target AFR Table", 1
+#endif
+ xBins = lambdaRpmBins, RPMValue
+ yBins = lambdaLoadBins, afrTableYAxis
+ zBins = lambdaTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = lambdaMaxDeviationTableTbl, lambdaMaxDeviationTableMap, "Maximum Lambda Deviation", 1
+ xyLabels = "RPM", ""
+ xBins = lambdaMaxDeviationRpmBins, RPMValue
+ yBins = lambdaMaxDeviationLoadBins, afrTableYAxis
+ zBins = lambdaMaxDeviationTable
+
+ table = gppwm1Tbl, gppwm1Map, "GP#1", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm1_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm1_loadAxis)}
+ xBins = gppwm1_rpmBins, gppwmXAxis1
+ yBins = gppwm1_loadBins, gppwmYAxis1
+ zBins = gppwm1_table
+
+ table = gppwm2Tbl, gppwm2Map, "GP#2", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm2_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm2_loadAxis)}
+ xBins = gppwm2_rpmBins, gppwmXAxis2
+ yBins = gppwm2_loadBins, gppwmYAxis2
+ zBins = gppwm2_table
+
+ table = gppwm3Tbl, gppwm3Map, "GP#3", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm3_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm3_loadAxis)}
+ xBins = gppwm3_rpmBins, gppwmXAxis3
+ yBins = gppwm3_loadBins, gppwmYAxis3
+ zBins = gppwm3_table
+
+ table = gppwm4Tbl, gppwm4Map, "GP#4", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm4_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm4_loadAxis)}
+ xBins = gppwm4_rpmBins, gppwmXAxis4
+ yBins = gppwm4_loadBins, gppwmYAxis4
+ zBins = gppwm4_table
+
+ table = stagedInjectionTbl, stagedInjectionMap, "Staged Injection %", 1
+ xyLabels = "RPM", ""
+ xBins = injectorStagingRpmBins, RPMValue
+ yBins = injectorStagingLoadBins, afrTableYAxis
+ zBins = injectorStagingTable
+
+ table = hpfpTargetTable, hpfpTargetTableId, "HPFP Target Fuel Pressure", 1
+ xBins = hpfpTargetRpmBins, RPMValue
+ yBins = hpfpTargetLoadBins, veTableYAxis
+ zBins = hpfpTarget
+
+ table = hpfpCompensationTable, hpfpCompensationTableId, "HPFP Pump Compensation Factor", 1
+ xBins = hpfpCompensationRpmBins, RPMValue
+ yBins = hpfpCompensationLoadBins, running_fuel
+ zBins = hpfpCompensation
+
+ table = postCrankingEnrichmentTable, postCrankingEnrichmentTableId, "", 1
+ xBins = postCrankingEnrichRuntimeBins, running_timeSinceCrankingInSecs
+ yBins = postCrankingEnrichTempBins, coolant
+ zBins = postCrankingEnrichTable
+ xyLabels = "Run time", "CLT"
+
+
+[GaugeConfigurations]
+gaugeCategory = "Fuel: math"
+ totalFuelCorrectionGauge = totalFuelCorrection,"Fuel: Total correction", "mult", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
+ running_timeSinceCrankingInSecsGauge = running_timeSinceCrankingInSecs,"running_ timeSinceCrankingInSecs", "secs", 0.0,600000.0, 0.0,600000.0, 0.0,600000.0, 0,0
+ targetLambdaGauge = targetLambda,"Fuel: target lambda", "", 0.5,1.5, 0.5,1.5, 0.5,1.5, 2,2
+ targetAFRGauge = targetAFR,"Fuel: target AFR", "ratio", 10.0,20.0, 10.0,20.0, 10.0,20.0, 2,2
+
+gaugeCategory = "Boost Control"
+ luaTargetAddGauge = Boost_luaTargetAdd,"Boost: Lua target add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ boostOutputGauge = Boost_boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2
+ luaTargetMultGauge = Boost_luaTargetMult,"Boost: Lua target mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ openLoopPartGauge = Boost_openLoopPart,"Boost: Open loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ luaOpenLoopAddGauge = Boost_luaOpenLoopAdd,"Boost: Lua open loop add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ boostControllerClosedLoopPartGauge = Boost_boostControllerClosedLoopPart,"Boost: Closed loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1
+ boostControlTargetGauge = Boost_boostControlTarget,"Boost: Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1
+ boostStatus_pTermGauge = boostStatus_pTerm,"Boost PID pTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_iTermGauge = boostStatus_iTerm,"Boost PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_dTermGauge = boostStatus_dTerm,"Boost PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_outputGauge = boostStatus_output,"Boost PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_errorGauge = boostStatus_error,"Boost PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_resetCounterGauge = boostStatus_resetCounter,"Boost PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0
+
+gaugeCategory = "ETB more"
+ luaAdjustmentGauge = ETB_1_luaAdjustment,"ETB: luaAdjustment", "%", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
+ m_wastegatePositionGauge = ETB_1_m_wastegatePosition,"DC: wastegatePosition", "%", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
+ etbTpsErrorCounterGauge = ETB_1_etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
+ etbPpsErrorCounterGauge = ETB_1_etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
+
+gaugeCategory = Trigger
+ triggerErrorsCounterGauge = Trg_triggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
+ triggerSyncGapRatioGauge = Trg_triggerSyncGapRatio,"triggerSyncGapRatio", "", 0, 5, 0, 5, 0, 5, 3, 3
+ triggerStateIndexGauge = Trg_triggerStateIndex,"triggerStateIndex", "", 0, 200, 0, 200, 0, 200, 0, 0
+ vvtB1ISyncGapRatioGauge = VVT_B1I_triggerSyncGapRatio,"vvtSyncGapRatio", "", 0, 5, 0, 5, 0, 5, 3, 3
+ vvtB1IStateIndexGauge = VVT_B1I_triggerStateIndex,"vvtStateIndex", "", 0, 200, 0, 200, 0, 200, 0, 0
+ triggerPrimaryFallGauge = Trg_edgeCountFall,"triggerPrimaryFall", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ triggerPrimaryRiseGauge = Trg_edgeCountRise,"triggerPrimaryRise", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ triggerVvtFallGauge = VVT_B1I_edgeCountFall,"triggerVvtFall", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ triggerVvtRiseGauge = VVT_B1I_edgeCountRise,"triggerVvtRise", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ currentEnginePhaseGauge = currentEngineDecodedPhase, "Engine Phase", "deg", 0, 720, 0, 0, 720, 720, 0, 0
+
+gaugeCategory = Test Bench
+ testBenchIterGauge = testBenchIter, "Test Bench Iterations", "count", 0, {benchTestCount}, 0, 0, {benchTestCount}, {benchTestCount}, 0, 0
+ testIgnIterGauge = testBenchIter, "Ignition Test Iterations", "count", 0, {ignTestCount}, 0, 0, {ignTestCount}, {ignTestCount}, 0, 0
+
+gaugeCategory = LUA
+ luaInvocationCounterGauge = luaInvocationCounter,"luaInvocationCounter", "count", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ luaLastCycleDurationGauge = luaLastCycleDuration,"luaLastCycleDuration", "us", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ luaGauges1gauge = luaGauges1, "Lua Gauge 1", "lua", 0, 30000, 0, 0, 30000, 30000, 0, 3
+ luaGauges2gauge = luaGauges2, "Lua Gauge 2", "lua", 0, 30000, 0, 0, 30000, 30000, 0, 3
+
+gaugeCategory = Alternator Control
+ alternatorStatus_pTermGauge = alternatorStatus_pTerm,"Alternator PID pTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_iTermGauge = alternatorStatus_iTerm,"Alternator PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_dTermGauge = alternatorStatus_dTerm,"Alternator PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_outputGauge = alternatorStatus_output,"Alternator PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_errorGauge = alternatorStatus_error,"Alternator PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_resetCounterGauge = alternatorStatus_resetCounter,"Alternator PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0
+
+gaugeCategory = Idle
+ idleAirValvePositionGauge = Idle_currentIdlePosition, "Idle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ idleStatus_pTermGauge = idleStatus_pTerm,"Idle PID pTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_iTermGauge = idleStatus_iTerm,"Idle PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_dTermGauge = idleStatus_dTerm,"Idle PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_outputGauge = idleStatus_output,"Idle PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_errorGauge = idleStatus_error,"Idle PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_resetCounterGauge = idleStatus_resetCounter,"Idle PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0
+ targetRpmGauge = Idle_idleTarget, "Idle: Target RPM","RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
+
+gaugeCategory = ETB PID
+ etbStatus_pTermGauge = etbStatus_pTerm,"ETB 1 PID pTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_iTermGauge = etbStatus_iTerm,"ETB 1 PID iTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_dTermGauge = etbStatus_dTerm,"ETB 1 PID dTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_outputGauge = etbStatus_output,"ETB 1 PID output", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_errorGauge = etbStatus_error,"ETB 1 PID error", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_resetCounterGauge = etbStatus_resetCounter,"ETB 1 PID resetCounter", "", 0,100.0, 0,100.0, 0,100.0, 0,0
+
+ wgStatus_pTermGauge = wastegateDcStatus_pTerm,"WG PID pTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_iTermGauge = wastegateDcStatus_iTerm,"WG PID iTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_dTermGauge = wastegateDcStatus_dTerm,"WG PID dTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_outputGauge = wastegateDcStatus_output,"WG PID output", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_errorGauge = wastegateDcStatus_error,"WG PID error", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_resetCounterGauge = wastegateDcStatus_resetCounter,"WG PID resetCounter", "", 0,100.0, 0,100.0, 0,100.0, 0,0
+
+gaugeCategory = CAN
+ canReadCounterGauge = canReadCounter,"canReadCounter", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ canWriteOkGauge = canWriteOk,"canWriteOk", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ canWriteNotOkGauge = canWriteNotOk,"canWriteNotOk", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+
+gaugeCategory = GDI
+ di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ ;todo see comment in HpfpQuantity class definition
+ ;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ ;m_pressureTarget_kPaGauge = m_pressureTarget_kPa,"DI: m_pressureTarget_kPa", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ highFuelPressureGauge = highFuelPressure, "Fuel pressure (high)", "bar", 0, 200, 0, 0, 200, 200, 1, 0
+
+gaugeCategory = ECU Status
+ warningCounterGauge = warningCounter, "Warning: counter", "", 0, 100, 0, 0, 100, 100, 0, 0
+ lastErrorCodeGauge = lastErrorCode, "Last error", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode1Gauge = recentErrorCode1, "Error#1", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode2Gauge = recentErrorCode2, "Error#2", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode3Gauge = recentErrorCode3, "Error#3", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode4Gauge = recentErrorCode4, "Error#4", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode5Gauge = recentErrorCode5, "Error#5", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode6Gauge = recentErrorCode6, "Error#6", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode7Gauge = recentErrorCode7, "Error#7", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode8Gauge = recentErrorCode8, "Error#8", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ firmwareVersionGauge = firmwareVersion , "ECU Software Version", "%", 0, 100, 0, 0, 100, 100, 0, 0
+ timeSecondsGauge = seconds, "Uptime", "sec", 0, 100, 0, 0, 100, 100, 0, 0
+ widebandUpdateProgressGauge = widebandUpdateProgress, "WB FW Update Progress", "%", 0, 100, 0, 0, 100, 100, 0, 0
+
+gaugeCategory = Debug
+ debugF1Gauge = debugFloatField1, {bitStringValue( debugFieldF1List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugF2Gauge = debugFloatField2, {bitStringValue( debugFieldF2List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4
+ debugF3Gauge = debugFloatField3, {bitStringValue( debugFieldF3List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4
+ debugF4Gauge = debugFloatField4, {bitStringValue( debugFieldF4List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugF5Gauge = debugFloatField5, {bitStringValue( debugFieldF5List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugF6Gauge = debugFloatField6, {bitStringValue( debugFieldF6List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4
+ debugF7Gauge = debugFloatField7, {bitStringValue( debugFieldF7List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugI1Gauge = debugIntField1, {bitStringValue( debugFieldI1List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI2Gauge = debugIntField2, {bitStringValue( debugFieldI2List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI3Gauge = debugIntField3, {bitStringValue( debugFieldI3List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI4Gauge = debugIntField4, {bitStringValue( debugFieldI4List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI5Gauge = debugIntField5, {bitStringValue( debugFieldI5List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+
+gaugeCategory = Sensors - Basic
+ RPMGauge = RPMValue, "RPM - engine speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
+ CLTGauge = coolant, "Coolant temp", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ IATGauge = intake, "Intake air temp", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ afr1Gauge = AFRValue, "Air/Fuel Ratio", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ afr2Gauge = AFRValue2, "Air/Fuel Ratio 2", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ afrGasScale1Gauge = afrGasolineScale, "Air/Fuel Ratio (Gas Scale)", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ afrGasScale2Gauge = afr2GasolineScale, "Air/Fuel Ratio 2 (Gas Scale)", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ lambda1Gauge = lambdaValues1, "Lambda 1", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ lambda2Gauge = lambdaValues2, "Lambda 2", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ lambda3Gauge = lambdaValues3, "Lambda 3", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ lambda4Gauge = lambdaValues4, "Lambda 4", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ VBattGauge = VBatt, "Battery", "V", 8, 21, 9, 10, 17, 19, 1, 1
+ MAPGauge = MAPValue, "MAP", "kPa", 0, 300, 10, 10, 200, 200, 0, 0
+ massAirFlowValueGa = mafMeasured, "MAF", "kg/h", 0, 50, -999, -999, 999, 999, 1, 1
+
+gaugeCategory = Sensors - Extra 1
+ turboSpeedGauge = turboSpeed, "Turbocharger Speed", "hz", 0, 200, 0, 1, 3, 4, 1, 1
+ baroPressureGauge = baroPressure, "Barometric pressure", "kPa", 0, 130, 40, 50, 110, 120, 2, 0
+ internalMcuTemperatureGauge = internalMcuTemperature, "ECU temperature", "C", 0, 100, 0, 0, 75, 100, 0, 0
+ OilPressGauge = oilPressure, "Oil Pressure", "kPa", 0, 750, 35, 75, 550, 700, 0, 0
+ OilTempGauge = oilTemp, "Oil Temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ AuxT1Gauge = auxTemp1, "Aux temp 1", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ AuxT2Gauge = auxTemp2, "Aux temp 2", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ lowFuelPressureGauge = lowFuelPressure, "Fuel pressure (low)", "kPa", 0, 700, 0, 0, 700, 700, 1, 0
+ flexPercentGauge = flexPercent, "Flex Ethanol %", "%", 0, 100, 0, 0, 100, 100, 0, 0
+ fuelTankLevelGauge = fuelTankLevel,"Fuel level", "%", 0, 100, 10, 20, 100, 100, 1, 1
+ AuxL1Gauge = auxLinear1, "Aux linear 1", "", -100, 100, -100, -100, 100, 100, 2, 2
+ AuxL2Gauge = auxLinear2, "Aux linear 2", "", -100, 100, -100, -100, 100, 100, 2, 2
+ AuxL3Gauge = auxLinear3, "Aux linear 3", "", -100, 100, -100, -100, 100, 100, 2, 2
+ AuxL4Gauge = auxLinear4, "Aux linear 4", "", -100, 100, -100, -100, 100, 100, 2, 2
+
+gaugeCategory = Sensors - Extra 2
+ accelerationLatGauge = accelerationLat, "Accel: Lateral", "acc", -2, 2, -2, -1, 1, 2, 3, 1
+ accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1
+ accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1
+ gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1
+ egt1Gauge = egt1, "EGT#1", "C", 0, 1250, 0, 0, 850, 950, 0, 0
+ egt2Gauge = egt2, "EGT#2", "C", 0, 1250, 0, 0, 850, 950, 0, 0
+ rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0
+ wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0
+ fuelTempGauge = fuelTemp, "Fuel temp", "C", -40, 80, -40, -40, 50, 70, 1, 1
+
+gaugeCategory = VVT
+ vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtPositionB2IGauge = vvtPositionB2I, "VVT: bank 2 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtPositionB2EGauge = vvtPositionB2E, "VVT: bank 2 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtTargets1Gauge = VVT_B1I_vvtTarget, "VVT: bank 1 intake target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtTargets2Gauge = VVT_B1E_vvtTarget, "VVT: bank 1 exhaust target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtTargets3Gauge = VVT_B2I_vvtTarget, "VVT: bank 2 intake target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtTargets4Gauge = VVT_B2E_vvtTarget, "VVT: bank 2 exhaust target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtOutput1Gauge = VVT_B1I_vvtOutput, "VVT: bank 1 intake output", "", 00, 100, 10, 10, 90, 90, 0, 0
+ vvtOutput2Gauge = VVT_B1E_vvtOutput, "VVT: bank 1 exhaust output", "", 00, 100, 10, 10, 90, 90, 0, 0
+ vvtOutput3Gauge = VVT_B2I_vvtOutput, "VVT: bank 2 intake output", "", 00, 100, 10, 10, 90, 90, 0, 0
+ vvtOutput4Gauge = VVT_B2E_vvtOutput, "VVT: bank 2 exhaust output", "", 00, 100, 10, 10, 90, 90, 0, 0
+
+gaugeCategory = Vehicle Speed
+ VSSGauge = vehicleSpeedKph, "Vehicle Speed", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssLfGauge = wheelSpeedLf, "Wheel speed: LF", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssRfGauge = wheelSpeedRf, "Wheel speed: RF", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssLrGauge = wheelSpeedLr, "Wheel speed: LR", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssRrGauge = wheelSpeedRr, "Wheel speed: RR", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+
+gaugeCategory = Ignition
+ sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
+ dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
+ coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
+ ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
+ baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
+ dwellAngleGauge = dwellAngle,"Ign: Dwell angle", "deg", 0.0,120.0, 0.0,120.0, 0.0,120.0, 1,1
+ cltTimingCorrectionGauge = cltTimingCorrection,"Ign: CLT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ timingIatCorrectionGauge = timingIatCorrection,"Ign: IAT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ timingPidCorrectionGauge = timingPidCorrection,"Ign: Idle timing adjustment", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ luaTimingAddGauge = luaTimingAdd,"Ign: Lua timing add", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ luaTimingMultGauge = luaTimingMult,"Ign: Lua timing mult", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+
+gaugeCategory = Acceleration Enrichment
+ deltaTpsGauge = deltaTps, "AE: TPS change", "", 0, 120, 10, 10, 100, 100, 1, 1
+ tpsAccelFuelGauge = tpsAccelFuel,"AE: TPS enrich", "ms", 0, 120, 10, 10, 100, 100, 1, 1
+ wallFuelAmountGauge = wallFuelAmount, "AE: wall amount", "mg", 0, 100, 0, 0, 100, 100, 0, 0
+ wallFuelCorrectionGauge = wallFuelCorrection, "AE: wall correction extra", "mg", -20, 20, -100, -100, 100, 100, 1, 1
+
+gaugeCategory = Fueling
+ ;Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld
+ fuelCutReasonGauge = fuelCutReason,"Fuel Cut Code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ tChargeGauge = sd_tCharge, "Fuel: Estimated charge temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ baroCorrectionGauge = baroCorrection,"Fuel: Barometric pressure mult", "ratio", 0.5, 1.5, 0.6, 0.7, 1.3, 1.4, 1, 1
+ crankingFuelGauge = crankingFuel_fuel, "Fuel: cranking", "mg", 0, 100, 0, 0, 100, 100, 3, 1
+ iatCorrectionGauge = running_intakeTemperatureCoefficient, "Fuel: IAT correction", "mult", 0, 3, 0, 0, 3, 3, 2, 2
+ cltCorrectionGauge = running_coolantTemperatureCoefficient, "Fuel: CLT correction", "mult", 0, 3, 0, 0, 3, 3, 2, 2
+ injectorDutyCycleGauge=injectorDutyCycle, "Fuel: injector duty cycle","%", 0, 120, 10, 10, 100, 100, 1, 1
+ injectorDutyCycleStg2Gauge=injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2","%", 0, 120, 10, 10, 100, 100, 1, 1
+ actualLastInjectionGauge = actualLastInjection, "Fuel: Last inj pulse width", "mSec", 0, 25.5, 1.0, 1.2, 20, 25, 3, 1
+ actualLastInjectionStg2Gauge = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", "mSec", 0, 25.5, 1.0, 1.2, 20, 25, 3, 1
+ veValueGauge = veValue, "fuel: VE", "", 0, 120, 10, 10, 100, 100, 1, 1
+
+ injectorLagMsGauge = m_deadtime, "Fuel: injector lag", "mSec", 0, 10, 0, 0, 10, 10, 3, 1
+ fuelRunningGauge = running_fuel, "Fuel: running", "mg", 0, 100, 0, 0, 100, 100, 3, 1
+ baseFuelGauge = running_baseFuel, "Fuel: base cycle mass", "mg", 0, 100, 0, 0, 100, 100, 2, 0
+ fuelPidCorrectionGauge = fuelPidCorrection1, "Fuel: fuel trim", "%", -10, 10, -8, -5, 5, 8, 3, 1
+ fuelPidCorrectionGauge2= fuelPidCorrection2, "Fuel: fuel trim 2", "%", -10, 10, -8, -5, 5, 8, 3, 1
+ fuelingLoadGauge = fuelingLoad, "Fuel: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
+ totalFuelConsumptionGauge = totalFuelConsumption, "Fuel: Total consumed", "g", 0, 10000, 0, 0, 10000, 10000, 0, 0
+ fuelFlowRateGauge = fuelFlowRate, "Fuel: Flow rate", "g/s", 0, 50, 0, 0, 50, 50, 2, 0
+ targetLambdaGauge = targetLambda,"Fuel: target lambda", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ currentTargetAfrGauge = targetAFR,"Fuel: target AFR", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+
+gaugeCategory = Throttle Body (incl. ETB)
+ pedalPositionGauge = throttlePedalPosition, "Throttle pedal position", "%", 0, 120, 0, 0, 100, 100, 1, 1
+ tpsADCGauge = tpsADC, "tps1 ADC", "ADC", 0, 1024, 0, 0, 0, 0, 0, 0
+ TPSGauge = TPSValue, "Throttle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ TPS2Gauge = TPS2Value, "Throttle position #2", "%", 0, 100, 0, 0, 100, 100, 1, 1
+
+ etbTargetGauge = ETB_1_m_adjustedTarget, "ETB: position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ etbErrorGauge = ETB_1_m_error, "ETB: position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
+ etbDutyCycleGauge = ETB_1_m_outputDuty, "ETB: Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
+
+gaugeCategory = Sensors - Raw
+ rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawTps1SecondaryGauge = rawTps1Secondary, "Raw TPS 1 Secondary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawTps2PrimaryGauge = rawTps2Primary, "Raw TPS 2 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawTps2SecondaryGauge = rawTps2Secondary, "Raw TPS 2 Secondary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput1Gauge = rawAnalogInput1, "Raw Aux 1", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput2Gauge = rawAnalogInput2, "Raw Aux 2", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput3Gauge = rawAnalogInput3, "Raw Aux 3", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput4Gauge = rawAnalogInput4, "Raw Aux 4", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput5Gauge = rawAnalogInput5, "Raw Aux 5", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput6Gauge = rawAnalogInput6, "Raw Aux 6", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput7Gauge = rawAnalogInput7, "Raw Aux 7", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput8Gauge = rawAnalogInput8, "Raw Aux 8", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawPpsPrimaryGauge = rawPpsPrimary , "Raw Pedal Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawPpsSecondaryGauge = rawPpsSecondary,"Raw Pedal Secondary","V",0, 5, 0, 0, 5, 5, 3, 0
+ rawCltGauge = rawClt , "Raw CLT", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawHighFuelPressureGauge = rawHighFuelPressure,"Raw fuel pressure (high) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawFuelTankLevelGauge = rawFuelTankLevel, "Raw fuel level", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawMafGauge = rawMaf , "Raw MAF", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawMapGauge = rawMap , "Raw MAP", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAfrGauge = rawAfr , "Raw WB O2", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ vssEdgeCounterGauge = vssEdgeCounter, "Raw VSS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
+
+gaugeCategory = Transmission
+ detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
+ speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
+
+gaugeCategory = Knock
+ knock1Gauge = m_knockCyl1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock2Gauge = m_knockCyl2, "Knock Cyl 2", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock3Gauge = m_knockCyl3, "Knock Cyl 3", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock4Gauge = m_knockCyl4, "Knock Cyl 4", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock5Gauge = m_knockCyl5, "Knock Cyl 5", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock6Gauge = m_knockCyl6, "Knock Cyl 6", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock7Gauge = m_knockCyl7, "Knock Cyl 7", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock8Gauge = m_knockCyl8, "Knock Cyl 8", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock9Gauge = m_knockCyl9, "Knock Cyl 9", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock10Gauge = m_knockCyl10, "Knock Cyl 10", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock11Gauge = m_knockCyl11, "Knock Cyl 11", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock12Gauge = m_knockCyl12, "Knock Cyl 12", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knockLevelGauge = m_knockLevel,"Knock level", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knockRetardGauge = m_knockRetard, "Knock retard", "deg", 0, 10, 0, 0, 10, 10, 1, 1
+ knockCountGauge = m_knockCount, "Knock count", "count", 0, 10000, 0, 0, 10000, 10000, 0, 0
+
+gaugeCategory = GPPWM Outputs
+ gppwmGauge1 = gppwmOutput1, { stringValue(gpPwmNote1) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+ gppwmGauge2 = gppwmOutput2, { stringValue(gpPwmNote2) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+ gppwmGauge3 = gppwmOutput3, { stringValue(gpPwmNote3) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+ gppwmGauge4 = gppwmOutput4, { stringValue(gpPwmNote4) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+
+[WueAnalyze]
+
+; wueCurveName, afrTempCompensationCurve, lambdaTargetTableName, lambdaChannel, coolantTempChannel, egoCorrectionChannel, wueChannel, activeCondition
+#if LAMBDA
+ wueAnalyzeMap = wueAnalyzer_warmup_curve, wueAfrTargetOffsetCurve, lambdaTableTbl, lambdaValues1, coolant, running_coolantTemperatureCoefficient, egoCorrectionForVeAnalyze
+ lambdaTargetTables = lambdaTableTbl, afrTSCustom
+#else
+ wueAnalyzeMap = wueAnalyzer_warmup_curve, wueAfrTargetOffsetCurve, afrTableTbl, AFRValue, coolant, running_coolantTemperatureCoefficient, egoCorrectionForVeAnalyze
+ lambdaTargetTables = afrTableTbl, afrTSCustom
+#endif
+
+ wuePercentOffset = 0 ; for working with 0 based enrichment set to 100
+ option = disableLiveUpdates
+ option = burnOnSend
+
+; filter = std_DeadLambda ; Auto build
+
+ filter = decelFilterMap,"After Start Enrich", engine, & , 4 , , false
+ filter = accelFilterTp, "TP Accel Enrich" , engine, & , 16, , false
+ filter = decelFilterTp, "TP Decel Enrich" , engine, & , 32, , false
+ filter = accelFilterMap,"MAP Accel Enrich" , engine, & , 64, , false
+ filter = decelFilterMap,"MAP Decel Enrich" , engine, & , 128, , false
+ ; this works, just another way to skin a cat
+ ;filter = decelFilter, "Decel Flag" , tpsaccden, > , 0, , false
+ filter = overrunFilter, "Overrun" , pulseWidth1, = , 0, , false
+ filter = highThrottle, "High Throttle" , throttle, > , 15, , true
+ filter = lowRpm, "Low RPM" , rpm, < , 300, , false
+ filter = std_Custom ; Standard Custom Expression Filter.
+
+
+[FrontPage]
+ ; Gauges are numbered left to right, top to bottom.
+ ;
+ ; 1 2 3 4
+ ; 5 6 7 8
+
+ gauge1 = RPMGauge
+ gauge2 = CLTGauge
+ gauge3 = TPSGauge
+ gauge4 = MAPGauge
+#if LAMBDA
+ gauge5 = lambda1Gauge
+#else
+ gauge5 = afr1Gauge
+#endif
+ gauge6 = VBattGauge
+ gauge7 = dwellGauge
+ gauge8 = ignadvGauge
+
+ ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg
+ ; Line 1
+ ; important status
+ ; todo: do we want to drop this line since we have "config error" feature thing below?
+ indicator = { hasCriticalError }, "No errors", "CRITICAL ERROR", white, black, red, black
+ indicator = { needBurn }, "Settings saved", "Unsaved changes", white, black, yellow, black
+ indicator = { isWarnNow }, "No warnings", "Warning", white, black, yellow, black
+ indicator = { checkEngine }, "No Check Engine", "Check Engine", white, black, red, black
+ indicator = { isTriggerError}, "Trigger OK", "Trigger ERR", white, black, red, black
+ indicator = { fuelCutReason != 0 }, "Injection OK", { Fuel cut: bitStringValue(fuelIgnCutCodeList, fuelCutReason)}, white, black, yellow, black
+ indicator = { sparkCutReason != 0 }, "Ignition OK", { Ign cut: bitStringValue(fuelIgnCutCodeList, sparkCutReason)}, white, black, yellow, black
+ indicator = { ETB_1_etbErrorCode != 0 }, "ETB 1 OK", { ETB 1: bitStringValue(etbCutCodeList, ETB_1_etbErrorCode)}, white, black, yellow, black
+ indicator = { ETB_2_etbErrorCode != 0 }, "ETB 2 OK", { ETB 2: bitStringValue(etbCutCodeList, ETB_2_etbErrorCode)}, white, black, yellow, black
+
+ ; this is required so that the "config error" feature works in TS
+ ; DO NOT CHANGE THIS LINE - TS is looking for an indicator with particular text/styling
+ ; you don't even have to show it by default
+ ; DO NOT CHANGE THIS LINE
+ ; DO NOT CHANGE THIS LINE
+ indicator = { hasCriticalError }, "Config Error", "Config Error", white, black, red, black
+ ; DO NOT CHANGE THIS LINE
+ ; DO NOT CHANGE THIS LINE
+
+ ; minor info
+ indicator = { Fan_1_m_state }, "Fan off", "Fan on", white, black, green, black
+ indicator = { Fan_2_m_state }, "Fan 2 off", "Fan 2 on", white, black, green, black
+ indicator = { mainRelayState }, "Main relay off", "Main relay on", white, black, green, black
+ ; Line 2
+ ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg
+ indicator = { isFuelPumpOn }, "Fuel pump off", "Fuel pump on", white, black, green, black
+ indicator = { clutchUpState }, "No clutch Up", "Clutch Up", white, black, red, black
+ indicator = { clutchDownState }, "No clutch down", "Clutch down", white, black, yellow, black
+ indicator = { brakePedalState }, "No braking", "Brake down", white, black, red, black
+ indicator = { AC_acButtonState }, "AC Switch off", "AC Switch on", white, black, blue, white
+ indicator = { AC_acCompressorState }, "AC Relay off", "AC Relay on", white, black, blue, white
+ indicator = { AC_acPressureSwitchState }, "AC Pressure Wrong", "AC Pressure Correct", red, black, blue, white
+ indicator = { Idle_isIdleClosedLoop }, "Not idling", "Idling", white, black, green, black
+ indicator = { Idle_isIdleCoasting }, "Not coasting", "Coasting", white, black, green, black
+ indicator = { dfcoActive }, "Not decel fuel cut", "Decel fuel cut", white, black, yellow, black
+ indicator = { isAboveAccelThreshold }, "No TPS accel", "TPS accel active", white, black, yellow, black
+ ; error codes
+ indicator = { isTpsError }, "TPS OK", "TPS error", white, black, red, black
+
+ ; Line 3
+ ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg
+ indicator = { isTps2Error }, "TPS 2 OK", "TPS 2 error", white, black, red, black
+ indicator = { isPedalError }, "Pedal OK", "Pedal error", white, black, red, black
+ indicator = { isCltError }, "CLT OK", "CLT error", white, black, red, black
+ indicator = { isIatError }, "IAT OK", "IAT error", white, black, red, black
+ ; not implemented
+ ; indicator = { ind_map_error}, "map", "map error", white, black, red, black
+ indicator = { sd_present }, "No SD card", "SD card present", white, black, green, black
+ indicator = { sd_logging_internal }, "No SD logging", "SD logging", white, black, green, black
+ indicator = { sd_msd }, "No SD USB", "SD USB", white, black, green, black
+ indicator = { ETB_1_revLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black
+
+ indicator = { wbo1_hasFault }, { WBO 1: bitStringValue(wboFaultCodeList, WBO_1_faultCode)}, { WBO 1: bitStringValue(wboFaultCodeList, WBO_1_faultCode)}, white, black, red, black
+ indicator = { wbo2_hasFault }, { WBO 2: bitStringValue(wboFaultCodeList, WBO_2_faultCode)}, { WBO 2: bitStringValue(wboFaultCodeList, WBO_2_faultCode)}, white, black, red, black
+
+ indicator = { hasKnockRecently }, "No knock", "KNOCK", white, black, red, black
+ indicator = { hasKnockRetardNow }, "", "Knock retard active", white, black, red, black
+
+
+; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
+
+[KeyActions]
+ showPanel = spi, spiFunction
+
+;
+; this section defines how we log output channels
+; see [OutputChannels]
+;
+[Datalog]
+ ; Channel Label Type Format
+ entry = time, "Time", float, "%.3f"
+
+ ; Add duplicate lambda/AFR log fields so that VE analyze in MLV works
+ entry = lambdaValues1, "Lambda", float, "%.3f"
+ entry = AFRValue, "AFR", float, "%.2f"
+
+entry = sd_present, "SD: Present", int, "%d"
+entry = sd_logging_internal, "SD: Logging", int, "%d"
+entry = triggerScopeReady, "triggerScopeReady", int, "%d"
+entry = antilagTriggered, "antilagTriggered", int, "%d"
+entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
+entry = checkEngine, "checkEngine", int, "%d"
+entry = needBurn, "needBurn", int, "%d"
+entry = sd_msd, "SD: MSD", int, "%d"
+entry = acrActive, "Harley ACR: Active", int, "%d"
+entry = toothLogReady, "Tooth Logger Ready", int, "%d"
+entry = isTpsError, "Error: TPS1", int, "%d"
+entry = isCltError, "Error: CLT", int, "%d"
+entry = isMapError, "Error: MAP", int, "%d"
+entry = isIatError, "Error: IAT", int, "%d"
+entry = isTriggerError, "Error: Trigger", int, "%d"
+entry = hasCriticalError, "Error: Active", int, "%d"
+entry = isWarnNow, "Warning: Active", int, "%d"
+entry = isPedalError, "Error: Pedal", int, "%d"
+entry = launchTriggered, "Launch control: Triggered", int, "%d"
+entry = isTps2Error, "Error: TPS2", int, "%d"
+entry = injectorFault, "Error: Injector Fault", int, "%d"
+entry = ignitionFault, "Error: Ignition Fault", int, "%d"
+entry = isUsbConnected, "isUsbConnected", int, "%d"
+entry = dfcoActive, "DFCO: Active", int, "%d"
+entry = RPMValue, "RPM", int, "%d"
+entry = rpmAcceleration, "dRPM", float, "%.2f"
+entry = coolant, "CLT", float, "%.1f"
+entry = intake, "IAT", float, "%.1f"
+entry = auxTemp1, "Aux temp 1", float, "%.1f"
+entry = auxTemp2, "Aux temp 2", float, "%.1f"
+entry = oilTemp, "oilTemp", float, "%.1f"
+entry = fuelTemp, "fuelTemp", float, "%.1f"
+entry = ambientTemp, "ambientTemp", float, "%.1f"
+entry = compressorDischargeTemp, "compressorDischargeTemp", float, "%.1f"
+entry = TPSValue, "TPS", float, "%.2f"
+entry = tpsADC, "tpsADC", int, "%d"
+entry = TPS2Value, "TPS2", float, "%.2f"
+entry = throttlePedalPosition, "Throttle pedal position", float, "%.2f"
+entry = tps1Split, "tps1Split", float, "%.2f"
+entry = tps2Split, "tps2Split", float, "%.2f"
+entry = tps12Split, "tps12Split", float, "%.2f"
+entry = accPedalSplit, "accPedalSplit", float, "%.2f"
+entry = rawTps1Primary, "Raw: TPS 1 primary", float, "%.3f"
+entry = rawTps1Secondary, "Raw: TPS 1 secondary", float, "%.3f"
+entry = rawTps2Primary, "Raw: TPS 2 primary", float, "%.3f"
+entry = rawTps2Secondary, "Raw: TPS 2 secondary", float, "%.3f"
+entry = rawPpsPrimary, "Raw: Pedal primary", float, "%.3f"
+entry = rawPpsSecondary, "Raw: Pedal secondary", float, "%.3f"
+entry = rawBattery, "Raw: Vbatt", float, "%.3f"
+entry = rawClt, "Raw: CLT", float, "%.3f"
+entry = rawIat, "Raw: IAT", float, "%.3f"
+entry = rawOilPressure, "Raw: OilP", float, "%.3f"
+entry = rawLowFuelPressure, "Raw: Fuel press low", float, "%.3f"
+entry = rawHighFuelPressure, "Raw: Fuel press high", float, "%.3f"
+entry = rawMaf, "Raw: MAF", float, "%.3f"
+entry = rawMaf2, "Raw: MAF 2", float, "%.3f"
+entry = rawMap, "Raw: MAP", float, "%.3f"
+entry = rawWastegatePosition, "Raw: Wastegate position", float, "%.3f"
+entry = rawFuelTankLevel, "Raw: Fuel level", float, "%.3f"
+entry = rawAfr, "Raw: AFR", float, "%.3f"
+entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
+entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
+entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"
+entry = rawAnalogInput4, "rawAnalogInput 4", float, "%.3f"
+entry = rawAnalogInput5, "rawAnalogInput 5", float, "%.3f"
+entry = rawAnalogInput6, "rawAnalogInput 6", float, "%.3f"
+entry = rawAnalogInput7, "rawAnalogInput 7", float, "%.3f"
+entry = rawAnalogInput8, "rawAnalogInput 8", float, "%.3f"
+entry = lambdaValues1, "Lambda 1", float, "%.3f"
+entry = lambdaValues2, "Lambda 2", float, "%.3f"
+entry = lambdaValues3, "Lambda 3", float, "%.3f"
+entry = lambdaValues4, "Lambda 4", float, "%.3f"
+entry = AFRValue, "Air/Fuel Ratio", float, "%.2f"
+entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.2f"
+entry = afrGasolineScale, "Air/Fuel Ratio (Gas Scale)", float, "%.2f"
+entry = afr2GasolineScale, "Air/Fuel Ratio 2 (Gas Scale)", float, "%.2f"
+entry = lowFuelPressure, "Fuel pressure (low)", float, "%.0f"
+entry = highFuelPressure, "Fuel pressure (high)", float, "%.0f"
+entry = fuelTankLevel, "Fuel level", float, "%.0f"
+entry = flexPercent, "Flex Ethanol %", float, "%.1f"
+entry = vehicleSpeedKph, "Vehicle Speed", float, "%.1f"
+entry = speedToRpmRatio, "Gearbox Ratio", float, "%.2f"
+entry = wheelSpeedLf, "Wheel speed: LF", int, "%d"
+entry = wheelSpeedRf, "Wheel speed: RF", int, "%d"
+entry = wheelSpeedLr, "Wheel speed: LR", int, "%d"
+entry = wheelSpeedRr, "Wheel speed: RR", int, "%d"
+entry = vvtPositionB1I, "VVT: bank 1 intake", float, "%.1f"
+entry = tsConfigVersion, "tsConfigVersion", int, "%d"
+entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.1f"
+entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.1f"
+entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.1f"
+entry = baroPressure, "baroPressure", float, "%.1f"
+entry = MAPValue, "MAP", float, "%.1f"
+entry = mapFast, "mapFast", float, "%.1f"
+entry = oilPressure, "Oil Pressure", float, "%.0f"
+entry = compressorDischargePressure, "compressorDischargePressure", float, "%.1f"
+entry = throttleInletPressure, "throttleInletPressure", float, "%.1f"
+entry = auxLinear1, "Aux linear 1", float, "%.1f"
+entry = auxLinear2, "Aux linear 2", float, "%.1f"
+entry = auxLinear3, "Aux linear 3", float, "%.1f"
+entry = auxLinear4, "Aux linear 4", float, "%.1f"
+entry = VBatt, "VBatt", float, "%.2f"
+entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.2f"
+entry = auxSpeed1, "Aux speed 1", int, "%d"
+entry = auxSpeed2, "Aux speed 2", int, "%d"
+entry = mafMeasured, "MAF", float, "%.1f"
+entry = mafMeasured2, "MAF #2", float, "%.1f"
+entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.2f"
+entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.2f"
+entry = fuelPidCorrection3, "Fuel: Trim bank 3", float, "%.2f"
+entry = fuelPidCorrection4, "Fuel: Trim bank 4", float, "%.2f"
+entry = Gego, "Gego", float, "%.2f"
+entry = fuelFlowRate, "Fuel: Flow rate", float, "%.3f"
+entry = totalFuelConsumption, "Fuel: Total consumed", float, "%.1f"
+entry = ignitionOnTime, "ignitionOnTime", float, "%.1f"
+entry = engineRunTime, "engineRunTime", float, "%.1f"
+entry = distanceTraveled, "distanceTraveled", float, "%.1f"
+entry = wallFuelAmount, "Fuel: Wall amount", float, "%.3f"
+entry = wallFuelCorrectionValue, "Fuel: Wall correction", float, "%.3f"
+entry = veValue, "Fuel: VE", float, "%.2f"
+entry = detectedGear, "Detected Gear", int, "%d"
+entry = maxTriggerReentrant, "maxTriggerReentrant", int, "%d"
+entry = luaGauges1, "Lua: Gauge 1", float, "%.3f"
+entry = luaGauges2, "Lua: Gauge 2", float, "%.3f"
+entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
+entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
+entry = widebandUpdateProgress, "widebandUpdateProgress", int, "%d"
+entry = orderingErrorCounter, "orderingErrorCounter", int, "%d"
+entry = internalMcuTemperature, "ECU temperature", int, "%d"
+entry = actualLastInjection, "Fuel: Last inj pulse width", float, "%.3f"
+entry = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", float, "%.3f"
+entry = injectorDutyCycle, "Fuel: injector duty cycle", float, "%.1f"
+entry = injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", float, "%.1f"
+entry = injectionOffset, "Fuel: Injection timing SOI", int, "%d"
+entry = revolutionCounterSinceStart, "Trg: Revolution counter", int, "%d"
+entry = canReadCounter, "CAN: Rx", int, "%d"
+entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
+entry = ignitionAdvance, "Ign: Timing Base", float, "%.1f"
+entry = currentIgnitionMode, "Ign: Mode", int, "%d"
+entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
+entry = idleStepperTargetPosition, "Idle: Stepper target position", int, "%d"
+entry = coilDutyCycle, "Ign: Coil duty cycle", float, "%.1f"
+entry = seconds, "Uptime", int, "%d"
+entry = firmwareVersion, "firmware", int, "%d"
+entry = accelerationLat, "Accel: Lateral", float, "%.0f"
+entry = accelerationLon, "Accel: Longitudinal", float, "%.0f"
+entry = calibrationValue, "calibrationValue", float, "%.0f"
+entry = calibrationValue2, "calibrationValue2", float, "%.0f"
+entry = calibrationMode, "calibrationMode", int, "%d"
+entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
+entry = warningCounter, "Warning: counter", int, "%d"
+entry = lastErrorCode, "Warning: last", int, "%d"
+entry = recentErrorCode1, "recentErrorCode 1", int, "%d"
+entry = recentErrorCode2, "recentErrorCode 2", int, "%d"
+entry = recentErrorCode3, "recentErrorCode 3", int, "%d"
+entry = recentErrorCode4, "recentErrorCode 4", int, "%d"
+entry = recentErrorCode5, "recentErrorCode 5", int, "%d"
+entry = recentErrorCode6, "recentErrorCode 6", int, "%d"
+entry = recentErrorCode7, "recentErrorCode 7", int, "%d"
+entry = recentErrorCode8, "recentErrorCode 8", int, "%d"
+entry = debugFloatField1, "debugFloatField1", float, "%.3f"
+entry = debugFloatField2, "debugFloatField2", float, "%.3f"
+entry = debugFloatField3, "debugFloatField3", float, "%.3f"
+entry = debugFloatField4, "debugFloatField4", float, "%.3f"
+entry = debugFloatField5, "debugFloatField5", float, "%.3f"
+entry = debugFloatField6, "debugFloatField6", float, "%.3f"
+entry = debugFloatField7, "debugFloatField7", float, "%.3f"
+entry = debugIntField1, "debugIntField1", int, "%d"
+entry = debugIntField2, "debugIntField2", int, "%d"
+entry = debugIntField3, "debugIntField3", int, "%d"
+entry = debugIntField4, "debugIntField4", int, "%d"
+entry = debugIntField5, "debugIntField5", int, "%d"
+entry = egt1, "EGT 1", int, "%d"
+entry = egt2, "EGT 2", int, "%d"
+entry = egt3, "EGT 3", int, "%d"
+entry = egt4, "EGT 4", int, "%d"
+entry = egt5, "EGT 5", int, "%d"
+entry = egt6, "EGT 6", int, "%d"
+entry = egt7, "EGT 7", int, "%d"
+entry = egt8, "EGT 8", int, "%d"
+entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d"
+entry = accelerationVert, "Accel: Vertical", float, "%.0f"
+entry = gyroYaw, "Gyro: Yaw rate", float, "%.0f"
+entry = turboSpeed, "Turbocharger Speed", int, "%d"
+entry = ignitionAdvanceCyl1, "Ign: Timing Cyl 1", float, "%.1f"
+entry = ignitionAdvanceCyl2, "Ign: Timing Cyl 2", float, "%.1f"
+entry = ignitionAdvanceCyl3, "Ign: Timing Cyl 3", float, "%.1f"
+entry = ignitionAdvanceCyl4, "Ign: Timing Cyl 4", float, "%.1f"
+entry = ignitionAdvanceCyl5, "Ign: Timing Cyl 5", float, "%.1f"
+entry = ignitionAdvanceCyl6, "Ign: Timing Cyl 6", float, "%.1f"
+entry = ignitionAdvanceCyl7, "Ign: Timing Cyl 7", float, "%.1f"
+entry = ignitionAdvanceCyl8, "Ign: Timing Cyl 8", float, "%.1f"
+entry = ignitionAdvanceCyl9, "Ign: Timing Cyl 9", float, "%.1f"
+entry = ignitionAdvanceCyl10, "Ign: Timing Cyl 10", float, "%.1f"
+entry = ignitionAdvanceCyl11, "Ign: Timing Cyl 11", float, "%.1f"
+entry = ignitionAdvanceCyl12, "Ign: Timing Cyl 12", float, "%.1f"
+entry = sparkCutReason, "Ign: Cut Code", int, "%d"
+entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
+entry = instantRpm, "instantRpm", int, "%d"
+entry = testBenchIter, "testBenchIter", int, "%d"
+entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
+entry = fallbackMap, "fallbackMap", float, "%.1f"
+entry = instantMAPValue, "Instant MAP", float, "%.2f"
+entry = maxLockedDuration, "maxLockedDuration", int, "%d"
+entry = canWriteOk, "CAN: Tx OK", float, "%.3f"
+entry = canWriteNotOk, "CAN: Tx err", float, "%.3f"
+entry = starterState, "starterState", float, "%.3f"
+entry = starterRelayDisable, "starterRelayDisable", float, "%.3f"
+entry = multiSparkCounter, "Ign: Multispark count", float, "%.3f"
+entry = extiOverflowCount, "extiOverflowCount", int, "%d"
+entry = alternatorStatus_pTerm, "alternatorStatus_pTerm", float, "%.2f"
+entry = alternatorStatus_iTerm, "alternatorStatus_iTerm", float, "%.2f"
+entry = alternatorStatus_dTerm, "alternatorStatus_dTerm", float, "%.2f"
+entry = alternatorStatus_output, "alternatorStatus_output", float, "%.2f"
+entry = alternatorStatus_error, "alternatorStatus_error", float, "%.2f"
+entry = alternatorStatus_resetCounter, "alternatorStatus_resetCounter", int, "%d"
+entry = idleStatus_pTerm, "idleStatus_pTerm", float, "%.2f"
+entry = idleStatus_iTerm, "idleStatus_iTerm", float, "%.2f"
+entry = idleStatus_dTerm, "idleStatus_dTerm", float, "%.2f"
+entry = idleStatus_output, "idleStatus_output", float, "%.2f"
+entry = idleStatus_error, "idleStatus_error", float, "%.2f"
+entry = idleStatus_resetCounter, "idleStatus_resetCounter", int, "%d"
+entry = etbStatus_pTerm, "etbStatus_pTerm", float, "%.2f"
+entry = etbStatus_iTerm, "etbStatus_iTerm", float, "%.2f"
+entry = etbStatus_dTerm, "etbStatus_dTerm", float, "%.2f"
+entry = etbStatus_output, "etbStatus_output", float, "%.2f"
+entry = etbStatus_error, "etbStatus_error", float, "%.2f"
+entry = etbStatus_resetCounter, "etbStatus_resetCounter", int, "%d"
+entry = boostStatus_pTerm, "boostStatus_pTerm", float, "%.2f"
+entry = boostStatus_iTerm, "boostStatus_iTerm", float, "%.2f"
+entry = boostStatus_dTerm, "boostStatus_dTerm", float, "%.2f"
+entry = boostStatus_output, "boostStatus_output", float, "%.2f"
+entry = boostStatus_error, "boostStatus_error", float, "%.2f"
+entry = boostStatus_resetCounter, "boostStatus_resetCounter", int, "%d"
+entry = wastegateDcStatus_pTerm, "wastegateDcStatus_pTerm", float, "%.2f"
+entry = wastegateDcStatus_iTerm, "wastegateDcStatus_iTerm", float, "%.2f"
+entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.2f"
+entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.2f"
+entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.2f"
+entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
+entry = gppwmOutput1, "GPPWM Output 1", float, "%.2f"
+entry = gppwmOutput2, "GPPWM Output 2", float, "%.2f"
+entry = gppwmOutput3, "GPPWM Output 3", float, "%.2f"
+entry = gppwmOutput4, "GPPWM Output 4", float, "%.2f"
+entry = gppwmXAxis1, "gppwmXAxis 1", int, "%d"
+entry = gppwmXAxis2, "gppwmXAxis 2", int, "%d"
+entry = gppwmXAxis3, "gppwmXAxis 3", int, "%d"
+entry = gppwmXAxis4, "gppwmXAxis 4", int, "%d"
+entry = gppwmYAxis1, "gppwmYAxis 1", float, "%.1f"
+entry = gppwmYAxis2, "gppwmYAxis 2", float, "%.1f"
+entry = gppwmYAxis3, "gppwmYAxis 3", float, "%.1f"
+entry = gppwmYAxis4, "gppwmYAxis 4", float, "%.1f"
+entry = ignBlendParameter1, "ignBlendParameter 1", float, "%.1f"
+entry = ignBlendParameter2, "ignBlendParameter 2", float, "%.1f"
+entry = ignBlendParameter3, "ignBlendParameter 3", float, "%.1f"
+entry = ignBlendParameter4, "ignBlendParameter 4", float, "%.1f"
+entry = ignBlendBias1, "ignBlendBias 1", float, "%.1f"
+entry = ignBlendBias2, "ignBlendBias 2", float, "%.1f"
+entry = ignBlendBias3, "ignBlendBias 3", float, "%.1f"
+entry = ignBlendBias4, "ignBlendBias 4", float, "%.1f"
+entry = ignBlendOutput1, "ignBlendOutput 1", float, "%.2f"
+entry = ignBlendOutput2, "ignBlendOutput 2", float, "%.2f"
+entry = ignBlendOutput3, "ignBlendOutput 3", float, "%.2f"
+entry = ignBlendOutput4, "ignBlendOutput 4", float, "%.2f"
+entry = ignBlendYAxis1, "ignBlendYAxis 1", float, "%.1f"
+entry = ignBlendYAxis2, "ignBlendYAxis 2", float, "%.1f"
+entry = ignBlendYAxis3, "ignBlendYAxis 3", float, "%.1f"
+entry = ignBlendYAxis4, "ignBlendYAxis 4", float, "%.1f"
+entry = veBlendParameter1, "veBlendParameter 1", float, "%.1f"
+entry = veBlendParameter2, "veBlendParameter 2", float, "%.1f"
+entry = veBlendParameter3, "veBlendParameter 3", float, "%.1f"
+entry = veBlendParameter4, "veBlendParameter 4", float, "%.1f"
+entry = veBlendBias1, "veBlendBias 1", float, "%.1f"
+entry = veBlendBias2, "veBlendBias 2", float, "%.1f"
+entry = veBlendBias3, "veBlendBias 3", float, "%.1f"
+entry = veBlendBias4, "veBlendBias 4", float, "%.1f"
+entry = veBlendOutput1, "veBlendOutput 1", float, "%.2f"
+entry = veBlendOutput2, "veBlendOutput 2", float, "%.2f"
+entry = veBlendOutput3, "veBlendOutput 3", float, "%.2f"
+entry = veBlendOutput4, "veBlendOutput 4", float, "%.2f"
+entry = veBlendYAxis1, "veBlendYAxis 1", float, "%.1f"
+entry = veBlendYAxis2, "veBlendYAxis 2", float, "%.1f"
+entry = veBlendYAxis3, "veBlendYAxis 3", float, "%.1f"
+entry = veBlendYAxis4, "veBlendYAxis 4", float, "%.1f"
+entry = mapAveragingSamples, "mapAveragingSamples", int, "%d"
+entry = dwellAccuracyRatio, "dwellAccuracyRatio", float, "%.3f"
+entry = mafMeasured_preFilter, "MAF: Pre-filter", float, "%.1f"
+entry = cylinderRpm1, "cylinderRpm 1", int, "%d"
+entry = cylinderRpm2, "cylinderRpm 2", int, "%d"
+entry = cylinderRpm3, "cylinderRpm 3", int, "%d"
+entry = cylinderRpm4, "cylinderRpm 4", int, "%d"
+entry = cylinderRpm5, "cylinderRpm 5", int, "%d"
+entry = cylinderRpm6, "cylinderRpm 6", int, "%d"
+entry = cylinderRpm7, "cylinderRpm 7", int, "%d"
+entry = cylinderRpm8, "cylinderRpm 8", int, "%d"
+entry = cylinderRpm9, "cylinderRpm 9", int, "%d"
+entry = cylinderRpm10, "cylinderRpm 10", int, "%d"
+entry = cylinderRpm11, "cylinderRpm 11", int, "%d"
+entry = cylinderRpm12, "cylinderRpm 12", int, "%d"
+entry = cylinderRpmDelta1, "cylinderRpmDelta 1", int, "%d"
+entry = cylinderRpmDelta2, "cylinderRpmDelta 2", int, "%d"
+entry = cylinderRpmDelta3, "cylinderRpmDelta 3", int, "%d"
+entry = cylinderRpmDelta4, "cylinderRpmDelta 4", int, "%d"
+entry = cylinderRpmDelta5, "cylinderRpmDelta 5", int, "%d"
+entry = cylinderRpmDelta6, "cylinderRpmDelta 6", int, "%d"
+entry = cylinderRpmDelta7, "cylinderRpmDelta 7", int, "%d"
+entry = cylinderRpmDelta8, "cylinderRpmDelta 8", int, "%d"
+entry = cylinderRpmDelta9, "cylinderRpmDelta 9", int, "%d"
+entry = cylinderRpmDelta10, "cylinderRpmDelta 10", int, "%d"
+entry = cylinderRpmDelta11, "cylinderRpmDelta 11", int, "%d"
+entry = cylinderRpmDelta12, "cylinderRpmDelta 12", int, "%d"
+entry = running_postCrankingFuelCorrection, "Fuel: Post cranking mult", float, "%.0f"
+entry = running_intakeTemperatureCoefficient, "Fuel: IAT correction", float, "%.0f"
+entry = running_coolantTemperatureCoefficient, "Fuel: CLT correction", float, "%.0f"
+entry = running_timeSinceCrankingInSecs, "running_timeSinceCrankingInSecs", float, "%.0f"
+entry = running_baseFuel, "Fuel: base cycle mass", float, "%.3f"
+entry = running_fuel, "Fuel: running", float, "%.3f"
+entry = totalFuelCorrection, "Fuel: Total correction", float, "%.2f"
+entry = afrTableYAxis, "afrTableYAxis", float, "%.0f"
+entry = targetLambda, "Fuel: target lambda", float, "%.2f"
+entry = targetAFR, "Fuel: target AFR", float, "%.2f"
+entry = stoichiometricRatio, "Fuel: Stoich ratio", float, "%.2f"
+entry = sdTcharge_coff, "sdTcharge_coff", float, "%.0f"
+entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
+entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.1f"
+entry = baseDwell, "baseDwell", float, "%.1f"
+entry = sparkDwell, "Ign: Dwell", float, "%.1f"
+entry = dwellAngle, "Ign: Dwell angle", float, "%.1f"
+entry = cltTimingCorrection, "Ign: CLT correction", float, "%.2f"
+entry = timingIatCorrection, "Ign: IAT correction", float, "%.2f"
+entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.2f"
+entry = dfcoTimingRetard, "DFCO: Timing retard", float, "%.2f"
+entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.0f"
+entry = luaTimingAdd, "Ign: Lua timing add", float, "%.2f"
+entry = luaTimingMult, "Ign: Lua timing mult", float, "%.2f"
+entry = hasKnockRecently, "Knock: Detected recently", int, "%d"
+entry = hasKnockRetardNow, "Knock: Retard active", int, "%d"
+entry = m_knockLevel, "Knock: Current level", float, "%.2f"
+entry = m_knockCyl1, "Knock: Cyl 1", int, "%d"
+entry = m_knockCyl2, "Knock: Cyl 2", int, "%d"
+entry = m_knockCyl3, "Knock: Cyl 3", int, "%d"
+entry = m_knockCyl4, "Knock: Cyl 4", int, "%d"
+entry = m_knockCyl5, "Knock: Cyl 5", int, "%d"
+entry = m_knockCyl6, "Knock: Cyl 6", int, "%d"
+entry = m_knockCyl7, "Knock: Cyl 7", int, "%d"
+entry = m_knockCyl8, "Knock: Cyl 8", int, "%d"
+entry = m_knockCyl9, "Knock: Cyl 9", int, "%d"
+entry = m_knockCyl10, "Knock: Cyl 10", int, "%d"
+entry = m_knockCyl11, "Knock: Cyl 11", int, "%d"
+entry = m_knockCyl12, "Knock: Cyl 12", int, "%d"
+entry = m_knockRetard, "Knock: Retard", float, "%.1f"
+entry = m_knockThreshold, "Knock: Threshold", float, "%.0f"
+entry = m_knockCount, "Knock: Count", int, "%d"
+entry = m_maximumRetard, "Knock: Max retard", float, "%.0f"
+entry = m_requested_pump, "HPFP duration", float, "%.0f"
+entry = fuel_requested_percent, "fuel_requested_percent", float, "%.0f"
+entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.0f"
+entry = noValve, "noValve", int, "%d"
+entry = angleAboveMin, "angleAboveMin", int, "%d"
+entry = isHpfpInactive, "isHpfpInactive", int, "%d"
+entry = nextLobe, "nextLobe", float, "%.0f"
+entry = di_nextStart, "DI: next start", float, "%.0f"
+entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
+entry = pressureDelta, "fuel: Injector pressure delta", float, "%.1f"
+entry = pressureRatio, "fuel: Injector pressure ratio", float, "%.3f"
+entry = combinedConditions, "Launch control: combinedConditions", int, "%d"
+entry = launchActivatePinState, "Launch control: launchActivatePinState", int, "%d"
+entry = isLaunchCondition, "Launch control: isLaunchCondition", int, "%d"
+entry = isSwitchActivated, "Launch control: isSwitchActivated", int, "%d"
+entry = isClutchActivated, "Launch control: isClutchActivated", int, "%d"
+entry = isValidInputPin, "Launch control: isValidInputPin", int, "%d"
+entry = activateSwitchCondition, "Launch control: activateSwitchCondition", int, "%d"
+entry = rpmCondition, "Launch control: rpmCondition", int, "%d"
+entry = speedCondition, "Launch control: speedCondition", int, "%d"
+entry = tpsCondition, "Launch control: tpsCondition", int, "%d"
+entry = retardThresholdRpm, "Launch control: Retard threshold RPM", int, "%d"
+entry = isAntilagCondition, "isAntilagCondition", int, "%d"
+entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
+entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
+entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
+entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
+entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
+entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
+entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
+entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
+entry = ALSTimerCondition, "ALSTimerCondition", int, "%d"
+entry = fuelALSCorrection, "fuelALSCorrection", float, "%.0f"
+entry = timingALSCorrection, "timingALSCorrection", float, "%.2f"
+entry = Boost_isBelowClosedLoopThreshold, "Boost: Below CL thresh", int, "%d"
+entry = Boost_isZeroRpm, "Boost: Zero RPM", int, "%d"
+entry = Boost_rpmTooLow, "Boost: RPM too low", int, "%d"
+entry = Boost_tpsTooLow, "Boost: TPS too low", int, "%d"
+entry = Boost_mapTooLow, "Boost: MAP too low", int, "%d"
+entry = Boost_luaTargetMult, "Boost: Lua target mult", float, "%.1f"
+entry = Boost_luaTargetAdd, "Boost: Lua target add", float, "%.1f"
+entry = Boost_boostControlTarget, "Boost: Target", float, "%.1f"
+entry = Boost_luaOpenLoopAdd, "Boost: Lua open loop add", float, "%.1f"
+entry = Boost_openLoopPart, "Boost: Open loop", float, "%.1f"
+entry = Boost_boostControllerClosedLoopPart, "Boost: Closed loop", float, "%.1f"
+entry = Boost_boostOutput, "Boost: Output", float, "%.2f"
+entry = Boost_boostOpenLoopBlendParameter1, "Boost_boostOpenLoopBlendParameter 1", float, "%.1f"
+entry = Boost_boostOpenLoopBlendParameter2, "Boost_boostOpenLoopBlendParameter 2", float, "%.1f"
+entry = Boost_boostOpenLoopBlendBias1, "Boost_boostOpenLoopBlendBias 1", float, "%.1f"
+entry = Boost_boostOpenLoopBlendBias2, "Boost_boostOpenLoopBlendBias 2", float, "%.1f"
+entry = Boost_boostOpenLoopBlendOutput1, "Boost_boostOpenLoopBlendOutput 1", int, "%d"
+entry = Boost_boostOpenLoopBlendOutput2, "Boost_boostOpenLoopBlendOutput 2", int, "%d"
+entry = Boost_boostOpenLoopBlendYAxis1, "Boost_boostOpenLoopBlendYAxis 1", int, "%d"
+entry = Boost_boostOpenLoopBlendYAxis2, "Boost_boostOpenLoopBlendYAxis 2", int, "%d"
+entry = Boost_boostClosedLoopBlendParameter1, "Boost_boostClosedLoopBlendParameter 1", float, "%.1f"
+entry = Boost_boostClosedLoopBlendParameter2, "Boost_boostClosedLoopBlendParameter 2", float, "%.1f"
+entry = Boost_boostClosedLoopBlendBias1, "Boost_boostClosedLoopBlendBias 1", float, "%.1f"
+entry = Boost_boostClosedLoopBlendBias2, "Boost_boostClosedLoopBlendBias 2", float, "%.1f"
+entry = Boost_boostClosedLoopBlendOutput1, "Boost_boostClosedLoopBlendOutput 1", float, "%.1f"
+entry = Boost_boostClosedLoopBlendOutput2, "Boost_boostClosedLoopBlendOutput 2", float, "%.1f"
+entry = Boost_boostClosedLoopBlendYAxis1, "Boost_boostClosedLoopBlendYAxis 1", int, "%d"
+entry = Boost_boostClosedLoopBlendYAxis2, "Boost_boostClosedLoopBlendYAxis 2", int, "%d"
+entry = Boost_boostOpenLoopXAxisValue, "Boost_boostOpenLoopXAxisValue", int, "%d"
+entry = Boost_boostOpenLoopYAxisValue, "Boost_boostOpenLoopYAxisValue", int, "%d"
+entry = Boost_boostClosedLoopXAxisValue, "Boost_boostClosedLoopXAxisValue", int, "%d"
+entry = Boost_boostClosedLoopYAxisValue, "Boost_boostClosedLoopYAxisValue", int, "%d"
+entry = AC_acButtonState, "AC: Switch state", int, "%d"
+entry = AC_acPressureSwitchState, "AC: Pressure switch state", int, "%d"
+entry = AC_m_acEnabled, "AC: Enabled", int, "%d"
+entry = AC_engineTooSlow, "AC: Engine too slow", int, "%d"
+entry = AC_engineTooFast, "AC: Engine too fast", int, "%d"
+entry = AC_noClt, "AC: No CLT", int, "%d"
+entry = AC_engineTooHot, "AC: Engine too hot", int, "%d"
+entry = AC_tpsTooHigh, "AC: TPS too high", int, "%d"
+entry = AC_isDisabledByLua, "AC: Disabled by Lua", int, "%d"
+entry = AC_acCompressorState, "AC: Compressor on", int, "%d"
+entry = Fan_1_disabledWhileEngineStopped, "Fan 1: Engine stopped", int, "%d"
+entry = Fan_1_brokenClt, "Fan 1: Broken CLT", int, "%d"
+entry = Fan_1_enabledForAc, "Fan 1: Enable for AC", int, "%d"
+entry = Fan_1_hot, "Fan 1: Above hot threshold", int, "%d"
+entry = Fan_1_cold, "Fan 1: Below cold threshold", int, "%d"
+entry = Fan_1_m_state, "Fan 1: On", int, "%d"
+entry = Fan_1_fanDuty, "Fan 1: PWM duty", float, "%.1f"
+entry = Fan_1_fanXAxisValue, "Fan 1: PWM table X axis", float, "%.0f"
+entry = Fan_2_disabledWhileEngineStopped, "Fan 2: Engine stopped", int, "%d"
+entry = Fan_2_brokenClt, "Fan 2: Broken CLT", int, "%d"
+entry = Fan_2_enabledForAc, "Fan 2: Enable for AC", int, "%d"
+entry = Fan_2_hot, "Fan 2: Above hot threshold", int, "%d"
+entry = Fan_2_cold, "Fan 2: Below cold threshold", int, "%d"
+entry = Fan_2_m_state, "Fan 2: On", int, "%d"
+entry = Fan_2_fanDuty, "Fan 2: PWM duty", float, "%.1f"
+entry = Fan_2_fanXAxisValue, "Fan 2: PWM table X axis", float, "%.0f"
+entry = isPrime, "isPrime", int, "%d"
+entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
+entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
+entry = ignitionOn, "ignitionOn", int, "%d"
+entry = isBenchTest, "Main relay: Bench test", int, "%d"
+entry = hasIgnitionVoltage, "Main relay: Has IGN voltage", int, "%d"
+entry = mainRelayState, "Main relay: On", int, "%d"
+entry = delayedShutoffRequested, "Main relay: Delayed shutoff", int, "%d"
+entry = lua_fuelAdd, "Lua: Fuel add", float, "%.3f"
+entry = lua_fuelMult, "Lua: Fuel mult", float, "%.0f"
+entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
+entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
+entry = lua_acRequestState, "lua_acRequestState", int, "%d"
+entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
+entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
+entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.1f"
+entry = sd_tChargeK, "Air: Charge temperature estimate K", float, "%.0f"
+entry = crankingFuel_coolantTemperatureCoefficient, "Fuel: cranking CLT mult", float, "%.0f"
+entry = crankingFuel_tpsCoefficient, "Fuel: cranking TPS mult", float, "%.0f"
+entry = crankingFuel_durationCoefficient, "Fuel: cranking duration mult", float, "%.0f"
+entry = crankingFuel_fuel, "Fuel: Cranking cycle mass", float, "%.2f"
+entry = baroCorrection, "Fuel: Barometric pressure mult", float, "%.0f"
+entry = hellenBoardId, "Detected Board ID", int, "%d"
+entry = mapAveragingDuration, "mapAveragingDuration", float, "%.0f"
+entry = clutchUpState, "Clutch: up", int, "%d"
+entry = clutchDownState, "Clutch: down", int, "%d"
+entry = brakePedalState, "Brake switch", int, "%d"
+entry = startStopState, "startStopState", int, "%d"
+entry = doSplitInjection, "Split injection active", int, "%d"
+entry = pgState, "pgState", int, "%d"
+entry = fuelInjectionCounter, "Fuel: Injection counter", int, "%d"
+entry = sparkCounter, "Ign: Spark counter", int, "%d"
+entry = fuelingLoad, "Fuel: Load", float, "%.0f"
+entry = ignitionLoad, "Ign: Load", float, "%.0f"
+entry = veTableYAxis, "veTableYAxis", float, "%.0f"
+entry = idleVeTableYAxis, "idleVeTableYAxis", float, "%.0f"
+entry = airflowEstimate, "Air: Flow estimate", float, "%.1f"
+entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
+entry = mapPerCylinder1, "MAP cyl 1", int, "%d"
+entry = mapPerCylinder2, "MAP cyl 2", int, "%d"
+entry = mapPerCylinder3, "MAP cyl 3", int, "%d"
+entry = mapPerCylinder4, "MAP cyl 4", int, "%d"
+entry = mapPerCylinder5, "MAP cyl 5", int, "%d"
+entry = mapPerCylinder6, "MAP cyl 6", int, "%d"
+entry = mapPerCylinder7, "MAP cyl 7", int, "%d"
+entry = mapPerCylinder8, "MAP cyl 8", int, "%d"
+entry = mapPerCylinder9, "MAP cyl 9", int, "%d"
+entry = mapPerCylinder10, "MAP cyl 10", int, "%d"
+entry = mapPerCylinder11, "MAP cyl 11", int, "%d"
+entry = mapPerCylinder12, "MAP cyl 12", int, "%d"
+entry = tpsFrom, "Fuel: TPS AE from", float, "%.2f"
+entry = tpsTo, "Fuel: TPS AE to", float, "%.2f"
+entry = deltaTps, "Fuel: TPS AE change", float, "%.2f"
+entry = extraFuel, "extraFuel", float, "%.0f"
+entry = valueFromTable, "valueFromTable", float, "%.0f"
+entry = isAboveAccelThreshold, "Fuel: TPS AE Active", int, "%d"
+entry = isBelowDecelThreshold, "isBelowDecelThreshold", int, "%d"
+entry = isTimeToResetAccumulator, "Accel: reset time", int, "%d"
+entry = isFractionalEnrichment, "isFractionalEnrichment", int, "%d"
+entry = belowEpsilon, "Accel: below threshold", int, "%d"
+entry = tooShort, "Accel: too short", int, "%d"
+entry = fractionalInjFuel, "fractionalInjFuel", float, "%.0f"
+entry = accumulatedValue, "accumulatedValue", float, "%.0f"
+entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.0f"
+entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.0f"
+entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.0f"
+entry = cycleCnt, "cycleCnt", int, "%d"
+entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.2f"
+entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.2f"
+entry = currentEngineDecodedPhase, "Engine Phase", float, "%.1f"
+entry = triggerToothAngleError, "Trg: Tooth angle error", float, "%.2f"
+entry = triggerIgnoredToothCount, "Trg: Ignored tooth count", int, "%d"
+entry = Trg_triggerSyncGapRatio, "Trg: Sync gap ratio", float, "%.3f"
+entry = Trg_crankSynchronizationCounter, "Trg: Sync counter", int, "%d"
+entry = Trg_triggerErrorCounter, "Trg: Sync error counter", int, "%d"
+entry = Trg_triggerStateIndex, "Trg: Trigger state index", int, "%d"
+entry = Trg_edgeCountRise, "Trg: Edge count rise", int, "%d"
+entry = Trg_edgeCountFall, "Trg: Edge count fall", int, "%d"
+entry = VVT_B1I_triggerSyncGapRatio, "VVT B1I: Sync gap ratio", float, "%.3f"
+entry = VVT_B1I_crankSynchronizationCounter, "VVT B1I: Sync counter", int, "%d"
+entry = VVT_B1I_triggerErrorCounter, "VVT B1I: Sync error counter", int, "%d"
+entry = VVT_B1I_triggerStateIndex, "VVT B1I: Trigger state index", int, "%d"
+entry = VVT_B1I_edgeCountRise, "VVT B1I: Edge count rise", int, "%d"
+entry = VVT_B1I_edgeCountFall, "VVT B1I: Edge count fall", int, "%d"
+entry = VVT_B1E_triggerSyncGapRatio, "VVT B1E: Sync gap ratio", float, "%.3f"
+entry = VVT_B1E_crankSynchronizationCounter, "VVT B1E: Sync counter", int, "%d"
+entry = VVT_B1E_triggerErrorCounter, "VVT B1E: Sync error counter", int, "%d"
+entry = VVT_B1E_triggerStateIndex, "VVT B1E: Trigger state index", int, "%d"
+entry = VVT_B1E_edgeCountRise, "VVT B1E: Edge count rise", int, "%d"
+entry = VVT_B1E_edgeCountFall, "VVT B1E: Edge count fall", int, "%d"
+entry = VVT_B2I_triggerSyncGapRatio, "VVT B2I: Sync gap ratio", float, "%.3f"
+entry = VVT_B2I_crankSynchronizationCounter, "VVT B2I: Sync counter", int, "%d"
+entry = VVT_B2I_triggerErrorCounter, "VVT B2I: Sync error counter", int, "%d"
+entry = VVT_B2I_triggerStateIndex, "VVT B2I: Trigger state index", int, "%d"
+entry = VVT_B2I_edgeCountRise, "VVT B2I: Edge count rise", int, "%d"
+entry = VVT_B2I_edgeCountFall, "VVT B2I: Edge count fall", int, "%d"
+entry = VVT_B2E_triggerSyncGapRatio, "VVT B2E: Sync gap ratio", float, "%.3f"
+entry = VVT_B2E_crankSynchronizationCounter, "VVT B2E: Sync counter", int, "%d"
+entry = VVT_B2E_triggerErrorCounter, "VVT B2E: Sync error counter", int, "%d"
+entry = VVT_B2E_triggerStateIndex, "VVT B2E: Trigger state index", int, "%d"
+entry = VVT_B2E_edgeCountRise, "VVT B2E: Edge count rise", int, "%d"
+entry = VVT_B2E_edgeCountFall, "VVT B2E: Edge count fall", int, "%d"
+entry = Trg_m_camResyncCounter, "Trg: Resync counter", int, "%d"
+entry = Trg_m_phaseAdjustment, "Trg: Resync phase adjustment", int, "%d"
+entry = Trg_m_hasSynchronizedPhase, "Trg: Fully synchronized", int, "%d"
+entry = wallFuelCorrection, "Wall fuel correction", float, "%.1f"
+entry = wallFuel, "Wall fuel amount", float, "%.1f"
+entry = Idle_mightResetPid, "Idle: mightResetPid", int, "%d"
+entry = Idle_wasResetPid, "Idle: wasResetPid", int, "%d"
+entry = Idle_isCranking, "Idle: cranking", int, "%d"
+entry = Idle_isIacTableForCoasting, "Idle_isIacTableForCoasting", int, "%d"
+entry = Idle_notIdling, "Idle_notIdling", int, "%d"
+entry = Idle_isBlipping, "Idle_isBlipping", int, "%d"
+entry = Idle_looksLikeRunning, "Idle_looksLikeRunning", int, "%d"
+entry = Idle_looksLikeCoasting, "Idle_looksLikeCoasting", int, "%d"
+entry = Idle_looksLikeCrankToIdle, "Idle_looksLikeCrankToIdle", int, "%d"
+entry = Idle_isIdleCoasting, "Idle: coasting", int, "%d"
+entry = Idle_isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
+entry = Idle_targetRpmByClt, "Idle: Target RPM: Base", int, "%d"
+entry = Idle_targetRpmAcBump, "Idle: Target RPM: A/C bump", int, "%d"
+entry = Idle_luaAddRpm, "Idle: Target RPM: Lua adder", float, "%.2f"
+entry = Idle_idleTarget, "Idle: Target RPM", int, "%d"
+entry = Idle_idleEntryRpm, "Idle: Entry threshold", int, "%d"
+entry = Idle_idleExitRpm, "Idle: Exit threshold", int, "%d"
+entry = Idle_luaAdd, "Idle: Open loop: Lua Adder", float, "%.2f"
+entry = Idle_iacByTpsTaper, "Idle: Open loop: iacByTpsTaper", float, "%.2f"
+entry = Idle_iacByRpmTaper, "Idle: Open loop: iacByRpmTaper", float, "%.2f"
+entry = Idle_openLoopBase, "Idle: Open loop: Base", float, "%.1f"
+entry = Idle_openLoopAcBump, "Idle: Open loop: AC bump", int, "%d"
+entry = Idle_openLoopFanBump, "Idle: Open loop: Fan bump", int, "%d"
+entry = Idle_openLoop, "Idle: Open loop", float, "%.1f"
+entry = Idle_idleClosedLoop, "Idle: Closed loop", float, "%.2f"
+entry = Idle_currentIdlePosition, "Idle: Position", float, "%.1f"
+entry = Idle_idleTargetAirmass, "Idle: Target airmass", int, "%d"
+entry = Idle_idleTargetFlow, "Idle: Target airflow", float, "%.2f"
+entry = ETB_1_m_wastegatePosition, "ETB 1: DC: wastegatePosition", float, "%.2f"
+entry = ETB_1_m_baseTarget, "ETB 1: Target: Base", float, "%.2f"
+entry = ETB_1_m_trim, "ETB 1: Target: Trim", float, "%.2f"
+entry = ETB_1_luaAdjustment, "ETB 1: Target: Lua adjustment", float, "%.1f"
+entry = ETB_1_m_adjustedTarget, "ETB 1: Target", float, "%.2f"
+entry = ETB_1_m_feedForward, "ETB 1: Feed forward", float, "%.2f"
+entry = ETB_1_m_error, "ETB 1: Error", float, "%.2f"
+entry = ETB_1_m_outputDuty, "ETB 1: Duty cycle", float, "%.2f"
+entry = ETB_1_revLimitActive, "ETB 1: Rev limit active", int, "%d"
+entry = ETB_1_jamDetected, "ETB 1: Jam detected", int, "%d"
+entry = ETB_1_etbTpsErrorCounter, "ETB 1: TPS error counter", int, "%d"
+entry = ETB_1_etbPpsErrorCounter, "ETB 1: Pedal error counter", int, "%d"
+entry = ETB_1_jamTimer, "ETB 1: Jam timer", float, "%.2f"
+entry = ETB_1_etbErrorCode, "ETB 1: Error code", int, "%d"
+entry = ETB_2_m_wastegatePosition, "ETB 2: DC: wastegatePosition", float, "%.2f"
+entry = ETB_2_m_baseTarget, "ETB 2: Target: Base", float, "%.2f"
+entry = ETB_2_m_trim, "ETB 2: Target: Trim", float, "%.2f"
+entry = ETB_2_luaAdjustment, "ETB 2: Target: Lua adjustment", float, "%.1f"
+entry = ETB_2_m_adjustedTarget, "ETB 2: Target", float, "%.2f"
+entry = ETB_2_m_feedForward, "ETB 2: Feed forward", float, "%.2f"
+entry = ETB_2_m_error, "ETB 2: Error", float, "%.2f"
+entry = ETB_2_m_outputDuty, "ETB 2: Duty cycle", float, "%.2f"
+entry = ETB_2_revLimitActive, "ETB 2: Rev limit active", int, "%d"
+entry = ETB_2_jamDetected, "ETB 2: Jam detected", int, "%d"
+entry = ETB_2_etbTpsErrorCounter, "ETB 2: TPS error counter", int, "%d"
+entry = ETB_2_etbPpsErrorCounter, "ETB 2: Pedal error counter", int, "%d"
+entry = ETB_2_jamTimer, "ETB 2: Jam timer", float, "%.2f"
+entry = ETB_2_etbErrorCode, "ETB 2: Error code", int, "%d"
+entry = WBO_1_faultCode, "WBO 1: Status code", int, "%d"
+entry = WBO_1_heaterDuty, "WBO 1: Heater duty", int, "%d"
+entry = WBO_1_pumpDuty, "WBO 1: Pump duty", int, "%d"
+entry = WBO_1_tempC, "WBO 1: Temperature", int, "%d"
+entry = WBO_1_nernstVoltage, "WBO 1: Nernst Voltage", float, "%.3f"
+entry = WBO_1_esr, "WBO 1: ESR", int, "%d"
+entry = WBO_2_faultCode, "WBO 2: Status code", int, "%d"
+entry = WBO_2_heaterDuty, "WBO 2: Heater duty", int, "%d"
+entry = WBO_2_pumpDuty, "WBO 2: Pump duty", int, "%d"
+entry = WBO_2_tempC, "WBO 2: Temperature", int, "%d"
+entry = WBO_2_nernstVoltage, "WBO 2: Nernst Voltage", float, "%.3f"
+entry = WBO_2_esr, "WBO 2: ESR", int, "%d"
+entry = Throttle_model_m_useWotModel, "Throttle model: Use WOT model", int, "%d"
+entry = Throttle_model_m_crossoverAngle, "Throttle model: Crossover TPS", float, "%.1f"
+entry = Throttle_model_m_flowEstimate, "Throttle model: Flow estimate", float, "%.2f"
+entry = VVT_B1I_targetYAxis, "VVT_B1I_targetYAxis", float, "%.1f"
+entry = VVT_B1I_vvtTarget, "VVT B1I: Target", float, "%.1f"
+entry = VVT_B1I_vvtOutput, "VVT B1I: Output duty", float, "%.1f"
+entry = VVT_B1I_pidState_pTerm, "VVT_B1I_pidState_pTerm", float, "%.2f"
+entry = VVT_B1I_pidState_iTerm, "VVT_B1I_pidState_iTerm", float, "%.2f"
+entry = VVT_B1I_pidState_dTerm, "VVT_B1I_pidState_dTerm", float, "%.2f"
+entry = VVT_B1I_pidState_output, "VVT_B1I_pidState_output", float, "%.2f"
+entry = VVT_B1I_pidState_error, "VVT_B1I_pidState_error", float, "%.2f"
+entry = VVT_B1I_pidState_resetCounter, "VVT_B1I_pidState_resetCounter", int, "%d"
+entry = VVT_B1E_targetYAxis, "VVT_B1E_targetYAxis", float, "%.1f"
+entry = VVT_B1E_vvtTarget, "VVT B1E: Target", float, "%.1f"
+entry = VVT_B1E_vvtOutput, "VVT B1E: Output duty", float, "%.1f"
+entry = VVT_B1E_pidState_pTerm, "VVT_B1E_pidState_pTerm", float, "%.2f"
+entry = VVT_B1E_pidState_iTerm, "VVT_B1E_pidState_iTerm", float, "%.2f"
+entry = VVT_B1E_pidState_dTerm, "VVT_B1E_pidState_dTerm", float, "%.2f"
+entry = VVT_B1E_pidState_output, "VVT_B1E_pidState_output", float, "%.2f"
+entry = VVT_B1E_pidState_error, "VVT_B1E_pidState_error", float, "%.2f"
+entry = VVT_B1E_pidState_resetCounter, "VVT_B1E_pidState_resetCounter", int, "%d"
+entry = VVT_B2I_targetYAxis, "VVT_B2I_targetYAxis", float, "%.1f"
+entry = VVT_B2I_vvtTarget, "VVT B2I: Target", float, "%.1f"
+entry = VVT_B2I_vvtOutput, "VVT B2I: Output duty", float, "%.1f"
+entry = VVT_B2I_pidState_pTerm, "VVT_B2I_pidState_pTerm", float, "%.2f"
+entry = VVT_B2I_pidState_iTerm, "VVT_B2I_pidState_iTerm", float, "%.2f"
+entry = VVT_B2I_pidState_dTerm, "VVT_B2I_pidState_dTerm", float, "%.2f"
+entry = VVT_B2I_pidState_output, "VVT_B2I_pidState_output", float, "%.2f"
+entry = VVT_B2I_pidState_error, "VVT_B2I_pidState_error", float, "%.2f"
+entry = VVT_B2I_pidState_resetCounter, "VVT_B2I_pidState_resetCounter", int, "%d"
+entry = VVT_B2E_targetYAxis, "VVT_B2E_targetYAxis", float, "%.1f"
+entry = VVT_B2E_vvtTarget, "VVT B2E: Target", float, "%.1f"
+entry = VVT_B2E_vvtOutput, "VVT B2E: Output duty", float, "%.1f"
+entry = VVT_B2E_pidState_pTerm, "VVT_B2E_pidState_pTerm", float, "%.2f"
+entry = VVT_B2E_pidState_iTerm, "VVT_B2E_pidState_iTerm", float, "%.2f"
+entry = VVT_B2E_pidState_dTerm, "VVT_B2E_pidState_dTerm", float, "%.2f"
+entry = VVT_B2E_pidState_output, "VVT_B2E_pidState_output", float, "%.2f"
+entry = VVT_B2E_pidState_error, "VVT_B2E_pidState_error", float, "%.2f"
+entry = VVT_B2E_pidState_resetCounter, "VVT_B2E_pidState_resetCounter", int, "%d"
+entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
+entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
+entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.2f"
+
+
+[Menu]
+
+menuDialog = main
+ menu = "&Base &Engine"
+ subMenu = engineChars, "Base engine"
+
+ groupMenu = "Limits and protection"
+ groupChildMenu = revLimits, "Rev limiter"
+ groupChildMenu = boostCutSettings, "Boost cut"
+ groupChildMenu = dutyCycleLimiting, "Injector duty cycle cut"
+ groupChildMenu = oilPressureProtection, "Oil pressure protection"
+ groupChildMenu = lambdaProtection, "Lambda protection", 0, { isInjectionEnabled }
+
+ subMenu = triggerConfiguration, "Trigger"
+ subMenu = trigger_advanced, "Advanced Trigger"
+ subMenu = std_separator
+ subMenu = energySystems, "Battery and alternator"
+ subMenu = std_separator
+
+ # Digital outputs
+ subMenu = outputsDialog, "Outputs"
+ subMenu = fanSetting, "Fans"
+ groupMenu = "PWM fans"
+ groupChildMenu = fan1DutyAcOffTbl, "Fan 1 Duty (AC Off)", 0, { fan1UsePwmMode }
+ groupChildMenu = fan1DutyAcOnTbl, "Fan 1 Duty (AC On)", 0, { fan1UsePwmMode }
+ groupChildMenu = fan2DutyAcOffTbl, "Fan 2 Duty (AC Off)", 0, { fan2UsePwmMode }
+ groupChildMenu = fan2DutyAcOnTbl, "Fan 2 Duty (AC On)", 0, { fan2UsePwmMode }
+ subMenu = acSettings, "Air Conditioning"
+
+ menu = "Fuel"
+ # basic
+ subMenu = injectorConfig, "Injection configuration"
+ subMenu = injectorPins, "Injection hardware", 0, {isInjectionEnabled}
+ subMenu = injTest, "Injector test", 0, {isInjectionEnabled}
+ subMenu = cylinderBankSelect, "Cylinder bank selection", 0, {isInjectionEnabled}
+ subMenu = injectorNonlinear, "Injector small-pulse correction", 0, {isInjectionEnabled}
+
+ subMenu = stagedInjection, "Staged injection", 0, {isInjectionEnabled}
+ subMenu = stagedInjectionOutputs, "Staged injection outputs", 0, {isInjectionEnabled && enableStagedInjection}
+ subMenu = stagedInjectionTbl, "Staged injection % table", 0, {isInjectionEnabled && enableStagedInjection}
+
+ groupMenu = "Cylinder fuel trims"
+ groupChildMenu = fuelTrimTbl1, "Fuel trim cyl 1" , 0, { isInjectionEnabled && cylindersCount >= 1 }
+ groupChildMenu = fuelTrimTbl2, "Fuel trim cyl 2" , 0, { isInjectionEnabled && cylindersCount >= 2 }
+ groupChildMenu = fuelTrimTbl3, "Fuel trim cyl 3" , 0, { isInjectionEnabled && cylindersCount >= 3 }
+ groupChildMenu = fuelTrimTbl4, "Fuel trim cyl 4" , 0, { isInjectionEnabled && cylindersCount >= 4 }
+ groupChildMenu = fuelTrimTbl5, "Fuel trim cyl 5" , 0, { isInjectionEnabled && cylindersCount >= 5 }
+ groupChildMenu = fuelTrimTbl6, "Fuel trim cyl 6" , 0, { isInjectionEnabled && cylindersCount >= 6 }
+ groupChildMenu = fuelTrimTbl7, "Fuel trim cyl 7" , 0, { isInjectionEnabled && cylindersCount >= 7 }
+ groupChildMenu = fuelTrimTbl8, "Fuel trim cyl 8" , 0, { isInjectionEnabled && cylindersCount >= 8 }
+ groupChildMenu = fuelTrimTbl9, "Fuel trim cyl 9" , 0, { isInjectionEnabled && cylindersCount >= 9 }
+ groupChildMenu = fuelTrimTbl10, "Fuel trim cyl 10", 0, { isInjectionEnabled && cylindersCount >= 10 }
+ groupChildMenu = fuelTrimTbl11, "Fuel trim cyl 11", 0, { isInjectionEnabled && cylindersCount >= 11 }
+ groupChildMenu = fuelTrimTbl12, "Fuel trim cyl 12", 0, { isInjectionEnabled && cylindersCount >= 12 }
+
+ subMenu = std_separator
+
+ # Air mass model
+ subMenu = veTableDialog, "VE", 0, {isInjectionEnabled}
+
+ groupMenu = "VE blend tables"
+ groupChildMenu = veBlend1Cfg, "VE blend 1 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend1Table, "VE blend table 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
+ groupChildMenu = veBlend2Cfg, "VE blend 2 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend2Table, "VE blend table 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
+ groupChildMenu = veBlend3Cfg, "VE blend 3 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend3Table, "VE blend table 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
+ groupChildMenu = veBlend4Cfg, "VE blend 4 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend4Table, "VE blend table 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
+
+ subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled}
+ subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled && fuelAlgorithm == 0}
+ subMenu = mapEstimateTableTbl, "MAP estimate table"
+ subMenu = std_separator
+
+ # Fuel model
+#if LAMBDA
+ subMenu = lambdaTableTbl, "Target lambda", 0, {isInjectionEnabled}
+#else
+ subMenu = afrTableTbl, "Target AFR", 0, {isInjectionEnabled}
+#endif
+ subMenu = cltFuelCorrCurve, "CLT multiplier", 0, {isInjectionEnabled}
+ subMenu = iatFuelCorrCurve, "IAT multiplier", 0, {isInjectionEnabled}
+ subMenu = fuelClosedLoopDialog, "Closed loop fuel correction", 0, {isInjectionEnabled}
+ subMenu = coastingFuelCutControl, "Deceleration fuel cutoff (DFCO)", 0, {isInjectionEnabled}
+ subMenu = dfcoMapRpmCorrection, "DFCO MAP to RPM threshold", 0, {isInjectionEnabled && useTableForDfcoMap }
+ subMenu = std_separator
+
+ # Injector model
+ subMenu = injPhaseTableTbl, "Injection phase", 0, {isInjectionEnabled}
+ subMenu = std_separator
+
+ # Accel enrichment
+ subMenu = AccelEnrich, "Acceleration enrichment", 0, {isInjectionEnabled}
+ subMenu = tpsTpsAccelTbl, "TPS/TPS acceleration extra fuel", 0, {isInjectionEnabled}
+ subMenu = tpsTspRpmCorrection, "TPS/TPS AE RPM correction", 0, {isInjectionEnabled}
+
+ groupMenu = "Wall wetting AE"
+ groupChildMenu = wwTauCurves, "Evap time", 0, { complexWallModel != 0 }
+ groupChildMenu = wwBetaCurves, "Impact fraction", 0, { complexWallModel != 0 }
+
+ menu = "Ignition"
+ subMenu = ignitionSettings, "Ignition settings"
+ subMenu = ignTest, "Ignition coil test", 0, {isIgnitionEnabled}
+ subMenu = multisparkSettings, "Multispark", 0, {isIgnitionEnabled}
+ subMenu = std_separator
+
+ subMenu = ignitionTableTbl, "Ignition advance", 0, {isIgnitionEnabled}
+ subMenu = cltTimingCorrCurve, "Ign CLT correction", 0, {isIgnitionEnabled}
+ subMenu = ignitionIatCorrTableTbl, "Ign IAT correction", 0, {isIgnitionEnabled}
+ subMenu = std_separator
+
+ subMenu = dwellSettings, "Dwell", 0, {isIgnitionEnabled}
+ groupMenu = "Ignition blend tables"
+ groupChildMenu = ignAdder1Cfg, "Ignition blend 1 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder1Table, "Ignition blend table 1", 0, { isIgnitionEnabled && ignBlends1_blendParameter != 0 }
+ groupChildMenu = ignAdder2Cfg, "Ignition blend 2 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder2Table, "Ignition blend table 2", 0, { isIgnitionEnabled && ignBlends2_blendParameter != 0 }
+ groupChildMenu = ignAdder3Cfg, "Ignition blend 3 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder3Table, "Ignition blend table 3", 0, { isIgnitionEnabled && ignBlends3_blendParameter != 0 }
+ groupChildMenu = ignAdder4Cfg, "Ignition blend 4 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder4Table, "Ignition blend table 4", 0, { isIgnitionEnabled && ignBlends4_blendParameter != 0 }
+ groupMenu = "Cylinder ign trims"
+ groupChildMenu = ignTrimTbl1, "Ignition trim cyl 1" , 0, { isIgnitionEnabled && cylindersCount >= 1 }
+ groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2" , 0, { isIgnitionEnabled && cylindersCount >= 2 }
+ groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3" , 0, { isIgnitionEnabled && cylindersCount >= 3 }
+ groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4" , 0, { isIgnitionEnabled && cylindersCount >= 4 }
+ groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5" , 0, { isIgnitionEnabled && cylindersCount >= 5 }
+ groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6" , 0, { isIgnitionEnabled && cylindersCount >= 6 }
+ groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7" , 0, { isIgnitionEnabled && cylindersCount >= 7 }
+ groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8" , 0, { isIgnitionEnabled && cylindersCount >= 8 }
+ groupChildMenu = ignTrimTbl9, "Ignition trim cyl 9" , 0, { isIgnitionEnabled && cylindersCount >= 9 }
+ groupChildMenu = ignTrimTbl10, "Ignition trim cyl 10", 0, { isIgnitionEnabled && cylindersCount >= 10 }
+ groupChildMenu = ignTrimTbl11, "Ignition trim cyl 11", 0, { isIgnitionEnabled && cylindersCount >= 11 }
+ groupChildMenu = ignTrimTbl12, "Ignition trim cyl 12", 0, { isIgnitionEnabled && cylindersCount >= 12 }
+
+ subMenu = std_separator
+ subMenu = softwareKnock, "Knock sensing", 0, {isIgnitionEnabled}
+ subMenu = maxKnockRetardTbl, "Max knock retard", 0, {isIgnitionEnabled && enableSoftwareKnock}
+ groupMenu = "Knock sensor gain"
+ groupChildMenu = knockGainTbl1, "Knock gain cyl 1" , 0, { enableSoftwareKnock && cylindersCount >= 1 }
+ groupChildMenu = knockGainTbl2, "Knock gain cyl 2" , 0, { enableSoftwareKnock && cylindersCount >= 2 }
+ groupChildMenu = knockGainTbl3, "Knock gain cyl 3" , 0, { enableSoftwareKnock && cylindersCount >= 3 }
+ groupChildMenu = knockGainTbl4, "Knock gain cyl 4" , 0, { enableSoftwareKnock && cylindersCount >= 4 }
+ groupChildMenu = knockGainTbl5, "Knock gain cyl 5" , 0, { enableSoftwareKnock && cylindersCount >= 5 }
+ groupChildMenu = knockGainTbl6, "Knock gain cyl 6" , 0, { enableSoftwareKnock && cylindersCount >= 6 }
+ groupChildMenu = knockGainTbl7, "Knock gain cyl 7" , 0, { enableSoftwareKnock && cylindersCount >= 7 }
+ groupChildMenu = knockGainTbl8, "Knock gain cyl 8" , 0, { enableSoftwareKnock && cylindersCount >= 8 }
+ groupChildMenu = knockGainTbl9, "Knock gain cyl 9" , 0, { enableSoftwareKnock && cylindersCount >= 9 }
+ groupChildMenu = knockGainTbl10, "Knock gain cyl 10", 0, { enableSoftwareKnock && cylindersCount >= 10 }
+ groupChildMenu = knockGainTbl11, "Knock gain cyl 11", 0, { enableSoftwareKnock && cylindersCount >= 11 }
+ groupChildMenu = knockGainTbl12, "Knock gain cyl 12", 0, { enableSoftwareKnock && cylindersCount >= 12 }
+
+ menu = "&Cranking"
+ subMenu = crankingDialog, "Cranking settings"
+ subMenu = postCrankingEnrichment, "After-start enrichment"
+ subMenu = postCrankingEnrichmentTable, "After-start enrichment table", 0, {postCrankingFuelUseTable}
+ subMenu = primingFuelPulsePanel, "Priming pulse"
+ subMenu = std_separator
+
+ subMenu = crankingCltCurve, "Fuel CLT multiplier"
+ subMenu = crankingCltCurveE100, "Fuel CLT multiplier (Flex Fuel E85)", 0, { flexSensorPin != 0 && flexCranking }
+ subMenu = crankingDurationCurve, "Fuel duration multiplier"
+ subMenu = crankingTpsCurve, "Fuel TPS multiplier"
+ subMenu = std_separator
+
+ subMenu = crankingAdvanceCurve, "Cranking ignition advance", 0, {useSeparateAdvanceForCranking}
+ subMenu = std_separator
+
+ subMenu = cltCrankingCurve, "Cranking IAC CLT multiplier", 0, {overrideCrankingIacSetting}
+ subMenu = cltCrankingTaperDurationCurve, "Cranking taper duration multiplier", 0, {useCrankingIdleTaperTableSetting}
+
+ menu = "&Idle"
+ subMenu = idleSettings, "Idle settings"
+ subMenu = idlehw, "Idle hardware"
+ subMenu = std_separator
+ subMenu = cltIdleRPMCurve, "Target RPM"
+ subMenu = cltIdleCurve, "Open loop CLT multiplier"
+ subMenu = std_separator
+ subMenu = idleTimingPidCorrDialog, "Closed-loop idle timing"
+ subMenu = iacCoastingCurve, "Coasting IAC position", 0, {useIacTableForCoasting}
+ subMenu = std_separator
+ subMenu = idleVeTableTbl, "Idle VE", 0, {useSeparateVeForIdle}
+ subMenu = idleAdvanceCurve, "Ignition advance", 0, {useSeparateAdvanceForIdle}
+
+ menu = "&Advanced"
+ subMenu = smLaunchControl, "Launch Control"
+ subMenu = ignitionCylExtra, "Cylinder offsets", 0
+
+ subMenu = std_separator
+ subMenu = boostDialog, "Boost control"
+ subMenu = boostOpenLoopDialog, "Boost control open loop", { isBoostControlEnabled }
+ subMenu = boostPidDialog, "Boost control PID", { isBoostControlEnabled && boostType == 1 }
+ subMenu = boostTargetDialog, "Boost control target", { isBoostControlEnabled && boostType == 1 }
+
+ groupMenu = "Boost blend tables"
+ groupChildMenu = boostOpenBlend1Cfg, "Open loop 1 bias", { isBoostControlEnabled }
+ groupChildMenu = boostOpenBlend1Table, "Open loop 1 adder", { isBoostControlEnabled && boostOpenLoopBlends1_blendParameter != 0 }
+ groupChildMenu = boostOpenBlend2Cfg, "Open loop 2 bias", { isBoostControlEnabled }
+ groupChildMenu = boostOpenBlend2Table, "Open loop 2 adder", { isBoostControlEnabled && boostOpenLoopBlends2_blendParameter != 0 }
+ groupChildMenu = boostClosedBlend1Cfg, "Closed loop 1 bias", { isBoostControlEnabled && boostType == 1 }
+ groupChildMenu = boostClosedBlend2Table, "Closed loop 1 adder", { isBoostControlEnabled && boostType == 1 && boostClosedLoopBlends1_blendParameter != 0 }
+ groupChildMenu = boostClosedBlend2Cfg, "Closed loop 2 bias", { isBoostControlEnabled && boostType == 1 }
+ groupChildMenu = boostClosedBlend2Table, "Closed loop 2 adder", { isBoostControlEnabled && boostType == 1 && boostClosedLoopBlends2_blendParameter != 0 }
+
+ subMenu = boostEtbPid, "ETB-style Wastegate Actuator", { etbFunctions1 == 3 || etbFunctions2 == 3 }
+
+ subMenu = std_separator
+ subMenu = gppwm1, "General Purpose PWM 1"
+ subMenu = gppwm2, "General Purpose PWM 2"
+ subMenu = gppwm3, "General Purpose PWM 3"
+ subMenu = gppwm4, "General Purpose PWM 4"
+
+ subMenu = std_separator
+ subMenu = etbDialog, "Electronic throttle body"
+ subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
+ subMenu = pedalToTpsTbl, "ETB pedal target"
+ subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
+
+ subMenu = std_separator
+ subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
+ subMenu = vvtTable1Tbl, "VVT intake target", { vvtMode1 != 0 }
+ subMenu = vvtOpenLoopIntakeCurve, "VVT intake hold duty", { vvtMode1 != 0 }
+ subMenu = vvtTable2Tbl, "VVT exhaust target", { vvtMode2 != 0 }
+ subMenu = vvtOpenLoopExhaustCurve, "VVT exhaust hold duty", { vvtMode2 != 0 }
+
+ subMenu = std_separator
+ subMenu = auxInputsDialog, "Lua Analog Aux Inputs"
+ subMenu = luaDigitalInputsDialog, "Lua Digital Aux Inputs"
+ subMenu = luaOutputs, "Lua Script PWM Outputs"
+
+ groupMenu = "Lua Calibrations"
+ groupChildMenu = scriptSetting, "Lua Script Settings"
+
+ groupChildMenu = scriptTable1TblSettings, "Script Table #1"
+ groupChildMenu = scriptTable2TblSettings, "Script Table #2"
+ groupChildMenu = scriptTable3TblSettings, "Script Table #3"
+ groupChildMenu = scriptTable4TblSettings, "Script Table #4"
+
+ groupChildMenu = scriptCurve1Settings, "Script Curve #1"
+ groupChildMenu = scriptCurve2Settings, "Script Curve #2"
+ groupChildMenu = scriptCurve3Settings, "Script Curve #3"
+ groupChildMenu = scriptCurve4Settings, "Script Curve #4"
+ groupChildMenu = scriptCurve5Settings, "Script Curve #5"
+ groupChildMenu = scriptCurve6Settings, "Script Curve #6"
+
+ menu = "&Sensors"
+ # Thermistors
+ subMenu = cltSensor, "CLT sensor"
+ subMenu = iatSensor, "IAT sensor"
+ subMenu = auxTempSensor1Sensor, "AuxTemp1 sensor"
+ subMenu = auxTempSensor2Sensor, "AuxTemp2 sensor"
+ subMenu = std_separator
+
+ # TPS/pedal
+ subMenu = tpsSensor, "TPS"
+ subMenu = pedalSensor, "Accelerator pedal"
+ subMenu = std_separator
+
+ # MAP/Baro
+ subMenu = mapSettings, "MAP sensor"
+ subMenu = mapCurves, "MAP sampling"
+ subMenu = baroSettings, "Baro sensor"
+ subMenu = std_separator
+
+ # MAF
+ subMenu = mafSettings, "MAF sensor"
+ subMenu = mafDecodingCurve, "MAF transfer function", 0, {mafAdcChannel != 0 }
+ subMenu = std_separator
+
+ # O2 sensor(s)
+ subMenu = egoSettings, "Wideband O2 sensor"
+ subMenu = std_separator
+
+ # Misc sensors
+ subMenu = vrThreshold, "VR Sensor Threshold"
+ subMenu = speedSensor, "Vehicle speed sensor"
+ subMenu = oilPressureSensor, "Oil pressure"
+ subMenu = oilTempSensor, "Oil temp sensor"
+ subMenu = fuelPressureSensor, "Fuel pressure"
+ subMenu = fuelTempSensor, "Fuel temp sensor"
+ subMenu = fuelLevelDialog, "Fuel level sensor"
+ subMenu = ambientTempSensor, "Ambient temp sensor"
+ subMenu = compressorDischargeTemperature, "Compressor discharge temp"
+ subMenu = egtInputs, "EGT"
+ subMenu = wastegateIdlePos, "Wastegate and idle position sensors"
+ subMenu = std_separator
+
+ subMenu = auxLinearSensors, "Aux sensors"
+ subMenu = otherSensorInputs, "Misc sensors"
+ subMenu = flexInput, "Flex fuel sensor"
+
+ menu = "&Controller"
+ subMenu = ecuStimulator, "ECU stimulator"
+ subMenu = ioTest, "Bench test"
+ subMenu = injTest, "Injector test", 0, {isInjectionEnabled}
+ subMenu = ignTest, "Ignition coil test", 0, {isIgnitionEnabled}
+ subMenu = engineTypeDialog, "Popular vehicles"
+ subMenu = std_separator
+
+ subMenu = spiFunction, "SPI"
+ subMenu = monitoringSettings, "FOME console"
+ subMenu = std_separator
+
+ subMenu = canBusMain, "CAN Bus"
+ subMenu = canVirtualInputs, "CAN Virtual Input Pins"
+ subMenu = sdCard, "SD Card Logger"
+ subMenu = wifiSettings, "Wi-Fi"
+
+ subMenu = allPins1, "Full pinout 1/3"
+ subMenu = allPins2, "Full pinout 2/3"
+ subMenu = allPins3_1_and_2, "Full pinout 3/3"
+ subMenu = std_separator
+
+
+ # EXPERIMENTAL FEATURES
+ subMenu = mc33Dialog, "PT2001 control"
+ subMenu = hpfpCamDialog, "HPFP Cam Configuration"
+ subMenu = hpfpPumpDialog, "HPFP Pump Configuration", {hpfpCamLobes != 0}
+ subMenu = hpfpTargetTable, "HPFP Target Pressure", {hpfpCamLobes != 0}
+ subMenu = hpfpCompensationTable, "HPFP Pump Compensation", {hpfpCamLobes != 0}
+ subMenu = std_separator
+ subMenu = fancyHardwareDialog, "Fancy Hardware"
+ subMenu = std_separator
+
+ subMenu = std_separator
+
+ subMenu = parkingLot, "Experimental/Broken"
+ subMenu = idleFlowEstimate, "Idle flow estimate", { modeledFlowIdle }
+ subMenu = idleAirmassTimingEquivalence, "Idle airmass/timing equivalence", { modeledFlowIdle }
+ subMenu = antiLagDialog, "Anti-Lag ALS"
+ subMenu = rotaryDialog, "Rotary"
+ subMenu = trailingIgnitionTableTbl, "Trailing spark advance", 0, {isIgnitionEnabled && enableTrailingSparks}
+ subMenu = throttleEffectiveArea, "Throttle effective area"
+
+ menu = "Help"
+ subMenu = helpGeneral, "FOME Info"
+
+[ControllerCommands]
+; commandName = command1, command2, commandn...
+; command in standard ini format, a command name can be assigned to 1 to n commands that will be executed in order.
+; This does not include any resultant protocol envelope data, only the response data itself.
+
+; WARNING!! These commands bypass TunerStudio's normal memory synchronization. If these commands
+; alter mapped settings (Constant) memory in the controller, TunerStudio will have an out of sync condition
+; and may create error messages.
+; It is expected that these commands would not typically alter any ram mapped to a Constant.
+
+;
+; see TS_IO_TEST_COMMAND in firmware code
+;
+
+cmd_test_spk1 = "Z\x00\x12\x00\x01"
+cmd_test_spk2 = "Z\x00\x12\x00\x02"
+cmd_test_spk3 = "Z\x00\x12\x00\x03"
+cmd_test_spk4 = "Z\x00\x12\x00\x04"
+cmd_test_spk5 = "Z\x00\x12\x00\x05"
+cmd_test_spk6 = "Z\x00\x12\x00\x06"
+cmd_test_spk7 = "Z\x00\x12\x00\x07"
+cmd_test_spk8 = "Z\x00\x12\x00\x08"
+cmd_test_spk9 = "Z\x00\x12\x00\x09"
+cmd_test_spk10 = "Z\x00\x12\x00\x0a"
+cmd_test_spk11 = "Z\x00\x12\x00\x0b"
+cmd_test_spk12 = "Z\x00\x12\x00\x0c"
+
+cmd_test_lua1 = "Z\x00\x20\x00\x01"
+cmd_test_lua2 = "Z\x00\x20\x00\x02"
+cmd_test_lua3 = "Z\x00\x20\x00\x03"
+cmd_test_lua4 = "Z\x00\x20\x00\x04"
+cmd_test_lua5 = "Z\x00\x20\x00\x05"
+cmd_test_lua6 = "Z\x00\x20\x00\x06"
+cmd_test_lua7 = "Z\x00\x20\x00\x07"
+cmd_test_lua8 = "Z\x00\x20\x00\x08"
+
+cmd_test_inj1 = "Z\x00\x13\x00\x01"
+cmd_test_inj2 = "Z\x00\x13\x00\x02"
+cmd_test_inj3 = "Z\x00\x13\x00\x03"
+cmd_test_inj4 = "Z\x00\x13\x00\x04"
+cmd_test_inj5 = "Z\x00\x13\x00\x05"
+cmd_test_inj6 = "Z\x00\x13\x00\x06"
+cmd_test_inj7 = "Z\x00\x13\x00\x07"
+cmd_test_inj8 = "Z\x00\x13\x00\x08"
+cmd_test_inj9 = "Z\x00\x13\x00\x09"
+cmd_test_inj10 = "Z\x00\x13\x00\x0a"
+cmd_test_inj11 = "Z\x00\x13\x00\x0b"
+cmd_test_inj12 = "Z\x00\x13\x00\x0c"
+
+cmd_test_cancel = "Z\x00\x16\x00\x0e"
+
+cmd_fuel_pump_on = "Z\x00\x16\x00\x0f"
+cmd_fuel_pump_off = "Z\x00\x16\x00\x10"
+
+cmd_bump_vvt_target_1 = "Z\x00\x16\x00\x11"
+cmd_bump_vvt_target_2 = "Z\x00\x16\x00\x12"
+cmd_bump_vvt_target_3 = "Z\x00\x16\x00\x13"
+cmd_bump_vvt_target_4 = "Z\x00\x16\x00\x14"
+
+cmd_test_main_relay = "Z\x00\x16\x00\x00"
+cmd_test_starter_relay = "Z\x00\x16\x00\x01"
+cmd_test_starter_disable_relay = "Z\x00\x16\x00\x02"
+cmd_test_ac_relay = "Z\x00\x16\x00\x05"
+cmd_test_fan_1 = "Z\x00\x16\x00\x03"
+cmd_test_fan_2 = "Z\x00\x16\x00\x04"
+cmd_test_check_engine_light = "Z\x00\x16\x00\x06"
+cmd_test_idle_valve = "Z\x00\x16\x00\x07"
+cmd_test_second_idle_valve = "Z\x00\x16\x00\x0d"
+cmd_test_hpfp_valve = "Z\x00\x16\x00\x08"
+
+cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06"
+cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07"
+cmd_reset_tle8888 = "Z\x00\x14\x00\x08"
+cmd_write_config = "Z\x00\x14\x00\x0A"
+cmd_etb_autotune = "Z\x00\x14\x00\x0C"
+cmd_enable_self_stim = "Z\x00\x14\x00\x0D"
+cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E"
+cmd_disable_self_stim = "Z\x00\x14\x00\x0F"
+cmd_etb_autotune_stop = "Z\x00\x14\x00\x10"
+cmd_etb_2_auto_calibrate = "Z\x00\x14\x00\x11"
+cmd_wideband_firmare_update = "Z\x00\x14\x00\x12"
+cmd_enable_ext_stim = "Z\x00\x14\x00\x13"
+cmd_etb_disable_jam_detect = "Z\x00\x14\x00\x14"
+cmd_burn_without_flash = "Z\x00\x14\x00\x15"
+cmd_force_resync = "Z\x00\x14\x00\x16"
+cmd_enable_split_inj_test = "Z\x00\x14\x00\x17"
+
+cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
+cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
+
+cmd_stop_engine = "Z\x00\x79\x00\x00"
+
+; reboot ECU
+cmd_reset_controller = "Z\x00\xbb\x00\x00"
+; jump to DFU mode
+cmd_dfu = "Z\x00\xba\x00\x00"
+; jump to OpenBLT bootloader
+cmd_openblt = "Z\x00\xbc\x00\x00"
+
+; See 'executeTSCommand' in firmware source code
+
+
+cmd_set_engine_type_microRusEFI_VW_B6 = "Z\x00\x1e\x00\x3e"
+cmd_set_engine_type_microRusEFI_MRE_BODY_CONTROL = "Z\x00\x1e\x00\x17"
+
+cmd_set_engine_type_MRE_M111 = "Z\x00\x1e\x00\x44"
+
+cmd_set_engine_type_hellen_NA6 = "Z\x00\x1e\x00\x22"
+cmd_set_engine_type_hellen_NA94 = "Z\x00\x1e\x00\x50"
+
+cmd_set_engine_type_hellen_NB1_36 = "Z\x00\x1e\x00\x5e"
+cmd_set_engine_type_hellen_NB2_36 = "Z\x00\x1e\x00\x56"
+
+cmd_set_engine_type_hellen_nissan_121_4 = "Z\x00\x1e\x00\x54"
+cmd_set_engine_type_hellen_nissan_121_6 = "Z\x00\x1e\x00\x48"
+cmd_set_engine_type_hellen_nissan_121_8 = "Z\x00\x1e\x00\x55"
+
+cmd_set_engine_type_hellen_121_vag_4 = "Z\x00\x1e\x00\x47"
+cmd_set_engine_type_hellen_121_vag_5 = "Z\x00\x1e\x00\x4d"
+cmd_set_engine_type_hellen_121_vag_v6 = "Z\x00\x1e\x00\x4e"
+cmd_set_engine_type_hellen_121_vag_vr6 = "Z\x00\x1e\x00\x4f"
+cmd_set_engine_type_hellen_121_vag_8 = "Z\x00\x1e\x00\x51"
+
+cmd_set_engine_type_hellen_128_merc_4 = "Z\x00\x1e\x00\x24"
+cmd_set_engine_type_hellen_128_merc_6 = "Z\x00\x1e\x00\x58"
+cmd_set_engine_type_hellen_128_merc_8 = "Z\x00\x1e\x00\x59"
+
+cmd_set_engine_type_hellen_couple_bk1 = "Z\x00\x1e\x00\x52"
+cmd_set_engine_type_hellen_couple_bk2 = "Z\x00\x1e\x00\x5f"
+
+; MIATA_NA6_MAP = 41
+cmd_set_engine_type_Frankenso_Miata_NA6_MAP = "Z\x00\x1e\x00\x29"
+; MAZDA_MIATA_2003 = 47
+cmd_set_engine_type_Frankenso_Miata_NB2 = "Z\x00\x1e\x00\x2f"
+
+cmd_set_engine_type_Proteus_M73 = "Z\x00\x1e\x00\x3f"
+cmd_set_engine_type_PROTEUS_VW_B6 = "Z\x00\x1e\x00\x27"
+cmd_set_engine_type_PROTEUS_GM_LS_4 = "Z\x00\x1e\x00\x1b"
+cmd_set_engine_type_PROTEUS_HONDA_K = "Z\x00\x1e\x00\x5a"
+cmd_set_engine_type_PROTEUS_LUA_DEMO = "Z\x00\x1e\x00\x19"
+cmd_set_engine_type_POLYGONUS_MIATA_NA6 = "Z\x00\x1e\x00\x04"
+cmd_set_engine_type_POLYGONUS_MIATA_NB1 = "Z\x00\x1e\x00\x0b"
+cmd_set_engine_type_POLYGONUS_MIATA_NB2 = "Z\x00\x1e\x00\x43"
+cmd_set_engine_type_POLYGONUS_MIATA_MSM = "Z\x00\x1e\x00\x0c"
+
+
+; ETB_BENCH_ENGINE = 58
+cmd_set_engine_type_etb_test = "Z\x00\x1e\x00\x3A"
+; ETB_BENCH_ENGINE = 59
+cmd_set_engine_type_8888_test = "Z\x00\x1e\x00\x3B"
+cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
+
+[UserDefined]
+
+indicatorPanel = ac_controlIndicatorPanel, 2
+ indicator = {AC_acButtonState}, "acButtonState No", "acButtonState Yes"
+ indicator = {AC_acPressureSwitchState}, "acPressureSwitchState Wrong", "acPressureSwitchState Correct"
+ indicator = {AC_m_acEnabled}, "m_acEnabled No", "m_acEnabled Yes"
+ indicator = {AC_engineTooSlow}, "engineTooSlow No", "engineTooSlow Yes"
+ indicator = {AC_engineTooFast}, "engineTooFast No", "engineTooFast Yes"
+ indicator = {AC_noClt}, "noClt No", "noClt Yes"
+ indicator = {AC_engineTooHot}, "engineTooHot No", "engineTooHot Yes"
+ indicator = {AC_tpsTooHigh}, "tpsTooHigh No", "tpsTooHigh Yes"
+ indicator = {AC_isDisabledByLua}, "isDisabledByLua No", "isDisabledByLua Yes"
+ indicator = {AC_acCompressorState}, "acCompressorState No", "acCompressorState Yes"
+
+indicatorPanel = launch_control_stateIndicatorPanel, 2
+ indicator = {combinedConditions}, "combinedConditions No", "combinedConditions Yes"
+ indicator = {launchActivatePinState}, "launchActivatePinState No", "launchActivatePinState Yes"
+ indicator = {isLaunchCondition}, "isLaunchCondition No", "isLaunchCondition Yes"
+ indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes"
+ indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes"
+ indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes"
+ indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes"
+ indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes"
+ indicator = {speedCondition}, "speedCondition No", "speedCondition Yes"
+ indicator = {tpsCondition}, "tpsCondition No", "tpsCondition Yes"
+
+dialog = launch_control_stateDialog, "launch_control_state"
+ panel = launch_control_stateIndicatorPanel
+ liveGraph = launch_control_state_1_Graph, "Graph", South
+ graphLine = retardThresholdRpm
+
+ dialog = scriptTable1TblSettings, "", yAxis
+ field = "Name", scriptTableName1
+ panel = scriptTable1Tbl
+
+ dialog = scriptTable2TblSettings, "", yAxis
+ field = "Name", scriptTableName2
+ panel = scriptTable2Tbl
+
+ dialog = scriptTable3TblSettings, "", yAxis
+ field = "Name", scriptTableName3
+ panel = scriptTable3Tbl
+
+ dialog = scriptTable4TblSettings, "", yAxis
+ field = "Name", scriptTableName4
+ panel = scriptTable4Tbl
+
+ dialog = scriptCurve1Settings, "", yAxis
+ field = "Name", scriptCurveName1
+ panel = scriptCurve1
+
+ dialog = scriptCurve2Settings, "", yAxis
+ field = "Name", scriptCurveName2
+ panel = scriptCurve2
+
+ dialog = scriptCurve3Settings, "", yAxis
+ field = "Name", scriptCurveName3
+ panel = scriptCurve3
+
+ dialog = scriptCurve4Settings, "", yAxis
+ field = "Name", scriptCurveName4
+ panel = scriptCurve4
+
+ dialog = scriptCurve5Settings, "", yAxis
+ field = "Name", scriptCurveName5
+ panel = scriptCurve5
+
+ dialog = scriptCurve6Settings, "", yAxis
+ field = "Name", scriptCurveName6
+ panel = scriptCurve6
+
+ dialog = tChargeRpmTpsSettings, "RPM+TPS mode"
+ field = "We use these coefficients to approximate air/fuel charge"
+ field = "temperature based on CLT and IAT, depending on RPM and TPM"
+ field = "Low RPM/Low TPS", tChargeMinRpmMinTps
+ field = "Low RPM/High TPS", tChargeMinRpmMaxTps
+ field = "High RPM/Low TPS", tChargeMaxRpmMinTps
+ field = "High RPM/High TPS", tChargeMaxRpmMaxTps
+
+ dialog = tChargeGeneralSettings, ""
+ field = "Mode", tChargeMode
+ field = "#These two parameters limit the estimate's rate of change"
+ field = "Increase rate limit", tChargeAirIncrLimit
+ field = "Decrease rate limit", tChargeAirDecrLimit
+ field = ""
+
+ dialog = tChargeAirInterpSettings, "Airflow interpolation mode"
+ field = "Low flow coefficient", tChargeAirCoefMin
+ field = "High flow coefficient", tChargeAirCoefMax
+ field = "Max air flow", tChargeAirFlowMax
+
+ dialog = tChargeSettings, "Charge temperature estimation"
+ panel = tChargeGeneralSettings
+ panel = tChargeRpmTpsSettings, { tChargeMode == 0}
+ panel = tChargeAirInterpSettings, { tChargeMode == 1}
+ panel = tchargeCurve, { tChargeMode == 2 }
+
+ dialog = baseInjection, "Injection"
+ field = "Enabled", isInjectionEnabled
+ field = "Mode", injectionMode, {isInjectionEnabled}
+ field = "#Batch injection with individual wiring"
+ field = "Alpha-N uses IAT density correction", alphaNUseIat, { fuelAlgorithm == 2 }
+ field = "Override VE table load axis", veOverrideMode, { isInjectionEnabled }
+ field = "Override AFR table load axis", afrOverrideMode, { isInjectionEnabled }
+ field = "Injection phase control mode", injectionTimingMode, { isInjectionEnabled }
+
+ dialog = ignitionOutputs, "Ignition Outputs"
+ field = "Ignition Output Mode", ignitionPinMode, { isIgnitionEnabled }
+ field = "Ignition cylinder 1", ignitionPins1, { isIgnitionEnabled }
+ field = "Ignition cylinder 2", ignitionPins2, { isIgnitionEnabled && cylindersCount >= 2 }
+ field = "Ignition cylinder 3", ignitionPins3, { isIgnitionEnabled && cylindersCount >= 3 }
+ field = "Ignition cylinder 4", ignitionPins4, { isIgnitionEnabled && cylindersCount >= 4 }
+ field = "Ignition cylinder 5", ignitionPins5, { isIgnitionEnabled && cylindersCount >= 5 }
+ field = "Ignition cylinder 6", ignitionPins6, { isIgnitionEnabled && cylindersCount >= 6 }
+ field = "Ignition cylinder 7", ignitionPins7, { isIgnitionEnabled && cylindersCount >= 7 }
+ field = "Ignition cylinder 8", ignitionPins8, { isIgnitionEnabled && cylindersCount >= 8 }
+ field = "Ignition cylinder 9", ignitionPins9, { isIgnitionEnabled && cylindersCount >= 9 }
+ field = "Ignition cylinder 10", ignitionPins10, { isIgnitionEnabled && cylindersCount >= 10 }
+ field = "Ignition cylinder 11", ignitionPins11, { isIgnitionEnabled && cylindersCount >= 11 }
+ field = "Ignition cylinder 12", ignitionPins12, { isIgnitionEnabled && cylindersCount >= 12 }
+
+ dialog = ignitionBasic, ""
+ field = "Enabled", isIgnitionEnabled
+ field = "Mode", ignitionMode, {isIgnitionEnabled}
+ field = "Maximum timing advance", maximumIgnitionTiming, {isIgnitionEnabled}
+ field = "Minimum timing advance", minimumIgnitionTiming, {isIgnitionEnabled}
+ field = "Override ignition table load axis", ignOverrideMode, {isIgnitionEnabled}
+ field = "#Use fixed timing while validating with a timing gun"
+ field = "Timing Mode", timingMode, {isIgnitionEnabled}
+ field = "Fixed Timing", fixedTiming, {isIgnitionEnabled && timingMode == 1}
+
+ dialog = ignitionSettings, "", xAxis
+ panel = ignitionBasic
+ panel = ignitionOutputs
+
+ dialog = baseEngineConfig, "Engine Configuration"
+; field = "Engine preset", engineType
+ field = "Number of cylinders", cylindersCount
+ field = "Displacement", displacement
+ field = "Firing order", firingOrder
+ field = "Vehicle weight", vehicleWeight
+
+ dialog = engineMetadata, "Engine Metadata"
+ field = "#These metadata are used by https://tunes.fome.tech"
+ field = "Engine Make", engineMake
+ field = "Manufacturer Engine Code", engineCode
+ field = "Vehicle Name", vehicleName
+ field = "Compression Ratio", compressionRatio
+ field = "Forced Induction?", isForcedInduction
+
+ dialog = trigger_primary, "Primary Trigger"
+ topicHelp = "triggerHelp"
+ ; see also in firmware '[doesTriggerImplyOperationMode]' tag
+ field = "Engine type", twoStroke
+ field = ""
+ field = "Trigger type", trigger_type
+ field = "Total tooth count", trigger_customTotalToothCount, {trigger_type == 0}, {trigger_type == 0}
+ field = "Missing/skipped tooth count", trigger_customSkippedToothCount, {trigger_type == 0}, {trigger_type == 0}
+ field = "Primary trigger location", skippedWheelOnCam, 1, { twoStroke == 0 && (trigger_type == 0 || trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) }
+ field = ""
+ field = "!Reminder that 4-stroke cycle is 720 degrees"
+ field = "!For well-known trigger types use '0' trigger angle offset"
+ field = "Trigger Angle Advance", globalTriggerAngleOffset
+
+ field = ""
+ field = "DTC P0336 severity", dtcControl_p0336
+
+ field = ""
+ field = ""
+
+ field = "#Cam is primary if you have cam sensor as part of trigger shape"
+ ; cam if
+ ; two-stroke, or
+ ; not crank trigger and ((vague trigger and cam choice) or not vague trigger)
+ field = "Cam Sensor (Primary channel)", triggerInputPins1, 1, {twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) ) ) }
+ field = "Crank Sensor (Primary channel)", triggerInputPins1, 1, { !(twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) ) )) }
+ field = "Invert Primary", invertPrimaryTriggerSignal
+ field = "Secondary channel", triggerInputPins2, { triggerInputPins2 != 0 || (triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) }, { triggerInputPins2 == 0 || (triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) }
+ field = "!!! PLEASE UNSELECT !!!" triggerInputPins2, 1, { triggerInputPins2 != 0 && !(triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) }
+ field = "Invert Secondary", invertSecondaryTriggerSignal, {triggerInputPins2 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) }
+
+ dialog = trigger_cams, "Cam Inputs"
+ field = "!https://wiki.fome.tech/r/vvt"
+ ; todo: code generator to hard-code all triggers not requiring VVT?
+ ; todo: https://github.com/rusefi/rusefi/issues/2077
+
+ field = "Cam trigger type (intake)", vvtMode1, {trigger_type != 3}
+ field = "Cam trigger type (exhaust)", vvtMode2, {trigger_type != 3}
+ field = ""
+ field = "Cam sensor bank 1 intake", camInputs1, { camInputs1 != 0 || (vvtMode1 != 0 ) }
+ field = "Cam sensor bank 1 exhaust", camInputs2, { camInputs2 != 0 || (vvtMode2 != 0 ) }
+ field = "Cam sensor bank 2 intake", camInputs3, { camInputs3 != 0 || (vvtMode1 != 0 && camInputs1 != 0 ) }
+ field = "Cam sensor bank 2 exhaust", camInputs4, { camInputs4 != 0 || (vvtMode2 != 0 && camInputs2 != 0 ) }
+ field = "Invert cam inputs", invertCamVVTSignal, { camInputs1 != 0 || camInputs2 != 0 || camInputs3 != 0 || camInputs4 != 0 }
+ field = ""
+ field = "#Set offset so VVT indicates 0 degrees in default position"
+ field = "VVT offset bank 1 intake", vvtOffsets1, { camInputs1 != 0 }
+ field = "VVT offset bank 1 exhaust", vvtOffsets2, { camInputs2 != 0 }
+ field = "VVT offset bank 2 intake", vvtOffsets3, { camInputs3 != 0 }
+ field = "VVT offset bank 2 exhaust", vvtOffsets4, { camInputs4 != 0 }
+ field = ""
+ field = "Cam for engine sync resolution", engineSyncCam, { vvtMode1 != 0 || vvtMode2 != 0 }
+ field = ""
+ field = "DTC P0340/P0345/P0365/P0385 severity", dtcControl_camNoSignal
+ field = "DTC P0341/P0346/P0366/P0386 severity", dtcControl_camSyncErrors
+
+ dialog = triggerConfiguration_gap, "Trigger Gap Override"
+ field = "!This is an advanced feature for debugging trigger synchronization"
+ field = "Override trigger gaps", overrideTriggerGaps
+ field = "Count", gapTrackingLengthOverride, { overrideTriggerGaps }
+ field = "Gap #1 from", triggerGapOverrideFrom1, { overrideTriggerGaps }
+ field = "Gap #1 to", triggerGapOverrideTo1, { overrideTriggerGaps }
+ field = "Gap #2 from", triggerGapOverrideFrom2, { overrideTriggerGaps && gapTrackingLengthOverride >= 2 }
+ field = "Gap #2 to", triggerGapOverrideTo2, { overrideTriggerGaps && gapTrackingLengthOverride >= 2 }
+ field = "Gap #3 from", triggerGapOverrideFrom3, { overrideTriggerGaps && gapTrackingLengthOverride >= 3 }
+ field = "Gap #3 to", triggerGapOverrideTo3, { overrideTriggerGaps && gapTrackingLengthOverride >= 3 }
+ field = "Gap #4 from", triggerGapOverrideFrom4, { overrideTriggerGaps && gapTrackingLengthOverride >= 4 }
+ field = "Gap #4 to", triggerGapOverrideTo4, { overrideTriggerGaps && gapTrackingLengthOverride >= 4 }
+ field = "Gap #5 from", triggerGapOverrideFrom5, { overrideTriggerGaps && gapTrackingLengthOverride >= 5 }
+ field = "Gap #5 to", triggerGapOverrideTo5, { overrideTriggerGaps && gapTrackingLengthOverride >= 5 }
+
+ dialog = trigger_advanced, "Advanced Trigger"
+ field = "Require cam/VVT sync for ignition", isPhaseSyncRequiredForIgnition
+ field = "Minimum cam/VVT sync RPM", minCamPhaseResolveRpm
+ field = "Maximum cam/VVT sync RPM", maxCamPhaseResolveRpm
+ field = "Skip pulses at startup", triggerSkipPulses
+ field = "MAP readout angle", mapCamDetectionAnglePosition, 1, { vvtMode1 == 13 }
+ field = "Print verbose VVT sync details to console",verboseVVTDecoding
+ field = "Print verbose trigger sync to console", verboseTriggerSynchDetails
+ field = "Do not print messages in case of sync error", silentTriggerError
+ field = "Debug Trigger Sync", debugTriggerSync
+ panel = triggerConfiguration_gap
+
+ dialog = triggerConfiguration, "", xAxis
+ panel = trigger_primary
+ panel = trigger_cams
+
+; Engine->Injection Settings
+ dialog = injChars, "Injector Settings", yAxis
+ field = "Injector flow(cc/min)", injector_flow, {isInjectionEnabled}, {!injectorFlowAsMassFlow}
+ field = "Injector flow(g/s)", injector_flow, {isInjectionEnabled}, {injectorFlowAsMassFlow}
+ field = "Injector flow units", injectorFlowAsMassFlow, {isInjectionEnabled}
+ field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
+ field = "Injector flow compensation mode", injectorCompensationMode, { isInjectionEnabled }
+ field = "Injector reference pressure", fuelReferencePressure, { isInjectionEnabled && injectorCompensationMode != 0 }
+
+ dialog = fuelParams, "Fuel characteristics", yAxis
+ field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled}
+ field = "E100 stoichiometric ratio", stoichRatioSecondary, {isInjectionEnabled && flexSensorPin != 0 }
+
+ dialog = injectorPins, "Injector Outputs", yAxis
+ field = "Use only first half of the firing order for batch wiring"
+ field = "Injection cylinder 1", injectionPins1, {isInjectionEnabled}
+ field = "Injection cylinder 2", injectionPins2, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 1}
+ field = "Injection cylinder 3", injectionPins3, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 2}
+ field = "Injection cylinder 4", injectionPins4, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 3}
+ field = "Injection cylinder 5 ", injectionPins5, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 4}
+ field = "Injection cylinder 6 ", injectionPins6, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 5}
+ field = "Injection cylinder 7 ", injectionPins7, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 6}
+ field = "Injection cylinder 8 ", injectionPins8, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 7}
+ field = "Injection cylinder 9 ", injectionPins9, {isInjectionEnabled && cylindersCount > 8}
+ field = "Injection cylinder 10 ", injectionPins10, {isInjectionEnabled && cylindersCount > 9}
+ field = "Injection cylinder 11 ", injectionPins11, {isInjectionEnabled && cylindersCount > 10}
+ field = "Injection cylinder 12 ", injectionPins12, {isInjectionEnabled && cylindersCount > 11}
+ field = ""
+ field = "injection Output(s) Mode", injectionPinMode, {isInjectionEnabled}
+
+ dialog = cylinderBankSelect, "Cylinder Banks", yAxis
+ field = "Cylinder 1", cylinderBankSelect1, {isInjectionEnabled}
+ field = "Cylinder 2", cylinderBankSelect2, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 1}
+ field = "Cylinder 3", cylinderBankSelect3, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 2}
+ field = "Cylinder 4", cylinderBankSelect4, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 3}
+ field = "Cylinder 5 ", cylinderBankSelect5, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 4}
+ field = "Cylinder 6 ", cylinderBankSelect6, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 5}
+ field = "Cylinder 7 ", cylinderBankSelect7, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 6}
+ field = "Cylinder 8 ", cylinderBankSelect8, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 7}
+ field = "Cylinder 9 ", cylinderBankSelect9, {isInjectionEnabled && cylindersCount > 8}
+ field = "Cylinder 10 ", cylinderBankSelect10, {isInjectionEnabled && cylindersCount > 9}
+ field = "Cylinder 11 ", cylinderBankSelect11, {isInjectionEnabled && cylindersCount > 10}
+ field = "Cylinder 12 ", cylinderBankSelect12, {isInjectionEnabled && cylindersCount > 11}
+
+ dialog = injectorNonlinearPolynomial, "Polynomial Adder", yAxis
+ field = "Add nonlinearity below pulse", applyNonlinearBelowPulse
+ field = "constant", injectorCorrectionPolynomial1
+ field = "x^1", injectorCorrectionPolynomial2
+ field = "x^2", injectorCorrectionPolynomial3
+ field = "x^3", injectorCorrectionPolynomial4
+ field = "x^4", injectorCorrectionPolynomial5
+ field = "x^5", injectorCorrectionPolynomial6
+ field = "x^6", injectorCorrectionPolynomial7
+ field = "x^7", injectorCorrectionPolynomial8
+
+ dialog = injectorNonlinearFord, "Ford-model Small Pulse Correction", yAxis
+ field = "Small pulse slope (ALOSL, g/s)", fordInjectorSmallPulseSlope
+ field = "Set this to 'mass flow'", injectorFlowAsMassFlow
+ field = "Large pulse slope (AHISL, g/s)", injector_flow
+ field = "Small pulse breakpoint (FUEL_BKPT)", fordInjectorSmallPulseBreakPoint
+
+ dialog = injectorNonlinearTable, "Small Pulse Adder Table", yAxis
+ field = "Enable adder below pulse", applyNonlinearBelowPulse
+ panel = smallPulseAdder
+
+ dialog = injectorNonlinear
+ field = "Small pulse correction mode", injectorNonlinearMode
+ field = "Minimum pulse width (pre-deadtime)", minimumInjectionPulseWidth
+ panel = injectorNonlinearPolynomial, {1}, { injectorNonlinearMode == 1 }
+ panel = injectorNonlinearFord, {1}, { injectorNonlinearMode == 2 }
+ panel = injectorNonlinearTable, {1}, { injectorNonlinearMode == 3 }
+
+ dialog = testLuaOut, "Lua Out Test"
+ commandButton = "Lua Out #1", cmd_test_lua1
+ commandButton = "Lua Out #2", cmd_test_lua2
+ commandButton = "Lua Out #3", cmd_test_lua3
+ commandButton = "Lua Out #4", cmd_test_lua4
+ commandButton = "Lua Out #5", cmd_test_lua5
+ commandButton = "Lua Out #6", cmd_test_lua6
+ commandButton = "Lua Out #7", cmd_test_lua7
+ commandButton = "Lua Out #8", cmd_test_lua8
+ commandButton = "Abort test", cmd_test_cancel
+
+ dialog = injectorConfig, "", yAxis
+ topicHelp = "fuelHelp"
+ panel = baseInjection
+ panel = injChars
+ panel = fuelParams
+ panel = injectorsDeadTime, {isInjectionEnabled}
+
+ dialog = ignitionCylExtra, "Cylinder offsets"
+ field = "Offset angle for each cylinder if you have an odd fire"
+ field = "engine, like a v-twin or some V6/V10 engines"
+ field = "#Positive numbers retard, negative numbers advance"
+ field = "Offset cyl 1", timing_offset_cylinder1
+ field = "Offset cyl 2", timing_offset_cylinder2, {cylindersCount > 1}
+ field = "Offset cyl 3", timing_offset_cylinder3, {cylindersCount > 2}
+ field = "Offset cyl 4", timing_offset_cylinder4, {cylindersCount > 3}
+ field = "Offset cyl 5", timing_offset_cylinder5, {cylindersCount > 4}
+ field = "Offset cyl 6", timing_offset_cylinder6, {cylindersCount > 5}
+ field = "Offset cyl 7", timing_offset_cylinder7, {cylindersCount > 6}
+ field = "Offset cyl 8", timing_offset_cylinder8, {cylindersCount > 7}
+ field = "Offset cyl 9", timing_offset_cylinder9, {cylindersCount > 8}
+ field = "Offset cyl 10", timing_offset_cylinder10, {cylindersCount > 9}
+ field = "Offset cyl 11", timing_offset_cylinder11, {cylindersCount > 10}
+ field = "Offset cyl 12", timing_offset_cylinder12, {cylindersCount > 11}
+
+ dialog = stagedInjectionOutputs, "", yAxis
+ field = "Injection Stage 2 Output 1", injectionPinsStage21, {isInjectionEnabled && enableStagedInjection}
+ field = "Injection Stage 2 Output 2", injectionPinsStage22, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 1}
+ field = "Injection Stage 2 Output 3", injectionPinsStage23, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 2}
+ field = "Injection Stage 2 Output 4", injectionPinsStage24, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 3}
+ field = "Injection Stage 2 Output 5 ", injectionPinsStage25, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 4}
+ field = "Injection Stage 2 Output 6 ", injectionPinsStage26, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 5}
+ field = "Injection Stage 2 Output 7 ", injectionPinsStage27, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 6}
+ field = "Injection Stage 2 Output 8 ", injectionPinsStage28, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 7}
+ field = "Injection Stage 2 Output 9 ", injectionPinsStage29, {isInjectionEnabled && enableStagedInjection && cylindersCount > 8}
+ field = "Injection Stage 2 Output 10 ", injectionPinsStage210, {isInjectionEnabled && enableStagedInjection && cylindersCount > 9}
+ field = "Injection Stage 2 Output 11 ", injectionPinsStage211, {isInjectionEnabled && enableStagedInjection && cylindersCount > 10}
+ field = "Injection Stage 2 Output 12 ", injectionPinsStage212, {isInjectionEnabled && enableStagedInjection && cylindersCount > 11}
+
+ dialog = stagedInjection, "", yAxis
+ field = "Enable", enableStagedInjection, {isInjectionEnabled}
+ field = ""
+ field = "Secondary injector flow(cc/min)", injectorSecondary_flow, {isInjectionEnabled && enableStagedInjection}, {!injectorFlowAsMassFlow}
+ field = "Secondary injector flow(g/s)", injectorSecondary_flow, {isInjectionEnabled && enableStagedInjection}, {injectorFlowAsMassFlow}
+ field = ""
+ panel = injectorsSecondaryDeadTime, {isInjectionEnabled && enableStagedInjection}
+
+ dialog = multisparkDwellParams, "Delay & Dwell"
+ field = "Spark duration", multisparkSparkDuration, {multisparkEnable}
+ field = "Subsequent spark dwell", multisparkDwell, {multisparkEnable}
+
+ dialog = multisparkMain, "Configuration"
+ field = "Maximum engine speed", multisparkMaxRpm, {multisparkEnable}
+ field = "Fire sparks for this angle duration" multisparkMaxSparkingAngle, {multisparkEnable}
+ field = "Maximum extra spark count" multisparkMaxExtraSparkCount, {multisparkEnable}
+
+ dialog = multisparkSettings, "Multispark"
+ field = "#WARNING! These settings have the potential to overheat ignition components"
+ field = "#and cause other nasty misbehavior. Use with care, at your own risk!"
+ field = "#Not recommended for use on distributor or wasted spark ignition systems."
+ field = "Enable multiple sparks", multisparkEnable
+ panel = multisparkMain
+ panel = multisparkDwellParams
+
+ dialog = ignAdder1Cfg, "Ignition adder 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends1_yAxisOverride, {ignBlends1_blendParameter}
+ panel = ignAdder1Bias, {ignBlends1_blendParameter}
+
+ dialog = ignAdder2Cfg, "Ignition adder 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends2_yAxisOverride, {ignBlends2_blendParameter}
+ panel = ignAdder2Bias, {ignBlends2_blendParameter}
+
+ dialog = ignAdder3Cfg, "Ignition adder 3 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends3_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends3_yAxisOverride, {ignBlends3_blendParameter}
+ panel = ignAdder3Bias, {ignBlends3_blendParameter}
+
+ dialog = ignAdder4Cfg, "Ignition adder 4 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends4_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends4_yAxisOverride, {ignBlends4_blendParameter}
+ panel = ignAdder4Bias, {ignBlends4_blendParameter}
+
+ dialog = veBlend1Cfg, "VE blend 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends1_yAxisOverride, {veBlends1_blendParameter}
+ panel = veBlend1Bias, {veBlends1_blendParameter}
+
+ dialog = veBlend2Cfg, "VE blend 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends2_yAxisOverride, {veBlends2_blendParameter}
+ panel = veBlend2Bias, {veBlends2_blendParameter}
+
+ dialog = veBlend3Cfg, "VE blend 3 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends3_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends3_yAxisOverride, {veBlends3_blendParameter}
+ panel = veBlend3Bias, {veBlends3_blendParameter}
+
+ dialog = veBlend4Cfg, "VE blend 4 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends4_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends4_yAxisOverride, {veBlends4_blendParameter}
+ panel = veBlend4Bias, {veBlends4_blendParameter}
+
+ dialog = boostOpenBlend1Cfg, "Boost open loop blend 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the open loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost open loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostOpenLoopBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", boostOpenLoopBlends1_yAxisOverride, {boostOpenLoopBlends1_blendParameter}
+ panel = boostOpenLoopBlend1Bias, {boostOpenLoopBlends1_blendParameter}
+
+ dialog = boostOpenBlend2Cfg, "Boost open loop blend 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the open loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost open loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostOpenLoopBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", boostOpenLoopBlends2_yAxisOverride, {boostOpenLoopBlends2_blendParameter}
+ panel = boostOpenLoopBlend2Bias, {boostOpenLoopBlends2_blendParameter}
+
+ dialog = boostClosedBlend1Cfg, "Boost closed loop blend 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the closed loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost closed loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostClosedLoopBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", boostClosedLoopBlends1_yAxisOverride, {boostClosedLoopBlends1_blendParameter}
+ panel = boostClosedLoopBlend1Bias, {boostClosedLoopBlends1_blendParameter}
+
+ dialog = boostClosedBlend2Cfg, "Boost closed loop blend 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the closed loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost closed loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostClosedLoopBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", boostClosedLoopBlends2_yAxisOverride, {boostClosedLoopBlends2_blendParameter}
+ panel = boostClosedLoopBlend2Bias, {boostClosedLoopBlends2_blendParameter}
+
+ dialog = dwellSettings, "", yAxis
+ panel = dwellCorrection
+ panel = dwellVoltageCorrection
+
+ dialog = auxTempSensor1Sensor, "aux1 Thermistor Settings"
+ field = "Input channel", auxTempSensor1_adcChannel
+ field = "Pullup resistor", auxTempSensor1_bias_resistor, {auxTempSensor1_adcChannel != 0}
+
+ field = "Lowest temperature", auxTempSensor1_tempC_1, {auxTempSensor1_adcChannel != 0}
+ field = "Resistance @ LT", auxTempSensor1_resistance_1, {auxTempSensor1_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", auxTempSensor1_tempC_2, {auxTempSensor1_adcChannel != 0}
+ field = "Resistance @ MT", auxTempSensor1_resistance_2, {auxTempSensor1_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", auxTempSensor1_tempC_3, {auxTempSensor1_adcChannel != 0}
+ field = "Resistance @ HT", auxTempSensor1_resistance_3, {auxTempSensor1_adcChannel != 0}
+
+ dialog = auxTempSensor2Sensor, "aux2 Thermistor Settings"
+ field = "Input channel", auxTempSensor2_adcChannel
+ field = "Pullup resistor", auxTempSensor2_bias_resistor, {auxTempSensor2_adcChannel != 0}
+
+ field = "Lowest temperature", auxTempSensor2_tempC_1, {auxTempSensor2_adcChannel != 0}
+ field = "Resistance @ LT", auxTempSensor2_resistance_1, {auxTempSensor2_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", auxTempSensor2_tempC_2, {auxTempSensor2_adcChannel != 0}
+ field = "Resistance @ MT", auxTempSensor2_resistance_2, {auxTempSensor2_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", auxTempSensor2_tempC_3, {auxTempSensor2_adcChannel != 0}
+ field = "Resistance @ HT", auxTempSensor2_resistance_3, {auxTempSensor2_adcChannel != 0}
+
+ dialog = oilTempSensor, "Oil Temp Sensor Settings"
+ field = "Input channel", oilTempSensor_adcChannel
+ field = "Pullup resistor", oilTempSensor_bias_resistor, {oilTempSensor_adcChannel != 0}
+
+ field = "Lowest temperature", oilTempSensor_tempC_1, {oilTempSensor_adcChannel != 0}
+ field = "Resistance @ LT", oilTempSensor_resistance_1, {oilTempSensor_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", oilTempSensor_tempC_2, {oilTempSensor_adcChannel != 0}
+ field = "Resistance @ MT", oilTempSensor_resistance_2, {oilTempSensor_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", oilTempSensor_tempC_3, {oilTempSensor_adcChannel != 0}
+ field = "Resistance @ HT", oilTempSensor_resistance_3, {oilTempSensor_adcChannel != 0}
+ field = ""
+ field = "DTC P0197 severity", dtcControl_p0197
+ field = "DTC P0198 severity", dtcControl_p0198
+
+ dialog = fuelTempSensor, "Fuel Temp Sensor Settings"
+ field = "Input channel", fuelTempSensor_adcChannel
+ field = "Pullup resistor", fuelTempSensor_bias_resistor, {fuelTempSensor_adcChannel != 0}
+
+ field = "Lowest temperature", fuelTempSensor_tempC_1, {fuelTempSensor_adcChannel != 0}
+ field = "Resistance @ LT", fuelTempSensor_resistance_1, {fuelTempSensor_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", fuelTempSensor_tempC_2, {fuelTempSensor_adcChannel != 0}
+ field = "Resistance @ MT", fuelTempSensor_resistance_2, {fuelTempSensor_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", fuelTempSensor_tempC_3, {fuelTempSensor_adcChannel != 0}
+ field = "Resistance @ HT", fuelTempSensor_resistance_3, {fuelTempSensor_adcChannel != 0}
+
+ dialog = ambientTempSensor, "Ambient Temp Sensor Settings"
+ field = "!Put this sensor before any turbocharger/supercharger"
+ field = "!near the air filter."
+ field = "Input channel", ambientTempSensor_adcChannel
+ field = "Pullup resistor", ambientTempSensor_bias_resistor, {ambientTempSensor_adcChannel != 0}
+
+ field = "Lowest temperature", ambientTempSensor_tempC_1, {ambientTempSensor_adcChannel != 0}
+ field = "Resistance @ LT", ambientTempSensor_resistance_1, {ambientTempSensor_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", ambientTempSensor_tempC_2, {ambientTempSensor_adcChannel != 0}
+ field = "Resistance @ MT", ambientTempSensor_resistance_2, {ambientTempSensor_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", ambientTempSensor_tempC_3, {ambientTempSensor_adcChannel != 0}
+ field = "Resistance @ HT", ambientTempSensor_resistance_3, {ambientTempSensor_adcChannel != 0}
+
+ dialog = compressorDischargeTemperature, "Compressor Discharge Temp Settings"
+ field = "!Put this sensor after the turbocharger/supercharger"
+ field = "!but before the intercooler."
+ field = "Input channel", compressorDischargeTemperature_adcChannel
+ field = "Pullup resistor", compressorDischargeTemperature_bias_resistor, {compressorDischargeTemperature_adcChannel != 0}
+
+ field = "Lowest temperature", compressorDischargeTemperature_tempC_1, {compressorDischargeTemperature_adcChannel != 0}
+ field = "Resistance @ LT", compressorDischargeTemperature_resistance_1, {compressorDischargeTemperature_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", compressorDischargeTemperature_tempC_2, {compressorDischargeTemperature_adcChannel != 0}
+ field = "Resistance @ MT", compressorDischargeTemperature_resistance_2, {compressorDischargeTemperature_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", compressorDischargeTemperature_tempC_3, {compressorDischargeTemperature_adcChannel != 0}
+ field = "Resistance @ HT", compressorDischargeTemperature_resistance_3, {compressorDischargeTemperature_adcChannel != 0}
+
+ dialog = tpsNum1, "Throttle Body #1"
+ field = "Primary sensor", tps1_1AdcChannel
+ field = "Primary min", tpsMin, {tps1_1AdcChannel != 0}
+ field = "Primary max", tpsMax, {tps1_1AdcChannel != 0}
+ field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
+ field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0 && tps1_1AdcChannel != 0}
+ field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0 && tps1_1AdcChannel != 0}
+ commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, {(etbFunctions1 == 1 || etbFunctions2 == 1) && tps1_1AdcChannel != 0 && calibrationMode == 0}
+
+ dialog = tpsNum2, "Throttle Body #2"
+ field = "Primary sensor", tps2_1AdcChannel
+ field = "Primary min", tps2Min, {tps2_1AdcChannel != 0}
+ field = "Primary max", tps2Max, {tps2_1AdcChannel != 0}
+ field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
+ field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0 && tps2_1AdcChannel != 0}
+ field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0 && tps2_1AdcChannel != 0}
+ commandButton = "Auto Calibrate ETB 2", cmd_etb_2_auto_calibrate, {(etbFunctions1 == 2 || etbFunctions2 == 2) && tps2_1AdcChannel != 0 && calibrationMode == 0}
+
+ dialog = tpsLimits, "TPS Limits"
+ field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
+ field = "TPS maximum valid value", tpsErrorDetectionTooHigh, {tps1_1AdcChannel != 0}
+
+ dialog = tpsRedundancy, "TPS Redundancy"
+ field = "!https://wiki.fome.tech/Advanced-Features/ETB/Redundant-Sensors/"
+ field = "Partial Secondary TPS Maximum", tpsSecondaryMaximum
+
+ dialog = tpsSensorLeft
+ panel = tpsLimits
+ panel = tpsNum1
+ panel = tpsNum2
+ panel = tpsRedundancy, {(tps1_1AdcChannel != 0 && tps1_2AdcChannel != 0) || (tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0)}
+
+ dialog = pedalNum1, "Pedal Sensors"
+ field = "Primary Sensor", throttlePedalPositionAdcChannel
+ field = "Primary Up voltage", throttlePedalUpVoltage, {throttlePedalPositionAdcChannel != 0}
+ commandButton = "Grab Up", cmd_calibrate_pedal_up, {throttlePedalPositionAdcChannel != 0}
+ field = "Primary Down (WOT) voltage", throttlePedalWOTVoltage, {throttlePedalPositionAdcChannel != 0}
+ commandButton = "Grab Down", cmd_calibrate_pedal_down, {throttlePedalPositionAdcChannel != 0}
+ field = "Secondary Sensor", throttlePedalPositionSecondAdcChannel, {throttlePedalPositionAdcChannel != 0}
+ field = "Secondary Up voltage", throttlePedalSecondaryUpVoltage, {throttlePedalPositionAdcChannel != 0 && throttlePedalPositionSecondAdcChannel != 0}
+ field = "Secondary Down (WOT) voltage", throttlePedalSecondaryWOTVoltage, {throttlePedalPositionAdcChannel != 0 && throttlePedalPositionSecondAdcChannel != 0}
+
+ dialog = pedalRedundancy, "Pedal Redundancy"
+ field = "!https://wiki.fome.tech/Advanced-Features/ETB/Redundant-Sensors/"
+ field = "Partial Secondary PPS Maximum", ppsSecondaryMaximum
+ field = "BRZ/FRS/GT86 pedal", allowIdenticalPps
+
+ dialog = pedalSensorLeft
+ panel = pedalNum1
+ panel = pedalRedundancy, {throttlePedalPositionAdcChannel != 0 && throttlePedalPositionSecondAdcChannel != 0}
+
+ dialog = pedalGauges
+ gauge = pedalPositionGauge
+ gauge = rawPpsPrimaryGauge
+ gauge = rawPpsSecondaryGauge
+
+ dialog = tpsGauges
+ gauge = rawTps1PrimaryGauge
+ gauge = rawTps1SecondaryGauge
+ gauge = rawTps2PrimaryGauge
+ gauge = rawTps2SecondaryGauge
+
+ dialog = pedalSensor, "", border
+ panel = pedalSensorLeft, West
+ panel = pedalGauges, East
+
+ dialog = tpsSensor, "", border
+ panel = tpsSensorLeft, West
+ panel = tpsGauges, East
+
+ dialog = wastegatePosConfig, "Wastegate position sensor"
+ field = "Input", wastegatePositionSensor
+ field = "Min (fully closed, most boost)", wastegatePositionMin
+ field = "Max (fully open, least boost)", wastegatePositionMax
+
+ dialog = wastegateIdlePosLeft, ""
+ panel = wastegatePosConfig
+
+ dialog = wastegateIdlePosGauges, ""
+ gauge = rawWastegatePositionGauge, West
+ gauge = wastegatePosGauge, East
+
+ dialog = wastegateIdlePos, "", border
+ panel = wastegateIdlePosLeft, West
+ panel = wastegateIdlePosGauges, East
+
+ dialog = mc33Dialog, "Low-Z injector control PT2001"
+ field = "SPI Chip Select", mc33816_cs
+ field = "SPI Device", mc33816spiDevice
+ field = "MC33816 rstb", mc33816_rstb
+ field = "MC33816 flag0", mc33816_flag0
+
+ field = "Boost voltage", mc33_hvolt
+
+ field = "Boost current target", mc33_i_boost
+ field = "Min boost time", mc33_t_min_boost
+ field = "Max boost time (timeout)", mc33_t_max_boost
+
+ field = "Peak phase current target", mc33_i_peak
+ field = "Peak phase duration", mc33_t_peak_tot
+ field = "Peak phase loop off time", mc33_t_peak_off
+ field = "Peak -> Hold Bypass Time", mc33_t_bypass
+
+ field = "Hold current target", mc33_i_hold
+ field = "Hold phase loop off time", mc33_t_hold_off
+ field = "Maximum injection duration", mc33_t_hold_tot
+
+
+; Sensor Inputs
+ dialog = otherSensorInputs, "Other Sensor Inputs"
+ field = "Clutch Down", clutchDownPin
+ field = "Clutch Down inverted", clutchDownPinInverted
+ field = "Clutch Down mode", clutchDownPinMode
+
+ field = "Clutch Up", clutchUpPin
+ field = "Clutch Up inverted", clutchUpPinInverted
+ field = "Clutch Up mode", clutchUpPinMode
+ field = "Brake pedal switch", brakePedalPin
+ field = "Brake pedal switch mode", brakePedalPinMode
+ field = "Turbo Speed Sensor", turboSpeedSensorInputPin
+ field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier
+ field = "Throttle inlet pressure sensor", throttleInletPressureChannel
+ field = "Compressor discharge pressure sensor", compressorDischargePressureChannel
+
+ dialog = flexInput, "Flex Fuel Sensor"
+ field = "Flex fuel sensor", flexSensorPin
+ field = ""
+ field = "DTC P0176 severity", dtcControl_p0176
+ field = "DTC P0178 severity", dtcControl_p0178
+ field = "DTC P0179 severity", dtcControl_p0179
+
+ dialog = fuelLevelDialog, "Fuel Level Sensor"
+ field = "Input channel", fuelLevelSensor
+ panel = fuelLevelCurve
+
+;
+; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to
+; configure the features.
+;
+ dialog = allPinsSensors, "Sensors"
+ field = "Throttle pedal Position Channel", throttlePedalPositionAdcChannel
+ field = "Throttle pedal Position #2", throttlePedalPositionSecondAdcChannel
+ field = "Primary input channel", triggerInputPins1
+ field = "Secondary channel", triggerInputPins2
+ field = "Cam Sync/VVT input", camInputs1
+ field = "CLT ADC input", clt_adcChannel
+ field = "IAT ADC input", iat_adcChannel
+ field = "vBatt ADC input", vbattAdcChannel
+ field = "TPS1 ADC input", tps1_1AdcChannel
+ field = "TPS2 ADC input", tps2_1AdcChannel
+ field = "MAF ADC input", mafAdcChannel
+ field = "MAF 2 ADC input", maf2AdcChannel
+ field = "AFR ADC input", afr_hwChannel
+ field = "AFR 2 ADC input", afr_hwChannel2
+ field = "Baro ADC input", baroSensor_hwChannel
+ field = "MAP ADC input", map_sensor_hwChannel
+ field = "MAP 2 ADC input", map2HwChannel
+ field = "Fuel Level input", fuelLevelSensor
+ field = "Vehicle Speed input", vehicleSpeedSensorInputPin
+ field = "Clutch Down input", clutchDownPin
+ field = "Clutch Up input", clutchUpPin
+ field = "Brake pedal input", brakePedalPin
+ field = "A/C Switch", acSwitch
+ field = "A/C Pressure switch", acPressureSwitch
+ field = "Aux Temperature #1", auxTempSensor1_adcChannel
+ field = "Aux Temperature #2", auxTempSensor2_adcChannel
+
+ dialog = allPinsMC33, "MC33816"
+ field = "Chip Select", mc33816_cs
+ field = rstb, mc33816_rstb
+ field = flag0, mc33816_flag0
+ field = mc33816_driven, mc33816_driven
+ field = mc33816spiDevice, mc33816spiDevice
+ field = hpfpValcePin, hpfpValvePin
+
+ dialog = allPins1_1
+ field = "trigger stimulator output #1", triggerSimulatorPins1
+ field = "trigger stimulator output #2", triggerSimulatorPins2
+ field = "tle6240_cs", tle6240_cs
+ field = "tle6240 SPI", tle6240spiDevice
+
+ dialog = allPins1_2
+ field = "Tachometer output", tachOutputPin
+ field = "O2 heater output", o2heaterPin
+ field = "Idle Solenoid Primary output", idle_solenoidPin
+ field = "Idle Solenoid Secondary output",secondSolenoidPin
+ field = "Idle Stepper Dir", idle_stepperDirectionPin
+ field = "Idle Stepper Step", idle_stepperStepPin
+ field = "Idle Stepper Enable", stepperEnablePin
+ field = "Fuel Pump output", fuelPumpPin
+ field = "ETB#1 Dir #1", etbIo1_directionPin1
+ field = "ETB#1 Dir #2", etbIo1_directionPin2
+ field = "ETB#1 Control", etbIo1_controlPin
+ field = "ETB#1 Disable", etbIo1_disablePin
+ field = "ETB#2 Dir #1", etbIo2_directionPin1
+ field = "ETB#2 Dir #2", etbIo2_directionPin2
+ field = "ETB#2 Control", etbIo2_controlPin
+ field = "ETB#2 Disable", etbIo2_disablePin
+ field = "SD CS Pin", sdCardCsPin
+ field = "MIL/Check Engine output", malfunctionIndicatorPin
+ field = "Fan Pin", fanPin
+ field = "A/C Relay", acRelayPin
+ field = "Main Relay Pin", mainRelayPin
+ field = "Starter Relay Pin", starterRelayDisablePin
+
+ dialog = allPins2_1
+ field = "Injection Output 1", injectionPins1
+ field = "Injection Output 2", injectionPins2
+ field = "Injection Output 3", injectionPins3
+ field = "Injection Output 4", injectionPins4
+ field = "Injection Output 5 ", injectionPins5
+ field = "Injection Output 6 ", injectionPins6
+ field = "Injection Output 7 ", injectionPins7
+ field = "Injection Output 8 ", injectionPins8
+ field = "Injection Output 9 ", injectionPins9
+ field = "Injection Output 10 ", injectionPins10
+ field = "Injection Output 11 ", injectionPins11
+ field = "Injection Output 12 ", injectionPins12
+ field = auxSpeedSensorInputPin1, auxSpeedSensorInputPin1
+ field = auxSpeedSensorInputPin2, auxSpeedSensorInputPin2
+
+
+ dialog = allPins2_2
+ field = "Ignition Output 1", ignitionPins1
+ field = "Ignition Output 2", ignitionPins2
+ field = "Ignition Output 3", ignitionPins3
+ field = "Ignition Output 4", ignitionPins4
+ field = "Ignition Output 5", ignitionPins5
+ field = "Ignition Output 6", ignitionPins6
+ field = "Ignition Output 7", ignitionPins7
+ field = "Ignition Output 8", ignitionPins8
+ field = "Ignition Output 9", ignitionPins9
+ field = "Ignition Output 10", ignitionPins10
+ field = "Ignition Output 11", ignitionPins11
+ field = "Ignition Output 12", ignitionPins12
+
+ dialog = allPins2_3
+ field = "Debug Trigger Sync", debugTriggerSync
+ panel = allPinsMC33
+
+ dialog = allPins1_3
+ field = "Aux ADC #1", auxAnalogInputs1
+ field = "Aux ADC #2", auxAnalogInputs2
+ field = "Aux ADC #3", auxAnalogInputs3
+ field = "Aux ADC #4", auxAnalogInputs4
+ field = "Aux ADC #5", auxAnalogInputs5
+ field = "Aux ADC #6", auxAnalogInputs6
+ field = "Aux ADC #7", auxAnalogInputs7
+ field = "Aux ADC #8", auxAnalogInputs8
+ field = "SPI1 MOSI", spi1mosiPin, { spi1mosiPin != 0 || is_enabled_spi_1}
+ field = "SPI1 MISO", spi1misoPin, { spi1misoPin != 0 || is_enabled_spi_1}
+ field = "SPI1 SCK", spi1sckPin, {is_enabled_spi_1}
+ field = "SPI2 MOSI", spi2mosiPin, {is_enabled_spi_2}
+ field = "SPI2 MISO", spi2misoPin, {is_enabled_spi_2}
+ field = "SPI2 SCK", spi2sckPin, {is_enabled_spi_2}
+ field = "SPI3 MOSI", spi3mosiPin, {is_enabled_spi_3}
+ field = "SPI3 MISO", spi3misoPin, {is_enabled_spi_3}
+ field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3}
+ field = "LIS302DLCsPin", LIS302DLCsPin
+ field = "DRV8860 CS", drv8860_cs
+ field = "DRV8860 CS Mode", drv8860_csPinMode
+ field = "DRV8860 MISO pin", drv8860_miso
+ field = "DRV8860 SPI", drv8860spiDevice
+
+ dialog = allPins3_1
+ panel = allPinsSensors
+
+ dialog = allPins3_2
+ field = "VVT solenoid bank 1 intake", vvtPins1
+ field = "VVT solenoid bank 1 exhaust", vvtPins2
+ field = "VVT solenoid bank 2 intake", vvtPins3
+ field = "VVT solenoid bank 2 exhaust", vvtPins4
+ field = "TLE8888 Chip Select", tle8888_cs
+ field = "TLE 8888 spi", tle8888spiDevice
+ field = "Start/Stop Button", startStopButtonPin
+
+ dialog = allPins3_1_and_2, "All IO 3/3", xAxis
+ panel = allPins3_1
+ panel = allPins3_2
+
+ dialog = allPins1_1_and_2, "", xAxis
+ panel = allPins1_1
+ panel = allPins1_2
+
+ dialog = allPins1, "All IO 1/3", xAxis
+ panel = allPins1_1_and_2
+ panel = allPins1_3
+
+ dialog = allPins2_1_and_2, "", xAxis
+ panel = allPins2_1
+ panel = allPins2_2
+
+ dialog = allPins2, "All IO 2/3", xAxis
+ panel = allPins2_1_and_2
+ panel = allPins2_3
+
+ dialog = clt_thermistor, "CLT sensor"
+ field = "Input channel", clt_adcChannel
+ field = "Pullup resistor", clt_bias_resistor, {clt_adcChannel != 0}
+
+ settingSelector = "Common CLT Sensors"
+ settingOption = "GM CLT", clt_tempC_1=0,clt_resistance_1=9240,clt_tempC_2=40,clt_resistance_2=1459,clt_tempC_3=100,clt_resistance_3=177,useLinearCltSensor=0
+ settingOption = "Miata NA", clt_tempC_1=-20,clt_resistance_1=16150,clt_tempC_2=40,clt_resistance_2=1150,clt_tempC_3=80,clt_resistance_3=330,useLinearCltSensor=0
+ settingOption = "Miata NB", clt_tempC_1=-10,clt_resistance_1=9000,clt_tempC_2=20,clt_resistance_2=2500,clt_tempC_3=80,clt_resistance_3=320,useLinearCltSensor=0
+ settingOption = "Bosch Various", clt_tempC_1=0,clt_resistance_1=5896,clt_tempC_2=50,clt_resistance_2=834,clt_tempC_3=100,clt_resistance_3=187,useLinearCltSensor=0
+
+ field = ""
+ field = "Lowest temperature", clt_tempC_1, {clt_adcChannel != 0}
+ field = "Resistance @ LT", clt_resistance_1, {clt_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", clt_tempC_2, {clt_adcChannel != 0}
+ field = "Resistance @ MT", clt_resistance_2, {clt_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", clt_tempC_3, {clt_adcChannel != 0}
+ field = "Resistance @ HT", clt_resistance_3, {clt_adcChannel != 0}
+ field = ""
+ field = "Linear characteristic", useLinearCltSensor, {clt_adcChannel != 0}
+ field = ""
+ field = "DTC P0117 severity", dtcControl_p0117
+ field = "DTC P0118 severity", dtcControl_p0118
+
+ dialog = cltGauges
+ gauge = CLTGauge
+ gauge = rawCltGauge
+
+ dialog = cltSensor, "CLT Sensor", border
+ panel = clt_thermistor, West
+ panel = cltGauges, East
+
+ dialog = iat_thermistor, "IAT sensor"
+ field = "Input channel", iat_adcChannel
+ field = "Pullup resistor", iat_bias_resistor, {iat_adcChannel != 0}
+
+ settingSelector = "Common IAT Sensors", {iat_adcChannel != 0}
+ settingOption = "GM IAT", iat_tempC_1=8.9,iat_resistance_1=7000,iat_tempC_2=30.6,iat_resistance_2=1930,iat_tempC_3=63.3,iat_resistance_3=560,useLinearIatSensor=0
+ settingOption = "Miata NA/NB", iat_tempC_1=-20,iat_resistance_1=16150,iat_tempC_2=40,iat_resistance_2=1150,iat_tempC_3=80,iat_resistance_3=330,useLinearIatSensor=0
+ settingOption = "Miata MSM IAT2", iat_tempC_1=0,iat_resistance_1=112000,iat_tempC_2=40,iat_resistance_2=17000,iat_tempC_3=60,iat_resistance_3=8000,useLinearIatSensor=0
+ settingOption = "Bosch Various", iat_tempC_1=-10,iat_resistance_1=9397,iat_tempC_2=30,iat_resistance_2=1707,iat_tempC_3=70,iat_resistance_3=436,useLinearIatSensor=0
+
+ field = ""
+ field = "Lowest temperature", iat_tempC_1, {iat_adcChannel != 0}
+ field = "Resistance @ LT", iat_resistance_1, {iat_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", iat_tempC_2, {iat_adcChannel != 0}
+ field = "Resistance @ MT", iat_resistance_2, {iat_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", iat_tempC_3, {iat_adcChannel != 0}
+ field = "Resistance @ HT", iat_resistance_3, {iat_adcChannel != 0}
+ field = ""
+ field = "Linear characteristic", useLinearIatSensor, {iat_adcChannel != 0}
+ field = ""
+ field = "DTC P0112 severity", dtcControl_p0112
+ field = "DTC P0113 severity", dtcControl_p0113
+
+ dialog = iatGauges
+ gauge = IATGauge
+ gauge = rawIatGauge
+
+ dialog = iatSensor, "IAT Sensor", border
+ panel = iat_thermistor, West
+ panel = iatGauges, East
+
+ dialog = oilp_settings, "Oil Pressure Sensor"
+ field = "Oil Pressure ADC input", oilPressure_hwChannel
+ field = "low voltage", oilPressure_v1, {oilPressure_hwChannel != 0}
+ field = "low pressure", oilPressure_value1, {oilPressure_hwChannel != 0}
+ field = "high voltage", oilPressure_v2, {oilPressure_hwChannel != 0}
+ field = "high pressure", oilPressure_value2, {oilPressure_hwChannel != 0}
+ field = ""
+ field = "DTC P0522 severity", dtcControl_p0522
+ field = "DTC P0523 severity", dtcControl_p0523
+
+ dialog = oilPressureGauges
+ gauge = OilPressGauge
+ gauge = rawOilPressureGauge
+
+ dialog = oilPressureSensor, "", border
+ panel = oilp_settings, West
+ panel = oilPressureGauges, East
+
+ dialog = fuelp_settings, "Fuel Pressure Sensor"
+ field = "Fuel low pressure ADC input", lowPressureFuel_hwChannel
+ field = "low voltage", lowPressureFuel_v1, {lowPressureFuel_hwChannel != 0}
+ field = "low pressure", lowPressureFuel_value1, {lowPressureFuel_hwChannel != 0}
+ field = "high voltage", lowPressureFuel_v2, {lowPressureFuel_hwChannel != 0}
+ field = "high pressure", lowPressureFuel_value2, {lowPressureFuel_hwChannel != 0}
+ field = "sensor type", fuelPressureSensorMode, {lowPressureFuel_hwChannel != 0}
+
+ field = "Fuel high pressure ADC input", highPressureFuel_hwChannel
+ field = "low voltage", highPressureFuel_v1, {highPressureFuel_hwChannel != 0}
+ field = "low pressure", highPressureFuel_value1, {highPressureFuel_hwChannel != 0}
+ field = "high voltage", highPressureFuel_v2, {highPressureFuel_hwChannel != 0}
+ field = "high pressure", highPressureFuel_value2, {highPressureFuel_hwChannel != 0}
+
+ dialog = fuelPressureGauges
+ gauge = lowFuelPressureGauge
+ gauge = rawLowFuelPressureGauge
+ gauge = highFuelPressureGauge
+ gauge = rawHighFuelPressureGauge
+
+ dialog = fuelPressureSensor, "", border
+ panel = fuelp_settings, West
+ panel = fuelPressureGauges, East
+
+ dialog = auxLinearSensor1, "Aux Linear Sensor #1"
+ field = "ADC input", auxLinear1_hwChannel
+ field = "Low voltage", auxLinear1_v1, {auxLinear1_hwChannel != 0}
+ field = "Low value", auxLinear1_value1, {auxLinear1_hwChannel != 0}
+ field = "High voltage", auxLinear1_v2, {auxLinear1_hwChannel != 0}
+ field = "High value", auxLinear1_value2, {auxLinear1_hwChannel != 0}
+
+ dialog = auxLinearSensor2, "Aux Linear Sensor #2"
+ field = "ADC input", auxLinear2_hwChannel
+ field = "Low voltage", auxLinear2_v1, {auxLinear2_hwChannel != 0}
+ field = "Low value", auxLinear2_value1, {auxLinear2_hwChannel != 0}
+ field = "High voltage", auxLinear2_v2, {auxLinear2_hwChannel != 0}
+ field = "High value", auxLinear2_value2, {auxLinear2_hwChannel != 0}
+
+ dialog = auxLinearSensor3, "Aux Linear Sensor #3"
+ field = "ADC input", auxLinear3_hwChannel
+ field = "Low voltage", auxLinear3_v1, {auxLinear3_hwChannel != 0}
+ field = "Low value", auxLinear3_value1, {auxLinear3_hwChannel != 0}
+ field = "High voltage", auxLinear3_v2, {auxLinear3_hwChannel != 0}
+ field = "High value", auxLinear3_value2, {auxLinear3_hwChannel != 0}
+
+ dialog = auxLinearSensor4, "Aux Linear Sensor #4"
+ field = "ADC input", auxLinear4_hwChannel
+ field = "Low voltage", auxLinear4_v1, {auxLinear4_hwChannel != 0}
+ field = "Low value", auxLinear4_value1, {auxLinear4_hwChannel != 0}
+ field = "High voltage", auxLinear4_v2, {auxLinear4_hwChannel != 0}
+ field = "High value", auxLinear4_value2, {auxLinear4_hwChannel != 0}
+
+ dialog = auxLinearSensors
+ panel = auxLinearSensor1
+ panel = auxLinearSensor2
+ panel = auxLinearSensor3
+ panel = auxLinearSensor4
+ field = auxSpeedSensorInputPin1, auxSpeedSensorInputPin1
+ field = auxSpeedSensorInputPin2, auxSpeedSensorInputPin2
+
+; Sensors->MAP sensor
+ dialog = mapSensorAnalog, "MAP sensor", yAxis
+ field = "MAP ADC input", map_sensor_hwChannel
+ field = "MAP 2 ADC input", map2HwChannel, { map_sensor_hwChannel != 0 }
+ field = "MAP type", map_sensor_type, { map_sensor_hwChannel != 0 }
+ field = "MAP value low point", map_sensor_lowValue, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+ field = "MAP voltage low point", mapLowValueVoltage, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+ field = "MAP value high point", map_sensor_highValue, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+ field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+
+ dialog = mapCommon, "MAP common settings"
+ field = "Low value threshold", mapErrorDetectionTooLow
+ field = "High value threshold", mapErrorDetectionTooHigh
+ field = "DTC P0107 severity", dtcControl_p0107
+ field = "DTC P0108 severity", dtcControl_p0108
+ field = ""
+ field = "Measure Map Only In One Cylinder", measureMapOnlyInOneCylinder
+ field = "Cylinder count to sample MAP", mapMinBufferLength
+ field = "MAP cylinder balance min RPM", mapAveragingCylinderBalanceMinRpm
+
+ dialog = mapSettings, "", yAxis
+ panel = mapCommon
+ panel = mapSensorAnalog
+
+ dialog = baroSettings, "Baro sensor"
+ field = "Baro ADC input", baroSensor_hwChannel
+ field = "Low Value", baroSensor_lowValue, {baroSensor_hwChannel != 0 || lps25BaroSensorScl != 0 }
+ field = "High Value", baroSensor_highValue, {baroSensor_hwChannel != 0 || lps25BaroSensorScl != 0 }
+ field = "Type", baroSensor_type, {baroSensor_hwChannel != 0 || lps25BaroSensorScl != 0 }
+ field = "LPS2x Baro SCL", lps25BaroSensorScl, { baroSensor_hwChannel == 0}
+ field = "LPS2x Baro SDA", lps25BaroSensorSda, { baroSensor_hwChannel == 0}
+ field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap
+
+ dialog = mapCurves, "MAP sampling", yAxis
+ field = "isMapAveragingEnabled", isMapAveragingEnabled
+ panel = map_samplingAngleCurve
+ panel = map_samplingWindowCurve
+
+ dialog = mafSettings, "MAF sensor", yAxis
+ field = "MAF ADC input", mafAdcChannel
+ field = "MAF 2 ADC input", maf2AdcChannel
+ field = ""
+ field = "MAF filter parameter", mafFilterParameter
+ field = ""
+ field = "Minimum MAF voltage", mafMinVoltage
+ field = "DTC P0102 severity", dtcControl_p0102
+ field = "Maximum MAF voltage", mafMaxVoltage
+ field = "DTC P0103 severity", dtcControl_p0103
+
+ dialog = egoSettings_sensor, "WB O2 sensor"
+ settingSelector = "Common O2 Controllers", { afr_hwChannel != 0 && widebandMode == 0 }
+ settingOption = "BSPX", afr_v1=0,afr_v2=5,afr_value1=9,afr_value2=19
+ settingOption = "Innovate", afr_v1=0,afr_v2=5,afr_value1=7.35,afr_value2=22.39
+ settingOption = "14Point7", afr_v1=0,afr_v2=5,afr_value1=9.996,afr_value2=19.992
+ settingOption = "AEM Legacy", afr_v1=0,afr_v2=5,afr_value1=10,afr_value2=20
+ settingOption = "AEM X-Series", afr_v1=0.5,afr_v2=4.5,afr_value1=8.5,afr_value2=18
+
+ field = "Low voltage", afr_v1
+ field = "Low AFR", afr_value1
+ field = "High voltage", afr_v2
+ field = "High AFR", afr_value2
+ field = "Correction", egoValueShift
+
+ dialog = egoSettings_IO1, "WB O2 Sensor I/O"
+ field = "Input channel 1", afr_hwChannel
+ field = "Input channel 2", afr_hwChannel2, { afr_hwChannel != 0 }
+ field = "Heater output", o2heaterPin
+
+ dialog = egoSettings_fomeCan, "FOME Wideband Config"
+ field = "!Please connect exactly one wideband controller before pressing these buttons!"
+ gauge = widebandUpdateProgressGauge
+ commandButton = "Update Firmware", cmd_wideband_firmare_update
+ field = "!These buttons will set ALL connected controllers to the specified index."
+ field = "!Disconnect all controllers you don't want to set!"
+ field = "FW update bus", widebandOnSecondBus, { widebandMode }, { widebandMode }
+ commandButton = "Set Index 0", cmd_set_wideband_idx_0
+ commandButton = "Set Index 1", cmd_set_wideband_idx_1
+ field = "Force O2 sensor heating", forceO2Heating
+
+ dialog = egoSettings_canRemap_bus, ""
+ field = "Lambda sensor 1 bus", lambdaSensorSourceBus1
+ field = "Lambda sensor 2 bus", lambdaSensorSourceBus2
+ field = "Lambda sensor 3 bus", lambdaSensorSourceBus3
+ field = "Lambda sensor 4 bus", lambdaSensorSourceBus4
+
+ dialog = egoSettings_canRemap_index, ""
+ field = "index", lambdaSensorSourceIndex1
+ field = "index", lambdaSensorSourceIndex2
+ field = "index", lambdaSensorSourceIndex3
+ field = "index", lambdaSensorSourceIndex4
+
+ dialog = egoSettings_canRemap, "CAN wideband remapping", xAxis
+ panel = egoSettings_canRemap_bus
+ panel = egoSettings_canRemap_index
+
+ dialog = egoSettings, "", yAxis
+ field = "Wideband controller type", widebandMode, { canReadEnabled && canWriteEnabled }
+ panel = egoSettings_IO1, { widebandMode == 0 }, { widebandMode == 0 }
+ panel = egoSettings_sensor, { afr_hwChannel != 0 && widebandMode == 0 }, { widebandMode == 0 }
+ panel = egoSettings_fomeCan, { widebandMode == 1 }, { widebandMode == 1 }
+ panel = egoSettings_canRemap, { widebandMode == 1 || widebandMode == 2 }, { widebandMode == 1 || widebandMode == 2 }
+
+; Engine->EGT inputs
+ dialog = egtInputs, "EGT inputs"
+ field = "SPI", max31855spiDevice
+ field = "CS #1", max31855_cs1
+ field = "CS #2", max31855_cs2
+ field = "CS #3", max31855_cs3
+ field = "CS #4", max31855_cs4
+ field = "CS #5", max31855_cs5
+ field = "CS #6", max31855_cs6
+ field = "CS #7", max31855_cs7
+ field = "CS #8", max31855_cs8
+
+; Engine->idle Settings
+ dialog = idleSolenoid, "Solenoid"
+ field = "Idle Solenoid Primary output", idle_solenoidPin, { idle_solenoidPin != 0 || !useStepperIdle }
+ field = "Idle Solenoid Secondary output", secondSolenoidPin, { idle_solenoidPin != 0 || (!useStepperIdle && isDoubleSolenoidIdle ) }
+ field = "Idle Solenoid output(s) Mode", idle_solenoidPinMode, !useStepperIdle
+ field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle
+
+ dialog = etbHbridgeHardwareNo1, "H-Bridge Hardware No1"
+ field = "No1 Direction #1", etbIo1_directionPin1
+ field = "No1 Direction #2", etbIo1_directionPin2
+ field = "No1 Control", etbIo1_controlPin
+ field = "No1 Disable", etbIo1_disablePin
+
+ dialog = etbHbridgeHardwareNo2, "H-Bridge Hardware No2"
+ field = "No2 Direction #1", etbIo2_directionPin1
+ field = "No2 Direction #2", etbIo2_directionPin2
+ field = "No2 Control", etbIo2_controlPin
+ field = "No2 Disable", etbIo2_disablePin
+
+ dialog = etbHbridgeHardware, "ETB H-Bridge Hardware"
+ field = "Two-wire mode", etb_use_two_wires
+ panel = etbHbridgeHardwareNo1, { etbFunctions1 != 0 }
+ panel = etbHbridgeHardwareNo2, { etbFunctions2 != 0 }
+
+ dialog = stepperHbridgeHardwareNo1, "H-Bridge Hardware No1"
+ field = "No1 Direction #1", stepperDcIo1_directionPin1
+ field = "No1 Direction #2", stepperDcIo1_directionPin2
+ field = "No1 Disable", stepperDcIo1_disablePin
+
+ dialog = stepperHbridgeHardwareNo2, "H-Bridge Hardware No2"
+ field = "No2 Direction #1", stepperDcIo2_directionPin1
+ field = "No2 Direction #2", stepperDcIo2_directionPin2
+ field = "No2 Disable", stepperDcIo2_disablePin
+
+ dialog = stepperHbridgeHardware, "Stepper H-Bridge Hardware"
+ topicHelp = "stepperHbridgeHardwareHelp"
+ field = "Inverted driver pins", stepperDcInvertedPins
+ panel = stepperHbridgeHardwareNo1, { etbFunctions1 != 0 }
+ panel = stepperHbridgeHardwareNo2, { etbFunctions2 != 0 }
+
+ dialog = idleStepperHw, "Stepper Controller Hardware"
+ topicHelp = "idleStepperHwHelp"
+ field = "Idle Stepper Step Pin", idle_stepperStepPin
+ field = "Idle Stepper Dir Pin", idle_stepperDirectionPin
+ field = "Idle Stepper Dir Pin Mode", stepperDirectionPinMode
+ field = "Idle Stepper Enable Pin", stepperEnablePin
+ field = "Idle Stepper Enable Pin Mode", stepperEnablePinMode
+ field = "Minimum stepper voltage", minStepperVoltage
+
+ dialog = stepperDirectDriveHardware, "Stepper Direct-Drive Hardware"
+ topicHelp = "stepperDirectDriveHardwareHelp"
+ field = "Stepper A+", stepper_raw_output1
+ field = "Stepper A-", stepper_raw_output2
+ field = "Stepper B+", stepper_raw_output3
+ field = "Stepper B-", stepper_raw_output4
+
+ dialog = idleStepperHwType, ""
+ panel = idleStepperHw, { useStepperIdle && !useHbridgesToDriveIdleStepper && !useRawOutputToDriveIdleStepper }
+ panel = stepperHbridgeHardware, { useStepperIdle && useHbridgesToDriveIdleStepper && !useRawOutputToDriveIdleStepper }
+ panel = stepperDirectDriveHardware, { useStepperIdle && !useHbridgesToDriveIdleStepper && useRawOutputToDriveIdleStepper }
+
+ dialog = idleStepperGeneral, ""
+ field = "Drive stepper with dual H bridges", useHbridgesToDriveIdleStepper, useStepperIdle
+ field = "Drive stepper with PushPull outputs", useRawOutputToDriveIdleStepper, { useStepperIdle && !useHbridgesToDriveIdleStepper }
+ field = "Stepper reaction time", idleStepperReactionTime, useStepperIdle
+ field = "Stepper total steps", idleStepperTotalSteps, useStepperIdle
+ field = "Stepper parking extra steps, %", stepperParkingExtraSteps, useStepperIdle
+ field = "Force parking every restart", stepperForceParkingEveryRestart, useStepperIdle
+
+ dialog = idleStepperMicro, "Micro-Stepping"
+ field = "Stepping Mode", stepperNumMicroSteps, useHbridgesToDriveIdleStepper
+ field = "Min. Duty Cycle", stepperMinDutyCycle, { useHbridgesToDriveIdleStepper && stepperNumMicroSteps > 1 }
+ field = "Max. Duty Cycle", stepperMaxDutyCycle, { useHbridgesToDriveIdleStepper && stepperNumMicroSteps > 1 }
+
+ dialog = idleStepper, "Stepper"
+ panel = idleStepperGeneral
+ panel = idleStepperHwType
+ panel = idleStepperMicro
+
+ dialog = idleHwType, "Idle Valve Hardware", yAxis
+ panel = idleSolenoid
+ panel = idleStepper
+
+ dialog = idlehw, "", yAxis
+ field = "!ECU reboot needed to apply these settings"
+ field = "Use Stepper", useStepperIdle
+ field = "Double Solenoid Mode", isDoubleSolenoidIdle
+ field = "Electronic throttle idle range", etbIdleThrottleRange
+ panel = idleHwType
+
+ dialog = idlePidSettings, "Closed Loop Idle"
+ field = "P-factor", idleRpmPid_pFactor
+ field = "I-factor", idleRpmPid_iFactor
+ field = "D-factor", idleRpmPid_dFactor
+ field = "Min", idleRpmPid_minValue
+ field = "Max", idleRpmPid_maxValue
+ field = "iTerm Min", idlerpmpid_iTermMin
+ field = "iTerm Max", idlerpmpid_iTermMax
+
+ dialog = idleOpenLoop, "Open Loop Idle"
+ slider = "Open loop base position", manIdlePosition, horizontal
+ field = "A/C adder", acIdleExtraOffset
+ field = "A/C target adder", acIdleRpmBump
+ field = "Fan #1 adder", fan1ExtraIdle
+ field = "Fan #2 adder", fan2ExtraIdle
+ field = "Extra idle air if throttle pressed", iacByTpsTaper
+
+ dialog = idleGating, "Idle Detection Thresholds"
+ field = "TPS threshold", idlePidDeactivationTpsThreshold
+ field = "RPM upper limit", idlePidRpmUpperLimit
+ field = "Max vehicle speed", maxIdleVss
+
+ dialog = idleExtra, "Extra Idle Features"
+ field = "Use idle ignition table", useSeparateAdvanceForIdle
+ field = "Use idle VE table", useSeparateVeForIdle
+ field = "Override Idle VE table load axis", idleVeOverrideMode, { useSeparateVeForIdle }
+ field = "Ramp target on return to idle", idleReturnTargetRamp, { idleMode == 0 }
+ field = "Use idle tables for cranking taper", useSeparateIdleTablesForCrankingTaper
+ field = "Use coasting idle table", useIacTableForCoasting
+
+ dialog = idleSettings, "", yAxis
+ field = "Idle control mode", idleMode, { !modeledFlowIdle }
+
+ field = "! Solenoid idle control is disabled at zero RPM"
+
+; gating applies both to open loop and closed loop!
+ panel = idleGating
+; closed loop mode is an addition on top of open loop, so idleOpenLoop stays open even when closed loop is selected
+ panel = idleOpenLoop
+ panel = idlePidSettings, { idleMode == 0 || modeledFlowIdle }
+ panel = idleExtra
+
+ dialog = idleTimingPidCorrDialog, "", yAxis
+ field = ""
+ field = "Enable closed loop idle ignition timing", useIdleTimingPidControl
+ field = ""
+ field = "#Gain is in degrees advance per rpm away from target"
+ field = "#A good starting point is 0.1 = 10 deg per 100 rpm"
+ field = "Proportional gain", idleTimingPid_pFactor, {useIdleTimingPidControl}
+ field = "Derivative gain", idleTimingPid_dFactor, {useIdleTimingPidControl}
+ field = ""
+ field = "Min adjustment (retard)", idleTimingPid_minValue, {useIdleTimingPidControl}
+ field = "Max adjustment (advance)", idleTimingPid_maxValue, {useIdleTimingPidControl}
+ field = ""
+ field = "#Use debug mode 'Timing' to view idle timing adjustment"
+
+; Engine->Fan Settings
+ dialog = fan1Settings, "Fan 1"
+ field = "Output", fanPin
+ field = "Output mode", fanPinMode, { !fan1UsePwmMode }
+ field = "Fan control type", fan1UsePwmMode
+ field = "On temperature", fanOnTemperature
+ field = "Off temperature", fanOffTemperature
+ field = "PWM table X axis", fan1PwmXAxis, { fan1UsePwmMode }
+ field = "Enable with AC", enableFan1WithAc
+ field = "Disable when engine stopped", disableFan1WhenStopped
+ field = "Idle adder", fan1ExtraIdle
+
+ dialog = fan2Settings, "Fan 2"
+ field = "Output", fan2Pin
+ field = "Output mode", fan2PinMode, { !fan2UsePwmMode }
+ field = "Fan control type", fan2UsePwmMode
+ field = "On temperature", fan2OnTemperature
+ field = "Off temperature", fan2OffTemperature
+ field = "PWM table X axis", fan2PwmXAxis, { fan2UsePwmMode }
+ field = "Enable with AC", enableFan2WithAc
+ field = "Disable when engine stopped", disableFan2WhenStopped
+ field = "Idle adder", fan2ExtraIdle
+
+ dialog = fanPwmSettings, "PWM Settings"
+ field = "PWM frequency", fanPwmFrequency, { fan1UsePwmMode || fan2UsePwmMode }
+ field = "Safety duty", fanPwmSafetyDuty, { fan1UsePwmMode || fan2UsePwmMode }
+
+ dialog = fanTest, "", xAxis
+ commandButton = "Test Fan 1", cmd_test_fan_1
+ commandButton = "Test Fan 2", cmd_test_fan_2
+
+ indicatorPanel = fanIndicators, 2
+ indicator = { Fan_1_m_state }, "fan 1 off", "fan 1 on", white, black, green, black
+ indicator = { Fan_2_m_state }, "fan 2 off", "fan 2 on", white, black, green, black
+
+ dialog = fanSetting, "Fan Settings"
+ panel = fan1Settings
+ panel = fan2Settings
+ panel = fanPwmSettings
+ panel = fanTest
+ panel = fanIndicators
+
+ dialog = acSettingsWest, "A/C Settings"
+ field = "A/C switch", acSwitch
+ field = "A/C switch mode", acSwitchMode
+ field = "A/C Relay", acRelayPin
+ field = "A/C Relay Mode", acRelayPinMode
+ field = "#WARNING! If You have a A/C pressure switch, USE IT"
+ field = "A/C Pressure switch", acPressureSwitch
+ field = "A/C Pressure switch mode", acPressureSwitchMode
+ field = "A/C compressor idle-add delay", acDelay
+ field = "A/C compressor after-start delay", acStartDelay
+ field = "\"Max\" limits respect a deadband; see https://wiki.fome.tech/Basic-Features/Air-Conditioning-Settings/"
+ field = "Max RPM", maxAcRpm
+ field = "Max CLT", maxAcClt
+ field = "Max TPS", maxAcTps
+ field = "A/C Idle adder", acIdleExtraOffset
+ field = "A/C RPM adder", acIdleRpmBump
+
+ dialog = acSettings, "", border
+ panel = acSettingsWest, West
+ panel = ac_controlIndicatorPanel, East
+
+ dialog = fuelPumpDialog, "Fuel Pump"
+ field = "Output", fuelPumpPin
+ field = "Output mode", fuelPumpPinMode
+ field = "Prime duration", startUpFuelPumpDuration
+
+; Controller->Actuator Outputs
+ dialog = mainRelayDialog, "Main relay output"
+ field = "Output", mainRelayPin
+ field = "Output mode", mainRelayPinMode
+
+ dialog = starterRelayDialog, "Starter Disable"
+ field = "Output", starterRelayDisablePin
+ field = "Output mode", starterRelayDisablePinMode
+
+ dialog = startStopDialog, "Starter Control"
+ field = "Start/Stop Button input", startStopButtonPin
+ field = "Start/Stop Button input mode", startStopButtonMode
+ field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0}
+ field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0}
+
+; Engine->MIL Settings
+ dialog = malfunctionDialog, "Check Engine Settings"
+ field = "Output", malfunctionIndicatorPin
+ field = "Output mode", malfunctionIndicatorPinMode
+ field = "Warning Period", warningPeriod
+
+ dialog = tachSettings, "Tachometer output"
+ field = "Output", tachOutputPin
+ field = "Output mode", tachOutputPinMode
+ field = "Pulse Mode", tachPulseDurationAsDutyCycle
+ field = "Pulse duration", tachPulseDuractionMs
+ field = "Pulse per Rev", tachPulsePerRev
+ field = ""
+ field = "Startup sweep time", tachSweepTime
+ field = "Startup sweep RPM", tachSweepMax
+
+ dialog = speedoSettings, "Speedometer output"
+ field = "Output", speedometerOutputPin
+ field = "Pulse per km", speedometerPulsePerKm, { speedometerOutputPin }
+
+ dialog = outputsDialog
+ panel = mainRelayDialog
+ panel = fuelPumpDialog
+ panel = tachSettings
+ panel = speedoSettings
+ panel = startStopDialog
+ panel = starterRelayDialog
+ panel = malfunctionDialog
+
+ dialog = softwareKnockCfg, "Sense"
+ field = "Enable", enableSoftwareKnock
+ field = "Cylinder bore", cylinderBore, {enableSoftwareKnock && knockBandCustom == 0}
+ field = "Override knock filter frequency", knockBandCustom, {enableSoftwareKnock}
+ field = "Knock sampling duration", knockSamplingDuration, {enableSoftwareKnock}
+
+ field = ""
+ field = "Select the nearest sensor for each cylinder"
+ field = "Cylinder 1", knockBankCyl1, {enableSoftwareKnock}
+ field = "Cylinder 2", knockBankCyl2, {enableSoftwareKnock && cylindersCount >= 2}
+ field = "Cylinder 3", knockBankCyl3, {enableSoftwareKnock && cylindersCount >= 3}
+ field = "Cylinder 4", knockBankCyl4, {enableSoftwareKnock && cylindersCount >= 4}
+ field = "Cylinder 5", knockBankCyl5, {enableSoftwareKnock && cylindersCount >= 5}
+ field = "Cylinder 6", knockBankCyl6, {enableSoftwareKnock && cylindersCount >= 6}
+ field = "Cylinder 7", knockBankCyl7, {enableSoftwareKnock && cylindersCount >= 7}
+ field = "Cylinder 8", knockBankCyl8, {enableSoftwareKnock && cylindersCount >= 8}
+ field = "Cylinder 9", knockBankCyl9, {enableSoftwareKnock && cylindersCount >= 9}
+ field = "Cylinder 10", knockBankCyl10, {enableSoftwareKnock && cylindersCount >= 10}
+ field = "Cylinder 11", knockBankCyl11, {enableSoftwareKnock && cylindersCount >= 11}
+ field = "Cylinder 12", knockBankCyl12, {enableSoftwareKnock && cylindersCount >= 12}
+
+ field = ""
+ field = "Dead sensor threshold", knockNoiseThreshold, { knockNoiseTimeout != 0 }
+ field = "Dead sensor timeout", knockNoiseTimeout
+ field = "Dead sensor severity", dtcControl_knockSensorLow, { knockNoiseTimeout != 0 }
+
+ dialog = softwareKnockResponseCfg, "Response"
+ field = knockRetardAggression, knockRetardAggression
+ field = knockRetardReapplyRate, knockRetardReapplyRate
+
+ dialog = softwareKnockLeft, ""
+ panel = softwareKnockCfg
+ panel = softwareKnockResponseCfg
+
+ dialog = softwareKnock, "Software Knock", border
+ panel = softwareKnockLeft, West
+ panel = knockThresholdCurve, Center
+
+ dialog = spiFunction, "SPI settings"
+ field = "!ECU reboot needed to apply these settings"
+ field = "SPI1 Enable", is_enabled_spi_1
+ field = "SPI1 MOSI", spi1mosiPin, {is_enabled_spi_1}
+ field = "SPI1 MISO", spi1misoPin, {is_enabled_spi_1}
+ field = "SPI1 SCK", spi1sckPin, {is_enabled_spi_1}
+
+ field = "SPI2 Enable", is_enabled_spi_2
+ field = "SPI2 MOSI", spi2mosiPin, {is_enabled_spi_2}
+ field = "SPI2 MISO", spi2misoPin, {is_enabled_spi_2}
+ field = "SPI2 SCK", spi2sckPin, {is_enabled_spi_2}
+
+ field = "SPI3 Enable", is_enabled_spi_3
+ field = "SPI3 MOSI", spi3mosiPin, {is_enabled_spi_3}
+ field = "SPI3 MISO", spi3misoPin, {is_enabled_spi_3}
+ field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3}
+
+ field = "SPI4 Enable", is_enabled_spi_4
+ field = "SPI4 MOSI", spi4mosiPin, {is_enabled_spi_4}
+ field = "SPI4 MISO", spi4misoPin, {is_enabled_spi_4}
+ field = "SPI4 SCK", spi4sckPin, {is_enabled_spi_4}
+
+ field = "SPI5 Enable", is_enabled_spi_5
+ field = "SPI5 MOSI", spi5mosiPin, {is_enabled_spi_5}
+ field = "SPI5 MISO", spi5misoPin, {is_enabled_spi_5}
+ field = "SPI5 SCK", spi5sckPin, {is_enabled_spi_5}
+
+ field = "SPI6 Enable", is_enabled_spi_6
+ field = "SPI6 MOSI", spi6mosiPin, {is_enabled_spi_6}
+ field = "SPI6 MISO", spi6misoPin, {is_enabled_spi_6}
+ field = "SPI6 SCK", spi6sckPin, {is_enabled_spi_6}
+ field = "LIS302DLCsPin", LIS302DLCsPin
+
+ dialog = stftPartitioning, "Region Configuration"
+ field = "Idle region RPM", stft_maxIdleRegionRpm
+ field = "Overrun region load", stft_maxOverrunLoad
+ field = "Power region load", stft_minPowerLoad
+
+ dialog = stftPartitionSettingsMain, "Main Region", xAxis
+ field = "Time const", stft_cellCfgs4_timeConstant
+ field = "Max add", stft_cellCfgs4_maxAdd
+ field = "Max remove", stft_cellCfgs4_maxRemove
+
+ dialog = stftPartitionSettingsIdle, "Idle Region", xAxis
+ field = "Time const", stft_cellCfgs1_timeConstant
+ field = "Max add", stft_cellCfgs1_maxAdd
+ field = "Max remove", stft_cellCfgs1_maxRemove
+
+ dialog = stftPartitionSettingsPower, "Power Region", xAxis
+ field = "Time const", stft_cellCfgs3_timeConstant
+ field = "Max add", stft_cellCfgs3_maxAdd
+ field = "Max remove", stft_cellCfgs3_maxRemove
+
+ dialog = stftPartitionSettingsOverrun, "Overrun Region", xAxis
+ field = "Time const", stft_cellCfgs2_timeConstant
+ field = "Max add", stft_cellCfgs2_maxAdd
+ field = "Max remove", stft_cellCfgs2_maxRemove
+
+ dialog = fuelClosedLoopDialog, "Closed loop fuel correction"
+ field = "Enabled", fuelClosedLoopCorrectionEnabled
+
+ field = "Startup delay" stft_startupDelay, {fuelClosedLoopCorrectionEnabled}
+ field = "Minimum CLT for correction", stft_minClt, {fuelClosedLoopCorrectionEnabled}
+ field = "Minimum AFR for correction", stft_minAfr, {fuelClosedLoopCorrectionEnabled}
+ field = "Maximum AFR for correction", stft_maxAfr, {fuelClosedLoopCorrectionEnabled}
+ field = "Adjustment deadband", stft_deadband, {fuelClosedLoopCorrectionEnabled}
+ field = "Ignore error magnitude", stftIgnoreErrorMagnitude, {fuelClosedLoopCorrectionEnabled}
+
+ panel = stftPartitioning, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsMain, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsIdle, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsPower, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsOverrun, {fuelClosedLoopCorrectionEnabled}
+
+ dialog = lambdaProtectionLeft, ""
+ field = "Enable lambda protection", lambdaProtectionEnable
+ field = "Check above load", lambdaProtectionMinLoad, { lambdaProtectionEnable }
+ field = "and above TPS", lambdaProtectionMinTps, { lambdaProtectionEnable }
+ field = "and above RPM", lambdaProtectionMinRpm, { lambdaProtectionEnable }
+ field = "and after delay", lambdaProtectionTimeout { lambdaProtectionEnable }
+ field = "Then cut fuel until:"
+ field = "Load less than", lambdaProtectionRestoreLoad, { lambdaProtectionEnable }
+ field = "and TPS less than", lambdaProtectionRestoreTps, { lambdaProtectionEnable }
+ field = "and RPM less than", lambdaProtectionRestoreRpm, { lambdaProtectionEnable }
+
+ dialog = lambdaProtectionRight, "Lambda Difference Table"
+ panel = lambdaMaxDeviationTableTbl
+
+ dialog = lambdaProtection, "Lambda Protection", xAxis
+ panel = lambdaProtectionLeft
+ panel = lambdaProtectionRight
+
+ dialog = vvtTargetBumping, "VVT Testing"
+ field = "Pressing the below buttons will move the respective cam's"
+ field = "target position for 2 seconds for testing and PID tuning"
+ field = ""
+ field = "Target bump amount", vvtBumpAmount
+ commandButton = "VVT target bump bank 1 intake", cmd_bump_vvt_target_1
+ commandButton = "VVT target bump bank 1 exhaust", cmd_bump_vvt_target_2
+ commandButton = "VVT target bump bank 2 intake", cmd_bump_vvt_target_3
+ commandButton = "VVT target bump bank 2 exhaust", cmd_bump_vvt_target_4
+
+ dialog = vvtPidDialog0, "Configuration"
+ field = "Activation Delay", vvtActivationDelayMs
+ field = "Do not control below RPM", vvtControlMinRpm
+ field = "Do not control below CLT", vvtControlMinClt
+ field = "VVT solenoid bank 1 intake", vvtPins1
+ field = "VVT solenoid bank 1 exhaust", vvtPins2
+ field = "VVT solenoid bank 2 intake", vvtPins3
+ field = "VVT solenoid bank 2 exhaust", vvtPins4
+ field = "PWM frequency", vvtOutputFrequency, {vvtPins1 != 0 || vvtPins2 != 0}
+ field = "VVT solenoid intake cams control direction", invertVvtControlIntake, { vvtPins1 != 0 || vvtPins3 != 0 }
+ field = "VVT solenoid exhaust cams control direction", invertVvtControlExhaust, { vvtPins2 != 0 || vvtPins4 != 0 }
+ field = "Intake target Y axis override (set Zero for no override)", vvtIntakeYAxisOverride
+ field = "Exhaust target Y axis override (set Zero for no override)", vvtExhaustYAxisOverride
+ panel = vvtTargetBumping
+
+ dialog = vvtPidDialog1, "Intake PID"
+ field = "Hold duty", auxPid1_offset, {vvtPins1 != 0}
+ field = "P factor", auxPid1_pFactor, {vvtPins1 != 0}
+ field = "I factor", auxPid1_iFactor, {vvtPins1 != 0}
+ field = "D factor", auxPid1_dFactor, {vvtPins1 != 0}
+ field = "Iterm min", vvtItermMin1, {vvtPins1 != 0}
+ field = "Iterm max", vvtItermMax1, {vvtPins1 != 0}
+ field = "PID min", auxPid1_minValue, {vvtPins1 != 0}
+ field = "PID max", auxPid1_maxValue, {vvtPins1 != 0}
+ field = "Output min" vvtOutputMin1, {vvtPins1 != 0}
+ field = "Output max" vvtOutputMax1, {vvtPins1 != 0}
+
+ dialog = vvtPidDialog2, "Exhaust PID"
+ field = "Hold duty", auxPid2_offset, {vvtPins2 != 0}
+ field = "P factor", auxPid2_pFactor, {vvtPins2 != 0}
+ field = "I factor", auxPid2_iFactor, {vvtPins2 != 0}
+ field = "D factor", auxPid2_dFactor, {vvtPins2 != 0}
+ field = "Iterm min", vvtItermMin2, {vvtPins2 != 0}
+ field = "Iterm max", vvtItermMax2, {vvtPins2 != 0}
+ field = "PID min", auxPid2_minValue, {vvtPins2 != 0}
+ field = "PID max", auxPid2_maxValue, {vvtPins2 != 0}
+ field = "Output min" vvtOutputMin2, {vvtPins2 != 0}
+ field = "Output max" vvtOutputMax2, {vvtPins2 != 0}
+
+ dialog = vvtPidDialog, "VVT Configuration & PID", border
+ panel = vvtPidDialog0, West
+ panel = vvtPidDialog1, Center
+ panel = vvtPidDialog2, East
+
+; Engine->Battery & Alternator
+ dialog = batteryDialog, "Battery Settings", yAxis
+ field = "vBatt ADC input", vbattAdcChannel
+ field = "Battery Input Divider Coefficient", vbattDividerCoeff
+ dialog = alternator, "Alternator Settings", yAxis
+ field = "Enabled", isAlternatorControlEnabled
+ field = "Target", targetVBatt, {isAlternatorControlEnabled}
+ field = "Control output", alternatorControlPin, {isAlternatorControlEnabled}
+ field = "Control output mode", alternatorControlPinMode, {isAlternatorControlEnabled}
+ field = "PWM frequency", alternatorPwmFrequency, {isAlternatorControlEnabled}
+ field = "#PID control"
+ field = "offset", alternatorControl_offset, {isAlternatorControlEnabled}
+ field = "P factor", alternatorControl_pFactor, {isAlternatorControlEnabled}
+ field = "I factor", alternatorControl_iFactor, {isAlternatorControlEnabled}
+ field = "D factor", alternatorControl_dFactor, {isAlternatorControlEnabled}
+ field = "Min", alternatorControl_minValue, {isAlternatorControlEnabled}
+ field = "Max", alternatorControl_maxValue, {isAlternatorControlEnabled}
+ field = "#% duty = Pterm + Iterm + Dterm + offset%"
+
+ dialog = energySystems, "Battery and Alternator Settings", yAxis
+ panel = alternator
+
+ dialog = speedSensorAnalog, "Speed sensor"
+ field = "Input", vehicleSpeedSensorInputPin
+ field = "Filter parameter", vssFilterReciprocal, { vehicleSpeedSensorInputPin != 0 }
+
+;
+; We prefer quantities that users can actually measure or inspect without math, so we have
+; two separate natural settings here without one 'sensor tooth to wheel revolution' ratio
+;
+ field = "Wheel revolutions per kilometer", driveWheelRevPerKm
+ field = "Speed sensor gear ratio", vssGearRatio, { vehicleSpeedSensorInputPin != 0 }
+ field = "Speed sensor tooth count", vssToothCount, { vehicleSpeedSensorInputPin != 0 }
+
+ dialog = speedSensorCan, "CAN Vehicle Speed"
+ field = "Enable CAN VSS", enableCanVss, { canReadEnabled }
+ field = "Convert wheel to vehicle speed", wssToVssMode, { canReadEnabled && enableCanVss }
+ field = "CAN VSS type", canVssNbcType, { canReadEnabled && enableCanVss }
+ field = "CAN VSS scaling", canVssScaling, { canReadEnabled && enableCanVss }
+
+ dialog = speedSensorLeft, "", yAxis
+ panel = speedSensorAnalog, { enableCanVss == 0 }
+ panel = speedSensorCan
+
+ dialog = gearDetection, "Gear Detection"
+ field = "Wheel revolutions per kilometer", driveWheelRevPerKm
+ field = "Final drive ratio", finalGearRatio
+ field = ""
+ settingSelector = "Common transmissions"
+ settingOption = "Aisin AR5 5 speed" , totalGearsCount=5,gearRatio1=3.75,gearRatio2=2.26,gearRatio3=1.51,gearRatio4=1.00,gearRatio5=0.73
+ settingOption = "BMW E30 Getrag 240" , totalGearsCount=5,gearRatio1=3.72,gearRatio2=2.02,gearRatio3=1.32,gearRatio4=1.00,gearRatio5=0.81
+ settingOption = "BMW E30 Getrag 260" , totalGearsCount=5,gearRatio1=3.83,gearRatio2=2.20,gearRatio3=1.40,gearRatio4=1.00,gearRatio5=0.81
+ settingOption = "BMW E36/E46 Getrag 5 speed" , totalGearsCount=5,gearRatio1=4.23,gearRatio2=2.52,gearRatio3=1.66,gearRatio4=1.22,gearRatio5=1.00
+ settingOption = "BMW E36/E46 ZF 5 speed" , totalGearsCount=5,gearRatio1=4.21,gearRatio2=2.49,gearRatio3=1.66,gearRatio4=1.24,gearRatio5=1.00
+ settingOption = "BMW E46 ZF 6 speed" , totalGearsCount=6,gearRatio1=4.35,gearRatio2=2.50,gearRatio3=1.67,gearRatio4=1.23,gearRatio5=1.00,gearRatio6=0.85
+ settingOption = "BRZ/FRS/86 6 speed" , totalGearsCount=6,gearRatio1=3.63,gearRatio2=2.19,gearRatio3=1.54,gearRatio4=1.21,gearRatio5=1.00,gearRatio6=0.77
+ settingOption = "Miata NA/NB/NC 5 speed" , totalGearsCount=5,gearRatio1=3.14,gearRatio2=1.89,gearRatio3=1.33,gearRatio4=1.00,gearRatio5=0.81
+ settingOption = "Miata NB 6 speed" , totalGearsCount=6,gearRatio1=3.76,gearRatio2=2.27,gearRatio3=1.65,gearRatio4=1.26,gearRatio5=1.00,gearRatio6=0.84
+ settingOption = "Miata NC 6 speed" , totalGearsCount=6,gearRatio1=3.71,gearRatio2=2.19,gearRatio3=1.54,gearRatio4=1.18,gearRatio5=1.00,gearRatio6=0.83
+ settingOption = "Nissan 350z 6 speed" , totalGearsCount=6,gearRatio1=3.80,gearRatio2=2.32,gearRatio3=1.62,gearRatio4=1.27,gearRatio5=1.00,gearRatio6=0.79
+ settingOption = "Toyota C56" , totalGearsCount=5,gearRatio1=3.17,gearRatio2=1.90,gearRatio3=1.39,gearRatio4=1.03,gearRatio5=0.82 ,finalGearRatio=4.31
+ settingOption = "Toyota C60" , totalGearsCount=5,gearRatio1=3.17,gearRatio2=2.05,gearRatio3=1.48,gearRatio4=1.17,gearRatio5=0.92,gearRatio6=0.73 ,finalGearRatio=4.53
+ settingOption = "Toyota EB60" , totalGearsCount=6,gearRatio1=3.54,gearRatio2=2.05,gearRatio3=1.38,gearRatio4=1.03,gearRatio5=0.88,gearRatio6=0.73 ,finalGearRatio=4.06
+ settingOption = "Toyota EB62" , totalGearsCount=6,gearRatio1=3.54,gearRatio2=2.05,gearRatio3=1.38,gearRatio4=0.98,gearRatio5=0.74,gearRatio6=0.66 ,finalGearRatio=4.06
+ settingOption = "Toyota R154 5 speed" , totalGearsCount=5,gearRatio1=3.25,gearRatio2=1.96,gearRatio3=1.31,gearRatio4=1.00,gearRatio5=0.75
+ settingOption = "Toyota W55 5 speed" , totalGearsCount=5,gearRatio1=3.57,gearRatio2=2.06,gearRatio3=1.38,gearRatio4=1.00,gearRatio5=0.85
+ settingOption = "Toyota W58 5 speed" , totalGearsCount=5,gearRatio1=3.29,gearRatio2=1.89,gearRatio3=1.28,gearRatio4=1.00,gearRatio5=0.78
+ settingOption = "Toyota V160 6 speed" , totalGearsCount=6,gearRatio1=3.83,gearRatio2=2.36,gearRatio3=1.69,gearRatio4=1.31,gearRatio5=1.00,gearRatio6=0.79
+ field = ""
+ field = "Forward gear count", totalGearsCount
+ field = ""
+ field = "1st gear", gearRatio1, { totalGearsCount >= 1 }
+ field = "2nd gear", gearRatio2, { totalGearsCount >= 2 }
+ field = "3rd gear", gearRatio3, { totalGearsCount >= 3 }
+ field = "4th gear", gearRatio4, { totalGearsCount >= 4 }
+ field = "5th gear", gearRatio5, { totalGearsCount >= 5 }
+ field = "6th gear", gearRatio6, { totalGearsCount >= 6 }
+ field = "7th gear", gearRatio7, { totalGearsCount >= 7 }
+ field = "8th gear", gearRatio8, { totalGearsCount >= 8 }
+
+ dialog = speedSensor, "Speed sensor", xAxis
+ panel = speedSensorLeft
+ gauge = VSSGauge
+ panel = gearDetection
+
+ dialog = canHw1, "Primary CAN"
+ field = "Verbose Can", verboseCan
+ field = "Bitrate", canBaudRate
+ field = "Allow OpenBLT", canOpenBLT
+
+ dialog = canHw2, "Secondary CAN"
+ field = "Verbose Can2", verboseCan2
+ field = "Bitrate", can2BaudRate
+ field = "Allow OpenBLT", can2OpenBLT
+
+ dialog = canBus, "CAN Bus"
+ field = "CAN read enabled", canReadEnabled
+ field = "CAN write enabled", canWriteEnabled
+ field = "CAN dash type", canNbcType
+ field = "inertia measurement unit", imuType
+ field = "Enable EcuMaster EGT to CAN", ecumasterEgtToCan
+ field = "EcuMaster EGT to CAN base address", ecumasterEgtToCanBaseId
+
+ dialog = canBroadcast, "FOME CAN Data Broadcast"
+ field = "Broadcast format details at"
+ field = "https://wiki.fome.tech/Advanced-Features/CAN/"
+ field = "Enable FOME CAN broadcast", enableVerboseCanTx
+ field = "FOME CAN data bus", canBroadcastUseChannelTwo
+ field = "ECU base address", verboseCanBaseAddress
+ field = "Address type", rusefiVerbose29b
+ field = "Data transmit period", canSleepPeriodMs
+ field = ""
+ field = "Enable cams frame", canBroadcastCams
+ field = "Enable EGT frame", canBroadcastEgt
+
+ dialog = canBusMain, "CAN Bus", yAxis
+ panel = canBus
+ panel = canBroadcast
+ panel = canHw1
+ panel = canHw2
+
+ dialog = canVirtualInputs_id, "", yAxis
+ field = "CAN ID"
+ field = "CAN input 1", canVirtualInputs1_id
+ field = "CAN input 2", canVirtualInputs2_id
+ field = "CAN input 3", canVirtualInputs3_id
+ field = "CAN input 4", canVirtualInputs4_id
+ field = "CAN input 5", canVirtualInputs5_id
+ field = "CAN input 6", canVirtualInputs6_id
+ field = "CAN input 7", canVirtualInputs7_id
+ field = "CAN input 8", canVirtualInputs8_id
+
+ dialog = canVirtualInputs_byte, "", yAxis
+ field = "Byte"
+ field = "", canVirtualInputs1_byte
+ field = "", canVirtualInputs2_byte
+ field = "", canVirtualInputs3_byte
+ field = "", canVirtualInputs4_byte
+ field = "", canVirtualInputs5_byte
+ field = "", canVirtualInputs6_byte
+ field = "", canVirtualInputs7_byte
+ field = "", canVirtualInputs8_byte
+
+ dialog = canVirtualInputs_bit, "", yAxis
+ field = "Bit"
+ field = "", canVirtualInputs1_bitOffset
+ field = "", canVirtualInputs2_bitOffset
+ field = "", canVirtualInputs3_bitOffset
+ field = "", canVirtualInputs4_bitOffset
+ field = "", canVirtualInputs5_bitOffset
+ field = "", canVirtualInputs6_bitOffset
+ field = "", canVirtualInputs7_bitOffset
+ field = "", canVirtualInputs8_bitOffset
+
+ dialog = canVirtualInputs_timeout, "", yAxis
+ field = "Timeout (sec)"
+ field = "", canVirtualInputs1_timeout
+ field = "", canVirtualInputs2_timeout
+ field = "", canVirtualInputs3_timeout
+ field = "", canVirtualInputs4_timeout
+ field = "", canVirtualInputs5_timeout
+ field = "", canVirtualInputs6_timeout
+ field = "", canVirtualInputs7_timeout
+ field = "", canVirtualInputs8_timeout
+
+ dialog = canVirtualInputs_default, "", yAxis
+ field = "Default value"
+ field = "", canVirtualInputs1_defaultValue
+ field = "", canVirtualInputs2_defaultValue
+ field = "", canVirtualInputs3_defaultValue
+ field = "", canVirtualInputs4_defaultValue
+ field = "", canVirtualInputs5_defaultValue
+ field = "", canVirtualInputs6_defaultValue
+ field = "", canVirtualInputs7_defaultValue
+ field = "", canVirtualInputs8_defaultValue
+
+ dialog = canVirtualInputs, "CAN Virtual Input Pins", xAxis
+ panel = canVirtualInputs_id
+ panel = canVirtualInputs_byte
+ panel = canVirtualInputs_bit
+ panel = canVirtualInputs_timeout
+ panel = canVirtualInputs_default
+
+ dialog = sdCard, "SD Card Logger"
+ field = "#FOME logs to SD when powered without USB connected"
+ field = "#FOME connects SD to your PC when powered by USB"
+ field = "Enable SD Card", isSdCardEnabled
+ field = "SD logger rate", sdCardLogFrequency
+ field = "SD logger mode", sdTriggerLog
+
+ dialog = tle8888, "TLE8888", yAxis
+ field = "TLE8888 Chip Select", tle8888_cs
+ field = "TLE8888 SPI", tle8888spiDevice
+ field = "Mode", tle8888mode
+ field = "useTLE8888 cranking reset hack", useTLE8888_cranking_hack
+ field = "useTLE8888 stepper", useTLE8888_stepper
+ commandButton = "Reinit", cmd_reset_tle8888
+
+ dialog = wifiSettings, "", yAxis
+ field = "These settings require a power cycle to take effect"
+ field = "Access point SSID", wifiAccessPointSsid
+ field = "Access point password", wifiAccessPointPassword
+
+ dialog = monitoringSettings, "FOME Console Settings"
+ field = "Engine Sniffer Threshold", engineSnifferRpmThreshold
+
+ dialog = generalSettings, "Fuel"
+ field = "!https://wiki.fome.tech/r/fuel"
+ field = "Fuel strategy", fuelAlgorithm
+
+ dialog = debugging, "Debug"
+ field = "!https://wiki.fome.tech/r/debugmode"
+ field = "Debug mode", debugMode
+
+ dialog = dutyCycleLimiting, "Injector duty cycle cut"
+ field = "Instantaneous injector duty cycle limit", maxInjectorDutyInstant, {isInjectionEnabled}
+ field = "Sustained injector duty cycle limit", maxInjectorDutySustained, {isInjectionEnabled}
+ field = "Sustained injector duty cycle delay", maxInjectorDutySustainedTimeout, {isInjectionEnabled}
+
+ dialog = oilPressureSwitchPanel, "Oil Pressure Switch"
+ field = "Oil pressure switch input pin", oilPressureSwitch
+ field = "Oil pressure switch mode", oilPressureSwitchMode
+
+ dialog = oilPressureProtection, "Oil pressure protection"
+ field = "Minimum oil pressure after start", minOilPressureAfterStart
+ field = "Enable low oil pressure protection", enableOilPressureProtect
+ field = "Oil pressure protection timeout", minimumOilPressureTimeout
+ field = "Oil pressure source", useOilPressureSwitch
+ field = "Oil pressure protection start delay", oilPressureProtectionStartDelay
+ panel = minimumOilPressure, { 1 },{ useOilPressureSwitch == 0 }
+ panel = oilPressureSwitchPanel, { 1 },{ useOilPressureSwitch == 1 }
+
+ dialog = etbLimits, "Electronic Throttle Limiting"
+ field = "Smoothly close the throttle to limit RPM."
+ field = "Soft limiter start", etbRevLimitStart
+ field = "Soft limiter range", etbRevLimitRange
+
+ dialog = revLimitsLeft
+ field = "Cut fuel on RPM limit", cutFuelOnHardLimit
+ field = "Cut spark on RPM limit", cutSparkOnHardLimit
+ field = "Use CLT-based RPM limit curve", useCltBasedRpmLimit, { cutFuelOnHardLimit || cutSparkOnHardLimit }
+ field = "RPM hard limit", rpmHardLimit, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && !useCltBasedRpmLimit }
+ field = "Hard limit hysteresis", rpmHardLimitHyst, { cutFuelOnHardLimit || cutSparkOnHardLimit }
+ panel = etbLimits, { throttlePedalPositionAdcChannel != 0 }
+
+ dialog = revLimitsRight, "CLT-based RPM Limit"
+ panel = cltRevLimitCurve, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && useCltBasedRpmLimit }
+
+ dialog = revLimits, "Rev limiter", border
+ panel = revLimitsLeft, West
+ panel = revLimitsRight, East
+
+ dialog = boostCutSettings, "Boost cut"
+ field = "Boost cut pressure", boostCutPressure
+
+; Engine->Base Engine Settings
+ dialog = engineChars, "Base Engine Settings"
+ topicHelp = "baseHelp"
+ panel = baseEngineConfig
+ panel = engineMetadata
+ panel = generalSettings
+ panel = debugging
+
+ dialog = crankingFuel, "Fuel"
+ field = "Injection mode", crankingInjectionMode
+ field = "Fuel Source For Cranking", useRunningMathForCranking
+ field = "Base fuel mass", cranking_baseFuel, {useRunningMathForCranking == 0}
+
+ dialog = crankingIAC, "Idle air valve"
+ field = "Cranking base IAC position", crankingIACposition
+ field = "After cranking IAC taper duration",afterCrankingIACtaperDuration
+ field = "Override cranking IAC CLT multiplier", overrideCrankingIacSetting
+ field = "Use cranking taper duration multiplier", useCrankingIdleTaperTableSetting
+
+ dialog = crankingIgnition, "Ignition"
+ field = "Timing Advance mode", useSeparateAdvanceForCranking
+ field = "Fixed cranking advance", crankingTimingAngle, {useSeparateAdvanceForCranking == 0}
+ field = "Fixed Cranking Dwell", ignitionDwellForCrankingMs
+
+ dialog = postCrankingEnrichment, "After start enrichment"
+ field = "After start enrichment mode", postCrankingFuelUseTable
+ field = "Post-Cranking factor", postCrankingFactor, {postCrankingFuelUseTable == 0}
+ field = "Duration", postCrankingDurationSec, {postCrankingFuelUseTable == 0}
+
+ dialog = primingFuelPulsePanel, "Priming fuel pulse"
+ field = "Priming delay", primingDelay
+ panel = primingPulse
+
+ dialog = crankingAdv, "Advanced"
+ field = "Enable flood clear", isCylinderCleanupEnabled
+ field = "Enable faster engine spin-up", isFasterEngineSpinUpEnabled
+ field = "Use Advance Corrections for cranking", useAdvanceCorrectionsForCranking
+ field = "Use Flex Fuel cranking table", flexCranking, { flexSensorPin }
+
+; Cranking->Cranking Settings
+ dialog = crankingDialog, "Cranking Settings"
+ field = "Cranking RPM limit", cranking_rpm
+ panel = crankingFuel
+ panel = crankingIgnition
+ panel = crankingIAC
+ panel = crankingAdv
+
+ dialog = TpsAccelPanel, "TPS"
+ field = "Set 'Debug Mode' to see detailed 'TPS acceleration enrichment' diagnostics"
+ field = "Length", tpsAccelLookback
+ field = "Accel Threshold", tpsAccelEnrichmentThreshold
+ field = "Decel Threshold", tpsDecelEnleanmentThreshold
+; field = "Decel Multiplier", tpsDecelEnleanmentMultiplier
+ field = "#Accelerator Pump model:"
+ field = "Fraction Period", tpsAccelFractionPeriod
+ field = "Fraction Divisor", tpsAccelFractionDivisor
+ field = "Use MAP estimate during transient", useMapEstimateDuringTransient, { fuelAlgorithm == 0 }
+
+ dialog = WallWettingAccelPanel, "Wall Wetting (alpha version)"
+ field = "Wall fueling model type", complexWallModel
+ field = "evaporation time constant / tau", wwaeTau, { complexWallModel == 0 }
+ field = "added to wall coef / beta", wwaeBeta, { complexWallModel == 0 }
+
+
+; Tuning->AccelEnrichment
+ dialog = AccelEnrich, "Accel/Decel Enrichment"
+ panel = TpsAccelPanel
+ panel = WallWettingAccelPanel
+
+ dialog = wwTauCurves, "Wall wetting AE evaporation time"
+ field = "#Set a base evaporation time based on coolant temperature, and a multiplier based on MAP."
+ panel = wwTauCltCurve
+ panel = wwTauMapCurve
+
+ dialog = wwBetaCurves, "Wall wetting AE impact fraction"
+ field = "#Set a base impact fraction based on coolant temperature, and a multiplier based on MAP."
+ panel = wwBetaCltCurve
+ panel = wwBetaMapCurve
+
+ dialog = scriptSetting, "Setting"
+ field = "!Use FOME console for Lua script editing"
+ field = "Set number is not associated with the output number."
+ field = "Set number, only the cell number with some numbers."
+ field = "Name #1", scriptSettingName1
+ field = "Setting #1", scriptSetting1
+ field = "Name #2", scriptSettingName2
+ field = "Setting #2", scriptSetting2
+ field = "Name #3", scriptSettingName3
+ field = "Setting #3", scriptSetting3
+ field = "Name #4", scriptSettingName4
+ field = "Setting #4", scriptSetting4
+ field = "Name #5", scriptSettingName5
+ field = "Setting #5", scriptSetting5
+ field = "Name #6", scriptSettingName6
+ field = "Setting #6", scriptSetting6
+
+ dialog = luaDigitalInputsLeftDialog
+ field = "!Read these with getAuxDigital(0) etc"
+ field = "Digital #1", luaDigitalInputPins1
+ field = "Digital #2", luaDigitalInputPins2
+ field = "Digital #3", luaDigitalInputPins3
+ field = "Digital #4", luaDigitalInputPins4
+ field = "Digital #5", luaDigitalInputPins5
+ field = "Digital #6", luaDigitalInputPins6
+ field = "Digital #7", luaDigitalInputPins7
+ field = "Digital #8", luaDigitalInputPins8
+
+ dialog = luaDigitalInputsRightDialog
+ field = "Mode #1", luaDigitalInputPinModes1
+ field = "Mode #2", luaDigitalInputPinModes2
+ field = "Mode #3", luaDigitalInputPinModes3
+ field = "Mode #4", luaDigitalInputPinModes4
+ field = "Mode #5", luaDigitalInputPinModes5
+ field = "Mode #6", luaDigitalInputPinModes6
+ field = "Mode #7", luaDigitalInputPinModes7
+ field = "Mode #8", luaDigitalInputPinModes8
+
+ dialog = luaDigitalInputsDialog, "Lua Digital Aux Inputs", border
+ panel = luaDigitalInputsLeftDialog, West
+ panel = luaDigitalInputsRightDialog, East
+
+ dialog = auxInputsDialog, "Lua Analog Inputs"
+ field = "ADC #1", auxAnalogInputs1
+ field = "ADC #2", auxAnalogInputs2
+ field = "ADC #3", auxAnalogInputs3
+ field = "ADC #4", auxAnalogInputs4
+ field = "ADC #5", auxAnalogInputs5
+ field = "ADC #6", auxAnalogInputs6
+ field = "ADC #7", auxAnalogInputs7
+ field = "ADC #8", auxAnalogInputs8
+
+ dialog = luaOutputs, "Lua Outputs"
+ field = "!Use FOME console for Lua script editing"
+ field = "#Call startPwm to initialize, then call"
+ field = "#setPwmDuty and setPwmFreq to vary duty/freq"
+ field = "#See https://wiki.fome.tech/r/lua for more info"
+ field = "output #0", luaOutputPins1
+ field = "output #1", luaOutputPins2
+ field = "output #2", luaOutputPins3
+ field = "output #3", luaOutputPins4
+ field = "output #4", luaOutputPins5
+ field = "output #5", luaOutputPins6
+ field = "output #6", luaOutputPins7
+ field = "output #7", luaOutputPins8
+
+;Boost Open Loop
+
+ dialog = boostDialog, ""
+ field = "Enable", isBoostControlEnabled
+ field = "Control Mode", boostType, { isBoostControlEnabled }
+ field = "Output", boostControlPin, { boostControlPin != 0 || isBoostControlEnabled }
+ field = "Output Mode", boostControlPinMode, { isBoostControlEnabled }
+ field = "Frequency", boostPwmFrequency, { isBoostControlEnabled }
+ field = "Safe duty cycle", boostControlSafeDutyCycle, { isBoostControlEnabled }
+ field = "No boost control below RPM", boostControlMinRpm, { isBoostControlEnabled }
+ field = "No boost control below TPS", boostControlMinTps, { isBoostControlEnabled }
+ field = "No boost control below MAP", boostControlMinMap, { isBoostControlEnabled }
+ field = ""
+ field = "Open loop table X axis channel", boostOpenLoopXAxis
+ field = "Open loop table Y axis channel", boostOpenLoopYAxis
+ field = "Closed loop table X axis channel", boostClosedLoopXAxis
+ field = "Closed loop table Y axis channel", boostClosedLoopYAxis
+
+ dialog = boostOpenLoopDialog, "", border
+ panel = boostTableTbl, Center
+
+;Boost Closed Loop
+
+ dialog = boostPidDialog, ""
+ topicHelp = "boostPidHelp"
+ field = "Enable closed loop above", minimumBoostClosedLoopMap, { isBoostControlEnabled && boostType == 1 }
+ field = "P Gain", boostPid_pFactor, { isBoostControlEnabled && boostType == 1 }
+ field = "I Gain", boostPid_iFactor, { isBoostControlEnabled && boostType == 1 }
+ field = "D Gain", boostPid_dFactor, { isBoostControlEnabled && boostType == 1 }
+ field = "Min adjustment", boostPid_minValue, { isBoostControlEnabled && boostType == 1 }
+ field = "Max adjustment", boostPid_maxValue, { isBoostControlEnabled && boostType == 1 }
+
+ dialog = boostTargetDialog, "", card
+ panel = boostTable2Tbl
+
+ dialog = boostEtbPid, ""
+ field = "This PID is controlling how DC motor reaches desired position"
+ field = ""
+ field = "!This section is for advanced users only!"
+ field = "H-Bridge #1 function", etbFunctions1
+ field = "H-Bridge #2 function", etbFunctions2
+ field = "P gain", etbWastegatePid_pFactor, { isBoostControlEnabled }
+ field = "I gain", etbWastegatePid_iFactor, { isBoostControlEnabled }
+ field = "D gain", etbWastegatePid_dFactor, { isBoostControlEnabled }
+ field = "PID min", etbWastegatePid_minValue, { isBoostControlEnabled }
+ field = "PID max", etbWastegatePid_maxValue, { isBoostControlEnabled }
+
+ help = boostPidHelp, "Boost Control PID"
+ text = "P = % per kPa error"
+ text = "I = % per kPa-seconds"
+ text = "D = % per kPa/sec"
+ text = ""
+ text = "If the boost error is 5kpa, and your P is set to 2, it will make a correction of 10%."
+ text = "If the boost error has been 5kPa for 2 second (10 kPa-seconds) and I is set to 0.1, it will make a correction of 1%"
+ text = "If the boost is changing at 10kPa/s and D is set to 0.5, it will make a correction of 5%."
+ text = "Those three terms are then added together, and limited by the PID min/max settings."
+ text = ""
+ text = "That is then added to the value from the open loop table, and sent to PWM the valve."
+
+ help = veTableDialogHelp, "Volumetric Efficiency"
+ text = "Volumetric Efficiency is used to calculate fuel in Speed Density mode. VE incorporates pressure ratio as measured by MAP sensor in boost (no VE ever above 105%ish)"
+ webHelp = "https://wiki.fome.tech/r/fuel"
+
+ help = stepperHbridgeHardwareHelp, "Stepper driven by Dual H-bridge"
+ text = "In case you are using two H-bridges driving 4-wire stepper. H-bridge control signals connected to MCU pins configured here."
+
+ help = idleStepperHwHelp, "Stepper drivern by step motor driver IC"
+ text = "In case you have some special IC that drives your stepper. MCU to IC control signals (DIR/STEP/EN) configured here"
+
+ help = stepperDirectDriveHardwareHelp, "Stepper driven by 4 Push-Pull/Pull outputs"
+ text = "In case you have 4/6-wire stepper driven by 4 ECU outputs in Push-Pull or Pull mode. Set ECU outputs used for each phase here."
+
+ help = iatFuelCorrCurveHelp, "IAT Fuel Correction"
+ text = "Charge temperature estimation coefficient is the more proper way to handle IAT for fuel purposes"
+ text = "Open question who if anyone needs IAT Fuel Correction when"
+
+ help = fuelHelp, "Fuel Control"
+ text = "More about fuel control on the web"
+ webHelp = "https://wiki.fome.tech/r/fuel"
+
+ help = triggerHelp, "Trigger Settings"
+ text = "More about Trigger Settings on the web"
+ webHelp = "https://wiki.fome.tech/r/trigger"
+
+ help = etbHelp, "ETB Control"
+ text = "More about electronic throttle body on the web"
+ webHelp = "https://wiki.fome.tech/r/etb"
+
+ help = vrThresholdHelp, "VR Sensor Threshold"
+ text = "This is about FOME VR Discrete decoder"
+ webHelp = "https://wiki.fome.tech/r/vr"
+
+ help = tpsTpsHelp, "Acceleration Enrichment"
+ text = "More about Tps To Tps acceleration on the web"
+ webHelp = "https://wiki.fome.tech/r/tpstps"
+
+ help = baseHelp, "Base Settings Control"
+ text = "More about FOME on the web"
+ webHelp = "https://wiki.fome.tech"
+
+ dialog = veTableDialog
+ topicHelp = "veTableDialogHelp"
+ panel = veTableTbl, South
+
+ dialog = etbPidDialog, "PID settings"
+ field = "pFactor", etb_pFactor
+ field = "iFactor", etb_iFactor
+ field = "dFactor", etb_dFactor
+ field = "pid min", etb_minValue
+ field = "pid max", etb_maxValue
+ field = "iTermMin", etb_iTermMin
+ field = "iTermMax", etb_iTermMax
+
+ dialog = etbIdleDialog, "ETB Idle"
+ field = "ETB idle maximum angle", etbIdleThrottleRange
+
+ dialog = etbDialogLeft
+ field = "https://wiki.fome.tech/r/etb"
+ field = "Disable ETB if engine is stopped", disableEtbWhenEngineStopped
+ field = "Disable ETB Motor", pauseEtbControl
+ field = "H-Bridge #1 function", etbFunctions1
+ field = "H-Bridge #2 function", etbFunctions2
+ field = "PWM Frequency", etbFreq
+ field = "Minimum ETB position", etbMinimumPosition
+ field = "Maximum ETB position", etbMaximumPosition
+ field = ""
+ field = "Jam detection error max", etbJamDetectThreshold
+ field = "Jam detection timeout period", etbJamTimeout
+ field = "Disables jam detection for testing until the next power cycle"
+ commandButton = "Temporarily disable jam detection", cmd_etb_disable_jam_detect
+
+ ; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
+ ; criteria for the same panel when used in multiple places
+ ; todo: report bug to TS?
+ ; another todo: split panel into two panels so that we can enable/disable h-bridge #1 separately from h-bridge #2
+ panel = etbHbridgeHardware, { etbFunctions1 != 0 || etbFunctions2 != 0 || (useStepperIdle && useHbridgesToDriveIdleStepper) }
+
+ dialog = etbAutotune, "PID Autotune"
+ field = "First step: calibrate TPS and hit 'Burn'"
+ commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, {(etbFunctions1 == 1 || etbFunctions2 == 1) && tps1_1AdcChannel != 0 && calibrationMode == 0}
+ commandButton = "Auto Calibrate ETB 2", cmd_etb_2_auto_calibrate, {(etbFunctions1 == 2 || etbFunctions2 == 2) && tps2_1AdcChannel != 0 && calibrationMode == 0}
+ field = "Second step"
+ commandButton = "Start ETB PID Autotune", cmd_etb_autotune, {((etbFunctions1 == 1 || etbFunctions2 == 1) || (etbFunctions1 == 2 || etbFunctions2 == 2)) && calibrationMode = 0}
+ commandButton = "Stop ETB PID Autotune", cmd_etb_autotune_stop, {((etbFunctions1 == 1 || etbFunctions2 == 1) || (etbFunctions1 == 2 || etbFunctions2 == 2)) && calibrationMode >= 3 && calibrationMode <= 5}
+
+ field = "!Set debug mode below to 'ETB Autotune' to show more detail"
+ field = "Debug mode", debugMode
+
+ dialog = etbDialogRight
+ panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }
+ panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }
+ panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }
+
+ dialog = etbDialog, "Electronic Throttle Body", border
+ topicHelp = "etbHelp"
+ panel = etbDialogLeft, West
+ panel = etbDialogRight, East
+
+ dialog = testMisc, "Misc"
+ commandButton = "Main Relay", cmd_test_main_relay
+ commandButton = "Fuel pump on", cmd_fuel_pump_on
+ commandButton = "Fuel pump off", cmd_fuel_pump_off
+ commandButton = "Cooling Fan", cmd_test_fan_1
+ commandButton = "Cooling Fan 2", cmd_test_fan_2
+ commandButton = "A/C Relay", cmd_test_ac_relay
+ commandButton = "Check Engine", cmd_test_check_engine_light
+ commandButton = "Idle Air Valve", cmd_test_idle_valve
+ commandButton = "Idle Second Air Valve", cmd_test_second_idle_valve
+ commandButton = "HPFP Valve", cmd_test_hpfp_valve
+ commandButton = "Starter Relay", cmd_test_starter_relay
+ commandButton = "Stop Engine", cmd_stop_engine
+ commandButton = "Write Config", cmd_write_config
+ commandButton = "Force resync", cmd_force_resync
+ commandButton = "Reset ECU", cmd_reset_controller
+ commandButton = "Reset to DFU", cmd_dfu
+ commandButton = "Reset to OpenBLT", cmd_openblt
+ commandButton = "No flash Burn mode", cmd_burn_without_flash
+
+ ; bench test
+ dialog = ioTest, "Bench Test & Commands", xAxis
+ panel = testLuaOut
+ panel = testMisc
+
+ ; Injectors test
+ dialog = injTest_l, ""
+ commandButton = "Injector #1", cmd_test_inj1
+ commandButton = "Injector #2", cmd_test_inj2, { cylindersCount >= 2 }
+ commandButton = "Injector #3", cmd_test_inj3, { cylindersCount >= 3 }
+ commandButton = "Injector #4", cmd_test_inj4, { cylindersCount >= 4 }
+ commandButton = "Injector #5", cmd_test_inj5, { cylindersCount >= 5 }
+ commandButton = "Injector #6", cmd_test_inj6, { cylindersCount >= 6 }
+ commandButton = "Injector #7", cmd_test_inj7, { cylindersCount >= 7 }
+ commandButton = "Injector #8", cmd_test_inj8, { cylindersCount >= 8 }
+ commandButton = "Injector #9", cmd_test_inj9, { cylindersCount >= 9 }
+ commandButton = "Injector #10", cmd_test_inj10, { cylindersCount >= 10 }
+ commandButton = "Injector #11", cmd_test_inj11, { cylindersCount >= 11 }
+ commandButton = "Injector #12", cmd_test_inj12, { cylindersCount >= 12 }
+
+ dialog = injTest_c, "", yAxis
+ field = "Iterations", benchTestCount
+ field = "On time", benchTestOnTime
+ field = "Off time", benchTestOffTime
+ field = ""
+ commandButton = "Abort test", cmd_test_cancel
+ field = ""
+ field = "Use these buttons to run the"
+ field = "fuel pump for testing injectors"
+ commandButton = "Fuel pump on", cmd_fuel_pump_on
+ commandButton = "Fuel pump off", cmd_fuel_pump_off
+ gauge = testBenchIterGauge
+
+ dialog = injTest_r, "Reference gauges", yAxis
+ gauge = VBattGauge,North
+ gauge = lowFuelPressureGauge
+
+ dialog = injTest, "", xAxis
+ panel = injTest_l
+ panel = injTest_c
+ panel = injTest_r
+
+ ; Ignition coils test
+ dialog = ignTest_l, ""
+ commandButton = "Spark #1", cmd_test_spk1
+ commandButton = "Spark #2", cmd_test_spk2, { cylindersCount >= 2 }
+ commandButton = "Spark #3", cmd_test_spk3, { cylindersCount >= 3 }
+ commandButton = "Spark #4", cmd_test_spk4, { cylindersCount >= 4 }
+ commandButton = "Spark #5", cmd_test_spk5, { cylindersCount >= 5 }
+ commandButton = "Spark #6", cmd_test_spk6, { cylindersCount >= 6 }
+ commandButton = "Spark #7", cmd_test_spk7, { cylindersCount >= 7 }
+ commandButton = "Spark #8", cmd_test_spk8, { cylindersCount >= 8 }
+ commandButton = "Spark #9", cmd_test_spk9, { cylindersCount >= 9 }
+ commandButton = "Spark #10", cmd_test_spk10, { cylindersCount >= 10 }
+ commandButton = "Spark #11", cmd_test_spk11, { cylindersCount >= 11 }
+ commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
+
+ dialog = ignTest_c, ""
+ field = "Iterations", ignTestCount
+ field = "On (dwell) time", ignTestOnTime
+ field = "Off time", ignTestOffTime
+ commandButton = "Abort test", cmd_test_cancel
+ gauge = testIgnIterGauge
+
+ dialog = ignTest, "", xAxis
+ panel = ignTest_l
+ panel = ignTest_c
+
+ dialog = engineTypeDialog, "Popular vehicles"
+ field = "!These buttons send a command to FOME to apply preset values"
+ field = "!Once you send the command, please reconnect to FOME in order to read fresh values"
+
+
+
+
+
+
+
+
+
+
+ commandButton = "ETB test bench", cmd_set_engine_type_etb_test
+ commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
+ commandButton = "Reset firmware settings", cmd_set_engine_type_default
+
+; Board->ECU stimulator
+ dialog = ecuStimulator, "ECU stimulator"
+ field = "Trigger Simulator", triggerSimulatorRpm
+ commandButton = "Enable internal trigger simulation", cmd_enable_self_stim
+ commandButton = "Enable external trigger simulation", cmd_enable_ext_stim
+ commandButton = "Disable trigger simulation", cmd_disable_self_stim
+ field = "Emulate full sync for trigger stimulator", fakeFullSyncForStimulation
+ commandButton = "Force full sync", cmd_force_resync
+ field = ""
+ field = "trigger stimulator output #1", triggerSimulatorPins1
+ field = "trigger stimulator output #2", triggerSimulatorPins2
+ field = ""
+ field = "Engine chart size", engineChartSize
+
+ ; Racing Features->Launch Control
+ dialog = smLaunchControlWest, "Launch Control Settings"
+ field = "Enable Launch Control", launchControlEnabled
+ field = "Activation Mode", launchActivationMode
+
+ field = "Launch Button", launchActivatePin, { launchActivatePin != 0 || (launchActivationMode == 0 && launchControlEnabled)}
+ field = "Launch Button inverted", launchActivateInverted
+ field = "Launch Button mode", launchActivatePinMode, {launchActivationMode == 0 && launchControlEnabled}
+
+ field = "Clutch Down", clutchDownPin, {launchActivationMode == 1 && launchControlEnabled}
+ field = "Clutch Down inverted", clutchDownPinInverted
+ field = "Clutch Down mode", clutchDownPinMode, {launchActivationMode == 1 && launchControlEnabled}
+ field = ""
+
+; dead code field = "Rpm Threshold", launchRpmThreshold, {launchControlEnabled}
+ field = "Speed Threshold", launchSpeedThreshold, {launchControlEnabled}
+ field = ""
+ field = "Launch RPM", launchRpm, {launchControlEnabled}
+ field = "Ignition Retard Adder", launchTimingRpmRange, {launchControlEnabled && enableLaunchRetard}
+ field = "Hard Cut RPM Adder", hardCutRpmRange, {launchControlEnabled}
+ ;field = "Extra Fuel", launchFuelAdded, {launchControlEnabled}
+ ;field = "Boost Solenoid Duty", launchBoostDuty, {launchControlEnabled}
+ field = "TPS Threshold", launchTpsThreshold, {launchControlEnabled}
+ field = "Ignition Retard enable", enableLaunchRetard, {launchControlEnabled}
+ field = "Ignition Retard", launchTimingRetard, {launchControlEnabled && enableLaunchRetard}
+ field = "Fuel Added %", launchFuelAdderPercent, {launchControlEnabled}
+ field = "Smooth Retard Mode", launchSmoothRetard, {launchControlEnabled && enableLaunchRetard}
+ field = "Hard Cut Mode"
+ field = "Ignition Cut", launchSparkCutEnable, {launchControlEnabled}
+ field = "Fuel Cut", launchFuelCutEnable, {launchControlEnabled}
+
+
+ dialog = smLaunchControl, "", border
+ panel = smLaunchControlWest, West
+ panel = launch_control_stateDialog, East
+
+ dialog = antiLagDialog, "AntiLag Settings"
+ field = "Enable AntiLag", antiLagEnabled
+ field = "Activation Mode", antiLagActivationMode
+ field = "Switch Input", ALSActivatePin, {antiLagActivationMode == 0 && antiLagEnabled}
+ field = "ALS Button inverted", ALSActivateInverted, {antiLagActivationMode == 0 && antiLagEnabled}
+ field = "ALS Button mode", ALSActivatePinMode, {antiLagActivationMode == 0 && antiLagEnabled}
+ field = "ALS timeout", ALSMaxDuration, {antiLagEnabled}
+ field = "Max TPS", ALSMaxTPS, {antiLagEnabled}
+ field = "Min RPM", ALSMinRPM, {antiLagEnabled}
+ field = "Max RPM", ALSMaxRPM, {antiLagEnabled}
+ field = "Min CLT", ALSMinCLT, {antiLagEnabled}
+ field = "Max CLT", ALSMaxCLT, {antiLagEnabled}
+ field = "Idle Air Add", ALSIdleAdd, {antiLagEnabled}
+ field = "ETB Air Add", ALSEtbAdd, {antiLagEnabled}
+ field = "Spark Skip Ratio", ALSSkipRatio, {antiLagEnabled}
+ panel = FuelAdderTableALS
+ panel = IgnRetardTableALS
+
+
+ dialog = coastingFuelCutControl, "Coasting Fuel Cutoff Settings"
+ field = "Enable Coasting Fuel Cutoff", coastingFuelCutEnabled
+ field = ""
+ field = "Disable fuel cut on clutch", disableFuelCutOnClutch, {coastingFuelCutEnabled && clutchUpPin != 0}
+ field = "No cut below CLT", coastingFuelCutClt, {coastingFuelCutEnabled}
+ field = "RPM cut fuel above", coastingFuelCutRpmHigh, {coastingFuelCutEnabled}
+ field = "RPM restore fuel below", coastingFuelCutRpmLow, {coastingFuelCutEnabled}
+ field = "Vehicle speed cut above", coastingFuelCutVssHigh, {coastingFuelCutEnabled}
+ field = "Vehicle speed restore below", coastingFuelCutVssLow, {coastingFuelCutEnabled}
+ field = "Cut fuel below TPS", coastingFuelCutTps, {coastingFuelCutEnabled}
+ field = "Cut fuel below MAP mode", useTableForDfcoMap, {coastingFuelCutEnabled}
+ field = "Cut fuel below MAP", coastingFuelCutMap, {coastingFuelCutEnabled && !useTableForDfcoMap}
+ field = "Fuel cut delay", dfcoDelay, {coastingFuelCutEnabled}
+ field = "Inhibit closed loop fuel after cut", noFuelTrimAfterDfcoTime, {coastingFuelCutEnabled}
+ field = ""
+ field = "Ignition retard during cut", dfcoRetardDeg, {coastingFuelCutEnabled}
+ field = "After cut timing ramp-in time", dfcoRetardRampInTime, {coastingFuelCutEnabled}
+
+ dialog = rotaryDialog, "Rotary"
+ field = "Enable Trailing Sparks", enableTrailingSparks
+ field = "Trailing Pin 1", trailingCoilPins1
+ field = "Trailing Pin 2", trailingCoilPins2
+ field = "Trailing Pin 3", trailingCoilPins3
+ field = "Trailing Pin 4", trailingCoilPins4
+
+ dialog = fancyHardwareDialog, "Fancy Boards"
+ field = "Tachometer Output", boardUseTachPullUp
+ field = "boardUseTempPullUp", boardUseTempPullUp
+ field = "boardUseCrankPullUp", boardUseCrankPullUp
+ field = "2-step input", boardUse2stepPullDown
+ field = "boardUseCamPullDown", boardUseCamPullDown
+ field = "boardUseCamVrPullUp", boardUseCamVrPullUp
+ field = "boardUseD2PullDown", boardUseD2PullDown
+ field = "boardUseD3PullDown", boardUseD3PullDown
+ field = "boardUseD4PullDown", boardUseD4PullDown
+ field = "boardUseD5PullDown", boardUseD5PullDown
+
+ dialog = harleyAcr, "Harley Automatic Compression Release"
+ field = "Pin", acrPin
+ field = "Pin 2", acrPin2
+ field = "#ACR is disabled after the specified number"
+ field = "#of revolutions, plus degrees of engine phase"
+ field = "Disable after revolutions", acrRevolutions
+ field = "Disable after engine phase", acrDisablePhase
+
+ dialog = parkingLot, "Experimental/Broken"
+ field = "Global fuel correction", globalFuelCorrection
+ field = "ADC vRef voltage", adcVcc
+ field = "CLT sensor is pulldown instead of pullup", cltSensorPulldown
+ field = "IAT sensor is pulldown instead of pullup", iatSensorPulldown
+ field = "Analog divider ratio", analogInputDividerCoefficient
+ field = "Instant Rpm Range", instantRpmRange
+ field = "Always use instant RPM", alwaysInstantRpm
+ field = "Always reset PID leaving idle", alwaysResetPidLeavingIdle
+ field = "Modeled flow idle", modeledFlowIdle
+ field = "Max idle flow", idleMaximumAirmass
+ field = "Wideband pump gain", widebandPumpGain
+ field = "Cylinder contribution detect window", cylContributionWindow
+ field = "Cylinder contribution detect phase", cylContributionPhase
+ commandButton = "Split inj test", cmd_enable_split_inj_test
+ field = verboseIsoTp, verboseIsoTp
+ field = turbochargerFilter, turbochargerFilter
+ field = auxFrequencyFilter, auxFrequencyFilter
+ field = useBiQuadOnAuxSpeedSensors, useBiQuadOnAuxSpeedSensors
+ panel = harleyAcr
+
+ help = helpGeneral, "FOME General Help"
+ webHelp = "https://wiki.fome.tech/"
+ text = "
"
+
+ dialog = vrThreshold1, "VR 1 Threshold"
+ field = "Pin", vrThreshold1_pin
+ panel = vrThresholdCurve1
+
+ dialog = vrThreshold2, "VR 2 Threshold"
+ field = "Pin", vrThreshold2_pin
+ panel = vrThresholdCurve2
+
+ dialog = vrThreshold
+ topicHelp = "vrThresholdHelp"
+ panel = vrThreshold1
+ panel = vrThreshold2
+
+ dialog = gppwm1left, ""
+ field = "Output", gppwm1_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm1_pwmFrequency, {gppwm1_pin != 0}
+ field = ""
+ field = "On above duty", gppwm1_onAboveDuty, {gppwm1_pin != 0 && gppwm1_pwmFrequency == 0}
+ field = "Off below duty", gppwm1_offBelowDuty, {gppwm1_pin != 0 && gppwm1_pwmFrequency == 0}
+ field = "Duty if error", gppwm1_dutyIfError, {gppwm1_pin != 0}
+ field = ""
+ field = "X Axis", gppwm1_rpmAxis, {gppwm1_pin != 0}
+ field = "Y Axis", gppwm1_loadAxis, {gppwm1_pin != 0}
+ field = "Note", gpPwmNote1
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm1, "General Purpose PWM 1", xAxis
+ panel = gppwm1left
+ panel = gppwm1Tbl, {gppwm1_pin != 0}
+
+ dialog = gppwm2left, ""
+ field = "Output", gppwm2_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm2_pwmFrequency, {gppwm2_pin != 0}
+ field = ""
+ field = "On above duty", gppwm2_onAboveDuty, {gppwm2_pin != 0 && gppwm2_pwmFrequency == 0}
+ field = "Off below duty", gppwm2_offBelowDuty, {gppwm2_pin != 0 && gppwm2_pwmFrequency == 0}
+ field = "Duty if error", gppwm2_dutyIfError, {gppwm2_pin != 0}
+ field = ""
+ field = "X Axis", gppwm2_rpmAxis, {gppwm2_pin != 0}
+ field = "Y Axis", gppwm2_loadAxis, {gppwm2_pin != 0}
+ field = "Note", gpPwmNote2
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm2, "General Purpose PWM 2", xAxis
+ panel = gppwm2left
+ panel = gppwm2Tbl, {gppwm2_pin != 0}
+
+ dialog = gppwm3left, ""
+ field = "Output", gppwm3_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm3_pwmFrequency, {gppwm3_pin != 0}
+ field = ""
+ field = "On above duty", gppwm3_onAboveDuty, {gppwm3_pin != 0 && gppwm3_pwmFrequency == 0}
+ field = "Off below duty", gppwm3_offBelowDuty, {gppwm3_pin != 0 && gppwm3_pwmFrequency == 0}
+ field = "Duty if error", gppwm3_dutyIfError, {gppwm3_pin != 0}
+ field = ""
+ field = "X Axis", gppwm3_rpmAxis, {gppwm3_pin != 0}
+ field = "Y Axis", gppwm3_loadAxis, {gppwm3_pin != 0}
+ field = "Note", gpPwmNote3
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm3, "General Purpose PWM 3", xAxis
+ panel = gppwm3left
+ panel = gppwm3Tbl, {gppwm3_pin != 0}
+
+ dialog = gppwm4left, ""
+ field = "Output", gppwm4_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm4_pwmFrequency, {gppwm4_pin != 0}
+ field = ""
+ field = "On above duty", gppwm4_onAboveDuty, {gppwm4_pin != 0 && gppwm4_pwmFrequency == 0}
+ field = "Off below duty", gppwm4_offBelowDuty, {gppwm4_pin != 0 && gppwm4_pwmFrequency == 0}
+ field = "Duty if error", gppwm4_dutyIfError, {gppwm4_pin != 0}
+ field = ""
+ field = "X Axis", gppwm4_rpmAxis, {gppwm4_pin != 0}
+ field = "Y Axis", gppwm4_loadAxis, {gppwm4_pin != 0}
+ field = "Note", gpPwmNote4
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm4, "General Purpose PWM 4", xAxis
+ panel = gppwm4left
+ panel = gppwm4Tbl, {gppwm4_pin != 0}
+
+ dialog = hpfpCamDialog, "HPFP Cam Configuration"
+ field = "Number of lobes", hpfpCamLobes
+ field = "If using VVT, which cam the pump is driven from", hpfpCam, {hpfpCamLobes != 0}
+ field = "Angle of first lobe", hpfpPeakPos, {hpfpCamLobes != 0}
+ panel = hpfpLobeProfileCurve, {hpfpCamLobes != 0}
+
+ dialog = hpfpPumpDialog, "HPFP Pump Configuration"
+ field = "Valve Pin", hpfpValvePin, {hpfpCamLobes != 0}
+ field = "Valve Pin Mode", hpfpValvePinMode, {hpfpCamLobes != 0}
+ field = "Valve peak current", mc33_hpfp_i_peak, {hpfpCamLobes != 0}
+ field = "Valve hold current", mc33_hpfp_i_hold, {hpfpCamLobes != 0}
+ field = "Valve hold off time", mc33_hpfp_i_hold_off, {hpfpCamLobes != 0}
+ field = "Valve maximum duration", mc33_hpfp_max_hold, {hpfpCamLobes != 0}
+ field = "Pump volume", hpfpPumpVolume, {hpfpCamLobes != 0}
+ field = "Minimum angle", hpfpMinAngle, {hpfpCamLobes != 0}
+ field = "Activation angle", hpfpActivationAngle, {hpfpCamLobes != 0}
+ field = "Target decay rate", hpfpTargetDecay, {hpfpCamLobes != 0}
+ field = "Proportional gain", hpfpPidP, {hpfpCamLobes != 0}
+ field = "Integral gain", hpfpPidI, {hpfpCamLobes != 0}
+ panel = hpfpDeadtimeCurve, {hpfpCamLobes != 0}
+
+[Tools]
+ ;addTool = toolName, PanelName
+ addTool = veTableGenerator, "VE Table Generator", veTableTbl
+#if LAMBDA
+#else
+ addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl
+#endif
diff --git a/firmware/tunerstudio/generated/fome_yellowbox.ini b/firmware/tunerstudio/generated/fome_yellowbox.ini
new file mode 100644
index 0000000000..63fff02c3f
--- /dev/null
+++ b/firmware/tunerstudio/generated/fome_yellowbox.ini
@@ -0,0 +1,8332 @@
+; This is a TunerStudio project for the FOME.tech engine management system
+;
+; This file has been generated by invoking gen_config.sh.
+; The input files are
+; tunerstudio.template.ini the common template
+; fome_config.txt the project specific file
+;
+; In TunerStudio some fields have little question mark on the left of the name for additional field tips.
+; Those tips are defined in ../integration/fome_config.txt
+;
+; For example
+;
+; float bias_resistor;Pull-up resistor value on your board;"Ohm"
+; here 'bias_resistor' is internal field name and the text between semicolons is what produces the tooltip
+; Note that '+' sign is required after first semicolon for tooltop to appear in TunerStudio
+;
+;
+; field = "# blue text"
+; field = "! red text"
+; field = "normal text"
+;
+;
+
+; this should stop TS from looking for the CAN ID in the 2nd byte location and allow the page reads to work correctly.
+enable2ndByteCanID = false
+
+[SettingGroups]
+ ; the referenceName will over-ride previous, so if you are creating a
+ ; settingGroup with a reference name of lambdaSensor, it will replace the
+ ; setting group defined in the settingGroups.xml of the TunerStudio config
+ ; folder. If is is an undefined referenceName, it will be added.
+ ; keyword = referenceName, DisplayName
+
+[MegaTune]
+ ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
+ signature = "rusEFI (FOME) master.2026.02.23.yellowbox.1438163784"
+
+[TunerStudio]
+ queryCommand = "S"
+ versionInfo = "V" ; firmware version for title bar
+ signature = "rusEFI (FOME) master.2026.02.23.yellowbox.1438163784" ; signature is expected to be 7 or more characters
+
+ ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
+ useLegacyFTempUnits = false
+ ignoreMissingBitOptions = true
+
+ ; Optimize comms for fast FOME ECUs
+ noCommReadDelay = true
+ defaultRuntimeRecordPerSec = 100
+ maxUnusedRuntimeRange = 1000
+
+ ; Set default IP/port to our IP/port
+ defaultIpAddress = 192.168.10.1
+ defaultIpPort = 29000
+
+[Constants]
+; new packet serial format with CRC
+ messageEnvelopeFormat = msEnvelope_1.0
+
+ endianness = little
+ nPages = 1
+
+ pageIdentifier = "\x00\x00"
+ pageReadCommand = "R%2o%2c"
+ burnCommand = "B"
+ pageChunkWrite = "C%2o%2c%v"
+ crc32CheckCommand = "k%2o%2c"
+ retrieveConfigError = "e"
+
+;communication settings
+ pageActivationDelay = 0
+;e.g. put writeblocks off and add an interwrite delay
+ writeBlocks = on
+ interWriteDelay = 0
+ blockReadTimeout = 3000
+
+
+ blockingFactor = 1320 ; max chunk size
+;end communication settings
+
+ ; name = bits, type, offset, bits
+ ; name = array, type, offset, shape, units, scale, translate, lo, hi, digits
+ ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
+
+; CONFIG_DEFINITION_START
+pageSize = 22552
+page = 1
+engineType = bits, S32, 0, [0:6], 0="DEFAULT_FRANKENSO",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",58="ETB_BENCH_ENGINE",1="ET_UNUSED_1",13="ET_UNUSED_13",15="ET_UNUSED_15",16="ET_UNUSED_16",17="ET_UNUSED_17",19="ET_UNUSED_19",20="ET_UNUSED_20",21="ET_UNUSED_21",22="ET_UNUSED_22",33="ET_UNUSED_33",37="ET_UNUSED_37",38="ET_UNUSED_38",43="ET_UNUSED_43",5="ET_UNUSED_5",57="ET_UNUSED_57",6="ET_UNUSED_6",60="ET_UNUSED_60",61="ET_UNUSED_61",64="ET_UNUSED_64",66="ET_UNUSED_66",70="ET_UNUSED_70",8="ET_UNUSED_8",91="ET_UNUSED_91",92="ET_UNUSED_92",93="ET_UNUSED_93",97="ET_UNUSED_97",98="ET_UNUSED_98",3="FORD_ASPIRE_1996",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",49="FRANKENSO_QA_ENGINE",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",75="HELLEN_134_BMW",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",73="HELLEN_55_BMW",74="HELLEN_88_BMW",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",99="MINIMAL_PINS",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",62="MRE_VW_B6",12="POLYGONUS_MIATA_MSM",4="POLYGONUS_MIATA_NA6",11="POLYGONUS_MIATA_NB1",67="POLYGONUS_MIATA_NB2",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",27="PROTEUS_GM_LS_4",90="PROTEUS_HONDA_K",25="PROTEUS_LUA_DEMO",42="PROTEUS_QC_TEST_BOARD",39="PROTEUS_VW_B6",29="SACHS",18="TEST_33816",28="TEST_CRANK_ENGINE",48="TEST_DC_WASTEGATE_DISCOVERY",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",59="TLE8888_BENCH_ENGINE",44="TOYOTA_2JZ_GTE_VVTi",32="VW_ABA",96="WASTEGATE_PROTEUS_TEST"
+launchRpm = scalar, U16, 4, "rpm", 1, 0, 0, 20000, 0
+rpmHardLimit = scalar, U16, 6, "rpm", 1, 0, 0, 20000, 0
+engineSnifferRpmThreshold = scalar, U16, 8, "RPM", 1, 0, 0, 30000, 0
+multisparkMaxRpm = scalar, U08, 10, "rpm", 50.0, 0, 0, 3000, 0
+maxAcRpm = scalar, U08, 11, "rpm", 50.0, 0, 0, 10000, 0
+maxAcTps = scalar, U08, 12, "%", 1, 0, 0, 100, 0
+maxAcClt = scalar, U08, 13, "deg C", 1, 0, 0, 150, 0
+multisparkMaxSparkingAngle = scalar, U08, 14, "deg", 1, 0, 0, 60, 0
+multisparkMaxExtraSparkCount = scalar, U08, 15, "count", 1, 0, 1, 5, 0
+ignitionMode = bits, U08, 16, [0:1], "Single Coil", "Individual Coils", "Wasted Spark", "Two Distributors"
+canNbcType = bits, U08, 17, [0:4], "None", "FIAT", "VAG", "MAZDA RX8", "BMW", "W202", "BMW E90", "Haltech", "VAG MQB", "Nissan VQ35", "Genesis Coupe", "Honda K", "AiM", "type 13", "type 14"
+cylContributionWindow = scalar, U08, 18, "deg", 1, 0, 45, 180, 0
+cylContributionPhase = scalar, U08, 19, "deg", 1, 0, 0, 250, 0
+injector_flow = scalar, F32, 20, "", 1, 0, 0, 99999, 2
+injector_battLagCorrBins = array, U16, 24, [8], "volts", 0.01, 0, 0, 20, 2
+injector_battLagCorr = array, U16, 40, [8], "ms", 0.01, 0, 0, 50, 2
+injectorSecondary_flow = scalar, F32, 56, "", 1, 0, 0, 99999, 2
+injectorSecondary_battLagCorrBins = array, U16, 60, [8], "volts", 0.01, 0, 0, 20, 2
+injectorSecondary_battLagCorr = array, U16, 76, [8], "ms", 0.01, 0, 0, 50, 2
+isForcedInduction = bits, U32, 92, [0:0], "false", "true"
+useMapEstimateDuringTransient = bits, U32, 92, [1:1], "false", "true"
+lambdaProtectionEnable = bits, U32, 92, [2:2], "false", "true"
+overrideTriggerGaps = bits, U32, 92, [3:3], "false", "true"
+enableFan1WithAc = bits, U32, 92, [4:4], "false", "true"
+enableFan2WithAc = bits, U32, 92, [5:5], "false", "true"
+disableFan1WhenStopped = bits, U32, 92, [6:6], "false", "true"
+disableFan2WhenStopped = bits, U32, 92, [7:7], "false", "true"
+fan1UsePwmMode = bits, U32, 92, [8:8], "On/Off", "PWM"
+fan2UsePwmMode = bits, U32, 92, [9:9], "On/Off", "PWM"
+enableTrailingSparks = bits, U32, 92, [10:10], "false", "true"
+etb_use_two_wires = bits, U32, 92, [11:11], "false", "true"
+isDoubleSolenoidIdle = bits, U32, 92, [12:12], "false", "true"
+enableStagedInjection = bits, U32, 92, [13:13], "false", "true"
+useTLE8888_cranking_hack = bits, U32, 92, [14:14], "false", "true"
+useSeparateIdleTablesForCrankingTaper = bits, U32, 92, [15:15], "false", "true"
+launchControlEnabled = bits, U32, 92, [16:16], "false", "true"
+doNotFilterTriggerEdgeNoise = bits, U32, 92, [17:17], "with filter", "without filter"
+antiLagEnabled = bits, U32, 92, [18:18], "false", "true"
+useRunningMathForCranking = bits, U32, 92, [19:19], "Fixed", "Fuel Map"
+useTLE8888_stepper = bits, U32, 92, [20:20], "false", "true"
+usescriptTableForCanSniffingFiltering = bits, U32, 92, [21:21], "false", "true"
+verboseCan = bits, U32, 92, [22:22], "Do not print", "Print all"
+fakeFullSyncForStimulation = bits, U32, 92, [23:23], "false", "true"
+cltSensorPulldown = bits, U32, 92, [24:24], "false", "true"
+iatSensorPulldown = bits, U32, 92, [25:25], "false", "true"
+allowIdenticalPps = bits, U32, 92, [26:26], "false", "true"
+is_enabled_spi_5 = bits, U32, 92, [27:27], "false", "true"
+is_enabled_spi_6 = bits, U32, 92, [28:28], "false", "true"
+tpsMin = scalar, S16, 96, "ADC", 1, 0, 0, 1023, 0
+tpsMax = scalar, S16, 98, "ADC", 1, 0, 0, 1023, 0
+tpsErrorDetectionTooLow = scalar, S16, 100, "%", 1, 0, -10, 0, 0
+tpsErrorDetectionTooHigh = scalar, S16, 102, "%", 1, 0, 100, 110, 0
+cranking_baseFuel = scalar, U16, 104, "mg", 0.1, 0, 0, 500, 1
+cranking_rpm = scalar, S16, 106, "RPM", 1, 0, 0, 3000, 0
+ignitionDwellForCrankingMs = scalar, F32, 108, "ms", 1, 0, 0, 200, 1
+etbRevLimitStart = scalar, U16, 112, "rpm", 1, 0, 0, 15000, 0
+etbRevLimitRange = scalar, U16, 114, "rpm", 1, 0, 0, 2000, 0
+map_samplingAngleBins = array, U16, 116, [8], "", 1, 0, 0, 18000, 0
+map_samplingAngle = array, U16, 132, [8], "deg", 1, 0, -720, 720, 0
+map_samplingWindowBins = array, U16, 148, [8], "", 1, 0, 0, 18000, 0
+map_samplingWindow = array, U16, 164, [8], "deg", 1, 0, 0, 720, 0
+map_sensor_lowValue = scalar, F32, 180, "kpa", 1, 0, -400, 800, 2
+map_sensor_highValue = scalar, F32, 184, "kpa", 1, 0, -400, 800, 2
+map_sensor_type = bits, U08, 188, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400"
+map_sensor_hwChannel = bits, U08, 189, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+clt_tempC_1 = scalar, S32, 192, "deg C", 0.01, 0, -40, 200, 1
+clt_tempC_2 = scalar, S32, 196, "deg C", 0.01, 0, -40, 200, 1
+clt_tempC_3 = scalar, S32, 200, "deg C", 0.01, 0, -40, 200, 1
+clt_resistance_1 = scalar, U32, 204, "Ohm", 0.01, 0, 0, 200000, 1
+clt_resistance_2 = scalar, U32, 208, "Ohm", 0.01, 0, 0, 200000, 1
+clt_resistance_3 = scalar, U32, 212, "Ohm", 0.01, 0, 0, 200000, 1
+clt_bias_resistor = scalar, U32, 216, "Ohm", 0.1, 0, 0, 200000, 1
+clt_adcChannel = bits, U08, 220, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+iat_tempC_1 = scalar, S32, 224, "deg C", 0.01, 0, -40, 200, 1
+iat_tempC_2 = scalar, S32, 228, "deg C", 0.01, 0, -40, 200, 1
+iat_tempC_3 = scalar, S32, 232, "deg C", 0.01, 0, -40, 200, 1
+iat_resistance_1 = scalar, U32, 236, "Ohm", 0.01, 0, 0, 200000, 1
+iat_resistance_2 = scalar, U32, 240, "Ohm", 0.01, 0, 0, 200000, 1
+iat_resistance_3 = scalar, U32, 244, "Ohm", 0.01, 0, 0, 200000, 1
+iat_bias_resistor = scalar, U32, 248, "Ohm", 0.1, 0, 0, 200000, 1
+iat_adcChannel = bits, U08, 252, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+launchTimingRetard = scalar, S32, 256, "deg", 1, 0, -180, 180, 2
+knockBandCustom = scalar, F32, 260, "kHz", 1, 0, 0, 20, 2
+displacement = scalar, U16, 264, "L", 0.001, 0, 0, 65, 3
+triggerSimulatorRpm = scalar, U16, 266, "RPM", 1, 0, 0, 30000, 0
+firingOrder = bits, U08, 268, [0:5], "One Cylinder", "1-3-4-2", "1-2-4-3", "1-3-2-4", "1-5-3-6-2-4", "1-8-4-3-6-5-7-2", "1-2-4-5-3", "1-4-2-5-3-6", "1-2", "1-2-3-4-5-6", "1-2-3", "1-8-7-2-6-5-4-3", "1-5-4-2-6-3-7-8", "1-6-3-2-5-4", "1-10-9-4-3-6-5-8-7_2", "1-7-5-11-3-9-6-12-2-8-4-10", "1-7-4-10-2-8-6-12-3-9-5-11", "1-4-3-2", "1-12-5-8-3-10-6-7-2-11-4-9", "1-2-7-8-4-5-6-3", "1-3-7-2-6-5-4-8", "1-2-3-4-5-6-7-8-9", "INVALID", "1-2-3-4-5-6-7-8-9-10-11-12", "1-3-2", "1-2-3-4-5-6-7-8", "1-5-4-8-6-3-7-2", "1-4-3-6-2-5", "1-8-7-3-6-5-4-2", "1-6-2-4-3-5", "1-6-5-4-3-2", "1-4-5-2-3-6", "1-5-4-8-3-7-2-6", "1-6-5-10-2-7-3-8-4-9"
+vvtBumpAmount = scalar, U08, 269, "deg", 1, 0, -30, 30, 0
+benchTestOnTime = scalar, U16, 270, "ms", 0.01, 0, 0, 500, 2
+cylinderBore = scalar, F32, 272, "mm", 1, 0, 0, 20000, 2
+fuelAlgorithm = bits, U08, 276, [0:2], "Speed Density", "MAF Air Charge", "Alpha-N", "Lua"
+ALSMaxTPS = scalar, U08, 277, "%", 1, 0, 0, 10, 0
+crankingInjectionMode = bits, U08, 278, [0:1], "Simultaneous", "Sequential", "Batch", "Single Point"
+injectionMode = bits, U08, 279, [0:1], "Simultaneous", "Sequential", "Batch", "Single Point"
+boostControlMinRpm = scalar, U16, 280, "", 1, 0, 0, 25000, 0
+boostControlMinTps = scalar, U08, 282, "", 1, 0, 0, 100, 0
+boostControlMinMap = scalar, U08, 283, "", 1, 0, 0, 250, 0
+boostOpenLoopXAxis = bits, U08, 284, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopYAxis = bits, U08, 285, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopXAxis = bits, U08, 286, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopYAxis = bits, U08, 287, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+timingMode = bits, U08, 288, [0:0], "dynamic", "fixed"
+mafAdcChannel = bits, U08, 289, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+benchTestCount = scalar, U16, 290, "", 1, 0, 0, 10000, 0
+crankingTimingAngle = scalar, F32, 292, "deg", 1, 0, -30, 30, 0
+gapTrackingLengthOverride = scalar, S08, 296, "count", 1, 0, 1, 18, 0
+maxIdleVss = scalar, U08, 297, "kph", 1, 0, 0, 100, 0
+minOilPressureAfterStart = scalar, U16, 298, "kPa", 1, 0, 0, 1000, 0
+oilPressureSwitch = bits, U16, 300, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+oilPressureSwitchMode = bits, U08, 302, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+fixedModeTiming = scalar, F32, 304, "RPM", 1, 0, 0, 3000, 0
+globalTriggerAngleOffset = scalar, F32, 308, "deg btdc", 1, 0, -720, 720, 0
+analogInputDividerCoefficient = scalar, F32, 312, "coef", 1, 0, 0.01, 10, 2
+vbattDividerCoeff = scalar, F32, 316, "coef", 1, 0, 0.01, 99, 2
+fanOnTemperature = scalar, U08, 320, "deg C", 1, 0, 0, 150, 0
+fanOffTemperature = scalar, U08, 321, "deg C", 1, 0, 0, 150, 0
+fanPwmFrequency = scalar, U16, 322, "Hz", 1, 0, 10, 500, 0
+fan1PwmXAxis = bits, U08, 324, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+fan2PwmXAxis = bits, U08, 325, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+fanPwmSafetyDuty = scalar, U08, 326, "%", 1, 0, 0, 100, 0
+acrPin = bits, U16, 328, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+driveWheelRevPerKm = scalar, F32, 332, "revs/km", 1, 0, 100, 1000, 1
+byFirmwareVersion = scalar, S32, 336, "index", 1, 0, 0, 300, 0
+tps1_1AdcChannel = bits, U08, 340, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+vbattAdcChannel = bits, U08, 341, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+fuelLevelSensor = bits, U08, 342, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+tps2_1AdcChannel = bits, U08, 343, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+acIdleExtraOffset = scalar, U08, 344, "%", 1, 0, 0, 100, 0
+finalGearRatio = scalar, U16, 346, "ratio", 0.01, 0, 0, 10, 2
+trigger_type = bits, U32, 348, [0:6], "custom toothed wheel", "Ford Aspire", "Dodge Neon 1995", "Miata NA", "Mitsubishi Mess 4", "GM_7X", "Cooper R50", "Mazda SOHC 4", "60/2", "36/1", "Mercedes Two Segment", "Mitsubishi 4G93 11", "EZ30", "INVALID", "Dodge Neon 2003", "Mazda DOHC 1+4", "1+1", "INVALID", "Single Tooth", "Dodge Ram 1+16", "60/2 VW", "Benelli Tre", "Dodge Stratus", "36_2_2_2", "Nissan Primera", "dev 2JZ 3/34 simulator", "Rover K", "GM 24x 5 degree", "Honda CBR 600", "Mitsubishi 4G92/93/94 Cam 29", "Honda CBR 600 custom", "3/1 skipped", "Dodge Neon 2003 crank", "Miata NB", "Mitsubishi 4G63 Cam 34", "INVALID", "Subaru 7+6", "Jeep 18-2-2-2", "12 tooth crank", "Dodge Neon 1995 crank only", "Jeep XJ 4 cyl", "FiatIAQ_P8", "Mazda Z5", "INVALID", "Renix 44-2-2", "Renix 66-2-2-2", "Honda K 12+1", "INVALID", "36/2", "Subaru SVX", "1+16", "Subaru 7 without 6", "INVALID", "TriTach", "GM 60/2/2/2", "Skoda Favorit", "Barra 3+1 Cam", "Kawa KX450F", "Nissan VQ35", "INVALID", "Nissan VQ30", "Nissan QR25", "Mitsubishi 3A92", "Subaru SVX Crank 1", "Subaru SVX Cam VVT", "Ford PIP", "Suzuki G13B", "Honda K 4+1", "Nissan MR18 Crank", "32/2", "36-2-1", "36-2-1-1", "INVALID", "INVALID", "GM 24x 3 degree", "INVALID", "trg76"
+trigger_customTotalToothCount = scalar, U16, 352, "number", 1, 0, 1, 60, 0
+trigger_customSkippedToothCount = scalar, U16, 354, "number", 1, 0, 0, 10, 0
+airByRpmTaper = scalar, F32, 356, "%", 1, 0, 0, 50, 1
+boostControlSafeDutyCycle = scalar, U08, 360, "%", 1, 0, 0, 100, 0
+throttlePedalPositionAdcChannel = bits, U08, 361, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+tle6240_csPinMode = bits, U08, 362, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+acrRevolutions = scalar, U08, 363, "", 1, 0, 0, 10, 0
+globalFuelCorrection = scalar, F32, 364, "coef", 1, 0, 0, 1000, 2
+adcVcc = scalar, F32, 368, "volts", 1, 0, 0, 6, 3
+mapCamDetectionAnglePosition = scalar, F32, 372, "Deg", 1, 0, 0, 360, 0
+camInputs1 = bits, U16, 376, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+camInputs2 = bits, U16, 378, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+camInputs3 = bits, U16, 380, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+camInputs4 = bits, U16, 382, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+afr_hwChannel = bits, U08, 384, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+afr_hwChannel2 = bits, U08, 385, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+afr_v1 = scalar, U16, 386, "volts", 0.001, 0, 0, 10, 3
+afr_value1 = scalar, U16, 388, "AFR", 0.001, 0, 0, 50, 2
+afr_v2 = scalar, U16, 390, "volts", 0.001, 0, 0, 10, 3
+afr_value2 = scalar, U16, 392, "AFR", 0.001, 0, 0, 50, 2
+tle6240_cs = bits, U16, 396, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33816_cs = bits, U16, 398, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+baroSensor_lowValue = scalar, F32, 400, "kpa", 1, 0, -400, 800, 2
+baroSensor_highValue = scalar, F32, 404, "kpa", 1, 0, -400, 800, 2
+baroSensor_type = bits, U08, 408, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400"
+baroSensor_hwChannel = bits, U08, 409, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+idle_solenoidFrequency = scalar, U16, 412, "Hz", 1, 0, 0, 3000, 0
+idle_solenoidPin = bits, U16, 414, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+idle_stepperDirectionPin = bits, U16, 416, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+idle_stepperStepPin = bits, U16, 418, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+idle_solenoidPinMode = bits, U08, 420, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+manIdlePosition = scalar, F32, 424, "%", 1, 0, 0, 100, 0
+knockRetardAggression = scalar, U08, 428, "%", 0.1, 0, 0, 20, 1
+knockRetardReapplyRate = scalar, U08, 429, "deg/s", 0.1, 0, 0, 10, 1
+knockNoiseThreshold = scalar, S08, 430, "dBv", 1, 0, -100, 0, 0
+knockNoiseTimeout = scalar, U08, 431, "seconds", 1, 0, 0, 30, 0
+engineSyncCam = bits, S08, 432, [0:1], "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
+vssFilterReciprocal = scalar, U08, 433, "", 1, 0, 2, 200, 0
+vssGearRatio = scalar, U16, 434, "ratio", 0.001, 0, 0, 60, 3
+vssToothCount = scalar, U08, 436, "count", 1, 0, 1, 100, 0
+idleVeOverrideMode = bits, U08, 437, [0:1], "None", "MAP", "TPS"
+o2heaterPin = bits, U16, 438, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins1 = bits, U16, 440, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins2 = bits, U16, 442, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins3 = bits, U16, 444, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins4 = bits, U16, 446, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins5 = bits, U16, 448, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins6 = bits, U16, 450, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins7 = bits, U16, 452, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins8 = bits, U16, 454, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins9 = bits, U16, 456, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins10 = bits, U16, 458, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins11 = bits, U16, 460, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPins12 = bits, U16, 462, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage21 = bits, U16, 464, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage22 = bits, U16, 466, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage23 = bits, U16, 468, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage24 = bits, U16, 470, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage25 = bits, U16, 472, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage26 = bits, U16, 474, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage27 = bits, U16, 476, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage28 = bits, U16, 478, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage29 = bits, U16, 480, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage210 = bits, U16, 482, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage211 = bits, U16, 484, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinsStage212 = bits, U16, 486, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins1 = bits, U16, 488, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins2 = bits, U16, 490, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins3 = bits, U16, 492, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins4 = bits, U16, 494, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins5 = bits, U16, 496, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins6 = bits, U16, 498, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins7 = bits, U16, 500, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins8 = bits, U16, 502, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins9 = bits, U16, 504, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins10 = bits, U16, 506, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins11 = bits, U16, 508, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+ignitionPins12 = bits, U16, 510, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+injectionPinMode = bits, U08, 512, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+ignitionPinMode = bits, U08, 513, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fuelPumpPin = bits, U16, 514, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+fuelPumpPinMode = bits, U08, 516, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+throttlePedalPositionSecondAdcChannel = bits, U08, 517, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+malfunctionIndicatorPin = bits, U16, 518, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+malfunctionIndicatorPinMode = bits, U08, 520, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fanPinMode = bits, U08, 521, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fanPin = bits, U16, 522, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+clutchDownPin = bits, U16, 524, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+alternatorControlPin = bits, U16, 526, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+alternatorControlPinMode = bits, U08, 528, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+clutchDownPinMode = bits, U08, 529, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+electronicThrottlePin1Mode = bits, U08, 530, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+max31855spiDevice = bits, U08, 531, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+debugTriggerSync = bits, U16, 532, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33972_cs = bits, U16, 534, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33972_csPinMode = bits, U08, 536, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+minCamPhaseResolveRpm = scalar, U08, 537, "rpm", 50.0, 0, 0, 12500, 0
+tps1_2AdcChannel = bits, U08, 538, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+tps2_2AdcChannel = bits, U08, 539, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+triggerInputPins1 = bits, U16, 540, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+triggerInputPins2 = bits, U16, 542, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+mc33_t_min_boost = scalar, U16, 544, "us", 1, 0, 0, 10000, 0
+tachOutputPin = bits, U16, 546, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tachOutputPinMode = bits, U08, 548, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+maf2AdcChannel = bits, U08, 549, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+mainRelayPin = bits, U16, 550, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+sdCardCsPin = bits, U16, 552, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+canTxPin = bits, U16, 554, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+canRxPin = bits, U16, 556, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mainRelayPinMode = bits, U08, 558, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+wastegatePositionMin = scalar, U16, 560, "mv", 1, 0, 0, 5000, 0
+wastegatePositionMax = scalar, U16, 562, "mv", 1, 0, 0, 5000, 0
+secondSolenoidPin = bits, U16, 564, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tachPulsePerRev = scalar, U16, 566, "", 0.001, 0, 1, 15, 3
+compressionRatio = scalar, F32, 568, "CR", 1, 0, 0, 300, 1
+triggerSimulatorPins1 = bits, U16, 572, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+triggerSimulatorPins2 = bits, U16, 574, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+fordInjectorSmallPulseSlope = scalar, U16, 576, "", 0.001, 0, 0, 65, 3
+lambdaProtectionMinRpm = scalar, U08, 578, "RPM", 100.0, 0, 0, 25000, 0
+lambdaProtectionMinLoad = scalar, U08, 579, "%", 10.0, 0, 0, 1000, 0
+is_enabled_spi_1 = bits, U32, 580, [0:0], "false", "true"
+is_enabled_spi_2 = bits, U32, 580, [1:1], "false", "true"
+is_enabled_spi_3 = bits, U32, 580, [2:2], "false", "true"
+isSdCardEnabled = bits, U32, 580, [3:3], "false", "true"
+rusefiVerbose29b = bits, U32, 580, [4:4], "11 bit", "29 bit"
+modeledFlowIdle = bits, U32, 580, [5:5], "false", "true"
+useStepperIdle = bits, U32, 580, [6:6], "false", "true"
+enabledStep1Limiter = bits, U32, 580, [7:7], "false", "true"
+verboseTLE8888 = bits, U32, 580, [8:8], "false", "true"
+enableVerboseCanTx = bits, U32, 580, [9:9], "false", "true"
+idleReturnTargetRamp = bits, U32, 580, [10:10], "false", "true"
+ecumasterEgtToCan = bits, U32, 580, [11:11], "false", "true"
+measureMapOnlyInOneCylinder = bits, U32, 580, [12:12], "false", "true"
+stepperForceParkingEveryRestart = bits, U32, 580, [13:13], "false", "true"
+isFasterEngineSpinUpEnabled = bits, U32, 580, [14:14], "false", "true"
+coastingFuelCutEnabled = bits, U32, 580, [15:15], "false", "true"
+disableFuelCutOnClutch = bits, U32, 580, [16:16], "false", "true"
+useIacTableForCoasting = bits, U32, 580, [17:17], "false", "true"
+useIdleTimingPidControl = bits, U32, 580, [18:18], "false", "true"
+disableEtbWhenEngineStopped = bits, U32, 580, [19:19], "false", "true"
+is_enabled_spi_4 = bits, U32, 580, [20:20], "false", "true"
+pauseEtbControl = bits, U32, 580, [21:21], "false", "true"
+alignEngineSnifferAtTDC = bits, U32, 580, [22:22], "false", "true"
+useTableForDfcoMap = bits, U32, 580, [23:23], "Fixed", "Table"
+postCrankingFuelUseTable = bits, U32, 580, [24:24], "Basic", "Table"
+verboseCanBaseAddress = scalar, U32, 584, "dec", 1, 0, 0, 536870911, 0
+mc33_hvolt = scalar, U08, 588, "v", 1, 0, 40, 70, 0
+minimumBoostClosedLoopMap = scalar, U08, 589, "kPa", 1, 0, 0, 255, 0
+acFanPin = bits, U16, 590, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+acFanPinMode = bits, U08, 592, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+vehicleWeight = scalar, U16, 594, "kg", 1, 0, 0, 10000, 0
+idlePidRpmUpperLimit = scalar, S16, 596, "RPM", 1, 0, 0, 500, 0
+applyNonlinearBelowPulse = scalar, U16, 598, "ms", 0.001, 0, 0, 30, 3
+lps25BaroSensorScl = bits, U16, 600, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+lps25BaroSensorSda = bits, U16, 602, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+vehicleSpeedSensorInputPin = bits, U16, 604, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+clutchUpPin = bits, U16, 606, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+injectorNonlinearMode = bits, U08, 608, [0:1], "None", "Polynomial", "Ford (dual slope)", "Adder Table"
+clutchUpPinMode = bits, U08, 609, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+max31855_cs1 = bits, U16, 610, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs2 = bits, U16, 612, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs3 = bits, U16, 614, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs4 = bits, U16, 616, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs5 = bits, U16, 618, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs6 = bits, U16, 620, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs7 = bits, U16, 622, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+max31855_cs8 = bits, U16, 624, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+flexSensorPin = bits, U16, 626, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+tachSweepTime = scalar, U08, 628, "s", 0.1, 0, 0, 10, 1
+tachSweepMax = scalar, U08, 629, "rpm", 50.0, 0, 0, 12500, 0
+stepperDirectionPinMode = bits, U08, 630, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+mc33972spiDevice = bits, U08, 631, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+stoichRatioSecondary = scalar, U08, 632, ":1", 0.1, 0, 5, 25, 1
+etbMaximumPosition = scalar, U08, 633, "%", 1, 0, 70, 100, 0
+sdCardLogFrequency = scalar, U16, 634, "hz", 1, 0, 1, 250, 0
+debugMapAveraging = bits, U16, 636, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+starterRelayDisablePin = bits, U16, 638, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+starterRelayDisablePinMode = bits, U08, 640, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+imuType = bits, U08, 641, [0:4], "None", "VAG", "MM5.10", "type 3", "type 4"
+startStopButtonPin = bits, U16, 642, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+mapMinBufferLength = scalar, U08, 644, "count", 1, 0, 1, 24, 0
+cylindersCount = scalar, U08, 645, "", 1, 0, 1, 12, 0
+idlePidDeactivationTpsThreshold = scalar, S16, 646, "%", 1, 0, 0, 50, 0
+stepperParkingExtraSteps = scalar, S16, 648, "%", 1, 0, 0, 3000, 0
+tps1SecondaryMin = scalar, U16, 650, "ADC", 1, 0, 0, 1000, 0
+tps1SecondaryMax = scalar, U16, 652, "ADC", 1, 0, 0, 1000, 0
+antiLagRpmTreshold = scalar, S16, 654, "rpm", 1, 0, 0, 20000, 0
+startCrankingDuration = scalar, U16, 656, "Seconds", 1, 0, 0, 30, 0
+lambdaProtectionMinTps = scalar, U08, 658, "%", 1, 0, 0, 100, 0
+lambdaProtectionTimeout = scalar, U08, 659, "s", 0.1, 0, 0, 10, 1
+lambdaProtectionRestoreRpm = scalar, U08, 660, "RPM", 100.0, 0, 0, 25000, 0
+acRelayPinMode = bits, U08, 661, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+acRelayPin = bits, U16, 662, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+minimumOilPressureTimeout = scalar, U08, 664, "sec", 0.1, 0, 0, 5, 1
+oilPressureProtectionStartDelay = scalar, U08, 665, "sec", 0.1, 0, 0, 5, 1
+drv8860spiDevice = bits, U08, 666, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+mc33816_flag0 = bits, U16, 668, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+scriptSetting1 = scalar, F32, 672, "", 1, 0, 0, 18000, 2
+scriptSetting2 = scalar, F32, 676, "", 1, 0, 0, 18000, 2
+scriptSetting3 = scalar, F32, 680, "", 1, 0, 0, 18000, 2
+scriptSetting4 = scalar, F32, 684, "", 1, 0, 0, 18000, 2
+scriptSetting5 = scalar, F32, 688, "", 1, 0, 0, 18000, 2
+scriptSetting6 = scalar, F32, 692, "", 1, 0, 0, 18000, 2
+scriptSetting7 = scalar, F32, 696, "", 1, 0, 0, 18000, 2
+scriptSetting8 = scalar, F32, 700, "", 1, 0, 0, 18000, 2
+spi1mosiPin = bits, U16, 704, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi1misoPin = bits, U16, 706, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi1sckPin = bits, U16, 708, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi2mosiPin = bits, U16, 710, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi2misoPin = bits, U16, 712, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi2sckPin = bits, U16, 714, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi3mosiPin = bits, U16, 716, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi3misoPin = bits, U16, 718, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi3sckPin = bits, U16, 720, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+clutchUpPinInverted = bits, U32, 724, [0:0], "false", "true"
+clutchDownPinInverted = bits, U32, 724, [1:1], "false", "true"
+useHbridgesToDriveIdleStepper = bits, U32, 724, [2:2], "false", "true"
+multisparkEnable = bits, U32, 724, [3:3], "false", "true"
+enableLaunchRetard = bits, U32, 724, [4:4], "false", "true"
+enableCanVss = bits, U32, 724, [5:5], "false", "true"
+enableOilPressureProtect = bits, U32, 724, [6:6], "false", "true"
+stftIgnoreErrorMagnitude = bits, U32, 724, [7:7], "false", "true"
+enableSoftwareKnock = bits, U32, 724, [8:8], "false", "true"
+verboseVVTDecoding = bits, U32, 724, [9:9], "false", "true"
+invertCamVVTSignal = bits, U32, 724, [10:10], "false", "true"
+alphaNUseIat = bits, U32, 724, [11:11], "false", "true"
+knockBankCyl1 = bits, U32, 724, [12:12], "Channel 1", "Channel 2"
+knockBankCyl2 = bits, U32, 724, [13:13], "Channel 1", "Channel 2"
+knockBankCyl3 = bits, U32, 724, [14:14], "Channel 1", "Channel 2"
+knockBankCyl4 = bits, U32, 724, [15:15], "Channel 1", "Channel 2"
+knockBankCyl5 = bits, U32, 724, [16:16], "Channel 1", "Channel 2"
+knockBankCyl6 = bits, U32, 724, [17:17], "Channel 1", "Channel 2"
+knockBankCyl7 = bits, U32, 724, [18:18], "Channel 1", "Channel 2"
+knockBankCyl8 = bits, U32, 724, [19:19], "Channel 1", "Channel 2"
+knockBankCyl9 = bits, U32, 724, [20:20], "Channel 1", "Channel 2"
+knockBankCyl10 = bits, U32, 724, [21:21], "Channel 1", "Channel 2"
+knockBankCyl11 = bits, U32, 724, [22:22], "Channel 1", "Channel 2"
+knockBankCyl12 = bits, U32, 724, [23:23], "Channel 1", "Channel 2"
+tcuEnabled = bits, U32, 724, [24:24], "false", "true"
+canBroadcastUseChannelTwo = bits, U08, 728, [0:1], "none", "first", "second", "both"
+useRawOutputToDriveIdleStepper = bits, U32, 732, [0:0], "false", "true"
+verboseCan2 = bits, U32, 732, [1:1], "Do not print", "Print all"
+etbIo1_directionPin1 = bits, U16, 736, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo1_directionPin2 = bits, U16, 738, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo1_controlPin = bits, U16, 740, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo1_disablePin = bits, U16, 742, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_directionPin1 = bits, U16, 744, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_directionPin2 = bits, U16, 746, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_controlPin = bits, U16, 748, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+etbIo2_disablePin = bits, U16, 750, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+boostControlPin = bits, U16, 752, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+boostControlPinMode = bits, U08, 754, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+boostType = bits, U08, 755, [0:0], "Open Loop", "Open + Closed Loop"
+ALSActivatePin = bits, U16, 756, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+launchActivatePin = bits, U16, 758, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+boostPid_pFactor = scalar, F32, 760, "", 1, 0, -10000, 10000, 4
+boostPid_iFactor = scalar, F32, 764, "", 1, 0, -10000, 10000, 4
+boostPid_dFactor = scalar, F32, 768, "", 1, 0, -10000, 10000, 4
+boostPid_offset = scalar, S16, 772, "", 1, 0, -1000, 1000, 0
+boostPid_minValue = scalar, S16, 774, "", 1, 0, -30000, 30000, 0
+boostPid_maxValue = scalar, S16, 776, "", 1, 0, -30000, 30000, 0
+boostPwmFrequency = scalar, U16, 780, "Hz", 1, 0, 0, 3000, 0
+launchActivationMode = bits, S08, 782, [0:1], "Launch Button", "Clutch Down Switch", "Always Active(Disabled By Speed)"
+antiLagActivationMode = bits, S08, 783, [0:0], "Switch Input", "Always Active"
+launchSpeedThreshold = scalar, S32, 784, "Kph", 1, 0, 0, 300, 0
+launchTimingRpmRange = scalar, S32, 788, "RPM", 1, 0, 0, 8000, 0
+launchFuelAdded = scalar, S32, 792, "%", 1, 0, 0, 100, 0
+launchBoostDuty = scalar, S32, 796, "%", 1, 0, 0, 100, 0
+hardCutRpmRange = scalar, S32, 800, "RPM", 1, 0, 0, 3000, 0
+turbochargerFilter = scalar, F32, 804, "", 1, 0, 0, 50, 0
+launchTpsThreshold = scalar, S32, 808, "", 1, 0, 0, 20000, 0
+launchActivateDelay = scalar, F32, 812, "", 1, 0, 0, 20000, 0
+stft_maxIdleRegionRpm = scalar, U08, 816, "RPM", 50.0, 0, 0, 12000, 0
+stft_maxOverrunLoad = scalar, U08, 817, "load", 1, 0, 0, 250, 0
+stft_minPowerLoad = scalar, U08, 818, "load", 1, 0, 0, 250, 0
+stft_deadband = scalar, U08, 819, "%", 0.1, 0, 0, 3, 1
+stft_minClt = scalar, S08, 820, "C", 1, 0, -20, 100, 0
+stft_minAfr = scalar, U08, 821, "afr", 0.1, 0, 10, 20, 1
+stft_maxAfr = scalar, U08, 822, "afr", 0.1, 0, 10, 20, 1
+stft_startupDelay = scalar, U08, 823, "seconds", 1, 0, 0, 250, 0
+stft_cellCfgs1_maxAdd = scalar, S08, 824, "%", 1, 0, 0, 25, 0
+stft_cellCfgs1_maxRemove = scalar, S08, 825, "%", 1, 0, -25, 0, 0
+stft_cellCfgs1_timeConstant = scalar, U16, 826, "sec", 0.1, 0, 0.1, 100, 2
+stft_cellCfgs2_maxAdd = scalar, S08, 828, "%", 1, 0, 0, 25, 0
+stft_cellCfgs2_maxRemove = scalar, S08, 829, "%", 1, 0, -25, 0, 0
+stft_cellCfgs2_timeConstant = scalar, U16, 830, "sec", 0.1, 0, 0.1, 100, 2
+stft_cellCfgs3_maxAdd = scalar, S08, 832, "%", 1, 0, 0, 25, 0
+stft_cellCfgs3_maxRemove = scalar, S08, 833, "%", 1, 0, -25, 0, 0
+stft_cellCfgs3_timeConstant = scalar, U16, 834, "sec", 0.1, 0, 0.1, 100, 2
+stft_cellCfgs4_maxAdd = scalar, S08, 836, "%", 1, 0, 0, 25, 0
+stft_cellCfgs4_maxRemove = scalar, S08, 837, "%", 1, 0, -25, 0, 0
+stft_cellCfgs4_timeConstant = scalar, U16, 838, "sec", 0.1, 0, 0.1, 100, 2
+stepperDcIo1_directionPin1 = bits, U16, 840, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo1_directionPin2 = bits, U16, 842, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo1_controlPin = bits, U16, 844, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo1_disablePin = bits, U16, 846, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_directionPin1 = bits, U16, 848, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_directionPin2 = bits, U16, 850, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_controlPin = bits, U16, 852, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+stepperDcIo2_disablePin = bits, U16, 854, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+engineMake = string, ASCII, 856, 32
+engineCode = string, ASCII, 888, 32
+vehicleName = string, ASCII, 920, 32
+etbFunctions1 = bits, U08, 952, [0:1], "None", "Throttle 1", "Throttle 2", "Wastegate"
+etbFunctions2 = bits, U08, 953, [0:1], "None", "Throttle 1", "Throttle 2", "Wastegate"
+drv8860_cs = bits, U16, 954, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+drv8860_csPinMode = bits, U08, 956, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+idleMode = bits, U08, 957, [0:0], "Open Loop + Closed Loop", "Open Loop"
+drv8860_miso = bits, U16, 958, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+luaOutputPins1 = bits, U16, 960, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins2 = bits, U16, 962, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins3 = bits, U16, 964, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins4 = bits, U16, 966, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins5 = bits, U16, 968, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins6 = bits, U16, 970, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins7 = bits, U16, 972, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+luaOutputPins8 = bits, U16, 974, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtOffsets1 = scalar, S16, 976, "value", 0.1, 0, -720, 1000, 1
+vvtOffsets2 = scalar, S16, 978, "value", 0.1, 0, -720, 1000, 1
+vvtOffsets3 = scalar, S16, 980, "value", 0.1, 0, -720, 1000, 1
+vvtOffsets4 = scalar, S16, 982, "value", 0.1, 0, -720, 1000, 1
+gpPwmNote1 = string, ASCII, 984, 16
+gpPwmNote2 = string, ASCII, 1000, 16
+gpPwmNote3 = string, ASCII, 1016, 16
+gpPwmNote4 = string, ASCII, 1032, 16
+tps2SecondaryMin = scalar, U16, 1048, "ADC", 1, 0, 0, 1000, 0
+tps2SecondaryMax = scalar, U16, 1050, "ADC", 1, 0, 0, 1000, 0
+widebandOnSecondBus = bits, U32, 1052, [0:0], "1", "2"
+fuelClosedLoopCorrectionEnabled = bits, U32, 1052, [1:1], "false", "true"
+useOilPressureSwitch = bits, U32, 1052, [2:2], "Sensor", "Switch"
+boardUseTachPullUp = bits, U32, 1052, [3:3], "5v", "12v"
+boardUseTempPullUp = bits, U32, 1052, [4:4], "Piggyback Mode", "With Pull Ups"
+silentTriggerError = bits, U32, 1052, [5:5], "false", "true"
+useLinearCltSensor = bits, U32, 1052, [6:6], "false", "true"
+canReadEnabled = bits, U32, 1052, [7:7], "false", "true"
+canWriteEnabled = bits, U32, 1052, [8:8], "false", "true"
+useLinearIatSensor = bits, U32, 1052, [9:9], "false", "true"
+boardUse2stepPullDown = bits, U32, 1052, [10:10], "With Pull Up", "With Pull Down"
+tachPulseDurationAsDutyCycle = bits, U32, 1052, [11:11], "Constant time", "Duty cycle"
+isAlternatorControlEnabled = bits, U32, 1052, [12:12], "false", "true"
+invertPrimaryTriggerSignal = bits, U32, 1052, [13:13], "false", "true"
+invertSecondaryTriggerSignal = bits, U32, 1052, [14:14], "false", "true"
+cutFuelOnHardLimit = bits, U32, 1052, [15:15], "no", "yes"
+cutSparkOnHardLimit = bits, U32, 1052, [16:16], "no", "yes"
+launchFuelCutEnable = bits, U32, 1052, [17:17], "false", "true"
+launchSparkCutEnable = bits, U32, 1052, [18:18], "false", "true"
+boardUseCrankPullUp = bits, U32, 1052, [19:19], "VR", "Hall"
+boardUseCamPullDown = bits, U32, 1052, [20:20], "With Pull Up", "With Pull Down"
+boardUseCamVrPullUp = bits, U32, 1052, [21:21], "VR", "Hall"
+boardUseD2PullDown = bits, U32, 1052, [22:22], "With Pull Up", "With Pull Down"
+boardUseD3PullDown = bits, U32, 1052, [23:23], "With Pull Up", "With Pull Down"
+boardUseD4PullDown = bits, U32, 1052, [24:24], "With Pull Up", "With Pull Down"
+boardUseD5PullDown = bits, U32, 1052, [25:25], "With Pull Up", "With Pull Down"
+verboseIsoTp = bits, U32, 1052, [26:26], "false", "true"
+launchActivateInverted = bits, U32, 1052, [27:27], "false", "true"
+twoStroke = bits, U32, 1052, [28:28], "Four Stroke", "Two Stroke"
+skippedWheelOnCam = bits, U32, 1052, [29:29], "On crankshaft", "On camshaft"
+acSwitch = bits, U16, 1056, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+acPressureSwitch = bits, U16, 1058, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+vRefAdcChannel = bits, U08, 1060, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+etbNeutralPosition = scalar, U08, 1061, "%", 1, 0, 0, 100, 0
+isInjectionEnabled = bits, U32, 1064, [0:0], "false", "true"
+isIgnitionEnabled = bits, U32, 1064, [1:1], "false", "true"
+isCylinderCleanupEnabled = bits, U32, 1064, [2:2], "false", "true"
+complexWallModel = bits, U32, 1064, [3:3], "Basic (constants)", "Advanced (tables)"
+alwaysInstantRpm = bits, U32, 1064, [4:4], "false", "true"
+isMapAveragingEnabled = bits, U32, 1064, [5:5], "false", "true"
+useCrankingIdleTaperTableSetting = bits, U32, 1064, [6:6], "false", "true"
+overrideCrankingIacSetting = bits, U32, 1064, [7:7], "false", "true"
+useSeparateAdvanceForIdle = bits, U32, 1064, [8:8], "false", "true"
+isWaveAnalyzerEnabled = bits, U32, 1064, [9:9], "false", "true"
+useSeparateVeForIdle = bits, U32, 1064, [10:10], "false", "true"
+verboseTriggerSynchDetails = bits, U32, 1064, [11:11], "false", "true"
+alwaysResetPidLeavingIdle = bits, U32, 1064, [12:12], "false", "true"
+canBroadcastEgt = bits, U32, 1064, [13:13], "false", "true"
+canBroadcastCams = bits, U32, 1064, [14:14], "false", "true"
+unused1200b14 = bits, U32, 1064, [15:15], "false", "true"
+useFixedBaroCorrFromMap = bits, U32, 1064, [16:16], "false", "true"
+useSeparateAdvanceForCranking = bits, U32, 1064, [17:17], "Fixed (auto taper)", "Table"
+useAdvanceCorrectionsForCranking = bits, U32, 1064, [18:18], "false", "true"
+flexCranking = bits, U32, 1064, [19:19], "false", "true"
+unused1200b19 = bits, U32, 1064, [20:20], "false", "true"
+isBoostControlEnabled = bits, U32, 1064, [21:21], "false", "true"
+launchSmoothRetard = bits, U32, 1064, [22:22], "false", "true"
+isPhaseSyncRequiredForIgnition = bits, U32, 1064, [23:23], "false", "true"
+useCltBasedRpmLimit = bits, U32, 1064, [24:24], "no", "yes"
+forceO2Heating = bits, U32, 1064, [25:25], "no", "yes"
+invertVvtControlIntake = bits, U32, 1064, [26:26], "advance", "retard"
+invertVvtControlExhaust = bits, U32, 1064, [27:27], "advance", "retard"
+useBiQuadOnAuxSpeedSensors = bits, U32, 1064, [28:28], "false", "true"
+sdTriggerLog = bits, U32, 1064, [29:29], "normal", "trigger"
+ALSActivateInverted = bits, U32, 1064, [30:30], "false", "true"
+engineChartSize = scalar, U16, 1068, "count", 1, 0, 0, 300, 0
+turboSpeedSensorMultiplier = scalar, F32, 1072, "mult", 1, 0, 0, 7000, 3
+acIdleRpmBump = scalar, S16, 1076, "RPM", 1, 0, 0, 1000, 0
+warningPeriod = scalar, S16, 1078, "seconds", 1, 0, 0, 60, 0
+idleStepperReactionTime = scalar, F32, 1080, "ms", 1, 0, 1, 300, 0
+idleStepperTotalSteps = scalar, U16, 1084, "count", 1, 0, 5, 3000, 0
+injectorCompensationMode = bits, U08, 1086, [0:1], "None", "Fixed rail pressure", "Sensed Rail Pressure"
+fan2PinMode = bits, U08, 1087, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+tachPulseDuractionMs = scalar, F32, 1088, "", 1, 0, 0, 100, 2
+wwaeTau = scalar, F32, 1092, "Seconds", 1, 0, 0, 3, 2
+alternatorControl_pFactor = scalar, F32, 1096, "", 1, 0, -10000, 10000, 4
+alternatorControl_iFactor = scalar, F32, 1100, "", 1, 0, -10000, 10000, 4
+alternatorControl_dFactor = scalar, F32, 1104, "", 1, 0, -10000, 10000, 4
+alternatorControl_offset = scalar, S16, 1108, "", 1, 0, -1000, 1000, 0
+alternatorControl_minValue = scalar, S16, 1110, "", 1, 0, -30000, 30000, 0
+alternatorControl_maxValue = scalar, S16, 1112, "", 1, 0, -30000, 30000, 0
+etb_pFactor = scalar, F32, 1116, "", 1, 0, -10000, 10000, 4
+etb_iFactor = scalar, F32, 1120, "", 1, 0, -10000, 10000, 4
+etb_dFactor = scalar, F32, 1124, "", 1, 0, -10000, 10000, 4
+etb_offset = scalar, S16, 1128, "", 1, 0, -1000, 1000, 0
+etb_minValue = scalar, S16, 1130, "", 1, 0, -30000, 30000, 0
+etb_maxValue = scalar, S16, 1132, "", 1, 0, -30000, 30000, 0
+airTaperRpmRange = scalar, S16, 1136, "RPM", 1, 0, 0, 1500, 0
+turboSpeedSensorInputPin = bits, U16, 1138, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+tps2Min = scalar, S16, 1140, "ADC", 1, 0, 0, 1023, 0
+tps2Max = scalar, S16, 1142, "ADC", 1, 0, 0, 1023, 0
+starterControlPin = bits, U16, 1144, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+startStopButtonMode = bits, U08, 1146, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+mapErrorDetectionTooLow = scalar, F32, 1148, "kPa", 1, 0, -100, 100, 2
+mapErrorDetectionTooHigh = scalar, F32, 1152, "kPa", 1, 0, -100, 800, 2
+multisparkSparkDuration = scalar, U16, 1156, "ms", 0.001, 0, 0, 3, 2
+multisparkDwell = scalar, U16, 1158, "ms", 0.001, 0, 0, 3, 2
+idleRpmPid_pFactor = scalar, F32, 1160, "", 1, 0, -10000, 10000, 4
+idleRpmPid_iFactor = scalar, F32, 1164, "", 1, 0, -10000, 10000, 4
+idleRpmPid_dFactor = scalar, F32, 1168, "", 1, 0, -10000, 10000, 4
+idleRpmPid_offset = scalar, S16, 1172, "", 1, 0, -1000, 1000, 0
+idleRpmPid_minValue = scalar, S16, 1174, "", 1, 0, -30000, 30000, 0
+idleRpmPid_maxValue = scalar, S16, 1176, "", 1, 0, -30000, 30000, 0
+wwaeBeta = scalar, F32, 1180, "Fraction", 1, 0, 0, 1, 2
+throttlePedalUpVoltage = scalar, F32, 1184, "volts", 1, 0, -6, 6, 2
+throttlePedalWOTVoltage = scalar, F32, 1188, "volts", 1, 0, -6, 6, 2
+startUpFuelPumpDuration = scalar, S16, 1192, "seconds", 1, 0, 0, 6000, 0
+mafFilterParameter = scalar, U16, 1194, "", 1, 0, 0, 10000, 0
+targetVBatt = scalar, F32, 1196, "volts", 1, 0, 0, 30, 1
+dfcoRetardDeg = scalar, U08, 1200, "deg", 1, 0, 0, 30, 0
+dfcoRetardRampInTime = scalar, U08, 1201, "s", 0.1, 0, 0, 1, 1
+idleMaximumAirmass = scalar, U08, 1202, "mg", 2.0, 0, 0, 500, 1
+map2HwChannel = bits, U08, 1203, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+afterCrankingIACtaperDuration = scalar, S16, 1204, "cycles", 1, 0, 0, 5000, 0
+iacByTpsTaper = scalar, S16, 1206, "percent", 1, 0, 0, 500, 0
+LIS302DLCsPin = bits, U16, 1208, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+tpsAccelLookback = scalar, U08, 1210, "sec", 0.05, 0, 0, 5, 2
+coastingFuelCutVssLow = scalar, U08, 1211, "kph", 1, 0, 0, 255, 0
+coastingFuelCutVssHigh = scalar, U08, 1212, "kph", 1, 0, 0, 255, 0
+noFuelTrimAfterDfcoTime = scalar, U08, 1213, "sec", 0.1, 0, 0, 10, 1
+ignTestOnTime = scalar, U08, 1214, "ms", 0.1, 0, 0, 10, 1
+wssToVssMode = bits, U08, 1215, [0:2], "Disable", "Average fronts", "Average rears", "Average all 4"
+tpsAccelEnrichmentThreshold = scalar, F32, 1216, "roc", 1, 0, 0, 200, 1
+auxSpeedSensorInputPin1 = bits, U16, 1220, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+auxSpeedSensorInputPin2 = bits, U16, 1222, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+totalGearsCount = scalar, U08, 1224, "", 1, 0, 1, 8, 0
+injectionTimingMode = bits, U08, 1225, [0:1], "End of injection", "Start of injection", "Center of injection"
+debugMode = bits, U08, 1226, [0:5], "INVALID", "INVALID", "INVALID", "Stepper Idle Control", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "Electronic Throttle", "Executor", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "Metrics", "INVALID", "INVALID", "TLE8888", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "ETB Autotune", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "Logic_Analyzer", "INVALID", "INVALID", "Lua"
+fan1ExtraIdle = scalar, U08, 1227, "%", 1, 0, 0, 100, 0
+tpsDecelEnleanmentThreshold = scalar, F32, 1228, "roc", 1, 0, 0, 200, 1
+tpsDecelEnleanmentMultiplier = scalar, F32, 1232, "coeff", 1, 0, 0, 200, 2
+throttlePedalSecondaryUpVoltage = scalar, F32, 1236, "voltage", 1, 0, -6, 6, 2
+throttlePedalSecondaryWOTVoltage = scalar, F32, 1240, "voltage", 1, 0, -6, 6, 2
+canBaudRate = bits, U08, 1244, [0:2], "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "1Mbps"
+veOverrideMode = bits, U08, 1245, [0:1], "None", "MAP", "TPS"
+can2BaudRate = bits, U08, 1246, [0:2], "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "1Mbps"
+afrOverrideMode = bits, U08, 1247, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %"
+mc33_hpfp_i_peak = scalar, U08, 1248, "A", 0.1, 0, 0, 25, 1
+mc33_hpfp_i_hold = scalar, U08, 1249, "A", 0.1, 0, 0, 25, 1
+mc33_hpfp_i_hold_off = scalar, U08, 1250, "us", 1, 0, 0, 255, 0
+mc33_hpfp_max_hold = scalar, U08, 1251, "ms", 1, 0, 0, 255, 0
+stepperDcInvertedPins = bits, U32, 1252, [0:0], "false", "true"
+canOpenBLT = bits, U32, 1252, [1:1], "false", "true"
+can2OpenBLT = bits, U32, 1252, [2:2], "false", "true"
+injectorFlowAsMassFlow = bits, U32, 1252, [3:3], "volumetric flow", "mass flow"
+benchTestOffTime = scalar, U08, 1256, "ms", 5.0, 0, 0, 2000, 0
+lambdaProtectionRestoreTps = scalar, U08, 1257, "%", 1, 0, 0, 100, 0
+lambdaProtectionRestoreLoad = scalar, U08, 1258, "%", 10.0, 0, 0, 1000, 0
+launchActivatePinMode = bits, U08, 1259, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+can2TxPin = bits, U16, 1260, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+can2RxPin = bits, U16, 1262, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+starterControlPinMode = bits, U08, 1264, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+wastegatePositionSensor = bits, U08, 1265, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+ignOverrideMode = bits, U08, 1266, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %"
+injectorPressureType = bits, U08, 1267, [0:0], "Low", "High"
+hpfpValvePin = bits, U16, 1268, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+hpfpValvePinMode = bits, U08, 1270, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+accelerometerSpiDevice = bits, U08, 1271, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+boostCutPressure = scalar, F32, 1272, "kPa (absolute)", 1, 0, 0, 1000, 0
+tchargeBins = array, U08, 1276, [16], "kg/h", 5.0, 0, 0, 1200, 0
+tchargeValues = array, U08, 1292, [16], "ratio", 0.01, 0, 0, 1, 2
+fixedTiming = scalar, F32, 1308, "deg", 1, 0, -720, 720, 2
+mapLowValueVoltage = scalar, F32, 1312, "v", 1, 0, 0, 10, 2
+mapHighValueVoltage = scalar, F32, 1316, "v", 1, 0, 0, 10, 2
+egoValueShift = scalar, F32, 1320, "value", 1, 0, -10, 10, 2
+vvtPins1 = bits, U16, 1324, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtPins2 = bits, U16, 1326, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtPins3 = bits, U16, 1328, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+vvtPins4 = bits, U16, 1330, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tChargeMinRpmMinTps = scalar, U08, 1332, "", 0.005, 0, 0, 1, 3
+tChargeMinRpmMaxTps = scalar, U08, 1333, "", 0.005, 0, 0, 1, 3
+tChargeMaxRpmMinTps = scalar, U08, 1334, "", 0.005, 0, 0, 1, 3
+tChargeMaxRpmMaxTps = scalar, U08, 1335, "", 0.005, 0, 0, 1, 3
+vvtOutputFrequency = scalar, U16, 1336, "Hz", 1, 0, 100, 1000, 0
+vvtItermMin1 = scalar, S08, 1338, "", 1, 0, -100, 100, 0
+vvtItermMin2 = scalar, S08, 1339, "", 1, 0, -100, 100, 0
+vvtItermMax1 = scalar, S08, 1340, "", 1, 0, -100, 100, 0
+vvtItermMax2 = scalar, S08, 1341, "", 1, 0, -100, 100, 0
+vvtOutputMin1 = scalar, S08, 1342, "", 1, 0, 0, 100, 0
+vvtOutputMin2 = scalar, S08, 1343, "", 1, 0, 0, 100, 0
+vvtOutputMax1 = scalar, S08, 1344, "", 1, 0, 0, 100, 0
+vvtOutputMax2 = scalar, S08, 1345, "", 1, 0, 0, 100, 0
+minimumIgnitionTiming = scalar, S08, 1346, "deg BTDC", 1, 0, -90, 90, 0
+maximumIgnitionTiming = scalar, S08, 1347, "deg BTDC", 1, 0, -90, 90, 0
+alternatorPwmFrequency = scalar, U16, 1348, "Hz", 1, 0, 0, 3000, 0
+vvtMode1 = bits, U08, 1350, [0:5], "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Miata NA CMP", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Mazda L"
+vvtMode2 = bits, U08, 1351, [0:5], "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Miata NA CMP", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Mazda L"
+fan2ExtraIdle = scalar, U08, 1352, "%", 1, 0, 0, 100, 0
+primingDelay = scalar, U08, 1353, "sec", 0.01, 0, 0, 1, 2
+auxAnalogInputs1 = bits, U08, 1354, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs2 = bits, U08, 1355, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs3 = bits, U08, 1356, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs4 = bits, U08, 1357, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs5 = bits, U08, 1358, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs6 = bits, U08, 1359, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs7 = bits, U08, 1360, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxAnalogInputs8 = bits, U08, 1361, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+trailingCoilPins1 = bits, U16, 1362, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins2 = bits, U16, 1364, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins3 = bits, U16, 1366, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins4 = bits, U16, 1368, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins5 = bits, U16, 1370, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins6 = bits, U16, 1372, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins7 = bits, U16, 1374, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins8 = bits, U16, 1376, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins9 = bits, U16, 1378, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins10 = bits, U16, 1380, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins11 = bits, U16, 1382, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+trailingCoilPins12 = bits, U16, 1384, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+tle8888mode = bits, U08, 1386, [0:1], "Auto", "SemiAuto", "Manual", "Hall"
+LIS302DLCsPinMode = bits, U08, 1387, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+fuelReferencePressure = scalar, F32, 1388, "kPa", 1, 0, 50, 700000, 0
+postCrankingFactor = scalar, F32, 1392, "mult", 1, 0, 1, 3, 2
+postCrankingDurationSec = scalar, F32, 1396, "seconds", 1, 0, 0, 30, 0
+auxTempSensor1_tempC_1 = scalar, S32, 1400, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor1_tempC_2 = scalar, S32, 1404, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor1_tempC_3 = scalar, S32, 1408, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor1_resistance_1 = scalar, U32, 1412, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor1_resistance_2 = scalar, U32, 1416, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor1_resistance_3 = scalar, U32, 1420, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor1_bias_resistor = scalar, U32, 1424, "Ohm", 0.1, 0, 0, 200000, 1
+auxTempSensor1_adcChannel = bits, U08, 1428, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxTempSensor2_tempC_1 = scalar, S32, 1432, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor2_tempC_2 = scalar, S32, 1436, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor2_tempC_3 = scalar, S32, 1440, "deg C", 0.01, 0, -40, 200, 1
+auxTempSensor2_resistance_1 = scalar, U32, 1444, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor2_resistance_2 = scalar, U32, 1448, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor2_resistance_3 = scalar, U32, 1452, "Ohm", 0.01, 0, 0, 200000, 1
+auxTempSensor2_bias_resistor = scalar, U32, 1456, "Ohm", 0.1, 0, 0, 200000, 1
+auxTempSensor2_adcChannel = bits, U08, 1460, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+knockSamplingDuration = scalar, S16, 1464, "Deg", 1, 0, 0, 720, 0
+etbFreq = scalar, S16, 1466, "Hz", 1, 0, 0, 3000, 0
+etbWastegatePid_pFactor = scalar, F32, 1468, "", 1, 0, -10000, 10000, 4
+etbWastegatePid_iFactor = scalar, F32, 1472, "", 1, 0, -10000, 10000, 4
+etbWastegatePid_dFactor = scalar, F32, 1476, "", 1, 0, -10000, 10000, 4
+etbWastegatePid_offset = scalar, S16, 1480, "", 1, 0, -1000, 1000, 0
+etbWastegatePid_minValue = scalar, S16, 1482, "", 1, 0, -30000, 30000, 0
+etbWastegatePid_maxValue = scalar, S16, 1484, "", 1, 0, -30000, 30000, 0
+stepperNumMicroSteps = bits, U08, 1488, [0:3], "Full-Step (Default)", "INVALID", "Half-Step", "INVALID", "1/4 Micro-Step", "INVALID", "INVALID", "INVALID", "1/8 Micro-Step"
+stepperMinDutyCycle = scalar, U08, 1489, "%", 1, 0, 0, 100, 0
+stepperMaxDutyCycle = scalar, U08, 1490, "%", 1, 0, 0, 100, 0
+sdCardSpiDevice = bits, U08, 1491, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+timing_offset_cylinder1 = scalar, F32, 1492, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder2 = scalar, F32, 1496, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder3 = scalar, F32, 1500, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder4 = scalar, F32, 1504, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder5 = scalar, F32, 1508, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder6 = scalar, F32, 1512, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder7 = scalar, F32, 1516, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder8 = scalar, F32, 1520, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder9 = scalar, F32, 1524, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder10 = scalar, F32, 1528, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder11 = scalar, F32, 1532, "deg", 1, 0, -720, 720, 1
+timing_offset_cylinder12 = scalar, F32, 1536, "deg", 1, 0, -720, 720, 1
+idlePidActivationTime = scalar, F32, 1540, "seconds", 1, 0, 0, 60, 1
+vvtControlMinClt = scalar, S08, 1544, "deg C", 1, 0, -40, 120, 0
+minimumInjectionPulseWidth = scalar, U08, 1545, "ms", 0.01, 0, 0, 2, 2
+mafMinVoltage = scalar, U08, 1546, "volts", 0.02, 0, 0, 5, 2
+mafMaxVoltage = scalar, U08, 1547, "volts", 0.02, 0, 0, 5, 2
+vvtIntakeYAxisOverride = bits, U08, 1548, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+vvtExhaustYAxisOverride = bits, U08, 1549, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ecumasterEgtToCanBaseId = scalar, U16, 1550, "", 1, 0, 0, 32000, 0
+minStepperVoltage = scalar, U08, 1552, "V", 0.1, 0, 0, 20, 1
+stepperEnablePinMode = bits, U08, 1553, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+mc33816_rstb = bits, U16, 1554, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+mc33816_driven = bits, U16, 1556, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+brakePedalPin = bits, U16, 1558, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+brakePedalPinMode = bits, U08, 1560, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+tChargeMode = bits, U08, 1561, [0:1], "RPM+TPS (Default)", "Air Mass Interpolation", "Table"
+auxPid1_pFactor = scalar, F32, 1564, "", 1, 0, -10000, 10000, 4
+auxPid1_iFactor = scalar, F32, 1568, "", 1, 0, -10000, 10000, 4
+auxPid1_dFactor = scalar, F32, 1572, "", 1, 0, -10000, 10000, 4
+auxPid1_offset = scalar, S16, 1576, "", 1, 0, -1000, 1000, 0
+auxPid1_minValue = scalar, S16, 1578, "", 1, 0, -30000, 30000, 0
+auxPid1_maxValue = scalar, S16, 1580, "", 1, 0, -30000, 30000, 0
+auxPid2_pFactor = scalar, F32, 1584, "", 1, 0, -10000, 10000, 4
+auxPid2_iFactor = scalar, F32, 1588, "", 1, 0, -10000, 10000, 4
+auxPid2_dFactor = scalar, F32, 1592, "", 1, 0, -10000, 10000, 4
+auxPid2_offset = scalar, S16, 1596, "", 1, 0, -1000, 1000, 0
+auxPid2_minValue = scalar, S16, 1598, "", 1, 0, -30000, 30000, 0
+auxPid2_maxValue = scalar, S16, 1600, "", 1, 0, -30000, 30000, 0
+injectorCorrectionPolynomial1 = scalar, F32, 1604, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial2 = scalar, F32, 1608, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial3 = scalar, F32, 1612, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial4 = scalar, F32, 1616, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial5 = scalar, F32, 1620, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial6 = scalar, F32, 1624, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial7 = scalar, F32, 1628, "", 1, 0, -1000, 1000, 4
+injectorCorrectionPolynomial8 = scalar, F32, 1632, "", 1, 0, -1000, 1000, 4
+primeBins = array, S08, 1636, [8], "C", 1, 0, -40, 120, 0
+oilPressure_hwChannel = bits, U08, 1644, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+oilPressure_v1 = scalar, F32, 1648, "volts", 1, 0, 0, 10, 2
+oilPressure_value1 = scalar, F32, 1652, "kPa", 1, 0, -100000, 100000, 2
+oilPressure_v2 = scalar, F32, 1656, "volts", 1, 0, 0, 10, 2
+oilPressure_value2 = scalar, F32, 1660, "kPa", 1, 0, -100000, 100000, 2
+fan2Pin = bits, U16, 1664, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+fan2OnTemperature = scalar, U08, 1666, "deg C", 1, 0, 0, 150, 0
+fan2OffTemperature = scalar, U08, 1667, "deg C", 1, 0, 0, 150, 0
+stepperEnablePin = bits, U16, 1668, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+tle8888_cs = bits, U16, 1670, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+tle8888_csPinMode = bits, U08, 1672, [0:1], "default", "default inverted", "open collector", "open collector inverted"
+maxInjectorDutySustainedTimeout = scalar, U08, 1673, "sec", 0.1, 0, 0, 5, 1
+canVssNbcType = bits, U08, 1674, [0:1], "BMW_e46", "W202", "BMW E8x/E9x MK60e5", "MX-5 NC"
+auxFrequencyFilter = scalar, F32, 1676, "hz", 1, 0, 0, 100, 1
+vvtControlMinRpm = scalar, S16, 1680, "RPM", 1, 0, 0, 3000, 0
+launchFuelAdderPercent = scalar, S08, 1682, "%", 1, 0, 0, 100, 0
+etbJamTimeout = scalar, U08, 1683, "sec", 0.02, 0, 0, 5, 2
+coastingFuelCutRpmHigh = scalar, S16, 1684, "rpm", 1, 0, 0, 5000, 0
+coastingFuelCutRpmLow = scalar, S16, 1686, "rpm", 1, 0, 0, 5000, 0
+coastingFuelCutTps = scalar, S16, 1688, "%", 1, 0, 0, 20, 0
+coastingFuelCutClt = scalar, S16, 1690, "C", 1, 0, -100, 100, 0
+triggerSkipPulses = scalar, U08, 1692, "count", 1, 0, 0, 250, 0
+mapAveragingCylinderBalanceMinRpm = scalar, U08, 1693, "rpm", 100.0, 0, 0, 10000, 0
+coastingFuelCutMap = scalar, S16, 1694, "kPa", 1, 0, 0, 250, 0
+highPressureFuel_hwChannel = bits, U08, 1696, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+highPressureFuel_v1 = scalar, F32, 1700, "volts", 1, 0, 0, 10, 2
+highPressureFuel_value1 = scalar, F32, 1704, "kPa", 1, 0, -100000, 100000, 2
+highPressureFuel_v2 = scalar, F32, 1708, "volts", 1, 0, 0, 10, 2
+highPressureFuel_value2 = scalar, F32, 1712, "kPa", 1, 0, -100000, 100000, 2
+lowPressureFuel_hwChannel = bits, U08, 1716, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+lowPressureFuel_v1 = scalar, F32, 1720, "volts", 1, 0, 0, 10, 2
+lowPressureFuel_value1 = scalar, F32, 1724, "kPa", 1, 0, -100000, 100000, 2
+lowPressureFuel_v2 = scalar, F32, 1728, "volts", 1, 0, 0, 10, 2
+lowPressureFuel_value2 = scalar, F32, 1732, "kPa", 1, 0, -100000, 100000, 2
+scriptCurveName1 = string, ASCII, 1736, 16
+scriptCurveName2 = string, ASCII, 1752, 16
+scriptCurveName3 = string, ASCII, 1768, 16
+scriptCurveName4 = string, ASCII, 1784, 16
+scriptCurveName5 = string, ASCII, 1800, 16
+scriptCurveName6 = string, ASCII, 1816, 16
+scriptTableName1 = string, ASCII, 1832, 16
+scriptTableName2 = string, ASCII, 1848, 16
+scriptTableName3 = string, ASCII, 1864, 16
+scriptTableName4 = string, ASCII, 1880, 16
+scriptSettingName1 = string, ASCII, 1896, 16
+scriptSettingName2 = string, ASCII, 1912, 16
+scriptSettingName3 = string, ASCII, 1928, 16
+scriptSettingName4 = string, ASCII, 1944, 16
+scriptSettingName5 = string, ASCII, 1960, 16
+scriptSettingName6 = string, ASCII, 1976, 16
+scriptSettingName7 = string, ASCII, 1992, 16
+scriptSettingName8 = string, ASCII, 2008, 16
+tChargeAirCoefMin = scalar, F32, 2024, "", 1, 0, 0, 1, 3
+tChargeAirCoefMax = scalar, F32, 2028, "", 1, 0, 0, 1, 3
+tChargeAirFlowMax = scalar, F32, 2032, "kg/h", 1, 0, 0, 1000, 1
+tChargeAirIncrLimit = scalar, F32, 2036, "deg/sec", 1, 0, 0, 100, 1
+tChargeAirDecrLimit = scalar, F32, 2040, "deg/sec", 1, 0, 0, 100, 1
+etb_iTermMin = scalar, S16, 2044, "", 1, 0, -30000, 30000, 0
+etb_iTermMax = scalar, S16, 2046, "", 1, 0, -30000, 30000, 0
+idleTimingPid_pFactor = scalar, F32, 2048, "", 1, 0, -10000, 10000, 4
+idleTimingPid_iFactor = scalar, F32, 2052, "", 1, 0, -10000, 10000, 4
+idleTimingPid_dFactor = scalar, F32, 2056, "", 1, 0, -10000, 10000, 4
+idleTimingPid_offset = scalar, S16, 2060, "", 1, 0, -1000, 1000, 0
+idleTimingPid_minValue = scalar, S16, 2062, "", 1, 0, -30000, 30000, 0
+idleTimingPid_maxValue = scalar, S16, 2064, "", 1, 0, -30000, 30000, 0
+tpsAccelFractionPeriod = scalar, S16, 2068, "cycles", 1, 0, 0, 500, 0
+rpmHardLimitHyst = scalar, U08, 2070, "RPM", 10.0, 0, 0, 2500, 0
+ignTestCount = scalar, U08, 2071, "", 1, 0, 0, 50, 0
+tpsAccelFractionDivisor = scalar, F32, 2072, "coef", 1, 0, 0, 100, 2
+tle8888spiDevice = bits, U08, 2076, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+mc33816spiDevice = bits, U08, 2077, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+idlerpmpid_iTermMin = scalar, S16, 2078, "", 1, 0, -30000, 30000, 0
+tle6240spiDevice = bits, U08, 2080, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6"
+stoichRatioPrimary = scalar, U08, 2081, ":1", 0.1, 0, 5, 25, 1
+idlerpmpid_iTermMax = scalar, S16, 2082, "", 1, 0, -30000, 30000, 0
+etbIdleThrottleRange = scalar, F32, 2084, "%", 1, 0, 0, 15, 0
+cylinderBankSelect1 = scalar, U08, 2088, "", 1, 1, 1, 4, 0
+cylinderBankSelect2 = scalar, U08, 2089, "", 1, 1, 1, 4, 0
+cylinderBankSelect3 = scalar, U08, 2090, "", 1, 1, 1, 4, 0
+cylinderBankSelect4 = scalar, U08, 2091, "", 1, 1, 1, 4, 0
+cylinderBankSelect5 = scalar, U08, 2092, "", 1, 1, 1, 4, 0
+cylinderBankSelect6 = scalar, U08, 2093, "", 1, 1, 1, 4, 0
+cylinderBankSelect7 = scalar, U08, 2094, "", 1, 1, 1, 4, 0
+cylinderBankSelect8 = scalar, U08, 2095, "", 1, 1, 1, 4, 0
+cylinderBankSelect9 = scalar, U08, 2096, "", 1, 1, 1, 4, 0
+cylinderBankSelect10 = scalar, U08, 2097, "", 1, 1, 1, 4, 0
+cylinderBankSelect11 = scalar, U08, 2098, "", 1, 1, 1, 4, 0
+cylinderBankSelect12 = scalar, U08, 2099, "", 1, 1, 1, 4, 0
+primeValues = array, U08, 2100, [8], "mg", 5.0, 0, 0, 1250, 0
+gppwm1_pin = bits, U16, 2108, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm1_dutyIfError = scalar, U08, 2110, "%", 1, 0, 0, 100, 0
+gppwm1_pwmFrequency = scalar, U16, 2112, "hz", 1, 0, 0, 500, 0
+gppwm1_onAboveDuty = scalar, U08, 2114, "%", 1, 0, 0, 100, 0
+gppwm1_offBelowDuty = scalar, U08, 2115, "%", 1, 0, 0, 100, 0
+gppwm1_loadAxis = bits, U08, 2116, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm1_rpmAxis = bits, U08, 2117, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm1_loadBins = array, S16, 2118, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm1_rpmBins = array, S16, 2134, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm1_table = array, U08, 2150, [8x8], "duty", 0.5, 0, 0, 100, 1
+gppwm2_pin = bits, U16, 2216, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm2_dutyIfError = scalar, U08, 2218, "%", 1, 0, 0, 100, 0
+gppwm2_pwmFrequency = scalar, U16, 2220, "hz", 1, 0, 0, 500, 0
+gppwm2_onAboveDuty = scalar, U08, 2222, "%", 1, 0, 0, 100, 0
+gppwm2_offBelowDuty = scalar, U08, 2223, "%", 1, 0, 0, 100, 0
+gppwm2_loadAxis = bits, U08, 2224, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm2_rpmAxis = bits, U08, 2225, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm2_loadBins = array, S16, 2226, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm2_rpmBins = array, S16, 2242, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm2_table = array, U08, 2258, [8x8], "duty", 0.5, 0, 0, 100, 1
+gppwm3_pin = bits, U16, 2324, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm3_dutyIfError = scalar, U08, 2326, "%", 1, 0, 0, 100, 0
+gppwm3_pwmFrequency = scalar, U16, 2328, "hz", 1, 0, 0, 500, 0
+gppwm3_onAboveDuty = scalar, U08, 2330, "%", 1, 0, 0, 100, 0
+gppwm3_offBelowDuty = scalar, U08, 2331, "%", 1, 0, 0, 100, 0
+gppwm3_loadAxis = bits, U08, 2332, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm3_rpmAxis = bits, U08, 2333, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm3_loadBins = array, S16, 2334, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm3_rpmBins = array, S16, 2350, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm3_table = array, U08, 2366, [8x8], "duty", 0.5, 0, 0, 100, 1
+gppwm4_pin = bits, U16, 2432, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gppwm4_dutyIfError = scalar, U08, 2434, "%", 1, 0, 0, 100, 0
+gppwm4_pwmFrequency = scalar, U16, 2436, "hz", 1, 0, 0, 500, 0
+gppwm4_onAboveDuty = scalar, U08, 2438, "%", 1, 0, 0, 100, 0
+gppwm4_offBelowDuty = scalar, U08, 2439, "%", 1, 0, 0, 100, 0
+gppwm4_loadAxis = bits, U08, 2440, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm4_rpmAxis = bits, U08, 2441, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+gppwm4_loadBins = array, S16, 2442, [8], "load", 0.1, 0, -1000, 1000, 1
+gppwm4_rpmBins = array, S16, 2458, [8], "RPM", 1, 0, -30000, 30000, 0
+gppwm4_table = array, U08, 2474, [8x8], "duty", 0.5, 0, 0, 100, 1
+mc33_i_boost = scalar, U16, 2540, "mA", 1, 0, 1000, 25000, 0
+mc33_i_peak = scalar, U16, 2542, "mA", 1, 0, 1000, 20000, 0
+mc33_i_hold = scalar, U16, 2544, "mA", 1, 0, 1000, 20000, 0
+mc33_t_max_boost = scalar, U16, 2546, "us", 1, 0, 0, 10000, 0
+mc33_t_peak_off = scalar, U16, 2548, "us", 1, 0, 0, 10000, 0
+mc33_t_peak_tot = scalar, U16, 2550, "us", 1, 0, 0, 10000, 0
+mc33_t_bypass = scalar, U16, 2552, "us", 1, 0, 0, 10000, 0
+mc33_t_hold_off = scalar, U16, 2554, "us", 1, 0, 0, 10000, 0
+mc33_t_hold_tot = scalar, U16, 2556, "us", 1, 0, 0, 10000, 0
+triggerGapOverrideFrom1 = scalar, U16, 2558, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom2 = scalar, U16, 2560, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom3 = scalar, U16, 2562, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom4 = scalar, U16, 2564, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom5 = scalar, U16, 2566, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom6 = scalar, U16, 2568, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom7 = scalar, U16, 2570, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom8 = scalar, U16, 2572, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom9 = scalar, U16, 2574, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom10 = scalar, U16, 2576, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom11 = scalar, U16, 2578, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom12 = scalar, U16, 2580, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom13 = scalar, U16, 2582, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom14 = scalar, U16, 2584, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom15 = scalar, U16, 2586, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom16 = scalar, U16, 2588, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom17 = scalar, U16, 2590, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideFrom18 = scalar, U16, 2592, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo1 = scalar, U16, 2594, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo2 = scalar, U16, 2596, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo3 = scalar, U16, 2598, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo4 = scalar, U16, 2600, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo5 = scalar, U16, 2602, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo6 = scalar, U16, 2604, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo7 = scalar, U16, 2606, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo8 = scalar, U16, 2608, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo9 = scalar, U16, 2610, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo10 = scalar, U16, 2612, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo11 = scalar, U16, 2614, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo12 = scalar, U16, 2616, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo13 = scalar, U16, 2618, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo14 = scalar, U16, 2620, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo15 = scalar, U16, 2622, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo16 = scalar, U16, 2624, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo17 = scalar, U16, 2626, "ratio", 0.001, 0, 0, 20, 3
+triggerGapOverrideTo18 = scalar, U16, 2628, "ratio", 0.001, 0, 0, 20, 3
+maxCamPhaseResolveRpm = scalar, U08, 2630, "rpm", 50.0, 0, 0, 12500, 0
+dfcoDelay = scalar, U08, 2631, "sec", 0.1, 0, 0, 10, 1
+acDelay = scalar, U08, 2632, "sec", 0.1, 0, 0, 10, 1
+acStartDelay = scalar, U08, 2633, "sec", 0.1, 0, 0, 20, 1
+acSwitchMode = bits, U08, 2634, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+acPressureSwitchMode = bits, U08, 2635, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+fordInjectorSmallPulseBreakPoint = scalar, U16, 2636, "mg", 0.001, 0, 0, 65, 3
+etbJamDetectThreshold = scalar, U08, 2638, "%", 1, 0, 0, 50, 0
+hpfpCamLobes = scalar, U08, 2639, "lobes/cam", 1, 0, 0, 255, 0
+hpfpCam = bits, U08, 2640, [0:2], "NONE", "Intake 1", "Exhaust 1", "Intake 2", "Exhaust 2"
+hpfpPeakPos = scalar, U08, 2641, "deg", 1, 0, 0, 255, 0
+hpfpMinAngle = scalar, U08, 2642, "deg", 1, 0, 0, 255, 0
+hpfpPumpVolume = scalar, U16, 2644, "cc", 0.001, 0, 0, 65, 3
+hpfpActivationAngle = scalar, U08, 2646, "deg", 1, 0, 0, 255, 0
+hpfpPidP = scalar, U16, 2648, "%/kPa", 0.001, 0, 0, 65, 3
+hpfpPidI = scalar, U16, 2650, "%/kPa/lobe", 1.0E-5, 0, 0, 0.65, 5
+hpfpTargetDecay = scalar, U16, 2652, "kPa/s", 1, 0, 0, 65000, 0
+stepper_raw_output1 = bits, U16, 2654, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+stepper_raw_output2 = bits, U16, 2656, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+stepper_raw_output3 = bits, U16, 2658, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+stepper_raw_output4 = bits, U16, 2660, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+gearRatio1 = scalar, U16, 2662, "ratio", 0.01, 0, 0, 10, 2
+gearRatio2 = scalar, U16, 2664, "ratio", 0.01, 0, 0, 10, 2
+gearRatio3 = scalar, U16, 2666, "ratio", 0.01, 0, 0, 10, 2
+gearRatio4 = scalar, U16, 2668, "ratio", 0.01, 0, 0, 10, 2
+gearRatio5 = scalar, U16, 2670, "ratio", 0.01, 0, 0, 10, 2
+gearRatio6 = scalar, U16, 2672, "ratio", 0.01, 0, 0, 10, 2
+gearRatio7 = scalar, U16, 2674, "ratio", 0.01, 0, 0, 10, 2
+gearRatio8 = scalar, U16, 2676, "ratio", 0.01, 0, 0, 10, 2
+vvtActivationDelayMs = scalar, U16, 2678, "ms", 1, 0, 0, 65000, 0
+acrDisablePhase = scalar, U16, 2680, "deg", 1, 0, 0, 720, 0
+auxLinear1_hwChannel = bits, U08, 2684, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear1_v1 = scalar, F32, 2688, "volts", 1, 0, 0, 10, 2
+auxLinear1_value1 = scalar, F32, 2692, "", 1, 0, -100000, 100000, 2
+auxLinear1_v2 = scalar, F32, 2696, "volts", 1, 0, 0, 10, 2
+auxLinear1_value2 = scalar, F32, 2700, "", 1, 0, -100000, 100000, 2
+auxLinear2_hwChannel = bits, U08, 2704, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear2_v1 = scalar, F32, 2708, "volts", 1, 0, 0, 10, 2
+auxLinear2_value1 = scalar, F32, 2712, "", 1, 0, -100000, 100000, 2
+auxLinear2_v2 = scalar, F32, 2716, "volts", 1, 0, 0, 10, 2
+auxLinear2_value2 = scalar, F32, 2720, "", 1, 0, -100000, 100000, 2
+auxLinear3_hwChannel = bits, U08, 2724, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear3_v1 = scalar, F32, 2728, "volts", 1, 0, 0, 10, 2
+auxLinear3_value1 = scalar, F32, 2732, "", 1, 0, -100000, 100000, 2
+auxLinear3_v2 = scalar, F32, 2736, "volts", 1, 0, 0, 10, 2
+auxLinear3_value2 = scalar, F32, 2740, "", 1, 0, -100000, 100000, 2
+auxLinear4_hwChannel = bits, U08, 2744, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+auxLinear4_v1 = scalar, F32, 2748, "volts", 1, 0, 0, 10, 2
+auxLinear4_value1 = scalar, F32, 2752, "", 1, 0, -100000, 100000, 2
+auxLinear4_v2 = scalar, F32, 2756, "volts", 1, 0, 0, 10, 2
+auxLinear4_value2 = scalar, F32, 2760, "", 1, 0, -100000, 100000, 2
+acrPin2 = bits, U16, 2764, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+etbMinimumPosition = scalar, U08, 2766, "%", 0.1, 0, 0, 10, 1
+ignTestOffTime = scalar, U08, 2767, "ms", 5.0, 0, 0, 2000, 0
+fuelPressureSensorMode = bits, U08, 2768, [0:1], "Absolute", "Gauge", "Differential", "INVALID"
+crankingIACposition = scalar, U08, 2769, "percent", 1, 0, 0, 100, 0
+luaDigitalInputPins1 = bits, U16, 2770, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins2 = bits, U16, 2772, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins3 = bits, U16, 2774, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins4 = bits, U16, 2776, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins5 = bits, U16, 2778, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins6 = bits, U16, 2780, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins7 = bits, U16, 2782, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+luaDigitalInputPins8 = bits, U16, 2784, [0:7], 0="NONE",40="HALL1 - Primary Trigger (C6)",77="HALL2 - Secondary Trigger (E11)",73="VR1 - VR/Hall Input (E7)"
+ALSMinRPM = scalar, S16, 2786, "rpm", 1, 0, 0, 20000, 0
+ALSMaxRPM = scalar, S16, 2788, "rpm", 1, 0, 0, 20000, 0
+ALSMaxDuration = scalar, S16, 2790, "sec", 1, 0, 0, 10, 0
+ALSMinCLT = scalar, S08, 2792, "C", 1, 0, 0, 90, 0
+ALSMaxCLT = scalar, S08, 2793, "C", 1, 0, 0, 105, 0
+alsMinTimeBetween = scalar, U08, 2794, "", 1, 0, 0, 20000, 0
+alsEtbPosition = scalar, U08, 2795, "", 1, 0, 0, 20000, 0
+instantRpmRange = scalar, U08, 2796, "deg", 1, 0, 0, 250, 0
+widebandPumpGain = scalar, U08, 2797, "%", 1, 0, 0, 200, 0
+canVssScaling = scalar, U16, 2798, "ratio", 1.0E-4, 0, 0.5, 1.5, 4
+ALSIdleAdd = scalar, U08, 2800, "%", 1, 0, 0, 100, 0
+ALSEtbAdd = scalar, U08, 2801, "%", 1, 0, 0, 100, 0
+ALSSkipRatio = scalar, U08, 2802, "", 0.1, 0, 0.1, 2, 1
+ALSMaxDriverThrottleIntent = scalar, U08, 2803, "%", 1, 0, 0, 10, 0
+ALSActivatePinMode = bits, U08, 2804, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+widebandMode = bits, S08, 2805, [0:1], "Analog", "FOME Internal (CAN)", "AEM X-Series (CAN)"
+tpsSecondaryMaximum = scalar, U08, 2806, "%", 0.5, 0, 0, 100, 1
+ppsSecondaryMaximum = scalar, U08, 2807, "%", 0.5, 0, 0, 100, 1
+luaDigitalInputPinModes1 = bits, U08, 2808, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes2 = bits, U08, 2809, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes3 = bits, U08, 2810, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes4 = bits, U08, 2811, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes5 = bits, U08, 2812, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes6 = bits, U08, 2813, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes7 = bits, U08, 2814, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+luaDigitalInputPinModes8 = bits, U08, 2815, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
+oilTempSensor_tempC_1 = scalar, S32, 2816, "deg C", 0.01, 0, -40, 200, 1
+oilTempSensor_tempC_2 = scalar, S32, 2820, "deg C", 0.01, 0, -40, 200, 1
+oilTempSensor_tempC_3 = scalar, S32, 2824, "deg C", 0.01, 0, -40, 200, 1
+oilTempSensor_resistance_1 = scalar, U32, 2828, "Ohm", 0.01, 0, 0, 200000, 1
+oilTempSensor_resistance_2 = scalar, U32, 2832, "Ohm", 0.01, 0, 0, 200000, 1
+oilTempSensor_resistance_3 = scalar, U32, 2836, "Ohm", 0.01, 0, 0, 200000, 1
+oilTempSensor_bias_resistor = scalar, U32, 2840, "Ohm", 0.1, 0, 0, 200000, 1
+oilTempSensor_adcChannel = bits, U08, 2844, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+fuelTempSensor_tempC_1 = scalar, S32, 2848, "deg C", 0.01, 0, -40, 200, 1
+fuelTempSensor_tempC_2 = scalar, S32, 2852, "deg C", 0.01, 0, -40, 200, 1
+fuelTempSensor_tempC_3 = scalar, S32, 2856, "deg C", 0.01, 0, -40, 200, 1
+fuelTempSensor_resistance_1 = scalar, U32, 2860, "Ohm", 0.01, 0, 0, 200000, 1
+fuelTempSensor_resistance_2 = scalar, U32, 2864, "Ohm", 0.01, 0, 0, 200000, 1
+fuelTempSensor_resistance_3 = scalar, U32, 2868, "Ohm", 0.01, 0, 0, 200000, 1
+fuelTempSensor_bias_resistor = scalar, U32, 2872, "Ohm", 0.1, 0, 0, 200000, 1
+fuelTempSensor_adcChannel = bits, U08, 2876, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+ambientTempSensor_tempC_1 = scalar, S32, 2880, "deg C", 0.01, 0, -40, 200, 1
+ambientTempSensor_tempC_2 = scalar, S32, 2884, "deg C", 0.01, 0, -40, 200, 1
+ambientTempSensor_tempC_3 = scalar, S32, 2888, "deg C", 0.01, 0, -40, 200, 1
+ambientTempSensor_resistance_1 = scalar, U32, 2892, "Ohm", 0.01, 0, 0, 200000, 1
+ambientTempSensor_resistance_2 = scalar, U32, 2896, "Ohm", 0.01, 0, 0, 200000, 1
+ambientTempSensor_resistance_3 = scalar, U32, 2900, "Ohm", 0.01, 0, 0, 200000, 1
+ambientTempSensor_bias_resistor = scalar, U32, 2904, "Ohm", 0.1, 0, 0, 200000, 1
+ambientTempSensor_adcChannel = bits, U08, 2908, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+compressorDischargeTemperature_tempC_1 = scalar, S32, 2912, "deg C", 0.01, 0, -40, 200, 1
+compressorDischargeTemperature_tempC_2 = scalar, S32, 2916, "deg C", 0.01, 0, -40, 200, 1
+compressorDischargeTemperature_tempC_3 = scalar, S32, 2920, "deg C", 0.01, 0, -40, 200, 1
+compressorDischargeTemperature_resistance_1 = scalar, U32, 2924, "Ohm", 0.01, 0, 0, 200000, 1
+compressorDischargeTemperature_resistance_2 = scalar, U32, 2928, "Ohm", 0.01, 0, 0, 200000, 1
+compressorDischargeTemperature_resistance_3 = scalar, U32, 2932, "Ohm", 0.01, 0, 0, 200000, 1
+compressorDischargeTemperature_bias_resistor = scalar, U32, 2936, "Ohm", 0.1, 0, 0, 200000, 1
+compressorDischargeTemperature_adcChannel = bits, U08, 2940, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+throttleInletPressureChannel = bits, U08, 2944, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+compressorDischargePressureChannel = bits, U08, 2945, [0:5], 0="NONE",3="12V Battery Sense (A2)",15="AN1 - Analog 1 (C4)",16="AN2 - Analog 2 / MAP (C5)",11="AN3 - Analog 3 / CLT (C0)",12="AN4 - Analog 4 / IAT (C1)",13="AN5 - Analog 5 (C2 / ADC3)",14="AN6 - Analog 6 (C3 / ADC3)",1="AN7 - Analog 7 (A0)",2="AN8 - Analog 8 (A1)"
+maxInjectorDutyInstant = scalar, U08, 2946, "%", 1, 0, 50, 200, 0
+maxInjectorDutySustained = scalar, U08, 2947, "%", 1, 0, 50, 120, 0
+speedometerOutputPin = bits, U16, 2948, [0:7], 0="NONE",60="ETB Direction (D10)",61="ETB Disable (D11)",62="ETB PWM (D12)",54="IGN1 - Ignition 1 (D4)",53="IGN2 - Ignition 2 (D3)",57="IN1 - Injector 1 (D7)",22="IN2 - Injector 2 (B4)",23="IN3 - Injector 3 (B5)",24="IN4 - Injector 4 (B6)",25="IN5 - Injector 5 (B7)",26="IN6 - Injector 6 (B8)",27="IN7 - Injector 7 (B9)",10="IN8 - Injector 8 (A8)",70="LED Green 1 / Comms (E4)",71="LED Green 2 / Running (E5)",72="LED Orange / Warning (E6)",69="LED Red / Error (E3)"
+speedometerPulsePerKm = scalar, U16, 2950, "", 1, 0, 0, 65000, 0
+spi4mosiPin = bits, U16, 2952, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi4misoPin = bits, U16, 2954, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi4sckPin = bits, U16, 2956, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi5mosiPin = bits, U16, 2958, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi5misoPin = bits, U16, 2960, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi5sckPin = bits, U16, 2962, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi6mosiPin = bits, U16, 2964, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi6misoPin = bits, U16, 2966, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+spi6sckPin = bits, U16, 2968, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+canSleepPeriodMs = scalar, U16, 2970, "ms", 1, 0, 0, 1000, 0
+canVirtualInputs1_id = scalar, U32, 2972, "", 1, 0, 0, 536870911, 0
+canVirtualInputs1_byte = scalar, U08, 2976, "", 1, 0, 0, 7, 0
+canVirtualInputs1_bitOffset = scalar, U08, 2977, "", 1, 0, 0, 7, 0
+canVirtualInputs1_timeout = scalar, U08, 2978, "", 0.1, 0, 0, 10, 1
+canVirtualInputs1_defaultValue = scalar, U08, 2979, "", 1, 0, 0, 1, 0
+canVirtualInputs2_id = scalar, U32, 2980, "", 1, 0, 0, 536870911, 0
+canVirtualInputs2_byte = scalar, U08, 2984, "", 1, 0, 0, 7, 0
+canVirtualInputs2_bitOffset = scalar, U08, 2985, "", 1, 0, 0, 7, 0
+canVirtualInputs2_timeout = scalar, U08, 2986, "", 0.1, 0, 0, 10, 1
+canVirtualInputs2_defaultValue = scalar, U08, 2987, "", 1, 0, 0, 1, 0
+canVirtualInputs3_id = scalar, U32, 2988, "", 1, 0, 0, 536870911, 0
+canVirtualInputs3_byte = scalar, U08, 2992, "", 1, 0, 0, 7, 0
+canVirtualInputs3_bitOffset = scalar, U08, 2993, "", 1, 0, 0, 7, 0
+canVirtualInputs3_timeout = scalar, U08, 2994, "", 0.1, 0, 0, 10, 1
+canVirtualInputs3_defaultValue = scalar, U08, 2995, "", 1, 0, 0, 1, 0
+canVirtualInputs4_id = scalar, U32, 2996, "", 1, 0, 0, 536870911, 0
+canVirtualInputs4_byte = scalar, U08, 3000, "", 1, 0, 0, 7, 0
+canVirtualInputs4_bitOffset = scalar, U08, 3001, "", 1, 0, 0, 7, 0
+canVirtualInputs4_timeout = scalar, U08, 3002, "", 0.1, 0, 0, 10, 1
+canVirtualInputs4_defaultValue = scalar, U08, 3003, "", 1, 0, 0, 1, 0
+canVirtualInputs5_id = scalar, U32, 3004, "", 1, 0, 0, 536870911, 0
+canVirtualInputs5_byte = scalar, U08, 3008, "", 1, 0, 0, 7, 0
+canVirtualInputs5_bitOffset = scalar, U08, 3009, "", 1, 0, 0, 7, 0
+canVirtualInputs5_timeout = scalar, U08, 3010, "", 0.1, 0, 0, 10, 1
+canVirtualInputs5_defaultValue = scalar, U08, 3011, "", 1, 0, 0, 1, 0
+canVirtualInputs6_id = scalar, U32, 3012, "", 1, 0, 0, 536870911, 0
+canVirtualInputs6_byte = scalar, U08, 3016, "", 1, 0, 0, 7, 0
+canVirtualInputs6_bitOffset = scalar, U08, 3017, "", 1, 0, 0, 7, 0
+canVirtualInputs6_timeout = scalar, U08, 3018, "", 0.1, 0, 0, 10, 1
+canVirtualInputs6_defaultValue = scalar, U08, 3019, "", 1, 0, 0, 1, 0
+canVirtualInputs7_id = scalar, U32, 3020, "", 1, 0, 0, 536870911, 0
+canVirtualInputs7_byte = scalar, U08, 3024, "", 1, 0, 0, 7, 0
+canVirtualInputs7_bitOffset = scalar, U08, 3025, "", 1, 0, 0, 7, 0
+canVirtualInputs7_timeout = scalar, U08, 3026, "", 0.1, 0, 0, 10, 1
+canVirtualInputs7_defaultValue = scalar, U08, 3027, "", 1, 0, 0, 1, 0
+canVirtualInputs8_id = scalar, U32, 3028, "", 1, 0, 0, 536870911, 0
+canVirtualInputs8_byte = scalar, U08, 3032, "", 1, 0, 0, 7, 0
+canVirtualInputs8_bitOffset = scalar, U08, 3033, "", 1, 0, 0, 7, 0
+canVirtualInputs8_timeout = scalar, U08, 3034, "", 0.1, 0, 0, 10, 1
+canVirtualInputs8_defaultValue = scalar, U08, 3035, "", 1, 0, 0, 1, 0
+dtcControl_p0102 = bits, S08, 3036, [0:0], "Warning only", "Ignore"
+dtcControl_p0103 = bits, S08, 3037, [0:0], "Warning only", "Ignore"
+dtcControl_p0107 = bits, S08, 3038, [0:0], "Warning only", "Ignore"
+dtcControl_p0108 = bits, S08, 3039, [0:0], "Warning only", "Ignore"
+dtcControl_p0112 = bits, S08, 3040, [0:0], "Warning only", "Ignore"
+dtcControl_p0113 = bits, S08, 3041, [0:0], "Warning only", "Ignore"
+dtcControl_p0117 = bits, S08, 3042, [0:0], "Warning only", "Ignore"
+dtcControl_p0118 = bits, S08, 3043, [0:0], "Warning only", "Ignore"
+dtcControl_p0176 = bits, S08, 3044, [0:0], "Warning only", "Ignore"
+dtcControl_p0178 = bits, S08, 3045, [0:0], "Warning only", "Ignore"
+dtcControl_p0179 = bits, S08, 3046, [0:0], "Warning only", "Ignore"
+dtcControl_p0197 = bits, S08, 3047, [0:0], "Warning only", "Ignore"
+dtcControl_p0198 = bits, S08, 3048, [0:0], "Warning only", "Ignore"
+dtcControl_p0336 = bits, S08, 3049, [0:0], "Warning only", "Ignore"
+dtcControl_camNoSignal = bits, S08, 3050, [0:0], "Warning only", "Ignore"
+dtcControl_camSyncErrors = bits, S08, 3051, [0:0], "Warning only", "Ignore"
+dtcControl_p0522 = bits, S08, 3052, [0:0], "Warning only", "Ignore"
+dtcControl_p0523 = bits, S08, 3053, [0:0], "Warning only", "Ignore"
+dtcControl_knockSensorLow = bits, S08, 3054, [0:0], "Warning only", "Ignore"
+etbBiasBins = array, U08, 3056, [8], "target TPS position", 0.5, 0, 0, 100, 1
+etbBiasValues = array, S16, 3064, [8], "ETB duty cycle bias", 0.1, 0, -100, 100, 1
+sparkDwellRpmBins = array, U16, 3080, [8], "RPM", 1, 0, 0, 25000, 0
+sparkDwellValues = array, U16, 3096, [8], "ms", 0.01, 0, 0, 30, 2
+cltIdleRpmBins = array, S08, 3112, [16], "C", 2.0, 0, -40, 200, 0
+cltIdleRpm = array, U08, 3128, [16], "RPM", 20.0, 0, 0, 5000, 0
+cltTimingBins = array, S08, 3144, [8], "C", 1, 0, -40, 120, 1
+cltTimingExtra = array, S08, 3152, [8], "degree", 0.1, 0, -30, 30, 1
+scriptCurve1Bins = array, S16, 3160, [16], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve1 = array, S16, 3192, [16], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve2Bins = array, S16, 3224, [16], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve2 = array, S16, 3256, [16], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve3Bins = array, S16, 3288, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve3 = array, S16, 3304, [8], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve4Bins = array, S16, 3320, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve4 = array, S16, 3336, [8], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve5Bins = array, S16, 3352, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve5 = array, S16, 3368, [8], "y", 0.1, 0, -3270, 3270, 2
+scriptCurve6Bins = array, S16, 3384, [8], "x", 0.1, 0, -3270, 3270, 2
+scriptCurve6 = array, S16, 3400, [8], "y", 0.1, 0, -3270, 3270, 2
+baroCorrPressureBins = array, U16, 3416, [4], "kPa", 0.1, 0, 0, 200, 1
+baroCorrRpmBins = array, U16, 3424, [4], "RPM", 1, 0, 0, 65000, 0
+baroCorrTable = array, U16, 3432, [4x4], "ratio", 0.001, 0, 0, 2, 3
+crankingTpsCoef = array, F32, 3464, [8], "Ratio", 1, 0, 0, 700, 2
+crankingTpsBins = array, F32, 3496, [8], "%", 1, 0, 0, 100, 2
+crankingAdvanceBins = array, U16, 3528, [4], "RPM", 1, 0, 0, 25000, 0
+crankingAdvance = array, S16, 3536, [4], "deg", 0.01, 0, -20, 90, 2
+iacCoastingRpmBins = array, U08, 3544, [16], "RPM", 100.0, 0, 0, 25000, 0
+iacCoasting = array, U08, 3560, [16], "%", 0.5, 0, 0, 100, 1
+boostTableOpenLoop = array, U08, 3576, [8x8], "", 0.5, 0, 0, 100, 1
+boostRpmBins = array, S16, 3640, [8], "", 1, 0, -10000, 10000, 0
+boostTpsBins = array, S16, 3656, [8], "", 1, 0, -10000, 10000, 0
+boostTableClosedLoop = array, U08, 3672, [8x8], "", 2.0, 0, 0, 3000, 0
+boostClosedLoopXAxisBins = array, S16, 3736, [8], "", 1, 0, -10000, 10000, 0
+boostClosedLoopYAxisBins = array, S16, 3752, [8], "", 1, 0, -10000, 10000, 0
+pedalToTpsTable = array, U08, 3768, [8x8], "%", 1, 0, 0, 100, 0
+pedalToTpsPedalBins = array, U08, 3832, [8], "%", 1, 0, 0, 120, 0
+pedalToTpsRpmBins = array, U08, 3840, [8], "RPM", 100.0, 0, 0, 25000, 0
+cltCrankingCorrBins = array, F32, 3848, [8], "C", 1, 0, -100, 250, 2
+cltCrankingCorr = array, F32, 3880, [8], "%", 1, 0, 0, 500, 2
+cltCrankingTaperCorrBins = array, S08, 3912, [8], "C", 1, 0, -100, 120, 2
+cltCrankingTaperCorr = array, U08, 3920, [8], "%", 0.02, 0, 0, 5, 2
+idleAdvanceBins = array, U08, 3928, [8], "RPM", 50.0, 0, 0, 12000, 0
+idleAdvance = array, F32, 3936, [8], "deg", 1, 0, -20, 90, 1
+idleVeRpmBins = array, U08, 3968, [4], "RPM", 10.0, 0, 0, 2500, 0
+idleVeLoadBins = array, U08, 3972, [4], "load", 1, 0, 0, 100, 0
+idleVeTable = array, U16, 3976, [4x4], "%", 0.1, 0, 0, 999, 1
+luaScript = string, ASCII, 4008, 8000
+cltFuelCorrBins = array, F32, 12008, [16], "C", 1, 0, -100, 250, 2
+cltFuelCorr = array, F32, 12072, [16], "ratio", 1, 0, 0, 5, 2
+iatFuelCorrBins = array, F32, 12136, [16], "C", 1, 0, -100, 250, 2
+iatFuelCorr = array, F32, 12200, [16], "ratio", 1, 0, 0, 5, 2
+crankingFuelCoef = array, F32, 12264, [8], "ratio", 1, 0, 0, 50, 2
+crankingFuelBins = array, F32, 12296, [8], "C", 1, 0, -80, 170, 2
+crankingCycleCoef = array, F32, 12328, [8], "ratio", 1, 0, 0, 5, 2
+crankingCycleBins = array, F32, 12360, [8], "counter", 1, 0, -80, 170, 0
+cltIdleCorrBins = array, F32, 12392, [16], "C", 1, 0, -100, 250, 2
+cltIdleCorr = array, F32, 12456, [16], "ratio", 1, 0, 0, 10, 2
+mafDecoding = array, U32, 12520, [256], "kg/hour", 0.001, 0, 0, 4000, 3
+mafDecodingBins = array, U16, 13544, [256], "V", 0.01, 0, 0, 20, 2
+ignitionIatCorrTable = array, S08, 14056, [8x8], "deg", 0.1, 0, -25, 25, 1
+ignitionIatCorrTempBins = array, S08, 14120, [8], "C", 1, 0, -40, 120, 0
+ignitionIatCorrLoadBins = array, U08, 14128, [8], "Load", 5.0, 0, 0, 1000, 0
+injectionPhase = array, S16, 14136, [16x16], "deg", 1, 0, -720, 720, 0
+injPhaseLoadBins = array, U16, 14648, [16], "Load", 1, 0, 0, 1000, 0
+injPhaseRpmBins = array, U16, 14680, [16], "RPM", 1, 0, 0, 18000, 0
+mapEstimateTable = array, U16, 14712, [16x16], "kPa", 0.01, 0, 0, 600, 2
+mapEstimateTpsBins = array, U16, 15224, [16], "% TPS", 0.01, 0, 0, 100, 1
+mapEstimateRpmBins = array, U16, 15256, [16], "RPM", 1, 0, 0, 18000, 0
+vvtTable1 = array, S08, 15288, [8x8], "value", 1, 0, -125, 125, 0
+vvtTable1LoadBins = array, U16, 15352, [8], "L", 1, 0, 0, 1000, 0
+vvtTable1RpmBins = array, U16, 15368, [8], "RPM", 1, 0, 0, 18000, 0
+vvtTable2 = array, S08, 15384, [8x8], "value", 1, 0, -125, 125, 0
+vvtTable2LoadBins = array, U16, 15448, [8], "L", 1, 0, 0, 1000, 0
+vvtTable2RpmBins = array, U16, 15464, [8], "RPM", 1, 0, 0, 18000, 0
+ignitionTable = array, S16, 15480, [16x16], "deg", 0.1, 0, -20, 90, 1
+ignitionLoadBins = array, U16, 15992, [16], "Load", 1, 0, 0, 1000, 0
+ignitionRpmBins = array, U16, 16024, [16], "RPM", 1, 0, 0, 18000, 0
+trailingIgnitionTable = array, U08, 16056, [8x8], "deg", 0.1, 0, 0, 25, 1
+trailingIgnitionLoadBins = array, U16, 16120, [8], "Load", 1, 0, 0, 1000, 0
+trailingIgnitionRpmBins = array, U16, 16136, [8], "RPM", 1, 0, 0, 18000, 0
+veTable = array, U16, 16152, [16x16], "%", 0.1, 0, 0, 999, 1
+veLoadBins = array, U16, 16664, [16], "kPa", 1, 0, 0, 1000, 0
+veRpmBins = array, U16, 16696, [16], "RPM", 1, 0, 0, 18000, 0
+#if LAMBDA
+lambdaTable = array, U08, 16728, [16x16], "lambda", 0.006802721088435374, 0, 0.6, 1.5, 2
+#else
+lambdaTable = array, U08, 16728, [16x16], "afr", 0.1, 0, 0, 25, 1
+#endif
+lambdaLoadBins = array, U16, 16984, [16], "", 1, 0, 0, 1000, 0
+lambdaRpmBins = array, U16, 17016, [16], "RPM", 1, 0, 0, 18000, 0
+tpsTpsAccelTable = array, F32, 17048, [8x8], "value", 1, 0, 0, 30000, 2
+tpsTpsAccelFromRpmBins = array, F32, 17304, [8], "from", 1, 0, 0, 30000, 2
+tpsTpsAccelToRpmBins = array, F32, 17336, [8], "to", 1, 0, 0, 25500, 2
+scriptTable1 = array, S16, 17368, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable1LoadBins = array, S16, 17496, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable1RpmBins = array, S16, 17512, [8], "RPM", 1, 0, -32000, 32000, 0
+scriptTable2 = array, S16, 17528, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable2LoadBins = array, S16, 17656, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable2RpmBins = array, S16, 17672, [8], "RPM", 1, 0, -32000, 32000, 0
+scriptTable3 = array, S16, 17688, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable3LoadBins = array, S16, 17816, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable3RpmBins = array, S16, 17832, [8], "RPM", 1, 0, -32000, 32000, 0
+scriptTable4 = array, S16, 17848, [8x8], "value", 0.01, 0, -327, 327, 2
+scriptTable4LoadBins = array, S16, 17976, [8], "L", 1, 0, -32000, 32000, 0
+scriptTable4RpmBins = array, S16, 17992, [8], "RPM", 1, 0, -32000, 32000, 0
+ignTrimLoadBins = array, U16, 18008, [4], "", 1, 0, 0, 1000, 0
+ignTrimRpmBins = array, U16, 18016, [4], "rpm", 1, 0, 0, 20000, 0
+ignTrims1_table = array, S08, 18024, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims2_table = array, S08, 18040, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims3_table = array, S08, 18056, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims4_table = array, S08, 18072, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims5_table = array, S08, 18088, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims6_table = array, S08, 18104, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims7_table = array, S08, 18120, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims8_table = array, S08, 18136, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims9_table = array, S08, 18152, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims10_table = array, S08, 18168, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims11_table = array, S08, 18184, [4x4], "", 0.2, 0, -25, 25, 1
+ignTrims12_table = array, S08, 18200, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrimLoadBins = array, U16, 18216, [4], "", 1, 0, 0, 1000, 0
+fuelTrimRpmBins = array, U16, 18224, [4], "rpm", 1, 0, 0, 20000, 0
+fuelTrims1_table = array, S08, 18232, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims2_table = array, S08, 18248, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims3_table = array, S08, 18264, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims4_table = array, S08, 18280, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims5_table = array, S08, 18296, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims6_table = array, S08, 18312, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims7_table = array, S08, 18328, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims8_table = array, S08, 18344, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims9_table = array, S08, 18360, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims10_table = array, S08, 18376, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims11_table = array, S08, 18392, [4x4], "", 0.2, 0, -25, 25, 1
+fuelTrims12_table = array, S08, 18408, [4x4], "", 0.2, 0, -25, 25, 1
+crankingFuelCoefE100 = array, U16, 18424, [8], "ratio", 0.01, 0, 0, 50, 2
+throttle2TrimTable = array, S08, 18440, [6x6], "%", 0.1, 0, -10, 10, 1
+throttle2TrimTpsBins = array, U08, 18476, [6], "%", 1, 0, 0, 120, 0
+throttle2TrimRpmBins = array, U08, 18482, [6], "RPM", 100.0, 0, 0, 25000, 0
+maxKnockRetardTable = array, U08, 18488, [6x6], "deg", 0.25, 0, 0, 30, 2
+maxKnockRetardLoadBins = array, U08, 18524, [6], "%", 1, 0, 0, 250, 0
+maxKnockRetardRpmBins = array, U08, 18530, [6], "RPM", 100.0, 0, 0, 25000, 0
+ALSTimingRetardTable = array, S16, 18536, [4x4], "deg", 0.1, 0, -720, 720, 1
+alsIgnRetardLoadBins = array, U16, 18568, [4], "TPS", 1, 0, 0, 100, 0
+alsIgnRetardrpmBins = array, U16, 18576, [4], "RPM", 1, 0, 0, 25000, 0
+ALSFuelAdjustment = array, S16, 18584, [4x4], "percent", 0.1, 0, 0, 500, 1
+alsFuelAdjustmentLoadBins = array, U16, 18616, [4], "TPS", 1, 0, 0, 100, 0
+alsFuelAdjustmentrpmBins = array, U16, 18624, [4], "RPM", 1, 0, 0, 25000, 0
+ignBlends1_table = array, S16, 18632, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends1_loadBins = array, U16, 18760, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends1_rpmBins = array, U16, 18776, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends1_blendParameter = bits, U08, 18792, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends1_yAxisOverride = bits, U08, 18793, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends1_blendBins = array, S16, 18794, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends1_blendValues = array, U08, 18810, [8], "%", 0.5, 0, 0, 100, 1
+ignBlends2_table = array, S16, 18820, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends2_loadBins = array, U16, 18948, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends2_rpmBins = array, U16, 18964, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends2_blendParameter = bits, U08, 18980, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends2_yAxisOverride = bits, U08, 18981, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends2_blendBins = array, S16, 18982, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends2_blendValues = array, U08, 18998, [8], "%", 0.5, 0, 0, 100, 1
+ignBlends3_table = array, S16, 19008, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends3_loadBins = array, U16, 19136, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends3_rpmBins = array, U16, 19152, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends3_blendParameter = bits, U08, 19168, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends3_yAxisOverride = bits, U08, 19169, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends3_blendBins = array, S16, 19170, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends3_blendValues = array, U08, 19186, [8], "%", 0.5, 0, 0, 100, 1
+ignBlends4_table = array, S16, 19196, [8x8], "", 0.1, 0, -100, 100, 1
+ignBlends4_loadBins = array, U16, 19324, [8], "Load", 1, 0, 0, 1000, 0
+ignBlends4_rpmBins = array, U16, 19340, [8], "RPM", 1, 0, 0, 18000, 0
+ignBlends4_blendParameter = bits, U08, 19356, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends4_yAxisOverride = bits, U08, 19357, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+ignBlends4_blendBins = array, S16, 19358, [8], "", 0.1, 0, -1000, 1000, 1
+ignBlends4_blendValues = array, U08, 19374, [8], "%", 0.5, 0, 0, 100, 1
+veBlends1_table = array, S16, 19384, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends1_loadBins = array, U16, 19512, [8], "Load", 1, 0, 0, 1000, 0
+veBlends1_rpmBins = array, U16, 19528, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends1_blendParameter = bits, U08, 19544, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends1_yAxisOverride = bits, U08, 19545, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends1_blendBins = array, S16, 19546, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends1_blendValues = array, U08, 19562, [8], "%", 0.5, 0, 0, 100, 1
+veBlends2_table = array, S16, 19572, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends2_loadBins = array, U16, 19700, [8], "Load", 1, 0, 0, 1000, 0
+veBlends2_rpmBins = array, U16, 19716, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends2_blendParameter = bits, U08, 19732, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends2_yAxisOverride = bits, U08, 19733, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends2_blendBins = array, S16, 19734, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends2_blendValues = array, U08, 19750, [8], "%", 0.5, 0, 0, 100, 1
+veBlends3_table = array, S16, 19760, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends3_loadBins = array, U16, 19888, [8], "Load", 1, 0, 0, 1000, 0
+veBlends3_rpmBins = array, U16, 19904, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends3_blendParameter = bits, U08, 19920, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends3_yAxisOverride = bits, U08, 19921, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends3_blendBins = array, S16, 19922, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends3_blendValues = array, U08, 19938, [8], "%", 0.5, 0, 0, 100, 1
+veBlends4_table = array, S16, 19948, [8x8], "", 0.1, 0, -100, 100, 1
+veBlends4_loadBins = array, U16, 20076, [8], "Load", 1, 0, 0, 1000, 0
+veBlends4_rpmBins = array, U16, 20092, [8], "RPM", 1, 0, 0, 18000, 0
+veBlends4_blendParameter = bits, U08, 20108, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends4_yAxisOverride = bits, U08, 20109, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+veBlends4_blendBins = array, S16, 20110, [8], "", 0.1, 0, -1000, 1000, 1
+veBlends4_blendValues = array, U08, 20126, [8], "%", 0.5, 0, 0, 100, 1
+throttleEstimateEffectiveAreaBins = array, U16, 20136, [12], "%", 0.1, 0, 0, 100, 1
+throttleEstimateEffectiveAreaValues = array, U16, 20160, [12], "g/s", 0.1, 0, 0, 6500, 1
+boostOpenLoopBlends1_table = array, S16, 20184, [8x8], "", 0.1, 0, -100, 100, 1
+boostOpenLoopBlends1_loadBins = array, U16, 20312, [8], "Load", 1, 0, 0, 1000, 0
+boostOpenLoopBlends1_rpmBins = array, U16, 20328, [8], "RPM", 1, 0, 0, 18000, 0
+boostOpenLoopBlends1_blendParameter = bits, U08, 20344, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends1_yAxisOverride = bits, U08, 20345, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends1_blendBins = array, S16, 20346, [8], "", 0.1, 0, -1000, 1000, 1
+boostOpenLoopBlends1_blendValues = array, U08, 20362, [8], "%", 0.5, 0, 0, 100, 1
+boostOpenLoopBlends2_table = array, S16, 20372, [8x8], "", 0.1, 0, -100, 100, 1
+boostOpenLoopBlends2_loadBins = array, U16, 20500, [8], "Load", 1, 0, 0, 1000, 0
+boostOpenLoopBlends2_rpmBins = array, U16, 20516, [8], "RPM", 1, 0, 0, 18000, 0
+boostOpenLoopBlends2_blendParameter = bits, U08, 20532, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends2_yAxisOverride = bits, U08, 20533, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostOpenLoopBlends2_blendBins = array, S16, 20534, [8], "", 0.1, 0, -1000, 1000, 1
+boostOpenLoopBlends2_blendValues = array, U08, 20550, [8], "%", 0.5, 0, 0, 100, 1
+boostClosedLoopBlends1_table = array, S16, 20560, [8x8], "", 0.1, 0, -100, 100, 1
+boostClosedLoopBlends1_loadBins = array, U16, 20688, [8], "Load", 1, 0, 0, 1000, 0
+boostClosedLoopBlends1_rpmBins = array, U16, 20704, [8], "RPM", 1, 0, 0, 18000, 0
+boostClosedLoopBlends1_blendParameter = bits, U08, 20720, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends1_yAxisOverride = bits, U08, 20721, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends1_blendBins = array, S16, 20722, [8], "", 0.1, 0, -1000, 1000, 1
+boostClosedLoopBlends1_blendValues = array, U08, 20738, [8], "%", 0.5, 0, 0, 100, 1
+boostClosedLoopBlends2_table = array, S16, 20748, [8x8], "", 0.1, 0, -100, 100, 1
+boostClosedLoopBlends2_loadBins = array, U16, 20876, [8], "Load", 1, 0, 0, 1000, 0
+boostClosedLoopBlends2_rpmBins = array, U16, 20892, [8], "RPM", 1, 0, 0, 18000, 0
+boostClosedLoopBlends2_blendParameter = bits, U08, 20908, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends2_yAxisOverride = bits, U08, 20909, [0:5], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure", "EGT 1", "EGT 2", "Aux Linear 3", "Aux Linear 4", "Vehicle speed", "Oil pressure", "Oil temp", "AC State"
+boostClosedLoopBlends2_blendBins = array, S16, 20910, [8], "", 0.1, 0, -1000, 1000, 1
+boostClosedLoopBlends2_blendValues = array, U08, 20926, [8], "%", 0.5, 0, 0, 100, 1
+lambdaMaxDeviationTable = array, U08, 20936, [4x4], "lambda", 0.01, 0, 0, 1, 2
+lambdaMaxDeviationLoadBins = array, U16, 20952, [4], "", 1, 0, 0, 1000, 0
+lambdaMaxDeviationRpmBins = array, U16, 20960, [4], "RPM", 1, 0, 0, 18000, 0
+injectorStagingTable = array, U08, 20968, [6x6], "%", 1, 0, 0, 90, 0
+injectorStagingLoadBins = array, U16, 21004, [6], "", 1, 0, 0, 1000, 0
+injectorStagingRpmBins = array, U16, 21016, [6], "RPM", 1, 0, 0, 18000, 0
+wwCltBins = array, S08, 21028, [8], "deg C", 1, 0, -40, 120, 0
+wwTauCltValues = array, U08, 21036, [8], "", 0.01, 0, 0, 2.5, 2
+wwBetaCltValues = array, U08, 21044, [8], "", 0.01, 0, 0, 1, 2
+wwMapBins = array, S08, 21052, [8], "kPa", 1, 0, 0, 250, 0
+wwTauMapValues = array, U08, 21060, [8], "", 0.01, 0, 0, 2.5, 2
+wwBetaMapValues = array, U08, 21068, [8], "", 0.01, 0, 0, 2.5, 2
+hpfpLobeProfileQuantityBins = array, U08, 21076, [16], "%", 0.5, 0, 0, 100, 1
+hpfpLobeProfileAngle = array, U08, 21092, [16], "deg", 0.5, 0, 0, 125, 1
+hpfpDeadtimeVoltsBins = array, U08, 21108, [8], "volts", 1, 0, 0, 255, 0
+hpfpDeadtimeMS = array, U16, 21116, [8], "ms", 0.001, 0, 0, 65, 3
+hpfpTarget = array, U16, 21132, [10x10], "kPa", 1, 0, 0, 65000, 0
+hpfpTargetLoadBins = array, U16, 21332, [10], "load", 0.1, 0, 0, 6500, 1
+hpfpTargetRpmBins = array, U08, 21352, [10], "RPM", 50.0, 0, 0, 12500, 0
+hpfpCompensation = array, S08, 21362, [10x10], "%", 1, 0, -100, 100, 0
+hpfpCompensationLoadBins = array, U16, 21462, [10], "cc/lobe", 0.001, 0, 0, 65, 3
+hpfpCompensationRpmBins = array, U08, 21482, [10], "RPM", 50.0, 0, 0, 12500, 0
+knockNoiseRpmBins = array, U16, 21492, [16], "RPM", 1, 0, 0, 30000, 0
+knockBaseNoise = array, S08, 21524, [16], "dBv", 0.5, 0, -60, 10, 1
+tpsTspCorrValuesBins = array, U08, 21540, [4], "RPM", 50.0, 0, 0, 17500, 0
+tpsTspCorrValues = array, U08, 21544, [4], "multiplier", 0.02, 0, 0, 5, 2
+cltRevLimitRpmBins = array, S08, 21548, [4], "C", 1, 0, -40, 120, 0
+cltRevLimitRpm = array, U16, 21552, [4], "RPM", 1, 0, 0, 20000, 0
+fuelLevelBins = array, U16, 21560, [8], "volt", 0.001, 0, 0, 5, 3
+fuelLevelValues = array, U08, 21576, [8], "%", 1, 0, 0, 100, 0
+dwellVoltageCorrVoltBins = array, U08, 21584, [8], "volts", 0.1, 0, 0, 20, 1
+dwellVoltageCorrValues = array, U08, 21592, [8], "multiplier", 0.02, 0, 0, 5, 2
+smallPulseAdderBins = array, U16, 21600, [16], "ms", 0.001, 0, 0, 20, 3
+smallPulseAdderValues = array, S16, 21632, [16], "ms", 0.001, 0, -20, 20, 3
+minimumOilPressureBins = array, U08, 21664, [8], "RPM", 100.0, 0, 0, 25000, 0
+minimumOilPressureValues = array, U08, 21672, [8], "kPa", 10.0, 0, 0, 1000, 0
+dfcoMapRpmValuesBins = array, U08, 21680, [4], "RPM", 100.0, 0, 0, 17500, 0
+dfcoMapRpmValues = array, U08, 21684, [4], "MAP", 1, 0, 0, 50, 0
+postCrankingEnrichTable = array, U08, 21688, [8x8], "ratio", 0.02, 0, 1, 5, 2
+postCrankingEnrichTempBins = array, S08, 21752, [8], "deg C", 1, 0, -40, 120, 0
+postCrankingEnrichRuntimeBins = array, U08, 21760, [8], "sec", 1, 0, 0, 180, 0
+vrThreshold1_rpmBins = array, U08, 21768, [6], "rpm", 50.0, 0, 0, 12000, 0
+vrThreshold1_values = array, U08, 21774, [6], "volts", 0.01, 0, 0, 2.5, 2
+vrThreshold1_pin = bits, U16, 21780, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+vrThreshold2_rpmBins = array, U08, 21784, [6], "rpm", 50.0, 0, 0, 12000, 0
+vrThreshold2_values = array, U08, 21790, [6], "volts", 0.01, 0, 0, 2.5, 2
+vrThreshold2_pin = bits, U16, 21796, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
+wifiAccessPointSsid = string, ASCII, 21800, 24
+wifiAccessPointPassword = string, ASCII, 21824, 24
+idleFlowEstimateFlow = array, U16, 21848, [8], "kg/h", 0.01, 0, 0, 200, 2
+idleFlowEstimatePosition = array, U08, 21864, [8], "%", 0.5, 0, 0, 100, 1
+airmassToTimingBins = array, S08, 21872, [8], "mg", 1, 0, -100, 100, 0
+airmassToTimingValues = array, S08, 21880, [8], "deg", 1, 0, -30, 30, 0
+vvtOpenLoop1_bins = array, S08, 21888, [8], "deg C", 1, 0, -40, 120, 0
+vvtOpenLoop1_values = array, U08, 21896, [8], "%", 0.5, 0, 0, 100, 0
+vvtOpenLoop2_bins = array, S08, 21904, [8], "deg C", 1, 0, -40, 120, 0
+vvtOpenLoop2_values = array, U08, 21912, [8], "%", 0.5, 0, 0, 100, 0
+knockGainLoadBins = array, U08, 21920, [6], "%", 10.0, 0, 0, 1000, 0
+knockGainRpmBins = array, U08, 21926, [6], "RPM", 100.0, 0, 0, 25000, 0
+knockGains1_table = array, S08, 21932, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains2_table = array, S08, 21968, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains3_table = array, S08, 22004, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains4_table = array, S08, 22040, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains5_table = array, S08, 22076, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains6_table = array, S08, 22112, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains7_table = array, S08, 22148, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains8_table = array, S08, 22184, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains9_table = array, S08, 22220, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains10_table = array, S08, 22256, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains11_table = array, S08, 22292, [6x6], "dB", 1, 0, -80, 80, 0
+knockGains12_table = array, S08, 22328, [6x6], "dB", 1, 0, -80, 80, 0
+lambdaSensorSourceIndex1 = scalar, U08, 22364, "", 1, 0, 0, 15, 0
+lambdaSensorSourceIndex2 = scalar, U08, 22365, "", 1, 0, 0, 15, 0
+lambdaSensorSourceIndex3 = scalar, U08, 22366, "", 1, 0, 0, 15, 0
+lambdaSensorSourceIndex4 = scalar, U08, 22367, "", 1, 0, 0, 15, 0
+lambdaSensorSourceBus1 = scalar, U08, 22368, "", 1, 1, 1, 2, 0
+lambdaSensorSourceBus2 = scalar, U08, 22369, "", 1, 1, 1, 2, 0
+lambdaSensorSourceBus3 = scalar, U08, 22370, "", 1, 1, 1, 2, 0
+lambdaSensorSourceBus4 = scalar, U08, 22371, "", 1, 1, 1, 2, 0
+fan1CltBins = array, S08, 22372, [6], "C", 1, 0, -40, 120, 0
+fan1XAxisBins = array, S16, 22378, [6], "", 0.1, 0, -10000, 10000, 1
+fan1DutyAcOff = array, U08, 22390, [6x6], "%", 0.5, 0, 0, 100, 1
+fan1DutyAcOn = array, U08, 22426, [6x6], "%", 0.5, 0, 0, 100, 1
+fan2CltBins = array, S08, 22462, [6], "C", 1, 0, -40, 120, 0
+fan2XAxisBins = array, S16, 22468, [6], "", 0.1, 0, -10000, 10000, 1
+fan2DutyAcOff = array, U08, 22480, [6x6], "%", 0.5, 0, 0, 100, 1
+fan2DutyAcOn = array, U08, 22516, [6x6], "%", 0.5, 0, 0, 100, 1
+; total TS size = 22552
+[SettingContextHelp]
+ engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type"
+ launchRpm = "A secondary Rev limit engaged by the driver to help launch the vehicle faster"
+ rpmHardLimit = "Hard cut above this RPM. Set slightly lower than absolute maximum RPM - may overshoot slightly."
+ engineSnifferRpmThreshold = "Engine sniffer would be disabled above this rpm"
+ multisparkMaxRpm = "Disable multispark above this engine speed."
+ maxAcRpm = "Above this RPM, disable A/C. Set to 0 to disable check. 200 rpm deadband."
+ maxAcTps = "Above this TPS, disable A/C. Set to 0 to disable check. 5 % deadband."
+ maxAcClt = "Above this CLT, disable A/C to prevent overheating the engine. Set to 0 to disable check. 5 deg C deadband."
+ multisparkMaxSparkingAngle = "This parameter sets the latest that the last multispark can occur after the main ignition event. For example, if the ignition timing is 30 degrees BTDC, and this parameter is set to 45, no multispark will ever be fired after 15 degrees ATDC."
+ multisparkMaxExtraSparkCount = "Configures the maximum number of extra sparks to fire (does not include main spark)"
+ ignitionMode = "Single coil = distributor\nIndividual coils = one coil per cylinder (COP, coil-near-plug), requires sequential mode\nWasted spark = Fires pairs of cylinders together, either one coil per pair of cylinders or one coil per cylinder\nTwo distributors = A pair of distributors, found on some BMW, Toyota and other engines"
+ injector_flow = "This is your injector flow at the fuel pressure used in the vehicle."
+ injector_battLagCorr = "ms delay between injector open and close dead times"
+ injectorSecondary_flow = "This is your injector flow at the fuel pressure used in the vehicle."
+ injectorSecondary_battLagCorr = "ms delay between injector open and close dead times"
+ isForcedInduction = "Does the vehicle have a turbo or supercharger?"
+ useMapEstimateDuringTransient = "During the TPS AE period, use the MAP estimate table value instead of true MAP (if greater than real MAP). This basically briefly runs in alpha-n during a transient, then returns to normal speed-density mode."
+ enableFan1WithAc = "Turn on this fan when AC is on."
+ enableFan2WithAc = "Turn on this fan when AC is on."
+ disableFan1WhenStopped = "Inhibit operation of this fan while the engine is not running."
+ disableFan2WhenStopped = "Inhibit operation of this fan while the engine is not running."
+ fan1UsePwmMode = "Use PWM mode for fan 1 instead of on/off."
+ fan2UsePwmMode = "Use PWM mode for fan 2 instead of on/off."
+ enableTrailingSparks = "Enable secondary spark outputs that fire after the primary (rotaries, twin plug engines)."
+ etb_use_two_wires = "TLE7209 uses two-wire mode. TLE9201 and VNH2SP30 do NOT use two wire mode."
+ isDoubleSolenoidIdle = "Subaru/BMW style where default valve position is somewhere in the middle. First solenoid opens it more while second can close it more than default position."
+ useSeparateIdleTablesForCrankingTaper = "This uses separate ignition timing and VE tables not only for idle conditions, also during the postcranking-to-idle taper transition (See also afterCrankingIACtaperDuration)."
+ doNotFilterTriggerEdgeNoise = "Detect double trigger edges"
+ useRunningMathForCranking = "For cranking either use the specified fixed base fuel mass, or use the normal running math (VE table)."
+ verboseCan = "Print incoming and outgoing first bus CAN messages in FOME console"
+ fakeFullSyncForStimulation = "In internal trigger stimulation mode, control whether we pretend a cam is present to resolve full sync. When set to true, sequential fuel/spark will work as if a cam signal was detected."
+ tpsMin = "Closed throttle, 1 volt = 200 units"
+ tpsMax = "Full throttle, 1 volt = 200 units"
+ tpsErrorDetectionTooLow = "Minimum allowed position for throttle and accelerator position sensors. Beyond this value, the sensor will register an error."
+ tpsErrorDetectionTooHigh = "Maximum allowed position for throttle and accelerator position sensors. Beyond this value, the sensor will register an error."
+ cranking_baseFuel = "Base mass of the per-cylinder fuel injected during cranking. This is then modified by the multipliers for CLT, IAT, TPS ect, to give the final cranking pulse width.\nA reasonable starting point is 60mg per liter per cylinder.\nex: 2 liter 4 cyl = 500cc/cyl, so 30mg cranking fuel."
+ cranking_rpm = "This sets the RPM limit below which the ECU will use cranking fuel and ignition logic, typically this is around 350-450rpm."
+ ignitionDwellForCrankingMs = "Dwell duration while cranking"
+ etbRevLimitStart = "Once engine speed passes this value, start reducing ETB angle."
+ etbRevLimitRange = "This far above 'Soft limiter start', fully close the throttle. At the bottom of the range, throttle control is normal. At the top of the range, the throttle is fully closed."
+ map_samplingAngle = "MAP averaging sampling start crank degree angle"
+ map_samplingWindow = "MAP averaging angle crank degree duration"
+ map_sensor_lowValue = "kPa value at low volts"
+ map_sensor_highValue = "kPa value at high volts"
+ clt_tempC_1 = "Temperature 1"
+ clt_tempC_2 = "Temperature 2, must be > Temperature 1"
+ clt_tempC_3 = "Temperature 3, must be > Temperature 2"
+ clt_resistance_1 = "Sensor resistance while at temperature 1"
+ clt_resistance_2 = "Sensor resistance while at temperature 2"
+ clt_resistance_3 = "Sensor resistance while at temperature 3"
+ clt_bias_resistor = "Pull-up resistor value on your board"
+ iat_tempC_1 = "Temperature 1"
+ iat_tempC_2 = "Temperature 2, must be > Temperature 1"
+ iat_tempC_3 = "Temperature 3, must be > Temperature 2"
+ iat_resistance_1 = "Sensor resistance while at temperature 1"
+ iat_resistance_2 = "Sensor resistance while at temperature 2"
+ iat_resistance_3 = "Sensor resistance while at temperature 3"
+ iat_bias_resistor = "Pull-up resistor value on your board"
+ knockBandCustom = "Knock filter center frequency override. By default, this is calculated from your cylinder bore. Set this to non-zero to override."
+ displacement = "Engine displacement in litres"
+ benchTestOnTime = "Duration of each test pulse"
+ cylinderBore = "Cylinder diameter in mm."
+ fuelAlgorithm = "This setting controls which fuel quantity control algorithm is used.\nAlpha-N means drive by TPS commonly only used for NA engines\nSpeed Density requires MAP sensor and is the default choice for may installs\nMAF air charge is a cylinder filling based method that uses a mass air flow sensor."
+ crankingInjectionMode = "This is the injection strategy during engine start. See Fuel/Injection settings for more detail. It is suggested to use "Simultaneous"."
+ injectionMode = "This is where the fuel injection type is defined: "Simultaneous" means all injectors will fire together at once. "Sequential" fires the injectors on a per cylinder basis, which requires individually wired injectors. "Batched" will fire the injectors in groups. If your injectors are individually wired you will also need to enable "Two wire batch emulation"."
+ boostControlMinRpm = "Minimum RPM to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases."
+ boostControlMinTps = "Minimum TPS to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases."
+ boostControlMinMap = "Minimum MAP to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases."
+ boostOpenLoopXAxis = "Select the parameter to use for the X axis of the open loop boost table."
+ boostOpenLoopYAxis = "Select the parameter to use for the Y axis of the open loop boost table."
+ boostClosedLoopXAxis = "Select the parameter to use for the X axis of the closed loop boost table."
+ boostClosedLoopYAxis = "Select the parameter to use for the Y axis of the closed loop boost table."
+ timingMode = "Dynamic uses the timing map to decide the ignition timing, Static timing fixes the timing to the value set below (only use for checking static timing with a timing light)."
+ benchTestCount = "How many test bench pulses do you want"
+ crankingTimingAngle = "Ignition advance angle used during engine cranking, 5-10 degrees will work as a base setting for most engines.\nThere is tapering towards running timing advance"
+ gapTrackingLengthOverride = "How many consecutive gap rations have to match expected ranges for sync to happen"
+ maxIdleVss = "Above this speed, disable closed loop idle control. Set to 0 to disable (allow closed loop idle at any speed)."
+ minOilPressureAfterStart = "Expected oil pressure after starting the engine. If oil pressure does not reach this level within 5 seconds of engine start, fuel will be cut. Set to 0 to disable and always allow starting."
+ fixedModeTiming = "This value is the ignition timing used when in 'fixed timing' mode, i.e. constant timing\nThis mode is useful when adjusting distributor location."
+ globalTriggerAngleOffset = "Angle between Top Dead Center (TDC) and the first trigger event.\nPositive value in case of synchronization point before TDC and negative in case of synchronization point after TDC\n.Knowing this angle allows us to control timing and other angles in reference to TDC."
+ analogInputDividerCoefficient = "Ratio/coefficient of input voltage dividers on your PCB. For example, use '2' if your board divides 5v into 2.5v. Use '1.66' if your board divides 5v into 3v."
+ vbattDividerCoeff = "This is the ratio of the resistors for the battery voltage, measure the voltage at the battery and then adjust this number until the gauge matches the reading."
+ fanOnTemperature = "Cooling fan turn-on temperature threshold, in Celsius"
+ fanOffTemperature = "Cooling fan turn-off temperature threshold, in Celsius"
+ fanPwmFrequency = "PWM frequency for cooling fans in PWM mode"
+ fan1PwmXAxis = "X axis source for fan 1 PWM table."
+ fan2PwmXAxis = "X axis source for fan 2 PWM table."
+ fanPwmSafetyDuty = "Fan duty when CLT sensor fails in PWM mode"
+ driveWheelRevPerKm = "Number of revolutions per kilometer for the wheels your vehicle speed sensor is connected to. Use an online calculator to determine this based on your tire size."
+ tps1_1AdcChannel = "First throttle body, first sensor"
+ vbattAdcChannel = "This is the processor input pin that the battery voltage circuit is connected to, if you are unsure of what pin to use, check the schematic that corresponds to your PCB."
+ fuelLevelSensor = "This is the processor pin that your fuel level sensor in connected to. This is a non standard input so will need to be user defined."
+ tps2_1AdcChannel = "Second throttle body, first sensor"
+ acIdleExtraOffset = "Additional idle % while A/C is active"
+ finalGearRatio = "Ratio between the wheels and your transmission output."
+ trigger_type = "https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers"
+ airByRpmTaper = "Extra air taper amount"
+ boostControlSafeDutyCycle = "Duty cycle to use in case of a sensor failure. This duty cycle should produce the minimum possible amount of boost. This duty is also used in case any of the minimum RPM/TPS/MAP conditions are not met."
+ throttlePedalPositionAdcChannel = "Throttle pedal position first channel"
+ camInputs1 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 1"
+ camInputs2 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 2"
+ camInputs3 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 3"
+ camInputs4 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 4"
+ baroSensor_lowValue = "kPa value at low volts"
+ baroSensor_highValue = "kPa value at high volts"
+ manIdlePosition = "Base idle valve position, 0 to 100%. This is typically set to provide an idle speed slightly above the target RPM when the engine is fully warmed up."
+ knockRetardAggression = "Ignition timing to remove when a knock event occurs. Advice: 5% (mild), 10% (turbo/high comp.), 15% (high knock, e.g. GDI), 20% (spicy lump),"
+ knockRetardReapplyRate = "After a knock event, reapply timing at this rate."
+ knockNoiseThreshold = "Knock sensor signal level below which the sensor is considered broken or disconnected. Typical working sensors read -50 to -20 dBv."
+ knockNoiseTimeout = "Duration the knock sensor signal must be too low before a fault is reported."
+ engineSyncCam = "Select which cam is used for engine sync. Other cams will be used only for VVT measurement, but not engine sync."
+ vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response."
+ vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0."
+ vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft."
+ idleVeOverrideMode = "Override the Y axis (load) value used for only the Idle VE table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ o2heaterPin = "On-off O2 sensor heater control. 'ON' if engine is running, 'OFF' if stopped or cranking."
+ injectionPins1 = "injectionPins 1"
+ injectionPins2 = "injectionPins 2"
+ injectionPins3 = "injectionPins 3"
+ injectionPins4 = "injectionPins 4"
+ injectionPins5 = "injectionPins 5"
+ injectionPins6 = "injectionPins 6"
+ injectionPins7 = "injectionPins 7"
+ injectionPins8 = "injectionPins 8"
+ injectionPins9 = "injectionPins 9"
+ injectionPins10 = "injectionPins 10"
+ injectionPins11 = "injectionPins 11"
+ injectionPins12 = "injectionPins 12"
+ injectionPinsStage21 = "injectionPinsStage2 1"
+ injectionPinsStage22 = "injectionPinsStage2 2"
+ injectionPinsStage23 = "injectionPinsStage2 3"
+ injectionPinsStage24 = "injectionPinsStage2 4"
+ injectionPinsStage25 = "injectionPinsStage2 5"
+ injectionPinsStage26 = "injectionPinsStage2 6"
+ injectionPinsStage27 = "injectionPinsStage2 7"
+ injectionPinsStage28 = "injectionPinsStage2 8"
+ injectionPinsStage29 = "injectionPinsStage2 9"
+ injectionPinsStage210 = "injectionPinsStage2 10"
+ injectionPinsStage211 = "injectionPinsStage2 11"
+ injectionPinsStage212 = "injectionPinsStage2 12"
+ ignitionPins1 = "ignitionPins 1"
+ ignitionPins2 = "ignitionPins 2"
+ ignitionPins3 = "ignitionPins 3"
+ ignitionPins4 = "ignitionPins 4"
+ ignitionPins5 = "ignitionPins 5"
+ ignitionPins6 = "ignitionPins 6"
+ ignitionPins7 = "ignitionPins 7"
+ ignitionPins8 = "ignitionPins 8"
+ ignitionPins9 = "ignitionPins 9"
+ ignitionPins10 = "ignitionPins 10"
+ ignitionPins11 = "ignitionPins 11"
+ ignitionPins12 = "ignitionPins 12"
+ throttlePedalPositionSecondAdcChannel = "Throttle pedal, secondary channel."
+ malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
+ clutchDownPin = "Some cars have a switch to indicate that clutch pedal is all the way down"
+ minCamPhaseResolveRpm = "Above this RPM, use camshaft information to synchronize the crank's position for full sequential operation. Use this if your cam sensor does weird things at low RPM. Set to 0 to disable, and always use cam to help sync crank."
+ tps1_2AdcChannel = "First throttle body, second sensor."
+ tps2_2AdcChannel = "Second throttle body, second sensor."
+ triggerInputPins1 = "triggerInputPins 1"
+ triggerInputPins2 = "triggerInputPins 2"
+ mc33_t_min_boost = "Minimum allowed time for the boost phase. If the boost target current is reached before this time elapses, it is assumed that the injector has failed short circuit."
+ canTxPin = "set_can_tx_pin X"
+ canRxPin = "set_can_rx_pin X"
+ wastegatePositionMin = "Voltage when the wastegate is closed.\nYou probably don't have one of these!"
+ wastegatePositionMax = "Voltage when the wastegate is fully open.\nYou probably don't have one of these!\n1 volt = 1000 units"
+ secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve"
+ compressionRatio = "For reference, not used by the ECU."
+ triggerSimulatorPins1 = "Generate a synthetic trigger signal for an external ECU 1"
+ triggerSimulatorPins2 = "Generate a synthetic trigger signal for an external ECU 2"
+ isSdCardEnabled = "enable sd/disable sd"
+ rusefiVerbose29b = "Use 11 bit (standard) or 29 bit (extended) IDs for FOME verbose CAN format."
+ useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
+ enableVerboseCanTx = "CAN broadcast using custom FOME protocol\nenable can_broadcast/disable can_broadcast"
+ idleReturnTargetRamp = "Ramp the idle target down from the entry threshold over 3 seconds when returning to idle. Helps prevent overshooting (below) the idle target while returning to idle from coasting."
+ ecumasterEgtToCan = "Read EcuMaster EGT to CAN. Expects little endian (Intel), and the CAN IDs specified below."
+ measureMapOnlyInOneCylinder = "Useful for individual intakes"
+ isFasterEngineSpinUpEnabled = "If enabled, try to fire the engine before a full engine cycle has been completed using RPM estimated from the last 90 degrees of engine rotation. As soon as the trigger syncs plus 90 degrees rotation, fuel and ignition events will occur. If disabled, worst case may require up to 4 full crank rotations before any events are scheduled."
+ coastingFuelCutEnabled = "This setting disables fuel injection while the engine is in overrun, this is useful as a fuel saving measure and to prevent back firing."
+ disableFuelCutOnClutch = "True: Inhibits DFCO from activating when the clutch is pressed. This helps prevent transient knock during shifts\nFalse: Do not take clutch state into account."
+ useIacTableForCoasting = "Override the IAC position during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars or engines that have trouble returning to idle."
+ disableEtbWhenEngineStopped = "Allows disabling the ETB when the engine is stopped. You may not like the power draw or PWM noise from the motor, so this lets you turn it off until it's necessary."
+ pauseEtbControl = "Disable the electronic throttle motor and DC idle motor for testing.\nThis mode is for testing ETB/DC idle position sensors, etc without actually driving the throttle."
+ useTableForDfcoMap = "Fixed: MAP threshold cut fuel when conditions are met\nTable: Use a curve to vary the MAP threshold based on engine RPM"
+ postCrankingFuelUseTable = "Basic: Add a fixed percent of added fuel and taper over time\nTable: Use a 3d map to set the added fuel multiplier by CLT and Runtime"
+ verboseCanBaseAddress = "The ECU base CAN address (ID).\n\nValue is specified as a decimal number e.g. 512 is 0x200 in HEX."
+ mc33_hvolt = "Boost Voltage"
+ minimumBoostClosedLoopMap = "Minimum MAP before closed loop boost is enabled. Use to prevent misbehavior upon entering boost."
+ acFanPin = "Optional Radiator Fan used with A/C"
+ vehicleWeight = "For reference, not used by the ECU."
+ idlePidRpmUpperLimit = "How far above idle speed do we consider idling?\nFor example, if target = 800, this param = 200, then anything below 1000 RPM is considered idle."
+ applyNonlinearBelowPulse = "Apply nonlinearity correction below a pulse of this duration. Pulses longer than this duration will receive no adjustment."
+ clutchUpPin = "Some vehicles have a switch to indicate that clutch pedal is all the way up"
+ max31855_cs1 = "max31855_cs 1"
+ max31855_cs2 = "max31855_cs 2"
+ max31855_cs3 = "max31855_cs 3"
+ max31855_cs4 = "max31855_cs 4"
+ max31855_cs5 = "max31855_cs 5"
+ max31855_cs6 = "max31855_cs 6"
+ max31855_cs7 = "max31855_cs 7"
+ max31855_cs8 = "max31855_cs 8"
+ flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type"
+ tachSweepTime = "Total time for the tach to sweep up then back down at startup. Set to 0 to disable sweep."
+ tachSweepMax = "Maximum RPM for the startup tach sweep."
+ stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0"
+ etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open."
+ sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)."
+ starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running"
+ mapMinBufferLength = "This many MAP samples are used to estimate the current MAP. This many samples are considered, and the minimum taken. Recommended value is 1 for single-throttle engines, and your number of cylinders for individual throttle bodies."
+ cylindersCount = "Number of cylinder the engine has."
+ idlePidDeactivationTpsThreshold = "Below this throttle position, the engine is considered idling. If you have an electronic throttle, this checks accelerator pedal position instead of throttle position, and should be set to 1-2%."
+ startCrankingDuration = "Maximum time to crank starter when start/stop button is pressed"
+ lambdaProtectionTimeout = "Only respond once lambda is out of range for this period of time. Use to avoid transients triggering lambda protection when not needed"
+ minimumOilPressureTimeout = "Delay before cutting fuel due to low oil pressure. Use this to ignore short pressure blips and sensor noise."
+ oilPressureProtectionStartDelay = "Delay before the oil pressure protection starts working after the start of the engine."
+ scriptSetting1 = "scriptSetting 1"
+ scriptSetting2 = "scriptSetting 2"
+ scriptSetting3 = "scriptSetting 3"
+ scriptSetting4 = "scriptSetting 4"
+ scriptSetting5 = "scriptSetting 5"
+ scriptSetting6 = "scriptSetting 6"
+ scriptSetting7 = "scriptSetting 7"
+ scriptSetting8 = "scriptSetting 8"
+ useHbridgesToDriveIdleStepper = "If enabled we use two H-bridges to drive stepper idle air valve"
+ enableCanVss = "Read VSS from OEM CAN bus according to selected CAN vehicle configuration."
+ stftIgnoreErrorMagnitude = "If enabled, adjust at a constant rate instead of a rate proportional to the current lambda error. This mode may be easier to tune, and more tolerant of sensor noise."
+ verboseVVTDecoding = "Verbose info in console below engineSnifferRpmThreshold\nenable vvt_details"
+ invertCamVVTSignal = "get invertCamVVTSignal"
+ alphaNUseIat = "In Alpha-N mode, compensate for air temperature."
+ useRawOutputToDriveIdleStepper = "If enabled we use four Push-Pull outputs to directly drive stepper idle air valve coilss"
+ verboseCan2 = "Print incoming and outgoing second bus CAN messages in FOME console"
+ etbIo1_controlPin = "Acts as EN pin in two-wire mode"
+ etbIo2_controlPin = "Acts as EN pin in two-wire mode"
+ boostControlPin = "Wastegate control Solenoid"
+ boostPid_offset = "Linear addition to PID logic"
+ boostPid_minValue = "Output Min Duty Cycle"
+ boostPid_maxValue = "Output Max Duty Cycle"
+ launchSpeedThreshold = "Disabled above this speed"
+ launchTimingRpmRange = "Range from Launch RPM for Timing Retard to activate"
+ launchFuelAdded = "Extra Fuel Added"
+ launchBoostDuty = "Duty Cycle for the Boost Solenoid"
+ hardCutRpmRange = "Range from Launch RPM to activate Hard Cut"
+ stft_maxIdleRegionRpm = "Below this RPM, the idle region is active"
+ stft_maxOverrunLoad = "Below this engine load, the overrun region is active"
+ stft_minPowerLoad = "Above this engine load, the power region is active"
+ stft_deadband = "When close to correct AFR, pause correction. This can improve stability by not changing the adjustment if the error is extremely small, but is not required."
+ stft_minClt = "Below this temperature, correction is disabled."
+ stft_minAfr = "Below this AFR, correction is paused"
+ stft_maxAfr = "Above this AFR, correction is paused"
+ stft_startupDelay = "Delay after starting the engine before beginning closed loop correction."
+ stft_cellCfgs1_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs1_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs1_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stft_cellCfgs2_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs2_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs2_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stft_cellCfgs3_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs3_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs3_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stft_cellCfgs4_maxAdd = "Maximum % of fuel possible for fuel trim to add while in this region."
+ stft_cellCfgs4_maxRemove = "Maximum % of fuel possible for fuel trim to remove while in this region."
+ stft_cellCfgs4_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second."
+ stepperDcIo1_controlPin = "Acts as EN pin in two-wire mode"
+ stepperDcIo2_controlPin = "Acts as EN pin in two-wire mode"
+ engineMake = "For example, BMW, GM or Chevrolet"
+ engineCode = "For example, LS1 or NB2"
+ vehicleName = "For example, Hunchback or Orange Miata\nVehicle name has to be unique between your vehicles."
+ etbFunctions1 = "etbFunctions 1"
+ etbFunctions2 = "etbFunctions 2"
+ luaOutputPins1 = "luaOutputPins 1"
+ luaOutputPins2 = "luaOutputPins 2"
+ luaOutputPins3 = "luaOutputPins 3"
+ luaOutputPins4 = "luaOutputPins 4"
+ luaOutputPins5 = "luaOutputPins 5"
+ luaOutputPins6 = "luaOutputPins 6"
+ luaOutputPins7 = "luaOutputPins 7"
+ luaOutputPins8 = "luaOutputPins 8"
+ vvtOffsets1 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 1"
+ vvtOffsets2 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 2"
+ vvtOffsets3 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 3"
+ vvtOffsets4 = "Angle between cam sensor and VVT zero position. Adjust this so that your VVT indication reads 0 while running with the control solenoid disabled. 4"
+ gpPwmNote1 = "gpPwmNote 1"
+ gpPwmNote2 = "gpPwmNote 2"
+ gpPwmNote3 = "gpPwmNote 3"
+ gpPwmNote4 = "gpPwmNote 4"
+ widebandOnSecondBus = "Select which bus the wideband controller is attached to."
+ fuelClosedLoopCorrectionEnabled = "Enables lambda sensor closed loop feedback for fuelling."
+ silentTriggerError = "Sometimes we have a performance issue while printing error"
+ canReadEnabled = "enable can_read/disable can_read"
+ canWriteEnabled = "enable can_write/disable can_write"
+ tachPulseDurationAsDutyCycle = "Treat milliseconds value as duty cycle value, i.e. 0.5ms would become 50%"
+ isAlternatorControlEnabled = "This enables smart alternator control and activates the extra alternator settings."
+ invertPrimaryTriggerSignal = "Invert the signal from the primary trigger sensor."
+ invertSecondaryTriggerSignal = "Invert the signal from the secondary trigger sensor."
+ cutFuelOnHardLimit = "Cut fuel above the hard RPM limit."
+ cutSparkOnHardLimit = "Cut spark above the hard RPM limit. WARNING: some engines are known to self-disassemble their valvetrain with a spark cut. Fuel cut is much safer. Use with extreme caution."
+ launchSparkCutEnable = "This is the Cut Mode normally used"
+ skippedWheelOnCam = "Where is your primary skipped wheel located?"
+ acSwitch = "A/C button input"
+ acPressureSwitch = "A/C pressure switch input"
+ etbNeutralPosition = "Expected neutral position"
+ isCylinderCleanupEnabled = "When enabled if TPS is held above 95% no fuel is injected while cranking to clear excess fuel from the cylinders."
+ complexWallModel = "Should we use tables to vary tau/beta based on CLT/MAP, or just with fixed values?"
+ useCrankingIdleTaperTableSetting = "If enabled, use separate temperature multiplier table for cranking taper duration."
+ overrideCrankingIacSetting = "If enabled, use separate temperature multiplier table for cranking idle position.\nIf disabled, use normal running multiplier table applied to the cranking base position."
+ useSeparateAdvanceForIdle = "This activates a separate ignition timing table for idle conditions, this can help idle stability by using ignition retard and advance either side of the desired idle speed. Extra retard at low idle speeds will prevent stalling and extra advance at high idle speeds can help reduce engine power and slow the idle speed."
+ useSeparateVeForIdle = "This activates a separate fuel table for Idle, this allows fine tuning of the idle fuelling."
+ verboseTriggerSynchDetails = "Verbose info in console below engineSnifferRpmThreshold\nenable trigger_details"
+ canBroadcastEgt = "Disable to skip cam data frame (base + 9) if you have no EGT sensing."
+ canBroadcastCams = "Disable to skip cam data frame (base + 8) if you have no VVT."
+ useSeparateAdvanceForCranking = "In Constant mode, timing is automatically tapered to running as RPM increases.\nIn Table mode, the "Cranking ignition advance" table is used directly."
+ useAdvanceCorrectionsForCranking = "This enables the various ignition corrections during cranking (IAT, CLT, FSIO and PID idle).\nYou probably don't need this."
+ flexCranking = "Enable a second cranking table to use for E100 flex fuel, interpolating between the two based on flex fuel sensor."
+ launchSmoothRetard = "Interpolates the Ignition Retard from 0 to 100% within the RPM Range"
+ isPhaseSyncRequiredForIgnition = "Some engines are OK running semi-random sequential while other engine require phase synchronization"
+ useCltBasedRpmLimit = "If enabled, use a curve for RPM limit (based on coolant temperature) instead of a constant value."
+ forceO2Heating = "If enabled, don't wait for engine start to heat O2 sensors. WARNING: this will reduce the life of your sensor, as condensation in the exhaust from a cold start can crack the sensing element."
+ invertVvtControlIntake = "If increased VVT duty cycle increases the indicated VVT angle, set this to 'advance'. If it decreases, set this to 'retard'. Most intake cams use 'advance', and most exhaust cams use 'retard'."
+ invertVvtControlExhaust = "If increased VVT duty cycle increases the indicated VVT angle, set this to 'advance'. If it decreases, set this to 'retard'. Most intake cams use 'advance', and most exhaust cams use 'retard'."
+ sdTriggerLog = "'Trigger' mode will write a high speed log of trigger events (warning: uses lots of space!). 'Normal' mode will write a standard MLG of sensors, engine function, etc. similar to the one captured in TunerStudio."
+ acIdleRpmBump = "Extra idle target speed when A/C is enabled. Some cars need the extra speed to keep the AC efficient while idling."
+ injectorCompensationMode = "None = I have a MAP-referenced fuel pressure regulator\nFixed rail pressure = I have an atmosphere-referenced fuel pressure regulator (returnless, typically)\nSensed rail pressure = I have a fuel pressure sensor"
+ tachPulseDuractionMs = "Duration in ms or duty cycle depending on selected mode"
+ wwaeTau = "Length of time the deposited wall fuel takes to dissipate after the start of acceleration."
+ alternatorControl_offset = "Linear addition to PID logic"
+ alternatorControl_minValue = "Output Min Duty Cycle"
+ alternatorControl_maxValue = "Output Max Duty Cycle"
+ etb_offset = "Linear addition to PID logic"
+ etb_minValue = "Output Min Duty Cycle"
+ etb_maxValue = "Output Max Duty Cycle"
+ airTaperRpmRange = "RPM range above upper limit for extra air taper"
+ mapErrorDetectionTooLow = "kPa value which is too low to be true"
+ mapErrorDetectionTooHigh = "kPa value which is too high to be true"
+ multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."
+ multisparkDwell = "This sets the dwell time for subsequent sparks. The main spark's dwell is set by the dwell table."
+ idleRpmPid_offset = "Linear addition to PID logic"
+ idleRpmPid_minValue = "Output Min Duty Cycle"
+ idleRpmPid_maxValue = "Output Max Duty Cycle"
+ wwaeBeta = "0 = No fuel settling on port walls 1 = All the fuel settling on port walls setting this to 0 disables the wall wetting enrichment."
+ throttlePedalWOTVoltage = "Pedal in the floor"
+ startUpFuelPumpDuration = "When ignition is turned on, turn fuel pump on to build fuel pressure"
+ mafFilterParameter = "larger value = larger intake manifold volume"
+ targetVBatt = "This is the target battery voltage the alternator PID control will attempt to maintain"
+ dfcoRetardDeg = "Retard timing by this amount during DFCO. Smooths the transition back from fuel cut. After fuel is restored, ramp timing back in over the period specified."
+ dfcoRetardRampInTime = "Smooths the transition back from fuel cut. After fuel is restored, ramp timing back in over the period specified."
+ idleMaximumAirmass = "Maximum commanded airmass for the idle controller."
+ afterCrankingIACtaperDuration = "This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup."
+ iacByTpsTaper = "Extra IAC, in percent between 0 and 100, tapered between zero and idle deactivation TPS value"
+ tpsAccelLookback = "How long to look back for TPS-based acceleration enrichment. Increasing this time will trigger enrichment for longer when a throttle position change occurs."
+ coastingFuelCutVssLow = "Below this speed, disable DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears."
+ coastingFuelCutVssHigh = "Above this speed, allow DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears."
+ noFuelTrimAfterDfcoTime = "Pause closed loop fueling after deceleration fuel cut occurs. Set this to a little longer than however long is required for normal fueling behavior to resume after fuel cut."
+ ignTestOnTime = "Duration of each test pulse"
+ wssToVssMode = "If enabled, calculate vehicle speed from wheel speed inputs. Pick which wheels to average in to vehicle speed, so you can intentionally pick the driven or undriven wheels depending on your application."
+ tpsAccelEnrichmentThreshold = "Maximum change delta of TPS percentage over the 'length'. Actual TPS change has to be above this value in order for TPS/TPS acceleration to kick in."
+ auxSpeedSensorInputPin1 = "auxSpeedSensorInputPin 1"
+ auxSpeedSensorInputPin2 = "auxSpeedSensorInputPin 2"
+ injectionTimingMode = "Sets what part of injection's is controlled by the injection phase table."
+ debugMode = "See https://wiki.fome.tech/r/debugmode"
+ fan1ExtraIdle = "Additional idle % when fan #1 is active"
+ tpsDecelEnleanmentThreshold = "For decel we simply multiply delta of TPS and tFor decel we do not use table?!"
+ tpsDecelEnleanmentMultiplier = "Magic multiplier, we multiply delta of TPS and get fuel squirt duration"
+ throttlePedalSecondaryWOTVoltage = "Pedal in the floor"
+ canBaudRate = "set can_baudrate"
+ veOverrideMode = "Override the Y axis (load) value used for the VE table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ mc33_hpfp_i_hold_off = "How long to deactivate power when hold current is reached before applying power again"
+ mc33_hpfp_max_hold = "Maximum amount of time the solenoid can be active before assuming a programming error"
+ stepperDcInvertedPins = "Enable if DC-motor driver (H-bridge) inverts the signals (eg. RZ7899 on Hellen boards)"
+ canOpenBLT = "Allow OpenBLT on Primary CAN"
+ can2OpenBLT = "Allow OpenBLT on Secondary CAN"
+ injectorFlowAsMassFlow = "Select whether to configure injector flow in volumetric flow (default, cc/min) or mass flow (g/s)."
+ benchTestOffTime = "Time between bench test pulses"
+ can2TxPin = "set_can2_tx_pin X"
+ can2RxPin = "set_can2_rx_pin X"
+ ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this."
+ injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors."
+ boostCutPressure = "MAP value above which fuel is cut in case of overboost.\nSet to 0 to disable overboost cut."
+ fixedTiming = "Fixed timing, useful for TDC testing"
+ mapLowValueVoltage = "MAP voltage for low point"
+ mapHighValueVoltage = "MAP voltage for low point"
+ egoValueShift = "EGO value correction"
+ vvtPins1 = "VVT output solenoid pin for this cam 1"
+ vvtPins2 = "VVT output solenoid pin for this cam 2"
+ vvtPins3 = "VVT output solenoid pin for this cam 3"
+ vvtPins4 = "VVT output solenoid pin for this cam 4"
+ vvtItermMin1 = "vvtItermMin 1"
+ vvtItermMin2 = "vvtItermMin 2"
+ vvtItermMax1 = "vvtItermMax 1"
+ vvtItermMax2 = "vvtItermMax 2"
+ vvtOutputMin1 = "vvtOutputMin 1"
+ vvtOutputMin2 = "vvtOutputMin 2"
+ vvtOutputMax1 = "vvtOutputMax 1"
+ vvtOutputMax2 = "vvtOutputMax 2"
+ minimumIgnitionTiming = "Minimim timing advance allowed. No spark on any cylinder will ever fire after this angle BTDC. For example, setting -10 here means no spark ever fires later than 10 deg ATDC. Note that this only concerns the primary spark: any trailing sparks or multispark may violate this constraint."
+ maximumIgnitionTiming = "Maximum timing advance allowed. No spark on any cylinder will ever fire before this angle BTDC. For example, setting 45 here means no spark ever fires earlier than 45 deg BTDC"
+ vvtMode1 = "vvtMode 1"
+ vvtMode2 = "vvtMode 2"
+ fan2ExtraIdle = "Additional idle % when fan #2 is active"
+ primingDelay = "Delay to allow fuel pressure to build before firing the priming pulse."
+ auxAnalogInputs1 = "auxAnalogInputs 1"
+ auxAnalogInputs2 = "auxAnalogInputs 2"
+ auxAnalogInputs3 = "auxAnalogInputs 3"
+ auxAnalogInputs4 = "auxAnalogInputs 4"
+ auxAnalogInputs5 = "auxAnalogInputs 5"
+ auxAnalogInputs6 = "auxAnalogInputs 6"
+ auxAnalogInputs7 = "auxAnalogInputs 7"
+ auxAnalogInputs8 = "auxAnalogInputs 8"
+ trailingCoilPins1 = "trailingCoilPins 1"
+ trailingCoilPins2 = "trailingCoilPins 2"
+ trailingCoilPins3 = "trailingCoilPins 3"
+ trailingCoilPins4 = "trailingCoilPins 4"
+ trailingCoilPins5 = "trailingCoilPins 5"
+ trailingCoilPins6 = "trailingCoilPins 6"
+ trailingCoilPins7 = "trailingCoilPins 7"
+ trailingCoilPins8 = "trailingCoilPins 8"
+ trailingCoilPins9 = "trailingCoilPins 9"
+ trailingCoilPins10 = "trailingCoilPins 10"
+ trailingCoilPins11 = "trailingCoilPins 11"
+ trailingCoilPins12 = "trailingCoilPins 12"
+ fuelReferencePressure = "This is the pressure at which your injector flow is known.\nFor example if your injectors flow 400cc/min at 3.5 bar, enter 350kpa here."
+ postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start"
+ postCrankingDurationSec = "Time over which to taper out after start enrichment"
+ auxTempSensor1_tempC_1 = "Temperature 1"
+ auxTempSensor1_tempC_2 = "Temperature 2, must be > Temperature 1"
+ auxTempSensor1_tempC_3 = "Temperature 3, must be > Temperature 2"
+ auxTempSensor1_resistance_1 = "Sensor resistance while at temperature 1"
+ auxTempSensor1_resistance_2 = "Sensor resistance while at temperature 2"
+ auxTempSensor1_resistance_3 = "Sensor resistance while at temperature 3"
+ auxTempSensor1_bias_resistor = "Pull-up resistor value on your board"
+ auxTempSensor2_tempC_1 = "Temperature 1"
+ auxTempSensor2_tempC_2 = "Temperature 2, must be > Temperature 1"
+ auxTempSensor2_tempC_3 = "Temperature 3, must be > Temperature 2"
+ auxTempSensor2_resistance_1 = "Sensor resistance while at temperature 1"
+ auxTempSensor2_resistance_2 = "Sensor resistance while at temperature 2"
+ auxTempSensor2_resistance_3 = "Sensor resistance while at temperature 3"
+ auxTempSensor2_bias_resistor = "Pull-up resistor value on your board"
+ etbWastegatePid_offset = "Linear addition to PID logic"
+ etbWastegatePid_minValue = "Output Min Duty Cycle"
+ etbWastegatePid_maxValue = "Output Max Duty Cycle"
+ stepperNumMicroSteps = "For micro-stepping, make sure that PWM frequency (etbFreq) is high enough"
+ stepperMinDutyCycle = "Use to limit the current when the stepper motor is idle, not moving (100% = no limit)"
+ stepperMaxDutyCycle = "Use to limit the max.current through the stepper motor (100% = no limit)"
+ timing_offset_cylinder1 = "per-cylinder timing correction 1"
+ timing_offset_cylinder2 = "per-cylinder timing correction 2"
+ timing_offset_cylinder3 = "per-cylinder timing correction 3"
+ timing_offset_cylinder4 = "per-cylinder timing correction 4"
+ timing_offset_cylinder5 = "per-cylinder timing correction 5"
+ timing_offset_cylinder6 = "per-cylinder timing correction 6"
+ timing_offset_cylinder7 = "per-cylinder timing correction 7"
+ timing_offset_cylinder8 = "per-cylinder timing correction 8"
+ timing_offset_cylinder9 = "per-cylinder timing correction 9"
+ timing_offset_cylinder10 = "per-cylinder timing correction 10"
+ timing_offset_cylinder11 = "per-cylinder timing correction 11"
+ timing_offset_cylinder12 = "per-cylinder timing correction 12"
+ vvtControlMinClt = "Minimum coolant temperature to activate VVT"
+ minimumInjectionPulseWidth = "Minimum allowed pulse width (before adding deadtime). Pulses less than this duration will be extended."
+ mafMinVoltage = "Minimum allowed MAF input voltage. Less than this triggers P0102."
+ mafMaxVoltage = "Maximum allowed MAF input voltage. More than this triggers P0103."
+ ecumasterEgtToCanBaseId = "Default 1552 for EMU Classic, 1632 for EMU Black."
+ minStepperVoltage = "Minimum voltage to attempt to move the idle stepper. Maybe your motor doesn't work below this voltage and will lose its position."
+ mc33816_rstb = "ResetB"
+ brakePedalPin = "Brake pedal switch"
+ auxPid1_offset = "Linear addition to PID logic"
+ auxPid1_minValue = "Output Min Duty Cycle"
+ auxPid1_maxValue = "Output Max Duty Cycle"
+ auxPid2_offset = "Linear addition to PID logic"
+ auxPid2_minValue = "Output Min Duty Cycle"
+ auxPid2_maxValue = "Output Max Duty Cycle"
+ injectorCorrectionPolynomial1 = "injectorCorrectionPolynomial 1"
+ injectorCorrectionPolynomial2 = "injectorCorrectionPolynomial 2"
+ injectorCorrectionPolynomial3 = "injectorCorrectionPolynomial 3"
+ injectorCorrectionPolynomial4 = "injectorCorrectionPolynomial 4"
+ injectorCorrectionPolynomial5 = "injectorCorrectionPolynomial 5"
+ injectorCorrectionPolynomial6 = "injectorCorrectionPolynomial 6"
+ injectorCorrectionPolynomial7 = "injectorCorrectionPolynomial 7"
+ injectorCorrectionPolynomial8 = "injectorCorrectionPolynomial 8"
+ fan2OnTemperature = "Cooling fan turn-on temperature threshold, in Celsius"
+ fan2OffTemperature = "Cooling fan turn-off temperature threshold, in Celsius"
+ maxInjectorDutySustainedTimeout = "Timeout period for duty cycle over the sustained limit to trigger duty cycle protection."
+ etbJamTimeout = "Time after which the throttle is considered jammed."
+ coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active."
+ coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle"
+ coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position."
+ coastingFuelCutClt = "Fuel cutoff is disabled when the engine is cold."
+ triggerSkipPulses = "Some trigger hardware may generate noise when the engine starts moving. Set this to ignore the first pulses when the engine starts moving."
+ mapAveragingCylinderBalanceMinRpm = "Above this RPM, apply automatic cylinder balancing to MAP measurements."
+ coastingFuelCutMap = "MAP value above which fuel injection is re-enabled."
+ scriptCurveName1 = "scriptCurveName 1"
+ scriptCurveName2 = "scriptCurveName 2"
+ scriptCurveName3 = "scriptCurveName 3"
+ scriptCurveName4 = "scriptCurveName 4"
+ scriptCurveName5 = "scriptCurveName 5"
+ scriptCurveName6 = "scriptCurveName 6"
+ scriptTableName1 = "scriptTableName 1"
+ scriptTableName2 = "scriptTableName 2"
+ scriptTableName3 = "scriptTableName 3"
+ scriptTableName4 = "scriptTableName 4"
+ scriptSettingName1 = "scriptSettingName 1"
+ scriptSettingName2 = "scriptSettingName 2"
+ scriptSettingName3 = "scriptSettingName 3"
+ scriptSettingName4 = "scriptSettingName 4"
+ scriptSettingName5 = "scriptSettingName 5"
+ scriptSettingName6 = "scriptSettingName 6"
+ scriptSettingName7 = "scriptSettingName 7"
+ scriptSettingName8 = "scriptSettingName 8"
+ tChargeAirCoefMin = "Heat transfer coefficient at zero flow.\n0 means the air charge is fully heated to the same temperature as CLT.\n1 means the air charge gains no heat, and enters the cylinder at the temperature measured by IAT."
+ tChargeAirCoefMax = "Heat transfer coefficient at high flow, as defined by "max air flow".\n0 means the air charge is fully heated to the same temperature as CLT.\n1 means the air charge gains no heat, and enters the cylinder at the temperature measured by IAT."
+ tChargeAirFlowMax = "High flow point for heat transfer estimation.\nSet this to perhaps 50-75% of your maximum airflow at wide open throttle."
+ tChargeAirIncrLimit = "Maximum allowed rate of increase allowed for the estimated charge temperature"
+ tChargeAirDecrLimit = "Maximum allowed rate of decrease allowed for the estimated charge temperature"
+ etb_iTermMin = "iTerm min value"
+ etb_iTermMax = "iTerm max value"
+ idleTimingPid_offset = "Linear addition to PID logic"
+ idleTimingPid_minValue = "Output Min Duty Cycle"
+ idleTimingPid_maxValue = "Output Max Duty Cycle"
+ tpsAccelFractionPeriod = "A delay in cycles between fuel-enrich. portions"
+ rpmHardLimitHyst = "If the hard limit is 7200rpm and hysteresis is 200rpm, then when the ECU sees 7200rpm, fuel/ign will cut, and stay cut until 7000rpm (7200-200) is reached"
+ ignTestCount = "How many test bench pulses do you want"
+ tpsAccelFractionDivisor = "A fraction divisor: 1 or less = entire portion at once, or split into diminishing fractions"
+ idlerpmpid_iTermMin = "iTerm min value"
+ stoichRatioPrimary = "Stoichiometric ratio for your primary fuel. When Flex Fuel is enabled, this value is used when the Flex Fuel sensor indicates E0.\nE0 = 14.7\nE10 = 14.1\nE85 = 9.9\nE100 = 9.0"
+ idlerpmpid_iTermMax = "iTerm max value"
+ etbIdleThrottleRange = "This sets the range of the idle control on the ETB. At 100% idle position, the value specified here sets the base ETB position."
+ cylinderBankSelect1 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 1"
+ cylinderBankSelect2 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 2"
+ cylinderBankSelect3 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 3"
+ cylinderBankSelect4 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 4"
+ cylinderBankSelect5 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 5"
+ cylinderBankSelect6 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 6"
+ cylinderBankSelect7 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 7"
+ cylinderBankSelect8 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 8"
+ cylinderBankSelect9 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 9"
+ cylinderBankSelect10 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 10"
+ cylinderBankSelect11 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 11"
+ cylinderBankSelect12 = "Select which fuel correction bank this cylinder belongs to. Group cylinders that share the same O2 sensor 12"
+ gppwm1_pin = "Select a pin to use for PWM or on-off output."
+ gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm1_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm1_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm1_loadAxis = "Selects the Y axis to use for the table."
+ gppwm1_rpmAxis = "Selects the X axis to use for the table."
+ gppwm2_pin = "Select a pin to use for PWM or on-off output."
+ gppwm2_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm2_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm2_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm2_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm2_loadAxis = "Selects the Y axis to use for the table."
+ gppwm2_rpmAxis = "Selects the X axis to use for the table."
+ gppwm3_pin = "Select a pin to use for PWM or on-off output."
+ gppwm3_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm3_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm3_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm3_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm3_loadAxis = "Selects the Y axis to use for the table."
+ gppwm3_rpmAxis = "Selects the X axis to use for the table."
+ gppwm4_pin = "Select a pin to use for PWM or on-off output."
+ gppwm4_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage."
+ gppwm4_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode."
+ gppwm4_onAboveDuty = "Hysteresis: in on-off mode, turn the output on when the table value is above this duty."
+ gppwm4_offBelowDuty = "Hysteresis: in on-off mode, turn the output off when the table value is below this duty."
+ gppwm4_loadAxis = "Selects the Y axis to use for the table."
+ gppwm4_rpmAxis = "Selects the X axis to use for the table."
+ mc33_i_boost = "Boost Current"
+ mc33_i_peak = "Peak Current"
+ mc33_i_hold = "Hold Current"
+ mc33_t_max_boost = "Maximum allowed boost phase time. If the injector current doesn't reach the threshold before this time elapses, it is assumed that the injector is missing or has failed open circuit."
+ mc33_t_peak_tot = "Peak phase duration"
+ mc33_t_hold_tot = "Hold phase duration"
+ triggerGapOverrideFrom1 = "triggerGapOverrideFrom 1"
+ triggerGapOverrideFrom2 = "triggerGapOverrideFrom 2"
+ triggerGapOverrideFrom3 = "triggerGapOverrideFrom 3"
+ triggerGapOverrideFrom4 = "triggerGapOverrideFrom 4"
+ triggerGapOverrideFrom5 = "triggerGapOverrideFrom 5"
+ triggerGapOverrideFrom6 = "triggerGapOverrideFrom 6"
+ triggerGapOverrideFrom7 = "triggerGapOverrideFrom 7"
+ triggerGapOverrideFrom8 = "triggerGapOverrideFrom 8"
+ triggerGapOverrideFrom9 = "triggerGapOverrideFrom 9"
+ triggerGapOverrideFrom10 = "triggerGapOverrideFrom 10"
+ triggerGapOverrideFrom11 = "triggerGapOverrideFrom 11"
+ triggerGapOverrideFrom12 = "triggerGapOverrideFrom 12"
+ triggerGapOverrideFrom13 = "triggerGapOverrideFrom 13"
+ triggerGapOverrideFrom14 = "triggerGapOverrideFrom 14"
+ triggerGapOverrideFrom15 = "triggerGapOverrideFrom 15"
+ triggerGapOverrideFrom16 = "triggerGapOverrideFrom 16"
+ triggerGapOverrideFrom17 = "triggerGapOverrideFrom 17"
+ triggerGapOverrideFrom18 = "triggerGapOverrideFrom 18"
+ triggerGapOverrideTo1 = "triggerGapOverrideTo 1"
+ triggerGapOverrideTo2 = "triggerGapOverrideTo 2"
+ triggerGapOverrideTo3 = "triggerGapOverrideTo 3"
+ triggerGapOverrideTo4 = "triggerGapOverrideTo 4"
+ triggerGapOverrideTo5 = "triggerGapOverrideTo 5"
+ triggerGapOverrideTo6 = "triggerGapOverrideTo 6"
+ triggerGapOverrideTo7 = "triggerGapOverrideTo 7"
+ triggerGapOverrideTo8 = "triggerGapOverrideTo 8"
+ triggerGapOverrideTo9 = "triggerGapOverrideTo 9"
+ triggerGapOverrideTo10 = "triggerGapOverrideTo 10"
+ triggerGapOverrideTo11 = "triggerGapOverrideTo 11"
+ triggerGapOverrideTo12 = "triggerGapOverrideTo 12"
+ triggerGapOverrideTo13 = "triggerGapOverrideTo 13"
+ triggerGapOverrideTo14 = "triggerGapOverrideTo 14"
+ triggerGapOverrideTo15 = "triggerGapOverrideTo 15"
+ triggerGapOverrideTo16 = "triggerGapOverrideTo 16"
+ triggerGapOverrideTo17 = "triggerGapOverrideTo 17"
+ triggerGapOverrideTo18 = "triggerGapOverrideTo 18"
+ maxCamPhaseResolveRpm = "Below this RPM, use camshaft information to synchronize the crank's position for full sequential operation. Use this if your cam sensor does weird things at high RPM. Set to 0 to disable, and always use cam to help sync crank."
+ dfcoDelay = "Delay before cutting fuel. Set to 0 to cut immediately with no delay. May cause rumbles and pops out of your exhaust..."
+ acDelay = "Delay before engaging the AC compressor. Set to 0 to engage immediately with no delay. Use this to prevent bogging at idle when AC engages."
+ acStartDelay = "Delay before the AC compressor engages after the start of the engine. Set 0 to engage immediately."
+ etbJamDetectThreshold = "Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited."
+ hpfpPeakPos = "Crank angle ATDC of first lobe peak"
+ hpfpMinAngle = "If the requested activation time is below this angle, don't bother running the pump"
+ hpfpPumpVolume = "Size of the pump chamber in cc. Typical Bosch HDP5 has a 9.0mm diameter, typical BMW N* stroke is 4.4mm."
+ hpfpActivationAngle = "How long to keep the valve activated (in order to allow the pump to build pressure and keep the valve open on its own)"
+ hpfpTargetDecay = "The fastest rate the target pressure can be reduced by. This is because HPFP have no way to bleed off pressure other than injecting fuel."
+ stepper_raw_output1 = "stepper_raw_output 1"
+ stepper_raw_output2 = "stepper_raw_output 2"
+ stepper_raw_output3 = "stepper_raw_output 3"
+ stepper_raw_output4 = "stepper_raw_output 4"
+ gearRatio1 = "gearRatio 1"
+ gearRatio2 = "gearRatio 2"
+ gearRatio3 = "gearRatio 3"
+ gearRatio4 = "gearRatio 4"
+ gearRatio5 = "gearRatio 5"
+ gearRatio6 = "gearRatio 6"
+ gearRatio7 = "gearRatio 7"
+ gearRatio8 = "gearRatio 8"
+ vvtActivationDelayMs = "We need to give engine time to build oil pressure without diverting it to VVT"
+ etbMinimumPosition = "Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle."
+ ignTestOffTime = "Time between bench test pulses"
+ crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
+ luaDigitalInputPins1 = "luaDigitalInputPins 1"
+ luaDigitalInputPins2 = "luaDigitalInputPins 2"
+ luaDigitalInputPins3 = "luaDigitalInputPins 3"
+ luaDigitalInputPins4 = "luaDigitalInputPins 4"
+ luaDigitalInputPins5 = "luaDigitalInputPins 5"
+ luaDigitalInputPins6 = "luaDigitalInputPins 6"
+ luaDigitalInputPins7 = "luaDigitalInputPins 7"
+ luaDigitalInputPins8 = "luaDigitalInputPins 8"
+ canVssScaling = "Scale the reported vehicle speed value from CAN. Example: Parameter set to 1.1, CAN VSS reports 50kph, ECU will report 55kph instead."
+ widebandMode = "Select which type of wideband O2 controller you're using."
+ tpsSecondaryMaximum = "For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%. 0 and 100 disable, <20 invalid, rest will avoid sensor averaging."
+ ppsSecondaryMaximum = "For Toyota ETCS-i, use ~69%. 0 and 100 disable, <20 invalid, rest will avoid sensor averaging."
+ luaDigitalInputPinModes1 = "luaDigitalInputPinModes 1"
+ luaDigitalInputPinModes2 = "luaDigitalInputPinModes 2"
+ luaDigitalInputPinModes3 = "luaDigitalInputPinModes 3"
+ luaDigitalInputPinModes4 = "luaDigitalInputPinModes 4"
+ luaDigitalInputPinModes5 = "luaDigitalInputPinModes 5"
+ luaDigitalInputPinModes6 = "luaDigitalInputPinModes 6"
+ luaDigitalInputPinModes7 = "luaDigitalInputPinModes 7"
+ luaDigitalInputPinModes8 = "luaDigitalInputPinModes 8"
+ oilTempSensor_tempC_1 = "Temperature 1"
+ oilTempSensor_tempC_2 = "Temperature 2, must be > Temperature 1"
+ oilTempSensor_tempC_3 = "Temperature 3, must be > Temperature 2"
+ oilTempSensor_resistance_1 = "Sensor resistance while at temperature 1"
+ oilTempSensor_resistance_2 = "Sensor resistance while at temperature 2"
+ oilTempSensor_resistance_3 = "Sensor resistance while at temperature 3"
+ oilTempSensor_bias_resistor = "Pull-up resistor value on your board"
+ fuelTempSensor_tempC_1 = "Temperature 1"
+ fuelTempSensor_tempC_2 = "Temperature 2, must be > Temperature 1"
+ fuelTempSensor_tempC_3 = "Temperature 3, must be > Temperature 2"
+ fuelTempSensor_resistance_1 = "Sensor resistance while at temperature 1"
+ fuelTempSensor_resistance_2 = "Sensor resistance while at temperature 2"
+ fuelTempSensor_resistance_3 = "Sensor resistance while at temperature 3"
+ fuelTempSensor_bias_resistor = "Pull-up resistor value on your board"
+ ambientTempSensor_tempC_1 = "Temperature 1"
+ ambientTempSensor_tempC_2 = "Temperature 2, must be > Temperature 1"
+ ambientTempSensor_tempC_3 = "Temperature 3, must be > Temperature 2"
+ ambientTempSensor_resistance_1 = "Sensor resistance while at temperature 1"
+ ambientTempSensor_resistance_2 = "Sensor resistance while at temperature 2"
+ ambientTempSensor_resistance_3 = "Sensor resistance while at temperature 3"
+ ambientTempSensor_bias_resistor = "Pull-up resistor value on your board"
+ compressorDischargeTemperature_tempC_1 = "Temperature 1"
+ compressorDischargeTemperature_tempC_2 = "Temperature 2, must be > Temperature 1"
+ compressorDischargeTemperature_tempC_3 = "Temperature 3, must be > Temperature 2"
+ compressorDischargeTemperature_resistance_1 = "Sensor resistance while at temperature 1"
+ compressorDischargeTemperature_resistance_2 = "Sensor resistance while at temperature 2"
+ compressorDischargeTemperature_resistance_3 = "Sensor resistance while at temperature 3"
+ compressorDischargeTemperature_bias_resistor = "Pull-up resistor value on your board"
+ throttleInletPressureChannel = "Place the sensor before the throttle, but after any turbocharger/supercharger and intercoolers if fitted. Uses the same calibration as the MAP sensor."
+ compressorDischargePressureChannel = "Place the sensor after the turbocharger/supercharger, but before any intercoolers if fitted. Uses the same calibration as the MAP sensor."
+ maxInjectorDutyInstant = "If injector duty cycle hits this value, instantly cut fuel."
+ maxInjectorDutySustained = "If injector duty cycle hits this value for the specified delay time, cut fuel."
+ speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled."
+ canSleepPeriodMs = "FOME verbose data transmit period (approximate)"
+ canVirtualInputs1_id = "CAN ID to match for this input"
+ canVirtualInputs1_byte = "Which byte to read the value from"
+ canVirtualInputs1_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs1_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs1_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs2_id = "CAN ID to match for this input"
+ canVirtualInputs2_byte = "Which byte to read the value from"
+ canVirtualInputs2_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs2_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs2_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs3_id = "CAN ID to match for this input"
+ canVirtualInputs3_byte = "Which byte to read the value from"
+ canVirtualInputs3_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs3_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs3_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs4_id = "CAN ID to match for this input"
+ canVirtualInputs4_byte = "Which byte to read the value from"
+ canVirtualInputs4_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs4_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs4_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs5_id = "CAN ID to match for this input"
+ canVirtualInputs5_byte = "Which byte to read the value from"
+ canVirtualInputs5_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs5_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs5_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs6_id = "CAN ID to match for this input"
+ canVirtualInputs6_byte = "Which byte to read the value from"
+ canVirtualInputs6_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs6_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs6_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs7_id = "CAN ID to match for this input"
+ canVirtualInputs7_byte = "Which byte to read the value from"
+ canVirtualInputs7_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs7_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs7_defaultValue = "Default value in case the timeout expires"
+ canVirtualInputs8_id = "CAN ID to match for this input"
+ canVirtualInputs8_byte = "Which byte to read the value from"
+ canVirtualInputs8_bitOffset = "Which bit within the specified byte to read"
+ canVirtualInputs8_timeout = "If no frame is received in this time, revert to the configured default value"
+ canVirtualInputs8_defaultValue = "Default value in case the timeout expires"
+ dtcControl_p0102 = "Behavior for P0107: MAF Sensor Circuit Low Input. Triggered when MAF input voltage is less than the configured minimum value."
+ dtcControl_p0103 = "Behavior for P0108: MAF Sensor Circuit High Input. Triggered when MAF input voltage is greater than the configured maximum value."
+ dtcControl_p0107 = "Behavior for P0107: MAP Sensor Circuit Low Input. Triggered when MAP voltage is less than the range of pressures allowed above."
+ dtcControl_p0108 = "Behavior for P0108: MAP Sensor Circuit High Input. Triggered when MAP voltage is greater than the range of pressures allowed above."
+ dtcControl_p0112 = "Behavior for P0112: Intake Air Temperature Sensor Circuit Low. Triggered when intake air temp sensor voltage is less than 0.05 volts."
+ dtcControl_p0113 = "Behavior for P0113: Intake Air Temperature Sensor Circuit High. Triggered when intake air temp sensor voltage is greater than 4.9 volts."
+ dtcControl_p0117 = "Behavior for P0117: Coolant Temperature Sensor Circuit Low. Triggered when coolant temp sensor voltage is less than 0.05 volts."
+ dtcControl_p0118 = "Behavior for P0118: Coolant Temperature Sensor Circuit Low. Triggered when coolant temp sensor voltage is greater than 4.9 volts."
+ dtcControl_p0176 = "Behavior for P0176: Fuel Composition Sensor Malfunction. Triggered when the signal from the flex sensor is lost (missing pull-up resistor? unplugged? broken wire?)."
+ dtcControl_p0178 = "Behavior for P0178: Fuel Composition Sensor Circuit Low Input. Triggered when flex sensor signal is present, but the frequency is too low (<45hz)."
+ dtcControl_p0179 = "Behavior for P0179: Fuel Composition Sensor Circuit High Input. Triggered when flex sensor signal is present, but the frequency is too high (>155hz). Possible methanol contamination."
+ dtcControl_p0197 = "Behavior for P0197: Engine Oil Temperature Sensor Circuit Low. Triggered when oil temp sensor voltage is less than 0.05 volts."
+ dtcControl_p0198 = "Behavior for P0198: Engine Oil Temperature Sensor Circuit High. Triggered when oil temp sensor voltage is greater than 4.9 volts."
+ dtcControl_p0336 = "Behavior for P0336: Crank sensor sync errors. Triggered when 50 crank trigger errors are registered during a single engine run."
+ dtcControl_camNoSignal = "Behavior for P0340/P0345/P0365/P0385: Cam sensor missing. Triggered if the primary trigger signal is present, but cam signal is not."
+ dtcControl_camSyncErrors = "Behavior for P0341/P0346/P0366/P0386: Cam sensor sync errors. Triggered when 50 crank trigger errors are registered during a single engine run."
+ dtcControl_p0522 = "Behavior for P0522: Engine Oil Pressure Sensor Circuit Low. Triggered when oil pressure sensor voltage is less than allowed limits."
+ dtcControl_p0523 = "Behavior for P0523: Engine Oil Pressure Sensor Circuit High. Triggered when oil pressure sensor voltage is greater than allowed limits."
+ dtcControl_knockSensorLow = "Behavior for P0327/P0332: Knock Sensor 1/2 Circuit Low Input. Triggered for each knock sensor when the signal is below the specified threshold for longer than the specified timeout."
+ etbBiasBins = "target TPS value, 0 to 100%"
+ etbBiasValues = "PWM bias, -100% to 100%. The output of this table is added to the output of the ETB PID function to generate the final ETB Duty output."
+ sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM"
+ cltIdleRpmBins = "CLT-based target RPM for automatic idle controller"
+ cltIdleRpm = "Sets the target engine speed that is used for the closed-loop idle air and closed-loop idle timing algorithms."
+ cltTimingBins = "CLT-based timing correction"
+ crankingTpsCoef = "Cranking fuel correction coefficient based on TPS"
+ crankingAdvanceBins = "Optional timing advance table for Cranking (see useSeparateAdvanceForCranking)"
+ crankingAdvance = "Optional timing advance table for Cranking (see useSeparateAdvanceForCranking)"
+ iacCoastingRpmBins = "RPM-based idle position for coasting"
+ iacCoasting = "RPM-based idle position for coasting"
+ cltCrankingCorrBins = "CLT-based cranking position multiplier for simple manual idle controller"
+ cltCrankingCorr = "CLT-based cranking position multiplier for simple manual idle controller"
+ cltCrankingTaperCorrBins = "CLT-based taper duration multiplier for simple manual idle controller"
+ cltCrankingTaperCorr = "CLT-based taper duration multiplier for simple manual idle controller"
+ idleAdvanceBins = "Optional timing advance table for Idle (see useSeparateAdvanceForIdle)"
+ idleAdvance = "Optional timing advance table for Idle (see useSeparateAdvanceForIdle)"
+ cltIdleCorrBins = "CLT-based idle position multiplier for simple manual idle controller"
+ cltIdleCorr = "CLT-based idle position multiplier for simple manual idle controller"
+ mapEstimateTable = "This table is used as a fallback in case of MAP sensor failure to estimate the MAP value at a given throttle position and engine speed. For example a naturally-aspirated engine's MAP value at 100% TPS should be 100kPa. At 0% TPS and at idle speed this value should be set to the engine's typical idling MAP reading. This table can be populated based on analysis of a log file at different engine speeds and loads."
+ tpsTpsAccelTable = "When the TPS accel threshold is exceeded, the original TPS value (X axis) is compared to the new larger TPS value (Y axis) to determine the extra fuel added to the pulsewidth in milliseconds. Where the From TPS value is greater than or less than the To TPS value that cell should be 0."
+ throttleEstimateEffectiveAreaValues = "In units of g/s normalized to choked flow conditions"
+ knockBaseNoise = "Knock sensor output knock detection threshold depending on current RPM."
+ tpsTspCorrValues = "Multiplier applied to the output of the TPS/TPS Acceleration Extra Fuel table. In general, engines may need more acceleration enrichment at lower engine speeds than higher engine speeds. A value of 2.0 multiplies the additional acceleration enrichment pulsewidth by 200%, a value of 1.0 does not modify the output."
+ dfcoMapRpmValues = "DFCO will activate when operating below this curve. Used to allow a higher threshold at low RPM where less vaccuum is generated"
+ lambdaSensorSourceIndex1 = "Physical CAN bus sensor index to use for logical lambda sensor channel 1"
+ lambdaSensorSourceIndex2 = "Physical CAN bus sensor index to use for logical lambda sensor channel 2"
+ lambdaSensorSourceIndex3 = "Physical CAN bus sensor index to use for logical lambda sensor channel 3"
+ lambdaSensorSourceIndex4 = "Physical CAN bus sensor index to use for logical lambda sensor channel 4"
+ lambdaSensorSourceBus1 = "CAN bus to use for lambda sensor channel 1"
+ lambdaSensorSourceBus2 = "CAN bus to use for lambda sensor channel 2"
+ lambdaSensorSourceBus3 = "CAN bus to use for lambda sensor channel 3"
+ lambdaSensorSourceBus4 = "CAN bus to use for lambda sensor channel 4"
+ fan1DutyAcOff = "Fan 1 duty cycle when AC is off"
+ fan1DutyAcOn = "Fan 1 duty cycle when AC is on"
+ fan2DutyAcOff = "Fan 2 duty cycle when AC is off"
+ fan2DutyAcOn = "Fan 2 duty cycle when AC is on"
+
+
+; SettingContextHelpEnd
+; CONFIG_DEFINITION_END
+
+[Tuning]
+ spotDepth = 2 ; 0 = no indicators, 1 = Z only, 2 = XYZ indicators.
+ cursorDepth = 2 ; Same as spot depth.
+
+ gaugeColumns = 1 ; Only 1 or 2 are valid.
+
+ pageButtons = "&EGO"
+ gauge1 = RPMGauge
+#if LAMBDA
+ gauge2 = lambda1Gauge
+#else
+ gauge2 = afr1Gauge
+#endif
+ gauge3 = MAPGauge
+ gauge4 = veValueGauge
+
+
+[LoggerDefinition]
+; valid logger types: composite, tooth, trigger, csv
+ loggerDef = compositeLogger, "Trigger Logger", composite
+ startCommand = "l\x01"
+ stopCommand = "l\x02"
+ dataReadCommand = "l\x03"
+ dataReadTimeout = 10000 ; time in ms
+ dataReadyCondition = { toothLogReady }
+ continuousRead = true
+
+ ; recordDef = headerLen, footerLen, recordLen
+ recordDef = 0, 0, 5
+
+ ; these names are hard-coded inside TS
+ recordField = refTime, "RefTime", 8, 32, 0.001, "ms"
+ recordField = priLevel, "PriLevel", 0, 1, 1, "Flag"
+ recordField = secLevel, "SecLevel", 1, 1, 1, "Flag"
+ recordField = trigger, "Trigger", 2, 1, 1, "Flag"
+ recordField = sync, "Sync", 3, 1, 1, "Flag"
+ recordField = tdc, "TDC", 4, 1, 1, "Flag"
+
+ ; these are optional extras
+ recordField = cam1, "Cam 1", 1, 1, 1, "Flag"
+ recordField = cam2, "Cam 2", 5, 1, 1, "Flag"
+ recordField = cam3, "Cam 3", 6, 1, 1, "Flag"
+ recordField = cam4, "Cam 4", 7, 1, 1, "Flag"
+
+ ; it seems that TS also needs to know the diff.size of a tooth
+ calcField = toothTime, "ToothTime", "ms", { refTime - pastValue(refTime, 1) }
+
+ ; The time field MUST be last according to ini spec document
+ calcField = time, "Time", "ms", { refTime }
+
+ loggerDef = triggerScope, "Trigger Oscilloscope", csv
+ startCommand = "l\x04"
+ stopCommand = "l\x05"
+ dataReadCommand = "l\x06"
+ dataReadTimeout = 1000
+ dataReadyCondition = { triggerScopeReady }
+ continuousRead = true
+
+ recordDef = 0, 0, 2
+ recordField = channel1, "Channel 1", 0, 8, {6.6 / 255}, "v"
+ recordField = channel2, "Channel 2", 8, 8, {6.6 / 255}, "v"
+
+[VeAnalyze]
+
+ ; tableName, lambdaTargetTableName, lambdaChannel, egoCorrectionChannel, activeCondition
+#if LAMBDA
+ veAnalyzeMap = veTableTbl, lambdaTableTbl, lambdaValues1, egoCorrectionForVeAnalyze, { 1 }
+ lambdaTargetTables = lambdaTableTbl, afrTSCustom
+#else
+ veAnalyzeMap = veTableTbl, afrTableTbl, afrGasolineScale, egoCorrectionForVeAnalyze, { 1 }
+ lambdaTargetTables = afrTableTbl, afrTSCustom
+#endif
+
+ ; filter = Name, "DisplayName", outputChannel, operator, defaultVal, userAdjustable
+ filter = minRPMFilter, "Minimum RPM", RPMValue, < , 500, , true
+
+ filter = minCltFilter, "Minimum CLT", coolant, < , 60, , true
+
+ filter = deltaTps, "dTPS", deltaTps > , 50, , true
+
+ filter = VBatt, "VBatt", VBatt < , 12, , true
+
+ filter = minTps, "Minimum TPS", TPSValue, < , 1, , true
+ filter = std_Custom ; Standard Custom Expression Filter.
+
+
+;
+; in order to add new TunerStudio data point you need to change one of *.txt files mentioned in LiveData.yaml
+;
+[OutputChannels]
+
+ ochGetCommand = "O%2o%2c"
+
+; see TS_OUTPUT_SIZE in console source code
+ ochBlockSize = 1304
+
+;
+; see TunerStudioOutputChannels struct
+;
+
+sd_present = bits, U32, 0, [0:0]
+sd_logging_internal = bits, U32, 0, [1:1]
+triggerScopeReady = bits, U32, 0, [2:2]
+antilagTriggered = bits, U32, 0, [3:3]
+isO2HeaterOn = bits, U32, 0, [4:4]
+checkEngine = bits, U32, 0, [5:5]
+needBurn = bits, U32, 0, [6:6]
+sd_msd = bits, U32, 0, [7:7]
+acrActive = bits, U32, 0, [8:8]
+toothLogReady = bits, U32, 0, [9:9]
+isTpsError = bits, U32, 0, [10:10]
+isCltError = bits, U32, 0, [11:11]
+isMapError = bits, U32, 0, [12:12]
+isIatError = bits, U32, 0, [13:13]
+isTriggerError = bits, U32, 0, [14:14]
+hasCriticalError = bits, U32, 0, [15:15]
+isWarnNow = bits, U32, 0, [16:16]
+isPedalError = bits, U32, 0, [17:17]
+launchTriggered = bits, U32, 0, [18:18]
+isTps2Error = bits, U32, 0, [19:19]
+injectorFault = bits, U32, 0, [20:20]
+ignitionFault = bits, U32, 0, [21:21]
+isUsbConnected = bits, U32, 0, [22:22]
+dfcoActive = bits, U32, 0, [23:23]
+RPMValue = scalar, U16, 4, "RPM", 1, 0
+rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
+coolant = scalar, S16, 8, "deg C", 0.01, 0
+intake = scalar, S16, 10, "deg C", 0.01, 0
+auxTemp1 = scalar, S16, 12, "deg C", 0.01, 0
+auxTemp2 = scalar, S16, 14, "deg C", 0.01, 0
+oilTemp = scalar, S16, 16, "deg C", 0.01, 0
+fuelTemp = scalar, S16, 18, "deg C", 0.01, 0
+ambientTemp = scalar, S16, 20, "deg C", 0.01, 0
+compressorDischargeTemp = scalar, S16, 22, "deg C", 0.01, 0
+TPSValue = scalar, S16, 24, "%", 0.01, 0
+tpsADC = scalar, U16, 26, "ADC", 1, 0
+TPS2Value = scalar, S16, 28, "%", 0.01, 0
+throttlePedalPosition = scalar, S16, 30, "%", 0.01, 0
+tps1Split = scalar, S16, 32, "%", 0.01, 0
+tps2Split = scalar, S16, 34, "%", 0.01, 0
+tps12Split = scalar, S16, 36, "%", 0.01, 0
+accPedalSplit = scalar, S16, 38, "%", 0.01, 0
+rawTps1Primary = scalar, S16, 40, "V", 0.001, 0
+rawTps1Secondary = scalar, S16, 42, "V", 0.001, 0
+rawTps2Primary = scalar, S16, 44, "V", 0.001, 0
+rawTps2Secondary = scalar, S16, 46, "V", 0.001, 0
+rawPpsPrimary = scalar, S16, 48, "V", 0.001, 0
+rawPpsSecondary = scalar, S16, 50, "V", 0.001, 0
+rawBattery = scalar, S16, 52, "V", 0.001, 0
+rawClt = scalar, S16, 54, "V", 0.001, 0
+rawIat = scalar, S16, 56, "V", 0.001, 0
+rawOilPressure = scalar, S16, 58, "V", 0.001, 0
+rawLowFuelPressure = scalar, S16, 60, "V", 0.001, 0
+rawHighFuelPressure = scalar, S16, 62, "V", 0.001, 0
+rawMaf = scalar, U16, 64, "V", 0.001, 0
+rawMaf2 = scalar, U16, 66, "V", 0.001, 0
+rawMap = scalar, U16, 68, "V", 0.001, 0
+rawWastegatePosition = scalar, S16, 70, "V", 0.001, 0
+rawFuelTankLevel = scalar, U16, 72, "V", 0.001, 0
+rawAfr = scalar, U16, 74, "V", 0.001, 0
+rawAnalogInput1 = scalar, S16, 76, "V", 0.001, 0
+rawAnalogInput2 = scalar, S16, 78, "V", 0.001, 0
+rawAnalogInput3 = scalar, S16, 80, "V", 0.001, 0
+rawAnalogInput4 = scalar, S16, 82, "V", 0.001, 0
+rawAnalogInput5 = scalar, S16, 84, "V", 0.001, 0
+rawAnalogInput6 = scalar, S16, 86, "V", 0.001, 0
+rawAnalogInput7 = scalar, S16, 88, "V", 0.001, 0
+rawAnalogInput8 = scalar, S16, 90, "V", 0.001, 0
+lambdaValues1 = scalar, U16, 92, "", 1.0E-4, 0
+lambdaValues2 = scalar, U16, 94, "", 1.0E-4, 0
+lambdaValues3 = scalar, U16, 96, "", 1.0E-4, 0
+lambdaValues4 = scalar, U16, 98, "", 1.0E-4, 0
+AFRValue = scalar, U16, 100, "AFR", 0.001, 0
+AFRValue2 = scalar, U16, 102, "AFR", 0.001, 0
+afrGasolineScale = scalar, U16, 104, "AFR", 0.001, 0
+afr2GasolineScale = scalar, U16, 106, "AFR", 0.001, 0
+lowFuelPressure = scalar, S16, 108, "kpa", 0.03333333333333333, 0
+highFuelPressure = scalar, S16, 110, "bar", 0.1, 0
+fuelTankLevel = scalar, S16, 112, "%", 0.01, 0
+flexPercent = scalar, U08, 114, "%", 0.5, 0
+vehicleSpeedKph = scalar, U08, 115, "kph", 1, 0
+speedToRpmRatio = scalar, U16, 116, "value", 0.01, 0
+wheelSpeedLf = scalar, U08, 118, "", 1, 0
+wheelSpeedRf = scalar, U08, 119, "", 1, 0
+wheelSpeedLr = scalar, U08, 120, "", 1, 0
+wheelSpeedRr = scalar, U08, 121, "", 1, 0
+vvtPositionB1I = scalar, S16, 122, "deg", 0.02, 0
+tsConfigVersion = scalar, U32, 124, "", 1, 0
+vvtPositionB1E = scalar, S16, 128, "deg", 0.02, 0
+vvtPositionB2I = scalar, S16, 130, "deg", 0.02, 0
+vvtPositionB2E = scalar, S16, 132, "deg", 0.02, 0
+baroPressure = scalar, U16, 134, "kPa", 0.03333333333333333, 0
+MAPValue = scalar, U16, 136, "kPa", 0.03333333333333333, 0
+mapFast = scalar, U16, 138, "kPa", 0.03333333333333333, 0
+oilPressure = scalar, U16, 140, "kPa", 0.03333333333333333, 0
+compressorDischargePressure = scalar, U16, 142, "kPa", 0.03333333333333333, 0
+throttleInletPressure = scalar, U16, 144, "kPa", 0.03333333333333333, 0
+auxLinear1 = scalar, S16, 146, "", 0.1, 0
+auxLinear2 = scalar, S16, 148, "", 0.1, 0
+auxLinear3 = scalar, S16, 150, "", 0.1, 0
+auxLinear4 = scalar, S16, 152, "", 0.1, 0
+VBatt = scalar, U16, 154, "V", 0.001, 0
+wastegatePositionSensor = scalar, S16, 156, "%", 0.01, 0
+auxSpeed1 = scalar, U16, 158, "s", 1, 0
+auxSpeed2 = scalar, U16, 160, "s", 1, 0
+mafMeasured = scalar, U16, 162, "kg/h", 0.1, 0
+mafMeasured2 = scalar, U16, 164, "kg/h", 0.1, 0
+fuelPidCorrection1 = scalar, S16, 166, "%", 0.01, 0
+fuelPidCorrection2 = scalar, S16, 168, "%", 0.01, 0
+fuelPidCorrection3 = scalar, S16, 170, "%", 0.01, 0
+fuelPidCorrection4 = scalar, S16, 172, "%", 0.01, 0
+Gego = scalar, U16, 174, "%", 0.01, 0
+fuelFlowRate = scalar, U16, 176, "gram/s", 0.005, 0
+totalFuelConsumption = scalar, U16, 178, "grams", 1, 0
+ignitionOnTime = scalar, U16, 180, "sec", 1, 0
+engineRunTime = scalar, U16, 182, "sec", 1, 0
+distanceTraveled = scalar, U16, 184, "km", 0.1, 0
+wallFuelAmount = scalar, U16, 186, "mg", 0.01, 0
+wallFuelCorrectionValue = scalar, S16, 188, "mg", 0.01, 0
+veValue = scalar, U08, 190, "ratio", 0.5, 0
+detectedGear = scalar, U08, 191, "", 1, 0
+maxTriggerReentrant = scalar, U08, 192, "", 1, 0
+luaGauges1 = scalar, F32, 196, "value", 1, 0
+luaGauges2 = scalar, F32, 200, "value", 1, 0
+luaLastCycleDuration = scalar, U16, 204, "us", 1, 0
+luaInvocationCounter = scalar, U08, 206, "count", 1, 0
+widebandUpdateProgress = scalar, U08, 207, "%", 1, 0
+orderingErrorCounter = scalar, U08, 208, "", 1, 0
+internalMcuTemperature = scalar, S08, 209, "deg C", 1, 0
+actualLastInjection = scalar, U16, 210, "ms", 0.0033333333333333335, 0
+actualLastInjectionStage2 = scalar, U16, 212, "ms", 0.0033333333333333335, 0
+injectorDutyCycle = scalar, U08, 214, "%", 0.5, 0
+injectorDutyCycleStage2 = scalar, U08, 215, "%", 0.5, 0
+injectionOffset = scalar, S16, 216, "deg", 1, 0
+revolutionCounterSinceStart = scalar, U16, 218, "", 1, 0
+canReadCounter = scalar, U16, 220, "", 1, 0
+tpsAccelFuel = scalar, S16, 222, "ms", 0.0033333333333333335, 0
+ignitionAdvance = scalar, S16, 224, "deg", 0.02, 0
+currentIgnitionMode = scalar, U08, 226, "", 1, 0
+currentInjectionMode = scalar, U08, 227, "", 1, 0
+idleStepperTargetPosition = scalar, U08, 228, "", 1, 0
+coilDutyCycle = scalar, U16, 230, "%", 0.01, 0
+seconds = scalar, U32, 232, "sec", 1, 0
+firmwareVersion = scalar, U32, 236, "version_f", 1, 0
+accelerationLat = scalar, S16, 240, "G", 0.001, 0
+accelerationLon = scalar, S16, 242, "G", 0.001, 0
+calibrationValue = scalar, F32, 244, "", 1, 0
+calibrationValue2 = scalar, F32, 248, "", 1, 0
+calibrationMode = scalar, U08, 252, "", 1, 0
+schedulingUsedCount = scalar, U08, 253, "", 1, 0
+warningCounter = scalar, U16, 254, "count", 1, 0
+lastErrorCode = scalar, U16, 256, "error", 1, 0
+recentErrorCode1 = scalar, U16, 258, "error", 1, 0
+recentErrorCode2 = scalar, U16, 260, "error", 1, 0
+recentErrorCode3 = scalar, U16, 262, "error", 1, 0
+recentErrorCode4 = scalar, U16, 264, "error", 1, 0
+recentErrorCode5 = scalar, U16, 266, "error", 1, 0
+recentErrorCode6 = scalar, U16, 268, "error", 1, 0
+recentErrorCode7 = scalar, U16, 270, "error", 1, 0
+recentErrorCode8 = scalar, U16, 272, "error", 1, 0
+debugFloatField1 = scalar, F32, 276, "val", 1, 0
+debugFloatField2 = scalar, F32, 280, "val", 1, 0
+debugFloatField3 = scalar, F32, 284, "val", 1, 0
+debugFloatField4 = scalar, F32, 288, "val", 1, 0
+debugFloatField5 = scalar, F32, 292, "val", 1, 0
+debugFloatField6 = scalar, F32, 296, "val", 1, 0
+debugFloatField7 = scalar, F32, 300, "val", 1, 0
+debugIntField1 = scalar, U32, 304, "val", 1, 0
+debugIntField2 = scalar, U32, 308, "val", 1, 0
+debugIntField3 = scalar, U32, 312, "val", 1, 0
+debugIntField4 = scalar, S16, 316, "val", 1, 0
+debugIntField5 = scalar, S16, 318, "val", 1, 0
+egt1 = scalar, U16, 320, "deg C", 1, 0
+egt2 = scalar, U16, 322, "deg C", 1, 0
+egt3 = scalar, U16, 324, "deg C", 1, 0
+egt4 = scalar, U16, 326, "deg C", 1, 0
+egt5 = scalar, U16, 328, "deg C", 1, 0
+egt6 = scalar, U16, 330, "deg C", 1, 0
+egt7 = scalar, U16, 332, "deg C", 1, 0
+egt8 = scalar, U16, 334, "deg C", 1, 0
+fuelClosedLoopBinIdx = scalar, U08, 336, "", 1, 0
+accelerationVert = scalar, S16, 338, "G", 0.001, 0
+gyroYaw = scalar, S16, 340, "deg/sec", 0.001, 0
+turboSpeed = scalar, U16, 342, "hz", 1, 0
+ignitionAdvanceCyl1 = scalar, S16, 344, "deg", 0.02, 0
+ignitionAdvanceCyl2 = scalar, S16, 346, "deg", 0.02, 0
+ignitionAdvanceCyl3 = scalar, S16, 348, "deg", 0.02, 0
+ignitionAdvanceCyl4 = scalar, S16, 350, "deg", 0.02, 0
+ignitionAdvanceCyl5 = scalar, S16, 352, "deg", 0.02, 0
+ignitionAdvanceCyl6 = scalar, S16, 354, "deg", 0.02, 0
+ignitionAdvanceCyl7 = scalar, S16, 356, "deg", 0.02, 0
+ignitionAdvanceCyl8 = scalar, S16, 358, "deg", 0.02, 0
+ignitionAdvanceCyl9 = scalar, S16, 360, "deg", 0.02, 0
+ignitionAdvanceCyl10 = scalar, S16, 362, "deg", 0.02, 0
+ignitionAdvanceCyl11 = scalar, S16, 364, "deg", 0.02, 0
+ignitionAdvanceCyl12 = scalar, S16, 366, "deg", 0.02, 0
+sparkCutReason = scalar, S08, 368, "code", 1, 0
+fuelCutReason = scalar, S08, 369, "code", 1, 0
+instantRpm = scalar, U16, 370, "rpm", 1, 0
+testBenchIter = scalar, U16, 372, "count", 1, 0
+vssEdgeCounter = scalar, U08, 374, "", 1, 0
+fallbackMap = scalar, U16, 376, "kPa", 0.1, 0
+instantMAPValue = scalar, U16, 378, "kPa", 0.03333333333333333, 0
+maxLockedDuration = scalar, U16, 380, "us", 1, 0
+canWriteOk = scalar, U16, 382, "", 1, 0
+canWriteNotOk = scalar, U16, 384, "", 1, 0
+starterState = scalar, U08, 386, "", 1, 0
+starterRelayDisable = scalar, U08, 387, "", 1, 0
+multiSparkCounter = scalar, U08, 388, "", 1, 0
+extiOverflowCount = scalar, U08, 389, "", 1, 0
+alternatorStatus_pTerm = scalar, S16, 392, "", 0.01, 0
+alternatorStatus_iTerm = scalar, S16, 394, "", 0.01, 0
+alternatorStatus_dTerm = scalar, S16, 396, "", 0.01, 0
+alternatorStatus_output = scalar, S16, 398, "", 0.01, 0
+alternatorStatus_error = scalar, S16, 400, "", 0.01, 0
+alternatorStatus_resetCounter = scalar, U16, 402, "", 1, 0
+idleStatus_pTerm = scalar, S16, 404, "", 0.01, 0
+idleStatus_iTerm = scalar, S16, 406, "", 0.01, 0
+idleStatus_dTerm = scalar, S16, 408, "", 0.01, 0
+idleStatus_output = scalar, S16, 410, "", 0.01, 0
+idleStatus_error = scalar, S16, 412, "", 0.01, 0
+idleStatus_resetCounter = scalar, U16, 414, "", 1, 0
+etbStatus_pTerm = scalar, S16, 416, "", 0.01, 0
+etbStatus_iTerm = scalar, S16, 418, "", 0.01, 0
+etbStatus_dTerm = scalar, S16, 420, "", 0.01, 0
+etbStatus_output = scalar, S16, 422, "", 0.01, 0
+etbStatus_error = scalar, S16, 424, "", 0.01, 0
+etbStatus_resetCounter = scalar, U16, 426, "", 1, 0
+boostStatus_pTerm = scalar, S16, 428, "", 0.01, 0
+boostStatus_iTerm = scalar, S16, 430, "", 0.01, 0
+boostStatus_dTerm = scalar, S16, 432, "", 0.01, 0
+boostStatus_output = scalar, S16, 434, "", 0.01, 0
+boostStatus_error = scalar, S16, 436, "", 0.01, 0
+boostStatus_resetCounter = scalar, U16, 438, "", 1, 0
+wastegateDcStatus_pTerm = scalar, S16, 440, "", 0.01, 0
+wastegateDcStatus_iTerm = scalar, S16, 442, "", 0.01, 0
+wastegateDcStatus_dTerm = scalar, S16, 444, "", 0.01, 0
+wastegateDcStatus_output = scalar, S16, 446, "", 0.01, 0
+wastegateDcStatus_error = scalar, S16, 448, "", 0.01, 0
+wastegateDcStatus_resetCounter = scalar, U16, 450, "", 1, 0
+gppwmOutput1 = scalar, U08, 452, "%", 0.5, 0
+gppwmOutput2 = scalar, U08, 453, "%", 0.5, 0
+gppwmOutput3 = scalar, U08, 454, "%", 0.5, 0
+gppwmOutput4 = scalar, U08, 455, "%", 0.5, 0
+gppwmXAxis1 = scalar, S16, 456, "", 1, 0
+gppwmXAxis2 = scalar, S16, 458, "", 1, 0
+gppwmXAxis3 = scalar, S16, 460, "", 1, 0
+gppwmXAxis4 = scalar, S16, 462, "", 1, 0
+gppwmYAxis1 = scalar, S16, 464, "", 0.1, 0
+gppwmYAxis2 = scalar, S16, 466, "", 0.1, 0
+gppwmYAxis3 = scalar, S16, 468, "", 0.1, 0
+gppwmYAxis4 = scalar, S16, 470, "", 0.1, 0
+ignBlendParameter1 = scalar, S16, 472, "", 0.1, 0
+ignBlendParameter2 = scalar, S16, 474, "", 0.1, 0
+ignBlendParameter3 = scalar, S16, 476, "", 0.1, 0
+ignBlendParameter4 = scalar, S16, 478, "", 0.1, 0
+ignBlendBias1 = scalar, U08, 480, "%", 0.5, 0
+ignBlendBias2 = scalar, U08, 481, "%", 0.5, 0
+ignBlendBias3 = scalar, U08, 482, "%", 0.5, 0
+ignBlendBias4 = scalar, U08, 483, "%", 0.5, 0
+ignBlendOutput1 = scalar, S16, 484, "deg", 0.01, 0
+ignBlendOutput2 = scalar, S16, 486, "deg", 0.01, 0
+ignBlendOutput3 = scalar, S16, 488, "deg", 0.01, 0
+ignBlendOutput4 = scalar, S16, 490, "deg", 0.01, 0
+ignBlendYAxis1 = scalar, S16, 492, "", 0.1, 0
+ignBlendYAxis2 = scalar, S16, 494, "", 0.1, 0
+ignBlendYAxis3 = scalar, S16, 496, "", 0.1, 0
+ignBlendYAxis4 = scalar, S16, 498, "", 0.1, 0
+veBlendParameter1 = scalar, S16, 500, "", 0.1, 0
+veBlendParameter2 = scalar, S16, 502, "", 0.1, 0
+veBlendParameter3 = scalar, S16, 504, "", 0.1, 0
+veBlendParameter4 = scalar, S16, 506, "", 0.1, 0
+veBlendBias1 = scalar, U08, 508, "%", 0.5, 0
+veBlendBias2 = scalar, U08, 509, "%", 0.5, 0
+veBlendBias3 = scalar, U08, 510, "%", 0.5, 0
+veBlendBias4 = scalar, U08, 511, "%", 0.5, 0
+veBlendOutput1 = scalar, S16, 512, "%", 0.01, 0
+veBlendOutput2 = scalar, S16, 514, "%", 0.01, 0
+veBlendOutput3 = scalar, S16, 516, "%", 0.01, 0
+veBlendOutput4 = scalar, S16, 518, "%", 0.01, 0
+veBlendYAxis1 = scalar, S16, 520, "", 0.1, 0
+veBlendYAxis2 = scalar, S16, 522, "", 0.1, 0
+veBlendYAxis3 = scalar, S16, 524, "", 0.1, 0
+veBlendYAxis4 = scalar, S16, 526, "", 0.1, 0
+mapAveragingSamples = scalar, U16, 528, "", 1, 0
+dwellAccuracyRatio = scalar, U16, 530, "ratio", 0.001, 0
+mafMeasured_preFilter = scalar, U16, 532, "kg/h", 0.1, 0
+cylinderRpm1 = scalar, U16, 534, "rpm", 1, 0
+cylinderRpm2 = scalar, U16, 536, "rpm", 1, 0
+cylinderRpm3 = scalar, U16, 538, "rpm", 1, 0
+cylinderRpm4 = scalar, U16, 540, "rpm", 1, 0
+cylinderRpm5 = scalar, U16, 542, "rpm", 1, 0
+cylinderRpm6 = scalar, U16, 544, "rpm", 1, 0
+cylinderRpm7 = scalar, U16, 546, "rpm", 1, 0
+cylinderRpm8 = scalar, U16, 548, "rpm", 1, 0
+cylinderRpm9 = scalar, U16, 550, "rpm", 1, 0
+cylinderRpm10 = scalar, U16, 552, "rpm", 1, 0
+cylinderRpm11 = scalar, U16, 554, "rpm", 1, 0
+cylinderRpm12 = scalar, U16, 556, "rpm", 1, 0
+cylinderRpmDelta1 = scalar, S08, 558, "rpm", 1, 0
+cylinderRpmDelta2 = scalar, S08, 559, "rpm", 1, 0
+cylinderRpmDelta3 = scalar, S08, 560, "rpm", 1, 0
+cylinderRpmDelta4 = scalar, S08, 561, "rpm", 1, 0
+cylinderRpmDelta5 = scalar, S08, 562, "rpm", 1, 0
+cylinderRpmDelta6 = scalar, S08, 563, "rpm", 1, 0
+cylinderRpmDelta7 = scalar, S08, 564, "rpm", 1, 0
+cylinderRpmDelta8 = scalar, S08, 565, "rpm", 1, 0
+cylinderRpmDelta9 = scalar, S08, 566, "rpm", 1, 0
+cylinderRpmDelta10 = scalar, S08, 567, "rpm", 1, 0
+cylinderRpmDelta11 = scalar, S08, 568, "rpm", 1, 0
+cylinderRpmDelta12 = scalar, S08, 569, "rpm", 1, 0
+; total TS size = 572
+running_postCrankingFuelCorrection = scalar, F32, 572, "", 1, 0
+running_intakeTemperatureCoefficient = scalar, F32, 576, "", 1, 0
+running_coolantTemperatureCoefficient = scalar, F32, 580, "", 1, 0
+running_timeSinceCrankingInSecs = scalar, F32, 584, "secs", 1, 0
+running_baseFuel = scalar, U16, 588, "mg", 0.01, 0
+running_fuel = scalar, U16, 590, "mg", 0.01, 0
+totalFuelCorrection = scalar, U16, 592, "mult", 0.01, 0
+afrTableYAxis = scalar, U16, 594, "%", 0.01, 0
+targetLambda = scalar, U16, 596, "", 1.0E-4, 0
+targetAFR = scalar, U16, 598, "ratio", 0.001, 0
+stoichiometricRatio = scalar, U16, 600, "ratio", 0.001, 0
+sdTcharge_coff = scalar, F32, 604, "", 1, 0
+sdAirMassInOneCylinder = scalar, F32, 608, "g", 1, 0
+normalizedCylinderFilling = scalar, F32, 612, "%", 1, 0
+; total TS size = 616
+baseDwell = scalar, F32, 616, "ms", 1, 0
+sparkDwell = scalar, F32, 620, "ms", 1, 0
+dwellAngle = scalar, F32, 624, "deg", 1, 0
+cltTimingCorrection = scalar, S16, 628, "deg", 0.01, 0
+timingIatCorrection = scalar, S16, 630, "deg", 0.01, 0
+timingPidCorrection = scalar, S16, 632, "deg", 0.01, 0
+dfcoTimingRetard = scalar, S16, 634, "deg", 0.01, 0
+dwellVoltageCorrection = scalar, F32, 636, "", 1, 0
+luaTimingAdd = scalar, F32, 640, "deg", 1, 0
+luaTimingMult = scalar, F32, 644, "deg", 1, 0
+; total TS size = 648
+hasKnockRecently = bits, U32, 648, [0:0]
+hasKnockRetardNow = bits, U32, 648, [1:1]
+m_knockLevel = scalar, F32, 652, "Volts", 1, 0
+m_knockCyl1 = scalar, S08, 656, "dBv", 1, 0
+m_knockCyl2 = scalar, S08, 657, "dBv", 1, 0
+m_knockCyl3 = scalar, S08, 658, "dBv", 1, 0
+m_knockCyl4 = scalar, S08, 659, "dBv", 1, 0
+m_knockCyl5 = scalar, S08, 660, "dBv", 1, 0
+m_knockCyl6 = scalar, S08, 661, "dBv", 1, 0
+m_knockCyl7 = scalar, S08, 662, "dBv", 1, 0
+m_knockCyl8 = scalar, S08, 663, "dBv", 1, 0
+m_knockCyl9 = scalar, S08, 664, "dBv", 1, 0
+m_knockCyl10 = scalar, S08, 665, "dBv", 1, 0
+m_knockCyl11 = scalar, S08, 666, "dBv", 1, 0
+m_knockCyl12 = scalar, S08, 667, "dBv", 1, 0
+m_knockRetard = scalar, F32, 668, "deg", 1, 0
+m_knockThreshold = scalar, F32, 672, "", 1, 0
+m_knockCount = scalar, U32, 676, "", 1, 0
+m_maximumRetard = scalar, F32, 680, "", 1, 0
+; total TS size = 684
+m_requested_pump = scalar, F32, 684, "", 1, 0
+fuel_requested_percent = scalar, F32, 688, "", 1, 0
+fuel_requested_percent_pi = scalar, F32, 692, "", 1, 0
+noValve = bits, U32, 696, [0:0]
+angleAboveMin = bits, U32, 696, [1:1]
+isHpfpInactive = bits, U32, 696, [2:2]
+nextLobe = scalar, F32, 700, "", 1, 0
+di_nextStart = scalar, F32, 704, "v", 1, 0
+; total TS size = 708
+m_deadtime = scalar, F32, 708, "ms", 1, 0
+pressureDelta = scalar, F32, 712, "kPa", 1, 0
+pressureRatio = scalar, F32, 716, "", 1, 0
+; total TS size = 720
+combinedConditions = bits, U32, 720, [0:0]
+launchActivatePinState = bits, U32, 720, [1:1]
+isLaunchCondition = bits, U32, 720, [2:2]
+isSwitchActivated = bits, U32, 720, [3:3]
+isClutchActivated = bits, U32, 720, [4:4]
+isValidInputPin = bits, U32, 720, [5:5]
+activateSwitchCondition = bits, U32, 720, [6:6]
+rpmCondition = bits, U32, 720, [7:7]
+speedCondition = bits, U32, 720, [8:8]
+tpsCondition = bits, U32, 720, [9:9]
+retardThresholdRpm = scalar, U16, 724, "", 1, 0
+; total TS size = 728
+isAntilagCondition = bits, U32, 728, [0:0]
+ALSMinRPMCondition = bits, U32, 728, [1:1]
+ALSMaxRPMCondition = bits, U32, 728, [2:2]
+ALSMinCLTCondition = bits, U32, 728, [3:3]
+ALSMaxCLTCondition = bits, U32, 728, [4:4]
+ALSMaxThrottleIntentCondition = bits, U32, 728, [5:5]
+isALSSwitchActivated = bits, U32, 728, [6:6]
+ALSActivatePinState = bits, U32, 728, [7:7]
+ALSSwitchCondition = bits, U32, 728, [8:8]
+ALSTimerCondition = bits, U32, 728, [9:9]
+fuelALSCorrection = scalar, F32, 732, "", 1, 0
+timingALSCorrection = scalar, S16, 736, "deg", 0.01, 0
+; total TS size = 740
+Boost_isBelowClosedLoopThreshold = bits, U32, 740, [0:0]
+Boost_isZeroRpm = bits, U32, 740, [1:1]
+Boost_rpmTooLow = bits, U32, 740, [2:2]
+Boost_tpsTooLow = bits, U32, 740, [3:3]
+Boost_mapTooLow = bits, U32, 740, [4:4]
+Boost_luaTargetMult = scalar, F32, 744, "", 1, 0
+Boost_luaTargetAdd = scalar, S16, 748, "percent", 0.5, 0
+Boost_boostControlTarget = scalar, S16, 750, "kPa", 0.03333333333333333, 0
+Boost_luaOpenLoopAdd = scalar, F32, 752, "percent", 1, 0
+Boost_openLoopPart = scalar, U08, 756, "percent", 0.5, 0
+Boost_boostControllerClosedLoopPart = scalar, S08, 757, "%", 0.5, 0
+Boost_boostOutput = scalar, S16, 758, "percent", 0.01, 0
+Boost_boostOpenLoopBlendParameter1 = scalar, S16, 760, "", 0.1, 0
+Boost_boostOpenLoopBlendParameter2 = scalar, S16, 762, "", 0.1, 0
+Boost_boostOpenLoopBlendBias1 = scalar, U08, 764, "%", 0.5, 0
+Boost_boostOpenLoopBlendBias2 = scalar, U08, 765, "%", 0.5, 0
+Boost_boostOpenLoopBlendOutput1 = scalar, S08, 766, "%", 1, 0
+Boost_boostOpenLoopBlendOutput2 = scalar, S08, 767, "%", 1, 0
+Boost_boostOpenLoopBlendYAxis1 = scalar, S16, 768, "", 1, 0
+Boost_boostOpenLoopBlendYAxis2 = scalar, S16, 770, "", 1, 0
+Boost_boostClosedLoopBlendParameter1 = scalar, S16, 772, "", 0.1, 0
+Boost_boostClosedLoopBlendParameter2 = scalar, S16, 774, "", 0.1, 0
+Boost_boostClosedLoopBlendBias1 = scalar, U08, 776, "%", 0.5, 0
+Boost_boostClosedLoopBlendBias2 = scalar, U08, 777, "%", 0.5, 0
+Boost_boostClosedLoopBlendOutput1 = scalar, S16, 778, "%", 0.1, 0
+Boost_boostClosedLoopBlendOutput2 = scalar, S16, 780, "%", 0.1, 0
+Boost_boostClosedLoopBlendYAxis1 = scalar, S16, 782, "", 1, 0
+Boost_boostClosedLoopBlendYAxis2 = scalar, S16, 784, "", 1, 0
+Boost_boostOpenLoopXAxisValue = scalar, S16, 786, "", 1, 0
+Boost_boostOpenLoopYAxisValue = scalar, S16, 788, "", 1, 0
+Boost_boostClosedLoopXAxisValue = scalar, S16, 790, "", 1, 0
+Boost_boostClosedLoopYAxisValue = scalar, S16, 792, "", 1, 0
+; total TS size = 796
+AC_acButtonState = bits, U32, 796, [0:0]
+AC_acPressureSwitchState = bits, U32, 796, [1:1]
+AC_m_acEnabled = bits, U32, 796, [2:2]
+AC_engineTooSlow = bits, U32, 796, [3:3]
+AC_engineTooFast = bits, U32, 796, [4:4]
+AC_noClt = bits, U32, 796, [5:5]
+AC_engineTooHot = bits, U32, 796, [6:6]
+AC_tpsTooHigh = bits, U32, 796, [7:7]
+AC_isDisabledByLua = bits, U32, 796, [8:8]
+AC_acCompressorState = bits, U32, 796, [9:9]
+; total TS size = 800
+Fan_1_disabledWhileEngineStopped = bits, U32, 800, [0:0]
+Fan_1_brokenClt = bits, U32, 800, [1:1]
+Fan_1_enabledForAc = bits, U32, 800, [2:2]
+Fan_1_hot = bits, U32, 800, [3:3]
+Fan_1_cold = bits, U32, 800, [4:4]
+Fan_1_m_state = bits, U32, 800, [5:5]
+Fan_1_fanDuty = scalar, U08, 804, "%", 0.5, 0
+Fan_1_fanXAxisValue = scalar, F32, 808, "", 1, 0
+; total TS size = 812
+Fan_2_disabledWhileEngineStopped = bits, U32, 812, [0:0]
+Fan_2_brokenClt = bits, U32, 812, [1:1]
+Fan_2_enabledForAc = bits, U32, 812, [2:2]
+Fan_2_hot = bits, U32, 812, [3:3]
+Fan_2_cold = bits, U32, 812, [4:4]
+Fan_2_m_state = bits, U32, 812, [5:5]
+Fan_2_fanDuty = scalar, U08, 816, "%", 0.5, 0
+Fan_2_fanXAxisValue = scalar, F32, 820, "", 1, 0
+; total TS size = 824
+isPrime = bits, U32, 824, [0:0]
+engineTurnedRecently = bits, U32, 824, [1:1]
+isFuelPumpOn = bits, U32, 824, [2:2]
+ignitionOn = bits, U32, 824, [3:3]
+; total TS size = 828
+isBenchTest = bits, U32, 828, [0:0]
+hasIgnitionVoltage = bits, U32, 828, [1:1]
+mainRelayState = bits, U32, 828, [2:2]
+delayedShutoffRequested = bits, U32, 828, [3:3]
+; total TS size = 832
+lua_fuelAdd = scalar, F32, 832, "g", 1, 0
+lua_fuelMult = scalar, F32, 836, "", 1, 0
+lua_clutchUpState = bits, U32, 840, [0:0]
+lua_brakePedalState = bits, U32, 840, [1:1]
+lua_acRequestState = bits, U32, 840, [2:2]
+lua_luaDisableEtb = bits, U32, 840, [3:3]
+lua_luaIgnCut = bits, U32, 840, [4:4]
+sd_tCharge = scalar, S16, 844, "deg C", 0.01, 0
+sd_tChargeK = scalar, F32, 848, "", 1, 0
+crankingFuel_coolantTemperatureCoefficient = scalar, F32, 852, "", 1, 0
+crankingFuel_tpsCoefficient = scalar, F32, 856, "", 1, 0
+crankingFuel_durationCoefficient = scalar, F32, 860, "", 1, 0
+crankingFuel_fuel = scalar, U16, 864, "mg", 0.01, 0
+baroCorrection = scalar, F32, 868, "", 1, 0
+hellenBoardId = scalar, S16, 872, "id", 1, 0
+mapAveragingDuration = scalar, U16, 874, "deg", 0.01, 0
+clutchUpState = bits, U32, 876, [0:0]
+clutchDownState = bits, U32, 876, [1:1]
+brakePedalState = bits, U32, 876, [2:2]
+startStopState = bits, U32, 876, [3:3]
+doSplitInjection = bits, U32, 876, [4:4]
+pgState = bits, U32, 876, [5:5]
+fuelInjectionCounter = scalar, U16, 880, "", 1, 0
+sparkCounter = scalar, U16, 882, "", 1, 0
+fuelingLoad = scalar, F32, 884, "", 1, 0
+ignitionLoad = scalar, F32, 888, "", 1, 0
+veTableYAxis = scalar, U16, 892, "%", 0.01, 0
+idleVeTableYAxis = scalar, U16, 894, "%", 0.01, 0
+airflowEstimate = scalar, U16, 896, "kg/h", 0.1, 0
+startStopStateToggleCounter = scalar, U16, 898, "", 1, 0
+mapPerCylinder1 = scalar, U08, 900, "kPa", 1, 0
+mapPerCylinder2 = scalar, U08, 901, "kPa", 1, 0
+mapPerCylinder3 = scalar, U08, 902, "kPa", 1, 0
+mapPerCylinder4 = scalar, U08, 903, "kPa", 1, 0
+mapPerCylinder5 = scalar, U08, 904, "kPa", 1, 0
+mapPerCylinder6 = scalar, U08, 905, "kPa", 1, 0
+mapPerCylinder7 = scalar, U08, 906, "kPa", 1, 0
+mapPerCylinder8 = scalar, U08, 907, "kPa", 1, 0
+mapPerCylinder9 = scalar, U08, 908, "kPa", 1, 0
+mapPerCylinder10 = scalar, U08, 909, "kPa", 1, 0
+mapPerCylinder11 = scalar, U08, 910, "kPa", 1, 0
+mapPerCylinder12 = scalar, U08, 911, "kPa", 1, 0
+; total TS size = 912
+tpsFrom = scalar, F32, 912, "", 1, 0
+tpsTo = scalar, F32, 916, "", 1, 0
+deltaTps = scalar, F32, 920, "", 1, 0
+extraFuel = scalar, F32, 924, "", 1, 0
+valueFromTable = scalar, F32, 928, "", 1, 0
+isAboveAccelThreshold = bits, U32, 932, [0:0]
+isBelowDecelThreshold = bits, U32, 932, [1:1]
+isTimeToResetAccumulator = bits, U32, 932, [2:2]
+isFractionalEnrichment = bits, U32, 932, [3:3]
+belowEpsilon = bits, U32, 932, [4:4]
+tooShort = bits, U32, 932, [5:5]
+fractionalInjFuel = scalar, F32, 936, "", 1, 0
+accumulatedValue = scalar, F32, 940, "", 1, 0
+maxExtraPerCycle = scalar, F32, 944, "", 1, 0
+maxExtraPerPeriod = scalar, F32, 948, "", 1, 0
+maxInjectedPerPeriod = scalar, F32, 952, "", 1, 0
+cycleCnt = scalar, S32, 956, "", 1, 0
+; total TS size = 960
+mapVvt_MAP_AT_SPECIAL_POINT = scalar, U16, 960, "kPa", 0.03333333333333333, 0
+mapVvt_MAP_AT_DIFF = scalar, S16, 962, "kPa", 0.03333333333333333, 0
+currentEngineDecodedPhase = scalar, U16, 964, "deg", 0.1, 0
+triggerToothAngleError = scalar, S16, 966, "deg", 0.01, 0
+triggerIgnoredToothCount = scalar, U08, 968, "", 1, 0
+; total TS size = 972
+Trg_triggerSyncGapRatio = scalar, F32, 972, "", 1, 0
+Trg_crankSynchronizationCounter = scalar, U16, 976, "", 1, 0
+Trg_triggerErrorCounter = scalar, U16, 978, "", 1, 0
+Trg_triggerStateIndex = scalar, U08, 980, "", 1, 0
+Trg_edgeCountRise = scalar, U16, 982, "", 1, 0
+Trg_edgeCountFall = scalar, U16, 984, "", 1, 0
+; total TS size = 988
+VVT_B1I_triggerSyncGapRatio = scalar, F32, 988, "", 1, 0
+VVT_B1I_crankSynchronizationCounter = scalar, U16, 992, "", 1, 0
+VVT_B1I_triggerErrorCounter = scalar, U16, 994, "", 1, 0
+VVT_B1I_triggerStateIndex = scalar, U08, 996, "", 1, 0
+VVT_B1I_edgeCountRise = scalar, U16, 998, "", 1, 0
+VVT_B1I_edgeCountFall = scalar, U16, 1000, "", 1, 0
+; total TS size = 1004
+VVT_B1E_triggerSyncGapRatio = scalar, F32, 1004, "", 1, 0
+VVT_B1E_crankSynchronizationCounter = scalar, U16, 1008, "", 1, 0
+VVT_B1E_triggerErrorCounter = scalar, U16, 1010, "", 1, 0
+VVT_B1E_triggerStateIndex = scalar, U08, 1012, "", 1, 0
+VVT_B1E_edgeCountRise = scalar, U16, 1014, "", 1, 0
+VVT_B1E_edgeCountFall = scalar, U16, 1016, "", 1, 0
+; total TS size = 1020
+VVT_B2I_triggerSyncGapRatio = scalar, F32, 1020, "", 1, 0
+VVT_B2I_crankSynchronizationCounter = scalar, U16, 1024, "", 1, 0
+VVT_B2I_triggerErrorCounter = scalar, U16, 1026, "", 1, 0
+VVT_B2I_triggerStateIndex = scalar, U08, 1028, "", 1, 0
+VVT_B2I_edgeCountRise = scalar, U16, 1030, "", 1, 0
+VVT_B2I_edgeCountFall = scalar, U16, 1032, "", 1, 0
+; total TS size = 1036
+VVT_B2E_triggerSyncGapRatio = scalar, F32, 1036, "", 1, 0
+VVT_B2E_crankSynchronizationCounter = scalar, U16, 1040, "", 1, 0
+VVT_B2E_triggerErrorCounter = scalar, U16, 1042, "", 1, 0
+VVT_B2E_triggerStateIndex = scalar, U08, 1044, "", 1, 0
+VVT_B2E_edgeCountRise = scalar, U16, 1046, "", 1, 0
+VVT_B2E_edgeCountFall = scalar, U16, 1048, "", 1, 0
+; total TS size = 1052
+Trg_m_camResyncCounter = scalar, U08, 1052, "", 1, 0
+Trg_m_phaseAdjustment = scalar, U16, 1054, "", 1, 0
+Trg_m_hasSynchronizedPhase = bits, U32, 1056, [0:0]
+; total TS size = 1060
+wallFuelCorrection = scalar, F32, 1060, "mg", 1, 0
+wallFuel = scalar, F32, 1064, "mg", 1, 0
+; total TS size = 1068
+Idle_mightResetPid = bits, U32, 1068, [0:0]
+Idle_wasResetPid = bits, U32, 1068, [1:1]
+Idle_isCranking = bits, U32, 1068, [2:2]
+Idle_isIacTableForCoasting = bits, U32, 1068, [3:3]
+Idle_notIdling = bits, U32, 1068, [4:4]
+Idle_isBlipping = bits, U32, 1068, [5:5]
+Idle_looksLikeRunning = bits, U32, 1068, [6:6]
+Idle_looksLikeCoasting = bits, U32, 1068, [7:7]
+Idle_looksLikeCrankToIdle = bits, U32, 1068, [8:8]
+Idle_isIdleCoasting = bits, U32, 1068, [9:9]
+Idle_isIdleClosedLoop = bits, U32, 1068, [10:10]
+Idle_targetRpmByClt = scalar, U16, 1072, "", 1, 0
+Idle_targetRpmAcBump = scalar, U16, 1074, "", 1, 0
+Idle_luaAddRpm = scalar, F32, 1076, "", 1, 0
+Idle_idleTarget = scalar, U16, 1080, "", 1, 0
+Idle_idleEntryRpm = scalar, U16, 1082, "", 1, 0
+Idle_idleExitRpm = scalar, U16, 1084, "", 1, 0
+Idle_luaAdd = scalar, F32, 1088, "", 1, 0
+Idle_iacByTpsTaper = scalar, F32, 1092, "", 1, 0
+Idle_iacByRpmTaper = scalar, F32, 1096, "", 1, 0
+Idle_openLoopBase = scalar, U08, 1100, "%", 0.5, 0
+Idle_openLoopAcBump = scalar, U08, 1101, "%", 1, 0
+Idle_openLoopFanBump = scalar, U08, 1102, "%", 1, 0
+Idle_openLoop = scalar, U08, 1103, "%", 0.5, 0
+Idle_idleClosedLoop = scalar, F32, 1104, "", 1, 0
+Idle_currentIdlePosition = scalar, F32, 1108, "%", 1, 0
+Idle_idleTargetAirmass = scalar, U16, 1112, "mg", 1, 0
+Idle_idleTargetFlow = scalar, U16, 1114, "kg/h", 0.01, 0
+; total TS size = 1116
+ETB_1_m_wastegatePosition = scalar, F32, 1116, "%", 1, 0
+ETB_1_m_baseTarget = scalar, S16, 1120, "%", 0.01, 0
+ETB_1_m_trim = scalar, S16, 1122, "%", 0.01, 0
+ETB_1_luaAdjustment = scalar, F32, 1124, "%", 1, 0
+ETB_1_m_adjustedTarget = scalar, S16, 1128, "%", 0.01, 0
+ETB_1_m_feedForward = scalar, S16, 1130, "%", 0.01, 0
+ETB_1_m_error = scalar, S16, 1132, "%", 0.01, 0
+ETB_1_m_outputDuty = scalar, S16, 1134, "%", 0.01, 0
+ETB_1_revLimitActive = bits, U32, 1136, [0:0]
+ETB_1_jamDetected = bits, U32, 1136, [1:1]
+ETB_1_etbTpsErrorCounter = scalar, U16, 1140, "count", 1, 0
+ETB_1_etbPpsErrorCounter = scalar, U16, 1142, "count", 1, 0
+ETB_1_jamTimer = scalar, U16, 1144, "sec", 0.01, 0
+ETB_1_etbErrorCode = scalar, S08, 1146, "", 1, 0
+; total TS size = 1148
+ETB_2_m_wastegatePosition = scalar, F32, 1148, "%", 1, 0
+ETB_2_m_baseTarget = scalar, S16, 1152, "%", 0.01, 0
+ETB_2_m_trim = scalar, S16, 1154, "%", 0.01, 0
+ETB_2_luaAdjustment = scalar, F32, 1156, "%", 1, 0
+ETB_2_m_adjustedTarget = scalar, S16, 1160, "%", 0.01, 0
+ETB_2_m_feedForward = scalar, S16, 1162, "%", 0.01, 0
+ETB_2_m_error = scalar, S16, 1164, "%", 0.01, 0
+ETB_2_m_outputDuty = scalar, S16, 1166, "%", 0.01, 0
+ETB_2_revLimitActive = bits, U32, 1168, [0:0]
+ETB_2_jamDetected = bits, U32, 1168, [1:1]
+ETB_2_etbTpsErrorCounter = scalar, U16, 1172, "count", 1, 0
+ETB_2_etbPpsErrorCounter = scalar, U16, 1174, "count", 1, 0
+ETB_2_jamTimer = scalar, U16, 1176, "sec", 0.01, 0
+ETB_2_etbErrorCode = scalar, S08, 1178, "", 1, 0
+; total TS size = 1180
+WBO_1_faultCode = scalar, U08, 1180, "", 1, 0
+WBO_1_heaterDuty = scalar, U08, 1181, "%", 1, 0
+WBO_1_pumpDuty = scalar, U08, 1182, "%", 1, 0
+WBO_1_tempC = scalar, U16, 1184, "C", 1, 0
+WBO_1_nernstVoltage = scalar, U16, 1186, "V", 0.001, 0
+WBO_1_esr = scalar, U16, 1188, "ohm", 1, 0
+; total TS size = 1192
+WBO_2_faultCode = scalar, U08, 1192, "", 1, 0
+WBO_2_heaterDuty = scalar, U08, 1193, "%", 1, 0
+WBO_2_pumpDuty = scalar, U08, 1194, "%", 1, 0
+WBO_2_tempC = scalar, U16, 1196, "C", 1, 0
+WBO_2_nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
+WBO_2_esr = scalar, U16, 1200, "ohm", 1, 0
+; total TS size = 1204
+Throttle_model_m_useWotModel = bits, U32, 1204, [0:0]
+Throttle_model_m_crossoverAngle = scalar, S16, 1208, "%", 0.01, 0
+Throttle_model_m_flowEstimate = scalar, F32, 1212, "g/s", 1, 0
+; total TS size = 1216
+VVT_B1I_targetYAxis = scalar, S16, 1216, "", 0.1, 0
+VVT_B1I_vvtTarget = scalar, U16, 1218, "deg", 0.1, 0
+VVT_B1I_vvtOutput = scalar, U08, 1220, "%", 0.5, 0
+VVT_B1I_pidState_pTerm = scalar, S16, 1224, "", 0.01, 0
+VVT_B1I_pidState_iTerm = scalar, S16, 1226, "", 0.01, 0
+VVT_B1I_pidState_dTerm = scalar, S16, 1228, "", 0.01, 0
+VVT_B1I_pidState_output = scalar, S16, 1230, "", 0.01, 0
+VVT_B1I_pidState_error = scalar, S16, 1232, "", 0.01, 0
+VVT_B1I_pidState_resetCounter = scalar, U16, 1234, "", 1, 0
+; total TS size = 1236
+VVT_B1E_targetYAxis = scalar, S16, 1236, "", 0.1, 0
+VVT_B1E_vvtTarget = scalar, U16, 1238, "deg", 0.1, 0
+VVT_B1E_vvtOutput = scalar, U08, 1240, "%", 0.5, 0
+VVT_B1E_pidState_pTerm = scalar, S16, 1244, "", 0.01, 0
+VVT_B1E_pidState_iTerm = scalar, S16, 1246, "", 0.01, 0
+VVT_B1E_pidState_dTerm = scalar, S16, 1248, "", 0.01, 0
+VVT_B1E_pidState_output = scalar, S16, 1250, "", 0.01, 0
+VVT_B1E_pidState_error = scalar, S16, 1252, "", 0.01, 0
+VVT_B1E_pidState_resetCounter = scalar, U16, 1254, "", 1, 0
+; total TS size = 1256
+VVT_B2I_targetYAxis = scalar, S16, 1256, "", 0.1, 0
+VVT_B2I_vvtTarget = scalar, U16, 1258, "deg", 0.1, 0
+VVT_B2I_vvtOutput = scalar, U08, 1260, "%", 0.5, 0
+VVT_B2I_pidState_pTerm = scalar, S16, 1264, "", 0.01, 0
+VVT_B2I_pidState_iTerm = scalar, S16, 1266, "", 0.01, 0
+VVT_B2I_pidState_dTerm = scalar, S16, 1268, "", 0.01, 0
+VVT_B2I_pidState_output = scalar, S16, 1270, "", 0.01, 0
+VVT_B2I_pidState_error = scalar, S16, 1272, "", 0.01, 0
+VVT_B2I_pidState_resetCounter = scalar, U16, 1274, "", 1, 0
+; total TS size = 1276
+VVT_B2E_targetYAxis = scalar, S16, 1276, "", 0.1, 0
+VVT_B2E_vvtTarget = scalar, U16, 1278, "deg", 0.1, 0
+VVT_B2E_vvtOutput = scalar, U08, 1280, "%", 0.5, 0
+VVT_B2E_pidState_pTerm = scalar, S16, 1284, "", 0.01, 0
+VVT_B2E_pidState_iTerm = scalar, S16, 1286, "", 0.01, 0
+VVT_B2E_pidState_dTerm = scalar, S16, 1288, "", 0.01, 0
+VVT_B2E_pidState_output = scalar, S16, 1290, "", 0.01, 0
+VVT_B2E_pidState_error = scalar, S16, 1292, "", 0.01, 0
+VVT_B2E_pidState_resetCounter = scalar, U16, 1294, "", 1, 0
+; total TS size = 1296
+lambdaCurrentlyGood = bits, U32, 1296, [0:0]
+lambdaMonitorCut = bits, U32, 1296, [1:1]
+lambdaTimeSinceGood = scalar, U16, 1300, "sec", 0.01, 0
+; total TS size = 1304
+
+
+ time = { timeNow }
+
+ egoCorrectionForVeAnalyze = { 100 + fuelPidCorrection1 }
+
+ wbo1_hasFault = { widebandMode && (WBO_1_faultCode >= 3) }
+ wbo2_hasFault = { widebandMode && (WBO_2_faultCode >= 3) }
+
+[PcVariables]
+ pwmAxisLabels = bits, U08, [0:5], "Zero", "TPS %", "MAP kPa", "CLT C", "IAT C", "Fuel Load", "Ignition Load", "Aux Temp 1 C", "Aux Temp 2 C", "Accel Pedal %", "Battery Voltage Volts", "VVT 1 I Deg", "VVT 1 E Deg", "VVT 2 I Deg", "VVT 2 E Deg", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1 %", "GPPWM Output 2 %", "GPPWM Output 3 %", "GPPWM Output 4 %", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure kPa", "EGT 1 C", "EGT 2 C", "Aux Linear 3", "Aux Linear 4", "Vehicle Speed KPH", "Oil pressure kPa", "Oil temp C", "AC State"
+
+ wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1
+ wueAnalRecommend = array, U08, [ 16], "%", 1.00, 0.0, 100, 255.00, 0
+
+; wall of debug mode :)
+; https://rusefi.com/wiki/index.php?title=Manual:Debug_fields
+; Alternator TPS Acceleration Idle Engine Load Acc Trigger Counters VVT1 PID Cranking Ignition Timing Fu Corr VSS SD Card Knock Wall Wetting ETB PID Executor InstantRpm CJ125 CAN MAP TLE8888 Analog inputs 2 Start ETB Autotune DYNO_VIEW LOGIC_ANALYZER Wideband TCU Lua VVT2 PID VVT3 PID VVT4 PID
+; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
+; DBG_ALTERNATOR_PID DBG_TPS_ACCEL DBG_IDLE_CONTROL
+ debugFieldF1List = bits, U08, [0:7], "Alt: Controller Output", "From TPS", "", "Idle: Controller Output", "Idle output", " ", "", "VVT1: Controller Output"," ", "", "Ign IAT Corr", "", "", "Total SD", "last volts", "", "WW: Alpha", "ETB Controller Output", "", "", "df1", "df1", "InstantRpm", "", "24:df1", "CJ125: output", "", "MAP Average", "", "", "", "", "TPS1 Pri/Sec Diff", "", "", "", "","S unused" "", "Osc Amplitude", "", "", "", "" , "VSS", "", "WB: Pump DAC duty", "", "Lua Debug 1", "VVT2: Controller Output","VVT3: Controller Output","VVT4: Controller Output"
+ debugFieldF2List = bits, U08, [0:7], "Alt: I Term", "To TPS", "", "Idle: I Term", "Idle df2", " ", "", "VVT1: I Term", " ", "", "Ign CLT Corr", "", "", "Write Cnt","last filtered","", "WW: Beta", "ETB I Term", "", "", "df2", "df2", "InstantRPM Ratio","", "24:df2", "CJ125: i term", "", "MAP Duration", "", "", "", "", "TPS2 Pri/Sec Diff", "", "", "", "","S unused" "", "Duty Amplitude", "", "", "", "" , "Speed", "", "WB: ESR", "", "Lua Debug 2", "VVT2: I Term", "VVT3: I Term", "VVT4: I Term"
+ debugFieldF3List = bits, U08, [0:7], "Alt: Previous Error", "Current TPS<>TPS", "", "Idle: prev error", "Idle df3", "ICU sum", "", "VVT1: prev error", "", "", "", "", "", "Sync Cnt", "", "", "WW: film mass", "ETB err", "", "", "df3", "df3", "22df3", "", "24:df3", "CJ125: err", "", "MAP Fast", "", "", "", "", "TPS1/2 Diff", "", "", "", "","S unused" "", "Tu", "", "", "", "" , "DeltaSpeed", "", "WB: Nernst Voltage", "", "Lua Debug 3", "VVT2: prev error", "VVT3: prev error", "VVT4: prev error"
+ debugFieldF4List = bits, U08, [0:7], "Alt: I Gain", "Extra Fuel", "", "Idle: I Gain", "Idle df4", " ", "", "VVT1: I Gain", "", "", "Ign PID Adj", "", "", "File Cnt", "", "", "WW: m_cmd", "ETB I setting", "", "", "df4", "df4", "22df4", "", "24:df4", "CJ125: UA", "", "MAP Estimate", "", "", "", "", "Acc Pedal Pri/Sec Diff","", "", "", "","S unused" "", "Ku", "", "", "", "", "accel", "", "WB: Lambda", "", "Lua Debug 4", "VVT2: I Gain", "VVT3: I Gain", "VVT4: I Gain"
+ debugFieldF5List = bits, U08, [0:7], "Alt: D Gain", "df5", "", "Idle: D Gain", "Idle df5", " ", "df5", "VVT1: D Gain", "", "", "", "", "", "", "", "", "WW: film mass next","ETB D setting", "df5", "df5", "df5", "df5", "22df5", "", "24:df5", "CJ125: UR", "", "MAP Instant", "", "", "", "", "TPS1 Pri/Sec Ratio", "", "", "", "","S unused" "", "Kp", "", "", "", "", "", "", "", "", "Lua Debug 5", "VVT2: D Gain", "VVT3: D Gain", "VVT4: D Gain"
+ debugFieldF6List = bits, U08, [0:7], "Alt: D Term", "", "", "Idle: D Term", "Idle df6", " ", "", "VVT1: D Term", "", "", "", "", "", "", "", "", "", "ETB df6", "", "", "df6", "df6", "22df6", "", "24:df6", "cj: f7", "", "", "", "", "", "", "", "", "", "", "","S unused" "", "Ki", "", "", "", "", "", "", "", "", "Lua Debug 6", "VVT2: D Term", "VVT3: D Term", "VVT4: D Term"
+ debugFieldF7List = bits, U08, [0:7], "Alt: Max-Value", "", "", "Idle: Max-Value", "Idle df7", "", "", "VVT1: Max-Value", "", "", "", "", "", "", "", "", "", "ETB df7", "", "", "df7", "df7", "22df7", "", "24:df7", "cj: f7", "", "", "", "", "", "", "", "", "", "", "","S unused" "", "Kd", "", "", "", "", "", "", "", "", "Lua Debug 7", "", "", ""
+ debugFieldI1List = bits, U08, [0:7], "Alt: P Gain", "", "", "Idle: P Gain", "Idle di1", " ", "", "VVT1: P Gain", " ", "Cycle Counter", "Multispark Count", "", "", "", "hip corr", "", "", "ETB P-Gain", "t counter", "", "di1", "di1", "Spark Event Gap","", "24:di1", "CJ125: state", "read count","MAP counter", "", "", "", "SPI Counter", "", "", "", "", "","Start Count", "", "", "", "", "", "", "deltatime", "", "", "Solenoid 1 State", "Lua memory used","VVT2: P Gain", "VVT3: P Gain", "VVT4: P Gain"
+ debugFieldI2List = bits, U08, [0:7], "Alt: Offset", "", "", "Idle: Offset", "Idle di2", " ", "", "VVT1: Offset", "", "", "", "", "", "", "hip incor", "", "", "ETB di2", "invocationcounter", "", "di2", "di2", "Inj Event Gap", "", "24:di2", "", "write count","MAP raw ADC", "", "", "", "Latest Transmit","", "", "", "", "","Starter Enable", "", "", "", "", "", "", "", "", "", "Solenoid 2 State", "", "VVT2: Offset", "VVT3: Offset", "VVT4: Offset"
+ debugFieldI3List = bits, U08, [0:7], "Alt: Reset Cnt", "", "", "Idle: Reset Cnt", "Idle di3", " ", "", "VVT1: 10xTarget", "", "", "", "", "", "", "", "", "", "ETB di3", "s counter", "", "di3", "di3", "22di3", "", "24:di3", "", "write err", "", "", "", "", "Latest Received","", "", "", "", "","Starter Disable","", "", "", "", "", "", "", "", "", "Solenoid 3 State", "", "VVT2: 10xTarger", "VVT3: 10xTarger", "VVT4: 10xTarger"
+ debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
+ debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
+
+ wboFaultCodeList = bits, U08, [0:3], "preheat", "warmup", "running", "failed to heat", "overheat", "underheat", "no supply"
+
+ injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
+ ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
+
+; ClearReason
+ fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua", "ACR", "Lambda Prot"
+
+; TpsState
+ etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "INVALID", "Lua", "INVALID", "N/A", "Redundancy", "PPS noise"
+
+[ConstantsExtensions]
+ ; defaultValue is used to provide TunerStudio with a value to use in the case of
+ ; the constant not yet being initialized. This is primarily important if the
+ ; constant is used as a variable in the ini.
+ ; defaultValue = constantName, value;
+ defaultValue = wueAfrTargetOffset, -1.5 -1.4 -1.15 -0.95 -0.775 -0.65 -0.5625 -0.5 -0.4375 -0.375 -0.3125 -0.25 -0.1875 -0.125 -0.0625 0
+
+ ; this magic is best described in output_channels.txt search for 'maintainConstantValue'
+ ; TPS 1 Primary
+ maintainConstantValue = tpsMax, { (calibrationMode == 1 ) ? calibrationValue : tpsMax }
+ maintainConstantValue = tpsMin, { (calibrationMode == 2 ) ? calibrationValue : tpsMin }
+
+ ; TPS 1 Secondary
+ maintainConstantValue = tps1SecondaryMax, { (calibrationMode == 6 ) ? calibrationValue : tps1SecondaryMax }
+ maintainConstantValue = tps1SecondaryMin, { (calibrationMode == 7 ) ? calibrationValue : tps1SecondaryMin }
+
+ ; TPS 2 Primary
+ maintainConstantValue = tps2Max, { (calibrationMode == 8 ) ? calibrationValue : tps2Max }
+ maintainConstantValue = tps2Min, { (calibrationMode == 9 ) ? calibrationValue : tps2Min }
+
+ ; TPS 2 Secondary
+ maintainConstantValue = tps2SecondaryMax, { (calibrationMode == 10 ) ? calibrationValue : tps2SecondaryMax }
+ maintainConstantValue = tps2SecondaryMin, { (calibrationMode == 11 ) ? calibrationValue : tps2SecondaryMin }
+
+ ; ETB Auto Gain Calibration
+ maintainConstantValue = etb_pFactor, { (calibrationMode == 3 ) ? calibrationValue : etb_pFactor }
+ maintainConstantValue = etb_iFactor, { (calibrationMode == 4 ) ? calibrationValue : etb_iFactor }
+ maintainConstantValue = etb_dFactor, { (calibrationMode == 5 ) ? calibrationValue : etb_dFactor }
+
+ maintainConstantValue = throttlePedalUpVoltage, { (calibrationMode == 12 ) ? calibrationValue : throttlePedalUpVoltage }
+ maintainConstantValue = throttlePedalSecondaryUpVoltage, { (calibrationMode == 12 ) ? calibrationValue2 : throttlePedalSecondaryUpVoltage }
+
+ maintainConstantValue = throttlePedalWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue : throttlePedalWOTVoltage }
+ maintainConstantValue = throttlePedalSecondaryWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue2 : throttlePedalSecondaryWOTVoltage }
+
+ requiresPowerCycle = etb_use_two_wires
+ requiresPowerCycle = etbFreq
+ requiresPowerCycle = etbFunctions1
+ requiresPowerCycle = etbFunctions2
+
+ requiresPowerCycle = idle_solenoidFrequency
+ requiresPowerCycle = boostPwmFrequency
+ requiresPowerCycle = alternatorPwmFrequency
+ requiresPowerCycle = vvtOutputFrequency
+ requiresPowerCycle = vvtPins1
+ requiresPowerCycle = vvtPins2
+ requiresPowerCycle = vvtPins3
+ requiresPowerCycle = vvtPins4
+
+ requiresPowerCycle = auxAnalogInputs1
+ requiresPowerCycle = auxAnalogInputs2
+ requiresPowerCycle = auxAnalogInputs3
+ requiresPowerCycle = auxAnalogInputs4
+ requiresPowerCycle = auxAnalogInputs5
+ requiresPowerCycle = auxAnalogInputs6
+ requiresPowerCycle = auxAnalogInputs7
+ requiresPowerCycle = auxAnalogInputs8
+
+ requiresPowerCycle = knockBandCustom
+
+[CurveEditor]
+; xAxis = leftValue, rightValue, step
+; yAxis = bottomValue, topValue, step
+
+ curve = knockThresholdCurve, "Engine knock threshold RPM based"
+ columnLabel = "RPM", "Threshold"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 8, 10
+ xBins = knockNoiseRpmBins, RPMValue
+ yBins = knockBaseNoise
+ gauge = RPMGauge
+
+ curve = scriptCurve1, "Script Curve #1"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -155, 150, 10
+ xBins = scriptCurve1Bins
+ yBins = scriptCurve1
+ showTextValues = true
+
+ curve = scriptCurve2, "Script Curve #2"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -150, 150, 10
+ xBins = scriptCurve2Bins
+ yBins = scriptCurve2
+ showTextValues = true
+
+ curve = scriptCurve3, "Script Curve #3"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve3Bins
+ yBins = scriptCurve3
+ showTextValues = true
+
+ curve = scriptCurve4, "Script Curve #4"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve4Bins
+ yBins = scriptCurve4
+ showTextValues = true
+
+ curve = scriptCurve5, "Script Curve #5"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve5Bins
+ yBins = scriptCurve5
+ showTextValues = true
+
+ curve = scriptCurve6, "Script Curve #6"
+ columnLabel = "X", "Y"
+ xAxis = 0, 128, 10
+ yAxis = -5, 5, 10
+ xBins = scriptCurve6Bins
+ yBins = scriptCurve6
+ showTextValues = true
+
+ curve = dwellCorrection, "Dwell time base"
+ columnLabel = "RPM", "Dwell"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 8, 9
+ xBins = sparkDwellRpmBins, RPMValue
+ yBins = sparkDwellValues
+ gauge = RPMGauge
+
+ curve = dwellVoltageCorrection, "Dwell voltage correction"
+ columnLabel = "Battery Volts", "Multiplier"
+ xAxis = 6, 16, 11
+ yAxis = 0, 3, 7
+ xBins = dwellVoltageCorrVoltBins, VBatt
+ yBins = dwellVoltageCorrValues
+ gauge = VBattGauge
+
+ curve = dfcoMapRpmCorrection, "DFCO RPM MAP Correction"
+ columnLabel = "Engine Speed", "DFCO Threshold"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 60, 6
+ xBins = dfcoMapRpmValuesBins, RPMValue
+ yBins = dfcoMapRpmValues
+ gauge = RPMGauge
+
+ curve = tpsTspRpmCorrection, "TPS/TPS AE RPM Correction"
+ columnLabel = "RPM", "Multiplier"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 3, 7
+ xBins = tpsTspCorrValuesBins, RPMValue
+ yBins = tpsTspCorrValues
+ gauge = RPMGauge
+
+ curve = primingPulse, "Priming pulse fuel mass"
+ columnLabel = "Coolant", "Prime Pulse"
+ xAxis = -40, 120, 9
+ yAxis = 0, 1000, 9
+ xBins = primeBins, coolant
+ yBins = primeValues
+ gauge = CLTGauge
+
+ curve = map_samplingAngleCurve, "MAP Sampling Start Angle"
+ columnLabel = "RPM", "Angle"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 180, 10
+ xBins = map_samplingAngleBins, RPMValue
+ yBins = map_samplingAngle
+ gauge = MAPGauge
+
+ curve = map_samplingWindowCurve, "MAP Sampling Duration"
+ columnLabel = "RPM", "Window"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 180, 10
+ xBins = map_samplingWindowBins, RPMValue
+ yBins = map_samplingWindow
+ gauge = MAPGauge
+
+ curve = injectorsDeadTime, "Injector dead time"
+ columnLabel = "Battery", "Dead Time"
+ xAxis = 6, 16, 11
+ yAxis = 0, 8, 9
+ xBins = injector_battLagCorrBins, VBatt
+ yBins = injector_battLagCorr
+ gauge = VBattGauge
+
+ curve = injectorsSecondaryDeadTime, "Secondary injector dead time"
+ columnLabel = "Battery", "Dead Time"
+ xAxis = 6, 16, 11
+ yAxis = 0, 8, 9
+ xBins = injectorSecondary_battLagCorrBins, VBatt
+ yBins = injectorSecondary_battLagCorr
+ gauge = VBattGauge
+
+ curve = vrThresholdCurve1, "VR 1 Threshold"
+ columnLabel = "RPM", "Voltage"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 2.5, 6
+ xBins = vrThreshold1_rpmBins, RPMValue
+ yBins = vrThreshold1_values
+
+ curve = vrThresholdCurve2, "VR 2 Threshold"
+ columnLabel = "RPM", "Voltage"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 2.5, 6
+ xBins = vrThreshold2_rpmBins, RPMValue
+ yBins = vrThreshold2_values
+
+ curve = mafDecodingCurve, "MAF sensor"
+ columnLabel = "Voltage", "kg/hour"
+ xAxis = -1, 6, 10
+ yAxis = -30, 1300, 10
+ xBins = mafDecodingBins, rawMaf
+ yBins = mafDecoding
+ gauge = rawMafGauge
+
+ curve = iatFuelCorrCurve, "Intake air temperature fuel Multiplier"
+ topicHelp = "iatFuelCorrCurveHelp"
+ columnLabel = "Air Temp", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2, 11
+ xBins = iatFuelCorrBins, intake
+ yBins = iatFuelCorr
+ gauge = IATGauge
+
+ curve = cltTimingCorrCurve, "Warmup timing correction"
+ columnLabel = "Coolant", "Extra"
+ xAxis = -40, 120, 9
+ yAxis = 0, 20, 9
+ xBins = cltTimingBins, coolant
+ yBins = cltTimingExtra
+ gauge = CLTGauge
+
+ curve = cltFuelCorrCurve, "Warmup fuel manual Multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = cltFuelCorrBins, coolant
+ yBins = cltFuelCorr
+ gauge = CLTGauge
+
+ curve = crankingCltCurve, "Cranking Coolant Temperature Multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = crankingFuelBins, coolant
+ yBins = crankingFuelCoef
+ gauge = CLTGauge
+
+ curve = crankingCltCurveE100, "Cranking Coolant Temperature Multiplier (Flex Fuel E85)"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = crankingFuelBins, coolant
+ yBins = crankingFuelCoefE100
+ gauge = CLTGauge
+
+ curve = cltRevLimitCurve, ""
+ columnLabel = "Coolant", "RPM Limit"
+ xAxis = -40, 120, 9
+ yAxis = 0, 8000, 9
+ xBins = cltRevLimitRpmBins, coolant
+ yBins = cltRevLimitRpm
+ gauge = CLTGauge
+
+ curve = etbTpsBiasCurve, "Electronic TB Bias Curve"
+ columnLabel = "TPS", "duty bias"
+ xAxis = 0, 50, 11
+ yAxis = -40, 40, 9
+ xBins = etbBiasBins, TPSValue
+ yBins = etbBiasValues
+ gauge = TPSGauge
+
+ curve = crankingTpsCurve, "Cranking TPS Multiplier"
+ columnLabel = "TPS", "Multiplier"
+ xAxis = 0, 100, 11
+ yAxis = 0, 3, 10
+ xBins = crankingTpsBins, TPSValue
+ yBins = crankingTpsCoef
+ gauge = TPSGauge
+
+ curve = crankingDurationCurve, "Cranking Duration Multiplier"
+ columnLabel = "Engine Cycle", "Multiplier"
+ xAxis = 0, 50, 11
+ yAxis = 0, 5, 6
+ xBins = crankingCycleBins
+ yBins = crankingCycleCoef
+
+
+ curve = cltIdleCurve, "Idle open loop warmup multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 10
+ yAxis = 0, 3, 10
+ xBins = cltIdleCorrBins, coolant
+ yBins = cltIdleCorr
+ gauge = CLTGauge
+
+ curve = iacCoastingCurve, "Coasting IAC Position"
+ columnLabel = "RPM", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 100, 10
+ xBins = iacCoastingRpmBins, RPMValue
+ yBins = iacCoasting
+ gauge = idleAirValvePositionGauge
+
+ curve = cltCrankingCurve, "Cranking Idle Air multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = cltCrankingCorrBins, coolant
+ yBins = cltCrankingCorr
+ gauge = CLTGauge
+
+ curve = cltCrankingTaperDurationCurve, "Cranking taper duration multiplier"
+ columnLabel = "Coolant", "Multiplier"
+ xAxis = -40, 120, 9
+ yAxis = 0, 3, 10
+ xBins = cltCrankingTaperCorrBins, coolant
+ yBins = cltCrankingTaperCorr
+ gauge = CLTGauge
+
+ curve = cltIdleRPMCurve, "Idle Target RPM"
+ columnLabel = "Coolant", "RPM"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2400, 13
+ xBins = cltIdleRpmBins, coolant
+ yBins = cltIdleRpm, RPMValue
+ gauge = CLTGauge
+
+ curve = idleAdvanceCurve, "Idle Advance Angle"
+ columnLabel = "RPM", "degrees"
+ xAxis = 0, 2400, 13
+ yAxis = -100, 100, 11
+ xBins = idleAdvanceBins, RPMValue
+ yBins = idleAdvance
+ gauge = RPMGauge
+
+ curve = crankingAdvanceCurve, "Cranking Advance Angle"
+ columnLabel = "RPM", "degrees"
+ xAxis = 0, 1200, 13
+ yAxis = -30, 30, 11
+ xBins = crankingAdvanceBins, RPMValue
+ yBins = crankingAdvance
+ gauge = RPMGauge
+
+ curve = fuelLevelCurve, "Fuel Level"
+ columnLabel = "Voltage", "%"
+ xAxis = 0, 5, 6
+ yAxis = 0, 100, 11
+ xBins = fuelLevelBins
+ yBins = fuelLevelValues
+ gauge = fuelTankLevelGauge
+
+ curve = wueAfrTargetOffsetCurve, "AFR Target Temperature Adjustment"
+ columnLabel = "Coolant", "AFR Offset"
+ xAxis = -40, 200, 9
+ yAxis = -3, 1, 5
+ xBins = cltFuelCorrBins, coolant
+ yBins = wueAfrTargetOffset
+ gauge = cltGauge
+
+ curve = wueAnalyzer_warmup_curve, "Warmup Enrichment"
+ columnLabel = "Coolant", "Current WUE", "Coolant", "Corrected"
+ xAxis = -40, 200, 9
+ yAxis = 90, 500, 6
+ xBins = cltFuelCorrBins, coolant
+ yBins = cltFuelCorr
+ yBins = wueAnalRecommend
+
+ lineLabel = "Warmup Correction"
+ lineLabel = "Recommended WUE"
+
+ curve = hpfpLobeProfileCurve, "HPFP Lobe Profile"
+ columnLabel = "% pump volume", "angle"
+ xAxis = 0, 100, 11
+ yAxis = 0, 240, 13
+ xBins = hpfpLobeProfileQuantityBins
+ yBins = hpfpLobeProfileAngle
+
+ curve = hpfpDeadtimeCurve, "HPFP Valve Deadtime"
+ columnLabel = "volts", "ms"
+ xAxis = 5, 15, 11
+ yAxis = 0, 5, 6
+ xBins = hpfpDeadtimeVoltsBins
+ yBins = hpfpDeadtimeMS
+
+ curve = wwTauCltCurve, "Evap time vs. CLT"
+ columnLabel = "coolant", "seconds"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2, 9
+ xBins = wwCltBins, coolant
+ yBins = wwTauCltValues
+ gauge = CLTGauge
+
+ curve = wwTauMapCurve, "Evap time vs. MAP"
+ columnLabel = "MAP", "mult"
+ xAxis = 0, 100, 5
+ yAxis = 0, 2, 9
+ xBins = wwMapBins, MAPValue
+ yBins = wwTauMapValues
+ gauge = MAPGauge
+
+ curve = wwBetaCltCurve, "Impact fraction vs. CLT"
+ columnLabel = "coolant", "fraction"
+ xAxis = -40, 120, 9
+ yAxis = 0, 2, 9
+ xBins = wwCltBins, coolant
+ yBins = wwBetaCltValues
+ gauge = CLTGauge
+
+ curve = wwBetaMapCurve, "Impact fraction vs. MAP"
+ columnLabel = "MAP", "mult"
+ xAxis = 0, 100, 5
+ yAxis = 0, 2, 9
+ xBins = wwMapBins, MAPValue
+ yBins = wwBetaMapValues
+ gauge = MAPGauge
+
+ curve = tchargeCurve, "Charge temperature estimation coefficient"
+ columnLabel = "flow", "coefficient"
+ xAxis = 0, 500, 6
+ yAxis = 0, 100, 5
+ xBins = tchargeBins, airflowEstimate
+ yBins = tchargeValues
+ gauge = tChargeGauge
+
+ curve = ignAdder1Bias, "Ignition adder 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends1_blendBins, ignBlendParameter1
+ yBins = ignBlends1_blendValues
+
+ curve = ignAdder2Bias, "Ignition adder 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends2_blendBins, ignBlendParameter2
+ yBins = ignBlends2_blendValues
+
+ curve = ignAdder3Bias, "Ignition adder 3 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends3_blendBins, ignBlendParameter3
+ yBins = ignBlends3_blendValues
+
+ curve = ignAdder4Bias, "Ignition adder 4 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = ignBlends4_blendBins, ignBlendParameter4
+ yBins = ignBlends4_blendValues
+
+ curve = veBlend1Bias, "VE blend 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends1_blendBins, veBlendParameter1
+ yBins = veBlends1_blendValues
+
+ curve = veBlend2Bias, "VE blend 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends2_blendBins, veBlendParameter2
+ yBins = veBlends2_blendValues
+
+ curve = veBlend3Bias, "VE blend 3 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends3_blendBins, veBlendParameter3
+ yBins = veBlends3_blendValues
+
+ curve = veBlend4Bias, "VE blend 4 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = veBlends4_blendBins, veBlendParameter4
+ yBins = veBlends4_blendValues
+
+ curve = boostOpenLoopBlend1Bias, "Boost open loop blend 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostOpenLoopBlends1_blendBins, Boost_boostOpenLoopBlendParameter1
+ yBins = boostOpenLoopBlends1_blendValues
+
+ curve = boostOpenLoopBlend2Bias, "Boost open loop blend 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostOpenLoopBlends2_blendBins, Boost_boostOpenLoopBlendParameter2
+ yBins = boostOpenLoopBlends2_blendValues
+
+ curve = boostClosedLoopBlend1Bias, "Boost Closed loop blend 1 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostClosedLoopBlends1_blendBins, Boost_boostClosedLoopBlendParameter1
+ yBins = boostClosedLoopBlends1_blendValues
+
+ curve = boostClosedLoopBlend2Bias, "Boost Closed loop blend 2 bias"
+ columnLabel = "param", "bias"
+ xAxis = 0, 100, 11
+ yAxis = 0, 100, 5
+ xBins = boostClosedLoopBlends2_blendBins, Boost_boostClosedLoopBlendParameter2
+ yBins = boostClosedLoopBlends2_blendValues
+
+ curve = throttleEffectiveArea, "Throttle effective area"
+ columnLabel = "TPS", "normalized flow"
+ xAxis = 0, 100, 11
+ yAxis = 0, 2, 5
+ xBins = throttleEstimateEffectiveAreaBins, TPSValue
+ yBins = throttleEstimateEffectiveAreaValues
+ gauge = TPSGauge
+
+ curve = minimumOilPressure, "Minimum oil pressure"
+ columnLabel = "RPM", "min pressure"
+ xAxis = 0, 8000, 9
+ yAxis = 0, 500, 6
+ xBins = minimumOilPressureBins, RPMValue
+ yBins = minimumOilPressureValues
+ gauge = OilPressGauge
+
+ curve = idleFlowEstimate, "Idle flow estimate"
+ columnLabel = "Flow", "Idle %"
+ xAxis = 0, 20, 9
+ yAxis = 0, 100, 7
+ xBins = idleFlowEstimateFlow
+ yBins = idleFlowEstimatePosition
+
+ curve = idleAirmassTimingEquivalence, "Idle airmass/timing equivalence"
+ columnLabel = "Airmass delta", "Timing adjustment"
+ xAxis = -30, 30, 7
+ yAxis = -20, 20, 5
+ xBins = airmassToTimingBins
+ yBins = airmassToTimingValues
+
+ curve = smallPulseAdder, "Small pulsewidth adder"
+ columnLabel = "Pulsewidth", "Adder"
+ xAxis = 0, 5, 6
+ yAxis = 0, 5, 6
+ xBins = smallPulseAdderBins
+ yBins = smallPulseAdderValues
+
+ curve = vvtOpenLoopIntakeCurve, "VVT intake hold duty"
+ columnLabel = "CLT", "duty"
+ xAxis = -40, 120, 9
+ yAxis = 0, 100, 11
+ xBins = vvtOpenLoop1_bins, coolant
+ yBins = vvtOpenLoop1_values
+
+ curve = vvtOpenLoopExhaustCurve, "VVT exhaust hold duty"
+ columnLabel = "CLT", "duty"
+ xAxis = -40, 120, 9
+ yAxis = 0, 100, 11
+ xBins = vvtOpenLoop2_bins, coolant
+ yBins = vvtOpenLoop2_values
+
+[TableEditor]
+ ; table_id, map3d_id, "title", page
+
+; move table into a panel? or find a way to add a link to https://rusefi.com//wiki/index.php?title=Manual:Software:TPSTPS
+ table = tpsTpsAccelTbl, tpsTpsAccelMap, "TPS/TPS Acceleration Extra Fuel(ms)", 1
+ topicHelp = "tpstpsHelp"
+ xBins = tpsTpsAccelFromRpmBins, TPSValue
+ yBins = tpsTpsAccelToRpmBins, TPSValue
+ zBins = tpsTpsAccelTable
+
+ table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostOpenLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostOpenLoopYAxis)}
+ xBins = boostRpmBins, Boost_boostOpenLoopXAxisValue
+ yBins = boostTpsBins, Boost_boostOpenLoopYAxisValue
+ zBins = boostTableOpenLoop
+
+ table = boostTable2Tbl, boostMapClosed, "Boost control target (kPa)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostClosedLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostClosedLoopYAxis)}
+ xBins = boostClosedLoopXAxisBins, Boost_boostClosedLoopXAxisValue
+ yBins = boostClosedLoopYAxisBins, Boost_boostClosedLoopYAxisValue
+ zBins = boostTableClosedLoop
+
+ table = fan1DutyAcOffTbl, fan1DutyAcOffMap, "Fan 1 Duty (AC Off)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan1PwmXAxis)}, "Coolant"
+ xBins = fan1XAxisBins, Fan_1_fanXAxisValue
+ yBins = fan1CltBins, coolant
+ zBins = fan1DutyAcOff
+
+ table = fan1DutyAcOnTbl, fan1DutyAcOnMap, "Fan 1 Duty (AC On)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan1PwmXAxis)}, "Coolant"
+ xBins = fan1XAxisBins, Fan_1_fanXAxisValue
+ yBins = fan1CltBins, coolant
+ zBins = fan1DutyAcOn
+
+ table = fan2DutyAcOffTbl, fan2DutyAcOffMap, "Fan 2 Duty (AC Off)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan2PwmXAxis)}, "Coolant"
+ xBins = fan2XAxisBins, Fan_2_fanXAxisValue
+ yBins = fan2CltBins, coolant
+ zBins = fan2DutyAcOff
+
+ table = fan2DutyAcOnTbl, fan2DutyAcOnMap, "Fan 2 Duty (AC On)", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, fan2PwmXAxis)}, "Coolant"
+ xBins = fan2XAxisBins, Fan_2_fanXAxisValue
+ yBins = fan2CltBins, coolant
+ zBins = fan2DutyAcOn
+
+ table = vvtTable1Tbl, vvtTable1Map, "Intake VVT closed loop Target", 1
+ xBins = vvtTable1RpmBins, RPMValue
+ yBins = vvtTable1LoadBins, VVT_B1I_targetYAxis
+ zBins = vvtTable1
+
+ table = vvtTable2Tbl, vvtTable2Map, "Exhaust VVT closed loop Target", 1
+ xBins = vvtTable2RpmBins, RPMValue
+ yBins = vvtTable2LoadBins, VVT_B1E_targetYAxis
+ zBins = vvtTable2
+
+
+ table = scriptTable1Tbl, scriptTable1Map, "Script Table #1", 1
+ xBins = scriptTable1RpmBins, RPMValue
+ yBins = scriptTable1LoadBins, fuelingLoad
+ zBins = scriptTable1
+
+ table = scriptTable2Tbl, scriptTable2Map, "Script Table #2", 1
+ xBins = scriptTable2RpmBins, RPMValue
+ yBins = scriptTable2LoadBins, fuelingLoad
+ zBins = scriptTable2
+
+ table = scriptTable3Tbl, scriptTable3Map, "Script Table #3", 1
+ xBins = scriptTable3RpmBins, RPMValue
+ yBins = scriptTable3LoadBins, fuelingLoad
+ zBins = scriptTable3
+
+ table = scriptTable4Tbl, scriptTable4Map, "Script Table #4", 1
+ xBins = scriptTable4RpmBins, RPMValue
+ yBins = scriptTable4LoadBins, fuelingLoad
+ zBins = scriptTable4
+
+ table = IgnRetardTableALS, IgnRetardALS, "Ignition adjustment", 1
+ xBins = alsIgnRetardrpmBins, RPMValue
+ yBins = alsIgnRetardLoadBins, TPSValue
+ zBins = ALSTimingRetardTable
+ gridHeight = 4.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = FuelAdderTableALS, FuelAdderALS, "Fuel adjustment", 1
+ xBins = alsFuelAdjustmentrpmBins, RPMValue
+ yBins = alsFuelAdjustmentLoadBins, TPSValue
+ zBins = ALSFuelAdjustment
+ gridHeight = 4.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = baroCorrTbl, baroCorrMap, "Baro Correction", 1
+ xBins = baroCorrRpmBins, RPMValue
+ yBins = baroCorrPressureBins, baroPressure
+ zBins = baroCorrTable
+ ; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = ignitionTableTbl, ignitionTableMap, "Ignition Table", 1
+ xBins = ignitionRpmBins, RPMValue
+ yBins = ignitionLoadBins, ignitionLoad
+ zBins = ignitionTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = trailingIgnitionTableTbl, trailingIgnitionTableMap, "Trailing Ignition Table", 1
+ xBins = trailingIgnitionRpmBins, RPMValue
+ yBins = trailingIgnitionLoadBins, ignitionLoad
+ zBins = trailingIgnitionTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = ignAdder1Table, ignAdder1Map, "Ignition adder 1", 1
+ xBins = ignBlends1_rpmBins, RPMValue
+ yBins = ignBlends1_loadBins, ignBlendYAxis1
+ zBins = ignBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = ignAdder2Table, ignAdder2Map, "Ignition adder 2", 1
+ xBins = ignBlends2_rpmBins, RPMValue
+ yBins = ignBlends2_loadBins, ignBlendYAxis2
+ zBins = ignBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = ignAdder3Table, ignAdder3Map, "Ignition adder 3", 1
+ xBins = ignBlends3_rpmBins, RPMValue
+ yBins = ignBlends3_loadBins, ignBlendYAxis3
+ zBins = ignBlends3_table
+ gridOrient = 250, 0, 340
+
+ table = ignAdder4Table, ignAdder4Map, "Ignition adder 4", 1
+ xBins = ignBlends4_rpmBins, RPMValue
+ yBins = ignBlends4_loadBins, ignBlendYAxis4
+ zBins = ignBlends4_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend1Table, veBlend1Map, "VE blend 1", 1
+ xBins = veBlends1_rpmBins, RPMValue
+ yBins = veBlends1_loadBins, veBlendYAxis1
+ zBins = veBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend2Table, veBlend2Map, "VE blend 2", 1
+ xBins = veBlends2_rpmBins, RPMValue
+ yBins = veBlends2_loadBins, veBlendYAxis2
+ zBins = veBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend3Table, veBlend3Map, "VE blend 3", 1
+ xBins = veBlends3_rpmBins, RPMValue
+ yBins = veBlends3_loadBins, veBlendYAxis3
+ zBins = veBlends3_table
+ gridOrient = 250, 0, 340
+
+ table = veBlend4Table, veBlend4Map, "VE blend 4", 1
+ xBins = veBlends4_rpmBins, RPMValue
+ yBins = veBlends4_loadBins, veBlendYAxis4
+ zBins = veBlends4_table
+ gridOrient = 250, 0, 340
+
+ table = boostOpenBlend1Table, boostOpenBlend1Map, "Boost open loop blend 1", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostOpenLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostOpenLoopBlends1_yAxisOverride)}
+ xBins = boostOpenLoopBlends1_rpmBins, Boost_boostOpenLoopXAxisValue
+ yBins = boostOpenLoopBlends1_loadBins, Boost_boostOpenLoopBlendYAxis1
+ zBins = boostOpenLoopBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = boostOpenBlend2Table, boostOpenBlend2Map, "Boost open loop blend 2", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostOpenLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostOpenLoopBlends2_yAxisOverride)}
+ xBins = boostOpenLoopBlends2_rpmBins, Boost_boostOpenLoopXAxisValue
+ yBins = boostOpenLoopBlends2_loadBins, Boost_boostOpenLoopBlendYAxis2
+ zBins = boostOpenLoopBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = boostClosedBlend1Table, boostClosedBlend1Map, "Boost closed loop blend 1", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostClosedLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostClosedLoopBlends1_yAxisOverride)}
+ xBins = boostClosedLoopBlends1_rpmBins, Boost_boostClosedLoopXAxisValue
+ yBins = boostClosedLoopBlends1_loadBins, Boost_boostClosedLoopBlendYAxis1
+ zBins = boostClosedLoopBlends1_table
+ gridOrient = 250, 0, 340
+
+ table = boostClosedBlend2Table, boostClosedBlend2Map, "Boost closed loop blend 2", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, boostClosedLoopXAxis)}, {bitStringValue(pwmAxisLabels, boostClosedLoopBlends2_yAxisOverride)}
+ xBins = boostClosedLoopBlends2_rpmBins, Boost_boostClosedLoopXAxisValue
+ yBins = boostClosedLoopBlends2_loadBins, Boost_boostClosedLoopBlendYAxis2
+ zBins = boostClosedLoopBlends2_table
+ gridOrient = 250, 0, 340
+
+ table = ignitionIatCorrTableTbl, ignitionIatCorrTableMap, "Ignition Intake Air Temp correction", 1
+ xBins = ignitionIatCorrTempBins, intake
+ yBins = ignitionIatCorrLoadBins, ignitionLoad
+ zBins = ignitionIatCorrTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = veTableTbl, veTableMap, "VE Table", 1
+ xyLabels = "RPM", "load"
+ xBins = veRpmBins, RPMValue
+ yBins = veLoadBins, veTableYAxis
+ zBins = veTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = idleVeTableTbl, idleVeTable, "Idle VE"
+ xyLabels = "RPM", "load"
+ xBins = idleVeRpmBins, RPMValue
+ yBins = idleVeLoadBins, idleVeTableYAxis
+ zBins = idleVeTable
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl1, fuelTrimMap1, "Fuel trim cyl 1", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims1_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl2, fuelTrimMap2, "Fuel trim cyl 2", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims2_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl3, fuelTrimMap3, "Fuel trim cyl 3", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims3_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl4, fuelTrimMap4, "Fuel trim cyl 4", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims4_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl5, fuelTrimMap5, "Fuel trim cyl 5", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims5_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl6, fuelTrimMap6, "Fuel trim cyl 6", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims6_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl7, fuelTrimMap7, "Fuel trim cyl 7", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims7_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl8, fuelTrimMap8, "Fuel trim cyl 8", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims8_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl9, fuelTrimMap9, "Fuel trim cyl 9", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims9_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl10, fuelTrimMap10, "Fuel trim cyl 10", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims10_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl11, fuelTrimMap11, "Fuel trim cyl 11", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims11_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = fuelTrimTbl12, fuelTrimMap12, "Fuel trim cyl 12", 1
+ xBins = fuelTrimRpmBins, RPMValue
+ yBins = fuelTrimLoadBins, veTableYAxis
+ zBins = fuelTrims12_table
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = ignTrimTbl1, ignTrimMap1, "Ign trim cyl 1", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims1_table
+
+ table = ignTrimTbl2, ignTrimMap2, "Ign trim cyl 2", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims2_table
+
+ table = ignTrimTbl3, ignTrimMap3, "Ign trim cyl 3", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims3_table
+
+ table = ignTrimTbl4, ignTrimMap4, "Ign trim cyl 4", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims4_table
+
+ table = ignTrimTbl5, ignTrimMap5, "Ign trim cyl 5", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims5_table
+
+ table = ignTrimTbl6, ignTrimMap6, "Ign trim cyl 6", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims6_table
+
+ table = ignTrimTbl7, ignTrimMap7, "Ign trim cyl 7", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims7_table
+
+ table = ignTrimTbl8, ignTrimMap8, "Ign trim cyl 8", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims8_table
+
+ table = ignTrimTbl9, ignTrimMap9, "Ign trim cyl 9", 1
+ xBins =ignTrimRpmBins, RPMValue
+ yBins =ignTrimLoadBins, ignitionLoad
+ zBins =ignTrims9_table
+
+ table = ignTrimTbl10, ignTrimMap10, "Ign trim cyl 10", 1
+ xBins = ignTrimRpmBins, RPMValue
+ yBins = ignTrimLoadBins, ignitionLoad
+ zBins = ignTrims10_table
+
+ table = ignTrimTbl11, ignTrimMap11, "Ign trim cyl 11", 1
+ xBins = ignTrimRpmBins, RPMValue
+ yBins = ignTrimLoadBins, ignitionLoad
+ zBins = ignTrims11_table
+
+ table = ignTrimTbl12, ignTrimMap12, "Ign trim cyl 12", 1
+ xBins = ignTrimRpmBins, RPMValue
+ yBins = ignTrimLoadBins, ignitionLoad
+ zBins = ignTrims12_table
+
+ table = mapEstimateTableTbl, mapEstimateTableMap, "MAP Estimate", 1
+ xBins = mapEstimateRpmBins, RPMValue
+ yBins = mapEstimateTpsBins, TPSValue
+ zBins = mapEstimateTable
+
+ table = injPhaseTableTbl, injPhaseTableMap, "Injection Phase", 1
+ topicHelp = "fuelHelp"
+ xBins = injPhaseRpmBins, RPMValue
+ yBins = injPhaseLoadBins, fuelingLoad
+ zBins = injectionPhase
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(Later)", "(Sooner)"
+
+ table = pedalToTpsTbl, pedalToTpsMap, "ETB Pedal to TPS", 1
+ xBins = pedalToTpsRpmBins, RPMValue
+ yBins = pedalToTpsPedalBins, throttlePedalPosition
+ zBins = pedalToTpsTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(Later)", "(Sooner)"
+
+ table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1
+ xBins = throttle2TrimRpmBins, RPMValue
+ yBins = throttle2TrimTpsBins, TPSValue
+ zBins = throttle2TrimTable
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+
+ table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1
+ xBins = maxKnockRetardRpmBins, RPMValue
+ yBins = maxKnockRetardLoadBins, ignitionLoad
+ zBins = maxKnockRetardTable
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+
+ table = knockGainTbl1, knockGainMap1, "Knock gain cyl 1", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains1_table
+
+ table = knockGainTbl2, knockGainMap2, "Knock gain cyl 2", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains2_table
+
+ table = knockGainTbl3, knockGainMap3, "Knock gain cyl 3", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains3_table
+
+ table = knockGainTbl4, knockGainMap4, "Knock gain cyl 4", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains4_table
+
+ table = knockGainTbl5, knockGainMap5, "Knock gain cyl 5", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains5_table
+
+ table = knockGainTbl6, knockGainMap6, "Knock gain cyl 6", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains6_table
+
+ table = knockGainTbl7, knockGainMap7, "Knock gain cyl 7", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains7_table
+
+ table = knockGainTbl8, knockGainMap8, "Knock gain cyl 8", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains8_table
+
+ table = knockGainTbl9, knockGainMap9, "Knock gain cyl 9", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains9_table
+
+ table = knockGainTbl10, knockGainMap10, "Knock gain cyl 10", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains10_table
+
+ table = knockGainTbl11, knockGainMap11, "Knock gain cyl 11", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains11_table
+
+ table = knockGainTbl12, knockGainMap12, "Knock gain cyl 12", 1
+ xBins = knockGainRpmBins, RPMValue
+ yBins = knockGainLoadBins, ignitionLoad
+ zBins = knockGains12_table
+
+#if LAMBDA
+ table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1
+#else
+ table = afrTableTbl, afrTableMap, "Target AFR Table", 1
+#endif
+ xBins = lambdaRpmBins, RPMValue
+ yBins = lambdaLoadBins, afrTableYAxis
+ zBins = lambdaTable
+; gridHeight = 2.0
+ gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
+ upDownLabel = "(RICHER)", "(LEANER)"
+
+ table = lambdaMaxDeviationTableTbl, lambdaMaxDeviationTableMap, "Maximum Lambda Deviation", 1
+ xyLabels = "RPM", ""
+ xBins = lambdaMaxDeviationRpmBins, RPMValue
+ yBins = lambdaMaxDeviationLoadBins, afrTableYAxis
+ zBins = lambdaMaxDeviationTable
+
+ table = gppwm1Tbl, gppwm1Map, "GP#1", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm1_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm1_loadAxis)}
+ xBins = gppwm1_rpmBins, gppwmXAxis1
+ yBins = gppwm1_loadBins, gppwmYAxis1
+ zBins = gppwm1_table
+
+ table = gppwm2Tbl, gppwm2Map, "GP#2", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm2_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm2_loadAxis)}
+ xBins = gppwm2_rpmBins, gppwmXAxis2
+ yBins = gppwm2_loadBins, gppwmYAxis2
+ zBins = gppwm2_table
+
+ table = gppwm3Tbl, gppwm3Map, "GP#3", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm3_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm3_loadAxis)}
+ xBins = gppwm3_rpmBins, gppwmXAxis3
+ yBins = gppwm3_loadBins, gppwmYAxis3
+ zBins = gppwm3_table
+
+ table = gppwm4Tbl, gppwm4Map, "GP#4", 1
+ xyLabels = {bitStringValue(pwmAxisLabels, gppwm4_rpmAxis)}, {bitStringValue(pwmAxisLabels, gppwm4_loadAxis)}
+ xBins = gppwm4_rpmBins, gppwmXAxis4
+ yBins = gppwm4_loadBins, gppwmYAxis4
+ zBins = gppwm4_table
+
+ table = stagedInjectionTbl, stagedInjectionMap, "Staged Injection %", 1
+ xyLabels = "RPM", ""
+ xBins = injectorStagingRpmBins, RPMValue
+ yBins = injectorStagingLoadBins, afrTableYAxis
+ zBins = injectorStagingTable
+
+ table = hpfpTargetTable, hpfpTargetTableId, "HPFP Target Fuel Pressure", 1
+ xBins = hpfpTargetRpmBins, RPMValue
+ yBins = hpfpTargetLoadBins, veTableYAxis
+ zBins = hpfpTarget
+
+ table = hpfpCompensationTable, hpfpCompensationTableId, "HPFP Pump Compensation Factor", 1
+ xBins = hpfpCompensationRpmBins, RPMValue
+ yBins = hpfpCompensationLoadBins, running_fuel
+ zBins = hpfpCompensation
+
+ table = postCrankingEnrichmentTable, postCrankingEnrichmentTableId, "", 1
+ xBins = postCrankingEnrichRuntimeBins, running_timeSinceCrankingInSecs
+ yBins = postCrankingEnrichTempBins, coolant
+ zBins = postCrankingEnrichTable
+ xyLabels = "Run time", "CLT"
+
+
+[GaugeConfigurations]
+gaugeCategory = "Fuel: math"
+ totalFuelCorrectionGauge = totalFuelCorrection,"Fuel: Total correction", "mult", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
+ running_timeSinceCrankingInSecsGauge = running_timeSinceCrankingInSecs,"running_ timeSinceCrankingInSecs", "secs", 0.0,600000.0, 0.0,600000.0, 0.0,600000.0, 0,0
+ targetLambdaGauge = targetLambda,"Fuel: target lambda", "", 0.5,1.5, 0.5,1.5, 0.5,1.5, 2,2
+ targetAFRGauge = targetAFR,"Fuel: target AFR", "ratio", 10.0,20.0, 10.0,20.0, 10.0,20.0, 2,2
+
+gaugeCategory = "Boost Control"
+ luaTargetAddGauge = Boost_luaTargetAdd,"Boost: Lua target add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ boostOutputGauge = Boost_boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2
+ luaTargetMultGauge = Boost_luaTargetMult,"Boost: Lua target mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ openLoopPartGauge = Boost_openLoopPart,"Boost: Open loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ luaOpenLoopAddGauge = Boost_luaOpenLoopAdd,"Boost: Lua open loop add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1
+ boostControllerClosedLoopPartGauge = Boost_boostControllerClosedLoopPart,"Boost: Closed loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1
+ boostControlTargetGauge = Boost_boostControlTarget,"Boost: Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1
+ boostStatus_pTermGauge = boostStatus_pTerm,"Boost PID pTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_iTermGauge = boostStatus_iTerm,"Boost PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_dTermGauge = boostStatus_dTerm,"Boost PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_outputGauge = boostStatus_output,"Boost PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_errorGauge = boostStatus_error,"Boost PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ boostStatus_resetCounterGauge = boostStatus_resetCounter,"Boost PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0
+
+gaugeCategory = "ETB more"
+ luaAdjustmentGauge = ETB_1_luaAdjustment,"ETB: luaAdjustment", "%", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
+ m_wastegatePositionGauge = ETB_1_m_wastegatePosition,"DC: wastegatePosition", "%", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
+ etbTpsErrorCounterGauge = ETB_1_etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
+ etbPpsErrorCounterGauge = ETB_1_etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
+
+gaugeCategory = Trigger
+ triggerErrorsCounterGauge = Trg_triggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
+ triggerSyncGapRatioGauge = Trg_triggerSyncGapRatio,"triggerSyncGapRatio", "", 0, 5, 0, 5, 0, 5, 3, 3
+ triggerStateIndexGauge = Trg_triggerStateIndex,"triggerStateIndex", "", 0, 200, 0, 200, 0, 200, 0, 0
+ vvtB1ISyncGapRatioGauge = VVT_B1I_triggerSyncGapRatio,"vvtSyncGapRatio", "", 0, 5, 0, 5, 0, 5, 3, 3
+ vvtB1IStateIndexGauge = VVT_B1I_triggerStateIndex,"vvtStateIndex", "", 0, 200, 0, 200, 0, 200, 0, 0
+ triggerPrimaryFallGauge = Trg_edgeCountFall,"triggerPrimaryFall", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ triggerPrimaryRiseGauge = Trg_edgeCountRise,"triggerPrimaryRise", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ triggerVvtFallGauge = VVT_B1I_edgeCountFall,"triggerVvtFall", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ triggerVvtRiseGauge = VVT_B1I_edgeCountRise,"triggerVvtRise", "", 0, 65535, 0, 65535, 0, 65535, 0, 0
+ currentEnginePhaseGauge = currentEngineDecodedPhase, "Engine Phase", "deg", 0, 720, 0, 0, 720, 720, 0, 0
+
+gaugeCategory = Test Bench
+ testBenchIterGauge = testBenchIter, "Test Bench Iterations", "count", 0, {benchTestCount}, 0, 0, {benchTestCount}, {benchTestCount}, 0, 0
+ testIgnIterGauge = testBenchIter, "Ignition Test Iterations", "count", 0, {ignTestCount}, 0, 0, {ignTestCount}, {ignTestCount}, 0, 0
+
+gaugeCategory = LUA
+ luaInvocationCounterGauge = luaInvocationCounter,"luaInvocationCounter", "count", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ luaLastCycleDurationGauge = luaLastCycleDuration,"luaLastCycleDuration", "us", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ luaGauges1gauge = luaGauges1, "Lua Gauge 1", "lua", 0, 30000, 0, 0, 30000, 30000, 0, 3
+ luaGauges2gauge = luaGauges2, "Lua Gauge 2", "lua", 0, 30000, 0, 0, 30000, 30000, 0, 3
+
+gaugeCategory = Alternator Control
+ alternatorStatus_pTermGauge = alternatorStatus_pTerm,"Alternator PID pTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_iTermGauge = alternatorStatus_iTerm,"Alternator PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_dTermGauge = alternatorStatus_dTerm,"Alternator PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_outputGauge = alternatorStatus_output,"Alternator PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_errorGauge = alternatorStatus_error,"Alternator PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ alternatorStatus_resetCounterGauge = alternatorStatus_resetCounter,"Alternator PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0
+
+gaugeCategory = Idle
+ idleAirValvePositionGauge = Idle_currentIdlePosition, "Idle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ idleStatus_pTermGauge = idleStatus_pTerm,"Idle PID pTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_iTermGauge = idleStatus_iTerm,"Idle PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_dTermGauge = idleStatus_dTerm,"Idle PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_outputGauge = idleStatus_output,"Idle PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_errorGauge = idleStatus_error,"Idle PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ idleStatus_resetCounterGauge = idleStatus_resetCounter,"Idle PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0
+ targetRpmGauge = Idle_idleTarget, "Idle: Target RPM","RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
+
+gaugeCategory = ETB PID
+ etbStatus_pTermGauge = etbStatus_pTerm,"ETB 1 PID pTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_iTermGauge = etbStatus_iTerm,"ETB 1 PID iTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_dTermGauge = etbStatus_dTerm,"ETB 1 PID dTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_outputGauge = etbStatus_output,"ETB 1 PID output", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_errorGauge = etbStatus_error,"ETB 1 PID error", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ etbStatus_resetCounterGauge = etbStatus_resetCounter,"ETB 1 PID resetCounter", "", 0,100.0, 0,100.0, 0,100.0, 0,0
+
+ wgStatus_pTermGauge = wastegateDcStatus_pTerm,"WG PID pTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_iTermGauge = wastegateDcStatus_iTerm,"WG PID iTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_dTermGauge = wastegateDcStatus_dTerm,"WG PID dTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_outputGauge = wastegateDcStatus_output,"WG PID output", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_errorGauge = wastegateDcStatus_error,"WG PID error", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3
+ wgStatus_resetCounterGauge = wastegateDcStatus_resetCounter,"WG PID resetCounter", "", 0,100.0, 0,100.0, 0,100.0, 0,0
+
+gaugeCategory = CAN
+ canReadCounterGauge = canReadCounter,"canReadCounter", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ canWriteOkGauge = canWriteOk,"canWriteOk", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+ canWriteNotOkGauge = canWriteNotOk,"canWriteNotOk", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
+
+gaugeCategory = GDI
+ di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ ;todo see comment in HpfpQuantity class definition
+ ;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ ;m_pressureTarget_kPaGauge = m_pressureTarget_kPa,"DI: m_pressureTarget_kPa", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
+ highFuelPressureGauge = highFuelPressure, "Fuel pressure (high)", "bar", 0, 200, 0, 0, 200, 200, 1, 0
+
+gaugeCategory = ECU Status
+ warningCounterGauge = warningCounter, "Warning: counter", "", 0, 100, 0, 0, 100, 100, 0, 0
+ lastErrorCodeGauge = lastErrorCode, "Last error", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode1Gauge = recentErrorCode1, "Error#1", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode2Gauge = recentErrorCode2, "Error#2", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode3Gauge = recentErrorCode3, "Error#3", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode4Gauge = recentErrorCode4, "Error#4", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode5Gauge = recentErrorCode5, "Error#5", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode6Gauge = recentErrorCode6, "Error#6", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode7Gauge = recentErrorCode7, "Error#7", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ recentErrorCode8Gauge = recentErrorCode8, "Error#8", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
+ firmwareVersionGauge = firmwareVersion , "ECU Software Version", "%", 0, 100, 0, 0, 100, 100, 0, 0
+ timeSecondsGauge = seconds, "Uptime", "sec", 0, 100, 0, 0, 100, 100, 0, 0
+ widebandUpdateProgressGauge = widebandUpdateProgress, "WB FW Update Progress", "%", 0, 100, 0, 0, 100, 100, 0, 0
+
+gaugeCategory = Debug
+ debugF1Gauge = debugFloatField1, {bitStringValue( debugFieldF1List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugF2Gauge = debugFloatField2, {bitStringValue( debugFieldF2List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4
+ debugF3Gauge = debugFloatField3, {bitStringValue( debugFieldF3List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4
+ debugF4Gauge = debugFloatField4, {bitStringValue( debugFieldF4List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugF5Gauge = debugFloatField5, {bitStringValue( debugFieldF5List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugF6Gauge = debugFloatField6, {bitStringValue( debugFieldF6List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4
+ debugF7Gauge = debugFloatField7, {bitStringValue( debugFieldF7List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4
+ debugI1Gauge = debugIntField1, {bitStringValue( debugFieldI1List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI2Gauge = debugIntField2, {bitStringValue( debugFieldI2List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI3Gauge = debugIntField3, {bitStringValue( debugFieldI3List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI4Gauge = debugIntField4, {bitStringValue( debugFieldI4List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+ debugI5Gauge = debugIntField5, {bitStringValue( debugFieldI5List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0
+
+gaugeCategory = Sensors - Basic
+ RPMGauge = RPMValue, "RPM - engine speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
+ CLTGauge = coolant, "Coolant temp", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ IATGauge = intake, "Intake air temp", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ afr1Gauge = AFRValue, "Air/Fuel Ratio", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ afr2Gauge = AFRValue2, "Air/Fuel Ratio 2", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ afrGasScale1Gauge = afrGasolineScale, "Air/Fuel Ratio (Gas Scale)", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ afrGasScale2Gauge = afr2GasolineScale, "Air/Fuel Ratio 2 (Gas Scale)", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+ lambda1Gauge = lambdaValues1, "Lambda 1", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ lambda2Gauge = lambdaValues2, "Lambda 2", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ lambda3Gauge = lambdaValues3, "Lambda 3", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ lambda4Gauge = lambdaValues4, "Lambda 4", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ VBattGauge = VBatt, "Battery", "V", 8, 21, 9, 10, 17, 19, 1, 1
+ MAPGauge = MAPValue, "MAP", "kPa", 0, 300, 10, 10, 200, 200, 0, 0
+ massAirFlowValueGa = mafMeasured, "MAF", "kg/h", 0, 50, -999, -999, 999, 999, 1, 1
+
+gaugeCategory = Sensors - Extra 1
+ turboSpeedGauge = turboSpeed, "Turbocharger Speed", "hz", 0, 200, 0, 1, 3, 4, 1, 1
+ baroPressureGauge = baroPressure, "Barometric pressure", "kPa", 0, 130, 40, 50, 110, 120, 2, 0
+ internalMcuTemperatureGauge = internalMcuTemperature, "ECU temperature", "C", 0, 100, 0, 0, 75, 100, 0, 0
+ OilPressGauge = oilPressure, "Oil Pressure", "kPa", 0, 750, 35, 75, 550, 700, 0, 0
+ OilTempGauge = oilTemp, "Oil Temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ AuxT1Gauge = auxTemp1, "Aux temp 1", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ AuxT2Gauge = auxTemp2, "Aux temp 2", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ lowFuelPressureGauge = lowFuelPressure, "Fuel pressure (low)", "kPa", 0, 700, 0, 0, 700, 700, 1, 0
+ flexPercentGauge = flexPercent, "Flex Ethanol %", "%", 0, 100, 0, 0, 100, 100, 0, 0
+ fuelTankLevelGauge = fuelTankLevel,"Fuel level", "%", 0, 100, 10, 20, 100, 100, 1, 1
+ AuxL1Gauge = auxLinear1, "Aux linear 1", "", -100, 100, -100, -100, 100, 100, 2, 2
+ AuxL2Gauge = auxLinear2, "Aux linear 2", "", -100, 100, -100, -100, 100, 100, 2, 2
+ AuxL3Gauge = auxLinear3, "Aux linear 3", "", -100, 100, -100, -100, 100, 100, 2, 2
+ AuxL4Gauge = auxLinear4, "Aux linear 4", "", -100, 100, -100, -100, 100, 100, 2, 2
+
+gaugeCategory = Sensors - Extra 2
+ accelerationLatGauge = accelerationLat, "Accel: Lateral", "acc", -2, 2, -2, -1, 1, 2, 3, 1
+ accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1
+ accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1
+ gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1
+ egt1Gauge = egt1, "EGT#1", "C", 0, 1250, 0, 0, 850, 950, 0, 0
+ egt2Gauge = egt2, "EGT#2", "C", 0, 1250, 0, 0, 850, 950, 0, 0
+ rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0
+ wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0
+ fuelTempGauge = fuelTemp, "Fuel temp", "C", -40, 80, -40, -40, 50, 70, 1, 1
+
+gaugeCategory = VVT
+ vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtPositionB2IGauge = vvtPositionB2I, "VVT: bank 2 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtPositionB2EGauge = vvtPositionB2E, "VVT: bank 2 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1
+ vvtTargets1Gauge = VVT_B1I_vvtTarget, "VVT: bank 1 intake target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtTargets2Gauge = VVT_B1E_vvtTarget, "VVT: bank 1 exhaust target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtTargets3Gauge = VVT_B2I_vvtTarget, "VVT: bank 2 intake target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtTargets4Gauge = VVT_B2E_vvtTarget, "VVT: bank 2 exhaust target", "deg", -60, 60, -60, -60, 60, 60, 0, 0
+ vvtOutput1Gauge = VVT_B1I_vvtOutput, "VVT: bank 1 intake output", "", 00, 100, 10, 10, 90, 90, 0, 0
+ vvtOutput2Gauge = VVT_B1E_vvtOutput, "VVT: bank 1 exhaust output", "", 00, 100, 10, 10, 90, 90, 0, 0
+ vvtOutput3Gauge = VVT_B2I_vvtOutput, "VVT: bank 2 intake output", "", 00, 100, 10, 10, 90, 90, 0, 0
+ vvtOutput4Gauge = VVT_B2E_vvtOutput, "VVT: bank 2 exhaust output", "", 00, 100, 10, 10, 90, 90, 0, 0
+
+gaugeCategory = Vehicle Speed
+ VSSGauge = vehicleSpeedKph, "Vehicle Speed", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssLfGauge = wheelSpeedLf, "Wheel speed: LF", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssRfGauge = wheelSpeedRf, "Wheel speed: RF", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssLrGauge = wheelSpeedLr, "Wheel speed: LR", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+ WssRrGauge = wheelSpeedRr, "Wheel speed: RR", "kph", 0, 200, 0, 0, 200, 200, 1, 1
+
+gaugeCategory = Ignition
+ sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
+ dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
+ coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
+ ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
+ baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
+ dwellAngleGauge = dwellAngle,"Ign: Dwell angle", "deg", 0.0,120.0, 0.0,120.0, 0.0,120.0, 1,1
+ cltTimingCorrectionGauge = cltTimingCorrection,"Ign: CLT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ timingIatCorrectionGauge = timingIatCorrection,"Ign: IAT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ timingPidCorrectionGauge = timingPidCorrection,"Ign: Idle timing adjustment", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ luaTimingAddGauge = luaTimingAdd,"Ign: Lua timing add", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+ luaTimingMultGauge = luaTimingMult,"Ign: Lua timing mult", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
+
+gaugeCategory = Acceleration Enrichment
+ deltaTpsGauge = deltaTps, "AE: TPS change", "", 0, 120, 10, 10, 100, 100, 1, 1
+ tpsAccelFuelGauge = tpsAccelFuel,"AE: TPS enrich", "ms", 0, 120, 10, 10, 100, 100, 1, 1
+ wallFuelAmountGauge = wallFuelAmount, "AE: wall amount", "mg", 0, 100, 0, 0, 100, 100, 0, 0
+ wallFuelCorrectionGauge = wallFuelCorrection, "AE: wall correction extra", "mg", -20, 20, -100, -100, 100, 100, 1, 1
+
+gaugeCategory = Fueling
+ ;Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld
+ fuelCutReasonGauge = fuelCutReason,"Fuel Cut Code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
+ tChargeGauge = sd_tCharge, "Fuel: Estimated charge temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1
+ baroCorrectionGauge = baroCorrection,"Fuel: Barometric pressure mult", "ratio", 0.5, 1.5, 0.6, 0.7, 1.3, 1.4, 1, 1
+ crankingFuelGauge = crankingFuel_fuel, "Fuel: cranking", "mg", 0, 100, 0, 0, 100, 100, 3, 1
+ iatCorrectionGauge = running_intakeTemperatureCoefficient, "Fuel: IAT correction", "mult", 0, 3, 0, 0, 3, 3, 2, 2
+ cltCorrectionGauge = running_coolantTemperatureCoefficient, "Fuel: CLT correction", "mult", 0, 3, 0, 0, 3, 3, 2, 2
+ injectorDutyCycleGauge=injectorDutyCycle, "Fuel: injector duty cycle","%", 0, 120, 10, 10, 100, 100, 1, 1
+ injectorDutyCycleStg2Gauge=injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2","%", 0, 120, 10, 10, 100, 100, 1, 1
+ actualLastInjectionGauge = actualLastInjection, "Fuel: Last inj pulse width", "mSec", 0, 25.5, 1.0, 1.2, 20, 25, 3, 1
+ actualLastInjectionStg2Gauge = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", "mSec", 0, 25.5, 1.0, 1.2, 20, 25, 3, 1
+ veValueGauge = veValue, "fuel: VE", "", 0, 120, 10, 10, 100, 100, 1, 1
+
+ injectorLagMsGauge = m_deadtime, "Fuel: injector lag", "mSec", 0, 10, 0, 0, 10, 10, 3, 1
+ fuelRunningGauge = running_fuel, "Fuel: running", "mg", 0, 100, 0, 0, 100, 100, 3, 1
+ baseFuelGauge = running_baseFuel, "Fuel: base cycle mass", "mg", 0, 100, 0, 0, 100, 100, 2, 0
+ fuelPidCorrectionGauge = fuelPidCorrection1, "Fuel: fuel trim", "%", -10, 10, -8, -5, 5, 8, 3, 1
+ fuelPidCorrectionGauge2= fuelPidCorrection2, "Fuel: fuel trim 2", "%", -10, 10, -8, -5, 5, 8, 3, 1
+ fuelingLoadGauge = fuelingLoad, "Fuel: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
+ totalFuelConsumptionGauge = totalFuelConsumption, "Fuel: Total consumed", "g", 0, 10000, 0, 0, 10000, 10000, 0, 0
+ fuelFlowRateGauge = fuelFlowRate, "Fuel: Flow rate", "g/s", 0, 50, 0, 0, 50, 50, 2, 0
+ targetLambdaGauge = targetLambda,"Fuel: target lambda", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
+ currentTargetAfrGauge = targetAFR,"Fuel: target AFR", "", 10, 19.4, 12, 13, 15, 16, 2, 2
+
+gaugeCategory = Throttle Body (incl. ETB)
+ pedalPositionGauge = throttlePedalPosition, "Throttle pedal position", "%", 0, 120, 0, 0, 100, 100, 1, 1
+ tpsADCGauge = tpsADC, "tps1 ADC", "ADC", 0, 1024, 0, 0, 0, 0, 0, 0
+ TPSGauge = TPSValue, "Throttle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ TPS2Gauge = TPS2Value, "Throttle position #2", "%", 0, 100, 0, 0, 100, 100, 1, 1
+
+ etbTargetGauge = ETB_1_m_adjustedTarget, "ETB: position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
+ etbErrorGauge = ETB_1_m_error, "ETB: position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
+ etbDutyCycleGauge = ETB_1_m_outputDuty, "ETB: Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
+
+gaugeCategory = Sensors - Raw
+ rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawTps1SecondaryGauge = rawTps1Secondary, "Raw TPS 1 Secondary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawTps2PrimaryGauge = rawTps2Primary, "Raw TPS 2 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawTps2SecondaryGauge = rawTps2Secondary, "Raw TPS 2 Secondary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput1Gauge = rawAnalogInput1, "Raw Aux 1", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput2Gauge = rawAnalogInput2, "Raw Aux 2", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput3Gauge = rawAnalogInput3, "Raw Aux 3", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput4Gauge = rawAnalogInput4, "Raw Aux 4", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput5Gauge = rawAnalogInput5, "Raw Aux 5", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput6Gauge = rawAnalogInput6, "Raw Aux 6", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput7Gauge = rawAnalogInput7, "Raw Aux 7", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAnalogInput8Gauge = rawAnalogInput8, "Raw Aux 8", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawPpsPrimaryGauge = rawPpsPrimary , "Raw Pedal Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawPpsSecondaryGauge = rawPpsSecondary,"Raw Pedal Secondary","V",0, 5, 0, 0, 5, 5, 3, 0
+ rawCltGauge = rawClt , "Raw CLT", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawHighFuelPressureGauge = rawHighFuelPressure,"Raw fuel pressure (high) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawFuelTankLevelGauge = rawFuelTankLevel, "Raw fuel level", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawMafGauge = rawMaf , "Raw MAF", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawMapGauge = rawMap , "Raw MAP", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ rawAfrGauge = rawAfr , "Raw WB O2", "V", 0, 5, 0, 0, 5, 5, 3, 0
+ vssEdgeCounterGauge = vssEdgeCounter, "Raw VSS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
+
+gaugeCategory = Transmission
+ detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
+ speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
+
+gaugeCategory = Knock
+ knock1Gauge = m_knockCyl1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock2Gauge = m_knockCyl2, "Knock Cyl 2", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock3Gauge = m_knockCyl3, "Knock Cyl 3", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock4Gauge = m_knockCyl4, "Knock Cyl 4", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock5Gauge = m_knockCyl5, "Knock Cyl 5", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock6Gauge = m_knockCyl6, "Knock Cyl 6", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock7Gauge = m_knockCyl7, "Knock Cyl 7", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock8Gauge = m_knockCyl8, "Knock Cyl 8", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock9Gauge = m_knockCyl9, "Knock Cyl 9", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock10Gauge = m_knockCyl10, "Knock Cyl 10", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock11Gauge = m_knockCyl11, "Knock Cyl 11", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knock12Gauge = m_knockCyl12, "Knock Cyl 12", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knockLevelGauge = m_knockLevel,"Knock level", "dBv", -60, 10, -60, -60, 10, 10, 0, 0
+ knockRetardGauge = m_knockRetard, "Knock retard", "deg", 0, 10, 0, 0, 10, 10, 1, 1
+ knockCountGauge = m_knockCount, "Knock count", "count", 0, 10000, 0, 0, 10000, 10000, 0, 0
+
+gaugeCategory = GPPWM Outputs
+ gppwmGauge1 = gppwmOutput1, { stringValue(gpPwmNote1) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+ gppwmGauge2 = gppwmOutput2, { stringValue(gpPwmNote2) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+ gppwmGauge3 = gppwmOutput3, { stringValue(gpPwmNote3) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+ gppwmGauge4 = gppwmOutput4, { stringValue(gpPwmNote4) }, "%", 0, 100, 0, 0, 100, 100, 1, 1
+
+[WueAnalyze]
+
+; wueCurveName, afrTempCompensationCurve, lambdaTargetTableName, lambdaChannel, coolantTempChannel, egoCorrectionChannel, wueChannel, activeCondition
+#if LAMBDA
+ wueAnalyzeMap = wueAnalyzer_warmup_curve, wueAfrTargetOffsetCurve, lambdaTableTbl, lambdaValues1, coolant, running_coolantTemperatureCoefficient, egoCorrectionForVeAnalyze
+ lambdaTargetTables = lambdaTableTbl, afrTSCustom
+#else
+ wueAnalyzeMap = wueAnalyzer_warmup_curve, wueAfrTargetOffsetCurve, afrTableTbl, AFRValue, coolant, running_coolantTemperatureCoefficient, egoCorrectionForVeAnalyze
+ lambdaTargetTables = afrTableTbl, afrTSCustom
+#endif
+
+ wuePercentOffset = 0 ; for working with 0 based enrichment set to 100
+ option = disableLiveUpdates
+ option = burnOnSend
+
+; filter = std_DeadLambda ; Auto build
+
+ filter = decelFilterMap,"After Start Enrich", engine, & , 4 , , false
+ filter = accelFilterTp, "TP Accel Enrich" , engine, & , 16, , false
+ filter = decelFilterTp, "TP Decel Enrich" , engine, & , 32, , false
+ filter = accelFilterMap,"MAP Accel Enrich" , engine, & , 64, , false
+ filter = decelFilterMap,"MAP Decel Enrich" , engine, & , 128, , false
+ ; this works, just another way to skin a cat
+ ;filter = decelFilter, "Decel Flag" , tpsaccden, > , 0, , false
+ filter = overrunFilter, "Overrun" , pulseWidth1, = , 0, , false
+ filter = highThrottle, "High Throttle" , throttle, > , 15, , true
+ filter = lowRpm, "Low RPM" , rpm, < , 300, , false
+ filter = std_Custom ; Standard Custom Expression Filter.
+
+
+[FrontPage]
+ ; Gauges are numbered left to right, top to bottom.
+ ;
+ ; 1 2 3 4
+ ; 5 6 7 8
+
+ gauge1 = RPMGauge
+ gauge2 = CLTGauge
+ gauge3 = TPSGauge
+ gauge4 = MAPGauge
+#if LAMBDA
+ gauge5 = lambda1Gauge
+#else
+ gauge5 = afr1Gauge
+#endif
+ gauge6 = VBattGauge
+ gauge7 = dwellGauge
+ gauge8 = ignadvGauge
+
+ ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg
+ ; Line 1
+ ; important status
+ ; todo: do we want to drop this line since we have "config error" feature thing below?
+ indicator = { hasCriticalError }, "No errors", "CRITICAL ERROR", white, black, red, black
+ indicator = { needBurn }, "Settings saved", "Unsaved changes", white, black, yellow, black
+ indicator = { isWarnNow }, "No warnings", "Warning", white, black, yellow, black
+ indicator = { checkEngine }, "No Check Engine", "Check Engine", white, black, red, black
+ indicator = { isTriggerError}, "Trigger OK", "Trigger ERR", white, black, red, black
+ indicator = { fuelCutReason != 0 }, "Injection OK", { Fuel cut: bitStringValue(fuelIgnCutCodeList, fuelCutReason)}, white, black, yellow, black
+ indicator = { sparkCutReason != 0 }, "Ignition OK", { Ign cut: bitStringValue(fuelIgnCutCodeList, sparkCutReason)}, white, black, yellow, black
+ indicator = { ETB_1_etbErrorCode != 0 }, "ETB 1 OK", { ETB 1: bitStringValue(etbCutCodeList, ETB_1_etbErrorCode)}, white, black, yellow, black
+ indicator = { ETB_2_etbErrorCode != 0 }, "ETB 2 OK", { ETB 2: bitStringValue(etbCutCodeList, ETB_2_etbErrorCode)}, white, black, yellow, black
+
+ ; this is required so that the "config error" feature works in TS
+ ; DO NOT CHANGE THIS LINE - TS is looking for an indicator with particular text/styling
+ ; you don't even have to show it by default
+ ; DO NOT CHANGE THIS LINE
+ ; DO NOT CHANGE THIS LINE
+ indicator = { hasCriticalError }, "Config Error", "Config Error", white, black, red, black
+ ; DO NOT CHANGE THIS LINE
+ ; DO NOT CHANGE THIS LINE
+
+ ; minor info
+ indicator = { Fan_1_m_state }, "Fan off", "Fan on", white, black, green, black
+ indicator = { Fan_2_m_state }, "Fan 2 off", "Fan 2 on", white, black, green, black
+ indicator = { mainRelayState }, "Main relay off", "Main relay on", white, black, green, black
+ ; Line 2
+ ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg
+ indicator = { isFuelPumpOn }, "Fuel pump off", "Fuel pump on", white, black, green, black
+ indicator = { clutchUpState }, "No clutch Up", "Clutch Up", white, black, red, black
+ indicator = { clutchDownState }, "No clutch down", "Clutch down", white, black, yellow, black
+ indicator = { brakePedalState }, "No braking", "Brake down", white, black, red, black
+ indicator = { AC_acButtonState }, "AC Switch off", "AC Switch on", white, black, blue, white
+ indicator = { AC_acCompressorState }, "AC Relay off", "AC Relay on", white, black, blue, white
+ indicator = { AC_acPressureSwitchState }, "AC Pressure Wrong", "AC Pressure Correct", red, black, blue, white
+ indicator = { Idle_isIdleClosedLoop }, "Not idling", "Idling", white, black, green, black
+ indicator = { Idle_isIdleCoasting }, "Not coasting", "Coasting", white, black, green, black
+ indicator = { dfcoActive }, "Not decel fuel cut", "Decel fuel cut", white, black, yellow, black
+ indicator = { isAboveAccelThreshold }, "No TPS accel", "TPS accel active", white, black, yellow, black
+ ; error codes
+ indicator = { isTpsError }, "TPS OK", "TPS error", white, black, red, black
+
+ ; Line 3
+ ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg
+ indicator = { isTps2Error }, "TPS 2 OK", "TPS 2 error", white, black, red, black
+ indicator = { isPedalError }, "Pedal OK", "Pedal error", white, black, red, black
+ indicator = { isCltError }, "CLT OK", "CLT error", white, black, red, black
+ indicator = { isIatError }, "IAT OK", "IAT error", white, black, red, black
+ ; not implemented
+ ; indicator = { ind_map_error}, "map", "map error", white, black, red, black
+ indicator = { sd_present }, "No SD card", "SD card present", white, black, green, black
+ indicator = { sd_logging_internal }, "No SD logging", "SD logging", white, black, green, black
+ indicator = { sd_msd }, "No SD USB", "SD USB", white, black, green, black
+ indicator = { ETB_1_revLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black
+
+ indicator = { wbo1_hasFault }, { WBO 1: bitStringValue(wboFaultCodeList, WBO_1_faultCode)}, { WBO 1: bitStringValue(wboFaultCodeList, WBO_1_faultCode)}, white, black, red, black
+ indicator = { wbo2_hasFault }, { WBO 2: bitStringValue(wboFaultCodeList, WBO_2_faultCode)}, { WBO 2: bitStringValue(wboFaultCodeList, WBO_2_faultCode)}, white, black, red, black
+
+ indicator = { hasKnockRecently }, "No knock", "KNOCK", white, black, red, black
+ indicator = { hasKnockRetardNow }, "", "Knock retard active", white, black, red, black
+
+
+; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
+
+[KeyActions]
+ showPanel = spi, spiFunction
+
+;
+; this section defines how we log output channels
+; see [OutputChannels]
+;
+[Datalog]
+ ; Channel Label Type Format
+ entry = time, "Time", float, "%.3f"
+
+ ; Add duplicate lambda/AFR log fields so that VE analyze in MLV works
+ entry = lambdaValues1, "Lambda", float, "%.3f"
+ entry = AFRValue, "AFR", float, "%.2f"
+
+entry = sd_present, "SD: Present", int, "%d"
+entry = sd_logging_internal, "SD: Logging", int, "%d"
+entry = triggerScopeReady, "triggerScopeReady", int, "%d"
+entry = antilagTriggered, "antilagTriggered", int, "%d"
+entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
+entry = checkEngine, "checkEngine", int, "%d"
+entry = needBurn, "needBurn", int, "%d"
+entry = sd_msd, "SD: MSD", int, "%d"
+entry = acrActive, "Harley ACR: Active", int, "%d"
+entry = toothLogReady, "Tooth Logger Ready", int, "%d"
+entry = isTpsError, "Error: TPS1", int, "%d"
+entry = isCltError, "Error: CLT", int, "%d"
+entry = isMapError, "Error: MAP", int, "%d"
+entry = isIatError, "Error: IAT", int, "%d"
+entry = isTriggerError, "Error: Trigger", int, "%d"
+entry = hasCriticalError, "Error: Active", int, "%d"
+entry = isWarnNow, "Warning: Active", int, "%d"
+entry = isPedalError, "Error: Pedal", int, "%d"
+entry = launchTriggered, "Launch control: Triggered", int, "%d"
+entry = isTps2Error, "Error: TPS2", int, "%d"
+entry = injectorFault, "Error: Injector Fault", int, "%d"
+entry = ignitionFault, "Error: Ignition Fault", int, "%d"
+entry = isUsbConnected, "isUsbConnected", int, "%d"
+entry = dfcoActive, "DFCO: Active", int, "%d"
+entry = RPMValue, "RPM", int, "%d"
+entry = rpmAcceleration, "dRPM", float, "%.2f"
+entry = coolant, "CLT", float, "%.1f"
+entry = intake, "IAT", float, "%.1f"
+entry = auxTemp1, "Aux temp 1", float, "%.1f"
+entry = auxTemp2, "Aux temp 2", float, "%.1f"
+entry = oilTemp, "oilTemp", float, "%.1f"
+entry = fuelTemp, "fuelTemp", float, "%.1f"
+entry = ambientTemp, "ambientTemp", float, "%.1f"
+entry = compressorDischargeTemp, "compressorDischargeTemp", float, "%.1f"
+entry = TPSValue, "TPS", float, "%.2f"
+entry = tpsADC, "tpsADC", int, "%d"
+entry = TPS2Value, "TPS2", float, "%.2f"
+entry = throttlePedalPosition, "Throttle pedal position", float, "%.2f"
+entry = tps1Split, "tps1Split", float, "%.2f"
+entry = tps2Split, "tps2Split", float, "%.2f"
+entry = tps12Split, "tps12Split", float, "%.2f"
+entry = accPedalSplit, "accPedalSplit", float, "%.2f"
+entry = rawTps1Primary, "Raw: TPS 1 primary", float, "%.3f"
+entry = rawTps1Secondary, "Raw: TPS 1 secondary", float, "%.3f"
+entry = rawTps2Primary, "Raw: TPS 2 primary", float, "%.3f"
+entry = rawTps2Secondary, "Raw: TPS 2 secondary", float, "%.3f"
+entry = rawPpsPrimary, "Raw: Pedal primary", float, "%.3f"
+entry = rawPpsSecondary, "Raw: Pedal secondary", float, "%.3f"
+entry = rawBattery, "Raw: Vbatt", float, "%.3f"
+entry = rawClt, "Raw: CLT", float, "%.3f"
+entry = rawIat, "Raw: IAT", float, "%.3f"
+entry = rawOilPressure, "Raw: OilP", float, "%.3f"
+entry = rawLowFuelPressure, "Raw: Fuel press low", float, "%.3f"
+entry = rawHighFuelPressure, "Raw: Fuel press high", float, "%.3f"
+entry = rawMaf, "Raw: MAF", float, "%.3f"
+entry = rawMaf2, "Raw: MAF 2", float, "%.3f"
+entry = rawMap, "Raw: MAP", float, "%.3f"
+entry = rawWastegatePosition, "Raw: Wastegate position", float, "%.3f"
+entry = rawFuelTankLevel, "Raw: Fuel level", float, "%.3f"
+entry = rawAfr, "Raw: AFR", float, "%.3f"
+entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
+entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
+entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"
+entry = rawAnalogInput4, "rawAnalogInput 4", float, "%.3f"
+entry = rawAnalogInput5, "rawAnalogInput 5", float, "%.3f"
+entry = rawAnalogInput6, "rawAnalogInput 6", float, "%.3f"
+entry = rawAnalogInput7, "rawAnalogInput 7", float, "%.3f"
+entry = rawAnalogInput8, "rawAnalogInput 8", float, "%.3f"
+entry = lambdaValues1, "Lambda 1", float, "%.3f"
+entry = lambdaValues2, "Lambda 2", float, "%.3f"
+entry = lambdaValues3, "Lambda 3", float, "%.3f"
+entry = lambdaValues4, "Lambda 4", float, "%.3f"
+entry = AFRValue, "Air/Fuel Ratio", float, "%.2f"
+entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.2f"
+entry = afrGasolineScale, "Air/Fuel Ratio (Gas Scale)", float, "%.2f"
+entry = afr2GasolineScale, "Air/Fuel Ratio 2 (Gas Scale)", float, "%.2f"
+entry = lowFuelPressure, "Fuel pressure (low)", float, "%.0f"
+entry = highFuelPressure, "Fuel pressure (high)", float, "%.0f"
+entry = fuelTankLevel, "Fuel level", float, "%.0f"
+entry = flexPercent, "Flex Ethanol %", float, "%.1f"
+entry = vehicleSpeedKph, "Vehicle Speed", float, "%.1f"
+entry = speedToRpmRatio, "Gearbox Ratio", float, "%.2f"
+entry = wheelSpeedLf, "Wheel speed: LF", int, "%d"
+entry = wheelSpeedRf, "Wheel speed: RF", int, "%d"
+entry = wheelSpeedLr, "Wheel speed: LR", int, "%d"
+entry = wheelSpeedRr, "Wheel speed: RR", int, "%d"
+entry = vvtPositionB1I, "VVT: bank 1 intake", float, "%.1f"
+entry = tsConfigVersion, "tsConfigVersion", int, "%d"
+entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.1f"
+entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.1f"
+entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.1f"
+entry = baroPressure, "baroPressure", float, "%.1f"
+entry = MAPValue, "MAP", float, "%.1f"
+entry = mapFast, "mapFast", float, "%.1f"
+entry = oilPressure, "Oil Pressure", float, "%.0f"
+entry = compressorDischargePressure, "compressorDischargePressure", float, "%.1f"
+entry = throttleInletPressure, "throttleInletPressure", float, "%.1f"
+entry = auxLinear1, "Aux linear 1", float, "%.1f"
+entry = auxLinear2, "Aux linear 2", float, "%.1f"
+entry = auxLinear3, "Aux linear 3", float, "%.1f"
+entry = auxLinear4, "Aux linear 4", float, "%.1f"
+entry = VBatt, "VBatt", float, "%.2f"
+entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.2f"
+entry = auxSpeed1, "Aux speed 1", int, "%d"
+entry = auxSpeed2, "Aux speed 2", int, "%d"
+entry = mafMeasured, "MAF", float, "%.1f"
+entry = mafMeasured2, "MAF #2", float, "%.1f"
+entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.2f"
+entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.2f"
+entry = fuelPidCorrection3, "Fuel: Trim bank 3", float, "%.2f"
+entry = fuelPidCorrection4, "Fuel: Trim bank 4", float, "%.2f"
+entry = Gego, "Gego", float, "%.2f"
+entry = fuelFlowRate, "Fuel: Flow rate", float, "%.3f"
+entry = totalFuelConsumption, "Fuel: Total consumed", float, "%.1f"
+entry = ignitionOnTime, "ignitionOnTime", float, "%.1f"
+entry = engineRunTime, "engineRunTime", float, "%.1f"
+entry = distanceTraveled, "distanceTraveled", float, "%.1f"
+entry = wallFuelAmount, "Fuel: Wall amount", float, "%.3f"
+entry = wallFuelCorrectionValue, "Fuel: Wall correction", float, "%.3f"
+entry = veValue, "Fuel: VE", float, "%.2f"
+entry = detectedGear, "Detected Gear", int, "%d"
+entry = maxTriggerReentrant, "maxTriggerReentrant", int, "%d"
+entry = luaGauges1, "Lua: Gauge 1", float, "%.3f"
+entry = luaGauges2, "Lua: Gauge 2", float, "%.3f"
+entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
+entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
+entry = widebandUpdateProgress, "widebandUpdateProgress", int, "%d"
+entry = orderingErrorCounter, "orderingErrorCounter", int, "%d"
+entry = internalMcuTemperature, "ECU temperature", int, "%d"
+entry = actualLastInjection, "Fuel: Last inj pulse width", float, "%.3f"
+entry = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", float, "%.3f"
+entry = injectorDutyCycle, "Fuel: injector duty cycle", float, "%.1f"
+entry = injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", float, "%.1f"
+entry = injectionOffset, "Fuel: Injection timing SOI", int, "%d"
+entry = revolutionCounterSinceStart, "Trg: Revolution counter", int, "%d"
+entry = canReadCounter, "CAN: Rx", int, "%d"
+entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
+entry = ignitionAdvance, "Ign: Timing Base", float, "%.1f"
+entry = currentIgnitionMode, "Ign: Mode", int, "%d"
+entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
+entry = idleStepperTargetPosition, "Idle: Stepper target position", int, "%d"
+entry = coilDutyCycle, "Ign: Coil duty cycle", float, "%.1f"
+entry = seconds, "Uptime", int, "%d"
+entry = firmwareVersion, "firmware", int, "%d"
+entry = accelerationLat, "Accel: Lateral", float, "%.0f"
+entry = accelerationLon, "Accel: Longitudinal", float, "%.0f"
+entry = calibrationValue, "calibrationValue", float, "%.0f"
+entry = calibrationValue2, "calibrationValue2", float, "%.0f"
+entry = calibrationMode, "calibrationMode", int, "%d"
+entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
+entry = warningCounter, "Warning: counter", int, "%d"
+entry = lastErrorCode, "Warning: last", int, "%d"
+entry = recentErrorCode1, "recentErrorCode 1", int, "%d"
+entry = recentErrorCode2, "recentErrorCode 2", int, "%d"
+entry = recentErrorCode3, "recentErrorCode 3", int, "%d"
+entry = recentErrorCode4, "recentErrorCode 4", int, "%d"
+entry = recentErrorCode5, "recentErrorCode 5", int, "%d"
+entry = recentErrorCode6, "recentErrorCode 6", int, "%d"
+entry = recentErrorCode7, "recentErrorCode 7", int, "%d"
+entry = recentErrorCode8, "recentErrorCode 8", int, "%d"
+entry = debugFloatField1, "debugFloatField1", float, "%.3f"
+entry = debugFloatField2, "debugFloatField2", float, "%.3f"
+entry = debugFloatField3, "debugFloatField3", float, "%.3f"
+entry = debugFloatField4, "debugFloatField4", float, "%.3f"
+entry = debugFloatField5, "debugFloatField5", float, "%.3f"
+entry = debugFloatField6, "debugFloatField6", float, "%.3f"
+entry = debugFloatField7, "debugFloatField7", float, "%.3f"
+entry = debugIntField1, "debugIntField1", int, "%d"
+entry = debugIntField2, "debugIntField2", int, "%d"
+entry = debugIntField3, "debugIntField3", int, "%d"
+entry = debugIntField4, "debugIntField4", int, "%d"
+entry = debugIntField5, "debugIntField5", int, "%d"
+entry = egt1, "EGT 1", int, "%d"
+entry = egt2, "EGT 2", int, "%d"
+entry = egt3, "EGT 3", int, "%d"
+entry = egt4, "EGT 4", int, "%d"
+entry = egt5, "EGT 5", int, "%d"
+entry = egt6, "EGT 6", int, "%d"
+entry = egt7, "EGT 7", int, "%d"
+entry = egt8, "EGT 8", int, "%d"
+entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d"
+entry = accelerationVert, "Accel: Vertical", float, "%.0f"
+entry = gyroYaw, "Gyro: Yaw rate", float, "%.0f"
+entry = turboSpeed, "Turbocharger Speed", int, "%d"
+entry = ignitionAdvanceCyl1, "Ign: Timing Cyl 1", float, "%.1f"
+entry = ignitionAdvanceCyl2, "Ign: Timing Cyl 2", float, "%.1f"
+entry = ignitionAdvanceCyl3, "Ign: Timing Cyl 3", float, "%.1f"
+entry = ignitionAdvanceCyl4, "Ign: Timing Cyl 4", float, "%.1f"
+entry = ignitionAdvanceCyl5, "Ign: Timing Cyl 5", float, "%.1f"
+entry = ignitionAdvanceCyl6, "Ign: Timing Cyl 6", float, "%.1f"
+entry = ignitionAdvanceCyl7, "Ign: Timing Cyl 7", float, "%.1f"
+entry = ignitionAdvanceCyl8, "Ign: Timing Cyl 8", float, "%.1f"
+entry = ignitionAdvanceCyl9, "Ign: Timing Cyl 9", float, "%.1f"
+entry = ignitionAdvanceCyl10, "Ign: Timing Cyl 10", float, "%.1f"
+entry = ignitionAdvanceCyl11, "Ign: Timing Cyl 11", float, "%.1f"
+entry = ignitionAdvanceCyl12, "Ign: Timing Cyl 12", float, "%.1f"
+entry = sparkCutReason, "Ign: Cut Code", int, "%d"
+entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
+entry = instantRpm, "instantRpm", int, "%d"
+entry = testBenchIter, "testBenchIter", int, "%d"
+entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
+entry = fallbackMap, "fallbackMap", float, "%.1f"
+entry = instantMAPValue, "Instant MAP", float, "%.2f"
+entry = maxLockedDuration, "maxLockedDuration", int, "%d"
+entry = canWriteOk, "CAN: Tx OK", float, "%.3f"
+entry = canWriteNotOk, "CAN: Tx err", float, "%.3f"
+entry = starterState, "starterState", float, "%.3f"
+entry = starterRelayDisable, "starterRelayDisable", float, "%.3f"
+entry = multiSparkCounter, "Ign: Multispark count", float, "%.3f"
+entry = extiOverflowCount, "extiOverflowCount", int, "%d"
+entry = alternatorStatus_pTerm, "alternatorStatus_pTerm", float, "%.2f"
+entry = alternatorStatus_iTerm, "alternatorStatus_iTerm", float, "%.2f"
+entry = alternatorStatus_dTerm, "alternatorStatus_dTerm", float, "%.2f"
+entry = alternatorStatus_output, "alternatorStatus_output", float, "%.2f"
+entry = alternatorStatus_error, "alternatorStatus_error", float, "%.2f"
+entry = alternatorStatus_resetCounter, "alternatorStatus_resetCounter", int, "%d"
+entry = idleStatus_pTerm, "idleStatus_pTerm", float, "%.2f"
+entry = idleStatus_iTerm, "idleStatus_iTerm", float, "%.2f"
+entry = idleStatus_dTerm, "idleStatus_dTerm", float, "%.2f"
+entry = idleStatus_output, "idleStatus_output", float, "%.2f"
+entry = idleStatus_error, "idleStatus_error", float, "%.2f"
+entry = idleStatus_resetCounter, "idleStatus_resetCounter", int, "%d"
+entry = etbStatus_pTerm, "etbStatus_pTerm", float, "%.2f"
+entry = etbStatus_iTerm, "etbStatus_iTerm", float, "%.2f"
+entry = etbStatus_dTerm, "etbStatus_dTerm", float, "%.2f"
+entry = etbStatus_output, "etbStatus_output", float, "%.2f"
+entry = etbStatus_error, "etbStatus_error", float, "%.2f"
+entry = etbStatus_resetCounter, "etbStatus_resetCounter", int, "%d"
+entry = boostStatus_pTerm, "boostStatus_pTerm", float, "%.2f"
+entry = boostStatus_iTerm, "boostStatus_iTerm", float, "%.2f"
+entry = boostStatus_dTerm, "boostStatus_dTerm", float, "%.2f"
+entry = boostStatus_output, "boostStatus_output", float, "%.2f"
+entry = boostStatus_error, "boostStatus_error", float, "%.2f"
+entry = boostStatus_resetCounter, "boostStatus_resetCounter", int, "%d"
+entry = wastegateDcStatus_pTerm, "wastegateDcStatus_pTerm", float, "%.2f"
+entry = wastegateDcStatus_iTerm, "wastegateDcStatus_iTerm", float, "%.2f"
+entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.2f"
+entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.2f"
+entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.2f"
+entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
+entry = gppwmOutput1, "GPPWM Output 1", float, "%.2f"
+entry = gppwmOutput2, "GPPWM Output 2", float, "%.2f"
+entry = gppwmOutput3, "GPPWM Output 3", float, "%.2f"
+entry = gppwmOutput4, "GPPWM Output 4", float, "%.2f"
+entry = gppwmXAxis1, "gppwmXAxis 1", int, "%d"
+entry = gppwmXAxis2, "gppwmXAxis 2", int, "%d"
+entry = gppwmXAxis3, "gppwmXAxis 3", int, "%d"
+entry = gppwmXAxis4, "gppwmXAxis 4", int, "%d"
+entry = gppwmYAxis1, "gppwmYAxis 1", float, "%.1f"
+entry = gppwmYAxis2, "gppwmYAxis 2", float, "%.1f"
+entry = gppwmYAxis3, "gppwmYAxis 3", float, "%.1f"
+entry = gppwmYAxis4, "gppwmYAxis 4", float, "%.1f"
+entry = ignBlendParameter1, "ignBlendParameter 1", float, "%.1f"
+entry = ignBlendParameter2, "ignBlendParameter 2", float, "%.1f"
+entry = ignBlendParameter3, "ignBlendParameter 3", float, "%.1f"
+entry = ignBlendParameter4, "ignBlendParameter 4", float, "%.1f"
+entry = ignBlendBias1, "ignBlendBias 1", float, "%.1f"
+entry = ignBlendBias2, "ignBlendBias 2", float, "%.1f"
+entry = ignBlendBias3, "ignBlendBias 3", float, "%.1f"
+entry = ignBlendBias4, "ignBlendBias 4", float, "%.1f"
+entry = ignBlendOutput1, "ignBlendOutput 1", float, "%.2f"
+entry = ignBlendOutput2, "ignBlendOutput 2", float, "%.2f"
+entry = ignBlendOutput3, "ignBlendOutput 3", float, "%.2f"
+entry = ignBlendOutput4, "ignBlendOutput 4", float, "%.2f"
+entry = ignBlendYAxis1, "ignBlendYAxis 1", float, "%.1f"
+entry = ignBlendYAxis2, "ignBlendYAxis 2", float, "%.1f"
+entry = ignBlendYAxis3, "ignBlendYAxis 3", float, "%.1f"
+entry = ignBlendYAxis4, "ignBlendYAxis 4", float, "%.1f"
+entry = veBlendParameter1, "veBlendParameter 1", float, "%.1f"
+entry = veBlendParameter2, "veBlendParameter 2", float, "%.1f"
+entry = veBlendParameter3, "veBlendParameter 3", float, "%.1f"
+entry = veBlendParameter4, "veBlendParameter 4", float, "%.1f"
+entry = veBlendBias1, "veBlendBias 1", float, "%.1f"
+entry = veBlendBias2, "veBlendBias 2", float, "%.1f"
+entry = veBlendBias3, "veBlendBias 3", float, "%.1f"
+entry = veBlendBias4, "veBlendBias 4", float, "%.1f"
+entry = veBlendOutput1, "veBlendOutput 1", float, "%.2f"
+entry = veBlendOutput2, "veBlendOutput 2", float, "%.2f"
+entry = veBlendOutput3, "veBlendOutput 3", float, "%.2f"
+entry = veBlendOutput4, "veBlendOutput 4", float, "%.2f"
+entry = veBlendYAxis1, "veBlendYAxis 1", float, "%.1f"
+entry = veBlendYAxis2, "veBlendYAxis 2", float, "%.1f"
+entry = veBlendYAxis3, "veBlendYAxis 3", float, "%.1f"
+entry = veBlendYAxis4, "veBlendYAxis 4", float, "%.1f"
+entry = mapAveragingSamples, "mapAveragingSamples", int, "%d"
+entry = dwellAccuracyRatio, "dwellAccuracyRatio", float, "%.3f"
+entry = mafMeasured_preFilter, "MAF: Pre-filter", float, "%.1f"
+entry = cylinderRpm1, "cylinderRpm 1", int, "%d"
+entry = cylinderRpm2, "cylinderRpm 2", int, "%d"
+entry = cylinderRpm3, "cylinderRpm 3", int, "%d"
+entry = cylinderRpm4, "cylinderRpm 4", int, "%d"
+entry = cylinderRpm5, "cylinderRpm 5", int, "%d"
+entry = cylinderRpm6, "cylinderRpm 6", int, "%d"
+entry = cylinderRpm7, "cylinderRpm 7", int, "%d"
+entry = cylinderRpm8, "cylinderRpm 8", int, "%d"
+entry = cylinderRpm9, "cylinderRpm 9", int, "%d"
+entry = cylinderRpm10, "cylinderRpm 10", int, "%d"
+entry = cylinderRpm11, "cylinderRpm 11", int, "%d"
+entry = cylinderRpm12, "cylinderRpm 12", int, "%d"
+entry = cylinderRpmDelta1, "cylinderRpmDelta 1", int, "%d"
+entry = cylinderRpmDelta2, "cylinderRpmDelta 2", int, "%d"
+entry = cylinderRpmDelta3, "cylinderRpmDelta 3", int, "%d"
+entry = cylinderRpmDelta4, "cylinderRpmDelta 4", int, "%d"
+entry = cylinderRpmDelta5, "cylinderRpmDelta 5", int, "%d"
+entry = cylinderRpmDelta6, "cylinderRpmDelta 6", int, "%d"
+entry = cylinderRpmDelta7, "cylinderRpmDelta 7", int, "%d"
+entry = cylinderRpmDelta8, "cylinderRpmDelta 8", int, "%d"
+entry = cylinderRpmDelta9, "cylinderRpmDelta 9", int, "%d"
+entry = cylinderRpmDelta10, "cylinderRpmDelta 10", int, "%d"
+entry = cylinderRpmDelta11, "cylinderRpmDelta 11", int, "%d"
+entry = cylinderRpmDelta12, "cylinderRpmDelta 12", int, "%d"
+entry = running_postCrankingFuelCorrection, "Fuel: Post cranking mult", float, "%.0f"
+entry = running_intakeTemperatureCoefficient, "Fuel: IAT correction", float, "%.0f"
+entry = running_coolantTemperatureCoefficient, "Fuel: CLT correction", float, "%.0f"
+entry = running_timeSinceCrankingInSecs, "running_timeSinceCrankingInSecs", float, "%.0f"
+entry = running_baseFuel, "Fuel: base cycle mass", float, "%.3f"
+entry = running_fuel, "Fuel: running", float, "%.3f"
+entry = totalFuelCorrection, "Fuel: Total correction", float, "%.2f"
+entry = afrTableYAxis, "afrTableYAxis", float, "%.0f"
+entry = targetLambda, "Fuel: target lambda", float, "%.2f"
+entry = targetAFR, "Fuel: target AFR", float, "%.2f"
+entry = stoichiometricRatio, "Fuel: Stoich ratio", float, "%.2f"
+entry = sdTcharge_coff, "sdTcharge_coff", float, "%.0f"
+entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
+entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.1f"
+entry = baseDwell, "baseDwell", float, "%.1f"
+entry = sparkDwell, "Ign: Dwell", float, "%.1f"
+entry = dwellAngle, "Ign: Dwell angle", float, "%.1f"
+entry = cltTimingCorrection, "Ign: CLT correction", float, "%.2f"
+entry = timingIatCorrection, "Ign: IAT correction", float, "%.2f"
+entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.2f"
+entry = dfcoTimingRetard, "DFCO: Timing retard", float, "%.2f"
+entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.0f"
+entry = luaTimingAdd, "Ign: Lua timing add", float, "%.2f"
+entry = luaTimingMult, "Ign: Lua timing mult", float, "%.2f"
+entry = hasKnockRecently, "Knock: Detected recently", int, "%d"
+entry = hasKnockRetardNow, "Knock: Retard active", int, "%d"
+entry = m_knockLevel, "Knock: Current level", float, "%.2f"
+entry = m_knockCyl1, "Knock: Cyl 1", int, "%d"
+entry = m_knockCyl2, "Knock: Cyl 2", int, "%d"
+entry = m_knockCyl3, "Knock: Cyl 3", int, "%d"
+entry = m_knockCyl4, "Knock: Cyl 4", int, "%d"
+entry = m_knockCyl5, "Knock: Cyl 5", int, "%d"
+entry = m_knockCyl6, "Knock: Cyl 6", int, "%d"
+entry = m_knockCyl7, "Knock: Cyl 7", int, "%d"
+entry = m_knockCyl8, "Knock: Cyl 8", int, "%d"
+entry = m_knockCyl9, "Knock: Cyl 9", int, "%d"
+entry = m_knockCyl10, "Knock: Cyl 10", int, "%d"
+entry = m_knockCyl11, "Knock: Cyl 11", int, "%d"
+entry = m_knockCyl12, "Knock: Cyl 12", int, "%d"
+entry = m_knockRetard, "Knock: Retard", float, "%.1f"
+entry = m_knockThreshold, "Knock: Threshold", float, "%.0f"
+entry = m_knockCount, "Knock: Count", int, "%d"
+entry = m_maximumRetard, "Knock: Max retard", float, "%.0f"
+entry = m_requested_pump, "HPFP duration", float, "%.0f"
+entry = fuel_requested_percent, "fuel_requested_percent", float, "%.0f"
+entry = fuel_requested_percent_pi, "fuel_requested_percent_pi", float, "%.0f"
+entry = noValve, "noValve", int, "%d"
+entry = angleAboveMin, "angleAboveMin", int, "%d"
+entry = isHpfpInactive, "isHpfpInactive", int, "%d"
+entry = nextLobe, "nextLobe", float, "%.0f"
+entry = di_nextStart, "DI: next start", float, "%.0f"
+entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
+entry = pressureDelta, "fuel: Injector pressure delta", float, "%.1f"
+entry = pressureRatio, "fuel: Injector pressure ratio", float, "%.3f"
+entry = combinedConditions, "Launch control: combinedConditions", int, "%d"
+entry = launchActivatePinState, "Launch control: launchActivatePinState", int, "%d"
+entry = isLaunchCondition, "Launch control: isLaunchCondition", int, "%d"
+entry = isSwitchActivated, "Launch control: isSwitchActivated", int, "%d"
+entry = isClutchActivated, "Launch control: isClutchActivated", int, "%d"
+entry = isValidInputPin, "Launch control: isValidInputPin", int, "%d"
+entry = activateSwitchCondition, "Launch control: activateSwitchCondition", int, "%d"
+entry = rpmCondition, "Launch control: rpmCondition", int, "%d"
+entry = speedCondition, "Launch control: speedCondition", int, "%d"
+entry = tpsCondition, "Launch control: tpsCondition", int, "%d"
+entry = retardThresholdRpm, "Launch control: Retard threshold RPM", int, "%d"
+entry = isAntilagCondition, "isAntilagCondition", int, "%d"
+entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
+entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
+entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
+entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
+entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
+entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
+entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
+entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
+entry = ALSTimerCondition, "ALSTimerCondition", int, "%d"
+entry = fuelALSCorrection, "fuelALSCorrection", float, "%.0f"
+entry = timingALSCorrection, "timingALSCorrection", float, "%.2f"
+entry = Boost_isBelowClosedLoopThreshold, "Boost: Below CL thresh", int, "%d"
+entry = Boost_isZeroRpm, "Boost: Zero RPM", int, "%d"
+entry = Boost_rpmTooLow, "Boost: RPM too low", int, "%d"
+entry = Boost_tpsTooLow, "Boost: TPS too low", int, "%d"
+entry = Boost_mapTooLow, "Boost: MAP too low", int, "%d"
+entry = Boost_luaTargetMult, "Boost: Lua target mult", float, "%.1f"
+entry = Boost_luaTargetAdd, "Boost: Lua target add", float, "%.1f"
+entry = Boost_boostControlTarget, "Boost: Target", float, "%.1f"
+entry = Boost_luaOpenLoopAdd, "Boost: Lua open loop add", float, "%.1f"
+entry = Boost_openLoopPart, "Boost: Open loop", float, "%.1f"
+entry = Boost_boostControllerClosedLoopPart, "Boost: Closed loop", float, "%.1f"
+entry = Boost_boostOutput, "Boost: Output", float, "%.2f"
+entry = Boost_boostOpenLoopBlendParameter1, "Boost_boostOpenLoopBlendParameter 1", float, "%.1f"
+entry = Boost_boostOpenLoopBlendParameter2, "Boost_boostOpenLoopBlendParameter 2", float, "%.1f"
+entry = Boost_boostOpenLoopBlendBias1, "Boost_boostOpenLoopBlendBias 1", float, "%.1f"
+entry = Boost_boostOpenLoopBlendBias2, "Boost_boostOpenLoopBlendBias 2", float, "%.1f"
+entry = Boost_boostOpenLoopBlendOutput1, "Boost_boostOpenLoopBlendOutput 1", int, "%d"
+entry = Boost_boostOpenLoopBlendOutput2, "Boost_boostOpenLoopBlendOutput 2", int, "%d"
+entry = Boost_boostOpenLoopBlendYAxis1, "Boost_boostOpenLoopBlendYAxis 1", int, "%d"
+entry = Boost_boostOpenLoopBlendYAxis2, "Boost_boostOpenLoopBlendYAxis 2", int, "%d"
+entry = Boost_boostClosedLoopBlendParameter1, "Boost_boostClosedLoopBlendParameter 1", float, "%.1f"
+entry = Boost_boostClosedLoopBlendParameter2, "Boost_boostClosedLoopBlendParameter 2", float, "%.1f"
+entry = Boost_boostClosedLoopBlendBias1, "Boost_boostClosedLoopBlendBias 1", float, "%.1f"
+entry = Boost_boostClosedLoopBlendBias2, "Boost_boostClosedLoopBlendBias 2", float, "%.1f"
+entry = Boost_boostClosedLoopBlendOutput1, "Boost_boostClosedLoopBlendOutput 1", float, "%.1f"
+entry = Boost_boostClosedLoopBlendOutput2, "Boost_boostClosedLoopBlendOutput 2", float, "%.1f"
+entry = Boost_boostClosedLoopBlendYAxis1, "Boost_boostClosedLoopBlendYAxis 1", int, "%d"
+entry = Boost_boostClosedLoopBlendYAxis2, "Boost_boostClosedLoopBlendYAxis 2", int, "%d"
+entry = Boost_boostOpenLoopXAxisValue, "Boost_boostOpenLoopXAxisValue", int, "%d"
+entry = Boost_boostOpenLoopYAxisValue, "Boost_boostOpenLoopYAxisValue", int, "%d"
+entry = Boost_boostClosedLoopXAxisValue, "Boost_boostClosedLoopXAxisValue", int, "%d"
+entry = Boost_boostClosedLoopYAxisValue, "Boost_boostClosedLoopYAxisValue", int, "%d"
+entry = AC_acButtonState, "AC: Switch state", int, "%d"
+entry = AC_acPressureSwitchState, "AC: Pressure switch state", int, "%d"
+entry = AC_m_acEnabled, "AC: Enabled", int, "%d"
+entry = AC_engineTooSlow, "AC: Engine too slow", int, "%d"
+entry = AC_engineTooFast, "AC: Engine too fast", int, "%d"
+entry = AC_noClt, "AC: No CLT", int, "%d"
+entry = AC_engineTooHot, "AC: Engine too hot", int, "%d"
+entry = AC_tpsTooHigh, "AC: TPS too high", int, "%d"
+entry = AC_isDisabledByLua, "AC: Disabled by Lua", int, "%d"
+entry = AC_acCompressorState, "AC: Compressor on", int, "%d"
+entry = Fan_1_disabledWhileEngineStopped, "Fan 1: Engine stopped", int, "%d"
+entry = Fan_1_brokenClt, "Fan 1: Broken CLT", int, "%d"
+entry = Fan_1_enabledForAc, "Fan 1: Enable for AC", int, "%d"
+entry = Fan_1_hot, "Fan 1: Above hot threshold", int, "%d"
+entry = Fan_1_cold, "Fan 1: Below cold threshold", int, "%d"
+entry = Fan_1_m_state, "Fan 1: On", int, "%d"
+entry = Fan_1_fanDuty, "Fan 1: PWM duty", float, "%.1f"
+entry = Fan_1_fanXAxisValue, "Fan 1: PWM table X axis", float, "%.0f"
+entry = Fan_2_disabledWhileEngineStopped, "Fan 2: Engine stopped", int, "%d"
+entry = Fan_2_brokenClt, "Fan 2: Broken CLT", int, "%d"
+entry = Fan_2_enabledForAc, "Fan 2: Enable for AC", int, "%d"
+entry = Fan_2_hot, "Fan 2: Above hot threshold", int, "%d"
+entry = Fan_2_cold, "Fan 2: Below cold threshold", int, "%d"
+entry = Fan_2_m_state, "Fan 2: On", int, "%d"
+entry = Fan_2_fanDuty, "Fan 2: PWM duty", float, "%.1f"
+entry = Fan_2_fanXAxisValue, "Fan 2: PWM table X axis", float, "%.0f"
+entry = isPrime, "isPrime", int, "%d"
+entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
+entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
+entry = ignitionOn, "ignitionOn", int, "%d"
+entry = isBenchTest, "Main relay: Bench test", int, "%d"
+entry = hasIgnitionVoltage, "Main relay: Has IGN voltage", int, "%d"
+entry = mainRelayState, "Main relay: On", int, "%d"
+entry = delayedShutoffRequested, "Main relay: Delayed shutoff", int, "%d"
+entry = lua_fuelAdd, "Lua: Fuel add", float, "%.3f"
+entry = lua_fuelMult, "Lua: Fuel mult", float, "%.0f"
+entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
+entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
+entry = lua_acRequestState, "lua_acRequestState", int, "%d"
+entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
+entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
+entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.1f"
+entry = sd_tChargeK, "Air: Charge temperature estimate K", float, "%.0f"
+entry = crankingFuel_coolantTemperatureCoefficient, "Fuel: cranking CLT mult", float, "%.0f"
+entry = crankingFuel_tpsCoefficient, "Fuel: cranking TPS mult", float, "%.0f"
+entry = crankingFuel_durationCoefficient, "Fuel: cranking duration mult", float, "%.0f"
+entry = crankingFuel_fuel, "Fuel: Cranking cycle mass", float, "%.2f"
+entry = baroCorrection, "Fuel: Barometric pressure mult", float, "%.0f"
+entry = hellenBoardId, "Detected Board ID", int, "%d"
+entry = mapAveragingDuration, "mapAveragingDuration", float, "%.0f"
+entry = clutchUpState, "Clutch: up", int, "%d"
+entry = clutchDownState, "Clutch: down", int, "%d"
+entry = brakePedalState, "Brake switch", int, "%d"
+entry = startStopState, "startStopState", int, "%d"
+entry = doSplitInjection, "Split injection active", int, "%d"
+entry = pgState, "pgState", int, "%d"
+entry = fuelInjectionCounter, "Fuel: Injection counter", int, "%d"
+entry = sparkCounter, "Ign: Spark counter", int, "%d"
+entry = fuelingLoad, "Fuel: Load", float, "%.0f"
+entry = ignitionLoad, "Ign: Load", float, "%.0f"
+entry = veTableYAxis, "veTableYAxis", float, "%.0f"
+entry = idleVeTableYAxis, "idleVeTableYAxis", float, "%.0f"
+entry = airflowEstimate, "Air: Flow estimate", float, "%.1f"
+entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
+entry = mapPerCylinder1, "MAP cyl 1", int, "%d"
+entry = mapPerCylinder2, "MAP cyl 2", int, "%d"
+entry = mapPerCylinder3, "MAP cyl 3", int, "%d"
+entry = mapPerCylinder4, "MAP cyl 4", int, "%d"
+entry = mapPerCylinder5, "MAP cyl 5", int, "%d"
+entry = mapPerCylinder6, "MAP cyl 6", int, "%d"
+entry = mapPerCylinder7, "MAP cyl 7", int, "%d"
+entry = mapPerCylinder8, "MAP cyl 8", int, "%d"
+entry = mapPerCylinder9, "MAP cyl 9", int, "%d"
+entry = mapPerCylinder10, "MAP cyl 10", int, "%d"
+entry = mapPerCylinder11, "MAP cyl 11", int, "%d"
+entry = mapPerCylinder12, "MAP cyl 12", int, "%d"
+entry = tpsFrom, "Fuel: TPS AE from", float, "%.2f"
+entry = tpsTo, "Fuel: TPS AE to", float, "%.2f"
+entry = deltaTps, "Fuel: TPS AE change", float, "%.2f"
+entry = extraFuel, "extraFuel", float, "%.0f"
+entry = valueFromTable, "valueFromTable", float, "%.0f"
+entry = isAboveAccelThreshold, "Fuel: TPS AE Active", int, "%d"
+entry = isBelowDecelThreshold, "isBelowDecelThreshold", int, "%d"
+entry = isTimeToResetAccumulator, "Accel: reset time", int, "%d"
+entry = isFractionalEnrichment, "isFractionalEnrichment", int, "%d"
+entry = belowEpsilon, "Accel: below threshold", int, "%d"
+entry = tooShort, "Accel: too short", int, "%d"
+entry = fractionalInjFuel, "fractionalInjFuel", float, "%.0f"
+entry = accumulatedValue, "accumulatedValue", float, "%.0f"
+entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.0f"
+entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.0f"
+entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.0f"
+entry = cycleCnt, "cycleCnt", int, "%d"
+entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.2f"
+entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.2f"
+entry = currentEngineDecodedPhase, "Engine Phase", float, "%.1f"
+entry = triggerToothAngleError, "Trg: Tooth angle error", float, "%.2f"
+entry = triggerIgnoredToothCount, "Trg: Ignored tooth count", int, "%d"
+entry = Trg_triggerSyncGapRatio, "Trg: Sync gap ratio", float, "%.3f"
+entry = Trg_crankSynchronizationCounter, "Trg: Sync counter", int, "%d"
+entry = Trg_triggerErrorCounter, "Trg: Sync error counter", int, "%d"
+entry = Trg_triggerStateIndex, "Trg: Trigger state index", int, "%d"
+entry = Trg_edgeCountRise, "Trg: Edge count rise", int, "%d"
+entry = Trg_edgeCountFall, "Trg: Edge count fall", int, "%d"
+entry = VVT_B1I_triggerSyncGapRatio, "VVT B1I: Sync gap ratio", float, "%.3f"
+entry = VVT_B1I_crankSynchronizationCounter, "VVT B1I: Sync counter", int, "%d"
+entry = VVT_B1I_triggerErrorCounter, "VVT B1I: Sync error counter", int, "%d"
+entry = VVT_B1I_triggerStateIndex, "VVT B1I: Trigger state index", int, "%d"
+entry = VVT_B1I_edgeCountRise, "VVT B1I: Edge count rise", int, "%d"
+entry = VVT_B1I_edgeCountFall, "VVT B1I: Edge count fall", int, "%d"
+entry = VVT_B1E_triggerSyncGapRatio, "VVT B1E: Sync gap ratio", float, "%.3f"
+entry = VVT_B1E_crankSynchronizationCounter, "VVT B1E: Sync counter", int, "%d"
+entry = VVT_B1E_triggerErrorCounter, "VVT B1E: Sync error counter", int, "%d"
+entry = VVT_B1E_triggerStateIndex, "VVT B1E: Trigger state index", int, "%d"
+entry = VVT_B1E_edgeCountRise, "VVT B1E: Edge count rise", int, "%d"
+entry = VVT_B1E_edgeCountFall, "VVT B1E: Edge count fall", int, "%d"
+entry = VVT_B2I_triggerSyncGapRatio, "VVT B2I: Sync gap ratio", float, "%.3f"
+entry = VVT_B2I_crankSynchronizationCounter, "VVT B2I: Sync counter", int, "%d"
+entry = VVT_B2I_triggerErrorCounter, "VVT B2I: Sync error counter", int, "%d"
+entry = VVT_B2I_triggerStateIndex, "VVT B2I: Trigger state index", int, "%d"
+entry = VVT_B2I_edgeCountRise, "VVT B2I: Edge count rise", int, "%d"
+entry = VVT_B2I_edgeCountFall, "VVT B2I: Edge count fall", int, "%d"
+entry = VVT_B2E_triggerSyncGapRatio, "VVT B2E: Sync gap ratio", float, "%.3f"
+entry = VVT_B2E_crankSynchronizationCounter, "VVT B2E: Sync counter", int, "%d"
+entry = VVT_B2E_triggerErrorCounter, "VVT B2E: Sync error counter", int, "%d"
+entry = VVT_B2E_triggerStateIndex, "VVT B2E: Trigger state index", int, "%d"
+entry = VVT_B2E_edgeCountRise, "VVT B2E: Edge count rise", int, "%d"
+entry = VVT_B2E_edgeCountFall, "VVT B2E: Edge count fall", int, "%d"
+entry = Trg_m_camResyncCounter, "Trg: Resync counter", int, "%d"
+entry = Trg_m_phaseAdjustment, "Trg: Resync phase adjustment", int, "%d"
+entry = Trg_m_hasSynchronizedPhase, "Trg: Fully synchronized", int, "%d"
+entry = wallFuelCorrection, "Wall fuel correction", float, "%.1f"
+entry = wallFuel, "Wall fuel amount", float, "%.1f"
+entry = Idle_mightResetPid, "Idle: mightResetPid", int, "%d"
+entry = Idle_wasResetPid, "Idle: wasResetPid", int, "%d"
+entry = Idle_isCranking, "Idle: cranking", int, "%d"
+entry = Idle_isIacTableForCoasting, "Idle_isIacTableForCoasting", int, "%d"
+entry = Idle_notIdling, "Idle_notIdling", int, "%d"
+entry = Idle_isBlipping, "Idle_isBlipping", int, "%d"
+entry = Idle_looksLikeRunning, "Idle_looksLikeRunning", int, "%d"
+entry = Idle_looksLikeCoasting, "Idle_looksLikeCoasting", int, "%d"
+entry = Idle_looksLikeCrankToIdle, "Idle_looksLikeCrankToIdle", int, "%d"
+entry = Idle_isIdleCoasting, "Idle: coasting", int, "%d"
+entry = Idle_isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
+entry = Idle_targetRpmByClt, "Idle: Target RPM: Base", int, "%d"
+entry = Idle_targetRpmAcBump, "Idle: Target RPM: A/C bump", int, "%d"
+entry = Idle_luaAddRpm, "Idle: Target RPM: Lua adder", float, "%.2f"
+entry = Idle_idleTarget, "Idle: Target RPM", int, "%d"
+entry = Idle_idleEntryRpm, "Idle: Entry threshold", int, "%d"
+entry = Idle_idleExitRpm, "Idle: Exit threshold", int, "%d"
+entry = Idle_luaAdd, "Idle: Open loop: Lua Adder", float, "%.2f"
+entry = Idle_iacByTpsTaper, "Idle: Open loop: iacByTpsTaper", float, "%.2f"
+entry = Idle_iacByRpmTaper, "Idle: Open loop: iacByRpmTaper", float, "%.2f"
+entry = Idle_openLoopBase, "Idle: Open loop: Base", float, "%.1f"
+entry = Idle_openLoopAcBump, "Idle: Open loop: AC bump", int, "%d"
+entry = Idle_openLoopFanBump, "Idle: Open loop: Fan bump", int, "%d"
+entry = Idle_openLoop, "Idle: Open loop", float, "%.1f"
+entry = Idle_idleClosedLoop, "Idle: Closed loop", float, "%.2f"
+entry = Idle_currentIdlePosition, "Idle: Position", float, "%.1f"
+entry = Idle_idleTargetAirmass, "Idle: Target airmass", int, "%d"
+entry = Idle_idleTargetFlow, "Idle: Target airflow", float, "%.2f"
+entry = ETB_1_m_wastegatePosition, "ETB 1: DC: wastegatePosition", float, "%.2f"
+entry = ETB_1_m_baseTarget, "ETB 1: Target: Base", float, "%.2f"
+entry = ETB_1_m_trim, "ETB 1: Target: Trim", float, "%.2f"
+entry = ETB_1_luaAdjustment, "ETB 1: Target: Lua adjustment", float, "%.1f"
+entry = ETB_1_m_adjustedTarget, "ETB 1: Target", float, "%.2f"
+entry = ETB_1_m_feedForward, "ETB 1: Feed forward", float, "%.2f"
+entry = ETB_1_m_error, "ETB 1: Error", float, "%.2f"
+entry = ETB_1_m_outputDuty, "ETB 1: Duty cycle", float, "%.2f"
+entry = ETB_1_revLimitActive, "ETB 1: Rev limit active", int, "%d"
+entry = ETB_1_jamDetected, "ETB 1: Jam detected", int, "%d"
+entry = ETB_1_etbTpsErrorCounter, "ETB 1: TPS error counter", int, "%d"
+entry = ETB_1_etbPpsErrorCounter, "ETB 1: Pedal error counter", int, "%d"
+entry = ETB_1_jamTimer, "ETB 1: Jam timer", float, "%.2f"
+entry = ETB_1_etbErrorCode, "ETB 1: Error code", int, "%d"
+entry = ETB_2_m_wastegatePosition, "ETB 2: DC: wastegatePosition", float, "%.2f"
+entry = ETB_2_m_baseTarget, "ETB 2: Target: Base", float, "%.2f"
+entry = ETB_2_m_trim, "ETB 2: Target: Trim", float, "%.2f"
+entry = ETB_2_luaAdjustment, "ETB 2: Target: Lua adjustment", float, "%.1f"
+entry = ETB_2_m_adjustedTarget, "ETB 2: Target", float, "%.2f"
+entry = ETB_2_m_feedForward, "ETB 2: Feed forward", float, "%.2f"
+entry = ETB_2_m_error, "ETB 2: Error", float, "%.2f"
+entry = ETB_2_m_outputDuty, "ETB 2: Duty cycle", float, "%.2f"
+entry = ETB_2_revLimitActive, "ETB 2: Rev limit active", int, "%d"
+entry = ETB_2_jamDetected, "ETB 2: Jam detected", int, "%d"
+entry = ETB_2_etbTpsErrorCounter, "ETB 2: TPS error counter", int, "%d"
+entry = ETB_2_etbPpsErrorCounter, "ETB 2: Pedal error counter", int, "%d"
+entry = ETB_2_jamTimer, "ETB 2: Jam timer", float, "%.2f"
+entry = ETB_2_etbErrorCode, "ETB 2: Error code", int, "%d"
+entry = WBO_1_faultCode, "WBO 1: Status code", int, "%d"
+entry = WBO_1_heaterDuty, "WBO 1: Heater duty", int, "%d"
+entry = WBO_1_pumpDuty, "WBO 1: Pump duty", int, "%d"
+entry = WBO_1_tempC, "WBO 1: Temperature", int, "%d"
+entry = WBO_1_nernstVoltage, "WBO 1: Nernst Voltage", float, "%.3f"
+entry = WBO_1_esr, "WBO 1: ESR", int, "%d"
+entry = WBO_2_faultCode, "WBO 2: Status code", int, "%d"
+entry = WBO_2_heaterDuty, "WBO 2: Heater duty", int, "%d"
+entry = WBO_2_pumpDuty, "WBO 2: Pump duty", int, "%d"
+entry = WBO_2_tempC, "WBO 2: Temperature", int, "%d"
+entry = WBO_2_nernstVoltage, "WBO 2: Nernst Voltage", float, "%.3f"
+entry = WBO_2_esr, "WBO 2: ESR", int, "%d"
+entry = Throttle_model_m_useWotModel, "Throttle model: Use WOT model", int, "%d"
+entry = Throttle_model_m_crossoverAngle, "Throttle model: Crossover TPS", float, "%.1f"
+entry = Throttle_model_m_flowEstimate, "Throttle model: Flow estimate", float, "%.2f"
+entry = VVT_B1I_targetYAxis, "VVT_B1I_targetYAxis", float, "%.1f"
+entry = VVT_B1I_vvtTarget, "VVT B1I: Target", float, "%.1f"
+entry = VVT_B1I_vvtOutput, "VVT B1I: Output duty", float, "%.1f"
+entry = VVT_B1I_pidState_pTerm, "VVT_B1I_pidState_pTerm", float, "%.2f"
+entry = VVT_B1I_pidState_iTerm, "VVT_B1I_pidState_iTerm", float, "%.2f"
+entry = VVT_B1I_pidState_dTerm, "VVT_B1I_pidState_dTerm", float, "%.2f"
+entry = VVT_B1I_pidState_output, "VVT_B1I_pidState_output", float, "%.2f"
+entry = VVT_B1I_pidState_error, "VVT_B1I_pidState_error", float, "%.2f"
+entry = VVT_B1I_pidState_resetCounter, "VVT_B1I_pidState_resetCounter", int, "%d"
+entry = VVT_B1E_targetYAxis, "VVT_B1E_targetYAxis", float, "%.1f"
+entry = VVT_B1E_vvtTarget, "VVT B1E: Target", float, "%.1f"
+entry = VVT_B1E_vvtOutput, "VVT B1E: Output duty", float, "%.1f"
+entry = VVT_B1E_pidState_pTerm, "VVT_B1E_pidState_pTerm", float, "%.2f"
+entry = VVT_B1E_pidState_iTerm, "VVT_B1E_pidState_iTerm", float, "%.2f"
+entry = VVT_B1E_pidState_dTerm, "VVT_B1E_pidState_dTerm", float, "%.2f"
+entry = VVT_B1E_pidState_output, "VVT_B1E_pidState_output", float, "%.2f"
+entry = VVT_B1E_pidState_error, "VVT_B1E_pidState_error", float, "%.2f"
+entry = VVT_B1E_pidState_resetCounter, "VVT_B1E_pidState_resetCounter", int, "%d"
+entry = VVT_B2I_targetYAxis, "VVT_B2I_targetYAxis", float, "%.1f"
+entry = VVT_B2I_vvtTarget, "VVT B2I: Target", float, "%.1f"
+entry = VVT_B2I_vvtOutput, "VVT B2I: Output duty", float, "%.1f"
+entry = VVT_B2I_pidState_pTerm, "VVT_B2I_pidState_pTerm", float, "%.2f"
+entry = VVT_B2I_pidState_iTerm, "VVT_B2I_pidState_iTerm", float, "%.2f"
+entry = VVT_B2I_pidState_dTerm, "VVT_B2I_pidState_dTerm", float, "%.2f"
+entry = VVT_B2I_pidState_output, "VVT_B2I_pidState_output", float, "%.2f"
+entry = VVT_B2I_pidState_error, "VVT_B2I_pidState_error", float, "%.2f"
+entry = VVT_B2I_pidState_resetCounter, "VVT_B2I_pidState_resetCounter", int, "%d"
+entry = VVT_B2E_targetYAxis, "VVT_B2E_targetYAxis", float, "%.1f"
+entry = VVT_B2E_vvtTarget, "VVT B2E: Target", float, "%.1f"
+entry = VVT_B2E_vvtOutput, "VVT B2E: Output duty", float, "%.1f"
+entry = VVT_B2E_pidState_pTerm, "VVT_B2E_pidState_pTerm", float, "%.2f"
+entry = VVT_B2E_pidState_iTerm, "VVT_B2E_pidState_iTerm", float, "%.2f"
+entry = VVT_B2E_pidState_dTerm, "VVT_B2E_pidState_dTerm", float, "%.2f"
+entry = VVT_B2E_pidState_output, "VVT_B2E_pidState_output", float, "%.2f"
+entry = VVT_B2E_pidState_error, "VVT_B2E_pidState_error", float, "%.2f"
+entry = VVT_B2E_pidState_resetCounter, "VVT_B2E_pidState_resetCounter", int, "%d"
+entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
+entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
+entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.2f"
+
+
+[Menu]
+
+menuDialog = main
+ menu = "&Base &Engine"
+ subMenu = engineChars, "Base engine"
+
+ groupMenu = "Limits and protection"
+ groupChildMenu = revLimits, "Rev limiter"
+ groupChildMenu = boostCutSettings, "Boost cut"
+ groupChildMenu = dutyCycleLimiting, "Injector duty cycle cut"
+ groupChildMenu = oilPressureProtection, "Oil pressure protection"
+ groupChildMenu = lambdaProtection, "Lambda protection", 0, { isInjectionEnabled }
+
+ subMenu = triggerConfiguration, "Trigger"
+ subMenu = trigger_advanced, "Advanced Trigger"
+ subMenu = std_separator
+ subMenu = energySystems, "Battery and alternator"
+ subMenu = std_separator
+
+ # Digital outputs
+ subMenu = outputsDialog, "Outputs"
+ subMenu = fanSetting, "Fans"
+ groupMenu = "PWM fans"
+ groupChildMenu = fan1DutyAcOffTbl, "Fan 1 Duty (AC Off)", 0, { fan1UsePwmMode }
+ groupChildMenu = fan1DutyAcOnTbl, "Fan 1 Duty (AC On)", 0, { fan1UsePwmMode }
+ groupChildMenu = fan2DutyAcOffTbl, "Fan 2 Duty (AC Off)", 0, { fan2UsePwmMode }
+ groupChildMenu = fan2DutyAcOnTbl, "Fan 2 Duty (AC On)", 0, { fan2UsePwmMode }
+ subMenu = acSettings, "Air Conditioning"
+
+ menu = "Fuel"
+ # basic
+ subMenu = injectorConfig, "Injection configuration"
+ subMenu = injectorPins, "Injection hardware", 0, {isInjectionEnabled}
+ subMenu = injTest, "Injector test", 0, {isInjectionEnabled}
+ subMenu = cylinderBankSelect, "Cylinder bank selection", 0, {isInjectionEnabled}
+ subMenu = injectorNonlinear, "Injector small-pulse correction", 0, {isInjectionEnabled}
+
+ subMenu = stagedInjection, "Staged injection", 0, {isInjectionEnabled}
+ subMenu = stagedInjectionOutputs, "Staged injection outputs", 0, {isInjectionEnabled && enableStagedInjection}
+ subMenu = stagedInjectionTbl, "Staged injection % table", 0, {isInjectionEnabled && enableStagedInjection}
+
+ groupMenu = "Cylinder fuel trims"
+ groupChildMenu = fuelTrimTbl1, "Fuel trim cyl 1" , 0, { isInjectionEnabled && cylindersCount >= 1 }
+ groupChildMenu = fuelTrimTbl2, "Fuel trim cyl 2" , 0, { isInjectionEnabled && cylindersCount >= 2 }
+ groupChildMenu = fuelTrimTbl3, "Fuel trim cyl 3" , 0, { isInjectionEnabled && cylindersCount >= 3 }
+ groupChildMenu = fuelTrimTbl4, "Fuel trim cyl 4" , 0, { isInjectionEnabled && cylindersCount >= 4 }
+ groupChildMenu = fuelTrimTbl5, "Fuel trim cyl 5" , 0, { isInjectionEnabled && cylindersCount >= 5 }
+ groupChildMenu = fuelTrimTbl6, "Fuel trim cyl 6" , 0, { isInjectionEnabled && cylindersCount >= 6 }
+ groupChildMenu = fuelTrimTbl7, "Fuel trim cyl 7" , 0, { isInjectionEnabled && cylindersCount >= 7 }
+ groupChildMenu = fuelTrimTbl8, "Fuel trim cyl 8" , 0, { isInjectionEnabled && cylindersCount >= 8 }
+ groupChildMenu = fuelTrimTbl9, "Fuel trim cyl 9" , 0, { isInjectionEnabled && cylindersCount >= 9 }
+ groupChildMenu = fuelTrimTbl10, "Fuel trim cyl 10", 0, { isInjectionEnabled && cylindersCount >= 10 }
+ groupChildMenu = fuelTrimTbl11, "Fuel trim cyl 11", 0, { isInjectionEnabled && cylindersCount >= 11 }
+ groupChildMenu = fuelTrimTbl12, "Fuel trim cyl 12", 0, { isInjectionEnabled && cylindersCount >= 12 }
+
+ subMenu = std_separator
+
+ # Air mass model
+ subMenu = veTableDialog, "VE", 0, {isInjectionEnabled}
+
+ groupMenu = "VE blend tables"
+ groupChildMenu = veBlend1Cfg, "VE blend 1 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend1Table, "VE blend table 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
+ groupChildMenu = veBlend2Cfg, "VE blend 2 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend2Table, "VE blend table 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
+ groupChildMenu = veBlend3Cfg, "VE blend 3 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend3Table, "VE blend table 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
+ groupChildMenu = veBlend4Cfg, "VE blend 4 bias", 0, {isInjectionEnabled}
+ groupChildMenu = veBlend4Table, "VE blend table 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
+
+ subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled}
+ subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled && fuelAlgorithm == 0}
+ subMenu = mapEstimateTableTbl, "MAP estimate table"
+ subMenu = std_separator
+
+ # Fuel model
+#if LAMBDA
+ subMenu = lambdaTableTbl, "Target lambda", 0, {isInjectionEnabled}
+#else
+ subMenu = afrTableTbl, "Target AFR", 0, {isInjectionEnabled}
+#endif
+ subMenu = cltFuelCorrCurve, "CLT multiplier", 0, {isInjectionEnabled}
+ subMenu = iatFuelCorrCurve, "IAT multiplier", 0, {isInjectionEnabled}
+ subMenu = fuelClosedLoopDialog, "Closed loop fuel correction", 0, {isInjectionEnabled}
+ subMenu = coastingFuelCutControl, "Deceleration fuel cutoff (DFCO)", 0, {isInjectionEnabled}
+ subMenu = dfcoMapRpmCorrection, "DFCO MAP to RPM threshold", 0, {isInjectionEnabled && useTableForDfcoMap }
+ subMenu = std_separator
+
+ # Injector model
+ subMenu = injPhaseTableTbl, "Injection phase", 0, {isInjectionEnabled}
+ subMenu = std_separator
+
+ # Accel enrichment
+ subMenu = AccelEnrich, "Acceleration enrichment", 0, {isInjectionEnabled}
+ subMenu = tpsTpsAccelTbl, "TPS/TPS acceleration extra fuel", 0, {isInjectionEnabled}
+ subMenu = tpsTspRpmCorrection, "TPS/TPS AE RPM correction", 0, {isInjectionEnabled}
+
+ groupMenu = "Wall wetting AE"
+ groupChildMenu = wwTauCurves, "Evap time", 0, { complexWallModel != 0 }
+ groupChildMenu = wwBetaCurves, "Impact fraction", 0, { complexWallModel != 0 }
+
+ menu = "Ignition"
+ subMenu = ignitionSettings, "Ignition settings"
+ subMenu = ignTest, "Ignition coil test", 0, {isIgnitionEnabled}
+ subMenu = multisparkSettings, "Multispark", 0, {isIgnitionEnabled}
+ subMenu = std_separator
+
+ subMenu = ignitionTableTbl, "Ignition advance", 0, {isIgnitionEnabled}
+ subMenu = cltTimingCorrCurve, "Ign CLT correction", 0, {isIgnitionEnabled}
+ subMenu = ignitionIatCorrTableTbl, "Ign IAT correction", 0, {isIgnitionEnabled}
+ subMenu = std_separator
+
+ subMenu = dwellSettings, "Dwell", 0, {isIgnitionEnabled}
+ groupMenu = "Ignition blend tables"
+ groupChildMenu = ignAdder1Cfg, "Ignition blend 1 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder1Table, "Ignition blend table 1", 0, { isIgnitionEnabled && ignBlends1_blendParameter != 0 }
+ groupChildMenu = ignAdder2Cfg, "Ignition blend 2 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder2Table, "Ignition blend table 2", 0, { isIgnitionEnabled && ignBlends2_blendParameter != 0 }
+ groupChildMenu = ignAdder3Cfg, "Ignition blend 3 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder3Table, "Ignition blend table 3", 0, { isIgnitionEnabled && ignBlends3_blendParameter != 0 }
+ groupChildMenu = ignAdder4Cfg, "Ignition blend 4 bias", 0, {isIgnitionEnabled}
+ groupChildMenu = ignAdder4Table, "Ignition blend table 4", 0, { isIgnitionEnabled && ignBlends4_blendParameter != 0 }
+ groupMenu = "Cylinder ign trims"
+ groupChildMenu = ignTrimTbl1, "Ignition trim cyl 1" , 0, { isIgnitionEnabled && cylindersCount >= 1 }
+ groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2" , 0, { isIgnitionEnabled && cylindersCount >= 2 }
+ groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3" , 0, { isIgnitionEnabled && cylindersCount >= 3 }
+ groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4" , 0, { isIgnitionEnabled && cylindersCount >= 4 }
+ groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5" , 0, { isIgnitionEnabled && cylindersCount >= 5 }
+ groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6" , 0, { isIgnitionEnabled && cylindersCount >= 6 }
+ groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7" , 0, { isIgnitionEnabled && cylindersCount >= 7 }
+ groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8" , 0, { isIgnitionEnabled && cylindersCount >= 8 }
+ groupChildMenu = ignTrimTbl9, "Ignition trim cyl 9" , 0, { isIgnitionEnabled && cylindersCount >= 9 }
+ groupChildMenu = ignTrimTbl10, "Ignition trim cyl 10", 0, { isIgnitionEnabled && cylindersCount >= 10 }
+ groupChildMenu = ignTrimTbl11, "Ignition trim cyl 11", 0, { isIgnitionEnabled && cylindersCount >= 11 }
+ groupChildMenu = ignTrimTbl12, "Ignition trim cyl 12", 0, { isIgnitionEnabled && cylindersCount >= 12 }
+
+
+ menu = "&Cranking"
+ subMenu = crankingDialog, "Cranking settings"
+ subMenu = postCrankingEnrichment, "After-start enrichment"
+ subMenu = postCrankingEnrichmentTable, "After-start enrichment table", 0, {postCrankingFuelUseTable}
+ subMenu = primingFuelPulsePanel, "Priming pulse"
+ subMenu = std_separator
+
+ subMenu = crankingCltCurve, "Fuel CLT multiplier"
+ subMenu = crankingCltCurveE100, "Fuel CLT multiplier (Flex Fuel E85)", 0, { flexSensorPin != 0 && flexCranking }
+ subMenu = crankingDurationCurve, "Fuel duration multiplier"
+ subMenu = crankingTpsCurve, "Fuel TPS multiplier"
+ subMenu = std_separator
+
+ subMenu = crankingAdvanceCurve, "Cranking ignition advance", 0, {useSeparateAdvanceForCranking}
+ subMenu = std_separator
+
+ subMenu = cltCrankingCurve, "Cranking IAC CLT multiplier", 0, {overrideCrankingIacSetting}
+ subMenu = cltCrankingTaperDurationCurve, "Cranking taper duration multiplier", 0, {useCrankingIdleTaperTableSetting}
+
+ menu = "&Idle"
+ subMenu = idleSettings, "Idle settings"
+ subMenu = idlehw, "Idle hardware"
+ subMenu = std_separator
+ subMenu = cltIdleRPMCurve, "Target RPM"
+ subMenu = cltIdleCurve, "Open loop CLT multiplier"
+ subMenu = std_separator
+ subMenu = idleTimingPidCorrDialog, "Closed-loop idle timing"
+ subMenu = iacCoastingCurve, "Coasting IAC position", 0, {useIacTableForCoasting}
+ subMenu = std_separator
+ subMenu = idleVeTableTbl, "Idle VE", 0, {useSeparateVeForIdle}
+ subMenu = idleAdvanceCurve, "Ignition advance", 0, {useSeparateAdvanceForIdle}
+
+ menu = "&Advanced"
+ subMenu = smLaunchControl, "Launch Control"
+ subMenu = ignitionCylExtra, "Cylinder offsets", 0
+
+ subMenu = std_separator
+ subMenu = boostDialog, "Boost control"
+ subMenu = boostOpenLoopDialog, "Boost control open loop", { isBoostControlEnabled }
+ subMenu = boostPidDialog, "Boost control PID", { isBoostControlEnabled && boostType == 1 }
+ subMenu = boostTargetDialog, "Boost control target", { isBoostControlEnabled && boostType == 1 }
+
+ groupMenu = "Boost blend tables"
+ groupChildMenu = boostOpenBlend1Cfg, "Open loop 1 bias", { isBoostControlEnabled }
+ groupChildMenu = boostOpenBlend1Table, "Open loop 1 adder", { isBoostControlEnabled && boostOpenLoopBlends1_blendParameter != 0 }
+ groupChildMenu = boostOpenBlend2Cfg, "Open loop 2 bias", { isBoostControlEnabled }
+ groupChildMenu = boostOpenBlend2Table, "Open loop 2 adder", { isBoostControlEnabled && boostOpenLoopBlends2_blendParameter != 0 }
+ groupChildMenu = boostClosedBlend1Cfg, "Closed loop 1 bias", { isBoostControlEnabled && boostType == 1 }
+ groupChildMenu = boostClosedBlend2Table, "Closed loop 1 adder", { isBoostControlEnabled && boostType == 1 && boostClosedLoopBlends1_blendParameter != 0 }
+ groupChildMenu = boostClosedBlend2Cfg, "Closed loop 2 bias", { isBoostControlEnabled && boostType == 1 }
+ groupChildMenu = boostClosedBlend2Table, "Closed loop 2 adder", { isBoostControlEnabled && boostType == 1 && boostClosedLoopBlends2_blendParameter != 0 }
+
+ subMenu = boostEtbPid, "ETB-style Wastegate Actuator", { etbFunctions1 == 3 || etbFunctions2 == 3 }
+
+ subMenu = std_separator
+ subMenu = gppwm1, "General Purpose PWM 1"
+ subMenu = gppwm2, "General Purpose PWM 2"
+ subMenu = gppwm3, "General Purpose PWM 3"
+ subMenu = gppwm4, "General Purpose PWM 4"
+
+ subMenu = std_separator
+ subMenu = etbDialog, "Electronic throttle body"
+ subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)"
+ subMenu = pedalToTpsTbl, "ETB pedal target"
+ subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 }
+
+ subMenu = std_separator
+ subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 }
+ subMenu = vvtTable1Tbl, "VVT intake target", { vvtMode1 != 0 }
+ subMenu = vvtOpenLoopIntakeCurve, "VVT intake hold duty", { vvtMode1 != 0 }
+ subMenu = vvtTable2Tbl, "VVT exhaust target", { vvtMode2 != 0 }
+ subMenu = vvtOpenLoopExhaustCurve, "VVT exhaust hold duty", { vvtMode2 != 0 }
+
+ subMenu = std_separator
+ subMenu = auxInputsDialog, "Lua Analog Aux Inputs"
+ subMenu = luaDigitalInputsDialog, "Lua Digital Aux Inputs"
+ subMenu = luaOutputs, "Lua Script PWM Outputs"
+
+ groupMenu = "Lua Calibrations"
+ groupChildMenu = scriptSetting, "Lua Script Settings"
+
+ groupChildMenu = scriptTable1TblSettings, "Script Table #1"
+ groupChildMenu = scriptTable2TblSettings, "Script Table #2"
+ groupChildMenu = scriptTable3TblSettings, "Script Table #3"
+ groupChildMenu = scriptTable4TblSettings, "Script Table #4"
+
+ groupChildMenu = scriptCurve1Settings, "Script Curve #1"
+ groupChildMenu = scriptCurve2Settings, "Script Curve #2"
+ groupChildMenu = scriptCurve3Settings, "Script Curve #3"
+ groupChildMenu = scriptCurve4Settings, "Script Curve #4"
+ groupChildMenu = scriptCurve5Settings, "Script Curve #5"
+ groupChildMenu = scriptCurve6Settings, "Script Curve #6"
+
+ menu = "&Sensors"
+ # Thermistors
+ subMenu = cltSensor, "CLT sensor"
+ subMenu = iatSensor, "IAT sensor"
+ subMenu = auxTempSensor1Sensor, "AuxTemp1 sensor"
+ subMenu = auxTempSensor2Sensor, "AuxTemp2 sensor"
+ subMenu = std_separator
+
+ # TPS/pedal
+ subMenu = tpsSensor, "TPS"
+ subMenu = pedalSensor, "Accelerator pedal"
+ subMenu = std_separator
+
+ # MAP/Baro
+ subMenu = mapSettings, "MAP sensor"
+ subMenu = mapCurves, "MAP sampling"
+ subMenu = baroSettings, "Baro sensor"
+ subMenu = std_separator
+
+ # MAF
+ subMenu = mafSettings, "MAF sensor"
+ subMenu = mafDecodingCurve, "MAF transfer function", 0, {mafAdcChannel != 0 }
+ subMenu = std_separator
+
+ # O2 sensor(s)
+ subMenu = egoSettings, "Wideband O2 sensor"
+ subMenu = std_separator
+
+ # Misc sensors
+ subMenu = vrThreshold, "VR Sensor Threshold"
+ subMenu = speedSensor, "Vehicle speed sensor"
+ subMenu = oilPressureSensor, "Oil pressure"
+ subMenu = oilTempSensor, "Oil temp sensor"
+ subMenu = fuelPressureSensor, "Fuel pressure"
+ subMenu = fuelTempSensor, "Fuel temp sensor"
+ subMenu = fuelLevelDialog, "Fuel level sensor"
+ subMenu = ambientTempSensor, "Ambient temp sensor"
+ subMenu = compressorDischargeTemperature, "Compressor discharge temp"
+ subMenu = egtInputs, "EGT"
+ subMenu = wastegateIdlePos, "Wastegate and idle position sensors"
+ subMenu = std_separator
+
+ subMenu = auxLinearSensors, "Aux sensors"
+ subMenu = otherSensorInputs, "Misc sensors"
+ subMenu = flexInput, "Flex fuel sensor"
+
+ menu = "&Controller"
+ subMenu = ecuStimulator, "ECU stimulator"
+ subMenu = ioTest, "Bench test"
+ subMenu = injTest, "Injector test", 0, {isInjectionEnabled}
+ subMenu = ignTest, "Ignition coil test", 0, {isIgnitionEnabled}
+ subMenu = engineTypeDialog, "Popular vehicles"
+ subMenu = std_separator
+
+ subMenu = spiFunction, "SPI"
+ subMenu = monitoringSettings, "FOME console"
+ subMenu = std_separator
+
+ subMenu = canBusMain, "CAN Bus"
+ subMenu = canVirtualInputs, "CAN Virtual Input Pins"
+ subMenu = sdCard, "SD Card Logger"
+ subMenu = wifiSettings, "Wi-Fi"
+
+ subMenu = allPins1, "Full pinout 1/3"
+ subMenu = allPins2, "Full pinout 2/3"
+ subMenu = allPins3_1_and_2, "Full pinout 3/3"
+ subMenu = std_separator
+
+
+ # EXPERIMENTAL FEATURES
+ subMenu = mc33Dialog, "PT2001 control"
+ subMenu = hpfpCamDialog, "HPFP Cam Configuration"
+ subMenu = hpfpPumpDialog, "HPFP Pump Configuration", {hpfpCamLobes != 0}
+ subMenu = hpfpTargetTable, "HPFP Target Pressure", {hpfpCamLobes != 0}
+ subMenu = hpfpCompensationTable, "HPFP Pump Compensation", {hpfpCamLobes != 0}
+ subMenu = std_separator
+ subMenu = fancyHardwareDialog, "Fancy Hardware"
+ subMenu = std_separator
+
+ subMenu = std_separator
+
+ subMenu = parkingLot, "Experimental/Broken"
+ subMenu = idleFlowEstimate, "Idle flow estimate", { modeledFlowIdle }
+ subMenu = idleAirmassTimingEquivalence, "Idle airmass/timing equivalence", { modeledFlowIdle }
+ subMenu = antiLagDialog, "Anti-Lag ALS"
+ subMenu = rotaryDialog, "Rotary"
+ subMenu = trailingIgnitionTableTbl, "Trailing spark advance", 0, {isIgnitionEnabled && enableTrailingSparks}
+ subMenu = throttleEffectiveArea, "Throttle effective area"
+
+ menu = "Help"
+ subMenu = helpGeneral, "FOME Info"
+
+[ControllerCommands]
+; commandName = command1, command2, commandn...
+; command in standard ini format, a command name can be assigned to 1 to n commands that will be executed in order.
+; This does not include any resultant protocol envelope data, only the response data itself.
+
+; WARNING!! These commands bypass TunerStudio's normal memory synchronization. If these commands
+; alter mapped settings (Constant) memory in the controller, TunerStudio will have an out of sync condition
+; and may create error messages.
+; It is expected that these commands would not typically alter any ram mapped to a Constant.
+
+;
+; see TS_IO_TEST_COMMAND in firmware code
+;
+
+cmd_test_spk1 = "Z\x00\x12\x00\x01"
+cmd_test_spk2 = "Z\x00\x12\x00\x02"
+cmd_test_spk3 = "Z\x00\x12\x00\x03"
+cmd_test_spk4 = "Z\x00\x12\x00\x04"
+cmd_test_spk5 = "Z\x00\x12\x00\x05"
+cmd_test_spk6 = "Z\x00\x12\x00\x06"
+cmd_test_spk7 = "Z\x00\x12\x00\x07"
+cmd_test_spk8 = "Z\x00\x12\x00\x08"
+cmd_test_spk9 = "Z\x00\x12\x00\x09"
+cmd_test_spk10 = "Z\x00\x12\x00\x0a"
+cmd_test_spk11 = "Z\x00\x12\x00\x0b"
+cmd_test_spk12 = "Z\x00\x12\x00\x0c"
+
+cmd_test_lua1 = "Z\x00\x20\x00\x01"
+cmd_test_lua2 = "Z\x00\x20\x00\x02"
+cmd_test_lua3 = "Z\x00\x20\x00\x03"
+cmd_test_lua4 = "Z\x00\x20\x00\x04"
+cmd_test_lua5 = "Z\x00\x20\x00\x05"
+cmd_test_lua6 = "Z\x00\x20\x00\x06"
+cmd_test_lua7 = "Z\x00\x20\x00\x07"
+cmd_test_lua8 = "Z\x00\x20\x00\x08"
+
+cmd_test_inj1 = "Z\x00\x13\x00\x01"
+cmd_test_inj2 = "Z\x00\x13\x00\x02"
+cmd_test_inj3 = "Z\x00\x13\x00\x03"
+cmd_test_inj4 = "Z\x00\x13\x00\x04"
+cmd_test_inj5 = "Z\x00\x13\x00\x05"
+cmd_test_inj6 = "Z\x00\x13\x00\x06"
+cmd_test_inj7 = "Z\x00\x13\x00\x07"
+cmd_test_inj8 = "Z\x00\x13\x00\x08"
+cmd_test_inj9 = "Z\x00\x13\x00\x09"
+cmd_test_inj10 = "Z\x00\x13\x00\x0a"
+cmd_test_inj11 = "Z\x00\x13\x00\x0b"
+cmd_test_inj12 = "Z\x00\x13\x00\x0c"
+
+cmd_test_cancel = "Z\x00\x16\x00\x0e"
+
+cmd_fuel_pump_on = "Z\x00\x16\x00\x0f"
+cmd_fuel_pump_off = "Z\x00\x16\x00\x10"
+
+cmd_bump_vvt_target_1 = "Z\x00\x16\x00\x11"
+cmd_bump_vvt_target_2 = "Z\x00\x16\x00\x12"
+cmd_bump_vvt_target_3 = "Z\x00\x16\x00\x13"
+cmd_bump_vvt_target_4 = "Z\x00\x16\x00\x14"
+
+cmd_test_main_relay = "Z\x00\x16\x00\x00"
+cmd_test_starter_relay = "Z\x00\x16\x00\x01"
+cmd_test_starter_disable_relay = "Z\x00\x16\x00\x02"
+cmd_test_ac_relay = "Z\x00\x16\x00\x05"
+cmd_test_fan_1 = "Z\x00\x16\x00\x03"
+cmd_test_fan_2 = "Z\x00\x16\x00\x04"
+cmd_test_check_engine_light = "Z\x00\x16\x00\x06"
+cmd_test_idle_valve = "Z\x00\x16\x00\x07"
+cmd_test_second_idle_valve = "Z\x00\x16\x00\x0d"
+cmd_test_hpfp_valve = "Z\x00\x16\x00\x08"
+
+cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06"
+cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07"
+cmd_reset_tle8888 = "Z\x00\x14\x00\x08"
+cmd_write_config = "Z\x00\x14\x00\x0A"
+cmd_etb_autotune = "Z\x00\x14\x00\x0C"
+cmd_enable_self_stim = "Z\x00\x14\x00\x0D"
+cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E"
+cmd_disable_self_stim = "Z\x00\x14\x00\x0F"
+cmd_etb_autotune_stop = "Z\x00\x14\x00\x10"
+cmd_etb_2_auto_calibrate = "Z\x00\x14\x00\x11"
+cmd_wideband_firmare_update = "Z\x00\x14\x00\x12"
+cmd_enable_ext_stim = "Z\x00\x14\x00\x13"
+cmd_etb_disable_jam_detect = "Z\x00\x14\x00\x14"
+cmd_burn_without_flash = "Z\x00\x14\x00\x15"
+cmd_force_resync = "Z\x00\x14\x00\x16"
+cmd_enable_split_inj_test = "Z\x00\x14\x00\x17"
+
+cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
+cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
+
+cmd_stop_engine = "Z\x00\x79\x00\x00"
+
+; reboot ECU
+cmd_reset_controller = "Z\x00\xbb\x00\x00"
+; jump to DFU mode
+cmd_dfu = "Z\x00\xba\x00\x00"
+; jump to OpenBLT bootloader
+cmd_openblt = "Z\x00\xbc\x00\x00"
+
+; See 'executeTSCommand' in firmware source code
+
+
+cmd_set_engine_type_microRusEFI_VW_B6 = "Z\x00\x1e\x00\x3e"
+cmd_set_engine_type_microRusEFI_MRE_BODY_CONTROL = "Z\x00\x1e\x00\x17"
+
+cmd_set_engine_type_MRE_M111 = "Z\x00\x1e\x00\x44"
+
+cmd_set_engine_type_hellen_NA6 = "Z\x00\x1e\x00\x22"
+cmd_set_engine_type_hellen_NA94 = "Z\x00\x1e\x00\x50"
+
+cmd_set_engine_type_hellen_NB1_36 = "Z\x00\x1e\x00\x5e"
+cmd_set_engine_type_hellen_NB2_36 = "Z\x00\x1e\x00\x56"
+
+cmd_set_engine_type_hellen_nissan_121_4 = "Z\x00\x1e\x00\x54"
+cmd_set_engine_type_hellen_nissan_121_6 = "Z\x00\x1e\x00\x48"
+cmd_set_engine_type_hellen_nissan_121_8 = "Z\x00\x1e\x00\x55"
+
+cmd_set_engine_type_hellen_121_vag_4 = "Z\x00\x1e\x00\x47"
+cmd_set_engine_type_hellen_121_vag_5 = "Z\x00\x1e\x00\x4d"
+cmd_set_engine_type_hellen_121_vag_v6 = "Z\x00\x1e\x00\x4e"
+cmd_set_engine_type_hellen_121_vag_vr6 = "Z\x00\x1e\x00\x4f"
+cmd_set_engine_type_hellen_121_vag_8 = "Z\x00\x1e\x00\x51"
+
+cmd_set_engine_type_hellen_128_merc_4 = "Z\x00\x1e\x00\x24"
+cmd_set_engine_type_hellen_128_merc_6 = "Z\x00\x1e\x00\x58"
+cmd_set_engine_type_hellen_128_merc_8 = "Z\x00\x1e\x00\x59"
+
+cmd_set_engine_type_hellen_couple_bk1 = "Z\x00\x1e\x00\x52"
+cmd_set_engine_type_hellen_couple_bk2 = "Z\x00\x1e\x00\x5f"
+
+; MIATA_NA6_MAP = 41
+cmd_set_engine_type_Frankenso_Miata_NA6_MAP = "Z\x00\x1e\x00\x29"
+; MAZDA_MIATA_2003 = 47
+cmd_set_engine_type_Frankenso_Miata_NB2 = "Z\x00\x1e\x00\x2f"
+
+cmd_set_engine_type_Proteus_M73 = "Z\x00\x1e\x00\x3f"
+cmd_set_engine_type_PROTEUS_VW_B6 = "Z\x00\x1e\x00\x27"
+cmd_set_engine_type_PROTEUS_GM_LS_4 = "Z\x00\x1e\x00\x1b"
+cmd_set_engine_type_PROTEUS_HONDA_K = "Z\x00\x1e\x00\x5a"
+cmd_set_engine_type_PROTEUS_LUA_DEMO = "Z\x00\x1e\x00\x19"
+cmd_set_engine_type_POLYGONUS_MIATA_NA6 = "Z\x00\x1e\x00\x04"
+cmd_set_engine_type_POLYGONUS_MIATA_NB1 = "Z\x00\x1e\x00\x0b"
+cmd_set_engine_type_POLYGONUS_MIATA_NB2 = "Z\x00\x1e\x00\x43"
+cmd_set_engine_type_POLYGONUS_MIATA_MSM = "Z\x00\x1e\x00\x0c"
+
+
+; ETB_BENCH_ENGINE = 58
+cmd_set_engine_type_etb_test = "Z\x00\x1e\x00\x3A"
+; ETB_BENCH_ENGINE = 59
+cmd_set_engine_type_8888_test = "Z\x00\x1e\x00\x3B"
+cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
+
+[UserDefined]
+
+indicatorPanel = ac_controlIndicatorPanel, 2
+ indicator = {AC_acButtonState}, "acButtonState No", "acButtonState Yes"
+ indicator = {AC_acPressureSwitchState}, "acPressureSwitchState Wrong", "acPressureSwitchState Correct"
+ indicator = {AC_m_acEnabled}, "m_acEnabled No", "m_acEnabled Yes"
+ indicator = {AC_engineTooSlow}, "engineTooSlow No", "engineTooSlow Yes"
+ indicator = {AC_engineTooFast}, "engineTooFast No", "engineTooFast Yes"
+ indicator = {AC_noClt}, "noClt No", "noClt Yes"
+ indicator = {AC_engineTooHot}, "engineTooHot No", "engineTooHot Yes"
+ indicator = {AC_tpsTooHigh}, "tpsTooHigh No", "tpsTooHigh Yes"
+ indicator = {AC_isDisabledByLua}, "isDisabledByLua No", "isDisabledByLua Yes"
+ indicator = {AC_acCompressorState}, "acCompressorState No", "acCompressorState Yes"
+
+indicatorPanel = launch_control_stateIndicatorPanel, 2
+ indicator = {combinedConditions}, "combinedConditions No", "combinedConditions Yes"
+ indicator = {launchActivatePinState}, "launchActivatePinState No", "launchActivatePinState Yes"
+ indicator = {isLaunchCondition}, "isLaunchCondition No", "isLaunchCondition Yes"
+ indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes"
+ indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes"
+ indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes"
+ indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes"
+ indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes"
+ indicator = {speedCondition}, "speedCondition No", "speedCondition Yes"
+ indicator = {tpsCondition}, "tpsCondition No", "tpsCondition Yes"
+
+dialog = launch_control_stateDialog, "launch_control_state"
+ panel = launch_control_stateIndicatorPanel
+ liveGraph = launch_control_state_1_Graph, "Graph", South
+ graphLine = retardThresholdRpm
+
+ dialog = scriptTable1TblSettings, "", yAxis
+ field = "Name", scriptTableName1
+ panel = scriptTable1Tbl
+
+ dialog = scriptTable2TblSettings, "", yAxis
+ field = "Name", scriptTableName2
+ panel = scriptTable2Tbl
+
+ dialog = scriptTable3TblSettings, "", yAxis
+ field = "Name", scriptTableName3
+ panel = scriptTable3Tbl
+
+ dialog = scriptTable4TblSettings, "", yAxis
+ field = "Name", scriptTableName4
+ panel = scriptTable4Tbl
+
+ dialog = scriptCurve1Settings, "", yAxis
+ field = "Name", scriptCurveName1
+ panel = scriptCurve1
+
+ dialog = scriptCurve2Settings, "", yAxis
+ field = "Name", scriptCurveName2
+ panel = scriptCurve2
+
+ dialog = scriptCurve3Settings, "", yAxis
+ field = "Name", scriptCurveName3
+ panel = scriptCurve3
+
+ dialog = scriptCurve4Settings, "", yAxis
+ field = "Name", scriptCurveName4
+ panel = scriptCurve4
+
+ dialog = scriptCurve5Settings, "", yAxis
+ field = "Name", scriptCurveName5
+ panel = scriptCurve5
+
+ dialog = scriptCurve6Settings, "", yAxis
+ field = "Name", scriptCurveName6
+ panel = scriptCurve6
+
+ dialog = tChargeRpmTpsSettings, "RPM+TPS mode"
+ field = "We use these coefficients to approximate air/fuel charge"
+ field = "temperature based on CLT and IAT, depending on RPM and TPM"
+ field = "Low RPM/Low TPS", tChargeMinRpmMinTps
+ field = "Low RPM/High TPS", tChargeMinRpmMaxTps
+ field = "High RPM/Low TPS", tChargeMaxRpmMinTps
+ field = "High RPM/High TPS", tChargeMaxRpmMaxTps
+
+ dialog = tChargeGeneralSettings, ""
+ field = "Mode", tChargeMode
+ field = "#These two parameters limit the estimate's rate of change"
+ field = "Increase rate limit", tChargeAirIncrLimit
+ field = "Decrease rate limit", tChargeAirDecrLimit
+ field = ""
+
+ dialog = tChargeAirInterpSettings, "Airflow interpolation mode"
+ field = "Low flow coefficient", tChargeAirCoefMin
+ field = "High flow coefficient", tChargeAirCoefMax
+ field = "Max air flow", tChargeAirFlowMax
+
+ dialog = tChargeSettings, "Charge temperature estimation"
+ panel = tChargeGeneralSettings
+ panel = tChargeRpmTpsSettings, { tChargeMode == 0}
+ panel = tChargeAirInterpSettings, { tChargeMode == 1}
+ panel = tchargeCurve, { tChargeMode == 2 }
+
+ dialog = baseInjection, "Injection"
+ field = "Enabled", isInjectionEnabled
+ field = "Mode", injectionMode, {isInjectionEnabled}
+ field = "#Batch injection with individual wiring"
+ field = "Alpha-N uses IAT density correction", alphaNUseIat, { fuelAlgorithm == 2 }
+ field = "Override VE table load axis", veOverrideMode, { isInjectionEnabled }
+ field = "Override AFR table load axis", afrOverrideMode, { isInjectionEnabled }
+ field = "Injection phase control mode", injectionTimingMode, { isInjectionEnabled }
+
+ dialog = ignitionOutputs, "Ignition Outputs"
+ field = "Ignition Output Mode", ignitionPinMode, { isIgnitionEnabled }
+ field = "Ignition cylinder 1", ignitionPins1, { isIgnitionEnabled }
+ field = "Ignition cylinder 2", ignitionPins2, { isIgnitionEnabled && cylindersCount >= 2 }
+ field = "Ignition cylinder 3", ignitionPins3, { isIgnitionEnabled && cylindersCount >= 3 }
+ field = "Ignition cylinder 4", ignitionPins4, { isIgnitionEnabled && cylindersCount >= 4 }
+ field = "Ignition cylinder 5", ignitionPins5, { isIgnitionEnabled && cylindersCount >= 5 }
+ field = "Ignition cylinder 6", ignitionPins6, { isIgnitionEnabled && cylindersCount >= 6 }
+ field = "Ignition cylinder 7", ignitionPins7, { isIgnitionEnabled && cylindersCount >= 7 }
+ field = "Ignition cylinder 8", ignitionPins8, { isIgnitionEnabled && cylindersCount >= 8 }
+ field = "Ignition cylinder 9", ignitionPins9, { isIgnitionEnabled && cylindersCount >= 9 }
+ field = "Ignition cylinder 10", ignitionPins10, { isIgnitionEnabled && cylindersCount >= 10 }
+ field = "Ignition cylinder 11", ignitionPins11, { isIgnitionEnabled && cylindersCount >= 11 }
+ field = "Ignition cylinder 12", ignitionPins12, { isIgnitionEnabled && cylindersCount >= 12 }
+
+ dialog = ignitionBasic, ""
+ field = "Enabled", isIgnitionEnabled
+ field = "Mode", ignitionMode, {isIgnitionEnabled}
+ field = "Maximum timing advance", maximumIgnitionTiming, {isIgnitionEnabled}
+ field = "Minimum timing advance", minimumIgnitionTiming, {isIgnitionEnabled}
+ field = "Override ignition table load axis", ignOverrideMode, {isIgnitionEnabled}
+ field = "#Use fixed timing while validating with a timing gun"
+ field = "Timing Mode", timingMode, {isIgnitionEnabled}
+ field = "Fixed Timing", fixedTiming, {isIgnitionEnabled && timingMode == 1}
+
+ dialog = ignitionSettings, "", xAxis
+ panel = ignitionBasic
+ panel = ignitionOutputs
+
+ dialog = baseEngineConfig, "Engine Configuration"
+; field = "Engine preset", engineType
+ field = "Number of cylinders", cylindersCount
+ field = "Displacement", displacement
+ field = "Firing order", firingOrder
+ field = "Vehicle weight", vehicleWeight
+
+ dialog = engineMetadata, "Engine Metadata"
+ field = "#These metadata are used by https://tunes.fome.tech"
+ field = "Engine Make", engineMake
+ field = "Manufacturer Engine Code", engineCode
+ field = "Vehicle Name", vehicleName
+ field = "Compression Ratio", compressionRatio
+ field = "Forced Induction?", isForcedInduction
+
+ dialog = trigger_primary, "Primary Trigger"
+ topicHelp = "triggerHelp"
+ ; see also in firmware '[doesTriggerImplyOperationMode]' tag
+ field = "Engine type", twoStroke
+ field = ""
+ field = "Trigger type", trigger_type
+ field = "Total tooth count", trigger_customTotalToothCount, {trigger_type == 0}, {trigger_type == 0}
+ field = "Missing/skipped tooth count", trigger_customSkippedToothCount, {trigger_type == 0}, {trigger_type == 0}
+ field = "Primary trigger location", skippedWheelOnCam, 1, { twoStroke == 0 && (trigger_type == 0 || trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) }
+ field = ""
+ field = "!Reminder that 4-stroke cycle is 720 degrees"
+ field = "!For well-known trigger types use '0' trigger angle offset"
+ field = "Trigger Angle Advance", globalTriggerAngleOffset
+
+ field = ""
+ field = "DTC P0336 severity", dtcControl_p0336
+
+ field = ""
+ field = ""
+
+ field = "#Cam is primary if you have cam sensor as part of trigger shape"
+ ; cam if
+ ; two-stroke, or
+ ; not crank trigger and ((vague trigger and cam choice) or not vague trigger)
+ field = "Cam Sensor (Primary channel)", triggerInputPins1, 1, {twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) ) ) }
+ field = "Crank Sensor (Primary channel)", triggerInputPins1, 1, { !(twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73) ) )) }
+ field = "Invert Primary", invertPrimaryTriggerSignal
+ field = "Secondary channel", triggerInputPins2, { triggerInputPins2 != 0 || (triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) }, { triggerInputPins2 == 0 || (triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) }
+ field = "!!! PLEASE UNSELECT !!!" triggerInputPins2, 1, { triggerInputPins2 != 0 && !(triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) }
+ field = "Invert Secondary", invertSecondaryTriggerSignal, {triggerInputPins2 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 11 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) }
+
+ dialog = trigger_cams, "Cam Inputs"
+ field = "!https://wiki.fome.tech/r/vvt"
+ ; todo: code generator to hard-code all triggers not requiring VVT?
+ ; todo: https://github.com/rusefi/rusefi/issues/2077
+
+ field = "Cam trigger type (intake)", vvtMode1, {trigger_type != 3}
+ field = "Cam trigger type (exhaust)", vvtMode2, {trigger_type != 3}
+ field = ""
+ field = "Cam sensor bank 1 intake", camInputs1, { camInputs1 != 0 || (vvtMode1 != 0 ) }
+ field = "Cam sensor bank 1 exhaust", camInputs2, { camInputs2 != 0 || (vvtMode2 != 0 ) }
+ field = "Cam sensor bank 2 intake", camInputs3, { camInputs3 != 0 || (vvtMode1 != 0 && camInputs1 != 0 ) }
+ field = "Cam sensor bank 2 exhaust", camInputs4, { camInputs4 != 0 || (vvtMode2 != 0 && camInputs2 != 0 ) }
+ field = "Invert cam inputs", invertCamVVTSignal, { camInputs1 != 0 || camInputs2 != 0 || camInputs3 != 0 || camInputs4 != 0 }
+ field = ""
+ field = "#Set offset so VVT indicates 0 degrees in default position"
+ field = "VVT offset bank 1 intake", vvtOffsets1, { camInputs1 != 0 }
+ field = "VVT offset bank 1 exhaust", vvtOffsets2, { camInputs2 != 0 }
+ field = "VVT offset bank 2 intake", vvtOffsets3, { camInputs3 != 0 }
+ field = "VVT offset bank 2 exhaust", vvtOffsets4, { camInputs4 != 0 }
+ field = ""
+ field = "Cam for engine sync resolution", engineSyncCam, { vvtMode1 != 0 || vvtMode2 != 0 }
+ field = ""
+ field = "DTC P0340/P0345/P0365/P0385 severity", dtcControl_camNoSignal
+ field = "DTC P0341/P0346/P0366/P0386 severity", dtcControl_camSyncErrors
+
+ dialog = triggerConfiguration_gap, "Trigger Gap Override"
+ field = "!This is an advanced feature for debugging trigger synchronization"
+ field = "Override trigger gaps", overrideTriggerGaps
+ field = "Count", gapTrackingLengthOverride, { overrideTriggerGaps }
+ field = "Gap #1 from", triggerGapOverrideFrom1, { overrideTriggerGaps }
+ field = "Gap #1 to", triggerGapOverrideTo1, { overrideTriggerGaps }
+ field = "Gap #2 from", triggerGapOverrideFrom2, { overrideTriggerGaps && gapTrackingLengthOverride >= 2 }
+ field = "Gap #2 to", triggerGapOverrideTo2, { overrideTriggerGaps && gapTrackingLengthOverride >= 2 }
+ field = "Gap #3 from", triggerGapOverrideFrom3, { overrideTriggerGaps && gapTrackingLengthOverride >= 3 }
+ field = "Gap #3 to", triggerGapOverrideTo3, { overrideTriggerGaps && gapTrackingLengthOverride >= 3 }
+ field = "Gap #4 from", triggerGapOverrideFrom4, { overrideTriggerGaps && gapTrackingLengthOverride >= 4 }
+ field = "Gap #4 to", triggerGapOverrideTo4, { overrideTriggerGaps && gapTrackingLengthOverride >= 4 }
+ field = "Gap #5 from", triggerGapOverrideFrom5, { overrideTriggerGaps && gapTrackingLengthOverride >= 5 }
+ field = "Gap #5 to", triggerGapOverrideTo5, { overrideTriggerGaps && gapTrackingLengthOverride >= 5 }
+
+ dialog = trigger_advanced, "Advanced Trigger"
+ field = "Require cam/VVT sync for ignition", isPhaseSyncRequiredForIgnition
+ field = "Minimum cam/VVT sync RPM", minCamPhaseResolveRpm
+ field = "Maximum cam/VVT sync RPM", maxCamPhaseResolveRpm
+ field = "Skip pulses at startup", triggerSkipPulses
+ field = "MAP readout angle", mapCamDetectionAnglePosition, 1, { vvtMode1 == 13 }
+ field = "Print verbose VVT sync details to console",verboseVVTDecoding
+ field = "Print verbose trigger sync to console", verboseTriggerSynchDetails
+ field = "Do not print messages in case of sync error", silentTriggerError
+ field = "Debug Trigger Sync", debugTriggerSync
+ panel = triggerConfiguration_gap
+
+ dialog = triggerConfiguration, "", xAxis
+ panel = trigger_primary
+ panel = trigger_cams
+
+; Engine->Injection Settings
+ dialog = injChars, "Injector Settings", yAxis
+ field = "Injector flow(cc/min)", injector_flow, {isInjectionEnabled}, {!injectorFlowAsMassFlow}
+ field = "Injector flow(g/s)", injector_flow, {isInjectionEnabled}, {injectorFlowAsMassFlow}
+ field = "Injector flow units", injectorFlowAsMassFlow, {isInjectionEnabled}
+ field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) }
+ field = "Injector flow compensation mode", injectorCompensationMode, { isInjectionEnabled }
+ field = "Injector reference pressure", fuelReferencePressure, { isInjectionEnabled && injectorCompensationMode != 0 }
+
+ dialog = fuelParams, "Fuel characteristics", yAxis
+ field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled}
+ field = "E100 stoichiometric ratio", stoichRatioSecondary, {isInjectionEnabled && flexSensorPin != 0 }
+
+ dialog = injectorPins, "Injector Outputs", yAxis
+ field = "Use only first half of the firing order for batch wiring"
+ field = "Injection cylinder 1", injectionPins1, {isInjectionEnabled}
+ field = "Injection cylinder 2", injectionPins2, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 1}
+ field = "Injection cylinder 3", injectionPins3, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 2}
+ field = "Injection cylinder 4", injectionPins4, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 3}
+ field = "Injection cylinder 5 ", injectionPins5, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 4}
+ field = "Injection cylinder 6 ", injectionPins6, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 5}
+ field = "Injection cylinder 7 ", injectionPins7, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 6}
+ field = "Injection cylinder 8 ", injectionPins8, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 7}
+ field = "Injection cylinder 9 ", injectionPins9, {isInjectionEnabled && cylindersCount > 8}
+ field = "Injection cylinder 10 ", injectionPins10, {isInjectionEnabled && cylindersCount > 9}
+ field = "Injection cylinder 11 ", injectionPins11, {isInjectionEnabled && cylindersCount > 10}
+ field = "Injection cylinder 12 ", injectionPins12, {isInjectionEnabled && cylindersCount > 11}
+ field = ""
+ field = "injection Output(s) Mode", injectionPinMode, {isInjectionEnabled}
+
+ dialog = cylinderBankSelect, "Cylinder Banks", yAxis
+ field = "Cylinder 1", cylinderBankSelect1, {isInjectionEnabled}
+ field = "Cylinder 2", cylinderBankSelect2, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 1}
+ field = "Cylinder 3", cylinderBankSelect3, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 2}
+ field = "Cylinder 4", cylinderBankSelect4, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 3}
+ field = "Cylinder 5 ", cylinderBankSelect5, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 4}
+ field = "Cylinder 6 ", cylinderBankSelect6, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 5}
+ field = "Cylinder 7 ", cylinderBankSelect7, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 6}
+ field = "Cylinder 8 ", cylinderBankSelect8, {isInjectionEnabled && injectionMode != 3 && cylindersCount > 7}
+ field = "Cylinder 9 ", cylinderBankSelect9, {isInjectionEnabled && cylindersCount > 8}
+ field = "Cylinder 10 ", cylinderBankSelect10, {isInjectionEnabled && cylindersCount > 9}
+ field = "Cylinder 11 ", cylinderBankSelect11, {isInjectionEnabled && cylindersCount > 10}
+ field = "Cylinder 12 ", cylinderBankSelect12, {isInjectionEnabled && cylindersCount > 11}
+
+ dialog = injectorNonlinearPolynomial, "Polynomial Adder", yAxis
+ field = "Add nonlinearity below pulse", applyNonlinearBelowPulse
+ field = "constant", injectorCorrectionPolynomial1
+ field = "x^1", injectorCorrectionPolynomial2
+ field = "x^2", injectorCorrectionPolynomial3
+ field = "x^3", injectorCorrectionPolynomial4
+ field = "x^4", injectorCorrectionPolynomial5
+ field = "x^5", injectorCorrectionPolynomial6
+ field = "x^6", injectorCorrectionPolynomial7
+ field = "x^7", injectorCorrectionPolynomial8
+
+ dialog = injectorNonlinearFord, "Ford-model Small Pulse Correction", yAxis
+ field = "Small pulse slope (ALOSL, g/s)", fordInjectorSmallPulseSlope
+ field = "Set this to 'mass flow'", injectorFlowAsMassFlow
+ field = "Large pulse slope (AHISL, g/s)", injector_flow
+ field = "Small pulse breakpoint (FUEL_BKPT)", fordInjectorSmallPulseBreakPoint
+
+ dialog = injectorNonlinearTable, "Small Pulse Adder Table", yAxis
+ field = "Enable adder below pulse", applyNonlinearBelowPulse
+ panel = smallPulseAdder
+
+ dialog = injectorNonlinear
+ field = "Small pulse correction mode", injectorNonlinearMode
+ field = "Minimum pulse width (pre-deadtime)", minimumInjectionPulseWidth
+ panel = injectorNonlinearPolynomial, {1}, { injectorNonlinearMode == 1 }
+ panel = injectorNonlinearFord, {1}, { injectorNonlinearMode == 2 }
+ panel = injectorNonlinearTable, {1}, { injectorNonlinearMode == 3 }
+
+ dialog = testLuaOut, "Lua Out Test"
+ commandButton = "Lua Out #1", cmd_test_lua1
+ commandButton = "Lua Out #2", cmd_test_lua2
+ commandButton = "Lua Out #3", cmd_test_lua3
+ commandButton = "Lua Out #4", cmd_test_lua4
+ commandButton = "Lua Out #5", cmd_test_lua5
+ commandButton = "Lua Out #6", cmd_test_lua6
+ commandButton = "Lua Out #7", cmd_test_lua7
+ commandButton = "Lua Out #8", cmd_test_lua8
+ commandButton = "Abort test", cmd_test_cancel
+
+ dialog = injectorConfig, "", yAxis
+ topicHelp = "fuelHelp"
+ panel = baseInjection
+ panel = injChars
+ panel = fuelParams
+ panel = injectorsDeadTime, {isInjectionEnabled}
+
+ dialog = ignitionCylExtra, "Cylinder offsets"
+ field = "Offset angle for each cylinder if you have an odd fire"
+ field = "engine, like a v-twin or some V6/V10 engines"
+ field = "#Positive numbers retard, negative numbers advance"
+ field = "Offset cyl 1", timing_offset_cylinder1
+ field = "Offset cyl 2", timing_offset_cylinder2, {cylindersCount > 1}
+ field = "Offset cyl 3", timing_offset_cylinder3, {cylindersCount > 2}
+ field = "Offset cyl 4", timing_offset_cylinder4, {cylindersCount > 3}
+ field = "Offset cyl 5", timing_offset_cylinder5, {cylindersCount > 4}
+ field = "Offset cyl 6", timing_offset_cylinder6, {cylindersCount > 5}
+ field = "Offset cyl 7", timing_offset_cylinder7, {cylindersCount > 6}
+ field = "Offset cyl 8", timing_offset_cylinder8, {cylindersCount > 7}
+ field = "Offset cyl 9", timing_offset_cylinder9, {cylindersCount > 8}
+ field = "Offset cyl 10", timing_offset_cylinder10, {cylindersCount > 9}
+ field = "Offset cyl 11", timing_offset_cylinder11, {cylindersCount > 10}
+ field = "Offset cyl 12", timing_offset_cylinder12, {cylindersCount > 11}
+
+ dialog = stagedInjectionOutputs, "", yAxis
+ field = "Injection Stage 2 Output 1", injectionPinsStage21, {isInjectionEnabled && enableStagedInjection}
+ field = "Injection Stage 2 Output 2", injectionPinsStage22, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 1}
+ field = "Injection Stage 2 Output 3", injectionPinsStage23, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 2}
+ field = "Injection Stage 2 Output 4", injectionPinsStage24, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 3}
+ field = "Injection Stage 2 Output 5 ", injectionPinsStage25, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 4}
+ field = "Injection Stage 2 Output 6 ", injectionPinsStage26, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 5}
+ field = "Injection Stage 2 Output 7 ", injectionPinsStage27, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 6}
+ field = "Injection Stage 2 Output 8 ", injectionPinsStage28, {isInjectionEnabled && enableStagedInjection && injectionMode != 3 && cylindersCount > 7}
+ field = "Injection Stage 2 Output 9 ", injectionPinsStage29, {isInjectionEnabled && enableStagedInjection && cylindersCount > 8}
+ field = "Injection Stage 2 Output 10 ", injectionPinsStage210, {isInjectionEnabled && enableStagedInjection && cylindersCount > 9}
+ field = "Injection Stage 2 Output 11 ", injectionPinsStage211, {isInjectionEnabled && enableStagedInjection && cylindersCount > 10}
+ field = "Injection Stage 2 Output 12 ", injectionPinsStage212, {isInjectionEnabled && enableStagedInjection && cylindersCount > 11}
+
+ dialog = stagedInjection, "", yAxis
+ field = "Enable", enableStagedInjection, {isInjectionEnabled}
+ field = ""
+ field = "Secondary injector flow(cc/min)", injectorSecondary_flow, {isInjectionEnabled && enableStagedInjection}, {!injectorFlowAsMassFlow}
+ field = "Secondary injector flow(g/s)", injectorSecondary_flow, {isInjectionEnabled && enableStagedInjection}, {injectorFlowAsMassFlow}
+ field = ""
+ panel = injectorsSecondaryDeadTime, {isInjectionEnabled && enableStagedInjection}
+
+ dialog = multisparkDwellParams, "Delay & Dwell"
+ field = "Spark duration", multisparkSparkDuration, {multisparkEnable}
+ field = "Subsequent spark dwell", multisparkDwell, {multisparkEnable}
+
+ dialog = multisparkMain, "Configuration"
+ field = "Maximum engine speed", multisparkMaxRpm, {multisparkEnable}
+ field = "Fire sparks for this angle duration" multisparkMaxSparkingAngle, {multisparkEnable}
+ field = "Maximum extra spark count" multisparkMaxExtraSparkCount, {multisparkEnable}
+
+ dialog = multisparkSettings, "Multispark"
+ field = "#WARNING! These settings have the potential to overheat ignition components"
+ field = "#and cause other nasty misbehavior. Use with care, at your own risk!"
+ field = "#Not recommended for use on distributor or wasted spark ignition systems."
+ field = "Enable multiple sparks", multisparkEnable
+ panel = multisparkMain
+ panel = multisparkDwellParams
+
+ dialog = ignAdder1Cfg, "Ignition adder 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends1_yAxisOverride, {ignBlends1_blendParameter}
+ panel = ignAdder1Bias, {ignBlends1_blendParameter}
+
+ dialog = ignAdder2Cfg, "Ignition adder 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends2_yAxisOverride, {ignBlends2_blendParameter}
+ panel = ignAdder2Bias, {ignBlends2_blendParameter}
+
+ dialog = ignAdder3Cfg, "Ignition adder 3 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends3_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends3_yAxisOverride, {ignBlends3_blendParameter}
+ panel = ignAdder3Bias, {ignBlends3_blendParameter}
+
+ dialog = ignAdder4Cfg, "Ignition adder 4 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the base ignition table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in 5.0 degrees of ignition timing added."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", ignBlends4_blendParameter
+ field = "Y axis override (set Zero for no override)", ignBlends4_yAxisOverride, {ignBlends4_blendParameter}
+ panel = ignAdder4Bias, {ignBlends4_blendParameter}
+
+ dialog = veBlend1Cfg, "VE blend 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends1_yAxisOverride, {veBlends1_blendParameter}
+ panel = veBlend1Bias, {veBlends1_blendParameter}
+
+ dialog = veBlend2Cfg, "VE blend 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends2_yAxisOverride, {veBlends2_blendParameter}
+ panel = veBlend2Bias, {veBlends2_blendParameter}
+
+ dialog = veBlend3Cfg, "VE blend 3 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends3_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends3_yAxisOverride, {veBlends3_blendParameter}
+ panel = veBlend3Bias, {veBlends3_blendParameter}
+
+ dialog = veBlend4Cfg, "VE blend 4 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the VE table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0% added to the VE. Note that this doesn't add 5% VE,"
+ field = "instead, it adds 5% to the current VE value, multiplying VE by 1.05."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", veBlends4_blendParameter
+ field = "Y axis override (set Zero for no override)", veBlends4_yAxisOverride, {veBlends4_blendParameter}
+ panel = veBlend4Bias, {veBlends4_blendParameter}
+
+ dialog = boostOpenBlend1Cfg, "Boost open loop blend 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the open loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost open loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostOpenLoopBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", boostOpenLoopBlends1_yAxisOverride, {boostOpenLoopBlends1_blendParameter}
+ panel = boostOpenLoopBlend1Bias, {boostOpenLoopBlends1_blendParameter}
+
+ dialog = boostOpenBlend2Cfg, "Boost open loop blend 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the open loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost open loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostOpenLoopBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", boostOpenLoopBlends2_yAxisOverride, {boostOpenLoopBlends2_blendParameter}
+ panel = boostOpenLoopBlend2Bias, {boostOpenLoopBlends2_blendParameter}
+
+ dialog = boostClosedBlend1Cfg, "Boost closed loop blend 1 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the closed loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost closed loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostClosedLoopBlends1_blendParameter
+ field = "Y axis override (set Zero for no override)", boostClosedLoopBlends1_yAxisOverride, {boostClosedLoopBlends1_blendParameter}
+ panel = boostClosedLoopBlend1Bias, {boostClosedLoopBlends1_blendParameter}
+
+ dialog = boostClosedBlend2Cfg, "Boost closed loop blend 2 config"
+ field = "#The bias table controls how much of the blend table"
+ field = "#is mixed in to the closed loop boost table. For example, a value of"
+ field = "#+10 in the table, with 50 as the current bias will result"
+ field = "#in +5.0 added to the boost closed loop %."
+ field = "#The X axis of the bias table is controlled by the selected blend"
+ field = "#parameter below."
+ field = "Blend parameter", boostClosedLoopBlends2_blendParameter
+ field = "Y axis override (set Zero for no override)", boostClosedLoopBlends2_yAxisOverride, {boostClosedLoopBlends2_blendParameter}
+ panel = boostClosedLoopBlend2Bias, {boostClosedLoopBlends2_blendParameter}
+
+ dialog = dwellSettings, "", yAxis
+ panel = dwellCorrection
+ panel = dwellVoltageCorrection
+
+ dialog = auxTempSensor1Sensor, "aux1 Thermistor Settings"
+ field = "Input channel", auxTempSensor1_adcChannel
+ field = "Pullup resistor", auxTempSensor1_bias_resistor, {auxTempSensor1_adcChannel != 0}
+
+ field = "Lowest temperature", auxTempSensor1_tempC_1, {auxTempSensor1_adcChannel != 0}
+ field = "Resistance @ LT", auxTempSensor1_resistance_1, {auxTempSensor1_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", auxTempSensor1_tempC_2, {auxTempSensor1_adcChannel != 0}
+ field = "Resistance @ MT", auxTempSensor1_resistance_2, {auxTempSensor1_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", auxTempSensor1_tempC_3, {auxTempSensor1_adcChannel != 0}
+ field = "Resistance @ HT", auxTempSensor1_resistance_3, {auxTempSensor1_adcChannel != 0}
+
+ dialog = auxTempSensor2Sensor, "aux2 Thermistor Settings"
+ field = "Input channel", auxTempSensor2_adcChannel
+ field = "Pullup resistor", auxTempSensor2_bias_resistor, {auxTempSensor2_adcChannel != 0}
+
+ field = "Lowest temperature", auxTempSensor2_tempC_1, {auxTempSensor2_adcChannel != 0}
+ field = "Resistance @ LT", auxTempSensor2_resistance_1, {auxTempSensor2_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", auxTempSensor2_tempC_2, {auxTempSensor2_adcChannel != 0}
+ field = "Resistance @ MT", auxTempSensor2_resistance_2, {auxTempSensor2_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", auxTempSensor2_tempC_3, {auxTempSensor2_adcChannel != 0}
+ field = "Resistance @ HT", auxTempSensor2_resistance_3, {auxTempSensor2_adcChannel != 0}
+
+ dialog = oilTempSensor, "Oil Temp Sensor Settings"
+ field = "Input channel", oilTempSensor_adcChannel
+ field = "Pullup resistor", oilTempSensor_bias_resistor, {oilTempSensor_adcChannel != 0}
+
+ field = "Lowest temperature", oilTempSensor_tempC_1, {oilTempSensor_adcChannel != 0}
+ field = "Resistance @ LT", oilTempSensor_resistance_1, {oilTempSensor_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", oilTempSensor_tempC_2, {oilTempSensor_adcChannel != 0}
+ field = "Resistance @ MT", oilTempSensor_resistance_2, {oilTempSensor_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", oilTempSensor_tempC_3, {oilTempSensor_adcChannel != 0}
+ field = "Resistance @ HT", oilTempSensor_resistance_3, {oilTempSensor_adcChannel != 0}
+ field = ""
+ field = "DTC P0197 severity", dtcControl_p0197
+ field = "DTC P0198 severity", dtcControl_p0198
+
+ dialog = fuelTempSensor, "Fuel Temp Sensor Settings"
+ field = "Input channel", fuelTempSensor_adcChannel
+ field = "Pullup resistor", fuelTempSensor_bias_resistor, {fuelTempSensor_adcChannel != 0}
+
+ field = "Lowest temperature", fuelTempSensor_tempC_1, {fuelTempSensor_adcChannel != 0}
+ field = "Resistance @ LT", fuelTempSensor_resistance_1, {fuelTempSensor_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", fuelTempSensor_tempC_2, {fuelTempSensor_adcChannel != 0}
+ field = "Resistance @ MT", fuelTempSensor_resistance_2, {fuelTempSensor_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", fuelTempSensor_tempC_3, {fuelTempSensor_adcChannel != 0}
+ field = "Resistance @ HT", fuelTempSensor_resistance_3, {fuelTempSensor_adcChannel != 0}
+
+ dialog = ambientTempSensor, "Ambient Temp Sensor Settings"
+ field = "!Put this sensor before any turbocharger/supercharger"
+ field = "!near the air filter."
+ field = "Input channel", ambientTempSensor_adcChannel
+ field = "Pullup resistor", ambientTempSensor_bias_resistor, {ambientTempSensor_adcChannel != 0}
+
+ field = "Lowest temperature", ambientTempSensor_tempC_1, {ambientTempSensor_adcChannel != 0}
+ field = "Resistance @ LT", ambientTempSensor_resistance_1, {ambientTempSensor_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", ambientTempSensor_tempC_2, {ambientTempSensor_adcChannel != 0}
+ field = "Resistance @ MT", ambientTempSensor_resistance_2, {ambientTempSensor_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", ambientTempSensor_tempC_3, {ambientTempSensor_adcChannel != 0}
+ field = "Resistance @ HT", ambientTempSensor_resistance_3, {ambientTempSensor_adcChannel != 0}
+
+ dialog = compressorDischargeTemperature, "Compressor Discharge Temp Settings"
+ field = "!Put this sensor after the turbocharger/supercharger"
+ field = "!but before the intercooler."
+ field = "Input channel", compressorDischargeTemperature_adcChannel
+ field = "Pullup resistor", compressorDischargeTemperature_bias_resistor, {compressorDischargeTemperature_adcChannel != 0}
+
+ field = "Lowest temperature", compressorDischargeTemperature_tempC_1, {compressorDischargeTemperature_adcChannel != 0}
+ field = "Resistance @ LT", compressorDischargeTemperature_resistance_1, {compressorDischargeTemperature_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", compressorDischargeTemperature_tempC_2, {compressorDischargeTemperature_adcChannel != 0}
+ field = "Resistance @ MT", compressorDischargeTemperature_resistance_2, {compressorDischargeTemperature_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", compressorDischargeTemperature_tempC_3, {compressorDischargeTemperature_adcChannel != 0}
+ field = "Resistance @ HT", compressorDischargeTemperature_resistance_3, {compressorDischargeTemperature_adcChannel != 0}
+
+ dialog = tpsNum1, "Throttle Body #1"
+ field = "Primary sensor", tps1_1AdcChannel
+ field = "Primary min", tpsMin, {tps1_1AdcChannel != 0}
+ field = "Primary max", tpsMax, {tps1_1AdcChannel != 0}
+ field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0}
+ field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0 && tps1_1AdcChannel != 0}
+ field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0 && tps1_1AdcChannel != 0}
+ commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, {(etbFunctions1 == 1 || etbFunctions2 == 1) && tps1_1AdcChannel != 0 && calibrationMode == 0}
+
+ dialog = tpsNum2, "Throttle Body #2"
+ field = "Primary sensor", tps2_1AdcChannel
+ field = "Primary min", tps2Min, {tps2_1AdcChannel != 0}
+ field = "Primary max", tps2Max, {tps2_1AdcChannel != 0}
+ field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0}
+ field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0 && tps2_1AdcChannel != 0}
+ field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0 && tps2_1AdcChannel != 0}
+ commandButton = "Auto Calibrate ETB 2", cmd_etb_2_auto_calibrate, {(etbFunctions1 == 2 || etbFunctions2 == 2) && tps2_1AdcChannel != 0 && calibrationMode == 0}
+
+ dialog = tpsLimits, "TPS Limits"
+ field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0}
+ field = "TPS maximum valid value", tpsErrorDetectionTooHigh, {tps1_1AdcChannel != 0}
+
+ dialog = tpsRedundancy, "TPS Redundancy"
+ field = "!https://wiki.fome.tech/Advanced-Features/ETB/Redundant-Sensors/"
+ field = "Partial Secondary TPS Maximum", tpsSecondaryMaximum
+
+ dialog = tpsSensorLeft
+ panel = tpsLimits
+ panel = tpsNum1
+ panel = tpsNum2
+ panel = tpsRedundancy, {(tps1_1AdcChannel != 0 && tps1_2AdcChannel != 0) || (tps2_1AdcChannel != 0 && tps2_2AdcChannel != 0)}
+
+ dialog = pedalNum1, "Pedal Sensors"
+ field = "Primary Sensor", throttlePedalPositionAdcChannel
+ field = "Primary Up voltage", throttlePedalUpVoltage, {throttlePedalPositionAdcChannel != 0}
+ commandButton = "Grab Up", cmd_calibrate_pedal_up, {throttlePedalPositionAdcChannel != 0}
+ field = "Primary Down (WOT) voltage", throttlePedalWOTVoltage, {throttlePedalPositionAdcChannel != 0}
+ commandButton = "Grab Down", cmd_calibrate_pedal_down, {throttlePedalPositionAdcChannel != 0}
+ field = "Secondary Sensor", throttlePedalPositionSecondAdcChannel, {throttlePedalPositionAdcChannel != 0}
+ field = "Secondary Up voltage", throttlePedalSecondaryUpVoltage, {throttlePedalPositionAdcChannel != 0 && throttlePedalPositionSecondAdcChannel != 0}
+ field = "Secondary Down (WOT) voltage", throttlePedalSecondaryWOTVoltage, {throttlePedalPositionAdcChannel != 0 && throttlePedalPositionSecondAdcChannel != 0}
+
+ dialog = pedalRedundancy, "Pedal Redundancy"
+ field = "!https://wiki.fome.tech/Advanced-Features/ETB/Redundant-Sensors/"
+ field = "Partial Secondary PPS Maximum", ppsSecondaryMaximum
+ field = "BRZ/FRS/GT86 pedal", allowIdenticalPps
+
+ dialog = pedalSensorLeft
+ panel = pedalNum1
+ panel = pedalRedundancy, {throttlePedalPositionAdcChannel != 0 && throttlePedalPositionSecondAdcChannel != 0}
+
+ dialog = pedalGauges
+ gauge = pedalPositionGauge
+ gauge = rawPpsPrimaryGauge
+ gauge = rawPpsSecondaryGauge
+
+ dialog = tpsGauges
+ gauge = rawTps1PrimaryGauge
+ gauge = rawTps1SecondaryGauge
+ gauge = rawTps2PrimaryGauge
+ gauge = rawTps2SecondaryGauge
+
+ dialog = pedalSensor, "", border
+ panel = pedalSensorLeft, West
+ panel = pedalGauges, East
+
+ dialog = tpsSensor, "", border
+ panel = tpsSensorLeft, West
+ panel = tpsGauges, East
+
+ dialog = wastegatePosConfig, "Wastegate position sensor"
+ field = "Input", wastegatePositionSensor
+ field = "Min (fully closed, most boost)", wastegatePositionMin
+ field = "Max (fully open, least boost)", wastegatePositionMax
+
+ dialog = wastegateIdlePosLeft, ""
+ panel = wastegatePosConfig
+
+ dialog = wastegateIdlePosGauges, ""
+ gauge = rawWastegatePositionGauge, West
+ gauge = wastegatePosGauge, East
+
+ dialog = wastegateIdlePos, "", border
+ panel = wastegateIdlePosLeft, West
+ panel = wastegateIdlePosGauges, East
+
+ dialog = mc33Dialog, "Low-Z injector control PT2001"
+ field = "SPI Chip Select", mc33816_cs
+ field = "SPI Device", mc33816spiDevice
+ field = "MC33816 rstb", mc33816_rstb
+ field = "MC33816 flag0", mc33816_flag0
+
+ field = "Boost voltage", mc33_hvolt
+
+ field = "Boost current target", mc33_i_boost
+ field = "Min boost time", mc33_t_min_boost
+ field = "Max boost time (timeout)", mc33_t_max_boost
+
+ field = "Peak phase current target", mc33_i_peak
+ field = "Peak phase duration", mc33_t_peak_tot
+ field = "Peak phase loop off time", mc33_t_peak_off
+ field = "Peak -> Hold Bypass Time", mc33_t_bypass
+
+ field = "Hold current target", mc33_i_hold
+ field = "Hold phase loop off time", mc33_t_hold_off
+ field = "Maximum injection duration", mc33_t_hold_tot
+
+
+; Sensor Inputs
+ dialog = otherSensorInputs, "Other Sensor Inputs"
+ field = "Clutch Down", clutchDownPin
+ field = "Clutch Down inverted", clutchDownPinInverted
+ field = "Clutch Down mode", clutchDownPinMode
+
+ field = "Clutch Up", clutchUpPin
+ field = "Clutch Up inverted", clutchUpPinInverted
+ field = "Clutch Up mode", clutchUpPinMode
+ field = "Brake pedal switch", brakePedalPin
+ field = "Brake pedal switch mode", brakePedalPinMode
+ field = "Turbo Speed Sensor", turboSpeedSensorInputPin
+ field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier
+ field = "Throttle inlet pressure sensor", throttleInletPressureChannel
+ field = "Compressor discharge pressure sensor", compressorDischargePressureChannel
+
+ dialog = flexInput, "Flex Fuel Sensor"
+ field = "Flex fuel sensor", flexSensorPin
+ field = ""
+ field = "DTC P0176 severity", dtcControl_p0176
+ field = "DTC P0178 severity", dtcControl_p0178
+ field = "DTC P0179 severity", dtcControl_p0179
+
+ dialog = fuelLevelDialog, "Fuel Level Sensor"
+ field = "Input channel", fuelLevelSensor
+ panel = fuelLevelCurve
+
+;
+; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to
+; configure the features.
+;
+ dialog = allPinsSensors, "Sensors"
+ field = "Throttle pedal Position Channel", throttlePedalPositionAdcChannel
+ field = "Throttle pedal Position #2", throttlePedalPositionSecondAdcChannel
+ field = "Primary input channel", triggerInputPins1
+ field = "Secondary channel", triggerInputPins2
+ field = "Cam Sync/VVT input", camInputs1
+ field = "CLT ADC input", clt_adcChannel
+ field = "IAT ADC input", iat_adcChannel
+ field = "vBatt ADC input", vbattAdcChannel
+ field = "TPS1 ADC input", tps1_1AdcChannel
+ field = "TPS2 ADC input", tps2_1AdcChannel
+ field = "MAF ADC input", mafAdcChannel
+ field = "MAF 2 ADC input", maf2AdcChannel
+ field = "AFR ADC input", afr_hwChannel
+ field = "AFR 2 ADC input", afr_hwChannel2
+ field = "Baro ADC input", baroSensor_hwChannel
+ field = "MAP ADC input", map_sensor_hwChannel
+ field = "MAP 2 ADC input", map2HwChannel
+ field = "Fuel Level input", fuelLevelSensor
+ field = "Vehicle Speed input", vehicleSpeedSensorInputPin
+ field = "Clutch Down input", clutchDownPin
+ field = "Clutch Up input", clutchUpPin
+ field = "Brake pedal input", brakePedalPin
+ field = "A/C Switch", acSwitch
+ field = "A/C Pressure switch", acPressureSwitch
+ field = "Aux Temperature #1", auxTempSensor1_adcChannel
+ field = "Aux Temperature #2", auxTempSensor2_adcChannel
+
+ dialog = allPinsMC33, "MC33816"
+ field = "Chip Select", mc33816_cs
+ field = rstb, mc33816_rstb
+ field = flag0, mc33816_flag0
+ field = mc33816_driven, mc33816_driven
+ field = mc33816spiDevice, mc33816spiDevice
+ field = hpfpValcePin, hpfpValvePin
+
+ dialog = allPins1_1
+ field = "trigger stimulator output #1", triggerSimulatorPins1
+ field = "trigger stimulator output #2", triggerSimulatorPins2
+ field = "tle6240_cs", tle6240_cs
+ field = "tle6240 SPI", tle6240spiDevice
+
+ dialog = allPins1_2
+ field = "Tachometer output", tachOutputPin
+ field = "O2 heater output", o2heaterPin
+ field = "Idle Solenoid Primary output", idle_solenoidPin
+ field = "Idle Solenoid Secondary output",secondSolenoidPin
+ field = "Idle Stepper Dir", idle_stepperDirectionPin
+ field = "Idle Stepper Step", idle_stepperStepPin
+ field = "Idle Stepper Enable", stepperEnablePin
+ field = "Fuel Pump output", fuelPumpPin
+ field = "ETB#1 Dir #1", etbIo1_directionPin1
+ field = "ETB#1 Dir #2", etbIo1_directionPin2
+ field = "ETB#1 Control", etbIo1_controlPin
+ field = "ETB#1 Disable", etbIo1_disablePin
+ field = "ETB#2 Dir #1", etbIo2_directionPin1
+ field = "ETB#2 Dir #2", etbIo2_directionPin2
+ field = "ETB#2 Control", etbIo2_controlPin
+ field = "ETB#2 Disable", etbIo2_disablePin
+ field = "SD CS Pin", sdCardCsPin
+ field = "MIL/Check Engine output", malfunctionIndicatorPin
+ field = "Fan Pin", fanPin
+ field = "A/C Relay", acRelayPin
+ field = "Main Relay Pin", mainRelayPin
+ field = "Starter Relay Pin", starterRelayDisablePin
+
+ dialog = allPins2_1
+ field = "Injection Output 1", injectionPins1
+ field = "Injection Output 2", injectionPins2
+ field = "Injection Output 3", injectionPins3
+ field = "Injection Output 4", injectionPins4
+ field = "Injection Output 5 ", injectionPins5
+ field = "Injection Output 6 ", injectionPins6
+ field = "Injection Output 7 ", injectionPins7
+ field = "Injection Output 8 ", injectionPins8
+ field = "Injection Output 9 ", injectionPins9
+ field = "Injection Output 10 ", injectionPins10
+ field = "Injection Output 11 ", injectionPins11
+ field = "Injection Output 12 ", injectionPins12
+ field = auxSpeedSensorInputPin1, auxSpeedSensorInputPin1
+ field = auxSpeedSensorInputPin2, auxSpeedSensorInputPin2
+
+
+ dialog = allPins2_2
+ field = "Ignition Output 1", ignitionPins1
+ field = "Ignition Output 2", ignitionPins2
+ field = "Ignition Output 3", ignitionPins3
+ field = "Ignition Output 4", ignitionPins4
+ field = "Ignition Output 5", ignitionPins5
+ field = "Ignition Output 6", ignitionPins6
+ field = "Ignition Output 7", ignitionPins7
+ field = "Ignition Output 8", ignitionPins8
+ field = "Ignition Output 9", ignitionPins9
+ field = "Ignition Output 10", ignitionPins10
+ field = "Ignition Output 11", ignitionPins11
+ field = "Ignition Output 12", ignitionPins12
+
+ dialog = allPins2_3
+ field = "Debug Trigger Sync", debugTriggerSync
+ panel = allPinsMC33
+
+ dialog = allPins1_3
+ field = "Aux ADC #1", auxAnalogInputs1
+ field = "Aux ADC #2", auxAnalogInputs2
+ field = "Aux ADC #3", auxAnalogInputs3
+ field = "Aux ADC #4", auxAnalogInputs4
+ field = "Aux ADC #5", auxAnalogInputs5
+ field = "Aux ADC #6", auxAnalogInputs6
+ field = "Aux ADC #7", auxAnalogInputs7
+ field = "Aux ADC #8", auxAnalogInputs8
+ field = "SPI1 MOSI", spi1mosiPin, { spi1mosiPin != 0 || is_enabled_spi_1}
+ field = "SPI1 MISO", spi1misoPin, { spi1misoPin != 0 || is_enabled_spi_1}
+ field = "SPI1 SCK", spi1sckPin, {is_enabled_spi_1}
+ field = "SPI2 MOSI", spi2mosiPin, {is_enabled_spi_2}
+ field = "SPI2 MISO", spi2misoPin, {is_enabled_spi_2}
+ field = "SPI2 SCK", spi2sckPin, {is_enabled_spi_2}
+ field = "SPI3 MOSI", spi3mosiPin, {is_enabled_spi_3}
+ field = "SPI3 MISO", spi3misoPin, {is_enabled_spi_3}
+ field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3}
+ field = "LIS302DLCsPin", LIS302DLCsPin
+ field = "DRV8860 CS", drv8860_cs
+ field = "DRV8860 CS Mode", drv8860_csPinMode
+ field = "DRV8860 MISO pin", drv8860_miso
+ field = "DRV8860 SPI", drv8860spiDevice
+
+ dialog = allPins3_1
+ panel = allPinsSensors
+
+ dialog = allPins3_2
+ field = "VVT solenoid bank 1 intake", vvtPins1
+ field = "VVT solenoid bank 1 exhaust", vvtPins2
+ field = "VVT solenoid bank 2 intake", vvtPins3
+ field = "VVT solenoid bank 2 exhaust", vvtPins4
+ field = "TLE8888 Chip Select", tle8888_cs
+ field = "TLE 8888 spi", tle8888spiDevice
+ field = "Start/Stop Button", startStopButtonPin
+
+ dialog = allPins3_1_and_2, "All IO 3/3", xAxis
+ panel = allPins3_1
+ panel = allPins3_2
+
+ dialog = allPins1_1_and_2, "", xAxis
+ panel = allPins1_1
+ panel = allPins1_2
+
+ dialog = allPins1, "All IO 1/3", xAxis
+ panel = allPins1_1_and_2
+ panel = allPins1_3
+
+ dialog = allPins2_1_and_2, "", xAxis
+ panel = allPins2_1
+ panel = allPins2_2
+
+ dialog = allPins2, "All IO 2/3", xAxis
+ panel = allPins2_1_and_2
+ panel = allPins2_3
+
+ dialog = clt_thermistor, "CLT sensor"
+ field = "Input channel", clt_adcChannel
+ field = "Pullup resistor", clt_bias_resistor, {clt_adcChannel != 0}
+
+ settingSelector = "Common CLT Sensors"
+ settingOption = "GM CLT", clt_tempC_1=0,clt_resistance_1=9240,clt_tempC_2=40,clt_resistance_2=1459,clt_tempC_3=100,clt_resistance_3=177,useLinearCltSensor=0
+ settingOption = "Miata NA", clt_tempC_1=-20,clt_resistance_1=16150,clt_tempC_2=40,clt_resistance_2=1150,clt_tempC_3=80,clt_resistance_3=330,useLinearCltSensor=0
+ settingOption = "Miata NB", clt_tempC_1=-10,clt_resistance_1=9000,clt_tempC_2=20,clt_resistance_2=2500,clt_tempC_3=80,clt_resistance_3=320,useLinearCltSensor=0
+ settingOption = "Bosch Various", clt_tempC_1=0,clt_resistance_1=5896,clt_tempC_2=50,clt_resistance_2=834,clt_tempC_3=100,clt_resistance_3=187,useLinearCltSensor=0
+
+ field = ""
+ field = "Lowest temperature", clt_tempC_1, {clt_adcChannel != 0}
+ field = "Resistance @ LT", clt_resistance_1, {clt_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", clt_tempC_2, {clt_adcChannel != 0}
+ field = "Resistance @ MT", clt_resistance_2, {clt_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", clt_tempC_3, {clt_adcChannel != 0}
+ field = "Resistance @ HT", clt_resistance_3, {clt_adcChannel != 0}
+ field = ""
+ field = "Linear characteristic", useLinearCltSensor, {clt_adcChannel != 0}
+ field = ""
+ field = "DTC P0117 severity", dtcControl_p0117
+ field = "DTC P0118 severity", dtcControl_p0118
+
+ dialog = cltGauges
+ gauge = CLTGauge
+ gauge = rawCltGauge
+
+ dialog = cltSensor, "CLT Sensor", border
+ panel = clt_thermistor, West
+ panel = cltGauges, East
+
+ dialog = iat_thermistor, "IAT sensor"
+ field = "Input channel", iat_adcChannel
+ field = "Pullup resistor", iat_bias_resistor, {iat_adcChannel != 0}
+
+ settingSelector = "Common IAT Sensors", {iat_adcChannel != 0}
+ settingOption = "GM IAT", iat_tempC_1=8.9,iat_resistance_1=7000,iat_tempC_2=30.6,iat_resistance_2=1930,iat_tempC_3=63.3,iat_resistance_3=560,useLinearIatSensor=0
+ settingOption = "Miata NA/NB", iat_tempC_1=-20,iat_resistance_1=16150,iat_tempC_2=40,iat_resistance_2=1150,iat_tempC_3=80,iat_resistance_3=330,useLinearIatSensor=0
+ settingOption = "Miata MSM IAT2", iat_tempC_1=0,iat_resistance_1=112000,iat_tempC_2=40,iat_resistance_2=17000,iat_tempC_3=60,iat_resistance_3=8000,useLinearIatSensor=0
+ settingOption = "Bosch Various", iat_tempC_1=-10,iat_resistance_1=9397,iat_tempC_2=30,iat_resistance_2=1707,iat_tempC_3=70,iat_resistance_3=436,useLinearIatSensor=0
+
+ field = ""
+ field = "Lowest temperature", iat_tempC_1, {iat_adcChannel != 0}
+ field = "Resistance @ LT", iat_resistance_1, {iat_adcChannel != 0}
+ field = ""
+ field = "Middle temperature", iat_tempC_2, {iat_adcChannel != 0}
+ field = "Resistance @ MT", iat_resistance_2, {iat_adcChannel != 0}
+ field = ""
+ field = "Highest temperature", iat_tempC_3, {iat_adcChannel != 0}
+ field = "Resistance @ HT", iat_resistance_3, {iat_adcChannel != 0}
+ field = ""
+ field = "Linear characteristic", useLinearIatSensor, {iat_adcChannel != 0}
+ field = ""
+ field = "DTC P0112 severity", dtcControl_p0112
+ field = "DTC P0113 severity", dtcControl_p0113
+
+ dialog = iatGauges
+ gauge = IATGauge
+ gauge = rawIatGauge
+
+ dialog = iatSensor, "IAT Sensor", border
+ panel = iat_thermistor, West
+ panel = iatGauges, East
+
+ dialog = oilp_settings, "Oil Pressure Sensor"
+ field = "Oil Pressure ADC input", oilPressure_hwChannel
+ field = "low voltage", oilPressure_v1, {oilPressure_hwChannel != 0}
+ field = "low pressure", oilPressure_value1, {oilPressure_hwChannel != 0}
+ field = "high voltage", oilPressure_v2, {oilPressure_hwChannel != 0}
+ field = "high pressure", oilPressure_value2, {oilPressure_hwChannel != 0}
+ field = ""
+ field = "DTC P0522 severity", dtcControl_p0522
+ field = "DTC P0523 severity", dtcControl_p0523
+
+ dialog = oilPressureGauges
+ gauge = OilPressGauge
+ gauge = rawOilPressureGauge
+
+ dialog = oilPressureSensor, "", border
+ panel = oilp_settings, West
+ panel = oilPressureGauges, East
+
+ dialog = fuelp_settings, "Fuel Pressure Sensor"
+ field = "Fuel low pressure ADC input", lowPressureFuel_hwChannel
+ field = "low voltage", lowPressureFuel_v1, {lowPressureFuel_hwChannel != 0}
+ field = "low pressure", lowPressureFuel_value1, {lowPressureFuel_hwChannel != 0}
+ field = "high voltage", lowPressureFuel_v2, {lowPressureFuel_hwChannel != 0}
+ field = "high pressure", lowPressureFuel_value2, {lowPressureFuel_hwChannel != 0}
+ field = "sensor type", fuelPressureSensorMode, {lowPressureFuel_hwChannel != 0}
+
+ field = "Fuel high pressure ADC input", highPressureFuel_hwChannel
+ field = "low voltage", highPressureFuel_v1, {highPressureFuel_hwChannel != 0}
+ field = "low pressure", highPressureFuel_value1, {highPressureFuel_hwChannel != 0}
+ field = "high voltage", highPressureFuel_v2, {highPressureFuel_hwChannel != 0}
+ field = "high pressure", highPressureFuel_value2, {highPressureFuel_hwChannel != 0}
+
+ dialog = fuelPressureGauges
+ gauge = lowFuelPressureGauge
+ gauge = rawLowFuelPressureGauge
+ gauge = highFuelPressureGauge
+ gauge = rawHighFuelPressureGauge
+
+ dialog = fuelPressureSensor, "", border
+ panel = fuelp_settings, West
+ panel = fuelPressureGauges, East
+
+ dialog = auxLinearSensor1, "Aux Linear Sensor #1"
+ field = "ADC input", auxLinear1_hwChannel
+ field = "Low voltage", auxLinear1_v1, {auxLinear1_hwChannel != 0}
+ field = "Low value", auxLinear1_value1, {auxLinear1_hwChannel != 0}
+ field = "High voltage", auxLinear1_v2, {auxLinear1_hwChannel != 0}
+ field = "High value", auxLinear1_value2, {auxLinear1_hwChannel != 0}
+
+ dialog = auxLinearSensor2, "Aux Linear Sensor #2"
+ field = "ADC input", auxLinear2_hwChannel
+ field = "Low voltage", auxLinear2_v1, {auxLinear2_hwChannel != 0}
+ field = "Low value", auxLinear2_value1, {auxLinear2_hwChannel != 0}
+ field = "High voltage", auxLinear2_v2, {auxLinear2_hwChannel != 0}
+ field = "High value", auxLinear2_value2, {auxLinear2_hwChannel != 0}
+
+ dialog = auxLinearSensor3, "Aux Linear Sensor #3"
+ field = "ADC input", auxLinear3_hwChannel
+ field = "Low voltage", auxLinear3_v1, {auxLinear3_hwChannel != 0}
+ field = "Low value", auxLinear3_value1, {auxLinear3_hwChannel != 0}
+ field = "High voltage", auxLinear3_v2, {auxLinear3_hwChannel != 0}
+ field = "High value", auxLinear3_value2, {auxLinear3_hwChannel != 0}
+
+ dialog = auxLinearSensor4, "Aux Linear Sensor #4"
+ field = "ADC input", auxLinear4_hwChannel
+ field = "Low voltage", auxLinear4_v1, {auxLinear4_hwChannel != 0}
+ field = "Low value", auxLinear4_value1, {auxLinear4_hwChannel != 0}
+ field = "High voltage", auxLinear4_v2, {auxLinear4_hwChannel != 0}
+ field = "High value", auxLinear4_value2, {auxLinear4_hwChannel != 0}
+
+ dialog = auxLinearSensors
+ panel = auxLinearSensor1
+ panel = auxLinearSensor2
+ panel = auxLinearSensor3
+ panel = auxLinearSensor4
+ field = auxSpeedSensorInputPin1, auxSpeedSensorInputPin1
+ field = auxSpeedSensorInputPin2, auxSpeedSensorInputPin2
+
+; Sensors->MAP sensor
+ dialog = mapSensorAnalog, "MAP sensor", yAxis
+ field = "MAP ADC input", map_sensor_hwChannel
+ field = "MAP 2 ADC input", map2HwChannel, { map_sensor_hwChannel != 0 }
+ field = "MAP type", map_sensor_type, { map_sensor_hwChannel != 0 }
+ field = "MAP value low point", map_sensor_lowValue, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+ field = "MAP voltage low point", mapLowValueVoltage, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+ field = "MAP value high point", map_sensor_highValue, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+ field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_hwChannel != 0 && map_sensor_type == 0 }
+
+ dialog = mapCommon, "MAP common settings"
+ field = "Low value threshold", mapErrorDetectionTooLow
+ field = "High value threshold", mapErrorDetectionTooHigh
+ field = "DTC P0107 severity", dtcControl_p0107
+ field = "DTC P0108 severity", dtcControl_p0108
+ field = ""
+ field = "Measure Map Only In One Cylinder", measureMapOnlyInOneCylinder
+ field = "Cylinder count to sample MAP", mapMinBufferLength
+ field = "MAP cylinder balance min RPM", mapAveragingCylinderBalanceMinRpm
+
+ dialog = mapSettings, "", yAxis
+ panel = mapCommon
+ panel = mapSensorAnalog
+
+ dialog = baroSettings, "Baro sensor"
+ field = "Baro ADC input", baroSensor_hwChannel
+ field = "Low Value", baroSensor_lowValue, {baroSensor_hwChannel != 0 || lps25BaroSensorScl != 0 }
+ field = "High Value", baroSensor_highValue, {baroSensor_hwChannel != 0 || lps25BaroSensorScl != 0 }
+ field = "Type", baroSensor_type, {baroSensor_hwChannel != 0 || lps25BaroSensorScl != 0 }
+ field = "LPS2x Baro SCL", lps25BaroSensorScl, { baroSensor_hwChannel == 0}
+ field = "LPS2x Baro SDA", lps25BaroSensorSda, { baroSensor_hwChannel == 0}
+ field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap
+
+ dialog = mapCurves, "MAP sampling", yAxis
+ field = "isMapAveragingEnabled", isMapAveragingEnabled
+ panel = map_samplingAngleCurve
+ panel = map_samplingWindowCurve
+
+ dialog = mafSettings, "MAF sensor", yAxis
+ field = "MAF ADC input", mafAdcChannel
+ field = "MAF 2 ADC input", maf2AdcChannel
+ field = ""
+ field = "MAF filter parameter", mafFilterParameter
+ field = ""
+ field = "Minimum MAF voltage", mafMinVoltage
+ field = "DTC P0102 severity", dtcControl_p0102
+ field = "Maximum MAF voltage", mafMaxVoltage
+ field = "DTC P0103 severity", dtcControl_p0103
+
+ dialog = egoSettings_sensor, "WB O2 sensor"
+ settingSelector = "Common O2 Controllers", { afr_hwChannel != 0 && widebandMode == 0 }
+ settingOption = "BSPX", afr_v1=0,afr_v2=5,afr_value1=9,afr_value2=19
+ settingOption = "Innovate", afr_v1=0,afr_v2=5,afr_value1=7.35,afr_value2=22.39
+ settingOption = "14Point7", afr_v1=0,afr_v2=5,afr_value1=9.996,afr_value2=19.992
+ settingOption = "AEM Legacy", afr_v1=0,afr_v2=5,afr_value1=10,afr_value2=20
+ settingOption = "AEM X-Series", afr_v1=0.5,afr_v2=4.5,afr_value1=8.5,afr_value2=18
+
+ field = "Low voltage", afr_v1
+ field = "Low AFR", afr_value1
+ field = "High voltage", afr_v2
+ field = "High AFR", afr_value2
+ field = "Correction", egoValueShift
+
+ dialog = egoSettings_IO1, "WB O2 Sensor I/O"
+ field = "Input channel 1", afr_hwChannel
+ field = "Input channel 2", afr_hwChannel2, { afr_hwChannel != 0 }
+ field = "Heater output", o2heaterPin
+
+ dialog = egoSettings_fomeCan, "FOME Wideband Config"
+ field = "!Please connect exactly one wideband controller before pressing these buttons!"
+ gauge = widebandUpdateProgressGauge
+ commandButton = "Update Firmware", cmd_wideband_firmare_update
+ field = "!These buttons will set ALL connected controllers to the specified index."
+ field = "!Disconnect all controllers you don't want to set!"
+ field = "FW update bus", widebandOnSecondBus, { widebandMode }, { widebandMode }
+ commandButton = "Set Index 0", cmd_set_wideband_idx_0
+ commandButton = "Set Index 1", cmd_set_wideband_idx_1
+ field = "Force O2 sensor heating", forceO2Heating
+
+ dialog = egoSettings_canRemap_bus, ""
+ field = "Lambda sensor 1 bus", lambdaSensorSourceBus1
+ field = "Lambda sensor 2 bus", lambdaSensorSourceBus2
+ field = "Lambda sensor 3 bus", lambdaSensorSourceBus3
+ field = "Lambda sensor 4 bus", lambdaSensorSourceBus4
+
+ dialog = egoSettings_canRemap_index, ""
+ field = "index", lambdaSensorSourceIndex1
+ field = "index", lambdaSensorSourceIndex2
+ field = "index", lambdaSensorSourceIndex3
+ field = "index", lambdaSensorSourceIndex4
+
+ dialog = egoSettings_canRemap, "CAN wideband remapping", xAxis
+ panel = egoSettings_canRemap_bus
+ panel = egoSettings_canRemap_index
+
+ dialog = egoSettings, "", yAxis
+ field = "Wideband controller type", widebandMode, { canReadEnabled && canWriteEnabled }
+ panel = egoSettings_IO1, { widebandMode == 0 }, { widebandMode == 0 }
+ panel = egoSettings_sensor, { afr_hwChannel != 0 && widebandMode == 0 }, { widebandMode == 0 }
+ panel = egoSettings_fomeCan, { widebandMode == 1 }, { widebandMode == 1 }
+ panel = egoSettings_canRemap, { widebandMode == 1 || widebandMode == 2 }, { widebandMode == 1 || widebandMode == 2 }
+
+; Engine->EGT inputs
+ dialog = egtInputs, "EGT inputs"
+ field = "SPI", max31855spiDevice
+ field = "CS #1", max31855_cs1
+ field = "CS #2", max31855_cs2
+ field = "CS #3", max31855_cs3
+ field = "CS #4", max31855_cs4
+ field = "CS #5", max31855_cs5
+ field = "CS #6", max31855_cs6
+ field = "CS #7", max31855_cs7
+ field = "CS #8", max31855_cs8
+
+; Engine->idle Settings
+ dialog = idleSolenoid, "Solenoid"
+ field = "Idle Solenoid Primary output", idle_solenoidPin, { idle_solenoidPin != 0 || !useStepperIdle }
+ field = "Idle Solenoid Secondary output", secondSolenoidPin, { idle_solenoidPin != 0 || (!useStepperIdle && isDoubleSolenoidIdle ) }
+ field = "Idle Solenoid output(s) Mode", idle_solenoidPinMode, !useStepperIdle
+ field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle
+
+ dialog = etbHbridgeHardwareNo1, "H-Bridge Hardware No1"
+ field = "No1 Direction #1", etbIo1_directionPin1
+ field = "No1 Direction #2", etbIo1_directionPin2
+ field = "No1 Control", etbIo1_controlPin
+ field = "No1 Disable", etbIo1_disablePin
+
+ dialog = etbHbridgeHardwareNo2, "H-Bridge Hardware No2"
+ field = "No2 Direction #1", etbIo2_directionPin1
+ field = "No2 Direction #2", etbIo2_directionPin2
+ field = "No2 Control", etbIo2_controlPin
+ field = "No2 Disable", etbIo2_disablePin
+
+ dialog = etbHbridgeHardware, "ETB H-Bridge Hardware"
+ field = "Two-wire mode", etb_use_two_wires
+ panel = etbHbridgeHardwareNo1, { etbFunctions1 != 0 }
+ panel = etbHbridgeHardwareNo2, { etbFunctions2 != 0 }
+
+ dialog = stepperHbridgeHardwareNo1, "H-Bridge Hardware No1"
+ field = "No1 Direction #1", stepperDcIo1_directionPin1
+ field = "No1 Direction #2", stepperDcIo1_directionPin2
+ field = "No1 Disable", stepperDcIo1_disablePin
+
+ dialog = stepperHbridgeHardwareNo2, "H-Bridge Hardware No2"
+ field = "No2 Direction #1", stepperDcIo2_directionPin1
+ field = "No2 Direction #2", stepperDcIo2_directionPin2
+ field = "No2 Disable", stepperDcIo2_disablePin
+
+ dialog = stepperHbridgeHardware, "Stepper H-Bridge Hardware"
+ topicHelp = "stepperHbridgeHardwareHelp"
+ field = "Inverted driver pins", stepperDcInvertedPins
+ panel = stepperHbridgeHardwareNo1, { etbFunctions1 != 0 }
+ panel = stepperHbridgeHardwareNo2, { etbFunctions2 != 0 }
+
+ dialog = idleStepperHw, "Stepper Controller Hardware"
+ topicHelp = "idleStepperHwHelp"
+ field = "Idle Stepper Step Pin", idle_stepperStepPin
+ field = "Idle Stepper Dir Pin", idle_stepperDirectionPin
+ field = "Idle Stepper Dir Pin Mode", stepperDirectionPinMode
+ field = "Idle Stepper Enable Pin", stepperEnablePin
+ field = "Idle Stepper Enable Pin Mode", stepperEnablePinMode
+ field = "Minimum stepper voltage", minStepperVoltage
+
+ dialog = stepperDirectDriveHardware, "Stepper Direct-Drive Hardware"
+ topicHelp = "stepperDirectDriveHardwareHelp"
+ field = "Stepper A+", stepper_raw_output1
+ field = "Stepper A-", stepper_raw_output2
+ field = "Stepper B+", stepper_raw_output3
+ field = "Stepper B-", stepper_raw_output4
+
+ dialog = idleStepperHwType, ""
+ panel = idleStepperHw, { useStepperIdle && !useHbridgesToDriveIdleStepper && !useRawOutputToDriveIdleStepper }
+ panel = stepperHbridgeHardware, { useStepperIdle && useHbridgesToDriveIdleStepper && !useRawOutputToDriveIdleStepper }
+ panel = stepperDirectDriveHardware, { useStepperIdle && !useHbridgesToDriveIdleStepper && useRawOutputToDriveIdleStepper }
+
+ dialog = idleStepperGeneral, ""
+ field = "Drive stepper with dual H bridges", useHbridgesToDriveIdleStepper, useStepperIdle
+ field = "Drive stepper with PushPull outputs", useRawOutputToDriveIdleStepper, { useStepperIdle && !useHbridgesToDriveIdleStepper }
+ field = "Stepper reaction time", idleStepperReactionTime, useStepperIdle
+ field = "Stepper total steps", idleStepperTotalSteps, useStepperIdle
+ field = "Stepper parking extra steps, %", stepperParkingExtraSteps, useStepperIdle
+ field = "Force parking every restart", stepperForceParkingEveryRestart, useStepperIdle
+
+ dialog = idleStepperMicro, "Micro-Stepping"
+ field = "Stepping Mode", stepperNumMicroSteps, useHbridgesToDriveIdleStepper
+ field = "Min. Duty Cycle", stepperMinDutyCycle, { useHbridgesToDriveIdleStepper && stepperNumMicroSteps > 1 }
+ field = "Max. Duty Cycle", stepperMaxDutyCycle, { useHbridgesToDriveIdleStepper && stepperNumMicroSteps > 1 }
+
+ dialog = idleStepper, "Stepper"
+ panel = idleStepperGeneral
+ panel = idleStepperHwType
+ panel = idleStepperMicro
+
+ dialog = idleHwType, "Idle Valve Hardware", yAxis
+ panel = idleSolenoid
+ panel = idleStepper
+
+ dialog = idlehw, "", yAxis
+ field = "!ECU reboot needed to apply these settings"
+ field = "Use Stepper", useStepperIdle
+ field = "Double Solenoid Mode", isDoubleSolenoidIdle
+ field = "Electronic throttle idle range", etbIdleThrottleRange
+ panel = idleHwType
+
+ dialog = idlePidSettings, "Closed Loop Idle"
+ field = "P-factor", idleRpmPid_pFactor
+ field = "I-factor", idleRpmPid_iFactor
+ field = "D-factor", idleRpmPid_dFactor
+ field = "Min", idleRpmPid_minValue
+ field = "Max", idleRpmPid_maxValue
+ field = "iTerm Min", idlerpmpid_iTermMin
+ field = "iTerm Max", idlerpmpid_iTermMax
+
+ dialog = idleOpenLoop, "Open Loop Idle"
+ slider = "Open loop base position", manIdlePosition, horizontal
+ field = "A/C adder", acIdleExtraOffset
+ field = "A/C target adder", acIdleRpmBump
+ field = "Fan #1 adder", fan1ExtraIdle
+ field = "Fan #2 adder", fan2ExtraIdle
+ field = "Extra idle air if throttle pressed", iacByTpsTaper
+
+ dialog = idleGating, "Idle Detection Thresholds"
+ field = "TPS threshold", idlePidDeactivationTpsThreshold
+ field = "RPM upper limit", idlePidRpmUpperLimit
+ field = "Max vehicle speed", maxIdleVss
+
+ dialog = idleExtra, "Extra Idle Features"
+ field = "Use idle ignition table", useSeparateAdvanceForIdle
+ field = "Use idle VE table", useSeparateVeForIdle
+ field = "Override Idle VE table load axis", idleVeOverrideMode, { useSeparateVeForIdle }
+ field = "Ramp target on return to idle", idleReturnTargetRamp, { idleMode == 0 }
+ field = "Use idle tables for cranking taper", useSeparateIdleTablesForCrankingTaper
+ field = "Use coasting idle table", useIacTableForCoasting
+
+ dialog = idleSettings, "", yAxis
+ field = "Idle control mode", idleMode, { !modeledFlowIdle }
+
+ field = "! Solenoid idle control is disabled at zero RPM"
+
+; gating applies both to open loop and closed loop!
+ panel = idleGating
+; closed loop mode is an addition on top of open loop, so idleOpenLoop stays open even when closed loop is selected
+ panel = idleOpenLoop
+ panel = idlePidSettings, { idleMode == 0 || modeledFlowIdle }
+ panel = idleExtra
+
+ dialog = idleTimingPidCorrDialog, "", yAxis
+ field = ""
+ field = "Enable closed loop idle ignition timing", useIdleTimingPidControl
+ field = ""
+ field = "#Gain is in degrees advance per rpm away from target"
+ field = "#A good starting point is 0.1 = 10 deg per 100 rpm"
+ field = "Proportional gain", idleTimingPid_pFactor, {useIdleTimingPidControl}
+ field = "Derivative gain", idleTimingPid_dFactor, {useIdleTimingPidControl}
+ field = ""
+ field = "Min adjustment (retard)", idleTimingPid_minValue, {useIdleTimingPidControl}
+ field = "Max adjustment (advance)", idleTimingPid_maxValue, {useIdleTimingPidControl}
+ field = ""
+ field = "#Use debug mode 'Timing' to view idle timing adjustment"
+
+; Engine->Fan Settings
+ dialog = fan1Settings, "Fan 1"
+ field = "Output", fanPin
+ field = "Output mode", fanPinMode, { !fan1UsePwmMode }
+ field = "Fan control type", fan1UsePwmMode
+ field = "On temperature", fanOnTemperature
+ field = "Off temperature", fanOffTemperature
+ field = "PWM table X axis", fan1PwmXAxis, { fan1UsePwmMode }
+ field = "Enable with AC", enableFan1WithAc
+ field = "Disable when engine stopped", disableFan1WhenStopped
+ field = "Idle adder", fan1ExtraIdle
+
+ dialog = fan2Settings, "Fan 2"
+ field = "Output", fan2Pin
+ field = "Output mode", fan2PinMode, { !fan2UsePwmMode }
+ field = "Fan control type", fan2UsePwmMode
+ field = "On temperature", fan2OnTemperature
+ field = "Off temperature", fan2OffTemperature
+ field = "PWM table X axis", fan2PwmXAxis, { fan2UsePwmMode }
+ field = "Enable with AC", enableFan2WithAc
+ field = "Disable when engine stopped", disableFan2WhenStopped
+ field = "Idle adder", fan2ExtraIdle
+
+ dialog = fanPwmSettings, "PWM Settings"
+ field = "PWM frequency", fanPwmFrequency, { fan1UsePwmMode || fan2UsePwmMode }
+ field = "Safety duty", fanPwmSafetyDuty, { fan1UsePwmMode || fan2UsePwmMode }
+
+ dialog = fanTest, "", xAxis
+ commandButton = "Test Fan 1", cmd_test_fan_1
+ commandButton = "Test Fan 2", cmd_test_fan_2
+
+ indicatorPanel = fanIndicators, 2
+ indicator = { Fan_1_m_state }, "fan 1 off", "fan 1 on", white, black, green, black
+ indicator = { Fan_2_m_state }, "fan 2 off", "fan 2 on", white, black, green, black
+
+ dialog = fanSetting, "Fan Settings"
+ panel = fan1Settings
+ panel = fan2Settings
+ panel = fanPwmSettings
+ panel = fanTest
+ panel = fanIndicators
+
+ dialog = acSettingsWest, "A/C Settings"
+ field = "A/C switch", acSwitch
+ field = "A/C switch mode", acSwitchMode
+ field = "A/C Relay", acRelayPin
+ field = "A/C Relay Mode", acRelayPinMode
+ field = "#WARNING! If You have a A/C pressure switch, USE IT"
+ field = "A/C Pressure switch", acPressureSwitch
+ field = "A/C Pressure switch mode", acPressureSwitchMode
+ field = "A/C compressor idle-add delay", acDelay
+ field = "A/C compressor after-start delay", acStartDelay
+ field = "\"Max\" limits respect a deadband; see https://wiki.fome.tech/Basic-Features/Air-Conditioning-Settings/"
+ field = "Max RPM", maxAcRpm
+ field = "Max CLT", maxAcClt
+ field = "Max TPS", maxAcTps
+ field = "A/C Idle adder", acIdleExtraOffset
+ field = "A/C RPM adder", acIdleRpmBump
+
+ dialog = acSettings, "", border
+ panel = acSettingsWest, West
+ panel = ac_controlIndicatorPanel, East
+
+ dialog = fuelPumpDialog, "Fuel Pump"
+ field = "Output", fuelPumpPin
+ field = "Output mode", fuelPumpPinMode
+ field = "Prime duration", startUpFuelPumpDuration
+
+; Controller->Actuator Outputs
+ dialog = mainRelayDialog, "Main relay output"
+ field = "Output", mainRelayPin
+ field = "Output mode", mainRelayPinMode
+
+ dialog = starterRelayDialog, "Starter Disable"
+ field = "Output", starterRelayDisablePin
+ field = "Output mode", starterRelayDisablePinMode
+
+ dialog = startStopDialog, "Starter Control"
+ field = "Start/Stop Button input", startStopButtonPin
+ field = "Start/Stop Button input mode", startStopButtonMode
+ field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0}
+ field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0}
+
+; Engine->MIL Settings
+ dialog = malfunctionDialog, "Check Engine Settings"
+ field = "Output", malfunctionIndicatorPin
+ field = "Output mode", malfunctionIndicatorPinMode
+ field = "Warning Period", warningPeriod
+
+ dialog = tachSettings, "Tachometer output"
+ field = "Output", tachOutputPin
+ field = "Output mode", tachOutputPinMode
+ field = "Pulse Mode", tachPulseDurationAsDutyCycle
+ field = "Pulse duration", tachPulseDuractionMs
+ field = "Pulse per Rev", tachPulsePerRev
+ field = ""
+ field = "Startup sweep time", tachSweepTime
+ field = "Startup sweep RPM", tachSweepMax
+
+ dialog = speedoSettings, "Speedometer output"
+ field = "Output", speedometerOutputPin
+ field = "Pulse per km", speedometerPulsePerKm, { speedometerOutputPin }
+
+ dialog = outputsDialog
+ panel = mainRelayDialog
+ panel = fuelPumpDialog
+ panel = tachSettings
+ panel = speedoSettings
+ panel = startStopDialog
+ panel = starterRelayDialog
+ panel = malfunctionDialog
+
+ dialog = softwareKnockCfg, "Sense"
+ field = "Enable", enableSoftwareKnock
+ field = "Cylinder bore", cylinderBore, {enableSoftwareKnock && knockBandCustom == 0}
+ field = "Override knock filter frequency", knockBandCustom, {enableSoftwareKnock}
+ field = "Knock sampling duration", knockSamplingDuration, {enableSoftwareKnock}
+
+ field = ""
+ field = "Select the nearest sensor for each cylinder"
+ field = "Cylinder 1", knockBankCyl1, {enableSoftwareKnock}
+ field = "Cylinder 2", knockBankCyl2, {enableSoftwareKnock && cylindersCount >= 2}
+ field = "Cylinder 3", knockBankCyl3, {enableSoftwareKnock && cylindersCount >= 3}
+ field = "Cylinder 4", knockBankCyl4, {enableSoftwareKnock && cylindersCount >= 4}
+ field = "Cylinder 5", knockBankCyl5, {enableSoftwareKnock && cylindersCount >= 5}
+ field = "Cylinder 6", knockBankCyl6, {enableSoftwareKnock && cylindersCount >= 6}
+ field = "Cylinder 7", knockBankCyl7, {enableSoftwareKnock && cylindersCount >= 7}
+ field = "Cylinder 8", knockBankCyl8, {enableSoftwareKnock && cylindersCount >= 8}
+ field = "Cylinder 9", knockBankCyl9, {enableSoftwareKnock && cylindersCount >= 9}
+ field = "Cylinder 10", knockBankCyl10, {enableSoftwareKnock && cylindersCount >= 10}
+ field = "Cylinder 11", knockBankCyl11, {enableSoftwareKnock && cylindersCount >= 11}
+ field = "Cylinder 12", knockBankCyl12, {enableSoftwareKnock && cylindersCount >= 12}
+
+ field = ""
+ field = "Dead sensor threshold", knockNoiseThreshold, { knockNoiseTimeout != 0 }
+ field = "Dead sensor timeout", knockNoiseTimeout
+ field = "Dead sensor severity", dtcControl_knockSensorLow, { knockNoiseTimeout != 0 }
+
+ dialog = softwareKnockResponseCfg, "Response"
+ field = knockRetardAggression, knockRetardAggression
+ field = knockRetardReapplyRate, knockRetardReapplyRate
+
+ dialog = softwareKnockLeft, ""
+ panel = softwareKnockCfg
+ panel = softwareKnockResponseCfg
+
+ dialog = softwareKnock, "Software Knock", border
+ panel = softwareKnockLeft, West
+ panel = knockThresholdCurve, Center
+
+ dialog = spiFunction, "SPI settings"
+ field = "!ECU reboot needed to apply these settings"
+ field = "SPI1 Enable", is_enabled_spi_1
+ field = "SPI1 MOSI", spi1mosiPin, {is_enabled_spi_1}
+ field = "SPI1 MISO", spi1misoPin, {is_enabled_spi_1}
+ field = "SPI1 SCK", spi1sckPin, {is_enabled_spi_1}
+
+ field = "SPI2 Enable", is_enabled_spi_2
+ field = "SPI2 MOSI", spi2mosiPin, {is_enabled_spi_2}
+ field = "SPI2 MISO", spi2misoPin, {is_enabled_spi_2}
+ field = "SPI2 SCK", spi2sckPin, {is_enabled_spi_2}
+
+ field = "SPI3 Enable", is_enabled_spi_3
+ field = "SPI3 MOSI", spi3mosiPin, {is_enabled_spi_3}
+ field = "SPI3 MISO", spi3misoPin, {is_enabled_spi_3}
+ field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3}
+
+ field = "SPI4 Enable", is_enabled_spi_4
+ field = "SPI4 MOSI", spi4mosiPin, {is_enabled_spi_4}
+ field = "SPI4 MISO", spi4misoPin, {is_enabled_spi_4}
+ field = "SPI4 SCK", spi4sckPin, {is_enabled_spi_4}
+
+ field = "SPI5 Enable", is_enabled_spi_5
+ field = "SPI5 MOSI", spi5mosiPin, {is_enabled_spi_5}
+ field = "SPI5 MISO", spi5misoPin, {is_enabled_spi_5}
+ field = "SPI5 SCK", spi5sckPin, {is_enabled_spi_5}
+
+ field = "SPI6 Enable", is_enabled_spi_6
+ field = "SPI6 MOSI", spi6mosiPin, {is_enabled_spi_6}
+ field = "SPI6 MISO", spi6misoPin, {is_enabled_spi_6}
+ field = "SPI6 SCK", spi6sckPin, {is_enabled_spi_6}
+ field = "LIS302DLCsPin", LIS302DLCsPin
+
+ dialog = stftPartitioning, "Region Configuration"
+ field = "Idle region RPM", stft_maxIdleRegionRpm
+ field = "Overrun region load", stft_maxOverrunLoad
+ field = "Power region load", stft_minPowerLoad
+
+ dialog = stftPartitionSettingsMain, "Main Region", xAxis
+ field = "Time const", stft_cellCfgs4_timeConstant
+ field = "Max add", stft_cellCfgs4_maxAdd
+ field = "Max remove", stft_cellCfgs4_maxRemove
+
+ dialog = stftPartitionSettingsIdle, "Idle Region", xAxis
+ field = "Time const", stft_cellCfgs1_timeConstant
+ field = "Max add", stft_cellCfgs1_maxAdd
+ field = "Max remove", stft_cellCfgs1_maxRemove
+
+ dialog = stftPartitionSettingsPower, "Power Region", xAxis
+ field = "Time const", stft_cellCfgs3_timeConstant
+ field = "Max add", stft_cellCfgs3_maxAdd
+ field = "Max remove", stft_cellCfgs3_maxRemove
+
+ dialog = stftPartitionSettingsOverrun, "Overrun Region", xAxis
+ field = "Time const", stft_cellCfgs2_timeConstant
+ field = "Max add", stft_cellCfgs2_maxAdd
+ field = "Max remove", stft_cellCfgs2_maxRemove
+
+ dialog = fuelClosedLoopDialog, "Closed loop fuel correction"
+ field = "Enabled", fuelClosedLoopCorrectionEnabled
+
+ field = "Startup delay" stft_startupDelay, {fuelClosedLoopCorrectionEnabled}
+ field = "Minimum CLT for correction", stft_minClt, {fuelClosedLoopCorrectionEnabled}
+ field = "Minimum AFR for correction", stft_minAfr, {fuelClosedLoopCorrectionEnabled}
+ field = "Maximum AFR for correction", stft_maxAfr, {fuelClosedLoopCorrectionEnabled}
+ field = "Adjustment deadband", stft_deadband, {fuelClosedLoopCorrectionEnabled}
+ field = "Ignore error magnitude", stftIgnoreErrorMagnitude, {fuelClosedLoopCorrectionEnabled}
+
+ panel = stftPartitioning, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsMain, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsIdle, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsPower, {fuelClosedLoopCorrectionEnabled}
+ panel = stftPartitionSettingsOverrun, {fuelClosedLoopCorrectionEnabled}
+
+ dialog = lambdaProtectionLeft, ""
+ field = "Enable lambda protection", lambdaProtectionEnable
+ field = "Check above load", lambdaProtectionMinLoad, { lambdaProtectionEnable }
+ field = "and above TPS", lambdaProtectionMinTps, { lambdaProtectionEnable }
+ field = "and above RPM", lambdaProtectionMinRpm, { lambdaProtectionEnable }
+ field = "and after delay", lambdaProtectionTimeout { lambdaProtectionEnable }
+ field = "Then cut fuel until:"
+ field = "Load less than", lambdaProtectionRestoreLoad, { lambdaProtectionEnable }
+ field = "and TPS less than", lambdaProtectionRestoreTps, { lambdaProtectionEnable }
+ field = "and RPM less than", lambdaProtectionRestoreRpm, { lambdaProtectionEnable }
+
+ dialog = lambdaProtectionRight, "Lambda Difference Table"
+ panel = lambdaMaxDeviationTableTbl
+
+ dialog = lambdaProtection, "Lambda Protection", xAxis
+ panel = lambdaProtectionLeft
+ panel = lambdaProtectionRight
+
+ dialog = vvtTargetBumping, "VVT Testing"
+ field = "Pressing the below buttons will move the respective cam's"
+ field = "target position for 2 seconds for testing and PID tuning"
+ field = ""
+ field = "Target bump amount", vvtBumpAmount
+ commandButton = "VVT target bump bank 1 intake", cmd_bump_vvt_target_1
+ commandButton = "VVT target bump bank 1 exhaust", cmd_bump_vvt_target_2
+ commandButton = "VVT target bump bank 2 intake", cmd_bump_vvt_target_3
+ commandButton = "VVT target bump bank 2 exhaust", cmd_bump_vvt_target_4
+
+ dialog = vvtPidDialog0, "Configuration"
+ field = "Activation Delay", vvtActivationDelayMs
+ field = "Do not control below RPM", vvtControlMinRpm
+ field = "Do not control below CLT", vvtControlMinClt
+ field = "VVT solenoid bank 1 intake", vvtPins1
+ field = "VVT solenoid bank 1 exhaust", vvtPins2
+ field = "VVT solenoid bank 2 intake", vvtPins3
+ field = "VVT solenoid bank 2 exhaust", vvtPins4
+ field = "PWM frequency", vvtOutputFrequency, {vvtPins1 != 0 || vvtPins2 != 0}
+ field = "VVT solenoid intake cams control direction", invertVvtControlIntake, { vvtPins1 != 0 || vvtPins3 != 0 }
+ field = "VVT solenoid exhaust cams control direction", invertVvtControlExhaust, { vvtPins2 != 0 || vvtPins4 != 0 }
+ field = "Intake target Y axis override (set Zero for no override)", vvtIntakeYAxisOverride
+ field = "Exhaust target Y axis override (set Zero for no override)", vvtExhaustYAxisOverride
+ panel = vvtTargetBumping
+
+ dialog = vvtPidDialog1, "Intake PID"
+ field = "Hold duty", auxPid1_offset, {vvtPins1 != 0}
+ field = "P factor", auxPid1_pFactor, {vvtPins1 != 0}
+ field = "I factor", auxPid1_iFactor, {vvtPins1 != 0}
+ field = "D factor", auxPid1_dFactor, {vvtPins1 != 0}
+ field = "Iterm min", vvtItermMin1, {vvtPins1 != 0}
+ field = "Iterm max", vvtItermMax1, {vvtPins1 != 0}
+ field = "PID min", auxPid1_minValue, {vvtPins1 != 0}
+ field = "PID max", auxPid1_maxValue, {vvtPins1 != 0}
+ field = "Output min" vvtOutputMin1, {vvtPins1 != 0}
+ field = "Output max" vvtOutputMax1, {vvtPins1 != 0}
+
+ dialog = vvtPidDialog2, "Exhaust PID"
+ field = "Hold duty", auxPid2_offset, {vvtPins2 != 0}
+ field = "P factor", auxPid2_pFactor, {vvtPins2 != 0}
+ field = "I factor", auxPid2_iFactor, {vvtPins2 != 0}
+ field = "D factor", auxPid2_dFactor, {vvtPins2 != 0}
+ field = "Iterm min", vvtItermMin2, {vvtPins2 != 0}
+ field = "Iterm max", vvtItermMax2, {vvtPins2 != 0}
+ field = "PID min", auxPid2_minValue, {vvtPins2 != 0}
+ field = "PID max", auxPid2_maxValue, {vvtPins2 != 0}
+ field = "Output min" vvtOutputMin2, {vvtPins2 != 0}
+ field = "Output max" vvtOutputMax2, {vvtPins2 != 0}
+
+ dialog = vvtPidDialog, "VVT Configuration & PID", border
+ panel = vvtPidDialog0, West
+ panel = vvtPidDialog1, Center
+ panel = vvtPidDialog2, East
+
+; Engine->Battery & Alternator
+ dialog = batteryDialog, "Battery Settings", yAxis
+ field = "vBatt ADC input", vbattAdcChannel
+ field = "Battery Input Divider Coefficient", vbattDividerCoeff
+ dialog = alternator, "Alternator Settings", yAxis
+ field = "Enabled", isAlternatorControlEnabled
+ field = "Target", targetVBatt, {isAlternatorControlEnabled}
+ field = "Control output", alternatorControlPin, {isAlternatorControlEnabled}
+ field = "Control output mode", alternatorControlPinMode, {isAlternatorControlEnabled}
+ field = "PWM frequency", alternatorPwmFrequency, {isAlternatorControlEnabled}
+ field = "#PID control"
+ field = "offset", alternatorControl_offset, {isAlternatorControlEnabled}
+ field = "P factor", alternatorControl_pFactor, {isAlternatorControlEnabled}
+ field = "I factor", alternatorControl_iFactor, {isAlternatorControlEnabled}
+ field = "D factor", alternatorControl_dFactor, {isAlternatorControlEnabled}
+ field = "Min", alternatorControl_minValue, {isAlternatorControlEnabled}
+ field = "Max", alternatorControl_maxValue, {isAlternatorControlEnabled}
+ field = "#% duty = Pterm + Iterm + Dterm + offset%"
+
+ dialog = energySystems, "Battery and Alternator Settings", yAxis
+ panel = alternator
+
+ dialog = speedSensorAnalog, "Speed sensor"
+ field = "Input", vehicleSpeedSensorInputPin
+ field = "Filter parameter", vssFilterReciprocal, { vehicleSpeedSensorInputPin != 0 }
+
+;
+; We prefer quantities that users can actually measure or inspect without math, so we have
+; two separate natural settings here without one 'sensor tooth to wheel revolution' ratio
+;
+ field = "Wheel revolutions per kilometer", driveWheelRevPerKm
+ field = "Speed sensor gear ratio", vssGearRatio, { vehicleSpeedSensorInputPin != 0 }
+ field = "Speed sensor tooth count", vssToothCount, { vehicleSpeedSensorInputPin != 0 }
+
+ dialog = speedSensorCan, "CAN Vehicle Speed"
+ field = "Enable CAN VSS", enableCanVss, { canReadEnabled }
+ field = "Convert wheel to vehicle speed", wssToVssMode, { canReadEnabled && enableCanVss }
+ field = "CAN VSS type", canVssNbcType, { canReadEnabled && enableCanVss }
+ field = "CAN VSS scaling", canVssScaling, { canReadEnabled && enableCanVss }
+
+ dialog = speedSensorLeft, "", yAxis
+ panel = speedSensorAnalog, { enableCanVss == 0 }
+ panel = speedSensorCan
+
+ dialog = gearDetection, "Gear Detection"
+ field = "Wheel revolutions per kilometer", driveWheelRevPerKm
+ field = "Final drive ratio", finalGearRatio
+ field = ""
+ settingSelector = "Common transmissions"
+ settingOption = "Aisin AR5 5 speed" , totalGearsCount=5,gearRatio1=3.75,gearRatio2=2.26,gearRatio3=1.51,gearRatio4=1.00,gearRatio5=0.73
+ settingOption = "BMW E30 Getrag 240" , totalGearsCount=5,gearRatio1=3.72,gearRatio2=2.02,gearRatio3=1.32,gearRatio4=1.00,gearRatio5=0.81
+ settingOption = "BMW E30 Getrag 260" , totalGearsCount=5,gearRatio1=3.83,gearRatio2=2.20,gearRatio3=1.40,gearRatio4=1.00,gearRatio5=0.81
+ settingOption = "BMW E36/E46 Getrag 5 speed" , totalGearsCount=5,gearRatio1=4.23,gearRatio2=2.52,gearRatio3=1.66,gearRatio4=1.22,gearRatio5=1.00
+ settingOption = "BMW E36/E46 ZF 5 speed" , totalGearsCount=5,gearRatio1=4.21,gearRatio2=2.49,gearRatio3=1.66,gearRatio4=1.24,gearRatio5=1.00
+ settingOption = "BMW E46 ZF 6 speed" , totalGearsCount=6,gearRatio1=4.35,gearRatio2=2.50,gearRatio3=1.67,gearRatio4=1.23,gearRatio5=1.00,gearRatio6=0.85
+ settingOption = "BRZ/FRS/86 6 speed" , totalGearsCount=6,gearRatio1=3.63,gearRatio2=2.19,gearRatio3=1.54,gearRatio4=1.21,gearRatio5=1.00,gearRatio6=0.77
+ settingOption = "Miata NA/NB/NC 5 speed" , totalGearsCount=5,gearRatio1=3.14,gearRatio2=1.89,gearRatio3=1.33,gearRatio4=1.00,gearRatio5=0.81
+ settingOption = "Miata NB 6 speed" , totalGearsCount=6,gearRatio1=3.76,gearRatio2=2.27,gearRatio3=1.65,gearRatio4=1.26,gearRatio5=1.00,gearRatio6=0.84
+ settingOption = "Miata NC 6 speed" , totalGearsCount=6,gearRatio1=3.71,gearRatio2=2.19,gearRatio3=1.54,gearRatio4=1.18,gearRatio5=1.00,gearRatio6=0.83
+ settingOption = "Nissan 350z 6 speed" , totalGearsCount=6,gearRatio1=3.80,gearRatio2=2.32,gearRatio3=1.62,gearRatio4=1.27,gearRatio5=1.00,gearRatio6=0.79
+ settingOption = "Toyota C56" , totalGearsCount=5,gearRatio1=3.17,gearRatio2=1.90,gearRatio3=1.39,gearRatio4=1.03,gearRatio5=0.82 ,finalGearRatio=4.31
+ settingOption = "Toyota C60" , totalGearsCount=5,gearRatio1=3.17,gearRatio2=2.05,gearRatio3=1.48,gearRatio4=1.17,gearRatio5=0.92,gearRatio6=0.73 ,finalGearRatio=4.53
+ settingOption = "Toyota EB60" , totalGearsCount=6,gearRatio1=3.54,gearRatio2=2.05,gearRatio3=1.38,gearRatio4=1.03,gearRatio5=0.88,gearRatio6=0.73 ,finalGearRatio=4.06
+ settingOption = "Toyota EB62" , totalGearsCount=6,gearRatio1=3.54,gearRatio2=2.05,gearRatio3=1.38,gearRatio4=0.98,gearRatio5=0.74,gearRatio6=0.66 ,finalGearRatio=4.06
+ settingOption = "Toyota R154 5 speed" , totalGearsCount=5,gearRatio1=3.25,gearRatio2=1.96,gearRatio3=1.31,gearRatio4=1.00,gearRatio5=0.75
+ settingOption = "Toyota W55 5 speed" , totalGearsCount=5,gearRatio1=3.57,gearRatio2=2.06,gearRatio3=1.38,gearRatio4=1.00,gearRatio5=0.85
+ settingOption = "Toyota W58 5 speed" , totalGearsCount=5,gearRatio1=3.29,gearRatio2=1.89,gearRatio3=1.28,gearRatio4=1.00,gearRatio5=0.78
+ settingOption = "Toyota V160 6 speed" , totalGearsCount=6,gearRatio1=3.83,gearRatio2=2.36,gearRatio3=1.69,gearRatio4=1.31,gearRatio5=1.00,gearRatio6=0.79
+ field = ""
+ field = "Forward gear count", totalGearsCount
+ field = ""
+ field = "1st gear", gearRatio1, { totalGearsCount >= 1 }
+ field = "2nd gear", gearRatio2, { totalGearsCount >= 2 }
+ field = "3rd gear", gearRatio3, { totalGearsCount >= 3 }
+ field = "4th gear", gearRatio4, { totalGearsCount >= 4 }
+ field = "5th gear", gearRatio5, { totalGearsCount >= 5 }
+ field = "6th gear", gearRatio6, { totalGearsCount >= 6 }
+ field = "7th gear", gearRatio7, { totalGearsCount >= 7 }
+ field = "8th gear", gearRatio8, { totalGearsCount >= 8 }
+
+ dialog = speedSensor, "Speed sensor", xAxis
+ panel = speedSensorLeft
+ gauge = VSSGauge
+ panel = gearDetection
+
+ dialog = canHw1, "Primary CAN"
+ field = "Verbose Can", verboseCan
+ field = "Bitrate", canBaudRate
+ field = "Allow OpenBLT", canOpenBLT
+
+ dialog = canHw2, "Secondary CAN"
+ field = "Verbose Can2", verboseCan2
+ field = "Bitrate", can2BaudRate
+ field = "Allow OpenBLT", can2OpenBLT
+
+ dialog = canBus, "CAN Bus"
+ field = "CAN read enabled", canReadEnabled
+ field = "CAN write enabled", canWriteEnabled
+ field = "CAN dash type", canNbcType
+ field = "inertia measurement unit", imuType
+ field = "Enable EcuMaster EGT to CAN", ecumasterEgtToCan
+ field = "EcuMaster EGT to CAN base address", ecumasterEgtToCanBaseId
+
+ dialog = canBroadcast, "FOME CAN Data Broadcast"
+ field = "Broadcast format details at"
+ field = "https://wiki.fome.tech/Advanced-Features/CAN/"
+ field = "Enable FOME CAN broadcast", enableVerboseCanTx
+ field = "FOME CAN data bus", canBroadcastUseChannelTwo
+ field = "ECU base address", verboseCanBaseAddress
+ field = "Address type", rusefiVerbose29b
+ field = "Data transmit period", canSleepPeriodMs
+ field = ""
+ field = "Enable cams frame", canBroadcastCams
+ field = "Enable EGT frame", canBroadcastEgt
+
+ dialog = canBusMain, "CAN Bus", yAxis
+ panel = canBus
+ panel = canBroadcast
+ panel = canHw1
+ panel = canHw2
+
+ dialog = canVirtualInputs_id, "", yAxis
+ field = "CAN ID"
+ field = "CAN input 1", canVirtualInputs1_id
+ field = "CAN input 2", canVirtualInputs2_id
+ field = "CAN input 3", canVirtualInputs3_id
+ field = "CAN input 4", canVirtualInputs4_id
+ field = "CAN input 5", canVirtualInputs5_id
+ field = "CAN input 6", canVirtualInputs6_id
+ field = "CAN input 7", canVirtualInputs7_id
+ field = "CAN input 8", canVirtualInputs8_id
+
+ dialog = canVirtualInputs_byte, "", yAxis
+ field = "Byte"
+ field = "", canVirtualInputs1_byte
+ field = "", canVirtualInputs2_byte
+ field = "", canVirtualInputs3_byte
+ field = "", canVirtualInputs4_byte
+ field = "", canVirtualInputs5_byte
+ field = "", canVirtualInputs6_byte
+ field = "", canVirtualInputs7_byte
+ field = "", canVirtualInputs8_byte
+
+ dialog = canVirtualInputs_bit, "", yAxis
+ field = "Bit"
+ field = "", canVirtualInputs1_bitOffset
+ field = "", canVirtualInputs2_bitOffset
+ field = "", canVirtualInputs3_bitOffset
+ field = "", canVirtualInputs4_bitOffset
+ field = "", canVirtualInputs5_bitOffset
+ field = "", canVirtualInputs6_bitOffset
+ field = "", canVirtualInputs7_bitOffset
+ field = "", canVirtualInputs8_bitOffset
+
+ dialog = canVirtualInputs_timeout, "", yAxis
+ field = "Timeout (sec)"
+ field = "", canVirtualInputs1_timeout
+ field = "", canVirtualInputs2_timeout
+ field = "", canVirtualInputs3_timeout
+ field = "", canVirtualInputs4_timeout
+ field = "", canVirtualInputs5_timeout
+ field = "", canVirtualInputs6_timeout
+ field = "", canVirtualInputs7_timeout
+ field = "", canVirtualInputs8_timeout
+
+ dialog = canVirtualInputs_default, "", yAxis
+ field = "Default value"
+ field = "", canVirtualInputs1_defaultValue
+ field = "", canVirtualInputs2_defaultValue
+ field = "", canVirtualInputs3_defaultValue
+ field = "", canVirtualInputs4_defaultValue
+ field = "", canVirtualInputs5_defaultValue
+ field = "", canVirtualInputs6_defaultValue
+ field = "", canVirtualInputs7_defaultValue
+ field = "", canVirtualInputs8_defaultValue
+
+ dialog = canVirtualInputs, "CAN Virtual Input Pins", xAxis
+ panel = canVirtualInputs_id
+ panel = canVirtualInputs_byte
+ panel = canVirtualInputs_bit
+ panel = canVirtualInputs_timeout
+ panel = canVirtualInputs_default
+
+ dialog = sdCard, "SD Card Logger"
+ field = "#FOME logs to SD when powered without USB connected"
+ field = "#FOME connects SD to your PC when powered by USB"
+ field = "Enable SD Card", isSdCardEnabled
+ field = "SD logger rate", sdCardLogFrequency
+ field = "SD logger mode", sdTriggerLog
+
+ dialog = tle8888, "TLE8888", yAxis
+ field = "TLE8888 Chip Select", tle8888_cs
+ field = "TLE8888 SPI", tle8888spiDevice
+ field = "Mode", tle8888mode
+ field = "useTLE8888 cranking reset hack", useTLE8888_cranking_hack
+ field = "useTLE8888 stepper", useTLE8888_stepper
+ commandButton = "Reinit", cmd_reset_tle8888
+
+ dialog = wifiSettings, "", yAxis
+ field = "These settings require a power cycle to take effect"
+ field = "Access point SSID", wifiAccessPointSsid
+ field = "Access point password", wifiAccessPointPassword
+
+ dialog = monitoringSettings, "FOME Console Settings"
+ field = "Engine Sniffer Threshold", engineSnifferRpmThreshold
+
+ dialog = generalSettings, "Fuel"
+ field = "!https://wiki.fome.tech/r/fuel"
+ field = "Fuel strategy", fuelAlgorithm
+
+ dialog = debugging, "Debug"
+ field = "!https://wiki.fome.tech/r/debugmode"
+ field = "Debug mode", debugMode
+
+ dialog = dutyCycleLimiting, "Injector duty cycle cut"
+ field = "Instantaneous injector duty cycle limit", maxInjectorDutyInstant, {isInjectionEnabled}
+ field = "Sustained injector duty cycle limit", maxInjectorDutySustained, {isInjectionEnabled}
+ field = "Sustained injector duty cycle delay", maxInjectorDutySustainedTimeout, {isInjectionEnabled}
+
+ dialog = oilPressureSwitchPanel, "Oil Pressure Switch"
+ field = "Oil pressure switch input pin", oilPressureSwitch
+ field = "Oil pressure switch mode", oilPressureSwitchMode
+
+ dialog = oilPressureProtection, "Oil pressure protection"
+ field = "Minimum oil pressure after start", minOilPressureAfterStart
+ field = "Enable low oil pressure protection", enableOilPressureProtect
+ field = "Oil pressure protection timeout", minimumOilPressureTimeout
+ field = "Oil pressure source", useOilPressureSwitch
+ field = "Oil pressure protection start delay", oilPressureProtectionStartDelay
+ panel = minimumOilPressure, { 1 },{ useOilPressureSwitch == 0 }
+ panel = oilPressureSwitchPanel, { 1 },{ useOilPressureSwitch == 1 }
+
+ dialog = etbLimits, "Electronic Throttle Limiting"
+ field = "Smoothly close the throttle to limit RPM."
+ field = "Soft limiter start", etbRevLimitStart
+ field = "Soft limiter range", etbRevLimitRange
+
+ dialog = revLimitsLeft
+ field = "Cut fuel on RPM limit", cutFuelOnHardLimit
+ field = "Cut spark on RPM limit", cutSparkOnHardLimit
+ field = "Use CLT-based RPM limit curve", useCltBasedRpmLimit, { cutFuelOnHardLimit || cutSparkOnHardLimit }
+ field = "RPM hard limit", rpmHardLimit, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && !useCltBasedRpmLimit }
+ field = "Hard limit hysteresis", rpmHardLimitHyst, { cutFuelOnHardLimit || cutSparkOnHardLimit }
+ panel = etbLimits, { throttlePedalPositionAdcChannel != 0 }
+
+ dialog = revLimitsRight, "CLT-based RPM Limit"
+ panel = cltRevLimitCurve, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && useCltBasedRpmLimit }
+
+ dialog = revLimits, "Rev limiter", border
+ panel = revLimitsLeft, West
+ panel = revLimitsRight, East
+
+ dialog = boostCutSettings, "Boost cut"
+ field = "Boost cut pressure", boostCutPressure
+
+; Engine->Base Engine Settings
+ dialog = engineChars, "Base Engine Settings"
+ topicHelp = "baseHelp"
+ panel = baseEngineConfig
+ panel = engineMetadata
+ panel = generalSettings
+ panel = debugging
+
+ dialog = crankingFuel, "Fuel"
+ field = "Injection mode", crankingInjectionMode
+ field = "Fuel Source For Cranking", useRunningMathForCranking
+ field = "Base fuel mass", cranking_baseFuel, {useRunningMathForCranking == 0}
+
+ dialog = crankingIAC, "Idle air valve"
+ field = "Cranking base IAC position", crankingIACposition
+ field = "After cranking IAC taper duration",afterCrankingIACtaperDuration
+ field = "Override cranking IAC CLT multiplier", overrideCrankingIacSetting
+ field = "Use cranking taper duration multiplier", useCrankingIdleTaperTableSetting
+
+ dialog = crankingIgnition, "Ignition"
+ field = "Timing Advance mode", useSeparateAdvanceForCranking
+ field = "Fixed cranking advance", crankingTimingAngle, {useSeparateAdvanceForCranking == 0}
+ field = "Fixed Cranking Dwell", ignitionDwellForCrankingMs
+
+ dialog = postCrankingEnrichment, "After start enrichment"
+ field = "After start enrichment mode", postCrankingFuelUseTable
+ field = "Post-Cranking factor", postCrankingFactor, {postCrankingFuelUseTable == 0}
+ field = "Duration", postCrankingDurationSec, {postCrankingFuelUseTable == 0}
+
+ dialog = primingFuelPulsePanel, "Priming fuel pulse"
+ field = "Priming delay", primingDelay
+ panel = primingPulse
+
+ dialog = crankingAdv, "Advanced"
+ field = "Enable flood clear", isCylinderCleanupEnabled
+ field = "Enable faster engine spin-up", isFasterEngineSpinUpEnabled
+ field = "Use Advance Corrections for cranking", useAdvanceCorrectionsForCranking
+ field = "Use Flex Fuel cranking table", flexCranking, { flexSensorPin }
+
+; Cranking->Cranking Settings
+ dialog = crankingDialog, "Cranking Settings"
+ field = "Cranking RPM limit", cranking_rpm
+ panel = crankingFuel
+ panel = crankingIgnition
+ panel = crankingIAC
+ panel = crankingAdv
+
+ dialog = TpsAccelPanel, "TPS"
+ field = "Set 'Debug Mode' to see detailed 'TPS acceleration enrichment' diagnostics"
+ field = "Length", tpsAccelLookback
+ field = "Accel Threshold", tpsAccelEnrichmentThreshold
+ field = "Decel Threshold", tpsDecelEnleanmentThreshold
+; field = "Decel Multiplier", tpsDecelEnleanmentMultiplier
+ field = "#Accelerator Pump model:"
+ field = "Fraction Period", tpsAccelFractionPeriod
+ field = "Fraction Divisor", tpsAccelFractionDivisor
+ field = "Use MAP estimate during transient", useMapEstimateDuringTransient, { fuelAlgorithm == 0 }
+
+ dialog = WallWettingAccelPanel, "Wall Wetting (alpha version)"
+ field = "Wall fueling model type", complexWallModel
+ field = "evaporation time constant / tau", wwaeTau, { complexWallModel == 0 }
+ field = "added to wall coef / beta", wwaeBeta, { complexWallModel == 0 }
+
+
+; Tuning->AccelEnrichment
+ dialog = AccelEnrich, "Accel/Decel Enrichment"
+ panel = TpsAccelPanel
+ panel = WallWettingAccelPanel
+
+ dialog = wwTauCurves, "Wall wetting AE evaporation time"
+ field = "#Set a base evaporation time based on coolant temperature, and a multiplier based on MAP."
+ panel = wwTauCltCurve
+ panel = wwTauMapCurve
+
+ dialog = wwBetaCurves, "Wall wetting AE impact fraction"
+ field = "#Set a base impact fraction based on coolant temperature, and a multiplier based on MAP."
+ panel = wwBetaCltCurve
+ panel = wwBetaMapCurve
+
+ dialog = scriptSetting, "Setting"
+ field = "!Use FOME console for Lua script editing"
+ field = "Set number is not associated with the output number."
+ field = "Set number, only the cell number with some numbers."
+ field = "Name #1", scriptSettingName1
+ field = "Setting #1", scriptSetting1
+ field = "Name #2", scriptSettingName2
+ field = "Setting #2", scriptSetting2
+ field = "Name #3", scriptSettingName3
+ field = "Setting #3", scriptSetting3
+ field = "Name #4", scriptSettingName4
+ field = "Setting #4", scriptSetting4
+ field = "Name #5", scriptSettingName5
+ field = "Setting #5", scriptSetting5
+ field = "Name #6", scriptSettingName6
+ field = "Setting #6", scriptSetting6
+
+ dialog = luaDigitalInputsLeftDialog
+ field = "!Read these with getAuxDigital(0) etc"
+ field = "Digital #1", luaDigitalInputPins1
+ field = "Digital #2", luaDigitalInputPins2
+ field = "Digital #3", luaDigitalInputPins3
+ field = "Digital #4", luaDigitalInputPins4
+ field = "Digital #5", luaDigitalInputPins5
+ field = "Digital #6", luaDigitalInputPins6
+ field = "Digital #7", luaDigitalInputPins7
+ field = "Digital #8", luaDigitalInputPins8
+
+ dialog = luaDigitalInputsRightDialog
+ field = "Mode #1", luaDigitalInputPinModes1
+ field = "Mode #2", luaDigitalInputPinModes2
+ field = "Mode #3", luaDigitalInputPinModes3
+ field = "Mode #4", luaDigitalInputPinModes4
+ field = "Mode #5", luaDigitalInputPinModes5
+ field = "Mode #6", luaDigitalInputPinModes6
+ field = "Mode #7", luaDigitalInputPinModes7
+ field = "Mode #8", luaDigitalInputPinModes8
+
+ dialog = luaDigitalInputsDialog, "Lua Digital Aux Inputs", border
+ panel = luaDigitalInputsLeftDialog, West
+ panel = luaDigitalInputsRightDialog, East
+
+ dialog = auxInputsDialog, "Lua Analog Inputs"
+ field = "ADC #1", auxAnalogInputs1
+ field = "ADC #2", auxAnalogInputs2
+ field = "ADC #3", auxAnalogInputs3
+ field = "ADC #4", auxAnalogInputs4
+ field = "ADC #5", auxAnalogInputs5
+ field = "ADC #6", auxAnalogInputs6
+ field = "ADC #7", auxAnalogInputs7
+ field = "ADC #8", auxAnalogInputs8
+
+ dialog = luaOutputs, "Lua Outputs"
+ field = "!Use FOME console for Lua script editing"
+ field = "#Call startPwm to initialize, then call"
+ field = "#setPwmDuty and setPwmFreq to vary duty/freq"
+ field = "#See https://wiki.fome.tech/r/lua for more info"
+ field = "output #0", luaOutputPins1
+ field = "output #1", luaOutputPins2
+ field = "output #2", luaOutputPins3
+ field = "output #3", luaOutputPins4
+ field = "output #4", luaOutputPins5
+ field = "output #5", luaOutputPins6
+ field = "output #6", luaOutputPins7
+ field = "output #7", luaOutputPins8
+
+;Boost Open Loop
+
+ dialog = boostDialog, ""
+ field = "Enable", isBoostControlEnabled
+ field = "Control Mode", boostType, { isBoostControlEnabled }
+ field = "Output", boostControlPin, { boostControlPin != 0 || isBoostControlEnabled }
+ field = "Output Mode", boostControlPinMode, { isBoostControlEnabled }
+ field = "Frequency", boostPwmFrequency, { isBoostControlEnabled }
+ field = "Safe duty cycle", boostControlSafeDutyCycle, { isBoostControlEnabled }
+ field = "No boost control below RPM", boostControlMinRpm, { isBoostControlEnabled }
+ field = "No boost control below TPS", boostControlMinTps, { isBoostControlEnabled }
+ field = "No boost control below MAP", boostControlMinMap, { isBoostControlEnabled }
+ field = ""
+ field = "Open loop table X axis channel", boostOpenLoopXAxis
+ field = "Open loop table Y axis channel", boostOpenLoopYAxis
+ field = "Closed loop table X axis channel", boostClosedLoopXAxis
+ field = "Closed loop table Y axis channel", boostClosedLoopYAxis
+
+ dialog = boostOpenLoopDialog, "", border
+ panel = boostTableTbl, Center
+
+;Boost Closed Loop
+
+ dialog = boostPidDialog, ""
+ topicHelp = "boostPidHelp"
+ field = "Enable closed loop above", minimumBoostClosedLoopMap, { isBoostControlEnabled && boostType == 1 }
+ field = "P Gain", boostPid_pFactor, { isBoostControlEnabled && boostType == 1 }
+ field = "I Gain", boostPid_iFactor, { isBoostControlEnabled && boostType == 1 }
+ field = "D Gain", boostPid_dFactor, { isBoostControlEnabled && boostType == 1 }
+ field = "Min adjustment", boostPid_minValue, { isBoostControlEnabled && boostType == 1 }
+ field = "Max adjustment", boostPid_maxValue, { isBoostControlEnabled && boostType == 1 }
+
+ dialog = boostTargetDialog, "", card
+ panel = boostTable2Tbl
+
+ dialog = boostEtbPid, ""
+ field = "This PID is controlling how DC motor reaches desired position"
+ field = ""
+ field = "!This section is for advanced users only!"
+ field = "H-Bridge #1 function", etbFunctions1
+ field = "H-Bridge #2 function", etbFunctions2
+ field = "P gain", etbWastegatePid_pFactor, { isBoostControlEnabled }
+ field = "I gain", etbWastegatePid_iFactor, { isBoostControlEnabled }
+ field = "D gain", etbWastegatePid_dFactor, { isBoostControlEnabled }
+ field = "PID min", etbWastegatePid_minValue, { isBoostControlEnabled }
+ field = "PID max", etbWastegatePid_maxValue, { isBoostControlEnabled }
+
+ help = boostPidHelp, "Boost Control PID"
+ text = "P = % per kPa error"
+ text = "I = % per kPa-seconds"
+ text = "D = % per kPa/sec"
+ text = ""
+ text = "If the boost error is 5kpa, and your P is set to 2, it will make a correction of 10%."
+ text = "If the boost error has been 5kPa for 2 second (10 kPa-seconds) and I is set to 0.1, it will make a correction of 1%"
+ text = "If the boost is changing at 10kPa/s and D is set to 0.5, it will make a correction of 5%."
+ text = "Those three terms are then added together, and limited by the PID min/max settings."
+ text = ""
+ text = "That is then added to the value from the open loop table, and sent to PWM the valve."
+
+ help = veTableDialogHelp, "Volumetric Efficiency"
+ text = "Volumetric Efficiency is used to calculate fuel in Speed Density mode. VE incorporates pressure ratio as measured by MAP sensor in boost (no VE ever above 105%ish)"
+ webHelp = "https://wiki.fome.tech/r/fuel"
+
+ help = stepperHbridgeHardwareHelp, "Stepper driven by Dual H-bridge"
+ text = "In case you are using two H-bridges driving 4-wire stepper. H-bridge control signals connected to MCU pins configured here."
+
+ help = idleStepperHwHelp, "Stepper drivern by step motor driver IC"
+ text = "In case you have some special IC that drives your stepper. MCU to IC control signals (DIR/STEP/EN) configured here"
+
+ help = stepperDirectDriveHardwareHelp, "Stepper driven by 4 Push-Pull/Pull outputs"
+ text = "In case you have 4/6-wire stepper driven by 4 ECU outputs in Push-Pull or Pull mode. Set ECU outputs used for each phase here."
+
+ help = iatFuelCorrCurveHelp, "IAT Fuel Correction"
+ text = "Charge temperature estimation coefficient is the more proper way to handle IAT for fuel purposes"
+ text = "Open question who if anyone needs IAT Fuel Correction when"
+
+ help = fuelHelp, "Fuel Control"
+ text = "More about fuel control on the web"
+ webHelp = "https://wiki.fome.tech/r/fuel"
+
+ help = triggerHelp, "Trigger Settings"
+ text = "More about Trigger Settings on the web"
+ webHelp = "https://wiki.fome.tech/r/trigger"
+
+ help = etbHelp, "ETB Control"
+ text = "More about electronic throttle body on the web"
+ webHelp = "https://wiki.fome.tech/r/etb"
+
+ help = vrThresholdHelp, "VR Sensor Threshold"
+ text = "This is about FOME VR Discrete decoder"
+ webHelp = "https://wiki.fome.tech/r/vr"
+
+ help = tpsTpsHelp, "Acceleration Enrichment"
+ text = "More about Tps To Tps acceleration on the web"
+ webHelp = "https://wiki.fome.tech/r/tpstps"
+
+ help = baseHelp, "Base Settings Control"
+ text = "More about FOME on the web"
+ webHelp = "https://wiki.fome.tech"
+
+ dialog = veTableDialog
+ topicHelp = "veTableDialogHelp"
+ panel = veTableTbl, South
+
+ dialog = etbPidDialog, "PID settings"
+ field = "pFactor", etb_pFactor
+ field = "iFactor", etb_iFactor
+ field = "dFactor", etb_dFactor
+ field = "pid min", etb_minValue
+ field = "pid max", etb_maxValue
+ field = "iTermMin", etb_iTermMin
+ field = "iTermMax", etb_iTermMax
+
+ dialog = etbIdleDialog, "ETB Idle"
+ field = "ETB idle maximum angle", etbIdleThrottleRange
+
+ dialog = etbDialogLeft
+ field = "https://wiki.fome.tech/r/etb"
+ field = "Disable ETB if engine is stopped", disableEtbWhenEngineStopped
+ field = "Disable ETB Motor", pauseEtbControl
+ field = "H-Bridge #1 function", etbFunctions1
+ field = "H-Bridge #2 function", etbFunctions2
+ field = "PWM Frequency", etbFreq
+ field = "Minimum ETB position", etbMinimumPosition
+ field = "Maximum ETB position", etbMaximumPosition
+ field = ""
+ field = "Jam detection error max", etbJamDetectThreshold
+ field = "Jam detection timeout period", etbJamTimeout
+ field = "Disables jam detection for testing until the next power cycle"
+ commandButton = "Temporarily disable jam detection", cmd_etb_disable_jam_detect
+
+ ; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
+ ; criteria for the same panel when used in multiple places
+ ; todo: report bug to TS?
+ ; another todo: split panel into two panels so that we can enable/disable h-bridge #1 separately from h-bridge #2
+ panel = etbHbridgeHardware, { etbFunctions1 != 0 || etbFunctions2 != 0 || (useStepperIdle && useHbridgesToDriveIdleStepper) }
+
+ dialog = etbAutotune, "PID Autotune"
+ field = "First step: calibrate TPS and hit 'Burn'"
+ commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, {(etbFunctions1 == 1 || etbFunctions2 == 1) && tps1_1AdcChannel != 0 && calibrationMode == 0}
+ commandButton = "Auto Calibrate ETB 2", cmd_etb_2_auto_calibrate, {(etbFunctions1 == 2 || etbFunctions2 == 2) && tps2_1AdcChannel != 0 && calibrationMode == 0}
+ field = "Second step"
+ commandButton = "Start ETB PID Autotune", cmd_etb_autotune, {((etbFunctions1 == 1 || etbFunctions2 == 1) || (etbFunctions1 == 2 || etbFunctions2 == 2)) && calibrationMode = 0}
+ commandButton = "Stop ETB PID Autotune", cmd_etb_autotune_stop, {((etbFunctions1 == 1 || etbFunctions2 == 1) || (etbFunctions1 == 2 || etbFunctions2 == 2)) && calibrationMode >= 3 && calibrationMode <= 5}
+
+ field = "!Set debug mode below to 'ETB Autotune' to show more detail"
+ field = "Debug mode", debugMode
+
+ dialog = etbDialogRight
+ panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }
+ panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }
+ panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }
+
+ dialog = etbDialog, "Electronic Throttle Body", border
+ topicHelp = "etbHelp"
+ panel = etbDialogLeft, West
+ panel = etbDialogRight, East
+
+ dialog = testMisc, "Misc"
+ commandButton = "Main Relay", cmd_test_main_relay
+ commandButton = "Fuel pump on", cmd_fuel_pump_on
+ commandButton = "Fuel pump off", cmd_fuel_pump_off
+ commandButton = "Cooling Fan", cmd_test_fan_1
+ commandButton = "Cooling Fan 2", cmd_test_fan_2
+ commandButton = "A/C Relay", cmd_test_ac_relay
+ commandButton = "Check Engine", cmd_test_check_engine_light
+ commandButton = "Idle Air Valve", cmd_test_idle_valve
+ commandButton = "Idle Second Air Valve", cmd_test_second_idle_valve
+ commandButton = "HPFP Valve", cmd_test_hpfp_valve
+ commandButton = "Starter Relay", cmd_test_starter_relay
+ commandButton = "Stop Engine", cmd_stop_engine
+ commandButton = "Write Config", cmd_write_config
+ commandButton = "Force resync", cmd_force_resync
+ commandButton = "Reset ECU", cmd_reset_controller
+ commandButton = "Reset to DFU", cmd_dfu
+ commandButton = "Reset to OpenBLT", cmd_openblt
+ commandButton = "No flash Burn mode", cmd_burn_without_flash
+
+ ; bench test
+ dialog = ioTest, "Bench Test & Commands", xAxis
+ panel = testLuaOut
+ panel = testMisc
+
+ ; Injectors test
+ dialog = injTest_l, ""
+ commandButton = "Injector #1", cmd_test_inj1
+ commandButton = "Injector #2", cmd_test_inj2, { cylindersCount >= 2 }
+ commandButton = "Injector #3", cmd_test_inj3, { cylindersCount >= 3 }
+ commandButton = "Injector #4", cmd_test_inj4, { cylindersCount >= 4 }
+ commandButton = "Injector #5", cmd_test_inj5, { cylindersCount >= 5 }
+ commandButton = "Injector #6", cmd_test_inj6, { cylindersCount >= 6 }
+ commandButton = "Injector #7", cmd_test_inj7, { cylindersCount >= 7 }
+ commandButton = "Injector #8", cmd_test_inj8, { cylindersCount >= 8 }
+ commandButton = "Injector #9", cmd_test_inj9, { cylindersCount >= 9 }
+ commandButton = "Injector #10", cmd_test_inj10, { cylindersCount >= 10 }
+ commandButton = "Injector #11", cmd_test_inj11, { cylindersCount >= 11 }
+ commandButton = "Injector #12", cmd_test_inj12, { cylindersCount >= 12 }
+
+ dialog = injTest_c, "", yAxis
+ field = "Iterations", benchTestCount
+ field = "On time", benchTestOnTime
+ field = "Off time", benchTestOffTime
+ field = ""
+ commandButton = "Abort test", cmd_test_cancel
+ field = ""
+ field = "Use these buttons to run the"
+ field = "fuel pump for testing injectors"
+ commandButton = "Fuel pump on", cmd_fuel_pump_on
+ commandButton = "Fuel pump off", cmd_fuel_pump_off
+ gauge = testBenchIterGauge
+
+ dialog = injTest_r, "Reference gauges", yAxis
+ gauge = VBattGauge,North
+ gauge = lowFuelPressureGauge
+
+ dialog = injTest, "", xAxis
+ panel = injTest_l
+ panel = injTest_c
+ panel = injTest_r
+
+ ; Ignition coils test
+ dialog = ignTest_l, ""
+ commandButton = "Spark #1", cmd_test_spk1
+ commandButton = "Spark #2", cmd_test_spk2, { cylindersCount >= 2 }
+ commandButton = "Spark #3", cmd_test_spk3, { cylindersCount >= 3 }
+ commandButton = "Spark #4", cmd_test_spk4, { cylindersCount >= 4 }
+ commandButton = "Spark #5", cmd_test_spk5, { cylindersCount >= 5 }
+ commandButton = "Spark #6", cmd_test_spk6, { cylindersCount >= 6 }
+ commandButton = "Spark #7", cmd_test_spk7, { cylindersCount >= 7 }
+ commandButton = "Spark #8", cmd_test_spk8, { cylindersCount >= 8 }
+ commandButton = "Spark #9", cmd_test_spk9, { cylindersCount >= 9 }
+ commandButton = "Spark #10", cmd_test_spk10, { cylindersCount >= 10 }
+ commandButton = "Spark #11", cmd_test_spk11, { cylindersCount >= 11 }
+ commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
+
+ dialog = ignTest_c, ""
+ field = "Iterations", ignTestCount
+ field = "On (dwell) time", ignTestOnTime
+ field = "Off time", ignTestOffTime
+ commandButton = "Abort test", cmd_test_cancel
+ gauge = testIgnIterGauge
+
+ dialog = ignTest, "", xAxis
+ panel = ignTest_l
+ panel = ignTest_c
+
+ dialog = engineTypeDialog, "Popular vehicles"
+ field = "!These buttons send a command to FOME to apply preset values"
+ field = "!Once you send the command, please reconnect to FOME in order to read fresh values"
+
+
+
+
+
+
+
+
+
+
+ commandButton = "ETB test bench", cmd_set_engine_type_etb_test
+ commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
+ commandButton = "Reset firmware settings", cmd_set_engine_type_default
+
+; Board->ECU stimulator
+ dialog = ecuStimulator, "ECU stimulator"
+ field = "Trigger Simulator", triggerSimulatorRpm
+ commandButton = "Enable internal trigger simulation", cmd_enable_self_stim
+ commandButton = "Enable external trigger simulation", cmd_enable_ext_stim
+ commandButton = "Disable trigger simulation", cmd_disable_self_stim
+ field = "Emulate full sync for trigger stimulator", fakeFullSyncForStimulation
+ commandButton = "Force full sync", cmd_force_resync
+ field = ""
+ field = "trigger stimulator output #1", triggerSimulatorPins1
+ field = "trigger stimulator output #2", triggerSimulatorPins2
+ field = ""
+ field = "Engine chart size", engineChartSize
+
+ ; Racing Features->Launch Control
+ dialog = smLaunchControlWest, "Launch Control Settings"
+ field = "Enable Launch Control", launchControlEnabled
+ field = "Activation Mode", launchActivationMode
+
+ field = "Launch Button", launchActivatePin, { launchActivatePin != 0 || (launchActivationMode == 0 && launchControlEnabled)}
+ field = "Launch Button inverted", launchActivateInverted
+ field = "Launch Button mode", launchActivatePinMode, {launchActivationMode == 0 && launchControlEnabled}
+
+ field = "Clutch Down", clutchDownPin, {launchActivationMode == 1 && launchControlEnabled}
+ field = "Clutch Down inverted", clutchDownPinInverted
+ field = "Clutch Down mode", clutchDownPinMode, {launchActivationMode == 1 && launchControlEnabled}
+ field = ""
+
+; dead code field = "Rpm Threshold", launchRpmThreshold, {launchControlEnabled}
+ field = "Speed Threshold", launchSpeedThreshold, {launchControlEnabled}
+ field = ""
+ field = "Launch RPM", launchRpm, {launchControlEnabled}
+ field = "Ignition Retard Adder", launchTimingRpmRange, {launchControlEnabled && enableLaunchRetard}
+ field = "Hard Cut RPM Adder", hardCutRpmRange, {launchControlEnabled}
+ ;field = "Extra Fuel", launchFuelAdded, {launchControlEnabled}
+ ;field = "Boost Solenoid Duty", launchBoostDuty, {launchControlEnabled}
+ field = "TPS Threshold", launchTpsThreshold, {launchControlEnabled}
+ field = "Ignition Retard enable", enableLaunchRetard, {launchControlEnabled}
+ field = "Ignition Retard", launchTimingRetard, {launchControlEnabled && enableLaunchRetard}
+ field = "Fuel Added %", launchFuelAdderPercent, {launchControlEnabled}
+ field = "Smooth Retard Mode", launchSmoothRetard, {launchControlEnabled && enableLaunchRetard}
+ field = "Hard Cut Mode"
+ field = "Ignition Cut", launchSparkCutEnable, {launchControlEnabled}
+ field = "Fuel Cut", launchFuelCutEnable, {launchControlEnabled}
+
+
+ dialog = smLaunchControl, "", border
+ panel = smLaunchControlWest, West
+ panel = launch_control_stateDialog, East
+
+ dialog = antiLagDialog, "AntiLag Settings"
+ field = "Enable AntiLag", antiLagEnabled
+ field = "Activation Mode", antiLagActivationMode
+ field = "Switch Input", ALSActivatePin, {antiLagActivationMode == 0 && antiLagEnabled}
+ field = "ALS Button inverted", ALSActivateInverted, {antiLagActivationMode == 0 && antiLagEnabled}
+ field = "ALS Button mode", ALSActivatePinMode, {antiLagActivationMode == 0 && antiLagEnabled}
+ field = "ALS timeout", ALSMaxDuration, {antiLagEnabled}
+ field = "Max TPS", ALSMaxTPS, {antiLagEnabled}
+ field = "Min RPM", ALSMinRPM, {antiLagEnabled}
+ field = "Max RPM", ALSMaxRPM, {antiLagEnabled}
+ field = "Min CLT", ALSMinCLT, {antiLagEnabled}
+ field = "Max CLT", ALSMaxCLT, {antiLagEnabled}
+ field = "Idle Air Add", ALSIdleAdd, {antiLagEnabled}
+ field = "ETB Air Add", ALSEtbAdd, {antiLagEnabled}
+ field = "Spark Skip Ratio", ALSSkipRatio, {antiLagEnabled}
+ panel = FuelAdderTableALS
+ panel = IgnRetardTableALS
+
+
+ dialog = coastingFuelCutControl, "Coasting Fuel Cutoff Settings"
+ field = "Enable Coasting Fuel Cutoff", coastingFuelCutEnabled
+ field = ""
+ field = "Disable fuel cut on clutch", disableFuelCutOnClutch, {coastingFuelCutEnabled && clutchUpPin != 0}
+ field = "No cut below CLT", coastingFuelCutClt, {coastingFuelCutEnabled}
+ field = "RPM cut fuel above", coastingFuelCutRpmHigh, {coastingFuelCutEnabled}
+ field = "RPM restore fuel below", coastingFuelCutRpmLow, {coastingFuelCutEnabled}
+ field = "Vehicle speed cut above", coastingFuelCutVssHigh, {coastingFuelCutEnabled}
+ field = "Vehicle speed restore below", coastingFuelCutVssLow, {coastingFuelCutEnabled}
+ field = "Cut fuel below TPS", coastingFuelCutTps, {coastingFuelCutEnabled}
+ field = "Cut fuel below MAP mode", useTableForDfcoMap, {coastingFuelCutEnabled}
+ field = "Cut fuel below MAP", coastingFuelCutMap, {coastingFuelCutEnabled && !useTableForDfcoMap}
+ field = "Fuel cut delay", dfcoDelay, {coastingFuelCutEnabled}
+ field = "Inhibit closed loop fuel after cut", noFuelTrimAfterDfcoTime, {coastingFuelCutEnabled}
+ field = ""
+ field = "Ignition retard during cut", dfcoRetardDeg, {coastingFuelCutEnabled}
+ field = "After cut timing ramp-in time", dfcoRetardRampInTime, {coastingFuelCutEnabled}
+
+ dialog = rotaryDialog, "Rotary"
+ field = "Enable Trailing Sparks", enableTrailingSparks
+ field = "Trailing Pin 1", trailingCoilPins1
+ field = "Trailing Pin 2", trailingCoilPins2
+ field = "Trailing Pin 3", trailingCoilPins3
+ field = "Trailing Pin 4", trailingCoilPins4
+
+ dialog = fancyHardwareDialog, "Fancy Boards"
+ field = "Tachometer Output", boardUseTachPullUp
+ field = "boardUseTempPullUp", boardUseTempPullUp
+ field = "boardUseCrankPullUp", boardUseCrankPullUp
+ field = "2-step input", boardUse2stepPullDown
+ field = "boardUseCamPullDown", boardUseCamPullDown
+ field = "boardUseCamVrPullUp", boardUseCamVrPullUp
+ field = "boardUseD2PullDown", boardUseD2PullDown
+ field = "boardUseD3PullDown", boardUseD3PullDown
+ field = "boardUseD4PullDown", boardUseD4PullDown
+ field = "boardUseD5PullDown", boardUseD5PullDown
+
+ dialog = harleyAcr, "Harley Automatic Compression Release"
+ field = "Pin", acrPin
+ field = "Pin 2", acrPin2
+ field = "#ACR is disabled after the specified number"
+ field = "#of revolutions, plus degrees of engine phase"
+ field = "Disable after revolutions", acrRevolutions
+ field = "Disable after engine phase", acrDisablePhase
+
+ dialog = parkingLot, "Experimental/Broken"
+ field = "Global fuel correction", globalFuelCorrection
+ field = "ADC vRef voltage", adcVcc
+ field = "CLT sensor is pulldown instead of pullup", cltSensorPulldown
+ field = "IAT sensor is pulldown instead of pullup", iatSensorPulldown
+ field = "Analog divider ratio", analogInputDividerCoefficient
+ field = "Instant Rpm Range", instantRpmRange
+ field = "Always use instant RPM", alwaysInstantRpm
+ field = "Always reset PID leaving idle", alwaysResetPidLeavingIdle
+ field = "Modeled flow idle", modeledFlowIdle
+ field = "Max idle flow", idleMaximumAirmass
+ field = "Wideband pump gain", widebandPumpGain
+ field = "Cylinder contribution detect window", cylContributionWindow
+ field = "Cylinder contribution detect phase", cylContributionPhase
+ commandButton = "Split inj test", cmd_enable_split_inj_test
+ field = verboseIsoTp, verboseIsoTp
+ field = turbochargerFilter, turbochargerFilter
+ field = auxFrequencyFilter, auxFrequencyFilter
+ field = useBiQuadOnAuxSpeedSensors, useBiQuadOnAuxSpeedSensors
+ panel = harleyAcr
+
+ help = helpGeneral, "FOME General Help"
+ webHelp = "https://wiki.fome.tech/"
+ text = "
"
+
+ dialog = vrThreshold1, "VR 1 Threshold"
+ field = "Pin", vrThreshold1_pin
+ panel = vrThresholdCurve1
+
+ dialog = vrThreshold2, "VR 2 Threshold"
+ field = "Pin", vrThreshold2_pin
+ panel = vrThresholdCurve2
+
+ dialog = vrThreshold
+ topicHelp = "vrThresholdHelp"
+ panel = vrThreshold1
+ panel = vrThreshold2
+
+ dialog = gppwm1left, ""
+ field = "Output", gppwm1_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm1_pwmFrequency, {gppwm1_pin != 0}
+ field = ""
+ field = "On above duty", gppwm1_onAboveDuty, {gppwm1_pin != 0 && gppwm1_pwmFrequency == 0}
+ field = "Off below duty", gppwm1_offBelowDuty, {gppwm1_pin != 0 && gppwm1_pwmFrequency == 0}
+ field = "Duty if error", gppwm1_dutyIfError, {gppwm1_pin != 0}
+ field = ""
+ field = "X Axis", gppwm1_rpmAxis, {gppwm1_pin != 0}
+ field = "Y Axis", gppwm1_loadAxis, {gppwm1_pin != 0}
+ field = "Note", gpPwmNote1
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm1, "General Purpose PWM 1", xAxis
+ panel = gppwm1left
+ panel = gppwm1Tbl, {gppwm1_pin != 0}
+
+ dialog = gppwm2left, ""
+ field = "Output", gppwm2_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm2_pwmFrequency, {gppwm2_pin != 0}
+ field = ""
+ field = "On above duty", gppwm2_onAboveDuty, {gppwm2_pin != 0 && gppwm2_pwmFrequency == 0}
+ field = "Off below duty", gppwm2_offBelowDuty, {gppwm2_pin != 0 && gppwm2_pwmFrequency == 0}
+ field = "Duty if error", gppwm2_dutyIfError, {gppwm2_pin != 0}
+ field = ""
+ field = "X Axis", gppwm2_rpmAxis, {gppwm2_pin != 0}
+ field = "Y Axis", gppwm2_loadAxis, {gppwm2_pin != 0}
+ field = "Note", gpPwmNote2
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm2, "General Purpose PWM 2", xAxis
+ panel = gppwm2left
+ panel = gppwm2Tbl, {gppwm2_pin != 0}
+
+ dialog = gppwm3left, ""
+ field = "Output", gppwm3_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm3_pwmFrequency, {gppwm3_pin != 0}
+ field = ""
+ field = "On above duty", gppwm3_onAboveDuty, {gppwm3_pin != 0 && gppwm3_pwmFrequency == 0}
+ field = "Off below duty", gppwm3_offBelowDuty, {gppwm3_pin != 0 && gppwm3_pwmFrequency == 0}
+ field = "Duty if error", gppwm3_dutyIfError, {gppwm3_pin != 0}
+ field = ""
+ field = "X Axis", gppwm3_rpmAxis, {gppwm3_pin != 0}
+ field = "Y Axis", gppwm3_loadAxis, {gppwm3_pin != 0}
+ field = "Note", gpPwmNote3
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm3, "General Purpose PWM 3", xAxis
+ panel = gppwm3left
+ panel = gppwm3Tbl, {gppwm3_pin != 0}
+
+ dialog = gppwm4left, ""
+ field = "Output", gppwm4_pin
+ field = ""
+ field = "Set frequency to 0hz for on-off mode"
+ field = "Frequency", gppwm4_pwmFrequency, {gppwm4_pin != 0}
+ field = ""
+ field = "On above duty", gppwm4_onAboveDuty, {gppwm4_pin != 0 && gppwm4_pwmFrequency == 0}
+ field = "Off below duty", gppwm4_offBelowDuty, {gppwm4_pin != 0 && gppwm4_pwmFrequency == 0}
+ field = "Duty if error", gppwm4_dutyIfError, {gppwm4_pin != 0}
+ field = ""
+ field = "X Axis", gppwm4_rpmAxis, {gppwm4_pin != 0}
+ field = "Y Axis", gppwm4_loadAxis, {gppwm4_pin != 0}
+ field = "Note", gpPwmNote4
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+ field = ""
+
+ dialog = gppwm4, "General Purpose PWM 4", xAxis
+ panel = gppwm4left
+ panel = gppwm4Tbl, {gppwm4_pin != 0}
+
+ dialog = hpfpCamDialog, "HPFP Cam Configuration"
+ field = "Number of lobes", hpfpCamLobes
+ field = "If using VVT, which cam the pump is driven from", hpfpCam, {hpfpCamLobes != 0}
+ field = "Angle of first lobe", hpfpPeakPos, {hpfpCamLobes != 0}
+ panel = hpfpLobeProfileCurve, {hpfpCamLobes != 0}
+
+ dialog = hpfpPumpDialog, "HPFP Pump Configuration"
+ field = "Valve Pin", hpfpValvePin, {hpfpCamLobes != 0}
+ field = "Valve Pin Mode", hpfpValvePinMode, {hpfpCamLobes != 0}
+ field = "Valve peak current", mc33_hpfp_i_peak, {hpfpCamLobes != 0}
+ field = "Valve hold current", mc33_hpfp_i_hold, {hpfpCamLobes != 0}
+ field = "Valve hold off time", mc33_hpfp_i_hold_off, {hpfpCamLobes != 0}
+ field = "Valve maximum duration", mc33_hpfp_max_hold, {hpfpCamLobes != 0}
+ field = "Pump volume", hpfpPumpVolume, {hpfpCamLobes != 0}
+ field = "Minimum angle", hpfpMinAngle, {hpfpCamLobes != 0}
+ field = "Activation angle", hpfpActivationAngle, {hpfpCamLobes != 0}
+ field = "Target decay rate", hpfpTargetDecay, {hpfpCamLobes != 0}
+ field = "Proportional gain", hpfpPidP, {hpfpCamLobes != 0}
+ field = "Integral gain", hpfpPidI, {hpfpCamLobes != 0}
+ panel = hpfpDeadtimeCurve, {hpfpCamLobes != 0}
+
+[Tools]
+ ;addTool = toolName, PanelName
+ addTool = veTableGenerator, "VE Table Generator", veTableTbl
+#if LAMBDA
+#else
+ addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl
+#endif
diff --git a/firmware/util/crc_accelerator.cpp b/firmware/util/crc_accelerator.cpp
index 5cf461f9e8..1f19b4ab69 100644
--- a/firmware/util/crc_accelerator.cpp
+++ b/firmware/util/crc_accelerator.cpp
@@ -83,8 +83,8 @@ bool checkFirmwareImageIntegrity(uintptr_t baseAddress) {
uint8_t* start = reinterpret_cast(baseAddress);
size_t imageSize = *reinterpret_cast(start + checksumOffset + 4);
- if (imageSize > 1024 * 1024) {
- // impossibly large size, invalid
+ if (imageSize > 2 * 1024 * 1024) {
+ // impossibly large size, invalid (max 2MB for STM32H7)
return false;
}
diff --git a/fix_line_endings_chmod.sh b/fix_line_endings_chmod.sh
new file mode 100755
index 0000000000..c59c1a6385
--- /dev/null
+++ b/fix_line_endings_chmod.sh
@@ -0,0 +1,14 @@
+# Fix line endings (from repo root)
+find . -type f \
+ \( -name "*.sh" -o -name "*.cpp" -o -name "*.c" -o -name "*.h" \
+ -o -name "*.mk" -o -name "Makefile" -o -name "*.txt" \
+ -o -name "*.yaml" -o -name "*.yml" -o -name "*.json" \
+ -o -name "*.ini" -o -name "*.py" -o -name "*.gradle" \) \
+ -not -path "./firmware/ext/*" \
+ -not -path "./firmware/ChibiOS/*" \
+ -not -path "./unit_tests/googletest/*" \
+ -exec dos2unix {} \;
+
+# Fix permissions
+find . -name "*.sh" -not -path "./firmware/ext/*" -not -path "./firmware/ChibiOS/*" -exec chmod +x {} \;
+find . -name "*.sh" -not -path "./firmware/ext/*" -not -path "./firmware/ChibiOS/*" -exec chmod +x {} \;
\ No newline at end of file
diff --git a/misc/jenkins/InteractiveHtmlBom/run.sh b/misc/jenkins/InteractiveHtmlBom/run.sh
old mode 100644
new mode 100755
diff --git a/misc/jenkins/gcov/run.sh b/misc/jenkins/gcov/run.sh
old mode 100644
new mode 100755
diff --git a/misc/jenkins/generate_doxygen/gen_upload_docs.sh b/misc/jenkins/generate_doxygen/gen_upload_docs.sh
old mode 100644
new mode 100755
diff --git a/misc/jenkins/generate_ibom/gen_upload_ibom.sh b/misc/jenkins/generate_ibom/gen_upload_ibom.sh
old mode 100644
new mode 100755